3h1-ui 3.0.0-next.249 → 3.0.0-next.250

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 (113) hide show
  1. package/es/index.js +26 -24
  2. package/es/style.css +21 -33
  3. package/es/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  4. package/es/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  5. package/es/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  6. package/es/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  7. package/es/ui/src/Button/index.d.ts +7 -7
  8. package/es/ui/src/Button/src/BasicButton.d.ts +3 -3
  9. package/es/ui/src/Button/src/props.d.ts +1 -1
  10. package/es/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  11. package/es/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  12. package/es/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  13. package/es/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  14. package/es/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  15. package/es/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  16. package/es/ui/src/Description/src/Description.d.ts +1 -1
  17. package/es/ui/src/Descriptions/index.d.ts +3 -3
  18. package/es/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  19. package/es/ui/src/DescriptionsForm/index.d.ts +426 -0
  20. package/es/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  21. package/es/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  22. package/es/ui/src/Modal/index.d.ts +7 -7
  23. package/es/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  24. package/es/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  25. package/es/ui/src/Modal/src/components/Modal.d.ts +1 -1
  26. package/es/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  27. package/es/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  28. package/es/ui/src/Page/src/PageSecond.d.ts +1 -1
  29. package/es/ui/src/Process/src/Process.d.ts +1 -1
  30. package/es/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  31. package/es/ui/src/ShyContainer/src/props.d.ts +1 -1
  32. package/es/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  33. package/es/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  34. package/es/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  35. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  36. package/es/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  37. package/es/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  38. package/es/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  39. package/es/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  40. package/es/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  41. package/es/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  42. package/es/ui/src/ShyForm/src/props.d.ts +80 -80
  43. package/es/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  44. package/es/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  45. package/es/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  46. package/es/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  47. package/es/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  48. package/es/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  49. package/es/ui/src/Tree/src/BasicTree.d.ts +3 -3
  50. package/es/ui/src/Upload/index.d.ts +9574 -0
  51. package/es/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  52. package/es/ui/src/Upload/src/components/FileList.d.ts +18 -18
  53. package/es/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  54. package/es/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  55. package/es/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  56. package/es/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  57. package/lib/index.js +26 -24
  58. package/lib/style.css +21 -33
  59. package/lib/ui/src/AdvancedSearch/src/AdvancedSearch.vue.d.ts +279 -0
  60. package/lib/ui/src/Basic/src/BasicHelp.d.ts +2 -2
  61. package/lib/ui/src/Basic/src/BasicTitle.vue.d.ts +2 -2
  62. package/lib/ui/src/BasicContainer/src/BasicContainer.vue.d.ts +1 -1
  63. package/lib/ui/src/Button/index.d.ts +7 -7
  64. package/lib/ui/src/Button/src/BasicButton.d.ts +3 -3
  65. package/lib/ui/src/Button/src/props.d.ts +1 -1
  66. package/lib/ui/src/ColorPickerPopover/src/ColorPickerPopover.d.ts +1 -1
  67. package/lib/ui/src/Container/src/LazyContainer.vue.d.ts +2 -2
  68. package/lib/ui/src/Container/src/collapse/CollapseContainer.vue.d.ts +1 -384
  69. package/lib/ui/src/ContextMenu/src/ContextMenu.d.ts +2 -2
  70. package/lib/ui/src/Cropper/src/CopperModal.vue.d.ts +2 -2
  71. package/lib/ui/src/Cropper/src/CropperAvatar.vue.d.ts +3 -3
  72. package/lib/ui/src/Description/src/Description.d.ts +1 -1
  73. package/lib/ui/src/Descriptions/index.d.ts +3 -3
  74. package/lib/ui/src/Descriptions/src/ShyDescriptions.d.ts +1 -1
  75. package/lib/ui/src/DescriptionsForm/index.d.ts +426 -0
  76. package/lib/ui/src/DescriptionsForm/src/DescriptionsForm.vue.d.ts +106 -0
  77. package/lib/ui/src/Drawer/src/BasicDrawer.vue.d.ts +1 -1
  78. package/lib/ui/src/Modal/index.d.ts +7 -7
  79. package/lib/ui/src/Modal/src/BasicModal.vue.d.ts +2 -2
  80. package/lib/ui/src/Modal/src/components/BasicTitle.vue.d.ts +2 -2
  81. package/lib/ui/src/Modal/src/components/Modal.d.ts +1 -1
  82. package/lib/ui/src/Modal/src/components/ModalFooter.vue.d.ts +1 -1
  83. package/lib/ui/src/Modal/src/components/ModalWrapper.vue.d.ts +1 -1
  84. package/lib/ui/src/Page/src/PageSecond.d.ts +1 -1
  85. package/lib/ui/src/Process/src/Process.d.ts +1 -1
  86. package/lib/ui/src/ShyContainer/src/ShyContainer.d.ts +4 -4
  87. package/lib/ui/src/ShyContainer/src/props.d.ts +1 -1
  88. package/lib/ui/src/ShyForm/src/ShyForm.d.ts +161 -161
  89. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/ApiModalSelect.vue.d.ts +2211 -0
  90. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/DeptTree.vue.d.ts +4 -4
  91. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Modal.vue.d.ts +13 -13
  92. package/lib/ui/src/ShyForm/src/components/ApiModalSelect/Table.vue.d.ts +2 -2
  93. package/lib/ui/src/ShyForm/src/components/ApiSelect.vue.d.ts +1 -1
  94. package/lib/ui/src/ShyForm/src/components/ApiTransfer.vue.d.ts +3 -3
  95. package/lib/ui/src/ShyForm/src/components/FormAction.vue.d.ts +1 -1
  96. package/lib/ui/src/ShyForm/src/components/Table.d.ts +2 -2
  97. package/lib/ui/src/ShyForm/src/hooks/useLabelWidth.d.ts +13 -13
  98. package/lib/ui/src/ShyForm/src/props.d.ts +80 -80
  99. package/lib/ui/src/ShyTable/src/ShyTable.d.ts +2 -2
  100. package/lib/ui/src/ShyTable/src/components/HeaderCell.vue.d.ts +2 -2
  101. package/lib/ui/src/ShyTable/src/components/ShyTableAction.d.ts +1 -1
  102. package/lib/ui/src/ShyTable/src/components/TableImg.vue.d.ts +1 -1
  103. package/lib/ui/src/TablePlus/TablePlus.vue.d.ts +163 -606
  104. package/lib/ui/src/TablePlus/components/ButtonGroupEdit.vue.d.ts +1 -1
  105. package/lib/ui/src/Tree/src/BasicTree.d.ts +3 -3
  106. package/lib/ui/src/Upload/index.d.ts +9574 -0
  107. package/lib/ui/src/Upload/src/BasicUpload.vue.d.ts +2949 -0
  108. package/lib/ui/src/Upload/src/components/FileList.d.ts +18 -18
  109. package/lib/ui/src/Upload/src/components/ImageUpload.vue.d.ts +410 -0
  110. package/lib/ui/src/Upload/src/components/ThumbUrl.vue.d.ts +25 -0
  111. package/lib/ui/src/Upload/src/components/UploadModal.vue.d.ts +1350 -0
  112. package/lib/ui/src/Upload/src/components/UploadPreviewModal.vue.d.ts +25 -25
  113. package/package.json +3 -3
@@ -474,38 +474,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
474
474
  type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
475
475
  align: {
476
476
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
477
- xxl?: "top" | "bottom" | "middle" | "stretch";
478
- xl?: "top" | "bottom" | "middle" | "stretch";
479
- lg?: "top" | "bottom" | "middle" | "stretch";
480
- md?: "top" | "bottom" | "middle" | "stretch";
481
- sm?: "top" | "bottom" | "middle" | "stretch";
482
477
  xs?: "top" | "bottom" | "middle" | "stretch";
478
+ sm?: "top" | "bottom" | "middle" | "stretch";
479
+ md?: "top" | "bottom" | "middle" | "stretch";
480
+ lg?: "top" | "bottom" | "middle" | "stretch";
481
+ xl?: "top" | "bottom" | "middle" | "stretch";
482
+ xxl?: "top" | "bottom" | "middle" | "stretch";
483
483
  }>;
484
484
  default: "top" | "bottom" | "middle" | "stretch" | {
485
- xxl?: "top" | "bottom" | "middle" | "stretch";
486
- xl?: "top" | "bottom" | "middle" | "stretch";
487
- lg?: "top" | "bottom" | "middle" | "stretch";
488
- md?: "top" | "bottom" | "middle" | "stretch";
489
- sm?: "top" | "bottom" | "middle" | "stretch";
490
485
  xs?: "top" | "bottom" | "middle" | "stretch";
486
+ sm?: "top" | "bottom" | "middle" | "stretch";
487
+ md?: "top" | "bottom" | "middle" | "stretch";
488
+ lg?: "top" | "bottom" | "middle" | "stretch";
489
+ xl?: "top" | "bottom" | "middle" | "stretch";
490
+ xxl?: "top" | "bottom" | "middle" | "stretch";
491
491
  };
492
492
  };
493
493
  justify: {
494
494
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
495
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
496
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
497
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
498
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
499
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
500
495
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
496
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
497
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
498
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
499
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
500
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
501
501
  }>;
502
502
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
503
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
504
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
505
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
506
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
507
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
508
503
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
504
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
505
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
506
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
507
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
508
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
509
509
  };
510
510
  };
511
511
  prefixCls: StringConstructor;
@@ -520,38 +520,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
520
520
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
521
521
  align: {
522
522
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
523
- xxl?: "top" | "bottom" | "middle" | "stretch";
524
- xl?: "top" | "bottom" | "middle" | "stretch";
525
- lg?: "top" | "bottom" | "middle" | "stretch";
526
- md?: "top" | "bottom" | "middle" | "stretch";
527
- sm?: "top" | "bottom" | "middle" | "stretch";
528
523
  xs?: "top" | "bottom" | "middle" | "stretch";
524
+ sm?: "top" | "bottom" | "middle" | "stretch";
525
+ md?: "top" | "bottom" | "middle" | "stretch";
526
+ lg?: "top" | "bottom" | "middle" | "stretch";
527
+ xl?: "top" | "bottom" | "middle" | "stretch";
528
+ xxl?: "top" | "bottom" | "middle" | "stretch";
529
529
  }>;
530
530
  default: "top" | "bottom" | "middle" | "stretch" | {
531
- xxl?: "top" | "bottom" | "middle" | "stretch";
532
- xl?: "top" | "bottom" | "middle" | "stretch";
533
- lg?: "top" | "bottom" | "middle" | "stretch";
534
- md?: "top" | "bottom" | "middle" | "stretch";
535
- sm?: "top" | "bottom" | "middle" | "stretch";
536
531
  xs?: "top" | "bottom" | "middle" | "stretch";
532
+ sm?: "top" | "bottom" | "middle" | "stretch";
533
+ md?: "top" | "bottom" | "middle" | "stretch";
534
+ lg?: "top" | "bottom" | "middle" | "stretch";
535
+ xl?: "top" | "bottom" | "middle" | "stretch";
536
+ xxl?: "top" | "bottom" | "middle" | "stretch";
537
537
  };
538
538
  };
539
539
  justify: {
540
540
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
541
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
542
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
543
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
544
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
545
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
546
541
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
542
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
543
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
544
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
545
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
546
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
547
547
  }>;
548
548
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
549
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
550
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
551
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
552
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
553
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
554
549
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
550
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
551
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
552
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
553
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
554
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
555
555
  };
556
556
  };
557
557
  prefixCls: StringConstructor;
@@ -566,38 +566,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
566
566
  }>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
567
567
  align: {
568
568
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
569
- xxl?: "top" | "bottom" | "middle" | "stretch";
570
- xl?: "top" | "bottom" | "middle" | "stretch";
571
- lg?: "top" | "bottom" | "middle" | "stretch";
572
- md?: "top" | "bottom" | "middle" | "stretch";
573
- sm?: "top" | "bottom" | "middle" | "stretch";
574
569
  xs?: "top" | "bottom" | "middle" | "stretch";
570
+ sm?: "top" | "bottom" | "middle" | "stretch";
571
+ md?: "top" | "bottom" | "middle" | "stretch";
572
+ lg?: "top" | "bottom" | "middle" | "stretch";
573
+ xl?: "top" | "bottom" | "middle" | "stretch";
574
+ xxl?: "top" | "bottom" | "middle" | "stretch";
575
575
  }>;
576
576
  default: "top" | "bottom" | "middle" | "stretch" | {
577
- xxl?: "top" | "bottom" | "middle" | "stretch";
578
- xl?: "top" | "bottom" | "middle" | "stretch";
579
- lg?: "top" | "bottom" | "middle" | "stretch";
580
- md?: "top" | "bottom" | "middle" | "stretch";
581
- sm?: "top" | "bottom" | "middle" | "stretch";
582
577
  xs?: "top" | "bottom" | "middle" | "stretch";
578
+ sm?: "top" | "bottom" | "middle" | "stretch";
579
+ md?: "top" | "bottom" | "middle" | "stretch";
580
+ lg?: "top" | "bottom" | "middle" | "stretch";
581
+ xl?: "top" | "bottom" | "middle" | "stretch";
582
+ xxl?: "top" | "bottom" | "middle" | "stretch";
583
583
  };
584
584
  };
585
585
  justify: {
586
586
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
587
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
588
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
589
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
590
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
591
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
592
587
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
588
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
589
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
590
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
591
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
592
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
593
593
  }>;
594
594
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
595
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
596
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
597
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
598
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
599
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
600
595
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
596
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
597
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
598
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
599
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
600
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
601
601
  };
602
602
  };
603
603
  prefixCls: StringConstructor;
@@ -612,38 +612,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
612
612
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
613
613
  align: {
614
614
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
615
- xxl?: "top" | "bottom" | "middle" | "stretch";
616
- xl?: "top" | "bottom" | "middle" | "stretch";
617
- lg?: "top" | "bottom" | "middle" | "stretch";
618
- md?: "top" | "bottom" | "middle" | "stretch";
619
- sm?: "top" | "bottom" | "middle" | "stretch";
620
615
  xs?: "top" | "bottom" | "middle" | "stretch";
616
+ sm?: "top" | "bottom" | "middle" | "stretch";
617
+ md?: "top" | "bottom" | "middle" | "stretch";
618
+ lg?: "top" | "bottom" | "middle" | "stretch";
619
+ xl?: "top" | "bottom" | "middle" | "stretch";
620
+ xxl?: "top" | "bottom" | "middle" | "stretch";
621
621
  }>;
622
622
  default: "top" | "bottom" | "middle" | "stretch" | {
623
- xxl?: "top" | "bottom" | "middle" | "stretch";
624
- xl?: "top" | "bottom" | "middle" | "stretch";
625
- lg?: "top" | "bottom" | "middle" | "stretch";
626
- md?: "top" | "bottom" | "middle" | "stretch";
627
- sm?: "top" | "bottom" | "middle" | "stretch";
628
623
  xs?: "top" | "bottom" | "middle" | "stretch";
624
+ sm?: "top" | "bottom" | "middle" | "stretch";
625
+ md?: "top" | "bottom" | "middle" | "stretch";
626
+ lg?: "top" | "bottom" | "middle" | "stretch";
627
+ xl?: "top" | "bottom" | "middle" | "stretch";
628
+ xxl?: "top" | "bottom" | "middle" | "stretch";
629
629
  };
630
630
  };
631
631
  justify: {
632
632
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
633
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
634
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
635
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
636
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
637
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
638
633
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
634
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
635
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
636
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
637
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
638
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
639
639
  }>;
640
640
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
641
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
642
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
643
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
644
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
645
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
646
641
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
642
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
643
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
644
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
645
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
646
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
647
647
  };
648
648
  };
649
649
  prefixCls: StringConstructor;
@@ -978,38 +978,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
978
978
  type: ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
979
979
  align: {
980
980
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
981
- xxl?: "top" | "bottom" | "middle" | "stretch";
982
- xl?: "top" | "bottom" | "middle" | "stretch";
983
- lg?: "top" | "bottom" | "middle" | "stretch";
984
- md?: "top" | "bottom" | "middle" | "stretch";
985
- sm?: "top" | "bottom" | "middle" | "stretch";
986
981
  xs?: "top" | "bottom" | "middle" | "stretch";
982
+ sm?: "top" | "bottom" | "middle" | "stretch";
983
+ md?: "top" | "bottom" | "middle" | "stretch";
984
+ lg?: "top" | "bottom" | "middle" | "stretch";
985
+ xl?: "top" | "bottom" | "middle" | "stretch";
986
+ xxl?: "top" | "bottom" | "middle" | "stretch";
987
987
  }>;
988
988
  default: "top" | "bottom" | "middle" | "stretch" | {
989
- xxl?: "top" | "bottom" | "middle" | "stretch";
990
- xl?: "top" | "bottom" | "middle" | "stretch";
991
- lg?: "top" | "bottom" | "middle" | "stretch";
992
- md?: "top" | "bottom" | "middle" | "stretch";
993
- sm?: "top" | "bottom" | "middle" | "stretch";
994
989
  xs?: "top" | "bottom" | "middle" | "stretch";
990
+ sm?: "top" | "bottom" | "middle" | "stretch";
991
+ md?: "top" | "bottom" | "middle" | "stretch";
992
+ lg?: "top" | "bottom" | "middle" | "stretch";
993
+ xl?: "top" | "bottom" | "middle" | "stretch";
994
+ xxl?: "top" | "bottom" | "middle" | "stretch";
995
995
  };
996
996
  };
997
997
  justify: {
998
998
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
999
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1000
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1001
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1002
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1003
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1004
999
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1000
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1001
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1002
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1003
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1004
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1005
1005
  }>;
1006
1006
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1007
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1008
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1009
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1010
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1011
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1012
1007
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1008
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1009
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1010
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1011
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1012
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1013
1013
  };
1014
1014
  };
1015
1015
  prefixCls: StringConstructor;
@@ -1024,38 +1024,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
1024
1024
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1025
1025
  align: {
1026
1026
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1027
- xxl?: "top" | "bottom" | "middle" | "stretch";
1028
- xl?: "top" | "bottom" | "middle" | "stretch";
1029
- lg?: "top" | "bottom" | "middle" | "stretch";
1030
- md?: "top" | "bottom" | "middle" | "stretch";
1031
- sm?: "top" | "bottom" | "middle" | "stretch";
1032
1027
  xs?: "top" | "bottom" | "middle" | "stretch";
1028
+ sm?: "top" | "bottom" | "middle" | "stretch";
1029
+ md?: "top" | "bottom" | "middle" | "stretch";
1030
+ lg?: "top" | "bottom" | "middle" | "stretch";
1031
+ xl?: "top" | "bottom" | "middle" | "stretch";
1032
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1033
1033
  }>;
1034
1034
  default: "top" | "bottom" | "middle" | "stretch" | {
1035
- xxl?: "top" | "bottom" | "middle" | "stretch";
1036
- xl?: "top" | "bottom" | "middle" | "stretch";
1037
- lg?: "top" | "bottom" | "middle" | "stretch";
1038
- md?: "top" | "bottom" | "middle" | "stretch";
1039
- sm?: "top" | "bottom" | "middle" | "stretch";
1040
1035
  xs?: "top" | "bottom" | "middle" | "stretch";
1036
+ sm?: "top" | "bottom" | "middle" | "stretch";
1037
+ md?: "top" | "bottom" | "middle" | "stretch";
1038
+ lg?: "top" | "bottom" | "middle" | "stretch";
1039
+ xl?: "top" | "bottom" | "middle" | "stretch";
1040
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1041
1041
  };
1042
1042
  };
1043
1043
  justify: {
1044
1044
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1045
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1046
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1047
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1048
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1049
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1050
1045
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1046
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1047
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1048
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1049
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1050
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1051
1051
  }>;
1052
1052
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1053
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1054
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1055
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1056
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1057
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1058
1053
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1054
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1055
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1056
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1057
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1058
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1059
1059
  };
1060
1060
  };
1061
1061
  prefixCls: StringConstructor;
@@ -1070,38 +1070,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
1070
1070
  }>>)) | ((new (...args: any[]) => Partial<import("vue").ExtractPropTypes<{
1071
1071
  align: {
1072
1072
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1073
- xxl?: "top" | "bottom" | "middle" | "stretch";
1074
- xl?: "top" | "bottom" | "middle" | "stretch";
1075
- lg?: "top" | "bottom" | "middle" | "stretch";
1076
- md?: "top" | "bottom" | "middle" | "stretch";
1077
- sm?: "top" | "bottom" | "middle" | "stretch";
1078
1073
  xs?: "top" | "bottom" | "middle" | "stretch";
1074
+ sm?: "top" | "bottom" | "middle" | "stretch";
1075
+ md?: "top" | "bottom" | "middle" | "stretch";
1076
+ lg?: "top" | "bottom" | "middle" | "stretch";
1077
+ xl?: "top" | "bottom" | "middle" | "stretch";
1078
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1079
1079
  }>;
1080
1080
  default: "top" | "bottom" | "middle" | "stretch" | {
1081
- xxl?: "top" | "bottom" | "middle" | "stretch";
1082
- xl?: "top" | "bottom" | "middle" | "stretch";
1083
- lg?: "top" | "bottom" | "middle" | "stretch";
1084
- md?: "top" | "bottom" | "middle" | "stretch";
1085
- sm?: "top" | "bottom" | "middle" | "stretch";
1086
1081
  xs?: "top" | "bottom" | "middle" | "stretch";
1082
+ sm?: "top" | "bottom" | "middle" | "stretch";
1083
+ md?: "top" | "bottom" | "middle" | "stretch";
1084
+ lg?: "top" | "bottom" | "middle" | "stretch";
1085
+ xl?: "top" | "bottom" | "middle" | "stretch";
1086
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1087
1087
  };
1088
1088
  };
1089
1089
  justify: {
1090
1090
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1091
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1092
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1093
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1094
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1095
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1096
1091
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1092
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1093
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1094
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1095
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1096
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1097
1097
  }>;
1098
1098
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1099
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1100
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1101
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1102
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1103
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1104
1099
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1100
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1101
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1102
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1103
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1104
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1105
1105
  };
1106
1106
  };
1107
1107
  prefixCls: StringConstructor;
@@ -1116,38 +1116,38 @@ declare const _sfc_main: import("vue").DefineComponent<{
1116
1116
  }>>) | (() => Partial<import("vue").ExtractPropTypes<{
1117
1117
  align: {
1118
1118
  type: import("vue").PropType<"top" | "bottom" | "middle" | "stretch" | {
1119
- xxl?: "top" | "bottom" | "middle" | "stretch";
1120
- xl?: "top" | "bottom" | "middle" | "stretch";
1121
- lg?: "top" | "bottom" | "middle" | "stretch";
1122
- md?: "top" | "bottom" | "middle" | "stretch";
1123
- sm?: "top" | "bottom" | "middle" | "stretch";
1124
1119
  xs?: "top" | "bottom" | "middle" | "stretch";
1120
+ sm?: "top" | "bottom" | "middle" | "stretch";
1121
+ md?: "top" | "bottom" | "middle" | "stretch";
1122
+ lg?: "top" | "bottom" | "middle" | "stretch";
1123
+ xl?: "top" | "bottom" | "middle" | "stretch";
1124
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1125
1125
  }>;
1126
1126
  default: "top" | "bottom" | "middle" | "stretch" | {
1127
- xxl?: "top" | "bottom" | "middle" | "stretch";
1128
- xl?: "top" | "bottom" | "middle" | "stretch";
1129
- lg?: "top" | "bottom" | "middle" | "stretch";
1130
- md?: "top" | "bottom" | "middle" | "stretch";
1131
- sm?: "top" | "bottom" | "middle" | "stretch";
1132
1127
  xs?: "top" | "bottom" | "middle" | "stretch";
1128
+ sm?: "top" | "bottom" | "middle" | "stretch";
1129
+ md?: "top" | "bottom" | "middle" | "stretch";
1130
+ lg?: "top" | "bottom" | "middle" | "stretch";
1131
+ xl?: "top" | "bottom" | "middle" | "stretch";
1132
+ xxl?: "top" | "bottom" | "middle" | "stretch";
1133
1133
  };
1134
1134
  };
1135
1135
  justify: {
1136
1136
  type: import("vue").PropType<"start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1137
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1138
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1139
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1140
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1141
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1142
1137
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1138
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1139
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1140
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1141
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1142
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1143
1143
  }>;
1144
1144
  default: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly" | {
1145
- xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1146
- xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1147
- lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1148
- md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1149
- sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1150
1145
  xs?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1146
+ sm?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1147
+ md?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1148
+ lg?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1149
+ xl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1150
+ xxl?: "start" | "end" | "center" | "space-around" | "space-between" | "space-evenly";
1151
1151
  };
1152
1152
  };
1153
1153
  prefixCls: StringConstructor;
@@ -1186,12 +1186,12 @@ declare const _sfc_main: import("vue").DefineComponent<{
1186
1186
  size: "small" | "large" | "middle";
1187
1187
  schemas: import("../ShyForm").ShyFormSchema[];
1188
1188
  disabled: boolean;
1189
- gap: number;
1190
1189
  labelWidth: string | number;
1191
1190
  layout: "vertical" | "horizontal" | "inline";
1192
1191
  colon: boolean;
1193
1192
  hideRequiredMark: boolean;
1194
1193
  model: import("vue").PropType<Recordable<any>>;
1194
+ gap: number;
1195
1195
  formLabelInInput: boolean;
1196
1196
  fieldMapToTime: import("../ShyForm").FieldMapToTime;
1197
1197
  compact: boolean;
@@ -1214,450 +1214,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
1214
1214
  }, {}>;
1215
1215
  readonly VxeTable: import("vxe-table").VXEComponent<import("vxe-table").VxeTableProps<any>, import("vxe-table").VxeTableEventProps>;
1216
1216
  readonly VxeColumn: import("vxe-table").VXEComponent<VxeColumnProps, {}>;
1217
- readonly Pagination: {
1218
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
1219
- total: NumberConstructor;
1220
- defaultCurrent: NumberConstructor;
1221
- disabled: {
1222
- type: BooleanConstructor;
1223
- default: boolean;
1224
- };
1225
- current: NumberConstructor;
1226
- defaultPageSize: NumberConstructor;
1227
- pageSize: NumberConstructor;
1228
- hideOnSinglePage: {
1229
- type: BooleanConstructor;
1230
- default: boolean;
1231
- };
1232
- showSizeChanger: {
1233
- type: BooleanConstructor;
1234
- default: boolean;
1235
- };
1236
- pageSizeOptions: {
1237
- type: import("vue").PropType<(string | number)[]>;
1238
- default: (string | number)[];
1239
- };
1240
- buildOptionText: {
1241
- type: import("vue").PropType<(opt: {
1242
- value: any;
1243
- }) => any>;
1244
- default: (opt: {
1245
- value: any;
1246
- }) => any;
1247
- };
1248
- showQuickJumper: {
1249
- type: import("vue").PropType<boolean | {
1250
- goButton?: any;
1251
- }>;
1252
- default: boolean | {
1253
- goButton?: any;
1254
- };
1255
- };
1256
- showTotal: {
1257
- type: import("vue").PropType<(total: number, range: [number, number]) => any>;
1258
- default: (total: number, range: [number, number]) => any;
1259
- };
1260
- size: {
1261
- type: import("vue").PropType<"small" | "default">;
1262
- default: "small" | "default";
1263
- };
1264
- simple: {
1265
- type: BooleanConstructor;
1266
- default: boolean;
1267
- };
1268
- locale: ObjectConstructor;
1269
- prefixCls: StringConstructor;
1270
- selectPrefixCls: StringConstructor;
1271
- totalBoundaryShowSizeChanger: NumberConstructor;
1272
- selectComponentClass: StringConstructor;
1273
- itemRender: {
1274
- type: import("vue").PropType<(opt: {
1275
- page: number;
1276
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1277
- originalElement: any;
1278
- }) => any>;
1279
- default: (opt: {
1280
- page: number;
1281
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1282
- originalElement: any;
1283
- }) => any;
1284
- };
1285
- role: StringConstructor;
1286
- responsive: BooleanConstructor;
1287
- showLessItems: {
1288
- type: BooleanConstructor;
1289
- default: boolean;
1290
- };
1291
- onChange: {
1292
- type: import("vue").PropType<(page: number, pageSize: number) => void>;
1293
- default: (page: number, pageSize: number) => void;
1294
- };
1295
- onShowSizeChange: {
1296
- type: import("vue").PropType<(current: number, size: number) => void>;
1297
- default: (current: number, size: number) => void;
1298
- };
1299
- 'onUpdate:current': {
1300
- type: import("vue").PropType<(current: number) => void>;
1301
- default: (current: number) => void;
1302
- };
1303
- 'onUpdate:pageSize': {
1304
- type: import("vue").PropType<(size: number) => void>;
1305
- default: (size: number) => void;
1306
- };
1307
- }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
1308
- total: NumberConstructor;
1309
- defaultCurrent: NumberConstructor;
1310
- disabled: {
1311
- type: BooleanConstructor;
1312
- default: boolean;
1313
- };
1314
- current: NumberConstructor;
1315
- defaultPageSize: NumberConstructor;
1316
- pageSize: NumberConstructor;
1317
- hideOnSinglePage: {
1318
- type: BooleanConstructor;
1319
- default: boolean;
1320
- };
1321
- showSizeChanger: {
1322
- type: BooleanConstructor;
1323
- default: boolean;
1324
- };
1325
- pageSizeOptions: {
1326
- type: import("vue").PropType<(string | number)[]>;
1327
- default: (string | number)[];
1328
- };
1329
- buildOptionText: {
1330
- type: import("vue").PropType<(opt: {
1331
- value: any;
1332
- }) => any>;
1333
- default: (opt: {
1334
- value: any;
1335
- }) => any;
1336
- };
1337
- showQuickJumper: {
1338
- type: import("vue").PropType<boolean | {
1339
- goButton?: any;
1340
- }>;
1341
- default: boolean | {
1342
- goButton?: any;
1343
- };
1344
- };
1345
- showTotal: {
1346
- type: import("vue").PropType<(total: number, range: [number, number]) => any>;
1347
- default: (total: number, range: [number, number]) => any;
1348
- };
1349
- size: {
1350
- type: import("vue").PropType<"small" | "default">;
1351
- default: "small" | "default";
1352
- };
1353
- simple: {
1354
- type: BooleanConstructor;
1355
- default: boolean;
1356
- };
1357
- locale: ObjectConstructor;
1358
- prefixCls: StringConstructor;
1359
- selectPrefixCls: StringConstructor;
1360
- totalBoundaryShowSizeChanger: NumberConstructor;
1361
- selectComponentClass: StringConstructor;
1362
- itemRender: {
1363
- type: import("vue").PropType<(opt: {
1364
- page: number;
1365
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1366
- originalElement: any;
1367
- }) => any>;
1368
- default: (opt: {
1369
- page: number;
1370
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1371
- originalElement: any;
1372
- }) => any;
1373
- };
1374
- role: StringConstructor;
1375
- responsive: BooleanConstructor;
1376
- showLessItems: {
1377
- type: BooleanConstructor;
1378
- default: boolean;
1379
- };
1380
- onChange: {
1381
- type: import("vue").PropType<(page: number, pageSize: number) => void>;
1382
- default: (page: number, pageSize: number) => void;
1383
- };
1384
- onShowSizeChange: {
1385
- type: import("vue").PropType<(current: number, size: number) => void>;
1386
- default: (current: number, size: number) => void;
1387
- };
1388
- 'onUpdate:current': {
1389
- type: import("vue").PropType<(current: number) => void>;
1390
- default: (current: number) => void;
1391
- };
1392
- 'onUpdate:pageSize': {
1393
- type: import("vue").PropType<(size: number) => void>;
1394
- default: (size: number) => void;
1395
- };
1396
- }>>, {
1397
- size: "small" | "default";
1398
- onChange: (page: number, pageSize: number) => void;
1399
- responsive: boolean;
1400
- disabled: boolean;
1401
- itemRender: (opt: {
1402
- page: number;
1403
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1404
- originalElement: any;
1405
- }) => any;
1406
- pageSizeOptions: (string | number)[];
1407
- buildOptionText: (opt: {
1408
- value: any;
1409
- }) => any;
1410
- hideOnSinglePage: boolean;
1411
- showSizeChanger: boolean;
1412
- showLessItems: boolean;
1413
- showQuickJumper: boolean | {
1414
- goButton?: any;
1415
- };
1416
- showTotal: (total: number, range: [number, number]) => any;
1417
- simple: boolean;
1418
- onShowSizeChange: (current: number, size: number) => void;
1419
- 'onUpdate:current': (current: number) => void;
1420
- 'onUpdate:pageSize': (size: number) => void;
1421
- }, true, {}, {}, {
1422
- P: {};
1423
- B: {};
1424
- D: {};
1425
- C: {};
1426
- M: {};
1427
- Defaults: {};
1428
- }, Readonly<import("vue").ExtractPropTypes<{
1429
- total: NumberConstructor;
1430
- defaultCurrent: NumberConstructor;
1431
- disabled: {
1432
- type: BooleanConstructor;
1433
- default: boolean;
1434
- };
1435
- current: NumberConstructor;
1436
- defaultPageSize: NumberConstructor;
1437
- pageSize: NumberConstructor;
1438
- hideOnSinglePage: {
1439
- type: BooleanConstructor;
1440
- default: boolean;
1441
- };
1442
- showSizeChanger: {
1443
- type: BooleanConstructor;
1444
- default: boolean;
1445
- };
1446
- pageSizeOptions: {
1447
- type: import("vue").PropType<(string | number)[]>;
1448
- default: (string | number)[];
1449
- };
1450
- buildOptionText: {
1451
- type: import("vue").PropType<(opt: {
1452
- value: any;
1453
- }) => any>;
1454
- default: (opt: {
1455
- value: any;
1456
- }) => any;
1457
- };
1458
- showQuickJumper: {
1459
- type: import("vue").PropType<boolean | {
1460
- goButton?: any;
1461
- }>;
1462
- default: boolean | {
1463
- goButton?: any;
1464
- };
1465
- };
1466
- showTotal: {
1467
- type: import("vue").PropType<(total: number, range: [number, number]) => any>;
1468
- default: (total: number, range: [number, number]) => any;
1469
- };
1470
- size: {
1471
- type: import("vue").PropType<"small" | "default">;
1472
- default: "small" | "default";
1473
- };
1474
- simple: {
1475
- type: BooleanConstructor;
1476
- default: boolean;
1477
- };
1478
- locale: ObjectConstructor;
1479
- prefixCls: StringConstructor;
1480
- selectPrefixCls: StringConstructor;
1481
- totalBoundaryShowSizeChanger: NumberConstructor;
1482
- selectComponentClass: StringConstructor;
1483
- itemRender: {
1484
- type: import("vue").PropType<(opt: {
1485
- page: number;
1486
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1487
- originalElement: any;
1488
- }) => any>;
1489
- default: (opt: {
1490
- page: number;
1491
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1492
- originalElement: any;
1493
- }) => any;
1494
- };
1495
- role: StringConstructor;
1496
- responsive: BooleanConstructor;
1497
- showLessItems: {
1498
- type: BooleanConstructor;
1499
- default: boolean;
1500
- };
1501
- onChange: {
1502
- type: import("vue").PropType<(page: number, pageSize: number) => void>;
1503
- default: (page: number, pageSize: number) => void;
1504
- };
1505
- onShowSizeChange: {
1506
- type: import("vue").PropType<(current: number, size: number) => void>;
1507
- default: (current: number, size: number) => void;
1508
- };
1509
- 'onUpdate:current': {
1510
- type: import("vue").PropType<(current: number) => void>;
1511
- default: (current: number) => void;
1512
- };
1513
- 'onUpdate:pageSize': {
1514
- type: import("vue").PropType<(size: number) => void>;
1515
- default: (size: number) => void;
1516
- };
1517
- }>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
1518
- size: "small" | "default";
1519
- onChange: (page: number, pageSize: number) => void;
1520
- responsive: boolean;
1521
- disabled: boolean;
1522
- itemRender: (opt: {
1523
- page: number;
1524
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1525
- originalElement: any;
1526
- }) => any;
1527
- pageSizeOptions: (string | number)[];
1528
- buildOptionText: (opt: {
1529
- value: any;
1530
- }) => any;
1531
- hideOnSinglePage: boolean;
1532
- showSizeChanger: boolean;
1533
- showLessItems: boolean;
1534
- showQuickJumper: boolean | {
1535
- goButton?: any;
1536
- };
1537
- showTotal: (total: number, range: [number, number]) => any;
1538
- simple: boolean;
1539
- onShowSizeChange: (current: number, size: number) => void;
1540
- 'onUpdate:current': (current: number) => void;
1541
- 'onUpdate:pageSize': (size: number) => void;
1542
- }>;
1543
- __isFragment?: never;
1544
- __isTeleport?: never;
1545
- __isSuspense?: never;
1546
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
1547
- total: NumberConstructor;
1548
- defaultCurrent: NumberConstructor;
1549
- disabled: {
1550
- type: BooleanConstructor;
1551
- default: boolean;
1552
- };
1553
- current: NumberConstructor;
1554
- defaultPageSize: NumberConstructor;
1555
- pageSize: NumberConstructor;
1556
- hideOnSinglePage: {
1557
- type: BooleanConstructor;
1558
- default: boolean;
1559
- };
1560
- showSizeChanger: {
1561
- type: BooleanConstructor;
1562
- default: boolean;
1563
- };
1564
- pageSizeOptions: {
1565
- type: import("vue").PropType<(string | number)[]>;
1566
- default: (string | number)[];
1567
- };
1568
- buildOptionText: {
1569
- type: import("vue").PropType<(opt: {
1570
- value: any;
1571
- }) => any>;
1572
- default: (opt: {
1573
- value: any;
1574
- }) => any;
1575
- };
1576
- showQuickJumper: {
1577
- type: import("vue").PropType<boolean | {
1578
- goButton?: any;
1579
- }>;
1580
- default: boolean | {
1581
- goButton?: any;
1582
- };
1583
- };
1584
- showTotal: {
1585
- type: import("vue").PropType<(total: number, range: [number, number]) => any>;
1586
- default: (total: number, range: [number, number]) => any;
1587
- };
1588
- size: {
1589
- type: import("vue").PropType<"small" | "default">;
1590
- default: "small" | "default";
1591
- };
1592
- simple: {
1593
- type: BooleanConstructor;
1594
- default: boolean;
1595
- };
1596
- locale: ObjectConstructor;
1597
- prefixCls: StringConstructor;
1598
- selectPrefixCls: StringConstructor;
1599
- totalBoundaryShowSizeChanger: NumberConstructor;
1600
- selectComponentClass: StringConstructor;
1601
- itemRender: {
1602
- type: import("vue").PropType<(opt: {
1603
- page: number;
1604
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1605
- originalElement: any;
1606
- }) => any>;
1607
- default: (opt: {
1608
- page: number;
1609
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1610
- originalElement: any;
1611
- }) => any;
1612
- };
1613
- role: StringConstructor;
1614
- responsive: BooleanConstructor;
1615
- showLessItems: {
1616
- type: BooleanConstructor;
1617
- default: boolean;
1618
- };
1619
- onChange: {
1620
- type: import("vue").PropType<(page: number, pageSize: number) => void>;
1621
- default: (page: number, pageSize: number) => void;
1622
- };
1623
- onShowSizeChange: {
1624
- type: import("vue").PropType<(current: number, size: number) => void>;
1625
- default: (current: number, size: number) => void;
1626
- };
1627
- 'onUpdate:current': {
1628
- type: import("vue").PropType<(current: number) => void>;
1629
- default: (current: number) => void;
1630
- };
1631
- 'onUpdate:pageSize': {
1632
- type: import("vue").PropType<(size: number) => void>;
1633
- default: (size: number) => void;
1634
- };
1635
- }>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
1636
- size: "small" | "default";
1637
- onChange: (page: number, pageSize: number) => void;
1638
- responsive: boolean;
1639
- disabled: boolean;
1640
- itemRender: (opt: {
1641
- page: number;
1642
- type: "page" | "next" | "prev" | "jump-prev" | "jump-next";
1643
- originalElement: any;
1644
- }) => any;
1645
- pageSizeOptions: (string | number)[];
1646
- buildOptionText: (opt: {
1647
- value: any;
1648
- }) => any;
1649
- hideOnSinglePage: boolean;
1650
- showSizeChanger: boolean;
1651
- showLessItems: boolean;
1652
- showQuickJumper: boolean | {
1653
- goButton?: any;
1654
- };
1655
- showTotal: (total: number, range: [number, number]) => any;
1656
- simple: boolean;
1657
- onShowSizeChange: (current: number, size: number) => void;
1658
- 'onUpdate:current': (current: number) => void;
1659
- 'onUpdate:pageSize': (size: number) => void;
1660
- }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
1217
+ readonly Pagination: any;
1661
1218
  readonly CellComponent: import("vue").FunctionalComponent<{}, {}, any, {}>;
1662
1219
  ButtonGroupEdit: import("vue").DefineComponent<{
1663
1220
  row: {
@@ -1745,11 +1302,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
1745
1302
  }>>, {
1746
1303
  type: "button" | "link";
1747
1304
  actions: import("../ShyTable").ActionItem[];
1748
- showCount: number;
1749
1305
  dropDownActions: import("../ShyTable").ActionItem[];
1750
1306
  divider: boolean;
1751
1307
  outside: boolean;
1752
1308
  stopButtonPropagation: boolean;
1309
+ showCount: number;
1753
1310
  }, {}>;
1754
1311
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure")[], "edit-cancel" | "row-remove" | "updateStatusEdit" | "edit-ensure", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
1755
1312
  row: {