@ascentgl/ads-ui 20.0.23 → 20.0.25
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
|
@@ -136,7 +136,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
136
136
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
137
137
|
name: i0.InputSignal<adsIcon>;
|
|
138
138
|
/** choose ads icon theme **/
|
|
139
|
-
theme: i0.InputSignal<"
|
|
139
|
+
theme: i0.InputSignal<"iconPrimary" | "primary" | "success" | "warn" | "white">;
|
|
140
140
|
/** set badge value as number **/
|
|
141
141
|
value: i0.InputSignal<number>;
|
|
142
142
|
/** @ignore **/
|
|
@@ -223,7 +223,7 @@ declare class AdsButtonModule {
|
|
|
223
223
|
|
|
224
224
|
declare class AdsButtonContainerComponent {
|
|
225
225
|
/** How buttons in the container should be placed */
|
|
226
|
-
justify: i0.InputSignal<"
|
|
226
|
+
justify: i0.InputSignal<"center" | "flex-start" | "flex-end">;
|
|
227
227
|
/** The gap between elements */
|
|
228
228
|
gap: i0.InputSignal<number>;
|
|
229
229
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -2258,6 +2258,8 @@ declare class AdsExpansionPanelComponent implements AfterContentInit {
|
|
|
2258
2258
|
panel: MatExpansionPanel;
|
|
2259
2259
|
get expanded(): boolean;
|
|
2260
2260
|
ngAfterContentInit(): void;
|
|
2261
|
+
/** @ignore */
|
|
2262
|
+
toggleAndStop(panel: MatExpansionPanel, event: MouseEvent): void;
|
|
2261
2263
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsExpansionPanelComponent, never>;
|
|
2262
2264
|
static ɵcmp: i0.ɵɵComponentDeclaration<AdsExpansionPanelComponent, "ads-expansion-panel", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "header": { "alias": "header"; "required": false; "isSignal": true; }; "chevronColor": { "alias": "chevronColor"; "required": false; "isSignal": true; }; "headerTemplate": { "alias": "headerTemplate"; "required": false; "isSignal": true; }; "headerTemplateData": { "alias": "headerTemplateData"; "required": false; "isSignal": true; }; "isExpanded": { "alias": "isExpanded"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "width": { "alias": "width"; "required": false; "isSignal": true; }; "chevronSize": { "alias": "chevronSize"; "required": false; "isSignal": true; }; "headerPadding": { "alias": "headerPadding"; "required": false; "isSignal": true; }; "contentPadding": { "alias": "contentPadding"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
2263
2265
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.25",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -72,17 +72,17 @@
|
|
|
72
72
|
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
74
74
|
},
|
|
75
|
-
"./src/lib/components/progress-indicators/progress-
|
|
76
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
77
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
75
|
+
"./src/lib/components/progress-indicators/progress-bar": {
|
|
76
|
+
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
78
78
|
},
|
|
79
79
|
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
80
80
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
82
82
|
},
|
|
83
|
-
"./src/lib/components/progress-indicators/progress-
|
|
84
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
85
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
83
|
+
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
84
|
+
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
85
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
86
86
|
},
|
|
87
87
|
"./src/lib/components/tags/tag-container": {
|
|
88
88
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|