cnhis-design-vue 3.1.6-beta.2 → 3.1.7-beta.2
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/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.mjs +18 -0
- package/es/node_modules/date-fns/esm/_lib/requiredArgs/index.mjs +7 -0
- package/es/node_modules/date-fns/esm/compareAsc/index.mjs +56 -0
- package/es/node_modules/date-fns/esm/differenceInCalendarDays/index.mjs +53 -0
- package/es/node_modules/date-fns/esm/differenceInCalendarMonths/index.mjs +39 -0
- package/es/node_modules/date-fns/esm/differenceInDays/index.mjs +90 -0
- package/es/node_modules/date-fns/esm/differenceInMonths/index.mjs +63 -0
- package/es/node_modules/date-fns/esm/endOfDay/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/endOfMonth/index.mjs +36 -0
- package/es/node_modules/date-fns/esm/isLastDayOfMonth/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/startOfDay/index.mjs +34 -0
- package/es/node_modules/date-fns/esm/toDate/index.mjs +55 -0
- package/es/packages/big-table/index2.mjs +2 -0
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +12 -14
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +1 -1
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +6 -7
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +54 -107
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/chunk-upload/index2.mjs +2 -0
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +2 -3
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +11 -12
- package/es/packages/drag-layout/index.d.ts +294 -430
- package/es/packages/drag-layout/index2.mjs +2 -0
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +92 -119
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +77 -98
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +297 -430
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +44 -45
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +4 -5
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -8
- package/es/packages/form-render/index.mjs +10 -0
- package/es/packages/form-render/index2.mjs +15 -0
- package/es/packages/form-render/src/FormRender.mjs +2 -0
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +91 -0
- package/es/packages/form-render/src/FormRender2.mjs +4 -0
- package/es/packages/form-render/src/components/cascader.d.ts +40 -0
- package/es/packages/form-render/src/components/cascader.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +108 -0
- package/es/packages/form-render/src/components/checkbox.d.ts +24 -0
- package/es/packages/form-render/src/components/checkbox.mjs +1 -0
- package/es/packages/form-render/src/components/checkbox2.mjs +42 -0
- package/es/packages/form-render/src/components/collapse.d.ts +31 -0
- package/es/packages/form-render/src/components/collapse.mjs +1 -0
- package/es/packages/form-render/src/components/collapse2.mjs +54 -0
- package/es/packages/form-render/src/components/combination.d.ts +142 -0
- package/es/packages/form-render/src/components/combination.mjs +1 -0
- package/es/packages/form-render/src/components/combination2.mjs +116 -0
- package/es/packages/form-render/src/components/date.d.ts +5033 -0
- package/es/packages/form-render/src/components/date.mjs +1 -0
- package/es/packages/form-render/src/components/date2.mjs +34 -0
- package/es/packages/form-render/src/components/formItem.d.ts +292 -0
- package/es/packages/form-render/src/components/formItem.mjs +1 -0
- package/es/packages/form-render/src/components/formItem2.mjs +22 -0
- package/es/packages/form-render/src/components/index.d.ts +15 -0
- package/es/packages/form-render/src/components/index.mjs +15 -0
- package/es/packages/form-render/src/components/index2.mjs +15 -0
- package/es/packages/form-render/src/components/input.d.ts +15 -0
- package/es/packages/form-render/src/components/input.mjs +1 -0
- package/es/packages/form-render/src/components/input2.mjs +40 -0
- package/es/packages/form-render/src/components/inputGroup.d.ts +11 -0
- package/es/packages/form-render/src/components/inputGroup.mjs +1 -0
- package/es/packages/form-render/src/components/inputGroup2.mjs +8 -0
- package/es/packages/{map/src/Map.vue.d.ts → form-render/src/components/inputNumber.d.ts} +1002 -1150
- package/es/packages/form-render/src/components/inputNumber.mjs +1 -0
- package/es/packages/form-render/src/components/inputNumber2.mjs +7 -0
- package/es/packages/form-render/src/components/labelSelect.d.ts +1 -0
- package/es/packages/form-render/src/components/labelSelect.mjs +1 -0
- package/es/packages/form-render/src/components/labelSelect2.mjs +18 -0
- package/es/packages/form-render/src/components/radio.d.ts +24 -0
- package/es/packages/form-render/src/components/radio.mjs +1 -0
- package/es/packages/form-render/src/components/radio2.mjs +44 -0
- package/es/packages/form-render/src/components/select.d.ts +29 -0
- package/es/packages/form-render/src/components/select.mjs +1 -0
- package/es/packages/form-render/src/components/select2.mjs +97 -0
- package/es/packages/form-render/src/components/slider.d.ts +347 -0
- package/es/packages/form-render/src/components/slider.mjs +1 -0
- package/es/packages/form-render/src/components/slider2.mjs +16 -0
- package/es/packages/form-render/src/components/switch.d.ts +21 -0
- package/es/packages/form-render/src/components/switch.mjs +1 -0
- package/es/packages/form-render/src/components/switch2.mjs +48 -0
- package/es/packages/form-render/src/components/textarea.d.ts +845 -0
- package/es/packages/form-render/src/components/textarea.mjs +1 -0
- package/es/packages/form-render/src/components/textarea2.mjs +11 -0
- package/es/packages/form-render/src/constants/index.d.ts +23 -0
- package/es/packages/form-render/src/constants/index.mjs +1 -0
- package/es/packages/form-render/src/constants/index2.mjs +24 -0
- package/es/packages/form-render/src/hooks/index.d.ts +9 -0
- package/es/packages/form-render/src/hooks/index.mjs +9 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.d.ts +60 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue.mjs +1 -0
- package/es/packages/form-render/src/hooks/useAsyncQueue2.mjs +138 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.d.ts +13 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding.mjs +1 -0
- package/es/packages/form-render/src/hooks/useBusinessBinding2.mjs +48 -0
- package/es/packages/form-render/src/hooks/useCommonLog.d.ts +3 -0
- package/es/packages/form-render/src/hooks/useCommonLog.mjs +1 -0
- package/es/packages/form-render/src/hooks/useCommonLog2.mjs +10 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema.d.ts +64 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +184 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFieldVisitor2.mjs +38 -0
- package/es/packages/form-render/src/hooks/useFormField.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useFormField.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormField2.mjs +9 -0
- package/es/packages/form-render/src/hooks/useFormRequest.d.ts +6 -0
- package/es/packages/form-render/src/hooks/useFormRequest.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormRequest2.mjs +12 -0
- package/es/packages/form-render/src/hooks/useFormValidator.d.ts +5 -0
- package/es/packages/form-render/src/hooks/useFormValidator.mjs +1 -0
- package/es/packages/form-render/src/hooks/useFormValidator2.mjs +48 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.d.ts +4 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize.mjs +1 -0
- package/es/packages/form-render/src/hooks/useTypeNormalize2.mjs +37 -0
- package/es/packages/form-render/src/types/fieldItem.d.ts +44 -0
- package/es/packages/form-render/src/types/fieldItem.mjs +1 -0
- package/es/packages/form-render/src/types/index.d.ts +26 -0
- package/es/packages/form-render/src/types/index.mjs +1 -0
- package/es/packages/form-render/src/utils/index.d.ts +10 -0
- package/es/packages/form-render/src/utils/index.mjs +1 -0
- package/es/packages/form-render/src/utils/index2.mjs +59 -0
- package/es/packages/form-render/style/index.css +80 -0
- package/es/packages/form-render/style/index.less +116 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/grid/index2.mjs +2 -0
- package/es/packages/index.css +81 -1
- package/es/packages/index.d.ts +5 -2
- package/es/packages/index.less +118 -1
- package/es/packages/index.mjs +10 -0
- package/es/packages/index2.mjs +7 -7
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/info-header/style/index.css +1 -1
- package/es/packages/info-header/style/index.less +1 -1
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +5 -6
- package/es/packages/scale-view/index2.mjs +2 -0
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +14 -12
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +1 -2
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +3 -4
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/scale-view/src/components/ScaleScore2.mjs +1 -1
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -6
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +96 -303
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +4 -5
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +19 -17
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +68 -236
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +2 -3
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +23 -24
- package/es/packages/time-line/index.d.ts +28 -47
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -47
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -6
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +0 -1
- package/es/src/utils/anime.d.ts +35 -0
- package/es/src/utils/anime.mjs +1 -0
- package/es/src/utils/anime2.mjs +126 -0
- package/es/src/utils/utilExpand.d.ts +1 -0
- package/es/src/utils/utilExpand.mjs +1 -0
- package/es/src/utils/utilExpand2.mjs +714 -0
- package/es/src/utils/vexutils2.mjs +2 -708
- package/md-plugin.ts +201 -0
- package/package.json +126 -119
- package/uno.config.ts +22 -0
- package/es/packages/big-table/index.d.ts +0 -2047
- package/es/packages/big-table/src/BigTable.vue.d.ts +0 -2046
- package/es/packages/big-table/src/components/NoData.vue.d.ts +0 -51
- package/es/packages/bpmn-workflow/index.d.ts +0 -74
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +0 -77
- package/es/packages/button-print/index.d.ts +0 -7378
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +0 -7377
- package/es/packages/chunk-upload/index.d.ts +0 -1748
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +0 -1905
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +0 -1749
- package/es/packages/field-set/index.d.ts +0 -5284
- package/es/packages/field-set/src/FieldSet.vue.d.ts +0 -2602
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2599
- package/es/packages/form-table/index.d.ts +0 -35928
- package/es/packages/form-table/src/FormTable.vue.d.ts +0 -35928
- package/es/packages/form-table/src/components/index.d.ts +0 -35687
- package/es/packages/form-table/src/components/table-age.vue.d.ts +0 -4308
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +0 -5287
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +0 -2919
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +0 -1627
- package/es/packages/form-table/src/components/table-input.vue.d.ts +0 -1584
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +0 -5230
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +0 -1785
- package/es/packages/form-table/src/components/table-search.vue.d.ts +0 -3111
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +0 -1567
- package/es/packages/form-table/src/components/table-select.vue.d.ts +0 -1566
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +0 -1643
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +0 -2674
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +0 -1881
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +0 -546
- package/es/packages/info-header/index.d.ts +0 -1846
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +0 -363
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +0 -1847
- package/es/packages/map/index.d.ts +0 -2315
- package/es/packages/scale-view/index.d.ts +0 -4297
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +0 -4141
- package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +0 -72
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +0 -150
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +0 -1503
- package/es/packages/scale-view/src/components/NoData.vue.d.ts +0 -51
- package/es/packages/scale-view/src/hooks/use-component.d.ts +0 -2673
- package/es/packages/select-label/index.d.ts +0 -12120
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +0 -7546
- package/es/packages/select-person/index.d.ts +0 -3502
- package/es/packages/select-person/src/SearchTree.vue.d.ts +0 -344
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +0 -3505
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +0 -1446
|
@@ -1,1567 +0,0 @@
|
|
|
1
|
-
import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
|
|
2
|
-
import { PropType } from 'vue';
|
|
3
|
-
import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
|
|
4
|
-
declare const _default: import("vue").DefineComponent<{
|
|
5
|
-
mainForm: {
|
|
6
|
-
type: PropObject;
|
|
7
|
-
default: () => {};
|
|
8
|
-
};
|
|
9
|
-
userInfo: {
|
|
10
|
-
type: PropObject;
|
|
11
|
-
default: () => {};
|
|
12
|
-
};
|
|
13
|
-
styleSetting: {
|
|
14
|
-
type: PropObject;
|
|
15
|
-
default: () => {};
|
|
16
|
-
};
|
|
17
|
-
defaultValue: {
|
|
18
|
-
type: PropObject;
|
|
19
|
-
default: () => {};
|
|
20
|
-
};
|
|
21
|
-
dbParams: {
|
|
22
|
-
type: PropType<AnyObject>;
|
|
23
|
-
};
|
|
24
|
-
row: {
|
|
25
|
-
type: PropObject;
|
|
26
|
-
default: () => {};
|
|
27
|
-
};
|
|
28
|
-
item: {
|
|
29
|
-
type: PropObject;
|
|
30
|
-
default: () => {
|
|
31
|
-
_own: {};
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
defaultFieldList: {
|
|
35
|
-
type: PropType<any[]>;
|
|
36
|
-
default: () => never[];
|
|
37
|
-
};
|
|
38
|
-
cacheUniqueKey: {
|
|
39
|
-
type: PropObject;
|
|
40
|
-
default: () => {
|
|
41
|
-
_own: {};
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
params_formId: (NumberConstructor | StringConstructor)[];
|
|
45
|
-
formType: {
|
|
46
|
-
type: PropObject;
|
|
47
|
-
default: () => {
|
|
48
|
-
_own: {};
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
isDetail: {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
};
|
|
55
|
-
handleFormTableValue: PropType<Func<any[], any>>;
|
|
56
|
-
}, {
|
|
57
|
-
$message: import("naive-ui").MessageApi;
|
|
58
|
-
props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
|
|
59
|
-
mainForm: {
|
|
60
|
-
type: PropObject;
|
|
61
|
-
default: () => {};
|
|
62
|
-
};
|
|
63
|
-
userInfo: {
|
|
64
|
-
type: PropObject;
|
|
65
|
-
default: () => {};
|
|
66
|
-
};
|
|
67
|
-
styleSetting: {
|
|
68
|
-
type: PropObject;
|
|
69
|
-
default: () => {};
|
|
70
|
-
};
|
|
71
|
-
defaultValue: {
|
|
72
|
-
type: PropObject;
|
|
73
|
-
default: () => {};
|
|
74
|
-
};
|
|
75
|
-
dbParams: {
|
|
76
|
-
type: PropType<AnyObject>;
|
|
77
|
-
};
|
|
78
|
-
row: {
|
|
79
|
-
type: PropObject;
|
|
80
|
-
default: () => {};
|
|
81
|
-
};
|
|
82
|
-
item: {
|
|
83
|
-
type: PropObject;
|
|
84
|
-
default: () => {
|
|
85
|
-
_own: {};
|
|
86
|
-
};
|
|
87
|
-
};
|
|
88
|
-
defaultFieldList: {
|
|
89
|
-
type: PropType<any[]>;
|
|
90
|
-
default: () => never[];
|
|
91
|
-
};
|
|
92
|
-
cacheUniqueKey: {
|
|
93
|
-
type: PropObject;
|
|
94
|
-
default: () => {
|
|
95
|
-
_own: {};
|
|
96
|
-
};
|
|
97
|
-
};
|
|
98
|
-
params_formId: (NumberConstructor | StringConstructor)[];
|
|
99
|
-
formType: {
|
|
100
|
-
type: PropObject;
|
|
101
|
-
default: () => {
|
|
102
|
-
_own: {};
|
|
103
|
-
};
|
|
104
|
-
};
|
|
105
|
-
isDetail: {
|
|
106
|
-
type: BooleanConstructor;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
|
-
handleFormTableValue: PropType<Func<any[], any>>;
|
|
110
|
-
}>> & {
|
|
111
|
-
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
112
|
-
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
113
|
-
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
114
|
-
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
115
|
-
}>>;
|
|
116
|
-
emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
|
|
117
|
-
$t: () => void;
|
|
118
|
-
formTable: AnyObject;
|
|
119
|
-
hasErr: import("vue").ComputedRef<any>;
|
|
120
|
-
handleGetJsonStr: (str: string | AnyObject) => AnyObject;
|
|
121
|
-
handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
|
|
122
|
-
handleGetUniqueKey: (id: string) => any;
|
|
123
|
-
handleSysParams: (str: string) => string;
|
|
124
|
-
defaultInit: () => void;
|
|
125
|
-
handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
|
|
126
|
-
handleFormParams: (str: string) => string;
|
|
127
|
-
radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
|
|
128
|
-
handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
|
|
129
|
-
handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
|
|
130
|
-
changeAgeSelect: (val: string, item: AnyObject) => void;
|
|
131
|
-
handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
|
|
132
|
-
getInputCheck: (validate?: string | undefined) => {
|
|
133
|
-
pattern: RegExp;
|
|
134
|
-
message: string;
|
|
135
|
-
} | undefined;
|
|
136
|
-
getCustomRegular: (item: AnyObject) => {
|
|
137
|
-
pattern: RegExp;
|
|
138
|
-
message: any;
|
|
139
|
-
} | null;
|
|
140
|
-
checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
141
|
-
checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
142
|
-
checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
143
|
-
checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
144
|
-
checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
145
|
-
checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
146
|
-
checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
147
|
-
checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
|
|
148
|
-
handleDateClearBtn: (v: any, item: AnyObject) => void;
|
|
149
|
-
handleStartDateEndDate: (item: AnyObject) => void;
|
|
150
|
-
showTimePanel: (item: AnyObject) => boolean;
|
|
151
|
-
momentLib: (date_format: string) => any;
|
|
152
|
-
judgeTimeBoundary: (time: any, item: AnyObject) => void;
|
|
153
|
-
setTimeValue: (time: any, item: AnyObject) => void;
|
|
154
|
-
judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
|
|
155
|
-
isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
|
|
156
|
-
setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
|
|
157
|
-
handleDefaultRimeRange: (time: any, item: AnyObject) => void;
|
|
158
|
-
judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
|
|
159
|
-
handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
|
|
160
|
-
changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
|
|
161
|
-
setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
|
|
162
|
-
open: import("vue").Ref<boolean>;
|
|
163
|
-
showCom: import("vue").ComputedRef<any>;
|
|
164
|
-
filterOption: (inputValue: string, option: AnyObject) => boolean | undefined;
|
|
165
|
-
NSelect: import("vue").DefineComponent<{
|
|
166
|
-
readonly to: {
|
|
167
|
-
type: PropType<string | boolean | HTMLElement>;
|
|
168
|
-
default: undefined;
|
|
169
|
-
};
|
|
170
|
-
readonly bordered: {
|
|
171
|
-
readonly type: PropType<boolean | undefined>;
|
|
172
|
-
readonly default: undefined;
|
|
173
|
-
};
|
|
174
|
-
readonly clearable: BooleanConstructor;
|
|
175
|
-
readonly clearFilterAfterSelect: {
|
|
176
|
-
readonly type: BooleanConstructor;
|
|
177
|
-
readonly default: true;
|
|
178
|
-
};
|
|
179
|
-
readonly options: {
|
|
180
|
-
readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
181
|
-
readonly default: () => never[];
|
|
182
|
-
};
|
|
183
|
-
readonly defaultValue: {
|
|
184
|
-
readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
|
|
185
|
-
readonly default: null;
|
|
186
|
-
};
|
|
187
|
-
readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
|
|
188
|
-
readonly placeholder: StringConstructor;
|
|
189
|
-
readonly menuProps: PropType<import("vue").HTMLAttributes>;
|
|
190
|
-
readonly multiple: BooleanConstructor;
|
|
191
|
-
readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
|
|
192
|
-
readonly filterable: BooleanConstructor;
|
|
193
|
-
readonly disabled: {
|
|
194
|
-
readonly type: PropType<boolean | undefined>;
|
|
195
|
-
readonly default: undefined;
|
|
196
|
-
};
|
|
197
|
-
readonly remote: BooleanConstructor;
|
|
198
|
-
readonly loading: BooleanConstructor;
|
|
199
|
-
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
200
|
-
readonly placement: {
|
|
201
|
-
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
202
|
-
readonly default: "bottom-start";
|
|
203
|
-
};
|
|
204
|
-
readonly widthMode: {
|
|
205
|
-
readonly type: StringConstructor;
|
|
206
|
-
readonly default: "trigger";
|
|
207
|
-
};
|
|
208
|
-
readonly tag: BooleanConstructor;
|
|
209
|
-
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
210
|
-
readonly fallbackOption: {
|
|
211
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
212
|
-
readonly default: undefined;
|
|
213
|
-
};
|
|
214
|
-
readonly show: {
|
|
215
|
-
readonly type: PropType<boolean | undefined>;
|
|
216
|
-
readonly default: undefined;
|
|
217
|
-
};
|
|
218
|
-
readonly showArrow: {
|
|
219
|
-
readonly type: BooleanConstructor;
|
|
220
|
-
readonly default: true;
|
|
221
|
-
};
|
|
222
|
-
readonly maxTagCount: PropType<number | "responsive">;
|
|
223
|
-
readonly consistentMenuWidth: {
|
|
224
|
-
readonly type: BooleanConstructor;
|
|
225
|
-
readonly default: true;
|
|
226
|
-
};
|
|
227
|
-
readonly virtualScroll: {
|
|
228
|
-
readonly type: BooleanConstructor;
|
|
229
|
-
readonly default: true;
|
|
230
|
-
};
|
|
231
|
-
readonly labelField: {
|
|
232
|
-
readonly type: StringConstructor;
|
|
233
|
-
readonly default: "label";
|
|
234
|
-
};
|
|
235
|
-
readonly valueField: {
|
|
236
|
-
readonly type: StringConstructor;
|
|
237
|
-
readonly default: "value";
|
|
238
|
-
};
|
|
239
|
-
readonly childrenField: {
|
|
240
|
-
readonly type: StringConstructor;
|
|
241
|
-
readonly default: "children";
|
|
242
|
-
};
|
|
243
|
-
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
244
|
-
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
245
|
-
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
246
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
247
|
-
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
248
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
249
|
-
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
250
|
-
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
251
|
-
readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
252
|
-
readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
|
|
253
|
-
readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
|
|
254
|
-
readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
255
|
-
readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
256
|
-
readonly displayDirective: {
|
|
257
|
-
readonly type: PropType<"show" | "if">;
|
|
258
|
-
readonly default: "show";
|
|
259
|
-
};
|
|
260
|
-
readonly resetMenuOnOptionsChange: {
|
|
261
|
-
readonly type: BooleanConstructor;
|
|
262
|
-
readonly default: true;
|
|
263
|
-
};
|
|
264
|
-
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
265
|
-
readonly internalShowCheckmark: {
|
|
266
|
-
readonly type: BooleanConstructor;
|
|
267
|
-
readonly default: true;
|
|
268
|
-
};
|
|
269
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
270
|
-
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
271
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
272
|
-
menuBoxShadow: string;
|
|
273
|
-
}, {
|
|
274
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
275
|
-
fontSizeTiny: string;
|
|
276
|
-
fontSizeSmall: string;
|
|
277
|
-
fontSizeMedium: string;
|
|
278
|
-
fontSizeLarge: string;
|
|
279
|
-
heightTiny: string;
|
|
280
|
-
heightSmall: string;
|
|
281
|
-
heightMedium: string;
|
|
282
|
-
heightLarge: string;
|
|
283
|
-
borderRadius: string;
|
|
284
|
-
textColor: string;
|
|
285
|
-
textColorDisabled: string;
|
|
286
|
-
placeholderColor: string;
|
|
287
|
-
placeholderColorDisabled: string;
|
|
288
|
-
color: string;
|
|
289
|
-
colorDisabled: string;
|
|
290
|
-
colorActive: string;
|
|
291
|
-
border: string;
|
|
292
|
-
borderHover: string;
|
|
293
|
-
borderActive: string;
|
|
294
|
-
borderFocus: string;
|
|
295
|
-
boxShadowHover: string;
|
|
296
|
-
boxShadowActive: string;
|
|
297
|
-
boxShadowFocus: string;
|
|
298
|
-
caretColor: string;
|
|
299
|
-
arrowColor: string;
|
|
300
|
-
arrowColorDisabled: string;
|
|
301
|
-
loadingColor: string;
|
|
302
|
-
borderWarning: string;
|
|
303
|
-
borderHoverWarning: string;
|
|
304
|
-
borderActiveWarning: string;
|
|
305
|
-
borderFocusWarning: string;
|
|
306
|
-
boxShadowHoverWarning: string;
|
|
307
|
-
boxShadowActiveWarning: string;
|
|
308
|
-
boxShadowFocusWarning: string;
|
|
309
|
-
colorActiveWarning: string;
|
|
310
|
-
caretColorWarning: string;
|
|
311
|
-
borderError: string;
|
|
312
|
-
borderHoverError: string;
|
|
313
|
-
borderActiveError: string;
|
|
314
|
-
borderFocusError: string;
|
|
315
|
-
boxShadowHoverError: string;
|
|
316
|
-
boxShadowActiveError: string;
|
|
317
|
-
boxShadowFocusError: string;
|
|
318
|
-
colorActiveError: string;
|
|
319
|
-
caretColorError: string;
|
|
320
|
-
clearColor: string;
|
|
321
|
-
clearColorHover: string;
|
|
322
|
-
clearColorPressed: string;
|
|
323
|
-
paddingSingle: string;
|
|
324
|
-
paddingMultiple: string;
|
|
325
|
-
clearSize: string;
|
|
326
|
-
arrowSize: string;
|
|
327
|
-
}, {
|
|
328
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
329
|
-
fontSize: string;
|
|
330
|
-
borderRadius: string;
|
|
331
|
-
color: string;
|
|
332
|
-
dividerColor: string;
|
|
333
|
-
textColor: string;
|
|
334
|
-
boxShadow: string;
|
|
335
|
-
space: string;
|
|
336
|
-
spaceArrow: string;
|
|
337
|
-
arrowOffset: string;
|
|
338
|
-
arrowOffsetVertical: string;
|
|
339
|
-
arrowHeight: string;
|
|
340
|
-
padding: string;
|
|
341
|
-
}, any>;
|
|
342
|
-
}>;
|
|
343
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
344
|
-
optionFontSizeSmall: string;
|
|
345
|
-
optionFontSizeMedium: string;
|
|
346
|
-
optionFontSizeLarge: string;
|
|
347
|
-
optionFontSizeHuge: string;
|
|
348
|
-
optionHeightSmall: string;
|
|
349
|
-
optionHeightMedium: string;
|
|
350
|
-
optionHeightLarge: string;
|
|
351
|
-
optionHeightHuge: string;
|
|
352
|
-
borderRadius: string;
|
|
353
|
-
color: string;
|
|
354
|
-
groupHeaderTextColor: string;
|
|
355
|
-
actionDividerColor: string;
|
|
356
|
-
optionTextColor: string;
|
|
357
|
-
optionTextColorPressed: string;
|
|
358
|
-
optionTextColorDisabled: string;
|
|
359
|
-
optionTextColorActive: string;
|
|
360
|
-
optionOpacityDisabled: string;
|
|
361
|
-
optionCheckColor: string;
|
|
362
|
-
optionColorPending: string;
|
|
363
|
-
optionColorActive: string;
|
|
364
|
-
optionColorActivePending: string;
|
|
365
|
-
actionTextColor: string;
|
|
366
|
-
loadingColor: string;
|
|
367
|
-
height: string;
|
|
368
|
-
paddingSmall: string;
|
|
369
|
-
paddingMedium: string;
|
|
370
|
-
paddingLarge: string;
|
|
371
|
-
paddingHuge: string;
|
|
372
|
-
optionPaddingSmall: string;
|
|
373
|
-
optionPaddingMedium: string;
|
|
374
|
-
optionPaddingLarge: string;
|
|
375
|
-
optionPaddingHuge: string;
|
|
376
|
-
loadingSize: string;
|
|
377
|
-
}, {
|
|
378
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
379
|
-
color: string;
|
|
380
|
-
colorHover: string;
|
|
381
|
-
}, any>;
|
|
382
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
383
|
-
fontSizeSmall: string;
|
|
384
|
-
fontSizeMedium: string;
|
|
385
|
-
fontSizeLarge: string;
|
|
386
|
-
fontSizeHuge: string;
|
|
387
|
-
textColor: string;
|
|
388
|
-
iconColor: string;
|
|
389
|
-
extraTextColor: string;
|
|
390
|
-
iconSizeSmall: string;
|
|
391
|
-
iconSizeMedium: string;
|
|
392
|
-
iconSizeLarge: string;
|
|
393
|
-
iconSizeHuge: string;
|
|
394
|
-
}, any>;
|
|
395
|
-
}>;
|
|
396
|
-
}>>;
|
|
397
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
398
|
-
menuBoxShadow: string;
|
|
399
|
-
}, {
|
|
400
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
401
|
-
fontSizeTiny: string;
|
|
402
|
-
fontSizeSmall: string;
|
|
403
|
-
fontSizeMedium: string;
|
|
404
|
-
fontSizeLarge: string;
|
|
405
|
-
heightTiny: string;
|
|
406
|
-
heightSmall: string;
|
|
407
|
-
heightMedium: string;
|
|
408
|
-
heightLarge: string;
|
|
409
|
-
borderRadius: string;
|
|
410
|
-
textColor: string;
|
|
411
|
-
textColorDisabled: string;
|
|
412
|
-
placeholderColor: string;
|
|
413
|
-
placeholderColorDisabled: string;
|
|
414
|
-
color: string;
|
|
415
|
-
colorDisabled: string;
|
|
416
|
-
colorActive: string;
|
|
417
|
-
border: string;
|
|
418
|
-
borderHover: string;
|
|
419
|
-
borderActive: string;
|
|
420
|
-
borderFocus: string;
|
|
421
|
-
boxShadowHover: string;
|
|
422
|
-
boxShadowActive: string;
|
|
423
|
-
boxShadowFocus: string;
|
|
424
|
-
caretColor: string;
|
|
425
|
-
arrowColor: string;
|
|
426
|
-
arrowColorDisabled: string;
|
|
427
|
-
loadingColor: string;
|
|
428
|
-
borderWarning: string;
|
|
429
|
-
borderHoverWarning: string;
|
|
430
|
-
borderActiveWarning: string;
|
|
431
|
-
borderFocusWarning: string;
|
|
432
|
-
boxShadowHoverWarning: string;
|
|
433
|
-
boxShadowActiveWarning: string;
|
|
434
|
-
boxShadowFocusWarning: string;
|
|
435
|
-
colorActiveWarning: string;
|
|
436
|
-
caretColorWarning: string;
|
|
437
|
-
borderError: string;
|
|
438
|
-
borderHoverError: string;
|
|
439
|
-
borderActiveError: string;
|
|
440
|
-
borderFocusError: string;
|
|
441
|
-
boxShadowHoverError: string;
|
|
442
|
-
boxShadowActiveError: string;
|
|
443
|
-
boxShadowFocusError: string;
|
|
444
|
-
colorActiveError: string;
|
|
445
|
-
caretColorError: string;
|
|
446
|
-
clearColor: string;
|
|
447
|
-
clearColorHover: string;
|
|
448
|
-
clearColorPressed: string;
|
|
449
|
-
paddingSingle: string;
|
|
450
|
-
paddingMultiple: string;
|
|
451
|
-
clearSize: string;
|
|
452
|
-
arrowSize: string;
|
|
453
|
-
}, {
|
|
454
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
455
|
-
fontSize: string;
|
|
456
|
-
borderRadius: string;
|
|
457
|
-
color: string;
|
|
458
|
-
dividerColor: string;
|
|
459
|
-
textColor: string;
|
|
460
|
-
boxShadow: string;
|
|
461
|
-
space: string;
|
|
462
|
-
spaceArrow: string;
|
|
463
|
-
arrowOffset: string;
|
|
464
|
-
arrowOffsetVertical: string;
|
|
465
|
-
arrowHeight: string;
|
|
466
|
-
padding: string;
|
|
467
|
-
}, any>;
|
|
468
|
-
}>;
|
|
469
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
470
|
-
optionFontSizeSmall: string;
|
|
471
|
-
optionFontSizeMedium: string;
|
|
472
|
-
optionFontSizeLarge: string;
|
|
473
|
-
optionFontSizeHuge: string;
|
|
474
|
-
optionHeightSmall: string;
|
|
475
|
-
optionHeightMedium: string;
|
|
476
|
-
optionHeightLarge: string;
|
|
477
|
-
optionHeightHuge: string;
|
|
478
|
-
borderRadius: string;
|
|
479
|
-
color: string;
|
|
480
|
-
groupHeaderTextColor: string;
|
|
481
|
-
actionDividerColor: string;
|
|
482
|
-
optionTextColor: string;
|
|
483
|
-
optionTextColorPressed: string;
|
|
484
|
-
optionTextColorDisabled: string;
|
|
485
|
-
optionTextColorActive: string;
|
|
486
|
-
optionOpacityDisabled: string;
|
|
487
|
-
optionCheckColor: string;
|
|
488
|
-
optionColorPending: string;
|
|
489
|
-
optionColorActive: string;
|
|
490
|
-
optionColorActivePending: string;
|
|
491
|
-
actionTextColor: string;
|
|
492
|
-
loadingColor: string;
|
|
493
|
-
height: string;
|
|
494
|
-
paddingSmall: string;
|
|
495
|
-
paddingMedium: string;
|
|
496
|
-
paddingLarge: string;
|
|
497
|
-
paddingHuge: string;
|
|
498
|
-
optionPaddingSmall: string;
|
|
499
|
-
optionPaddingMedium: string;
|
|
500
|
-
optionPaddingLarge: string;
|
|
501
|
-
optionPaddingHuge: string;
|
|
502
|
-
loadingSize: string;
|
|
503
|
-
}, {
|
|
504
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
505
|
-
color: string;
|
|
506
|
-
colorHover: string;
|
|
507
|
-
}, any>;
|
|
508
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
509
|
-
fontSizeSmall: string;
|
|
510
|
-
fontSizeMedium: string;
|
|
511
|
-
fontSizeLarge: string;
|
|
512
|
-
fontSizeHuge: string;
|
|
513
|
-
textColor: string;
|
|
514
|
-
iconColor: string;
|
|
515
|
-
extraTextColor: string;
|
|
516
|
-
iconSizeSmall: string;
|
|
517
|
-
iconSizeMedium: string;
|
|
518
|
-
iconSizeLarge: string;
|
|
519
|
-
iconSizeHuge: string;
|
|
520
|
-
}, any>;
|
|
521
|
-
}>;
|
|
522
|
-
}>>>;
|
|
523
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
524
|
-
menuBoxShadow: string;
|
|
525
|
-
}, {
|
|
526
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
527
|
-
fontSizeTiny: string;
|
|
528
|
-
fontSizeSmall: string;
|
|
529
|
-
fontSizeMedium: string;
|
|
530
|
-
fontSizeLarge: string;
|
|
531
|
-
heightTiny: string;
|
|
532
|
-
heightSmall: string;
|
|
533
|
-
heightMedium: string;
|
|
534
|
-
heightLarge: string;
|
|
535
|
-
borderRadius: string;
|
|
536
|
-
textColor: string;
|
|
537
|
-
textColorDisabled: string;
|
|
538
|
-
placeholderColor: string;
|
|
539
|
-
placeholderColorDisabled: string;
|
|
540
|
-
color: string;
|
|
541
|
-
colorDisabled: string;
|
|
542
|
-
colorActive: string;
|
|
543
|
-
border: string;
|
|
544
|
-
borderHover: string;
|
|
545
|
-
borderActive: string;
|
|
546
|
-
borderFocus: string;
|
|
547
|
-
boxShadowHover: string;
|
|
548
|
-
boxShadowActive: string;
|
|
549
|
-
boxShadowFocus: string;
|
|
550
|
-
caretColor: string;
|
|
551
|
-
arrowColor: string;
|
|
552
|
-
arrowColorDisabled: string;
|
|
553
|
-
loadingColor: string;
|
|
554
|
-
borderWarning: string;
|
|
555
|
-
borderHoverWarning: string;
|
|
556
|
-
borderActiveWarning: string;
|
|
557
|
-
borderFocusWarning: string;
|
|
558
|
-
boxShadowHoverWarning: string;
|
|
559
|
-
boxShadowActiveWarning: string;
|
|
560
|
-
boxShadowFocusWarning: string;
|
|
561
|
-
colorActiveWarning: string;
|
|
562
|
-
caretColorWarning: string;
|
|
563
|
-
borderError: string;
|
|
564
|
-
borderHoverError: string;
|
|
565
|
-
borderActiveError: string;
|
|
566
|
-
borderFocusError: string;
|
|
567
|
-
boxShadowHoverError: string;
|
|
568
|
-
boxShadowActiveError: string;
|
|
569
|
-
boxShadowFocusError: string;
|
|
570
|
-
colorActiveError: string;
|
|
571
|
-
caretColorError: string;
|
|
572
|
-
clearColor: string;
|
|
573
|
-
clearColorHover: string;
|
|
574
|
-
clearColorPressed: string;
|
|
575
|
-
paddingSingle: string;
|
|
576
|
-
paddingMultiple: string;
|
|
577
|
-
clearSize: string;
|
|
578
|
-
arrowSize: string;
|
|
579
|
-
}, {
|
|
580
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
581
|
-
fontSize: string;
|
|
582
|
-
borderRadius: string;
|
|
583
|
-
color: string;
|
|
584
|
-
dividerColor: string;
|
|
585
|
-
textColor: string;
|
|
586
|
-
boxShadow: string;
|
|
587
|
-
space: string;
|
|
588
|
-
spaceArrow: string;
|
|
589
|
-
arrowOffset: string;
|
|
590
|
-
arrowOffsetVertical: string;
|
|
591
|
-
arrowHeight: string;
|
|
592
|
-
padding: string;
|
|
593
|
-
}, any>;
|
|
594
|
-
}>;
|
|
595
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
596
|
-
optionFontSizeSmall: string;
|
|
597
|
-
optionFontSizeMedium: string;
|
|
598
|
-
optionFontSizeLarge: string;
|
|
599
|
-
optionFontSizeHuge: string;
|
|
600
|
-
optionHeightSmall: string;
|
|
601
|
-
optionHeightMedium: string;
|
|
602
|
-
optionHeightLarge: string;
|
|
603
|
-
optionHeightHuge: string;
|
|
604
|
-
borderRadius: string;
|
|
605
|
-
color: string;
|
|
606
|
-
groupHeaderTextColor: string;
|
|
607
|
-
actionDividerColor: string;
|
|
608
|
-
optionTextColor: string;
|
|
609
|
-
optionTextColorPressed: string;
|
|
610
|
-
optionTextColorDisabled: string;
|
|
611
|
-
optionTextColorActive: string;
|
|
612
|
-
optionOpacityDisabled: string;
|
|
613
|
-
optionCheckColor: string;
|
|
614
|
-
optionColorPending: string;
|
|
615
|
-
optionColorActive: string;
|
|
616
|
-
optionColorActivePending: string;
|
|
617
|
-
actionTextColor: string;
|
|
618
|
-
loadingColor: string;
|
|
619
|
-
height: string;
|
|
620
|
-
paddingSmall: string;
|
|
621
|
-
paddingMedium: string;
|
|
622
|
-
paddingLarge: string;
|
|
623
|
-
paddingHuge: string;
|
|
624
|
-
optionPaddingSmall: string;
|
|
625
|
-
optionPaddingMedium: string;
|
|
626
|
-
optionPaddingLarge: string;
|
|
627
|
-
optionPaddingHuge: string;
|
|
628
|
-
loadingSize: string;
|
|
629
|
-
}, {
|
|
630
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
631
|
-
color: string;
|
|
632
|
-
colorHover: string;
|
|
633
|
-
}, any>;
|
|
634
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
635
|
-
fontSizeSmall: string;
|
|
636
|
-
fontSizeMedium: string;
|
|
637
|
-
fontSizeLarge: string;
|
|
638
|
-
fontSizeHuge: string;
|
|
639
|
-
textColor: string;
|
|
640
|
-
iconColor: string;
|
|
641
|
-
extraTextColor: string;
|
|
642
|
-
iconSizeSmall: string;
|
|
643
|
-
iconSizeMedium: string;
|
|
644
|
-
iconSizeLarge: string;
|
|
645
|
-
iconSizeHuge: string;
|
|
646
|
-
}, any>;
|
|
647
|
-
}>;
|
|
648
|
-
}>>>;
|
|
649
|
-
}, {
|
|
650
|
-
mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
|
|
651
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
652
|
-
mergedBordered: import("vue").ComputedRef<boolean>;
|
|
653
|
-
namespace: import("vue").ComputedRef<string | undefined>;
|
|
654
|
-
treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
|
|
655
|
-
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
656
|
-
triggerRef: import("vue").Ref<{
|
|
657
|
-
isCompositing: boolean;
|
|
658
|
-
focus: () => void;
|
|
659
|
-
focusInput: () => void;
|
|
660
|
-
blur: () => void;
|
|
661
|
-
$el: HTMLElement;
|
|
662
|
-
} | null>;
|
|
663
|
-
menuRef: import("vue").Ref<{
|
|
664
|
-
selfRef: HTMLElement | null;
|
|
665
|
-
getPendingTmNode: () => import("treemate").TreeNode<import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>, import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, string | ((option: import("naive-ui/es/select/src/interface").SelectBaseOption<string | number, any>, selected: boolean) => import("vue").VNodeChild)>> | null;
|
|
666
|
-
prev: () => void;
|
|
667
|
-
next: () => void;
|
|
668
|
-
} | null>;
|
|
669
|
-
pattern: import("vue").Ref<string>;
|
|
670
|
-
uncontrolledShow: import("vue").Ref<boolean>;
|
|
671
|
-
mergedShow: import("vue").ComputedRef<boolean>;
|
|
672
|
-
adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
|
|
673
|
-
uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
|
|
674
|
-
mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
|
|
675
|
-
followerRef: import("vue").Ref<{
|
|
676
|
-
syncPosition: () => void;
|
|
677
|
-
} | null>;
|
|
678
|
-
localizedPlaceholder: import("vue").ComputedRef<string>;
|
|
679
|
-
selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
|
|
680
|
-
selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
|
|
681
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
|
|
682
|
-
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
683
|
-
focused: import("vue").Ref<boolean>;
|
|
684
|
-
activeWithoutMenuOpen: import("vue").Ref<boolean>;
|
|
685
|
-
inlineThemeDisabled: boolean | undefined;
|
|
686
|
-
onTriggerInputFocus: () => void;
|
|
687
|
-
onTriggerInputBlur: () => void;
|
|
688
|
-
handleTriggerOrMenuResize: () => void;
|
|
689
|
-
handleMenuFocus: (e: FocusEvent) => void;
|
|
690
|
-
handleMenuBlur: (e: FocusEvent) => void;
|
|
691
|
-
handleMenuTabOut: () => void;
|
|
692
|
-
handleTriggerClick: () => void;
|
|
693
|
-
handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
|
|
694
|
-
handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
|
|
695
|
-
handlePatternInput: (e: InputEvent) => void;
|
|
696
|
-
handleClear: (e: MouseEvent) => void;
|
|
697
|
-
handleTriggerBlur: (e: FocusEvent) => void;
|
|
698
|
-
handleTriggerFocus: (e: FocusEvent) => void;
|
|
699
|
-
handleKeydown: (e: KeyboardEvent) => void;
|
|
700
|
-
handleMenuAfterLeave: () => void;
|
|
701
|
-
handleMenuClickOutside: (e: MouseEvent) => void;
|
|
702
|
-
handleMenuScroll: (e: Event) => void;
|
|
703
|
-
handleMenuKeydown: (e: KeyboardEvent) => void;
|
|
704
|
-
handleMenuMousedown: (e: MouseEvent) => void;
|
|
705
|
-
mergedTheme: import("vue").ComputedRef<{
|
|
706
|
-
common: {
|
|
707
|
-
baseColor: string;
|
|
708
|
-
primaryColor: string;
|
|
709
|
-
primaryColorHover: string;
|
|
710
|
-
primaryColorPressed: string;
|
|
711
|
-
primaryColorSuppl: string;
|
|
712
|
-
infoColor: string;
|
|
713
|
-
infoColorHover: string;
|
|
714
|
-
infoColorPressed: string;
|
|
715
|
-
infoColorSuppl: string;
|
|
716
|
-
successColor: string;
|
|
717
|
-
successColorHover: string;
|
|
718
|
-
successColorPressed: string;
|
|
719
|
-
successColorSuppl: string;
|
|
720
|
-
warningColor: string;
|
|
721
|
-
warningColorHover: string;
|
|
722
|
-
warningColorPressed: string;
|
|
723
|
-
warningColorSuppl: string;
|
|
724
|
-
errorColor: string;
|
|
725
|
-
errorColorHover: string;
|
|
726
|
-
errorColorPressed: string;
|
|
727
|
-
errorColorSuppl: string;
|
|
728
|
-
textColorBase: string;
|
|
729
|
-
textColor1: string;
|
|
730
|
-
textColor2: string;
|
|
731
|
-
textColor3: string;
|
|
732
|
-
textColorDisabled: string;
|
|
733
|
-
placeholderColor: string;
|
|
734
|
-
placeholderColorDisabled: string;
|
|
735
|
-
iconColor: string;
|
|
736
|
-
iconColorHover: string;
|
|
737
|
-
iconColorPressed: string;
|
|
738
|
-
iconColorDisabled: string;
|
|
739
|
-
opacity1: string;
|
|
740
|
-
opacity2: string;
|
|
741
|
-
opacity3: string;
|
|
742
|
-
opacity4: string;
|
|
743
|
-
opacity5: string;
|
|
744
|
-
dividerColor: string;
|
|
745
|
-
borderColor: string;
|
|
746
|
-
closeIconColor: string;
|
|
747
|
-
closeIconColorHover: string;
|
|
748
|
-
closeIconColorPressed: string;
|
|
749
|
-
closeColorHover: string;
|
|
750
|
-
closeColorPressed: string;
|
|
751
|
-
clearColor: string;
|
|
752
|
-
clearColorHover: string;
|
|
753
|
-
clearColorPressed: string;
|
|
754
|
-
scrollbarColor: string;
|
|
755
|
-
scrollbarColorHover: string;
|
|
756
|
-
scrollbarWidth: string;
|
|
757
|
-
scrollbarHeight: string;
|
|
758
|
-
scrollbarBorderRadius: string;
|
|
759
|
-
progressRailColor: string;
|
|
760
|
-
railColor: string;
|
|
761
|
-
popoverColor: string;
|
|
762
|
-
tableColor: string;
|
|
763
|
-
cardColor: string;
|
|
764
|
-
modalColor: string;
|
|
765
|
-
bodyColor: string;
|
|
766
|
-
tagColor: string;
|
|
767
|
-
avatarColor: string;
|
|
768
|
-
invertedColor: string;
|
|
769
|
-
inputColor: string;
|
|
770
|
-
codeColor: string;
|
|
771
|
-
tabColor: string;
|
|
772
|
-
actionColor: string;
|
|
773
|
-
tableHeaderColor: string;
|
|
774
|
-
hoverColor: string;
|
|
775
|
-
tableColorHover: string;
|
|
776
|
-
tableColorStriped: string;
|
|
777
|
-
pressedColor: string;
|
|
778
|
-
opacityDisabled: string;
|
|
779
|
-
inputColorDisabled: string;
|
|
780
|
-
buttonColor2: string;
|
|
781
|
-
buttonColor2Hover: string;
|
|
782
|
-
buttonColor2Pressed: string;
|
|
783
|
-
boxShadow1: string;
|
|
784
|
-
boxShadow2: string;
|
|
785
|
-
boxShadow3: string;
|
|
786
|
-
fontFamily: string;
|
|
787
|
-
fontFamilyMono: string;
|
|
788
|
-
fontWeight: string;
|
|
789
|
-
fontWeightStrong: string;
|
|
790
|
-
cubicBezierEaseInOut: string;
|
|
791
|
-
cubicBezierEaseOut: string;
|
|
792
|
-
cubicBezierEaseIn: string;
|
|
793
|
-
borderRadius: string;
|
|
794
|
-
borderRadiusSmall: string;
|
|
795
|
-
fontSize: string;
|
|
796
|
-
fontSizeMini: string;
|
|
797
|
-
fontSizeTiny: string;
|
|
798
|
-
fontSizeSmall: string;
|
|
799
|
-
fontSizeMedium: string;
|
|
800
|
-
fontSizeLarge: string;
|
|
801
|
-
fontSizeHuge: string;
|
|
802
|
-
lineHeight: string;
|
|
803
|
-
heightMini: string;
|
|
804
|
-
heightTiny: string;
|
|
805
|
-
heightSmall: string;
|
|
806
|
-
heightMedium: string;
|
|
807
|
-
heightLarge: string;
|
|
808
|
-
heightHuge: string;
|
|
809
|
-
name: "common";
|
|
810
|
-
};
|
|
811
|
-
self: {
|
|
812
|
-
menuBoxShadow: string;
|
|
813
|
-
};
|
|
814
|
-
peers: {
|
|
815
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
816
|
-
fontSizeTiny: string;
|
|
817
|
-
fontSizeSmall: string;
|
|
818
|
-
fontSizeMedium: string;
|
|
819
|
-
fontSizeLarge: string;
|
|
820
|
-
heightTiny: string;
|
|
821
|
-
heightSmall: string;
|
|
822
|
-
heightMedium: string;
|
|
823
|
-
heightLarge: string;
|
|
824
|
-
borderRadius: string;
|
|
825
|
-
textColor: string;
|
|
826
|
-
textColorDisabled: string;
|
|
827
|
-
placeholderColor: string;
|
|
828
|
-
placeholderColorDisabled: string;
|
|
829
|
-
color: string;
|
|
830
|
-
colorDisabled: string;
|
|
831
|
-
colorActive: string;
|
|
832
|
-
border: string;
|
|
833
|
-
borderHover: string;
|
|
834
|
-
borderActive: string;
|
|
835
|
-
borderFocus: string;
|
|
836
|
-
boxShadowHover: string;
|
|
837
|
-
boxShadowActive: string;
|
|
838
|
-
boxShadowFocus: string;
|
|
839
|
-
caretColor: string;
|
|
840
|
-
arrowColor: string;
|
|
841
|
-
arrowColorDisabled: string;
|
|
842
|
-
loadingColor: string;
|
|
843
|
-
borderWarning: string;
|
|
844
|
-
borderHoverWarning: string;
|
|
845
|
-
borderActiveWarning: string;
|
|
846
|
-
borderFocusWarning: string;
|
|
847
|
-
boxShadowHoverWarning: string;
|
|
848
|
-
boxShadowActiveWarning: string;
|
|
849
|
-
boxShadowFocusWarning: string;
|
|
850
|
-
colorActiveWarning: string;
|
|
851
|
-
caretColorWarning: string;
|
|
852
|
-
borderError: string;
|
|
853
|
-
borderHoverError: string;
|
|
854
|
-
borderActiveError: string;
|
|
855
|
-
borderFocusError: string;
|
|
856
|
-
boxShadowHoverError: string;
|
|
857
|
-
boxShadowActiveError: string;
|
|
858
|
-
boxShadowFocusError: string;
|
|
859
|
-
colorActiveError: string;
|
|
860
|
-
caretColorError: string;
|
|
861
|
-
clearColor: string;
|
|
862
|
-
clearColorHover: string;
|
|
863
|
-
clearColorPressed: string;
|
|
864
|
-
paddingSingle: string;
|
|
865
|
-
paddingMultiple: string;
|
|
866
|
-
clearSize: string;
|
|
867
|
-
arrowSize: string;
|
|
868
|
-
}, {
|
|
869
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
870
|
-
fontSize: string;
|
|
871
|
-
borderRadius: string;
|
|
872
|
-
color: string;
|
|
873
|
-
dividerColor: string;
|
|
874
|
-
textColor: string;
|
|
875
|
-
boxShadow: string;
|
|
876
|
-
space: string;
|
|
877
|
-
spaceArrow: string;
|
|
878
|
-
arrowOffset: string;
|
|
879
|
-
arrowOffsetVertical: string;
|
|
880
|
-
arrowHeight: string;
|
|
881
|
-
padding: string;
|
|
882
|
-
}, any>;
|
|
883
|
-
}>;
|
|
884
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
885
|
-
optionFontSizeSmall: string;
|
|
886
|
-
optionFontSizeMedium: string;
|
|
887
|
-
optionFontSizeLarge: string;
|
|
888
|
-
optionFontSizeHuge: string;
|
|
889
|
-
optionHeightSmall: string;
|
|
890
|
-
optionHeightMedium: string;
|
|
891
|
-
optionHeightLarge: string;
|
|
892
|
-
optionHeightHuge: string;
|
|
893
|
-
borderRadius: string;
|
|
894
|
-
color: string;
|
|
895
|
-
groupHeaderTextColor: string;
|
|
896
|
-
actionDividerColor: string;
|
|
897
|
-
optionTextColor: string;
|
|
898
|
-
optionTextColorPressed: string;
|
|
899
|
-
optionTextColorDisabled: string;
|
|
900
|
-
optionTextColorActive: string;
|
|
901
|
-
optionOpacityDisabled: string;
|
|
902
|
-
optionCheckColor: string;
|
|
903
|
-
optionColorPending: string;
|
|
904
|
-
optionColorActive: string;
|
|
905
|
-
optionColorActivePending: string;
|
|
906
|
-
actionTextColor: string;
|
|
907
|
-
loadingColor: string;
|
|
908
|
-
height: string;
|
|
909
|
-
paddingSmall: string;
|
|
910
|
-
paddingMedium: string;
|
|
911
|
-
paddingLarge: string;
|
|
912
|
-
paddingHuge: string;
|
|
913
|
-
optionPaddingSmall: string;
|
|
914
|
-
optionPaddingMedium: string;
|
|
915
|
-
optionPaddingLarge: string;
|
|
916
|
-
optionPaddingHuge: string;
|
|
917
|
-
loadingSize: string;
|
|
918
|
-
}, {
|
|
919
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
920
|
-
color: string;
|
|
921
|
-
colorHover: string;
|
|
922
|
-
}, any>;
|
|
923
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
924
|
-
fontSizeSmall: string;
|
|
925
|
-
fontSizeMedium: string;
|
|
926
|
-
fontSizeLarge: string;
|
|
927
|
-
fontSizeHuge: string;
|
|
928
|
-
textColor: string;
|
|
929
|
-
iconColor: string;
|
|
930
|
-
extraTextColor: string;
|
|
931
|
-
iconSizeSmall: string;
|
|
932
|
-
iconSizeMedium: string;
|
|
933
|
-
iconSizeLarge: string;
|
|
934
|
-
iconSizeHuge: string;
|
|
935
|
-
}, any>;
|
|
936
|
-
}>;
|
|
937
|
-
};
|
|
938
|
-
peerOverrides: {
|
|
939
|
-
InternalSelection?: {
|
|
940
|
-
peers?: {
|
|
941
|
-
Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
942
|
-
fontSize: string;
|
|
943
|
-
borderRadius: string;
|
|
944
|
-
color: string;
|
|
945
|
-
dividerColor: string;
|
|
946
|
-
textColor: string;
|
|
947
|
-
boxShadow: string;
|
|
948
|
-
space: string;
|
|
949
|
-
spaceArrow: string;
|
|
950
|
-
arrowOffset: string;
|
|
951
|
-
arrowOffsetVertical: string;
|
|
952
|
-
arrowHeight: string;
|
|
953
|
-
padding: string;
|
|
954
|
-
}, any>> | undefined;
|
|
955
|
-
} | undefined;
|
|
956
|
-
} | undefined;
|
|
957
|
-
InternalSelectMenu?: {
|
|
958
|
-
peers?: {
|
|
959
|
-
Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
960
|
-
color: string;
|
|
961
|
-
colorHover: string;
|
|
962
|
-
}, any>> | undefined;
|
|
963
|
-
Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
964
|
-
fontSizeSmall: string;
|
|
965
|
-
fontSizeMedium: string;
|
|
966
|
-
fontSizeLarge: string;
|
|
967
|
-
fontSizeHuge: string;
|
|
968
|
-
textColor: string;
|
|
969
|
-
iconColor: string;
|
|
970
|
-
extraTextColor: string;
|
|
971
|
-
iconSizeSmall: string;
|
|
972
|
-
iconSizeMedium: string;
|
|
973
|
-
iconSizeLarge: string;
|
|
974
|
-
iconSizeHuge: string;
|
|
975
|
-
}, any>> | undefined;
|
|
976
|
-
} | undefined;
|
|
977
|
-
} | undefined;
|
|
978
|
-
};
|
|
979
|
-
}>;
|
|
980
|
-
cssVars: import("vue").ComputedRef<{
|
|
981
|
-
'--n-menu-box-shadow': string;
|
|
982
|
-
}> | undefined;
|
|
983
|
-
themeClass: import("vue").Ref<string> | undefined;
|
|
984
|
-
onRender: (() => void) | undefined;
|
|
985
|
-
focus: () => void;
|
|
986
|
-
blur: () => void;
|
|
987
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
988
|
-
readonly to: {
|
|
989
|
-
type: PropType<string | boolean | HTMLElement>;
|
|
990
|
-
default: undefined;
|
|
991
|
-
};
|
|
992
|
-
readonly bordered: {
|
|
993
|
-
readonly type: PropType<boolean | undefined>;
|
|
994
|
-
readonly default: undefined;
|
|
995
|
-
};
|
|
996
|
-
readonly clearable: BooleanConstructor;
|
|
997
|
-
readonly clearFilterAfterSelect: {
|
|
998
|
-
readonly type: BooleanConstructor;
|
|
999
|
-
readonly default: true;
|
|
1000
|
-
};
|
|
1001
|
-
readonly options: {
|
|
1002
|
-
readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1003
|
-
readonly default: () => never[];
|
|
1004
|
-
};
|
|
1005
|
-
readonly defaultValue: {
|
|
1006
|
-
readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
|
|
1007
|
-
readonly default: null;
|
|
1008
|
-
};
|
|
1009
|
-
readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
|
|
1010
|
-
readonly placeholder: StringConstructor;
|
|
1011
|
-
readonly menuProps: PropType<import("vue").HTMLAttributes>;
|
|
1012
|
-
readonly multiple: BooleanConstructor;
|
|
1013
|
-
readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
|
|
1014
|
-
readonly filterable: BooleanConstructor;
|
|
1015
|
-
readonly disabled: {
|
|
1016
|
-
readonly type: PropType<boolean | undefined>;
|
|
1017
|
-
readonly default: undefined;
|
|
1018
|
-
};
|
|
1019
|
-
readonly remote: BooleanConstructor;
|
|
1020
|
-
readonly loading: BooleanConstructor;
|
|
1021
|
-
readonly filter: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1022
|
-
readonly placement: {
|
|
1023
|
-
readonly type: PropType<import("naive-ui").PopoverPlacement>;
|
|
1024
|
-
readonly default: "bottom-start";
|
|
1025
|
-
};
|
|
1026
|
-
readonly widthMode: {
|
|
1027
|
-
readonly type: StringConstructor;
|
|
1028
|
-
readonly default: "trigger";
|
|
1029
|
-
};
|
|
1030
|
-
readonly tag: BooleanConstructor;
|
|
1031
|
-
readonly onCreate: PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1032
|
-
readonly fallbackOption: {
|
|
1033
|
-
readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1034
|
-
readonly default: undefined;
|
|
1035
|
-
};
|
|
1036
|
-
readonly show: {
|
|
1037
|
-
readonly type: PropType<boolean | undefined>;
|
|
1038
|
-
readonly default: undefined;
|
|
1039
|
-
};
|
|
1040
|
-
readonly showArrow: {
|
|
1041
|
-
readonly type: BooleanConstructor;
|
|
1042
|
-
readonly default: true;
|
|
1043
|
-
};
|
|
1044
|
-
readonly maxTagCount: PropType<number | "responsive">;
|
|
1045
|
-
readonly consistentMenuWidth: {
|
|
1046
|
-
readonly type: BooleanConstructor;
|
|
1047
|
-
readonly default: true;
|
|
1048
|
-
};
|
|
1049
|
-
readonly virtualScroll: {
|
|
1050
|
-
readonly type: BooleanConstructor;
|
|
1051
|
-
readonly default: true;
|
|
1052
|
-
};
|
|
1053
|
-
readonly labelField: {
|
|
1054
|
-
readonly type: StringConstructor;
|
|
1055
|
-
readonly default: "label";
|
|
1056
|
-
};
|
|
1057
|
-
readonly valueField: {
|
|
1058
|
-
readonly type: StringConstructor;
|
|
1059
|
-
readonly default: "value";
|
|
1060
|
-
};
|
|
1061
|
-
readonly childrenField: {
|
|
1062
|
-
readonly type: StringConstructor;
|
|
1063
|
-
readonly default: "children";
|
|
1064
|
-
};
|
|
1065
|
-
readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1066
|
-
readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1067
|
-
readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
|
|
1068
|
-
readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1069
|
-
readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
|
|
1070
|
-
readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1071
|
-
readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1072
|
-
readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
1073
|
-
readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1074
|
-
readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
|
|
1075
|
-
readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
|
|
1076
|
-
readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1077
|
-
readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1078
|
-
readonly displayDirective: {
|
|
1079
|
-
readonly type: PropType<"show" | "if">;
|
|
1080
|
-
readonly default: "show";
|
|
1081
|
-
};
|
|
1082
|
-
readonly resetMenuOnOptionsChange: {
|
|
1083
|
-
readonly type: BooleanConstructor;
|
|
1084
|
-
readonly default: true;
|
|
1085
|
-
};
|
|
1086
|
-
readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1087
|
-
readonly internalShowCheckmark: {
|
|
1088
|
-
readonly type: BooleanConstructor;
|
|
1089
|
-
readonly default: true;
|
|
1090
|
-
};
|
|
1091
|
-
readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1092
|
-
readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1093
|
-
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
1094
|
-
menuBoxShadow: string;
|
|
1095
|
-
}, {
|
|
1096
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
1097
|
-
fontSizeTiny: string;
|
|
1098
|
-
fontSizeSmall: string;
|
|
1099
|
-
fontSizeMedium: string;
|
|
1100
|
-
fontSizeLarge: string;
|
|
1101
|
-
heightTiny: string;
|
|
1102
|
-
heightSmall: string;
|
|
1103
|
-
heightMedium: string;
|
|
1104
|
-
heightLarge: string;
|
|
1105
|
-
borderRadius: string;
|
|
1106
|
-
textColor: string;
|
|
1107
|
-
textColorDisabled: string;
|
|
1108
|
-
placeholderColor: string;
|
|
1109
|
-
placeholderColorDisabled: string;
|
|
1110
|
-
color: string;
|
|
1111
|
-
colorDisabled: string;
|
|
1112
|
-
colorActive: string;
|
|
1113
|
-
border: string;
|
|
1114
|
-
borderHover: string;
|
|
1115
|
-
borderActive: string;
|
|
1116
|
-
borderFocus: string;
|
|
1117
|
-
boxShadowHover: string;
|
|
1118
|
-
boxShadowActive: string;
|
|
1119
|
-
boxShadowFocus: string;
|
|
1120
|
-
caretColor: string;
|
|
1121
|
-
arrowColor: string;
|
|
1122
|
-
arrowColorDisabled: string;
|
|
1123
|
-
loadingColor: string;
|
|
1124
|
-
borderWarning: string;
|
|
1125
|
-
borderHoverWarning: string;
|
|
1126
|
-
borderActiveWarning: string;
|
|
1127
|
-
borderFocusWarning: string;
|
|
1128
|
-
boxShadowHoverWarning: string;
|
|
1129
|
-
boxShadowActiveWarning: string;
|
|
1130
|
-
boxShadowFocusWarning: string;
|
|
1131
|
-
colorActiveWarning: string;
|
|
1132
|
-
caretColorWarning: string;
|
|
1133
|
-
borderError: string;
|
|
1134
|
-
borderHoverError: string;
|
|
1135
|
-
borderActiveError: string;
|
|
1136
|
-
borderFocusError: string;
|
|
1137
|
-
boxShadowHoverError: string;
|
|
1138
|
-
boxShadowActiveError: string;
|
|
1139
|
-
boxShadowFocusError: string;
|
|
1140
|
-
colorActiveError: string;
|
|
1141
|
-
caretColorError: string;
|
|
1142
|
-
clearColor: string;
|
|
1143
|
-
clearColorHover: string;
|
|
1144
|
-
clearColorPressed: string;
|
|
1145
|
-
paddingSingle: string;
|
|
1146
|
-
paddingMultiple: string;
|
|
1147
|
-
clearSize: string;
|
|
1148
|
-
arrowSize: string;
|
|
1149
|
-
}, {
|
|
1150
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
1151
|
-
fontSize: string;
|
|
1152
|
-
borderRadius: string;
|
|
1153
|
-
color: string;
|
|
1154
|
-
dividerColor: string;
|
|
1155
|
-
textColor: string;
|
|
1156
|
-
boxShadow: string;
|
|
1157
|
-
space: string;
|
|
1158
|
-
spaceArrow: string;
|
|
1159
|
-
arrowOffset: string;
|
|
1160
|
-
arrowOffsetVertical: string;
|
|
1161
|
-
arrowHeight: string;
|
|
1162
|
-
padding: string;
|
|
1163
|
-
}, any>;
|
|
1164
|
-
}>;
|
|
1165
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
1166
|
-
optionFontSizeSmall: string;
|
|
1167
|
-
optionFontSizeMedium: string;
|
|
1168
|
-
optionFontSizeLarge: string;
|
|
1169
|
-
optionFontSizeHuge: string;
|
|
1170
|
-
optionHeightSmall: string;
|
|
1171
|
-
optionHeightMedium: string;
|
|
1172
|
-
optionHeightLarge: string;
|
|
1173
|
-
optionHeightHuge: string;
|
|
1174
|
-
borderRadius: string;
|
|
1175
|
-
color: string;
|
|
1176
|
-
groupHeaderTextColor: string;
|
|
1177
|
-
actionDividerColor: string;
|
|
1178
|
-
optionTextColor: string;
|
|
1179
|
-
optionTextColorPressed: string;
|
|
1180
|
-
optionTextColorDisabled: string;
|
|
1181
|
-
optionTextColorActive: string;
|
|
1182
|
-
optionOpacityDisabled: string;
|
|
1183
|
-
optionCheckColor: string;
|
|
1184
|
-
optionColorPending: string;
|
|
1185
|
-
optionColorActive: string;
|
|
1186
|
-
optionColorActivePending: string;
|
|
1187
|
-
actionTextColor: string;
|
|
1188
|
-
loadingColor: string;
|
|
1189
|
-
height: string;
|
|
1190
|
-
paddingSmall: string;
|
|
1191
|
-
paddingMedium: string;
|
|
1192
|
-
paddingLarge: string;
|
|
1193
|
-
paddingHuge: string;
|
|
1194
|
-
optionPaddingSmall: string;
|
|
1195
|
-
optionPaddingMedium: string;
|
|
1196
|
-
optionPaddingLarge: string;
|
|
1197
|
-
optionPaddingHuge: string;
|
|
1198
|
-
loadingSize: string;
|
|
1199
|
-
}, {
|
|
1200
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1201
|
-
color: string;
|
|
1202
|
-
colorHover: string;
|
|
1203
|
-
}, any>;
|
|
1204
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
1205
|
-
fontSizeSmall: string;
|
|
1206
|
-
fontSizeMedium: string;
|
|
1207
|
-
fontSizeLarge: string;
|
|
1208
|
-
fontSizeHuge: string;
|
|
1209
|
-
textColor: string;
|
|
1210
|
-
iconColor: string;
|
|
1211
|
-
extraTextColor: string;
|
|
1212
|
-
iconSizeSmall: string;
|
|
1213
|
-
iconSizeMedium: string;
|
|
1214
|
-
iconSizeLarge: string;
|
|
1215
|
-
iconSizeHuge: string;
|
|
1216
|
-
}, any>;
|
|
1217
|
-
}>;
|
|
1218
|
-
}>>;
|
|
1219
|
-
readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
1220
|
-
menuBoxShadow: string;
|
|
1221
|
-
}, {
|
|
1222
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
1223
|
-
fontSizeTiny: string;
|
|
1224
|
-
fontSizeSmall: string;
|
|
1225
|
-
fontSizeMedium: string;
|
|
1226
|
-
fontSizeLarge: string;
|
|
1227
|
-
heightTiny: string;
|
|
1228
|
-
heightSmall: string;
|
|
1229
|
-
heightMedium: string;
|
|
1230
|
-
heightLarge: string;
|
|
1231
|
-
borderRadius: string;
|
|
1232
|
-
textColor: string;
|
|
1233
|
-
textColorDisabled: string;
|
|
1234
|
-
placeholderColor: string;
|
|
1235
|
-
placeholderColorDisabled: string;
|
|
1236
|
-
color: string;
|
|
1237
|
-
colorDisabled: string;
|
|
1238
|
-
colorActive: string;
|
|
1239
|
-
border: string;
|
|
1240
|
-
borderHover: string;
|
|
1241
|
-
borderActive: string;
|
|
1242
|
-
borderFocus: string;
|
|
1243
|
-
boxShadowHover: string;
|
|
1244
|
-
boxShadowActive: string;
|
|
1245
|
-
boxShadowFocus: string;
|
|
1246
|
-
caretColor: string;
|
|
1247
|
-
arrowColor: string;
|
|
1248
|
-
arrowColorDisabled: string;
|
|
1249
|
-
loadingColor: string;
|
|
1250
|
-
borderWarning: string;
|
|
1251
|
-
borderHoverWarning: string;
|
|
1252
|
-
borderActiveWarning: string;
|
|
1253
|
-
borderFocusWarning: string;
|
|
1254
|
-
boxShadowHoverWarning: string;
|
|
1255
|
-
boxShadowActiveWarning: string;
|
|
1256
|
-
boxShadowFocusWarning: string;
|
|
1257
|
-
colorActiveWarning: string;
|
|
1258
|
-
caretColorWarning: string;
|
|
1259
|
-
borderError: string;
|
|
1260
|
-
borderHoverError: string;
|
|
1261
|
-
borderActiveError: string;
|
|
1262
|
-
borderFocusError: string;
|
|
1263
|
-
boxShadowHoverError: string;
|
|
1264
|
-
boxShadowActiveError: string;
|
|
1265
|
-
boxShadowFocusError: string;
|
|
1266
|
-
colorActiveError: string;
|
|
1267
|
-
caretColorError: string;
|
|
1268
|
-
clearColor: string;
|
|
1269
|
-
clearColorHover: string;
|
|
1270
|
-
clearColorPressed: string;
|
|
1271
|
-
paddingSingle: string;
|
|
1272
|
-
paddingMultiple: string;
|
|
1273
|
-
clearSize: string;
|
|
1274
|
-
arrowSize: string;
|
|
1275
|
-
}, {
|
|
1276
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
1277
|
-
fontSize: string;
|
|
1278
|
-
borderRadius: string;
|
|
1279
|
-
color: string;
|
|
1280
|
-
dividerColor: string;
|
|
1281
|
-
textColor: string;
|
|
1282
|
-
boxShadow: string;
|
|
1283
|
-
space: string;
|
|
1284
|
-
spaceArrow: string;
|
|
1285
|
-
arrowOffset: string;
|
|
1286
|
-
arrowOffsetVertical: string;
|
|
1287
|
-
arrowHeight: string;
|
|
1288
|
-
padding: string;
|
|
1289
|
-
}, any>;
|
|
1290
|
-
}>;
|
|
1291
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
1292
|
-
optionFontSizeSmall: string;
|
|
1293
|
-
optionFontSizeMedium: string;
|
|
1294
|
-
optionFontSizeLarge: string;
|
|
1295
|
-
optionFontSizeHuge: string;
|
|
1296
|
-
optionHeightSmall: string;
|
|
1297
|
-
optionHeightMedium: string;
|
|
1298
|
-
optionHeightLarge: string;
|
|
1299
|
-
optionHeightHuge: string;
|
|
1300
|
-
borderRadius: string;
|
|
1301
|
-
color: string;
|
|
1302
|
-
groupHeaderTextColor: string;
|
|
1303
|
-
actionDividerColor: string;
|
|
1304
|
-
optionTextColor: string;
|
|
1305
|
-
optionTextColorPressed: string;
|
|
1306
|
-
optionTextColorDisabled: string;
|
|
1307
|
-
optionTextColorActive: string;
|
|
1308
|
-
optionOpacityDisabled: string;
|
|
1309
|
-
optionCheckColor: string;
|
|
1310
|
-
optionColorPending: string;
|
|
1311
|
-
optionColorActive: string;
|
|
1312
|
-
optionColorActivePending: string;
|
|
1313
|
-
actionTextColor: string;
|
|
1314
|
-
loadingColor: string;
|
|
1315
|
-
height: string;
|
|
1316
|
-
paddingSmall: string;
|
|
1317
|
-
paddingMedium: string;
|
|
1318
|
-
paddingLarge: string;
|
|
1319
|
-
paddingHuge: string;
|
|
1320
|
-
optionPaddingSmall: string;
|
|
1321
|
-
optionPaddingMedium: string;
|
|
1322
|
-
optionPaddingLarge: string;
|
|
1323
|
-
optionPaddingHuge: string;
|
|
1324
|
-
loadingSize: string;
|
|
1325
|
-
}, {
|
|
1326
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1327
|
-
color: string;
|
|
1328
|
-
colorHover: string;
|
|
1329
|
-
}, any>;
|
|
1330
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
1331
|
-
fontSizeSmall: string;
|
|
1332
|
-
fontSizeMedium: string;
|
|
1333
|
-
fontSizeLarge: string;
|
|
1334
|
-
fontSizeHuge: string;
|
|
1335
|
-
textColor: string;
|
|
1336
|
-
iconColor: string;
|
|
1337
|
-
extraTextColor: string;
|
|
1338
|
-
iconSizeSmall: string;
|
|
1339
|
-
iconSizeMedium: string;
|
|
1340
|
-
iconSizeLarge: string;
|
|
1341
|
-
iconSizeHuge: string;
|
|
1342
|
-
}, any>;
|
|
1343
|
-
}>;
|
|
1344
|
-
}>>>;
|
|
1345
|
-
readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
1346
|
-
menuBoxShadow: string;
|
|
1347
|
-
}, {
|
|
1348
|
-
InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
|
|
1349
|
-
fontSizeTiny: string;
|
|
1350
|
-
fontSizeSmall: string;
|
|
1351
|
-
fontSizeMedium: string;
|
|
1352
|
-
fontSizeLarge: string;
|
|
1353
|
-
heightTiny: string;
|
|
1354
|
-
heightSmall: string;
|
|
1355
|
-
heightMedium: string;
|
|
1356
|
-
heightLarge: string;
|
|
1357
|
-
borderRadius: string;
|
|
1358
|
-
textColor: string;
|
|
1359
|
-
textColorDisabled: string;
|
|
1360
|
-
placeholderColor: string;
|
|
1361
|
-
placeholderColorDisabled: string;
|
|
1362
|
-
color: string;
|
|
1363
|
-
colorDisabled: string;
|
|
1364
|
-
colorActive: string;
|
|
1365
|
-
border: string;
|
|
1366
|
-
borderHover: string;
|
|
1367
|
-
borderActive: string;
|
|
1368
|
-
borderFocus: string;
|
|
1369
|
-
boxShadowHover: string;
|
|
1370
|
-
boxShadowActive: string;
|
|
1371
|
-
boxShadowFocus: string;
|
|
1372
|
-
caretColor: string;
|
|
1373
|
-
arrowColor: string;
|
|
1374
|
-
arrowColorDisabled: string;
|
|
1375
|
-
loadingColor: string;
|
|
1376
|
-
borderWarning: string;
|
|
1377
|
-
borderHoverWarning: string;
|
|
1378
|
-
borderActiveWarning: string;
|
|
1379
|
-
borderFocusWarning: string;
|
|
1380
|
-
boxShadowHoverWarning: string;
|
|
1381
|
-
boxShadowActiveWarning: string;
|
|
1382
|
-
boxShadowFocusWarning: string;
|
|
1383
|
-
colorActiveWarning: string;
|
|
1384
|
-
caretColorWarning: string;
|
|
1385
|
-
borderError: string;
|
|
1386
|
-
borderHoverError: string;
|
|
1387
|
-
borderActiveError: string;
|
|
1388
|
-
borderFocusError: string;
|
|
1389
|
-
boxShadowHoverError: string;
|
|
1390
|
-
boxShadowActiveError: string;
|
|
1391
|
-
boxShadowFocusError: string;
|
|
1392
|
-
colorActiveError: string;
|
|
1393
|
-
caretColorError: string;
|
|
1394
|
-
clearColor: string;
|
|
1395
|
-
clearColorHover: string;
|
|
1396
|
-
clearColorPressed: string;
|
|
1397
|
-
paddingSingle: string;
|
|
1398
|
-
paddingMultiple: string;
|
|
1399
|
-
clearSize: string;
|
|
1400
|
-
arrowSize: string;
|
|
1401
|
-
}, {
|
|
1402
|
-
Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
|
|
1403
|
-
fontSize: string;
|
|
1404
|
-
borderRadius: string;
|
|
1405
|
-
color: string;
|
|
1406
|
-
dividerColor: string;
|
|
1407
|
-
textColor: string;
|
|
1408
|
-
boxShadow: string;
|
|
1409
|
-
space: string;
|
|
1410
|
-
spaceArrow: string;
|
|
1411
|
-
arrowOffset: string;
|
|
1412
|
-
arrowOffsetVertical: string;
|
|
1413
|
-
arrowHeight: string;
|
|
1414
|
-
padding: string;
|
|
1415
|
-
}, any>;
|
|
1416
|
-
}>;
|
|
1417
|
-
InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
|
|
1418
|
-
optionFontSizeSmall: string;
|
|
1419
|
-
optionFontSizeMedium: string;
|
|
1420
|
-
optionFontSizeLarge: string;
|
|
1421
|
-
optionFontSizeHuge: string;
|
|
1422
|
-
optionHeightSmall: string;
|
|
1423
|
-
optionHeightMedium: string;
|
|
1424
|
-
optionHeightLarge: string;
|
|
1425
|
-
optionHeightHuge: string;
|
|
1426
|
-
borderRadius: string;
|
|
1427
|
-
color: string;
|
|
1428
|
-
groupHeaderTextColor: string;
|
|
1429
|
-
actionDividerColor: string;
|
|
1430
|
-
optionTextColor: string;
|
|
1431
|
-
optionTextColorPressed: string;
|
|
1432
|
-
optionTextColorDisabled: string;
|
|
1433
|
-
optionTextColorActive: string;
|
|
1434
|
-
optionOpacityDisabled: string;
|
|
1435
|
-
optionCheckColor: string;
|
|
1436
|
-
optionColorPending: string;
|
|
1437
|
-
optionColorActive: string;
|
|
1438
|
-
optionColorActivePending: string;
|
|
1439
|
-
actionTextColor: string;
|
|
1440
|
-
loadingColor: string;
|
|
1441
|
-
height: string;
|
|
1442
|
-
paddingSmall: string;
|
|
1443
|
-
paddingMedium: string;
|
|
1444
|
-
paddingLarge: string;
|
|
1445
|
-
paddingHuge: string;
|
|
1446
|
-
optionPaddingSmall: string;
|
|
1447
|
-
optionPaddingMedium: string;
|
|
1448
|
-
optionPaddingLarge: string;
|
|
1449
|
-
optionPaddingHuge: string;
|
|
1450
|
-
loadingSize: string;
|
|
1451
|
-
}, {
|
|
1452
|
-
Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
|
|
1453
|
-
color: string;
|
|
1454
|
-
colorHover: string;
|
|
1455
|
-
}, any>;
|
|
1456
|
-
Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
|
|
1457
|
-
fontSizeSmall: string;
|
|
1458
|
-
fontSizeMedium: string;
|
|
1459
|
-
fontSizeLarge: string;
|
|
1460
|
-
fontSizeHuge: string;
|
|
1461
|
-
textColor: string;
|
|
1462
|
-
iconColor: string;
|
|
1463
|
-
extraTextColor: string;
|
|
1464
|
-
iconSizeSmall: string;
|
|
1465
|
-
iconSizeMedium: string;
|
|
1466
|
-
iconSizeLarge: string;
|
|
1467
|
-
iconSizeHuge: string;
|
|
1468
|
-
}, any>;
|
|
1469
|
-
}>;
|
|
1470
|
-
}>>>;
|
|
1471
|
-
}>>, {
|
|
1472
|
-
readonly tag: boolean;
|
|
1473
|
-
readonly show: boolean | undefined;
|
|
1474
|
-
readonly multiple: boolean;
|
|
1475
|
-
readonly disabled: boolean | undefined;
|
|
1476
|
-
readonly to: string | boolean | HTMLElement;
|
|
1477
|
-
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
1478
|
-
readonly loading: boolean;
|
|
1479
|
-
readonly bordered: boolean | undefined;
|
|
1480
|
-
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1481
|
-
readonly labelField: string;
|
|
1482
|
-
readonly virtualScroll: boolean;
|
|
1483
|
-
readonly valueField: string;
|
|
1484
|
-
readonly resetMenuOnOptionsChange: boolean;
|
|
1485
|
-
readonly showArrow: boolean;
|
|
1486
|
-
readonly displayDirective: "show" | "if";
|
|
1487
|
-
readonly filterable: boolean;
|
|
1488
|
-
readonly clearable: boolean;
|
|
1489
|
-
readonly internalShowCheckmark: boolean;
|
|
1490
|
-
readonly clearFilterAfterSelect: boolean;
|
|
1491
|
-
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
1492
|
-
readonly remote: boolean;
|
|
1493
|
-
readonly widthMode: string;
|
|
1494
|
-
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
1495
|
-
readonly consistentMenuWidth: boolean;
|
|
1496
|
-
readonly childrenField: string;
|
|
1497
|
-
}>;
|
|
1498
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1499
|
-
mainForm: {
|
|
1500
|
-
type: PropObject;
|
|
1501
|
-
default: () => {};
|
|
1502
|
-
};
|
|
1503
|
-
userInfo: {
|
|
1504
|
-
type: PropObject;
|
|
1505
|
-
default: () => {};
|
|
1506
|
-
};
|
|
1507
|
-
styleSetting: {
|
|
1508
|
-
type: PropObject;
|
|
1509
|
-
default: () => {};
|
|
1510
|
-
};
|
|
1511
|
-
defaultValue: {
|
|
1512
|
-
type: PropObject;
|
|
1513
|
-
default: () => {};
|
|
1514
|
-
};
|
|
1515
|
-
dbParams: {
|
|
1516
|
-
type: PropType<AnyObject>;
|
|
1517
|
-
};
|
|
1518
|
-
row: {
|
|
1519
|
-
type: PropObject;
|
|
1520
|
-
default: () => {};
|
|
1521
|
-
};
|
|
1522
|
-
item: {
|
|
1523
|
-
type: PropObject;
|
|
1524
|
-
default: () => {
|
|
1525
|
-
_own: {};
|
|
1526
|
-
};
|
|
1527
|
-
};
|
|
1528
|
-
defaultFieldList: {
|
|
1529
|
-
type: PropType<any[]>;
|
|
1530
|
-
default: () => never[];
|
|
1531
|
-
};
|
|
1532
|
-
cacheUniqueKey: {
|
|
1533
|
-
type: PropObject;
|
|
1534
|
-
default: () => {
|
|
1535
|
-
_own: {};
|
|
1536
|
-
};
|
|
1537
|
-
};
|
|
1538
|
-
params_formId: (NumberConstructor | StringConstructor)[];
|
|
1539
|
-
formType: {
|
|
1540
|
-
type: PropObject;
|
|
1541
|
-
default: () => {
|
|
1542
|
-
_own: {};
|
|
1543
|
-
};
|
|
1544
|
-
};
|
|
1545
|
-
isDetail: {
|
|
1546
|
-
type: BooleanConstructor;
|
|
1547
|
-
default: boolean;
|
|
1548
|
-
};
|
|
1549
|
-
handleFormTableValue: PropType<Func<any[], any>>;
|
|
1550
|
-
}>> & {
|
|
1551
|
-
onTableBlur?: ((...args: any[]) => any) | undefined;
|
|
1552
|
-
onValueOnChange?: ((...args: any[]) => any) | undefined;
|
|
1553
|
-
onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
|
|
1554
|
-
onOpentableSelect?: ((...args: any[]) => any) | undefined;
|
|
1555
|
-
}, {
|
|
1556
|
-
styleSetting: AnyObject;
|
|
1557
|
-
userInfo: AnyObject;
|
|
1558
|
-
cacheUniqueKey: AnyObject;
|
|
1559
|
-
row: AnyObject;
|
|
1560
|
-
defaultValue: AnyObject;
|
|
1561
|
-
isDetail: boolean;
|
|
1562
|
-
item: AnyObject;
|
|
1563
|
-
formType: AnyObject;
|
|
1564
|
-
mainForm: AnyObject;
|
|
1565
|
-
defaultFieldList: any[];
|
|
1566
|
-
}>;
|
|
1567
|
-
export default _default;
|