cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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