cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
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 +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -196,10 +196,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
196
196
|
};
|
|
197
197
|
readonly remote: BooleanConstructor;
|
|
198
198
|
readonly loading: BooleanConstructor;
|
|
199
|
-
readonly filter:
|
|
200
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
201
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
202
|
-
};
|
|
199
|
+
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
203
200
|
readonly placement: {
|
|
204
201
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
205
202
|
readonly default: "bottom-start";
|
|
@@ -209,19 +206,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
209
206
|
readonly default: "trigger";
|
|
210
207
|
};
|
|
211
208
|
readonly tag: BooleanConstructor;
|
|
212
|
-
readonly onCreate:
|
|
213
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
214
|
-
readonly default: (label: string) => {
|
|
215
|
-
label: string;
|
|
216
|
-
value: string;
|
|
217
|
-
};
|
|
218
|
-
};
|
|
209
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
219
210
|
readonly fallbackOption: {
|
|
220
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
221
|
-
readonly default:
|
|
222
|
-
label: string;
|
|
223
|
-
value: string | number;
|
|
224
|
-
};
|
|
211
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
212
|
+
readonly default: undefined;
|
|
225
213
|
};
|
|
226
214
|
readonly show: {
|
|
227
215
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -240,6 +228,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
228
|
readonly type: BooleanConstructor;
|
|
241
229
|
readonly default: true;
|
|
242
230
|
};
|
|
231
|
+
readonly labelField: {
|
|
232
|
+
readonly type: StringConstructor;
|
|
233
|
+
readonly default: "label";
|
|
234
|
+
};
|
|
235
|
+
readonly valueField: {
|
|
236
|
+
readonly type: StringConstructor;
|
|
237
|
+
readonly default: "value";
|
|
238
|
+
};
|
|
239
|
+
readonly childrenField: {
|
|
240
|
+
readonly type: StringConstructor;
|
|
241
|
+
readonly default: "children";
|
|
242
|
+
};
|
|
243
243
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
244
244
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
245
245
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -262,6 +262,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
262
262
|
readonly default: true;
|
|
263
263
|
};
|
|
264
264
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
265
|
+
readonly internalShowCheckmark: {
|
|
266
|
+
readonly type: BooleanConstructor;
|
|
267
|
+
readonly default: true;
|
|
268
|
+
};
|
|
265
269
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
266
270
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
267
271
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -357,6 +361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
357
361
|
optionCheckColor: string;
|
|
358
362
|
optionColorPending: string;
|
|
359
363
|
optionColorActive: string;
|
|
364
|
+
optionColorActivePending: string;
|
|
360
365
|
actionTextColor: string;
|
|
361
366
|
loadingColor: string;
|
|
362
367
|
height: string;
|
|
@@ -482,6 +487,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
482
487
|
optionCheckColor: string;
|
|
483
488
|
optionColorPending: string;
|
|
484
489
|
optionColorActive: string;
|
|
490
|
+
optionColorActivePending: string;
|
|
485
491
|
actionTextColor: string;
|
|
486
492
|
loadingColor: string;
|
|
487
493
|
height: string;
|
|
@@ -607,6 +613,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
607
613
|
optionCheckColor: string;
|
|
608
614
|
optionColorPending: string;
|
|
609
615
|
optionColorActive: string;
|
|
616
|
+
optionColorActivePending: string;
|
|
610
617
|
actionTextColor: string;
|
|
611
618
|
loadingColor: string;
|
|
612
619
|
height: string;
|
|
@@ -736,10 +743,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
736
743
|
opacity5: string;
|
|
737
744
|
dividerColor: string;
|
|
738
745
|
borderColor: string;
|
|
739
|
-
|
|
746
|
+
closeIconColor: string;
|
|
747
|
+
closeIconColorHover: string;
|
|
748
|
+
closeIconColorPressed: string;
|
|
740
749
|
closeColorHover: string;
|
|
741
750
|
closeColorPressed: string;
|
|
742
|
-
closeColorDisabled: string;
|
|
743
751
|
clearColor: string;
|
|
744
752
|
clearColorHover: string;
|
|
745
753
|
clearColorPressed: string;
|
|
@@ -894,6 +902,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
894
902
|
optionCheckColor: string;
|
|
895
903
|
optionColorPending: string;
|
|
896
904
|
optionColorActive: string;
|
|
905
|
+
optionColorActivePending: string;
|
|
897
906
|
actionTextColor: string;
|
|
898
907
|
loadingColor: string;
|
|
899
908
|
height: string;
|
|
@@ -1009,10 +1018,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1018
|
};
|
|
1010
1019
|
readonly remote: BooleanConstructor;
|
|
1011
1020
|
readonly loading: BooleanConstructor;
|
|
1012
|
-
readonly filter:
|
|
1013
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1014
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1015
|
-
};
|
|
1021
|
+
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1016
1022
|
readonly placement: {
|
|
1017
1023
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
1018
1024
|
readonly default: "bottom-start";
|
|
@@ -1022,19 +1028,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1022
1028
|
readonly default: "trigger";
|
|
1023
1029
|
};
|
|
1024
1030
|
readonly tag: BooleanConstructor;
|
|
1025
|
-
readonly onCreate:
|
|
1026
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1027
|
-
readonly default: (label: string) => {
|
|
1028
|
-
label: string;
|
|
1029
|
-
value: string;
|
|
1030
|
-
};
|
|
1031
|
-
};
|
|
1031
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1032
1032
|
readonly fallbackOption: {
|
|
1033
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1034
|
-
readonly default:
|
|
1035
|
-
label: string;
|
|
1036
|
-
value: string | number;
|
|
1037
|
-
};
|
|
1033
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1034
|
+
readonly default: undefined;
|
|
1038
1035
|
};
|
|
1039
1036
|
readonly show: {
|
|
1040
1037
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -1053,6 +1050,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1053
1050
|
readonly type: BooleanConstructor;
|
|
1054
1051
|
readonly default: true;
|
|
1055
1052
|
};
|
|
1053
|
+
readonly labelField: {
|
|
1054
|
+
readonly type: StringConstructor;
|
|
1055
|
+
readonly default: "label";
|
|
1056
|
+
};
|
|
1057
|
+
readonly valueField: {
|
|
1058
|
+
readonly type: StringConstructor;
|
|
1059
|
+
readonly default: "value";
|
|
1060
|
+
};
|
|
1061
|
+
readonly childrenField: {
|
|
1062
|
+
readonly type: StringConstructor;
|
|
1063
|
+
readonly default: "children";
|
|
1064
|
+
};
|
|
1056
1065
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1057
1066
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1058
1067
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -1075,6 +1084,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1075
1084
|
readonly default: true;
|
|
1076
1085
|
};
|
|
1077
1086
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1087
|
+
readonly internalShowCheckmark: {
|
|
1088
|
+
readonly type: BooleanConstructor;
|
|
1089
|
+
readonly default: true;
|
|
1090
|
+
};
|
|
1078
1091
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1079
1092
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1080
1093
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1170,6 +1183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1170
1183
|
optionCheckColor: string;
|
|
1171
1184
|
optionColorPending: string;
|
|
1172
1185
|
optionColorActive: string;
|
|
1186
|
+
optionColorActivePending: string;
|
|
1173
1187
|
actionTextColor: string;
|
|
1174
1188
|
loadingColor: string;
|
|
1175
1189
|
height: string;
|
|
@@ -1295,6 +1309,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1295
1309
|
optionCheckColor: string;
|
|
1296
1310
|
optionColorPending: string;
|
|
1297
1311
|
optionColorActive: string;
|
|
1312
|
+
optionColorActivePending: string;
|
|
1298
1313
|
actionTextColor: string;
|
|
1299
1314
|
loadingColor: string;
|
|
1300
1315
|
height: string;
|
|
@@ -1420,6 +1435,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1420
1435
|
optionCheckColor: string;
|
|
1421
1436
|
optionColorPending: string;
|
|
1422
1437
|
optionColorActive: string;
|
|
1438
|
+
optionColorActivePending: string;
|
|
1423
1439
|
actionTextColor: string;
|
|
1424
1440
|
loadingColor: string;
|
|
1425
1441
|
height: string;
|
|
@@ -1453,29 +1469,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1453
1469
|
}>;
|
|
1454
1470
|
}>>>;
|
|
1455
1471
|
}>>, {
|
|
1456
|
-
tag: boolean;
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
virtualScroll: boolean;
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
1478
|
-
consistentMenuWidth: boolean;
|
|
1472
|
+
readonly tag: boolean;
|
|
1473
|
+
readonly show: boolean | undefined;
|
|
1474
|
+
readonly multiple: boolean;
|
|
1475
|
+
readonly disabled: boolean | undefined;
|
|
1476
|
+
readonly to: string | boolean | HTMLElement;
|
|
1477
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1478
|
+
readonly loading: boolean;
|
|
1479
|
+
readonly bordered: boolean | undefined;
|
|
1480
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1481
|
+
readonly labelField: string;
|
|
1482
|
+
readonly virtualScroll: boolean;
|
|
1483
|
+
readonly valueField: string;
|
|
1484
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1485
|
+
readonly showArrow: boolean;
|
|
1486
|
+
readonly displayDirective: "show" | "if";
|
|
1487
|
+
readonly filterable: boolean;
|
|
1488
|
+
readonly clearable: boolean;
|
|
1489
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1490
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1491
|
+
readonly remote: boolean;
|
|
1492
|
+
readonly widthMode: string;
|
|
1493
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1494
|
+
readonly consistentMenuWidth: boolean;
|
|
1495
|
+
readonly childrenField: string;
|
|
1496
|
+
readonly internalShowCheckmark: boolean;
|
|
1479
1497
|
}>;
|
|
1480
1498
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1481
1499
|
mainForm: {
|
|
@@ -195,10 +195,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
195
195
|
};
|
|
196
196
|
readonly remote: BooleanConstructor;
|
|
197
197
|
readonly loading: BooleanConstructor;
|
|
198
|
-
readonly filter:
|
|
199
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
200
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
201
|
-
};
|
|
198
|
+
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
202
199
|
readonly placement: {
|
|
203
200
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
204
201
|
readonly default: "bottom-start";
|
|
@@ -208,19 +205,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
208
205
|
readonly default: "trigger";
|
|
209
206
|
};
|
|
210
207
|
readonly tag: BooleanConstructor;
|
|
211
|
-
readonly onCreate:
|
|
212
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
213
|
-
readonly default: (label: string) => {
|
|
214
|
-
label: string;
|
|
215
|
-
value: string;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
208
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
218
209
|
readonly fallbackOption: {
|
|
219
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
220
|
-
readonly default:
|
|
221
|
-
label: string;
|
|
222
|
-
value: string | number;
|
|
223
|
-
};
|
|
210
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
211
|
+
readonly default: undefined;
|
|
224
212
|
};
|
|
225
213
|
readonly show: {
|
|
226
214
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -239,6 +227,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
239
227
|
readonly type: BooleanConstructor;
|
|
240
228
|
readonly default: true;
|
|
241
229
|
};
|
|
230
|
+
readonly labelField: {
|
|
231
|
+
readonly type: StringConstructor;
|
|
232
|
+
readonly default: "label";
|
|
233
|
+
};
|
|
234
|
+
readonly valueField: {
|
|
235
|
+
readonly type: StringConstructor;
|
|
236
|
+
readonly default: "value";
|
|
237
|
+
};
|
|
238
|
+
readonly childrenField: {
|
|
239
|
+
readonly type: StringConstructor;
|
|
240
|
+
readonly default: "children";
|
|
241
|
+
};
|
|
242
242
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
243
243
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
244
244
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -261,6 +261,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
261
|
readonly default: true;
|
|
262
262
|
};
|
|
263
263
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
264
|
+
readonly internalShowCheckmark: {
|
|
265
|
+
readonly type: BooleanConstructor;
|
|
266
|
+
readonly default: true;
|
|
267
|
+
};
|
|
264
268
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
265
269
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
266
270
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -356,6 +360,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
356
360
|
optionCheckColor: string;
|
|
357
361
|
optionColorPending: string;
|
|
358
362
|
optionColorActive: string;
|
|
363
|
+
optionColorActivePending: string;
|
|
359
364
|
actionTextColor: string;
|
|
360
365
|
loadingColor: string;
|
|
361
366
|
height: string;
|
|
@@ -481,6 +486,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
486
|
optionCheckColor: string;
|
|
482
487
|
optionColorPending: string;
|
|
483
488
|
optionColorActive: string;
|
|
489
|
+
optionColorActivePending: string;
|
|
484
490
|
actionTextColor: string;
|
|
485
491
|
loadingColor: string;
|
|
486
492
|
height: string;
|
|
@@ -606,6 +612,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
606
612
|
optionCheckColor: string;
|
|
607
613
|
optionColorPending: string;
|
|
608
614
|
optionColorActive: string;
|
|
615
|
+
optionColorActivePending: string;
|
|
609
616
|
actionTextColor: string;
|
|
610
617
|
loadingColor: string;
|
|
611
618
|
height: string;
|
|
@@ -735,10 +742,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
735
742
|
opacity5: string;
|
|
736
743
|
dividerColor: string;
|
|
737
744
|
borderColor: string;
|
|
738
|
-
|
|
745
|
+
closeIconColor: string;
|
|
746
|
+
closeIconColorHover: string;
|
|
747
|
+
closeIconColorPressed: string;
|
|
739
748
|
closeColorHover: string;
|
|
740
749
|
closeColorPressed: string;
|
|
741
|
-
closeColorDisabled: string;
|
|
742
750
|
clearColor: string;
|
|
743
751
|
clearColorHover: string;
|
|
744
752
|
clearColorPressed: string;
|
|
@@ -893,6 +901,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
893
901
|
optionCheckColor: string;
|
|
894
902
|
optionColorPending: string;
|
|
895
903
|
optionColorActive: string;
|
|
904
|
+
optionColorActivePending: string;
|
|
896
905
|
actionTextColor: string;
|
|
897
906
|
loadingColor: string;
|
|
898
907
|
height: string;
|
|
@@ -1008,10 +1017,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1008
1017
|
};
|
|
1009
1018
|
readonly remote: BooleanConstructor;
|
|
1010
1019
|
readonly loading: BooleanConstructor;
|
|
1011
|
-
readonly filter:
|
|
1012
|
-
readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1013
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1014
|
-
};
|
|
1020
|
+
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1015
1021
|
readonly placement: {
|
|
1016
1022
|
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
1017
1023
|
readonly default: "bottom-start";
|
|
@@ -1021,19 +1027,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1021
1027
|
readonly default: "trigger";
|
|
1022
1028
|
};
|
|
1023
1029
|
readonly tag: BooleanConstructor;
|
|
1024
|
-
readonly onCreate:
|
|
1025
|
-
readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1026
|
-
readonly default: (label: string) => {
|
|
1027
|
-
label: string;
|
|
1028
|
-
value: string;
|
|
1029
|
-
};
|
|
1030
|
-
};
|
|
1030
|
+
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1031
1031
|
readonly fallbackOption: {
|
|
1032
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1033
|
-
readonly default:
|
|
1034
|
-
label: string;
|
|
1035
|
-
value: string | number;
|
|
1036
|
-
};
|
|
1032
|
+
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1033
|
+
readonly default: undefined;
|
|
1037
1034
|
};
|
|
1038
1035
|
readonly show: {
|
|
1039
1036
|
readonly type: PropType<boolean | undefined>;
|
|
@@ -1052,6 +1049,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1052
1049
|
readonly type: BooleanConstructor;
|
|
1053
1050
|
readonly default: true;
|
|
1054
1051
|
};
|
|
1052
|
+
readonly labelField: {
|
|
1053
|
+
readonly type: StringConstructor;
|
|
1054
|
+
readonly default: "label";
|
|
1055
|
+
};
|
|
1056
|
+
readonly valueField: {
|
|
1057
|
+
readonly type: StringConstructor;
|
|
1058
|
+
readonly default: "value";
|
|
1059
|
+
};
|
|
1060
|
+
readonly childrenField: {
|
|
1061
|
+
readonly type: StringConstructor;
|
|
1062
|
+
readonly default: "children";
|
|
1063
|
+
};
|
|
1055
1064
|
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1056
1065
|
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1057
1066
|
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -1074,6 +1083,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1083
|
readonly default: true;
|
|
1075
1084
|
};
|
|
1076
1085
|
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1086
|
+
readonly internalShowCheckmark: {
|
|
1087
|
+
readonly type: BooleanConstructor;
|
|
1088
|
+
readonly default: true;
|
|
1089
|
+
};
|
|
1077
1090
|
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1078
1091
|
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1079
1092
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1169,6 +1182,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1169
1182
|
optionCheckColor: string;
|
|
1170
1183
|
optionColorPending: string;
|
|
1171
1184
|
optionColorActive: string;
|
|
1185
|
+
optionColorActivePending: string;
|
|
1172
1186
|
actionTextColor: string;
|
|
1173
1187
|
loadingColor: string;
|
|
1174
1188
|
height: string;
|
|
@@ -1294,6 +1308,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1294
1308
|
optionCheckColor: string;
|
|
1295
1309
|
optionColorPending: string;
|
|
1296
1310
|
optionColorActive: string;
|
|
1311
|
+
optionColorActivePending: string;
|
|
1297
1312
|
actionTextColor: string;
|
|
1298
1313
|
loadingColor: string;
|
|
1299
1314
|
height: string;
|
|
@@ -1419,6 +1434,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1419
1434
|
optionCheckColor: string;
|
|
1420
1435
|
optionColorPending: string;
|
|
1421
1436
|
optionColorActive: string;
|
|
1437
|
+
optionColorActivePending: string;
|
|
1422
1438
|
actionTextColor: string;
|
|
1423
1439
|
loadingColor: string;
|
|
1424
1440
|
height: string;
|
|
@@ -1452,29 +1468,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1452
1468
|
}>;
|
|
1453
1469
|
}>>>;
|
|
1454
1470
|
}>>, {
|
|
1455
|
-
tag: boolean;
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
virtualScroll: boolean;
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
1477
|
-
consistentMenuWidth: boolean;
|
|
1471
|
+
readonly tag: boolean;
|
|
1472
|
+
readonly show: boolean | undefined;
|
|
1473
|
+
readonly multiple: boolean;
|
|
1474
|
+
readonly disabled: boolean | undefined;
|
|
1475
|
+
readonly to: string | boolean | HTMLElement;
|
|
1476
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1477
|
+
readonly loading: boolean;
|
|
1478
|
+
readonly bordered: boolean | undefined;
|
|
1479
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1480
|
+
readonly labelField: string;
|
|
1481
|
+
readonly virtualScroll: boolean;
|
|
1482
|
+
readonly valueField: string;
|
|
1483
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1484
|
+
readonly showArrow: boolean;
|
|
1485
|
+
readonly displayDirective: "show" | "if";
|
|
1486
|
+
readonly filterable: boolean;
|
|
1487
|
+
readonly clearable: boolean;
|
|
1488
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1489
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1490
|
+
readonly remote: boolean;
|
|
1491
|
+
readonly widthMode: string;
|
|
1492
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1493
|
+
readonly consistentMenuWidth: boolean;
|
|
1494
|
+
readonly childrenField: string;
|
|
1495
|
+
readonly internalShowCheckmark: boolean;
|
|
1478
1496
|
}>;
|
|
1479
1497
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1480
1498
|
mainForm: {
|
|
@@ -439,8 +439,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
439
439
|
contentRef: HTMLElement | null;
|
|
440
440
|
containerScrollTop: number;
|
|
441
441
|
syncUnifiedContainer: () => void;
|
|
442
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
443
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
442
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
443
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
444
444
|
sync: () => void;
|
|
445
445
|
handleMouseEnterWrapper: () => void;
|
|
446
446
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -529,10 +529,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
529
529
|
opacity5: string;
|
|
530
530
|
dividerColor: string;
|
|
531
531
|
borderColor: string;
|
|
532
|
-
|
|
532
|
+
closeIconColor: string;
|
|
533
|
+
closeIconColorHover: string;
|
|
534
|
+
closeIconColorPressed: string;
|
|
533
535
|
closeColorHover: string;
|
|
534
536
|
closeColorPressed: string;
|
|
535
|
-
closeColorDisabled: string;
|
|
536
537
|
clearColor: string;
|
|
537
538
|
clearColorHover: string;
|
|
538
539
|
clearColorPressed: string;
|
|
@@ -1248,10 +1249,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1248
1249
|
opacity5: string;
|
|
1249
1250
|
dividerColor: string;
|
|
1250
1251
|
borderColor: string;
|
|
1251
|
-
|
|
1252
|
+
closeIconColor: string;
|
|
1253
|
+
closeIconColorHover: string;
|
|
1254
|
+
closeIconColorPressed: string;
|
|
1252
1255
|
closeColorHover: string;
|
|
1253
1256
|
closeColorPressed: string;
|
|
1254
|
-
closeColorDisabled: string;
|
|
1255
1257
|
clearColor: string;
|
|
1256
1258
|
clearColorHover: string;
|
|
1257
1259
|
clearColorPressed: string;
|