@ascentgl/ads-ui 20.0.10 → 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
@@ -210,7 +210,7 @@ declare class AdsButtonComponent {
210
210
  /** Whether the button is a smaller version */
211
211
  size: i0.InputSignal<Size>;
212
212
  /** Sets the "type" attribute on the button */
213
- type: i0.InputSignal<"submit" | "button" | "reset">;
213
+ type: i0.InputSignal<"button" | "submit" | "reset">;
214
214
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
215
215
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsButtonComponent, "ads-button", never, { "id": { "alias": "id"; "required": false; "isSignal": true; }; "variant": { "alias": "variant"; "required": false; "isSignal": true; }; "disabled": { "alias": "disabled"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "type": { "alias": "type"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
216
216
  }
@@ -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.10",
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"
@@ -76,14 +76,14 @@
76
76
  "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
77
77
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
78
78
  },
79
- "./src/lib/components/progress-indicators/progress-spinner": {
80
- "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
81
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
82
- },
83
79
  "./src/lib/components/progress-indicators/progress-indicator-spinner": {
84
80
  "types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
85
81
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
86
82
  },
83
+ "./src/lib/components/progress-indicators/progress-spinner": {
84
+ "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
85
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
86
+ },
87
87
  "./src/lib/components/tags/tag-container": {
88
88
  "types": "./src/lib/components/tags/tag-container/index.d.ts",
89
89
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs"