@ndwnu/design-system 5.0.0 → 6.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/card/index.d.ts +2 -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/picker-button/picker-button.component.d.ts +1 -0
- 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/index.d.ts +1 -0
- package/components/layout/layout.component.d.ts +5 -2
- package/components/main-navigation/main-navigation.imports.d.ts +1 -1
- 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/index.d.ts +10 -0
- package/components/summary-card/summary-card-action/summary-card-action.component.d.ts +11 -0
- package/components/summary-card/summary-card-actions/summary-card-actions.component.d.ts +9 -0
- package/components/summary-card/summary-card-avatar/summary-card-avatar.component.d.ts +8 -0
- package/components/summary-card/summary-card-content/summary-card-content.component.d.ts +5 -0
- package/components/summary-card/summary-card-header/summary-card-header.component.d.ts +5 -0
- package/components/summary-card/summary-card-subtitle/summary-card-subtitle.component.d.ts +5 -0
- package/components/summary-card/summary-card-tag/summary-card-tag.component.d.ts +5 -0
- package/components/summary-card/summary-card-tags/summary-card-tags.component.d.ts +5 -0
- package/components/summary-card/summary-card.component.d.ts +5 -0
- package/components/summary-card/summary-card.model.d.ts +2 -0
- package/components/tag/tag.component.d.ts +2 -2
- package/core/style/styles.css +217 -11
- package/core/style/styles.scss +217 -11
- package/fesm2022/ndwnu-design-system.mjs +608 -334
- 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 -45
- 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 -28
- package/esm2022/components/layout/index.mjs +0 -2
- package/esm2022/components/layout/layout.component.mjs +0 -20
- 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 -25
- package/esm2022/components/pill/pill.model.mjs +0 -2
- 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/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
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { CardContentComponent } from './card-content';
|
|
2
2
|
export * from './card-content';
|
|
3
3
|
export * from './card-footer';
|
|
4
4
|
export * from './card-header';
|
|
5
5
|
export * from './card.component';
|
|
6
|
-
export declare const CARD_COMPONENTS: (typeof
|
|
6
|
+
export declare const CARD_COMPONENTS: (typeof CardContentComponent)[];
|
|
@@ -3,7 +3,7 @@ import { PopoverTriggerDirective } from '../popover';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class DropdownComponent {
|
|
5
5
|
readonly disabled: import("@angular/core").InputSignal<boolean>;
|
|
6
|
-
readonly chevron: import("@angular/core").InputSignal<
|
|
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';
|
|
@@ -6,6 +6,7 @@ export declare class PickerButtonComponent {
|
|
|
6
6
|
readonly input: import("@angular/core").InputSignal<InputDirective | undefined>;
|
|
7
7
|
readonly ariaLabel: import("@angular/core").InputSignal<string>;
|
|
8
8
|
readonly required: import("@angular/core").InputSignal<InputType | undefined>;
|
|
9
|
+
private readonly platform;
|
|
9
10
|
protected readonly icon: import("@angular/core").Signal<string | undefined>;
|
|
10
11
|
protected onClick(): void;
|
|
11
12
|
private getIcon;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit
|
|
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
|
}
|
package/components/index.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
|
-
import { MenuItem } from '../main-navigation';
|
|
1
|
+
import { MenuItem, NdwBrand } from '../main-navigation';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class LayoutComponent {
|
|
4
4
|
applicationName: import("@angular/core").InputSignal<string>;
|
|
5
5
|
topMenuItems: import("@angular/core").InputSignal<MenuItem[]>;
|
|
6
6
|
bottomMenuItems: import("@angular/core").InputSignal<MenuItem[] | undefined>;
|
|
7
|
+
brand: import("@angular/core").InputSignal<NdwBrand>;
|
|
8
|
+
isCollapsible: import("@angular/core").InputSignal<boolean>;
|
|
9
|
+
isExpanded: import("@angular/core").InputSignal<boolean>;
|
|
7
10
|
menuFooterTexts: import("@angular/core").InputSignal<string[] | undefined>;
|
|
8
11
|
version: import("@angular/core").InputSignal<string | undefined>;
|
|
9
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ndw-layout", never, { "applicationName": { "alias": "applicationName"; "required": true; "isSignal": true; }; "topMenuItems": { "alias": "topMenuItems"; "required": true; "isSignal": true; }; "bottomMenuItems": { "alias": "bottomMenuItems"; "required": false; "isSignal": true; }; "menuFooterTexts": { "alias": "menuFooterTexts"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<LayoutComponent, "ndw-layout", never, { "applicationName": { "alias": "applicationName"; "required": true; "isSignal": true; }; "topMenuItems": { "alias": "topMenuItems"; "required": true; "isSignal": true; }; "bottomMenuItems": { "alias": "bottomMenuItems"; "required": false; "isSignal": true; }; "brand": { "alias": "brand"; "required": false; "isSignal": true; }; "isCollapsible": { "alias": "isCollapsible"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "menuFooterTexts": { "alias": "menuFooterTexts"; "required": false; "isSignal": true; }; "version": { "alias": "version"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
11
14
|
}
|
|
@@ -6,4 +6,4 @@ import { BadgeComponent } from '../badge';
|
|
|
6
6
|
import { IconComponent } from '../icon';
|
|
7
7
|
import { MainNavigationMenuComponent } from '../main-navigation-menu';
|
|
8
8
|
import { TooltipDirective } from '../tooltip';
|
|
9
|
-
export declare const MAIN_NAVIGATION_IMPORTS: (typeof
|
|
9
|
+
export declare const MAIN_NAVIGATION_IMPORTS: (typeof BadgeComponent | typeof IconComponent | typeof NgTemplateOutlet | typeof RouterLink | typeof NgClass | typeof TooltipDirective | typeof MainNavigationMenuComponent | typeof CdkPortalOutlet | typeof OverlayModule)[];
|
|
@@ -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;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './summary-card.model';
|
|
2
|
+
export * from './summary-card.component';
|
|
3
|
+
export * from './summary-card-actions/summary-card-actions.component';
|
|
4
|
+
export * from './summary-card-action/summary-card-action.component';
|
|
5
|
+
export * from './summary-card-avatar/summary-card-avatar.component';
|
|
6
|
+
export * from './summary-card-content/summary-card-content.component';
|
|
7
|
+
export * from './summary-card-header/summary-card-header.component';
|
|
8
|
+
export * from './summary-card-tags/summary-card-tags.component';
|
|
9
|
+
export * from './summary-card-tag/summary-card-tag.component';
|
|
10
|
+
export * from './summary-card-subtitle/summary-card-subtitle.component';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SummaryCardActionComponent {
|
|
4
|
+
readonly iconName: import("@angular/core").InputSignal<string>;
|
|
5
|
+
readonly label: import("@angular/core").InputSignal<string>;
|
|
6
|
+
readonly disabled: import("@angular/core").InputSignal<boolean | undefined>;
|
|
7
|
+
readonly action: import("@angular/core").OutputEmitterRef<void>;
|
|
8
|
+
readonly template: import("@angular/core").Signal<TemplateRef<Element>>;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardActionComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardActionComponent, "ndw-summary-card-action", never, { "iconName": { "alias": "iconName"; "required": true; "isSignal": true; }; "label": { "alias": "label"; "required": true; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "action": "action"; }, never, never, true, never>;
|
|
11
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SummaryCardActionComponent } from '../summary-card-action/summary-card-action.component';
|
|
2
|
+
import { SummaryActionsView } from '../summary-card.model';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class SummaryCardActionsComponent {
|
|
5
|
+
readonly view: import("@angular/core").InputSignal<SummaryActionsView>;
|
|
6
|
+
readonly actions: import("@angular/core").Signal<readonly SummaryCardActionComponent[]>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardActionsComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardActionsComponent, "ndw-summary-card-actions", never, { "view": { "alias": "view"; "required": false; "isSignal": true; }; }, {}, ["actions"], never, true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SummaryVariant } from '../summary-card.model';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class SummaryCardAvatarComponent {
|
|
4
|
+
readonly variant: import("@angular/core").InputSignal<SummaryVariant>;
|
|
5
|
+
protected readonly variantClass: import("@angular/core").Signal<string>;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardAvatarComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardAvatarComponent, "ndw-summary-card-avatar", never, { "variant": { "alias": "variant"; "required": false; "isSignal": true; }; }, {}, never, ["*"], true, never>;
|
|
8
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardContentComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardContentComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardContentComponent, "ndw-summary-card-content", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardHeaderComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardHeaderComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardHeaderComponent, "ndw-summary-card-header", never, {}, {}, never, ["ndw-pill", "*", "ndw-summary-card-subtitle", "ndw-summary-card-actions"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardSubtitleComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardSubtitleComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardSubtitleComponent, "ndw-summary-card-subtitle", never, {}, {}, never, ["ndw-icon", "*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardTagComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardTagComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardTagComponent, "ndw-summary-card-tag", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardTagsComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardTagsComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardTagsComponent, "ndw-summary-card-tags", never, {}, {}, never, ["*"], true, never>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class SummaryCardComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SummaryCardComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SummaryCardComponent, "ndw-summary-card", never, {}, {}, never, ["ndw-summary-card-avatar", "ndw-summary-card-header", "ndw-summary-card-content", "ndw-summary-card-tags"], true, never>;
|
|
5
|
+
}
|
|
@@ -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
|
}
|