cnhis-design-vue 3.1.11-beta.5 → 3.1.11-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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +2266 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +2287 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +24 -36
- package/es/packages/big-table/src/bigTableEmits.js +2 -1
- package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
- package/es/packages/big-table/src/bigTableProps.js +1 -0
- package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +1 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +3 -3
- package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
- package/es/packages/big-table/src/components/input-button.js +4 -0
- package/es/packages/big-table/src/components/input-button.vue.d.ts +2252 -0
- package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +33 -0
- package/es/packages/big-table/src/hooks/useEdit.d.ts +4 -4
- package/es/packages/button-print/index.d.ts +5 -5
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +5 -5
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -2
- package/es/packages/chunk-upload/index.d.ts +1 -1
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +10 -6
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.js +12 -6
- package/es/packages/chunk-upload/src/hooks/vod-computed.js +2 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
- package/es/packages/chunk-upload/style/index.css +4 -4
- package/es/packages/drag-layout/index.d.ts +7 -7
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +2 -2
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +2 -2
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +10 -9
- package/es/packages/field-set/index.d.ts +2 -2
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2 -2
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +1 -1
- package/es/packages/field-set/src/OldFieldSet.vue.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/cascader.js +25 -3
- package/es/packages/form-render/src/components/renderer/linebar.d.ts +1 -1
- package/es/packages/form-render/src/components/renderer/textarea.d.ts +1 -1
- package/es/packages/form-table/index.d.ts +24 -24
- package/es/packages/form-table/src/FormTable.vue.d.ts +24 -24
- package/es/packages/form-table/src/components/index.d.ts +23 -23
- package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-search.vue.d.ts +3 -3
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-select.vue.d.ts +2 -2
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +3 -3
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +1 -1
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1 -1
- package/es/packages/index.css +7 -4
- package/es/packages/info-header/index.d.ts +6 -6
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +3 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +6 -6
- package/es/packages/map/index.d.ts +2 -2
- package/es/packages/map/src/Map.vue.d.ts +2 -2
- package/es/packages/scale-view/index.d.ts +2 -2
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +2 -2
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.js +3 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/r-collection.js +5 -1
- package/es/packages/scale-view/src/components/formitem/r-upload.js +70 -59
- package/es/packages/scale-view/src/hooks/use-component.d.ts +14 -14
- package/es/packages/scale-view/style/index.css +3 -0
- package/es/packages/select-label/index.d.ts +13 -13
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +5 -5
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +8 -8
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +5 -5
- package/es/packages/select-person/index.d.ts +2 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +2 -2
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +2 -1
- package/es/packages/time-line/index.d.ts +1 -1
- package/es/packages/time-line/src/TimeLine.vue.d.ts +1 -1
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
- package/global.d.ts +8 -8
- package/package.json +1 -1
|
@@ -691,7 +691,7 @@ export declare function useComponents(): {
|
|
|
691
691
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
692
692
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
693
693
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
694
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
694
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
695
695
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
696
696
|
focused: import("vue").Ref<boolean>;
|
|
697
697
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -4298,9 +4298,9 @@ export declare function useComponents(): {
|
|
|
4298
4298
|
}, {
|
|
4299
4299
|
styleSetting: AnyObject;
|
|
4300
4300
|
userInfo: AnyObject;
|
|
4301
|
+
defaultValue: AnyObject;
|
|
4301
4302
|
cacheUniqueKey: AnyObject;
|
|
4302
4303
|
row: AnyObject;
|
|
4303
|
-
defaultValue: AnyObject;
|
|
4304
4304
|
isDetail: boolean;
|
|
4305
4305
|
item: AnyObject;
|
|
4306
4306
|
formType: AnyObject;
|
|
@@ -9609,9 +9609,9 @@ export declare function useComponents(): {
|
|
|
9609
9609
|
}, {
|
|
9610
9610
|
styleSetting: AnyObject;
|
|
9611
9611
|
userInfo: AnyObject;
|
|
9612
|
+
defaultValue: AnyObject;
|
|
9612
9613
|
cacheUniqueKey: AnyObject;
|
|
9613
9614
|
row: AnyObject;
|
|
9614
|
-
defaultValue: AnyObject;
|
|
9615
9615
|
isDetail: boolean;
|
|
9616
9616
|
item: AnyObject;
|
|
9617
9617
|
formType: AnyObject;
|
|
@@ -12526,9 +12526,9 @@ export declare function useComponents(): {
|
|
|
12526
12526
|
}, {
|
|
12527
12527
|
styleSetting: AnyObject;
|
|
12528
12528
|
userInfo: AnyObject;
|
|
12529
|
+
defaultValue: AnyObject;
|
|
12529
12530
|
cacheUniqueKey: AnyObject;
|
|
12530
12531
|
row: AnyObject;
|
|
12531
|
-
defaultValue: AnyObject;
|
|
12532
12532
|
isDetail: boolean;
|
|
12533
12533
|
item: AnyObject;
|
|
12534
12534
|
formType: AnyObject;
|
|
@@ -12949,7 +12949,7 @@ export declare function useComponents(): {
|
|
|
12949
12949
|
isComposing: import("vue").Ref<boolean>;
|
|
12950
12950
|
activated: import("vue").Ref<boolean>;
|
|
12951
12951
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
12952
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
12952
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
12953
12953
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
12954
12954
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
12955
12955
|
textDecoration: string;
|
|
@@ -14108,9 +14108,9 @@ export declare function useComponents(): {
|
|
|
14108
14108
|
}, {
|
|
14109
14109
|
styleSetting: AnyObject;
|
|
14110
14110
|
userInfo: AnyObject;
|
|
14111
|
+
defaultValue: AnyObject;
|
|
14111
14112
|
cacheUniqueKey: AnyObject;
|
|
14112
14113
|
row: AnyObject;
|
|
14113
|
-
defaultValue: AnyObject;
|
|
14114
14114
|
isDetail: boolean;
|
|
14115
14115
|
item: AnyObject;
|
|
14116
14116
|
formType: AnyObject;
|
|
@@ -14532,7 +14532,7 @@ export declare function useComponents(): {
|
|
|
14532
14532
|
isComposing: import("vue").Ref<boolean>;
|
|
14533
14533
|
activated: import("vue").Ref<boolean>;
|
|
14534
14534
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
14535
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
14535
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
14536
14536
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
14537
14537
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
14538
14538
|
textDecoration: string;
|
|
@@ -15733,9 +15733,9 @@ export declare function useComponents(): {
|
|
|
15733
15733
|
}, {
|
|
15734
15734
|
styleSetting: AnyObject;
|
|
15735
15735
|
userInfo: AnyObject;
|
|
15736
|
+
defaultValue: AnyObject;
|
|
15736
15737
|
cacheUniqueKey: AnyObject;
|
|
15737
15738
|
row: AnyObject;
|
|
15738
|
-
defaultValue: AnyObject;
|
|
15739
15739
|
isDetail: boolean;
|
|
15740
15740
|
item: AnyObject;
|
|
15741
15741
|
formType: AnyObject;
|
|
@@ -20987,9 +20987,9 @@ export declare function useComponents(): {
|
|
|
20987
20987
|
}, {
|
|
20988
20988
|
styleSetting: AnyObject;
|
|
20989
20989
|
userInfo: AnyObject;
|
|
20990
|
+
defaultValue: AnyObject;
|
|
20990
20991
|
cacheUniqueKey: AnyObject;
|
|
20991
20992
|
row: AnyObject;
|
|
20992
|
-
defaultValue: AnyObject;
|
|
20993
20993
|
isDetail: boolean;
|
|
20994
20994
|
item: AnyObject;
|
|
20995
20995
|
formType: AnyObject;
|
|
@@ -21777,7 +21777,7 @@ export declare function useComponents(): {
|
|
|
21777
21777
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
21778
21778
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
21779
21779
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
21780
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
21780
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
21781
21781
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
21782
21782
|
focused: import("vue").Ref<boolean>;
|
|
21783
21783
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -23292,7 +23292,7 @@ export declare function useComponents(): {
|
|
|
23292
23292
|
} | null>;
|
|
23293
23293
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
23294
23294
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
23295
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
23295
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
23296
23296
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
23297
23297
|
enterPressed: import("vue").Ref<boolean>;
|
|
23298
23298
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -24103,9 +24103,9 @@ export declare function useComponents(): {
|
|
|
24103
24103
|
}, {
|
|
24104
24104
|
styleSetting: Record<string, any>;
|
|
24105
24105
|
userInfo: Record<string, any>;
|
|
24106
|
+
defaultValue: Record<string, any>;
|
|
24106
24107
|
cacheUniqueKey: Record<string, any>;
|
|
24107
24108
|
row: Record<string, any>;
|
|
24108
|
-
defaultValue: Record<string, any>;
|
|
24109
24109
|
isDetail: boolean;
|
|
24110
24110
|
item: Record<string, any>;
|
|
24111
24111
|
formType: Record<string, any>;
|
|
@@ -25082,7 +25082,7 @@ export declare function useComponents(): {
|
|
|
25082
25082
|
} | null>;
|
|
25083
25083
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
25084
25084
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
25085
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
25085
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
25086
25086
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
25087
25087
|
enterPressed: import("vue").Ref<boolean>;
|
|
25088
25088
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -25893,9 +25893,9 @@ export declare function useComponents(): {
|
|
|
25893
25893
|
}, {
|
|
25894
25894
|
styleSetting: Record<string, any>;
|
|
25895
25895
|
userInfo: Record<string, any>;
|
|
25896
|
+
defaultValue: Record<string, any>;
|
|
25896
25897
|
cacheUniqueKey: Record<string, any>;
|
|
25897
25898
|
row: Record<string, any>;
|
|
25898
|
-
defaultValue: Record<string, any>;
|
|
25899
25899
|
isDetail: boolean;
|
|
25900
25900
|
item: Record<string, any>;
|
|
25901
25901
|
formType: Record<string, any>;
|
|
@@ -26578,7 +26578,7 @@ export declare function useComponents(): {
|
|
|
26578
26578
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
26579
26579
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
26580
26580
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
26581
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
26581
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
26582
26582
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
26583
26583
|
focused: import("vue").Ref<boolean>;
|
|
26584
26584
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -27455,9 +27455,9 @@ export declare function useComponents(): {
|
|
|
27455
27455
|
}, {
|
|
27456
27456
|
styleSetting: AnyObject;
|
|
27457
27457
|
userInfo: AnyObject;
|
|
27458
|
+
defaultValue: AnyObject;
|
|
27458
27459
|
cacheUniqueKey: AnyObject;
|
|
27459
27460
|
row: AnyObject;
|
|
27460
|
-
defaultValue: AnyObject;
|
|
27461
27461
|
isDetail: boolean;
|
|
27462
27462
|
item: AnyObject;
|
|
27463
27463
|
formType: AnyObject;
|
|
@@ -28141,7 +28141,7 @@ export declare function useComponents(): {
|
|
|
28141
28141
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
28142
28142
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
28143
28143
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
28144
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
28144
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
28145
28145
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
28146
28146
|
focused: import("vue").Ref<boolean>;
|
|
28147
28147
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -29018,9 +29018,9 @@ export declare function useComponents(): {
|
|
|
29018
29018
|
}, {
|
|
29019
29019
|
styleSetting: AnyObject;
|
|
29020
29020
|
userInfo: AnyObject;
|
|
29021
|
+
defaultValue: AnyObject;
|
|
29021
29022
|
cacheUniqueKey: AnyObject;
|
|
29022
29023
|
row: AnyObject;
|
|
29023
|
-
defaultValue: AnyObject;
|
|
29024
29024
|
isDetail: boolean;
|
|
29025
29025
|
item: AnyObject;
|
|
29026
29026
|
formType: AnyObject;
|
|
@@ -29483,7 +29483,7 @@ export declare function useComponents(): {
|
|
|
29483
29483
|
isComposing: import("vue").Ref<boolean>;
|
|
29484
29484
|
activated: import("vue").Ref<boolean>;
|
|
29485
29485
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
29486
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
29486
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
29487
29487
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
29488
29488
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
29489
29489
|
textDecoration: string;
|
|
@@ -30073,7 +30073,7 @@ export declare function useComponents(): {
|
|
|
30073
30073
|
className?: string | undefined;
|
|
30074
30074
|
refName?: string | undefined;
|
|
30075
30075
|
effect: string;
|
|
30076
|
-
placement: "
|
|
30076
|
+
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end";
|
|
30077
30077
|
tooltipTitle: string | number;
|
|
30078
30078
|
isAlias?: boolean | undefined;
|
|
30079
30079
|
};
|
|
@@ -30659,9 +30659,9 @@ export declare function useComponents(): {
|
|
|
30659
30659
|
}, {
|
|
30660
30660
|
styleSetting: AnyObject;
|
|
30661
30661
|
userInfo: AnyObject;
|
|
30662
|
+
defaultValue: AnyObject;
|
|
30662
30663
|
cacheUniqueKey: AnyObject;
|
|
30663
30664
|
row: AnyObject;
|
|
30664
|
-
defaultValue: AnyObject;
|
|
30665
30665
|
isDetail: boolean;
|
|
30666
30666
|
item: AnyObject;
|
|
30667
30667
|
formType: AnyObject;
|
|
@@ -33329,9 +33329,9 @@ export declare function useComponents(): {
|
|
|
33329
33329
|
}, {
|
|
33330
33330
|
styleSetting: AnyObject;
|
|
33331
33331
|
userInfo: AnyObject;
|
|
33332
|
+
defaultValue: AnyObject;
|
|
33332
33333
|
cacheUniqueKey: AnyObject;
|
|
33333
33334
|
row: AnyObject;
|
|
33334
|
-
defaultValue: AnyObject;
|
|
33335
33335
|
isDetail: boolean;
|
|
33336
33336
|
item: AnyObject;
|
|
33337
33337
|
formType: AnyObject;
|
|
@@ -35222,9 +35222,9 @@ export declare function useComponents(): {
|
|
|
35222
35222
|
}, {
|
|
35223
35223
|
styleSetting: AnyObject;
|
|
35224
35224
|
userInfo: AnyObject;
|
|
35225
|
+
defaultValue: AnyObject;
|
|
35225
35226
|
cacheUniqueKey: AnyObject;
|
|
35226
35227
|
row: AnyObject;
|
|
35227
|
-
defaultValue: AnyObject;
|
|
35228
35228
|
isDetail: boolean;
|
|
35229
35229
|
item: AnyObject;
|
|
35230
35230
|
formType: AnyObject;
|
|
@@ -691,7 +691,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
691
691
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
692
692
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
693
693
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
694
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
694
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
695
695
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
696
696
|
focused: import("vue").Ref<boolean>;
|
|
697
697
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -4298,9 +4298,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4298
4298
|
}, {
|
|
4299
4299
|
styleSetting: AnyObject;
|
|
4300
4300
|
userInfo: AnyObject;
|
|
4301
|
+
defaultValue: AnyObject;
|
|
4301
4302
|
cacheUniqueKey: AnyObject;
|
|
4302
4303
|
row: AnyObject;
|
|
4303
|
-
defaultValue: AnyObject;
|
|
4304
4304
|
isDetail: boolean;
|
|
4305
4305
|
item: AnyObject;
|
|
4306
4306
|
formType: AnyObject;
|
|
@@ -5303,9 +5303,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5303
5303
|
}, {
|
|
5304
5304
|
styleSetting: AnyObject;
|
|
5305
5305
|
userInfo: AnyObject;
|
|
5306
|
+
defaultValue: AnyObject;
|
|
5306
5307
|
cacheUniqueKey: AnyObject;
|
|
5307
5308
|
row: AnyObject;
|
|
5308
|
-
defaultValue: AnyObject;
|
|
5309
5309
|
isDetail: boolean;
|
|
5310
5310
|
item: AnyObject;
|
|
5311
5311
|
formType: AnyObject;
|
|
@@ -2909,9 +2909,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2909
2909
|
}, {
|
|
2910
2910
|
styleSetting: AnyObject;
|
|
2911
2911
|
userInfo: AnyObject;
|
|
2912
|
+
defaultValue: AnyObject;
|
|
2912
2913
|
cacheUniqueKey: AnyObject;
|
|
2913
2914
|
row: AnyObject;
|
|
2914
|
-
defaultValue: AnyObject;
|
|
2915
2915
|
isDetail: boolean;
|
|
2916
2916
|
item: AnyObject;
|
|
2917
2917
|
formType: AnyObject;
|
|
@@ -416,7 +416,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
416
416
|
isComposing: import("vue").Ref<boolean>;
|
|
417
417
|
activated: import("vue").Ref<boolean>;
|
|
418
418
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
419
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
419
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
420
420
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
421
421
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
422
422
|
textDecoration: string;
|
|
@@ -1617,9 +1617,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1617
1617
|
}, {
|
|
1618
1618
|
styleSetting: AnyObject;
|
|
1619
1619
|
userInfo: AnyObject;
|
|
1620
|
+
defaultValue: AnyObject;
|
|
1620
1621
|
cacheUniqueKey: AnyObject;
|
|
1621
1622
|
row: AnyObject;
|
|
1622
|
-
defaultValue: AnyObject;
|
|
1623
1623
|
isDetail: boolean;
|
|
1624
1624
|
item: AnyObject;
|
|
1625
1625
|
formType: AnyObject;
|
|
@@ -415,7 +415,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
415
415
|
isComposing: import("vue").Ref<boolean>;
|
|
416
416
|
activated: import("vue").Ref<boolean>;
|
|
417
417
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
418
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
418
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
419
419
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
420
420
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
421
421
|
textDecoration: string;
|
|
@@ -1574,9 +1574,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1574
1574
|
}, {
|
|
1575
1575
|
styleSetting: AnyObject;
|
|
1576
1576
|
userInfo: AnyObject;
|
|
1577
|
+
defaultValue: AnyObject;
|
|
1577
1578
|
cacheUniqueKey: AnyObject;
|
|
1578
1579
|
row: AnyObject;
|
|
1579
|
-
defaultValue: AnyObject;
|
|
1580
1580
|
isDetail: boolean;
|
|
1581
1581
|
item: AnyObject;
|
|
1582
1582
|
formType: AnyObject;
|
|
@@ -5246,9 +5246,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5246
5246
|
}, {
|
|
5247
5247
|
styleSetting: AnyObject;
|
|
5248
5248
|
userInfo: AnyObject;
|
|
5249
|
+
defaultValue: AnyObject;
|
|
5249
5250
|
cacheUniqueKey: AnyObject;
|
|
5250
5251
|
row: AnyObject;
|
|
5251
|
-
defaultValue: AnyObject;
|
|
5252
5252
|
isDetail: boolean;
|
|
5253
5253
|
item: AnyObject;
|
|
5254
5254
|
formType: AnyObject;
|
|
@@ -968,7 +968,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
968
968
|
} | null>;
|
|
969
969
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
970
970
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
971
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
971
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
972
972
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
973
973
|
enterPressed: import("vue").Ref<boolean>;
|
|
974
974
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -1779,9 +1779,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1779
1779
|
}, {
|
|
1780
1780
|
styleSetting: Record<string, any>;
|
|
1781
1781
|
userInfo: Record<string, any>;
|
|
1782
|
+
defaultValue: Record<string, any>;
|
|
1782
1783
|
cacheUniqueKey: Record<string, any>;
|
|
1783
1784
|
row: Record<string, any>;
|
|
1784
|
-
defaultValue: Record<string, any>;
|
|
1785
1785
|
isDetail: boolean;
|
|
1786
1786
|
item: Record<string, any>;
|
|
1787
1787
|
formType: Record<string, any>;
|
|
@@ -779,7 +779,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
779
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
780
780
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
781
781
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
782
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
782
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
783
783
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
784
784
|
focused: import("vue").Ref<boolean>;
|
|
785
785
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -2294,7 +2294,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2294
2294
|
} | null>;
|
|
2295
2295
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2296
2296
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
2297
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
2297
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2298
2298
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
2299
2299
|
enterPressed: import("vue").Ref<boolean>;
|
|
2300
2300
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -3105,9 +3105,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3105
3105
|
}, {
|
|
3106
3106
|
styleSetting: Record<string, any>;
|
|
3107
3107
|
userInfo: Record<string, any>;
|
|
3108
|
+
defaultValue: Record<string, any>;
|
|
3108
3109
|
cacheUniqueKey: Record<string, any>;
|
|
3109
3110
|
row: Record<string, any>;
|
|
3110
|
-
defaultValue: Record<string, any>;
|
|
3111
3111
|
isDetail: boolean;
|
|
3112
3112
|
item: Record<string, any>;
|
|
3113
3113
|
formType: Record<string, any>;
|
|
@@ -678,7 +678,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
678
678
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
679
679
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
680
680
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
681
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
681
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
682
682
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
683
683
|
focused: import("vue").Ref<boolean>;
|
|
684
684
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -1555,9 +1555,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1555
1555
|
}, {
|
|
1556
1556
|
styleSetting: AnyObject;
|
|
1557
1557
|
userInfo: AnyObject;
|
|
1558
|
+
defaultValue: AnyObject;
|
|
1558
1559
|
cacheUniqueKey: AnyObject;
|
|
1559
1560
|
row: AnyObject;
|
|
1560
|
-
defaultValue: AnyObject;
|
|
1561
1561
|
isDetail: boolean;
|
|
1562
1562
|
item: AnyObject;
|
|
1563
1563
|
formType: AnyObject;
|
|
@@ -677,7 +677,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
677
677
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
678
678
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
679
679
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
680
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
680
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
681
681
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
682
682
|
focused: import("vue").Ref<boolean>;
|
|
683
683
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -1554,9 +1554,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1554
1554
|
}, {
|
|
1555
1555
|
styleSetting: AnyObject;
|
|
1556
1556
|
userInfo: AnyObject;
|
|
1557
|
+
defaultValue: AnyObject;
|
|
1557
1558
|
cacheUniqueKey: AnyObject;
|
|
1558
1559
|
row: AnyObject;
|
|
1559
|
-
defaultValue: AnyObject;
|
|
1560
1560
|
isDetail: boolean;
|
|
1561
1561
|
item: AnyObject;
|
|
1562
1562
|
formType: AnyObject;
|
|
@@ -457,7 +457,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
457
457
|
isComposing: import("vue").Ref<boolean>;
|
|
458
458
|
activated: import("vue").Ref<boolean>;
|
|
459
459
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
460
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
460
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
461
461
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
462
462
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
463
463
|
textDecoration: string;
|
|
@@ -1047,7 +1047,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1047
1047
|
className?: string | undefined;
|
|
1048
1048
|
refName?: string | undefined;
|
|
1049
1049
|
effect: string;
|
|
1050
|
-
placement: "
|
|
1050
|
+
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end";
|
|
1051
1051
|
tooltipTitle: string | number;
|
|
1052
1052
|
isAlias?: boolean | undefined;
|
|
1053
1053
|
};
|
|
@@ -1633,9 +1633,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1633
1633
|
}, {
|
|
1634
1634
|
styleSetting: AnyObject;
|
|
1635
1635
|
userInfo: AnyObject;
|
|
1636
|
+
defaultValue: AnyObject;
|
|
1636
1637
|
cacheUniqueKey: AnyObject;
|
|
1637
1638
|
row: AnyObject;
|
|
1638
|
-
defaultValue: AnyObject;
|
|
1639
1639
|
isDetail: boolean;
|
|
1640
1640
|
item: AnyObject;
|
|
1641
1641
|
formType: AnyObject;
|
|
@@ -2662,9 +2662,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2662
2662
|
}, {
|
|
2663
2663
|
styleSetting: AnyObject;
|
|
2664
2664
|
userInfo: AnyObject;
|
|
2665
|
+
defaultValue: AnyObject;
|
|
2665
2666
|
cacheUniqueKey: AnyObject;
|
|
2666
2667
|
row: AnyObject;
|
|
2667
|
-
defaultValue: AnyObject;
|
|
2668
2668
|
isDetail: boolean;
|
|
2669
2669
|
item: AnyObject;
|
|
2670
2670
|
formType: AnyObject;
|
|
@@ -1885,9 +1885,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1885
1885
|
}, {
|
|
1886
1886
|
styleSetting: AnyObject;
|
|
1887
1887
|
userInfo: AnyObject;
|
|
1888
|
+
defaultValue: AnyObject;
|
|
1888
1889
|
cacheUniqueKey: AnyObject;
|
|
1889
1890
|
row: AnyObject;
|
|
1890
|
-
defaultValue: AnyObject;
|
|
1891
1891
|
isDetail: boolean;
|
|
1892
1892
|
item: AnyObject;
|
|
1893
1893
|
formType: AnyObject;
|
package/es/packages/index.css
CHANGED
|
@@ -1395,10 +1395,10 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1395
1395
|
}
|
|
1396
1396
|
.c-uploader-preview-wrap .uploader-preview-delete {
|
|
1397
1397
|
position: absolute;
|
|
1398
|
-
top:
|
|
1399
|
-
right:
|
|
1400
|
-
width:
|
|
1401
|
-
height:
|
|
1398
|
+
top: 3px;
|
|
1399
|
+
right: 3px;
|
|
1400
|
+
width: 20px;
|
|
1401
|
+
height: 20px;
|
|
1402
1402
|
z-index: 10;
|
|
1403
1403
|
}
|
|
1404
1404
|
.c-uploader-preview-wrap .uploader-preview-delete .pre-delete {
|
|
@@ -1672,6 +1672,9 @@ body > .vxe-table--tooltip-wrapper {
|
|
|
1672
1672
|
text-align: center;
|
|
1673
1673
|
margin-top: 24px;
|
|
1674
1674
|
}
|
|
1675
|
+
.c-scale .linebar-div .n-divider {
|
|
1676
|
+
margin-top: 4px;
|
|
1677
|
+
}
|
|
1675
1678
|
.c-scale .my-prompt {
|
|
1676
1679
|
padding: 10px;
|
|
1677
1680
|
box-shadow: 0 5px 13px rgba(0, 0, 0, 0.14);
|
|
@@ -123,7 +123,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
123
123
|
};
|
|
124
124
|
readonly columns: NumberConstructor;
|
|
125
125
|
readonly labelPlacement: {
|
|
126
|
-
readonly type: import("vue").PropType<"
|
|
126
|
+
readonly type: import("vue").PropType<"left" | "top">;
|
|
127
127
|
readonly default: "top";
|
|
128
128
|
};
|
|
129
129
|
readonly labelAlign: {
|
|
@@ -272,7 +272,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
272
272
|
};
|
|
273
273
|
readonly columns: NumberConstructor;
|
|
274
274
|
readonly labelPlacement: {
|
|
275
|
-
readonly type: import("vue").PropType<"
|
|
275
|
+
readonly type: import("vue").PropType<"left" | "top">;
|
|
276
276
|
readonly default: "top";
|
|
277
277
|
};
|
|
278
278
|
readonly labelAlign: {
|
|
@@ -392,7 +392,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
392
392
|
readonly separator: string;
|
|
393
393
|
readonly bordered: boolean;
|
|
394
394
|
readonly labelAlign: "left" | "right" | "center";
|
|
395
|
-
readonly labelPlacement: "
|
|
395
|
+
readonly labelPlacement: "left" | "top";
|
|
396
396
|
}>;
|
|
397
397
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
398
398
|
readonly label: StringConstructor;
|
|
@@ -443,7 +443,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
443
443
|
};
|
|
444
444
|
round: BooleanConstructor;
|
|
445
445
|
size: {
|
|
446
|
-
readonly type: import("vue").PropType<"small" | "medium" | "
|
|
446
|
+
readonly type: import("vue").PropType<"small" | "medium" | "tiny" | "large">;
|
|
447
447
|
readonly default: "medium";
|
|
448
448
|
};
|
|
449
449
|
closable: BooleanConstructor;
|
|
@@ -792,7 +792,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
792
792
|
};
|
|
793
793
|
round: BooleanConstructor;
|
|
794
794
|
size: {
|
|
795
|
-
readonly type: import("vue").PropType<"small" | "medium" | "
|
|
795
|
+
readonly type: import("vue").PropType<"small" | "medium" | "tiny" | "large">;
|
|
796
796
|
readonly default: "medium";
|
|
797
797
|
};
|
|
798
798
|
closable: BooleanConstructor;
|
|
@@ -1070,7 +1070,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1070
1070
|
}>>, {
|
|
1071
1071
|
type: "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
1072
1072
|
round: boolean;
|
|
1073
|
-
size: "small" | "medium" | "
|
|
1073
|
+
size: "small" | "medium" | "tiny" | "large";
|
|
1074
1074
|
disabled: boolean | undefined;
|
|
1075
1075
|
checked: boolean;
|
|
1076
1076
|
strong: boolean;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode, createVNode, withCtx, createTextVNode, toDisplayString, normalizeClass } from 'vue';
|
|
2
|
+
import { isString } from 'lodash-es';
|
|
2
3
|
import { NEllipsis } from 'naive-ui';
|
|
3
4
|
|
|
4
5
|
const _hoisted_1 = { class: "c-info-header__hidden--content" };
|
|
@@ -29,6 +30,8 @@ var script = /* @__PURE__ */ defineComponent({
|
|
|
29
30
|
const { content } = props;
|
|
30
31
|
if (!hidden.value)
|
|
31
32
|
return content;
|
|
33
|
+
if (!isString(content))
|
|
34
|
+
return "-";
|
|
32
35
|
const length = content.length;
|
|
33
36
|
if (!length || length === 1)
|
|
34
37
|
return content;
|
|
@@ -124,7 +124,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
124
124
|
};
|
|
125
125
|
readonly columns: NumberConstructor;
|
|
126
126
|
readonly labelPlacement: {
|
|
127
|
-
readonly type: PropType<"
|
|
127
|
+
readonly type: PropType<"left" | "top">;
|
|
128
128
|
readonly default: "top";
|
|
129
129
|
};
|
|
130
130
|
readonly labelAlign: {
|
|
@@ -273,7 +273,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
273
273
|
};
|
|
274
274
|
readonly columns: NumberConstructor;
|
|
275
275
|
readonly labelPlacement: {
|
|
276
|
-
readonly type: PropType<"
|
|
276
|
+
readonly type: PropType<"left" | "top">;
|
|
277
277
|
readonly default: "top";
|
|
278
278
|
};
|
|
279
279
|
readonly labelAlign: {
|
|
@@ -393,7 +393,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
393
393
|
readonly separator: string;
|
|
394
394
|
readonly bordered: boolean;
|
|
395
395
|
readonly labelAlign: "left" | "right" | "center";
|
|
396
|
-
readonly labelPlacement: "
|
|
396
|
+
readonly labelPlacement: "left" | "top";
|
|
397
397
|
}>;
|
|
398
398
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
399
399
|
readonly label: StringConstructor;
|
|
@@ -444,7 +444,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
444
444
|
};
|
|
445
445
|
round: BooleanConstructor;
|
|
446
446
|
size: {
|
|
447
|
-
readonly type: PropType<"small" | "medium" | "
|
|
447
|
+
readonly type: PropType<"small" | "medium" | "tiny" | "large">;
|
|
448
448
|
readonly default: "medium";
|
|
449
449
|
};
|
|
450
450
|
closable: BooleanConstructor;
|
|
@@ -793,7 +793,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
793
793
|
};
|
|
794
794
|
round: BooleanConstructor;
|
|
795
795
|
size: {
|
|
796
|
-
readonly type: PropType<"small" | "medium" | "
|
|
796
|
+
readonly type: PropType<"small" | "medium" | "tiny" | "large">;
|
|
797
797
|
readonly default: "medium";
|
|
798
798
|
};
|
|
799
799
|
closable: BooleanConstructor;
|
|
@@ -1071,7 +1071,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1071
1071
|
}>>, {
|
|
1072
1072
|
type: "default" | "primary" | "info" | "success" | "warning" | "error";
|
|
1073
1073
|
round: boolean;
|
|
1074
|
-
size: "small" | "medium" | "
|
|
1074
|
+
size: "small" | "medium" | "tiny" | "large";
|
|
1075
1075
|
disabled: boolean | undefined;
|
|
1076
1076
|
checked: boolean;
|
|
1077
1077
|
strong: boolean;
|
|
@@ -723,7 +723,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
723
723
|
} | null>;
|
|
724
724
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
725
725
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
726
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
726
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
727
727
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
728
728
|
enterPressed: import("vue").Ref<boolean>;
|
|
729
729
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -1751,7 +1751,7 @@ declare const Map: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1751
1751
|
isComposing: import("vue").Ref<boolean>;
|
|
1752
1752
|
activated: import("vue").Ref<boolean>;
|
|
1753
1753
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
1754
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
1754
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
1755
1755
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
1756
1756
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
1757
1757
|
textDecoration: string;
|