@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.
- package/components/alert/alert.model.d.ts +1 -6
- package/components/banner/banner.model.d.ts +1 -4
- package/components/card/card-header/card-header.component.d.ts +7 -1
- package/components/card/card.animation.d.ts +1 -0
- package/components/card/card.component.d.ts +15 -2
- package/components/dropdown/dropdown.component.d.ts +1 -1
- package/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.d.ts +3 -3
- package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts +7 -7
- package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.d.ts +5 -2
- package/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.d.ts +5 -6
- package/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts +12 -14
- package/components/form-field/autosuggest/autosuggest.directive.d.ts +7 -8
- package/components/form-field/clear-search-button/clear-search-button.component.d.ts +2 -1
- package/components/form-field/form-field.component.d.ts +2 -1
- package/components/form-field/input/input.model.d.ts +1 -11
- package/components/form-field/textarea/auto-grow.directive.d.ts +6 -3
- package/components/form-field/textarea/index.d.ts +1 -0
- package/components/form-field/textarea/max-char.directive.d.ts +15 -0
- package/components/icon/action-icon/action-icon.component.d.ts +2 -2
- package/components/main-navigation/main-navigation.model.d.ts +1 -4
- package/components/modal/modal.component.d.ts +1 -2
- package/components/multi-select/multi-select.component.d.ts +3 -3
- package/components/pill/pill.model.d.ts +1 -8
- package/components/router-breadcrumbs/router-breadcrumbs.component.d.ts +2 -2
- package/components/summary-card/summary-card-actions/summary-card-actions.component.d.ts +1 -1
- package/components/tag/tag.component.d.ts +2 -2
- package/core/style/styles.css +32 -12
- package/core/style/styles.scss +32 -12
- package/fesm2022/ndwnu-design-system.mjs +492 -380
- package/fesm2022/ndwnu-design-system.mjs.map +1 -1
- package/package.json +5 -7
- package/esm2022/components/accordion/accordion.component.mjs +0 -32
- package/esm2022/components/accordion/accordion.service.mjs +0 -17
- package/esm2022/components/accordion/index.mjs +0 -3
- package/esm2022/components/alert/alert.component.mjs +0 -42
- package/esm2022/components/alert/alert.model.mjs +0 -8
- package/esm2022/components/alert/index.mjs +0 -3
- package/esm2022/components/badge/badge.component.mjs +0 -21
- package/esm2022/components/badge/index.mjs +0 -2
- package/esm2022/components/banner/banner.component.mjs +0 -61
- package/esm2022/components/banner/banner.model.mjs +0 -6
- package/esm2022/components/banner/index.mjs +0 -3
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +0 -15
- package/esm2022/components/breadcrumb/index.mjs +0 -2
- package/esm2022/components/breadcrumb-group/breadcrumb-group.component.mjs +0 -21
- package/esm2022/components/breadcrumb-group/index.mjs +0 -2
- package/esm2022/components/button/button.directive.mjs +0 -37
- package/esm2022/components/button/index.mjs +0 -2
- package/esm2022/components/card/card-content/card-content.component.mjs +0 -11
- package/esm2022/components/card/card-content/index.mjs +0 -2
- package/esm2022/components/card/card-footer/card-footer.component.mjs +0 -11
- package/esm2022/components/card/card-footer/index.mjs +0 -2
- package/esm2022/components/card/card-header/card-header.component.mjs +0 -11
- package/esm2022/components/card/card-header/index.mjs +0 -2
- package/esm2022/components/card/card.component.mjs +0 -11
- package/esm2022/components/card/index.mjs +0 -15
- package/esm2022/components/collapsible/collapsible.animation.mjs +0 -26
- package/esm2022/components/collapsible/collapsible.component.mjs +0 -34
- package/esm2022/components/collapsible/index.mjs +0 -2
- package/esm2022/components/dashboard-card/dashboard-card.component.mjs +0 -32
- package/esm2022/components/dashboard-card/index.mjs +0 -2
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -57
- package/esm2022/components/dropdown/index.mjs +0 -2
- package/esm2022/components/form-field/autosuggest/autosuggest-add-option/autosuggest-add-option.component.mjs +0 -29
- package/esm2022/components/form-field/autosuggest/autosuggest-add-option/index.mjs +0 -2
- package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.mjs +0 -45
- package/esm2022/components/form-field/autosuggest/autosuggest-option/autosuggest-option.model.mjs +0 -2
- package/esm2022/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.mjs +0 -85
- package/esm2022/components/form-field/autosuggest/autosuggest-option/index.mjs +0 -3
- package/esm2022/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.mjs +0 -82
- package/esm2022/components/form-field/autosuggest/autosuggest.directive.mjs +0 -411
- package/esm2022/components/form-field/autosuggest/index.mjs +0 -6
- package/esm2022/components/form-field/autosuggest/match-bold.pipe.mjs +0 -21
- package/esm2022/components/form-field/checkbox/checkbox.component.mjs +0 -62
- package/esm2022/components/form-field/checkbox/index.mjs +0 -2
- package/esm2022/components/form-field/checkbox-group/checkbox-group.component.mjs +0 -15
- package/esm2022/components/form-field/checkbox-group/index.mjs +0 -2
- package/esm2022/components/form-field/clear-search-button/clear-search-button.component.mjs +0 -37
- package/esm2022/components/form-field/error/error.component.mjs +0 -12
- package/esm2022/components/form-field/error/index.mjs +0 -2
- package/esm2022/components/form-field/file-upload/file-upload-text.interface.mjs +0 -2
- package/esm2022/components/form-field/file-upload/file-upload.component.mjs +0 -172
- package/esm2022/components/form-field/file-upload/index.mjs +0 -3
- package/esm2022/components/form-field/form-field.component.mjs +0 -81
- package/esm2022/components/form-field/form-field.constant.mjs +0 -2
- package/esm2022/components/form-field/form-field.model.mjs +0 -8
- package/esm2022/components/form-field/index.mjs +0 -17
- package/esm2022/components/form-field/info/index.mjs +0 -2
- package/esm2022/components/form-field/info/info.component.mjs +0 -11
- package/esm2022/components/form-field/input/index.mjs +0 -3
- package/esm2022/components/form-field/input/input.directive.mjs +0 -68
- package/esm2022/components/form-field/input/input.model.mjs +0 -13
- package/esm2022/components/form-field/input-button/index.mjs +0 -2
- package/esm2022/components/form-field/input-button/input-button.component.mjs +0 -23
- package/esm2022/components/form-field/input-icon/index.mjs +0 -2
- package/esm2022/components/form-field/input-icon/input-icon.component.mjs +0 -12
- package/esm2022/components/form-field/month-input/index.mjs +0 -2
- package/esm2022/components/form-field/month-input/month-input-utils.mjs +0 -13
- package/esm2022/components/form-field/month-input/month-input.component.mjs +0 -154
- package/esm2022/components/form-field/option-group/index.mjs +0 -4
- package/esm2022/components/form-field/option-group/option-group.component.mjs +0 -64
- package/esm2022/components/form-field/option-group/option-group.model.mjs +0 -2
- package/esm2022/components/form-field/option-group/option.component.mjs +0 -22
- package/esm2022/components/form-field/picker-button/picker-button.component.mjs +0 -50
- package/esm2022/components/form-field/radio-button/index.mjs +0 -2
- package/esm2022/components/form-field/radio-button/radio-button.component.mjs +0 -63
- package/esm2022/components/form-field/radio-group/index.mjs +0 -2
- package/esm2022/components/form-field/radio-group/radio-group.component.mjs +0 -70
- package/esm2022/components/form-field/success/index.mjs +0 -2
- package/esm2022/components/form-field/success/success.component.mjs +0 -12
- package/esm2022/components/form-field/textarea/auto-grow.directive.mjs +0 -45
- package/esm2022/components/form-field/textarea/index.mjs +0 -2
- package/esm2022/components/icon/action-icon/action-icon.component.mjs +0 -40
- package/esm2022/components/icon/action-icon/index.mjs +0 -2
- package/esm2022/components/icon/icon.component.mjs +0 -36
- package/esm2022/components/icon/index.mjs +0 -3
- package/esm2022/components/index.mjs +0 -29
- package/esm2022/components/layout/index.mjs +0 -2
- package/esm2022/components/layout/layout.component.mjs +0 -23
- package/esm2022/components/layout-banners/index.mjs +0 -2
- package/esm2022/components/layout-banners/layout-banners.component.mjs +0 -11
- package/esm2022/components/loader/index.mjs +0 -2
- package/esm2022/components/loader/loader.component.mjs +0 -11
- package/esm2022/components/main-navigation/index.mjs +0 -3
- package/esm2022/components/main-navigation/main-navigation.component.mjs +0 -165
- package/esm2022/components/main-navigation/main-navigation.imports.mjs +0 -20
- package/esm2022/components/main-navigation/main-navigation.model.mjs +0 -6
- package/esm2022/components/main-navigation-menu/index.mjs +0 -2
- package/esm2022/components/main-navigation-menu/main-navigation-menu.component.mjs +0 -20
- package/esm2022/components/modal/index.mjs +0 -16
- package/esm2022/components/modal/modal-content/index.mjs +0 -2
- package/esm2022/components/modal/modal-content/modal-content.component.mjs +0 -11
- package/esm2022/components/modal/modal-footer/index.mjs +0 -2
- package/esm2022/components/modal/modal-footer/modal-footer.component.mjs +0 -11
- package/esm2022/components/modal/modal-header/index.mjs +0 -2
- package/esm2022/components/modal/modal-header/modal-header.component.mjs +0 -18
- package/esm2022/components/modal/modal-ref.mjs +0 -4
- package/esm2022/components/modal/modal.component.mjs +0 -19
- package/esm2022/components/modal/modal.service.mjs +0 -31
- package/esm2022/components/multi-select/checkbox-data.interface.mjs +0 -2
- package/esm2022/components/multi-select/index.mjs +0 -4
- package/esm2022/components/multi-select/multi-select.component.mjs +0 -76
- package/esm2022/components/multi-select/select-all-text.interface.mjs +0 -2
- package/esm2022/components/pill/index.mjs +0 -3
- package/esm2022/components/pill/pill.component.mjs +0 -26
- package/esm2022/components/pill/pill.model.mjs +0 -10
- package/esm2022/components/popover/index.mjs +0 -2
- package/esm2022/components/popover/popover-trigger.directive.mjs +0 -182
- package/esm2022/components/router-breadcrumbs/index.mjs +0 -2
- package/esm2022/components/router-breadcrumbs/router-breadcrumbs.component.mjs +0 -37
- package/esm2022/components/summary-card/index.mjs +0 -11
- package/esm2022/components/summary-card/summary-card-action/summary-card-action.component.mjs +0 -23
- package/esm2022/components/summary-card/summary-card-actions/summary-card-actions.component.mjs +0 -26
- package/esm2022/components/summary-card/summary-card-avatar/summary-card-avatar.component.mjs +0 -25
- package/esm2022/components/summary-card/summary-card-content/summary-card-content.component.mjs +0 -19
- package/esm2022/components/summary-card/summary-card-header/summary-card-header.component.mjs +0 -13
- package/esm2022/components/summary-card/summary-card-subtitle/summary-card-subtitle.component.mjs +0 -11
- package/esm2022/components/summary-card/summary-card-tag/summary-card-tag.component.mjs +0 -20
- package/esm2022/components/summary-card/summary-card-tags/summary-card-tags.component.mjs +0 -20
- package/esm2022/components/summary-card/summary-card.component.mjs +0 -14
- package/esm2022/components/summary-card/summary-card.model.mjs +0 -2
- package/esm2022/components/tab/index.mjs +0 -2
- package/esm2022/components/tab/tab.component.mjs +0 -32
- package/esm2022/components/tab-group/index.mjs +0 -2
- package/esm2022/components/tab-group/tab-group.component.mjs +0 -34
- package/esm2022/components/tag/index.mjs +0 -2
- package/esm2022/components/tag/tag.component.mjs +0 -29
- package/esm2022/components/toast/index.mjs +0 -3
- package/esm2022/components/toast/toast.component.mjs +0 -77
- package/esm2022/components/toast/toast.service.mjs +0 -43
- package/esm2022/components/tooltip/index.mjs +0 -3
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -16
- package/esm2022/components/tooltip/tooltip.directive.mjs +0 -89
- package/esm2022/models/aria.model.mjs +0 -2
- package/esm2022/models/index.mjs +0 -2
- package/esm2022/ndwnu-design-system.mjs +0 -5
- package/esm2022/public-api.mjs +0 -5
|
@@ -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
|
|
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, {}, {},
|
|
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<
|
|
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
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestAddOptionComponent
|
|
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
|
}
|
package/components/form-field/autosuggest/autosuggest-option/autosuggest-option.component.d.ts
CHANGED
|
@@ -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:
|
|
4
|
+
export declare class AutocompleteOptionSelectionChange<T> {
|
|
5
|
+
source: AutosuggestOptionComponentType<T>;
|
|
6
6
|
isUserInput: boolean;
|
|
7
|
-
constructor(source:
|
|
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
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestOptionComponent
|
|
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
|
-
|
|
2
|
-
|
|
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>;
|
package/components/form-field/autosuggest/autosuggest-option/base-autosuggest-option.component.d.ts
CHANGED
|
@@ -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<
|
|
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
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseAutosuggestOptionComponent
|
|
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
|
}
|
package/components/form-field/autosuggest/autosuggest-panel/autosuggest-panel.component.d.ts
CHANGED
|
@@ -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 {
|
|
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<
|
|
13
|
+
readonly optionSelected: import("@angular/core").OutputEmitterRef<T | null>;
|
|
16
14
|
readonly addOption: import("@angular/core").OutputEmitterRef<string>;
|
|
17
|
-
items: QueryList<
|
|
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<
|
|
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<
|
|
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:
|
|
33
|
+
emitSelectEvent(option: AutosuggestOptionComponentType<T>): void;
|
|
36
34
|
addNewOption(value: string): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AutosuggestPanelComponent
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AutosuggestPanelComponent
|
|
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 {
|
|
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():
|
|
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
|
|
71
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosuggestDirective
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
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
|
}
|
|
@@ -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
|
|
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; }; }, { "
|
|
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
|
}
|
|
@@ -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
|
|
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
|
|
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; }; "
|
|
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,8 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
|
-
|
|
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
|
-
|
|
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; }; }, { "
|
|
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
|
}
|
package/core/style/styles.css
CHANGED
|
@@ -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
|
|
314
|
+
.cdk-overlay-backdrop-showing {
|
|
315
315
|
opacity: 1;
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
|
|
319
|
-
|
|
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])
|
|
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
|
-
|
|
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;
|