@indice/ng-components 0.2.174 → 0.3.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/_styles.scss +63 -15
- package/{esm2020 → esm2022}/indice-ng-components.mjs +4 -4
- package/esm2022/lib/controls/advanced-search/advanced-search.component.mjs +156 -0
- package/esm2022/lib/controls/advanced-search/models.mjs +109 -0
- package/esm2022/lib/controls/avatar-initials/avatar-initials.component.mjs +48 -0
- package/{esm2020 → esm2022}/lib/controls/breadcrumb/breadcrumb-item.mjs +14 -14
- package/{esm2020 → esm2022}/lib/controls/breadcrumb/breadcrumb.component.mjs +26 -26
- package/{esm2020 → esm2022}/lib/controls/collapsible-panel/collapsible-panel.component.mjs +20 -20
- package/esm2022/lib/controls/combobox/combobox.component.mjs +121 -0
- package/esm2022/lib/controls/content-tile/content-tile-header/content-tile-header.component.mjs +17 -0
- package/esm2022/lib/controls/content-tile/content-tile-item/content-tile-item.component.mjs +19 -0
- package/esm2022/lib/controls/content-tile/content-tile.component.mjs +63 -0
- package/esm2022/lib/controls/date-picker/date-picker.component.mjs +300 -0
- package/esm2022/lib/controls/drop-down-menu/drop-down-menu.component.mjs +72 -0
- package/{esm2020 → esm2022}/lib/controls/kpi-tile/kpi-tile.component.mjs +43 -43
- package/esm2022/lib/controls/language-selection/language-selection.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/controls/list-view/list-column.component.mjs +25 -25
- package/{esm2020 → esm2022}/lib/controls/list-view/list-details-section.component.mjs +17 -17
- package/{esm2020 → esm2022}/lib/controls/list-view/list-tile.component.mjs +17 -17
- package/esm2022/lib/controls/list-view/list-view-empty-state.component.mjs +29 -0
- package/esm2022/lib/controls/list-view/list-view.component.mjs +210 -0
- package/{esm2020 → esm2022}/lib/controls/nav-links-list/nav-links-list.component.mjs +54 -54
- package/esm2022/lib/controls/notifications-indicator/notifications-indicator.component.mjs +79 -0
- package/esm2022/lib/controls/pager/pager.component.mjs +130 -0
- package/esm2022/lib/controls/progress-bar/progress-bar.component.mjs +46 -0
- package/esm2022/lib/controls/side-pane/side-pane.component.mjs +87 -0
- package/esm2022/lib/controls/skeleton-loader/skeleton-loader.component.mjs +29 -0
- package/esm2022/lib/controls/stats-grid/stats-grid.component.mjs +49 -0
- package/{esm2020 → esm2022}/lib/controls/stepper/lib-step-info.directive.mjs +16 -16
- package/{esm2020 → esm2022}/lib/controls/stepper/lib-step-label.directive.mjs +16 -16
- package/esm2022/lib/controls/stepper/lib-step.component.mjs +81 -0
- package/esm2022/lib/controls/stepper/lib-stepper.component.mjs +108 -0
- package/{esm2020 → esm2022}/lib/controls/stepper/types/step-selected-event.mjs +3 -3
- package/{esm2020 → esm2022}/lib/controls/stepper/types/stepper-type.mjs +11 -11
- package/esm2022/lib/controls/tabs/lib-tab-group.component.mjs +66 -0
- package/{esm2020 → esm2022}/lib/controls/tabs/lib-tab-label.directive.mjs +16 -16
- package/{esm2020 → esm2022}/lib/controls/tabs/lib-tab.component.mjs +57 -57
- package/{esm2020 → esm2022}/lib/controls/toaster/toaster-container.component.mjs +28 -28
- package/{esm2020 → esm2022}/lib/controls/toaster/toaster.component.mjs +31 -31
- package/esm2022/lib/controls/toggle/toggle.component.mjs +64 -0
- package/esm2022/lib/controls/toggle-button/toggle-button.component.mjs +87 -0
- package/esm2022/lib/controls/toggle-buttons-list/toggle-buttons-list.component.mjs +34 -0
- package/esm2022/lib/controls/user-profile-menu/user-profile-menu.component.mjs +71 -0
- package/esm2022/lib/directives/click-outside.directive.mjs +189 -0
- package/{esm2020 → esm2022}/lib/directives/dynamic-component-host.directive.mjs +17 -17
- package/esm2022/lib/helpers/base-list.component.mjs +230 -0
- package/esm2022/lib/icons.mjs +36 -0
- package/{esm2020 → esm2022}/lib/layouts/shell/shell-footer/shell-footer.component.mjs +19 -19
- package/esm2022/lib/layouts/shell/shell-header/shell-header.component.mjs +130 -0
- package/esm2022/lib/layouts/shell/shell-layout/shell-layout.component.mjs +90 -0
- package/{esm2020 → esm2022}/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +54 -54
- package/{esm2020 → esm2022}/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.mjs +45 -45
- package/esm2022/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +30 -0
- package/{esm2020 → esm2022}/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.mjs +20 -20
- package/esm2022/lib/layouts/views/form-layout/form-layout.component.mjs +86 -0
- package/esm2022/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +101 -0
- package/esm2022/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +106 -0
- package/esm2022/lib/layouts/views/view-layout/view-layout.component.mjs +104 -0
- package/esm2022/lib/ng-components.module.mjs +320 -0
- package/esm2022/lib/pages/auth/auth-callback/auth-callback.component.mjs +30 -0
- package/esm2022/lib/pages/auth/auth-renew/auth-renew.component.mjs +31 -0
- package/{esm2020 → esm2022}/lib/pages/auth/logged-out/logged-out.component.mjs +28 -28
- package/{esm2020 → esm2022}/lib/pages/http-status/error/error.component.mjs +17 -17
- package/{esm2020 → esm2022}/lib/pages/http-status/page-not-found/page-not-found.component.mjs +15 -15
- package/{esm2020 → esm2022}/lib/pages/http-status/unauthorized/unauthorized.component.mjs +14 -14
- package/esm2022/lib/pipes/address.pipe.mjs +21 -0
- package/esm2022/lib/pipes/duration-format.pipe.mjs +64 -0
- package/esm2022/lib/pipes/short-number.pipe.mjs +43 -0
- package/esm2022/lib/services/breadcrumb.service.mjs +174 -0
- package/{esm2020 → esm2022}/lib/services/component-loader/component-loader-options.class.mjs +7 -7
- package/esm2022/lib/services/component-loader/component-loader.class.mjs +188 -0
- package/esm2022/lib/services/component-loader/component-loader.factory.mjs +32 -0
- package/{esm2020 → esm2022}/lib/services/component-loader/content-ref.class.mjs +12 -12
- package/esm2022/lib/services/modal-service/modal-backdrop-component.mjs +44 -0
- package/esm2022/lib/services/modal-service/modal-container-component.mjs +126 -0
- package/{esm2020 → esm2022}/lib/services/modal-service/modal-options.class.mjs +35 -35
- package/esm2022/lib/services/modal-service/modal-service.mjs +220 -0
- package/{esm2020 → esm2022}/lib/services/modal-service/modal-styles.class.mjs +10 -10
- package/{esm2020 → esm2022}/lib/services/modal-service/modal.class.mjs +27 -27
- package/{esm2020 → esm2022}/lib/services/toaster.service.mjs +26 -26
- package/esm2022/lib/services/user-settings.service.mjs +35 -0
- package/esm2022/lib/services/utilities.service.mjs +47 -0
- package/{esm2020 → esm2022}/lib/tokens.mjs +7 -7
- package/esm2022/lib/types.mjs +133 -0
- package/{esm2020 → esm2022}/public-api.mjs +78 -70
- package/{fesm2020 → fesm2022}/indice-ng-components.mjs +4898 -4592
- package/fesm2022/indice-ng-components.mjs.map +1 -0
- package/index.d.ts +5 -5
- package/lib/controls/advanced-search/advanced-search.component.d.ts +40 -40
- package/lib/controls/advanced-search/models.d.ts +91 -91
- package/lib/controls/avatar-initials/avatar-initials.component.d.ts +14 -14
- package/lib/controls/breadcrumb/breadcrumb-item.d.ts +7 -7
- package/lib/controls/breadcrumb/breadcrumb.component.d.ts +12 -12
- package/lib/controls/collapsible-panel/collapsible-panel.component.d.ts +10 -10
- package/lib/controls/combobox/combobox.component.d.ts +35 -34
- package/lib/controls/content-tile/content-tile-header/content-tile-header.component.d.ts +7 -0
- package/lib/controls/content-tile/content-tile-item/content-tile-item.component.d.ts +8 -0
- package/lib/controls/content-tile/content-tile.component.d.ts +23 -0
- package/lib/controls/date-picker/date-picker.component.d.ts +53 -53
- package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +26 -26
- package/lib/controls/kpi-tile/kpi-tile.component.d.ts +15 -15
- package/lib/controls/language-selection/language-selection.component.d.ts +14 -14
- package/lib/controls/list-view/list-column.component.d.ts +9 -9
- package/lib/controls/list-view/list-details-section.component.d.ts +7 -7
- package/lib/controls/list-view/list-tile.component.d.ts +7 -7
- package/lib/controls/list-view/list-view-empty-state.component.d.ts +11 -11
- package/lib/controls/list-view/list-view.component.d.ts +62 -61
- package/lib/controls/nav-links-list/nav-links-list.component.d.ts +21 -21
- package/lib/controls/notifications-indicator/notifications-indicator.component.d.ts +22 -22
- package/lib/controls/pager/pager.component.d.ts +36 -36
- package/lib/controls/progress-bar/progress-bar.component.d.ts +16 -0
- package/lib/controls/side-pane/side-pane.component.d.ts +22 -18
- package/lib/controls/skeleton-loader/skeleton-loader.component.d.ts +12 -11
- package/lib/controls/stats-grid/stats-grid.component.d.ts +16 -0
- package/lib/controls/stepper/lib-step-info.directive.d.ts +8 -8
- package/lib/controls/stepper/lib-step-label.directive.d.ts +8 -8
- package/lib/controls/stepper/lib-step.component.d.ts +34 -34
- package/lib/controls/stepper/lib-stepper.component.d.ts +43 -43
- package/lib/controls/stepper/types/step-selected-event.d.ts +12 -12
- package/lib/controls/stepper/types/stepper-type.d.ts +10 -10
- package/lib/controls/tabs/lib-tab-group.component.d.ts +21 -21
- package/lib/controls/tabs/lib-tab-label.directive.d.ts +8 -8
- package/lib/controls/tabs/lib-tab.component.d.ts +24 -24
- package/lib/controls/toaster/toaster-container.component.d.ts +13 -13
- package/lib/controls/toaster/toaster.component.d.ts +15 -15
- package/lib/controls/toggle/toggle.component.d.ts +19 -19
- package/lib/controls/toggle-button/toggle-button.component.d.ts +25 -25
- package/lib/controls/toggle-buttons-list/toggle-buttons-list.component.d.ts +15 -14
- package/lib/controls/user-profile-menu/user-profile-menu.component.d.ts +24 -24
- package/lib/directives/click-outside.directive.d.ts +40 -40
- package/lib/directives/dynamic-component-host.directive.d.ts +9 -9
- package/lib/helpers/base-list.component.d.ts +54 -53
- package/lib/icons.d.ts +34 -34
- package/lib/layouts/shell/shell-footer/shell-footer.component.d.ts +8 -8
- package/lib/layouts/shell/shell-header/shell-header.component.d.ts +39 -39
- package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +26 -26
- package/lib/layouts/shell/shell-sidebar/shell-sidebar.component.d.ts +20 -20
- package/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.d.ts +14 -14
- package/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.d.ts +15 -15
- package/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.d.ts +10 -10
- package/lib/layouts/views/form-layout/form-layout.component.d.ts +26 -24
- package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +42 -42
- package/lib/layouts/views/side-view-layout/side-view-layout.component.d.ts +29 -28
- package/lib/layouts/views/view-layout/view-layout.component.d.ts +31 -31
- package/lib/ng-components.module.d.ts +71 -65
- package/lib/pages/auth/auth-callback/auth-callback.component.d.ts +13 -13
- package/lib/pages/auth/auth-renew/auth-renew.component.d.ts +12 -12
- package/lib/pages/auth/logged-out/logged-out.component.d.ts +12 -12
- package/lib/pages/http-status/error/error.component.d.ts +8 -8
- package/lib/pages/http-status/page-not-found/page-not-found.component.d.ts +8 -8
- package/lib/pages/http-status/unauthorized/unauthorized.component.d.ts +8 -8
- package/lib/pipes/address.pipe.d.ts +8 -8
- package/lib/pipes/duration-format.pipe.d.ts +8 -8
- package/lib/pipes/short-number.pipe.d.ts +7 -0
- package/lib/services/breadcrumb.service.d.ts +29 -29
- package/lib/services/component-loader/component-loader-options.class.d.ts +30 -30
- package/lib/services/component-loader/component-loader.class.d.ts +92 -92
- package/lib/services/component-loader/component-loader.factory.d.ts +24 -24
- package/lib/services/component-loader/content-ref.class.d.ts +12 -12
- package/lib/services/modal-service/modal-backdrop-component.d.ts +20 -20
- package/lib/services/modal-service/modal-container-component.d.ts +33 -33
- package/lib/services/modal-service/modal-options.class.d.ts +81 -81
- package/lib/services/modal-service/modal-service.d.ts +58 -58
- package/lib/services/modal-service/modal-styles.class.d.ts +10 -10
- package/lib/services/modal-service/modal.class.d.ts +43 -43
- package/lib/services/toaster.service.d.ts +11 -11
- package/lib/services/user-settings.service.d.ts +13 -13
- package/lib/services/utilities.service.d.ts +11 -11
- package/lib/tokens.d.ts +10 -10
- package/lib/types.d.ts +179 -177
- package/package.json +14 -21
- package/public-api.d.ts +68 -60
- package/esm2020/lib/controls/advanced-search/advanced-search.component.mjs +0 -156
- package/esm2020/lib/controls/advanced-search/models.mjs +0 -109
- package/esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs +0 -48
- package/esm2020/lib/controls/combobox/combobox.component.mjs +0 -117
- package/esm2020/lib/controls/date-picker/date-picker.component.mjs +0 -292
- package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +0 -72
- package/esm2020/lib/controls/language-selection/language-selection.component.mjs +0 -31
- package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +0 -29
- package/esm2020/lib/controls/list-view/list-view.component.mjs +0 -206
- package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +0 -79
- package/esm2020/lib/controls/pager/pager.component.mjs +0 -130
- package/esm2020/lib/controls/side-pane/side-pane.component.mjs +0 -72
- package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +0 -25
- package/esm2020/lib/controls/stepper/lib-step.component.mjs +0 -81
- package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +0 -108
- package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +0 -66
- package/esm2020/lib/controls/toggle/toggle.component.mjs +0 -64
- package/esm2020/lib/controls/toggle-button/toggle-button.component.mjs +0 -87
- package/esm2020/lib/controls/toggle-buttons-list/toggle-buttons-list.component.mjs +0 -31
- package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +0 -71
- package/esm2020/lib/directives/click-outside.directive.mjs +0 -189
- package/esm2020/lib/helpers/base-list.component.mjs +0 -226
- package/esm2020/lib/icons.mjs +0 -36
- package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +0 -130
- package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +0 -90
- package/esm2020/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +0 -30
- package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +0 -80
- package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +0 -101
- package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +0 -98
- package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +0 -104
- package/esm2020/lib/ng-components.module.mjs +0 -288
- package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +0 -30
- package/esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs +0 -31
- package/esm2020/lib/pipes/address.pipe.mjs +0 -21
- package/esm2020/lib/pipes/duration-format.pipe.mjs +0 -64
- package/esm2020/lib/services/breadcrumb.service.mjs +0 -174
- package/esm2020/lib/services/component-loader/component-loader.class.mjs +0 -188
- package/esm2020/lib/services/component-loader/component-loader.factory.mjs +0 -32
- package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +0 -44
- package/esm2020/lib/services/modal-service/modal-container-component.mjs +0 -126
- package/esm2020/lib/services/modal-service/modal-service.mjs +0 -220
- package/esm2020/lib/services/user-settings.service.mjs +0 -35
- package/esm2020/lib/services/utilities.service.mjs +0 -47
- package/esm2020/lib/types.mjs +0 -132
- package/fesm2015/indice-ng-components.mjs +0 -4852
- package/fesm2015/indice-ng-components.mjs.map +0 -1
- package/fesm2020/indice-ng-components.mjs.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class KpiTileComponent implements OnInit {
|
|
4
|
-
title: string | undefined;
|
|
5
|
-
busy: boolean;
|
|
6
|
-
kpi: any | undefined;
|
|
7
|
-
hideBtn: boolean | undefined;
|
|
8
|
-
actionText: string;
|
|
9
|
-
tileAction: EventEmitter<any>;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
emitTileAction($event: any): boolean;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KpiTileComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KpiTileComponent, "lib-kpi-tile", never, { "title": "title"; "busy": "busy"; "kpi": "kpi"; "hideBtn": "hideBtn"; "actionText": "action-text"; }, { "tileAction": "tile-action"; }, never, ["*"], false>;
|
|
15
|
-
}
|
|
1
|
+
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class KpiTileComponent implements OnInit {
|
|
4
|
+
title: string | undefined;
|
|
5
|
+
busy: boolean;
|
|
6
|
+
kpi: any | undefined;
|
|
7
|
+
hideBtn: boolean | undefined;
|
|
8
|
+
actionText: string;
|
|
9
|
+
tileAction: EventEmitter<any>;
|
|
10
|
+
constructor();
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
emitTileAction($event: any): boolean;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KpiTileComponent, never>;
|
|
14
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KpiTileComponent, "lib-kpi-tile", never, { "title": { "alias": "title"; "required": false; }; "busy": { "alias": "busy"; "required": false; }; "kpi": { "alias": "kpi"; "required": false; }; "hideBtn": { "alias": "hideBtn"; "required": false; }; "actionText": { "alias": "action-text"; "required": false; }; }, { "tileAction": "tile-action"; }, never, ["*"], false, never>;
|
|
15
|
+
}
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { MenuOption } from './../../types';
|
|
2
|
-
import { OnInit } from '@angular/core';
|
|
3
|
-
import { IAppLanguagesService } from '../../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LanguageSelectionComponent implements OnInit {
|
|
6
|
-
langsService: IAppLanguagesService | undefined;
|
|
7
|
-
menuExpanded: boolean;
|
|
8
|
-
constructor(langsService: IAppLanguagesService | undefined);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
selectLang(option: MenuOption): void;
|
|
11
|
-
onClickOutside($event: any): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectionComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectionComponent, "lib-language-selection", never, {}, {}, never, never, false>;
|
|
14
|
-
}
|
|
1
|
+
import { MenuOption } from './../../types';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import { IAppLanguagesService } from '../../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class LanguageSelectionComponent implements OnInit {
|
|
6
|
+
langsService: IAppLanguagesService | undefined;
|
|
7
|
+
menuExpanded: boolean;
|
|
8
|
+
constructor(langsService: IAppLanguagesService | undefined);
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
selectLang(option: MenuOption): void;
|
|
11
|
+
onClickOutside($event: any): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectionComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectionComponent, "lib-language-selection", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListColumnComponent {
|
|
3
|
-
title: string | null;
|
|
4
|
-
fullWidth: boolean;
|
|
5
|
-
template: any | null;
|
|
6
|
-
constructor();
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListColumnComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListColumnComponent, "lib-list-column", never, { "title": "title"; "fullWidth": "full-width"; }, {}, ["template"], ["*"], false>;
|
|
9
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ListColumnComponent {
|
|
3
|
+
title: string | null;
|
|
4
|
+
fullWidth: boolean;
|
|
5
|
+
template: any | null;
|
|
6
|
+
constructor();
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListColumnComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListColumnComponent, "lib-list-column", never, { "title": { "alias": "title"; "required": false; }; "fullWidth": { "alias": "full-width"; "required": false; }; }, {}, ["template"], ["*"], false, never>;
|
|
9
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListDetailsSectionComponent {
|
|
3
|
-
template: any | null;
|
|
4
|
-
constructor();
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListDetailsSectionComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListDetailsSectionComponent, "lib-list-details-section", never, {}, {}, ["template"], ["*"], false>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ListDetailsSectionComponent {
|
|
3
|
+
template: any | null;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListDetailsSectionComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListDetailsSectionComponent, "lib-list-details-section", never, {}, {}, ["template"], ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ListTileComponent {
|
|
3
|
-
template: any | null;
|
|
4
|
-
constructor();
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListTileComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListTileComponent, "lib-list-tile", never, {}, {}, ["template"], ["*"], false>;
|
|
7
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class ListTileComponent {
|
|
3
|
+
template: any | null;
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListTileComponent, never>;
|
|
6
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListTileComponent, "lib-list-tile", never, {}, {}, ["template"], ["*"], false, never>;
|
|
7
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ListViewEmptyStateComponent implements OnInit {
|
|
4
|
-
title: string;
|
|
5
|
-
subTitle: string;
|
|
6
|
-
newItemLabel: string;
|
|
7
|
-
constructor();
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewEmptyStateComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewEmptyStateComponent, "lib-list-view-empty-state", never, { "title": "title"; "subTitle": "sub-title"; "newItemLabel": "new-item-label"; }, {}, never, never, false>;
|
|
11
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ListViewEmptyStateComponent implements OnInit {
|
|
4
|
+
title: string;
|
|
5
|
+
subTitle: string;
|
|
6
|
+
newItemLabel: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewEmptyStateComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewEmptyStateComponent, "lib-list-view-empty-state", never, { "title": { "alias": "title"; "required": false; }; "subTitle": { "alias": "sub-title"; "required": false; }; "newItemLabel": { "alias": "new-item-label"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
+
}
|
|
@@ -1,61 +1,62 @@
|
|
|
1
|
-
import { EventEmitter, QueryList, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { MenuOption } from '../../types';
|
|
3
|
-
import { ListTileComponent } from './list-tile.component';
|
|
4
|
-
import { ListColumnComponent } from './list-column.component';
|
|
5
|
-
import { ListDetailsSectionComponent } from './list-details-section.component';
|
|
6
|
-
import { FilterClause, SearchOption } from '../advanced-search/models';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ListViewComponent implements OnChanges {
|
|
9
|
-
searchOptions: SearchOption[];
|
|
10
|
-
filters: FilterClause[];
|
|
11
|
-
busy: boolean;
|
|
12
|
-
items: any[] | null | undefined;
|
|
13
|
-
count: number | null;
|
|
14
|
-
page: number;
|
|
15
|
-
view: string;
|
|
16
|
-
sort: string | null;
|
|
17
|
-
pageSize: number;
|
|
18
|
-
pageSizeOptions: MenuOption[];
|
|
19
|
-
sortOptions: MenuOption[];
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
set
|
|
27
|
-
set
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
static
|
|
61
|
-
}
|
|
1
|
+
import { EventEmitter, QueryList, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { MenuOption } from '../../types';
|
|
3
|
+
import { ListTileComponent } from './list-tile.component';
|
|
4
|
+
import { ListColumnComponent } from './list-column.component';
|
|
5
|
+
import { ListDetailsSectionComponent } from './list-details-section.component';
|
|
6
|
+
import { FilterClause, SearchOption } from '../advanced-search/models';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
export declare class ListViewComponent implements OnChanges {
|
|
9
|
+
searchOptions: SearchOption[];
|
|
10
|
+
filters: FilterClause[];
|
|
11
|
+
busy: boolean;
|
|
12
|
+
items: any[] | null | undefined;
|
|
13
|
+
count: number | null;
|
|
14
|
+
page: number;
|
|
15
|
+
view: string;
|
|
16
|
+
sort: string | null;
|
|
17
|
+
pageSize: number;
|
|
18
|
+
pageSizeOptions: MenuOption[];
|
|
19
|
+
sortOptions: MenuOption[];
|
|
20
|
+
operatorsDisabled: boolean;
|
|
21
|
+
sortdir: string | null;
|
|
22
|
+
tilesCount: number;
|
|
23
|
+
showPager: boolean;
|
|
24
|
+
pagerPosition: any | undefined;
|
|
25
|
+
detailsSectionPropertyCount: string | null;
|
|
26
|
+
set cols(refs: QueryList<ListColumnComponent>);
|
|
27
|
+
set tiles(ref: ListTileComponent);
|
|
28
|
+
set details(ref: ListDetailsSectionComponent);
|
|
29
|
+
pageChanged: EventEmitter<number>;
|
|
30
|
+
pageSizeChanged: EventEmitter<number>;
|
|
31
|
+
detailsOpened: EventEmitter<{
|
|
32
|
+
item: any;
|
|
33
|
+
open: boolean;
|
|
34
|
+
}>;
|
|
35
|
+
sortChanged: EventEmitter<string>;
|
|
36
|
+
sortdirChanged: EventEmitter<string>;
|
|
37
|
+
advancedSearchChanged: EventEmitter<FilterClause[]>;
|
|
38
|
+
private multipleFullWidth;
|
|
39
|
+
expandIcon: string;
|
|
40
|
+
collapseIcon: string;
|
|
41
|
+
tableViewSupported: boolean;
|
|
42
|
+
fullWidthTHClass: string;
|
|
43
|
+
fullWidthTDClass: string;
|
|
44
|
+
tilesViewSupported: boolean;
|
|
45
|
+
detailsSectionSupported: boolean;
|
|
46
|
+
loaderItems: any[];
|
|
47
|
+
columns: any[];
|
|
48
|
+
tilesDeckClass: string;
|
|
49
|
+
tileTemplate: any | null | undefined;
|
|
50
|
+
detailsTemplate: any | null | undefined;
|
|
51
|
+
constructor();
|
|
52
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
53
|
+
emitPageChanged($event: number): void;
|
|
54
|
+
emitPageSizeChanged($event: number): void;
|
|
55
|
+
emitSortChanged($event: string): void;
|
|
56
|
+
emitSortdirChanged($event: string): void;
|
|
57
|
+
emitAdvancedSearchChanged($event: FilterClause[]): void;
|
|
58
|
+
toggleDetails(item: any): void;
|
|
59
|
+
private setTilesDeckClass;
|
|
60
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
|
|
61
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "lib-list-view", never, { "searchOptions": { "alias": "search-options"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "busy": { "alias": "busy"; "required": false; }; "items": { "alias": "items"; "required": false; }; "count": { "alias": "count"; "required": false; }; "page": { "alias": "page"; "required": false; }; "view": { "alias": "view"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "pageSize": { "alias": "page-size"; "required": false; }; "pageSizeOptions": { "alias": "page-size-options"; "required": false; }; "sortOptions": { "alias": "sort-options"; "required": false; }; "operatorsDisabled": { "alias": "operators-disabled"; "required": false; }; "sortdir": { "alias": "sort-dir"; "required": false; }; "tilesCount": { "alias": "tiles-count"; "required": false; }; "showPager": { "alias": "show-pager"; "required": false; }; "pagerPosition": { "alias": "pager-position"; "required": false; }; "detailsSectionPropertyCount": { "alias": "details-section-property-count"; "required": false; }; }, { "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "detailsOpened": "detailsOpened"; "sortChanged": "sortChanged"; "sortdirChanged": "sortdirChanged"; "advancedSearchChanged": "advancedSearchChanged"; }, ["tiles", "details", "cols"], ["[pager-near-content]", "*"], false, never>;
|
|
62
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { NavLink } from '../../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NavLinksListComponent implements OnInit, OnDestroy {
|
|
6
|
-
links: Observable<NavLink[]> | undefined;
|
|
7
|
-
activeFragment: Observable<string> | undefined;
|
|
8
|
-
navLinkClass: string | string;
|
|
9
|
-
navLinkActiveClass: string | string[];
|
|
10
|
-
containerClass: string | string[] | undefined;
|
|
11
|
-
showIcons: boolean | undefined;
|
|
12
|
-
showText: boolean | undefined;
|
|
13
|
-
largeIcons: boolean;
|
|
14
|
-
fragmentValue: string | undefined;
|
|
15
|
-
private fragmentSub$;
|
|
16
|
-
constructor();
|
|
17
|
-
ngOnDestroy(): void;
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NavLinksListComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NavLinksListComponent, "lib-nav-links-list", never, { "links": "links"; "activeFragment": "active-fragment"; "navLinkClass": "link-class"; "navLinkActiveClass": "link-active-class"; "containerClass": "container-class"; "showIcons": "show-icons"; "showText": "show-text"; "largeIcons": "large-icons"; }, {}, never, never, false>;
|
|
21
|
-
}
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
+
import { NavLink } from '../../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class NavLinksListComponent implements OnInit, OnDestroy {
|
|
6
|
+
links: Observable<NavLink[]> | undefined;
|
|
7
|
+
activeFragment: Observable<string> | undefined;
|
|
8
|
+
navLinkClass: string | string;
|
|
9
|
+
navLinkActiveClass: string | string[];
|
|
10
|
+
containerClass: string | string[] | undefined;
|
|
11
|
+
showIcons: boolean | undefined;
|
|
12
|
+
showText: boolean | undefined;
|
|
13
|
+
largeIcons: boolean;
|
|
14
|
+
fragmentValue: string | undefined;
|
|
15
|
+
private fragmentSub$;
|
|
16
|
+
constructor();
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
ngOnInit(): void;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NavLinksListComponent, never>;
|
|
20
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NavLinksListComponent, "lib-nav-links-list", never, { "links": { "alias": "links"; "required": false; }; "activeFragment": { "alias": "active-fragment"; "required": false; }; "navLinkClass": { "alias": "link-class"; "required": false; }; "navLinkActiveClass": { "alias": "link-active-class"; "required": false; }; "containerClass": { "alias": "container-class"; "required": false; }; "showIcons": { "alias": "show-icons"; "required": false; }; "showText": { "alias": "show-text"; "required": false; }; "largeIcons": { "alias": "large-icons"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
import { IAppNotifications, NavLink } from './../../types';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NotificationsIndicatorComponent implements OnInit, OnDestroy {
|
|
5
|
-
notifications?: IAppNotifications | undefined;
|
|
6
|
-
links?: any;
|
|
7
|
-
menuExpanded: boolean;
|
|
8
|
-
unreadCount: number;
|
|
9
|
-
items: any[];
|
|
10
|
-
allNotificationsLink?: NavLink;
|
|
11
|
-
private notificationsSub$;
|
|
12
|
-
private inboxAction;
|
|
13
|
-
newArrival: boolean;
|
|
14
|
-
constructor(notifications?: IAppNotifications | undefined, links?: any);
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
ngOnInit(): void;
|
|
17
|
-
doInboxAction(): void;
|
|
18
|
-
removeItem(index: number): void;
|
|
19
|
-
onClickOutside($event: any): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsIndicatorComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsIndicatorComponent, "lib-notifications-indicator", never, {}, {}, never, never, false>;
|
|
22
|
-
}
|
|
1
|
+
import { IAppNotifications, NavLink } from './../../types';
|
|
2
|
+
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NotificationsIndicatorComponent implements OnInit, OnDestroy {
|
|
5
|
+
notifications?: IAppNotifications | undefined;
|
|
6
|
+
links?: any;
|
|
7
|
+
menuExpanded: boolean;
|
|
8
|
+
unreadCount: number;
|
|
9
|
+
items: any[];
|
|
10
|
+
allNotificationsLink?: NavLink;
|
|
11
|
+
private notificationsSub$;
|
|
12
|
+
private inboxAction;
|
|
13
|
+
newArrival: boolean;
|
|
14
|
+
constructor(notifications?: IAppNotifications | undefined, links?: any);
|
|
15
|
+
ngOnDestroy(): void;
|
|
16
|
+
ngOnInit(): void;
|
|
17
|
+
doInboxAction(): void;
|
|
18
|
+
removeItem(index: number): void;
|
|
19
|
+
onClickOutside($event: any): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsIndicatorComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsIndicatorComponent, "lib-notifications-indicator", never, {}, {}, never, never, false, never>;
|
|
22
|
+
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { Router } from '@angular/router';
|
|
3
|
-
import { MenuOption } from '../../types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PagerComponent implements OnInit, OnChanges {
|
|
6
|
-
private router;
|
|
7
|
-
busy: boolean;
|
|
8
|
-
count: number | null;
|
|
9
|
-
page: number;
|
|
10
|
-
pageSize: number;
|
|
11
|
-
pageSizeOptions: MenuOption[];
|
|
12
|
-
pages: MenuOption[];
|
|
13
|
-
pageChanged: EventEmitter<number>;
|
|
14
|
-
pageSizeChanged: EventEmitter<number>;
|
|
15
|
-
canPreviousPage: boolean;
|
|
16
|
-
canNextPage: boolean;
|
|
17
|
-
sortOptions: MenuOption[];
|
|
18
|
-
sort: string | null;
|
|
19
|
-
sortdir: string | null;
|
|
20
|
-
sortChanged: EventEmitter<string>;
|
|
21
|
-
sortdirChanged: EventEmitter<string>;
|
|
22
|
-
sortdirIcon: string;
|
|
23
|
-
constructor(router: Router);
|
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
-
ngOnInit(): void;
|
|
26
|
-
private calcPages;
|
|
27
|
-
nextPage(): void;
|
|
28
|
-
previousPage(): void;
|
|
29
|
-
gotoPage(page: number): void;
|
|
30
|
-
pageSizeOptionChanged(pageSize: number): void;
|
|
31
|
-
pageOptionChanged(page: number): void;
|
|
32
|
-
sortOptionChanged(sort: string): void;
|
|
33
|
-
toggleSortdir(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "lib-pager", never, { "busy": "busy"; "count": "count"; "page": "page"; "pageSize": "page-size"; "pageSizeOptions": "page-size-options"; "sortOptions": "sort-options"; "sort": "sort"; "sortdir": "sort-dir"; }, { "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "sortChanged": "sortChanged"; "sortdirChanged": "sortdirChanged"; }, never, ["[pager-near-content]"], false>;
|
|
36
|
-
}
|
|
1
|
+
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { MenuOption } from '../../types';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class PagerComponent implements OnInit, OnChanges {
|
|
6
|
+
private router;
|
|
7
|
+
busy: boolean;
|
|
8
|
+
count: number | null;
|
|
9
|
+
page: number;
|
|
10
|
+
pageSize: number;
|
|
11
|
+
pageSizeOptions: MenuOption[];
|
|
12
|
+
pages: MenuOption[];
|
|
13
|
+
pageChanged: EventEmitter<number>;
|
|
14
|
+
pageSizeChanged: EventEmitter<number>;
|
|
15
|
+
canPreviousPage: boolean;
|
|
16
|
+
canNextPage: boolean;
|
|
17
|
+
sortOptions: MenuOption[];
|
|
18
|
+
sort: string | null;
|
|
19
|
+
sortdir: string | null;
|
|
20
|
+
sortChanged: EventEmitter<string>;
|
|
21
|
+
sortdirChanged: EventEmitter<string>;
|
|
22
|
+
sortdirIcon: string;
|
|
23
|
+
constructor(router: Router);
|
|
24
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
+
ngOnInit(): void;
|
|
26
|
+
private calcPages;
|
|
27
|
+
nextPage(): void;
|
|
28
|
+
previousPage(): void;
|
|
29
|
+
gotoPage(page: number): void;
|
|
30
|
+
pageSizeOptionChanged(pageSize: number): void;
|
|
31
|
+
pageOptionChanged(page: number): void;
|
|
32
|
+
sortOptionChanged(sort: string): void;
|
|
33
|
+
toggleSortdir(): void;
|
|
34
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PagerComponent, never>;
|
|
35
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PagerComponent, "lib-pager", never, { "busy": { "alias": "busy"; "required": false; }; "count": { "alias": "count"; "required": false; }; "page": { "alias": "page"; "required": false; }; "pageSize": { "alias": "page-size"; "required": false; }; "pageSizeOptions": { "alias": "page-size-options"; "required": false; }; "sortOptions": { "alias": "sort-options"; "required": false; }; "sort": { "alias": "sort"; "required": false; }; "sortdir": { "alias": "sort-dir"; "required": false; }; }, { "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "sortChanged": "sortChanged"; "sortdirChanged": "sortdirChanged"; }, never, ["[pager-near-content]"], false, never>;
|
|
36
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class ProgressBarComponent implements OnChanges {
|
|
4
|
+
value: number;
|
|
5
|
+
valueText: string | undefined;
|
|
6
|
+
total: number;
|
|
7
|
+
totalText: string | undefined;
|
|
8
|
+
text: string | undefined;
|
|
9
|
+
busy: boolean;
|
|
10
|
+
percentage: number;
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
+
private calcPercentage;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressBarComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressBarComponent, "lib-progress-bar", never, { "value": { "alias": "value"; "required": false; }; "valueText": { "alias": "value-text"; "required": false; }; "total": { "alias": "total"; "required": false; }; "totalText": { "alias": "total-text"; "required": false; }; "text": { "alias": "text"; "required": false; }; "busy": { "alias": "busy"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -1,18 +1,22 @@
|
|
|
1
|
-
import { Router } from '@angular/router';
|
|
2
|
-
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class SidePaneComponent implements OnInit, OnDestroy {
|
|
5
|
-
private router;
|
|
6
|
-
private document;
|
|
7
|
-
showPane: boolean;
|
|
8
|
-
sizeContainerStyle: string;
|
|
9
|
-
overlayStyle: string;
|
|
10
|
-
onComplete: EventEmitter<boolean>;
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
1
|
+
import { Router } from '@angular/router';
|
|
2
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SidePaneComponent implements OnInit, OnDestroy {
|
|
5
|
+
private router;
|
|
6
|
+
private document;
|
|
7
|
+
protected showPane: boolean;
|
|
8
|
+
sizeContainerStyle: string;
|
|
9
|
+
overlayStyle: string;
|
|
10
|
+
onComplete: EventEmitter<boolean>;
|
|
11
|
+
onOpen: EventEmitter<any>;
|
|
12
|
+
onClose: EventEmitter<any>;
|
|
13
|
+
constructor(router: Router, document: any);
|
|
14
|
+
ngOnDestroy(): void;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
onSidePaneActivated(component: any): void;
|
|
17
|
+
onSidePaneDeactivated($event: any): void;
|
|
18
|
+
show(): void;
|
|
19
|
+
hide(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SidePaneComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SidePaneComponent, "lib-side-pane", never, { "showPane": { "alias": "visible"; "required": false; }; }, { "onComplete": "onComplete"; "onOpen": "onOpen"; "onClose": "onClose"; }, never, ["*"], false, never>;
|
|
22
|
+
}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SkeletonLoaderComponent implements OnInit {
|
|
4
|
-
count: number;
|
|
5
|
-
type: string;
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
static
|
|
11
|
-
}
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SkeletonLoaderComponent implements OnInit {
|
|
4
|
+
count: number;
|
|
5
|
+
type: string;
|
|
6
|
+
deckClass: string;
|
|
7
|
+
constructor();
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
counter(i: number): number[];
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderComponent, "lib-skeleton-loader", never, { "count": { "alias": "count"; "required": false; }; "type": { "alias": "type"; "required": false; }; "deckClass": { "alias": "deck-class"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class StatsGridComponent implements OnChanges {
|
|
4
|
+
busy: boolean;
|
|
5
|
+
count: number;
|
|
6
|
+
loader: any[];
|
|
7
|
+
mode: string;
|
|
8
|
+
labels: string[];
|
|
9
|
+
values: number[];
|
|
10
|
+
colors: string[];
|
|
11
|
+
constructor();
|
|
12
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
13
|
+
isNumber(value: any): boolean;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StatsGridComponent, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StatsGridComponent, "lib-stats-grid", never, { "busy": { "alias": "busy"; "required": false; }; "count": { "alias": "count"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; "values": { "alias": "values"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LibStepInfoDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibStepInfoDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepInfoDirective, "[libStepInfo]", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LibStepInfoDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LibStepInfoDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepInfoDirective, "[libStepInfo]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class LibStepLabelDirective {
|
|
4
|
-
template: TemplateRef<any>;
|
|
5
|
-
constructor(template: TemplateRef<any>);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibStepLabelDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepLabelDirective, "[libStepLabel]", never, {}, {}, never, never, false>;
|
|
8
|
-
}
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class LibStepLabelDirective {
|
|
4
|
+
template: TemplateRef<any>;
|
|
5
|
+
constructor(template: TemplateRef<any>);
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LibStepLabelDirective, never>;
|
|
7
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepLabelDirective, "[libStepLabel]", never, {}, {}, never, never, false, never>;
|
|
8
|
+
}
|