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