cnhis-design-vue 3.1.11-beta.6 → 3.1.11-beta.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/es/packages/big-table/index.d.ts +2252 -1
  2. package/es/packages/big-table/src/BigTable.vue.d.ts +2273 -21
  3. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +7 -21
  4. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  5. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  6. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +3 -3
  7. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  8. package/es/packages/big-table/src/components/input-button.js +4 -0
  9. package/es/packages/big-table/src/components/input-button.vue.d.ts +2252 -0
  10. package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +33 -0
  11. package/es/packages/big-table/src/hooks/useEdit.d.ts +4 -4
  12. package/es/packages/button-print/index.d.ts +5 -5
  13. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +5 -5
  14. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -2
  15. package/es/packages/chunk-upload/index.d.ts +1 -1
  16. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -1
  17. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
  18. package/es/packages/drag-layout/index.d.ts +7 -7
  19. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +2 -2
  20. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +2 -2
  21. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +7 -7
  22. package/es/packages/field-set/index.d.ts +2 -2
  23. package/es/packages/field-set/src/FieldSet.vue.d.ts +2 -2
  24. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +1 -1
  25. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +1 -1
  26. package/es/packages/form-render/src/components/renderer/linebar.d.ts +1 -1
  27. package/es/packages/form-render/src/components/renderer/textarea.d.ts +1 -1
  28. package/es/packages/form-table/index.d.ts +24 -24
  29. package/es/packages/form-table/src/FormTable.vue.d.ts +24 -24
  30. package/es/packages/form-table/src/components/index.d.ts +23 -23
  31. package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -2
  32. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
  33. package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
  34. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
  35. package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
  36. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
  37. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +2 -2
  38. package/es/packages/form-table/src/components/table-search.vue.d.ts +3 -3
  39. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +2 -2
  40. package/es/packages/form-table/src/components/table-select.vue.d.ts +2 -2
  41. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +3 -3
  42. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +1 -1
  43. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1 -1
  44. package/es/packages/info-header/index.d.ts +6 -6
  45. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +3 -0
  46. package/es/packages/info-header/src/InfoHeader.vue.d.ts +6 -6
  47. package/es/packages/map/index.d.ts +2 -2
  48. package/es/packages/map/src/Map.vue.d.ts +2 -2
  49. package/es/packages/scale-view/index.d.ts +2 -2
  50. package/es/packages/scale-view/src/ScaleView.vue.d.ts +2 -2
  51. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1
  52. package/es/packages/scale-view/src/components/formitem/r-upload.js +70 -59
  53. package/es/packages/scale-view/src/hooks/use-component.d.ts +9 -9
  54. package/es/packages/select-label/index.d.ts +13 -13
  55. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +5 -5
  56. package/es/packages/select-label/src/SelectLabel.vue.d.ts +8 -8
  57. package/es/packages/select-label/src/components/label-classify.vue.d.ts +5 -5
  58. package/es/packages/select-person/index.d.ts +2 -2
  59. package/es/packages/select-person/src/SelectPerson.vue.d.ts +2 -2
  60. package/es/packages/time-line/index.d.ts +1 -1
  61. package/es/packages/time-line/src/TimeLine.vue.d.ts +1 -1
  62. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
  63. package/package.json +1 -1
@@ -195,6 +195,2260 @@ declare const _default: import("vue").DefineComponent<{
195
195
  _beforeSearchConvert: never[];
196
196
  addInlineEditPrimaryKey: string;
197
197
  GROUP_TITLE_KEY: string;
198
+ InputButton: import("vue").DefineComponent<{}, {
199
+ content: import("vue").Ref<string>;
200
+ NButton: import("vue").DefineComponent<{
201
+ readonly color: StringConstructor;
202
+ readonly textColor: StringConstructor;
203
+ readonly text: BooleanConstructor;
204
+ readonly block: BooleanConstructor;
205
+ readonly loading: BooleanConstructor;
206
+ readonly disabled: BooleanConstructor;
207
+ readonly circle: BooleanConstructor;
208
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
209
+ readonly ghost: BooleanConstructor;
210
+ readonly round: BooleanConstructor;
211
+ readonly secondary: BooleanConstructor;
212
+ readonly tertiary: BooleanConstructor;
213
+ readonly quaternary: BooleanConstructor;
214
+ readonly strong: BooleanConstructor;
215
+ readonly focusable: {
216
+ readonly type: BooleanConstructor;
217
+ readonly default: true;
218
+ };
219
+ readonly keyboard: {
220
+ readonly type: BooleanConstructor;
221
+ readonly default: true;
222
+ };
223
+ readonly tag: {
224
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
225
+ readonly default: "button";
226
+ };
227
+ readonly type: {
228
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
229
+ readonly default: "default";
230
+ };
231
+ readonly dashed: BooleanConstructor;
232
+ readonly iconPlacement: {
233
+ readonly type: import("vue").PropType<"left" | "right">;
234
+ readonly default: "left";
235
+ };
236
+ readonly attrType: {
237
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
238
+ readonly default: "button";
239
+ };
240
+ readonly bordered: {
241
+ readonly type: BooleanConstructor;
242
+ readonly default: true;
243
+ };
244
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
245
+ readonly nativeFocusBehavior: {
246
+ readonly type: BooleanConstructor;
247
+ readonly default: boolean;
248
+ };
249
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
250
+ heightTiny: string;
251
+ heightSmall: string;
252
+ heightMedium: string;
253
+ heightLarge: string;
254
+ borderRadiusTiny: string;
255
+ borderRadiusSmall: string;
256
+ borderRadiusMedium: string;
257
+ borderRadiusLarge: string;
258
+ fontSizeTiny: string;
259
+ fontSizeSmall: string;
260
+ fontSizeMedium: string;
261
+ fontSizeLarge: string;
262
+ opacityDisabled: string;
263
+ colorOpacitySecondary: string;
264
+ colorOpacitySecondaryHover: string;
265
+ colorOpacitySecondaryPressed: string;
266
+ colorSecondary: string;
267
+ colorSecondaryHover: string;
268
+ colorSecondaryPressed: string;
269
+ colorTertiary: string;
270
+ colorTertiaryHover: string;
271
+ colorTertiaryPressed: string;
272
+ colorQuaternary: string;
273
+ colorQuaternaryHover: string;
274
+ colorQuaternaryPressed: string;
275
+ color: string;
276
+ colorHover: string;
277
+ colorPressed: string;
278
+ colorFocus: string;
279
+ colorDisabled: string;
280
+ textColor: string;
281
+ textColorTertiary: string;
282
+ textColorHover: string;
283
+ textColorPressed: string;
284
+ textColorFocus: string;
285
+ textColorDisabled: string;
286
+ textColorText: string;
287
+ textColorTextHover: string;
288
+ textColorTextPressed: string;
289
+ textColorTextFocus: string;
290
+ textColorTextDisabled: string;
291
+ textColorGhost: string;
292
+ textColorGhostHover: string;
293
+ textColorGhostPressed: string;
294
+ textColorGhostFocus: string;
295
+ textColorGhostDisabled: string;
296
+ border: string;
297
+ borderHover: string;
298
+ borderPressed: string;
299
+ borderFocus: string;
300
+ borderDisabled: string;
301
+ rippleColor: string;
302
+ colorPrimary: string;
303
+ colorHoverPrimary: string;
304
+ colorPressedPrimary: string;
305
+ colorFocusPrimary: string;
306
+ colorDisabledPrimary: string;
307
+ textColorPrimary: string;
308
+ textColorHoverPrimary: string;
309
+ textColorPressedPrimary: string;
310
+ textColorFocusPrimary: string;
311
+ textColorDisabledPrimary: string;
312
+ textColorTextPrimary: string;
313
+ textColorTextHoverPrimary: string;
314
+ textColorTextPressedPrimary: string;
315
+ textColorTextFocusPrimary: string;
316
+ textColorTextDisabledPrimary: string;
317
+ textColorGhostPrimary: string;
318
+ textColorGhostHoverPrimary: string;
319
+ textColorGhostPressedPrimary: string;
320
+ textColorGhostFocusPrimary: string;
321
+ textColorGhostDisabledPrimary: string;
322
+ borderPrimary: string;
323
+ borderHoverPrimary: string;
324
+ borderPressedPrimary: string;
325
+ borderFocusPrimary: string;
326
+ borderDisabledPrimary: string;
327
+ rippleColorPrimary: string;
328
+ colorInfo: string;
329
+ colorHoverInfo: string;
330
+ colorPressedInfo: string;
331
+ colorFocusInfo: string;
332
+ colorDisabledInfo: string;
333
+ textColorInfo: string;
334
+ textColorHoverInfo: string;
335
+ textColorPressedInfo: string;
336
+ textColorFocusInfo: string;
337
+ textColorDisabledInfo: string;
338
+ textColorTextInfo: string;
339
+ textColorTextHoverInfo: string;
340
+ textColorTextPressedInfo: string;
341
+ textColorTextFocusInfo: string;
342
+ textColorTextDisabledInfo: string;
343
+ textColorGhostInfo: string;
344
+ textColorGhostHoverInfo: string;
345
+ textColorGhostPressedInfo: string;
346
+ textColorGhostFocusInfo: string;
347
+ textColorGhostDisabledInfo: string;
348
+ borderInfo: string;
349
+ borderHoverInfo: string;
350
+ borderPressedInfo: string;
351
+ borderFocusInfo: string;
352
+ borderDisabledInfo: string;
353
+ rippleColorInfo: string;
354
+ colorSuccess: string;
355
+ colorHoverSuccess: string;
356
+ colorPressedSuccess: string;
357
+ colorFocusSuccess: string;
358
+ colorDisabledSuccess: string;
359
+ textColorSuccess: string;
360
+ textColorHoverSuccess: string;
361
+ textColorPressedSuccess: string;
362
+ textColorFocusSuccess: string;
363
+ textColorDisabledSuccess: string;
364
+ textColorTextSuccess: string;
365
+ textColorTextHoverSuccess: string;
366
+ textColorTextPressedSuccess: string;
367
+ textColorTextFocusSuccess: string;
368
+ textColorTextDisabledSuccess: string;
369
+ textColorGhostSuccess: string;
370
+ textColorGhostHoverSuccess: string;
371
+ textColorGhostPressedSuccess: string;
372
+ textColorGhostFocusSuccess: string;
373
+ textColorGhostDisabledSuccess: string;
374
+ borderSuccess: string;
375
+ borderHoverSuccess: string;
376
+ borderPressedSuccess: string;
377
+ borderFocusSuccess: string;
378
+ borderDisabledSuccess: string;
379
+ rippleColorSuccess: string;
380
+ colorWarning: string;
381
+ colorHoverWarning: string;
382
+ colorPressedWarning: string;
383
+ colorFocusWarning: string;
384
+ colorDisabledWarning: string;
385
+ textColorWarning: string;
386
+ textColorHoverWarning: string;
387
+ textColorPressedWarning: string;
388
+ textColorFocusWarning: string;
389
+ textColorDisabledWarning: string;
390
+ textColorTextWarning: string;
391
+ textColorTextHoverWarning: string;
392
+ textColorTextPressedWarning: string;
393
+ textColorTextFocusWarning: string;
394
+ textColorTextDisabledWarning: string;
395
+ textColorGhostWarning: string;
396
+ textColorGhostHoverWarning: string;
397
+ textColorGhostPressedWarning: string;
398
+ textColorGhostFocusWarning: string;
399
+ textColorGhostDisabledWarning: string;
400
+ borderWarning: string;
401
+ borderHoverWarning: string;
402
+ borderPressedWarning: string;
403
+ borderFocusWarning: string;
404
+ borderDisabledWarning: string;
405
+ rippleColorWarning: string;
406
+ colorError: string;
407
+ colorHoverError: string;
408
+ colorPressedError: string;
409
+ colorFocusError: string;
410
+ colorDisabledError: string;
411
+ textColorError: string;
412
+ textColorHoverError: string;
413
+ textColorPressedError: string;
414
+ textColorFocusError: string;
415
+ textColorDisabledError: string;
416
+ textColorTextError: string;
417
+ textColorTextHoverError: string;
418
+ textColorTextPressedError: string;
419
+ textColorTextFocusError: string;
420
+ textColorTextDisabledError: string;
421
+ textColorGhostError: string;
422
+ textColorGhostHoverError: string;
423
+ textColorGhostPressedError: string;
424
+ textColorGhostFocusError: string;
425
+ textColorGhostDisabledError: string;
426
+ borderError: string;
427
+ borderHoverError: string;
428
+ borderPressedError: string;
429
+ borderFocusError: string;
430
+ borderDisabledError: string;
431
+ rippleColorError: string;
432
+ waveOpacity: string;
433
+ fontWeight: string;
434
+ fontWeightStrong: string;
435
+ paddingTiny: string;
436
+ paddingSmall: string;
437
+ paddingMedium: string;
438
+ paddingLarge: string;
439
+ paddingRoundTiny: string;
440
+ paddingRoundSmall: string;
441
+ paddingRoundMedium: string;
442
+ paddingRoundLarge: string;
443
+ iconMarginTiny: string;
444
+ iconMarginSmall: string;
445
+ iconMarginMedium: string;
446
+ iconMarginLarge: string;
447
+ iconSizeTiny: string;
448
+ iconSizeSmall: string;
449
+ iconSizeMedium: string;
450
+ iconSizeLarge: string;
451
+ rippleDuration: string;
452
+ }, any>>;
453
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
454
+ heightTiny: string;
455
+ heightSmall: string;
456
+ heightMedium: string;
457
+ heightLarge: string;
458
+ borderRadiusTiny: string;
459
+ borderRadiusSmall: string;
460
+ borderRadiusMedium: string;
461
+ borderRadiusLarge: string;
462
+ fontSizeTiny: string;
463
+ fontSizeSmall: string;
464
+ fontSizeMedium: string;
465
+ fontSizeLarge: string;
466
+ opacityDisabled: string;
467
+ colorOpacitySecondary: string;
468
+ colorOpacitySecondaryHover: string;
469
+ colorOpacitySecondaryPressed: string;
470
+ colorSecondary: string;
471
+ colorSecondaryHover: string;
472
+ colorSecondaryPressed: string;
473
+ colorTertiary: string;
474
+ colorTertiaryHover: string;
475
+ colorTertiaryPressed: string;
476
+ colorQuaternary: string;
477
+ colorQuaternaryHover: string;
478
+ colorQuaternaryPressed: string;
479
+ color: string;
480
+ colorHover: string;
481
+ colorPressed: string;
482
+ colorFocus: string;
483
+ colorDisabled: string;
484
+ textColor: string;
485
+ textColorTertiary: string;
486
+ textColorHover: string;
487
+ textColorPressed: string;
488
+ textColorFocus: string;
489
+ textColorDisabled: string;
490
+ textColorText: string;
491
+ textColorTextHover: string;
492
+ textColorTextPressed: string;
493
+ textColorTextFocus: string;
494
+ textColorTextDisabled: string;
495
+ textColorGhost: string;
496
+ textColorGhostHover: string;
497
+ textColorGhostPressed: string;
498
+ textColorGhostFocus: string;
499
+ textColorGhostDisabled: string;
500
+ border: string;
501
+ borderHover: string;
502
+ borderPressed: string;
503
+ borderFocus: string;
504
+ borderDisabled: string;
505
+ rippleColor: string;
506
+ colorPrimary: string;
507
+ colorHoverPrimary: string;
508
+ colorPressedPrimary: string;
509
+ colorFocusPrimary: string;
510
+ colorDisabledPrimary: string;
511
+ textColorPrimary: string;
512
+ textColorHoverPrimary: string;
513
+ textColorPressedPrimary: string;
514
+ textColorFocusPrimary: string;
515
+ textColorDisabledPrimary: string;
516
+ textColorTextPrimary: string;
517
+ textColorTextHoverPrimary: string;
518
+ textColorTextPressedPrimary: string;
519
+ textColorTextFocusPrimary: string;
520
+ textColorTextDisabledPrimary: string;
521
+ textColorGhostPrimary: string;
522
+ textColorGhostHoverPrimary: string;
523
+ textColorGhostPressedPrimary: string;
524
+ textColorGhostFocusPrimary: string;
525
+ textColorGhostDisabledPrimary: string;
526
+ borderPrimary: string;
527
+ borderHoverPrimary: string;
528
+ borderPressedPrimary: string;
529
+ borderFocusPrimary: string;
530
+ borderDisabledPrimary: string;
531
+ rippleColorPrimary: string;
532
+ colorInfo: string;
533
+ colorHoverInfo: string;
534
+ colorPressedInfo: string;
535
+ colorFocusInfo: string;
536
+ colorDisabledInfo: string;
537
+ textColorInfo: string;
538
+ textColorHoverInfo: string;
539
+ textColorPressedInfo: string;
540
+ textColorFocusInfo: string;
541
+ textColorDisabledInfo: string;
542
+ textColorTextInfo: string;
543
+ textColorTextHoverInfo: string;
544
+ textColorTextPressedInfo: string;
545
+ textColorTextFocusInfo: string;
546
+ textColorTextDisabledInfo: string;
547
+ textColorGhostInfo: string;
548
+ textColorGhostHoverInfo: string;
549
+ textColorGhostPressedInfo: string;
550
+ textColorGhostFocusInfo: string;
551
+ textColorGhostDisabledInfo: string;
552
+ borderInfo: string;
553
+ borderHoverInfo: string;
554
+ borderPressedInfo: string;
555
+ borderFocusInfo: string;
556
+ borderDisabledInfo: string;
557
+ rippleColorInfo: string;
558
+ colorSuccess: string;
559
+ colorHoverSuccess: string;
560
+ colorPressedSuccess: string;
561
+ colorFocusSuccess: string;
562
+ colorDisabledSuccess: string;
563
+ textColorSuccess: string;
564
+ textColorHoverSuccess: string;
565
+ textColorPressedSuccess: string;
566
+ textColorFocusSuccess: string;
567
+ textColorDisabledSuccess: string;
568
+ textColorTextSuccess: string;
569
+ textColorTextHoverSuccess: string;
570
+ textColorTextPressedSuccess: string;
571
+ textColorTextFocusSuccess: string;
572
+ textColorTextDisabledSuccess: string;
573
+ textColorGhostSuccess: string;
574
+ textColorGhostHoverSuccess: string;
575
+ textColorGhostPressedSuccess: string;
576
+ textColorGhostFocusSuccess: string;
577
+ textColorGhostDisabledSuccess: string;
578
+ borderSuccess: string;
579
+ borderHoverSuccess: string;
580
+ borderPressedSuccess: string;
581
+ borderFocusSuccess: string;
582
+ borderDisabledSuccess: string;
583
+ rippleColorSuccess: string;
584
+ colorWarning: string;
585
+ colorHoverWarning: string;
586
+ colorPressedWarning: string;
587
+ colorFocusWarning: string;
588
+ colorDisabledWarning: string;
589
+ textColorWarning: string;
590
+ textColorHoverWarning: string;
591
+ textColorPressedWarning: string;
592
+ textColorFocusWarning: string;
593
+ textColorDisabledWarning: string;
594
+ textColorTextWarning: string;
595
+ textColorTextHoverWarning: string;
596
+ textColorTextPressedWarning: string;
597
+ textColorTextFocusWarning: string;
598
+ textColorTextDisabledWarning: string;
599
+ textColorGhostWarning: string;
600
+ textColorGhostHoverWarning: string;
601
+ textColorGhostPressedWarning: string;
602
+ textColorGhostFocusWarning: string;
603
+ textColorGhostDisabledWarning: string;
604
+ borderWarning: string;
605
+ borderHoverWarning: string;
606
+ borderPressedWarning: string;
607
+ borderFocusWarning: string;
608
+ borderDisabledWarning: string;
609
+ rippleColorWarning: string;
610
+ colorError: string;
611
+ colorHoverError: string;
612
+ colorPressedError: string;
613
+ colorFocusError: string;
614
+ colorDisabledError: string;
615
+ textColorError: string;
616
+ textColorHoverError: string;
617
+ textColorPressedError: string;
618
+ textColorFocusError: string;
619
+ textColorDisabledError: string;
620
+ textColorTextError: string;
621
+ textColorTextHoverError: string;
622
+ textColorTextPressedError: string;
623
+ textColorTextFocusError: string;
624
+ textColorTextDisabledError: string;
625
+ textColorGhostError: string;
626
+ textColorGhostHoverError: string;
627
+ textColorGhostPressedError: string;
628
+ textColorGhostFocusError: string;
629
+ textColorGhostDisabledError: string;
630
+ borderError: string;
631
+ borderHoverError: string;
632
+ borderPressedError: string;
633
+ borderFocusError: string;
634
+ borderDisabledError: string;
635
+ rippleColorError: string;
636
+ waveOpacity: string;
637
+ fontWeight: string;
638
+ fontWeightStrong: string;
639
+ paddingTiny: string;
640
+ paddingSmall: string;
641
+ paddingMedium: string;
642
+ paddingLarge: string;
643
+ paddingRoundTiny: string;
644
+ paddingRoundSmall: string;
645
+ paddingRoundMedium: string;
646
+ paddingRoundLarge: string;
647
+ iconMarginTiny: string;
648
+ iconMarginSmall: string;
649
+ iconMarginMedium: string;
650
+ iconMarginLarge: string;
651
+ iconSizeTiny: string;
652
+ iconSizeSmall: string;
653
+ iconSizeMedium: string;
654
+ iconSizeLarge: string;
655
+ rippleDuration: string;
656
+ }, any>>>;
657
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
658
+ heightTiny: string;
659
+ heightSmall: string;
660
+ heightMedium: string;
661
+ heightLarge: string;
662
+ borderRadiusTiny: string;
663
+ borderRadiusSmall: string;
664
+ borderRadiusMedium: string;
665
+ borderRadiusLarge: string;
666
+ fontSizeTiny: string;
667
+ fontSizeSmall: string;
668
+ fontSizeMedium: string;
669
+ fontSizeLarge: string;
670
+ opacityDisabled: string;
671
+ colorOpacitySecondary: string;
672
+ colorOpacitySecondaryHover: string;
673
+ colorOpacitySecondaryPressed: string;
674
+ colorSecondary: string;
675
+ colorSecondaryHover: string;
676
+ colorSecondaryPressed: string;
677
+ colorTertiary: string;
678
+ colorTertiaryHover: string;
679
+ colorTertiaryPressed: string;
680
+ colorQuaternary: string;
681
+ colorQuaternaryHover: string;
682
+ colorQuaternaryPressed: string;
683
+ color: string;
684
+ colorHover: string;
685
+ colorPressed: string;
686
+ colorFocus: string;
687
+ colorDisabled: string;
688
+ textColor: string;
689
+ textColorTertiary: string;
690
+ textColorHover: string;
691
+ textColorPressed: string;
692
+ textColorFocus: string;
693
+ textColorDisabled: string;
694
+ textColorText: string;
695
+ textColorTextHover: string;
696
+ textColorTextPressed: string;
697
+ textColorTextFocus: string;
698
+ textColorTextDisabled: string;
699
+ textColorGhost: string;
700
+ textColorGhostHover: string;
701
+ textColorGhostPressed: string;
702
+ textColorGhostFocus: string;
703
+ textColorGhostDisabled: string;
704
+ border: string;
705
+ borderHover: string;
706
+ borderPressed: string;
707
+ borderFocus: string;
708
+ borderDisabled: string;
709
+ rippleColor: string;
710
+ colorPrimary: string;
711
+ colorHoverPrimary: string;
712
+ colorPressedPrimary: string;
713
+ colorFocusPrimary: string;
714
+ colorDisabledPrimary: string;
715
+ textColorPrimary: string;
716
+ textColorHoverPrimary: string;
717
+ textColorPressedPrimary: string;
718
+ textColorFocusPrimary: string;
719
+ textColorDisabledPrimary: string;
720
+ textColorTextPrimary: string;
721
+ textColorTextHoverPrimary: string;
722
+ textColorTextPressedPrimary: string;
723
+ textColorTextFocusPrimary: string;
724
+ textColorTextDisabledPrimary: string;
725
+ textColorGhostPrimary: string;
726
+ textColorGhostHoverPrimary: string;
727
+ textColorGhostPressedPrimary: string;
728
+ textColorGhostFocusPrimary: string;
729
+ textColorGhostDisabledPrimary: string;
730
+ borderPrimary: string;
731
+ borderHoverPrimary: string;
732
+ borderPressedPrimary: string;
733
+ borderFocusPrimary: string;
734
+ borderDisabledPrimary: string;
735
+ rippleColorPrimary: string;
736
+ colorInfo: string;
737
+ colorHoverInfo: string;
738
+ colorPressedInfo: string;
739
+ colorFocusInfo: string;
740
+ colorDisabledInfo: string;
741
+ textColorInfo: string;
742
+ textColorHoverInfo: string;
743
+ textColorPressedInfo: string;
744
+ textColorFocusInfo: string;
745
+ textColorDisabledInfo: string;
746
+ textColorTextInfo: string;
747
+ textColorTextHoverInfo: string;
748
+ textColorTextPressedInfo: string;
749
+ textColorTextFocusInfo: string;
750
+ textColorTextDisabledInfo: string;
751
+ textColorGhostInfo: string;
752
+ textColorGhostHoverInfo: string;
753
+ textColorGhostPressedInfo: string;
754
+ textColorGhostFocusInfo: string;
755
+ textColorGhostDisabledInfo: string;
756
+ borderInfo: string;
757
+ borderHoverInfo: string;
758
+ borderPressedInfo: string;
759
+ borderFocusInfo: string;
760
+ borderDisabledInfo: string;
761
+ rippleColorInfo: string;
762
+ colorSuccess: string;
763
+ colorHoverSuccess: string;
764
+ colorPressedSuccess: string;
765
+ colorFocusSuccess: string;
766
+ colorDisabledSuccess: string;
767
+ textColorSuccess: string;
768
+ textColorHoverSuccess: string;
769
+ textColorPressedSuccess: string;
770
+ textColorFocusSuccess: string;
771
+ textColorDisabledSuccess: string;
772
+ textColorTextSuccess: string;
773
+ textColorTextHoverSuccess: string;
774
+ textColorTextPressedSuccess: string;
775
+ textColorTextFocusSuccess: string;
776
+ textColorTextDisabledSuccess: string;
777
+ textColorGhostSuccess: string;
778
+ textColorGhostHoverSuccess: string;
779
+ textColorGhostPressedSuccess: string;
780
+ textColorGhostFocusSuccess: string;
781
+ textColorGhostDisabledSuccess: string;
782
+ borderSuccess: string;
783
+ borderHoverSuccess: string;
784
+ borderPressedSuccess: string;
785
+ borderFocusSuccess: string;
786
+ borderDisabledSuccess: string;
787
+ rippleColorSuccess: string;
788
+ colorWarning: string;
789
+ colorHoverWarning: string;
790
+ colorPressedWarning: string;
791
+ colorFocusWarning: string;
792
+ colorDisabledWarning: string;
793
+ textColorWarning: string;
794
+ textColorHoverWarning: string;
795
+ textColorPressedWarning: string;
796
+ textColorFocusWarning: string;
797
+ textColorDisabledWarning: string;
798
+ textColorTextWarning: string;
799
+ textColorTextHoverWarning: string;
800
+ textColorTextPressedWarning: string;
801
+ textColorTextFocusWarning: string;
802
+ textColorTextDisabledWarning: string;
803
+ textColorGhostWarning: string;
804
+ textColorGhostHoverWarning: string;
805
+ textColorGhostPressedWarning: string;
806
+ textColorGhostFocusWarning: string;
807
+ textColorGhostDisabledWarning: string;
808
+ borderWarning: string;
809
+ borderHoverWarning: string;
810
+ borderPressedWarning: string;
811
+ borderFocusWarning: string;
812
+ borderDisabledWarning: string;
813
+ rippleColorWarning: string;
814
+ colorError: string;
815
+ colorHoverError: string;
816
+ colorPressedError: string;
817
+ colorFocusError: string;
818
+ colorDisabledError: string;
819
+ textColorError: string;
820
+ textColorHoverError: string;
821
+ textColorPressedError: string;
822
+ textColorFocusError: string;
823
+ textColorDisabledError: string;
824
+ textColorTextError: string;
825
+ textColorTextHoverError: string;
826
+ textColorTextPressedError: string;
827
+ textColorTextFocusError: string;
828
+ textColorTextDisabledError: string;
829
+ textColorGhostError: string;
830
+ textColorGhostHoverError: string;
831
+ textColorGhostPressedError: string;
832
+ textColorGhostFocusError: string;
833
+ textColorGhostDisabledError: string;
834
+ borderError: string;
835
+ borderHoverError: string;
836
+ borderPressedError: string;
837
+ borderFocusError: string;
838
+ borderDisabledError: string;
839
+ rippleColorError: string;
840
+ waveOpacity: string;
841
+ fontWeight: string;
842
+ fontWeightStrong: string;
843
+ paddingTiny: string;
844
+ paddingSmall: string;
845
+ paddingMedium: string;
846
+ paddingLarge: string;
847
+ paddingRoundTiny: string;
848
+ paddingRoundSmall: string;
849
+ paddingRoundMedium: string;
850
+ paddingRoundLarge: string;
851
+ iconMarginTiny: string;
852
+ iconMarginSmall: string;
853
+ iconMarginMedium: string;
854
+ iconMarginLarge: string;
855
+ iconSizeTiny: string;
856
+ iconSizeSmall: string;
857
+ iconSizeMedium: string;
858
+ iconSizeLarge: string;
859
+ rippleDuration: string;
860
+ }, any>>>;
861
+ }, {
862
+ selfElRef: import("vue").Ref<HTMLElement | null>;
863
+ waveElRef: import("vue").Ref<{
864
+ play: () => void;
865
+ } | null>;
866
+ mergedClsPrefix: import("vue").ComputedRef<string>;
867
+ mergedFocusable: import("vue").ComputedRef<boolean>;
868
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
869
+ showBorder: import("vue").ComputedRef<boolean>;
870
+ enterPressed: import("vue").Ref<boolean>;
871
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
872
+ handleMousedown: (e: MouseEvent) => void;
873
+ handleKeydown: (e: KeyboardEvent) => void;
874
+ handleBlur: () => void;
875
+ handleKeyup: (e: KeyboardEvent) => void;
876
+ handleClick: (e: MouseEvent) => void;
877
+ customColorCssVars: import("vue").ComputedRef<{
878
+ '--n-border-color': string;
879
+ '--n-border-color-hover': string;
880
+ '--n-border-color-pressed': string;
881
+ '--n-border-color-focus': string;
882
+ '--n-border-color-disabled': string;
883
+ } | null>;
884
+ cssVars: import("vue").ComputedRef<{
885
+ '--n-width': string;
886
+ '--n-height': string;
887
+ '--n-font-size': string;
888
+ '--n-padding': string;
889
+ '--n-icon-size': string;
890
+ '--n-icon-margin': string;
891
+ '--n-border-radius': string;
892
+ '--n-border': string;
893
+ '--n-border-hover': string;
894
+ '--n-border-pressed': string;
895
+ '--n-border-focus': string;
896
+ '--n-border-disabled': string;
897
+ '--n-color': string;
898
+ '--n-color-hover': string;
899
+ '--n-color-pressed': string;
900
+ '--n-color-focus': string;
901
+ '--n-color-disabled': string;
902
+ '--n-ripple-color': string;
903
+ '--n-text-color': string;
904
+ '--n-text-color-hover': string;
905
+ '--n-text-color-pressed': string;
906
+ '--n-text-color-focus': string;
907
+ '--n-text-color-disabled': string;
908
+ 'font-weight': string;
909
+ '--n-bezier': string;
910
+ '--n-bezier-ease-out': string;
911
+ '--n-ripple-duration': string;
912
+ '--n-opacity-disabled': string;
913
+ '--n-wave-opacity': string;
914
+ }> | undefined;
915
+ themeClass: import("vue").Ref<string> | undefined;
916
+ onRender: (() => void) | undefined;
917
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
918
+ readonly color: StringConstructor;
919
+ readonly textColor: StringConstructor;
920
+ readonly text: BooleanConstructor;
921
+ readonly block: BooleanConstructor;
922
+ readonly loading: BooleanConstructor;
923
+ readonly disabled: BooleanConstructor;
924
+ readonly circle: BooleanConstructor;
925
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
926
+ readonly ghost: BooleanConstructor;
927
+ readonly round: BooleanConstructor;
928
+ readonly secondary: BooleanConstructor;
929
+ readonly tertiary: BooleanConstructor;
930
+ readonly quaternary: BooleanConstructor;
931
+ readonly strong: BooleanConstructor;
932
+ readonly focusable: {
933
+ readonly type: BooleanConstructor;
934
+ readonly default: true;
935
+ };
936
+ readonly keyboard: {
937
+ readonly type: BooleanConstructor;
938
+ readonly default: true;
939
+ };
940
+ readonly tag: {
941
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
942
+ readonly default: "button";
943
+ };
944
+ readonly type: {
945
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
946
+ readonly default: "default";
947
+ };
948
+ readonly dashed: BooleanConstructor;
949
+ readonly iconPlacement: {
950
+ readonly type: import("vue").PropType<"left" | "right">;
951
+ readonly default: "left";
952
+ };
953
+ readonly attrType: {
954
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
955
+ readonly default: "button";
956
+ };
957
+ readonly bordered: {
958
+ readonly type: BooleanConstructor;
959
+ readonly default: true;
960
+ };
961
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
962
+ readonly nativeFocusBehavior: {
963
+ readonly type: BooleanConstructor;
964
+ readonly default: boolean;
965
+ };
966
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
967
+ heightTiny: string;
968
+ heightSmall: string;
969
+ heightMedium: string;
970
+ heightLarge: string;
971
+ borderRadiusTiny: string;
972
+ borderRadiusSmall: string;
973
+ borderRadiusMedium: string;
974
+ borderRadiusLarge: string;
975
+ fontSizeTiny: string;
976
+ fontSizeSmall: string;
977
+ fontSizeMedium: string;
978
+ fontSizeLarge: string;
979
+ opacityDisabled: string;
980
+ colorOpacitySecondary: string;
981
+ colorOpacitySecondaryHover: string;
982
+ colorOpacitySecondaryPressed: string;
983
+ colorSecondary: string;
984
+ colorSecondaryHover: string;
985
+ colorSecondaryPressed: string;
986
+ colorTertiary: string;
987
+ colorTertiaryHover: string;
988
+ colorTertiaryPressed: string;
989
+ colorQuaternary: string;
990
+ colorQuaternaryHover: string;
991
+ colorQuaternaryPressed: string;
992
+ color: string;
993
+ colorHover: string;
994
+ colorPressed: string;
995
+ colorFocus: string;
996
+ colorDisabled: string;
997
+ textColor: string;
998
+ textColorTertiary: string;
999
+ textColorHover: string;
1000
+ textColorPressed: string;
1001
+ textColorFocus: string;
1002
+ textColorDisabled: string;
1003
+ textColorText: string;
1004
+ textColorTextHover: string;
1005
+ textColorTextPressed: string;
1006
+ textColorTextFocus: string;
1007
+ textColorTextDisabled: string;
1008
+ textColorGhost: string;
1009
+ textColorGhostHover: string;
1010
+ textColorGhostPressed: string;
1011
+ textColorGhostFocus: string;
1012
+ textColorGhostDisabled: string;
1013
+ border: string;
1014
+ borderHover: string;
1015
+ borderPressed: string;
1016
+ borderFocus: string;
1017
+ borderDisabled: string;
1018
+ rippleColor: string;
1019
+ colorPrimary: string;
1020
+ colorHoverPrimary: string;
1021
+ colorPressedPrimary: string;
1022
+ colorFocusPrimary: string;
1023
+ colorDisabledPrimary: string;
1024
+ textColorPrimary: string;
1025
+ textColorHoverPrimary: string;
1026
+ textColorPressedPrimary: string;
1027
+ textColorFocusPrimary: string;
1028
+ textColorDisabledPrimary: string;
1029
+ textColorTextPrimary: string;
1030
+ textColorTextHoverPrimary: string;
1031
+ textColorTextPressedPrimary: string;
1032
+ textColorTextFocusPrimary: string;
1033
+ textColorTextDisabledPrimary: string;
1034
+ textColorGhostPrimary: string;
1035
+ textColorGhostHoverPrimary: string;
1036
+ textColorGhostPressedPrimary: string;
1037
+ textColorGhostFocusPrimary: string;
1038
+ textColorGhostDisabledPrimary: string;
1039
+ borderPrimary: string;
1040
+ borderHoverPrimary: string;
1041
+ borderPressedPrimary: string;
1042
+ borderFocusPrimary: string;
1043
+ borderDisabledPrimary: string;
1044
+ rippleColorPrimary: string;
1045
+ colorInfo: string;
1046
+ colorHoverInfo: string;
1047
+ colorPressedInfo: string;
1048
+ colorFocusInfo: string;
1049
+ colorDisabledInfo: string;
1050
+ textColorInfo: string;
1051
+ textColorHoverInfo: string;
1052
+ textColorPressedInfo: string;
1053
+ textColorFocusInfo: string;
1054
+ textColorDisabledInfo: string;
1055
+ textColorTextInfo: string;
1056
+ textColorTextHoverInfo: string;
1057
+ textColorTextPressedInfo: string;
1058
+ textColorTextFocusInfo: string;
1059
+ textColorTextDisabledInfo: string;
1060
+ textColorGhostInfo: string;
1061
+ textColorGhostHoverInfo: string;
1062
+ textColorGhostPressedInfo: string;
1063
+ textColorGhostFocusInfo: string;
1064
+ textColorGhostDisabledInfo: string;
1065
+ borderInfo: string;
1066
+ borderHoverInfo: string;
1067
+ borderPressedInfo: string;
1068
+ borderFocusInfo: string;
1069
+ borderDisabledInfo: string;
1070
+ rippleColorInfo: string;
1071
+ colorSuccess: string;
1072
+ colorHoverSuccess: string;
1073
+ colorPressedSuccess: string;
1074
+ colorFocusSuccess: string;
1075
+ colorDisabledSuccess: string;
1076
+ textColorSuccess: string;
1077
+ textColorHoverSuccess: string;
1078
+ textColorPressedSuccess: string;
1079
+ textColorFocusSuccess: string;
1080
+ textColorDisabledSuccess: string;
1081
+ textColorTextSuccess: string;
1082
+ textColorTextHoverSuccess: string;
1083
+ textColorTextPressedSuccess: string;
1084
+ textColorTextFocusSuccess: string;
1085
+ textColorTextDisabledSuccess: string;
1086
+ textColorGhostSuccess: string;
1087
+ textColorGhostHoverSuccess: string;
1088
+ textColorGhostPressedSuccess: string;
1089
+ textColorGhostFocusSuccess: string;
1090
+ textColorGhostDisabledSuccess: string;
1091
+ borderSuccess: string;
1092
+ borderHoverSuccess: string;
1093
+ borderPressedSuccess: string;
1094
+ borderFocusSuccess: string;
1095
+ borderDisabledSuccess: string;
1096
+ rippleColorSuccess: string;
1097
+ colorWarning: string;
1098
+ colorHoverWarning: string;
1099
+ colorPressedWarning: string;
1100
+ colorFocusWarning: string;
1101
+ colorDisabledWarning: string;
1102
+ textColorWarning: string;
1103
+ textColorHoverWarning: string;
1104
+ textColorPressedWarning: string;
1105
+ textColorFocusWarning: string;
1106
+ textColorDisabledWarning: string;
1107
+ textColorTextWarning: string;
1108
+ textColorTextHoverWarning: string;
1109
+ textColorTextPressedWarning: string;
1110
+ textColorTextFocusWarning: string;
1111
+ textColorTextDisabledWarning: string;
1112
+ textColorGhostWarning: string;
1113
+ textColorGhostHoverWarning: string;
1114
+ textColorGhostPressedWarning: string;
1115
+ textColorGhostFocusWarning: string;
1116
+ textColorGhostDisabledWarning: string;
1117
+ borderWarning: string;
1118
+ borderHoverWarning: string;
1119
+ borderPressedWarning: string;
1120
+ borderFocusWarning: string;
1121
+ borderDisabledWarning: string;
1122
+ rippleColorWarning: string;
1123
+ colorError: string;
1124
+ colorHoverError: string;
1125
+ colorPressedError: string;
1126
+ colorFocusError: string;
1127
+ colorDisabledError: string;
1128
+ textColorError: string;
1129
+ textColorHoverError: string;
1130
+ textColorPressedError: string;
1131
+ textColorFocusError: string;
1132
+ textColorDisabledError: string;
1133
+ textColorTextError: string;
1134
+ textColorTextHoverError: string;
1135
+ textColorTextPressedError: string;
1136
+ textColorTextFocusError: string;
1137
+ textColorTextDisabledError: string; /**
1138
+ * 避免每次点击都查询
1139
+ * 初始化查一次 行编辑 表单search用
1140
+ */
1141
+ textColorGhostError: string;
1142
+ textColorGhostHoverError: string;
1143
+ textColorGhostPressedError: string;
1144
+ textColorGhostFocusError: string;
1145
+ textColorGhostDisabledError: string;
1146
+ borderError: string;
1147
+ borderHoverError: string;
1148
+ borderPressedError: string;
1149
+ borderFocusError: string;
1150
+ borderDisabledError: string;
1151
+ rippleColorError: string;
1152
+ waveOpacity: string;
1153
+ fontWeight: string;
1154
+ fontWeightStrong: string;
1155
+ paddingTiny: string;
1156
+ paddingSmall: string;
1157
+ paddingMedium: string;
1158
+ paddingLarge: string;
1159
+ paddingRoundTiny: string;
1160
+ paddingRoundSmall: string;
1161
+ paddingRoundMedium: string;
1162
+ paddingRoundLarge: string;
1163
+ iconMarginTiny: string;
1164
+ iconMarginSmall: string;
1165
+ iconMarginMedium: string;
1166
+ iconMarginLarge: string;
1167
+ iconSizeTiny: string;
1168
+ iconSizeSmall: string;
1169
+ iconSizeMedium: string;
1170
+ iconSizeLarge: string;
1171
+ rippleDuration: string;
1172
+ }, any>>;
1173
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1174
+ heightTiny: string;
1175
+ heightSmall: string;
1176
+ heightMedium: string;
1177
+ heightLarge: string;
1178
+ borderRadiusTiny: string;
1179
+ borderRadiusSmall: string;
1180
+ borderRadiusMedium: string;
1181
+ borderRadiusLarge: string;
1182
+ fontSizeTiny: string;
1183
+ fontSizeSmall: string;
1184
+ fontSizeMedium: string;
1185
+ fontSizeLarge: string;
1186
+ opacityDisabled: string;
1187
+ colorOpacitySecondary: string;
1188
+ colorOpacitySecondaryHover: string;
1189
+ colorOpacitySecondaryPressed: string;
1190
+ colorSecondary: string;
1191
+ colorSecondaryHover: string;
1192
+ colorSecondaryPressed: string;
1193
+ colorTertiary: string;
1194
+ colorTertiaryHover: string;
1195
+ colorTertiaryPressed: string;
1196
+ colorQuaternary: string;
1197
+ colorQuaternaryHover: string;
1198
+ colorQuaternaryPressed: string;
1199
+ color: string;
1200
+ colorHover: string;
1201
+ colorPressed: string;
1202
+ colorFocus: string;
1203
+ colorDisabled: string;
1204
+ textColor: string;
1205
+ textColorTertiary: string;
1206
+ textColorHover: string;
1207
+ textColorPressed: string;
1208
+ textColorFocus: string;
1209
+ textColorDisabled: string;
1210
+ textColorText: string;
1211
+ textColorTextHover: string;
1212
+ textColorTextPressed: string;
1213
+ textColorTextFocus: string;
1214
+ textColorTextDisabled: string;
1215
+ textColorGhost: string;
1216
+ textColorGhostHover: string;
1217
+ textColorGhostPressed: string;
1218
+ textColorGhostFocus: string;
1219
+ textColorGhostDisabled: string;
1220
+ border: string;
1221
+ borderHover: string;
1222
+ borderPressed: string;
1223
+ borderFocus: string;
1224
+ borderDisabled: string;
1225
+ rippleColor: string;
1226
+ colorPrimary: string;
1227
+ colorHoverPrimary: string;
1228
+ colorPressedPrimary: string;
1229
+ colorFocusPrimary: string;
1230
+ colorDisabledPrimary: string;
1231
+ textColorPrimary: string;
1232
+ textColorHoverPrimary: string;
1233
+ textColorPressedPrimary: string;
1234
+ textColorFocusPrimary: string;
1235
+ textColorDisabledPrimary: string;
1236
+ textColorTextPrimary: string;
1237
+ textColorTextHoverPrimary: string;
1238
+ textColorTextPressedPrimary: string;
1239
+ textColorTextFocusPrimary: string;
1240
+ textColorTextDisabledPrimary: string;
1241
+ textColorGhostPrimary: string;
1242
+ textColorGhostHoverPrimary: string;
1243
+ textColorGhostPressedPrimary: string;
1244
+ textColorGhostFocusPrimary: string;
1245
+ textColorGhostDisabledPrimary: string;
1246
+ borderPrimary: string; /** string */
1247
+ borderHoverPrimary: string;
1248
+ borderPressedPrimary: string;
1249
+ borderFocusPrimary: string;
1250
+ borderDisabledPrimary: string;
1251
+ rippleColorPrimary: string;
1252
+ colorInfo: string;
1253
+ colorHoverInfo: string;
1254
+ colorPressedInfo: string;
1255
+ colorFocusInfo: string;
1256
+ colorDisabledInfo: string;
1257
+ textColorInfo: string;
1258
+ textColorHoverInfo: string;
1259
+ textColorPressedInfo: string;
1260
+ textColorFocusInfo: string;
1261
+ textColorDisabledInfo: string;
1262
+ textColorTextInfo: string;
1263
+ textColorTextHoverInfo: string;
1264
+ textColorTextPressedInfo: string;
1265
+ textColorTextFocusInfo: string;
1266
+ textColorTextDisabledInfo: string;
1267
+ textColorGhostInfo: string;
1268
+ textColorGhostHoverInfo: string;
1269
+ textColorGhostPressedInfo: string;
1270
+ textColorGhostFocusInfo: string;
1271
+ textColorGhostDisabledInfo: string;
1272
+ borderInfo: string;
1273
+ borderHoverInfo: string;
1274
+ borderPressedInfo: string;
1275
+ borderFocusInfo: string;
1276
+ borderDisabledInfo: string;
1277
+ rippleColorInfo: string;
1278
+ colorSuccess: string;
1279
+ colorHoverSuccess: string;
1280
+ colorPressedSuccess: string;
1281
+ colorFocusSuccess: string;
1282
+ colorDisabledSuccess: string;
1283
+ textColorSuccess: string;
1284
+ textColorHoverSuccess: string;
1285
+ textColorPressedSuccess: string;
1286
+ textColorFocusSuccess: string;
1287
+ textColorDisabledSuccess: string;
1288
+ textColorTextSuccess: string;
1289
+ textColorTextHoverSuccess: string;
1290
+ textColorTextPressedSuccess: string;
1291
+ textColorTextFocusSuccess: string;
1292
+ textColorTextDisabledSuccess: string;
1293
+ textColorGhostSuccess: string;
1294
+ textColorGhostHoverSuccess: string;
1295
+ textColorGhostPressedSuccess: string;
1296
+ textColorGhostFocusSuccess: string;
1297
+ textColorGhostDisabledSuccess: string;
1298
+ borderSuccess: string;
1299
+ borderHoverSuccess: string;
1300
+ borderPressedSuccess: string;
1301
+ borderFocusSuccess: string;
1302
+ borderDisabledSuccess: string;
1303
+ rippleColorSuccess: string;
1304
+ colorWarning: string;
1305
+ colorHoverWarning: string;
1306
+ colorPressedWarning: string;
1307
+ colorFocusWarning: string;
1308
+ colorDisabledWarning: string;
1309
+ textColorWarning: string;
1310
+ textColorHoverWarning: string;
1311
+ textColorPressedWarning: string;
1312
+ textColorFocusWarning: string;
1313
+ textColorDisabledWarning: string;
1314
+ textColorTextWarning: string;
1315
+ textColorTextHoverWarning: string;
1316
+ textColorTextPressedWarning: string;
1317
+ textColorTextFocusWarning: string;
1318
+ textColorTextDisabledWarning: string;
1319
+ textColorGhostWarning: string;
1320
+ textColorGhostHoverWarning: string;
1321
+ textColorGhostPressedWarning: string;
1322
+ textColorGhostFocusWarning: string;
1323
+ textColorGhostDisabledWarning: string;
1324
+ borderWarning: string;
1325
+ borderHoverWarning: string;
1326
+ borderPressedWarning: string;
1327
+ borderFocusWarning: string;
1328
+ borderDisabledWarning: string;
1329
+ rippleColorWarning: string;
1330
+ colorError: string;
1331
+ colorHoverError: string;
1332
+ colorPressedError: string;
1333
+ colorFocusError: string;
1334
+ colorDisabledError: string;
1335
+ textColorError: string;
1336
+ textColorHoverError: string;
1337
+ textColorPressedError: string;
1338
+ textColorFocusError: string;
1339
+ textColorDisabledError: string;
1340
+ textColorTextError: string;
1341
+ textColorTextHoverError: string;
1342
+ textColorTextPressedError: string;
1343
+ textColorTextFocusError: string;
1344
+ textColorTextDisabledError: string;
1345
+ textColorGhostError: string;
1346
+ textColorGhostHoverError: string;
1347
+ textColorGhostPressedError: string;
1348
+ textColorGhostFocusError: string;
1349
+ textColorGhostDisabledError: string;
1350
+ borderError: string;
1351
+ borderHoverError: string;
1352
+ borderPressedError: string;
1353
+ borderFocusError: string;
1354
+ borderDisabledError: string;
1355
+ rippleColorError: string;
1356
+ waveOpacity: string;
1357
+ fontWeight: string;
1358
+ fontWeightStrong: string;
1359
+ paddingTiny: string;
1360
+ paddingSmall: string;
1361
+ paddingMedium: string;
1362
+ paddingLarge: string;
1363
+ paddingRoundTiny: string;
1364
+ paddingRoundSmall: string;
1365
+ paddingRoundMedium: string;
1366
+ paddingRoundLarge: string;
1367
+ iconMarginTiny: string;
1368
+ iconMarginSmall: string;
1369
+ iconMarginMedium: string;
1370
+ iconMarginLarge: string;
1371
+ iconSizeTiny: string;
1372
+ iconSizeSmall: string;
1373
+ iconSizeMedium: string;
1374
+ iconSizeLarge: string;
1375
+ rippleDuration: string;
1376
+ }, any>>>;
1377
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1378
+ heightTiny: string;
1379
+ heightSmall: string;
1380
+ heightMedium: string;
1381
+ heightLarge: string;
1382
+ borderRadiusTiny: string;
1383
+ borderRadiusSmall: string;
1384
+ borderRadiusMedium: string;
1385
+ borderRadiusLarge: string;
1386
+ fontSizeTiny: string;
1387
+ fontSizeSmall: string;
1388
+ fontSizeMedium: string;
1389
+ fontSizeLarge: string;
1390
+ opacityDisabled: string;
1391
+ colorOpacitySecondary: string;
1392
+ colorOpacitySecondaryHover: string;
1393
+ colorOpacitySecondaryPressed: string;
1394
+ colorSecondary: string;
1395
+ colorSecondaryHover: string;
1396
+ colorSecondaryPressed: string;
1397
+ colorTertiary: string;
1398
+ colorTertiaryHover: string;
1399
+ colorTertiaryPressed: string;
1400
+ colorQuaternary: string;
1401
+ colorQuaternaryHover: string;
1402
+ colorQuaternaryPressed: string;
1403
+ color: string;
1404
+ colorHover: string;
1405
+ colorPressed: string;
1406
+ colorFocus: string;
1407
+ colorDisabled: string;
1408
+ textColor: string;
1409
+ textColorTertiary: string;
1410
+ textColorHover: string;
1411
+ textColorPressed: string;
1412
+ textColorFocus: string;
1413
+ textColorDisabled: string;
1414
+ textColorText: string;
1415
+ textColorTextHover: string;
1416
+ textColorTextPressed: string;
1417
+ textColorTextFocus: string;
1418
+ textColorTextDisabled: string;
1419
+ textColorGhost: string;
1420
+ textColorGhostHover: string;
1421
+ textColorGhostPressed: string;
1422
+ textColorGhostFocus: string;
1423
+ textColorGhostDisabled: string;
1424
+ border: string;
1425
+ borderHover: string;
1426
+ borderPressed: string;
1427
+ borderFocus: string;
1428
+ borderDisabled: string;
1429
+ rippleColor: string;
1430
+ colorPrimary: string;
1431
+ colorHoverPrimary: string;
1432
+ colorPressedPrimary: string;
1433
+ colorFocusPrimary: string;
1434
+ colorDisabledPrimary: string;
1435
+ textColorPrimary: string;
1436
+ textColorHoverPrimary: string;
1437
+ textColorPressedPrimary: string;
1438
+ textColorFocusPrimary: string;
1439
+ textColorDisabledPrimary: string;
1440
+ textColorTextPrimary: string;
1441
+ textColorTextHoverPrimary: string;
1442
+ textColorTextPressedPrimary: string;
1443
+ textColorTextFocusPrimary: string;
1444
+ textColorTextDisabledPrimary: string;
1445
+ textColorGhostPrimary: string;
1446
+ textColorGhostHoverPrimary: string;
1447
+ textColorGhostPressedPrimary: string;
1448
+ textColorGhostFocusPrimary: string;
1449
+ textColorGhostDisabledPrimary: string;
1450
+ borderPrimary: string;
1451
+ borderHoverPrimary: string;
1452
+ borderPressedPrimary: string;
1453
+ borderFocusPrimary: string;
1454
+ borderDisabledPrimary: string;
1455
+ rippleColorPrimary: string;
1456
+ colorInfo: string;
1457
+ colorHoverInfo: string;
1458
+ colorPressedInfo: string;
1459
+ colorFocusInfo: string;
1460
+ colorDisabledInfo: string;
1461
+ textColorInfo: string;
1462
+ textColorHoverInfo: string;
1463
+ textColorPressedInfo: string;
1464
+ textColorFocusInfo: string;
1465
+ textColorDisabledInfo: string;
1466
+ textColorTextInfo: string;
1467
+ textColorTextHoverInfo: string;
1468
+ textColorTextPressedInfo: string;
1469
+ textColorTextFocusInfo: string;
1470
+ textColorTextDisabledInfo: string;
1471
+ textColorGhostInfo: string;
1472
+ textColorGhostHoverInfo: string;
1473
+ textColorGhostPressedInfo: string;
1474
+ textColorGhostFocusInfo: string;
1475
+ textColorGhostDisabledInfo: string;
1476
+ borderInfo: string;
1477
+ borderHoverInfo: string;
1478
+ borderPressedInfo: string;
1479
+ borderFocusInfo: string;
1480
+ borderDisabledInfo: string;
1481
+ rippleColorInfo: string;
1482
+ colorSuccess: string;
1483
+ colorHoverSuccess: string;
1484
+ colorPressedSuccess: string;
1485
+ colorFocusSuccess: string;
1486
+ colorDisabledSuccess: string;
1487
+ textColorSuccess: string;
1488
+ textColorHoverSuccess: string;
1489
+ textColorPressedSuccess: string;
1490
+ textColorFocusSuccess: string;
1491
+ textColorDisabledSuccess: string;
1492
+ textColorTextSuccess: string;
1493
+ textColorTextHoverSuccess: string;
1494
+ textColorTextPressedSuccess: string;
1495
+ textColorTextFocusSuccess: string;
1496
+ textColorTextDisabledSuccess: string;
1497
+ textColorGhostSuccess: string;
1498
+ textColorGhostHoverSuccess: string;
1499
+ textColorGhostPressedSuccess: string;
1500
+ textColorGhostFocusSuccess: string;
1501
+ textColorGhostDisabledSuccess: string;
1502
+ borderSuccess: string;
1503
+ borderHoverSuccess: string;
1504
+ borderPressedSuccess: string;
1505
+ borderFocusSuccess: string;
1506
+ borderDisabledSuccess: string;
1507
+ rippleColorSuccess: string;
1508
+ colorWarning: string;
1509
+ colorHoverWarning: string;
1510
+ colorPressedWarning: string;
1511
+ colorFocusWarning: string;
1512
+ colorDisabledWarning: string;
1513
+ textColorWarning: string;
1514
+ textColorHoverWarning: string;
1515
+ textColorPressedWarning: string;
1516
+ textColorFocusWarning: string;
1517
+ textColorDisabledWarning: string;
1518
+ textColorTextWarning: string;
1519
+ textColorTextHoverWarning: string;
1520
+ textColorTextPressedWarning: string;
1521
+ textColorTextFocusWarning: string;
1522
+ textColorTextDisabledWarning: string;
1523
+ textColorGhostWarning: string;
1524
+ textColorGhostHoverWarning: string;
1525
+ textColorGhostPressedWarning: string;
1526
+ textColorGhostFocusWarning: string;
1527
+ textColorGhostDisabledWarning: string;
1528
+ borderWarning: string;
1529
+ borderHoverWarning: string;
1530
+ borderPressedWarning: string;
1531
+ borderFocusWarning: string;
1532
+ borderDisabledWarning: string;
1533
+ rippleColorWarning: string;
1534
+ colorError: string;
1535
+ colorHoverError: string;
1536
+ colorPressedError: string;
1537
+ colorFocusError: string;
1538
+ colorDisabledError: string;
1539
+ textColorError: string;
1540
+ textColorHoverError: string;
1541
+ textColorPressedError: string;
1542
+ textColorFocusError: string;
1543
+ textColorDisabledError: string;
1544
+ textColorTextError: string;
1545
+ textColorTextHoverError: string;
1546
+ textColorTextPressedError: string;
1547
+ textColorTextFocusError: string;
1548
+ textColorTextDisabledError: string;
1549
+ textColorGhostError: string;
1550
+ textColorGhostHoverError: string;
1551
+ textColorGhostPressedError: string;
1552
+ textColorGhostFocusError: string;
1553
+ textColorGhostDisabledError: string;
1554
+ borderError: string;
1555
+ borderHoverError: string;
1556
+ borderPressedError: string;
1557
+ borderFocusError: string;
1558
+ borderDisabledError: string;
1559
+ rippleColorError: string;
1560
+ waveOpacity: string;
1561
+ fontWeight: string;
1562
+ fontWeightStrong: string;
1563
+ paddingTiny: string;
1564
+ paddingSmall: string;
1565
+ paddingMedium: string;
1566
+ paddingLarge: string;
1567
+ paddingRoundTiny: string;
1568
+ paddingRoundSmall: string;
1569
+ paddingRoundMedium: string;
1570
+ paddingRoundLarge: string;
1571
+ iconMarginTiny: string;
1572
+ iconMarginSmall: string;
1573
+ iconMarginMedium: string;
1574
+ iconMarginLarge: string;
1575
+ iconSizeTiny: string;
1576
+ iconSizeSmall: string;
1577
+ iconSizeMedium: string;
1578
+ iconSizeLarge: string;
1579
+ rippleDuration: string;
1580
+ }, any>>>;
1581
+ }>>, {
1582
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1583
+ readonly tag: keyof HTMLElementTagNameMap;
1584
+ readonly block: boolean;
1585
+ readonly round: boolean;
1586
+ readonly dashed: boolean;
1587
+ readonly text: boolean;
1588
+ readonly circle: boolean;
1589
+ readonly disabled: boolean;
1590
+ readonly focusable: boolean;
1591
+ readonly strong: boolean;
1592
+ readonly loading: boolean;
1593
+ readonly bordered: boolean;
1594
+ readonly tertiary: boolean;
1595
+ readonly ghost: boolean;
1596
+ readonly keyboard: boolean;
1597
+ readonly secondary: boolean;
1598
+ readonly quaternary: boolean;
1599
+ readonly iconPlacement: "left" | "right";
1600
+ readonly attrType: "button" | "reset" | "submit";
1601
+ readonly nativeFocusBehavior: boolean;
1602
+ }>;
1603
+ NInput: import("vue").DefineComponent<{
1604
+ bordered: {
1605
+ type: import("vue").PropType<boolean | undefined>;
1606
+ default: undefined;
1607
+ };
1608
+ type: {
1609
+ type: import("vue").PropType<"text" | "textarea" | "password">;
1610
+ default: string;
1611
+ };
1612
+ placeholder: import("vue").PropType<string | [string, string]>;
1613
+ defaultValue: {
1614
+ type: import("vue").PropType<string | [string, string] | null>;
1615
+ default: null;
1616
+ };
1617
+ value: import("vue").PropType<string | [string, string] | null>;
1618
+ disabled: {
1619
+ type: import("vue").PropType<boolean | undefined>;
1620
+ default: undefined;
1621
+ };
1622
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1623
+ rows: {
1624
+ type: import("vue").PropType<string | number>;
1625
+ default: number;
1626
+ };
1627
+ round: BooleanConstructor;
1628
+ minlength: import("vue").PropType<string | number>;
1629
+ maxlength: import("vue").PropType<string | number>;
1630
+ clearable: BooleanConstructor;
1631
+ autosize: {
1632
+ type: import("vue").PropType<boolean | {
1633
+ minRows?: number | undefined;
1634
+ maxRows?: number | undefined;
1635
+ }>;
1636
+ default: boolean;
1637
+ };
1638
+ pair: BooleanConstructor;
1639
+ separator: StringConstructor;
1640
+ readonly: {
1641
+ type: (BooleanConstructor | StringConstructor)[];
1642
+ default: boolean;
1643
+ };
1644
+ passivelyActivated: BooleanConstructor;
1645
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1646
+ stateful: {
1647
+ type: BooleanConstructor;
1648
+ default: boolean;
1649
+ };
1650
+ autofocus: BooleanConstructor;
1651
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1652
+ resizable: {
1653
+ type: BooleanConstructor;
1654
+ default: boolean;
1655
+ };
1656
+ showCount: BooleanConstructor;
1657
+ loading: {
1658
+ type: BooleanConstructor;
1659
+ default: undefined;
1660
+ };
1661
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1662
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1663
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1664
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1665
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1666
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1667
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1668
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1669
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1670
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1671
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1672
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1673
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1674
+ textDecoration: import("vue").PropType<string | [string, string]>;
1675
+ attrSize: {
1676
+ type: NumberConstructor;
1677
+ default: number;
1678
+ };
1679
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1680
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1681
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1682
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1683
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1684
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1685
+ internalDeactivateOnEnter: BooleanConstructor;
1686
+ internalForceFocus: BooleanConstructor;
1687
+ internalLoadingBeforeSuffix: BooleanConstructor;
1688
+ showPasswordToggle: BooleanConstructor;
1689
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1690
+ countTextColor: string;
1691
+ heightTiny: string;
1692
+ heightSmall: string;
1693
+ heightMedium: string;
1694
+ heightLarge: string;
1695
+ fontSizeTiny: string;
1696
+ fontSizeSmall: string;
1697
+ fontSizeMedium: string;
1698
+ fontSizeLarge: string;
1699
+ lineHeight: string;
1700
+ lineHeightTextarea: string;
1701
+ borderRadius: string;
1702
+ iconSize: string;
1703
+ groupLabelColor: string;
1704
+ groupLabelTextColor: string;
1705
+ textColor: string;
1706
+ textColorDisabled: string;
1707
+ textDecorationColor: string;
1708
+ caretColor: string;
1709
+ placeholderColor: string;
1710
+ placeholderColorDisabled: string;
1711
+ color: string;
1712
+ colorDisabled: string;
1713
+ colorFocus: string;
1714
+ groupLabelBorder: string;
1715
+ border: string;
1716
+ borderHover: string;
1717
+ borderDisabled: string;
1718
+ borderFocus: string;
1719
+ boxShadowFocus: string;
1720
+ loadingColor: string;
1721
+ loadingColorWarning: string;
1722
+ borderWarning: string;
1723
+ borderHoverWarning: string;
1724
+ colorFocusWarning: string;
1725
+ borderFocusWarning: string;
1726
+ boxShadowFocusWarning: string;
1727
+ caretColorWarning: string;
1728
+ loadingColorError: string;
1729
+ borderError: string;
1730
+ borderHoverError: string;
1731
+ colorFocusError: string;
1732
+ borderFocusError: string;
1733
+ boxShadowFocusError: string;
1734
+ caretColorError: string;
1735
+ clearColor: string;
1736
+ clearColorHover: string;
1737
+ clearColorPressed: string;
1738
+ iconColor: string;
1739
+ iconColorDisabled: string;
1740
+ iconColorHover: string;
1741
+ iconColorPressed: string;
1742
+ suffixTextColor: string;
1743
+ paddingTiny: string;
1744
+ paddingSmall: string;
1745
+ paddingMedium: string;
1746
+ paddingLarge: string;
1747
+ clearSize: string;
1748
+ }, any>>;
1749
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1750
+ countTextColor: string;
1751
+ heightTiny: string;
1752
+ heightSmall: string;
1753
+ heightMedium: string;
1754
+ heightLarge: string;
1755
+ fontSizeTiny: string;
1756
+ fontSizeSmall: string;
1757
+ fontSizeMedium: string;
1758
+ fontSizeLarge: string;
1759
+ lineHeight: string;
1760
+ lineHeightTextarea: string;
1761
+ borderRadius: string;
1762
+ iconSize: string;
1763
+ groupLabelColor: string;
1764
+ groupLabelTextColor: string;
1765
+ textColor: string;
1766
+ textColorDisabled: string;
1767
+ textDecorationColor: string;
1768
+ caretColor: string;
1769
+ placeholderColor: string;
1770
+ placeholderColorDisabled: string;
1771
+ color: string;
1772
+ colorDisabled: string;
1773
+ colorFocus: string;
1774
+ groupLabelBorder: string;
1775
+ border: string;
1776
+ borderHover: string;
1777
+ borderDisabled: string;
1778
+ borderFocus: string;
1779
+ boxShadowFocus: string;
1780
+ loadingColor: string;
1781
+ loadingColorWarning: string;
1782
+ borderWarning: string;
1783
+ borderHoverWarning: string;
1784
+ colorFocusWarning: string;
1785
+ borderFocusWarning: string;
1786
+ boxShadowFocusWarning: string;
1787
+ caretColorWarning: string;
1788
+ loadingColorError: string;
1789
+ borderError: string;
1790
+ borderHoverError: string;
1791
+ colorFocusError: string;
1792
+ borderFocusError: string;
1793
+ boxShadowFocusError: string;
1794
+ caretColorError: string;
1795
+ clearColor: string;
1796
+ clearColorHover: string;
1797
+ clearColorPressed: string;
1798
+ iconColor: string;
1799
+ iconColorDisabled: string;
1800
+ iconColorHover: string;
1801
+ iconColorPressed: string;
1802
+ suffixTextColor: string;
1803
+ paddingTiny: string;
1804
+ paddingSmall: string;
1805
+ paddingMedium: string;
1806
+ paddingLarge: string;
1807
+ clearSize: string;
1808
+ }, any>>>;
1809
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1810
+ countTextColor: string;
1811
+ heightTiny: string;
1812
+ heightSmall: string;
1813
+ heightMedium: string;
1814
+ heightLarge: string;
1815
+ fontSizeTiny: string;
1816
+ fontSizeSmall: string;
1817
+ fontSizeMedium: string;
1818
+ fontSizeLarge: string;
1819
+ lineHeight: string;
1820
+ lineHeightTextarea: string;
1821
+ borderRadius: string;
1822
+ iconSize: string;
1823
+ groupLabelColor: string;
1824
+ groupLabelTextColor: string;
1825
+ textColor: string;
1826
+ textColorDisabled: string;
1827
+ textDecorationColor: string;
1828
+ caretColor: string;
1829
+ placeholderColor: string;
1830
+ placeholderColorDisabled: string;
1831
+ color: string;
1832
+ colorDisabled: string;
1833
+ colorFocus: string;
1834
+ groupLabelBorder: string;
1835
+ border: string;
1836
+ borderHover: string;
1837
+ borderDisabled: string;
1838
+ borderFocus: string;
1839
+ boxShadowFocus: string;
1840
+ loadingColor: string;
1841
+ loadingColorWarning: string;
1842
+ borderWarning: string;
1843
+ borderHoverWarning: string;
1844
+ colorFocusWarning: string;
1845
+ borderFocusWarning: string;
1846
+ boxShadowFocusWarning: string;
1847
+ caretColorWarning: string;
1848
+ loadingColorError: string;
1849
+ borderError: string;
1850
+ borderHoverError: string;
1851
+ colorFocusError: string;
1852
+ borderFocusError: string;
1853
+ boxShadowFocusError: string;
1854
+ caretColorError: string;
1855
+ clearColor: string;
1856
+ clearColorHover: string;
1857
+ clearColorPressed: string;
1858
+ iconColor: string;
1859
+ iconColorDisabled: string;
1860
+ iconColorHover: string;
1861
+ iconColorPressed: string;
1862
+ suffixTextColor: string;
1863
+ paddingTiny: string;
1864
+ paddingSmall: string;
1865
+ paddingMedium: string;
1866
+ paddingLarge: string;
1867
+ clearSize: string;
1868
+ }, any>>>;
1869
+ }, {
1870
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1871
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1872
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1873
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1874
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1875
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1876
+ textareaScrollbarInstRef: import("vue").Ref<{
1877
+ $el: HTMLElement;
1878
+ containerRef: HTMLElement | null;
1879
+ contentRef: HTMLElement | null;
1880
+ containerScrollTop: number;
1881
+ syncUnifiedContainer: () => void;
1882
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1883
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1884
+ sync: () => void;
1885
+ handleMouseEnterWrapper: () => void;
1886
+ handleMouseLeaveWrapper: () => void;
1887
+ } | null>;
1888
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1889
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1890
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1891
+ passwordVisible: import("vue").Ref<boolean>;
1892
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1893
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1894
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1895
+ mergedFocus: import("vue").ComputedRef<boolean>;
1896
+ isComposing: import("vue").Ref<boolean>;
1897
+ activated: import("vue").Ref<boolean>;
1898
+ showClearButton: import("vue").ComputedRef<boolean>;
1899
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1900
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1901
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1902
+ textDecoration: string;
1903
+ }[]>;
1904
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1905
+ mergedBordered: import("vue").ComputedRef<boolean>;
1906
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1907
+ placeholderStyle: import("vue").Ref<{
1908
+ top: string;
1909
+ }>;
1910
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1911
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1912
+ handleTextAreaScroll: (e: Event) => void;
1913
+ handleCompositionStart: () => void;
1914
+ handleCompositionEnd: (e: CompositionEvent) => void;
1915
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1916
+ handleInputBlur: (e: FocusEvent) => void;
1917
+ handleInputFocus: (e: FocusEvent, index: number) => void;
1918
+ handleWrapperBlur: (e: FocusEvent) => void;
1919
+ handleWrapperFocus: (e: FocusEvent) => void;
1920
+ handleMouseEnter: () => void;
1921
+ handleMouseLeave: () => void;
1922
+ handleMouseDown: (e: MouseEvent) => void;
1923
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1924
+ handleClick: (e: MouseEvent) => void;
1925
+ handleClear: (e: MouseEvent) => void;
1926
+ handlePasswordToggleClick: () => void;
1927
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1928
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1929
+ handleTextAreaMirrorResize: () => void;
1930
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1931
+ mergedTheme: import("vue").ComputedRef<{
1932
+ common: {
1933
+ baseColor: string;
1934
+ primaryColor: string;
1935
+ primaryColorHover: string;
1936
+ primaryColorPressed: string;
1937
+ primaryColorSuppl: string;
1938
+ infoColor: string;
1939
+ infoColorHover: string;
1940
+ infoColorPressed: string;
1941
+ infoColorSuppl: string;
1942
+ successColor: string;
1943
+ successColorHover: string;
1944
+ successColorPressed: string;
1945
+ successColorSuppl: string;
1946
+ warningColor: string;
1947
+ warningColorHover: string;
1948
+ warningColorPressed: string;
1949
+ warningColorSuppl: string;
1950
+ errorColor: string;
1951
+ errorColorHover: string;
1952
+ errorColorPressed: string;
1953
+ errorColorSuppl: string;
1954
+ textColorBase: string;
1955
+ textColor1: string;
1956
+ textColor2: string;
1957
+ textColor3: string;
1958
+ textColorDisabled: string;
1959
+ placeholderColor: string;
1960
+ placeholderColorDisabled: string;
1961
+ iconColor: string;
1962
+ iconColorHover: string;
1963
+ iconColorPressed: string;
1964
+ iconColorDisabled: string;
1965
+ opacity1: string;
1966
+ opacity2: string;
1967
+ opacity3: string;
1968
+ opacity4: string;
1969
+ opacity5: string;
1970
+ dividerColor: string;
1971
+ borderColor: string;
1972
+ closeIconColor: string;
1973
+ closeIconColorHover: string;
1974
+ closeIconColorPressed: string;
1975
+ closeColorHover: string;
1976
+ closeColorPressed: string;
1977
+ clearColor: string;
1978
+ clearColorHover: string;
1979
+ clearColorPressed: string;
1980
+ scrollbarColor: string;
1981
+ scrollbarColorHover: string;
1982
+ scrollbarWidth: string;
1983
+ scrollbarHeight: string;
1984
+ scrollbarBorderRadius: string;
1985
+ progressRailColor: string;
1986
+ railColor: string;
1987
+ popoverColor: string;
1988
+ tableColor: string;
1989
+ cardColor: string;
1990
+ modalColor: string;
1991
+ bodyColor: string;
1992
+ tagColor: string;
1993
+ avatarColor: string;
1994
+ invertedColor: string;
1995
+ inputColor: string;
1996
+ codeColor: string;
1997
+ tabColor: string;
1998
+ actionColor: string;
1999
+ tableHeaderColor: string;
2000
+ hoverColor: string;
2001
+ tableColorHover: string;
2002
+ tableColorStriped: string;
2003
+ pressedColor: string;
2004
+ opacityDisabled: string;
2005
+ inputColorDisabled: string;
2006
+ buttonColor2: string;
2007
+ buttonColor2Hover: string;
2008
+ buttonColor2Pressed: string;
2009
+ boxShadow1: string;
2010
+ boxShadow2: string;
2011
+ boxShadow3: string;
2012
+ fontFamily: string;
2013
+ fontFamilyMono: string;
2014
+ fontWeight: string;
2015
+ fontWeightStrong: string;
2016
+ cubicBezierEaseInOut: string;
2017
+ cubicBezierEaseOut: string;
2018
+ cubicBezierEaseIn: string;
2019
+ borderRadius: string;
2020
+ borderRadiusSmall: string;
2021
+ fontSize: string;
2022
+ fontSizeMini: string;
2023
+ fontSizeTiny: string;
2024
+ fontSizeSmall: string;
2025
+ fontSizeMedium: string;
2026
+ fontSizeLarge: string;
2027
+ fontSizeHuge: string;
2028
+ lineHeight: string;
2029
+ heightMini: string;
2030
+ heightTiny: string;
2031
+ heightSmall: string;
2032
+ heightMedium: string;
2033
+ heightLarge: string;
2034
+ heightHuge: string;
2035
+ name: "common";
2036
+ };
2037
+ self: {
2038
+ countTextColor: string;
2039
+ heightTiny: string;
2040
+ heightSmall: string;
2041
+ heightMedium: string;
2042
+ heightLarge: string;
2043
+ fontSizeTiny: string;
2044
+ fontSizeSmall: string;
2045
+ fontSizeMedium: string;
2046
+ fontSizeLarge: string;
2047
+ lineHeight: string;
2048
+ lineHeightTextarea: string;
2049
+ borderRadius: string;
2050
+ iconSize: string;
2051
+ groupLabelColor: string;
2052
+ groupLabelTextColor: string;
2053
+ textColor: string;
2054
+ textColorDisabled: string;
2055
+ textDecorationColor: string;
2056
+ caretColor: string;
2057
+ placeholderColor: string;
2058
+ placeholderColorDisabled: string;
2059
+ color: string;
2060
+ colorDisabled: string;
2061
+ colorFocus: string;
2062
+ groupLabelBorder: string;
2063
+ border: string;
2064
+ borderHover: string;
2065
+ borderDisabled: string;
2066
+ borderFocus: string;
2067
+ boxShadowFocus: string;
2068
+ loadingColor: string;
2069
+ loadingColorWarning: string;
2070
+ borderWarning: string;
2071
+ borderHoverWarning: string;
2072
+ colorFocusWarning: string;
2073
+ borderFocusWarning: string;
2074
+ boxShadowFocusWarning: string;
2075
+ caretColorWarning: string;
2076
+ loadingColorError: string;
2077
+ borderError: string;
2078
+ borderHoverError: string;
2079
+ colorFocusError: string;
2080
+ borderFocusError: string;
2081
+ boxShadowFocusError: string;
2082
+ caretColorError: string;
2083
+ clearColor: string;
2084
+ clearColorHover: string;
2085
+ clearColorPressed: string;
2086
+ iconColor: string;
2087
+ iconColorDisabled: string;
2088
+ iconColorHover: string;
2089
+ iconColorPressed: string;
2090
+ suffixTextColor: string;
2091
+ paddingTiny: string;
2092
+ paddingSmall: string;
2093
+ paddingMedium: string;
2094
+ paddingLarge: string;
2095
+ clearSize: string;
2096
+ };
2097
+ peers: any;
2098
+ peerOverrides: {
2099
+ [x: string]: any;
2100
+ };
2101
+ }>;
2102
+ cssVars: import("vue").ComputedRef<{
2103
+ '--n-bezier': string;
2104
+ '--n-count-text-color': string;
2105
+ '--n-color': string;
2106
+ '--n-font-size': string;
2107
+ '--n-border-radius': string;
2108
+ '--n-height': string;
2109
+ '--n-padding-left': string;
2110
+ '--n-padding-right': string;
2111
+ '--n-text-color': string;
2112
+ '--n-caret-color': string;
2113
+ '--n-text-decoration-color': string;
2114
+ '--n-border': string;
2115
+ '--n-border-disabled': string;
2116
+ '--n-border-hover': string;
2117
+ '--n-border-focus': string;
2118
+ '--n-placeholder-color': string;
2119
+ '--n-placeholder-color-disabled': string;
2120
+ '--n-icon-size': string;
2121
+ '--n-line-height-textarea': string;
2122
+ '--n-color-disabled': string;
2123
+ '--n-color-focus': string;
2124
+ '--n-text-color-disabled': string;
2125
+ '--n-box-shadow-focus': string;
2126
+ '--n-loading-color': string;
2127
+ '--n-caret-color-warning': string;
2128
+ '--n-color-focus-warning': string;
2129
+ '--n-box-shadow-focus-warning': string;
2130
+ '--n-border-warning': string;
2131
+ '--n-border-focus-warning': string;
2132
+ '--n-border-hover-warning': string;
2133
+ '--n-loading-color-warning': string;
2134
+ '--n-caret-color-error': string;
2135
+ '--n-color-focus-error': string;
2136
+ '--n-box-shadow-focus-error': string;
2137
+ '--n-border-error': string;
2138
+ '--n-border-focus-error': string;
2139
+ '--n-border-hover-error': string;
2140
+ '--n-loading-color-error': string;
2141
+ '--n-clear-color': string;
2142
+ '--n-clear-size': string;
2143
+ '--n-clear-color-hover': string;
2144
+ '--n-clear-color-pressed': string;
2145
+ '--n-icon-color': string;
2146
+ '--n-icon-color-hover': string;
2147
+ '--n-icon-color-pressed': string;
2148
+ '--n-icon-color-disabled': string;
2149
+ '--n-suffix-text-color': string;
2150
+ }> | undefined;
2151
+ themeClass: import("vue").Ref<string> | undefined;
2152
+ onRender: (() => void) | undefined;
2153
+ isCompositing: import("vue").Ref<boolean>;
2154
+ blur: () => void;
2155
+ focus: () => void;
2156
+ select: () => void;
2157
+ activate: () => void;
2158
+ deactivate: () => void;
2159
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2160
+ bordered: {
2161
+ type: import("vue").PropType<boolean | undefined>;
2162
+ default: undefined;
2163
+ };
2164
+ type: {
2165
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2166
+ default: string;
2167
+ };
2168
+ placeholder: import("vue").PropType<string | [string, string]>;
2169
+ defaultValue: {
2170
+ type: import("vue").PropType<string | [string, string] | null>;
2171
+ default: null;
2172
+ };
2173
+ value: import("vue").PropType<string | [string, string] | null>;
2174
+ disabled: {
2175
+ type: import("vue").PropType<boolean | undefined>;
2176
+ default: undefined;
2177
+ };
2178
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2179
+ rows: {
2180
+ type: import("vue").PropType<string | number>;
2181
+ default: number;
2182
+ };
2183
+ round: BooleanConstructor;
2184
+ minlength: import("vue").PropType<string | number>;
2185
+ maxlength: import("vue").PropType<string | number>;
2186
+ clearable: BooleanConstructor;
2187
+ autosize: {
2188
+ type: import("vue").PropType<boolean | {
2189
+ minRows?: number | undefined;
2190
+ maxRows?: number | undefined;
2191
+ }>;
2192
+ default: boolean;
2193
+ };
2194
+ pair: BooleanConstructor;
2195
+ separator: StringConstructor;
2196
+ readonly: {
2197
+ type: (BooleanConstructor | StringConstructor)[];
2198
+ default: boolean;
2199
+ };
2200
+ passivelyActivated: BooleanConstructor;
2201
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2202
+ stateful: {
2203
+ type: BooleanConstructor;
2204
+ default: boolean;
2205
+ };
2206
+ autofocus: BooleanConstructor;
2207
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2208
+ resizable: {
2209
+ type: BooleanConstructor;
2210
+ default: boolean;
2211
+ };
2212
+ showCount: BooleanConstructor;
2213
+ loading: {
2214
+ type: BooleanConstructor;
2215
+ default: undefined;
2216
+ };
2217
+ allowInput: import("vue").PropType<(value: string) => boolean>;
2218
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2219
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2220
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2221
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2222
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2223
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2224
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2225
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2226
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2227
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2228
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2229
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2230
+ textDecoration: import("vue").PropType<string | [string, string]>;
2231
+ attrSize: {
2232
+ type: NumberConstructor;
2233
+ default: number;
2234
+ };
2235
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2236
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2237
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2238
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2239
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2240
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2241
+ internalDeactivateOnEnter: BooleanConstructor;
2242
+ internalForceFocus: BooleanConstructor;
2243
+ internalLoadingBeforeSuffix: BooleanConstructor;
2244
+ showPasswordToggle: BooleanConstructor;
2245
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2246
+ countTextColor: string;
2247
+ heightTiny: string;
2248
+ heightSmall: string;
2249
+ heightMedium: string;
2250
+ heightLarge: string;
2251
+ fontSizeTiny: string;
2252
+ fontSizeSmall: string;
2253
+ fontSizeMedium: string;
2254
+ fontSizeLarge: string;
2255
+ lineHeight: string;
2256
+ lineHeightTextarea: string;
2257
+ borderRadius: string;
2258
+ iconSize: string;
2259
+ groupLabelColor: string;
2260
+ groupLabelTextColor: string;
2261
+ textColor: string;
2262
+ textColorDisabled: string;
2263
+ textDecorationColor: string;
2264
+ caretColor: string;
2265
+ placeholderColor: string;
2266
+ placeholderColorDisabled: string;
2267
+ color: string;
2268
+ colorDisabled: string;
2269
+ colorFocus: string;
2270
+ groupLabelBorder: string;
2271
+ border: string;
2272
+ borderHover: string;
2273
+ borderDisabled: string;
2274
+ borderFocus: string;
2275
+ boxShadowFocus: string;
2276
+ loadingColor: string;
2277
+ loadingColorWarning: string;
2278
+ borderWarning: string;
2279
+ borderHoverWarning: string;
2280
+ colorFocusWarning: string;
2281
+ borderFocusWarning: string;
2282
+ boxShadowFocusWarning: string;
2283
+ caretColorWarning: string;
2284
+ loadingColorError: string;
2285
+ borderError: string;
2286
+ borderHoverError: string;
2287
+ colorFocusError: string;
2288
+ borderFocusError: string;
2289
+ boxShadowFocusError: string;
2290
+ caretColorError: string;
2291
+ clearColor: string;
2292
+ clearColorHover: string;
2293
+ clearColorPressed: string;
2294
+ iconColor: string;
2295
+ iconColorDisabled: string;
2296
+ iconColorHover: string;
2297
+ iconColorPressed: string;
2298
+ suffixTextColor: string;
2299
+ paddingTiny: string;
2300
+ paddingSmall: string;
2301
+ paddingMedium: string;
2302
+ paddingLarge: string;
2303
+ clearSize: string;
2304
+ }, any>>;
2305
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2306
+ countTextColor: string;
2307
+ heightTiny: string;
2308
+ heightSmall: string;
2309
+ heightMedium: string;
2310
+ heightLarge: string;
2311
+ fontSizeTiny: string;
2312
+ fontSizeSmall: string;
2313
+ fontSizeMedium: string;
2314
+ fontSizeLarge: string;
2315
+ lineHeight: string;
2316
+ lineHeightTextarea: string;
2317
+ borderRadius: string;
2318
+ iconSize: string;
2319
+ groupLabelColor: string;
2320
+ groupLabelTextColor: string;
2321
+ textColor: string;
2322
+ textColorDisabled: string;
2323
+ textDecorationColor: string;
2324
+ caretColor: string;
2325
+ placeholderColor: string;
2326
+ placeholderColorDisabled: string;
2327
+ color: string;
2328
+ colorDisabled: string;
2329
+ colorFocus: string;
2330
+ groupLabelBorder: string;
2331
+ border: string;
2332
+ borderHover: string;
2333
+ borderDisabled: string;
2334
+ borderFocus: string;
2335
+ boxShadowFocus: string;
2336
+ loadingColor: string;
2337
+ loadingColorWarning: string;
2338
+ borderWarning: string;
2339
+ borderHoverWarning: string;
2340
+ colorFocusWarning: string;
2341
+ borderFocusWarning: string;
2342
+ boxShadowFocusWarning: string;
2343
+ caretColorWarning: string;
2344
+ loadingColorError: string;
2345
+ borderError: string;
2346
+ borderHoverError: string;
2347
+ colorFocusError: string;
2348
+ borderFocusError: string;
2349
+ boxShadowFocusError: string;
2350
+ caretColorError: string;
2351
+ clearColor: string;
2352
+ clearColorHover: string;
2353
+ clearColorPressed: string;
2354
+ iconColor: string;
2355
+ iconColorDisabled: string;
2356
+ iconColorHover: string;
2357
+ iconColorPressed: string;
2358
+ suffixTextColor: string;
2359
+ paddingTiny: string;
2360
+ paddingSmall: string;
2361
+ paddingMedium: string;
2362
+ paddingLarge: string;
2363
+ clearSize: string;
2364
+ }, any>>>;
2365
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2366
+ countTextColor: string;
2367
+ heightTiny: string;
2368
+ heightSmall: string;
2369
+ heightMedium: string;
2370
+ heightLarge: string;
2371
+ fontSizeTiny: string;
2372
+ fontSizeSmall: string;
2373
+ fontSizeMedium: string;
2374
+ fontSizeLarge: string;
2375
+ lineHeight: string;
2376
+ lineHeightTextarea: string;
2377
+ borderRadius: string;
2378
+ iconSize: string;
2379
+ groupLabelColor: string;
2380
+ groupLabelTextColor: string;
2381
+ textColor: string;
2382
+ textColorDisabled: string;
2383
+ textDecorationColor: string;
2384
+ caretColor: string;
2385
+ placeholderColor: string;
2386
+ placeholderColorDisabled: string;
2387
+ color: string;
2388
+ colorDisabled: string;
2389
+ colorFocus: string;
2390
+ groupLabelBorder: string;
2391
+ border: string;
2392
+ borderHover: string;
2393
+ borderDisabled: string;
2394
+ borderFocus: string;
2395
+ boxShadowFocus: string;
2396
+ loadingColor: string;
2397
+ loadingColorWarning: string;
2398
+ borderWarning: string;
2399
+ borderHoverWarning: string;
2400
+ colorFocusWarning: string;
2401
+ borderFocusWarning: string;
2402
+ boxShadowFocusWarning: string;
2403
+ caretColorWarning: string;
2404
+ loadingColorError: string;
2405
+ borderError: string;
2406
+ borderHoverError: string;
2407
+ colorFocusError: string;
2408
+ borderFocusError: string;
2409
+ boxShadowFocusError: string;
2410
+ caretColorError: string;
2411
+ clearColor: string;
2412
+ clearColorHover: string;
2413
+ clearColorPressed: string;
2414
+ iconColor: string;
2415
+ iconColorDisabled: string;
2416
+ iconColorHover: string;
2417
+ iconColorPressed: string;
2418
+ suffixTextColor: string;
2419
+ paddingTiny: string;
2420
+ paddingSmall: string;
2421
+ paddingMedium: string;
2422
+ paddingLarge: string;
2423
+ clearSize: string;
2424
+ }, any>>>;
2425
+ }>>, {
2426
+ type: "text" | "textarea" | "password";
2427
+ readonly: string | boolean;
2428
+ round: boolean;
2429
+ disabled: boolean | undefined;
2430
+ autofocus: boolean;
2431
+ autosize: boolean | {
2432
+ minRows?: number | undefined;
2433
+ maxRows?: number | undefined;
2434
+ };
2435
+ loading: boolean;
2436
+ bordered: boolean | undefined;
2437
+ clearable: boolean;
2438
+ defaultValue: string | [string, string] | null;
2439
+ resizable: boolean;
2440
+ pair: boolean;
2441
+ rows: string | number;
2442
+ passivelyActivated: boolean;
2443
+ stateful: boolean;
2444
+ showCount: boolean;
2445
+ attrSize: number;
2446
+ internalDeactivateOnEnter: boolean;
2447
+ internalForceFocus: boolean;
2448
+ internalLoadingBeforeSuffix: boolean;
2449
+ showPasswordToggle: boolean;
2450
+ }>;
2451
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
198
2452
  $message: import("naive-ui").MessageApi;
199
2453
  xGrid: import("vue").Ref<{}>;
200
2454
  copyState: {
@@ -697,7 +2951,7 @@ declare const _default: import("vue").DefineComponent<{
697
2951
  removeCheckedRows: (rows: any, isCheckedChange: any) => void;
698
2952
  setCheckedMehod: (setChecked: any, row: any) => void;
699
2953
  handlerClickRow: (data: any) => false | undefined;
700
- addCheckedRows: (rows: any) => false | undefined;
2954
+ addCheckedRows: (rows: any) => void;
701
2955
  treeTableSelectionChange: (records: any) => boolean;
702
2956
  selectionChange: ({ checked, row, records, $rowIndex }: {
703
2957
  checked: any;
@@ -985,7 +3239,22 @@ declare const _default: import("vue").DefineComponent<{
985
3239
  clearColorHover: string;
986
3240
  clearColorPressed: string;
987
3241
  scrollbarColor: string;
988
- scrollbarColorHover: string;
3242
+ scrollbarColorHover: string; /**
3243
+ * 针对 bigTable 的设置列
3244
+ * type: 列的类型
3245
+ * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
3246
+ * title: 列标题(支持开启国际化)
3247
+ * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
3248
+ * minWidth: 最小列宽度;会自动将剩余空间按比例分配
3249
+ * resizable: 列是否允许拖动列宽调整大小
3250
+ * visible: 列是否显示
3251
+ * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
3252
+ * align: 列对齐方式
3253
+ * headerAlign: 表头列的对齐方式
3254
+ * footerAlign: 表尾列的对齐方式
3255
+ * formatter: 格式化显示内容 Function({cellValue, row, column})
3256
+ * sortable: 是否允许列排序
3257
+ */
989
3258
  scrollbarWidth: string;
990
3259
  scrollbarHeight: string;
991
3260
  scrollbarBorderRadius: string;
@@ -1385,22 +3654,7 @@ declare const _default: import("vue").DefineComponent<{
1385
3654
  arrow: {
1386
3655
  type: import("vue").PropType<boolean | undefined>;
1387
3656
  default: undefined;
1388
- }; /**
1389
- * 针对 bigTable 的设置列
1390
- * type: 列的类型
1391
- * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
1392
- * title: 列标题(支持开启国际化)
1393
- * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
1394
- * minWidth: 最小列宽度;会自动将剩余空间按比例分配
1395
- * resizable: 列是否允许拖动列宽调整大小
1396
- * visible: 列是否显示
1397
- * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
1398
- * align: 列对齐方式
1399
- * headerAlign: 表头列的对齐方式
1400
- * footerAlign: 表尾列的对齐方式
1401
- * formatter: 格式化显示内容 Function({cellValue, row, column})
1402
- * sortable: 是否允许列排序
1403
- */
3657
+ };
1404
3658
  minWidth: NumberConstructor;
1405
3659
  maxWidth: NumberConstructor;
1406
3660
  }, {
@@ -1775,9 +4029,7 @@ declare const _default: import("vue").DefineComponent<{
1775
4029
  onRender: (() => void) | undefined;
1776
4030
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1777
4031
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1778
- readonly size: import("vue").PropType<string | number>; /**
1779
- * computed
1780
- */
4032
+ readonly size: import("vue").PropType<string | number>;
1781
4033
  readonly color: StringConstructor;
1782
4034
  readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1783
4035
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {