@stemy/ngx-utils 19.9.49 → 19.9.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/stemy-ngx-utils.mjs +10 -6
- package/fesm2022/stemy-ngx-utils.mjs.map +1 -1
- package/ngx-utils/components/unordered-list/unordered-list.component.d.ts +2 -1
- package/ngx-utils/directives/unordered-list-item.directive.d.ts +2 -1
- package/ngx-utils/ngx-utils.imports.d.ts +2 -2
- package/package.json +1 -1
|
@@ -5,6 +5,7 @@ export declare class UnorderedListComponent implements OnChanges, AfterContentIn
|
|
|
5
5
|
private cdr;
|
|
6
6
|
data: any;
|
|
7
7
|
keyPrefix: string;
|
|
8
|
+
key: string;
|
|
8
9
|
listStyle: UnorderedListStyle;
|
|
9
10
|
path: string;
|
|
10
11
|
level: number;
|
|
@@ -21,5 +22,5 @@ export declare class UnorderedListComponent implements OnChanges, AfterContentIn
|
|
|
21
22
|
ngAfterContentInit(): void;
|
|
22
23
|
ngAfterViewInit(): void;
|
|
23
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UnorderedListComponent, "unordered-list", never, { "data": { "alias": "data"; "required": false; }; "keyPrefix": { "alias": "keyPrefix"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "path": { "alias": "path"; "required": false; }; "level": { "alias": "level"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; }, {}, ["templateDirectives"], never, false, never>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UnorderedListComponent, "unordered-list", never, { "data": { "alias": "data"; "required": false; }; "keyPrefix": { "alias": "keyPrefix"; "required": false; }; "key": { "alias": "key"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "path": { "alias": "path"; "required": false; }; "level": { "alias": "level"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; }, {}, ["templateDirectives"], never, false, never>;
|
|
25
26
|
}
|
|
@@ -8,6 +8,7 @@ export declare class UnorderedListItemDirective implements OnChanges {
|
|
|
8
8
|
type: string;
|
|
9
9
|
data: any;
|
|
10
10
|
keyPrefix: string;
|
|
11
|
+
key: string;
|
|
11
12
|
listStyle: UnorderedListStyle;
|
|
12
13
|
path: string;
|
|
13
14
|
level: number;
|
|
@@ -23,5 +24,5 @@ export declare class UnorderedListItemDirective implements OnChanges {
|
|
|
23
24
|
ngOnChanges(): void;
|
|
24
25
|
private isClass;
|
|
25
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListItemDirective, never>;
|
|
26
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListItemDirective, "[unorderedListItem]", never, { "item": { "alias": "unorderedListItem"; "required": false; }; "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "keyPrefix": { "alias": "keyPrefix"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "path": { "alias": "path"; "required": false; }; "level": { "alias": "level"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; "defaultTemplates": { "alias": "defaultTemplates"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListItemDirective, "[unorderedListItem]", never, { "item": { "alias": "unorderedListItem"; "required": false; }; "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "keyPrefix": { "alias": "keyPrefix"; "required": false; }; "key": { "alias": "key"; "required": false; }; "listStyle": { "alias": "listStyle"; "required": false; }; "path": { "alias": "path"; "required": false; }; "level": { "alias": "level"; "required": false; }; "templates": { "alias": "templates"; "required": false; }; "defaultTemplates": { "alias": "defaultTemplates"; "required": false; }; }, {}, never, never, false, never>;
|
|
27
28
|
}
|
|
@@ -66,9 +66,9 @@ import { UnorderedListComponent } from "./components/unordered-list/unordered-li
|
|
|
66
66
|
import { UploadComponent } from "./components/upload/upload.component";
|
|
67
67
|
import { WysiwygComponent } from "./components/wysiwyg/wysiwyg.component";
|
|
68
68
|
export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe)[];
|
|
69
|
-
export declare const directives: (typeof
|
|
69
|
+
export declare const directives: (typeof DropdownContentDirective | typeof DynamicTableTemplateDirective | typeof TabsItemDirective | typeof UnorderedListTemplateDirective | typeof AsyncMethodBase | typeof AsyncMethodDirective | typeof AsyncMethodTargetDirective | typeof BackgroundDirective | typeof ComponentLoaderDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof DropdownDirective | typeof DropdownToggleDirective | typeof UnorderedListItemDirective)[];
|
|
70
70
|
export declare const components: (typeof ChipsComponent | typeof CloseBtnComponent | typeof DropListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent | typeof UnorderedListComponent | typeof UploadComponent | typeof WysiwygComponent)[];
|
|
71
|
-
export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof EventsService | typeof AclService | typeof BaseHttpClient | typeof StorageService | typeof CacheService | typeof BaseHttpService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof FormatterService | typeof
|
|
71
|
+
export declare const providers: (typeof GlobalTemplateService | typeof UniversalService | typeof StateService | typeof AuthGuard | typeof EventsService | typeof AclService | typeof BaseHttpClient | typeof StorageService | typeof CacheService | typeof BaseHttpService | typeof StaticAuthService | typeof ConfigService | typeof BaseDialogService | typeof ErrorHandlerService | typeof FormatterService | typeof HrefSerializer | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof BaseToasterService | typeof ComponentLoaderService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof SocketService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof IncludesPipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof SyncAsyncPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
|
|
72
72
|
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
|
|
73
73
|
useClass: typeof DragDropEventPlugin;
|
|
74
74
|
multi: boolean;
|