cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -113,7 +113,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
113
113
|
readonly default: true;
|
|
114
114
|
};
|
|
115
115
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
116
|
-
readonly nativeFocusBehavior:
|
|
116
|
+
readonly nativeFocusBehavior: {
|
|
117
|
+
readonly type: BooleanConstructor;
|
|
118
|
+
readonly default: boolean;
|
|
119
|
+
};
|
|
117
120
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
118
121
|
heightTiny: string;
|
|
119
122
|
heightSmall: string;
|
|
@@ -827,7 +830,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
827
830
|
readonly default: true;
|
|
828
831
|
};
|
|
829
832
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
830
|
-
readonly nativeFocusBehavior:
|
|
833
|
+
readonly nativeFocusBehavior: {
|
|
834
|
+
readonly type: BooleanConstructor;
|
|
835
|
+
readonly default: boolean;
|
|
836
|
+
};
|
|
831
837
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
832
838
|
heightTiny: string;
|
|
833
839
|
heightSmall: string;
|
|
@@ -1441,26 +1447,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1441
1447
|
rippleDuration: string;
|
|
1442
1448
|
}, any>>>;
|
|
1443
1449
|
}>>, {
|
|
1444
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1445
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1446
|
-
block: boolean;
|
|
1447
|
-
round: boolean;
|
|
1448
|
-
dashed: boolean;
|
|
1449
|
-
text: boolean;
|
|
1450
|
-
circle: boolean;
|
|
1451
|
-
disabled: boolean;
|
|
1452
|
-
focusable: boolean;
|
|
1453
|
-
strong: boolean;
|
|
1454
|
-
loading: boolean;
|
|
1455
|
-
bordered: boolean;
|
|
1456
|
-
tertiary: boolean;
|
|
1457
|
-
ghost: boolean;
|
|
1458
|
-
keyboard: boolean;
|
|
1459
|
-
secondary: boolean;
|
|
1460
|
-
quaternary: boolean;
|
|
1461
|
-
iconPlacement: "left" | "right";
|
|
1462
|
-
attrType: "button" | "reset" | "submit";
|
|
1463
|
-
nativeFocusBehavior: boolean;
|
|
1450
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1451
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1452
|
+
readonly block: boolean;
|
|
1453
|
+
readonly round: boolean;
|
|
1454
|
+
readonly dashed: boolean;
|
|
1455
|
+
readonly text: boolean;
|
|
1456
|
+
readonly circle: boolean;
|
|
1457
|
+
readonly disabled: boolean;
|
|
1458
|
+
readonly focusable: boolean;
|
|
1459
|
+
readonly strong: boolean;
|
|
1460
|
+
readonly loading: boolean;
|
|
1461
|
+
readonly bordered: boolean;
|
|
1462
|
+
readonly tertiary: boolean;
|
|
1463
|
+
readonly ghost: boolean;
|
|
1464
|
+
readonly keyboard: boolean;
|
|
1465
|
+
readonly secondary: boolean;
|
|
1466
|
+
readonly quaternary: boolean;
|
|
1467
|
+
readonly iconPlacement: "left" | "right";
|
|
1468
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1469
|
+
readonly nativeFocusBehavior: boolean;
|
|
1464
1470
|
}>;
|
|
1465
1471
|
Draggable: import("vue").DefineComponent<{
|
|
1466
1472
|
list: {
|
|
@@ -1591,7 +1597,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1591
1597
|
readonly default: true;
|
|
1592
1598
|
};
|
|
1593
1599
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1594
|
-
readonly nativeFocusBehavior:
|
|
1600
|
+
readonly nativeFocusBehavior: {
|
|
1601
|
+
readonly type: BooleanConstructor;
|
|
1602
|
+
readonly default: boolean;
|
|
1603
|
+
};
|
|
1595
1604
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1596
1605
|
heightTiny: string;
|
|
1597
1606
|
heightSmall: string;
|
|
@@ -2305,7 +2314,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2305
2314
|
readonly default: true;
|
|
2306
2315
|
};
|
|
2307
2316
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2308
|
-
readonly nativeFocusBehavior:
|
|
2317
|
+
readonly nativeFocusBehavior: {
|
|
2318
|
+
readonly type: BooleanConstructor;
|
|
2319
|
+
readonly default: boolean;
|
|
2320
|
+
};
|
|
2309
2321
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2310
2322
|
heightTiny: string;
|
|
2311
2323
|
heightSmall: string;
|
|
@@ -2919,26 +2931,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2919
2931
|
rippleDuration: string;
|
|
2920
2932
|
}, any>>>;
|
|
2921
2933
|
}>>, {
|
|
2922
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2923
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2924
|
-
block: boolean;
|
|
2925
|
-
round: boolean;
|
|
2926
|
-
dashed: boolean;
|
|
2927
|
-
text: boolean;
|
|
2928
|
-
circle: boolean;
|
|
2929
|
-
disabled: boolean;
|
|
2930
|
-
focusable: boolean;
|
|
2931
|
-
strong: boolean;
|
|
2932
|
-
loading: boolean;
|
|
2933
|
-
bordered: boolean;
|
|
2934
|
-
tertiary: boolean;
|
|
2935
|
-
ghost: boolean;
|
|
2936
|
-
keyboard: boolean;
|
|
2937
|
-
secondary: boolean;
|
|
2938
|
-
quaternary: boolean;
|
|
2939
|
-
iconPlacement: "left" | "right";
|
|
2940
|
-
attrType: "button" | "reset" | "submit";
|
|
2941
|
-
nativeFocusBehavior: boolean;
|
|
2934
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2935
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2936
|
+
readonly block: boolean;
|
|
2937
|
+
readonly round: boolean;
|
|
2938
|
+
readonly dashed: boolean;
|
|
2939
|
+
readonly text: boolean;
|
|
2940
|
+
readonly circle: boolean;
|
|
2941
|
+
readonly disabled: boolean;
|
|
2942
|
+
readonly focusable: boolean;
|
|
2943
|
+
readonly strong: boolean;
|
|
2944
|
+
readonly loading: boolean;
|
|
2945
|
+
readonly bordered: boolean;
|
|
2946
|
+
readonly tertiary: boolean;
|
|
2947
|
+
readonly ghost: boolean;
|
|
2948
|
+
readonly keyboard: boolean;
|
|
2949
|
+
readonly secondary: boolean;
|
|
2950
|
+
readonly quaternary: boolean;
|
|
2951
|
+
readonly iconPlacement: "left" | "right";
|
|
2952
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2953
|
+
readonly nativeFocusBehavior: boolean;
|
|
2942
2954
|
}>;
|
|
2943
2955
|
NButtonGroup: import("vue").DefineComponent<{
|
|
2944
2956
|
readonly size: {
|
|
@@ -2956,8 +2968,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2956
2968
|
};
|
|
2957
2969
|
readonly vertical: BooleanConstructor;
|
|
2958
2970
|
}>>, {
|
|
2959
|
-
size: import("naive-ui/es/button/src/interface").Size | undefined;
|
|
2960
|
-
vertical: boolean;
|
|
2971
|
+
readonly size: import("naive-ui/es/button/src/interface").Size | undefined;
|
|
2972
|
+
readonly vertical: boolean;
|
|
2961
2973
|
}>;
|
|
2962
2974
|
NPopconfirm: import("vue").DefineComponent<{
|
|
2963
2975
|
positiveText: PropType<string | null>;
|
|
@@ -3031,9 +3043,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3031
3043
|
scrollable: BooleanConstructor;
|
|
3032
3044
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
3033
3045
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
3046
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
3034
3047
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
3035
3048
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3036
3049
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3050
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3037
3051
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3038
3052
|
internalInheritedEventHandlers: {
|
|
3039
3053
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3766,10 +3780,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3766
3780
|
opacity5: string;
|
|
3767
3781
|
dividerColor: string;
|
|
3768
3782
|
borderColor: string;
|
|
3769
|
-
|
|
3783
|
+
closeIconColor: string;
|
|
3784
|
+
closeIconColorHover: string;
|
|
3785
|
+
closeIconColorPressed: string;
|
|
3770
3786
|
closeColorHover: string;
|
|
3771
3787
|
closeColorPressed: string;
|
|
3772
|
-
closeColorDisabled: string;
|
|
3773
3788
|
clearColor: string;
|
|
3774
3789
|
clearColorHover: string;
|
|
3775
3790
|
clearColorPressed: string;
|
|
@@ -4148,9 +4163,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4148
4163
|
scrollable: BooleanConstructor;
|
|
4149
4164
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
4150
4165
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
4166
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
4151
4167
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
4152
4168
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4153
4169
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4170
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4154
4171
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4155
4172
|
internalInheritedEventHandlers: {
|
|
4156
4173
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4859,6 +4876,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4859
4876
|
arrowPointToCenter: boolean;
|
|
4860
4877
|
displayDirective: "show" | "if";
|
|
4861
4878
|
keepAliveOnHover: boolean;
|
|
4879
|
+
internalDeactivateImmediately: boolean;
|
|
4862
4880
|
animated: boolean;
|
|
4863
4881
|
internalTrapFocus: boolean;
|
|
4864
4882
|
defaultShow: boolean;
|
|
@@ -5552,14 +5570,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5552
5570
|
labelTextAlignHorizontal: string;
|
|
5553
5571
|
}, any>>>;
|
|
5554
5572
|
}>>, {
|
|
5555
|
-
inline: boolean;
|
|
5556
|
-
disabled: boolean;
|
|
5557
|
-
onSubmit: (e: Event) => void;
|
|
5558
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
5559
|
-
model: Record<string, any>;
|
|
5560
|
-
showRequireMark: boolean | undefined;
|
|
5561
|
-
showFeedback: boolean;
|
|
5562
|
-
showLabel: boolean | undefined;
|
|
5573
|
+
readonly inline: boolean;
|
|
5574
|
+
readonly disabled: boolean;
|
|
5575
|
+
readonly onSubmit: (e: Event) => void;
|
|
5576
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
5577
|
+
readonly model: Record<string, any>;
|
|
5578
|
+
readonly showRequireMark: boolean | undefined;
|
|
5579
|
+
readonly showFeedback: boolean;
|
|
5580
|
+
readonly showLabel: boolean | undefined;
|
|
5563
5581
|
}>;
|
|
5564
5582
|
NTabPane: import("vue").DefineComponent<{
|
|
5565
5583
|
readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -5608,9 +5626,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5608
5626
|
[key: string]: any;
|
|
5609
5627
|
}> | (() => import("vue").VNodeChild)>;
|
|
5610
5628
|
}>>, {
|
|
5611
|
-
disabled: boolean;
|
|
5612
|
-
closable: boolean | undefined;
|
|
5613
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
5629
|
+
readonly disabled: boolean;
|
|
5630
|
+
readonly closable: boolean | undefined;
|
|
5631
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
5614
5632
|
}>;
|
|
5615
5633
|
NTabs: import("vue").DefineComponent<{
|
|
5616
5634
|
readonly value: PropType<string | number>;
|
|
@@ -5667,9 +5685,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5667
5685
|
tabTextColorActiveCard: string;
|
|
5668
5686
|
tabTextColorDisabledCard: string;
|
|
5669
5687
|
barColor: string;
|
|
5670
|
-
|
|
5688
|
+
closeIconColor: string;
|
|
5689
|
+
closeIconColorHover: string;
|
|
5690
|
+
closeIconColorPressed: string;
|
|
5671
5691
|
closeColorHover: string;
|
|
5672
5692
|
closeColorPressed: string;
|
|
5693
|
+
closeBorderRadius: string;
|
|
5673
5694
|
tabColor: string;
|
|
5674
5695
|
tabColorSegment: string;
|
|
5675
5696
|
tabBorderColor: string;
|
|
@@ -5708,6 +5729,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5708
5729
|
panePaddingSmall: string;
|
|
5709
5730
|
panePaddingMedium: string;
|
|
5710
5731
|
panePaddingLarge: string;
|
|
5732
|
+
closeSize: string;
|
|
5733
|
+
closeIconSize: string;
|
|
5711
5734
|
}, any>>;
|
|
5712
5735
|
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
5713
5736
|
colorSegment: string;
|
|
@@ -5729,9 +5752,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5729
5752
|
tabTextColorActiveCard: string;
|
|
5730
5753
|
tabTextColorDisabledCard: string;
|
|
5731
5754
|
barColor: string;
|
|
5732
|
-
|
|
5755
|
+
closeIconColor: string;
|
|
5756
|
+
closeIconColorHover: string;
|
|
5757
|
+
closeIconColorPressed: string;
|
|
5733
5758
|
closeColorHover: string;
|
|
5734
5759
|
closeColorPressed: string;
|
|
5760
|
+
closeBorderRadius: string;
|
|
5735
5761
|
tabColor: string;
|
|
5736
5762
|
tabColorSegment: string;
|
|
5737
5763
|
tabBorderColor: string;
|
|
@@ -5770,6 +5796,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5770
5796
|
panePaddingSmall: string;
|
|
5771
5797
|
panePaddingMedium: string;
|
|
5772
5798
|
panePaddingLarge: string;
|
|
5799
|
+
closeSize: string;
|
|
5800
|
+
closeIconSize: string;
|
|
5773
5801
|
}, any>>>;
|
|
5774
5802
|
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
5775
5803
|
colorSegment: string;
|
|
@@ -5791,9 +5819,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5791
5819
|
tabTextColorActiveCard: string;
|
|
5792
5820
|
tabTextColorDisabledCard: string;
|
|
5793
5821
|
barColor: string;
|
|
5794
|
-
|
|
5822
|
+
closeIconColor: string;
|
|
5823
|
+
closeIconColorHover: string;
|
|
5824
|
+
closeIconColorPressed: string;
|
|
5795
5825
|
closeColorHover: string;
|
|
5796
5826
|
closeColorPressed: string;
|
|
5827
|
+
closeBorderRadius: string;
|
|
5797
5828
|
tabColor: string;
|
|
5798
5829
|
tabColorSegment: string;
|
|
5799
5830
|
tabBorderColor: string;
|
|
@@ -5832,12 +5863,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5832
5863
|
panePaddingSmall: string;
|
|
5833
5864
|
panePaddingMedium: string;
|
|
5834
5865
|
panePaddingLarge: string;
|
|
5866
|
+
closeSize: string;
|
|
5867
|
+
closeIconSize: string;
|
|
5835
5868
|
}, any>>>;
|
|
5836
5869
|
}, {
|
|
5837
5870
|
syncBarPosition: () => void;
|
|
5838
5871
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
5839
5872
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
5840
5873
|
renderedNames: Set<string | number>;
|
|
5874
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
5841
5875
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
5842
5876
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
5843
5877
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -5902,9 +5936,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5902
5936
|
'--n-pane-text-color': string;
|
|
5903
5937
|
'--n-tab-border-color': string;
|
|
5904
5938
|
'--n-tab-border-radius': string;
|
|
5905
|
-
'--n-close-
|
|
5939
|
+
'--n-close-size': string;
|
|
5940
|
+
'--n-close-icon-size': string;
|
|
5906
5941
|
'--n-close-color-hover': string;
|
|
5907
5942
|
'--n-close-color-pressed': string;
|
|
5943
|
+
'--n-close-border-radius': string;
|
|
5944
|
+
'--n-close-icon-color': string;
|
|
5945
|
+
'--n-close-icon-color-hover': string;
|
|
5946
|
+
'--n-close-icon-color-pressed': string;
|
|
5908
5947
|
'--n-tab-color': string;
|
|
5909
5948
|
'--n-tab-font-weight': string;
|
|
5910
5949
|
'--n-tab-font-weight-active': string;
|
|
@@ -5919,7 +5958,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5919
5958
|
renderNameListRef: {
|
|
5920
5959
|
value: (string | number)[];
|
|
5921
5960
|
};
|
|
5922
|
-
onAnimationBeforeLeave: () => void;
|
|
5961
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
5923
5962
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
5924
5963
|
onAnimationAfterEnter: () => void;
|
|
5925
5964
|
onRender: (() => void) | undefined;
|
|
@@ -5978,9 +6017,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5978
6017
|
tabTextColorActiveCard: string;
|
|
5979
6018
|
tabTextColorDisabledCard: string;
|
|
5980
6019
|
barColor: string;
|
|
5981
|
-
|
|
6020
|
+
closeIconColor: string;
|
|
6021
|
+
closeIconColorHover: string;
|
|
6022
|
+
closeIconColorPressed: string;
|
|
5982
6023
|
closeColorHover: string;
|
|
5983
6024
|
closeColorPressed: string;
|
|
6025
|
+
closeBorderRadius: string;
|
|
5984
6026
|
tabColor: string;
|
|
5985
6027
|
tabColorSegment: string;
|
|
5986
6028
|
tabBorderColor: string;
|
|
@@ -6019,6 +6061,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6019
6061
|
panePaddingSmall: string;
|
|
6020
6062
|
panePaddingMedium: string;
|
|
6021
6063
|
panePaddingLarge: string;
|
|
6064
|
+
closeSize: string;
|
|
6065
|
+
closeIconSize: string;
|
|
6022
6066
|
}, any>>;
|
|
6023
6067
|
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
6024
6068
|
colorSegment: string;
|
|
@@ -6040,9 +6084,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6040
6084
|
tabTextColorActiveCard: string;
|
|
6041
6085
|
tabTextColorDisabledCard: string;
|
|
6042
6086
|
barColor: string;
|
|
6043
|
-
|
|
6087
|
+
closeIconColor: string;
|
|
6088
|
+
closeIconColorHover: string;
|
|
6089
|
+
closeIconColorPressed: string;
|
|
6044
6090
|
closeColorHover: string;
|
|
6045
6091
|
closeColorPressed: string;
|
|
6092
|
+
closeBorderRadius: string;
|
|
6046
6093
|
tabColor: string;
|
|
6047
6094
|
tabColorSegment: string;
|
|
6048
6095
|
tabBorderColor: string;
|
|
@@ -6081,6 +6128,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6081
6128
|
panePaddingSmall: string;
|
|
6082
6129
|
panePaddingMedium: string;
|
|
6083
6130
|
panePaddingLarge: string;
|
|
6131
|
+
closeSize: string;
|
|
6132
|
+
closeIconSize: string;
|
|
6084
6133
|
}, any>>>;
|
|
6085
6134
|
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
6086
6135
|
colorSegment: string;
|
|
@@ -6102,9 +6151,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6102
6151
|
tabTextColorActiveCard: string;
|
|
6103
6152
|
tabTextColorDisabledCard: string;
|
|
6104
6153
|
barColor: string;
|
|
6105
|
-
|
|
6154
|
+
closeIconColor: string;
|
|
6155
|
+
closeIconColorHover: string;
|
|
6156
|
+
closeIconColorPressed: string;
|
|
6106
6157
|
closeColorHover: string;
|
|
6107
6158
|
closeColorPressed: string;
|
|
6159
|
+
closeBorderRadius: string;
|
|
6108
6160
|
tabColor: string;
|
|
6109
6161
|
tabColorSegment: string;
|
|
6110
6162
|
tabBorderColor: string;
|
|
@@ -6143,14 +6195,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6143
6195
|
panePaddingSmall: string;
|
|
6144
6196
|
panePaddingMedium: string;
|
|
6145
6197
|
panePaddingLarge: string;
|
|
6198
|
+
closeSize: string;
|
|
6199
|
+
closeIconSize: string;
|
|
6146
6200
|
}, any>>>;
|
|
6147
6201
|
}>>, {
|
|
6148
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
6149
|
-
size: "small" | "medium" | "large";
|
|
6150
|
-
closable: boolean;
|
|
6151
|
-
trigger: "click" | "hover";
|
|
6152
|
-
animated: boolean;
|
|
6153
|
-
tabsPadding: number;
|
|
6202
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
6203
|
+
readonly size: "small" | "medium" | "large";
|
|
6204
|
+
readonly closable: boolean;
|
|
6205
|
+
readonly trigger: "click" | "hover";
|
|
6206
|
+
readonly animated: boolean;
|
|
6207
|
+
readonly tabsPadding: number;
|
|
6154
6208
|
}>;
|
|
6155
6209
|
NConfigProvider: import("vue").DefineComponent<{
|
|
6156
6210
|
readonly abstract: BooleanConstructor;
|
|
@@ -6214,10 +6268,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6214
6268
|
confirm: string;
|
|
6215
6269
|
clear: string;
|
|
6216
6270
|
};
|
|
6217
|
-
|
|
6271
|
+
LegacyTransfer: {
|
|
6218
6272
|
sourceTitle: string;
|
|
6219
6273
|
targetTitle: string;
|
|
6220
6274
|
};
|
|
6275
|
+
Transfer: {
|
|
6276
|
+
selectAll: string;
|
|
6277
|
+
unselectAll: string;
|
|
6278
|
+
clearAll: string;
|
|
6279
|
+
total: (num: number) => string;
|
|
6280
|
+
selected: (num: number) => string;
|
|
6281
|
+
};
|
|
6221
6282
|
Empty: {
|
|
6222
6283
|
description: string;
|
|
6223
6284
|
};
|
|
@@ -6267,6 +6328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6267
6328
|
tipZoomOut: string;
|
|
6268
6329
|
tipZoomIn: string;
|
|
6269
6330
|
tipClose: string;
|
|
6331
|
+
tipOriginalSize: string;
|
|
6270
6332
|
};
|
|
6271
6333
|
} | null>;
|
|
6272
6334
|
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -6360,10 +6422,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6360
6422
|
confirm: string;
|
|
6361
6423
|
clear: string;
|
|
6362
6424
|
};
|
|
6363
|
-
|
|
6425
|
+
LegacyTransfer: {
|
|
6364
6426
|
sourceTitle: string;
|
|
6365
6427
|
targetTitle: string;
|
|
6366
6428
|
};
|
|
6429
|
+
Transfer: {
|
|
6430
|
+
selectAll: string;
|
|
6431
|
+
unselectAll: string;
|
|
6432
|
+
clearAll: string;
|
|
6433
|
+
total: (num: number) => string;
|
|
6434
|
+
selected: (num: number) => string;
|
|
6435
|
+
};
|
|
6367
6436
|
Empty: {
|
|
6368
6437
|
description: string;
|
|
6369
6438
|
};
|
|
@@ -6413,6 +6482,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6413
6482
|
tipZoomOut: string;
|
|
6414
6483
|
tipZoomIn: string;
|
|
6415
6484
|
tipClose: string;
|
|
6485
|
+
tipOriginalSize: string;
|
|
6416
6486
|
};
|
|
6417
6487
|
} | null>;
|
|
6418
6488
|
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -6439,12 +6509,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6439
6509
|
readonly default: undefined;
|
|
6440
6510
|
};
|
|
6441
6511
|
}>>, {
|
|
6442
|
-
abstract: boolean;
|
|
6443
|
-
tag: string;
|
|
6444
|
-
as: string | undefined;
|
|
6445
|
-
bordered: boolean | undefined;
|
|
6446
|
-
preflightStyleDisabled: boolean;
|
|
6447
|
-
inlineThemeDisabled: boolean;
|
|
6512
|
+
readonly abstract: boolean;
|
|
6513
|
+
readonly tag: string;
|
|
6514
|
+
readonly as: string | undefined;
|
|
6515
|
+
readonly bordered: boolean | undefined;
|
|
6516
|
+
readonly preflightStyleDisabled: boolean;
|
|
6517
|
+
readonly inlineThemeDisabled: boolean;
|
|
6448
6518
|
}>;
|
|
6449
6519
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6450
6520
|
fieldList: {
|
|
@@ -8484,9 +8554,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8484
8554
|
titleTextColor: string;
|
|
8485
8555
|
textColor: string;
|
|
8486
8556
|
color: string;
|
|
8487
|
-
closeColor: string;
|
|
8488
8557
|
closeColorHover: string;
|
|
8489
8558
|
closeColorPressed: string;
|
|
8559
|
+
closeIconColor: string;
|
|
8560
|
+
closeIconColorHover: string;
|
|
8561
|
+
closeIconColorPressed: string;
|
|
8562
|
+
closeBorderRadius: string;
|
|
8490
8563
|
iconColor: string;
|
|
8491
8564
|
iconColorInfo: string;
|
|
8492
8565
|
iconColorSuccess: string;
|
|
@@ -8502,6 +8575,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8502
8575
|
iconMargin: string;
|
|
8503
8576
|
iconMarginIconTop: string;
|
|
8504
8577
|
closeSize: string;
|
|
8578
|
+
closeIconSize: string;
|
|
8505
8579
|
closeMargin: string;
|
|
8506
8580
|
closeMarginIconTop: string;
|
|
8507
8581
|
}, {
|
|
@@ -8717,14 +8791,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8717
8791
|
colorPopover: string;
|
|
8718
8792
|
colorTarget: string;
|
|
8719
8793
|
colorEmbedded: string;
|
|
8794
|
+
colorEmbeddedModal: string;
|
|
8795
|
+
colorEmbeddedPopover: string;
|
|
8720
8796
|
textColor: string;
|
|
8721
8797
|
titleTextColor: string;
|
|
8722
8798
|
borderColor: string;
|
|
8723
8799
|
actionColor: string;
|
|
8724
8800
|
titleFontWeight: string;
|
|
8725
|
-
closeColor: string;
|
|
8726
8801
|
closeColorHover: string;
|
|
8727
8802
|
closeColorPressed: string;
|
|
8803
|
+
closeBorderRadius: string;
|
|
8804
|
+
closeIconColor: string;
|
|
8805
|
+
closeIconColorHover: string;
|
|
8806
|
+
closeIconColorPressed: string;
|
|
8728
8807
|
fontSizeSmall: string;
|
|
8729
8808
|
fontSizeMedium: string;
|
|
8730
8809
|
fontSizeLarge: string;
|
|
@@ -8739,6 +8818,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8739
8818
|
titleFontSizeMedium: string;
|
|
8740
8819
|
titleFontSizeLarge: string;
|
|
8741
8820
|
titleFontSizeHuge: string;
|
|
8821
|
+
closeIconSize: string;
|
|
8742
8822
|
closeSize: string;
|
|
8743
8823
|
}, any>;
|
|
8744
8824
|
}>>;
|
|
@@ -8758,9 +8838,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8758
8838
|
titleTextColor: string;
|
|
8759
8839
|
textColor: string;
|
|
8760
8840
|
color: string;
|
|
8761
|
-
closeColor: string;
|
|
8762
8841
|
closeColorHover: string;
|
|
8763
8842
|
closeColorPressed: string;
|
|
8843
|
+
closeIconColor: string;
|
|
8844
|
+
closeIconColorHover: string;
|
|
8845
|
+
closeIconColorPressed: string;
|
|
8846
|
+
closeBorderRadius: string;
|
|
8764
8847
|
iconColor: string;
|
|
8765
8848
|
iconColorInfo: string;
|
|
8766
8849
|
iconColorSuccess: string;
|
|
@@ -8776,6 +8859,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8776
8859
|
iconMargin: string;
|
|
8777
8860
|
iconMarginIconTop: string;
|
|
8778
8861
|
closeSize: string;
|
|
8862
|
+
closeIconSize: string;
|
|
8779
8863
|
closeMargin: string;
|
|
8780
8864
|
closeMarginIconTop: string;
|
|
8781
8865
|
}, {
|
|
@@ -8991,14 +9075,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8991
9075
|
colorPopover: string;
|
|
8992
9076
|
colorTarget: string;
|
|
8993
9077
|
colorEmbedded: string;
|
|
9078
|
+
colorEmbeddedModal: string;
|
|
9079
|
+
colorEmbeddedPopover: string;
|
|
8994
9080
|
textColor: string;
|
|
8995
9081
|
titleTextColor: string;
|
|
8996
9082
|
borderColor: string;
|
|
8997
9083
|
actionColor: string;
|
|
8998
9084
|
titleFontWeight: string;
|
|
8999
|
-
closeColor: string;
|
|
9000
9085
|
closeColorHover: string;
|
|
9001
9086
|
closeColorPressed: string;
|
|
9087
|
+
closeBorderRadius: string;
|
|
9088
|
+
closeIconColor: string;
|
|
9089
|
+
closeIconColorHover: string;
|
|
9090
|
+
closeIconColorPressed: string;
|
|
9002
9091
|
fontSizeSmall: string;
|
|
9003
9092
|
fontSizeMedium: string;
|
|
9004
9093
|
fontSizeLarge: string;
|
|
@@ -9013,6 +9102,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9013
9102
|
titleFontSizeMedium: string;
|
|
9014
9103
|
titleFontSizeLarge: string;
|
|
9015
9104
|
titleFontSizeHuge: string;
|
|
9105
|
+
closeIconSize: string;
|
|
9016
9106
|
closeSize: string;
|
|
9017
9107
|
}, any>;
|
|
9018
9108
|
}>>>;
|
|
@@ -9032,9 +9122,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9032
9122
|
titleTextColor: string;
|
|
9033
9123
|
textColor: string;
|
|
9034
9124
|
color: string;
|
|
9035
|
-
closeColor: string;
|
|
9036
9125
|
closeColorHover: string;
|
|
9037
9126
|
closeColorPressed: string;
|
|
9127
|
+
closeIconColor: string;
|
|
9128
|
+
closeIconColorHover: string;
|
|
9129
|
+
closeIconColorPressed: string;
|
|
9130
|
+
closeBorderRadius: string;
|
|
9038
9131
|
iconColor: string;
|
|
9039
9132
|
iconColorInfo: string;
|
|
9040
9133
|
iconColorSuccess: string;
|
|
@@ -9050,6 +9143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9050
9143
|
iconMargin: string;
|
|
9051
9144
|
iconMarginIconTop: string;
|
|
9052
9145
|
closeSize: string;
|
|
9146
|
+
closeIconSize: string;
|
|
9053
9147
|
closeMargin: string;
|
|
9054
9148
|
closeMarginIconTop: string;
|
|
9055
9149
|
}, {
|
|
@@ -9265,14 +9359,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9265
9359
|
colorPopover: string;
|
|
9266
9360
|
colorTarget: string;
|
|
9267
9361
|
colorEmbedded: string;
|
|
9362
|
+
colorEmbeddedModal: string;
|
|
9363
|
+
colorEmbeddedPopover: string;
|
|
9268
9364
|
textColor: string;
|
|
9269
9365
|
titleTextColor: string;
|
|
9270
9366
|
borderColor: string;
|
|
9271
9367
|
actionColor: string;
|
|
9272
9368
|
titleFontWeight: string;
|
|
9273
|
-
closeColor: string;
|
|
9274
9369
|
closeColorHover: string;
|
|
9275
9370
|
closeColorPressed: string;
|
|
9371
|
+
closeBorderRadius: string;
|
|
9372
|
+
closeIconColor: string;
|
|
9373
|
+
closeIconColorHover: string;
|
|
9374
|
+
closeIconColorPressed: string;
|
|
9276
9375
|
fontSizeSmall: string;
|
|
9277
9376
|
fontSizeMedium: string;
|
|
9278
9377
|
fontSizeLarge: string;
|
|
@@ -9287,6 +9386,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9287
9386
|
titleFontSizeMedium: string;
|
|
9288
9387
|
titleFontSizeLarge: string;
|
|
9289
9388
|
titleFontSizeHuge: string;
|
|
9389
|
+
closeIconSize: string;
|
|
9290
9390
|
closeSize: string;
|
|
9291
9391
|
}, any>;
|
|
9292
9392
|
}>>>;
|
|
@@ -9422,9 +9522,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9422
9522
|
titleTextColor: string;
|
|
9423
9523
|
textColor: string;
|
|
9424
9524
|
color: string;
|
|
9425
|
-
closeColor: string;
|
|
9426
9525
|
closeColorHover: string;
|
|
9427
9526
|
closeColorPressed: string;
|
|
9527
|
+
closeIconColor: string;
|
|
9528
|
+
closeIconColorHover: string;
|
|
9529
|
+
closeIconColorPressed: string;
|
|
9530
|
+
closeBorderRadius: string;
|
|
9428
9531
|
iconColor: string;
|
|
9429
9532
|
iconColorInfo: string;
|
|
9430
9533
|
iconColorSuccess: string;
|
|
@@ -9440,6 +9543,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9440
9543
|
iconMargin: string;
|
|
9441
9544
|
iconMarginIconTop: string;
|
|
9442
9545
|
closeSize: string;
|
|
9546
|
+
closeIconSize: string;
|
|
9443
9547
|
closeMargin: string;
|
|
9444
9548
|
closeMarginIconTop: string;
|
|
9445
9549
|
}, {
|
|
@@ -9655,14 +9759,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9655
9759
|
colorPopover: string;
|
|
9656
9760
|
colorTarget: string;
|
|
9657
9761
|
colorEmbedded: string;
|
|
9762
|
+
colorEmbeddedModal: string;
|
|
9763
|
+
colorEmbeddedPopover: string;
|
|
9658
9764
|
textColor: string;
|
|
9659
9765
|
titleTextColor: string;
|
|
9660
9766
|
borderColor: string;
|
|
9661
9767
|
actionColor: string;
|
|
9662
9768
|
titleFontWeight: string;
|
|
9663
|
-
closeColor: string;
|
|
9664
9769
|
closeColorHover: string;
|
|
9665
9770
|
closeColorPressed: string;
|
|
9771
|
+
closeBorderRadius: string;
|
|
9772
|
+
closeIconColor: string;
|
|
9773
|
+
closeIconColorHover: string;
|
|
9774
|
+
closeIconColorPressed: string;
|
|
9666
9775
|
fontSizeSmall: string;
|
|
9667
9776
|
fontSizeMedium: string;
|
|
9668
9777
|
fontSizeLarge: string;
|
|
@@ -9677,6 +9786,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9677
9786
|
titleFontSizeMedium: string;
|
|
9678
9787
|
titleFontSizeLarge: string;
|
|
9679
9788
|
titleFontSizeHuge: string;
|
|
9789
|
+
closeIconSize: string;
|
|
9680
9790
|
closeSize: string;
|
|
9681
9791
|
}, any>;
|
|
9682
9792
|
}>>;
|
|
@@ -9696,9 +9806,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9696
9806
|
titleTextColor: string;
|
|
9697
9807
|
textColor: string;
|
|
9698
9808
|
color: string;
|
|
9699
|
-
closeColor: string;
|
|
9700
9809
|
closeColorHover: string;
|
|
9701
9810
|
closeColorPressed: string;
|
|
9811
|
+
closeIconColor: string;
|
|
9812
|
+
closeIconColorHover: string;
|
|
9813
|
+
closeIconColorPressed: string;
|
|
9814
|
+
closeBorderRadius: string;
|
|
9702
9815
|
iconColor: string;
|
|
9703
9816
|
iconColorInfo: string;
|
|
9704
9817
|
iconColorSuccess: string;
|
|
@@ -9714,6 +9827,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9714
9827
|
iconMargin: string;
|
|
9715
9828
|
iconMarginIconTop: string;
|
|
9716
9829
|
closeSize: string;
|
|
9830
|
+
closeIconSize: string;
|
|
9717
9831
|
closeMargin: string;
|
|
9718
9832
|
closeMarginIconTop: string;
|
|
9719
9833
|
}, {
|
|
@@ -9929,14 +10043,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9929
10043
|
colorPopover: string;
|
|
9930
10044
|
colorTarget: string;
|
|
9931
10045
|
colorEmbedded: string;
|
|
10046
|
+
colorEmbeddedModal: string;
|
|
10047
|
+
colorEmbeddedPopover: string;
|
|
9932
10048
|
textColor: string;
|
|
9933
10049
|
titleTextColor: string;
|
|
9934
10050
|
borderColor: string;
|
|
9935
10051
|
actionColor: string;
|
|
9936
10052
|
titleFontWeight: string;
|
|
9937
|
-
closeColor: string;
|
|
9938
10053
|
closeColorHover: string;
|
|
9939
10054
|
closeColorPressed: string;
|
|
10055
|
+
closeBorderRadius: string;
|
|
10056
|
+
closeIconColor: string;
|
|
10057
|
+
closeIconColorHover: string;
|
|
10058
|
+
closeIconColorPressed: string;
|
|
9940
10059
|
fontSizeSmall: string;
|
|
9941
10060
|
fontSizeMedium: string;
|
|
9942
10061
|
fontSizeLarge: string;
|
|
@@ -9951,6 +10070,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9951
10070
|
titleFontSizeMedium: string;
|
|
9952
10071
|
titleFontSizeLarge: string;
|
|
9953
10072
|
titleFontSizeHuge: string;
|
|
10073
|
+
closeIconSize: string;
|
|
9954
10074
|
closeSize: string;
|
|
9955
10075
|
}, any>;
|
|
9956
10076
|
}>>>;
|
|
@@ -9970,9 +10090,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9970
10090
|
titleTextColor: string;
|
|
9971
10091
|
textColor: string;
|
|
9972
10092
|
color: string;
|
|
9973
|
-
closeColor: string;
|
|
9974
10093
|
closeColorHover: string;
|
|
9975
10094
|
closeColorPressed: string;
|
|
10095
|
+
closeIconColor: string;
|
|
10096
|
+
closeIconColorHover: string;
|
|
10097
|
+
closeIconColorPressed: string;
|
|
10098
|
+
closeBorderRadius: string;
|
|
9976
10099
|
iconColor: string;
|
|
9977
10100
|
iconColorInfo: string;
|
|
9978
10101
|
iconColorSuccess: string;
|
|
@@ -9988,6 +10111,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9988
10111
|
iconMargin: string;
|
|
9989
10112
|
iconMarginIconTop: string;
|
|
9990
10113
|
closeSize: string;
|
|
10114
|
+
closeIconSize: string;
|
|
9991
10115
|
closeMargin: string;
|
|
9992
10116
|
closeMarginIconTop: string;
|
|
9993
10117
|
}, {
|
|
@@ -10203,14 +10327,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10203
10327
|
colorPopover: string;
|
|
10204
10328
|
colorTarget: string;
|
|
10205
10329
|
colorEmbedded: string;
|
|
10330
|
+
colorEmbeddedModal: string;
|
|
10331
|
+
colorEmbeddedPopover: string;
|
|
10206
10332
|
textColor: string;
|
|
10207
10333
|
titleTextColor: string;
|
|
10208
10334
|
borderColor: string;
|
|
10209
10335
|
actionColor: string;
|
|
10210
10336
|
titleFontWeight: string;
|
|
10211
|
-
closeColor: string;
|
|
10212
10337
|
closeColorHover: string;
|
|
10213
10338
|
closeColorPressed: string;
|
|
10339
|
+
closeBorderRadius: string;
|
|
10340
|
+
closeIconColor: string;
|
|
10341
|
+
closeIconColorHover: string;
|
|
10342
|
+
closeIconColorPressed: string;
|
|
10214
10343
|
fontSizeSmall: string;
|
|
10215
10344
|
fontSizeMedium: string;
|
|
10216
10345
|
fontSizeLarge: string;
|
|
@@ -10225,6 +10354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10225
10354
|
titleFontSizeMedium: string;
|
|
10226
10355
|
titleFontSizeLarge: string;
|
|
10227
10356
|
titleFontSizeHuge: string;
|
|
10357
|
+
closeIconSize: string;
|
|
10228
10358
|
closeSize: string;
|
|
10229
10359
|
}, any>;
|
|
10230
10360
|
}>>>;
|
|
@@ -10935,14 +11065,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10935
11065
|
labelTextAlignHorizontal: string;
|
|
10936
11066
|
}, any>>>;
|
|
10937
11067
|
}>>, {
|
|
10938
|
-
inline: boolean;
|
|
10939
|
-
disabled: boolean;
|
|
10940
|
-
onSubmit: (e: Event) => void;
|
|
10941
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
10942
|
-
model: Record<string, any>;
|
|
10943
|
-
showRequireMark: boolean | undefined;
|
|
10944
|
-
showFeedback: boolean;
|
|
10945
|
-
showLabel: boolean | undefined;
|
|
11068
|
+
readonly inline: boolean;
|
|
11069
|
+
readonly disabled: boolean;
|
|
11070
|
+
readonly onSubmit: (e: Event) => void;
|
|
11071
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
11072
|
+
readonly model: Record<string, any>;
|
|
11073
|
+
readonly showRequireMark: boolean | undefined;
|
|
11074
|
+
readonly showFeedback: boolean;
|
|
11075
|
+
readonly showLabel: boolean | undefined;
|
|
10946
11076
|
}>;
|
|
10947
11077
|
NTabPane: import("vue").DefineComponent<{
|
|
10948
11078
|
readonly tab: PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -10991,9 +11121,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10991
11121
|
[key: string]: any;
|
|
10992
11122
|
}> | (() => import("vue").VNodeChild)>;
|
|
10993
11123
|
}>>, {
|
|
10994
|
-
disabled: boolean;
|
|
10995
|
-
closable: boolean | undefined;
|
|
10996
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
11124
|
+
readonly disabled: boolean;
|
|
11125
|
+
readonly closable: boolean | undefined;
|
|
11126
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
10997
11127
|
}>;
|
|
10998
11128
|
NTabs: import("vue").DefineComponent<{
|
|
10999
11129
|
readonly value: PropType<string | number>;
|
|
@@ -11050,9 +11180,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11050
11180
|
tabTextColorActiveCard: string;
|
|
11051
11181
|
tabTextColorDisabledCard: string;
|
|
11052
11182
|
barColor: string;
|
|
11053
|
-
|
|
11183
|
+
closeIconColor: string;
|
|
11184
|
+
closeIconColorHover: string;
|
|
11185
|
+
closeIconColorPressed: string;
|
|
11054
11186
|
closeColorHover: string;
|
|
11055
11187
|
closeColorPressed: string;
|
|
11188
|
+
closeBorderRadius: string;
|
|
11056
11189
|
tabColor: string;
|
|
11057
11190
|
tabColorSegment: string;
|
|
11058
11191
|
tabBorderColor: string;
|
|
@@ -11091,6 +11224,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11091
11224
|
panePaddingSmall: string;
|
|
11092
11225
|
panePaddingMedium: string;
|
|
11093
11226
|
panePaddingLarge: string;
|
|
11227
|
+
closeSize: string;
|
|
11228
|
+
closeIconSize: string;
|
|
11094
11229
|
}, any>>;
|
|
11095
11230
|
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11096
11231
|
colorSegment: string;
|
|
@@ -11112,9 +11247,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11112
11247
|
tabTextColorActiveCard: string;
|
|
11113
11248
|
tabTextColorDisabledCard: string;
|
|
11114
11249
|
barColor: string;
|
|
11115
|
-
|
|
11250
|
+
closeIconColor: string;
|
|
11251
|
+
closeIconColorHover: string;
|
|
11252
|
+
closeIconColorPressed: string;
|
|
11116
11253
|
closeColorHover: string;
|
|
11117
11254
|
closeColorPressed: string;
|
|
11255
|
+
closeBorderRadius: string;
|
|
11118
11256
|
tabColor: string;
|
|
11119
11257
|
tabColorSegment: string;
|
|
11120
11258
|
tabBorderColor: string;
|
|
@@ -11153,6 +11291,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11153
11291
|
panePaddingSmall: string;
|
|
11154
11292
|
panePaddingMedium: string;
|
|
11155
11293
|
panePaddingLarge: string;
|
|
11294
|
+
closeSize: string;
|
|
11295
|
+
closeIconSize: string;
|
|
11156
11296
|
}, any>>>;
|
|
11157
11297
|
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11158
11298
|
colorSegment: string;
|
|
@@ -11174,9 +11314,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11174
11314
|
tabTextColorActiveCard: string;
|
|
11175
11315
|
tabTextColorDisabledCard: string;
|
|
11176
11316
|
barColor: string;
|
|
11177
|
-
|
|
11317
|
+
closeIconColor: string;
|
|
11318
|
+
closeIconColorHover: string;
|
|
11319
|
+
closeIconColorPressed: string;
|
|
11178
11320
|
closeColorHover: string;
|
|
11179
11321
|
closeColorPressed: string;
|
|
11322
|
+
closeBorderRadius: string;
|
|
11180
11323
|
tabColor: string;
|
|
11181
11324
|
tabColorSegment: string;
|
|
11182
11325
|
tabBorderColor: string;
|
|
@@ -11215,12 +11358,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11215
11358
|
panePaddingSmall: string;
|
|
11216
11359
|
panePaddingMedium: string;
|
|
11217
11360
|
panePaddingLarge: string;
|
|
11361
|
+
closeSize: string;
|
|
11362
|
+
closeIconSize: string;
|
|
11218
11363
|
}, any>>>;
|
|
11219
11364
|
}, {
|
|
11220
11365
|
syncBarPosition: () => void;
|
|
11221
11366
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
11222
11367
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
11223
11368
|
renderedNames: Set<string | number>;
|
|
11369
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
11224
11370
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
11225
11371
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
11226
11372
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -11285,9 +11431,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11285
11431
|
'--n-pane-text-color': string;
|
|
11286
11432
|
'--n-tab-border-color': string;
|
|
11287
11433
|
'--n-tab-border-radius': string;
|
|
11288
|
-
'--n-close-
|
|
11434
|
+
'--n-close-size': string;
|
|
11435
|
+
'--n-close-icon-size': string;
|
|
11289
11436
|
'--n-close-color-hover': string;
|
|
11290
11437
|
'--n-close-color-pressed': string;
|
|
11438
|
+
'--n-close-border-radius': string;
|
|
11439
|
+
'--n-close-icon-color': string;
|
|
11440
|
+
'--n-close-icon-color-hover': string;
|
|
11441
|
+
'--n-close-icon-color-pressed': string;
|
|
11291
11442
|
'--n-tab-color': string;
|
|
11292
11443
|
'--n-tab-font-weight': string;
|
|
11293
11444
|
'--n-tab-font-weight-active': string;
|
|
@@ -11302,7 +11453,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11302
11453
|
renderNameListRef: {
|
|
11303
11454
|
value: (string | number)[];
|
|
11304
11455
|
};
|
|
11305
|
-
onAnimationBeforeLeave: () => void;
|
|
11456
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
11306
11457
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
11307
11458
|
onAnimationAfterEnter: () => void;
|
|
11308
11459
|
onRender: (() => void) | undefined;
|
|
@@ -11361,9 +11512,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11361
11512
|
tabTextColorActiveCard: string;
|
|
11362
11513
|
tabTextColorDisabledCard: string;
|
|
11363
11514
|
barColor: string;
|
|
11364
|
-
|
|
11515
|
+
closeIconColor: string;
|
|
11516
|
+
closeIconColorHover: string;
|
|
11517
|
+
closeIconColorPressed: string;
|
|
11365
11518
|
closeColorHover: string;
|
|
11366
11519
|
closeColorPressed: string;
|
|
11520
|
+
closeBorderRadius: string;
|
|
11367
11521
|
tabColor: string;
|
|
11368
11522
|
tabColorSegment: string;
|
|
11369
11523
|
tabBorderColor: string;
|
|
@@ -11402,6 +11556,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11402
11556
|
panePaddingSmall: string;
|
|
11403
11557
|
panePaddingMedium: string;
|
|
11404
11558
|
panePaddingLarge: string;
|
|
11559
|
+
closeSize: string;
|
|
11560
|
+
closeIconSize: string;
|
|
11405
11561
|
}, any>>;
|
|
11406
11562
|
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11407
11563
|
colorSegment: string;
|
|
@@ -11423,9 +11579,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11423
11579
|
tabTextColorActiveCard: string;
|
|
11424
11580
|
tabTextColorDisabledCard: string;
|
|
11425
11581
|
barColor: string;
|
|
11426
|
-
|
|
11582
|
+
closeIconColor: string;
|
|
11583
|
+
closeIconColorHover: string;
|
|
11584
|
+
closeIconColorPressed: string;
|
|
11427
11585
|
closeColorHover: string;
|
|
11428
11586
|
closeColorPressed: string;
|
|
11587
|
+
closeBorderRadius: string;
|
|
11429
11588
|
tabColor: string;
|
|
11430
11589
|
tabColorSegment: string;
|
|
11431
11590
|
tabBorderColor: string;
|
|
@@ -11464,6 +11623,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11464
11623
|
panePaddingSmall: string;
|
|
11465
11624
|
panePaddingMedium: string;
|
|
11466
11625
|
panePaddingLarge: string;
|
|
11626
|
+
closeSize: string;
|
|
11627
|
+
closeIconSize: string;
|
|
11467
11628
|
}, any>>>;
|
|
11468
11629
|
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
11469
11630
|
colorSegment: string;
|
|
@@ -11485,9 +11646,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11485
11646
|
tabTextColorActiveCard: string;
|
|
11486
11647
|
tabTextColorDisabledCard: string;
|
|
11487
11648
|
barColor: string;
|
|
11488
|
-
|
|
11649
|
+
closeIconColor: string;
|
|
11650
|
+
closeIconColorHover: string;
|
|
11651
|
+
closeIconColorPressed: string;
|
|
11489
11652
|
closeColorHover: string;
|
|
11490
11653
|
closeColorPressed: string;
|
|
11654
|
+
closeBorderRadius: string;
|
|
11491
11655
|
tabColor: string;
|
|
11492
11656
|
tabColorSegment: string;
|
|
11493
11657
|
tabBorderColor: string;
|
|
@@ -11526,14 +11690,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11526
11690
|
panePaddingSmall: string;
|
|
11527
11691
|
panePaddingMedium: string;
|
|
11528
11692
|
panePaddingLarge: string;
|
|
11693
|
+
closeSize: string;
|
|
11694
|
+
closeIconSize: string;
|
|
11529
11695
|
}, any>>>;
|
|
11530
11696
|
}>>, {
|
|
11531
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
11532
|
-
size: "small" | "medium" | "large";
|
|
11533
|
-
closable: boolean;
|
|
11534
|
-
trigger: "click" | "hover";
|
|
11535
|
-
animated: boolean;
|
|
11536
|
-
tabsPadding: number;
|
|
11697
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
11698
|
+
readonly size: "small" | "medium" | "large";
|
|
11699
|
+
readonly closable: boolean;
|
|
11700
|
+
readonly trigger: "click" | "hover";
|
|
11701
|
+
readonly animated: boolean;
|
|
11702
|
+
readonly tabsPadding: number;
|
|
11537
11703
|
}>;
|
|
11538
11704
|
NConfigProvider: import("vue").DefineComponent<{
|
|
11539
11705
|
readonly abstract: BooleanConstructor;
|
|
@@ -11597,10 +11763,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11597
11763
|
confirm: string;
|
|
11598
11764
|
clear: string;
|
|
11599
11765
|
};
|
|
11600
|
-
|
|
11766
|
+
LegacyTransfer: {
|
|
11601
11767
|
sourceTitle: string;
|
|
11602
11768
|
targetTitle: string;
|
|
11603
11769
|
};
|
|
11770
|
+
Transfer: {
|
|
11771
|
+
selectAll: string;
|
|
11772
|
+
unselectAll: string;
|
|
11773
|
+
clearAll: string;
|
|
11774
|
+
total: (num: number) => string;
|
|
11775
|
+
selected: (num: number) => string;
|
|
11776
|
+
};
|
|
11604
11777
|
Empty: {
|
|
11605
11778
|
description: string;
|
|
11606
11779
|
};
|
|
@@ -11650,6 +11823,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11650
11823
|
tipZoomOut: string;
|
|
11651
11824
|
tipZoomIn: string;
|
|
11652
11825
|
tipClose: string;
|
|
11826
|
+
tipOriginalSize: string;
|
|
11653
11827
|
};
|
|
11654
11828
|
} | null>;
|
|
11655
11829
|
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -11743,10 +11917,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11743
11917
|
confirm: string;
|
|
11744
11918
|
clear: string;
|
|
11745
11919
|
};
|
|
11746
|
-
|
|
11920
|
+
LegacyTransfer: {
|
|
11747
11921
|
sourceTitle: string;
|
|
11748
11922
|
targetTitle: string;
|
|
11749
11923
|
};
|
|
11924
|
+
Transfer: {
|
|
11925
|
+
selectAll: string;
|
|
11926
|
+
unselectAll: string;
|
|
11927
|
+
clearAll: string;
|
|
11928
|
+
total: (num: number) => string;
|
|
11929
|
+
selected: (num: number) => string;
|
|
11930
|
+
};
|
|
11750
11931
|
Empty: {
|
|
11751
11932
|
description: string;
|
|
11752
11933
|
};
|
|
@@ -11796,6 +11977,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11796
11977
|
tipZoomOut: string;
|
|
11797
11978
|
tipZoomIn: string;
|
|
11798
11979
|
tipClose: string;
|
|
11980
|
+
tipOriginalSize: string;
|
|
11799
11981
|
};
|
|
11800
11982
|
} | null>;
|
|
11801
11983
|
readonly dateLocale: PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -11822,12 +12004,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11822
12004
|
readonly default: undefined;
|
|
11823
12005
|
};
|
|
11824
12006
|
}>>, {
|
|
11825
|
-
abstract: boolean;
|
|
11826
|
-
tag: string;
|
|
11827
|
-
as: string | undefined;
|
|
11828
|
-
bordered: boolean | undefined;
|
|
11829
|
-
preflightStyleDisabled: boolean;
|
|
11830
|
-
inlineThemeDisabled: boolean;
|
|
12007
|
+
readonly abstract: boolean;
|
|
12008
|
+
readonly tag: string;
|
|
12009
|
+
readonly as: string | undefined;
|
|
12010
|
+
readonly bordered: boolean | undefined;
|
|
12011
|
+
readonly preflightStyleDisabled: boolean;
|
|
12012
|
+
readonly inlineThemeDisabled: boolean;
|
|
11831
12013
|
}>;
|
|
11832
12014
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
11833
12015
|
fieldList: {
|