@ascentgl/ads-ui 0.0.171 → 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.
@@ -11,7 +11,7 @@ export declare class AdsButtonComponent {
11
11
  /** Whether the button is a smaller version */
12
12
  size: import("@angular/core").InputSignal<Size>;
13
13
  /** Sets the "type" attribute on the button */
14
- type: import("@angular/core").InputSignal<"button" | "submit" | "reset">;
14
+ type: import("@angular/core").InputSignal<"submit" | "button" | "reset">;
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsButtonComponent, never>;
16
16
  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>;
17
17
  }
@@ -29,8 +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;
33
34
  /** @ignore */
35
+ private handleReset;
36
+ /** @ignore */
37
+ private handleSetValue;
38
+ /** @ignore */
34
39
  private parsePhoneNumber;
35
40
  /** @ignore */
36
41
  ngAfterViewInit(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "0.0.171",
3
+ "version": "0.0.173",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",
@@ -72,6 +72,10 @@
72
72
  "types": "./src/lib/components/logo/primary-logo/index.d.ts",
73
73
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs"
74
74
  },
75
+ "./src/lib/components/progress-indicators/progress-bar": {
76
+ "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
77
+ "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs"
78
+ },
75
79
  "./src/lib/components/progress-indicators/progress-indicator-spinner": {
76
80
  "types": "./src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts",
77
81
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs"
@@ -80,10 +84,6 @@
80
84
  "types": "./src/lib/components/progress-indicators/progress-spinner/index.d.ts",
81
85
  "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs"
82
86
  },
83
- "./src/lib/components/progress-indicators/progress-bar": {
84
- "types": "./src/lib/components/progress-indicators/progress-bar/index.d.ts",
85
- "default": "./fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.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"