@douyinfe/semi-ui 2.12.1-alpha.0 → 2.13.0-beta.0

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 (188) hide show
  1. package/autoComplete/_story/autoComplete.stories.js +0 -1
  2. package/autoComplete/index.tsx +1 -1
  3. package/avatar/index.tsx +2 -2
  4. package/backtop/index.tsx +7 -11
  5. package/badge/index.tsx +1 -1
  6. package/banner/index.tsx +5 -5
  7. package/breadcrumb/index.tsx +3 -5
  8. package/button/Button.tsx +8 -10
  9. package/card/index.tsx +41 -43
  10. package/carousel/CarouselArrow.tsx +0 -2
  11. package/carousel/index.tsx +0 -1
  12. package/cascader/index.tsx +123 -101
  13. package/cascader/item.tsx +1 -1
  14. package/checkbox/checkbox.tsx +28 -20
  15. package/checkbox/checkboxInner.tsx +11 -1
  16. package/collapsible/index.tsx +1 -8
  17. package/datePicker/dateInput.tsx +0 -1
  18. package/datePicker/datePicker.tsx +5 -13
  19. package/dist/css/semi.css +49 -41
  20. package/dist/css/semi.min.css +1 -1
  21. package/dist/umd/semi-ui.js +5372 -3695
  22. package/dist/umd/semi-ui.js.map +1 -1
  23. package/dist/umd/semi-ui.min.js +1 -1
  24. package/dist/umd/semi-ui.min.js.map +1 -1
  25. package/divider/index.tsx +4 -8
  26. package/dropdown/index.tsx +1 -1
  27. package/empty/index.tsx +5 -13
  28. package/form/hoc/withField.tsx +1 -1
  29. package/form/label.tsx +1 -1
  30. package/grid/col.tsx +1 -1
  31. package/grid/row.tsx +1 -1
  32. package/iconButton/index.tsx +1 -2
  33. package/input/index.tsx +11 -38
  34. package/inputNumber/__test__/inputNumber.test.js +2 -3
  35. package/inputNumber/_story/inputNumber.stories.js +53 -0
  36. package/inputNumber/index.tsx +0 -4
  37. package/lib/cjs/autoComplete/index.js +1 -1
  38. package/lib/cjs/avatar/index.js +2 -4
  39. package/lib/cjs/backtop/index.js +1 -2
  40. package/lib/cjs/badge/index.js +1 -2
  41. package/lib/cjs/banner/index.js +4 -9
  42. package/lib/cjs/breadcrumb/index.js +3 -4
  43. package/lib/cjs/button/Button.js +3 -13
  44. package/lib/cjs/card/index.js +5 -10
  45. package/lib/cjs/carousel/CarouselArrow.js +2 -6
  46. package/lib/cjs/carousel/index.js +1 -2
  47. package/lib/cjs/cascader/index.js +6 -9
  48. package/lib/cjs/cascader/item.js +1 -2
  49. package/lib/cjs/checkbox/checkbox.d.ts +3 -2
  50. package/lib/cjs/checkbox/checkbox.js +33 -15
  51. package/lib/cjs/checkbox/checkboxInner.d.ts +6 -0
  52. package/lib/cjs/checkbox/checkboxInner.js +14 -4
  53. package/lib/cjs/collapsible/index.js +1 -2
  54. package/lib/cjs/datePicker/dateInput.js +1 -2
  55. package/lib/cjs/datePicker/datePicker.js +2 -4
  56. package/lib/cjs/divider/index.js +1 -2
  57. package/lib/cjs/dropdown/index.js +1 -2
  58. package/lib/cjs/empty/index.js +4 -8
  59. package/lib/cjs/form/hoc/withField.js +1 -2
  60. package/lib/cjs/form/label.js +1 -2
  61. package/lib/cjs/grid/col.js +1 -2
  62. package/lib/cjs/grid/row.js +1 -2
  63. package/lib/cjs/iconButton/index.js +1 -3
  64. package/lib/cjs/input/index.js +5 -9
  65. package/lib/cjs/inputNumber/index.js +0 -4
  66. package/lib/cjs/list/index.js +3 -6
  67. package/lib/cjs/modal/ConfirmModal.js +1 -2
  68. package/lib/cjs/modal/Modal.js +2 -6
  69. package/lib/cjs/modal/ModalContent.js +6 -13
  70. package/lib/cjs/notification/notice.js +3 -6
  71. package/lib/cjs/pagination/index.js +2 -4
  72. package/lib/cjs/popconfirm/index.js +3 -6
  73. package/lib/cjs/popover/index.d.ts +1 -0
  74. package/lib/cjs/radio/radio.js +2 -4
  75. package/lib/cjs/rating/item.js +1 -2
  76. package/lib/cjs/scrollList/index.js +3 -6
  77. package/lib/cjs/select/index.js +4 -8
  78. package/lib/cjs/select/option.js +1 -2
  79. package/lib/cjs/sideSheet/SideSheetContent.js +3 -6
  80. package/lib/cjs/skeleton/index.js +1 -3
  81. package/lib/cjs/space/index.js +1 -2
  82. package/lib/cjs/spin/index.js +3 -7
  83. package/lib/cjs/switch/index.js +4 -6
  84. package/lib/cjs/table/Table.js +3 -6
  85. package/lib/cjs/tabs/TabBar.js +1 -2
  86. package/lib/cjs/tabs/TabPane.js +2 -5
  87. package/lib/cjs/tagInput/index.d.ts +6 -1
  88. package/lib/cjs/tagInput/index.js +42 -10
  89. package/lib/cjs/timePicker/Combobox.js +1 -3
  90. package/lib/cjs/toast/toast.js +3 -6
  91. package/lib/cjs/transfer/index.js +1 -2
  92. package/lib/cjs/tree/treeNode.js +1 -2
  93. package/lib/cjs/treeSelect/index.js +3 -6
  94. package/lib/cjs/typography/base.js +1 -2
  95. package/lib/cjs/upload/index.d.ts +1 -1
  96. package/lib/cjs/upload/index.js +6 -13
  97. package/lib/es/autoComplete/index.js +1 -1
  98. package/lib/es/avatar/index.js +2 -4
  99. package/lib/es/backtop/index.js +1 -2
  100. package/lib/es/badge/index.js +1 -2
  101. package/lib/es/banner/index.js +4 -9
  102. package/lib/es/breadcrumb/index.js +3 -4
  103. package/lib/es/button/Button.js +3 -11
  104. package/lib/es/card/index.js +5 -10
  105. package/lib/es/carousel/CarouselArrow.js +2 -6
  106. package/lib/es/carousel/index.js +1 -2
  107. package/lib/es/cascader/index.js +6 -9
  108. package/lib/es/cascader/item.js +1 -2
  109. package/lib/es/checkbox/checkbox.d.ts +3 -2
  110. package/lib/es/checkbox/checkbox.js +33 -15
  111. package/lib/es/checkbox/checkboxInner.d.ts +6 -0
  112. package/lib/es/checkbox/checkboxInner.js +14 -4
  113. package/lib/es/collapsible/index.js +1 -2
  114. package/lib/es/datePicker/dateInput.js +1 -2
  115. package/lib/es/datePicker/datePicker.js +2 -4
  116. package/lib/es/divider/index.js +1 -2
  117. package/lib/es/dropdown/index.js +1 -2
  118. package/lib/es/empty/index.js +4 -8
  119. package/lib/es/form/hoc/withField.js +1 -2
  120. package/lib/es/form/label.js +1 -2
  121. package/lib/es/grid/col.js +1 -2
  122. package/lib/es/grid/row.js +1 -2
  123. package/lib/es/iconButton/index.js +1 -3
  124. package/lib/es/input/index.js +5 -9
  125. package/lib/es/inputNumber/index.js +0 -4
  126. package/lib/es/list/index.js +3 -6
  127. package/lib/es/modal/ConfirmModal.js +1 -2
  128. package/lib/es/modal/Modal.js +2 -6
  129. package/lib/es/modal/ModalContent.js +6 -13
  130. package/lib/es/notification/notice.js +3 -6
  131. package/lib/es/pagination/index.js +2 -4
  132. package/lib/es/popconfirm/index.js +3 -6
  133. package/lib/es/popover/index.d.ts +1 -0
  134. package/lib/es/radio/radio.js +2 -4
  135. package/lib/es/rating/item.js +1 -2
  136. package/lib/es/scrollList/index.js +3 -6
  137. package/lib/es/select/index.js +4 -8
  138. package/lib/es/select/option.js +1 -2
  139. package/lib/es/sideSheet/SideSheetContent.js +3 -6
  140. package/lib/es/skeleton/index.js +1 -3
  141. package/lib/es/space/index.js +1 -2
  142. package/lib/es/spin/index.js +3 -7
  143. package/lib/es/switch/index.js +4 -6
  144. package/lib/es/table/Table.js +3 -6
  145. package/lib/es/tabs/TabBar.js +1 -2
  146. package/lib/es/tabs/TabPane.js +2 -5
  147. package/lib/es/tagInput/index.d.ts +6 -1
  148. package/lib/es/tagInput/index.js +41 -10
  149. package/lib/es/timePicker/Combobox.js +1 -3
  150. package/lib/es/toast/toast.js +3 -6
  151. package/lib/es/transfer/index.js +1 -2
  152. package/lib/es/tree/treeNode.js +1 -2
  153. package/lib/es/treeSelect/index.js +3 -6
  154. package/lib/es/typography/base.js +1 -2
  155. package/lib/es/upload/index.d.ts +1 -1
  156. package/lib/es/upload/index.js +6 -13
  157. package/list/index.tsx +4 -16
  158. package/modal/ConfirmModal.tsx +1 -1
  159. package/modal/Modal.tsx +0 -2
  160. package/modal/ModalContent.tsx +14 -27
  161. package/notification/notice.tsx +4 -16
  162. package/package.json +9 -9
  163. package/pagination/index.tsx +2 -16
  164. package/popconfirm/index.tsx +3 -11
  165. package/popover/index.tsx +1 -1
  166. package/radio/radio.tsx +2 -10
  167. package/rating/item.tsx +1 -1
  168. package/scrollList/index.tsx +3 -19
  169. package/select/_story/select.stories.js +11 -0
  170. package/select/index.tsx +4 -12
  171. package/select/option.tsx +1 -5
  172. package/sideSheet/SideSheetContent.tsx +3 -3
  173. package/skeleton/index.tsx +1 -1
  174. package/space/index.tsx +1 -1
  175. package/spin/index.tsx +9 -15
  176. package/switch/index.tsx +14 -9
  177. package/table/Table.tsx +3 -5
  178. package/tabs/TabBar.tsx +1 -1
  179. package/tabs/TabPane.tsx +4 -9
  180. package/tagInput/index.tsx +38 -11
  181. package/timePicker/Combobox.tsx +1 -6
  182. package/toast/toast.tsx +3 -3
  183. package/transfer/index.tsx +0 -1
  184. package/tree/treeNode.tsx +1 -1
  185. package/treeSelect/index.tsx +3 -15
  186. package/typography/base.tsx +1 -1
  187. package/upload/index.tsx +38 -107
  188. package/yarn-error.log +0 -26235

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.