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
|
@@ -174,12 +174,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
174
174
|
};
|
|
175
175
|
checked: BooleanConstructor;
|
|
176
176
|
checkable: BooleanConstructor;
|
|
177
|
+
strong: BooleanConstructor;
|
|
178
|
+
triggerClickOnClose: BooleanConstructor;
|
|
177
179
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
178
180
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
179
181
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
180
182
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
181
183
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
182
|
-
|
|
184
|
+
internalCloseFocusable: {
|
|
185
|
+
type: BooleanConstructor;
|
|
186
|
+
default: boolean;
|
|
187
|
+
};
|
|
183
188
|
onCheckedChange: {
|
|
184
189
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
185
190
|
validator: () => boolean;
|
|
@@ -201,6 +206,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
201
206
|
readonly default: undefined;
|
|
202
207
|
};
|
|
203
208
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
209
|
+
closeBorderRadius: string;
|
|
204
210
|
heightTiny: string;
|
|
205
211
|
heightSmall: string;
|
|
206
212
|
heightMedium: string;
|
|
@@ -211,6 +217,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
211
217
|
fontSizeSmall: string;
|
|
212
218
|
fontSizeMedium: string;
|
|
213
219
|
fontSizeLarge: string;
|
|
220
|
+
fontWeightStrong: string;
|
|
214
221
|
textColorCheckable: string;
|
|
215
222
|
textColorHoverCheckable: string;
|
|
216
223
|
textColorPressedCheckable: string;
|
|
@@ -224,39 +231,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
224
231
|
border: string;
|
|
225
232
|
textColor: string;
|
|
226
233
|
color: string;
|
|
227
|
-
|
|
234
|
+
colorBordered: string;
|
|
235
|
+
closeIconColor: string;
|
|
236
|
+
closeIconColorHover: string;
|
|
237
|
+
closeIconColorPressed: string;
|
|
228
238
|
closeColorHover: string;
|
|
229
239
|
closeColorPressed: string;
|
|
230
240
|
borderPrimary: string;
|
|
231
241
|
textColorPrimary: string;
|
|
232
242
|
colorPrimary: string;
|
|
233
|
-
|
|
243
|
+
colorBorderedPrimary: string;
|
|
244
|
+
closeIconColorPrimary: string;
|
|
245
|
+
closeIconColorHoverPrimary: string;
|
|
246
|
+
closeIconColorPressedPrimary: string;
|
|
234
247
|
closeColorHoverPrimary: string;
|
|
235
248
|
closeColorPressedPrimary: string;
|
|
236
249
|
borderInfo: string;
|
|
237
250
|
textColorInfo: string;
|
|
238
251
|
colorInfo: string;
|
|
239
|
-
|
|
252
|
+
colorBorderedInfo: string;
|
|
253
|
+
closeIconColorInfo: string;
|
|
254
|
+
closeIconColorHoverInfo: string;
|
|
255
|
+
closeIconColorPressedInfo: string;
|
|
240
256
|
closeColorHoverInfo: string;
|
|
241
257
|
closeColorPressedInfo: string;
|
|
242
258
|
borderSuccess: string;
|
|
243
259
|
textColorSuccess: string;
|
|
244
260
|
colorSuccess: string;
|
|
245
|
-
|
|
261
|
+
colorBorderedSuccess: string;
|
|
262
|
+
closeIconColorSuccess: string;
|
|
263
|
+
closeIconColorHoverSuccess: string;
|
|
264
|
+
closeIconColorPressedSuccess: string;
|
|
246
265
|
closeColorHoverSuccess: string;
|
|
247
266
|
closeColorPressedSuccess: string;
|
|
248
267
|
borderWarning: string;
|
|
249
268
|
textColorWarning: string;
|
|
250
269
|
colorWarning: string;
|
|
251
|
-
|
|
270
|
+
colorBorderedWarning: string;
|
|
271
|
+
closeIconColorWarning: string;
|
|
272
|
+
closeIconColorHoverWarning: string;
|
|
273
|
+
closeIconColorPressedWarning: string;
|
|
252
274
|
closeColorHoverWarning: string;
|
|
253
275
|
closeColorPressedWarning: string;
|
|
254
276
|
borderError: string;
|
|
255
277
|
textColorError: string;
|
|
256
278
|
colorError: string;
|
|
257
|
-
|
|
279
|
+
colorBorderedError: string;
|
|
280
|
+
closeIconColorError: string;
|
|
281
|
+
closeIconColorHoverError: string;
|
|
282
|
+
closeIconColorPressedError: string;
|
|
258
283
|
closeColorHoverError: string;
|
|
259
284
|
closeColorPressedError: string;
|
|
285
|
+
closeIconSizeTiny: string;
|
|
286
|
+
closeIconSizeSmall: string;
|
|
287
|
+
closeIconSizeMedium: string;
|
|
288
|
+
closeIconSizeLarge: string;
|
|
260
289
|
closeSizeTiny: string;
|
|
261
290
|
closeSizeSmall: string;
|
|
262
291
|
closeSizeMedium: string;
|
|
@@ -266,6 +295,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
266
295
|
closeMarginRtl: string;
|
|
267
296
|
}, any>>;
|
|
268
297
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
298
|
+
closeBorderRadius: string;
|
|
269
299
|
heightTiny: string;
|
|
270
300
|
heightSmall: string;
|
|
271
301
|
heightMedium: string;
|
|
@@ -276,6 +306,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
276
306
|
fontSizeSmall: string;
|
|
277
307
|
fontSizeMedium: string;
|
|
278
308
|
fontSizeLarge: string;
|
|
309
|
+
fontWeightStrong: string;
|
|
279
310
|
textColorCheckable: string;
|
|
280
311
|
textColorHoverCheckable: string;
|
|
281
312
|
textColorPressedCheckable: string;
|
|
@@ -289,39 +320,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
289
320
|
border: string;
|
|
290
321
|
textColor: string;
|
|
291
322
|
color: string;
|
|
292
|
-
|
|
323
|
+
colorBordered: string;
|
|
324
|
+
closeIconColor: string;
|
|
325
|
+
closeIconColorHover: string;
|
|
326
|
+
closeIconColorPressed: string;
|
|
293
327
|
closeColorHover: string;
|
|
294
328
|
closeColorPressed: string;
|
|
295
329
|
borderPrimary: string;
|
|
296
330
|
textColorPrimary: string;
|
|
297
331
|
colorPrimary: string;
|
|
298
|
-
|
|
332
|
+
colorBorderedPrimary: string;
|
|
333
|
+
closeIconColorPrimary: string;
|
|
334
|
+
closeIconColorHoverPrimary: string;
|
|
335
|
+
closeIconColorPressedPrimary: string;
|
|
299
336
|
closeColorHoverPrimary: string;
|
|
300
337
|
closeColorPressedPrimary: string;
|
|
301
338
|
borderInfo: string;
|
|
302
339
|
textColorInfo: string;
|
|
303
340
|
colorInfo: string;
|
|
304
|
-
|
|
341
|
+
colorBorderedInfo: string;
|
|
342
|
+
closeIconColorInfo: string;
|
|
343
|
+
closeIconColorHoverInfo: string;
|
|
344
|
+
closeIconColorPressedInfo: string;
|
|
305
345
|
closeColorHoverInfo: string;
|
|
306
346
|
closeColorPressedInfo: string;
|
|
307
347
|
borderSuccess: string;
|
|
308
348
|
textColorSuccess: string;
|
|
309
349
|
colorSuccess: string;
|
|
310
|
-
|
|
350
|
+
colorBorderedSuccess: string;
|
|
351
|
+
closeIconColorSuccess: string;
|
|
352
|
+
closeIconColorHoverSuccess: string;
|
|
353
|
+
closeIconColorPressedSuccess: string;
|
|
311
354
|
closeColorHoverSuccess: string;
|
|
312
355
|
closeColorPressedSuccess: string;
|
|
313
356
|
borderWarning: string;
|
|
314
357
|
textColorWarning: string;
|
|
315
358
|
colorWarning: string;
|
|
316
|
-
|
|
359
|
+
colorBorderedWarning: string;
|
|
360
|
+
closeIconColorWarning: string;
|
|
361
|
+
closeIconColorHoverWarning: string;
|
|
362
|
+
closeIconColorPressedWarning: string;
|
|
317
363
|
closeColorHoverWarning: string;
|
|
318
364
|
closeColorPressedWarning: string;
|
|
319
365
|
borderError: string;
|
|
320
366
|
textColorError: string;
|
|
321
367
|
colorError: string;
|
|
322
|
-
|
|
368
|
+
colorBorderedError: string;
|
|
369
|
+
closeIconColorError: string;
|
|
370
|
+
closeIconColorHoverError: string;
|
|
371
|
+
closeIconColorPressedError: string;
|
|
323
372
|
closeColorHoverError: string;
|
|
324
373
|
closeColorPressedError: string;
|
|
374
|
+
closeIconSizeTiny: string;
|
|
375
|
+
closeIconSizeSmall: string;
|
|
376
|
+
closeIconSizeMedium: string;
|
|
377
|
+
closeIconSizeLarge: string;
|
|
325
378
|
closeSizeTiny: string;
|
|
326
379
|
closeSizeSmall: string;
|
|
327
380
|
closeSizeMedium: string;
|
|
@@ -331,6 +384,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
331
384
|
closeMarginRtl: string;
|
|
332
385
|
}, any>>>;
|
|
333
386
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
387
|
+
closeBorderRadius: string;
|
|
334
388
|
heightTiny: string;
|
|
335
389
|
heightSmall: string;
|
|
336
390
|
heightMedium: string;
|
|
@@ -341,6 +395,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
341
395
|
fontSizeSmall: string;
|
|
342
396
|
fontSizeMedium: string;
|
|
343
397
|
fontSizeLarge: string;
|
|
398
|
+
fontWeightStrong: string;
|
|
344
399
|
textColorCheckable: string;
|
|
345
400
|
textColorHoverCheckable: string;
|
|
346
401
|
textColorPressedCheckable: string;
|
|
@@ -354,39 +409,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
354
409
|
border: string;
|
|
355
410
|
textColor: string;
|
|
356
411
|
color: string;
|
|
357
|
-
|
|
412
|
+
colorBordered: string;
|
|
413
|
+
closeIconColor: string;
|
|
414
|
+
closeIconColorHover: string;
|
|
415
|
+
closeIconColorPressed: string;
|
|
358
416
|
closeColorHover: string;
|
|
359
417
|
closeColorPressed: string;
|
|
360
418
|
borderPrimary: string;
|
|
361
419
|
textColorPrimary: string;
|
|
362
420
|
colorPrimary: string;
|
|
363
|
-
|
|
421
|
+
colorBorderedPrimary: string;
|
|
422
|
+
closeIconColorPrimary: string;
|
|
423
|
+
closeIconColorHoverPrimary: string;
|
|
424
|
+
closeIconColorPressedPrimary: string;
|
|
364
425
|
closeColorHoverPrimary: string;
|
|
365
426
|
closeColorPressedPrimary: string;
|
|
366
427
|
borderInfo: string;
|
|
367
428
|
textColorInfo: string;
|
|
368
429
|
colorInfo: string;
|
|
369
|
-
|
|
430
|
+
colorBorderedInfo: string;
|
|
431
|
+
closeIconColorInfo: string;
|
|
432
|
+
closeIconColorHoverInfo: string;
|
|
433
|
+
closeIconColorPressedInfo: string;
|
|
370
434
|
closeColorHoverInfo: string;
|
|
371
435
|
closeColorPressedInfo: string;
|
|
372
436
|
borderSuccess: string;
|
|
373
437
|
textColorSuccess: string;
|
|
374
438
|
colorSuccess: string;
|
|
375
|
-
|
|
439
|
+
colorBorderedSuccess: string;
|
|
440
|
+
closeIconColorSuccess: string;
|
|
441
|
+
closeIconColorHoverSuccess: string;
|
|
442
|
+
closeIconColorPressedSuccess: string;
|
|
376
443
|
closeColorHoverSuccess: string;
|
|
377
444
|
closeColorPressedSuccess: string;
|
|
378
445
|
borderWarning: string;
|
|
379
446
|
textColorWarning: string;
|
|
380
447
|
colorWarning: string;
|
|
381
|
-
|
|
448
|
+
colorBorderedWarning: string;
|
|
449
|
+
closeIconColorWarning: string;
|
|
450
|
+
closeIconColorHoverWarning: string;
|
|
451
|
+
closeIconColorPressedWarning: string;
|
|
382
452
|
closeColorHoverWarning: string;
|
|
383
453
|
closeColorPressedWarning: string;
|
|
384
454
|
borderError: string;
|
|
385
455
|
textColorError: string;
|
|
386
456
|
colorError: string;
|
|
387
|
-
|
|
457
|
+
colorBorderedError: string;
|
|
458
|
+
closeIconColorError: string;
|
|
459
|
+
closeIconColorHoverError: string;
|
|
460
|
+
closeIconColorPressedError: string;
|
|
388
461
|
closeColorHoverError: string;
|
|
389
462
|
closeColorPressedError: string;
|
|
463
|
+
closeIconSizeTiny: string;
|
|
464
|
+
closeIconSizeSmall: string;
|
|
465
|
+
closeIconSizeMedium: string;
|
|
466
|
+
closeIconSizeLarge: string;
|
|
390
467
|
closeSizeTiny: string;
|
|
391
468
|
closeSizeSmall: string;
|
|
392
469
|
closeSizeMedium: string;
|
|
@@ -403,14 +480,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
403
480
|
handleClick: (e: MouseEvent) => void;
|
|
404
481
|
handleCloseClick: (e: MouseEvent) => void;
|
|
405
482
|
cssVars: import("vue").ComputedRef<{
|
|
483
|
+
'--n-font-weight-strong': string;
|
|
406
484
|
'--n-avatar-size-override': string;
|
|
407
485
|
'--n-bezier': string;
|
|
408
486
|
'--n-border-radius': string;
|
|
409
487
|
'--n-border': string;
|
|
410
|
-
'--n-close-
|
|
411
|
-
'--n-close-color-hover': string;
|
|
488
|
+
'--n-close-icon-size': string;
|
|
412
489
|
'--n-close-color-pressed': string;
|
|
413
|
-
'--n-close-color-
|
|
490
|
+
'--n-close-color-hover': string;
|
|
491
|
+
'--n-close-border-radius': string;
|
|
492
|
+
'--n-close-icon-color': string;
|
|
493
|
+
'--n-close-icon-color-hover': string;
|
|
494
|
+
'--n-close-icon-color-pressed': string;
|
|
495
|
+
'--n-close-icon-color-disabled': string;
|
|
414
496
|
'--n-close-margin': string;
|
|
415
497
|
'--n-close-margin-rtl': string;
|
|
416
498
|
'--n-close-size': string;
|
|
@@ -441,12 +523,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
441
523
|
};
|
|
442
524
|
checked: BooleanConstructor;
|
|
443
525
|
checkable: BooleanConstructor;
|
|
526
|
+
strong: BooleanConstructor;
|
|
527
|
+
triggerClickOnClose: BooleanConstructor;
|
|
444
528
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
445
529
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
446
530
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
447
531
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
448
532
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
449
|
-
|
|
533
|
+
internalCloseFocusable: {
|
|
534
|
+
type: BooleanConstructor;
|
|
535
|
+
default: boolean;
|
|
536
|
+
};
|
|
450
537
|
onCheckedChange: {
|
|
451
538
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
452
539
|
validator: () => boolean;
|
|
@@ -468,6 +555,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
468
555
|
readonly default: undefined;
|
|
469
556
|
};
|
|
470
557
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
558
|
+
closeBorderRadius: string;
|
|
471
559
|
heightTiny: string;
|
|
472
560
|
heightSmall: string;
|
|
473
561
|
heightMedium: string;
|
|
@@ -478,6 +566,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
478
566
|
fontSizeSmall: string;
|
|
479
567
|
fontSizeMedium: string;
|
|
480
568
|
fontSizeLarge: string;
|
|
569
|
+
fontWeightStrong: string;
|
|
481
570
|
textColorCheckable: string;
|
|
482
571
|
textColorHoverCheckable: string;
|
|
483
572
|
textColorPressedCheckable: string;
|
|
@@ -491,39 +580,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
491
580
|
border: string;
|
|
492
581
|
textColor: string;
|
|
493
582
|
color: string;
|
|
494
|
-
|
|
583
|
+
colorBordered: string;
|
|
584
|
+
closeIconColor: string;
|
|
585
|
+
closeIconColorHover: string;
|
|
586
|
+
closeIconColorPressed: string;
|
|
495
587
|
closeColorHover: string;
|
|
496
588
|
closeColorPressed: string;
|
|
497
589
|
borderPrimary: string;
|
|
498
590
|
textColorPrimary: string;
|
|
499
591
|
colorPrimary: string;
|
|
500
|
-
|
|
592
|
+
colorBorderedPrimary: string;
|
|
593
|
+
closeIconColorPrimary: string;
|
|
594
|
+
closeIconColorHoverPrimary: string;
|
|
595
|
+
closeIconColorPressedPrimary: string;
|
|
501
596
|
closeColorHoverPrimary: string;
|
|
502
597
|
closeColorPressedPrimary: string;
|
|
503
598
|
borderInfo: string;
|
|
504
599
|
textColorInfo: string;
|
|
505
600
|
colorInfo: string;
|
|
506
|
-
|
|
601
|
+
colorBorderedInfo: string;
|
|
602
|
+
closeIconColorInfo: string;
|
|
603
|
+
closeIconColorHoverInfo: string;
|
|
604
|
+
closeIconColorPressedInfo: string;
|
|
507
605
|
closeColorHoverInfo: string;
|
|
508
606
|
closeColorPressedInfo: string;
|
|
509
607
|
borderSuccess: string;
|
|
510
608
|
textColorSuccess: string;
|
|
511
609
|
colorSuccess: string;
|
|
512
|
-
|
|
610
|
+
colorBorderedSuccess: string;
|
|
611
|
+
closeIconColorSuccess: string;
|
|
612
|
+
closeIconColorHoverSuccess: string;
|
|
613
|
+
closeIconColorPressedSuccess: string;
|
|
513
614
|
closeColorHoverSuccess: string;
|
|
514
615
|
closeColorPressedSuccess: string;
|
|
515
616
|
borderWarning: string;
|
|
516
617
|
textColorWarning: string;
|
|
517
618
|
colorWarning: string;
|
|
518
|
-
|
|
619
|
+
colorBorderedWarning: string;
|
|
620
|
+
closeIconColorWarning: string;
|
|
621
|
+
closeIconColorHoverWarning: string;
|
|
622
|
+
closeIconColorPressedWarning: string;
|
|
519
623
|
closeColorHoverWarning: string;
|
|
520
624
|
closeColorPressedWarning: string;
|
|
521
625
|
borderError: string;
|
|
522
626
|
textColorError: string;
|
|
523
627
|
colorError: string;
|
|
524
|
-
|
|
628
|
+
colorBorderedError: string;
|
|
629
|
+
closeIconColorError: string;
|
|
630
|
+
closeIconColorHoverError: string;
|
|
631
|
+
closeIconColorPressedError: string;
|
|
525
632
|
closeColorHoverError: string;
|
|
526
633
|
closeColorPressedError: string;
|
|
634
|
+
closeIconSizeTiny: string;
|
|
635
|
+
closeIconSizeSmall: string;
|
|
636
|
+
closeIconSizeMedium: string;
|
|
637
|
+
closeIconSizeLarge: string;
|
|
527
638
|
closeSizeTiny: string;
|
|
528
639
|
closeSizeSmall: string;
|
|
529
640
|
closeSizeMedium: string;
|
|
@@ -533,6 +644,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
533
644
|
closeMarginRtl: string;
|
|
534
645
|
}, any>>;
|
|
535
646
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
647
|
+
closeBorderRadius: string;
|
|
536
648
|
heightTiny: string;
|
|
537
649
|
heightSmall: string;
|
|
538
650
|
heightMedium: string;
|
|
@@ -543,6 +655,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
543
655
|
fontSizeSmall: string;
|
|
544
656
|
fontSizeMedium: string;
|
|
545
657
|
fontSizeLarge: string;
|
|
658
|
+
fontWeightStrong: string;
|
|
546
659
|
textColorCheckable: string;
|
|
547
660
|
textColorHoverCheckable: string;
|
|
548
661
|
textColorPressedCheckable: string;
|
|
@@ -556,39 +669,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
556
669
|
border: string;
|
|
557
670
|
textColor: string;
|
|
558
671
|
color: string;
|
|
559
|
-
|
|
672
|
+
colorBordered: string;
|
|
673
|
+
closeIconColor: string;
|
|
674
|
+
closeIconColorHover: string;
|
|
675
|
+
closeIconColorPressed: string;
|
|
560
676
|
closeColorHover: string;
|
|
561
677
|
closeColorPressed: string;
|
|
562
678
|
borderPrimary: string;
|
|
563
679
|
textColorPrimary: string;
|
|
564
680
|
colorPrimary: string;
|
|
565
|
-
|
|
681
|
+
colorBorderedPrimary: string;
|
|
682
|
+
closeIconColorPrimary: string;
|
|
683
|
+
closeIconColorHoverPrimary: string;
|
|
684
|
+
closeIconColorPressedPrimary: string;
|
|
566
685
|
closeColorHoverPrimary: string;
|
|
567
686
|
closeColorPressedPrimary: string;
|
|
568
687
|
borderInfo: string;
|
|
569
688
|
textColorInfo: string;
|
|
570
689
|
colorInfo: string;
|
|
571
|
-
|
|
690
|
+
colorBorderedInfo: string;
|
|
691
|
+
closeIconColorInfo: string;
|
|
692
|
+
closeIconColorHoverInfo: string;
|
|
693
|
+
closeIconColorPressedInfo: string;
|
|
572
694
|
closeColorHoverInfo: string;
|
|
573
695
|
closeColorPressedInfo: string;
|
|
574
696
|
borderSuccess: string;
|
|
575
697
|
textColorSuccess: string;
|
|
576
698
|
colorSuccess: string;
|
|
577
|
-
|
|
699
|
+
colorBorderedSuccess: string;
|
|
700
|
+
closeIconColorSuccess: string;
|
|
701
|
+
closeIconColorHoverSuccess: string;
|
|
702
|
+
closeIconColorPressedSuccess: string;
|
|
578
703
|
closeColorHoverSuccess: string;
|
|
579
704
|
closeColorPressedSuccess: string;
|
|
580
705
|
borderWarning: string;
|
|
581
706
|
textColorWarning: string;
|
|
582
707
|
colorWarning: string;
|
|
583
|
-
|
|
708
|
+
colorBorderedWarning: string;
|
|
709
|
+
closeIconColorWarning: string;
|
|
710
|
+
closeIconColorHoverWarning: string;
|
|
711
|
+
closeIconColorPressedWarning: string;
|
|
584
712
|
closeColorHoverWarning: string;
|
|
585
713
|
closeColorPressedWarning: string;
|
|
586
714
|
borderError: string;
|
|
587
715
|
textColorError: string;
|
|
588
716
|
colorError: string;
|
|
589
|
-
|
|
717
|
+
colorBorderedError: string;
|
|
718
|
+
closeIconColorError: string;
|
|
719
|
+
closeIconColorHoverError: string;
|
|
720
|
+
closeIconColorPressedError: string;
|
|
590
721
|
closeColorHoverError: string;
|
|
591
722
|
closeColorPressedError: string;
|
|
723
|
+
closeIconSizeTiny: string;
|
|
724
|
+
closeIconSizeSmall: string;
|
|
725
|
+
closeIconSizeMedium: string;
|
|
726
|
+
closeIconSizeLarge: string;
|
|
592
727
|
closeSizeTiny: string;
|
|
593
728
|
closeSizeSmall: string;
|
|
594
729
|
closeSizeMedium: string;
|
|
@@ -598,6 +733,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
598
733
|
closeMarginRtl: string;
|
|
599
734
|
}, any>>>;
|
|
600
735
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
736
|
+
closeBorderRadius: string;
|
|
601
737
|
heightTiny: string;
|
|
602
738
|
heightSmall: string;
|
|
603
739
|
heightMedium: string;
|
|
@@ -608,6 +744,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
608
744
|
fontSizeSmall: string;
|
|
609
745
|
fontSizeMedium: string;
|
|
610
746
|
fontSizeLarge: string;
|
|
747
|
+
fontWeightStrong: string;
|
|
611
748
|
textColorCheckable: string;
|
|
612
749
|
textColorHoverCheckable: string;
|
|
613
750
|
textColorPressedCheckable: string;
|
|
@@ -621,39 +758,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
621
758
|
border: string;
|
|
622
759
|
textColor: string;
|
|
623
760
|
color: string;
|
|
624
|
-
|
|
761
|
+
colorBordered: string;
|
|
762
|
+
closeIconColor: string;
|
|
763
|
+
closeIconColorHover: string;
|
|
764
|
+
closeIconColorPressed: string;
|
|
625
765
|
closeColorHover: string;
|
|
626
766
|
closeColorPressed: string;
|
|
627
767
|
borderPrimary: string;
|
|
628
768
|
textColorPrimary: string;
|
|
629
769
|
colorPrimary: string;
|
|
630
|
-
|
|
770
|
+
colorBorderedPrimary: string;
|
|
771
|
+
closeIconColorPrimary: string;
|
|
772
|
+
closeIconColorHoverPrimary: string;
|
|
773
|
+
closeIconColorPressedPrimary: string;
|
|
631
774
|
closeColorHoverPrimary: string;
|
|
632
775
|
closeColorPressedPrimary: string;
|
|
633
776
|
borderInfo: string;
|
|
634
777
|
textColorInfo: string;
|
|
635
778
|
colorInfo: string;
|
|
636
|
-
|
|
779
|
+
colorBorderedInfo: string;
|
|
780
|
+
closeIconColorInfo: string;
|
|
781
|
+
closeIconColorHoverInfo: string;
|
|
782
|
+
closeIconColorPressedInfo: string;
|
|
637
783
|
closeColorHoverInfo: string;
|
|
638
784
|
closeColorPressedInfo: string;
|
|
639
785
|
borderSuccess: string;
|
|
640
786
|
textColorSuccess: string;
|
|
641
787
|
colorSuccess: string;
|
|
642
|
-
|
|
788
|
+
colorBorderedSuccess: string;
|
|
789
|
+
closeIconColorSuccess: string;
|
|
790
|
+
closeIconColorHoverSuccess: string;
|
|
791
|
+
closeIconColorPressedSuccess: string;
|
|
643
792
|
closeColorHoverSuccess: string;
|
|
644
793
|
closeColorPressedSuccess: string;
|
|
645
794
|
borderWarning: string;
|
|
646
795
|
textColorWarning: string;
|
|
647
796
|
colorWarning: string;
|
|
648
|
-
|
|
797
|
+
colorBorderedWarning: string;
|
|
798
|
+
closeIconColorWarning: string;
|
|
799
|
+
closeIconColorHoverWarning: string;
|
|
800
|
+
closeIconColorPressedWarning: string;
|
|
649
801
|
closeColorHoverWarning: string;
|
|
650
802
|
closeColorPressedWarning: string;
|
|
651
803
|
borderError: string;
|
|
652
804
|
textColorError: string;
|
|
653
805
|
colorError: string;
|
|
654
|
-
|
|
806
|
+
colorBorderedError: string;
|
|
807
|
+
closeIconColorError: string;
|
|
808
|
+
closeIconColorHoverError: string;
|
|
809
|
+
closeIconColorPressedError: string;
|
|
655
810
|
closeColorHoverError: string;
|
|
656
811
|
closeColorPressedError: string;
|
|
812
|
+
closeIconSizeTiny: string;
|
|
813
|
+
closeIconSizeSmall: string;
|
|
814
|
+
closeIconSizeMedium: string;
|
|
815
|
+
closeIconSizeLarge: string;
|
|
657
816
|
closeSizeTiny: string;
|
|
658
817
|
closeSizeSmall: string;
|
|
659
818
|
closeSizeMedium: string;
|
|
@@ -668,11 +827,13 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
668
827
|
size: "small" | "medium" | "tiny" | "large";
|
|
669
828
|
disabled: boolean | undefined;
|
|
670
829
|
checked: boolean;
|
|
830
|
+
strong: boolean;
|
|
671
831
|
bordered: boolean | undefined;
|
|
832
|
+
closable: boolean;
|
|
672
833
|
checkable: boolean;
|
|
673
|
-
|
|
834
|
+
triggerClickOnClose: boolean;
|
|
835
|
+
internalCloseFocusable: boolean;
|
|
674
836
|
onCheckedChange: (checked: boolean) => void;
|
|
675
|
-
closable: boolean;
|
|
676
837
|
}>;
|
|
677
838
|
NIcon: import("vue").DefineComponent<{
|
|
678
839
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -856,9 +1017,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
856
1017
|
titleTextColor: string;
|
|
857
1018
|
textColor: string;
|
|
858
1019
|
color: string;
|
|
859
|
-
closeColor: string;
|
|
860
1020
|
closeColorHover: string;
|
|
861
1021
|
closeColorPressed: string;
|
|
1022
|
+
closeIconColor: string;
|
|
1023
|
+
closeIconColorHover: string;
|
|
1024
|
+
closeIconColorPressed: string;
|
|
1025
|
+
closeBorderRadius: string;
|
|
862
1026
|
iconColor: string;
|
|
863
1027
|
iconColorInfo: string;
|
|
864
1028
|
iconColorSuccess: string;
|
|
@@ -874,6 +1038,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
874
1038
|
iconMargin: string;
|
|
875
1039
|
iconMarginIconTop: string;
|
|
876
1040
|
closeSize: string;
|
|
1041
|
+
closeIconSize: string;
|
|
877
1042
|
closeMargin: string;
|
|
878
1043
|
closeMarginIconTop: string;
|
|
879
1044
|
}, {
|
|
@@ -1089,14 +1254,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1089
1254
|
colorPopover: string;
|
|
1090
1255
|
colorTarget: string;
|
|
1091
1256
|
colorEmbedded: string;
|
|
1257
|
+
colorEmbeddedModal: string;
|
|
1258
|
+
colorEmbeddedPopover: string;
|
|
1092
1259
|
textColor: string;
|
|
1093
1260
|
titleTextColor: string;
|
|
1094
1261
|
borderColor: string;
|
|
1095
1262
|
actionColor: string;
|
|
1096
1263
|
titleFontWeight: string;
|
|
1097
|
-
closeColor: string;
|
|
1098
1264
|
closeColorHover: string;
|
|
1099
1265
|
closeColorPressed: string;
|
|
1266
|
+
closeBorderRadius: string;
|
|
1267
|
+
closeIconColor: string;
|
|
1268
|
+
closeIconColorHover: string;
|
|
1269
|
+
closeIconColorPressed: string;
|
|
1100
1270
|
fontSizeSmall: string;
|
|
1101
1271
|
fontSizeMedium: string;
|
|
1102
1272
|
fontSizeLarge: string;
|
|
@@ -1111,6 +1281,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1111
1281
|
titleFontSizeMedium: string;
|
|
1112
1282
|
titleFontSizeLarge: string;
|
|
1113
1283
|
titleFontSizeHuge: string;
|
|
1284
|
+
closeIconSize: string;
|
|
1114
1285
|
closeSize: string;
|
|
1115
1286
|
}, any>;
|
|
1116
1287
|
}>>;
|
|
@@ -1130,9 +1301,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1130
1301
|
titleTextColor: string;
|
|
1131
1302
|
textColor: string;
|
|
1132
1303
|
color: string;
|
|
1133
|
-
closeColor: string;
|
|
1134
1304
|
closeColorHover: string;
|
|
1135
1305
|
closeColorPressed: string;
|
|
1306
|
+
closeIconColor: string;
|
|
1307
|
+
closeIconColorHover: string;
|
|
1308
|
+
closeIconColorPressed: string;
|
|
1309
|
+
closeBorderRadius: string;
|
|
1136
1310
|
iconColor: string;
|
|
1137
1311
|
iconColorInfo: string;
|
|
1138
1312
|
iconColorSuccess: string;
|
|
@@ -1148,6 +1322,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1148
1322
|
iconMargin: string;
|
|
1149
1323
|
iconMarginIconTop: string;
|
|
1150
1324
|
closeSize: string;
|
|
1325
|
+
closeIconSize: string;
|
|
1151
1326
|
closeMargin: string;
|
|
1152
1327
|
closeMarginIconTop: string;
|
|
1153
1328
|
}, {
|
|
@@ -1363,14 +1538,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1363
1538
|
colorPopover: string;
|
|
1364
1539
|
colorTarget: string;
|
|
1365
1540
|
colorEmbedded: string;
|
|
1541
|
+
colorEmbeddedModal: string;
|
|
1542
|
+
colorEmbeddedPopover: string;
|
|
1366
1543
|
textColor: string;
|
|
1367
1544
|
titleTextColor: string;
|
|
1368
1545
|
borderColor: string;
|
|
1369
1546
|
actionColor: string;
|
|
1370
1547
|
titleFontWeight: string;
|
|
1371
|
-
closeColor: string;
|
|
1372
1548
|
closeColorHover: string;
|
|
1373
1549
|
closeColorPressed: string;
|
|
1550
|
+
closeBorderRadius: string;
|
|
1551
|
+
closeIconColor: string;
|
|
1552
|
+
closeIconColorHover: string;
|
|
1553
|
+
closeIconColorPressed: string;
|
|
1374
1554
|
fontSizeSmall: string;
|
|
1375
1555
|
fontSizeMedium: string;
|
|
1376
1556
|
fontSizeLarge: string;
|
|
@@ -1385,6 +1565,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1385
1565
|
titleFontSizeMedium: string;
|
|
1386
1566
|
titleFontSizeLarge: string;
|
|
1387
1567
|
titleFontSizeHuge: string;
|
|
1568
|
+
closeIconSize: string;
|
|
1388
1569
|
closeSize: string;
|
|
1389
1570
|
}, any>;
|
|
1390
1571
|
}>>>;
|
|
@@ -1404,9 +1585,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1404
1585
|
titleTextColor: string;
|
|
1405
1586
|
textColor: string;
|
|
1406
1587
|
color: string;
|
|
1407
|
-
closeColor: string;
|
|
1408
1588
|
closeColorHover: string;
|
|
1409
1589
|
closeColorPressed: string;
|
|
1590
|
+
closeIconColor: string;
|
|
1591
|
+
closeIconColorHover: string;
|
|
1592
|
+
closeIconColorPressed: string;
|
|
1593
|
+
closeBorderRadius: string;
|
|
1410
1594
|
iconColor: string;
|
|
1411
1595
|
iconColorInfo: string;
|
|
1412
1596
|
iconColorSuccess: string;
|
|
@@ -1422,6 +1606,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1422
1606
|
iconMargin: string;
|
|
1423
1607
|
iconMarginIconTop: string;
|
|
1424
1608
|
closeSize: string;
|
|
1609
|
+
closeIconSize: string;
|
|
1425
1610
|
closeMargin: string;
|
|
1426
1611
|
closeMarginIconTop: string;
|
|
1427
1612
|
}, {
|
|
@@ -1637,14 +1822,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1637
1822
|
colorPopover: string;
|
|
1638
1823
|
colorTarget: string;
|
|
1639
1824
|
colorEmbedded: string;
|
|
1825
|
+
colorEmbeddedModal: string;
|
|
1826
|
+
colorEmbeddedPopover: string;
|
|
1640
1827
|
textColor: string;
|
|
1641
1828
|
titleTextColor: string;
|
|
1642
1829
|
borderColor: string;
|
|
1643
1830
|
actionColor: string;
|
|
1644
1831
|
titleFontWeight: string;
|
|
1645
|
-
closeColor: string;
|
|
1646
1832
|
closeColorHover: string;
|
|
1647
1833
|
closeColorPressed: string;
|
|
1834
|
+
closeBorderRadius: string;
|
|
1835
|
+
closeIconColor: string;
|
|
1836
|
+
closeIconColorHover: string;
|
|
1837
|
+
closeIconColorPressed: string;
|
|
1648
1838
|
fontSizeSmall: string;
|
|
1649
1839
|
fontSizeMedium: string;
|
|
1650
1840
|
fontSizeLarge: string;
|
|
@@ -1659,6 +1849,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1659
1849
|
titleFontSizeMedium: string;
|
|
1660
1850
|
titleFontSizeLarge: string;
|
|
1661
1851
|
titleFontSizeHuge: string;
|
|
1852
|
+
closeIconSize: string;
|
|
1662
1853
|
closeSize: string;
|
|
1663
1854
|
}, any>;
|
|
1664
1855
|
}>>>;
|
|
@@ -1794,9 +1985,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1794
1985
|
titleTextColor: string;
|
|
1795
1986
|
textColor: string;
|
|
1796
1987
|
color: string;
|
|
1797
|
-
closeColor: string;
|
|
1798
1988
|
closeColorHover: string;
|
|
1799
1989
|
closeColorPressed: string;
|
|
1990
|
+
closeIconColor: string;
|
|
1991
|
+
closeIconColorHover: string;
|
|
1992
|
+
closeIconColorPressed: string;
|
|
1993
|
+
closeBorderRadius: string;
|
|
1800
1994
|
iconColor: string;
|
|
1801
1995
|
iconColorInfo: string;
|
|
1802
1996
|
iconColorSuccess: string;
|
|
@@ -1812,6 +2006,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1812
2006
|
iconMargin: string;
|
|
1813
2007
|
iconMarginIconTop: string;
|
|
1814
2008
|
closeSize: string;
|
|
2009
|
+
closeIconSize: string;
|
|
1815
2010
|
closeMargin: string;
|
|
1816
2011
|
closeMarginIconTop: string;
|
|
1817
2012
|
}, {
|
|
@@ -2027,14 +2222,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2027
2222
|
colorPopover: string;
|
|
2028
2223
|
colorTarget: string;
|
|
2029
2224
|
colorEmbedded: string;
|
|
2225
|
+
colorEmbeddedModal: string;
|
|
2226
|
+
colorEmbeddedPopover: string;
|
|
2030
2227
|
textColor: string;
|
|
2031
2228
|
titleTextColor: string;
|
|
2032
2229
|
borderColor: string;
|
|
2033
2230
|
actionColor: string;
|
|
2034
2231
|
titleFontWeight: string;
|
|
2035
|
-
closeColor: string;
|
|
2036
2232
|
closeColorHover: string;
|
|
2037
2233
|
closeColorPressed: string;
|
|
2234
|
+
closeBorderRadius: string;
|
|
2235
|
+
closeIconColor: string;
|
|
2236
|
+
closeIconColorHover: string;
|
|
2237
|
+
closeIconColorPressed: string;
|
|
2038
2238
|
fontSizeSmall: string;
|
|
2039
2239
|
fontSizeMedium: string;
|
|
2040
2240
|
fontSizeLarge: string;
|
|
@@ -2049,6 +2249,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2049
2249
|
titleFontSizeMedium: string;
|
|
2050
2250
|
titleFontSizeLarge: string;
|
|
2051
2251
|
titleFontSizeHuge: string;
|
|
2252
|
+
closeIconSize: string;
|
|
2052
2253
|
closeSize: string;
|
|
2053
2254
|
}, any>;
|
|
2054
2255
|
}>>;
|
|
@@ -2068,9 +2269,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2068
2269
|
titleTextColor: string;
|
|
2069
2270
|
textColor: string;
|
|
2070
2271
|
color: string;
|
|
2071
|
-
closeColor: string;
|
|
2072
2272
|
closeColorHover: string;
|
|
2073
2273
|
closeColorPressed: string;
|
|
2274
|
+
closeIconColor: string;
|
|
2275
|
+
closeIconColorHover: string;
|
|
2276
|
+
closeIconColorPressed: string;
|
|
2277
|
+
closeBorderRadius: string;
|
|
2074
2278
|
iconColor: string;
|
|
2075
2279
|
iconColorInfo: string;
|
|
2076
2280
|
iconColorSuccess: string;
|
|
@@ -2086,6 +2290,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2086
2290
|
iconMargin: string;
|
|
2087
2291
|
iconMarginIconTop: string;
|
|
2088
2292
|
closeSize: string;
|
|
2293
|
+
closeIconSize: string;
|
|
2089
2294
|
closeMargin: string;
|
|
2090
2295
|
closeMarginIconTop: string;
|
|
2091
2296
|
}, {
|
|
@@ -2301,14 +2506,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2301
2506
|
colorPopover: string;
|
|
2302
2507
|
colorTarget: string;
|
|
2303
2508
|
colorEmbedded: string;
|
|
2509
|
+
colorEmbeddedModal: string;
|
|
2510
|
+
colorEmbeddedPopover: string;
|
|
2304
2511
|
textColor: string;
|
|
2305
2512
|
titleTextColor: string;
|
|
2306
2513
|
borderColor: string;
|
|
2307
2514
|
actionColor: string;
|
|
2308
2515
|
titleFontWeight: string;
|
|
2309
|
-
closeColor: string;
|
|
2310
2516
|
closeColorHover: string;
|
|
2311
2517
|
closeColorPressed: string;
|
|
2518
|
+
closeBorderRadius: string;
|
|
2519
|
+
closeIconColor: string;
|
|
2520
|
+
closeIconColorHover: string;
|
|
2521
|
+
closeIconColorPressed: string;
|
|
2312
2522
|
fontSizeSmall: string;
|
|
2313
2523
|
fontSizeMedium: string;
|
|
2314
2524
|
fontSizeLarge: string;
|
|
@@ -2323,6 +2533,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2323
2533
|
titleFontSizeMedium: string;
|
|
2324
2534
|
titleFontSizeLarge: string;
|
|
2325
2535
|
titleFontSizeHuge: string;
|
|
2536
|
+
closeIconSize: string;
|
|
2326
2537
|
closeSize: string;
|
|
2327
2538
|
}, any>;
|
|
2328
2539
|
}>>>;
|
|
@@ -2342,9 +2553,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2342
2553
|
titleTextColor: string;
|
|
2343
2554
|
textColor: string;
|
|
2344
2555
|
color: string;
|
|
2345
|
-
closeColor: string;
|
|
2346
2556
|
closeColorHover: string;
|
|
2347
2557
|
closeColorPressed: string;
|
|
2558
|
+
closeIconColor: string;
|
|
2559
|
+
closeIconColorHover: string;
|
|
2560
|
+
closeIconColorPressed: string;
|
|
2561
|
+
closeBorderRadius: string;
|
|
2348
2562
|
iconColor: string;
|
|
2349
2563
|
iconColorInfo: string;
|
|
2350
2564
|
iconColorSuccess: string;
|
|
@@ -2360,6 +2574,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2360
2574
|
iconMargin: string;
|
|
2361
2575
|
iconMarginIconTop: string;
|
|
2362
2576
|
closeSize: string;
|
|
2577
|
+
closeIconSize: string;
|
|
2363
2578
|
closeMargin: string;
|
|
2364
2579
|
closeMarginIconTop: string;
|
|
2365
2580
|
}, {
|
|
@@ -2575,14 +2790,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2575
2790
|
colorPopover: string;
|
|
2576
2791
|
colorTarget: string;
|
|
2577
2792
|
colorEmbedded: string;
|
|
2793
|
+
colorEmbeddedModal: string;
|
|
2794
|
+
colorEmbeddedPopover: string;
|
|
2578
2795
|
textColor: string;
|
|
2579
2796
|
titleTextColor: string;
|
|
2580
2797
|
borderColor: string;
|
|
2581
2798
|
actionColor: string;
|
|
2582
2799
|
titleFontWeight: string;
|
|
2583
|
-
closeColor: string;
|
|
2584
2800
|
closeColorHover: string;
|
|
2585
2801
|
closeColorPressed: string;
|
|
2802
|
+
closeBorderRadius: string;
|
|
2803
|
+
closeIconColor: string;
|
|
2804
|
+
closeIconColorHover: string;
|
|
2805
|
+
closeIconColorPressed: string;
|
|
2586
2806
|
fontSizeSmall: string;
|
|
2587
2807
|
fontSizeMedium: string;
|
|
2588
2808
|
fontSizeLarge: string;
|
|
@@ -2597,6 +2817,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2597
2817
|
titleFontSizeMedium: string;
|
|
2598
2818
|
titleFontSizeLarge: string;
|
|
2599
2819
|
titleFontSizeHuge: string;
|
|
2820
|
+
closeIconSize: string;
|
|
2600
2821
|
closeSize: string;
|
|
2601
2822
|
}, any>;
|
|
2602
2823
|
}>>>;
|
|
@@ -2634,11 +2855,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2634
2855
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2635
2856
|
readonly default: "medium";
|
|
2636
2857
|
};
|
|
2858
|
+
readonly wrapItem: {
|
|
2859
|
+
readonly type: BooleanConstructor;
|
|
2860
|
+
readonly default: true;
|
|
2861
|
+
};
|
|
2637
2862
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2638
2863
|
readonly wrap: {
|
|
2639
2864
|
readonly type: BooleanConstructor;
|
|
2640
2865
|
readonly default: true;
|
|
2641
2866
|
};
|
|
2867
|
+
readonly internalUseGap: {
|
|
2868
|
+
readonly type: BooleanConstructor;
|
|
2869
|
+
readonly default: undefined;
|
|
2870
|
+
};
|
|
2642
2871
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2643
2872
|
gapSmall: string;
|
|
2644
2873
|
gapMedium: string;
|
|
@@ -2655,6 +2884,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2655
2884
|
gapLarge: string;
|
|
2656
2885
|
}, any>>>;
|
|
2657
2886
|
}, {
|
|
2887
|
+
useGap: boolean;
|
|
2658
2888
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
2659
2889
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2660
2890
|
margin: import("vue").ComputedRef<{
|
|
@@ -2673,11 +2903,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2673
2903
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2674
2904
|
readonly default: "medium";
|
|
2675
2905
|
};
|
|
2906
|
+
readonly wrapItem: {
|
|
2907
|
+
readonly type: BooleanConstructor;
|
|
2908
|
+
readonly default: true;
|
|
2909
|
+
};
|
|
2676
2910
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2677
2911
|
readonly wrap: {
|
|
2678
2912
|
readonly type: BooleanConstructor;
|
|
2679
2913
|
readonly default: true;
|
|
2680
2914
|
};
|
|
2915
|
+
readonly internalUseGap: {
|
|
2916
|
+
readonly type: BooleanConstructor;
|
|
2917
|
+
readonly default: undefined;
|
|
2918
|
+
};
|
|
2681
2919
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2682
2920
|
gapSmall: string;
|
|
2683
2921
|
gapMedium: string;
|
|
@@ -2694,11 +2932,13 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2694
2932
|
gapLarge: string;
|
|
2695
2933
|
}, any>>>;
|
|
2696
2934
|
}>>, {
|
|
2697
|
-
inline: boolean;
|
|
2698
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
2699
|
-
wrap: boolean;
|
|
2700
|
-
vertical: boolean;
|
|
2701
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2935
|
+
readonly inline: boolean;
|
|
2936
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
2937
|
+
readonly wrap: boolean;
|
|
2938
|
+
readonly vertical: boolean;
|
|
2939
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2940
|
+
readonly wrapItem: boolean;
|
|
2941
|
+
readonly internalUseGap: boolean;
|
|
2702
2942
|
}>;
|
|
2703
2943
|
AddCircleOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
2704
2944
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -2866,9 +3106,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2866
3106
|
tabTextColorActiveCard: string;
|
|
2867
3107
|
tabTextColorDisabledCard: string;
|
|
2868
3108
|
barColor: string;
|
|
2869
|
-
|
|
3109
|
+
closeIconColor: string;
|
|
3110
|
+
closeIconColorHover: string;
|
|
3111
|
+
closeIconColorPressed: string;
|
|
2870
3112
|
closeColorHover: string;
|
|
2871
3113
|
closeColorPressed: string;
|
|
3114
|
+
closeBorderRadius: string;
|
|
2872
3115
|
tabColor: string;
|
|
2873
3116
|
tabColorSegment: string;
|
|
2874
3117
|
tabBorderColor: string;
|
|
@@ -2907,6 +3150,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2907
3150
|
panePaddingSmall: string;
|
|
2908
3151
|
panePaddingMedium: string;
|
|
2909
3152
|
panePaddingLarge: string;
|
|
3153
|
+
closeSize: string;
|
|
3154
|
+
closeIconSize: string;
|
|
2910
3155
|
}, any>>;
|
|
2911
3156
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2912
3157
|
colorSegment: string;
|
|
@@ -2928,9 +3173,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2928
3173
|
tabTextColorActiveCard: string;
|
|
2929
3174
|
tabTextColorDisabledCard: string;
|
|
2930
3175
|
barColor: string;
|
|
2931
|
-
|
|
3176
|
+
closeIconColor: string;
|
|
3177
|
+
closeIconColorHover: string;
|
|
3178
|
+
closeIconColorPressed: string;
|
|
2932
3179
|
closeColorHover: string;
|
|
2933
3180
|
closeColorPressed: string;
|
|
3181
|
+
closeBorderRadius: string;
|
|
2934
3182
|
tabColor: string;
|
|
2935
3183
|
tabColorSegment: string;
|
|
2936
3184
|
tabBorderColor: string;
|
|
@@ -2969,6 +3217,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2969
3217
|
panePaddingSmall: string;
|
|
2970
3218
|
panePaddingMedium: string;
|
|
2971
3219
|
panePaddingLarge: string;
|
|
3220
|
+
closeSize: string;
|
|
3221
|
+
closeIconSize: string;
|
|
2972
3222
|
}, any>>>;
|
|
2973
3223
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2974
3224
|
colorSegment: string;
|
|
@@ -2990,9 +3240,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2990
3240
|
tabTextColorActiveCard: string;
|
|
2991
3241
|
tabTextColorDisabledCard: string;
|
|
2992
3242
|
barColor: string;
|
|
2993
|
-
|
|
3243
|
+
closeIconColor: string;
|
|
3244
|
+
closeIconColorHover: string;
|
|
3245
|
+
closeIconColorPressed: string;
|
|
2994
3246
|
closeColorHover: string;
|
|
2995
3247
|
closeColorPressed: string;
|
|
3248
|
+
closeBorderRadius: string;
|
|
2996
3249
|
tabColor: string;
|
|
2997
3250
|
tabColorSegment: string;
|
|
2998
3251
|
tabBorderColor: string;
|
|
@@ -3031,12 +3284,15 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3031
3284
|
panePaddingSmall: string;
|
|
3032
3285
|
panePaddingMedium: string;
|
|
3033
3286
|
panePaddingLarge: string;
|
|
3287
|
+
closeSize: string;
|
|
3288
|
+
closeIconSize: string;
|
|
3034
3289
|
}, any>>>;
|
|
3035
3290
|
}, {
|
|
3036
3291
|
syncBarPosition: () => void;
|
|
3037
3292
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3038
3293
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3039
3294
|
renderedNames: Set<string | number>;
|
|
3295
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3040
3296
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3041
3297
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3042
3298
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3101,9 +3357,14 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3101
3357
|
'--n-pane-text-color': string;
|
|
3102
3358
|
'--n-tab-border-color': string;
|
|
3103
3359
|
'--n-tab-border-radius': string;
|
|
3104
|
-
'--n-close-
|
|
3360
|
+
'--n-close-size': string;
|
|
3361
|
+
'--n-close-icon-size': string;
|
|
3105
3362
|
'--n-close-color-hover': string;
|
|
3106
3363
|
'--n-close-color-pressed': string;
|
|
3364
|
+
'--n-close-border-radius': string;
|
|
3365
|
+
'--n-close-icon-color': string;
|
|
3366
|
+
'--n-close-icon-color-hover': string;
|
|
3367
|
+
'--n-close-icon-color-pressed': string;
|
|
3107
3368
|
'--n-tab-color': string;
|
|
3108
3369
|
'--n-tab-font-weight': string;
|
|
3109
3370
|
'--n-tab-font-weight-active': string;
|
|
@@ -3118,7 +3379,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3118
3379
|
renderNameListRef: {
|
|
3119
3380
|
value: (string | number)[];
|
|
3120
3381
|
};
|
|
3121
|
-
onAnimationBeforeLeave: () => void;
|
|
3382
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
3122
3383
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3123
3384
|
onAnimationAfterEnter: () => void;
|
|
3124
3385
|
onRender: (() => void) | undefined;
|
|
@@ -3177,9 +3438,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3177
3438
|
tabTextColorActiveCard: string;
|
|
3178
3439
|
tabTextColorDisabledCard: string;
|
|
3179
3440
|
barColor: string;
|
|
3180
|
-
|
|
3441
|
+
closeIconColor: string;
|
|
3442
|
+
closeIconColorHover: string;
|
|
3443
|
+
closeIconColorPressed: string;
|
|
3181
3444
|
closeColorHover: string;
|
|
3182
3445
|
closeColorPressed: string;
|
|
3446
|
+
closeBorderRadius: string;
|
|
3183
3447
|
tabColor: string;
|
|
3184
3448
|
tabColorSegment: string;
|
|
3185
3449
|
tabBorderColor: string;
|
|
@@ -3218,6 +3482,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3218
3482
|
panePaddingSmall: string;
|
|
3219
3483
|
panePaddingMedium: string;
|
|
3220
3484
|
panePaddingLarge: string;
|
|
3485
|
+
closeSize: string;
|
|
3486
|
+
closeIconSize: string;
|
|
3221
3487
|
}, any>>;
|
|
3222
3488
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3223
3489
|
colorSegment: string;
|
|
@@ -3239,9 +3505,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3239
3505
|
tabTextColorActiveCard: string;
|
|
3240
3506
|
tabTextColorDisabledCard: string;
|
|
3241
3507
|
barColor: string;
|
|
3242
|
-
|
|
3508
|
+
closeIconColor: string;
|
|
3509
|
+
closeIconColorHover: string;
|
|
3510
|
+
closeIconColorPressed: string;
|
|
3243
3511
|
closeColorHover: string;
|
|
3244
3512
|
closeColorPressed: string;
|
|
3513
|
+
closeBorderRadius: string;
|
|
3245
3514
|
tabColor: string;
|
|
3246
3515
|
tabColorSegment: string;
|
|
3247
3516
|
tabBorderColor: string;
|
|
@@ -3280,6 +3549,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3280
3549
|
panePaddingSmall: string;
|
|
3281
3550
|
panePaddingMedium: string;
|
|
3282
3551
|
panePaddingLarge: string;
|
|
3552
|
+
closeSize: string;
|
|
3553
|
+
closeIconSize: string;
|
|
3283
3554
|
}, any>>>;
|
|
3284
3555
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3285
3556
|
colorSegment: string;
|
|
@@ -3301,9 +3572,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3301
3572
|
tabTextColorActiveCard: string;
|
|
3302
3573
|
tabTextColorDisabledCard: string;
|
|
3303
3574
|
barColor: string;
|
|
3304
|
-
|
|
3575
|
+
closeIconColor: string;
|
|
3576
|
+
closeIconColorHover: string;
|
|
3577
|
+
closeIconColorPressed: string;
|
|
3305
3578
|
closeColorHover: string;
|
|
3306
3579
|
closeColorPressed: string;
|
|
3580
|
+
closeBorderRadius: string;
|
|
3307
3581
|
tabColor: string;
|
|
3308
3582
|
tabColorSegment: string;
|
|
3309
3583
|
tabBorderColor: string;
|
|
@@ -3342,14 +3616,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3342
3616
|
panePaddingSmall: string;
|
|
3343
3617
|
panePaddingMedium: string;
|
|
3344
3618
|
panePaddingLarge: string;
|
|
3619
|
+
closeSize: string;
|
|
3620
|
+
closeIconSize: string;
|
|
3345
3621
|
}, any>>>;
|
|
3346
3622
|
}>>, {
|
|
3347
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3348
|
-
size: "small" | "medium" | "large";
|
|
3349
|
-
closable: boolean;
|
|
3350
|
-
trigger: "click" | "hover";
|
|
3351
|
-
animated: boolean;
|
|
3352
|
-
tabsPadding: number;
|
|
3623
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3624
|
+
readonly size: "small" | "medium" | "large";
|
|
3625
|
+
readonly closable: boolean;
|
|
3626
|
+
readonly trigger: "click" | "hover";
|
|
3627
|
+
readonly animated: boolean;
|
|
3628
|
+
readonly tabsPadding: number;
|
|
3353
3629
|
}>;
|
|
3354
3630
|
NTabPane: import("vue").DefineComponent<{
|
|
3355
3631
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3398,9 +3674,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3398
3674
|
[key: string]: any;
|
|
3399
3675
|
}> | (() => import("vue").VNodeChild)>;
|
|
3400
3676
|
}>>, {
|
|
3401
|
-
disabled: boolean;
|
|
3402
|
-
closable: boolean | undefined;
|
|
3403
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
3677
|
+
readonly disabled: boolean;
|
|
3678
|
+
readonly closable: boolean | undefined;
|
|
3679
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
3404
3680
|
}>;
|
|
3405
3681
|
NAnchor: import("vue").DefineComponent<{
|
|
3406
3682
|
readonly type: {
|
|
@@ -3574,17 +3850,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3574
3850
|
railWidth: string;
|
|
3575
3851
|
}, any>>>;
|
|
3576
3852
|
}>>, {
|
|
3577
|
-
type: "block" | "rail";
|
|
3578
|
-
bound: number;
|
|
3579
|
-
position: "fix" | "absolute";
|
|
3580
|
-
target: (() => HTMLElement) | undefined;
|
|
3581
|
-
affix: boolean;
|
|
3582
|
-
offsetTop: number | undefined;
|
|
3583
|
-
offsetBottom: number | undefined;
|
|
3584
|
-
showRail: boolean;
|
|
3585
|
-
showBackground: boolean;
|
|
3586
|
-
internalScrollable: boolean;
|
|
3587
|
-
ignoreGap: boolean;
|
|
3853
|
+
readonly type: "block" | "rail";
|
|
3854
|
+
readonly bound: number;
|
|
3855
|
+
readonly position: "fix" | "absolute";
|
|
3856
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
3857
|
+
readonly affix: boolean;
|
|
3858
|
+
readonly offsetTop: number | undefined;
|
|
3859
|
+
readonly offsetBottom: number | undefined;
|
|
3860
|
+
readonly showRail: boolean;
|
|
3861
|
+
readonly showBackground: boolean;
|
|
3862
|
+
readonly internalScrollable: boolean;
|
|
3863
|
+
readonly ignoreGap: boolean;
|
|
3588
3864
|
}>;
|
|
3589
3865
|
NAnchorLink: import("vue").DefineComponent<{
|
|
3590
3866
|
readonly title: StringConstructor;
|
|
@@ -3659,12 +3935,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3659
3935
|
};
|
|
3660
3936
|
checked: BooleanConstructor;
|
|
3661
3937
|
checkable: BooleanConstructor;
|
|
3938
|
+
strong: BooleanConstructor;
|
|
3939
|
+
triggerClickOnClose: BooleanConstructor;
|
|
3662
3940
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3663
3941
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3664
3942
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3665
3943
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3666
3944
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3667
|
-
|
|
3945
|
+
internalCloseFocusable: {
|
|
3946
|
+
type: BooleanConstructor;
|
|
3947
|
+
default: boolean;
|
|
3948
|
+
};
|
|
3668
3949
|
onCheckedChange: {
|
|
3669
3950
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
3670
3951
|
validator: () => boolean;
|
|
@@ -3686,6 +3967,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3686
3967
|
readonly default: undefined;
|
|
3687
3968
|
};
|
|
3688
3969
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
3970
|
+
closeBorderRadius: string;
|
|
3689
3971
|
heightTiny: string;
|
|
3690
3972
|
heightSmall: string;
|
|
3691
3973
|
heightMedium: string;
|
|
@@ -3696,6 +3978,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3696
3978
|
fontSizeSmall: string;
|
|
3697
3979
|
fontSizeMedium: string;
|
|
3698
3980
|
fontSizeLarge: string;
|
|
3981
|
+
fontWeightStrong: string;
|
|
3699
3982
|
textColorCheckable: string;
|
|
3700
3983
|
textColorHoverCheckable: string;
|
|
3701
3984
|
textColorPressedCheckable: string;
|
|
@@ -3709,39 +3992,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3709
3992
|
border: string;
|
|
3710
3993
|
textColor: string;
|
|
3711
3994
|
color: string;
|
|
3712
|
-
|
|
3995
|
+
colorBordered: string;
|
|
3996
|
+
closeIconColor: string;
|
|
3997
|
+
closeIconColorHover: string;
|
|
3998
|
+
closeIconColorPressed: string;
|
|
3713
3999
|
closeColorHover: string;
|
|
3714
4000
|
closeColorPressed: string;
|
|
3715
4001
|
borderPrimary: string;
|
|
3716
4002
|
textColorPrimary: string;
|
|
3717
4003
|
colorPrimary: string;
|
|
3718
|
-
|
|
4004
|
+
colorBorderedPrimary: string;
|
|
4005
|
+
closeIconColorPrimary: string;
|
|
4006
|
+
closeIconColorHoverPrimary: string;
|
|
4007
|
+
closeIconColorPressedPrimary: string;
|
|
3719
4008
|
closeColorHoverPrimary: string;
|
|
3720
4009
|
closeColorPressedPrimary: string;
|
|
3721
4010
|
borderInfo: string;
|
|
3722
4011
|
textColorInfo: string;
|
|
3723
4012
|
colorInfo: string;
|
|
3724
|
-
|
|
4013
|
+
colorBorderedInfo: string;
|
|
4014
|
+
closeIconColorInfo: string;
|
|
4015
|
+
closeIconColorHoverInfo: string;
|
|
4016
|
+
closeIconColorPressedInfo: string;
|
|
3725
4017
|
closeColorHoverInfo: string;
|
|
3726
4018
|
closeColorPressedInfo: string;
|
|
3727
4019
|
borderSuccess: string;
|
|
3728
4020
|
textColorSuccess: string;
|
|
3729
4021
|
colorSuccess: string;
|
|
3730
|
-
|
|
4022
|
+
colorBorderedSuccess: string;
|
|
4023
|
+
closeIconColorSuccess: string;
|
|
4024
|
+
closeIconColorHoverSuccess: string;
|
|
4025
|
+
closeIconColorPressedSuccess: string;
|
|
3731
4026
|
closeColorHoverSuccess: string;
|
|
3732
4027
|
closeColorPressedSuccess: string;
|
|
3733
4028
|
borderWarning: string;
|
|
3734
4029
|
textColorWarning: string;
|
|
3735
4030
|
colorWarning: string;
|
|
3736
|
-
|
|
4031
|
+
colorBorderedWarning: string;
|
|
4032
|
+
closeIconColorWarning: string;
|
|
4033
|
+
closeIconColorHoverWarning: string;
|
|
4034
|
+
closeIconColorPressedWarning: string;
|
|
3737
4035
|
closeColorHoverWarning: string;
|
|
3738
4036
|
closeColorPressedWarning: string;
|
|
3739
4037
|
borderError: string;
|
|
3740
4038
|
textColorError: string;
|
|
3741
4039
|
colorError: string;
|
|
3742
|
-
|
|
4040
|
+
colorBorderedError: string;
|
|
4041
|
+
closeIconColorError: string;
|
|
4042
|
+
closeIconColorHoverError: string;
|
|
4043
|
+
closeIconColorPressedError: string;
|
|
3743
4044
|
closeColorHoverError: string;
|
|
3744
4045
|
closeColorPressedError: string;
|
|
4046
|
+
closeIconSizeTiny: string;
|
|
4047
|
+
closeIconSizeSmall: string;
|
|
4048
|
+
closeIconSizeMedium: string;
|
|
4049
|
+
closeIconSizeLarge: string;
|
|
3745
4050
|
closeSizeTiny: string;
|
|
3746
4051
|
closeSizeSmall: string;
|
|
3747
4052
|
closeSizeMedium: string;
|
|
@@ -3751,6 +4056,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3751
4056
|
closeMarginRtl: string;
|
|
3752
4057
|
}, any>>;
|
|
3753
4058
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4059
|
+
closeBorderRadius: string;
|
|
3754
4060
|
heightTiny: string;
|
|
3755
4061
|
heightSmall: string;
|
|
3756
4062
|
heightMedium: string;
|
|
@@ -3761,6 +4067,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3761
4067
|
fontSizeSmall: string;
|
|
3762
4068
|
fontSizeMedium: string;
|
|
3763
4069
|
fontSizeLarge: string;
|
|
4070
|
+
fontWeightStrong: string;
|
|
3764
4071
|
textColorCheckable: string;
|
|
3765
4072
|
textColorHoverCheckable: string;
|
|
3766
4073
|
textColorPressedCheckable: string;
|
|
@@ -3774,39 +4081,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3774
4081
|
border: string;
|
|
3775
4082
|
textColor: string;
|
|
3776
4083
|
color: string;
|
|
3777
|
-
|
|
4084
|
+
colorBordered: string;
|
|
4085
|
+
closeIconColor: string;
|
|
4086
|
+
closeIconColorHover: string;
|
|
4087
|
+
closeIconColorPressed: string;
|
|
3778
4088
|
closeColorHover: string;
|
|
3779
4089
|
closeColorPressed: string;
|
|
3780
4090
|
borderPrimary: string;
|
|
3781
4091
|
textColorPrimary: string;
|
|
3782
4092
|
colorPrimary: string;
|
|
3783
|
-
|
|
4093
|
+
colorBorderedPrimary: string;
|
|
4094
|
+
closeIconColorPrimary: string;
|
|
4095
|
+
closeIconColorHoverPrimary: string;
|
|
4096
|
+
closeIconColorPressedPrimary: string;
|
|
3784
4097
|
closeColorHoverPrimary: string;
|
|
3785
4098
|
closeColorPressedPrimary: string;
|
|
3786
4099
|
borderInfo: string;
|
|
3787
4100
|
textColorInfo: string;
|
|
3788
4101
|
colorInfo: string;
|
|
3789
|
-
|
|
4102
|
+
colorBorderedInfo: string;
|
|
4103
|
+
closeIconColorInfo: string;
|
|
4104
|
+
closeIconColorHoverInfo: string;
|
|
4105
|
+
closeIconColorPressedInfo: string;
|
|
3790
4106
|
closeColorHoverInfo: string;
|
|
3791
4107
|
closeColorPressedInfo: string;
|
|
3792
4108
|
borderSuccess: string;
|
|
3793
4109
|
textColorSuccess: string;
|
|
3794
4110
|
colorSuccess: string;
|
|
3795
|
-
|
|
4111
|
+
colorBorderedSuccess: string;
|
|
4112
|
+
closeIconColorSuccess: string;
|
|
4113
|
+
closeIconColorHoverSuccess: string;
|
|
4114
|
+
closeIconColorPressedSuccess: string;
|
|
3796
4115
|
closeColorHoverSuccess: string;
|
|
3797
4116
|
closeColorPressedSuccess: string;
|
|
3798
4117
|
borderWarning: string;
|
|
3799
4118
|
textColorWarning: string;
|
|
3800
4119
|
colorWarning: string;
|
|
3801
|
-
|
|
4120
|
+
colorBorderedWarning: string;
|
|
4121
|
+
closeIconColorWarning: string;
|
|
4122
|
+
closeIconColorHoverWarning: string;
|
|
4123
|
+
closeIconColorPressedWarning: string;
|
|
3802
4124
|
closeColorHoverWarning: string;
|
|
3803
4125
|
closeColorPressedWarning: string;
|
|
3804
4126
|
borderError: string;
|
|
3805
4127
|
textColorError: string;
|
|
3806
4128
|
colorError: string;
|
|
3807
|
-
|
|
4129
|
+
colorBorderedError: string;
|
|
4130
|
+
closeIconColorError: string;
|
|
4131
|
+
closeIconColorHoverError: string;
|
|
4132
|
+
closeIconColorPressedError: string;
|
|
3808
4133
|
closeColorHoverError: string;
|
|
3809
4134
|
closeColorPressedError: string;
|
|
4135
|
+
closeIconSizeTiny: string;
|
|
4136
|
+
closeIconSizeSmall: string;
|
|
4137
|
+
closeIconSizeMedium: string;
|
|
4138
|
+
closeIconSizeLarge: string;
|
|
3810
4139
|
closeSizeTiny: string;
|
|
3811
4140
|
closeSizeSmall: string;
|
|
3812
4141
|
closeSizeMedium: string;
|
|
@@ -3816,6 +4145,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3816
4145
|
closeMarginRtl: string;
|
|
3817
4146
|
}, any>>>;
|
|
3818
4147
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4148
|
+
closeBorderRadius: string;
|
|
3819
4149
|
heightTiny: string;
|
|
3820
4150
|
heightSmall: string;
|
|
3821
4151
|
heightMedium: string;
|
|
@@ -3826,6 +4156,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3826
4156
|
fontSizeSmall: string;
|
|
3827
4157
|
fontSizeMedium: string;
|
|
3828
4158
|
fontSizeLarge: string;
|
|
4159
|
+
fontWeightStrong: string;
|
|
3829
4160
|
textColorCheckable: string;
|
|
3830
4161
|
textColorHoverCheckable: string;
|
|
3831
4162
|
textColorPressedCheckable: string;
|
|
@@ -3839,39 +4170,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3839
4170
|
border: string;
|
|
3840
4171
|
textColor: string;
|
|
3841
4172
|
color: string;
|
|
3842
|
-
|
|
4173
|
+
colorBordered: string;
|
|
4174
|
+
closeIconColor: string;
|
|
4175
|
+
closeIconColorHover: string;
|
|
4176
|
+
closeIconColorPressed: string;
|
|
3843
4177
|
closeColorHover: string;
|
|
3844
4178
|
closeColorPressed: string;
|
|
3845
4179
|
borderPrimary: string;
|
|
3846
4180
|
textColorPrimary: string;
|
|
3847
4181
|
colorPrimary: string;
|
|
3848
|
-
|
|
4182
|
+
colorBorderedPrimary: string;
|
|
4183
|
+
closeIconColorPrimary: string;
|
|
4184
|
+
closeIconColorHoverPrimary: string;
|
|
4185
|
+
closeIconColorPressedPrimary: string;
|
|
3849
4186
|
closeColorHoverPrimary: string;
|
|
3850
4187
|
closeColorPressedPrimary: string;
|
|
3851
4188
|
borderInfo: string;
|
|
3852
4189
|
textColorInfo: string;
|
|
3853
4190
|
colorInfo: string;
|
|
3854
|
-
|
|
4191
|
+
colorBorderedInfo: string;
|
|
4192
|
+
closeIconColorInfo: string;
|
|
4193
|
+
closeIconColorHoverInfo: string;
|
|
4194
|
+
closeIconColorPressedInfo: string;
|
|
3855
4195
|
closeColorHoverInfo: string;
|
|
3856
4196
|
closeColorPressedInfo: string;
|
|
3857
4197
|
borderSuccess: string;
|
|
3858
4198
|
textColorSuccess: string;
|
|
3859
4199
|
colorSuccess: string;
|
|
3860
|
-
|
|
4200
|
+
colorBorderedSuccess: string;
|
|
4201
|
+
closeIconColorSuccess: string;
|
|
4202
|
+
closeIconColorHoverSuccess: string;
|
|
4203
|
+
closeIconColorPressedSuccess: string;
|
|
3861
4204
|
closeColorHoverSuccess: string;
|
|
3862
4205
|
closeColorPressedSuccess: string;
|
|
3863
4206
|
borderWarning: string;
|
|
3864
4207
|
textColorWarning: string;
|
|
3865
4208
|
colorWarning: string;
|
|
3866
|
-
|
|
4209
|
+
colorBorderedWarning: string;
|
|
4210
|
+
closeIconColorWarning: string;
|
|
4211
|
+
closeIconColorHoverWarning: string;
|
|
4212
|
+
closeIconColorPressedWarning: string;
|
|
3867
4213
|
closeColorHoverWarning: string;
|
|
3868
4214
|
closeColorPressedWarning: string;
|
|
3869
4215
|
borderError: string;
|
|
3870
4216
|
textColorError: string;
|
|
3871
4217
|
colorError: string;
|
|
3872
|
-
|
|
4218
|
+
colorBorderedError: string;
|
|
4219
|
+
closeIconColorError: string;
|
|
4220
|
+
closeIconColorHoverError: string;
|
|
4221
|
+
closeIconColorPressedError: string;
|
|
3873
4222
|
closeColorHoverError: string;
|
|
3874
4223
|
closeColorPressedError: string;
|
|
4224
|
+
closeIconSizeTiny: string;
|
|
4225
|
+
closeIconSizeSmall: string;
|
|
4226
|
+
closeIconSizeMedium: string;
|
|
4227
|
+
closeIconSizeLarge: string;
|
|
3875
4228
|
closeSizeTiny: string;
|
|
3876
4229
|
closeSizeSmall: string;
|
|
3877
4230
|
closeSizeMedium: string;
|
|
@@ -3888,14 +4241,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3888
4241
|
handleClick: (e: MouseEvent) => void;
|
|
3889
4242
|
handleCloseClick: (e: MouseEvent) => void;
|
|
3890
4243
|
cssVars: import("vue").ComputedRef<{
|
|
4244
|
+
'--n-font-weight-strong': string;
|
|
3891
4245
|
'--n-avatar-size-override': string;
|
|
3892
4246
|
'--n-bezier': string;
|
|
3893
4247
|
'--n-border-radius': string;
|
|
3894
4248
|
'--n-border': string;
|
|
3895
|
-
'--n-close-
|
|
3896
|
-
'--n-close-color-hover': string;
|
|
4249
|
+
'--n-close-icon-size': string;
|
|
3897
4250
|
'--n-close-color-pressed': string;
|
|
3898
|
-
'--n-close-color-
|
|
4251
|
+
'--n-close-color-hover': string;
|
|
4252
|
+
'--n-close-border-radius': string;
|
|
4253
|
+
'--n-close-icon-color': string;
|
|
4254
|
+
'--n-close-icon-color-hover': string;
|
|
4255
|
+
'--n-close-icon-color-pressed': string;
|
|
4256
|
+
'--n-close-icon-color-disabled': string;
|
|
3899
4257
|
'--n-close-margin': string;
|
|
3900
4258
|
'--n-close-margin-rtl': string;
|
|
3901
4259
|
'--n-close-size': string;
|
|
@@ -3926,12 +4284,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3926
4284
|
};
|
|
3927
4285
|
checked: BooleanConstructor;
|
|
3928
4286
|
checkable: BooleanConstructor;
|
|
4287
|
+
strong: BooleanConstructor;
|
|
4288
|
+
triggerClickOnClose: BooleanConstructor;
|
|
3929
4289
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3930
4290
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3931
4291
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3932
4292
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3933
4293
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3934
|
-
|
|
4294
|
+
internalCloseFocusable: {
|
|
4295
|
+
type: BooleanConstructor;
|
|
4296
|
+
default: boolean;
|
|
4297
|
+
};
|
|
3935
4298
|
onCheckedChange: {
|
|
3936
4299
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
3937
4300
|
validator: () => boolean;
|
|
@@ -3953,6 +4316,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3953
4316
|
readonly default: undefined;
|
|
3954
4317
|
};
|
|
3955
4318
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4319
|
+
closeBorderRadius: string;
|
|
3956
4320
|
heightTiny: string;
|
|
3957
4321
|
heightSmall: string;
|
|
3958
4322
|
heightMedium: string;
|
|
@@ -3963,6 +4327,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3963
4327
|
fontSizeSmall: string;
|
|
3964
4328
|
fontSizeMedium: string;
|
|
3965
4329
|
fontSizeLarge: string;
|
|
4330
|
+
fontWeightStrong: string;
|
|
3966
4331
|
textColorCheckable: string;
|
|
3967
4332
|
textColorHoverCheckable: string;
|
|
3968
4333
|
textColorPressedCheckable: string;
|
|
@@ -3976,39 +4341,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3976
4341
|
border: string;
|
|
3977
4342
|
textColor: string;
|
|
3978
4343
|
color: string;
|
|
3979
|
-
|
|
4344
|
+
colorBordered: string;
|
|
4345
|
+
closeIconColor: string;
|
|
4346
|
+
closeIconColorHover: string;
|
|
4347
|
+
closeIconColorPressed: string;
|
|
3980
4348
|
closeColorHover: string;
|
|
3981
4349
|
closeColorPressed: string;
|
|
3982
4350
|
borderPrimary: string;
|
|
3983
4351
|
textColorPrimary: string;
|
|
3984
4352
|
colorPrimary: string;
|
|
3985
|
-
|
|
4353
|
+
colorBorderedPrimary: string;
|
|
4354
|
+
closeIconColorPrimary: string;
|
|
4355
|
+
closeIconColorHoverPrimary: string;
|
|
4356
|
+
closeIconColorPressedPrimary: string;
|
|
3986
4357
|
closeColorHoverPrimary: string;
|
|
3987
4358
|
closeColorPressedPrimary: string;
|
|
3988
4359
|
borderInfo: string;
|
|
3989
4360
|
textColorInfo: string;
|
|
3990
4361
|
colorInfo: string;
|
|
3991
|
-
|
|
4362
|
+
colorBorderedInfo: string;
|
|
4363
|
+
closeIconColorInfo: string;
|
|
4364
|
+
closeIconColorHoverInfo: string;
|
|
4365
|
+
closeIconColorPressedInfo: string;
|
|
3992
4366
|
closeColorHoverInfo: string;
|
|
3993
4367
|
closeColorPressedInfo: string;
|
|
3994
4368
|
borderSuccess: string;
|
|
3995
4369
|
textColorSuccess: string;
|
|
3996
4370
|
colorSuccess: string;
|
|
3997
|
-
|
|
4371
|
+
colorBorderedSuccess: string;
|
|
4372
|
+
closeIconColorSuccess: string;
|
|
4373
|
+
closeIconColorHoverSuccess: string;
|
|
4374
|
+
closeIconColorPressedSuccess: string;
|
|
3998
4375
|
closeColorHoverSuccess: string;
|
|
3999
4376
|
closeColorPressedSuccess: string;
|
|
4000
4377
|
borderWarning: string;
|
|
4001
4378
|
textColorWarning: string;
|
|
4002
4379
|
colorWarning: string;
|
|
4003
|
-
|
|
4380
|
+
colorBorderedWarning: string;
|
|
4381
|
+
closeIconColorWarning: string;
|
|
4382
|
+
closeIconColorHoverWarning: string;
|
|
4383
|
+
closeIconColorPressedWarning: string;
|
|
4004
4384
|
closeColorHoverWarning: string;
|
|
4005
4385
|
closeColorPressedWarning: string;
|
|
4006
4386
|
borderError: string;
|
|
4007
4387
|
textColorError: string;
|
|
4008
4388
|
colorError: string;
|
|
4009
|
-
|
|
4389
|
+
colorBorderedError: string;
|
|
4390
|
+
closeIconColorError: string;
|
|
4391
|
+
closeIconColorHoverError: string;
|
|
4392
|
+
closeIconColorPressedError: string;
|
|
4010
4393
|
closeColorHoverError: string;
|
|
4011
4394
|
closeColorPressedError: string;
|
|
4395
|
+
closeIconSizeTiny: string;
|
|
4396
|
+
closeIconSizeSmall: string;
|
|
4397
|
+
closeIconSizeMedium: string;
|
|
4398
|
+
closeIconSizeLarge: string;
|
|
4012
4399
|
closeSizeTiny: string;
|
|
4013
4400
|
closeSizeSmall: string;
|
|
4014
4401
|
closeSizeMedium: string;
|
|
@@ -4018,6 +4405,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4018
4405
|
closeMarginRtl: string;
|
|
4019
4406
|
}, any>>;
|
|
4020
4407
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4408
|
+
closeBorderRadius: string;
|
|
4021
4409
|
heightTiny: string;
|
|
4022
4410
|
heightSmall: string;
|
|
4023
4411
|
heightMedium: string;
|
|
@@ -4028,6 +4416,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4028
4416
|
fontSizeSmall: string;
|
|
4029
4417
|
fontSizeMedium: string;
|
|
4030
4418
|
fontSizeLarge: string;
|
|
4419
|
+
fontWeightStrong: string;
|
|
4031
4420
|
textColorCheckable: string;
|
|
4032
4421
|
textColorHoverCheckable: string;
|
|
4033
4422
|
textColorPressedCheckable: string;
|
|
@@ -4041,39 +4430,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4041
4430
|
border: string;
|
|
4042
4431
|
textColor: string;
|
|
4043
4432
|
color: string;
|
|
4044
|
-
|
|
4433
|
+
colorBordered: string;
|
|
4434
|
+
closeIconColor: string;
|
|
4435
|
+
closeIconColorHover: string;
|
|
4436
|
+
closeIconColorPressed: string;
|
|
4045
4437
|
closeColorHover: string;
|
|
4046
4438
|
closeColorPressed: string;
|
|
4047
4439
|
borderPrimary: string;
|
|
4048
4440
|
textColorPrimary: string;
|
|
4049
4441
|
colorPrimary: string;
|
|
4050
|
-
|
|
4442
|
+
colorBorderedPrimary: string;
|
|
4443
|
+
closeIconColorPrimary: string;
|
|
4444
|
+
closeIconColorHoverPrimary: string;
|
|
4445
|
+
closeIconColorPressedPrimary: string;
|
|
4051
4446
|
closeColorHoverPrimary: string;
|
|
4052
4447
|
closeColorPressedPrimary: string;
|
|
4053
4448
|
borderInfo: string;
|
|
4054
4449
|
textColorInfo: string;
|
|
4055
4450
|
colorInfo: string;
|
|
4056
|
-
|
|
4451
|
+
colorBorderedInfo: string;
|
|
4452
|
+
closeIconColorInfo: string;
|
|
4453
|
+
closeIconColorHoverInfo: string;
|
|
4454
|
+
closeIconColorPressedInfo: string;
|
|
4057
4455
|
closeColorHoverInfo: string;
|
|
4058
4456
|
closeColorPressedInfo: string;
|
|
4059
4457
|
borderSuccess: string;
|
|
4060
4458
|
textColorSuccess: string;
|
|
4061
4459
|
colorSuccess: string;
|
|
4062
|
-
|
|
4460
|
+
colorBorderedSuccess: string;
|
|
4461
|
+
closeIconColorSuccess: string;
|
|
4462
|
+
closeIconColorHoverSuccess: string;
|
|
4463
|
+
closeIconColorPressedSuccess: string;
|
|
4063
4464
|
closeColorHoverSuccess: string;
|
|
4064
4465
|
closeColorPressedSuccess: string;
|
|
4065
4466
|
borderWarning: string;
|
|
4066
4467
|
textColorWarning: string;
|
|
4067
4468
|
colorWarning: string;
|
|
4068
|
-
|
|
4469
|
+
colorBorderedWarning: string;
|
|
4470
|
+
closeIconColorWarning: string;
|
|
4471
|
+
closeIconColorHoverWarning: string;
|
|
4472
|
+
closeIconColorPressedWarning: string;
|
|
4069
4473
|
closeColorHoverWarning: string;
|
|
4070
4474
|
closeColorPressedWarning: string;
|
|
4071
4475
|
borderError: string;
|
|
4072
4476
|
textColorError: string;
|
|
4073
4477
|
colorError: string;
|
|
4074
|
-
|
|
4478
|
+
colorBorderedError: string;
|
|
4479
|
+
closeIconColorError: string;
|
|
4480
|
+
closeIconColorHoverError: string;
|
|
4481
|
+
closeIconColorPressedError: string;
|
|
4075
4482
|
closeColorHoverError: string;
|
|
4076
4483
|
closeColorPressedError: string;
|
|
4484
|
+
closeIconSizeTiny: string;
|
|
4485
|
+
closeIconSizeSmall: string;
|
|
4486
|
+
closeIconSizeMedium: string;
|
|
4487
|
+
closeIconSizeLarge: string;
|
|
4077
4488
|
closeSizeTiny: string;
|
|
4078
4489
|
closeSizeSmall: string;
|
|
4079
4490
|
closeSizeMedium: string;
|
|
@@ -4083,6 +4494,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4083
4494
|
closeMarginRtl: string;
|
|
4084
4495
|
}, any>>>;
|
|
4085
4496
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4497
|
+
closeBorderRadius: string;
|
|
4086
4498
|
heightTiny: string;
|
|
4087
4499
|
heightSmall: string;
|
|
4088
4500
|
heightMedium: string;
|
|
@@ -4093,6 +4505,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4093
4505
|
fontSizeSmall: string;
|
|
4094
4506
|
fontSizeMedium: string;
|
|
4095
4507
|
fontSizeLarge: string;
|
|
4508
|
+
fontWeightStrong: string;
|
|
4096
4509
|
textColorCheckable: string;
|
|
4097
4510
|
textColorHoverCheckable: string;
|
|
4098
4511
|
textColorPressedCheckable: string;
|
|
@@ -4106,39 +4519,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4106
4519
|
border: string;
|
|
4107
4520
|
textColor: string;
|
|
4108
4521
|
color: string;
|
|
4109
|
-
|
|
4522
|
+
colorBordered: string;
|
|
4523
|
+
closeIconColor: string;
|
|
4524
|
+
closeIconColorHover: string;
|
|
4525
|
+
closeIconColorPressed: string;
|
|
4110
4526
|
closeColorHover: string;
|
|
4111
4527
|
closeColorPressed: string;
|
|
4112
4528
|
borderPrimary: string;
|
|
4113
4529
|
textColorPrimary: string;
|
|
4114
4530
|
colorPrimary: string;
|
|
4115
|
-
|
|
4531
|
+
colorBorderedPrimary: string;
|
|
4532
|
+
closeIconColorPrimary: string;
|
|
4533
|
+
closeIconColorHoverPrimary: string;
|
|
4534
|
+
closeIconColorPressedPrimary: string;
|
|
4116
4535
|
closeColorHoverPrimary: string;
|
|
4117
4536
|
closeColorPressedPrimary: string;
|
|
4118
4537
|
borderInfo: string;
|
|
4119
4538
|
textColorInfo: string;
|
|
4120
4539
|
colorInfo: string;
|
|
4121
|
-
|
|
4540
|
+
colorBorderedInfo: string;
|
|
4541
|
+
closeIconColorInfo: string;
|
|
4542
|
+
closeIconColorHoverInfo: string;
|
|
4543
|
+
closeIconColorPressedInfo: string;
|
|
4122
4544
|
closeColorHoverInfo: string;
|
|
4123
4545
|
closeColorPressedInfo: string;
|
|
4124
4546
|
borderSuccess: string;
|
|
4125
4547
|
textColorSuccess: string;
|
|
4126
4548
|
colorSuccess: string;
|
|
4127
|
-
|
|
4549
|
+
colorBorderedSuccess: string;
|
|
4550
|
+
closeIconColorSuccess: string;
|
|
4551
|
+
closeIconColorHoverSuccess: string;
|
|
4552
|
+
closeIconColorPressedSuccess: string;
|
|
4128
4553
|
closeColorHoverSuccess: string;
|
|
4129
4554
|
closeColorPressedSuccess: string;
|
|
4130
4555
|
borderWarning: string;
|
|
4131
4556
|
textColorWarning: string;
|
|
4132
4557
|
colorWarning: string;
|
|
4133
|
-
|
|
4558
|
+
colorBorderedWarning: string;
|
|
4559
|
+
closeIconColorWarning: string;
|
|
4560
|
+
closeIconColorHoverWarning: string;
|
|
4561
|
+
closeIconColorPressedWarning: string;
|
|
4134
4562
|
closeColorHoverWarning: string;
|
|
4135
4563
|
closeColorPressedWarning: string;
|
|
4136
4564
|
borderError: string;
|
|
4137
4565
|
textColorError: string;
|
|
4138
4566
|
colorError: string;
|
|
4139
|
-
|
|
4567
|
+
colorBorderedError: string;
|
|
4568
|
+
closeIconColorError: string;
|
|
4569
|
+
closeIconColorHoverError: string;
|
|
4570
|
+
closeIconColorPressedError: string;
|
|
4140
4571
|
closeColorHoverError: string;
|
|
4141
4572
|
closeColorPressedError: string;
|
|
4573
|
+
closeIconSizeTiny: string;
|
|
4574
|
+
closeIconSizeSmall: string;
|
|
4575
|
+
closeIconSizeMedium: string;
|
|
4576
|
+
closeIconSizeLarge: string;
|
|
4142
4577
|
closeSizeTiny: string;
|
|
4143
4578
|
closeSizeSmall: string;
|
|
4144
4579
|
closeSizeMedium: string;
|
|
@@ -4153,11 +4588,13 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4153
4588
|
size: "small" | "medium" | "tiny" | "large";
|
|
4154
4589
|
disabled: boolean | undefined;
|
|
4155
4590
|
checked: boolean;
|
|
4591
|
+
strong: boolean;
|
|
4156
4592
|
bordered: boolean | undefined;
|
|
4593
|
+
closable: boolean;
|
|
4157
4594
|
checkable: boolean;
|
|
4158
|
-
|
|
4595
|
+
triggerClickOnClose: boolean;
|
|
4596
|
+
internalCloseFocusable: boolean;
|
|
4159
4597
|
onCheckedChange: (checked: boolean) => void;
|
|
4160
|
-
closable: boolean;
|
|
4161
4598
|
}>;
|
|
4162
4599
|
NTooltip: import("vue").DefineComponent<{
|
|
4163
4600
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4287,9 +4724,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4287
4724
|
scrollable: BooleanConstructor;
|
|
4288
4725
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4289
4726
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4727
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4290
4728
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4291
4729
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4292
4730
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4731
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4293
4732
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4294
4733
|
internalInheritedEventHandlers: {
|
|
4295
4734
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4354,10 +4793,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4354
4793
|
opacity5: string;
|
|
4355
4794
|
dividerColor: string;
|
|
4356
4795
|
borderColor: string;
|
|
4357
|
-
|
|
4796
|
+
closeIconColor: string;
|
|
4797
|
+
closeIconColorHover: string;
|
|
4798
|
+
closeIconColorPressed: string;
|
|
4358
4799
|
closeColorHover: string;
|
|
4359
4800
|
closeColorPressed: string;
|
|
4360
|
-
closeColorDisabled: string;
|
|
4361
4801
|
clearColor: string;
|
|
4362
4802
|
clearColorHover: string;
|
|
4363
4803
|
clearColorPressed: string;
|
|
@@ -4586,9 +5026,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4586
5026
|
scrollable: BooleanConstructor;
|
|
4587
5027
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4588
5028
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5029
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4589
5030
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4590
5031
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4591
5032
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5033
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4592
5034
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4593
5035
|
internalInheritedEventHandlers: {
|
|
4594
5036
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4624,6 +5066,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4624
5066
|
arrowPointToCenter: boolean;
|
|
4625
5067
|
displayDirective: "show" | "if";
|
|
4626
5068
|
keepAliveOnHover: boolean;
|
|
5069
|
+
internalDeactivateImmediately: boolean;
|
|
4627
5070
|
animated: boolean;
|
|
4628
5071
|
internalTrapFocus: boolean;
|
|
4629
5072
|
defaultShow: boolean;
|
|
@@ -4749,7 +5192,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4749
5192
|
readonly default: true;
|
|
4750
5193
|
};
|
|
4751
5194
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4752
|
-
readonly nativeFocusBehavior:
|
|
5195
|
+
readonly nativeFocusBehavior: {
|
|
5196
|
+
readonly type: BooleanConstructor;
|
|
5197
|
+
readonly default: boolean;
|
|
5198
|
+
};
|
|
4753
5199
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
4754
5200
|
heightTiny: string;
|
|
4755
5201
|
heightSmall: string;
|
|
@@ -5463,7 +5909,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5463
5909
|
readonly default: true;
|
|
5464
5910
|
};
|
|
5465
5911
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5466
|
-
readonly nativeFocusBehavior:
|
|
5912
|
+
readonly nativeFocusBehavior: {
|
|
5913
|
+
readonly type: BooleanConstructor;
|
|
5914
|
+
readonly default: boolean;
|
|
5915
|
+
};
|
|
5467
5916
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5468
5917
|
heightTiny: string;
|
|
5469
5918
|
heightSmall: string;
|
|
@@ -6077,26 +6526,26 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6077
6526
|
rippleDuration: string;
|
|
6078
6527
|
}, any>>>;
|
|
6079
6528
|
}>>, {
|
|
6080
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
6081
|
-
tag: keyof HTMLElementTagNameMap;
|
|
6082
|
-
block: boolean;
|
|
6083
|
-
round: boolean;
|
|
6084
|
-
dashed: boolean;
|
|
6085
|
-
text: boolean;
|
|
6086
|
-
circle: boolean;
|
|
6087
|
-
disabled: boolean;
|
|
6088
|
-
focusable: boolean;
|
|
6089
|
-
strong: boolean;
|
|
6090
|
-
loading: boolean;
|
|
6091
|
-
bordered: boolean;
|
|
6092
|
-
tertiary: boolean;
|
|
6093
|
-
ghost: boolean;
|
|
6094
|
-
keyboard: boolean;
|
|
6095
|
-
secondary: boolean;
|
|
6096
|
-
quaternary: boolean;
|
|
6097
|
-
iconPlacement: "left" | "right";
|
|
6098
|
-
attrType: "button" | "reset" | "submit";
|
|
6099
|
-
nativeFocusBehavior: boolean;
|
|
6529
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
6530
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6531
|
+
readonly block: boolean;
|
|
6532
|
+
readonly round: boolean;
|
|
6533
|
+
readonly dashed: boolean;
|
|
6534
|
+
readonly text: boolean;
|
|
6535
|
+
readonly circle: boolean;
|
|
6536
|
+
readonly disabled: boolean;
|
|
6537
|
+
readonly focusable: boolean;
|
|
6538
|
+
readonly strong: boolean;
|
|
6539
|
+
readonly loading: boolean;
|
|
6540
|
+
readonly bordered: boolean;
|
|
6541
|
+
readonly tertiary: boolean;
|
|
6542
|
+
readonly ghost: boolean;
|
|
6543
|
+
readonly keyboard: boolean;
|
|
6544
|
+
readonly secondary: boolean;
|
|
6545
|
+
readonly quaternary: boolean;
|
|
6546
|
+
readonly iconPlacement: "left" | "right";
|
|
6547
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
6548
|
+
readonly nativeFocusBehavior: boolean;
|
|
6100
6549
|
}>;
|
|
6101
6550
|
NInput: import("vue").DefineComponent<{
|
|
6102
6551
|
bordered: {
|
|
@@ -6156,6 +6605,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6156
6605
|
type: BooleanConstructor;
|
|
6157
6606
|
default: undefined;
|
|
6158
6607
|
};
|
|
6608
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
6609
|
+
renderCount: import("vue").PropType<(props: {
|
|
6610
|
+
value: string;
|
|
6611
|
+
}) => import("vue").VNodeChild>;
|
|
6159
6612
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6160
6613
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6161
6614
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6184,6 +6637,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6184
6637
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
6185
6638
|
showPasswordToggle: BooleanConstructor;
|
|
6186
6639
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6640
|
+
countTextColorDisabled: string;
|
|
6187
6641
|
countTextColor: string;
|
|
6188
6642
|
heightTiny: string;
|
|
6189
6643
|
heightSmall: string;
|
|
@@ -6244,6 +6698,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6244
6698
|
clearSize: string;
|
|
6245
6699
|
}, any>>;
|
|
6246
6700
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6701
|
+
countTextColorDisabled: string;
|
|
6247
6702
|
countTextColor: string;
|
|
6248
6703
|
heightTiny: string;
|
|
6249
6704
|
heightSmall: string;
|
|
@@ -6304,6 +6759,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6304
6759
|
clearSize: string;
|
|
6305
6760
|
}, any>>>;
|
|
6306
6761
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6762
|
+
countTextColorDisabled: string;
|
|
6307
6763
|
countTextColor: string;
|
|
6308
6764
|
heightTiny: string;
|
|
6309
6765
|
heightSmall: string;
|
|
@@ -6376,8 +6832,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6376
6832
|
contentRef: HTMLElement | null;
|
|
6377
6833
|
containerScrollTop: number;
|
|
6378
6834
|
syncUnifiedContainer: () => void;
|
|
6379
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6380
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6835
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6836
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6381
6837
|
sync: () => void;
|
|
6382
6838
|
handleMouseEnterWrapper: () => void;
|
|
6383
6839
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6411,7 +6867,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6411
6867
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
6412
6868
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
6413
6869
|
handleInputBlur: (e: FocusEvent) => void;
|
|
6414
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
6870
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
6415
6871
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
6416
6872
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
6417
6873
|
handleMouseEnter: () => void;
|
|
@@ -6422,7 +6878,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6422
6878
|
handleClear: (e: MouseEvent) => void;
|
|
6423
6879
|
handlePasswordToggleClick: () => void;
|
|
6424
6880
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
6425
|
-
|
|
6881
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
6426
6882
|
handleTextAreaMirrorResize: () => void;
|
|
6427
6883
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
6428
6884
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6466,10 +6922,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6466
6922
|
opacity5: string;
|
|
6467
6923
|
dividerColor: string;
|
|
6468
6924
|
borderColor: string;
|
|
6469
|
-
|
|
6925
|
+
closeIconColor: string;
|
|
6926
|
+
closeIconColorHover: string;
|
|
6927
|
+
closeIconColorPressed: string;
|
|
6470
6928
|
closeColorHover: string;
|
|
6471
6929
|
closeColorPressed: string;
|
|
6472
|
-
closeColorDisabled: string;
|
|
6473
6930
|
clearColor: string;
|
|
6474
6931
|
clearColorHover: string;
|
|
6475
6932
|
clearColorPressed: string;
|
|
@@ -6531,6 +6988,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6531
6988
|
name: "common";
|
|
6532
6989
|
};
|
|
6533
6990
|
self: {
|
|
6991
|
+
countTextColorDisabled: string;
|
|
6534
6992
|
countTextColor: string;
|
|
6535
6993
|
heightTiny: string;
|
|
6536
6994
|
heightSmall: string;
|
|
@@ -6598,6 +7056,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6598
7056
|
cssVars: import("vue").ComputedRef<{
|
|
6599
7057
|
'--n-bezier': string;
|
|
6600
7058
|
'--n-count-text-color': string;
|
|
7059
|
+
'--n-count-text-color-disabled': string;
|
|
6601
7060
|
'--n-color': string;
|
|
6602
7061
|
'--n-font-size': string;
|
|
6603
7062
|
'--n-border-radius': string;
|
|
@@ -6652,6 +7111,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6652
7111
|
select: () => void;
|
|
6653
7112
|
activate: () => void;
|
|
6654
7113
|
deactivate: () => void;
|
|
7114
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6655
7115
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6656
7116
|
bordered: {
|
|
6657
7117
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -6710,6 +7170,10 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6710
7170
|
type: BooleanConstructor;
|
|
6711
7171
|
default: undefined;
|
|
6712
7172
|
};
|
|
7173
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7174
|
+
renderCount: import("vue").PropType<(props: {
|
|
7175
|
+
value: string;
|
|
7176
|
+
}) => import("vue").VNodeChild>;
|
|
6713
7177
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6714
7178
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6715
7179
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6738,6 +7202,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6738
7202
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
6739
7203
|
showPasswordToggle: BooleanConstructor;
|
|
6740
7204
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7205
|
+
countTextColorDisabled: string;
|
|
6741
7206
|
countTextColor: string;
|
|
6742
7207
|
heightTiny: string;
|
|
6743
7208
|
heightSmall: string;
|
|
@@ -6798,6 +7263,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6798
7263
|
clearSize: string;
|
|
6799
7264
|
}, any>>;
|
|
6800
7265
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7266
|
+
countTextColorDisabled: string;
|
|
6801
7267
|
countTextColor: string;
|
|
6802
7268
|
heightTiny: string;
|
|
6803
7269
|
heightSmall: string;
|
|
@@ -6858,6 +7324,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6858
7324
|
clearSize: string;
|
|
6859
7325
|
}, any>>>;
|
|
6860
7326
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7327
|
+
countTextColorDisabled: string;
|
|
6861
7328
|
countTextColor: string;
|
|
6862
7329
|
heightTiny: string;
|
|
6863
7330
|
heightSmall: string;
|
|
@@ -7321,9 +7788,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7321
7788
|
tabTextColorActiveCard: string;
|
|
7322
7789
|
tabTextColorDisabledCard: string;
|
|
7323
7790
|
barColor: string;
|
|
7324
|
-
|
|
7791
|
+
closeIconColor: string;
|
|
7792
|
+
closeIconColorHover: string;
|
|
7793
|
+
closeIconColorPressed: string;
|
|
7325
7794
|
closeColorHover: string;
|
|
7326
7795
|
closeColorPressed: string;
|
|
7796
|
+
closeBorderRadius: string;
|
|
7327
7797
|
tabColor: string;
|
|
7328
7798
|
tabColorSegment: string;
|
|
7329
7799
|
tabBorderColor: string;
|
|
@@ -7362,6 +7832,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7362
7832
|
panePaddingSmall: string;
|
|
7363
7833
|
panePaddingMedium: string;
|
|
7364
7834
|
panePaddingLarge: string;
|
|
7835
|
+
closeSize: string;
|
|
7836
|
+
closeIconSize: string;
|
|
7365
7837
|
}, any>>;
|
|
7366
7838
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7367
7839
|
colorSegment: string;
|
|
@@ -7383,9 +7855,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7383
7855
|
tabTextColorActiveCard: string;
|
|
7384
7856
|
tabTextColorDisabledCard: string;
|
|
7385
7857
|
barColor: string;
|
|
7386
|
-
|
|
7858
|
+
closeIconColor: string;
|
|
7859
|
+
closeIconColorHover: string;
|
|
7860
|
+
closeIconColorPressed: string;
|
|
7387
7861
|
closeColorHover: string;
|
|
7388
7862
|
closeColorPressed: string;
|
|
7863
|
+
closeBorderRadius: string;
|
|
7389
7864
|
tabColor: string;
|
|
7390
7865
|
tabColorSegment: string;
|
|
7391
7866
|
tabBorderColor: string;
|
|
@@ -7424,6 +7899,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7424
7899
|
panePaddingSmall: string;
|
|
7425
7900
|
panePaddingMedium: string;
|
|
7426
7901
|
panePaddingLarge: string;
|
|
7902
|
+
closeSize: string;
|
|
7903
|
+
closeIconSize: string;
|
|
7427
7904
|
}, any>>>;
|
|
7428
7905
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7429
7906
|
colorSegment: string;
|
|
@@ -7445,9 +7922,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7445
7922
|
tabTextColorActiveCard: string;
|
|
7446
7923
|
tabTextColorDisabledCard: string;
|
|
7447
7924
|
barColor: string;
|
|
7448
|
-
|
|
7925
|
+
closeIconColor: string;
|
|
7926
|
+
closeIconColorHover: string;
|
|
7927
|
+
closeIconColorPressed: string;
|
|
7449
7928
|
closeColorHover: string;
|
|
7450
7929
|
closeColorPressed: string;
|
|
7930
|
+
closeBorderRadius: string;
|
|
7451
7931
|
tabColor: string;
|
|
7452
7932
|
tabColorSegment: string;
|
|
7453
7933
|
tabBorderColor: string;
|
|
@@ -7486,12 +7966,15 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7486
7966
|
panePaddingSmall: string;
|
|
7487
7967
|
panePaddingMedium: string;
|
|
7488
7968
|
panePaddingLarge: string;
|
|
7969
|
+
closeSize: string;
|
|
7970
|
+
closeIconSize: string;
|
|
7489
7971
|
}, any>>>;
|
|
7490
7972
|
}, {
|
|
7491
7973
|
syncBarPosition: () => void;
|
|
7492
7974
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
7493
7975
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
7494
7976
|
renderedNames: Set<string | number>;
|
|
7977
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
7495
7978
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
7496
7979
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
7497
7980
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -7556,9 +8039,14 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7556
8039
|
'--n-pane-text-color': string;
|
|
7557
8040
|
'--n-tab-border-color': string;
|
|
7558
8041
|
'--n-tab-border-radius': string;
|
|
7559
|
-
'--n-close-
|
|
8042
|
+
'--n-close-size': string;
|
|
8043
|
+
'--n-close-icon-size': string;
|
|
7560
8044
|
'--n-close-color-hover': string;
|
|
7561
8045
|
'--n-close-color-pressed': string;
|
|
8046
|
+
'--n-close-border-radius': string;
|
|
8047
|
+
'--n-close-icon-color': string;
|
|
8048
|
+
'--n-close-icon-color-hover': string;
|
|
8049
|
+
'--n-close-icon-color-pressed': string;
|
|
7562
8050
|
'--n-tab-color': string;
|
|
7563
8051
|
'--n-tab-font-weight': string;
|
|
7564
8052
|
'--n-tab-font-weight-active': string;
|
|
@@ -7573,7 +8061,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7573
8061
|
renderNameListRef: {
|
|
7574
8062
|
value: (string | number)[];
|
|
7575
8063
|
};
|
|
7576
|
-
onAnimationBeforeLeave: () => void;
|
|
8064
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
7577
8065
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
7578
8066
|
onAnimationAfterEnter: () => void;
|
|
7579
8067
|
onRender: (() => void) | undefined;
|
|
@@ -7632,9 +8120,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7632
8120
|
tabTextColorActiveCard: string;
|
|
7633
8121
|
tabTextColorDisabledCard: string;
|
|
7634
8122
|
barColor: string;
|
|
7635
|
-
|
|
8123
|
+
closeIconColor: string;
|
|
8124
|
+
closeIconColorHover: string;
|
|
8125
|
+
closeIconColorPressed: string;
|
|
7636
8126
|
closeColorHover: string;
|
|
7637
8127
|
closeColorPressed: string;
|
|
8128
|
+
closeBorderRadius: string;
|
|
7638
8129
|
tabColor: string;
|
|
7639
8130
|
tabColorSegment: string;
|
|
7640
8131
|
tabBorderColor: string;
|
|
@@ -7673,6 +8164,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7673
8164
|
panePaddingSmall: string;
|
|
7674
8165
|
panePaddingMedium: string;
|
|
7675
8166
|
panePaddingLarge: string;
|
|
8167
|
+
closeSize: string;
|
|
8168
|
+
closeIconSize: string;
|
|
7676
8169
|
}, any>>;
|
|
7677
8170
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7678
8171
|
colorSegment: string;
|
|
@@ -7694,9 +8187,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7694
8187
|
tabTextColorActiveCard: string;
|
|
7695
8188
|
tabTextColorDisabledCard: string;
|
|
7696
8189
|
barColor: string;
|
|
7697
|
-
|
|
8190
|
+
closeIconColor: string;
|
|
8191
|
+
closeIconColorHover: string;
|
|
8192
|
+
closeIconColorPressed: string;
|
|
7698
8193
|
closeColorHover: string;
|
|
7699
8194
|
closeColorPressed: string;
|
|
8195
|
+
closeBorderRadius: string;
|
|
7700
8196
|
tabColor: string;
|
|
7701
8197
|
tabColorSegment: string;
|
|
7702
8198
|
tabBorderColor: string;
|
|
@@ -7735,6 +8231,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7735
8231
|
panePaddingSmall: string;
|
|
7736
8232
|
panePaddingMedium: string;
|
|
7737
8233
|
panePaddingLarge: string;
|
|
8234
|
+
closeSize: string;
|
|
8235
|
+
closeIconSize: string;
|
|
7738
8236
|
}, any>>>;
|
|
7739
8237
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
7740
8238
|
colorSegment: string;
|
|
@@ -7756,9 +8254,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7756
8254
|
tabTextColorActiveCard: string;
|
|
7757
8255
|
tabTextColorDisabledCard: string;
|
|
7758
8256
|
barColor: string;
|
|
7759
|
-
|
|
8257
|
+
closeIconColor: string;
|
|
8258
|
+
closeIconColorHover: string;
|
|
8259
|
+
closeIconColorPressed: string;
|
|
7760
8260
|
closeColorHover: string;
|
|
7761
8261
|
closeColorPressed: string;
|
|
8262
|
+
closeBorderRadius: string;
|
|
7762
8263
|
tabColor: string;
|
|
7763
8264
|
tabColorSegment: string;
|
|
7764
8265
|
tabBorderColor: string;
|
|
@@ -7797,14 +8298,16 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7797
8298
|
panePaddingSmall: string;
|
|
7798
8299
|
panePaddingMedium: string;
|
|
7799
8300
|
panePaddingLarge: string;
|
|
8301
|
+
closeSize: string;
|
|
8302
|
+
closeIconSize: string;
|
|
7800
8303
|
}, any>>>;
|
|
7801
8304
|
}>>, {
|
|
7802
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
7803
|
-
size: "small" | "medium" | "large";
|
|
7804
|
-
closable: boolean;
|
|
7805
|
-
trigger: "click" | "hover";
|
|
7806
|
-
animated: boolean;
|
|
7807
|
-
tabsPadding: number;
|
|
8305
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
8306
|
+
readonly size: "small" | "medium" | "large";
|
|
8307
|
+
readonly closable: boolean;
|
|
8308
|
+
readonly trigger: "click" | "hover";
|
|
8309
|
+
readonly animated: boolean;
|
|
8310
|
+
readonly tabsPadding: number;
|
|
7808
8311
|
}>;
|
|
7809
8312
|
NTabPane: import("vue").DefineComponent<{
|
|
7810
8313
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -7853,9 +8356,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7853
8356
|
[key: string]: any;
|
|
7854
8357
|
}> | (() => import("vue").VNodeChild)>;
|
|
7855
8358
|
}>>, {
|
|
7856
|
-
disabled: boolean;
|
|
7857
|
-
closable: boolean | undefined;
|
|
7858
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
8359
|
+
readonly disabled: boolean;
|
|
8360
|
+
readonly closable: boolean | undefined;
|
|
8361
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
7859
8362
|
}>;
|
|
7860
8363
|
NAnchor: import("vue").DefineComponent<{
|
|
7861
8364
|
readonly type: {
|
|
@@ -8029,17 +8532,17 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8029
8532
|
railWidth: string;
|
|
8030
8533
|
}, any>>>;
|
|
8031
8534
|
}>>, {
|
|
8032
|
-
type: "block" | "rail";
|
|
8033
|
-
bound: number;
|
|
8034
|
-
position: "fix" | "absolute";
|
|
8035
|
-
target: (() => HTMLElement) | undefined;
|
|
8036
|
-
affix: boolean;
|
|
8037
|
-
offsetTop: number | undefined;
|
|
8038
|
-
offsetBottom: number | undefined;
|
|
8039
|
-
showRail: boolean;
|
|
8040
|
-
showBackground: boolean;
|
|
8041
|
-
internalScrollable: boolean;
|
|
8042
|
-
ignoreGap: boolean;
|
|
8535
|
+
readonly type: "block" | "rail";
|
|
8536
|
+
readonly bound: number;
|
|
8537
|
+
readonly position: "fix" | "absolute";
|
|
8538
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
8539
|
+
readonly affix: boolean;
|
|
8540
|
+
readonly offsetTop: number | undefined;
|
|
8541
|
+
readonly offsetBottom: number | undefined;
|
|
8542
|
+
readonly showRail: boolean;
|
|
8543
|
+
readonly showBackground: boolean;
|
|
8544
|
+
readonly internalScrollable: boolean;
|
|
8545
|
+
readonly ignoreGap: boolean;
|
|
8043
8546
|
}>;
|
|
8044
8547
|
NAnchorLink: import("vue").DefineComponent<{
|
|
8045
8548
|
readonly title: StringConstructor;
|
|
@@ -8114,12 +8617,17 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8114
8617
|
};
|
|
8115
8618
|
checked: BooleanConstructor;
|
|
8116
8619
|
checkable: BooleanConstructor;
|
|
8620
|
+
strong: BooleanConstructor;
|
|
8621
|
+
triggerClickOnClose: BooleanConstructor;
|
|
8117
8622
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
8118
8623
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8119
8624
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8120
8625
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
8121
8626
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
8122
|
-
|
|
8627
|
+
internalCloseFocusable: {
|
|
8628
|
+
type: BooleanConstructor;
|
|
8629
|
+
default: boolean;
|
|
8630
|
+
};
|
|
8123
8631
|
onCheckedChange: {
|
|
8124
8632
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
8125
8633
|
validator: () => boolean;
|
|
@@ -8141,6 +8649,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8141
8649
|
readonly default: undefined;
|
|
8142
8650
|
};
|
|
8143
8651
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8652
|
+
closeBorderRadius: string;
|
|
8144
8653
|
heightTiny: string;
|
|
8145
8654
|
heightSmall: string;
|
|
8146
8655
|
heightMedium: string;
|
|
@@ -8151,6 +8660,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8151
8660
|
fontSizeSmall: string;
|
|
8152
8661
|
fontSizeMedium: string;
|
|
8153
8662
|
fontSizeLarge: string;
|
|
8663
|
+
fontWeightStrong: string;
|
|
8154
8664
|
textColorCheckable: string;
|
|
8155
8665
|
textColorHoverCheckable: string;
|
|
8156
8666
|
textColorPressedCheckable: string;
|
|
@@ -8164,39 +8674,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8164
8674
|
border: string;
|
|
8165
8675
|
textColor: string;
|
|
8166
8676
|
color: string;
|
|
8167
|
-
|
|
8677
|
+
colorBordered: string;
|
|
8678
|
+
closeIconColor: string;
|
|
8679
|
+
closeIconColorHover: string;
|
|
8680
|
+
closeIconColorPressed: string;
|
|
8168
8681
|
closeColorHover: string;
|
|
8169
8682
|
closeColorPressed: string;
|
|
8170
8683
|
borderPrimary: string;
|
|
8171
8684
|
textColorPrimary: string;
|
|
8172
8685
|
colorPrimary: string;
|
|
8173
|
-
|
|
8686
|
+
colorBorderedPrimary: string;
|
|
8687
|
+
closeIconColorPrimary: string;
|
|
8688
|
+
closeIconColorHoverPrimary: string;
|
|
8689
|
+
closeIconColorPressedPrimary: string;
|
|
8174
8690
|
closeColorHoverPrimary: string;
|
|
8175
8691
|
closeColorPressedPrimary: string;
|
|
8176
8692
|
borderInfo: string;
|
|
8177
8693
|
textColorInfo: string;
|
|
8178
8694
|
colorInfo: string;
|
|
8179
|
-
|
|
8695
|
+
colorBorderedInfo: string;
|
|
8696
|
+
closeIconColorInfo: string;
|
|
8697
|
+
closeIconColorHoverInfo: string;
|
|
8698
|
+
closeIconColorPressedInfo: string;
|
|
8180
8699
|
closeColorHoverInfo: string;
|
|
8181
8700
|
closeColorPressedInfo: string;
|
|
8182
8701
|
borderSuccess: string;
|
|
8183
8702
|
textColorSuccess: string;
|
|
8184
8703
|
colorSuccess: string;
|
|
8185
|
-
|
|
8704
|
+
colorBorderedSuccess: string;
|
|
8705
|
+
closeIconColorSuccess: string;
|
|
8706
|
+
closeIconColorHoverSuccess: string;
|
|
8707
|
+
closeIconColorPressedSuccess: string;
|
|
8186
8708
|
closeColorHoverSuccess: string;
|
|
8187
8709
|
closeColorPressedSuccess: string;
|
|
8188
8710
|
borderWarning: string;
|
|
8189
8711
|
textColorWarning: string;
|
|
8190
8712
|
colorWarning: string;
|
|
8191
|
-
|
|
8713
|
+
colorBorderedWarning: string;
|
|
8714
|
+
closeIconColorWarning: string;
|
|
8715
|
+
closeIconColorHoverWarning: string;
|
|
8716
|
+
closeIconColorPressedWarning: string;
|
|
8192
8717
|
closeColorHoverWarning: string;
|
|
8193
8718
|
closeColorPressedWarning: string;
|
|
8194
8719
|
borderError: string;
|
|
8195
8720
|
textColorError: string;
|
|
8196
8721
|
colorError: string;
|
|
8197
|
-
|
|
8722
|
+
colorBorderedError: string;
|
|
8723
|
+
closeIconColorError: string;
|
|
8724
|
+
closeIconColorHoverError: string;
|
|
8725
|
+
closeIconColorPressedError: string;
|
|
8198
8726
|
closeColorHoverError: string;
|
|
8199
8727
|
closeColorPressedError: string;
|
|
8728
|
+
closeIconSizeTiny: string;
|
|
8729
|
+
closeIconSizeSmall: string;
|
|
8730
|
+
closeIconSizeMedium: string;
|
|
8731
|
+
closeIconSizeLarge: string;
|
|
8200
8732
|
closeSizeTiny: string;
|
|
8201
8733
|
closeSizeSmall: string;
|
|
8202
8734
|
closeSizeMedium: string;
|
|
@@ -8206,6 +8738,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8206
8738
|
closeMarginRtl: string;
|
|
8207
8739
|
}, any>>;
|
|
8208
8740
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8741
|
+
closeBorderRadius: string;
|
|
8209
8742
|
heightTiny: string;
|
|
8210
8743
|
heightSmall: string;
|
|
8211
8744
|
heightMedium: string;
|
|
@@ -8216,6 +8749,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8216
8749
|
fontSizeSmall: string;
|
|
8217
8750
|
fontSizeMedium: string;
|
|
8218
8751
|
fontSizeLarge: string;
|
|
8752
|
+
fontWeightStrong: string;
|
|
8219
8753
|
textColorCheckable: string;
|
|
8220
8754
|
textColorHoverCheckable: string;
|
|
8221
8755
|
textColorPressedCheckable: string;
|
|
@@ -8229,39 +8763,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8229
8763
|
border: string;
|
|
8230
8764
|
textColor: string;
|
|
8231
8765
|
color: string;
|
|
8232
|
-
|
|
8766
|
+
colorBordered: string;
|
|
8767
|
+
closeIconColor: string;
|
|
8768
|
+
closeIconColorHover: string;
|
|
8769
|
+
closeIconColorPressed: string;
|
|
8233
8770
|
closeColorHover: string;
|
|
8234
8771
|
closeColorPressed: string;
|
|
8235
8772
|
borderPrimary: string;
|
|
8236
8773
|
textColorPrimary: string;
|
|
8237
8774
|
colorPrimary: string;
|
|
8238
|
-
|
|
8775
|
+
colorBorderedPrimary: string;
|
|
8776
|
+
closeIconColorPrimary: string;
|
|
8777
|
+
closeIconColorHoverPrimary: string;
|
|
8778
|
+
closeIconColorPressedPrimary: string;
|
|
8239
8779
|
closeColorHoverPrimary: string;
|
|
8240
8780
|
closeColorPressedPrimary: string;
|
|
8241
8781
|
borderInfo: string;
|
|
8242
8782
|
textColorInfo: string;
|
|
8243
8783
|
colorInfo: string;
|
|
8244
|
-
|
|
8784
|
+
colorBorderedInfo: string;
|
|
8785
|
+
closeIconColorInfo: string;
|
|
8786
|
+
closeIconColorHoverInfo: string;
|
|
8787
|
+
closeIconColorPressedInfo: string;
|
|
8245
8788
|
closeColorHoverInfo: string;
|
|
8246
8789
|
closeColorPressedInfo: string;
|
|
8247
8790
|
borderSuccess: string;
|
|
8248
8791
|
textColorSuccess: string;
|
|
8249
8792
|
colorSuccess: string;
|
|
8250
|
-
|
|
8793
|
+
colorBorderedSuccess: string;
|
|
8794
|
+
closeIconColorSuccess: string;
|
|
8795
|
+
closeIconColorHoverSuccess: string;
|
|
8796
|
+
closeIconColorPressedSuccess: string;
|
|
8251
8797
|
closeColorHoverSuccess: string;
|
|
8252
8798
|
closeColorPressedSuccess: string;
|
|
8253
8799
|
borderWarning: string;
|
|
8254
8800
|
textColorWarning: string;
|
|
8255
8801
|
colorWarning: string;
|
|
8256
|
-
|
|
8802
|
+
colorBorderedWarning: string;
|
|
8803
|
+
closeIconColorWarning: string;
|
|
8804
|
+
closeIconColorHoverWarning: string;
|
|
8805
|
+
closeIconColorPressedWarning: string;
|
|
8257
8806
|
closeColorHoverWarning: string;
|
|
8258
8807
|
closeColorPressedWarning: string;
|
|
8259
8808
|
borderError: string;
|
|
8260
8809
|
textColorError: string;
|
|
8261
8810
|
colorError: string;
|
|
8262
|
-
|
|
8811
|
+
colorBorderedError: string;
|
|
8812
|
+
closeIconColorError: string;
|
|
8813
|
+
closeIconColorHoverError: string;
|
|
8814
|
+
closeIconColorPressedError: string;
|
|
8263
8815
|
closeColorHoverError: string;
|
|
8264
8816
|
closeColorPressedError: string;
|
|
8817
|
+
closeIconSizeTiny: string;
|
|
8818
|
+
closeIconSizeSmall: string;
|
|
8819
|
+
closeIconSizeMedium: string;
|
|
8820
|
+
closeIconSizeLarge: string;
|
|
8265
8821
|
closeSizeTiny: string;
|
|
8266
8822
|
closeSizeSmall: string;
|
|
8267
8823
|
closeSizeMedium: string;
|
|
@@ -8271,6 +8827,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8271
8827
|
closeMarginRtl: string;
|
|
8272
8828
|
}, any>>>;
|
|
8273
8829
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
8830
|
+
closeBorderRadius: string;
|
|
8274
8831
|
heightTiny: string;
|
|
8275
8832
|
heightSmall: string;
|
|
8276
8833
|
heightMedium: string;
|
|
@@ -8281,6 +8838,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8281
8838
|
fontSizeSmall: string;
|
|
8282
8839
|
fontSizeMedium: string;
|
|
8283
8840
|
fontSizeLarge: string;
|
|
8841
|
+
fontWeightStrong: string;
|
|
8284
8842
|
textColorCheckable: string;
|
|
8285
8843
|
textColorHoverCheckable: string;
|
|
8286
8844
|
textColorPressedCheckable: string;
|
|
@@ -8294,39 +8852,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8294
8852
|
border: string;
|
|
8295
8853
|
textColor: string;
|
|
8296
8854
|
color: string;
|
|
8297
|
-
|
|
8855
|
+
colorBordered: string;
|
|
8856
|
+
closeIconColor: string;
|
|
8857
|
+
closeIconColorHover: string;
|
|
8858
|
+
closeIconColorPressed: string;
|
|
8298
8859
|
closeColorHover: string;
|
|
8299
8860
|
closeColorPressed: string;
|
|
8300
8861
|
borderPrimary: string;
|
|
8301
8862
|
textColorPrimary: string;
|
|
8302
8863
|
colorPrimary: string;
|
|
8303
|
-
|
|
8864
|
+
colorBorderedPrimary: string;
|
|
8865
|
+
closeIconColorPrimary: string;
|
|
8866
|
+
closeIconColorHoverPrimary: string;
|
|
8867
|
+
closeIconColorPressedPrimary: string;
|
|
8304
8868
|
closeColorHoverPrimary: string;
|
|
8305
8869
|
closeColorPressedPrimary: string;
|
|
8306
8870
|
borderInfo: string;
|
|
8307
8871
|
textColorInfo: string;
|
|
8308
8872
|
colorInfo: string;
|
|
8309
|
-
|
|
8873
|
+
colorBorderedInfo: string;
|
|
8874
|
+
closeIconColorInfo: string;
|
|
8875
|
+
closeIconColorHoverInfo: string;
|
|
8876
|
+
closeIconColorPressedInfo: string;
|
|
8310
8877
|
closeColorHoverInfo: string;
|
|
8311
8878
|
closeColorPressedInfo: string;
|
|
8312
8879
|
borderSuccess: string;
|
|
8313
8880
|
textColorSuccess: string;
|
|
8314
8881
|
colorSuccess: string;
|
|
8315
|
-
|
|
8882
|
+
colorBorderedSuccess: string;
|
|
8883
|
+
closeIconColorSuccess: string;
|
|
8884
|
+
closeIconColorHoverSuccess: string;
|
|
8885
|
+
closeIconColorPressedSuccess: string;
|
|
8316
8886
|
closeColorHoverSuccess: string;
|
|
8317
8887
|
closeColorPressedSuccess: string;
|
|
8318
8888
|
borderWarning: string;
|
|
8319
8889
|
textColorWarning: string;
|
|
8320
8890
|
colorWarning: string;
|
|
8321
|
-
|
|
8891
|
+
colorBorderedWarning: string;
|
|
8892
|
+
closeIconColorWarning: string;
|
|
8893
|
+
closeIconColorHoverWarning: string;
|
|
8894
|
+
closeIconColorPressedWarning: string;
|
|
8322
8895
|
closeColorHoverWarning: string;
|
|
8323
8896
|
closeColorPressedWarning: string;
|
|
8324
8897
|
borderError: string;
|
|
8325
8898
|
textColorError: string;
|
|
8326
8899
|
colorError: string;
|
|
8327
|
-
|
|
8900
|
+
colorBorderedError: string;
|
|
8901
|
+
closeIconColorError: string;
|
|
8902
|
+
closeIconColorHoverError: string;
|
|
8903
|
+
closeIconColorPressedError: string;
|
|
8328
8904
|
closeColorHoverError: string;
|
|
8329
8905
|
closeColorPressedError: string;
|
|
8906
|
+
closeIconSizeTiny: string;
|
|
8907
|
+
closeIconSizeSmall: string;
|
|
8908
|
+
closeIconSizeMedium: string;
|
|
8909
|
+
closeIconSizeLarge: string;
|
|
8330
8910
|
closeSizeTiny: string;
|
|
8331
8911
|
closeSizeSmall: string;
|
|
8332
8912
|
closeSizeMedium: string;
|
|
@@ -8343,14 +8923,19 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8343
8923
|
handleClick: (e: MouseEvent) => void;
|
|
8344
8924
|
handleCloseClick: (e: MouseEvent) => void;
|
|
8345
8925
|
cssVars: import("vue").ComputedRef<{
|
|
8926
|
+
'--n-font-weight-strong': string;
|
|
8346
8927
|
'--n-avatar-size-override': string;
|
|
8347
8928
|
'--n-bezier': string;
|
|
8348
8929
|
'--n-border-radius': string;
|
|
8349
8930
|
'--n-border': string;
|
|
8350
|
-
'--n-close-
|
|
8351
|
-
'--n-close-color-hover': string;
|
|
8931
|
+
'--n-close-icon-size': string;
|
|
8352
8932
|
'--n-close-color-pressed': string;
|
|
8353
|
-
'--n-close-color-
|
|
8933
|
+
'--n-close-color-hover': string;
|
|
8934
|
+
'--n-close-border-radius': string;
|
|
8935
|
+
'--n-close-icon-color': string;
|
|
8936
|
+
'--n-close-icon-color-hover': string;
|
|
8937
|
+
'--n-close-icon-color-pressed': string;
|
|
8938
|
+
'--n-close-icon-color-disabled': string;
|
|
8354
8939
|
'--n-close-margin': string;
|
|
8355
8940
|
'--n-close-margin-rtl': string;
|
|
8356
8941
|
'--n-close-size': string;
|
|
@@ -8381,12 +8966,17 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8381
8966
|
};
|
|
8382
8967
|
checked: BooleanConstructor;
|
|
8383
8968
|
checkable: BooleanConstructor;
|
|
8969
|
+
strong: BooleanConstructor;
|
|
8970
|
+
triggerClickOnClose: BooleanConstructor;
|
|
8384
8971
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
8385
8972
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8386
8973
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8387
8974
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
8388
8975
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
8389
|
-
|
|
8976
|
+
internalCloseFocusable: {
|
|
8977
|
+
type: BooleanConstructor;
|
|
8978
|
+
default: boolean;
|
|
8979
|
+
};
|
|
8390
8980
|
onCheckedChange: {
|
|
8391
8981
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
8392
8982
|
validator: () => boolean;
|
|
@@ -8408,6 +8998,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8408
8998
|
readonly default: undefined;
|
|
8409
8999
|
};
|
|
8410
9000
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
9001
|
+
closeBorderRadius: string;
|
|
8411
9002
|
heightTiny: string;
|
|
8412
9003
|
heightSmall: string;
|
|
8413
9004
|
heightMedium: string;
|
|
@@ -8418,6 +9009,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8418
9009
|
fontSizeSmall: string;
|
|
8419
9010
|
fontSizeMedium: string;
|
|
8420
9011
|
fontSizeLarge: string;
|
|
9012
|
+
fontWeightStrong: string;
|
|
8421
9013
|
textColorCheckable: string;
|
|
8422
9014
|
textColorHoverCheckable: string;
|
|
8423
9015
|
textColorPressedCheckable: string;
|
|
@@ -8431,39 +9023,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8431
9023
|
border: string;
|
|
8432
9024
|
textColor: string;
|
|
8433
9025
|
color: string;
|
|
8434
|
-
|
|
9026
|
+
colorBordered: string;
|
|
9027
|
+
closeIconColor: string;
|
|
9028
|
+
closeIconColorHover: string;
|
|
9029
|
+
closeIconColorPressed: string;
|
|
8435
9030
|
closeColorHover: string;
|
|
8436
9031
|
closeColorPressed: string;
|
|
8437
9032
|
borderPrimary: string;
|
|
8438
9033
|
textColorPrimary: string;
|
|
8439
9034
|
colorPrimary: string;
|
|
8440
|
-
|
|
9035
|
+
colorBorderedPrimary: string;
|
|
9036
|
+
closeIconColorPrimary: string;
|
|
9037
|
+
closeIconColorHoverPrimary: string;
|
|
9038
|
+
closeIconColorPressedPrimary: string;
|
|
8441
9039
|
closeColorHoverPrimary: string;
|
|
8442
9040
|
closeColorPressedPrimary: string;
|
|
8443
9041
|
borderInfo: string;
|
|
8444
9042
|
textColorInfo: string;
|
|
8445
9043
|
colorInfo: string;
|
|
8446
|
-
|
|
9044
|
+
colorBorderedInfo: string;
|
|
9045
|
+
closeIconColorInfo: string;
|
|
9046
|
+
closeIconColorHoverInfo: string;
|
|
9047
|
+
closeIconColorPressedInfo: string;
|
|
8447
9048
|
closeColorHoverInfo: string;
|
|
8448
9049
|
closeColorPressedInfo: string;
|
|
8449
9050
|
borderSuccess: string;
|
|
8450
9051
|
textColorSuccess: string;
|
|
8451
9052
|
colorSuccess: string;
|
|
8452
|
-
|
|
9053
|
+
colorBorderedSuccess: string;
|
|
9054
|
+
closeIconColorSuccess: string;
|
|
9055
|
+
closeIconColorHoverSuccess: string;
|
|
9056
|
+
closeIconColorPressedSuccess: string;
|
|
8453
9057
|
closeColorHoverSuccess: string;
|
|
8454
9058
|
closeColorPressedSuccess: string;
|
|
8455
9059
|
borderWarning: string;
|
|
8456
9060
|
textColorWarning: string;
|
|
8457
9061
|
colorWarning: string;
|
|
8458
|
-
|
|
9062
|
+
colorBorderedWarning: string;
|
|
9063
|
+
closeIconColorWarning: string;
|
|
9064
|
+
closeIconColorHoverWarning: string;
|
|
9065
|
+
closeIconColorPressedWarning: string;
|
|
8459
9066
|
closeColorHoverWarning: string;
|
|
8460
9067
|
closeColorPressedWarning: string;
|
|
8461
9068
|
borderError: string;
|
|
8462
9069
|
textColorError: string;
|
|
8463
9070
|
colorError: string;
|
|
8464
|
-
|
|
9071
|
+
colorBorderedError: string;
|
|
9072
|
+
closeIconColorError: string;
|
|
9073
|
+
closeIconColorHoverError: string;
|
|
9074
|
+
closeIconColorPressedError: string;
|
|
8465
9075
|
closeColorHoverError: string;
|
|
8466
9076
|
closeColorPressedError: string;
|
|
9077
|
+
closeIconSizeTiny: string;
|
|
9078
|
+
closeIconSizeSmall: string;
|
|
9079
|
+
closeIconSizeMedium: string;
|
|
9080
|
+
closeIconSizeLarge: string;
|
|
8467
9081
|
closeSizeTiny: string;
|
|
8468
9082
|
closeSizeSmall: string;
|
|
8469
9083
|
closeSizeMedium: string;
|
|
@@ -8473,6 +9087,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8473
9087
|
closeMarginRtl: string;
|
|
8474
9088
|
}, any>>;
|
|
8475
9089
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
9090
|
+
closeBorderRadius: string;
|
|
8476
9091
|
heightTiny: string;
|
|
8477
9092
|
heightSmall: string;
|
|
8478
9093
|
heightMedium: string;
|
|
@@ -8483,6 +9098,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8483
9098
|
fontSizeSmall: string;
|
|
8484
9099
|
fontSizeMedium: string;
|
|
8485
9100
|
fontSizeLarge: string;
|
|
9101
|
+
fontWeightStrong: string;
|
|
8486
9102
|
textColorCheckable: string;
|
|
8487
9103
|
textColorHoverCheckable: string;
|
|
8488
9104
|
textColorPressedCheckable: string;
|
|
@@ -8496,39 +9112,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8496
9112
|
border: string;
|
|
8497
9113
|
textColor: string;
|
|
8498
9114
|
color: string;
|
|
8499
|
-
|
|
9115
|
+
colorBordered: string;
|
|
9116
|
+
closeIconColor: string;
|
|
9117
|
+
closeIconColorHover: string;
|
|
9118
|
+
closeIconColorPressed: string;
|
|
8500
9119
|
closeColorHover: string;
|
|
8501
9120
|
closeColorPressed: string;
|
|
8502
9121
|
borderPrimary: string;
|
|
8503
9122
|
textColorPrimary: string;
|
|
8504
9123
|
colorPrimary: string;
|
|
8505
|
-
|
|
9124
|
+
colorBorderedPrimary: string;
|
|
9125
|
+
closeIconColorPrimary: string;
|
|
9126
|
+
closeIconColorHoverPrimary: string;
|
|
9127
|
+
closeIconColorPressedPrimary: string;
|
|
8506
9128
|
closeColorHoverPrimary: string;
|
|
8507
9129
|
closeColorPressedPrimary: string;
|
|
8508
9130
|
borderInfo: string;
|
|
8509
9131
|
textColorInfo: string;
|
|
8510
9132
|
colorInfo: string;
|
|
8511
|
-
|
|
9133
|
+
colorBorderedInfo: string;
|
|
9134
|
+
closeIconColorInfo: string;
|
|
9135
|
+
closeIconColorHoverInfo: string;
|
|
9136
|
+
closeIconColorPressedInfo: string;
|
|
8512
9137
|
closeColorHoverInfo: string;
|
|
8513
9138
|
closeColorPressedInfo: string;
|
|
8514
9139
|
borderSuccess: string;
|
|
8515
9140
|
textColorSuccess: string;
|
|
8516
9141
|
colorSuccess: string;
|
|
8517
|
-
|
|
9142
|
+
colorBorderedSuccess: string;
|
|
9143
|
+
closeIconColorSuccess: string;
|
|
9144
|
+
closeIconColorHoverSuccess: string;
|
|
9145
|
+
closeIconColorPressedSuccess: string;
|
|
8518
9146
|
closeColorHoverSuccess: string;
|
|
8519
9147
|
closeColorPressedSuccess: string;
|
|
8520
9148
|
borderWarning: string;
|
|
8521
9149
|
textColorWarning: string;
|
|
8522
9150
|
colorWarning: string;
|
|
8523
|
-
|
|
9151
|
+
colorBorderedWarning: string;
|
|
9152
|
+
closeIconColorWarning: string;
|
|
9153
|
+
closeIconColorHoverWarning: string;
|
|
9154
|
+
closeIconColorPressedWarning: string;
|
|
8524
9155
|
closeColorHoverWarning: string;
|
|
8525
9156
|
closeColorPressedWarning: string;
|
|
8526
9157
|
borderError: string;
|
|
8527
9158
|
textColorError: string;
|
|
8528
9159
|
colorError: string;
|
|
8529
|
-
|
|
9160
|
+
colorBorderedError: string;
|
|
9161
|
+
closeIconColorError: string;
|
|
9162
|
+
closeIconColorHoverError: string;
|
|
9163
|
+
closeIconColorPressedError: string;
|
|
8530
9164
|
closeColorHoverError: string;
|
|
8531
9165
|
closeColorPressedError: string;
|
|
9166
|
+
closeIconSizeTiny: string;
|
|
9167
|
+
closeIconSizeSmall: string;
|
|
9168
|
+
closeIconSizeMedium: string;
|
|
9169
|
+
closeIconSizeLarge: string;
|
|
8532
9170
|
closeSizeTiny: string;
|
|
8533
9171
|
closeSizeSmall: string;
|
|
8534
9172
|
closeSizeMedium: string;
|
|
@@ -8538,6 +9176,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8538
9176
|
closeMarginRtl: string;
|
|
8539
9177
|
}, any>>>;
|
|
8540
9178
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
9179
|
+
closeBorderRadius: string;
|
|
8541
9180
|
heightTiny: string;
|
|
8542
9181
|
heightSmall: string;
|
|
8543
9182
|
heightMedium: string;
|
|
@@ -8548,6 +9187,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8548
9187
|
fontSizeSmall: string;
|
|
8549
9188
|
fontSizeMedium: string;
|
|
8550
9189
|
fontSizeLarge: string;
|
|
9190
|
+
fontWeightStrong: string;
|
|
8551
9191
|
textColorCheckable: string;
|
|
8552
9192
|
textColorHoverCheckable: string;
|
|
8553
9193
|
textColorPressedCheckable: string;
|
|
@@ -8561,39 +9201,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8561
9201
|
border: string;
|
|
8562
9202
|
textColor: string;
|
|
8563
9203
|
color: string;
|
|
8564
|
-
|
|
9204
|
+
colorBordered: string;
|
|
9205
|
+
closeIconColor: string;
|
|
9206
|
+
closeIconColorHover: string;
|
|
9207
|
+
closeIconColorPressed: string;
|
|
8565
9208
|
closeColorHover: string;
|
|
8566
9209
|
closeColorPressed: string;
|
|
8567
9210
|
borderPrimary: string;
|
|
8568
9211
|
textColorPrimary: string;
|
|
8569
9212
|
colorPrimary: string;
|
|
8570
|
-
|
|
9213
|
+
colorBorderedPrimary: string;
|
|
9214
|
+
closeIconColorPrimary: string;
|
|
9215
|
+
closeIconColorHoverPrimary: string;
|
|
9216
|
+
closeIconColorPressedPrimary: string;
|
|
8571
9217
|
closeColorHoverPrimary: string;
|
|
8572
9218
|
closeColorPressedPrimary: string;
|
|
8573
9219
|
borderInfo: string;
|
|
8574
9220
|
textColorInfo: string;
|
|
8575
9221
|
colorInfo: string;
|
|
8576
|
-
|
|
9222
|
+
colorBorderedInfo: string;
|
|
9223
|
+
closeIconColorInfo: string;
|
|
9224
|
+
closeIconColorHoverInfo: string;
|
|
9225
|
+
closeIconColorPressedInfo: string;
|
|
8577
9226
|
closeColorHoverInfo: string;
|
|
8578
9227
|
closeColorPressedInfo: string;
|
|
8579
9228
|
borderSuccess: string;
|
|
8580
9229
|
textColorSuccess: string;
|
|
8581
9230
|
colorSuccess: string;
|
|
8582
|
-
|
|
9231
|
+
colorBorderedSuccess: string;
|
|
9232
|
+
closeIconColorSuccess: string;
|
|
9233
|
+
closeIconColorHoverSuccess: string;
|
|
9234
|
+
closeIconColorPressedSuccess: string;
|
|
8583
9235
|
closeColorHoverSuccess: string;
|
|
8584
9236
|
closeColorPressedSuccess: string;
|
|
8585
9237
|
borderWarning: string;
|
|
8586
9238
|
textColorWarning: string;
|
|
8587
9239
|
colorWarning: string;
|
|
8588
|
-
|
|
9240
|
+
colorBorderedWarning: string;
|
|
9241
|
+
closeIconColorWarning: string;
|
|
9242
|
+
closeIconColorHoverWarning: string;
|
|
9243
|
+
closeIconColorPressedWarning: string;
|
|
8589
9244
|
closeColorHoverWarning: string;
|
|
8590
9245
|
closeColorPressedWarning: string;
|
|
8591
9246
|
borderError: string;
|
|
8592
9247
|
textColorError: string;
|
|
8593
9248
|
colorError: string;
|
|
8594
|
-
|
|
9249
|
+
colorBorderedError: string;
|
|
9250
|
+
closeIconColorError: string;
|
|
9251
|
+
closeIconColorHoverError: string;
|
|
9252
|
+
closeIconColorPressedError: string;
|
|
8595
9253
|
closeColorHoverError: string;
|
|
8596
9254
|
closeColorPressedError: string;
|
|
9255
|
+
closeIconSizeTiny: string;
|
|
9256
|
+
closeIconSizeSmall: string;
|
|
9257
|
+
closeIconSizeMedium: string;
|
|
9258
|
+
closeIconSizeLarge: string;
|
|
8597
9259
|
closeSizeTiny: string;
|
|
8598
9260
|
closeSizeSmall: string;
|
|
8599
9261
|
closeSizeMedium: string;
|
|
@@ -8608,11 +9270,13 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8608
9270
|
size: "small" | "medium" | "tiny" | "large";
|
|
8609
9271
|
disabled: boolean | undefined;
|
|
8610
9272
|
checked: boolean;
|
|
9273
|
+
strong: boolean;
|
|
8611
9274
|
bordered: boolean | undefined;
|
|
9275
|
+
closable: boolean;
|
|
8612
9276
|
checkable: boolean;
|
|
8613
|
-
|
|
9277
|
+
triggerClickOnClose: boolean;
|
|
9278
|
+
internalCloseFocusable: boolean;
|
|
8614
9279
|
onCheckedChange: (checked: boolean) => void;
|
|
8615
|
-
closable: boolean;
|
|
8616
9280
|
}>;
|
|
8617
9281
|
NTooltip: import("vue").DefineComponent<{
|
|
8618
9282
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -8742,9 +9406,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8742
9406
|
scrollable: BooleanConstructor;
|
|
8743
9407
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
8744
9408
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9409
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
8745
9410
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
8746
9411
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
8747
9412
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9413
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
8748
9414
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
8749
9415
|
internalInheritedEventHandlers: {
|
|
8750
9416
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -8809,10 +9475,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8809
9475
|
opacity5: string;
|
|
8810
9476
|
dividerColor: string;
|
|
8811
9477
|
borderColor: string;
|
|
8812
|
-
|
|
9478
|
+
closeIconColor: string;
|
|
9479
|
+
closeIconColorHover: string;
|
|
9480
|
+
closeIconColorPressed: string;
|
|
8813
9481
|
closeColorHover: string;
|
|
8814
9482
|
closeColorPressed: string;
|
|
8815
|
-
closeColorDisabled: string;
|
|
8816
9483
|
clearColor: string;
|
|
8817
9484
|
clearColorHover: string;
|
|
8818
9485
|
clearColorPressed: string;
|
|
@@ -9041,9 +9708,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9041
9708
|
scrollable: BooleanConstructor;
|
|
9042
9709
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9043
9710
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9711
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
9044
9712
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
9045
9713
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9046
9714
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
9715
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
9047
9716
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
9048
9717
|
internalInheritedEventHandlers: {
|
|
9049
9718
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -9079,6 +9748,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9079
9748
|
arrowPointToCenter: boolean;
|
|
9080
9749
|
displayDirective: "show" | "if";
|
|
9081
9750
|
keepAliveOnHover: boolean;
|
|
9751
|
+
internalDeactivateImmediately: boolean;
|
|
9082
9752
|
animated: boolean;
|
|
9083
9753
|
internalTrapFocus: boolean;
|
|
9084
9754
|
defaultShow: boolean;
|
|
@@ -9204,7 +9874,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9204
9874
|
readonly default: true;
|
|
9205
9875
|
};
|
|
9206
9876
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
9207
|
-
readonly nativeFocusBehavior:
|
|
9877
|
+
readonly nativeFocusBehavior: {
|
|
9878
|
+
readonly type: BooleanConstructor;
|
|
9879
|
+
readonly default: boolean;
|
|
9880
|
+
};
|
|
9208
9881
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
9209
9882
|
heightTiny: string;
|
|
9210
9883
|
heightSmall: string;
|
|
@@ -9918,7 +10591,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9918
10591
|
readonly default: true;
|
|
9919
10592
|
};
|
|
9920
10593
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
9921
|
-
readonly nativeFocusBehavior:
|
|
10594
|
+
readonly nativeFocusBehavior: {
|
|
10595
|
+
readonly type: BooleanConstructor;
|
|
10596
|
+
readonly default: boolean;
|
|
10597
|
+
};
|
|
9922
10598
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
9923
10599
|
heightTiny: string;
|
|
9924
10600
|
heightSmall: string;
|
|
@@ -10532,26 +11208,26 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10532
11208
|
rippleDuration: string;
|
|
10533
11209
|
}, any>>>;
|
|
10534
11210
|
}>>, {
|
|
10535
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
10536
|
-
tag: keyof HTMLElementTagNameMap;
|
|
10537
|
-
block: boolean;
|
|
10538
|
-
round: boolean;
|
|
10539
|
-
dashed: boolean;
|
|
10540
|
-
text: boolean;
|
|
10541
|
-
circle: boolean;
|
|
10542
|
-
disabled: boolean;
|
|
10543
|
-
focusable: boolean;
|
|
10544
|
-
strong: boolean;
|
|
10545
|
-
loading: boolean;
|
|
10546
|
-
bordered: boolean;
|
|
10547
|
-
tertiary: boolean;
|
|
10548
|
-
ghost: boolean;
|
|
10549
|
-
keyboard: boolean;
|
|
10550
|
-
secondary: boolean;
|
|
10551
|
-
quaternary: boolean;
|
|
10552
|
-
iconPlacement: "left" | "right";
|
|
10553
|
-
attrType: "button" | "reset" | "submit";
|
|
10554
|
-
nativeFocusBehavior: boolean;
|
|
11211
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
11212
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
11213
|
+
readonly block: boolean;
|
|
11214
|
+
readonly round: boolean;
|
|
11215
|
+
readonly dashed: boolean;
|
|
11216
|
+
readonly text: boolean;
|
|
11217
|
+
readonly circle: boolean;
|
|
11218
|
+
readonly disabled: boolean;
|
|
11219
|
+
readonly focusable: boolean;
|
|
11220
|
+
readonly strong: boolean;
|
|
11221
|
+
readonly loading: boolean;
|
|
11222
|
+
readonly bordered: boolean;
|
|
11223
|
+
readonly tertiary: boolean;
|
|
11224
|
+
readonly ghost: boolean;
|
|
11225
|
+
readonly keyboard: boolean;
|
|
11226
|
+
readonly secondary: boolean;
|
|
11227
|
+
readonly quaternary: boolean;
|
|
11228
|
+
readonly iconPlacement: "left" | "right";
|
|
11229
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
11230
|
+
readonly nativeFocusBehavior: boolean;
|
|
10555
11231
|
}>;
|
|
10556
11232
|
NInput: import("vue").DefineComponent<{
|
|
10557
11233
|
bordered: {
|
|
@@ -10611,6 +11287,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10611
11287
|
type: BooleanConstructor;
|
|
10612
11288
|
default: undefined;
|
|
10613
11289
|
};
|
|
11290
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
11291
|
+
renderCount: import("vue").PropType<(props: {
|
|
11292
|
+
value: string;
|
|
11293
|
+
}) => import("vue").VNodeChild>;
|
|
10614
11294
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
10615
11295
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
10616
11296
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -10639,6 +11319,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10639
11319
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
10640
11320
|
showPasswordToggle: BooleanConstructor;
|
|
10641
11321
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11322
|
+
countTextColorDisabled: string;
|
|
10642
11323
|
countTextColor: string;
|
|
10643
11324
|
heightTiny: string;
|
|
10644
11325
|
heightSmall: string;
|
|
@@ -10699,6 +11380,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10699
11380
|
clearSize: string;
|
|
10700
11381
|
}, any>>;
|
|
10701
11382
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11383
|
+
countTextColorDisabled: string;
|
|
10702
11384
|
countTextColor: string;
|
|
10703
11385
|
heightTiny: string;
|
|
10704
11386
|
heightSmall: string;
|
|
@@ -10759,6 +11441,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10759
11441
|
clearSize: string;
|
|
10760
11442
|
}, any>>>;
|
|
10761
11443
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11444
|
+
countTextColorDisabled: string;
|
|
10762
11445
|
countTextColor: string;
|
|
10763
11446
|
heightTiny: string;
|
|
10764
11447
|
heightSmall: string;
|
|
@@ -10831,8 +11514,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10831
11514
|
contentRef: HTMLElement | null;
|
|
10832
11515
|
containerScrollTop: number;
|
|
10833
11516
|
syncUnifiedContainer: () => void;
|
|
10834
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10835
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
11517
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
11518
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10836
11519
|
sync: () => void;
|
|
10837
11520
|
handleMouseEnterWrapper: () => void;
|
|
10838
11521
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10866,7 +11549,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10866
11549
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
10867
11550
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
10868
11551
|
handleInputBlur: (e: FocusEvent) => void;
|
|
10869
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
11552
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
10870
11553
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
10871
11554
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
10872
11555
|
handleMouseEnter: () => void;
|
|
@@ -10877,7 +11560,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10877
11560
|
handleClear: (e: MouseEvent) => void;
|
|
10878
11561
|
handlePasswordToggleClick: () => void;
|
|
10879
11562
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
10880
|
-
|
|
11563
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
10881
11564
|
handleTextAreaMirrorResize: () => void;
|
|
10882
11565
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
10883
11566
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -10921,10 +11604,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10921
11604
|
opacity5: string;
|
|
10922
11605
|
dividerColor: string;
|
|
10923
11606
|
borderColor: string;
|
|
10924
|
-
|
|
11607
|
+
closeIconColor: string;
|
|
11608
|
+
closeIconColorHover: string;
|
|
11609
|
+
closeIconColorPressed: string;
|
|
10925
11610
|
closeColorHover: string;
|
|
10926
11611
|
closeColorPressed: string;
|
|
10927
|
-
closeColorDisabled: string;
|
|
10928
11612
|
clearColor: string;
|
|
10929
11613
|
clearColorHover: string;
|
|
10930
11614
|
clearColorPressed: string;
|
|
@@ -10986,6 +11670,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10986
11670
|
name: "common";
|
|
10987
11671
|
};
|
|
10988
11672
|
self: {
|
|
11673
|
+
countTextColorDisabled: string;
|
|
10989
11674
|
countTextColor: string;
|
|
10990
11675
|
heightTiny: string;
|
|
10991
11676
|
heightSmall: string;
|
|
@@ -11053,6 +11738,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11053
11738
|
cssVars: import("vue").ComputedRef<{
|
|
11054
11739
|
'--n-bezier': string;
|
|
11055
11740
|
'--n-count-text-color': string;
|
|
11741
|
+
'--n-count-text-color-disabled': string;
|
|
11056
11742
|
'--n-color': string;
|
|
11057
11743
|
'--n-font-size': string;
|
|
11058
11744
|
'--n-border-radius': string;
|
|
@@ -11107,6 +11793,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11107
11793
|
select: () => void;
|
|
11108
11794
|
activate: () => void;
|
|
11109
11795
|
deactivate: () => void;
|
|
11796
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
11110
11797
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11111
11798
|
bordered: {
|
|
11112
11799
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -11165,6 +11852,10 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11165
11852
|
type: BooleanConstructor;
|
|
11166
11853
|
default: undefined;
|
|
11167
11854
|
};
|
|
11855
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
11856
|
+
renderCount: import("vue").PropType<(props: {
|
|
11857
|
+
value: string;
|
|
11858
|
+
}) => import("vue").VNodeChild>;
|
|
11168
11859
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
11169
11860
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
11170
11861
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -11193,6 +11884,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11193
11884
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
11194
11885
|
showPasswordToggle: BooleanConstructor;
|
|
11195
11886
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11887
|
+
countTextColorDisabled: string;
|
|
11196
11888
|
countTextColor: string;
|
|
11197
11889
|
heightTiny: string;
|
|
11198
11890
|
heightSmall: string;
|
|
@@ -11253,6 +11945,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11253
11945
|
clearSize: string;
|
|
11254
11946
|
}, any>>;
|
|
11255
11947
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11948
|
+
countTextColorDisabled: string;
|
|
11256
11949
|
countTextColor: string;
|
|
11257
11950
|
heightTiny: string;
|
|
11258
11951
|
heightSmall: string;
|
|
@@ -11313,6 +12006,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11313
12006
|
clearSize: string;
|
|
11314
12007
|
}, any>>>;
|
|
11315
12008
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12009
|
+
countTextColorDisabled: string;
|
|
11316
12010
|
countTextColor: string;
|
|
11317
12011
|
heightTiny: string;
|
|
11318
12012
|
heightSmall: string;
|