1- export function ngMessagesDirective ( $animate : any ) : {
2- require : string ;
3- restrict : string ;
4- controller : ( $element : any , $scope : any , $attrs : any ) => NgMessageCtrl ;
5- } ;
1+ /**
2+ * @param { ng.AnimateService } $animate
3+ * @returns { ng.Directive }
4+ */
5+ export function ngMessagesDirective ( $animate : ng . AnimateService ) : ng . Directive ;
66export namespace ngMessagesDirective {
77 let $inject : string [ ] ;
88}
@@ -18,46 +18,6 @@ export namespace ngMessagesIncludeDirective {
1818 let $inject_1 : string [ ] ;
1919 export { $inject_1 as $inject } ;
2020}
21- export const ngMessageDirective : (
22- any : any ,
23- ) => import ( "../../interface.ts" ) . Directive ;
24- export const ngMessageExpDirective : (
25- any : any ,
26- ) => import ( "../../interface.ts" ) . Directive ;
27- export const ngMessageDefaultDirective : (
28- any : any ,
29- ) => import ( "../../interface.ts" ) . Directive ;
30- declare class NgMessageCtrl {
31- /**
32- * @param {Element } $element
33- * @param {import('../../core/scope/scope.js').Scope } $scope
34- * @param {import('../../core/compile/attributes').Attributes } $attrs
35- * @param {* } $animate
36- */
37- constructor (
38- $element : Element ,
39- $scope : import ( "../../core/scope/scope.js" ) . Scope ,
40- $attrs : any ,
41- $animate : any ,
42- ) ;
43- $element : Element ;
44- $scope : import ( "../../interface.ts" ) . Scope ;
45- $attrs : any ;
46- $animate : any ;
47- latestKey : number ;
48- nextAttachId : number ;
49- messages : { } ;
50- renderLater : boolean ;
51- cachedCollection : { } ;
52- head : any ;
53- default : any ;
54- getAttachId ( ) : number ;
55- render ( collection ?: { } ) : void ;
56- reRender ( ) : void ;
57- register ( comment : any , messageCtrl : any , isDefault : any ) : void ;
58- deregister ( comment : any , isDefault : any ) : void ;
59- findPreviousMessage ( parent : any , comment : any ) : any ;
60- insertMessageNode ( parent : any , comment : any , key : any ) : void ;
61- removeMessageNode ( parent : any , comment : any , key : any ) : void ;
62- }
63- export { } ;
21+ export const ngMessageDirective : ( any : any ) => ng . Directive ;
22+ export const ngMessageExpDirective : ( any : any ) => ng . Directive ;
23+ export const ngMessageDefaultDirective : ( any : any ) => ng . Directive ;
0 commit comments