@ascentgl/ads-ui 20.8.0 → 20.9.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
|
@@ -134,7 +134,7 @@ declare class AdsNumericBadgeComponent extends AdsIconHoverComponent {
|
|
|
134
134
|
/** provide icon name. NOTE: the icon must be registered in icon registry **/
|
|
135
135
|
name: i0.InputSignal<adsIcon>;
|
|
136
136
|
/** choose ads icon theme **/
|
|
137
|
-
theme: i0.InputSignal<"
|
|
137
|
+
theme: i0.InputSignal<"primary" | "iconPrimary" | "success" | "warn" | "white">;
|
|
138
138
|
/** set badge value as number **/
|
|
139
139
|
value: i0.InputSignal<number>;
|
|
140
140
|
/** @ignore **/
|
|
@@ -221,7 +221,7 @@ declare class AdsButtonModule {
|
|
|
221
221
|
|
|
222
222
|
declare class AdsButtonContainerComponent {
|
|
223
223
|
/** How buttons in the container should be placed */
|
|
224
|
-
justify: i0.InputSignal<"
|
|
224
|
+
justify: i0.InputSignal<"flex-start" | "flex-end" | "center">;
|
|
225
225
|
/** The gap between elements */
|
|
226
226
|
gap: i0.InputSignal<number>;
|
|
227
227
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonContainerComponent, never>;
|
|
@@ -3015,9 +3015,10 @@ declare class AdsOrgDisplayTextModule {
|
|
|
3015
3015
|
}
|
|
3016
3016
|
|
|
3017
3017
|
interface Tab {
|
|
3018
|
-
text
|
|
3018
|
+
text?: string;
|
|
3019
3019
|
disabled?: boolean;
|
|
3020
3020
|
template?: TemplateRef<unknown>;
|
|
3021
|
+
headerTemplate?: TemplateRef<unknown>;
|
|
3021
3022
|
}
|
|
3022
3023
|
declare class AdsTabsComponent {
|
|
3023
3024
|
tabs: Tab[];
|
|
@@ -3029,7 +3030,7 @@ declare class AdsTabsComponent {
|
|
|
3029
3030
|
|
|
3030
3031
|
declare class AdsTabsModule {
|
|
3031
3032
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsModule, never>;
|
|
3032
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTabsModule, [typeof AdsTabsComponent], [typeof i2$2.MatTabGroup, typeof i2$2.MatTab, typeof i2.NgTemplateOutlet], [typeof AdsTabsComponent]>;
|
|
3033
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTabsModule, [typeof AdsTabsComponent], [typeof i2$2.MatTabGroup, typeof i2$2.MatTab, typeof i2.NgTemplateOutlet, typeof i2$2.MatTabLabel], [typeof AdsTabsComponent]>;
|
|
3033
3034
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTabsModule>;
|
|
3034
3035
|
}
|
|
3035
3036
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.
|
|
3
|
+
"version": "20.9.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/animations": ">=20.3.0",
|
|
6
6
|
"date-fns": ">=4.1.0",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./src/lib/components/footer/container": {
|
|
63
|
-
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./src/lib/components/error-page/error-page-code": {
|
|
67
63
|
"types": "./src/lib/components/error-page/error-page-code/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./src/lib/components/footer/container": {
|
|
67
|
+
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./src/lib/components/header/container": {
|
|
71
71
|
"types": "./src/lib/components/header/container/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
79
|
-
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
81
|
-
},
|
|
82
78
|
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
83
79
|
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
84
80
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
85
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
86
|
"./src/lib/components/progress-indicators/progress-bar": {
|
|
87
87
|
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|