cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -175,12 +175,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
175
175
|
};
|
|
176
176
|
checked: BooleanConstructor;
|
|
177
177
|
checkable: BooleanConstructor;
|
|
178
|
+
strong: BooleanConstructor;
|
|
179
|
+
triggerClickOnClose: BooleanConstructor;
|
|
178
180
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
179
181
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
180
182
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
181
183
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
182
184
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
183
|
-
|
|
185
|
+
internalCloseFocusable: {
|
|
186
|
+
type: BooleanConstructor;
|
|
187
|
+
default: boolean;
|
|
188
|
+
};
|
|
184
189
|
onCheckedChange: {
|
|
185
190
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
186
191
|
validator: () => boolean;
|
|
@@ -202,6 +207,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
202
207
|
readonly default: undefined;
|
|
203
208
|
};
|
|
204
209
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
210
|
+
closeBorderRadius: string;
|
|
205
211
|
heightTiny: string;
|
|
206
212
|
heightSmall: string;
|
|
207
213
|
heightMedium: string;
|
|
@@ -212,6 +218,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
212
218
|
fontSizeSmall: string;
|
|
213
219
|
fontSizeMedium: string;
|
|
214
220
|
fontSizeLarge: string;
|
|
221
|
+
fontWeightStrong: string;
|
|
215
222
|
textColorCheckable: string;
|
|
216
223
|
textColorHoverCheckable: string;
|
|
217
224
|
textColorPressedCheckable: string;
|
|
@@ -225,39 +232,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
225
232
|
border: string;
|
|
226
233
|
textColor: string;
|
|
227
234
|
color: string;
|
|
228
|
-
|
|
235
|
+
colorBordered: string;
|
|
236
|
+
closeIconColor: string;
|
|
237
|
+
closeIconColorHover: string;
|
|
238
|
+
closeIconColorPressed: string;
|
|
229
239
|
closeColorHover: string;
|
|
230
240
|
closeColorPressed: string;
|
|
231
241
|
borderPrimary: string;
|
|
232
242
|
textColorPrimary: string;
|
|
233
243
|
colorPrimary: string;
|
|
234
|
-
|
|
244
|
+
colorBorderedPrimary: string;
|
|
245
|
+
closeIconColorPrimary: string;
|
|
246
|
+
closeIconColorHoverPrimary: string;
|
|
247
|
+
closeIconColorPressedPrimary: string;
|
|
235
248
|
closeColorHoverPrimary: string;
|
|
236
249
|
closeColorPressedPrimary: string;
|
|
237
250
|
borderInfo: string;
|
|
238
251
|
textColorInfo: string;
|
|
239
252
|
colorInfo: string;
|
|
240
|
-
|
|
253
|
+
colorBorderedInfo: string;
|
|
254
|
+
closeIconColorInfo: string;
|
|
255
|
+
closeIconColorHoverInfo: string;
|
|
256
|
+
closeIconColorPressedInfo: string;
|
|
241
257
|
closeColorHoverInfo: string;
|
|
242
258
|
closeColorPressedInfo: string;
|
|
243
259
|
borderSuccess: string;
|
|
244
260
|
textColorSuccess: string;
|
|
245
261
|
colorSuccess: string;
|
|
246
|
-
|
|
262
|
+
colorBorderedSuccess: string;
|
|
263
|
+
closeIconColorSuccess: string;
|
|
264
|
+
closeIconColorHoverSuccess: string;
|
|
265
|
+
closeIconColorPressedSuccess: string;
|
|
247
266
|
closeColorHoverSuccess: string;
|
|
248
267
|
closeColorPressedSuccess: string;
|
|
249
268
|
borderWarning: string;
|
|
250
269
|
textColorWarning: string;
|
|
251
270
|
colorWarning: string;
|
|
252
|
-
|
|
271
|
+
colorBorderedWarning: string;
|
|
272
|
+
closeIconColorWarning: string;
|
|
273
|
+
closeIconColorHoverWarning: string;
|
|
274
|
+
closeIconColorPressedWarning: string;
|
|
253
275
|
closeColorHoverWarning: string;
|
|
254
276
|
closeColorPressedWarning: string;
|
|
255
277
|
borderError: string;
|
|
256
278
|
textColorError: string;
|
|
257
279
|
colorError: string;
|
|
258
|
-
|
|
280
|
+
colorBorderedError: string;
|
|
281
|
+
closeIconColorError: string;
|
|
282
|
+
closeIconColorHoverError: string;
|
|
283
|
+
closeIconColorPressedError: string;
|
|
259
284
|
closeColorHoverError: string;
|
|
260
285
|
closeColorPressedError: string;
|
|
286
|
+
closeIconSizeTiny: string;
|
|
287
|
+
closeIconSizeSmall: string;
|
|
288
|
+
closeIconSizeMedium: string;
|
|
289
|
+
closeIconSizeLarge: string;
|
|
261
290
|
closeSizeTiny: string;
|
|
262
291
|
closeSizeSmall: string;
|
|
263
292
|
closeSizeMedium: string;
|
|
@@ -267,6 +296,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
267
296
|
closeMarginRtl: string;
|
|
268
297
|
}, any>>;
|
|
269
298
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
299
|
+
closeBorderRadius: string;
|
|
270
300
|
heightTiny: string;
|
|
271
301
|
heightSmall: string;
|
|
272
302
|
heightMedium: string;
|
|
@@ -277,6 +307,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
277
307
|
fontSizeSmall: string;
|
|
278
308
|
fontSizeMedium: string;
|
|
279
309
|
fontSizeLarge: string;
|
|
310
|
+
fontWeightStrong: string;
|
|
280
311
|
textColorCheckable: string;
|
|
281
312
|
textColorHoverCheckable: string;
|
|
282
313
|
textColorPressedCheckable: string;
|
|
@@ -290,39 +321,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
321
|
border: string;
|
|
291
322
|
textColor: string;
|
|
292
323
|
color: string;
|
|
293
|
-
|
|
324
|
+
colorBordered: string;
|
|
325
|
+
closeIconColor: string;
|
|
326
|
+
closeIconColorHover: string;
|
|
327
|
+
closeIconColorPressed: string;
|
|
294
328
|
closeColorHover: string;
|
|
295
329
|
closeColorPressed: string;
|
|
296
330
|
borderPrimary: string;
|
|
297
331
|
textColorPrimary: string;
|
|
298
332
|
colorPrimary: string;
|
|
299
|
-
|
|
333
|
+
colorBorderedPrimary: string;
|
|
334
|
+
closeIconColorPrimary: string;
|
|
335
|
+
closeIconColorHoverPrimary: string;
|
|
336
|
+
closeIconColorPressedPrimary: string;
|
|
300
337
|
closeColorHoverPrimary: string;
|
|
301
338
|
closeColorPressedPrimary: string;
|
|
302
339
|
borderInfo: string;
|
|
303
340
|
textColorInfo: string;
|
|
304
341
|
colorInfo: string;
|
|
305
|
-
|
|
342
|
+
colorBorderedInfo: string;
|
|
343
|
+
closeIconColorInfo: string;
|
|
344
|
+
closeIconColorHoverInfo: string;
|
|
345
|
+
closeIconColorPressedInfo: string;
|
|
306
346
|
closeColorHoverInfo: string;
|
|
307
347
|
closeColorPressedInfo: string;
|
|
308
348
|
borderSuccess: string;
|
|
309
349
|
textColorSuccess: string;
|
|
310
350
|
colorSuccess: string;
|
|
311
|
-
|
|
351
|
+
colorBorderedSuccess: string;
|
|
352
|
+
closeIconColorSuccess: string;
|
|
353
|
+
closeIconColorHoverSuccess: string;
|
|
354
|
+
closeIconColorPressedSuccess: string;
|
|
312
355
|
closeColorHoverSuccess: string;
|
|
313
356
|
closeColorPressedSuccess: string;
|
|
314
357
|
borderWarning: string;
|
|
315
358
|
textColorWarning: string;
|
|
316
359
|
colorWarning: string;
|
|
317
|
-
|
|
360
|
+
colorBorderedWarning: string;
|
|
361
|
+
closeIconColorWarning: string;
|
|
362
|
+
closeIconColorHoverWarning: string;
|
|
363
|
+
closeIconColorPressedWarning: string;
|
|
318
364
|
closeColorHoverWarning: string;
|
|
319
365
|
closeColorPressedWarning: string;
|
|
320
366
|
borderError: string;
|
|
321
367
|
textColorError: string;
|
|
322
368
|
colorError: string;
|
|
323
|
-
|
|
369
|
+
colorBorderedError: string;
|
|
370
|
+
closeIconColorError: string;
|
|
371
|
+
closeIconColorHoverError: string;
|
|
372
|
+
closeIconColorPressedError: string;
|
|
324
373
|
closeColorHoverError: string;
|
|
325
374
|
closeColorPressedError: string;
|
|
375
|
+
closeIconSizeTiny: string;
|
|
376
|
+
closeIconSizeSmall: string;
|
|
377
|
+
closeIconSizeMedium: string;
|
|
378
|
+
closeIconSizeLarge: string;
|
|
326
379
|
closeSizeTiny: string;
|
|
327
380
|
closeSizeSmall: string;
|
|
328
381
|
closeSizeMedium: string;
|
|
@@ -332,6 +385,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
332
385
|
closeMarginRtl: string;
|
|
333
386
|
}, any>>>;
|
|
334
387
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
388
|
+
closeBorderRadius: string;
|
|
335
389
|
heightTiny: string;
|
|
336
390
|
heightSmall: string;
|
|
337
391
|
heightMedium: string;
|
|
@@ -342,6 +396,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
342
396
|
fontSizeSmall: string;
|
|
343
397
|
fontSizeMedium: string;
|
|
344
398
|
fontSizeLarge: string;
|
|
399
|
+
fontWeightStrong: string;
|
|
345
400
|
textColorCheckable: string;
|
|
346
401
|
textColorHoverCheckable: string;
|
|
347
402
|
textColorPressedCheckable: string;
|
|
@@ -355,39 +410,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
355
410
|
border: string;
|
|
356
411
|
textColor: string;
|
|
357
412
|
color: string;
|
|
358
|
-
|
|
413
|
+
colorBordered: string;
|
|
414
|
+
closeIconColor: string;
|
|
415
|
+
closeIconColorHover: string;
|
|
416
|
+
closeIconColorPressed: string;
|
|
359
417
|
closeColorHover: string;
|
|
360
418
|
closeColorPressed: string;
|
|
361
419
|
borderPrimary: string;
|
|
362
420
|
textColorPrimary: string;
|
|
363
421
|
colorPrimary: string;
|
|
364
|
-
|
|
422
|
+
colorBorderedPrimary: string;
|
|
423
|
+
closeIconColorPrimary: string;
|
|
424
|
+
closeIconColorHoverPrimary: string;
|
|
425
|
+
closeIconColorPressedPrimary: string;
|
|
365
426
|
closeColorHoverPrimary: string;
|
|
366
427
|
closeColorPressedPrimary: string;
|
|
367
428
|
borderInfo: string;
|
|
368
429
|
textColorInfo: string;
|
|
369
430
|
colorInfo: string;
|
|
370
|
-
|
|
431
|
+
colorBorderedInfo: string;
|
|
432
|
+
closeIconColorInfo: string;
|
|
433
|
+
closeIconColorHoverInfo: string;
|
|
434
|
+
closeIconColorPressedInfo: string;
|
|
371
435
|
closeColorHoverInfo: string;
|
|
372
436
|
closeColorPressedInfo: string;
|
|
373
437
|
borderSuccess: string;
|
|
374
438
|
textColorSuccess: string;
|
|
375
439
|
colorSuccess: string;
|
|
376
|
-
|
|
440
|
+
colorBorderedSuccess: string;
|
|
441
|
+
closeIconColorSuccess: string;
|
|
442
|
+
closeIconColorHoverSuccess: string;
|
|
443
|
+
closeIconColorPressedSuccess: string;
|
|
377
444
|
closeColorHoverSuccess: string;
|
|
378
445
|
closeColorPressedSuccess: string;
|
|
379
446
|
borderWarning: string;
|
|
380
447
|
textColorWarning: string;
|
|
381
448
|
colorWarning: string;
|
|
382
|
-
|
|
449
|
+
colorBorderedWarning: string;
|
|
450
|
+
closeIconColorWarning: string;
|
|
451
|
+
closeIconColorHoverWarning: string;
|
|
452
|
+
closeIconColorPressedWarning: string;
|
|
383
453
|
closeColorHoverWarning: string;
|
|
384
454
|
closeColorPressedWarning: string;
|
|
385
455
|
borderError: string;
|
|
386
456
|
textColorError: string;
|
|
387
457
|
colorError: string;
|
|
388
|
-
|
|
458
|
+
colorBorderedError: string;
|
|
459
|
+
closeIconColorError: string;
|
|
460
|
+
closeIconColorHoverError: string;
|
|
461
|
+
closeIconColorPressedError: string;
|
|
389
462
|
closeColorHoverError: string;
|
|
390
463
|
closeColorPressedError: string;
|
|
464
|
+
closeIconSizeTiny: string;
|
|
465
|
+
closeIconSizeSmall: string;
|
|
466
|
+
closeIconSizeMedium: string;
|
|
467
|
+
closeIconSizeLarge: string;
|
|
391
468
|
closeSizeTiny: string;
|
|
392
469
|
closeSizeSmall: string;
|
|
393
470
|
closeSizeMedium: string;
|
|
@@ -404,14 +481,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
404
481
|
handleClick: (e: MouseEvent) => void;
|
|
405
482
|
handleCloseClick: (e: MouseEvent) => void;
|
|
406
483
|
cssVars: import("vue").ComputedRef<{
|
|
484
|
+
'--n-font-weight-strong': string;
|
|
407
485
|
'--n-avatar-size-override': string;
|
|
408
486
|
'--n-bezier': string;
|
|
409
487
|
'--n-border-radius': string;
|
|
410
488
|
'--n-border': string;
|
|
411
|
-
'--n-close-
|
|
412
|
-
'--n-close-color-hover': string;
|
|
489
|
+
'--n-close-icon-size': string;
|
|
413
490
|
'--n-close-color-pressed': string;
|
|
414
|
-
'--n-close-color-
|
|
491
|
+
'--n-close-color-hover': string;
|
|
492
|
+
'--n-close-border-radius': string;
|
|
493
|
+
'--n-close-icon-color': string;
|
|
494
|
+
'--n-close-icon-color-hover': string;
|
|
495
|
+
'--n-close-icon-color-pressed': string;
|
|
496
|
+
'--n-close-icon-color-disabled': string;
|
|
415
497
|
'--n-close-margin': string;
|
|
416
498
|
'--n-close-margin-rtl': string;
|
|
417
499
|
'--n-close-size': string;
|
|
@@ -442,12 +524,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
442
524
|
};
|
|
443
525
|
checked: BooleanConstructor;
|
|
444
526
|
checkable: BooleanConstructor;
|
|
527
|
+
strong: BooleanConstructor;
|
|
528
|
+
triggerClickOnClose: BooleanConstructor;
|
|
445
529
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
446
530
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
447
531
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
448
532
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
449
533
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
450
|
-
|
|
534
|
+
internalCloseFocusable: {
|
|
535
|
+
type: BooleanConstructor;
|
|
536
|
+
default: boolean;
|
|
537
|
+
};
|
|
451
538
|
onCheckedChange: {
|
|
452
539
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
453
540
|
validator: () => boolean;
|
|
@@ -469,6 +556,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
469
556
|
readonly default: undefined;
|
|
470
557
|
};
|
|
471
558
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
559
|
+
closeBorderRadius: string;
|
|
472
560
|
heightTiny: string;
|
|
473
561
|
heightSmall: string;
|
|
474
562
|
heightMedium: string;
|
|
@@ -479,6 +567,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
479
567
|
fontSizeSmall: string;
|
|
480
568
|
fontSizeMedium: string;
|
|
481
569
|
fontSizeLarge: string;
|
|
570
|
+
fontWeightStrong: string;
|
|
482
571
|
textColorCheckable: string;
|
|
483
572
|
textColorHoverCheckable: string;
|
|
484
573
|
textColorPressedCheckable: string;
|
|
@@ -492,39 +581,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
492
581
|
border: string;
|
|
493
582
|
textColor: string;
|
|
494
583
|
color: string;
|
|
495
|
-
|
|
584
|
+
colorBordered: string;
|
|
585
|
+
closeIconColor: string;
|
|
586
|
+
closeIconColorHover: string;
|
|
587
|
+
closeIconColorPressed: string;
|
|
496
588
|
closeColorHover: string;
|
|
497
589
|
closeColorPressed: string;
|
|
498
590
|
borderPrimary: string;
|
|
499
591
|
textColorPrimary: string;
|
|
500
592
|
colorPrimary: string;
|
|
501
|
-
|
|
593
|
+
colorBorderedPrimary: string;
|
|
594
|
+
closeIconColorPrimary: string;
|
|
595
|
+
closeIconColorHoverPrimary: string;
|
|
596
|
+
closeIconColorPressedPrimary: string;
|
|
502
597
|
closeColorHoverPrimary: string;
|
|
503
598
|
closeColorPressedPrimary: string;
|
|
504
599
|
borderInfo: string;
|
|
505
600
|
textColorInfo: string;
|
|
506
601
|
colorInfo: string;
|
|
507
|
-
|
|
602
|
+
colorBorderedInfo: string;
|
|
603
|
+
closeIconColorInfo: string;
|
|
604
|
+
closeIconColorHoverInfo: string;
|
|
605
|
+
closeIconColorPressedInfo: string;
|
|
508
606
|
closeColorHoverInfo: string;
|
|
509
607
|
closeColorPressedInfo: string;
|
|
510
608
|
borderSuccess: string;
|
|
511
609
|
textColorSuccess: string;
|
|
512
610
|
colorSuccess: string;
|
|
513
|
-
|
|
611
|
+
colorBorderedSuccess: string;
|
|
612
|
+
closeIconColorSuccess: string;
|
|
613
|
+
closeIconColorHoverSuccess: string;
|
|
614
|
+
closeIconColorPressedSuccess: string;
|
|
514
615
|
closeColorHoverSuccess: string;
|
|
515
616
|
closeColorPressedSuccess: string;
|
|
516
617
|
borderWarning: string;
|
|
517
618
|
textColorWarning: string;
|
|
518
619
|
colorWarning: string;
|
|
519
|
-
|
|
620
|
+
colorBorderedWarning: string;
|
|
621
|
+
closeIconColorWarning: string;
|
|
622
|
+
closeIconColorHoverWarning: string;
|
|
623
|
+
closeIconColorPressedWarning: string;
|
|
520
624
|
closeColorHoverWarning: string;
|
|
521
625
|
closeColorPressedWarning: string;
|
|
522
626
|
borderError: string;
|
|
523
627
|
textColorError: string;
|
|
524
628
|
colorError: string;
|
|
525
|
-
|
|
629
|
+
colorBorderedError: string;
|
|
630
|
+
closeIconColorError: string;
|
|
631
|
+
closeIconColorHoverError: string;
|
|
632
|
+
closeIconColorPressedError: string;
|
|
526
633
|
closeColorHoverError: string;
|
|
527
634
|
closeColorPressedError: string;
|
|
635
|
+
closeIconSizeTiny: string;
|
|
636
|
+
closeIconSizeSmall: string;
|
|
637
|
+
closeIconSizeMedium: string;
|
|
638
|
+
closeIconSizeLarge: string;
|
|
528
639
|
closeSizeTiny: string;
|
|
529
640
|
closeSizeSmall: string;
|
|
530
641
|
closeSizeMedium: string;
|
|
@@ -534,6 +645,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
534
645
|
closeMarginRtl: string;
|
|
535
646
|
}, any>>;
|
|
536
647
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
648
|
+
closeBorderRadius: string;
|
|
537
649
|
heightTiny: string;
|
|
538
650
|
heightSmall: string;
|
|
539
651
|
heightMedium: string;
|
|
@@ -544,6 +656,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
544
656
|
fontSizeSmall: string;
|
|
545
657
|
fontSizeMedium: string;
|
|
546
658
|
fontSizeLarge: string;
|
|
659
|
+
fontWeightStrong: string;
|
|
547
660
|
textColorCheckable: string;
|
|
548
661
|
textColorHoverCheckable: string;
|
|
549
662
|
textColorPressedCheckable: string;
|
|
@@ -557,39 +670,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
557
670
|
border: string;
|
|
558
671
|
textColor: string;
|
|
559
672
|
color: string;
|
|
560
|
-
|
|
673
|
+
colorBordered: string;
|
|
674
|
+
closeIconColor: string;
|
|
675
|
+
closeIconColorHover: string;
|
|
676
|
+
closeIconColorPressed: string;
|
|
561
677
|
closeColorHover: string;
|
|
562
678
|
closeColorPressed: string;
|
|
563
679
|
borderPrimary: string;
|
|
564
680
|
textColorPrimary: string;
|
|
565
681
|
colorPrimary: string;
|
|
566
|
-
|
|
682
|
+
colorBorderedPrimary: string;
|
|
683
|
+
closeIconColorPrimary: string;
|
|
684
|
+
closeIconColorHoverPrimary: string;
|
|
685
|
+
closeIconColorPressedPrimary: string;
|
|
567
686
|
closeColorHoverPrimary: string;
|
|
568
687
|
closeColorPressedPrimary: string;
|
|
569
688
|
borderInfo: string;
|
|
570
689
|
textColorInfo: string;
|
|
571
690
|
colorInfo: string;
|
|
572
|
-
|
|
691
|
+
colorBorderedInfo: string;
|
|
692
|
+
closeIconColorInfo: string;
|
|
693
|
+
closeIconColorHoverInfo: string;
|
|
694
|
+
closeIconColorPressedInfo: string;
|
|
573
695
|
closeColorHoverInfo: string;
|
|
574
696
|
closeColorPressedInfo: string;
|
|
575
697
|
borderSuccess: string;
|
|
576
698
|
textColorSuccess: string;
|
|
577
699
|
colorSuccess: string;
|
|
578
|
-
|
|
700
|
+
colorBorderedSuccess: string;
|
|
701
|
+
closeIconColorSuccess: string;
|
|
702
|
+
closeIconColorHoverSuccess: string;
|
|
703
|
+
closeIconColorPressedSuccess: string;
|
|
579
704
|
closeColorHoverSuccess: string;
|
|
580
705
|
closeColorPressedSuccess: string;
|
|
581
706
|
borderWarning: string;
|
|
582
707
|
textColorWarning: string;
|
|
583
708
|
colorWarning: string;
|
|
584
|
-
|
|
709
|
+
colorBorderedWarning: string;
|
|
710
|
+
closeIconColorWarning: string;
|
|
711
|
+
closeIconColorHoverWarning: string;
|
|
712
|
+
closeIconColorPressedWarning: string;
|
|
585
713
|
closeColorHoverWarning: string;
|
|
586
714
|
closeColorPressedWarning: string;
|
|
587
715
|
borderError: string;
|
|
588
716
|
textColorError: string;
|
|
589
717
|
colorError: string;
|
|
590
|
-
|
|
718
|
+
colorBorderedError: string;
|
|
719
|
+
closeIconColorError: string;
|
|
720
|
+
closeIconColorHoverError: string;
|
|
721
|
+
closeIconColorPressedError: string;
|
|
591
722
|
closeColorHoverError: string;
|
|
592
723
|
closeColorPressedError: string;
|
|
724
|
+
closeIconSizeTiny: string;
|
|
725
|
+
closeIconSizeSmall: string;
|
|
726
|
+
closeIconSizeMedium: string;
|
|
727
|
+
closeIconSizeLarge: string;
|
|
593
728
|
closeSizeTiny: string;
|
|
594
729
|
closeSizeSmall: string;
|
|
595
730
|
closeSizeMedium: string;
|
|
@@ -599,6 +734,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
599
734
|
closeMarginRtl: string;
|
|
600
735
|
}, any>>>;
|
|
601
736
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
737
|
+
closeBorderRadius: string;
|
|
602
738
|
heightTiny: string;
|
|
603
739
|
heightSmall: string;
|
|
604
740
|
heightMedium: string;
|
|
@@ -609,6 +745,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
609
745
|
fontSizeSmall: string;
|
|
610
746
|
fontSizeMedium: string;
|
|
611
747
|
fontSizeLarge: string;
|
|
748
|
+
fontWeightStrong: string;
|
|
612
749
|
textColorCheckable: string;
|
|
613
750
|
textColorHoverCheckable: string;
|
|
614
751
|
textColorPressedCheckable: string;
|
|
@@ -622,39 +759,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
622
759
|
border: string;
|
|
623
760
|
textColor: string;
|
|
624
761
|
color: string;
|
|
625
|
-
|
|
762
|
+
colorBordered: string;
|
|
763
|
+
closeIconColor: string;
|
|
764
|
+
closeIconColorHover: string;
|
|
765
|
+
closeIconColorPressed: string;
|
|
626
766
|
closeColorHover: string;
|
|
627
767
|
closeColorPressed: string;
|
|
628
768
|
borderPrimary: string;
|
|
629
769
|
textColorPrimary: string;
|
|
630
770
|
colorPrimary: string;
|
|
631
|
-
|
|
771
|
+
colorBorderedPrimary: string;
|
|
772
|
+
closeIconColorPrimary: string;
|
|
773
|
+
closeIconColorHoverPrimary: string;
|
|
774
|
+
closeIconColorPressedPrimary: string;
|
|
632
775
|
closeColorHoverPrimary: string;
|
|
633
776
|
closeColorPressedPrimary: string;
|
|
634
777
|
borderInfo: string;
|
|
635
778
|
textColorInfo: string;
|
|
636
779
|
colorInfo: string;
|
|
637
|
-
|
|
780
|
+
colorBorderedInfo: string;
|
|
781
|
+
closeIconColorInfo: string;
|
|
782
|
+
closeIconColorHoverInfo: string;
|
|
783
|
+
closeIconColorPressedInfo: string;
|
|
638
784
|
closeColorHoverInfo: string;
|
|
639
785
|
closeColorPressedInfo: string;
|
|
640
786
|
borderSuccess: string;
|
|
641
787
|
textColorSuccess: string;
|
|
642
788
|
colorSuccess: string;
|
|
643
|
-
|
|
789
|
+
colorBorderedSuccess: string;
|
|
790
|
+
closeIconColorSuccess: string;
|
|
791
|
+
closeIconColorHoverSuccess: string;
|
|
792
|
+
closeIconColorPressedSuccess: string;
|
|
644
793
|
closeColorHoverSuccess: string;
|
|
645
794
|
closeColorPressedSuccess: string;
|
|
646
795
|
borderWarning: string;
|
|
647
796
|
textColorWarning: string;
|
|
648
797
|
colorWarning: string;
|
|
649
|
-
|
|
798
|
+
colorBorderedWarning: string;
|
|
799
|
+
closeIconColorWarning: string;
|
|
800
|
+
closeIconColorHoverWarning: string;
|
|
801
|
+
closeIconColorPressedWarning: string;
|
|
650
802
|
closeColorHoverWarning: string;
|
|
651
803
|
closeColorPressedWarning: string;
|
|
652
804
|
borderError: string;
|
|
653
805
|
textColorError: string;
|
|
654
806
|
colorError: string;
|
|
655
|
-
|
|
807
|
+
colorBorderedError: string;
|
|
808
|
+
closeIconColorError: string;
|
|
809
|
+
closeIconColorHoverError: string;
|
|
810
|
+
closeIconColorPressedError: string;
|
|
656
811
|
closeColorHoverError: string;
|
|
657
812
|
closeColorPressedError: string;
|
|
813
|
+
closeIconSizeTiny: string;
|
|
814
|
+
closeIconSizeSmall: string;
|
|
815
|
+
closeIconSizeMedium: string;
|
|
816
|
+
closeIconSizeLarge: string;
|
|
658
817
|
closeSizeTiny: string;
|
|
659
818
|
closeSizeSmall: string;
|
|
660
819
|
closeSizeMedium: string;
|
|
@@ -669,11 +828,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
669
828
|
size: "small" | "medium" | "tiny" | "large";
|
|
670
829
|
disabled: boolean | undefined;
|
|
671
830
|
checked: boolean;
|
|
831
|
+
strong: boolean;
|
|
672
832
|
bordered: boolean | undefined;
|
|
833
|
+
closable: boolean;
|
|
673
834
|
checkable: boolean;
|
|
674
|
-
|
|
835
|
+
triggerClickOnClose: boolean;
|
|
836
|
+
internalCloseFocusable: boolean;
|
|
675
837
|
onCheckedChange: (checked: boolean) => void;
|
|
676
|
-
closable: boolean;
|
|
677
838
|
}>;
|
|
678
839
|
NIcon: import("vue").DefineComponent<{
|
|
679
840
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -857,9 +1018,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
857
1018
|
titleTextColor: string;
|
|
858
1019
|
textColor: string;
|
|
859
1020
|
color: string;
|
|
860
|
-
closeColor: string;
|
|
861
1021
|
closeColorHover: string;
|
|
862
1022
|
closeColorPressed: string;
|
|
1023
|
+
closeIconColor: string;
|
|
1024
|
+
closeIconColorHover: string;
|
|
1025
|
+
closeIconColorPressed: string;
|
|
1026
|
+
closeBorderRadius: string;
|
|
863
1027
|
iconColor: string;
|
|
864
1028
|
iconColorInfo: string;
|
|
865
1029
|
iconColorSuccess: string;
|
|
@@ -875,6 +1039,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
875
1039
|
iconMargin: string;
|
|
876
1040
|
iconMarginIconTop: string;
|
|
877
1041
|
closeSize: string;
|
|
1042
|
+
closeIconSize: string;
|
|
878
1043
|
closeMargin: string;
|
|
879
1044
|
closeMarginIconTop: string;
|
|
880
1045
|
}, {
|
|
@@ -1090,14 +1255,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1090
1255
|
colorPopover: string;
|
|
1091
1256
|
colorTarget: string;
|
|
1092
1257
|
colorEmbedded: string;
|
|
1258
|
+
colorEmbeddedModal: string;
|
|
1259
|
+
colorEmbeddedPopover: string;
|
|
1093
1260
|
textColor: string;
|
|
1094
1261
|
titleTextColor: string;
|
|
1095
1262
|
borderColor: string;
|
|
1096
1263
|
actionColor: string;
|
|
1097
1264
|
titleFontWeight: string;
|
|
1098
|
-
closeColor: string;
|
|
1099
1265
|
closeColorHover: string;
|
|
1100
1266
|
closeColorPressed: string;
|
|
1267
|
+
closeBorderRadius: string;
|
|
1268
|
+
closeIconColor: string;
|
|
1269
|
+
closeIconColorHover: string;
|
|
1270
|
+
closeIconColorPressed: string;
|
|
1101
1271
|
fontSizeSmall: string;
|
|
1102
1272
|
fontSizeMedium: string;
|
|
1103
1273
|
fontSizeLarge: string;
|
|
@@ -1112,6 +1282,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1112
1282
|
titleFontSizeMedium: string;
|
|
1113
1283
|
titleFontSizeLarge: string;
|
|
1114
1284
|
titleFontSizeHuge: string;
|
|
1285
|
+
closeIconSize: string;
|
|
1115
1286
|
closeSize: string;
|
|
1116
1287
|
}, any>;
|
|
1117
1288
|
}>>;
|
|
@@ -1131,9 +1302,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1131
1302
|
titleTextColor: string;
|
|
1132
1303
|
textColor: string;
|
|
1133
1304
|
color: string;
|
|
1134
|
-
closeColor: string;
|
|
1135
1305
|
closeColorHover: string;
|
|
1136
1306
|
closeColorPressed: string;
|
|
1307
|
+
closeIconColor: string;
|
|
1308
|
+
closeIconColorHover: string;
|
|
1309
|
+
closeIconColorPressed: string;
|
|
1310
|
+
closeBorderRadius: string;
|
|
1137
1311
|
iconColor: string;
|
|
1138
1312
|
iconColorInfo: string;
|
|
1139
1313
|
iconColorSuccess: string;
|
|
@@ -1149,6 +1323,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1149
1323
|
iconMargin: string;
|
|
1150
1324
|
iconMarginIconTop: string;
|
|
1151
1325
|
closeSize: string;
|
|
1326
|
+
closeIconSize: string;
|
|
1152
1327
|
closeMargin: string;
|
|
1153
1328
|
closeMarginIconTop: string;
|
|
1154
1329
|
}, {
|
|
@@ -1364,14 +1539,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1364
1539
|
colorPopover: string;
|
|
1365
1540
|
colorTarget: string;
|
|
1366
1541
|
colorEmbedded: string;
|
|
1542
|
+
colorEmbeddedModal: string;
|
|
1543
|
+
colorEmbeddedPopover: string;
|
|
1367
1544
|
textColor: string;
|
|
1368
1545
|
titleTextColor: string;
|
|
1369
1546
|
borderColor: string;
|
|
1370
1547
|
actionColor: string;
|
|
1371
1548
|
titleFontWeight: string;
|
|
1372
|
-
closeColor: string;
|
|
1373
1549
|
closeColorHover: string;
|
|
1374
1550
|
closeColorPressed: string;
|
|
1551
|
+
closeBorderRadius: string;
|
|
1552
|
+
closeIconColor: string;
|
|
1553
|
+
closeIconColorHover: string;
|
|
1554
|
+
closeIconColorPressed: string;
|
|
1375
1555
|
fontSizeSmall: string;
|
|
1376
1556
|
fontSizeMedium: string;
|
|
1377
1557
|
fontSizeLarge: string;
|
|
@@ -1386,6 +1566,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1386
1566
|
titleFontSizeMedium: string;
|
|
1387
1567
|
titleFontSizeLarge: string;
|
|
1388
1568
|
titleFontSizeHuge: string;
|
|
1569
|
+
closeIconSize: string;
|
|
1389
1570
|
closeSize: string;
|
|
1390
1571
|
}, any>;
|
|
1391
1572
|
}>>>;
|
|
@@ -1405,9 +1586,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1405
1586
|
titleTextColor: string;
|
|
1406
1587
|
textColor: string;
|
|
1407
1588
|
color: string;
|
|
1408
|
-
closeColor: string;
|
|
1409
1589
|
closeColorHover: string;
|
|
1410
1590
|
closeColorPressed: string;
|
|
1591
|
+
closeIconColor: string;
|
|
1592
|
+
closeIconColorHover: string;
|
|
1593
|
+
closeIconColorPressed: string;
|
|
1594
|
+
closeBorderRadius: string;
|
|
1411
1595
|
iconColor: string;
|
|
1412
1596
|
iconColorInfo: string;
|
|
1413
1597
|
iconColorSuccess: string;
|
|
@@ -1423,6 +1607,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1423
1607
|
iconMargin: string;
|
|
1424
1608
|
iconMarginIconTop: string;
|
|
1425
1609
|
closeSize: string;
|
|
1610
|
+
closeIconSize: string;
|
|
1426
1611
|
closeMargin: string;
|
|
1427
1612
|
closeMarginIconTop: string;
|
|
1428
1613
|
}, {
|
|
@@ -1638,14 +1823,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1638
1823
|
colorPopover: string;
|
|
1639
1824
|
colorTarget: string;
|
|
1640
1825
|
colorEmbedded: string;
|
|
1826
|
+
colorEmbeddedModal: string;
|
|
1827
|
+
colorEmbeddedPopover: string;
|
|
1641
1828
|
textColor: string;
|
|
1642
1829
|
titleTextColor: string;
|
|
1643
1830
|
borderColor: string;
|
|
1644
1831
|
actionColor: string;
|
|
1645
1832
|
titleFontWeight: string;
|
|
1646
|
-
closeColor: string;
|
|
1647
1833
|
closeColorHover: string;
|
|
1648
1834
|
closeColorPressed: string;
|
|
1835
|
+
closeBorderRadius: string;
|
|
1836
|
+
closeIconColor: string;
|
|
1837
|
+
closeIconColorHover: string;
|
|
1838
|
+
closeIconColorPressed: string;
|
|
1649
1839
|
fontSizeSmall: string;
|
|
1650
1840
|
fontSizeMedium: string;
|
|
1651
1841
|
fontSizeLarge: string;
|
|
@@ -1660,6 +1850,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1660
1850
|
titleFontSizeMedium: string;
|
|
1661
1851
|
titleFontSizeLarge: string;
|
|
1662
1852
|
titleFontSizeHuge: string;
|
|
1853
|
+
closeIconSize: string;
|
|
1663
1854
|
closeSize: string;
|
|
1664
1855
|
}, any>;
|
|
1665
1856
|
}>>>;
|
|
@@ -1795,9 +1986,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1795
1986
|
titleTextColor: string;
|
|
1796
1987
|
textColor: string;
|
|
1797
1988
|
color: string;
|
|
1798
|
-
closeColor: string;
|
|
1799
1989
|
closeColorHover: string;
|
|
1800
1990
|
closeColorPressed: string;
|
|
1991
|
+
closeIconColor: string;
|
|
1992
|
+
closeIconColorHover: string;
|
|
1993
|
+
closeIconColorPressed: string;
|
|
1994
|
+
closeBorderRadius: string;
|
|
1801
1995
|
iconColor: string;
|
|
1802
1996
|
iconColorInfo: string;
|
|
1803
1997
|
iconColorSuccess: string;
|
|
@@ -1813,6 +2007,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1813
2007
|
iconMargin: string;
|
|
1814
2008
|
iconMarginIconTop: string;
|
|
1815
2009
|
closeSize: string;
|
|
2010
|
+
closeIconSize: string;
|
|
1816
2011
|
closeMargin: string;
|
|
1817
2012
|
closeMarginIconTop: string;
|
|
1818
2013
|
}, {
|
|
@@ -2028,14 +2223,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2028
2223
|
colorPopover: string;
|
|
2029
2224
|
colorTarget: string;
|
|
2030
2225
|
colorEmbedded: string;
|
|
2226
|
+
colorEmbeddedModal: string;
|
|
2227
|
+
colorEmbeddedPopover: string;
|
|
2031
2228
|
textColor: string;
|
|
2032
2229
|
titleTextColor: string;
|
|
2033
2230
|
borderColor: string;
|
|
2034
2231
|
actionColor: string;
|
|
2035
2232
|
titleFontWeight: string;
|
|
2036
|
-
closeColor: string;
|
|
2037
2233
|
closeColorHover: string;
|
|
2038
2234
|
closeColorPressed: string;
|
|
2235
|
+
closeBorderRadius: string;
|
|
2236
|
+
closeIconColor: string;
|
|
2237
|
+
closeIconColorHover: string;
|
|
2238
|
+
closeIconColorPressed: string;
|
|
2039
2239
|
fontSizeSmall: string;
|
|
2040
2240
|
fontSizeMedium: string;
|
|
2041
2241
|
fontSizeLarge: string;
|
|
@@ -2050,6 +2250,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2050
2250
|
titleFontSizeMedium: string;
|
|
2051
2251
|
titleFontSizeLarge: string;
|
|
2052
2252
|
titleFontSizeHuge: string;
|
|
2253
|
+
closeIconSize: string;
|
|
2053
2254
|
closeSize: string;
|
|
2054
2255
|
}, any>;
|
|
2055
2256
|
}>>;
|
|
@@ -2069,9 +2270,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2069
2270
|
titleTextColor: string;
|
|
2070
2271
|
textColor: string;
|
|
2071
2272
|
color: string;
|
|
2072
|
-
closeColor: string;
|
|
2073
2273
|
closeColorHover: string;
|
|
2074
2274
|
closeColorPressed: string;
|
|
2275
|
+
closeIconColor: string;
|
|
2276
|
+
closeIconColorHover: string;
|
|
2277
|
+
closeIconColorPressed: string;
|
|
2278
|
+
closeBorderRadius: string;
|
|
2075
2279
|
iconColor: string;
|
|
2076
2280
|
iconColorInfo: string;
|
|
2077
2281
|
iconColorSuccess: string;
|
|
@@ -2087,6 +2291,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2087
2291
|
iconMargin: string;
|
|
2088
2292
|
iconMarginIconTop: string;
|
|
2089
2293
|
closeSize: string;
|
|
2294
|
+
closeIconSize: string;
|
|
2090
2295
|
closeMargin: string;
|
|
2091
2296
|
closeMarginIconTop: string;
|
|
2092
2297
|
}, {
|
|
@@ -2302,14 +2507,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2302
2507
|
colorPopover: string;
|
|
2303
2508
|
colorTarget: string;
|
|
2304
2509
|
colorEmbedded: string;
|
|
2510
|
+
colorEmbeddedModal: string;
|
|
2511
|
+
colorEmbeddedPopover: string;
|
|
2305
2512
|
textColor: string;
|
|
2306
2513
|
titleTextColor: string;
|
|
2307
2514
|
borderColor: string;
|
|
2308
2515
|
actionColor: string;
|
|
2309
2516
|
titleFontWeight: string;
|
|
2310
|
-
closeColor: string;
|
|
2311
2517
|
closeColorHover: string;
|
|
2312
2518
|
closeColorPressed: string;
|
|
2519
|
+
closeBorderRadius: string;
|
|
2520
|
+
closeIconColor: string;
|
|
2521
|
+
closeIconColorHover: string;
|
|
2522
|
+
closeIconColorPressed: string;
|
|
2313
2523
|
fontSizeSmall: string;
|
|
2314
2524
|
fontSizeMedium: string;
|
|
2315
2525
|
fontSizeLarge: string;
|
|
@@ -2324,6 +2534,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2324
2534
|
titleFontSizeMedium: string;
|
|
2325
2535
|
titleFontSizeLarge: string;
|
|
2326
2536
|
titleFontSizeHuge: string;
|
|
2537
|
+
closeIconSize: string;
|
|
2327
2538
|
closeSize: string;
|
|
2328
2539
|
}, any>;
|
|
2329
2540
|
}>>>;
|
|
@@ -2343,9 +2554,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2343
2554
|
titleTextColor: string;
|
|
2344
2555
|
textColor: string;
|
|
2345
2556
|
color: string;
|
|
2346
|
-
closeColor: string;
|
|
2347
2557
|
closeColorHover: string;
|
|
2348
2558
|
closeColorPressed: string;
|
|
2559
|
+
closeIconColor: string;
|
|
2560
|
+
closeIconColorHover: string;
|
|
2561
|
+
closeIconColorPressed: string;
|
|
2562
|
+
closeBorderRadius: string;
|
|
2349
2563
|
iconColor: string;
|
|
2350
2564
|
iconColorInfo: string;
|
|
2351
2565
|
iconColorSuccess: string;
|
|
@@ -2361,6 +2575,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2361
2575
|
iconMargin: string;
|
|
2362
2576
|
iconMarginIconTop: string;
|
|
2363
2577
|
closeSize: string;
|
|
2578
|
+
closeIconSize: string;
|
|
2364
2579
|
closeMargin: string;
|
|
2365
2580
|
closeMarginIconTop: string;
|
|
2366
2581
|
}, {
|
|
@@ -2576,14 +2791,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2576
2791
|
colorPopover: string;
|
|
2577
2792
|
colorTarget: string;
|
|
2578
2793
|
colorEmbedded: string;
|
|
2794
|
+
colorEmbeddedModal: string;
|
|
2795
|
+
colorEmbeddedPopover: string;
|
|
2579
2796
|
textColor: string;
|
|
2580
2797
|
titleTextColor: string;
|
|
2581
2798
|
borderColor: string;
|
|
2582
2799
|
actionColor: string;
|
|
2583
2800
|
titleFontWeight: string;
|
|
2584
|
-
closeColor: string;
|
|
2585
2801
|
closeColorHover: string;
|
|
2586
2802
|
closeColorPressed: string;
|
|
2803
|
+
closeBorderRadius: string;
|
|
2804
|
+
closeIconColor: string;
|
|
2805
|
+
closeIconColorHover: string;
|
|
2806
|
+
closeIconColorPressed: string;
|
|
2587
2807
|
fontSizeSmall: string;
|
|
2588
2808
|
fontSizeMedium: string;
|
|
2589
2809
|
fontSizeLarge: string;
|
|
@@ -2598,6 +2818,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2598
2818
|
titleFontSizeMedium: string;
|
|
2599
2819
|
titleFontSizeLarge: string;
|
|
2600
2820
|
titleFontSizeHuge: string;
|
|
2821
|
+
closeIconSize: string;
|
|
2601
2822
|
closeSize: string;
|
|
2602
2823
|
}, any>;
|
|
2603
2824
|
}>>>;
|
|
@@ -2635,11 +2856,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2635
2856
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2636
2857
|
readonly default: "medium";
|
|
2637
2858
|
};
|
|
2859
|
+
readonly wrapItem: {
|
|
2860
|
+
readonly type: BooleanConstructor;
|
|
2861
|
+
readonly default: true;
|
|
2862
|
+
};
|
|
2638
2863
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2639
2864
|
readonly wrap: {
|
|
2640
2865
|
readonly type: BooleanConstructor;
|
|
2641
2866
|
readonly default: true;
|
|
2642
2867
|
};
|
|
2868
|
+
readonly internalUseGap: {
|
|
2869
|
+
readonly type: BooleanConstructor;
|
|
2870
|
+
readonly default: undefined;
|
|
2871
|
+
};
|
|
2643
2872
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2644
2873
|
gapSmall: string;
|
|
2645
2874
|
gapMedium: string;
|
|
@@ -2656,6 +2885,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2656
2885
|
gapLarge: string;
|
|
2657
2886
|
}, any>>>;
|
|
2658
2887
|
}, {
|
|
2888
|
+
useGap: boolean;
|
|
2659
2889
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
2660
2890
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2661
2891
|
margin: import("vue").ComputedRef<{
|
|
@@ -2674,11 +2904,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2674
2904
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
2675
2905
|
readonly default: "medium";
|
|
2676
2906
|
};
|
|
2907
|
+
readonly wrapItem: {
|
|
2908
|
+
readonly type: BooleanConstructor;
|
|
2909
|
+
readonly default: true;
|
|
2910
|
+
};
|
|
2677
2911
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2678
2912
|
readonly wrap: {
|
|
2679
2913
|
readonly type: BooleanConstructor;
|
|
2680
2914
|
readonly default: true;
|
|
2681
2915
|
};
|
|
2916
|
+
readonly internalUseGap: {
|
|
2917
|
+
readonly type: BooleanConstructor;
|
|
2918
|
+
readonly default: undefined;
|
|
2919
|
+
};
|
|
2682
2920
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
2683
2921
|
gapSmall: string;
|
|
2684
2922
|
gapMedium: string;
|
|
@@ -2695,11 +2933,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2695
2933
|
gapLarge: string;
|
|
2696
2934
|
}, any>>>;
|
|
2697
2935
|
}>>, {
|
|
2698
|
-
inline: boolean;
|
|
2699
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
2700
|
-
wrap: boolean;
|
|
2701
|
-
vertical: boolean;
|
|
2702
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2936
|
+
readonly inline: boolean;
|
|
2937
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
2938
|
+
readonly wrap: boolean;
|
|
2939
|
+
readonly vertical: boolean;
|
|
2940
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
2941
|
+
readonly wrapItem: boolean;
|
|
2942
|
+
readonly internalUseGap: boolean;
|
|
2703
2943
|
}>;
|
|
2704
2944
|
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<{}>>, {}>;
|
|
2705
2945
|
labelFormContent: import("vue").DefineComponent<{
|
|
@@ -2867,9 +3107,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2867
3107
|
tabTextColorActiveCard: string;
|
|
2868
3108
|
tabTextColorDisabledCard: string;
|
|
2869
3109
|
barColor: string;
|
|
2870
|
-
|
|
3110
|
+
closeIconColor: string;
|
|
3111
|
+
closeIconColorHover: string;
|
|
3112
|
+
closeIconColorPressed: string;
|
|
2871
3113
|
closeColorHover: string;
|
|
2872
3114
|
closeColorPressed: string;
|
|
3115
|
+
closeBorderRadius: string;
|
|
2873
3116
|
tabColor: string;
|
|
2874
3117
|
tabColorSegment: string;
|
|
2875
3118
|
tabBorderColor: string;
|
|
@@ -2908,6 +3151,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2908
3151
|
panePaddingSmall: string;
|
|
2909
3152
|
panePaddingMedium: string;
|
|
2910
3153
|
panePaddingLarge: string;
|
|
3154
|
+
closeSize: string;
|
|
3155
|
+
closeIconSize: string;
|
|
2911
3156
|
}, any>>;
|
|
2912
3157
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2913
3158
|
colorSegment: string;
|
|
@@ -2929,9 +3174,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2929
3174
|
tabTextColorActiveCard: string;
|
|
2930
3175
|
tabTextColorDisabledCard: string;
|
|
2931
3176
|
barColor: string;
|
|
2932
|
-
|
|
3177
|
+
closeIconColor: string;
|
|
3178
|
+
closeIconColorHover: string;
|
|
3179
|
+
closeIconColorPressed: string;
|
|
2933
3180
|
closeColorHover: string;
|
|
2934
3181
|
closeColorPressed: string;
|
|
3182
|
+
closeBorderRadius: string;
|
|
2935
3183
|
tabColor: string;
|
|
2936
3184
|
tabColorSegment: string;
|
|
2937
3185
|
tabBorderColor: string;
|
|
@@ -2970,6 +3218,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2970
3218
|
panePaddingSmall: string;
|
|
2971
3219
|
panePaddingMedium: string;
|
|
2972
3220
|
panePaddingLarge: string;
|
|
3221
|
+
closeSize: string;
|
|
3222
|
+
closeIconSize: string;
|
|
2973
3223
|
}, any>>>;
|
|
2974
3224
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2975
3225
|
colorSegment: string;
|
|
@@ -2991,9 +3241,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2991
3241
|
tabTextColorActiveCard: string;
|
|
2992
3242
|
tabTextColorDisabledCard: string;
|
|
2993
3243
|
barColor: string;
|
|
2994
|
-
|
|
3244
|
+
closeIconColor: string;
|
|
3245
|
+
closeIconColorHover: string;
|
|
3246
|
+
closeIconColorPressed: string;
|
|
2995
3247
|
closeColorHover: string;
|
|
2996
3248
|
closeColorPressed: string;
|
|
3249
|
+
closeBorderRadius: string;
|
|
2997
3250
|
tabColor: string;
|
|
2998
3251
|
tabColorSegment: string;
|
|
2999
3252
|
tabBorderColor: string;
|
|
@@ -3032,12 +3285,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3032
3285
|
panePaddingSmall: string;
|
|
3033
3286
|
panePaddingMedium: string;
|
|
3034
3287
|
panePaddingLarge: string;
|
|
3288
|
+
closeSize: string;
|
|
3289
|
+
closeIconSize: string;
|
|
3035
3290
|
}, any>>>;
|
|
3036
3291
|
}, {
|
|
3037
3292
|
syncBarPosition: () => void;
|
|
3038
3293
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
3039
3294
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
3040
3295
|
renderedNames: Set<string | number>;
|
|
3296
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
3041
3297
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
3042
3298
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
3043
3299
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -3102,9 +3358,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3102
3358
|
'--n-pane-text-color': string;
|
|
3103
3359
|
'--n-tab-border-color': string;
|
|
3104
3360
|
'--n-tab-border-radius': string;
|
|
3105
|
-
'--n-close-
|
|
3361
|
+
'--n-close-size': string;
|
|
3362
|
+
'--n-close-icon-size': string;
|
|
3106
3363
|
'--n-close-color-hover': string;
|
|
3107
3364
|
'--n-close-color-pressed': string;
|
|
3365
|
+
'--n-close-border-radius': string;
|
|
3366
|
+
'--n-close-icon-color': string;
|
|
3367
|
+
'--n-close-icon-color-hover': string;
|
|
3368
|
+
'--n-close-icon-color-pressed': string;
|
|
3108
3369
|
'--n-tab-color': string;
|
|
3109
3370
|
'--n-tab-font-weight': string;
|
|
3110
3371
|
'--n-tab-font-weight-active': string;
|
|
@@ -3119,7 +3380,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3119
3380
|
renderNameListRef: {
|
|
3120
3381
|
value: (string | number)[];
|
|
3121
3382
|
};
|
|
3122
|
-
onAnimationBeforeLeave: () => void;
|
|
3383
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
3123
3384
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
3124
3385
|
onAnimationAfterEnter: () => void;
|
|
3125
3386
|
onRender: (() => void) | undefined;
|
|
@@ -3178,9 +3439,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3178
3439
|
tabTextColorActiveCard: string;
|
|
3179
3440
|
tabTextColorDisabledCard: string;
|
|
3180
3441
|
barColor: string;
|
|
3181
|
-
|
|
3442
|
+
closeIconColor: string;
|
|
3443
|
+
closeIconColorHover: string;
|
|
3444
|
+
closeIconColorPressed: string;
|
|
3182
3445
|
closeColorHover: string;
|
|
3183
3446
|
closeColorPressed: string;
|
|
3447
|
+
closeBorderRadius: string;
|
|
3184
3448
|
tabColor: string;
|
|
3185
3449
|
tabColorSegment: string;
|
|
3186
3450
|
tabBorderColor: string;
|
|
@@ -3219,6 +3483,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3219
3483
|
panePaddingSmall: string;
|
|
3220
3484
|
panePaddingMedium: string;
|
|
3221
3485
|
panePaddingLarge: string;
|
|
3486
|
+
closeSize: string;
|
|
3487
|
+
closeIconSize: string;
|
|
3222
3488
|
}, any>>;
|
|
3223
3489
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3224
3490
|
colorSegment: string;
|
|
@@ -3240,9 +3506,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3240
3506
|
tabTextColorActiveCard: string;
|
|
3241
3507
|
tabTextColorDisabledCard: string;
|
|
3242
3508
|
barColor: string;
|
|
3243
|
-
|
|
3509
|
+
closeIconColor: string;
|
|
3510
|
+
closeIconColorHover: string;
|
|
3511
|
+
closeIconColorPressed: string;
|
|
3244
3512
|
closeColorHover: string;
|
|
3245
3513
|
closeColorPressed: string;
|
|
3514
|
+
closeBorderRadius: string;
|
|
3246
3515
|
tabColor: string;
|
|
3247
3516
|
tabColorSegment: string;
|
|
3248
3517
|
tabBorderColor: string;
|
|
@@ -3281,6 +3550,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3281
3550
|
panePaddingSmall: string;
|
|
3282
3551
|
panePaddingMedium: string;
|
|
3283
3552
|
panePaddingLarge: string;
|
|
3553
|
+
closeSize: string;
|
|
3554
|
+
closeIconSize: string;
|
|
3284
3555
|
}, any>>>;
|
|
3285
3556
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
3286
3557
|
colorSegment: string;
|
|
@@ -3302,9 +3573,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3302
3573
|
tabTextColorActiveCard: string;
|
|
3303
3574
|
tabTextColorDisabledCard: string;
|
|
3304
3575
|
barColor: string;
|
|
3305
|
-
|
|
3576
|
+
closeIconColor: string;
|
|
3577
|
+
closeIconColorHover: string;
|
|
3578
|
+
closeIconColorPressed: string;
|
|
3306
3579
|
closeColorHover: string;
|
|
3307
3580
|
closeColorPressed: string;
|
|
3581
|
+
closeBorderRadius: string;
|
|
3308
3582
|
tabColor: string;
|
|
3309
3583
|
tabColorSegment: string;
|
|
3310
3584
|
tabBorderColor: string;
|
|
@@ -3343,14 +3617,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3343
3617
|
panePaddingSmall: string;
|
|
3344
3618
|
panePaddingMedium: string;
|
|
3345
3619
|
panePaddingLarge: string;
|
|
3620
|
+
closeSize: string;
|
|
3621
|
+
closeIconSize: string;
|
|
3346
3622
|
}, any>>>;
|
|
3347
3623
|
}>>, {
|
|
3348
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3349
|
-
size: "small" | "medium" | "large";
|
|
3350
|
-
closable: boolean;
|
|
3351
|
-
trigger: "click" | "hover";
|
|
3352
|
-
animated: boolean;
|
|
3353
|
-
tabsPadding: number;
|
|
3624
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3625
|
+
readonly size: "small" | "medium" | "large";
|
|
3626
|
+
readonly closable: boolean;
|
|
3627
|
+
readonly trigger: "click" | "hover";
|
|
3628
|
+
readonly animated: boolean;
|
|
3629
|
+
readonly tabsPadding: number;
|
|
3354
3630
|
}>;
|
|
3355
3631
|
NTabPane: import("vue").DefineComponent<{
|
|
3356
3632
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -3399,9 +3675,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3399
3675
|
[key: string]: any;
|
|
3400
3676
|
}> | (() => import("vue").VNodeChild)>;
|
|
3401
3677
|
}>>, {
|
|
3402
|
-
disabled: boolean;
|
|
3403
|
-
closable: boolean | undefined;
|
|
3404
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
3678
|
+
readonly disabled: boolean;
|
|
3679
|
+
readonly closable: boolean | undefined;
|
|
3680
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
3405
3681
|
}>;
|
|
3406
3682
|
NAnchor: import("vue").DefineComponent<{
|
|
3407
3683
|
readonly type: {
|
|
@@ -3575,17 +3851,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3575
3851
|
railWidth: string;
|
|
3576
3852
|
}, any>>>;
|
|
3577
3853
|
}>>, {
|
|
3578
|
-
type: "block" | "rail";
|
|
3579
|
-
bound: number;
|
|
3580
|
-
position: "fix" | "absolute";
|
|
3581
|
-
target: (() => HTMLElement) | undefined;
|
|
3582
|
-
affix: boolean;
|
|
3583
|
-
offsetTop: number | undefined;
|
|
3584
|
-
offsetBottom: number | undefined;
|
|
3585
|
-
showRail: boolean;
|
|
3586
|
-
showBackground: boolean;
|
|
3587
|
-
internalScrollable: boolean;
|
|
3588
|
-
ignoreGap: boolean;
|
|
3854
|
+
readonly type: "block" | "rail";
|
|
3855
|
+
readonly bound: number;
|
|
3856
|
+
readonly position: "fix" | "absolute";
|
|
3857
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
3858
|
+
readonly affix: boolean;
|
|
3859
|
+
readonly offsetTop: number | undefined;
|
|
3860
|
+
readonly offsetBottom: number | undefined;
|
|
3861
|
+
readonly showRail: boolean;
|
|
3862
|
+
readonly showBackground: boolean;
|
|
3863
|
+
readonly internalScrollable: boolean;
|
|
3864
|
+
readonly ignoreGap: boolean;
|
|
3589
3865
|
}>;
|
|
3590
3866
|
NAnchorLink: import("vue").DefineComponent<{
|
|
3591
3867
|
readonly title: StringConstructor;
|
|
@@ -3660,12 +3936,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3660
3936
|
};
|
|
3661
3937
|
checked: BooleanConstructor;
|
|
3662
3938
|
checkable: BooleanConstructor;
|
|
3939
|
+
strong: BooleanConstructor;
|
|
3940
|
+
triggerClickOnClose: BooleanConstructor;
|
|
3663
3941
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3664
3942
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3665
3943
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3666
3944
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3667
3945
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3668
|
-
|
|
3946
|
+
internalCloseFocusable: {
|
|
3947
|
+
type: BooleanConstructor;
|
|
3948
|
+
default: boolean;
|
|
3949
|
+
};
|
|
3669
3950
|
onCheckedChange: {
|
|
3670
3951
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
3671
3952
|
validator: () => boolean;
|
|
@@ -3687,6 +3968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3687
3968
|
readonly default: undefined;
|
|
3688
3969
|
};
|
|
3689
3970
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
3971
|
+
closeBorderRadius: string;
|
|
3690
3972
|
heightTiny: string;
|
|
3691
3973
|
heightSmall: string;
|
|
3692
3974
|
heightMedium: string;
|
|
@@ -3697,6 +3979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3697
3979
|
fontSizeSmall: string;
|
|
3698
3980
|
fontSizeMedium: string;
|
|
3699
3981
|
fontSizeLarge: string;
|
|
3982
|
+
fontWeightStrong: string;
|
|
3700
3983
|
textColorCheckable: string;
|
|
3701
3984
|
textColorHoverCheckable: string;
|
|
3702
3985
|
textColorPressedCheckable: string;
|
|
@@ -3710,39 +3993,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3710
3993
|
border: string;
|
|
3711
3994
|
textColor: string;
|
|
3712
3995
|
color: string;
|
|
3713
|
-
|
|
3996
|
+
colorBordered: string;
|
|
3997
|
+
closeIconColor: string;
|
|
3998
|
+
closeIconColorHover: string;
|
|
3999
|
+
closeIconColorPressed: string;
|
|
3714
4000
|
closeColorHover: string;
|
|
3715
4001
|
closeColorPressed: string;
|
|
3716
4002
|
borderPrimary: string;
|
|
3717
4003
|
textColorPrimary: string;
|
|
3718
4004
|
colorPrimary: string;
|
|
3719
|
-
|
|
4005
|
+
colorBorderedPrimary: string;
|
|
4006
|
+
closeIconColorPrimary: string;
|
|
4007
|
+
closeIconColorHoverPrimary: string;
|
|
4008
|
+
closeIconColorPressedPrimary: string;
|
|
3720
4009
|
closeColorHoverPrimary: string;
|
|
3721
4010
|
closeColorPressedPrimary: string;
|
|
3722
4011
|
borderInfo: string;
|
|
3723
4012
|
textColorInfo: string;
|
|
3724
4013
|
colorInfo: string;
|
|
3725
|
-
|
|
4014
|
+
colorBorderedInfo: string;
|
|
4015
|
+
closeIconColorInfo: string;
|
|
4016
|
+
closeIconColorHoverInfo: string;
|
|
4017
|
+
closeIconColorPressedInfo: string;
|
|
3726
4018
|
closeColorHoverInfo: string;
|
|
3727
4019
|
closeColorPressedInfo: string;
|
|
3728
4020
|
borderSuccess: string;
|
|
3729
4021
|
textColorSuccess: string;
|
|
3730
4022
|
colorSuccess: string;
|
|
3731
|
-
|
|
4023
|
+
colorBorderedSuccess: string;
|
|
4024
|
+
closeIconColorSuccess: string;
|
|
4025
|
+
closeIconColorHoverSuccess: string;
|
|
4026
|
+
closeIconColorPressedSuccess: string;
|
|
3732
4027
|
closeColorHoverSuccess: string;
|
|
3733
4028
|
closeColorPressedSuccess: string;
|
|
3734
4029
|
borderWarning: string;
|
|
3735
4030
|
textColorWarning: string;
|
|
3736
4031
|
colorWarning: string;
|
|
3737
|
-
|
|
4032
|
+
colorBorderedWarning: string;
|
|
4033
|
+
closeIconColorWarning: string;
|
|
4034
|
+
closeIconColorHoverWarning: string;
|
|
4035
|
+
closeIconColorPressedWarning: string;
|
|
3738
4036
|
closeColorHoverWarning: string;
|
|
3739
4037
|
closeColorPressedWarning: string;
|
|
3740
4038
|
borderError: string;
|
|
3741
4039
|
textColorError: string;
|
|
3742
4040
|
colorError: string;
|
|
3743
|
-
|
|
4041
|
+
colorBorderedError: string;
|
|
4042
|
+
closeIconColorError: string;
|
|
4043
|
+
closeIconColorHoverError: string;
|
|
4044
|
+
closeIconColorPressedError: string;
|
|
3744
4045
|
closeColorHoverError: string;
|
|
3745
4046
|
closeColorPressedError: string;
|
|
4047
|
+
closeIconSizeTiny: string;
|
|
4048
|
+
closeIconSizeSmall: string;
|
|
4049
|
+
closeIconSizeMedium: string;
|
|
4050
|
+
closeIconSizeLarge: string;
|
|
3746
4051
|
closeSizeTiny: string;
|
|
3747
4052
|
closeSizeSmall: string;
|
|
3748
4053
|
closeSizeMedium: string;
|
|
@@ -3752,6 +4057,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3752
4057
|
closeMarginRtl: string;
|
|
3753
4058
|
}, any>>;
|
|
3754
4059
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4060
|
+
closeBorderRadius: string;
|
|
3755
4061
|
heightTiny: string;
|
|
3756
4062
|
heightSmall: string;
|
|
3757
4063
|
heightMedium: string;
|
|
@@ -3762,6 +4068,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3762
4068
|
fontSizeSmall: string;
|
|
3763
4069
|
fontSizeMedium: string;
|
|
3764
4070
|
fontSizeLarge: string;
|
|
4071
|
+
fontWeightStrong: string;
|
|
3765
4072
|
textColorCheckable: string;
|
|
3766
4073
|
textColorHoverCheckable: string;
|
|
3767
4074
|
textColorPressedCheckable: string;
|
|
@@ -3775,39 +4082,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3775
4082
|
border: string;
|
|
3776
4083
|
textColor: string;
|
|
3777
4084
|
color: string;
|
|
3778
|
-
|
|
4085
|
+
colorBordered: string;
|
|
4086
|
+
closeIconColor: string;
|
|
4087
|
+
closeIconColorHover: string;
|
|
4088
|
+
closeIconColorPressed: string;
|
|
3779
4089
|
closeColorHover: string;
|
|
3780
4090
|
closeColorPressed: string;
|
|
3781
4091
|
borderPrimary: string;
|
|
3782
4092
|
textColorPrimary: string;
|
|
3783
4093
|
colorPrimary: string;
|
|
3784
|
-
|
|
4094
|
+
colorBorderedPrimary: string;
|
|
4095
|
+
closeIconColorPrimary: string;
|
|
4096
|
+
closeIconColorHoverPrimary: string;
|
|
4097
|
+
closeIconColorPressedPrimary: string;
|
|
3785
4098
|
closeColorHoverPrimary: string;
|
|
3786
4099
|
closeColorPressedPrimary: string;
|
|
3787
4100
|
borderInfo: string;
|
|
3788
4101
|
textColorInfo: string;
|
|
3789
4102
|
colorInfo: string;
|
|
3790
|
-
|
|
4103
|
+
colorBorderedInfo: string;
|
|
4104
|
+
closeIconColorInfo: string;
|
|
4105
|
+
closeIconColorHoverInfo: string;
|
|
4106
|
+
closeIconColorPressedInfo: string;
|
|
3791
4107
|
closeColorHoverInfo: string;
|
|
3792
4108
|
closeColorPressedInfo: string;
|
|
3793
4109
|
borderSuccess: string;
|
|
3794
4110
|
textColorSuccess: string;
|
|
3795
4111
|
colorSuccess: string;
|
|
3796
|
-
|
|
4112
|
+
colorBorderedSuccess: string;
|
|
4113
|
+
closeIconColorSuccess: string;
|
|
4114
|
+
closeIconColorHoverSuccess: string;
|
|
4115
|
+
closeIconColorPressedSuccess: string;
|
|
3797
4116
|
closeColorHoverSuccess: string;
|
|
3798
4117
|
closeColorPressedSuccess: string;
|
|
3799
4118
|
borderWarning: string;
|
|
3800
4119
|
textColorWarning: string;
|
|
3801
4120
|
colorWarning: string;
|
|
3802
|
-
|
|
4121
|
+
colorBorderedWarning: string;
|
|
4122
|
+
closeIconColorWarning: string;
|
|
4123
|
+
closeIconColorHoverWarning: string;
|
|
4124
|
+
closeIconColorPressedWarning: string;
|
|
3803
4125
|
closeColorHoverWarning: string;
|
|
3804
4126
|
closeColorPressedWarning: string;
|
|
3805
4127
|
borderError: string;
|
|
3806
4128
|
textColorError: string;
|
|
3807
4129
|
colorError: string;
|
|
3808
|
-
|
|
4130
|
+
colorBorderedError: string;
|
|
4131
|
+
closeIconColorError: string;
|
|
4132
|
+
closeIconColorHoverError: string;
|
|
4133
|
+
closeIconColorPressedError: string;
|
|
3809
4134
|
closeColorHoverError: string;
|
|
3810
4135
|
closeColorPressedError: string;
|
|
4136
|
+
closeIconSizeTiny: string;
|
|
4137
|
+
closeIconSizeSmall: string;
|
|
4138
|
+
closeIconSizeMedium: string;
|
|
4139
|
+
closeIconSizeLarge: string;
|
|
3811
4140
|
closeSizeTiny: string;
|
|
3812
4141
|
closeSizeSmall: string;
|
|
3813
4142
|
closeSizeMedium: string;
|
|
@@ -3817,6 +4146,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3817
4146
|
closeMarginRtl: string;
|
|
3818
4147
|
}, any>>>;
|
|
3819
4148
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4149
|
+
closeBorderRadius: string;
|
|
3820
4150
|
heightTiny: string;
|
|
3821
4151
|
heightSmall: string;
|
|
3822
4152
|
heightMedium: string;
|
|
@@ -3827,6 +4157,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3827
4157
|
fontSizeSmall: string;
|
|
3828
4158
|
fontSizeMedium: string;
|
|
3829
4159
|
fontSizeLarge: string;
|
|
4160
|
+
fontWeightStrong: string;
|
|
3830
4161
|
textColorCheckable: string;
|
|
3831
4162
|
textColorHoverCheckable: string;
|
|
3832
4163
|
textColorPressedCheckable: string;
|
|
@@ -3840,39 +4171,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3840
4171
|
border: string;
|
|
3841
4172
|
textColor: string;
|
|
3842
4173
|
color: string;
|
|
3843
|
-
|
|
4174
|
+
colorBordered: string;
|
|
4175
|
+
closeIconColor: string;
|
|
4176
|
+
closeIconColorHover: string;
|
|
4177
|
+
closeIconColorPressed: string;
|
|
3844
4178
|
closeColorHover: string;
|
|
3845
4179
|
closeColorPressed: string;
|
|
3846
4180
|
borderPrimary: string;
|
|
3847
4181
|
textColorPrimary: string;
|
|
3848
4182
|
colorPrimary: string;
|
|
3849
|
-
|
|
4183
|
+
colorBorderedPrimary: string;
|
|
4184
|
+
closeIconColorPrimary: string;
|
|
4185
|
+
closeIconColorHoverPrimary: string;
|
|
4186
|
+
closeIconColorPressedPrimary: string;
|
|
3850
4187
|
closeColorHoverPrimary: string;
|
|
3851
4188
|
closeColorPressedPrimary: string;
|
|
3852
4189
|
borderInfo: string;
|
|
3853
4190
|
textColorInfo: string;
|
|
3854
4191
|
colorInfo: string;
|
|
3855
|
-
|
|
4192
|
+
colorBorderedInfo: string;
|
|
4193
|
+
closeIconColorInfo: string;
|
|
4194
|
+
closeIconColorHoverInfo: string;
|
|
4195
|
+
closeIconColorPressedInfo: string;
|
|
3856
4196
|
closeColorHoverInfo: string;
|
|
3857
4197
|
closeColorPressedInfo: string;
|
|
3858
4198
|
borderSuccess: string;
|
|
3859
4199
|
textColorSuccess: string;
|
|
3860
4200
|
colorSuccess: string;
|
|
3861
|
-
|
|
4201
|
+
colorBorderedSuccess: string;
|
|
4202
|
+
closeIconColorSuccess: string;
|
|
4203
|
+
closeIconColorHoverSuccess: string;
|
|
4204
|
+
closeIconColorPressedSuccess: string;
|
|
3862
4205
|
closeColorHoverSuccess: string;
|
|
3863
4206
|
closeColorPressedSuccess: string;
|
|
3864
4207
|
borderWarning: string;
|
|
3865
4208
|
textColorWarning: string;
|
|
3866
4209
|
colorWarning: string;
|
|
3867
|
-
|
|
4210
|
+
colorBorderedWarning: string;
|
|
4211
|
+
closeIconColorWarning: string;
|
|
4212
|
+
closeIconColorHoverWarning: string;
|
|
4213
|
+
closeIconColorPressedWarning: string;
|
|
3868
4214
|
closeColorHoverWarning: string;
|
|
3869
4215
|
closeColorPressedWarning: string;
|
|
3870
4216
|
borderError: string;
|
|
3871
4217
|
textColorError: string;
|
|
3872
4218
|
colorError: string;
|
|
3873
|
-
|
|
4219
|
+
colorBorderedError: string;
|
|
4220
|
+
closeIconColorError: string;
|
|
4221
|
+
closeIconColorHoverError: string;
|
|
4222
|
+
closeIconColorPressedError: string;
|
|
3874
4223
|
closeColorHoverError: string;
|
|
3875
4224
|
closeColorPressedError: string;
|
|
4225
|
+
closeIconSizeTiny: string;
|
|
4226
|
+
closeIconSizeSmall: string;
|
|
4227
|
+
closeIconSizeMedium: string;
|
|
4228
|
+
closeIconSizeLarge: string;
|
|
3876
4229
|
closeSizeTiny: string;
|
|
3877
4230
|
closeSizeSmall: string;
|
|
3878
4231
|
closeSizeMedium: string;
|
|
@@ -3889,14 +4242,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3889
4242
|
handleClick: (e: MouseEvent) => void;
|
|
3890
4243
|
handleCloseClick: (e: MouseEvent) => void;
|
|
3891
4244
|
cssVars: import("vue").ComputedRef<{
|
|
4245
|
+
'--n-font-weight-strong': string;
|
|
3892
4246
|
'--n-avatar-size-override': string;
|
|
3893
4247
|
'--n-bezier': string;
|
|
3894
4248
|
'--n-border-radius': string;
|
|
3895
4249
|
'--n-border': string;
|
|
3896
|
-
'--n-close-
|
|
3897
|
-
'--n-close-color-hover': string;
|
|
4250
|
+
'--n-close-icon-size': string;
|
|
3898
4251
|
'--n-close-color-pressed': string;
|
|
3899
|
-
'--n-close-color-
|
|
4252
|
+
'--n-close-color-hover': string;
|
|
4253
|
+
'--n-close-border-radius': string;
|
|
4254
|
+
'--n-close-icon-color': string;
|
|
4255
|
+
'--n-close-icon-color-hover': string;
|
|
4256
|
+
'--n-close-icon-color-pressed': string;
|
|
4257
|
+
'--n-close-icon-color-disabled': string;
|
|
3900
4258
|
'--n-close-margin': string;
|
|
3901
4259
|
'--n-close-margin-rtl': string;
|
|
3902
4260
|
'--n-close-size': string;
|
|
@@ -3927,12 +4285,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3927
4285
|
};
|
|
3928
4286
|
checked: BooleanConstructor;
|
|
3929
4287
|
checkable: BooleanConstructor;
|
|
4288
|
+
strong: BooleanConstructor;
|
|
4289
|
+
triggerClickOnClose: BooleanConstructor;
|
|
3930
4290
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3931
4291
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3932
4292
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3933
4293
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
3934
4294
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
3935
|
-
|
|
4295
|
+
internalCloseFocusable: {
|
|
4296
|
+
type: BooleanConstructor;
|
|
4297
|
+
default: boolean;
|
|
4298
|
+
};
|
|
3936
4299
|
onCheckedChange: {
|
|
3937
4300
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
3938
4301
|
validator: () => boolean;
|
|
@@ -3954,6 +4317,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3954
4317
|
readonly default: undefined;
|
|
3955
4318
|
};
|
|
3956
4319
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4320
|
+
closeBorderRadius: string;
|
|
3957
4321
|
heightTiny: string;
|
|
3958
4322
|
heightSmall: string;
|
|
3959
4323
|
heightMedium: string;
|
|
@@ -3964,6 +4328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3964
4328
|
fontSizeSmall: string;
|
|
3965
4329
|
fontSizeMedium: string;
|
|
3966
4330
|
fontSizeLarge: string;
|
|
4331
|
+
fontWeightStrong: string;
|
|
3967
4332
|
textColorCheckable: string;
|
|
3968
4333
|
textColorHoverCheckable: string;
|
|
3969
4334
|
textColorPressedCheckable: string;
|
|
@@ -3977,39 +4342,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3977
4342
|
border: string;
|
|
3978
4343
|
textColor: string;
|
|
3979
4344
|
color: string;
|
|
3980
|
-
|
|
4345
|
+
colorBordered: string;
|
|
4346
|
+
closeIconColor: string;
|
|
4347
|
+
closeIconColorHover: string;
|
|
4348
|
+
closeIconColorPressed: string;
|
|
3981
4349
|
closeColorHover: string;
|
|
3982
4350
|
closeColorPressed: string;
|
|
3983
4351
|
borderPrimary: string;
|
|
3984
4352
|
textColorPrimary: string;
|
|
3985
4353
|
colorPrimary: string;
|
|
3986
|
-
|
|
4354
|
+
colorBorderedPrimary: string;
|
|
4355
|
+
closeIconColorPrimary: string;
|
|
4356
|
+
closeIconColorHoverPrimary: string;
|
|
4357
|
+
closeIconColorPressedPrimary: string;
|
|
3987
4358
|
closeColorHoverPrimary: string;
|
|
3988
4359
|
closeColorPressedPrimary: string;
|
|
3989
4360
|
borderInfo: string;
|
|
3990
4361
|
textColorInfo: string;
|
|
3991
4362
|
colorInfo: string;
|
|
3992
|
-
|
|
4363
|
+
colorBorderedInfo: string;
|
|
4364
|
+
closeIconColorInfo: string;
|
|
4365
|
+
closeIconColorHoverInfo: string;
|
|
4366
|
+
closeIconColorPressedInfo: string;
|
|
3993
4367
|
closeColorHoverInfo: string;
|
|
3994
4368
|
closeColorPressedInfo: string;
|
|
3995
4369
|
borderSuccess: string;
|
|
3996
4370
|
textColorSuccess: string;
|
|
3997
4371
|
colorSuccess: string;
|
|
3998
|
-
|
|
4372
|
+
colorBorderedSuccess: string;
|
|
4373
|
+
closeIconColorSuccess: string;
|
|
4374
|
+
closeIconColorHoverSuccess: string;
|
|
4375
|
+
closeIconColorPressedSuccess: string;
|
|
3999
4376
|
closeColorHoverSuccess: string;
|
|
4000
4377
|
closeColorPressedSuccess: string;
|
|
4001
4378
|
borderWarning: string;
|
|
4002
4379
|
textColorWarning: string;
|
|
4003
4380
|
colorWarning: string;
|
|
4004
|
-
|
|
4381
|
+
colorBorderedWarning: string;
|
|
4382
|
+
closeIconColorWarning: string;
|
|
4383
|
+
closeIconColorHoverWarning: string;
|
|
4384
|
+
closeIconColorPressedWarning: string;
|
|
4005
4385
|
closeColorHoverWarning: string;
|
|
4006
4386
|
closeColorPressedWarning: string;
|
|
4007
4387
|
borderError: string;
|
|
4008
4388
|
textColorError: string;
|
|
4009
4389
|
colorError: string;
|
|
4010
|
-
|
|
4390
|
+
colorBorderedError: string;
|
|
4391
|
+
closeIconColorError: string;
|
|
4392
|
+
closeIconColorHoverError: string;
|
|
4393
|
+
closeIconColorPressedError: string;
|
|
4011
4394
|
closeColorHoverError: string;
|
|
4012
4395
|
closeColorPressedError: string;
|
|
4396
|
+
closeIconSizeTiny: string;
|
|
4397
|
+
closeIconSizeSmall: string;
|
|
4398
|
+
closeIconSizeMedium: string;
|
|
4399
|
+
closeIconSizeLarge: string;
|
|
4013
4400
|
closeSizeTiny: string;
|
|
4014
4401
|
closeSizeSmall: string;
|
|
4015
4402
|
closeSizeMedium: string;
|
|
@@ -4019,6 +4406,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4019
4406
|
closeMarginRtl: string;
|
|
4020
4407
|
}, any>>;
|
|
4021
4408
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4409
|
+
closeBorderRadius: string;
|
|
4022
4410
|
heightTiny: string;
|
|
4023
4411
|
heightSmall: string;
|
|
4024
4412
|
heightMedium: string;
|
|
@@ -4029,6 +4417,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4029
4417
|
fontSizeSmall: string;
|
|
4030
4418
|
fontSizeMedium: string;
|
|
4031
4419
|
fontSizeLarge: string;
|
|
4420
|
+
fontWeightStrong: string;
|
|
4032
4421
|
textColorCheckable: string;
|
|
4033
4422
|
textColorHoverCheckable: string;
|
|
4034
4423
|
textColorPressedCheckable: string;
|
|
@@ -4042,39 +4431,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4042
4431
|
border: string;
|
|
4043
4432
|
textColor: string;
|
|
4044
4433
|
color: string;
|
|
4045
|
-
|
|
4434
|
+
colorBordered: string;
|
|
4435
|
+
closeIconColor: string;
|
|
4436
|
+
closeIconColorHover: string;
|
|
4437
|
+
closeIconColorPressed: string;
|
|
4046
4438
|
closeColorHover: string;
|
|
4047
4439
|
closeColorPressed: string;
|
|
4048
4440
|
borderPrimary: string;
|
|
4049
4441
|
textColorPrimary: string;
|
|
4050
4442
|
colorPrimary: string;
|
|
4051
|
-
|
|
4443
|
+
colorBorderedPrimary: string;
|
|
4444
|
+
closeIconColorPrimary: string;
|
|
4445
|
+
closeIconColorHoverPrimary: string;
|
|
4446
|
+
closeIconColorPressedPrimary: string;
|
|
4052
4447
|
closeColorHoverPrimary: string;
|
|
4053
4448
|
closeColorPressedPrimary: string;
|
|
4054
4449
|
borderInfo: string;
|
|
4055
4450
|
textColorInfo: string;
|
|
4056
4451
|
colorInfo: string;
|
|
4057
|
-
|
|
4452
|
+
colorBorderedInfo: string;
|
|
4453
|
+
closeIconColorInfo: string;
|
|
4454
|
+
closeIconColorHoverInfo: string;
|
|
4455
|
+
closeIconColorPressedInfo: string;
|
|
4058
4456
|
closeColorHoverInfo: string;
|
|
4059
4457
|
closeColorPressedInfo: string;
|
|
4060
4458
|
borderSuccess: string;
|
|
4061
4459
|
textColorSuccess: string;
|
|
4062
4460
|
colorSuccess: string;
|
|
4063
|
-
|
|
4461
|
+
colorBorderedSuccess: string;
|
|
4462
|
+
closeIconColorSuccess: string;
|
|
4463
|
+
closeIconColorHoverSuccess: string;
|
|
4464
|
+
closeIconColorPressedSuccess: string;
|
|
4064
4465
|
closeColorHoverSuccess: string;
|
|
4065
4466
|
closeColorPressedSuccess: string;
|
|
4066
4467
|
borderWarning: string;
|
|
4067
4468
|
textColorWarning: string;
|
|
4068
4469
|
colorWarning: string;
|
|
4069
|
-
|
|
4470
|
+
colorBorderedWarning: string;
|
|
4471
|
+
closeIconColorWarning: string;
|
|
4472
|
+
closeIconColorHoverWarning: string;
|
|
4473
|
+
closeIconColorPressedWarning: string;
|
|
4070
4474
|
closeColorHoverWarning: string;
|
|
4071
4475
|
closeColorPressedWarning: string;
|
|
4072
4476
|
borderError: string;
|
|
4073
4477
|
textColorError: string;
|
|
4074
4478
|
colorError: string;
|
|
4075
|
-
|
|
4479
|
+
colorBorderedError: string;
|
|
4480
|
+
closeIconColorError: string;
|
|
4481
|
+
closeIconColorHoverError: string;
|
|
4482
|
+
closeIconColorPressedError: string;
|
|
4076
4483
|
closeColorHoverError: string;
|
|
4077
4484
|
closeColorPressedError: string;
|
|
4485
|
+
closeIconSizeTiny: string;
|
|
4486
|
+
closeIconSizeSmall: string;
|
|
4487
|
+
closeIconSizeMedium: string;
|
|
4488
|
+
closeIconSizeLarge: string;
|
|
4078
4489
|
closeSizeTiny: string;
|
|
4079
4490
|
closeSizeSmall: string;
|
|
4080
4491
|
closeSizeMedium: string;
|
|
@@ -4084,6 +4495,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4084
4495
|
closeMarginRtl: string;
|
|
4085
4496
|
}, any>>>;
|
|
4086
4497
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
4498
|
+
closeBorderRadius: string;
|
|
4087
4499
|
heightTiny: string;
|
|
4088
4500
|
heightSmall: string;
|
|
4089
4501
|
heightMedium: string;
|
|
@@ -4094,6 +4506,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4094
4506
|
fontSizeSmall: string;
|
|
4095
4507
|
fontSizeMedium: string;
|
|
4096
4508
|
fontSizeLarge: string;
|
|
4509
|
+
fontWeightStrong: string;
|
|
4097
4510
|
textColorCheckable: string;
|
|
4098
4511
|
textColorHoverCheckable: string;
|
|
4099
4512
|
textColorPressedCheckable: string;
|
|
@@ -4107,39 +4520,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4107
4520
|
border: string;
|
|
4108
4521
|
textColor: string;
|
|
4109
4522
|
color: string;
|
|
4110
|
-
|
|
4523
|
+
colorBordered: string;
|
|
4524
|
+
closeIconColor: string;
|
|
4525
|
+
closeIconColorHover: string;
|
|
4526
|
+
closeIconColorPressed: string;
|
|
4111
4527
|
closeColorHover: string;
|
|
4112
4528
|
closeColorPressed: string;
|
|
4113
4529
|
borderPrimary: string;
|
|
4114
4530
|
textColorPrimary: string;
|
|
4115
4531
|
colorPrimary: string;
|
|
4116
|
-
|
|
4532
|
+
colorBorderedPrimary: string;
|
|
4533
|
+
closeIconColorPrimary: string;
|
|
4534
|
+
closeIconColorHoverPrimary: string;
|
|
4535
|
+
closeIconColorPressedPrimary: string;
|
|
4117
4536
|
closeColorHoverPrimary: string;
|
|
4118
4537
|
closeColorPressedPrimary: string;
|
|
4119
4538
|
borderInfo: string;
|
|
4120
4539
|
textColorInfo: string;
|
|
4121
4540
|
colorInfo: string;
|
|
4122
|
-
|
|
4541
|
+
colorBorderedInfo: string;
|
|
4542
|
+
closeIconColorInfo: string;
|
|
4543
|
+
closeIconColorHoverInfo: string;
|
|
4544
|
+
closeIconColorPressedInfo: string;
|
|
4123
4545
|
closeColorHoverInfo: string;
|
|
4124
4546
|
closeColorPressedInfo: string;
|
|
4125
4547
|
borderSuccess: string;
|
|
4126
4548
|
textColorSuccess: string;
|
|
4127
4549
|
colorSuccess: string;
|
|
4128
|
-
|
|
4550
|
+
colorBorderedSuccess: string;
|
|
4551
|
+
closeIconColorSuccess: string;
|
|
4552
|
+
closeIconColorHoverSuccess: string;
|
|
4553
|
+
closeIconColorPressedSuccess: string;
|
|
4129
4554
|
closeColorHoverSuccess: string;
|
|
4130
4555
|
closeColorPressedSuccess: string;
|
|
4131
4556
|
borderWarning: string;
|
|
4132
4557
|
textColorWarning: string;
|
|
4133
4558
|
colorWarning: string;
|
|
4134
|
-
|
|
4559
|
+
colorBorderedWarning: string;
|
|
4560
|
+
closeIconColorWarning: string;
|
|
4561
|
+
closeIconColorHoverWarning: string;
|
|
4562
|
+
closeIconColorPressedWarning: string;
|
|
4135
4563
|
closeColorHoverWarning: string;
|
|
4136
4564
|
closeColorPressedWarning: string;
|
|
4137
4565
|
borderError: string;
|
|
4138
4566
|
textColorError: string;
|
|
4139
4567
|
colorError: string;
|
|
4140
|
-
|
|
4568
|
+
colorBorderedError: string;
|
|
4569
|
+
closeIconColorError: string;
|
|
4570
|
+
closeIconColorHoverError: string;
|
|
4571
|
+
closeIconColorPressedError: string;
|
|
4141
4572
|
closeColorHoverError: string;
|
|
4142
4573
|
closeColorPressedError: string;
|
|
4574
|
+
closeIconSizeTiny: string;
|
|
4575
|
+
closeIconSizeSmall: string;
|
|
4576
|
+
closeIconSizeMedium: string;
|
|
4577
|
+
closeIconSizeLarge: string;
|
|
4143
4578
|
closeSizeTiny: string;
|
|
4144
4579
|
closeSizeSmall: string;
|
|
4145
4580
|
closeSizeMedium: string;
|
|
@@ -4154,11 +4589,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4154
4589
|
size: "small" | "medium" | "tiny" | "large";
|
|
4155
4590
|
disabled: boolean | undefined;
|
|
4156
4591
|
checked: boolean;
|
|
4592
|
+
strong: boolean;
|
|
4157
4593
|
bordered: boolean | undefined;
|
|
4594
|
+
closable: boolean;
|
|
4158
4595
|
checkable: boolean;
|
|
4159
|
-
|
|
4596
|
+
triggerClickOnClose: boolean;
|
|
4597
|
+
internalCloseFocusable: boolean;
|
|
4160
4598
|
onCheckedChange: (checked: boolean) => void;
|
|
4161
|
-
closable: boolean;
|
|
4162
4599
|
}>;
|
|
4163
4600
|
NTooltip: import("vue").DefineComponent<{
|
|
4164
4601
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4188,15 +4625,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4188
4625
|
boxShadow: string;
|
|
4189
4626
|
color: string;
|
|
4190
4627
|
textColor: string;
|
|
4191
|
-
padding: string;
|
|
4628
|
+
padding: string; /**
|
|
4629
|
+
* typeName 按照分类处理
|
|
4630
|
+
* 没有分类创建分类,有则添加
|
|
4631
|
+
*/
|
|
4192
4632
|
}, {
|
|
4193
4633
|
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
4194
4634
|
fontSize: string;
|
|
4195
4635
|
borderRadius: string;
|
|
4196
|
-
/**
|
|
4197
|
-
* typeName 按照分类处理
|
|
4198
|
-
* 没有分类创建分类,有则添加
|
|
4199
|
-
*/
|
|
4200
4636
|
color: string;
|
|
4201
4637
|
dividerColor: string;
|
|
4202
4638
|
textColor: string;
|
|
@@ -4206,7 +4642,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4206
4642
|
arrowOffset: string;
|
|
4207
4643
|
arrowOffsetVertical: string;
|
|
4208
4644
|
arrowHeight: string;
|
|
4209
|
-
padding: string;
|
|
4645
|
+
padding: string; /**
|
|
4646
|
+
* labelObj 展示的分类值
|
|
4647
|
+
* labelList 原始数据结构
|
|
4648
|
+
* selectList 已选的数据
|
|
4649
|
+
*/
|
|
4210
4650
|
}, any>;
|
|
4211
4651
|
}>>>;
|
|
4212
4652
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -4292,9 +4732,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4292
4732
|
scrollable: BooleanConstructor;
|
|
4293
4733
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4294
4734
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4735
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4295
4736
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4296
4737
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4297
4738
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4739
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4298
4740
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4299
4741
|
internalInheritedEventHandlers: {
|
|
4300
4742
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4359,10 +4801,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4359
4801
|
opacity5: string;
|
|
4360
4802
|
dividerColor: string;
|
|
4361
4803
|
borderColor: string;
|
|
4362
|
-
|
|
4804
|
+
closeIconColor: string;
|
|
4805
|
+
closeIconColorHover: string;
|
|
4806
|
+
closeIconColorPressed: string;
|
|
4363
4807
|
closeColorHover: string;
|
|
4364
4808
|
closeColorPressed: string;
|
|
4365
|
-
closeColorDisabled: string;
|
|
4366
4809
|
clearColor: string;
|
|
4367
4810
|
clearColorHover: string;
|
|
4368
4811
|
clearColorPressed: string;
|
|
@@ -4591,9 +5034,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4591
5034
|
scrollable: BooleanConstructor;
|
|
4592
5035
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4593
5036
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
5037
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4594
5038
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4595
5039
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4596
5040
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
5041
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4597
5042
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4598
5043
|
internalInheritedEventHandlers: {
|
|
4599
5044
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4629,6 +5074,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4629
5074
|
arrowPointToCenter: boolean;
|
|
4630
5075
|
displayDirective: "show" | "if";
|
|
4631
5076
|
keepAliveOnHover: boolean;
|
|
5077
|
+
internalDeactivateImmediately: boolean;
|
|
4632
5078
|
animated: boolean;
|
|
4633
5079
|
internalTrapFocus: boolean;
|
|
4634
5080
|
defaultShow: boolean;
|
|
@@ -4754,7 +5200,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4754
5200
|
readonly default: true;
|
|
4755
5201
|
};
|
|
4756
5202
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
4757
|
-
readonly nativeFocusBehavior:
|
|
5203
|
+
readonly nativeFocusBehavior: {
|
|
5204
|
+
readonly type: BooleanConstructor;
|
|
5205
|
+
readonly default: boolean;
|
|
5206
|
+
};
|
|
4758
5207
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
4759
5208
|
heightTiny: string;
|
|
4760
5209
|
heightSmall: string;
|
|
@@ -5468,7 +5917,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5468
5917
|
readonly default: true;
|
|
5469
5918
|
};
|
|
5470
5919
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
5471
|
-
readonly nativeFocusBehavior:
|
|
5920
|
+
readonly nativeFocusBehavior: {
|
|
5921
|
+
readonly type: BooleanConstructor;
|
|
5922
|
+
readonly default: boolean;
|
|
5923
|
+
};
|
|
5472
5924
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
5473
5925
|
heightTiny: string;
|
|
5474
5926
|
heightSmall: string;
|
|
@@ -6082,26 +6534,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6082
6534
|
rippleDuration: string;
|
|
6083
6535
|
}, any>>>;
|
|
6084
6536
|
}>>, {
|
|
6085
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
6086
|
-
tag: keyof HTMLElementTagNameMap;
|
|
6087
|
-
block: boolean;
|
|
6088
|
-
round: boolean;
|
|
6089
|
-
dashed: boolean;
|
|
6090
|
-
text: boolean;
|
|
6091
|
-
circle: boolean;
|
|
6092
|
-
disabled: boolean;
|
|
6093
|
-
focusable: boolean;
|
|
6094
|
-
strong: boolean;
|
|
6095
|
-
loading: boolean;
|
|
6096
|
-
bordered: boolean;
|
|
6097
|
-
tertiary: boolean;
|
|
6098
|
-
ghost: boolean;
|
|
6099
|
-
keyboard: boolean;
|
|
6100
|
-
secondary: boolean;
|
|
6101
|
-
quaternary: boolean;
|
|
6102
|
-
iconPlacement: "left" | "right";
|
|
6103
|
-
attrType: "button" | "reset" | "submit";
|
|
6104
|
-
nativeFocusBehavior: boolean;
|
|
6537
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
6538
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
6539
|
+
readonly block: boolean;
|
|
6540
|
+
readonly round: boolean;
|
|
6541
|
+
readonly dashed: boolean;
|
|
6542
|
+
readonly text: boolean;
|
|
6543
|
+
readonly circle: boolean;
|
|
6544
|
+
readonly disabled: boolean;
|
|
6545
|
+
readonly focusable: boolean;
|
|
6546
|
+
readonly strong: boolean;
|
|
6547
|
+
readonly loading: boolean;
|
|
6548
|
+
readonly bordered: boolean;
|
|
6549
|
+
readonly tertiary: boolean;
|
|
6550
|
+
readonly ghost: boolean;
|
|
6551
|
+
readonly keyboard: boolean;
|
|
6552
|
+
readonly secondary: boolean;
|
|
6553
|
+
readonly quaternary: boolean;
|
|
6554
|
+
readonly iconPlacement: "left" | "right";
|
|
6555
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
6556
|
+
readonly nativeFocusBehavior: boolean;
|
|
6105
6557
|
}>;
|
|
6106
6558
|
NInput: import("vue").DefineComponent<{
|
|
6107
6559
|
bordered: {
|
|
@@ -6161,6 +6613,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6161
6613
|
type: BooleanConstructor;
|
|
6162
6614
|
default: undefined;
|
|
6163
6615
|
};
|
|
6616
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
6617
|
+
renderCount: import("vue").PropType<(props: {
|
|
6618
|
+
value: string;
|
|
6619
|
+
}) => import("vue").VNodeChild>;
|
|
6164
6620
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6165
6621
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6166
6622
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6189,6 +6645,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6189
6645
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
6190
6646
|
showPasswordToggle: BooleanConstructor;
|
|
6191
6647
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6648
|
+
countTextColorDisabled: string;
|
|
6192
6649
|
countTextColor: string;
|
|
6193
6650
|
heightTiny: string;
|
|
6194
6651
|
heightSmall: string;
|
|
@@ -6249,6 +6706,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6249
6706
|
clearSize: string;
|
|
6250
6707
|
}, any>>;
|
|
6251
6708
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6709
|
+
countTextColorDisabled: string;
|
|
6252
6710
|
countTextColor: string;
|
|
6253
6711
|
heightTiny: string;
|
|
6254
6712
|
heightSmall: string;
|
|
@@ -6309,6 +6767,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6309
6767
|
clearSize: string;
|
|
6310
6768
|
}, any>>>;
|
|
6311
6769
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6770
|
+
countTextColorDisabled: string;
|
|
6312
6771
|
countTextColor: string;
|
|
6313
6772
|
heightTiny: string;
|
|
6314
6773
|
heightSmall: string;
|
|
@@ -6381,8 +6840,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6381
6840
|
contentRef: HTMLElement | null;
|
|
6382
6841
|
containerScrollTop: number;
|
|
6383
6842
|
syncUnifiedContainer: () => void;
|
|
6384
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6385
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6843
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6844
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6386
6845
|
sync: () => void;
|
|
6387
6846
|
handleMouseEnterWrapper: () => void;
|
|
6388
6847
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6416,7 +6875,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6416
6875
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
6417
6876
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
6418
6877
|
handleInputBlur: (e: FocusEvent) => void;
|
|
6419
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
6878
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
6420
6879
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
6421
6880
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
6422
6881
|
handleMouseEnter: () => void;
|
|
@@ -6427,7 +6886,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6427
6886
|
handleClear: (e: MouseEvent) => void;
|
|
6428
6887
|
handlePasswordToggleClick: () => void;
|
|
6429
6888
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
6430
|
-
|
|
6889
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
6431
6890
|
handleTextAreaMirrorResize: () => void;
|
|
6432
6891
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
6433
6892
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6471,10 +6930,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6471
6930
|
opacity5: string;
|
|
6472
6931
|
dividerColor: string;
|
|
6473
6932
|
borderColor: string;
|
|
6474
|
-
|
|
6933
|
+
closeIconColor: string;
|
|
6934
|
+
closeIconColorHover: string;
|
|
6935
|
+
closeIconColorPressed: string;
|
|
6475
6936
|
closeColorHover: string;
|
|
6476
6937
|
closeColorPressed: string;
|
|
6477
|
-
closeColorDisabled: string;
|
|
6478
6938
|
clearColor: string;
|
|
6479
6939
|
clearColorHover: string;
|
|
6480
6940
|
clearColorPressed: string;
|
|
@@ -6536,6 +6996,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6536
6996
|
name: "common";
|
|
6537
6997
|
};
|
|
6538
6998
|
self: {
|
|
6999
|
+
countTextColorDisabled: string;
|
|
6539
7000
|
countTextColor: string;
|
|
6540
7001
|
heightTiny: string;
|
|
6541
7002
|
heightSmall: string;
|
|
@@ -6603,6 +7064,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6603
7064
|
cssVars: import("vue").ComputedRef<{
|
|
6604
7065
|
'--n-bezier': string;
|
|
6605
7066
|
'--n-count-text-color': string;
|
|
7067
|
+
'--n-count-text-color-disabled': string;
|
|
6606
7068
|
'--n-color': string;
|
|
6607
7069
|
'--n-font-size': string;
|
|
6608
7070
|
'--n-border-radius': string;
|
|
@@ -6657,6 +7119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6657
7119
|
select: () => void;
|
|
6658
7120
|
activate: () => void;
|
|
6659
7121
|
deactivate: () => void;
|
|
7122
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6660
7123
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6661
7124
|
bordered: {
|
|
6662
7125
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -6715,6 +7178,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6715
7178
|
type: BooleanConstructor;
|
|
6716
7179
|
default: undefined;
|
|
6717
7180
|
};
|
|
7181
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7182
|
+
renderCount: import("vue").PropType<(props: {
|
|
7183
|
+
value: string;
|
|
7184
|
+
}) => import("vue").VNodeChild>;
|
|
6718
7185
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6719
7186
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6720
7187
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6743,6 +7210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6743
7210
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
6744
7211
|
showPasswordToggle: BooleanConstructor;
|
|
6745
7212
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7213
|
+
countTextColorDisabled: string;
|
|
6746
7214
|
countTextColor: string;
|
|
6747
7215
|
heightTiny: string;
|
|
6748
7216
|
heightSmall: string;
|
|
@@ -6803,6 +7271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6803
7271
|
clearSize: string;
|
|
6804
7272
|
}, any>>;
|
|
6805
7273
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7274
|
+
countTextColorDisabled: string;
|
|
6806
7275
|
countTextColor: string;
|
|
6807
7276
|
heightTiny: string;
|
|
6808
7277
|
heightSmall: string;
|
|
@@ -6863,6 +7332,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6863
7332
|
clearSize: string;
|
|
6864
7333
|
}, any>>>;
|
|
6865
7334
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7335
|
+
countTextColorDisabled: string;
|
|
6866
7336
|
countTextColor: string;
|
|
6867
7337
|
heightTiny: string;
|
|
6868
7338
|
heightSmall: string;
|