@ascentgl/ads-ui 0.0.169 → 0.0.170

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
  }
@@ -36,8 +36,6 @@ export declare class AdsInternationalPhoneFieldComponent extends AbstractInputCo
36
36
  /** @ignore */
37
37
  getFlag(option: Option): string;
38
38
  /** @ignore */
39
- protected validatePhoneNumber: () => void;
40
- /** @ignore */
41
39
  private provideValueToTheValueControl;
42
40
  /** @ignore */
43
41
  canShowError(): boolean;
@@ -45,6 +43,7 @@ export declare class AdsInternationalPhoneFieldComponent extends AbstractInputCo
45
43
  canShowSuccess(): boolean;
46
44
  /** @ignore */
47
45
  displayFirstError(control?: FormControl): string;
46
+ private validateMask;
48
47
  static ɵfac: i0.ɵɵFactoryDeclaration<AdsInternationalPhoneFieldComponent, never>;
49
48
  static ɵcmp: i0.ɵɵComponentDeclaration<AdsInternationalPhoneFieldComponent, "ads-international-phone-field", never, { "dropdownId": { "alias": "dropdownId"; "required": false; }; }, {}, never, never, false, never>;
50
49
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ascentgl/ads-ui",
3
- "version": "0.0.169",
3
+ "version": "0.0.170",
4
4
  "peerDependencies": {
5
5
  "@ascentgl/ads-icons": ">=0.0.0",
6
6
  "@ascentgl/ads-utils": ">=0.0.0",