cnhis-design-vue 3.1.11-beta.6 → 3.1.11

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 (67) hide show
  1. package/es/packages/big-table/index.d.ts +2266 -1
  2. package/es/packages/big-table/src/BigTable.vue.d.ts +2287 -21
  3. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +24 -36
  4. package/es/packages/big-table/src/bigTableEmits.js +2 -1
  5. package/es/packages/big-table/src/bigTableProps.d.ts +4 -0
  6. package/es/packages/big-table/src/bigTableProps.js +1 -0
  7. package/es/packages/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  8. package/es/packages/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  9. package/es/packages/big-table/src/components/edit-form/edit-select-table.d.ts +3 -3
  10. package/es/packages/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  11. package/es/packages/big-table/src/components/input-button.js +4 -0
  12. package/es/packages/big-table/src/components/input-button.vue.d.ts +2252 -0
  13. package/es/packages/big-table/src/components/input-button.vue_vue_type_script_setup_true_lang.js +33 -0
  14. package/es/packages/big-table/src/hooks/useEdit.d.ts +4 -4
  15. package/es/packages/button-print/index.d.ts +5 -5
  16. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +5 -5
  17. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +2 -2
  18. package/es/packages/chunk-upload/index.d.ts +1 -1
  19. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1 -1
  20. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1 -1
  21. package/es/packages/drag-layout/index.d.ts +7 -7
  22. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +2 -2
  23. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +2 -2
  24. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +7 -7
  25. package/es/packages/field-set/index.d.ts +2 -2
  26. package/es/packages/field-set/src/FieldSet.vue.d.ts +2 -2
  27. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +1 -1
  28. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +1 -1
  29. package/es/packages/form-render/src/components/renderer/linebar.d.ts +1 -1
  30. package/es/packages/form-render/src/components/renderer/textarea.d.ts +1 -1
  31. package/es/packages/form-table/index.d.ts +24 -24
  32. package/es/packages/form-table/src/FormTable.vue.d.ts +24 -24
  33. package/es/packages/form-table/src/components/index.d.ts +23 -23
  34. package/es/packages/form-table/src/components/table-age.vue.d.ts +2 -2
  35. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +1 -1
  36. package/es/packages/form-table/src/components/table-digital.vue.d.ts +1 -1
  37. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +2 -2
  38. package/es/packages/form-table/src/components/table-input.vue.d.ts +2 -2
  39. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +1 -1
  40. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +2 -2
  41. package/es/packages/form-table/src/components/table-search.vue.d.ts +3 -3
  42. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +2 -2
  43. package/es/packages/form-table/src/components/table-select.vue.d.ts +2 -2
  44. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +3 -3
  45. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +1 -1
  46. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1 -1
  47. package/es/packages/info-header/index.d.ts +6 -6
  48. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +3 -0
  49. package/es/packages/info-header/src/InfoHeader.vue.d.ts +6 -6
  50. package/es/packages/map/index.d.ts +2 -2
  51. package/es/packages/map/src/Map.vue.d.ts +2 -2
  52. package/es/packages/scale-view/index.d.ts +2 -2
  53. package/es/packages/scale-view/src/ScaleView.vue.d.ts +2 -2
  54. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1
  55. package/es/packages/scale-view/src/components/formitem/r-upload.js +70 -59
  56. package/es/packages/scale-view/src/hooks/use-component.d.ts +9 -9
  57. package/es/packages/select-label/index.d.ts +13 -13
  58. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +5 -5
  59. package/es/packages/select-label/src/SelectLabel.vue.d.ts +8 -8
  60. package/es/packages/select-label/src/components/label-classify.vue.d.ts +5 -5
  61. package/es/packages/select-person/index.d.ts +2 -2
  62. package/es/packages/select-person/src/SelectPerson.vue.d.ts +2 -2
  63. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.js +2 -1
  64. package/es/packages/time-line/index.d.ts +1 -1
  65. package/es/packages/time-line/src/TimeLine.vue.d.ts +1 -1
  66. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1 -1
  67. package/package.json +1 -1
@@ -16,6 +16,10 @@ declare const _default: import("vue").DefineComponent<{
16
16
  type: ObjectConstructor;
17
17
  default: () => {};
18
18
  };
19
+ menuConfig: {
20
+ type: ObjectConstructor;
21
+ default: () => {};
22
+ };
19
23
  columnConfig: {
20
24
  type: ObjectConstructor;
21
25
  default: () => {};
@@ -195,6 +199,2260 @@ declare const _default: import("vue").DefineComponent<{
195
199
  _beforeSearchConvert: never[];
196
200
  addInlineEditPrimaryKey: string;
197
201
  GROUP_TITLE_KEY: string;
202
+ InputButton: import("vue").DefineComponent<{}, {
203
+ content: import("vue").Ref<string>;
204
+ NButton: import("vue").DefineComponent<{
205
+ readonly color: StringConstructor;
206
+ readonly textColor: StringConstructor;
207
+ readonly text: BooleanConstructor;
208
+ readonly block: BooleanConstructor;
209
+ readonly loading: BooleanConstructor;
210
+ readonly disabled: BooleanConstructor;
211
+ readonly circle: BooleanConstructor;
212
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
213
+ readonly ghost: BooleanConstructor;
214
+ readonly round: BooleanConstructor;
215
+ readonly secondary: BooleanConstructor;
216
+ readonly tertiary: BooleanConstructor;
217
+ readonly quaternary: BooleanConstructor;
218
+ readonly strong: BooleanConstructor;
219
+ readonly focusable: {
220
+ readonly type: BooleanConstructor;
221
+ readonly default: true;
222
+ };
223
+ readonly keyboard: {
224
+ readonly type: BooleanConstructor;
225
+ readonly default: true;
226
+ };
227
+ readonly tag: {
228
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
229
+ readonly default: "button";
230
+ };
231
+ readonly type: {
232
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
233
+ readonly default: "default";
234
+ };
235
+ readonly dashed: BooleanConstructor;
236
+ readonly iconPlacement: {
237
+ readonly type: import("vue").PropType<"left" | "right">;
238
+ readonly default: "left";
239
+ };
240
+ readonly attrType: {
241
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
242
+ readonly default: "button";
243
+ };
244
+ readonly bordered: {
245
+ readonly type: BooleanConstructor;
246
+ readonly default: true;
247
+ };
248
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
249
+ readonly nativeFocusBehavior: {
250
+ readonly type: BooleanConstructor;
251
+ readonly default: boolean;
252
+ };
253
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
254
+ heightTiny: string;
255
+ heightSmall: string;
256
+ heightMedium: string;
257
+ heightLarge: string;
258
+ borderRadiusTiny: string;
259
+ borderRadiusSmall: string;
260
+ borderRadiusMedium: string;
261
+ borderRadiusLarge: string;
262
+ fontSizeTiny: string;
263
+ fontSizeSmall: string;
264
+ fontSizeMedium: string;
265
+ fontSizeLarge: string;
266
+ opacityDisabled: string;
267
+ colorOpacitySecondary: string;
268
+ colorOpacitySecondaryHover: string;
269
+ colorOpacitySecondaryPressed: string;
270
+ colorSecondary: string;
271
+ colorSecondaryHover: string;
272
+ colorSecondaryPressed: string;
273
+ colorTertiary: string;
274
+ colorTertiaryHover: string;
275
+ colorTertiaryPressed: string;
276
+ colorQuaternary: string;
277
+ colorQuaternaryHover: string;
278
+ colorQuaternaryPressed: string;
279
+ color: string;
280
+ colorHover: string;
281
+ colorPressed: string;
282
+ colorFocus: string;
283
+ colorDisabled: string;
284
+ textColor: string;
285
+ textColorTertiary: string;
286
+ textColorHover: string;
287
+ textColorPressed: string;
288
+ textColorFocus: string;
289
+ textColorDisabled: string;
290
+ textColorText: string;
291
+ textColorTextHover: string;
292
+ textColorTextPressed: string;
293
+ textColorTextFocus: string;
294
+ textColorTextDisabled: string;
295
+ textColorGhost: string;
296
+ textColorGhostHover: string;
297
+ textColorGhostPressed: string;
298
+ textColorGhostFocus: string;
299
+ textColorGhostDisabled: string;
300
+ border: string;
301
+ borderHover: string;
302
+ borderPressed: string;
303
+ borderFocus: string;
304
+ borderDisabled: string;
305
+ rippleColor: string;
306
+ colorPrimary: string;
307
+ colorHoverPrimary: string;
308
+ colorPressedPrimary: string;
309
+ colorFocusPrimary: string;
310
+ colorDisabledPrimary: string;
311
+ textColorPrimary: string;
312
+ textColorHoverPrimary: string;
313
+ textColorPressedPrimary: string;
314
+ textColorFocusPrimary: string;
315
+ textColorDisabledPrimary: string;
316
+ textColorTextPrimary: string;
317
+ textColorTextHoverPrimary: string;
318
+ textColorTextPressedPrimary: string;
319
+ textColorTextFocusPrimary: string;
320
+ textColorTextDisabledPrimary: string;
321
+ textColorGhostPrimary: string;
322
+ textColorGhostHoverPrimary: string;
323
+ textColorGhostPressedPrimary: string;
324
+ textColorGhostFocusPrimary: string;
325
+ textColorGhostDisabledPrimary: string;
326
+ borderPrimary: string;
327
+ borderHoverPrimary: string;
328
+ borderPressedPrimary: string;
329
+ borderFocusPrimary: string;
330
+ borderDisabledPrimary: string;
331
+ rippleColorPrimary: string;
332
+ colorInfo: string;
333
+ colorHoverInfo: string;
334
+ colorPressedInfo: string;
335
+ colorFocusInfo: string;
336
+ colorDisabledInfo: string;
337
+ textColorInfo: string;
338
+ textColorHoverInfo: string;
339
+ textColorPressedInfo: string;
340
+ textColorFocusInfo: string;
341
+ textColorDisabledInfo: string;
342
+ textColorTextInfo: string;
343
+ textColorTextHoverInfo: string;
344
+ textColorTextPressedInfo: string;
345
+ textColorTextFocusInfo: string;
346
+ textColorTextDisabledInfo: string;
347
+ textColorGhostInfo: string;
348
+ textColorGhostHoverInfo: string;
349
+ textColorGhostPressedInfo: string;
350
+ textColorGhostFocusInfo: string;
351
+ textColorGhostDisabledInfo: string;
352
+ borderInfo: string;
353
+ borderHoverInfo: string;
354
+ borderPressedInfo: string;
355
+ borderFocusInfo: string;
356
+ borderDisabledInfo: string;
357
+ rippleColorInfo: string;
358
+ colorSuccess: string;
359
+ colorHoverSuccess: string;
360
+ colorPressedSuccess: string;
361
+ colorFocusSuccess: string;
362
+ colorDisabledSuccess: string;
363
+ textColorSuccess: string;
364
+ textColorHoverSuccess: string;
365
+ textColorPressedSuccess: string;
366
+ textColorFocusSuccess: string;
367
+ textColorDisabledSuccess: string;
368
+ textColorTextSuccess: string;
369
+ textColorTextHoverSuccess: string;
370
+ textColorTextPressedSuccess: string;
371
+ textColorTextFocusSuccess: string;
372
+ textColorTextDisabledSuccess: string;
373
+ textColorGhostSuccess: string;
374
+ textColorGhostHoverSuccess: string;
375
+ textColorGhostPressedSuccess: string;
376
+ textColorGhostFocusSuccess: string;
377
+ textColorGhostDisabledSuccess: string;
378
+ borderSuccess: string;
379
+ borderHoverSuccess: string;
380
+ borderPressedSuccess: string;
381
+ borderFocusSuccess: string;
382
+ borderDisabledSuccess: string;
383
+ rippleColorSuccess: string;
384
+ colorWarning: string;
385
+ colorHoverWarning: string;
386
+ colorPressedWarning: string;
387
+ colorFocusWarning: string;
388
+ colorDisabledWarning: string;
389
+ textColorWarning: string;
390
+ textColorHoverWarning: string;
391
+ textColorPressedWarning: string;
392
+ textColorFocusWarning: string;
393
+ textColorDisabledWarning: string;
394
+ textColorTextWarning: string;
395
+ textColorTextHoverWarning: string;
396
+ textColorTextPressedWarning: string;
397
+ textColorTextFocusWarning: string;
398
+ textColorTextDisabledWarning: string;
399
+ textColorGhostWarning: string;
400
+ textColorGhostHoverWarning: string;
401
+ textColorGhostPressedWarning: string;
402
+ textColorGhostFocusWarning: string;
403
+ textColorGhostDisabledWarning: string;
404
+ borderWarning: string;
405
+ borderHoverWarning: string;
406
+ borderPressedWarning: string;
407
+ borderFocusWarning: string;
408
+ borderDisabledWarning: string;
409
+ rippleColorWarning: string;
410
+ colorError: string;
411
+ colorHoverError: string;
412
+ colorPressedError: string;
413
+ colorFocusError: string;
414
+ colorDisabledError: string;
415
+ textColorError: string;
416
+ textColorHoverError: string;
417
+ textColorPressedError: string;
418
+ textColorFocusError: string;
419
+ textColorDisabledError: string;
420
+ textColorTextError: string;
421
+ textColorTextHoverError: string;
422
+ textColorTextPressedError: string;
423
+ textColorTextFocusError: string;
424
+ textColorTextDisabledError: string;
425
+ textColorGhostError: string;
426
+ textColorGhostHoverError: string;
427
+ textColorGhostPressedError: string;
428
+ textColorGhostFocusError: string;
429
+ textColorGhostDisabledError: string;
430
+ borderError: string;
431
+ borderHoverError: string;
432
+ borderPressedError: string;
433
+ borderFocusError: string;
434
+ borderDisabledError: string;
435
+ rippleColorError: string;
436
+ waveOpacity: string;
437
+ fontWeight: string;
438
+ fontWeightStrong: string;
439
+ paddingTiny: string;
440
+ paddingSmall: string;
441
+ paddingMedium: string;
442
+ paddingLarge: string;
443
+ paddingRoundTiny: string;
444
+ paddingRoundSmall: string;
445
+ paddingRoundMedium: string;
446
+ paddingRoundLarge: string;
447
+ iconMarginTiny: string;
448
+ iconMarginSmall: string;
449
+ iconMarginMedium: string;
450
+ iconMarginLarge: string;
451
+ iconSizeTiny: string;
452
+ iconSizeSmall: string;
453
+ iconSizeMedium: string;
454
+ iconSizeLarge: string;
455
+ rippleDuration: string;
456
+ }, any>>;
457
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
458
+ heightTiny: string;
459
+ heightSmall: string;
460
+ heightMedium: string;
461
+ heightLarge: string;
462
+ borderRadiusTiny: string;
463
+ borderRadiusSmall: string;
464
+ borderRadiusMedium: string;
465
+ borderRadiusLarge: string;
466
+ fontSizeTiny: string;
467
+ fontSizeSmall: string;
468
+ fontSizeMedium: string;
469
+ fontSizeLarge: string;
470
+ opacityDisabled: string;
471
+ colorOpacitySecondary: string;
472
+ colorOpacitySecondaryHover: string;
473
+ colorOpacitySecondaryPressed: string;
474
+ colorSecondary: string;
475
+ colorSecondaryHover: string;
476
+ colorSecondaryPressed: string;
477
+ colorTertiary: string;
478
+ colorTertiaryHover: string;
479
+ colorTertiaryPressed: string;
480
+ colorQuaternary: string;
481
+ colorQuaternaryHover: string;
482
+ colorQuaternaryPressed: string;
483
+ color: string;
484
+ colorHover: string;
485
+ colorPressed: string;
486
+ colorFocus: string;
487
+ colorDisabled: string;
488
+ textColor: string;
489
+ textColorTertiary: string;
490
+ textColorHover: string;
491
+ textColorPressed: string;
492
+ textColorFocus: string;
493
+ textColorDisabled: string;
494
+ textColorText: string;
495
+ textColorTextHover: string;
496
+ textColorTextPressed: string;
497
+ textColorTextFocus: string;
498
+ textColorTextDisabled: string;
499
+ textColorGhost: string;
500
+ textColorGhostHover: string;
501
+ textColorGhostPressed: string;
502
+ textColorGhostFocus: string;
503
+ textColorGhostDisabled: string;
504
+ border: string;
505
+ borderHover: string;
506
+ borderPressed: string;
507
+ borderFocus: string;
508
+ borderDisabled: string;
509
+ rippleColor: string;
510
+ colorPrimary: string;
511
+ colorHoverPrimary: string;
512
+ colorPressedPrimary: string;
513
+ colorFocusPrimary: string;
514
+ colorDisabledPrimary: string;
515
+ textColorPrimary: string;
516
+ textColorHoverPrimary: string;
517
+ textColorPressedPrimary: string;
518
+ textColorFocusPrimary: string;
519
+ textColorDisabledPrimary: string;
520
+ textColorTextPrimary: string;
521
+ textColorTextHoverPrimary: string;
522
+ textColorTextPressedPrimary: string;
523
+ textColorTextFocusPrimary: string;
524
+ textColorTextDisabledPrimary: string;
525
+ textColorGhostPrimary: string;
526
+ textColorGhostHoverPrimary: string;
527
+ textColorGhostPressedPrimary: string;
528
+ textColorGhostFocusPrimary: string;
529
+ textColorGhostDisabledPrimary: string;
530
+ borderPrimary: string;
531
+ borderHoverPrimary: string;
532
+ borderPressedPrimary: string;
533
+ borderFocusPrimary: string;
534
+ borderDisabledPrimary: string;
535
+ rippleColorPrimary: string;
536
+ colorInfo: string;
537
+ colorHoverInfo: string;
538
+ colorPressedInfo: string;
539
+ colorFocusInfo: string;
540
+ colorDisabledInfo: string;
541
+ textColorInfo: string;
542
+ textColorHoverInfo: string;
543
+ textColorPressedInfo: string;
544
+ textColorFocusInfo: string;
545
+ textColorDisabledInfo: string;
546
+ textColorTextInfo: string;
547
+ textColorTextHoverInfo: string;
548
+ textColorTextPressedInfo: string;
549
+ textColorTextFocusInfo: string;
550
+ textColorTextDisabledInfo: string;
551
+ textColorGhostInfo: string;
552
+ textColorGhostHoverInfo: string;
553
+ textColorGhostPressedInfo: string;
554
+ textColorGhostFocusInfo: string;
555
+ textColorGhostDisabledInfo: string;
556
+ borderInfo: string;
557
+ borderHoverInfo: string;
558
+ borderPressedInfo: string;
559
+ borderFocusInfo: string;
560
+ borderDisabledInfo: string;
561
+ rippleColorInfo: string;
562
+ colorSuccess: string;
563
+ colorHoverSuccess: string;
564
+ colorPressedSuccess: string;
565
+ colorFocusSuccess: string;
566
+ colorDisabledSuccess: string;
567
+ textColorSuccess: string;
568
+ textColorHoverSuccess: string;
569
+ textColorPressedSuccess: string;
570
+ textColorFocusSuccess: string;
571
+ textColorDisabledSuccess: string;
572
+ textColorTextSuccess: string;
573
+ textColorTextHoverSuccess: string;
574
+ textColorTextPressedSuccess: string;
575
+ textColorTextFocusSuccess: string;
576
+ textColorTextDisabledSuccess: string;
577
+ textColorGhostSuccess: string;
578
+ textColorGhostHoverSuccess: string;
579
+ textColorGhostPressedSuccess: string;
580
+ textColorGhostFocusSuccess: string;
581
+ textColorGhostDisabledSuccess: string;
582
+ borderSuccess: string;
583
+ borderHoverSuccess: string;
584
+ borderPressedSuccess: string;
585
+ borderFocusSuccess: string;
586
+ borderDisabledSuccess: string;
587
+ rippleColorSuccess: string;
588
+ colorWarning: string;
589
+ colorHoverWarning: string;
590
+ colorPressedWarning: string;
591
+ colorFocusWarning: string;
592
+ colorDisabledWarning: string;
593
+ textColorWarning: string;
594
+ textColorHoverWarning: string;
595
+ textColorPressedWarning: string;
596
+ textColorFocusWarning: string;
597
+ textColorDisabledWarning: string;
598
+ textColorTextWarning: string;
599
+ textColorTextHoverWarning: string;
600
+ textColorTextPressedWarning: string;
601
+ textColorTextFocusWarning: string;
602
+ textColorTextDisabledWarning: string;
603
+ textColorGhostWarning: string;
604
+ textColorGhostHoverWarning: string;
605
+ textColorGhostPressedWarning: string;
606
+ textColorGhostFocusWarning: string;
607
+ textColorGhostDisabledWarning: string;
608
+ borderWarning: string;
609
+ borderHoverWarning: string;
610
+ borderPressedWarning: string;
611
+ borderFocusWarning: string;
612
+ borderDisabledWarning: string;
613
+ rippleColorWarning: string;
614
+ colorError: string;
615
+ colorHoverError: string;
616
+ colorPressedError: string;
617
+ colorFocusError: string;
618
+ colorDisabledError: string;
619
+ textColorError: string;
620
+ textColorHoverError: string;
621
+ textColorPressedError: string;
622
+ textColorFocusError: string;
623
+ textColorDisabledError: string;
624
+ textColorTextError: string;
625
+ textColorTextHoverError: string;
626
+ textColorTextPressedError: string;
627
+ textColorTextFocusError: string;
628
+ textColorTextDisabledError: string;
629
+ textColorGhostError: string;
630
+ textColorGhostHoverError: string;
631
+ textColorGhostPressedError: string;
632
+ textColorGhostFocusError: string;
633
+ textColorGhostDisabledError: string;
634
+ borderError: string;
635
+ borderHoverError: string;
636
+ borderPressedError: string;
637
+ borderFocusError: string;
638
+ borderDisabledError: string;
639
+ rippleColorError: string;
640
+ waveOpacity: string;
641
+ fontWeight: string;
642
+ fontWeightStrong: string;
643
+ paddingTiny: string;
644
+ paddingSmall: string;
645
+ paddingMedium: string;
646
+ paddingLarge: string;
647
+ paddingRoundTiny: string;
648
+ paddingRoundSmall: string;
649
+ paddingRoundMedium: string;
650
+ paddingRoundLarge: string;
651
+ iconMarginTiny: string;
652
+ iconMarginSmall: string;
653
+ iconMarginMedium: string;
654
+ iconMarginLarge: string;
655
+ iconSizeTiny: string;
656
+ iconSizeSmall: string;
657
+ iconSizeMedium: string;
658
+ iconSizeLarge: string;
659
+ rippleDuration: string;
660
+ }, any>>>;
661
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
662
+ heightTiny: string;
663
+ heightSmall: string;
664
+ heightMedium: string;
665
+ heightLarge: string;
666
+ borderRadiusTiny: string;
667
+ borderRadiusSmall: string;
668
+ borderRadiusMedium: string;
669
+ borderRadiusLarge: string;
670
+ fontSizeTiny: string;
671
+ fontSizeSmall: string;
672
+ fontSizeMedium: string;
673
+ fontSizeLarge: string;
674
+ opacityDisabled: string;
675
+ colorOpacitySecondary: string;
676
+ colorOpacitySecondaryHover: string;
677
+ colorOpacitySecondaryPressed: string;
678
+ colorSecondary: string;
679
+ colorSecondaryHover: string;
680
+ colorSecondaryPressed: string;
681
+ colorTertiary: string;
682
+ colorTertiaryHover: string;
683
+ colorTertiaryPressed: string;
684
+ colorQuaternary: string;
685
+ colorQuaternaryHover: string;
686
+ colorQuaternaryPressed: string;
687
+ color: string;
688
+ colorHover: string;
689
+ colorPressed: string;
690
+ colorFocus: string;
691
+ colorDisabled: string;
692
+ textColor: string;
693
+ textColorTertiary: string;
694
+ textColorHover: string;
695
+ textColorPressed: string;
696
+ textColorFocus: string;
697
+ textColorDisabled: string;
698
+ textColorText: string;
699
+ textColorTextHover: string;
700
+ textColorTextPressed: string;
701
+ textColorTextFocus: string;
702
+ textColorTextDisabled: string;
703
+ textColorGhost: string;
704
+ textColorGhostHover: string;
705
+ textColorGhostPressed: string;
706
+ textColorGhostFocus: string;
707
+ textColorGhostDisabled: string;
708
+ border: string;
709
+ borderHover: string;
710
+ borderPressed: string;
711
+ borderFocus: string;
712
+ borderDisabled: string;
713
+ rippleColor: string;
714
+ colorPrimary: string;
715
+ colorHoverPrimary: string;
716
+ colorPressedPrimary: string;
717
+ colorFocusPrimary: string;
718
+ colorDisabledPrimary: string;
719
+ textColorPrimary: string;
720
+ textColorHoverPrimary: string;
721
+ textColorPressedPrimary: string;
722
+ textColorFocusPrimary: string;
723
+ textColorDisabledPrimary: string;
724
+ textColorTextPrimary: string;
725
+ textColorTextHoverPrimary: string;
726
+ textColorTextPressedPrimary: string;
727
+ textColorTextFocusPrimary: string;
728
+ textColorTextDisabledPrimary: string;
729
+ textColorGhostPrimary: string;
730
+ textColorGhostHoverPrimary: string;
731
+ textColorGhostPressedPrimary: string;
732
+ textColorGhostFocusPrimary: string;
733
+ textColorGhostDisabledPrimary: string;
734
+ borderPrimary: string;
735
+ borderHoverPrimary: string;
736
+ borderPressedPrimary: string;
737
+ borderFocusPrimary: string;
738
+ borderDisabledPrimary: string;
739
+ rippleColorPrimary: string;
740
+ colorInfo: string;
741
+ colorHoverInfo: string;
742
+ colorPressedInfo: string;
743
+ colorFocusInfo: string;
744
+ colorDisabledInfo: string;
745
+ textColorInfo: string;
746
+ textColorHoverInfo: string;
747
+ textColorPressedInfo: string;
748
+ textColorFocusInfo: string;
749
+ textColorDisabledInfo: string;
750
+ textColorTextInfo: string;
751
+ textColorTextHoverInfo: string;
752
+ textColorTextPressedInfo: string;
753
+ textColorTextFocusInfo: string;
754
+ textColorTextDisabledInfo: string;
755
+ textColorGhostInfo: string;
756
+ textColorGhostHoverInfo: string;
757
+ textColorGhostPressedInfo: string;
758
+ textColorGhostFocusInfo: string;
759
+ textColorGhostDisabledInfo: string;
760
+ borderInfo: string;
761
+ borderHoverInfo: string;
762
+ borderPressedInfo: string;
763
+ borderFocusInfo: string;
764
+ borderDisabledInfo: string;
765
+ rippleColorInfo: string;
766
+ colorSuccess: string;
767
+ colorHoverSuccess: string;
768
+ colorPressedSuccess: string;
769
+ colorFocusSuccess: string;
770
+ colorDisabledSuccess: string;
771
+ textColorSuccess: string;
772
+ textColorHoverSuccess: string;
773
+ textColorPressedSuccess: string;
774
+ textColorFocusSuccess: string;
775
+ textColorDisabledSuccess: string;
776
+ textColorTextSuccess: string;
777
+ textColorTextHoverSuccess: string;
778
+ textColorTextPressedSuccess: string;
779
+ textColorTextFocusSuccess: string;
780
+ textColorTextDisabledSuccess: string;
781
+ textColorGhostSuccess: string;
782
+ textColorGhostHoverSuccess: string;
783
+ textColorGhostPressedSuccess: string;
784
+ textColorGhostFocusSuccess: string;
785
+ textColorGhostDisabledSuccess: string;
786
+ borderSuccess: string;
787
+ borderHoverSuccess: string;
788
+ borderPressedSuccess: string;
789
+ borderFocusSuccess: string;
790
+ borderDisabledSuccess: string;
791
+ rippleColorSuccess: string;
792
+ colorWarning: string;
793
+ colorHoverWarning: string;
794
+ colorPressedWarning: string;
795
+ colorFocusWarning: string;
796
+ colorDisabledWarning: string;
797
+ textColorWarning: string;
798
+ textColorHoverWarning: string;
799
+ textColorPressedWarning: string;
800
+ textColorFocusWarning: string;
801
+ textColorDisabledWarning: string;
802
+ textColorTextWarning: string;
803
+ textColorTextHoverWarning: string;
804
+ textColorTextPressedWarning: string;
805
+ textColorTextFocusWarning: string;
806
+ textColorTextDisabledWarning: string;
807
+ textColorGhostWarning: string;
808
+ textColorGhostHoverWarning: string;
809
+ textColorGhostPressedWarning: string;
810
+ textColorGhostFocusWarning: string;
811
+ textColorGhostDisabledWarning: string;
812
+ borderWarning: string;
813
+ borderHoverWarning: string;
814
+ borderPressedWarning: string;
815
+ borderFocusWarning: string;
816
+ borderDisabledWarning: string;
817
+ rippleColorWarning: string;
818
+ colorError: string;
819
+ colorHoverError: string;
820
+ colorPressedError: string;
821
+ colorFocusError: string;
822
+ colorDisabledError: string;
823
+ textColorError: string;
824
+ textColorHoverError: string;
825
+ textColorPressedError: string;
826
+ textColorFocusError: string;
827
+ textColorDisabledError: string;
828
+ textColorTextError: string;
829
+ textColorTextHoverError: string;
830
+ textColorTextPressedError: string;
831
+ textColorTextFocusError: string;
832
+ textColorTextDisabledError: string;
833
+ textColorGhostError: string;
834
+ textColorGhostHoverError: string;
835
+ textColorGhostPressedError: string;
836
+ textColorGhostFocusError: string;
837
+ textColorGhostDisabledError: string;
838
+ borderError: string;
839
+ borderHoverError: string;
840
+ borderPressedError: string;
841
+ borderFocusError: string;
842
+ borderDisabledError: string;
843
+ rippleColorError: string;
844
+ waveOpacity: string;
845
+ fontWeight: string;
846
+ fontWeightStrong: string;
847
+ paddingTiny: string;
848
+ paddingSmall: string;
849
+ paddingMedium: string;
850
+ paddingLarge: string;
851
+ paddingRoundTiny: string;
852
+ paddingRoundSmall: string;
853
+ paddingRoundMedium: string;
854
+ paddingRoundLarge: string;
855
+ iconMarginTiny: string;
856
+ iconMarginSmall: string;
857
+ iconMarginMedium: string;
858
+ iconMarginLarge: string;
859
+ iconSizeTiny: string;
860
+ iconSizeSmall: string;
861
+ iconSizeMedium: string;
862
+ iconSizeLarge: string;
863
+ rippleDuration: string;
864
+ }, any>>>;
865
+ }, {
866
+ selfElRef: import("vue").Ref<HTMLElement | null>;
867
+ waveElRef: import("vue").Ref<{
868
+ play: () => void;
869
+ } | null>;
870
+ mergedClsPrefix: import("vue").ComputedRef<string>;
871
+ mergedFocusable: import("vue").ComputedRef<boolean>;
872
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
873
+ showBorder: import("vue").ComputedRef<boolean>;
874
+ enterPressed: import("vue").Ref<boolean>;
875
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
876
+ handleMousedown: (e: MouseEvent) => void;
877
+ handleKeydown: (e: KeyboardEvent) => void;
878
+ handleBlur: () => void;
879
+ handleKeyup: (e: KeyboardEvent) => void;
880
+ handleClick: (e: MouseEvent) => void;
881
+ customColorCssVars: import("vue").ComputedRef<{
882
+ '--n-border-color': string;
883
+ '--n-border-color-hover': string;
884
+ '--n-border-color-pressed': string;
885
+ '--n-border-color-focus': string;
886
+ '--n-border-color-disabled': string;
887
+ } | null>;
888
+ cssVars: import("vue").ComputedRef<{
889
+ '--n-width': string;
890
+ '--n-height': string;
891
+ '--n-font-size': string;
892
+ '--n-padding': string;
893
+ '--n-icon-size': string;
894
+ '--n-icon-margin': string;
895
+ '--n-border-radius': string;
896
+ '--n-border': string;
897
+ '--n-border-hover': string;
898
+ '--n-border-pressed': string;
899
+ '--n-border-focus': string;
900
+ '--n-border-disabled': string;
901
+ '--n-color': string;
902
+ '--n-color-hover': string;
903
+ '--n-color-pressed': string;
904
+ '--n-color-focus': string;
905
+ '--n-color-disabled': string;
906
+ '--n-ripple-color': string;
907
+ '--n-text-color': string;
908
+ '--n-text-color-hover': string;
909
+ '--n-text-color-pressed': string;
910
+ '--n-text-color-focus': string;
911
+ '--n-text-color-disabled': string;
912
+ 'font-weight': string;
913
+ '--n-bezier': string;
914
+ '--n-bezier-ease-out': string;
915
+ '--n-ripple-duration': string;
916
+ '--n-opacity-disabled': string;
917
+ '--n-wave-opacity': string;
918
+ }> | undefined;
919
+ themeClass: import("vue").Ref<string> | undefined;
920
+ onRender: (() => void) | undefined;
921
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
922
+ readonly color: StringConstructor;
923
+ readonly textColor: StringConstructor;
924
+ readonly text: BooleanConstructor;
925
+ readonly block: BooleanConstructor;
926
+ readonly loading: BooleanConstructor;
927
+ readonly disabled: BooleanConstructor;
928
+ readonly circle: BooleanConstructor;
929
+ readonly size: import("vue").PropType<import("naive-ui/es/button/src/interface").Size>;
930
+ readonly ghost: BooleanConstructor;
931
+ readonly round: BooleanConstructor;
932
+ readonly secondary: BooleanConstructor;
933
+ readonly tertiary: BooleanConstructor;
934
+ readonly quaternary: BooleanConstructor;
935
+ readonly strong: BooleanConstructor;
936
+ readonly focusable: {
937
+ readonly type: BooleanConstructor;
938
+ readonly default: true;
939
+ };
940
+ readonly keyboard: {
941
+ readonly type: BooleanConstructor;
942
+ readonly default: true;
943
+ };
944
+ readonly tag: {
945
+ readonly type: import("vue").PropType<keyof HTMLElementTagNameMap>;
946
+ readonly default: "button";
947
+ };
948
+ readonly type: {
949
+ readonly type: import("vue").PropType<import("naive-ui/es/button/src/interface").Type>;
950
+ readonly default: "default";
951
+ };
952
+ readonly dashed: BooleanConstructor;
953
+ readonly iconPlacement: {
954
+ readonly type: import("vue").PropType<"left" | "right">;
955
+ readonly default: "left";
956
+ };
957
+ readonly attrType: {
958
+ readonly type: import("vue").PropType<"button" | "reset" | "submit">;
959
+ readonly default: "button";
960
+ };
961
+ readonly bordered: {
962
+ readonly type: BooleanConstructor;
963
+ readonly default: true;
964
+ };
965
+ readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
966
+ readonly nativeFocusBehavior: {
967
+ readonly type: BooleanConstructor;
968
+ readonly default: boolean;
969
+ };
970
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
971
+ heightTiny: string;
972
+ heightSmall: string;
973
+ heightMedium: string;
974
+ heightLarge: string;
975
+ borderRadiusTiny: string;
976
+ borderRadiusSmall: string;
977
+ borderRadiusMedium: string;
978
+ borderRadiusLarge: string;
979
+ fontSizeTiny: string;
980
+ fontSizeSmall: string;
981
+ fontSizeMedium: string;
982
+ fontSizeLarge: string;
983
+ opacityDisabled: string;
984
+ colorOpacitySecondary: string;
985
+ colorOpacitySecondaryHover: string;
986
+ colorOpacitySecondaryPressed: string;
987
+ colorSecondary: string;
988
+ colorSecondaryHover: string;
989
+ colorSecondaryPressed: string;
990
+ colorTertiary: string;
991
+ colorTertiaryHover: string;
992
+ colorTertiaryPressed: string;
993
+ colorQuaternary: string;
994
+ colorQuaternaryHover: string;
995
+ colorQuaternaryPressed: string;
996
+ color: string;
997
+ colorHover: string;
998
+ colorPressed: string;
999
+ colorFocus: string;
1000
+ colorDisabled: string;
1001
+ textColor: string;
1002
+ textColorTertiary: string;
1003
+ textColorHover: string;
1004
+ textColorPressed: string;
1005
+ textColorFocus: string;
1006
+ textColorDisabled: string;
1007
+ textColorText: string;
1008
+ textColorTextHover: string;
1009
+ textColorTextPressed: string;
1010
+ textColorTextFocus: string;
1011
+ textColorTextDisabled: string;
1012
+ textColorGhost: string;
1013
+ textColorGhostHover: string;
1014
+ textColorGhostPressed: string;
1015
+ textColorGhostFocus: string;
1016
+ textColorGhostDisabled: string;
1017
+ border: string;
1018
+ borderHover: string;
1019
+ borderPressed: string;
1020
+ borderFocus: string;
1021
+ borderDisabled: string;
1022
+ rippleColor: string;
1023
+ colorPrimary: string;
1024
+ colorHoverPrimary: string;
1025
+ colorPressedPrimary: string;
1026
+ colorFocusPrimary: string;
1027
+ colorDisabledPrimary: string;
1028
+ textColorPrimary: string;
1029
+ textColorHoverPrimary: string;
1030
+ textColorPressedPrimary: string;
1031
+ textColorFocusPrimary: string;
1032
+ textColorDisabledPrimary: string;
1033
+ textColorTextPrimary: string;
1034
+ textColorTextHoverPrimary: string;
1035
+ textColorTextPressedPrimary: string;
1036
+ textColorTextFocusPrimary: string;
1037
+ textColorTextDisabledPrimary: string;
1038
+ textColorGhostPrimary: string;
1039
+ textColorGhostHoverPrimary: string;
1040
+ textColorGhostPressedPrimary: string;
1041
+ textColorGhostFocusPrimary: string;
1042
+ textColorGhostDisabledPrimary: string;
1043
+ borderPrimary: string;
1044
+ borderHoverPrimary: string;
1045
+ borderPressedPrimary: string;
1046
+ borderFocusPrimary: string;
1047
+ borderDisabledPrimary: string;
1048
+ rippleColorPrimary: string;
1049
+ colorInfo: string;
1050
+ colorHoverInfo: string;
1051
+ colorPressedInfo: string;
1052
+ colorFocusInfo: string;
1053
+ colorDisabledInfo: string;
1054
+ textColorInfo: string;
1055
+ textColorHoverInfo: string;
1056
+ textColorPressedInfo: string;
1057
+ textColorFocusInfo: string;
1058
+ textColorDisabledInfo: string;
1059
+ textColorTextInfo: string;
1060
+ textColorTextHoverInfo: string;
1061
+ textColorTextPressedInfo: string;
1062
+ textColorTextFocusInfo: string;
1063
+ textColorTextDisabledInfo: string;
1064
+ textColorGhostInfo: string;
1065
+ textColorGhostHoverInfo: string;
1066
+ textColorGhostPressedInfo: string;
1067
+ textColorGhostFocusInfo: string;
1068
+ textColorGhostDisabledInfo: string;
1069
+ borderInfo: string;
1070
+ borderHoverInfo: string;
1071
+ borderPressedInfo: string;
1072
+ borderFocusInfo: string;
1073
+ borderDisabledInfo: string;
1074
+ rippleColorInfo: string;
1075
+ colorSuccess: string;
1076
+ colorHoverSuccess: string;
1077
+ colorPressedSuccess: string;
1078
+ colorFocusSuccess: string;
1079
+ colorDisabledSuccess: string;
1080
+ textColorSuccess: string;
1081
+ textColorHoverSuccess: string;
1082
+ textColorPressedSuccess: string;
1083
+ textColorFocusSuccess: string;
1084
+ textColorDisabledSuccess: string;
1085
+ textColorTextSuccess: string;
1086
+ textColorTextHoverSuccess: string;
1087
+ textColorTextPressedSuccess: string;
1088
+ textColorTextFocusSuccess: string;
1089
+ textColorTextDisabledSuccess: string;
1090
+ textColorGhostSuccess: string;
1091
+ textColorGhostHoverSuccess: string;
1092
+ textColorGhostPressedSuccess: string;
1093
+ textColorGhostFocusSuccess: string;
1094
+ textColorGhostDisabledSuccess: string;
1095
+ borderSuccess: string;
1096
+ borderHoverSuccess: string;
1097
+ borderPressedSuccess: string;
1098
+ borderFocusSuccess: string;
1099
+ borderDisabledSuccess: string;
1100
+ rippleColorSuccess: string;
1101
+ colorWarning: string;
1102
+ colorHoverWarning: string;
1103
+ colorPressedWarning: string;
1104
+ colorFocusWarning: string;
1105
+ colorDisabledWarning: string;
1106
+ textColorWarning: string;
1107
+ textColorHoverWarning: string;
1108
+ textColorPressedWarning: string;
1109
+ textColorFocusWarning: string;
1110
+ textColorDisabledWarning: string;
1111
+ textColorTextWarning: string;
1112
+ textColorTextHoverWarning: string;
1113
+ textColorTextPressedWarning: string;
1114
+ textColorTextFocusWarning: string;
1115
+ textColorTextDisabledWarning: string;
1116
+ textColorGhostWarning: string;
1117
+ textColorGhostHoverWarning: string;
1118
+ textColorGhostPressedWarning: string;
1119
+ textColorGhostFocusWarning: string;
1120
+ textColorGhostDisabledWarning: string;
1121
+ borderWarning: string;
1122
+ borderHoverWarning: string;
1123
+ borderPressedWarning: string;
1124
+ borderFocusWarning: string;
1125
+ borderDisabledWarning: string;
1126
+ rippleColorWarning: string;
1127
+ colorError: string;
1128
+ colorHoverError: string;
1129
+ colorPressedError: string;
1130
+ colorFocusError: string;
1131
+ colorDisabledError: string;
1132
+ textColorError: string;
1133
+ textColorHoverError: string;
1134
+ textColorPressedError: string;
1135
+ textColorFocusError: string;
1136
+ textColorDisabledError: string;
1137
+ textColorTextError: string;
1138
+ textColorTextHoverError: string;
1139
+ textColorTextPressedError: string;
1140
+ textColorTextFocusError: string;
1141
+ textColorTextDisabledError: string; /**
1142
+ * 避免每次点击都查询
1143
+ * 初始化查一次 行编辑 表单search用
1144
+ */
1145
+ textColorGhostError: string;
1146
+ textColorGhostHoverError: string;
1147
+ textColorGhostPressedError: string;
1148
+ textColorGhostFocusError: string;
1149
+ textColorGhostDisabledError: string;
1150
+ borderError: string;
1151
+ borderHoverError: string;
1152
+ borderPressedError: string;
1153
+ borderFocusError: string;
1154
+ borderDisabledError: string;
1155
+ rippleColorError: string;
1156
+ waveOpacity: string;
1157
+ fontWeight: string;
1158
+ fontWeightStrong: string;
1159
+ paddingTiny: string;
1160
+ paddingSmall: string;
1161
+ paddingMedium: string;
1162
+ paddingLarge: string;
1163
+ paddingRoundTiny: string;
1164
+ paddingRoundSmall: string;
1165
+ paddingRoundMedium: string;
1166
+ paddingRoundLarge: string;
1167
+ iconMarginTiny: string;
1168
+ iconMarginSmall: string;
1169
+ iconMarginMedium: string;
1170
+ iconMarginLarge: string;
1171
+ iconSizeTiny: string;
1172
+ iconSizeSmall: string;
1173
+ iconSizeMedium: string;
1174
+ iconSizeLarge: string;
1175
+ rippleDuration: string;
1176
+ }, any>>;
1177
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1178
+ heightTiny: string;
1179
+ heightSmall: string;
1180
+ heightMedium: string;
1181
+ heightLarge: string;
1182
+ borderRadiusTiny: string;
1183
+ borderRadiusSmall: string;
1184
+ borderRadiusMedium: string;
1185
+ borderRadiusLarge: string;
1186
+ fontSizeTiny: string;
1187
+ fontSizeSmall: string;
1188
+ fontSizeMedium: string;
1189
+ fontSizeLarge: string;
1190
+ opacityDisabled: string;
1191
+ colorOpacitySecondary: string;
1192
+ colorOpacitySecondaryHover: string;
1193
+ colorOpacitySecondaryPressed: string;
1194
+ colorSecondary: string;
1195
+ colorSecondaryHover: string;
1196
+ colorSecondaryPressed: string;
1197
+ colorTertiary: string;
1198
+ colorTertiaryHover: string;
1199
+ colorTertiaryPressed: string;
1200
+ colorQuaternary: string;
1201
+ colorQuaternaryHover: string;
1202
+ colorQuaternaryPressed: string;
1203
+ color: string;
1204
+ colorHover: string;
1205
+ colorPressed: string;
1206
+ colorFocus: string;
1207
+ colorDisabled: string;
1208
+ textColor: string;
1209
+ textColorTertiary: string;
1210
+ textColorHover: string;
1211
+ textColorPressed: string;
1212
+ textColorFocus: string;
1213
+ textColorDisabled: string;
1214
+ textColorText: string;
1215
+ textColorTextHover: string;
1216
+ textColorTextPressed: string;
1217
+ textColorTextFocus: string;
1218
+ textColorTextDisabled: string;
1219
+ textColorGhost: string;
1220
+ textColorGhostHover: string;
1221
+ textColorGhostPressed: string;
1222
+ textColorGhostFocus: string;
1223
+ textColorGhostDisabled: string;
1224
+ border: string;
1225
+ borderHover: string;
1226
+ borderPressed: string;
1227
+ borderFocus: string;
1228
+ borderDisabled: string;
1229
+ rippleColor: string;
1230
+ colorPrimary: string;
1231
+ colorHoverPrimary: string;
1232
+ colorPressedPrimary: string;
1233
+ colorFocusPrimary: string;
1234
+ colorDisabledPrimary: string;
1235
+ textColorPrimary: string;
1236
+ textColorHoverPrimary: string;
1237
+ textColorPressedPrimary: string;
1238
+ textColorFocusPrimary: string;
1239
+ textColorDisabledPrimary: string;
1240
+ textColorTextPrimary: string;
1241
+ textColorTextHoverPrimary: string;
1242
+ textColorTextPressedPrimary: string;
1243
+ textColorTextFocusPrimary: string;
1244
+ textColorTextDisabledPrimary: string;
1245
+ textColorGhostPrimary: string;
1246
+ textColorGhostHoverPrimary: string;
1247
+ textColorGhostPressedPrimary: string;
1248
+ textColorGhostFocusPrimary: string;
1249
+ textColorGhostDisabledPrimary: string;
1250
+ borderPrimary: string; /** string */
1251
+ borderHoverPrimary: string;
1252
+ borderPressedPrimary: string;
1253
+ borderFocusPrimary: string;
1254
+ borderDisabledPrimary: string;
1255
+ rippleColorPrimary: string;
1256
+ colorInfo: string;
1257
+ colorHoverInfo: string;
1258
+ colorPressedInfo: string;
1259
+ colorFocusInfo: string;
1260
+ colorDisabledInfo: string;
1261
+ textColorInfo: string;
1262
+ textColorHoverInfo: string;
1263
+ textColorPressedInfo: string;
1264
+ textColorFocusInfo: string;
1265
+ textColorDisabledInfo: string;
1266
+ textColorTextInfo: string;
1267
+ textColorTextHoverInfo: string;
1268
+ textColorTextPressedInfo: string;
1269
+ textColorTextFocusInfo: string;
1270
+ textColorTextDisabledInfo: string;
1271
+ textColorGhostInfo: string;
1272
+ textColorGhostHoverInfo: string;
1273
+ textColorGhostPressedInfo: string;
1274
+ textColorGhostFocusInfo: string;
1275
+ textColorGhostDisabledInfo: string;
1276
+ borderInfo: string;
1277
+ borderHoverInfo: string;
1278
+ borderPressedInfo: string;
1279
+ borderFocusInfo: string;
1280
+ borderDisabledInfo: string;
1281
+ rippleColorInfo: string;
1282
+ colorSuccess: string;
1283
+ colorHoverSuccess: string;
1284
+ colorPressedSuccess: string;
1285
+ colorFocusSuccess: string;
1286
+ colorDisabledSuccess: string;
1287
+ textColorSuccess: string;
1288
+ textColorHoverSuccess: string;
1289
+ textColorPressedSuccess: string;
1290
+ textColorFocusSuccess: string;
1291
+ textColorDisabledSuccess: string;
1292
+ textColorTextSuccess: string;
1293
+ textColorTextHoverSuccess: string;
1294
+ textColorTextPressedSuccess: string;
1295
+ textColorTextFocusSuccess: string;
1296
+ textColorTextDisabledSuccess: string;
1297
+ textColorGhostSuccess: string;
1298
+ textColorGhostHoverSuccess: string;
1299
+ textColorGhostPressedSuccess: string;
1300
+ textColorGhostFocusSuccess: string;
1301
+ textColorGhostDisabledSuccess: string;
1302
+ borderSuccess: string;
1303
+ borderHoverSuccess: string;
1304
+ borderPressedSuccess: string;
1305
+ borderFocusSuccess: string;
1306
+ borderDisabledSuccess: string;
1307
+ rippleColorSuccess: string;
1308
+ colorWarning: string;
1309
+ colorHoverWarning: string;
1310
+ colorPressedWarning: string;
1311
+ colorFocusWarning: string;
1312
+ colorDisabledWarning: string;
1313
+ textColorWarning: string;
1314
+ textColorHoverWarning: string;
1315
+ textColorPressedWarning: string;
1316
+ textColorFocusWarning: string;
1317
+ textColorDisabledWarning: string;
1318
+ textColorTextWarning: string;
1319
+ textColorTextHoverWarning: string;
1320
+ textColorTextPressedWarning: string;
1321
+ textColorTextFocusWarning: string;
1322
+ textColorTextDisabledWarning: string;
1323
+ textColorGhostWarning: string;
1324
+ textColorGhostHoverWarning: string;
1325
+ textColorGhostPressedWarning: string;
1326
+ textColorGhostFocusWarning: string;
1327
+ textColorGhostDisabledWarning: string;
1328
+ borderWarning: string;
1329
+ borderHoverWarning: string;
1330
+ borderPressedWarning: string;
1331
+ borderFocusWarning: string;
1332
+ borderDisabledWarning: string;
1333
+ rippleColorWarning: string;
1334
+ colorError: string;
1335
+ colorHoverError: string;
1336
+ colorPressedError: string;
1337
+ colorFocusError: string;
1338
+ colorDisabledError: string;
1339
+ textColorError: string;
1340
+ textColorHoverError: string;
1341
+ textColorPressedError: string;
1342
+ textColorFocusError: string;
1343
+ textColorDisabledError: string;
1344
+ textColorTextError: string;
1345
+ textColorTextHoverError: string;
1346
+ textColorTextPressedError: string;
1347
+ textColorTextFocusError: string;
1348
+ textColorTextDisabledError: string;
1349
+ textColorGhostError: string;
1350
+ textColorGhostHoverError: string;
1351
+ textColorGhostPressedError: string;
1352
+ textColorGhostFocusError: string;
1353
+ textColorGhostDisabledError: string;
1354
+ borderError: string;
1355
+ borderHoverError: string;
1356
+ borderPressedError: string;
1357
+ borderFocusError: string;
1358
+ borderDisabledError: string;
1359
+ rippleColorError: string;
1360
+ waveOpacity: string;
1361
+ fontWeight: string;
1362
+ fontWeightStrong: string;
1363
+ paddingTiny: string;
1364
+ paddingSmall: string;
1365
+ paddingMedium: string;
1366
+ paddingLarge: string;
1367
+ paddingRoundTiny: string;
1368
+ paddingRoundSmall: string;
1369
+ paddingRoundMedium: string;
1370
+ paddingRoundLarge: string;
1371
+ iconMarginTiny: string;
1372
+ iconMarginSmall: string;
1373
+ iconMarginMedium: string;
1374
+ iconMarginLarge: string;
1375
+ iconSizeTiny: string;
1376
+ iconSizeSmall: string;
1377
+ iconSizeMedium: string;
1378
+ iconSizeLarge: string;
1379
+ rippleDuration: string;
1380
+ }, any>>>;
1381
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Button", {
1382
+ heightTiny: string;
1383
+ heightSmall: string;
1384
+ heightMedium: string;
1385
+ heightLarge: string;
1386
+ borderRadiusTiny: string;
1387
+ borderRadiusSmall: string;
1388
+ borderRadiusMedium: string;
1389
+ borderRadiusLarge: string;
1390
+ fontSizeTiny: string;
1391
+ fontSizeSmall: string;
1392
+ fontSizeMedium: string;
1393
+ fontSizeLarge: string;
1394
+ opacityDisabled: string;
1395
+ colorOpacitySecondary: string;
1396
+ colorOpacitySecondaryHover: string;
1397
+ colorOpacitySecondaryPressed: string;
1398
+ colorSecondary: string;
1399
+ colorSecondaryHover: string;
1400
+ colorSecondaryPressed: string;
1401
+ colorTertiary: string;
1402
+ colorTertiaryHover: string;
1403
+ colorTertiaryPressed: string;
1404
+ colorQuaternary: string;
1405
+ colorQuaternaryHover: string;
1406
+ colorQuaternaryPressed: string;
1407
+ color: string;
1408
+ colorHover: string;
1409
+ colorPressed: string;
1410
+ colorFocus: string;
1411
+ colorDisabled: string;
1412
+ textColor: string;
1413
+ textColorTertiary: string;
1414
+ textColorHover: string;
1415
+ textColorPressed: string;
1416
+ textColorFocus: string;
1417
+ textColorDisabled: string;
1418
+ textColorText: string;
1419
+ textColorTextHover: string;
1420
+ textColorTextPressed: string;
1421
+ textColorTextFocus: string;
1422
+ textColorTextDisabled: string;
1423
+ textColorGhost: string;
1424
+ textColorGhostHover: string;
1425
+ textColorGhostPressed: string;
1426
+ textColorGhostFocus: string;
1427
+ textColorGhostDisabled: string;
1428
+ border: string;
1429
+ borderHover: string;
1430
+ borderPressed: string;
1431
+ borderFocus: string;
1432
+ borderDisabled: string;
1433
+ rippleColor: string;
1434
+ colorPrimary: string;
1435
+ colorHoverPrimary: string;
1436
+ colorPressedPrimary: string;
1437
+ colorFocusPrimary: string;
1438
+ colorDisabledPrimary: string;
1439
+ textColorPrimary: string;
1440
+ textColorHoverPrimary: string;
1441
+ textColorPressedPrimary: string;
1442
+ textColorFocusPrimary: string;
1443
+ textColorDisabledPrimary: string;
1444
+ textColorTextPrimary: string;
1445
+ textColorTextHoverPrimary: string;
1446
+ textColorTextPressedPrimary: string;
1447
+ textColorTextFocusPrimary: string;
1448
+ textColorTextDisabledPrimary: string;
1449
+ textColorGhostPrimary: string;
1450
+ textColorGhostHoverPrimary: string;
1451
+ textColorGhostPressedPrimary: string;
1452
+ textColorGhostFocusPrimary: string;
1453
+ textColorGhostDisabledPrimary: string;
1454
+ borderPrimary: string;
1455
+ borderHoverPrimary: string;
1456
+ borderPressedPrimary: string;
1457
+ borderFocusPrimary: string;
1458
+ borderDisabledPrimary: string;
1459
+ rippleColorPrimary: string;
1460
+ colorInfo: string;
1461
+ colorHoverInfo: string;
1462
+ colorPressedInfo: string;
1463
+ colorFocusInfo: string;
1464
+ colorDisabledInfo: string;
1465
+ textColorInfo: string;
1466
+ textColorHoverInfo: string;
1467
+ textColorPressedInfo: string;
1468
+ textColorFocusInfo: string;
1469
+ textColorDisabledInfo: string;
1470
+ textColorTextInfo: string;
1471
+ textColorTextHoverInfo: string;
1472
+ textColorTextPressedInfo: string;
1473
+ textColorTextFocusInfo: string;
1474
+ textColorTextDisabledInfo: string;
1475
+ textColorGhostInfo: string;
1476
+ textColorGhostHoverInfo: string;
1477
+ textColorGhostPressedInfo: string;
1478
+ textColorGhostFocusInfo: string;
1479
+ textColorGhostDisabledInfo: string;
1480
+ borderInfo: string;
1481
+ borderHoverInfo: string;
1482
+ borderPressedInfo: string;
1483
+ borderFocusInfo: string;
1484
+ borderDisabledInfo: string;
1485
+ rippleColorInfo: string;
1486
+ colorSuccess: string;
1487
+ colorHoverSuccess: string;
1488
+ colorPressedSuccess: string;
1489
+ colorFocusSuccess: string;
1490
+ colorDisabledSuccess: string;
1491
+ textColorSuccess: string;
1492
+ textColorHoverSuccess: string;
1493
+ textColorPressedSuccess: string;
1494
+ textColorFocusSuccess: string;
1495
+ textColorDisabledSuccess: string;
1496
+ textColorTextSuccess: string;
1497
+ textColorTextHoverSuccess: string;
1498
+ textColorTextPressedSuccess: string;
1499
+ textColorTextFocusSuccess: string;
1500
+ textColorTextDisabledSuccess: string;
1501
+ textColorGhostSuccess: string;
1502
+ textColorGhostHoverSuccess: string;
1503
+ textColorGhostPressedSuccess: string;
1504
+ textColorGhostFocusSuccess: string;
1505
+ textColorGhostDisabledSuccess: string;
1506
+ borderSuccess: string;
1507
+ borderHoverSuccess: string;
1508
+ borderPressedSuccess: string;
1509
+ borderFocusSuccess: string;
1510
+ borderDisabledSuccess: string;
1511
+ rippleColorSuccess: string;
1512
+ colorWarning: string;
1513
+ colorHoverWarning: string;
1514
+ colorPressedWarning: string;
1515
+ colorFocusWarning: string;
1516
+ colorDisabledWarning: string;
1517
+ textColorWarning: string;
1518
+ textColorHoverWarning: string;
1519
+ textColorPressedWarning: string;
1520
+ textColorFocusWarning: string;
1521
+ textColorDisabledWarning: string;
1522
+ textColorTextWarning: string;
1523
+ textColorTextHoverWarning: string;
1524
+ textColorTextPressedWarning: string;
1525
+ textColorTextFocusWarning: string;
1526
+ textColorTextDisabledWarning: string;
1527
+ textColorGhostWarning: string;
1528
+ textColorGhostHoverWarning: string;
1529
+ textColorGhostPressedWarning: string;
1530
+ textColorGhostFocusWarning: string;
1531
+ textColorGhostDisabledWarning: string;
1532
+ borderWarning: string;
1533
+ borderHoverWarning: string;
1534
+ borderPressedWarning: string;
1535
+ borderFocusWarning: string;
1536
+ borderDisabledWarning: string;
1537
+ rippleColorWarning: string;
1538
+ colorError: string;
1539
+ colorHoverError: string;
1540
+ colorPressedError: string;
1541
+ colorFocusError: string;
1542
+ colorDisabledError: string;
1543
+ textColorError: string;
1544
+ textColorHoverError: string;
1545
+ textColorPressedError: string;
1546
+ textColorFocusError: string;
1547
+ textColorDisabledError: string;
1548
+ textColorTextError: string;
1549
+ textColorTextHoverError: string;
1550
+ textColorTextPressedError: string;
1551
+ textColorTextFocusError: string;
1552
+ textColorTextDisabledError: string;
1553
+ textColorGhostError: string;
1554
+ textColorGhostHoverError: string;
1555
+ textColorGhostPressedError: string;
1556
+ textColorGhostFocusError: string;
1557
+ textColorGhostDisabledError: string;
1558
+ borderError: string;
1559
+ borderHoverError: string;
1560
+ borderPressedError: string;
1561
+ borderFocusError: string;
1562
+ borderDisabledError: string;
1563
+ rippleColorError: string;
1564
+ waveOpacity: string;
1565
+ fontWeight: string;
1566
+ fontWeightStrong: string;
1567
+ paddingTiny: string;
1568
+ paddingSmall: string;
1569
+ paddingMedium: string;
1570
+ paddingLarge: string;
1571
+ paddingRoundTiny: string;
1572
+ paddingRoundSmall: string;
1573
+ paddingRoundMedium: string;
1574
+ paddingRoundLarge: string;
1575
+ iconMarginTiny: string;
1576
+ iconMarginSmall: string;
1577
+ iconMarginMedium: string;
1578
+ iconMarginLarge: string;
1579
+ iconSizeTiny: string;
1580
+ iconSizeSmall: string;
1581
+ iconSizeMedium: string;
1582
+ iconSizeLarge: string;
1583
+ rippleDuration: string;
1584
+ }, any>>>;
1585
+ }>>, {
1586
+ readonly type: import("naive-ui/es/button/src/interface").Type;
1587
+ readonly tag: keyof HTMLElementTagNameMap;
1588
+ readonly block: boolean;
1589
+ readonly round: boolean;
1590
+ readonly dashed: boolean;
1591
+ readonly text: boolean;
1592
+ readonly circle: boolean;
1593
+ readonly disabled: boolean;
1594
+ readonly focusable: boolean;
1595
+ readonly strong: boolean;
1596
+ readonly loading: boolean;
1597
+ readonly bordered: boolean;
1598
+ readonly tertiary: boolean;
1599
+ readonly ghost: boolean;
1600
+ readonly keyboard: boolean;
1601
+ readonly secondary: boolean;
1602
+ readonly quaternary: boolean;
1603
+ readonly iconPlacement: "left" | "right";
1604
+ readonly attrType: "button" | "reset" | "submit";
1605
+ readonly nativeFocusBehavior: boolean;
1606
+ }>;
1607
+ NInput: import("vue").DefineComponent<{
1608
+ bordered: {
1609
+ type: import("vue").PropType<boolean | undefined>;
1610
+ default: undefined;
1611
+ };
1612
+ type: {
1613
+ type: import("vue").PropType<"text" | "textarea" | "password">;
1614
+ default: string;
1615
+ };
1616
+ placeholder: import("vue").PropType<string | [string, string]>;
1617
+ defaultValue: {
1618
+ type: import("vue").PropType<string | [string, string] | null>;
1619
+ default: null;
1620
+ };
1621
+ value: import("vue").PropType<string | [string, string] | null>;
1622
+ disabled: {
1623
+ type: import("vue").PropType<boolean | undefined>;
1624
+ default: undefined;
1625
+ };
1626
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
1627
+ rows: {
1628
+ type: import("vue").PropType<string | number>;
1629
+ default: number;
1630
+ };
1631
+ round: BooleanConstructor;
1632
+ minlength: import("vue").PropType<string | number>;
1633
+ maxlength: import("vue").PropType<string | number>;
1634
+ clearable: BooleanConstructor;
1635
+ autosize: {
1636
+ type: import("vue").PropType<boolean | {
1637
+ minRows?: number | undefined;
1638
+ maxRows?: number | undefined;
1639
+ }>;
1640
+ default: boolean;
1641
+ };
1642
+ pair: BooleanConstructor;
1643
+ separator: StringConstructor;
1644
+ readonly: {
1645
+ type: (BooleanConstructor | StringConstructor)[];
1646
+ default: boolean;
1647
+ };
1648
+ passivelyActivated: BooleanConstructor;
1649
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
1650
+ stateful: {
1651
+ type: BooleanConstructor;
1652
+ default: boolean;
1653
+ };
1654
+ autofocus: BooleanConstructor;
1655
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
1656
+ resizable: {
1657
+ type: BooleanConstructor;
1658
+ default: boolean;
1659
+ };
1660
+ showCount: BooleanConstructor;
1661
+ loading: {
1662
+ type: BooleanConstructor;
1663
+ default: undefined;
1664
+ };
1665
+ allowInput: import("vue").PropType<(value: string) => boolean>;
1666
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
1667
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
1668
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
1669
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1670
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1671
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1672
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1673
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
1674
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
1675
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
1676
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1677
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
1678
+ textDecoration: import("vue").PropType<string | [string, string]>;
1679
+ attrSize: {
1680
+ type: NumberConstructor;
1681
+ default: number;
1682
+ };
1683
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1684
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1685
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1686
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
1687
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1688
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
1689
+ internalDeactivateOnEnter: BooleanConstructor;
1690
+ internalForceFocus: BooleanConstructor;
1691
+ internalLoadingBeforeSuffix: BooleanConstructor;
1692
+ showPasswordToggle: BooleanConstructor;
1693
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
1694
+ countTextColor: string;
1695
+ heightTiny: string;
1696
+ heightSmall: string;
1697
+ heightMedium: string;
1698
+ heightLarge: string;
1699
+ fontSizeTiny: string;
1700
+ fontSizeSmall: string;
1701
+ fontSizeMedium: string;
1702
+ fontSizeLarge: string;
1703
+ lineHeight: string;
1704
+ lineHeightTextarea: string;
1705
+ borderRadius: string;
1706
+ iconSize: string;
1707
+ groupLabelColor: string;
1708
+ groupLabelTextColor: string;
1709
+ textColor: string;
1710
+ textColorDisabled: string;
1711
+ textDecorationColor: string;
1712
+ caretColor: string;
1713
+ placeholderColor: string;
1714
+ placeholderColorDisabled: string;
1715
+ color: string;
1716
+ colorDisabled: string;
1717
+ colorFocus: string;
1718
+ groupLabelBorder: string;
1719
+ border: string;
1720
+ borderHover: string;
1721
+ borderDisabled: string;
1722
+ borderFocus: string;
1723
+ boxShadowFocus: string;
1724
+ loadingColor: string;
1725
+ loadingColorWarning: string;
1726
+ borderWarning: string;
1727
+ borderHoverWarning: string;
1728
+ colorFocusWarning: string;
1729
+ borderFocusWarning: string;
1730
+ boxShadowFocusWarning: string;
1731
+ caretColorWarning: string;
1732
+ loadingColorError: string;
1733
+ borderError: string;
1734
+ borderHoverError: string;
1735
+ colorFocusError: string;
1736
+ borderFocusError: string;
1737
+ boxShadowFocusError: string;
1738
+ caretColorError: string;
1739
+ clearColor: string;
1740
+ clearColorHover: string;
1741
+ clearColorPressed: string;
1742
+ iconColor: string;
1743
+ iconColorDisabled: string;
1744
+ iconColorHover: string;
1745
+ iconColorPressed: string;
1746
+ suffixTextColor: string;
1747
+ paddingTiny: string;
1748
+ paddingSmall: string;
1749
+ paddingMedium: string;
1750
+ paddingLarge: string;
1751
+ clearSize: string;
1752
+ }, any>>;
1753
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1754
+ countTextColor: string;
1755
+ heightTiny: string;
1756
+ heightSmall: string;
1757
+ heightMedium: string;
1758
+ heightLarge: string;
1759
+ fontSizeTiny: string;
1760
+ fontSizeSmall: string;
1761
+ fontSizeMedium: string;
1762
+ fontSizeLarge: string;
1763
+ lineHeight: string;
1764
+ lineHeightTextarea: string;
1765
+ borderRadius: string;
1766
+ iconSize: string;
1767
+ groupLabelColor: string;
1768
+ groupLabelTextColor: string;
1769
+ textColor: string;
1770
+ textColorDisabled: string;
1771
+ textDecorationColor: string;
1772
+ caretColor: string;
1773
+ placeholderColor: string;
1774
+ placeholderColorDisabled: string;
1775
+ color: string;
1776
+ colorDisabled: string;
1777
+ colorFocus: string;
1778
+ groupLabelBorder: string;
1779
+ border: string;
1780
+ borderHover: string;
1781
+ borderDisabled: string;
1782
+ borderFocus: string;
1783
+ boxShadowFocus: string;
1784
+ loadingColor: string;
1785
+ loadingColorWarning: string;
1786
+ borderWarning: string;
1787
+ borderHoverWarning: string;
1788
+ colorFocusWarning: string;
1789
+ borderFocusWarning: string;
1790
+ boxShadowFocusWarning: string;
1791
+ caretColorWarning: string;
1792
+ loadingColorError: string;
1793
+ borderError: string;
1794
+ borderHoverError: string;
1795
+ colorFocusError: string;
1796
+ borderFocusError: string;
1797
+ boxShadowFocusError: string;
1798
+ caretColorError: string;
1799
+ clearColor: string;
1800
+ clearColorHover: string;
1801
+ clearColorPressed: string;
1802
+ iconColor: string;
1803
+ iconColorDisabled: string;
1804
+ iconColorHover: string;
1805
+ iconColorPressed: string;
1806
+ suffixTextColor: string;
1807
+ paddingTiny: string;
1808
+ paddingSmall: string;
1809
+ paddingMedium: string;
1810
+ paddingLarge: string;
1811
+ clearSize: string;
1812
+ }, any>>>;
1813
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
1814
+ countTextColor: string;
1815
+ heightTiny: string;
1816
+ heightSmall: string;
1817
+ heightMedium: string;
1818
+ heightLarge: string;
1819
+ fontSizeTiny: string;
1820
+ fontSizeSmall: string;
1821
+ fontSizeMedium: string;
1822
+ fontSizeLarge: string;
1823
+ lineHeight: string;
1824
+ lineHeightTextarea: string;
1825
+ borderRadius: string;
1826
+ iconSize: string;
1827
+ groupLabelColor: string;
1828
+ groupLabelTextColor: string;
1829
+ textColor: string;
1830
+ textColorDisabled: string;
1831
+ textDecorationColor: string;
1832
+ caretColor: string;
1833
+ placeholderColor: string;
1834
+ placeholderColorDisabled: string;
1835
+ color: string;
1836
+ colorDisabled: string;
1837
+ colorFocus: string;
1838
+ groupLabelBorder: string;
1839
+ border: string;
1840
+ borderHover: string;
1841
+ borderDisabled: string;
1842
+ borderFocus: string;
1843
+ boxShadowFocus: string;
1844
+ loadingColor: string;
1845
+ loadingColorWarning: string;
1846
+ borderWarning: string;
1847
+ borderHoverWarning: string;
1848
+ colorFocusWarning: string;
1849
+ borderFocusWarning: string;
1850
+ boxShadowFocusWarning: string;
1851
+ caretColorWarning: string;
1852
+ loadingColorError: string;
1853
+ borderError: string;
1854
+ borderHoverError: string;
1855
+ colorFocusError: string;
1856
+ borderFocusError: string;
1857
+ boxShadowFocusError: string;
1858
+ caretColorError: string;
1859
+ clearColor: string;
1860
+ clearColorHover: string;
1861
+ clearColorPressed: string;
1862
+ iconColor: string;
1863
+ iconColorDisabled: string;
1864
+ iconColorHover: string;
1865
+ iconColorPressed: string;
1866
+ suffixTextColor: string;
1867
+ paddingTiny: string;
1868
+ paddingSmall: string;
1869
+ paddingMedium: string;
1870
+ paddingLarge: string;
1871
+ clearSize: string;
1872
+ }, any>>>;
1873
+ }, {
1874
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
1875
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
1876
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
1877
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
1878
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
1879
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
1880
+ textareaScrollbarInstRef: import("vue").Ref<{
1881
+ $el: HTMLElement;
1882
+ containerRef: HTMLElement | null;
1883
+ contentRef: HTMLElement | null;
1884
+ containerScrollTop: number;
1885
+ syncUnifiedContainer: () => void;
1886
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
1887
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
1888
+ sync: () => void;
1889
+ handleMouseEnterWrapper: () => void;
1890
+ handleMouseLeaveWrapper: () => void;
1891
+ } | null>;
1892
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
1893
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
1894
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
1895
+ passwordVisible: import("vue").Ref<boolean>;
1896
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
1897
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
1898
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
1899
+ mergedFocus: import("vue").ComputedRef<boolean>;
1900
+ isComposing: import("vue").Ref<boolean>;
1901
+ activated: import("vue").Ref<boolean>;
1902
+ showClearButton: import("vue").ComputedRef<boolean>;
1903
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
1904
+ mergedDisabled: import("vue").ComputedRef<boolean>;
1905
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
1906
+ textDecoration: string;
1907
+ }[]>;
1908
+ mergedClsPrefix: import("vue").ComputedRef<string>;
1909
+ mergedBordered: import("vue").ComputedRef<boolean>;
1910
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
1911
+ placeholderStyle: import("vue").Ref<{
1912
+ top: string;
1913
+ }>;
1914
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
1915
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
1916
+ handleTextAreaScroll: (e: Event) => void;
1917
+ handleCompositionStart: () => void;
1918
+ handleCompositionEnd: (e: CompositionEvent) => void;
1919
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
1920
+ handleInputBlur: (e: FocusEvent) => void;
1921
+ handleInputFocus: (e: FocusEvent, index: number) => void;
1922
+ handleWrapperBlur: (e: FocusEvent) => void;
1923
+ handleWrapperFocus: (e: FocusEvent) => void;
1924
+ handleMouseEnter: () => void;
1925
+ handleMouseLeave: () => void;
1926
+ handleMouseDown: (e: MouseEvent) => void;
1927
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
1928
+ handleClick: (e: MouseEvent) => void;
1929
+ handleClear: (e: MouseEvent) => void;
1930
+ handlePasswordToggleClick: () => void;
1931
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
1932
+ handleWrapperKeydown: (e: KeyboardEvent) => void;
1933
+ handleTextAreaMirrorResize: () => void;
1934
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
1935
+ mergedTheme: import("vue").ComputedRef<{
1936
+ common: {
1937
+ baseColor: string;
1938
+ primaryColor: string;
1939
+ primaryColorHover: string;
1940
+ primaryColorPressed: string;
1941
+ primaryColorSuppl: string;
1942
+ infoColor: string;
1943
+ infoColorHover: string;
1944
+ infoColorPressed: string;
1945
+ infoColorSuppl: string;
1946
+ successColor: string;
1947
+ successColorHover: string;
1948
+ successColorPressed: string;
1949
+ successColorSuppl: string;
1950
+ warningColor: string;
1951
+ warningColorHover: string;
1952
+ warningColorPressed: string;
1953
+ warningColorSuppl: string;
1954
+ errorColor: string;
1955
+ errorColorHover: string;
1956
+ errorColorPressed: string;
1957
+ errorColorSuppl: string;
1958
+ textColorBase: string;
1959
+ textColor1: string;
1960
+ textColor2: string;
1961
+ textColor3: string;
1962
+ textColorDisabled: string;
1963
+ placeholderColor: string;
1964
+ placeholderColorDisabled: string;
1965
+ iconColor: string;
1966
+ iconColorHover: string;
1967
+ iconColorPressed: string;
1968
+ iconColorDisabled: string;
1969
+ opacity1: string;
1970
+ opacity2: string;
1971
+ opacity3: string;
1972
+ opacity4: string;
1973
+ opacity5: string;
1974
+ dividerColor: string;
1975
+ borderColor: string;
1976
+ closeIconColor: string;
1977
+ closeIconColorHover: string;
1978
+ closeIconColorPressed: string;
1979
+ closeColorHover: string;
1980
+ closeColorPressed: string;
1981
+ clearColor: string;
1982
+ clearColorHover: string;
1983
+ clearColorPressed: string;
1984
+ scrollbarColor: string;
1985
+ scrollbarColorHover: string;
1986
+ scrollbarWidth: string;
1987
+ scrollbarHeight: string;
1988
+ scrollbarBorderRadius: string;
1989
+ progressRailColor: string;
1990
+ railColor: string;
1991
+ popoverColor: string;
1992
+ tableColor: string;
1993
+ cardColor: string;
1994
+ modalColor: string;
1995
+ bodyColor: string;
1996
+ tagColor: string;
1997
+ avatarColor: string;
1998
+ invertedColor: string;
1999
+ inputColor: string;
2000
+ codeColor: string;
2001
+ tabColor: string;
2002
+ actionColor: string;
2003
+ tableHeaderColor: string;
2004
+ hoverColor: string;
2005
+ tableColorHover: string;
2006
+ tableColorStriped: string;
2007
+ pressedColor: string;
2008
+ opacityDisabled: string;
2009
+ inputColorDisabled: string;
2010
+ buttonColor2: string;
2011
+ buttonColor2Hover: string;
2012
+ buttonColor2Pressed: string;
2013
+ boxShadow1: string;
2014
+ boxShadow2: string;
2015
+ boxShadow3: string;
2016
+ fontFamily: string;
2017
+ fontFamilyMono: string;
2018
+ fontWeight: string;
2019
+ fontWeightStrong: string;
2020
+ cubicBezierEaseInOut: string;
2021
+ cubicBezierEaseOut: string;
2022
+ cubicBezierEaseIn: string;
2023
+ borderRadius: string;
2024
+ borderRadiusSmall: string;
2025
+ fontSize: string;
2026
+ fontSizeMini: string;
2027
+ fontSizeTiny: string;
2028
+ fontSizeSmall: string;
2029
+ fontSizeMedium: string;
2030
+ fontSizeLarge: string;
2031
+ fontSizeHuge: string;
2032
+ lineHeight: string;
2033
+ heightMini: string;
2034
+ heightTiny: string;
2035
+ heightSmall: string;
2036
+ heightMedium: string;
2037
+ heightLarge: string;
2038
+ heightHuge: string;
2039
+ name: "common";
2040
+ };
2041
+ self: {
2042
+ countTextColor: string;
2043
+ heightTiny: string;
2044
+ heightSmall: string;
2045
+ heightMedium: string;
2046
+ heightLarge: string;
2047
+ fontSizeTiny: string;
2048
+ fontSizeSmall: string;
2049
+ fontSizeMedium: string;
2050
+ fontSizeLarge: string;
2051
+ lineHeight: string;
2052
+ lineHeightTextarea: string;
2053
+ borderRadius: string;
2054
+ iconSize: string;
2055
+ groupLabelColor: string;
2056
+ groupLabelTextColor: string;
2057
+ textColor: string;
2058
+ textColorDisabled: string;
2059
+ textDecorationColor: string;
2060
+ caretColor: string;
2061
+ placeholderColor: string;
2062
+ placeholderColorDisabled: string;
2063
+ color: string;
2064
+ colorDisabled: string;
2065
+ colorFocus: string;
2066
+ groupLabelBorder: string;
2067
+ border: string;
2068
+ borderHover: string;
2069
+ borderDisabled: string;
2070
+ borderFocus: string;
2071
+ boxShadowFocus: string;
2072
+ loadingColor: string;
2073
+ loadingColorWarning: string;
2074
+ borderWarning: string;
2075
+ borderHoverWarning: string;
2076
+ colorFocusWarning: string;
2077
+ borderFocusWarning: string;
2078
+ boxShadowFocusWarning: string;
2079
+ caretColorWarning: string;
2080
+ loadingColorError: string;
2081
+ borderError: string;
2082
+ borderHoverError: string;
2083
+ colorFocusError: string;
2084
+ borderFocusError: string;
2085
+ boxShadowFocusError: string;
2086
+ caretColorError: string;
2087
+ clearColor: string;
2088
+ clearColorHover: string;
2089
+ clearColorPressed: string;
2090
+ iconColor: string;
2091
+ iconColorDisabled: string;
2092
+ iconColorHover: string;
2093
+ iconColorPressed: string;
2094
+ suffixTextColor: string;
2095
+ paddingTiny: string;
2096
+ paddingSmall: string;
2097
+ paddingMedium: string;
2098
+ paddingLarge: string;
2099
+ clearSize: string;
2100
+ };
2101
+ peers: any;
2102
+ peerOverrides: {
2103
+ [x: string]: any;
2104
+ };
2105
+ }>;
2106
+ cssVars: import("vue").ComputedRef<{
2107
+ '--n-bezier': string;
2108
+ '--n-count-text-color': string;
2109
+ '--n-color': string;
2110
+ '--n-font-size': string;
2111
+ '--n-border-radius': string;
2112
+ '--n-height': string;
2113
+ '--n-padding-left': string;
2114
+ '--n-padding-right': string;
2115
+ '--n-text-color': string;
2116
+ '--n-caret-color': string;
2117
+ '--n-text-decoration-color': string;
2118
+ '--n-border': string;
2119
+ '--n-border-disabled': string;
2120
+ '--n-border-hover': string;
2121
+ '--n-border-focus': string;
2122
+ '--n-placeholder-color': string;
2123
+ '--n-placeholder-color-disabled': string;
2124
+ '--n-icon-size': string;
2125
+ '--n-line-height-textarea': string;
2126
+ '--n-color-disabled': string;
2127
+ '--n-color-focus': string;
2128
+ '--n-text-color-disabled': string;
2129
+ '--n-box-shadow-focus': string;
2130
+ '--n-loading-color': string;
2131
+ '--n-caret-color-warning': string;
2132
+ '--n-color-focus-warning': string;
2133
+ '--n-box-shadow-focus-warning': string;
2134
+ '--n-border-warning': string;
2135
+ '--n-border-focus-warning': string;
2136
+ '--n-border-hover-warning': string;
2137
+ '--n-loading-color-warning': string;
2138
+ '--n-caret-color-error': string;
2139
+ '--n-color-focus-error': string;
2140
+ '--n-box-shadow-focus-error': string;
2141
+ '--n-border-error': string;
2142
+ '--n-border-focus-error': string;
2143
+ '--n-border-hover-error': string;
2144
+ '--n-loading-color-error': string;
2145
+ '--n-clear-color': string;
2146
+ '--n-clear-size': string;
2147
+ '--n-clear-color-hover': string;
2148
+ '--n-clear-color-pressed': string;
2149
+ '--n-icon-color': string;
2150
+ '--n-icon-color-hover': string;
2151
+ '--n-icon-color-pressed': string;
2152
+ '--n-icon-color-disabled': string;
2153
+ '--n-suffix-text-color': string;
2154
+ }> | undefined;
2155
+ themeClass: import("vue").Ref<string> | undefined;
2156
+ onRender: (() => void) | undefined;
2157
+ isCompositing: import("vue").Ref<boolean>;
2158
+ blur: () => void;
2159
+ focus: () => void;
2160
+ select: () => void;
2161
+ activate: () => void;
2162
+ deactivate: () => void;
2163
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2164
+ bordered: {
2165
+ type: import("vue").PropType<boolean | undefined>;
2166
+ default: undefined;
2167
+ };
2168
+ type: {
2169
+ type: import("vue").PropType<"text" | "textarea" | "password">;
2170
+ default: string;
2171
+ };
2172
+ placeholder: import("vue").PropType<string | [string, string]>;
2173
+ defaultValue: {
2174
+ type: import("vue").PropType<string | [string, string] | null>;
2175
+ default: null;
2176
+ };
2177
+ value: import("vue").PropType<string | [string, string] | null>;
2178
+ disabled: {
2179
+ type: import("vue").PropType<boolean | undefined>;
2180
+ default: undefined;
2181
+ };
2182
+ size: import("vue").PropType<import("naive-ui/es/input/src/interface").Size>;
2183
+ rows: {
2184
+ type: import("vue").PropType<string | number>;
2185
+ default: number;
2186
+ };
2187
+ round: BooleanConstructor;
2188
+ minlength: import("vue").PropType<string | number>;
2189
+ maxlength: import("vue").PropType<string | number>;
2190
+ clearable: BooleanConstructor;
2191
+ autosize: {
2192
+ type: import("vue").PropType<boolean | {
2193
+ minRows?: number | undefined;
2194
+ maxRows?: number | undefined;
2195
+ }>;
2196
+ default: boolean;
2197
+ };
2198
+ pair: BooleanConstructor;
2199
+ separator: StringConstructor;
2200
+ readonly: {
2201
+ type: (BooleanConstructor | StringConstructor)[];
2202
+ default: boolean;
2203
+ };
2204
+ passivelyActivated: BooleanConstructor;
2205
+ showPasswordOn: import("vue").PropType<"click" | "mousedown">;
2206
+ stateful: {
2207
+ type: BooleanConstructor;
2208
+ default: boolean;
2209
+ };
2210
+ autofocus: BooleanConstructor;
2211
+ inputProps: import("vue").PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
2212
+ resizable: {
2213
+ type: BooleanConstructor;
2214
+ default: boolean;
2215
+ };
2216
+ showCount: BooleanConstructor;
2217
+ loading: {
2218
+ type: BooleanConstructor;
2219
+ default: undefined;
2220
+ };
2221
+ allowInput: import("vue").PropType<(value: string) => boolean>;
2222
+ onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
2223
+ onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
2224
+ onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
2225
+ onInput: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2226
+ onFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2227
+ onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2228
+ onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2229
+ onChange: import("vue").PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
2230
+ onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
2231
+ status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
2232
+ 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2233
+ onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
2234
+ textDecoration: import("vue").PropType<string | [string, string]>;
2235
+ attrSize: {
2236
+ type: NumberConstructor;
2237
+ default: number;
2238
+ };
2239
+ onInputBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2240
+ onInputFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2241
+ onDeactivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2242
+ onActivate: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
2243
+ onWrapperFocus: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2244
+ onWrapperBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
2245
+ internalDeactivateOnEnter: BooleanConstructor;
2246
+ internalForceFocus: BooleanConstructor;
2247
+ internalLoadingBeforeSuffix: BooleanConstructor;
2248
+ showPasswordToggle: BooleanConstructor;
2249
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
2250
+ countTextColor: string;
2251
+ heightTiny: string;
2252
+ heightSmall: string;
2253
+ heightMedium: string;
2254
+ heightLarge: string;
2255
+ fontSizeTiny: string;
2256
+ fontSizeSmall: string;
2257
+ fontSizeMedium: string;
2258
+ fontSizeLarge: string;
2259
+ lineHeight: string;
2260
+ lineHeightTextarea: string;
2261
+ borderRadius: string;
2262
+ iconSize: string;
2263
+ groupLabelColor: string;
2264
+ groupLabelTextColor: string;
2265
+ textColor: string;
2266
+ textColorDisabled: string;
2267
+ textDecorationColor: string;
2268
+ caretColor: string;
2269
+ placeholderColor: string;
2270
+ placeholderColorDisabled: string;
2271
+ color: string;
2272
+ colorDisabled: string;
2273
+ colorFocus: string;
2274
+ groupLabelBorder: string;
2275
+ border: string;
2276
+ borderHover: string;
2277
+ borderDisabled: string;
2278
+ borderFocus: string;
2279
+ boxShadowFocus: string;
2280
+ loadingColor: string;
2281
+ loadingColorWarning: string;
2282
+ borderWarning: string;
2283
+ borderHoverWarning: string;
2284
+ colorFocusWarning: string;
2285
+ borderFocusWarning: string;
2286
+ boxShadowFocusWarning: string;
2287
+ caretColorWarning: string;
2288
+ loadingColorError: string;
2289
+ borderError: string;
2290
+ borderHoverError: string;
2291
+ colorFocusError: string;
2292
+ borderFocusError: string;
2293
+ boxShadowFocusError: string;
2294
+ caretColorError: string;
2295
+ clearColor: string;
2296
+ clearColorHover: string;
2297
+ clearColorPressed: string;
2298
+ iconColor: string;
2299
+ iconColorDisabled: string;
2300
+ iconColorHover: string;
2301
+ iconColorPressed: string;
2302
+ suffixTextColor: string;
2303
+ paddingTiny: string;
2304
+ paddingSmall: string;
2305
+ paddingMedium: string;
2306
+ paddingLarge: string;
2307
+ clearSize: string;
2308
+ }, any>>;
2309
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2310
+ countTextColor: string;
2311
+ heightTiny: string;
2312
+ heightSmall: string;
2313
+ heightMedium: string;
2314
+ heightLarge: string;
2315
+ fontSizeTiny: string;
2316
+ fontSizeSmall: string;
2317
+ fontSizeMedium: string;
2318
+ fontSizeLarge: string;
2319
+ lineHeight: string;
2320
+ lineHeightTextarea: string;
2321
+ borderRadius: string;
2322
+ iconSize: string;
2323
+ groupLabelColor: string;
2324
+ groupLabelTextColor: string;
2325
+ textColor: string;
2326
+ textColorDisabled: string;
2327
+ textDecorationColor: string;
2328
+ caretColor: string;
2329
+ placeholderColor: string;
2330
+ placeholderColorDisabled: string;
2331
+ color: string;
2332
+ colorDisabled: string;
2333
+ colorFocus: string;
2334
+ groupLabelBorder: string;
2335
+ border: string;
2336
+ borderHover: string;
2337
+ borderDisabled: string;
2338
+ borderFocus: string;
2339
+ boxShadowFocus: string;
2340
+ loadingColor: string;
2341
+ loadingColorWarning: string;
2342
+ borderWarning: string;
2343
+ borderHoverWarning: string;
2344
+ colorFocusWarning: string;
2345
+ borderFocusWarning: string;
2346
+ boxShadowFocusWarning: string;
2347
+ caretColorWarning: string;
2348
+ loadingColorError: string;
2349
+ borderError: string;
2350
+ borderHoverError: string;
2351
+ colorFocusError: string;
2352
+ borderFocusError: string;
2353
+ boxShadowFocusError: string;
2354
+ caretColorError: string;
2355
+ clearColor: string;
2356
+ clearColorHover: string;
2357
+ clearColorPressed: string;
2358
+ iconColor: string;
2359
+ iconColorDisabled: string;
2360
+ iconColorHover: string;
2361
+ iconColorPressed: string;
2362
+ suffixTextColor: string;
2363
+ paddingTiny: string;
2364
+ paddingSmall: string;
2365
+ paddingMedium: string;
2366
+ paddingLarge: string;
2367
+ clearSize: string;
2368
+ }, any>>>;
2369
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
2370
+ countTextColor: string;
2371
+ heightTiny: string;
2372
+ heightSmall: string;
2373
+ heightMedium: string;
2374
+ heightLarge: string;
2375
+ fontSizeTiny: string;
2376
+ fontSizeSmall: string;
2377
+ fontSizeMedium: string;
2378
+ fontSizeLarge: string;
2379
+ lineHeight: string;
2380
+ lineHeightTextarea: string;
2381
+ borderRadius: string;
2382
+ iconSize: string;
2383
+ groupLabelColor: string;
2384
+ groupLabelTextColor: string;
2385
+ textColor: string;
2386
+ textColorDisabled: string;
2387
+ textDecorationColor: string;
2388
+ caretColor: string;
2389
+ placeholderColor: string;
2390
+ placeholderColorDisabled: string;
2391
+ color: string;
2392
+ colorDisabled: string;
2393
+ colorFocus: string;
2394
+ groupLabelBorder: string;
2395
+ border: string;
2396
+ borderHover: string;
2397
+ borderDisabled: string;
2398
+ borderFocus: string;
2399
+ boxShadowFocus: string;
2400
+ loadingColor: string;
2401
+ loadingColorWarning: string;
2402
+ borderWarning: string;
2403
+ borderHoverWarning: string;
2404
+ colorFocusWarning: string;
2405
+ borderFocusWarning: string;
2406
+ boxShadowFocusWarning: string;
2407
+ caretColorWarning: string;
2408
+ loadingColorError: string;
2409
+ borderError: string;
2410
+ borderHoverError: string;
2411
+ colorFocusError: string;
2412
+ borderFocusError: string;
2413
+ boxShadowFocusError: string;
2414
+ caretColorError: string;
2415
+ clearColor: string;
2416
+ clearColorHover: string;
2417
+ clearColorPressed: string;
2418
+ iconColor: string;
2419
+ iconColorDisabled: string;
2420
+ iconColorHover: string;
2421
+ iconColorPressed: string;
2422
+ suffixTextColor: string;
2423
+ paddingTiny: string;
2424
+ paddingSmall: string;
2425
+ paddingMedium: string;
2426
+ paddingLarge: string;
2427
+ clearSize: string;
2428
+ }, any>>>;
2429
+ }>>, {
2430
+ type: "text" | "textarea" | "password";
2431
+ readonly: string | boolean;
2432
+ round: boolean;
2433
+ disabled: boolean | undefined;
2434
+ autofocus: boolean;
2435
+ autosize: boolean | {
2436
+ minRows?: number | undefined;
2437
+ maxRows?: number | undefined;
2438
+ };
2439
+ loading: boolean;
2440
+ bordered: boolean | undefined;
2441
+ clearable: boolean;
2442
+ defaultValue: string | [string, string] | null;
2443
+ resizable: boolean;
2444
+ pair: boolean;
2445
+ rows: string | number;
2446
+ passivelyActivated: boolean;
2447
+ stateful: boolean;
2448
+ showCount: boolean;
2449
+ attrSize: number;
2450
+ internalDeactivateOnEnter: boolean;
2451
+ internalForceFocus: boolean;
2452
+ internalLoadingBeforeSuffix: boolean;
2453
+ showPasswordToggle: boolean;
2454
+ }>;
2455
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
198
2456
  $message: import("naive-ui").MessageApi;
199
2457
  xGrid: import("vue").Ref<{}>;
200
2458
  copyState: {
@@ -330,6 +2588,10 @@ declare const _default: import("vue").DefineComponent<{
330
2588
  type: ObjectConstructor;
331
2589
  default: () => {};
332
2590
  };
2591
+ menuConfig: {
2592
+ type: ObjectConstructor;
2593
+ default: () => {};
2594
+ };
333
2595
  columnConfig: {
334
2596
  type: ObjectConstructor;
335
2597
  default: () => {};
@@ -697,7 +2959,7 @@ declare const _default: import("vue").DefineComponent<{
697
2959
  removeCheckedRows: (rows: any, isCheckedChange: any) => void;
698
2960
  setCheckedMehod: (setChecked: any, row: any) => void;
699
2961
  handlerClickRow: (data: any) => false | undefined;
700
- addCheckedRows: (rows: any) => false | undefined;
2962
+ addCheckedRows: (rows: any) => void;
701
2963
  treeTableSelectionChange: (records: any) => boolean;
702
2964
  selectionChange: ({ checked, row, records, $rowIndex }: {
703
2965
  checked: any;
@@ -755,6 +3017,7 @@ declare const _default: import("vue").DefineComponent<{
755
3017
  handleClickAddBtnByInline: () => Promise<false | undefined>;
756
3018
  handleClickSaveBtnByInline: () => false | undefined;
757
3019
  removeInlineAddRow: () => false | undefined;
3020
+ handleMenuClickEvent: (payload: any) => void;
758
3021
  setCurrentRow: (row: any) => void;
759
3022
  loadColumnAndData: (data: any, config: any) => void;
760
3023
  clearChecked: () => void;
@@ -985,7 +3248,22 @@ declare const _default: import("vue").DefineComponent<{
985
3248
  clearColorHover: string;
986
3249
  clearColorPressed: string;
987
3250
  scrollbarColor: string;
988
- scrollbarColorHover: string;
3251
+ scrollbarColorHover: string; /**
3252
+ * 针对 bigTable 的设置列
3253
+ * type: 列的类型
3254
+ * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
3255
+ * title: 列标题(支持开启国际化)
3256
+ * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
3257
+ * minWidth: 最小列宽度;会自动将剩余空间按比例分配
3258
+ * resizable: 列是否允许拖动列宽调整大小
3259
+ * visible: 列是否显示
3260
+ * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
3261
+ * align: 列对齐方式
3262
+ * headerAlign: 表头列的对齐方式
3263
+ * footerAlign: 表尾列的对齐方式
3264
+ * formatter: 格式化显示内容 Function({cellValue, row, column})
3265
+ * sortable: 是否允许列排序
3266
+ */
989
3267
  scrollbarWidth: string;
990
3268
  scrollbarHeight: string;
991
3269
  scrollbarBorderRadius: string;
@@ -1385,22 +3663,7 @@ declare const _default: import("vue").DefineComponent<{
1385
3663
  arrow: {
1386
3664
  type: import("vue").PropType<boolean | undefined>;
1387
3665
  default: undefined;
1388
- }; /**
1389
- * 针对 bigTable 的设置列
1390
- * type: 列的类型
1391
- * field: 列字段名(注:属性层级越深,渲染性能将直线下降)
1392
- * title: 列标题(支持开启国际化)
1393
- * width: 列宽度(如果为空则均匀分配剩余宽度,如果全部列固定了,可能会存在宽屏下不会铺满,可以配合 "%" 或者 "min-width" 布局)
1394
- * minWidth: 最小列宽度;会自动将剩余空间按比例分配
1395
- * resizable: 列是否允许拖动列宽调整大小
1396
- * visible: 列是否显示
1397
- * fixed: 将列固定在左侧或者右侧(注意:固定列应该放在左右两侧的位置)
1398
- * align: 列对齐方式
1399
- * headerAlign: 表头列的对齐方式
1400
- * footerAlign: 表尾列的对齐方式
1401
- * formatter: 格式化显示内容 Function({cellValue, row, column})
1402
- * sortable: 是否允许列排序
1403
- */
3666
+ };
1404
3667
  minWidth: NumberConstructor;
1405
3668
  maxWidth: NumberConstructor;
1406
3669
  }, {
@@ -1775,9 +4038,7 @@ declare const _default: import("vue").DefineComponent<{
1775
4038
  onRender: (() => void) | undefined;
1776
4039
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1777
4040
  readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
1778
- readonly size: import("vue").PropType<string | number>; /**
1779
- * computed
1780
- */
4041
+ readonly size: import("vue").PropType<string | number>;
1781
4042
  readonly color: StringConstructor;
1782
4043
  readonly component: import("vue").PropType<import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>>;
1783
4044
  readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Icon", {
@@ -1828,6 +4089,10 @@ declare const _default: import("vue").DefineComponent<{
1828
4089
  type: ObjectConstructor;
1829
4090
  default: () => {};
1830
4091
  };
4092
+ menuConfig: {
4093
+ type: ObjectConstructor;
4094
+ default: () => {};
4095
+ };
1831
4096
  columnConfig: {
1832
4097
  type: ObjectConstructor;
1833
4098
  default: () => {};
@@ -2008,6 +4273,7 @@ declare const _default: import("vue").DefineComponent<{
2008
4273
  data: unknown[];
2009
4274
  showFooter: boolean;
2010
4275
  columnConfig: Record<string, any>;
4276
+ menuConfig: Record<string, any>;
2011
4277
  maxCheckSize: number;
2012
4278
  sumData: Record<string, any>;
2013
4279
  avgData: Record<string, any>;