@vunk/form 1.2.2 → 1.3.1

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.
Files changed (85) hide show
  1. package/components/button/src/index.vue.d.ts +282 -6
  2. package/components/cascader/src/ctx.d.ts +1 -1
  3. package/components/cascader/src/index.vue.d.ts +13672 -8
  4. package/components/checkbox/src/ctx.d.ts +1 -1
  5. package/components/checkbox/src/index.vue.d.ts +906 -10
  6. package/components/color-picker/src/index.vue.d.ts +10950 -7
  7. package/components/date-picker/src/ctx.d.ts +1 -1
  8. package/components/date-picker/src/index.vue.d.ts +225 -11
  9. package/components/date-picker-range/src/ctx.d.ts +1 -1
  10. package/components/date-picker-range/src/index.vue.d.ts +24 -12
  11. package/components/download-plus/index.cjs +4 -4
  12. package/components/download-plus/index.mjs +4 -4
  13. package/components/download-plus/src/index.vue.d.ts +822 -8
  14. package/components/esri-input-geojson/src/append.vue.d.ts +2232 -5
  15. package/components/esri-input-geojson/src/ctx.d.ts +1 -1
  16. package/components/esri-input-geojson/src/default-view.vue.d.ts +3 -3
  17. package/components/esri-input-geojson/src/index.vue.d.ts +723 -23
  18. package/components/esri-input-geojson/src/viewer.vue.d.ts +141 -10
  19. package/components/form/src/ctx.d.ts +1 -1
  20. package/components/form/src/index.vue.d.ts +373 -39
  21. package/components/form-item/index.cjs +3 -4
  22. package/components/form-item/index.mjs +3 -4
  23. package/components/form-item/src/index.vue.d.ts +185 -5
  24. package/components/form-item-renderer/src/index.vue.d.ts +5 -5
  25. package/components/form-item-renderer-template/src/index.vue.d.ts +4 -4
  26. package/components/geoinput/src/index.vue.d.ts +40 -17
  27. package/components/geoinput-read/src/append.vue.d.ts +379 -2
  28. package/components/geoinput-read/src/core.vue.d.ts +176 -14
  29. package/components/geoinput-read/src/ctx.d.ts +1 -1
  30. package/components/geoinput-read/src/index.vue.d.ts +743 -15
  31. package/components/geoinput-update/src/append.vue.d.ts +2231 -5
  32. package/components/geoinput-update/src/ctx.d.ts +1 -1
  33. package/components/geoinput-update/src/index.vue.d.ts +814 -20
  34. package/components/input/index.cjs +2 -2
  35. package/components/input/index.mjs +2 -2
  36. package/components/input/src/index.vue.d.ts +479 -13
  37. package/components/input-link/src/index.vue.d.ts +25 -13
  38. package/components/input-number/src/ctx.d.ts +1 -1
  39. package/components/input-number/src/index.vue.d.ts +1579 -12
  40. package/components/monaco-editor/index.cjs +83 -0
  41. package/components/monaco-editor/index.css +3 -0
  42. package/components/monaco-editor/index.d.ts +4 -0
  43. package/components/monaco-editor/index.mjs +77 -0
  44. package/components/monaco-editor/src/ctx.d.ts +70 -0
  45. package/components/monaco-editor/src/index.vue.d.ts +209 -0
  46. package/components/monaco-editor/src/types.d.ts +7 -0
  47. package/components/radio/src/index.vue.d.ts +444 -10
  48. package/components/select/src/ctx.d.ts +3 -3
  49. package/components/select/src/index.vue.d.ts +12944 -31
  50. package/components/slider/index.cjs +3 -3
  51. package/components/slider/index.mjs +3 -3
  52. package/components/slider/src/index.vue.d.ts +25 -12
  53. package/components/switch/src/index.vue.d.ts +319 -8
  54. package/components/templates-default/index.cjs +41 -26
  55. package/components/templates-default/index.mjs +41 -26
  56. package/components/templates-default/src/index.vue.d.ts +162 -7
  57. package/components/templates-element-plus/src/index.vue.d.ts +193 -6
  58. package/components/templates-esri/src/index.vue.d.ts +30 -7
  59. package/components/templates-layout/src/index.vue.d.ts +148 -6
  60. package/components/templates-mapbox/src/index.vue.d.ts +30 -7
  61. package/components/templates-variant/src/index.vue.d.ts +30 -7
  62. package/components/upload/index.cjs +2 -2
  63. package/components/upload/index.mjs +2 -2
  64. package/components/upload/src/ctx.d.ts +1 -1
  65. package/components/upload/src/file.vue.d.ts +263 -6
  66. package/components/upload/src/index.vue.d.ts +2366 -9
  67. package/components/upload-plus/index.cjs +19 -20
  68. package/components/upload-plus/index.mjs +19 -20
  69. package/components/upload-plus/src/index.vue.d.ts +874 -12
  70. package/components/van-cascader/src/index.vue.d.ts +13048 -11
  71. package/components/var-datetime-picker/src/index.vue.d.ts +624 -10
  72. package/components/vditor/index.cjs +43 -408
  73. package/components/vditor/index.mjs +44 -409
  74. package/components/vditor/src/ctx.d.ts +52 -6
  75. package/components/vditor/src/index.vue.d.ts +274 -16
  76. package/components/vditor/src/types.d.ts +7 -9
  77. package/composables/useSourceManager.d.ts +1 -1
  78. package/index.css +4 -13
  79. package/package.json +9 -4
  80. package/shared/element-plus/ctx.d.ts +3 -3
  81. package/shared/element-plus/instances.d.ts +2 -2
  82. package/components/vditor/index.css +0 -12
  83. package/components/vditor/src/handle-fullscreen.vue.d.ts +0 -18
  84. package/components/vditor/src/handle-value.vue.d.ts +0 -18
  85. package/components/vditor/src/use.d.ts +0 -4
@@ -50,8 +50,8 @@ var _sfc_main = vue.defineComponent({
50
50
  ElInput: elementPlus.ElInput,
51
51
  VkfFormItem: formItem.VkfFormItem
52
52
  },
53
- emits,
54
53
  props,
54
+ emits,
55
55
  setup(props2, { emit }) {
56
56
  const inputBindProps = elementPlus$1.createInputBindProps(props2, ["readonly", "label"]);
57
57
  const inputOnEmits = elementPlus$1.createInputOnEmits(emit);
@@ -78,7 +78,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
78
78
  maxlength: _ctx.maxlength,
79
79
  minlength: _ctx.minlength,
80
80
  rows: _ctx.rows
81
- }, _ctx.inputBindProps, vue.toHandlers(_ctx.inputOnEmits), { readonly: _ctx.readonly }), vue.createSlots({
81
+ }, _ctx.inputBindProps, { readonly: _ctx.readonly }, vue.toHandlers(_ctx.inputOnEmits)), vue.createSlots({
82
82
  default: vue.withCtx(() => [
83
83
  vue.renderSlot(_ctx.$slots, "default")
84
84
  ]),
@@ -46,8 +46,8 @@ var _sfc_main = defineComponent({
46
46
  ElInput,
47
47
  VkfFormItem
48
48
  },
49
- emits,
50
49
  props,
50
+ emits,
51
51
  setup(props2, { emit }) {
52
52
  const inputBindProps = createInputBindProps(props2, ["readonly", "label"]);
53
53
  const inputOnEmits = createInputOnEmits(emit);
@@ -74,7 +74,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
74
74
  maxlength: _ctx.maxlength,
75
75
  minlength: _ctx.minlength,
76
76
  rows: _ctx.rows
77
- }, _ctx.inputBindProps, toHandlers(_ctx.inputOnEmits), { readonly: _ctx.readonly }), createSlots({
77
+ }, _ctx.inputBindProps, { readonly: _ctx.readonly }, toHandlers(_ctx.inputOnEmits)), createSlots({
78
78
  default: withCtx(() => [
79
79
  renderSlot(_ctx.$slots, "default")
80
80
  ]),
@@ -1,4 +1,4 @@
1
- declare const _default: import("vue").DefineComponent<{
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
2
  maxlength: {
3
3
  type: NumberConstructor;
4
4
  required: boolean;
@@ -127,7 +127,7 @@ declare const _default: import("vue").DefineComponent<{
127
127
  validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
128
128
  inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
129
129
  autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
130
- }, {
130
+ }>, {
131
131
  inputBindProps: import("vue").ComputedRef<{
132
132
  size: import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>;
133
133
  disabled: boolean;
@@ -158,7 +158,7 @@ declare const _default: import("vue").DefineComponent<{
158
158
  formItemBindProps: import("vue").ComputedRef<{}>;
159
159
  readonly: import("vue").ComputedRef<boolean>;
160
160
  inputOnEmits: {};
161
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
161
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
162
162
  "update:modelValue": (value: string) => boolean;
163
163
  input: (value: string) => boolean;
164
164
  change: (value: string) => boolean;
@@ -300,20 +300,20 @@ declare const _default: import("vue").DefineComponent<{
300
300
  validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
301
301
  inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
302
302
  autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
303
- }>> & {
304
- onChange?: (value: string) => any;
303
+ }>> & Readonly<{
304
+ onClear?: () => any;
305
305
  "onUpdate:modelValue"?: (value: string) => any;
306
+ onInput?: (value: string) => any;
307
+ onChange?: (value: string) => any;
306
308
  onFocus?: (evt: FocusEvent) => any;
307
309
  onBlur?: (evt: FocusEvent) => any;
308
310
  onKeydown?: (evt: Event | KeyboardEvent) => any;
309
- onInput?: (value: string) => any;
310
- onClear?: () => any;
311
- onMouseleave?: (evt: MouseEvent) => any;
312
- onMouseenter?: (evt: MouseEvent) => any;
311
+ onCompositionend?: (evt: CompositionEvent) => any;
313
312
  onCompositionstart?: (evt: CompositionEvent) => any;
314
313
  onCompositionupdate?: (evt: CompositionEvent) => any;
315
- onCompositionend?: (evt: CompositionEvent) => any;
316
- }, {
314
+ onMouseenter?: (evt: MouseEvent) => any;
315
+ onMouseleave?: (evt: MouseEvent) => any;
316
+ }>, {
317
317
  disabled: boolean;
318
318
  type: string;
319
319
  autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -337,7 +337,473 @@ declare const _default: import("vue").DefineComponent<{
337
337
  showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
338
338
  containerRole: string;
339
339
  inputStyle: import("vue").StyleValue;
340
- inputSlots: any;
340
+ inputSlots: import("./types").InputSlots;
341
341
  rows: number;
342
- }, {}>;
342
+ }, {}, {
343
+ ElInput: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
344
+ readonly ariaLabel: StringConstructor;
345
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
346
+ readonly size: {
347
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
348
+ readonly required: false;
349
+ readonly validator: ((val: unknown) => boolean) | undefined;
350
+ __epPropKey: true;
351
+ };
352
+ readonly disabled: BooleanConstructor;
353
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
354
+ readonly maxlength: {
355
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
356
+ readonly required: false;
357
+ readonly validator: ((val: unknown) => boolean) | undefined;
358
+ __epPropKey: true;
359
+ };
360
+ readonly minlength: {
361
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
362
+ readonly required: false;
363
+ readonly validator: ((val: unknown) => boolean) | undefined;
364
+ __epPropKey: true;
365
+ };
366
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
367
+ readonly resize: {
368
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
369
+ readonly required: false;
370
+ readonly validator: ((val: unknown) => boolean) | undefined;
371
+ __epPropKey: true;
372
+ };
373
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
374
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
375
+ readonly formatter: {
376
+ readonly type: import("vue").PropType<Function>;
377
+ readonly required: false;
378
+ readonly validator: ((val: unknown) => boolean) | undefined;
379
+ __epPropKey: true;
380
+ };
381
+ readonly parser: {
382
+ readonly type: import("vue").PropType<Function>;
383
+ readonly required: false;
384
+ readonly validator: ((val: unknown) => boolean) | undefined;
385
+ __epPropKey: true;
386
+ };
387
+ readonly placeholder: {
388
+ readonly type: import("vue").PropType<string>;
389
+ readonly required: false;
390
+ readonly validator: ((val: unknown) => boolean) | undefined;
391
+ __epPropKey: true;
392
+ };
393
+ readonly form: {
394
+ readonly type: import("vue").PropType<string>;
395
+ readonly required: false;
396
+ readonly validator: ((val: unknown) => boolean) | undefined;
397
+ __epPropKey: true;
398
+ };
399
+ readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
400
+ readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
401
+ readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
402
+ readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
403
+ readonly suffixIcon: {
404
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
405
+ readonly required: false;
406
+ readonly validator: ((val: unknown) => boolean) | undefined;
407
+ __epPropKey: true;
408
+ };
409
+ readonly prefixIcon: {
410
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
411
+ readonly required: false;
412
+ readonly validator: ((val: unknown) => boolean) | undefined;
413
+ __epPropKey: true;
414
+ };
415
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
416
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
417
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
418
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
419
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
420
+ readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
421
+ }, {
422
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
423
+ readonly ariaLabel: StringConstructor;
424
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
425
+ readonly size: {
426
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
427
+ readonly required: false;
428
+ readonly validator: ((val: unknown) => boolean) | undefined;
429
+ __epPropKey: true;
430
+ };
431
+ readonly disabled: BooleanConstructor;
432
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
433
+ readonly maxlength: {
434
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
435
+ readonly required: false;
436
+ readonly validator: ((val: unknown) => boolean) | undefined;
437
+ __epPropKey: true;
438
+ };
439
+ readonly minlength: {
440
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
441
+ readonly required: false;
442
+ readonly validator: ((val: unknown) => boolean) | undefined;
443
+ __epPropKey: true;
444
+ };
445
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
446
+ readonly resize: {
447
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
448
+ readonly required: false;
449
+ readonly validator: ((val: unknown) => boolean) | undefined;
450
+ __epPropKey: true;
451
+ };
452
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
453
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
454
+ readonly formatter: {
455
+ readonly type: import("vue").PropType<Function>;
456
+ readonly required: false;
457
+ readonly validator: ((val: unknown) => boolean) | undefined;
458
+ __epPropKey: true;
459
+ };
460
+ readonly parser: {
461
+ readonly type: import("vue").PropType<Function>;
462
+ readonly required: false;
463
+ readonly validator: ((val: unknown) => boolean) | undefined;
464
+ __epPropKey: true;
465
+ };
466
+ readonly placeholder: {
467
+ readonly type: import("vue").PropType<string>;
468
+ readonly required: false;
469
+ readonly validator: ((val: unknown) => boolean) | undefined;
470
+ __epPropKey: true;
471
+ };
472
+ readonly form: {
473
+ readonly type: import("vue").PropType<string>;
474
+ readonly required: false;
475
+ readonly validator: ((val: unknown) => boolean) | undefined;
476
+ __epPropKey: true;
477
+ };
478
+ readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
479
+ readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
480
+ readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
481
+ readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
482
+ readonly suffixIcon: {
483
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
484
+ readonly required: false;
485
+ readonly validator: ((val: unknown) => boolean) | undefined;
486
+ __epPropKey: true;
487
+ };
488
+ readonly prefixIcon: {
489
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
490
+ readonly required: false;
491
+ readonly validator: ((val: unknown) => boolean) | undefined;
492
+ __epPropKey: true;
493
+ };
494
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
495
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
496
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
497
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
498
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
499
+ readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
500
+ }>> & {
501
+ onChange?: ((value: string) => any) | undefined;
502
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
503
+ onInput?: ((value: string) => any) | undefined;
504
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
505
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
506
+ onClear?: (() => any) | undefined;
507
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
508
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
509
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
510
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
511
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
512
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
513
+ }>>;
514
+ emit: ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string) => void) & ((event: "input", value: string) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "compositionend", evt: CompositionEvent) => void);
515
+ rawAttrs: {
516
+ [x: string]: unknown;
517
+ };
518
+ slots: Readonly<{
519
+ [name: string]: import("vue").Slot | undefined;
520
+ }>;
521
+ containerAttrs: import("vue").ComputedRef<Record<string, unknown>>;
522
+ containerKls: import("vue").ComputedRef<unknown[]>;
523
+ wrapperKls: import("vue").ComputedRef<string[]>;
524
+ attrs: import("vue").ComputedRef<Record<string, unknown>>;
525
+ elForm: import("element-plus").FormContext | undefined;
526
+ elFormItem: import("element-plus").FormItemContext | undefined;
527
+ inputId: import("vue").Ref<string | undefined>;
528
+ inputSize: import("vue").ComputedRef<"" | "default" | "small" | "large">;
529
+ inputDisabled: import("vue").ComputedRef<boolean>;
530
+ nsInput: {
531
+ namespace: import("vue").ComputedRef<string>;
532
+ b: (blockSuffix?: string) => string;
533
+ e: (element?: string | undefined) => string;
534
+ m: (modifier?: string | undefined) => string;
535
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
536
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
537
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
538
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
539
+ is: {
540
+ (name: string, state: boolean | undefined): string;
541
+ (name: string): string;
542
+ };
543
+ cssVar: (object: Record<string, string>) => Record<string, string>;
544
+ cssVarName: (name: string) => string;
545
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
546
+ cssVarBlockName: (name: string) => string;
547
+ };
548
+ nsTextarea: {
549
+ namespace: import("vue").ComputedRef<string>;
550
+ b: (blockSuffix?: string) => string;
551
+ e: (element?: string | undefined) => string;
552
+ m: (modifier?: string | undefined) => string;
553
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
554
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
555
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
556
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
557
+ is: {
558
+ (name: string, state: boolean | undefined): string;
559
+ (name: string): string;
560
+ };
561
+ cssVar: (object: Record<string, string>) => Record<string, string>;
562
+ cssVarName: (name: string) => string;
563
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
564
+ cssVarBlockName: (name: string) => string;
565
+ };
566
+ input: import("vue").ShallowRef<HTMLInputElement | undefined>;
567
+ textarea: import("vue").ShallowRef<HTMLTextAreaElement | undefined>;
568
+ hovering: import("vue").Ref<boolean>;
569
+ isComposing: import("vue").Ref<boolean>;
570
+ passwordVisible: import("vue").Ref<boolean>;
571
+ countStyle: import("vue").Ref<import("vue").StyleValue | undefined>;
572
+ textareaCalcStyle: import("vue").ShallowRef<import("vue").StyleValue>;
573
+ _ref: import("vue").ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
574
+ wrapperRef: import("vue").ShallowRef<HTMLElement | undefined>;
575
+ isFocused: import("vue").Ref<boolean>;
576
+ handleFocus: (event: FocusEvent) => void;
577
+ handleBlur: (event: FocusEvent) => void;
578
+ needStatusIcon: import("vue").ComputedRef<boolean>;
579
+ validateState: import("vue").ComputedRef<"" | "success" | "error" | "validating">;
580
+ validateIcon: import("vue").ComputedRef<any>;
581
+ passwordIcon: import("vue").ComputedRef<any>;
582
+ containerStyle: import("vue").ComputedRef<import("vue").StyleValue>;
583
+ textareaStyle: import("vue").ComputedRef<import("vue").StyleValue>;
584
+ nativeInputValue: import("vue").ComputedRef<string>;
585
+ showClear: import("vue").ComputedRef<boolean>;
586
+ showPwdVisible: import("vue").ComputedRef<boolean>;
587
+ isWordLimitVisible: import("vue").ComputedRef<boolean>;
588
+ textLength: import("vue").ComputedRef<number>;
589
+ inputExceed: import("vue").ComputedRef<boolean>;
590
+ suffixVisible: import("vue").ComputedRef<boolean>;
591
+ recordCursor: () => void;
592
+ setCursor: () => void;
593
+ resizeTextarea: () => void;
594
+ createOnceInitResize: (resizeTextarea: () => void) => () => void;
595
+ onceInitSizeTextarea: () => void;
596
+ setNativeInputValue: () => void;
597
+ handleInput: (event: Event) => Promise<void>;
598
+ handleChange: (event: Event) => void;
599
+ handleCompositionStart: (event: CompositionEvent) => void;
600
+ handleCompositionUpdate: (event: CompositionEvent) => void;
601
+ handleCompositionEnd: (event: CompositionEvent) => void;
602
+ handlePasswordVisible: () => void;
603
+ focus: () => Promise<void>;
604
+ blur: () => void | undefined;
605
+ handleMouseLeave: (evt: MouseEvent) => void;
606
+ handleMouseEnter: (evt: MouseEvent) => void;
607
+ handleKeydown: (evt: KeyboardEvent) => void;
608
+ select: () => void;
609
+ clear: () => void;
610
+ ElIcon: import("element-plus/es/utils").SFCWithInstall<import("vue").DefineComponent<{
611
+ readonly size: {
612
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
613
+ readonly required: false;
614
+ readonly validator: ((val: unknown) => boolean) | undefined;
615
+ __epPropKey: true;
616
+ };
617
+ readonly color: {
618
+ readonly type: import("vue").PropType<string>;
619
+ readonly required: false;
620
+ readonly validator: ((val: unknown) => boolean) | undefined;
621
+ __epPropKey: true;
622
+ };
623
+ }, {
624
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
625
+ readonly size: {
626
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
627
+ readonly required: false;
628
+ readonly validator: ((val: unknown) => boolean) | undefined;
629
+ __epPropKey: true;
630
+ };
631
+ readonly color: {
632
+ readonly type: import("vue").PropType<string>;
633
+ readonly required: false;
634
+ readonly validator: ((val: unknown) => boolean) | undefined;
635
+ __epPropKey: true;
636
+ };
637
+ }>> & {
638
+ [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
639
+ }>>;
640
+ ns: {
641
+ namespace: import("vue").ComputedRef<string>;
642
+ b: (blockSuffix?: string) => string;
643
+ e: (element?: string | undefined) => string;
644
+ m: (modifier?: string | undefined) => string;
645
+ be: (blockSuffix?: string | undefined, element?: string | undefined) => string;
646
+ em: (element?: string | undefined, modifier?: string | undefined) => string;
647
+ bm: (blockSuffix?: string | undefined, modifier?: string | undefined) => string;
648
+ bem: (blockSuffix?: string | undefined, element?: string | undefined, modifier?: string | undefined) => string;
649
+ is: {
650
+ (name: string, state: boolean | undefined): string;
651
+ (name: string): string;
652
+ };
653
+ cssVar: (object: Record<string, string>) => Record<string, string>;
654
+ cssVarName: (name: string) => string;
655
+ cssVarBlock: (object: Record<string, string>) => Record<string, string>;
656
+ cssVarBlockName: (name: string) => string;
657
+ };
658
+ style: import("vue").ComputedRef<import("vue").CSSProperties>;
659
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
660
+ readonly size: {
661
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number) & {}) | (() => string | number) | ((new (...args: any[]) => (string | number) & {}) | (() => string | number))[], unknown, unknown>>;
662
+ readonly required: false;
663
+ readonly validator: ((val: unknown) => boolean) | undefined;
664
+ __epPropKey: true;
665
+ };
666
+ readonly color: {
667
+ readonly type: import("vue").PropType<string>;
668
+ readonly required: false;
669
+ readonly validator: ((val: unknown) => boolean) | undefined;
670
+ __epPropKey: true;
671
+ };
672
+ }>>, {}>> & Record<string, any>;
673
+ CircleClose: any;
674
+ NOOP: () => void;
675
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
676
+ "update:modelValue": (value: string) => boolean;
677
+ input: (value: string) => boolean;
678
+ change: (value: string) => boolean;
679
+ focus: (evt: FocusEvent) => boolean;
680
+ blur: (evt: FocusEvent) => boolean;
681
+ clear: () => boolean;
682
+ mouseleave: (evt: MouseEvent) => boolean;
683
+ mouseenter: (evt: MouseEvent) => boolean;
684
+ keydown: (evt: Event | KeyboardEvent) => boolean;
685
+ compositionstart: (evt: CompositionEvent) => boolean;
686
+ compositionupdate: (evt: CompositionEvent) => boolean;
687
+ compositionend: (evt: CompositionEvent) => boolean;
688
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
689
+ readonly ariaLabel: StringConstructor;
690
+ readonly id: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
691
+ readonly size: {
692
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
693
+ readonly required: false;
694
+ readonly validator: ((val: unknown) => boolean) | undefined;
695
+ __epPropKey: true;
696
+ };
697
+ readonly disabled: BooleanConstructor;
698
+ readonly modelValue: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown, "", boolean>;
699
+ readonly maxlength: {
700
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
701
+ readonly required: false;
702
+ readonly validator: ((val: unknown) => boolean) | undefined;
703
+ __epPropKey: true;
704
+ };
705
+ readonly minlength: {
706
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
707
+ readonly required: false;
708
+ readonly validator: ((val: unknown) => boolean) | undefined;
709
+ __epPropKey: true;
710
+ };
711
+ readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "text", boolean>;
712
+ readonly resize: {
713
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<StringConstructor, "none" | "vertical" | "horizontal" | "both", unknown>>;
714
+ readonly required: false;
715
+ readonly validator: ((val: unknown) => boolean) | undefined;
716
+ __epPropKey: true;
717
+ };
718
+ readonly autosize: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize) | ((new (...args: any[]) => import("element-plus").InputAutoSize & {}) | (() => import("element-plus").InputAutoSize))[], unknown, unknown, false, boolean>;
719
+ readonly autocomplete: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "off", boolean>;
720
+ readonly formatter: {
721
+ readonly type: import("vue").PropType<Function>;
722
+ readonly required: false;
723
+ readonly validator: ((val: unknown) => boolean) | undefined;
724
+ __epPropKey: true;
725
+ };
726
+ readonly parser: {
727
+ readonly type: import("vue").PropType<Function>;
728
+ readonly required: false;
729
+ readonly validator: ((val: unknown) => boolean) | undefined;
730
+ __epPropKey: true;
731
+ };
732
+ readonly placeholder: {
733
+ readonly type: import("vue").PropType<string>;
734
+ readonly required: false;
735
+ readonly validator: ((val: unknown) => boolean) | undefined;
736
+ __epPropKey: true;
737
+ };
738
+ readonly form: {
739
+ readonly type: import("vue").PropType<string>;
740
+ readonly required: false;
741
+ readonly validator: ((val: unknown) => boolean) | undefined;
742
+ __epPropKey: true;
743
+ };
744
+ readonly readonly: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
745
+ readonly clearable: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
746
+ readonly showPassword: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
747
+ readonly showWordLimit: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
748
+ readonly suffixIcon: {
749
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
750
+ readonly required: false;
751
+ readonly validator: ((val: unknown) => boolean) | undefined;
752
+ __epPropKey: true;
753
+ };
754
+ readonly prefixIcon: {
755
+ readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
756
+ readonly required: false;
757
+ readonly validator: ((val: unknown) => boolean) | undefined;
758
+ __epPropKey: true;
759
+ };
760
+ readonly containerRole: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
761
+ readonly label: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, undefined, boolean>;
762
+ readonly tabindex: import("element-plus/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, 0, boolean>;
763
+ readonly validateEvent: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
764
+ readonly inputStyle: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue) | ((new (...args: any[]) => import("vue").StyleValue & {}) | (() => import("vue").StyleValue))[], unknown, unknown, () => import("element-plus/es/utils").Mutable<{}>, boolean>;
765
+ readonly autofocus: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
766
+ }>> & {
767
+ onChange?: ((value: string) => any) | undefined;
768
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
769
+ onInput?: ((value: string) => any) | undefined;
770
+ onFocus?: ((evt: FocusEvent) => any) | undefined;
771
+ onBlur?: ((evt: FocusEvent) => any) | undefined;
772
+ onClear?: (() => any) | undefined;
773
+ onMouseleave?: ((evt: MouseEvent) => any) | undefined;
774
+ onMouseenter?: ((evt: MouseEvent) => any) | undefined;
775
+ onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
776
+ onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
777
+ onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
778
+ onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
779
+ }, {
780
+ readonly type: string;
781
+ readonly modelValue: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined) | ((new (...args: any[]) => (string | number | null | undefined) & {}) | (() => string | number | null | undefined))[], unknown, unknown>;
782
+ readonly id: string;
783
+ readonly disabled: boolean;
784
+ readonly clearable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
785
+ readonly autosize: import("element-plus").InputAutoSize;
786
+ readonly autocomplete: string;
787
+ readonly readonly: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
788
+ readonly showPassword: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
789
+ readonly showWordLimit: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
790
+ readonly containerRole: string;
791
+ readonly label: string;
792
+ readonly tabindex: import("element-plus/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>;
793
+ readonly validateEvent: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
794
+ readonly inputStyle: import("vue").StyleValue;
795
+ readonly autofocus: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
796
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>> & Record<string, any>;
797
+ VkfFormItem: {
798
+ new (...args: any[]): any;
799
+ __isFragment?: never;
800
+ __isTeleport?: never;
801
+ __isSuspense?: never;
802
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<Record<string | symbol, any>>>, Record<string | symbol, any>, any, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
803
+ [x: string]: any;
804
+ [x: symbol]: any;
805
+ }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
806
+ install(app: import("vue").App): void;
807
+ };
808
+ }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
343
809
  export default _default;