@ascentgl/ads-ui 20.7.1 → 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
|
@@ -1209,6 +1209,8 @@ declare class AdsDropdownComponent extends AbstractDropdownComponent implements
|
|
|
1209
1209
|
displayedOptionsArray: DropdownComponentOption[];
|
|
1210
1210
|
/** @ignore */
|
|
1211
1211
|
protected readonly Colors: typeof Colors;
|
|
1212
|
+
/** @ignore */
|
|
1213
|
+
protected readonly FormControl: i3$3.ɵFormControlCtor;
|
|
1212
1214
|
constructor();
|
|
1213
1215
|
/** @ignore */
|
|
1214
1216
|
ngOnChanges(changes: {
|
|
@@ -1241,6 +1243,10 @@ declare class AdsDropdownComponent extends AbstractDropdownComponent implements
|
|
|
1241
1243
|
/** @ignore */
|
|
1242
1244
|
toggleOption(option: DropdownComponentOption): void;
|
|
1243
1245
|
/** @ignore */
|
|
1246
|
+
isOptionSelected(option: DropdownComponentOption): boolean;
|
|
1247
|
+
/** @ignore */
|
|
1248
|
+
createCheckboxControl(option: DropdownComponentOption): FormControl;
|
|
1249
|
+
/** @ignore */
|
|
1244
1250
|
onCheckboxChange(option: DropdownComponentOption): void;
|
|
1245
1251
|
/** @ignore */
|
|
1246
1252
|
get panelClassList(): string;
|
|
@@ -3009,9 +3015,10 @@ declare class AdsOrgDisplayTextModule {
|
|
|
3009
3015
|
}
|
|
3010
3016
|
|
|
3011
3017
|
interface Tab {
|
|
3012
|
-
text
|
|
3018
|
+
text?: string;
|
|
3013
3019
|
disabled?: boolean;
|
|
3014
3020
|
template?: TemplateRef<unknown>;
|
|
3021
|
+
headerTemplate?: TemplateRef<unknown>;
|
|
3015
3022
|
}
|
|
3016
3023
|
declare class AdsTabsComponent {
|
|
3017
3024
|
tabs: Tab[];
|
|
@@ -3023,7 +3030,7 @@ declare class AdsTabsComponent {
|
|
|
3023
3030
|
|
|
3024
3031
|
declare class AdsTabsModule {
|
|
3025
3032
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTabsModule, never>;
|
|
3026
|
-
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]>;
|
|
3027
3034
|
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTabsModule>;
|
|
3028
3035
|
}
|
|
3029
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",
|
|
@@ -75,17 +75,17 @@
|
|
|
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-
|
|
79
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
80
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
78
|
+
"./src/lib/components/progress-indicators/progress-spinner": {
|
|
79
|
+
"types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
|
|
81
81
|
},
|
|
82
82
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
83
83
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./src/lib/components/progress-indicators/progress-
|
|
87
|
-
"types": "./src/lib/components/progress-indicators/progress-
|
|
88
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-
|
|
86
|
+
"./src/lib/components/progress-indicators/progress-bar": {
|
|
87
|
+
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
89
89
|
},
|
|
90
90
|
"./src/lib/components/tags/tag-container": {
|
|
91
91
|
"types": "./src/lib/components/tags/tag-container/index.d.ts",
|