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,3093 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ mainForm: {
3
+ type: ObjectConstructor;
4
+ default: () => {};
5
+ };
6
+ userInfo: {
7
+ type: ObjectConstructor;
8
+ default: () => {};
9
+ };
10
+ styleSetting: {
11
+ type: ObjectConstructor;
12
+ default: () => {};
13
+ };
14
+ defaultValue: {
15
+ type: ObjectConstructor;
16
+ default: () => {};
17
+ };
18
+ dbParams: {
19
+ type: ObjectConstructor;
20
+ };
21
+ row: {
22
+ type: ObjectConstructor;
23
+ default: () => {};
24
+ };
25
+ item: {
26
+ type: ObjectConstructor;
27
+ default: () => {
28
+ _own: {};
29
+ };
30
+ };
31
+ defaultFieldList: {
32
+ type: ArrayConstructor;
33
+ default: () => never[];
34
+ };
35
+ cacheUniqueKey: {
36
+ type: ObjectConstructor;
37
+ default: () => {
38
+ _own: {};
39
+ };
40
+ };
41
+ params_formId: (NumberConstructor | StringConstructor)[];
42
+ formType: {
43
+ type: ObjectConstructor;
44
+ default: () => {
45
+ _own: {};
46
+ };
47
+ };
48
+ isDetail: {
49
+ type: BooleanConstructor;
50
+ default: boolean;
51
+ };
52
+ handleFormTableValue: FunctionConstructor;
53
+ }, {
54
+ $message: import("naive-ui").MessageApi;
55
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
56
+ mainForm: {
57
+ type: ObjectConstructor;
58
+ default: () => {};
59
+ };
60
+ userInfo: {
61
+ type: ObjectConstructor;
62
+ default: () => {};
63
+ };
64
+ styleSetting: {
65
+ type: ObjectConstructor;
66
+ default: () => {};
67
+ };
68
+ defaultValue: {
69
+ type: ObjectConstructor;
70
+ default: () => {};
71
+ };
72
+ dbParams: {
73
+ type: ObjectConstructor;
74
+ };
75
+ row: {
76
+ type: ObjectConstructor;
77
+ default: () => {};
78
+ };
79
+ item: {
80
+ type: ObjectConstructor;
81
+ default: () => {
82
+ _own: {};
83
+ };
84
+ };
85
+ defaultFieldList: {
86
+ type: ArrayConstructor;
87
+ default: () => never[];
88
+ };
89
+ cacheUniqueKey: {
90
+ type: ObjectConstructor;
91
+ default: () => {
92
+ _own: {};
93
+ };
94
+ };
95
+ params_formId: (NumberConstructor | StringConstructor)[];
96
+ formType: {
97
+ type: ObjectConstructor;
98
+ default: () => {
99
+ _own: {};
100
+ };
101
+ };
102
+ isDetail: {
103
+ type: BooleanConstructor;
104
+ default: boolean;
105
+ };
106
+ handleFormTableValue: FunctionConstructor;
107
+ }>> & {
108
+ onTableBlur?: ((...args: any[]) => any) | undefined;
109
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
110
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
111
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
112
+ }>>;
113
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
114
+ open: import("vue").Ref<boolean>;
115
+ wrapperRef: import("vue").Ref<null>;
116
+ refs: never[];
117
+ baseForm: import("vue").Ref<{}>;
118
+ curAddBtnItem: import("vue").Ref<any>;
119
+ dropdownHide: import("vue").Ref<boolean>;
120
+ $_handleTracherLog: () => void;
121
+ $t: () => void;
122
+ $qs: () => void;
123
+ loadDataPrimary_key: import("vue").Ref<any>;
124
+ optionsRequestSource: import("vue").Ref<any>;
125
+ Choose_to_complete: import("vue").Ref<boolean>;
126
+ noAllow_check_mid_level: import("vue").Ref<boolean>;
127
+ selsectVisible: import("vue").Ref<boolean>;
128
+ renderOption: ({ option }: {
129
+ option: any;
130
+ }) => JSX.Element;
131
+ fetching: import("vue").Ref<boolean>;
132
+ timeout: any;
133
+ curOptions: import("vue").Ref<any[]>;
134
+ selectedOptions: import("vue").Ref<any[]>;
135
+ levelNum: import("vue").Ref<number>;
136
+ cascaderInitLabel: import("vue").Ref<boolean>;
137
+ defList: import("vue").Ref<any[]>;
138
+ panelOpen: import("vue").Ref<boolean>;
139
+ searchAddObj: import("vue").Ref<import("../../../../src/types").AnyObject>;
140
+ searchPageConfig: import("vue").Ref<{
141
+ keyword: undefined;
142
+ isFetching: boolean;
143
+ isRequest: boolean;
144
+ hasNextPage: boolean;
145
+ page: number;
146
+ total: number;
147
+ }>;
148
+ optionsMaxWidth: import("vue").Ref<string>;
149
+ cacheReqOptionsParams: import("vue").Ref<string>;
150
+ hotSearchConfig: import("vue").Ref<{
151
+ hotList: never[];
152
+ latestList: never[];
153
+ isRequest: boolean;
154
+ isclose: boolean;
155
+ }>;
156
+ searchShowHotList: import("vue").Ref<boolean>;
157
+ showHotSearchConfig: import("vue").ComputedRef<true | 0>;
158
+ showSearchEmpty: import("vue").ComputedRef<boolean>;
159
+ selectIsOpen: import("vue").ComputedRef<boolean>;
160
+ isnoPages: import("vue").ComputedRef<boolean>;
161
+ init: () => void;
162
+ hanldeInitSearchMoreVal: (i: any, v?: any) => Promise<void>;
163
+ getSearchDefParams: (keyword: any, itemData?: any, other?: any) => {
164
+ pageSize?: number | undefined;
165
+ primaryKey?: any;
166
+ levelKey?: any;
167
+ wordbookId: any;
168
+ autograph: any;
169
+ wordbookType: any;
170
+ preConObj: string | undefined;
171
+ conObj: string | undefined;
172
+ preSqlExpression: any;
173
+ sqlExpression: any;
174
+ fieldKeys: string | undefined;
175
+ keyword: any;
176
+ page: number;
177
+ };
178
+ getCascadeParams: (params: any, itemData: any, otherConfig: any, defFalg: any) => any;
179
+ handleRowUnique: (rows: any, itemData: any, uniqueConfig?: any) => any;
180
+ handleGetSearchDefVal: (defFalg: any, rowData: any, itemData: any, uniqueConfig?: any) => void;
181
+ handleRequestedOptions: (itemData?: any, keyword?: any, defFalg?: any, otherConfig?: any) => Promise<any>;
182
+ handleFreeEntry: (option?: any) => void;
183
+ formatField: (value: any) => any;
184
+ formatFieldValue: (value: any) => any;
185
+ getTitleHeader: (fieldList: any, renderKey: any) => string;
186
+ handleRequestedUniqueKey: (id: any) => Promise<unknown>;
187
+ dealDictionatySearch: (val: any) => void;
188
+ handleMultipleSearch: (val: any, itemData: any) => void;
189
+ multipleSelect: (e: any, item: any) => void;
190
+ multipleDeselect: (e: any, item: any) => void;
191
+ handlerAddOptions: (data: any, item: any) => void;
192
+ searchMoreOnChange: (value: any, item: any) => void;
193
+ handleFormCascade: (list?: any, v?: any, level?: any) => void;
194
+ hanldeGetCascadelabel: (v?: any, k?: any) => string;
195
+ handleCascaderChange: (option: any, item: any) => void;
196
+ handleCascaderFilter: (inputValue: any, path: any) => any;
197
+ handleCascadeLoadData: (selectedOptions: any) => Promise<void>;
198
+ handlerDropdownVisibleChange: (e: any, data: any) => void;
199
+ hanlderGetSearchLabel: (config: any, v: any) => any;
200
+ hanlderSendSelectLog: (item: any, value: any) => void;
201
+ handleSearchSelect: (e: any, option: any, type?: any, eventConfig?: any) => void;
202
+ handleSearchChangePage: (type?: any) => void;
203
+ handleCalculateOptionsMaxWidth: () => void;
204
+ handlerSearchOnFocus: (item: any) => void;
205
+ handleQueryParams: (formData: any, queryParams: any) => {};
206
+ hideHotSearch: import("vue").Ref<boolean>;
207
+ confirmSelect: ({ value, selectRow, myUniqueKey }: any) => void;
208
+ hanldeRemoveDuplicates: (list?: any, config?: any) => any[];
209
+ getFormValue: () => any;
210
+ cancelOptionsRequest: () => void;
211
+ getHotSearchConfig: () => void;
212
+ handleSelectHotKeyword: (key: any) => void;
213
+ hanldeClearLately: () => void;
214
+ closeHotSearch: () => void;
215
+ handleSearchTracher: (item: any, obj?: any) => void;
216
+ hanldercheckOption: (data: any) => any;
217
+ handleSearchScrollTop: (item: any) => void;
218
+ handleCascaderTracher: () => void;
219
+ handleSearchBlur: () => void;
220
+ curMultipleSelected: import("vue").Ref<any[]>;
221
+ formTable: import("../../../../src/types").AnyObject;
222
+ hasErr: import("vue").ComputedRef<any>;
223
+ handleGetJsonStr: (str: string | import("../../../../src/types").AnyObject) => import("../../../../src/types").AnyObject;
224
+ handleSetFieldsValue: (setObj?: import("../../../../src/types").AnyObject, target?: any) => void;
225
+ handleGetUniqueKey: (id: string) => any;
226
+ handleSysParams: (str: string) => string;
227
+ defaultInit: () => void;
228
+ handleTableBlur: (e?: import("../../../../src/types").AnyObject | undefined, config?: import("../../../../src/types").AnyObject) => void;
229
+ handleFormParams: (str: string) => string;
230
+ radioColor: () => (p: import("../../../../src/types").AnyObject, isOnlyRead?: boolean | undefined) => any;
231
+ handleGetAgeUnit: (ageInfo?: import("../../../../src/types").AnyObject) => string | undefined;
232
+ handleAgeToBirthDay: (val: number, f: string, item: import("../../../../src/types").AnyObject) => void;
233
+ changeAgeSelect: (val: string, item: import("../../../../src/types").AnyObject) => void;
234
+ handlerSetIdCarInfoValidate: (value: any, item: import("../../../../src/types").AnyObject, callback: import("../../../../src/types").Func<any[], any>) => void;
235
+ getInputCheck: (validate?: string | undefined) => {
236
+ pattern: RegExp;
237
+ message: string;
238
+ } | undefined;
239
+ getCustomRegular: (item: import("../../../../src/types").AnyObject) => {
240
+ pattern: RegExp;
241
+ message: any;
242
+ } | null;
243
+ checkDigital: import("../types").ValidateFunc;
244
+ checkAgeJson: import("../types").ValidateFunc;
245
+ checkAge: import("../types").ValidateFunc;
246
+ checkMultipleChoice: import("../types").ValidateFunc;
247
+ checkLength: import("../types").ValidateFunc;
248
+ checkinputBlank: import("../types").ValidateFunc;
249
+ handlerGetDateType: (data: import("../../../../src/types").AnyObject) => any;
250
+ checkSearchCascade: import("../types").ValidateFunc;
251
+ checkMultipleTree: import("../types").ValidateFunc;
252
+ handleDateClearBtn: (v: any, item: import("../../../../src/types").AnyObject) => void;
253
+ handleStartDateEndDate: (item: import("../../../../src/types").AnyObject) => void;
254
+ showTimePanel: (item: import("../../../../src/types").AnyObject) => boolean;
255
+ momentLib: (date_format: string) => any;
256
+ judgeTimeBoundary: (time: any, item: import("../../../../src/types").AnyObject) => void;
257
+ setTimeValue: (time: any, item: import("../../../../src/types").AnyObject) => void;
258
+ judgeTimeRange: (time: any, item: import("../../../../src/types").AnyObject) => import("../../../../src/types").AnyObject | undefined;
259
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => import("../../../../src/types").AnyObject;
260
+ setDefaultCurrent: (compareItem: import("../../../../src/types").AnyObject, currTime: any) => void;
261
+ handleDefaultRimeRange: (time: any, item: import("../../../../src/types").AnyObject) => void;
262
+ judgeMinMaxDateIsSameDate: (item: import("../../../../src/types").AnyObject) => boolean;
263
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
264
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: import("../../../../src/types").AnyObject) => {};
265
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
266
+ NSelect: import("vue").DefineComponent<{
267
+ readonly to: {
268
+ type: import("vue").PropType<string | boolean | HTMLElement>;
269
+ default: undefined;
270
+ };
271
+ readonly bordered: {
272
+ readonly type: import("vue").PropType<boolean | undefined>;
273
+ readonly default: undefined;
274
+ };
275
+ readonly clearable: BooleanConstructor;
276
+ readonly clearFilterAfterSelect: {
277
+ readonly type: BooleanConstructor;
278
+ readonly default: true;
279
+ };
280
+ readonly options: {
281
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
282
+ readonly default: () => never[];
283
+ };
284
+ readonly defaultValue: {
285
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
286
+ readonly default: null;
287
+ };
288
+ readonly value: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
289
+ readonly placeholder: StringConstructor;
290
+ readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
291
+ readonly multiple: BooleanConstructor;
292
+ readonly size: import("vue").PropType<import("naive-ui/es/select/src/interface").Size>;
293
+ readonly filterable: BooleanConstructor;
294
+ readonly disabled: {
295
+ readonly type: import("vue").PropType<boolean | undefined>;
296
+ readonly default: undefined;
297
+ };
298
+ readonly remote: BooleanConstructor;
299
+ readonly loading: BooleanConstructor;
300
+ readonly filter: {
301
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
302
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
303
+ };
304
+ readonly placement: {
305
+ readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
306
+ readonly default: "bottom-start";
307
+ };
308
+ readonly widthMode: {
309
+ readonly type: StringConstructor;
310
+ readonly default: "trigger";
311
+ };
312
+ readonly tag: BooleanConstructor;
313
+ readonly onCreate: {
314
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
315
+ readonly default: (label: string) => {
316
+ label: string;
317
+ value: string;
318
+ };
319
+ };
320
+ readonly fallbackOption: {
321
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
322
+ readonly default: () => (value: string | number) => {
323
+ label: string;
324
+ value: string | number;
325
+ };
326
+ };
327
+ readonly show: {
328
+ readonly type: import("vue").PropType<boolean | undefined>;
329
+ readonly default: undefined;
330
+ };
331
+ readonly showArrow: {
332
+ readonly type: BooleanConstructor;
333
+ readonly default: true;
334
+ };
335
+ readonly maxTagCount: import("vue").PropType<number | "responsive">;
336
+ readonly consistentMenuWidth: {
337
+ readonly type: BooleanConstructor;
338
+ readonly default: true;
339
+ };
340
+ readonly virtualScroll: {
341
+ readonly type: BooleanConstructor;
342
+ readonly default: true;
343
+ };
344
+ readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
345
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
346
+ readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
347
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
348
+ readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
349
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
350
+ readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
351
+ readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
352
+ readonly onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
353
+ readonly onScroll: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
354
+ readonly onSearch: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
355
+ readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
356
+ readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
357
+ readonly displayDirective: {
358
+ readonly type: import("vue").PropType<"show" | "if">;
359
+ readonly default: "show";
360
+ };
361
+ readonly resetMenuOnOptionsChange: {
362
+ readonly type: BooleanConstructor;
363
+ readonly default: true;
364
+ };
365
+ readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
366
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
367
+ readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
368
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
369
+ menuBoxShadow: string;
370
+ }, {
371
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
372
+ fontSizeTiny: string;
373
+ fontSizeSmall: string;
374
+ fontSizeMedium: string;
375
+ fontSizeLarge: string;
376
+ heightTiny: string;
377
+ heightSmall: string;
378
+ heightMedium: string;
379
+ heightLarge: string;
380
+ borderRadius: string;
381
+ textColor: string;
382
+ textColorDisabled: string;
383
+ placeholderColor: string;
384
+ placeholderColorDisabled: string;
385
+ color: string;
386
+ colorDisabled: string;
387
+ colorActive: string;
388
+ border: string;
389
+ borderHover: string;
390
+ borderActive: string;
391
+ borderFocus: string;
392
+ boxShadowHover: string;
393
+ boxShadowActive: string;
394
+ boxShadowFocus: string;
395
+ caretColor: string;
396
+ arrowColor: string;
397
+ arrowColorDisabled: string;
398
+ loadingColor: string;
399
+ borderWarning: string;
400
+ borderHoverWarning: string;
401
+ borderActiveWarning: string;
402
+ borderFocusWarning: string;
403
+ boxShadowHoverWarning: string;
404
+ boxShadowActiveWarning: string;
405
+ boxShadowFocusWarning: string;
406
+ colorActiveWarning: string;
407
+ caretColorWarning: string;
408
+ borderError: string;
409
+ borderHoverError: string;
410
+ borderActiveError: string;
411
+ borderFocusError: string;
412
+ boxShadowHoverError: string;
413
+ boxShadowActiveError: string;
414
+ boxShadowFocusError: string;
415
+ colorActiveError: string;
416
+ caretColorError: string;
417
+ clearColor: string;
418
+ clearColorHover: string;
419
+ clearColorPressed: string;
420
+ paddingSingle: string;
421
+ paddingMultiple: string;
422
+ clearSize: string;
423
+ arrowSize: string;
424
+ }, {
425
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
426
+ fontSize: string;
427
+ borderRadius: string;
428
+ color: string;
429
+ dividerColor: string;
430
+ textColor: string;
431
+ boxShadow: string;
432
+ space: string;
433
+ spaceArrow: string;
434
+ arrowOffset: string;
435
+ arrowOffsetVertical: string;
436
+ arrowHeight: string;
437
+ padding: string;
438
+ }, any>;
439
+ }>;
440
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
441
+ optionFontSizeSmall: string;
442
+ optionFontSizeMedium: string;
443
+ optionFontSizeLarge: string;
444
+ optionFontSizeHuge: string;
445
+ optionHeightSmall: string;
446
+ optionHeightMedium: string;
447
+ optionHeightLarge: string;
448
+ optionHeightHuge: string;
449
+ borderRadius: string;
450
+ color: string;
451
+ groupHeaderTextColor: string;
452
+ actionDividerColor: string;
453
+ optionTextColor: string;
454
+ optionTextColorPressed: string;
455
+ optionTextColorDisabled: string;
456
+ optionTextColorActive: string;
457
+ optionOpacityDisabled: string;
458
+ optionCheckColor: string;
459
+ optionColorPending: string;
460
+ optionColorActive: string;
461
+ actionTextColor: string;
462
+ loadingColor: string;
463
+ height: string;
464
+ paddingSmall: string;
465
+ paddingMedium: string;
466
+ paddingLarge: string;
467
+ paddingHuge: string;
468
+ optionPaddingSmall: string;
469
+ optionPaddingMedium: string;
470
+ optionPaddingLarge: string;
471
+ optionPaddingHuge: string;
472
+ loadingSize: string;
473
+ }, {
474
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
475
+ color: string;
476
+ colorHover: string;
477
+ }, any>;
478
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
479
+ fontSizeSmall: string;
480
+ fontSizeMedium: string;
481
+ fontSizeLarge: string;
482
+ fontSizeHuge: string;
483
+ textColor: string;
484
+ iconColor: string;
485
+ extraTextColor: string;
486
+ iconSizeSmall: string;
487
+ iconSizeMedium: string;
488
+ iconSizeLarge: string;
489
+ iconSizeHuge: string;
490
+ }, any>;
491
+ }>;
492
+ }>>;
493
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
494
+ menuBoxShadow: string;
495
+ }, {
496
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
497
+ fontSizeTiny: string;
498
+ fontSizeSmall: string;
499
+ fontSizeMedium: string;
500
+ fontSizeLarge: string;
501
+ heightTiny: string;
502
+ heightSmall: string;
503
+ heightMedium: string;
504
+ heightLarge: string;
505
+ borderRadius: string;
506
+ textColor: string;
507
+ textColorDisabled: string;
508
+ placeholderColor: string;
509
+ placeholderColorDisabled: string;
510
+ color: string;
511
+ colorDisabled: string;
512
+ colorActive: string;
513
+ border: string;
514
+ borderHover: string;
515
+ borderActive: string;
516
+ borderFocus: string;
517
+ boxShadowHover: string;
518
+ boxShadowActive: string;
519
+ boxShadowFocus: string;
520
+ caretColor: string;
521
+ arrowColor: string;
522
+ arrowColorDisabled: string;
523
+ loadingColor: string;
524
+ borderWarning: string;
525
+ borderHoverWarning: string;
526
+ borderActiveWarning: string;
527
+ borderFocusWarning: string;
528
+ boxShadowHoverWarning: string;
529
+ boxShadowActiveWarning: string;
530
+ boxShadowFocusWarning: string;
531
+ colorActiveWarning: string;
532
+ caretColorWarning: string;
533
+ borderError: string;
534
+ borderHoverError: string;
535
+ borderActiveError: string;
536
+ borderFocusError: string;
537
+ boxShadowHoverError: string;
538
+ boxShadowActiveError: string;
539
+ boxShadowFocusError: string;
540
+ colorActiveError: string;
541
+ caretColorError: string;
542
+ clearColor: string;
543
+ clearColorHover: string;
544
+ clearColorPressed: string;
545
+ paddingSingle: string;
546
+ paddingMultiple: string;
547
+ clearSize: string;
548
+ arrowSize: string;
549
+ }, {
550
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
551
+ fontSize: string;
552
+ borderRadius: string;
553
+ color: string;
554
+ dividerColor: string;
555
+ textColor: string;
556
+ boxShadow: string;
557
+ space: string;
558
+ spaceArrow: string;
559
+ arrowOffset: string;
560
+ arrowOffsetVertical: string;
561
+ arrowHeight: string;
562
+ padding: string;
563
+ }, any>;
564
+ }>;
565
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
566
+ optionFontSizeSmall: string;
567
+ optionFontSizeMedium: string;
568
+ optionFontSizeLarge: string;
569
+ optionFontSizeHuge: string;
570
+ optionHeightSmall: string;
571
+ optionHeightMedium: string;
572
+ optionHeightLarge: string;
573
+ optionHeightHuge: string;
574
+ borderRadius: string;
575
+ color: string;
576
+ groupHeaderTextColor: string;
577
+ actionDividerColor: string;
578
+ optionTextColor: string;
579
+ optionTextColorPressed: string;
580
+ optionTextColorDisabled: string;
581
+ optionTextColorActive: string;
582
+ optionOpacityDisabled: string;
583
+ optionCheckColor: string;
584
+ optionColorPending: string;
585
+ optionColorActive: string;
586
+ actionTextColor: string;
587
+ loadingColor: string;
588
+ height: string;
589
+ paddingSmall: string;
590
+ paddingMedium: string;
591
+ paddingLarge: string;
592
+ paddingHuge: string;
593
+ optionPaddingSmall: string;
594
+ optionPaddingMedium: string;
595
+ optionPaddingLarge: string;
596
+ optionPaddingHuge: string;
597
+ loadingSize: string;
598
+ }, {
599
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
600
+ color: string;
601
+ colorHover: string;
602
+ }, any>;
603
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
604
+ fontSizeSmall: string;
605
+ fontSizeMedium: string;
606
+ fontSizeLarge: string;
607
+ fontSizeHuge: string;
608
+ textColor: string;
609
+ iconColor: string;
610
+ extraTextColor: string;
611
+ iconSizeSmall: string;
612
+ iconSizeMedium: string;
613
+ iconSizeLarge: string;
614
+ iconSizeHuge: string;
615
+ }, any>;
616
+ }>;
617
+ }>>>;
618
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
619
+ menuBoxShadow: string;
620
+ }, {
621
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
622
+ fontSizeTiny: string;
623
+ fontSizeSmall: string;
624
+ fontSizeMedium: string;
625
+ fontSizeLarge: string;
626
+ heightTiny: string;
627
+ heightSmall: string;
628
+ heightMedium: string;
629
+ heightLarge: string;
630
+ borderRadius: string;
631
+ textColor: string;
632
+ textColorDisabled: string;
633
+ placeholderColor: string;
634
+ placeholderColorDisabled: string;
635
+ color: string;
636
+ colorDisabled: string;
637
+ colorActive: string;
638
+ border: string;
639
+ borderHover: string;
640
+ borderActive: string;
641
+ borderFocus: string;
642
+ boxShadowHover: string;
643
+ boxShadowActive: string;
644
+ boxShadowFocus: string;
645
+ caretColor: string;
646
+ arrowColor: string;
647
+ arrowColorDisabled: string;
648
+ loadingColor: string;
649
+ borderWarning: string;
650
+ borderHoverWarning: string;
651
+ borderActiveWarning: string;
652
+ borderFocusWarning: string;
653
+ boxShadowHoverWarning: string;
654
+ boxShadowActiveWarning: string;
655
+ boxShadowFocusWarning: string;
656
+ colorActiveWarning: string;
657
+ caretColorWarning: string;
658
+ borderError: string;
659
+ borderHoverError: string;
660
+ borderActiveError: string;
661
+ borderFocusError: string;
662
+ boxShadowHoverError: string;
663
+ boxShadowActiveError: string;
664
+ boxShadowFocusError: string;
665
+ colorActiveError: string;
666
+ caretColorError: string;
667
+ clearColor: string;
668
+ clearColorHover: string;
669
+ clearColorPressed: string;
670
+ paddingSingle: string;
671
+ paddingMultiple: string;
672
+ clearSize: string;
673
+ arrowSize: string;
674
+ }, {
675
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
676
+ fontSize: string;
677
+ borderRadius: string;
678
+ color: string;
679
+ dividerColor: string;
680
+ textColor: string;
681
+ boxShadow: string;
682
+ space: string;
683
+ spaceArrow: string;
684
+ arrowOffset: string;
685
+ arrowOffsetVertical: string;
686
+ arrowHeight: string;
687
+ padding: string;
688
+ }, any>;
689
+ }>;
690
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
691
+ optionFontSizeSmall: string;
692
+ optionFontSizeMedium: string;
693
+ optionFontSizeLarge: string;
694
+ optionFontSizeHuge: string;
695
+ optionHeightSmall: string;
696
+ optionHeightMedium: string;
697
+ optionHeightLarge: string;
698
+ optionHeightHuge: string;
699
+ borderRadius: string;
700
+ color: string;
701
+ groupHeaderTextColor: string;
702
+ actionDividerColor: string;
703
+ optionTextColor: string;
704
+ optionTextColorPressed: string;
705
+ optionTextColorDisabled: string;
706
+ optionTextColorActive: string;
707
+ optionOpacityDisabled: string;
708
+ optionCheckColor: string;
709
+ optionColorPending: string;
710
+ optionColorActive: string;
711
+ actionTextColor: string;
712
+ loadingColor: string;
713
+ height: string;
714
+ paddingSmall: string;
715
+ paddingMedium: string;
716
+ paddingLarge: string;
717
+ paddingHuge: string;
718
+ optionPaddingSmall: string;
719
+ optionPaddingMedium: string;
720
+ optionPaddingLarge: string;
721
+ optionPaddingHuge: string;
722
+ loadingSize: string;
723
+ }, {
724
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
725
+ color: string;
726
+ colorHover: string;
727
+ }, any>;
728
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
729
+ fontSizeSmall: string;
730
+ fontSizeMedium: string;
731
+ fontSizeLarge: string;
732
+ fontSizeHuge: string;
733
+ textColor: string;
734
+ iconColor: string;
735
+ extraTextColor: string;
736
+ iconSizeSmall: string;
737
+ iconSizeMedium: string;
738
+ iconSizeLarge: string;
739
+ iconSizeHuge: string;
740
+ }, any>;
741
+ }>;
742
+ }>>>;
743
+ }, {
744
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
745
+ mergedClsPrefix: import("vue").ComputedRef<string>;
746
+ mergedBordered: import("vue").ComputedRef<boolean>;
747
+ namespace: import("vue").ComputedRef<string | undefined>;
748
+ treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
749
+ isMounted: Readonly<import("vue").Ref<boolean>>;
750
+ triggerRef: import("vue").Ref<{
751
+ isCompositing: boolean;
752
+ focus: () => void;
753
+ focusInput: () => void;
754
+ blur: () => void;
755
+ $el: HTMLElement;
756
+ } | null>;
757
+ menuRef: import("vue").Ref<{
758
+ selfRef: HTMLElement | null;
759
+ 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;
760
+ prev: () => void;
761
+ next: () => void;
762
+ } | null>;
763
+ pattern: import("vue").Ref<string>;
764
+ uncontrolledShow: import("vue").Ref<boolean>;
765
+ mergedShow: import("vue").ComputedRef<boolean>;
766
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
767
+ uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
768
+ mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
769
+ followerRef: import("vue").Ref<{
770
+ syncPosition: () => void;
771
+ } | null>;
772
+ localizedPlaceholder: import("vue").ComputedRef<string>;
773
+ selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
774
+ selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
775
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
776
+ mergedDisabled: import("vue").ComputedRef<boolean>;
777
+ focused: import("vue").Ref<boolean>;
778
+ activeWithoutMenuOpen: import("vue").Ref<boolean>;
779
+ inlineThemeDisabled: boolean | undefined;
780
+ onTriggerInputFocus: () => void;
781
+ onTriggerInputBlur: () => void;
782
+ handleTriggerOrMenuResize: () => void;
783
+ handleMenuFocus: (e: FocusEvent) => void;
784
+ handleMenuBlur: (e: FocusEvent) => void;
785
+ handleMenuTabOut: () => void;
786
+ handleTriggerClick: () => void;
787
+ handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
788
+ handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
789
+ handlePatternInput: (e: InputEvent) => void;
790
+ handleClear: (e: MouseEvent) => void;
791
+ handleTriggerBlur: (e: FocusEvent) => void;
792
+ handleTriggerFocus: (e: FocusEvent) => void;
793
+ handleKeydown: (e: KeyboardEvent) => void;
794
+ handleMenuAfterLeave: () => void;
795
+ handleMenuClickOutside: (e: MouseEvent) => void;
796
+ handleMenuScroll: (e: Event) => void;
797
+ handleMenuKeydown: (e: KeyboardEvent) => void;
798
+ handleMenuMousedown: (e: MouseEvent) => void;
799
+ mergedTheme: import("vue").ComputedRef<{
800
+ common: {
801
+ baseColor: string;
802
+ primaryColor: string;
803
+ primaryColorHover: string;
804
+ primaryColorPressed: string;
805
+ primaryColorSuppl: string;
806
+ infoColor: string;
807
+ infoColorHover: string;
808
+ infoColorPressed: string;
809
+ infoColorSuppl: string;
810
+ successColor: string;
811
+ successColorHover: string;
812
+ successColorPressed: string;
813
+ successColorSuppl: string;
814
+ warningColor: string;
815
+ warningColorHover: string;
816
+ warningColorPressed: string;
817
+ warningColorSuppl: string;
818
+ errorColor: string;
819
+ errorColorHover: string;
820
+ errorColorPressed: string;
821
+ errorColorSuppl: string;
822
+ textColorBase: string;
823
+ textColor1: string;
824
+ textColor2: string;
825
+ textColor3: string;
826
+ textColorDisabled: string;
827
+ placeholderColor: string;
828
+ placeholderColorDisabled: string;
829
+ iconColor: string;
830
+ iconColorHover: string;
831
+ iconColorPressed: string;
832
+ iconColorDisabled: string;
833
+ opacity1: string;
834
+ opacity2: string;
835
+ opacity3: string;
836
+ opacity4: string;
837
+ opacity5: string;
838
+ dividerColor: string;
839
+ borderColor: string;
840
+ closeColor: string;
841
+ closeColorHover: string;
842
+ closeColorPressed: string;
843
+ closeColorDisabled: string;
844
+ clearColor: string;
845
+ clearColorHover: string;
846
+ clearColorPressed: string;
847
+ scrollbarColor: string;
848
+ scrollbarColorHover: string;
849
+ scrollbarWidth: string;
850
+ scrollbarHeight: string;
851
+ scrollbarBorderRadius: string;
852
+ progressRailColor: string;
853
+ railColor: string;
854
+ popoverColor: string;
855
+ tableColor: string;
856
+ cardColor: string;
857
+ modalColor: string;
858
+ bodyColor: string;
859
+ tagColor: string;
860
+ avatarColor: string;
861
+ invertedColor: string;
862
+ inputColor: string;
863
+ codeColor: string;
864
+ tabColor: string;
865
+ actionColor: string;
866
+ tableHeaderColor: string;
867
+ hoverColor: string;
868
+ tableColorHover: string;
869
+ tableColorStriped: string;
870
+ pressedColor: string;
871
+ opacityDisabled: string;
872
+ inputColorDisabled: string;
873
+ buttonColor2: string;
874
+ buttonColor2Hover: string;
875
+ buttonColor2Pressed: string;
876
+ boxShadow1: string;
877
+ boxShadow2: string;
878
+ boxShadow3: string;
879
+ fontFamily: string;
880
+ fontFamilyMono: string;
881
+ fontWeight: string;
882
+ fontWeightStrong: string;
883
+ cubicBezierEaseInOut: string;
884
+ cubicBezierEaseOut: string;
885
+ cubicBezierEaseIn: string;
886
+ borderRadius: string;
887
+ borderRadiusSmall: string;
888
+ fontSize: string;
889
+ fontSizeMini: string;
890
+ fontSizeTiny: string;
891
+ fontSizeSmall: string;
892
+ fontSizeMedium: string;
893
+ fontSizeLarge: string;
894
+ fontSizeHuge: string;
895
+ lineHeight: string;
896
+ heightMini: string;
897
+ heightTiny: string;
898
+ heightSmall: string;
899
+ heightMedium: string;
900
+ heightLarge: string;
901
+ heightHuge: string;
902
+ name: "common";
903
+ };
904
+ self: {
905
+ menuBoxShadow: string;
906
+ };
907
+ peers: {
908
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
909
+ fontSizeTiny: string;
910
+ fontSizeSmall: string;
911
+ fontSizeMedium: string;
912
+ fontSizeLarge: string;
913
+ heightTiny: string;
914
+ heightSmall: string;
915
+ heightMedium: string;
916
+ heightLarge: string;
917
+ borderRadius: string;
918
+ textColor: string;
919
+ textColorDisabled: string;
920
+ placeholderColor: string;
921
+ placeholderColorDisabled: string;
922
+ color: string;
923
+ colorDisabled: string;
924
+ colorActive: string;
925
+ border: string;
926
+ borderHover: string;
927
+ borderActive: string;
928
+ borderFocus: string;
929
+ boxShadowHover: string;
930
+ boxShadowActive: string;
931
+ boxShadowFocus: string;
932
+ caretColor: string;
933
+ arrowColor: string;
934
+ arrowColorDisabled: string;
935
+ loadingColor: string;
936
+ borderWarning: string;
937
+ borderHoverWarning: string;
938
+ borderActiveWarning: string;
939
+ borderFocusWarning: string;
940
+ boxShadowHoverWarning: string;
941
+ boxShadowActiveWarning: string;
942
+ boxShadowFocusWarning: string;
943
+ colorActiveWarning: string;
944
+ caretColorWarning: string;
945
+ borderError: string;
946
+ borderHoverError: string;
947
+ borderActiveError: string;
948
+ borderFocusError: string;
949
+ boxShadowHoverError: string;
950
+ boxShadowActiveError: string;
951
+ boxShadowFocusError: string;
952
+ colorActiveError: string;
953
+ caretColorError: string;
954
+ clearColor: string;
955
+ clearColorHover: string;
956
+ clearColorPressed: string;
957
+ paddingSingle: string;
958
+ paddingMultiple: string;
959
+ clearSize: string;
960
+ arrowSize: string;
961
+ }, {
962
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
963
+ fontSize: string;
964
+ borderRadius: string;
965
+ color: string;
966
+ dividerColor: string;
967
+ textColor: string;
968
+ boxShadow: string;
969
+ space: string;
970
+ spaceArrow: string;
971
+ arrowOffset: string;
972
+ arrowOffsetVertical: string;
973
+ arrowHeight: string;
974
+ padding: string;
975
+ }, any>;
976
+ }>;
977
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
978
+ optionFontSizeSmall: string;
979
+ optionFontSizeMedium: string;
980
+ optionFontSizeLarge: string;
981
+ optionFontSizeHuge: string;
982
+ optionHeightSmall: string;
983
+ optionHeightMedium: string;
984
+ optionHeightLarge: string;
985
+ optionHeightHuge: string;
986
+ borderRadius: string;
987
+ color: string;
988
+ groupHeaderTextColor: string;
989
+ actionDividerColor: string;
990
+ optionTextColor: string;
991
+ optionTextColorPressed: string;
992
+ optionTextColorDisabled: string;
993
+ optionTextColorActive: string;
994
+ optionOpacityDisabled: string;
995
+ optionCheckColor: string;
996
+ optionColorPending: string;
997
+ optionColorActive: string;
998
+ actionTextColor: string;
999
+ loadingColor: string;
1000
+ height: string;
1001
+ paddingSmall: string;
1002
+ paddingMedium: string;
1003
+ paddingLarge: string;
1004
+ paddingHuge: string;
1005
+ optionPaddingSmall: string;
1006
+ optionPaddingMedium: string;
1007
+ optionPaddingLarge: string;
1008
+ optionPaddingHuge: string;
1009
+ loadingSize: string;
1010
+ }, {
1011
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1012
+ color: string;
1013
+ colorHover: string;
1014
+ }, any>;
1015
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1016
+ fontSizeSmall: string;
1017
+ fontSizeMedium: string;
1018
+ fontSizeLarge: string;
1019
+ fontSizeHuge: string;
1020
+ textColor: string;
1021
+ iconColor: string;
1022
+ extraTextColor: string;
1023
+ iconSizeSmall: string;
1024
+ iconSizeMedium: string;
1025
+ iconSizeLarge: string;
1026
+ iconSizeHuge: string;
1027
+ }, any>;
1028
+ }>;
1029
+ };
1030
+ peerOverrides: {
1031
+ InternalSelection?: {
1032
+ peers?: {
1033
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1034
+ fontSize: string;
1035
+ borderRadius: string;
1036
+ color: string;
1037
+ dividerColor: string;
1038
+ textColor: string;
1039
+ boxShadow: string;
1040
+ space: string;
1041
+ spaceArrow: string;
1042
+ arrowOffset: string;
1043
+ arrowOffsetVertical: string;
1044
+ arrowHeight: string;
1045
+ padding: string;
1046
+ }, any>> | undefined;
1047
+ } | undefined;
1048
+ } | undefined;
1049
+ InternalSelectMenu?: {
1050
+ peers?: {
1051
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1052
+ color: string;
1053
+ colorHover: string;
1054
+ }, any>> | undefined;
1055
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
1056
+ fontSizeSmall: string;
1057
+ fontSizeMedium: string;
1058
+ fontSizeLarge: string;
1059
+ fontSizeHuge: string;
1060
+ textColor: string;
1061
+ iconColor: string;
1062
+ extraTextColor: string;
1063
+ iconSizeSmall: string;
1064
+ iconSizeMedium: string;
1065
+ iconSizeLarge: string;
1066
+ iconSizeHuge: string;
1067
+ }, any>> | undefined;
1068
+ } | undefined;
1069
+ } | undefined;
1070
+ };
1071
+ }>;
1072
+ cssVars: import("vue").ComputedRef<{
1073
+ '--n-menu-box-shadow': string;
1074
+ }> | undefined;
1075
+ themeClass: import("vue").Ref<string> | undefined;
1076
+ onRender: (() => void) | undefined;
1077
+ focus: () => void;
1078
+ blur: () => void;
1079
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1080
+ readonly to: {
1081
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1082
+ default: undefined;
1083
+ };
1084
+ readonly bordered: {
1085
+ readonly type: import("vue").PropType<boolean | undefined>;
1086
+ readonly default: undefined;
1087
+ };
1088
+ readonly clearable: BooleanConstructor;
1089
+ readonly clearFilterAfterSelect: {
1090
+ readonly type: BooleanConstructor;
1091
+ readonly default: true;
1092
+ };
1093
+ readonly options: {
1094
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1095
+ readonly default: () => never[];
1096
+ };
1097
+ readonly defaultValue: {
1098
+ readonly type: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
1099
+ readonly default: null;
1100
+ };
1101
+ readonly value: import("vue").PropType<import("naive-ui/es/select/src/interface").Value | null>;
1102
+ readonly placeholder: StringConstructor;
1103
+ readonly menuProps: import("vue").PropType<import("vue").HTMLAttributes>;
1104
+ readonly multiple: BooleanConstructor;
1105
+ readonly size: import("vue").PropType<import("naive-ui/es/select/src/interface").Size>;
1106
+ readonly filterable: BooleanConstructor;
1107
+ readonly disabled: {
1108
+ readonly type: import("vue").PropType<boolean | undefined>;
1109
+ readonly default: undefined;
1110
+ };
1111
+ readonly remote: BooleanConstructor;
1112
+ readonly loading: BooleanConstructor;
1113
+ readonly filter: {
1114
+ readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1115
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1116
+ };
1117
+ readonly placement: {
1118
+ readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
1119
+ readonly default: "bottom-start";
1120
+ };
1121
+ readonly widthMode: {
1122
+ readonly type: StringConstructor;
1123
+ readonly default: "trigger";
1124
+ };
1125
+ readonly tag: BooleanConstructor;
1126
+ readonly onCreate: {
1127
+ readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
1128
+ readonly default: (label: string) => {
1129
+ label: string;
1130
+ value: string;
1131
+ };
1132
+ };
1133
+ readonly fallbackOption: {
1134
+ readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1135
+ readonly default: () => (value: string | number) => {
1136
+ label: string;
1137
+ value: string | number;
1138
+ };
1139
+ };
1140
+ readonly show: {
1141
+ readonly type: import("vue").PropType<boolean | undefined>;
1142
+ readonly default: undefined;
1143
+ };
1144
+ readonly showArrow: {
1145
+ readonly type: BooleanConstructor;
1146
+ readonly default: true;
1147
+ };
1148
+ readonly maxTagCount: import("vue").PropType<number | "responsive">;
1149
+ readonly consistentMenuWidth: {
1150
+ readonly type: BooleanConstructor;
1151
+ readonly default: true;
1152
+ };
1153
+ readonly virtualScroll: {
1154
+ readonly type: BooleanConstructor;
1155
+ readonly default: true;
1156
+ };
1157
+ readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1158
+ readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1159
+ readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
1160
+ readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1161
+ readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
1162
+ readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1163
+ readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1164
+ readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
1165
+ readonly onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1166
+ readonly onScroll: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
1167
+ readonly onSearch: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
1168
+ readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1169
+ readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1170
+ readonly displayDirective: {
1171
+ readonly type: import("vue").PropType<"show" | "if">;
1172
+ readonly default: "show";
1173
+ };
1174
+ readonly resetMenuOnOptionsChange: {
1175
+ readonly type: BooleanConstructor;
1176
+ readonly default: true;
1177
+ };
1178
+ readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1179
+ readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1180
+ readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1181
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
1182
+ menuBoxShadow: string;
1183
+ }, {
1184
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1185
+ fontSizeTiny: string;
1186
+ fontSizeSmall: string;
1187
+ fontSizeMedium: string;
1188
+ fontSizeLarge: string;
1189
+ heightTiny: string;
1190
+ heightSmall: string;
1191
+ heightMedium: string;
1192
+ heightLarge: string;
1193
+ borderRadius: string;
1194
+ textColor: string;
1195
+ textColorDisabled: string;
1196
+ placeholderColor: string;
1197
+ placeholderColorDisabled: string;
1198
+ color: string;
1199
+ colorDisabled: string;
1200
+ colorActive: string;
1201
+ border: string;
1202
+ borderHover: string;
1203
+ borderActive: string;
1204
+ borderFocus: string;
1205
+ boxShadowHover: string;
1206
+ boxShadowActive: string;
1207
+ boxShadowFocus: string;
1208
+ caretColor: string;
1209
+ arrowColor: string;
1210
+ arrowColorDisabled: string;
1211
+ loadingColor: string;
1212
+ borderWarning: string;
1213
+ borderHoverWarning: string;
1214
+ borderActiveWarning: string;
1215
+ borderFocusWarning: string;
1216
+ boxShadowHoverWarning: string;
1217
+ boxShadowActiveWarning: string;
1218
+ boxShadowFocusWarning: string;
1219
+ colorActiveWarning: string;
1220
+ caretColorWarning: string;
1221
+ borderError: string;
1222
+ borderHoverError: string;
1223
+ borderActiveError: string;
1224
+ borderFocusError: string;
1225
+ boxShadowHoverError: string;
1226
+ boxShadowActiveError: string;
1227
+ boxShadowFocusError: string;
1228
+ colorActiveError: string;
1229
+ caretColorError: string;
1230
+ clearColor: string;
1231
+ clearColorHover: string;
1232
+ clearColorPressed: string;
1233
+ paddingSingle: string;
1234
+ paddingMultiple: string;
1235
+ clearSize: string;
1236
+ arrowSize: string;
1237
+ }, {
1238
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1239
+ fontSize: string;
1240
+ borderRadius: string;
1241
+ color: string;
1242
+ dividerColor: string;
1243
+ textColor: string;
1244
+ boxShadow: string;
1245
+ space: string;
1246
+ spaceArrow: string;
1247
+ arrowOffset: string;
1248
+ arrowOffsetVertical: string;
1249
+ arrowHeight: string;
1250
+ padding: string;
1251
+ }, any>;
1252
+ }>;
1253
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1254
+ optionFontSizeSmall: string;
1255
+ optionFontSizeMedium: string;
1256
+ optionFontSizeLarge: string;
1257
+ optionFontSizeHuge: string;
1258
+ optionHeightSmall: string;
1259
+ optionHeightMedium: string;
1260
+ optionHeightLarge: string;
1261
+ optionHeightHuge: string;
1262
+ borderRadius: string;
1263
+ color: string;
1264
+ groupHeaderTextColor: string;
1265
+ actionDividerColor: string;
1266
+ optionTextColor: string;
1267
+ optionTextColorPressed: string;
1268
+ optionTextColorDisabled: string;
1269
+ optionTextColorActive: string;
1270
+ optionOpacityDisabled: string;
1271
+ optionCheckColor: string;
1272
+ optionColorPending: string;
1273
+ optionColorActive: string;
1274
+ actionTextColor: string;
1275
+ loadingColor: string;
1276
+ height: string;
1277
+ paddingSmall: string;
1278
+ paddingMedium: string;
1279
+ paddingLarge: string;
1280
+ paddingHuge: string;
1281
+ optionPaddingSmall: string;
1282
+ optionPaddingMedium: string;
1283
+ optionPaddingLarge: string;
1284
+ optionPaddingHuge: string;
1285
+ loadingSize: string;
1286
+ }, {
1287
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1288
+ color: string;
1289
+ colorHover: string;
1290
+ }, any>;
1291
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1292
+ fontSizeSmall: string;
1293
+ fontSizeMedium: string;
1294
+ fontSizeLarge: string;
1295
+ fontSizeHuge: string;
1296
+ textColor: string;
1297
+ iconColor: string;
1298
+ extraTextColor: string;
1299
+ iconSizeSmall: string;
1300
+ iconSizeMedium: string;
1301
+ iconSizeLarge: string;
1302
+ iconSizeHuge: string;
1303
+ }, any>;
1304
+ }>;
1305
+ }>>;
1306
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1307
+ menuBoxShadow: string;
1308
+ }, {
1309
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1310
+ fontSizeTiny: string;
1311
+ fontSizeSmall: string;
1312
+ fontSizeMedium: string;
1313
+ fontSizeLarge: string;
1314
+ heightTiny: string;
1315
+ heightSmall: string;
1316
+ heightMedium: string;
1317
+ heightLarge: string;
1318
+ borderRadius: string;
1319
+ textColor: string;
1320
+ textColorDisabled: string;
1321
+ placeholderColor: string;
1322
+ placeholderColorDisabled: string;
1323
+ color: string;
1324
+ colorDisabled: string;
1325
+ colorActive: string;
1326
+ border: string;
1327
+ borderHover: string;
1328
+ borderActive: string;
1329
+ borderFocus: string;
1330
+ boxShadowHover: string;
1331
+ boxShadowActive: string;
1332
+ boxShadowFocus: string;
1333
+ caretColor: string;
1334
+ arrowColor: string;
1335
+ arrowColorDisabled: string;
1336
+ loadingColor: string;
1337
+ borderWarning: string;
1338
+ borderHoverWarning: string;
1339
+ borderActiveWarning: string;
1340
+ borderFocusWarning: string;
1341
+ boxShadowHoverWarning: string;
1342
+ boxShadowActiveWarning: string;
1343
+ boxShadowFocusWarning: string;
1344
+ colorActiveWarning: string;
1345
+ caretColorWarning: string;
1346
+ borderError: string;
1347
+ borderHoverError: string;
1348
+ borderActiveError: string;
1349
+ borderFocusError: string;
1350
+ boxShadowHoverError: string;
1351
+ boxShadowActiveError: string;
1352
+ boxShadowFocusError: string;
1353
+ colorActiveError: string;
1354
+ caretColorError: string;
1355
+ clearColor: string;
1356
+ clearColorHover: string;
1357
+ clearColorPressed: string;
1358
+ paddingSingle: string;
1359
+ paddingMultiple: string;
1360
+ clearSize: string;
1361
+ arrowSize: string;
1362
+ }, {
1363
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1364
+ fontSize: string;
1365
+ borderRadius: string;
1366
+ color: string;
1367
+ dividerColor: string;
1368
+ textColor: string;
1369
+ boxShadow: string;
1370
+ space: string;
1371
+ spaceArrow: string;
1372
+ arrowOffset: string;
1373
+ arrowOffsetVertical: string;
1374
+ arrowHeight: string;
1375
+ padding: string;
1376
+ }, any>;
1377
+ }>;
1378
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1379
+ optionFontSizeSmall: string;
1380
+ optionFontSizeMedium: string;
1381
+ optionFontSizeLarge: string;
1382
+ optionFontSizeHuge: string;
1383
+ optionHeightSmall: string;
1384
+ optionHeightMedium: string;
1385
+ optionHeightLarge: string;
1386
+ optionHeightHuge: string;
1387
+ borderRadius: string;
1388
+ color: string;
1389
+ groupHeaderTextColor: string;
1390
+ actionDividerColor: string;
1391
+ optionTextColor: string;
1392
+ optionTextColorPressed: string;
1393
+ optionTextColorDisabled: string;
1394
+ optionTextColorActive: string;
1395
+ optionOpacityDisabled: string;
1396
+ optionCheckColor: string;
1397
+ optionColorPending: string;
1398
+ optionColorActive: string;
1399
+ actionTextColor: string;
1400
+ loadingColor: string;
1401
+ height: string;
1402
+ paddingSmall: string;
1403
+ paddingMedium: string;
1404
+ paddingLarge: string;
1405
+ paddingHuge: string;
1406
+ optionPaddingSmall: string;
1407
+ optionPaddingMedium: string;
1408
+ optionPaddingLarge: string;
1409
+ optionPaddingHuge: string;
1410
+ loadingSize: string;
1411
+ }, {
1412
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1413
+ color: string;
1414
+ colorHover: string;
1415
+ }, any>;
1416
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1417
+ fontSizeSmall: string;
1418
+ fontSizeMedium: string;
1419
+ fontSizeLarge: string;
1420
+ fontSizeHuge: string;
1421
+ textColor: string;
1422
+ iconColor: string;
1423
+ extraTextColor: string;
1424
+ iconSizeSmall: string;
1425
+ iconSizeMedium: string;
1426
+ iconSizeLarge: string;
1427
+ iconSizeHuge: string;
1428
+ }, any>;
1429
+ }>;
1430
+ }>>>;
1431
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1432
+ menuBoxShadow: string;
1433
+ }, {
1434
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1435
+ fontSizeTiny: string;
1436
+ fontSizeSmall: string;
1437
+ fontSizeMedium: string;
1438
+ fontSizeLarge: string;
1439
+ heightTiny: string;
1440
+ heightSmall: string;
1441
+ heightMedium: string;
1442
+ heightLarge: string;
1443
+ borderRadius: string;
1444
+ textColor: string;
1445
+ textColorDisabled: string;
1446
+ placeholderColor: string;
1447
+ placeholderColorDisabled: string;
1448
+ color: string;
1449
+ colorDisabled: string;
1450
+ colorActive: string;
1451
+ border: string;
1452
+ borderHover: string;
1453
+ borderActive: string;
1454
+ borderFocus: string;
1455
+ boxShadowHover: string;
1456
+ boxShadowActive: string;
1457
+ boxShadowFocus: string;
1458
+ caretColor: string;
1459
+ arrowColor: string;
1460
+ arrowColorDisabled: string;
1461
+ loadingColor: string;
1462
+ borderWarning: string;
1463
+ borderHoverWarning: string;
1464
+ borderActiveWarning: string;
1465
+ borderFocusWarning: string;
1466
+ boxShadowHoverWarning: string;
1467
+ boxShadowActiveWarning: string;
1468
+ boxShadowFocusWarning: string;
1469
+ colorActiveWarning: string;
1470
+ caretColorWarning: string;
1471
+ borderError: string;
1472
+ borderHoverError: string;
1473
+ borderActiveError: string;
1474
+ borderFocusError: string;
1475
+ boxShadowHoverError: string;
1476
+ boxShadowActiveError: string;
1477
+ boxShadowFocusError: string;
1478
+ colorActiveError: string;
1479
+ caretColorError: string;
1480
+ clearColor: string;
1481
+ clearColorHover: string;
1482
+ clearColorPressed: string;
1483
+ paddingSingle: string;
1484
+ paddingMultiple: string;
1485
+ clearSize: string;
1486
+ arrowSize: string;
1487
+ }, {
1488
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1489
+ fontSize: string;
1490
+ borderRadius: string;
1491
+ color: string;
1492
+ dividerColor: string;
1493
+ textColor: string;
1494
+ boxShadow: string;
1495
+ space: string;
1496
+ spaceArrow: string;
1497
+ arrowOffset: string;
1498
+ arrowOffsetVertical: string;
1499
+ arrowHeight: string;
1500
+ padding: string;
1501
+ }, any>;
1502
+ }>;
1503
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1504
+ optionFontSizeSmall: string;
1505
+ optionFontSizeMedium: string;
1506
+ optionFontSizeLarge: string;
1507
+ optionFontSizeHuge: string;
1508
+ optionHeightSmall: string;
1509
+ optionHeightMedium: string;
1510
+ optionHeightLarge: string;
1511
+ optionHeightHuge: string;
1512
+ borderRadius: string;
1513
+ color: string;
1514
+ groupHeaderTextColor: string;
1515
+ actionDividerColor: string;
1516
+ optionTextColor: string;
1517
+ optionTextColorPressed: string;
1518
+ optionTextColorDisabled: string;
1519
+ optionTextColorActive: string;
1520
+ optionOpacityDisabled: string;
1521
+ optionCheckColor: string;
1522
+ optionColorPending: string;
1523
+ optionColorActive: string;
1524
+ actionTextColor: string;
1525
+ loadingColor: string;
1526
+ height: string;
1527
+ paddingSmall: string;
1528
+ paddingMedium: string;
1529
+ paddingLarge: string;
1530
+ paddingHuge: string;
1531
+ optionPaddingSmall: string;
1532
+ optionPaddingMedium: string;
1533
+ optionPaddingLarge: string;
1534
+ optionPaddingHuge: string;
1535
+ loadingSize: string;
1536
+ }, {
1537
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1538
+ color: string;
1539
+ colorHover: string;
1540
+ }, any>;
1541
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1542
+ fontSizeSmall: string;
1543
+ fontSizeMedium: string;
1544
+ fontSizeLarge: string;
1545
+ fontSizeHuge: string;
1546
+ textColor: string;
1547
+ iconColor: string;
1548
+ extraTextColor: string;
1549
+ iconSizeSmall: string;
1550
+ iconSizeMedium: string;
1551
+ iconSizeLarge: string;
1552
+ iconSizeHuge: string;
1553
+ }, any>;
1554
+ }>;
1555
+ }>>>;
1556
+ }>>, {
1557
+ tag: boolean;
1558
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
1559
+ show: boolean | undefined;
1560
+ multiple: boolean;
1561
+ disabled: boolean | undefined;
1562
+ to: string | boolean | HTMLElement;
1563
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1564
+ loading: boolean;
1565
+ bordered: boolean | undefined;
1566
+ placement: import("naive-ui").PopoverPlacement;
1567
+ virtualScroll: boolean;
1568
+ resetMenuOnOptionsChange: boolean;
1569
+ showArrow: boolean;
1570
+ displayDirective: "show" | "if";
1571
+ filterable: boolean;
1572
+ clearable: boolean;
1573
+ clearFilterAfterSelect: boolean;
1574
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1575
+ remote: boolean;
1576
+ widthMode: string;
1577
+ onCreate: (label: string) => import("naive-ui").SelectOption;
1578
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
1579
+ consistentMenuWidth: boolean;
1580
+ }>;
1581
+ SelectPage: import("vue").DefineComponent<{
1582
+ searchPageConfig: {
1583
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
1584
+ default: () => {
1585
+ page: number;
1586
+ total: number;
1587
+ hasNextPage: boolean;
1588
+ };
1589
+ };
1590
+ handleSearchChangePage: {
1591
+ type: FunctionConstructor;
1592
+ default: () => void;
1593
+ };
1594
+ }, {
1595
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1596
+ searchPageConfig: {
1597
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
1598
+ default: () => {
1599
+ page: number;
1600
+ total: number;
1601
+ hasNextPage: boolean;
1602
+ };
1603
+ };
1604
+ handleSearchChangePage: {
1605
+ type: FunctionConstructor;
1606
+ default: () => void;
1607
+ };
1608
+ }>> & {
1609
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1610
+ }>>;
1611
+ NButton: import("vue").DefineComponent<{
1612
+ readonly color: StringConstructor;
1613
+ readonly textColor: StringConstructor;
1614
+ readonly text: BooleanConstructor;
1615
+ readonly block: BooleanConstructor;
1616
+ readonly loading: BooleanConstructor;
1617
+ readonly disabled: BooleanConstructor;
1618
+ readonly circle: BooleanConstructor;
1619
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
1620
+ readonly ghost: BooleanConstructor;
1621
+ readonly round: BooleanConstructor;
1622
+ readonly secondary: BooleanConstructor;
1623
+ readonly tertiary: BooleanConstructor;
1624
+ readonly quaternary: BooleanConstructor;
1625
+ readonly strong: BooleanConstructor;
1626
+ readonly focusable: {
1627
+ readonly type: BooleanConstructor;
1628
+ readonly default: true;
1629
+ };
1630
+ readonly keyboard: {
1631
+ readonly type: BooleanConstructor;
1632
+ readonly default: true;
1633
+ };
1634
+ readonly tag: {
1635
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
1636
+ readonly default: "button";
1637
+ };
1638
+ readonly type: {
1639
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
1640
+ readonly default: "default";
1641
+ };
1642
+ readonly dashed: BooleanConstructor;
1643
+ readonly iconPlacement: {
1644
+ readonly type: import("vue").PropType<"left" | "right">;
1645
+ readonly default: "left";
1646
+ };
1647
+ readonly attrType: {
1648
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
1649
+ readonly default: "button";
1650
+ };
1651
+ readonly bordered: {
1652
+ readonly type: BooleanConstructor;
1653
+ readonly default: true;
1654
+ };
1655
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1656
+ readonly nativeFocusBehavior: BooleanConstructor;
1657
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
1658
+ heightTiny: string;
1659
+ heightSmall: string;
1660
+ heightMedium: string;
1661
+ heightLarge: string;
1662
+ borderRadiusTiny: string;
1663
+ borderRadiusSmall: string;
1664
+ borderRadiusMedium: string;
1665
+ borderRadiusLarge: string;
1666
+ fontSizeTiny: string;
1667
+ fontSizeSmall: string;
1668
+ fontSizeMedium: string;
1669
+ fontSizeLarge: string;
1670
+ opacityDisabled: string;
1671
+ colorOpacitySecondary: string;
1672
+ colorOpacitySecondaryHover: string;
1673
+ colorOpacitySecondaryPressed: string;
1674
+ colorSecondary: string;
1675
+ colorSecondaryHover: string;
1676
+ colorSecondaryPressed: string;
1677
+ colorTertiary: string;
1678
+ colorTertiaryHover: string;
1679
+ colorTertiaryPressed: string;
1680
+ colorQuaternary: string;
1681
+ colorQuaternaryHover: string;
1682
+ colorQuaternaryPressed: string;
1683
+ color: string;
1684
+ colorHover: string;
1685
+ colorPressed: string;
1686
+ colorFocus: string;
1687
+ colorDisabled: string;
1688
+ textColor: string;
1689
+ textColorTertiary: string;
1690
+ textColorHover: string;
1691
+ textColorPressed: string;
1692
+ textColorFocus: string;
1693
+ textColorDisabled: string;
1694
+ textColorText: string;
1695
+ textColorTextHover: string;
1696
+ textColorTextPressed: string;
1697
+ textColorTextFocus: string;
1698
+ textColorTextDisabled: string;
1699
+ textColorGhost: string;
1700
+ textColorGhostHover: string;
1701
+ textColorGhostPressed: string;
1702
+ textColorGhostFocus: string;
1703
+ textColorGhostDisabled: string;
1704
+ border: string;
1705
+ borderHover: string;
1706
+ borderPressed: string;
1707
+ borderFocus: string;
1708
+ borderDisabled: string;
1709
+ rippleColor: string;
1710
+ colorPrimary: string;
1711
+ colorHoverPrimary: string;
1712
+ colorPressedPrimary: string;
1713
+ colorFocusPrimary: string;
1714
+ colorDisabledPrimary: string;
1715
+ textColorPrimary: string;
1716
+ textColorHoverPrimary: string;
1717
+ textColorPressedPrimary: string;
1718
+ textColorFocusPrimary: string;
1719
+ textColorDisabledPrimary: string;
1720
+ textColorTextPrimary: string;
1721
+ textColorTextHoverPrimary: string;
1722
+ textColorTextPressedPrimary: string;
1723
+ textColorTextFocusPrimary: string;
1724
+ textColorTextDisabledPrimary: string;
1725
+ textColorGhostPrimary: string;
1726
+ textColorGhostHoverPrimary: string;
1727
+ textColorGhostPressedPrimary: string;
1728
+ textColorGhostFocusPrimary: string;
1729
+ textColorGhostDisabledPrimary: string;
1730
+ borderPrimary: string;
1731
+ borderHoverPrimary: string;
1732
+ borderPressedPrimary: string;
1733
+ borderFocusPrimary: string;
1734
+ borderDisabledPrimary: string;
1735
+ rippleColorPrimary: string;
1736
+ colorInfo: string;
1737
+ colorHoverInfo: string;
1738
+ colorPressedInfo: string;
1739
+ colorFocusInfo: string;
1740
+ colorDisabledInfo: string;
1741
+ textColorInfo: string;
1742
+ textColorHoverInfo: string;
1743
+ textColorPressedInfo: string;
1744
+ textColorFocusInfo: string;
1745
+ textColorDisabledInfo: string;
1746
+ textColorTextInfo: string;
1747
+ textColorTextHoverInfo: string;
1748
+ textColorTextPressedInfo: string;
1749
+ textColorTextFocusInfo: string;
1750
+ textColorTextDisabledInfo: string;
1751
+ textColorGhostInfo: string;
1752
+ textColorGhostHoverInfo: string;
1753
+ textColorGhostPressedInfo: string;
1754
+ textColorGhostFocusInfo: string;
1755
+ textColorGhostDisabledInfo: string;
1756
+ borderInfo: string;
1757
+ borderHoverInfo: string;
1758
+ borderPressedInfo: string;
1759
+ borderFocusInfo: string;
1760
+ borderDisabledInfo: string;
1761
+ rippleColorInfo: string;
1762
+ colorSuccess: string;
1763
+ colorHoverSuccess: string;
1764
+ colorPressedSuccess: string;
1765
+ colorFocusSuccess: string;
1766
+ colorDisabledSuccess: string;
1767
+ textColorSuccess: string;
1768
+ textColorHoverSuccess: string;
1769
+ textColorPressedSuccess: string;
1770
+ textColorFocusSuccess: string;
1771
+ textColorDisabledSuccess: string;
1772
+ textColorTextSuccess: string;
1773
+ textColorTextHoverSuccess: string;
1774
+ textColorTextPressedSuccess: string;
1775
+ textColorTextFocusSuccess: string;
1776
+ textColorTextDisabledSuccess: string;
1777
+ textColorGhostSuccess: string;
1778
+ textColorGhostHoverSuccess: string;
1779
+ textColorGhostPressedSuccess: string;
1780
+ textColorGhostFocusSuccess: string;
1781
+ textColorGhostDisabledSuccess: string;
1782
+ borderSuccess: string;
1783
+ borderHoverSuccess: string;
1784
+ borderPressedSuccess: string;
1785
+ borderFocusSuccess: string;
1786
+ borderDisabledSuccess: string;
1787
+ rippleColorSuccess: string;
1788
+ colorWarning: string;
1789
+ colorHoverWarning: string;
1790
+ colorPressedWarning: string;
1791
+ colorFocusWarning: string;
1792
+ colorDisabledWarning: string;
1793
+ textColorWarning: string;
1794
+ textColorHoverWarning: string;
1795
+ textColorPressedWarning: string;
1796
+ textColorFocusWarning: string;
1797
+ textColorDisabledWarning: string;
1798
+ textColorTextWarning: string;
1799
+ textColorTextHoverWarning: string;
1800
+ textColorTextPressedWarning: string;
1801
+ textColorTextFocusWarning: string;
1802
+ textColorTextDisabledWarning: string;
1803
+ textColorGhostWarning: string;
1804
+ textColorGhostHoverWarning: string;
1805
+ textColorGhostPressedWarning: string;
1806
+ textColorGhostFocusWarning: string;
1807
+ textColorGhostDisabledWarning: string;
1808
+ borderWarning: string;
1809
+ borderHoverWarning: string;
1810
+ borderPressedWarning: string;
1811
+ borderFocusWarning: string;
1812
+ borderDisabledWarning: string;
1813
+ rippleColorWarning: string;
1814
+ colorError: string;
1815
+ colorHoverError: string;
1816
+ colorPressedError: string;
1817
+ colorFocusError: string;
1818
+ colorDisabledError: string;
1819
+ textColorError: string;
1820
+ textColorHoverError: string;
1821
+ textColorPressedError: string;
1822
+ textColorFocusError: string;
1823
+ textColorDisabledError: string;
1824
+ textColorTextError: string;
1825
+ textColorTextHoverError: string;
1826
+ textColorTextPressedError: string;
1827
+ textColorTextFocusError: string;
1828
+ textColorTextDisabledError: string;
1829
+ textColorGhostError: string;
1830
+ textColorGhostHoverError: string;
1831
+ textColorGhostPressedError: string;
1832
+ textColorGhostFocusError: string;
1833
+ textColorGhostDisabledError: string;
1834
+ borderError: string;
1835
+ borderHoverError: string;
1836
+ borderPressedError: string;
1837
+ borderFocusError: string;
1838
+ borderDisabledError: string;
1839
+ rippleColorError: string;
1840
+ waveOpacity: string;
1841
+ fontWeight: string;
1842
+ fontWeightStrong: string;
1843
+ paddingTiny: string;
1844
+ paddingSmall: string;
1845
+ paddingMedium: string;
1846
+ paddingLarge: string;
1847
+ paddingRoundTiny: string;
1848
+ paddingRoundSmall: string;
1849
+ paddingRoundMedium: string;
1850
+ paddingRoundLarge: string;
1851
+ iconMarginTiny: string;
1852
+ iconMarginSmall: string;
1853
+ iconMarginMedium: string;
1854
+ iconMarginLarge: string;
1855
+ iconSizeTiny: string;
1856
+ iconSizeSmall: string;
1857
+ iconSizeMedium: string;
1858
+ iconSizeLarge: string;
1859
+ rippleDuration: string;
1860
+ }, any>>;
1861
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1862
+ heightTiny: string;
1863
+ heightSmall: string;
1864
+ heightMedium: string;
1865
+ heightLarge: string;
1866
+ borderRadiusTiny: string;
1867
+ borderRadiusSmall: string;
1868
+ borderRadiusMedium: string;
1869
+ borderRadiusLarge: string;
1870
+ fontSizeTiny: string;
1871
+ fontSizeSmall: string;
1872
+ fontSizeMedium: string;
1873
+ fontSizeLarge: string;
1874
+ opacityDisabled: string;
1875
+ colorOpacitySecondary: string;
1876
+ colorOpacitySecondaryHover: string;
1877
+ colorOpacitySecondaryPressed: string;
1878
+ colorSecondary: string;
1879
+ colorSecondaryHover: string;
1880
+ colorSecondaryPressed: string;
1881
+ colorTertiary: string;
1882
+ colorTertiaryHover: string;
1883
+ colorTertiaryPressed: string;
1884
+ colorQuaternary: string;
1885
+ colorQuaternaryHover: string;
1886
+ colorQuaternaryPressed: string;
1887
+ color: string;
1888
+ colorHover: string;
1889
+ colorPressed: string;
1890
+ colorFocus: string;
1891
+ colorDisabled: string;
1892
+ textColor: string;
1893
+ textColorTertiary: string;
1894
+ textColorHover: string;
1895
+ textColorPressed: string;
1896
+ textColorFocus: string;
1897
+ textColorDisabled: string;
1898
+ textColorText: string;
1899
+ textColorTextHover: string;
1900
+ textColorTextPressed: string;
1901
+ textColorTextFocus: string;
1902
+ textColorTextDisabled: string;
1903
+ textColorGhost: string;
1904
+ textColorGhostHover: string;
1905
+ textColorGhostPressed: string;
1906
+ textColorGhostFocus: string;
1907
+ textColorGhostDisabled: string;
1908
+ border: string;
1909
+ borderHover: string;
1910
+ borderPressed: string;
1911
+ borderFocus: string;
1912
+ borderDisabled: string;
1913
+ rippleColor: string;
1914
+ colorPrimary: string;
1915
+ colorHoverPrimary: string;
1916
+ colorPressedPrimary: string;
1917
+ colorFocusPrimary: string;
1918
+ colorDisabledPrimary: string;
1919
+ textColorPrimary: string;
1920
+ textColorHoverPrimary: string;
1921
+ textColorPressedPrimary: string;
1922
+ textColorFocusPrimary: string;
1923
+ textColorDisabledPrimary: string;
1924
+ textColorTextPrimary: string;
1925
+ textColorTextHoverPrimary: string;
1926
+ textColorTextPressedPrimary: string;
1927
+ textColorTextFocusPrimary: string;
1928
+ textColorTextDisabledPrimary: string;
1929
+ textColorGhostPrimary: string;
1930
+ textColorGhostHoverPrimary: string;
1931
+ textColorGhostPressedPrimary: string;
1932
+ textColorGhostFocusPrimary: string;
1933
+ textColorGhostDisabledPrimary: string;
1934
+ borderPrimary: string;
1935
+ borderHoverPrimary: string;
1936
+ borderPressedPrimary: string;
1937
+ borderFocusPrimary: string;
1938
+ borderDisabledPrimary: string;
1939
+ rippleColorPrimary: string;
1940
+ colorInfo: string;
1941
+ colorHoverInfo: string;
1942
+ colorPressedInfo: string;
1943
+ colorFocusInfo: string;
1944
+ colorDisabledInfo: string;
1945
+ textColorInfo: string;
1946
+ textColorHoverInfo: string;
1947
+ textColorPressedInfo: string;
1948
+ textColorFocusInfo: string;
1949
+ textColorDisabledInfo: string;
1950
+ textColorTextInfo: string;
1951
+ textColorTextHoverInfo: string;
1952
+ textColorTextPressedInfo: string;
1953
+ textColorTextFocusInfo: string;
1954
+ textColorTextDisabledInfo: string;
1955
+ textColorGhostInfo: string;
1956
+ textColorGhostHoverInfo: string;
1957
+ textColorGhostPressedInfo: string;
1958
+ textColorGhostFocusInfo: string;
1959
+ textColorGhostDisabledInfo: string;
1960
+ borderInfo: string;
1961
+ borderHoverInfo: string;
1962
+ borderPressedInfo: string;
1963
+ borderFocusInfo: string;
1964
+ borderDisabledInfo: string;
1965
+ rippleColorInfo: string;
1966
+ colorSuccess: string;
1967
+ colorHoverSuccess: string;
1968
+ colorPressedSuccess: string;
1969
+ colorFocusSuccess: string;
1970
+ colorDisabledSuccess: string;
1971
+ textColorSuccess: string;
1972
+ textColorHoverSuccess: string;
1973
+ textColorPressedSuccess: string;
1974
+ textColorFocusSuccess: string;
1975
+ textColorDisabledSuccess: string;
1976
+ textColorTextSuccess: string;
1977
+ textColorTextHoverSuccess: string;
1978
+ textColorTextPressedSuccess: string;
1979
+ textColorTextFocusSuccess: string;
1980
+ textColorTextDisabledSuccess: string;
1981
+ textColorGhostSuccess: string;
1982
+ textColorGhostHoverSuccess: string;
1983
+ textColorGhostPressedSuccess: string;
1984
+ textColorGhostFocusSuccess: string;
1985
+ textColorGhostDisabledSuccess: string;
1986
+ borderSuccess: string;
1987
+ borderHoverSuccess: string;
1988
+ borderPressedSuccess: string;
1989
+ borderFocusSuccess: string;
1990
+ borderDisabledSuccess: string;
1991
+ rippleColorSuccess: string;
1992
+ colorWarning: string;
1993
+ colorHoverWarning: string;
1994
+ colorPressedWarning: string;
1995
+ colorFocusWarning: string;
1996
+ colorDisabledWarning: string;
1997
+ textColorWarning: string;
1998
+ textColorHoverWarning: string;
1999
+ textColorPressedWarning: string;
2000
+ textColorFocusWarning: string;
2001
+ textColorDisabledWarning: string;
2002
+ textColorTextWarning: string;
2003
+ textColorTextHoverWarning: string;
2004
+ textColorTextPressedWarning: string;
2005
+ textColorTextFocusWarning: string;
2006
+ textColorTextDisabledWarning: string;
2007
+ textColorGhostWarning: string;
2008
+ textColorGhostHoverWarning: string;
2009
+ textColorGhostPressedWarning: string;
2010
+ textColorGhostFocusWarning: string;
2011
+ textColorGhostDisabledWarning: string;
2012
+ borderWarning: string;
2013
+ borderHoverWarning: string;
2014
+ borderPressedWarning: string;
2015
+ borderFocusWarning: string;
2016
+ borderDisabledWarning: string;
2017
+ rippleColorWarning: string;
2018
+ colorError: string;
2019
+ colorHoverError: string;
2020
+ colorPressedError: string;
2021
+ colorFocusError: string;
2022
+ colorDisabledError: string;
2023
+ textColorError: string;
2024
+ textColorHoverError: string;
2025
+ textColorPressedError: string;
2026
+ textColorFocusError: string;
2027
+ textColorDisabledError: string;
2028
+ textColorTextError: string;
2029
+ textColorTextHoverError: string;
2030
+ textColorTextPressedError: string;
2031
+ textColorTextFocusError: string;
2032
+ textColorTextDisabledError: string;
2033
+ textColorGhostError: string;
2034
+ textColorGhostHoverError: string;
2035
+ textColorGhostPressedError: string;
2036
+ textColorGhostFocusError: string;
2037
+ textColorGhostDisabledError: string;
2038
+ borderError: string;
2039
+ borderHoverError: string;
2040
+ borderPressedError: string;
2041
+ borderFocusError: string;
2042
+ borderDisabledError: string;
2043
+ rippleColorError: string;
2044
+ waveOpacity: string;
2045
+ fontWeight: string;
2046
+ fontWeightStrong: string;
2047
+ paddingTiny: string;
2048
+ paddingSmall: string;
2049
+ paddingMedium: string;
2050
+ paddingLarge: string;
2051
+ paddingRoundTiny: string;
2052
+ paddingRoundSmall: string;
2053
+ paddingRoundMedium: string;
2054
+ paddingRoundLarge: string;
2055
+ iconMarginTiny: string;
2056
+ iconMarginSmall: string;
2057
+ iconMarginMedium: string;
2058
+ iconMarginLarge: string;
2059
+ iconSizeTiny: string;
2060
+ iconSizeSmall: string;
2061
+ iconSizeMedium: string;
2062
+ iconSizeLarge: string;
2063
+ rippleDuration: string;
2064
+ }, any>>>;
2065
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2066
+ heightTiny: string;
2067
+ heightSmall: string;
2068
+ heightMedium: string;
2069
+ heightLarge: string;
2070
+ borderRadiusTiny: string;
2071
+ borderRadiusSmall: string;
2072
+ borderRadiusMedium: string;
2073
+ borderRadiusLarge: string;
2074
+ fontSizeTiny: string;
2075
+ fontSizeSmall: string;
2076
+ fontSizeMedium: string;
2077
+ fontSizeLarge: string;
2078
+ opacityDisabled: string;
2079
+ colorOpacitySecondary: string;
2080
+ colorOpacitySecondaryHover: string;
2081
+ colorOpacitySecondaryPressed: string;
2082
+ colorSecondary: string;
2083
+ colorSecondaryHover: string;
2084
+ colorSecondaryPressed: string;
2085
+ colorTertiary: string;
2086
+ colorTertiaryHover: string;
2087
+ colorTertiaryPressed: string;
2088
+ colorQuaternary: string;
2089
+ colorQuaternaryHover: string;
2090
+ colorQuaternaryPressed: string;
2091
+ color: string;
2092
+ colorHover: string;
2093
+ colorPressed: string;
2094
+ colorFocus: string;
2095
+ colorDisabled: string;
2096
+ textColor: string;
2097
+ textColorTertiary: string;
2098
+ textColorHover: string;
2099
+ textColorPressed: string;
2100
+ textColorFocus: string;
2101
+ textColorDisabled: string;
2102
+ textColorText: string;
2103
+ textColorTextHover: string;
2104
+ textColorTextPressed: string;
2105
+ textColorTextFocus: string;
2106
+ textColorTextDisabled: string;
2107
+ textColorGhost: string;
2108
+ textColorGhostHover: string;
2109
+ textColorGhostPressed: string;
2110
+ textColorGhostFocus: string;
2111
+ textColorGhostDisabled: string;
2112
+ border: string;
2113
+ borderHover: string;
2114
+ borderPressed: string;
2115
+ borderFocus: string;
2116
+ borderDisabled: string;
2117
+ rippleColor: string;
2118
+ colorPrimary: string;
2119
+ colorHoverPrimary: string;
2120
+ colorPressedPrimary: string;
2121
+ colorFocusPrimary: string;
2122
+ colorDisabledPrimary: string;
2123
+ textColorPrimary: string;
2124
+ textColorHoverPrimary: string;
2125
+ textColorPressedPrimary: string;
2126
+ textColorFocusPrimary: string;
2127
+ textColorDisabledPrimary: string;
2128
+ textColorTextPrimary: string;
2129
+ textColorTextHoverPrimary: string;
2130
+ textColorTextPressedPrimary: string;
2131
+ textColorTextFocusPrimary: string;
2132
+ textColorTextDisabledPrimary: string;
2133
+ textColorGhostPrimary: string;
2134
+ textColorGhostHoverPrimary: string;
2135
+ textColorGhostPressedPrimary: string;
2136
+ textColorGhostFocusPrimary: string;
2137
+ textColorGhostDisabledPrimary: string;
2138
+ borderPrimary: string;
2139
+ borderHoverPrimary: string;
2140
+ borderPressedPrimary: string;
2141
+ borderFocusPrimary: string;
2142
+ borderDisabledPrimary: string;
2143
+ rippleColorPrimary: string;
2144
+ colorInfo: string;
2145
+ colorHoverInfo: string;
2146
+ colorPressedInfo: string;
2147
+ colorFocusInfo: string;
2148
+ colorDisabledInfo: string;
2149
+ textColorInfo: string;
2150
+ textColorHoverInfo: string;
2151
+ textColorPressedInfo: string;
2152
+ textColorFocusInfo: string;
2153
+ textColorDisabledInfo: string;
2154
+ textColorTextInfo: string;
2155
+ textColorTextHoverInfo: string;
2156
+ textColorTextPressedInfo: string;
2157
+ textColorTextFocusInfo: string;
2158
+ textColorTextDisabledInfo: string;
2159
+ textColorGhostInfo: string;
2160
+ textColorGhostHoverInfo: string;
2161
+ textColorGhostPressedInfo: string;
2162
+ textColorGhostFocusInfo: string;
2163
+ textColorGhostDisabledInfo: string;
2164
+ borderInfo: string;
2165
+ borderHoverInfo: string;
2166
+ borderPressedInfo: string;
2167
+ borderFocusInfo: string;
2168
+ borderDisabledInfo: string;
2169
+ rippleColorInfo: string;
2170
+ colorSuccess: string;
2171
+ colorHoverSuccess: string;
2172
+ colorPressedSuccess: string;
2173
+ colorFocusSuccess: string;
2174
+ colorDisabledSuccess: string;
2175
+ textColorSuccess: string;
2176
+ textColorHoverSuccess: string;
2177
+ textColorPressedSuccess: string;
2178
+ textColorFocusSuccess: string;
2179
+ textColorDisabledSuccess: string;
2180
+ textColorTextSuccess: string;
2181
+ textColorTextHoverSuccess: string;
2182
+ textColorTextPressedSuccess: string;
2183
+ textColorTextFocusSuccess: string;
2184
+ textColorTextDisabledSuccess: string;
2185
+ textColorGhostSuccess: string;
2186
+ textColorGhostHoverSuccess: string;
2187
+ textColorGhostPressedSuccess: string;
2188
+ textColorGhostFocusSuccess: string;
2189
+ textColorGhostDisabledSuccess: string;
2190
+ borderSuccess: string;
2191
+ borderHoverSuccess: string;
2192
+ borderPressedSuccess: string;
2193
+ borderFocusSuccess: string;
2194
+ borderDisabledSuccess: string;
2195
+ rippleColorSuccess: string;
2196
+ colorWarning: string;
2197
+ colorHoverWarning: string;
2198
+ colorPressedWarning: string;
2199
+ colorFocusWarning: string;
2200
+ colorDisabledWarning: string;
2201
+ textColorWarning: string;
2202
+ textColorHoverWarning: string;
2203
+ textColorPressedWarning: string;
2204
+ textColorFocusWarning: string;
2205
+ textColorDisabledWarning: string;
2206
+ textColorTextWarning: string;
2207
+ textColorTextHoverWarning: string;
2208
+ textColorTextPressedWarning: string;
2209
+ textColorTextFocusWarning: string;
2210
+ textColorTextDisabledWarning: string;
2211
+ textColorGhostWarning: string;
2212
+ textColorGhostHoverWarning: string;
2213
+ textColorGhostPressedWarning: string;
2214
+ textColorGhostFocusWarning: string;
2215
+ textColorGhostDisabledWarning: string;
2216
+ borderWarning: string;
2217
+ borderHoverWarning: string;
2218
+ borderPressedWarning: string;
2219
+ borderFocusWarning: string;
2220
+ borderDisabledWarning: string;
2221
+ rippleColorWarning: string;
2222
+ colorError: string;
2223
+ colorHoverError: string;
2224
+ colorPressedError: string;
2225
+ colorFocusError: string;
2226
+ colorDisabledError: string;
2227
+ textColorError: string;
2228
+ textColorHoverError: string;
2229
+ textColorPressedError: string;
2230
+ textColorFocusError: string;
2231
+ textColorDisabledError: string;
2232
+ textColorTextError: string;
2233
+ textColorTextHoverError: string;
2234
+ textColorTextPressedError: string;
2235
+ textColorTextFocusError: string;
2236
+ textColorTextDisabledError: string;
2237
+ textColorGhostError: string;
2238
+ textColorGhostHoverError: string;
2239
+ textColorGhostPressedError: string;
2240
+ textColorGhostFocusError: string;
2241
+ textColorGhostDisabledError: string;
2242
+ borderError: string;
2243
+ borderHoverError: string;
2244
+ borderPressedError: string;
2245
+ borderFocusError: string;
2246
+ borderDisabledError: string;
2247
+ rippleColorError: string;
2248
+ waveOpacity: string;
2249
+ fontWeight: string;
2250
+ fontWeightStrong: string;
2251
+ paddingTiny: string;
2252
+ paddingSmall: string;
2253
+ paddingMedium: string;
2254
+ paddingLarge: string;
2255
+ paddingRoundTiny: string;
2256
+ paddingRoundSmall: string;
2257
+ paddingRoundMedium: string;
2258
+ paddingRoundLarge: string;
2259
+ iconMarginTiny: string;
2260
+ iconMarginSmall: string;
2261
+ iconMarginMedium: string;
2262
+ iconMarginLarge: string;
2263
+ iconSizeTiny: string;
2264
+ iconSizeSmall: string;
2265
+ iconSizeMedium: string;
2266
+ iconSizeLarge: string;
2267
+ rippleDuration: string;
2268
+ }, any>>>;
2269
+ }, {
2270
+ selfElRef: import("vue").Ref<HTMLElement | null>;
2271
+ waveElRef: import("vue").Ref<{
2272
+ play: () => void;
2273
+ } | null>;
2274
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2275
+ mergedFocusable: import("vue").ComputedRef<boolean>;
2276
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
2277
+ showBorder: import("vue").ComputedRef<boolean>;
2278
+ enterPressed: import("vue").Ref<boolean>;
2279
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2280
+ handleMousedown: (e: MouseEvent) => void;
2281
+ handleKeydown: (e: KeyboardEvent) => void;
2282
+ handleBlur: () => void;
2283
+ handleKeyup: (e: KeyboardEvent) => void;
2284
+ handleClick: (e: MouseEvent) => void;
2285
+ customColorCssVars: import("vue").ComputedRef<{
2286
+ '--n-border-color': string;
2287
+ '--n-border-color-hover': string;
2288
+ '--n-border-color-pressed': string;
2289
+ '--n-border-color-focus': string;
2290
+ '--n-border-color-disabled': string;
2291
+ } | null>;
2292
+ cssVars: import("vue").ComputedRef<{
2293
+ '--n-width': string;
2294
+ '--n-height': string;
2295
+ '--n-font-size': string;
2296
+ '--n-padding': string;
2297
+ '--n-icon-size': string;
2298
+ '--n-icon-margin': string;
2299
+ '--n-border-radius': string;
2300
+ '--n-border': string;
2301
+ '--n-border-hover': string;
2302
+ '--n-border-pressed': string;
2303
+ '--n-border-focus': string;
2304
+ '--n-border-disabled': string;
2305
+ '--n-color': string;
2306
+ '--n-color-hover': string;
2307
+ '--n-color-pressed': string;
2308
+ '--n-color-focus': string;
2309
+ '--n-color-disabled': string;
2310
+ '--n-ripple-color': string;
2311
+ '--n-text-color': string;
2312
+ '--n-text-color-hover': string;
2313
+ '--n-text-color-pressed': string;
2314
+ '--n-text-color-focus': string;
2315
+ '--n-text-color-disabled': string;
2316
+ 'font-weight': string;
2317
+ '--n-bezier': string;
2318
+ '--n-bezier-ease-out': string;
2319
+ '--n-ripple-duration': string;
2320
+ '--n-opacity-disabled': string;
2321
+ '--n-wave-opacity': string;
2322
+ }> | undefined;
2323
+ themeClass: import("vue").Ref<string> | undefined;
2324
+ onRender: (() => void) | undefined;
2325
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2326
+ readonly color: StringConstructor;
2327
+ readonly textColor: StringConstructor;
2328
+ readonly text: BooleanConstructor;
2329
+ readonly block: BooleanConstructor;
2330
+ readonly loading: BooleanConstructor;
2331
+ readonly disabled: BooleanConstructor;
2332
+ readonly circle: BooleanConstructor;
2333
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
2334
+ readonly ghost: BooleanConstructor;
2335
+ readonly round: BooleanConstructor;
2336
+ readonly secondary: BooleanConstructor;
2337
+ readonly tertiary: BooleanConstructor;
2338
+ readonly quaternary: BooleanConstructor;
2339
+ readonly strong: BooleanConstructor;
2340
+ readonly focusable: {
2341
+ readonly type: BooleanConstructor;
2342
+ readonly default: true;
2343
+ };
2344
+ readonly keyboard: {
2345
+ readonly type: BooleanConstructor;
2346
+ readonly default: true;
2347
+ };
2348
+ readonly tag: {
2349
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
2350
+ readonly default: "button";
2351
+ };
2352
+ readonly type: {
2353
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
2354
+ readonly default: "default";
2355
+ };
2356
+ readonly dashed: BooleanConstructor;
2357
+ readonly iconPlacement: {
2358
+ readonly type: import("vue").PropType<"left" | "right">;
2359
+ readonly default: "left";
2360
+ };
2361
+ readonly attrType: {
2362
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
2363
+ readonly default: "button";
2364
+ };
2365
+ readonly bordered: {
2366
+ readonly type: BooleanConstructor;
2367
+ readonly default: true;
2368
+ };
2369
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2370
+ readonly nativeFocusBehavior: BooleanConstructor;
2371
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
2372
+ heightTiny: string;
2373
+ heightSmall: string;
2374
+ heightMedium: string;
2375
+ heightLarge: string;
2376
+ borderRadiusTiny: string;
2377
+ borderRadiusSmall: string;
2378
+ borderRadiusMedium: string;
2379
+ borderRadiusLarge: string;
2380
+ fontSizeTiny: string;
2381
+ fontSizeSmall: string;
2382
+ fontSizeMedium: string;
2383
+ fontSizeLarge: string;
2384
+ opacityDisabled: string;
2385
+ colorOpacitySecondary: string;
2386
+ colorOpacitySecondaryHover: string;
2387
+ colorOpacitySecondaryPressed: string;
2388
+ colorSecondary: string;
2389
+ colorSecondaryHover: string;
2390
+ colorSecondaryPressed: string;
2391
+ colorTertiary: string;
2392
+ colorTertiaryHover: string;
2393
+ colorTertiaryPressed: string;
2394
+ colorQuaternary: string;
2395
+ colorQuaternaryHover: string;
2396
+ colorQuaternaryPressed: string;
2397
+ color: string;
2398
+ colorHover: string;
2399
+ colorPressed: string;
2400
+ colorFocus: string;
2401
+ colorDisabled: string;
2402
+ textColor: string;
2403
+ textColorTertiary: string;
2404
+ textColorHover: string;
2405
+ textColorPressed: string;
2406
+ textColorFocus: string;
2407
+ textColorDisabled: string;
2408
+ textColorText: string;
2409
+ textColorTextHover: string;
2410
+ textColorTextPressed: string;
2411
+ textColorTextFocus: string;
2412
+ textColorTextDisabled: string;
2413
+ textColorGhost: string;
2414
+ textColorGhostHover: string;
2415
+ textColorGhostPressed: string;
2416
+ textColorGhostFocus: string;
2417
+ textColorGhostDisabled: string;
2418
+ border: string;
2419
+ borderHover: string;
2420
+ borderPressed: string;
2421
+ borderFocus: string;
2422
+ borderDisabled: string;
2423
+ rippleColor: string;
2424
+ colorPrimary: string;
2425
+ colorHoverPrimary: string;
2426
+ colorPressedPrimary: string;
2427
+ colorFocusPrimary: string;
2428
+ colorDisabledPrimary: string;
2429
+ textColorPrimary: string;
2430
+ textColorHoverPrimary: string;
2431
+ textColorPressedPrimary: string;
2432
+ textColorFocusPrimary: string;
2433
+ textColorDisabledPrimary: string;
2434
+ textColorTextPrimary: string;
2435
+ textColorTextHoverPrimary: string;
2436
+ textColorTextPressedPrimary: string;
2437
+ textColorTextFocusPrimary: string;
2438
+ textColorTextDisabledPrimary: string;
2439
+ textColorGhostPrimary: string;
2440
+ textColorGhostHoverPrimary: string;
2441
+ textColorGhostPressedPrimary: string;
2442
+ textColorGhostFocusPrimary: string;
2443
+ textColorGhostDisabledPrimary: string;
2444
+ borderPrimary: string;
2445
+ borderHoverPrimary: string;
2446
+ borderPressedPrimary: string;
2447
+ borderFocusPrimary: string;
2448
+ borderDisabledPrimary: string;
2449
+ rippleColorPrimary: string;
2450
+ colorInfo: string;
2451
+ colorHoverInfo: string;
2452
+ colorPressedInfo: string;
2453
+ colorFocusInfo: string;
2454
+ colorDisabledInfo: string;
2455
+ textColorInfo: string;
2456
+ textColorHoverInfo: string;
2457
+ textColorPressedInfo: string;
2458
+ textColorFocusInfo: string;
2459
+ textColorDisabledInfo: string;
2460
+ textColorTextInfo: string;
2461
+ textColorTextHoverInfo: string;
2462
+ textColorTextPressedInfo: string;
2463
+ textColorTextFocusInfo: string;
2464
+ textColorTextDisabledInfo: string;
2465
+ textColorGhostInfo: string;
2466
+ textColorGhostHoverInfo: string;
2467
+ textColorGhostPressedInfo: string;
2468
+ textColorGhostFocusInfo: string;
2469
+ textColorGhostDisabledInfo: string;
2470
+ borderInfo: string;
2471
+ borderHoverInfo: string;
2472
+ borderPressedInfo: string;
2473
+ borderFocusInfo: string;
2474
+ borderDisabledInfo: string;
2475
+ rippleColorInfo: string;
2476
+ colorSuccess: string;
2477
+ colorHoverSuccess: string;
2478
+ colorPressedSuccess: string;
2479
+ colorFocusSuccess: string;
2480
+ colorDisabledSuccess: string;
2481
+ textColorSuccess: string;
2482
+ textColorHoverSuccess: string;
2483
+ textColorPressedSuccess: string;
2484
+ textColorFocusSuccess: string;
2485
+ textColorDisabledSuccess: string;
2486
+ textColorTextSuccess: string;
2487
+ textColorTextHoverSuccess: string;
2488
+ textColorTextPressedSuccess: string;
2489
+ textColorTextFocusSuccess: string;
2490
+ textColorTextDisabledSuccess: string;
2491
+ textColorGhostSuccess: string;
2492
+ textColorGhostHoverSuccess: string;
2493
+ textColorGhostPressedSuccess: string;
2494
+ textColorGhostFocusSuccess: string;
2495
+ textColorGhostDisabledSuccess: string;
2496
+ borderSuccess: string;
2497
+ borderHoverSuccess: string;
2498
+ borderPressedSuccess: string;
2499
+ borderFocusSuccess: string;
2500
+ borderDisabledSuccess: string;
2501
+ rippleColorSuccess: string;
2502
+ colorWarning: string;
2503
+ colorHoverWarning: string;
2504
+ colorPressedWarning: string;
2505
+ colorFocusWarning: string;
2506
+ colorDisabledWarning: string;
2507
+ textColorWarning: string;
2508
+ textColorHoverWarning: string;
2509
+ textColorPressedWarning: string;
2510
+ textColorFocusWarning: string;
2511
+ textColorDisabledWarning: string;
2512
+ textColorTextWarning: string;
2513
+ textColorTextHoverWarning: string;
2514
+ textColorTextPressedWarning: string;
2515
+ textColorTextFocusWarning: string;
2516
+ textColorTextDisabledWarning: string;
2517
+ textColorGhostWarning: string;
2518
+ textColorGhostHoverWarning: string;
2519
+ textColorGhostPressedWarning: string;
2520
+ textColorGhostFocusWarning: string;
2521
+ textColorGhostDisabledWarning: string;
2522
+ borderWarning: string;
2523
+ borderHoverWarning: string;
2524
+ borderPressedWarning: string;
2525
+ borderFocusWarning: string;
2526
+ borderDisabledWarning: string;
2527
+ rippleColorWarning: string;
2528
+ colorError: string;
2529
+ colorHoverError: string;
2530
+ colorPressedError: string;
2531
+ colorFocusError: string;
2532
+ colorDisabledError: string;
2533
+ textColorError: string;
2534
+ textColorHoverError: string;
2535
+ textColorPressedError: string;
2536
+ textColorFocusError: string;
2537
+ textColorDisabledError: string;
2538
+ textColorTextError: string;
2539
+ textColorTextHoverError: string;
2540
+ textColorTextPressedError: string;
2541
+ textColorTextFocusError: string;
2542
+ textColorTextDisabledError: string;
2543
+ textColorGhostError: string;
2544
+ textColorGhostHoverError: string;
2545
+ textColorGhostPressedError: string;
2546
+ textColorGhostFocusError: string;
2547
+ textColorGhostDisabledError: string;
2548
+ borderError: string;
2549
+ borderHoverError: string;
2550
+ borderPressedError: string;
2551
+ borderFocusError: string;
2552
+ borderDisabledError: string;
2553
+ rippleColorError: string;
2554
+ waveOpacity: string;
2555
+ fontWeight: string;
2556
+ fontWeightStrong: string;
2557
+ paddingTiny: string;
2558
+ paddingSmall: string;
2559
+ paddingMedium: string;
2560
+ paddingLarge: string;
2561
+ paddingRoundTiny: string;
2562
+ paddingRoundSmall: string;
2563
+ paddingRoundMedium: string;
2564
+ paddingRoundLarge: string;
2565
+ iconMarginTiny: string;
2566
+ iconMarginSmall: string;
2567
+ iconMarginMedium: string;
2568
+ iconMarginLarge: string;
2569
+ iconSizeTiny: string;
2570
+ iconSizeSmall: string;
2571
+ iconSizeMedium: string;
2572
+ iconSizeLarge: string;
2573
+ rippleDuration: string;
2574
+ }, any>>;
2575
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2576
+ heightTiny: string;
2577
+ heightSmall: string;
2578
+ heightMedium: string;
2579
+ heightLarge: string;
2580
+ borderRadiusTiny: string;
2581
+ borderRadiusSmall: string;
2582
+ borderRadiusMedium: string;
2583
+ borderRadiusLarge: string;
2584
+ fontSizeTiny: string;
2585
+ fontSizeSmall: string;
2586
+ fontSizeMedium: string;
2587
+ fontSizeLarge: string;
2588
+ opacityDisabled: string;
2589
+ colorOpacitySecondary: string;
2590
+ colorOpacitySecondaryHover: string;
2591
+ colorOpacitySecondaryPressed: string;
2592
+ colorSecondary: string;
2593
+ colorSecondaryHover: string;
2594
+ colorSecondaryPressed: string;
2595
+ colorTertiary: string;
2596
+ colorTertiaryHover: string;
2597
+ colorTertiaryPressed: string;
2598
+ colorQuaternary: string;
2599
+ colorQuaternaryHover: string;
2600
+ colorQuaternaryPressed: string;
2601
+ color: string;
2602
+ colorHover: string;
2603
+ colorPressed: string;
2604
+ colorFocus: string;
2605
+ colorDisabled: string;
2606
+ textColor: string;
2607
+ textColorTertiary: string;
2608
+ textColorHover: string;
2609
+ textColorPressed: string;
2610
+ textColorFocus: string;
2611
+ textColorDisabled: string;
2612
+ textColorText: string;
2613
+ textColorTextHover: string;
2614
+ textColorTextPressed: string;
2615
+ textColorTextFocus: string;
2616
+ textColorTextDisabled: string;
2617
+ textColorGhost: string;
2618
+ textColorGhostHover: string;
2619
+ textColorGhostPressed: string;
2620
+ textColorGhostFocus: string;
2621
+ textColorGhostDisabled: string;
2622
+ border: string;
2623
+ borderHover: string;
2624
+ borderPressed: string;
2625
+ borderFocus: string;
2626
+ borderDisabled: string;
2627
+ rippleColor: string;
2628
+ colorPrimary: string;
2629
+ colorHoverPrimary: string;
2630
+ colorPressedPrimary: string;
2631
+ colorFocusPrimary: string;
2632
+ colorDisabledPrimary: string;
2633
+ textColorPrimary: string;
2634
+ textColorHoverPrimary: string;
2635
+ textColorPressedPrimary: string;
2636
+ textColorFocusPrimary: string;
2637
+ textColorDisabledPrimary: string;
2638
+ textColorTextPrimary: string;
2639
+ textColorTextHoverPrimary: string;
2640
+ textColorTextPressedPrimary: string;
2641
+ textColorTextFocusPrimary: string;
2642
+ textColorTextDisabledPrimary: string;
2643
+ textColorGhostPrimary: string;
2644
+ textColorGhostHoverPrimary: string;
2645
+ textColorGhostPressedPrimary: string;
2646
+ textColorGhostFocusPrimary: string;
2647
+ textColorGhostDisabledPrimary: string;
2648
+ borderPrimary: string;
2649
+ borderHoverPrimary: string;
2650
+ borderPressedPrimary: string;
2651
+ borderFocusPrimary: string;
2652
+ borderDisabledPrimary: string;
2653
+ rippleColorPrimary: string;
2654
+ colorInfo: string;
2655
+ colorHoverInfo: string;
2656
+ colorPressedInfo: string;
2657
+ colorFocusInfo: string;
2658
+ colorDisabledInfo: string;
2659
+ textColorInfo: string;
2660
+ textColorHoverInfo: string;
2661
+ textColorPressedInfo: string;
2662
+ textColorFocusInfo: string;
2663
+ textColorDisabledInfo: string;
2664
+ textColorTextInfo: string;
2665
+ textColorTextHoverInfo: string;
2666
+ textColorTextPressedInfo: string;
2667
+ textColorTextFocusInfo: string;
2668
+ textColorTextDisabledInfo: string;
2669
+ textColorGhostInfo: string;
2670
+ textColorGhostHoverInfo: string;
2671
+ textColorGhostPressedInfo: string;
2672
+ textColorGhostFocusInfo: string;
2673
+ textColorGhostDisabledInfo: string;
2674
+ borderInfo: string;
2675
+ borderHoverInfo: string;
2676
+ borderPressedInfo: string;
2677
+ borderFocusInfo: string;
2678
+ borderDisabledInfo: string;
2679
+ rippleColorInfo: string;
2680
+ colorSuccess: string;
2681
+ colorHoverSuccess: string;
2682
+ colorPressedSuccess: string;
2683
+ colorFocusSuccess: string;
2684
+ colorDisabledSuccess: string;
2685
+ textColorSuccess: string;
2686
+ textColorHoverSuccess: string;
2687
+ textColorPressedSuccess: string;
2688
+ textColorFocusSuccess: string;
2689
+ textColorDisabledSuccess: string;
2690
+ textColorTextSuccess: string;
2691
+ textColorTextHoverSuccess: string;
2692
+ textColorTextPressedSuccess: string;
2693
+ textColorTextFocusSuccess: string;
2694
+ textColorTextDisabledSuccess: string;
2695
+ textColorGhostSuccess: string;
2696
+ textColorGhostHoverSuccess: string;
2697
+ textColorGhostPressedSuccess: string;
2698
+ textColorGhostFocusSuccess: string;
2699
+ textColorGhostDisabledSuccess: string;
2700
+ borderSuccess: string;
2701
+ borderHoverSuccess: string;
2702
+ borderPressedSuccess: string;
2703
+ borderFocusSuccess: string;
2704
+ borderDisabledSuccess: string;
2705
+ rippleColorSuccess: string;
2706
+ colorWarning: string;
2707
+ colorHoverWarning: string;
2708
+ colorPressedWarning: string;
2709
+ colorFocusWarning: string;
2710
+ colorDisabledWarning: string;
2711
+ textColorWarning: string;
2712
+ textColorHoverWarning: string;
2713
+ textColorPressedWarning: string;
2714
+ textColorFocusWarning: string;
2715
+ textColorDisabledWarning: string;
2716
+ textColorTextWarning: string;
2717
+ textColorTextHoverWarning: string;
2718
+ textColorTextPressedWarning: string;
2719
+ textColorTextFocusWarning: string;
2720
+ textColorTextDisabledWarning: string;
2721
+ textColorGhostWarning: string;
2722
+ textColorGhostHoverWarning: string;
2723
+ textColorGhostPressedWarning: string;
2724
+ textColorGhostFocusWarning: string;
2725
+ textColorGhostDisabledWarning: string;
2726
+ borderWarning: string;
2727
+ borderHoverWarning: string;
2728
+ borderPressedWarning: string;
2729
+ borderFocusWarning: string;
2730
+ borderDisabledWarning: string;
2731
+ rippleColorWarning: string;
2732
+ colorError: string;
2733
+ colorHoverError: string;
2734
+ colorPressedError: string;
2735
+ colorFocusError: string;
2736
+ colorDisabledError: string;
2737
+ textColorError: string;
2738
+ textColorHoverError: string;
2739
+ textColorPressedError: string;
2740
+ textColorFocusError: string;
2741
+ textColorDisabledError: string;
2742
+ textColorTextError: string;
2743
+ textColorTextHoverError: string;
2744
+ textColorTextPressedError: string;
2745
+ textColorTextFocusError: string;
2746
+ textColorTextDisabledError: string;
2747
+ textColorGhostError: string;
2748
+ textColorGhostHoverError: string;
2749
+ textColorGhostPressedError: string;
2750
+ textColorGhostFocusError: string;
2751
+ textColorGhostDisabledError: string;
2752
+ borderError: string;
2753
+ borderHoverError: string;
2754
+ borderPressedError: string;
2755
+ borderFocusError: string;
2756
+ borderDisabledError: string;
2757
+ rippleColorError: string;
2758
+ waveOpacity: string;
2759
+ fontWeight: string;
2760
+ fontWeightStrong: string;
2761
+ paddingTiny: string;
2762
+ paddingSmall: string;
2763
+ paddingMedium: string;
2764
+ paddingLarge: string;
2765
+ paddingRoundTiny: string;
2766
+ paddingRoundSmall: string;
2767
+ paddingRoundMedium: string;
2768
+ paddingRoundLarge: string;
2769
+ iconMarginTiny: string;
2770
+ iconMarginSmall: string;
2771
+ iconMarginMedium: string;
2772
+ iconMarginLarge: string;
2773
+ iconSizeTiny: string;
2774
+ iconSizeSmall: string;
2775
+ iconSizeMedium: string;
2776
+ iconSizeLarge: string;
2777
+ rippleDuration: string;
2778
+ }, any>>>;
2779
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
2780
+ heightTiny: string;
2781
+ heightSmall: string;
2782
+ heightMedium: string;
2783
+ heightLarge: string;
2784
+ borderRadiusTiny: string;
2785
+ borderRadiusSmall: string;
2786
+ borderRadiusMedium: string;
2787
+ borderRadiusLarge: string;
2788
+ fontSizeTiny: string;
2789
+ fontSizeSmall: string;
2790
+ fontSizeMedium: string;
2791
+ fontSizeLarge: string;
2792
+ opacityDisabled: string;
2793
+ colorOpacitySecondary: string;
2794
+ colorOpacitySecondaryHover: string;
2795
+ colorOpacitySecondaryPressed: string;
2796
+ colorSecondary: string;
2797
+ colorSecondaryHover: string;
2798
+ colorSecondaryPressed: string;
2799
+ colorTertiary: string;
2800
+ colorTertiaryHover: string;
2801
+ colorTertiaryPressed: string;
2802
+ colorQuaternary: string;
2803
+ colorQuaternaryHover: string;
2804
+ colorQuaternaryPressed: string;
2805
+ color: string;
2806
+ colorHover: string;
2807
+ colorPressed: string;
2808
+ colorFocus: string;
2809
+ colorDisabled: string;
2810
+ textColor: string;
2811
+ textColorTertiary: string;
2812
+ textColorHover: string;
2813
+ textColorPressed: string;
2814
+ textColorFocus: string;
2815
+ textColorDisabled: string;
2816
+ textColorText: string;
2817
+ textColorTextHover: string;
2818
+ textColorTextPressed: string;
2819
+ textColorTextFocus: string;
2820
+ textColorTextDisabled: string;
2821
+ textColorGhost: string;
2822
+ textColorGhostHover: string;
2823
+ textColorGhostPressed: string;
2824
+ textColorGhostFocus: string;
2825
+ textColorGhostDisabled: string;
2826
+ border: string;
2827
+ borderHover: string;
2828
+ borderPressed: string;
2829
+ borderFocus: string;
2830
+ borderDisabled: string;
2831
+ rippleColor: string;
2832
+ colorPrimary: string;
2833
+ colorHoverPrimary: string;
2834
+ colorPressedPrimary: string;
2835
+ colorFocusPrimary: string;
2836
+ colorDisabledPrimary: string;
2837
+ textColorPrimary: string;
2838
+ textColorHoverPrimary: string;
2839
+ textColorPressedPrimary: string;
2840
+ textColorFocusPrimary: string;
2841
+ textColorDisabledPrimary: string;
2842
+ textColorTextPrimary: string;
2843
+ textColorTextHoverPrimary: string;
2844
+ textColorTextPressedPrimary: string;
2845
+ textColorTextFocusPrimary: string;
2846
+ textColorTextDisabledPrimary: string;
2847
+ textColorGhostPrimary: string;
2848
+ textColorGhostHoverPrimary: string;
2849
+ textColorGhostPressedPrimary: string;
2850
+ textColorGhostFocusPrimary: string;
2851
+ textColorGhostDisabledPrimary: string;
2852
+ borderPrimary: string;
2853
+ borderHoverPrimary: string;
2854
+ borderPressedPrimary: string;
2855
+ borderFocusPrimary: string;
2856
+ borderDisabledPrimary: string;
2857
+ rippleColorPrimary: string;
2858
+ colorInfo: string;
2859
+ colorHoverInfo: string;
2860
+ colorPressedInfo: string;
2861
+ colorFocusInfo: string;
2862
+ colorDisabledInfo: string;
2863
+ textColorInfo: string;
2864
+ textColorHoverInfo: string;
2865
+ textColorPressedInfo: string;
2866
+ textColorFocusInfo: string;
2867
+ textColorDisabledInfo: string;
2868
+ textColorTextInfo: string;
2869
+ textColorTextHoverInfo: string;
2870
+ textColorTextPressedInfo: string;
2871
+ textColorTextFocusInfo: string;
2872
+ textColorTextDisabledInfo: string;
2873
+ textColorGhostInfo: string;
2874
+ textColorGhostHoverInfo: string;
2875
+ textColorGhostPressedInfo: string;
2876
+ textColorGhostFocusInfo: string;
2877
+ textColorGhostDisabledInfo: string;
2878
+ borderInfo: string;
2879
+ borderHoverInfo: string;
2880
+ borderPressedInfo: string;
2881
+ borderFocusInfo: string;
2882
+ borderDisabledInfo: string;
2883
+ rippleColorInfo: string;
2884
+ colorSuccess: string;
2885
+ colorHoverSuccess: string;
2886
+ colorPressedSuccess: string;
2887
+ colorFocusSuccess: string;
2888
+ colorDisabledSuccess: string;
2889
+ textColorSuccess: string;
2890
+ textColorHoverSuccess: string;
2891
+ textColorPressedSuccess: string;
2892
+ textColorFocusSuccess: string;
2893
+ textColorDisabledSuccess: string;
2894
+ textColorTextSuccess: string;
2895
+ textColorTextHoverSuccess: string;
2896
+ textColorTextPressedSuccess: string;
2897
+ textColorTextFocusSuccess: string;
2898
+ textColorTextDisabledSuccess: string;
2899
+ textColorGhostSuccess: string;
2900
+ textColorGhostHoverSuccess: string;
2901
+ textColorGhostPressedSuccess: string;
2902
+ textColorGhostFocusSuccess: string;
2903
+ textColorGhostDisabledSuccess: string;
2904
+ borderSuccess: string;
2905
+ borderHoverSuccess: string;
2906
+ borderPressedSuccess: string;
2907
+ borderFocusSuccess: string;
2908
+ borderDisabledSuccess: string;
2909
+ rippleColorSuccess: string;
2910
+ colorWarning: string;
2911
+ colorHoverWarning: string;
2912
+ colorPressedWarning: string;
2913
+ colorFocusWarning: string;
2914
+ colorDisabledWarning: string;
2915
+ textColorWarning: string;
2916
+ textColorHoverWarning: string;
2917
+ textColorPressedWarning: string;
2918
+ textColorFocusWarning: string;
2919
+ textColorDisabledWarning: string;
2920
+ textColorTextWarning: string;
2921
+ textColorTextHoverWarning: string;
2922
+ textColorTextPressedWarning: string;
2923
+ textColorTextFocusWarning: string;
2924
+ textColorTextDisabledWarning: string;
2925
+ textColorGhostWarning: string;
2926
+ textColorGhostHoverWarning: string;
2927
+ textColorGhostPressedWarning: string;
2928
+ textColorGhostFocusWarning: string;
2929
+ textColorGhostDisabledWarning: string;
2930
+ borderWarning: string;
2931
+ borderHoverWarning: string;
2932
+ borderPressedWarning: string;
2933
+ borderFocusWarning: string;
2934
+ borderDisabledWarning: string;
2935
+ rippleColorWarning: string;
2936
+ colorError: string;
2937
+ colorHoverError: string;
2938
+ colorPressedError: string;
2939
+ colorFocusError: string;
2940
+ colorDisabledError: string;
2941
+ textColorError: string;
2942
+ textColorHoverError: string;
2943
+ textColorPressedError: string;
2944
+ textColorFocusError: string;
2945
+ textColorDisabledError: string;
2946
+ textColorTextError: string;
2947
+ textColorTextHoverError: string;
2948
+ textColorTextPressedError: string;
2949
+ textColorTextFocusError: string;
2950
+ textColorTextDisabledError: string;
2951
+ textColorGhostError: string;
2952
+ textColorGhostHoverError: string;
2953
+ textColorGhostPressedError: string;
2954
+ textColorGhostFocusError: string;
2955
+ textColorGhostDisabledError: string;
2956
+ borderError: string;
2957
+ borderHoverError: string;
2958
+ borderPressedError: string;
2959
+ borderFocusError: string;
2960
+ borderDisabledError: string;
2961
+ rippleColorError: string;
2962
+ waveOpacity: string;
2963
+ fontWeight: string;
2964
+ fontWeightStrong: string;
2965
+ paddingTiny: string;
2966
+ paddingSmall: string;
2967
+ paddingMedium: string;
2968
+ paddingLarge: string;
2969
+ paddingRoundTiny: string;
2970
+ paddingRoundSmall: string;
2971
+ paddingRoundMedium: string;
2972
+ paddingRoundLarge: string;
2973
+ iconMarginTiny: string;
2974
+ iconMarginSmall: string;
2975
+ iconMarginMedium: string;
2976
+ iconMarginLarge: string;
2977
+ iconSizeTiny: string;
2978
+ iconSizeSmall: string;
2979
+ iconSizeMedium: string;
2980
+ iconSizeLarge: string;
2981
+ rippleDuration: string;
2982
+ }, any>>>;
2983
+ }>>, {
2984
+ type: import("naive-ui/es/button/src/interface").Type;
2985
+ tag: keyof HTMLElementTagNameMap;
2986
+ block: boolean;
2987
+ round: boolean;
2988
+ dashed: boolean;
2989
+ text: boolean;
2990
+ circle: boolean;
2991
+ disabled: boolean;
2992
+ focusable: boolean;
2993
+ strong: boolean;
2994
+ loading: boolean;
2995
+ bordered: boolean;
2996
+ tertiary: boolean;
2997
+ ghost: boolean;
2998
+ keyboard: boolean;
2999
+ secondary: boolean;
3000
+ quaternary: boolean;
3001
+ iconPlacement: "left" | "right";
3002
+ attrType: "button" | "reset" | "submit";
3003
+ nativeFocusBehavior: boolean;
3004
+ }>;
3005
+ ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3006
+ ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3007
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3008
+ searchPageConfig: {
3009
+ type: import("vue").PropType<import("../../../../src/types").AnyObject>;
3010
+ default: () => {
3011
+ page: number;
3012
+ total: number;
3013
+ hasNextPage: boolean;
3014
+ };
3015
+ };
3016
+ handleSearchChangePage: {
3017
+ type: FunctionConstructor;
3018
+ default: () => void;
3019
+ };
3020
+ }>>, {
3021
+ searchPageConfig: import("../../../../src/types").AnyObject;
3022
+ handleSearchChangePage: Function;
3023
+ }>;
3024
+ }, 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<{
3025
+ mainForm: {
3026
+ type: ObjectConstructor;
3027
+ default: () => {};
3028
+ };
3029
+ userInfo: {
3030
+ type: ObjectConstructor;
3031
+ default: () => {};
3032
+ };
3033
+ styleSetting: {
3034
+ type: ObjectConstructor;
3035
+ default: () => {};
3036
+ };
3037
+ defaultValue: {
3038
+ type: ObjectConstructor;
3039
+ default: () => {};
3040
+ };
3041
+ dbParams: {
3042
+ type: ObjectConstructor;
3043
+ };
3044
+ row: {
3045
+ type: ObjectConstructor;
3046
+ default: () => {};
3047
+ };
3048
+ item: {
3049
+ type: ObjectConstructor;
3050
+ default: () => {
3051
+ _own: {};
3052
+ };
3053
+ };
3054
+ defaultFieldList: {
3055
+ type: ArrayConstructor;
3056
+ default: () => never[];
3057
+ };
3058
+ cacheUniqueKey: {
3059
+ type: ObjectConstructor;
3060
+ default: () => {
3061
+ _own: {};
3062
+ };
3063
+ };
3064
+ params_formId: (NumberConstructor | StringConstructor)[];
3065
+ formType: {
3066
+ type: ObjectConstructor;
3067
+ default: () => {
3068
+ _own: {};
3069
+ };
3070
+ };
3071
+ isDetail: {
3072
+ type: BooleanConstructor;
3073
+ default: boolean;
3074
+ };
3075
+ handleFormTableValue: FunctionConstructor;
3076
+ }>> & {
3077
+ onTableBlur?: ((...args: any[]) => any) | undefined;
3078
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
3079
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
3080
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
3081
+ }, {
3082
+ styleSetting: Record<string, any>;
3083
+ userInfo: Record<string, any>;
3084
+ cacheUniqueKey: Record<string, any>;
3085
+ row: Record<string, any>;
3086
+ defaultValue: Record<string, any>;
3087
+ isDetail: boolean;
3088
+ item: Record<string, any>;
3089
+ formType: Record<string, any>;
3090
+ mainForm: Record<string, any>;
3091
+ defaultFieldList: unknown[];
3092
+ }>;
3093
+ export default _default;