@ndwnu/design-system 12.2.0 → 12.2.1
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/assets/images/logos/ndw-logo-short.svg +3 -3
- package/assets/images/logos/ndw-logo.svg +3 -3
- package/assets/images/logos/nwb-logo-short.svg +10 -10
- package/assets/images/logos/nwb-logo.svg +4 -4
- package/assets/images/map-button-icons.svg +91 -91
- package/fesm2022/ndwnu-design-system.mjs +11 -7
- package/fesm2022/ndwnu-design-system.mjs.map +1 -1
- package/index.d.ts +3 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1217,7 +1217,9 @@ declare class SwitcherComponent implements ControlValueAccessor, OnInit {
|
|
|
1217
1217
|
readonly options: _angular_core.InputSignal<SwitcherOption[]>;
|
|
1218
1218
|
readonly selectedValue: _angular_core.ModelSignal<string | undefined>;
|
|
1219
1219
|
readonly disabled: _angular_core.ModelSignal<boolean>;
|
|
1220
|
+
readonly vertical: _angular_core.InputSignal<boolean>;
|
|
1220
1221
|
readonly selectionChange: _angular_core.OutputEmitterRef<string>;
|
|
1222
|
+
sliderHeight: string;
|
|
1221
1223
|
sliderWidth: string;
|
|
1222
1224
|
sliderPosition: string;
|
|
1223
1225
|
private onChange;
|
|
@@ -1232,7 +1234,7 @@ declare class SwitcherComponent implements ControlValueAccessor, OnInit {
|
|
|
1232
1234
|
generateId(index: number): string;
|
|
1233
1235
|
get componentName(): string;
|
|
1234
1236
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<SwitcherComponent, never>;
|
|
1235
|
-
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SwitcherComponent, "ndw-switcher", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "selectedValue": { "alias": "selectedValue"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; }, { "selectedValue": "selectedValueChange"; "disabled": "disabledChange"; "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
1237
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<SwitcherComponent, "ndw-switcher", never, { "options": { "alias": "options"; "required": false; "isSignal": true; }; "selectedValue": { "alias": "selectedValue"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "vertical": { "alias": "vertical"; "required": false; "isSignal": true; }; }, { "selectedValue": "selectedValueChange"; "disabled": "disabledChange"; "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
1236
1238
|
}
|
|
1237
1239
|
|
|
1238
1240
|
declare class TabComponent implements OnInit {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ndwnu/design-system",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": "^20.0.0",
|
|
6
6
|
"@angular/cdk": "^20.0.0",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@angular/forms": "^20.0.0",
|
|
10
10
|
"@angular/material": "^20.0.0",
|
|
11
11
|
"@angular/router": "^20.0.0",
|
|
12
|
-
"@ndwnu/core": "2.1.
|
|
12
|
+
"@ndwnu/core": "2.1.1",
|
|
13
13
|
"@github/markdown-toolbar-element": "2.2.3",
|
|
14
14
|
"ag-grid-angular": "^34.0.2",
|
|
15
15
|
"ag-grid-community": "^34.0.2",
|