@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,5 +1,5 @@
|
|
|
1
|
-
export declare class UniqueUtils {
|
|
2
|
-
static uuid(): string;
|
|
3
|
-
private static pad4;
|
|
4
|
-
private static random4;
|
|
5
|
-
}
|
|
1
|
+
export declare class UniqueUtils {
|
|
2
|
+
static uuid(): string;
|
|
3
|
+
private static pad4;
|
|
4
|
+
private static random4;
|
|
5
|
+
}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
export declare class Vector {
|
|
2
|
-
x: number;
|
|
3
|
-
y: number;
|
|
4
|
-
z: number;
|
|
5
|
-
get negative(): Vector;
|
|
6
|
-
get length(): number;
|
|
7
|
-
get unit(): Vector;
|
|
8
|
-
get min(): number;
|
|
9
|
-
get max(): number;
|
|
10
|
-
get angles(): any;
|
|
11
|
-
constructor(x: number, y: number, z: number);
|
|
12
|
-
add(v: Vector | number): Vector;
|
|
13
|
-
subtract(v: Vector | number): Vector;
|
|
14
|
-
multiply(v: Vector | number): Vector;
|
|
15
|
-
divide(v: Vector | number): Vector;
|
|
16
|
-
equals(v: Vector): boolean;
|
|
17
|
-
dot(v: Vector): number;
|
|
18
|
-
cross(v: Vector): Vector;
|
|
19
|
-
angleTo(v: Vector): number;
|
|
20
|
-
toArray(n?: number): number[];
|
|
21
|
-
clone(): Vector;
|
|
22
|
-
init(x: number, y: number, z: number): Vector;
|
|
23
|
-
}
|
|
1
|
+
export declare class Vector {
|
|
2
|
+
x: number;
|
|
3
|
+
y: number;
|
|
4
|
+
z: number;
|
|
5
|
+
get negative(): Vector;
|
|
6
|
+
get length(): number;
|
|
7
|
+
get unit(): Vector;
|
|
8
|
+
get min(): number;
|
|
9
|
+
get max(): number;
|
|
10
|
+
get angles(): any;
|
|
11
|
+
constructor(x: number, y: number, z: number);
|
|
12
|
+
add(v: Vector | number): Vector;
|
|
13
|
+
subtract(v: Vector | number): Vector;
|
|
14
|
+
multiply(v: Vector | number): Vector;
|
|
15
|
+
divide(v: Vector | number): Vector;
|
|
16
|
+
equals(v: Vector): boolean;
|
|
17
|
+
dot(v: Vector): number;
|
|
18
|
+
cross(v: Vector): Vector;
|
|
19
|
+
angleTo(v: Vector): number;
|
|
20
|
+
toArray(n?: number): number[];
|
|
21
|
+
clone(): Vector;
|
|
22
|
+
init(x: number, y: number, z: number): Vector;
|
|
23
|
+
}
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
import { IWasi, IWasmExports } from "../common-types";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class Wasi implements IWasi {
|
|
4
|
-
protected env: {
|
|
5
|
-
[key: string]: string;
|
|
6
|
-
};
|
|
7
|
-
protected instantiated: boolean;
|
|
8
|
-
protected wasi: any;
|
|
9
|
-
protected wasm: IWasmExports;
|
|
10
|
-
protected envStrings: string[];
|
|
11
|
-
constructor();
|
|
12
|
-
instantiate(bytes: ArrayBuffer): Promise<IWasmExports>;
|
|
13
|
-
protected updateMemoryViews(): void;
|
|
14
|
-
protected getEnvStrings(): string[];
|
|
15
|
-
protected stringToAscii(str: any, buffer: any): void;
|
|
16
|
-
emscripten_notify_memory_growth(memoryIndex: number): void;
|
|
17
|
-
proc_exit(rval: number): void;
|
|
18
|
-
environ_get(environ: number, environ_buf: number): number;
|
|
19
|
-
environ_sizes_get(penviron_count: number, penviron_buf_size: number): number;
|
|
20
|
-
fd_close(fd: number): number;
|
|
21
|
-
fd_write(fd: number, iovs: number, iovs_len: number, nwritten: number): number;
|
|
22
|
-
fd_read(fd: number, iovs: number, iovs_len: number, nread: number): number;
|
|
23
|
-
fd_seek(fd: number, offset: number, whence: number, newOffset: number): number;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<Wasi, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<Wasi>;
|
|
26
|
-
}
|
|
1
|
+
import { IWasi, IWasmExports } from "../common-types";
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class Wasi implements IWasi {
|
|
4
|
+
protected env: {
|
|
5
|
+
[key: string]: string;
|
|
6
|
+
};
|
|
7
|
+
protected instantiated: boolean;
|
|
8
|
+
protected wasi: any;
|
|
9
|
+
protected wasm: IWasmExports;
|
|
10
|
+
protected envStrings: string[];
|
|
11
|
+
constructor();
|
|
12
|
+
instantiate(bytes: ArrayBuffer): Promise<IWasmExports>;
|
|
13
|
+
protected updateMemoryViews(): void;
|
|
14
|
+
protected getEnvStrings(): string[];
|
|
15
|
+
protected stringToAscii(str: any, buffer: any): void;
|
|
16
|
+
emscripten_notify_memory_growth(memoryIndex: number): void;
|
|
17
|
+
proc_exit(rval: number): void;
|
|
18
|
+
environ_get(environ: number, environ_buf: number): number;
|
|
19
|
+
environ_sizes_get(penviron_count: number, penviron_buf_size: number): number;
|
|
20
|
+
fd_close(fd: number): number;
|
|
21
|
+
fd_write(fd: number, iovs: number, iovs_len: number, nwritten: number): number;
|
|
22
|
+
fd_read(fd: number, iovs: number, iovs_len: number, nread: number): number;
|
|
23
|
+
fd_seek(fd: number, offset: number, whence: number, newOffset: number): number;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<Wasi, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<Wasi>;
|
|
26
|
+
}
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { IWasi } from "../common-types";
|
|
2
|
-
import { Type } from "@angular/core";
|
|
3
|
-
interface IPromiseExecutor {
|
|
4
|
-
resolve: (value?: any) => void;
|
|
5
|
-
reject: (reason?: any) => void;
|
|
6
|
-
}
|
|
7
|
-
export declare function workerFunction(JSONfn: any, logTimes: boolean): void;
|
|
8
|
-
export declare class WasmWorkerProxy {
|
|
9
|
-
protected methods: Promise<string[]>;
|
|
10
|
-
protected onMethods: (methods: string[]) => void;
|
|
11
|
-
protected worker: Worker;
|
|
12
|
-
protected promises: Map<string, IPromiseExecutor>;
|
|
13
|
-
constructor(wasmPath: string, wasi: Type<IWasi>, logTimes?: boolean);
|
|
14
|
-
onMessage(e: MessageEvent): void;
|
|
15
|
-
call(method: string, args: any[]): Promise<any>;
|
|
16
|
-
}
|
|
17
|
-
export {};
|
|
1
|
+
import { IWasi } from "../common-types";
|
|
2
|
+
import { Type } from "@angular/core";
|
|
3
|
+
interface IPromiseExecutor {
|
|
4
|
+
resolve: (value?: any) => void;
|
|
5
|
+
reject: (reason?: any) => void;
|
|
6
|
+
}
|
|
7
|
+
export declare function workerFunction(JSONfn: any, logTimes: boolean): void;
|
|
8
|
+
export declare class WasmWorkerProxy {
|
|
9
|
+
protected methods: Promise<string[]>;
|
|
10
|
+
protected onMethods: (methods: string[]) => void;
|
|
11
|
+
protected worker: Worker;
|
|
12
|
+
protected promises: Map<string, IPromiseExecutor>;
|
|
13
|
+
constructor(wasmPath: string, wasi: Type<IWasi>, logTimes?: boolean);
|
|
14
|
+
onMessage(e: MessageEvent): void;
|
|
15
|
+
call(method: string, args: any[]): Promise<any>;
|
|
16
|
+
}
|
|
17
|
+
export {};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Type } from "@angular/core";
|
|
2
|
-
import { TypedFactoryProvider } from "../common-types";
|
|
3
|
-
export declare function provideWithOptions<O extends Object, T = any>(type: Type<T>, options: O): TypedFactoryProvider<T>;
|
|
1
|
+
import { Type } from "@angular/core";
|
|
2
|
+
import { TypedFactoryProvider } from "../common-types";
|
|
3
|
+
export declare function provideWithOptions<O extends Object, T = any>(type: Type<T>, options: O): TypedFactoryProvider<T>;
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stemy/ngx-utils",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "17.0.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"public": true,
|
|
6
6
|
"repository": "https://github.com/stemyke/ngx-utils.git",
|
|
7
7
|
"author": "stemy <balazs.stemler@metrix.co.hu>",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"@angular/animations": "^
|
|
10
|
-
"@angular/common": "^
|
|
11
|
-
"@angular/compiler": "^
|
|
12
|
-
"@angular/core": "^
|
|
13
|
-
"@angular/forms": "^
|
|
14
|
-
"@angular/router": "^
|
|
15
|
-
"@angular/platform-browser": "^
|
|
16
|
-
"@angular/platform-server": "^
|
|
9
|
+
"@angular/animations": "^17.0.0 || ^18.0.0",
|
|
10
|
+
"@angular/common": "^17.0.0 || ^18.0.0",
|
|
11
|
+
"@angular/compiler": "^17.0.0 || ^18.0.0",
|
|
12
|
+
"@angular/core": "^17.0.0 || ^18.0.0",
|
|
13
|
+
"@angular/forms": "^17.0.0 || ^18.0.0",
|
|
14
|
+
"@angular/router": "^17.0.0 || ^18.0.0",
|
|
15
|
+
"@angular/platform-browser": "^17.0.0 || ^18.0.0",
|
|
16
|
+
"@angular/platform-server": "^17.0.0 || ^18.0.0",
|
|
17
17
|
"express": "^4.0.0",
|
|
18
18
|
"element-resize-detector": "^1.2.4",
|
|
19
19
|
"core-js": "^3.6.5 || ^3.22.5",
|
|
@@ -21,37 +21,29 @@
|
|
|
21
21
|
"zone.js": "^0.10.3 || ^0.11.4 || ^0.11.5",
|
|
22
22
|
"moment": "^2.27.0",
|
|
23
23
|
"invokable": "^1.0.3",
|
|
24
|
-
"ngx-device-detector": "
|
|
25
|
-
"json5": "^2.2.
|
|
24
|
+
"ngx-device-detector": "^5.0.1",
|
|
25
|
+
"json5": "^2.2.3"
|
|
26
26
|
},
|
|
27
27
|
"main": "dist/bundles/stemy-ngx-utils.umd.js",
|
|
28
|
-
"module": "
|
|
28
|
+
"module": "fesm2022/stemy-ngx-utils.mjs",
|
|
29
29
|
"es2015": "dist/esm2015/stemy-ngx-utils.js",
|
|
30
|
-
"typings": "
|
|
30
|
+
"typings": "index.d.ts",
|
|
31
31
|
"metadata": "dist/stemy-ngx-utils.metadata.json",
|
|
32
|
-
"es2020": "fesm2020/stemy-ngx-utils.mjs",
|
|
33
|
-
"esm2020": "esm2020/stemy-ngx-utils.mjs",
|
|
34
|
-
"fesm2020": "fesm2020/stemy-ngx-utils.mjs",
|
|
35
|
-
"fesm2015": "fesm2015/stemy-ngx-utils.mjs",
|
|
36
32
|
"exports": {
|
|
37
33
|
"./package.json": {
|
|
38
34
|
"default": "./package.json"
|
|
39
35
|
},
|
|
40
36
|
".": {
|
|
41
|
-
"types": "./
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"node": "./fesm2015/stemy-ngx-utils.mjs",
|
|
46
|
-
"default": "./fesm2020/stemy-ngx-utils.mjs"
|
|
37
|
+
"types": "./index.d.ts",
|
|
38
|
+
"esm2022": "./esm2022/stemy-ngx-utils.mjs",
|
|
39
|
+
"esm": "./esm2022/stemy-ngx-utils.mjs",
|
|
40
|
+
"default": "./fesm2022/stemy-ngx-utils.mjs"
|
|
47
41
|
},
|
|
48
42
|
"./tools": {
|
|
49
|
-
"types": "./tools/
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"node": "./fesm2015/stemy-ngx-utils-tools.mjs",
|
|
54
|
-
"default": "./fesm2020/stemy-ngx-utils-tools.mjs"
|
|
43
|
+
"types": "./tools/index.d.ts",
|
|
44
|
+
"esm2022": "./esm2022/tools/stemy-ngx-utils-tools.mjs",
|
|
45
|
+
"esm": "./esm2022/tools/stemy-ngx-utils-tools.mjs",
|
|
46
|
+
"default": "./fesm2022/stemy-ngx-utils-tools.mjs"
|
|
55
47
|
}
|
|
56
48
|
},
|
|
57
49
|
"sideEffects": false,
|
package/public_api.d.ts
CHANGED
|
@@ -1,93 +1,93 @@
|
|
|
1
|
-
export { TypedFactoryProvider, TypedValueProvider, CachedProvider, CachedFactory, OPTIONS_TOKEN, IResolveFactory, CanvasColor, IIconService, ICON_SERVICE, ITranslation, ITranslations, ILanguageSetting, ILanguageSettings, ILanguageService, LANGUAGE_SERVICE, IAuthService, RouteValidator, IRouteData, IRoute, AUTH_SERVICE, IAclComponent, IPromiseService, PROMISE_SERVICE, IWasi, IWasmExports, IWasm, IWasmAsync, WASI_IMPLEMENTATION, IRouteStateInfo, NavigationUrlParam, StorageMode, IToasterService, TOASTER_SERVICE, IAsyncMessage, AsyncMethod, UnorderedListTemplate, UnorderedListTemplates, UnorderedListStyle, IAjaxRequestDetails, AjaxRequestCallback, ScriptType, IScriptPromises, IStylePromises, ISearchObservable, FactoryDependencies, ObjectType, ITimer, IExtraProperties, IGroupMap, TranslationQuery, IPageInfo, IPaginationData, PaginationDataLoader, PaginationItemContext, IHttpHeaders, IHttpParams, IRequestOptions, IIssueContext, IProgress, ProgressListener, PromiseExecutor, HttpPromise, IHttpService, EXPRESS_REQUEST, IApiService, API_SERVICE, IOpenApiSchemaProperty, IOpenApiSchema, IOpenApiSchemas, ITableOrders, ITableColumn, ITableColumns, ITableTemplate, ITableTemplates, ITableDataQuery, TableDataLoader, ResourceIfContext, APP_BASE_URL, IConfiguration, IConfigService, CONFIG_SERVICE, BASE_CONFIG, SCRIPT_PARAMS, ROOT_ELEMENT, RESIZE_DELAY, ResizeEventStrategy, RESIZE_STRATEGY, ErrorHandlerCallback, ERROR_HANDLER, GlobalComponentModifier, IGlobalTemplates, GLOBAL_TEMPLATES, AppInitializerFunc, IModuleConfig, ValuedPromise } from "./ngx-utils/common-types";
|
|
2
|
-
export { AjaxRequestHandler } from "./ngx-utils/utils/ajax-request-handler";
|
|
3
|
-
export { ArrayUtils } from "./ngx-utils/utils/array.utils";
|
|
4
|
-
export { AuthGuard } from "./ngx-utils/utils/auth.guard";
|
|
5
|
-
export { cachedFactory } from "./ngx-utils/utils/cached-factory";
|
|
6
|
-
export { CanvasUtils } from "./ngx-utils/utils/canvas.utils";
|
|
7
|
-
export { DateUtils } from "./ngx-utils/utils/date.utils";
|
|
8
|
-
export { FileUtils } from "./ngx-utils/utils/file.utils";
|
|
9
|
-
export { GenericValue } from "./ngx-utils/utils/generic-value";
|
|
10
|
-
export { FileSystemEntryOpenResult, FileSystemEntryOpenCb, FileSystemEntry } from "./ngx-utils/utils/file-system";
|
|
11
|
-
export { IShape, Rect, Circle, Point } from "./ngx-utils/utils/geometry";
|
|
12
|
-
export { Initializer } from "./ngx-utils/utils/initializer";
|
|
13
|
-
export { JSONfn } from "./ngx-utils/utils/jsonfn";
|
|
14
|
-
export { ReflectUtils } from "./ngx-utils/utils/reflect.utils";
|
|
15
|
-
export { LoaderUtils } from "./ngx-utils/utils/loader.utils";
|
|
16
|
-
export { MathUtils } from "./ngx-utils/utils/math.utils";
|
|
17
|
-
export { ObjectUtils } from "./ngx-utils/utils/object.utils";
|
|
18
|
-
export { ObservableUtils, ISubscriberInfo } from "./ngx-utils/utils/observable.utils";
|
|
19
|
-
export { StringUtils } from "./ngx-utils/utils/string.utils";
|
|
20
|
-
export { SetUtils } from "./ngx-utils/utils/set.utils";
|
|
21
|
-
export { TimerUtils } from "./ngx-utils/utils/timer.utils";
|
|
22
|
-
export { UniqueUtils } from "./ngx-utils/utils/unique.utils";
|
|
23
|
-
export { Vector } from "./ngx-utils/utils/vector";
|
|
24
|
-
export { provideWithOptions } from "./ngx-utils/utils/with-options-provider";
|
|
25
|
-
export { UniversalService } from "./ngx-utils/services/universal.service";
|
|
26
|
-
export { WasmService } from "./ngx-utils/services/wasm.service";
|
|
27
|
-
export { AclService } from "./ngx-utils/services/acl.service";
|
|
28
|
-
export { ApiService } from "./ngx-utils/services/api.service";
|
|
29
|
-
export { StaticAuthService } from "./ngx-utils/services/auth.service";
|
|
30
|
-
export { BaseHttpClient } from "./ngx-utils/services/base-http.client";
|
|
31
|
-
export { BaseHttpService } from "./ngx-utils/services/base-http.service";
|
|
32
|
-
export { ConfigService } from "./ngx-utils/services/config.service";
|
|
33
|
-
export { ErrorHandlerService } from "./ngx-utils/services/error-handler.service";
|
|
34
|
-
export { EventsService } from "./ngx-utils/services/events.service";
|
|
35
|
-
export { FormatterService } from "./ngx-utils/services/formatter.service";
|
|
36
|
-
export { GlobalTemplateService } from "./ngx-utils/services/global-template.service";
|
|
37
|
-
export { IconService } from "./ngx-utils/services/icon.service";
|
|
38
|
-
export { LanguageService } from "./ngx-utils/services/language.service";
|
|
39
|
-
export { LocalHttpService } from "./ngx-utils/services/local-http.service";
|
|
40
|
-
export { OpenApiService } from "./ngx-utils/services/open-api.service";
|
|
41
|
-
export { IStateInfo, StateService } from "./ngx-utils/services/state.service";
|
|
42
|
-
export { StaticLanguageService } from "./ngx-utils/services/static-language.service";
|
|
43
|
-
export { StorageService } from "./ngx-utils/services/storage.service";
|
|
44
|
-
export { ConsoleToasterService } from "./ngx-utils/services/toaster.service";
|
|
45
|
-
export { IUrlDictionary, TranslatedUrlSerializer } from "./ngx-utils/services/translated-url.serializer";
|
|
46
|
-
export { PromiseService } from "./ngx-utils/services/promise.service";
|
|
47
|
-
export { ResizeEventPlugin } from "./ngx-utils/plugins/resize-event.plugin";
|
|
48
|
-
export { ScrollEventPlugin } from "./ngx-utils/plugins/scroll-event.plugin";
|
|
49
|
-
export { ChunkPipe } from "./ngx-utils/pipes/chunk.pipe";
|
|
50
|
-
export { EntriesPipe } from "./ngx-utils/pipes/entries.pipe";
|
|
51
|
-
export { ExtraItemPropertiesPipe } from "./ngx-utils/pipes/extra-item-properties.pipe";
|
|
52
|
-
export { FilterPipe } from "./ngx-utils/pipes/filter.pipe";
|
|
53
|
-
export { FindPipe } from "./ngx-utils/pipes/find.pipe";
|
|
54
|
-
export { FormatNumberPipe } from "./ngx-utils/pipes/format-number.pipe";
|
|
55
|
-
export { GetOffsetPipe } from "./ngx-utils/pipes/get-offset.pipe";
|
|
56
|
-
export { GetTypePipe } from "./ngx-utils/pipes/get-type.pipe";
|
|
57
|
-
export { GlobalTemplatePipe } from "./ngx-utils/pipes/global-template.pipe";
|
|
58
|
-
export { GroupByPipe } from "./ngx-utils/pipes/group-by.pipe";
|
|
59
|
-
export { IsTypePipe } from "./ngx-utils/pipes/is-type.pipe";
|
|
60
|
-
export { JoinPipe } from "./ngx-utils/pipes/join.pipe";
|
|
61
|
-
export { KeysPipe } from "./ngx-utils/pipes/keys.pipe";
|
|
62
|
-
export { MapPipe } from "./ngx-utils/pipes/map.pipe";
|
|
63
|
-
export { MaxPipe } from "./ngx-utils/pipes/max.pipe";
|
|
64
|
-
export { MinPipe } from "./ngx-utils/pipes/min.pipe";
|
|
65
|
-
export { PopPipe } from "./ngx-utils/pipes/pop.pipe";
|
|
66
|
-
export { ReducePipe } from "./ngx-utils/pipes/reduce.pipe";
|
|
67
|
-
export { RemapPipe } from "./ngx-utils/pipes/remap.pipe";
|
|
68
|
-
export { ReplacePipe } from "./ngx-utils/pipes/replace.pipe";
|
|
69
|
-
export { ReversePipe } from "./ngx-utils/pipes/reverse.pipe";
|
|
70
|
-
export { RoundPipe } from "./ngx-utils/pipes/round.pipe";
|
|
71
|
-
export { SafeHtmlPipe } from "./ngx-utils/pipes/safe-html.pipe";
|
|
72
|
-
export { ShiftPipe } from "./ngx-utils/pipes/shift.pipe";
|
|
73
|
-
export { SplitPipe } from "./ngx-utils/pipes/split.pipe";
|
|
74
|
-
export { TranslatePipe } from "./ngx-utils/pipes/translate.pipe";
|
|
75
|
-
export { ValuesPipe } from "./ngx-utils/pipes/values.pipe";
|
|
76
|
-
export { AsyncMethodBase } from "./ngx-utils/directives/async-method.base";
|
|
77
|
-
export { AsyncMethodDirective } from "./ngx-utils/directives/async-method.directive";
|
|
78
|
-
export { BackgroundDirective } from "./ngx-utils/directives/background.directive";
|
|
79
|
-
export { DynamicTableTemplateDirective } from "./ngx-utils/directives/dynamic-table-template.directive";
|
|
80
|
-
export { GlobalTemplateDirective } from "./ngx-utils/directives/global-template.directive";
|
|
81
|
-
export { IconDirective } from "./ngx-utils/directives/icon.directive";
|
|
82
|
-
export { NgxTemplateOutletDirective } from "./ngx-utils/directives/ngx-template-outlet.directive";
|
|
83
|
-
export { PaginationDirective } from "./ngx-utils/directives/pagination.directive";
|
|
84
|
-
export { PaginationItemDirective } from "./ngx-utils/directives/pagination-item.directive";
|
|
85
|
-
export { ResourceIfDirective } from "./ngx-utils/directives/resource-if.directive";
|
|
86
|
-
export { StickyDirective } from "./ngx-utils/directives/sticky.directive";
|
|
87
|
-
export { StickyClassDirective } from "./ngx-utils/directives/sticky-class.directive";
|
|
88
|
-
export { UnorderedListItemDirective } from "./ngx-utils/directives/unordered-list-item.directive";
|
|
89
|
-
export { UnorderedListTemplateDirective } from "./ngx-utils/directives/unordered-list-template.directive";
|
|
90
|
-
export { UnorderedListComponent } from "./ngx-utils/components/unordered-list/unordered-list.component";
|
|
91
|
-
export { DynamicTableComponent } from "./ngx-utils/components/dynamic-table/dynamic-table.component";
|
|
92
|
-
export { PaginationMenuComponent } from "./ngx-utils/components/pagination-menu/pagination-menu.component";
|
|
93
|
-
export { NgxUtilsModule } from "./ngx-utils/ngx-utils.module";
|
|
1
|
+
export { TypedFactoryProvider, TypedValueProvider, CachedProvider, CachedFactory, OPTIONS_TOKEN, IResolveFactory, CanvasColor, IIconService, ICON_SERVICE, ITranslation, ITranslations, ILanguageSetting, ILanguageSettings, ILanguageService, LANGUAGE_SERVICE, IAuthService, RouteValidator, IRouteData, IRoute, AUTH_SERVICE, IAclComponent, IPromiseService, PROMISE_SERVICE, IWasi, IWasmExports, IWasm, IWasmAsync, WASI_IMPLEMENTATION, IRouteStateInfo, NavigationUrlParam, StorageMode, IToasterService, TOASTER_SERVICE, IAsyncMessage, AsyncMethod, UnorderedListTemplate, UnorderedListTemplates, UnorderedListStyle, IAjaxRequestDetails, AjaxRequestCallback, ScriptType, IScriptPromises, IStylePromises, ISearchObservable, FactoryDependencies, ObjectType, ITimer, IExtraProperties, IGroupMap, TranslationQuery, IPageInfo, IPaginationData, PaginationDataLoader, PaginationItemContext, IHttpHeaders, IHttpParams, IRequestOptions, IIssueContext, IProgress, ProgressListener, PromiseExecutor, HttpPromise, IHttpService, EXPRESS_REQUEST, IApiService, API_SERVICE, IOpenApiSchemaProperty, IOpenApiSchema, IOpenApiSchemas, ITableOrders, ITableColumn, ITableColumns, TableColumns, ITableTemplate, ITableTemplates, ITableDataQuery, TableDataLoader, ResourceIfContext, APP_BASE_URL, IConfiguration, IConfigService, CONFIG_SERVICE, BASE_CONFIG, SCRIPT_PARAMS, ROOT_ELEMENT, RESIZE_DELAY, ResizeEventStrategy, RESIZE_STRATEGY, ErrorHandlerCallback, ERROR_HANDLER, GlobalComponentModifier, IGlobalTemplates, GLOBAL_TEMPLATES, AppInitializerFunc, IModuleConfig, ValuedPromise } from "./ngx-utils/common-types";
|
|
2
|
+
export { AjaxRequestHandler } from "./ngx-utils/utils/ajax-request-handler";
|
|
3
|
+
export { ArrayUtils } from "./ngx-utils/utils/array.utils";
|
|
4
|
+
export { AuthGuard } from "./ngx-utils/utils/auth.guard";
|
|
5
|
+
export { cachedFactory } from "./ngx-utils/utils/cached-factory";
|
|
6
|
+
export { CanvasUtils } from "./ngx-utils/utils/canvas.utils";
|
|
7
|
+
export { DateUtils } from "./ngx-utils/utils/date.utils";
|
|
8
|
+
export { FileUtils } from "./ngx-utils/utils/file.utils";
|
|
9
|
+
export { GenericValue } from "./ngx-utils/utils/generic-value";
|
|
10
|
+
export { FileSystemEntryOpenResult, FileSystemEntryOpenCb, FileSystemEntry } from "./ngx-utils/utils/file-system";
|
|
11
|
+
export { IShape, Rect, Circle, Point } from "./ngx-utils/utils/geometry";
|
|
12
|
+
export { Initializer } from "./ngx-utils/utils/initializer";
|
|
13
|
+
export { JSONfn } from "./ngx-utils/utils/jsonfn";
|
|
14
|
+
export { ReflectUtils } from "./ngx-utils/utils/reflect.utils";
|
|
15
|
+
export { LoaderUtils } from "./ngx-utils/utils/loader.utils";
|
|
16
|
+
export { MathUtils } from "./ngx-utils/utils/math.utils";
|
|
17
|
+
export { ObjectUtils } from "./ngx-utils/utils/object.utils";
|
|
18
|
+
export { ObservableUtils, ISubscriberInfo } from "./ngx-utils/utils/observable.utils";
|
|
19
|
+
export { StringUtils } from "./ngx-utils/utils/string.utils";
|
|
20
|
+
export { SetUtils } from "./ngx-utils/utils/set.utils";
|
|
21
|
+
export { TimerUtils } from "./ngx-utils/utils/timer.utils";
|
|
22
|
+
export { UniqueUtils } from "./ngx-utils/utils/unique.utils";
|
|
23
|
+
export { Vector } from "./ngx-utils/utils/vector";
|
|
24
|
+
export { provideWithOptions } from "./ngx-utils/utils/with-options-provider";
|
|
25
|
+
export { UniversalService } from "./ngx-utils/services/universal.service";
|
|
26
|
+
export { WasmService } from "./ngx-utils/services/wasm.service";
|
|
27
|
+
export { AclService } from "./ngx-utils/services/acl.service";
|
|
28
|
+
export { ApiService } from "./ngx-utils/services/api.service";
|
|
29
|
+
export { StaticAuthService } from "./ngx-utils/services/auth.service";
|
|
30
|
+
export { BaseHttpClient } from "./ngx-utils/services/base-http.client";
|
|
31
|
+
export { BaseHttpService } from "./ngx-utils/services/base-http.service";
|
|
32
|
+
export { ConfigService } from "./ngx-utils/services/config.service";
|
|
33
|
+
export { ErrorHandlerService } from "./ngx-utils/services/error-handler.service";
|
|
34
|
+
export { EventsService } from "./ngx-utils/services/events.service";
|
|
35
|
+
export { FormatterService } from "./ngx-utils/services/formatter.service";
|
|
36
|
+
export { GlobalTemplateService } from "./ngx-utils/services/global-template.service";
|
|
37
|
+
export { IconService } from "./ngx-utils/services/icon.service";
|
|
38
|
+
export { LanguageService } from "./ngx-utils/services/language.service";
|
|
39
|
+
export { LocalHttpService } from "./ngx-utils/services/local-http.service";
|
|
40
|
+
export { OpenApiService } from "./ngx-utils/services/open-api.service";
|
|
41
|
+
export { IStateInfo, StateService } from "./ngx-utils/services/state.service";
|
|
42
|
+
export { StaticLanguageService } from "./ngx-utils/services/static-language.service";
|
|
43
|
+
export { StorageService } from "./ngx-utils/services/storage.service";
|
|
44
|
+
export { ConsoleToasterService } from "./ngx-utils/services/toaster.service";
|
|
45
|
+
export { IUrlDictionary, TranslatedUrlSerializer } from "./ngx-utils/services/translated-url.serializer";
|
|
46
|
+
export { PromiseService } from "./ngx-utils/services/promise.service";
|
|
47
|
+
export { ResizeEventPlugin } from "./ngx-utils/plugins/resize-event.plugin";
|
|
48
|
+
export { ScrollEventPlugin } from "./ngx-utils/plugins/scroll-event.plugin";
|
|
49
|
+
export { ChunkPipe } from "./ngx-utils/pipes/chunk.pipe";
|
|
50
|
+
export { EntriesPipe } from "./ngx-utils/pipes/entries.pipe";
|
|
51
|
+
export { ExtraItemPropertiesPipe } from "./ngx-utils/pipes/extra-item-properties.pipe";
|
|
52
|
+
export { FilterPipe } from "./ngx-utils/pipes/filter.pipe";
|
|
53
|
+
export { FindPipe } from "./ngx-utils/pipes/find.pipe";
|
|
54
|
+
export { FormatNumberPipe } from "./ngx-utils/pipes/format-number.pipe";
|
|
55
|
+
export { GetOffsetPipe } from "./ngx-utils/pipes/get-offset.pipe";
|
|
56
|
+
export { GetTypePipe } from "./ngx-utils/pipes/get-type.pipe";
|
|
57
|
+
export { GlobalTemplatePipe } from "./ngx-utils/pipes/global-template.pipe";
|
|
58
|
+
export { GroupByPipe } from "./ngx-utils/pipes/group-by.pipe";
|
|
59
|
+
export { IsTypePipe } from "./ngx-utils/pipes/is-type.pipe";
|
|
60
|
+
export { JoinPipe } from "./ngx-utils/pipes/join.pipe";
|
|
61
|
+
export { KeysPipe } from "./ngx-utils/pipes/keys.pipe";
|
|
62
|
+
export { MapPipe } from "./ngx-utils/pipes/map.pipe";
|
|
63
|
+
export { MaxPipe } from "./ngx-utils/pipes/max.pipe";
|
|
64
|
+
export { MinPipe } from "./ngx-utils/pipes/min.pipe";
|
|
65
|
+
export { PopPipe } from "./ngx-utils/pipes/pop.pipe";
|
|
66
|
+
export { ReducePipe } from "./ngx-utils/pipes/reduce.pipe";
|
|
67
|
+
export { RemapPipe } from "./ngx-utils/pipes/remap.pipe";
|
|
68
|
+
export { ReplacePipe } from "./ngx-utils/pipes/replace.pipe";
|
|
69
|
+
export { ReversePipe } from "./ngx-utils/pipes/reverse.pipe";
|
|
70
|
+
export { RoundPipe } from "./ngx-utils/pipes/round.pipe";
|
|
71
|
+
export { SafeHtmlPipe } from "./ngx-utils/pipes/safe-html.pipe";
|
|
72
|
+
export { ShiftPipe } from "./ngx-utils/pipes/shift.pipe";
|
|
73
|
+
export { SplitPipe } from "./ngx-utils/pipes/split.pipe";
|
|
74
|
+
export { TranslatePipe } from "./ngx-utils/pipes/translate.pipe";
|
|
75
|
+
export { ValuesPipe } from "./ngx-utils/pipes/values.pipe";
|
|
76
|
+
export { AsyncMethodBase } from "./ngx-utils/directives/async-method.base";
|
|
77
|
+
export { AsyncMethodDirective } from "./ngx-utils/directives/async-method.directive";
|
|
78
|
+
export { BackgroundDirective } from "./ngx-utils/directives/background.directive";
|
|
79
|
+
export { DynamicTableTemplateDirective } from "./ngx-utils/directives/dynamic-table-template.directive";
|
|
80
|
+
export { GlobalTemplateDirective } from "./ngx-utils/directives/global-template.directive";
|
|
81
|
+
export { IconDirective } from "./ngx-utils/directives/icon.directive";
|
|
82
|
+
export { NgxTemplateOutletDirective } from "./ngx-utils/directives/ngx-template-outlet.directive";
|
|
83
|
+
export { PaginationDirective } from "./ngx-utils/directives/pagination.directive";
|
|
84
|
+
export { PaginationItemDirective } from "./ngx-utils/directives/pagination-item.directive";
|
|
85
|
+
export { ResourceIfDirective } from "./ngx-utils/directives/resource-if.directive";
|
|
86
|
+
export { StickyDirective } from "./ngx-utils/directives/sticky.directive";
|
|
87
|
+
export { StickyClassDirective } from "./ngx-utils/directives/sticky-class.directive";
|
|
88
|
+
export { UnorderedListItemDirective } from "./ngx-utils/directives/unordered-list-item.directive";
|
|
89
|
+
export { UnorderedListTemplateDirective } from "./ngx-utils/directives/unordered-list-template.directive";
|
|
90
|
+
export { UnorderedListComponent } from "./ngx-utils/components/unordered-list/unordered-list.component";
|
|
91
|
+
export { DynamicTableComponent } from "./ngx-utils/components/dynamic-table/dynamic-table.component";
|
|
92
|
+
export { PaginationMenuComponent } from "./ngx-utils/components/pagination-menu/pagination-menu.component";
|
|
93
|
+
export { NgxUtilsModule } from "./ngx-utils/ngx-utils.module";
|
package/tools/config.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare function isPrimitive(value: any): boolean;
|
|
2
|
-
export declare function isDate(value: any): value is Date;
|
|
3
|
-
export interface IEnvironmentAlternatives {
|
|
4
|
-
[name: string]: string[];
|
|
5
|
-
}
|
|
6
|
-
export declare function parseConfig(config: any): any;
|
|
7
|
-
export declare function createConfig(config: any, alternatives?: IEnvironmentAlternatives): any;
|
|
1
|
+
export declare function isPrimitive(value: any): boolean;
|
|
2
|
+
export declare function isDate(value: any): value is Date;
|
|
3
|
+
export interface IEnvironmentAlternatives {
|
|
4
|
+
[name: string]: string[];
|
|
5
|
+
}
|
|
6
|
+
export declare function parseConfig(config: any): any;
|
|
7
|
+
export declare function createConfig(config: any, alternatives?: IEnvironmentAlternatives): any;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="@stemy/ngx-utils/tools" />
|
|
5
|
-
export * from './public_api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="@stemy/ngx-utils/tools" />
|
|
5
|
+
export * from './public_api';
|
package/tools/public_api.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { createConfig, IEnvironmentAlternatives } from "./config";
|
|
1
|
+
export { createConfig, IEnvironmentAlternatives } from "./config";
|