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
|
@@ -194,7 +194,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
194
194
|
readonly default: true;
|
|
195
195
|
};
|
|
196
196
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
197
|
-
readonly nativeFocusBehavior:
|
|
197
|
+
readonly nativeFocusBehavior: {
|
|
198
|
+
readonly type: BooleanConstructor;
|
|
199
|
+
readonly default: boolean;
|
|
200
|
+
};
|
|
198
201
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
199
202
|
heightTiny: string;
|
|
200
203
|
heightSmall: string;
|
|
@@ -908,7 +911,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
908
911
|
readonly default: true;
|
|
909
912
|
};
|
|
910
913
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
911
|
-
readonly nativeFocusBehavior:
|
|
914
|
+
readonly nativeFocusBehavior: {
|
|
915
|
+
readonly type: BooleanConstructor;
|
|
916
|
+
readonly default: boolean;
|
|
917
|
+
};
|
|
912
918
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
913
919
|
heightTiny: string;
|
|
914
920
|
heightSmall: string;
|
|
@@ -1522,26 +1528,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1522
1528
|
rippleDuration: string;
|
|
1523
1529
|
}, any>>>;
|
|
1524
1530
|
}>>, {
|
|
1525
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1526
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1527
|
-
block: boolean;
|
|
1528
|
-
round: boolean;
|
|
1529
|
-
dashed: boolean;
|
|
1530
|
-
text: boolean;
|
|
1531
|
-
circle: boolean;
|
|
1532
|
-
disabled: boolean;
|
|
1533
|
-
focusable: boolean;
|
|
1534
|
-
strong: boolean;
|
|
1535
|
-
loading: boolean;
|
|
1536
|
-
bordered: boolean;
|
|
1537
|
-
tertiary: boolean;
|
|
1538
|
-
ghost: boolean;
|
|
1539
|
-
keyboard: boolean;
|
|
1540
|
-
secondary: boolean;
|
|
1541
|
-
quaternary: boolean;
|
|
1542
|
-
iconPlacement: "left" | "right";
|
|
1543
|
-
attrType: "button" | "reset" | "submit";
|
|
1544
|
-
nativeFocusBehavior: boolean;
|
|
1531
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1532
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1533
|
+
readonly block: boolean;
|
|
1534
|
+
readonly round: boolean;
|
|
1535
|
+
readonly dashed: boolean;
|
|
1536
|
+
readonly text: boolean;
|
|
1537
|
+
readonly circle: boolean;
|
|
1538
|
+
readonly disabled: boolean;
|
|
1539
|
+
readonly focusable: boolean;
|
|
1540
|
+
readonly strong: boolean;
|
|
1541
|
+
readonly loading: boolean;
|
|
1542
|
+
readonly bordered: boolean;
|
|
1543
|
+
readonly tertiary: boolean;
|
|
1544
|
+
readonly ghost: boolean;
|
|
1545
|
+
readonly keyboard: boolean;
|
|
1546
|
+
readonly secondary: boolean;
|
|
1547
|
+
readonly quaternary: boolean;
|
|
1548
|
+
readonly iconPlacement: "left" | "right";
|
|
1549
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1550
|
+
readonly nativeFocusBehavior: boolean;
|
|
1545
1551
|
}>;
|
|
1546
1552
|
NIcon: import("vue").DefineComponent<{
|
|
1547
1553
|
readonly depth: PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -154,10 +154,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
154
154
|
opacity5: string;
|
|
155
155
|
dividerColor: string;
|
|
156
156
|
borderColor: string;
|
|
157
|
-
|
|
157
|
+
closeIconColor: string;
|
|
158
|
+
closeIconColorHover: string;
|
|
159
|
+
closeIconColorPressed: string;
|
|
158
160
|
closeColorHover: string;
|
|
159
161
|
closeColorPressed: string;
|
|
160
|
-
closeColorDisabled: string;
|
|
161
162
|
clearColor: string;
|
|
162
163
|
clearColorHover: string;
|
|
163
164
|
clearColorPressed: string;
|
|
@@ -353,7 +354,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
353
354
|
}>;
|
|
354
355
|
}>>>;
|
|
355
356
|
}>>, {
|
|
356
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
357
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
357
358
|
}>;
|
|
358
359
|
NButton: import("vue").DefineComponent<{
|
|
359
360
|
readonly color: StringConstructor;
|
|
@@ -400,7 +401,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
400
401
|
readonly default: true;
|
|
401
402
|
};
|
|
402
403
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
403
|
-
readonly nativeFocusBehavior:
|
|
404
|
+
readonly nativeFocusBehavior: {
|
|
405
|
+
readonly type: BooleanConstructor;
|
|
406
|
+
readonly default: boolean;
|
|
407
|
+
};
|
|
404
408
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
405
409
|
heightTiny: string;
|
|
406
410
|
heightSmall: string;
|
|
@@ -1114,7 +1118,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1114
1118
|
readonly default: true;
|
|
1115
1119
|
};
|
|
1116
1120
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1117
|
-
readonly nativeFocusBehavior:
|
|
1121
|
+
readonly nativeFocusBehavior: {
|
|
1122
|
+
readonly type: BooleanConstructor;
|
|
1123
|
+
readonly default: boolean;
|
|
1124
|
+
};
|
|
1118
1125
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1119
1126
|
heightTiny: string;
|
|
1120
1127
|
heightSmall: string;
|
|
@@ -1728,26 +1735,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1728
1735
|
rippleDuration: string;
|
|
1729
1736
|
}, any>>>;
|
|
1730
1737
|
}>>, {
|
|
1731
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1732
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1733
|
-
block: boolean;
|
|
1734
|
-
round: boolean;
|
|
1735
|
-
dashed: boolean;
|
|
1736
|
-
text: boolean;
|
|
1737
|
-
circle: boolean;
|
|
1738
|
-
disabled: boolean;
|
|
1739
|
-
focusable: boolean;
|
|
1740
|
-
strong: boolean;
|
|
1741
|
-
loading: boolean;
|
|
1742
|
-
bordered: boolean;
|
|
1743
|
-
tertiary: boolean;
|
|
1744
|
-
ghost: boolean;
|
|
1745
|
-
keyboard: boolean;
|
|
1746
|
-
secondary: boolean;
|
|
1747
|
-
quaternary: boolean;
|
|
1748
|
-
iconPlacement: "left" | "right";
|
|
1749
|
-
attrType: "button" | "reset" | "submit";
|
|
1750
|
-
nativeFocusBehavior: boolean;
|
|
1738
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1739
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1740
|
+
readonly block: boolean;
|
|
1741
|
+
readonly round: boolean;
|
|
1742
|
+
readonly dashed: boolean;
|
|
1743
|
+
readonly text: boolean;
|
|
1744
|
+
readonly circle: boolean;
|
|
1745
|
+
readonly disabled: boolean;
|
|
1746
|
+
readonly focusable: boolean;
|
|
1747
|
+
readonly strong: boolean;
|
|
1748
|
+
readonly loading: boolean;
|
|
1749
|
+
readonly bordered: boolean;
|
|
1750
|
+
readonly tertiary: boolean;
|
|
1751
|
+
readonly ghost: boolean;
|
|
1752
|
+
readonly keyboard: boolean;
|
|
1753
|
+
readonly secondary: boolean;
|
|
1754
|
+
readonly quaternary: boolean;
|
|
1755
|
+
readonly iconPlacement: "left" | "right";
|
|
1756
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1757
|
+
readonly nativeFocusBehavior: boolean;
|
|
1751
1758
|
}>;
|
|
1752
1759
|
CloseButton: import("vue").DefineComponent<{
|
|
1753
1760
|
fieldItem: {
|
|
@@ -1812,7 +1819,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1812
1819
|
readonly default: true;
|
|
1813
1820
|
};
|
|
1814
1821
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1815
|
-
readonly nativeFocusBehavior:
|
|
1822
|
+
readonly nativeFocusBehavior: {
|
|
1823
|
+
readonly type: BooleanConstructor;
|
|
1824
|
+
readonly default: boolean;
|
|
1825
|
+
};
|
|
1816
1826
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1817
1827
|
heightTiny: string;
|
|
1818
1828
|
heightSmall: string;
|
|
@@ -2526,7 +2536,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2526
2536
|
readonly default: true;
|
|
2527
2537
|
};
|
|
2528
2538
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2529
|
-
readonly nativeFocusBehavior:
|
|
2539
|
+
readonly nativeFocusBehavior: {
|
|
2540
|
+
readonly type: BooleanConstructor;
|
|
2541
|
+
readonly default: boolean;
|
|
2542
|
+
};
|
|
2530
2543
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2531
2544
|
heightTiny: string;
|
|
2532
2545
|
heightSmall: string;
|
|
@@ -3140,26 +3153,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3140
3153
|
rippleDuration: string;
|
|
3141
3154
|
}, any>>>;
|
|
3142
3155
|
}>>, {
|
|
3143
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3144
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3145
|
-
block: boolean;
|
|
3146
|
-
round: boolean;
|
|
3147
|
-
dashed: boolean;
|
|
3148
|
-
text: boolean;
|
|
3149
|
-
circle: boolean;
|
|
3150
|
-
disabled: boolean;
|
|
3151
|
-
focusable: boolean;
|
|
3152
|
-
strong: boolean;
|
|
3153
|
-
loading: boolean;
|
|
3154
|
-
bordered: boolean;
|
|
3155
|
-
tertiary: boolean;
|
|
3156
|
-
ghost: boolean;
|
|
3157
|
-
keyboard: boolean;
|
|
3158
|
-
secondary: boolean;
|
|
3159
|
-
quaternary: boolean;
|
|
3160
|
-
iconPlacement: "left" | "right";
|
|
3161
|
-
attrType: "button" | "reset" | "submit";
|
|
3162
|
-
nativeFocusBehavior: boolean;
|
|
3156
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3157
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3158
|
+
readonly block: boolean;
|
|
3159
|
+
readonly round: boolean;
|
|
3160
|
+
readonly dashed: boolean;
|
|
3161
|
+
readonly text: boolean;
|
|
3162
|
+
readonly circle: boolean;
|
|
3163
|
+
readonly disabled: boolean;
|
|
3164
|
+
readonly focusable: boolean;
|
|
3165
|
+
readonly strong: boolean;
|
|
3166
|
+
readonly loading: boolean;
|
|
3167
|
+
readonly bordered: boolean;
|
|
3168
|
+
readonly tertiary: boolean;
|
|
3169
|
+
readonly ghost: boolean;
|
|
3170
|
+
readonly keyboard: boolean;
|
|
3171
|
+
readonly secondary: boolean;
|
|
3172
|
+
readonly quaternary: boolean;
|
|
3173
|
+
readonly iconPlacement: "left" | "right";
|
|
3174
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3175
|
+
readonly nativeFocusBehavior: boolean;
|
|
3163
3176
|
}>;
|
|
3164
3177
|
NIcon: import("vue").DefineComponent<{
|
|
3165
3178
|
readonly depth: PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -687,14 +687,14 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
687
687
|
labelTextAlignHorizontal: string;
|
|
688
688
|
}, any>>>;
|
|
689
689
|
}>>, {
|
|
690
|
-
inline: boolean;
|
|
691
|
-
disabled: boolean;
|
|
692
|
-
onSubmit: (e: Event) => void;
|
|
693
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
694
|
-
model: Record<string, any>;
|
|
695
|
-
showRequireMark: boolean | undefined;
|
|
696
|
-
showFeedback: boolean;
|
|
697
|
-
showLabel: boolean | undefined;
|
|
690
|
+
readonly inline: boolean;
|
|
691
|
+
readonly disabled: boolean;
|
|
692
|
+
readonly onSubmit: (e: Event) => void;
|
|
693
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
694
|
+
readonly model: Record<string, any>;
|
|
695
|
+
readonly showRequireMark: boolean | undefined;
|
|
696
|
+
readonly showFeedback: boolean;
|
|
697
|
+
readonly showLabel: boolean | undefined;
|
|
698
698
|
}>;
|
|
699
699
|
NTabPane: import("vue").DefineComponent<{
|
|
700
700
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -743,9 +743,9 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
743
743
|
[key: string]: any;
|
|
744
744
|
}> | (() => import("vue").VNodeChild)>;
|
|
745
745
|
}>>, {
|
|
746
|
-
disabled: boolean;
|
|
747
|
-
closable: boolean | undefined;
|
|
748
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
746
|
+
readonly disabled: boolean;
|
|
747
|
+
readonly closable: boolean | undefined;
|
|
748
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
749
749
|
}>;
|
|
750
750
|
NTabs: import("vue").DefineComponent<{
|
|
751
751
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -802,9 +802,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
802
802
|
tabTextColorActiveCard: string;
|
|
803
803
|
tabTextColorDisabledCard: string;
|
|
804
804
|
barColor: string;
|
|
805
|
-
|
|
805
|
+
closeIconColor: string;
|
|
806
|
+
closeIconColorHover: string;
|
|
807
|
+
closeIconColorPressed: string;
|
|
806
808
|
closeColorHover: string;
|
|
807
809
|
closeColorPressed: string;
|
|
810
|
+
closeBorderRadius: string;
|
|
808
811
|
tabColor: string;
|
|
809
812
|
tabColorSegment: string;
|
|
810
813
|
tabBorderColor: string;
|
|
@@ -843,6 +846,8 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
843
846
|
panePaddingSmall: string;
|
|
844
847
|
panePaddingMedium: string;
|
|
845
848
|
panePaddingLarge: string;
|
|
849
|
+
closeSize: string;
|
|
850
|
+
closeIconSize: string;
|
|
846
851
|
}, any>>;
|
|
847
852
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
848
853
|
colorSegment: string;
|
|
@@ -864,9 +869,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
864
869
|
tabTextColorActiveCard: string;
|
|
865
870
|
tabTextColorDisabledCard: string;
|
|
866
871
|
barColor: string;
|
|
867
|
-
|
|
872
|
+
closeIconColor: string;
|
|
873
|
+
closeIconColorHover: string;
|
|
874
|
+
closeIconColorPressed: string;
|
|
868
875
|
closeColorHover: string;
|
|
869
876
|
closeColorPressed: string;
|
|
877
|
+
closeBorderRadius: string;
|
|
870
878
|
tabColor: string;
|
|
871
879
|
tabColorSegment: string;
|
|
872
880
|
tabBorderColor: string;
|
|
@@ -905,6 +913,8 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
905
913
|
panePaddingSmall: string;
|
|
906
914
|
panePaddingMedium: string;
|
|
907
915
|
panePaddingLarge: string;
|
|
916
|
+
closeSize: string;
|
|
917
|
+
closeIconSize: string;
|
|
908
918
|
}, any>>>;
|
|
909
919
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
910
920
|
colorSegment: string;
|
|
@@ -926,9 +936,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
926
936
|
tabTextColorActiveCard: string;
|
|
927
937
|
tabTextColorDisabledCard: string;
|
|
928
938
|
barColor: string;
|
|
929
|
-
|
|
939
|
+
closeIconColor: string;
|
|
940
|
+
closeIconColorHover: string;
|
|
941
|
+
closeIconColorPressed: string;
|
|
930
942
|
closeColorHover: string;
|
|
931
943
|
closeColorPressed: string;
|
|
944
|
+
closeBorderRadius: string;
|
|
932
945
|
tabColor: string;
|
|
933
946
|
tabColorSegment: string;
|
|
934
947
|
tabBorderColor: string;
|
|
@@ -967,12 +980,15 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
967
980
|
panePaddingSmall: string;
|
|
968
981
|
panePaddingMedium: string;
|
|
969
982
|
panePaddingLarge: string;
|
|
983
|
+
closeSize: string;
|
|
984
|
+
closeIconSize: string;
|
|
970
985
|
}, any>>>;
|
|
971
986
|
}, {
|
|
972
987
|
syncBarPosition: () => void;
|
|
973
988
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
974
989
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
975
990
|
renderedNames: Set<string | number>;
|
|
991
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
976
992
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
977
993
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
978
994
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -1037,9 +1053,14 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1037
1053
|
'--n-pane-text-color': string;
|
|
1038
1054
|
'--n-tab-border-color': string;
|
|
1039
1055
|
'--n-tab-border-radius': string;
|
|
1040
|
-
'--n-close-
|
|
1056
|
+
'--n-close-size': string;
|
|
1057
|
+
'--n-close-icon-size': string;
|
|
1041
1058
|
'--n-close-color-hover': string;
|
|
1042
1059
|
'--n-close-color-pressed': string;
|
|
1060
|
+
'--n-close-border-radius': string;
|
|
1061
|
+
'--n-close-icon-color': string;
|
|
1062
|
+
'--n-close-icon-color-hover': string;
|
|
1063
|
+
'--n-close-icon-color-pressed': string;
|
|
1043
1064
|
'--n-tab-color': string;
|
|
1044
1065
|
'--n-tab-font-weight': string;
|
|
1045
1066
|
'--n-tab-font-weight-active': string;
|
|
@@ -1054,7 +1075,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1054
1075
|
renderNameListRef: {
|
|
1055
1076
|
value: (string | number)[];
|
|
1056
1077
|
};
|
|
1057
|
-
onAnimationBeforeLeave: () => void;
|
|
1078
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
1058
1079
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
1059
1080
|
onAnimationAfterEnter: () => void;
|
|
1060
1081
|
onRender: (() => void) | undefined;
|
|
@@ -1113,9 +1134,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1113
1134
|
tabTextColorActiveCard: string;
|
|
1114
1135
|
tabTextColorDisabledCard: string;
|
|
1115
1136
|
barColor: string;
|
|
1116
|
-
|
|
1137
|
+
closeIconColor: string;
|
|
1138
|
+
closeIconColorHover: string;
|
|
1139
|
+
closeIconColorPressed: string;
|
|
1117
1140
|
closeColorHover: string;
|
|
1118
1141
|
closeColorPressed: string;
|
|
1142
|
+
closeBorderRadius: string;
|
|
1119
1143
|
tabColor: string;
|
|
1120
1144
|
tabColorSegment: string;
|
|
1121
1145
|
tabBorderColor: string;
|
|
@@ -1154,6 +1178,8 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1154
1178
|
panePaddingSmall: string;
|
|
1155
1179
|
panePaddingMedium: string;
|
|
1156
1180
|
panePaddingLarge: string;
|
|
1181
|
+
closeSize: string;
|
|
1182
|
+
closeIconSize: string;
|
|
1157
1183
|
}, any>>;
|
|
1158
1184
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
1159
1185
|
colorSegment: string;
|
|
@@ -1175,9 +1201,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1175
1201
|
tabTextColorActiveCard: string;
|
|
1176
1202
|
tabTextColorDisabledCard: string;
|
|
1177
1203
|
barColor: string;
|
|
1178
|
-
|
|
1204
|
+
closeIconColor: string;
|
|
1205
|
+
closeIconColorHover: string;
|
|
1206
|
+
closeIconColorPressed: string;
|
|
1179
1207
|
closeColorHover: string;
|
|
1180
1208
|
closeColorPressed: string;
|
|
1209
|
+
closeBorderRadius: string;
|
|
1181
1210
|
tabColor: string;
|
|
1182
1211
|
tabColorSegment: string;
|
|
1183
1212
|
tabBorderColor: string;
|
|
@@ -1216,6 +1245,8 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1216
1245
|
panePaddingSmall: string;
|
|
1217
1246
|
panePaddingMedium: string;
|
|
1218
1247
|
panePaddingLarge: string;
|
|
1248
|
+
closeSize: string;
|
|
1249
|
+
closeIconSize: string;
|
|
1219
1250
|
}, any>>>;
|
|
1220
1251
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
1221
1252
|
colorSegment: string;
|
|
@@ -1237,9 +1268,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1237
1268
|
tabTextColorActiveCard: string;
|
|
1238
1269
|
tabTextColorDisabledCard: string;
|
|
1239
1270
|
barColor: string;
|
|
1240
|
-
|
|
1271
|
+
closeIconColor: string;
|
|
1272
|
+
closeIconColorHover: string;
|
|
1273
|
+
closeIconColorPressed: string;
|
|
1241
1274
|
closeColorHover: string;
|
|
1242
1275
|
closeColorPressed: string;
|
|
1276
|
+
closeBorderRadius: string;
|
|
1243
1277
|
tabColor: string;
|
|
1244
1278
|
tabColorSegment: string;
|
|
1245
1279
|
tabBorderColor: string;
|
|
@@ -1278,14 +1312,16 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1278
1312
|
panePaddingSmall: string;
|
|
1279
1313
|
panePaddingMedium: string;
|
|
1280
1314
|
panePaddingLarge: string;
|
|
1315
|
+
closeSize: string;
|
|
1316
|
+
closeIconSize: string;
|
|
1281
1317
|
}, any>>>;
|
|
1282
1318
|
}>>, {
|
|
1283
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
1284
|
-
size: "small" | "medium" | "large";
|
|
1285
|
-
closable: boolean;
|
|
1286
|
-
trigger: "click" | "hover";
|
|
1287
|
-
animated: boolean;
|
|
1288
|
-
tabsPadding: number;
|
|
1319
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
1320
|
+
readonly size: "small" | "medium" | "large";
|
|
1321
|
+
readonly closable: boolean;
|
|
1322
|
+
readonly trigger: "click" | "hover";
|
|
1323
|
+
readonly animated: boolean;
|
|
1324
|
+
readonly tabsPadding: number;
|
|
1289
1325
|
}>;
|
|
1290
1326
|
NConfigProvider: import("vue").DefineComponent<{
|
|
1291
1327
|
readonly abstract: BooleanConstructor;
|
|
@@ -1349,10 +1385,17 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1349
1385
|
confirm: string;
|
|
1350
1386
|
clear: string;
|
|
1351
1387
|
};
|
|
1352
|
-
|
|
1388
|
+
LegacyTransfer: {
|
|
1353
1389
|
sourceTitle: string;
|
|
1354
1390
|
targetTitle: string;
|
|
1355
1391
|
};
|
|
1392
|
+
Transfer: {
|
|
1393
|
+
selectAll: string;
|
|
1394
|
+
unselectAll: string;
|
|
1395
|
+
clearAll: string;
|
|
1396
|
+
total: (num: number) => string;
|
|
1397
|
+
selected: (num: number) => string;
|
|
1398
|
+
};
|
|
1356
1399
|
Empty: {
|
|
1357
1400
|
description: string;
|
|
1358
1401
|
};
|
|
@@ -1402,6 +1445,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1402
1445
|
tipZoomOut: string;
|
|
1403
1446
|
tipZoomIn: string;
|
|
1404
1447
|
tipClose: string;
|
|
1448
|
+
tipOriginalSize: string;
|
|
1405
1449
|
};
|
|
1406
1450
|
} | null>;
|
|
1407
1451
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -1495,10 +1539,17 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1495
1539
|
confirm: string;
|
|
1496
1540
|
clear: string;
|
|
1497
1541
|
};
|
|
1498
|
-
|
|
1542
|
+
LegacyTransfer: {
|
|
1499
1543
|
sourceTitle: string;
|
|
1500
1544
|
targetTitle: string;
|
|
1501
1545
|
};
|
|
1546
|
+
Transfer: {
|
|
1547
|
+
selectAll: string;
|
|
1548
|
+
unselectAll: string;
|
|
1549
|
+
clearAll: string;
|
|
1550
|
+
total: (num: number) => string;
|
|
1551
|
+
selected: (num: number) => string;
|
|
1552
|
+
};
|
|
1502
1553
|
Empty: {
|
|
1503
1554
|
description: string;
|
|
1504
1555
|
};
|
|
@@ -1548,6 +1599,7 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1548
1599
|
tipZoomOut: string;
|
|
1549
1600
|
tipZoomIn: string;
|
|
1550
1601
|
tipClose: string;
|
|
1602
|
+
tipOriginalSize: string;
|
|
1551
1603
|
};
|
|
1552
1604
|
} | null>;
|
|
1553
1605
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -1574,12 +1626,12 @@ declare const FormRender: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1574
1626
|
readonly default: undefined;
|
|
1575
1627
|
};
|
|
1576
1628
|
}>>, {
|
|
1577
|
-
abstract: boolean;
|
|
1578
|
-
tag: string;
|
|
1579
|
-
as: string | undefined;
|
|
1580
|
-
bordered: boolean | undefined;
|
|
1581
|
-
preflightStyleDisabled: boolean;
|
|
1582
|
-
inlineThemeDisabled: boolean;
|
|
1629
|
+
readonly abstract: boolean;
|
|
1630
|
+
readonly tag: string;
|
|
1631
|
+
readonly as: string | undefined;
|
|
1632
|
+
readonly bordered: boolean | undefined;
|
|
1633
|
+
readonly preflightStyleDisabled: boolean;
|
|
1634
|
+
readonly inlineThemeDisabled: boolean;
|
|
1583
1635
|
}>;
|
|
1584
1636
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1585
1637
|
fieldList: {
|