@voicenter-team/voicenter-ui-plus 0.2.13 → 0.2.14

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 @@ type PhoneResultType = {
11
11
  };
12
12
  declare const _sfc_main: import("vue").DefineComponent<{
13
13
  modelValue: {
14
- type: StringConstructor;
14
+ type: (StringConstructor | NumberConstructor)[];
15
15
  required: true;
16
16
  };
17
17
  defaultCountry: {
@@ -168,7 +168,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
168
168
  prefixIconSize: string;
169
169
  }, {}>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "update:details" | "update:country")[], "update:modelValue" | "update:details" | "update:country", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
170
170
  modelValue: {
171
- type: StringConstructor;
171
+ type: (StringConstructor | NumberConstructor)[];
172
172
  required: true;
173
173
  };
174
174
  defaultCountry: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vue-tsc --declaration --emitDeclarationOnly && vite build",