cnhis-design-vue 3.1.11-beta.4 → 3.1.11-beta.7
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/packages/big-table/index.d.ts +2252 -1
- package/es/packages/big-table/src/BigTable.vue.d.ts +2273 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +7 -21
- 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 +7 -7
- 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 +10 -1
- package/es/packages/form-render/src/components/renderer/linebar.js +16 -4
- package/es/packages/form-render/src/components/renderer/textarea.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.js +1 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +1 -1
- package/es/packages/form-render/src/hooks/useTypeNormalize.js +7 -2
- 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/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/package.json +1 -1
|
@@ -738,7 +738,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
738
738
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
739
739
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
740
740
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
741
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
741
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
742
742
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
743
743
|
focused: import("vue").Ref<boolean>;
|
|
744
744
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -4345,9 +4345,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4345
4345
|
}, {
|
|
4346
4346
|
styleSetting: AnyObject;
|
|
4347
4347
|
userInfo: AnyObject;
|
|
4348
|
+
defaultValue: AnyObject;
|
|
4348
4349
|
cacheUniqueKey: AnyObject;
|
|
4349
4350
|
row: AnyObject;
|
|
4350
|
-
defaultValue: AnyObject;
|
|
4351
4351
|
isDetail: boolean;
|
|
4352
4352
|
item: AnyObject;
|
|
4353
4353
|
formType: AnyObject;
|
|
@@ -9656,9 +9656,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
9656
9656
|
}, {
|
|
9657
9657
|
styleSetting: AnyObject;
|
|
9658
9658
|
userInfo: AnyObject;
|
|
9659
|
+
defaultValue: AnyObject;
|
|
9659
9660
|
cacheUniqueKey: AnyObject;
|
|
9660
9661
|
row: AnyObject;
|
|
9661
|
-
defaultValue: AnyObject;
|
|
9662
9662
|
isDetail: boolean;
|
|
9663
9663
|
item: AnyObject;
|
|
9664
9664
|
formType: AnyObject;
|
|
@@ -12573,9 +12573,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12573
12573
|
}, {
|
|
12574
12574
|
styleSetting: AnyObject;
|
|
12575
12575
|
userInfo: AnyObject;
|
|
12576
|
+
defaultValue: AnyObject;
|
|
12576
12577
|
cacheUniqueKey: AnyObject;
|
|
12577
12578
|
row: AnyObject;
|
|
12578
|
-
defaultValue: AnyObject;
|
|
12579
12579
|
isDetail: boolean;
|
|
12580
12580
|
item: AnyObject;
|
|
12581
12581
|
formType: AnyObject;
|
|
@@ -12996,7 +12996,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
12996
12996
|
isComposing: import("vue").Ref<boolean>;
|
|
12997
12997
|
activated: import("vue").Ref<boolean>;
|
|
12998
12998
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
12999
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
12999
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
13000
13000
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
13001
13001
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
13002
13002
|
textDecoration: string;
|
|
@@ -14155,9 +14155,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14155
14155
|
}, {
|
|
14156
14156
|
styleSetting: AnyObject;
|
|
14157
14157
|
userInfo: AnyObject;
|
|
14158
|
+
defaultValue: AnyObject;
|
|
14158
14159
|
cacheUniqueKey: AnyObject;
|
|
14159
14160
|
row: AnyObject;
|
|
14160
|
-
defaultValue: AnyObject;
|
|
14161
14161
|
isDetail: boolean;
|
|
14162
14162
|
item: AnyObject;
|
|
14163
14163
|
formType: AnyObject;
|
|
@@ -14579,7 +14579,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14579
14579
|
isComposing: import("vue").Ref<boolean>;
|
|
14580
14580
|
activated: import("vue").Ref<boolean>;
|
|
14581
14581
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
14582
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
14582
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
14583
14583
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
14584
14584
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
14585
14585
|
textDecoration: string;
|
|
@@ -15780,9 +15780,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15780
15780
|
}, {
|
|
15781
15781
|
styleSetting: AnyObject;
|
|
15782
15782
|
userInfo: AnyObject;
|
|
15783
|
+
defaultValue: AnyObject;
|
|
15783
15784
|
cacheUniqueKey: AnyObject;
|
|
15784
15785
|
row: AnyObject;
|
|
15785
|
-
defaultValue: AnyObject;
|
|
15786
15786
|
isDetail: boolean;
|
|
15787
15787
|
item: AnyObject;
|
|
15788
15788
|
formType: AnyObject;
|
|
@@ -21034,9 +21034,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21034
21034
|
}, {
|
|
21035
21035
|
styleSetting: AnyObject;
|
|
21036
21036
|
userInfo: AnyObject;
|
|
21037
|
+
defaultValue: AnyObject;
|
|
21037
21038
|
cacheUniqueKey: AnyObject;
|
|
21038
21039
|
row: AnyObject;
|
|
21039
|
-
defaultValue: AnyObject;
|
|
21040
21040
|
isDetail: boolean;
|
|
21041
21041
|
item: AnyObject;
|
|
21042
21042
|
formType: AnyObject;
|
|
@@ -21824,7 +21824,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
21824
21824
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
21825
21825
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
21826
21826
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
21827
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
21827
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
21828
21828
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
21829
21829
|
focused: import("vue").Ref<boolean>;
|
|
21830
21830
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -23339,7 +23339,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
23339
23339
|
} | null>;
|
|
23340
23340
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
23341
23341
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
23342
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
23342
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
23343
23343
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
23344
23344
|
enterPressed: import("vue").Ref<boolean>;
|
|
23345
23345
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -24150,9 +24150,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
24150
24150
|
}, {
|
|
24151
24151
|
styleSetting: Record<string, any>;
|
|
24152
24152
|
userInfo: Record<string, any>;
|
|
24153
|
+
defaultValue: Record<string, any>;
|
|
24153
24154
|
cacheUniqueKey: Record<string, any>;
|
|
24154
24155
|
row: Record<string, any>;
|
|
24155
|
-
defaultValue: Record<string, any>;
|
|
24156
24156
|
isDetail: boolean;
|
|
24157
24157
|
item: Record<string, any>;
|
|
24158
24158
|
formType: Record<string, any>;
|
|
@@ -25129,7 +25129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25129
25129
|
} | null>;
|
|
25130
25130
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
25131
25131
|
mergedFocusable: import("vue").ComputedRef<boolean>;
|
|
25132
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
25132
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
25133
25133
|
showBorder: import("vue").ComputedRef<boolean>;
|
|
25134
25134
|
enterPressed: import("vue").Ref<boolean>;
|
|
25135
25135
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
@@ -25940,9 +25940,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
25940
25940
|
}, {
|
|
25941
25941
|
styleSetting: Record<string, any>;
|
|
25942
25942
|
userInfo: Record<string, any>;
|
|
25943
|
+
defaultValue: Record<string, any>;
|
|
25943
25944
|
cacheUniqueKey: Record<string, any>;
|
|
25944
25945
|
row: Record<string, any>;
|
|
25945
|
-
defaultValue: Record<string, any>;
|
|
25946
25946
|
isDetail: boolean;
|
|
25947
25947
|
item: Record<string, any>;
|
|
25948
25948
|
formType: Record<string, any>;
|
|
@@ -26625,7 +26625,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
26625
26625
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
26626
26626
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
26627
26627
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
26628
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
26628
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
26629
26629
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
26630
26630
|
focused: import("vue").Ref<boolean>;
|
|
26631
26631
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -27502,9 +27502,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27502
27502
|
}, {
|
|
27503
27503
|
styleSetting: AnyObject;
|
|
27504
27504
|
userInfo: AnyObject;
|
|
27505
|
+
defaultValue: AnyObject;
|
|
27505
27506
|
cacheUniqueKey: AnyObject;
|
|
27506
27507
|
row: AnyObject;
|
|
27507
|
-
defaultValue: AnyObject;
|
|
27508
27508
|
isDetail: boolean;
|
|
27509
27509
|
item: AnyObject;
|
|
27510
27510
|
formType: AnyObject;
|
|
@@ -28188,7 +28188,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
28188
28188
|
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
28189
28189
|
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
28190
28190
|
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
28191
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
28191
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
28192
28192
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
28193
28193
|
focused: import("vue").Ref<boolean>;
|
|
28194
28194
|
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
@@ -29065,9 +29065,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29065
29065
|
}, {
|
|
29066
29066
|
styleSetting: AnyObject;
|
|
29067
29067
|
userInfo: AnyObject;
|
|
29068
|
+
defaultValue: AnyObject;
|
|
29068
29069
|
cacheUniqueKey: AnyObject;
|
|
29069
29070
|
row: AnyObject;
|
|
29070
|
-
defaultValue: AnyObject;
|
|
29071
29071
|
isDetail: boolean;
|
|
29072
29072
|
item: AnyObject;
|
|
29073
29073
|
formType: AnyObject;
|
|
@@ -29530,7 +29530,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
29530
29530
|
isComposing: import("vue").Ref<boolean>;
|
|
29531
29531
|
activated: import("vue").Ref<boolean>;
|
|
29532
29532
|
showClearButton: import("vue").ComputedRef<boolean>;
|
|
29533
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "
|
|
29533
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
29534
29534
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
29535
29535
|
textDecorationStyle: import("vue").ComputedRef<string[] | {
|
|
29536
29536
|
textDecoration: string;
|
|
@@ -30120,7 +30120,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30120
30120
|
className?: string | undefined;
|
|
30121
30121
|
refName?: string | undefined;
|
|
30122
30122
|
effect: string;
|
|
30123
|
-
placement: "
|
|
30123
|
+
placement: "left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "left-start" | "left-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end";
|
|
30124
30124
|
tooltipTitle: string | number;
|
|
30125
30125
|
isAlias?: boolean | undefined;
|
|
30126
30126
|
};
|
|
@@ -30706,9 +30706,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30706
30706
|
}, {
|
|
30707
30707
|
styleSetting: AnyObject;
|
|
30708
30708
|
userInfo: AnyObject;
|
|
30709
|
+
defaultValue: AnyObject;
|
|
30709
30710
|
cacheUniqueKey: AnyObject;
|
|
30710
30711
|
row: AnyObject;
|
|
30711
|
-
defaultValue: AnyObject;
|
|
30712
30712
|
isDetail: boolean;
|
|
30713
30713
|
item: AnyObject;
|
|
30714
30714
|
formType: AnyObject;
|
|
@@ -33376,9 +33376,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
33376
33376
|
}, {
|
|
33377
33377
|
styleSetting: AnyObject;
|
|
33378
33378
|
userInfo: AnyObject;
|
|
33379
|
+
defaultValue: AnyObject;
|
|
33379
33380
|
cacheUniqueKey: AnyObject;
|
|
33380
33381
|
row: AnyObject;
|
|
33381
|
-
defaultValue: AnyObject;
|
|
33382
33382
|
isDetail: boolean;
|
|
33383
33383
|
item: AnyObject;
|
|
33384
33384
|
formType: AnyObject;
|
|
@@ -35269,9 +35269,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
35269
35269
|
}, {
|
|
35270
35270
|
styleSetting: AnyObject;
|
|
35271
35271
|
userInfo: AnyObject;
|
|
35272
|
+
defaultValue: AnyObject;
|
|
35272
35273
|
cacheUniqueKey: AnyObject;
|
|
35273
35274
|
row: AnyObject;
|
|
35274
|
-
defaultValue: AnyObject;
|
|
35275
35275
|
isDetail: boolean;
|
|
35276
35276
|
item: AnyObject;
|
|
35277
35277
|
formType: AnyObject;
|
|
@@ -36014,8 +36014,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
36014
36014
|
emptyItems: Record<string, any>;
|
|
36015
36015
|
styleSetting: Record<string, any>;
|
|
36016
36016
|
userInfo: Record<string, any>;
|
|
36017
|
-
cacheUniqueKey: Record<string, any>;
|
|
36018
36017
|
defaultValue: unknown[];
|
|
36018
|
+
cacheUniqueKey: Record<string, any>;
|
|
36019
36019
|
isDetail: boolean;
|
|
36020
36020
|
isOnlyDisplay: boolean;
|
|
36021
36021
|
formType: Record<string, any>;
|
|
@@ -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;
|