@ndwnu/design-system 5.1.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 (177) 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/dropdown/dropdown.component.d.ts +1 -1
  7. package/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.d.ts +3 -3
  8. package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts +7 -7
  9. package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.d.ts +5 -2
  10. package/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.d.ts +5 -6
  11. package/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts +12 -14
  12. package/components/form-field/autosuggest/autosuggest.directive.d.ts +7 -8
  13. package/components/form-field/clear-search-button/clear-search-button.component.d.ts +2 -1
  14. package/components/form-field/form-field.component.d.ts +2 -1
  15. package/components/form-field/input/input.model.d.ts +1 -11
  16. package/components/form-field/textarea/auto-grow.directive.d.ts +6 -3
  17. package/components/form-field/textarea/index.d.ts +1 -0
  18. package/components/form-field/textarea/max-char.directive.d.ts +15 -0
  19. package/components/icon/action-icon/action-icon.component.d.ts +2 -2
  20. package/components/main-navigation/main-navigation.model.d.ts +1 -4
  21. package/components/modal/modal.component.d.ts +1 -2
  22. package/components/multi-select/multi-select.component.d.ts +3 -3
  23. package/components/pill/pill.model.d.ts +1 -8
  24. package/components/router-breadcrumbs/router-breadcrumbs.component.d.ts +2 -2
  25. package/components/summary-card/summary-card-actions/summary-card-actions.component.d.ts +1 -1
  26. package/components/tag/tag.component.d.ts +2 -2
  27. package/core/style/styles.css +32 -12
  28. package/core/style/styles.scss +32 -12
  29. package/fesm2022/ndwnu-design-system.mjs +492 -380
  30. package/fesm2022/ndwnu-design-system.mjs.map +1 -1
  31. package/package.json +5 -7
  32. package/esm2022/components/accordion/accordion.component.mjs +0 -32
  33. package/esm2022/components/accordion/accordion.service.mjs +0 -17
  34. package/esm2022/components/accordion/index.mjs +0 -3
  35. package/esm2022/components/alert/alert.component.mjs +0 -42
  36. package/esm2022/components/alert/alert.model.mjs +0 -8
  37. package/esm2022/components/alert/index.mjs +0 -3
  38. package/esm2022/components/badge/badge.component.mjs +0 -21
  39. package/esm2022/components/badge/index.mjs +0 -2
  40. package/esm2022/components/banner/banner.component.mjs +0 -61
  41. package/esm2022/components/banner/banner.model.mjs +0 -6
  42. package/esm2022/components/banner/index.mjs +0 -3
  43. package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -15
  44. package/esm2022/components/breadcrumb/index.mjs +0 -2
  45. package/esm2022/components/breadcrumb-group/breadcrumb-group.component.mjs +0 -21
  46. package/esm2022/components/breadcrumb-group/index.mjs +0 -2
  47. package/esm2022/components/button/button.directive.mjs +0 -37
  48. package/esm2022/components/button/index.mjs +0 -2
  49. package/esm2022/components/card/card-content/card-content.component.mjs +0 -11
  50. package/esm2022/components/card/card-content/index.mjs +0 -2
  51. package/esm2022/components/card/card-footer/card-footer.component.mjs +0 -11
  52. package/esm2022/components/card/card-footer/index.mjs +0 -2
  53. package/esm2022/components/card/card-header/card-header.component.mjs +0 -11
  54. package/esm2022/components/card/card-header/index.mjs +0 -2
  55. package/esm2022/components/card/card.component.mjs +0 -11
  56. package/esm2022/components/card/index.mjs +0 -15
  57. package/esm2022/components/collapsible/collapsible.animation.mjs +0 -26
  58. package/esm2022/components/collapsible/collapsible.component.mjs +0 -34
  59. package/esm2022/components/collapsible/index.mjs +0 -2
  60. package/esm2022/components/dashboard-card/dashboard-card.component.mjs +0 -32
  61. package/esm2022/components/dashboard-card/index.mjs +0 -2
  62. package/esm2022/components/dropdown/dropdown.component.mjs +0 -57
  63. package/esm2022/components/dropdown/index.mjs +0 -2
  64. package/esm2022/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.mjs +0 -29
  65. package/esm2022/components/form-field/autosuggest/autosuggest-add-option/index.mjs +0 -2
  66. package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.mjs +0 -45
  67. package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.mjs +0 -2
  68. package/esm2022/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.mjs +0 -85
  69. package/esm2022/components/form-field/autosuggest/autosuggest-option/index.mjs +0 -3
  70. package/esm2022/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.mjs +0 -82
  71. package/esm2022/components/form-field/autosuggest/autosuggest.directive.mjs +0 -411
  72. package/esm2022/components/form-field/autosuggest/index.mjs +0 -6
  73. package/esm2022/components/form-field/autosuggest/match-bold.pipe.mjs +0 -21
  74. package/esm2022/components/form-field/checkbox/checkbox.component.mjs +0 -62
  75. package/esm2022/components/form-field/checkbox/index.mjs +0 -2
  76. package/esm2022/components/form-field/checkbox-group/checkbox-group.component.mjs +0 -15
  77. package/esm2022/components/form-field/checkbox-group/index.mjs +0 -2
  78. package/esm2022/components/form-field/clear-search-button/clear-search-button.component.mjs +0 -37
  79. package/esm2022/components/form-field/error/error.component.mjs +0 -12
  80. package/esm2022/components/form-field/error/index.mjs +0 -2
  81. package/esm2022/components/form-field/file-upload/file-upload-text.interface.mjs +0 -2
  82. package/esm2022/components/form-field/file-upload/file-upload.component.mjs +0 -172
  83. package/esm2022/components/form-field/file-upload/index.mjs +0 -3
  84. package/esm2022/components/form-field/form-field.component.mjs +0 -81
  85. package/esm2022/components/form-field/form-field.constant.mjs +0 -2
  86. package/esm2022/components/form-field/form-field.model.mjs +0 -8
  87. package/esm2022/components/form-field/index.mjs +0 -17
  88. package/esm2022/components/form-field/info/index.mjs +0 -2
  89. package/esm2022/components/form-field/info/info.component.mjs +0 -11
  90. package/esm2022/components/form-field/input/index.mjs +0 -3
  91. package/esm2022/components/form-field/input/input.directive.mjs +0 -68
  92. package/esm2022/components/form-field/input/input.model.mjs +0 -13
  93. package/esm2022/components/form-field/input-button/index.mjs +0 -2
  94. package/esm2022/components/form-field/input-button/input-button.component.mjs +0 -23
  95. package/esm2022/components/form-field/input-icon/index.mjs +0 -2
  96. package/esm2022/components/form-field/input-icon/input-icon.component.mjs +0 -12
  97. package/esm2022/components/form-field/month-input/index.mjs +0 -2
  98. package/esm2022/components/form-field/month-input/month-input-utils.mjs +0 -13
  99. package/esm2022/components/form-field/month-input/month-input.component.mjs +0 -154
  100. package/esm2022/components/form-field/option-group/index.mjs +0 -4
  101. package/esm2022/components/form-field/option-group/option-group.component.mjs +0 -64
  102. package/esm2022/components/form-field/option-group/option-group.model.mjs +0 -2
  103. package/esm2022/components/form-field/option-group/option.component.mjs +0 -22
  104. package/esm2022/components/form-field/picker-button/picker-button.component.mjs +0 -50
  105. package/esm2022/components/form-field/radio-button/index.mjs +0 -2
  106. package/esm2022/components/form-field/radio-button/radio-button.component.mjs +0 -63
  107. package/esm2022/components/form-field/radio-group/index.mjs +0 -2
  108. package/esm2022/components/form-field/radio-group/radio-group.component.mjs +0 -70
  109. package/esm2022/components/form-field/success/index.mjs +0 -2
  110. package/esm2022/components/form-field/success/success.component.mjs +0 -12
  111. package/esm2022/components/form-field/textarea/auto-grow.directive.mjs +0 -45
  112. package/esm2022/components/form-field/textarea/index.mjs +0 -2
  113. package/esm2022/components/icon/action-icon/action-icon.component.mjs +0 -40
  114. package/esm2022/components/icon/action-icon/index.mjs +0 -2
  115. package/esm2022/components/icon/icon.component.mjs +0 -36
  116. package/esm2022/components/icon/index.mjs +0 -3
  117. package/esm2022/components/index.mjs +0 -29
  118. package/esm2022/components/layout/index.mjs +0 -2
  119. package/esm2022/components/layout/layout.component.mjs +0 -23
  120. package/esm2022/components/layout-banners/index.mjs +0 -2
  121. package/esm2022/components/layout-banners/layout-banners.component.mjs +0 -11
  122. package/esm2022/components/loader/index.mjs +0 -2
  123. package/esm2022/components/loader/loader.component.mjs +0 -11
  124. package/esm2022/components/main-navigation/index.mjs +0 -3
  125. package/esm2022/components/main-navigation/main-navigation.component.mjs +0 -165
  126. package/esm2022/components/main-navigation/main-navigation.imports.mjs +0 -20
  127. package/esm2022/components/main-navigation/main-navigation.model.mjs +0 -6
  128. package/esm2022/components/main-navigation-menu/index.mjs +0 -2
  129. package/esm2022/components/main-navigation-menu/main-navigation-menu.component.mjs +0 -20
  130. package/esm2022/components/modal/index.mjs +0 -16
  131. package/esm2022/components/modal/modal-content/index.mjs +0 -2
  132. package/esm2022/components/modal/modal-content/modal-content.component.mjs +0 -11
  133. package/esm2022/components/modal/modal-footer/index.mjs +0 -2
  134. package/esm2022/components/modal/modal-footer/modal-footer.component.mjs +0 -11
  135. package/esm2022/components/modal/modal-header/index.mjs +0 -2
  136. package/esm2022/components/modal/modal-header/modal-header.component.mjs +0 -18
  137. package/esm2022/components/modal/modal-ref.mjs +0 -4
  138. package/esm2022/components/modal/modal.component.mjs +0 -19
  139. package/esm2022/components/modal/modal.service.mjs +0 -31
  140. package/esm2022/components/multi-select/checkbox-data.interface.mjs +0 -2
  141. package/esm2022/components/multi-select/index.mjs +0 -4
  142. package/esm2022/components/multi-select/multi-select.component.mjs +0 -76
  143. package/esm2022/components/multi-select/select-all-text.interface.mjs +0 -2
  144. package/esm2022/components/pill/index.mjs +0 -3
  145. package/esm2022/components/pill/pill.component.mjs +0 -26
  146. package/esm2022/components/pill/pill.model.mjs +0 -10
  147. package/esm2022/components/popover/index.mjs +0 -2
  148. package/esm2022/components/popover/popover-trigger.directive.mjs +0 -182
  149. package/esm2022/components/router-breadcrumbs/index.mjs +0 -2
  150. package/esm2022/components/router-breadcrumbs/router-breadcrumbs.component.mjs +0 -37
  151. package/esm2022/components/summary-card/index.mjs +0 -11
  152. package/esm2022/components/summary-card/summary-card-action/summary-card-action.component.mjs +0 -23
  153. package/esm2022/components/summary-card/summary-card-actions/summary-card-actions.component.mjs +0 -26
  154. package/esm2022/components/summary-card/summary-card-avatar/summary-card-avatar.component.mjs +0 -25
  155. package/esm2022/components/summary-card/summary-card-content/summary-card-content.component.mjs +0 -19
  156. package/esm2022/components/summary-card/summary-card-header/summary-card-header.component.mjs +0 -13
  157. package/esm2022/components/summary-card/summary-card-subtitle/summary-card-subtitle.component.mjs +0 -11
  158. package/esm2022/components/summary-card/summary-card-tag/summary-card-tag.component.mjs +0 -20
  159. package/esm2022/components/summary-card/summary-card-tags/summary-card-tags.component.mjs +0 -20
  160. package/esm2022/components/summary-card/summary-card.component.mjs +0 -14
  161. package/esm2022/components/summary-card/summary-card.model.mjs +0 -2
  162. package/esm2022/components/tab/index.mjs +0 -2
  163. package/esm2022/components/tab/tab.component.mjs +0 -32
  164. package/esm2022/components/tab-group/index.mjs +0 -2
  165. package/esm2022/components/tab-group/tab-group.component.mjs +0 -34
  166. package/esm2022/components/tag/index.mjs +0 -2
  167. package/esm2022/components/tag/tag.component.mjs +0 -29
  168. package/esm2022/components/toast/index.mjs +0 -3
  169. package/esm2022/components/toast/toast.component.mjs +0 -77
  170. package/esm2022/components/toast/toast.service.mjs +0 -43
  171. package/esm2022/components/tooltip/index.mjs +0 -3
  172. package/esm2022/components/tooltip/tooltip.component.mjs +0 -16
  173. package/esm2022/components/tooltip/tooltip.directive.mjs +0 -89
  174. package/esm2022/models/aria.model.mjs +0 -2
  175. package/esm2022/models/index.mjs +0 -2
  176. package/esm2022/ndwnu-design-system.mjs +0 -5
  177. 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
  }
@@ -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';
@@ -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
  }
@@ -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 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;
@@ -1,5 +1,5 @@
1
- import { SummaryActionsView } from '../summary-card.model';
2
1
  import { SummaryCardActionComponent } from '../summary-card-action/summary-card-action.component';
2
+ import { SummaryActionsView } from '../summary-card.model';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class SummaryCardActionsComponent {
5
5
  readonly view: import("@angular/core").InputSignal<SummaryActionsView>;
@@ -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
  }
@@ -292,10 +292,10 @@
292
292
  position: absolute;
293
293
  pointer-events: auto;
294
294
  box-sizing: border-box;
295
- z-index: 1000;
296
295
  display: flex;
297
296
  max-width: 100%;
298
297
  max-height: 100%;
298
+ z-index: 1000;
299
299
  }
300
300
 
301
301
  .cdk-overlay-backdrop {
@@ -304,21 +304,22 @@
304
304
  bottom: 0;
305
305
  left: 0;
306
306
  right: 0;
307
- z-index: 1000;
308
307
  pointer-events: auto;
309
308
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
310
- transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
311
309
  opacity: 0;
310
+ z-index: 1000;
311
+ transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
312
312
  }
313
313
 
314
- .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
314
+ .cdk-overlay-backdrop-showing {
315
315
  opacity: 1;
316
316
  }
317
317
 
318
- .cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
319
- opacity: 0.6;
318
+ @media (forced-colors: active) {
319
+ .cdk-overlay-backdrop-showing {
320
+ opacity: 0.6;
321
+ }
320
322
  }
321
-
322
323
  .cdk-overlay-dark-backdrop {
323
324
  background: rgba(0, 0, 0, 0.32);
324
325
  }
@@ -329,7 +330,7 @@
329
330
  opacity: 1;
330
331
  }
331
332
 
332
- .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
333
+ .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing, .cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
333
334
  opacity: 0;
334
335
  visibility: visible;
335
336
  }
@@ -340,11 +341,11 @@
340
341
 
341
342
  .cdk-overlay-connected-position-bounding-box {
342
343
  position: absolute;
343
- z-index: 1000;
344
344
  display: flex;
345
345
  flex-direction: column;
346
346
  min-width: 1px;
347
347
  min-height: 1px;
348
+ z-index: 1000;
348
349
  }
349
350
 
350
351
  .cdk-global-scrollblock {
@@ -910,6 +911,10 @@ hr[noMargin] {
910
911
  color: var(--ndw-color-grey-500);
911
912
  }
912
913
 
914
+ .input-container:has(> select[ndwInput]) {
915
+ padding-inline-end: var(--ndw-spacing-xs);
916
+ }
917
+
913
918
  .input-container:has(> [ndwInput]) {
914
919
  display: flex;
915
920
  align-items: center;
@@ -920,7 +925,6 @@ hr[noMargin] {
920
925
  outline: var(--ndw-border-size-sm) solid transparent;
921
926
  outline-offset: calc(var(--ndw-border-size-sm) * -1);
922
927
  transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, outline-color 150ms ease-in-out;
923
- padding-inline: var(--ndw-spacing-xs);
924
928
  gap: var(--ndw-spacing-xs);
925
929
  }
926
930
  .input-container:has(> [ndwInput]):has([ndwInput]:hover) {
@@ -964,6 +968,12 @@ hr[noMargin] {
964
968
  .input-container:has(> [ndwInput])[disabled] ndw-icon, .input-container:has(> [ndwInput])[readonly] ndw-icon {
965
969
  color: var(--ndw-color-grey-300);
966
970
  }
971
+ .input-container:has(> [ndwInput]):has(> ndw-input-icon) {
972
+ padding-inline: var(--ndw-spacing-xs);
973
+ }
974
+ .input-container:has(> [ndwInput]):has(> ndw-picker-button) {
975
+ padding-inline-end: var(--ndw-spacing-xs);
976
+ }
967
977
  .input-container:has(> [ndwInput]) > *:has(~ [ndwInput]) {
968
978
  color: var(--ndw-color-grey-400);
969
979
  }
@@ -973,9 +983,12 @@ hr[noMargin] {
973
983
  .input-container:has(> [ndwInput]) [ndwInput]:has(+ *) {
974
984
  padding-inline-end: 0;
975
985
  }
976
- .input-container:has(> [ndwInput]) select[ndwInput]:has(+ *) {
986
+ .input-container:has(> [ndwInput]) [ndwInput]:is(textarea) {
977
987
  padding-inline-end: var(--ndw-spacing-sm);
978
988
  }
989
+ .input-container:has(> [ndwInput]) select[ndwInput]:has(+ *) {
990
+ padding-inline-end: 0;
991
+ }
979
992
  .input-container:has(> [ndwInput]) [ndwInput] {
980
993
  border: none;
981
994
  outline: none;
@@ -984,6 +997,9 @@ hr[noMargin] {
984
997
  border: none;
985
998
  outline: none;
986
999
  }
1000
+ .input-container:has(> [ndwInput]):has(textarea) {
1001
+ padding-inline: 0;
1002
+ }
987
1003
 
988
1004
  [ndwInput] {
989
1005
  display: flex;
@@ -1073,6 +1089,9 @@ select[ndwInput] option:not([disabled]) {
1073
1089
  textarea[ndwInput] {
1074
1090
  min-height: 4rem;
1075
1091
  padding-block: calc(var(--ndw-spacing-xs) + var(--ndw-border-size-sm));
1092
+ padding-inline: var(--ndw-spacing-sm);
1093
+ line-height: normal;
1094
+ white-space: pre-wrap;
1076
1095
  resize: vertical;
1077
1096
  }
1078
1097
 
@@ -1328,7 +1347,8 @@ textarea[ndwInput] {
1328
1347
  }
1329
1348
  .ndw-summary-card .ndw-summary-card-actions {
1330
1349
  flex: 1;
1331
- justify-items: right;
1350
+ display: flex;
1351
+ justify-content: flex-end;
1332
1352
  }
1333
1353
  .ndw-summary-card .ndw-summary-card-actions--auto {
1334
1354
  container-type: inline-size;