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
|
@@ -58,7 +58,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
58
58
|
readonly default: true;
|
|
59
59
|
};
|
|
60
60
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
61
|
-
readonly nativeFocusBehavior:
|
|
61
|
+
readonly nativeFocusBehavior: {
|
|
62
|
+
readonly type: BooleanConstructor;
|
|
63
|
+
readonly default: boolean;
|
|
64
|
+
};
|
|
62
65
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
63
66
|
heightTiny: string;
|
|
64
67
|
heightSmall: string;
|
|
@@ -772,7 +775,10 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
772
775
|
readonly default: true;
|
|
773
776
|
};
|
|
774
777
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
775
|
-
readonly nativeFocusBehavior:
|
|
778
|
+
readonly nativeFocusBehavior: {
|
|
779
|
+
readonly type: BooleanConstructor;
|
|
780
|
+
readonly default: boolean;
|
|
781
|
+
};
|
|
776
782
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
777
783
|
heightTiny: string;
|
|
778
784
|
heightSmall: string;
|
|
@@ -1386,26 +1392,26 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1386
1392
|
rippleDuration: string;
|
|
1387
1393
|
}, any>>>;
|
|
1388
1394
|
}>>, {
|
|
1389
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1390
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1391
|
-
block: boolean;
|
|
1392
|
-
round: boolean;
|
|
1393
|
-
dashed: boolean;
|
|
1394
|
-
text: boolean;
|
|
1395
|
-
circle: boolean;
|
|
1396
|
-
disabled: boolean;
|
|
1397
|
-
focusable: boolean;
|
|
1398
|
-
strong: boolean;
|
|
1399
|
-
loading: boolean;
|
|
1400
|
-
bordered: boolean;
|
|
1401
|
-
tertiary: boolean;
|
|
1402
|
-
ghost: boolean;
|
|
1403
|
-
keyboard: boolean;
|
|
1404
|
-
secondary: boolean;
|
|
1405
|
-
quaternary: boolean;
|
|
1406
|
-
iconPlacement: "left" | "right";
|
|
1407
|
-
attrType: "button" | "reset" | "submit";
|
|
1408
|
-
nativeFocusBehavior: boolean;
|
|
1395
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1396
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1397
|
+
readonly block: boolean;
|
|
1398
|
+
readonly round: boolean;
|
|
1399
|
+
readonly dashed: boolean;
|
|
1400
|
+
readonly text: boolean;
|
|
1401
|
+
readonly circle: boolean;
|
|
1402
|
+
readonly disabled: boolean;
|
|
1403
|
+
readonly focusable: boolean;
|
|
1404
|
+
readonly strong: boolean;
|
|
1405
|
+
readonly loading: boolean;
|
|
1406
|
+
readonly bordered: boolean;
|
|
1407
|
+
readonly tertiary: boolean;
|
|
1408
|
+
readonly ghost: boolean;
|
|
1409
|
+
readonly keyboard: boolean;
|
|
1410
|
+
readonly secondary: boolean;
|
|
1411
|
+
readonly quaternary: boolean;
|
|
1412
|
+
readonly iconPlacement: "left" | "right";
|
|
1413
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1414
|
+
readonly nativeFocusBehavior: boolean;
|
|
1409
1415
|
}>;
|
|
1410
1416
|
NButtonGroup: import("vue").DefineComponent<{
|
|
1411
1417
|
readonly size: {
|
|
@@ -1423,8 +1429,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1423
1429
|
};
|
|
1424
1430
|
readonly vertical: BooleanConstructor;
|
|
1425
1431
|
}>>, {
|
|
1426
|
-
size: import("naive-ui/es/button/src/interface").Size | undefined;
|
|
1427
|
-
vertical: boolean;
|
|
1432
|
+
readonly size: import("naive-ui/es/button/src/interface").Size | undefined;
|
|
1433
|
+
readonly vertical: boolean;
|
|
1428
1434
|
}>;
|
|
1429
1435
|
NPopconfirm: import("vue").DefineComponent<{
|
|
1430
1436
|
positiveText: import("vue").PropType<string | null>;
|
|
@@ -1498,9 +1504,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
1498
1504
|
scrollable: BooleanConstructor;
|
|
1499
1505
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1500
1506
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1507
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1501
1508
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1502
1509
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1503
1510
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1511
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1504
1512
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1505
1513
|
internalInheritedEventHandlers: {
|
|
1506
1514
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -2233,10 +2241,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2233
2241
|
opacity5: string;
|
|
2234
2242
|
dividerColor: string;
|
|
2235
2243
|
borderColor: string;
|
|
2236
|
-
|
|
2244
|
+
closeIconColor: string;
|
|
2245
|
+
closeIconColorHover: string;
|
|
2246
|
+
closeIconColorPressed: string;
|
|
2237
2247
|
closeColorHover: string;
|
|
2238
2248
|
closeColorPressed: string;
|
|
2239
|
-
closeColorDisabled: string;
|
|
2240
2249
|
clearColor: string;
|
|
2241
2250
|
clearColorHover: string;
|
|
2242
2251
|
clearColorPressed: string;
|
|
@@ -2615,9 +2624,11 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
2615
2624
|
scrollable: BooleanConstructor;
|
|
2616
2625
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2617
2626
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2627
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2618
2628
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
2619
2629
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2620
2630
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2631
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
2621
2632
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
2622
2633
|
internalInheritedEventHandlers: {
|
|
2623
2634
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3326,6 +3337,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
3326
3337
|
arrowPointToCenter: boolean;
|
|
3327
3338
|
displayDirective: "show" | "if";
|
|
3328
3339
|
keepAliveOnHover: boolean;
|
|
3340
|
+
internalDeactivateImmediately: boolean;
|
|
3329
3341
|
animated: boolean;
|
|
3330
3342
|
internalTrapFocus: boolean;
|
|
3331
3343
|
defaultShow: boolean;
|
|
@@ -4019,14 +4031,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4019
4031
|
labelTextAlignHorizontal: string;
|
|
4020
4032
|
}, any>>>;
|
|
4021
4033
|
}>>, {
|
|
4022
|
-
inline: boolean;
|
|
4023
|
-
disabled: boolean;
|
|
4024
|
-
onSubmit: (e: Event) => void;
|
|
4025
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4026
|
-
model: Record<string, any>;
|
|
4027
|
-
showRequireMark: boolean | undefined;
|
|
4028
|
-
showFeedback: boolean;
|
|
4029
|
-
showLabel: boolean | undefined;
|
|
4034
|
+
readonly inline: boolean;
|
|
4035
|
+
readonly disabled: boolean;
|
|
4036
|
+
readonly onSubmit: (e: Event) => void;
|
|
4037
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4038
|
+
readonly model: Record<string, any>;
|
|
4039
|
+
readonly showRequireMark: boolean | undefined;
|
|
4040
|
+
readonly showFeedback: boolean;
|
|
4041
|
+
readonly showLabel: boolean | undefined;
|
|
4030
4042
|
}>;
|
|
4031
4043
|
NTabPane: import("vue").DefineComponent<{
|
|
4032
4044
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -4075,9 +4087,9 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4075
4087
|
[key: string]: any;
|
|
4076
4088
|
}> | (() => import("vue").VNodeChild)>;
|
|
4077
4089
|
}>>, {
|
|
4078
|
-
disabled: boolean;
|
|
4079
|
-
closable: boolean | undefined;
|
|
4080
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
4090
|
+
readonly disabled: boolean;
|
|
4091
|
+
readonly closable: boolean | undefined;
|
|
4092
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
4081
4093
|
}>;
|
|
4082
4094
|
NTabs: import("vue").DefineComponent<{
|
|
4083
4095
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -4134,9 +4146,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4134
4146
|
tabTextColorActiveCard: string;
|
|
4135
4147
|
tabTextColorDisabledCard: string;
|
|
4136
4148
|
barColor: string;
|
|
4137
|
-
|
|
4149
|
+
closeIconColor: string;
|
|
4150
|
+
closeIconColorHover: string;
|
|
4151
|
+
closeIconColorPressed: string;
|
|
4138
4152
|
closeColorHover: string;
|
|
4139
4153
|
closeColorPressed: string;
|
|
4154
|
+
closeBorderRadius: string;
|
|
4140
4155
|
tabColor: string;
|
|
4141
4156
|
tabColorSegment: string;
|
|
4142
4157
|
tabBorderColor: string;
|
|
@@ -4175,6 +4190,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4175
4190
|
panePaddingSmall: string;
|
|
4176
4191
|
panePaddingMedium: string;
|
|
4177
4192
|
panePaddingLarge: string;
|
|
4193
|
+
closeSize: string;
|
|
4194
|
+
closeIconSize: string;
|
|
4178
4195
|
}, any>>;
|
|
4179
4196
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4180
4197
|
colorSegment: string;
|
|
@@ -4196,9 +4213,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4196
4213
|
tabTextColorActiveCard: string;
|
|
4197
4214
|
tabTextColorDisabledCard: string;
|
|
4198
4215
|
barColor: string;
|
|
4199
|
-
|
|
4216
|
+
closeIconColor: string;
|
|
4217
|
+
closeIconColorHover: string;
|
|
4218
|
+
closeIconColorPressed: string;
|
|
4200
4219
|
closeColorHover: string;
|
|
4201
4220
|
closeColorPressed: string;
|
|
4221
|
+
closeBorderRadius: string;
|
|
4202
4222
|
tabColor: string;
|
|
4203
4223
|
tabColorSegment: string;
|
|
4204
4224
|
tabBorderColor: string;
|
|
@@ -4237,6 +4257,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4237
4257
|
panePaddingSmall: string;
|
|
4238
4258
|
panePaddingMedium: string;
|
|
4239
4259
|
panePaddingLarge: string;
|
|
4260
|
+
closeSize: string;
|
|
4261
|
+
closeIconSize: string;
|
|
4240
4262
|
}, any>>>;
|
|
4241
4263
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4242
4264
|
colorSegment: string;
|
|
@@ -4258,9 +4280,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4258
4280
|
tabTextColorActiveCard: string;
|
|
4259
4281
|
tabTextColorDisabledCard: string;
|
|
4260
4282
|
barColor: string;
|
|
4261
|
-
|
|
4283
|
+
closeIconColor: string;
|
|
4284
|
+
closeIconColorHover: string;
|
|
4285
|
+
closeIconColorPressed: string;
|
|
4262
4286
|
closeColorHover: string;
|
|
4263
4287
|
closeColorPressed: string;
|
|
4288
|
+
closeBorderRadius: string;
|
|
4264
4289
|
tabColor: string;
|
|
4265
4290
|
tabColorSegment: string;
|
|
4266
4291
|
tabBorderColor: string;
|
|
@@ -4299,12 +4324,15 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4299
4324
|
panePaddingSmall: string;
|
|
4300
4325
|
panePaddingMedium: string;
|
|
4301
4326
|
panePaddingLarge: string;
|
|
4327
|
+
closeSize: string;
|
|
4328
|
+
closeIconSize: string;
|
|
4302
4329
|
}, any>>>;
|
|
4303
4330
|
}, {
|
|
4304
4331
|
syncBarPosition: () => void;
|
|
4305
4332
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
4306
4333
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
4307
4334
|
renderedNames: Set<string | number>;
|
|
4335
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
4308
4336
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
4309
4337
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
4310
4338
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -4369,9 +4397,14 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4369
4397
|
'--n-pane-text-color': string;
|
|
4370
4398
|
'--n-tab-border-color': string;
|
|
4371
4399
|
'--n-tab-border-radius': string;
|
|
4372
|
-
'--n-close-
|
|
4400
|
+
'--n-close-size': string;
|
|
4401
|
+
'--n-close-icon-size': string;
|
|
4373
4402
|
'--n-close-color-hover': string;
|
|
4374
4403
|
'--n-close-color-pressed': string;
|
|
4404
|
+
'--n-close-border-radius': string;
|
|
4405
|
+
'--n-close-icon-color': string;
|
|
4406
|
+
'--n-close-icon-color-hover': string;
|
|
4407
|
+
'--n-close-icon-color-pressed': string;
|
|
4375
4408
|
'--n-tab-color': string;
|
|
4376
4409
|
'--n-tab-font-weight': string;
|
|
4377
4410
|
'--n-tab-font-weight-active': string;
|
|
@@ -4386,7 +4419,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4386
4419
|
renderNameListRef: {
|
|
4387
4420
|
value: (string | number)[];
|
|
4388
4421
|
};
|
|
4389
|
-
onAnimationBeforeLeave: () => void;
|
|
4422
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
4390
4423
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
4391
4424
|
onAnimationAfterEnter: () => void;
|
|
4392
4425
|
onRender: (() => void) | undefined;
|
|
@@ -4445,9 +4478,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4445
4478
|
tabTextColorActiveCard: string;
|
|
4446
4479
|
tabTextColorDisabledCard: string;
|
|
4447
4480
|
barColor: string;
|
|
4448
|
-
|
|
4481
|
+
closeIconColor: string;
|
|
4482
|
+
closeIconColorHover: string;
|
|
4483
|
+
closeIconColorPressed: string;
|
|
4449
4484
|
closeColorHover: string;
|
|
4450
4485
|
closeColorPressed: string;
|
|
4486
|
+
closeBorderRadius: string;
|
|
4451
4487
|
tabColor: string;
|
|
4452
4488
|
tabColorSegment: string;
|
|
4453
4489
|
tabBorderColor: string;
|
|
@@ -4486,6 +4522,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4486
4522
|
panePaddingSmall: string;
|
|
4487
4523
|
panePaddingMedium: string;
|
|
4488
4524
|
panePaddingLarge: string;
|
|
4525
|
+
closeSize: string;
|
|
4526
|
+
closeIconSize: string;
|
|
4489
4527
|
}, any>>;
|
|
4490
4528
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4491
4529
|
colorSegment: string;
|
|
@@ -4507,9 +4545,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4507
4545
|
tabTextColorActiveCard: string;
|
|
4508
4546
|
tabTextColorDisabledCard: string;
|
|
4509
4547
|
barColor: string;
|
|
4510
|
-
|
|
4548
|
+
closeIconColor: string;
|
|
4549
|
+
closeIconColorHover: string;
|
|
4550
|
+
closeIconColorPressed: string;
|
|
4511
4551
|
closeColorHover: string;
|
|
4512
4552
|
closeColorPressed: string;
|
|
4553
|
+
closeBorderRadius: string;
|
|
4513
4554
|
tabColor: string;
|
|
4514
4555
|
tabColorSegment: string;
|
|
4515
4556
|
tabBorderColor: string;
|
|
@@ -4548,6 +4589,8 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4548
4589
|
panePaddingSmall: string;
|
|
4549
4590
|
panePaddingMedium: string;
|
|
4550
4591
|
panePaddingLarge: string;
|
|
4592
|
+
closeSize: string;
|
|
4593
|
+
closeIconSize: string;
|
|
4551
4594
|
}, any>>>;
|
|
4552
4595
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
4553
4596
|
colorSegment: string;
|
|
@@ -4569,9 +4612,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4569
4612
|
tabTextColorActiveCard: string;
|
|
4570
4613
|
tabTextColorDisabledCard: string;
|
|
4571
4614
|
barColor: string;
|
|
4572
|
-
|
|
4615
|
+
closeIconColor: string;
|
|
4616
|
+
closeIconColorHover: string;
|
|
4617
|
+
closeIconColorPressed: string;
|
|
4573
4618
|
closeColorHover: string;
|
|
4574
4619
|
closeColorPressed: string;
|
|
4620
|
+
closeBorderRadius: string;
|
|
4575
4621
|
tabColor: string;
|
|
4576
4622
|
tabColorSegment: string;
|
|
4577
4623
|
tabBorderColor: string;
|
|
@@ -4610,14 +4656,16 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4610
4656
|
panePaddingSmall: string;
|
|
4611
4657
|
panePaddingMedium: string;
|
|
4612
4658
|
panePaddingLarge: string;
|
|
4659
|
+
closeSize: string;
|
|
4660
|
+
closeIconSize: string;
|
|
4613
4661
|
}, any>>>;
|
|
4614
4662
|
}>>, {
|
|
4615
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4616
|
-
size: "small" | "medium" | "large";
|
|
4617
|
-
closable: boolean;
|
|
4618
|
-
trigger: "click" | "hover";
|
|
4619
|
-
animated: boolean;
|
|
4620
|
-
tabsPadding: number;
|
|
4663
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
4664
|
+
readonly size: "small" | "medium" | "large";
|
|
4665
|
+
readonly closable: boolean;
|
|
4666
|
+
readonly trigger: "click" | "hover";
|
|
4667
|
+
readonly animated: boolean;
|
|
4668
|
+
readonly tabsPadding: number;
|
|
4621
4669
|
}>;
|
|
4622
4670
|
NConfigProvider: import("vue").DefineComponent<{
|
|
4623
4671
|
readonly abstract: BooleanConstructor;
|
|
@@ -4681,10 +4729,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4681
4729
|
confirm: string;
|
|
4682
4730
|
clear: string;
|
|
4683
4731
|
};
|
|
4684
|
-
|
|
4732
|
+
LegacyTransfer: {
|
|
4685
4733
|
sourceTitle: string;
|
|
4686
4734
|
targetTitle: string;
|
|
4687
4735
|
};
|
|
4736
|
+
Transfer: {
|
|
4737
|
+
selectAll: string;
|
|
4738
|
+
unselectAll: string;
|
|
4739
|
+
clearAll: string;
|
|
4740
|
+
total: (num: number) => string;
|
|
4741
|
+
selected: (num: number) => string;
|
|
4742
|
+
};
|
|
4688
4743
|
Empty: {
|
|
4689
4744
|
description: string;
|
|
4690
4745
|
};
|
|
@@ -4734,6 +4789,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4734
4789
|
tipZoomOut: string;
|
|
4735
4790
|
tipZoomIn: string;
|
|
4736
4791
|
tipClose: string;
|
|
4792
|
+
tipOriginalSize: string;
|
|
4737
4793
|
};
|
|
4738
4794
|
} | null>;
|
|
4739
4795
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -4827,10 +4883,17 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4827
4883
|
confirm: string;
|
|
4828
4884
|
clear: string;
|
|
4829
4885
|
};
|
|
4830
|
-
|
|
4886
|
+
LegacyTransfer: {
|
|
4831
4887
|
sourceTitle: string;
|
|
4832
4888
|
targetTitle: string;
|
|
4833
4889
|
};
|
|
4890
|
+
Transfer: {
|
|
4891
|
+
selectAll: string;
|
|
4892
|
+
unselectAll: string;
|
|
4893
|
+
clearAll: string;
|
|
4894
|
+
total: (num: number) => string;
|
|
4895
|
+
selected: (num: number) => string;
|
|
4896
|
+
};
|
|
4834
4897
|
Empty: {
|
|
4835
4898
|
description: string;
|
|
4836
4899
|
};
|
|
@@ -4880,6 +4943,7 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4880
4943
|
tipZoomOut: string;
|
|
4881
4944
|
tipZoomIn: string;
|
|
4882
4945
|
tipClose: string;
|
|
4946
|
+
tipOriginalSize: string;
|
|
4883
4947
|
};
|
|
4884
4948
|
} | null>;
|
|
4885
4949
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -4906,12 +4970,12 @@ declare const _default: import("vue").DefineComponent<{}, {
|
|
|
4906
4970
|
readonly default: undefined;
|
|
4907
4971
|
};
|
|
4908
4972
|
}>>, {
|
|
4909
|
-
abstract: boolean;
|
|
4910
|
-
tag: string;
|
|
4911
|
-
as: string | undefined;
|
|
4912
|
-
bordered: boolean | undefined;
|
|
4913
|
-
preflightStyleDisabled: boolean;
|
|
4914
|
-
inlineThemeDisabled: boolean;
|
|
4973
|
+
readonly abstract: boolean;
|
|
4974
|
+
readonly tag: string;
|
|
4975
|
+
readonly as: string | undefined;
|
|
4976
|
+
readonly bordered: boolean | undefined;
|
|
4977
|
+
readonly preflightStyleDisabled: boolean;
|
|
4978
|
+
readonly inlineThemeDisabled: boolean;
|
|
4915
4979
|
}>;
|
|
4916
4980
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4917
4981
|
fieldList: {
|