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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/es/components/big-table/index.d.ts +113 -47
  2. package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
  3. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
  4. package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
  5. package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
  6. package/es/components/button-print/index.d.ts +217 -110
  7. package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
  8. package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
  9. package/es/components/button-print/src/components/IdentityVerification.js +14 -6
  10. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
  11. package/es/components/button-print/src/utils/dialog.d.ts +3 -1
  12. package/es/components/button-print/src/utils/dialog.js +35 -23
  13. package/es/components/button-print/src/utils/print.d.ts +5 -0
  14. package/es/components/button-print/src/utils/print2.js +18 -0
  15. package/es/components/chunk-upload/index.d.ts +28 -22
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
  18. package/es/components/drag-layout/index.d.ts +568 -308
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
  22. package/es/components/field-set/index.d.ts +170 -95
  23. package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
  24. package/es/components/form-config/index.d.ts +308 -126
  25. package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
  26. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
  27. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
  28. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
  29. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
  30. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
  31. package/es/components/form-render/index.d.ts +85 -33
  32. package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
  33. package/es/components/form-render/src/components/renderer/select.js +8 -5
  34. package/es/components/form-table/index.d.ts +784 -420
  35. package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
  36. package/es/components/form-table/src/components/index.d.ts +784 -420
  37. package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
  38. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
  39. package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
  40. package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
  41. package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
  42. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
  43. package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
  44. package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
  45. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
  46. package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
  47. package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
  48. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
  49. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
  50. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
  51. package/es/components/info-header/index.d.ts +236 -61
  52. package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
  53. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
  54. package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
  55. package/es/components/map/index.d.ts +52 -28
  56. package/es/components/map/src/Map.vue.d.ts +52 -28
  57. package/es/components/scale-view/index.d.ts +75 -60
  58. package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
  59. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
  60. package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
  61. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
  62. package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
  63. package/es/components/select-label/index.d.ts +956 -262
  64. package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
  65. package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
  66. package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
  67. package/es/components/select-person/index.d.ts +210 -111
  68. package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
  69. package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
  70. package/es/components/shortcut-setter/index.d.ts +85 -33
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
  72. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
  73. package/es/components/steps-wheel/index.d.ts +8 -2
  74. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
  75. package/es/components/time-line/index.d.ts +55 -30
  76. package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
  77. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
  78. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
  79. package/package.json +4 -4
@@ -111,7 +111,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
111
111
  readonly default: true;
112
112
  };
113
113
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
114
- readonly nativeFocusBehavior: BooleanConstructor;
114
+ readonly nativeFocusBehavior: {
115
+ readonly type: BooleanConstructor;
116
+ readonly default: boolean;
117
+ };
115
118
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
116
119
  heightTiny: string;
117
120
  heightSmall: string;
@@ -825,7 +828,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
825
828
  readonly default: true;
826
829
  };
827
830
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
828
- readonly nativeFocusBehavior: BooleanConstructor;
831
+ readonly nativeFocusBehavior: {
832
+ readonly type: BooleanConstructor;
833
+ readonly default: boolean;
834
+ };
829
835
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
830
836
  heightTiny: string;
831
837
  heightSmall: string;
@@ -1439,26 +1445,26 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1439
1445
  rippleDuration: string;
1440
1446
  }, any>>>;
1441
1447
  }>>, {
1442
- type: import("naive-ui/es/button/src/interface").Type;
1443
- tag: keyof HTMLElementTagNameMap;
1444
- block: boolean;
1445
- round: boolean;
1446
- dashed: boolean;
1447
- text: boolean;
1448
- circle: boolean;
1449
- disabled: boolean;
1450
- focusable: boolean;
1451
- strong: boolean;
1452
- loading: boolean;
1453
- bordered: boolean;
1454
- tertiary: boolean;
1455
- ghost: boolean;
1456
- keyboard: boolean;
1457
- secondary: boolean;
1458
- quaternary: boolean;
1459
- iconPlacement: "left" | "right";
1460
- attrType: "button" | "reset" | "submit";
1461
- nativeFocusBehavior: boolean;
1448
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1449
+ readonly tag: keyof HTMLElementTagNameMap;
1450
+ readonly block: boolean;
1451
+ readonly round: boolean;
1452
+ readonly dashed: boolean;
1453
+ readonly text: boolean;
1454
+ readonly circle: boolean;
1455
+ readonly disabled: boolean;
1456
+ readonly focusable: boolean;
1457
+ readonly strong: boolean;
1458
+ readonly loading: boolean;
1459
+ readonly bordered: boolean;
1460
+ readonly tertiary: boolean;
1461
+ readonly ghost: boolean;
1462
+ readonly keyboard: boolean;
1463
+ readonly secondary: boolean;
1464
+ readonly quaternary: boolean;
1465
+ readonly iconPlacement: "left" | "right";
1466
+ readonly attrType: "button" | "reset" | "submit";
1467
+ readonly nativeFocusBehavior: boolean;
1462
1468
  }>;
1463
1469
  Draggable: import("vue").DefineComponent<{
1464
1470
  list: {
@@ -1589,7 +1595,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
1589
1595
  readonly default: true;
1590
1596
  };
1591
1597
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1592
- readonly nativeFocusBehavior: BooleanConstructor;
1598
+ readonly nativeFocusBehavior: {
1599
+ readonly type: BooleanConstructor;
1600
+ readonly default: boolean;
1601
+ };
1593
1602
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1594
1603
  heightTiny: string;
1595
1604
  heightSmall: string;
@@ -2303,7 +2312,10 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2303
2312
  readonly default: true;
2304
2313
  };
2305
2314
  readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2306
- readonly nativeFocusBehavior: BooleanConstructor;
2315
+ readonly nativeFocusBehavior: {
2316
+ readonly type: BooleanConstructor;
2317
+ readonly default: boolean;
2318
+ };
2307
2319
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2308
2320
  heightTiny: string;
2309
2321
  heightSmall: string;
@@ -2917,26 +2929,26 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2917
2929
  rippleDuration: string;
2918
2930
  }, any>>>;
2919
2931
  }>>, {
2920
- type: import("naive-ui/es/button/src/interface").Type;
2921
- tag: keyof HTMLElementTagNameMap;
2922
- block: boolean;
2923
- round: boolean;
2924
- dashed: boolean;
2925
- text: boolean;
2926
- circle: boolean;
2927
- disabled: boolean;
2928
- focusable: boolean;
2929
- strong: boolean;
2930
- loading: boolean;
2931
- bordered: boolean;
2932
- tertiary: boolean;
2933
- ghost: boolean;
2934
- keyboard: boolean;
2935
- secondary: boolean;
2936
- quaternary: boolean;
2937
- iconPlacement: "left" | "right";
2938
- attrType: "button" | "reset" | "submit";
2939
- nativeFocusBehavior: boolean;
2932
+ readonly type: import("naive-ui/es/button/src/interface").Type;
2933
+ readonly tag: keyof HTMLElementTagNameMap;
2934
+ readonly block: boolean;
2935
+ readonly round: boolean;
2936
+ readonly dashed: boolean;
2937
+ readonly text: boolean;
2938
+ readonly circle: boolean;
2939
+ readonly disabled: boolean;
2940
+ readonly focusable: boolean;
2941
+ readonly strong: boolean;
2942
+ readonly loading: boolean;
2943
+ readonly bordered: boolean;
2944
+ readonly tertiary: boolean;
2945
+ readonly ghost: boolean;
2946
+ readonly keyboard: boolean;
2947
+ readonly secondary: boolean;
2948
+ readonly quaternary: boolean;
2949
+ readonly iconPlacement: "left" | "right";
2950
+ readonly attrType: "button" | "reset" | "submit";
2951
+ readonly nativeFocusBehavior: boolean;
2940
2952
  }>;
2941
2953
  NButtonGroup: import("vue").DefineComponent<{
2942
2954
  readonly size: {
@@ -2954,8 +2966,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
2954
2966
  };
2955
2967
  readonly vertical: BooleanConstructor;
2956
2968
  }>>, {
2957
- size: import("naive-ui/es/button/src/interface").Size | undefined;
2958
- vertical: boolean;
2969
+ readonly size: import("naive-ui/es/button/src/interface").Size | undefined;
2970
+ readonly vertical: boolean;
2959
2971
  }>;
2960
2972
  NPopconfirm: import("vue").DefineComponent<{
2961
2973
  positiveText: import("vue").PropType<string | null>;
@@ -3029,9 +3041,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3029
3041
  scrollable: BooleanConstructor;
3030
3042
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3031
3043
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3044
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
3032
3045
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
3033
3046
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3034
3047
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3048
+ internalDeactivateImmediately: BooleanConstructor;
3035
3049
  internalSyncTargetWithParent: BooleanConstructor;
3036
3050
  internalInheritedEventHandlers: {
3037
3051
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -3764,10 +3778,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
3764
3778
  opacity5: string;
3765
3779
  dividerColor: string;
3766
3780
  borderColor: string;
3767
- closeColor: string;
3781
+ closeIconColor: string;
3782
+ closeIconColorHover: string;
3783
+ closeIconColorPressed: string;
3768
3784
  closeColorHover: string;
3769
3785
  closeColorPressed: string;
3770
- closeColorDisabled: string;
3771
3786
  clearColor: string;
3772
3787
  clearColorHover: string;
3773
3788
  clearColorPressed: string;
@@ -4146,9 +4161,11 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4146
4161
  scrollable: BooleanConstructor;
4147
4162
  contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4148
4163
  headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4164
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
4149
4165
  onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
4150
4166
  'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4151
4167
  onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4168
+ internalDeactivateImmediately: BooleanConstructor;
4152
4169
  internalSyncTargetWithParent: BooleanConstructor;
4153
4170
  internalInheritedEventHandlers: {
4154
4171
  type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
@@ -4857,6 +4874,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
4857
4874
  arrowPointToCenter: boolean;
4858
4875
  displayDirective: "show" | "if";
4859
4876
  keepAliveOnHover: boolean;
4877
+ internalDeactivateImmediately: boolean;
4860
4878
  animated: boolean;
4861
4879
  internalTrapFocus: boolean;
4862
4880
  defaultShow: boolean;
@@ -5550,14 +5568,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5550
5568
  labelTextAlignHorizontal: string;
5551
5569
  }, any>>>;
5552
5570
  }>>, {
5553
- inline: boolean;
5554
- disabled: boolean;
5555
- onSubmit: (e: Event) => void;
5556
- labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
5557
- model: Record<string, any>;
5558
- showRequireMark: boolean | undefined;
5559
- showFeedback: boolean;
5560
- showLabel: boolean | undefined;
5571
+ readonly inline: boolean;
5572
+ readonly disabled: boolean;
5573
+ readonly onSubmit: (e: Event) => void;
5574
+ readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
5575
+ readonly model: Record<string, any>;
5576
+ readonly showRequireMark: boolean | undefined;
5577
+ readonly showFeedback: boolean;
5578
+ readonly showLabel: boolean | undefined;
5561
5579
  }>;
5562
5580
  NTabPane: import("vue").DefineComponent<{
5563
5581
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -5606,9 +5624,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5606
5624
  [key: string]: any;
5607
5625
  }> | (() => import("vue").VNodeChild)>;
5608
5626
  }>>, {
5609
- disabled: boolean;
5610
- closable: boolean | undefined;
5611
- displayDirective: "show" | "if" | "show:lazy";
5627
+ readonly disabled: boolean;
5628
+ readonly closable: boolean | undefined;
5629
+ readonly displayDirective: "show" | "if" | "show:lazy";
5612
5630
  }>;
5613
5631
  NTabs: import("vue").DefineComponent<{
5614
5632
  readonly value: import("vue").PropType<string | number>;
@@ -5665,9 +5683,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5665
5683
  tabTextColorActiveCard: string;
5666
5684
  tabTextColorDisabledCard: string;
5667
5685
  barColor: string;
5668
- closeColor: string;
5686
+ closeIconColor: string;
5687
+ closeIconColorHover: string;
5688
+ closeIconColorPressed: string;
5669
5689
  closeColorHover: string;
5670
5690
  closeColorPressed: string;
5691
+ closeBorderRadius: string;
5671
5692
  tabColor: string;
5672
5693
  tabColorSegment: string;
5673
5694
  tabBorderColor: string;
@@ -5706,6 +5727,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5706
5727
  panePaddingSmall: string;
5707
5728
  panePaddingMedium: string;
5708
5729
  panePaddingLarge: string;
5730
+ closeSize: string;
5731
+ closeIconSize: string;
5709
5732
  }, any>>;
5710
5733
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
5711
5734
  colorSegment: string;
@@ -5727,9 +5750,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5727
5750
  tabTextColorActiveCard: string;
5728
5751
  tabTextColorDisabledCard: string;
5729
5752
  barColor: string;
5730
- closeColor: string;
5753
+ closeIconColor: string;
5754
+ closeIconColorHover: string;
5755
+ closeIconColorPressed: string;
5731
5756
  closeColorHover: string;
5732
5757
  closeColorPressed: string;
5758
+ closeBorderRadius: string;
5733
5759
  tabColor: string;
5734
5760
  tabColorSegment: string;
5735
5761
  tabBorderColor: string;
@@ -5768,6 +5794,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5768
5794
  panePaddingSmall: string;
5769
5795
  panePaddingMedium: string;
5770
5796
  panePaddingLarge: string;
5797
+ closeSize: string;
5798
+ closeIconSize: string;
5771
5799
  }, any>>>;
5772
5800
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
5773
5801
  colorSegment: string;
@@ -5789,9 +5817,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5789
5817
  tabTextColorActiveCard: string;
5790
5818
  tabTextColorDisabledCard: string;
5791
5819
  barColor: string;
5792
- closeColor: string;
5820
+ closeIconColor: string;
5821
+ closeIconColorHover: string;
5822
+ closeIconColorPressed: string;
5793
5823
  closeColorHover: string;
5794
5824
  closeColorPressed: string;
5825
+ closeBorderRadius: string;
5795
5826
  tabColor: string;
5796
5827
  tabColorSegment: string;
5797
5828
  tabBorderColor: string;
@@ -5830,12 +5861,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5830
5861
  panePaddingSmall: string;
5831
5862
  panePaddingMedium: string;
5832
5863
  panePaddingLarge: string;
5864
+ closeSize: string;
5865
+ closeIconSize: string;
5833
5866
  }, any>>>;
5834
5867
  }, {
5835
5868
  syncBarPosition: () => void;
5836
5869
  mergedClsPrefix: import("vue").ComputedRef<string>;
5837
5870
  mergedValue: import("vue").ComputedRef<string | number | null>;
5838
5871
  renderedNames: Set<string | number>;
5872
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
5839
5873
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
5840
5874
  tabsElRef: import("vue").Ref<HTMLElement | null>;
5841
5875
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -5900,9 +5934,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5900
5934
  '--n-pane-text-color': string;
5901
5935
  '--n-tab-border-color': string;
5902
5936
  '--n-tab-border-radius': string;
5903
- '--n-close-color': string;
5937
+ '--n-close-size': string;
5938
+ '--n-close-icon-size': string;
5904
5939
  '--n-close-color-hover': string;
5905
5940
  '--n-close-color-pressed': string;
5941
+ '--n-close-border-radius': string;
5942
+ '--n-close-icon-color': string;
5943
+ '--n-close-icon-color-hover': string;
5944
+ '--n-close-icon-color-pressed': string;
5906
5945
  '--n-tab-color': string;
5907
5946
  '--n-tab-font-weight': string;
5908
5947
  '--n-tab-font-weight-active': string;
@@ -5917,7 +5956,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5917
5956
  renderNameListRef: {
5918
5957
  value: (string | number)[];
5919
5958
  };
5920
- onAnimationBeforeLeave: () => void;
5959
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
5921
5960
  onAnimationEnter: (el: HTMLElement) => void;
5922
5961
  onAnimationAfterEnter: () => void;
5923
5962
  onRender: (() => void) | undefined;
@@ -5976,9 +6015,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
5976
6015
  tabTextColorActiveCard: string;
5977
6016
  tabTextColorDisabledCard: string;
5978
6017
  barColor: string;
5979
- closeColor: string;
6018
+ closeIconColor: string;
6019
+ closeIconColorHover: string;
6020
+ closeIconColorPressed: string;
5980
6021
  closeColorHover: string;
5981
6022
  closeColorPressed: string;
6023
+ closeBorderRadius: string;
5982
6024
  tabColor: string;
5983
6025
  tabColorSegment: string;
5984
6026
  tabBorderColor: string;
@@ -6017,6 +6059,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6017
6059
  panePaddingSmall: string;
6018
6060
  panePaddingMedium: string;
6019
6061
  panePaddingLarge: string;
6062
+ closeSize: string;
6063
+ closeIconSize: string;
6020
6064
  }, any>>;
6021
6065
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
6022
6066
  colorSegment: string;
@@ -6038,9 +6082,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6038
6082
  tabTextColorActiveCard: string;
6039
6083
  tabTextColorDisabledCard: string;
6040
6084
  barColor: string;
6041
- closeColor: string;
6085
+ closeIconColor: string;
6086
+ closeIconColorHover: string;
6087
+ closeIconColorPressed: string;
6042
6088
  closeColorHover: string;
6043
6089
  closeColorPressed: string;
6090
+ closeBorderRadius: string;
6044
6091
  tabColor: string;
6045
6092
  tabColorSegment: string;
6046
6093
  tabBorderColor: string;
@@ -6079,6 +6126,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6079
6126
  panePaddingSmall: string;
6080
6127
  panePaddingMedium: string;
6081
6128
  panePaddingLarge: string;
6129
+ closeSize: string;
6130
+ closeIconSize: string;
6082
6131
  }, any>>>;
6083
6132
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
6084
6133
  colorSegment: string;
@@ -6100,9 +6149,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6100
6149
  tabTextColorActiveCard: string;
6101
6150
  tabTextColorDisabledCard: string;
6102
6151
  barColor: string;
6103
- closeColor: string;
6152
+ closeIconColor: string;
6153
+ closeIconColorHover: string;
6154
+ closeIconColorPressed: string;
6104
6155
  closeColorHover: string;
6105
6156
  closeColorPressed: string;
6157
+ closeBorderRadius: string;
6106
6158
  tabColor: string;
6107
6159
  tabColorSegment: string;
6108
6160
  tabBorderColor: string;
@@ -6141,14 +6193,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6141
6193
  panePaddingSmall: string;
6142
6194
  panePaddingMedium: string;
6143
6195
  panePaddingLarge: string;
6196
+ closeSize: string;
6197
+ closeIconSize: string;
6144
6198
  }, any>>>;
6145
6199
  }>>, {
6146
- type: import("naive-ui/es/tabs/src/interface").TabsType;
6147
- size: "small" | "medium" | "large";
6148
- closable: boolean;
6149
- trigger: "click" | "hover";
6150
- animated: boolean;
6151
- tabsPadding: number;
6200
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
6201
+ readonly size: "small" | "medium" | "large";
6202
+ readonly closable: boolean;
6203
+ readonly trigger: "click" | "hover";
6204
+ readonly animated: boolean;
6205
+ readonly tabsPadding: number;
6152
6206
  }>;
6153
6207
  NConfigProvider: import("vue").DefineComponent<{
6154
6208
  readonly abstract: BooleanConstructor;
@@ -6212,10 +6266,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6212
6266
  confirm: string;
6213
6267
  clear: string;
6214
6268
  };
6215
- Transfer: {
6269
+ LegacyTransfer: {
6216
6270
  sourceTitle: string;
6217
6271
  targetTitle: string;
6218
6272
  };
6273
+ Transfer: {
6274
+ selectAll: string;
6275
+ unselectAll: string;
6276
+ clearAll: string;
6277
+ total: (num: number) => string;
6278
+ selected: (num: number) => string;
6279
+ };
6219
6280
  Empty: {
6220
6281
  description: string;
6221
6282
  };
@@ -6265,6 +6326,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6265
6326
  tipZoomOut: string;
6266
6327
  tipZoomIn: string;
6267
6328
  tipClose: string;
6329
+ tipOriginalSize: string;
6268
6330
  };
6269
6331
  } | null>;
6270
6332
  readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
@@ -6358,10 +6420,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6358
6420
  confirm: string;
6359
6421
  clear: string;
6360
6422
  };
6361
- Transfer: {
6423
+ LegacyTransfer: {
6362
6424
  sourceTitle: string;
6363
6425
  targetTitle: string;
6364
6426
  };
6427
+ Transfer: {
6428
+ selectAll: string;
6429
+ unselectAll: string;
6430
+ clearAll: string;
6431
+ total: (num: number) => string;
6432
+ selected: (num: number) => string;
6433
+ };
6365
6434
  Empty: {
6366
6435
  description: string;
6367
6436
  };
@@ -6411,6 +6480,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6411
6480
  tipZoomOut: string;
6412
6481
  tipZoomIn: string;
6413
6482
  tipClose: string;
6483
+ tipOriginalSize: string;
6414
6484
  };
6415
6485
  } | null>;
6416
6486
  readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
@@ -6437,12 +6507,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
6437
6507
  readonly default: undefined;
6438
6508
  };
6439
6509
  }>>, {
6440
- abstract: boolean;
6441
- tag: string;
6442
- as: string | undefined;
6443
- bordered: boolean | undefined;
6444
- preflightStyleDisabled: boolean;
6445
- inlineThemeDisabled: boolean;
6510
+ readonly abstract: boolean;
6511
+ readonly tag: string;
6512
+ readonly as: string | undefined;
6513
+ readonly bordered: boolean | undefined;
6514
+ readonly preflightStyleDisabled: boolean;
6515
+ readonly inlineThemeDisabled: boolean;
6446
6516
  }>;
6447
6517
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6448
6518
  fieldList: {
@@ -8482,9 +8552,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8482
8552
  titleTextColor: string;
8483
8553
  textColor: string;
8484
8554
  color: string;
8485
- closeColor: string;
8486
8555
  closeColorHover: string;
8487
8556
  closeColorPressed: string;
8557
+ closeIconColor: string;
8558
+ closeIconColorHover: string;
8559
+ closeIconColorPressed: string;
8560
+ closeBorderRadius: string;
8488
8561
  iconColor: string;
8489
8562
  iconColorInfo: string;
8490
8563
  iconColorSuccess: string;
@@ -8500,6 +8573,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8500
8573
  iconMargin: string;
8501
8574
  iconMarginIconTop: string;
8502
8575
  closeSize: string;
8576
+ closeIconSize: string;
8503
8577
  closeMargin: string;
8504
8578
  closeMarginIconTop: string;
8505
8579
  }, {
@@ -8715,14 +8789,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8715
8789
  colorPopover: string;
8716
8790
  colorTarget: string;
8717
8791
  colorEmbedded: string;
8792
+ colorEmbeddedModal: string;
8793
+ colorEmbeddedPopover: string;
8718
8794
  textColor: string;
8719
8795
  titleTextColor: string;
8720
8796
  borderColor: string;
8721
8797
  actionColor: string;
8722
8798
  titleFontWeight: string;
8723
- closeColor: string;
8724
8799
  closeColorHover: string;
8725
8800
  closeColorPressed: string;
8801
+ closeBorderRadius: string;
8802
+ closeIconColor: string;
8803
+ closeIconColorHover: string;
8804
+ closeIconColorPressed: string;
8726
8805
  fontSizeSmall: string;
8727
8806
  fontSizeMedium: string;
8728
8807
  fontSizeLarge: string;
@@ -8737,6 +8816,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8737
8816
  titleFontSizeMedium: string;
8738
8817
  titleFontSizeLarge: string;
8739
8818
  titleFontSizeHuge: string;
8819
+ closeIconSize: string;
8740
8820
  closeSize: string;
8741
8821
  }, any>;
8742
8822
  }>>;
@@ -8756,9 +8836,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8756
8836
  titleTextColor: string;
8757
8837
  textColor: string;
8758
8838
  color: string;
8759
- closeColor: string;
8760
8839
  closeColorHover: string;
8761
8840
  closeColorPressed: string;
8841
+ closeIconColor: string;
8842
+ closeIconColorHover: string;
8843
+ closeIconColorPressed: string;
8844
+ closeBorderRadius: string;
8762
8845
  iconColor: string;
8763
8846
  iconColorInfo: string;
8764
8847
  iconColorSuccess: string;
@@ -8774,6 +8857,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8774
8857
  iconMargin: string;
8775
8858
  iconMarginIconTop: string;
8776
8859
  closeSize: string;
8860
+ closeIconSize: string;
8777
8861
  closeMargin: string;
8778
8862
  closeMarginIconTop: string;
8779
8863
  }, {
@@ -8989,14 +9073,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
8989
9073
  colorPopover: string;
8990
9074
  colorTarget: string;
8991
9075
  colorEmbedded: string;
9076
+ colorEmbeddedModal: string;
9077
+ colorEmbeddedPopover: string;
8992
9078
  textColor: string;
8993
9079
  titleTextColor: string;
8994
9080
  borderColor: string;
8995
9081
  actionColor: string;
8996
9082
  titleFontWeight: string;
8997
- closeColor: string;
8998
9083
  closeColorHover: string;
8999
9084
  closeColorPressed: string;
9085
+ closeBorderRadius: string;
9086
+ closeIconColor: string;
9087
+ closeIconColorHover: string;
9088
+ closeIconColorPressed: string;
9000
9089
  fontSizeSmall: string;
9001
9090
  fontSizeMedium: string;
9002
9091
  fontSizeLarge: string;
@@ -9011,6 +9100,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9011
9100
  titleFontSizeMedium: string;
9012
9101
  titleFontSizeLarge: string;
9013
9102
  titleFontSizeHuge: string;
9103
+ closeIconSize: string;
9014
9104
  closeSize: string;
9015
9105
  }, any>;
9016
9106
  }>>>;
@@ -9030,9 +9120,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9030
9120
  titleTextColor: string;
9031
9121
  textColor: string;
9032
9122
  color: string;
9033
- closeColor: string;
9034
9123
  closeColorHover: string;
9035
9124
  closeColorPressed: string;
9125
+ closeIconColor: string;
9126
+ closeIconColorHover: string;
9127
+ closeIconColorPressed: string;
9128
+ closeBorderRadius: string;
9036
9129
  iconColor: string;
9037
9130
  iconColorInfo: string;
9038
9131
  iconColorSuccess: string;
@@ -9048,6 +9141,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9048
9141
  iconMargin: string;
9049
9142
  iconMarginIconTop: string;
9050
9143
  closeSize: string;
9144
+ closeIconSize: string;
9051
9145
  closeMargin: string;
9052
9146
  closeMarginIconTop: string;
9053
9147
  }, {
@@ -9263,14 +9357,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9263
9357
  colorPopover: string;
9264
9358
  colorTarget: string;
9265
9359
  colorEmbedded: string;
9360
+ colorEmbeddedModal: string;
9361
+ colorEmbeddedPopover: string;
9266
9362
  textColor: string;
9267
9363
  titleTextColor: string;
9268
9364
  borderColor: string;
9269
9365
  actionColor: string;
9270
9366
  titleFontWeight: string;
9271
- closeColor: string;
9272
9367
  closeColorHover: string;
9273
9368
  closeColorPressed: string;
9369
+ closeBorderRadius: string;
9370
+ closeIconColor: string;
9371
+ closeIconColorHover: string;
9372
+ closeIconColorPressed: string;
9274
9373
  fontSizeSmall: string;
9275
9374
  fontSizeMedium: string;
9276
9375
  fontSizeLarge: string;
@@ -9285,6 +9384,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9285
9384
  titleFontSizeMedium: string;
9286
9385
  titleFontSizeLarge: string;
9287
9386
  titleFontSizeHuge: string;
9387
+ closeIconSize: string;
9288
9388
  closeSize: string;
9289
9389
  }, any>;
9290
9390
  }>>>;
@@ -9420,9 +9520,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9420
9520
  titleTextColor: string;
9421
9521
  textColor: string;
9422
9522
  color: string;
9423
- closeColor: string;
9424
9523
  closeColorHover: string;
9425
9524
  closeColorPressed: string;
9525
+ closeIconColor: string;
9526
+ closeIconColorHover: string;
9527
+ closeIconColorPressed: string;
9528
+ closeBorderRadius: string;
9426
9529
  iconColor: string;
9427
9530
  iconColorInfo: string;
9428
9531
  iconColorSuccess: string;
@@ -9438,6 +9541,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9438
9541
  iconMargin: string;
9439
9542
  iconMarginIconTop: string;
9440
9543
  closeSize: string;
9544
+ closeIconSize: string;
9441
9545
  closeMargin: string;
9442
9546
  closeMarginIconTop: string;
9443
9547
  }, {
@@ -9653,14 +9757,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9653
9757
  colorPopover: string;
9654
9758
  colorTarget: string;
9655
9759
  colorEmbedded: string;
9760
+ colorEmbeddedModal: string;
9761
+ colorEmbeddedPopover: string;
9656
9762
  textColor: string;
9657
9763
  titleTextColor: string;
9658
9764
  borderColor: string;
9659
9765
  actionColor: string;
9660
9766
  titleFontWeight: string;
9661
- closeColor: string;
9662
9767
  closeColorHover: string;
9663
9768
  closeColorPressed: string;
9769
+ closeBorderRadius: string;
9770
+ closeIconColor: string;
9771
+ closeIconColorHover: string;
9772
+ closeIconColorPressed: string;
9664
9773
  fontSizeSmall: string;
9665
9774
  fontSizeMedium: string;
9666
9775
  fontSizeLarge: string;
@@ -9675,6 +9784,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9675
9784
  titleFontSizeMedium: string;
9676
9785
  titleFontSizeLarge: string;
9677
9786
  titleFontSizeHuge: string;
9787
+ closeIconSize: string;
9678
9788
  closeSize: string;
9679
9789
  }, any>;
9680
9790
  }>>;
@@ -9694,9 +9804,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9694
9804
  titleTextColor: string;
9695
9805
  textColor: string;
9696
9806
  color: string;
9697
- closeColor: string;
9698
9807
  closeColorHover: string;
9699
9808
  closeColorPressed: string;
9809
+ closeIconColor: string;
9810
+ closeIconColorHover: string;
9811
+ closeIconColorPressed: string;
9812
+ closeBorderRadius: string;
9700
9813
  iconColor: string;
9701
9814
  iconColorInfo: string;
9702
9815
  iconColorSuccess: string;
@@ -9712,6 +9825,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9712
9825
  iconMargin: string;
9713
9826
  iconMarginIconTop: string;
9714
9827
  closeSize: string;
9828
+ closeIconSize: string;
9715
9829
  closeMargin: string;
9716
9830
  closeMarginIconTop: string;
9717
9831
  }, {
@@ -9927,14 +10041,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9927
10041
  colorPopover: string;
9928
10042
  colorTarget: string;
9929
10043
  colorEmbedded: string;
10044
+ colorEmbeddedModal: string;
10045
+ colorEmbeddedPopover: string;
9930
10046
  textColor: string;
9931
10047
  titleTextColor: string;
9932
10048
  borderColor: string;
9933
10049
  actionColor: string;
9934
10050
  titleFontWeight: string;
9935
- closeColor: string;
9936
10051
  closeColorHover: string;
9937
10052
  closeColorPressed: string;
10053
+ closeBorderRadius: string;
10054
+ closeIconColor: string;
10055
+ closeIconColorHover: string;
10056
+ closeIconColorPressed: string;
9938
10057
  fontSizeSmall: string;
9939
10058
  fontSizeMedium: string;
9940
10059
  fontSizeLarge: string;
@@ -9949,6 +10068,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9949
10068
  titleFontSizeMedium: string;
9950
10069
  titleFontSizeLarge: string;
9951
10070
  titleFontSizeHuge: string;
10071
+ closeIconSize: string;
9952
10072
  closeSize: string;
9953
10073
  }, any>;
9954
10074
  }>>>;
@@ -9968,9 +10088,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9968
10088
  titleTextColor: string;
9969
10089
  textColor: string;
9970
10090
  color: string;
9971
- closeColor: string;
9972
10091
  closeColorHover: string;
9973
10092
  closeColorPressed: string;
10093
+ closeIconColor: string;
10094
+ closeIconColorHover: string;
10095
+ closeIconColorPressed: string;
10096
+ closeBorderRadius: string;
9974
10097
  iconColor: string;
9975
10098
  iconColorInfo: string;
9976
10099
  iconColorSuccess: string;
@@ -9986,6 +10109,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
9986
10109
  iconMargin: string;
9987
10110
  iconMarginIconTop: string;
9988
10111
  closeSize: string;
10112
+ closeIconSize: string;
9989
10113
  closeMargin: string;
9990
10114
  closeMarginIconTop: string;
9991
10115
  }, {
@@ -10201,14 +10325,19 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10201
10325
  colorPopover: string;
10202
10326
  colorTarget: string;
10203
10327
  colorEmbedded: string;
10328
+ colorEmbeddedModal: string;
10329
+ colorEmbeddedPopover: string;
10204
10330
  textColor: string;
10205
10331
  titleTextColor: string;
10206
10332
  borderColor: string;
10207
10333
  actionColor: string;
10208
10334
  titleFontWeight: string;
10209
- closeColor: string;
10210
10335
  closeColorHover: string;
10211
10336
  closeColorPressed: string;
10337
+ closeBorderRadius: string;
10338
+ closeIconColor: string;
10339
+ closeIconColorHover: string;
10340
+ closeIconColorPressed: string;
10212
10341
  fontSizeSmall: string;
10213
10342
  fontSizeMedium: string;
10214
10343
  fontSizeLarge: string;
@@ -10223,6 +10352,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10223
10352
  titleFontSizeMedium: string;
10224
10353
  titleFontSizeLarge: string;
10225
10354
  titleFontSizeHuge: string;
10355
+ closeIconSize: string;
10226
10356
  closeSize: string;
10227
10357
  }, any>;
10228
10358
  }>>>;
@@ -10933,14 +11063,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10933
11063
  labelTextAlignHorizontal: string;
10934
11064
  }, any>>>;
10935
11065
  }>>, {
10936
- inline: boolean;
10937
- disabled: boolean;
10938
- onSubmit: (e: Event) => void;
10939
- labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
10940
- model: Record<string, any>;
10941
- showRequireMark: boolean | undefined;
10942
- showFeedback: boolean;
10943
- showLabel: boolean | undefined;
11066
+ readonly inline: boolean;
11067
+ readonly disabled: boolean;
11068
+ readonly onSubmit: (e: Event) => void;
11069
+ readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
11070
+ readonly model: Record<string, any>;
11071
+ readonly showRequireMark: boolean | undefined;
11072
+ readonly showFeedback: boolean;
11073
+ readonly showLabel: boolean | undefined;
10944
11074
  }>;
10945
11075
  NTabPane: import("vue").DefineComponent<{
10946
11076
  readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
@@ -10989,9 +11119,9 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
10989
11119
  [key: string]: any;
10990
11120
  }> | (() => import("vue").VNodeChild)>;
10991
11121
  }>>, {
10992
- disabled: boolean;
10993
- closable: boolean | undefined;
10994
- displayDirective: "show" | "if" | "show:lazy";
11122
+ readonly disabled: boolean;
11123
+ readonly closable: boolean | undefined;
11124
+ readonly displayDirective: "show" | "if" | "show:lazy";
10995
11125
  }>;
10996
11126
  NTabs: import("vue").DefineComponent<{
10997
11127
  readonly value: import("vue").PropType<string | number>;
@@ -11048,9 +11178,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11048
11178
  tabTextColorActiveCard: string;
11049
11179
  tabTextColorDisabledCard: string;
11050
11180
  barColor: string;
11051
- closeColor: string;
11181
+ closeIconColor: string;
11182
+ closeIconColorHover: string;
11183
+ closeIconColorPressed: string;
11052
11184
  closeColorHover: string;
11053
11185
  closeColorPressed: string;
11186
+ closeBorderRadius: string;
11054
11187
  tabColor: string;
11055
11188
  tabColorSegment: string;
11056
11189
  tabBorderColor: string;
@@ -11089,6 +11222,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11089
11222
  panePaddingSmall: string;
11090
11223
  panePaddingMedium: string;
11091
11224
  panePaddingLarge: string;
11225
+ closeSize: string;
11226
+ closeIconSize: string;
11092
11227
  }, any>>;
11093
11228
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
11094
11229
  colorSegment: string;
@@ -11110,9 +11245,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11110
11245
  tabTextColorActiveCard: string;
11111
11246
  tabTextColorDisabledCard: string;
11112
11247
  barColor: string;
11113
- closeColor: string;
11248
+ closeIconColor: string;
11249
+ closeIconColorHover: string;
11250
+ closeIconColorPressed: string;
11114
11251
  closeColorHover: string;
11115
11252
  closeColorPressed: string;
11253
+ closeBorderRadius: string;
11116
11254
  tabColor: string;
11117
11255
  tabColorSegment: string;
11118
11256
  tabBorderColor: string;
@@ -11151,6 +11289,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11151
11289
  panePaddingSmall: string;
11152
11290
  panePaddingMedium: string;
11153
11291
  panePaddingLarge: string;
11292
+ closeSize: string;
11293
+ closeIconSize: string;
11154
11294
  }, any>>>;
11155
11295
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
11156
11296
  colorSegment: string;
@@ -11172,9 +11312,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11172
11312
  tabTextColorActiveCard: string;
11173
11313
  tabTextColorDisabledCard: string;
11174
11314
  barColor: string;
11175
- closeColor: string;
11315
+ closeIconColor: string;
11316
+ closeIconColorHover: string;
11317
+ closeIconColorPressed: string;
11176
11318
  closeColorHover: string;
11177
11319
  closeColorPressed: string;
11320
+ closeBorderRadius: string;
11178
11321
  tabColor: string;
11179
11322
  tabColorSegment: string;
11180
11323
  tabBorderColor: string;
@@ -11213,12 +11356,15 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11213
11356
  panePaddingSmall: string;
11214
11357
  panePaddingMedium: string;
11215
11358
  panePaddingLarge: string;
11359
+ closeSize: string;
11360
+ closeIconSize: string;
11216
11361
  }, any>>>;
11217
11362
  }, {
11218
11363
  syncBarPosition: () => void;
11219
11364
  mergedClsPrefix: import("vue").ComputedRef<string>;
11220
11365
  mergedValue: import("vue").ComputedRef<string | number | null>;
11221
11366
  renderedNames: Set<string | number>;
11367
+ tabsRailElRef: import("vue").Ref<HTMLElement | null>;
11222
11368
  tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
11223
11369
  tabsElRef: import("vue").Ref<HTMLElement | null>;
11224
11370
  barElRef: import("vue").Ref<HTMLElement | null>;
@@ -11283,9 +11429,14 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11283
11429
  '--n-pane-text-color': string;
11284
11430
  '--n-tab-border-color': string;
11285
11431
  '--n-tab-border-radius': string;
11286
- '--n-close-color': string;
11432
+ '--n-close-size': string;
11433
+ '--n-close-icon-size': string;
11287
11434
  '--n-close-color-hover': string;
11288
11435
  '--n-close-color-pressed': string;
11436
+ '--n-close-border-radius': string;
11437
+ '--n-close-icon-color': string;
11438
+ '--n-close-icon-color-hover': string;
11439
+ '--n-close-icon-color-pressed': string;
11289
11440
  '--n-tab-color': string;
11290
11441
  '--n-tab-font-weight': string;
11291
11442
  '--n-tab-font-weight-active': string;
@@ -11300,7 +11451,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11300
11451
  renderNameListRef: {
11301
11452
  value: (string | number)[];
11302
11453
  };
11303
- onAnimationBeforeLeave: () => void;
11454
+ onAnimationBeforeLeave: (el: HTMLElement) => void;
11304
11455
  onAnimationEnter: (el: HTMLElement) => void;
11305
11456
  onAnimationAfterEnter: () => void;
11306
11457
  onRender: (() => void) | undefined;
@@ -11359,9 +11510,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11359
11510
  tabTextColorActiveCard: string;
11360
11511
  tabTextColorDisabledCard: string;
11361
11512
  barColor: string;
11362
- closeColor: string;
11513
+ closeIconColor: string;
11514
+ closeIconColorHover: string;
11515
+ closeIconColorPressed: string;
11363
11516
  closeColorHover: string;
11364
11517
  closeColorPressed: string;
11518
+ closeBorderRadius: string;
11365
11519
  tabColor: string;
11366
11520
  tabColorSegment: string;
11367
11521
  tabBorderColor: string;
@@ -11400,6 +11554,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11400
11554
  panePaddingSmall: string;
11401
11555
  panePaddingMedium: string;
11402
11556
  panePaddingLarge: string;
11557
+ closeSize: string;
11558
+ closeIconSize: string;
11403
11559
  }, any>>;
11404
11560
  readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
11405
11561
  colorSegment: string;
@@ -11421,9 +11577,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11421
11577
  tabTextColorActiveCard: string;
11422
11578
  tabTextColorDisabledCard: string;
11423
11579
  barColor: string;
11424
- closeColor: string;
11580
+ closeIconColor: string;
11581
+ closeIconColorHover: string;
11582
+ closeIconColorPressed: string;
11425
11583
  closeColorHover: string;
11426
11584
  closeColorPressed: string;
11585
+ closeBorderRadius: string;
11427
11586
  tabColor: string;
11428
11587
  tabColorSegment: string;
11429
11588
  tabBorderColor: string;
@@ -11462,6 +11621,8 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11462
11621
  panePaddingSmall: string;
11463
11622
  panePaddingMedium: string;
11464
11623
  panePaddingLarge: string;
11624
+ closeSize: string;
11625
+ closeIconSize: string;
11465
11626
  }, any>>>;
11466
11627
  readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
11467
11628
  colorSegment: string;
@@ -11483,9 +11644,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11483
11644
  tabTextColorActiveCard: string;
11484
11645
  tabTextColorDisabledCard: string;
11485
11646
  barColor: string;
11486
- closeColor: string;
11647
+ closeIconColor: string;
11648
+ closeIconColorHover: string;
11649
+ closeIconColorPressed: string;
11487
11650
  closeColorHover: string;
11488
11651
  closeColorPressed: string;
11652
+ closeBorderRadius: string;
11489
11653
  tabColor: string;
11490
11654
  tabColorSegment: string;
11491
11655
  tabBorderColor: string;
@@ -11524,14 +11688,16 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11524
11688
  panePaddingSmall: string;
11525
11689
  panePaddingMedium: string;
11526
11690
  panePaddingLarge: string;
11691
+ closeSize: string;
11692
+ closeIconSize: string;
11527
11693
  }, any>>>;
11528
11694
  }>>, {
11529
- type: import("naive-ui/es/tabs/src/interface").TabsType;
11530
- size: "small" | "medium" | "large";
11531
- closable: boolean;
11532
- trigger: "click" | "hover";
11533
- animated: boolean;
11534
- tabsPadding: number;
11695
+ readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
11696
+ readonly size: "small" | "medium" | "large";
11697
+ readonly closable: boolean;
11698
+ readonly trigger: "click" | "hover";
11699
+ readonly animated: boolean;
11700
+ readonly tabsPadding: number;
11535
11701
  }>;
11536
11702
  NConfigProvider: import("vue").DefineComponent<{
11537
11703
  readonly abstract: BooleanConstructor;
@@ -11595,10 +11761,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11595
11761
  confirm: string;
11596
11762
  clear: string;
11597
11763
  };
11598
- Transfer: {
11764
+ LegacyTransfer: {
11599
11765
  sourceTitle: string;
11600
11766
  targetTitle: string;
11601
11767
  };
11768
+ Transfer: {
11769
+ selectAll: string;
11770
+ unselectAll: string;
11771
+ clearAll: string;
11772
+ total: (num: number) => string;
11773
+ selected: (num: number) => string;
11774
+ };
11602
11775
  Empty: {
11603
11776
  description: string;
11604
11777
  };
@@ -11648,6 +11821,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11648
11821
  tipZoomOut: string;
11649
11822
  tipZoomIn: string;
11650
11823
  tipClose: string;
11824
+ tipOriginalSize: string;
11651
11825
  };
11652
11826
  } | null>;
11653
11827
  readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
@@ -11741,10 +11915,17 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11741
11915
  confirm: string;
11742
11916
  clear: string;
11743
11917
  };
11744
- Transfer: {
11918
+ LegacyTransfer: {
11745
11919
  sourceTitle: string;
11746
11920
  targetTitle: string;
11747
11921
  };
11922
+ Transfer: {
11923
+ selectAll: string;
11924
+ unselectAll: string;
11925
+ clearAll: string;
11926
+ total: (num: number) => string;
11927
+ selected: (num: number) => string;
11928
+ };
11748
11929
  Empty: {
11749
11930
  description: string;
11750
11931
  };
@@ -11794,6 +11975,7 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11794
11975
  tipZoomOut: string;
11795
11976
  tipZoomIn: string;
11796
11977
  tipClose: string;
11978
+ tipOriginalSize: string;
11797
11979
  };
11798
11980
  } | null>;
11799
11981
  readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
@@ -11820,12 +12002,12 @@ declare const FormConfig: SFCWithInstall<import("vue").DefineComponent<{
11820
12002
  readonly default: undefined;
11821
12003
  };
11822
12004
  }>>, {
11823
- abstract: boolean;
11824
- tag: string;
11825
- as: string | undefined;
11826
- bordered: boolean | undefined;
11827
- preflightStyleDisabled: boolean;
11828
- inlineThemeDisabled: boolean;
12005
+ readonly abstract: boolean;
12006
+ readonly tag: string;
12007
+ readonly as: string | undefined;
12008
+ readonly bordered: boolean | undefined;
12009
+ readonly preflightStyleDisabled: boolean;
12010
+ readonly inlineThemeDisabled: boolean;
11829
12011
  }>;
11830
12012
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
11831
12013
  fieldList: {