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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.