cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
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.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -64,12 +64,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
64
64
|
};
|
|
65
65
|
checked: BooleanConstructor;
|
|
66
66
|
checkable: BooleanConstructor;
|
|
67
|
+
strong: BooleanConstructor;
|
|
68
|
+
triggerClickOnClose: BooleanConstructor;
|
|
67
69
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
68
70
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
69
71
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
70
72
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
71
73
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
72
|
-
|
|
74
|
+
internalCloseFocusable: {
|
|
75
|
+
type: BooleanConstructor;
|
|
76
|
+
default: boolean;
|
|
77
|
+
};
|
|
73
78
|
onCheckedChange: {
|
|
74
79
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
75
80
|
validator: () => boolean;
|
|
@@ -91,6 +96,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
91
96
|
readonly default: undefined;
|
|
92
97
|
};
|
|
93
98
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
99
|
+
closeBorderRadius: string;
|
|
94
100
|
heightTiny: string;
|
|
95
101
|
heightSmall: string;
|
|
96
102
|
heightMedium: string;
|
|
@@ -101,6 +107,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
107
|
fontSizeSmall: string;
|
|
102
108
|
fontSizeMedium: string;
|
|
103
109
|
fontSizeLarge: string;
|
|
110
|
+
fontWeightStrong: string;
|
|
104
111
|
textColorCheckable: string;
|
|
105
112
|
textColorHoverCheckable: string;
|
|
106
113
|
textColorPressedCheckable: string;
|
|
@@ -114,39 +121,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
121
|
border: string;
|
|
115
122
|
textColor: string;
|
|
116
123
|
color: string;
|
|
117
|
-
|
|
124
|
+
colorBordered: string;
|
|
125
|
+
closeIconColor: string;
|
|
126
|
+
closeIconColorHover: string;
|
|
127
|
+
closeIconColorPressed: string;
|
|
118
128
|
closeColorHover: string;
|
|
119
129
|
closeColorPressed: string;
|
|
120
130
|
borderPrimary: string;
|
|
121
131
|
textColorPrimary: string;
|
|
122
132
|
colorPrimary: string;
|
|
123
|
-
|
|
133
|
+
colorBorderedPrimary: string;
|
|
134
|
+
closeIconColorPrimary: string;
|
|
135
|
+
closeIconColorHoverPrimary: string;
|
|
136
|
+
closeIconColorPressedPrimary: string;
|
|
124
137
|
closeColorHoverPrimary: string;
|
|
125
138
|
closeColorPressedPrimary: string;
|
|
126
139
|
borderInfo: string;
|
|
127
140
|
textColorInfo: string;
|
|
128
141
|
colorInfo: string;
|
|
129
|
-
|
|
142
|
+
colorBorderedInfo: string;
|
|
143
|
+
closeIconColorInfo: string;
|
|
144
|
+
closeIconColorHoverInfo: string;
|
|
145
|
+
closeIconColorPressedInfo: string;
|
|
130
146
|
closeColorHoverInfo: string;
|
|
131
147
|
closeColorPressedInfo: string;
|
|
132
148
|
borderSuccess: string;
|
|
133
149
|
textColorSuccess: string;
|
|
134
150
|
colorSuccess: string;
|
|
135
|
-
|
|
151
|
+
colorBorderedSuccess: string;
|
|
152
|
+
closeIconColorSuccess: string;
|
|
153
|
+
closeIconColorHoverSuccess: string;
|
|
154
|
+
closeIconColorPressedSuccess: string;
|
|
136
155
|
closeColorHoverSuccess: string;
|
|
137
156
|
closeColorPressedSuccess: string;
|
|
138
157
|
borderWarning: string;
|
|
139
158
|
textColorWarning: string;
|
|
140
159
|
colorWarning: string;
|
|
141
|
-
|
|
160
|
+
colorBorderedWarning: string;
|
|
161
|
+
closeIconColorWarning: string;
|
|
162
|
+
closeIconColorHoverWarning: string;
|
|
163
|
+
closeIconColorPressedWarning: string;
|
|
142
164
|
closeColorHoverWarning: string;
|
|
143
165
|
closeColorPressedWarning: string;
|
|
144
166
|
borderError: string;
|
|
145
167
|
textColorError: string;
|
|
146
168
|
colorError: string;
|
|
147
|
-
|
|
169
|
+
colorBorderedError: string;
|
|
170
|
+
closeIconColorError: string;
|
|
171
|
+
closeIconColorHoverError: string;
|
|
172
|
+
closeIconColorPressedError: string;
|
|
148
173
|
closeColorHoverError: string;
|
|
149
174
|
closeColorPressedError: string;
|
|
175
|
+
closeIconSizeTiny: string;
|
|
176
|
+
closeIconSizeSmall: string;
|
|
177
|
+
closeIconSizeMedium: string;
|
|
178
|
+
closeIconSizeLarge: string;
|
|
150
179
|
closeSizeTiny: string;
|
|
151
180
|
closeSizeSmall: string;
|
|
152
181
|
closeSizeMedium: string;
|
|
@@ -156,6 +185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
156
185
|
closeMarginRtl: string;
|
|
157
186
|
}, any>>;
|
|
158
187
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
188
|
+
closeBorderRadius: string;
|
|
159
189
|
heightTiny: string;
|
|
160
190
|
heightSmall: string;
|
|
161
191
|
heightMedium: string;
|
|
@@ -166,6 +196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
196
|
fontSizeSmall: string;
|
|
167
197
|
fontSizeMedium: string;
|
|
168
198
|
fontSizeLarge: string;
|
|
199
|
+
fontWeightStrong: string;
|
|
169
200
|
textColorCheckable: string;
|
|
170
201
|
textColorHoverCheckable: string;
|
|
171
202
|
textColorPressedCheckable: string;
|
|
@@ -179,39 +210,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
179
210
|
border: string;
|
|
180
211
|
textColor: string;
|
|
181
212
|
color: string;
|
|
182
|
-
|
|
213
|
+
colorBordered: string;
|
|
214
|
+
closeIconColor: string;
|
|
215
|
+
closeIconColorHover: string;
|
|
216
|
+
closeIconColorPressed: string;
|
|
183
217
|
closeColorHover: string;
|
|
184
218
|
closeColorPressed: string;
|
|
185
219
|
borderPrimary: string;
|
|
186
220
|
textColorPrimary: string;
|
|
187
221
|
colorPrimary: string;
|
|
188
|
-
|
|
222
|
+
colorBorderedPrimary: string;
|
|
223
|
+
closeIconColorPrimary: string;
|
|
224
|
+
closeIconColorHoverPrimary: string;
|
|
225
|
+
closeIconColorPressedPrimary: string;
|
|
189
226
|
closeColorHoverPrimary: string;
|
|
190
227
|
closeColorPressedPrimary: string;
|
|
191
228
|
borderInfo: string;
|
|
192
229
|
textColorInfo: string;
|
|
193
230
|
colorInfo: string;
|
|
194
|
-
|
|
231
|
+
colorBorderedInfo: string;
|
|
232
|
+
closeIconColorInfo: string;
|
|
233
|
+
closeIconColorHoverInfo: string;
|
|
234
|
+
closeIconColorPressedInfo: string;
|
|
195
235
|
closeColorHoverInfo: string;
|
|
196
236
|
closeColorPressedInfo: string;
|
|
197
237
|
borderSuccess: string;
|
|
198
238
|
textColorSuccess: string;
|
|
199
239
|
colorSuccess: string;
|
|
200
|
-
|
|
240
|
+
colorBorderedSuccess: string;
|
|
241
|
+
closeIconColorSuccess: string;
|
|
242
|
+
closeIconColorHoverSuccess: string;
|
|
243
|
+
closeIconColorPressedSuccess: string;
|
|
201
244
|
closeColorHoverSuccess: string;
|
|
202
245
|
closeColorPressedSuccess: string;
|
|
203
246
|
borderWarning: string;
|
|
204
247
|
textColorWarning: string;
|
|
205
248
|
colorWarning: string;
|
|
206
|
-
|
|
249
|
+
colorBorderedWarning: string;
|
|
250
|
+
closeIconColorWarning: string;
|
|
251
|
+
closeIconColorHoverWarning: string;
|
|
252
|
+
closeIconColorPressedWarning: string;
|
|
207
253
|
closeColorHoverWarning: string;
|
|
208
254
|
closeColorPressedWarning: string;
|
|
209
255
|
borderError: string;
|
|
210
256
|
textColorError: string;
|
|
211
257
|
colorError: string;
|
|
212
|
-
|
|
258
|
+
colorBorderedError: string;
|
|
259
|
+
closeIconColorError: string;
|
|
260
|
+
closeIconColorHoverError: string;
|
|
261
|
+
closeIconColorPressedError: string;
|
|
213
262
|
closeColorHoverError: string;
|
|
214
263
|
closeColorPressedError: string;
|
|
264
|
+
closeIconSizeTiny: string;
|
|
265
|
+
closeIconSizeSmall: string;
|
|
266
|
+
closeIconSizeMedium: string;
|
|
267
|
+
closeIconSizeLarge: string;
|
|
215
268
|
closeSizeTiny: string;
|
|
216
269
|
closeSizeSmall: string;
|
|
217
270
|
closeSizeMedium: string;
|
|
@@ -221,6 +274,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
221
274
|
closeMarginRtl: string;
|
|
222
275
|
}, any>>>;
|
|
223
276
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
277
|
+
closeBorderRadius: string;
|
|
224
278
|
heightTiny: string;
|
|
225
279
|
heightSmall: string;
|
|
226
280
|
heightMedium: string;
|
|
@@ -231,6 +285,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
231
285
|
fontSizeSmall: string;
|
|
232
286
|
fontSizeMedium: string;
|
|
233
287
|
fontSizeLarge: string;
|
|
288
|
+
fontWeightStrong: string;
|
|
234
289
|
textColorCheckable: string;
|
|
235
290
|
textColorHoverCheckable: string;
|
|
236
291
|
textColorPressedCheckable: string;
|
|
@@ -244,39 +299,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
244
299
|
border: string;
|
|
245
300
|
textColor: string;
|
|
246
301
|
color: string;
|
|
247
|
-
|
|
302
|
+
colorBordered: string;
|
|
303
|
+
closeIconColor: string;
|
|
304
|
+
closeIconColorHover: string;
|
|
305
|
+
closeIconColorPressed: string;
|
|
248
306
|
closeColorHover: string;
|
|
249
307
|
closeColorPressed: string;
|
|
250
308
|
borderPrimary: string;
|
|
251
309
|
textColorPrimary: string;
|
|
252
310
|
colorPrimary: string;
|
|
253
|
-
|
|
311
|
+
colorBorderedPrimary: string;
|
|
312
|
+
closeIconColorPrimary: string;
|
|
313
|
+
closeIconColorHoverPrimary: string;
|
|
314
|
+
closeIconColorPressedPrimary: string;
|
|
254
315
|
closeColorHoverPrimary: string;
|
|
255
316
|
closeColorPressedPrimary: string;
|
|
256
317
|
borderInfo: string;
|
|
257
318
|
textColorInfo: string;
|
|
258
319
|
colorInfo: string;
|
|
259
|
-
|
|
320
|
+
colorBorderedInfo: string;
|
|
321
|
+
closeIconColorInfo: string;
|
|
322
|
+
closeIconColorHoverInfo: string;
|
|
323
|
+
closeIconColorPressedInfo: string;
|
|
260
324
|
closeColorHoverInfo: string;
|
|
261
325
|
closeColorPressedInfo: string;
|
|
262
326
|
borderSuccess: string;
|
|
263
327
|
textColorSuccess: string;
|
|
264
328
|
colorSuccess: string;
|
|
265
|
-
|
|
329
|
+
colorBorderedSuccess: string;
|
|
330
|
+
closeIconColorSuccess: string;
|
|
331
|
+
closeIconColorHoverSuccess: string;
|
|
332
|
+
closeIconColorPressedSuccess: string;
|
|
266
333
|
closeColorHoverSuccess: string;
|
|
267
334
|
closeColorPressedSuccess: string;
|
|
268
335
|
borderWarning: string;
|
|
269
336
|
textColorWarning: string;
|
|
270
337
|
colorWarning: string;
|
|
271
|
-
|
|
338
|
+
colorBorderedWarning: string;
|
|
339
|
+
closeIconColorWarning: string;
|
|
340
|
+
closeIconColorHoverWarning: string;
|
|
341
|
+
closeIconColorPressedWarning: string;
|
|
272
342
|
closeColorHoverWarning: string;
|
|
273
343
|
closeColorPressedWarning: string;
|
|
274
344
|
borderError: string;
|
|
275
345
|
textColorError: string;
|
|
276
346
|
colorError: string;
|
|
277
|
-
|
|
347
|
+
colorBorderedError: string;
|
|
348
|
+
closeIconColorError: string;
|
|
349
|
+
closeIconColorHoverError: string;
|
|
350
|
+
closeIconColorPressedError: string;
|
|
278
351
|
closeColorHoverError: string;
|
|
279
352
|
closeColorPressedError: string;
|
|
353
|
+
closeIconSizeTiny: string;
|
|
354
|
+
closeIconSizeSmall: string;
|
|
355
|
+
closeIconSizeMedium: string;
|
|
356
|
+
closeIconSizeLarge: string;
|
|
280
357
|
closeSizeTiny: string;
|
|
281
358
|
closeSizeSmall: string;
|
|
282
359
|
closeSizeMedium: string;
|
|
@@ -293,14 +370,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
293
370
|
handleClick: (e: MouseEvent) => void;
|
|
294
371
|
handleCloseClick: (e: MouseEvent) => void;
|
|
295
372
|
cssVars: import("vue").ComputedRef<{
|
|
373
|
+
'--n-font-weight-strong': string;
|
|
296
374
|
'--n-avatar-size-override': string;
|
|
297
375
|
'--n-bezier': string;
|
|
298
376
|
'--n-border-radius': string;
|
|
299
377
|
'--n-border': string;
|
|
300
|
-
'--n-close-
|
|
301
|
-
'--n-close-color-hover': string;
|
|
378
|
+
'--n-close-icon-size': string;
|
|
302
379
|
'--n-close-color-pressed': string;
|
|
303
|
-
'--n-close-color-
|
|
380
|
+
'--n-close-color-hover': string;
|
|
381
|
+
'--n-close-border-radius': string;
|
|
382
|
+
'--n-close-icon-color': string;
|
|
383
|
+
'--n-close-icon-color-hover': string;
|
|
384
|
+
'--n-close-icon-color-pressed': string;
|
|
385
|
+
'--n-close-icon-color-disabled': string;
|
|
304
386
|
'--n-close-margin': string;
|
|
305
387
|
'--n-close-margin-rtl': string;
|
|
306
388
|
'--n-close-size': string;
|
|
@@ -331,12 +413,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
413
|
};
|
|
332
414
|
checked: BooleanConstructor;
|
|
333
415
|
checkable: BooleanConstructor;
|
|
416
|
+
strong: BooleanConstructor;
|
|
417
|
+
triggerClickOnClose: BooleanConstructor;
|
|
334
418
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
335
419
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
336
420
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
337
421
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
338
422
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
339
|
-
|
|
423
|
+
internalCloseFocusable: {
|
|
424
|
+
type: BooleanConstructor;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
340
427
|
onCheckedChange: {
|
|
341
428
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
342
429
|
validator: () => boolean;
|
|
@@ -358,6 +445,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
358
445
|
readonly default: undefined;
|
|
359
446
|
};
|
|
360
447
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
448
|
+
closeBorderRadius: string;
|
|
361
449
|
heightTiny: string;
|
|
362
450
|
heightSmall: string;
|
|
363
451
|
heightMedium: string;
|
|
@@ -368,6 +456,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
368
456
|
fontSizeSmall: string;
|
|
369
457
|
fontSizeMedium: string;
|
|
370
458
|
fontSizeLarge: string;
|
|
459
|
+
fontWeightStrong: string;
|
|
371
460
|
textColorCheckable: string;
|
|
372
461
|
textColorHoverCheckable: string;
|
|
373
462
|
textColorPressedCheckable: string;
|
|
@@ -381,39 +470,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
381
470
|
border: string;
|
|
382
471
|
textColor: string;
|
|
383
472
|
color: string;
|
|
384
|
-
|
|
473
|
+
colorBordered: string;
|
|
474
|
+
closeIconColor: string;
|
|
475
|
+
closeIconColorHover: string;
|
|
476
|
+
closeIconColorPressed: string;
|
|
385
477
|
closeColorHover: string;
|
|
386
478
|
closeColorPressed: string;
|
|
387
479
|
borderPrimary: string;
|
|
388
480
|
textColorPrimary: string;
|
|
389
481
|
colorPrimary: string;
|
|
390
|
-
|
|
482
|
+
colorBorderedPrimary: string;
|
|
483
|
+
closeIconColorPrimary: string;
|
|
484
|
+
closeIconColorHoverPrimary: string;
|
|
485
|
+
closeIconColorPressedPrimary: string;
|
|
391
486
|
closeColorHoverPrimary: string;
|
|
392
487
|
closeColorPressedPrimary: string;
|
|
393
488
|
borderInfo: string;
|
|
394
489
|
textColorInfo: string;
|
|
395
490
|
colorInfo: string;
|
|
396
|
-
|
|
491
|
+
colorBorderedInfo: string;
|
|
492
|
+
closeIconColorInfo: string;
|
|
493
|
+
closeIconColorHoverInfo: string;
|
|
494
|
+
closeIconColorPressedInfo: string;
|
|
397
495
|
closeColorHoverInfo: string;
|
|
398
496
|
closeColorPressedInfo: string;
|
|
399
497
|
borderSuccess: string;
|
|
400
498
|
textColorSuccess: string;
|
|
401
499
|
colorSuccess: string;
|
|
402
|
-
|
|
500
|
+
colorBorderedSuccess: string;
|
|
501
|
+
closeIconColorSuccess: string;
|
|
502
|
+
closeIconColorHoverSuccess: string;
|
|
503
|
+
closeIconColorPressedSuccess: string;
|
|
403
504
|
closeColorHoverSuccess: string;
|
|
404
505
|
closeColorPressedSuccess: string;
|
|
405
506
|
borderWarning: string;
|
|
406
507
|
textColorWarning: string;
|
|
407
508
|
colorWarning: string;
|
|
408
|
-
|
|
509
|
+
colorBorderedWarning: string;
|
|
510
|
+
closeIconColorWarning: string;
|
|
511
|
+
closeIconColorHoverWarning: string;
|
|
512
|
+
closeIconColorPressedWarning: string;
|
|
409
513
|
closeColorHoverWarning: string;
|
|
410
514
|
closeColorPressedWarning: string;
|
|
411
515
|
borderError: string;
|
|
412
516
|
textColorError: string;
|
|
413
517
|
colorError: string;
|
|
414
|
-
|
|
518
|
+
colorBorderedError: string;
|
|
519
|
+
closeIconColorError: string;
|
|
520
|
+
closeIconColorHoverError: string;
|
|
521
|
+
closeIconColorPressedError: string;
|
|
415
522
|
closeColorHoverError: string;
|
|
416
523
|
closeColorPressedError: string;
|
|
524
|
+
closeIconSizeTiny: string;
|
|
525
|
+
closeIconSizeSmall: string;
|
|
526
|
+
closeIconSizeMedium: string;
|
|
527
|
+
closeIconSizeLarge: string;
|
|
417
528
|
closeSizeTiny: string;
|
|
418
529
|
closeSizeSmall: string;
|
|
419
530
|
closeSizeMedium: string;
|
|
@@ -423,6 +534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
423
534
|
closeMarginRtl: string;
|
|
424
535
|
}, any>>;
|
|
425
536
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
537
|
+
closeBorderRadius: string;
|
|
426
538
|
heightTiny: string;
|
|
427
539
|
heightSmall: string;
|
|
428
540
|
heightMedium: string;
|
|
@@ -433,6 +545,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
545
|
fontSizeSmall: string;
|
|
434
546
|
fontSizeMedium: string;
|
|
435
547
|
fontSizeLarge: string;
|
|
548
|
+
fontWeightStrong: string;
|
|
436
549
|
textColorCheckable: string;
|
|
437
550
|
textColorHoverCheckable: string;
|
|
438
551
|
textColorPressedCheckable: string;
|
|
@@ -446,39 +559,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
446
559
|
border: string;
|
|
447
560
|
textColor: string;
|
|
448
561
|
color: string;
|
|
449
|
-
|
|
562
|
+
colorBordered: string;
|
|
563
|
+
closeIconColor: string;
|
|
564
|
+
closeIconColorHover: string;
|
|
565
|
+
closeIconColorPressed: string;
|
|
450
566
|
closeColorHover: string;
|
|
451
567
|
closeColorPressed: string;
|
|
452
568
|
borderPrimary: string;
|
|
453
569
|
textColorPrimary: string;
|
|
454
570
|
colorPrimary: string;
|
|
455
|
-
|
|
571
|
+
colorBorderedPrimary: string;
|
|
572
|
+
closeIconColorPrimary: string;
|
|
573
|
+
closeIconColorHoverPrimary: string;
|
|
574
|
+
closeIconColorPressedPrimary: string;
|
|
456
575
|
closeColorHoverPrimary: string;
|
|
457
576
|
closeColorPressedPrimary: string;
|
|
458
577
|
borderInfo: string;
|
|
459
578
|
textColorInfo: string;
|
|
460
579
|
colorInfo: string;
|
|
461
|
-
|
|
580
|
+
colorBorderedInfo: string;
|
|
581
|
+
closeIconColorInfo: string;
|
|
582
|
+
closeIconColorHoverInfo: string;
|
|
583
|
+
closeIconColorPressedInfo: string;
|
|
462
584
|
closeColorHoverInfo: string;
|
|
463
585
|
closeColorPressedInfo: string;
|
|
464
586
|
borderSuccess: string;
|
|
465
587
|
textColorSuccess: string;
|
|
466
588
|
colorSuccess: string;
|
|
467
|
-
|
|
589
|
+
colorBorderedSuccess: string;
|
|
590
|
+
closeIconColorSuccess: string;
|
|
591
|
+
closeIconColorHoverSuccess: string;
|
|
592
|
+
closeIconColorPressedSuccess: string;
|
|
468
593
|
closeColorHoverSuccess: string;
|
|
469
594
|
closeColorPressedSuccess: string;
|
|
470
595
|
borderWarning: string;
|
|
471
596
|
textColorWarning: string;
|
|
472
597
|
colorWarning: string;
|
|
473
|
-
|
|
598
|
+
colorBorderedWarning: string;
|
|
599
|
+
closeIconColorWarning: string;
|
|
600
|
+
closeIconColorHoverWarning: string;
|
|
601
|
+
closeIconColorPressedWarning: string;
|
|
474
602
|
closeColorHoverWarning: string;
|
|
475
603
|
closeColorPressedWarning: string;
|
|
476
604
|
borderError: string;
|
|
477
605
|
textColorError: string;
|
|
478
606
|
colorError: string;
|
|
479
|
-
|
|
607
|
+
colorBorderedError: string;
|
|
608
|
+
closeIconColorError: string;
|
|
609
|
+
closeIconColorHoverError: string;
|
|
610
|
+
closeIconColorPressedError: string;
|
|
480
611
|
closeColorHoverError: string;
|
|
481
612
|
closeColorPressedError: string;
|
|
613
|
+
closeIconSizeTiny: string;
|
|
614
|
+
closeIconSizeSmall: string;
|
|
615
|
+
closeIconSizeMedium: string;
|
|
616
|
+
closeIconSizeLarge: string;
|
|
482
617
|
closeSizeTiny: string;
|
|
483
618
|
closeSizeSmall: string;
|
|
484
619
|
closeSizeMedium: string;
|
|
@@ -488,6 +623,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
623
|
closeMarginRtl: string;
|
|
489
624
|
}, any>>>;
|
|
490
625
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
626
|
+
closeBorderRadius: string;
|
|
491
627
|
heightTiny: string;
|
|
492
628
|
heightSmall: string;
|
|
493
629
|
heightMedium: string;
|
|
@@ -498,6 +634,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
498
634
|
fontSizeSmall: string;
|
|
499
635
|
fontSizeMedium: string;
|
|
500
636
|
fontSizeLarge: string;
|
|
637
|
+
fontWeightStrong: string;
|
|
501
638
|
textColorCheckable: string;
|
|
502
639
|
textColorHoverCheckable: string;
|
|
503
640
|
textColorPressedCheckable: string;
|
|
@@ -511,39 +648,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
511
648
|
border: string;
|
|
512
649
|
textColor: string;
|
|
513
650
|
color: string;
|
|
514
|
-
|
|
651
|
+
colorBordered: string;
|
|
652
|
+
closeIconColor: string;
|
|
653
|
+
closeIconColorHover: string;
|
|
654
|
+
closeIconColorPressed: string;
|
|
515
655
|
closeColorHover: string;
|
|
516
656
|
closeColorPressed: string;
|
|
517
657
|
borderPrimary: string;
|
|
518
658
|
textColorPrimary: string;
|
|
519
659
|
colorPrimary: string;
|
|
520
|
-
|
|
660
|
+
colorBorderedPrimary: string;
|
|
661
|
+
closeIconColorPrimary: string;
|
|
662
|
+
closeIconColorHoverPrimary: string;
|
|
663
|
+
closeIconColorPressedPrimary: string;
|
|
521
664
|
closeColorHoverPrimary: string;
|
|
522
665
|
closeColorPressedPrimary: string;
|
|
523
666
|
borderInfo: string;
|
|
524
667
|
textColorInfo: string;
|
|
525
668
|
colorInfo: string;
|
|
526
|
-
|
|
669
|
+
colorBorderedInfo: string;
|
|
670
|
+
closeIconColorInfo: string;
|
|
671
|
+
closeIconColorHoverInfo: string;
|
|
672
|
+
closeIconColorPressedInfo: string;
|
|
527
673
|
closeColorHoverInfo: string;
|
|
528
674
|
closeColorPressedInfo: string;
|
|
529
675
|
borderSuccess: string;
|
|
530
676
|
textColorSuccess: string;
|
|
531
677
|
colorSuccess: string;
|
|
532
|
-
|
|
678
|
+
colorBorderedSuccess: string;
|
|
679
|
+
closeIconColorSuccess: string;
|
|
680
|
+
closeIconColorHoverSuccess: string;
|
|
681
|
+
closeIconColorPressedSuccess: string;
|
|
533
682
|
closeColorHoverSuccess: string;
|
|
534
683
|
closeColorPressedSuccess: string;
|
|
535
684
|
borderWarning: string;
|
|
536
685
|
textColorWarning: string;
|
|
537
686
|
colorWarning: string;
|
|
538
|
-
|
|
687
|
+
colorBorderedWarning: string;
|
|
688
|
+
closeIconColorWarning: string;
|
|
689
|
+
closeIconColorHoverWarning: string;
|
|
690
|
+
closeIconColorPressedWarning: string;
|
|
539
691
|
closeColorHoverWarning: string;
|
|
540
692
|
closeColorPressedWarning: string;
|
|
541
693
|
borderError: string;
|
|
542
694
|
textColorError: string;
|
|
543
695
|
colorError: string;
|
|
544
|
-
|
|
696
|
+
colorBorderedError: string;
|
|
697
|
+
closeIconColorError: string;
|
|
698
|
+
closeIconColorHoverError: string;
|
|
699
|
+
closeIconColorPressedError: string;
|
|
545
700
|
closeColorHoverError: string;
|
|
546
701
|
closeColorPressedError: string;
|
|
702
|
+
closeIconSizeTiny: string;
|
|
703
|
+
closeIconSizeSmall: string;
|
|
704
|
+
closeIconSizeMedium: string;
|
|
705
|
+
closeIconSizeLarge: string;
|
|
547
706
|
closeSizeTiny: string;
|
|
548
707
|
closeSizeSmall: string;
|
|
549
708
|
closeSizeMedium: string;
|
|
@@ -558,11 +717,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
717
|
size: "small" | "medium" | "tiny" | "large";
|
|
559
718
|
disabled: boolean | undefined;
|
|
560
719
|
checked: boolean;
|
|
720
|
+
strong: boolean;
|
|
561
721
|
bordered: boolean | undefined;
|
|
722
|
+
closable: boolean;
|
|
562
723
|
checkable: boolean;
|
|
563
|
-
|
|
724
|
+
triggerClickOnClose: boolean;
|
|
725
|
+
internalCloseFocusable: boolean;
|
|
564
726
|
onCheckedChange: (checked: boolean) => void;
|
|
565
|
-
closable: boolean;
|
|
566
727
|
}>;
|
|
567
728
|
NTooltip: import("vue").DefineComponent<{
|
|
568
729
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -692,9 +853,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
692
853
|
scrollable: BooleanConstructor;
|
|
693
854
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
694
855
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
856
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
695
857
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
696
858
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
697
859
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
860
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
698
861
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
699
862
|
internalInheritedEventHandlers: {
|
|
700
863
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -759,10 +922,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
922
|
opacity5: string;
|
|
760
923
|
dividerColor: string;
|
|
761
924
|
borderColor: string;
|
|
762
|
-
|
|
925
|
+
closeIconColor: string;
|
|
926
|
+
closeIconColorHover: string;
|
|
927
|
+
closeIconColorPressed: string;
|
|
763
928
|
closeColorHover: string;
|
|
764
929
|
closeColorPressed: string;
|
|
765
|
-
closeColorDisabled: string;
|
|
766
930
|
clearColor: string;
|
|
767
931
|
clearColorHover: string;
|
|
768
932
|
clearColorPressed: string;
|
|
@@ -991,9 +1155,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
991
1155
|
scrollable: BooleanConstructor;
|
|
992
1156
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
993
1157
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1158
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
994
1159
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
995
1160
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
996
1161
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1162
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
997
1163
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
998
1164
|
internalInheritedEventHandlers: {
|
|
999
1165
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1029,6 +1195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1029
1195
|
arrowPointToCenter: boolean;
|
|
1030
1196
|
displayDirective: "show" | "if";
|
|
1031
1197
|
keepAliveOnHover: boolean;
|
|
1198
|
+
internalDeactivateImmediately: boolean;
|
|
1032
1199
|
animated: boolean;
|
|
1033
1200
|
internalTrapFocus: boolean;
|
|
1034
1201
|
defaultShow: boolean;
|
|
@@ -1154,7 +1321,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1154
1321
|
readonly default: true;
|
|
1155
1322
|
};
|
|
1156
1323
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1157
|
-
readonly nativeFocusBehavior:
|
|
1324
|
+
readonly nativeFocusBehavior: {
|
|
1325
|
+
readonly type: BooleanConstructor;
|
|
1326
|
+
readonly default: boolean;
|
|
1327
|
+
};
|
|
1158
1328
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1159
1329
|
heightTiny: string;
|
|
1160
1330
|
heightSmall: string;
|
|
@@ -1868,7 +2038,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1868
2038
|
readonly default: true;
|
|
1869
2039
|
};
|
|
1870
2040
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1871
|
-
readonly nativeFocusBehavior:
|
|
2041
|
+
readonly nativeFocusBehavior: {
|
|
2042
|
+
readonly type: BooleanConstructor;
|
|
2043
|
+
readonly default: boolean;
|
|
2044
|
+
};
|
|
1872
2045
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1873
2046
|
heightTiny: string;
|
|
1874
2047
|
heightSmall: string;
|
|
@@ -2482,26 +2655,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2482
2655
|
rippleDuration: string;
|
|
2483
2656
|
}, any>>>;
|
|
2484
2657
|
}>>, {
|
|
2485
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2486
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2487
|
-
block: boolean;
|
|
2488
|
-
round: boolean;
|
|
2489
|
-
dashed: boolean;
|
|
2490
|
-
text: boolean;
|
|
2491
|
-
circle: boolean;
|
|
2492
|
-
disabled: boolean;
|
|
2493
|
-
focusable: boolean;
|
|
2494
|
-
strong: boolean;
|
|
2495
|
-
loading: boolean;
|
|
2496
|
-
bordered: boolean;
|
|
2497
|
-
tertiary: boolean;
|
|
2498
|
-
ghost: boolean;
|
|
2499
|
-
keyboard: boolean;
|
|
2500
|
-
secondary: boolean;
|
|
2501
|
-
quaternary: boolean;
|
|
2502
|
-
iconPlacement: "left" | "right";
|
|
2503
|
-
attrType: "button" | "reset" | "submit";
|
|
2504
|
-
nativeFocusBehavior: boolean;
|
|
2658
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2659
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2660
|
+
readonly block: boolean;
|
|
2661
|
+
readonly round: boolean;
|
|
2662
|
+
readonly dashed: boolean;
|
|
2663
|
+
readonly text: boolean;
|
|
2664
|
+
readonly circle: boolean;
|
|
2665
|
+
readonly disabled: boolean;
|
|
2666
|
+
readonly focusable: boolean;
|
|
2667
|
+
readonly strong: boolean;
|
|
2668
|
+
readonly loading: boolean;
|
|
2669
|
+
readonly bordered: boolean;
|
|
2670
|
+
readonly tertiary: boolean;
|
|
2671
|
+
readonly ghost: boolean;
|
|
2672
|
+
readonly keyboard: boolean;
|
|
2673
|
+
readonly secondary: boolean;
|
|
2674
|
+
readonly quaternary: boolean;
|
|
2675
|
+
readonly iconPlacement: "left" | "right";
|
|
2676
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2677
|
+
readonly nativeFocusBehavior: boolean;
|
|
2505
2678
|
}>;
|
|
2506
2679
|
NInput: import("vue").DefineComponent<{
|
|
2507
2680
|
bordered: {
|
|
@@ -2561,6 +2734,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2561
2734
|
type: BooleanConstructor;
|
|
2562
2735
|
default: undefined;
|
|
2563
2736
|
};
|
|
2737
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
2738
|
+
renderCount: import("vue").PropType<(props: {
|
|
2739
|
+
value: string;
|
|
2740
|
+
}) => import("vue").VNodeChild>;
|
|
2564
2741
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2565
2742
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
2566
2743
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -2589,6 +2766,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2589
2766
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
2590
2767
|
showPasswordToggle: BooleanConstructor;
|
|
2591
2768
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2769
|
+
countTextColorDisabled: string;
|
|
2592
2770
|
countTextColor: string;
|
|
2593
2771
|
heightTiny: string;
|
|
2594
2772
|
heightSmall: string;
|
|
@@ -2649,6 +2827,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2649
2827
|
clearSize: string;
|
|
2650
2828
|
}, any>>;
|
|
2651
2829
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2830
|
+
countTextColorDisabled: string;
|
|
2652
2831
|
countTextColor: string;
|
|
2653
2832
|
heightTiny: string;
|
|
2654
2833
|
heightSmall: string;
|
|
@@ -2709,6 +2888,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2709
2888
|
clearSize: string;
|
|
2710
2889
|
}, any>>>;
|
|
2711
2890
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2891
|
+
countTextColorDisabled: string;
|
|
2712
2892
|
countTextColor: string;
|
|
2713
2893
|
heightTiny: string;
|
|
2714
2894
|
heightSmall: string;
|
|
@@ -2781,8 +2961,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2781
2961
|
contentRef: HTMLElement | null;
|
|
2782
2962
|
containerScrollTop: number;
|
|
2783
2963
|
syncUnifiedContainer: () => void;
|
|
2784
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
2785
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
2964
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
2965
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
2786
2966
|
sync: () => void;
|
|
2787
2967
|
handleMouseEnterWrapper: () => void;
|
|
2788
2968
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -2816,7 +2996,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2816
2996
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
2817
2997
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
2818
2998
|
handleInputBlur: (e: FocusEvent) => void;
|
|
2819
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
2999
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
2820
3000
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
2821
3001
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
2822
3002
|
handleMouseEnter: () => void;
|
|
@@ -2827,7 +3007,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2827
3007
|
handleClear: (e: MouseEvent) => void;
|
|
2828
3008
|
handlePasswordToggleClick: () => void;
|
|
2829
3009
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
2830
|
-
|
|
3010
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
2831
3011
|
handleTextAreaMirrorResize: () => void;
|
|
2832
3012
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
2833
3013
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -2871,10 +3051,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2871
3051
|
opacity5: string;
|
|
2872
3052
|
dividerColor: string;
|
|
2873
3053
|
borderColor: string;
|
|
2874
|
-
|
|
3054
|
+
closeIconColor: string;
|
|
3055
|
+
closeIconColorHover: string;
|
|
3056
|
+
closeIconColorPressed: string;
|
|
2875
3057
|
closeColorHover: string;
|
|
2876
3058
|
closeColorPressed: string;
|
|
2877
|
-
closeColorDisabled: string;
|
|
2878
3059
|
clearColor: string;
|
|
2879
3060
|
clearColorHover: string;
|
|
2880
3061
|
clearColorPressed: string;
|
|
@@ -2936,6 +3117,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2936
3117
|
name: "common";
|
|
2937
3118
|
};
|
|
2938
3119
|
self: {
|
|
3120
|
+
countTextColorDisabled: string;
|
|
2939
3121
|
countTextColor: string;
|
|
2940
3122
|
heightTiny: string;
|
|
2941
3123
|
heightSmall: string;
|
|
@@ -3003,6 +3185,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3003
3185
|
cssVars: import("vue").ComputedRef<{
|
|
3004
3186
|
'--n-bezier': string;
|
|
3005
3187
|
'--n-count-text-color': string;
|
|
3188
|
+
'--n-count-text-color-disabled': string;
|
|
3006
3189
|
'--n-color': string;
|
|
3007
3190
|
'--n-font-size': string;
|
|
3008
3191
|
'--n-border-radius': string;
|
|
@@ -3057,6 +3240,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3057
3240
|
select: () => void;
|
|
3058
3241
|
activate: () => void;
|
|
3059
3242
|
deactivate: () => void;
|
|
3243
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
3060
3244
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3061
3245
|
bordered: {
|
|
3062
3246
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -3115,6 +3299,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3115
3299
|
type: BooleanConstructor;
|
|
3116
3300
|
default: undefined;
|
|
3117
3301
|
};
|
|
3302
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3303
|
+
renderCount: import("vue").PropType<(props: {
|
|
3304
|
+
value: string;
|
|
3305
|
+
}) => import("vue").VNodeChild>;
|
|
3118
3306
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3119
3307
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3120
3308
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3143,6 +3331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3143
3331
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3144
3332
|
showPasswordToggle: BooleanConstructor;
|
|
3145
3333
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3334
|
+
countTextColorDisabled: string;
|
|
3146
3335
|
countTextColor: string;
|
|
3147
3336
|
heightTiny: string;
|
|
3148
3337
|
heightSmall: string;
|
|
@@ -3203,6 +3392,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3203
3392
|
clearSize: string;
|
|
3204
3393
|
}, any>>;
|
|
3205
3394
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3395
|
+
countTextColorDisabled: string;
|
|
3206
3396
|
countTextColor: string;
|
|
3207
3397
|
heightTiny: string;
|
|
3208
3398
|
heightSmall: string;
|
|
@@ -3263,6 +3453,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3263
3453
|
clearSize: string;
|
|
3264
3454
|
}, any>>>;
|
|
3265
3455
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3456
|
+
countTextColorDisabled: string;
|
|
3266
3457
|
countTextColor: string;
|
|
3267
3458
|
heightTiny: string;
|
|
3268
3459
|
heightSmall: string;
|