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,3501 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ visible: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ isDetail: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ defaultList: {
11
+ type: ArrayConstructor;
12
+ default: () => never[];
13
+ };
14
+ data: {
15
+ type: ArrayConstructor;
16
+ default: () => never[];
17
+ };
18
+ searchPlaceholder: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ searchButtonText: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ wordbook: {
27
+ type: ObjectConstructor;
28
+ default: () => {};
29
+ };
30
+ wordbookChild: {
31
+ type: ObjectConstructor;
32
+ default: () => {};
33
+ };
34
+ SearchLoadMore: {
35
+ type: BooleanConstructor;
36
+ default: boolean;
37
+ };
38
+ queryMainTreeData: {
39
+ type: FunctionConstructor;
40
+ };
41
+ queryLoadChildData: {
42
+ type: FunctionConstructor;
43
+ };
44
+ queryTreeSearch: {
45
+ type: FunctionConstructor;
46
+ };
47
+ }, {
48
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
49
+ visible: {
50
+ type: BooleanConstructor;
51
+ default: boolean;
52
+ };
53
+ isDetail: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ defaultList: {
58
+ type: ArrayConstructor;
59
+ default: () => never[];
60
+ };
61
+ data: {
62
+ type: ArrayConstructor;
63
+ default: () => never[];
64
+ };
65
+ searchPlaceholder: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ searchButtonText: {
70
+ type: StringConstructor;
71
+ default: string;
72
+ };
73
+ wordbook: {
74
+ type: ObjectConstructor;
75
+ default: () => {};
76
+ };
77
+ wordbookChild: {
78
+ type: ObjectConstructor;
79
+ default: () => {};
80
+ };
81
+ SearchLoadMore: {
82
+ type: BooleanConstructor;
83
+ default: boolean;
84
+ };
85
+ queryMainTreeData: {
86
+ type: FunctionConstructor;
87
+ };
88
+ queryLoadChildData: {
89
+ type: FunctionConstructor;
90
+ };
91
+ queryTreeSearch: {
92
+ type: FunctionConstructor;
93
+ };
94
+ }>> & {
95
+ onChange?: ((...args: any[]) => any) | undefined;
96
+ onCheck?: ((...args: any[]) => any) | undefined;
97
+ onPubCheckedTreeItem?: ((...args: any[]) => any) | undefined;
98
+ onHandleOk?: ((...args: any[]) => any) | undefined;
99
+ onSubmitData?: ((...args: any[]) => any) | undefined;
100
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
101
+ }>>;
102
+ $message: import("naive-ui").MessageApi;
103
+ FIXEDKEY: string;
104
+ searchTree: import("vue").Ref<null>;
105
+ state: {
106
+ treeData: {
107
+ main: never[];
108
+ search: never[];
109
+ };
110
+ expandedKeys: never[];
111
+ autoExpandParent: boolean;
112
+ dataList: {
113
+ main: never[];
114
+ other: never[];
115
+ };
116
+ checkedKeys: {
117
+ main: never[];
118
+ other: never[];
119
+ };
120
+ search: {
121
+ defaultExpandedKeys: never[];
122
+ status: number;
123
+ dataListKeys: {
124
+ main: never[];
125
+ other: never[];
126
+ };
127
+ records: number;
128
+ };
129
+ searchValue: string;
130
+ searchPage: number;
131
+ searchNoMore: boolean;
132
+ title: string;
133
+ checkedLeafKeys: never[];
134
+ spinning: boolean;
135
+ loadMorenLoadinng: boolean;
136
+ errorMsg: string;
137
+ defaultShowList: never[];
138
+ checkedKeysMain: never[];
139
+ cacheParentIdObj: {};
140
+ singleChecked: boolean;
141
+ indeterminate: boolean;
142
+ searchIndeterminate: boolean;
143
+ searchChecked: boolean;
144
+ };
145
+ emit: (event: "check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible", ...args: any[]) => void;
146
+ searchTreeVisable: import("vue").ComputedRef<boolean>;
147
+ dataListMainKeys: import("vue").ComputedRef<any[]>;
148
+ dataListOtherKeys: import("vue").ComputedRef<any[]>;
149
+ checkedTreeItem: import("vue").ComputedRef<any>;
150
+ wordbookConfig: import("vue").ComputedRef<{
151
+ parent_id_obj: any;
152
+ parent_name_obj: any;
153
+ user_id_obj: any;
154
+ user_name_obj: any;
155
+ }>;
156
+ getLoadChildData: import("vue").ComputedRef<((option: any) => Promise<unknown>) | null>;
157
+ renderLabel: ({ option }: {
158
+ option: any;
159
+ }) => any;
160
+ initDefault: () => void;
161
+ getDefaultList: () => void;
162
+ handleDefMapping: (v: any) => void;
163
+ staticDataInit: () => void;
164
+ getcheckedKeys: () => {
165
+ checkedKeysMain: never[];
166
+ checkedKeysOther: never[];
167
+ };
168
+ loadSelected: () => Promise<void | undefined[]>;
169
+ onLoadData: (option: any) => Promise<unknown>;
170
+ getUsers: () => Promise<void>;
171
+ loadMainChildData: (searchResultTreeData: any) => Promise<unknown>;
172
+ handleLoadChildData: (key: any, option: any) => Promise<any>;
173
+ generateDataList: (data: any, dataList: any) => void;
174
+ addCheckedKeysChildrenMain: (item: any) => false | undefined;
175
+ hanldeFilterDefaultShowList: (list: any) => void;
176
+ searchFetch: (data?: {}, config?: {}) => Promise<false | undefined>;
177
+ refreshSearchTree: () => false | undefined;
178
+ generateSearchDataListKeys: (searchResultTreeData: any) => void;
179
+ insertSearchTreeData: (item: any) => void;
180
+ insertSearchTreeDataOther: (item: any) => false | undefined;
181
+ isSearchAllCheck: () => void;
182
+ staticDataSearch: () => void;
183
+ onExpand: (expandedKeys: any) => void;
184
+ searchClick: () => void;
185
+ isAllCheck: (checkedKeys?: never[]) => void;
186
+ addCheckedkeysMain: (keys: any) => void;
187
+ getParentKey: (key: any, tree: any) => any;
188
+ radioChange: (checked: any) => void;
189
+ checkAll: (type: any) => false | undefined;
190
+ checkAllSearchTree: (type: any) => boolean;
191
+ removeCheckedkeysMain: (keys: any) => void;
192
+ addCheckedkeysOther: (keys: any) => void;
193
+ removeCheckedkeysOther: (keys: any) => void;
194
+ handleDeldefaultShowList: (key: any) => void;
195
+ closeDefaultTag: (tag: any, i: any) => void;
196
+ closeTag: (removedTag: any) => void;
197
+ removeCheckedkeysIncludeChildren: (parentKey: any) => void;
198
+ removedCheckedkeysMain: (tag: any) => false | undefined;
199
+ removedCheckedkeysOther: (tag: any) => false | undefined;
200
+ OtherRemoveCheckedkeysIncludeChildren: (parentKey: any) => void;
201
+ getCheckedMainChildKeys: () => Promise<unknown>;
202
+ getCheckedLeafKeys: () => never[];
203
+ handleOk: (isShowLoading?: boolean) => Promise<void>;
204
+ handleGetSumitData: (list?: never[]) => never[];
205
+ searchOnloadMore: () => void;
206
+ treeCount: (count: any) => string;
207
+ cancel: () => void;
208
+ hanldeGetValue: (...arg: any[]) => void;
209
+ getParentId: (v: any) => string;
210
+ uniqArrObj: (arr: any, name: any) => any;
211
+ getuniqKey: (v: any) => string;
212
+ NButton: import("vue").DefineComponent<{
213
+ readonly color: StringConstructor;
214
+ readonly textColor: StringConstructor;
215
+ readonly text: BooleanConstructor;
216
+ readonly block: BooleanConstructor;
217
+ readonly loading: BooleanConstructor;
218
+ readonly disabled: BooleanConstructor;
219
+ readonly circle: BooleanConstructor;
220
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
221
+ readonly ghost: BooleanConstructor;
222
+ readonly round: BooleanConstructor;
223
+ readonly secondary: BooleanConstructor;
224
+ readonly tertiary: BooleanConstructor;
225
+ readonly quaternary: BooleanConstructor;
226
+ readonly strong: BooleanConstructor;
227
+ readonly focusable: {
228
+ readonly type: BooleanConstructor;
229
+ readonly default: true;
230
+ };
231
+ readonly keyboard: {
232
+ readonly type: BooleanConstructor;
233
+ readonly default: true;
234
+ };
235
+ readonly tag: {
236
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
237
+ readonly default: "button";
238
+ };
239
+ readonly type: {
240
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
241
+ readonly default: "default";
242
+ };
243
+ readonly dashed: BooleanConstructor;
244
+ readonly iconPlacement: {
245
+ readonly type: import("vue").PropType<"left" | "right">;
246
+ readonly default: "left";
247
+ };
248
+ readonly attrType: {
249
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
250
+ readonly default: "button";
251
+ };
252
+ readonly bordered: {
253
+ readonly type: BooleanConstructor;
254
+ readonly default: true;
255
+ };
256
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
257
+ readonly nativeFocusBehavior: BooleanConstructor;
258
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
259
+ heightTiny: string;
260
+ heightSmall: string;
261
+ heightMedium: string;
262
+ heightLarge: string;
263
+ borderRadiusTiny: string;
264
+ borderRadiusSmall: string;
265
+ borderRadiusMedium: string;
266
+ borderRadiusLarge: string;
267
+ fontSizeTiny: string;
268
+ fontSizeSmall: string;
269
+ fontSizeMedium: string;
270
+ fontSizeLarge: string;
271
+ opacityDisabled: string;
272
+ colorOpacitySecondary: string;
273
+ colorOpacitySecondaryHover: string;
274
+ colorOpacitySecondaryPressed: string;
275
+ colorSecondary: string;
276
+ colorSecondaryHover: string;
277
+ colorSecondaryPressed: string;
278
+ colorTertiary: string;
279
+ colorTertiaryHover: string;
280
+ colorTertiaryPressed: string;
281
+ colorQuaternary: string;
282
+ colorQuaternaryHover: string;
283
+ colorQuaternaryPressed: string;
284
+ color: string;
285
+ colorHover: string;
286
+ colorPressed: string;
287
+ colorFocus: string;
288
+ colorDisabled: string;
289
+ textColor: string;
290
+ textColorTertiary: string;
291
+ textColorHover: string;
292
+ textColorPressed: string;
293
+ textColorFocus: string;
294
+ textColorDisabled: string;
295
+ textColorText: string;
296
+ textColorTextHover: string;
297
+ textColorTextPressed: string;
298
+ textColorTextFocus: string;
299
+ textColorTextDisabled: string;
300
+ textColorGhost: string;
301
+ textColorGhostHover: string;
302
+ textColorGhostPressed: string;
303
+ textColorGhostFocus: string;
304
+ textColorGhostDisabled: string;
305
+ border: string;
306
+ borderHover: string;
307
+ borderPressed: string;
308
+ borderFocus: string;
309
+ borderDisabled: string;
310
+ rippleColor: string;
311
+ colorPrimary: string;
312
+ colorHoverPrimary: string;
313
+ colorPressedPrimary: string;
314
+ colorFocusPrimary: string;
315
+ colorDisabledPrimary: string;
316
+ textColorPrimary: string;
317
+ textColorHoverPrimary: string;
318
+ textColorPressedPrimary: string;
319
+ textColorFocusPrimary: string;
320
+ textColorDisabledPrimary: string;
321
+ textColorTextPrimary: string;
322
+ textColorTextHoverPrimary: string;
323
+ textColorTextPressedPrimary: string;
324
+ textColorTextFocusPrimary: string;
325
+ textColorTextDisabledPrimary: string;
326
+ textColorGhostPrimary: string;
327
+ textColorGhostHoverPrimary: string;
328
+ textColorGhostPressedPrimary: string;
329
+ textColorGhostFocusPrimary: string;
330
+ textColorGhostDisabledPrimary: string;
331
+ borderPrimary: string;
332
+ borderHoverPrimary: string; /** 提交映射 */
333
+ borderPressedPrimary: string;
334
+ borderFocusPrimary: string;
335
+ borderDisabledPrimary: string;
336
+ rippleColorPrimary: string;
337
+ colorInfo: string;
338
+ colorHoverInfo: string;
339
+ colorPressedInfo: string;
340
+ colorFocusInfo: string;
341
+ colorDisabledInfo: string;
342
+ textColorInfo: string;
343
+ textColorHoverInfo: string;
344
+ textColorPressedInfo: string;
345
+ textColorFocusInfo: string;
346
+ textColorDisabledInfo: string;
347
+ textColorTextInfo: string;
348
+ textColorTextHoverInfo: string;
349
+ textColorTextPressedInfo: string;
350
+ textColorTextFocusInfo: string;
351
+ textColorTextDisabledInfo: string;
352
+ textColorGhostInfo: string;
353
+ textColorGhostHoverInfo: string;
354
+ textColorGhostPressedInfo: string;
355
+ textColorGhostFocusInfo: string;
356
+ textColorGhostDisabledInfo: string;
357
+ borderInfo: string;
358
+ borderHoverInfo: string;
359
+ borderPressedInfo: string;
360
+ borderFocusInfo: string;
361
+ borderDisabledInfo: string;
362
+ rippleColorInfo: string;
363
+ colorSuccess: string;
364
+ colorHoverSuccess: string;
365
+ colorPressedSuccess: string;
366
+ colorFocusSuccess: string;
367
+ colorDisabledSuccess: string;
368
+ textColorSuccess: string;
369
+ textColorHoverSuccess: string;
370
+ textColorPressedSuccess: string;
371
+ textColorFocusSuccess: string;
372
+ textColorDisabledSuccess: string;
373
+ textColorTextSuccess: string;
374
+ textColorTextHoverSuccess: string;
375
+ textColorTextPressedSuccess: string;
376
+ textColorTextFocusSuccess: string;
377
+ textColorTextDisabledSuccess: string;
378
+ textColorGhostSuccess: string;
379
+ textColorGhostHoverSuccess: string;
380
+ textColorGhostPressedSuccess: string;
381
+ textColorGhostFocusSuccess: string;
382
+ textColorGhostDisabledSuccess: string;
383
+ borderSuccess: string;
384
+ borderHoverSuccess: string;
385
+ borderPressedSuccess: string;
386
+ borderFocusSuccess: string;
387
+ borderDisabledSuccess: string;
388
+ rippleColorSuccess: string;
389
+ colorWarning: string;
390
+ colorHoverWarning: string;
391
+ colorPressedWarning: string;
392
+ colorFocusWarning: string;
393
+ colorDisabledWarning: string;
394
+ textColorWarning: string;
395
+ textColorHoverWarning: string;
396
+ textColorPressedWarning: string;
397
+ textColorFocusWarning: string;
398
+ textColorDisabledWarning: string;
399
+ textColorTextWarning: string;
400
+ textColorTextHoverWarning: string;
401
+ textColorTextPressedWarning: string;
402
+ textColorTextFocusWarning: string;
403
+ textColorTextDisabledWarning: string;
404
+ textColorGhostWarning: string;
405
+ textColorGhostHoverWarning: string;
406
+ textColorGhostPressedWarning: string;
407
+ textColorGhostFocusWarning: string;
408
+ textColorGhostDisabledWarning: string;
409
+ borderWarning: string;
410
+ borderHoverWarning: string;
411
+ borderPressedWarning: string;
412
+ borderFocusWarning: string;
413
+ borderDisabledWarning: string;
414
+ rippleColorWarning: string;
415
+ colorError: string;
416
+ colorHoverError: string;
417
+ colorPressedError: string;
418
+ colorFocusError: string;
419
+ colorDisabledError: string;
420
+ textColorError: string;
421
+ textColorHoverError: string;
422
+ textColorPressedError: string;
423
+ textColorFocusError: string;
424
+ textColorDisabledError: string;
425
+ textColorTextError: string;
426
+ textColorTextHoverError: string;
427
+ textColorTextPressedError: string;
428
+ textColorTextFocusError: string;
429
+ textColorTextDisabledError: string;
430
+ textColorGhostError: string;
431
+ textColorGhostHoverError: string;
432
+ textColorGhostPressedError: string;
433
+ textColorGhostFocusError: string;
434
+ textColorGhostDisabledError: string;
435
+ borderError: string;
436
+ borderHoverError: string;
437
+ borderPressedError: string;
438
+ borderFocusError: string;
439
+ borderDisabledError: string;
440
+ rippleColorError: string;
441
+ waveOpacity: string;
442
+ fontWeight: string;
443
+ fontWeightStrong: string;
444
+ paddingTiny: string;
445
+ paddingSmall: string;
446
+ paddingMedium: string;
447
+ paddingLarge: string;
448
+ paddingRoundTiny: string;
449
+ paddingRoundSmall: string;
450
+ paddingRoundMedium: string;
451
+ paddingRoundLarge: string;
452
+ iconMarginTiny: string;
453
+ iconMarginSmall: string;
454
+ iconMarginMedium: string;
455
+ iconMarginLarge: string;
456
+ iconSizeTiny: string;
457
+ iconSizeSmall: string;
458
+ iconSizeMedium: string;
459
+ iconSizeLarge: string;
460
+ rippleDuration: string;
461
+ }, any>>;
462
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
463
+ heightTiny: string;
464
+ heightSmall: string;
465
+ heightMedium: string;
466
+ heightLarge: string;
467
+ borderRadiusTiny: string;
468
+ borderRadiusSmall: string;
469
+ borderRadiusMedium: string;
470
+ borderRadiusLarge: string;
471
+ fontSizeTiny: string;
472
+ fontSizeSmall: string;
473
+ fontSizeMedium: string;
474
+ fontSizeLarge: string;
475
+ opacityDisabled: string;
476
+ colorOpacitySecondary: string;
477
+ colorOpacitySecondaryHover: string;
478
+ colorOpacitySecondaryPressed: string;
479
+ colorSecondary: string;
480
+ colorSecondaryHover: string;
481
+ colorSecondaryPressed: string;
482
+ colorTertiary: string;
483
+ colorTertiaryHover: string;
484
+ colorTertiaryPressed: string;
485
+ colorQuaternary: string;
486
+ colorQuaternaryHover: string;
487
+ colorQuaternaryPressed: string;
488
+ color: string;
489
+ colorHover: string;
490
+ colorPressed: string;
491
+ colorFocus: string;
492
+ colorDisabled: string;
493
+ textColor: string;
494
+ textColorTertiary: string;
495
+ textColorHover: string;
496
+ textColorPressed: string;
497
+ textColorFocus: string;
498
+ textColorDisabled: string;
499
+ textColorText: string;
500
+ textColorTextHover: string;
501
+ textColorTextPressed: string;
502
+ textColorTextFocus: string;
503
+ textColorTextDisabled: string;
504
+ textColorGhost: string;
505
+ textColorGhostHover: string;
506
+ textColorGhostPressed: string;
507
+ textColorGhostFocus: string;
508
+ textColorGhostDisabled: string;
509
+ border: string;
510
+ borderHover: string;
511
+ borderPressed: string;
512
+ borderFocus: string;
513
+ borderDisabled: string;
514
+ rippleColor: string;
515
+ colorPrimary: string;
516
+ colorHoverPrimary: string;
517
+ colorPressedPrimary: string;
518
+ colorFocusPrimary: string;
519
+ colorDisabledPrimary: string;
520
+ textColorPrimary: string;
521
+ textColorHoverPrimary: string;
522
+ textColorPressedPrimary: string;
523
+ textColorFocusPrimary: string;
524
+ textColorDisabledPrimary: string;
525
+ textColorTextPrimary: string;
526
+ textColorTextHoverPrimary: string;
527
+ textColorTextPressedPrimary: string;
528
+ textColorTextFocusPrimary: string;
529
+ textColorTextDisabledPrimary: string;
530
+ textColorGhostPrimary: string;
531
+ textColorGhostHoverPrimary: string;
532
+ textColorGhostPressedPrimary: string;
533
+ textColorGhostFocusPrimary: string;
534
+ textColorGhostDisabledPrimary: string;
535
+ borderPrimary: string;
536
+ borderHoverPrimary: string;
537
+ borderPressedPrimary: string;
538
+ borderFocusPrimary: string;
539
+ borderDisabledPrimary: string;
540
+ rippleColorPrimary: string;
541
+ colorInfo: string;
542
+ colorHoverInfo: string;
543
+ colorPressedInfo: string;
544
+ colorFocusInfo: string;
545
+ colorDisabledInfo: string;
546
+ textColorInfo: string;
547
+ textColorHoverInfo: string;
548
+ textColorPressedInfo: string;
549
+ textColorFocusInfo: string;
550
+ textColorDisabledInfo: string;
551
+ textColorTextInfo: string;
552
+ textColorTextHoverInfo: string;
553
+ textColorTextPressedInfo: string;
554
+ textColorTextFocusInfo: string;
555
+ textColorTextDisabledInfo: string;
556
+ textColorGhostInfo: string;
557
+ textColorGhostHoverInfo: string;
558
+ textColorGhostPressedInfo: string;
559
+ textColorGhostFocusInfo: string;
560
+ textColorGhostDisabledInfo: string;
561
+ borderInfo: string;
562
+ borderHoverInfo: string;
563
+ borderPressedInfo: string;
564
+ borderFocusInfo: string;
565
+ borderDisabledInfo: string;
566
+ rippleColorInfo: string;
567
+ colorSuccess: string;
568
+ colorHoverSuccess: string;
569
+ colorPressedSuccess: string;
570
+ colorFocusSuccess: string;
571
+ colorDisabledSuccess: string;
572
+ textColorSuccess: string;
573
+ textColorHoverSuccess: string;
574
+ textColorPressedSuccess: string;
575
+ textColorFocusSuccess: string;
576
+ textColorDisabledSuccess: string;
577
+ textColorTextSuccess: string;
578
+ textColorTextHoverSuccess: string;
579
+ textColorTextPressedSuccess: string;
580
+ textColorTextFocusSuccess: string;
581
+ textColorTextDisabledSuccess: string;
582
+ textColorGhostSuccess: string;
583
+ textColorGhostHoverSuccess: string;
584
+ textColorGhostPressedSuccess: string;
585
+ textColorGhostFocusSuccess: string;
586
+ textColorGhostDisabledSuccess: string;
587
+ borderSuccess: string;
588
+ borderHoverSuccess: string;
589
+ borderPressedSuccess: string;
590
+ borderFocusSuccess: string;
591
+ borderDisabledSuccess: string;
592
+ rippleColorSuccess: string;
593
+ colorWarning: string;
594
+ colorHoverWarning: string;
595
+ colorPressedWarning: string;
596
+ colorFocusWarning: string;
597
+ colorDisabledWarning: string;
598
+ textColorWarning: string;
599
+ textColorHoverWarning: string;
600
+ textColorPressedWarning: string;
601
+ textColorFocusWarning: string;
602
+ textColorDisabledWarning: string;
603
+ textColorTextWarning: string;
604
+ textColorTextHoverWarning: string;
605
+ textColorTextPressedWarning: string;
606
+ textColorTextFocusWarning: string;
607
+ textColorTextDisabledWarning: string;
608
+ textColorGhostWarning: string;
609
+ textColorGhostHoverWarning: string;
610
+ textColorGhostPressedWarning: string;
611
+ textColorGhostFocusWarning: string;
612
+ textColorGhostDisabledWarning: string;
613
+ borderWarning: string;
614
+ borderHoverWarning: string;
615
+ borderPressedWarning: string;
616
+ borderFocusWarning: string;
617
+ borderDisabledWarning: string;
618
+ rippleColorWarning: string;
619
+ colorError: string;
620
+ colorHoverError: string;
621
+ colorPressedError: string;
622
+ colorFocusError: string;
623
+ colorDisabledError: string;
624
+ textColorError: string;
625
+ textColorHoverError: string;
626
+ textColorPressedError: string;
627
+ textColorFocusError: string;
628
+ textColorDisabledError: string;
629
+ textColorTextError: string;
630
+ textColorTextHoverError: string;
631
+ textColorTextPressedError: string;
632
+ textColorTextFocusError: string;
633
+ textColorTextDisabledError: string;
634
+ textColorGhostError: string;
635
+ textColorGhostHoverError: string;
636
+ textColorGhostPressedError: string;
637
+ textColorGhostFocusError: string;
638
+ textColorGhostDisabledError: string;
639
+ borderError: string;
640
+ borderHoverError: string;
641
+ borderPressedError: string;
642
+ borderFocusError: string;
643
+ borderDisabledError: string;
644
+ rippleColorError: string;
645
+ waveOpacity: string;
646
+ fontWeight: string;
647
+ fontWeightStrong: string;
648
+ paddingTiny: string;
649
+ paddingSmall: string;
650
+ paddingMedium: string;
651
+ paddingLarge: string;
652
+ paddingRoundTiny: string;
653
+ paddingRoundSmall: string;
654
+ paddingRoundMedium: string;
655
+ paddingRoundLarge: string;
656
+ iconMarginTiny: string;
657
+ iconMarginSmall: string;
658
+ iconMarginMedium: string;
659
+ iconMarginLarge: string;
660
+ iconSizeTiny: string;
661
+ iconSizeSmall: string;
662
+ iconSizeMedium: string;
663
+ iconSizeLarge: string;
664
+ rippleDuration: string;
665
+ }, any>>>;
666
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
667
+ heightTiny: string;
668
+ heightSmall: string;
669
+ heightMedium: string;
670
+ heightLarge: string;
671
+ borderRadiusTiny: string;
672
+ borderRadiusSmall: string;
673
+ borderRadiusMedium: string;
674
+ borderRadiusLarge: string;
675
+ fontSizeTiny: string;
676
+ fontSizeSmall: string;
677
+ fontSizeMedium: string;
678
+ fontSizeLarge: string;
679
+ opacityDisabled: string;
680
+ colorOpacitySecondary: string;
681
+ colorOpacitySecondaryHover: string;
682
+ colorOpacitySecondaryPressed: string;
683
+ colorSecondary: string;
684
+ colorSecondaryHover: string;
685
+ colorSecondaryPressed: string;
686
+ colorTertiary: string;
687
+ colorTertiaryHover: string;
688
+ colorTertiaryPressed: string;
689
+ colorQuaternary: string;
690
+ colorQuaternaryHover: string;
691
+ colorQuaternaryPressed: string;
692
+ color: string;
693
+ colorHover: string;
694
+ colorPressed: string;
695
+ colorFocus: string;
696
+ colorDisabled: string;
697
+ textColor: string;
698
+ textColorTertiary: string;
699
+ textColorHover: string;
700
+ textColorPressed: string;
701
+ textColorFocus: string;
702
+ textColorDisabled: string;
703
+ textColorText: string;
704
+ textColorTextHover: string;
705
+ textColorTextPressed: string;
706
+ textColorTextFocus: string;
707
+ textColorTextDisabled: string;
708
+ textColorGhost: string;
709
+ textColorGhostHover: string;
710
+ textColorGhostPressed: string;
711
+ textColorGhostFocus: string;
712
+ textColorGhostDisabled: string;
713
+ border: string;
714
+ borderHover: string;
715
+ borderPressed: string;
716
+ borderFocus: string;
717
+ borderDisabled: string;
718
+ rippleColor: string;
719
+ colorPrimary: string;
720
+ colorHoverPrimary: string;
721
+ colorPressedPrimary: string;
722
+ colorFocusPrimary: string;
723
+ colorDisabledPrimary: string;
724
+ textColorPrimary: string;
725
+ textColorHoverPrimary: string;
726
+ textColorPressedPrimary: string;
727
+ textColorFocusPrimary: string;
728
+ textColorDisabledPrimary: string;
729
+ textColorTextPrimary: string;
730
+ textColorTextHoverPrimary: string;
731
+ textColorTextPressedPrimary: string;
732
+ textColorTextFocusPrimary: string;
733
+ textColorTextDisabledPrimary: string;
734
+ textColorGhostPrimary: string;
735
+ textColorGhostHoverPrimary: string;
736
+ textColorGhostPressedPrimary: string;
737
+ textColorGhostFocusPrimary: string;
738
+ textColorGhostDisabledPrimary: string;
739
+ borderPrimary: string;
740
+ borderHoverPrimary: string;
741
+ borderPressedPrimary: string;
742
+ borderFocusPrimary: string;
743
+ borderDisabledPrimary: string;
744
+ rippleColorPrimary: string;
745
+ colorInfo: string;
746
+ colorHoverInfo: string;
747
+ colorPressedInfo: string;
748
+ colorFocusInfo: string;
749
+ colorDisabledInfo: string;
750
+ textColorInfo: string;
751
+ textColorHoverInfo: string;
752
+ textColorPressedInfo: string;
753
+ textColorFocusInfo: string;
754
+ textColorDisabledInfo: string;
755
+ textColorTextInfo: string;
756
+ textColorTextHoverInfo: string;
757
+ textColorTextPressedInfo: string;
758
+ textColorTextFocusInfo: string;
759
+ textColorTextDisabledInfo: string;
760
+ textColorGhostInfo: string;
761
+ textColorGhostHoverInfo: string;
762
+ textColorGhostPressedInfo: string;
763
+ textColorGhostFocusInfo: string;
764
+ textColorGhostDisabledInfo: string;
765
+ borderInfo: string;
766
+ borderHoverInfo: string;
767
+ borderPressedInfo: string;
768
+ borderFocusInfo: string;
769
+ borderDisabledInfo: string;
770
+ rippleColorInfo: string;
771
+ colorSuccess: string;
772
+ colorHoverSuccess: string;
773
+ colorPressedSuccess: string;
774
+ colorFocusSuccess: string;
775
+ colorDisabledSuccess: string;
776
+ textColorSuccess: string;
777
+ textColorHoverSuccess: string;
778
+ textColorPressedSuccess: string;
779
+ textColorFocusSuccess: string;
780
+ textColorDisabledSuccess: string;
781
+ textColorTextSuccess: string;
782
+ textColorTextHoverSuccess: string;
783
+ textColorTextPressedSuccess: string;
784
+ textColorTextFocusSuccess: string;
785
+ textColorTextDisabledSuccess: string;
786
+ textColorGhostSuccess: string;
787
+ textColorGhostHoverSuccess: string;
788
+ textColorGhostPressedSuccess: string;
789
+ textColorGhostFocusSuccess: string;
790
+ textColorGhostDisabledSuccess: string;
791
+ borderSuccess: string;
792
+ borderHoverSuccess: string;
793
+ borderPressedSuccess: string;
794
+ borderFocusSuccess: string;
795
+ borderDisabledSuccess: string;
796
+ rippleColorSuccess: string;
797
+ colorWarning: string;
798
+ colorHoverWarning: string;
799
+ colorPressedWarning: string;
800
+ colorFocusWarning: string;
801
+ colorDisabledWarning: string;
802
+ textColorWarning: string;
803
+ textColorHoverWarning: string;
804
+ textColorPressedWarning: string;
805
+ textColorFocusWarning: string;
806
+ textColorDisabledWarning: string;
807
+ textColorTextWarning: string;
808
+ textColorTextHoverWarning: string;
809
+ textColorTextPressedWarning: string;
810
+ textColorTextFocusWarning: string;
811
+ textColorTextDisabledWarning: string;
812
+ textColorGhostWarning: string;
813
+ textColorGhostHoverWarning: string;
814
+ textColorGhostPressedWarning: string;
815
+ textColorGhostFocusWarning: string;
816
+ textColorGhostDisabledWarning: string;
817
+ borderWarning: string;
818
+ borderHoverWarning: string;
819
+ borderPressedWarning: string;
820
+ borderFocusWarning: string;
821
+ borderDisabledWarning: string;
822
+ rippleColorWarning: string;
823
+ colorError: string;
824
+ colorHoverError: string;
825
+ colorPressedError: string;
826
+ colorFocusError: string;
827
+ colorDisabledError: string;
828
+ textColorError: string;
829
+ textColorHoverError: string;
830
+ textColorPressedError: string;
831
+ textColorFocusError: string;
832
+ textColorDisabledError: string;
833
+ textColorTextError: string;
834
+ textColorTextHoverError: string;
835
+ textColorTextPressedError: string;
836
+ textColorTextFocusError: string;
837
+ textColorTextDisabledError: string;
838
+ textColorGhostError: string;
839
+ textColorGhostHoverError: string;
840
+ textColorGhostPressedError: string;
841
+ textColorGhostFocusError: string;
842
+ textColorGhostDisabledError: string;
843
+ borderError: string;
844
+ borderHoverError: string;
845
+ borderPressedError: string;
846
+ borderFocusError: string;
847
+ borderDisabledError: string;
848
+ rippleColorError: string;
849
+ waveOpacity: string;
850
+ fontWeight: string;
851
+ fontWeightStrong: string;
852
+ paddingTiny: string;
853
+ paddingSmall: string;
854
+ paddingMedium: string;
855
+ paddingLarge: string;
856
+ paddingRoundTiny: string;
857
+ paddingRoundSmall: string;
858
+ paddingRoundMedium: string;
859
+ paddingRoundLarge: string;
860
+ iconMarginTiny: string;
861
+ iconMarginSmall: string;
862
+ iconMarginMedium: string;
863
+ iconMarginLarge: string;
864
+ iconSizeTiny: string;
865
+ iconSizeSmall: string;
866
+ iconSizeMedium: string;
867
+ iconSizeLarge: string;
868
+ rippleDuration: string;
869
+ }, any>>>;
870
+ }, {
871
+ selfElRef: import("vue").Ref<HTMLElement | null>;
872
+ waveElRef: import("vue").Ref<{
873
+ play: () => void;
874
+ } | null>;
875
+ mergedClsPrefix: import("vue").ComputedRef<string>;
876
+ mergedFocusable: import("vue").ComputedRef<boolean>;
877
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
878
+ showBorder: import("vue").ComputedRef<boolean>;
879
+ enterPressed: import("vue").Ref<boolean>;
880
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
881
+ handleMousedown: (e: MouseEvent) => void;
882
+ handleKeydown: (e: KeyboardEvent) => void;
883
+ handleBlur: () => void;
884
+ handleKeyup: (e: KeyboardEvent) => void;
885
+ handleClick: (e: MouseEvent) => void;
886
+ customColorCssVars: import("vue").ComputedRef<{
887
+ '--n-border-color': string;
888
+ '--n-border-color-hover': string;
889
+ '--n-border-color-pressed': string;
890
+ '--n-border-color-focus': string;
891
+ '--n-border-color-disabled': string;
892
+ } | null>;
893
+ cssVars: import("vue").ComputedRef<{
894
+ '--n-width': string;
895
+ '--n-height': string;
896
+ '--n-font-size': string;
897
+ '--n-padding': string;
898
+ '--n-icon-size': string;
899
+ '--n-icon-margin': string;
900
+ '--n-border-radius': string;
901
+ '--n-border': string;
902
+ '--n-border-hover': string;
903
+ '--n-border-pressed': string;
904
+ '--n-border-focus': string;
905
+ '--n-border-disabled': string;
906
+ '--n-color': string;
907
+ '--n-color-hover': string;
908
+ '--n-color-pressed': string;
909
+ '--n-color-focus': string;
910
+ '--n-color-disabled': string;
911
+ '--n-ripple-color': string;
912
+ '--n-text-color': string;
913
+ '--n-text-color-hover': string;
914
+ '--n-text-color-pressed': string;
915
+ '--n-text-color-focus': string;
916
+ '--n-text-color-disabled': string;
917
+ 'font-weight': string;
918
+ '--n-bezier': string;
919
+ '--n-bezier-ease-out': string;
920
+ '--n-ripple-duration': string;
921
+ '--n-opacity-disabled': string;
922
+ '--n-wave-opacity': string;
923
+ }> | undefined;
924
+ themeClass: import("vue").Ref<string> | undefined;
925
+ onRender: (() => void) | undefined;
926
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
927
+ readonly color: StringConstructor;
928
+ readonly textColor: StringConstructor;
929
+ readonly text: BooleanConstructor;
930
+ readonly block: BooleanConstructor;
931
+ readonly loading: BooleanConstructor;
932
+ readonly disabled: BooleanConstructor;
933
+ readonly circle: BooleanConstructor;
934
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
935
+ readonly ghost: BooleanConstructor;
936
+ readonly round: BooleanConstructor;
937
+ readonly secondary: BooleanConstructor;
938
+ readonly tertiary: BooleanConstructor;
939
+ readonly quaternary: BooleanConstructor;
940
+ readonly strong: BooleanConstructor;
941
+ readonly focusable: {
942
+ readonly type: BooleanConstructor;
943
+ readonly default: true;
944
+ };
945
+ readonly keyboard: {
946
+ readonly type: BooleanConstructor;
947
+ readonly default: true;
948
+ };
949
+ readonly tag: {
950
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
951
+ readonly default: "button";
952
+ };
953
+ readonly type: {
954
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
955
+ readonly default: "default";
956
+ };
957
+ readonly dashed: BooleanConstructor;
958
+ readonly iconPlacement: {
959
+ readonly type: import("vue").PropType<"left" | "right">;
960
+ readonly default: "left";
961
+ };
962
+ readonly attrType: {
963
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
964
+ readonly default: "button";
965
+ };
966
+ readonly bordered: {
967
+ readonly type: BooleanConstructor;
968
+ readonly default: true;
969
+ };
970
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
971
+ readonly nativeFocusBehavior: BooleanConstructor;
972
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
973
+ heightTiny: string;
974
+ heightSmall: string;
975
+ heightMedium: string;
976
+ heightLarge: string;
977
+ borderRadiusTiny: string;
978
+ borderRadiusSmall: string;
979
+ borderRadiusMedium: string;
980
+ borderRadiusLarge: string;
981
+ fontSizeTiny: string;
982
+ fontSizeSmall: string;
983
+ fontSizeMedium: string;
984
+ fontSizeLarge: string;
985
+ opacityDisabled: string;
986
+ colorOpacitySecondary: string;
987
+ colorOpacitySecondaryHover: string;
988
+ colorOpacitySecondaryPressed: string;
989
+ colorSecondary: string;
990
+ colorSecondaryHover: string;
991
+ colorSecondaryPressed: string;
992
+ colorTertiary: string;
993
+ colorTertiaryHover: string;
994
+ colorTertiaryPressed: string;
995
+ colorQuaternary: string;
996
+ colorQuaternaryHover: string;
997
+ colorQuaternaryPressed: string;
998
+ color: string;
999
+ colorHover: string;
1000
+ colorPressed: string;
1001
+ colorFocus: string;
1002
+ colorDisabled: string;
1003
+ textColor: string;
1004
+ textColorTertiary: string;
1005
+ textColorHover: string;
1006
+ textColorPressed: string;
1007
+ textColorFocus: string;
1008
+ textColorDisabled: string;
1009
+ textColorText: string;
1010
+ textColorTextHover: string;
1011
+ textColorTextPressed: string;
1012
+ textColorTextFocus: string;
1013
+ textColorTextDisabled: string;
1014
+ textColorGhost: string;
1015
+ textColorGhostHover: string;
1016
+ textColorGhostPressed: string;
1017
+ textColorGhostFocus: string;
1018
+ textColorGhostDisabled: string;
1019
+ border: string;
1020
+ borderHover: string;
1021
+ borderPressed: string;
1022
+ borderFocus: string;
1023
+ borderDisabled: string;
1024
+ rippleColor: string;
1025
+ colorPrimary: string;
1026
+ colorHoverPrimary: string;
1027
+ colorPressedPrimary: string;
1028
+ colorFocusPrimary: string;
1029
+ colorDisabledPrimary: string;
1030
+ textColorPrimary: string;
1031
+ textColorHoverPrimary: string;
1032
+ textColorPressedPrimary: string;
1033
+ textColorFocusPrimary: string;
1034
+ textColorDisabledPrimary: string;
1035
+ textColorTextPrimary: string;
1036
+ textColorTextHoverPrimary: string;
1037
+ textColorTextPressedPrimary: string;
1038
+ textColorTextFocusPrimary: string;
1039
+ textColorTextDisabledPrimary: string;
1040
+ textColorGhostPrimary: string;
1041
+ textColorGhostHoverPrimary: string;
1042
+ textColorGhostPressedPrimary: string;
1043
+ textColorGhostFocusPrimary: string;
1044
+ textColorGhostDisabledPrimary: string;
1045
+ borderPrimary: string;
1046
+ borderHoverPrimary: string;
1047
+ borderPressedPrimary: string;
1048
+ borderFocusPrimary: string;
1049
+ borderDisabledPrimary: string;
1050
+ rippleColorPrimary: string;
1051
+ colorInfo: string;
1052
+ colorHoverInfo: string;
1053
+ colorPressedInfo: string;
1054
+ colorFocusInfo: string;
1055
+ colorDisabledInfo: string;
1056
+ textColorInfo: string;
1057
+ textColorHoverInfo: string;
1058
+ textColorPressedInfo: string;
1059
+ textColorFocusInfo: string;
1060
+ textColorDisabledInfo: string;
1061
+ textColorTextInfo: string;
1062
+ textColorTextHoverInfo: string;
1063
+ textColorTextPressedInfo: string;
1064
+ textColorTextFocusInfo: string;
1065
+ textColorTextDisabledInfo: string;
1066
+ textColorGhostInfo: string;
1067
+ textColorGhostHoverInfo: string;
1068
+ textColorGhostPressedInfo: string;
1069
+ textColorGhostFocusInfo: string;
1070
+ textColorGhostDisabledInfo: string;
1071
+ borderInfo: string;
1072
+ borderHoverInfo: string;
1073
+ borderPressedInfo: string;
1074
+ borderFocusInfo: string;
1075
+ borderDisabledInfo: string;
1076
+ rippleColorInfo: string;
1077
+ colorSuccess: string;
1078
+ colorHoverSuccess: string;
1079
+ colorPressedSuccess: string;
1080
+ colorFocusSuccess: string;
1081
+ colorDisabledSuccess: string;
1082
+ textColorSuccess: string;
1083
+ textColorHoverSuccess: string;
1084
+ textColorPressedSuccess: string;
1085
+ textColorFocusSuccess: string;
1086
+ textColorDisabledSuccess: string;
1087
+ textColorTextSuccess: string;
1088
+ textColorTextHoverSuccess: string;
1089
+ textColorTextPressedSuccess: string;
1090
+ textColorTextFocusSuccess: string;
1091
+ textColorTextDisabledSuccess: string;
1092
+ textColorGhostSuccess: string;
1093
+ textColorGhostHoverSuccess: string;
1094
+ textColorGhostPressedSuccess: string;
1095
+ textColorGhostFocusSuccess: string;
1096
+ textColorGhostDisabledSuccess: string;
1097
+ borderSuccess: string;
1098
+ borderHoverSuccess: string;
1099
+ borderPressedSuccess: string;
1100
+ borderFocusSuccess: string;
1101
+ borderDisabledSuccess: string;
1102
+ rippleColorSuccess: string;
1103
+ colorWarning: string;
1104
+ colorHoverWarning: string;
1105
+ colorPressedWarning: string;
1106
+ colorFocusWarning: string;
1107
+ colorDisabledWarning: string;
1108
+ textColorWarning: string;
1109
+ textColorHoverWarning: string;
1110
+ textColorPressedWarning: string;
1111
+ textColorFocusWarning: string;
1112
+ textColorDisabledWarning: string;
1113
+ textColorTextWarning: string;
1114
+ textColorTextHoverWarning: string;
1115
+ textColorTextPressedWarning: string;
1116
+ textColorTextFocusWarning: string;
1117
+ textColorTextDisabledWarning: string;
1118
+ textColorGhostWarning: string;
1119
+ textColorGhostHoverWarning: string;
1120
+ textColorGhostPressedWarning: string;
1121
+ textColorGhostFocusWarning: string;
1122
+ textColorGhostDisabledWarning: string;
1123
+ borderWarning: string;
1124
+ borderHoverWarning: string;
1125
+ borderPressedWarning: string;
1126
+ borderFocusWarning: string;
1127
+ borderDisabledWarning: string;
1128
+ rippleColorWarning: string;
1129
+ colorError: string;
1130
+ colorHoverError: string;
1131
+ colorPressedError: string;
1132
+ colorFocusError: string;
1133
+ colorDisabledError: string;
1134
+ textColorError: string;
1135
+ textColorHoverError: string;
1136
+ textColorPressedError: string;
1137
+ textColorFocusError: string;
1138
+ textColorDisabledError: string;
1139
+ textColorTextError: string;
1140
+ textColorTextHoverError: string;
1141
+ textColorTextPressedError: string;
1142
+ textColorTextFocusError: string;
1143
+ textColorTextDisabledError: string;
1144
+ textColorGhostError: string;
1145
+ textColorGhostHoverError: string;
1146
+ textColorGhostPressedError: string;
1147
+ textColorGhostFocusError: string;
1148
+ textColorGhostDisabledError: string;
1149
+ borderError: string;
1150
+ borderHoverError: string;
1151
+ borderPressedError: string;
1152
+ borderFocusError: string;
1153
+ borderDisabledError: string;
1154
+ rippleColorError: string;
1155
+ waveOpacity: string;
1156
+ fontWeight: string;
1157
+ fontWeightStrong: string;
1158
+ paddingTiny: string;
1159
+ paddingSmall: string;
1160
+ paddingMedium: string;
1161
+ paddingLarge: string;
1162
+ paddingRoundTiny: string;
1163
+ paddingRoundSmall: string;
1164
+ paddingRoundMedium: string;
1165
+ paddingRoundLarge: string;
1166
+ iconMarginTiny: string;
1167
+ iconMarginSmall: string;
1168
+ iconMarginMedium: string;
1169
+ iconMarginLarge: string;
1170
+ iconSizeTiny: string;
1171
+ iconSizeSmall: string;
1172
+ iconSizeMedium: string;
1173
+ iconSizeLarge: string;
1174
+ rippleDuration: string;
1175
+ }, any>>;
1176
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1177
+ heightTiny: string;
1178
+ heightSmall: string;
1179
+ heightMedium: string;
1180
+ heightLarge: string;
1181
+ borderRadiusTiny: string;
1182
+ borderRadiusSmall: string;
1183
+ borderRadiusMedium: string;
1184
+ borderRadiusLarge: string;
1185
+ fontSizeTiny: string;
1186
+ fontSizeSmall: string;
1187
+ fontSizeMedium: string;
1188
+ fontSizeLarge: string;
1189
+ opacityDisabled: string;
1190
+ colorOpacitySecondary: string;
1191
+ colorOpacitySecondaryHover: string;
1192
+ colorOpacitySecondaryPressed: string;
1193
+ colorSecondary: string;
1194
+ colorSecondaryHover: string;
1195
+ colorSecondaryPressed: string;
1196
+ colorTertiary: string;
1197
+ colorTertiaryHover: string;
1198
+ colorTertiaryPressed: string;
1199
+ colorQuaternary: string;
1200
+ colorQuaternaryHover: string;
1201
+ colorQuaternaryPressed: string;
1202
+ color: string;
1203
+ colorHover: string;
1204
+ colorPressed: string;
1205
+ colorFocus: string;
1206
+ colorDisabled: string;
1207
+ textColor: string;
1208
+ textColorTertiary: string;
1209
+ textColorHover: string;
1210
+ textColorPressed: string;
1211
+ textColorFocus: string;
1212
+ textColorDisabled: string;
1213
+ textColorText: string;
1214
+ textColorTextHover: string;
1215
+ textColorTextPressed: string;
1216
+ textColorTextFocus: string;
1217
+ textColorTextDisabled: string;
1218
+ textColorGhost: string;
1219
+ textColorGhostHover: string;
1220
+ textColorGhostPressed: string;
1221
+ textColorGhostFocus: string;
1222
+ textColorGhostDisabled: string;
1223
+ border: string;
1224
+ borderHover: string;
1225
+ borderPressed: string;
1226
+ borderFocus: string;
1227
+ borderDisabled: string;
1228
+ rippleColor: string;
1229
+ colorPrimary: string;
1230
+ colorHoverPrimary: string;
1231
+ colorPressedPrimary: string;
1232
+ colorFocusPrimary: string;
1233
+ colorDisabledPrimary: string;
1234
+ textColorPrimary: string;
1235
+ textColorHoverPrimary: string;
1236
+ textColorPressedPrimary: string;
1237
+ textColorFocusPrimary: string;
1238
+ textColorDisabledPrimary: string;
1239
+ textColorTextPrimary: string;
1240
+ textColorTextHoverPrimary: string;
1241
+ textColorTextPressedPrimary: string;
1242
+ textColorTextFocusPrimary: string;
1243
+ textColorTextDisabledPrimary: string;
1244
+ textColorGhostPrimary: string;
1245
+ textColorGhostHoverPrimary: string;
1246
+ textColorGhostPressedPrimary: string;
1247
+ textColorGhostFocusPrimary: string;
1248
+ textColorGhostDisabledPrimary: string;
1249
+ borderPrimary: string;
1250
+ borderHoverPrimary: string;
1251
+ borderPressedPrimary: string;
1252
+ borderFocusPrimary: string;
1253
+ borderDisabledPrimary: string;
1254
+ rippleColorPrimary: string;
1255
+ colorInfo: string;
1256
+ colorHoverInfo: string;
1257
+ colorPressedInfo: string;
1258
+ colorFocusInfo: string;
1259
+ colorDisabledInfo: string;
1260
+ textColorInfo: string;
1261
+ textColorHoverInfo: string;
1262
+ textColorPressedInfo: string;
1263
+ textColorFocusInfo: string;
1264
+ textColorDisabledInfo: string;
1265
+ textColorTextInfo: string;
1266
+ textColorTextHoverInfo: string;
1267
+ textColorTextPressedInfo: string;
1268
+ textColorTextFocusInfo: string;
1269
+ textColorTextDisabledInfo: string;
1270
+ textColorGhostInfo: string;
1271
+ textColorGhostHoverInfo: string;
1272
+ textColorGhostPressedInfo: string;
1273
+ textColorGhostFocusInfo: string;
1274
+ textColorGhostDisabledInfo: string;
1275
+ borderInfo: string;
1276
+ borderHoverInfo: string;
1277
+ borderPressedInfo: string;
1278
+ borderFocusInfo: string;
1279
+ borderDisabledInfo: string;
1280
+ rippleColorInfo: string;
1281
+ colorSuccess: string;
1282
+ colorHoverSuccess: string;
1283
+ colorPressedSuccess: string;
1284
+ colorFocusSuccess: string;
1285
+ colorDisabledSuccess: string;
1286
+ textColorSuccess: string;
1287
+ textColorHoverSuccess: string;
1288
+ textColorPressedSuccess: string;
1289
+ textColorFocusSuccess: string;
1290
+ textColorDisabledSuccess: string;
1291
+ textColorTextSuccess: string;
1292
+ textColorTextHoverSuccess: string;
1293
+ textColorTextPressedSuccess: string;
1294
+ textColorTextFocusSuccess: string;
1295
+ textColorTextDisabledSuccess: string;
1296
+ textColorGhostSuccess: string;
1297
+ textColorGhostHoverSuccess: string;
1298
+ textColorGhostPressedSuccess: string;
1299
+ textColorGhostFocusSuccess: string;
1300
+ textColorGhostDisabledSuccess: string;
1301
+ borderSuccess: string;
1302
+ borderHoverSuccess: string;
1303
+ borderPressedSuccess: string;
1304
+ borderFocusSuccess: string;
1305
+ borderDisabledSuccess: string;
1306
+ rippleColorSuccess: string;
1307
+ colorWarning: string;
1308
+ colorHoverWarning: string;
1309
+ colorPressedWarning: string;
1310
+ colorFocusWarning: string;
1311
+ colorDisabledWarning: string;
1312
+ textColorWarning: string;
1313
+ textColorHoverWarning: string;
1314
+ textColorPressedWarning: string;
1315
+ textColorFocusWarning: string;
1316
+ textColorDisabledWarning: string;
1317
+ textColorTextWarning: string;
1318
+ textColorTextHoverWarning: string;
1319
+ textColorTextPressedWarning: string;
1320
+ textColorTextFocusWarning: string;
1321
+ textColorTextDisabledWarning: string;
1322
+ textColorGhostWarning: string;
1323
+ textColorGhostHoverWarning: string;
1324
+ textColorGhostPressedWarning: string;
1325
+ textColorGhostFocusWarning: string;
1326
+ textColorGhostDisabledWarning: string;
1327
+ borderWarning: string;
1328
+ borderHoverWarning: string;
1329
+ borderPressedWarning: string;
1330
+ borderFocusWarning: string;
1331
+ borderDisabledWarning: string;
1332
+ rippleColorWarning: string;
1333
+ colorError: string;
1334
+ colorHoverError: string;
1335
+ colorPressedError: string;
1336
+ colorFocusError: string;
1337
+ colorDisabledError: string;
1338
+ textColorError: string;
1339
+ textColorHoverError: string;
1340
+ textColorPressedError: string;
1341
+ textColorFocusError: string;
1342
+ textColorDisabledError: string;
1343
+ textColorTextError: string;
1344
+ textColorTextHoverError: string;
1345
+ textColorTextPressedError: string;
1346
+ textColorTextFocusError: string;
1347
+ textColorTextDisabledError: string;
1348
+ textColorGhostError: string;
1349
+ textColorGhostHoverError: string;
1350
+ textColorGhostPressedError: string;
1351
+ textColorGhostFocusError: string;
1352
+ textColorGhostDisabledError: string;
1353
+ borderError: string;
1354
+ borderHoverError: string;
1355
+ borderPressedError: string;
1356
+ borderFocusError: string;
1357
+ borderDisabledError: string;
1358
+ rippleColorError: string;
1359
+ waveOpacity: string;
1360
+ fontWeight: string;
1361
+ fontWeightStrong: string;
1362
+ paddingTiny: string;
1363
+ paddingSmall: string;
1364
+ paddingMedium: string;
1365
+ paddingLarge: string;
1366
+ paddingRoundTiny: string;
1367
+ paddingRoundSmall: string;
1368
+ paddingRoundMedium: string;
1369
+ paddingRoundLarge: string;
1370
+ iconMarginTiny: string;
1371
+ iconMarginSmall: string;
1372
+ iconMarginMedium: string;
1373
+ iconMarginLarge: string;
1374
+ iconSizeTiny: string;
1375
+ iconSizeSmall: string;
1376
+ iconSizeMedium: string;
1377
+ iconSizeLarge: string;
1378
+ rippleDuration: string;
1379
+ }, any>>>;
1380
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1381
+ heightTiny: string;
1382
+ heightSmall: string;
1383
+ heightMedium: string;
1384
+ heightLarge: string;
1385
+ borderRadiusTiny: string;
1386
+ borderRadiusSmall: string;
1387
+ borderRadiusMedium: string;
1388
+ borderRadiusLarge: string;
1389
+ fontSizeTiny: string;
1390
+ fontSizeSmall: string;
1391
+ fontSizeMedium: string;
1392
+ fontSizeLarge: string;
1393
+ opacityDisabled: string;
1394
+ colorOpacitySecondary: string;
1395
+ colorOpacitySecondaryHover: string;
1396
+ colorOpacitySecondaryPressed: string;
1397
+ colorSecondary: string;
1398
+ colorSecondaryHover: string;
1399
+ colorSecondaryPressed: string;
1400
+ colorTertiary: string;
1401
+ colorTertiaryHover: string;
1402
+ colorTertiaryPressed: string;
1403
+ colorQuaternary: string;
1404
+ colorQuaternaryHover: string;
1405
+ colorQuaternaryPressed: string;
1406
+ color: string;
1407
+ colorHover: string;
1408
+ colorPressed: string;
1409
+ colorFocus: string;
1410
+ colorDisabled: string;
1411
+ textColor: string;
1412
+ textColorTertiary: string;
1413
+ textColorHover: string;
1414
+ textColorPressed: string;
1415
+ textColorFocus: string;
1416
+ textColorDisabled: string;
1417
+ textColorText: string;
1418
+ textColorTextHover: string;
1419
+ textColorTextPressed: string;
1420
+ textColorTextFocus: string;
1421
+ textColorTextDisabled: string;
1422
+ textColorGhost: string;
1423
+ textColorGhostHover: string;
1424
+ textColorGhostPressed: string;
1425
+ textColorGhostFocus: string;
1426
+ textColorGhostDisabled: string;
1427
+ border: string;
1428
+ borderHover: string;
1429
+ borderPressed: string;
1430
+ borderFocus: string;
1431
+ borderDisabled: string;
1432
+ rippleColor: string;
1433
+ colorPrimary: string;
1434
+ colorHoverPrimary: string;
1435
+ colorPressedPrimary: string;
1436
+ colorFocusPrimary: string;
1437
+ colorDisabledPrimary: string;
1438
+ textColorPrimary: string;
1439
+ textColorHoverPrimary: string;
1440
+ textColorPressedPrimary: string;
1441
+ textColorFocusPrimary: string;
1442
+ textColorDisabledPrimary: string;
1443
+ textColorTextPrimary: string;
1444
+ textColorTextHoverPrimary: string;
1445
+ textColorTextPressedPrimary: string;
1446
+ textColorTextFocusPrimary: string;
1447
+ textColorTextDisabledPrimary: string;
1448
+ textColorGhostPrimary: string;
1449
+ textColorGhostHoverPrimary: string;
1450
+ textColorGhostPressedPrimary: string;
1451
+ textColorGhostFocusPrimary: string;
1452
+ textColorGhostDisabledPrimary: string;
1453
+ borderPrimary: string;
1454
+ borderHoverPrimary: string;
1455
+ borderPressedPrimary: string;
1456
+ borderFocusPrimary: string;
1457
+ borderDisabledPrimary: string;
1458
+ rippleColorPrimary: string;
1459
+ colorInfo: string;
1460
+ colorHoverInfo: string;
1461
+ colorPressedInfo: string;
1462
+ colorFocusInfo: string;
1463
+ colorDisabledInfo: string;
1464
+ textColorInfo: string;
1465
+ textColorHoverInfo: string;
1466
+ textColorPressedInfo: string;
1467
+ textColorFocusInfo: string;
1468
+ textColorDisabledInfo: string;
1469
+ textColorTextInfo: string;
1470
+ textColorTextHoverInfo: string;
1471
+ textColorTextPressedInfo: string;
1472
+ textColorTextFocusInfo: string;
1473
+ textColorTextDisabledInfo: string;
1474
+ textColorGhostInfo: string;
1475
+ textColorGhostHoverInfo: string;
1476
+ textColorGhostPressedInfo: string;
1477
+ textColorGhostFocusInfo: string;
1478
+ textColorGhostDisabledInfo: string;
1479
+ borderInfo: string;
1480
+ borderHoverInfo: string;
1481
+ borderPressedInfo: string;
1482
+ borderFocusInfo: string;
1483
+ borderDisabledInfo: string;
1484
+ rippleColorInfo: string;
1485
+ colorSuccess: string;
1486
+ colorHoverSuccess: string;
1487
+ colorPressedSuccess: string;
1488
+ colorFocusSuccess: string;
1489
+ colorDisabledSuccess: string;
1490
+ textColorSuccess: string;
1491
+ textColorHoverSuccess: string;
1492
+ textColorPressedSuccess: string;
1493
+ textColorFocusSuccess: string;
1494
+ textColorDisabledSuccess: string;
1495
+ textColorTextSuccess: string;
1496
+ textColorTextHoverSuccess: string;
1497
+ textColorTextPressedSuccess: string;
1498
+ textColorTextFocusSuccess: string;
1499
+ textColorTextDisabledSuccess: string;
1500
+ textColorGhostSuccess: string;
1501
+ textColorGhostHoverSuccess: string;
1502
+ textColorGhostPressedSuccess: string;
1503
+ textColorGhostFocusSuccess: string;
1504
+ textColorGhostDisabledSuccess: string;
1505
+ borderSuccess: string;
1506
+ borderHoverSuccess: string;
1507
+ borderPressedSuccess: string;
1508
+ borderFocusSuccess: string;
1509
+ borderDisabledSuccess: string;
1510
+ rippleColorSuccess: string;
1511
+ colorWarning: string;
1512
+ colorHoverWarning: string;
1513
+ colorPressedWarning: string;
1514
+ colorFocusWarning: string;
1515
+ colorDisabledWarning: string;
1516
+ textColorWarning: string;
1517
+ textColorHoverWarning: string;
1518
+ textColorPressedWarning: string;
1519
+ textColorFocusWarning: string;
1520
+ textColorDisabledWarning: string;
1521
+ textColorTextWarning: string;
1522
+ textColorTextHoverWarning: string;
1523
+ textColorTextPressedWarning: string;
1524
+ textColorTextFocusWarning: string;
1525
+ textColorTextDisabledWarning: string;
1526
+ textColorGhostWarning: string;
1527
+ textColorGhostHoverWarning: string;
1528
+ textColorGhostPressedWarning: string;
1529
+ textColorGhostFocusWarning: string;
1530
+ textColorGhostDisabledWarning: string;
1531
+ borderWarning: string;
1532
+ borderHoverWarning: string;
1533
+ borderPressedWarning: string;
1534
+ borderFocusWarning: string;
1535
+ borderDisabledWarning: string;
1536
+ rippleColorWarning: string;
1537
+ colorError: string;
1538
+ colorHoverError: string;
1539
+ colorPressedError: string;
1540
+ colorFocusError: string;
1541
+ colorDisabledError: string;
1542
+ textColorError: string;
1543
+ textColorHoverError: string;
1544
+ textColorPressedError: string;
1545
+ textColorFocusError: string;
1546
+ textColorDisabledError: string;
1547
+ textColorTextError: string;
1548
+ textColorTextHoverError: string;
1549
+ textColorTextPressedError: string;
1550
+ textColorTextFocusError: string;
1551
+ textColorTextDisabledError: string;
1552
+ textColorGhostError: string;
1553
+ textColorGhostHoverError: string;
1554
+ textColorGhostPressedError: string;
1555
+ textColorGhostFocusError: string;
1556
+ textColorGhostDisabledError: string;
1557
+ borderError: string;
1558
+ borderHoverError: string;
1559
+ borderPressedError: string;
1560
+ borderFocusError: string;
1561
+ borderDisabledError: string;
1562
+ rippleColorError: string;
1563
+ waveOpacity: string;
1564
+ fontWeight: string;
1565
+ fontWeightStrong: string;
1566
+ paddingTiny: string;
1567
+ paddingSmall: string;
1568
+ paddingMedium: string;
1569
+ paddingLarge: string;
1570
+ paddingRoundTiny: string;
1571
+ paddingRoundSmall: string;
1572
+ paddingRoundMedium: string;
1573
+ paddingRoundLarge: string;
1574
+ iconMarginTiny: string;
1575
+ iconMarginSmall: string;
1576
+ iconMarginMedium: string;
1577
+ iconMarginLarge: string;
1578
+ iconSizeTiny: string;
1579
+ iconSizeSmall: string;
1580
+ iconSizeMedium: string;
1581
+ iconSizeLarge: string;
1582
+ rippleDuration: string;
1583
+ }, any>>>;
1584
+ }>>, {
1585
+ type: import("naive-ui/es/button/src/interface").Type;
1586
+ tag: keyof HTMLElementTagNameMap;
1587
+ block: boolean;
1588
+ round: boolean;
1589
+ dashed: boolean;
1590
+ text: boolean;
1591
+ circle: boolean;
1592
+ disabled: boolean;
1593
+ focusable: boolean;
1594
+ strong: boolean;
1595
+ loading: boolean;
1596
+ bordered: boolean;
1597
+ tertiary: boolean;
1598
+ ghost: boolean;
1599
+ keyboard: boolean;
1600
+ secondary: boolean;
1601
+ quaternary: boolean;
1602
+ iconPlacement: "left" | "right";
1603
+ attrType: "button" | "reset" | "submit";
1604
+ nativeFocusBehavior: boolean;
1605
+ }>;
1606
+ NInput: import("vue").DefineComponent<{
1607
+ bordered: {
1608
+ type: import("vue").PropType<boolean | undefined>;
1609
+ default: undefined;
1610
+ };
1611
+ type: {
1612
+ type: import("vue").PropType<"text" | "textarea" | "password">;
1613
+ default: string;
1614
+ };
1615
+ placeholder: import("vue").PropType<string | [string, string]>;
1616
+ defaultValue: {
1617
+ type: import("vue").PropType<string | [string, string] | null>;
1618
+ default: null;
1619
+ };
1620
+ value: import("vue").PropType<string | [string, string] | null>;
1621
+ disabled: {
1622
+ type: import("vue").PropType<boolean | undefined>;
1623
+ default: undefined;
1624
+ };
1625
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1626
+ rows: {
1627
+ type: import("vue").PropType<string | number>;
1628
+ default: number;
1629
+ };
1630
+ round: BooleanConstructor;
1631
+ minlength: import("vue").PropType<string | number>;
1632
+ maxlength: import("vue").PropType<string | number>;
1633
+ clearable: BooleanConstructor;
1634
+ autosize: {
1635
+ type: import("vue").PropType<boolean | {
1636
+ minRows?: number | undefined;
1637
+ maxRows?: number | undefined;
1638
+ }>;
1639
+ default: boolean;
1640
+ };
1641
+ pair: BooleanConstructor;
1642
+ separator: StringConstructor;
1643
+ readonly: {
1644
+ type: (BooleanConstructor | StringConstructor)[];
1645
+ default: boolean;
1646
+ };
1647
+ passivelyActivated: BooleanConstructor;
1648
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1649
+ stateful: {
1650
+ type: BooleanConstructor;
1651
+ default: boolean;
1652
+ };
1653
+ autofocus: BooleanConstructor;
1654
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1655
+ resizable: {
1656
+ type: BooleanConstructor;
1657
+ default: boolean;
1658
+ };
1659
+ showCount: BooleanConstructor;
1660
+ loading: {
1661
+ type: BooleanConstructor;
1662
+ default: undefined;
1663
+ };
1664
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1665
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1666
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1667
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1668
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1669
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1670
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1671
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1672
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1673
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1674
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1675
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1676
+ textDecoration: import("vue").PropType<string | [string, string]>;
1677
+ attrSize: {
1678
+ type: NumberConstructor;
1679
+ default: number;
1680
+ };
1681
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1682
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1683
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1684
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1685
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1686
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1687
+ internalDeactivateOnEnter: BooleanConstructor;
1688
+ internalForceFocus: BooleanConstructor;
1689
+ internalLoadingBeforeSuffix: BooleanConstructor;
1690
+ showPasswordToggle: BooleanConstructor;
1691
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1692
+ countTextColor: string;
1693
+ heightTiny: string;
1694
+ heightSmall: string;
1695
+ heightMedium: string;
1696
+ heightLarge: string;
1697
+ fontSizeTiny: string;
1698
+ fontSizeSmall: string;
1699
+ fontSizeMedium: string;
1700
+ fontSizeLarge: string;
1701
+ lineHeight: string;
1702
+ lineHeightTextarea: string;
1703
+ borderRadius: string;
1704
+ iconSize: string;
1705
+ groupLabelColor: string;
1706
+ groupLabelTextColor: string;
1707
+ textColor: string;
1708
+ textColorDisabled: string;
1709
+ textDecorationColor: string;
1710
+ caretColor: string;
1711
+ placeholderColor: string;
1712
+ placeholderColorDisabled: string;
1713
+ color: string;
1714
+ colorDisabled: string;
1715
+ colorFocus: string;
1716
+ groupLabelBorder: string;
1717
+ border: string;
1718
+ borderHover: string;
1719
+ borderDisabled: string;
1720
+ borderFocus: string;
1721
+ boxShadowFocus: string;
1722
+ loadingColor: string;
1723
+ loadingColorWarning: string;
1724
+ borderWarning: string;
1725
+ borderHoverWarning: string;
1726
+ colorFocusWarning: string;
1727
+ borderFocusWarning: string;
1728
+ boxShadowFocusWarning: string;
1729
+ caretColorWarning: string;
1730
+ loadingColorError: string;
1731
+ borderError: string;
1732
+ borderHoverError: string;
1733
+ colorFocusError: string;
1734
+ borderFocusError: string;
1735
+ boxShadowFocusError: string;
1736
+ caretColorError: string;
1737
+ clearColor: string;
1738
+ clearColorHover: string;
1739
+ clearColorPressed: string;
1740
+ iconColor: string;
1741
+ iconColorDisabled: string;
1742
+ iconColorHover: string;
1743
+ iconColorPressed: string;
1744
+ suffixTextColor: string;
1745
+ paddingTiny: string;
1746
+ paddingSmall: string;
1747
+ paddingMedium: string;
1748
+ paddingLarge: string;
1749
+ clearSize: string;
1750
+ }, any>>;
1751
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1752
+ countTextColor: string;
1753
+ heightTiny: string;
1754
+ heightSmall: string;
1755
+ heightMedium: string;
1756
+ heightLarge: string;
1757
+ fontSizeTiny: string;
1758
+ fontSizeSmall: string;
1759
+ fontSizeMedium: string;
1760
+ fontSizeLarge: string;
1761
+ lineHeight: string;
1762
+ lineHeightTextarea: string;
1763
+ borderRadius: string;
1764
+ iconSize: string;
1765
+ groupLabelColor: string;
1766
+ groupLabelTextColor: string;
1767
+ textColor: string;
1768
+ textColorDisabled: string;
1769
+ textDecorationColor: string;
1770
+ caretColor: string;
1771
+ placeholderColor: string;
1772
+ placeholderColorDisabled: string;
1773
+ color: string;
1774
+ colorDisabled: string;
1775
+ colorFocus: string;
1776
+ groupLabelBorder: string;
1777
+ border: string;
1778
+ borderHover: string;
1779
+ borderDisabled: string;
1780
+ borderFocus: string;
1781
+ boxShadowFocus: string;
1782
+ loadingColor: string;
1783
+ loadingColorWarning: string;
1784
+ borderWarning: string;
1785
+ borderHoverWarning: string;
1786
+ colorFocusWarning: string;
1787
+ borderFocusWarning: string;
1788
+ boxShadowFocusWarning: string;
1789
+ caretColorWarning: string;
1790
+ loadingColorError: string;
1791
+ borderError: string;
1792
+ borderHoverError: string;
1793
+ colorFocusError: string;
1794
+ borderFocusError: string;
1795
+ boxShadowFocusError: string;
1796
+ caretColorError: string;
1797
+ clearColor: string;
1798
+ clearColorHover: string;
1799
+ clearColorPressed: string;
1800
+ iconColor: string;
1801
+ iconColorDisabled: string;
1802
+ iconColorHover: string;
1803
+ iconColorPressed: string;
1804
+ suffixTextColor: string;
1805
+ paddingTiny: string;
1806
+ paddingSmall: string;
1807
+ paddingMedium: string;
1808
+ paddingLarge: string;
1809
+ clearSize: string;
1810
+ }, any>>>;
1811
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1812
+ countTextColor: string;
1813
+ heightTiny: string;
1814
+ heightSmall: string;
1815
+ heightMedium: string;
1816
+ heightLarge: string;
1817
+ fontSizeTiny: string;
1818
+ fontSizeSmall: string;
1819
+ fontSizeMedium: string;
1820
+ fontSizeLarge: string;
1821
+ lineHeight: string;
1822
+ lineHeightTextarea: string;
1823
+ borderRadius: string;
1824
+ iconSize: string;
1825
+ groupLabelColor: string;
1826
+ groupLabelTextColor: string;
1827
+ textColor: string;
1828
+ textColorDisabled: string;
1829
+ textDecorationColor: string;
1830
+ caretColor: string;
1831
+ placeholderColor: string;
1832
+ placeholderColorDisabled: string;
1833
+ color: string;
1834
+ colorDisabled: string;
1835
+ colorFocus: string;
1836
+ groupLabelBorder: string;
1837
+ border: string;
1838
+ borderHover: string;
1839
+ borderDisabled: string;
1840
+ borderFocus: string;
1841
+ boxShadowFocus: string;
1842
+ loadingColor: string;
1843
+ loadingColorWarning: string;
1844
+ borderWarning: string;
1845
+ borderHoverWarning: string;
1846
+ colorFocusWarning: string;
1847
+ borderFocusWarning: string;
1848
+ boxShadowFocusWarning: string;
1849
+ caretColorWarning: string;
1850
+ loadingColorError: string;
1851
+ borderError: string;
1852
+ borderHoverError: string;
1853
+ colorFocusError: string;
1854
+ borderFocusError: string;
1855
+ boxShadowFocusError: string;
1856
+ caretColorError: string;
1857
+ clearColor: string;
1858
+ clearColorHover: string;
1859
+ clearColorPressed: string;
1860
+ iconColor: string;
1861
+ iconColorDisabled: string;
1862
+ iconColorHover: string;
1863
+ iconColorPressed: string;
1864
+ suffixTextColor: string;
1865
+ paddingTiny: string;
1866
+ paddingSmall: string;
1867
+ paddingMedium: string;
1868
+ paddingLarge: string;
1869
+ clearSize: string;
1870
+ }, any>>>;
1871
+ }, {
1872
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1873
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1874
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1875
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1876
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1877
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1878
+ textareaScrollbarInstRef: import("vue").Ref<{
1879
+ $el: HTMLElement;
1880
+ containerRef: HTMLElement | null;
1881
+ contentRef: HTMLElement | null;
1882
+ containerScrollTop: number;
1883
+ syncUnifiedContainer: () => void;
1884
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollTo;
1885
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/ScrollBar").ScrollBy;
1886
+ sync: () => void;
1887
+ handleMouseEnterWrapper: () => void;
1888
+ handleMouseLeaveWrapper: () => void;
1889
+ } | null>;
1890
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1891
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1892
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1893
+ passwordVisible: import("vue").Ref<boolean>;
1894
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1895
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1896
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1897
+ mergedFocus: import("vue").ComputedRef<boolean>;
1898
+ isComposing: import("vue").Ref<boolean>;
1899
+ activated: import("vue").Ref<boolean>;
1900
+ showClearButton: import("vue").ComputedRef<boolean>;
1901
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
1902
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1903
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1904
+ textDecoration: string;
1905
+ }[]>;
1906
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1907
+ mergedBordered: import("vue").ComputedRef<boolean>;
1908
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1909
+ placeholderStyle: import("vue").Ref<{
1910
+ top: string;
1911
+ }>;
1912
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1913
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1914
+ handleTextAreaScroll: (e: Event) => void;
1915
+ handleCompositionStart: () => void;
1916
+ handleCompositionEnd: (e: CompositionEvent) => void;
1917
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1918
+ handleInputBlur: (e: FocusEvent) => void;
1919
+ handleInputFocus: (e: FocusEvent) => void;
1920
+ handleWrapperBlur: (e: FocusEvent) => void;
1921
+ handleWrapperFocus: (e: FocusEvent) => void;
1922
+ handleMouseEnter: () => void;
1923
+ handleMouseLeave: () => void;
1924
+ handleMouseDown: (e: MouseEvent) => void;
1925
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1926
+ handleClick: (e: MouseEvent) => void;
1927
+ handleClear: (e: MouseEvent) => void;
1928
+ handlePasswordToggleClick: () => void;
1929
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1930
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
1931
+ handleTextAreaMirrorResize: () => void;
1932
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1933
+ mergedTheme: import("vue").ComputedRef<{
1934
+ common: {
1935
+ baseColor: string;
1936
+ primaryColor: string;
1937
+ primaryColorHover: string;
1938
+ primaryColorPressed: string;
1939
+ primaryColorSuppl: string;
1940
+ infoColor: string;
1941
+ infoColorHover: string;
1942
+ infoColorPressed: string;
1943
+ infoColorSuppl: string;
1944
+ successColor: string;
1945
+ successColorHover: string;
1946
+ successColorPressed: string;
1947
+ successColorSuppl: string;
1948
+ warningColor: string;
1949
+ warningColorHover: string;
1950
+ warningColorPressed: string;
1951
+ warningColorSuppl: string;
1952
+ errorColor: string;
1953
+ errorColorHover: string;
1954
+ errorColorPressed: string;
1955
+ errorColorSuppl: string;
1956
+ textColorBase: string;
1957
+ textColor1: string;
1958
+ textColor2: string;
1959
+ textColor3: string;
1960
+ textColorDisabled: string;
1961
+ placeholderColor: string;
1962
+ placeholderColorDisabled: string;
1963
+ iconColor: string;
1964
+ iconColorHover: string;
1965
+ iconColorPressed: string;
1966
+ iconColorDisabled: string;
1967
+ opacity1: string;
1968
+ opacity2: string;
1969
+ opacity3: string;
1970
+ opacity4: string;
1971
+ opacity5: string;
1972
+ dividerColor: string;
1973
+ borderColor: string;
1974
+ closeColor: string;
1975
+ closeColorHover: string;
1976
+ closeColorPressed: string;
1977
+ closeColorDisabled: string;
1978
+ clearColor: string;
1979
+ clearColorHover: string;
1980
+ clearColorPressed: string;
1981
+ scrollbarColor: string;
1982
+ scrollbarColorHover: string;
1983
+ scrollbarWidth: string;
1984
+ scrollbarHeight: string;
1985
+ scrollbarBorderRadius: string;
1986
+ progressRailColor: string;
1987
+ railColor: string;
1988
+ popoverColor: string;
1989
+ tableColor: string;
1990
+ cardColor: string;
1991
+ modalColor: string;
1992
+ bodyColor: string;
1993
+ tagColor: string;
1994
+ avatarColor: string;
1995
+ invertedColor: string;
1996
+ inputColor: string;
1997
+ codeColor: string;
1998
+ tabColor: string;
1999
+ actionColor: string;
2000
+ tableHeaderColor: string;
2001
+ hoverColor: string;
2002
+ tableColorHover: string;
2003
+ tableColorStriped: string;
2004
+ pressedColor: string;
2005
+ opacityDisabled: string;
2006
+ inputColorDisabled: string;
2007
+ buttonColor2: string;
2008
+ buttonColor2Hover: string;
2009
+ buttonColor2Pressed: string;
2010
+ boxShadow1: string;
2011
+ boxShadow2: string;
2012
+ boxShadow3: string;
2013
+ fontFamily: string;
2014
+ fontFamilyMono: string;
2015
+ fontWeight: string;
2016
+ fontWeightStrong: string;
2017
+ cubicBezierEaseInOut: string;
2018
+ cubicBezierEaseOut: string;
2019
+ cubicBezierEaseIn: string;
2020
+ borderRadius: string;
2021
+ borderRadiusSmall: string;
2022
+ fontSize: string;
2023
+ fontSizeMini: string;
2024
+ fontSizeTiny: string;
2025
+ fontSizeSmall: string;
2026
+ fontSizeMedium: string;
2027
+ fontSizeLarge: string;
2028
+ fontSizeHuge: string;
2029
+ lineHeight: string;
2030
+ heightMini: string;
2031
+ heightTiny: string;
2032
+ heightSmall: string;
2033
+ heightMedium: string;
2034
+ heightLarge: string;
2035
+ heightHuge: string;
2036
+ name: "common";
2037
+ };
2038
+ self: {
2039
+ countTextColor: string;
2040
+ heightTiny: string;
2041
+ heightSmall: string;
2042
+ heightMedium: string;
2043
+ heightLarge: string;
2044
+ fontSizeTiny: string;
2045
+ fontSizeSmall: string;
2046
+ fontSizeMedium: string;
2047
+ fontSizeLarge: string;
2048
+ lineHeight: string;
2049
+ lineHeightTextarea: string;
2050
+ borderRadius: string;
2051
+ iconSize: string;
2052
+ groupLabelColor: string;
2053
+ groupLabelTextColor: string;
2054
+ textColor: string;
2055
+ textColorDisabled: string;
2056
+ textDecorationColor: string;
2057
+ caretColor: string;
2058
+ placeholderColor: string;
2059
+ placeholderColorDisabled: string;
2060
+ color: string;
2061
+ colorDisabled: string;
2062
+ colorFocus: string;
2063
+ groupLabelBorder: string;
2064
+ border: string;
2065
+ borderHover: string;
2066
+ borderDisabled: string;
2067
+ borderFocus: string;
2068
+ boxShadowFocus: string;
2069
+ loadingColor: string;
2070
+ loadingColorWarning: string;
2071
+ borderWarning: string;
2072
+ borderHoverWarning: string;
2073
+ colorFocusWarning: string;
2074
+ borderFocusWarning: string;
2075
+ boxShadowFocusWarning: string;
2076
+ caretColorWarning: string;
2077
+ loadingColorError: string;
2078
+ borderError: string;
2079
+ borderHoverError: string;
2080
+ colorFocusError: string;
2081
+ borderFocusError: string;
2082
+ boxShadowFocusError: string;
2083
+ caretColorError: string;
2084
+ clearColor: string;
2085
+ clearColorHover: string;
2086
+ clearColorPressed: string;
2087
+ iconColor: string;
2088
+ iconColorDisabled: string;
2089
+ iconColorHover: string;
2090
+ iconColorPressed: string;
2091
+ suffixTextColor: string;
2092
+ paddingTiny: string;
2093
+ paddingSmall: string;
2094
+ paddingMedium: string;
2095
+ paddingLarge: string;
2096
+ clearSize: string;
2097
+ };
2098
+ peers: any;
2099
+ peerOverrides: {
2100
+ [x: string]: any;
2101
+ };
2102
+ }>;
2103
+ cssVars: import("vue").ComputedRef<{
2104
+ '--n-bezier': string;
2105
+ '--n-count-text-color': string;
2106
+ '--n-color': string;
2107
+ '--n-font-size': string;
2108
+ '--n-border-radius': string;
2109
+ '--n-height': string;
2110
+ '--n-padding-left': string;
2111
+ '--n-padding-right': string;
2112
+ '--n-text-color': string;
2113
+ '--n-caret-color': string;
2114
+ '--n-text-decoration-color': string;
2115
+ '--n-border': string;
2116
+ '--n-border-disabled': string;
2117
+ '--n-border-hover': string;
2118
+ '--n-border-focus': string;
2119
+ '--n-placeholder-color': string;
2120
+ '--n-placeholder-color-disabled': string;
2121
+ '--n-icon-size': string;
2122
+ '--n-line-height-textarea': string;
2123
+ '--n-color-disabled': string;
2124
+ '--n-color-focus': string;
2125
+ '--n-text-color-disabled': string;
2126
+ '--n-box-shadow-focus': string;
2127
+ '--n-loading-color': string;
2128
+ '--n-caret-color-warning': string;
2129
+ '--n-color-focus-warning': string;
2130
+ '--n-box-shadow-focus-warning': string;
2131
+ '--n-border-warning': string;
2132
+ '--n-border-focus-warning': string;
2133
+ '--n-border-hover-warning': string;
2134
+ '--n-loading-color-warning': string;
2135
+ '--n-caret-color-error': string;
2136
+ '--n-color-focus-error': string;
2137
+ '--n-box-shadow-focus-error': string;
2138
+ '--n-border-error': string;
2139
+ '--n-border-focus-error': string;
2140
+ '--n-border-hover-error': string;
2141
+ '--n-loading-color-error': string;
2142
+ '--n-clear-color': string;
2143
+ '--n-clear-size': string;
2144
+ '--n-clear-color-hover': string;
2145
+ '--n-clear-color-pressed': string;
2146
+ '--n-icon-color': string;
2147
+ '--n-icon-color-hover': string;
2148
+ '--n-icon-color-pressed': string;
2149
+ '--n-icon-color-disabled': string;
2150
+ '--n-suffix-text-color': string;
2151
+ }> | undefined;
2152
+ themeClass: import("vue").Ref<string> | undefined;
2153
+ onRender: (() => void) | undefined;
2154
+ isCompositing: import("vue").Ref<boolean>;
2155
+ blur: () => void;
2156
+ focus: () => void;
2157
+ select: () => void;
2158
+ activate: () => void;
2159
+ deactivate: () => void;
2160
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2161
+ bordered: {
2162
+ type: import("vue").PropType<boolean | undefined>;
2163
+ default: undefined;
2164
+ };
2165
+ type: {
2166
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2167
+ default: string;
2168
+ };
2169
+ placeholder: import("vue").PropType<string | [string, string]>;
2170
+ defaultValue: {
2171
+ type: import("vue").PropType<string | [string, string] | null>;
2172
+ default: null;
2173
+ };
2174
+ value: import("vue").PropType<string | [string, string] | null>;
2175
+ disabled: {
2176
+ type: import("vue").PropType<boolean | undefined>;
2177
+ default: undefined;
2178
+ };
2179
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2180
+ rows: {
2181
+ type: import("vue").PropType<string | number>;
2182
+ default: number;
2183
+ };
2184
+ round: BooleanConstructor;
2185
+ minlength: import("vue").PropType<string | number>;
2186
+ maxlength: import("vue").PropType<string | number>;
2187
+ clearable: BooleanConstructor;
2188
+ autosize: {
2189
+ type: import("vue").PropType<boolean | {
2190
+ minRows?: number | undefined;
2191
+ maxRows?: number | undefined;
2192
+ }>;
2193
+ default: boolean;
2194
+ };
2195
+ pair: BooleanConstructor;
2196
+ separator: StringConstructor;
2197
+ readonly: {
2198
+ type: (BooleanConstructor | StringConstructor)[];
2199
+ default: boolean;
2200
+ };
2201
+ passivelyActivated: BooleanConstructor;
2202
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2203
+ stateful: {
2204
+ type: BooleanConstructor;
2205
+ default: boolean;
2206
+ };
2207
+ autofocus: BooleanConstructor;
2208
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2209
+ resizable: {
2210
+ type: BooleanConstructor;
2211
+ default: boolean;
2212
+ };
2213
+ showCount: BooleanConstructor;
2214
+ loading: {
2215
+ type: BooleanConstructor;
2216
+ default: undefined;
2217
+ };
2218
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2219
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2220
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2221
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2222
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2223
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2224
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2225
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2226
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2227
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2228
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2229
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2230
+ textDecoration: import("vue").PropType<string | [string, string]>;
2231
+ attrSize: {
2232
+ type: NumberConstructor;
2233
+ default: number;
2234
+ };
2235
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2236
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2237
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2238
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2239
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2240
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2241
+ internalDeactivateOnEnter: BooleanConstructor;
2242
+ internalForceFocus: BooleanConstructor;
2243
+ internalLoadingBeforeSuffix: BooleanConstructor;
2244
+ showPasswordToggle: BooleanConstructor;
2245
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2246
+ countTextColor: string;
2247
+ heightTiny: string;
2248
+ heightSmall: string;
2249
+ heightMedium: string;
2250
+ heightLarge: string;
2251
+ fontSizeTiny: string;
2252
+ fontSizeSmall: string;
2253
+ fontSizeMedium: string;
2254
+ fontSizeLarge: string;
2255
+ lineHeight: string;
2256
+ lineHeightTextarea: string;
2257
+ borderRadius: string;
2258
+ iconSize: string;
2259
+ groupLabelColor: string;
2260
+ groupLabelTextColor: string;
2261
+ textColor: string;
2262
+ textColorDisabled: string;
2263
+ textDecorationColor: string;
2264
+ caretColor: string;
2265
+ placeholderColor: string;
2266
+ placeholderColorDisabled: string;
2267
+ color: string;
2268
+ colorDisabled: string;
2269
+ colorFocus: string;
2270
+ groupLabelBorder: string;
2271
+ border: string;
2272
+ borderHover: string;
2273
+ borderDisabled: string;
2274
+ borderFocus: string;
2275
+ boxShadowFocus: string;
2276
+ loadingColor: string;
2277
+ loadingColorWarning: string;
2278
+ borderWarning: string;
2279
+ borderHoverWarning: string;
2280
+ colorFocusWarning: string;
2281
+ borderFocusWarning: string;
2282
+ boxShadowFocusWarning: string;
2283
+ caretColorWarning: string;
2284
+ loadingColorError: string;
2285
+ borderError: string;
2286
+ borderHoverError: string;
2287
+ colorFocusError: string;
2288
+ borderFocusError: string;
2289
+ boxShadowFocusError: string;
2290
+ caretColorError: string;
2291
+ clearColor: string;
2292
+ clearColorHover: string;
2293
+ clearColorPressed: string;
2294
+ iconColor: string;
2295
+ iconColorDisabled: string;
2296
+ iconColorHover: string;
2297
+ iconColorPressed: string;
2298
+ suffixTextColor: string;
2299
+ paddingTiny: string;
2300
+ paddingSmall: string;
2301
+ paddingMedium: string;
2302
+ paddingLarge: string;
2303
+ clearSize: string;
2304
+ }, any>>;
2305
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2306
+ countTextColor: string;
2307
+ heightTiny: string;
2308
+ heightSmall: string;
2309
+ heightMedium: string;
2310
+ heightLarge: string;
2311
+ fontSizeTiny: string;
2312
+ fontSizeSmall: string;
2313
+ fontSizeMedium: string;
2314
+ fontSizeLarge: string;
2315
+ lineHeight: string;
2316
+ lineHeightTextarea: string;
2317
+ borderRadius: string;
2318
+ iconSize: string;
2319
+ groupLabelColor: string;
2320
+ groupLabelTextColor: string;
2321
+ textColor: string;
2322
+ textColorDisabled: string;
2323
+ textDecorationColor: string;
2324
+ caretColor: string;
2325
+ placeholderColor: string;
2326
+ placeholderColorDisabled: string;
2327
+ color: string;
2328
+ colorDisabled: string;
2329
+ colorFocus: string;
2330
+ groupLabelBorder: string;
2331
+ border: string;
2332
+ borderHover: string;
2333
+ borderDisabled: string;
2334
+ borderFocus: string;
2335
+ boxShadowFocus: string;
2336
+ loadingColor: string;
2337
+ loadingColorWarning: string;
2338
+ borderWarning: string;
2339
+ borderHoverWarning: string;
2340
+ colorFocusWarning: string;
2341
+ borderFocusWarning: string;
2342
+ boxShadowFocusWarning: string;
2343
+ caretColorWarning: string;
2344
+ loadingColorError: string;
2345
+ borderError: string;
2346
+ borderHoverError: string;
2347
+ colorFocusError: string;
2348
+ borderFocusError: string;
2349
+ boxShadowFocusError: string;
2350
+ caretColorError: string;
2351
+ clearColor: string;
2352
+ clearColorHover: string;
2353
+ clearColorPressed: string;
2354
+ iconColor: string;
2355
+ iconColorDisabled: string;
2356
+ iconColorHover: string;
2357
+ iconColorPressed: string;
2358
+ suffixTextColor: string;
2359
+ paddingTiny: string;
2360
+ paddingSmall: string;
2361
+ paddingMedium: string;
2362
+ paddingLarge: string;
2363
+ clearSize: string;
2364
+ }, any>>>;
2365
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2366
+ countTextColor: string;
2367
+ heightTiny: string;
2368
+ heightSmall: string;
2369
+ heightMedium: string;
2370
+ heightLarge: string;
2371
+ fontSizeTiny: string;
2372
+ fontSizeSmall: string;
2373
+ fontSizeMedium: string;
2374
+ fontSizeLarge: string;
2375
+ lineHeight: string;
2376
+ lineHeightTextarea: string;
2377
+ borderRadius: string;
2378
+ iconSize: string;
2379
+ groupLabelColor: string;
2380
+ groupLabelTextColor: string;
2381
+ textColor: string;
2382
+ textColorDisabled: string;
2383
+ textDecorationColor: string;
2384
+ caretColor: string;
2385
+ placeholderColor: string;
2386
+ placeholderColorDisabled: string;
2387
+ color: string;
2388
+ colorDisabled: string;
2389
+ colorFocus: string;
2390
+ groupLabelBorder: string;
2391
+ border: string;
2392
+ borderHover: string;
2393
+ borderDisabled: string;
2394
+ borderFocus: string;
2395
+ boxShadowFocus: string;
2396
+ loadingColor: string;
2397
+ loadingColorWarning: string;
2398
+ borderWarning: string;
2399
+ borderHoverWarning: string;
2400
+ colorFocusWarning: string;
2401
+ borderFocusWarning: string;
2402
+ boxShadowFocusWarning: string;
2403
+ caretColorWarning: string;
2404
+ loadingColorError: string;
2405
+ borderError: string;
2406
+ borderHoverError: string;
2407
+ colorFocusError: string;
2408
+ borderFocusError: string;
2409
+ boxShadowFocusError: string;
2410
+ caretColorError: string;
2411
+ clearColor: string;
2412
+ clearColorHover: string;
2413
+ clearColorPressed: string;
2414
+ iconColor: string;
2415
+ iconColorDisabled: string;
2416
+ iconColorHover: string;
2417
+ iconColorPressed: string;
2418
+ suffixTextColor: string;
2419
+ paddingTiny: string;
2420
+ paddingSmall: string;
2421
+ paddingMedium: string;
2422
+ paddingLarge: string;
2423
+ clearSize: string;
2424
+ }, any>>>;
2425
+ }>>, {
2426
+ type: "text" | "textarea" | "password";
2427
+ readonly: string | boolean;
2428
+ round: boolean;
2429
+ disabled: boolean | undefined;
2430
+ autofocus: boolean;
2431
+ autosize: boolean | {
2432
+ minRows?: number | undefined;
2433
+ maxRows?: number | undefined;
2434
+ };
2435
+ loading: boolean;
2436
+ bordered: boolean | undefined;
2437
+ clearable: boolean;
2438
+ defaultValue: string | [string, string] | null;
2439
+ resizable: boolean;
2440
+ pair: boolean;
2441
+ rows: string | number;
2442
+ passivelyActivated: boolean;
2443
+ stateful: boolean;
2444
+ showCount: boolean;
2445
+ attrSize: number;
2446
+ internalDeactivateOnEnter: boolean;
2447
+ internalForceFocus: boolean;
2448
+ internalLoadingBeforeSuffix: boolean;
2449
+ showPasswordToggle: boolean;
2450
+ }>;
2451
+ NSpin: import("vue").DefineComponent<{
2452
+ description: StringConstructor;
2453
+ stroke: StringConstructor;
2454
+ size: {
2455
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
2456
+ default: string;
2457
+ };
2458
+ show: {
2459
+ type: BooleanConstructor;
2460
+ default: boolean;
2461
+ };
2462
+ strokeWidth: NumberConstructor;
2463
+ rotate: {
2464
+ type: BooleanConstructor;
2465
+ default: boolean;
2466
+ };
2467
+ spinning: {
2468
+ type: BooleanConstructor;
2469
+ validator: () => boolean;
2470
+ default: undefined;
2471
+ };
2472
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2473
+ fontSize: string;
2474
+ textColor: string;
2475
+ sizeTiny: string;
2476
+ sizeSmall: string;
2477
+ sizeMedium: string;
2478
+ sizeLarge: string;
2479
+ sizeHuge: string;
2480
+ color: string;
2481
+ opacitySpinning: string;
2482
+ }, any>>;
2483
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2484
+ fontSize: string;
2485
+ textColor: string;
2486
+ sizeTiny: string;
2487
+ sizeSmall: string;
2488
+ sizeMedium: string;
2489
+ sizeLarge: string;
2490
+ sizeHuge: string;
2491
+ color: string;
2492
+ opacitySpinning: string;
2493
+ }, any>>>;
2494
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2495
+ fontSize: string;
2496
+ textColor: string;
2497
+ sizeTiny: string;
2498
+ sizeSmall: string;
2499
+ sizeMedium: string;
2500
+ sizeLarge: string;
2501
+ sizeHuge: string;
2502
+ color: string;
2503
+ opacitySpinning: string;
2504
+ }, any>>>;
2505
+ }, {
2506
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2507
+ compitableShow: import("vue").ComputedRef<boolean>;
2508
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
2509
+ cssVars: import("vue").ComputedRef<{
2510
+ '--n-bezier': string;
2511
+ '--n-opacity-spinning': string;
2512
+ '--n-size': string;
2513
+ '--n-color': string;
2514
+ '--n-text-color': string;
2515
+ }> | undefined;
2516
+ themeClass: import("vue").Ref<string> | undefined;
2517
+ onRender: (() => void) | undefined;
2518
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2519
+ description: StringConstructor;
2520
+ stroke: StringConstructor;
2521
+ size: {
2522
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
2523
+ default: string;
2524
+ };
2525
+ show: {
2526
+ type: BooleanConstructor;
2527
+ default: boolean;
2528
+ };
2529
+ strokeWidth: NumberConstructor;
2530
+ rotate: {
2531
+ type: BooleanConstructor;
2532
+ default: boolean;
2533
+ };
2534
+ spinning: {
2535
+ type: BooleanConstructor;
2536
+ validator: () => boolean;
2537
+ default: undefined;
2538
+ };
2539
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
2540
+ fontSize: string;
2541
+ textColor: string;
2542
+ sizeTiny: string;
2543
+ sizeSmall: string;
2544
+ sizeMedium: string;
2545
+ sizeLarge: string;
2546
+ sizeHuge: string;
2547
+ color: string;
2548
+ opacitySpinning: string;
2549
+ }, any>>;
2550
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2551
+ fontSize: string;
2552
+ textColor: string;
2553
+ sizeTiny: string;
2554
+ sizeSmall: string;
2555
+ sizeMedium: string;
2556
+ sizeLarge: string;
2557
+ sizeHuge: string;
2558
+ color: string;
2559
+ opacitySpinning: string;
2560
+ }, any>>>;
2561
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
2562
+ fontSize: string;
2563
+ textColor: string;
2564
+ sizeTiny: string;
2565
+ sizeSmall: string;
2566
+ sizeMedium: string;
2567
+ sizeLarge: string;
2568
+ sizeHuge: string;
2569
+ color: string;
2570
+ opacitySpinning: string;
2571
+ }, any>>>;
2572
+ }>>, {
2573
+ size: number | "small" | "medium" | "large";
2574
+ show: boolean;
2575
+ rotate: boolean;
2576
+ spinning: boolean;
2577
+ }>;
2578
+ NInputGroup: import("vue").DefineComponent<{
2579
+ [x: string]: never;
2580
+ [x: number]: never;
2581
+ [x: symbol]: never;
2582
+ }, {
2583
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2584
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2585
+ [x: string]: never;
2586
+ [x: number]: never;
2587
+ [x: symbol]: never;
2588
+ }>>, {}>;
2589
+ NCheckbox: import("vue").DefineComponent<{
2590
+ size: import("vue").PropType<"small" | "medium" | "large">;
2591
+ checked: {
2592
+ type: import("vue").PropType<string | number | boolean | undefined>;
2593
+ default: undefined;
2594
+ };
2595
+ defaultChecked: {
2596
+ type: import("vue").PropType<string | number | boolean>;
2597
+ default: boolean;
2598
+ };
2599
+ value: import("vue").PropType<string | number>;
2600
+ disabled: {
2601
+ type: import("vue").PropType<boolean | undefined>;
2602
+ default: undefined;
2603
+ };
2604
+ indeterminate: BooleanConstructor;
2605
+ label: StringConstructor;
2606
+ focusable: {
2607
+ type: BooleanConstructor;
2608
+ default: boolean;
2609
+ };
2610
+ checkedValue: {
2611
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2612
+ default: boolean;
2613
+ };
2614
+ uncheckedValue: {
2615
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2616
+ default: boolean;
2617
+ };
2618
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2619
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>; /** --- 默认值 --- */
2620
+ privateInsideTable: BooleanConstructor;
2621
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2622
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2623
+ labelLineHeight: string;
2624
+ fontSizeSmall: string;
2625
+ fontSizeMedium: string;
2626
+ fontSizeLarge: string;
2627
+ borderRadius: string;
2628
+ color: string;
2629
+ colorChecked: string;
2630
+ colorDisabled: string;
2631
+ colorDisabledChecked: string;
2632
+ colorTableHeader: string;
2633
+ colorTableHeaderModal: string;
2634
+ colorTableHeaderPopover: string;
2635
+ checkMarkColor: string;
2636
+ checkMarkColorDisabled: string;
2637
+ checkMarkColorDisabledChecked: string;
2638
+ border: string;
2639
+ borderDisabled: string;
2640
+ borderDisabledChecked: string;
2641
+ borderChecked: string;
2642
+ borderFocus: string;
2643
+ boxShadowFocus: string;
2644
+ textColor: string;
2645
+ textColorDisabled: string;
2646
+ sizeSmall: string;
2647
+ sizeMedium: string;
2648
+ sizeLarge: string;
2649
+ labelPadding: string;
2650
+ }, any>>;
2651
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2652
+ labelLineHeight: string;
2653
+ fontSizeSmall: string;
2654
+ fontSizeMedium: string;
2655
+ fontSizeLarge: string;
2656
+ borderRadius: string;
2657
+ color: string;
2658
+ colorChecked: string;
2659
+ colorDisabled: string;
2660
+ colorDisabledChecked: string;
2661
+ colorTableHeader: string;
2662
+ colorTableHeaderModal: string;
2663
+ colorTableHeaderPopover: string;
2664
+ checkMarkColor: string;
2665
+ checkMarkColorDisabled: string;
2666
+ checkMarkColorDisabledChecked: string;
2667
+ border: string;
2668
+ borderDisabled: string;
2669
+ borderDisabledChecked: string;
2670
+ borderChecked: string;
2671
+ borderFocus: string;
2672
+ boxShadowFocus: string;
2673
+ textColor: string;
2674
+ textColorDisabled: string;
2675
+ sizeSmall: string;
2676
+ sizeMedium: string;
2677
+ sizeLarge: string; /**
2678
+ * 初始化 请求已选的数据
2679
+ */
2680
+ labelPadding: string;
2681
+ }, any>>>;
2682
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2683
+ labelLineHeight: string;
2684
+ fontSizeSmall: string;
2685
+ fontSizeMedium: string;
2686
+ fontSizeLarge: string;
2687
+ borderRadius: string;
2688
+ color: string;
2689
+ colorChecked: string;
2690
+ colorDisabled: string;
2691
+ colorDisabledChecked: string;
2692
+ colorTableHeader: string;
2693
+ colorTableHeaderModal: string;
2694
+ colorTableHeaderPopover: string;
2695
+ checkMarkColor: string;
2696
+ checkMarkColorDisabled: string;
2697
+ checkMarkColorDisabledChecked: string;
2698
+ border: string;
2699
+ borderDisabled: string;
2700
+ borderDisabledChecked: string;
2701
+ borderChecked: string;
2702
+ borderFocus: string;
2703
+ boxShadowFocus: string;
2704
+ textColor: string;
2705
+ textColorDisabled: string;
2706
+ sizeSmall: string;
2707
+ sizeMedium: string;
2708
+ sizeLarge: string;
2709
+ labelPadding: string;
2710
+ }, any>>>;
2711
+ }, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
2712
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
2713
+ selfRef: import("vue").Ref<HTMLDivElement | null>;
2714
+ mergedClsPrefix: import("vue").ComputedRef<string>;
2715
+ mergedDisabled: import("vue").ComputedRef<boolean>;
2716
+ renderedChecked: import("vue").ComputedRef<boolean>;
2717
+ mergedTheme: import("vue").ComputedRef<{
2718
+ common: {
2719
+ baseColor: string;
2720
+ primaryColor: string;
2721
+ primaryColorHover: string;
2722
+ primaryColorPressed: string;
2723
+ primaryColorSuppl: string;
2724
+ infoColor: string;
2725
+ infoColorHover: string;
2726
+ infoColorPressed: string;
2727
+ infoColorSuppl: string;
2728
+ successColor: string;
2729
+ successColorHover: string;
2730
+ successColorPressed: string;
2731
+ successColorSuppl: string;
2732
+ warningColor: string;
2733
+ warningColorHover: string;
2734
+ warningColorPressed: string;
2735
+ warningColorSuppl: string;
2736
+ errorColor: string;
2737
+ errorColorHover: string;
2738
+ errorColorPressed: string;
2739
+ errorColorSuppl: string;
2740
+ textColorBase: string;
2741
+ textColor1: string;
2742
+ textColor2: string;
2743
+ textColor3: string;
2744
+ textColorDisabled: string;
2745
+ placeholderColor: string;
2746
+ placeholderColorDisabled: string;
2747
+ iconColor: string;
2748
+ iconColorHover: string;
2749
+ iconColorPressed: string;
2750
+ iconColorDisabled: string;
2751
+ opacity1: string;
2752
+ opacity2: string;
2753
+ opacity3: string;
2754
+ opacity4: string;
2755
+ opacity5: string;
2756
+ dividerColor: string;
2757
+ borderColor: string;
2758
+ closeColor: string;
2759
+ closeColorHover: string;
2760
+ closeColorPressed: string;
2761
+ closeColorDisabled: string;
2762
+ clearColor: string;
2763
+ clearColorHover: string;
2764
+ clearColorPressed: string;
2765
+ scrollbarColor: string;
2766
+ scrollbarColorHover: string;
2767
+ scrollbarWidth: string;
2768
+ scrollbarHeight: string;
2769
+ scrollbarBorderRadius: string;
2770
+ progressRailColor: string;
2771
+ railColor: string;
2772
+ popoverColor: string;
2773
+ tableColor: string;
2774
+ cardColor: string;
2775
+ modalColor: string;
2776
+ bodyColor: string;
2777
+ tagColor: string;
2778
+ avatarColor: string;
2779
+ invertedColor: string;
2780
+ inputColor: string;
2781
+ codeColor: string;
2782
+ tabColor: string;
2783
+ actionColor: string;
2784
+ tableHeaderColor: string;
2785
+ hoverColor: string;
2786
+ tableColorHover: string;
2787
+ tableColorStriped: string;
2788
+ pressedColor: string;
2789
+ opacityDisabled: string;
2790
+ inputColorDisabled: string;
2791
+ buttonColor2: string;
2792
+ buttonColor2Hover: string;
2793
+ buttonColor2Pressed: string;
2794
+ boxShadow1: string;
2795
+ boxShadow2: string;
2796
+ boxShadow3: string;
2797
+ fontFamily: string; /**
2798
+ * 检索
2799
+ */
2800
+ fontFamilyMono: string;
2801
+ fontWeight: string;
2802
+ fontWeightStrong: string;
2803
+ cubicBezierEaseInOut: string;
2804
+ cubicBezierEaseOut: string;
2805
+ cubicBezierEaseIn: string;
2806
+ borderRadius: string;
2807
+ borderRadiusSmall: string;
2808
+ fontSize: string;
2809
+ fontSizeMini: string;
2810
+ fontSizeTiny: string;
2811
+ fontSizeSmall: string;
2812
+ fontSizeMedium: string;
2813
+ fontSizeLarge: string;
2814
+ fontSizeHuge: string;
2815
+ lineHeight: string;
2816
+ heightMini: string;
2817
+ heightTiny: string;
2818
+ heightSmall: string;
2819
+ heightMedium: string;
2820
+ heightLarge: string;
2821
+ heightHuge: string;
2822
+ name: "common";
2823
+ };
2824
+ self: {
2825
+ labelLineHeight: string;
2826
+ fontSizeSmall: string;
2827
+ fontSizeMedium: string;
2828
+ fontSizeLarge: string;
2829
+ borderRadius: string;
2830
+ color: string;
2831
+ colorChecked: string;
2832
+ colorDisabled: string;
2833
+ colorDisabledChecked: string;
2834
+ colorTableHeader: string;
2835
+ colorTableHeaderModal: string;
2836
+ colorTableHeaderPopover: string;
2837
+ checkMarkColor: string;
2838
+ checkMarkColorDisabled: string;
2839
+ checkMarkColorDisabledChecked: string;
2840
+ border: string;
2841
+ borderDisabled: string;
2842
+ borderDisabledChecked: string;
2843
+ borderChecked: string;
2844
+ borderFocus: string;
2845
+ boxShadowFocus: string;
2846
+ textColor: string;
2847
+ textColorDisabled: string;
2848
+ sizeSmall: string;
2849
+ sizeMedium: string;
2850
+ sizeLarge: string;
2851
+ labelPadding: string;
2852
+ };
2853
+ peers: any;
2854
+ peerOverrides: {
2855
+ [x: string]: any;
2856
+ };
2857
+ }>;
2858
+ labelId: string;
2859
+ handleClick: (e: MouseEvent) => void;
2860
+ handleKeyUp: (e: KeyboardEvent) => void;
2861
+ handleKeyDown: (e: KeyboardEvent) => void;
2862
+ cssVars: import("vue").ComputedRef<{
2863
+ '--n-label-line-height': string;
2864
+ '--n-size': string;
2865
+ '--n-bezier': string;
2866
+ '--n-border-radius': string;
2867
+ '--n-border': string;
2868
+ '--n-border-checked': string;
2869
+ '--n-border-focus': string;
2870
+ '--n-border-disabled': string;
2871
+ '--n-border-disabled-checked': string;
2872
+ '--n-box-shadow-focus': string;
2873
+ '--n-color': string;
2874
+ '--n-color-checked': string;
2875
+ '--n-color-table': string;
2876
+ '--n-color-table-modal': string;
2877
+ '--n-color-table-popover': string;
2878
+ '--n-color-disabled': string;
2879
+ '--n-color-disabled-checked': string;
2880
+ '--n-text-color': string;
2881
+ '--n-text-color-disabled': string;
2882
+ '--n-check-mark-color': string;
2883
+ '--n-check-mark-color-disabled': string;
2884
+ '--n-check-mark-color-disabled-checked': string;
2885
+ '--n-font-size': string;
2886
+ '--n-label-padding': string;
2887
+ }> | undefined;
2888
+ themeClass: import("vue").Ref<string> | undefined;
2889
+ onRender: (() => void) | undefined;
2890
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2891
+ size: import("vue").PropType<"small" | "medium" | "large">;
2892
+ checked: {
2893
+ type: import("vue").PropType<string | number | boolean | undefined>;
2894
+ default: undefined;
2895
+ };
2896
+ defaultChecked: {
2897
+ type: import("vue").PropType<string | number | boolean>;
2898
+ default: boolean;
2899
+ };
2900
+ value: import("vue").PropType<string | number>;
2901
+ disabled: {
2902
+ type: import("vue").PropType<boolean | undefined>;
2903
+ default: undefined;
2904
+ };
2905
+ indeterminate: BooleanConstructor;
2906
+ label: StringConstructor;
2907
+ focusable: {
2908
+ type: BooleanConstructor;
2909
+ default: boolean;
2910
+ };
2911
+ checkedValue: {
2912
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2913
+ default: boolean;
2914
+ };
2915
+ uncheckedValue: {
2916
+ type: (BooleanConstructor | NumberConstructor | StringConstructor)[];
2917
+ default: boolean;
2918
+ };
2919
+ 'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2920
+ onUpdateChecked: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2921
+ privateInsideTable: BooleanConstructor;
2922
+ onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/checkbox/src/interface").OnUpdateChecked>>;
2923
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2924
+ labelLineHeight: string;
2925
+ fontSizeSmall: string;
2926
+ fontSizeMedium: string;
2927
+ fontSizeLarge: string;
2928
+ borderRadius: string;
2929
+ color: string;
2930
+ colorChecked: string;
2931
+ colorDisabled: string;
2932
+ colorDisabledChecked: string;
2933
+ colorTableHeader: string;
2934
+ colorTableHeaderModal: string;
2935
+ colorTableHeaderPopover: string;
2936
+ checkMarkColor: string;
2937
+ checkMarkColorDisabled: string;
2938
+ checkMarkColorDisabledChecked: string;
2939
+ border: string;
2940
+ borderDisabled: string;
2941
+ borderDisabledChecked: string;
2942
+ borderChecked: string;
2943
+ borderFocus: string;
2944
+ boxShadowFocus: string;
2945
+ textColor: string;
2946
+ textColorDisabled: string;
2947
+ sizeSmall: string;
2948
+ sizeMedium: string;
2949
+ sizeLarge: string;
2950
+ labelPadding: string;
2951
+ }, any>>;
2952
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2953
+ labelLineHeight: string;
2954
+ fontSizeSmall: string;
2955
+ fontSizeMedium: string;
2956
+ fontSizeLarge: string;
2957
+ borderRadius: string;
2958
+ color: string;
2959
+ colorChecked: string;
2960
+ colorDisabled: string;
2961
+ colorDisabledChecked: string;
2962
+ colorTableHeader: string;
2963
+ colorTableHeaderModal: string;
2964
+ colorTableHeaderPopover: string;
2965
+ checkMarkColor: string;
2966
+ checkMarkColorDisabled: string;
2967
+ checkMarkColorDisabledChecked: string;
2968
+ border: string;
2969
+ borderDisabled: string;
2970
+ borderDisabledChecked: string;
2971
+ borderChecked: string;
2972
+ borderFocus: string;
2973
+ boxShadowFocus: string;
2974
+ textColor: string;
2975
+ textColorDisabled: string;
2976
+ sizeSmall: string;
2977
+ sizeMedium: string;
2978
+ sizeLarge: string;
2979
+ labelPadding: string;
2980
+ }, any>>>;
2981
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Checkbox", {
2982
+ labelLineHeight: string;
2983
+ fontSizeSmall: string;
2984
+ fontSizeMedium: string;
2985
+ fontSizeLarge: string;
2986
+ borderRadius: string;
2987
+ color: string;
2988
+ colorChecked: string;
2989
+ colorDisabled: string;
2990
+ colorDisabledChecked: string;
2991
+ colorTableHeader: string;
2992
+ colorTableHeaderModal: string;
2993
+ colorTableHeaderPopover: string;
2994
+ checkMarkColor: string;
2995
+ checkMarkColorDisabled: string;
2996
+ checkMarkColorDisabledChecked: string;
2997
+ border: string;
2998
+ borderDisabled: string;
2999
+ borderDisabledChecked: string;
3000
+ borderChecked: string;
3001
+ borderFocus: string;
3002
+ boxShadowFocus: string;
3003
+ textColor: string;
3004
+ textColorDisabled: string;
3005
+ sizeSmall: string;
3006
+ sizeMedium: string;
3007
+ sizeLarge: string;
3008
+ labelPadding: string;
3009
+ }, any>>>;
3010
+ }>>, {
3011
+ disabled: boolean | undefined;
3012
+ checked: string | number | boolean | undefined;
3013
+ focusable: boolean;
3014
+ indeterminate: boolean;
3015
+ defaultChecked: string | number | boolean;
3016
+ checkedValue: string | number | boolean;
3017
+ uncheckedValue: string | number | boolean;
3018
+ privateInsideTable: boolean;
3019
+ }>;
3020
+ NTree: any;
3021
+ NIcon: import("vue").DefineComponent<{
3022
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3023
+ readonly size: import("vue").PropType<string | number>;
3024
+ readonly color: StringConstructor;
3025
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3026
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3027
+ color: string;
3028
+ opacity1Depth: string;
3029
+ opacity2Depth: string;
3030
+ opacity3Depth: string;
3031
+ opacity4Depth: string;
3032
+ opacity5Depth: string;
3033
+ }, any>>;
3034
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3035
+ color: string;
3036
+ opacity1Depth: string;
3037
+ opacity2Depth: string;
3038
+ opacity3Depth: string;
3039
+ opacity4Depth: string;
3040
+ opacity5Depth: string;
3041
+ }, any>>>;
3042
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3043
+ color: string;
3044
+ opacity1Depth: string;
3045
+ opacity2Depth: string;
3046
+ opacity3Depth: string;
3047
+ opacity4Depth: string;
3048
+ opacity5Depth: string;
3049
+ }, any>>>;
3050
+ }, {
3051
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3052
+ mergedStyle: import("vue").ComputedRef<{
3053
+ fontSize: string | undefined;
3054
+ color: string | undefined;
3055
+ }>;
3056
+ cssVars: import("vue").ComputedRef<{
3057
+ '--n-bezier': string;
3058
+ '--n-color': string;
3059
+ '--n-opacity': string;
3060
+ }> | undefined;
3061
+ themeClass: import("vue").Ref<string> | undefined;
3062
+ onRender: (() => void) | undefined;
3063
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3064
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3065
+ readonly size: import("vue").PropType<string | number>;
3066
+ readonly color: StringConstructor;
3067
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3068
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3069
+ color: string;
3070
+ opacity1Depth: string;
3071
+ opacity2Depth: string;
3072
+ opacity3Depth: string;
3073
+ opacity4Depth: string;
3074
+ opacity5Depth: string;
3075
+ }, any>>;
3076
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3077
+ color: string;
3078
+ opacity1Depth: string;
3079
+ opacity2Depth: string;
3080
+ opacity3Depth: string;
3081
+ opacity4Depth: string;
3082
+ opacity5Depth: string;
3083
+ }, any>>>;
3084
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3085
+ color: string;
3086
+ opacity1Depth: string;
3087
+ opacity2Depth: string;
3088
+ opacity3Depth: string;
3089
+ opacity4Depth: string;
3090
+ opacity5Depth: string;
3091
+ }, any>>>;
3092
+ }>>, {}>;
3093
+ CloseCircleSharp: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3094
+ SearchTree: import("vue").DefineComponent<{
3095
+ visible: {
3096
+ type: BooleanConstructor;
3097
+ default: boolean;
3098
+ };
3099
+ searchNoMore: {
3100
+ type: BooleanConstructor;
3101
+ default: boolean;
3102
+ };
3103
+ loadMorenLoadinng: {
3104
+ type: BooleanConstructor;
3105
+ default: boolean;
3106
+ };
3107
+ formatTreeData: {
3108
+ type: ArrayConstructor;
3109
+ default: () => never[];
3110
+ };
3111
+ searchValue: {
3112
+ type: StringConstructor;
3113
+ };
3114
+ defaultExpandedKeys: {
3115
+ type: ArrayConstructor;
3116
+ required: true;
3117
+ };
3118
+ allCheckedKeys: {
3119
+ type: ObjectConstructor;
3120
+ };
3121
+ dataListKeys: {
3122
+ type: ObjectConstructor;
3123
+ };
3124
+ }, {
3125
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
3126
+ visible: {
3127
+ type: BooleanConstructor;
3128
+ default: boolean;
3129
+ };
3130
+ searchNoMore: {
3131
+ type: BooleanConstructor;
3132
+ default: boolean;
3133
+ };
3134
+ loadMorenLoadinng: {
3135
+ type: BooleanConstructor;
3136
+ default: boolean;
3137
+ };
3138
+ formatTreeData: {
3139
+ type: ArrayConstructor;
3140
+ default: () => never[];
3141
+ };
3142
+ searchValue: {
3143
+ type: StringConstructor;
3144
+ };
3145
+ defaultExpandedKeys: {
3146
+ type: ArrayConstructor;
3147
+ required: true;
3148
+ };
3149
+ allCheckedKeys: {
3150
+ type: ObjectConstructor;
3151
+ };
3152
+ dataListKeys: {
3153
+ type: ObjectConstructor;
3154
+ };
3155
+ }>> & {
3156
+ onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3157
+ onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3158
+ onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3159
+ onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3160
+ onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3161
+ }>>;
3162
+ state: {
3163
+ expandedKeys: never[];
3164
+ autoExpandParent: boolean;
3165
+ checkedKeys: never[];
3166
+ defaultCheckedKeys: {
3167
+ main: never[];
3168
+ other: never[];
3169
+ };
3170
+ };
3171
+ emit: (event: "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", ...args: any[]) => void;
3172
+ dataLen: import("vue").ComputedRef<number>;
3173
+ resetData: () => void;
3174
+ emitCheckedkeys: () => void;
3175
+ emitCheckedkeysMain: () => void;
3176
+ emitCheckedkeysOther: () => void;
3177
+ calcChangeKeys: (defaultCheckedKeys: any, currentCheckedKeys: any) => {
3178
+ add: never[];
3179
+ remove: never[];
3180
+ };
3181
+ emptyCheckedKeys: () => void;
3182
+ setDefaultCheckedKeys: () => void;
3183
+ setDefaultCheckedKeysMain: () => void;
3184
+ setDefaultCheckedKeysOther: () => void;
3185
+ setCurrentCheckedKeys: () => void;
3186
+ onCheck: (checkedKeys: any) => void;
3187
+ onExpand: (expandedKeys: any) => void;
3188
+ treeCount: (count: any) => string;
3189
+ searchOnloadMore: () => void;
3190
+ formatName: (name: any) => any;
3191
+ renderLabel: ({ option }: {
3192
+ option: any;
3193
+ }) => any;
3194
+ NSpin: import("vue").DefineComponent<{
3195
+ description: StringConstructor;
3196
+ stroke: StringConstructor;
3197
+ size: {
3198
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
3199
+ default: string;
3200
+ };
3201
+ show: {
3202
+ type: BooleanConstructor;
3203
+ default: boolean;
3204
+ };
3205
+ strokeWidth: NumberConstructor;
3206
+ rotate: {
3207
+ type: BooleanConstructor;
3208
+ default: boolean;
3209
+ };
3210
+ spinning: {
3211
+ type: BooleanConstructor;
3212
+ validator: () => boolean;
3213
+ default: undefined;
3214
+ };
3215
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3216
+ fontSize: string;
3217
+ textColor: string;
3218
+ sizeTiny: string;
3219
+ sizeSmall: string;
3220
+ sizeMedium: string;
3221
+ sizeLarge: string;
3222
+ sizeHuge: string;
3223
+ color: string;
3224
+ opacitySpinning: string;
3225
+ }, any>>;
3226
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3227
+ fontSize: string;
3228
+ textColor: string;
3229
+ sizeTiny: string;
3230
+ sizeSmall: string;
3231
+ sizeMedium: string;
3232
+ sizeLarge: string;
3233
+ sizeHuge: string;
3234
+ color: string;
3235
+ opacitySpinning: string;
3236
+ }, any>>>;
3237
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3238
+ fontSize: string;
3239
+ textColor: string;
3240
+ sizeTiny: string;
3241
+ sizeSmall: string;
3242
+ sizeMedium: string;
3243
+ sizeLarge: string;
3244
+ sizeHuge: string;
3245
+ color: string;
3246
+ opacitySpinning: string;
3247
+ }, any>>>;
3248
+ }, {
3249
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3250
+ compitableShow: import("vue").ComputedRef<boolean>;
3251
+ mergedStrokeWidth: import("vue").ComputedRef<number>;
3252
+ cssVars: import("vue").ComputedRef<{
3253
+ '--n-bezier': string;
3254
+ '--n-opacity-spinning': string;
3255
+ '--n-size': string;
3256
+ '--n-color': string;
3257
+ '--n-text-color': string;
3258
+ }> | undefined;
3259
+ themeClass: import("vue").Ref<string> | undefined;
3260
+ onRender: (() => void) | undefined;
3261
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3262
+ description: StringConstructor;
3263
+ stroke: StringConstructor;
3264
+ size: {
3265
+ type: import("vue").PropType<number | "small" | "medium" | "large">;
3266
+ default: string;
3267
+ };
3268
+ show: {
3269
+ type: BooleanConstructor;
3270
+ default: boolean;
3271
+ };
3272
+ strokeWidth: NumberConstructor;
3273
+ rotate: {
3274
+ type: BooleanConstructor;
3275
+ default: boolean;
3276
+ };
3277
+ spinning: {
3278
+ type: BooleanConstructor;
3279
+ validator: () => boolean;
3280
+ default: undefined;
3281
+ };
3282
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Spin", {
3283
+ fontSize: string;
3284
+ textColor: string;
3285
+ sizeTiny: string;
3286
+ sizeSmall: string;
3287
+ sizeMedium: string;
3288
+ sizeLarge: string;
3289
+ sizeHuge: string;
3290
+ color: string;
3291
+ opacitySpinning: string;
3292
+ }, any>>;
3293
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3294
+ fontSize: string;
3295
+ textColor: string;
3296
+ sizeTiny: string;
3297
+ sizeSmall: string;
3298
+ sizeMedium: string;
3299
+ sizeLarge: string;
3300
+ sizeHuge: string;
3301
+ color: string;
3302
+ opacitySpinning: string;
3303
+ }, any>>>;
3304
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Spin", {
3305
+ fontSize: string;
3306
+ textColor: string;
3307
+ sizeTiny: string;
3308
+ sizeSmall: string;
3309
+ sizeMedium: string;
3310
+ sizeLarge: string;
3311
+ sizeHuge: string;
3312
+ color: string;
3313
+ opacitySpinning: string;
3314
+ }, any>>>;
3315
+ }>>, {
3316
+ size: number | "small" | "medium" | "large";
3317
+ show: boolean;
3318
+ rotate: boolean;
3319
+ spinning: boolean;
3320
+ }>;
3321
+ NTree: any;
3322
+ NIcon: import("vue").DefineComponent<{
3323
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3324
+ readonly size: import("vue").PropType<string | number>;
3325
+ readonly color: StringConstructor;
3326
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3327
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3328
+ color: string;
3329
+ opacity1Depth: string;
3330
+ opacity2Depth: string;
3331
+ opacity3Depth: string;
3332
+ opacity4Depth: string;
3333
+ opacity5Depth: string;
3334
+ }, any>>;
3335
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3336
+ color: string;
3337
+ opacity1Depth: string;
3338
+ opacity2Depth: string;
3339
+ opacity3Depth: string;
3340
+ opacity4Depth: string;
3341
+ opacity5Depth: string;
3342
+ }, any>>>;
3343
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3344
+ color: string;
3345
+ opacity1Depth: string;
3346
+ opacity2Depth: string;
3347
+ opacity3Depth: string;
3348
+ opacity4Depth: string;
3349
+ opacity5Depth: string;
3350
+ }, any>>>;
3351
+ }, {
3352
+ mergedClsPrefix: import("vue").ComputedRef<string>;
3353
+ mergedStyle: import("vue").ComputedRef<{
3354
+ fontSize: string | undefined;
3355
+ color: string | undefined;
3356
+ }>;
3357
+ cssVars: import("vue").ComputedRef<{
3358
+ '--n-bezier': string;
3359
+ '--n-color': string;
3360
+ '--n-opacity': string;
3361
+ }> | undefined;
3362
+ themeClass: import("vue").Ref<string> | undefined;
3363
+ onRender: (() => void) | undefined;
3364
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3365
+ readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
3366
+ readonly size: import("vue").PropType<string | number>;
3367
+ readonly color: StringConstructor;
3368
+ readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
3369
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
3370
+ color: string;
3371
+ opacity1Depth: string;
3372
+ opacity2Depth: string;
3373
+ opacity3Depth: string;
3374
+ opacity4Depth: string;
3375
+ opacity5Depth: string;
3376
+ }, any>>;
3377
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3378
+ color: string;
3379
+ opacity1Depth: string;
3380
+ opacity2Depth: string;
3381
+ opacity3Depth: string;
3382
+ opacity4Depth: string;
3383
+ opacity5Depth: string;
3384
+ }, any>>>;
3385
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Icon", {
3386
+ color: string;
3387
+ opacity1Depth: string;
3388
+ opacity2Depth: string;
3389
+ opacity3Depth: string;
3390
+ opacity4Depth: string;
3391
+ opacity5Depth: string;
3392
+ }, any>>>;
3393
+ }>>, {}>;
3394
+ Search: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
3395
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore")[], "addCheckedkeysMain" | "removeCheckedkeysMain" | "addCheckedkeysOther" | "removeCheckedkeysOther" | "searchOnloadMore", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3396
+ visible: {
3397
+ type: BooleanConstructor;
3398
+ default: boolean;
3399
+ };
3400
+ searchNoMore: {
3401
+ type: BooleanConstructor;
3402
+ default: boolean;
3403
+ };
3404
+ loadMorenLoadinng: {
3405
+ type: BooleanConstructor;
3406
+ default: boolean;
3407
+ };
3408
+ formatTreeData: {
3409
+ type: ArrayConstructor;
3410
+ default: () => never[];
3411
+ };
3412
+ searchValue: {
3413
+ type: StringConstructor;
3414
+ };
3415
+ defaultExpandedKeys: {
3416
+ type: ArrayConstructor;
3417
+ required: true;
3418
+ };
3419
+ allCheckedKeys: {
3420
+ type: ObjectConstructor;
3421
+ };
3422
+ dataListKeys: {
3423
+ type: ObjectConstructor;
3424
+ };
3425
+ }>> & {
3426
+ onAddCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3427
+ onRemoveCheckedkeysMain?: ((...args: any[]) => any) | undefined;
3428
+ onAddCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3429
+ onRemoveCheckedkeysOther?: ((...args: any[]) => any) | undefined;
3430
+ onSearchOnloadMore?: ((...args: any[]) => any) | undefined;
3431
+ }, {
3432
+ visible: boolean;
3433
+ searchNoMore: boolean;
3434
+ loadMorenLoadinng: boolean;
3435
+ formatTreeData: unknown[];
3436
+ }>;
3437
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible")[], "check" | "pubCheckedTreeItem" | "handleOk" | "change" | "submitData" | "update:visible", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
3438
+ visible: {
3439
+ type: BooleanConstructor;
3440
+ default: boolean;
3441
+ };
3442
+ isDetail: {
3443
+ type: BooleanConstructor;
3444
+ default: boolean;
3445
+ };
3446
+ defaultList: {
3447
+ type: ArrayConstructor;
3448
+ default: () => never[];
3449
+ };
3450
+ data: {
3451
+ type: ArrayConstructor;
3452
+ default: () => never[];
3453
+ };
3454
+ searchPlaceholder: {
3455
+ type: StringConstructor;
3456
+ default: string;
3457
+ };
3458
+ searchButtonText: {
3459
+ type: StringConstructor;
3460
+ default: string;
3461
+ };
3462
+ wordbook: {
3463
+ type: ObjectConstructor;
3464
+ default: () => {};
3465
+ };
3466
+ wordbookChild: {
3467
+ type: ObjectConstructor;
3468
+ default: () => {};
3469
+ };
3470
+ SearchLoadMore: {
3471
+ type: BooleanConstructor;
3472
+ default: boolean;
3473
+ };
3474
+ queryMainTreeData: {
3475
+ type: FunctionConstructor;
3476
+ };
3477
+ queryLoadChildData: {
3478
+ type: FunctionConstructor;
3479
+ };
3480
+ queryTreeSearch: {
3481
+ type: FunctionConstructor;
3482
+ };
3483
+ }>> & {
3484
+ onChange?: ((...args: any[]) => any) | undefined;
3485
+ onCheck?: ((...args: any[]) => any) | undefined;
3486
+ onPubCheckedTreeItem?: ((...args: any[]) => any) | undefined;
3487
+ onHandleOk?: ((...args: any[]) => any) | undefined;
3488
+ onSubmitData?: ((...args: any[]) => any) | undefined;
3489
+ "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
3490
+ }, {
3491
+ data: unknown[];
3492
+ visible: boolean;
3493
+ isDetail: boolean;
3494
+ defaultList: unknown[];
3495
+ searchPlaceholder: string;
3496
+ searchButtonText: string;
3497
+ wordbook: Record<string, any>;
3498
+ wordbookChild: Record<string, any>;
3499
+ SearchLoadMore: boolean;
3500
+ }>;
3501
+ export default _default;