@stemy/ngx-utils 13.0.2 → 13.0.5
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/esm2020/ngx-utils/common-types.mjs +1 -1
- package/esm2020/ngx-utils/components/dynamic-table/dynamic-table.component.mjs +67 -296
- package/esm2020/ngx-utils/components/pagination-menu/pagination-menu.component.mjs +18 -108
- package/esm2020/ngx-utils/components/unordered-list/unordered-list.component.mjs +31 -227
- package/esm2020/ngx-utils/directives/async-method.base.mjs +34 -24
- package/esm2020/ngx-utils/directives/async-method.directive.mjs +14 -21
- package/esm2020/ngx-utils/directives/background.directive.mjs +13 -13
- package/esm2020/ngx-utils/directives/dynamic-table-template.directive.mjs +13 -13
- package/esm2020/ngx-utils/directives/global-template.directive.mjs +15 -15
- package/esm2020/ngx-utils/directives/icon.directive.mjs +26 -30
- package/esm2020/ngx-utils/directives/ngx-template-outlet.directive.mjs +15 -15
- package/esm2020/ngx-utils/directives/pagination-item.directive.mjs +9 -9
- package/esm2020/ngx-utils/directives/pagination.directive.mjs +25 -25
- package/esm2020/ngx-utils/directives/resource-if.directive.mjs +12 -12
- package/esm2020/ngx-utils/directives/sticky-class.directive.mjs +11 -11
- package/esm2020/ngx-utils/directives/sticky.directive.mjs +21 -25
- package/esm2020/ngx-utils/directives/unordered-list-item.directive.mjs +28 -28
- package/esm2020/ngx-utils/directives/unordered-list-template.directive.mjs +13 -13
- package/esm2020/ngx-utils/ngx-utils.imports.mjs +165 -0
- package/esm2020/ngx-utils/ngx-utils.module.mjs +98 -257
- package/esm2020/ngx-utils/pipes/chunk.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/entries.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/extra-item-properties.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/filter.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/find.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/format-number.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/get-offset.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/get-type.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/global-template.pipe.mjs +13 -13
- package/esm2020/ngx-utils/pipes/group-by.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/is-type.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/join.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/keys.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/map.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/max.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/min.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/reduce.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/remap.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/replace.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/reverse.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/round.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/safe-html.pipe.mjs +9 -9
- package/esm2020/ngx-utils/pipes/translate.pipe.mjs +16 -16
- package/esm2020/ngx-utils/pipes/values.pipe.mjs +9 -9
- package/esm2020/ngx-utils/plugins/resize-event.plugin.mjs +9 -9
- package/esm2020/ngx-utils/plugins/scroll-event.plugin.mjs +9 -9
- package/esm2020/ngx-utils/services/acl.service.mjs +9 -9
- package/esm2020/ngx-utils/services/api.service.mjs +6 -6
- package/esm2020/ngx-utils/services/base-http.client.mjs +6 -6
- package/esm2020/ngx-utils/services/base-http.service.mjs +26 -26
- package/esm2020/ngx-utils/services/config.service.mjs +27 -31
- package/esm2020/ngx-utils/services/error-handler.service.mjs +6 -6
- package/esm2020/ngx-utils/services/events.service.mjs +6 -6
- package/esm2020/ngx-utils/services/formatter.service.mjs +9 -9
- package/esm2020/ngx-utils/services/global-template.service.mjs +6 -6
- package/esm2020/ngx-utils/services/icon.service.mjs +6 -6
- package/esm2020/ngx-utils/services/language.service.mjs +6 -6
- package/esm2020/ngx-utils/services/open-api.service.mjs +9 -9
- package/esm2020/ngx-utils/services/promise.service.mjs +9 -9
- package/esm2020/ngx-utils/services/state.service.mjs +8 -8
- package/esm2020/ngx-utils/services/static-language.service.mjs +21 -21
- package/esm2020/ngx-utils/services/storage.service.mjs +6 -6
- package/esm2020/ngx-utils/services/toaster.service.mjs +9 -9
- package/esm2020/ngx-utils/services/translated-url.serializer.mjs +9 -9
- package/esm2020/ngx-utils/services/universal.service.mjs +9 -9
- package/esm2020/ngx-utils/utils/auth.guard.mjs +15 -15
- package/fesm2015/stemy-ngx-utils.mjs +344 -1186
- package/fesm2015/stemy-ngx-utils.mjs.map +1 -1
- package/fesm2020/stemy-ngx-utils.mjs +802 -1373
- package/fesm2020/stemy-ngx-utils.mjs.map +1 -1
- package/ngx-utils/common-types.d.ts +1 -0
- package/ngx-utils/directives/async-method.base.d.ts +4 -4
- package/ngx-utils/directives/async-method.directive.d.ts +1 -2
- package/ngx-utils/ngx-utils.module.d.ts +51 -73
- package/ngx-utils/services/config.service.d.ts +3 -2
- package/package.json +1 -4
- package/bundles/stemy-ngx-utils.umd.js +0 -6121
- package/bundles/stemy-ngx-utils.umd.js.map +0 -1
- package/bundles/stemy-ngx-utils.umd.min.js +0 -16
- package/bundles/stemy-ngx-utils.umd.min.js.map +0 -1
- package/esm2015/ngx-utils/common-types.js +0 -116
- package/esm2015/ngx-utils/components/dynamic-table/dynamic-table.component.js +0 -139
- package/esm2015/ngx-utils/components/pagination-menu/pagination-menu.component.js +0 -96
- package/esm2015/ngx-utils/components/unordered-list/unordered-list.component.js +0 -51
- package/esm2015/ngx-utils/directives/async-method.base.js +0 -54
- package/esm2015/ngx-utils/directives/async-method.directive.js +0 -24
- package/esm2015/ngx-utils/directives/background.directive.js +0 -51
- package/esm2015/ngx-utils/directives/dynamic-table-template.directive.js +0 -19
- package/esm2015/ngx-utils/directives/global-template.directive.js +0 -27
- package/esm2015/ngx-utils/directives/icon.directive.js +0 -59
- package/esm2015/ngx-utils/directives/ngx-template-outlet.directive.js +0 -88
- package/esm2015/ngx-utils/directives/pagination-item.directive.js +0 -33
- package/esm2015/ngx-utils/directives/pagination.directive.js +0 -76
- package/esm2015/ngx-utils/directives/resource-if.directive.js +0 -51
- package/esm2015/ngx-utils/directives/sticky-class.directive.js +0 -35
- package/esm2015/ngx-utils/directives/sticky.directive.js +0 -48
- package/esm2015/ngx-utils/directives/unordered-list-item.directive.js +0 -70
- package/esm2015/ngx-utils/directives/unordered-list-template.directive.js +0 -26
- package/esm2015/ngx-utils/ngx-utils.module.js +0 -238
- package/esm2015/ngx-utils/pipes/chunk.pipe.js +0 -21
- package/esm2015/ngx-utils/pipes/entries.pipe.js +0 -24
- package/esm2015/ngx-utils/pipes/extra-item-properties.pipe.js +0 -27
- package/esm2015/ngx-utils/pipes/filter.pipe.js +0 -38
- package/esm2015/ngx-utils/pipes/find.pipe.js +0 -25
- package/esm2015/ngx-utils/pipes/format-number.pipe.js +0 -19
- package/esm2015/ngx-utils/pipes/get-offset.pipe.js +0 -13
- package/esm2015/ngx-utils/pipes/get-type.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/global-template.pipe.js +0 -37
- package/esm2015/ngx-utils/pipes/group-by.pipe.js +0 -23
- package/esm2015/ngx-utils/pipes/is-type.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/join.pipe.js +0 -15
- package/esm2015/ngx-utils/pipes/keys.pipe.js +0 -18
- package/esm2015/ngx-utils/pipes/map.pipe.js +0 -25
- package/esm2015/ngx-utils/pipes/max.pipe.js +0 -22
- package/esm2015/ngx-utils/pipes/min.pipe.js +0 -22
- package/esm2015/ngx-utils/pipes/reduce.pipe.js +0 -26
- package/esm2015/ngx-utils/pipes/remap.pipe.js +0 -28
- package/esm2015/ngx-utils/pipes/replace.pipe.js +0 -12
- package/esm2015/ngx-utils/pipes/reverse.pipe.js +0 -20
- package/esm2015/ngx-utils/pipes/round.pipe.js +0 -19
- package/esm2015/ngx-utils/pipes/safe-html.pipe.js +0 -32
- package/esm2015/ngx-utils/pipes/translate.pipe.js +0 -81
- package/esm2015/ngx-utils/pipes/values.pipe.js +0 -18
- package/esm2015/ngx-utils/plugins/resize-event.plugin.js +0 -56
- package/esm2015/ngx-utils/plugins/scroll-event.plugin.js +0 -36
- package/esm2015/ngx-utils/services/acl.service.js +0 -79
- package/esm2015/ngx-utils/services/api.service.js +0 -35
- package/esm2015/ngx-utils/services/auth.service.js +0 -14
- package/esm2015/ngx-utils/services/base-http.client.js +0 -46
- package/esm2015/ngx-utils/services/base-http.service.js +0 -285
- package/esm2015/ngx-utils/services/config.service.js +0 -122
- package/esm2015/ngx-utils/services/error-handler.service.js +0 -49
- package/esm2015/ngx-utils/services/events.service.js +0 -24
- package/esm2015/ngx-utils/services/formatter.service.js +0 -44
- package/esm2015/ngx-utils/services/global-template.service.js +0 -35
- package/esm2015/ngx-utils/services/icon.service.js +0 -24
- package/esm2015/ngx-utils/services/language.service.js +0 -117
- package/esm2015/ngx-utils/services/open-api.service.js +0 -41
- package/esm2015/ngx-utils/services/promise.service.js +0 -52
- package/esm2015/ngx-utils/services/state.service.js +0 -181
- package/esm2015/ngx-utils/services/static-language.service.js +0 -152
- package/esm2015/ngx-utils/services/storage.service.js +0 -48
- package/esm2015/ngx-utils/services/toaster.service.js +0 -29
- package/esm2015/ngx-utils/services/translated-url.serializer.js +0 -70
- package/esm2015/ngx-utils/services/universal.service.js +0 -75
- package/esm2015/ngx-utils/utils/ajax-request-handler.js +0 -40
- package/esm2015/ngx-utils/utils/array.utils.js +0 -100
- package/esm2015/ngx-utils/utils/auth.guard.js +0 -156
- package/esm2015/ngx-utils/utils/canvas.utils.js +0 -388
- package/esm2015/ngx-utils/utils/date.utils.js +0 -28
- package/esm2015/ngx-utils/utils/file.utils.js +0 -90
- package/esm2015/ngx-utils/utils/generic-value.js +0 -20
- package/esm2015/ngx-utils/utils/geometry.js +0 -132
- package/esm2015/ngx-utils/utils/initializer.js +0 -20
- package/esm2015/ngx-utils/utils/loader.utils.js +0 -55
- package/esm2015/ngx-utils/utils/math.utils.js +0 -15
- package/esm2015/ngx-utils/utils/object.utils.js +0 -263
- package/esm2015/ngx-utils/utils/observable.utils.js +0 -63
- package/esm2015/ngx-utils/utils/reflect.utils.js +0 -33
- package/esm2015/ngx-utils/utils/set.utils.js +0 -20
- package/esm2015/ngx-utils/utils/string.utils.js +0 -28
- package/esm2015/ngx-utils/utils/timer.utils.js +0 -52
- package/esm2015/ngx-utils/utils/unique.utils.js +0 -24
- package/esm2015/ngx-utils/utils/vector.js +0 -77
- package/esm2015/public_api.js +0 -84
- package/esm2015/stemy-ngx-utils.js +0 -7
- package/fesm2015/stemy-ngx-utils.js +0 -4860
- package/fesm2015/stemy-ngx-utils.js.map +0 -1
- package/stemy-ngx-utils.metadata.json +0 -1
|
@@ -298,6 +298,7 @@ export interface IModuleConfig {
|
|
|
298
298
|
configService?: Type<IConfigService>;
|
|
299
299
|
globalTemplates?: Type<IGlobalTemplates>;
|
|
300
300
|
initializeApp?: (injector: Injector) => AppInitializerFunc;
|
|
301
|
+
baseHref?: (injector: Injector) => string;
|
|
301
302
|
}
|
|
302
303
|
export declare class ValuedPromise<T> extends Promise<T> {
|
|
303
304
|
value: T;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from "@angular/core";
|
|
2
2
|
import { AsyncMethod, IAsyncMessage, IToasterService } from "../common-types";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
|
-
export declare
|
|
4
|
+
export declare class AsyncMethodBase {
|
|
5
5
|
protected toaster: IToasterService;
|
|
6
6
|
disabled: boolean;
|
|
7
7
|
context: any;
|
|
@@ -10,10 +10,10 @@ export declare abstract class AsyncMethodBase {
|
|
|
10
10
|
protected loading: boolean;
|
|
11
11
|
get isDisabled(): boolean;
|
|
12
12
|
get isLoading(): boolean;
|
|
13
|
-
|
|
14
|
-
protected
|
|
13
|
+
constructor(toaster: IToasterService);
|
|
14
|
+
protected getMethod(): AsyncMethod;
|
|
15
15
|
click(): void;
|
|
16
16
|
callMethod(): boolean;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsyncMethodBase, never>;
|
|
18
|
-
static
|
|
18
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AsyncMethodBase, "[__asmb__]", never, { "disabled": "disabled"; "context": "context"; }, { "onSuccess": "onSuccess"; "onError": "onError"; }, never>;
|
|
19
19
|
}
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { AsyncMethod
|
|
1
|
+
import { AsyncMethod } from "../common-types";
|
|
2
2
|
import { AsyncMethodBase } from "./async-method.base";
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class AsyncMethodDirective extends AsyncMethodBase {
|
|
5
5
|
method: AsyncMethod;
|
|
6
|
-
constructor(toaster: IToasterService);
|
|
7
6
|
protected getMethod(): AsyncMethod;
|
|
8
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AsyncMethodDirective, never>;
|
|
9
8
|
static ɵdir: i0.ɵɵDirectiveDeclaration<AsyncMethodDirective, "[async-method]", ["async-method"], { "method": "async-method"; }, {}, never>;
|
|
@@ -1,76 +1,54 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
|
|
48
|
-
import { UnorderedListComponent } from "./components/unordered-list/unordered-list.component";
|
|
49
|
-
export declare const pipes: (typeof FilterPipe | typeof FormatNumberPipe | typeof GlobalTemplatePipe | typeof ReducePipe | typeof RoundPipe | typeof SafeHtmlPipe | typeof TranslatePipe)[];
|
|
50
|
-
export declare const directives: (typeof AsyncMethodDirective | typeof BackgroundDirective | typeof DynamicTableTemplateDirective | typeof GlobalTemplateDirective | typeof IconDirective | typeof NgxTemplateOutletDirective | typeof PaginationDirective | typeof PaginationItemDirective | typeof ResourceIfDirective | typeof StickyDirective | typeof UnorderedListItemDirective | typeof UnorderedListTemplateDirective | typeof StickyClassDirective)[];
|
|
51
|
-
export declare const components: (typeof UnorderedListComponent | typeof DynamicTableComponent | typeof PaginationMenuComponent)[];
|
|
52
|
-
export declare const providers: (typeof UniversalService | typeof StateService | typeof AuthGuard | typeof AclService | typeof BaseHttpClient | typeof StorageService | typeof BaseHttpService | 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 | {
|
|
53
|
-
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").ɵangular_packages_platform_browser_platform_browser_g[]>;
|
|
54
|
-
useClass: typeof ResizeEventPlugin;
|
|
55
|
-
multi: boolean;
|
|
56
|
-
useExisting?: undefined;
|
|
57
|
-
} | {
|
|
58
|
-
provide: import("@angular/core").InjectionToken<import("@angular/platform-browser").ɵangular_packages_platform_browser_platform_browser_g[]>;
|
|
59
|
-
useClass: typeof ScrollEventPlugin;
|
|
60
|
-
multi: boolean;
|
|
61
|
-
useExisting?: undefined;
|
|
62
|
-
} | {
|
|
63
|
-
provide: typeof UrlSerializer;
|
|
64
|
-
useExisting: typeof TranslatedUrlSerializer;
|
|
65
|
-
useClass?: undefined;
|
|
66
|
-
multi?: undefined;
|
|
67
|
-
} | {
|
|
68
|
-
provide: typeof ErrorHandler;
|
|
69
|
-
useExisting: typeof ErrorHandlerService;
|
|
70
|
-
useClass?: undefined;
|
|
71
|
-
multi?: undefined;
|
|
72
|
-
})[];
|
|
73
|
-
export declare function loadConfig(config: IConfigService): any;
|
|
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/reduce.pipe";
|
|
21
|
+
import * as i18 from "./pipes/remap.pipe";
|
|
22
|
+
import * as i19 from "./pipes/replace.pipe";
|
|
23
|
+
import * as i20 from "./pipes/reverse.pipe";
|
|
24
|
+
import * as i21 from "./pipes/round.pipe";
|
|
25
|
+
import * as i22 from "./pipes/safe-html.pipe";
|
|
26
|
+
import * as i23 from "./pipes/translate.pipe";
|
|
27
|
+
import * as i24 from "./pipes/values.pipe";
|
|
28
|
+
import * as i25 from "./directives/async-method.base";
|
|
29
|
+
import * as i26 from "./directives/async-method.directive";
|
|
30
|
+
import * as i27 from "./directives/background.directive";
|
|
31
|
+
import * as i28 from "./directives/dynamic-table-template.directive";
|
|
32
|
+
import * as i29 from "./directives/global-template.directive";
|
|
33
|
+
import * as i30 from "./directives/icon.directive";
|
|
34
|
+
import * as i31 from "./directives/ngx-template-outlet.directive";
|
|
35
|
+
import * as i32 from "./directives/pagination.directive";
|
|
36
|
+
import * as i33 from "./directives/pagination-item.directive";
|
|
37
|
+
import * as i34 from "./directives/resource-if.directive";
|
|
38
|
+
import * as i35 from "./directives/sticky.directive";
|
|
39
|
+
import * as i36 from "./directives/sticky-class.directive";
|
|
40
|
+
import * as i37 from "./directives/unordered-list-item.directive";
|
|
41
|
+
import * as i38 from "./directives/unordered-list-template.directive";
|
|
42
|
+
import * as i39 from "./components/dynamic-table/dynamic-table.component";
|
|
43
|
+
import * as i40 from "./components/pagination-menu/pagination-menu.component";
|
|
44
|
+
import * as i41 from "./components/unordered-list/unordered-list.component";
|
|
45
|
+
import * as i42 from "@angular/common";
|
|
46
|
+
import * as i43 from "@angular/forms";
|
|
47
|
+
export declare function loadBaseHref(): string;
|
|
74
48
|
export declare class NgxUtilsModule {
|
|
75
49
|
static forRoot(config?: IModuleConfig): ModuleWithProviders<NgxUtilsModule>;
|
|
50
|
+
constructor();
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgxUtilsModule, never>;
|
|
52
|
+
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.ReducePipe, typeof i18.RemapPipe, typeof i19.ReplacePipe, typeof i20.ReversePipe, typeof i21.RoundPipe, typeof i22.SafeHtmlPipe, typeof i23.TranslatePipe, typeof i24.ValuesPipe, typeof i25.AsyncMethodBase, typeof i26.AsyncMethodDirective, typeof i27.BackgroundDirective, typeof i28.DynamicTableTemplateDirective, typeof i29.GlobalTemplateDirective, typeof i30.IconDirective, typeof i31.NgxTemplateOutletDirective, typeof i32.PaginationDirective, typeof i33.PaginationItemDirective, typeof i34.ResourceIfDirective, typeof i35.StickyDirective, typeof i36.StickyClassDirective, typeof i37.UnorderedListItemDirective, typeof i38.UnorderedListTemplateDirective, typeof i39.DynamicTableComponent, typeof i40.PaginationMenuComponent, typeof i41.UnorderedListComponent], [typeof i42.CommonModule, typeof i43.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.ReducePipe, typeof i18.RemapPipe, typeof i19.ReplacePipe, typeof i20.ReversePipe, typeof i21.RoundPipe, typeof i22.SafeHtmlPipe, typeof i23.TranslatePipe, typeof i24.ValuesPipe, typeof i25.AsyncMethodBase, typeof i26.AsyncMethodDirective, typeof i27.BackgroundDirective, typeof i28.DynamicTableTemplateDirective, typeof i29.GlobalTemplateDirective, typeof i30.IconDirective, typeof i31.NgxTemplateOutletDirective, typeof i32.PaginationDirective, typeof i33.PaginationItemDirective, typeof i34.ResourceIfDirective, typeof i35.StickyDirective, typeof i36.StickyClassDirective, typeof i37.UnorderedListItemDirective, typeof i38.UnorderedListTemplateDirective, typeof i39.DynamicTableComponent, typeof i40.PaginationMenuComponent, typeof i41.UnorderedListComponent, typeof i43.FormsModule]>;
|
|
53
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgxUtilsModule>;
|
|
76
54
|
}
|
|
@@ -6,6 +6,7 @@ export declare class ConfigService implements IConfigService {
|
|
|
6
6
|
readonly http: HttpClient;
|
|
7
7
|
readonly universal: UniversalService;
|
|
8
8
|
readonly rootElement: any;
|
|
9
|
+
readonly baseHref: string;
|
|
9
10
|
protected baseConfig: IConfiguration;
|
|
10
11
|
protected loadedConfig: IConfiguration;
|
|
11
12
|
protected scriptParameters: any;
|
|
@@ -14,7 +15,7 @@ export declare class ConfigService implements IConfigService {
|
|
|
14
15
|
get load(): () => Promise<IConfiguration>;
|
|
15
16
|
get config(): IConfiguration;
|
|
16
17
|
get configUrl(): string;
|
|
17
|
-
constructor(http: HttpClient, universal: UniversalService, rootElement: any, baseConfig?: IConfiguration, scriptParams?: any);
|
|
18
|
+
constructor(http: HttpClient, universal: UniversalService, rootElement: any, baseHref: string, baseConfig?: IConfiguration, scriptParams?: any);
|
|
18
19
|
protected parseDomain(baseUrl: string): string;
|
|
19
20
|
protected initService(): void;
|
|
20
21
|
protected loadJson(): Promise<IConfiguration>;
|
|
@@ -22,6 +23,6 @@ export declare class ConfigService implements IConfigService {
|
|
|
22
23
|
prepareUrl(url: string, ending: string): string;
|
|
23
24
|
getConfigValue(key: string): any;
|
|
24
25
|
getQueryParameter(name: string, url?: string): string;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, { optional: true; }, { optional: true; }]>;
|
|
26
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ConfigService, [null, null, null, null, { optional: true; }, { optional: true; }]>;
|
|
26
27
|
static ɵprov: i0.ɵɵInjectableDeclaration<ConfigService>;
|
|
27
28
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stemy/ngx-utils",
|
|
3
|
-
"version": "13.0.
|
|
3
|
+
"version": "13.0.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"public": true,
|
|
6
6
|
"repository": "https://github.com/stemyke/ngx-utils.git",
|
|
@@ -49,8 +49,5 @@
|
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"tslib": "^2.3.0"
|
|
52
|
-
},
|
|
53
|
-
"scripts": {
|
|
54
|
-
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by Ivy in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with Ivy partial compilation mode, before attempting to publish.\\n')\" && exit 1"
|
|
55
52
|
}
|
|
56
53
|
}
|