@koi-design/uxd-ui 14.0.1 → 14.0.2

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 (81) hide show
  1. package/es/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  2. package/es/components/AutoComplete/index.d.ts +18 -0
  3. package/es/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  4. package/es/components/ColorPicker/index.d.ts +18 -0
  5. package/es/components/Dropdown/DropdownMenu.mjs +0 -1
  6. package/es/components/Dropdown/DropdownMenu.mjs.map +1 -1
  7. package/es/components/Input/Input.d.ts +6 -0
  8. package/es/components/Input/Input.mjs +1 -0
  9. package/es/components/Input/Input.mjs.map +1 -1
  10. package/es/components/Input/Input.type.d.ts +3 -0
  11. package/es/components/Input/Input.type.mjs +3 -0
  12. package/es/components/Input/Input.type.mjs.map +1 -1
  13. package/es/components/Input/index.d.ts +9 -0
  14. package/es/components/Pagination/Options.d.ts +8 -0
  15. package/es/components/Pagination/Options.mjs +6 -1
  16. package/es/components/Pagination/Options.mjs.map +1 -1
  17. package/es/components/Pagination/Pagination.d.ts +8 -0
  18. package/es/components/Pagination/Pagination.mjs +2 -0
  19. package/es/components/Pagination/Pagination.mjs.map +1 -1
  20. package/es/components/Pagination/index.d.ts +16 -0
  21. package/es/components/Table/Table.vue.d.ts +16 -0
  22. package/es/components/Transfer/Transfer.vue.d.ts +27 -0
  23. package/es/components/Transfer/TransferList.vue.d.ts +9 -0
  24. package/es/components/Transfer/index.d.ts +72 -0
  25. package/lib/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  26. package/lib/components/AutoComplete/index.d.ts +18 -0
  27. package/lib/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  28. package/lib/components/ColorPicker/index.d.ts +18 -0
  29. package/lib/components/Dropdown/DropdownMenu.js +0 -1
  30. package/lib/components/Dropdown/DropdownMenu.js.map +1 -1
  31. package/lib/components/Input/Input.d.ts +6 -0
  32. package/lib/components/Input/Input.js +1 -0
  33. package/lib/components/Input/Input.js.map +1 -1
  34. package/lib/components/Input/Input.type.d.ts +3 -0
  35. package/lib/components/Input/Input.type.js +3 -0
  36. package/lib/components/Input/Input.type.js.map +1 -1
  37. package/lib/components/Input/index.d.ts +9 -0
  38. package/lib/components/Pagination/Options.d.ts +8 -0
  39. package/lib/components/Pagination/Options.js +6 -1
  40. package/lib/components/Pagination/Options.js.map +1 -1
  41. package/lib/components/Pagination/Pagination.d.ts +8 -0
  42. package/lib/components/Pagination/Pagination.js +2 -0
  43. package/lib/components/Pagination/Pagination.js.map +1 -1
  44. package/lib/components/Pagination/index.d.ts +16 -0
  45. package/lib/components/Table/Table.vue.d.ts +16 -0
  46. package/lib/components/Transfer/Transfer.vue.d.ts +27 -0
  47. package/lib/components/Transfer/TransferList.vue.d.ts +9 -0
  48. package/lib/components/Transfer/index.d.ts +72 -0
  49. package/package.json +1 -1
  50. package/styles/components/cascader/index.css +1 -1
  51. package/styles/components/dropdown/index.css +1 -1
  52. package/styles/components/dropdown/index.less +12 -26
  53. package/styles/components/dropdown/var.less +6 -19
  54. package/styles/components/form/index.css +1 -1
  55. package/styles/components/form/index.less +25 -12
  56. package/styles/components/pagination/index.css +1 -1
  57. package/styles/components/pagination/index.less +41 -178
  58. package/styles/components/pagination/var.less +8 -21
  59. package/styles/components/select/index.css +1 -1
  60. package/styles/components/select/index.less +3 -10
  61. package/styles/components/select/var.less +1 -3
  62. package/styles/index.css +1 -1
  63. package/types/components/AutoComplete/AutoComplete.vue.d.ts +9 -0
  64. package/types/components/AutoComplete/index.d.ts +18 -0
  65. package/types/components/ColorPicker/ColorPicker.vue.d.ts +9 -0
  66. package/types/components/ColorPicker/index.d.ts +18 -0
  67. package/types/components/Input/Input.d.ts +6 -0
  68. package/types/components/Input/Input.type.d.ts +3 -0
  69. package/types/components/Input/index.d.ts +9 -0
  70. package/types/components/Pagination/Options.d.ts +8 -0
  71. package/types/components/Pagination/Pagination.d.ts +8 -0
  72. package/types/components/Pagination/index.d.ts +16 -0
  73. package/types/components/Table/Table.vue.d.ts +16 -0
  74. package/types/components/Transfer/Transfer.vue.d.ts +27 -0
  75. package/types/components/Transfer/TransferList.vue.d.ts +9 -0
  76. package/types/components/Transfer/index.d.ts +72 -0
  77. package/uxd-ui.css +1 -1
  78. package/uxd-ui.esm.min.mjs +3 -3
  79. package/uxd-ui.esm.mjs +13 -3
  80. package/uxd-ui.umd.js +13 -3
  81. package/uxd-ui.umd.min.js +3 -3
@@ -3164,6 +3164,9 @@ declare const _default: import("vue").DefineComponent<{
3164
3164
  direction: {
3165
3165
  type: import("vue").PropType<"ltr" | "rtl">;
3166
3166
  };
3167
+ inputSize: {
3168
+ type: NumberConstructor;
3169
+ };
3167
3170
  }>> & Readonly<{
3168
3171
  onSearch?: (v: InputValueType) => any;
3169
3172
  onChange?: (v: InputValueType) => any;
@@ -3502,6 +3505,9 @@ declare const _default: import("vue").DefineComponent<{
3502
3505
  direction: {
3503
3506
  type: import("vue").PropType<"ltr" | "rtl">;
3504
3507
  };
3508
+ inputSize: {
3509
+ type: NumberConstructor;
3510
+ };
3505
3511
  }>> & Readonly<{
3506
3512
  onSearch?: (v: InputValueType) => any;
3507
3513
  onChange?: (v: InputValueType) => any;
@@ -3690,6 +3696,9 @@ declare const _default: import("vue").DefineComponent<{
3690
3696
  direction: {
3691
3697
  type: import("vue").PropType<"ltr" | "rtl">;
3692
3698
  };
3699
+ inputSize: {
3700
+ type: NumberConstructor;
3701
+ };
3693
3702
  }>> & Readonly<{
3694
3703
  onSearch?: (v: InputValueType) => any;
3695
3704
  onChange?: (v: InputValueType) => any;
@@ -3134,6 +3134,9 @@ export declare const UAutoComplete: {
3134
3134
  direction: {
3135
3135
  type: import("vue").PropType<"ltr" | "rtl">;
3136
3136
  };
3137
+ inputSize: {
3138
+ type: NumberConstructor;
3139
+ };
3137
3140
  }>> & Readonly<{
3138
3141
  onSearch?: (v: import("..").InputValueType) => any;
3139
3142
  onChange?: (v: import("..").InputValueType) => any;
@@ -3472,6 +3475,9 @@ export declare const UAutoComplete: {
3472
3475
  direction: {
3473
3476
  type: import("vue").PropType<"ltr" | "rtl">;
3474
3477
  };
3478
+ inputSize: {
3479
+ type: NumberConstructor;
3480
+ };
3475
3481
  }>> & Readonly<{
3476
3482
  onSearch?: (v: import("..").InputValueType) => any;
3477
3483
  onChange?: (v: import("..").InputValueType) => any;
@@ -3660,6 +3666,9 @@ export declare const UAutoComplete: {
3660
3666
  direction: {
3661
3667
  type: import("vue").PropType<"ltr" | "rtl">;
3662
3668
  };
3669
+ inputSize: {
3670
+ type: NumberConstructor;
3671
+ };
3663
3672
  }>> & Readonly<{
3664
3673
  onSearch?: (v: import("..").InputValueType) => any;
3665
3674
  onChange?: (v: import("..").InputValueType) => any;
@@ -11298,6 +11307,9 @@ export declare const UAutoComplete: {
11298
11307
  direction: {
11299
11308
  type: import("vue").PropType<"ltr" | "rtl">;
11300
11309
  };
11310
+ inputSize: {
11311
+ type: NumberConstructor;
11312
+ };
11301
11313
  }>> & Readonly<{
11302
11314
  onSearch?: (v: import("..").InputValueType) => any;
11303
11315
  onChange?: (v: import("..").InputValueType) => any;
@@ -11636,6 +11648,9 @@ export declare const UAutoComplete: {
11636
11648
  direction: {
11637
11649
  type: import("vue").PropType<"ltr" | "rtl">;
11638
11650
  };
11651
+ inputSize: {
11652
+ type: NumberConstructor;
11653
+ };
11639
11654
  }>> & Readonly<{
11640
11655
  onSearch?: (v: import("..").InputValueType) => any;
11641
11656
  onChange?: (v: import("..").InputValueType) => any;
@@ -11824,6 +11839,9 @@ export declare const UAutoComplete: {
11824
11839
  direction: {
11825
11840
  type: import("vue").PropType<"ltr" | "rtl">;
11826
11841
  };
11842
+ inputSize: {
11843
+ type: NumberConstructor;
11844
+ };
11827
11845
  }>> & Readonly<{
11828
11846
  onSearch?: (v: import("..").InputValueType) => any;
11829
11847
  onChange?: (v: import("..").InputValueType) => any;
@@ -919,6 +919,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
919
919
  direction: {
920
920
  type: import("vue").PropType<"ltr" | "rtl">;
921
921
  };
922
+ inputSize: {
923
+ type: NumberConstructor;
924
+ };
922
925
  }>> & Readonly<{
923
926
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
924
927
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
@@ -1257,6 +1260,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1257
1260
  direction: {
1258
1261
  type: import("vue").PropType<"ltr" | "rtl">;
1259
1262
  };
1263
+ inputSize: {
1264
+ type: NumberConstructor;
1265
+ };
1260
1266
  }>> & Readonly<{
1261
1267
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
1262
1268
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
@@ -1445,6 +1451,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
1445
1451
  direction: {
1446
1452
  type: import("vue").PropType<"ltr" | "rtl">;
1447
1453
  };
1454
+ inputSize: {
1455
+ type: NumberConstructor;
1456
+ };
1448
1457
  }>> & Readonly<{
1449
1458
  onSearch?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
1450
1459
  onChange?: (v: import("@koi-design/uxd-ui/es/components/Input").InputValueType) => any;
@@ -882,6 +882,9 @@ export declare const UColorPicker: {
882
882
  direction: {
883
883
  type: import("vue").PropType<"ltr" | "rtl">;
884
884
  };
885
+ inputSize: {
886
+ type: NumberConstructor;
887
+ };
885
888
  }>> & Readonly<{
886
889
  onSearch?: (v: import("..").InputValueType) => any;
887
890
  onChange?: (v: import("..").InputValueType) => any;
@@ -1220,6 +1223,9 @@ export declare const UColorPicker: {
1220
1223
  direction: {
1221
1224
  type: import("vue").PropType<"ltr" | "rtl">;
1222
1225
  };
1226
+ inputSize: {
1227
+ type: NumberConstructor;
1228
+ };
1223
1229
  }>> & Readonly<{
1224
1230
  onSearch?: (v: import("..").InputValueType) => any;
1225
1231
  onChange?: (v: import("..").InputValueType) => any;
@@ -1408,6 +1414,9 @@ export declare const UColorPicker: {
1408
1414
  direction: {
1409
1415
  type: import("vue").PropType<"ltr" | "rtl">;
1410
1416
  };
1417
+ inputSize: {
1418
+ type: NumberConstructor;
1419
+ };
1411
1420
  }>> & Readonly<{
1412
1421
  onSearch?: (v: import("..").InputValueType) => any;
1413
1422
  onChange?: (v: import("..").InputValueType) => any;
@@ -3644,6 +3653,9 @@ export declare const UColorPicker: {
3644
3653
  direction: {
3645
3654
  type: import("vue").PropType<"ltr" | "rtl">;
3646
3655
  };
3656
+ inputSize: {
3657
+ type: NumberConstructor;
3658
+ };
3647
3659
  }>> & Readonly<{
3648
3660
  onSearch?: (v: import("..").InputValueType) => any;
3649
3661
  onChange?: (v: import("..").InputValueType) => any;
@@ -3982,6 +3994,9 @@ export declare const UColorPicker: {
3982
3994
  direction: {
3983
3995
  type: import("vue").PropType<"ltr" | "rtl">;
3984
3996
  };
3997
+ inputSize: {
3998
+ type: NumberConstructor;
3999
+ };
3985
4000
  }>> & Readonly<{
3986
4001
  onSearch?: (v: import("..").InputValueType) => any;
3987
4002
  onChange?: (v: import("..").InputValueType) => any;
@@ -4170,6 +4185,9 @@ export declare const UColorPicker: {
4170
4185
  direction: {
4171
4186
  type: import("vue").PropType<"ltr" | "rtl">;
4172
4187
  };
4188
+ inputSize: {
4189
+ type: NumberConstructor;
4190
+ };
4173
4191
  }>> & Readonly<{
4174
4192
  onSearch?: (v: import("..").InputValueType) => any;
4175
4193
  onChange?: (v: import("..").InputValueType) => any;
@@ -113,6 +113,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
113
113
  direction: {
114
114
  type: import("vue").PropType<"ltr" | "rtl">;
115
115
  };
116
+ inputSize: {
117
+ type: NumberConstructor;
118
+ };
116
119
  }>, {
117
120
  prefixCls: import("vue").ComputedRef<string>;
118
121
  wordCountRef: import("vue").ShallowRef<HTMLElement, HTMLElement>;
@@ -273,6 +276,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
273
276
  direction: {
274
277
  type: import("vue").PropType<"ltr" | "rtl">;
275
278
  };
279
+ inputSize: {
280
+ type: NumberConstructor;
281
+ };
276
282
  }>> & Readonly<{
277
283
  onSearch?: (v: InputValueType) => any;
278
284
  onClear?: (ev: Event) => any;
@@ -121,6 +121,9 @@ export declare const inputProps: {
121
121
  direction: {
122
122
  type: PropType<"ltr" | "rtl">;
123
123
  };
124
+ inputSize: {
125
+ type: NumberConstructor;
126
+ };
124
127
  };
125
128
  export declare type InputProps = ExtractPropTypes<typeof inputProps>;
126
129
  export declare const inputEmits: {
@@ -113,6 +113,9 @@ export declare const UInput: {
113
113
  direction: {
114
114
  type: import("vue").PropType<"ltr" | "rtl">;
115
115
  };
116
+ inputSize: {
117
+ type: NumberConstructor;
118
+ };
116
119
  }>> & Readonly<{
117
120
  onSearch?: (v: import("./Input.type").InputValueType) => any;
118
121
  onChange?: (v: import("./Input.type").InputValueType) => any;
@@ -451,6 +454,9 @@ export declare const UInput: {
451
454
  direction: {
452
455
  type: import("vue").PropType<"ltr" | "rtl">;
453
456
  };
457
+ inputSize: {
458
+ type: NumberConstructor;
459
+ };
454
460
  }>> & Readonly<{
455
461
  onSearch?: (v: import("./Input.type").InputValueType) => any;
456
462
  onChange?: (v: import("./Input.type").InputValueType) => any;
@@ -639,6 +645,9 @@ export declare const UInput: {
639
645
  direction: {
640
646
  type: import("vue").PropType<"ltr" | "rtl">;
641
647
  };
648
+ inputSize: {
649
+ type: NumberConstructor;
650
+ };
642
651
  }>> & Readonly<{
643
652
  onSearch?: (v: import("./Input.type").InputValueType) => any;
644
653
  onChange?: (v: import("./Input.type").InputValueType) => any;
@@ -42,6 +42,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
42
42
  type: NumberConstructor;
43
43
  default: number;
44
44
  };
45
+ totalPage: {
46
+ type: NumberConstructor;
47
+ required: true;
48
+ };
45
49
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
50
  'change-page-size': (v: number) => boolean;
47
51
  'change-page': (v: number) => boolean;
@@ -88,6 +92,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
88
92
  type: NumberConstructor;
89
93
  default: number;
90
94
  };
95
+ totalPage: {
96
+ type: NumberConstructor;
97
+ required: true;
98
+ };
91
99
  }>> & Readonly<{
92
100
  "onChange-page-size"?: (v: number) => any;
93
101
  "onChange-page"?: (v: number) => any;
@@ -436,6 +436,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
436
436
  type: NumberConstructor;
437
437
  default: number;
438
438
  };
439
+ totalPage: {
440
+ type: NumberConstructor;
441
+ required: true;
442
+ };
439
443
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
440
444
  'change-page-size': (v: number) => boolean;
441
445
  'change-page': (v: number) => boolean;
@@ -482,6 +486,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
482
486
  type: NumberConstructor;
483
487
  default: number;
484
488
  };
489
+ totalPage: {
490
+ type: NumberConstructor;
491
+ required: true;
492
+ };
485
493
  }>> & Readonly<{
486
494
  "onChange-page-size"?: (v: number) => any;
487
495
  "onChange-page"?: (v: number) => any;
@@ -364,6 +364,10 @@ export declare const UPagination: {
364
364
  type: NumberConstructor;
365
365
  default: number;
366
366
  };
367
+ totalPage: {
368
+ type: NumberConstructor;
369
+ required: true;
370
+ };
367
371
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
368
372
  'change-page-size': (v: number) => boolean;
369
373
  'change-page': (v: number) => boolean;
@@ -410,6 +414,10 @@ export declare const UPagination: {
410
414
  type: NumberConstructor;
411
415
  default: number;
412
416
  };
417
+ totalPage: {
418
+ type: NumberConstructor;
419
+ required: true;
420
+ };
413
421
  }>> & Readonly<{
414
422
  "onChange-page-size"?: (v: number) => any;
415
423
  "onChange-page"?: (v: number) => any;
@@ -1054,6 +1062,10 @@ export declare const UPagination: {
1054
1062
  type: NumberConstructor;
1055
1063
  default: number;
1056
1064
  };
1065
+ totalPage: {
1066
+ type: NumberConstructor;
1067
+ required: true;
1068
+ };
1057
1069
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1058
1070
  'change-page-size': (v: number) => boolean;
1059
1071
  'change-page': (v: number) => boolean;
@@ -1100,6 +1112,10 @@ export declare const UPagination: {
1100
1112
  type: NumberConstructor;
1101
1113
  default: number;
1102
1114
  };
1115
+ totalPage: {
1116
+ type: NumberConstructor;
1117
+ required: true;
1118
+ };
1103
1119
  }>> & Readonly<{
1104
1120
  "onChange-page-size"?: (v: number) => any;
1105
1121
  "onChange-page"?: (v: number) => any;
@@ -14665,6 +14665,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14665
14665
  type: NumberConstructor;
14666
14666
  default: number;
14667
14667
  };
14668
+ totalPage: {
14669
+ type: NumberConstructor;
14670
+ required: true;
14671
+ };
14668
14672
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
14669
14673
  'change-page-size': (v: number) => boolean;
14670
14674
  'change-page': (v: number) => boolean;
@@ -14711,6 +14715,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14711
14715
  type: NumberConstructor;
14712
14716
  default: number;
14713
14717
  };
14718
+ totalPage: {
14719
+ type: NumberConstructor;
14720
+ required: true;
14721
+ };
14714
14722
  }>> & Readonly<{
14715
14723
  "onChange-page-size"?: (v: number) => any;
14716
14724
  "onChange-page"?: (v: number) => any;
@@ -15355,6 +15363,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15355
15363
  type: NumberConstructor;
15356
15364
  default: number;
15357
15365
  };
15366
+ totalPage: {
15367
+ type: NumberConstructor;
15368
+ required: true;
15369
+ };
15358
15370
  }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15359
15371
  'change-page-size': (v: number) => boolean;
15360
15372
  'change-page': (v: number) => boolean;
@@ -15401,6 +15413,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
15401
15413
  type: NumberConstructor;
15402
15414
  default: number;
15403
15415
  };
15416
+ totalPage: {
15417
+ type: NumberConstructor;
15418
+ required: true;
15419
+ };
15404
15420
  }>> & Readonly<{
15405
15421
  "onChange-page-size"?: (v: number) => any;
15406
15422
  "onChange-page"?: (v: number) => any;
@@ -2172,6 +2172,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2172
2172
  direction: {
2173
2173
  type: import("vue").PropType<"ltr" | "rtl">;
2174
2174
  };
2175
+ inputSize: {
2176
+ type: NumberConstructor;
2177
+ };
2175
2178
  }>> & Readonly<{
2176
2179
  onSearch?: (v: import("..").InputValueType) => any;
2177
2180
  onChange?: (v: import("..").InputValueType) => any;
@@ -2510,6 +2513,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2510
2513
  direction: {
2511
2514
  type: import("vue").PropType<"ltr" | "rtl">;
2512
2515
  };
2516
+ inputSize: {
2517
+ type: NumberConstructor;
2518
+ };
2513
2519
  }>> & Readonly<{
2514
2520
  onSearch?: (v: import("..").InputValueType) => any;
2515
2521
  onChange?: (v: import("..").InputValueType) => any;
@@ -2698,6 +2704,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2698
2704
  direction: {
2699
2705
  type: import("vue").PropType<"ltr" | "rtl">;
2700
2706
  };
2707
+ inputSize: {
2708
+ type: NumberConstructor;
2709
+ };
2701
2710
  }>> & Readonly<{
2702
2711
  onSearch?: (v: import("..").InputValueType) => any;
2703
2712
  onChange?: (v: import("..").InputValueType) => any;
@@ -5218,6 +5227,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5218
5227
  direction: {
5219
5228
  type: import("vue").PropType<"ltr" | "rtl">;
5220
5229
  };
5230
+ inputSize: {
5231
+ type: NumberConstructor;
5232
+ };
5221
5233
  }>> & Readonly<{
5222
5234
  onSearch?: (v: import("..").InputValueType) => any;
5223
5235
  onChange?: (v: import("..").InputValueType) => any;
@@ -5556,6 +5568,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5556
5568
  direction: {
5557
5569
  type: import("vue").PropType<"ltr" | "rtl">;
5558
5570
  };
5571
+ inputSize: {
5572
+ type: NumberConstructor;
5573
+ };
5559
5574
  }>> & Readonly<{
5560
5575
  onSearch?: (v: import("..").InputValueType) => any;
5561
5576
  onChange?: (v: import("..").InputValueType) => any;
@@ -5744,6 +5759,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
5744
5759
  direction: {
5745
5760
  type: import("vue").PropType<"ltr" | "rtl">;
5746
5761
  };
5762
+ inputSize: {
5763
+ type: NumberConstructor;
5764
+ };
5747
5765
  }>> & Readonly<{
5748
5766
  onSearch?: (v: import("..").InputValueType) => any;
5749
5767
  onChange?: (v: import("..").InputValueType) => any;
@@ -8448,6 +8466,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8448
8466
  direction: {
8449
8467
  type: import("vue").PropType<"ltr" | "rtl">;
8450
8468
  };
8469
+ inputSize: {
8470
+ type: NumberConstructor;
8471
+ };
8451
8472
  }>> & Readonly<{
8452
8473
  onSearch?: (v: import("..").InputValueType) => any;
8453
8474
  onChange?: (v: import("..").InputValueType) => any;
@@ -8786,6 +8807,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8786
8807
  direction: {
8787
8808
  type: import("vue").PropType<"ltr" | "rtl">;
8788
8809
  };
8810
+ inputSize: {
8811
+ type: NumberConstructor;
8812
+ };
8789
8813
  }>> & Readonly<{
8790
8814
  onSearch?: (v: import("..").InputValueType) => any;
8791
8815
  onChange?: (v: import("..").InputValueType) => any;
@@ -8974,6 +8998,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
8974
8998
  direction: {
8975
8999
  type: import("vue").PropType<"ltr" | "rtl">;
8976
9000
  };
9001
+ inputSize: {
9002
+ type: NumberConstructor;
9003
+ };
8977
9004
  }>> & Readonly<{
8978
9005
  onSearch?: (v: import("..").InputValueType) => any;
8979
9006
  onChange?: (v: import("..").InputValueType) => any;
@@ -2145,6 +2145,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2145
2145
  direction: {
2146
2146
  type: PropType<"ltr" | "rtl">;
2147
2147
  };
2148
+ inputSize: {
2149
+ type: NumberConstructor;
2150
+ };
2148
2151
  }>> & Readonly<{
2149
2152
  onSearch?: (v: InputValueType) => any;
2150
2153
  onChange?: (v: InputValueType) => any;
@@ -2483,6 +2486,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2483
2486
  direction: {
2484
2487
  type: PropType<"ltr" | "rtl">;
2485
2488
  };
2489
+ inputSize: {
2490
+ type: NumberConstructor;
2491
+ };
2486
2492
  }>> & Readonly<{
2487
2493
  onSearch?: (v: InputValueType) => any;
2488
2494
  onChange?: (v: InputValueType) => any;
@@ -2671,6 +2677,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
2671
2677
  direction: {
2672
2678
  type: PropType<"ltr" | "rtl">;
2673
2679
  };
2680
+ inputSize: {
2681
+ type: NumberConstructor;
2682
+ };
2674
2683
  }>> & Readonly<{
2675
2684
  onSearch?: (v: InputValueType) => any;
2676
2685
  onChange?: (v: InputValueType) => any;