@indice/ng-components 0.2.167-beta.3 → 0.2.167-beta.8

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 (193) hide show
  1. package/_styles.css +1 -1
  2. package/{esm2015/indice-ng-components.js → esm2020/indice-ng-components.mjs} +0 -0
  3. package/esm2020/lib/controls/advanced-search/advanced-search.component.mjs +112 -0
  4. package/esm2020/lib/controls/advanced-search/models.mjs +90 -0
  5. package/{esm2015/lib/controls/avatar-initials/avatar-initials.component.js → esm2020/lib/controls/avatar-initials/avatar-initials.component.mjs} +5 -8
  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 +20 -0
  9. package/esm2020/lib/controls/combobox/combobox.component.mjs +97 -0
  10. package/esm2020/lib/controls/date-picker/date-picker.component.mjs +292 -0
  11. package/esm2020/lib/controls/drop-down-menu/drop-down-menu.component.mjs +68 -0
  12. package/esm2020/lib/controls/kpi-tile/kpi-tile.component.mjs +39 -0
  13. package/esm2020/lib/controls/language-selection/language-selection.component.mjs +31 -0
  14. package/{esm2015/lib/controls/list-view/list-column.component.js → esm2020/lib/controls/list-view/list-column.component.mjs} +4 -4
  15. package/{esm2015/lib/controls/list-view/list-details-section.component.js → esm2020/lib/controls/list-view/list-details-section.component.mjs} +4 -4
  16. package/{esm2015/lib/controls/list-view/list-tile.component.js → esm2020/lib/controls/list-view/list-tile.component.mjs} +4 -4
  17. package/esm2020/lib/controls/list-view/list-view-empty-state.component.mjs +29 -0
  18. package/esm2020/lib/controls/list-view/list-view.component.mjs +206 -0
  19. package/esm2020/lib/controls/nav-links-list/nav-links-list.component.mjs +46 -0
  20. package/esm2020/lib/controls/notifications-indicator/notifications-indicator.component.mjs +79 -0
  21. package/esm2020/lib/controls/pager/pager.component.mjs +130 -0
  22. package/esm2020/lib/controls/side-pane/side-pane.component.mjs +72 -0
  23. package/esm2020/lib/controls/skeleton-loader/skeleton-loader.component.mjs +25 -0
  24. package/{esm2015/lib/controls/stepper/lib-step-info.directive.js → esm2020/lib/controls/stepper/lib-step-info.directive.mjs} +4 -4
  25. package/{esm2015/lib/controls/stepper/lib-step-label.directive.js → esm2020/lib/controls/stepper/lib-step-label.directive.mjs} +4 -4
  26. package/esm2020/lib/controls/stepper/lib-step.component.mjs +81 -0
  27. package/esm2020/lib/controls/stepper/lib-stepper.component.mjs +108 -0
  28. package/{esm2015/lib/controls/stepper/types/step-selected-event.js → esm2020/lib/controls/stepper/types/step-selected-event.mjs} +0 -0
  29. package/{esm2015/lib/controls/stepper/types/stepper-type.js → esm2020/lib/controls/stepper/types/stepper-type.mjs} +0 -0
  30. package/esm2020/lib/controls/tabs/lib-tab-group.component.mjs +60 -0
  31. package/esm2020/lib/controls/tabs/lib-tab.component.mjs +57 -0
  32. package/esm2020/lib/controls/toaster/toaster-container.component.mjs +28 -0
  33. package/esm2020/lib/controls/toaster/toaster.component.mjs +31 -0
  34. package/esm2020/lib/controls/toggle/toggle.component.mjs +64 -0
  35. package/esm2020/lib/controls/user-profile-menu/user-profile-menu.component.mjs +71 -0
  36. package/{esm2015/lib/directives/click-outside.directive.js → esm2020/lib/directives/click-outside.directive.mjs} +4 -4
  37. package/{esm2015/lib/directives/dynamic-component-host.directive.js → esm2020/lib/directives/dynamic-component-host.directive.mjs} +4 -4
  38. package/esm2020/lib/helpers/base-list.component.mjs +226 -0
  39. package/{esm2015/lib/icons.js → esm2020/lib/icons.mjs} +0 -0
  40. package/esm2020/lib/layouts/shell/shell-footer/shell-footer.component.mjs +19 -0
  41. package/esm2020/lib/layouts/shell/shell-header/shell-header.component.mjs +130 -0
  42. package/esm2020/lib/layouts/shell/shell-layout/shell-layout.component.mjs +101 -0
  43. package/esm2020/lib/layouts/shell/shell-sidebar/shell-sidebar.component.mjs +47 -0
  44. package/esm2020/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.mjs +45 -0
  45. package/esm2020/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.mjs +26 -0
  46. package/esm2020/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.mjs +20 -0
  47. package/esm2020/lib/layouts/views/form-layout/form-layout.component.mjs +80 -0
  48. package/esm2020/lib/layouts/views/model-view-layout/model-view-layout.component.mjs +49 -0
  49. package/esm2020/lib/layouts/views/side-view-layout/side-view-layout.component.mjs +98 -0
  50. package/esm2020/lib/layouts/views/view-layout/view-layout.component.mjs +104 -0
  51. package/esm2020/lib/ng-components.module.mjs +272 -0
  52. package/esm2020/lib/pages/auth/auth-callback/auth-callback.component.mjs +30 -0
  53. package/{esm2015/lib/pages/auth/auth-renew/auth-renew.component.js → esm2020/lib/pages/auth/auth-renew/auth-renew.component.mjs} +4 -4
  54. package/esm2020/lib/pages/auth/logged-out/logged-out.component.mjs +28 -0
  55. package/esm2020/lib/pages/http-status/error/error.component.mjs +17 -0
  56. package/esm2020/lib/pages/http-status/page-not-found/page-not-found.component.mjs +15 -0
  57. package/esm2020/lib/pages/http-status/unauthorized/unauthorized.component.mjs +14 -0
  58. package/{esm2015/lib/pipes/address.pipe.js → esm2020/lib/pipes/address.pipe.mjs} +4 -4
  59. package/{esm2015/lib/pipes/duration-format.pipe.js → esm2020/lib/pipes/duration-format.pipe.mjs} +4 -4
  60. package/esm2020/lib/services/breadcrumb.service.mjs +174 -0
  61. package/{esm2015/lib/services/component-loader/component-loader-options.class.js → esm2020/lib/services/component-loader/component-loader-options.class.mjs} +0 -0
  62. package/esm2020/lib/services/component-loader/component-loader.class.mjs +188 -0
  63. package/{esm2015/lib/services/component-loader/component-loader.factory.js → esm2020/lib/services/component-loader/component-loader.factory.mjs} +4 -4
  64. package/{esm2015/lib/services/component-loader/content-ref.class.js → esm2020/lib/services/component-loader/content-ref.class.mjs} +0 -0
  65. package/esm2020/lib/services/modal-service/modal-backdrop-component.mjs +44 -0
  66. package/esm2020/lib/services/modal-service/modal-container-component.mjs +126 -0
  67. package/{esm2015/lib/services/modal-service/modal-options.class.js → esm2020/lib/services/modal-service/modal-options.class.mjs} +4 -4
  68. package/esm2020/lib/services/modal-service/modal-service.mjs +219 -0
  69. package/{esm2015/lib/services/modal-service/modal-styles.class.js → esm2020/lib/services/modal-service/modal-styles.class.mjs} +0 -0
  70. package/{esm2015/lib/services/modal-service/modal.class.js → esm2020/lib/services/modal-service/modal.class.mjs} +4 -4
  71. package/esm2020/lib/services/toaster.service.mjs +26 -0
  72. package/esm2020/lib/services/utilities.service.mjs +47 -0
  73. package/{esm2015/lib/tokens.js → esm2020/lib/tokens.mjs} +0 -0
  74. package/esm2020/lib/types.mjs +130 -0
  75. package/esm2020/public-api.mjs +66 -0
  76. package/fesm2015/indice-ng-components.mjs +4514 -0
  77. package/fesm2015/indice-ng-components.mjs.map +1 -0
  78. package/fesm2020/indice-ng-components.mjs +4429 -0
  79. package/fesm2020/indice-ng-components.mjs.map +1 -0
  80. package/{indice-ng-components.d.ts → index.d.ts} +0 -0
  81. package/lib/controls/advanced-search/advanced-search.component.d.ts +1 -1
  82. package/lib/controls/avatar-initials/avatar-initials.component.d.ts +1 -1
  83. package/lib/controls/breadcrumb/breadcrumb-item.d.ts +7 -0
  84. package/lib/controls/breadcrumb/breadcrumb.component.d.ts +12 -0
  85. package/lib/controls/collapsible-panel/collapsible-panel.component.d.ts +1 -1
  86. package/lib/controls/combobox/combobox.component.d.ts +1 -1
  87. package/lib/controls/date-picker/date-picker.component.d.ts +1 -1
  88. package/lib/controls/drop-down-menu/drop-down-menu.component.d.ts +1 -1
  89. package/lib/controls/kpi-tile/kpi-tile.component.d.ts +1 -1
  90. package/lib/controls/language-selection/language-selection.component.d.ts +1 -1
  91. package/lib/controls/list-view/list-column.component.d.ts +1 -1
  92. package/lib/controls/list-view/list-details-section.component.d.ts +1 -1
  93. package/lib/controls/list-view/list-tile.component.d.ts +1 -1
  94. package/lib/controls/list-view/list-view-empty-state.component.d.ts +1 -1
  95. package/lib/controls/list-view/list-view.component.d.ts +1 -1
  96. package/lib/controls/nav-links-list/nav-links-list.component.d.ts +1 -1
  97. package/lib/controls/notifications-indicator/notifications-indicator.component.d.ts +1 -1
  98. package/lib/controls/pager/pager.component.d.ts +1 -1
  99. package/lib/controls/side-pane/side-pane.component.d.ts +1 -2
  100. package/lib/controls/skeleton-loader/skeleton-loader.component.d.ts +1 -1
  101. package/lib/controls/stepper/lib-step-info.directive.d.ts +1 -1
  102. package/lib/controls/stepper/lib-step-label.directive.d.ts +1 -1
  103. package/lib/controls/stepper/lib-step.component.d.ts +1 -1
  104. package/lib/controls/stepper/lib-stepper.component.d.ts +1 -1
  105. package/lib/controls/tabs/lib-tab-group.component.d.ts +1 -1
  106. package/lib/controls/tabs/lib-tab.component.d.ts +1 -1
  107. package/lib/controls/toaster/toaster-container.component.d.ts +1 -1
  108. package/lib/controls/toaster/toaster.component.d.ts +1 -1
  109. package/lib/controls/toggle/toggle.component.d.ts +1 -1
  110. package/lib/controls/user-profile-menu/user-profile-menu.component.d.ts +1 -1
  111. package/lib/directives/click-outside.directive.d.ts +1 -1
  112. package/lib/directives/dynamic-component-host.directive.d.ts +1 -1
  113. package/lib/helpers/base-list.component.d.ts +1 -1
  114. package/lib/layouts/shell/shell-footer/shell-footer.component.d.ts +1 -1
  115. package/lib/layouts/shell/shell-header/shell-header.component.d.ts +1 -1
  116. package/lib/layouts/shell/shell-layout/shell-layout.component.d.ts +1 -1
  117. package/lib/layouts/shell/shell-sidebar/shell-sidebar.component.d.ts +1 -1
  118. package/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.d.ts +1 -1
  119. package/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.d.ts +1 -1
  120. package/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.d.ts +2 -2
  121. package/lib/layouts/views/form-layout/form-layout.component.d.ts +1 -1
  122. package/lib/layouts/views/model-view-layout/model-view-layout.component.d.ts +1 -1
  123. package/lib/layouts/views/side-view-layout/side-view-layout.component.d.ts +1 -1
  124. package/lib/layouts/views/view-layout/view-layout.component.d.ts +1 -1
  125. package/lib/ng-components.module.d.ts +53 -53
  126. package/lib/pages/auth/auth-callback/auth-callback.component.d.ts +1 -1
  127. package/lib/pages/auth/auth-renew/auth-renew.component.d.ts +1 -1
  128. package/lib/pages/auth/logged-out/logged-out.component.d.ts +1 -1
  129. package/lib/pages/http-status/error/error.component.d.ts +1 -1
  130. package/lib/pages/http-status/page-not-found/page-not-found.component.d.ts +1 -1
  131. package/lib/pages/http-status/unauthorized/unauthorized.component.d.ts +1 -1
  132. package/lib/pipes/address.pipe.d.ts +1 -1
  133. package/lib/pipes/duration-format.pipe.d.ts +1 -1
  134. package/lib/services/breadcrumb.service.d.ts +29 -0
  135. package/lib/services/modal-service/modal-backdrop-component.d.ts +1 -1
  136. package/lib/services/modal-service/modal-container-component.d.ts +1 -1
  137. package/lib/services/toaster.service.d.ts +2 -2
  138. package/lib/services/utilities.service.d.ts +11 -0
  139. package/lib/types.d.ts +12 -10
  140. package/package.json +21 -8
  141. package/public-api.d.ts +3 -0
  142. package/bundles/indice-ng-components.umd.js +0 -5035
  143. package/bundles/indice-ng-components.umd.js.map +0 -1
  144. package/esm2015/lib/controls/advanced-search/advanced-search.component.js +0 -116
  145. package/esm2015/lib/controls/advanced-search/models.js +0 -91
  146. package/esm2015/lib/controls/collapsible-panel/collapsible-panel.component.js +0 -23
  147. package/esm2015/lib/controls/combobox/combobox.component.js +0 -100
  148. package/esm2015/lib/controls/date-picker/date-picker.component.js +0 -301
  149. package/esm2015/lib/controls/drop-down-menu/drop-down-menu.component.js +0 -72
  150. package/esm2015/lib/controls/kpi-tile/kpi-tile.component.js +0 -42
  151. package/esm2015/lib/controls/language-selection/language-selection.component.js +0 -35
  152. package/esm2015/lib/controls/list-view/list-view-empty-state.component.js +0 -32
  153. package/esm2015/lib/controls/list-view/list-view.component.js +0 -209
  154. package/esm2015/lib/controls/nav-links-list/nav-links-list.component.js +0 -51
  155. package/esm2015/lib/controls/notifications-indicator/notifications-indicator.component.js +0 -84
  156. package/esm2015/lib/controls/pager/pager.component.js +0 -133
  157. package/esm2015/lib/controls/side-pane/side-pane.component.js +0 -104
  158. package/esm2015/lib/controls/skeleton-loader/skeleton-loader.component.js +0 -29
  159. package/esm2015/lib/controls/stepper/lib-step.component.js +0 -82
  160. package/esm2015/lib/controls/stepper/lib-stepper.component.js +0 -115
  161. package/esm2015/lib/controls/tabs/lib-tab-group.component.js +0 -67
  162. package/esm2015/lib/controls/tabs/lib-tab.component.js +0 -58
  163. package/esm2015/lib/controls/toaster/toaster-container.component.js +0 -31
  164. package/esm2015/lib/controls/toaster/toaster.component.js +0 -34
  165. package/esm2015/lib/controls/toggle/toggle.component.js +0 -68
  166. package/esm2015/lib/controls/user-profile-menu/user-profile-menu.component.js +0 -75
  167. package/esm2015/lib/helpers/base-list.component.js +0 -227
  168. package/esm2015/lib/layouts/shell/shell-footer/shell-footer.component.js +0 -22
  169. package/esm2015/lib/layouts/shell/shell-header/shell-header.component.js +0 -135
  170. package/esm2015/lib/layouts/shell/shell-layout/shell-layout.component.js +0 -106
  171. package/esm2015/lib/layouts/shell/shell-sidebar/shell-sidebar.component.js +0 -50
  172. package/esm2015/lib/layouts/shell/shell-sidebar-header/shell-sidebar-header.component.js +0 -48
  173. package/esm2015/lib/layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component.js +0 -28
  174. package/esm2015/lib/layouts/shell/shell-stacked-layout/shell-stacked-layout.component.js +0 -24
  175. package/esm2015/lib/layouts/views/form-layout/form-layout.component.js +0 -85
  176. package/esm2015/lib/layouts/views/model-view-layout/model-view-layout.component.js +0 -53
  177. package/esm2015/lib/layouts/views/side-view-layout/side-view-layout.component.js +0 -101
  178. package/esm2015/lib/layouts/views/view-layout/view-layout.component.js +0 -110
  179. package/esm2015/lib/ng-components.module.js +0 -289
  180. package/esm2015/lib/pages/auth/auth-callback/auth-callback.component.js +0 -34
  181. package/esm2015/lib/pages/auth/logged-out/logged-out.component.js +0 -32
  182. package/esm2015/lib/pages/http-status/error/error.component.js +0 -20
  183. package/esm2015/lib/pages/http-status/page-not-found/page-not-found.component.js +0 -18
  184. package/esm2015/lib/pages/http-status/unauthorized/unauthorized.component.js +0 -17
  185. package/esm2015/lib/services/component-loader/component-loader.class.js +0 -192
  186. package/esm2015/lib/services/modal-service/modal-backdrop-component.js +0 -44
  187. package/esm2015/lib/services/modal-service/modal-container-component.js +0 -128
  188. package/esm2015/lib/services/modal-service/modal-service.js +0 -220
  189. package/esm2015/lib/services/toaster.service.js +0 -24
  190. package/esm2015/lib/types.js +0 -129
  191. package/esm2015/public-api.js +0 -63
  192. package/fesm2015/indice-ng-components.js +0 -4389
  193. package/fesm2015/indice-ng-components.js.map +0 -1
File without changes
@@ -22,5 +22,5 @@ export declare class AdvancedSearchComponent implements OnInit {
22
22
  removeFilter(index: number): void;
23
23
  clear(): void;
24
24
  static ɵfac: i0.ɵɵFactoryDeclaration<AdvancedSearchComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "lib-advanced-search", never, { "searchOptions": "search-options"; "filters": "filters"; }, { "advancedSearchChanged": "advancedSearchChanged"; }, never, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<AdvancedSearchComponent, "lib-advanced-search", never, { "searchOptions": "search-options"; "filters": "filters"; }, { "advancedSearchChanged": "advancedSearchChanged"; }, never, never, false>;
26
26
  }
@@ -10,5 +10,5 @@ export declare class AvatarInitialsComponent implements OnInit {
10
10
  ngOnInit(): void;
11
11
  private createInititals;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<AvatarInitialsComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<AvatarInitialsComponent, "lib-avatar-initials", never, { "name": "name"; "large": "large"; }, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<AvatarInitialsComponent, "lib-avatar-initials", never, { "name": "name"; "large": "large"; }, {}, never, never, false>;
14
14
  }
@@ -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,5 +6,5 @@ export declare class CollapsiblePanelComponent implements OnInit {
6
6
  constructor();
7
7
  ngOnInit(): void;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CollapsiblePanelComponent, never>;
9
- static ɵcmp: i0.ɵɵComponentDeclaration<CollapsiblePanelComponent, "lib-collapsible-panel", never, { "title": "title"; }, {}, never, ["*"]>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<CollapsiblePanelComponent, "lib-collapsible-panel", never, { "title": "title"; }, {}, never, ["*"], false>;
10
10
  }
@@ -25,5 +25,5 @@ export declare class ComboboxComponent implements OnInit {
25
25
  removeSelectedItem(item: any): void;
26
26
  private emitSearchEvent;
27
27
  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>;
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>;
29
29
  }
@@ -49,5 +49,5 @@ export declare class DatepickerComponent implements OnInit, ControlValueAccessor
49
49
  closeCalendar(): void;
50
50
  outOfRangeDate(date: any): boolean;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<DatepickerComponent, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "lib-date-picker", never, { "readonly": "readonly"; "disabled": "disabled"; "inline": "inline"; "displayFormat": "display-format"; "placeholder": "placeholder"; "value": "value"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "valueChange": "valueChange"; }, never, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<DatepickerComponent, "lib-date-picker", never, { "readonly": "readonly"; "disabled": "disabled"; "inline": "inline"; "displayFormat": "display-format"; "placeholder": "placeholder"; "value": "value"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "valueChange": "valueChange"; }, never, never, false>;
53
53
  }
@@ -21,5 +21,5 @@ export declare class DropDownMenuComponent implements OnInit, OnChanges {
21
21
  onClickOutside($event: any): void;
22
22
  selectOption(option: MenuOption): void;
23
23
  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>;
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
25
  }
@@ -10,5 +10,5 @@ export declare class KpiTileComponent implements OnInit {
10
10
  ngOnInit(): void;
11
11
  emitTileAction($event: any): boolean;
12
12
  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>;
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
14
  }
@@ -10,5 +10,5 @@ export declare class LanguageSelectionComponent implements OnInit {
10
10
  selectLang(option: MenuOption): void;
11
11
  onClickOutside($event: any): void;
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LanguageSelectionComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectionComponent, "lib-language-selection", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<LanguageSelectionComponent, "lib-language-selection", never, {}, {}, never, never, false>;
14
14
  }
@@ -5,5 +5,5 @@ export declare class ListColumnComponent {
5
5
  template: any | null;
6
6
  constructor();
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<ListColumnComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<ListColumnComponent, "lib-list-column", never, { "title": "title"; "fullWidth": "full-width"; }, {}, ["template"], ["*"]>;
8
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListColumnComponent, "lib-list-column", never, { "title": "title"; "fullWidth": "full-width"; }, {}, ["template"], ["*"], false>;
9
9
  }
@@ -3,5 +3,5 @@ export declare class ListDetailsSectionComponent {
3
3
  template: any | null;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ListDetailsSectionComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ListDetailsSectionComponent, "lib-list-details-section", never, {}, {}, ["template"], ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListDetailsSectionComponent, "lib-list-details-section", never, {}, {}, ["template"], ["*"], false>;
7
7
  }
@@ -3,5 +3,5 @@ export declare class ListTileComponent {
3
3
  template: any | null;
4
4
  constructor();
5
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ListTileComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ListTileComponent, "lib-list-tile", never, {}, {}, ["template"], ["*"]>;
6
+ static ɵcmp: i0.ɵɵComponentDeclaration<ListTileComponent, "lib-list-tile", never, {}, {}, ["template"], ["*"], false>;
7
7
  }
@@ -7,5 +7,5 @@ export declare class ListViewEmptyStateComponent implements OnInit {
7
7
  constructor();
8
8
  ngOnInit(): void;
9
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>;
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
11
  }
@@ -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"], ["*"]>;
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>;
61
61
  }
@@ -15,5 +15,5 @@ export declare class NavLinksListComponent implements OnInit, OnDestroy {
15
15
  ngOnDestroy(): void;
16
16
  ngOnInit(): void;
17
17
  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>;
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>;
19
19
  }
@@ -18,5 +18,5 @@ export declare class NotificationsIndicatorComponent implements OnInit, OnDestro
18
18
  removeItem(index: number): void;
19
19
  onClickOutside($event: any): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsIndicatorComponent, never>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsIndicatorComponent, "lib-notifications-indicator", never, {}, {}, never, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsIndicatorComponent, "lib-notifications-indicator", never, {}, {}, never, never, false>;
22
22
  }
@@ -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>;
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>;
36
36
  }
@@ -5,7 +5,6 @@ export declare class SidePaneComponent implements OnInit, OnDestroy {
5
5
  private router;
6
6
  private document;
7
7
  showPane: boolean;
8
- animate: boolean;
9
8
  sizeContainerStyle: string;
10
9
  overlayStyle: string;
11
10
  onComplete: EventEmitter<boolean>;
@@ -15,5 +14,5 @@ export declare class SidePaneComponent implements OnInit, OnDestroy {
15
14
  onSidePaneActivated(component: any): void;
16
15
  onSidePaneDeactivated($event: any): void;
17
16
  static ɵfac: i0.ɵɵFactoryDeclaration<SidePaneComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<SidePaneComponent, "lib-side-pane", never, { "showPane": "visible"; "animate": "animate"; }, { "onComplete": "onComplete"; }, never, ["*"]>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<SidePaneComponent, "lib-side-pane", never, { "showPane": "visible"; }, { "onComplete": "onComplete"; }, never, ["*"], false>;
19
18
  }
@@ -7,5 +7,5 @@ export declare class SkeletonLoaderComponent implements OnInit {
7
7
  ngOnInit(): void;
8
8
  counter(i: number): number[];
9
9
  static ɵfac: i0.ɵɵFactoryDeclaration<SkeletonLoaderComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderComponent, "lib-skeleton-loader", never, { "count": "count"; "type": "type"; }, {}, never, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<SkeletonLoaderComponent, "lib-skeleton-loader", never, { "count": "count"; "type": "type"; }, {}, never, never, false>;
11
11
  }
@@ -4,5 +4,5 @@ export declare class LibStepInfoDirective {
4
4
  template: TemplateRef<any>;
5
5
  constructor(template: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LibStepInfoDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepInfoDirective, "[libStepInfo]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepInfoDirective, "[libStepInfo]", never, {}, {}, never, never, false>;
8
8
  }
@@ -4,5 +4,5 @@ export declare class LibStepLabelDirective {
4
4
  template: TemplateRef<any>;
5
5
  constructor(template: TemplateRef<any>);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<LibStepLabelDirective, never>;
7
- static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepLabelDirective, "[libStepLabel]", never, {}, {}, never>;
7
+ static ɵdir: i0.ɵɵDirectiveDeclaration<LibStepLabelDirective, "[libStepLabel]", never, {}, {}, never, never, false>;
8
8
  }
@@ -30,5 +30,5 @@ export declare class LibStepComponent {
30
30
  /** Shows the current state of the step. */
31
31
  get state(): StepState;
32
32
  static ɵfac: i0.ɵɵFactoryDeclaration<LibStepComponent, [{ optional: true; }]>;
33
- static ɵcmp: i0.ɵɵComponentDeclaration<LibStepComponent, "lib-step", never, { "class": "class"; "stepControl": "stepControl"; }, {}, ["stepLabel", "stepInfo"], ["*"]>;
33
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibStepComponent, "lib-step", never, { "class": "class"; "stepControl": "stepControl"; }, {}, ["stepLabel", "stepInfo"], ["*"], false>;
34
34
  }
@@ -39,5 +39,5 @@ export declare class LibStepperComponent implements OnInit, AfterViewChecked {
39
39
  onSelectStep(selectedStep: LibStepComponent): void;
40
40
  private updateCurrentStepIndex;
41
41
  static ɵfac: i0.ɵɵFactoryDeclaration<LibStepperComponent, never>;
42
- static ɵcmp: i0.ɵɵComponentDeclaration<LibStepperComponent, "lib-stepper", never, { "linear": "linear"; "type": "type"; }, { "stepChanged": "stepChanged"; "completed": "completed"; }, ["steps"], never>;
42
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibStepperComponent, "lib-stepper", never, { "linear": "linear"; "type": "type"; }, { "stepChanged": "stepChanged"; "completed": "completed"; }, ["steps"], never, false>;
43
43
  }
@@ -17,5 +17,5 @@ export declare class LibTabGroupComponent implements OnInit, AfterContentInit, A
17
17
  onTabChanged(selectedTab: LibTabComponent): void;
18
18
  onTabSelectChanged(selectedTabIndex: number): void;
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTabGroupComponent, never>;
20
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTabGroupComponent, "lib-tab-group", never, {}, { "tabChanged": "tabChanged"; }, ["tabs"], never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTabGroupComponent, "lib-tab-group", never, {}, { "tabChanged": "tabChanged"; }, ["tabs"], never, false>;
21
21
  }
@@ -18,5 +18,5 @@ export declare class LibTabComponent implements OnInit {
18
18
  set isActive(isActive: boolean);
19
19
  ngOnInit(): void;
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<LibTabComponent, [{ optional: true; }]>;
21
- static ɵcmp: i0.ɵɵComponentDeclaration<LibTabComponent, "lib-tab", never, { "label": "label"; "id": "id"; }, {}, never, ["*"]>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<LibTabComponent, "lib-tab", never, { "label": "label"; "id": "id"; }, {}, never, ["*"], false>;
22
22
  }
@@ -9,5 +9,5 @@ export declare class ToasterContainerComponent implements OnInit {
9
9
  ngOnInit(): void;
10
10
  remove(index: number): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<ToasterContainerComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<ToasterContainerComponent, "lib-toaster-container", never, {}, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterContainerComponent, "lib-toaster-container", never, {}, {}, never, never, false>;
13
13
  }
@@ -11,5 +11,5 @@ export declare class ToasterComponent implements OnInit {
11
11
  ngOnInit(): void;
12
12
  closeToast(index: number): void;
13
13
  static ɵfac: i0.ɵɵFactoryDeclaration<ToasterComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "lib-toaster", never, { "toast": "toast"; "i": "i"; }, { "remove": "remove"; }, never, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToasterComponent, "lib-toaster", never, { "toast": "toast"; "i": "i"; }, { "remove": "remove"; }, never, never, false>;
15
15
  }
@@ -15,5 +15,5 @@ export declare class ToggleComponent implements OnInit, ControlValueAccessor {
15
15
  ngOnInit(): void;
16
16
  changeValue(): void;
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<ToggleComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "lib-toggle", never, { "value": "value"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<ToggleComponent, "lib-toggle", never, { "value": "value"; "disabled": "disabled"; }, { "valueChange": "valueChange"; }, never, never, false>;
19
19
  }
@@ -20,5 +20,5 @@ export declare class UserProfileMenuComponent implements OnInit {
20
20
  private setCurrentUser;
21
21
  onClickOutside($event: any): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<UserProfileMenuComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileMenuComponent, "lib-user-profile-menu", never, { "showUserName": "show-user-name"; }, {}, never, never>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<UserProfileMenuComponent, "lib-user-profile-menu", never, { "showUserName": "show-user-name"; }, {}, never, never, false>;
24
24
  }
@@ -36,5 +36,5 @@ export declare class ClickOutsideDirective implements OnInit, OnChanges, OnDestr
36
36
  private _initWindowBlurListener;
37
37
  private _removeWindowBlurListener;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
39
- static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideEnabled": "clickOutsideEnabled"; "attachOutsideOnClick": "attachOutsideOnClick"; "delayClickOutsideInit": "delayClickOutsideInit"; "emitOnBlur": "emitOnBlur"; "exclude": "exclude"; "excludeBeforeClick": "excludeBeforeClick"; "clickOutsideEvents": "clickOutsideEvents"; }, { "clickOutside": "clickOutside"; }, never>;
39
+ static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, { "clickOutsideEnabled": "clickOutsideEnabled"; "attachOutsideOnClick": "attachOutsideOnClick"; "delayClickOutsideInit": "delayClickOutsideInit"; "emitOnBlur": "emitOnBlur"; "exclude": "exclude"; "excludeBeforeClick": "excludeBeforeClick"; "clickOutsideEvents": "clickOutsideEvents"; }, { "clickOutside": "clickOutside"; }, never, never, false>;
40
40
  }
@@ -5,5 +5,5 @@ export declare class DynamicComponentHostDirective {
5
5
  hostName: string;
6
6
  constructor(viewContainerRef: ViewContainerRef);
7
7
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicComponentHostDirective, never>;
8
- static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicComponentHostDirective, "[appDynamicComponentHost]", never, { "hostName": "hostName"; }, {}, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<DynamicComponentHostDirective, "[appDynamicComponentHost]", never, { "hostName": "hostName"; }, {}, never, never, false>;
9
9
  }
@@ -49,5 +49,5 @@ export declare abstract class BaseListComponent<T> implements OnInit, OnDestroy
49
49
  advancedSearchChanged(filters: FilterClause[]): void;
50
50
  searchChanged(searchText: string | null): void;
51
51
  static ɵfac: i0.ɵɵFactoryDeclaration<BaseListComponent<any>, never>;
52
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseListComponent<any>, "ng-component", never, {}, {}, never, never>;
52
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseListComponent<any>, "ng-component", never, {}, {}, never, never, false>;
53
53
  }
@@ -4,5 +4,5 @@ export declare class ShellFooterComponent {
4
4
  links: IAppLinks;
5
5
  constructor(links: IAppLinks);
6
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellFooterComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellFooterComponent, "lib-shell-footer", never, {}, {}, never, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellFooterComponent, "lib-shell-footer", never, {}, {}, never, never, false>;
8
8
  }
@@ -35,5 +35,5 @@ export declare class ShellHeaderComponent implements OnInit, OnDestroy {
35
35
  signin(event: any | null | undefined): void;
36
36
  private setCurrentUser;
37
37
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellHeaderComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellHeaderComponent, "lib-shell-header", never, { "sectionLinksPath": "section-links"; "profileMenuVisible": "profile-menu"; "showUserNameOnHeader": "show-userName"; "showAlerts": "show-alerts"; "showLangs": "show-langs"; "border": "border"; }, {}, never, never>;
38
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellHeaderComponent, "lib-shell-header", never, { "sectionLinksPath": "section-links"; "profileMenuVisible": "profile-menu"; "showUserNameOnHeader": "show-userName"; "showAlerts": "show-alerts"; "showLangs": "show-langs"; "border": "border"; }, {}, never, never, false>;
39
39
  }
@@ -25,5 +25,5 @@ export declare class ShellLayoutComponent implements OnInit, OnDestroy, AfterVie
25
25
  ngOnDestroy(): void;
26
26
  private loadCustomComponent;
27
27
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellLayoutComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellLayoutComponent, "lib-shell-layout", never, {}, {}, never, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellLayoutComponent, "lib-shell-layout", never, {}, {}, never, never, false>;
29
29
  }
@@ -14,5 +14,5 @@ export declare class ShellSidebarComponent implements OnInit {
14
14
  constructor(router: Router, route: ActivatedRoute, links: any);
15
15
  ngOnInit(): void;
16
16
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellSidebarComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarComponent, "lib-shell-sidebar", never, { "sectionLinksPath": "section-links"; "shellConfig": "config"; }, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarComponent, "lib-shell-sidebar", never, { "sectionLinksPath": "section-links"; "shellConfig": "config"; }, {}, never, never, false>;
18
18
  }
@@ -10,5 +10,5 @@ export declare class ShellSidebarHeaderComponent extends ShellHeaderComponent {
10
10
  links: any;
11
11
  constructor(authService: AuthService, router: Router, route: ActivatedRoute, config: any, links: any);
12
12
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellSidebarHeaderComponent, never>;
13
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarHeaderComponent, "lib-shell-sidebar-header", never, {}, {}, never, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarHeaderComponent, "lib-shell-sidebar-header", never, {}, {}, never, never, false>;
14
14
  }
@@ -8,5 +8,5 @@ export declare class ShellSidebarLayoutComponent implements OnInit {
8
8
  ngOnInit(): void;
9
9
  toggleMobileSidebar(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<ShellSidebarLayoutComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarLayoutComponent, "lib-shell-sidebar-layout", never, { "config": "config"; }, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellSidebarLayoutComponent, "lib-shell-sidebar-layout", never, { "config": "config"; }, {}, never, never, false>;
12
12
  }
@@ -2,9 +2,9 @@ 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
- static ɵcmp: i0.ɵɵComponentDeclaration<ShellStackedLayoutComponent, "lib-shell-stacked-layout", never, { "config": "config"; }, {}, never, never>;
9
+ static ɵcmp: i0.ɵɵComponentDeclaration<ShellStackedLayoutComponent, "lib-shell-stacked-layout", never, { "config": "config"; }, {}, never, never, false>;
10
10
  }
@@ -20,5 +20,5 @@ export declare class FormLayoutComponent implements OnInit {
20
20
  searchActionType(text: string): void;
21
21
  routerLinkActionClick(action: RouterViewAction | any, relative?: boolean): void;
22
22
  static ɵfac: i0.ɵɵFactoryDeclaration<FormLayoutComponent, never>;
23
- static ɵcmp: i0.ɵɵComponentDeclaration<FormLayoutComponent, "lib-form-layout", never, { "title": "title"; "searchPlaceholder": "search-placeholder"; "actions": "actions"; "subTitle": "sub-title"; }, { "onAction": "onAction"; "onSearch": "onSearch"; "onComplete": "onComplete"; }, never, ["*"]>;
23
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormLayoutComponent, "lib-form-layout", never, { "title": "title"; "searchPlaceholder": "search-placeholder"; "actions": "actions"; "subTitle": "sub-title"; }, { "onAction": "onAction"; "onSearch": "onSearch"; "onComplete": "onComplete"; }, never, ["*"], false>;
24
24
  }
@@ -21,5 +21,5 @@ export declare class ModelViewLayoutComponent implements OnInit {
21
21
  onSidePaneDeactivated($event: any): void;
22
22
  closeSidePane(): void;
23
23
  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, ["*"]>;
24
+ static ɵcmp: i0.ɵɵComponentDeclaration<ModelViewLayoutComponent, "lib-model-view-layout", never, { "title": "title"; "primary": "primary-links"; "secondary": "secondary-links"; "metaItems": "meta-items"; }, {}, never, ["*"], false>;
25
25
  }
@@ -24,5 +24,5 @@ export declare class SideViewLayoutComponent implements OnInit {
24
24
  emitCancel(): void;
25
25
  emitOK(): void;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<SideViewLayoutComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<SideViewLayoutComponent, "lib-side-view-layout", never, { "title": "title"; "showActions": "showActions"; "disabled": "disabled"; "returnPath": "return-path"; "okLabel": "ok-label"; "okShow": "ok-show"; "closeOnOk": "ok-close-dialog"; "cancelLabel": "cancel-label"; "cancelShow": "cancel-show"; "forceLocationBack": "force-location-back"; }, { "cancel": "cancel"; "ok": "ok"; }, never, ["*"]>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<SideViewLayoutComponent, "lib-side-view-layout", never, { "title": "title"; "showActions": "showActions"; "disabled": "disabled"; "returnPath": "return-path"; "okLabel": "ok-label"; "okShow": "ok-show"; "closeOnOk": "ok-close-dialog"; "cancelLabel": "cancel-label"; "cancelShow": "cancel-show"; "forceLocationBack": "force-location-back"; }, { "cancel": "cancel"; "ok": "ok"; }, never, ["*"], false>;
28
28
  }
@@ -27,5 +27,5 @@ export declare class ViewLayoutComponent implements OnInit {
27
27
  handleClear(event: any): void;
28
28
  switchViewActionClick(action: SwitchViewAction | any): void;
29
29
  static ɵfac: i0.ɵɵFactoryDeclaration<ViewLayoutComponent, never>;
30
- static ɵcmp: i0.ɵɵComponentDeclaration<ViewLayoutComponent, "lib-view-layout", never, { "header": "show-header"; "fluid": "fluid"; "title": "title"; "icon": "icon"; "actions": "actions"; "busy": "busy"; "searchPlaceholder": "search-placeholder"; "view": "view"; "metaItems": "meta-items"; }, { "onAction": "onAction"; "onSearch": "onSearch"; }, never, ["*"]>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<ViewLayoutComponent, "lib-view-layout", never, { "header": "show-header"; "fluid": "fluid"; "title": "title"; "icon": "icon"; "actions": "actions"; "busy": "busy"; "searchPlaceholder": "search-placeholder"; "view": "view"; "metaItems": "meta-items"; }, { "onAction": "onAction"; "onSearch": "onSearch"; }, never, ["*"], false>;
31
31
  }
@@ -1,62 +1,62 @@
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";
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/list-view/list-column.component";
27
+ import * as i25 from "./controls/list-view/list-details-section.component";
28
+ import * as i26 from "./controls/list-view/list-tile.component";
29
+ import * as i27 from "./controls/list-view/list-view.component";
30
+ import * as i28 from "./controls/list-view/list-view-empty-state.component";
31
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";
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/platform-browser/animations";
32
+ import * as i30 from "./layouts/views/model-view-layout/model-view-layout.component";
33
+ import * as i31 from "./controls/nav-links-list/nav-links-list.component";
34
+ import * as i32 from "./controls/notifications-indicator/notifications-indicator.component";
35
+ import * as i33 from "./pages/http-status/page-not-found/page-not-found.component";
36
+ import * as i34 from "./controls/pager/pager.component";
37
+ import * as i35 from "./layouts/shell/shell-footer/shell-footer.component";
38
+ import * as i36 from "./layouts/shell/shell-header/shell-header.component";
39
+ import * as i37 from "./layouts/shell/shell-layout/shell-layout.component";
40
+ import * as i38 from "./layouts/shell/shell-sidebar/shell-sidebar.component";
41
+ import * as i39 from "./layouts/shell/shell-sidebar-header/shell-sidebar-header.component";
42
+ import * as i40 from "./layouts/shell/shell-sidebar-layout/shell-sidebar-layout.component";
43
+ import * as i41 from "./layouts/shell/shell-stacked-layout/shell-stacked-layout.component";
44
+ import * as i42 from "./controls/side-pane/side-pane.component";
45
+ import * as i43 from "./layouts/views/side-view-layout/side-view-layout.component";
46
+ import * as i44 from "./controls/skeleton-loader/skeleton-loader.component";
47
+ import * as i45 from "./controls/toaster/toaster.component";
48
+ import * as i46 from "./controls/toaster/toaster-container.component";
49
+ import * as i47 from "./controls/toggle/toggle.component";
50
+ import * as i48 from "./pages/http-status/unauthorized/unauthorized.component";
51
+ import * as i49 from "./controls/user-profile-menu/user-profile-menu.component";
52
+ import * as i50 from "./layouts/views/view-layout/view-layout.component";
53
+ import * as i51 from "@angular/common";
54
+ import * as i52 from "@angular/router";
55
+ import * as i53 from "@indice/ng-auth";
56
56
  import * as i54 from "@angular/forms";
57
57
  export declare class IndiceComponentsModule {
58
58
  static forRoot(): ModuleWithProviders<IndiceComponentsModule>;
59
59
  static ɵfac: i0.ɵɵFactoryDeclaration<IndiceComponentsModule, never>;
60
- 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.BrowserAnimationsModule, typeof i54.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]>;
60
+ 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.ListColumnComponent, typeof i25.ListDetailsSectionComponent, typeof i26.ListTileComponent, typeof i27.ListViewComponent, typeof i28.ListViewEmptyStateComponent, typeof i29.LoggedOutComponent, typeof i30.ModelViewLayoutComponent, typeof i31.NavLinksListComponent, typeof i32.NotificationsIndicatorComponent, typeof i33.PageNotFoundComponent, typeof i34.PagerComponent, typeof i35.ShellFooterComponent, typeof i36.ShellHeaderComponent, typeof i37.ShellLayoutComponent, typeof i38.ShellSidebarComponent, typeof i39.ShellSidebarHeaderComponent, typeof i40.ShellSidebarLayoutComponent, typeof i41.ShellStackedLayoutComponent, typeof i42.SidePaneComponent, typeof i43.SideViewLayoutComponent, typeof i44.SkeletonLoaderComponent, typeof i45.ToasterComponent, typeof i46.ToasterContainerComponent, typeof i47.ToggleComponent, typeof i48.UnauthorizedComponent, typeof i49.UserProfileMenuComponent, typeof i50.ViewLayoutComponent], [typeof i51.CommonModule, typeof i52.RouterModule, typeof i53.IndiceAuthModule, typeof i54.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.ListColumnComponent, typeof i25.ListDetailsSectionComponent, typeof i26.ListTileComponent, typeof i27.ListViewComponent, typeof i28.ListViewEmptyStateComponent, typeof i29.LoggedOutComponent, typeof i30.ModelViewLayoutComponent, typeof i33.PageNotFoundComponent, typeof i34.PagerComponent, typeof i35.ShellFooterComponent, typeof i36.ShellHeaderComponent, typeof i37.ShellLayoutComponent, typeof i42.SidePaneComponent, typeof i43.SideViewLayoutComponent, typeof i44.SkeletonLoaderComponent, typeof i45.ToasterComponent, typeof i46.ToasterContainerComponent, typeof i47.ToggleComponent, typeof i48.UnauthorizedComponent, typeof i50.ViewLayoutComponent]>;
61
61
  static ɵinj: i0.ɵɵInjectorDeclaration<IndiceComponentsModule>;
62
62
  }
@@ -9,5 +9,5 @@ export declare class AuthCallbackComponent implements OnInit {
9
9
  status: string;
10
10
  ngOnInit(): void;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthCallbackComponent, never>;
12
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "lib-auth-callback", never, {}, {}, never, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthCallbackComponent, "lib-auth-callback", never, {}, {}, never, never, false>;
13
13
  }
@@ -8,5 +8,5 @@ export declare class AuthRenewComponent implements OnInit {
8
8
  constructor(authService: AuthService, router: Router);
9
9
  ngOnInit(): void;
10
10
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthRenewComponent, never>;
11
- static ɵcmp: i0.ɵɵComponentDeclaration<AuthRenewComponent, "lib-auth-renew", never, {}, {}, never, never>;
11
+ static ɵcmp: i0.ɵɵComponentDeclaration<AuthRenewComponent, "lib-auth-renew", never, {}, {}, never, never, false>;
12
12
  }