lew-ui 2.7.71 → 2.7.77

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 (87) hide show
  1. package/dist/_components/CloseButton.vue.d.ts +20 -0
  2. package/dist/_components/CloseIcon.vue.d.ts +18 -0
  3. package/dist/_components/CommonInput.vue.d.ts +12 -49
  4. package/dist/auto-imports.d.ts +86 -0
  5. package/dist/components/data/collapse/index.d.ts +1 -0
  6. package/dist/components/data/collapse/src/model.d.ts +14 -0
  7. package/dist/components/data/collapse/src/props.d.ts +0 -11
  8. package/dist/components/data/expand/src/LewExpand.vue.d.ts +8 -2
  9. package/dist/components/data/pagination/index.d.ts +1 -0
  10. package/dist/components/data/pagination/src/model.d.ts +16 -0
  11. package/dist/components/data/pagination/src/props.d.ts +0 -18
  12. package/dist/components/data/table/src/LewTable.vue.d.ts +11 -2
  13. package/dist/components/data/table/src/props.d.ts +5 -0
  14. package/dist/components/feedback/alert/src/LewAlert.vue.d.ts +2 -6
  15. package/dist/components/feedback/alert/src/emits.d.ts +1 -3
  16. package/dist/components/feedback/drawer/index.d.ts +1 -0
  17. package/dist/components/feedback/drawer/src/LewDrawer.vue.d.ts +10 -11
  18. package/dist/components/feedback/drawer/src/model.d.ts +8 -0
  19. package/dist/components/feedback/drawer/src/props.d.ts +5 -7
  20. package/dist/components/feedback/modal/index.d.ts +1 -0
  21. package/dist/components/feedback/modal/src/LewModal.vue.d.ts +5 -5
  22. package/dist/components/feedback/modal/src/model.d.ts +8 -0
  23. package/dist/components/feedback/modal/src/props.d.ts +5 -6
  24. package/dist/components/form/cascader/src/LewCascader.vue.d.ts +100 -100
  25. package/dist/components/form/cascader/src/emits.d.ts +4 -3
  26. package/dist/components/form/cascader/src/model.d.ts +2 -1
  27. package/dist/components/form/cascader/src/props.d.ts +80 -80
  28. package/dist/components/form/checkbox/src/LewCheckbox.vue.d.ts +54 -54
  29. package/dist/components/form/checkbox/src/LewCheckboxGroup.vue.d.ts +52 -52
  30. package/dist/components/form/checkbox/src/props.d.ts +83 -83
  31. package/dist/components/form/color-picker/src/LewColorPicker.vue.d.ts +32 -32
  32. package/dist/components/form/color-picker/src/props.d.ts +21 -21
  33. package/dist/components/form/date-picker/src/LewDatePicker.vue.d.ts +4 -4
  34. package/dist/components/form/input/src/LewInput.vue.d.ts +4 -35
  35. package/dist/components/form/input/src/props.d.ts +0 -17
  36. package/dist/components/form/input-number/src/LewInputNumber.vue.d.ts +6 -10
  37. package/dist/components/form/input-number/src/emits.d.ts +1 -1
  38. package/dist/components/form/input-number/src/props.d.ts +0 -4
  39. package/dist/components/form/input-tag/src/LewInputTag.vue.d.ts +4 -53
  40. package/dist/components/form/input-tag/src/props.d.ts +0 -5
  41. package/dist/components/form/select/src/LewSelect.vue.d.ts +33 -88
  42. package/dist/components/form/tree-select/src/LewTreeSelect.vue.d.ts +12 -88
  43. package/dist/components/general/tag/src/LewTag.vue.d.ts +47 -8
  44. package/dist/components/general/tag/src/emits.d.ts +3 -0
  45. package/dist/components/general/tag/src/props.d.ts +9 -0
  46. package/dist/components/general/text-trim/index.d.ts +7 -2
  47. package/dist/components/general/text-trim/src/emits.d.ts +2 -0
  48. package/dist/components/general/text-trim/src/text-trim.d.ts +1 -1
  49. package/dist/components/navigation/action-box/index.d.ts +7 -3
  50. package/dist/components/navigation/action-box/src/LewActionBox.vue.d.ts +6 -2
  51. package/dist/components/navigation/action-box/src/emits.d.ts +1 -0
  52. package/dist/components/navigation/back-top/index.d.ts +7 -2
  53. package/dist/components/navigation/back-top/src/emits.d.ts +2 -0
  54. package/dist/components/navigation/breadcrumb/index.d.ts +7 -3
  55. package/dist/components/navigation/breadcrumb/src/LewBreadcrumb.vue.d.ts +2 -2
  56. package/dist/components/navigation/breadcrumb/src/emits.d.ts +3 -1
  57. package/dist/components/navigation/dropdown/index.d.ts +8 -3
  58. package/dist/components/navigation/dropdown/src/emits.d.ts +1 -0
  59. package/dist/components/navigation/dropdown/src/model.d.ts +8 -0
  60. package/dist/components/navigation/dropdown/src/props.d.ts +0 -6
  61. package/dist/components/navigation/menu/index.d.ts +8 -3
  62. package/dist/components/navigation/menu/src/LewMenu.vue.d.ts +4 -4
  63. package/dist/components/navigation/menu/src/emits.d.ts +1 -0
  64. package/dist/components/navigation/menu/src/model.d.ts +7 -0
  65. package/dist/components/navigation/menu/src/props.d.ts +0 -5
  66. package/dist/components/navigation/menu-tree/index.d.ts +9 -4
  67. package/dist/components/navigation/menu-tree/src/emits.d.ts +1 -0
  68. package/dist/components/navigation/menu-tree/src/model.d.ts +16 -0
  69. package/dist/components/navigation/menu-tree/src/props.d.ts +0 -13
  70. package/dist/components/navigation/steps/index.d.ts +8 -3
  71. package/dist/components/navigation/steps/src/LewSteps.vue.d.ts +10 -6
  72. package/dist/components/navigation/steps/src/emits.d.ts +1 -0
  73. package/dist/components/navigation/steps/src/model.d.ts +7 -0
  74. package/dist/components/navigation/steps/src/props.d.ts +3 -6
  75. package/dist/directives/context-menu/src/LewContextMenu.vue.d.ts +2 -2
  76. package/dist/directives/context-menu/src/emits.d.ts +3 -1
  77. package/dist/env.d.ts +37 -0
  78. package/dist/global.d.ts +13 -0
  79. package/dist/hooks/index.d.ts +3 -1
  80. package/dist/hooks/usePopupManager.d.ts +98 -0
  81. package/dist/index.css +1 -1
  82. package/dist/index.js +3108 -2415
  83. package/dist/index.umd.cjs +1 -1
  84. package/dist/methods/dialog/src/LewDialog.vue.d.ts +1 -1
  85. package/dist/methods/notification/src/NotificationContainer.vue.d.ts +6 -0
  86. package/dist/methods/notification/src/index.d.ts +4 -0
  87. package/package.json +4 -2
@@ -1,4 +1,6 @@
1
1
  import { LewContextMenusOption } from '../../../..';
2
+ declare function focus(): void;
3
+ declare function blur(): void;
2
4
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
3
5
  type: {
4
6
  type: PropType<import('../../../..').LewInputType>;
@@ -24,32 +26,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
24
26
  };
25
27
  disabled: {
26
28
  type: BooleanConstructor;
27
- default: boolean;
28
29
  validator: (value: any) => boolean;
29
30
  };
30
31
  readonly: {
31
32
  type: BooleanConstructor;
32
- default: boolean;
33
33
  validator: (value: any) => boolean;
34
34
  };
35
35
  clearable: {
36
36
  type: BooleanConstructor;
37
- default: boolean;
38
37
  validator: (value: any) => boolean;
39
38
  };
40
39
  showPassword: {
41
40
  type: BooleanConstructor;
42
- default: boolean;
43
41
  validator: (value: any) => boolean;
44
42
  };
45
43
  maxLength: {
46
44
  type: (StringConstructor | NumberConstructor)[];
47
- default: undefined;
48
45
  validator: (value: number | undefined) => boolean;
49
46
  };
50
47
  showCount: {
51
48
  type: BooleanConstructor;
52
- default: boolean;
53
49
  validator: (value: any) => boolean;
54
50
  };
55
51
  align: {
@@ -65,22 +61,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
65
61
  };
66
62
  autoWidth: {
67
63
  type: BooleanConstructor;
68
- default: boolean;
69
64
  validator: (value: any) => boolean;
70
65
  };
71
66
  selectByFocus: {
72
67
  type: BooleanConstructor;
73
- default: boolean;
74
68
  validator: (value: any) => boolean;
75
69
  };
76
70
  copyable: {
77
71
  type: BooleanConstructor;
78
- default: boolean;
79
72
  validator: (value: any) => boolean;
80
73
  };
81
74
  prefixes: {
82
75
  type: PropType<import('../../../..').LewInputPrefixesType>;
83
- default: string;
84
76
  typeValues: import('../../../..').LewInputPrefixesType[];
85
77
  validator: (value: any) => boolean;
86
78
  };
@@ -91,12 +83,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
91
83
  };
92
84
  prefixesTooltip: {
93
85
  type: StringConstructor;
94
- default: string;
95
86
  validator: (value: any) => boolean;
96
87
  };
97
88
  suffix: {
98
89
  type: PropType<import('../../../..').LewInputSuffixType>;
99
- default: string;
100
90
  typeValues: import('../../../..').LewInputSuffixType[];
101
91
  validator: (value: any) => boolean;
102
92
  };
@@ -107,12 +97,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
107
97
  };
108
98
  suffixTooltip: {
109
99
  type: StringConstructor;
110
- default: string;
111
100
  validator: (value: any) => boolean;
112
101
  };
113
102
  okByEnter: {
114
103
  type: BooleanConstructor;
115
- default: boolean;
116
104
  validator: (value: any) => boolean;
117
105
  };
118
106
  modelValue: {
@@ -126,8 +114,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
126
114
  type: globalThis.PropType<string>;
127
115
  };
128
116
  }>, {
129
- focus: () => any;
130
- blur: () => any;
117
+ focus: typeof focus;
118
+ blur: typeof blur;
131
119
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
132
120
  input: (value?: string | undefined) => void;
133
121
  blur: (e: FocusEvent) => void;
@@ -163,32 +151,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
163
151
  };
164
152
  disabled: {
165
153
  type: BooleanConstructor;
166
- default: boolean;
167
154
  validator: (value: any) => boolean;
168
155
  };
169
156
  readonly: {
170
157
  type: BooleanConstructor;
171
- default: boolean;
172
158
  validator: (value: any) => boolean;
173
159
  };
174
160
  clearable: {
175
161
  type: BooleanConstructor;
176
- default: boolean;
177
162
  validator: (value: any) => boolean;
178
163
  };
179
164
  showPassword: {
180
165
  type: BooleanConstructor;
181
- default: boolean;
182
166
  validator: (value: any) => boolean;
183
167
  };
184
168
  maxLength: {
185
169
  type: (StringConstructor | NumberConstructor)[];
186
- default: undefined;
187
170
  validator: (value: number | undefined) => boolean;
188
171
  };
189
172
  showCount: {
190
173
  type: BooleanConstructor;
191
- default: boolean;
192
174
  validator: (value: any) => boolean;
193
175
  };
194
176
  align: {
@@ -204,22 +186,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
204
186
  };
205
187
  autoWidth: {
206
188
  type: BooleanConstructor;
207
- default: boolean;
208
189
  validator: (value: any) => boolean;
209
190
  };
210
191
  selectByFocus: {
211
192
  type: BooleanConstructor;
212
- default: boolean;
213
193
  validator: (value: any) => boolean;
214
194
  };
215
195
  copyable: {
216
196
  type: BooleanConstructor;
217
- default: boolean;
218
197
  validator: (value: any) => boolean;
219
198
  };
220
199
  prefixes: {
221
200
  type: PropType<import('../../../..').LewInputPrefixesType>;
222
- default: string;
223
201
  typeValues: import('../../../..').LewInputPrefixesType[];
224
202
  validator: (value: any) => boolean;
225
203
  };
@@ -230,12 +208,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
230
208
  };
231
209
  prefixesTooltip: {
232
210
  type: StringConstructor;
233
- default: string;
234
211
  validator: (value: any) => boolean;
235
212
  };
236
213
  suffix: {
237
214
  type: PropType<import('../../../..').LewInputSuffixType>;
238
- default: string;
239
215
  typeValues: import('../../../..').LewInputSuffixType[];
240
216
  validator: (value: any) => boolean;
241
217
  };
@@ -246,12 +222,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
246
222
  };
247
223
  suffixTooltip: {
248
224
  type: StringConstructor;
249
- default: string;
250
225
  validator: (value: any) => boolean;
251
226
  };
252
227
  okByEnter: {
253
228
  type: BooleanConstructor;
254
- default: boolean;
255
229
  validator: (value: any) => boolean;
256
230
  };
257
231
  modelValue: {
@@ -275,7 +249,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
275
249
  "onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
276
250
  onOk?: ((value?: string | undefined) => any) | undefined;
277
251
  }>, {
278
- maxLength: string | number;
279
252
  type: import('../../../..').LewInputType;
280
253
  size: import('../../../..').LewSize;
281
254
  disabled: boolean;
@@ -289,12 +262,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
289
262
  autoWidth: boolean;
290
263
  selectByFocus: boolean;
291
264
  copyable: boolean;
292
- prefixes: import('../../../..').LewInputPrefixesType;
293
265
  prefixesOptions: LewContextMenusOption[];
294
- prefixesTooltip: string;
295
- suffix: import('../../../..').LewInputSuffixType;
296
266
  suffixOptions: LewContextMenusOption[];
297
- suffixTooltip: string;
298
267
  okByEnter: boolean;
299
268
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
300
269
  lewInputRef: HTMLInputElement;
@@ -5,15 +5,12 @@ import { ExtractPublicPropTypes, PropType } from 'vue';
5
5
  export declare const inputModel: {
6
6
  modelValue: {
7
7
  type: (StringConstructor | NumberConstructor)[];
8
- default: undefined;
9
8
  };
10
9
  prefixValue: {
11
10
  type: (StringConstructor | NumberConstructor)[];
12
- default: undefined;
13
11
  };
14
12
  suffixValue: {
15
13
  type: (StringConstructor | NumberConstructor)[];
16
- default: undefined;
17
14
  };
18
15
  };
19
16
  export declare const inputProps: {
@@ -41,32 +38,26 @@ export declare const inputProps: {
41
38
  };
42
39
  disabled: {
43
40
  type: BooleanConstructor;
44
- default: boolean;
45
41
  validator: (value: any) => boolean;
46
42
  };
47
43
  readonly: {
48
44
  type: BooleanConstructor;
49
- default: boolean;
50
45
  validator: (value: any) => boolean;
51
46
  };
52
47
  clearable: {
53
48
  type: BooleanConstructor;
54
- default: boolean;
55
49
  validator: (value: any) => boolean;
56
50
  };
57
51
  showPassword: {
58
52
  type: BooleanConstructor;
59
- default: boolean;
60
53
  validator: (value: any) => boolean;
61
54
  };
62
55
  maxLength: {
63
56
  type: (StringConstructor | NumberConstructor)[];
64
- default: undefined;
65
57
  validator: (value: number | undefined) => boolean;
66
58
  };
67
59
  showCount: {
68
60
  type: BooleanConstructor;
69
- default: boolean;
70
61
  validator: (value: any) => boolean;
71
62
  };
72
63
  align: {
@@ -82,22 +73,18 @@ export declare const inputProps: {
82
73
  };
83
74
  autoWidth: {
84
75
  type: BooleanConstructor;
85
- default: boolean;
86
76
  validator: (value: any) => boolean;
87
77
  };
88
78
  selectByFocus: {
89
79
  type: BooleanConstructor;
90
- default: boolean;
91
80
  validator: (value: any) => boolean;
92
81
  };
93
82
  copyable: {
94
83
  type: BooleanConstructor;
95
- default: boolean;
96
84
  validator: (value: any) => boolean;
97
85
  };
98
86
  prefixes: {
99
87
  type: PropType<LewInputPrefixesType>;
100
- default: string;
101
88
  typeValues: LewInputPrefixesType[];
102
89
  validator: (value: any) => boolean;
103
90
  };
@@ -108,12 +95,10 @@ export declare const inputProps: {
108
95
  };
109
96
  prefixesTooltip: {
110
97
  type: StringConstructor;
111
- default: string;
112
98
  validator: (value: any) => boolean;
113
99
  };
114
100
  suffix: {
115
101
  type: PropType<LewInputSuffixType>;
116
- default: string;
117
102
  typeValues: LewInputSuffixType[];
118
103
  validator: (value: any) => boolean;
119
104
  };
@@ -124,12 +109,10 @@ export declare const inputProps: {
124
109
  };
125
110
  suffixTooltip: {
126
111
  type: StringConstructor;
127
- default: string;
128
112
  validator: (value: any) => boolean;
129
113
  };
130
114
  okByEnter: {
131
115
  type: BooleanConstructor;
132
- default: boolean;
133
116
  validator: (value: any) => boolean;
134
117
  };
135
118
  };
@@ -16,7 +16,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
16
16
  };
17
17
  disabled: {
18
18
  type: BooleanConstructor;
19
- default: boolean;
20
19
  validator: (value: any) => boolean;
21
20
  };
22
21
  size: {
@@ -32,7 +31,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
32
31
  };
33
32
  readonly: {
34
33
  type: BooleanConstructor;
35
- default: boolean;
36
34
  validator: (value: any) => boolean;
37
35
  };
38
36
  width: {
@@ -52,7 +50,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
52
50
  validator: (value: any) => boolean;
53
51
  };
54
52
  modelValue: {
55
- type: globalThis.PropType<any>;
53
+ type: globalThis.PropType<number | undefined>;
56
54
  required: true;
57
55
  };
58
56
  }>, {
@@ -60,8 +58,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
60
58
  validCheck: typeof validCheck;
61
59
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
62
60
  input: (value?: string | undefined) => void;
63
- change: (value?: string | undefined) => void;
64
- "update:modelValue": (value: any) => void;
61
+ change: (value?: number | undefined) => void;
62
+ "update:modelValue": (value: number | undefined) => void;
65
63
  }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
66
64
  min: {
67
65
  type: NumberConstructor;
@@ -78,7 +76,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
78
76
  };
79
77
  disabled: {
80
78
  type: BooleanConstructor;
81
- default: boolean;
82
79
  validator: (value: any) => boolean;
83
80
  };
84
81
  size: {
@@ -94,7 +91,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
94
91
  };
95
92
  readonly: {
96
93
  type: BooleanConstructor;
97
- default: boolean;
98
94
  validator: (value: any) => boolean;
99
95
  };
100
96
  width: {
@@ -114,13 +110,13 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
114
110
  validator: (value: any) => boolean;
115
111
  };
116
112
  modelValue: {
117
- type: globalThis.PropType<any>;
113
+ type: globalThis.PropType<number | undefined>;
118
114
  required: true;
119
115
  };
120
116
  }>> & Readonly<{
121
117
  onInput?: ((value?: string | undefined) => any) | undefined;
122
- onChange?: ((value?: string | undefined) => any) | undefined;
123
- "onUpdate:modelValue"?: ((value: any) => any) | undefined;
118
+ onChange?: ((value?: number | undefined) => any) | undefined;
119
+ "onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
124
120
  }>, {
125
121
  size: import('../../../..').LewSize;
126
122
  disabled: boolean;
@@ -1,4 +1,4 @@
1
1
  export declare const inputNumberEmits: {
2
- readonly change: (value?: string) => string | undefined;
2
+ readonly change: (value?: number) => number | undefined;
3
3
  readonly input: (value?: string) => string | undefined;
4
4
  };
@@ -4,8 +4,6 @@ import { ExtractPublicPropTypes, PropType } from 'vue';
4
4
  export declare const inputNumberModel: {
5
5
  modelValue: {
6
6
  type: NumberConstructor;
7
- default: undefined;
8
- description: string;
9
7
  };
10
8
  };
11
9
  export declare const inputNumberProps: {
@@ -24,7 +22,6 @@ export declare const inputNumberProps: {
24
22
  };
25
23
  disabled: {
26
24
  type: BooleanConstructor;
27
- default: boolean;
28
25
  validator: (value: any) => boolean;
29
26
  };
30
27
  size: {
@@ -40,7 +37,6 @@ export declare const inputNumberProps: {
40
37
  };
41
38
  readonly: {
42
39
  type: BooleanConstructor;
43
- default: boolean;
44
40
  validator: (value: any) => boolean;
45
41
  };
46
42
  width: {
@@ -25,11 +25,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
25
25
  default: boolean;
26
26
  validator: (value: any) => boolean;
27
27
  };
28
- allowDuplicates: {
29
- type: BooleanConstructor;
30
- default: boolean;
31
- validator: (value: any) => boolean;
32
- };
33
28
  maxLength: {
34
29
  type: NumberConstructor;
35
30
  default: number;
@@ -76,11 +71,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
76
71
  default: boolean;
77
72
  validator: (value: any) => boolean;
78
73
  };
79
- allowDuplicates: {
80
- type: BooleanConstructor;
81
- default: boolean;
82
- validator: (value: any) => boolean;
83
- };
84
74
  maxLength: {
85
75
  type: NumberConstructor;
86
76
  default: number;
@@ -107,7 +97,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
107
97
  width: import("csstype").Property.Width<0 | (string & {})>;
108
98
  readonly: boolean;
109
99
  clearable: boolean;
110
- allowDuplicates: boolean;
111
100
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
112
101
  lewInputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
113
102
  type: {
@@ -134,32 +123,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
134
123
  };
135
124
  disabled: {
136
125
  type: BooleanConstructor;
137
- default: boolean;
138
126
  validator: (value: any) => boolean;
139
127
  };
140
128
  readonly: {
141
129
  type: BooleanConstructor;
142
- default: boolean;
143
130
  validator: (value: any) => boolean;
144
131
  };
145
132
  clearable: {
146
133
  type: BooleanConstructor;
147
- default: boolean;
148
134
  validator: (value: any) => boolean;
149
135
  };
150
136
  showPassword: {
151
137
  type: BooleanConstructor;
152
- default: boolean;
153
138
  validator: (value: any) => boolean;
154
139
  };
155
140
  maxLength: {
156
141
  type: (StringConstructor | NumberConstructor)[];
157
- default: undefined;
158
142
  validator: (value: number | undefined) => boolean;
159
143
  };
160
144
  showCount: {
161
145
  type: BooleanConstructor;
162
- default: boolean;
163
146
  validator: (value: any) => boolean;
164
147
  };
165
148
  align: {
@@ -175,22 +158,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
175
158
  };
176
159
  autoWidth: {
177
160
  type: BooleanConstructor;
178
- default: boolean;
179
161
  validator: (value: any) => boolean;
180
162
  };
181
163
  selectByFocus: {
182
164
  type: BooleanConstructor;
183
- default: boolean;
184
165
  validator: (value: any) => boolean;
185
166
  };
186
167
  copyable: {
187
168
  type: BooleanConstructor;
188
- default: boolean;
189
169
  validator: (value: any) => boolean;
190
170
  };
191
171
  prefixes: {
192
172
  type: PropType<import('../../../..').LewInputPrefixesType>;
193
- default: string;
194
173
  typeValues: import('../../../..').LewInputPrefixesType[];
195
174
  validator: (value: any) => boolean;
196
175
  };
@@ -201,12 +180,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
201
180
  };
202
181
  prefixesTooltip: {
203
182
  type: StringConstructor;
204
- default: string;
205
183
  validator: (value: any) => boolean;
206
184
  };
207
185
  suffix: {
208
186
  type: PropType<import('../../../..').LewInputSuffixType>;
209
- default: string;
210
187
  typeValues: import('../../../..').LewInputSuffixType[];
211
188
  validator: (value: any) => boolean;
212
189
  };
@@ -217,12 +194,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
217
194
  };
218
195
  suffixTooltip: {
219
196
  type: StringConstructor;
220
- default: string;
221
197
  validator: (value: any) => boolean;
222
198
  };
223
199
  okByEnter: {
224
200
  type: BooleanConstructor;
225
- default: boolean;
226
201
  validator: (value: any) => boolean;
227
202
  };
228
203
  modelValue: {
@@ -246,8 +221,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
246
221
  "onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
247
222
  onOk?: ((value?: string | undefined) => any) | undefined;
248
223
  }>, {
249
- focus: () => any;
250
- blur: () => any;
224
+ focus: () => void;
225
+ blur: () => void;
251
226
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
252
227
  input: (value?: string | undefined) => void;
253
228
  blur: (e: FocusEvent) => void;
@@ -259,7 +234,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
259
234
  "update:prefixValue": (value: string | undefined) => void;
260
235
  "update:suffixValue": (value: string | undefined) => void;
261
236
  }, import('vue').PublicProps, {
262
- maxLength: string | number;
263
237
  type: import('../../../..').LewInputType;
264
238
  size: import('../../../..').LewSize;
265
239
  disabled: boolean;
@@ -273,12 +247,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
273
247
  autoWidth: boolean;
274
248
  selectByFocus: boolean;
275
249
  copyable: boolean;
276
- prefixes: import('../../../..').LewInputPrefixesType;
277
250
  prefixesOptions: import('../../../..').LewContextMenusOption[];
278
- prefixesTooltip: string;
279
- suffix: import('../../../..').LewInputSuffixType;
280
251
  suffixOptions: import('../../../..').LewContextMenusOption[];
281
- suffixTooltip: string;
282
252
  okByEnter: boolean;
283
253
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
284
254
  lewInputRef: HTMLInputElement;
@@ -315,32 +285,26 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
315
285
  };
316
286
  disabled: {
317
287
  type: BooleanConstructor;
318
- default: boolean;
319
288
  validator: (value: any) => boolean;
320
289
  };
321
290
  readonly: {
322
291
  type: BooleanConstructor;
323
- default: boolean;
324
292
  validator: (value: any) => boolean;
325
293
  };
326
294
  clearable: {
327
295
  type: BooleanConstructor;
328
- default: boolean;
329
296
  validator: (value: any) => boolean;
330
297
  };
331
298
  showPassword: {
332
299
  type: BooleanConstructor;
333
- default: boolean;
334
300
  validator: (value: any) => boolean;
335
301
  };
336
302
  maxLength: {
337
303
  type: (StringConstructor | NumberConstructor)[];
338
- default: undefined;
339
304
  validator: (value: number | undefined) => boolean;
340
305
  };
341
306
  showCount: {
342
307
  type: BooleanConstructor;
343
- default: boolean;
344
308
  validator: (value: any) => boolean;
345
309
  };
346
310
  align: {
@@ -356,22 +320,18 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
356
320
  };
357
321
  autoWidth: {
358
322
  type: BooleanConstructor;
359
- default: boolean;
360
323
  validator: (value: any) => boolean;
361
324
  };
362
325
  selectByFocus: {
363
326
  type: BooleanConstructor;
364
- default: boolean;
365
327
  validator: (value: any) => boolean;
366
328
  };
367
329
  copyable: {
368
330
  type: BooleanConstructor;
369
- default: boolean;
370
331
  validator: (value: any) => boolean;
371
332
  };
372
333
  prefixes: {
373
334
  type: PropType<import('../../../..').LewInputPrefixesType>;
374
- default: string;
375
335
  typeValues: import('../../../..').LewInputPrefixesType[];
376
336
  validator: (value: any) => boolean;
377
337
  };
@@ -382,12 +342,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
382
342
  };
383
343
  prefixesTooltip: {
384
344
  type: StringConstructor;
385
- default: string;
386
345
  validator: (value: any) => boolean;
387
346
  };
388
347
  suffix: {
389
348
  type: PropType<import('../../../..').LewInputSuffixType>;
390
- default: string;
391
349
  typeValues: import('../../../..').LewInputSuffixType[];
392
350
  validator: (value: any) => boolean;
393
351
  };
@@ -398,12 +356,10 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
398
356
  };
399
357
  suffixTooltip: {
400
358
  type: StringConstructor;
401
- default: string;
402
359
  validator: (value: any) => boolean;
403
360
  };
404
361
  okByEnter: {
405
362
  type: BooleanConstructor;
406
- default: boolean;
407
363
  validator: (value: any) => boolean;
408
364
  };
409
365
  modelValue: {
@@ -427,10 +383,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
427
383
  "onUpdate:suffixValue"?: ((value: string | undefined) => any) | undefined;
428
384
  onOk?: ((value?: string | undefined) => any) | undefined;
429
385
  }>, {
430
- focus: () => any;
431
- blur: () => any;
386
+ focus: () => void;
387
+ blur: () => void;
432
388
  }, {}, {}, {}, {
433
- maxLength: string | number;
434
389
  type: import('../../../..').LewInputType;
435
390
  size: import('../../../..').LewSize;
436
391
  disabled: boolean;
@@ -444,12 +399,8 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
444
399
  autoWidth: boolean;
445
400
  selectByFocus: boolean;
446
401
  copyable: boolean;
447
- prefixes: import('../../../..').LewInputPrefixesType;
448
402
  prefixesOptions: import('../../../..').LewContextMenusOption[];
449
- prefixesTooltip: string;
450
- suffix: import('../../../..').LewInputSuffixType;
451
403
  suffixOptions: import('../../../..').LewContextMenusOption[];
452
- suffixTooltip: string;
453
404
  okByEnter: boolean;
454
405
  }> | null;
455
406
  }, HTMLDivElement>;
@@ -34,11 +34,6 @@ export declare const inputTagProps: {
34
34
  default: boolean;
35
35
  validator: (value: any) => boolean;
36
36
  };
37
- allowDuplicates: {
38
- type: BooleanConstructor;
39
- default: boolean;
40
- validator: (value: any) => boolean;
41
- };
42
37
  maxLength: {
43
38
  type: NumberConstructor;
44
39
  default: number;