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