@indice/ng-components 0.2.167 → 0.2.169

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.
Files changed (111) hide show
  1. package/README.md +4 -4
  2. package/{_styles.css → _styles.scss} +4249 -4273
  3. package/esm2020/lib/controls/advanced-search/advanced-search.component.mjs +13 -7
  4. package/esm2020/lib/controls/advanced-search/models.mjs +1 -1
  5. package/esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs +5 -5
  6. package/esm2020/lib/controls/breadcrumb/breadcrumb-item.mjs +14 -0
  7. package/esm2020/lib/controls/breadcrumb/breadcrumb.component.mjs +26 -0
  8. package/esm2020/lib/controls/collapsible-panel/collapsible-panel.component.mjs +5 -5
  9. package/esm2020/lib/controls/combobox/combobox.component.mjs +33 -13
  10. package/esm2020/lib/controls/date-picker/date-picker.component.mjs +6 -6
  11. package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +9 -5
  12. package/esm2020/lib/controls/kpi-tile/kpi-tile.component.mjs +9 -5
  13. package/esm2020/lib/controls/language-selection/language-selection.component.mjs +5 -5
  14. package/esm2020/lib/controls/list-view/list-column.component.mjs +4 -4
  15. package/esm2020/lib/controls/list-view/list-details-section.component.mjs +4 -4
  16. package/esm2020/lib/controls/list-view/list-tile.component.mjs +4 -4
  17. package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +5 -5
  18. package/esm2020/lib/controls/list-view/list-view.component.mjs +8 -8
  19. package/esm2020/lib/controls/nav-links-list/nav-links-list.component.mjs +13 -5
  20. package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +5 -5
  21. package/esm2020/lib/controls/pager/pager.component.mjs +5 -5
  22. package/esm2020/lib/controls/side-pane/side-pane.component.mjs +5 -5
  23. package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +5 -5
  24. package/esm2020/lib/controls/stepper/lib-step-info.directive.mjs +4 -4
  25. package/esm2020/lib/controls/stepper/lib-step-label.directive.mjs +5 -5
  26. package/esm2020/lib/controls/stepper/lib-step.component.mjs +11 -11
  27. package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +6 -6
  28. package/esm2020/lib/controls/stepper/types/step-selected-event.mjs +1 -1
  29. package/esm2020/lib/controls/stepper/types/stepper-type.mjs +1 -1
  30. package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +20 -14
  31. package/esm2020/lib/controls/tabs/lib-tab-label.directive.mjs +16 -0
  32. package/esm2020/lib/controls/tabs/lib-tab.component.mjs +21 -14
  33. package/esm2020/lib/controls/toaster/toaster-container.component.mjs +5 -5
  34. package/esm2020/lib/controls/toaster/toaster.component.mjs +5 -5
  35. package/esm2020/lib/controls/toggle/toggle.component.mjs +6 -6
  36. package/esm2020/lib/controls/toggle-button/toggle-button.component.mjs +87 -0
  37. package/esm2020/lib/controls/toggle-buttons-list/toggle-buttons-list.component.mjs +31 -0
  38. package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +5 -5
  39. package/esm2020/lib/directives/click-outside.directive.mjs +4 -4
  40. package/esm2020/lib/directives/dynamic-component-host.directive.mjs +4 -4
  41. package/esm2020/lib/helpers/base-list.component.mjs +4 -4
  42. package/esm2020/lib/icons.mjs +4 -2
  43. package/esm2020/lib/layouts/shell/shell-footer/shell-footer.component.mjs +5 -5
  44. package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +8 -8
  45. package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +41 -52
  46. package/esm2020/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +15 -8
  47. package/esm2020/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.mjs +7 -7
  48. package/esm2020/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +19 -14
  49. package/esm2020/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.mjs +8 -9
  50. package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +5 -5
  51. package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +14 -5
  52. package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +5 -5
  53. package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +5 -5
  54. package/esm2020/lib/ng-components.module.mjs +112 -107
  55. package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +4 -4
  56. package/esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs +4 -4
  57. package/esm2020/lib/pages/auth/logged-out/logged-out.component.mjs +4 -4
  58. package/esm2020/lib/pages/http-status/error/error.component.mjs +5 -5
  59. package/esm2020/lib/pages/http-status/page-not-found/page-not-found.component.mjs +5 -5
  60. package/esm2020/lib/pages/http-status/unauthorized/unauthorized.component.mjs +5 -5
  61. package/esm2020/lib/pipes/address.pipe.mjs +4 -4
  62. package/esm2020/lib/pipes/duration-format.pipe.mjs +4 -4
  63. package/esm2020/lib/services/breadcrumb.service.mjs +174 -0
  64. package/esm2020/lib/services/component-loader/component-loader-options.class.mjs +1 -1
  65. package/esm2020/lib/services/component-loader/component-loader.class.mjs +2 -2
  66. package/esm2020/lib/services/component-loader/component-loader.factory.mjs +4 -4
  67. package/esm2020/lib/services/component-loader/content-ref.class.mjs +1 -1
  68. package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +4 -4
  69. package/esm2020/lib/services/modal-service/modal-container-component.mjs +15 -15
  70. package/esm2020/lib/services/modal-service/modal-options.class.mjs +4 -4
  71. package/esm2020/lib/services/modal-service/modal-service.mjs +4 -4
  72. package/esm2020/lib/services/modal-service/modal-styles.class.mjs +1 -1
  73. package/esm2020/lib/services/modal-service/modal.class.mjs +4 -4
  74. package/esm2020/lib/services/toaster.service.mjs +10 -8
  75. package/esm2020/lib/services/user-settings.service.mjs +35 -0
  76. package/esm2020/lib/services/utilities.service.mjs +47 -0
  77. package/esm2020/lib/tokens.mjs +1 -1
  78. package/esm2020/lib/types.mjs +12 -9
  79. package/esm2020/public-api.mjs +8 -1
  80. package/fesm2015/indice-ng-components.mjs +978 -496
  81. package/fesm2015/indice-ng-components.mjs.map +1 -1
  82. package/fesm2020/indice-ng-components.mjs +970 -501
  83. package/fesm2020/indice-ng-components.mjs.map +1 -1
  84. package/lib/controls/breadcrumb/breadcrumb-item.d.ts +7 -0
  85. package/lib/controls/breadcrumb/breadcrumb.component.d.ts +12 -0
  86. package/lib/controls/combobox/combobox.component.d.ts +10 -5
  87. package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +3 -2
  88. package/lib/controls/kpi-tile/kpi-tile.component.d.ts +2 -1
  89. package/lib/controls/list-view/list-view.component.d.ts +1 -1
  90. package/lib/controls/nav-links-list/nav-links-list.component.d.ts +3 -1
  91. package/lib/controls/pager/pager.component.d.ts +1 -1
  92. package/lib/controls/tabs/lib-tab-group.component.d.ts +3 -3
  93. package/lib/controls/tabs/lib-tab-label.directive.d.ts +8 -0
  94. package/lib/controls/tabs/lib-tab.component.d.ts +8 -6
  95. package/lib/controls/toggle-button/toggle-button.component.d.ts +25 -0
  96. package/lib/controls/toggle-buttons-list/toggle-buttons-list.component.d.ts +14 -0
  97. package/lib/icons.d.ts +2 -0
  98. package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +10 -13
  99. package/lib/layouts/shell/shell-sidebar/shell-sidebar.component.d.ts +5 -3
  100. package/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.d.ts +6 -3
  101. package/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.d.ts +1 -1
  102. package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +5 -2
  103. package/lib/ng-components.module.d.ts +57 -53
  104. package/lib/services/breadcrumb.service.d.ts +29 -0
  105. package/lib/services/toaster.service.d.ts +2 -2
  106. package/lib/services/user-settings.service.d.ts +13 -0
  107. package/lib/services/utilities.service.d.ts +11 -0
  108. package/lib/types.d.ts +16 -12
  109. package/modal.css +157 -157
  110. package/package.json +1 -1
  111. package/public-api.d.ts +7 -0
@@ -0,0 +1,7 @@
1
+ export declare class BreadcrumbItem {
2
+ title?: string | undefined;
3
+ url?: string | undefined;
4
+ constructor(title?: string | undefined, url?: string | undefined);
5
+ level: number;
6
+ get urlSegments(): string[] | undefined;
7
+ }
@@ -0,0 +1,12 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { BreadcrumbService } from '../../services/breadcrumb.service';
3
+ import { BreadcrumbItem } from './breadcrumb-item';
4
+ import * as i0 from "@angular/core";
5
+ export declare class BreadcrumbComponent implements OnInit {
6
+ private _breadcrumbService;
7
+ constructor(_breadcrumbService: BreadcrumbService);
8
+ ngOnInit(): void;
9
+ breadcrumb: BreadcrumbItem[];
10
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbComponent, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbComponent, "lib-breadcrumb", never, {}, {}, never, never, false>;
12
+ }
@@ -6,24 +6,29 @@ export declare class ComboboxComponent implements OnInit {
6
6
  private _defaultItemsFilter;
7
7
  constructor();
8
8
  id: string;
9
+ placeholder: string | undefined;
9
10
  set items(items: any[]);
10
11
  get items(): any[];
11
- itemTemplate: TemplateRef<HTMLElement> | null;
12
+ itemTemplate: TemplateRef<HTMLElement> | undefined;
12
13
  selectedItemsFilter: (item: any) => boolean | null;
13
- selectedItemTemplate: TemplateRef<HTMLElement> | null;
14
+ selectedItemTemplate: TemplateRef<HTMLElement> | undefined;
15
+ noResultsTemplate: TemplateRef<HTMLElement> | undefined;
14
16
  busy: boolean;
17
+ multiple: boolean;
15
18
  debounceMs: number;
16
19
  onSearch: EventEmitter<string | undefined>;
17
20
  onItemSelected: EventEmitter<any>;
18
- showOptions: boolean;
21
+ showResults: boolean;
19
22
  selectedItems: any[];
23
+ value: string | undefined;
24
+ protected searchTerm: string | undefined;
20
25
  ngOnInit(): void;
21
26
  onInputClick(): void;
22
27
  onInputClickOutside(): void;
23
28
  onInputKeyUp(event: any): void;
24
29
  onListItemSelected(item: any): void;
25
- removeSelectedItem(item: any): void;
30
+ removeItem(item: any): void;
26
31
  private emitSearchEvent;
27
32
  static ɵfac: i0.ɵɵFactoryDeclaration<ComboboxComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "lib-combobox", never, { "id": "id"; "items": "items"; "itemTemplate": "itemTemplate"; "selectedItemsFilter": "selectedItemsFilter"; "selectedItemTemplate": "selectedItemTemplate"; "busy": "busy"; "debounceMs": "debounceMs"; }, { "onSearch": "onSearch"; "onItemSelected": "onItemSelected"; }, never, never, false>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<ComboboxComponent, "lib-combobox", never, { "id": "id"; "placeholder": "placeholder"; "items": "items"; "itemTemplate": "itemTemplate"; "selectedItemsFilter": "selectedItemsFilter"; "selectedItemTemplate": "selectedItemTemplate"; "noResultsTemplate": "noResultsTemplate"; "busy": "busy"; "multiple": "multiple"; "debounceMs": "debounceMs"; }, { "onSearch": "onSearch"; "onItemSelected": "onItemSelected"; }, never, never, false>;
29
34
  }
@@ -2,10 +2,11 @@ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { MenuOption } from '../../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DropDownMenuComponent implements OnInit, OnChanges {
5
- options: MenuOption[];
5
+ options: MenuOption[] | undefined;
6
6
  selectedValue: any | null;
7
7
  multiple: boolean;
8
8
  placeholder: string;
9
+ showIcons: boolean;
9
10
  private selectedOption$;
10
11
  get selectedOption(): MenuOption | null;
11
12
  set selectedOption(option: MenuOption | null);
@@ -21,5 +22,5 @@ export declare class DropDownMenuComponent implements OnInit, OnChanges {
21
22
  onClickOutside($event: any): void;
22
23
  selectOption(option: MenuOption): void;
23
24
  static ɵfac: i0.ɵɵFactoryDeclaration<DropDownMenuComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<DropDownMenuComponent, "lib-drop-down-menu", never, { "options": "options"; "selectedValue": "selected"; "multiple": "multiple"; "placeholder": "placeholder"; }, { "selectedChange": "selectedChange"; "selectedChanged": "selectedChanged"; }, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<DropDownMenuComponent, "lib-drop-down-menu", never, { "options": "options"; "selectedValue": "selected"; "multiple": "multiple"; "placeholder": "placeholder"; "showIcons": "show-icons"; }, { "selectedChange": "selectedChange"; "selectedChanged": "selectedChanged"; }, never, never, false>;
25
26
  }
@@ -5,10 +5,11 @@ export declare class KpiTileComponent implements OnInit {
5
5
  busy: boolean;
6
6
  kpi: any | undefined;
7
7
  hideBtn: boolean | undefined;
8
+ actionText: string;
8
9
  tileAction: EventEmitter<any>;
9
10
  constructor();
10
11
  ngOnInit(): void;
11
12
  emitTileAction($event: any): boolean;
12
13
  static ɵfac: i0.ɵɵFactoryDeclaration<KpiTileComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<KpiTileComponent, "lib-kpi-tile", never, { "title": "title"; "busy": "busy"; "kpi": "kpi"; "hideBtn": "hideBtn"; }, { "tileAction": "tile-action"; }, never, never, false>;
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, never, false>;
14
15
  }
@@ -57,5 +57,5 @@ export declare class ListViewComponent implements OnChanges {
57
57
  toggleDetails(item: any): void;
58
58
  private setTilesDeckClass;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<ListViewComponent, never>;
60
- static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "lib-list-view", never, { "searchOptions": "search-options"; "filters": "filters"; "busy": "busy"; "items": "items"; "count": "count"; "page": "page"; "view": "view"; "sort": "sort"; "pageSize": "page-size"; "pageSizeOptions": "page-size-options"; "sortOptions": "sort-options"; "sortdir": "sort-dir"; "tilesCount": "tiles-count"; "showPager": "show-pager"; "pagerPosition": "pager-position"; "detailsSectionPropertyCount": "details-section-property-count"; }, { "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "detailsOpened": "detailsOpened"; "sortChanged": "sortChanged"; "sortdirChanged": "sortdirChanged"; "advancedSearchChanged": "advancedSearchChanged"; }, ["tiles", "details", "cols"], ["*"], false>;
60
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListViewComponent, "lib-list-view", never, { "searchOptions": "search-options"; "filters": "filters"; "busy": "busy"; "items": "items"; "count": "count"; "page": "page"; "view": "view"; "sort": "sort"; "pageSize": "page-size"; "pageSizeOptions": "page-size-options"; "sortOptions": "sort-options"; "sortdir": "sort-dir"; "tilesCount": "tiles-count"; "showPager": "show-pager"; "pagerPosition": "pager-position"; "detailsSectionPropertyCount": "details-section-property-count"; }, { "pageChanged": "pageChanged"; "pageSizeChanged": "pageSizeChanged"; "detailsOpened": "detailsOpened"; "sortChanged": "sortChanged"; "sortdirChanged": "sortdirChanged"; "advancedSearchChanged": "advancedSearchChanged"; }, ["tiles", "details", "cols"], ["[pager-near-content]", "*"], false>;
61
61
  }
@@ -9,11 +9,13 @@ export declare class NavLinksListComponent implements OnInit, OnDestroy {
9
9
  navLinkActiveClass: string | string[];
10
10
  containerClass: string | string[] | undefined;
11
11
  showIcons: boolean | undefined;
12
+ showText: boolean | undefined;
13
+ largeIcons: boolean;
12
14
  fragmentValue: string | undefined;
13
15
  private fragmentSub$;
14
16
  constructor();
15
17
  ngOnDestroy(): void;
16
18
  ngOnInit(): void;
17
19
  static ɵfac: i0.ɵɵFactoryDeclaration<NavLinksListComponent, never>;
18
- 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"; }, {}, never, never, false>;
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>;
19
21
  }
@@ -32,5 +32,5 @@ export declare class PagerComponent implements OnInit, OnChanges {
32
32
  sortOptionChanged(sort: string): void;
33
33
  toggleSortdir(): void;
34
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, never, false>;
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
36
  }
@@ -6,16 +6,16 @@ export declare class LibTabGroupComponent implements OnInit, AfterContentInit, A
6
6
  /** The inner tabs of the group. */
7
7
  tabs: QueryList<LibTabComponent> | undefined;
8
8
  /** Emmited when a step change occurs. */
9
- tabChanged: EventEmitter<LibTabComponent>;
9
+ protected tabChanged: EventEmitter<LibTabComponent>;
10
10
  /** The current tab. */
11
11
  get currentTab(): LibTabComponent | undefined;
12
12
  /** The index (starting from zero) of the current tab. */
13
13
  get currentΤabIndex(): number | undefined;
14
14
  ngOnInit(): void;
15
+ protected onTabChanged(selectedTab: LibTabComponent): void;
16
+ protected onTabSelectChanged(selectedTabIndex: number): void;
15
17
  ngAfterContentInit(): void;
16
18
  ngAfterContentChecked(): void;
17
- onTabChanged(selectedTab: LibTabComponent): void;
18
- onTabSelectChanged(selectedTabIndex: number): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTabGroupComponent, never>;
20
20
  static ɵcmp: i0.ɵɵComponentDeclaration<LibTabGroupComponent, "lib-tab-group", never, {}, { "tabChanged": "tabChanged"; }, ["tabs"], never, false>;
21
21
  }
@@ -0,0 +1,8 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class LibTabLabelDirective {
4
+ template: TemplateRef<any>;
5
+ constructor(template: TemplateRef<any>);
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<LibTabLabelDirective, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LibTabLabelDirective, "[libTabLabel]", never, {}, {}, never, never, false>;
8
+ }
@@ -1,22 +1,24 @@
1
1
  import { OnInit, TemplateRef } from '@angular/core';
2
+ import { LibTabLabelDirective } from './lib-tab-label.directive';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class LibTabComponent implements OnInit {
4
5
  readonly _tabGroup?: any;
5
6
  private _isActive;
6
7
  constructor(_tabGroup?: any);
7
8
  /** The content provided for the tab. */
8
- content: TemplateRef<any>;
9
- /** A label for the tab header. */
10
- label: string | undefined;
9
+ content: TemplateRef<any> | null;
10
+ /** A label template for the tab header. */
11
+ label: LibTabLabelDirective | undefined;
11
12
  /** Indicates the unique id assigned in the tab. */
12
- id: string;
13
+ id: string | undefined;
14
+ labelText: string | undefined;
13
15
  /** Indicates the index of the tab. */
14
- get index(): number | undefined;
16
+ get index(): number;
15
17
  /** Indicates whether the tab is active. */
16
18
  get isActive(): boolean;
17
19
  /** Setter for LibTabComponent isActive property. */
18
20
  set isActive(isActive: boolean);
19
21
  ngOnInit(): void;
20
22
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTabComponent, [{ optional: true; }]>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTabComponent, "lib-tab", never, { "label": "label"; "id": "id"; }, {}, never, ["*"], false>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTabComponent, "lib-tab", never, { "id": "id"; "labelText": "labelText"; }, {}, ["label"], ["*"], false>;
22
24
  }
@@ -0,0 +1,25 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ToggleButtonComponent implements OnInit {
4
+ value: boolean;
5
+ disabled: boolean;
6
+ icon: boolean;
7
+ text: string | null | undefined;
8
+ textTrue: string | null | undefined;
9
+ textFalse: string | null | undefined;
10
+ description: string | null | undefined;
11
+ descriptionTrue: string | null | undefined;
12
+ descriptionFalse: string | null | undefined;
13
+ valueChange: EventEmitter<boolean>;
14
+ private onChange$;
15
+ private onTouched$;
16
+ constructor();
17
+ ngOnInit(): void;
18
+ writeValue(obj: any): void;
19
+ registerOnChange(fn: any): void;
20
+ registerOnTouched(fn: any): void;
21
+ onBlur(event: any): void;
22
+ changeValue(): void;
23
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonComponent, never>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonComponent, "lib-toggle-button", never, { "value": "value"; "disabled": "disabled"; "icon": "icon"; "text": "text"; "textTrue": "text-true"; "textFalse": "text-false"; "description": "description"; "descriptionTrue": "description-true"; "descriptionFalse": "description-false"; }, { "valueChange": "valueChange"; }, never, never, false>;
25
+ }
@@ -0,0 +1,14 @@
1
+ import { OnInit, EventEmitter } from '@angular/core';
2
+ import { MenuOption } from '../../types';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ToggleButtonsListComponent implements OnInit {
5
+ icon: string | undefined;
6
+ options: MenuOption[] | undefined;
7
+ value: any | undefined;
8
+ valueChange: EventEmitter<any>;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ selectOption(optionValue: any): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ToggleButtonsListComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleButtonsListComponent, "lib-toggle-buttons-list", never, { "icon": "icon"; "options": "options"; "value": "value"; }, { "valueChange": "valueChange"; }, never, never, false>;
14
+ }
package/lib/icons.d.ts CHANGED
@@ -29,4 +29,6 @@ export declare class Icons {
29
29
  static Details: string;
30
30
  static Messages: string;
31
31
  static MessagesUnread: string;
32
+ static External: string;
33
+ static Statistics: string;
32
34
  }
@@ -1,23 +1,20 @@
1
- import { IShellConfig } from './../../../types';
2
- import { AfterViewInit, OnInit, OnDestroy, QueryList, AfterViewChecked } from '@angular/core';
3
- import { Location } from '@angular/common';
1
+ import { AfterViewInit, OnInit, OnDestroy, AfterViewChecked, TemplateRef } from '@angular/core';
4
2
  import { Router } from '@angular/router';
5
- import { DynamicComponentHostDirective } from '../../../directives/dynamic-component-host.directive';
3
+ import { IShellConfig } from './../../../types';
6
4
  import { ComponentLoaderFactory } from '../../../services/component-loader/component-loader.factory';
7
5
  import * as i0 from "@angular/core";
8
6
  export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterViewInit, AfterViewChecked {
9
- private document;
10
- private router;
11
- private location;
12
- private config;
13
- private componentLoaderFactory;
14
- dynamicComponentHosts: QueryList<DynamicComponentHostDirective> | null;
7
+ private _router;
8
+ private _componentLoaderFactory;
9
+ private _config;
10
+ private _dynamicComponentHosts;
11
+ private _routerSub$;
12
+ constructor(_router: Router, _componentLoaderFactory: ComponentLoaderFactory, _config: IShellConfig | undefined);
13
+ sidebarFooterTemplate?: TemplateRef<any>;
15
14
  showRightPaneSM: boolean;
16
- private routerSub$;
17
15
  activeConfig: IShellConfig;
18
16
  loaded: boolean;
19
17
  hideSidebar: boolean;
20
- constructor(document: any, router: Router, location: Location, config: IShellConfig | undefined, componentLoaderFactory: ComponentLoaderFactory);
21
18
  ngAfterViewChecked(): void;
22
19
  ngOnInit(): void;
23
20
  ngAfterViewInit(): void;
@@ -25,5 +22,5 @@ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterVie
25
22
  ngOnDestroy(): void;
26
23
  private loadCustomComponent;
27
24
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellLayoutComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellLayoutComponent, "lib-shell-layout", never, {}, {}, never, never, false>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellLayoutComponent, "lib-shell-layout", never, { "sidebarFooterTemplate": "sidebarFooterTemplate"; }, {}, never, never, false>;
29
26
  }
@@ -7,12 +7,14 @@ export declare class ShellSidebarComponent implements OnInit {
7
7
  protected router: Router;
8
8
  protected route: ActivatedRoute;
9
9
  links: any;
10
+ constructor(router: Router, route: ActivatedRoute, links: any);
10
11
  sectionLinksPath: string;
11
- sectionLinks: Observable<NavLink[]>;
12
12
  shellConfig: IShellConfig | undefined;
13
+ sticky: boolean;
14
+ sectionLinks: Observable<NavLink[]>;
13
15
  activeFragment: any | null;
14
- constructor(router: Router, route: ActivatedRoute, links: any);
16
+ get activeNavLinkClass(): string;
15
17
  ngOnInit(): void;
16
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellSidebarComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarComponent, "lib-shell-sidebar", never, { "sectionLinksPath": "section-links"; "shellConfig": "config"; }, {}, never, never, false>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarComponent, "lib-shell-sidebar", never, { "sectionLinksPath": "section-links"; "shellConfig": "config"; "sticky": "sticky"; }, {}, never, never, false>;
18
20
  }
@@ -1,12 +1,15 @@
1
- import { OnInit } from '@angular/core';
1
+ import { OnInit, TemplateRef } from '@angular/core';
2
2
  import { IShellConfig } from '../../../types';
3
+ import { UserSettingsService } from '../../../services/user-settings.service';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class ShellSidebarLayoutComponent implements OnInit {
6
+ private _userSettings;
7
+ constructor(_userSettings: UserSettingsService);
5
8
  config: IShellConfig | undefined;
9
+ sidebarFooterTemplate?: TemplateRef<any>;
6
10
  showMobileSidebar: boolean;
7
- constructor();
8
11
  ngOnInit(): void;
9
12
  toggleMobileSidebar(): void;
10
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellSidebarLayoutComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarLayoutComponent, "lib-shell-sidebar-layout", never, { "config": "config"; }, {}, never, never, false>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarLayoutComponent, "lib-shell-sidebar-layout", never, { "config": "config"; "sidebarFooterTemplate": "sidebarFooterTemplate"; }, {}, never, never, false>;
12
15
  }
@@ -2,8 +2,8 @@ import { OnInit } from '@angular/core';
2
2
  import { IShellConfig } from '../../../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ShellStackedLayoutComponent implements OnInit {
5
- config: IShellConfig | undefined;
6
5
  constructor();
6
+ config: IShellConfig | undefined;
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellStackedLayoutComponent, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<ShellStackedLayoutComponent, "lib-shell-stacked-layout", never, { "config": "config"; }, {}, never, never, false>;
@@ -1,6 +1,6 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { Location } from '@angular/common';
3
- import { HeaderMetaItem } from '../../../types';
3
+ import { HeaderMetaItem, ViewAction } from '../../../types';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ModelViewLayoutComponent implements OnInit {
6
6
  private location;
@@ -15,11 +15,14 @@ export declare class ModelViewLayoutComponent implements OnInit {
15
15
  link: string;
16
16
  }[] | null;
17
17
  metaItems: HeaderMetaItem[] | null;
18
+ icon: string | null;
19
+ busy: boolean;
20
+ actions: ViewAction[] | null;
18
21
  constructor(location: Location);
19
22
  ngOnInit(): void;
20
23
  onSidePaneActivated($event: any): void;
21
24
  onSidePaneDeactivated($event: any): void;
22
25
  closeSidePane(): void;
23
26
  static ɵfac: i0.ɵɵFactoryDeclaration<ModelViewLayoutComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<ModelViewLayoutComponent, "lib-model-view-layout", never, { "title": "title"; "primary": "primary-links"; "secondary": "secondary-links"; "metaItems": "meta-items"; }, {}, never, ["*"], false>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModelViewLayoutComponent, "lib-model-view-layout", never, { "title": "title"; "primary": "primary-links"; "secondary": "secondary-links"; "metaItems": "meta-items"; "icon": "icon"; "busy": "busy"; "actions": "actions"; }, {}, never, ["*"], false>;
25
28
  }
@@ -1,61 +1,65 @@
1
1
  import { ModuleWithProviders } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
- import * as i1 from "./directives/click-outside.directive";
4
- import * as i2 from "./directives/dynamic-component-host.directive";
5
- import * as i3 from "./controls/drop-down-menu/drop-down-menu.component";
6
- import * as i4 from "./controls/pager/pager.component";
7
- import * as i5 from "./controls/list-view/list-view.component";
8
- import * as i6 from "./controls/list-view/list-column.component";
9
- import * as i7 from "./controls/list-view/list-tile.component";
10
- import * as i8 from "./controls/list-view/list-details-section.component";
11
- import * as i9 from "./controls/list-view/list-view-empty-state.component";
12
- import * as i10 from "./controls/skeleton-loader/skeleton-loader.component";
13
- import * as i11 from "./controls/collapsible-panel/collapsible-panel.component";
14
- import * as i12 from "./controls/kpi-tile/kpi-tile.component";
15
- import * as i13 from "./controls/side-pane/side-pane.component";
16
- import * as i14 from "./controls/date-picker/date-picker.component";
17
- import * as i15 from "./controls/avatar-initials/avatar-initials.component";
18
- import * as i16 from "./controls/toggle/toggle.component";
19
- import * as i17 from "./controls/combobox/combobox.component";
20
- import * as i18 from "./controls/toaster/toaster-container.component";
21
- import * as i19 from "./controls/toaster/toaster.component";
22
- import * as i20 from "./layouts/shell/shell-layout/shell-layout.component";
23
- import * as i21 from "./layouts/shell/shell-header/shell-header.component";
24
- import * as i22 from "./layouts/shell/shell-footer/shell-footer.component";
25
- import * as i23 from "./layouts/views/view-layout/view-layout.component";
26
- import * as i24 from "./layouts/views/side-view-layout/side-view-layout.component";
27
- import * as i25 from "./layouts/views/model-view-layout/model-view-layout.component";
28
- import * as i26 from "./layouts/views/form-layout/form-layout.component";
29
- import * as i27 from "./pages/auth/auth-callback/auth-callback.component";
30
- import * as i28 from "./pages/auth/auth-renew/auth-renew.component";
31
- import * as i29 from "./pages/auth/logged-out/logged-out.component";
32
- import * as i30 from "./pages/http-status/error/error.component";
33
- import * as i31 from "./pages/http-status/page-not-found/page-not-found.component";
34
- import * as i32 from "./pages/http-status/unauthorized/unauthorized.component";
35
- import * as i33 from "./pipes/address.pipe";
36
- import * as i34 from "./pipes/duration-format.pipe";
37
- import * as i35 from "./controls/nav-links-list/nav-links-list.component";
38
- import * as i36 from "./controls/notifications-indicator/notifications-indicator.component";
39
- import * as i37 from "./controls/language-selection/language-selection.component";
40
- import * as i38 from "./controls/user-profile-menu/user-profile-menu.component";
3
+ import * as i1 from "./pipes/address.pipe";
4
+ import * as i2 from "./controls/advanced-search/advanced-search.component";
5
+ import * as i3 from "./pages/auth/auth-callback/auth-callback.component";
6
+ import * as i4 from "./pages/auth/auth-renew/auth-renew.component";
7
+ import * as i5 from "./controls/avatar-initials/avatar-initials.component";
8
+ import * as i6 from "./controls/breadcrumb/breadcrumb.component";
9
+ import * as i7 from "./directives/click-outside.directive";
10
+ import * as i8 from "./controls/collapsible-panel/collapsible-panel.component";
11
+ import * as i9 from "./controls/combobox/combobox.component";
12
+ import * as i10 from "./controls/date-picker/date-picker.component";
13
+ import * as i11 from "./controls/drop-down-menu/drop-down-menu.component";
14
+ import * as i12 from "./pipes/duration-format.pipe";
15
+ import * as i13 from "./directives/dynamic-component-host.directive";
16
+ import * as i14 from "./pages/http-status/error/error.component";
17
+ import * as i15 from "./layouts/views/form-layout/form-layout.component";
18
+ import * as i16 from "./controls/kpi-tile/kpi-tile.component";
19
+ import * as i17 from "./controls/language-selection/language-selection.component";
20
+ import * as i18 from "./controls/stepper/lib-step.component";
21
+ import * as i19 from "./controls/stepper/lib-step-info.directive";
22
+ import * as i20 from "./controls/stepper/lib-step-label.directive";
23
+ import * as i21 from "./controls/stepper/lib-stepper.component";
24
+ import * as i22 from "./controls/tabs/lib-tab.component";
25
+ import * as i23 from "./controls/tabs/lib-tab-group.component";
26
+ import * as i24 from "./controls/tabs/lib-tab-label.directive";
27
+ import * as i25 from "./controls/list-view/list-column.component";
28
+ import * as i26 from "./controls/list-view/list-details-section.component";
29
+ import * as i27 from "./controls/list-view/list-tile.component";
30
+ import * as i28 from "./controls/list-view/list-view.component";
31
+ import * as i29 from "./controls/list-view/list-view-empty-state.component";
32
+ import * as i30 from "./pages/auth/logged-out/logged-out.component";
33
+ import * as i31 from "./layouts/views/model-view-layout/model-view-layout.component";
34
+ import * as i32 from "./controls/nav-links-list/nav-links-list.component";
35
+ import * as i33 from "./controls/notifications-indicator/notifications-indicator.component";
36
+ import * as i34 from "./pages/http-status/page-not-found/page-not-found.component";
37
+ import * as i35 from "./controls/pager/pager.component";
38
+ import * as i36 from "./layouts/shell/shell-footer/shell-footer.component";
39
+ import * as i37 from "./layouts/shell/shell-header/shell-header.component";
40
+ import * as i38 from "./layouts/shell/shell-layout/shell-layout.component";
41
41
  import * as i39 from "./layouts/shell/shell-sidebar/shell-sidebar.component";
42
- import * as i40 from "./controls/tabs/lib-tab.component";
43
- import * as i41 from "./controls/tabs/lib-tab-group.component";
44
- import * as i42 from "./controls/stepper/lib-stepper.component";
45
- import * as i43 from "./controls/stepper/lib-step.component";
46
- import * as i44 from "./controls/stepper/lib-step-label.directive";
47
- import * as i45 from "./controls/stepper/lib-step-info.directive";
48
- import * as i46 from "./layouts/shell/shell-sidebar-header/shell-sidebar-header.component";
49
- import * as i47 from "./layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component";
50
- import * as i48 from "./layouts/shell/shell-stacked-layout/shell-stacked-layout.component";
51
- import * as i49 from "./controls/advanced-search/advanced-search.component";
52
- import * as i50 from "@angular/common";
53
- import * as i51 from "@angular/router";
54
- import * as i52 from "@indice/ng-auth";
55
- import * as i53 from "@angular/forms";
42
+ import * as i40 from "./layouts/shell/shell-sidebar-header/shell-sidebar-header.component";
43
+ import * as i41 from "./layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component";
44
+ import * as i42 from "./layouts/shell/shell-stacked-layout/shell-stacked-layout.component";
45
+ import * as i43 from "./controls/side-pane/side-pane.component";
46
+ import * as i44 from "./layouts/views/side-view-layout/side-view-layout.component";
47
+ import * as i45 from "./controls/skeleton-loader/skeleton-loader.component";
48
+ import * as i46 from "./controls/toaster/toaster.component";
49
+ import * as i47 from "./controls/toaster/toaster-container.component";
50
+ import * as i48 from "./controls/toggle/toggle.component";
51
+ import * as i49 from "./pages/http-status/unauthorized/unauthorized.component";
52
+ import * as i50 from "./controls/user-profile-menu/user-profile-menu.component";
53
+ import * as i51 from "./layouts/views/view-layout/view-layout.component";
54
+ import * as i52 from "./controls/toggle-button/toggle-button.component";
55
+ import * as i53 from "./controls/toggle-buttons-list/toggle-buttons-list.component";
56
+ import * as i54 from "@angular/common";
57
+ import * as i55 from "@angular/router";
58
+ import * as i56 from "@indice/ng-auth";
59
+ import * as i57 from "@angular/forms";
56
60
  export declare class IndiceComponentsModule {
57
61
  static forRoot(): ModuleWithProviders<IndiceComponentsModule>;
58
62
  static ɵfac: i0.ɵɵFactoryDeclaration<IndiceComponentsModule, never>;
59
- static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.ClickOutsideDirective, typeof i2.DynamicComponentHostDirective, typeof i3.DropDownMenuComponent, typeof i4.PagerComponent, typeof i5.ListViewComponent, typeof i6.ListColumnComponent, typeof i7.ListTileComponent, typeof i8.ListDetailsSectionComponent, typeof i9.ListViewEmptyStateComponent, typeof i10.SkeletonLoaderComponent, typeof i11.CollapsiblePanelComponent, typeof i12.KpiTileComponent, typeof i13.SidePaneComponent, typeof i14.DatepickerComponent, typeof i15.AvatarInitialsComponent, typeof i16.ToggleComponent, typeof i17.ComboboxComponent, typeof i18.ToasterContainerComponent, typeof i19.ToasterComponent, typeof i20.ShellLayoutComponent, typeof i21.ShellHeaderComponent, typeof i22.ShellFooterComponent, typeof i23.ViewLayoutComponent, typeof i24.SideViewLayoutComponent, typeof i25.ModelViewLayoutComponent, typeof i26.FormLayoutComponent, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i29.LoggedOutComponent, typeof i30.ErrorComponent, typeof i31.PageNotFoundComponent, typeof i32.UnauthorizedComponent, typeof i33.AddressPipe, typeof i34.DurationFormatPipe, typeof i35.NavLinksListComponent, typeof i36.NotificationsIndicatorComponent, typeof i37.LanguageSelectionComponent, typeof i38.UserProfileMenuComponent, typeof i39.ShellSidebarComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i42.LibStepperComponent, typeof i43.LibStepComponent, typeof i44.LibStepLabelDirective, typeof i45.LibStepInfoDirective, typeof i46.ShellSidebarHeaderComponent, typeof i47.ShellSidebarLayoutComponent, typeof i48.ShellStackedLayoutComponent, typeof i49.AdvancedSearchComponent], [typeof i50.CommonModule, typeof i51.RouterModule, typeof i52.IndiceAuthModule, typeof i53.FormsModule], [typeof i33.AddressPipe, typeof i27.AuthCallbackComponent, typeof i28.AuthRenewComponent, typeof i15.AvatarInitialsComponent, typeof i1.ClickOutsideDirective, typeof i11.CollapsiblePanelComponent, typeof i17.ComboboxComponent, typeof i14.DatepickerComponent, typeof i3.DropDownMenuComponent, typeof i34.DurationFormatPipe, typeof i30.ErrorComponent, typeof i26.FormLayoutComponent, typeof i12.KpiTileComponent, typeof i43.LibStepComponent, typeof i45.LibStepInfoDirective, typeof i44.LibStepLabelDirective, typeof i42.LibStepperComponent, typeof i40.LibTabComponent, typeof i41.LibTabGroupComponent, typeof i6.ListColumnComponent, typeof i8.ListDetailsSectionComponent, typeof i7.ListTileComponent, typeof i5.ListViewComponent, typeof i9.ListViewEmptyStateComponent, typeof i29.LoggedOutComponent, typeof i25.ModelViewLayoutComponent, typeof i31.PageNotFoundComponent, typeof i4.PagerComponent, typeof i22.ShellFooterComponent, typeof i21.ShellHeaderComponent, typeof i20.ShellLayoutComponent, typeof i13.SidePaneComponent, typeof i24.SideViewLayoutComponent, typeof i10.SkeletonLoaderComponent, typeof i19.ToasterComponent, typeof i18.ToasterContainerComponent, typeof i16.ToggleComponent, typeof i32.UnauthorizedComponent, typeof i23.ViewLayoutComponent]>;
63
+ static ɵmod: i0.ɵɵNgModuleDeclaration<IndiceComponentsModule, [typeof i1.AddressPipe, typeof i2.AdvancedSearchComponent, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i13.DynamicComponentHostDirective, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i17.LanguageSelectionComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i32.NavLinksListComponent, typeof i33.NotificationsIndicatorComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i39.ShellSidebarComponent, typeof i40.ShellSidebarHeaderComponent, typeof i41.ShellSidebarLayoutComponent, typeof i42.ShellStackedLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i50.UserProfileMenuComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent], [typeof i54.CommonModule, typeof i55.RouterModule, typeof i56.IndiceAuthModule, typeof i57.FormsModule], [typeof i1.AddressPipe, typeof i3.AuthCallbackComponent, typeof i4.AuthRenewComponent, typeof i5.AvatarInitialsComponent, typeof i6.BreadcrumbComponent, typeof i7.ClickOutsideDirective, typeof i8.CollapsiblePanelComponent, typeof i9.ComboboxComponent, typeof i10.DatepickerComponent, typeof i11.DropDownMenuComponent, typeof i12.DurationFormatPipe, typeof i14.ErrorComponent, typeof i15.FormLayoutComponent, typeof i16.KpiTileComponent, typeof i18.LibStepComponent, typeof i19.LibStepInfoDirective, typeof i20.LibStepLabelDirective, typeof i21.LibStepperComponent, typeof i22.LibTabComponent, typeof i23.LibTabGroupComponent, typeof i24.LibTabLabelDirective, typeof i25.ListColumnComponent, typeof i26.ListDetailsSectionComponent, typeof i27.ListTileComponent, typeof i28.ListViewComponent, typeof i29.ListViewEmptyStateComponent, typeof i30.LoggedOutComponent, typeof i31.ModelViewLayoutComponent, typeof i34.PageNotFoundComponent, typeof i35.PagerComponent, typeof i36.ShellFooterComponent, typeof i37.ShellHeaderComponent, typeof i38.ShellLayoutComponent, typeof i43.SidePaneComponent, typeof i44.SideViewLayoutComponent, typeof i45.SkeletonLoaderComponent, typeof i46.ToasterComponent, typeof i47.ToasterContainerComponent, typeof i48.ToggleComponent, typeof i49.UnauthorizedComponent, typeof i51.ViewLayoutComponent, typeof i52.ToggleButtonComponent, typeof i53.ToggleButtonsListComponent]>;
60
64
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiceComponentsModule>;
61
65
  }
@@ -0,0 +1,29 @@
1
+ import { Router } from '@angular/router';
2
+ import { Observable } from 'rxjs';
3
+ import { BreadcrumbItem } from '../controls/breadcrumb/breadcrumb-item';
4
+ import { UtilitiesService } from './utilities.service';
5
+ import * as i0 from "@angular/core";
6
+ export declare class BreadcrumbService {
7
+ private _router;
8
+ private _utilities;
9
+ _shellConfig?: any;
10
+ private _defaultHome;
11
+ private _breadcrumb$;
12
+ constructor(_router: Router, _utilities: UtilitiesService, _shellConfig?: any);
13
+ breadcrumb: Observable<BreadcrumbItem[]>;
14
+ private _getDefaultHomeItem;
15
+ private _getRouteTitle;
16
+ private _buildBreadcrumb;
17
+ private _findRouteFromUrl;
18
+ private _findParentRoutes;
19
+ private _flattenRoutes;
20
+ private _getBreadcrumbRouteData;
21
+ static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbService, [null, null, { optional: true; }]>;
22
+ static ɵprov: i0.ɵɵInjectableDeclaration<BreadcrumbService>;
23
+ }
24
+ export declare class BreadcrumbRouteData {
25
+ _level: number;
26
+ isHome: boolean;
27
+ _fullPath?: string | undefined;
28
+ constructor(_level: number, isHome: boolean, _fullPath?: string | undefined);
29
+ }
@@ -2,9 +2,9 @@ import { Observable } from 'rxjs';
2
2
  import { Toast, ToastType } from '../types';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class ToasterService {
5
- private subject;
6
- toast$: Observable<Toast>;
5
+ private _subject;
7
6
  constructor();
7
+ toast$: Observable<Toast>;
8
8
  show(type: ToastType, title?: string, body?: string, delay?: number): void;
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<ToasterService, never>;
10
10
  static ɵprov: i0.ɵɵInjectableDeclaration<ToasterService>;
@@ -0,0 +1,13 @@
1
+ import { UserSettingKey } from '../types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UserSettingsService {
4
+ private static SETTINGS_KEY;
5
+ private _defaultPreferences;
6
+ getAll(): {
7
+ [key in UserSettingKey]: any;
8
+ };
9
+ get(key: UserSettingKey): any;
10
+ set(key: UserSettingKey, value: any): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<UserSettingsService, never>;
12
+ static ɵprov: i0.ɵɵInjectableDeclaration<UserSettingsService>;
13
+ }
@@ -0,0 +1,11 @@
1
+ import { IValidationProblemDetails } from '../types';
2
+ import * as i0 from "@angular/core";
3
+ export declare class UtilitiesService {
4
+ constructor();
5
+ problemDetails?: IValidationProblemDetails;
6
+ get validationErrors(): string[];
7
+ getValidationProblemDetails(problemDetails: IValidationProblemDetails): string[];
8
+ getPathFromUrl(url: string): string | undefined;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<UtilitiesService, never>;
10
+ static ɵprov: i0.ɵɵInjectableDeclaration<UtilitiesService>;
11
+ }