@crodriguezdominguez/ion-intl-tel-input 3.1.1 → 3.1.3
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.
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -103,7 +103,7 @@ declare class IonIntlTelInputComponent implements ControlValueAccessor, OnInit,
|
|
|
103
103
|
readonly inputPlaceholder: _angular_core.InputSignal<string>;
|
|
104
104
|
readonly inputLabel: _angular_core.InputSignal<string>;
|
|
105
105
|
readonly inputLabelColor: _angular_core.InputSignal<any>;
|
|
106
|
-
readonly inputLabelPlacement: _angular_core.InputSignal<"
|
|
106
|
+
readonly inputLabelPlacement: _angular_core.InputSignal<"start" | "end" | "floating" | "stacked" | "fixed">;
|
|
107
107
|
/**
|
|
108
108
|
* Instead of an example phone number, use a x pattern. Such as xxx-xxx-xxxx, this will be obtained
|
|
109
109
|
* based on the example number from the google phone lib.
|
|
@@ -159,7 +159,7 @@ declare class IonIntlTelInputComponent implements ControlValueAccessor, OnInit,
|
|
|
159
159
|
* @default 'end'
|
|
160
160
|
* @memberof IonIntlTelInputComponent
|
|
161
161
|
*/
|
|
162
|
-
readonly modalCloseButtonSlot: _angular_core.InputSignal<"
|
|
162
|
+
readonly modalCloseButtonSlot: _angular_core.InputSignal<"start" | "end" | "primary" | "secondary">;
|
|
163
163
|
/**
|
|
164
164
|
* Determines whether dial code selection modal should be searchable or not.
|
|
165
165
|
* See more on.
|
package/package.json
CHANGED
|
Binary file
|