@ascentgl/ads-ui 20.0.37 → 20.0.39
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
|
@@ -3103,7 +3103,7 @@ declare class AdsProgressStepperComponent implements AfterViewInit, OnChanges, O
|
|
|
3103
3103
|
/** @ignore */
|
|
3104
3104
|
private calculateStepsPerViewport;
|
|
3105
3105
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdsProgressStepperComponent, never>;
|
|
3106
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressStepperComponent, "
|
|
3106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdsProgressStepperComponent, "ads-progress-stepper", never, { "isMobile": { "alias": "isMobile"; "required": false; }; "containerPadding": { "alias": "containerPadding"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; }, {}, never, never, false, never>;
|
|
3107
3107
|
}
|
|
3108
3108
|
|
|
3109
3109
|
declare class AdsProgressStepperModule {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "20.0.
|
|
3
|
+
"version": "20.0.39",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -28,6 +28,10 @@
|
|
|
28
28
|
"types": "./index.d.ts",
|
|
29
29
|
"default": "./fesm2022/ascentgl-ads-ui.mjs"
|
|
30
30
|
},
|
|
31
|
+
"./src/lib/components/avatar": {
|
|
32
|
+
"types": "./src/lib/components/avatar/index.d.ts",
|
|
33
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs"
|
|
34
|
+
},
|
|
31
35
|
"./src/lib/components/drag-and-drop-list": {
|
|
32
36
|
"types": "./src/lib/components/drag-and-drop-list/index.d.ts",
|
|
33
37
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs"
|
|
@@ -36,22 +40,18 @@
|
|
|
36
40
|
"types": "./src/lib/components/footer/index.d.ts",
|
|
37
41
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs"
|
|
38
42
|
},
|
|
39
|
-
"./src/lib/components/avatar": {
|
|
40
|
-
"types": "./src/lib/components/avatar/index.d.ts",
|
|
41
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs"
|
|
42
|
-
},
|
|
43
43
|
"./src/lib/components/header": {
|
|
44
44
|
"types": "./src/lib/components/header/index.d.ts",
|
|
45
45
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs"
|
|
46
46
|
},
|
|
47
|
-
"./src/lib/components/shell-layout": {
|
|
48
|
-
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
49
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
50
|
-
},
|
|
51
47
|
"./src/lib/components/splash-page": {
|
|
52
48
|
"types": "./src/lib/components/splash-page/index.d.ts",
|
|
53
49
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs"
|
|
54
50
|
},
|
|
51
|
+
"./src/lib/components/shell-layout": {
|
|
52
|
+
"types": "./src/lib/components/shell-layout/index.d.ts",
|
|
53
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs"
|
|
54
|
+
},
|
|
55
55
|
"./src/lib/components/buttons/button-container": {
|
|
56
56
|
"types": "./src/lib/components/buttons/button-container/index.d.ts",
|
|
57
57
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs"
|