@ndwnu/design-system 5.0.0 → 6.0.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 (181) hide show
  1. package/components/alert/alert.model.d.ts +1 -6
  2. package/components/banner/banner.model.d.ts +1 -4
  3. package/components/card/card-header/card-header.component.d.ts +7 -1
  4. package/components/card/card.animation.d.ts +1 -0
  5. package/components/card/card.component.d.ts +15 -2
  6. package/components/card/index.d.ts +2 -2
  7. package/components/dropdown/dropdown.component.d.ts +1 -1
  8. package/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.d.ts +3 -3
  9. package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts +7 -7
  10. package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.d.ts +5 -2
  11. package/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.d.ts +5 -6
  12. package/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts +12 -14
  13. package/components/form-field/autosuggest/autosuggest.directive.d.ts +7 -8
  14. package/components/form-field/clear-search-button/clear-search-button.component.d.ts +2 -1
  15. package/components/form-field/form-field.component.d.ts +2 -1
  16. package/components/form-field/input/input.model.d.ts +1 -11
  17. package/components/form-field/picker-button/picker-button.component.d.ts +1 -0
  18. package/components/form-field/textarea/auto-grow.directive.d.ts +6 -3
  19. package/components/form-field/textarea/index.d.ts +1 -0
  20. package/components/form-field/textarea/max-char.directive.d.ts +15 -0
  21. package/components/icon/action-icon/action-icon.component.d.ts +2 -2
  22. package/components/index.d.ts +1 -0
  23. package/components/layout/layout.component.d.ts +5 -2
  24. package/components/main-navigation/main-navigation.imports.d.ts +1 -1
  25. package/components/main-navigation/main-navigation.model.d.ts +1 -4
  26. package/components/modal/modal.component.d.ts +1 -2
  27. package/components/multi-select/multi-select.component.d.ts +3 -3
  28. package/components/pill/pill.model.d.ts +1 -8
  29. package/components/router-breadcrumbs/router-breadcrumbs.component.d.ts +2 -2
  30. package/components/summary-card/index.d.ts +10 -0
  31. package/components/summary-card/summary-card-action/summary-card-action.component.d.ts +11 -0
  32. package/components/summary-card/summary-card-actions/summary-card-actions.component.d.ts +9 -0
  33. package/components/summary-card/summary-card-avatar/summary-card-avatar.component.d.ts +8 -0
  34. package/components/summary-card/summary-card-content/summary-card-content.component.d.ts +5 -0
  35. package/components/summary-card/summary-card-header/summary-card-header.component.d.ts +5 -0
  36. package/components/summary-card/summary-card-subtitle/summary-card-subtitle.component.d.ts +5 -0
  37. package/components/summary-card/summary-card-tag/summary-card-tag.component.d.ts +5 -0
  38. package/components/summary-card/summary-card-tags/summary-card-tags.component.d.ts +5 -0
  39. package/components/summary-card/summary-card.component.d.ts +5 -0
  40. package/components/summary-card/summary-card.model.d.ts +2 -0
  41. package/components/tag/tag.component.d.ts +2 -2
  42. package/core/style/styles.css +217 -11
  43. package/core/style/styles.scss +217 -11
  44. package/fesm2022/ndwnu-design-system.mjs +608 -334
  45. package/fesm2022/ndwnu-design-system.mjs.map +1 -1
  46. package/package.json +5 -7
  47. package/esm2022/components/accordion/accordion.component.mjs +0 -32
  48. package/esm2022/components/accordion/accordion.service.mjs +0 -17
  49. package/esm2022/components/accordion/index.mjs +0 -3
  50. package/esm2022/components/alert/alert.component.mjs +0 -42
  51. package/esm2022/components/alert/alert.model.mjs +0 -8
  52. package/esm2022/components/alert/index.mjs +0 -3
  53. package/esm2022/components/badge/badge.component.mjs +0 -21
  54. package/esm2022/components/badge/index.mjs +0 -2
  55. package/esm2022/components/banner/banner.component.mjs +0 -61
  56. package/esm2022/components/banner/banner.model.mjs +0 -6
  57. package/esm2022/components/banner/index.mjs +0 -3
  58. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -15
  59. package/esm2022/components/breadcrumb/index.mjs +0 -2
  60. package/esm2022/components/breadcrumb-group/breadcrumb-group.component.mjs +0 -21
  61. package/esm2022/components/breadcrumb-group/index.mjs +0 -2
  62. package/esm2022/components/button/button.directive.mjs +0 -37
  63. package/esm2022/components/button/index.mjs +0 -2
  64. package/esm2022/components/card/card-content/card-content.component.mjs +0 -11
  65. package/esm2022/components/card/card-content/index.mjs +0 -2
  66. package/esm2022/components/card/card-footer/card-footer.component.mjs +0 -11
  67. package/esm2022/components/card/card-footer/index.mjs +0 -2
  68. package/esm2022/components/card/card-header/card-header.component.mjs +0 -11
  69. package/esm2022/components/card/card-header/index.mjs +0 -2
  70. package/esm2022/components/card/card.component.mjs +0 -11
  71. package/esm2022/components/card/index.mjs +0 -15
  72. package/esm2022/components/collapsible/collapsible.animation.mjs +0 -26
  73. package/esm2022/components/collapsible/collapsible.component.mjs +0 -34
  74. package/esm2022/components/collapsible/index.mjs +0 -2
  75. package/esm2022/components/dashboard-card/dashboard-card.component.mjs +0 -32
  76. package/esm2022/components/dashboard-card/index.mjs +0 -2
  77. package/esm2022/components/dropdown/dropdown.component.mjs +0 -57
  78. package/esm2022/components/dropdown/index.mjs +0 -2
  79. package/esm2022/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.mjs +0 -29
  80. package/esm2022/components/form-field/autosuggest/autosuggest-add-option/index.mjs +0 -2
  81. package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.mjs +0 -45
  82. package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.mjs +0 -2
  83. package/esm2022/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.mjs +0 -85
  84. package/esm2022/components/form-field/autosuggest/autosuggest-option/index.mjs +0 -3
  85. package/esm2022/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.mjs +0 -82
  86. package/esm2022/components/form-field/autosuggest/autosuggest.directive.mjs +0 -411
  87. package/esm2022/components/form-field/autosuggest/index.mjs +0 -6
  88. package/esm2022/components/form-field/autosuggest/match-bold.pipe.mjs +0 -21
  89. package/esm2022/components/form-field/checkbox/checkbox.component.mjs +0 -62
  90. package/esm2022/components/form-field/checkbox/index.mjs +0 -2
  91. package/esm2022/components/form-field/checkbox-group/checkbox-group.component.mjs +0 -15
  92. package/esm2022/components/form-field/checkbox-group/index.mjs +0 -2
  93. package/esm2022/components/form-field/clear-search-button/clear-search-button.component.mjs +0 -37
  94. package/esm2022/components/form-field/error/error.component.mjs +0 -12
  95. package/esm2022/components/form-field/error/index.mjs +0 -2
  96. package/esm2022/components/form-field/file-upload/file-upload-text.interface.mjs +0 -2
  97. package/esm2022/components/form-field/file-upload/file-upload.component.mjs +0 -172
  98. package/esm2022/components/form-field/file-upload/index.mjs +0 -3
  99. package/esm2022/components/form-field/form-field.component.mjs +0 -81
  100. package/esm2022/components/form-field/form-field.constant.mjs +0 -2
  101. package/esm2022/components/form-field/form-field.model.mjs +0 -8
  102. package/esm2022/components/form-field/index.mjs +0 -17
  103. package/esm2022/components/form-field/info/index.mjs +0 -2
  104. package/esm2022/components/form-field/info/info.component.mjs +0 -11
  105. package/esm2022/components/form-field/input/index.mjs +0 -3
  106. package/esm2022/components/form-field/input/input.directive.mjs +0 -68
  107. package/esm2022/components/form-field/input/input.model.mjs +0 -13
  108. package/esm2022/components/form-field/input-button/index.mjs +0 -2
  109. package/esm2022/components/form-field/input-button/input-button.component.mjs +0 -23
  110. package/esm2022/components/form-field/input-icon/index.mjs +0 -2
  111. package/esm2022/components/form-field/input-icon/input-icon.component.mjs +0 -12
  112. package/esm2022/components/form-field/month-input/index.mjs +0 -2
  113. package/esm2022/components/form-field/month-input/month-input-utils.mjs +0 -13
  114. package/esm2022/components/form-field/month-input/month-input.component.mjs +0 -154
  115. package/esm2022/components/form-field/option-group/index.mjs +0 -4
  116. package/esm2022/components/form-field/option-group/option-group.component.mjs +0 -64
  117. package/esm2022/components/form-field/option-group/option-group.model.mjs +0 -2
  118. package/esm2022/components/form-field/option-group/option.component.mjs +0 -22
  119. package/esm2022/components/form-field/picker-button/picker-button.component.mjs +0 -45
  120. package/esm2022/components/form-field/radio-button/index.mjs +0 -2
  121. package/esm2022/components/form-field/radio-button/radio-button.component.mjs +0 -63
  122. package/esm2022/components/form-field/radio-group/index.mjs +0 -2
  123. package/esm2022/components/form-field/radio-group/radio-group.component.mjs +0 -70
  124. package/esm2022/components/form-field/success/index.mjs +0 -2
  125. package/esm2022/components/form-field/success/success.component.mjs +0 -12
  126. package/esm2022/components/form-field/textarea/auto-grow.directive.mjs +0 -45
  127. package/esm2022/components/form-field/textarea/index.mjs +0 -2
  128. package/esm2022/components/icon/action-icon/action-icon.component.mjs +0 -40
  129. package/esm2022/components/icon/action-icon/index.mjs +0 -2
  130. package/esm2022/components/icon/icon.component.mjs +0 -36
  131. package/esm2022/components/icon/index.mjs +0 -3
  132. package/esm2022/components/index.mjs +0 -28
  133. package/esm2022/components/layout/index.mjs +0 -2
  134. package/esm2022/components/layout/layout.component.mjs +0 -20
  135. package/esm2022/components/layout-banners/index.mjs +0 -2
  136. package/esm2022/components/layout-banners/layout-banners.component.mjs +0 -11
  137. package/esm2022/components/loader/index.mjs +0 -2
  138. package/esm2022/components/loader/loader.component.mjs +0 -11
  139. package/esm2022/components/main-navigation/index.mjs +0 -3
  140. package/esm2022/components/main-navigation/main-navigation.component.mjs +0 -165
  141. package/esm2022/components/main-navigation/main-navigation.imports.mjs +0 -20
  142. package/esm2022/components/main-navigation/main-navigation.model.mjs +0 -6
  143. package/esm2022/components/main-navigation-menu/index.mjs +0 -2
  144. package/esm2022/components/main-navigation-menu/main-navigation-menu.component.mjs +0 -20
  145. package/esm2022/components/modal/index.mjs +0 -16
  146. package/esm2022/components/modal/modal-content/index.mjs +0 -2
  147. package/esm2022/components/modal/modal-content/modal-content.component.mjs +0 -11
  148. package/esm2022/components/modal/modal-footer/index.mjs +0 -2
  149. package/esm2022/components/modal/modal-footer/modal-footer.component.mjs +0 -11
  150. package/esm2022/components/modal/modal-header/index.mjs +0 -2
  151. package/esm2022/components/modal/modal-header/modal-header.component.mjs +0 -18
  152. package/esm2022/components/modal/modal-ref.mjs +0 -4
  153. package/esm2022/components/modal/modal.component.mjs +0 -19
  154. package/esm2022/components/modal/modal.service.mjs +0 -31
  155. package/esm2022/components/multi-select/checkbox-data.interface.mjs +0 -2
  156. package/esm2022/components/multi-select/index.mjs +0 -4
  157. package/esm2022/components/multi-select/multi-select.component.mjs +0 -76
  158. package/esm2022/components/multi-select/select-all-text.interface.mjs +0 -2
  159. package/esm2022/components/pill/index.mjs +0 -3
  160. package/esm2022/components/pill/pill.component.mjs +0 -25
  161. package/esm2022/components/pill/pill.model.mjs +0 -2
  162. package/esm2022/components/popover/index.mjs +0 -2
  163. package/esm2022/components/popover/popover-trigger.directive.mjs +0 -182
  164. package/esm2022/components/router-breadcrumbs/index.mjs +0 -2
  165. package/esm2022/components/router-breadcrumbs/router-breadcrumbs.component.mjs +0 -37
  166. package/esm2022/components/tab/index.mjs +0 -2
  167. package/esm2022/components/tab/tab.component.mjs +0 -32
  168. package/esm2022/components/tab-group/index.mjs +0 -2
  169. package/esm2022/components/tab-group/tab-group.component.mjs +0 -34
  170. package/esm2022/components/tag/index.mjs +0 -2
  171. package/esm2022/components/tag/tag.component.mjs +0 -29
  172. package/esm2022/components/toast/index.mjs +0 -3
  173. package/esm2022/components/toast/toast.component.mjs +0 -77
  174. package/esm2022/components/toast/toast.service.mjs +0 -43
  175. package/esm2022/components/tooltip/index.mjs +0 -3
  176. package/esm2022/components/tooltip/tooltip.component.mjs +0 -16
  177. package/esm2022/components/tooltip/tooltip.directive.mjs +0 -89
  178. package/esm2022/models/aria.model.mjs +0 -2
  179. package/esm2022/models/index.mjs +0 -2
  180. package/esm2022/ndwnu-design-system.mjs +0 -5
  181. package/esm2022/public-api.mjs +0 -5
@@ -1,6 +1 @@
1
- export declare enum AlertType {
2
- Negative = "critical",
3
- Info = "info",
4
- InfoGrey = "info-grey",
5
- Warning = "warning"
6
- }
1
+ export type AlertType = 'critical' | 'info' | 'info-grey' | 'warning';
@@ -1,4 +1 @@
1
- export declare enum BannerType {
2
- Negative = "critical",
3
- Info = "info"
4
- }
1
+ export type BannerType = 'critical' | 'info';
@@ -1,5 +1,11 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class CardHeaderComponent {
3
+ readonly cardId: string | null;
4
+ readonly isCollapsible: import("@angular/core").InputSignal<boolean>;
5
+ readonly isCollapsed: import("@angular/core").ModelSignal<boolean>;
6
+ private readonly elementRef;
7
+ get height(): number;
8
+ toggleCollapsed(): void;
3
9
  static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "ndw-card-header", never, {}, {}, never, ["*"], true, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardHeaderComponent, "ndw-card-header", never, { "isCollapsible": { "alias": "isCollapsible"; "required": false; "isSignal": true; }; "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, never, ["*"], true, never>;
5
11
  }
@@ -0,0 +1 @@
1
+ export declare const CARD_ANIMATION: import("@angular/animations").AnimationTriggerMetadata;
@@ -1,5 +1,18 @@
1
+ import { AfterContentInit, InjectionToken } from '@angular/core';
1
2
  import * as i0 from "@angular/core";
2
- export declare class CardComponent {
3
+ export declare const CARD_ID_TOKEN: InjectionToken<string>;
4
+ export declare class CardComponent implements AfterContentInit {
5
+ private readonly header;
6
+ private readonly headerHeight;
7
+ readonly cardId: string;
8
+ isCollapsed: import("@angular/core").ModelSignal<boolean>;
9
+ ngAfterContentInit(): void;
10
+ animationState: import("@angular/core").Signal<{
11
+ value: string;
12
+ params: {
13
+ headerHeight: number;
14
+ };
15
+ }>;
3
16
  static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
4
- static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ndw-card", never, {}, {}, never, ["*"], true, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "ndw-card", never, { "isCollapsed": { "alias": "isCollapsed"; "required": false; "isSignal": true; }; }, { "isCollapsed": "isCollapsedChange"; }, ["header"], ["*"], true, never>;
5
18
  }
@@ -1,6 +1,6 @@
1
- import { CardComponent } from './card.component';
1
+ import { CardContentComponent } from './card-content';
2
2
  export * from './card-content';
3
3
  export * from './card-footer';
4
4
  export * from './card-header';
5
5
  export * from './card.component';
6
- export declare const CARD_COMPONENTS: (typeof CardComponent)[];
6
+ export declare const CARD_COMPONENTS: (typeof CardContentComponent)[];
@@ -3,7 +3,7 @@ import { PopoverTriggerDirective } from '../popover';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class DropdownComponent {
5
5
  readonly disabled: import("@angular/core").InputSignal<boolean>;
6
- readonly chevron: import("@angular/core").InputSignal<unknown>;
6
+ readonly chevron: import("@angular/core").InputSignal<boolean>;
7
7
  readonly buttonText: import("@angular/core").InputSignal<string>;
8
8
  readonly prefixIcon: import("@angular/core").InputSignal<string>;
9
9
  readonly selectAmount: import("@angular/core").InputSignal<number>;
@@ -1,8 +1,8 @@
1
1
  import { BaseAutosuggestOptionComponent } from '../autosuggest-option';
2
2
  import * as i0 from "@angular/core";
3
- export declare class AutosuggestAddOptionComponent extends BaseAutosuggestOptionComponent {
3
+ export declare class AutosuggestAddOptionComponent<T> extends BaseAutosuggestOptionComponent<T> {
4
4
  readonly addOption: import("@angular/core").OutputEmitterRef<string>;
5
5
  protected emitSelectionChangeEvent(isUserInput?: boolean): void;
6
- static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestAddOptionComponent, never>;
7
- static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestAddOptionComponent, "ndw-autosuggest-add-option", never, {}, { "addOption": "addOption"; }, never, never, true, never>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestAddOptionComponent<any>, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestAddOptionComponent<any>, "ndw-autosuggest-add-option", never, {}, { "addOption": "addOption"; }, never, never, true, never>;
8
8
  }
@@ -1,12 +1,12 @@
1
- import { AutosuggestAddOptionComponent } from '../autosuggest-add-option';
2
1
  import { BaseAutosuggestOptionComponent } from './base-autosuggest-option.component';
2
+ import { AutosuggestOptionComponentType } from './autosuggest-option.model';
3
3
  import * as i0 from "@angular/core";
4
- export declare class AutocompleteOptionSelectionChange {
5
- source: AutosuggestOptionComponent | AutosuggestAddOptionComponent;
4
+ export declare class AutocompleteOptionSelectionChange<T> {
5
+ source: AutosuggestOptionComponentType<T>;
6
6
  isUserInput: boolean;
7
- constructor(source: AutosuggestOptionComponent | AutosuggestAddOptionComponent, isUserInput?: boolean);
7
+ constructor(source: AutosuggestOptionComponentType<T>, isUserInput?: boolean);
8
8
  }
9
- export declare class AutosuggestOptionComponent extends BaseAutosuggestOptionComponent {
9
+ export declare class AutosuggestOptionComponent<T> extends BaseAutosuggestOptionComponent<T> {
10
10
  readonly searchTerm: import("@angular/core").InputSignal<string>;
11
11
  readonly label: import("@angular/core").InputSignal<string>;
12
12
  id: string;
@@ -14,6 +14,6 @@ export declare class AutosuggestOptionComponent extends BaseAutosuggestOptionCom
14
14
  constructor();
15
15
  getLabel(): string;
16
16
  protected emitSelectionChangeEvent(isUserInput?: boolean): void;
17
- static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestOptionComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestOptionComponent, "ndw-autosuggest-option", never, { "searchTerm": { "alias": "searchTerm"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestOptionComponent<any>, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestOptionComponent<any>, "ndw-autosuggest-option", never, { "searchTerm": { "alias": "searchTerm"; "required": false; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
19
19
  }
@@ -1,2 +1,5 @@
1
- export type AutosuggestOption = string | Record<string, unknown>;
2
- export type AutosuggestOptions = Array<AutosuggestOption>;
1
+ import { AutosuggestOptionComponent } from './autosuggest-option.component';
2
+ import { AutosuggestAddOptionComponent } from '../autosuggest-add-option';
3
+ export type AutosuggestOption<T = string> = T;
4
+ export type AutosuggestOptions<T = string> = AutosuggestOption<T>[];
5
+ export type AutosuggestOptionComponentType<T> = AutosuggestOptionComponent<T> | AutosuggestAddOptionComponent<T>;
@@ -1,11 +1,10 @@
1
1
  import { FocusableOption, FocusOrigin } from '@angular/cdk/a11y';
2
2
  import { EventEmitter, OnDestroy } from '@angular/core';
3
3
  import { AutocompleteOptionSelectionChange } from './autosuggest-option.component';
4
- import { AutosuggestOption } from './autosuggest-option.model';
5
4
  import * as i0 from "@angular/core";
6
- export declare abstract class BaseAutosuggestOptionComponent implements FocusableOption, OnDestroy {
7
- readonly value: import("@angular/core").InputSignal<AutosuggestOption | undefined>;
8
- readonly selectionChange: EventEmitter<AutocompleteOptionSelectionChange>;
5
+ export declare abstract class BaseAutosuggestOptionComponent<T> implements FocusableOption, OnDestroy {
6
+ readonly value: import("@angular/core").InputSignal<T | undefined>;
7
+ readonly selectionChange: EventEmitter<AutocompleteOptionSelectionChange<T>>;
9
8
  protected _active: boolean;
10
9
  protected _selected: boolean;
11
10
  get active(): boolean;
@@ -22,6 +21,6 @@ export declare abstract class BaseAutosuggestOptionComponent implements Focusabl
22
21
  protected abstract emitSelectionChangeEvent(isUserInput?: boolean): void;
23
22
  ngOnDestroy(): void;
24
23
  protected getHostElement(): HTMLElement;
25
- static ɵfac: i0.ɵɵFactoryDeclaration<BaseAutosuggestOptionComponent, never>;
26
- static ɵcmp: i0.ɵɵComponentDeclaration<BaseAutosuggestOptionComponent, "ng-component", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, false, never>;
24
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseAutosuggestOptionComponent<any>, never>;
25
+ static ɵcmp: i0.ɵɵComponentDeclaration<BaseAutosuggestOptionComponent<any>, "ng-component", never, { "value": { "alias": "value"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
27
26
  }
@@ -1,27 +1,25 @@
1
1
  import { AfterViewInit, ElementRef, OnDestroy, QueryList, TemplateRef } from '@angular/core';
2
2
  import { ActiveDescendantKeyManager } from '@angular/cdk/a11y';
3
- import { AutosuggestAddOptionComponent } from '../autosuggest-add-option';
4
- import { AutosuggestOptionComponent } from '../autosuggest-option';
5
- import { AutosuggestOption, AutosuggestOptions } from '../autosuggest-option/autosuggest-option.model';
3
+ import { AutosuggestOption, AutosuggestOptions, AutosuggestOptionComponentType } from '../autosuggest-option/autosuggest-option.model';
6
4
  import * as i0 from "@angular/core";
7
- export declare class AutosuggestPanelComponent implements AfterViewInit, OnDestroy {
8
- readonly suggestions: import("@angular/core").InputSignal<AutosuggestOptions>;
5
+ export declare class AutosuggestPanelComponent<T> implements AfterViewInit, OnDestroy {
6
+ readonly suggestions: import("@angular/core").InputSignal<AutosuggestOptions<T>>;
9
7
  readonly enableAddOption: import("@angular/core").InputSignal<boolean>;
10
8
  readonly maxResults: import("@angular/core").InputSignal<number>;
11
9
  readonly noResultText: import("@angular/core").InputSignal<string>;
12
- readonly displayWith: import("@angular/core").InputSignal<((value: AutosuggestOption) => string) | undefined>;
10
+ readonly displayWith: import("@angular/core").InputSignal<((value: AutosuggestOption<T>) => string) | undefined>;
13
11
  readonly opened: import("@angular/core").OutputEmitterRef<void>;
14
12
  readonly closed: import("@angular/core").OutputEmitterRef<void>;
15
- readonly optionSelected: import("@angular/core").OutputEmitterRef<AutosuggestOption | null>;
13
+ readonly optionSelected: import("@angular/core").OutputEmitterRef<T | null>;
16
14
  readonly addOption: import("@angular/core").OutputEmitterRef<string>;
17
- items: QueryList<AutosuggestOptionComponent | AutosuggestAddOptionComponent>;
15
+ items: QueryList<AutosuggestOptionComponentType<T>>;
18
16
  readonly template: import("@angular/core").Signal<TemplateRef<any>>;
19
17
  readonly panel: import("@angular/core").Signal<ElementRef<HTMLDivElement>>;
20
18
  readonly searchTerm: import("@angular/core").WritableSignal<string>;
21
- readonly slicedOptions: import("@angular/core").Signal<AutosuggestOption[]>;
19
+ readonly slicedOptions: import("@angular/core").Signal<T[]>;
22
20
  readonly hasMoreResults: import("@angular/core").Signal<boolean>;
23
21
  readonly numberOfLeftOverResults: import("@angular/core").Signal<number>;
24
- keyManager: ActiveDescendantKeyManager<AutosuggestOptionComponent | AutosuggestAddOptionComponent> | undefined;
22
+ keyManager: ActiveDescendantKeyManager<AutosuggestOptionComponentType<T>> | undefined;
25
23
  showPanel: boolean;
26
24
  id: string;
27
25
  isOpen: boolean;
@@ -29,11 +27,11 @@ export declare class AutosuggestPanelComponent implements AfterViewInit, OnDestr
29
27
  constructor();
30
28
  ngAfterViewInit(): void;
31
29
  ngOnDestroy(): void;
32
- getLabelOption(option: AutosuggestOption): string;
30
+ getLabelOption(option: AutosuggestOption<T>): string;
33
31
  setScrollTop(scrollTop: number): void;
34
32
  setVisibility(): void;
35
- emitSelectEvent(option: AutosuggestOptionComponent | AutosuggestAddOptionComponent): void;
33
+ emitSelectEvent(option: AutosuggestOptionComponentType<T>): void;
36
34
  addNewOption(value: string): void;
37
- static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestPanelComponent, never>;
38
- static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestPanelComponent, "ndw-autosuggest", ["apAutocomplete"], { "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; "enableAddOption": { "alias": "enableAddOption"; "required": false; "isSignal": true; }; "maxResults": { "alias": "maxResults"; "required": false; "isSignal": true; }; "noResultText": { "alias": "noResultText"; "required": false; "isSignal": true; }; "displayWith": { "alias": "displayWith"; "required": false; "isSignal": true; }; }, { "opened": "opened"; "closed": "closed"; "optionSelected": "optionSelected"; "addOption": "addOption"; }, never, never, true, never>;
35
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestPanelComponent<any>, never>;
36
+ static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestPanelComponent<any>, "ndw-autosuggest", ["apAutocomplete"], { "suggestions": { "alias": "suggestions"; "required": false; "isSignal": true; }; "enableAddOption": { "alias": "enableAddOption"; "required": false; "isSignal": true; }; "maxResults": { "alias": "maxResults"; "required": false; "isSignal": true; }; "noResultText": { "alias": "noResultText"; "required": false; "isSignal": true; }; "displayWith": { "alias": "displayWith"; "required": false; "isSignal": true; }; }, { "opened": "opened"; "closed": "closed"; "optionSelected": "optionSelected"; "addOption": "addOption"; }, never, never, true, never>;
39
37
  }
@@ -1,11 +1,10 @@
1
1
  import { AfterViewInit, OnDestroy } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
- import { AutosuggestAddOptionComponent } from './autosuggest-add-option';
4
- import { AutosuggestOptionComponent } from './autosuggest-option/autosuggest-option.component';
3
+ import { AutosuggestOptionComponentType } from './autosuggest-option/autosuggest-option.model';
5
4
  import { AutosuggestPanelComponent } from './autosuggest-panel/autosuggest-panel.component';
6
5
  import * as i0 from "@angular/core";
7
- export declare class AutosuggestDirective implements ControlValueAccessor, AfterViewInit, OnDestroy {
8
- readonly ndwAutosuggest: import("@angular/core").InputSignal<AutosuggestPanelComponent>;
6
+ export declare class AutosuggestDirective<T> implements ControlValueAccessor, AfterViewInit, OnDestroy {
7
+ readonly ndwAutosuggest: import("@angular/core").InputSignal<AutosuggestPanelComponent<T>>;
9
8
  readonly filter: import("@angular/core").OutputEmitterRef<string>;
10
9
  private overlayAttached;
11
10
  private overlayRef;
@@ -26,8 +25,8 @@ export declare class AutosuggestDirective implements ControlValueAccessor, After
26
25
  private readonly viewportRuler;
27
26
  private readonly destroyRef;
28
27
  get panelOpen(): boolean;
29
- get activeOption(): AutosuggestOptionComponent | AutosuggestAddOptionComponent | null;
30
- get autosuggest(): AutosuggestPanelComponent;
28
+ get activeOption(): AutosuggestOptionComponentType<T> | null;
29
+ get autosuggest(): AutosuggestPanelComponent<T>;
31
30
  private get panelClosingActions();
32
31
  private readonly optionSelections;
33
32
  ngAfterViewInit(): void;
@@ -67,6 +66,6 @@ export declare class AutosuggestDirective implements ControlValueAccessor, After
67
66
  private clearPreviousSelectedOption;
68
67
  private canOpen;
69
68
  private getWindow;
70
- static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestDirective, never>;
71
- static ɵdir: i0.ɵɵDirectiveDeclaration<AutosuggestDirective, "input[ndwAutosuggest], textarea[ndwAutosuggest]", ["ndwAutosuggestTrigger"], { "ndwAutosuggest": { "alias": "ndwAutosuggest"; "required": true; "isSignal": true; }; }, { "filter": "filter"; }, never, never, true, never>;
69
+ static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestDirective<any>, never>;
70
+ static ɵdir: i0.ɵɵDirectiveDeclaration<AutosuggestDirective<any>, "input[ndwAutosuggest], textarea[ndwAutosuggest]", ["ndwAutosuggestTrigger"], { "ndwAutosuggest": { "alias": "ndwAutosuggest"; "required": true; "isSignal": true; }; }, { "filter": "filter"; }, never, never, true, never>;
72
71
  }
@@ -5,11 +5,12 @@ export declare class ClearSearchButtonComponent implements OnInit, OnDestroy {
5
5
  readonly disabled: import("@angular/core").InputSignal<boolean>;
6
6
  readonly input: import("@angular/core").InputSignal<InputDirective | undefined>;
7
7
  readonly ariaLabel: import("@angular/core").InputSignal<string>;
8
+ readonly buttonClicked: import("@angular/core").OutputEmitterRef<void>;
8
9
  protected readonly inputValue: import("@angular/core").WritableSignal<string>;
9
10
  private readonly onInput;
10
11
  ngOnInit(): void;
11
12
  ngOnDestroy(): void;
12
13
  protected clear(): void;
13
14
  static ɵfac: i0.ɵɵFactoryDeclaration<ClearSearchButtonComponent, never>;
14
- static ɵcmp: i0.ɵɵComponentDeclaration<ClearSearchButtonComponent, "ndw-clear-search-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "input": { "alias": "input"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ClearSearchButtonComponent, "ndw-clear-search-button", never, { "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "input": { "alias": "input"; "required": false; "isSignal": true; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; "isSignal": true; }; }, { "buttonClicked": "buttonClicked"; }, never, never, true, never>;
15
16
  }
@@ -10,6 +10,7 @@ export declare class FormFieldComponent {
10
10
  readonly success: import("@angular/core").InputSignal<string | undefined>;
11
11
  readonly info: import("@angular/core").InputSignal<string | undefined>;
12
12
  readonly tooltip: import("@angular/core").InputSignal<string>;
13
+ readonly clearButtonClicked: import("@angular/core").OutputEmitterRef<void>;
13
14
  protected readonly monthInput: import("@angular/core").Signal<MonthInputComponent | undefined>;
14
15
  protected readonly regularInput: import("@angular/core").Signal<InputDirective | undefined>;
15
16
  protected readonly input: import("@angular/core").Signal<InputDirective | undefined>;
@@ -26,5 +27,5 @@ export declare class FormFieldComponent {
26
27
  private setInputId;
27
28
  private setAriaDescribedBy;
28
29
  static ɵfac: i0.ɵɵFactoryDeclaration<FormFieldComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "ndw-form-field", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "suffixAriaLabel": { "alias": "suffixAriaLabel"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "success": { "alias": "success"; "required": false; "isSignal": true; }; "info": { "alias": "info"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, {}, ["monthInput", "regularInput"], ["*"], true, never>;
30
+ static ɵcmp: i0.ɵɵComponentDeclaration<FormFieldComponent, "ndw-form-field", never, { "label": { "alias": "label"; "required": true; "isSignal": true; }; "suffixAriaLabel": { "alias": "suffixAriaLabel"; "required": false; "isSignal": true; }; "hideLabel": { "alias": "hideLabel"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "error": { "alias": "error"; "required": false; "isSignal": true; }; "success": { "alias": "success"; "required": false; "isSignal": true; }; "info": { "alias": "info"; "required": false; "isSignal": true; }; "tooltip": { "alias": "tooltip"; "required": false; "isSignal": true; }; }, { "clearButtonClicked": "clearButtonClicked"; }, ["monthInput", "regularInput"], ["*"], true, never>;
30
31
  }
@@ -1,11 +1 @@
1
- export declare enum InputType {
2
- Date = "date",
3
- Email = "email",
4
- Number = "number",
5
- Password = "password",
6
- Search = "search",
7
- Tel = "tel",
8
- Text = "text",
9
- Time = "time",
10
- Url = "url"
11
- }
1
+ export type InputType = 'date' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'text' | 'time' | 'url';
@@ -6,6 +6,7 @@ export declare class PickerButtonComponent {
6
6
  readonly input: import("@angular/core").InputSignal<InputDirective | undefined>;
7
7
  readonly ariaLabel: import("@angular/core").InputSignal<string>;
8
8
  readonly required: import("@angular/core").InputSignal<InputType | undefined>;
9
+ private readonly platform;
9
10
  protected readonly icon: import("@angular/core").Signal<string | undefined>;
10
11
  protected onClick(): void;
11
12
  private getIcon;
@@ -1,4 +1,4 @@
1
- import { AfterViewInit, OnDestroy } from '@angular/core';
1
+ import { AfterViewInit } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  /**
4
4
  * Directive that automatically grows a textarea element to fit its content.
@@ -9,11 +9,14 @@ import * as i0 from "@angular/core";
9
9
  *
10
10
  * So for now a directive is used to achieve the same effect.
11
11
  */
12
- export declare class AutoGrowDirective implements AfterViewInit, OnDestroy {
12
+ export declare class AutoGrowDirective implements AfterViewInit {
13
13
  private readonly elementRef;
14
+ private readonly ngControl;
15
+ private readonly destroyRef;
14
16
  get element(): HTMLTextAreaElement;
15
17
  ngAfterViewInit(): void;
16
- ngOnDestroy(): void;
18
+ fitContentInTextArea(): void;
19
+ private updateHeightOnNgControlUpdate;
17
20
  static ɵfac: i0.ɵɵFactoryDeclaration<AutoGrowDirective, never>;
18
21
  static ɵdir: i0.ɵɵDirectiveDeclaration<AutoGrowDirective, "textarea[ndwAutoGrow]", never, {}, {}, never, never, true, never>;
19
22
  }
@@ -1 +1,2 @@
1
1
  export * from './auto-grow.directive';
2
+ export * from './max-char.directive';
@@ -0,0 +1,15 @@
1
+ import * as i0 from "@angular/core";
2
+ export declare class MaxCharDirective {
3
+ ndwMaxChar: import("@angular/core").InputSignal<number>;
4
+ maxCharText: import("@angular/core").InputSignal<string>;
5
+ private readonly elementRef;
6
+ private readonly renderer;
7
+ private counterElement;
8
+ get element(): HTMLTextAreaElement;
9
+ constructor();
10
+ onInput(): void;
11
+ private createCounterElement;
12
+ private removeCounterElement;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<MaxCharDirective, never>;
14
+ static ɵdir: i0.ɵɵDirectiveDeclaration<MaxCharDirective, "textarea[ndwMaxChar]", never, { "ndwMaxChar": { "alias": "ndwMaxChar"; "required": false; "isSignal": true; }; "maxCharText": { "alias": "maxCharText"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
15
+ }
@@ -27,7 +27,7 @@ export declare class ActionIconComponent {
27
27
  /**
28
28
  * Event emitted when the button is clicked.
29
29
  */
30
- readonly onClick: import("@angular/core").OutputEmitterRef<void>;
30
+ readonly clicked: import("@angular/core").OutputEmitterRef<void>;
31
31
  static ɵfac: i0.ɵɵFactoryDeclaration<ActionIconComponent, never>;
32
- static ɵcmp: i0.ɵɵComponentDeclaration<ActionIconComponent, "ndw-action-icon", never, { "ariaLabel": { "alias": "ariaLabel"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "buttonType": { "alias": "buttonType"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "onClick": "onClick"; }, never, ["*"], true, never>;
32
+ static ɵcmp: i0.ɵɵComponentDeclaration<ActionIconComponent, "ndw-action-icon", never, { "ariaLabel": { "alias": "ariaLabel"; "required": true; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "buttonType": { "alias": "buttonType"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], true, never>;
33
33
  }
@@ -25,3 +25,4 @@ export * from './tab-group';
25
25
  export * from './tag';
26
26
  export * from './toast';
27
27
  export * from './tooltip';
28
+ export * from './summary-card';
@@ -1,11 +1,14 @@
1
- import { MenuItem } from '../main-navigation';
1
+ import { MenuItem, NdwBrand } from '../main-navigation';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class LayoutComponent {
4
4
  applicationName: import("@angular/core").InputSignal<string>;
5
5
  topMenuItems: import("@angular/core").InputSignal<MenuItem[]>;
6
6
  bottomMenuItems: import("@angular/core").InputSignal<MenuItem[] | undefined>;
7
+ brand: import("@angular/core").InputSignal<NdwBrand>;
8
+ isCollapsible: import("@angular/core").InputSignal<boolean>;
9
+ isExpanded: import("@angular/core").InputSignal<boolean>;
7
10
  menuFooterTexts: import("@angular/core").InputSignal<string[] | undefined>;
8
11
  version: import("@angular/core").InputSignal<string | undefined>;
9
12
  static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
10
- static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ndw-layout", never, { "applicationName": { "alias": "applicationName"; "required": true; "isSignal": true; }; "topMenuItems": { "alias": "topMenuItems"; "required": true; "isSignal": true; }; "bottomMenuItems": { "alias": "bottomMenuItems"; "required": false; "isSignal": true; }; "menuFooterTexts": { "alias": "menuFooterTexts"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ndw-layout", never, { "applicationName": { "alias": "applicationName"; "required": true; "isSignal": true; }; "topMenuItems": { "alias": "topMenuItems"; "required": true; "isSignal": true; }; "bottomMenuItems": { "alias": "bottomMenuItems"; "required": false; "isSignal": true; }; "brand": { "alias": "brand"; "required": false; "isSignal": true; }; "isCollapsible": { "alias": "isCollapsible"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "menuFooterTexts": { "alias": "menuFooterTexts"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
11
14
  }
@@ -6,4 +6,4 @@ import { BadgeComponent } from '../badge';
6
6
  import { IconComponent } from '../icon';
7
7
  import { MainNavigationMenuComponent } from '../main-navigation-menu';
8
8
  import { TooltipDirective } from '../tooltip';
9
- export declare const MAIN_NAVIGATION_IMPORTS: (typeof IconComponent | typeof NgTemplateOutlet | typeof TooltipDirective | typeof MainNavigationMenuComponent | typeof BadgeComponent | typeof CdkPortalOutlet | typeof NgClass | typeof OverlayModule | typeof RouterLink)[];
9
+ export declare const MAIN_NAVIGATION_IMPORTS: (typeof BadgeComponent | typeof IconComponent | typeof NgTemplateOutlet | typeof RouterLink | typeof NgClass | typeof TooltipDirective | typeof MainNavigationMenuComponent | typeof CdkPortalOutlet | typeof OverlayModule)[];
@@ -9,7 +9,4 @@ export interface MenuItem extends SimpleMenuItem {
9
9
  icon?: string;
10
10
  notifications?: number;
11
11
  }
12
- export declare enum NdwBrand {
13
- NDW = "NDW",
14
- NWB = "NWB"
15
- }
12
+ export type NdwBrand = 'NDW' | 'NWB';
@@ -1,7 +1,6 @@
1
- import { CardComponent } from '../card';
2
1
  import * as i0 from "@angular/core";
3
2
  export type ModalSize = 'sm' | 'md';
4
- export declare class ModalComponent extends CardComponent {
3
+ export declare class ModalComponent {
5
4
  size: import("@angular/core").InputSignal<ModalSize>;
6
5
  static ɵfac: i0.ɵɵFactoryDeclaration<ModalComponent, never>;
7
6
  static ɵcmp: i0.ɵɵComponentDeclaration<ModalComponent, "ndw-modal", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
@@ -12,9 +12,9 @@ export declare class MultiSelectComponent {
12
12
  readonly chevron: import("@angular/core").InputSignal<boolean>;
13
13
  readonly disabled: import("@angular/core").InputSignal<boolean>;
14
14
  readonly selectAllText: import("@angular/core").InputSignal<SelectAllText>;
15
- readonly lastCheckedElementId: import("@angular/core").ModelSignal<string | number | null | undefined>;
16
15
  readonly dataSource: import("@angular/core").ModelSignal<CheckboxData[]>;
17
- readonly searchInputValue: import("@angular/core").ModelSignal<string>;
16
+ protected readonly lastCheckedElementId: import("@angular/core").ModelSignal<string | number | null | undefined>;
17
+ protected readonly searchInputValue: import("@angular/core").ModelSignal<string>;
18
18
  readonly selectAmount: import("@angular/core").Signal<number>;
19
19
  readonly noSearchResults: import("@angular/core").Signal<boolean>;
20
20
  filterSearch(value: string): boolean;
@@ -24,5 +24,5 @@ export declare class MultiSelectComponent {
24
24
  isOpenChanged(isOpen: boolean): void;
25
25
  private determineLastCheckedElement;
26
26
  static ɵfac: i0.ɵɵFactoryDeclaration<MultiSelectComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ndw-multi-select", never, { "buttonText": { "alias": "buttonText"; "required": true; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": true; "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; }; "selectAllText": { "alias": "selectAllText"; "required": false; "isSignal": true; }; "lastCheckedElementId": { "alias": "lastCheckedElementId"; "required": false; "isSignal": true; }; "dataSource": { "alias": "dataSource"; "required": false; "isSignal": true; }; "searchInputValue": { "alias": "searchInputValue"; "required": false; "isSignal": true; }; }, { "lastCheckedElementId": "lastCheckedElementIdChange"; "dataSource": "dataSourceChange"; "searchInputValue": "searchInputValueChange"; }, never, never, true, never>;
27
+ static ɵcmp: i0.ɵɵComponentDeclaration<MultiSelectComponent, "ndw-multi-select", never, { "buttonText": { "alias": "buttonText"; "required": true; "isSignal": true; }; "searchLabel": { "alias": "searchLabel"; "required": true; "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; }; "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>;
28
28
  }
@@ -1,8 +1 @@
1
- export declare const enum PillColor {
2
- Green = "green",
3
- Gray = "gray",
4
- Blue = "blue",
5
- Purple = "purple",
6
- Yellow = "yellow",
7
- Red = "red"
8
- }
1
+ export type PillColor = 'blue' | 'gray' | 'green' | 'purple' | 'red' | 'yellow';
@@ -1,8 +1,8 @@
1
1
  import * as i0 from "@angular/core";
2
- type RouteBreadcrumb = {
2
+ interface RouteBreadcrumb {
3
3
  url: string;
4
4
  title: string;
5
- };
5
+ }
6
6
  export declare const breadcrumbRouteDataKey = "breadcrumb";
7
7
  export declare class RouterBreadcrumbsComponent {
8
8
  private readonly route;
@@ -0,0 +1,10 @@
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-avatar/summary-card-avatar.component';
6
+ export * from './summary-card-content/summary-card-content.component';
7
+ export * from './summary-card-header/summary-card-header.component';
8
+ export * from './summary-card-tags/summary-card-tags.component';
9
+ export * from './summary-card-tag/summary-card-tag.component';
10
+ export * from './summary-card-subtitle/summary-card-subtitle.component';
@@ -0,0 +1,11 @@
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
+ }
@@ -0,0 +1,9 @@
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"], never, true, never>;
9
+ }
@@ -0,0 +1,8 @@
1
+ import { SummaryVariant } from '../summary-card.model';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SummaryCardAvatarComponent {
4
+ readonly variant: import("@angular/core").InputSignal<SummaryVariant>;
5
+ protected readonly variantClass: import("@angular/core").Signal<string>;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardAvatarComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardAvatarComponent, "ndw-summary-card-avatar", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
8
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,5 @@
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
+ }
@@ -0,0 +1,5 @@
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-summary-card-avatar", "ndw-summary-card-header", "ndw-summary-card-content", "ndw-summary-card-tags"], true, never>;
5
+ }
@@ -0,0 +1,2 @@
1
+ export type SummaryVariant = 'default' | 'orange' | 'blue' | 'green' | 'yellow' | 'red' | 'purple';
2
+ export type SummaryActionsView = 'visible' | 'popover' | 'auto';
@@ -12,7 +12,7 @@ export declare class TagComponent {
12
12
  * The name of the icon to display
13
13
  */
14
14
  suffixIcon: import("@angular/core").InputSignal<string>;
15
- onClick: import("@angular/core").OutputEmitterRef<Event>;
15
+ clicked: import("@angular/core").OutputEmitterRef<Event>;
16
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; }; }, { "onClick": "onClick"; }, never, ["*"], true, 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
18
  }