@vunk/form 1.4.7 → 1.4.9

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.
@@ -13,6 +13,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
13
13
  default: string;
14
14
  };
15
15
  defaultModelValue: any;
16
+ stringify: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
16
20
  name: StringConstructor;
17
21
  id: StringConstructor;
18
22
  modelValue: {
@@ -176,7 +180,14 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
176
180
  valueKey: string;
177
181
  fitInputWidth: boolean;
178
182
  }>;
179
- selectOnEmits: {};
183
+ selectOnEmits: {
184
+ clear: (...e: any[]) => void;
185
+ change: (...e: any[]) => void;
186
+ focus: (...e: any[]) => void;
187
+ blur: (...e: any[]) => void;
188
+ "visible-change": (...e: any[]) => void;
189
+ "remove-tag": (...e: any[]) => void;
190
+ };
180
191
  selectOptions: import("vue").ComputedRef<(import("@vunk/core").VueComponentPropsType<import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
181
192
  value: {
182
193
  required: true;
@@ -237,6 +248,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
237
248
  })[]>;
238
249
  reshow: import("vue").Ref<boolean, boolean>;
239
250
  readonly: import("vue").ComputedRef<boolean>;
251
+ theModelValue: import("vue").WritableComputedRef<any, any>;
240
252
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
241
253
  'update:modelValue': any;
242
254
  change: any;
@@ -259,6 +271,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
259
271
  default: string;
260
272
  };
261
273
  defaultModelValue: any;
274
+ stringify: {
275
+ type: BooleanConstructor;
276
+ default: boolean;
277
+ };
262
278
  name: StringConstructor;
263
279
  id: StringConstructor;
264
280
  modelValue: {
@@ -488,6 +504,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
488
504
  valueKey: string;
489
505
  fitInputWidth: boolean;
490
506
  selectSlots: import("./types").SelectSlots;
507
+ stringify: boolean;
491
508
  }, {}, {
492
509
  VkfFormItem: {
493
510
  new (...args: any[]): any;
@@ -346,7 +346,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
346
346
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
347
347
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
348
348
  isComposing: import("vue").Ref<boolean>;
349
- focus: () => Promise<void>;
349
+ focus: () => void | undefined;
350
350
  blur: () => void | undefined;
351
351
  select: () => void;
352
352
  clear: () => void;
@@ -492,7 +492,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
492
492
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
493
493
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
494
494
  isComposing: import("vue").Ref<boolean>;
495
- focus: () => Promise<void>;
495
+ focus: () => void | undefined;
496
496
  blur: () => void | undefined;
497
497
  select: () => void;
498
498
  clear: () => void;
@@ -622,7 +622,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
622
622
  textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
623
623
  autosize: import("vue").Ref<import("element-plus").InputAutoSize>;
624
624
  isComposing: import("vue").Ref<boolean>;
625
- focus: () => Promise<void>;
625
+ focus: () => void | undefined;
626
626
  blur: () => void | undefined;
627
627
  select: () => void;
628
628
  clear: () => void;