@ndwnu/design-system 11.1.1 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/assets/images/logos/ndw-logo-short.svg +3 -3
  2. package/assets/images/logos/ndw-logo.svg +3 -3
  3. package/assets/images/logos/nwb-logo-short.svg +10 -10
  4. package/assets/images/logos/nwb-logo.svg +4 -4
  5. package/assets/images/map-button-icons.svg +91 -87
  6. package/fesm2022/ndwnu-design-system.mjs +1381 -1032
  7. package/fesm2022/ndwnu-design-system.mjs.map +1 -1
  8. package/index.d.ts +1335 -2
  9. package/package.json +9 -11
  10. package/styles/base/_material.scss +17 -0
  11. package/styles/base/index.scss +1 -0
  12. package/styles/components/_datepicker.scss +68 -21
  13. package/styles/components/_divider.scss +1 -1
  14. package/styles/components/_input.scss +2 -1
  15. package/styles/components/divider.stories.ts +1 -1
  16. package/styles/layout/_grid.scss +64 -0
  17. package/styles/layout/grid.stories.ts +69 -40
  18. package/lib/components/accordion/accordion.component.d.ts +0 -12
  19. package/lib/components/accordion/accordion.service.d.ts +0 -8
  20. package/lib/components/accordion/index.d.ts +0 -2
  21. package/lib/components/alert/alert.component.d.ts +0 -26
  22. package/lib/components/alert/alert.model.d.ts +0 -1
  23. package/lib/components/alert/index.d.ts +0 -2
  24. package/lib/components/avatar/avatar.component.d.ts +0 -9
  25. package/lib/components/avatar/avatar.model.d.ts +0 -2
  26. package/lib/components/avatar/index.d.ts +0 -2
  27. package/lib/components/badge/badge.component.d.ts +0 -18
  28. package/lib/components/badge/index.d.ts +0 -1
  29. package/lib/components/banner/banner.component.d.ts +0 -38
  30. package/lib/components/banner/banner.model.d.ts +0 -1
  31. package/lib/components/banner/index.d.ts +0 -2
  32. package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -6
  33. package/lib/components/breadcrumb/index.d.ts +0 -1
  34. package/lib/components/breadcrumb-group/breadcrumb-group.component.d.ts +0 -8
  35. package/lib/components/breadcrumb-group/index.d.ts +0 -1
  36. package/lib/components/button/button.directive.d.ts +0 -9
  37. package/lib/components/button/index.d.ts +0 -1
  38. package/lib/components/card/card-content/card-content.component.d.ts +0 -5
  39. package/lib/components/card/card-content/index.d.ts +0 -1
  40. package/lib/components/card/card-footer/card-footer.component.d.ts +0 -5
  41. package/lib/components/card/card-footer/index.d.ts +0 -1
  42. package/lib/components/card/card-header/card-header.component.d.ts +0 -11
  43. package/lib/components/card/card-header/index.d.ts +0 -1
  44. package/lib/components/card/card.animation.d.ts +0 -1
  45. package/lib/components/card/card.component.d.ts +0 -19
  46. package/lib/components/card/index.d.ts +0 -6
  47. package/lib/components/collapsible/collapsible.animation.d.ts +0 -1
  48. package/lib/components/collapsible/collapsible.component.d.ts +0 -17
  49. package/lib/components/collapsible/index.d.ts +0 -1
  50. package/lib/components/dashboard-card/dashboard-card.component.d.ts +0 -22
  51. package/lib/components/dashboard-card/index.d.ts +0 -1
  52. package/lib/components/dropdown/dropdown.component.d.ts +0 -22
  53. package/lib/components/dropdown/index.d.ts +0 -1
  54. package/lib/components/edit-bar/edit-bar-actions/edit-bar-actions.component.d.ts +0 -5
  55. package/lib/components/edit-bar/edit-bar-message/edit-bar-message.component.d.ts +0 -5
  56. package/lib/components/edit-bar/edit-bar.component.d.ts +0 -15
  57. package/lib/components/edit-bar/edit-bar.model.d.ts +0 -2
  58. package/lib/components/edit-bar/index.d.ts +0 -4
  59. package/lib/components/favorite/favorite.component.d.ts +0 -7
  60. package/lib/components/favorite/index.d.ts +0 -1
  61. package/lib/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.d.ts +0 -6
  62. package/lib/components/form-field/autosuggest/autosuggest-add-option/index.d.ts +0 -1
  63. package/lib/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts +0 -8
  64. package/lib/components/form-field/autosuggest/autosuggest-option/index.d.ts +0 -1
  65. package/lib/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts +0 -6
  66. package/lib/components/form-field/autosuggest/autosuggest-panel/index.d.ts +0 -1
  67. package/lib/components/form-field/autosuggest/autosuggest.directive.d.ts +0 -9
  68. package/lib/components/form-field/autosuggest/index.d.ts +0 -5
  69. package/lib/components/form-field/checkbox/checkbox.component.d.ts +0 -21
  70. package/lib/components/form-field/checkbox/index.d.ts +0 -1
  71. package/lib/components/form-field/checkbox-group/checkbox-group.component.d.ts +0 -7
  72. package/lib/components/form-field/checkbox-group/index.d.ts +0 -1
  73. package/lib/components/form-field/clear-search-button/clear-search-button.component.d.ts +0 -16
  74. package/lib/components/form-field/clear-search-button/index.d.ts +0 -1
  75. package/lib/components/form-field/datepicker/datepicker.component.d.ts +0 -7
  76. package/lib/components/form-field/datepicker/index.d.ts +0 -1
  77. package/lib/components/form-field/error/error.component.d.ts +0 -5
  78. package/lib/components/form-field/error/index.d.ts +0 -1
  79. package/lib/components/form-field/file-upload/file-upload-text.interface.d.ts +0 -4
  80. package/lib/components/form-field/file-upload/file-upload.component.d.ts +0 -47
  81. package/lib/components/form-field/file-upload/index.d.ts +0 -2
  82. package/lib/components/form-field/form-field.component.d.ts +0 -32
  83. package/lib/components/form-field/form-field.constant.d.ts +0 -1
  84. package/lib/components/form-field/form-field.model.d.ts +0 -7
  85. package/lib/components/form-field/index.d.ts +0 -17
  86. package/lib/components/form-field/info/index.d.ts +0 -1
  87. package/lib/components/form-field/info/info.component.d.ts +0 -5
  88. package/lib/components/form-field/input/index.d.ts +0 -1
  89. package/lib/components/form-field/input/input.directive.d.ts +0 -22
  90. package/lib/components/form-field/input-button/index.d.ts +0 -1
  91. package/lib/components/form-field/input-button/input-button.component.d.ts +0 -12
  92. package/lib/components/form-field/input-icon/index.d.ts +0 -1
  93. package/lib/components/form-field/input-icon/input-icon.component.d.ts +0 -5
  94. package/lib/components/form-field/month-input/date-validators.d.ts +0 -3
  95. package/lib/components/form-field/month-input/index.d.ts +0 -1
  96. package/lib/components/form-field/month-input/month-input-utils.d.ts +0 -6
  97. package/lib/components/form-field/month-input/month-input.component.d.ts +0 -47
  98. package/lib/components/form-field/option-group/index.d.ts +0 -3
  99. package/lib/components/form-field/option-group/option-group.component.d.ts +0 -29
  100. package/lib/components/form-field/option-group/option-group.model.d.ts +0 -1
  101. package/lib/components/form-field/option-group/option.component.d.ts +0 -10
  102. package/lib/components/form-field/picker-button/index.d.ts +0 -1
  103. package/lib/components/form-field/picker-button/picker-button.component.d.ts +0 -15
  104. package/lib/components/form-field/radio-button/index.d.ts +0 -1
  105. package/lib/components/form-field/radio-button/radio-button.component.d.ts +0 -20
  106. package/lib/components/form-field/radio-group/index.d.ts +0 -1
  107. package/lib/components/form-field/radio-group/radio-group.component.d.ts +0 -16
  108. package/lib/components/form-field/success/index.d.ts +0 -1
  109. package/lib/components/form-field/success/success.component.d.ts +0 -5
  110. package/lib/components/form-field/textarea/auto-grow.directive.d.ts +0 -22
  111. package/lib/components/form-field/textarea/index.d.ts +0 -2
  112. package/lib/components/form-field/textarea/max-char.directive.d.ts +0 -27
  113. package/lib/components/hoverable-list-item/hoverable-list-item.component.d.ts +0 -18
  114. package/lib/components/hoverable-list-item/hoverable-list-item.model.d.ts +0 -9
  115. package/lib/components/hoverable-list-item/index.d.ts +0 -2
  116. package/lib/components/icon/action-icon/action-icon.component.d.ts +0 -33
  117. package/lib/components/icon/action-icon/index.d.ts +0 -1
  118. package/lib/components/icon/icon.component.d.ts +0 -6
  119. package/lib/components/icon/index.d.ts +0 -2
  120. package/lib/components/index.d.ts +0 -42
  121. package/lib/components/key-value-list/index.d.ts +0 -1
  122. package/lib/components/key-value-list/key-value-list.component.d.ts +0 -6
  123. package/lib/components/layout/index.d.ts +0 -1
  124. package/lib/components/layout/layout.component.d.ts +0 -14
  125. package/lib/components/layout-banners/index.d.ts +0 -1
  126. package/lib/components/layout-banners/layout-banners.component.d.ts +0 -5
  127. package/lib/components/list/index.d.ts +0 -1
  128. package/lib/components/list/list.component.d.ts +0 -11
  129. package/lib/components/list-item/index.d.ts +0 -1
  130. package/lib/components/list-item/list-item.component.d.ts +0 -33
  131. package/lib/components/loader/index.d.ts +0 -1
  132. package/lib/components/loader/loader.component.d.ts +0 -5
  133. package/lib/components/main-navigation/index.d.ts +0 -2
  134. package/lib/components/main-navigation/main-navigation-header/index.d.ts +0 -1
  135. package/lib/components/main-navigation/main-navigation-header/main-navigation-header.component.d.ts +0 -15
  136. package/lib/components/main-navigation/main-navigation-menu/index.d.ts +0 -1
  137. package/lib/components/main-navigation/main-navigation-menu/main-navigation-menu.component.d.ts +0 -16
  138. package/lib/components/main-navigation/main-navigation.component.d.ts +0 -25
  139. package/lib/components/main-navigation/main-navigation.model.d.ts +0 -15
  140. package/lib/components/map-button/index.d.ts +0 -2
  141. package/lib/components/map-button/map-button.component.d.ts +0 -14
  142. package/lib/components/map-button/map-button.model.d.ts +0 -4
  143. package/lib/components/map-display/backgrounds.d.ts +0 -21
  144. package/lib/components/map-display/index.d.ts +0 -3
  145. package/lib/components/map-display/layers.d.ts +0 -10
  146. package/lib/components/map-display/map-display-option/index.d.ts +0 -2
  147. package/lib/components/map-display/map-display-option/map-display-option.component.d.ts +0 -11
  148. package/lib/components/map-display/map-display-option/map-display-option.model.d.ts +0 -14
  149. package/lib/components/map-display/map-display.component.d.ts +0 -30
  150. package/lib/components/map-legend/index.d.ts +0 -2
  151. package/lib/components/map-legend/map-legend-group/map-legend-group.component.d.ts +0 -9
  152. package/lib/components/map-legend/map-legend-option/map-legend-option.component.d.ts +0 -7
  153. package/lib/components/map-legend/map-legend.component.d.ts +0 -17
  154. package/lib/components/map-legend/map-legend.model.d.ts +0 -33
  155. package/lib/components/modal/index.d.ts +0 -7
  156. package/lib/components/modal/modal-content/index.d.ts +0 -1
  157. package/lib/components/modal/modal-content/modal-content.component.d.ts +0 -5
  158. package/lib/components/modal/modal-footer/index.d.ts +0 -1
  159. package/lib/components/modal/modal-footer/modal-footer.component.d.ts +0 -5
  160. package/lib/components/modal/modal-header/index.d.ts +0 -1
  161. package/lib/components/modal/modal-header/modal-header.component.d.ts +0 -7
  162. package/lib/components/modal/modal-ref.d.ts +0 -3
  163. package/lib/components/modal/modal.component.d.ts +0 -7
  164. package/lib/components/modal/modal.service.d.ts +0 -17
  165. package/lib/components/multi-select/checkbox-data.interface.d.ts +0 -8
  166. package/lib/components/multi-select/index.d.ts +0 -3
  167. package/lib/components/multi-select/multi-select.component.d.ts +0 -29
  168. package/lib/components/multi-select/select-all-text.interface.d.ts +0 -4
  169. package/lib/components/pill/index.d.ts +0 -1
  170. package/lib/components/pill/pill.component.d.ts +0 -6
  171. package/lib/components/popover/index.d.ts +0 -1
  172. package/lib/components/popover/popover-trigger.directive.d.ts +0 -29
  173. package/lib/components/router-breadcrumbs/index.d.ts +0 -1
  174. package/lib/components/router-breadcrumbs/router-breadcrumbs.component.d.ts +0 -6
  175. package/lib/components/splitter/index.d.ts +0 -1
  176. package/lib/components/splitter/splitter.component.d.ts +0 -69
  177. package/lib/components/summary-card/index.d.ts +0 -9
  178. package/lib/components/summary-card/summary-card-action/summary-card-action.component.d.ts +0 -11
  179. package/lib/components/summary-card/summary-card-actions/summary-card-actions.component.d.ts +0 -9
  180. package/lib/components/summary-card/summary-card-content/summary-card-content.component.d.ts +0 -5
  181. package/lib/components/summary-card/summary-card-header/summary-card-header.component.d.ts +0 -5
  182. package/lib/components/summary-card/summary-card-subtitle/summary-card-subtitle.component.d.ts +0 -5
  183. package/lib/components/summary-card/summary-card-tag/summary-card-tag.component.d.ts +0 -5
  184. package/lib/components/summary-card/summary-card-tags/summary-card-tags.component.d.ts +0 -5
  185. package/lib/components/summary-card/summary-card.component.d.ts +0 -5
  186. package/lib/components/summary-card/summary-card.model.d.ts +0 -1
  187. package/lib/components/switcher/index.d.ts +0 -2
  188. package/lib/components/switcher/model.d.ts +0 -6
  189. package/lib/components/switcher/switcher.component.d.ts +0 -26
  190. package/lib/components/tab/index.d.ts +0 -1
  191. package/lib/components/tab/tab.component.d.ts +0 -18
  192. package/lib/components/tab-group/index.d.ts +0 -1
  193. package/lib/components/tab-group/tab-group.component.d.ts +0 -16
  194. package/lib/components/table/ag-grid-theme.d.ts +0 -2
  195. package/lib/components/table/index.d.ts +0 -1
  196. package/lib/components/tag/index.d.ts +0 -1
  197. package/lib/components/tag/tag.component.d.ts +0 -18
  198. package/lib/components/toast/index.d.ts +0 -2
  199. package/lib/components/toast/toast-list/toast-list.component.d.ts +0 -17
  200. package/lib/components/toast/toast.component.d.ts +0 -20
  201. package/lib/components/toast/toast.service.d.ts +0 -32
  202. package/lib/components/tooltip/index.d.ts +0 -2
  203. package/lib/components/tooltip/tooltip.component.d.ts +0 -6
  204. package/lib/components/tooltip/tooltip.directive.d.ts +0 -19
  205. package/lib/models/aria.model.d.ts +0 -1
  206. package/lib/models/index.d.ts +0 -2
@@ -1,14 +0,0 @@
1
- export type DisplayOptionType = 'none' | 'button' | 'radio' | 'checkbox';
2
- export type DisplayOptionDirection = 'row' | 'column';
3
- export interface MapDisplayOption {
4
- id: string;
5
- name: string;
6
- active?: boolean;
7
- imageLink?: string;
8
- description?: string;
9
- [key: string]: unknown;
10
- }
11
- export type MapBackgroundOption<T = string> = MapDisplayOption & {
12
- style: T;
13
- };
14
- export type MapBackgrounds = Record<string, MapBackgroundOption>;
@@ -1,30 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { MapBackgroundOption, MapDisplayOption } from './map-display-option';
3
- import * as i0 from "@angular/core";
4
- export declare class MapDisplayComponent implements OnInit {
5
- #private;
6
- title: import("@angular/core").InputSignal<string>;
7
- backgroundsTitle: import("@angular/core").InputSignal<string>;
8
- layersTitle: import("@angular/core").InputSignal<string>;
9
- enableClearLayers: import("@angular/core").InputSignal<boolean>;
10
- layerOptionType: import("@angular/core").InputSignal<"checkbox" | "radio">;
11
- backgroundOptions: import("@angular/core").InputSignalWithTransform<MapBackgroundOption[], MapBackgroundOption[]>;
12
- layerOptions: import("@angular/core").InputSignalWithTransform<MapDisplayOption[], MapDisplayOption[]>;
13
- readonly backgroundChange: import("@angular/core").OutputEmitterRef<MapBackgroundOption>;
14
- readonly layerChange: import("@angular/core").OutputEmitterRef<MapDisplayOption>;
15
- readonly clearAllLayers: import("@angular/core").OutputEmitterRef<void>;
16
- readonly open: import("@angular/core").ModelSignal<boolean>;
17
- readonly htmlIsRendered: import("@angular/core").WritableSignal<boolean>;
18
- readonly showPopover: import("@angular/core").Signal<boolean>;
19
- readonly linkedBackgroundOptions: import("@angular/core").WritableSignal<MapBackgroundOption[]>;
20
- readonly activeBackgroundOption: import("@angular/core").Signal<MapBackgroundOption | undefined>;
21
- readonly linkedLayerOptions: import("@angular/core").WritableSignal<MapDisplayOption[]>;
22
- readonly numberOfSelectedLayers: import("@angular/core").Signal<number>;
23
- constructor();
24
- ngOnInit(): void;
25
- selectBackground(option: MapDisplayOption): void;
26
- toggleLayer(option: MapDisplayOption): void;
27
- clearLayers(): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<MapDisplayComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<MapDisplayComponent, "ndw-map-display", never, { "title": { "alias": "title"; "required": false; "isSignal": true; }; "backgroundsTitle": { "alias": "backgroundsTitle"; "required": false; "isSignal": true; }; "layersTitle": { "alias": "layersTitle"; "required": false; "isSignal": true; }; "enableClearLayers": { "alias": "enableClearLayers"; "required": false; "isSignal": true; }; "layerOptionType": { "alias": "layerOptionType"; "required": false; "isSignal": true; }; "backgroundOptions": { "alias": "backgroundOptions"; "required": false; "isSignal": true; }; "layerOptions": { "alias": "layerOptions"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "backgroundChange": "backgroundChange"; "layerChange": "layerChange"; "clearAllLayers": "clearAllLayers"; "open": "openChange"; }, never, never, true, never>;
30
- }
@@ -1,2 +0,0 @@
1
- export * from './map-legend.component';
2
- export * from './map-legend.model';
@@ -1,9 +0,0 @@
1
- import { MapLegendOptionGroup } from '../map-legend.model';
2
- import * as i0 from "@angular/core";
3
- export declare class MapLegendGroupComponent {
4
- readonly group: import("@angular/core").InputSignal<MapLegendOptionGroup>;
5
- readonly singleGroup: import("@angular/core").InputSignal<boolean>;
6
- readonly index: import("@angular/core").InputSignal<number>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendGroupComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendGroupComponent, "ndw-map-legend-group", never, { "group": { "alias": "group"; "required": true; "isSignal": true; }; "singleGroup": { "alias": "singleGroup"; "required": false; "isSignal": true; }; "index": { "alias": "index"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
9
- }
@@ -1,7 +0,0 @@
1
- import { MapLegendOption } from '../map-legend.model';
2
- import * as i0 from "@angular/core";
3
- export declare class MapLegendOptionComponent {
4
- readonly option: import("@angular/core").InputSignal<MapLegendOption>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendOptionComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendOptionComponent, "ndw-map-legend-option", never, { "option": { "alias": "option"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
7
- }
@@ -1,17 +0,0 @@
1
- import { MapLegendOptionGroup, MapLegendViewMode } from './map-legend.model';
2
- import * as i0 from "@angular/core";
3
- export declare class MapLegendComponent {
4
- readonly groups: import("@angular/core").InputSignal<MapLegendOptionGroup[]>;
5
- readonly icon: import("@angular/core").InputSignal<string>;
6
- readonly title: import("@angular/core").InputSignal<string>;
7
- readonly viewMode: import("@angular/core").InputSignal<MapLegendViewMode>;
8
- readonly open: import("@angular/core").ModelSignal<boolean>;
9
- readonly htmlIsRendered: import("@angular/core").WritableSignal<boolean>;
10
- readonly showPopover: import("@angular/core").Signal<boolean>;
11
- readonly isDropdownViewMode: import("@angular/core").Signal<boolean>;
12
- readonly isFixedViewMode: import("@angular/core").Signal<boolean>;
13
- readonly hasJustOneGroup: import("@angular/core").Signal<boolean>;
14
- constructor();
15
- static ɵfac: i0.ɵɵFactoryDeclaration<MapLegendComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<MapLegendComponent, "ndw-map-legend", never, { "groups": { "alias": "groups"; "required": true; "isSignal": true; }; "icon": { "alias": "icon"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "viewMode": { "alias": "viewMode"; "required": false; "isSignal": true; }; "open": { "alias": "open"; "required": false; "isSignal": true; }; }, { "open": "openChange"; }, never, never, true, never>;
17
- }
@@ -1,33 +0,0 @@
1
- export type MapLegendOptionType = 'image' | 'line' | 'circle' | 'polygon' | 'icon';
2
- export interface BaseMapLegendOption {
3
- type: MapLegendOptionType;
4
- label: string;
5
- }
6
- export interface ImageMapLegendOption extends BaseMapLegendOption {
7
- type: 'image';
8
- src: string;
9
- objectFit?: 'contain' | 'cover';
10
- }
11
- export interface LineMapLegendOption extends BaseMapLegendOption {
12
- type: 'line';
13
- color: string;
14
- fillMode: 'solid' | 'dashed';
15
- }
16
- export interface CircleMapLegendOption extends BaseMapLegendOption {
17
- type: 'circle';
18
- color: string;
19
- }
20
- export interface PolygonMapLegendOption extends BaseMapLegendOption {
21
- type: 'polygon';
22
- color: string;
23
- }
24
- export interface IconMapLegendOption extends BaseMapLegendOption {
25
- type: 'icon';
26
- iconName: string;
27
- }
28
- export type MapLegendOption = ImageMapLegendOption | LineMapLegendOption | CircleMapLegendOption | PolygonMapLegendOption | IconMapLegendOption;
29
- export interface MapLegendOptionGroup {
30
- label?: string;
31
- options: MapLegendOption[];
32
- }
33
- export type MapLegendViewMode = 'dropdown' | 'fixed';
@@ -1,7 +0,0 @@
1
- import { ModalContentComponent } from './modal-content';
2
- export * from './modal-content';
3
- export * from './modal-footer';
4
- export * from './modal-header';
5
- export * from './modal.component';
6
- export * from './modal.service';
7
- export declare const MODAL_COMPONENTS: (typeof ModalContentComponent)[];
@@ -1 +0,0 @@
1
- export * from './modal-content.component';
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ModalContentComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalContentComponent, "ndw-modal-content", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1 +0,0 @@
1
- export * from './modal-footer.component';
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ModalFooterComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalFooterComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalFooterComponent, "ndw-modal-footer", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1 +0,0 @@
1
- export * from './modal-header.component';
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class ModalHeaderComponent {
3
- #private;
4
- detachModal(): void;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalHeaderComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalHeaderComponent, "ndw-modal-header", never, {}, {}, never, ["*"], true, never>;
7
- }
@@ -1,3 +0,0 @@
1
- import { DialogRef } from '@angular/cdk/dialog';
2
- export declare class ModalRef<R, C = unknown> extends DialogRef<R, C> {
3
- }
@@ -1,7 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export type ModalSize = 'sm' | 'md';
3
- export declare class ModalComponent {
4
- size: import("@angular/core").InputSignal<ModalSize>;
5
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
6
- static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ndw-modal", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
7
- }
@@ -1,17 +0,0 @@
1
- import { Dialog, DialogConfig } from '@angular/cdk/dialog';
2
- import { ComponentType } from '@angular/cdk/portal';
3
- import { TemplateRef } from '@angular/core';
4
- import { Observable } from 'rxjs';
5
- import { ModalRef } from './modal-ref';
6
- import * as i0 from "@angular/core";
7
- export declare class ModalService extends Dialog {
8
- #private;
9
- backdropClick$?: Observable<MouseEvent>;
10
- closed$?: Observable<unknown | undefined>;
11
- close(): void;
12
- open(componentOrTemplateRef: ComponentType<unknown> | TemplateRef<unknown>, config?: DialogConfig<unknown, ModalRef<unknown, unknown>>): ModalRef<unknown, unknown>;
13
- getModalRef(): ModalRef<unknown, unknown>;
14
- setModalRef(modalRef: ModalRef<unknown, unknown>): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ModalService, never>;
16
- static ɵprov: i0.ɵɵInjectableDeclaration<ModalService>;
17
- }
@@ -1,8 +0,0 @@
1
- import { Image } from '../../models';
2
- export interface CheckboxData {
3
- id: string | number;
4
- label: string;
5
- value: boolean;
6
- icon?: string;
7
- image?: Image;
8
- }
@@ -1,3 +0,0 @@
1
- export * from './checkbox-data.interface';
2
- export * from './multi-select.component';
3
- export * from './select-all-text.interface';
@@ -1,29 +0,0 @@
1
- import { PopoverTriggerDirective } from '../popover';
2
- import { CheckboxData } from './checkbox-data.interface';
3
- import { SelectAllText } from './select-all-text.interface';
4
- import * as i0 from "@angular/core";
5
- export declare class MultiSelectComponent {
6
- readonly dropdownTrigger: import("@angular/core").Signal<PopoverTriggerDirective>;
7
- readonly buttonText: import("@angular/core").InputSignal<string>;
8
- readonly searchLabel: import("@angular/core").InputSignal<string>;
9
- readonly prefixIcon: import("@angular/core").InputSignal<string>;
10
- readonly searchPlaceholder: import("@angular/core").InputSignal<string>;
11
- readonly noResultText: import("@angular/core").InputSignal<string>;
12
- readonly chevron: import("@angular/core").InputSignal<boolean>;
13
- readonly disabled: import("@angular/core").InputSignal<boolean>;
14
- readonly selectAmountHidden: import("@angular/core").InputSignal<boolean>;
15
- readonly selectAllText: import("@angular/core").InputSignal<SelectAllText>;
16
- readonly dataSource: import("@angular/core").ModelSignal<CheckboxData[]>;
17
- protected readonly lastCheckedElementId: import("@angular/core").ModelSignal<string | number | null | undefined>;
18
- protected readonly searchInputValue: import("@angular/core").ModelSignal<string>;
19
- readonly selectAmount: import("@angular/core").Signal<number>;
20
- readonly noSearchResults: import("@angular/core").Signal<boolean>;
21
- filterSearch(value: string): boolean;
22
- searchInputChanged(event: Event): void;
23
- checkboxChanged(id: string | number): void;
24
- toggleSelectAll(selectAll?: boolean): void;
25
- isOpenChanged(isOpen: boolean): void;
26
- private determineLastCheckedElement;
27
- static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
28
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ndw-multi-select", never, { "buttonText": { "alias": "buttonText"; "required": true; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": false; "isSignal": true; }; "prefixIcon": { "alias": "prefixIcon"; "required": false; "isSignal": true; }; "searchPlaceholder": { "alias": "searchPlaceholder"; "required": false; "isSignal": true; }; "noResultText": { "alias": "noResultText"; "required": false; "isSignal": true; }; "chevron": { "alias": "chevron"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "selectAmountHidden": { "alias": "selectAmountHidden"; "required": false; "isSignal": true; }; "selectAllText": { "alias": "selectAllText"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "lastCheckedElementId": { "alias": "lastCheckedElementId"; "required": false; "isSignal": true; }; "searchInputValue": { "alias": "searchInputValue"; "required": false; "isSignal": true; }; }, { "dataSource": "dataSourceChange"; "lastCheckedElementId": "lastCheckedElementIdChange"; "searchInputValue": "searchInputValueChange"; }, never, never, true, never>;
29
- }
@@ -1,4 +0,0 @@
1
- export interface SelectAllText {
2
- deselect: string;
3
- select: string;
4
- }
@@ -1 +0,0 @@
1
- export * from './pill.component';
@@ -1,6 +0,0 @@
1
- import { CorePillComponent } from '@ndwnu/core';
2
- import * as i0 from "@angular/core";
3
- export declare class PillComponent extends CorePillComponent {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<PillComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<PillComponent, "ndw-pill", never, {}, {}, never, ["*"], true, never>;
6
- }
@@ -1 +0,0 @@
1
- export * from './popover-trigger.directive';
@@ -1,29 +0,0 @@
1
- import { EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- type PopoverPosition = 'nextToTriggerButton' | 'overTriggerButton';
4
- export declare class PopoverTriggerDirective implements OnDestroy {
5
- popoverToggled: EventEmitter<boolean>;
6
- popoverPosition: import("@angular/core").InputSignal<PopoverPosition>;
7
- popoverContent: import("@angular/core").InputSignal<TemplateRef<unknown>>;
8
- toggleOnClick: import("@angular/core").InputSignal<boolean>;
9
- isOpen: import("@angular/core").ModelSignal<boolean>;
10
- toggle(): void;
11
- private destroyRef;
12
- private elementRef;
13
- private overlay;
14
- private viewContainerRef;
15
- private focusTrapFactory;
16
- private overlayRef?;
17
- ngOnDestroy(): void;
18
- togglePopover(): void;
19
- private open;
20
- private trapFocus;
21
- private closeOverlayOnEscapeKey;
22
- private nodeOrParentsHaveAttribute;
23
- private closeOverlayOnBackdropClick;
24
- private close;
25
- private getPopoverPosition;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<PopoverTriggerDirective, never>;
27
- static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverTriggerDirective, "[ndwPopoverTrigger]", ["ndwPopoverTrigger"], { "popoverPosition": { "alias": "popoverPosition"; "required": false; "isSignal": true; }; "popoverContent": { "alias": "ndwPopoverTrigger"; "required": true; "isSignal": true; }; "toggleOnClick": { "alias": "toggleOnClick"; "required": false; "isSignal": true; }; "isOpen": { "alias": "isOpen"; "required": false; "isSignal": true; }; }, { "popoverToggled": "popoverToggled"; "isOpen": "isOpenChange"; }, never, never, true, never>;
28
- }
29
- export {};
@@ -1 +0,0 @@
1
- export * from './router-breadcrumbs.component';
@@ -1,6 +0,0 @@
1
- import { CoreRouterBreadcrumbsComponent } from '@ndwnu/core';
2
- import * as i0 from "@angular/core";
3
- export declare class RouterBreadcrumbsComponent extends CoreRouterBreadcrumbsComponent {
4
- static ɵfac: i0.ɵɵFactoryDeclaration<RouterBreadcrumbsComponent, never>;
5
- static ɵcmp: i0.ɵɵComponentDeclaration<RouterBreadcrumbsComponent, "ndw-router-breadcrumbs", never, {}, {}, never, never, true, never>;
6
- }
@@ -1 +0,0 @@
1
- export * from './splitter.component';
@@ -1,69 +0,0 @@
1
- import { Point } from '@angular/cdk/drag-drop';
2
- import { AfterViewInit, OnDestroy } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class SplitterComponent implements AfterViewInit, OnDestroy {
5
- readonly disabled: import("@angular/core").InputSignal<boolean>;
6
- /**
7
- * Optional width of the first panel (in pixels) when the component is initialized.
8
- */
9
- readonly initialPanelWidth: import("@angular/core").InputSignal<number | undefined>;
10
- /**
11
- * Minimum width of both panels (in pixels).
12
- */
13
- readonly minimumPanelWidth: import("@angular/core").InputSignal<number>;
14
- protected readonly firstPanelWidth: import("@angular/core").WritableSignal<number>;
15
- protected readonly secondPanelWidth: import("@angular/core").Signal<number>;
16
- protected readonly isDragging: import("@angular/core").WritableSignal<boolean>;
17
- private readonly container;
18
- private readonly splitter;
19
- private readonly cdkDrag;
20
- private storedFirstPanelWidth;
21
- /**
22
- * Flag to indicate if the mouse click event should be
23
- * ignored because the user is dragging the splitter.
24
- */
25
- private ignoreMouseClick;
26
- /**
27
- * Reactive object to store the dimensions of the drag elements.
28
- * Updated by a resize observer on the container.
29
- */
30
- private readonly dragElementDimensions;
31
- private readonly resizeObserver;
32
- /**
33
- * Available width for the panels, without considering the `minimumPanelWidth` input.
34
- */
35
- private readonly availableWidth;
36
- /**
37
- * Position of the drag handle when the component is initialized.
38
- * The drag position is always relative to this starting position.
39
- */
40
- private readonly dragStartPosition;
41
- /**
42
- * Minimum panel width that is safe to use, considering the
43
- * available container width and the `minimumPanelWidth` input.
44
- */
45
- protected readonly safeMinPanelWidth: import("@angular/core").Signal<number>;
46
- /**
47
- * Maximum panel width that is safe to use, considering the
48
- * available container width and the `minimumPanelWidth
49
- */
50
- protected readonly safeMaxPanelWidth: import("@angular/core").Signal<number>;
51
- constructor();
52
- ngAfterViewInit(): void;
53
- ngOnDestroy(): void;
54
- protected constrainPosition: (userPointerPosition: Point) => {
55
- x: number;
56
- y: number;
57
- };
58
- protected onDragStarted(): void;
59
- protected onDragEnded(): void;
60
- protected onDragMoved(): void;
61
- protected onSplitterMouseDown(): void;
62
- protected onSplitterMouseUp(): void;
63
- protected setDragPosition(position: number): void;
64
- protected storeFirstPanelWidth(): void;
65
- private setFirstPanelWidth;
66
- private clampPanelWidth;
67
- static ɵfac: i0.ɵɵFactoryDeclaration<SplitterComponent, never>;
68
- static ɵcmp: i0.ɵɵComponentDeclaration<SplitterComponent, "ndw-splitter", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "initialPanelWidth": { "alias": "initialPanelWidth"; "required": false; "isSignal": true; }; "minimumPanelWidth": { "alias": "minimumPanelWidth"; "required": false; "isSignal": true; }; }, {}, never, ["[first-panel]", "[second-panel]"], true, never>;
69
- }
@@ -1,9 +0,0 @@
1
- export * from './summary-card.model';
2
- export * from './summary-card.component';
3
- export * from './summary-card-actions/summary-card-actions.component';
4
- export * from './summary-card-action/summary-card-action.component';
5
- export * from './summary-card-content/summary-card-content.component';
6
- export * from './summary-card-header/summary-card-header.component';
7
- export * from './summary-card-tags/summary-card-tags.component';
8
- export * from './summary-card-tag/summary-card-tag.component';
9
- export * from './summary-card-subtitle/summary-card-subtitle.component';
@@ -1,11 +0,0 @@
1
- import { TemplateRef } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class SummaryCardActionComponent {
4
- readonly iconName: import("@angular/core").InputSignal<string>;
5
- readonly label: import("@angular/core").InputSignal<string>;
6
- readonly disabled: import("@angular/core").InputSignal<boolean | undefined>;
7
- readonly action: import("@angular/core").OutputEmitterRef<void>;
8
- readonly template: import("@angular/core").Signal<TemplateRef<Element>>;
9
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardActionComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardActionComponent, "ndw-summary-card-action", never, { "iconName": { "alias": "iconName"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "action": "action"; }, never, never, true, never>;
11
- }
@@ -1,9 +0,0 @@
1
- import { SummaryCardActionComponent } from '../summary-card-action/summary-card-action.component';
2
- import { SummaryActionsView } from '../summary-card.model';
3
- import * as i0 from "@angular/core";
4
- export declare class SummaryCardActionsComponent {
5
- readonly view: import("@angular/core").InputSignal<SummaryActionsView>;
6
- readonly actions: import("@angular/core").Signal<readonly SummaryCardActionComponent[]>;
7
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardActionsComponent, never>;
8
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardActionsComponent, "ndw-summary-card-actions", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; }, {}, ["actions"], ["ndw-favorite"], true, never>;
9
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardContentComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardContentComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardContentComponent, "ndw-summary-card-content", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardHeaderComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardHeaderComponent, "ndw-summary-card-header", never, {}, {}, never, ["ndw-pill", "*", "ndw-summary-card-subtitle", "ndw-summary-card-actions"], true, never>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardSubtitleComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardSubtitleComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardSubtitleComponent, "ndw-summary-card-subtitle", never, {}, {}, never, ["ndw-icon", "*"], true, never>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardTagComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardTagComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardTagComponent, "ndw-summary-card-tag", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardTagsComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardTagsComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardTagsComponent, "ndw-summary-card-tags", never, {}, {}, never, ["*"], true, never>;
5
- }
@@ -1,5 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class SummaryCardComponent {
3
- static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardComponent, "ndw-summary-card", never, {}, {}, never, ["ndw-avatar", "ndw-summary-card-header", "ndw-summary-card-content", "ndw-summary-card-tags"], true, never>;
5
- }
@@ -1 +0,0 @@
1
- export type SummaryActionsView = 'visible' | 'popover' | 'auto';
@@ -1,2 +0,0 @@
1
- export * from './model';
2
- export * from './switcher.component';
@@ -1,6 +0,0 @@
1
- export interface SwitcherOption {
2
- value: string;
3
- label: string;
4
- icon?: string;
5
- disabled?: boolean;
6
- }
@@ -1,26 +0,0 @@
1
- import { OnInit } from '@angular/core';
2
- import { ControlValueAccessor } from '@angular/forms';
3
- import { SwitcherOption } from './';
4
- import * as i0 from "@angular/core";
5
- export declare class SwitcherComponent implements ControlValueAccessor, OnInit {
6
- #private;
7
- readonly options: import("@angular/core").InputSignal<SwitcherOption[]>;
8
- readonly selectedValue: import("@angular/core").ModelSignal<string | undefined>;
9
- readonly disabled: import("@angular/core").ModelSignal<boolean>;
10
- readonly selectionChange: import("@angular/core").OutputEmitterRef<string>;
11
- sliderWidth: string;
12
- sliderPosition: string;
13
- private onChange;
14
- private onTouched;
15
- ngOnInit(): void;
16
- writeValue(value: string): void;
17
- registerOnChange(fn: (value: string) => void): void;
18
- registerOnTouched(fn: () => void): void;
19
- setDisabledState(isDisabled: boolean): void;
20
- selectOption(value: string): void;
21
- onKeyDown(event: KeyboardEvent, _currentIndex: number): void;
22
- generateId(index: number): string;
23
- get componentName(): string;
24
- static ɵfac: i0.ɵɵFactoryDeclaration<SwitcherComponent, never>;
25
- static ɵcmp: i0.ɵɵComponentDeclaration<SwitcherComponent, "ndw-switcher", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "selectedValue": { "alias": "selectedValue"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selectedValue": "selectedValueChange"; "disabled": "disabledChange"; "selectionChange": "selectionChange"; }, never, never, true, never>;
26
- }
@@ -1 +0,0 @@
1
- export * from './tab.component';
@@ -1,18 +0,0 @@
1
- import { TemplatePortal } from '@angular/cdk/portal';
2
- import { OnInit } from '@angular/core';
3
- import * as i0 from "@angular/core";
4
- export declare class TabComponent implements OnInit {
5
- private readonly _viewContainerRef;
6
- private readonly _elementRef;
7
- private _content;
8
- private readonly _contentTemplate;
9
- get content(): TemplatePortal | null;
10
- title: import("@angular/core").InputSignal<string>;
11
- disabled: import("@angular/core").InputSignal<boolean>;
12
- active: boolean;
13
- id: import("@angular/core").InputSignal<string | number>;
14
- ngOnInit(): void;
15
- getNativeElement(): HTMLElement;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "ndw-tab", never, { "title": { "alias": "title"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "id": { "alias": "id"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
18
- }
@@ -1 +0,0 @@
1
- export * from './tab-group.component';
@@ -1,16 +0,0 @@
1
- import { TabComponent } from '../tab';
2
- import * as i0 from "@angular/core";
3
- export declare class TabGroupComponent {
4
- private readonly _tabs;
5
- private readonly _tabButtons;
6
- tabs: import("@angular/core").Signal<TabComponent[]>;
7
- hasPadding: import("@angular/core").InputSignal<boolean>;
8
- activeTabId: import("@angular/core").ModelSignal<string | number | undefined>;
9
- inlinePadding: import("@angular/core").InputSignal<number>;
10
- constructor();
11
- selectTab(index: number): void;
12
- onKeyDown(event: KeyboardEvent): void;
13
- private getNextEnabledIndex;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<TabGroupComponent, never>;
15
- static ɵcmp: i0.ɵɵComponentDeclaration<TabGroupComponent, "ndw-tab-group", never, { "hasPadding": { "alias": "hasPadding"; "required": false; "isSignal": true; }; "activeTabId": { "alias": "activeTabId"; "required": false; "isSignal": true; }; "inlinePadding": { "alias": "inlinePadding"; "required": false; "isSignal": true; }; }, { "activeTabId": "activeTabIdChange"; }, ["_tabs"], never, true, never>;
16
- }
@@ -1,2 +0,0 @@
1
- import type { ThemeDefaultParams } from 'ag-grid-community';
2
- export declare const ndwAgGridTheme: Partial<ThemeDefaultParams>;
@@ -1 +0,0 @@
1
- export * from './ag-grid-theme';
@@ -1 +0,0 @@
1
- export * from './tag.component';
@@ -1,18 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class TagComponent {
3
- /**
4
- * Disables the tag
5
- */
6
- disabled: import("@angular/core").InputSignal<boolean>;
7
- /**
8
- * Aria label for the interactive button
9
- */
10
- suffixAriaLabel: import("@angular/core").InputSignal<string>;
11
- /**
12
- * The name of the icon to display
13
- */
14
- suffixIcon: import("@angular/core").InputSignal<string>;
15
- clicked: import("@angular/core").OutputEmitterRef<Event>;
16
- static ɵfac: i0.ɵɵFactoryDeclaration<TagComponent, never>;
17
- static ɵcmp: i0.ɵɵComponentDeclaration<TagComponent, "ndw-tag", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "suffixAriaLabel": { "alias": "suffixAriaLabel"; "required": false; "isSignal": true; }; "suffixIcon": { "alias": "suffixIcon"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
18
- }
@@ -1,2 +0,0 @@
1
- export * from './toast.component';
2
- export * from './toast.service';
@@ -1,17 +0,0 @@
1
- import { ToastComponent, ToastDimensions } from '../toast.component';
2
- import { ToastService } from '../toast.service';
3
- import * as i0 from "@angular/core";
4
- export declare class ToastListComponent {
5
- protected readonly toastService: ToastService;
6
- protected readonly toastComponents: import("@angular/core").Signal<readonly ToastComponent[]>;
7
- protected readonly toastDimensions: import("@angular/core").WritableSignal<Map<string, ToastDimensions>>;
8
- protected readonly toastOffsetHeights: import("@angular/core").Signal<number[]>;
9
- protected readonly firstToastHeight: import("@angular/core").Signal<number>;
10
- protected readonly totalHeightExcludingGaps: import("@angular/core").Signal<number>;
11
- protected readonly maxToastWidth: import("@angular/core").Signal<number>;
12
- protected setToastDimensions(id: string, dimensions: ToastDimensions): void;
13
- protected pause(): void;
14
- protected resume(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<ToastListComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<ToastListComponent, "ndw-toast-list", never, {}, {}, never, never, true, never>;
17
- }