@ascentgl/ads-ui 20.0.9 → 20.0.11

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
@@ -2992,6 +2992,12 @@ declare class AdsInternationalPhoneFieldComponent extends AbstractInputComponent
2992
2992
  /** @ignore */
2993
2993
  ngOnInit(): void;
2994
2994
  /** @ignore */
2995
+ private disableControls;
2996
+ /** @ignore */
2997
+ private handleReset;
2998
+ /** @ignore */
2999
+ private handleSetValue;
3000
+ /** @ignore */
2995
3001
  private parsePhoneNumber;
2996
3002
  /** @ignore */
2997
3003
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "20.0.9",
3
+ "version": "20.0.11",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",
@@ -32,14 +32,14 @@
32
32
  "types": "./src/lib/components/avatar/index.d.ts",
33
33
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs"
34
34
  },
35
- "./src/lib/components/drag-and-drop-list": {
36
- "types": "./src/lib/components/drag-and-drop-list/index.d.ts",
37
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs"
38
- },
39
35
  "./src/lib/components/footer": {
40
36
  "types": "./src/lib/components/footer/index.d.ts",
41
37
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs"
42
38
  },
39
+ "./src/lib/components/drag-and-drop-list": {
40
+ "types": "./src/lib/components/drag-and-drop-list/index.d.ts",
41
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.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"