cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.5

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.
Files changed (127) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/index.d.ts +9 -6
  3. package/es/packages/big-table/src/BigTable.vue.d.ts +10 -22
  4. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +36 -13
  5. package/es/packages/big-table/src/bigTableEmits2.mjs +2 -1
  6. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  7. package/es/packages/big-table/style/index.less +557 -557
  8. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  9. package/es/packages/bpmn-workflow/style/index.less +29 -29
  10. package/es/packages/button-print/index.d.ts +160 -104
  11. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
  12. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
  13. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  14. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  15. package/es/packages/button-print/style/index.less +30 -30
  16. package/es/packages/chunk-upload/index.d.ts +20 -20
  17. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
  18. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
  19. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
  20. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
  21. package/es/packages/chunk-upload/style/index.less +394 -394
  22. package/es/packages/drag-layout/index.d.ts +415 -289
  23. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  24. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  25. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  26. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  27. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
  28. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
  29. package/es/packages/drag-layout/style/index.less +208 -208
  30. package/es/packages/field-set/index.d.ts +5278 -0
  31. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  32. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  33. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
  34. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  35. package/es/packages/field-set/style/index.less +157 -157
  36. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
  37. package/es/packages/form-render/src/components/cascader2.mjs +20 -5
  38. package/es/packages/form-render/src/components/date.d.ts +29 -25
  39. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  40. package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
  41. package/es/packages/form-render/src/components/slider.d.ts +11 -11
  42. package/es/packages/form-render/src/components/textarea.d.ts +5 -4
  43. package/es/packages/form-table/index.d.ts +35903 -0
  44. package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
  45. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  46. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  47. package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
  48. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  49. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
  50. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  51. package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
  52. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  53. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
  54. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  55. package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
  56. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  57. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
  58. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  59. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
  60. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  61. package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
  62. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  63. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
  64. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  65. package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
  66. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  67. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
  68. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  69. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
  70. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  71. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  72. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  73. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
  74. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  75. package/es/packages/form-table/style/index.less +301 -301
  76. package/es/packages/grid/style/index.less +12 -12
  77. package/es/packages/index.less +2945 -2945
  78. package/es/packages/info-header/index.d.ts +217 -54
  79. package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
  80. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  81. package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
  82. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
  83. package/es/packages/info-header/style/index.less +153 -153
  84. package/es/packages/map/index.d.ts +25 -24
  85. package/es/packages/map/src/Map.vue.d.ts +25 -24
  86. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  87. package/es/packages/map/style/index.less +59 -59
  88. package/es/packages/scale-view/index.d.ts +58 -56
  89. package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
  90. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
  91. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  92. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
  93. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
  94. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
  95. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  96. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  97. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  98. package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
  99. package/es/packages/scale-view/style/index.less +748 -748
  100. package/es/packages/select-label/index.d.ts +852 -245
  101. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
  102. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
  103. package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
  104. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
  105. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  106. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  107. package/es/packages/select-label/style/index.less +151 -151
  108. package/es/packages/select-person/index.d.ts +29 -27
  109. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  110. package/es/packages/select-person/src/SelectPerson.vue.d.ts +35 -33
  111. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -49
  112. package/es/packages/select-person/src/utils/index.d.ts +4 -4
  113. package/es/packages/select-person/src/utils/index2.mjs +17 -3
  114. package/es/packages/select-person/style/index.less +229 -229
  115. package/es/packages/time-line/index.d.ts +28 -28
  116. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
  117. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  118. package/es/packages/time-line/style/index.less +34 -34
  119. package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
  120. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  121. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  122. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  123. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  124. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  125. package/global.d.ts +8 -8
  126. package/package.json +1 -1
  127. package/yarn-error.log +8659 -103
@@ -0,0 +1,1883 @@
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
+ open: import("vue").Ref<boolean>;
118
+ wrapperRef: import("vue").Ref<HTMLElement | null>;
119
+ refs: HTMLElement[];
120
+ baseForm: import("vue").Ref<AnyObject>;
121
+ curAddBtnItem: import("vue").Ref<any>;
122
+ dropdownHide: import("vue").Ref<boolean>;
123
+ $_handleTracherLog: () => void;
124
+ $t: () => void;
125
+ $qs: () => void;
126
+ loadDataPrimary_key: import("vue").Ref<any>;
127
+ optionsRequestSource: import("vue").Ref<any>;
128
+ Choose_to_complete: import("vue").Ref<boolean>;
129
+ noAllow_check_mid_level: import("vue").Ref<boolean>;
130
+ selsectVisible: import("vue").Ref<boolean>;
131
+ fetching: import("vue").Ref<boolean>;
132
+ timeout: any;
133
+ curOptions: import("vue").Ref<any[]>;
134
+ selectedOptions: import("vue").Ref<any[]>;
135
+ levelNum: import("vue").Ref<number>;
136
+ cascaderInitLabel: import("vue").Ref<boolean>;
137
+ defList: import("vue").Ref<any[]>;
138
+ panelOpen: import("vue").Ref<boolean>;
139
+ searchAddObj: import("vue").Ref<AnyObject>;
140
+ searchPageConfig: import("vue").Ref<{
141
+ keyword: undefined;
142
+ isFetching: boolean;
143
+ isRequest: boolean;
144
+ hasNextPage: boolean;
145
+ page: number;
146
+ total: number;
147
+ }>;
148
+ optionsMaxWidth: import("vue").Ref<string>;
149
+ cacheReqOptionsParams: import("vue").Ref<string>;
150
+ hotSearchConfig: import("vue").Ref<{
151
+ hotList: never[];
152
+ latestList: never[];
153
+ isRequest: boolean;
154
+ isclose: boolean;
155
+ }>;
156
+ searchShowHotList: import("vue").Ref<boolean>;
157
+ showHotSearchConfig: import("vue").ComputedRef<true | 0>;
158
+ showSearchEmpty: import("vue").ComputedRef<boolean>;
159
+ selectIsOpen: import("vue").ComputedRef<boolean>;
160
+ isnoPages: import("vue").ComputedRef<boolean>;
161
+ hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
162
+ getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
163
+ pageSize?: number | undefined;
164
+ primaryKey?: any;
165
+ levelKey?: any;
166
+ wordbookId: any;
167
+ autograph: any;
168
+ wordbookType: any;
169
+ preConObj: string | undefined;
170
+ conObj: string | undefined;
171
+ preSqlExpression: any;
172
+ sqlExpression: any;
173
+ fieldKeys: string | undefined;
174
+ keyword: any;
175
+ page: number;
176
+ };
177
+ getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
178
+ handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
179
+ handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
180
+ handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
181
+ handleFreeEntry: (option?: any) => void;
182
+ formatField: (value: any) => any;
183
+ formatFieldValue: (value: any) => any;
184
+ getTitleHeader: (fieldList: any, renderKey: any) => string;
185
+ handleRequestedUniqueKey: (id: any) => Promise<unknown>;
186
+ dealDictionatySearch: (val: any) => void;
187
+ handleMultipleSearch: (val: any, itemData: any) => void;
188
+ multipleSelect: (e: any, item: any) => void;
189
+ multipleDeselect: (e: any, item: any) => void;
190
+ handlerAddOptions: (data: any, item: any) => void;
191
+ searchMoreOnChange: (value: any, item: any) => void;
192
+ handleFormCascade: (list?: any, v?: any, level?: any) => void;
193
+ hanldeGetCascadelabel: (v?: any, k?: any) => string;
194
+ handleCascaderChange: (option: any, item: any) => void;
195
+ handleCascaderFilter: (inputValue: any, path: any) => any;
196
+ handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
197
+ handlerDropdownVisibleChange: (e: any, data: any) => void;
198
+ hanlderGetSearchLabel: (config: any, v: any) => any;
199
+ hanlderSendSelectLog: (item: any, value: any) => void;
200
+ handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
201
+ handleSearchChangePage: (type?: any) => void;
202
+ handleCalculateOptionsMaxWidth: () => void;
203
+ handlerSearchOnFocus: (item: any) => void;
204
+ handleQueryParams: (formData: any, queryParams: any) => {};
205
+ hideHotSearch: import("vue").Ref<boolean>;
206
+ confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
207
+ hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
208
+ getFormValue: () => any;
209
+ cancelOptionsRequest: () => void;
210
+ getHotSearchConfig: () => void;
211
+ handleSelectHotKeyword: (key: any) => void;
212
+ hanldeClearLately: () => void;
213
+ closeHotSearch: () => void;
214
+ handleSearchTracher: (item: any, obj?: any) => void;
215
+ hanldercheckOption: (data: any) => any;
216
+ handleSearchScrollTop: (item: any) => void;
217
+ handleCascaderTracher: () => void;
218
+ handleSearchBlur: () => void;
219
+ curMultipleSelected: import("vue").Ref<any[]>;
220
+ formTable: AnyObject;
221
+ hasErr: import("vue").ComputedRef<any>;
222
+ handleGetJsonStr: (str: string | AnyObject) => AnyObject;
223
+ handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
224
+ handleGetUniqueKey: (id: string) => any;
225
+ handleSysParams: (str: string) => string;
226
+ defaultInit: () => void;
227
+ handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
228
+ handleFormParams: (str: string) => string;
229
+ radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
230
+ handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
231
+ handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
232
+ changeAgeSelect: (val: string, item: AnyObject) => void;
233
+ handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
234
+ getInputCheck: (validate?: string | undefined) => {
235
+ pattern: RegExp;
236
+ message: string;
237
+ } | undefined;
238
+ getCustomRegular: (item: AnyObject) => {
239
+ pattern: RegExp;
240
+ message: any;
241
+ } | null;
242
+ checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
243
+ checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
244
+ checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
245
+ checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
246
+ checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
247
+ checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
248
+ handlerGetDateType: (data: AnyObject) => any;
249
+ checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
250
+ checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
251
+ handleDateClearBtn: (v: any, item: AnyObject) => void;
252
+ handleStartDateEndDate: (item: AnyObject) => void;
253
+ showTimePanel: (item: AnyObject) => boolean;
254
+ momentLib: (date_format: string) => any;
255
+ judgeTimeBoundary: (time: any, item: AnyObject) => void;
256
+ setTimeValue: (time: any, item: AnyObject) => void;
257
+ judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
258
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
259
+ setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
260
+ handleDefaultRimeRange: (time: any, item: AnyObject) => void;
261
+ judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
262
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
263
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
264
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
265
+ treeData: import("vue").Ref<{
266
+ value: string;
267
+ key: string;
268
+ selectable: boolean;
269
+ scopedSlots: {
270
+ title: string;
271
+ };
272
+ }[]>;
273
+ showCom: import("vue").ComputedRef<any>;
274
+ init: () => Promise<void>;
275
+ handleInitTreeData: (list: any, v: any) => void;
276
+ hanldeSetTreeDef: () => void;
277
+ treeSelect: (key: any, vnode: any) => void;
278
+ filter: (pattern: string, option: AnyObject) => boolean;
279
+ NTreeSelect: import("vue").DefineComponent<{
280
+ readonly onBlur: PropType<(e: FocusEvent) => void>;
281
+ readonly onFocus: PropType<(e: FocusEvent) => void>;
282
+ readonly onLoad: PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
283
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
284
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
285
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
286
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
287
+ readonly leafOnly: BooleanConstructor;
288
+ readonly allowCheckingNotLoaded: BooleanConstructor;
289
+ readonly filter: PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
290
+ readonly defaultExpandAll: BooleanConstructor;
291
+ readonly expandedKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
292
+ readonly keyField: {
293
+ readonly type: StringConstructor;
294
+ readonly default: "key";
295
+ };
296
+ readonly labelField: {
297
+ readonly type: StringConstructor;
298
+ readonly default: "label";
299
+ };
300
+ readonly childrenField: {
301
+ readonly type: StringConstructor;
302
+ readonly default: "children";
303
+ };
304
+ readonly defaultExpandedKeys: {
305
+ readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
306
+ readonly default: () => never[];
307
+ };
308
+ readonly indeterminateKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
309
+ readonly onUpdateIndeterminateKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
310
+ readonly 'onUpdate:indeterminateKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
311
+ readonly onUpdateExpandedKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
312
+ readonly 'onUpdate:expandedKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
313
+ readonly bordered: {
314
+ readonly type: BooleanConstructor;
315
+ readonly default: true;
316
+ };
317
+ readonly cascade: BooleanConstructor;
318
+ readonly checkable: BooleanConstructor;
319
+ readonly clearable: BooleanConstructor;
320
+ readonly clearFilterAfterSelect: {
321
+ readonly type: BooleanConstructor;
322
+ readonly default: true;
323
+ };
324
+ readonly consistentMenuWidth: {
325
+ readonly type: BooleanConstructor;
326
+ readonly default: true;
327
+ };
328
+ readonly defaultShow: BooleanConstructor;
329
+ readonly defaultValue: {
330
+ readonly type: PropType<string | number | (string | number)[] | null>;
331
+ readonly default: null;
332
+ };
333
+ readonly disabled: {
334
+ readonly type: PropType<boolean | undefined>;
335
+ readonly default: undefined;
336
+ };
337
+ readonly filterable: BooleanConstructor;
338
+ readonly checkStrategy: {
339
+ readonly type: PropType<import("treemate").CheckStrategy>;
340
+ readonly default: "all";
341
+ };
342
+ readonly loading: BooleanConstructor;
343
+ readonly maxTagCount: PropType<number | "responsive">;
344
+ readonly multiple: BooleanConstructor;
345
+ readonly showPath: BooleanConstructor;
346
+ readonly separator: {
347
+ readonly type: StringConstructor;
348
+ readonly default: " / ";
349
+ };
350
+ readonly options: {
351
+ readonly type: PropType<import("naive-ui").TreeSelectOption[]>;
352
+ readonly default: () => never[];
353
+ };
354
+ readonly placeholder: StringConstructor;
355
+ readonly placement: {
356
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
357
+ readonly default: "bottom-start";
358
+ };
359
+ readonly show: {
360
+ readonly type: PropType<boolean | undefined>;
361
+ readonly default: undefined;
362
+ };
363
+ readonly size: PropType<"small" | "medium" | "large">;
364
+ readonly value: PropType<string | number | (string | number)[] | null>;
365
+ readonly to: {
366
+ type: PropType<string | boolean | HTMLElement>;
367
+ default: undefined;
368
+ };
369
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
370
+ readonly virtualScroll: {
371
+ readonly type: BooleanConstructor;
372
+ readonly default: true;
373
+ };
374
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
375
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
376
+ menuPadding: string;
377
+ menuColor: string;
378
+ menuBoxShadow: string;
379
+ menuBorderRadius: string;
380
+ menuHeight: string;
381
+ actionDividerColor: string;
382
+ actionTextColor: string;
383
+ actionPadding: string;
384
+ }, {
385
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
386
+ fontSize: string;
387
+ nodeBorderRadius: string;
388
+ nodeColorHover: string;
389
+ nodeColorPressed: string;
390
+ nodeColorActive: string;
391
+ arrowColor: string;
392
+ nodeTextColor: string;
393
+ nodeTextColorDisabled: string;
394
+ loadingColor: string;
395
+ dropMarkColor: string;
396
+ }, {
397
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
398
+ labelLineHeight: string;
399
+ fontSizeSmall: string;
400
+ fontSizeMedium: string;
401
+ fontSizeLarge: string;
402
+ borderRadius: string;
403
+ color: string;
404
+ colorChecked: string;
405
+ colorDisabled: string;
406
+ colorDisabledChecked: string;
407
+ colorTableHeader: string;
408
+ colorTableHeaderModal: string;
409
+ colorTableHeaderPopover: string;
410
+ checkMarkColor: string;
411
+ checkMarkColorDisabled: string;
412
+ checkMarkColorDisabledChecked: string;
413
+ border: string;
414
+ borderDisabled: string;
415
+ borderDisabledChecked: string;
416
+ borderChecked: string;
417
+ borderFocus: string;
418
+ boxShadowFocus: string;
419
+ textColor: string;
420
+ textColorDisabled: string;
421
+ sizeSmall: string;
422
+ sizeMedium: string;
423
+ sizeLarge: string;
424
+ labelPadding: string;
425
+ }, any>;
426
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
427
+ color: string;
428
+ colorHover: string;
429
+ }, any>;
430
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
431
+ fontSizeSmall: string;
432
+ fontSizeMedium: string;
433
+ fontSizeLarge: string;
434
+ fontSizeHuge: string;
435
+ textColor: string;
436
+ iconColor: string;
437
+ extraTextColor: string;
438
+ iconSizeSmall: string;
439
+ iconSizeMedium: string;
440
+ iconSizeLarge: string;
441
+ iconSizeHuge: string;
442
+ }, any>;
443
+ }>;
444
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
445
+ fontSizeSmall: string;
446
+ fontSizeMedium: string;
447
+ fontSizeLarge: string;
448
+ fontSizeHuge: string;
449
+ textColor: string;
450
+ iconColor: string;
451
+ extraTextColor: string;
452
+ iconSizeSmall: string;
453
+ iconSizeMedium: string;
454
+ iconSizeLarge: string;
455
+ iconSizeHuge: string;
456
+ }, any>;
457
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
458
+ fontSizeTiny: string;
459
+ fontSizeSmall: string;
460
+ fontSizeMedium: string;
461
+ fontSizeLarge: string;
462
+ heightTiny: string;
463
+ heightSmall: string;
464
+ heightMedium: string;
465
+ heightLarge: string;
466
+ borderRadius: string;
467
+ textColor: string;
468
+ textColorDisabled: string;
469
+ placeholderColor: string;
470
+ placeholderColorDisabled: string;
471
+ color: string;
472
+ colorDisabled: string;
473
+ colorActive: string;
474
+ border: string;
475
+ borderHover: string;
476
+ borderActive: string;
477
+ borderFocus: string;
478
+ boxShadowHover: string;
479
+ boxShadowActive: string;
480
+ boxShadowFocus: string;
481
+ caretColor: string;
482
+ arrowColor: string;
483
+ arrowColorDisabled: string;
484
+ loadingColor: string;
485
+ borderWarning: string;
486
+ borderHoverWarning: string;
487
+ borderActiveWarning: string;
488
+ borderFocusWarning: string;
489
+ boxShadowHoverWarning: string;
490
+ boxShadowActiveWarning: string;
491
+ boxShadowFocusWarning: string;
492
+ colorActiveWarning: string;
493
+ caretColorWarning: string;
494
+ borderError: string;
495
+ borderHoverError: string;
496
+ borderActiveError: string;
497
+ borderFocusError: string;
498
+ boxShadowHoverError: string;
499
+ boxShadowActiveError: string;
500
+ boxShadowFocusError: string;
501
+ colorActiveError: string;
502
+ caretColorError: string;
503
+ clearColor: string;
504
+ clearColorHover: string;
505
+ clearColorPressed: string;
506
+ paddingSingle: string;
507
+ paddingMultiple: string;
508
+ clearSize: string;
509
+ arrowSize: string;
510
+ }, {
511
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
512
+ fontSize: string;
513
+ borderRadius: string;
514
+ color: string;
515
+ dividerColor: string;
516
+ textColor: string;
517
+ boxShadow: string;
518
+ space: string;
519
+ spaceArrow: string;
520
+ arrowOffset: string;
521
+ arrowOffsetVertical: string;
522
+ arrowHeight: string;
523
+ padding: string;
524
+ }, any>;
525
+ }>;
526
+ }>>;
527
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
528
+ menuPadding: string;
529
+ menuColor: string;
530
+ menuBoxShadow: string;
531
+ menuBorderRadius: string;
532
+ menuHeight: string;
533
+ actionDividerColor: string;
534
+ actionTextColor: string;
535
+ actionPadding: string;
536
+ }, {
537
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
538
+ fontSize: string;
539
+ nodeBorderRadius: string;
540
+ nodeColorHover: string;
541
+ nodeColorPressed: string;
542
+ nodeColorActive: string;
543
+ arrowColor: string;
544
+ nodeTextColor: string;
545
+ nodeTextColorDisabled: string;
546
+ loadingColor: string;
547
+ dropMarkColor: string;
548
+ }, {
549
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
550
+ labelLineHeight: string;
551
+ fontSizeSmall: string;
552
+ fontSizeMedium: string;
553
+ fontSizeLarge: string;
554
+ borderRadius: string;
555
+ color: string;
556
+ colorChecked: string;
557
+ colorDisabled: string;
558
+ colorDisabledChecked: string;
559
+ colorTableHeader: string;
560
+ colorTableHeaderModal: string;
561
+ colorTableHeaderPopover: string;
562
+ checkMarkColor: string;
563
+ checkMarkColorDisabled: string;
564
+ checkMarkColorDisabledChecked: string;
565
+ border: string;
566
+ borderDisabled: string;
567
+ borderDisabledChecked: string;
568
+ borderChecked: string;
569
+ borderFocus: string;
570
+ boxShadowFocus: string;
571
+ textColor: string;
572
+ textColorDisabled: string;
573
+ sizeSmall: string;
574
+ sizeMedium: string;
575
+ sizeLarge: string;
576
+ labelPadding: string;
577
+ }, any>;
578
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
579
+ color: string;
580
+ colorHover: string;
581
+ }, any>;
582
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
583
+ fontSizeSmall: string;
584
+ fontSizeMedium: string;
585
+ fontSizeLarge: string;
586
+ fontSizeHuge: string;
587
+ textColor: string;
588
+ iconColor: string;
589
+ extraTextColor: string;
590
+ iconSizeSmall: string;
591
+ iconSizeMedium: string;
592
+ iconSizeLarge: string;
593
+ iconSizeHuge: string;
594
+ }, any>;
595
+ }>;
596
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
597
+ fontSizeSmall: string;
598
+ fontSizeMedium: string;
599
+ fontSizeLarge: string;
600
+ fontSizeHuge: string;
601
+ textColor: string;
602
+ iconColor: string;
603
+ extraTextColor: string;
604
+ iconSizeSmall: string;
605
+ iconSizeMedium: string;
606
+ iconSizeLarge: string;
607
+ iconSizeHuge: string;
608
+ }, any>;
609
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
610
+ fontSizeTiny: string;
611
+ fontSizeSmall: string;
612
+ fontSizeMedium: string;
613
+ fontSizeLarge: string;
614
+ heightTiny: string;
615
+ heightSmall: string;
616
+ heightMedium: string;
617
+ heightLarge: string;
618
+ borderRadius: string;
619
+ textColor: string;
620
+ textColorDisabled: string;
621
+ placeholderColor: string;
622
+ placeholderColorDisabled: string;
623
+ color: string;
624
+ colorDisabled: string;
625
+ colorActive: string;
626
+ border: string;
627
+ borderHover: string;
628
+ borderActive: string;
629
+ borderFocus: string;
630
+ boxShadowHover: string;
631
+ boxShadowActive: string;
632
+ boxShadowFocus: string;
633
+ caretColor: string;
634
+ arrowColor: string;
635
+ arrowColorDisabled: string;
636
+ loadingColor: string;
637
+ borderWarning: string;
638
+ borderHoverWarning: string;
639
+ borderActiveWarning: string;
640
+ borderFocusWarning: string;
641
+ boxShadowHoverWarning: string;
642
+ boxShadowActiveWarning: string;
643
+ boxShadowFocusWarning: string;
644
+ colorActiveWarning: string;
645
+ caretColorWarning: string;
646
+ borderError: string;
647
+ borderHoverError: string;
648
+ borderActiveError: string;
649
+ borderFocusError: string;
650
+ boxShadowHoverError: string;
651
+ boxShadowActiveError: string;
652
+ boxShadowFocusError: string;
653
+ colorActiveError: string;
654
+ caretColorError: string;
655
+ clearColor: string;
656
+ clearColorHover: string;
657
+ clearColorPressed: string;
658
+ paddingSingle: string;
659
+ paddingMultiple: string;
660
+ clearSize: string;
661
+ arrowSize: string;
662
+ }, {
663
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
664
+ fontSize: string;
665
+ borderRadius: string;
666
+ color: string;
667
+ dividerColor: string;
668
+ textColor: string;
669
+ boxShadow: string;
670
+ space: string;
671
+ spaceArrow: string;
672
+ arrowOffset: string;
673
+ arrowOffsetVertical: string;
674
+ arrowHeight: string;
675
+ padding: string;
676
+ }, any>;
677
+ }>;
678
+ }>>>;
679
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
680
+ menuPadding: string;
681
+ menuColor: string;
682
+ menuBoxShadow: string;
683
+ menuBorderRadius: string;
684
+ menuHeight: string;
685
+ actionDividerColor: string;
686
+ actionTextColor: string;
687
+ actionPadding: string;
688
+ }, {
689
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
690
+ fontSize: string;
691
+ nodeBorderRadius: string;
692
+ nodeColorHover: string;
693
+ nodeColorPressed: string;
694
+ nodeColorActive: string;
695
+ arrowColor: string;
696
+ nodeTextColor: string;
697
+ nodeTextColorDisabled: string;
698
+ loadingColor: string;
699
+ dropMarkColor: string;
700
+ }, {
701
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
702
+ labelLineHeight: string;
703
+ fontSizeSmall: string;
704
+ fontSizeMedium: string;
705
+ fontSizeLarge: string;
706
+ borderRadius: string;
707
+ color: string;
708
+ colorChecked: string;
709
+ colorDisabled: string;
710
+ colorDisabledChecked: string;
711
+ colorTableHeader: string;
712
+ colorTableHeaderModal: string;
713
+ colorTableHeaderPopover: string;
714
+ checkMarkColor: string;
715
+ checkMarkColorDisabled: string;
716
+ checkMarkColorDisabledChecked: string;
717
+ border: string;
718
+ borderDisabled: string;
719
+ borderDisabledChecked: string;
720
+ borderChecked: string;
721
+ borderFocus: string;
722
+ boxShadowFocus: string;
723
+ textColor: string;
724
+ textColorDisabled: string;
725
+ sizeSmall: string;
726
+ sizeMedium: string;
727
+ sizeLarge: string;
728
+ labelPadding: string;
729
+ }, any>;
730
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
731
+ color: string;
732
+ colorHover: string;
733
+ }, any>;
734
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
735
+ fontSizeSmall: string;
736
+ fontSizeMedium: string;
737
+ fontSizeLarge: string;
738
+ fontSizeHuge: string;
739
+ textColor: string;
740
+ iconColor: string;
741
+ extraTextColor: string;
742
+ iconSizeSmall: string;
743
+ iconSizeMedium: string;
744
+ iconSizeLarge: string;
745
+ iconSizeHuge: string;
746
+ }, any>;
747
+ }>;
748
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
749
+ fontSizeSmall: string;
750
+ fontSizeMedium: string;
751
+ fontSizeLarge: string;
752
+ fontSizeHuge: string;
753
+ textColor: string;
754
+ iconColor: string;
755
+ extraTextColor: string;
756
+ iconSizeSmall: string;
757
+ iconSizeMedium: string;
758
+ iconSizeLarge: string;
759
+ iconSizeHuge: string;
760
+ }, any>;
761
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
762
+ fontSizeTiny: string;
763
+ fontSizeSmall: string;
764
+ fontSizeMedium: string;
765
+ fontSizeLarge: string;
766
+ heightTiny: string;
767
+ heightSmall: string;
768
+ heightMedium: string;
769
+ heightLarge: string;
770
+ borderRadius: string;
771
+ textColor: string;
772
+ textColorDisabled: string;
773
+ placeholderColor: string;
774
+ placeholderColorDisabled: string;
775
+ color: string;
776
+ colorDisabled: string;
777
+ colorActive: string;
778
+ border: string;
779
+ borderHover: string;
780
+ borderActive: string;
781
+ borderFocus: string;
782
+ boxShadowHover: string;
783
+ boxShadowActive: string;
784
+ boxShadowFocus: string;
785
+ caretColor: string;
786
+ arrowColor: string;
787
+ arrowColorDisabled: string;
788
+ loadingColor: string;
789
+ borderWarning: string;
790
+ borderHoverWarning: string;
791
+ borderActiveWarning: string;
792
+ borderFocusWarning: string;
793
+ boxShadowHoverWarning: string;
794
+ boxShadowActiveWarning: string;
795
+ boxShadowFocusWarning: string;
796
+ colorActiveWarning: string;
797
+ caretColorWarning: string;
798
+ borderError: string;
799
+ borderHoverError: string;
800
+ borderActiveError: string;
801
+ borderFocusError: string;
802
+ boxShadowHoverError: string;
803
+ boxShadowActiveError: string;
804
+ boxShadowFocusError: string;
805
+ colorActiveError: string;
806
+ caretColorError: string;
807
+ clearColor: string;
808
+ clearColorHover: string;
809
+ clearColorPressed: string;
810
+ paddingSingle: string;
811
+ paddingMultiple: string;
812
+ clearSize: string;
813
+ arrowSize: string;
814
+ }, {
815
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
816
+ fontSize: string;
817
+ borderRadius: string;
818
+ color: string;
819
+ dividerColor: string;
820
+ textColor: string;
821
+ boxShadow: string;
822
+ space: string;
823
+ spaceArrow: string;
824
+ arrowOffset: string;
825
+ arrowOffsetVertical: string;
826
+ arrowHeight: string;
827
+ padding: string;
828
+ }, any>;
829
+ }>;
830
+ }>>>;
831
+ }, {
832
+ menuElRef: import("vue").Ref<HTMLDivElement | null>;
833
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
834
+ triggerInstRef: import("vue").Ref<{
835
+ isCompositing: boolean;
836
+ focus: () => void;
837
+ focusInput: () => void;
838
+ blur: () => void;
839
+ $el: HTMLElement;
840
+ } | null>;
841
+ followerInstRef: import("vue").Ref<{
842
+ syncPosition: () => void;
843
+ } | null>;
844
+ treeInstRef: import("vue").Ref<{
845
+ handleKeyup: (e: KeyboardEvent) => void;
846
+ handleKeydown: (e: KeyboardEvent) => void;
847
+ } | null>;
848
+ mergedClsPrefix: import("vue").ComputedRef<string>;
849
+ mergedValue: import("vue").ComputedRef<import("naive-ui/es/tree-select/src/interface").Value>;
850
+ mergedShow: import("vue").ComputedRef<boolean>;
851
+ namespace: import("vue").ComputedRef<string | undefined>;
852
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
853
+ isMounted: Readonly<import("vue").Ref<boolean>>;
854
+ focused: import("vue").Ref<boolean>;
855
+ menuPadding: import("vue").ComputedRef<string>;
856
+ mergedPlaceholder: import("vue").ComputedRef<string>;
857
+ mergedExpandedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[] | undefined>;
858
+ treeSelectedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[]>;
859
+ treeCheckedKeys: import("vue").ComputedRef<import("naive-ui/es/tree/src/interface").Key[]>;
860
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
861
+ mergedDisabled: import("vue").ComputedRef<boolean>;
862
+ selectedOption: import("vue").ComputedRef<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>;
863
+ selectedOptions: import("vue").ComputedRef<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>;
864
+ pattern: import("vue").Ref<string>;
865
+ pendingNodeKey: import("vue").Ref<string | number | null>;
866
+ mergedCascade: import("vue").ComputedRef<boolean>;
867
+ mergedFilter: import("vue").ComputedRef<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
868
+ handleTriggerOrMenuResize: () => void;
869
+ doUpdateExpandedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[], option: (import("naive-ui").TreeSelectOption | null)[]) => void;
870
+ handleMenuLeave: () => void;
871
+ handleTriggerClick: () => void;
872
+ handleMenuClickoutside: (e: MouseEvent) => void;
873
+ handleUpdateCheckedKeys: (keys: import("naive-ui/es/tree/src/interface").Key[]) => void;
874
+ handleUpdateIndeterminateKeys: (keys: import("naive-ui/es/tree/src/interface").Key[]) => void;
875
+ handleTriggerFocus: (e: FocusEvent) => void;
876
+ handleTriggerBlur: (e: FocusEvent) => void;
877
+ handleMenuFocusin: (e: FocusEvent) => void;
878
+ handleMenuFocusout: (e: FocusEvent) => void;
879
+ handleClear: (e: MouseEvent) => void;
880
+ 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;
881
+ handlePatternInput: (e: InputEvent) => void;
882
+ handleKeydown: (e: KeyboardEvent) => void;
883
+ handleKeyup: (e: KeyboardEvent) => void;
884
+ handleTabOut: () => void;
885
+ handleMenuMousedown: (e: MouseEvent) => void;
886
+ mergedTheme: import("vue").ComputedRef<{
887
+ common: {
888
+ baseColor: string;
889
+ primaryColor: string;
890
+ primaryColorHover: string;
891
+ primaryColorPressed: string;
892
+ primaryColorSuppl: string;
893
+ infoColor: string;
894
+ infoColorHover: string;
895
+ infoColorPressed: string;
896
+ infoColorSuppl: string;
897
+ successColor: string;
898
+ successColorHover: string;
899
+ successColorPressed: string;
900
+ successColorSuppl: string;
901
+ warningColor: string;
902
+ warningColorHover: string;
903
+ warningColorPressed: string;
904
+ warningColorSuppl: string;
905
+ errorColor: string;
906
+ errorColorHover: string;
907
+ errorColorPressed: string;
908
+ errorColorSuppl: string;
909
+ textColorBase: string;
910
+ textColor1: string;
911
+ textColor2: string;
912
+ textColor3: string;
913
+ textColorDisabled: string;
914
+ placeholderColor: string;
915
+ placeholderColorDisabled: string;
916
+ iconColor: string;
917
+ iconColorHover: string;
918
+ iconColorPressed: string;
919
+ iconColorDisabled: string;
920
+ opacity1: string;
921
+ opacity2: string;
922
+ opacity3: string;
923
+ opacity4: string;
924
+ opacity5: string;
925
+ dividerColor: string;
926
+ borderColor: string;
927
+ closeIconColor: string;
928
+ closeIconColorHover: string;
929
+ closeIconColorPressed: string;
930
+ closeColorHover: string;
931
+ closeColorPressed: string;
932
+ clearColor: string;
933
+ clearColorHover: string;
934
+ clearColorPressed: string;
935
+ scrollbarColor: string;
936
+ scrollbarColorHover: string;
937
+ scrollbarWidth: string;
938
+ scrollbarHeight: string;
939
+ scrollbarBorderRadius: string;
940
+ progressRailColor: string;
941
+ railColor: string;
942
+ popoverColor: string;
943
+ tableColor: string;
944
+ cardColor: string;
945
+ modalColor: string;
946
+ bodyColor: string;
947
+ tagColor: string;
948
+ avatarColor: string;
949
+ invertedColor: string;
950
+ inputColor: string;
951
+ codeColor: string;
952
+ tabColor: string;
953
+ actionColor: string;
954
+ tableHeaderColor: string;
955
+ hoverColor: string;
956
+ tableColorHover: string;
957
+ tableColorStriped: string;
958
+ pressedColor: string;
959
+ opacityDisabled: string;
960
+ inputColorDisabled: string;
961
+ buttonColor2: string;
962
+ buttonColor2Hover: string;
963
+ buttonColor2Pressed: string;
964
+ boxShadow1: string;
965
+ boxShadow2: string;
966
+ boxShadow3: string;
967
+ fontFamily: string;
968
+ fontFamilyMono: string;
969
+ fontWeight: string;
970
+ fontWeightStrong: string;
971
+ cubicBezierEaseInOut: string;
972
+ cubicBezierEaseOut: string;
973
+ cubicBezierEaseIn: string;
974
+ borderRadius: string;
975
+ borderRadiusSmall: string;
976
+ fontSize: string;
977
+ fontSizeMini: string;
978
+ fontSizeTiny: string;
979
+ fontSizeSmall: string;
980
+ fontSizeMedium: string;
981
+ fontSizeLarge: string;
982
+ fontSizeHuge: string;
983
+ lineHeight: string;
984
+ heightMini: string;
985
+ heightTiny: string;
986
+ heightSmall: string;
987
+ heightMedium: string;
988
+ heightLarge: string;
989
+ heightHuge: string;
990
+ name: "common";
991
+ };
992
+ self: {
993
+ menuPadding: string;
994
+ menuColor: string;
995
+ menuBoxShadow: string;
996
+ menuBorderRadius: string;
997
+ menuHeight: string;
998
+ actionDividerColor: string;
999
+ actionTextColor: string;
1000
+ actionPadding: string;
1001
+ };
1002
+ peers: {
1003
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1004
+ fontSize: string;
1005
+ nodeBorderRadius: string;
1006
+ nodeColorHover: string;
1007
+ nodeColorPressed: string;
1008
+ nodeColorActive: string;
1009
+ arrowColor: string;
1010
+ nodeTextColor: string;
1011
+ nodeTextColorDisabled: string;
1012
+ loadingColor: string;
1013
+ dropMarkColor: string;
1014
+ }, {
1015
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1016
+ labelLineHeight: string;
1017
+ fontSizeSmall: string;
1018
+ fontSizeMedium: string;
1019
+ fontSizeLarge: string;
1020
+ borderRadius: string;
1021
+ color: string;
1022
+ colorChecked: string;
1023
+ colorDisabled: string;
1024
+ colorDisabledChecked: string;
1025
+ colorTableHeader: string;
1026
+ colorTableHeaderModal: string;
1027
+ colorTableHeaderPopover: string;
1028
+ checkMarkColor: string;
1029
+ checkMarkColorDisabled: string;
1030
+ checkMarkColorDisabledChecked: string;
1031
+ border: string;
1032
+ borderDisabled: string;
1033
+ borderDisabledChecked: string;
1034
+ borderChecked: string;
1035
+ borderFocus: string;
1036
+ boxShadowFocus: string;
1037
+ textColor: string;
1038
+ textColorDisabled: string;
1039
+ sizeSmall: string;
1040
+ sizeMedium: string;
1041
+ sizeLarge: string;
1042
+ labelPadding: string;
1043
+ }, any>;
1044
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1045
+ color: string;
1046
+ colorHover: string;
1047
+ }, any>;
1048
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1049
+ fontSizeSmall: string;
1050
+ fontSizeMedium: string;
1051
+ fontSizeLarge: string;
1052
+ fontSizeHuge: string;
1053
+ textColor: string;
1054
+ iconColor: string;
1055
+ extraTextColor: string;
1056
+ iconSizeSmall: string;
1057
+ iconSizeMedium: string;
1058
+ iconSizeLarge: string;
1059
+ iconSizeHuge: string;
1060
+ }, any>;
1061
+ }>;
1062
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1063
+ fontSizeSmall: string;
1064
+ fontSizeMedium: string;
1065
+ fontSizeLarge: string;
1066
+ fontSizeHuge: string;
1067
+ textColor: string;
1068
+ iconColor: string;
1069
+ extraTextColor: string;
1070
+ iconSizeSmall: string;
1071
+ iconSizeMedium: string;
1072
+ iconSizeLarge: string;
1073
+ iconSizeHuge: string;
1074
+ }, any>;
1075
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1076
+ fontSizeTiny: string;
1077
+ fontSizeSmall: string;
1078
+ fontSizeMedium: string;
1079
+ fontSizeLarge: string;
1080
+ heightTiny: string;
1081
+ heightSmall: string;
1082
+ heightMedium: string;
1083
+ heightLarge: string;
1084
+ borderRadius: string;
1085
+ textColor: string;
1086
+ textColorDisabled: string;
1087
+ placeholderColor: string;
1088
+ placeholderColorDisabled: string;
1089
+ color: string;
1090
+ colorDisabled: string;
1091
+ colorActive: string;
1092
+ border: string;
1093
+ borderHover: string;
1094
+ borderActive: string;
1095
+ borderFocus: string;
1096
+ boxShadowHover: string;
1097
+ boxShadowActive: string;
1098
+ boxShadowFocus: string;
1099
+ caretColor: string;
1100
+ arrowColor: string;
1101
+ arrowColorDisabled: string;
1102
+ loadingColor: string;
1103
+ borderWarning: string;
1104
+ borderHoverWarning: string;
1105
+ borderActiveWarning: string;
1106
+ borderFocusWarning: string;
1107
+ boxShadowHoverWarning: string;
1108
+ boxShadowActiveWarning: string;
1109
+ boxShadowFocusWarning: string;
1110
+ colorActiveWarning: string;
1111
+ caretColorWarning: string;
1112
+ borderError: string;
1113
+ borderHoverError: string;
1114
+ borderActiveError: string;
1115
+ borderFocusError: string;
1116
+ boxShadowHoverError: string;
1117
+ boxShadowActiveError: string;
1118
+ boxShadowFocusError: string;
1119
+ colorActiveError: string;
1120
+ caretColorError: string;
1121
+ clearColor: string;
1122
+ clearColorHover: string;
1123
+ clearColorPressed: string;
1124
+ paddingSingle: string;
1125
+ paddingMultiple: string;
1126
+ clearSize: string;
1127
+ arrowSize: string;
1128
+ }, {
1129
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1130
+ fontSize: string;
1131
+ borderRadius: string;
1132
+ color: string;
1133
+ dividerColor: string;
1134
+ textColor: string;
1135
+ boxShadow: string;
1136
+ space: string;
1137
+ spaceArrow: string;
1138
+ arrowOffset: string;
1139
+ arrowOffsetVertical: string;
1140
+ arrowHeight: string;
1141
+ padding: string;
1142
+ }, any>;
1143
+ }>;
1144
+ };
1145
+ peerOverrides: {
1146
+ Tree?: {
1147
+ peers?: {
1148
+ Checkbox?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
1149
+ labelLineHeight: string;
1150
+ fontSizeSmall: string;
1151
+ fontSizeMedium: string;
1152
+ fontSizeLarge: string;
1153
+ borderRadius: string;
1154
+ color: string;
1155
+ colorChecked: string;
1156
+ colorDisabled: string;
1157
+ colorDisabledChecked: string;
1158
+ colorTableHeader: string;
1159
+ colorTableHeaderModal: string;
1160
+ colorTableHeaderPopover: string;
1161
+ checkMarkColor: string;
1162
+ checkMarkColorDisabled: string;
1163
+ checkMarkColorDisabledChecked: string;
1164
+ border: string;
1165
+ borderDisabled: string;
1166
+ borderDisabledChecked: string;
1167
+ borderChecked: string;
1168
+ borderFocus: string;
1169
+ boxShadowFocus: string;
1170
+ textColor: string;
1171
+ textColorDisabled: string;
1172
+ sizeSmall: string;
1173
+ sizeMedium: string;
1174
+ sizeLarge: string;
1175
+ labelPadding: string;
1176
+ }, any>> | undefined;
1177
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1178
+ color: string;
1179
+ colorHover: string;
1180
+ }, any>> | undefined;
1181
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
1182
+ fontSizeSmall: string;
1183
+ fontSizeMedium: string;
1184
+ fontSizeLarge: string;
1185
+ fontSizeHuge: string;
1186
+ textColor: string;
1187
+ iconColor: string;
1188
+ extraTextColor: string;
1189
+ iconSizeSmall: string;
1190
+ iconSizeMedium: string;
1191
+ iconSizeLarge: string;
1192
+ iconSizeHuge: string;
1193
+ }, any>> | undefined;
1194
+ } | undefined;
1195
+ } | undefined;
1196
+ Empty?: {
1197
+ peers?: {
1198
+ [x: string]: any;
1199
+ } | undefined;
1200
+ } | undefined;
1201
+ InternalSelection?: {
1202
+ peers?: {
1203
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1204
+ fontSize: string;
1205
+ borderRadius: string;
1206
+ color: string;
1207
+ dividerColor: string;
1208
+ textColor: string;
1209
+ boxShadow: string;
1210
+ space: string;
1211
+ spaceArrow: string;
1212
+ arrowOffset: string;
1213
+ arrowOffsetVertical: string;
1214
+ arrowHeight: string;
1215
+ padding: string;
1216
+ }, any>> | undefined;
1217
+ } | undefined;
1218
+ } | undefined;
1219
+ };
1220
+ }>;
1221
+ cssVars: import("vue").ComputedRef<{
1222
+ '--n-menu-box-shadow': string;
1223
+ '--n-menu-border-radius': string;
1224
+ '--n-menu-color': string;
1225
+ '--n-menu-height': string;
1226
+ '--n-bezier': string;
1227
+ '--n-action-padding': string;
1228
+ '--n-action-text-color': string;
1229
+ '--n-action-divider-color': string;
1230
+ }> | undefined;
1231
+ themeClass: import("vue").Ref<string> | undefined;
1232
+ onRender: (() => void) | undefined;
1233
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1234
+ readonly onBlur: PropType<(e: FocusEvent) => void>;
1235
+ readonly onFocus: PropType<(e: FocusEvent) => void>;
1236
+ readonly onLoad: PropType<(node: import("naive-ui").TreeSelectOption) => Promise<void>>;
1237
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1238
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
1239
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree-select/src/interface").OnUpdateValue>>;
1240
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(show: boolean) => void>>;
1241
+ readonly leafOnly: BooleanConstructor;
1242
+ readonly allowCheckingNotLoaded: BooleanConstructor;
1243
+ readonly filter: PropType<(pattern: string, node: import("naive-ui").TreeOption) => boolean>;
1244
+ readonly defaultExpandAll: BooleanConstructor;
1245
+ readonly expandedKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1246
+ readonly keyField: {
1247
+ readonly type: StringConstructor;
1248
+ readonly default: "key";
1249
+ };
1250
+ readonly labelField: {
1251
+ readonly type: StringConstructor;
1252
+ readonly default: "label";
1253
+ };
1254
+ readonly childrenField: {
1255
+ readonly type: StringConstructor;
1256
+ readonly default: "children";
1257
+ };
1258
+ readonly defaultExpandedKeys: {
1259
+ readonly type: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1260
+ readonly default: () => never[];
1261
+ };
1262
+ readonly indeterminateKeys: PropType<import("naive-ui/es/tree/src/interface").Key[]>;
1263
+ readonly onUpdateIndeterminateKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1264
+ readonly 'onUpdate:indeterminateKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1265
+ readonly onUpdateExpandedKeys: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1266
+ readonly 'onUpdate:expandedKeys': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/tree/src/Tree").OnUpdateKeys>>;
1267
+ readonly bordered: {
1268
+ readonly type: BooleanConstructor;
1269
+ readonly default: true;
1270
+ };
1271
+ readonly cascade: BooleanConstructor;
1272
+ readonly checkable: BooleanConstructor;
1273
+ readonly clearable: BooleanConstructor;
1274
+ readonly clearFilterAfterSelect: {
1275
+ readonly type: BooleanConstructor;
1276
+ readonly default: true;
1277
+ };
1278
+ readonly consistentMenuWidth: {
1279
+ readonly type: BooleanConstructor;
1280
+ readonly default: true;
1281
+ };
1282
+ readonly defaultShow: BooleanConstructor;
1283
+ readonly defaultValue: {
1284
+ readonly type: PropType<string | number | (string | number)[] | null>;
1285
+ readonly default: null;
1286
+ };
1287
+ readonly disabled: {
1288
+ readonly type: PropType<boolean | undefined>;
1289
+ readonly default: undefined;
1290
+ };
1291
+ readonly filterable: BooleanConstructor;
1292
+ readonly checkStrategy: {
1293
+ readonly type: PropType<import("treemate").CheckStrategy>;
1294
+ readonly default: "all";
1295
+ };
1296
+ readonly loading: BooleanConstructor;
1297
+ readonly maxTagCount: PropType<number | "responsive">;
1298
+ readonly multiple: BooleanConstructor;
1299
+ readonly showPath: BooleanConstructor;
1300
+ readonly separator: {
1301
+ readonly type: StringConstructor;
1302
+ readonly default: " / ";
1303
+ };
1304
+ readonly options: {
1305
+ readonly type: PropType<import("naive-ui").TreeSelectOption[]>;
1306
+ readonly default: () => never[];
1307
+ };
1308
+ readonly placeholder: StringConstructor;
1309
+ readonly placement: {
1310
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
1311
+ readonly default: "bottom-start";
1312
+ };
1313
+ readonly show: {
1314
+ readonly type: PropType<boolean | undefined>;
1315
+ readonly default: undefined;
1316
+ };
1317
+ readonly size: PropType<"small" | "medium" | "large">;
1318
+ readonly value: PropType<string | number | (string | number)[] | null>;
1319
+ readonly to: {
1320
+ type: PropType<string | boolean | HTMLElement>;
1321
+ default: undefined;
1322
+ };
1323
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
1324
+ readonly virtualScroll: {
1325
+ readonly type: BooleanConstructor;
1326
+ readonly default: true;
1327
+ };
1328
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1329
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1330
+ menuPadding: string;
1331
+ menuColor: string;
1332
+ menuBoxShadow: string;
1333
+ menuBorderRadius: string;
1334
+ menuHeight: string;
1335
+ actionDividerColor: string;
1336
+ actionTextColor: string;
1337
+ actionPadding: string;
1338
+ }, {
1339
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1340
+ fontSize: string;
1341
+ nodeBorderRadius: string;
1342
+ nodeColorHover: string;
1343
+ nodeColorPressed: string;
1344
+ nodeColorActive: string;
1345
+ arrowColor: string;
1346
+ nodeTextColor: string;
1347
+ nodeTextColorDisabled: string;
1348
+ loadingColor: string;
1349
+ dropMarkColor: string;
1350
+ }, {
1351
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1352
+ labelLineHeight: string;
1353
+ fontSizeSmall: string;
1354
+ fontSizeMedium: string;
1355
+ fontSizeLarge: string;
1356
+ borderRadius: string;
1357
+ color: string;
1358
+ colorChecked: string;
1359
+ colorDisabled: string;
1360
+ colorDisabledChecked: string;
1361
+ colorTableHeader: string;
1362
+ colorTableHeaderModal: string;
1363
+ colorTableHeaderPopover: string;
1364
+ checkMarkColor: string;
1365
+ checkMarkColorDisabled: string;
1366
+ checkMarkColorDisabledChecked: string;
1367
+ border: string;
1368
+ borderDisabled: string;
1369
+ borderDisabledChecked: string;
1370
+ borderChecked: string;
1371
+ borderFocus: string;
1372
+ boxShadowFocus: string;
1373
+ textColor: string;
1374
+ textColorDisabled: string;
1375
+ sizeSmall: string;
1376
+ sizeMedium: string;
1377
+ sizeLarge: string;
1378
+ labelPadding: string;
1379
+ }, any>;
1380
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1381
+ color: string;
1382
+ colorHover: string;
1383
+ }, any>;
1384
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1385
+ fontSizeSmall: string;
1386
+ fontSizeMedium: string;
1387
+ fontSizeLarge: string;
1388
+ fontSizeHuge: string;
1389
+ textColor: string;
1390
+ iconColor: string;
1391
+ extraTextColor: string;
1392
+ iconSizeSmall: string;
1393
+ iconSizeMedium: string;
1394
+ iconSizeLarge: string;
1395
+ iconSizeHuge: string;
1396
+ }, any>;
1397
+ }>;
1398
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1399
+ fontSizeSmall: string;
1400
+ fontSizeMedium: string;
1401
+ fontSizeLarge: string;
1402
+ fontSizeHuge: string;
1403
+ textColor: string;
1404
+ iconColor: string;
1405
+ extraTextColor: string;
1406
+ iconSizeSmall: string;
1407
+ iconSizeMedium: string;
1408
+ iconSizeLarge: string;
1409
+ iconSizeHuge: string;
1410
+ }, any>;
1411
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1412
+ fontSizeTiny: string;
1413
+ fontSizeSmall: string;
1414
+ fontSizeMedium: string;
1415
+ fontSizeLarge: string;
1416
+ heightTiny: string;
1417
+ heightSmall: string;
1418
+ heightMedium: string;
1419
+ heightLarge: string;
1420
+ borderRadius: string;
1421
+ textColor: string;
1422
+ textColorDisabled: string;
1423
+ placeholderColor: string;
1424
+ placeholderColorDisabled: string;
1425
+ color: string;
1426
+ colorDisabled: string;
1427
+ colorActive: string;
1428
+ border: string;
1429
+ borderHover: string;
1430
+ borderActive: string;
1431
+ borderFocus: string;
1432
+ boxShadowHover: string;
1433
+ boxShadowActive: string;
1434
+ boxShadowFocus: string;
1435
+ caretColor: string;
1436
+ arrowColor: string;
1437
+ arrowColorDisabled: string;
1438
+ loadingColor: string;
1439
+ borderWarning: string;
1440
+ borderHoverWarning: string;
1441
+ borderActiveWarning: string;
1442
+ borderFocusWarning: string;
1443
+ boxShadowHoverWarning: string;
1444
+ boxShadowActiveWarning: string;
1445
+ boxShadowFocusWarning: string;
1446
+ colorActiveWarning: string;
1447
+ caretColorWarning: string;
1448
+ borderError: string;
1449
+ borderHoverError: string;
1450
+ borderActiveError: string;
1451
+ borderFocusError: string;
1452
+ boxShadowHoverError: string;
1453
+ boxShadowActiveError: string;
1454
+ boxShadowFocusError: string;
1455
+ colorActiveError: string;
1456
+ caretColorError: string;
1457
+ clearColor: string;
1458
+ clearColorHover: string;
1459
+ clearColorPressed: string;
1460
+ paddingSingle: string;
1461
+ paddingMultiple: string;
1462
+ clearSize: string;
1463
+ arrowSize: string;
1464
+ }, {
1465
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1466
+ fontSize: string;
1467
+ borderRadius: string;
1468
+ color: string;
1469
+ dividerColor: string;
1470
+ textColor: string;
1471
+ boxShadow: string;
1472
+ space: string;
1473
+ spaceArrow: string;
1474
+ arrowOffset: string;
1475
+ arrowOffsetVertical: string;
1476
+ arrowHeight: string;
1477
+ padding: string;
1478
+ }, any>;
1479
+ }>;
1480
+ }>>;
1481
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1482
+ menuPadding: string;
1483
+ menuColor: string;
1484
+ menuBoxShadow: string;
1485
+ menuBorderRadius: string;
1486
+ menuHeight: string;
1487
+ actionDividerColor: string;
1488
+ actionTextColor: string;
1489
+ actionPadding: string;
1490
+ }, {
1491
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1492
+ fontSize: string;
1493
+ nodeBorderRadius: string;
1494
+ nodeColorHover: string;
1495
+ nodeColorPressed: string;
1496
+ nodeColorActive: string;
1497
+ arrowColor: string;
1498
+ nodeTextColor: string;
1499
+ nodeTextColorDisabled: string;
1500
+ loadingColor: string;
1501
+ dropMarkColor: string;
1502
+ }, {
1503
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1504
+ labelLineHeight: string;
1505
+ fontSizeSmall: string;
1506
+ fontSizeMedium: string;
1507
+ fontSizeLarge: string;
1508
+ borderRadius: string;
1509
+ color: string;
1510
+ colorChecked: string;
1511
+ colorDisabled: string;
1512
+ colorDisabledChecked: string;
1513
+ colorTableHeader: string;
1514
+ colorTableHeaderModal: string;
1515
+ colorTableHeaderPopover: string;
1516
+ checkMarkColor: string;
1517
+ checkMarkColorDisabled: string;
1518
+ checkMarkColorDisabledChecked: string;
1519
+ border: string;
1520
+ borderDisabled: string;
1521
+ borderDisabledChecked: string;
1522
+ borderChecked: string;
1523
+ borderFocus: string;
1524
+ boxShadowFocus: string;
1525
+ textColor: string;
1526
+ textColorDisabled: string;
1527
+ sizeSmall: string;
1528
+ sizeMedium: string;
1529
+ sizeLarge: string;
1530
+ labelPadding: string;
1531
+ }, any>;
1532
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1533
+ color: string;
1534
+ colorHover: string;
1535
+ }, any>;
1536
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1537
+ fontSizeSmall: string;
1538
+ fontSizeMedium: string;
1539
+ fontSizeLarge: string;
1540
+ fontSizeHuge: string;
1541
+ textColor: string;
1542
+ iconColor: string;
1543
+ extraTextColor: string;
1544
+ iconSizeSmall: string;
1545
+ iconSizeMedium: string;
1546
+ iconSizeLarge: string;
1547
+ iconSizeHuge: string;
1548
+ }, any>;
1549
+ }>;
1550
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1551
+ fontSizeSmall: string;
1552
+ fontSizeMedium: string;
1553
+ fontSizeLarge: string;
1554
+ fontSizeHuge: string;
1555
+ textColor: string;
1556
+ iconColor: string;
1557
+ extraTextColor: string;
1558
+ iconSizeSmall: string;
1559
+ iconSizeMedium: string;
1560
+ iconSizeLarge: string;
1561
+ iconSizeHuge: string;
1562
+ }, any>;
1563
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1564
+ fontSizeTiny: string;
1565
+ fontSizeSmall: string;
1566
+ fontSizeMedium: string;
1567
+ fontSizeLarge: string;
1568
+ heightTiny: string;
1569
+ heightSmall: string;
1570
+ heightMedium: string;
1571
+ heightLarge: string;
1572
+ borderRadius: string;
1573
+ textColor: string;
1574
+ textColorDisabled: string;
1575
+ placeholderColor: string;
1576
+ placeholderColorDisabled: string;
1577
+ color: string;
1578
+ colorDisabled: string;
1579
+ colorActive: string;
1580
+ border: string;
1581
+ borderHover: string;
1582
+ borderActive: string;
1583
+ borderFocus: string;
1584
+ boxShadowHover: string;
1585
+ boxShadowActive: string;
1586
+ boxShadowFocus: string;
1587
+ caretColor: string;
1588
+ arrowColor: string;
1589
+ arrowColorDisabled: string;
1590
+ loadingColor: string;
1591
+ borderWarning: string;
1592
+ borderHoverWarning: string;
1593
+ borderActiveWarning: string;
1594
+ borderFocusWarning: string;
1595
+ boxShadowHoverWarning: string;
1596
+ boxShadowActiveWarning: string;
1597
+ boxShadowFocusWarning: string;
1598
+ colorActiveWarning: string;
1599
+ caretColorWarning: string;
1600
+ borderError: string;
1601
+ borderHoverError: string;
1602
+ borderActiveError: string;
1603
+ borderFocusError: string;
1604
+ boxShadowHoverError: string;
1605
+ boxShadowActiveError: string;
1606
+ boxShadowFocusError: string;
1607
+ colorActiveError: string;
1608
+ caretColorError: string;
1609
+ clearColor: string;
1610
+ clearColorHover: string;
1611
+ clearColorPressed: string;
1612
+ paddingSingle: string;
1613
+ paddingMultiple: string;
1614
+ clearSize: string;
1615
+ arrowSize: string;
1616
+ }, {
1617
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1618
+ fontSize: string;
1619
+ borderRadius: string;
1620
+ color: string;
1621
+ dividerColor: string;
1622
+ textColor: string;
1623
+ boxShadow: string;
1624
+ space: string;
1625
+ spaceArrow: string;
1626
+ arrowOffset: string;
1627
+ arrowOffsetVertical: string;
1628
+ arrowHeight: string;
1629
+ padding: string;
1630
+ }, any>;
1631
+ }>;
1632
+ }>>>;
1633
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"TreeSelect", {
1634
+ menuPadding: string;
1635
+ menuColor: string;
1636
+ menuBoxShadow: string;
1637
+ menuBorderRadius: string;
1638
+ menuHeight: string;
1639
+ actionDividerColor: string;
1640
+ actionTextColor: string;
1641
+ actionPadding: string;
1642
+ }, {
1643
+ Tree: import("naive-ui/es/_mixins").Theme<"Tree", {
1644
+ fontSize: string;
1645
+ nodeBorderRadius: string;
1646
+ nodeColorHover: string;
1647
+ nodeColorPressed: string;
1648
+ nodeColorActive: string;
1649
+ arrowColor: string;
1650
+ nodeTextColor: string;
1651
+ nodeTextColorDisabled: string;
1652
+ loadingColor: string;
1653
+ dropMarkColor: string;
1654
+ }, {
1655
+ Checkbox: import("naive-ui/es/_mixins").Theme<"Checkbox", {
1656
+ labelLineHeight: string;
1657
+ fontSizeSmall: string;
1658
+ fontSizeMedium: string;
1659
+ fontSizeLarge: string;
1660
+ borderRadius: string;
1661
+ color: string;
1662
+ colorChecked: string;
1663
+ colorDisabled: string;
1664
+ colorDisabledChecked: string;
1665
+ colorTableHeader: string;
1666
+ colorTableHeaderModal: string;
1667
+ colorTableHeaderPopover: string;
1668
+ checkMarkColor: string;
1669
+ checkMarkColorDisabled: string;
1670
+ checkMarkColorDisabledChecked: string;
1671
+ border: string;
1672
+ borderDisabled: string;
1673
+ borderDisabledChecked: string;
1674
+ borderChecked: string;
1675
+ borderFocus: string;
1676
+ boxShadowFocus: string;
1677
+ textColor: string;
1678
+ textColorDisabled: string;
1679
+ sizeSmall: string;
1680
+ sizeMedium: string;
1681
+ sizeLarge: string;
1682
+ labelPadding: string;
1683
+ }, any>;
1684
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1685
+ color: string;
1686
+ colorHover: string;
1687
+ }, any>;
1688
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1689
+ fontSizeSmall: string;
1690
+ fontSizeMedium: string;
1691
+ fontSizeLarge: string;
1692
+ fontSizeHuge: string;
1693
+ textColor: string;
1694
+ iconColor: string;
1695
+ extraTextColor: string;
1696
+ iconSizeSmall: string;
1697
+ iconSizeMedium: string;
1698
+ iconSizeLarge: string;
1699
+ iconSizeHuge: string;
1700
+ }, any>;
1701
+ }>;
1702
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1703
+ fontSizeSmall: string;
1704
+ fontSizeMedium: string;
1705
+ fontSizeLarge: string;
1706
+ fontSizeHuge: string;
1707
+ textColor: string;
1708
+ iconColor: string;
1709
+ extraTextColor: string;
1710
+ iconSizeSmall: string;
1711
+ iconSizeMedium: string;
1712
+ iconSizeLarge: string;
1713
+ iconSizeHuge: string;
1714
+ }, any>;
1715
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1716
+ fontSizeTiny: string;
1717
+ fontSizeSmall: string;
1718
+ fontSizeMedium: string;
1719
+ fontSizeLarge: string;
1720
+ heightTiny: string;
1721
+ heightSmall: string;
1722
+ heightMedium: string;
1723
+ heightLarge: string;
1724
+ borderRadius: string;
1725
+ textColor: string;
1726
+ textColorDisabled: string;
1727
+ placeholderColor: string;
1728
+ placeholderColorDisabled: string;
1729
+ color: string;
1730
+ colorDisabled: string;
1731
+ colorActive: string;
1732
+ border: string;
1733
+ borderHover: string;
1734
+ borderActive: string;
1735
+ borderFocus: string;
1736
+ boxShadowHover: string;
1737
+ boxShadowActive: string;
1738
+ boxShadowFocus: string;
1739
+ caretColor: string;
1740
+ arrowColor: string;
1741
+ arrowColorDisabled: string;
1742
+ loadingColor: string;
1743
+ borderWarning: string;
1744
+ borderHoverWarning: string;
1745
+ borderActiveWarning: string;
1746
+ borderFocusWarning: string;
1747
+ boxShadowHoverWarning: string;
1748
+ boxShadowActiveWarning: string;
1749
+ boxShadowFocusWarning: string;
1750
+ colorActiveWarning: string;
1751
+ caretColorWarning: string;
1752
+ borderError: string;
1753
+ borderHoverError: string;
1754
+ borderActiveError: string;
1755
+ borderFocusError: string;
1756
+ boxShadowHoverError: string;
1757
+ boxShadowActiveError: string;
1758
+ boxShadowFocusError: string;
1759
+ colorActiveError: string;
1760
+ caretColorError: string;
1761
+ clearColor: string;
1762
+ clearColorHover: string;
1763
+ clearColorPressed: string;
1764
+ paddingSingle: string;
1765
+ paddingMultiple: string;
1766
+ clearSize: string;
1767
+ arrowSize: string;
1768
+ }, {
1769
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1770
+ fontSize: string;
1771
+ borderRadius: string;
1772
+ color: string;
1773
+ dividerColor: string;
1774
+ textColor: string;
1775
+ boxShadow: string;
1776
+ space: string;
1777
+ spaceArrow: string;
1778
+ arrowOffset: string;
1779
+ arrowOffsetVertical: string;
1780
+ arrowHeight: string;
1781
+ padding: string;
1782
+ }, any>;
1783
+ }>;
1784
+ }>>>;
1785
+ }>>, {
1786
+ readonly show: boolean | undefined;
1787
+ readonly separator: string;
1788
+ readonly multiple: boolean;
1789
+ readonly disabled: boolean | undefined;
1790
+ readonly to: string | boolean | HTMLElement;
1791
+ readonly options: import("naive-ui").TreeSelectOption[];
1792
+ readonly loading: boolean;
1793
+ readonly bordered: boolean;
1794
+ readonly placement: import("naive-ui").PopoverPlacement;
1795
+ readonly keyField: string;
1796
+ readonly labelField: string;
1797
+ readonly virtualScroll: boolean;
1798
+ readonly checkable: boolean;
1799
+ readonly defaultShow: boolean;
1800
+ readonly filterable: boolean;
1801
+ readonly clearable: boolean;
1802
+ readonly clearFilterAfterSelect: boolean;
1803
+ readonly defaultValue: string | number | (string | number)[] | null;
1804
+ readonly consistentMenuWidth: boolean;
1805
+ readonly childrenField: string;
1806
+ readonly allowCheckingNotLoaded: boolean;
1807
+ readonly cascade: boolean;
1808
+ readonly checkStrategy: import("treemate").CheckStrategy;
1809
+ readonly leafOnly: boolean;
1810
+ readonly showPath: boolean;
1811
+ readonly defaultExpandedKeys: import("naive-ui/es/tree/src/interface").Key[];
1812
+ readonly defaultExpandAll: boolean;
1813
+ }>;
1814
+ }, 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<{
1815
+ mainForm: {
1816
+ type: PropObject;
1817
+ default: () => {};
1818
+ };
1819
+ userInfo: {
1820
+ type: PropObject;
1821
+ default: () => {};
1822
+ };
1823
+ styleSetting: {
1824
+ type: PropObject;
1825
+ default: () => {};
1826
+ };
1827
+ defaultValue: {
1828
+ type: PropObject;
1829
+ default: () => {};
1830
+ };
1831
+ dbParams: {
1832
+ type: PropType<AnyObject>;
1833
+ };
1834
+ row: {
1835
+ type: PropObject;
1836
+ default: () => {};
1837
+ };
1838
+ item: {
1839
+ type: PropObject;
1840
+ default: () => {
1841
+ _own: {};
1842
+ };
1843
+ };
1844
+ defaultFieldList: {
1845
+ type: PropType<any[]>;
1846
+ default: () => never[];
1847
+ };
1848
+ cacheUniqueKey: {
1849
+ type: PropObject;
1850
+ default: () => {
1851
+ _own: {};
1852
+ };
1853
+ };
1854
+ params_formId: (NumberConstructor | StringConstructor)[];
1855
+ formType: {
1856
+ type: PropObject;
1857
+ default: () => {
1858
+ _own: {};
1859
+ };
1860
+ };
1861
+ isDetail: {
1862
+ type: BooleanConstructor;
1863
+ default: boolean;
1864
+ };
1865
+ handleFormTableValue: PropType<Func<any[], any>>;
1866
+ }>> & {
1867
+ onTableBlur?: ((...args: any[]) => any) | undefined;
1868
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
1869
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1870
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
1871
+ }, {
1872
+ styleSetting: AnyObject;
1873
+ userInfo: AnyObject;
1874
+ cacheUniqueKey: AnyObject;
1875
+ row: AnyObject;
1876
+ defaultValue: AnyObject;
1877
+ isDetail: boolean;
1878
+ item: AnyObject;
1879
+ formType: AnyObject;
1880
+ mainForm: AnyObject;
1881
+ defaultFieldList: any[];
1882
+ }>;
1883
+ export default _default;