@stemy/ngx-utils 13.6.16 → 17.0.0
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/esm2022/ngx-utils/common-types.mjs +123 -0
- package/esm2022/ngx-utils/components/dynamic-table/dynamic-table.component.mjs +210 -0
- package/esm2022/ngx-utils/components/pagination-menu/pagination-menu.component.mjs +101 -0
- package/esm2022/ngx-utils/components/unordered-list/unordered-list.component.mjs +65 -0
- package/esm2022/ngx-utils/directives/async-method.base.mjs +82 -0
- package/{esm2020 → esm2022}/ngx-utils/directives/async-method.directive.mjs +21 -21
- package/esm2022/ngx-utils/directives/background.directive.mjs +51 -0
- package/{esm2020 → esm2022}/ngx-utils/directives/dynamic-table-template.directive.mjs +20 -20
- package/{esm2020 → esm2022}/ngx-utils/directives/global-template.directive.mjs +30 -30
- package/esm2022/ngx-utils/directives/icon.directive.mjs +67 -0
- package/esm2022/ngx-utils/directives/ngx-template-outlet.directive.mjs +90 -0
- package/{esm2020 → esm2022}/ngx-utils/directives/pagination-item.directive.mjs +34 -34
- package/esm2022/ngx-utils/directives/pagination.directive.mjs +84 -0
- package/esm2022/ngx-utils/directives/resource-if.directive.mjs +50 -0
- package/esm2022/ngx-utils/directives/sticky-class.directive.mjs +34 -0
- package/{esm2020 → esm2022}/ngx-utils/directives/sticky.directive.mjs +55 -55
- package/{esm2020 → esm2022}/ngx-utils/directives/unordered-list-item.directive.mjs +79 -79
- package/{esm2020 → esm2022}/ngx-utils/directives/unordered-list-template.directive.mjs +20 -20
- package/{esm2020 → esm2022}/ngx-utils/ngx-utils.imports.mjs +174 -174
- package/esm2022/ngx-utils/ngx-utils.module.mjs +202 -0
- package/esm2022/ngx-utils/pipes/chunk.pipe.mjs +25 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/entries.pipe.mjs +28 -28
- package/{esm2020 → esm2022}/ngx-utils/pipes/extra-item-properties.pipe.mjs +31 -31
- package/esm2022/ngx-utils/pipes/filter.pipe.mjs +37 -0
- package/esm2022/ngx-utils/pipes/find.pipe.mjs +29 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/format-number.pipe.mjs +21 -21
- package/{esm2020 → esm2022}/ngx-utils/pipes/get-offset.pipe.mjs +17 -17
- package/{esm2020 → esm2022}/ngx-utils/pipes/get-type.pipe.mjs +16 -16
- package/esm2022/ngx-utils/pipes/global-template.pipe.mjs +41 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/group-by.pipe.mjs +27 -27
- package/{esm2020 → esm2022}/ngx-utils/pipes/is-type.pipe.mjs +16 -16
- package/{esm2020 → esm2022}/ngx-utils/pipes/join.pipe.mjs +19 -19
- package/{esm2020 → esm2022}/ngx-utils/pipes/keys.pipe.mjs +22 -22
- package/{esm2020 → esm2022}/ngx-utils/pipes/map.pipe.mjs +29 -29
- package/{esm2020 → esm2022}/ngx-utils/pipes/max.pipe.mjs +26 -26
- package/{esm2020 → esm2022}/ngx-utils/pipes/min.pipe.mjs +26 -26
- package/{esm2020 → esm2022}/ngx-utils/pipes/pop.pipe.mjs +16 -16
- package/{esm2020 → esm2022}/ngx-utils/pipes/reduce.pipe.mjs +30 -30
- package/esm2022/ngx-utils/pipes/remap.pipe.mjs +32 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/replace.pipe.mjs +17 -17
- package/esm2022/ngx-utils/pipes/reverse.pipe.mjs +24 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/round.pipe.mjs +21 -21
- package/esm2022/ngx-utils/pipes/safe-html.pipe.mjs +34 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/shift.pipe.mjs +16 -16
- package/{esm2020 → esm2022}/ngx-utils/pipes/split.pipe.mjs +16 -16
- package/esm2022/ngx-utils/pipes/translate.pipe.mjs +86 -0
- package/{esm2020 → esm2022}/ngx-utils/pipes/values.pipe.mjs +22 -22
- package/esm2022/ngx-utils/plugins/resize-event.plugin.mjs +78 -0
- package/esm2022/ngx-utils/plugins/scroll-event.plugin.mjs +39 -0
- package/{esm2020 → esm2022}/ngx-utils/services/acl.service.mjs +84 -83
- package/esm2022/ngx-utils/services/api.service.mjs +42 -0
- package/{esm2020 → esm2022}/ngx-utils/services/auth.service.mjs +13 -13
- package/esm2022/ngx-utils/services/base-http.client.mjs +47 -0
- package/esm2022/ngx-utils/services/base-http.service.mjs +305 -0
- package/esm2022/ngx-utils/services/config.service.mjs +130 -0
- package/esm2022/ngx-utils/services/error-handler.service.mjs +49 -0
- package/{esm2020 → esm2022}/ngx-utils/services/events.service.mjs +26 -26
- package/{esm2020 → esm2022}/ngx-utils/services/formatter.service.mjs +49 -49
- package/esm2022/ngx-utils/services/global-template.service.mjs +37 -0
- package/esm2022/ngx-utils/services/icon.service.mjs +26 -0
- package/esm2022/ngx-utils/services/language.service.mjs +124 -0
- package/{esm2020 → esm2022}/ngx-utils/services/local-http.service.mjs +47 -47
- package/{esm2020 → esm2022}/ngx-utils/services/open-api.service.mjs +40 -40
- package/{esm2020 → esm2022}/ngx-utils/services/promise.service.mjs +55 -55
- package/esm2022/ngx-utils/services/state.service.mjs +177 -0
- package/{esm2020 → esm2022}/ngx-utils/services/static-language.service.mjs +166 -166
- package/esm2022/ngx-utils/services/storage.service.mjs +49 -0
- package/{esm2020 → esm2022}/ngx-utils/services/toaster.service.mjs +32 -32
- package/esm2022/ngx-utils/services/translated-url.serializer.mjs +73 -0
- package/esm2022/ngx-utils/services/universal.service.mjs +81 -0
- package/{esm2020 → esm2022}/ngx-utils/services/wasm.service.mjs +46 -46
- package/esm2022/ngx-utils/utils/ajax-request-handler.mjs +40 -0
- package/esm2022/ngx-utils/utils/array.utils.mjs +107 -0
- package/esm2022/ngx-utils/utils/auth.guard.mjs +181 -0
- package/esm2022/ngx-utils/utils/cached-factory.mjs +30 -0
- package/esm2022/ngx-utils/utils/canvas.utils.mjs +388 -0
- package/esm2022/ngx-utils/utils/date.utils.mjs +29 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/file-system.mjs +24 -24
- package/esm2022/ngx-utils/utils/file.utils.mjs +90 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/generic-value.mjs +20 -20
- package/esm2022/ngx-utils/utils/geometry.mjs +132 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/initializer.mjs +20 -20
- package/esm2022/ngx-utils/utils/jsonfn.mjs +45 -0
- package/esm2022/ngx-utils/utils/loader.utils.mjs +55 -0
- package/esm2022/ngx-utils/utils/math.utils.mjs +44 -0
- package/esm2022/ngx-utils/utils/object.utils.mjs +320 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/observable.utils.mjs +63 -63
- package/esm2022/ngx-utils/utils/reflect.utils.mjs +33 -0
- package/esm2022/ngx-utils/utils/set.utils.mjs +20 -0
- package/esm2022/ngx-utils/utils/string.utils.mjs +41 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/timer.utils.mjs +51 -51
- package/esm2022/ngx-utils/utils/unique.utils.mjs +24 -0
- package/esm2022/ngx-utils/utils/vector.mjs +77 -0
- package/esm2022/ngx-utils/utils/wasi.mjs +159 -0
- package/esm2022/ngx-utils/utils/wasm-worker-proxy.mjs +99 -0
- package/{esm2020 → esm2022}/ngx-utils/utils/with-options-provider.mjs +23 -23
- package/{esm2020 → esm2022}/public_api.mjs +94 -94
- package/{esm2020 → esm2022}/stemy-ngx-utils.mjs +4 -4
- package/esm2022/tools/config.mjs +71 -0
- package/{esm2020 → esm2022}/tools/public_api.mjs +1 -1
- package/{esm2020 → esm2022}/tools/stemy-ngx-utils-tools.mjs +4 -4
- package/{fesm2020 → fesm2022}/stemy-ngx-utils-tools.mjs +71 -71
- package/{fesm2015 → fesm2022}/stemy-ngx-utils-tools.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/stemy-ngx-utils.mjs +5639 -5633
- package/fesm2022/stemy-ngx-utils.mjs.map +1 -0
- package/{stemy-ngx-utils.d.ts → index.d.ts} +5 -5
- package/ng.mjs +5 -0
- package/ngx-utils/common-types.d.ts +378 -377
- package/ngx-utils/components/dynamic-table/dynamic-table.component.d.ts +56 -55
- package/ngx-utils/components/pagination-menu/pagination-menu.component.d.ts +31 -31
- package/ngx-utils/components/unordered-list/unordered-list.component.d.ts +25 -25
- package/ngx-utils/directives/async-method.base.d.ts +19 -19
- package/ngx-utils/directives/async-method.directive.d.ts +9 -9
- package/ngx-utils/directives/background.directive.d.ts +17 -17
- package/ngx-utils/directives/dynamic-table-template.directive.d.ts +11 -11
- package/ngx-utils/directives/global-template.directive.d.ts +13 -13
- package/ngx-utils/directives/icon.directive.d.ts +23 -23
- package/ngx-utils/directives/ngx-template-outlet.directive.d.ts +17 -17
- package/ngx-utils/directives/pagination-item.directive.d.ts +15 -15
- package/ngx-utils/directives/pagination.directive.d.ts +25 -25
- package/ngx-utils/directives/resource-if.directive.d.ts +19 -19
- package/ngx-utils/directives/sticky-class.directive.d.ts +15 -15
- package/ngx-utils/directives/sticky.directive.d.ts +19 -19
- package/ngx-utils/directives/unordered-list-item.directive.d.ts +28 -28
- package/ngx-utils/directives/unordered-list-template.directive.d.ts +11 -11
- package/ngx-utils/ngx-utils.imports.d.ts +74 -0
- package/ngx-utils/ngx-utils.module.d.ts +58 -58
- package/ngx-utils/pipes/chunk.pipe.d.ts +7 -7
- package/ngx-utils/pipes/entries.pipe.d.ts +12 -12
- package/ngx-utils/pipes/extra-item-properties.pipe.d.ts +8 -8
- package/ngx-utils/pipes/filter.pipe.d.ts +8 -8
- package/ngx-utils/pipes/find.pipe.d.ts +8 -8
- package/ngx-utils/pipes/format-number.pipe.d.ts +10 -10
- package/ngx-utils/pipes/get-offset.pipe.d.ts +7 -7
- package/ngx-utils/pipes/get-type.pipe.d.ts +7 -7
- package/ngx-utils/pipes/global-template.pipe.d.ts +16 -16
- package/ngx-utils/pipes/group-by.pipe.d.ts +8 -8
- package/ngx-utils/pipes/is-type.pipe.d.ts +7 -7
- package/ngx-utils/pipes/join.pipe.d.ts +7 -7
- package/ngx-utils/pipes/keys.pipe.d.ts +7 -7
- package/ngx-utils/pipes/map.pipe.d.ts +8 -8
- package/ngx-utils/pipes/max.pipe.d.ts +7 -7
- package/ngx-utils/pipes/min.pipe.d.ts +7 -7
- package/ngx-utils/pipes/pop.pipe.d.ts +7 -7
- package/ngx-utils/pipes/reduce.pipe.d.ts +8 -8
- package/ngx-utils/pipes/remap.pipe.d.ts +7 -7
- package/ngx-utils/pipes/replace.pipe.d.ts +7 -7
- package/ngx-utils/pipes/reverse.pipe.d.ts +7 -7
- package/ngx-utils/pipes/round.pipe.d.ts +10 -10
- package/ngx-utils/pipes/safe-html.pipe.d.ts +10 -10
- package/ngx-utils/pipes/shift.pipe.d.ts +7 -7
- package/ngx-utils/pipes/split.pipe.d.ts +7 -7
- package/ngx-utils/pipes/translate.pipe.d.ts +19 -19
- package/ngx-utils/pipes/values.pipe.d.ts +7 -7
- package/ngx-utils/plugins/resize-event.plugin.d.ts +17 -17
- package/ngx-utils/plugins/scroll-event.plugin.d.ts +13 -13
- package/ngx-utils/services/acl.service.d.ts +14 -14
- package/ngx-utils/services/api.service.d.ts +17 -17
- package/ngx-utils/services/auth.service.d.ts +8 -8
- package/ngx-utils/services/base-http.client.d.ts +15 -15
- package/ngx-utils/services/base-http.service.d.ts +53 -53
- package/ngx-utils/services/config.service.d.ts +30 -30
- package/ngx-utils/services/error-handler.service.d.ts +13 -13
- package/ngx-utils/services/events.service.d.ts +14 -14
- package/ngx-utils/services/formatter.service.d.ts +15 -15
- package/ngx-utils/services/global-template.service.d.ts +19 -19
- package/ngx-utils/services/icon.service.d.ts +13 -13
- package/ngx-utils/services/language.service.d.ts +21 -21
- package/ngx-utils/services/local-http.service.d.ts +14 -14
- package/ngx-utils/services/open-api.service.d.ts +11 -11
- package/ngx-utils/services/promise.service.d.ts +19 -19
- package/ngx-utils/services/state.service.d.ts +49 -49
- package/ngx-utils/services/static-language.service.d.ts +46 -46
- package/ngx-utils/services/storage.service.d.ts +15 -15
- package/ngx-utils/services/toaster.service.d.ts +13 -13
- package/ngx-utils/services/translated-url.serializer.d.ts +19 -19
- package/ngx-utils/services/universal.service.d.ts +28 -28
- package/ngx-utils/services/wasm.service.d.ts +25 -25
- package/ngx-utils/utils/ajax-request-handler.d.ts +11 -11
- package/ngx-utils/utils/array.utils.d.ts +11 -11
- package/ngx-utils/utils/auth.guard.d.ts +29 -29
- package/ngx-utils/utils/cached-factory.d.ts +2 -2
- package/ngx-utils/utils/canvas.utils.d.ts +13 -13
- package/ngx-utils/utils/date.utils.d.ts +8 -8
- package/ngx-utils/utils/file-system.d.ts +16 -16
- package/ngx-utils/utils/file.utils.d.ts +14 -14
- package/ngx-utils/utils/generic-value.d.ts +8 -8
- package/ngx-utils/utils/geometry.d.ts +50 -50
- package/ngx-utils/utils/initializer.d.ts +12 -12
- package/ngx-utils/utils/jsonfn.d.ts +6 -6
- package/ngx-utils/utils/loader.utils.d.ts +7 -7
- package/ngx-utils/utils/math.utils.d.ts +8 -8
- package/ngx-utils/utils/object.utils.d.ts +35 -35
- package/ngx-utils/utils/observable.utils.d.ts +13 -13
- package/ngx-utils/utils/reflect.utils.d.ts +9 -9
- package/ngx-utils/utils/set.utils.d.ts +4 -4
- package/ngx-utils/utils/string.utils.d.ts +9 -9
- package/ngx-utils/utils/timer.utils.d.ts +6 -6
- package/ngx-utils/utils/unique.utils.d.ts +5 -5
- package/ngx-utils/utils/vector.d.ts +23 -23
- package/ngx-utils/utils/wasi.d.ts +26 -26
- package/ngx-utils/utils/wasm-worker-proxy.d.ts +17 -17
- package/ngx-utils/utils/with-options-provider.d.ts +3 -3
- package/package.json +21 -29
- package/public_api.d.ts +93 -93
- package/tools/config.d.ts +7 -7
- package/tools/{stemy-ngx-utils-tools.d.ts → index.d.ts} +5 -5
- package/tools/public_api.d.ts +1 -1
- package/esm2020/ngx-utils/common-types.mjs +0 -123
- package/esm2020/ngx-utils/components/dynamic-table/dynamic-table.component.mjs +0 -207
- package/esm2020/ngx-utils/components/pagination-menu/pagination-menu.component.mjs +0 -101
- package/esm2020/ngx-utils/components/unordered-list/unordered-list.component.mjs +0 -65
- package/esm2020/ngx-utils/directives/async-method.base.mjs +0 -82
- package/esm2020/ngx-utils/directives/background.directive.mjs +0 -51
- package/esm2020/ngx-utils/directives/icon.directive.mjs +0 -67
- package/esm2020/ngx-utils/directives/ngx-template-outlet.directive.mjs +0 -90
- package/esm2020/ngx-utils/directives/pagination.directive.mjs +0 -84
- package/esm2020/ngx-utils/directives/resource-if.directive.mjs +0 -50
- package/esm2020/ngx-utils/directives/sticky-class.directive.mjs +0 -34
- package/esm2020/ngx-utils/ngx-utils.module.mjs +0 -204
- package/esm2020/ngx-utils/pipes/chunk.pipe.mjs +0 -25
- package/esm2020/ngx-utils/pipes/filter.pipe.mjs +0 -37
- package/esm2020/ngx-utils/pipes/find.pipe.mjs +0 -29
- package/esm2020/ngx-utils/pipes/global-template.pipe.mjs +0 -41
- package/esm2020/ngx-utils/pipes/remap.pipe.mjs +0 -32
- package/esm2020/ngx-utils/pipes/reverse.pipe.mjs +0 -24
- package/esm2020/ngx-utils/pipes/safe-html.pipe.mjs +0 -34
- package/esm2020/ngx-utils/pipes/translate.pipe.mjs +0 -86
- package/esm2020/ngx-utils/plugins/resize-event.plugin.mjs +0 -78
- package/esm2020/ngx-utils/plugins/scroll-event.plugin.mjs +0 -39
- package/esm2020/ngx-utils/services/api.service.mjs +0 -42
- package/esm2020/ngx-utils/services/base-http.client.mjs +0 -47
- package/esm2020/ngx-utils/services/base-http.service.mjs +0 -305
- package/esm2020/ngx-utils/services/config.service.mjs +0 -130
- package/esm2020/ngx-utils/services/error-handler.service.mjs +0 -49
- package/esm2020/ngx-utils/services/global-template.service.mjs +0 -37
- package/esm2020/ngx-utils/services/icon.service.mjs +0 -26
- package/esm2020/ngx-utils/services/language.service.mjs +0 -124
- package/esm2020/ngx-utils/services/state.service.mjs +0 -173
- package/esm2020/ngx-utils/services/storage.service.mjs +0 -49
- package/esm2020/ngx-utils/services/translated-url.serializer.mjs +0 -73
- package/esm2020/ngx-utils/services/universal.service.mjs +0 -81
- package/esm2020/ngx-utils/utils/ajax-request-handler.mjs +0 -40
- package/esm2020/ngx-utils/utils/array.utils.mjs +0 -107
- package/esm2020/ngx-utils/utils/auth.guard.mjs +0 -181
- package/esm2020/ngx-utils/utils/cached-factory.mjs +0 -30
- package/esm2020/ngx-utils/utils/canvas.utils.mjs +0 -388
- package/esm2020/ngx-utils/utils/date.utils.mjs +0 -29
- package/esm2020/ngx-utils/utils/file.utils.mjs +0 -90
- package/esm2020/ngx-utils/utils/geometry.mjs +0 -132
- package/esm2020/ngx-utils/utils/jsonfn.mjs +0 -45
- package/esm2020/ngx-utils/utils/loader.utils.mjs +0 -55
- package/esm2020/ngx-utils/utils/math.utils.mjs +0 -44
- package/esm2020/ngx-utils/utils/object.utils.mjs +0 -320
- package/esm2020/ngx-utils/utils/reflect.utils.mjs +0 -33
- package/esm2020/ngx-utils/utils/set.utils.mjs +0 -20
- package/esm2020/ngx-utils/utils/string.utils.mjs +0 -41
- package/esm2020/ngx-utils/utils/unique.utils.mjs +0 -24
- package/esm2020/ngx-utils/utils/vector.mjs +0 -77
- package/esm2020/ngx-utils/utils/wasi.mjs +0 -159
- package/esm2020/ngx-utils/utils/wasm-worker-proxy.mjs +0 -99
- package/esm2020/tools/config.mjs +0 -71
- package/fesm2015/stemy-ngx-utils-tools.mjs +0 -77
- package/fesm2015/stemy-ngx-utils.mjs +0 -5891
- package/fesm2015/stemy-ngx-utils.mjs.map +0 -1
- package/fesm2020/stemy-ngx-utils-tools.mjs.map +0 -1
- package/fesm2020/stemy-ngx-utils.mjs.map +0 -1
- package/tools/package.json +0 -10
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
-
import { EventsService } from "../services/events.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class StickyDirective implements OnInit, OnDestroy {
|
|
5
|
-
private cdr;
|
|
6
|
-
private events;
|
|
7
|
-
private element;
|
|
8
|
-
isSticky: boolean;
|
|
9
|
-
isUpdating: boolean;
|
|
10
|
-
parentElement: HTMLElement;
|
|
11
|
-
private updateTimer;
|
|
12
|
-
private eventForwarded;
|
|
13
|
-
constructor(cdr: ChangeDetectorRef, events: EventsService, element: ElementRef);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
updateSticky(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StickyDirective, never>;
|
|
18
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<StickyDirective, "[sticky]", never, {}, {}, never>;
|
|
19
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, OnDestroy, OnInit } from "@angular/core";
|
|
2
|
+
import { EventsService } from "../services/events.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class StickyDirective implements OnInit, OnDestroy {
|
|
5
|
+
private cdr;
|
|
6
|
+
private events;
|
|
7
|
+
private element;
|
|
8
|
+
isSticky: boolean;
|
|
9
|
+
isUpdating: boolean;
|
|
10
|
+
parentElement: HTMLElement;
|
|
11
|
+
private updateTimer;
|
|
12
|
+
private eventForwarded;
|
|
13
|
+
constructor(cdr: ChangeDetectorRef, events: EventsService, element: ElementRef);
|
|
14
|
+
ngOnInit(): void;
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
updateSticky(): void;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StickyDirective, never>;
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<StickyDirective, "[sticky]", never, {}, {}, never, never, false, never>;
|
|
19
|
+
}
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, Renderer2, SimpleChanges, ViewContainerRef } from "@angular/core";
|
|
2
|
-
import { UnorderedListStyle, UnorderedListTemplates, UnorderedListTemplate } from "../common-types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class UnorderedListItemDirective implements OnChanges {
|
|
5
|
-
private elementRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
private viewContainer;
|
|
8
|
-
item: any;
|
|
9
|
-
type: string;
|
|
10
|
-
data: any;
|
|
11
|
-
keyPrefix: string;
|
|
12
|
-
listStyle: UnorderedListStyle;
|
|
13
|
-
path: string;
|
|
14
|
-
level: number;
|
|
15
|
-
templates: UnorderedListTemplate[];
|
|
16
|
-
defaultTemplates: UnorderedListTemplates;
|
|
17
|
-
isArray: boolean;
|
|
18
|
-
isObject: boolean;
|
|
19
|
-
valueIsArray: boolean;
|
|
20
|
-
valueIsObject: boolean;
|
|
21
|
-
valueType: string;
|
|
22
|
-
get elem(): HTMLElement;
|
|
23
|
-
constructor(elementRef: ElementRef, renderer: Renderer2, viewContainer: ViewContainerRef);
|
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
-
private isClass;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListItemDirective, never>;
|
|
27
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListItemDirective, "[unorderedListItem]", never, { "item": "unorderedListItem"; "type": "type"; "data": "data"; "keyPrefix": "keyPrefix"; "listStyle": "listStyle"; "path": "path"; "level": "level"; "templates": "templates"; "defaultTemplates": "defaultTemplates"; }, {}, never>;
|
|
28
|
-
}
|
|
1
|
+
import { ElementRef, OnChanges, Renderer2, SimpleChanges, ViewContainerRef } from "@angular/core";
|
|
2
|
+
import { UnorderedListStyle, UnorderedListTemplates, UnorderedListTemplate } from "../common-types";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UnorderedListItemDirective implements OnChanges {
|
|
5
|
+
private elementRef;
|
|
6
|
+
private renderer;
|
|
7
|
+
private viewContainer;
|
|
8
|
+
item: any;
|
|
9
|
+
type: string;
|
|
10
|
+
data: any;
|
|
11
|
+
keyPrefix: string;
|
|
12
|
+
listStyle: UnorderedListStyle;
|
|
13
|
+
path: string;
|
|
14
|
+
level: number;
|
|
15
|
+
templates: UnorderedListTemplate[];
|
|
16
|
+
defaultTemplates: UnorderedListTemplates;
|
|
17
|
+
isArray: boolean;
|
|
18
|
+
isObject: boolean;
|
|
19
|
+
valueIsArray: boolean;
|
|
20
|
+
valueIsObject: boolean;
|
|
21
|
+
valueType: string;
|
|
22
|
+
get elem(): HTMLElement;
|
|
23
|
+
constructor(elementRef: ElementRef, renderer: Renderer2, viewContainer: ViewContainerRef);
|
|
24
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
+
private isClass;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListItemDirective, 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; }; "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>;
|
|
28
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { TemplateRef } from "@angular/core";
|
|
2
|
-
import { UnorderedListTemplate } from "../common-types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class UnorderedListTemplateDirective implements UnorderedListTemplate {
|
|
5
|
-
readonly templateRef: TemplateRef<any>;
|
|
6
|
-
type: string;
|
|
7
|
-
selector: string;
|
|
8
|
-
constructor(templateRef: TemplateRef<any>);
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListTemplateDirective, never>;
|
|
10
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListTemplateDirective, "ng-template[type][selector]", never, { "type": "type"; "selector": "selector"; }, {}, never>;
|
|
11
|
-
}
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import { UnorderedListTemplate } from "../common-types";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class UnorderedListTemplateDirective implements UnorderedListTemplate {
|
|
5
|
+
readonly templateRef: TemplateRef<any>;
|
|
6
|
+
type: string;
|
|
7
|
+
selector: string;
|
|
8
|
+
constructor(templateRef: TemplateRef<any>);
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UnorderedListTemplateDirective, never>;
|
|
10
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<UnorderedListTemplateDirective, "ng-template[type][selector]", never, { "type": { "alias": "type"; "required": false; }; "selector": { "alias": "selector"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
import { ErrorHandler } from "@angular/core";
|
|
2
|
+
import { UrlSerializer } from "@angular/router";
|
|
3
|
+
import { DeviceDetectorService } from "ngx-device-detector";
|
|
4
|
+
import { IConfigService } from "./common-types";
|
|
5
|
+
import { AuthGuard } from "./utils/auth.guard";
|
|
6
|
+
import { AclService } from "./services/acl.service";
|
|
7
|
+
import { StaticAuthService } from "./services/auth.service";
|
|
8
|
+
import { BaseHttpClient } from "./services/base-http.client";
|
|
9
|
+
import { BaseHttpService } from "./services/base-http.service";
|
|
10
|
+
import { ConfigService } from "./services/config.service";
|
|
11
|
+
import { ErrorHandlerService } from "./services/error-handler.service";
|
|
12
|
+
import { EventsService } from "./services/events.service";
|
|
13
|
+
import { FormatterService } from "./services/formatter.service";
|
|
14
|
+
import { GlobalTemplateService } from "./services/global-template.service";
|
|
15
|
+
import { IconService } from "./services/icon.service";
|
|
16
|
+
import { PromiseService } from "./services/promise.service";
|
|
17
|
+
import { OpenApiService } from "./services/open-api.service";
|
|
18
|
+
import { StateService } from "./services/state.service";
|
|
19
|
+
import { StaticLanguageService } from "./services/static-language.service";
|
|
20
|
+
import { StorageService } from "./services/storage.service";
|
|
21
|
+
import { ConsoleToasterService } from "./services/toaster.service";
|
|
22
|
+
import { TranslatedUrlSerializer } from "./services/translated-url.serializer";
|
|
23
|
+
import { UniversalService } from "./services/universal.service";
|
|
24
|
+
import { WasmService } from "./services/wasm.service";
|
|
25
|
+
import { ResizeEventPlugin } from "./plugins/resize-event.plugin";
|
|
26
|
+
import { ScrollEventPlugin } from "./plugins/scroll-event.plugin";
|
|
27
|
+
import { AsyncMethodBase } from "./directives/async-method.base";
|
|
28
|
+
import { BackgroundDirective } from "./directives/background.directive";
|
|
29
|
+
import { DynamicTableTemplateDirective } from "./directives/dynamic-table-template.directive";
|
|
30
|
+
import { GlobalTemplateDirective } from "./directives/global-template.directive";
|
|
31
|
+
import { IconDirective } from "./directives/icon.directive";
|
|
32
|
+
import { NgxTemplateOutletDirective } from "./directives/ngx-template-outlet.directive";
|
|
33
|
+
import { PaginationDirective } from "./directives/pagination.directive";
|
|
34
|
+
import { PaginationItemDirective } from "./directives/pagination-item.directive";
|
|
35
|
+
import { ResourceIfDirective } from "./directives/resource-if.directive";
|
|
36
|
+
import { StickyDirective } from "./directives/sticky.directive";
|
|
37
|
+
import { StickyClassDirective } from "./directives/sticky-class.directive";
|
|
38
|
+
import { UnorderedListItemDirective } from "./directives/unordered-list-item.directive";
|
|
39
|
+
import { UnorderedListTemplateDirective } from "./directives/unordered-list-template.directive";
|
|
40
|
+
import { FilterPipe } from "./pipes/filter.pipe";
|
|
41
|
+
import { FormatNumberPipe } from "./pipes/format-number.pipe";
|
|
42
|
+
import { GlobalTemplatePipe } from "./pipes/global-template.pipe";
|
|
43
|
+
import { ReducePipe } from "./pipes/reduce.pipe";
|
|
44
|
+
import { RoundPipe } from "./pipes/round.pipe";
|
|
45
|
+
import { SafeHtmlPipe } from "./pipes/safe-html.pipe";
|
|
46
|
+
import { TranslatePipe } from "./pipes/translate.pipe";
|
|
47
|
+
import { DynamicTableComponent } from "./components/dynamic-table/dynamic-table.component";
|
|
48
|
+
import { PaginationMenuComponent } from "./components/pagination-menu/pagination-menu.component";
|
|
49
|
+
import { UnorderedListComponent } from "./components/unordered-list/unordered-list.component";
|
|
50
|
+
export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe)[];
|
|
51
|
+
export declare const directives: (typeof AsyncMethodBase | typeof BackgroundDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof StickyClassDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective)[];
|
|
52
|
+
export declare const components: (typeof UnorderedListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent)[];
|
|
53
|
+
export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof BaseHttpClient | typeof StorageService | typeof BaseHttpService | typeof WasmService | typeof AclService | typeof StaticAuthService | typeof ConfigService | typeof ErrorHandlerService | typeof EventsService | typeof FormatterService | typeof GlobalTemplateService | typeof IconService | typeof StaticLanguageService | typeof OpenApiService | typeof ConsoleToasterService | typeof TranslatedUrlSerializer | typeof PromiseService | typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe | typeof DeviceDetectorService | {
|
|
54
|
+
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
|
|
55
|
+
useClass: typeof ResizeEventPlugin;
|
|
56
|
+
multi: boolean;
|
|
57
|
+
useExisting?: undefined;
|
|
58
|
+
} | {
|
|
59
|
+
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").EventManagerPlugin[]>;
|
|
60
|
+
useClass: typeof ScrollEventPlugin;
|
|
61
|
+
multi: boolean;
|
|
62
|
+
useExisting?: undefined;
|
|
63
|
+
} | {
|
|
64
|
+
provide: typeof UrlSerializer;
|
|
65
|
+
useExisting: typeof TranslatedUrlSerializer;
|
|
66
|
+
useClass?: undefined;
|
|
67
|
+
multi?: undefined;
|
|
68
|
+
} | {
|
|
69
|
+
provide: typeof ErrorHandler;
|
|
70
|
+
useExisting: typeof ErrorHandlerService;
|
|
71
|
+
useClass?: undefined;
|
|
72
|
+
multi?: undefined;
|
|
73
|
+
})[];
|
|
74
|
+
export declare function loadConfig(config: IConfigService): any;
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { ModuleWithProviders } from "@angular/core";
|
|
2
|
-
import { IModuleConfig } from "./common-types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./pipes/chunk.pipe";
|
|
5
|
-
import * as i2 from "./pipes/entries.pipe";
|
|
6
|
-
import * as i3 from "./pipes/extra-item-properties.pipe";
|
|
7
|
-
import * as i4 from "./pipes/filter.pipe";
|
|
8
|
-
import * as i5 from "./pipes/find.pipe";
|
|
9
|
-
import * as i6 from "./pipes/format-number.pipe";
|
|
10
|
-
import * as i7 from "./pipes/get-offset.pipe";
|
|
11
|
-
import * as i8 from "./pipes/get-type.pipe";
|
|
12
|
-
import * as i9 from "./pipes/global-template.pipe";
|
|
13
|
-
import * as i10 from "./pipes/group-by.pipe";
|
|
14
|
-
import * as i11 from "./pipes/is-type.pipe";
|
|
15
|
-
import * as i12 from "./pipes/join.pipe";
|
|
16
|
-
import * as i13 from "./pipes/keys.pipe";
|
|
17
|
-
import * as i14 from "./pipes/map.pipe";
|
|
18
|
-
import * as i15 from "./pipes/max.pipe";
|
|
19
|
-
import * as i16 from "./pipes/min.pipe";
|
|
20
|
-
import * as i17 from "./pipes/pop.pipe";
|
|
21
|
-
import * as i18 from "./pipes/reduce.pipe";
|
|
22
|
-
import * as i19 from "./pipes/remap.pipe";
|
|
23
|
-
import * as i20 from "./pipes/replace.pipe";
|
|
24
|
-
import * as i21 from "./pipes/reverse.pipe";
|
|
25
|
-
import * as i22 from "./pipes/round.pipe";
|
|
26
|
-
import * as i23 from "./pipes/safe-html.pipe";
|
|
27
|
-
import * as i24 from "./pipes/shift.pipe";
|
|
28
|
-
import * as i25 from "./pipes/split.pipe";
|
|
29
|
-
import * as i26 from "./pipes/translate.pipe";
|
|
30
|
-
import * as i27 from "./pipes/values.pipe";
|
|
31
|
-
import * as i28 from "./directives/async-method.base";
|
|
32
|
-
import * as i29 from "./directives/async-method.directive";
|
|
33
|
-
import * as i30 from "./directives/background.directive";
|
|
34
|
-
import * as i31 from "./directives/dynamic-table-template.directive";
|
|
35
|
-
import * as i32 from "./directives/global-template.directive";
|
|
36
|
-
import * as i33 from "./directives/icon.directive";
|
|
37
|
-
import * as i34 from "./directives/ngx-template-outlet.directive";
|
|
38
|
-
import * as i35 from "./directives/pagination.directive";
|
|
39
|
-
import * as i36 from "./directives/pagination-item.directive";
|
|
40
|
-
import * as i37 from "./directives/resource-if.directive";
|
|
41
|
-
import * as i38 from "./directives/sticky.directive";
|
|
42
|
-
import * as i39 from "./directives/sticky-class.directive";
|
|
43
|
-
import * as i40 from "./directives/unordered-list-item.directive";
|
|
44
|
-
import * as i41 from "./directives/unordered-list-template.directive";
|
|
45
|
-
import * as i42 from "./components/dynamic-table/dynamic-table.component";
|
|
46
|
-
import * as i43 from "./components/pagination-menu/pagination-menu.component";
|
|
47
|
-
import * as i44 from "./components/unordered-list/unordered-list.component";
|
|
48
|
-
import * as i45 from "@angular/common";
|
|
49
|
-
import * as i46 from "@angular/forms";
|
|
50
|
-
export declare function loadBaseUrl(): string;
|
|
51
|
-
export declare function loadBaseHref(baseUrl: string): string;
|
|
52
|
-
export declare class NgxUtilsModule {
|
|
53
|
-
static forRoot(config?: IModuleConfig): ModuleWithProviders<NgxUtilsModule>;
|
|
54
|
-
constructor();
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NgxUtilsModule, never>;
|
|
56
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxUtilsModule, [typeof i1.ChunkPipe, typeof i2.EntriesPipe, typeof i3.ExtraItemPropertiesPipe, typeof i4.FilterPipe, typeof i5.FindPipe, typeof i6.FormatNumberPipe, typeof i7.GetOffsetPipe, typeof i8.GetTypePipe, typeof i9.GlobalTemplatePipe, typeof i10.GroupByPipe, typeof i11.IsTypePipe, typeof i12.JoinPipe, typeof i13.KeysPipe, typeof i14.MapPipe, typeof i15.MaxPipe, typeof i16.MinPipe, typeof i17.PopPipe, typeof i18.ReducePipe, typeof i19.RemapPipe, typeof i20.ReplacePipe, typeof i21.ReversePipe, typeof i22.RoundPipe, typeof i23.SafeHtmlPipe, typeof i24.ShiftPipe, typeof i25.SplitPipe, typeof i26.TranslatePipe, typeof i27.ValuesPipe, typeof i28.AsyncMethodBase, typeof i29.AsyncMethodDirective, typeof i30.BackgroundDirective, typeof i31.DynamicTableTemplateDirective, typeof i32.GlobalTemplateDirective, typeof i33.IconDirective, typeof i34.NgxTemplateOutletDirective, typeof i35.PaginationDirective, typeof i36.PaginationItemDirective, typeof i37.ResourceIfDirective, typeof i38.StickyDirective, typeof i39.StickyClassDirective, typeof i40.UnorderedListItemDirective, typeof i41.UnorderedListTemplateDirective, typeof i42.DynamicTableComponent, typeof i43.PaginationMenuComponent, typeof i44.UnorderedListComponent], [typeof i45.CommonModule, typeof i46.FormsModule], [typeof i1.ChunkPipe, typeof i2.EntriesPipe, typeof i3.ExtraItemPropertiesPipe, typeof i4.FilterPipe, typeof i5.FindPipe, typeof i6.FormatNumberPipe, typeof i7.GetOffsetPipe, typeof i8.GetTypePipe, typeof i9.GlobalTemplatePipe, typeof i10.GroupByPipe, typeof i11.IsTypePipe, typeof i12.JoinPipe, typeof i13.KeysPipe, typeof i14.MapPipe, typeof i15.MaxPipe, typeof i16.MinPipe, typeof i17.PopPipe, typeof i18.ReducePipe, typeof i19.RemapPipe, typeof i20.ReplacePipe, typeof i21.ReversePipe, typeof i22.RoundPipe, typeof i23.SafeHtmlPipe, typeof i24.ShiftPipe, typeof i25.SplitPipe, typeof i26.TranslatePipe, typeof i27.ValuesPipe, typeof i28.AsyncMethodBase, typeof i29.AsyncMethodDirective, typeof i30.BackgroundDirective, typeof i31.DynamicTableTemplateDirective, typeof i32.GlobalTemplateDirective, typeof i33.IconDirective, typeof i34.NgxTemplateOutletDirective, typeof i35.PaginationDirective, typeof i36.PaginationItemDirective, typeof i37.ResourceIfDirective, typeof i38.StickyDirective, typeof i39.StickyClassDirective, typeof i40.UnorderedListItemDirective, typeof i41.UnorderedListTemplateDirective, typeof i42.DynamicTableComponent, typeof i43.PaginationMenuComponent, typeof i44.UnorderedListComponent, typeof i46.FormsModule]>;
|
|
57
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<NgxUtilsModule>;
|
|
58
|
-
}
|
|
1
|
+
import { ModuleWithProviders } from "@angular/core";
|
|
2
|
+
import { IModuleConfig } from "./common-types";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
import * as i1 from "./pipes/chunk.pipe";
|
|
5
|
+
import * as i2 from "./pipes/entries.pipe";
|
|
6
|
+
import * as i3 from "./pipes/extra-item-properties.pipe";
|
|
7
|
+
import * as i4 from "./pipes/filter.pipe";
|
|
8
|
+
import * as i5 from "./pipes/find.pipe";
|
|
9
|
+
import * as i6 from "./pipes/format-number.pipe";
|
|
10
|
+
import * as i7 from "./pipes/get-offset.pipe";
|
|
11
|
+
import * as i8 from "./pipes/get-type.pipe";
|
|
12
|
+
import * as i9 from "./pipes/global-template.pipe";
|
|
13
|
+
import * as i10 from "./pipes/group-by.pipe";
|
|
14
|
+
import * as i11 from "./pipes/is-type.pipe";
|
|
15
|
+
import * as i12 from "./pipes/join.pipe";
|
|
16
|
+
import * as i13 from "./pipes/keys.pipe";
|
|
17
|
+
import * as i14 from "./pipes/map.pipe";
|
|
18
|
+
import * as i15 from "./pipes/max.pipe";
|
|
19
|
+
import * as i16 from "./pipes/min.pipe";
|
|
20
|
+
import * as i17 from "./pipes/pop.pipe";
|
|
21
|
+
import * as i18 from "./pipes/reduce.pipe";
|
|
22
|
+
import * as i19 from "./pipes/remap.pipe";
|
|
23
|
+
import * as i20 from "./pipes/replace.pipe";
|
|
24
|
+
import * as i21 from "./pipes/reverse.pipe";
|
|
25
|
+
import * as i22 from "./pipes/round.pipe";
|
|
26
|
+
import * as i23 from "./pipes/safe-html.pipe";
|
|
27
|
+
import * as i24 from "./pipes/shift.pipe";
|
|
28
|
+
import * as i25 from "./pipes/split.pipe";
|
|
29
|
+
import * as i26 from "./pipes/translate.pipe";
|
|
30
|
+
import * as i27 from "./pipes/values.pipe";
|
|
31
|
+
import * as i28 from "./directives/async-method.base";
|
|
32
|
+
import * as i29 from "./directives/async-method.directive";
|
|
33
|
+
import * as i30 from "./directives/background.directive";
|
|
34
|
+
import * as i31 from "./directives/dynamic-table-template.directive";
|
|
35
|
+
import * as i32 from "./directives/global-template.directive";
|
|
36
|
+
import * as i33 from "./directives/icon.directive";
|
|
37
|
+
import * as i34 from "./directives/ngx-template-outlet.directive";
|
|
38
|
+
import * as i35 from "./directives/pagination.directive";
|
|
39
|
+
import * as i36 from "./directives/pagination-item.directive";
|
|
40
|
+
import * as i37 from "./directives/resource-if.directive";
|
|
41
|
+
import * as i38 from "./directives/sticky.directive";
|
|
42
|
+
import * as i39 from "./directives/sticky-class.directive";
|
|
43
|
+
import * as i40 from "./directives/unordered-list-item.directive";
|
|
44
|
+
import * as i41 from "./directives/unordered-list-template.directive";
|
|
45
|
+
import * as i42 from "./components/dynamic-table/dynamic-table.component";
|
|
46
|
+
import * as i43 from "./components/pagination-menu/pagination-menu.component";
|
|
47
|
+
import * as i44 from "./components/unordered-list/unordered-list.component";
|
|
48
|
+
import * as i45 from "@angular/common";
|
|
49
|
+
import * as i46 from "@angular/forms";
|
|
50
|
+
export declare function loadBaseUrl(): string;
|
|
51
|
+
export declare function loadBaseHref(baseUrl: string): string;
|
|
52
|
+
export declare class NgxUtilsModule {
|
|
53
|
+
static forRoot(config?: IModuleConfig): ModuleWithProviders<NgxUtilsModule>;
|
|
54
|
+
constructor();
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxUtilsModule, never>;
|
|
56
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxUtilsModule, [typeof i1.ChunkPipe, typeof i2.EntriesPipe, typeof i3.ExtraItemPropertiesPipe, typeof i4.FilterPipe, typeof i5.FindPipe, typeof i6.FormatNumberPipe, typeof i7.GetOffsetPipe, typeof i8.GetTypePipe, typeof i9.GlobalTemplatePipe, typeof i10.GroupByPipe, typeof i11.IsTypePipe, typeof i12.JoinPipe, typeof i13.KeysPipe, typeof i14.MapPipe, typeof i15.MaxPipe, typeof i16.MinPipe, typeof i17.PopPipe, typeof i18.ReducePipe, typeof i19.RemapPipe, typeof i20.ReplacePipe, typeof i21.ReversePipe, typeof i22.RoundPipe, typeof i23.SafeHtmlPipe, typeof i24.ShiftPipe, typeof i25.SplitPipe, typeof i26.TranslatePipe, typeof i27.ValuesPipe, typeof i28.AsyncMethodBase, typeof i29.AsyncMethodDirective, typeof i30.BackgroundDirective, typeof i31.DynamicTableTemplateDirective, typeof i32.GlobalTemplateDirective, typeof i33.IconDirective, typeof i34.NgxTemplateOutletDirective, typeof i35.PaginationDirective, typeof i36.PaginationItemDirective, typeof i37.ResourceIfDirective, typeof i38.StickyDirective, typeof i39.StickyClassDirective, typeof i40.UnorderedListItemDirective, typeof i41.UnorderedListTemplateDirective, typeof i42.DynamicTableComponent, typeof i43.PaginationMenuComponent, typeof i44.UnorderedListComponent], [typeof i45.CommonModule, typeof i46.FormsModule], [typeof i1.ChunkPipe, typeof i2.EntriesPipe, typeof i3.ExtraItemPropertiesPipe, typeof i4.FilterPipe, typeof i5.FindPipe, typeof i6.FormatNumberPipe, typeof i7.GetOffsetPipe, typeof i8.GetTypePipe, typeof i9.GlobalTemplatePipe, typeof i10.GroupByPipe, typeof i11.IsTypePipe, typeof i12.JoinPipe, typeof i13.KeysPipe, typeof i14.MapPipe, typeof i15.MaxPipe, typeof i16.MinPipe, typeof i17.PopPipe, typeof i18.ReducePipe, typeof i19.RemapPipe, typeof i20.ReplacePipe, typeof i21.ReversePipe, typeof i22.RoundPipe, typeof i23.SafeHtmlPipe, typeof i24.ShiftPipe, typeof i25.SplitPipe, typeof i26.TranslatePipe, typeof i27.ValuesPipe, typeof i28.AsyncMethodBase, typeof i29.AsyncMethodDirective, typeof i30.BackgroundDirective, typeof i31.DynamicTableTemplateDirective, typeof i32.GlobalTemplateDirective, typeof i33.IconDirective, typeof i34.NgxTemplateOutletDirective, typeof i35.PaginationDirective, typeof i36.PaginationItemDirective, typeof i37.ResourceIfDirective, typeof i38.StickyDirective, typeof i39.StickyClassDirective, typeof i40.UnorderedListItemDirective, typeof i41.UnorderedListTemplateDirective, typeof i42.DynamicTableComponent, typeof i43.PaginationMenuComponent, typeof i44.UnorderedListComponent, typeof i46.FormsModule]>;
|
|
57
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgxUtilsModule>;
|
|
58
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ChunkPipe implements PipeTransform {
|
|
4
|
-
transform(items: any[], count: number): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ChunkPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ChunkPipe, "chunk">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ChunkPipe implements PipeTransform {
|
|
4
|
+
transform(items: any[], count: number): any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ChunkPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ChunkPipe, "chunk", false>;
|
|
7
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface IEntry {
|
|
4
|
-
key: string;
|
|
5
|
-
value: any;
|
|
6
|
-
index: number;
|
|
7
|
-
}
|
|
8
|
-
export declare class EntriesPipe implements PipeTransform {
|
|
9
|
-
transform(value: any): IEntry[];
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EntriesPipe, never>;
|
|
11
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries">;
|
|
12
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export interface IEntry {
|
|
4
|
+
key: string;
|
|
5
|
+
value: any;
|
|
6
|
+
index: number;
|
|
7
|
+
}
|
|
8
|
+
export declare class EntriesPipe implements PipeTransform {
|
|
9
|
+
transform(value: any): IEntry[];
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EntriesPipe, never>;
|
|
11
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<EntriesPipe, "entries", false>;
|
|
12
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { IExtraProperties } from "../common-types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class ExtraItemPropertiesPipe implements PipeTransform {
|
|
5
|
-
transform(items: any[], properties: IExtraProperties, params?: any): any[];
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraItemPropertiesPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<ExtraItemPropertiesPipe, "extraItemProperties">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { IExtraProperties } from "../common-types";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class ExtraItemPropertiesPipe implements PipeTransform {
|
|
5
|
+
transform(items: any[], properties: IExtraProperties, params?: any): any[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ExtraItemPropertiesPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<ExtraItemPropertiesPipe, "extraItemProperties", false>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare function defaultFilter(): boolean;
|
|
4
|
-
export declare class FilterPipe implements PipeTransform {
|
|
5
|
-
transform(values: any, filter?: any, params?: any): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare function defaultFilter(): boolean;
|
|
4
|
+
export declare class FilterPipe implements PipeTransform {
|
|
5
|
+
transform(values: any, filter?: any, params?: any): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter", false>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare function defaultFilter(): boolean;
|
|
4
|
-
export declare class FindPipe implements PipeTransform {
|
|
5
|
-
transform(values: any[], filter?: any, params?: any): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FindPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FindPipe, "find">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare function defaultFilter(): boolean;
|
|
4
|
+
export declare class FindPipe implements PipeTransform {
|
|
5
|
+
transform(values: any[], filter?: any, params?: any): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FindPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FindPipe, "find", false>;
|
|
8
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { FormatterService } from "../services/formatter.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class FormatNumberPipe implements PipeTransform {
|
|
5
|
-
private formatter;
|
|
6
|
-
constructor(formatter: FormatterService);
|
|
7
|
-
transform(value: number, format?: string, precision?: number, divider?: number): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormatNumberPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatNumberPipe, "formatNumber">;
|
|
10
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { FormatterService } from "../services/formatter.service";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class FormatNumberPipe implements PipeTransform {
|
|
5
|
+
private formatter;
|
|
6
|
+
constructor(formatter: FormatterService);
|
|
7
|
+
transform(value: number, format?: string, precision?: number, divider?: number): string;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormatNumberPipe, never>;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatNumberPipe, "formatNumber", false>;
|
|
10
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GetOffsetPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, offset: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetOffsetPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GetOffsetPipe, "getOffset">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GetOffsetPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, offset: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetOffsetPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetOffsetPipe, "getOffset", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GetTypePipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GetTypePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GetTypePipe, "getType">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class GetTypePipe implements PipeTransform {
|
|
4
|
+
transform(value: any): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetTypePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetTypePipe, "getType", false>;
|
|
7
|
+
}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { OnDestroy, OnInit, PipeTransform, TemplateRef } from "@angular/core";
|
|
2
|
-
import { Subscription } from "rxjs";
|
|
3
|
-
import { IGlobalTemplates } from "../common-types";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GlobalTemplatePipe implements PipeTransform, OnInit, OnDestroy {
|
|
6
|
-
protected globalTemplates: IGlobalTemplates;
|
|
7
|
-
protected templatesUpdated: Subscription;
|
|
8
|
-
protected cachedTemplateId: string;
|
|
9
|
-
protected cachedTemplate: TemplateRef<any>;
|
|
10
|
-
constructor(globalTemplates: IGlobalTemplates);
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
transform(templateId: string, component?: any): TemplateRef<string>;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalTemplatePipe, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GlobalTemplatePipe, "globalTemplate">;
|
|
16
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit, PipeTransform, TemplateRef } from "@angular/core";
|
|
2
|
+
import { Subscription } from "rxjs";
|
|
3
|
+
import { IGlobalTemplates } from "../common-types";
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class GlobalTemplatePipe implements PipeTransform, OnInit, OnDestroy {
|
|
6
|
+
protected globalTemplates: IGlobalTemplates;
|
|
7
|
+
protected templatesUpdated: Subscription;
|
|
8
|
+
protected cachedTemplateId: string;
|
|
9
|
+
protected cachedTemplate: TemplateRef<any>;
|
|
10
|
+
constructor(globalTemplates: IGlobalTemplates);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
ngOnDestroy(): void;
|
|
13
|
+
transform(templateId: string, component?: any): TemplateRef<string>;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalTemplatePipe, never>;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GlobalTemplatePipe, "globalTemplate", false>;
|
|
16
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { IGroupMap } from "../common-types";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GroupByPipe implements PipeTransform {
|
|
5
|
-
transform(records: any[], column: string, map?: IGroupMap): any;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<GroupByPipe, "groupBy">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { IGroupMap } from "../common-types";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class GroupByPipe implements PipeTransform {
|
|
5
|
+
transform(records: any[], column: string, map?: IGroupMap): any;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GroupByPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GroupByPipe, "groupBy", false>;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class IsTypePipe implements PipeTransform {
|
|
4
|
-
transform(value: any, type: string): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IsTypePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<IsTypePipe, "isType">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class IsTypePipe implements PipeTransform {
|
|
4
|
+
transform(value: any, type: string): any;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IsTypePipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<IsTypePipe, "isType", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class JoinPipe implements PipeTransform {
|
|
4
|
-
transform(value: any, separator?: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JoinPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<JoinPipe, "join">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class JoinPipe implements PipeTransform {
|
|
4
|
+
transform(value: any, separator?: string): string;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<JoinPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<JoinPipe, "join", false>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class KeysPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class KeysPipe implements PipeTransform {
|
|
4
|
+
transform(value: any): any[];
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KeysPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<KeysPipe, "keys", false>;
|
|
7
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare function defaultMapper(item: any): any;
|
|
4
|
-
export declare class MapPipe implements PipeTransform {
|
|
5
|
-
transform(values: any[], mapper?: any, params?: any): any[];
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MapPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MapPipe, "map">;
|
|
8
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare function defaultMapper(item: any): any;
|
|
4
|
+
export declare class MapPipe implements PipeTransform {
|
|
5
|
+
transform(values: any[], mapper?: any, params?: any): any[];
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MapPipe, never>;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MapPipe, "map", false>;
|
|
8
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MaxPipe implements PipeTransform {
|
|
4
|
-
transform(value: any[], selector?: any, params?: any): number;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MaxPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<MaxPipe, "max">;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MaxPipe implements PipeTransform {
|
|
4
|
+
transform(value: any[], selector?: any, params?: any): number;
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MaxPipe, never>;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<MaxPipe, "max", false>;
|
|
7
|
+
}
|