@ascentgl/ads-ui 0.0.172 → 0.0.173
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.
|
@@ -29,9 +29,13 @@ export declare class AdsInternationalPhoneFieldComponent extends AbstractInputCo
|
|
|
29
29
|
getNorthAmericanCountry(phone: string): Option;
|
|
30
30
|
/** @ignore */
|
|
31
31
|
ngOnInit(): void;
|
|
32
|
+
/** @ignore */
|
|
32
33
|
private disableControls;
|
|
34
|
+
/** @ignore */
|
|
33
35
|
private handleReset;
|
|
34
36
|
/** @ignore */
|
|
37
|
+
private handleSetValue;
|
|
38
|
+
/** @ignore */
|
|
35
39
|
private parsePhoneNumber;
|
|
36
40
|
/** @ignore */
|
|
37
41
|
ngAfterViewInit(): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ascentgl/ads-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.173",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@ascentgl/ads-icons": ">=0.0.0",
|
|
6
6
|
"@ascentgl/ads-utils": ">=0.0.0",
|
|
@@ -64,6 +64,10 @@
|
|
|
64
64
|
"types": "./src/lib/components/footer/container/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs"
|
|
66
66
|
},
|
|
67
|
+
"./src/lib/components/header/container": {
|
|
68
|
+
"types": "./src/lib/components/header/container/index.d.ts",
|
|
69
|
+
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
70
|
+
},
|
|
67
71
|
"./src/lib/components/logo/primary-logo": {
|
|
68
72
|
"types": "./src/lib/components/logo/primary-logo/index.d.ts",
|
|
69
73
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
|
|
@@ -72,10 +76,6 @@
|
|
|
72
76
|
"types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
|
|
73
77
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
|
|
74
78
|
},
|
|
75
|
-
"./src/lib/components/header/container": {
|
|
76
|
-
"types": "./src/lib/components/header/container/index.d.ts",
|
|
77
|
-
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs"
|
|
78
|
-
},
|
|
79
79
|
"./src/lib/components/progress-indicators/progress-indicator-spinner": {
|
|
80
80
|
"types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
|