cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (124) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/index.d.ts +7 -5
  3. package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
  4. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
  5. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  6. package/es/packages/big-table/style/index.less +557 -557
  7. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  8. package/es/packages/bpmn-workflow/style/index.less +29 -29
  9. package/es/packages/button-print/index.d.ts +160 -104
  10. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
  11. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
  12. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  13. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  14. package/es/packages/button-print/style/index.less +30 -30
  15. package/es/packages/chunk-upload/index.d.ts +20 -20
  16. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
  17. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
  18. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
  19. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
  20. package/es/packages/chunk-upload/style/index.less +394 -394
  21. package/es/packages/drag-layout/index.d.ts +415 -289
  22. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  23. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  24. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  25. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  26. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
  27. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
  28. package/es/packages/drag-layout/style/index.less +208 -208
  29. package/es/packages/field-set/index.d.ts +5278 -0
  30. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  31. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  32. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
  33. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  34. package/es/packages/field-set/style/index.less +157 -157
  35. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
  36. package/es/packages/form-render/src/components/cascader2.mjs +17 -2
  37. package/es/packages/form-render/src/components/date.d.ts +29 -25
  38. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  39. package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
  40. package/es/packages/form-render/src/components/slider.d.ts +11 -11
  41. package/es/packages/form-render/src/components/textarea.d.ts +5 -4
  42. package/es/packages/form-table/index.d.ts +35903 -0
  43. package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
  44. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  45. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  46. package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
  47. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  48. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
  49. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  50. package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
  51. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  52. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
  53. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  54. package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
  55. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  56. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
  57. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  58. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
  59. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  60. package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
  61. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  62. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
  63. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  64. package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
  65. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  66. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
  67. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  68. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
  69. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  70. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  71. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  72. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
  73. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  74. package/es/packages/form-table/style/index.less +301 -301
  75. package/es/packages/grid/style/index.less +12 -12
  76. package/es/packages/index.less +2945 -2945
  77. package/es/packages/info-header/index.d.ts +217 -54
  78. package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
  79. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  80. package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
  81. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
  82. package/es/packages/info-header/style/index.less +153 -153
  83. package/es/packages/map/index.d.ts +25 -24
  84. package/es/packages/map/src/Map.vue.d.ts +25 -24
  85. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  86. package/es/packages/map/style/index.less +59 -59
  87. package/es/packages/scale-view/index.d.ts +58 -56
  88. package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
  89. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
  90. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  91. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
  92. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
  93. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
  94. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  95. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  96. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  97. package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
  98. package/es/packages/scale-view/style/index.less +748 -748
  99. package/es/packages/select-label/index.d.ts +852 -245
  100. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
  101. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
  102. package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
  103. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
  104. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  105. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  106. package/es/packages/select-label/style/index.less +151 -151
  107. package/es/packages/select-person/index.d.ts +29 -27
  108. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  109. package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
  110. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
  111. package/es/packages/select-person/style/index.less +229 -229
  112. package/es/packages/time-line/index.d.ts +28 -28
  113. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
  114. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  115. package/es/packages/time-line/style/index.less +34 -34
  116. package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
  117. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  118. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  119. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  120. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  121. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  122. package/global.d.ts +8 -8
  123. package/package.json +1 -1
  124. package/yarn-error.log +8659 -103
@@ -146,11 +146,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
146
146
  };
147
147
  checked: BooleanConstructor;
148
148
  checkable: BooleanConstructor;
149
+ strong: BooleanConstructor;
149
150
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
150
151
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
151
152
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
152
153
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
153
154
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
155
+ internalCloseFocusable: {
156
+ type: BooleanConstructor;
157
+ default: boolean;
158
+ };
154
159
  internalStopClickPropagation: BooleanConstructor;
155
160
  onCheckedChange: {
156
161
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -173,6 +178,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
173
178
  readonly default: undefined;
174
179
  };
175
180
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
181
+ closeBorderRadius: string;
176
182
  heightTiny: string;
177
183
  heightSmall: string;
178
184
  heightMedium: string;
@@ -183,6 +189,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
183
189
  fontSizeSmall: string;
184
190
  fontSizeMedium: string;
185
191
  fontSizeLarge: string;
192
+ fontWeightStrong: string;
186
193
  textColorCheckable: string;
187
194
  textColorHoverCheckable: string;
188
195
  textColorPressedCheckable: string;
@@ -196,39 +203,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
196
203
  border: string;
197
204
  textColor: string;
198
205
  color: string;
199
- closeColor: string;
206
+ colorBordered: string;
207
+ closeIconColor: string;
208
+ closeIconColorHover: string;
209
+ closeIconColorPressed: string;
200
210
  closeColorHover: string;
201
211
  closeColorPressed: string;
202
212
  borderPrimary: string;
203
213
  textColorPrimary: string;
204
214
  colorPrimary: string;
205
- closeColorPrimary: string;
215
+ colorBorderedPrimary: string;
216
+ closeIconColorPrimary: string;
217
+ closeIconColorHoverPrimary: string;
218
+ closeIconColorPressedPrimary: string;
206
219
  closeColorHoverPrimary: string;
207
220
  closeColorPressedPrimary: string;
208
221
  borderInfo: string;
209
222
  textColorInfo: string;
210
223
  colorInfo: string;
211
- closeColorInfo: string;
224
+ colorBorderedInfo: string;
225
+ closeIconColorInfo: string;
226
+ closeIconColorHoverInfo: string;
227
+ closeIconColorPressedInfo: string;
212
228
  closeColorHoverInfo: string;
213
229
  closeColorPressedInfo: string;
214
230
  borderSuccess: string;
215
231
  textColorSuccess: string;
216
232
  colorSuccess: string;
217
- closeColorSuccess: string;
233
+ colorBorderedSuccess: string;
234
+ closeIconColorSuccess: string;
235
+ closeIconColorHoverSuccess: string;
236
+ closeIconColorPressedSuccess: string;
218
237
  closeColorHoverSuccess: string;
219
238
  closeColorPressedSuccess: string;
220
239
  borderWarning: string;
221
240
  textColorWarning: string;
222
241
  colorWarning: string;
223
- closeColorWarning: string;
242
+ colorBorderedWarning: string;
243
+ closeIconColorWarning: string;
244
+ closeIconColorHoverWarning: string;
245
+ closeIconColorPressedWarning: string;
224
246
  closeColorHoverWarning: string;
225
247
  closeColorPressedWarning: string;
226
248
  borderError: string;
227
249
  textColorError: string;
228
250
  colorError: string;
229
- closeColorError: string;
251
+ colorBorderedError: string;
252
+ closeIconColorError: string;
253
+ closeIconColorHoverError: string;
254
+ closeIconColorPressedError: string;
230
255
  closeColorHoverError: string;
231
256
  closeColorPressedError: string;
257
+ closeIconSizeTiny: string;
258
+ closeIconSizeSmall: string;
259
+ closeIconSizeMedium: string;
260
+ closeIconSizeLarge: string;
232
261
  closeSizeTiny: string;
233
262
  closeSizeSmall: string;
234
263
  closeSizeMedium: string;
@@ -238,6 +267,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
238
267
  closeMarginRtl: string;
239
268
  }, any>>;
240
269
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
270
+ closeBorderRadius: string;
241
271
  heightTiny: string;
242
272
  heightSmall: string;
243
273
  heightMedium: string;
@@ -248,6 +278,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
248
278
  fontSizeSmall: string;
249
279
  fontSizeMedium: string;
250
280
  fontSizeLarge: string;
281
+ fontWeightStrong: string;
251
282
  textColorCheckable: string;
252
283
  textColorHoverCheckable: string;
253
284
  textColorPressedCheckable: string;
@@ -261,39 +292,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
261
292
  border: string;
262
293
  textColor: string;
263
294
  color: string;
264
- closeColor: string;
295
+ colorBordered: string;
296
+ closeIconColor: string;
297
+ closeIconColorHover: string;
298
+ closeIconColorPressed: string;
265
299
  closeColorHover: string;
266
300
  closeColorPressed: string;
267
301
  borderPrimary: string;
268
302
  textColorPrimary: string;
269
303
  colorPrimary: string;
270
- closeColorPrimary: string;
304
+ colorBorderedPrimary: string;
305
+ closeIconColorPrimary: string;
306
+ closeIconColorHoverPrimary: string;
307
+ closeIconColorPressedPrimary: string;
271
308
  closeColorHoverPrimary: string;
272
309
  closeColorPressedPrimary: string;
273
310
  borderInfo: string;
274
311
  textColorInfo: string;
275
312
  colorInfo: string;
276
- closeColorInfo: string;
313
+ colorBorderedInfo: string;
314
+ closeIconColorInfo: string;
315
+ closeIconColorHoverInfo: string;
316
+ closeIconColorPressedInfo: string;
277
317
  closeColorHoverInfo: string;
278
318
  closeColorPressedInfo: string;
279
319
  borderSuccess: string;
280
320
  textColorSuccess: string;
281
321
  colorSuccess: string;
282
- closeColorSuccess: string;
322
+ colorBorderedSuccess: string;
323
+ closeIconColorSuccess: string;
324
+ closeIconColorHoverSuccess: string;
325
+ closeIconColorPressedSuccess: string;
283
326
  closeColorHoverSuccess: string;
284
327
  closeColorPressedSuccess: string;
285
328
  borderWarning: string;
286
329
  textColorWarning: string;
287
330
  colorWarning: string;
288
- closeColorWarning: string;
331
+ colorBorderedWarning: string;
332
+ closeIconColorWarning: string;
333
+ closeIconColorHoverWarning: string;
334
+ closeIconColorPressedWarning: string;
289
335
  closeColorHoverWarning: string;
290
336
  closeColorPressedWarning: string;
291
337
  borderError: string;
292
338
  textColorError: string;
293
339
  colorError: string;
294
- closeColorError: string;
340
+ colorBorderedError: string;
341
+ closeIconColorError: string;
342
+ closeIconColorHoverError: string;
343
+ closeIconColorPressedError: string;
295
344
  closeColorHoverError: string;
296
345
  closeColorPressedError: string;
346
+ closeIconSizeTiny: string;
347
+ closeIconSizeSmall: string;
348
+ closeIconSizeMedium: string;
349
+ closeIconSizeLarge: string;
297
350
  closeSizeTiny: string;
298
351
  closeSizeSmall: string;
299
352
  closeSizeMedium: string;
@@ -303,6 +356,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
303
356
  closeMarginRtl: string;
304
357
  }, any>>>;
305
358
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
359
+ closeBorderRadius: string;
306
360
  heightTiny: string;
307
361
  heightSmall: string;
308
362
  heightMedium: string;
@@ -313,6 +367,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
313
367
  fontSizeSmall: string;
314
368
  fontSizeMedium: string;
315
369
  fontSizeLarge: string;
370
+ fontWeightStrong: string;
316
371
  textColorCheckable: string;
317
372
  textColorHoverCheckable: string;
318
373
  textColorPressedCheckable: string;
@@ -326,39 +381,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
326
381
  border: string;
327
382
  textColor: string;
328
383
  color: string;
329
- closeColor: string;
384
+ colorBordered: string;
385
+ closeIconColor: string;
386
+ closeIconColorHover: string;
387
+ closeIconColorPressed: string;
330
388
  closeColorHover: string;
331
389
  closeColorPressed: string;
332
390
  borderPrimary: string;
333
391
  textColorPrimary: string;
334
392
  colorPrimary: string;
335
- closeColorPrimary: string;
393
+ colorBorderedPrimary: string;
394
+ closeIconColorPrimary: string;
395
+ closeIconColorHoverPrimary: string;
396
+ closeIconColorPressedPrimary: string;
336
397
  closeColorHoverPrimary: string;
337
398
  closeColorPressedPrimary: string;
338
399
  borderInfo: string;
339
400
  textColorInfo: string;
340
401
  colorInfo: string;
341
- closeColorInfo: string;
402
+ colorBorderedInfo: string;
403
+ closeIconColorInfo: string;
404
+ closeIconColorHoverInfo: string;
405
+ closeIconColorPressedInfo: string;
342
406
  closeColorHoverInfo: string;
343
407
  closeColorPressedInfo: string;
344
408
  borderSuccess: string;
345
409
  textColorSuccess: string;
346
410
  colorSuccess: string;
347
- closeColorSuccess: string;
411
+ colorBorderedSuccess: string;
412
+ closeIconColorSuccess: string;
413
+ closeIconColorHoverSuccess: string;
414
+ closeIconColorPressedSuccess: string;
348
415
  closeColorHoverSuccess: string;
349
416
  closeColorPressedSuccess: string;
350
417
  borderWarning: string;
351
418
  textColorWarning: string;
352
419
  colorWarning: string;
353
- closeColorWarning: string;
420
+ colorBorderedWarning: string;
421
+ closeIconColorWarning: string;
422
+ closeIconColorHoverWarning: string;
423
+ closeIconColorPressedWarning: string;
354
424
  closeColorHoverWarning: string;
355
425
  closeColorPressedWarning: string;
356
426
  borderError: string;
357
427
  textColorError: string;
358
428
  colorError: string;
359
- closeColorError: string;
429
+ colorBorderedError: string;
430
+ closeIconColorError: string;
431
+ closeIconColorHoverError: string;
432
+ closeIconColorPressedError: string;
360
433
  closeColorHoverError: string;
361
434
  closeColorPressedError: string;
435
+ closeIconSizeTiny: string;
436
+ closeIconSizeSmall: string;
437
+ closeIconSizeMedium: string;
438
+ closeIconSizeLarge: string;
362
439
  closeSizeTiny: string;
363
440
  closeSizeSmall: string;
364
441
  closeSizeMedium: string;
@@ -375,14 +452,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
375
452
  handleClick: (e: MouseEvent) => void;
376
453
  handleCloseClick: (e: MouseEvent) => void;
377
454
  cssVars: import("vue").ComputedRef<{
455
+ '--n-font-weight-strong': string;
378
456
  '--n-avatar-size-override': string;
379
457
  '--n-bezier': string;
380
458
  '--n-border-radius': string;
381
459
  '--n-border': string;
382
- '--n-close-color': string;
383
- '--n-close-color-hover': string;
460
+ '--n-close-icon-size': string;
384
461
  '--n-close-color-pressed': string;
385
- '--n-close-color-disabled': string;
462
+ '--n-close-color-hover': string;
463
+ '--n-close-border-radius': string;
464
+ '--n-close-icon-color': string;
465
+ '--n-close-icon-color-hover': string;
466
+ '--n-close-icon-color-pressed': string;
467
+ '--n-close-icon-color-disabled': string;
386
468
  '--n-close-margin': string;
387
469
  '--n-close-margin-rtl': string;
388
470
  '--n-close-size': string;
@@ -413,11 +495,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
413
495
  };
414
496
  checked: BooleanConstructor;
415
497
  checkable: BooleanConstructor;
498
+ strong: BooleanConstructor;
416
499
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
417
500
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
418
501
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
419
502
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
420
503
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
504
+ internalCloseFocusable: {
505
+ type: BooleanConstructor;
506
+ default: boolean;
507
+ };
421
508
  internalStopClickPropagation: BooleanConstructor;
422
509
  onCheckedChange: {
423
510
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -440,6 +527,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
440
527
  readonly default: undefined;
441
528
  };
442
529
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
530
+ closeBorderRadius: string;
443
531
  heightTiny: string;
444
532
  heightSmall: string;
445
533
  heightMedium: string;
@@ -450,6 +538,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
450
538
  fontSizeSmall: string;
451
539
  fontSizeMedium: string;
452
540
  fontSizeLarge: string;
541
+ fontWeightStrong: string;
453
542
  textColorCheckable: string;
454
543
  textColorHoverCheckable: string;
455
544
  textColorPressedCheckable: string;
@@ -463,39 +552,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
463
552
  border: string;
464
553
  textColor: string;
465
554
  color: string;
466
- closeColor: string;
555
+ colorBordered: string;
556
+ closeIconColor: string;
557
+ closeIconColorHover: string;
558
+ closeIconColorPressed: string;
467
559
  closeColorHover: string;
468
560
  closeColorPressed: string;
469
561
  borderPrimary: string;
470
562
  textColorPrimary: string;
471
563
  colorPrimary: string;
472
- closeColorPrimary: string;
564
+ colorBorderedPrimary: string;
565
+ closeIconColorPrimary: string;
566
+ closeIconColorHoverPrimary: string;
567
+ closeIconColorPressedPrimary: string;
473
568
  closeColorHoverPrimary: string;
474
569
  closeColorPressedPrimary: string;
475
570
  borderInfo: string;
476
571
  textColorInfo: string;
477
572
  colorInfo: string;
478
- closeColorInfo: string;
573
+ colorBorderedInfo: string;
574
+ closeIconColorInfo: string;
575
+ closeIconColorHoverInfo: string;
576
+ closeIconColorPressedInfo: string;
479
577
  closeColorHoverInfo: string;
480
578
  closeColorPressedInfo: string;
481
579
  borderSuccess: string;
482
580
  textColorSuccess: string;
483
581
  colorSuccess: string;
484
- closeColorSuccess: string;
582
+ colorBorderedSuccess: string;
583
+ closeIconColorSuccess: string;
584
+ closeIconColorHoverSuccess: string;
585
+ closeIconColorPressedSuccess: string;
485
586
  closeColorHoverSuccess: string;
486
587
  closeColorPressedSuccess: string;
487
588
  borderWarning: string;
488
589
  textColorWarning: string;
489
590
  colorWarning: string;
490
- closeColorWarning: string;
591
+ colorBorderedWarning: string;
592
+ closeIconColorWarning: string;
593
+ closeIconColorHoverWarning: string;
594
+ closeIconColorPressedWarning: string;
491
595
  closeColorHoverWarning: string;
492
596
  closeColorPressedWarning: string;
493
597
  borderError: string;
494
598
  textColorError: string;
495
599
  colorError: string;
496
- closeColorError: string;
600
+ colorBorderedError: string;
601
+ closeIconColorError: string;
602
+ closeIconColorHoverError: string;
603
+ closeIconColorPressedError: string;
497
604
  closeColorHoverError: string;
498
605
  closeColorPressedError: string;
606
+ closeIconSizeTiny: string;
607
+ closeIconSizeSmall: string;
608
+ closeIconSizeMedium: string;
609
+ closeIconSizeLarge: string;
499
610
  closeSizeTiny: string;
500
611
  closeSizeSmall: string;
501
612
  closeSizeMedium: string;
@@ -505,6 +616,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
505
616
  closeMarginRtl: string;
506
617
  }, any>>;
507
618
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
619
+ closeBorderRadius: string;
508
620
  heightTiny: string;
509
621
  heightSmall: string;
510
622
  heightMedium: string;
@@ -515,6 +627,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
515
627
  fontSizeSmall: string;
516
628
  fontSizeMedium: string;
517
629
  fontSizeLarge: string;
630
+ fontWeightStrong: string;
518
631
  textColorCheckable: string;
519
632
  textColorHoverCheckable: string;
520
633
  textColorPressedCheckable: string;
@@ -528,39 +641,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
528
641
  border: string;
529
642
  textColor: string;
530
643
  color: string;
531
- closeColor: string;
644
+ colorBordered: string;
645
+ closeIconColor: string;
646
+ closeIconColorHover: string;
647
+ closeIconColorPressed: string;
532
648
  closeColorHover: string;
533
649
  closeColorPressed: string;
534
650
  borderPrimary: string;
535
651
  textColorPrimary: string;
536
652
  colorPrimary: string;
537
- closeColorPrimary: string;
653
+ colorBorderedPrimary: string;
654
+ closeIconColorPrimary: string;
655
+ closeIconColorHoverPrimary: string;
656
+ closeIconColorPressedPrimary: string;
538
657
  closeColorHoverPrimary: string;
539
658
  closeColorPressedPrimary: string;
540
659
  borderInfo: string;
541
660
  textColorInfo: string;
542
661
  colorInfo: string;
543
- closeColorInfo: string;
662
+ colorBorderedInfo: string;
663
+ closeIconColorInfo: string;
664
+ closeIconColorHoverInfo: string;
665
+ closeIconColorPressedInfo: string;
544
666
  closeColorHoverInfo: string;
545
667
  closeColorPressedInfo: string;
546
668
  borderSuccess: string;
547
669
  textColorSuccess: string;
548
670
  colorSuccess: string;
549
- closeColorSuccess: string;
671
+ colorBorderedSuccess: string;
672
+ closeIconColorSuccess: string;
673
+ closeIconColorHoverSuccess: string;
674
+ closeIconColorPressedSuccess: string;
550
675
  closeColorHoverSuccess: string;
551
676
  closeColorPressedSuccess: string;
552
677
  borderWarning: string;
553
678
  textColorWarning: string;
554
679
  colorWarning: string;
555
- closeColorWarning: string;
680
+ colorBorderedWarning: string;
681
+ closeIconColorWarning: string;
682
+ closeIconColorHoverWarning: string;
683
+ closeIconColorPressedWarning: string;
556
684
  closeColorHoverWarning: string;
557
685
  closeColorPressedWarning: string;
558
686
  borderError: string;
559
687
  textColorError: string;
560
688
  colorError: string;
561
- closeColorError: string;
689
+ colorBorderedError: string;
690
+ closeIconColorError: string;
691
+ closeIconColorHoverError: string;
692
+ closeIconColorPressedError: string;
562
693
  closeColorHoverError: string;
563
694
  closeColorPressedError: string;
695
+ closeIconSizeTiny: string;
696
+ closeIconSizeSmall: string;
697
+ closeIconSizeMedium: string;
698
+ closeIconSizeLarge: string;
564
699
  closeSizeTiny: string;
565
700
  closeSizeSmall: string;
566
701
  closeSizeMedium: string;
@@ -570,6 +705,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
570
705
  closeMarginRtl: string;
571
706
  }, any>>>;
572
707
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
708
+ closeBorderRadius: string;
573
709
  heightTiny: string;
574
710
  heightSmall: string;
575
711
  heightMedium: string;
@@ -580,6 +716,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
580
716
  fontSizeSmall: string;
581
717
  fontSizeMedium: string;
582
718
  fontSizeLarge: string;
719
+ fontWeightStrong: string;
583
720
  textColorCheckable: string;
584
721
  textColorHoverCheckable: string;
585
722
  textColorPressedCheckable: string;
@@ -593,39 +730,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
593
730
  border: string;
594
731
  textColor: string;
595
732
  color: string;
596
- closeColor: string;
733
+ colorBordered: string;
734
+ closeIconColor: string;
735
+ closeIconColorHover: string;
736
+ closeIconColorPressed: string;
597
737
  closeColorHover: string;
598
738
  closeColorPressed: string;
599
739
  borderPrimary: string;
600
740
  textColorPrimary: string;
601
741
  colorPrimary: string;
602
- closeColorPrimary: string;
742
+ colorBorderedPrimary: string;
743
+ closeIconColorPrimary: string;
744
+ closeIconColorHoverPrimary: string;
745
+ closeIconColorPressedPrimary: string;
603
746
  closeColorHoverPrimary: string;
604
747
  closeColorPressedPrimary: string;
605
748
  borderInfo: string;
606
749
  textColorInfo: string;
607
750
  colorInfo: string;
608
- closeColorInfo: string;
751
+ colorBorderedInfo: string;
752
+ closeIconColorInfo: string;
753
+ closeIconColorHoverInfo: string;
754
+ closeIconColorPressedInfo: string;
609
755
  closeColorHoverInfo: string;
610
756
  closeColorPressedInfo: string;
611
757
  borderSuccess: string;
612
758
  textColorSuccess: string;
613
759
  colorSuccess: string;
614
- closeColorSuccess: string;
760
+ colorBorderedSuccess: string;
761
+ closeIconColorSuccess: string;
762
+ closeIconColorHoverSuccess: string;
763
+ closeIconColorPressedSuccess: string;
615
764
  closeColorHoverSuccess: string;
616
765
  closeColorPressedSuccess: string;
617
766
  borderWarning: string;
618
767
  textColorWarning: string;
619
768
  colorWarning: string;
620
- closeColorWarning: string;
769
+ colorBorderedWarning: string;
770
+ closeIconColorWarning: string;
771
+ closeIconColorHoverWarning: string;
772
+ closeIconColorPressedWarning: string;
621
773
  closeColorHoverWarning: string;
622
774
  closeColorPressedWarning: string;
623
775
  borderError: string;
624
776
  textColorError: string;
625
777
  colorError: string;
626
- closeColorError: string;
778
+ colorBorderedError: string;
779
+ closeIconColorError: string;
780
+ closeIconColorHoverError: string;
781
+ closeIconColorPressedError: string;
627
782
  closeColorHoverError: string;
628
783
  closeColorPressedError: string;
784
+ closeIconSizeTiny: string;
785
+ closeIconSizeSmall: string;
786
+ closeIconSizeMedium: string;
787
+ closeIconSizeLarge: string;
629
788
  closeSizeTiny: string;
630
789
  closeSizeSmall: string;
631
790
  closeSizeMedium: string;
@@ -640,11 +799,13 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
640
799
  size: "small" | "medium" | "large" | "tiny";
641
800
  disabled: boolean | undefined;
642
801
  checked: boolean;
802
+ strong: boolean;
643
803
  bordered: boolean | undefined;
804
+ closable: boolean;
644
805
  checkable: boolean;
806
+ internalCloseFocusable: boolean;
645
807
  internalStopClickPropagation: boolean;
646
808
  onCheckedChange: (checked: boolean) => void;
647
- closable: boolean;
648
809
  }>;
649
810
  NIcon: import("vue").DefineComponent<{
650
811
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
@@ -828,9 +989,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
828
989
  titleTextColor: string;
829
990
  textColor: string;
830
991
  color: string;
831
- closeColor: string;
832
992
  closeColorHover: string;
833
993
  closeColorPressed: string;
994
+ closeIconColor: string;
995
+ closeIconColorHover: string;
996
+ closeIconColorPressed: string;
997
+ closeBorderRadius: string;
834
998
  iconColor: string;
835
999
  iconColorInfo: string;
836
1000
  iconColorSuccess: string;
@@ -846,6 +1010,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
846
1010
  iconMargin: string;
847
1011
  iconMarginIconTop: string;
848
1012
  closeSize: string;
1013
+ closeIconSize: string;
849
1014
  closeMargin: string;
850
1015
  closeMarginIconTop: string;
851
1016
  }, {
@@ -1066,9 +1231,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1066
1231
  borderColor: string;
1067
1232
  actionColor: string;
1068
1233
  titleFontWeight: string;
1069
- closeColor: string;
1070
1234
  closeColorHover: string;
1071
1235
  closeColorPressed: string;
1236
+ closeBorderRadius: string;
1237
+ closeIconColor: string;
1238
+ closeIconColorHover: string;
1239
+ closeIconColorPressed: string;
1072
1240
  fontSizeSmall: string;
1073
1241
  fontSizeMedium: string;
1074
1242
  fontSizeLarge: string;
@@ -1083,6 +1251,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1083
1251
  titleFontSizeMedium: string;
1084
1252
  titleFontSizeLarge: string;
1085
1253
  titleFontSizeHuge: string;
1254
+ closeIconSize: string;
1086
1255
  closeSize: string;
1087
1256
  }, any>;
1088
1257
  }>>;
@@ -1102,9 +1271,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1102
1271
  titleTextColor: string;
1103
1272
  textColor: string;
1104
1273
  color: string;
1105
- closeColor: string;
1106
1274
  closeColorHover: string;
1107
1275
  closeColorPressed: string;
1276
+ closeIconColor: string;
1277
+ closeIconColorHover: string;
1278
+ closeIconColorPressed: string;
1279
+ closeBorderRadius: string;
1108
1280
  iconColor: string;
1109
1281
  iconColorInfo: string;
1110
1282
  iconColorSuccess: string;
@@ -1120,6 +1292,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1120
1292
  iconMargin: string;
1121
1293
  iconMarginIconTop: string;
1122
1294
  closeSize: string;
1295
+ closeIconSize: string;
1123
1296
  closeMargin: string;
1124
1297
  closeMarginIconTop: string;
1125
1298
  }, {
@@ -1340,9 +1513,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1340
1513
  borderColor: string;
1341
1514
  actionColor: string;
1342
1515
  titleFontWeight: string;
1343
- closeColor: string;
1344
1516
  closeColorHover: string;
1345
1517
  closeColorPressed: string;
1518
+ closeBorderRadius: string;
1519
+ closeIconColor: string;
1520
+ closeIconColorHover: string;
1521
+ closeIconColorPressed: string;
1346
1522
  fontSizeSmall: string;
1347
1523
  fontSizeMedium: string;
1348
1524
  fontSizeLarge: string;
@@ -1357,6 +1533,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1357
1533
  titleFontSizeMedium: string;
1358
1534
  titleFontSizeLarge: string;
1359
1535
  titleFontSizeHuge: string;
1536
+ closeIconSize: string;
1360
1537
  closeSize: string;
1361
1538
  }, any>;
1362
1539
  }>>>;
@@ -1376,9 +1553,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1376
1553
  titleTextColor: string;
1377
1554
  textColor: string;
1378
1555
  color: string;
1379
- closeColor: string;
1380
1556
  closeColorHover: string;
1381
1557
  closeColorPressed: string;
1558
+ closeIconColor: string;
1559
+ closeIconColorHover: string;
1560
+ closeIconColorPressed: string;
1561
+ closeBorderRadius: string;
1382
1562
  iconColor: string;
1383
1563
  iconColorInfo: string;
1384
1564
  iconColorSuccess: string;
@@ -1394,6 +1574,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1394
1574
  iconMargin: string;
1395
1575
  iconMarginIconTop: string;
1396
1576
  closeSize: string;
1577
+ closeIconSize: string;
1397
1578
  closeMargin: string;
1398
1579
  closeMarginIconTop: string;
1399
1580
  }, {
@@ -1614,9 +1795,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1614
1795
  borderColor: string;
1615
1796
  actionColor: string;
1616
1797
  titleFontWeight: string;
1617
- closeColor: string;
1618
1798
  closeColorHover: string;
1619
1799
  closeColorPressed: string;
1800
+ closeBorderRadius: string;
1801
+ closeIconColor: string;
1802
+ closeIconColorHover: string;
1803
+ closeIconColorPressed: string;
1620
1804
  fontSizeSmall: string;
1621
1805
  fontSizeMedium: string;
1622
1806
  fontSizeLarge: string;
@@ -1631,6 +1815,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1631
1815
  titleFontSizeMedium: string;
1632
1816
  titleFontSizeLarge: string;
1633
1817
  titleFontSizeHuge: string;
1818
+ closeIconSize: string;
1634
1819
  closeSize: string;
1635
1820
  }, any>;
1636
1821
  }>>>;
@@ -1766,9 +1951,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1766
1951
  titleTextColor: string;
1767
1952
  textColor: string;
1768
1953
  color: string;
1769
- closeColor: string;
1770
1954
  closeColorHover: string;
1771
1955
  closeColorPressed: string;
1956
+ closeIconColor: string;
1957
+ closeIconColorHover: string;
1958
+ closeIconColorPressed: string;
1959
+ closeBorderRadius: string;
1772
1960
  iconColor: string;
1773
1961
  iconColorInfo: string;
1774
1962
  iconColorSuccess: string;
@@ -1784,6 +1972,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
1784
1972
  iconMargin: string;
1785
1973
  iconMarginIconTop: string;
1786
1974
  closeSize: string;
1975
+ closeIconSize: string;
1787
1976
  closeMargin: string;
1788
1977
  closeMarginIconTop: string;
1789
1978
  }, {
@@ -2004,9 +2193,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2004
2193
  borderColor: string;
2005
2194
  actionColor: string;
2006
2195
  titleFontWeight: string;
2007
- closeColor: string;
2008
2196
  closeColorHover: string;
2009
2197
  closeColorPressed: string;
2198
+ closeBorderRadius: string;
2199
+ closeIconColor: string;
2200
+ closeIconColorHover: string;
2201
+ closeIconColorPressed: string;
2010
2202
  fontSizeSmall: string;
2011
2203
  fontSizeMedium: string;
2012
2204
  fontSizeLarge: string;
@@ -2021,6 +2213,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2021
2213
  titleFontSizeMedium: string;
2022
2214
  titleFontSizeLarge: string;
2023
2215
  titleFontSizeHuge: string;
2216
+ closeIconSize: string;
2024
2217
  closeSize: string;
2025
2218
  }, any>;
2026
2219
  }>>;
@@ -2040,9 +2233,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2040
2233
  titleTextColor: string;
2041
2234
  textColor: string;
2042
2235
  color: string;
2043
- closeColor: string;
2044
2236
  closeColorHover: string;
2045
2237
  closeColorPressed: string;
2238
+ closeIconColor: string;
2239
+ closeIconColorHover: string;
2240
+ closeIconColorPressed: string;
2241
+ closeBorderRadius: string;
2046
2242
  iconColor: string;
2047
2243
  iconColorInfo: string;
2048
2244
  iconColorSuccess: string;
@@ -2058,6 +2254,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2058
2254
  iconMargin: string;
2059
2255
  iconMarginIconTop: string;
2060
2256
  closeSize: string;
2257
+ closeIconSize: string;
2061
2258
  closeMargin: string;
2062
2259
  closeMarginIconTop: string;
2063
2260
  }, {
@@ -2278,9 +2475,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2278
2475
  borderColor: string;
2279
2476
  actionColor: string;
2280
2477
  titleFontWeight: string;
2281
- closeColor: string;
2282
2478
  closeColorHover: string;
2283
2479
  closeColorPressed: string;
2480
+ closeBorderRadius: string;
2481
+ closeIconColor: string;
2482
+ closeIconColorHover: string;
2483
+ closeIconColorPressed: string;
2284
2484
  fontSizeSmall: string;
2285
2485
  fontSizeMedium: string;
2286
2486
  fontSizeLarge: string;
@@ -2295,6 +2495,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2295
2495
  titleFontSizeMedium: string;
2296
2496
  titleFontSizeLarge: string;
2297
2497
  titleFontSizeHuge: string;
2498
+ closeIconSize: string;
2298
2499
  closeSize: string;
2299
2500
  }, any>;
2300
2501
  }>>>;
@@ -2314,9 +2515,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2314
2515
  titleTextColor: string;
2315
2516
  textColor: string;
2316
2517
  color: string;
2317
- closeColor: string;
2318
2518
  closeColorHover: string;
2319
2519
  closeColorPressed: string;
2520
+ closeIconColor: string;
2521
+ closeIconColorHover: string;
2522
+ closeIconColorPressed: string;
2523
+ closeBorderRadius: string;
2320
2524
  iconColor: string;
2321
2525
  iconColorInfo: string;
2322
2526
  iconColorSuccess: string;
@@ -2332,6 +2536,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2332
2536
  iconMargin: string;
2333
2537
  iconMarginIconTop: string;
2334
2538
  closeSize: string;
2539
+ closeIconSize: string;
2335
2540
  closeMargin: string;
2336
2541
  closeMarginIconTop: string;
2337
2542
  }, {
@@ -2552,9 +2757,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2552
2757
  borderColor: string;
2553
2758
  actionColor: string;
2554
2759
  titleFontWeight: string;
2555
- closeColor: string;
2556
2760
  closeColorHover: string;
2557
2761
  closeColorPressed: string;
2762
+ closeBorderRadius: string;
2763
+ closeIconColor: string;
2764
+ closeIconColorHover: string;
2765
+ closeIconColorPressed: string;
2558
2766
  fontSizeSmall: string;
2559
2767
  fontSizeMedium: string;
2560
2768
  fontSizeLarge: string;
@@ -2569,6 +2777,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2569
2777
  titleFontSizeMedium: string;
2570
2778
  titleFontSizeLarge: string;
2571
2779
  titleFontSizeHuge: string;
2780
+ closeIconSize: string;
2572
2781
  closeSize: string;
2573
2782
  }, any>;
2574
2783
  }>>>;
@@ -2666,11 +2875,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2666
2875
  gapLarge: string;
2667
2876
  }, any>>>;
2668
2877
  }>>, {
2669
- inline: boolean;
2670
- size: number | "small" | "medium" | "large" | [number, number];
2671
- wrap: boolean;
2672
- vertical: boolean;
2673
- justify: import("naive-ui/es/space/src/Space").Justify;
2878
+ readonly inline: boolean;
2879
+ readonly size: number | "small" | "medium" | "large" | [number, number];
2880
+ readonly wrap: boolean;
2881
+ readonly vertical: boolean;
2882
+ readonly justify: import("naive-ui/es/space/src/Space").Justify;
2674
2883
  }>;
2675
2884
  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<{}>>, {}>;
2676
2885
  labelFormContent: import("vue").DefineComponent<{
@@ -2838,9 +3047,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2838
3047
  tabTextColorActiveCard: string;
2839
3048
  tabTextColorDisabledCard: string;
2840
3049
  barColor: string;
2841
- closeColor: string;
3050
+ closeIconColor: string;
3051
+ closeIconColorHover: string;
3052
+ closeIconColorPressed: string;
2842
3053
  closeColorHover: string;
2843
3054
  closeColorPressed: string;
3055
+ closeBorderRadius: string;
2844
3056
  tabColor: string;
2845
3057
  tabColorSegment: string;
2846
3058
  tabBorderColor: string;
@@ -2879,6 +3091,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2879
3091
  panePaddingSmall: string;
2880
3092
  panePaddingMedium: string;
2881
3093
  panePaddingLarge: string;
3094
+ closeSize: string;
3095
+ closeIconSize: string;
2882
3096
  }, any>>;
2883
3097
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2884
3098
  colorSegment: string;
@@ -2900,9 +3114,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2900
3114
  tabTextColorActiveCard: string;
2901
3115
  tabTextColorDisabledCard: string;
2902
3116
  barColor: string;
2903
- closeColor: string;
3117
+ closeIconColor: string;
3118
+ closeIconColorHover: string;
3119
+ closeIconColorPressed: string;
2904
3120
  closeColorHover: string;
2905
3121
  closeColorPressed: string;
3122
+ closeBorderRadius: string;
2906
3123
  tabColor: string;
2907
3124
  tabColorSegment: string;
2908
3125
  tabBorderColor: string;
@@ -2941,6 +3158,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2941
3158
  panePaddingSmall: string;
2942
3159
  panePaddingMedium: string;
2943
3160
  panePaddingLarge: string;
3161
+ closeSize: string;
3162
+ closeIconSize: string;
2944
3163
  }, any>>>;
2945
3164
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
2946
3165
  colorSegment: string;
@@ -2962,9 +3181,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
2962
3181
  tabTextColorActiveCard: string;
2963
3182
  tabTextColorDisabledCard: string;
2964
3183
  barColor: string;
2965
- closeColor: string;
3184
+ closeIconColor: string;
3185
+ closeIconColorHover: string;
3186
+ closeIconColorPressed: string;
2966
3187
  closeColorHover: string;
2967
3188
  closeColorPressed: string;
3189
+ closeBorderRadius: string;
2968
3190
  tabColor: string;
2969
3191
  tabColorSegment: string;
2970
3192
  tabBorderColor: string;
@@ -3003,12 +3225,15 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3003
3225
  panePaddingSmall: string;
3004
3226
  panePaddingMedium: string;
3005
3227
  panePaddingLarge: string;
3228
+ closeSize: string;
3229
+ closeIconSize: string;
3006
3230
  }, any>>>;
3007
3231
  }, {
3008
3232
  syncBarPosition: () => void;
3009
3233
  mergedClsPrefix: import("vue").ComputedRef<string>;
3010
3234
  mergedValue: import("vue").ComputedRef<string | number | null>;
3011
3235
  renderedNames: Set<string | number>;
3236
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
3012
3237
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
3013
3238
  tabsElRef: import("vue").Ref<HTMLElement | null>;
3014
3239
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -3073,9 +3298,14 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3073
3298
  '--n-pane-text-color': string;
3074
3299
  '--n-tab-border-color': string;
3075
3300
  '--n-tab-border-radius': string;
3076
- '--n-close-color': string;
3301
+ '--n-close-size': string;
3302
+ '--n-close-icon-size': string;
3077
3303
  '--n-close-color-hover': string;
3078
3304
  '--n-close-color-pressed': string;
3305
+ '--n-close-border-radius': string;
3306
+ '--n-close-icon-color': string;
3307
+ '--n-close-icon-color-hover': string;
3308
+ '--n-close-icon-color-pressed': string;
3079
3309
  '--n-tab-color': string;
3080
3310
  '--n-tab-font-weight': string;
3081
3311
  '--n-tab-font-weight-active': string;
@@ -3090,7 +3320,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3090
3320
  renderNameListRef: {
3091
3321
  value: (string | number)[];
3092
3322
  };
3093
- onAnimationBeforeLeave: () => void;
3323
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
3094
3324
  onAnimationEnter: (el: HTMLElement) => void;
3095
3325
  onAnimationAfterEnter: () => void;
3096
3326
  onRender: (() => void) | undefined;
@@ -3149,9 +3379,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3149
3379
  tabTextColorActiveCard: string;
3150
3380
  tabTextColorDisabledCard: string;
3151
3381
  barColor: string;
3152
- closeColor: string;
3382
+ closeIconColor: string;
3383
+ closeIconColorHover: string;
3384
+ closeIconColorPressed: string;
3153
3385
  closeColorHover: string;
3154
3386
  closeColorPressed: string;
3387
+ closeBorderRadius: string;
3155
3388
  tabColor: string;
3156
3389
  tabColorSegment: string;
3157
3390
  tabBorderColor: string;
@@ -3190,6 +3423,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3190
3423
  panePaddingSmall: string;
3191
3424
  panePaddingMedium: string;
3192
3425
  panePaddingLarge: string;
3426
+ closeSize: string;
3427
+ closeIconSize: string;
3193
3428
  }, any>>;
3194
3429
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3195
3430
  colorSegment: string;
@@ -3211,9 +3446,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3211
3446
  tabTextColorActiveCard: string;
3212
3447
  tabTextColorDisabledCard: string;
3213
3448
  barColor: string;
3214
- closeColor: string;
3449
+ closeIconColor: string;
3450
+ closeIconColorHover: string;
3451
+ closeIconColorPressed: string;
3215
3452
  closeColorHover: string;
3216
3453
  closeColorPressed: string;
3454
+ closeBorderRadius: string;
3217
3455
  tabColor: string;
3218
3456
  tabColorSegment: string;
3219
3457
  tabBorderColor: string;
@@ -3252,6 +3490,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3252
3490
  panePaddingSmall: string;
3253
3491
  panePaddingMedium: string;
3254
3492
  panePaddingLarge: string;
3493
+ closeSize: string;
3494
+ closeIconSize: string;
3255
3495
  }, any>>>;
3256
3496
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
3257
3497
  colorSegment: string;
@@ -3273,9 +3513,12 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3273
3513
  tabTextColorActiveCard: string;
3274
3514
  tabTextColorDisabledCard: string;
3275
3515
  barColor: string;
3276
- closeColor: string;
3516
+ closeIconColor: string;
3517
+ closeIconColorHover: string;
3518
+ closeIconColorPressed: string;
3277
3519
  closeColorHover: string;
3278
3520
  closeColorPressed: string;
3521
+ closeBorderRadius: string;
3279
3522
  tabColor: string;
3280
3523
  tabColorSegment: string;
3281
3524
  tabBorderColor: string;
@@ -3314,14 +3557,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3314
3557
  panePaddingSmall: string;
3315
3558
  panePaddingMedium: string;
3316
3559
  panePaddingLarge: string;
3560
+ closeSize: string;
3561
+ closeIconSize: string;
3317
3562
  }, any>>>;
3318
3563
  }>>, {
3319
- type: import("naive-ui/es/tabs/src/interface").TabsType;
3320
- size: "small" | "medium" | "large";
3321
- closable: boolean;
3322
- trigger: "click" | "hover";
3323
- animated: boolean;
3324
- tabsPadding: number;
3564
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
3565
+ readonly size: "small" | "medium" | "large";
3566
+ readonly closable: boolean;
3567
+ readonly trigger: "click" | "hover";
3568
+ readonly animated: boolean;
3569
+ readonly tabsPadding: number;
3325
3570
  }>;
3326
3571
  NTabPane: import("vue").DefineComponent<{
3327
3572
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -3370,9 +3615,9 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3370
3615
  [key: string]: any;
3371
3616
  }> | (() => import("vue").VNodeChild)>;
3372
3617
  }>>, {
3373
- disabled: boolean;
3374
- closable: boolean | undefined;
3375
- displayDirective: "show" | "if" | "show:lazy";
3618
+ readonly disabled: boolean;
3619
+ readonly closable: boolean | undefined;
3620
+ readonly displayDirective: "show" | "if" | "show:lazy";
3376
3621
  }>;
3377
3622
  NAnchor: import("vue").DefineComponent<{
3378
3623
  readonly type: {
@@ -3546,17 +3791,17 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3546
3791
  railWidth: string;
3547
3792
  }, any>>>;
3548
3793
  }>>, {
3549
- type: "block" | "rail";
3550
- bound: number;
3551
- position: "fix" | "absolute";
3552
- target: (() => HTMLElement) | undefined;
3553
- affix: boolean;
3554
- offsetTop: number | undefined;
3555
- offsetBottom: number | undefined;
3556
- showRail: boolean;
3557
- showBackground: boolean;
3558
- internalScrollable: boolean;
3559
- ignoreGap: boolean;
3794
+ readonly type: "block" | "rail";
3795
+ readonly bound: number;
3796
+ readonly position: "fix" | "absolute";
3797
+ readonly target: (() => HTMLElement) | undefined;
3798
+ readonly affix: boolean;
3799
+ readonly offsetTop: number | undefined;
3800
+ readonly offsetBottom: number | undefined;
3801
+ readonly showRail: boolean;
3802
+ readonly showBackground: boolean;
3803
+ readonly internalScrollable: boolean;
3804
+ readonly ignoreGap: boolean;
3560
3805
  }>;
3561
3806
  NAnchorLink: import("vue").DefineComponent<{
3562
3807
  readonly title: StringConstructor;
@@ -3631,11 +3876,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3631
3876
  };
3632
3877
  checked: BooleanConstructor;
3633
3878
  checkable: BooleanConstructor;
3879
+ strong: BooleanConstructor;
3634
3880
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3635
3881
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
3636
3882
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
3637
3883
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
3638
3884
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
3885
+ internalCloseFocusable: {
3886
+ type: BooleanConstructor;
3887
+ default: boolean;
3888
+ };
3639
3889
  internalStopClickPropagation: BooleanConstructor;
3640
3890
  onCheckedChange: {
3641
3891
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -3658,6 +3908,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3658
3908
  readonly default: undefined;
3659
3909
  };
3660
3910
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
3911
+ closeBorderRadius: string;
3661
3912
  heightTiny: string;
3662
3913
  heightSmall: string;
3663
3914
  heightMedium: string;
@@ -3668,6 +3919,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3668
3919
  fontSizeSmall: string;
3669
3920
  fontSizeMedium: string;
3670
3921
  fontSizeLarge: string;
3922
+ fontWeightStrong: string;
3671
3923
  textColorCheckable: string;
3672
3924
  textColorHoverCheckable: string;
3673
3925
  textColorPressedCheckable: string;
@@ -3681,39 +3933,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3681
3933
  border: string;
3682
3934
  textColor: string;
3683
3935
  color: string;
3684
- closeColor: string;
3936
+ colorBordered: string;
3937
+ closeIconColor: string;
3938
+ closeIconColorHover: string;
3939
+ closeIconColorPressed: string;
3685
3940
  closeColorHover: string;
3686
3941
  closeColorPressed: string;
3687
3942
  borderPrimary: string;
3688
3943
  textColorPrimary: string;
3689
3944
  colorPrimary: string;
3690
- closeColorPrimary: string;
3945
+ colorBorderedPrimary: string;
3946
+ closeIconColorPrimary: string;
3947
+ closeIconColorHoverPrimary: string;
3948
+ closeIconColorPressedPrimary: string;
3691
3949
  closeColorHoverPrimary: string;
3692
3950
  closeColorPressedPrimary: string;
3693
3951
  borderInfo: string;
3694
3952
  textColorInfo: string;
3695
3953
  colorInfo: string;
3696
- closeColorInfo: string;
3954
+ colorBorderedInfo: string;
3955
+ closeIconColorInfo: string;
3956
+ closeIconColorHoverInfo: string;
3957
+ closeIconColorPressedInfo: string;
3697
3958
  closeColorHoverInfo: string;
3698
3959
  closeColorPressedInfo: string;
3699
3960
  borderSuccess: string;
3700
3961
  textColorSuccess: string;
3701
3962
  colorSuccess: string;
3702
- closeColorSuccess: string;
3963
+ colorBorderedSuccess: string;
3964
+ closeIconColorSuccess: string;
3965
+ closeIconColorHoverSuccess: string;
3966
+ closeIconColorPressedSuccess: string;
3703
3967
  closeColorHoverSuccess: string;
3704
3968
  closeColorPressedSuccess: string;
3705
3969
  borderWarning: string;
3706
3970
  textColorWarning: string;
3707
3971
  colorWarning: string;
3708
- closeColorWarning: string;
3972
+ colorBorderedWarning: string;
3973
+ closeIconColorWarning: string;
3974
+ closeIconColorHoverWarning: string;
3975
+ closeIconColorPressedWarning: string;
3709
3976
  closeColorHoverWarning: string;
3710
3977
  closeColorPressedWarning: string;
3711
3978
  borderError: string;
3712
3979
  textColorError: string;
3713
3980
  colorError: string;
3714
- closeColorError: string;
3981
+ colorBorderedError: string;
3982
+ closeIconColorError: string;
3983
+ closeIconColorHoverError: string;
3984
+ closeIconColorPressedError: string;
3715
3985
  closeColorHoverError: string;
3716
3986
  closeColorPressedError: string;
3987
+ closeIconSizeTiny: string;
3988
+ closeIconSizeSmall: string;
3989
+ closeIconSizeMedium: string;
3990
+ closeIconSizeLarge: string;
3717
3991
  closeSizeTiny: string;
3718
3992
  closeSizeSmall: string;
3719
3993
  closeSizeMedium: string;
@@ -3723,6 +3997,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3723
3997
  closeMarginRtl: string;
3724
3998
  }, any>>;
3725
3999
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4000
+ closeBorderRadius: string;
3726
4001
  heightTiny: string;
3727
4002
  heightSmall: string;
3728
4003
  heightMedium: string;
@@ -3733,6 +4008,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3733
4008
  fontSizeSmall: string;
3734
4009
  fontSizeMedium: string;
3735
4010
  fontSizeLarge: string;
4011
+ fontWeightStrong: string;
3736
4012
  textColorCheckable: string;
3737
4013
  textColorHoverCheckable: string;
3738
4014
  textColorPressedCheckable: string;
@@ -3746,39 +4022,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3746
4022
  border: string;
3747
4023
  textColor: string;
3748
4024
  color: string;
3749
- closeColor: string;
4025
+ colorBordered: string;
4026
+ closeIconColor: string;
4027
+ closeIconColorHover: string;
4028
+ closeIconColorPressed: string;
3750
4029
  closeColorHover: string;
3751
4030
  closeColorPressed: string;
3752
4031
  borderPrimary: string;
3753
4032
  textColorPrimary: string;
3754
4033
  colorPrimary: string;
3755
- closeColorPrimary: string;
4034
+ colorBorderedPrimary: string;
4035
+ closeIconColorPrimary: string;
4036
+ closeIconColorHoverPrimary: string;
4037
+ closeIconColorPressedPrimary: string;
3756
4038
  closeColorHoverPrimary: string;
3757
4039
  closeColorPressedPrimary: string;
3758
4040
  borderInfo: string;
3759
4041
  textColorInfo: string;
3760
4042
  colorInfo: string;
3761
- closeColorInfo: string;
4043
+ colorBorderedInfo: string;
4044
+ closeIconColorInfo: string;
4045
+ closeIconColorHoverInfo: string;
4046
+ closeIconColorPressedInfo: string;
3762
4047
  closeColorHoverInfo: string;
3763
4048
  closeColorPressedInfo: string;
3764
4049
  borderSuccess: string;
3765
4050
  textColorSuccess: string;
3766
4051
  colorSuccess: string;
3767
- closeColorSuccess: string;
4052
+ colorBorderedSuccess: string;
4053
+ closeIconColorSuccess: string;
4054
+ closeIconColorHoverSuccess: string;
4055
+ closeIconColorPressedSuccess: string;
3768
4056
  closeColorHoverSuccess: string;
3769
4057
  closeColorPressedSuccess: string;
3770
4058
  borderWarning: string;
3771
4059
  textColorWarning: string;
3772
4060
  colorWarning: string;
3773
- closeColorWarning: string;
4061
+ colorBorderedWarning: string;
4062
+ closeIconColorWarning: string;
4063
+ closeIconColorHoverWarning: string;
4064
+ closeIconColorPressedWarning: string;
3774
4065
  closeColorHoverWarning: string;
3775
4066
  closeColorPressedWarning: string;
3776
4067
  borderError: string;
3777
4068
  textColorError: string;
3778
4069
  colorError: string;
3779
- closeColorError: string;
4070
+ colorBorderedError: string;
4071
+ closeIconColorError: string;
4072
+ closeIconColorHoverError: string;
4073
+ closeIconColorPressedError: string;
3780
4074
  closeColorHoverError: string;
3781
4075
  closeColorPressedError: string;
4076
+ closeIconSizeTiny: string;
4077
+ closeIconSizeSmall: string;
4078
+ closeIconSizeMedium: string;
4079
+ closeIconSizeLarge: string;
3782
4080
  closeSizeTiny: string;
3783
4081
  closeSizeSmall: string;
3784
4082
  closeSizeMedium: string;
@@ -3788,6 +4086,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3788
4086
  closeMarginRtl: string;
3789
4087
  }, any>>>;
3790
4088
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4089
+ closeBorderRadius: string;
3791
4090
  heightTiny: string;
3792
4091
  heightSmall: string;
3793
4092
  heightMedium: string;
@@ -3798,6 +4097,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3798
4097
  fontSizeSmall: string;
3799
4098
  fontSizeMedium: string;
3800
4099
  fontSizeLarge: string;
4100
+ fontWeightStrong: string;
3801
4101
  textColorCheckable: string;
3802
4102
  textColorHoverCheckable: string;
3803
4103
  textColorPressedCheckable: string;
@@ -3811,39 +4111,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3811
4111
  border: string;
3812
4112
  textColor: string;
3813
4113
  color: string;
3814
- closeColor: string;
4114
+ colorBordered: string;
4115
+ closeIconColor: string;
4116
+ closeIconColorHover: string;
4117
+ closeIconColorPressed: string;
3815
4118
  closeColorHover: string;
3816
4119
  closeColorPressed: string;
3817
4120
  borderPrimary: string;
3818
4121
  textColorPrimary: string;
3819
4122
  colorPrimary: string;
3820
- closeColorPrimary: string;
4123
+ colorBorderedPrimary: string;
4124
+ closeIconColorPrimary: string;
4125
+ closeIconColorHoverPrimary: string;
4126
+ closeIconColorPressedPrimary: string;
3821
4127
  closeColorHoverPrimary: string;
3822
4128
  closeColorPressedPrimary: string;
3823
4129
  borderInfo: string;
3824
4130
  textColorInfo: string;
3825
4131
  colorInfo: string;
3826
- closeColorInfo: string;
4132
+ colorBorderedInfo: string;
4133
+ closeIconColorInfo: string;
4134
+ closeIconColorHoverInfo: string;
4135
+ closeIconColorPressedInfo: string;
3827
4136
  closeColorHoverInfo: string;
3828
4137
  closeColorPressedInfo: string;
3829
4138
  borderSuccess: string;
3830
4139
  textColorSuccess: string;
3831
4140
  colorSuccess: string;
3832
- closeColorSuccess: string;
4141
+ colorBorderedSuccess: string;
4142
+ closeIconColorSuccess: string;
4143
+ closeIconColorHoverSuccess: string;
4144
+ closeIconColorPressedSuccess: string;
3833
4145
  closeColorHoverSuccess: string;
3834
4146
  closeColorPressedSuccess: string;
3835
4147
  borderWarning: string;
3836
4148
  textColorWarning: string;
3837
4149
  colorWarning: string;
3838
- closeColorWarning: string;
4150
+ colorBorderedWarning: string;
4151
+ closeIconColorWarning: string;
4152
+ closeIconColorHoverWarning: string;
4153
+ closeIconColorPressedWarning: string;
3839
4154
  closeColorHoverWarning: string;
3840
4155
  closeColorPressedWarning: string;
3841
4156
  borderError: string;
3842
4157
  textColorError: string;
3843
4158
  colorError: string;
3844
- closeColorError: string;
4159
+ colorBorderedError: string;
4160
+ closeIconColorError: string;
4161
+ closeIconColorHoverError: string;
4162
+ closeIconColorPressedError: string;
3845
4163
  closeColorHoverError: string;
3846
4164
  closeColorPressedError: string;
4165
+ closeIconSizeTiny: string;
4166
+ closeIconSizeSmall: string;
4167
+ closeIconSizeMedium: string;
4168
+ closeIconSizeLarge: string;
3847
4169
  closeSizeTiny: string;
3848
4170
  closeSizeSmall: string;
3849
4171
  closeSizeMedium: string;
@@ -3860,14 +4182,19 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3860
4182
  handleClick: (e: MouseEvent) => void;
3861
4183
  handleCloseClick: (e: MouseEvent) => void;
3862
4184
  cssVars: import("vue").ComputedRef<{
4185
+ '--n-font-weight-strong': string;
3863
4186
  '--n-avatar-size-override': string;
3864
4187
  '--n-bezier': string;
3865
4188
  '--n-border-radius': string;
3866
4189
  '--n-border': string;
3867
- '--n-close-color': string;
3868
- '--n-close-color-hover': string;
4190
+ '--n-close-icon-size': string;
3869
4191
  '--n-close-color-pressed': string;
3870
- '--n-close-color-disabled': string;
4192
+ '--n-close-color-hover': string;
4193
+ '--n-close-border-radius': string;
4194
+ '--n-close-icon-color': string;
4195
+ '--n-close-icon-color-hover': string;
4196
+ '--n-close-icon-color-pressed': string;
4197
+ '--n-close-icon-color-disabled': string;
3871
4198
  '--n-close-margin': string;
3872
4199
  '--n-close-margin-rtl': string;
3873
4200
  '--n-close-size': string;
@@ -3898,11 +4225,16 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3898
4225
  };
3899
4226
  checked: BooleanConstructor;
3900
4227
  checkable: BooleanConstructor;
4228
+ strong: BooleanConstructor;
3901
4229
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
3902
4230
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
3903
4231
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
3904
4232
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
3905
4233
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
4234
+ internalCloseFocusable: {
4235
+ type: BooleanConstructor;
4236
+ default: boolean;
4237
+ };
3906
4238
  internalStopClickPropagation: BooleanConstructor;
3907
4239
  onCheckedChange: {
3908
4240
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -3925,6 +4257,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3925
4257
  readonly default: undefined;
3926
4258
  };
3927
4259
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
4260
+ closeBorderRadius: string;
3928
4261
  heightTiny: string;
3929
4262
  heightSmall: string;
3930
4263
  heightMedium: string;
@@ -3935,6 +4268,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3935
4268
  fontSizeSmall: string;
3936
4269
  fontSizeMedium: string;
3937
4270
  fontSizeLarge: string;
4271
+ fontWeightStrong: string;
3938
4272
  textColorCheckable: string;
3939
4273
  textColorHoverCheckable: string;
3940
4274
  textColorPressedCheckable: string;
@@ -3948,39 +4282,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3948
4282
  border: string;
3949
4283
  textColor: string;
3950
4284
  color: string;
3951
- closeColor: string;
4285
+ colorBordered: string;
4286
+ closeIconColor: string;
4287
+ closeIconColorHover: string;
4288
+ closeIconColorPressed: string;
3952
4289
  closeColorHover: string;
3953
4290
  closeColorPressed: string;
3954
4291
  borderPrimary: string;
3955
4292
  textColorPrimary: string;
3956
4293
  colorPrimary: string;
3957
- closeColorPrimary: string;
4294
+ colorBorderedPrimary: string;
4295
+ closeIconColorPrimary: string;
4296
+ closeIconColorHoverPrimary: string;
4297
+ closeIconColorPressedPrimary: string;
3958
4298
  closeColorHoverPrimary: string;
3959
4299
  closeColorPressedPrimary: string;
3960
4300
  borderInfo: string;
3961
4301
  textColorInfo: string;
3962
4302
  colorInfo: string;
3963
- closeColorInfo: string;
4303
+ colorBorderedInfo: string;
4304
+ closeIconColorInfo: string;
4305
+ closeIconColorHoverInfo: string;
4306
+ closeIconColorPressedInfo: string;
3964
4307
  closeColorHoverInfo: string;
3965
4308
  closeColorPressedInfo: string;
3966
4309
  borderSuccess: string;
3967
4310
  textColorSuccess: string;
3968
4311
  colorSuccess: string;
3969
- closeColorSuccess: string;
4312
+ colorBorderedSuccess: string;
4313
+ closeIconColorSuccess: string;
4314
+ closeIconColorHoverSuccess: string;
4315
+ closeIconColorPressedSuccess: string;
3970
4316
  closeColorHoverSuccess: string;
3971
4317
  closeColorPressedSuccess: string;
3972
4318
  borderWarning: string;
3973
4319
  textColorWarning: string;
3974
4320
  colorWarning: string;
3975
- closeColorWarning: string;
4321
+ colorBorderedWarning: string;
4322
+ closeIconColorWarning: string;
4323
+ closeIconColorHoverWarning: string;
4324
+ closeIconColorPressedWarning: string;
3976
4325
  closeColorHoverWarning: string;
3977
4326
  closeColorPressedWarning: string;
3978
4327
  borderError: string;
3979
4328
  textColorError: string;
3980
4329
  colorError: string;
3981
- closeColorError: string;
4330
+ colorBorderedError: string;
4331
+ closeIconColorError: string;
4332
+ closeIconColorHoverError: string;
4333
+ closeIconColorPressedError: string;
3982
4334
  closeColorHoverError: string;
3983
4335
  closeColorPressedError: string;
4336
+ closeIconSizeTiny: string;
4337
+ closeIconSizeSmall: string;
4338
+ closeIconSizeMedium: string;
4339
+ closeIconSizeLarge: string;
3984
4340
  closeSizeTiny: string;
3985
4341
  closeSizeSmall: string;
3986
4342
  closeSizeMedium: string;
@@ -3990,6 +4346,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
3990
4346
  closeMarginRtl: string;
3991
4347
  }, any>>;
3992
4348
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4349
+ closeBorderRadius: string;
3993
4350
  heightTiny: string;
3994
4351
  heightSmall: string;
3995
4352
  heightMedium: string;
@@ -4000,6 +4357,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4000
4357
  fontSizeSmall: string;
4001
4358
  fontSizeMedium: string;
4002
4359
  fontSizeLarge: string;
4360
+ fontWeightStrong: string;
4003
4361
  textColorCheckable: string;
4004
4362
  textColorHoverCheckable: string;
4005
4363
  textColorPressedCheckable: string;
@@ -4013,39 +4371,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4013
4371
  border: string;
4014
4372
  textColor: string;
4015
4373
  color: string;
4016
- closeColor: string;
4374
+ colorBordered: string;
4375
+ closeIconColor: string;
4376
+ closeIconColorHover: string;
4377
+ closeIconColorPressed: string;
4017
4378
  closeColorHover: string;
4018
4379
  closeColorPressed: string;
4019
4380
  borderPrimary: string;
4020
4381
  textColorPrimary: string;
4021
4382
  colorPrimary: string;
4022
- closeColorPrimary: string;
4383
+ colorBorderedPrimary: string;
4384
+ closeIconColorPrimary: string;
4385
+ closeIconColorHoverPrimary: string;
4386
+ closeIconColorPressedPrimary: string;
4023
4387
  closeColorHoverPrimary: string;
4024
4388
  closeColorPressedPrimary: string;
4025
4389
  borderInfo: string;
4026
4390
  textColorInfo: string;
4027
4391
  colorInfo: string;
4028
- closeColorInfo: string;
4392
+ colorBorderedInfo: string;
4393
+ closeIconColorInfo: string;
4394
+ closeIconColorHoverInfo: string;
4395
+ closeIconColorPressedInfo: string;
4029
4396
  closeColorHoverInfo: string;
4030
4397
  closeColorPressedInfo: string;
4031
4398
  borderSuccess: string;
4032
4399
  textColorSuccess: string;
4033
4400
  colorSuccess: string;
4034
- closeColorSuccess: string;
4401
+ colorBorderedSuccess: string;
4402
+ closeIconColorSuccess: string;
4403
+ closeIconColorHoverSuccess: string;
4404
+ closeIconColorPressedSuccess: string;
4035
4405
  closeColorHoverSuccess: string;
4036
4406
  closeColorPressedSuccess: string;
4037
4407
  borderWarning: string;
4038
4408
  textColorWarning: string;
4039
4409
  colorWarning: string;
4040
- closeColorWarning: string;
4410
+ colorBorderedWarning: string;
4411
+ closeIconColorWarning: string;
4412
+ closeIconColorHoverWarning: string;
4413
+ closeIconColorPressedWarning: string;
4041
4414
  closeColorHoverWarning: string;
4042
4415
  closeColorPressedWarning: string;
4043
4416
  borderError: string;
4044
4417
  textColorError: string;
4045
4418
  colorError: string;
4046
- closeColorError: string;
4419
+ colorBorderedError: string;
4420
+ closeIconColorError: string;
4421
+ closeIconColorHoverError: string;
4422
+ closeIconColorPressedError: string;
4047
4423
  closeColorHoverError: string;
4048
4424
  closeColorPressedError: string;
4425
+ closeIconSizeTiny: string;
4426
+ closeIconSizeSmall: string;
4427
+ closeIconSizeMedium: string;
4428
+ closeIconSizeLarge: string;
4049
4429
  closeSizeTiny: string;
4050
4430
  closeSizeSmall: string;
4051
4431
  closeSizeMedium: string;
@@ -4055,6 +4435,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4055
4435
  closeMarginRtl: string;
4056
4436
  }, any>>>;
4057
4437
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
4438
+ closeBorderRadius: string;
4058
4439
  heightTiny: string;
4059
4440
  heightSmall: string;
4060
4441
  heightMedium: string;
@@ -4065,6 +4446,7 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4065
4446
  fontSizeSmall: string;
4066
4447
  fontSizeMedium: string;
4067
4448
  fontSizeLarge: string;
4449
+ fontWeightStrong: string;
4068
4450
  textColorCheckable: string;
4069
4451
  textColorHoverCheckable: string;
4070
4452
  textColorPressedCheckable: string;
@@ -4078,39 +4460,61 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4078
4460
  border: string;
4079
4461
  textColor: string;
4080
4462
  color: string;
4081
- closeColor: string;
4463
+ colorBordered: string;
4464
+ closeIconColor: string;
4465
+ closeIconColorHover: string;
4466
+ closeIconColorPressed: string;
4082
4467
  closeColorHover: string;
4083
4468
  closeColorPressed: string;
4084
4469
  borderPrimary: string;
4085
4470
  textColorPrimary: string;
4086
4471
  colorPrimary: string;
4087
- closeColorPrimary: string;
4472
+ colorBorderedPrimary: string;
4473
+ closeIconColorPrimary: string;
4474
+ closeIconColorHoverPrimary: string;
4475
+ closeIconColorPressedPrimary: string;
4088
4476
  closeColorHoverPrimary: string;
4089
4477
  closeColorPressedPrimary: string;
4090
4478
  borderInfo: string;
4091
4479
  textColorInfo: string;
4092
4480
  colorInfo: string;
4093
- closeColorInfo: string;
4481
+ colorBorderedInfo: string;
4482
+ closeIconColorInfo: string;
4483
+ closeIconColorHoverInfo: string;
4484
+ closeIconColorPressedInfo: string;
4094
4485
  closeColorHoverInfo: string;
4095
4486
  closeColorPressedInfo: string;
4096
4487
  borderSuccess: string;
4097
4488
  textColorSuccess: string;
4098
4489
  colorSuccess: string;
4099
- closeColorSuccess: string;
4490
+ colorBorderedSuccess: string;
4491
+ closeIconColorSuccess: string;
4492
+ closeIconColorHoverSuccess: string;
4493
+ closeIconColorPressedSuccess: string;
4100
4494
  closeColorHoverSuccess: string;
4101
4495
  closeColorPressedSuccess: string;
4102
4496
  borderWarning: string;
4103
4497
  textColorWarning: string;
4104
4498
  colorWarning: string;
4105
- closeColorWarning: string;
4499
+ colorBorderedWarning: string;
4500
+ closeIconColorWarning: string;
4501
+ closeIconColorHoverWarning: string;
4502
+ closeIconColorPressedWarning: string;
4106
4503
  closeColorHoverWarning: string;
4107
4504
  closeColorPressedWarning: string;
4108
4505
  borderError: string;
4109
4506
  textColorError: string;
4110
4507
  colorError: string;
4111
- closeColorError: string;
4508
+ colorBorderedError: string;
4509
+ closeIconColorError: string;
4510
+ closeIconColorHoverError: string;
4511
+ closeIconColorPressedError: string;
4112
4512
  closeColorHoverError: string;
4113
4513
  closeColorPressedError: string;
4514
+ closeIconSizeTiny: string;
4515
+ closeIconSizeSmall: string;
4516
+ closeIconSizeMedium: string;
4517
+ closeIconSizeLarge: string;
4114
4518
  closeSizeTiny: string;
4115
4519
  closeSizeSmall: string;
4116
4520
  closeSizeMedium: string;
@@ -4125,11 +4529,13 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4125
4529
  size: "small" | "medium" | "large" | "tiny";
4126
4530
  disabled: boolean | undefined;
4127
4531
  checked: boolean;
4532
+ strong: boolean;
4128
4533
  bordered: boolean | undefined;
4534
+ closable: boolean;
4129
4535
  checkable: boolean;
4536
+ internalCloseFocusable: boolean;
4130
4537
  internalStopClickPropagation: boolean;
4131
4538
  onCheckedChange: (checked: boolean) => void;
4132
- closable: boolean;
4133
4539
  }>;
4134
4540
  NTooltip: import("vue").DefineComponent<{
4135
4541
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
@@ -4326,10 +4732,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
4326
4732
  opacity5: string;
4327
4733
  dividerColor: string;
4328
4734
  borderColor: string;
4329
- closeColor: string;
4735
+ closeIconColor: string;
4736
+ closeIconColorHover: string;
4737
+ closeIconColorPressed: string;
4330
4738
  closeColorHover: string;
4331
4739
  closeColorPressed: string;
4332
- closeColorDisabled: string;
4333
4740
  clearColor: string;
4334
4741
  clearColorHover: string;
4335
4742
  clearColorPressed: string;
@@ -6049,26 +6456,26 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
6049
6456
  rippleDuration: string;
6050
6457
  }, any>>>;
6051
6458
  }>>, {
6052
- type: import("naive-ui/es/button/src/interface").Type;
6053
- tag: keyof HTMLElementTagNameMap;
6054
- block: boolean;
6055
- round: boolean;
6056
- dashed: boolean;
6057
- text: boolean;
6058
- circle: boolean;
6059
- disabled: boolean;
6060
- focusable: boolean;
6061
- strong: boolean;
6062
- loading: boolean;
6063
- bordered: boolean;
6064
- tertiary: boolean;
6065
- ghost: boolean;
6066
- keyboard: boolean;
6067
- secondary: boolean;
6068
- quaternary: boolean;
6069
- iconPlacement: "left" | "right";
6070
- attrType: "button" | "reset" | "submit";
6071
- nativeFocusBehavior: boolean;
6459
+ readonly type: import("naive-ui/es/button/src/interface").Type;
6460
+ readonly tag: keyof HTMLElementTagNameMap;
6461
+ readonly block: boolean;
6462
+ readonly round: boolean;
6463
+ readonly dashed: boolean;
6464
+ readonly text: boolean;
6465
+ readonly circle: boolean;
6466
+ readonly disabled: boolean;
6467
+ readonly focusable: boolean;
6468
+ readonly strong: boolean;
6469
+ readonly loading: boolean;
6470
+ readonly bordered: boolean;
6471
+ readonly tertiary: boolean;
6472
+ readonly ghost: boolean;
6473
+ readonly keyboard: boolean;
6474
+ readonly secondary: boolean;
6475
+ readonly quaternary: boolean;
6476
+ readonly iconPlacement: "left" | "right";
6477
+ readonly attrType: "button" | "reset" | "submit";
6478
+ readonly nativeFocusBehavior: boolean;
6072
6479
  }>;
6073
6480
  NInput: import("vue").DefineComponent<{
6074
6481
  bordered: {
@@ -6348,8 +6755,8 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
6348
6755
  contentRef: HTMLElement | null;
6349
6756
  containerScrollTop: number;
6350
6757
  syncUnifiedContainer: () => void;
6351
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
6352
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
6758
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
6759
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
6353
6760
  sync: () => void;
6354
6761
  handleMouseEnterWrapper: () => void;
6355
6762
  handleMouseLeaveWrapper: () => void;
@@ -6438,10 +6845,11 @@ declare const SelectLabel: SFCWithInstall<import("vue").DefineComponent<{
6438
6845
  opacity5: string;
6439
6846
  dividerColor: string;
6440
6847
  borderColor: string;
6441
- closeColor: string;
6848
+ closeIconColor: string;
6849
+ closeIconColorHover: string;
6850
+ closeIconColorPressed: string;
6442
6851
  closeColorHover: string;
6443
6852
  closeColorPressed: string;
6444
- closeColorDisabled: string;
6445
6853
  clearColor: string;
6446
6854
  clearColorHover: string;
6447
6855
  clearColorPressed: string;
@@ -7277,9 +7685,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7277
7685
  tabTextColorActiveCard: string;
7278
7686
  tabTextColorDisabledCard: string;
7279
7687
  barColor: string;
7280
- closeColor: string;
7688
+ closeIconColor: string;
7689
+ closeIconColorHover: string;
7690
+ closeIconColorPressed: string;
7281
7691
  closeColorHover: string;
7282
7692
  closeColorPressed: string;
7693
+ closeBorderRadius: string;
7283
7694
  tabColor: string;
7284
7695
  tabColorSegment: string;
7285
7696
  tabBorderColor: string;
@@ -7318,6 +7729,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7318
7729
  panePaddingSmall: string;
7319
7730
  panePaddingMedium: string;
7320
7731
  panePaddingLarge: string;
7732
+ closeSize: string;
7733
+ closeIconSize: string;
7321
7734
  }, any>>;
7322
7735
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
7323
7736
  colorSegment: string;
@@ -7339,9 +7752,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7339
7752
  tabTextColorActiveCard: string;
7340
7753
  tabTextColorDisabledCard: string;
7341
7754
  barColor: string;
7342
- closeColor: string;
7755
+ closeIconColor: string;
7756
+ closeIconColorHover: string;
7757
+ closeIconColorPressed: string;
7343
7758
  closeColorHover: string;
7344
7759
  closeColorPressed: string;
7760
+ closeBorderRadius: string;
7345
7761
  tabColor: string;
7346
7762
  tabColorSegment: string;
7347
7763
  tabBorderColor: string;
@@ -7380,6 +7796,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7380
7796
  panePaddingSmall: string;
7381
7797
  panePaddingMedium: string;
7382
7798
  panePaddingLarge: string;
7799
+ closeSize: string;
7800
+ closeIconSize: string;
7383
7801
  }, any>>>;
7384
7802
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
7385
7803
  colorSegment: string;
@@ -7401,9 +7819,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7401
7819
  tabTextColorActiveCard: string;
7402
7820
  tabTextColorDisabledCard: string;
7403
7821
  barColor: string;
7404
- closeColor: string;
7822
+ closeIconColor: string;
7823
+ closeIconColorHover: string;
7824
+ closeIconColorPressed: string;
7405
7825
  closeColorHover: string;
7406
7826
  closeColorPressed: string;
7827
+ closeBorderRadius: string;
7407
7828
  tabColor: string;
7408
7829
  tabColorSegment: string;
7409
7830
  tabBorderColor: string;
@@ -7442,12 +7863,15 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7442
7863
  panePaddingSmall: string;
7443
7864
  panePaddingMedium: string;
7444
7865
  panePaddingLarge: string;
7866
+ closeSize: string;
7867
+ closeIconSize: string;
7445
7868
  }, any>>>;
7446
7869
  }, {
7447
7870
  syncBarPosition: () => void;
7448
7871
  mergedClsPrefix: import("vue").ComputedRef<string>;
7449
7872
  mergedValue: import("vue").ComputedRef<string | number | null>;
7450
7873
  renderedNames: Set<string | number>;
7874
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
7451
7875
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
7452
7876
  tabsElRef: import("vue").Ref<HTMLElement | null>;
7453
7877
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -7512,9 +7936,14 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7512
7936
  '--n-pane-text-color': string;
7513
7937
  '--n-tab-border-color': string;
7514
7938
  '--n-tab-border-radius': string;
7515
- '--n-close-color': string;
7939
+ '--n-close-size': string;
7940
+ '--n-close-icon-size': string;
7516
7941
  '--n-close-color-hover': string;
7517
7942
  '--n-close-color-pressed': string;
7943
+ '--n-close-border-radius': string;
7944
+ '--n-close-icon-color': string;
7945
+ '--n-close-icon-color-hover': string;
7946
+ '--n-close-icon-color-pressed': string;
7518
7947
  '--n-tab-color': string;
7519
7948
  '--n-tab-font-weight': string;
7520
7949
  '--n-tab-font-weight-active': string;
@@ -7529,7 +7958,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7529
7958
  renderNameListRef: {
7530
7959
  value: (string | number)[];
7531
7960
  };
7532
- onAnimationBeforeLeave: () => void;
7961
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
7533
7962
  onAnimationEnter: (el: HTMLElement) => void;
7534
7963
  onAnimationAfterEnter: () => void;
7535
7964
  onRender: (() => void) | undefined;
@@ -7588,9 +8017,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7588
8017
  tabTextColorActiveCard: string;
7589
8018
  tabTextColorDisabledCard: string;
7590
8019
  barColor: string;
7591
- closeColor: string;
8020
+ closeIconColor: string;
8021
+ closeIconColorHover: string;
8022
+ closeIconColorPressed: string;
7592
8023
  closeColorHover: string;
7593
8024
  closeColorPressed: string;
8025
+ closeBorderRadius: string;
7594
8026
  tabColor: string;
7595
8027
  tabColorSegment: string;
7596
8028
  tabBorderColor: string;
@@ -7629,6 +8061,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7629
8061
  panePaddingSmall: string;
7630
8062
  panePaddingMedium: string;
7631
8063
  panePaddingLarge: string;
8064
+ closeSize: string;
8065
+ closeIconSize: string;
7632
8066
  }, any>>;
7633
8067
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
7634
8068
  colorSegment: string;
@@ -7650,9 +8084,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7650
8084
  tabTextColorActiveCard: string;
7651
8085
  tabTextColorDisabledCard: string;
7652
8086
  barColor: string;
7653
- closeColor: string;
8087
+ closeIconColor: string;
8088
+ closeIconColorHover: string;
8089
+ closeIconColorPressed: string;
7654
8090
  closeColorHover: string;
7655
8091
  closeColorPressed: string;
8092
+ closeBorderRadius: string;
7656
8093
  tabColor: string;
7657
8094
  tabColorSegment: string;
7658
8095
  tabBorderColor: string;
@@ -7691,6 +8128,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7691
8128
  panePaddingSmall: string;
7692
8129
  panePaddingMedium: string;
7693
8130
  panePaddingLarge: string;
8131
+ closeSize: string;
8132
+ closeIconSize: string;
7694
8133
  }, any>>>;
7695
8134
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
7696
8135
  colorSegment: string;
@@ -7712,9 +8151,12 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7712
8151
  tabTextColorActiveCard: string;
7713
8152
  tabTextColorDisabledCard: string;
7714
8153
  barColor: string;
7715
- closeColor: string;
8154
+ closeIconColor: string;
8155
+ closeIconColorHover: string;
8156
+ closeIconColorPressed: string;
7716
8157
  closeColorHover: string;
7717
8158
  closeColorPressed: string;
8159
+ closeBorderRadius: string;
7718
8160
  tabColor: string;
7719
8161
  tabColorSegment: string;
7720
8162
  tabBorderColor: string;
@@ -7753,14 +8195,16 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7753
8195
  panePaddingSmall: string;
7754
8196
  panePaddingMedium: string;
7755
8197
  panePaddingLarge: string;
8198
+ closeSize: string;
8199
+ closeIconSize: string;
7756
8200
  }, any>>>;
7757
8201
  }>>, {
7758
- type: import("naive-ui/es/tabs/src/interface").TabsType;
7759
- size: "small" | "medium" | "large";
7760
- closable: boolean;
7761
- trigger: "click" | "hover";
7762
- animated: boolean;
7763
- tabsPadding: number;
8202
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
8203
+ readonly size: "small" | "medium" | "large";
8204
+ readonly closable: boolean;
8205
+ readonly trigger: "click" | "hover";
8206
+ readonly animated: boolean;
8207
+ readonly tabsPadding: number;
7764
8208
  }>;
7765
8209
  NTabPane: import("vue").DefineComponent<{
7766
8210
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -7809,9 +8253,9 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7809
8253
  [key: string]: any;
7810
8254
  }> | (() => import("vue").VNodeChild)>;
7811
8255
  }>>, {
7812
- disabled: boolean;
7813
- closable: boolean | undefined;
7814
- displayDirective: "show" | "if" | "show:lazy";
8256
+ readonly disabled: boolean;
8257
+ readonly closable: boolean | undefined;
8258
+ readonly displayDirective: "show" | "if" | "show:lazy";
7815
8259
  }>;
7816
8260
  NAnchor: import("vue").DefineComponent<{
7817
8261
  readonly type: {
@@ -7985,17 +8429,17 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
7985
8429
  railWidth: string;
7986
8430
  }, any>>>;
7987
8431
  }>>, {
7988
- type: "block" | "rail";
7989
- bound: number;
7990
- position: "fix" | "absolute";
7991
- target: (() => HTMLElement) | undefined;
7992
- affix: boolean;
7993
- offsetTop: number | undefined;
7994
- offsetBottom: number | undefined;
7995
- showRail: boolean;
7996
- showBackground: boolean;
7997
- internalScrollable: boolean;
7998
- ignoreGap: boolean;
8432
+ readonly type: "block" | "rail";
8433
+ readonly bound: number;
8434
+ readonly position: "fix" | "absolute";
8435
+ readonly target: (() => HTMLElement) | undefined;
8436
+ readonly affix: boolean;
8437
+ readonly offsetTop: number | undefined;
8438
+ readonly offsetBottom: number | undefined;
8439
+ readonly showRail: boolean;
8440
+ readonly showBackground: boolean;
8441
+ readonly internalScrollable: boolean;
8442
+ readonly ignoreGap: boolean;
7999
8443
  }>;
8000
8444
  NAnchorLink: import("vue").DefineComponent<{
8001
8445
  readonly title: StringConstructor;
@@ -8070,11 +8514,16 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8070
8514
  };
8071
8515
  checked: BooleanConstructor;
8072
8516
  checkable: BooleanConstructor;
8517
+ strong: BooleanConstructor;
8073
8518
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
8074
8519
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
8075
8520
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
8076
8521
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
8077
8522
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
8523
+ internalCloseFocusable: {
8524
+ type: BooleanConstructor;
8525
+ default: boolean;
8526
+ };
8078
8527
  internalStopClickPropagation: BooleanConstructor;
8079
8528
  onCheckedChange: {
8080
8529
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -8097,6 +8546,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8097
8546
  readonly default: undefined;
8098
8547
  };
8099
8548
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
8549
+ closeBorderRadius: string;
8100
8550
  heightTiny: string;
8101
8551
  heightSmall: string;
8102
8552
  heightMedium: string;
@@ -8107,6 +8557,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8107
8557
  fontSizeSmall: string;
8108
8558
  fontSizeMedium: string;
8109
8559
  fontSizeLarge: string;
8560
+ fontWeightStrong: string;
8110
8561
  textColorCheckable: string;
8111
8562
  textColorHoverCheckable: string;
8112
8563
  textColorPressedCheckable: string;
@@ -8120,39 +8571,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8120
8571
  border: string;
8121
8572
  textColor: string;
8122
8573
  color: string;
8123
- closeColor: string;
8574
+ colorBordered: string;
8575
+ closeIconColor: string;
8576
+ closeIconColorHover: string;
8577
+ closeIconColorPressed: string;
8124
8578
  closeColorHover: string;
8125
8579
  closeColorPressed: string;
8126
8580
  borderPrimary: string;
8127
8581
  textColorPrimary: string;
8128
8582
  colorPrimary: string;
8129
- closeColorPrimary: string;
8583
+ colorBorderedPrimary: string;
8584
+ closeIconColorPrimary: string;
8585
+ closeIconColorHoverPrimary: string;
8586
+ closeIconColorPressedPrimary: string;
8130
8587
  closeColorHoverPrimary: string;
8131
8588
  closeColorPressedPrimary: string;
8132
8589
  borderInfo: string;
8133
8590
  textColorInfo: string;
8134
8591
  colorInfo: string;
8135
- closeColorInfo: string;
8592
+ colorBorderedInfo: string;
8593
+ closeIconColorInfo: string;
8594
+ closeIconColorHoverInfo: string;
8595
+ closeIconColorPressedInfo: string;
8136
8596
  closeColorHoverInfo: string;
8137
8597
  closeColorPressedInfo: string;
8138
8598
  borderSuccess: string;
8139
8599
  textColorSuccess: string;
8140
8600
  colorSuccess: string;
8141
- closeColorSuccess: string;
8601
+ colorBorderedSuccess: string;
8602
+ closeIconColorSuccess: string;
8603
+ closeIconColorHoverSuccess: string;
8604
+ closeIconColorPressedSuccess: string;
8142
8605
  closeColorHoverSuccess: string;
8143
8606
  closeColorPressedSuccess: string;
8144
8607
  borderWarning: string;
8145
8608
  textColorWarning: string;
8146
8609
  colorWarning: string;
8147
- closeColorWarning: string;
8610
+ colorBorderedWarning: string;
8611
+ closeIconColorWarning: string;
8612
+ closeIconColorHoverWarning: string;
8613
+ closeIconColorPressedWarning: string;
8148
8614
  closeColorHoverWarning: string;
8149
8615
  closeColorPressedWarning: string;
8150
8616
  borderError: string;
8151
8617
  textColorError: string;
8152
8618
  colorError: string;
8153
- closeColorError: string;
8619
+ colorBorderedError: string;
8620
+ closeIconColorError: string;
8621
+ closeIconColorHoverError: string;
8622
+ closeIconColorPressedError: string;
8154
8623
  closeColorHoverError: string;
8155
8624
  closeColorPressedError: string;
8625
+ closeIconSizeTiny: string;
8626
+ closeIconSizeSmall: string;
8627
+ closeIconSizeMedium: string;
8628
+ closeIconSizeLarge: string;
8156
8629
  closeSizeTiny: string;
8157
8630
  closeSizeSmall: string;
8158
8631
  closeSizeMedium: string;
@@ -8162,6 +8635,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8162
8635
  closeMarginRtl: string;
8163
8636
  }, any>>;
8164
8637
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
8638
+ closeBorderRadius: string;
8165
8639
  heightTiny: string;
8166
8640
  heightSmall: string;
8167
8641
  heightMedium: string;
@@ -8172,6 +8646,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8172
8646
  fontSizeSmall: string;
8173
8647
  fontSizeMedium: string;
8174
8648
  fontSizeLarge: string;
8649
+ fontWeightStrong: string;
8175
8650
  textColorCheckable: string;
8176
8651
  textColorHoverCheckable: string;
8177
8652
  textColorPressedCheckable: string;
@@ -8185,39 +8660,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8185
8660
  border: string;
8186
8661
  textColor: string;
8187
8662
  color: string;
8188
- closeColor: string;
8663
+ colorBordered: string;
8664
+ closeIconColor: string;
8665
+ closeIconColorHover: string;
8666
+ closeIconColorPressed: string;
8189
8667
  closeColorHover: string;
8190
8668
  closeColorPressed: string;
8191
8669
  borderPrimary: string;
8192
8670
  textColorPrimary: string;
8193
8671
  colorPrimary: string;
8194
- closeColorPrimary: string;
8672
+ colorBorderedPrimary: string;
8673
+ closeIconColorPrimary: string;
8674
+ closeIconColorHoverPrimary: string;
8675
+ closeIconColorPressedPrimary: string;
8195
8676
  closeColorHoverPrimary: string;
8196
8677
  closeColorPressedPrimary: string;
8197
8678
  borderInfo: string;
8198
8679
  textColorInfo: string;
8199
8680
  colorInfo: string;
8200
- closeColorInfo: string;
8681
+ colorBorderedInfo: string;
8682
+ closeIconColorInfo: string;
8683
+ closeIconColorHoverInfo: string;
8684
+ closeIconColorPressedInfo: string;
8201
8685
  closeColorHoverInfo: string;
8202
8686
  closeColorPressedInfo: string;
8203
8687
  borderSuccess: string;
8204
8688
  textColorSuccess: string;
8205
8689
  colorSuccess: string;
8206
- closeColorSuccess: string;
8690
+ colorBorderedSuccess: string;
8691
+ closeIconColorSuccess: string;
8692
+ closeIconColorHoverSuccess: string;
8693
+ closeIconColorPressedSuccess: string;
8207
8694
  closeColorHoverSuccess: string;
8208
8695
  closeColorPressedSuccess: string;
8209
8696
  borderWarning: string;
8210
8697
  textColorWarning: string;
8211
8698
  colorWarning: string;
8212
- closeColorWarning: string;
8699
+ colorBorderedWarning: string;
8700
+ closeIconColorWarning: string;
8701
+ closeIconColorHoverWarning: string;
8702
+ closeIconColorPressedWarning: string;
8213
8703
  closeColorHoverWarning: string;
8214
8704
  closeColorPressedWarning: string;
8215
8705
  borderError: string;
8216
8706
  textColorError: string;
8217
8707
  colorError: string;
8218
- closeColorError: string;
8708
+ colorBorderedError: string;
8709
+ closeIconColorError: string;
8710
+ closeIconColorHoverError: string;
8711
+ closeIconColorPressedError: string;
8219
8712
  closeColorHoverError: string;
8220
8713
  closeColorPressedError: string;
8714
+ closeIconSizeTiny: string;
8715
+ closeIconSizeSmall: string;
8716
+ closeIconSizeMedium: string;
8717
+ closeIconSizeLarge: string;
8221
8718
  closeSizeTiny: string;
8222
8719
  closeSizeSmall: string;
8223
8720
  closeSizeMedium: string;
@@ -8227,6 +8724,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8227
8724
  closeMarginRtl: string;
8228
8725
  }, any>>>;
8229
8726
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
8727
+ closeBorderRadius: string;
8230
8728
  heightTiny: string;
8231
8729
  heightSmall: string;
8232
8730
  heightMedium: string;
@@ -8237,6 +8735,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8237
8735
  fontSizeSmall: string;
8238
8736
  fontSizeMedium: string;
8239
8737
  fontSizeLarge: string;
8738
+ fontWeightStrong: string;
8240
8739
  textColorCheckable: string;
8241
8740
  textColorHoverCheckable: string;
8242
8741
  textColorPressedCheckable: string;
@@ -8250,39 +8749,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8250
8749
  border: string;
8251
8750
  textColor: string;
8252
8751
  color: string;
8253
- closeColor: string;
8752
+ colorBordered: string;
8753
+ closeIconColor: string;
8754
+ closeIconColorHover: string;
8755
+ closeIconColorPressed: string;
8254
8756
  closeColorHover: string;
8255
8757
  closeColorPressed: string;
8256
8758
  borderPrimary: string;
8257
8759
  textColorPrimary: string;
8258
8760
  colorPrimary: string;
8259
- closeColorPrimary: string;
8761
+ colorBorderedPrimary: string;
8762
+ closeIconColorPrimary: string;
8763
+ closeIconColorHoverPrimary: string;
8764
+ closeIconColorPressedPrimary: string;
8260
8765
  closeColorHoverPrimary: string;
8261
8766
  closeColorPressedPrimary: string;
8262
8767
  borderInfo: string;
8263
8768
  textColorInfo: string;
8264
8769
  colorInfo: string;
8265
- closeColorInfo: string;
8770
+ colorBorderedInfo: string;
8771
+ closeIconColorInfo: string;
8772
+ closeIconColorHoverInfo: string;
8773
+ closeIconColorPressedInfo: string;
8266
8774
  closeColorHoverInfo: string;
8267
8775
  closeColorPressedInfo: string;
8268
8776
  borderSuccess: string;
8269
8777
  textColorSuccess: string;
8270
8778
  colorSuccess: string;
8271
- closeColorSuccess: string;
8779
+ colorBorderedSuccess: string;
8780
+ closeIconColorSuccess: string;
8781
+ closeIconColorHoverSuccess: string;
8782
+ closeIconColorPressedSuccess: string;
8272
8783
  closeColorHoverSuccess: string;
8273
8784
  closeColorPressedSuccess: string;
8274
8785
  borderWarning: string;
8275
8786
  textColorWarning: string;
8276
8787
  colorWarning: string;
8277
- closeColorWarning: string;
8788
+ colorBorderedWarning: string;
8789
+ closeIconColorWarning: string;
8790
+ closeIconColorHoverWarning: string;
8791
+ closeIconColorPressedWarning: string;
8278
8792
  closeColorHoverWarning: string;
8279
8793
  closeColorPressedWarning: string;
8280
8794
  borderError: string;
8281
8795
  textColorError: string;
8282
8796
  colorError: string;
8283
- closeColorError: string;
8797
+ colorBorderedError: string;
8798
+ closeIconColorError: string;
8799
+ closeIconColorHoverError: string;
8800
+ closeIconColorPressedError: string;
8284
8801
  closeColorHoverError: string;
8285
8802
  closeColorPressedError: string;
8803
+ closeIconSizeTiny: string;
8804
+ closeIconSizeSmall: string;
8805
+ closeIconSizeMedium: string;
8806
+ closeIconSizeLarge: string;
8286
8807
  closeSizeTiny: string;
8287
8808
  closeSizeSmall: string;
8288
8809
  closeSizeMedium: string;
@@ -8299,14 +8820,19 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8299
8820
  handleClick: (e: MouseEvent) => void;
8300
8821
  handleCloseClick: (e: MouseEvent) => void;
8301
8822
  cssVars: import("vue").ComputedRef<{
8823
+ '--n-font-weight-strong': string;
8302
8824
  '--n-avatar-size-override': string;
8303
8825
  '--n-bezier': string;
8304
8826
  '--n-border-radius': string;
8305
8827
  '--n-border': string;
8306
- '--n-close-color': string;
8307
- '--n-close-color-hover': string;
8828
+ '--n-close-icon-size': string;
8308
8829
  '--n-close-color-pressed': string;
8309
- '--n-close-color-disabled': string;
8830
+ '--n-close-color-hover': string;
8831
+ '--n-close-border-radius': string;
8832
+ '--n-close-icon-color': string;
8833
+ '--n-close-icon-color-hover': string;
8834
+ '--n-close-icon-color-pressed': string;
8835
+ '--n-close-icon-color-disabled': string;
8310
8836
  '--n-close-margin': string;
8311
8837
  '--n-close-margin-rtl': string;
8312
8838
  '--n-close-size': string;
@@ -8337,11 +8863,16 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8337
8863
  };
8338
8864
  checked: BooleanConstructor;
8339
8865
  checkable: BooleanConstructor;
8866
+ strong: BooleanConstructor;
8340
8867
  onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
8341
8868
  onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
8342
8869
  onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
8343
8870
  'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
8344
8871
  onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
8872
+ internalCloseFocusable: {
8873
+ type: BooleanConstructor;
8874
+ default: boolean;
8875
+ };
8345
8876
  internalStopClickPropagation: BooleanConstructor;
8346
8877
  onCheckedChange: {
8347
8878
  type: import("vue").PropType<(checked: boolean) => void>;
@@ -8364,6 +8895,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8364
8895
  readonly default: undefined;
8365
8896
  };
8366
8897
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
8898
+ closeBorderRadius: string;
8367
8899
  heightTiny: string;
8368
8900
  heightSmall: string;
8369
8901
  heightMedium: string;
@@ -8374,6 +8906,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8374
8906
  fontSizeSmall: string;
8375
8907
  fontSizeMedium: string;
8376
8908
  fontSizeLarge: string;
8909
+ fontWeightStrong: string;
8377
8910
  textColorCheckable: string;
8378
8911
  textColorHoverCheckable: string;
8379
8912
  textColorPressedCheckable: string;
@@ -8387,39 +8920,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8387
8920
  border: string;
8388
8921
  textColor: string;
8389
8922
  color: string;
8390
- closeColor: string;
8923
+ colorBordered: string;
8924
+ closeIconColor: string;
8925
+ closeIconColorHover: string;
8926
+ closeIconColorPressed: string;
8391
8927
  closeColorHover: string;
8392
8928
  closeColorPressed: string;
8393
8929
  borderPrimary: string;
8394
8930
  textColorPrimary: string;
8395
8931
  colorPrimary: string;
8396
- closeColorPrimary: string;
8932
+ colorBorderedPrimary: string;
8933
+ closeIconColorPrimary: string;
8934
+ closeIconColorHoverPrimary: string;
8935
+ closeIconColorPressedPrimary: string;
8397
8936
  closeColorHoverPrimary: string;
8398
8937
  closeColorPressedPrimary: string;
8399
8938
  borderInfo: string;
8400
8939
  textColorInfo: string;
8401
8940
  colorInfo: string;
8402
- closeColorInfo: string;
8941
+ colorBorderedInfo: string;
8942
+ closeIconColorInfo: string;
8943
+ closeIconColorHoverInfo: string;
8944
+ closeIconColorPressedInfo: string;
8403
8945
  closeColorHoverInfo: string;
8404
8946
  closeColorPressedInfo: string;
8405
8947
  borderSuccess: string;
8406
8948
  textColorSuccess: string;
8407
8949
  colorSuccess: string;
8408
- closeColorSuccess: string;
8950
+ colorBorderedSuccess: string;
8951
+ closeIconColorSuccess: string;
8952
+ closeIconColorHoverSuccess: string;
8953
+ closeIconColorPressedSuccess: string;
8409
8954
  closeColorHoverSuccess: string;
8410
8955
  closeColorPressedSuccess: string;
8411
8956
  borderWarning: string;
8412
8957
  textColorWarning: string;
8413
8958
  colorWarning: string;
8414
- closeColorWarning: string;
8959
+ colorBorderedWarning: string;
8960
+ closeIconColorWarning: string;
8961
+ closeIconColorHoverWarning: string;
8962
+ closeIconColorPressedWarning: string;
8415
8963
  closeColorHoverWarning: string;
8416
8964
  closeColorPressedWarning: string;
8417
8965
  borderError: string;
8418
8966
  textColorError: string;
8419
8967
  colorError: string;
8420
- closeColorError: string;
8968
+ colorBorderedError: string;
8969
+ closeIconColorError: string;
8970
+ closeIconColorHoverError: string;
8971
+ closeIconColorPressedError: string;
8421
8972
  closeColorHoverError: string;
8422
8973
  closeColorPressedError: string;
8974
+ closeIconSizeTiny: string;
8975
+ closeIconSizeSmall: string;
8976
+ closeIconSizeMedium: string;
8977
+ closeIconSizeLarge: string;
8423
8978
  closeSizeTiny: string;
8424
8979
  closeSizeSmall: string;
8425
8980
  closeSizeMedium: string;
@@ -8429,6 +8984,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8429
8984
  closeMarginRtl: string;
8430
8985
  }, any>>;
8431
8986
  themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
8987
+ closeBorderRadius: string;
8432
8988
  heightTiny: string;
8433
8989
  heightSmall: string;
8434
8990
  heightMedium: string;
@@ -8439,6 +8995,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8439
8995
  fontSizeSmall: string;
8440
8996
  fontSizeMedium: string;
8441
8997
  fontSizeLarge: string;
8998
+ fontWeightStrong: string;
8442
8999
  textColorCheckable: string;
8443
9000
  textColorHoverCheckable: string;
8444
9001
  textColorPressedCheckable: string;
@@ -8452,39 +9009,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8452
9009
  border: string;
8453
9010
  textColor: string;
8454
9011
  color: string;
8455
- closeColor: string;
9012
+ colorBordered: string;
9013
+ closeIconColor: string;
9014
+ closeIconColorHover: string;
9015
+ closeIconColorPressed: string;
8456
9016
  closeColorHover: string;
8457
9017
  closeColorPressed: string;
8458
9018
  borderPrimary: string;
8459
9019
  textColorPrimary: string;
8460
9020
  colorPrimary: string;
8461
- closeColorPrimary: string;
9021
+ colorBorderedPrimary: string;
9022
+ closeIconColorPrimary: string;
9023
+ closeIconColorHoverPrimary: string;
9024
+ closeIconColorPressedPrimary: string;
8462
9025
  closeColorHoverPrimary: string;
8463
9026
  closeColorPressedPrimary: string;
8464
9027
  borderInfo: string;
8465
9028
  textColorInfo: string;
8466
9029
  colorInfo: string;
8467
- closeColorInfo: string;
9030
+ colorBorderedInfo: string;
9031
+ closeIconColorInfo: string;
9032
+ closeIconColorHoverInfo: string;
9033
+ closeIconColorPressedInfo: string;
8468
9034
  closeColorHoverInfo: string;
8469
9035
  closeColorPressedInfo: string;
8470
9036
  borderSuccess: string;
8471
9037
  textColorSuccess: string;
8472
9038
  colorSuccess: string;
8473
- closeColorSuccess: string;
9039
+ colorBorderedSuccess: string;
9040
+ closeIconColorSuccess: string;
9041
+ closeIconColorHoverSuccess: string;
9042
+ closeIconColorPressedSuccess: string;
8474
9043
  closeColorHoverSuccess: string;
8475
9044
  closeColorPressedSuccess: string;
8476
9045
  borderWarning: string;
8477
9046
  textColorWarning: string;
8478
9047
  colorWarning: string;
8479
- closeColorWarning: string;
9048
+ colorBorderedWarning: string;
9049
+ closeIconColorWarning: string;
9050
+ closeIconColorHoverWarning: string;
9051
+ closeIconColorPressedWarning: string;
8480
9052
  closeColorHoverWarning: string;
8481
9053
  closeColorPressedWarning: string;
8482
9054
  borderError: string;
8483
9055
  textColorError: string;
8484
9056
  colorError: string;
8485
- closeColorError: string;
9057
+ colorBorderedError: string;
9058
+ closeIconColorError: string;
9059
+ closeIconColorHoverError: string;
9060
+ closeIconColorPressedError: string;
8486
9061
  closeColorHoverError: string;
8487
9062
  closeColorPressedError: string;
9063
+ closeIconSizeTiny: string;
9064
+ closeIconSizeSmall: string;
9065
+ closeIconSizeMedium: string;
9066
+ closeIconSizeLarge: string;
8488
9067
  closeSizeTiny: string;
8489
9068
  closeSizeSmall: string;
8490
9069
  closeSizeMedium: string;
@@ -8494,6 +9073,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8494
9073
  closeMarginRtl: string;
8495
9074
  }, any>>>;
8496
9075
  builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
9076
+ closeBorderRadius: string;
8497
9077
  heightTiny: string;
8498
9078
  heightSmall: string;
8499
9079
  heightMedium: string;
@@ -8504,6 +9084,7 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8504
9084
  fontSizeSmall: string;
8505
9085
  fontSizeMedium: string;
8506
9086
  fontSizeLarge: string;
9087
+ fontWeightStrong: string;
8507
9088
  textColorCheckable: string;
8508
9089
  textColorHoverCheckable: string;
8509
9090
  textColorPressedCheckable: string;
@@ -8517,39 +9098,61 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8517
9098
  border: string;
8518
9099
  textColor: string;
8519
9100
  color: string;
8520
- closeColor: string;
9101
+ colorBordered: string;
9102
+ closeIconColor: string;
9103
+ closeIconColorHover: string;
9104
+ closeIconColorPressed: string;
8521
9105
  closeColorHover: string;
8522
9106
  closeColorPressed: string;
8523
9107
  borderPrimary: string;
8524
9108
  textColorPrimary: string;
8525
9109
  colorPrimary: string;
8526
- closeColorPrimary: string;
9110
+ colorBorderedPrimary: string;
9111
+ closeIconColorPrimary: string;
9112
+ closeIconColorHoverPrimary: string;
9113
+ closeIconColorPressedPrimary: string;
8527
9114
  closeColorHoverPrimary: string;
8528
9115
  closeColorPressedPrimary: string;
8529
9116
  borderInfo: string;
8530
9117
  textColorInfo: string;
8531
9118
  colorInfo: string;
8532
- closeColorInfo: string;
9119
+ colorBorderedInfo: string;
9120
+ closeIconColorInfo: string;
9121
+ closeIconColorHoverInfo: string;
9122
+ closeIconColorPressedInfo: string;
8533
9123
  closeColorHoverInfo: string;
8534
9124
  closeColorPressedInfo: string;
8535
9125
  borderSuccess: string;
8536
9126
  textColorSuccess: string;
8537
9127
  colorSuccess: string;
8538
- closeColorSuccess: string;
9128
+ colorBorderedSuccess: string;
9129
+ closeIconColorSuccess: string;
9130
+ closeIconColorHoverSuccess: string;
9131
+ closeIconColorPressedSuccess: string;
8539
9132
  closeColorHoverSuccess: string;
8540
9133
  closeColorPressedSuccess: string;
8541
9134
  borderWarning: string;
8542
9135
  textColorWarning: string;
8543
9136
  colorWarning: string;
8544
- closeColorWarning: string;
9137
+ colorBorderedWarning: string;
9138
+ closeIconColorWarning: string;
9139
+ closeIconColorHoverWarning: string;
9140
+ closeIconColorPressedWarning: string;
8545
9141
  closeColorHoverWarning: string;
8546
9142
  closeColorPressedWarning: string;
8547
9143
  borderError: string;
8548
9144
  textColorError: string;
8549
9145
  colorError: string;
8550
- closeColorError: string;
9146
+ colorBorderedError: string;
9147
+ closeIconColorError: string;
9148
+ closeIconColorHoverError: string;
9149
+ closeIconColorPressedError: string;
8551
9150
  closeColorHoverError: string;
8552
9151
  closeColorPressedError: string;
9152
+ closeIconSizeTiny: string;
9153
+ closeIconSizeSmall: string;
9154
+ closeIconSizeMedium: string;
9155
+ closeIconSizeLarge: string;
8553
9156
  closeSizeTiny: string;
8554
9157
  closeSizeSmall: string;
8555
9158
  closeSizeMedium: string;
@@ -8564,11 +9167,13 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8564
9167
  size: "small" | "medium" | "large" | "tiny";
8565
9168
  disabled: boolean | undefined;
8566
9169
  checked: boolean;
9170
+ strong: boolean;
8567
9171
  bordered: boolean | undefined;
9172
+ closable: boolean;
8568
9173
  checkable: boolean;
9174
+ internalCloseFocusable: boolean;
8569
9175
  internalStopClickPropagation: boolean;
8570
9176
  onCheckedChange: (checked: boolean) => void;
8571
- closable: boolean;
8572
9177
  }>;
8573
9178
  NTooltip: import("vue").DefineComponent<{
8574
9179
  theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
@@ -8765,10 +9370,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
8765
9370
  opacity5: string;
8766
9371
  dividerColor: string;
8767
9372
  borderColor: string;
8768
- closeColor: string;
9373
+ closeIconColor: string;
9374
+ closeIconColorHover: string;
9375
+ closeIconColorPressed: string;
8769
9376
  closeColorHover: string;
8770
9377
  closeColorPressed: string;
8771
- closeColorDisabled: string;
8772
9378
  clearColor: string;
8773
9379
  clearColorHover: string;
8774
9380
  clearColorPressed: string;
@@ -10488,26 +11094,26 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
10488
11094
  rippleDuration: string;
10489
11095
  }, any>>>;
10490
11096
  }>>, {
10491
- type: import("naive-ui/es/button/src/interface").Type;
10492
- tag: keyof HTMLElementTagNameMap;
10493
- block: boolean;
10494
- round: boolean;
10495
- dashed: boolean;
10496
- text: boolean;
10497
- circle: boolean;
10498
- disabled: boolean;
10499
- focusable: boolean;
10500
- strong: boolean;
10501
- loading: boolean;
10502
- bordered: boolean;
10503
- tertiary: boolean;
10504
- ghost: boolean;
10505
- keyboard: boolean;
10506
- secondary: boolean;
10507
- quaternary: boolean;
10508
- iconPlacement: "left" | "right";
10509
- attrType: "button" | "reset" | "submit";
10510
- nativeFocusBehavior: boolean;
11097
+ readonly type: import("naive-ui/es/button/src/interface").Type;
11098
+ readonly tag: keyof HTMLElementTagNameMap;
11099
+ readonly block: boolean;
11100
+ readonly round: boolean;
11101
+ readonly dashed: boolean;
11102
+ readonly text: boolean;
11103
+ readonly circle: boolean;
11104
+ readonly disabled: boolean;
11105
+ readonly focusable: boolean;
11106
+ readonly strong: boolean;
11107
+ readonly loading: boolean;
11108
+ readonly bordered: boolean;
11109
+ readonly tertiary: boolean;
11110
+ readonly ghost: boolean;
11111
+ readonly keyboard: boolean;
11112
+ readonly secondary: boolean;
11113
+ readonly quaternary: boolean;
11114
+ readonly iconPlacement: "left" | "right";
11115
+ readonly attrType: "button" | "reset" | "submit";
11116
+ readonly nativeFocusBehavior: boolean;
10511
11117
  }>;
10512
11118
  NInput: import("vue").DefineComponent<{
10513
11119
  bordered: {
@@ -10787,8 +11393,8 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
10787
11393
  contentRef: HTMLElement | null;
10788
11394
  containerScrollTop: number;
10789
11395
  syncUnifiedContainer: () => void;
10790
- scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
10791
- scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
11396
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
11397
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
10792
11398
  sync: () => void;
10793
11399
  handleMouseEnterWrapper: () => void;
10794
11400
  handleMouseLeaveWrapper: () => void;
@@ -10877,10 +11483,11 @@ declare const LabelFormContent: SFCWithInstall<import("vue").DefineComponent<{
10877
11483
  opacity5: string;
10878
11484
  dividerColor: string;
10879
11485
  borderColor: string;
10880
- closeColor: string;
11486
+ closeIconColor: string;
11487
+ closeIconColorHover: string;
11488
+ closeIconColorPressed: string;
10881
11489
  closeColorHover: string;
10882
11490
  closeColorPressed: string;
10883
- closeColorDisabled: string;
10884
11491
  clearColor: string;
10885
11492
  clearColorHover: string;
10886
11493
  clearColorPressed: string;