@stemy/ngx-utils 10.2.44 → 10.3.3
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/README.md +27 -27
- package/bundles/stemy-ngx-utils.umd.js +5654 -5640
- package/bundles/stemy-ngx-utils.umd.js.map +1 -1
- package/bundles/stemy-ngx-utils.umd.min.js +1 -1
- package/bundles/stemy-ngx-utils.umd.min.js.map +1 -1
- package/esm2015/ngx-utils/common-types.js +111 -111
- package/esm2015/ngx-utils/components/dynamic-table/dynamic-table.component.js +139 -139
- package/esm2015/ngx-utils/components/pagination-menu/pagination-menu.component.js +96 -96
- package/esm2015/ngx-utils/components/unordered-list/unordered-list.component.js +51 -51
- package/esm2015/ngx-utils/directives/async-method.directive.js +58 -58
- package/esm2015/ngx-utils/directives/background.directive.js +51 -51
- package/esm2015/ngx-utils/directives/dynamic-table-template.directive.js +19 -19
- package/esm2015/ngx-utils/directives/global-template.directive.js +27 -27
- package/esm2015/ngx-utils/directives/icon.directive.js +59 -59
- package/esm2015/ngx-utils/directives/ngx-template-outlet.directive.js +88 -88
- package/esm2015/ngx-utils/directives/pagination-item.directive.js +33 -33
- package/esm2015/ngx-utils/directives/pagination.directive.js +76 -71
- package/esm2015/ngx-utils/directives/resource-if.directive.js +51 -51
- package/esm2015/ngx-utils/directives/sticky-class.directive.js +35 -35
- package/esm2015/ngx-utils/directives/sticky.directive.js +48 -48
- package/esm2015/ngx-utils/directives/unordered-list-item.directive.js +70 -70
- package/esm2015/ngx-utils/directives/unordered-list-template.directive.js +26 -26
- package/esm2015/ngx-utils/ngx-utils.module.js +232 -232
- package/esm2015/ngx-utils/pipes/chunk.pipe.js +21 -21
- package/esm2015/ngx-utils/pipes/entries.pipe.js +24 -24
- package/esm2015/ngx-utils/pipes/extra-item-properties.pipe.js +27 -27
- package/esm2015/ngx-utils/pipes/filter.pipe.js +38 -38
- package/esm2015/ngx-utils/pipes/find.pipe.js +25 -25
- package/esm2015/ngx-utils/pipes/format-number.pipe.js +19 -19
- package/esm2015/ngx-utils/pipes/get-offset.pipe.js +13 -13
- package/esm2015/ngx-utils/pipes/get-type.pipe.js +12 -12
- package/esm2015/ngx-utils/pipes/global-template.pipe.js +35 -35
- package/esm2015/ngx-utils/pipes/group-by.pipe.js +23 -23
- package/esm2015/ngx-utils/pipes/is-type.pipe.js +12 -12
- package/esm2015/ngx-utils/pipes/join.pipe.js +15 -15
- package/esm2015/ngx-utils/pipes/keys.pipe.js +18 -18
- package/esm2015/ngx-utils/pipes/map.pipe.js +25 -25
- package/esm2015/ngx-utils/pipes/max.pipe.js +22 -22
- package/esm2015/ngx-utils/pipes/min.pipe.js +22 -22
- package/esm2015/ngx-utils/pipes/reduce.pipe.js +26 -26
- package/esm2015/ngx-utils/pipes/remap.pipe.js +28 -28
- package/esm2015/ngx-utils/pipes/replace.pipe.js +12 -12
- package/esm2015/ngx-utils/pipes/reverse.pipe.js +20 -20
- package/esm2015/ngx-utils/pipes/round.pipe.js +19 -19
- package/esm2015/ngx-utils/pipes/safe-html.pipe.js +32 -32
- package/esm2015/ngx-utils/pipes/translate.pipe.js +81 -81
- package/esm2015/ngx-utils/pipes/values.pipe.js +18 -18
- package/esm2015/ngx-utils/plugins/resize-event.plugin.js +59 -59
- package/esm2015/ngx-utils/plugins/scroll-event.plugin.js +52 -52
- package/esm2015/ngx-utils/services/acl.service.js +78 -78
- package/esm2015/ngx-utils/services/api.service.js +35 -35
- package/esm2015/ngx-utils/services/auth.service.js +14 -14
- package/esm2015/ngx-utils/services/base-http.client.js +46 -46
- package/esm2015/ngx-utils/services/base-http.service.js +274 -274
- package/esm2015/ngx-utils/services/config.service.js +95 -95
- package/esm2015/ngx-utils/services/error-handler.service.js +49 -49
- package/esm2015/ngx-utils/services/events.service.js +24 -24
- package/esm2015/ngx-utils/services/formatter.service.js +44 -44
- package/esm2015/ngx-utils/services/global-template.service.js +35 -35
- package/esm2015/ngx-utils/services/icon.service.js +24 -24
- package/esm2015/ngx-utils/services/language.service.js +117 -117
- package/esm2015/ngx-utils/services/open-api.service.js +41 -41
- package/esm2015/ngx-utils/services/promise.service.js +49 -49
- package/esm2015/ngx-utils/services/state.service.js +143 -143
- package/esm2015/ngx-utils/services/static-language.service.js +144 -144
- package/esm2015/ngx-utils/services/storage.service.js +48 -48
- package/esm2015/ngx-utils/services/toaster.service.js +29 -29
- package/esm2015/ngx-utils/services/translated-url.serializer.js +70 -70
- package/esm2015/ngx-utils/services/universal.service.js +73 -73
- package/esm2015/ngx-utils/utils/ajax-request-handler.js +40 -40
- package/esm2015/ngx-utils/utils/array.utils.js +100 -90
- package/esm2015/ngx-utils/utils/auth.guard.js +153 -153
- package/esm2015/ngx-utils/utils/canvas.utils.js +388 -388
- package/esm2015/ngx-utils/utils/date.utils.js +28 -28
- package/esm2015/ngx-utils/utils/file.utils.js +90 -90
- package/esm2015/ngx-utils/utils/generic-value.js +20 -20
- package/esm2015/ngx-utils/utils/geometry.js +132 -132
- package/esm2015/ngx-utils/utils/initializer.js +17 -17
- package/esm2015/ngx-utils/utils/loader.utils.js +55 -55
- package/esm2015/ngx-utils/utils/math.utils.js +15 -15
- package/esm2015/ngx-utils/utils/object.utils.js +248 -248
- package/esm2015/ngx-utils/utils/observable.utils.js +63 -63
- package/esm2015/ngx-utils/utils/reflect.utils.js +33 -33
- package/esm2015/ngx-utils/utils/set.utils.js +20 -20
- package/esm2015/ngx-utils/utils/string.utils.js +28 -28
- package/esm2015/ngx-utils/utils/timer.utils.js +52 -52
- package/esm2015/ngx-utils/utils/unique.utils.js +24 -24
- package/esm2015/ngx-utils/utils/vector.js +77 -77
- package/esm2015/public_api.js +83 -83
- package/esm2015/stemy-ngx-utils.js +7 -7
- package/fesm2015/stemy-ngx-utils.js +4552 -4537
- package/fesm2015/stemy-ngx-utils.js.map +1 -1
- package/ngx-utils/common-types.d.ts +284 -284
- package/ngx-utils/components/dynamic-table/dynamic-table.component.d.ts +43 -43
- package/ngx-utils/components/pagination-menu/pagination-menu.component.d.ts +28 -28
- package/ngx-utils/components/unordered-list/unordered-list.component.d.ts +22 -22
- package/ngx-utils/directives/async-method.directive.d.ts +16 -16
- package/ngx-utils/directives/background.directive.d.ts +14 -14
- package/ngx-utils/directives/dynamic-table-template.directive.d.ts +8 -8
- package/ngx-utils/directives/global-template.directive.d.ts +10 -10
- package/ngx-utils/directives/icon.directive.d.ts +20 -20
- package/ngx-utils/directives/ngx-template-outlet.directive.d.ts +14 -14
- package/ngx-utils/directives/pagination-item.directive.d.ts +12 -12
- package/ngx-utils/directives/pagination.directive.d.ts +22 -21
- package/ngx-utils/directives/resource-if.directive.d.ts +16 -16
- package/ngx-utils/directives/sticky-class.directive.d.ts +12 -12
- package/ngx-utils/directives/sticky.directive.d.ts +16 -16
- package/ngx-utils/directives/unordered-list-item.directive.d.ts +25 -25
- package/ngx-utils/directives/unordered-list-template.directive.d.ts +10 -10
- package/ngx-utils/ngx-utils.module.d.ts +76 -76
- package/ngx-utils/pipes/chunk.pipe.d.ts +4 -4
- package/ngx-utils/pipes/entries.pipe.d.ts +9 -9
- package/ngx-utils/pipes/extra-item-properties.pipe.d.ts +5 -5
- package/ngx-utils/pipes/filter.pipe.d.ts +5 -5
- package/ngx-utils/pipes/find.pipe.d.ts +5 -5
- package/ngx-utils/pipes/format-number.pipe.d.ts +7 -7
- package/ngx-utils/pipes/get-offset.pipe.d.ts +4 -4
- package/ngx-utils/pipes/get-type.pipe.d.ts +4 -4
- package/ngx-utils/pipes/global-template.pipe.d.ts +13 -13
- package/ngx-utils/pipes/group-by.pipe.d.ts +5 -5
- package/ngx-utils/pipes/is-type.pipe.d.ts +4 -4
- package/ngx-utils/pipes/join.pipe.d.ts +4 -4
- package/ngx-utils/pipes/keys.pipe.d.ts +4 -4
- package/ngx-utils/pipes/map.pipe.d.ts +5 -5
- package/ngx-utils/pipes/max.pipe.d.ts +4 -4
- package/ngx-utils/pipes/min.pipe.d.ts +4 -4
- package/ngx-utils/pipes/reduce.pipe.d.ts +5 -5
- package/ngx-utils/pipes/remap.pipe.d.ts +4 -4
- package/ngx-utils/pipes/replace.pipe.d.ts +4 -4
- package/ngx-utils/pipes/reverse.pipe.d.ts +4 -4
- package/ngx-utils/pipes/round.pipe.d.ts +7 -7
- package/ngx-utils/pipes/safe-html.pipe.d.ts +7 -7
- package/ngx-utils/pipes/translate.pipe.d.ts +15 -15
- package/ngx-utils/pipes/values.pipe.d.ts +4 -4
- package/ngx-utils/plugins/resize-event.plugin.d.ts +10 -10
- package/ngx-utils/plugins/scroll-event.plugin.d.ts +11 -11
- package/ngx-utils/services/acl.service.d.ts +12 -12
- package/ngx-utils/services/api.service.d.ts +14 -14
- package/ngx-utils/services/auth.service.d.ts +8 -8
- package/ngx-utils/services/base-http.client.d.ts +12 -12
- package/ngx-utils/services/base-http.service.d.ts +42 -42
- package/ngx-utils/services/config.service.d.ts +21 -21
- package/ngx-utils/services/error-handler.service.d.ts +10 -10
- package/ngx-utils/services/events.service.d.ts +11 -11
- package/ngx-utils/services/formatter.service.d.ts +12 -12
- package/ngx-utils/services/global-template.service.d.ts +16 -16
- package/ngx-utils/services/icon.service.d.ts +10 -10
- package/ngx-utils/services/language.service.d.ts +18 -18
- package/ngx-utils/services/open-api.service.d.ts +8 -8
- package/ngx-utils/services/promise.service.d.ts +15 -15
- package/ngx-utils/services/state.service.d.ts +41 -41
- package/ngx-utils/services/static-language.service.d.ts +41 -41
- package/ngx-utils/services/storage.service.d.ts +12 -12
- package/ngx-utils/services/toaster.service.d.ts +10 -10
- package/ngx-utils/services/translated-url.serializer.d.ts +16 -16
- package/ngx-utils/services/universal.service.d.ts +24 -24
- package/ngx-utils/utils/ajax-request-handler.d.ts +11 -11
- package/ngx-utils/utils/array.utils.d.ts +10 -9
- package/ngx-utils/utils/auth.guard.d.ts +26 -26
- 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.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 +11 -11
- package/ngx-utils/utils/loader.utils.d.ts +7 -7
- package/ngx-utils/utils/math.utils.d.ts +5 -5
- package/ngx-utils/utils/object.utils.d.ts +31 -31
- package/ngx-utils/utils/observable.utils.d.ts +12 -12
- 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 +7 -7
- 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/package.json +1 -1
- package/public_api.d.ts +82 -82
- package/stemy-ngx-utils.d.ts +6 -6
- package/stemy-ngx-utils.metadata.json +1 -1
- package/tools/circular.js +116 -116
- package/tools/config.js +78 -78
- package/tools/icons.js +13 -13
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
import { ErrorHandler, ModuleWithProviders } from "@angular/core";
|
|
2
|
-
import { UrlSerializer } from "@angular/router";
|
|
3
|
-
import { DeviceDetectorService } from "ngx-device-detector";
|
|
4
|
-
import { IConfigService, IModuleConfig } 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 { ResizeEventPlugin } from "./plugins/resize-event.plugin";
|
|
25
|
-
import { ScrollEventPlugin } from "./plugins/scroll-event.plugin";
|
|
26
|
-
import { AsyncMethodDirective } from "./directives/async-method.directive";
|
|
27
|
-
import { BackgroundDirective } from "./directives/background.directive";
|
|
28
|
-
import { DynamicTableTemplateDirective } from "./directives/dynamic-table-template.directive";
|
|
29
|
-
import { GlobalTemplateDirective } from "./directives/global-template.directive";
|
|
30
|
-
import { IconDirective } from "./directives/icon.directive";
|
|
31
|
-
import { NgxTemplateOutletDirective } from "./directives/ngx-template-outlet.directive";
|
|
32
|
-
import { PaginationDirective } from "./directives/pagination.directive";
|
|
33
|
-
import { PaginationItemDirective } from "./directives/pagination-item.directive";
|
|
34
|
-
import { ResourceIfDirective } from "./directives/resource-if.directive";
|
|
35
|
-
import { StickyDirective } from "./directives/sticky.directive";
|
|
36
|
-
import { StickyClassDirective } from "./directives/sticky-class.directive";
|
|
37
|
-
import { UnorderedListItemDirective } from "./directives/unordered-list-item.directive";
|
|
38
|
-
import { UnorderedListTemplateDirective } from "./directives/unordered-list-template.directive";
|
|
39
|
-
import { FilterPipe } from "./pipes/filter.pipe";
|
|
40
|
-
import { FormatNumberPipe } from "./pipes/format-number.pipe";
|
|
41
|
-
import { GlobalTemplatePipe } from "./pipes/global-template.pipe";
|
|
42
|
-
import { ReducePipe } from "./pipes/reduce.pipe";
|
|
43
|
-
import { RoundPipe } from "./pipes/round.pipe";
|
|
44
|
-
import { SafeHtmlPipe } from "./pipes/safe-html.pipe";
|
|
45
|
-
import { TranslatePipe } from "./pipes/translate.pipe";
|
|
46
|
-
import { DynamicTableComponent } from "./components/dynamic-table/dynamic-table.component";
|
|
47
|
-
import { PaginationMenuComponent } from "./components/pagination-menu/pagination-menu.component";
|
|
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 StateService | typeof AuthGuard | typeof UniversalService | 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;
|
|
74
|
-
export declare class NgxUtilsModule {
|
|
75
|
-
static forRoot(config?: IModuleConfig): ModuleWithProviders<NgxUtilsModule>;
|
|
76
|
-
}
|
|
1
|
+
import { ErrorHandler, ModuleWithProviders } from "@angular/core";
|
|
2
|
+
import { UrlSerializer } from "@angular/router";
|
|
3
|
+
import { DeviceDetectorService } from "ngx-device-detector";
|
|
4
|
+
import { IConfigService, IModuleConfig } 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 { ResizeEventPlugin } from "./plugins/resize-event.plugin";
|
|
25
|
+
import { ScrollEventPlugin } from "./plugins/scroll-event.plugin";
|
|
26
|
+
import { AsyncMethodDirective } from "./directives/async-method.directive";
|
|
27
|
+
import { BackgroundDirective } from "./directives/background.directive";
|
|
28
|
+
import { DynamicTableTemplateDirective } from "./directives/dynamic-table-template.directive";
|
|
29
|
+
import { GlobalTemplateDirective } from "./directives/global-template.directive";
|
|
30
|
+
import { IconDirective } from "./directives/icon.directive";
|
|
31
|
+
import { NgxTemplateOutletDirective } from "./directives/ngx-template-outlet.directive";
|
|
32
|
+
import { PaginationDirective } from "./directives/pagination.directive";
|
|
33
|
+
import { PaginationItemDirective } from "./directives/pagination-item.directive";
|
|
34
|
+
import { ResourceIfDirective } from "./directives/resource-if.directive";
|
|
35
|
+
import { StickyDirective } from "./directives/sticky.directive";
|
|
36
|
+
import { StickyClassDirective } from "./directives/sticky-class.directive";
|
|
37
|
+
import { UnorderedListItemDirective } from "./directives/unordered-list-item.directive";
|
|
38
|
+
import { UnorderedListTemplateDirective } from "./directives/unordered-list-template.directive";
|
|
39
|
+
import { FilterPipe } from "./pipes/filter.pipe";
|
|
40
|
+
import { FormatNumberPipe } from "./pipes/format-number.pipe";
|
|
41
|
+
import { GlobalTemplatePipe } from "./pipes/global-template.pipe";
|
|
42
|
+
import { ReducePipe } from "./pipes/reduce.pipe";
|
|
43
|
+
import { RoundPipe } from "./pipes/round.pipe";
|
|
44
|
+
import { SafeHtmlPipe } from "./pipes/safe-html.pipe";
|
|
45
|
+
import { TranslatePipe } from "./pipes/translate.pipe";
|
|
46
|
+
import { DynamicTableComponent } from "./components/dynamic-table/dynamic-table.component";
|
|
47
|
+
import { PaginationMenuComponent } from "./components/pagination-menu/pagination-menu.component";
|
|
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 StateService | typeof AuthGuard | typeof UniversalService | 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;
|
|
74
|
+
export declare class NgxUtilsModule {
|
|
75
|
+
static forRoot(config?: IModuleConfig): ModuleWithProviders<NgxUtilsModule>;
|
|
76
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class ChunkPipe implements PipeTransform {
|
|
3
|
-
transform(items: any[], count: number): any[];
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class ChunkPipe implements PipeTransform {
|
|
3
|
+
transform(items: any[], count: number): any[];
|
|
4
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export interface IEntry {
|
|
3
|
-
key: string;
|
|
4
|
-
value: any;
|
|
5
|
-
index: number;
|
|
6
|
-
}
|
|
7
|
-
export declare class EntriesPipe implements PipeTransform {
|
|
8
|
-
transform(value: any): IEntry[];
|
|
9
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export interface IEntry {
|
|
3
|
+
key: string;
|
|
4
|
+
value: any;
|
|
5
|
+
index: number;
|
|
6
|
+
}
|
|
7
|
+
export declare class EntriesPipe implements PipeTransform {
|
|
8
|
+
transform(value: any): IEntry[];
|
|
9
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { IExtraProperties } from "../common-types";
|
|
3
|
-
export declare class ExtraItemPropertiesPipe implements PipeTransform {
|
|
4
|
-
transform(items: any[], properties: IExtraProperties, params?: any): any[];
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { IExtraProperties } from "../common-types";
|
|
3
|
+
export declare class ExtraItemPropertiesPipe implements PipeTransform {
|
|
4
|
+
transform(items: any[], properties: IExtraProperties, params?: any): any[];
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare function defaultFilter(): boolean;
|
|
3
|
-
export declare class FilterPipe implements PipeTransform {
|
|
4
|
-
transform(values: any, filter?: any, params?: any): any;
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare function defaultFilter(): boolean;
|
|
3
|
+
export declare class FilterPipe implements PipeTransform {
|
|
4
|
+
transform(values: any, filter?: any, params?: any): any;
|
|
5
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare function defaultFilter(): boolean;
|
|
3
|
-
export declare class FindPipe implements PipeTransform {
|
|
4
|
-
transform(values: any[], filter?: any, params?: any): any[];
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare function defaultFilter(): boolean;
|
|
3
|
+
export declare class FindPipe implements PipeTransform {
|
|
4
|
+
transform(values: any[], filter?: any, params?: any): any[];
|
|
5
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { FormatterService } from "../services/formatter.service";
|
|
3
|
-
export declare class FormatNumberPipe implements PipeTransform {
|
|
4
|
-
private formatter;
|
|
5
|
-
constructor(formatter: FormatterService);
|
|
6
|
-
transform(value: number, format?: string, precision?: number, divider?: number): string;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { FormatterService } from "../services/formatter.service";
|
|
3
|
+
export declare class FormatNumberPipe implements PipeTransform {
|
|
4
|
+
private formatter;
|
|
5
|
+
constructor(formatter: FormatterService);
|
|
6
|
+
transform(value: number, format?: string, precision?: number, divider?: number): string;
|
|
7
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class GetOffsetPipe implements PipeTransform {
|
|
3
|
-
transform(value: any, offset: any): any;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class GetOffsetPipe implements PipeTransform {
|
|
3
|
+
transform(value: any, offset: any): any;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class GetTypePipe implements PipeTransform {
|
|
3
|
-
transform(value: any): any;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class GetTypePipe implements PipeTransform {
|
|
3
|
+
transform(value: any): any;
|
|
4
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { OnDestroy, OnInit, PipeTransform, TemplateRef } from "@angular/core";
|
|
2
|
-
import { Subscription } from "rxjs";
|
|
3
|
-
import { GlobalTemplateService } from "../services/global-template.service";
|
|
4
|
-
export declare class GlobalTemplatePipe implements PipeTransform, OnInit, OnDestroy {
|
|
5
|
-
protected globalTemplates: GlobalTemplateService;
|
|
6
|
-
protected templatesUpdated: Subscription;
|
|
7
|
-
protected cachedTemplateId: string;
|
|
8
|
-
protected cachedTemplate: TemplateRef<any>;
|
|
9
|
-
constructor(globalTemplates: GlobalTemplateService);
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
ngOnDestroy(): void;
|
|
12
|
-
transform(templateId: string, component?: any): TemplateRef<string>;
|
|
13
|
-
}
|
|
1
|
+
import { OnDestroy, OnInit, PipeTransform, TemplateRef } from "@angular/core";
|
|
2
|
+
import { Subscription } from "rxjs";
|
|
3
|
+
import { GlobalTemplateService } from "../services/global-template.service";
|
|
4
|
+
export declare class GlobalTemplatePipe implements PipeTransform, OnInit, OnDestroy {
|
|
5
|
+
protected globalTemplates: GlobalTemplateService;
|
|
6
|
+
protected templatesUpdated: Subscription;
|
|
7
|
+
protected cachedTemplateId: string;
|
|
8
|
+
protected cachedTemplate: TemplateRef<any>;
|
|
9
|
+
constructor(globalTemplates: GlobalTemplateService);
|
|
10
|
+
ngOnInit(): void;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
transform(templateId: string, component?: any): TemplateRef<string>;
|
|
13
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { IGroupMap } from "../common-types";
|
|
3
|
-
export declare class GroupByPipe implements PipeTransform {
|
|
4
|
-
transform(records: any[], column: string, map?: IGroupMap): any;
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { IGroupMap } from "../common-types";
|
|
3
|
+
export declare class GroupByPipe implements PipeTransform {
|
|
4
|
+
transform(records: any[], column: string, map?: IGroupMap): any;
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class IsTypePipe implements PipeTransform {
|
|
3
|
-
transform(value: any, type: string): any;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class IsTypePipe implements PipeTransform {
|
|
3
|
+
transform(value: any, type: string): any;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class JoinPipe implements PipeTransform {
|
|
3
|
-
transform(value: any, separator?: string): string;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class JoinPipe implements PipeTransform {
|
|
3
|
+
transform(value: any, separator?: string): string;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class KeysPipe implements PipeTransform {
|
|
3
|
-
transform(value: any): any[];
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class KeysPipe implements PipeTransform {
|
|
3
|
+
transform(value: any): any[];
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare function defaultMapper(item: any): any;
|
|
3
|
-
export declare class MapPipe implements PipeTransform {
|
|
4
|
-
transform(values: any[], mapper?: any, params?: any): any[];
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare function defaultMapper(item: any): any;
|
|
3
|
+
export declare class MapPipe implements PipeTransform {
|
|
4
|
+
transform(values: any[], mapper?: any, params?: any): any[];
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class MaxPipe implements PipeTransform {
|
|
3
|
-
transform(value: any[], selector?: any, params?: any): number;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class MaxPipe implements PipeTransform {
|
|
3
|
+
transform(value: any[], selector?: any, params?: any): number;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class MinPipe implements PipeTransform {
|
|
3
|
-
transform(value: any, selector?: any, params?: any): number;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class MinPipe implements PipeTransform {
|
|
3
|
+
transform(value: any, selector?: any, params?: any): number;
|
|
4
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare function defaultReducer(result: any): any;
|
|
3
|
-
export declare class ReducePipe implements PipeTransform {
|
|
4
|
-
transform(values: any[], source: any, reducer?: any, params?: any): any[];
|
|
5
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare function defaultReducer(result: any): any;
|
|
3
|
+
export declare class ReducePipe implements PipeTransform {
|
|
4
|
+
transform(values: any[], source: any, reducer?: any, params?: any): any[];
|
|
5
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class RemapPipe implements PipeTransform {
|
|
3
|
-
transform(map: any, source: any, defaultValue?: string): any;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class RemapPipe implements PipeTransform {
|
|
3
|
+
transform(map: any, source: any, defaultValue?: string): any;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class ReplacePipe implements PipeTransform {
|
|
3
|
-
transform(value: string, from: string | RegExp, to: string): string;
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class ReplacePipe implements PipeTransform {
|
|
3
|
+
transform(value: string, from: string | RegExp, to: string): string;
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class ReversePipe implements PipeTransform {
|
|
3
|
-
transform(value: any[]): any[];
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class ReversePipe implements PipeTransform {
|
|
3
|
+
transform(value: any[]): any[];
|
|
4
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { FormatterService } from "../services/formatter.service";
|
|
3
|
-
export declare class RoundPipe implements PipeTransform {
|
|
4
|
-
private formatter;
|
|
5
|
-
constructor(formatter: FormatterService);
|
|
6
|
-
transform(value: number, precision?: number, divider?: number): number;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { FormatterService } from "../services/formatter.service";
|
|
3
|
+
export declare class RoundPipe implements PipeTransform {
|
|
4
|
+
private formatter;
|
|
5
|
+
constructor(formatter: FormatterService);
|
|
6
|
+
transform(value: number, precision?: number, divider?: number): number;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
3
|
-
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
-
private sanitizer;
|
|
5
|
-
constructor(sanitizer: DomSanitizer);
|
|
6
|
-
transform(value: string, type?: string): SafeHtml;
|
|
7
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
import { DomSanitizer, SafeHtml } from "@angular/platform-browser";
|
|
3
|
+
export declare class SafeHtmlPipe implements PipeTransform {
|
|
4
|
+
private sanitizer;
|
|
5
|
+
constructor(sanitizer: DomSanitizer);
|
|
6
|
+
transform(value: string, type?: string): SafeHtml;
|
|
7
|
+
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { ChangeDetectorRef, PipeTransform } from "@angular/core";
|
|
2
|
-
import { ILanguageService, TranslationQuery } from "../common-types";
|
|
3
|
-
export declare class TranslatePipe implements PipeTransform {
|
|
4
|
-
readonly cdr: ChangeDetectorRef;
|
|
5
|
-
readonly language: ILanguageService;
|
|
6
|
-
private lang;
|
|
7
|
-
private disabled;
|
|
8
|
-
private query;
|
|
9
|
-
private args;
|
|
10
|
-
private params;
|
|
11
|
-
private lastValue;
|
|
12
|
-
get currentLang(): string;
|
|
13
|
-
constructor(cdr: ChangeDetectorRef, language: ILanguageService);
|
|
14
|
-
transform(query: TranslationQuery, ...args: any[]): string;
|
|
15
|
-
}
|
|
1
|
+
import { ChangeDetectorRef, PipeTransform } from "@angular/core";
|
|
2
|
+
import { ILanguageService, TranslationQuery } from "../common-types";
|
|
3
|
+
export declare class TranslatePipe implements PipeTransform {
|
|
4
|
+
readonly cdr: ChangeDetectorRef;
|
|
5
|
+
readonly language: ILanguageService;
|
|
6
|
+
private lang;
|
|
7
|
+
private disabled;
|
|
8
|
+
private query;
|
|
9
|
+
private args;
|
|
10
|
+
private params;
|
|
11
|
+
private lastValue;
|
|
12
|
+
get currentLang(): string;
|
|
13
|
+
constructor(cdr: ChangeDetectorRef, language: ILanguageService);
|
|
14
|
+
transform(query: TranslationQuery, ...args: any[]): string;
|
|
15
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PipeTransform } from "@angular/core";
|
|
2
|
-
export declare class ValuesPipe implements PipeTransform {
|
|
3
|
-
transform(value: any): any[];
|
|
4
|
-
}
|
|
1
|
+
import { PipeTransform } from "@angular/core";
|
|
2
|
+
export declare class ValuesPipe implements PipeTransform {
|
|
3
|
+
transform(value: any): any[];
|
|
4
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { ɵangular_packages_platform_browser_platform_browser_g as EventManagerPlugin } from "@angular/platform-browser";
|
|
2
|
-
import { UniversalService } from "../services/universal.service";
|
|
3
|
-
export declare class ResizeEventPlugin extends EventManagerPlugin {
|
|
4
|
-
universal: UniversalService;
|
|
5
|
-
private static EVENT_NAME;
|
|
6
|
-
constructor(doc: any, universal: UniversalService);
|
|
7
|
-
supports(eventName: any): boolean;
|
|
8
|
-
addEventListener(element: HTMLElement, eventName: string, handler: Function): Function;
|
|
9
|
-
addGlobalEventListener(element: string, eventName: string, handler: Function): Function;
|
|
10
|
-
}
|
|
1
|
+
import { ɵangular_packages_platform_browser_platform_browser_g as EventManagerPlugin } from "@angular/platform-browser";
|
|
2
|
+
import { UniversalService } from "../services/universal.service";
|
|
3
|
+
export declare class ResizeEventPlugin extends EventManagerPlugin {
|
|
4
|
+
universal: UniversalService;
|
|
5
|
+
private static EVENT_NAME;
|
|
6
|
+
constructor(doc: any, universal: UniversalService);
|
|
7
|
+
supports(eventName: any): boolean;
|
|
8
|
+
addEventListener(element: HTMLElement, eventName: string, handler: Function): Function;
|
|
9
|
+
addGlobalEventListener(element: string, eventName: string, handler: Function): Function;
|
|
10
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ɵangular_packages_platform_browser_platform_browser_g as EventManagerPlugin } from "@angular/platform-browser";
|
|
2
|
-
import { UniversalService } from "../services/universal.service";
|
|
3
|
-
export declare function emptyRemove(): void;
|
|
4
|
-
export declare class ScrollEventPlugin extends EventManagerPlugin {
|
|
5
|
-
private universal;
|
|
6
|
-
private static EVENT_NAME;
|
|
7
|
-
constructor(doc: any, universal: UniversalService);
|
|
8
|
-
supports(eventName: any): boolean;
|
|
9
|
-
addEventListener(element: HTMLElement, eventName: string, handler: Function): Function;
|
|
10
|
-
addGlobalEventListener(element: string, eventName: string, handler: Function): Function;
|
|
11
|
-
}
|
|
1
|
+
import { ɵangular_packages_platform_browser_platform_browser_g as EventManagerPlugin } from "@angular/platform-browser";
|
|
2
|
+
import { UniversalService } from "../services/universal.service";
|
|
3
|
+
export declare function emptyRemove(): void;
|
|
4
|
+
export declare class ScrollEventPlugin extends EventManagerPlugin {
|
|
5
|
+
private universal;
|
|
6
|
+
private static EVENT_NAME;
|
|
7
|
+
constructor(doc: any, universal: UniversalService);
|
|
8
|
+
supports(eventName: any): boolean;
|
|
9
|
+
addEventListener(element: HTMLElement, eventName: string, handler: Function): Function;
|
|
10
|
+
addGlobalEventListener(element: string, eventName: string, handler: Function): Function;
|
|
11
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { Injector } from "@angular/core";
|
|
2
|
-
import { StateService } from "./state.service";
|
|
3
|
-
import { IAuthService } from "../common-types";
|
|
4
|
-
export declare class AclService {
|
|
5
|
-
readonly injector: Injector;
|
|
6
|
-
readonly state: StateService;
|
|
7
|
-
readonly auth: IAuthService;
|
|
8
|
-
private components;
|
|
9
|
-
private static checkStateDirty;
|
|
10
|
-
constructor(injector: Injector, state: StateService, auth: IAuthService);
|
|
11
|
-
private getStateInfo;
|
|
12
|
-
}
|
|
1
|
+
import { Injector } from "@angular/core";
|
|
2
|
+
import { StateService } from "./state.service";
|
|
3
|
+
import { IAuthService } from "../common-types";
|
|
4
|
+
export declare class AclService {
|
|
5
|
+
readonly injector: Injector;
|
|
6
|
+
readonly state: StateService;
|
|
7
|
+
readonly auth: IAuthService;
|
|
8
|
+
private components;
|
|
9
|
+
private static checkStateDirty;
|
|
10
|
+
constructor(injector: Injector, state: StateService, auth: IAuthService);
|
|
11
|
+
private getStateInfo;
|
|
12
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { IApiService, IHttpParams, IRequestOptions, ProgressListener } from "../common-types";
|
|
2
|
-
import { BaseHttpService } from "./base-http.service";
|
|
3
|
-
import { IPaginationData } from "../common-types";
|
|
4
|
-
export declare class ApiService extends BaseHttpService implements IApiService {
|
|
5
|
-
get name(): string;
|
|
6
|
-
url(url: string): string;
|
|
7
|
-
get(url: string, options?: IRequestOptions): Promise<any>;
|
|
8
|
-
delete(url: string, options?: IRequestOptions): Promise<any>;
|
|
9
|
-
post(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
10
|
-
put(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
11
|
-
patch(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
12
|
-
upload(url: string, body: any, listener?: ProgressListener, options?: IRequestOptions): Promise<any>;
|
|
13
|
-
list(url: string, params: IHttpParams): Promise<IPaginationData>;
|
|
14
|
-
}
|
|
1
|
+
import { IApiService, IHttpParams, IRequestOptions, ProgressListener } from "../common-types";
|
|
2
|
+
import { BaseHttpService } from "./base-http.service";
|
|
3
|
+
import { IPaginationData } from "../common-types";
|
|
4
|
+
export declare class ApiService extends BaseHttpService implements IApiService {
|
|
5
|
+
get name(): string;
|
|
6
|
+
url(url: string): string;
|
|
7
|
+
get(url: string, options?: IRequestOptions, body?: any): Promise<any>;
|
|
8
|
+
delete(url: string, options?: IRequestOptions, body?: any): Promise<any>;
|
|
9
|
+
post(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
10
|
+
put(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
11
|
+
patch(url: string, body?: any, options?: IRequestOptions): Promise<any>;
|
|
12
|
+
upload(url: string, body: any, listener?: ProgressListener, options?: IRequestOptions): Promise<any>;
|
|
13
|
+
list(url: string, params: IHttpParams): Promise<IPaginationData>;
|
|
14
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import { IRoute, IAuthService } from "../common-types";
|
|
3
|
-
export declare class StaticAuthService implements IAuthService {
|
|
4
|
-
isAuthenticated: boolean;
|
|
5
|
-
userChanged: EventEmitter<any>;
|
|
6
|
-
checkAuthenticated(): Promise<boolean>;
|
|
7
|
-
getReturnState(route: IRoute): string[];
|
|
8
|
-
}
|
|
1
|
+
import { EventEmitter } from "@angular/core";
|
|
2
|
+
import { IRoute, IAuthService } from "../common-types";
|
|
3
|
+
export declare class StaticAuthService implements IAuthService {
|
|
4
|
+
isAuthenticated: boolean;
|
|
5
|
+
userChanged: EventEmitter<any>;
|
|
6
|
+
checkAuthenticated(): Promise<boolean>;
|
|
7
|
+
getReturnState(route: IRoute): string[];
|
|
8
|
+
}
|