cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -256,10 +256,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
256
256
|
};
|
|
257
257
|
readonly remote: BooleanConstructor;
|
|
258
258
|
readonly loading: BooleanConstructor;
|
|
259
|
-
readonly filter:
|
|
260
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
261
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
262
|
-
};
|
|
259
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
263
260
|
readonly placement: {
|
|
264
261
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
265
262
|
readonly default: "bottom-start";
|
|
@@ -269,19 +266,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
269
266
|
readonly default: "trigger";
|
|
270
267
|
};
|
|
271
268
|
readonly tag: BooleanConstructor;
|
|
272
|
-
readonly onCreate:
|
|
273
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
274
|
-
readonly default: (label: string) => {
|
|
275
|
-
label: string;
|
|
276
|
-
value: string;
|
|
277
|
-
};
|
|
278
|
-
};
|
|
269
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
279
270
|
readonly fallbackOption: {
|
|
280
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
281
|
-
readonly default:
|
|
282
|
-
label: string;
|
|
283
|
-
value: string | number;
|
|
284
|
-
};
|
|
271
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
272
|
+
readonly default: undefined;
|
|
285
273
|
};
|
|
286
274
|
readonly show: {
|
|
287
275
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -300,11 +288,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
300
288
|
readonly type: BooleanConstructor;
|
|
301
289
|
readonly default: true;
|
|
302
290
|
};
|
|
291
|
+
readonly labelField: {
|
|
292
|
+
readonly type: StringConstructor;
|
|
293
|
+
readonly default: "label";
|
|
294
|
+
};
|
|
295
|
+
readonly valueField: {
|
|
296
|
+
readonly type: StringConstructor;
|
|
297
|
+
readonly default: "value";
|
|
298
|
+
};
|
|
299
|
+
readonly childrenField: {
|
|
300
|
+
readonly type: StringConstructor;
|
|
301
|
+
readonly default: "children";
|
|
302
|
+
};
|
|
303
303
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
304
304
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
305
305
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
306
306
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
307
307
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
308
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
308
309
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
309
310
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
310
311
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -322,6 +323,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
322
323
|
readonly default: true;
|
|
323
324
|
};
|
|
324
325
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
326
|
+
readonly internalShowCheckmark: {
|
|
327
|
+
readonly type: BooleanConstructor;
|
|
328
|
+
readonly default: true;
|
|
329
|
+
};
|
|
325
330
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
326
331
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
327
332
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -417,6 +422,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
417
422
|
optionCheckColor: string;
|
|
418
423
|
optionColorPending: string;
|
|
419
424
|
optionColorActive: string;
|
|
425
|
+
optionColorActivePending: string;
|
|
420
426
|
actionTextColor: string;
|
|
421
427
|
loadingColor: string;
|
|
422
428
|
height: string;
|
|
@@ -542,6 +548,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
542
548
|
optionCheckColor: string;
|
|
543
549
|
optionColorPending: string;
|
|
544
550
|
optionColorActive: string;
|
|
551
|
+
optionColorActivePending: string;
|
|
545
552
|
actionTextColor: string;
|
|
546
553
|
loadingColor: string;
|
|
547
554
|
height: string;
|
|
@@ -667,6 +674,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
667
674
|
optionCheckColor: string;
|
|
668
675
|
optionColorPending: string;
|
|
669
676
|
optionColorActive: string;
|
|
677
|
+
optionColorActivePending: string;
|
|
670
678
|
actionTextColor: string;
|
|
671
679
|
loadingColor: string;
|
|
672
680
|
height: string;
|
|
@@ -796,10 +804,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
796
804
|
opacity5: string;
|
|
797
805
|
dividerColor: string;
|
|
798
806
|
borderColor: string;
|
|
799
|
-
|
|
807
|
+
closeIconColor: string;
|
|
808
|
+
closeIconColorHover: string;
|
|
809
|
+
closeIconColorPressed: string;
|
|
800
810
|
closeColorHover: string;
|
|
801
811
|
closeColorPressed: string;
|
|
802
|
-
closeColorDisabled: string;
|
|
803
812
|
clearColor: string;
|
|
804
813
|
clearColorHover: string;
|
|
805
814
|
clearColorPressed: string;
|
|
@@ -954,6 +963,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
954
963
|
optionCheckColor: string;
|
|
955
964
|
optionColorPending: string;
|
|
956
965
|
optionColorActive: string;
|
|
966
|
+
optionColorActivePending: string;
|
|
957
967
|
actionTextColor: string;
|
|
958
968
|
loadingColor: string;
|
|
959
969
|
height: string;
|
|
@@ -1069,10 +1079,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1069
1079
|
};
|
|
1070
1080
|
readonly remote: BooleanConstructor;
|
|
1071
1081
|
readonly loading: BooleanConstructor;
|
|
1072
|
-
readonly filter:
|
|
1073
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1074
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1075
|
-
};
|
|
1082
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
1076
1083
|
readonly placement: {
|
|
1077
1084
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1078
1085
|
readonly default: "bottom-start";
|
|
@@ -1082,19 +1089,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1082
1089
|
readonly default: "trigger";
|
|
1083
1090
|
};
|
|
1084
1091
|
readonly tag: BooleanConstructor;
|
|
1085
|
-
readonly onCreate:
|
|
1086
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1087
|
-
readonly default: (label: string) => {
|
|
1088
|
-
label: string;
|
|
1089
|
-
value: string;
|
|
1090
|
-
};
|
|
1091
|
-
};
|
|
1092
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1092
1093
|
readonly fallbackOption: {
|
|
1093
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1094
|
-
readonly default:
|
|
1095
|
-
label: string;
|
|
1096
|
-
value: string | number;
|
|
1097
|
-
};
|
|
1094
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1095
|
+
readonly default: undefined;
|
|
1098
1096
|
};
|
|
1099
1097
|
readonly show: {
|
|
1100
1098
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -1113,11 +1111,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1113
1111
|
readonly type: BooleanConstructor;
|
|
1114
1112
|
readonly default: true;
|
|
1115
1113
|
};
|
|
1114
|
+
readonly labelField: {
|
|
1115
|
+
readonly type: StringConstructor;
|
|
1116
|
+
readonly default: "label";
|
|
1117
|
+
};
|
|
1118
|
+
readonly valueField: {
|
|
1119
|
+
readonly type: StringConstructor;
|
|
1120
|
+
readonly default: "value";
|
|
1121
|
+
};
|
|
1122
|
+
readonly childrenField: {
|
|
1123
|
+
readonly type: StringConstructor;
|
|
1124
|
+
readonly default: "children";
|
|
1125
|
+
};
|
|
1116
1126
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1117
1127
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1118
1128
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1119
1129
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1120
1130
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1131
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1121
1132
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1122
1133
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1123
1134
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1135,6 +1146,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1135
1146
|
readonly default: true;
|
|
1136
1147
|
};
|
|
1137
1148
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1149
|
+
readonly internalShowCheckmark: {
|
|
1150
|
+
readonly type: BooleanConstructor;
|
|
1151
|
+
readonly default: true;
|
|
1152
|
+
};
|
|
1138
1153
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1139
1154
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1140
1155
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1230,6 +1245,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1230
1245
|
optionCheckColor: string;
|
|
1231
1246
|
optionColorPending: string;
|
|
1232
1247
|
optionColorActive: string;
|
|
1248
|
+
optionColorActivePending: string;
|
|
1233
1249
|
actionTextColor: string;
|
|
1234
1250
|
loadingColor: string;
|
|
1235
1251
|
height: string;
|
|
@@ -1355,6 +1371,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1355
1371
|
optionCheckColor: string;
|
|
1356
1372
|
optionColorPending: string;
|
|
1357
1373
|
optionColorActive: string;
|
|
1374
|
+
optionColorActivePending: string;
|
|
1358
1375
|
actionTextColor: string;
|
|
1359
1376
|
loadingColor: string;
|
|
1360
1377
|
height: string;
|
|
@@ -1480,6 +1497,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1480
1497
|
optionCheckColor: string;
|
|
1481
1498
|
optionColorPending: string;
|
|
1482
1499
|
optionColorActive: string;
|
|
1500
|
+
optionColorActivePending: string;
|
|
1483
1501
|
actionTextColor: string;
|
|
1484
1502
|
loadingColor: string;
|
|
1485
1503
|
height: string;
|
|
@@ -1513,29 +1531,31 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1513
1531
|
}>;
|
|
1514
1532
|
}>>>;
|
|
1515
1533
|
}>>, {
|
|
1516
|
-
tag: boolean;
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
virtualScroll: boolean;
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1534
|
+
readonly tag: boolean;
|
|
1535
|
+
readonly show: boolean | undefined;
|
|
1536
|
+
readonly multiple: boolean;
|
|
1537
|
+
readonly disabled: boolean | undefined;
|
|
1538
|
+
readonly to: string | boolean | HTMLElement;
|
|
1539
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1540
|
+
readonly loading: boolean;
|
|
1541
|
+
readonly bordered: boolean | undefined;
|
|
1542
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
1543
|
+
readonly labelField: string;
|
|
1544
|
+
readonly virtualScroll: boolean;
|
|
1545
|
+
readonly valueField: string;
|
|
1546
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
1547
|
+
readonly showArrow: boolean;
|
|
1548
|
+
readonly displayDirective: "show" | "if";
|
|
1549
|
+
readonly filterable: boolean;
|
|
1550
|
+
readonly clearable: boolean;
|
|
1551
|
+
readonly internalShowCheckmark: boolean;
|
|
1552
|
+
readonly clearFilterAfterSelect: boolean;
|
|
1553
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1554
|
+
readonly remote: boolean;
|
|
1555
|
+
readonly widthMode: string;
|
|
1556
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1557
|
+
readonly consistentMenuWidth: boolean;
|
|
1558
|
+
readonly childrenField: string;
|
|
1539
1559
|
}>;
|
|
1540
1560
|
NInputNumber: import("vue").DefineComponent<{
|
|
1541
1561
|
autofocus: BooleanConstructor;
|
|
@@ -1555,7 +1575,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1555
1575
|
};
|
|
1556
1576
|
min: (NumberConstructor | StringConstructor)[];
|
|
1557
1577
|
max: (NumberConstructor | StringConstructor)[];
|
|
1558
|
-
size: import("vue").PropType<"
|
|
1578
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
1559
1579
|
disabled: {
|
|
1560
1580
|
type: import("vue").PropType<boolean | undefined>;
|
|
1561
1581
|
default: undefined;
|
|
@@ -1569,6 +1589,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1569
1589
|
type: BooleanConstructor;
|
|
1570
1590
|
default: boolean;
|
|
1571
1591
|
};
|
|
1592
|
+
buttonPlacement: {
|
|
1593
|
+
type: import("vue").PropType<"right" | "both">;
|
|
1594
|
+
default: string;
|
|
1595
|
+
};
|
|
1572
1596
|
readonly: BooleanConstructor;
|
|
1573
1597
|
clearable: BooleanConstructor;
|
|
1574
1598
|
keyboard: {
|
|
@@ -1582,6 +1606,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1582
1606
|
type: BooleanConstructor;
|
|
1583
1607
|
default: boolean;
|
|
1584
1608
|
};
|
|
1609
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
1610
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
1611
|
+
precision: NumberConstructor;
|
|
1585
1612
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1586
1613
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
1587
1614
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -1797,6 +1824,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1797
1824
|
rippleDuration: string;
|
|
1798
1825
|
}, any>;
|
|
1799
1826
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
1827
|
+
countTextColorDisabled: string;
|
|
1800
1828
|
countTextColor: string;
|
|
1801
1829
|
heightTiny: string;
|
|
1802
1830
|
heightSmall: string;
|
|
@@ -2065,6 +2093,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2065
2093
|
rippleDuration: string;
|
|
2066
2094
|
}, any>;
|
|
2067
2095
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2096
|
+
countTextColorDisabled: string;
|
|
2068
2097
|
countTextColor: string;
|
|
2069
2098
|
heightTiny: string;
|
|
2070
2099
|
heightSmall: string;
|
|
@@ -2333,6 +2362,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2333
2362
|
rippleDuration: string;
|
|
2334
2363
|
}, any>;
|
|
2335
2364
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2365
|
+
countTextColorDisabled: string;
|
|
2336
2366
|
countTextColor: string;
|
|
2337
2367
|
heightTiny: string;
|
|
2338
2368
|
heightSmall: string;
|
|
@@ -2405,6 +2435,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2405
2435
|
select: () => void;
|
|
2406
2436
|
activate: () => void;
|
|
2407
2437
|
deactivate: () => void;
|
|
2438
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
2408
2439
|
} | null>;
|
|
2409
2440
|
minusButtonInstRef: import("vue").Ref<{
|
|
2410
2441
|
$el: HTMLElement;
|
|
@@ -2418,7 +2449,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2418
2449
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
2419
2450
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
2420
2451
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
2421
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
2452
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
2422
2453
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
2423
2454
|
displayedValue: import("vue").Ref<string>;
|
|
2424
2455
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -2475,10 +2506,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2475
2506
|
opacity5: string;
|
|
2476
2507
|
dividerColor: string;
|
|
2477
2508
|
borderColor: string;
|
|
2478
|
-
|
|
2509
|
+
closeIconColor: string;
|
|
2510
|
+
closeIconColorHover: string;
|
|
2511
|
+
closeIconColorPressed: string;
|
|
2479
2512
|
closeColorHover: string;
|
|
2480
2513
|
closeColorPressed: string;
|
|
2481
|
-
closeColorDisabled: string;
|
|
2482
2514
|
clearColor: string;
|
|
2483
2515
|
clearColorHover: string;
|
|
2484
2516
|
clearColorPressed: string;
|
|
@@ -2748,6 +2780,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2748
2780
|
rippleDuration: string;
|
|
2749
2781
|
}, any>;
|
|
2750
2782
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
2783
|
+
countTextColorDisabled: string;
|
|
2751
2784
|
countTextColor: string;
|
|
2752
2785
|
heightTiny: string;
|
|
2753
2786
|
heightSmall: string;
|
|
@@ -2850,7 +2883,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2850
2883
|
};
|
|
2851
2884
|
min: (NumberConstructor | StringConstructor)[];
|
|
2852
2885
|
max: (NumberConstructor | StringConstructor)[];
|
|
2853
|
-
size: import("vue").PropType<"
|
|
2886
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
2854
2887
|
disabled: {
|
|
2855
2888
|
type: import("vue").PropType<boolean | undefined>;
|
|
2856
2889
|
default: undefined;
|
|
@@ -2864,6 +2897,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2864
2897
|
type: BooleanConstructor;
|
|
2865
2898
|
default: boolean;
|
|
2866
2899
|
};
|
|
2900
|
+
buttonPlacement: {
|
|
2901
|
+
type: import("vue").PropType<"right" | "both">;
|
|
2902
|
+
default: string;
|
|
2903
|
+
};
|
|
2867
2904
|
readonly: BooleanConstructor;
|
|
2868
2905
|
clearable: BooleanConstructor;
|
|
2869
2906
|
keyboard: {
|
|
@@ -2877,6 +2914,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2877
2914
|
type: BooleanConstructor;
|
|
2878
2915
|
default: boolean;
|
|
2879
2916
|
};
|
|
2917
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
2918
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
2919
|
+
precision: NumberConstructor;
|
|
2880
2920
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2881
2921
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
2882
2922
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -3092,6 +3132,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3092
3132
|
rippleDuration: string;
|
|
3093
3133
|
}, any>;
|
|
3094
3134
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3135
|
+
countTextColorDisabled: string;
|
|
3095
3136
|
countTextColor: string;
|
|
3096
3137
|
heightTiny: string;
|
|
3097
3138
|
heightSmall: string;
|
|
@@ -3360,6 +3401,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3360
3401
|
rippleDuration: string;
|
|
3361
3402
|
}, any>;
|
|
3362
3403
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3404
|
+
countTextColorDisabled: string;
|
|
3363
3405
|
countTextColor: string;
|
|
3364
3406
|
heightTiny: string;
|
|
3365
3407
|
heightSmall: string;
|
|
@@ -3628,6 +3670,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3628
3670
|
rippleDuration: string;
|
|
3629
3671
|
}, any>;
|
|
3630
3672
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3673
|
+
countTextColorDisabled: string;
|
|
3631
3674
|
countTextColor: string;
|
|
3632
3675
|
heightTiny: string;
|
|
3633
3676
|
heightSmall: string;
|
|
@@ -3702,6 +3745,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3702
3745
|
ArrowDown?: boolean | undefined;
|
|
3703
3746
|
};
|
|
3704
3747
|
showButton: boolean;
|
|
3748
|
+
buttonPlacement: "right" | "both";
|
|
3705
3749
|
updateValueOnInput: boolean;
|
|
3706
3750
|
}>;
|
|
3707
3751
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -3875,9 +3919,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3875
3919
|
scrollable: BooleanConstructor;
|
|
3876
3920
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3877
3921
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3922
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
3878
3923
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3879
3924
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3880
3925
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
3926
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
3881
3927
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
3882
3928
|
internalInheritedEventHandlers: {
|
|
3883
3929
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -3942,10 +3988,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3942
3988
|
opacity5: string;
|
|
3943
3989
|
dividerColor: string;
|
|
3944
3990
|
borderColor: string;
|
|
3945
|
-
|
|
3991
|
+
closeIconColor: string;
|
|
3992
|
+
closeIconColorHover: string;
|
|
3993
|
+
closeIconColorPressed: string;
|
|
3946
3994
|
closeColorHover: string;
|
|
3947
3995
|
closeColorPressed: string;
|
|
3948
|
-
closeColorDisabled: string;
|
|
3949
3996
|
clearColor: string;
|
|
3950
3997
|
clearColorHover: string;
|
|
3951
3998
|
clearColorPressed: string;
|
|
@@ -4174,9 +4221,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4174
4221
|
scrollable: BooleanConstructor;
|
|
4175
4222
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4176
4223
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4224
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
4177
4225
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4178
4226
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4179
4227
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
4228
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
4180
4229
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
4181
4230
|
internalInheritedEventHandlers: {
|
|
4182
4231
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -4212,6 +4261,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4212
4261
|
arrowPointToCenter: boolean;
|
|
4213
4262
|
displayDirective: "show" | "if";
|
|
4214
4263
|
keepAliveOnHover: boolean;
|
|
4264
|
+
internalDeactivateImmediately: boolean;
|
|
4215
4265
|
animated: boolean;
|
|
4216
4266
|
internalTrapFocus: boolean;
|
|
4217
4267
|
defaultShow: boolean;
|
|
@@ -4535,6 +4585,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4535
4585
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
4536
4586
|
readonly default: undefined;
|
|
4537
4587
|
};
|
|
4588
|
+
readonly panel: BooleanConstructor;
|
|
4538
4589
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
4539
4590
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
4540
4591
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -4605,6 +4656,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4605
4656
|
calendarLeftPaddingYear: string;
|
|
4606
4657
|
calendarLeftPaddingQuarter: string;
|
|
4607
4658
|
calendarLeftPaddingMonthrange: string;
|
|
4659
|
+
calendarLeftPaddingQuarterrange: string;
|
|
4660
|
+
calendarLeftPaddingYearrange: string;
|
|
4608
4661
|
calendarRightPaddingDate: string;
|
|
4609
4662
|
calendarRightPaddingDatetime: string;
|
|
4610
4663
|
calendarRightPaddingDaterange: string;
|
|
@@ -4613,8 +4666,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4613
4666
|
calendarRightPaddingYear: string;
|
|
4614
4667
|
calendarRightPaddingQuarter: string;
|
|
4615
4668
|
calendarRightPaddingMonthrange: string;
|
|
4669
|
+
calendarRightPaddingQuarterrange: string;
|
|
4670
|
+
calendarRightPaddingYearrange: string;
|
|
4616
4671
|
}, {
|
|
4617
4672
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4673
|
+
countTextColorDisabled: string;
|
|
4618
4674
|
countTextColor: string;
|
|
4619
4675
|
heightTiny: string;
|
|
4620
4676
|
heightSmall: string;
|
|
@@ -5104,6 +5160,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5104
5160
|
rippleDuration: string;
|
|
5105
5161
|
}, any>;
|
|
5106
5162
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5163
|
+
countTextColorDisabled: string;
|
|
5107
5164
|
countTextColor: string;
|
|
5108
5165
|
heightTiny: string;
|
|
5109
5166
|
heightSmall: string;
|
|
@@ -5219,6 +5276,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5219
5276
|
calendarLeftPaddingYear: string;
|
|
5220
5277
|
calendarLeftPaddingQuarter: string;
|
|
5221
5278
|
calendarLeftPaddingMonthrange: string;
|
|
5279
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5280
|
+
calendarLeftPaddingYearrange: string;
|
|
5222
5281
|
calendarRightPaddingDate: string;
|
|
5223
5282
|
calendarRightPaddingDatetime: string;
|
|
5224
5283
|
calendarRightPaddingDaterange: string;
|
|
@@ -5227,8 +5286,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5227
5286
|
calendarRightPaddingYear: string;
|
|
5228
5287
|
calendarRightPaddingQuarter: string;
|
|
5229
5288
|
calendarRightPaddingMonthrange: string;
|
|
5289
|
+
calendarRightPaddingQuarterrange: string;
|
|
5290
|
+
calendarRightPaddingYearrange: string;
|
|
5230
5291
|
}, {
|
|
5231
5292
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5293
|
+
countTextColorDisabled: string;
|
|
5232
5294
|
countTextColor: string;
|
|
5233
5295
|
heightTiny: string;
|
|
5234
5296
|
heightSmall: string;
|
|
@@ -5718,6 +5780,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5718
5780
|
rippleDuration: string;
|
|
5719
5781
|
}, any>;
|
|
5720
5782
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5783
|
+
countTextColorDisabled: string;
|
|
5721
5784
|
countTextColor: string;
|
|
5722
5785
|
heightTiny: string;
|
|
5723
5786
|
heightSmall: string;
|
|
@@ -5833,6 +5896,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5833
5896
|
calendarLeftPaddingYear: string;
|
|
5834
5897
|
calendarLeftPaddingQuarter: string;
|
|
5835
5898
|
calendarLeftPaddingMonthrange: string;
|
|
5899
|
+
calendarLeftPaddingQuarterrange: string;
|
|
5900
|
+
calendarLeftPaddingYearrange: string;
|
|
5836
5901
|
calendarRightPaddingDate: string;
|
|
5837
5902
|
calendarRightPaddingDatetime: string;
|
|
5838
5903
|
calendarRightPaddingDaterange: string;
|
|
@@ -5841,8 +5906,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5841
5906
|
calendarRightPaddingYear: string;
|
|
5842
5907
|
calendarRightPaddingQuarter: string;
|
|
5843
5908
|
calendarRightPaddingMonthrange: string;
|
|
5909
|
+
calendarRightPaddingQuarterrange: string;
|
|
5910
|
+
calendarRightPaddingYearrange: string;
|
|
5844
5911
|
}, {
|
|
5845
5912
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5913
|
+
countTextColorDisabled: string;
|
|
5846
5914
|
countTextColor: string;
|
|
5847
5915
|
heightTiny: string;
|
|
5848
5916
|
heightSmall: string;
|
|
@@ -6332,6 +6400,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6332
6400
|
rippleDuration: string;
|
|
6333
6401
|
}, any>;
|
|
6334
6402
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6403
|
+
countTextColorDisabled: string;
|
|
6335
6404
|
countTextColor: string;
|
|
6336
6405
|
heightTiny: string;
|
|
6337
6406
|
heightSmall: string;
|
|
@@ -6412,8 +6481,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6412
6481
|
contentRef: HTMLElement | null;
|
|
6413
6482
|
containerScrollTop: number;
|
|
6414
6483
|
syncUnifiedContainer: () => void;
|
|
6415
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6416
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6484
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6485
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6417
6486
|
sync: () => void;
|
|
6418
6487
|
handleMouseEnterWrapper: () => void;
|
|
6419
6488
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6424,8 +6493,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6424
6493
|
contentRef: HTMLElement | null;
|
|
6425
6494
|
containerScrollTop: number;
|
|
6426
6495
|
syncUnifiedContainer: () => void;
|
|
6427
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6428
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6496
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6497
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6429
6498
|
sync: () => void;
|
|
6430
6499
|
handleMouseEnterWrapper: () => void;
|
|
6431
6500
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6441,8 +6510,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6441
6510
|
contentRef: HTMLElement | null;
|
|
6442
6511
|
containerScrollTop: number;
|
|
6443
6512
|
syncUnifiedContainer: () => void;
|
|
6444
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6445
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6513
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6514
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6446
6515
|
sync: () => void;
|
|
6447
6516
|
handleMouseEnterWrapper: () => void;
|
|
6448
6517
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6453,8 +6522,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6453
6522
|
contentRef: HTMLElement | null;
|
|
6454
6523
|
containerScrollTop: number;
|
|
6455
6524
|
syncUnifiedContainer: () => void;
|
|
6456
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6457
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6525
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6526
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6458
6527
|
sync: () => void;
|
|
6459
6528
|
handleMouseEnterWrapper: () => void;
|
|
6460
6529
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6465,8 +6534,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6465
6534
|
contentRef: HTMLElement | null;
|
|
6466
6535
|
containerScrollTop: number;
|
|
6467
6536
|
syncUnifiedContainer: () => void;
|
|
6468
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6469
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6537
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6538
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6470
6539
|
sync: () => void;
|
|
6471
6540
|
handleMouseEnterWrapper: () => void;
|
|
6472
6541
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6477,8 +6546,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6477
6546
|
contentRef: HTMLElement | null;
|
|
6478
6547
|
containerScrollTop: number;
|
|
6479
6548
|
syncUnifiedContainer: () => void;
|
|
6480
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6481
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6549
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6550
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6482
6551
|
sync: () => void;
|
|
6483
6552
|
handleMouseEnterWrapper: () => void;
|
|
6484
6553
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6505,6 +6574,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6505
6574
|
select: () => void;
|
|
6506
6575
|
activate: () => void;
|
|
6507
6576
|
deactivate: () => void;
|
|
6577
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6508
6578
|
} | null>;
|
|
6509
6579
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
6510
6580
|
displayTime: import("vue").Ref<string>;
|
|
@@ -6521,8 +6591,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6521
6591
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6522
6592
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6523
6593
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
6594
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
6524
6595
|
handleClickOutside: (e: MouseEvent) => void;
|
|
6525
|
-
|
|
6596
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
6526
6597
|
handleClear: () => void;
|
|
6527
6598
|
handlePanelClear: () => void;
|
|
6528
6599
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -6577,10 +6648,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6577
6648
|
opacity5: string;
|
|
6578
6649
|
dividerColor: string;
|
|
6579
6650
|
borderColor: string;
|
|
6580
|
-
|
|
6651
|
+
closeIconColor: string;
|
|
6652
|
+
closeIconColorHover: string;
|
|
6653
|
+
closeIconColorPressed: string;
|
|
6581
6654
|
closeColorHover: string;
|
|
6582
6655
|
closeColorPressed: string;
|
|
6583
|
-
closeColorDisabled: string;
|
|
6584
6656
|
clearColor: string;
|
|
6585
6657
|
clearColorHover: string;
|
|
6586
6658
|
clearColorPressed: string;
|
|
@@ -6691,6 +6763,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6691
6763
|
calendarLeftPaddingYear: string;
|
|
6692
6764
|
calendarLeftPaddingQuarter: string;
|
|
6693
6765
|
calendarLeftPaddingMonthrange: string;
|
|
6766
|
+
calendarLeftPaddingQuarterrange: string;
|
|
6767
|
+
calendarLeftPaddingYearrange: string;
|
|
6694
6768
|
calendarRightPaddingDate: string;
|
|
6695
6769
|
calendarRightPaddingDatetime: string;
|
|
6696
6770
|
calendarRightPaddingDaterange: string;
|
|
@@ -6699,9 +6773,12 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6699
6773
|
calendarRightPaddingYear: string;
|
|
6700
6774
|
calendarRightPaddingQuarter: string;
|
|
6701
6775
|
calendarRightPaddingMonthrange: string;
|
|
6776
|
+
calendarRightPaddingQuarterrange: string;
|
|
6777
|
+
calendarRightPaddingYearrange: string;
|
|
6702
6778
|
};
|
|
6703
6779
|
peers: {
|
|
6704
6780
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6781
|
+
countTextColorDisabled: string;
|
|
6705
6782
|
countTextColor: string;
|
|
6706
6783
|
heightTiny: string;
|
|
6707
6784
|
heightSmall: string;
|
|
@@ -7191,6 +7268,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7191
7268
|
rippleDuration: string;
|
|
7192
7269
|
}, any>;
|
|
7193
7270
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7271
|
+
countTextColorDisabled: string;
|
|
7194
7272
|
countTextColor: string;
|
|
7195
7273
|
heightTiny: string;
|
|
7196
7274
|
heightSmall: string;
|
|
@@ -7478,6 +7556,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7478
7556
|
rippleDuration: string;
|
|
7479
7557
|
}, any>> | undefined;
|
|
7480
7558
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7559
|
+
countTextColorDisabled: string;
|
|
7481
7560
|
countTextColor: string;
|
|
7482
7561
|
heightTiny: string;
|
|
7483
7562
|
heightSmall: string;
|
|
@@ -7549,8 +7628,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7549
7628
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
7550
7629
|
triggerCssVars: import("vue").ComputedRef<{
|
|
7551
7630
|
'--n-bezier': string;
|
|
7552
|
-
'--n-icon-color': string;
|
|
7553
|
-
'--n-icon-color-disabled': string;
|
|
7631
|
+
'--n-icon-color-override': string;
|
|
7632
|
+
'--n-icon-color-disabled-override': string;
|
|
7554
7633
|
}> | undefined;
|
|
7555
7634
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
7556
7635
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -7648,6 +7727,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7648
7727
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
7649
7728
|
readonly default: undefined;
|
|
7650
7729
|
};
|
|
7730
|
+
readonly panel: BooleanConstructor;
|
|
7651
7731
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
7652
7732
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
7653
7733
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -7718,6 +7798,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7718
7798
|
calendarLeftPaddingYear: string;
|
|
7719
7799
|
calendarLeftPaddingQuarter: string;
|
|
7720
7800
|
calendarLeftPaddingMonthrange: string;
|
|
7801
|
+
calendarLeftPaddingQuarterrange: string;
|
|
7802
|
+
calendarLeftPaddingYearrange: string;
|
|
7721
7803
|
calendarRightPaddingDate: string;
|
|
7722
7804
|
calendarRightPaddingDatetime: string;
|
|
7723
7805
|
calendarRightPaddingDaterange: string;
|
|
@@ -7726,8 +7808,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7726
7808
|
calendarRightPaddingYear: string;
|
|
7727
7809
|
calendarRightPaddingQuarter: string;
|
|
7728
7810
|
calendarRightPaddingMonthrange: string;
|
|
7811
|
+
calendarRightPaddingQuarterrange: string;
|
|
7812
|
+
calendarRightPaddingYearrange: string;
|
|
7729
7813
|
}, {
|
|
7730
7814
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7815
|
+
countTextColorDisabled: string;
|
|
7731
7816
|
countTextColor: string;
|
|
7732
7817
|
heightTiny: string;
|
|
7733
7818
|
heightSmall: string;
|
|
@@ -8217,6 +8302,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8217
8302
|
rippleDuration: string;
|
|
8218
8303
|
}, any>;
|
|
8219
8304
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8305
|
+
countTextColorDisabled: string;
|
|
8220
8306
|
countTextColor: string;
|
|
8221
8307
|
heightTiny: string;
|
|
8222
8308
|
heightSmall: string;
|
|
@@ -8332,6 +8418,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8332
8418
|
calendarLeftPaddingYear: string;
|
|
8333
8419
|
calendarLeftPaddingQuarter: string;
|
|
8334
8420
|
calendarLeftPaddingMonthrange: string;
|
|
8421
|
+
calendarLeftPaddingQuarterrange: string;
|
|
8422
|
+
calendarLeftPaddingYearrange: string;
|
|
8335
8423
|
calendarRightPaddingDate: string;
|
|
8336
8424
|
calendarRightPaddingDatetime: string;
|
|
8337
8425
|
calendarRightPaddingDaterange: string;
|
|
@@ -8340,8 +8428,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8340
8428
|
calendarRightPaddingYear: string;
|
|
8341
8429
|
calendarRightPaddingQuarter: string;
|
|
8342
8430
|
calendarRightPaddingMonthrange: string;
|
|
8431
|
+
calendarRightPaddingQuarterrange: string;
|
|
8432
|
+
calendarRightPaddingYearrange: string;
|
|
8343
8433
|
}, {
|
|
8344
8434
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8435
|
+
countTextColorDisabled: string;
|
|
8345
8436
|
countTextColor: string;
|
|
8346
8437
|
heightTiny: string;
|
|
8347
8438
|
heightSmall: string;
|
|
@@ -8831,6 +8922,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8831
8922
|
rippleDuration: string;
|
|
8832
8923
|
}, any>;
|
|
8833
8924
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8925
|
+
countTextColorDisabled: string;
|
|
8834
8926
|
countTextColor: string;
|
|
8835
8927
|
heightTiny: string;
|
|
8836
8928
|
heightSmall: string;
|
|
@@ -8946,6 +9038,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8946
9038
|
calendarLeftPaddingYear: string;
|
|
8947
9039
|
calendarLeftPaddingQuarter: string;
|
|
8948
9040
|
calendarLeftPaddingMonthrange: string;
|
|
9041
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9042
|
+
calendarLeftPaddingYearrange: string;
|
|
8949
9043
|
calendarRightPaddingDate: string;
|
|
8950
9044
|
calendarRightPaddingDatetime: string;
|
|
8951
9045
|
calendarRightPaddingDaterange: string;
|
|
@@ -8954,8 +9048,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8954
9048
|
calendarRightPaddingYear: string;
|
|
8955
9049
|
calendarRightPaddingQuarter: string;
|
|
8956
9050
|
calendarRightPaddingMonthrange: string;
|
|
9051
|
+
calendarRightPaddingQuarterrange: string;
|
|
9052
|
+
calendarRightPaddingYearrange: string;
|
|
8957
9053
|
}, {
|
|
8958
9054
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9055
|
+
countTextColorDisabled: string;
|
|
8959
9056
|
countTextColor: string;
|
|
8960
9057
|
heightTiny: string;
|
|
8961
9058
|
heightSmall: string;
|
|
@@ -9445,6 +9542,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9445
9542
|
rippleDuration: string;
|
|
9446
9543
|
}, any>;
|
|
9447
9544
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9545
|
+
countTextColorDisabled: string;
|
|
9448
9546
|
countTextColor: string;
|
|
9449
9547
|
heightTiny: string;
|
|
9450
9548
|
heightSmall: string;
|
|
@@ -9511,17 +9609,18 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9511
9609
|
}, any>;
|
|
9512
9610
|
}>>>;
|
|
9513
9611
|
}>>, {
|
|
9514
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9515
|
-
show: boolean | undefined;
|
|
9516
|
-
disabled: boolean | undefined;
|
|
9517
|
-
to: string | boolean | HTMLElement;
|
|
9518
|
-
bordered: boolean | undefined;
|
|
9519
|
-
placement: import("vueuc").FollowerPlacement;
|
|
9520
|
-
clearable: boolean;
|
|
9521
|
-
inputReadonly: boolean;
|
|
9522
|
-
|
|
9523
|
-
|
|
9524
|
-
|
|
9612
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
9613
|
+
readonly show: boolean | undefined;
|
|
9614
|
+
readonly disabled: boolean | undefined;
|
|
9615
|
+
readonly to: string | boolean | HTMLElement;
|
|
9616
|
+
readonly bordered: boolean | undefined;
|
|
9617
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
9618
|
+
readonly clearable: boolean;
|
|
9619
|
+
readonly inputReadonly: boolean;
|
|
9620
|
+
readonly panel: boolean;
|
|
9621
|
+
readonly updateValueOnClose: boolean;
|
|
9622
|
+
readonly closeOnSelect: boolean;
|
|
9623
|
+
readonly bindCalendarMonths: boolean;
|
|
9525
9624
|
}>;
|
|
9526
9625
|
}, 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<{
|
|
9527
9626
|
mainForm: {
|
|
@@ -9728,7 +9827,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9728
9827
|
};
|
|
9729
9828
|
min: (NumberConstructor | StringConstructor)[];
|
|
9730
9829
|
max: (NumberConstructor | StringConstructor)[];
|
|
9731
|
-
size: import("vue").PropType<"
|
|
9830
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
9732
9831
|
disabled: {
|
|
9733
9832
|
type: import("vue").PropType<boolean | undefined>;
|
|
9734
9833
|
default: undefined;
|
|
@@ -9742,6 +9841,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9742
9841
|
type: BooleanConstructor;
|
|
9743
9842
|
default: boolean;
|
|
9744
9843
|
};
|
|
9844
|
+
buttonPlacement: {
|
|
9845
|
+
type: import("vue").PropType<"right" | "both">;
|
|
9846
|
+
default: string;
|
|
9847
|
+
};
|
|
9745
9848
|
readonly: BooleanConstructor;
|
|
9746
9849
|
clearable: BooleanConstructor;
|
|
9747
9850
|
keyboard: {
|
|
@@ -9755,6 +9858,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9755
9858
|
type: BooleanConstructor;
|
|
9756
9859
|
default: boolean;
|
|
9757
9860
|
};
|
|
9861
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
9862
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
9863
|
+
precision: NumberConstructor;
|
|
9758
9864
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
9759
9865
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
9760
9866
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -9970,6 +10076,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9970
10076
|
rippleDuration: string;
|
|
9971
10077
|
}, any>;
|
|
9972
10078
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10079
|
+
countTextColorDisabled: string;
|
|
9973
10080
|
countTextColor: string;
|
|
9974
10081
|
heightTiny: string;
|
|
9975
10082
|
heightSmall: string;
|
|
@@ -10238,6 +10345,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10238
10345
|
rippleDuration: string;
|
|
10239
10346
|
}, any>;
|
|
10240
10347
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10348
|
+
countTextColorDisabled: string;
|
|
10241
10349
|
countTextColor: string;
|
|
10242
10350
|
heightTiny: string;
|
|
10243
10351
|
heightSmall: string;
|
|
@@ -10506,6 +10614,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10506
10614
|
rippleDuration: string;
|
|
10507
10615
|
}, any>;
|
|
10508
10616
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10617
|
+
countTextColorDisabled: string;
|
|
10509
10618
|
countTextColor: string;
|
|
10510
10619
|
heightTiny: string;
|
|
10511
10620
|
heightSmall: string;
|
|
@@ -10578,6 +10687,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10578
10687
|
select: () => void;
|
|
10579
10688
|
activate: () => void;
|
|
10580
10689
|
deactivate: () => void;
|
|
10690
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10581
10691
|
} | null>;
|
|
10582
10692
|
minusButtonInstRef: import("vue").Ref<{
|
|
10583
10693
|
$el: HTMLElement;
|
|
@@ -10591,7 +10701,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10591
10701
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
10592
10702
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
10593
10703
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10594
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
10704
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
10595
10705
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
10596
10706
|
displayedValue: import("vue").Ref<string>;
|
|
10597
10707
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -10648,10 +10758,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10648
10758
|
opacity5: string;
|
|
10649
10759
|
dividerColor: string;
|
|
10650
10760
|
borderColor: string;
|
|
10651
|
-
|
|
10761
|
+
closeIconColor: string;
|
|
10762
|
+
closeIconColorHover: string;
|
|
10763
|
+
closeIconColorPressed: string;
|
|
10652
10764
|
closeColorHover: string;
|
|
10653
10765
|
closeColorPressed: string;
|
|
10654
|
-
closeColorDisabled: string;
|
|
10655
10766
|
clearColor: string;
|
|
10656
10767
|
clearColorHover: string;
|
|
10657
10768
|
clearColorPressed: string;
|
|
@@ -10921,6 +11032,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10921
11032
|
rippleDuration: string;
|
|
10922
11033
|
}, any>;
|
|
10923
11034
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11035
|
+
countTextColorDisabled: string;
|
|
10924
11036
|
countTextColor: string;
|
|
10925
11037
|
heightTiny: string;
|
|
10926
11038
|
heightSmall: string;
|
|
@@ -11023,7 +11135,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11023
11135
|
};
|
|
11024
11136
|
min: (NumberConstructor | StringConstructor)[];
|
|
11025
11137
|
max: (NumberConstructor | StringConstructor)[];
|
|
11026
|
-
size: import("vue").PropType<"
|
|
11138
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
11027
11139
|
disabled: {
|
|
11028
11140
|
type: import("vue").PropType<boolean | undefined>;
|
|
11029
11141
|
default: undefined;
|
|
@@ -11037,6 +11149,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11037
11149
|
type: BooleanConstructor;
|
|
11038
11150
|
default: boolean;
|
|
11039
11151
|
};
|
|
11152
|
+
buttonPlacement: {
|
|
11153
|
+
type: import("vue").PropType<"right" | "both">;
|
|
11154
|
+
default: string;
|
|
11155
|
+
};
|
|
11040
11156
|
readonly: BooleanConstructor;
|
|
11041
11157
|
clearable: BooleanConstructor;
|
|
11042
11158
|
keyboard: {
|
|
@@ -11050,6 +11166,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11050
11166
|
type: BooleanConstructor;
|
|
11051
11167
|
default: boolean;
|
|
11052
11168
|
};
|
|
11169
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
11170
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
11171
|
+
precision: NumberConstructor;
|
|
11053
11172
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
11054
11173
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
11055
11174
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -11265,6 +11384,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11265
11384
|
rippleDuration: string;
|
|
11266
11385
|
}, any>;
|
|
11267
11386
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11387
|
+
countTextColorDisabled: string;
|
|
11268
11388
|
countTextColor: string;
|
|
11269
11389
|
heightTiny: string;
|
|
11270
11390
|
heightSmall: string;
|
|
@@ -11533,6 +11653,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11533
11653
|
rippleDuration: string;
|
|
11534
11654
|
}, any>;
|
|
11535
11655
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11656
|
+
countTextColorDisabled: string;
|
|
11536
11657
|
countTextColor: string;
|
|
11537
11658
|
heightTiny: string;
|
|
11538
11659
|
heightSmall: string;
|
|
@@ -11801,6 +11922,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11801
11922
|
rippleDuration: string;
|
|
11802
11923
|
}, any>;
|
|
11803
11924
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11925
|
+
countTextColorDisabled: string;
|
|
11804
11926
|
countTextColor: string;
|
|
11805
11927
|
heightTiny: string;
|
|
11806
11928
|
heightSmall: string;
|
|
@@ -11875,6 +11997,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11875
11997
|
ArrowDown?: boolean | undefined;
|
|
11876
11998
|
};
|
|
11877
11999
|
showButton: boolean;
|
|
12000
|
+
buttonPlacement: "right" | "both";
|
|
11878
12001
|
updateValueOnInput: boolean;
|
|
11879
12002
|
}>;
|
|
11880
12003
|
TextOverTooltip: import("vue").DefineComponent<{
|
|
@@ -12048,9 +12171,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12048
12171
|
scrollable: BooleanConstructor;
|
|
12049
12172
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12050
12173
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12174
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12051
12175
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12052
12176
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12053
12177
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12178
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12054
12179
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12055
12180
|
internalInheritedEventHandlers: {
|
|
12056
12181
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12115,10 +12240,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12115
12240
|
opacity5: string;
|
|
12116
12241
|
dividerColor: string;
|
|
12117
12242
|
borderColor: string;
|
|
12118
|
-
|
|
12243
|
+
closeIconColor: string;
|
|
12244
|
+
closeIconColorHover: string;
|
|
12245
|
+
closeIconColorPressed: string;
|
|
12119
12246
|
closeColorHover: string;
|
|
12120
12247
|
closeColorPressed: string;
|
|
12121
|
-
closeColorDisabled: string;
|
|
12122
12248
|
clearColor: string;
|
|
12123
12249
|
clearColorHover: string;
|
|
12124
12250
|
clearColorPressed: string;
|
|
@@ -12347,9 +12473,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12347
12473
|
scrollable: BooleanConstructor;
|
|
12348
12474
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12349
12475
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12476
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
12350
12477
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12351
12478
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12352
12479
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
12480
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
12353
12481
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
12354
12482
|
internalInheritedEventHandlers: {
|
|
12355
12483
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -12385,6 +12513,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12385
12513
|
arrowPointToCenter: boolean;
|
|
12386
12514
|
displayDirective: "show" | "if";
|
|
12387
12515
|
keepAliveOnHover: boolean;
|
|
12516
|
+
internalDeactivateImmediately: boolean;
|
|
12388
12517
|
animated: boolean;
|
|
12389
12518
|
internalTrapFocus: boolean;
|
|
12390
12519
|
defaultShow: boolean;
|
|
@@ -12663,6 +12792,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12663
12792
|
type: BooleanConstructor;
|
|
12664
12793
|
default: undefined;
|
|
12665
12794
|
};
|
|
12795
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
12796
|
+
renderCount: import("vue").PropType<(props: {
|
|
12797
|
+
value: string;
|
|
12798
|
+
}) => import("vue").VNodeChild>;
|
|
12666
12799
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
12667
12800
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
12668
12801
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -12691,6 +12824,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12691
12824
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
12692
12825
|
showPasswordToggle: BooleanConstructor;
|
|
12693
12826
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12827
|
+
countTextColorDisabled: string;
|
|
12694
12828
|
countTextColor: string;
|
|
12695
12829
|
heightTiny: string;
|
|
12696
12830
|
heightSmall: string;
|
|
@@ -12751,6 +12885,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12751
12885
|
clearSize: string;
|
|
12752
12886
|
}, any>>;
|
|
12753
12887
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12888
|
+
countTextColorDisabled: string;
|
|
12754
12889
|
countTextColor: string;
|
|
12755
12890
|
heightTiny: string;
|
|
12756
12891
|
heightSmall: string;
|
|
@@ -12811,6 +12946,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12811
12946
|
clearSize: string;
|
|
12812
12947
|
}, any>>>;
|
|
12813
12948
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12949
|
+
countTextColorDisabled: string;
|
|
12814
12950
|
countTextColor: string;
|
|
12815
12951
|
heightTiny: string;
|
|
12816
12952
|
heightSmall: string;
|
|
@@ -12883,8 +13019,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12883
13019
|
contentRef: HTMLElement | null;
|
|
12884
13020
|
containerScrollTop: number;
|
|
12885
13021
|
syncUnifiedContainer: () => void;
|
|
12886
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
12887
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
13022
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
13023
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
12888
13024
|
sync: () => void;
|
|
12889
13025
|
handleMouseEnterWrapper: () => void;
|
|
12890
13026
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -12918,7 +13054,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12918
13054
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
12919
13055
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
12920
13056
|
handleInputBlur: (e: FocusEvent) => void;
|
|
12921
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
13057
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
12922
13058
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
12923
13059
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
12924
13060
|
handleMouseEnter: () => void;
|
|
@@ -12929,7 +13065,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12929
13065
|
handleClear: (e: MouseEvent) => void;
|
|
12930
13066
|
handlePasswordToggleClick: () => void;
|
|
12931
13067
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
12932
|
-
|
|
13068
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
12933
13069
|
handleTextAreaMirrorResize: () => void;
|
|
12934
13070
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
12935
13071
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -12973,10 +13109,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12973
13109
|
opacity5: string;
|
|
12974
13110
|
dividerColor: string;
|
|
12975
13111
|
borderColor: string;
|
|
12976
|
-
|
|
13112
|
+
closeIconColor: string;
|
|
13113
|
+
closeIconColorHover: string;
|
|
13114
|
+
closeIconColorPressed: string;
|
|
12977
13115
|
closeColorHover: string;
|
|
12978
13116
|
closeColorPressed: string;
|
|
12979
|
-
closeColorDisabled: string;
|
|
12980
13117
|
clearColor: string;
|
|
12981
13118
|
clearColorHover: string;
|
|
12982
13119
|
clearColorPressed: string;
|
|
@@ -13038,6 +13175,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13038
13175
|
name: "common";
|
|
13039
13176
|
};
|
|
13040
13177
|
self: {
|
|
13178
|
+
countTextColorDisabled: string;
|
|
13041
13179
|
countTextColor: string;
|
|
13042
13180
|
heightTiny: string;
|
|
13043
13181
|
heightSmall: string;
|
|
@@ -13105,6 +13243,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13105
13243
|
cssVars: import("vue").ComputedRef<{
|
|
13106
13244
|
'--n-bezier': string;
|
|
13107
13245
|
'--n-count-text-color': string;
|
|
13246
|
+
'--n-count-text-color-disabled': string;
|
|
13108
13247
|
'--n-color': string;
|
|
13109
13248
|
'--n-font-size': string;
|
|
13110
13249
|
'--n-border-radius': string;
|
|
@@ -13159,6 +13298,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13159
13298
|
select: () => void;
|
|
13160
13299
|
activate: () => void;
|
|
13161
13300
|
deactivate: () => void;
|
|
13301
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
13162
13302
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
13163
13303
|
bordered: {
|
|
13164
13304
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13217,6 +13357,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13217
13357
|
type: BooleanConstructor;
|
|
13218
13358
|
default: undefined;
|
|
13219
13359
|
};
|
|
13360
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
13361
|
+
renderCount: import("vue").PropType<(props: {
|
|
13362
|
+
value: string;
|
|
13363
|
+
}) => import("vue").VNodeChild>;
|
|
13220
13364
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13221
13365
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
13222
13366
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -13245,6 +13389,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13245
13389
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
13246
13390
|
showPasswordToggle: BooleanConstructor;
|
|
13247
13391
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13392
|
+
countTextColorDisabled: string;
|
|
13248
13393
|
countTextColor: string;
|
|
13249
13394
|
heightTiny: string;
|
|
13250
13395
|
heightSmall: string;
|
|
@@ -13305,6 +13450,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13305
13450
|
clearSize: string;
|
|
13306
13451
|
}, any>>;
|
|
13307
13452
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13453
|
+
countTextColorDisabled: string;
|
|
13308
13454
|
countTextColor: string;
|
|
13309
13455
|
heightTiny: string;
|
|
13310
13456
|
heightSmall: string;
|
|
@@ -13365,6 +13511,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13365
13511
|
clearSize: string;
|
|
13366
13512
|
}, any>>>;
|
|
13367
13513
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13514
|
+
countTextColorDisabled: string;
|
|
13368
13515
|
countTextColor: string;
|
|
13369
13516
|
heightTiny: string;
|
|
13370
13517
|
heightSmall: string;
|
|
@@ -13621,9 +13768,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13621
13768
|
scrollable: BooleanConstructor;
|
|
13622
13769
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13623
13770
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13771
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13624
13772
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13625
13773
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13626
13774
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13775
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13627
13776
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13628
13777
|
internalInheritedEventHandlers: {
|
|
13629
13778
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13688,10 +13837,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13688
13837
|
opacity5: string;
|
|
13689
13838
|
dividerColor: string;
|
|
13690
13839
|
borderColor: string;
|
|
13691
|
-
|
|
13840
|
+
closeIconColor: string;
|
|
13841
|
+
closeIconColorHover: string;
|
|
13842
|
+
closeIconColorPressed: string;
|
|
13692
13843
|
closeColorHover: string;
|
|
13693
13844
|
closeColorPressed: string;
|
|
13694
|
-
closeColorDisabled: string;
|
|
13695
13845
|
clearColor: string;
|
|
13696
13846
|
clearColorHover: string;
|
|
13697
13847
|
clearColorPressed: string;
|
|
@@ -13920,9 +14070,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13920
14070
|
scrollable: BooleanConstructor;
|
|
13921
14071
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13922
14072
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
14073
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
13923
14074
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
13924
14075
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
13925
14076
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
14077
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
13926
14078
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
13927
14079
|
internalInheritedEventHandlers: {
|
|
13928
14080
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -13958,6 +14110,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13958
14110
|
arrowPointToCenter: boolean;
|
|
13959
14111
|
displayDirective: "show" | "if";
|
|
13960
14112
|
keepAliveOnHover: boolean;
|
|
14113
|
+
internalDeactivateImmediately: boolean;
|
|
13961
14114
|
animated: boolean;
|
|
13962
14115
|
internalTrapFocus: boolean;
|
|
13963
14116
|
defaultShow: boolean;
|
|
@@ -14237,6 +14390,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14237
14390
|
type: BooleanConstructor;
|
|
14238
14391
|
default: undefined;
|
|
14239
14392
|
};
|
|
14393
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14394
|
+
renderCount: import("vue").PropType<(props: {
|
|
14395
|
+
value: string;
|
|
14396
|
+
}) => import("vue").VNodeChild>;
|
|
14240
14397
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14241
14398
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14242
14399
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14265,6 +14422,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14265
14422
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14266
14423
|
showPasswordToggle: BooleanConstructor;
|
|
14267
14424
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14425
|
+
countTextColorDisabled: string;
|
|
14268
14426
|
countTextColor: string;
|
|
14269
14427
|
heightTiny: string;
|
|
14270
14428
|
heightSmall: string;
|
|
@@ -14325,6 +14483,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14325
14483
|
clearSize: string;
|
|
14326
14484
|
}, any>>;
|
|
14327
14485
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14486
|
+
countTextColorDisabled: string;
|
|
14328
14487
|
countTextColor: string;
|
|
14329
14488
|
heightTiny: string;
|
|
14330
14489
|
heightSmall: string;
|
|
@@ -14385,6 +14544,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14385
14544
|
clearSize: string;
|
|
14386
14545
|
}, any>>>;
|
|
14387
14546
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14547
|
+
countTextColorDisabled: string;
|
|
14388
14548
|
countTextColor: string;
|
|
14389
14549
|
heightTiny: string;
|
|
14390
14550
|
heightSmall: string;
|
|
@@ -14457,8 +14617,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14457
14617
|
contentRef: HTMLElement | null;
|
|
14458
14618
|
containerScrollTop: number;
|
|
14459
14619
|
syncUnifiedContainer: () => void;
|
|
14460
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
14461
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
14620
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
14621
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
14462
14622
|
sync: () => void;
|
|
14463
14623
|
handleMouseEnterWrapper: () => void;
|
|
14464
14624
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -14492,7 +14652,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14492
14652
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
14493
14653
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
14494
14654
|
handleInputBlur: (e: FocusEvent) => void;
|
|
14495
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
14655
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
14496
14656
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
14497
14657
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
14498
14658
|
handleMouseEnter: () => void;
|
|
@@ -14503,7 +14663,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14503
14663
|
handleClear: (e: MouseEvent) => void;
|
|
14504
14664
|
handlePasswordToggleClick: () => void;
|
|
14505
14665
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
14506
|
-
|
|
14666
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
14507
14667
|
handleTextAreaMirrorResize: () => void;
|
|
14508
14668
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
14509
14669
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -14547,10 +14707,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14547
14707
|
opacity5: string;
|
|
14548
14708
|
dividerColor: string;
|
|
14549
14709
|
borderColor: string;
|
|
14550
|
-
|
|
14710
|
+
closeIconColor: string;
|
|
14711
|
+
closeIconColorHover: string;
|
|
14712
|
+
closeIconColorPressed: string;
|
|
14551
14713
|
closeColorHover: string;
|
|
14552
14714
|
closeColorPressed: string;
|
|
14553
|
-
closeColorDisabled: string;
|
|
14554
14715
|
clearColor: string;
|
|
14555
14716
|
clearColorHover: string;
|
|
14556
14717
|
clearColorPressed: string;
|
|
@@ -14612,6 +14773,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14612
14773
|
name: "common";
|
|
14613
14774
|
};
|
|
14614
14775
|
self: {
|
|
14776
|
+
countTextColorDisabled: string;
|
|
14615
14777
|
countTextColor: string;
|
|
14616
14778
|
heightTiny: string;
|
|
14617
14779
|
heightSmall: string;
|
|
@@ -14679,6 +14841,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14679
14841
|
cssVars: import("vue").ComputedRef<{
|
|
14680
14842
|
'--n-bezier': string;
|
|
14681
14843
|
'--n-count-text-color': string;
|
|
14844
|
+
'--n-count-text-color-disabled': string;
|
|
14682
14845
|
'--n-color': string;
|
|
14683
14846
|
'--n-font-size': string;
|
|
14684
14847
|
'--n-border-radius': string;
|
|
@@ -14733,6 +14896,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14733
14896
|
select: () => void;
|
|
14734
14897
|
activate: () => void;
|
|
14735
14898
|
deactivate: () => void;
|
|
14899
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
14736
14900
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
14737
14901
|
bordered: {
|
|
14738
14902
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14791,6 +14955,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14791
14955
|
type: BooleanConstructor;
|
|
14792
14956
|
default: undefined;
|
|
14793
14957
|
};
|
|
14958
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
14959
|
+
renderCount: import("vue").PropType<(props: {
|
|
14960
|
+
value: string;
|
|
14961
|
+
}) => import("vue").VNodeChild>;
|
|
14794
14962
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
14795
14963
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
14796
14964
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -14819,6 +14987,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14819
14987
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
14820
14988
|
showPasswordToggle: BooleanConstructor;
|
|
14821
14989
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
14990
|
+
countTextColorDisabled: string;
|
|
14822
14991
|
countTextColor: string;
|
|
14823
14992
|
heightTiny: string;
|
|
14824
14993
|
heightSmall: string;
|
|
@@ -14879,6 +15048,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14879
15048
|
clearSize: string;
|
|
14880
15049
|
}, any>>;
|
|
14881
15050
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15051
|
+
countTextColorDisabled: string;
|
|
14882
15052
|
countTextColor: string;
|
|
14883
15053
|
heightTiny: string;
|
|
14884
15054
|
heightSmall: string;
|
|
@@ -14939,6 +15109,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14939
15109
|
clearSize: string;
|
|
14940
15110
|
}, any>>>;
|
|
14941
15111
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
15112
|
+
countTextColorDisabled: string;
|
|
14942
15113
|
countTextColor: string;
|
|
14943
15114
|
heightTiny: string;
|
|
14944
15115
|
heightSmall: string;
|
|
@@ -15237,9 +15408,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15237
15408
|
scrollable: BooleanConstructor;
|
|
15238
15409
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15239
15410
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15411
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15240
15412
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15241
15413
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15242
15414
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15415
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15243
15416
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15244
15417
|
internalInheritedEventHandlers: {
|
|
15245
15418
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15304,10 +15477,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15304
15477
|
opacity5: string;
|
|
15305
15478
|
dividerColor: string;
|
|
15306
15479
|
borderColor: string;
|
|
15307
|
-
|
|
15480
|
+
closeIconColor: string;
|
|
15481
|
+
closeIconColorHover: string;
|
|
15482
|
+
closeIconColorPressed: string;
|
|
15308
15483
|
closeColorHover: string;
|
|
15309
15484
|
closeColorPressed: string;
|
|
15310
|
-
closeColorDisabled: string;
|
|
15311
15485
|
clearColor: string;
|
|
15312
15486
|
clearColorHover: string;
|
|
15313
15487
|
clearColorPressed: string;
|
|
@@ -15536,9 +15710,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15536
15710
|
scrollable: BooleanConstructor;
|
|
15537
15711
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15538
15712
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15713
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
15539
15714
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15540
15715
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15541
15716
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
15717
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
15542
15718
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
15543
15719
|
internalInheritedEventHandlers: {
|
|
15544
15720
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -15574,6 +15750,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15574
15750
|
arrowPointToCenter: boolean;
|
|
15575
15751
|
displayDirective: "show" | "if";
|
|
15576
15752
|
keepAliveOnHover: boolean;
|
|
15753
|
+
internalDeactivateImmediately: boolean;
|
|
15577
15754
|
animated: boolean;
|
|
15578
15755
|
internalTrapFocus: boolean;
|
|
15579
15756
|
defaultShow: boolean;
|
|
@@ -15840,6 +16017,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15840
16017
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15841
16018
|
readonly default: undefined;
|
|
15842
16019
|
};
|
|
16020
|
+
readonly panel: BooleanConstructor;
|
|
15843
16021
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
15844
16022
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
15845
16023
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -15910,6 +16088,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15910
16088
|
calendarLeftPaddingYear: string;
|
|
15911
16089
|
calendarLeftPaddingQuarter: string;
|
|
15912
16090
|
calendarLeftPaddingMonthrange: string;
|
|
16091
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16092
|
+
calendarLeftPaddingYearrange: string;
|
|
15913
16093
|
calendarRightPaddingDate: string;
|
|
15914
16094
|
calendarRightPaddingDatetime: string;
|
|
15915
16095
|
calendarRightPaddingDaterange: string;
|
|
@@ -15918,8 +16098,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15918
16098
|
calendarRightPaddingYear: string;
|
|
15919
16099
|
calendarRightPaddingQuarter: string;
|
|
15920
16100
|
calendarRightPaddingMonthrange: string;
|
|
16101
|
+
calendarRightPaddingQuarterrange: string;
|
|
16102
|
+
calendarRightPaddingYearrange: string;
|
|
15921
16103
|
}, {
|
|
15922
16104
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16105
|
+
countTextColorDisabled: string;
|
|
15923
16106
|
countTextColor: string;
|
|
15924
16107
|
heightTiny: string;
|
|
15925
16108
|
heightSmall: string;
|
|
@@ -16409,6 +16592,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16409
16592
|
rippleDuration: string;
|
|
16410
16593
|
}, any>;
|
|
16411
16594
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16595
|
+
countTextColorDisabled: string;
|
|
16412
16596
|
countTextColor: string;
|
|
16413
16597
|
heightTiny: string;
|
|
16414
16598
|
heightSmall: string;
|
|
@@ -16524,6 +16708,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16524
16708
|
calendarLeftPaddingYear: string;
|
|
16525
16709
|
calendarLeftPaddingQuarter: string;
|
|
16526
16710
|
calendarLeftPaddingMonthrange: string;
|
|
16711
|
+
calendarLeftPaddingQuarterrange: string;
|
|
16712
|
+
calendarLeftPaddingYearrange: string;
|
|
16527
16713
|
calendarRightPaddingDate: string;
|
|
16528
16714
|
calendarRightPaddingDatetime: string;
|
|
16529
16715
|
calendarRightPaddingDaterange: string;
|
|
@@ -16532,8 +16718,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16532
16718
|
calendarRightPaddingYear: string;
|
|
16533
16719
|
calendarRightPaddingQuarter: string;
|
|
16534
16720
|
calendarRightPaddingMonthrange: string;
|
|
16721
|
+
calendarRightPaddingQuarterrange: string;
|
|
16722
|
+
calendarRightPaddingYearrange: string;
|
|
16535
16723
|
}, {
|
|
16536
16724
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16725
|
+
countTextColorDisabled: string;
|
|
16537
16726
|
countTextColor: string;
|
|
16538
16727
|
heightTiny: string;
|
|
16539
16728
|
heightSmall: string;
|
|
@@ -17023,6 +17212,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17023
17212
|
rippleDuration: string;
|
|
17024
17213
|
}, any>;
|
|
17025
17214
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17215
|
+
countTextColorDisabled: string;
|
|
17026
17216
|
countTextColor: string;
|
|
17027
17217
|
heightTiny: string;
|
|
17028
17218
|
heightSmall: string;
|
|
@@ -17138,6 +17328,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17138
17328
|
calendarLeftPaddingYear: string;
|
|
17139
17329
|
calendarLeftPaddingQuarter: string;
|
|
17140
17330
|
calendarLeftPaddingMonthrange: string;
|
|
17331
|
+
calendarLeftPaddingQuarterrange: string;
|
|
17332
|
+
calendarLeftPaddingYearrange: string;
|
|
17141
17333
|
calendarRightPaddingDate: string;
|
|
17142
17334
|
calendarRightPaddingDatetime: string;
|
|
17143
17335
|
calendarRightPaddingDaterange: string;
|
|
@@ -17146,8 +17338,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17146
17338
|
calendarRightPaddingYear: string;
|
|
17147
17339
|
calendarRightPaddingQuarter: string;
|
|
17148
17340
|
calendarRightPaddingMonthrange: string;
|
|
17341
|
+
calendarRightPaddingQuarterrange: string;
|
|
17342
|
+
calendarRightPaddingYearrange: string;
|
|
17149
17343
|
}, {
|
|
17150
17344
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17345
|
+
countTextColorDisabled: string;
|
|
17151
17346
|
countTextColor: string;
|
|
17152
17347
|
heightTiny: string;
|
|
17153
17348
|
heightSmall: string;
|
|
@@ -17637,6 +17832,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17637
17832
|
rippleDuration: string;
|
|
17638
17833
|
}, any>;
|
|
17639
17834
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
17835
|
+
countTextColorDisabled: string;
|
|
17640
17836
|
countTextColor: string;
|
|
17641
17837
|
heightTiny: string;
|
|
17642
17838
|
heightSmall: string;
|
|
@@ -17717,8 +17913,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17717
17913
|
contentRef: HTMLElement | null;
|
|
17718
17914
|
containerScrollTop: number;
|
|
17719
17915
|
syncUnifiedContainer: () => void;
|
|
17720
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17721
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17916
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17917
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17722
17918
|
sync: () => void;
|
|
17723
17919
|
handleMouseEnterWrapper: () => void;
|
|
17724
17920
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17729,8 +17925,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17729
17925
|
contentRef: HTMLElement | null;
|
|
17730
17926
|
containerScrollTop: number;
|
|
17731
17927
|
syncUnifiedContainer: () => void;
|
|
17732
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17733
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17928
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17929
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17734
17930
|
sync: () => void;
|
|
17735
17931
|
handleMouseEnterWrapper: () => void;
|
|
17736
17932
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17746,8 +17942,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17746
17942
|
contentRef: HTMLElement | null;
|
|
17747
17943
|
containerScrollTop: number;
|
|
17748
17944
|
syncUnifiedContainer: () => void;
|
|
17749
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17750
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17945
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17946
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17751
17947
|
sync: () => void;
|
|
17752
17948
|
handleMouseEnterWrapper: () => void;
|
|
17753
17949
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17758,8 +17954,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17758
17954
|
contentRef: HTMLElement | null;
|
|
17759
17955
|
containerScrollTop: number;
|
|
17760
17956
|
syncUnifiedContainer: () => void;
|
|
17761
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17762
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17957
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17958
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17763
17959
|
sync: () => void;
|
|
17764
17960
|
handleMouseEnterWrapper: () => void;
|
|
17765
17961
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17770,8 +17966,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17770
17966
|
contentRef: HTMLElement | null;
|
|
17771
17967
|
containerScrollTop: number;
|
|
17772
17968
|
syncUnifiedContainer: () => void;
|
|
17773
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17774
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17969
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17970
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17775
17971
|
sync: () => void;
|
|
17776
17972
|
handleMouseEnterWrapper: () => void;
|
|
17777
17973
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17782,8 +17978,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17782
17978
|
contentRef: HTMLElement | null;
|
|
17783
17979
|
containerScrollTop: number;
|
|
17784
17980
|
syncUnifiedContainer: () => void;
|
|
17785
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
17786
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
17981
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
17982
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
17787
17983
|
sync: () => void;
|
|
17788
17984
|
handleMouseEnterWrapper: () => void;
|
|
17789
17985
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -17810,6 +18006,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17810
18006
|
select: () => void;
|
|
17811
18007
|
activate: () => void;
|
|
17812
18008
|
deactivate: () => void;
|
|
18009
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
17813
18010
|
} | null>;
|
|
17814
18011
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
17815
18012
|
displayTime: import("vue").Ref<string>;
|
|
@@ -17826,8 +18023,9 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17826
18023
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17827
18024
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
17828
18025
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
18026
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
17829
18027
|
handleClickOutside: (e: MouseEvent) => void;
|
|
17830
|
-
|
|
18028
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
17831
18029
|
handleClear: () => void;
|
|
17832
18030
|
handlePanelClear: () => void;
|
|
17833
18031
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -17882,10 +18080,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17882
18080
|
opacity5: string;
|
|
17883
18081
|
dividerColor: string;
|
|
17884
18082
|
borderColor: string;
|
|
17885
|
-
|
|
18083
|
+
closeIconColor: string;
|
|
18084
|
+
closeIconColorHover: string;
|
|
18085
|
+
closeIconColorPressed: string;
|
|
17886
18086
|
closeColorHover: string;
|
|
17887
18087
|
closeColorPressed: string;
|
|
17888
|
-
closeColorDisabled: string;
|
|
17889
18088
|
clearColor: string;
|
|
17890
18089
|
clearColorHover: string;
|
|
17891
18090
|
clearColorPressed: string;
|
|
@@ -17996,6 +18195,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17996
18195
|
calendarLeftPaddingYear: string;
|
|
17997
18196
|
calendarLeftPaddingQuarter: string;
|
|
17998
18197
|
calendarLeftPaddingMonthrange: string;
|
|
18198
|
+
calendarLeftPaddingQuarterrange: string;
|
|
18199
|
+
calendarLeftPaddingYearrange: string;
|
|
17999
18200
|
calendarRightPaddingDate: string;
|
|
18000
18201
|
calendarRightPaddingDatetime: string;
|
|
18001
18202
|
calendarRightPaddingDaterange: string;
|
|
@@ -18004,9 +18205,12 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18004
18205
|
calendarRightPaddingYear: string;
|
|
18005
18206
|
calendarRightPaddingQuarter: string;
|
|
18006
18207
|
calendarRightPaddingMonthrange: string;
|
|
18208
|
+
calendarRightPaddingQuarterrange: string;
|
|
18209
|
+
calendarRightPaddingYearrange: string;
|
|
18007
18210
|
};
|
|
18008
18211
|
peers: {
|
|
18009
18212
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18213
|
+
countTextColorDisabled: string;
|
|
18010
18214
|
countTextColor: string;
|
|
18011
18215
|
heightTiny: string;
|
|
18012
18216
|
heightSmall: string;
|
|
@@ -18496,6 +18700,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18496
18700
|
rippleDuration: string;
|
|
18497
18701
|
}, any>;
|
|
18498
18702
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18703
|
+
countTextColorDisabled: string;
|
|
18499
18704
|
countTextColor: string;
|
|
18500
18705
|
heightTiny: string;
|
|
18501
18706
|
heightSmall: string;
|
|
@@ -18783,6 +18988,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18783
18988
|
rippleDuration: string;
|
|
18784
18989
|
}, any>> | undefined;
|
|
18785
18990
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
18991
|
+
countTextColorDisabled: string;
|
|
18786
18992
|
countTextColor: string;
|
|
18787
18993
|
heightTiny: string;
|
|
18788
18994
|
heightSmall: string;
|
|
@@ -18854,8 +19060,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18854
19060
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
18855
19061
|
triggerCssVars: import("vue").ComputedRef<{
|
|
18856
19062
|
'--n-bezier': string;
|
|
18857
|
-
'--n-icon-color': string;
|
|
18858
|
-
'--n-icon-color-disabled': string;
|
|
19063
|
+
'--n-icon-color-override': string;
|
|
19064
|
+
'--n-icon-color-disabled-override': string;
|
|
18859
19065
|
}> | undefined;
|
|
18860
19066
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
18861
19067
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -18953,6 +19159,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18953
19159
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
18954
19160
|
readonly default: undefined;
|
|
18955
19161
|
};
|
|
19162
|
+
readonly panel: BooleanConstructor;
|
|
18956
19163
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
18957
19164
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
18958
19165
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -19023,6 +19230,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19023
19230
|
calendarLeftPaddingYear: string;
|
|
19024
19231
|
calendarLeftPaddingQuarter: string;
|
|
19025
19232
|
calendarLeftPaddingMonthrange: string;
|
|
19233
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19234
|
+
calendarLeftPaddingYearrange: string;
|
|
19026
19235
|
calendarRightPaddingDate: string;
|
|
19027
19236
|
calendarRightPaddingDatetime: string;
|
|
19028
19237
|
calendarRightPaddingDaterange: string;
|
|
@@ -19031,8 +19240,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19031
19240
|
calendarRightPaddingYear: string;
|
|
19032
19241
|
calendarRightPaddingQuarter: string;
|
|
19033
19242
|
calendarRightPaddingMonthrange: string;
|
|
19243
|
+
calendarRightPaddingQuarterrange: string;
|
|
19244
|
+
calendarRightPaddingYearrange: string;
|
|
19034
19245
|
}, {
|
|
19035
19246
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19247
|
+
countTextColorDisabled: string;
|
|
19036
19248
|
countTextColor: string;
|
|
19037
19249
|
heightTiny: string;
|
|
19038
19250
|
heightSmall: string;
|
|
@@ -19522,6 +19734,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19522
19734
|
rippleDuration: string;
|
|
19523
19735
|
}, any>;
|
|
19524
19736
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19737
|
+
countTextColorDisabled: string;
|
|
19525
19738
|
countTextColor: string;
|
|
19526
19739
|
heightTiny: string;
|
|
19527
19740
|
heightSmall: string;
|
|
@@ -19637,6 +19850,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19637
19850
|
calendarLeftPaddingYear: string;
|
|
19638
19851
|
calendarLeftPaddingQuarter: string;
|
|
19639
19852
|
calendarLeftPaddingMonthrange: string;
|
|
19853
|
+
calendarLeftPaddingQuarterrange: string;
|
|
19854
|
+
calendarLeftPaddingYearrange: string;
|
|
19640
19855
|
calendarRightPaddingDate: string;
|
|
19641
19856
|
calendarRightPaddingDatetime: string;
|
|
19642
19857
|
calendarRightPaddingDaterange: string;
|
|
@@ -19645,8 +19860,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19645
19860
|
calendarRightPaddingYear: string;
|
|
19646
19861
|
calendarRightPaddingQuarter: string;
|
|
19647
19862
|
calendarRightPaddingMonthrange: string;
|
|
19863
|
+
calendarRightPaddingQuarterrange: string;
|
|
19864
|
+
calendarRightPaddingYearrange: string;
|
|
19648
19865
|
}, {
|
|
19649
19866
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
19867
|
+
countTextColorDisabled: string;
|
|
19650
19868
|
countTextColor: string;
|
|
19651
19869
|
heightTiny: string;
|
|
19652
19870
|
heightSmall: string;
|
|
@@ -20136,6 +20354,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20136
20354
|
rippleDuration: string;
|
|
20137
20355
|
}, any>;
|
|
20138
20356
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20357
|
+
countTextColorDisabled: string;
|
|
20139
20358
|
countTextColor: string;
|
|
20140
20359
|
heightTiny: string;
|
|
20141
20360
|
heightSmall: string;
|
|
@@ -20251,6 +20470,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20251
20470
|
calendarLeftPaddingYear: string;
|
|
20252
20471
|
calendarLeftPaddingQuarter: string;
|
|
20253
20472
|
calendarLeftPaddingMonthrange: string;
|
|
20473
|
+
calendarLeftPaddingQuarterrange: string;
|
|
20474
|
+
calendarLeftPaddingYearrange: string;
|
|
20254
20475
|
calendarRightPaddingDate: string;
|
|
20255
20476
|
calendarRightPaddingDatetime: string;
|
|
20256
20477
|
calendarRightPaddingDaterange: string;
|
|
@@ -20259,8 +20480,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20259
20480
|
calendarRightPaddingYear: string;
|
|
20260
20481
|
calendarRightPaddingQuarter: string;
|
|
20261
20482
|
calendarRightPaddingMonthrange: string;
|
|
20483
|
+
calendarRightPaddingQuarterrange: string;
|
|
20484
|
+
calendarRightPaddingYearrange: string;
|
|
20262
20485
|
}, {
|
|
20263
20486
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20487
|
+
countTextColorDisabled: string;
|
|
20264
20488
|
countTextColor: string;
|
|
20265
20489
|
heightTiny: string;
|
|
20266
20490
|
heightSmall: string;
|
|
@@ -20750,6 +20974,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20750
20974
|
rippleDuration: string;
|
|
20751
20975
|
}, any>;
|
|
20752
20976
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
20977
|
+
countTextColorDisabled: string;
|
|
20753
20978
|
countTextColor: string;
|
|
20754
20979
|
heightTiny: string;
|
|
20755
20980
|
heightSmall: string;
|
|
@@ -20816,17 +21041,18 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
20816
21041
|
}, any>;
|
|
20817
21042
|
}>>>;
|
|
20818
21043
|
}>>, {
|
|
20819
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
20820
|
-
show: boolean | undefined;
|
|
20821
|
-
disabled: boolean | undefined;
|
|
20822
|
-
to: string | boolean | HTMLElement;
|
|
20823
|
-
bordered: boolean | undefined;
|
|
20824
|
-
placement: import("vueuc").FollowerPlacement;
|
|
20825
|
-
clearable: boolean;
|
|
20826
|
-
inputReadonly: boolean;
|
|
20827
|
-
|
|
20828
|
-
|
|
20829
|
-
|
|
21044
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
21045
|
+
readonly show: boolean | undefined;
|
|
21046
|
+
readonly disabled: boolean | undefined;
|
|
21047
|
+
readonly to: string | boolean | HTMLElement;
|
|
21048
|
+
readonly bordered: boolean | undefined;
|
|
21049
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
21050
|
+
readonly clearable: boolean;
|
|
21051
|
+
readonly inputReadonly: boolean;
|
|
21052
|
+
readonly panel: boolean;
|
|
21053
|
+
readonly updateValueOnClose: boolean;
|
|
21054
|
+
readonly closeOnSelect: boolean;
|
|
21055
|
+
readonly bindCalendarMonths: boolean;
|
|
20830
21056
|
}>;
|
|
20831
21057
|
}, 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<{
|
|
20832
21058
|
mainForm: {
|
|
@@ -21196,10 +21422,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21196
21422
|
};
|
|
21197
21423
|
readonly remote: BooleanConstructor;
|
|
21198
21424
|
readonly loading: BooleanConstructor;
|
|
21199
|
-
readonly filter:
|
|
21200
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
21201
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
21202
|
-
};
|
|
21425
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
21203
21426
|
readonly placement: {
|
|
21204
21427
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
21205
21428
|
readonly default: "bottom-start";
|
|
@@ -21209,19 +21432,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21209
21432
|
readonly default: "trigger";
|
|
21210
21433
|
};
|
|
21211
21434
|
readonly tag: BooleanConstructor;
|
|
21212
|
-
readonly onCreate:
|
|
21213
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21214
|
-
readonly default: (label: string) => {
|
|
21215
|
-
label: string;
|
|
21216
|
-
value: string;
|
|
21217
|
-
};
|
|
21218
|
-
};
|
|
21435
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
21219
21436
|
readonly fallbackOption: {
|
|
21220
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
21221
|
-
readonly default:
|
|
21222
|
-
label: string;
|
|
21223
|
-
value: string | number;
|
|
21224
|
-
};
|
|
21437
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
21438
|
+
readonly default: undefined;
|
|
21225
21439
|
};
|
|
21226
21440
|
readonly show: {
|
|
21227
21441
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -21240,11 +21454,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21240
21454
|
readonly type: BooleanConstructor;
|
|
21241
21455
|
readonly default: true;
|
|
21242
21456
|
};
|
|
21457
|
+
readonly labelField: {
|
|
21458
|
+
readonly type: StringConstructor;
|
|
21459
|
+
readonly default: "label";
|
|
21460
|
+
};
|
|
21461
|
+
readonly valueField: {
|
|
21462
|
+
readonly type: StringConstructor;
|
|
21463
|
+
readonly default: "value";
|
|
21464
|
+
};
|
|
21465
|
+
readonly childrenField: {
|
|
21466
|
+
readonly type: StringConstructor;
|
|
21467
|
+
readonly default: "children";
|
|
21468
|
+
};
|
|
21243
21469
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
21244
21470
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
21245
21471
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
21246
21472
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21247
21473
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
21474
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
21248
21475
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
21249
21476
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
21250
21477
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -21262,6 +21489,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21262
21489
|
readonly default: true;
|
|
21263
21490
|
};
|
|
21264
21491
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
21492
|
+
readonly internalShowCheckmark: {
|
|
21493
|
+
readonly type: BooleanConstructor;
|
|
21494
|
+
readonly default: true;
|
|
21495
|
+
};
|
|
21265
21496
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
21266
21497
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
21267
21498
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -21357,6 +21588,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21357
21588
|
optionCheckColor: string;
|
|
21358
21589
|
optionColorPending: string;
|
|
21359
21590
|
optionColorActive: string;
|
|
21591
|
+
optionColorActivePending: string;
|
|
21360
21592
|
actionTextColor: string;
|
|
21361
21593
|
loadingColor: string;
|
|
21362
21594
|
height: string;
|
|
@@ -21482,6 +21714,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21482
21714
|
optionCheckColor: string;
|
|
21483
21715
|
optionColorPending: string;
|
|
21484
21716
|
optionColorActive: string;
|
|
21717
|
+
optionColorActivePending: string;
|
|
21485
21718
|
actionTextColor: string;
|
|
21486
21719
|
loadingColor: string;
|
|
21487
21720
|
height: string;
|
|
@@ -21607,6 +21840,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21607
21840
|
optionCheckColor: string;
|
|
21608
21841
|
optionColorPending: string;
|
|
21609
21842
|
optionColorActive: string;
|
|
21843
|
+
optionColorActivePending: string;
|
|
21610
21844
|
actionTextColor: string;
|
|
21611
21845
|
loadingColor: string;
|
|
21612
21846
|
height: string;
|
|
@@ -21736,10 +21970,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21736
21970
|
opacity5: string;
|
|
21737
21971
|
dividerColor: string;
|
|
21738
21972
|
borderColor: string;
|
|
21739
|
-
|
|
21973
|
+
closeIconColor: string;
|
|
21974
|
+
closeIconColorHover: string;
|
|
21975
|
+
closeIconColorPressed: string;
|
|
21740
21976
|
closeColorHover: string;
|
|
21741
21977
|
closeColorPressed: string;
|
|
21742
|
-
closeColorDisabled: string;
|
|
21743
21978
|
clearColor: string;
|
|
21744
21979
|
clearColorHover: string;
|
|
21745
21980
|
clearColorPressed: string;
|
|
@@ -21894,6 +22129,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
21894
22129
|
optionCheckColor: string;
|
|
21895
22130
|
optionColorPending: string;
|
|
21896
22131
|
optionColorActive: string;
|
|
22132
|
+
optionColorActivePending: string;
|
|
21897
22133
|
actionTextColor: string;
|
|
21898
22134
|
loadingColor: string;
|
|
21899
22135
|
height: string;
|
|
@@ -22009,10 +22245,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22009
22245
|
};
|
|
22010
22246
|
readonly remote: BooleanConstructor;
|
|
22011
22247
|
readonly loading: BooleanConstructor;
|
|
22012
|
-
readonly filter:
|
|
22013
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
22014
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
22015
|
-
};
|
|
22248
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
22016
22249
|
readonly placement: {
|
|
22017
22250
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
22018
22251
|
readonly default: "bottom-start";
|
|
@@ -22022,19 +22255,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22022
22255
|
readonly default: "trigger";
|
|
22023
22256
|
};
|
|
22024
22257
|
readonly tag: BooleanConstructor;
|
|
22025
|
-
readonly onCreate:
|
|
22026
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
22027
|
-
readonly default: (label: string) => {
|
|
22028
|
-
label: string;
|
|
22029
|
-
value: string;
|
|
22030
|
-
};
|
|
22031
|
-
};
|
|
22258
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
22032
22259
|
readonly fallbackOption: {
|
|
22033
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
22034
|
-
readonly default:
|
|
22035
|
-
label: string;
|
|
22036
|
-
value: string | number;
|
|
22037
|
-
};
|
|
22260
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
22261
|
+
readonly default: undefined;
|
|
22038
22262
|
};
|
|
22039
22263
|
readonly show: {
|
|
22040
22264
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -22053,11 +22277,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22053
22277
|
readonly type: BooleanConstructor;
|
|
22054
22278
|
readonly default: true;
|
|
22055
22279
|
};
|
|
22280
|
+
readonly labelField: {
|
|
22281
|
+
readonly type: StringConstructor;
|
|
22282
|
+
readonly default: "label";
|
|
22283
|
+
};
|
|
22284
|
+
readonly valueField: {
|
|
22285
|
+
readonly type: StringConstructor;
|
|
22286
|
+
readonly default: "value";
|
|
22287
|
+
};
|
|
22288
|
+
readonly childrenField: {
|
|
22289
|
+
readonly type: StringConstructor;
|
|
22290
|
+
readonly default: "children";
|
|
22291
|
+
};
|
|
22056
22292
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
22057
22293
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
22058
22294
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
22059
22295
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22060
22296
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
22297
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
22061
22298
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
22062
22299
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
22063
22300
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -22075,6 +22312,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22075
22312
|
readonly default: true;
|
|
22076
22313
|
};
|
|
22077
22314
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
22315
|
+
readonly internalShowCheckmark: {
|
|
22316
|
+
readonly type: BooleanConstructor;
|
|
22317
|
+
readonly default: true;
|
|
22318
|
+
};
|
|
22078
22319
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
22079
22320
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
22080
22321
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -22170,6 +22411,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22170
22411
|
optionCheckColor: string;
|
|
22171
22412
|
optionColorPending: string;
|
|
22172
22413
|
optionColorActive: string;
|
|
22414
|
+
optionColorActivePending: string;
|
|
22173
22415
|
actionTextColor: string;
|
|
22174
22416
|
loadingColor: string;
|
|
22175
22417
|
height: string;
|
|
@@ -22295,6 +22537,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22295
22537
|
optionCheckColor: string;
|
|
22296
22538
|
optionColorPending: string;
|
|
22297
22539
|
optionColorActive: string;
|
|
22540
|
+
optionColorActivePending: string;
|
|
22298
22541
|
actionTextColor: string;
|
|
22299
22542
|
loadingColor: string;
|
|
22300
22543
|
height: string;
|
|
@@ -22420,6 +22663,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22420
22663
|
optionCheckColor: string;
|
|
22421
22664
|
optionColorPending: string;
|
|
22422
22665
|
optionColorActive: string;
|
|
22666
|
+
optionColorActivePending: string;
|
|
22423
22667
|
actionTextColor: string;
|
|
22424
22668
|
loadingColor: string;
|
|
22425
22669
|
height: string;
|
|
@@ -22453,29 +22697,31 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22453
22697
|
}>;
|
|
22454
22698
|
}>>>;
|
|
22455
22699
|
}>>, {
|
|
22456
|
-
tag: boolean;
|
|
22457
|
-
|
|
22458
|
-
|
|
22459
|
-
|
|
22460
|
-
|
|
22461
|
-
|
|
22462
|
-
|
|
22463
|
-
|
|
22464
|
-
|
|
22465
|
-
|
|
22466
|
-
virtualScroll: boolean;
|
|
22467
|
-
|
|
22468
|
-
|
|
22469
|
-
|
|
22470
|
-
|
|
22471
|
-
|
|
22472
|
-
|
|
22473
|
-
|
|
22474
|
-
|
|
22475
|
-
|
|
22476
|
-
|
|
22477
|
-
|
|
22478
|
-
|
|
22700
|
+
readonly tag: boolean;
|
|
22701
|
+
readonly show: boolean | undefined;
|
|
22702
|
+
readonly multiple: boolean;
|
|
22703
|
+
readonly disabled: boolean | undefined;
|
|
22704
|
+
readonly to: string | boolean | HTMLElement;
|
|
22705
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
22706
|
+
readonly loading: boolean;
|
|
22707
|
+
readonly bordered: boolean | undefined;
|
|
22708
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
22709
|
+
readonly labelField: string;
|
|
22710
|
+
readonly virtualScroll: boolean;
|
|
22711
|
+
readonly valueField: string;
|
|
22712
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
22713
|
+
readonly showArrow: boolean;
|
|
22714
|
+
readonly displayDirective: "show" | "if";
|
|
22715
|
+
readonly filterable: boolean;
|
|
22716
|
+
readonly clearable: boolean;
|
|
22717
|
+
readonly internalShowCheckmark: boolean;
|
|
22718
|
+
readonly clearFilterAfterSelect: boolean;
|
|
22719
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
22720
|
+
readonly remote: boolean;
|
|
22721
|
+
readonly widthMode: string;
|
|
22722
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
22723
|
+
readonly consistentMenuWidth: boolean;
|
|
22724
|
+
readonly childrenField: string;
|
|
22479
22725
|
}>;
|
|
22480
22726
|
SelectPage: import("vue").DefineComponent<{
|
|
22481
22727
|
searchPageConfig: {
|
|
@@ -22552,7 +22798,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
22552
22798
|
readonly default: true;
|
|
22553
22799
|
};
|
|
22554
22800
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
22555
|
-
readonly nativeFocusBehavior:
|
|
22801
|
+
readonly nativeFocusBehavior: {
|
|
22802
|
+
readonly type: BooleanConstructor;
|
|
22803
|
+
readonly default: boolean;
|
|
22804
|
+
};
|
|
22556
22805
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
22557
22806
|
heightTiny: string;
|
|
22558
22807
|
heightSmall: string;
|
|
@@ -23266,7 +23515,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
23266
23515
|
readonly default: true;
|
|
23267
23516
|
};
|
|
23268
23517
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
23269
|
-
readonly nativeFocusBehavior:
|
|
23518
|
+
readonly nativeFocusBehavior: {
|
|
23519
|
+
readonly type: BooleanConstructor;
|
|
23520
|
+
readonly default: boolean;
|
|
23521
|
+
};
|
|
23270
23522
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
23271
23523
|
heightTiny: string;
|
|
23272
23524
|
heightSmall: string;
|
|
@@ -23880,26 +24132,26 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
23880
24132
|
rippleDuration: string;
|
|
23881
24133
|
}, any>>>;
|
|
23882
24134
|
}>>, {
|
|
23883
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
23884
|
-
tag: keyof HTMLElementTagNameMap;
|
|
23885
|
-
block: boolean;
|
|
23886
|
-
round: boolean;
|
|
23887
|
-
dashed: boolean;
|
|
23888
|
-
text: boolean;
|
|
23889
|
-
circle: boolean;
|
|
23890
|
-
disabled: boolean;
|
|
23891
|
-
focusable: boolean;
|
|
23892
|
-
strong: boolean;
|
|
23893
|
-
loading: boolean;
|
|
23894
|
-
bordered: boolean;
|
|
23895
|
-
tertiary: boolean;
|
|
23896
|
-
ghost: boolean;
|
|
23897
|
-
keyboard: boolean;
|
|
23898
|
-
secondary: boolean;
|
|
23899
|
-
quaternary: boolean;
|
|
23900
|
-
iconPlacement: "left" | "right";
|
|
23901
|
-
attrType: "button" | "reset" | "submit";
|
|
23902
|
-
nativeFocusBehavior: boolean;
|
|
24135
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
24136
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
24137
|
+
readonly block: boolean;
|
|
24138
|
+
readonly round: boolean;
|
|
24139
|
+
readonly dashed: boolean;
|
|
24140
|
+
readonly text: boolean;
|
|
24141
|
+
readonly circle: boolean;
|
|
24142
|
+
readonly disabled: boolean;
|
|
24143
|
+
readonly focusable: boolean;
|
|
24144
|
+
readonly strong: boolean;
|
|
24145
|
+
readonly loading: boolean;
|
|
24146
|
+
readonly bordered: boolean;
|
|
24147
|
+
readonly tertiary: boolean;
|
|
24148
|
+
readonly ghost: boolean;
|
|
24149
|
+
readonly keyboard: boolean;
|
|
24150
|
+
readonly secondary: boolean;
|
|
24151
|
+
readonly quaternary: boolean;
|
|
24152
|
+
readonly iconPlacement: "left" | "right";
|
|
24153
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
24154
|
+
readonly nativeFocusBehavior: boolean;
|
|
23903
24155
|
}>;
|
|
23904
24156
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
23905
24157
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -24336,7 +24588,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
24336
24588
|
readonly default: true;
|
|
24337
24589
|
};
|
|
24338
24590
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
24339
|
-
readonly nativeFocusBehavior:
|
|
24591
|
+
readonly nativeFocusBehavior: {
|
|
24592
|
+
readonly type: BooleanConstructor;
|
|
24593
|
+
readonly default: boolean;
|
|
24594
|
+
};
|
|
24340
24595
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
24341
24596
|
heightTiny: string;
|
|
24342
24597
|
heightSmall: string;
|
|
@@ -25050,7 +25305,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25050
25305
|
readonly default: true;
|
|
25051
25306
|
};
|
|
25052
25307
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
25053
|
-
readonly nativeFocusBehavior:
|
|
25308
|
+
readonly nativeFocusBehavior: {
|
|
25309
|
+
readonly type: BooleanConstructor;
|
|
25310
|
+
readonly default: boolean;
|
|
25311
|
+
};
|
|
25054
25312
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
25055
25313
|
heightTiny: string;
|
|
25056
25314
|
heightSmall: string;
|
|
@@ -25664,26 +25922,26 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25664
25922
|
rippleDuration: string;
|
|
25665
25923
|
}, any>>>;
|
|
25666
25924
|
}>>, {
|
|
25667
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
25668
|
-
tag: keyof HTMLElementTagNameMap;
|
|
25669
|
-
block: boolean;
|
|
25670
|
-
round: boolean;
|
|
25671
|
-
dashed: boolean;
|
|
25672
|
-
text: boolean;
|
|
25673
|
-
circle: boolean;
|
|
25674
|
-
disabled: boolean;
|
|
25675
|
-
focusable: boolean;
|
|
25676
|
-
strong: boolean;
|
|
25677
|
-
loading: boolean;
|
|
25678
|
-
bordered: boolean;
|
|
25679
|
-
tertiary: boolean;
|
|
25680
|
-
ghost: boolean;
|
|
25681
|
-
keyboard: boolean;
|
|
25682
|
-
secondary: boolean;
|
|
25683
|
-
quaternary: boolean;
|
|
25684
|
-
iconPlacement: "left" | "right";
|
|
25685
|
-
attrType: "button" | "reset" | "submit";
|
|
25686
|
-
nativeFocusBehavior: boolean;
|
|
25925
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
25926
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
25927
|
+
readonly block: boolean;
|
|
25928
|
+
readonly round: boolean;
|
|
25929
|
+
readonly dashed: boolean;
|
|
25930
|
+
readonly text: boolean;
|
|
25931
|
+
readonly circle: boolean;
|
|
25932
|
+
readonly disabled: boolean;
|
|
25933
|
+
readonly focusable: boolean;
|
|
25934
|
+
readonly strong: boolean;
|
|
25935
|
+
readonly loading: boolean;
|
|
25936
|
+
readonly bordered: boolean;
|
|
25937
|
+
readonly tertiary: boolean;
|
|
25938
|
+
readonly ghost: boolean;
|
|
25939
|
+
readonly keyboard: boolean;
|
|
25940
|
+
readonly secondary: boolean;
|
|
25941
|
+
readonly quaternary: boolean;
|
|
25942
|
+
readonly iconPlacement: "left" | "right";
|
|
25943
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
25944
|
+
readonly nativeFocusBehavior: boolean;
|
|
25687
25945
|
}>;
|
|
25688
25946
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
25689
25947
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -25967,10 +26225,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25967
26225
|
};
|
|
25968
26226
|
readonly remote: BooleanConstructor;
|
|
25969
26227
|
readonly loading: BooleanConstructor;
|
|
25970
|
-
readonly filter:
|
|
25971
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
25972
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
25973
|
-
};
|
|
26228
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
25974
26229
|
readonly placement: {
|
|
25975
26230
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
25976
26231
|
readonly default: "bottom-start";
|
|
@@ -25980,19 +26235,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
25980
26235
|
readonly default: "trigger";
|
|
25981
26236
|
};
|
|
25982
26237
|
readonly tag: BooleanConstructor;
|
|
25983
|
-
readonly onCreate:
|
|
25984
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25985
|
-
readonly default: (label: string) => {
|
|
25986
|
-
label: string;
|
|
25987
|
-
value: string;
|
|
25988
|
-
};
|
|
25989
|
-
};
|
|
26238
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
25990
26239
|
readonly fallbackOption: {
|
|
25991
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
25992
|
-
readonly default:
|
|
25993
|
-
label: string;
|
|
25994
|
-
value: string | number;
|
|
25995
|
-
};
|
|
26240
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
26241
|
+
readonly default: undefined;
|
|
25996
26242
|
};
|
|
25997
26243
|
readonly show: {
|
|
25998
26244
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26011,11 +26257,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26011
26257
|
readonly type: BooleanConstructor;
|
|
26012
26258
|
readonly default: true;
|
|
26013
26259
|
};
|
|
26260
|
+
readonly labelField: {
|
|
26261
|
+
readonly type: StringConstructor;
|
|
26262
|
+
readonly default: "label";
|
|
26263
|
+
};
|
|
26264
|
+
readonly valueField: {
|
|
26265
|
+
readonly type: StringConstructor;
|
|
26266
|
+
readonly default: "value";
|
|
26267
|
+
};
|
|
26268
|
+
readonly childrenField: {
|
|
26269
|
+
readonly type: StringConstructor;
|
|
26270
|
+
readonly default: "children";
|
|
26271
|
+
};
|
|
26014
26272
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26015
26273
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26016
26274
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26017
26275
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26018
26276
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
26277
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26019
26278
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26020
26279
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26021
26280
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26033,6 +26292,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26033
26292
|
readonly default: true;
|
|
26034
26293
|
};
|
|
26035
26294
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
26295
|
+
readonly internalShowCheckmark: {
|
|
26296
|
+
readonly type: BooleanConstructor;
|
|
26297
|
+
readonly default: true;
|
|
26298
|
+
};
|
|
26036
26299
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26037
26300
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26038
26301
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26128,6 +26391,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26128
26391
|
optionCheckColor: string;
|
|
26129
26392
|
optionColorPending: string;
|
|
26130
26393
|
optionColorActive: string;
|
|
26394
|
+
optionColorActivePending: string;
|
|
26131
26395
|
actionTextColor: string;
|
|
26132
26396
|
loadingColor: string;
|
|
26133
26397
|
height: string;
|
|
@@ -26253,6 +26517,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26253
26517
|
optionCheckColor: string;
|
|
26254
26518
|
optionColorPending: string;
|
|
26255
26519
|
optionColorActive: string;
|
|
26520
|
+
optionColorActivePending: string;
|
|
26256
26521
|
actionTextColor: string;
|
|
26257
26522
|
loadingColor: string;
|
|
26258
26523
|
height: string;
|
|
@@ -26378,6 +26643,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26378
26643
|
optionCheckColor: string;
|
|
26379
26644
|
optionColorPending: string;
|
|
26380
26645
|
optionColorActive: string;
|
|
26646
|
+
optionColorActivePending: string;
|
|
26381
26647
|
actionTextColor: string;
|
|
26382
26648
|
loadingColor: string;
|
|
26383
26649
|
height: string;
|
|
@@ -26507,10 +26773,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26507
26773
|
opacity5: string;
|
|
26508
26774
|
dividerColor: string;
|
|
26509
26775
|
borderColor: string;
|
|
26510
|
-
|
|
26776
|
+
closeIconColor: string;
|
|
26777
|
+
closeIconColorHover: string;
|
|
26778
|
+
closeIconColorPressed: string;
|
|
26511
26779
|
closeColorHover: string;
|
|
26512
26780
|
closeColorPressed: string;
|
|
26513
|
-
closeColorDisabled: string;
|
|
26514
26781
|
clearColor: string;
|
|
26515
26782
|
clearColorHover: string;
|
|
26516
26783
|
clearColorPressed: string;
|
|
@@ -26665,6 +26932,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26665
26932
|
optionCheckColor: string;
|
|
26666
26933
|
optionColorPending: string;
|
|
26667
26934
|
optionColorActive: string;
|
|
26935
|
+
optionColorActivePending: string;
|
|
26668
26936
|
actionTextColor: string;
|
|
26669
26937
|
loadingColor: string;
|
|
26670
26938
|
height: string;
|
|
@@ -26780,10 +27048,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26780
27048
|
};
|
|
26781
27049
|
readonly remote: BooleanConstructor;
|
|
26782
27050
|
readonly loading: BooleanConstructor;
|
|
26783
|
-
readonly filter:
|
|
26784
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
26785
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
26786
|
-
};
|
|
27051
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
26787
27052
|
readonly placement: {
|
|
26788
27053
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
26789
27054
|
readonly default: "bottom-start";
|
|
@@ -26793,19 +27058,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26793
27058
|
readonly default: "trigger";
|
|
26794
27059
|
};
|
|
26795
27060
|
readonly tag: BooleanConstructor;
|
|
26796
|
-
readonly onCreate:
|
|
26797
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26798
|
-
readonly default: (label: string) => {
|
|
26799
|
-
label: string;
|
|
26800
|
-
value: string;
|
|
26801
|
-
};
|
|
26802
|
-
};
|
|
27061
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
26803
27062
|
readonly fallbackOption: {
|
|
26804
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
26805
|
-
readonly default:
|
|
26806
|
-
label: string;
|
|
26807
|
-
value: string | number;
|
|
26808
|
-
};
|
|
27063
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27064
|
+
readonly default: undefined;
|
|
26809
27065
|
};
|
|
26810
27066
|
readonly show: {
|
|
26811
27067
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -26824,11 +27080,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26824
27080
|
readonly type: BooleanConstructor;
|
|
26825
27081
|
readonly default: true;
|
|
26826
27082
|
};
|
|
27083
|
+
readonly labelField: {
|
|
27084
|
+
readonly type: StringConstructor;
|
|
27085
|
+
readonly default: "label";
|
|
27086
|
+
};
|
|
27087
|
+
readonly valueField: {
|
|
27088
|
+
readonly type: StringConstructor;
|
|
27089
|
+
readonly default: "value";
|
|
27090
|
+
};
|
|
27091
|
+
readonly childrenField: {
|
|
27092
|
+
readonly type: StringConstructor;
|
|
27093
|
+
readonly default: "children";
|
|
27094
|
+
};
|
|
26827
27095
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
26828
27096
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
26829
27097
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
26830
27098
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26831
27099
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27100
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
26832
27101
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
26833
27102
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
26834
27103
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -26846,6 +27115,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26846
27115
|
readonly default: true;
|
|
26847
27116
|
};
|
|
26848
27117
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27118
|
+
readonly internalShowCheckmark: {
|
|
27119
|
+
readonly type: BooleanConstructor;
|
|
27120
|
+
readonly default: true;
|
|
27121
|
+
};
|
|
26849
27122
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
26850
27123
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
26851
27124
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -26941,6 +27214,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
26941
27214
|
optionCheckColor: string;
|
|
26942
27215
|
optionColorPending: string;
|
|
26943
27216
|
optionColorActive: string;
|
|
27217
|
+
optionColorActivePending: string;
|
|
26944
27218
|
actionTextColor: string;
|
|
26945
27219
|
loadingColor: string;
|
|
26946
27220
|
height: string;
|
|
@@ -27066,6 +27340,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27066
27340
|
optionCheckColor: string;
|
|
27067
27341
|
optionColorPending: string;
|
|
27068
27342
|
optionColorActive: string;
|
|
27343
|
+
optionColorActivePending: string;
|
|
27069
27344
|
actionTextColor: string;
|
|
27070
27345
|
loadingColor: string;
|
|
27071
27346
|
height: string;
|
|
@@ -27191,6 +27466,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27191
27466
|
optionCheckColor: string;
|
|
27192
27467
|
optionColorPending: string;
|
|
27193
27468
|
optionColorActive: string;
|
|
27469
|
+
optionColorActivePending: string;
|
|
27194
27470
|
actionTextColor: string;
|
|
27195
27471
|
loadingColor: string;
|
|
27196
27472
|
height: string;
|
|
@@ -27224,29 +27500,31 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27224
27500
|
}>;
|
|
27225
27501
|
}>>>;
|
|
27226
27502
|
}>>, {
|
|
27227
|
-
tag: boolean;
|
|
27228
|
-
|
|
27229
|
-
|
|
27230
|
-
|
|
27231
|
-
|
|
27232
|
-
|
|
27233
|
-
|
|
27234
|
-
|
|
27235
|
-
|
|
27236
|
-
|
|
27237
|
-
virtualScroll: boolean;
|
|
27238
|
-
|
|
27239
|
-
|
|
27240
|
-
|
|
27241
|
-
|
|
27242
|
-
|
|
27243
|
-
|
|
27244
|
-
|
|
27245
|
-
|
|
27246
|
-
|
|
27247
|
-
|
|
27248
|
-
|
|
27249
|
-
|
|
27503
|
+
readonly tag: boolean;
|
|
27504
|
+
readonly show: boolean | undefined;
|
|
27505
|
+
readonly multiple: boolean;
|
|
27506
|
+
readonly disabled: boolean | undefined;
|
|
27507
|
+
readonly to: string | boolean | HTMLElement;
|
|
27508
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
27509
|
+
readonly loading: boolean;
|
|
27510
|
+
readonly bordered: boolean | undefined;
|
|
27511
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
27512
|
+
readonly labelField: string;
|
|
27513
|
+
readonly virtualScroll: boolean;
|
|
27514
|
+
readonly valueField: string;
|
|
27515
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
27516
|
+
readonly showArrow: boolean;
|
|
27517
|
+
readonly displayDirective: "show" | "if";
|
|
27518
|
+
readonly filterable: boolean;
|
|
27519
|
+
readonly clearable: boolean;
|
|
27520
|
+
readonly internalShowCheckmark: boolean;
|
|
27521
|
+
readonly clearFilterAfterSelect: boolean;
|
|
27522
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
27523
|
+
readonly remote: boolean;
|
|
27524
|
+
readonly widthMode: string;
|
|
27525
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
27526
|
+
readonly consistentMenuWidth: boolean;
|
|
27527
|
+
readonly childrenField: string;
|
|
27250
27528
|
}>;
|
|
27251
27529
|
}, 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<{
|
|
27252
27530
|
mainForm: {
|
|
@@ -27512,10 +27790,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27512
27790
|
};
|
|
27513
27791
|
readonly remote: BooleanConstructor;
|
|
27514
27792
|
readonly loading: BooleanConstructor;
|
|
27515
|
-
readonly filter:
|
|
27516
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
27517
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
27518
|
-
};
|
|
27793
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
27519
27794
|
readonly placement: {
|
|
27520
27795
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
27521
27796
|
readonly default: "bottom-start";
|
|
@@ -27525,19 +27800,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27525
27800
|
readonly default: "trigger";
|
|
27526
27801
|
};
|
|
27527
27802
|
readonly tag: BooleanConstructor;
|
|
27528
|
-
readonly onCreate:
|
|
27529
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27530
|
-
readonly default: (label: string) => {
|
|
27531
|
-
label: string;
|
|
27532
|
-
value: string;
|
|
27533
|
-
};
|
|
27534
|
-
};
|
|
27803
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
27535
27804
|
readonly fallbackOption: {
|
|
27536
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
27537
|
-
readonly default:
|
|
27538
|
-
label: string;
|
|
27539
|
-
value: string | number;
|
|
27540
|
-
};
|
|
27805
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
27806
|
+
readonly default: undefined;
|
|
27541
27807
|
};
|
|
27542
27808
|
readonly show: {
|
|
27543
27809
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -27556,11 +27822,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27556
27822
|
readonly type: BooleanConstructor;
|
|
27557
27823
|
readonly default: true;
|
|
27558
27824
|
};
|
|
27825
|
+
readonly labelField: {
|
|
27826
|
+
readonly type: StringConstructor;
|
|
27827
|
+
readonly default: "label";
|
|
27828
|
+
};
|
|
27829
|
+
readonly valueField: {
|
|
27830
|
+
readonly type: StringConstructor;
|
|
27831
|
+
readonly default: "value";
|
|
27832
|
+
};
|
|
27833
|
+
readonly childrenField: {
|
|
27834
|
+
readonly type: StringConstructor;
|
|
27835
|
+
readonly default: "children";
|
|
27836
|
+
};
|
|
27559
27837
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
27560
27838
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
27561
27839
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
27562
27840
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27563
27841
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
27842
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
27564
27843
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
27565
27844
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
27566
27845
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -27578,6 +27857,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27578
27857
|
readonly default: true;
|
|
27579
27858
|
};
|
|
27580
27859
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
27860
|
+
readonly internalShowCheckmark: {
|
|
27861
|
+
readonly type: BooleanConstructor;
|
|
27862
|
+
readonly default: true;
|
|
27863
|
+
};
|
|
27581
27864
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
27582
27865
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
27583
27866
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -27673,6 +27956,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27673
27956
|
optionCheckColor: string;
|
|
27674
27957
|
optionColorPending: string;
|
|
27675
27958
|
optionColorActive: string;
|
|
27959
|
+
optionColorActivePending: string;
|
|
27676
27960
|
actionTextColor: string;
|
|
27677
27961
|
loadingColor: string;
|
|
27678
27962
|
height: string;
|
|
@@ -27798,6 +28082,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27798
28082
|
optionCheckColor: string;
|
|
27799
28083
|
optionColorPending: string;
|
|
27800
28084
|
optionColorActive: string;
|
|
28085
|
+
optionColorActivePending: string;
|
|
27801
28086
|
actionTextColor: string;
|
|
27802
28087
|
loadingColor: string;
|
|
27803
28088
|
height: string;
|
|
@@ -27923,6 +28208,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
27923
28208
|
optionCheckColor: string;
|
|
27924
28209
|
optionColorPending: string;
|
|
27925
28210
|
optionColorActive: string;
|
|
28211
|
+
optionColorActivePending: string;
|
|
27926
28212
|
actionTextColor: string;
|
|
27927
28213
|
loadingColor: string;
|
|
27928
28214
|
height: string;
|
|
@@ -28052,10 +28338,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28052
28338
|
opacity5: string;
|
|
28053
28339
|
dividerColor: string;
|
|
28054
28340
|
borderColor: string;
|
|
28055
|
-
|
|
28341
|
+
closeIconColor: string;
|
|
28342
|
+
closeIconColorHover: string;
|
|
28343
|
+
closeIconColorPressed: string;
|
|
28056
28344
|
closeColorHover: string;
|
|
28057
28345
|
closeColorPressed: string;
|
|
28058
|
-
closeColorDisabled: string;
|
|
28059
28346
|
clearColor: string;
|
|
28060
28347
|
clearColorHover: string;
|
|
28061
28348
|
clearColorPressed: string;
|
|
@@ -28210,6 +28497,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28210
28497
|
optionCheckColor: string;
|
|
28211
28498
|
optionColorPending: string;
|
|
28212
28499
|
optionColorActive: string;
|
|
28500
|
+
optionColorActivePending: string;
|
|
28213
28501
|
actionTextColor: string;
|
|
28214
28502
|
loadingColor: string;
|
|
28215
28503
|
height: string;
|
|
@@ -28325,10 +28613,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28325
28613
|
};
|
|
28326
28614
|
readonly remote: BooleanConstructor;
|
|
28327
28615
|
readonly loading: BooleanConstructor;
|
|
28328
|
-
readonly filter:
|
|
28329
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
28330
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
28331
|
-
};
|
|
28616
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
28332
28617
|
readonly placement: {
|
|
28333
28618
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
28334
28619
|
readonly default: "bottom-start";
|
|
@@ -28338,19 +28623,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28338
28623
|
readonly default: "trigger";
|
|
28339
28624
|
};
|
|
28340
28625
|
readonly tag: BooleanConstructor;
|
|
28341
|
-
readonly onCreate:
|
|
28342
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28343
|
-
readonly default: (label: string) => {
|
|
28344
|
-
label: string;
|
|
28345
|
-
value: string;
|
|
28346
|
-
};
|
|
28347
|
-
};
|
|
28626
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
28348
28627
|
readonly fallbackOption: {
|
|
28349
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
28350
|
-
readonly default:
|
|
28351
|
-
label: string;
|
|
28352
|
-
value: string | number;
|
|
28353
|
-
};
|
|
28628
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
28629
|
+
readonly default: undefined;
|
|
28354
28630
|
};
|
|
28355
28631
|
readonly show: {
|
|
28356
28632
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -28369,11 +28645,24 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28369
28645
|
readonly type: BooleanConstructor;
|
|
28370
28646
|
readonly default: true;
|
|
28371
28647
|
};
|
|
28648
|
+
readonly labelField: {
|
|
28649
|
+
readonly type: StringConstructor;
|
|
28650
|
+
readonly default: "label";
|
|
28651
|
+
};
|
|
28652
|
+
readonly valueField: {
|
|
28653
|
+
readonly type: StringConstructor;
|
|
28654
|
+
readonly default: "value";
|
|
28655
|
+
};
|
|
28656
|
+
readonly childrenField: {
|
|
28657
|
+
readonly type: StringConstructor;
|
|
28658
|
+
readonly default: "children";
|
|
28659
|
+
};
|
|
28372
28660
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
28373
28661
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
28374
28662
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
28375
28663
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28376
28664
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
28665
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
28377
28666
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
28378
28667
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
28379
28668
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -28391,6 +28680,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28391
28680
|
readonly default: true;
|
|
28392
28681
|
};
|
|
28393
28682
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
28683
|
+
readonly internalShowCheckmark: {
|
|
28684
|
+
readonly type: BooleanConstructor;
|
|
28685
|
+
readonly default: true;
|
|
28686
|
+
};
|
|
28394
28687
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
28395
28688
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
28396
28689
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -28486,6 +28779,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28486
28779
|
optionCheckColor: string;
|
|
28487
28780
|
optionColorPending: string;
|
|
28488
28781
|
optionColorActive: string;
|
|
28782
|
+
optionColorActivePending: string;
|
|
28489
28783
|
actionTextColor: string;
|
|
28490
28784
|
loadingColor: string;
|
|
28491
28785
|
height: string;
|
|
@@ -28611,6 +28905,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28611
28905
|
optionCheckColor: string;
|
|
28612
28906
|
optionColorPending: string;
|
|
28613
28907
|
optionColorActive: string;
|
|
28908
|
+
optionColorActivePending: string;
|
|
28614
28909
|
actionTextColor: string;
|
|
28615
28910
|
loadingColor: string;
|
|
28616
28911
|
height: string;
|
|
@@ -28736,6 +29031,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28736
29031
|
optionCheckColor: string;
|
|
28737
29032
|
optionColorPending: string;
|
|
28738
29033
|
optionColorActive: string;
|
|
29034
|
+
optionColorActivePending: string;
|
|
28739
29035
|
actionTextColor: string;
|
|
28740
29036
|
loadingColor: string;
|
|
28741
29037
|
height: string;
|
|
@@ -28769,29 +29065,31 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
28769
29065
|
}>;
|
|
28770
29066
|
}>>>;
|
|
28771
29067
|
}>>, {
|
|
28772
|
-
tag: boolean;
|
|
28773
|
-
|
|
28774
|
-
|
|
28775
|
-
|
|
28776
|
-
|
|
28777
|
-
|
|
28778
|
-
|
|
28779
|
-
|
|
28780
|
-
|
|
28781
|
-
|
|
28782
|
-
virtualScroll: boolean;
|
|
28783
|
-
|
|
28784
|
-
|
|
28785
|
-
|
|
28786
|
-
|
|
28787
|
-
|
|
28788
|
-
|
|
28789
|
-
|
|
28790
|
-
|
|
28791
|
-
|
|
28792
|
-
|
|
28793
|
-
|
|
28794
|
-
|
|
29068
|
+
readonly tag: boolean;
|
|
29069
|
+
readonly show: boolean | undefined;
|
|
29070
|
+
readonly multiple: boolean;
|
|
29071
|
+
readonly disabled: boolean | undefined;
|
|
29072
|
+
readonly to: string | boolean | HTMLElement;
|
|
29073
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
29074
|
+
readonly loading: boolean;
|
|
29075
|
+
readonly bordered: boolean | undefined;
|
|
29076
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
29077
|
+
readonly labelField: string;
|
|
29078
|
+
readonly virtualScroll: boolean;
|
|
29079
|
+
readonly valueField: string;
|
|
29080
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
29081
|
+
readonly showArrow: boolean;
|
|
29082
|
+
readonly displayDirective: "show" | "if";
|
|
29083
|
+
readonly filterable: boolean;
|
|
29084
|
+
readonly clearable: boolean;
|
|
29085
|
+
readonly internalShowCheckmark: boolean;
|
|
29086
|
+
readonly clearFilterAfterSelect: boolean;
|
|
29087
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
29088
|
+
readonly remote: boolean;
|
|
29089
|
+
readonly widthMode: string;
|
|
29090
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
29091
|
+
readonly consistentMenuWidth: boolean;
|
|
29092
|
+
readonly childrenField: string;
|
|
28795
29093
|
}>;
|
|
28796
29094
|
}, 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<{
|
|
28797
29095
|
mainForm: {
|
|
@@ -29080,6 +29378,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29080
29378
|
type: BooleanConstructor;
|
|
29081
29379
|
default: undefined;
|
|
29082
29380
|
};
|
|
29381
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29382
|
+
renderCount: import("vue").PropType<(props: {
|
|
29383
|
+
value: string;
|
|
29384
|
+
}) => import("vue").VNodeChild>;
|
|
29083
29385
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29084
29386
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29085
29387
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29108,6 +29410,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29108
29410
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29109
29411
|
showPasswordToggle: BooleanConstructor;
|
|
29110
29412
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29413
|
+
countTextColorDisabled: string;
|
|
29111
29414
|
countTextColor: string;
|
|
29112
29415
|
heightTiny: string;
|
|
29113
29416
|
heightSmall: string;
|
|
@@ -29168,6 +29471,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29168
29471
|
clearSize: string;
|
|
29169
29472
|
}, any>>;
|
|
29170
29473
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29474
|
+
countTextColorDisabled: string;
|
|
29171
29475
|
countTextColor: string;
|
|
29172
29476
|
heightTiny: string;
|
|
29173
29477
|
heightSmall: string;
|
|
@@ -29228,6 +29532,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29228
29532
|
clearSize: string;
|
|
29229
29533
|
}, any>>>;
|
|
29230
29534
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29535
|
+
countTextColorDisabled: string;
|
|
29231
29536
|
countTextColor: string;
|
|
29232
29537
|
heightTiny: string;
|
|
29233
29538
|
heightSmall: string;
|
|
@@ -29300,8 +29605,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29300
29605
|
contentRef: HTMLElement | null;
|
|
29301
29606
|
containerScrollTop: number;
|
|
29302
29607
|
syncUnifiedContainer: () => void;
|
|
29303
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
29304
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
29608
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
29609
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
29305
29610
|
sync: () => void;
|
|
29306
29611
|
handleMouseEnterWrapper: () => void;
|
|
29307
29612
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -29335,7 +29640,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29335
29640
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
29336
29641
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
29337
29642
|
handleInputBlur: (e: FocusEvent) => void;
|
|
29338
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
29643
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
29339
29644
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
29340
29645
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
29341
29646
|
handleMouseEnter: () => void;
|
|
@@ -29346,7 +29651,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29346
29651
|
handleClear: (e: MouseEvent) => void;
|
|
29347
29652
|
handlePasswordToggleClick: () => void;
|
|
29348
29653
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
29349
|
-
|
|
29654
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
29350
29655
|
handleTextAreaMirrorResize: () => void;
|
|
29351
29656
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
29352
29657
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -29390,10 +29695,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29390
29695
|
opacity5: string;
|
|
29391
29696
|
dividerColor: string;
|
|
29392
29697
|
borderColor: string;
|
|
29393
|
-
|
|
29698
|
+
closeIconColor: string;
|
|
29699
|
+
closeIconColorHover: string;
|
|
29700
|
+
closeIconColorPressed: string;
|
|
29394
29701
|
closeColorHover: string;
|
|
29395
29702
|
closeColorPressed: string;
|
|
29396
|
-
closeColorDisabled: string;
|
|
29397
29703
|
clearColor: string;
|
|
29398
29704
|
clearColorHover: string;
|
|
29399
29705
|
clearColorPressed: string;
|
|
@@ -29455,6 +29761,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29455
29761
|
name: "common";
|
|
29456
29762
|
};
|
|
29457
29763
|
self: {
|
|
29764
|
+
countTextColorDisabled: string;
|
|
29458
29765
|
countTextColor: string;
|
|
29459
29766
|
heightTiny: string;
|
|
29460
29767
|
heightSmall: string;
|
|
@@ -29522,6 +29829,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29522
29829
|
cssVars: import("vue").ComputedRef<{
|
|
29523
29830
|
'--n-bezier': string;
|
|
29524
29831
|
'--n-count-text-color': string;
|
|
29832
|
+
'--n-count-text-color-disabled': string;
|
|
29525
29833
|
'--n-color': string;
|
|
29526
29834
|
'--n-font-size': string;
|
|
29527
29835
|
'--n-border-radius': string;
|
|
@@ -29576,6 +29884,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29576
29884
|
select: () => void;
|
|
29577
29885
|
activate: () => void;
|
|
29578
29886
|
deactivate: () => void;
|
|
29887
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
29579
29888
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
29580
29889
|
bordered: {
|
|
29581
29890
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -29634,6 +29943,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29634
29943
|
type: BooleanConstructor;
|
|
29635
29944
|
default: undefined;
|
|
29636
29945
|
};
|
|
29946
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
29947
|
+
renderCount: import("vue").PropType<(props: {
|
|
29948
|
+
value: string;
|
|
29949
|
+
}) => import("vue").VNodeChild>;
|
|
29637
29950
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
29638
29951
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
29639
29952
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -29662,6 +29975,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29662
29975
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
29663
29976
|
showPasswordToggle: BooleanConstructor;
|
|
29664
29977
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
29978
|
+
countTextColorDisabled: string;
|
|
29665
29979
|
countTextColor: string;
|
|
29666
29980
|
heightTiny: string;
|
|
29667
29981
|
heightSmall: string;
|
|
@@ -29722,6 +30036,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29722
30036
|
clearSize: string;
|
|
29723
30037
|
}, any>>;
|
|
29724
30038
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30039
|
+
countTextColorDisabled: string;
|
|
29725
30040
|
countTextColor: string;
|
|
29726
30041
|
heightTiny: string;
|
|
29727
30042
|
heightSmall: string;
|
|
@@ -29782,6 +30097,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
29782
30097
|
clearSize: string;
|
|
29783
30098
|
}, any>>>;
|
|
29784
30099
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
30100
|
+
countTextColorDisabled: string;
|
|
29785
30101
|
countTextColor: string;
|
|
29786
30102
|
heightTiny: string;
|
|
29787
30103
|
heightSmall: string;
|
|
@@ -30042,9 +30358,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30042
30358
|
scrollable: BooleanConstructor;
|
|
30043
30359
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30044
30360
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30361
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30045
30362
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30046
30363
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30047
30364
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30365
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30048
30366
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30049
30367
|
internalInheritedEventHandlers: {
|
|
30050
30368
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30109,10 +30427,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30109
30427
|
opacity5: string;
|
|
30110
30428
|
dividerColor: string;
|
|
30111
30429
|
borderColor: string;
|
|
30112
|
-
|
|
30430
|
+
closeIconColor: string;
|
|
30431
|
+
closeIconColorHover: string;
|
|
30432
|
+
closeIconColorPressed: string;
|
|
30113
30433
|
closeColorHover: string;
|
|
30114
30434
|
closeColorPressed: string;
|
|
30115
|
-
closeColorDisabled: string;
|
|
30116
30435
|
clearColor: string;
|
|
30117
30436
|
clearColorHover: string;
|
|
30118
30437
|
clearColorPressed: string;
|
|
@@ -30341,9 +30660,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30341
30660
|
scrollable: BooleanConstructor;
|
|
30342
30661
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30343
30662
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30663
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
30344
30664
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
30345
30665
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30346
30666
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
30667
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
30347
30668
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
30348
30669
|
internalInheritedEventHandlers: {
|
|
30349
30670
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -30379,6 +30700,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30379
30700
|
arrowPointToCenter: boolean;
|
|
30380
30701
|
displayDirective: "show" | "if";
|
|
30381
30702
|
keepAliveOnHover: boolean;
|
|
30703
|
+
internalDeactivateImmediately: boolean;
|
|
30382
30704
|
animated: boolean;
|
|
30383
30705
|
internalTrapFocus: boolean;
|
|
30384
30706
|
defaultShow: boolean;
|
|
@@ -30710,10 +31032,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30710
31032
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
30711
31033
|
onClear: import("vue").PropType<() => void>;
|
|
30712
31034
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
30713
|
-
|
|
30714
|
-
type: BooleanConstructor;
|
|
30715
|
-
default: boolean;
|
|
30716
|
-
};
|
|
31035
|
+
timeZone: StringConstructor;
|
|
30717
31036
|
showIcon: {
|
|
30718
31037
|
type: BooleanConstructor;
|
|
30719
31038
|
default: boolean;
|
|
@@ -30739,6 +31058,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30739
31058
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
30740
31059
|
};
|
|
30741
31060
|
use12Hours: BooleanConstructor;
|
|
31061
|
+
stateful: {
|
|
31062
|
+
type: BooleanConstructor;
|
|
31063
|
+
default: boolean;
|
|
31064
|
+
};
|
|
30742
31065
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
30743
31066
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
30744
31067
|
panelColor: string;
|
|
@@ -30966,6 +31289,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
30966
31289
|
rippleDuration: string;
|
|
30967
31290
|
}, any>;
|
|
30968
31291
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31292
|
+
countTextColorDisabled: string;
|
|
30969
31293
|
countTextColor: string;
|
|
30970
31294
|
heightTiny: string;
|
|
30971
31295
|
heightSmall: string;
|
|
@@ -31252,6 +31576,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31252
31576
|
rippleDuration: string;
|
|
31253
31577
|
}, any>;
|
|
31254
31578
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31579
|
+
countTextColorDisabled: string;
|
|
31255
31580
|
countTextColor: string;
|
|
31256
31581
|
heightTiny: string;
|
|
31257
31582
|
heightSmall: string;
|
|
@@ -31538,6 +31863,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31538
31863
|
rippleDuration: string;
|
|
31539
31864
|
}, any>;
|
|
31540
31865
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
31866
|
+
countTextColorDisabled: string;
|
|
31541
31867
|
countTextColor: string;
|
|
31542
31868
|
heightTiny: string;
|
|
31543
31869
|
heightSmall: string;
|
|
@@ -31618,6 +31944,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31618
31944
|
select: () => void;
|
|
31619
31945
|
activate: () => void;
|
|
31620
31946
|
deactivate: () => void;
|
|
31947
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
31621
31948
|
} | null>;
|
|
31622
31949
|
panelInstRef: import("vue").Ref<{
|
|
31623
31950
|
$el: HTMLElement;
|
|
@@ -31627,8 +31954,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31627
31954
|
contentRef: HTMLElement | null;
|
|
31628
31955
|
containerScrollTop: number;
|
|
31629
31956
|
syncUnifiedContainer: () => void;
|
|
31630
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31631
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31957
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31958
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31632
31959
|
sync: () => void;
|
|
31633
31960
|
handleMouseEnterWrapper: () => void;
|
|
31634
31961
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31639,8 +31966,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31639
31966
|
contentRef: HTMLElement | null;
|
|
31640
31967
|
containerScrollTop: number;
|
|
31641
31968
|
syncUnifiedContainer: () => void;
|
|
31642
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31643
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31969
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31970
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31644
31971
|
sync: () => void;
|
|
31645
31972
|
handleMouseEnterWrapper: () => void;
|
|
31646
31973
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31651,8 +31978,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31651
31978
|
contentRef: HTMLElement | null;
|
|
31652
31979
|
containerScrollTop: number;
|
|
31653
31980
|
syncUnifiedContainer: () => void;
|
|
31654
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31655
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31981
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31982
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31656
31983
|
sync: () => void;
|
|
31657
31984
|
handleMouseEnterWrapper: () => void;
|
|
31658
31985
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31663,8 +31990,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31663
31990
|
contentRef: HTMLElement | null;
|
|
31664
31991
|
containerScrollTop: number;
|
|
31665
31992
|
syncUnifiedContainer: () => void;
|
|
31666
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
31667
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
31993
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
31994
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
31668
31995
|
sync: () => void;
|
|
31669
31996
|
handleMouseEnterWrapper: () => void;
|
|
31670
31997
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -31692,6 +32019,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31692
32019
|
minuteValue: import("vue").ComputedRef<number | null>;
|
|
31693
32020
|
secondValue: import("vue").ComputedRef<number | null>;
|
|
31694
32021
|
amPmValue: import("vue").ComputedRef<"am" | "pm" | null>;
|
|
32022
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
31695
32023
|
handleTimeInputFocus: (e: FocusEvent) => void;
|
|
31696
32024
|
handleTimeInputBlur: (e: FocusEvent) => void;
|
|
31697
32025
|
handleNowClick: () => void;
|
|
@@ -31708,7 +32036,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31708
32036
|
handleAmPmClick: (amPm: import("naive-ui/es/time-picker/src/interface").ItemValue) => void;
|
|
31709
32037
|
handleTimeInputClear: (e: MouseEvent) => void;
|
|
31710
32038
|
handleFocusDetectorFocus: () => void;
|
|
31711
|
-
|
|
32039
|
+
handleMenuKeydown: (e: KeyboardEvent) => void;
|
|
31712
32040
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
31713
32041
|
mergedTheme: import("vue").ComputedRef<{
|
|
31714
32042
|
common: {
|
|
@@ -31751,10 +32079,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
31751
32079
|
opacity5: string;
|
|
31752
32080
|
dividerColor: string;
|
|
31753
32081
|
borderColor: string;
|
|
31754
|
-
|
|
32082
|
+
closeIconColor: string;
|
|
32083
|
+
closeIconColorHover: string;
|
|
32084
|
+
closeIconColorPressed: string;
|
|
31755
32085
|
closeColorHover: string;
|
|
31756
32086
|
closeColorPressed: string;
|
|
31757
|
-
closeColorDisabled: string;
|
|
31758
32087
|
clearColor: string;
|
|
31759
32088
|
clearColorHover: string;
|
|
31760
32089
|
clearColorPressed: string;
|
|
@@ -32042,6 +32371,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32042
32371
|
rippleDuration: string;
|
|
32043
32372
|
}, any>;
|
|
32044
32373
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32374
|
+
countTextColorDisabled: string;
|
|
32045
32375
|
countTextColor: string;
|
|
32046
32376
|
heightTiny: string;
|
|
32047
32377
|
heightSmall: string;
|
|
@@ -32121,8 +32451,8 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32121
32451
|
};
|
|
32122
32452
|
}>;
|
|
32123
32453
|
triggerCssVars: import("vue").ComputedRef<{
|
|
32124
|
-
'--n-icon-color': string;
|
|
32125
|
-
'--n-icon-color-disabled': string;
|
|
32454
|
+
'--n-icon-color-override': string;
|
|
32455
|
+
'--n-icon-color-disabled-override': string;
|
|
32126
32456
|
'--n-bezier': string;
|
|
32127
32457
|
}> | undefined;
|
|
32128
32458
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
@@ -32189,10 +32519,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32189
32519
|
onConfirm: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never, formattedValue: never) => void>>;
|
|
32190
32520
|
onClear: import("vue").PropType<() => void>;
|
|
32191
32521
|
onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
|
|
32192
|
-
|
|
32193
|
-
type: BooleanConstructor;
|
|
32194
|
-
default: boolean;
|
|
32195
|
-
};
|
|
32522
|
+
timeZone: StringConstructor;
|
|
32196
32523
|
showIcon: {
|
|
32197
32524
|
type: BooleanConstructor;
|
|
32198
32525
|
default: boolean;
|
|
@@ -32218,6 +32545,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32218
32545
|
validator: (value: import("naive-ui/es/_utils").MaybeArray<number>) => boolean;
|
|
32219
32546
|
};
|
|
32220
32547
|
use12Hours: BooleanConstructor;
|
|
32548
|
+
stateful: {
|
|
32549
|
+
type: BooleanConstructor;
|
|
32550
|
+
default: boolean;
|
|
32551
|
+
};
|
|
32221
32552
|
onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/time-picker/src/interface").OnUpdateValue> | undefined>;
|
|
32222
32553
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TimePicker", {
|
|
32223
32554
|
panelColor: string;
|
|
@@ -32445,6 +32776,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32445
32776
|
rippleDuration: string;
|
|
32446
32777
|
}, any>;
|
|
32447
32778
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
32779
|
+
countTextColorDisabled: string;
|
|
32448
32780
|
countTextColor: string;
|
|
32449
32781
|
heightTiny: string;
|
|
32450
32782
|
heightSmall: string;
|
|
@@ -32731,6 +33063,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
32731
33063
|
rippleDuration: string;
|
|
32732
33064
|
}, any>;
|
|
32733
33065
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33066
|
+
countTextColorDisabled: string;
|
|
32734
33067
|
countTextColor: string;
|
|
32735
33068
|
heightTiny: string;
|
|
32736
33069
|
heightSmall: string;
|
|
@@ -33017,6 +33350,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33017
33350
|
rippleDuration: string;
|
|
33018
33351
|
}, any>;
|
|
33019
33352
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
33353
|
+
countTextColorDisabled: string;
|
|
33020
33354
|
countTextColor: string;
|
|
33021
33355
|
heightTiny: string;
|
|
33022
33356
|
heightSmall: string;
|
|
@@ -33436,6 +33770,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33436
33770
|
treeSelect: (key: any, vnode: any) => void;
|
|
33437
33771
|
filter: (pattern: string, option: import("../../../es/shared/types").AnyObject) => boolean;
|
|
33438
33772
|
NTreeSelect: import("vue").DefineComponent<{
|
|
33773
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33774
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33775
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
33776
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
33439
33777
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33440
33778
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
33441
33779
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -33460,11 +33798,16 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33460
33798
|
readonly type: StringConstructor;
|
|
33461
33799
|
readonly default: "children";
|
|
33462
33800
|
};
|
|
33801
|
+
readonly disabledField: {
|
|
33802
|
+
readonly type: StringConstructor;
|
|
33803
|
+
readonly default: "disabled";
|
|
33804
|
+
};
|
|
33463
33805
|
readonly defaultExpandedKeys: {
|
|
33464
33806
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33465
33807
|
readonly default: () => never[];
|
|
33466
33808
|
};
|
|
33467
33809
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
33810
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
33468
33811
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33469
33812
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
33470
33813
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -33531,6 +33874,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
33531
33874
|
readonly default: true;
|
|
33532
33875
|
};
|
|
33533
33876
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
33877
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
33534
33878
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
33535
33879
|
menuPadding: string;
|
|
33536
33880
|
menuColor: string;
|
|
@@ -34001,7 +34345,6 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34001
34345
|
syncPosition: () => void;
|
|
34002
34346
|
} | null>;
|
|
34003
34347
|
treeInstRef: import("vue").Ref<{
|
|
34004
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
34005
34348
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34006
34349
|
} | null>;
|
|
34007
34350
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
@@ -34024,6 +34367,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34024
34367
|
pendingNodeKey: import("vue").Ref<string | number | null>;
|
|
34025
34368
|
mergedCascade: import("vue").ComputedRef<boolean>;
|
|
34026
34369
|
mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
|
|
34370
|
+
selectionRenderTag: import("vue").ComputedRef<(({ option, handleClose }: {
|
|
34371
|
+
option: import("naive-ui").SelectOption;
|
|
34372
|
+
handleClose: () => void;
|
|
34373
|
+
}) => import("vue").VNodeChild) | undefined>;
|
|
34027
34374
|
handleTriggerOrMenuResize: () => void;
|
|
34028
34375
|
doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
|
|
34029
34376
|
handleMenuLeave: () => void;
|
|
@@ -34039,7 +34386,6 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34039
34386
|
handleDeleteOption: (option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | any>, selected: boolean) => import("vue").VNodeChild)>) => void;
|
|
34040
34387
|
handlePatternInput: (e: InputEvent) => void;
|
|
34041
34388
|
handleKeydown: (e: KeyboardEvent) => void;
|
|
34042
|
-
handleKeyup: (e: KeyboardEvent) => void;
|
|
34043
34389
|
handleTabOut: () => void;
|
|
34044
34390
|
handleMenuMousedown: (e: MouseEvent) => void;
|
|
34045
34391
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -34083,10 +34429,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34083
34429
|
opacity5: string;
|
|
34084
34430
|
dividerColor: string;
|
|
34085
34431
|
borderColor: string;
|
|
34086
|
-
|
|
34432
|
+
closeIconColor: string;
|
|
34433
|
+
closeIconColorHover: string;
|
|
34434
|
+
closeIconColorPressed: string;
|
|
34087
34435
|
closeColorHover: string;
|
|
34088
34436
|
closeColorPressed: string;
|
|
34089
|
-
closeColorDisabled: string;
|
|
34090
34437
|
clearColor: string;
|
|
34091
34438
|
clearColorHover: string;
|
|
34092
34439
|
clearColorPressed: string;
|
|
@@ -34389,6 +34736,10 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34389
34736
|
themeClass: import("vue").Ref<string> | undefined;
|
|
34390
34737
|
onRender: (() => void) | undefined;
|
|
34391
34738
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
34739
|
+
readonly renderLabel: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34740
|
+
readonly renderPrefix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34741
|
+
readonly renderSuffix: import("vue").PropType<import("naive-ui/es/tree-select/src/interface").TreeSelectRenderTreePart>;
|
|
34742
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").TreeSelectNodeProps>;
|
|
34392
34743
|
readonly onBlur: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34393
34744
|
readonly onFocus: import("vue").PropType<(e: FocusEvent) => void>;
|
|
34394
34745
|
readonly onLoad: import("vue").PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
|
|
@@ -34413,11 +34764,16 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34413
34764
|
readonly type: StringConstructor;
|
|
34414
34765
|
readonly default: "children";
|
|
34415
34766
|
};
|
|
34767
|
+
readonly disabledField: {
|
|
34768
|
+
readonly type: StringConstructor;
|
|
34769
|
+
readonly default: "disabled";
|
|
34770
|
+
};
|
|
34416
34771
|
readonly defaultExpandedKeys: {
|
|
34417
34772
|
readonly type: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34418
34773
|
readonly default: () => never[];
|
|
34419
34774
|
};
|
|
34420
34775
|
readonly indeterminateKeys: import("vue").PropType<import("naive-ui/es/tree/src/interface").Key[]>;
|
|
34776
|
+
readonly renderSwitcherIcon: import("vue").PropType<import("naive-ui/es/tree/src/interface").RenderSwitcherIcon>;
|
|
34421
34777
|
readonly onUpdateIndeterminateKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34422
34778
|
readonly 'onUpdate:indeterminateKeys': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
34423
34779
|
readonly onUpdateExpandedKeys: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
|
|
@@ -34484,6 +34840,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34484
34840
|
readonly default: true;
|
|
34485
34841
|
};
|
|
34486
34842
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
34843
|
+
readonly renderTag: import("vue").PropType<import("naive-ui").TreeSelectRenderTag>;
|
|
34487
34844
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
|
|
34488
34845
|
menuPadding: string;
|
|
34489
34846
|
menuColor: string;
|
|
@@ -34941,33 +35298,34 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
34941
35298
|
}>;
|
|
34942
35299
|
}>>>;
|
|
34943
35300
|
}>>, {
|
|
34944
|
-
show: boolean | undefined;
|
|
34945
|
-
separator: string;
|
|
34946
|
-
multiple: boolean;
|
|
34947
|
-
disabled: boolean | undefined;
|
|
34948
|
-
to: string | boolean | HTMLElement;
|
|
34949
|
-
options: import("naive-ui").TreeSelectOption[];
|
|
34950
|
-
loading: boolean;
|
|
34951
|
-
bordered: boolean;
|
|
34952
|
-
placement: import("vueuc").FollowerPlacement;
|
|
34953
|
-
keyField: string;
|
|
34954
|
-
|
|
34955
|
-
|
|
34956
|
-
|
|
34957
|
-
|
|
34958
|
-
|
|
34959
|
-
|
|
34960
|
-
|
|
34961
|
-
|
|
34962
|
-
|
|
34963
|
-
|
|
34964
|
-
|
|
34965
|
-
|
|
34966
|
-
|
|
34967
|
-
|
|
34968
|
-
|
|
34969
|
-
|
|
34970
|
-
|
|
35301
|
+
readonly show: boolean | undefined;
|
|
35302
|
+
readonly separator: string;
|
|
35303
|
+
readonly multiple: boolean;
|
|
35304
|
+
readonly disabled: boolean | undefined;
|
|
35305
|
+
readonly to: string | boolean | HTMLElement;
|
|
35306
|
+
readonly options: import("naive-ui").TreeSelectOption[];
|
|
35307
|
+
readonly loading: boolean;
|
|
35308
|
+
readonly bordered: boolean;
|
|
35309
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
35310
|
+
readonly keyField: string;
|
|
35311
|
+
readonly labelField: string;
|
|
35312
|
+
readonly virtualScroll: boolean;
|
|
35313
|
+
readonly checkable: boolean;
|
|
35314
|
+
readonly defaultShow: boolean;
|
|
35315
|
+
readonly filterable: boolean;
|
|
35316
|
+
readonly clearable: boolean;
|
|
35317
|
+
readonly clearFilterAfterSelect: boolean;
|
|
35318
|
+
readonly defaultValue: string | number | (string | number)[] | null;
|
|
35319
|
+
readonly consistentMenuWidth: boolean;
|
|
35320
|
+
readonly childrenField: string;
|
|
35321
|
+
readonly defaultExpandAll: boolean;
|
|
35322
|
+
readonly allowCheckingNotLoaded: boolean;
|
|
35323
|
+
readonly cascade: boolean;
|
|
35324
|
+
readonly checkStrategy: import("treemate").CheckStrategy;
|
|
35325
|
+
readonly disabledField: string;
|
|
35326
|
+
readonly leafOnly: boolean;
|
|
35327
|
+
readonly showPath: boolean;
|
|
35328
|
+
readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
|
|
34971
35329
|
}>;
|
|
34972
35330
|
}, 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<{
|
|
34973
35331
|
mainForm: {
|
|
@@ -35209,9 +35567,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35209
35567
|
scrollable: BooleanConstructor;
|
|
35210
35568
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35211
35569
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35570
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35212
35571
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35213
35572
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35214
35573
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35574
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35215
35575
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35216
35576
|
internalInheritedEventHandlers: {
|
|
35217
35577
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35276,10 +35636,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35276
35636
|
opacity5: string;
|
|
35277
35637
|
dividerColor: string;
|
|
35278
35638
|
borderColor: string;
|
|
35279
|
-
|
|
35639
|
+
closeIconColor: string;
|
|
35640
|
+
closeIconColorHover: string;
|
|
35641
|
+
closeIconColorPressed: string;
|
|
35280
35642
|
closeColorHover: string;
|
|
35281
35643
|
closeColorPressed: string;
|
|
35282
|
-
closeColorDisabled: string;
|
|
35283
35644
|
clearColor: string;
|
|
35284
35645
|
clearColorHover: string;
|
|
35285
35646
|
clearColorPressed: string;
|
|
@@ -35508,9 +35869,11 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35508
35869
|
scrollable: BooleanConstructor;
|
|
35509
35870
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35510
35871
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35872
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
35511
35873
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
35512
35874
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35513
35875
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
35876
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
35514
35877
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
35515
35878
|
internalInheritedEventHandlers: {
|
|
35516
35879
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -35546,6 +35909,7 @@ declare const FormTable: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
35546
35909
|
arrowPointToCenter: boolean;
|
|
35547
35910
|
displayDirective: "show" | "if";
|
|
35548
35911
|
keepAliveOnHover: boolean;
|
|
35912
|
+
internalDeactivateImmediately: boolean;
|
|
35549
35913
|
animated: boolean;
|
|
35550
35914
|
internalTrapFocus: boolean;
|
|
35551
35915
|
defaultShow: boolean;
|