cnhis-design-vue 3.1.7-beta.3 → 3.1.8-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (106) hide show
  1. package/env.d.ts +42 -38
  2. package/es/packages/big-table/index.d.ts +2042 -0
  3. package/es/packages/big-table/index2.mjs +4 -4
  4. package/es/packages/big-table/src/BigTable.vue.d.ts +2056 -0
  5. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +2 -2
  6. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  7. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  8. package/es/packages/bpmn-workflow/index2.mjs +3 -3
  9. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  10. package/es/packages/button-print/index.d.ts +7317 -0
  11. package/es/packages/button-print/index2.mjs +3 -3
  12. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7316 -0
  13. package/es/packages/chunk-upload/index.d.ts +1748 -0
  14. package/es/packages/chunk-upload/index2.mjs +3 -3
  15. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1905 -0
  16. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1749 -0
  17. package/es/packages/drag-layout/index2.mjs +3 -3
  18. package/es/packages/editor/index2.mjs +3 -3
  19. package/es/packages/field-set/index2.mjs +3 -3
  20. package/es/packages/form-render/index.d.ts +402 -0
  21. package/es/packages/form-render/index2.mjs +3 -3
  22. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  23. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -1
  24. package/es/packages/form-render/src/components/cascader.d.ts +2 -2
  25. package/es/packages/form-render/src/components/cascader2.mjs +26 -12
  26. package/es/packages/form-render/src/components/collapse2.mjs +3 -3
  27. package/es/packages/form-render/src/components/combination2.mjs +9 -7
  28. package/es/packages/form-render/src/components/formItem2.mjs +1 -1
  29. package/es/packages/form-render/src/components/inputGroup2.mjs +1 -1
  30. package/es/packages/form-render/src/components/slider2.mjs +1 -1
  31. package/es/packages/form-render/src/hooks/useFieldList2Schema2.mjs +1 -1
  32. package/es/packages/form-render/src/hooks/useFormValidator2.mjs +1 -1
  33. package/es/packages/form-render/src/types/fieldItem.d.ts +1 -0
  34. package/es/packages/form-render/style/index.css +21 -17
  35. package/es/packages/form-render/style/index.less +121 -116
  36. package/es/packages/form-table/index2.mjs +3 -3
  37. package/es/packages/form-table/src/components/table-age.vue.d.ts +4270 -0
  38. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5282 -0
  39. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2899 -0
  40. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1620 -0
  41. package/es/packages/form-table/src/components/table-input.vue.d.ts +1577 -0
  42. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5225 -0
  43. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  44. package/es/packages/form-table/src/components/table-search.vue.d.ts +3093 -0
  45. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1549 -0
  46. package/es/packages/form-table/src/components/table-select.vue.d.ts +1548 -0
  47. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1636 -0
  48. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2670 -0
  49. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +542 -0
  50. package/es/packages/grid/index2.mjs +3 -3
  51. package/es/packages/index.css +21 -17
  52. package/es/packages/index.d.ts +2 -2
  53. package/es/packages/index.less +121 -116
  54. package/es/packages/index.mjs +1 -1
  55. package/es/packages/index2.mjs +2 -2
  56. package/es/packages/info-header/index.d.ts +1687 -0
  57. package/es/packages/info-header/index2.mjs +3 -3
  58. package/es/packages/info-header/src/HiddenContent.vue.d.ts +362 -0
  59. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1688 -0
  60. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -1
  61. package/es/packages/map/index.d.ts +2312 -0
  62. package/es/packages/map/index2.mjs +3 -3
  63. package/es/packages/map/src/Map.vue.d.ts +2312 -0
  64. package/es/packages/scale-view/index.d.ts +4308 -0
  65. package/es/packages/scale-view/index2.mjs +7 -7
  66. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4149 -0
  67. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +27 -5
  68. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  69. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +2 -2
  70. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  71. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  72. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  73. package/es/packages/scale-view/src/components/formitem/r-checkbox2.mjs +5 -4
  74. package/es/packages/scale-view/src/components/formitem/r-collection2.mjs +1 -1
  75. package/es/packages/scale-view/src/components/formitem/r-datetime2.mjs +5 -3
  76. package/es/packages/scale-view/src/components/formitem/r-radio2.mjs +6 -5
  77. package/es/packages/scale-view/src/components/formitem/r-select2.mjs +3 -3
  78. package/es/packages/scale-view/src/hooks/scaleview-computed.d.ts +1 -1
  79. package/es/packages/scale-view/src/hooks/scaleview-computed2.mjs +33 -13
  80. package/es/packages/scale-view/src/hooks/scaleview-props.d.ts +7 -3
  81. package/es/packages/scale-view/src/hooks/scaleview-props2.mjs +7 -3
  82. package/es/packages/scale-view/src/hooks/use-component.d.ts +9753 -0
  83. package/es/packages/scale-view/src/hooks/use-component2.mjs +4 -2
  84. package/es/packages/select-label/index.d.ts +11489 -0
  85. package/es/packages/select-label/index2.mjs +4 -4
  86. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7120 -0
  87. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +7 -4
  88. package/es/packages/select-person/index.d.ts +3498 -0
  89. package/es/packages/select-person/index2.mjs +3 -3
  90. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  91. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3501 -0
  92. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +20 -9
  93. package/es/packages/time-line/index2.mjs +3 -3
  94. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  95. package/es/src/core/create2.mjs +2 -2
  96. package/es/src/global/variable.d.ts +1 -1
  97. package/es/src/global/variable.mjs +1 -1
  98. package/es/src/global/variable2.mjs +2 -2
  99. package/es/src/utils/index.d.ts +0 -1
  100. package/es/src/utils/index.mjs +1 -1
  101. package/es/src/utils/index2.mjs +1 -5
  102. package/memory-log.ts +62 -0
  103. package/package.json +15 -8
  104. package/sync-w.sh +13 -0
  105. package/md-plugin.ts +0 -201
  106. package/uno.config.ts +0 -22
@@ -0,0 +1,4270 @@
1
+ import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
2
+ import { PropType } from 'vue';
3
+ import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ mainForm: {
6
+ type: PropObject;
7
+ default: () => {};
8
+ };
9
+ userInfo: {
10
+ type: PropObject;
11
+ default: () => {};
12
+ };
13
+ styleSetting: {
14
+ type: PropObject;
15
+ default: () => {};
16
+ };
17
+ defaultValue: {
18
+ type: PropObject;
19
+ default: () => {};
20
+ };
21
+ dbParams: {
22
+ type: PropType<AnyObject>;
23
+ };
24
+ row: {
25
+ type: PropObject;
26
+ default: () => {};
27
+ };
28
+ item: {
29
+ type: PropObject;
30
+ default: () => {
31
+ _own: {};
32
+ };
33
+ };
34
+ defaultFieldList: {
35
+ type: PropType<any[]>;
36
+ default: () => never[];
37
+ };
38
+ cacheUniqueKey: {
39
+ type: PropObject;
40
+ default: () => {
41
+ _own: {};
42
+ };
43
+ };
44
+ params_formId: (NumberConstructor | StringConstructor)[];
45
+ formType: {
46
+ type: PropObject;
47
+ default: () => {
48
+ _own: {};
49
+ };
50
+ };
51
+ isDetail: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ handleFormTableValue: PropType<Func<any[], any>>;
56
+ }, {
57
+ $message: import("naive-ui").MessageApi;
58
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
59
+ mainForm: {
60
+ type: PropObject;
61
+ default: () => {};
62
+ };
63
+ userInfo: {
64
+ type: PropObject;
65
+ default: () => {};
66
+ };
67
+ styleSetting: {
68
+ type: PropObject;
69
+ default: () => {};
70
+ };
71
+ defaultValue: {
72
+ type: PropObject;
73
+ default: () => {};
74
+ };
75
+ dbParams: {
76
+ type: PropType<AnyObject>;
77
+ };
78
+ row: {
79
+ type: PropObject;
80
+ default: () => {};
81
+ };
82
+ item: {
83
+ type: PropObject;
84
+ default: () => {
85
+ _own: {};
86
+ };
87
+ };
88
+ defaultFieldList: {
89
+ type: PropType<any[]>;
90
+ default: () => never[];
91
+ };
92
+ cacheUniqueKey: {
93
+ type: PropObject;
94
+ default: () => {
95
+ _own: {};
96
+ };
97
+ };
98
+ params_formId: (NumberConstructor | StringConstructor)[];
99
+ formType: {
100
+ type: PropObject;
101
+ default: () => {
102
+ _own: {};
103
+ };
104
+ };
105
+ isDetail: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ handleFormTableValue: PropType<Func<any[], any>>;
110
+ }>> & {
111
+ onTableBlur?: ((...args: any[]) => any) | undefined;
112
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
113
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
114
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
115
+ }>>;
116
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
117
+ formTable: AnyObject;
118
+ hasErr: import("vue").ComputedRef<any>;
119
+ handleGetJsonStr: (str: string | AnyObject) => AnyObject;
120
+ handleSetFieldsValue: (setObj?: AnyObject, target?: any) => void;
121
+ handleGetUniqueKey: (id: string) => any;
122
+ handleSysParams: (str: string) => string;
123
+ defaultInit: () => void;
124
+ handleTableBlur: (e?: AnyObject | undefined, config?: AnyObject) => void;
125
+ handleFormParams: (str: string) => string;
126
+ radioColor: () => (p: AnyObject, isOnlyRead?: boolean | undefined) => any;
127
+ handleGetAgeUnit: (ageInfo?: AnyObject) => string | undefined;
128
+ handleAgeToBirthDay: (val: number, f: string, item: AnyObject) => void;
129
+ changeAgeSelect: (val: string, item: AnyObject) => void;
130
+ handlerSetIdCarInfoValidate: (value: any, item: AnyObject, callback: Func<any[], any>) => void;
131
+ getInputCheck: (validate?: string | undefined) => {
132
+ pattern: RegExp;
133
+ message: string;
134
+ } | undefined;
135
+ getCustomRegular: (item: AnyObject) => {
136
+ pattern: RegExp;
137
+ message: any;
138
+ } | null;
139
+ checkDigital: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
140
+ checkAgeJson: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
141
+ checkAge: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
142
+ checkMultipleChoice: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
143
+ checkLength: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
144
+ checkinputBlank: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
145
+ checkSearchCascade: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
146
+ checkMultipleTree: import("cnhis-design-vue/es/packages/form-table/src/types").ValidateFunc;
147
+ handleDateClearBtn: (v: any, item: AnyObject) => void;
148
+ handleStartDateEndDate: (item: AnyObject) => void;
149
+ showTimePanel: (item: AnyObject) => boolean;
150
+ momentLib: (date_format: string) => any;
151
+ judgeTimeBoundary: (time: any, item: AnyObject) => void;
152
+ setTimeValue: (time: any, item: AnyObject) => void;
153
+ judgeTimeRange: (time: any, item: AnyObject) => AnyObject | undefined;
154
+ isSameDate: (curDate: any, compareMin: any, compareMax: any) => AnyObject;
155
+ setDefaultCurrent: (compareItem: AnyObject, currTime: any) => void;
156
+ handleDefaultRimeRange: (time: any, item: AnyObject) => void;
157
+ judgeMinMaxDateIsSameDate: (item: AnyObject) => boolean;
158
+ handleDefaultTimeRange: (time: any, item: any, chooseDate?: any) => {};
159
+ changeTimeDate: (time: any, minTime: any, maxTime: any, item: AnyObject) => {};
160
+ setTimeRangeArr: (hMin: any, HMax: any, mMin: any, mMax: any, sMin: any, sMax: any) => Required<Partial<Record<"hArr" | "mArr" | "sArr", [any, any]>>>;
161
+ ageRes: import("vue").Ref<{}>;
162
+ detailStr: import("vue").ComputedRef<any>;
163
+ setAgeRes: () => void;
164
+ handleAgeData: (item: any, curUnit: any, curVal: any) => void;
165
+ handleAgeOnChange: (ageInfo: any, item: any) => void;
166
+ getAgeUnit: (item: any) => any;
167
+ NInputGroup: import("vue").DefineComponent<{
168
+ [x: string]: never;
169
+ [x: number]: never;
170
+ [x: symbol]: never;
171
+ }, {
172
+ mergedClsPrefix: import("vue").ComputedRef<string>;
173
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
174
+ [x: string]: never;
175
+ [x: number]: never;
176
+ [x: symbol]: never;
177
+ }>>, {}>;
178
+ NSelect: import("vue").DefineComponent<{
179
+ readonly to: {
180
+ type: PropType<string | boolean | HTMLElement>;
181
+ default: undefined;
182
+ };
183
+ readonly bordered: {
184
+ readonly type: PropType<boolean | undefined>;
185
+ readonly default: undefined;
186
+ };
187
+ readonly clearable: BooleanConstructor;
188
+ readonly clearFilterAfterSelect: {
189
+ readonly type: BooleanConstructor;
190
+ readonly default: true;
191
+ };
192
+ readonly options: {
193
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
194
+ readonly default: () => never[];
195
+ };
196
+ readonly defaultValue: {
197
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
198
+ readonly default: null;
199
+ };
200
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
201
+ readonly placeholder: StringConstructor;
202
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
203
+ readonly multiple: BooleanConstructor;
204
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
205
+ readonly filterable: BooleanConstructor;
206
+ readonly disabled: {
207
+ readonly type: PropType<boolean | undefined>;
208
+ readonly default: undefined;
209
+ };
210
+ readonly remote: BooleanConstructor;
211
+ readonly loading: BooleanConstructor;
212
+ readonly filter: {
213
+ readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
214
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
215
+ };
216
+ readonly placement: {
217
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
218
+ readonly default: "bottom-start";
219
+ };
220
+ readonly widthMode: {
221
+ readonly type: StringConstructor;
222
+ readonly default: "trigger";
223
+ };
224
+ readonly tag: BooleanConstructor;
225
+ readonly onCreate: {
226
+ readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
227
+ readonly default: (label: string) => {
228
+ label: string;
229
+ value: string;
230
+ };
231
+ };
232
+ readonly fallbackOption: {
233
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
234
+ readonly default: () => (value: string | number) => {
235
+ label: string;
236
+ value: string | number;
237
+ };
238
+ };
239
+ readonly show: {
240
+ readonly type: PropType<boolean | undefined>;
241
+ readonly default: undefined;
242
+ };
243
+ readonly showArrow: {
244
+ readonly type: BooleanConstructor;
245
+ readonly default: true;
246
+ };
247
+ readonly maxTagCount: PropType<number | "responsive">;
248
+ readonly consistentMenuWidth: {
249
+ readonly type: BooleanConstructor;
250
+ readonly default: true;
251
+ };
252
+ readonly virtualScroll: {
253
+ readonly type: BooleanConstructor;
254
+ readonly default: true;
255
+ };
256
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
257
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
258
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
259
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
260
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
261
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
262
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
263
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
264
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
265
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
266
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
267
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
268
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
269
+ readonly displayDirective: {
270
+ readonly type: PropType<"show" | "if">;
271
+ readonly default: "show";
272
+ };
273
+ readonly resetMenuOnOptionsChange: {
274
+ readonly type: BooleanConstructor;
275
+ readonly default: true;
276
+ };
277
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
278
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
279
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
280
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
281
+ menuBoxShadow: string;
282
+ }, {
283
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
284
+ fontSizeTiny: string;
285
+ fontSizeSmall: string;
286
+ fontSizeMedium: string;
287
+ fontSizeLarge: string;
288
+ heightTiny: string;
289
+ heightSmall: string;
290
+ heightMedium: string;
291
+ heightLarge: string;
292
+ borderRadius: string;
293
+ textColor: string;
294
+ textColorDisabled: string;
295
+ placeholderColor: string;
296
+ placeholderColorDisabled: string;
297
+ color: string;
298
+ colorDisabled: string;
299
+ colorActive: string;
300
+ border: string;
301
+ borderHover: string;
302
+ borderActive: string;
303
+ borderFocus: string;
304
+ boxShadowHover: string;
305
+ boxShadowActive: string;
306
+ boxShadowFocus: string;
307
+ caretColor: string;
308
+ arrowColor: string;
309
+ arrowColorDisabled: string;
310
+ loadingColor: string;
311
+ borderWarning: string;
312
+ borderHoverWarning: string;
313
+ borderActiveWarning: string;
314
+ borderFocusWarning: string;
315
+ boxShadowHoverWarning: string;
316
+ boxShadowActiveWarning: string;
317
+ boxShadowFocusWarning: string;
318
+ colorActiveWarning: string;
319
+ caretColorWarning: string;
320
+ borderError: string;
321
+ borderHoverError: string;
322
+ borderActiveError: string;
323
+ borderFocusError: string;
324
+ boxShadowHoverError: string;
325
+ boxShadowActiveError: string;
326
+ boxShadowFocusError: string;
327
+ colorActiveError: string;
328
+ caretColorError: string;
329
+ clearColor: string;
330
+ clearColorHover: string;
331
+ clearColorPressed: string;
332
+ paddingSingle: string;
333
+ paddingMultiple: string;
334
+ clearSize: string;
335
+ arrowSize: string;
336
+ }, {
337
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
338
+ fontSize: string;
339
+ borderRadius: string;
340
+ color: string;
341
+ dividerColor: string;
342
+ textColor: string;
343
+ boxShadow: string;
344
+ space: string;
345
+ spaceArrow: string;
346
+ arrowOffset: string;
347
+ arrowOffsetVertical: string;
348
+ arrowHeight: string;
349
+ padding: string;
350
+ }, any>;
351
+ }>;
352
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
353
+ optionFontSizeSmall: string;
354
+ optionFontSizeMedium: string;
355
+ optionFontSizeLarge: string;
356
+ optionFontSizeHuge: string;
357
+ optionHeightSmall: string;
358
+ optionHeightMedium: string;
359
+ optionHeightLarge: string;
360
+ optionHeightHuge: string;
361
+ borderRadius: string;
362
+ color: string;
363
+ groupHeaderTextColor: string;
364
+ actionDividerColor: string;
365
+ optionTextColor: string;
366
+ optionTextColorPressed: string;
367
+ optionTextColorDisabled: string;
368
+ optionTextColorActive: string;
369
+ optionOpacityDisabled: string;
370
+ optionCheckColor: string;
371
+ optionColorPending: string;
372
+ optionColorActive: string;
373
+ actionTextColor: string;
374
+ loadingColor: string;
375
+ height: string;
376
+ paddingSmall: string;
377
+ paddingMedium: string;
378
+ paddingLarge: string;
379
+ paddingHuge: string;
380
+ optionPaddingSmall: string;
381
+ optionPaddingMedium: string;
382
+ optionPaddingLarge: string;
383
+ optionPaddingHuge: string;
384
+ loadingSize: string;
385
+ }, {
386
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
387
+ color: string;
388
+ colorHover: string;
389
+ }, any>;
390
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
391
+ fontSizeSmall: string;
392
+ fontSizeMedium: string;
393
+ fontSizeLarge: string;
394
+ fontSizeHuge: string;
395
+ textColor: string;
396
+ iconColor: string;
397
+ extraTextColor: string;
398
+ iconSizeSmall: string;
399
+ iconSizeMedium: string;
400
+ iconSizeLarge: string;
401
+ iconSizeHuge: string;
402
+ }, any>;
403
+ }>;
404
+ }>>;
405
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
406
+ menuBoxShadow: string;
407
+ }, {
408
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
409
+ fontSizeTiny: string;
410
+ fontSizeSmall: string;
411
+ fontSizeMedium: string;
412
+ fontSizeLarge: string;
413
+ heightTiny: string;
414
+ heightSmall: string;
415
+ heightMedium: string;
416
+ heightLarge: string;
417
+ borderRadius: string;
418
+ textColor: string;
419
+ textColorDisabled: string;
420
+ placeholderColor: string;
421
+ placeholderColorDisabled: string;
422
+ color: string;
423
+ colorDisabled: string;
424
+ colorActive: string;
425
+ border: string;
426
+ borderHover: string;
427
+ borderActive: string;
428
+ borderFocus: string;
429
+ boxShadowHover: string;
430
+ boxShadowActive: string;
431
+ boxShadowFocus: string;
432
+ caretColor: string;
433
+ arrowColor: string;
434
+ arrowColorDisabled: string;
435
+ loadingColor: string;
436
+ borderWarning: string;
437
+ borderHoverWarning: string;
438
+ borderActiveWarning: string;
439
+ borderFocusWarning: string;
440
+ boxShadowHoverWarning: string;
441
+ boxShadowActiveWarning: string;
442
+ boxShadowFocusWarning: string;
443
+ colorActiveWarning: string;
444
+ caretColorWarning: string;
445
+ borderError: string;
446
+ borderHoverError: string;
447
+ borderActiveError: string;
448
+ borderFocusError: string;
449
+ boxShadowHoverError: string;
450
+ boxShadowActiveError: string;
451
+ boxShadowFocusError: string;
452
+ colorActiveError: string;
453
+ caretColorError: string;
454
+ clearColor: string;
455
+ clearColorHover: string;
456
+ clearColorPressed: string;
457
+ paddingSingle: string;
458
+ paddingMultiple: string;
459
+ clearSize: string;
460
+ arrowSize: string;
461
+ }, {
462
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
463
+ fontSize: string;
464
+ borderRadius: string;
465
+ color: string;
466
+ dividerColor: string;
467
+ textColor: string;
468
+ boxShadow: string;
469
+ space: string;
470
+ spaceArrow: string;
471
+ arrowOffset: string;
472
+ arrowOffsetVertical: string;
473
+ arrowHeight: string;
474
+ padding: string;
475
+ }, any>;
476
+ }>;
477
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
478
+ optionFontSizeSmall: string;
479
+ optionFontSizeMedium: string;
480
+ optionFontSizeLarge: string;
481
+ optionFontSizeHuge: string;
482
+ optionHeightSmall: string;
483
+ optionHeightMedium: string;
484
+ optionHeightLarge: string;
485
+ optionHeightHuge: string;
486
+ borderRadius: string;
487
+ color: string;
488
+ groupHeaderTextColor: string;
489
+ actionDividerColor: string;
490
+ optionTextColor: string;
491
+ optionTextColorPressed: string;
492
+ optionTextColorDisabled: string;
493
+ optionTextColorActive: string;
494
+ optionOpacityDisabled: string;
495
+ optionCheckColor: string;
496
+ optionColorPending: string;
497
+ optionColorActive: string;
498
+ actionTextColor: string;
499
+ loadingColor: string;
500
+ height: string;
501
+ paddingSmall: string;
502
+ paddingMedium: string;
503
+ paddingLarge: string;
504
+ paddingHuge: string;
505
+ optionPaddingSmall: string;
506
+ optionPaddingMedium: string;
507
+ optionPaddingLarge: string;
508
+ optionPaddingHuge: string;
509
+ loadingSize: string;
510
+ }, {
511
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
512
+ color: string;
513
+ colorHover: string;
514
+ }, any>;
515
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
516
+ fontSizeSmall: string;
517
+ fontSizeMedium: string;
518
+ fontSizeLarge: string;
519
+ fontSizeHuge: string;
520
+ textColor: string;
521
+ iconColor: string;
522
+ extraTextColor: string;
523
+ iconSizeSmall: string;
524
+ iconSizeMedium: string;
525
+ iconSizeLarge: string;
526
+ iconSizeHuge: string;
527
+ }, any>;
528
+ }>;
529
+ }>>>;
530
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
531
+ menuBoxShadow: string;
532
+ }, {
533
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
534
+ fontSizeTiny: string;
535
+ fontSizeSmall: string;
536
+ fontSizeMedium: string;
537
+ fontSizeLarge: string;
538
+ heightTiny: string;
539
+ heightSmall: string;
540
+ heightMedium: string;
541
+ heightLarge: string;
542
+ borderRadius: string;
543
+ textColor: string;
544
+ textColorDisabled: string;
545
+ placeholderColor: string;
546
+ placeholderColorDisabled: string;
547
+ color: string;
548
+ colorDisabled: string;
549
+ colorActive: string;
550
+ border: string;
551
+ borderHover: string;
552
+ borderActive: string;
553
+ borderFocus: string;
554
+ boxShadowHover: string;
555
+ boxShadowActive: string;
556
+ boxShadowFocus: string;
557
+ caretColor: string;
558
+ arrowColor: string;
559
+ arrowColorDisabled: string;
560
+ loadingColor: string;
561
+ borderWarning: string;
562
+ borderHoverWarning: string;
563
+ borderActiveWarning: string;
564
+ borderFocusWarning: string;
565
+ boxShadowHoverWarning: string;
566
+ boxShadowActiveWarning: string;
567
+ boxShadowFocusWarning: string;
568
+ colorActiveWarning: string;
569
+ caretColorWarning: string;
570
+ borderError: string;
571
+ borderHoverError: string;
572
+ borderActiveError: string;
573
+ borderFocusError: string;
574
+ boxShadowHoverError: string;
575
+ boxShadowActiveError: string;
576
+ boxShadowFocusError: string;
577
+ colorActiveError: string;
578
+ caretColorError: string;
579
+ clearColor: string;
580
+ clearColorHover: string;
581
+ clearColorPressed: string;
582
+ paddingSingle: string;
583
+ paddingMultiple: string;
584
+ clearSize: string;
585
+ arrowSize: string;
586
+ }, {
587
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
588
+ fontSize: string;
589
+ borderRadius: string;
590
+ color: string;
591
+ dividerColor: string;
592
+ textColor: string;
593
+ boxShadow: string;
594
+ space: string;
595
+ spaceArrow: string;
596
+ arrowOffset: string;
597
+ arrowOffsetVertical: string;
598
+ arrowHeight: string;
599
+ padding: string;
600
+ }, any>;
601
+ }>;
602
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
603
+ optionFontSizeSmall: string;
604
+ optionFontSizeMedium: string;
605
+ optionFontSizeLarge: string;
606
+ optionFontSizeHuge: string;
607
+ optionHeightSmall: string;
608
+ optionHeightMedium: string;
609
+ optionHeightLarge: string;
610
+ optionHeightHuge: string;
611
+ borderRadius: string;
612
+ color: string;
613
+ groupHeaderTextColor: string;
614
+ actionDividerColor: string;
615
+ optionTextColor: string;
616
+ optionTextColorPressed: string;
617
+ optionTextColorDisabled: string;
618
+ optionTextColorActive: string;
619
+ optionOpacityDisabled: string;
620
+ optionCheckColor: string;
621
+ optionColorPending: string;
622
+ optionColorActive: string;
623
+ actionTextColor: string;
624
+ loadingColor: string;
625
+ height: string;
626
+ paddingSmall: string;
627
+ paddingMedium: string;
628
+ paddingLarge: string;
629
+ paddingHuge: string;
630
+ optionPaddingSmall: string;
631
+ optionPaddingMedium: string;
632
+ optionPaddingLarge: string;
633
+ optionPaddingHuge: string;
634
+ loadingSize: string;
635
+ }, {
636
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
637
+ color: string;
638
+ colorHover: string;
639
+ }, any>;
640
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
641
+ fontSizeSmall: string;
642
+ fontSizeMedium: string;
643
+ fontSizeLarge: string;
644
+ fontSizeHuge: string;
645
+ textColor: string;
646
+ iconColor: string;
647
+ extraTextColor: string;
648
+ iconSizeSmall: string;
649
+ iconSizeMedium: string;
650
+ iconSizeLarge: string;
651
+ iconSizeHuge: string;
652
+ }, any>;
653
+ }>;
654
+ }>>>;
655
+ }, {
656
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
657
+ mergedClsPrefix: import("vue").ComputedRef<string>;
658
+ mergedBordered: import("vue").ComputedRef<boolean>;
659
+ namespace: import("vue").ComputedRef<string | undefined>;
660
+ treeMate: import("vue").ComputedRef<import("treemate").TreeMate<import("naive-ui").SelectOption, import("naive-ui").SelectGroupOption, import("naive-ui/es/select/src/interface").SelectIgnoredOption>>;
661
+ isMounted: Readonly<import("vue").Ref<boolean>>;
662
+ triggerRef: import("vue").Ref<{
663
+ isCompositing: boolean;
664
+ focus: () => void;
665
+ focusInput: () => void;
666
+ blur: () => void;
667
+ $el: HTMLElement;
668
+ } | null>;
669
+ menuRef: import("vue").Ref<{
670
+ selfRef: HTMLElement | null;
671
+ 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;
672
+ prev: () => void;
673
+ next: () => void;
674
+ } | null>;
675
+ pattern: import("vue").Ref<string>;
676
+ uncontrolledShow: import("vue").Ref<boolean>;
677
+ mergedShow: import("vue").ComputedRef<boolean>;
678
+ adjustedTo: import("vue").ComputedRef<string | HTMLElement>;
679
+ uncontrolledValue: import("vue").Ref<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
680
+ mergedValue: import("vue").ComputedRef<string[] | import("naive-ui/es/select/src/interface").ValueAtom | number[] | import("naive-ui/es/select/src/interface").ValueAtom[] | null>;
681
+ followerRef: import("vue").Ref<{
682
+ syncPosition: () => void;
683
+ } | null>;
684
+ localizedPlaceholder: import("vue").ComputedRef<string>;
685
+ selectedOption: import("vue").ComputedRef<import("naive-ui").SelectOption | null>;
686
+ selectedOptions: import("vue").ComputedRef<import("naive-ui").SelectOption[] | null>;
687
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
688
+ mergedDisabled: import("vue").ComputedRef<boolean>;
689
+ focused: import("vue").Ref<boolean>;
690
+ activeWithoutMenuOpen: import("vue").Ref<boolean>;
691
+ inlineThemeDisabled: boolean | undefined;
692
+ onTriggerInputFocus: () => void;
693
+ onTriggerInputBlur: () => void;
694
+ handleTriggerOrMenuResize: () => void;
695
+ handleMenuFocus: (e: FocusEvent) => void;
696
+ handleMenuBlur: (e: FocusEvent) => void;
697
+ handleMenuTabOut: () => void;
698
+ handleTriggerClick: () => void;
699
+ handleToggle: (tmNode: import("treemate").TreeNode<import("naive-ui").SelectOption, import("naive-ui").SelectOption, import("naive-ui").SelectOption>) => void;
700
+ handleDeleteOption: (option: import("naive-ui").SelectOption) => void;
701
+ handlePatternInput: (e: InputEvent) => void;
702
+ handleClear: (e: MouseEvent) => void;
703
+ handleTriggerBlur: (e: FocusEvent) => void;
704
+ handleTriggerFocus: (e: FocusEvent) => void;
705
+ handleKeydown: (e: KeyboardEvent) => void;
706
+ handleMenuAfterLeave: () => void;
707
+ handleMenuClickOutside: (e: MouseEvent) => void;
708
+ handleMenuScroll: (e: Event) => void;
709
+ handleMenuKeydown: (e: KeyboardEvent) => void;
710
+ handleMenuMousedown: (e: MouseEvent) => void;
711
+ mergedTheme: import("vue").ComputedRef<{
712
+ common: {
713
+ baseColor: string;
714
+ primaryColor: string;
715
+ primaryColorHover: string;
716
+ primaryColorPressed: string;
717
+ primaryColorSuppl: string;
718
+ infoColor: string;
719
+ infoColorHover: string;
720
+ infoColorPressed: string;
721
+ infoColorSuppl: string;
722
+ successColor: string;
723
+ successColorHover: string;
724
+ successColorPressed: string;
725
+ successColorSuppl: string;
726
+ warningColor: string;
727
+ warningColorHover: string;
728
+ warningColorPressed: string;
729
+ warningColorSuppl: string;
730
+ errorColor: string;
731
+ errorColorHover: string;
732
+ errorColorPressed: string;
733
+ errorColorSuppl: string;
734
+ textColorBase: string;
735
+ textColor1: string;
736
+ textColor2: string;
737
+ textColor3: string;
738
+ textColorDisabled: string;
739
+ placeholderColor: string;
740
+ placeholderColorDisabled: string;
741
+ iconColor: string;
742
+ iconColorHover: string;
743
+ iconColorPressed: string;
744
+ iconColorDisabled: string;
745
+ opacity1: string;
746
+ opacity2: string;
747
+ opacity3: string;
748
+ opacity4: string;
749
+ opacity5: string;
750
+ dividerColor: string;
751
+ borderColor: string;
752
+ closeColor: string;
753
+ closeColorHover: string;
754
+ closeColorPressed: string;
755
+ closeColorDisabled: string;
756
+ clearColor: string;
757
+ clearColorHover: string;
758
+ clearColorPressed: string;
759
+ scrollbarColor: string;
760
+ scrollbarColorHover: string;
761
+ scrollbarWidth: string;
762
+ scrollbarHeight: string;
763
+ scrollbarBorderRadius: string;
764
+ progressRailColor: string;
765
+ railColor: string;
766
+ popoverColor: string;
767
+ tableColor: string;
768
+ cardColor: string;
769
+ modalColor: string;
770
+ bodyColor: string;
771
+ tagColor: string;
772
+ avatarColor: string;
773
+ invertedColor: string;
774
+ inputColor: string;
775
+ codeColor: string;
776
+ tabColor: string;
777
+ actionColor: string;
778
+ tableHeaderColor: string;
779
+ hoverColor: string;
780
+ tableColorHover: string;
781
+ tableColorStriped: string;
782
+ pressedColor: string;
783
+ opacityDisabled: string;
784
+ inputColorDisabled: string;
785
+ buttonColor2: string;
786
+ buttonColor2Hover: string;
787
+ buttonColor2Pressed: string;
788
+ boxShadow1: string;
789
+ boxShadow2: string;
790
+ boxShadow3: string;
791
+ fontFamily: string;
792
+ fontFamilyMono: string;
793
+ fontWeight: string;
794
+ fontWeightStrong: string;
795
+ cubicBezierEaseInOut: string;
796
+ cubicBezierEaseOut: string;
797
+ cubicBezierEaseIn: string;
798
+ borderRadius: string;
799
+ borderRadiusSmall: string;
800
+ fontSize: string;
801
+ fontSizeMini: string;
802
+ fontSizeTiny: string;
803
+ fontSizeSmall: string;
804
+ fontSizeMedium: string;
805
+ fontSizeLarge: string;
806
+ fontSizeHuge: string;
807
+ lineHeight: string;
808
+ heightMini: string;
809
+ heightTiny: string;
810
+ heightSmall: string;
811
+ heightMedium: string;
812
+ heightLarge: string;
813
+ heightHuge: string;
814
+ name: "common";
815
+ };
816
+ self: {
817
+ menuBoxShadow: string;
818
+ };
819
+ peers: {
820
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
821
+ fontSizeTiny: string;
822
+ fontSizeSmall: string;
823
+ fontSizeMedium: string;
824
+ fontSizeLarge: string;
825
+ heightTiny: string;
826
+ heightSmall: string;
827
+ heightMedium: string;
828
+ heightLarge: string;
829
+ borderRadius: string;
830
+ textColor: string;
831
+ textColorDisabled: string;
832
+ placeholderColor: string;
833
+ placeholderColorDisabled: string;
834
+ color: string;
835
+ colorDisabled: string;
836
+ colorActive: string;
837
+ border: string;
838
+ borderHover: string;
839
+ borderActive: string;
840
+ borderFocus: string;
841
+ boxShadowHover: string;
842
+ boxShadowActive: string;
843
+ boxShadowFocus: string;
844
+ caretColor: string;
845
+ arrowColor: string;
846
+ arrowColorDisabled: string;
847
+ loadingColor: string;
848
+ borderWarning: string;
849
+ borderHoverWarning: string;
850
+ borderActiveWarning: string;
851
+ borderFocusWarning: string;
852
+ boxShadowHoverWarning: string;
853
+ boxShadowActiveWarning: string;
854
+ boxShadowFocusWarning: string;
855
+ colorActiveWarning: string;
856
+ caretColorWarning: string;
857
+ borderError: string;
858
+ borderHoverError: string;
859
+ borderActiveError: string;
860
+ borderFocusError: string;
861
+ boxShadowHoverError: string;
862
+ boxShadowActiveError: string;
863
+ boxShadowFocusError: string;
864
+ colorActiveError: string;
865
+ caretColorError: string;
866
+ clearColor: string;
867
+ clearColorHover: string;
868
+ clearColorPressed: string;
869
+ paddingSingle: string;
870
+ paddingMultiple: string;
871
+ clearSize: string;
872
+ arrowSize: string;
873
+ }, {
874
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
875
+ fontSize: string;
876
+ borderRadius: string;
877
+ color: string;
878
+ dividerColor: string;
879
+ textColor: string;
880
+ boxShadow: string;
881
+ space: string;
882
+ spaceArrow: string;
883
+ arrowOffset: string;
884
+ arrowOffsetVertical: string;
885
+ arrowHeight: string;
886
+ padding: string;
887
+ }, any>;
888
+ }>;
889
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
890
+ optionFontSizeSmall: string;
891
+ optionFontSizeMedium: string;
892
+ optionFontSizeLarge: string;
893
+ optionFontSizeHuge: string;
894
+ optionHeightSmall: string;
895
+ optionHeightMedium: string;
896
+ optionHeightLarge: string;
897
+ optionHeightHuge: string;
898
+ borderRadius: string;
899
+ color: string;
900
+ groupHeaderTextColor: string;
901
+ actionDividerColor: string;
902
+ optionTextColor: string;
903
+ optionTextColorPressed: string;
904
+ optionTextColorDisabled: string;
905
+ optionTextColorActive: string;
906
+ optionOpacityDisabled: string;
907
+ optionCheckColor: string;
908
+ optionColorPending: string;
909
+ optionColorActive: string;
910
+ actionTextColor: string;
911
+ loadingColor: string;
912
+ height: string;
913
+ paddingSmall: string;
914
+ paddingMedium: string;
915
+ paddingLarge: string;
916
+ paddingHuge: string;
917
+ optionPaddingSmall: string;
918
+ optionPaddingMedium: string;
919
+ optionPaddingLarge: string;
920
+ optionPaddingHuge: string;
921
+ loadingSize: string;
922
+ }, {
923
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
924
+ color: string;
925
+ colorHover: string;
926
+ }, any>;
927
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
928
+ fontSizeSmall: string;
929
+ fontSizeMedium: string;
930
+ fontSizeLarge: string;
931
+ fontSizeHuge: string;
932
+ textColor: string;
933
+ iconColor: string;
934
+ extraTextColor: string;
935
+ iconSizeSmall: string;
936
+ iconSizeMedium: string;
937
+ iconSizeLarge: string;
938
+ iconSizeHuge: string;
939
+ }, any>;
940
+ }>;
941
+ };
942
+ peerOverrides: {
943
+ InternalSelection?: {
944
+ peers?: {
945
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
946
+ fontSize: string;
947
+ borderRadius: string;
948
+ color: string;
949
+ dividerColor: string;
950
+ textColor: string;
951
+ boxShadow: string;
952
+ space: string;
953
+ spaceArrow: string;
954
+ arrowOffset: string;
955
+ arrowOffsetVertical: string;
956
+ arrowHeight: string;
957
+ padding: string;
958
+ }, any>> | undefined;
959
+ } | undefined;
960
+ } | undefined;
961
+ InternalSelectMenu?: {
962
+ peers?: {
963
+ Scrollbar?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Scrollbar", {
964
+ color: string;
965
+ colorHover: string;
966
+ }, any>> | undefined;
967
+ Empty?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Empty", {
968
+ fontSizeSmall: string;
969
+ fontSizeMedium: string;
970
+ fontSizeLarge: string;
971
+ fontSizeHuge: string;
972
+ textColor: string;
973
+ iconColor: string;
974
+ extraTextColor: string;
975
+ iconSizeSmall: string;
976
+ iconSizeMedium: string;
977
+ iconSizeLarge: string;
978
+ iconSizeHuge: string;
979
+ }, any>> | undefined;
980
+ } | undefined;
981
+ } | undefined;
982
+ };
983
+ }>;
984
+ cssVars: import("vue").ComputedRef<{
985
+ '--n-menu-box-shadow': string;
986
+ }> | undefined;
987
+ themeClass: import("vue").Ref<string> | undefined;
988
+ onRender: (() => void) | undefined;
989
+ focus: () => void;
990
+ blur: () => void;
991
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
992
+ readonly to: {
993
+ type: PropType<string | boolean | HTMLElement>;
994
+ default: undefined;
995
+ };
996
+ readonly bordered: {
997
+ readonly type: PropType<boolean | undefined>;
998
+ readonly default: undefined;
999
+ };
1000
+ readonly clearable: BooleanConstructor;
1001
+ readonly clearFilterAfterSelect: {
1002
+ readonly type: BooleanConstructor;
1003
+ readonly default: true;
1004
+ };
1005
+ readonly options: {
1006
+ readonly type: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1007
+ readonly default: () => never[];
1008
+ };
1009
+ readonly defaultValue: {
1010
+ readonly type: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1011
+ readonly default: null;
1012
+ };
1013
+ readonly value: PropType<import("naive-ui/es/select/src/interface").Value | null>;
1014
+ readonly placeholder: StringConstructor;
1015
+ readonly menuProps: PropType<import("vue").HTMLAttributes>;
1016
+ readonly multiple: BooleanConstructor;
1017
+ readonly size: PropType<import("naive-ui/es/select/src/interface").Size>;
1018
+ readonly filterable: BooleanConstructor;
1019
+ readonly disabled: {
1020
+ readonly type: PropType<boolean | undefined>;
1021
+ readonly default: undefined;
1022
+ };
1023
+ readonly remote: BooleanConstructor;
1024
+ readonly loading: BooleanConstructor;
1025
+ readonly filter: {
1026
+ readonly type: PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
1027
+ readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
1028
+ };
1029
+ readonly placement: {
1030
+ readonly type: PropType<import("naive-ui").PopoverPlacement>;
1031
+ readonly default: "bottom-start";
1032
+ };
1033
+ readonly widthMode: {
1034
+ readonly type: StringConstructor;
1035
+ readonly default: "trigger";
1036
+ };
1037
+ readonly tag: BooleanConstructor;
1038
+ readonly onCreate: {
1039
+ readonly type: PropType<(label: string) => import("naive-ui").SelectOption>;
1040
+ readonly default: (label: string) => {
1041
+ label: string;
1042
+ value: string;
1043
+ };
1044
+ };
1045
+ readonly fallbackOption: {
1046
+ readonly type: PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
1047
+ readonly default: () => (value: string | number) => {
1048
+ label: string;
1049
+ value: string | number;
1050
+ };
1051
+ };
1052
+ readonly show: {
1053
+ readonly type: PropType<boolean | undefined>;
1054
+ readonly default: undefined;
1055
+ };
1056
+ readonly showArrow: {
1057
+ readonly type: BooleanConstructor;
1058
+ readonly default: true;
1059
+ };
1060
+ readonly maxTagCount: PropType<number | "responsive">;
1061
+ readonly consistentMenuWidth: {
1062
+ readonly type: BooleanConstructor;
1063
+ readonly default: true;
1064
+ };
1065
+ readonly virtualScroll: {
1066
+ readonly type: BooleanConstructor;
1067
+ readonly default: true;
1068
+ };
1069
+ readonly renderLabel: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
1070
+ readonly renderOption: PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
1071
+ readonly renderTag: PropType<import("naive-ui").SelectRenderTag>;
1072
+ readonly 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1073
+ readonly inputProps: PropType<import("vue").InputHTMLAttributes>;
1074
+ readonly onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
1075
+ readonly onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1076
+ readonly onClear: PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
1077
+ readonly onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
1078
+ readonly onScroll: PropType<import("naive-ui/es/_utils").MaybeArray<(e: Event) => void> | undefined>;
1079
+ readonly onSearch: PropType<import("naive-ui/es/_utils").MaybeArray<(value: string) => void> | undefined>;
1080
+ readonly onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1081
+ readonly 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1082
+ readonly displayDirective: {
1083
+ readonly type: PropType<"show" | "if">;
1084
+ readonly default: "show";
1085
+ };
1086
+ readonly resetMenuOnOptionsChange: {
1087
+ readonly type: BooleanConstructor;
1088
+ readonly default: true;
1089
+ };
1090
+ readonly status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1091
+ readonly onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
1092
+ readonly items: PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
1093
+ readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Select", {
1094
+ menuBoxShadow: string;
1095
+ }, {
1096
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1097
+ fontSizeTiny: string;
1098
+ fontSizeSmall: string;
1099
+ fontSizeMedium: string;
1100
+ fontSizeLarge: string;
1101
+ heightTiny: string;
1102
+ heightSmall: string;
1103
+ heightMedium: string;
1104
+ heightLarge: string;
1105
+ borderRadius: string;
1106
+ textColor: string;
1107
+ textColorDisabled: string;
1108
+ placeholderColor: string;
1109
+ placeholderColorDisabled: string;
1110
+ color: string;
1111
+ colorDisabled: string;
1112
+ colorActive: string;
1113
+ border: string;
1114
+ borderHover: string;
1115
+ borderActive: string;
1116
+ borderFocus: string;
1117
+ boxShadowHover: string;
1118
+ boxShadowActive: string;
1119
+ boxShadowFocus: string;
1120
+ caretColor: string;
1121
+ arrowColor: string;
1122
+ arrowColorDisabled: string;
1123
+ loadingColor: string;
1124
+ borderWarning: string;
1125
+ borderHoverWarning: string;
1126
+ borderActiveWarning: string;
1127
+ borderFocusWarning: string;
1128
+ boxShadowHoverWarning: string;
1129
+ boxShadowActiveWarning: string;
1130
+ boxShadowFocusWarning: string;
1131
+ colorActiveWarning: string;
1132
+ caretColorWarning: string;
1133
+ borderError: string;
1134
+ borderHoverError: string;
1135
+ borderActiveError: string;
1136
+ borderFocusError: string;
1137
+ boxShadowHoverError: string;
1138
+ boxShadowActiveError: string;
1139
+ boxShadowFocusError: string;
1140
+ colorActiveError: string;
1141
+ caretColorError: string;
1142
+ clearColor: string;
1143
+ clearColorHover: string;
1144
+ clearColorPressed: string;
1145
+ paddingSingle: string;
1146
+ paddingMultiple: string;
1147
+ clearSize: string;
1148
+ arrowSize: string;
1149
+ }, {
1150
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1151
+ fontSize: string;
1152
+ borderRadius: string;
1153
+ color: string;
1154
+ dividerColor: string;
1155
+ textColor: string;
1156
+ boxShadow: string;
1157
+ space: string;
1158
+ spaceArrow: string;
1159
+ arrowOffset: string;
1160
+ arrowOffsetVertical: string;
1161
+ arrowHeight: string;
1162
+ padding: string;
1163
+ }, any>;
1164
+ }>;
1165
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1166
+ optionFontSizeSmall: string;
1167
+ optionFontSizeMedium: string;
1168
+ optionFontSizeLarge: string;
1169
+ optionFontSizeHuge: string;
1170
+ optionHeightSmall: string;
1171
+ optionHeightMedium: string;
1172
+ optionHeightLarge: string;
1173
+ optionHeightHuge: string;
1174
+ borderRadius: string;
1175
+ color: string;
1176
+ groupHeaderTextColor: string;
1177
+ actionDividerColor: string;
1178
+ optionTextColor: string;
1179
+ optionTextColorPressed: string;
1180
+ optionTextColorDisabled: string;
1181
+ optionTextColorActive: string;
1182
+ optionOpacityDisabled: string;
1183
+ optionCheckColor: string;
1184
+ optionColorPending: string;
1185
+ optionColorActive: string;
1186
+ actionTextColor: string;
1187
+ loadingColor: string;
1188
+ height: string;
1189
+ paddingSmall: string;
1190
+ paddingMedium: string;
1191
+ paddingLarge: string;
1192
+ paddingHuge: string;
1193
+ optionPaddingSmall: string;
1194
+ optionPaddingMedium: string;
1195
+ optionPaddingLarge: string;
1196
+ optionPaddingHuge: string;
1197
+ loadingSize: string;
1198
+ }, {
1199
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1200
+ color: string;
1201
+ colorHover: string;
1202
+ }, any>;
1203
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1204
+ fontSizeSmall: string;
1205
+ fontSizeMedium: string;
1206
+ fontSizeLarge: string;
1207
+ fontSizeHuge: string;
1208
+ textColor: string;
1209
+ iconColor: string;
1210
+ extraTextColor: string;
1211
+ iconSizeSmall: string;
1212
+ iconSizeMedium: string;
1213
+ iconSizeLarge: string;
1214
+ iconSizeHuge: string;
1215
+ }, any>;
1216
+ }>;
1217
+ }>>;
1218
+ readonly themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1219
+ menuBoxShadow: string;
1220
+ }, {
1221
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1222
+ fontSizeTiny: string;
1223
+ fontSizeSmall: string;
1224
+ fontSizeMedium: string;
1225
+ fontSizeLarge: string;
1226
+ heightTiny: string;
1227
+ heightSmall: string;
1228
+ heightMedium: string;
1229
+ heightLarge: string;
1230
+ borderRadius: string;
1231
+ textColor: string;
1232
+ textColorDisabled: string;
1233
+ placeholderColor: string;
1234
+ placeholderColorDisabled: string;
1235
+ color: string;
1236
+ colorDisabled: string;
1237
+ colorActive: string;
1238
+ border: string;
1239
+ borderHover: string;
1240
+ borderActive: string;
1241
+ borderFocus: string;
1242
+ boxShadowHover: string;
1243
+ boxShadowActive: string;
1244
+ boxShadowFocus: string;
1245
+ caretColor: string;
1246
+ arrowColor: string;
1247
+ arrowColorDisabled: string;
1248
+ loadingColor: string;
1249
+ borderWarning: string;
1250
+ borderHoverWarning: string;
1251
+ borderActiveWarning: string;
1252
+ borderFocusWarning: string;
1253
+ boxShadowHoverWarning: string;
1254
+ boxShadowActiveWarning: string;
1255
+ boxShadowFocusWarning: string;
1256
+ colorActiveWarning: string;
1257
+ caretColorWarning: string;
1258
+ borderError: string;
1259
+ borderHoverError: string;
1260
+ borderActiveError: string;
1261
+ borderFocusError: string;
1262
+ boxShadowHoverError: string;
1263
+ boxShadowActiveError: string;
1264
+ boxShadowFocusError: string;
1265
+ colorActiveError: string;
1266
+ caretColorError: string;
1267
+ clearColor: string;
1268
+ clearColorHover: string;
1269
+ clearColorPressed: string;
1270
+ paddingSingle: string;
1271
+ paddingMultiple: string;
1272
+ clearSize: string;
1273
+ arrowSize: string;
1274
+ }, {
1275
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1276
+ fontSize: string;
1277
+ borderRadius: string;
1278
+ color: string;
1279
+ dividerColor: string;
1280
+ textColor: string;
1281
+ boxShadow: string;
1282
+ space: string;
1283
+ spaceArrow: string;
1284
+ arrowOffset: string;
1285
+ arrowOffsetVertical: string;
1286
+ arrowHeight: string;
1287
+ padding: string;
1288
+ }, any>;
1289
+ }>;
1290
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1291
+ optionFontSizeSmall: string;
1292
+ optionFontSizeMedium: string;
1293
+ optionFontSizeLarge: string;
1294
+ optionFontSizeHuge: string;
1295
+ optionHeightSmall: string;
1296
+ optionHeightMedium: string;
1297
+ optionHeightLarge: string;
1298
+ optionHeightHuge: string;
1299
+ borderRadius: string;
1300
+ color: string;
1301
+ groupHeaderTextColor: string;
1302
+ actionDividerColor: string;
1303
+ optionTextColor: string;
1304
+ optionTextColorPressed: string;
1305
+ optionTextColorDisabled: string;
1306
+ optionTextColorActive: string;
1307
+ optionOpacityDisabled: string;
1308
+ optionCheckColor: string;
1309
+ optionColorPending: string;
1310
+ optionColorActive: string;
1311
+ actionTextColor: string;
1312
+ loadingColor: string;
1313
+ height: string;
1314
+ paddingSmall: string;
1315
+ paddingMedium: string;
1316
+ paddingLarge: string;
1317
+ paddingHuge: string;
1318
+ optionPaddingSmall: string;
1319
+ optionPaddingMedium: string;
1320
+ optionPaddingLarge: string;
1321
+ optionPaddingHuge: string;
1322
+ loadingSize: string;
1323
+ }, {
1324
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1325
+ color: string;
1326
+ colorHover: string;
1327
+ }, any>;
1328
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1329
+ fontSizeSmall: string;
1330
+ fontSizeMedium: string;
1331
+ fontSizeLarge: string;
1332
+ fontSizeHuge: string;
1333
+ textColor: string;
1334
+ iconColor: string;
1335
+ extraTextColor: string;
1336
+ iconSizeSmall: string;
1337
+ iconSizeMedium: string;
1338
+ iconSizeLarge: string;
1339
+ iconSizeHuge: string;
1340
+ }, any>;
1341
+ }>;
1342
+ }>>>;
1343
+ readonly builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Select", {
1344
+ menuBoxShadow: string;
1345
+ }, {
1346
+ InternalSelection: import("naive-ui/es/_mixins").Theme<"InternalSelection", {
1347
+ fontSizeTiny: string;
1348
+ fontSizeSmall: string;
1349
+ fontSizeMedium: string;
1350
+ fontSizeLarge: string;
1351
+ heightTiny: string;
1352
+ heightSmall: string;
1353
+ heightMedium: string;
1354
+ heightLarge: string;
1355
+ borderRadius: string;
1356
+ textColor: string;
1357
+ textColorDisabled: string;
1358
+ placeholderColor: string;
1359
+ placeholderColorDisabled: string;
1360
+ color: string;
1361
+ colorDisabled: string;
1362
+ colorActive: string;
1363
+ border: string;
1364
+ borderHover: string;
1365
+ borderActive: string;
1366
+ borderFocus: string;
1367
+ boxShadowHover: string;
1368
+ boxShadowActive: string;
1369
+ boxShadowFocus: string;
1370
+ caretColor: string;
1371
+ arrowColor: string;
1372
+ arrowColorDisabled: string;
1373
+ loadingColor: string;
1374
+ borderWarning: string;
1375
+ borderHoverWarning: string;
1376
+ borderActiveWarning: string;
1377
+ borderFocusWarning: string;
1378
+ boxShadowHoverWarning: string;
1379
+ boxShadowActiveWarning: string;
1380
+ boxShadowFocusWarning: string;
1381
+ colorActiveWarning: string;
1382
+ caretColorWarning: string;
1383
+ borderError: string;
1384
+ borderHoverError: string;
1385
+ borderActiveError: string;
1386
+ borderFocusError: string;
1387
+ boxShadowHoverError: string;
1388
+ boxShadowActiveError: string;
1389
+ boxShadowFocusError: string;
1390
+ colorActiveError: string;
1391
+ caretColorError: string;
1392
+ clearColor: string;
1393
+ clearColorHover: string;
1394
+ clearColorPressed: string;
1395
+ paddingSingle: string;
1396
+ paddingMultiple: string;
1397
+ clearSize: string;
1398
+ arrowSize: string;
1399
+ }, {
1400
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1401
+ fontSize: string;
1402
+ borderRadius: string;
1403
+ color: string;
1404
+ dividerColor: string;
1405
+ textColor: string;
1406
+ boxShadow: string;
1407
+ space: string;
1408
+ spaceArrow: string;
1409
+ arrowOffset: string;
1410
+ arrowOffsetVertical: string;
1411
+ arrowHeight: string;
1412
+ padding: string;
1413
+ }, any>;
1414
+ }>;
1415
+ InternalSelectMenu: import("naive-ui/es/_mixins").Theme<"InternalSelectMenu", {
1416
+ optionFontSizeSmall: string;
1417
+ optionFontSizeMedium: string;
1418
+ optionFontSizeLarge: string;
1419
+ optionFontSizeHuge: string;
1420
+ optionHeightSmall: string;
1421
+ optionHeightMedium: string;
1422
+ optionHeightLarge: string;
1423
+ optionHeightHuge: string;
1424
+ borderRadius: string;
1425
+ color: string;
1426
+ groupHeaderTextColor: string;
1427
+ actionDividerColor: string;
1428
+ optionTextColor: string;
1429
+ optionTextColorPressed: string;
1430
+ optionTextColorDisabled: string;
1431
+ optionTextColorActive: string;
1432
+ optionOpacityDisabled: string;
1433
+ optionCheckColor: string;
1434
+ optionColorPending: string;
1435
+ optionColorActive: string;
1436
+ actionTextColor: string;
1437
+ loadingColor: string;
1438
+ height: string;
1439
+ paddingSmall: string;
1440
+ paddingMedium: string;
1441
+ paddingLarge: string;
1442
+ paddingHuge: string;
1443
+ optionPaddingSmall: string;
1444
+ optionPaddingMedium: string;
1445
+ optionPaddingLarge: string;
1446
+ optionPaddingHuge: string;
1447
+ loadingSize: string;
1448
+ }, {
1449
+ Scrollbar: import("naive-ui/es/_mixins").Theme<"Scrollbar", {
1450
+ color: string;
1451
+ colorHover: string;
1452
+ }, any>;
1453
+ Empty: import("naive-ui/es/_mixins").Theme<"Empty", {
1454
+ fontSizeSmall: string;
1455
+ fontSizeMedium: string;
1456
+ fontSizeLarge: string;
1457
+ fontSizeHuge: string;
1458
+ textColor: string;
1459
+ iconColor: string;
1460
+ extraTextColor: string;
1461
+ iconSizeSmall: string;
1462
+ iconSizeMedium: string;
1463
+ iconSizeLarge: string;
1464
+ iconSizeHuge: string;
1465
+ }, any>;
1466
+ }>;
1467
+ }>>>;
1468
+ }>>, {
1469
+ tag: boolean;
1470
+ filter: (pattern: string, option: import("naive-ui").SelectOption) => boolean;
1471
+ show: boolean | undefined;
1472
+ multiple: boolean;
1473
+ disabled: boolean | undefined;
1474
+ to: string | boolean | HTMLElement;
1475
+ options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
1476
+ loading: boolean;
1477
+ bordered: boolean | undefined;
1478
+ placement: import("naive-ui").PopoverPlacement;
1479
+ virtualScroll: boolean;
1480
+ resetMenuOnOptionsChange: boolean;
1481
+ showArrow: boolean;
1482
+ displayDirective: "show" | "if";
1483
+ filterable: boolean;
1484
+ clearable: boolean;
1485
+ clearFilterAfterSelect: boolean;
1486
+ defaultValue: import("naive-ui/es/select/src/interface").Value | null;
1487
+ remote: boolean;
1488
+ widthMode: string;
1489
+ onCreate: (label: string) => import("naive-ui").SelectOption;
1490
+ fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
1491
+ consistentMenuWidth: boolean;
1492
+ }>;
1493
+ NInputNumber: import("vue").DefineComponent<{
1494
+ autofocus: BooleanConstructor;
1495
+ loading: {
1496
+ type: BooleanConstructor;
1497
+ default: undefined;
1498
+ };
1499
+ placeholder: StringConstructor;
1500
+ defaultValue: {
1501
+ type: PropType<number | null>;
1502
+ default: null;
1503
+ };
1504
+ value: PropType<number | null>;
1505
+ step: {
1506
+ type: (NumberConstructor | StringConstructor)[];
1507
+ default: number;
1508
+ };
1509
+ min: (NumberConstructor | StringConstructor)[];
1510
+ max: (NumberConstructor | StringConstructor)[];
1511
+ size: PropType<"small" | "medium" | "large">;
1512
+ disabled: {
1513
+ type: PropType<boolean | undefined>;
1514
+ default: undefined;
1515
+ };
1516
+ validator: PropType<(value: number) => boolean>;
1517
+ bordered: {
1518
+ type: PropType<boolean | undefined>;
1519
+ default: undefined;
1520
+ };
1521
+ showButton: {
1522
+ type: BooleanConstructor;
1523
+ default: boolean;
1524
+ };
1525
+ readonly: BooleanConstructor;
1526
+ clearable: BooleanConstructor;
1527
+ keyboard: {
1528
+ type: PropType<{
1529
+ ArrowUp?: boolean | undefined;
1530
+ ArrowDown?: boolean | undefined;
1531
+ }>;
1532
+ default: {};
1533
+ };
1534
+ updateValueOnInput: {
1535
+ type: BooleanConstructor;
1536
+ default: boolean;
1537
+ };
1538
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1539
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1540
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1541
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1542
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1543
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1544
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
1545
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1546
+ iconColorDisabled: string;
1547
+ }, {
1548
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1549
+ heightTiny: string;
1550
+ heightSmall: string;
1551
+ heightMedium: string;
1552
+ heightLarge: string;
1553
+ borderRadiusTiny: string;
1554
+ borderRadiusSmall: string;
1555
+ borderRadiusMedium: string;
1556
+ borderRadiusLarge: string;
1557
+ fontSizeTiny: string;
1558
+ fontSizeSmall: string;
1559
+ fontSizeMedium: string;
1560
+ fontSizeLarge: string;
1561
+ opacityDisabled: string;
1562
+ colorOpacitySecondary: string;
1563
+ colorOpacitySecondaryHover: string;
1564
+ colorOpacitySecondaryPressed: string;
1565
+ colorSecondary: string;
1566
+ colorSecondaryHover: string;
1567
+ colorSecondaryPressed: string;
1568
+ colorTertiary: string;
1569
+ colorTertiaryHover: string;
1570
+ colorTertiaryPressed: string;
1571
+ colorQuaternary: string;
1572
+ colorQuaternaryHover: string;
1573
+ colorQuaternaryPressed: string;
1574
+ color: string;
1575
+ colorHover: string;
1576
+ colorPressed: string;
1577
+ colorFocus: string;
1578
+ colorDisabled: string;
1579
+ textColor: string;
1580
+ textColorTertiary: string;
1581
+ textColorHover: string;
1582
+ textColorPressed: string;
1583
+ textColorFocus: string;
1584
+ textColorDisabled: string;
1585
+ textColorText: string;
1586
+ textColorTextHover: string;
1587
+ textColorTextPressed: string;
1588
+ textColorTextFocus: string;
1589
+ textColorTextDisabled: string;
1590
+ textColorGhost: string;
1591
+ textColorGhostHover: string;
1592
+ textColorGhostPressed: string;
1593
+ textColorGhostFocus: string;
1594
+ textColorGhostDisabled: string;
1595
+ border: string;
1596
+ borderHover: string;
1597
+ borderPressed: string;
1598
+ borderFocus: string;
1599
+ borderDisabled: string;
1600
+ rippleColor: string;
1601
+ colorPrimary: string;
1602
+ colorHoverPrimary: string;
1603
+ colorPressedPrimary: string;
1604
+ colorFocusPrimary: string;
1605
+ colorDisabledPrimary: string;
1606
+ textColorPrimary: string;
1607
+ textColorHoverPrimary: string;
1608
+ textColorPressedPrimary: string;
1609
+ textColorFocusPrimary: string;
1610
+ textColorDisabledPrimary: string;
1611
+ textColorTextPrimary: string;
1612
+ textColorTextHoverPrimary: string;
1613
+ textColorTextPressedPrimary: string;
1614
+ textColorTextFocusPrimary: string;
1615
+ textColorTextDisabledPrimary: string;
1616
+ textColorGhostPrimary: string;
1617
+ textColorGhostHoverPrimary: string;
1618
+ textColorGhostPressedPrimary: string;
1619
+ textColorGhostFocusPrimary: string;
1620
+ textColorGhostDisabledPrimary: string;
1621
+ borderPrimary: string;
1622
+ borderHoverPrimary: string;
1623
+ borderPressedPrimary: string;
1624
+ borderFocusPrimary: string;
1625
+ borderDisabledPrimary: string;
1626
+ rippleColorPrimary: string;
1627
+ colorInfo: string;
1628
+ colorHoverInfo: string;
1629
+ colorPressedInfo: string;
1630
+ colorFocusInfo: string;
1631
+ colorDisabledInfo: string;
1632
+ textColorInfo: string;
1633
+ textColorHoverInfo: string;
1634
+ textColorPressedInfo: string;
1635
+ textColorFocusInfo: string;
1636
+ textColorDisabledInfo: string;
1637
+ textColorTextInfo: string;
1638
+ textColorTextHoverInfo: string;
1639
+ textColorTextPressedInfo: string;
1640
+ textColorTextFocusInfo: string;
1641
+ textColorTextDisabledInfo: string;
1642
+ textColorGhostInfo: string;
1643
+ textColorGhostHoverInfo: string;
1644
+ textColorGhostPressedInfo: string;
1645
+ textColorGhostFocusInfo: string;
1646
+ textColorGhostDisabledInfo: string;
1647
+ borderInfo: string;
1648
+ borderHoverInfo: string;
1649
+ borderPressedInfo: string;
1650
+ borderFocusInfo: string;
1651
+ borderDisabledInfo: string;
1652
+ rippleColorInfo: string;
1653
+ colorSuccess: string;
1654
+ colorHoverSuccess: string;
1655
+ colorPressedSuccess: string;
1656
+ colorFocusSuccess: string;
1657
+ colorDisabledSuccess: string;
1658
+ textColorSuccess: string;
1659
+ textColorHoverSuccess: string;
1660
+ textColorPressedSuccess: string;
1661
+ textColorFocusSuccess: string;
1662
+ textColorDisabledSuccess: string;
1663
+ textColorTextSuccess: string;
1664
+ textColorTextHoverSuccess: string;
1665
+ textColorTextPressedSuccess: string;
1666
+ textColorTextFocusSuccess: string;
1667
+ textColorTextDisabledSuccess: string;
1668
+ textColorGhostSuccess: string;
1669
+ textColorGhostHoverSuccess: string;
1670
+ textColorGhostPressedSuccess: string;
1671
+ textColorGhostFocusSuccess: string;
1672
+ textColorGhostDisabledSuccess: string;
1673
+ borderSuccess: string;
1674
+ borderHoverSuccess: string;
1675
+ borderPressedSuccess: string;
1676
+ borderFocusSuccess: string;
1677
+ borderDisabledSuccess: string;
1678
+ rippleColorSuccess: string;
1679
+ colorWarning: string;
1680
+ colorHoverWarning: string;
1681
+ colorPressedWarning: string;
1682
+ colorFocusWarning: string;
1683
+ colorDisabledWarning: string;
1684
+ textColorWarning: string;
1685
+ textColorHoverWarning: string;
1686
+ textColorPressedWarning: string;
1687
+ textColorFocusWarning: string;
1688
+ textColorDisabledWarning: string;
1689
+ textColorTextWarning: string;
1690
+ textColorTextHoverWarning: string;
1691
+ textColorTextPressedWarning: string;
1692
+ textColorTextFocusWarning: string;
1693
+ textColorTextDisabledWarning: string;
1694
+ textColorGhostWarning: string;
1695
+ textColorGhostHoverWarning: string;
1696
+ textColorGhostPressedWarning: string;
1697
+ textColorGhostFocusWarning: string;
1698
+ textColorGhostDisabledWarning: string;
1699
+ borderWarning: string;
1700
+ borderHoverWarning: string;
1701
+ borderPressedWarning: string;
1702
+ borderFocusWarning: string;
1703
+ borderDisabledWarning: string;
1704
+ rippleColorWarning: string;
1705
+ colorError: string;
1706
+ colorHoverError: string;
1707
+ colorPressedError: string;
1708
+ colorFocusError: string;
1709
+ colorDisabledError: string;
1710
+ textColorError: string;
1711
+ textColorHoverError: string;
1712
+ textColorPressedError: string;
1713
+ textColorFocusError: string;
1714
+ textColorDisabledError: string;
1715
+ textColorTextError: string;
1716
+ textColorTextHoverError: string;
1717
+ textColorTextPressedError: string;
1718
+ textColorTextFocusError: string;
1719
+ textColorTextDisabledError: string;
1720
+ textColorGhostError: string;
1721
+ textColorGhostHoverError: string;
1722
+ textColorGhostPressedError: string;
1723
+ textColorGhostFocusError: string;
1724
+ textColorGhostDisabledError: string;
1725
+ borderError: string;
1726
+ borderHoverError: string;
1727
+ borderPressedError: string;
1728
+ borderFocusError: string;
1729
+ borderDisabledError: string;
1730
+ rippleColorError: string;
1731
+ waveOpacity: string;
1732
+ fontWeight: string;
1733
+ fontWeightStrong: string;
1734
+ paddingTiny: string;
1735
+ paddingSmall: string;
1736
+ paddingMedium: string;
1737
+ paddingLarge: string;
1738
+ paddingRoundTiny: string;
1739
+ paddingRoundSmall: string;
1740
+ paddingRoundMedium: string;
1741
+ paddingRoundLarge: string;
1742
+ iconMarginTiny: string;
1743
+ iconMarginSmall: string;
1744
+ iconMarginMedium: string;
1745
+ iconMarginLarge: string;
1746
+ iconSizeTiny: string;
1747
+ iconSizeSmall: string;
1748
+ iconSizeMedium: string;
1749
+ iconSizeLarge: string;
1750
+ rippleDuration: string;
1751
+ }, any>;
1752
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
1753
+ countTextColor: string;
1754
+ heightTiny: string;
1755
+ heightSmall: string;
1756
+ heightMedium: string;
1757
+ heightLarge: string;
1758
+ fontSizeTiny: string;
1759
+ fontSizeSmall: string;
1760
+ fontSizeMedium: string;
1761
+ fontSizeLarge: string;
1762
+ lineHeight: string;
1763
+ lineHeightTextarea: string;
1764
+ borderRadius: string;
1765
+ iconSize: string;
1766
+ groupLabelColor: string;
1767
+ groupLabelTextColor: string;
1768
+ textColor: string;
1769
+ textColorDisabled: string;
1770
+ textDecorationColor: string;
1771
+ caretColor: string;
1772
+ placeholderColor: string;
1773
+ placeholderColorDisabled: string;
1774
+ color: string;
1775
+ colorDisabled: string;
1776
+ colorFocus: string;
1777
+ groupLabelBorder: string;
1778
+ border: string;
1779
+ borderHover: string;
1780
+ borderDisabled: string;
1781
+ borderFocus: string;
1782
+ boxShadowFocus: string;
1783
+ loadingColor: string;
1784
+ loadingColorWarning: string;
1785
+ borderWarning: string;
1786
+ borderHoverWarning: string;
1787
+ colorFocusWarning: string;
1788
+ borderFocusWarning: string;
1789
+ boxShadowFocusWarning: string;
1790
+ caretColorWarning: string;
1791
+ loadingColorError: string;
1792
+ borderError: string;
1793
+ borderHoverError: string;
1794
+ colorFocusError: string;
1795
+ borderFocusError: string;
1796
+ boxShadowFocusError: string;
1797
+ caretColorError: string;
1798
+ clearColor: string;
1799
+ clearColorHover: string;
1800
+ clearColorPressed: string;
1801
+ iconColor: string;
1802
+ iconColorDisabled: string;
1803
+ iconColorHover: string;
1804
+ iconColorPressed: string;
1805
+ suffixTextColor: string;
1806
+ paddingTiny: string;
1807
+ paddingSmall: string;
1808
+ paddingMedium: string;
1809
+ paddingLarge: string;
1810
+ clearSize: string;
1811
+ }, any>;
1812
+ }>>;
1813
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
1814
+ iconColorDisabled: string;
1815
+ }, {
1816
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
1817
+ heightTiny: string;
1818
+ heightSmall: string;
1819
+ heightMedium: string;
1820
+ heightLarge: string;
1821
+ borderRadiusTiny: string;
1822
+ borderRadiusSmall: string;
1823
+ borderRadiusMedium: string;
1824
+ borderRadiusLarge: string;
1825
+ fontSizeTiny: string;
1826
+ fontSizeSmall: string;
1827
+ fontSizeMedium: string;
1828
+ fontSizeLarge: string;
1829
+ opacityDisabled: string;
1830
+ colorOpacitySecondary: string;
1831
+ colorOpacitySecondaryHover: string;
1832
+ colorOpacitySecondaryPressed: string;
1833
+ colorSecondary: string;
1834
+ colorSecondaryHover: string;
1835
+ colorSecondaryPressed: string;
1836
+ colorTertiary: string;
1837
+ colorTertiaryHover: string;
1838
+ colorTertiaryPressed: string;
1839
+ colorQuaternary: string;
1840
+ colorQuaternaryHover: string;
1841
+ colorQuaternaryPressed: string;
1842
+ color: string;
1843
+ colorHover: string;
1844
+ colorPressed: string;
1845
+ colorFocus: string;
1846
+ colorDisabled: string;
1847
+ textColor: string;
1848
+ textColorTertiary: string;
1849
+ textColorHover: string;
1850
+ textColorPressed: string;
1851
+ textColorFocus: string;
1852
+ textColorDisabled: string;
1853
+ textColorText: string;
1854
+ textColorTextHover: string;
1855
+ textColorTextPressed: string;
1856
+ textColorTextFocus: string;
1857
+ textColorTextDisabled: string;
1858
+ textColorGhost: string;
1859
+ textColorGhostHover: string;
1860
+ textColorGhostPressed: string;
1861
+ textColorGhostFocus: string;
1862
+ textColorGhostDisabled: string;
1863
+ border: string;
1864
+ borderHover: string;
1865
+ borderPressed: string;
1866
+ borderFocus: string;
1867
+ borderDisabled: string;
1868
+ rippleColor: string;
1869
+ colorPrimary: string;
1870
+ colorHoverPrimary: string;
1871
+ colorPressedPrimary: string;
1872
+ colorFocusPrimary: string;
1873
+ colorDisabledPrimary: string;
1874
+ textColorPrimary: string;
1875
+ textColorHoverPrimary: string;
1876
+ textColorPressedPrimary: string;
1877
+ textColorFocusPrimary: string;
1878
+ textColorDisabledPrimary: string;
1879
+ textColorTextPrimary: string;
1880
+ textColorTextHoverPrimary: string;
1881
+ textColorTextPressedPrimary: string;
1882
+ textColorTextFocusPrimary: string;
1883
+ textColorTextDisabledPrimary: string;
1884
+ textColorGhostPrimary: string;
1885
+ textColorGhostHoverPrimary: string;
1886
+ textColorGhostPressedPrimary: string;
1887
+ textColorGhostFocusPrimary: string;
1888
+ textColorGhostDisabledPrimary: string;
1889
+ borderPrimary: string;
1890
+ borderHoverPrimary: string;
1891
+ borderPressedPrimary: string;
1892
+ borderFocusPrimary: string;
1893
+ borderDisabledPrimary: string;
1894
+ rippleColorPrimary: string;
1895
+ colorInfo: string;
1896
+ colorHoverInfo: string;
1897
+ colorPressedInfo: string;
1898
+ colorFocusInfo: string;
1899
+ colorDisabledInfo: string;
1900
+ textColorInfo: string;
1901
+ textColorHoverInfo: string;
1902
+ textColorPressedInfo: string;
1903
+ textColorFocusInfo: string;
1904
+ textColorDisabledInfo: string;
1905
+ textColorTextInfo: string;
1906
+ textColorTextHoverInfo: string;
1907
+ textColorTextPressedInfo: string;
1908
+ textColorTextFocusInfo: string;
1909
+ textColorTextDisabledInfo: string;
1910
+ textColorGhostInfo: string;
1911
+ textColorGhostHoverInfo: string;
1912
+ textColorGhostPressedInfo: string;
1913
+ textColorGhostFocusInfo: string;
1914
+ textColorGhostDisabledInfo: string;
1915
+ borderInfo: string;
1916
+ borderHoverInfo: string;
1917
+ borderPressedInfo: string;
1918
+ borderFocusInfo: string;
1919
+ borderDisabledInfo: string;
1920
+ rippleColorInfo: string;
1921
+ colorSuccess: string;
1922
+ colorHoverSuccess: string;
1923
+ colorPressedSuccess: string;
1924
+ colorFocusSuccess: string;
1925
+ colorDisabledSuccess: string;
1926
+ textColorSuccess: string;
1927
+ textColorHoverSuccess: string;
1928
+ textColorPressedSuccess: string;
1929
+ textColorFocusSuccess: string;
1930
+ textColorDisabledSuccess: string;
1931
+ textColorTextSuccess: string;
1932
+ textColorTextHoverSuccess: string;
1933
+ textColorTextPressedSuccess: string;
1934
+ textColorTextFocusSuccess: string;
1935
+ textColorTextDisabledSuccess: string;
1936
+ textColorGhostSuccess: string;
1937
+ textColorGhostHoverSuccess: string;
1938
+ textColorGhostPressedSuccess: string;
1939
+ textColorGhostFocusSuccess: string;
1940
+ textColorGhostDisabledSuccess: string;
1941
+ borderSuccess: string;
1942
+ borderHoverSuccess: string;
1943
+ borderPressedSuccess: string;
1944
+ borderFocusSuccess: string;
1945
+ borderDisabledSuccess: string;
1946
+ rippleColorSuccess: string;
1947
+ colorWarning: string;
1948
+ colorHoverWarning: string;
1949
+ colorPressedWarning: string;
1950
+ colorFocusWarning: string;
1951
+ colorDisabledWarning: string;
1952
+ textColorWarning: string;
1953
+ textColorHoverWarning: string;
1954
+ textColorPressedWarning: string;
1955
+ textColorFocusWarning: string;
1956
+ textColorDisabledWarning: string;
1957
+ textColorTextWarning: string;
1958
+ textColorTextHoverWarning: string;
1959
+ textColorTextPressedWarning: string;
1960
+ textColorTextFocusWarning: string;
1961
+ textColorTextDisabledWarning: string;
1962
+ textColorGhostWarning: string;
1963
+ textColorGhostHoverWarning: string;
1964
+ textColorGhostPressedWarning: string;
1965
+ textColorGhostFocusWarning: string;
1966
+ textColorGhostDisabledWarning: string;
1967
+ borderWarning: string;
1968
+ borderHoverWarning: string;
1969
+ borderPressedWarning: string;
1970
+ borderFocusWarning: string;
1971
+ borderDisabledWarning: string;
1972
+ rippleColorWarning: string;
1973
+ colorError: string;
1974
+ colorHoverError: string;
1975
+ colorPressedError: string;
1976
+ colorFocusError: string;
1977
+ colorDisabledError: string;
1978
+ textColorError: string;
1979
+ textColorHoverError: string;
1980
+ textColorPressedError: string;
1981
+ textColorFocusError: string;
1982
+ textColorDisabledError: string;
1983
+ textColorTextError: string;
1984
+ textColorTextHoverError: string;
1985
+ textColorTextPressedError: string;
1986
+ textColorTextFocusError: string;
1987
+ textColorTextDisabledError: string;
1988
+ textColorGhostError: string;
1989
+ textColorGhostHoverError: string;
1990
+ textColorGhostPressedError: string;
1991
+ textColorGhostFocusError: string;
1992
+ textColorGhostDisabledError: string;
1993
+ borderError: string;
1994
+ borderHoverError: string;
1995
+ borderPressedError: string;
1996
+ borderFocusError: string;
1997
+ borderDisabledError: string;
1998
+ rippleColorError: string;
1999
+ waveOpacity: string;
2000
+ fontWeight: string;
2001
+ fontWeightStrong: string;
2002
+ paddingTiny: string;
2003
+ paddingSmall: string;
2004
+ paddingMedium: string;
2005
+ paddingLarge: string;
2006
+ paddingRoundTiny: string;
2007
+ paddingRoundSmall: string;
2008
+ paddingRoundMedium: string;
2009
+ paddingRoundLarge: string;
2010
+ iconMarginTiny: string;
2011
+ iconMarginSmall: string;
2012
+ iconMarginMedium: string;
2013
+ iconMarginLarge: string;
2014
+ iconSizeTiny: string;
2015
+ iconSizeSmall: string;
2016
+ iconSizeMedium: string;
2017
+ iconSizeLarge: string;
2018
+ rippleDuration: string;
2019
+ }, any>;
2020
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2021
+ countTextColor: string;
2022
+ heightTiny: string;
2023
+ heightSmall: string;
2024
+ heightMedium: string;
2025
+ heightLarge: string;
2026
+ fontSizeTiny: string;
2027
+ fontSizeSmall: string;
2028
+ fontSizeMedium: string;
2029
+ fontSizeLarge: string;
2030
+ lineHeight: string;
2031
+ lineHeightTextarea: string;
2032
+ borderRadius: string;
2033
+ iconSize: string;
2034
+ groupLabelColor: string;
2035
+ groupLabelTextColor: string;
2036
+ textColor: string;
2037
+ textColorDisabled: string;
2038
+ textDecorationColor: string;
2039
+ caretColor: string;
2040
+ placeholderColor: string;
2041
+ placeholderColorDisabled: string;
2042
+ color: string;
2043
+ colorDisabled: string;
2044
+ colorFocus: string;
2045
+ groupLabelBorder: string;
2046
+ border: string;
2047
+ borderHover: string;
2048
+ borderDisabled: string;
2049
+ borderFocus: string;
2050
+ boxShadowFocus: string;
2051
+ loadingColor: string;
2052
+ loadingColorWarning: string;
2053
+ borderWarning: string;
2054
+ borderHoverWarning: string;
2055
+ colorFocusWarning: string;
2056
+ borderFocusWarning: string;
2057
+ boxShadowFocusWarning: string;
2058
+ caretColorWarning: string;
2059
+ loadingColorError: string;
2060
+ borderError: string;
2061
+ borderHoverError: string;
2062
+ colorFocusError: string;
2063
+ borderFocusError: string;
2064
+ boxShadowFocusError: string;
2065
+ caretColorError: string;
2066
+ clearColor: string;
2067
+ clearColorHover: string;
2068
+ clearColorPressed: string;
2069
+ iconColor: string;
2070
+ iconColorDisabled: string;
2071
+ iconColorHover: string;
2072
+ iconColorPressed: string;
2073
+ suffixTextColor: string;
2074
+ paddingTiny: string;
2075
+ paddingSmall: string;
2076
+ paddingMedium: string;
2077
+ paddingLarge: string;
2078
+ clearSize: string;
2079
+ }, any>;
2080
+ }>>>;
2081
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
2082
+ iconColorDisabled: string;
2083
+ }, {
2084
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2085
+ heightTiny: string;
2086
+ heightSmall: string;
2087
+ heightMedium: string;
2088
+ heightLarge: string;
2089
+ borderRadiusTiny: string;
2090
+ borderRadiusSmall: string;
2091
+ borderRadiusMedium: string;
2092
+ borderRadiusLarge: string;
2093
+ fontSizeTiny: string;
2094
+ fontSizeSmall: string;
2095
+ fontSizeMedium: string;
2096
+ fontSizeLarge: string;
2097
+ opacityDisabled: string;
2098
+ colorOpacitySecondary: string;
2099
+ colorOpacitySecondaryHover: string;
2100
+ colorOpacitySecondaryPressed: string;
2101
+ colorSecondary: string;
2102
+ colorSecondaryHover: string;
2103
+ colorSecondaryPressed: string;
2104
+ colorTertiary: string;
2105
+ colorTertiaryHover: string;
2106
+ colorTertiaryPressed: string;
2107
+ colorQuaternary: string;
2108
+ colorQuaternaryHover: string;
2109
+ colorQuaternaryPressed: string;
2110
+ color: string;
2111
+ colorHover: string;
2112
+ colorPressed: string;
2113
+ colorFocus: string;
2114
+ colorDisabled: string;
2115
+ textColor: string;
2116
+ textColorTertiary: string;
2117
+ textColorHover: string;
2118
+ textColorPressed: string;
2119
+ textColorFocus: string;
2120
+ textColorDisabled: string;
2121
+ textColorText: string;
2122
+ textColorTextHover: string;
2123
+ textColorTextPressed: string;
2124
+ textColorTextFocus: string;
2125
+ textColorTextDisabled: string;
2126
+ textColorGhost: string;
2127
+ textColorGhostHover: string;
2128
+ textColorGhostPressed: string;
2129
+ textColorGhostFocus: string;
2130
+ textColorGhostDisabled: string;
2131
+ border: string;
2132
+ borderHover: string;
2133
+ borderPressed: string;
2134
+ borderFocus: string;
2135
+ borderDisabled: string;
2136
+ rippleColor: string;
2137
+ colorPrimary: string;
2138
+ colorHoverPrimary: string;
2139
+ colorPressedPrimary: string;
2140
+ colorFocusPrimary: string;
2141
+ colorDisabledPrimary: string;
2142
+ textColorPrimary: string;
2143
+ textColorHoverPrimary: string;
2144
+ textColorPressedPrimary: string;
2145
+ textColorFocusPrimary: string;
2146
+ textColorDisabledPrimary: string;
2147
+ textColorTextPrimary: string;
2148
+ textColorTextHoverPrimary: string;
2149
+ textColorTextPressedPrimary: string;
2150
+ textColorTextFocusPrimary: string;
2151
+ textColorTextDisabledPrimary: string;
2152
+ textColorGhostPrimary: string;
2153
+ textColorGhostHoverPrimary: string;
2154
+ textColorGhostPressedPrimary: string;
2155
+ textColorGhostFocusPrimary: string;
2156
+ textColorGhostDisabledPrimary: string;
2157
+ borderPrimary: string;
2158
+ borderHoverPrimary: string;
2159
+ borderPressedPrimary: string;
2160
+ borderFocusPrimary: string;
2161
+ borderDisabledPrimary: string;
2162
+ rippleColorPrimary: string;
2163
+ colorInfo: string;
2164
+ colorHoverInfo: string;
2165
+ colorPressedInfo: string;
2166
+ colorFocusInfo: string;
2167
+ colorDisabledInfo: string;
2168
+ textColorInfo: string;
2169
+ textColorHoverInfo: string;
2170
+ textColorPressedInfo: string;
2171
+ textColorFocusInfo: string;
2172
+ textColorDisabledInfo: string;
2173
+ textColorTextInfo: string;
2174
+ textColorTextHoverInfo: string;
2175
+ textColorTextPressedInfo: string;
2176
+ textColorTextFocusInfo: string;
2177
+ textColorTextDisabledInfo: string;
2178
+ textColorGhostInfo: string;
2179
+ textColorGhostHoverInfo: string;
2180
+ textColorGhostPressedInfo: string;
2181
+ textColorGhostFocusInfo: string;
2182
+ textColorGhostDisabledInfo: string;
2183
+ borderInfo: string;
2184
+ borderHoverInfo: string;
2185
+ borderPressedInfo: string;
2186
+ borderFocusInfo: string;
2187
+ borderDisabledInfo: string;
2188
+ rippleColorInfo: string;
2189
+ colorSuccess: string;
2190
+ colorHoverSuccess: string;
2191
+ colorPressedSuccess: string;
2192
+ colorFocusSuccess: string;
2193
+ colorDisabledSuccess: string;
2194
+ textColorSuccess: string;
2195
+ textColorHoverSuccess: string;
2196
+ textColorPressedSuccess: string;
2197
+ textColorFocusSuccess: string;
2198
+ textColorDisabledSuccess: string;
2199
+ textColorTextSuccess: string;
2200
+ textColorTextHoverSuccess: string;
2201
+ textColorTextPressedSuccess: string;
2202
+ textColorTextFocusSuccess: string;
2203
+ textColorTextDisabledSuccess: string;
2204
+ textColorGhostSuccess: string;
2205
+ textColorGhostHoverSuccess: string;
2206
+ textColorGhostPressedSuccess: string;
2207
+ textColorGhostFocusSuccess: string;
2208
+ textColorGhostDisabledSuccess: string;
2209
+ borderSuccess: string;
2210
+ borderHoverSuccess: string;
2211
+ borderPressedSuccess: string;
2212
+ borderFocusSuccess: string;
2213
+ borderDisabledSuccess: string;
2214
+ rippleColorSuccess: string;
2215
+ colorWarning: string;
2216
+ colorHoverWarning: string;
2217
+ colorPressedWarning: string;
2218
+ colorFocusWarning: string;
2219
+ colorDisabledWarning: string;
2220
+ textColorWarning: string;
2221
+ textColorHoverWarning: string;
2222
+ textColorPressedWarning: string;
2223
+ textColorFocusWarning: string;
2224
+ textColorDisabledWarning: string;
2225
+ textColorTextWarning: string;
2226
+ textColorTextHoverWarning: string;
2227
+ textColorTextPressedWarning: string;
2228
+ textColorTextFocusWarning: string;
2229
+ textColorTextDisabledWarning: string;
2230
+ textColorGhostWarning: string;
2231
+ textColorGhostHoverWarning: string;
2232
+ textColorGhostPressedWarning: string;
2233
+ textColorGhostFocusWarning: string;
2234
+ textColorGhostDisabledWarning: string;
2235
+ borderWarning: string;
2236
+ borderHoverWarning: string;
2237
+ borderPressedWarning: string;
2238
+ borderFocusWarning: string;
2239
+ borderDisabledWarning: string;
2240
+ rippleColorWarning: string;
2241
+ colorError: string;
2242
+ colorHoverError: string;
2243
+ colorPressedError: string;
2244
+ colorFocusError: string;
2245
+ colorDisabledError: string;
2246
+ textColorError: string;
2247
+ textColorHoverError: string;
2248
+ textColorPressedError: string;
2249
+ textColorFocusError: string;
2250
+ textColorDisabledError: string;
2251
+ textColorTextError: string;
2252
+ textColorTextHoverError: string;
2253
+ textColorTextPressedError: string;
2254
+ textColorTextFocusError: string;
2255
+ textColorTextDisabledError: string;
2256
+ textColorGhostError: string;
2257
+ textColorGhostHoverError: string;
2258
+ textColorGhostPressedError: string;
2259
+ textColorGhostFocusError: string;
2260
+ textColorGhostDisabledError: string;
2261
+ borderError: string;
2262
+ borderHoverError: string;
2263
+ borderPressedError: string;
2264
+ borderFocusError: string;
2265
+ borderDisabledError: string;
2266
+ rippleColorError: string;
2267
+ waveOpacity: string;
2268
+ fontWeight: string;
2269
+ fontWeightStrong: string;
2270
+ paddingTiny: string;
2271
+ paddingSmall: string;
2272
+ paddingMedium: string;
2273
+ paddingLarge: string;
2274
+ paddingRoundTiny: string;
2275
+ paddingRoundSmall: string;
2276
+ paddingRoundMedium: string;
2277
+ paddingRoundLarge: string;
2278
+ iconMarginTiny: string;
2279
+ iconMarginSmall: string;
2280
+ iconMarginMedium: string;
2281
+ iconMarginLarge: string;
2282
+ iconSizeTiny: string;
2283
+ iconSizeSmall: string;
2284
+ iconSizeMedium: string;
2285
+ iconSizeLarge: string;
2286
+ rippleDuration: string;
2287
+ }, any>;
2288
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2289
+ countTextColor: string;
2290
+ heightTiny: string;
2291
+ heightSmall: string;
2292
+ heightMedium: string;
2293
+ heightLarge: string;
2294
+ fontSizeTiny: string;
2295
+ fontSizeSmall: string;
2296
+ fontSizeMedium: string;
2297
+ fontSizeLarge: string;
2298
+ lineHeight: string;
2299
+ lineHeightTextarea: string;
2300
+ borderRadius: string;
2301
+ iconSize: string;
2302
+ groupLabelColor: string;
2303
+ groupLabelTextColor: string;
2304
+ textColor: string;
2305
+ textColorDisabled: string;
2306
+ textDecorationColor: string;
2307
+ caretColor: string;
2308
+ placeholderColor: string;
2309
+ placeholderColorDisabled: string;
2310
+ color: string;
2311
+ colorDisabled: string;
2312
+ colorFocus: string;
2313
+ groupLabelBorder: string;
2314
+ border: string;
2315
+ borderHover: string;
2316
+ borderDisabled: string;
2317
+ borderFocus: string;
2318
+ boxShadowFocus: string;
2319
+ loadingColor: string;
2320
+ loadingColorWarning: string;
2321
+ borderWarning: string;
2322
+ borderHoverWarning: string;
2323
+ colorFocusWarning: string;
2324
+ borderFocusWarning: string;
2325
+ boxShadowFocusWarning: string;
2326
+ caretColorWarning: string;
2327
+ loadingColorError: string;
2328
+ borderError: string;
2329
+ borderHoverError: string;
2330
+ colorFocusError: string;
2331
+ borderFocusError: string;
2332
+ boxShadowFocusError: string;
2333
+ caretColorError: string;
2334
+ clearColor: string;
2335
+ clearColorHover: string;
2336
+ clearColorPressed: string;
2337
+ iconColor: string;
2338
+ iconColorDisabled: string;
2339
+ iconColorHover: string;
2340
+ iconColorPressed: string;
2341
+ suffixTextColor: string;
2342
+ paddingTiny: string;
2343
+ paddingSmall: string;
2344
+ paddingMedium: string;
2345
+ paddingLarge: string;
2346
+ clearSize: string;
2347
+ }, any>;
2348
+ }>>>;
2349
+ }, {
2350
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2351
+ inputInstRef: import("vue").Ref<{
2352
+ wrapperElRef: HTMLElement | null;
2353
+ textareaElRef: HTMLTextAreaElement | null;
2354
+ inputElRef: HTMLInputElement | null;
2355
+ isCompositing: boolean;
2356
+ blur: () => void;
2357
+ focus: () => void;
2358
+ select: () => void;
2359
+ activate: () => void;
2360
+ deactivate: () => void;
2361
+ } | null>;
2362
+ minusButtonInstRef: import("vue").Ref<{
2363
+ $el: HTMLElement;
2364
+ } | null>;
2365
+ addButtonInstRef: import("vue").Ref<{
2366
+ $el: HTMLElement;
2367
+ } | null>;
2368
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2369
+ mergedBordered: import("vue").ComputedRef<boolean>;
2370
+ uncontrolledValue: import("vue").Ref<number | null>;
2371
+ mergedValue: import("vue").ComputedRef<number | null>;
2372
+ mergedPlaceholder: import("vue").ComputedRef<string>;
2373
+ displayedValueInvalid: import("vue").ComputedRef<boolean>;
2374
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
2375
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2376
+ displayedValue: import("vue").Ref<string>;
2377
+ addable: import("vue").ComputedRef<boolean>;
2378
+ minusable: import("vue").ComputedRef<boolean>;
2379
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
2380
+ handleFocus: (e: FocusEvent) => void;
2381
+ handleBlur: (e: FocusEvent) => void;
2382
+ handleClear: (e: MouseEvent) => void;
2383
+ handleMouseDown: (e: MouseEvent) => void;
2384
+ handleAddClick: () => void;
2385
+ handleMinusClick: () => void;
2386
+ handleAddMousedown: () => void;
2387
+ handleMinusMousedown: () => void;
2388
+ handleKeyDown: (e: KeyboardEvent) => void;
2389
+ handleUpdateDisplayedValue: (value: string) => void;
2390
+ mergedTheme: import("vue").ComputedRef<{
2391
+ common: {
2392
+ baseColor: string;
2393
+ primaryColor: string;
2394
+ primaryColorHover: string;
2395
+ primaryColorPressed: string;
2396
+ primaryColorSuppl: string;
2397
+ infoColor: string;
2398
+ infoColorHover: string;
2399
+ infoColorPressed: string;
2400
+ infoColorSuppl: string;
2401
+ successColor: string;
2402
+ successColorHover: string;
2403
+ successColorPressed: string;
2404
+ successColorSuppl: string;
2405
+ warningColor: string;
2406
+ warningColorHover: string;
2407
+ warningColorPressed: string;
2408
+ warningColorSuppl: string;
2409
+ errorColor: string;
2410
+ errorColorHover: string;
2411
+ errorColorPressed: string;
2412
+ errorColorSuppl: string;
2413
+ textColorBase: string;
2414
+ textColor1: string;
2415
+ textColor2: string;
2416
+ textColor3: string;
2417
+ textColorDisabled: string;
2418
+ placeholderColor: string;
2419
+ placeholderColorDisabled: string;
2420
+ iconColor: string;
2421
+ iconColorHover: string;
2422
+ iconColorPressed: string;
2423
+ iconColorDisabled: string;
2424
+ opacity1: string;
2425
+ opacity2: string;
2426
+ opacity3: string;
2427
+ opacity4: string;
2428
+ opacity5: string;
2429
+ dividerColor: string;
2430
+ borderColor: string;
2431
+ closeColor: string;
2432
+ closeColorHover: string;
2433
+ closeColorPressed: string;
2434
+ closeColorDisabled: string;
2435
+ clearColor: string;
2436
+ clearColorHover: string;
2437
+ clearColorPressed: string;
2438
+ scrollbarColor: string;
2439
+ scrollbarColorHover: string;
2440
+ scrollbarWidth: string;
2441
+ scrollbarHeight: string;
2442
+ scrollbarBorderRadius: string;
2443
+ progressRailColor: string;
2444
+ railColor: string;
2445
+ popoverColor: string;
2446
+ tableColor: string;
2447
+ cardColor: string;
2448
+ modalColor: string;
2449
+ bodyColor: string;
2450
+ tagColor: string;
2451
+ avatarColor: string;
2452
+ invertedColor: string;
2453
+ inputColor: string;
2454
+ codeColor: string;
2455
+ tabColor: string;
2456
+ actionColor: string;
2457
+ tableHeaderColor: string;
2458
+ hoverColor: string;
2459
+ tableColorHover: string;
2460
+ tableColorStriped: string;
2461
+ pressedColor: string;
2462
+ opacityDisabled: string;
2463
+ inputColorDisabled: string;
2464
+ buttonColor2: string;
2465
+ buttonColor2Hover: string;
2466
+ buttonColor2Pressed: string;
2467
+ boxShadow1: string;
2468
+ boxShadow2: string;
2469
+ boxShadow3: string;
2470
+ fontFamily: string;
2471
+ fontFamilyMono: string;
2472
+ fontWeight: string;
2473
+ fontWeightStrong: string;
2474
+ cubicBezierEaseInOut: string;
2475
+ cubicBezierEaseOut: string;
2476
+ cubicBezierEaseIn: string;
2477
+ borderRadius: string;
2478
+ borderRadiusSmall: string;
2479
+ fontSize: string;
2480
+ fontSizeMini: string;
2481
+ fontSizeTiny: string;
2482
+ fontSizeSmall: string;
2483
+ fontSizeMedium: string;
2484
+ fontSizeLarge: string;
2485
+ fontSizeHuge: string;
2486
+ lineHeight: string;
2487
+ heightMini: string;
2488
+ heightTiny: string;
2489
+ heightSmall: string;
2490
+ heightMedium: string;
2491
+ heightLarge: string;
2492
+ heightHuge: string;
2493
+ name: "common";
2494
+ };
2495
+ self: {
2496
+ iconColorDisabled: string;
2497
+ };
2498
+ peers: {
2499
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2500
+ heightTiny: string;
2501
+ heightSmall: string;
2502
+ heightMedium: string;
2503
+ heightLarge: string;
2504
+ borderRadiusTiny: string;
2505
+ borderRadiusSmall: string;
2506
+ borderRadiusMedium: string;
2507
+ borderRadiusLarge: string;
2508
+ fontSizeTiny: string;
2509
+ fontSizeSmall: string;
2510
+ fontSizeMedium: string;
2511
+ fontSizeLarge: string;
2512
+ opacityDisabled: string;
2513
+ colorOpacitySecondary: string;
2514
+ colorOpacitySecondaryHover: string;
2515
+ colorOpacitySecondaryPressed: string;
2516
+ colorSecondary: string;
2517
+ colorSecondaryHover: string;
2518
+ colorSecondaryPressed: string;
2519
+ colorTertiary: string;
2520
+ colorTertiaryHover: string;
2521
+ colorTertiaryPressed: string;
2522
+ colorQuaternary: string;
2523
+ colorQuaternaryHover: string;
2524
+ colorQuaternaryPressed: string;
2525
+ color: string;
2526
+ colorHover: string;
2527
+ colorPressed: string;
2528
+ colorFocus: string;
2529
+ colorDisabled: string;
2530
+ textColor: string;
2531
+ textColorTertiary: string;
2532
+ textColorHover: string;
2533
+ textColorPressed: string;
2534
+ textColorFocus: string;
2535
+ textColorDisabled: string;
2536
+ textColorText: string;
2537
+ textColorTextHover: string;
2538
+ textColorTextPressed: string;
2539
+ textColorTextFocus: string;
2540
+ textColorTextDisabled: string;
2541
+ textColorGhost: string;
2542
+ textColorGhostHover: string;
2543
+ textColorGhostPressed: string;
2544
+ textColorGhostFocus: string;
2545
+ textColorGhostDisabled: string;
2546
+ border: string;
2547
+ borderHover: string;
2548
+ borderPressed: string;
2549
+ borderFocus: string;
2550
+ borderDisabled: string;
2551
+ rippleColor: string;
2552
+ colorPrimary: string;
2553
+ colorHoverPrimary: string;
2554
+ colorPressedPrimary: string;
2555
+ colorFocusPrimary: string;
2556
+ colorDisabledPrimary: string;
2557
+ textColorPrimary: string;
2558
+ textColorHoverPrimary: string;
2559
+ textColorPressedPrimary: string;
2560
+ textColorFocusPrimary: string;
2561
+ textColorDisabledPrimary: string;
2562
+ textColorTextPrimary: string;
2563
+ textColorTextHoverPrimary: string;
2564
+ textColorTextPressedPrimary: string;
2565
+ textColorTextFocusPrimary: string;
2566
+ textColorTextDisabledPrimary: string;
2567
+ textColorGhostPrimary: string;
2568
+ textColorGhostHoverPrimary: string;
2569
+ textColorGhostPressedPrimary: string;
2570
+ textColorGhostFocusPrimary: string;
2571
+ textColorGhostDisabledPrimary: string;
2572
+ borderPrimary: string;
2573
+ borderHoverPrimary: string;
2574
+ borderPressedPrimary: string;
2575
+ borderFocusPrimary: string;
2576
+ borderDisabledPrimary: string;
2577
+ rippleColorPrimary: string;
2578
+ colorInfo: string;
2579
+ colorHoverInfo: string;
2580
+ colorPressedInfo: string;
2581
+ colorFocusInfo: string;
2582
+ colorDisabledInfo: string;
2583
+ textColorInfo: string;
2584
+ textColorHoverInfo: string;
2585
+ textColorPressedInfo: string;
2586
+ textColorFocusInfo: string;
2587
+ textColorDisabledInfo: string;
2588
+ textColorTextInfo: string;
2589
+ textColorTextHoverInfo: string;
2590
+ textColorTextPressedInfo: string;
2591
+ textColorTextFocusInfo: string;
2592
+ textColorTextDisabledInfo: string;
2593
+ textColorGhostInfo: string;
2594
+ textColorGhostHoverInfo: string;
2595
+ textColorGhostPressedInfo: string;
2596
+ textColorGhostFocusInfo: string;
2597
+ textColorGhostDisabledInfo: string;
2598
+ borderInfo: string;
2599
+ borderHoverInfo: string;
2600
+ borderPressedInfo: string;
2601
+ borderFocusInfo: string;
2602
+ borderDisabledInfo: string;
2603
+ rippleColorInfo: string;
2604
+ colorSuccess: string;
2605
+ colorHoverSuccess: string;
2606
+ colorPressedSuccess: string;
2607
+ colorFocusSuccess: string;
2608
+ colorDisabledSuccess: string;
2609
+ textColorSuccess: string;
2610
+ textColorHoverSuccess: string;
2611
+ textColorPressedSuccess: string;
2612
+ textColorFocusSuccess: string;
2613
+ textColorDisabledSuccess: string;
2614
+ textColorTextSuccess: string;
2615
+ textColorTextHoverSuccess: string;
2616
+ textColorTextPressedSuccess: string;
2617
+ textColorTextFocusSuccess: string;
2618
+ textColorTextDisabledSuccess: string;
2619
+ textColorGhostSuccess: string;
2620
+ textColorGhostHoverSuccess: string;
2621
+ textColorGhostPressedSuccess: string;
2622
+ textColorGhostFocusSuccess: string;
2623
+ textColorGhostDisabledSuccess: string;
2624
+ borderSuccess: string;
2625
+ borderHoverSuccess: string;
2626
+ borderPressedSuccess: string;
2627
+ borderFocusSuccess: string;
2628
+ borderDisabledSuccess: string;
2629
+ rippleColorSuccess: string;
2630
+ colorWarning: string;
2631
+ colorHoverWarning: string;
2632
+ colorPressedWarning: string;
2633
+ colorFocusWarning: string;
2634
+ colorDisabledWarning: string;
2635
+ textColorWarning: string;
2636
+ textColorHoverWarning: string;
2637
+ textColorPressedWarning: string;
2638
+ textColorFocusWarning: string;
2639
+ textColorDisabledWarning: string;
2640
+ textColorTextWarning: string;
2641
+ textColorTextHoverWarning: string;
2642
+ textColorTextPressedWarning: string;
2643
+ textColorTextFocusWarning: string;
2644
+ textColorTextDisabledWarning: string;
2645
+ textColorGhostWarning: string;
2646
+ textColorGhostHoverWarning: string;
2647
+ textColorGhostPressedWarning: string;
2648
+ textColorGhostFocusWarning: string;
2649
+ textColorGhostDisabledWarning: string;
2650
+ borderWarning: string;
2651
+ borderHoverWarning: string;
2652
+ borderPressedWarning: string;
2653
+ borderFocusWarning: string;
2654
+ borderDisabledWarning: string;
2655
+ rippleColorWarning: string;
2656
+ colorError: string;
2657
+ colorHoverError: string;
2658
+ colorPressedError: string;
2659
+ colorFocusError: string;
2660
+ colorDisabledError: string;
2661
+ textColorError: string;
2662
+ textColorHoverError: string;
2663
+ textColorPressedError: string;
2664
+ textColorFocusError: string;
2665
+ textColorDisabledError: string;
2666
+ textColorTextError: string;
2667
+ textColorTextHoverError: string;
2668
+ textColorTextPressedError: string;
2669
+ textColorTextFocusError: string;
2670
+ textColorTextDisabledError: string;
2671
+ textColorGhostError: string;
2672
+ textColorGhostHoverError: string;
2673
+ textColorGhostPressedError: string;
2674
+ textColorGhostFocusError: string;
2675
+ textColorGhostDisabledError: string;
2676
+ borderError: string;
2677
+ borderHoverError: string;
2678
+ borderPressedError: string;
2679
+ borderFocusError: string;
2680
+ borderDisabledError: string;
2681
+ rippleColorError: string;
2682
+ waveOpacity: string;
2683
+ fontWeight: string;
2684
+ fontWeightStrong: string;
2685
+ paddingTiny: string;
2686
+ paddingSmall: string;
2687
+ paddingMedium: string;
2688
+ paddingLarge: string;
2689
+ paddingRoundTiny: string;
2690
+ paddingRoundSmall: string;
2691
+ paddingRoundMedium: string;
2692
+ paddingRoundLarge: string;
2693
+ iconMarginTiny: string;
2694
+ iconMarginSmall: string;
2695
+ iconMarginMedium: string;
2696
+ iconMarginLarge: string;
2697
+ iconSizeTiny: string;
2698
+ iconSizeSmall: string;
2699
+ iconSizeMedium: string;
2700
+ iconSizeLarge: string;
2701
+ rippleDuration: string;
2702
+ }, any>;
2703
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
2704
+ countTextColor: string;
2705
+ heightTiny: string;
2706
+ heightSmall: string;
2707
+ heightMedium: string;
2708
+ heightLarge: string;
2709
+ fontSizeTiny: string;
2710
+ fontSizeSmall: string;
2711
+ fontSizeMedium: string;
2712
+ fontSizeLarge: string;
2713
+ lineHeight: string;
2714
+ lineHeightTextarea: string;
2715
+ borderRadius: string;
2716
+ iconSize: string;
2717
+ groupLabelColor: string;
2718
+ groupLabelTextColor: string;
2719
+ textColor: string;
2720
+ textColorDisabled: string;
2721
+ textDecorationColor: string;
2722
+ caretColor: string;
2723
+ placeholderColor: string;
2724
+ placeholderColorDisabled: string;
2725
+ color: string;
2726
+ colorDisabled: string;
2727
+ colorFocus: string;
2728
+ groupLabelBorder: string;
2729
+ border: string;
2730
+ borderHover: string;
2731
+ borderDisabled: string;
2732
+ borderFocus: string;
2733
+ boxShadowFocus: string;
2734
+ loadingColor: string;
2735
+ loadingColorWarning: string;
2736
+ borderWarning: string;
2737
+ borderHoverWarning: string;
2738
+ colorFocusWarning: string;
2739
+ borderFocusWarning: string;
2740
+ boxShadowFocusWarning: string;
2741
+ caretColorWarning: string;
2742
+ loadingColorError: string;
2743
+ borderError: string;
2744
+ borderHoverError: string;
2745
+ colorFocusError: string;
2746
+ borderFocusError: string;
2747
+ boxShadowFocusError: string;
2748
+ caretColorError: string;
2749
+ clearColor: string;
2750
+ clearColorHover: string;
2751
+ clearColorPressed: string;
2752
+ iconColor: string;
2753
+ iconColorDisabled: string;
2754
+ iconColorHover: string;
2755
+ iconColorPressed: string;
2756
+ suffixTextColor: string;
2757
+ paddingTiny: string;
2758
+ paddingSmall: string;
2759
+ paddingMedium: string;
2760
+ paddingLarge: string;
2761
+ clearSize: string;
2762
+ }, any>;
2763
+ };
2764
+ peerOverrides: {
2765
+ Button?: {
2766
+ peers?: {
2767
+ [x: string]: any;
2768
+ } | undefined;
2769
+ } | undefined;
2770
+ Input?: {
2771
+ peers?: {
2772
+ [x: string]: any;
2773
+ } | undefined;
2774
+ } | undefined;
2775
+ };
2776
+ }>;
2777
+ inputThemeOverrides: {
2778
+ paddingSmall: string;
2779
+ paddingMedium: string;
2780
+ paddingLarge: string;
2781
+ };
2782
+ buttonThemeOverrides: import("vue").ComputedRef<{
2783
+ textColorTextDisabled: string;
2784
+ opacityDisabled: string;
2785
+ }>;
2786
+ focus: () => void;
2787
+ blur: () => void;
2788
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2789
+ autofocus: BooleanConstructor;
2790
+ loading: {
2791
+ type: BooleanConstructor;
2792
+ default: undefined;
2793
+ };
2794
+ placeholder: StringConstructor;
2795
+ defaultValue: {
2796
+ type: PropType<number | null>;
2797
+ default: null;
2798
+ };
2799
+ value: PropType<number | null>;
2800
+ step: {
2801
+ type: (NumberConstructor | StringConstructor)[];
2802
+ default: number;
2803
+ };
2804
+ min: (NumberConstructor | StringConstructor)[];
2805
+ max: (NumberConstructor | StringConstructor)[];
2806
+ size: PropType<"small" | "medium" | "large">;
2807
+ disabled: {
2808
+ type: PropType<boolean | undefined>;
2809
+ default: undefined;
2810
+ };
2811
+ validator: PropType<(value: number) => boolean>;
2812
+ bordered: {
2813
+ type: PropType<boolean | undefined>;
2814
+ default: undefined;
2815
+ };
2816
+ showButton: {
2817
+ type: BooleanConstructor;
2818
+ default: boolean;
2819
+ };
2820
+ readonly: BooleanConstructor;
2821
+ clearable: BooleanConstructor;
2822
+ keyboard: {
2823
+ type: PropType<{
2824
+ ArrowUp?: boolean | undefined;
2825
+ ArrowDown?: boolean | undefined;
2826
+ }>;
2827
+ default: {};
2828
+ };
2829
+ updateValueOnInput: {
2830
+ type: BooleanConstructor;
2831
+ default: boolean;
2832
+ };
2833
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2834
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
2835
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
2836
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2837
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2838
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2839
+ onChange: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
2840
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"InputNumber", {
2841
+ iconColorDisabled: string;
2842
+ }, {
2843
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
2844
+ heightTiny: string;
2845
+ heightSmall: string;
2846
+ heightMedium: string;
2847
+ heightLarge: string;
2848
+ borderRadiusTiny: string;
2849
+ borderRadiusSmall: string;
2850
+ borderRadiusMedium: string;
2851
+ borderRadiusLarge: string;
2852
+ fontSizeTiny: string;
2853
+ fontSizeSmall: string;
2854
+ fontSizeMedium: string;
2855
+ fontSizeLarge: string;
2856
+ opacityDisabled: string;
2857
+ colorOpacitySecondary: string;
2858
+ colorOpacitySecondaryHover: string;
2859
+ colorOpacitySecondaryPressed: string;
2860
+ colorSecondary: string;
2861
+ colorSecondaryHover: string;
2862
+ colorSecondaryPressed: string;
2863
+ colorTertiary: string;
2864
+ colorTertiaryHover: string;
2865
+ colorTertiaryPressed: string;
2866
+ colorQuaternary: string;
2867
+ colorQuaternaryHover: string;
2868
+ colorQuaternaryPressed: string;
2869
+ color: string;
2870
+ colorHover: string;
2871
+ colorPressed: string;
2872
+ colorFocus: string;
2873
+ colorDisabled: string;
2874
+ textColor: string;
2875
+ textColorTertiary: string;
2876
+ textColorHover: string;
2877
+ textColorPressed: string;
2878
+ textColorFocus: string;
2879
+ textColorDisabled: string;
2880
+ textColorText: string;
2881
+ textColorTextHover: string;
2882
+ textColorTextPressed: string;
2883
+ textColorTextFocus: string;
2884
+ textColorTextDisabled: string;
2885
+ textColorGhost: string;
2886
+ textColorGhostHover: string;
2887
+ textColorGhostPressed: string;
2888
+ textColorGhostFocus: string;
2889
+ textColorGhostDisabled: string;
2890
+ border: string;
2891
+ borderHover: string;
2892
+ borderPressed: string;
2893
+ borderFocus: string;
2894
+ borderDisabled: string;
2895
+ rippleColor: string;
2896
+ colorPrimary: string;
2897
+ colorHoverPrimary: string;
2898
+ colorPressedPrimary: string;
2899
+ colorFocusPrimary: string;
2900
+ colorDisabledPrimary: string;
2901
+ textColorPrimary: string;
2902
+ textColorHoverPrimary: string;
2903
+ textColorPressedPrimary: string;
2904
+ textColorFocusPrimary: string;
2905
+ textColorDisabledPrimary: string;
2906
+ textColorTextPrimary: string;
2907
+ textColorTextHoverPrimary: string;
2908
+ textColorTextPressedPrimary: string;
2909
+ textColorTextFocusPrimary: string;
2910
+ textColorTextDisabledPrimary: string;
2911
+ textColorGhostPrimary: string;
2912
+ textColorGhostHoverPrimary: string;
2913
+ textColorGhostPressedPrimary: string;
2914
+ textColorGhostFocusPrimary: string;
2915
+ textColorGhostDisabledPrimary: string;
2916
+ borderPrimary: string;
2917
+ borderHoverPrimary: string;
2918
+ borderPressedPrimary: string;
2919
+ borderFocusPrimary: string;
2920
+ borderDisabledPrimary: string;
2921
+ rippleColorPrimary: string;
2922
+ colorInfo: string;
2923
+ colorHoverInfo: string;
2924
+ colorPressedInfo: string;
2925
+ colorFocusInfo: string;
2926
+ colorDisabledInfo: string;
2927
+ textColorInfo: string;
2928
+ textColorHoverInfo: string;
2929
+ textColorPressedInfo: string;
2930
+ textColorFocusInfo: string;
2931
+ textColorDisabledInfo: string;
2932
+ textColorTextInfo: string;
2933
+ textColorTextHoverInfo: string;
2934
+ textColorTextPressedInfo: string;
2935
+ textColorTextFocusInfo: string;
2936
+ textColorTextDisabledInfo: string;
2937
+ textColorGhostInfo: string;
2938
+ textColorGhostHoverInfo: string;
2939
+ textColorGhostPressedInfo: string;
2940
+ textColorGhostFocusInfo: string;
2941
+ textColorGhostDisabledInfo: string;
2942
+ borderInfo: string;
2943
+ borderHoverInfo: string;
2944
+ borderPressedInfo: string;
2945
+ borderFocusInfo: string;
2946
+ borderDisabledInfo: string;
2947
+ rippleColorInfo: string;
2948
+ colorSuccess: string;
2949
+ colorHoverSuccess: string;
2950
+ colorPressedSuccess: string;
2951
+ colorFocusSuccess: string;
2952
+ colorDisabledSuccess: string;
2953
+ textColorSuccess: string;
2954
+ textColorHoverSuccess: string;
2955
+ textColorPressedSuccess: string;
2956
+ textColorFocusSuccess: string;
2957
+ textColorDisabledSuccess: string;
2958
+ textColorTextSuccess: string;
2959
+ textColorTextHoverSuccess: string;
2960
+ textColorTextPressedSuccess: string;
2961
+ textColorTextFocusSuccess: string;
2962
+ textColorTextDisabledSuccess: string;
2963
+ textColorGhostSuccess: string;
2964
+ textColorGhostHoverSuccess: string;
2965
+ textColorGhostPressedSuccess: string;
2966
+ textColorGhostFocusSuccess: string;
2967
+ textColorGhostDisabledSuccess: string;
2968
+ borderSuccess: string;
2969
+ borderHoverSuccess: string;
2970
+ borderPressedSuccess: string;
2971
+ borderFocusSuccess: string;
2972
+ borderDisabledSuccess: string;
2973
+ rippleColorSuccess: string;
2974
+ colorWarning: string;
2975
+ colorHoverWarning: string;
2976
+ colorPressedWarning: string;
2977
+ colorFocusWarning: string;
2978
+ colorDisabledWarning: string;
2979
+ textColorWarning: string;
2980
+ textColorHoverWarning: string;
2981
+ textColorPressedWarning: string;
2982
+ textColorFocusWarning: string;
2983
+ textColorDisabledWarning: string;
2984
+ textColorTextWarning: string;
2985
+ textColorTextHoverWarning: string;
2986
+ textColorTextPressedWarning: string;
2987
+ textColorTextFocusWarning: string;
2988
+ textColorTextDisabledWarning: string;
2989
+ textColorGhostWarning: string;
2990
+ textColorGhostHoverWarning: string;
2991
+ textColorGhostPressedWarning: string;
2992
+ textColorGhostFocusWarning: string;
2993
+ textColorGhostDisabledWarning: string;
2994
+ borderWarning: string;
2995
+ borderHoverWarning: string;
2996
+ borderPressedWarning: string;
2997
+ borderFocusWarning: string;
2998
+ borderDisabledWarning: string;
2999
+ rippleColorWarning: string;
3000
+ colorError: string;
3001
+ colorHoverError: string;
3002
+ colorPressedError: string;
3003
+ colorFocusError: string;
3004
+ colorDisabledError: string;
3005
+ textColorError: string;
3006
+ textColorHoverError: string;
3007
+ textColorPressedError: string;
3008
+ textColorFocusError: string;
3009
+ textColorDisabledError: string;
3010
+ textColorTextError: string;
3011
+ textColorTextHoverError: string;
3012
+ textColorTextPressedError: string;
3013
+ textColorTextFocusError: string;
3014
+ textColorTextDisabledError: string;
3015
+ textColorGhostError: string;
3016
+ textColorGhostHoverError: string;
3017
+ textColorGhostPressedError: string;
3018
+ textColorGhostFocusError: string;
3019
+ textColorGhostDisabledError: string;
3020
+ borderError: string;
3021
+ borderHoverError: string;
3022
+ borderPressedError: string;
3023
+ borderFocusError: string;
3024
+ borderDisabledError: string;
3025
+ rippleColorError: string;
3026
+ waveOpacity: string;
3027
+ fontWeight: string;
3028
+ fontWeightStrong: string;
3029
+ paddingTiny: string;
3030
+ paddingSmall: string;
3031
+ paddingMedium: string;
3032
+ paddingLarge: string;
3033
+ paddingRoundTiny: string;
3034
+ paddingRoundSmall: string;
3035
+ paddingRoundMedium: string;
3036
+ paddingRoundLarge: string;
3037
+ iconMarginTiny: string;
3038
+ iconMarginSmall: string;
3039
+ iconMarginMedium: string;
3040
+ iconMarginLarge: string;
3041
+ iconSizeTiny: string;
3042
+ iconSizeSmall: string;
3043
+ iconSizeMedium: string;
3044
+ iconSizeLarge: string;
3045
+ rippleDuration: string;
3046
+ }, any>;
3047
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
3048
+ countTextColor: string;
3049
+ heightTiny: string;
3050
+ heightSmall: string;
3051
+ heightMedium: string;
3052
+ heightLarge: string;
3053
+ fontSizeTiny: string;
3054
+ fontSizeSmall: string;
3055
+ fontSizeMedium: string;
3056
+ fontSizeLarge: string;
3057
+ lineHeight: string;
3058
+ lineHeightTextarea: string;
3059
+ borderRadius: string;
3060
+ iconSize: string;
3061
+ groupLabelColor: string;
3062
+ groupLabelTextColor: string;
3063
+ textColor: string;
3064
+ textColorDisabled: string;
3065
+ textDecorationColor: string;
3066
+ caretColor: string;
3067
+ placeholderColor: string;
3068
+ placeholderColorDisabled: string;
3069
+ color: string;
3070
+ colorDisabled: string;
3071
+ colorFocus: string;
3072
+ groupLabelBorder: string;
3073
+ border: string;
3074
+ borderHover: string;
3075
+ borderDisabled: string;
3076
+ borderFocus: string;
3077
+ boxShadowFocus: string;
3078
+ loadingColor: string;
3079
+ loadingColorWarning: string;
3080
+ borderWarning: string;
3081
+ borderHoverWarning: string;
3082
+ colorFocusWarning: string;
3083
+ borderFocusWarning: string;
3084
+ boxShadowFocusWarning: string;
3085
+ caretColorWarning: string;
3086
+ loadingColorError: string;
3087
+ borderError: string;
3088
+ borderHoverError: string;
3089
+ colorFocusError: string;
3090
+ borderFocusError: string;
3091
+ boxShadowFocusError: string;
3092
+ caretColorError: string;
3093
+ clearColor: string;
3094
+ clearColorHover: string;
3095
+ clearColorPressed: string;
3096
+ iconColor: string;
3097
+ iconColorDisabled: string;
3098
+ iconColorHover: string;
3099
+ iconColorPressed: string;
3100
+ suffixTextColor: string;
3101
+ paddingTiny: string;
3102
+ paddingSmall: string;
3103
+ paddingMedium: string;
3104
+ paddingLarge: string;
3105
+ clearSize: string;
3106
+ }, any>;
3107
+ }>>;
3108
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
3109
+ iconColorDisabled: string;
3110
+ }, {
3111
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
3112
+ heightTiny: string;
3113
+ heightSmall: string;
3114
+ heightMedium: string;
3115
+ heightLarge: string;
3116
+ borderRadiusTiny: string;
3117
+ borderRadiusSmall: string;
3118
+ borderRadiusMedium: string;
3119
+ borderRadiusLarge: string;
3120
+ fontSizeTiny: string;
3121
+ fontSizeSmall: string;
3122
+ fontSizeMedium: string;
3123
+ fontSizeLarge: string;
3124
+ opacityDisabled: string;
3125
+ colorOpacitySecondary: string;
3126
+ colorOpacitySecondaryHover: string;
3127
+ colorOpacitySecondaryPressed: string;
3128
+ colorSecondary: string;
3129
+ colorSecondaryHover: string;
3130
+ colorSecondaryPressed: string;
3131
+ colorTertiary: string;
3132
+ colorTertiaryHover: string;
3133
+ colorTertiaryPressed: string;
3134
+ colorQuaternary: string;
3135
+ colorQuaternaryHover: string;
3136
+ colorQuaternaryPressed: string;
3137
+ color: string;
3138
+ colorHover: string;
3139
+ colorPressed: string;
3140
+ colorFocus: string;
3141
+ colorDisabled: string;
3142
+ textColor: string;
3143
+ textColorTertiary: string;
3144
+ textColorHover: string;
3145
+ textColorPressed: string;
3146
+ textColorFocus: string;
3147
+ textColorDisabled: string;
3148
+ textColorText: string;
3149
+ textColorTextHover: string;
3150
+ textColorTextPressed: string;
3151
+ textColorTextFocus: string;
3152
+ textColorTextDisabled: string;
3153
+ textColorGhost: string;
3154
+ textColorGhostHover: string;
3155
+ textColorGhostPressed: string;
3156
+ textColorGhostFocus: string;
3157
+ textColorGhostDisabled: string;
3158
+ border: string;
3159
+ borderHover: string;
3160
+ borderPressed: string;
3161
+ borderFocus: string;
3162
+ borderDisabled: string;
3163
+ rippleColor: string;
3164
+ colorPrimary: string;
3165
+ colorHoverPrimary: string;
3166
+ colorPressedPrimary: string;
3167
+ colorFocusPrimary: string;
3168
+ colorDisabledPrimary: string;
3169
+ textColorPrimary: string;
3170
+ textColorHoverPrimary: string;
3171
+ textColorPressedPrimary: string;
3172
+ textColorFocusPrimary: string;
3173
+ textColorDisabledPrimary: string;
3174
+ textColorTextPrimary: string;
3175
+ textColorTextHoverPrimary: string;
3176
+ textColorTextPressedPrimary: string;
3177
+ textColorTextFocusPrimary: string;
3178
+ textColorTextDisabledPrimary: string;
3179
+ textColorGhostPrimary: string;
3180
+ textColorGhostHoverPrimary: string;
3181
+ textColorGhostPressedPrimary: string;
3182
+ textColorGhostFocusPrimary: string;
3183
+ textColorGhostDisabledPrimary: string;
3184
+ borderPrimary: string;
3185
+ borderHoverPrimary: string;
3186
+ borderPressedPrimary: string;
3187
+ borderFocusPrimary: string;
3188
+ borderDisabledPrimary: string;
3189
+ rippleColorPrimary: string;
3190
+ colorInfo: string;
3191
+ colorHoverInfo: string;
3192
+ colorPressedInfo: string;
3193
+ colorFocusInfo: string;
3194
+ colorDisabledInfo: string;
3195
+ textColorInfo: string;
3196
+ textColorHoverInfo: string;
3197
+ textColorPressedInfo: string;
3198
+ textColorFocusInfo: string;
3199
+ textColorDisabledInfo: string;
3200
+ textColorTextInfo: string;
3201
+ textColorTextHoverInfo: string;
3202
+ textColorTextPressedInfo: string;
3203
+ textColorTextFocusInfo: string;
3204
+ textColorTextDisabledInfo: string;
3205
+ textColorGhostInfo: string;
3206
+ textColorGhostHoverInfo: string;
3207
+ textColorGhostPressedInfo: string;
3208
+ textColorGhostFocusInfo: string;
3209
+ textColorGhostDisabledInfo: string;
3210
+ borderInfo: string;
3211
+ borderHoverInfo: string;
3212
+ borderPressedInfo: string;
3213
+ borderFocusInfo: string;
3214
+ borderDisabledInfo: string;
3215
+ rippleColorInfo: string;
3216
+ colorSuccess: string;
3217
+ colorHoverSuccess: string;
3218
+ colorPressedSuccess: string;
3219
+ colorFocusSuccess: string;
3220
+ colorDisabledSuccess: string;
3221
+ textColorSuccess: string;
3222
+ textColorHoverSuccess: string;
3223
+ textColorPressedSuccess: string;
3224
+ textColorFocusSuccess: string;
3225
+ textColorDisabledSuccess: string;
3226
+ textColorTextSuccess: string;
3227
+ textColorTextHoverSuccess: string;
3228
+ textColorTextPressedSuccess: string;
3229
+ textColorTextFocusSuccess: string;
3230
+ textColorTextDisabledSuccess: string;
3231
+ textColorGhostSuccess: string;
3232
+ textColorGhostHoverSuccess: string;
3233
+ textColorGhostPressedSuccess: string;
3234
+ textColorGhostFocusSuccess: string;
3235
+ textColorGhostDisabledSuccess: string;
3236
+ borderSuccess: string;
3237
+ borderHoverSuccess: string;
3238
+ borderPressedSuccess: string;
3239
+ borderFocusSuccess: string;
3240
+ borderDisabledSuccess: string;
3241
+ rippleColorSuccess: string;
3242
+ colorWarning: string;
3243
+ colorHoverWarning: string;
3244
+ colorPressedWarning: string;
3245
+ colorFocusWarning: string;
3246
+ colorDisabledWarning: string;
3247
+ textColorWarning: string;
3248
+ textColorHoverWarning: string;
3249
+ textColorPressedWarning: string;
3250
+ textColorFocusWarning: string;
3251
+ textColorDisabledWarning: string;
3252
+ textColorTextWarning: string;
3253
+ textColorTextHoverWarning: string;
3254
+ textColorTextPressedWarning: string;
3255
+ textColorTextFocusWarning: string;
3256
+ textColorTextDisabledWarning: string;
3257
+ textColorGhostWarning: string;
3258
+ textColorGhostHoverWarning: string;
3259
+ textColorGhostPressedWarning: string;
3260
+ textColorGhostFocusWarning: string;
3261
+ textColorGhostDisabledWarning: string;
3262
+ borderWarning: string;
3263
+ borderHoverWarning: string;
3264
+ borderPressedWarning: string;
3265
+ borderFocusWarning: string;
3266
+ borderDisabledWarning: string;
3267
+ rippleColorWarning: string;
3268
+ colorError: string;
3269
+ colorHoverError: string;
3270
+ colorPressedError: string;
3271
+ colorFocusError: string;
3272
+ colorDisabledError: string;
3273
+ textColorError: string;
3274
+ textColorHoverError: string;
3275
+ textColorPressedError: string;
3276
+ textColorFocusError: string;
3277
+ textColorDisabledError: string;
3278
+ textColorTextError: string;
3279
+ textColorTextHoverError: string;
3280
+ textColorTextPressedError: string;
3281
+ textColorTextFocusError: string;
3282
+ textColorTextDisabledError: string;
3283
+ textColorGhostError: string;
3284
+ textColorGhostHoverError: string;
3285
+ textColorGhostPressedError: string;
3286
+ textColorGhostFocusError: string;
3287
+ textColorGhostDisabledError: string;
3288
+ borderError: string;
3289
+ borderHoverError: string;
3290
+ borderPressedError: string;
3291
+ borderFocusError: string;
3292
+ borderDisabledError: string;
3293
+ rippleColorError: string;
3294
+ waveOpacity: string;
3295
+ fontWeight: string;
3296
+ fontWeightStrong: string;
3297
+ paddingTiny: string;
3298
+ paddingSmall: string;
3299
+ paddingMedium: string;
3300
+ paddingLarge: string;
3301
+ paddingRoundTiny: string;
3302
+ paddingRoundSmall: string;
3303
+ paddingRoundMedium: string;
3304
+ paddingRoundLarge: string;
3305
+ iconMarginTiny: string;
3306
+ iconMarginSmall: string;
3307
+ iconMarginMedium: string;
3308
+ iconMarginLarge: string;
3309
+ iconSizeTiny: string;
3310
+ iconSizeSmall: string;
3311
+ iconSizeMedium: string;
3312
+ iconSizeLarge: string;
3313
+ rippleDuration: string;
3314
+ }, any>;
3315
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
3316
+ countTextColor: string;
3317
+ heightTiny: string;
3318
+ heightSmall: string;
3319
+ heightMedium: string;
3320
+ heightLarge: string;
3321
+ fontSizeTiny: string;
3322
+ fontSizeSmall: string;
3323
+ fontSizeMedium: string;
3324
+ fontSizeLarge: string;
3325
+ lineHeight: string;
3326
+ lineHeightTextarea: string;
3327
+ borderRadius: string;
3328
+ iconSize: string;
3329
+ groupLabelColor: string;
3330
+ groupLabelTextColor: string;
3331
+ textColor: string;
3332
+ textColorDisabled: string;
3333
+ textDecorationColor: string;
3334
+ caretColor: string;
3335
+ placeholderColor: string;
3336
+ placeholderColorDisabled: string;
3337
+ color: string;
3338
+ colorDisabled: string;
3339
+ colorFocus: string;
3340
+ groupLabelBorder: string;
3341
+ border: string;
3342
+ borderHover: string;
3343
+ borderDisabled: string;
3344
+ borderFocus: string;
3345
+ boxShadowFocus: string;
3346
+ loadingColor: string;
3347
+ loadingColorWarning: string;
3348
+ borderWarning: string;
3349
+ borderHoverWarning: string;
3350
+ colorFocusWarning: string;
3351
+ borderFocusWarning: string;
3352
+ boxShadowFocusWarning: string;
3353
+ caretColorWarning: string;
3354
+ loadingColorError: string;
3355
+ borderError: string;
3356
+ borderHoverError: string;
3357
+ colorFocusError: string;
3358
+ borderFocusError: string;
3359
+ boxShadowFocusError: string;
3360
+ caretColorError: string;
3361
+ clearColor: string;
3362
+ clearColorHover: string;
3363
+ clearColorPressed: string;
3364
+ iconColor: string;
3365
+ iconColorDisabled: string;
3366
+ iconColorHover: string;
3367
+ iconColorPressed: string;
3368
+ suffixTextColor: string;
3369
+ paddingTiny: string;
3370
+ paddingSmall: string;
3371
+ paddingMedium: string;
3372
+ paddingLarge: string;
3373
+ clearSize: string;
3374
+ }, any>;
3375
+ }>>>;
3376
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"InputNumber", {
3377
+ iconColorDisabled: string;
3378
+ }, {
3379
+ Button: import("naive-ui/es/_mixins").Theme<"Button", {
3380
+ heightTiny: string;
3381
+ heightSmall: string;
3382
+ heightMedium: string;
3383
+ heightLarge: string;
3384
+ borderRadiusTiny: string;
3385
+ borderRadiusSmall: string;
3386
+ borderRadiusMedium: string;
3387
+ borderRadiusLarge: string;
3388
+ fontSizeTiny: string;
3389
+ fontSizeSmall: string;
3390
+ fontSizeMedium: string;
3391
+ fontSizeLarge: string;
3392
+ opacityDisabled: string;
3393
+ colorOpacitySecondary: string;
3394
+ colorOpacitySecondaryHover: string;
3395
+ colorOpacitySecondaryPressed: string;
3396
+ colorSecondary: string;
3397
+ colorSecondaryHover: string;
3398
+ colorSecondaryPressed: string;
3399
+ colorTertiary: string;
3400
+ colorTertiaryHover: string;
3401
+ colorTertiaryPressed: string;
3402
+ colorQuaternary: string;
3403
+ colorQuaternaryHover: string;
3404
+ colorQuaternaryPressed: string;
3405
+ color: string;
3406
+ colorHover: string;
3407
+ colorPressed: string;
3408
+ colorFocus: string;
3409
+ colorDisabled: string;
3410
+ textColor: string;
3411
+ textColorTertiary: string;
3412
+ textColorHover: string;
3413
+ textColorPressed: string;
3414
+ textColorFocus: string;
3415
+ textColorDisabled: string;
3416
+ textColorText: string;
3417
+ textColorTextHover: string;
3418
+ textColorTextPressed: string;
3419
+ textColorTextFocus: string;
3420
+ textColorTextDisabled: string;
3421
+ textColorGhost: string;
3422
+ textColorGhostHover: string;
3423
+ textColorGhostPressed: string;
3424
+ textColorGhostFocus: string;
3425
+ textColorGhostDisabled: string;
3426
+ border: string;
3427
+ borderHover: string;
3428
+ borderPressed: string;
3429
+ borderFocus: string;
3430
+ borderDisabled: string;
3431
+ rippleColor: string;
3432
+ colorPrimary: string;
3433
+ colorHoverPrimary: string;
3434
+ colorPressedPrimary: string;
3435
+ colorFocusPrimary: string;
3436
+ colorDisabledPrimary: string;
3437
+ textColorPrimary: string;
3438
+ textColorHoverPrimary: string;
3439
+ textColorPressedPrimary: string;
3440
+ textColorFocusPrimary: string;
3441
+ textColorDisabledPrimary: string;
3442
+ textColorTextPrimary: string;
3443
+ textColorTextHoverPrimary: string;
3444
+ textColorTextPressedPrimary: string;
3445
+ textColorTextFocusPrimary: string;
3446
+ textColorTextDisabledPrimary: string;
3447
+ textColorGhostPrimary: string;
3448
+ textColorGhostHoverPrimary: string;
3449
+ textColorGhostPressedPrimary: string;
3450
+ textColorGhostFocusPrimary: string;
3451
+ textColorGhostDisabledPrimary: string;
3452
+ borderPrimary: string;
3453
+ borderHoverPrimary: string;
3454
+ borderPressedPrimary: string;
3455
+ borderFocusPrimary: string;
3456
+ borderDisabledPrimary: string;
3457
+ rippleColorPrimary: string;
3458
+ colorInfo: string;
3459
+ colorHoverInfo: string;
3460
+ colorPressedInfo: string;
3461
+ colorFocusInfo: string;
3462
+ colorDisabledInfo: string;
3463
+ textColorInfo: string;
3464
+ textColorHoverInfo: string;
3465
+ textColorPressedInfo: string;
3466
+ textColorFocusInfo: string;
3467
+ textColorDisabledInfo: string;
3468
+ textColorTextInfo: string;
3469
+ textColorTextHoverInfo: string;
3470
+ textColorTextPressedInfo: string;
3471
+ textColorTextFocusInfo: string;
3472
+ textColorTextDisabledInfo: string;
3473
+ textColorGhostInfo: string;
3474
+ textColorGhostHoverInfo: string;
3475
+ textColorGhostPressedInfo: string;
3476
+ textColorGhostFocusInfo: string;
3477
+ textColorGhostDisabledInfo: string;
3478
+ borderInfo: string;
3479
+ borderHoverInfo: string;
3480
+ borderPressedInfo: string;
3481
+ borderFocusInfo: string;
3482
+ borderDisabledInfo: string;
3483
+ rippleColorInfo: string;
3484
+ colorSuccess: string;
3485
+ colorHoverSuccess: string;
3486
+ colorPressedSuccess: string;
3487
+ colorFocusSuccess: string;
3488
+ colorDisabledSuccess: string;
3489
+ textColorSuccess: string;
3490
+ textColorHoverSuccess: string;
3491
+ textColorPressedSuccess: string;
3492
+ textColorFocusSuccess: string;
3493
+ textColorDisabledSuccess: string;
3494
+ textColorTextSuccess: string;
3495
+ textColorTextHoverSuccess: string;
3496
+ textColorTextPressedSuccess: string;
3497
+ textColorTextFocusSuccess: string;
3498
+ textColorTextDisabledSuccess: string;
3499
+ textColorGhostSuccess: string;
3500
+ textColorGhostHoverSuccess: string;
3501
+ textColorGhostPressedSuccess: string;
3502
+ textColorGhostFocusSuccess: string;
3503
+ textColorGhostDisabledSuccess: string;
3504
+ borderSuccess: string;
3505
+ borderHoverSuccess: string;
3506
+ borderPressedSuccess: string;
3507
+ borderFocusSuccess: string;
3508
+ borderDisabledSuccess: string;
3509
+ rippleColorSuccess: string;
3510
+ colorWarning: string;
3511
+ colorHoverWarning: string;
3512
+ colorPressedWarning: string;
3513
+ colorFocusWarning: string;
3514
+ colorDisabledWarning: string;
3515
+ textColorWarning: string;
3516
+ textColorHoverWarning: string;
3517
+ textColorPressedWarning: string;
3518
+ textColorFocusWarning: string;
3519
+ textColorDisabledWarning: string;
3520
+ textColorTextWarning: string;
3521
+ textColorTextHoverWarning: string;
3522
+ textColorTextPressedWarning: string;
3523
+ textColorTextFocusWarning: string;
3524
+ textColorTextDisabledWarning: string;
3525
+ textColorGhostWarning: string;
3526
+ textColorGhostHoverWarning: string;
3527
+ textColorGhostPressedWarning: string;
3528
+ textColorGhostFocusWarning: string;
3529
+ textColorGhostDisabledWarning: string;
3530
+ borderWarning: string;
3531
+ borderHoverWarning: string;
3532
+ borderPressedWarning: string;
3533
+ borderFocusWarning: string;
3534
+ borderDisabledWarning: string;
3535
+ rippleColorWarning: string;
3536
+ colorError: string;
3537
+ colorHoverError: string;
3538
+ colorPressedError: string;
3539
+ colorFocusError: string;
3540
+ colorDisabledError: string;
3541
+ textColorError: string;
3542
+ textColorHoverError: string;
3543
+ textColorPressedError: string;
3544
+ textColorFocusError: string;
3545
+ textColorDisabledError: string;
3546
+ textColorTextError: string;
3547
+ textColorTextHoverError: string;
3548
+ textColorTextPressedError: string;
3549
+ textColorTextFocusError: string;
3550
+ textColorTextDisabledError: string;
3551
+ textColorGhostError: string;
3552
+ textColorGhostHoverError: string;
3553
+ textColorGhostPressedError: string;
3554
+ textColorGhostFocusError: string;
3555
+ textColorGhostDisabledError: string;
3556
+ borderError: string;
3557
+ borderHoverError: string;
3558
+ borderPressedError: string;
3559
+ borderFocusError: string;
3560
+ borderDisabledError: string;
3561
+ rippleColorError: string;
3562
+ waveOpacity: string;
3563
+ fontWeight: string;
3564
+ fontWeightStrong: string;
3565
+ paddingTiny: string;
3566
+ paddingSmall: string;
3567
+ paddingMedium: string;
3568
+ paddingLarge: string;
3569
+ paddingRoundTiny: string;
3570
+ paddingRoundSmall: string;
3571
+ paddingRoundMedium: string;
3572
+ paddingRoundLarge: string;
3573
+ iconMarginTiny: string;
3574
+ iconMarginSmall: string;
3575
+ iconMarginMedium: string;
3576
+ iconMarginLarge: string;
3577
+ iconSizeTiny: string;
3578
+ iconSizeSmall: string;
3579
+ iconSizeMedium: string;
3580
+ iconSizeLarge: string;
3581
+ rippleDuration: string;
3582
+ }, any>;
3583
+ Input: import("naive-ui/es/_mixins").Theme<"Input", {
3584
+ countTextColor: string;
3585
+ heightTiny: string;
3586
+ heightSmall: string;
3587
+ heightMedium: string;
3588
+ heightLarge: string;
3589
+ fontSizeTiny: string;
3590
+ fontSizeSmall: string;
3591
+ fontSizeMedium: string;
3592
+ fontSizeLarge: string;
3593
+ lineHeight: string;
3594
+ lineHeightTextarea: string;
3595
+ borderRadius: string;
3596
+ iconSize: string;
3597
+ groupLabelColor: string;
3598
+ groupLabelTextColor: string;
3599
+ textColor: string;
3600
+ textColorDisabled: string;
3601
+ textDecorationColor: string;
3602
+ caretColor: string;
3603
+ placeholderColor: string;
3604
+ placeholderColorDisabled: string;
3605
+ color: string;
3606
+ colorDisabled: string;
3607
+ colorFocus: string;
3608
+ groupLabelBorder: string;
3609
+ border: string;
3610
+ borderHover: string;
3611
+ borderDisabled: string;
3612
+ borderFocus: string;
3613
+ boxShadowFocus: string;
3614
+ loadingColor: string;
3615
+ loadingColorWarning: string;
3616
+ borderWarning: string;
3617
+ borderHoverWarning: string;
3618
+ colorFocusWarning: string;
3619
+ borderFocusWarning: string;
3620
+ boxShadowFocusWarning: string;
3621
+ caretColorWarning: string;
3622
+ loadingColorError: string;
3623
+ borderError: string;
3624
+ borderHoverError: string;
3625
+ colorFocusError: string;
3626
+ borderFocusError: string;
3627
+ boxShadowFocusError: string;
3628
+ caretColorError: string;
3629
+ clearColor: string;
3630
+ clearColorHover: string;
3631
+ clearColorPressed: string;
3632
+ iconColor: string;
3633
+ iconColorDisabled: string;
3634
+ iconColorHover: string;
3635
+ iconColorPressed: string;
3636
+ suffixTextColor: string;
3637
+ paddingTiny: string;
3638
+ paddingSmall: string;
3639
+ paddingMedium: string;
3640
+ paddingLarge: string;
3641
+ clearSize: string;
3642
+ }, any>;
3643
+ }>>>;
3644
+ }>>, {
3645
+ readonly: boolean;
3646
+ disabled: boolean | undefined;
3647
+ step: string | number;
3648
+ autofocus: boolean;
3649
+ loading: boolean;
3650
+ bordered: boolean | undefined;
3651
+ clearable: boolean;
3652
+ defaultValue: number | null;
3653
+ keyboard: {
3654
+ ArrowUp?: boolean | undefined;
3655
+ ArrowDown?: boolean | undefined;
3656
+ };
3657
+ showButton: boolean;
3658
+ updateValueOnInput: boolean;
3659
+ }>;
3660
+ TextOverTooltip: import("vue").DefineComponent<{
3661
+ content: {
3662
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
3663
+ };
3664
+ className: StringConstructor;
3665
+ refName: {
3666
+ type: StringConstructor;
3667
+ default: string;
3668
+ };
3669
+ placement: {
3670
+ type: StringConstructor;
3671
+ default: string;
3672
+ };
3673
+ tooltipTitle: {
3674
+ type: (NumberConstructor | StringConstructor)[];
3675
+ default: string;
3676
+ };
3677
+ isAlias: BooleanConstructor;
3678
+ textColor: StringConstructor;
3679
+ }, {
3680
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3681
+ content: {
3682
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
3683
+ };
3684
+ className: StringConstructor;
3685
+ refName: {
3686
+ type: StringConstructor;
3687
+ default: string;
3688
+ };
3689
+ placement: {
3690
+ type: StringConstructor;
3691
+ default: string;
3692
+ };
3693
+ tooltipTitle: {
3694
+ type: (NumberConstructor | StringConstructor)[];
3695
+ default: string;
3696
+ };
3697
+ isAlias: BooleanConstructor;
3698
+ textColor: StringConstructor;
3699
+ }>> & {
3700
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
3701
+ }>>;
3702
+ curContent: import("vue").ComputedRef<string | Function>;
3703
+ NTooltip: import("vue").DefineComponent<{
3704
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3705
+ borderRadius: string;
3706
+ boxShadow: string;
3707
+ color: string;
3708
+ textColor: string;
3709
+ padding: string;
3710
+ }, {
3711
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3712
+ fontSize: string;
3713
+ borderRadius: string;
3714
+ color: string;
3715
+ dividerColor: string;
3716
+ textColor: string;
3717
+ boxShadow: string;
3718
+ space: string;
3719
+ spaceArrow: string;
3720
+ arrowOffset: string;
3721
+ arrowOffsetVertical: string;
3722
+ arrowHeight: string;
3723
+ padding: string;
3724
+ }, any>;
3725
+ }>>;
3726
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3727
+ borderRadius: string;
3728
+ boxShadow: string;
3729
+ color: string;
3730
+ textColor: string;
3731
+ padding: string;
3732
+ }, {
3733
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3734
+ fontSize: string;
3735
+ borderRadius: string;
3736
+ color: string;
3737
+ dividerColor: string;
3738
+ textColor: string;
3739
+ boxShadow: string;
3740
+ space: string;
3741
+ spaceArrow: string;
3742
+ arrowOffset: string;
3743
+ arrowOffsetVertical: string;
3744
+ arrowHeight: string;
3745
+ padding: string;
3746
+ }, any>;
3747
+ }>>>;
3748
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
3749
+ borderRadius: string;
3750
+ boxShadow: string;
3751
+ color: string;
3752
+ textColor: string;
3753
+ padding: string;
3754
+ }, {
3755
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3756
+ fontSize: string;
3757
+ borderRadius: string;
3758
+ color: string;
3759
+ dividerColor: string;
3760
+ textColor: string;
3761
+ boxShadow: string;
3762
+ space: string;
3763
+ spaceArrow: string;
3764
+ arrowOffset: string;
3765
+ arrowOffsetVertical: string;
3766
+ arrowHeight: string;
3767
+ padding: string;
3768
+ }, any>;
3769
+ }>>>;
3770
+ show: {
3771
+ type: PropType<boolean | undefined>;
3772
+ default: undefined;
3773
+ };
3774
+ defaultShow: BooleanConstructor;
3775
+ showArrow: {
3776
+ type: BooleanConstructor;
3777
+ default: boolean;
3778
+ };
3779
+ trigger: {
3780
+ type: PropType<import("naive-ui").PopoverTrigger>;
3781
+ default: string;
3782
+ };
3783
+ delay: {
3784
+ type: NumberConstructor;
3785
+ default: number;
3786
+ };
3787
+ duration: {
3788
+ type: NumberConstructor;
3789
+ default: number;
3790
+ };
3791
+ raw: BooleanConstructor;
3792
+ placement: {
3793
+ type: PropType<import("naive-ui").PopoverPlacement>;
3794
+ default: string;
3795
+ };
3796
+ x: NumberConstructor;
3797
+ y: NumberConstructor;
3798
+ arrowPointToCenter: BooleanConstructor;
3799
+ disabled: BooleanConstructor;
3800
+ getDisabled: PropType<() => boolean>;
3801
+ displayDirective: {
3802
+ type: PropType<"show" | "if">;
3803
+ default: string;
3804
+ };
3805
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
3806
+ flip: {
3807
+ type: BooleanConstructor;
3808
+ default: boolean;
3809
+ };
3810
+ animated: {
3811
+ type: BooleanConstructor;
3812
+ default: boolean;
3813
+ };
3814
+ width: {
3815
+ type: PropType<number | "trigger">;
3816
+ default: undefined;
3817
+ };
3818
+ overlap: BooleanConstructor;
3819
+ keepAliveOnHover: {
3820
+ type: BooleanConstructor;
3821
+ default: boolean;
3822
+ };
3823
+ zIndex: NumberConstructor;
3824
+ to: {
3825
+ type: PropType<string | boolean | HTMLElement>;
3826
+ default: undefined;
3827
+ };
3828
+ scrollable: BooleanConstructor;
3829
+ contentStyle: PropType<string | import("vue").CSSProperties>;
3830
+ headerStyle: PropType<string | import("vue").CSSProperties>;
3831
+ onClickoutside: PropType<(e: MouseEvent) => void>;
3832
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3833
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
3834
+ internalSyncTargetWithParent: BooleanConstructor;
3835
+ internalInheritedEventHandlers: {
3836
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
3837
+ default: () => never[];
3838
+ };
3839
+ internalTrapFocus: BooleanConstructor;
3840
+ internalExtraClass: {
3841
+ type: PropType<string[]>;
3842
+ default: () => never[];
3843
+ };
3844
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3845
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
3846
+ arrow: {
3847
+ type: PropType<boolean | undefined>;
3848
+ default: undefined;
3849
+ };
3850
+ minWidth: NumberConstructor;
3851
+ maxWidth: NumberConstructor;
3852
+ }, {
3853
+ popoverRef: import("vue").Ref<{
3854
+ syncPosition: () => void;
3855
+ setShow: (value: boolean) => void;
3856
+ } | null>;
3857
+ mergedTheme: import("vue").ComputedRef<{
3858
+ common: {
3859
+ baseColor: string;
3860
+ primaryColor: string;
3861
+ primaryColorHover: string;
3862
+ primaryColorPressed: string;
3863
+ primaryColorSuppl: string;
3864
+ infoColor: string;
3865
+ infoColorHover: string;
3866
+ infoColorPressed: string;
3867
+ infoColorSuppl: string;
3868
+ successColor: string;
3869
+ successColorHover: string;
3870
+ successColorPressed: string;
3871
+ successColorSuppl: string;
3872
+ warningColor: string;
3873
+ warningColorHover: string;
3874
+ warningColorPressed: string;
3875
+ warningColorSuppl: string;
3876
+ errorColor: string;
3877
+ errorColorHover: string;
3878
+ errorColorPressed: string;
3879
+ errorColorSuppl: string;
3880
+ textColorBase: string;
3881
+ textColor1: string;
3882
+ textColor2: string;
3883
+ textColor3: string;
3884
+ textColorDisabled: string;
3885
+ placeholderColor: string;
3886
+ placeholderColorDisabled: string;
3887
+ iconColor: string;
3888
+ iconColorHover: string;
3889
+ iconColorPressed: string;
3890
+ iconColorDisabled: string;
3891
+ opacity1: string;
3892
+ opacity2: string;
3893
+ opacity3: string;
3894
+ opacity4: string;
3895
+ opacity5: string;
3896
+ dividerColor: string;
3897
+ borderColor: string;
3898
+ closeColor: string;
3899
+ closeColorHover: string;
3900
+ closeColorPressed: string;
3901
+ closeColorDisabled: string;
3902
+ clearColor: string;
3903
+ clearColorHover: string;
3904
+ clearColorPressed: string;
3905
+ scrollbarColor: string;
3906
+ scrollbarColorHover: string;
3907
+ scrollbarWidth: string;
3908
+ scrollbarHeight: string;
3909
+ scrollbarBorderRadius: string;
3910
+ progressRailColor: string;
3911
+ railColor: string;
3912
+ popoverColor: string;
3913
+ tableColor: string;
3914
+ cardColor: string;
3915
+ modalColor: string;
3916
+ bodyColor: string;
3917
+ tagColor: string;
3918
+ avatarColor: string;
3919
+ invertedColor: string;
3920
+ inputColor: string;
3921
+ codeColor: string;
3922
+ tabColor: string;
3923
+ actionColor: string;
3924
+ tableHeaderColor: string;
3925
+ hoverColor: string;
3926
+ tableColorHover: string;
3927
+ tableColorStriped: string;
3928
+ pressedColor: string;
3929
+ opacityDisabled: string;
3930
+ inputColorDisabled: string;
3931
+ buttonColor2: string;
3932
+ buttonColor2Hover: string;
3933
+ buttonColor2Pressed: string;
3934
+ boxShadow1: string;
3935
+ boxShadow2: string;
3936
+ boxShadow3: string;
3937
+ fontFamily: string;
3938
+ fontFamilyMono: string;
3939
+ fontWeight: string;
3940
+ fontWeightStrong: string;
3941
+ cubicBezierEaseInOut: string;
3942
+ cubicBezierEaseOut: string;
3943
+ cubicBezierEaseIn: string;
3944
+ borderRadius: string;
3945
+ borderRadiusSmall: string;
3946
+ fontSize: string;
3947
+ fontSizeMini: string;
3948
+ fontSizeTiny: string;
3949
+ fontSizeSmall: string;
3950
+ fontSizeMedium: string;
3951
+ fontSizeLarge: string;
3952
+ fontSizeHuge: string;
3953
+ lineHeight: string;
3954
+ heightMini: string;
3955
+ heightTiny: string;
3956
+ heightSmall: string;
3957
+ heightMedium: string;
3958
+ heightLarge: string;
3959
+ heightHuge: string;
3960
+ name: "common";
3961
+ };
3962
+ self: {
3963
+ borderRadius: string;
3964
+ boxShadow: string;
3965
+ color: string;
3966
+ textColor: string;
3967
+ padding: string;
3968
+ };
3969
+ peers: {
3970
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
3971
+ fontSize: string;
3972
+ borderRadius: string;
3973
+ color: string;
3974
+ dividerColor: string;
3975
+ textColor: string;
3976
+ boxShadow: string;
3977
+ space: string;
3978
+ spaceArrow: string;
3979
+ arrowOffset: string;
3980
+ arrowOffsetVertical: string;
3981
+ arrowHeight: string;
3982
+ padding: string;
3983
+ }, any>;
3984
+ };
3985
+ peerOverrides: {
3986
+ Popover?: {
3987
+ peers?: {
3988
+ [x: string]: any;
3989
+ } | undefined;
3990
+ } | undefined;
3991
+ };
3992
+ }>;
3993
+ popoverThemeOverrides: import("vue").ComputedRef<{
3994
+ borderRadius: string;
3995
+ boxShadow: string;
3996
+ color: string;
3997
+ textColor: string;
3998
+ padding: string;
3999
+ }>;
4000
+ syncPosition: () => void;
4001
+ setShow: (value: boolean) => void;
4002
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4003
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
4004
+ borderRadius: string;
4005
+ boxShadow: string;
4006
+ color: string;
4007
+ textColor: string;
4008
+ padding: string;
4009
+ }, {
4010
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
4011
+ fontSize: string;
4012
+ borderRadius: string;
4013
+ color: string;
4014
+ dividerColor: string;
4015
+ textColor: string;
4016
+ boxShadow: string;
4017
+ space: string;
4018
+ spaceArrow: string;
4019
+ arrowOffset: string;
4020
+ arrowOffsetVertical: string;
4021
+ arrowHeight: string;
4022
+ padding: string;
4023
+ }, any>;
4024
+ }>>;
4025
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
4026
+ borderRadius: string;
4027
+ boxShadow: string;
4028
+ color: string;
4029
+ textColor: string;
4030
+ padding: string;
4031
+ }, {
4032
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
4033
+ fontSize: string;
4034
+ borderRadius: string;
4035
+ color: string;
4036
+ dividerColor: string;
4037
+ textColor: string;
4038
+ boxShadow: string;
4039
+ space: string;
4040
+ spaceArrow: string;
4041
+ arrowOffset: string;
4042
+ arrowOffsetVertical: string;
4043
+ arrowHeight: string;
4044
+ padding: string;
4045
+ }, any>;
4046
+ }>>>;
4047
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
4048
+ borderRadius: string;
4049
+ boxShadow: string;
4050
+ color: string;
4051
+ textColor: string;
4052
+ padding: string;
4053
+ }, {
4054
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
4055
+ fontSize: string;
4056
+ borderRadius: string;
4057
+ color: string;
4058
+ dividerColor: string;
4059
+ textColor: string;
4060
+ boxShadow: string;
4061
+ space: string;
4062
+ spaceArrow: string;
4063
+ arrowOffset: string;
4064
+ arrowOffsetVertical: string;
4065
+ arrowHeight: string;
4066
+ padding: string;
4067
+ }, any>;
4068
+ }>>>;
4069
+ show: {
4070
+ type: PropType<boolean | undefined>;
4071
+ default: undefined;
4072
+ };
4073
+ defaultShow: BooleanConstructor;
4074
+ showArrow: {
4075
+ type: BooleanConstructor;
4076
+ default: boolean;
4077
+ };
4078
+ trigger: {
4079
+ type: PropType<import("naive-ui").PopoverTrigger>;
4080
+ default: string;
4081
+ };
4082
+ delay: {
4083
+ type: NumberConstructor;
4084
+ default: number;
4085
+ };
4086
+ duration: {
4087
+ type: NumberConstructor;
4088
+ default: number;
4089
+ };
4090
+ raw: BooleanConstructor;
4091
+ placement: {
4092
+ type: PropType<import("naive-ui").PopoverPlacement>;
4093
+ default: string;
4094
+ };
4095
+ x: NumberConstructor;
4096
+ y: NumberConstructor;
4097
+ arrowPointToCenter: BooleanConstructor;
4098
+ disabled: BooleanConstructor;
4099
+ getDisabled: PropType<() => boolean>;
4100
+ displayDirective: {
4101
+ type: PropType<"show" | "if">;
4102
+ default: string;
4103
+ };
4104
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
4105
+ flip: {
4106
+ type: BooleanConstructor;
4107
+ default: boolean;
4108
+ };
4109
+ animated: {
4110
+ type: BooleanConstructor;
4111
+ default: boolean;
4112
+ };
4113
+ width: {
4114
+ type: PropType<number | "trigger">;
4115
+ default: undefined;
4116
+ };
4117
+ overlap: BooleanConstructor;
4118
+ keepAliveOnHover: {
4119
+ type: BooleanConstructor;
4120
+ default: boolean;
4121
+ };
4122
+ zIndex: NumberConstructor;
4123
+ to: {
4124
+ type: PropType<string | boolean | HTMLElement>;
4125
+ default: undefined;
4126
+ };
4127
+ scrollable: BooleanConstructor;
4128
+ contentStyle: PropType<string | import("vue").CSSProperties>;
4129
+ headerStyle: PropType<string | import("vue").CSSProperties>;
4130
+ onClickoutside: PropType<(e: MouseEvent) => void>;
4131
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4132
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
4133
+ internalSyncTargetWithParent: BooleanConstructor;
4134
+ internalInheritedEventHandlers: {
4135
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
4136
+ default: () => never[];
4137
+ };
4138
+ internalTrapFocus: BooleanConstructor;
4139
+ internalExtraClass: {
4140
+ type: PropType<string[]>;
4141
+ default: () => never[];
4142
+ };
4143
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
4144
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
4145
+ arrow: {
4146
+ type: PropType<boolean | undefined>;
4147
+ default: undefined;
4148
+ };
4149
+ minWidth: NumberConstructor;
4150
+ maxWidth: NumberConstructor;
4151
+ }>>, {
4152
+ show: boolean | undefined;
4153
+ flip: boolean;
4154
+ width: number | "trigger";
4155
+ disabled: boolean;
4156
+ duration: number;
4157
+ to: string | boolean | HTMLElement;
4158
+ raw: boolean;
4159
+ placement: import("naive-ui").PopoverPlacement;
4160
+ overlap: boolean;
4161
+ scrollable: boolean;
4162
+ trigger: import("naive-ui").PopoverTrigger;
4163
+ showArrow: boolean;
4164
+ delay: number;
4165
+ arrowPointToCenter: boolean;
4166
+ displayDirective: "show" | "if";
4167
+ keepAliveOnHover: boolean;
4168
+ animated: boolean;
4169
+ internalTrapFocus: boolean;
4170
+ defaultShow: boolean;
4171
+ internalSyncTargetWithParent: boolean;
4172
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
4173
+ internalExtraClass: string[];
4174
+ arrow: boolean | undefined;
4175
+ }>;
4176
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
4177
+ content: {
4178
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
4179
+ };
4180
+ className: StringConstructor;
4181
+ refName: {
4182
+ type: StringConstructor;
4183
+ default: string;
4184
+ };
4185
+ placement: {
4186
+ type: StringConstructor;
4187
+ default: string;
4188
+ };
4189
+ tooltipTitle: {
4190
+ type: (NumberConstructor | StringConstructor)[];
4191
+ default: string;
4192
+ };
4193
+ isAlias: BooleanConstructor;
4194
+ textColor: StringConstructor;
4195
+ }>>, {
4196
+ placement: string;
4197
+ refName: string;
4198
+ tooltipTitle: string | number;
4199
+ isAlias: boolean;
4200
+ }>;
4201
+ }, 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<{
4202
+ mainForm: {
4203
+ type: PropObject;
4204
+ default: () => {};
4205
+ };
4206
+ userInfo: {
4207
+ type: PropObject;
4208
+ default: () => {};
4209
+ };
4210
+ styleSetting: {
4211
+ type: PropObject;
4212
+ default: () => {};
4213
+ };
4214
+ defaultValue: {
4215
+ type: PropObject;
4216
+ default: () => {};
4217
+ };
4218
+ dbParams: {
4219
+ type: PropType<AnyObject>;
4220
+ };
4221
+ row: {
4222
+ type: PropObject;
4223
+ default: () => {};
4224
+ };
4225
+ item: {
4226
+ type: PropObject;
4227
+ default: () => {
4228
+ _own: {};
4229
+ };
4230
+ };
4231
+ defaultFieldList: {
4232
+ type: PropType<any[]>;
4233
+ default: () => never[];
4234
+ };
4235
+ cacheUniqueKey: {
4236
+ type: PropObject;
4237
+ default: () => {
4238
+ _own: {};
4239
+ };
4240
+ };
4241
+ params_formId: (NumberConstructor | StringConstructor)[];
4242
+ formType: {
4243
+ type: PropObject;
4244
+ default: () => {
4245
+ _own: {};
4246
+ };
4247
+ };
4248
+ isDetail: {
4249
+ type: BooleanConstructor;
4250
+ default: boolean;
4251
+ };
4252
+ handleFormTableValue: PropType<Func<any[], any>>;
4253
+ }>> & {
4254
+ onTableBlur?: ((...args: any[]) => any) | undefined;
4255
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
4256
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
4257
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
4258
+ }, {
4259
+ styleSetting: AnyObject;
4260
+ userInfo: AnyObject;
4261
+ cacheUniqueKey: AnyObject;
4262
+ row: AnyObject;
4263
+ defaultValue: AnyObject;
4264
+ isDetail: boolean;
4265
+ item: AnyObject;
4266
+ formType: AnyObject;
4267
+ mainForm: AnyObject;
4268
+ defaultFieldList: any[];
4269
+ }>;
4270
+ export default _default;