cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -276,1564 +276,7 @@ declare const _default: import("vue").DefineComponent<{
276
276
  hanldeSetTreeDef: () => void;
277
277
  treeSelect: (key: any, vnode: any) => void;
278
278
  filter: (pattern: string, option: AnyObject) => boolean;
279
- NTreeSelect: import("vue").DefineComponent<{
280
- readonly renderLabel: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
281
- readonly renderPrefix: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
282
- readonly renderSuffix: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
283
- readonly nodeProps: PropType<import("naive-ui").TreeSelectNodeProps>;
284
- readonly onBlur: PropType<(e: FocusEvent) => void>;
285
- readonly onFocus: PropType<(e: FocusEvent) => void>;
286
- readonly onLoad: PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
287
- readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
288
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
289
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
290
- readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
291
- readonly leafOnly: BooleanConstructor;
292
- readonly allowCheckingNotLoaded: BooleanConstructor;
293
- readonly filter: PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
294
- readonly defaultExpandAll: BooleanConstructor;
295
- readonly expandedKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
296
- readonly keyField: {
297
- readonly type: StringConstructor;
298
- readonly default: "key";
299
- };
300
- readonly labelField: {
301
- readonly type: StringConstructor;
302
- readonly default: "label";
303
- };
304
- readonly childrenField: {
305
- readonly type: StringConstructor;
306
- readonly default: "children";
307
- };
308
- readonly disabledField: {
309
- readonly type: StringConstructor;
310
- readonly default: "disabled";
311
- };
312
- readonly defaultExpandedKeys: {
313
- readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
314
- readonly default: () => never[];
315
- };
316
- readonly indeterminateKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
317
- readonly renderSwitcherIcon: PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
318
- readonly onUpdateIndeterminateKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
319
- readonly 'onUpdate:indeterminateKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
320
- readonly onUpdateExpandedKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
321
- readonly 'onUpdate:expandedKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
322
- readonly bordered: {
323
- readonly type: BooleanConstructor;
324
- readonly default: true;
325
- };
326
- readonly cascade: BooleanConstructor;
327
- readonly checkable: BooleanConstructor;
328
- readonly clearable: BooleanConstructor;
329
- readonly clearFilterAfterSelect: {
330
- readonly type: BooleanConstructor;
331
- readonly default: true;
332
- };
333
- readonly consistentMenuWidth: {
334
- readonly type: BooleanConstructor;
335
- readonly default: true;
336
- };
337
- readonly defaultShow: BooleanConstructor;
338
- readonly defaultValue: {
339
- readonly type: PropType<string | number | (string | number)[] | null>;
340
- readonly default: null;
341
- };
342
- readonly disabled: {
343
- readonly type: PropType<boolean | undefined>;
344
- readonly default: undefined;
345
- };
346
- readonly filterable: BooleanConstructor;
347
- readonly checkStrategy: {
348
- readonly type: PropType<import("treemate").CheckStrategy>;
349
- readonly default: "all";
350
- };
351
- readonly loading: BooleanConstructor;
352
- readonly maxTagCount: PropType<number | "responsive">;
353
- readonly multiple: BooleanConstructor;
354
- readonly showPath: BooleanConstructor;
355
- readonly separator: {
356
- readonly type: StringConstructor;
357
- readonly default: " / ";
358
- };
359
- readonly options: {
360
- readonly type: PropType<import("naive-ui").TreeSelectOption[]>;
361
- readonly default: () => never[];
362
- };
363
- readonly placeholder: StringConstructor;
364
- readonly placement: {
365
- readonly type: PropType<import("naive-ui").PopoverPlacement>;
366
- readonly default: "bottom-start";
367
- };
368
- readonly show: {
369
- readonly type: PropType<boolean | undefined>;
370
- readonly default: undefined;
371
- };
372
- readonly size: PropType<"small" | "medium" | "large">;
373
- readonly value: PropType<string | number | (string | number)[] | null>;
374
- readonly to: {
375
- type: PropType<string | boolean | HTMLElement>;
376
- default: undefined;
377
- };
378
- readonly menuProps: PropType<import("vue").HTMLAttributes>;
379
- readonly virtualScroll: {
380
- readonly type: BooleanConstructor;
381
- readonly default: true;
382
- };
383
- readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
384
- readonly renderTag: PropType<import("naive-ui").TreeSelectRenderTag>;
385
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
386
- menuPadding: string;
387
- menuColor: string;
388
- menuBoxShadow: string;
389
- menuBorderRadius: string;
390
- menuHeight: string;
391
- actionDividerColor: string;
392
- actionTextColor: string;
393
- actionPadding: string;
394
- }, {
395
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
396
- fontSize: string;
397
- nodeBorderRadius: string;
398
- nodeColorHover: string;
399
- nodeColorPressed: string;
400
- nodeColorActive: string;
401
- arrowColor: string;
402
- nodeTextColor: string;
403
- nodeTextColorDisabled: string;
404
- loadingColor: string;
405
- dropMarkColor: string;
406
- }, {
407
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
408
- labelLineHeight: string;
409
- fontSizeSmall: string;
410
- fontSizeMedium: string;
411
- fontSizeLarge: string;
412
- borderRadius: string;
413
- color: string;
414
- colorChecked: string;
415
- colorDisabled: string;
416
- colorDisabledChecked: string;
417
- colorTableHeader: string;
418
- colorTableHeaderModal: string;
419
- colorTableHeaderPopover: string;
420
- checkMarkColor: string;
421
- checkMarkColorDisabled: string;
422
- checkMarkColorDisabledChecked: string;
423
- border: string;
424
- borderDisabled: string;
425
- borderDisabledChecked: string;
426
- borderChecked: string;
427
- borderFocus: string;
428
- boxShadowFocus: string;
429
- textColor: string;
430
- textColorDisabled: string;
431
- sizeSmall: string;
432
- sizeMedium: string;
433
- sizeLarge: string;
434
- labelPadding: string;
435
- }, any>;
436
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
437
- color: string;
438
- colorHover: string;
439
- }, any>;
440
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
441
- fontSizeSmall: string;
442
- fontSizeMedium: string;
443
- fontSizeLarge: string;
444
- fontSizeHuge: string;
445
- textColor: string;
446
- iconColor: string;
447
- extraTextColor: string;
448
- iconSizeSmall: string;
449
- iconSizeMedium: string;
450
- iconSizeLarge: string;
451
- iconSizeHuge: string;
452
- }, any>;
453
- }>;
454
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
455
- fontSizeSmall: string;
456
- fontSizeMedium: string;
457
- fontSizeLarge: string;
458
- fontSizeHuge: string;
459
- textColor: string;
460
- iconColor: string;
461
- extraTextColor: string;
462
- iconSizeSmall: string;
463
- iconSizeMedium: string;
464
- iconSizeLarge: string;
465
- iconSizeHuge: string;
466
- }, any>;
467
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
468
- fontSizeTiny: string;
469
- fontSizeSmall: string;
470
- fontSizeMedium: string;
471
- fontSizeLarge: string;
472
- heightTiny: string;
473
- heightSmall: string;
474
- heightMedium: string;
475
- heightLarge: string;
476
- borderRadius: string;
477
- textColor: string;
478
- textColorDisabled: string;
479
- placeholderColor: string;
480
- placeholderColorDisabled: string;
481
- color: string;
482
- colorDisabled: string;
483
- colorActive: string;
484
- border: string;
485
- borderHover: string;
486
- borderActive: string;
487
- borderFocus: string;
488
- boxShadowHover: string;
489
- boxShadowActive: string;
490
- boxShadowFocus: string;
491
- caretColor: string;
492
- arrowColor: string;
493
- arrowColorDisabled: string;
494
- loadingColor: string;
495
- borderWarning: string;
496
- borderHoverWarning: string;
497
- borderActiveWarning: string;
498
- borderFocusWarning: string;
499
- boxShadowHoverWarning: string;
500
- boxShadowActiveWarning: string;
501
- boxShadowFocusWarning: string;
502
- colorActiveWarning: string;
503
- caretColorWarning: string;
504
- borderError: string;
505
- borderHoverError: string;
506
- borderActiveError: string;
507
- borderFocusError: string;
508
- boxShadowHoverError: string;
509
- boxShadowActiveError: string;
510
- boxShadowFocusError: string;
511
- colorActiveError: string;
512
- caretColorError: string;
513
- clearColor: string;
514
- clearColorHover: string;
515
- clearColorPressed: string;
516
- paddingSingle: string;
517
- paddingMultiple: string;
518
- clearSize: string;
519
- arrowSize: string;
520
- }, {
521
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
522
- fontSize: string;
523
- borderRadius: string;
524
- color: string;
525
- dividerColor: string;
526
- textColor: string;
527
- boxShadow: string;
528
- space: string;
529
- spaceArrow: string;
530
- arrowOffset: string;
531
- arrowOffsetVertical: string;
532
- arrowHeight: string;
533
- padding: string;
534
- }, any>;
535
- }>;
536
- }>>;
537
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
538
- menuPadding: string;
539
- menuColor: string;
540
- menuBoxShadow: string;
541
- menuBorderRadius: string;
542
- menuHeight: string;
543
- actionDividerColor: string;
544
- actionTextColor: string;
545
- actionPadding: string;
546
- }, {
547
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
548
- fontSize: string;
549
- nodeBorderRadius: string;
550
- nodeColorHover: string;
551
- nodeColorPressed: string;
552
- nodeColorActive: string;
553
- arrowColor: string;
554
- nodeTextColor: string;
555
- nodeTextColorDisabled: string;
556
- loadingColor: string;
557
- dropMarkColor: string;
558
- }, {
559
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
560
- labelLineHeight: string;
561
- fontSizeSmall: string;
562
- fontSizeMedium: string;
563
- fontSizeLarge: string;
564
- borderRadius: string;
565
- color: string;
566
- colorChecked: string;
567
- colorDisabled: string;
568
- colorDisabledChecked: string;
569
- colorTableHeader: string;
570
- colorTableHeaderModal: string;
571
- colorTableHeaderPopover: string;
572
- checkMarkColor: string;
573
- checkMarkColorDisabled: string;
574
- checkMarkColorDisabledChecked: string;
575
- border: string;
576
- borderDisabled: string;
577
- borderDisabledChecked: string;
578
- borderChecked: string;
579
- borderFocus: string;
580
- boxShadowFocus: string;
581
- textColor: string;
582
- textColorDisabled: string;
583
- sizeSmall: string;
584
- sizeMedium: string;
585
- sizeLarge: string;
586
- labelPadding: string;
587
- }, any>;
588
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
589
- color: string;
590
- colorHover: string;
591
- }, any>;
592
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
593
- fontSizeSmall: string;
594
- fontSizeMedium: string;
595
- fontSizeLarge: string;
596
- fontSizeHuge: string;
597
- textColor: string;
598
- iconColor: string;
599
- extraTextColor: string;
600
- iconSizeSmall: string;
601
- iconSizeMedium: string;
602
- iconSizeLarge: string;
603
- iconSizeHuge: string;
604
- }, any>;
605
- }>;
606
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
607
- fontSizeSmall: string;
608
- fontSizeMedium: string;
609
- fontSizeLarge: string;
610
- fontSizeHuge: string;
611
- textColor: string;
612
- iconColor: string;
613
- extraTextColor: string;
614
- iconSizeSmall: string;
615
- iconSizeMedium: string;
616
- iconSizeLarge: string;
617
- iconSizeHuge: string;
618
- }, any>;
619
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
620
- fontSizeTiny: string;
621
- fontSizeSmall: string;
622
- fontSizeMedium: string;
623
- fontSizeLarge: string;
624
- heightTiny: string;
625
- heightSmall: string;
626
- heightMedium: string;
627
- heightLarge: string;
628
- borderRadius: string;
629
- textColor: string;
630
- textColorDisabled: string;
631
- placeholderColor: string;
632
- placeholderColorDisabled: string;
633
- color: string;
634
- colorDisabled: string;
635
- colorActive: string;
636
- border: string;
637
- borderHover: string;
638
- borderActive: string;
639
- borderFocus: string;
640
- boxShadowHover: string;
641
- boxShadowActive: string;
642
- boxShadowFocus: string;
643
- caretColor: string;
644
- arrowColor: string;
645
- arrowColorDisabled: string;
646
- loadingColor: string;
647
- borderWarning: string;
648
- borderHoverWarning: string;
649
- borderActiveWarning: string;
650
- borderFocusWarning: string;
651
- boxShadowHoverWarning: string;
652
- boxShadowActiveWarning: string;
653
- boxShadowFocusWarning: string;
654
- colorActiveWarning: string;
655
- caretColorWarning: string;
656
- borderError: string;
657
- borderHoverError: string;
658
- borderActiveError: string;
659
- borderFocusError: string;
660
- boxShadowHoverError: string;
661
- boxShadowActiveError: string;
662
- boxShadowFocusError: string;
663
- colorActiveError: string;
664
- caretColorError: string;
665
- clearColor: string;
666
- clearColorHover: string;
667
- clearColorPressed: string;
668
- paddingSingle: string;
669
- paddingMultiple: string;
670
- clearSize: string;
671
- arrowSize: string;
672
- }, {
673
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
674
- fontSize: string;
675
- borderRadius: string;
676
- color: string;
677
- dividerColor: string;
678
- textColor: string;
679
- boxShadow: string;
680
- space: string;
681
- spaceArrow: string;
682
- arrowOffset: string;
683
- arrowOffsetVertical: string;
684
- arrowHeight: string;
685
- padding: string;
686
- }, any>;
687
- }>;
688
- }>>>;
689
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
690
- menuPadding: string;
691
- menuColor: string;
692
- menuBoxShadow: string;
693
- menuBorderRadius: string;
694
- menuHeight: string;
695
- actionDividerColor: string;
696
- actionTextColor: string;
697
- actionPadding: string;
698
- }, {
699
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
700
- fontSize: string;
701
- nodeBorderRadius: string;
702
- nodeColorHover: string;
703
- nodeColorPressed: string;
704
- nodeColorActive: string;
705
- arrowColor: string;
706
- nodeTextColor: string;
707
- nodeTextColorDisabled: string;
708
- loadingColor: string;
709
- dropMarkColor: string;
710
- }, {
711
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
712
- labelLineHeight: string;
713
- fontSizeSmall: string;
714
- fontSizeMedium: string;
715
- fontSizeLarge: string;
716
- borderRadius: string;
717
- color: string;
718
- colorChecked: string;
719
- colorDisabled: string;
720
- colorDisabledChecked: string;
721
- colorTableHeader: string;
722
- colorTableHeaderModal: string;
723
- colorTableHeaderPopover: string;
724
- checkMarkColor: string;
725
- checkMarkColorDisabled: string;
726
- checkMarkColorDisabledChecked: string;
727
- border: string;
728
- borderDisabled: string;
729
- borderDisabledChecked: string;
730
- borderChecked: string;
731
- borderFocus: string;
732
- boxShadowFocus: string;
733
- textColor: string;
734
- textColorDisabled: string;
735
- sizeSmall: string;
736
- sizeMedium: string;
737
- sizeLarge: string;
738
- labelPadding: string;
739
- }, any>;
740
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
741
- color: string;
742
- colorHover: string;
743
- }, any>;
744
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
745
- fontSizeSmall: string;
746
- fontSizeMedium: string;
747
- fontSizeLarge: string;
748
- fontSizeHuge: string;
749
- textColor: string;
750
- iconColor: string;
751
- extraTextColor: string;
752
- iconSizeSmall: string;
753
- iconSizeMedium: string;
754
- iconSizeLarge: string;
755
- iconSizeHuge: string;
756
- }, any>;
757
- }>;
758
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
759
- fontSizeSmall: string;
760
- fontSizeMedium: string;
761
- fontSizeLarge: string;
762
- fontSizeHuge: string;
763
- textColor: string;
764
- iconColor: string;
765
- extraTextColor: string;
766
- iconSizeSmall: string;
767
- iconSizeMedium: string;
768
- iconSizeLarge: string;
769
- iconSizeHuge: string;
770
- }, any>;
771
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
772
- fontSizeTiny: string;
773
- fontSizeSmall: string;
774
- fontSizeMedium: string;
775
- fontSizeLarge: string;
776
- heightTiny: string;
777
- heightSmall: string;
778
- heightMedium: string;
779
- heightLarge: string;
780
- borderRadius: string;
781
- textColor: string;
782
- textColorDisabled: string;
783
- placeholderColor: string;
784
- placeholderColorDisabled: string;
785
- color: string;
786
- colorDisabled: string;
787
- colorActive: string;
788
- border: string;
789
- borderHover: string;
790
- borderActive: string;
791
- borderFocus: string;
792
- boxShadowHover: string;
793
- boxShadowActive: string;
794
- boxShadowFocus: string;
795
- caretColor: string;
796
- arrowColor: string;
797
- arrowColorDisabled: string;
798
- loadingColor: string;
799
- borderWarning: string;
800
- borderHoverWarning: string;
801
- borderActiveWarning: string;
802
- borderFocusWarning: string;
803
- boxShadowHoverWarning: string;
804
- boxShadowActiveWarning: string;
805
- boxShadowFocusWarning: string;
806
- colorActiveWarning: string;
807
- caretColorWarning: string;
808
- borderError: string;
809
- borderHoverError: string;
810
- borderActiveError: string;
811
- borderFocusError: string;
812
- boxShadowHoverError: string;
813
- boxShadowActiveError: string;
814
- boxShadowFocusError: string;
815
- colorActiveError: string;
816
- caretColorError: string;
817
- clearColor: string;
818
- clearColorHover: string;
819
- clearColorPressed: string;
820
- paddingSingle: string;
821
- paddingMultiple: string;
822
- clearSize: string;
823
- arrowSize: string;
824
- }, {
825
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
826
- fontSize: string;
827
- borderRadius: string;
828
- color: string;
829
- dividerColor: string;
830
- textColor: string;
831
- boxShadow: string;
832
- space: string;
833
- spaceArrow: string;
834
- arrowOffset: string;
835
- arrowOffsetVertical: string;
836
- arrowHeight: string;
837
- padding: string;
838
- }, any>;
839
- }>;
840
- }>>>;
841
- }, {
842
- menuElRef: import("vue").Ref<HTMLDivElement | null>;
843
- mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
844
- triggerInstRef: import("vue").Ref<{
845
- isCompositing: boolean;
846
- focus: () => void;
847
- focusInput: () => void;
848
- blur: () => void;
849
- $el: HTMLElement;
850
- } | null>;
851
- followerInstRef: import("vue").Ref<{
852
- syncPosition: () => void;
853
- } | null>;
854
- treeInstRef: import("vue").Ref<{
855
- handleKeydown: (e: KeyboardEvent) => void;
856
- } | null>;
857
- mergedClsPrefix: import("vue").ComputedRef<string>;
858
- mergedValue: import("vue").ComputedRef<import("naive-ui/es/tree-select/src/interface").Value>;
859
- mergedShow: import("vue").ComputedRef<boolean>;
860
- namespace: import("vue").ComputedRef<string | undefined>;
861
- adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
862
- isMounted: Readonly<import("vue").Ref<boolean>>;
863
- focused: import("vue").Ref<boolean>;
864
- menuPadding: import("vue").ComputedRef<string>;
865
- mergedPlaceholder: import("vue").ComputedRef<string>;
866
- mergedExpandedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[] | undefined>;
867
- treeSelectedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[]>;
868
- treeCheckedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[]>;
869
- mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
870
- mergedDisabled: import("vue").ComputedRef<boolean>;
871
- selectedOption: import("vue").ComputedRef<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)> | null>;
872
- selectedOptions: import("vue").ComputedRef<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>[] | null>;
873
- pattern: import("vue").Ref<string>;
874
- pendingNodeKey: import("vue").Ref<string | number | null>;
875
- mergedCascade: import("vue").ComputedRef<boolean>;
876
- mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
877
- selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
878
- option: import("naive-ui").SelectOption;
879
- handleClose: () => void;
880
- }) => import("vue").VNodeChild) | undefined>;
881
- handleTriggerOrMenuResize: () => void;
882
- doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
883
- handleMenuLeave: () => void;
884
- handleTriggerClick: () => void;
885
- handleMenuClickoutside: (e: MouseEvent) => void;
886
- handleUpdateCheckedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[]) => void;
887
- handleUpdateIndeterminateKeys: (keys: import("naive-ui/es/tree/src/interface").Key[]) => void;
888
- handleTriggerFocus: (e: FocusEvent) => void;
889
- handleTriggerBlur: (e: FocusEvent) => void;
890
- handleMenuFocusin: (e: FocusEvent) => void;
891
- handleMenuFocusout: (e: FocusEvent) => void;
892
- handleClear: (e: MouseEvent) => void;
893
- handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
894
- handlePatternInput: (e: InputEvent) => void;
895
- handleKeydown: (e: KeyboardEvent) => void;
896
- handleTabOut: () => void;
897
- handleMenuMousedown: (e: MouseEvent) => void;
898
- mergedTheme: import("vue").ComputedRef<{
899
- common: {
900
- baseColor: string;
901
- primaryColor: string;
902
- primaryColorHover: string;
903
- primaryColorPressed: string;
904
- primaryColorSuppl: string;
905
- infoColor: string;
906
- infoColorHover: string;
907
- infoColorPressed: string;
908
- infoColorSuppl: string;
909
- successColor: string;
910
- successColorHover: string;
911
- successColorPressed: string;
912
- successColorSuppl: string;
913
- warningColor: string;
914
- warningColorHover: string;
915
- warningColorPressed: string;
916
- warningColorSuppl: string;
917
- errorColor: string;
918
- errorColorHover: string;
919
- errorColorPressed: string;
920
- errorColorSuppl: string;
921
- textColorBase: string;
922
- textColor1: string;
923
- textColor2: string;
924
- textColor3: string;
925
- textColorDisabled: string;
926
- placeholderColor: string;
927
- placeholderColorDisabled: string;
928
- iconColor: string;
929
- iconColorHover: string;
930
- iconColorPressed: string;
931
- iconColorDisabled: string;
932
- opacity1: string;
933
- opacity2: string;
934
- opacity3: string;
935
- opacity4: string;
936
- opacity5: string;
937
- dividerColor: string;
938
- borderColor: string;
939
- closeIconColor: string;
940
- closeIconColorHover: string;
941
- closeIconColorPressed: string;
942
- closeColorHover: string;
943
- closeColorPressed: string;
944
- clearColor: string;
945
- clearColorHover: string;
946
- clearColorPressed: string;
947
- scrollbarColor: string;
948
- scrollbarColorHover: string;
949
- scrollbarWidth: string;
950
- scrollbarHeight: string;
951
- scrollbarBorderRadius: string;
952
- progressRailColor: string;
953
- railColor: string;
954
- popoverColor: string;
955
- tableColor: string;
956
- cardColor: string;
957
- modalColor: string;
958
- bodyColor: string;
959
- tagColor: string;
960
- avatarColor: string;
961
- invertedColor: string;
962
- inputColor: string;
963
- codeColor: string;
964
- tabColor: string;
965
- actionColor: string;
966
- tableHeaderColor: string;
967
- hoverColor: string;
968
- tableColorHover: string;
969
- tableColorStriped: string;
970
- pressedColor: string;
971
- opacityDisabled: string;
972
- inputColorDisabled: string;
973
- buttonColor2: string;
974
- buttonColor2Hover: string;
975
- buttonColor2Pressed: string;
976
- boxShadow1: string;
977
- boxShadow2: string;
978
- boxShadow3: string;
979
- fontFamily: string;
980
- fontFamilyMono: string;
981
- fontWeight: string;
982
- fontWeightStrong: string;
983
- cubicBezierEaseInOut: string;
984
- cubicBezierEaseOut: string;
985
- cubicBezierEaseIn: string;
986
- borderRadius: string;
987
- borderRadiusSmall: string;
988
- fontSize: string;
989
- fontSizeMini: string;
990
- fontSizeTiny: string;
991
- fontSizeSmall: string;
992
- fontSizeMedium: string;
993
- fontSizeLarge: string;
994
- fontSizeHuge: string;
995
- lineHeight: string;
996
- heightMini: string;
997
- heightTiny: string;
998
- heightSmall: string;
999
- heightMedium: string;
1000
- heightLarge: string;
1001
- heightHuge: string;
1002
- name: "common";
1003
- };
1004
- self: {
1005
- menuPadding: string;
1006
- menuColor: string;
1007
- menuBoxShadow: string;
1008
- menuBorderRadius: string;
1009
- menuHeight: string;
1010
- actionDividerColor: string;
1011
- actionTextColor: string;
1012
- actionPadding: string;
1013
- };
1014
- peers: {
1015
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1016
- fontSize: string;
1017
- nodeBorderRadius: string;
1018
- nodeColorHover: string;
1019
- nodeColorPressed: string;
1020
- nodeColorActive: string;
1021
- arrowColor: string;
1022
- nodeTextColor: string;
1023
- nodeTextColorDisabled: string;
1024
- loadingColor: string;
1025
- dropMarkColor: string;
1026
- }, {
1027
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1028
- labelLineHeight: string;
1029
- fontSizeSmall: string;
1030
- fontSizeMedium: string;
1031
- fontSizeLarge: string;
1032
- borderRadius: string;
1033
- color: string;
1034
- colorChecked: string;
1035
- colorDisabled: string;
1036
- colorDisabledChecked: string;
1037
- colorTableHeader: string;
1038
- colorTableHeaderModal: string;
1039
- colorTableHeaderPopover: string;
1040
- checkMarkColor: string;
1041
- checkMarkColorDisabled: string;
1042
- checkMarkColorDisabledChecked: string;
1043
- border: string;
1044
- borderDisabled: string;
1045
- borderDisabledChecked: string;
1046
- borderChecked: string;
1047
- borderFocus: string;
1048
- boxShadowFocus: string;
1049
- textColor: string;
1050
- textColorDisabled: string;
1051
- sizeSmall: string;
1052
- sizeMedium: string;
1053
- sizeLarge: string;
1054
- labelPadding: string;
1055
- }, any>;
1056
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1057
- color: string;
1058
- colorHover: string;
1059
- }, any>;
1060
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1061
- fontSizeSmall: string;
1062
- fontSizeMedium: string;
1063
- fontSizeLarge: string;
1064
- fontSizeHuge: string;
1065
- textColor: string;
1066
- iconColor: string;
1067
- extraTextColor: string;
1068
- iconSizeSmall: string;
1069
- iconSizeMedium: string;
1070
- iconSizeLarge: string;
1071
- iconSizeHuge: string;
1072
- }, any>;
1073
- }>;
1074
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1075
- fontSizeSmall: string;
1076
- fontSizeMedium: string;
1077
- fontSizeLarge: string;
1078
- fontSizeHuge: string;
1079
- textColor: string;
1080
- iconColor: string;
1081
- extraTextColor: string;
1082
- iconSizeSmall: string;
1083
- iconSizeMedium: string;
1084
- iconSizeLarge: string;
1085
- iconSizeHuge: string;
1086
- }, any>;
1087
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1088
- fontSizeTiny: string;
1089
- fontSizeSmall: string;
1090
- fontSizeMedium: string;
1091
- fontSizeLarge: string;
1092
- heightTiny: string;
1093
- heightSmall: string;
1094
- heightMedium: string;
1095
- heightLarge: string;
1096
- borderRadius: string;
1097
- textColor: string;
1098
- textColorDisabled: string;
1099
- placeholderColor: string;
1100
- placeholderColorDisabled: string;
1101
- color: string;
1102
- colorDisabled: string;
1103
- colorActive: string;
1104
- border: string;
1105
- borderHover: string;
1106
- borderActive: string;
1107
- borderFocus: string;
1108
- boxShadowHover: string;
1109
- boxShadowActive: string;
1110
- boxShadowFocus: string;
1111
- caretColor: string;
1112
- arrowColor: string;
1113
- arrowColorDisabled: string;
1114
- loadingColor: string;
1115
- borderWarning: string;
1116
- borderHoverWarning: string;
1117
- borderActiveWarning: string;
1118
- borderFocusWarning: string;
1119
- boxShadowHoverWarning: string;
1120
- boxShadowActiveWarning: string;
1121
- boxShadowFocusWarning: string;
1122
- colorActiveWarning: string;
1123
- caretColorWarning: string;
1124
- borderError: string;
1125
- borderHoverError: string;
1126
- borderActiveError: string;
1127
- borderFocusError: string;
1128
- boxShadowHoverError: string;
1129
- boxShadowActiveError: string;
1130
- boxShadowFocusError: string;
1131
- colorActiveError: string;
1132
- caretColorError: string;
1133
- clearColor: string;
1134
- clearColorHover: string;
1135
- clearColorPressed: string;
1136
- paddingSingle: string;
1137
- paddingMultiple: string;
1138
- clearSize: string;
1139
- arrowSize: string;
1140
- }, {
1141
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1142
- fontSize: string;
1143
- borderRadius: string;
1144
- color: string;
1145
- dividerColor: string;
1146
- textColor: string;
1147
- boxShadow: string;
1148
- space: string;
1149
- spaceArrow: string;
1150
- arrowOffset: string;
1151
- arrowOffsetVertical: string;
1152
- arrowHeight: string;
1153
- padding: string;
1154
- }, any>;
1155
- }>;
1156
- };
1157
- peerOverrides: {
1158
- Tree?: {
1159
- peers?: {
1160
- Checkbox?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1161
- labelLineHeight: string;
1162
- fontSizeSmall: string;
1163
- fontSizeMedium: string;
1164
- fontSizeLarge: string;
1165
- borderRadius: string;
1166
- color: string;
1167
- colorChecked: string;
1168
- colorDisabled: string;
1169
- colorDisabledChecked: string;
1170
- colorTableHeader: string;
1171
- colorTableHeaderModal: string;
1172
- colorTableHeaderPopover: string;
1173
- checkMarkColor: string;
1174
- checkMarkColorDisabled: string;
1175
- checkMarkColorDisabledChecked: string;
1176
- border: string;
1177
- borderDisabled: string;
1178
- borderDisabledChecked: string;
1179
- borderChecked: string;
1180
- borderFocus: string;
1181
- boxShadowFocus: string;
1182
- textColor: string;
1183
- textColorDisabled: string;
1184
- sizeSmall: string;
1185
- sizeMedium: string;
1186
- sizeLarge: string;
1187
- labelPadding: string;
1188
- }, any>> | undefined;
1189
- Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1190
- color: string;
1191
- colorHover: string;
1192
- }, any>> | undefined;
1193
- Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
1194
- fontSizeSmall: string;
1195
- fontSizeMedium: string;
1196
- fontSizeLarge: string;
1197
- fontSizeHuge: string;
1198
- textColor: string;
1199
- iconColor: string;
1200
- extraTextColor: string;
1201
- iconSizeSmall: string;
1202
- iconSizeMedium: string;
1203
- iconSizeLarge: string;
1204
- iconSizeHuge: string;
1205
- }, any>> | undefined;
1206
- } | undefined;
1207
- } | undefined;
1208
- Empty?: {
1209
- peers?: {
1210
- [x: string]: any;
1211
- } | undefined;
1212
- } | undefined;
1213
- InternalSelection?: {
1214
- peers?: {
1215
- Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1216
- fontSize: string;
1217
- borderRadius: string;
1218
- color: string;
1219
- dividerColor: string;
1220
- textColor: string;
1221
- boxShadow: string;
1222
- space: string;
1223
- spaceArrow: string;
1224
- arrowOffset: string;
1225
- arrowOffsetVertical: string;
1226
- arrowHeight: string;
1227
- padding: string;
1228
- }, any>> | undefined;
1229
- } | undefined;
1230
- } | undefined;
1231
- };
1232
- }>;
1233
- cssVars: import("vue").ComputedRef<{
1234
- '--n-menu-box-shadow': string;
1235
- '--n-menu-border-radius': string;
1236
- '--n-menu-color': string;
1237
- '--n-menu-height': string;
1238
- '--n-bezier': string;
1239
- '--n-action-padding': string;
1240
- '--n-action-text-color': string;
1241
- '--n-action-divider-color': string;
1242
- }> | undefined;
1243
- themeClass: import("vue").Ref<string> | undefined;
1244
- onRender: (() => void) | undefined;
1245
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1246
- readonly renderLabel: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
1247
- readonly renderPrefix: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
1248
- readonly renderSuffix: PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
1249
- readonly nodeProps: PropType<import("naive-ui").TreeSelectNodeProps>;
1250
- readonly onBlur: PropType<(e: FocusEvent) => void>;
1251
- readonly onFocus: PropType<(e: FocusEvent) => void>;
1252
- readonly onLoad: PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
1253
- readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1254
- readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
1255
- readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
1256
- readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1257
- readonly leafOnly: BooleanConstructor;
1258
- readonly allowCheckingNotLoaded: BooleanConstructor;
1259
- readonly filter: PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
1260
- readonly defaultExpandAll: BooleanConstructor;
1261
- readonly expandedKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1262
- readonly keyField: {
1263
- readonly type: StringConstructor;
1264
- readonly default: "key";
1265
- };
1266
- readonly labelField: {
1267
- readonly type: StringConstructor;
1268
- readonly default: "label";
1269
- };
1270
- readonly childrenField: {
1271
- readonly type: StringConstructor;
1272
- readonly default: "children";
1273
- };
1274
- readonly disabledField: {
1275
- readonly type: StringConstructor;
1276
- readonly default: "disabled";
1277
- };
1278
- readonly defaultExpandedKeys: {
1279
- readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1280
- readonly default: () => never[];
1281
- };
1282
- readonly indeterminateKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1283
- readonly renderSwitcherIcon: PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
1284
- readonly onUpdateIndeterminateKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1285
- readonly 'onUpdate:indeterminateKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1286
- readonly onUpdateExpandedKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1287
- readonly 'onUpdate:expandedKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1288
- readonly bordered: {
1289
- readonly type: BooleanConstructor;
1290
- readonly default: true;
1291
- };
1292
- readonly cascade: BooleanConstructor;
1293
- readonly checkable: BooleanConstructor;
1294
- readonly clearable: BooleanConstructor;
1295
- readonly clearFilterAfterSelect: {
1296
- readonly type: BooleanConstructor;
1297
- readonly default: true;
1298
- };
1299
- readonly consistentMenuWidth: {
1300
- readonly type: BooleanConstructor;
1301
- readonly default: true;
1302
- };
1303
- readonly defaultShow: BooleanConstructor;
1304
- readonly defaultValue: {
1305
- readonly type: PropType<string | number | (string | number)[] | null>;
1306
- readonly default: null;
1307
- };
1308
- readonly disabled: {
1309
- readonly type: PropType<boolean | undefined>;
1310
- readonly default: undefined;
1311
- };
1312
- readonly filterable: BooleanConstructor;
1313
- readonly checkStrategy: {
1314
- readonly type: PropType<import("treemate").CheckStrategy>;
1315
- readonly default: "all";
1316
- };
1317
- readonly loading: BooleanConstructor;
1318
- readonly maxTagCount: PropType<number | "responsive">;
1319
- readonly multiple: BooleanConstructor;
1320
- readonly showPath: BooleanConstructor;
1321
- readonly separator: {
1322
- readonly type: StringConstructor;
1323
- readonly default: " / ";
1324
- };
1325
- readonly options: {
1326
- readonly type: PropType<import("naive-ui").TreeSelectOption[]>;
1327
- readonly default: () => never[];
1328
- };
1329
- readonly placeholder: StringConstructor;
1330
- readonly placement: {
1331
- readonly type: PropType<import("naive-ui").PopoverPlacement>;
1332
- readonly default: "bottom-start";
1333
- };
1334
- readonly show: {
1335
- readonly type: PropType<boolean | undefined>;
1336
- readonly default: undefined;
1337
- };
1338
- readonly size: PropType<"small" | "medium" | "large">;
1339
- readonly value: PropType<string | number | (string | number)[] | null>;
1340
- readonly to: {
1341
- type: PropType<string | boolean | HTMLElement>;
1342
- default: undefined;
1343
- };
1344
- readonly menuProps: PropType<import("vue").HTMLAttributes>;
1345
- readonly virtualScroll: {
1346
- readonly type: BooleanConstructor;
1347
- readonly default: true;
1348
- };
1349
- readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1350
- readonly renderTag: PropType<import("naive-ui").TreeSelectRenderTag>;
1351
- readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1352
- menuPadding: string;
1353
- menuColor: string;
1354
- menuBoxShadow: string;
1355
- menuBorderRadius: string;
1356
- menuHeight: string;
1357
- actionDividerColor: string;
1358
- actionTextColor: string;
1359
- actionPadding: string;
1360
- }, {
1361
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1362
- fontSize: string;
1363
- nodeBorderRadius: string;
1364
- nodeColorHover: string;
1365
- nodeColorPressed: string;
1366
- nodeColorActive: string;
1367
- arrowColor: string;
1368
- nodeTextColor: string;
1369
- nodeTextColorDisabled: string;
1370
- loadingColor: string;
1371
- dropMarkColor: string;
1372
- }, {
1373
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1374
- labelLineHeight: string;
1375
- fontSizeSmall: string;
1376
- fontSizeMedium: string;
1377
- fontSizeLarge: string;
1378
- borderRadius: string;
1379
- color: string;
1380
- colorChecked: string;
1381
- colorDisabled: string;
1382
- colorDisabledChecked: string;
1383
- colorTableHeader: string;
1384
- colorTableHeaderModal: string;
1385
- colorTableHeaderPopover: string;
1386
- checkMarkColor: string;
1387
- checkMarkColorDisabled: string;
1388
- checkMarkColorDisabledChecked: string;
1389
- border: string;
1390
- borderDisabled: string;
1391
- borderDisabledChecked: string;
1392
- borderChecked: string;
1393
- borderFocus: string;
1394
- boxShadowFocus: string;
1395
- textColor: string;
1396
- textColorDisabled: string;
1397
- sizeSmall: string;
1398
- sizeMedium: string;
1399
- sizeLarge: string;
1400
- labelPadding: string;
1401
- }, any>;
1402
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1403
- color: string;
1404
- colorHover: string;
1405
- }, any>;
1406
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1407
- fontSizeSmall: string;
1408
- fontSizeMedium: string;
1409
- fontSizeLarge: string;
1410
- fontSizeHuge: string;
1411
- textColor: string;
1412
- iconColor: string;
1413
- extraTextColor: string;
1414
- iconSizeSmall: string;
1415
- iconSizeMedium: string;
1416
- iconSizeLarge: string;
1417
- iconSizeHuge: string;
1418
- }, any>;
1419
- }>;
1420
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1421
- fontSizeSmall: string;
1422
- fontSizeMedium: string;
1423
- fontSizeLarge: string;
1424
- fontSizeHuge: string;
1425
- textColor: string;
1426
- iconColor: string;
1427
- extraTextColor: string;
1428
- iconSizeSmall: string;
1429
- iconSizeMedium: string;
1430
- iconSizeLarge: string;
1431
- iconSizeHuge: string;
1432
- }, any>;
1433
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1434
- fontSizeTiny: string;
1435
- fontSizeSmall: string;
1436
- fontSizeMedium: string;
1437
- fontSizeLarge: string;
1438
- heightTiny: string;
1439
- heightSmall: string;
1440
- heightMedium: string;
1441
- heightLarge: string;
1442
- borderRadius: string;
1443
- textColor: string;
1444
- textColorDisabled: string;
1445
- placeholderColor: string;
1446
- placeholderColorDisabled: string;
1447
- color: string;
1448
- colorDisabled: string;
1449
- colorActive: string;
1450
- border: string;
1451
- borderHover: string;
1452
- borderActive: string;
1453
- borderFocus: string;
1454
- boxShadowHover: string;
1455
- boxShadowActive: string;
1456
- boxShadowFocus: string;
1457
- caretColor: string;
1458
- arrowColor: string;
1459
- arrowColorDisabled: string;
1460
- loadingColor: string;
1461
- borderWarning: string;
1462
- borderHoverWarning: string;
1463
- borderActiveWarning: string;
1464
- borderFocusWarning: string;
1465
- boxShadowHoverWarning: string;
1466
- boxShadowActiveWarning: string;
1467
- boxShadowFocusWarning: string;
1468
- colorActiveWarning: string;
1469
- caretColorWarning: string;
1470
- borderError: string;
1471
- borderHoverError: string;
1472
- borderActiveError: string;
1473
- borderFocusError: string;
1474
- boxShadowHoverError: string;
1475
- boxShadowActiveError: string;
1476
- boxShadowFocusError: string;
1477
- colorActiveError: string;
1478
- caretColorError: string;
1479
- clearColor: string;
1480
- clearColorHover: string;
1481
- clearColorPressed: string;
1482
- paddingSingle: string;
1483
- paddingMultiple: string;
1484
- clearSize: string;
1485
- arrowSize: string;
1486
- }, {
1487
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1488
- fontSize: string;
1489
- borderRadius: string;
1490
- color: string;
1491
- dividerColor: string;
1492
- textColor: string;
1493
- boxShadow: string;
1494
- space: string;
1495
- spaceArrow: string;
1496
- arrowOffset: string;
1497
- arrowOffsetVertical: string;
1498
- arrowHeight: string;
1499
- padding: string;
1500
- }, any>;
1501
- }>;
1502
- }>>;
1503
- readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1504
- menuPadding: string;
1505
- menuColor: string;
1506
- menuBoxShadow: string;
1507
- menuBorderRadius: string;
1508
- menuHeight: string;
1509
- actionDividerColor: string;
1510
- actionTextColor: string;
1511
- actionPadding: string;
1512
- }, {
1513
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1514
- fontSize: string;
1515
- nodeBorderRadius: string;
1516
- nodeColorHover: string;
1517
- nodeColorPressed: string;
1518
- nodeColorActive: string;
1519
- arrowColor: string;
1520
- nodeTextColor: string;
1521
- nodeTextColorDisabled: string;
1522
- loadingColor: string;
1523
- dropMarkColor: string;
1524
- }, {
1525
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1526
- labelLineHeight: string;
1527
- fontSizeSmall: string;
1528
- fontSizeMedium: string;
1529
- fontSizeLarge: string;
1530
- borderRadius: string;
1531
- color: string;
1532
- colorChecked: string;
1533
- colorDisabled: string;
1534
- colorDisabledChecked: string;
1535
- colorTableHeader: string;
1536
- colorTableHeaderModal: string;
1537
- colorTableHeaderPopover: string;
1538
- checkMarkColor: string;
1539
- checkMarkColorDisabled: string;
1540
- checkMarkColorDisabledChecked: string;
1541
- border: string;
1542
- borderDisabled: string;
1543
- borderDisabledChecked: string;
1544
- borderChecked: string;
1545
- borderFocus: string;
1546
- boxShadowFocus: string;
1547
- textColor: string;
1548
- textColorDisabled: string;
1549
- sizeSmall: string;
1550
- sizeMedium: string;
1551
- sizeLarge: string;
1552
- labelPadding: string;
1553
- }, any>;
1554
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1555
- color: string;
1556
- colorHover: string;
1557
- }, any>;
1558
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1559
- fontSizeSmall: string;
1560
- fontSizeMedium: string;
1561
- fontSizeLarge: string;
1562
- fontSizeHuge: string;
1563
- textColor: string;
1564
- iconColor: string;
1565
- extraTextColor: string;
1566
- iconSizeSmall: string;
1567
- iconSizeMedium: string;
1568
- iconSizeLarge: string;
1569
- iconSizeHuge: string;
1570
- }, any>;
1571
- }>;
1572
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1573
- fontSizeSmall: string;
1574
- fontSizeMedium: string;
1575
- fontSizeLarge: string;
1576
- fontSizeHuge: string;
1577
- textColor: string;
1578
- iconColor: string;
1579
- extraTextColor: string;
1580
- iconSizeSmall: string;
1581
- iconSizeMedium: string;
1582
- iconSizeLarge: string;
1583
- iconSizeHuge: string;
1584
- }, any>;
1585
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1586
- fontSizeTiny: string;
1587
- fontSizeSmall: string;
1588
- fontSizeMedium: string;
1589
- fontSizeLarge: string;
1590
- heightTiny: string;
1591
- heightSmall: string;
1592
- heightMedium: string;
1593
- heightLarge: string;
1594
- borderRadius: string;
1595
- textColor: string;
1596
- textColorDisabled: string;
1597
- placeholderColor: string;
1598
- placeholderColorDisabled: string;
1599
- color: string;
1600
- colorDisabled: string;
1601
- colorActive: string;
1602
- border: string;
1603
- borderHover: string;
1604
- borderActive: string;
1605
- borderFocus: string;
1606
- boxShadowHover: string;
1607
- boxShadowActive: string;
1608
- boxShadowFocus: string;
1609
- caretColor: string;
1610
- arrowColor: string;
1611
- arrowColorDisabled: string;
1612
- loadingColor: string;
1613
- borderWarning: string;
1614
- borderHoverWarning: string;
1615
- borderActiveWarning: string;
1616
- borderFocusWarning: string;
1617
- boxShadowHoverWarning: string;
1618
- boxShadowActiveWarning: string;
1619
- boxShadowFocusWarning: string;
1620
- colorActiveWarning: string;
1621
- caretColorWarning: string;
1622
- borderError: string;
1623
- borderHoverError: string;
1624
- borderActiveError: string;
1625
- borderFocusError: string;
1626
- boxShadowHoverError: string;
1627
- boxShadowActiveError: string;
1628
- boxShadowFocusError: string;
1629
- colorActiveError: string;
1630
- caretColorError: string;
1631
- clearColor: string;
1632
- clearColorHover: string;
1633
- clearColorPressed: string;
1634
- paddingSingle: string;
1635
- paddingMultiple: string;
1636
- clearSize: string;
1637
- arrowSize: string;
1638
- }, {
1639
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1640
- fontSize: string;
1641
- borderRadius: string;
1642
- color: string;
1643
- dividerColor: string;
1644
- textColor: string;
1645
- boxShadow: string;
1646
- space: string;
1647
- spaceArrow: string;
1648
- arrowOffset: string;
1649
- arrowOffsetVertical: string;
1650
- arrowHeight: string;
1651
- padding: string;
1652
- }, any>;
1653
- }>;
1654
- }>>>;
1655
- readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1656
- menuPadding: string;
1657
- menuColor: string;
1658
- menuBoxShadow: string;
1659
- menuBorderRadius: string;
1660
- menuHeight: string;
1661
- actionDividerColor: string;
1662
- actionTextColor: string;
1663
- actionPadding: string;
1664
- }, {
1665
- Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1666
- fontSize: string;
1667
- nodeBorderRadius: string;
1668
- nodeColorHover: string;
1669
- nodeColorPressed: string;
1670
- nodeColorActive: string;
1671
- arrowColor: string;
1672
- nodeTextColor: string;
1673
- nodeTextColorDisabled: string;
1674
- loadingColor: string;
1675
- dropMarkColor: string;
1676
- }, {
1677
- Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1678
- labelLineHeight: string;
1679
- fontSizeSmall: string;
1680
- fontSizeMedium: string;
1681
- fontSizeLarge: string;
1682
- borderRadius: string;
1683
- color: string;
1684
- colorChecked: string;
1685
- colorDisabled: string;
1686
- colorDisabledChecked: string;
1687
- colorTableHeader: string;
1688
- colorTableHeaderModal: string;
1689
- colorTableHeaderPopover: string;
1690
- checkMarkColor: string;
1691
- checkMarkColorDisabled: string;
1692
- checkMarkColorDisabledChecked: string;
1693
- border: string;
1694
- borderDisabled: string;
1695
- borderDisabledChecked: string;
1696
- borderChecked: string;
1697
- borderFocus: string;
1698
- boxShadowFocus: string;
1699
- textColor: string;
1700
- textColorDisabled: string;
1701
- sizeSmall: string;
1702
- sizeMedium: string;
1703
- sizeLarge: string;
1704
- labelPadding: string;
1705
- }, any>;
1706
- Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1707
- color: string;
1708
- colorHover: string;
1709
- }, any>;
1710
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1711
- fontSizeSmall: string;
1712
- fontSizeMedium: string;
1713
- fontSizeLarge: string;
1714
- fontSizeHuge: string;
1715
- textColor: string;
1716
- iconColor: string;
1717
- extraTextColor: string;
1718
- iconSizeSmall: string;
1719
- iconSizeMedium: string;
1720
- iconSizeLarge: string;
1721
- iconSizeHuge: string;
1722
- }, any>;
1723
- }>;
1724
- Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1725
- fontSizeSmall: string;
1726
- fontSizeMedium: string;
1727
- fontSizeLarge: string;
1728
- fontSizeHuge: string;
1729
- textColor: string;
1730
- iconColor: string;
1731
- extraTextColor: string;
1732
- iconSizeSmall: string;
1733
- iconSizeMedium: string;
1734
- iconSizeLarge: string;
1735
- iconSizeHuge: string;
1736
- }, any>;
1737
- InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1738
- fontSizeTiny: string;
1739
- fontSizeSmall: string;
1740
- fontSizeMedium: string;
1741
- fontSizeLarge: string;
1742
- heightTiny: string;
1743
- heightSmall: string;
1744
- heightMedium: string;
1745
- heightLarge: string;
1746
- borderRadius: string;
1747
- textColor: string;
1748
- textColorDisabled: string;
1749
- placeholderColor: string;
1750
- placeholderColorDisabled: string;
1751
- color: string;
1752
- colorDisabled: string;
1753
- colorActive: string;
1754
- border: string;
1755
- borderHover: string;
1756
- borderActive: string;
1757
- borderFocus: string;
1758
- boxShadowHover: string;
1759
- boxShadowActive: string;
1760
- boxShadowFocus: string;
1761
- caretColor: string;
1762
- arrowColor: string;
1763
- arrowColorDisabled: string;
1764
- loadingColor: string;
1765
- borderWarning: string;
1766
- borderHoverWarning: string;
1767
- borderActiveWarning: string;
1768
- borderFocusWarning: string;
1769
- boxShadowHoverWarning: string;
1770
- boxShadowActiveWarning: string;
1771
- boxShadowFocusWarning: string;
1772
- colorActiveWarning: string;
1773
- caretColorWarning: string;
1774
- borderError: string;
1775
- borderHoverError: string;
1776
- borderActiveError: string;
1777
- borderFocusError: string;
1778
- boxShadowHoverError: string;
1779
- boxShadowActiveError: string;
1780
- boxShadowFocusError: string;
1781
- colorActiveError: string;
1782
- caretColorError: string;
1783
- clearColor: string;
1784
- clearColorHover: string;
1785
- clearColorPressed: string;
1786
- paddingSingle: string;
1787
- paddingMultiple: string;
1788
- clearSize: string;
1789
- arrowSize: string;
1790
- }, {
1791
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1792
- fontSize: string;
1793
- borderRadius: string;
1794
- color: string;
1795
- dividerColor: string;
1796
- textColor: string;
1797
- boxShadow: string;
1798
- space: string;
1799
- spaceArrow: string;
1800
- arrowOffset: string;
1801
- arrowOffsetVertical: string;
1802
- arrowHeight: string;
1803
- padding: string;
1804
- }, any>;
1805
- }>;
1806
- }>>>;
1807
- }>>, {
1808
- readonly show: boolean | undefined;
1809
- readonly separator: string;
1810
- readonly multiple: boolean;
1811
- readonly disabled: boolean | undefined;
1812
- readonly to: string | boolean | HTMLElement;
1813
- readonly options: import("naive-ui").TreeSelectOption[];
1814
- readonly loading: boolean;
1815
- readonly bordered: boolean;
1816
- readonly placement: import("naive-ui").PopoverPlacement;
1817
- readonly keyField: string;
1818
- readonly labelField: string;
1819
- readonly virtualScroll: boolean;
1820
- readonly checkable: boolean;
1821
- readonly defaultShow: boolean;
1822
- readonly filterable: boolean;
1823
- readonly clearable: boolean;
1824
- readonly clearFilterAfterSelect: boolean;
1825
- readonly defaultValue: string | number | (string | number)[] | null;
1826
- readonly consistentMenuWidth: boolean;
1827
- readonly childrenField: string;
1828
- readonly defaultExpandAll: boolean;
1829
- readonly allowCheckingNotLoaded: boolean;
1830
- readonly cascade: boolean;
1831
- readonly checkStrategy: import("treemate").CheckStrategy;
1832
- readonly disabledField: string;
1833
- readonly leafOnly: boolean;
1834
- readonly showPath: boolean;
1835
- readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
1836
- }>;
279
+ NTreeSelect: any;
1837
280
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1838
281
  mainForm: {
1839
282
  type: PropObject;
@@ -1894,12 +337,12 @@ declare const _default: import("vue").DefineComponent<{
1894
337
  }, {
1895
338
  styleSetting: AnyObject;
1896
339
  userInfo: AnyObject;
1897
- defaultValue: AnyObject;
1898
340
  row: AnyObject;
1899
341
  cacheUniqueKey: AnyObject;
1900
342
  formType: AnyObject;
1901
343
  isDetail: boolean;
1902
344
  item: AnyObject;
345
+ defaultValue: AnyObject;
1903
346
  mainForm: AnyObject;
1904
347
  defaultFieldList: any[];
1905
348
  }>;