@ascentgl/ads-ui 20.22.0 → 20.23.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/index.d.ts
CHANGED
|
@@ -2250,8 +2250,8 @@ declare class AdsChipComponent {
|
|
|
2250
2250
|
constructor(registry: AdsIconRegistry);
|
|
2251
2251
|
/** The unique id of the chip */
|
|
2252
2252
|
id: i0.InputSignal<string>;
|
|
2253
|
-
/** The text of the chip */
|
|
2254
|
-
title: i0.InputSignal<string>;
|
|
2253
|
+
/** The text of the chip - optional when using ng-content */
|
|
2254
|
+
title: i0.InputSignal<string | undefined>;
|
|
2255
2255
|
/** Show check icon before text */
|
|
2256
2256
|
showCheckedIcon: i0.InputSignal<boolean>;
|
|
2257
2257
|
/** Disable chip */
|
|
@@ -2267,7 +2267,7 @@ declare class AdsChipComponent {
|
|
|
2267
2267
|
/** @ignore */
|
|
2268
2268
|
onDelete(): void;
|
|
2269
2269
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsChipComponent, never>;
|
|
2270
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsChipComponent, "ads-chip", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required":
|
|
2270
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsChipComponent, "ads-chip", never, { "id": { "alias": "id"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "showCheckedIcon": { "alias": "showCheckedIcon"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "deletable": { "alias": "deletable"; "required": false; "isSignal": true; }; }, { "deleted": "deleted"; "selected": "selected"; }, never, ["*"], false, never>;
|
|
2271
2271
|
}
|
|
2272
2272
|
|
|
2273
2273
|
declare class AdsChipModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.23.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": ">=20.3.0",
|
|
6
6
|
"date-fns": ">=4.1.0",
|
|
@@ -79,14 +79,14 @@
|
|
|
79
79
|
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
83
|
-
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
85
|
-
},
|
|
86
82
|
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
87
83
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
89
85
|
},
|
|
86
|
+
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
87
|
+
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
89
|
+
},
|
|
90
90
|
"./src/lib/components/tags/tag-container": {
|
|
91
91
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|
|
92
92
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"
|