@antscorp/antsomi-ui 1.3.0 → 1.3.2

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 (566) hide show
  1. package/dist/0dfb9214dfd945cd7290.png +1 -0
  2. package/dist/574b7bee0563a9fe9a29.png +1 -0
  3. package/dist/688be4ec34a228a3d51c.png +1 -0
  4. package/dist/6b586356e837581204dc.svg +1 -0
  5. package/dist/7bd6d6407df2d867ce2f.svg +1 -0
  6. package/dist/bc6bf11c6f5e6743aa4c.png +1 -0
  7. package/dist/e32f09119052a55cce3c.png +1 -0
  8. package/dist/e3851b9384a984c6fdb5.png +1 -0
  9. package/dist/index.js +1 -1
  10. package/dist/index.js.LICENSE.txt +10 -0
  11. package/dist/main.css +1 -1
  12. package/dist/public/icons/placeholder-image.png +0 -0
  13. package/dist/public/icons/transparent.svg +1 -0
  14. package/dist/types/components/atoms/Alert/Alert.d.ts +4 -0
  15. package/dist/types/components/atoms/Alert/index.stories.d.ts +12 -0
  16. package/dist/types/components/atoms/Button/Button.stories.d.ts +2 -2
  17. package/dist/types/components/atoms/Button/index.d.ts +1 -1
  18. package/dist/types/components/atoms/DividerPure/DividerPure.d.ts +10 -0
  19. package/dist/types/components/atoms/DividerPure/index.d.ts +1 -0
  20. package/dist/types/components/atoms/DividerPure/styled.d.ts +1 -0
  21. package/dist/types/components/atoms/Empty/Empty.d.ts +5 -0
  22. package/dist/types/components/atoms/Empty/Empty.stories.d.ts +51 -0
  23. package/dist/types/components/atoms/Empty/__tests__/index.test.d.ts +1 -0
  24. package/dist/types/components/atoms/Empty/index.d.ts +1 -0
  25. package/dist/types/components/atoms/FloatButton/FloatButton.d.ts +1 -0
  26. package/dist/types/components/atoms/FloatButton/FloatButton.stories.d.ts +6 -0
  27. package/dist/types/components/atoms/FloatButton/__tests__/index.test.d.ts +0 -0
  28. package/dist/types/components/atoms/FloatButton/index.d.ts +1 -0
  29. package/dist/types/components/atoms/Grid/Grid.d.ts +3 -0
  30. package/dist/types/components/atoms/Grid/Grid.stories.d.ts +107 -0
  31. package/dist/types/components/atoms/Grid/index.d.ts +1 -0
  32. package/dist/types/components/atoms/Input/Input.d.ts +19 -7
  33. package/dist/types/components/atoms/Input/Input.stories.d.ts +4 -4
  34. package/dist/types/components/atoms/Input/styled.d.ts +11 -0
  35. package/dist/types/components/atoms/Message/Message.d.ts +1 -0
  36. package/dist/types/components/atoms/Message/Message.stories.d.ts +95 -0
  37. package/dist/types/components/atoms/Message/__tests__/index.test.d.ts +1 -0
  38. package/dist/types/components/atoms/Message/index.d.ts +1 -0
  39. package/dist/types/components/atoms/Message/index.stories.d.ts +12 -0
  40. package/dist/types/components/atoms/Notification/Notification.d.ts +1 -0
  41. package/dist/types/components/atoms/Notification/Notification.stories.d.ts +105 -0
  42. package/dist/types/components/atoms/Notification/__tests__/index.test.d.ts +1 -0
  43. package/dist/types/components/atoms/Notification/index.d.ts +1 -0
  44. package/dist/types/components/atoms/Pagination/Pagination.d.ts +2 -0
  45. package/dist/types/components/atoms/Pagination/Pagination.stories.d.ts +96 -0
  46. package/dist/types/components/atoms/Pagination/__tests__/index.test.d.ts +1 -0
  47. package/dist/types/components/atoms/Pagination/index.d.ts +1 -0
  48. package/dist/types/components/atoms/Popover/Popover.d.ts +4 -0
  49. package/dist/types/components/atoms/Popover/Popover.stories.d.ts +40 -0
  50. package/dist/types/components/atoms/Popover/__tests__/index.test.d.ts +1 -0
  51. package/dist/types/components/atoms/Popover/index.d.ts +1 -0
  52. package/dist/types/components/atoms/Popover/index.stories.d.ts +49 -0
  53. package/dist/types/components/atoms/Popover/styled.d.ts +4 -0
  54. package/dist/types/components/atoms/Progress/Progress.d.ts +2 -0
  55. package/dist/types/components/atoms/Progress/Progress.stories.d.ts +135 -0
  56. package/dist/types/components/atoms/Progress/__tests__/index.test.d.ts +1 -0
  57. package/dist/types/components/atoms/Progress/index.d.ts +1 -0
  58. package/dist/types/components/atoms/Radio/index.d.ts +7 -1
  59. package/dist/types/components/atoms/Rate/Rate.d.ts +2 -0
  60. package/dist/types/components/atoms/Rate/Rate.stories.d.ts +55 -0
  61. package/dist/types/components/atoms/Rate/__tests__/index.test.d.ts +1 -0
  62. package/dist/types/components/atoms/Rate/index.d.ts +1 -0
  63. package/dist/types/components/atoms/RequiredLabel/__tests__/index.test.d.ts +1 -0
  64. package/dist/types/components/atoms/RequiredLabel/index.d.ts +7 -0
  65. package/dist/types/components/atoms/RequiredLabel/styled.d.ts +2 -0
  66. package/dist/types/components/atoms/ScrollBox/index.d.ts +9 -0
  67. package/dist/types/components/atoms/Segmented/Segmented.d.ts +2 -0
  68. package/dist/types/components/atoms/Segmented/Segmented.stories.d.ts +85 -0
  69. package/dist/types/components/atoms/Segmented/__tests__/index.test.d.ts +1 -0
  70. package/dist/types/components/atoms/Segmented/index.d.ts +1 -0
  71. package/dist/types/components/atoms/Skeleton/Skeleton.d.ts +8 -0
  72. package/dist/types/components/atoms/Skeleton/Skeleton.stories.d.ts +72 -0
  73. package/dist/types/components/atoms/Skeleton/__tests__/index.test.d.ts +1 -0
  74. package/dist/types/components/atoms/Skeleton/index.d.ts +1 -0
  75. package/dist/types/components/atoms/Slider/__tests__/index.test.d.ts +1 -0
  76. package/dist/types/components/atoms/Slider/index.d.ts +5 -0
  77. package/dist/types/components/atoms/Slider/index.stories.d.ts +10 -0
  78. package/dist/types/components/atoms/Slider/styled.d.ts +7 -0
  79. package/dist/types/components/atoms/Space/Space.d.ts +6 -1
  80. package/dist/types/components/atoms/Spin/Spin.d.ts +9 -0
  81. package/dist/types/components/atoms/Spin/Spin.stories.d.ts +53 -0
  82. package/dist/types/components/atoms/Spin/__tests__/index.test.d.ts +1 -0
  83. package/dist/types/components/atoms/Spin/index.d.ts +1 -0
  84. package/dist/types/components/atoms/Spin/styled.d.ts +1 -0
  85. package/dist/types/components/atoms/Statistic/Statistic.d.ts +4 -0
  86. package/dist/types/components/atoms/Statistic/Statistic.stories.d.ts +51 -0
  87. package/dist/types/components/atoms/Statistic/__tests__/index.test.d.ts +1 -0
  88. package/dist/types/components/atoms/Statistic/index.d.ts +1 -0
  89. package/dist/types/components/atoms/Steps/Steps.d.ts +4 -0
  90. package/dist/types/components/atoms/Steps/Steps.stories.d.ts +151 -0
  91. package/dist/types/components/atoms/Steps/__tests__/index.test.d.ts +1 -0
  92. package/dist/types/components/atoms/Steps/index.d.ts +1 -0
  93. package/dist/types/components/atoms/Switch/Switch.d.ts +2 -0
  94. package/dist/types/components/atoms/Switch/Switch.stories.d.ts +45 -0
  95. package/dist/types/components/atoms/Switch/__tests__/index.test.d.ts +1 -0
  96. package/dist/types/components/atoms/Switch/index.d.ts +1 -0
  97. package/dist/types/components/atoms/Switch/styled.d.ts +1 -0
  98. package/dist/types/components/atoms/Text/index.d.ts +10 -0
  99. package/dist/types/components/atoms/Text/index.stories.d.ts +6 -0
  100. package/dist/types/components/atoms/Text/styled.d.ts +7 -0
  101. package/dist/types/components/atoms/Timeline/Timeline.d.ts +4 -0
  102. package/dist/types/components/atoms/Timeline/Timeline.stories.d.ts +67 -0
  103. package/dist/types/components/atoms/Timeline/__tests__/index.test.d.ts +1 -0
  104. package/dist/types/components/atoms/Timeline/index.d.ts +1 -0
  105. package/dist/types/components/atoms/Watermark/Watermark.d.ts +2 -0
  106. package/dist/types/components/atoms/Watermark/Watermark.stories.d.ts +27 -0
  107. package/dist/types/components/atoms/Watermark/__tests__/index.test.d.ts +1 -0
  108. package/dist/types/components/atoms/Watermark/index.d.ts +1 -0
  109. package/dist/types/components/atoms/index.d.ts +23 -1
  110. package/dist/types/components/icons/RequestIcon.d.ts +1 -0
  111. package/dist/types/components/icons/index.d.ts +1 -0
  112. package/dist/types/components/molecules/AlignSetting/__tests__/index.test.d.ts +1 -0
  113. package/dist/types/components/molecules/AlignSetting/index.d.ts +19 -0
  114. package/dist/types/components/molecules/AlignSetting/styled.d.ts +1 -0
  115. package/dist/types/components/molecules/AlignSetting/utils.d.ts +3 -0
  116. package/dist/types/components/molecules/CaptureScreen/CaptureScreen.d.ts +4 -0
  117. package/dist/types/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +8 -0
  118. package/dist/types/components/molecules/CaptureScreen/constants.d.ts +8 -1
  119. package/dist/types/components/molecules/CaptureScreen/types.d.ts +6 -0
  120. package/dist/types/components/molecules/Card/Card.d.ts +1 -0
  121. package/dist/types/components/molecules/Card/Card.stories.d.ts +88 -0
  122. package/dist/types/components/molecules/Card/__tests__/index.test.d.ts +1 -0
  123. package/dist/types/components/molecules/Card/index.d.ts +1 -0
  124. package/dist/types/components/molecules/ColorPicker/ChromePicker/__tests__/index.test.d.ts +1 -0
  125. package/dist/types/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -0
  126. package/dist/types/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -0
  127. package/dist/types/components/molecules/ColorPicker/CustomPicker/__tests__/index.test.d.ts +1 -0
  128. package/dist/types/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -0
  129. package/dist/types/components/molecules/ColorPicker/CustomPicker/styled.d.ts +5 -0
  130. package/dist/types/components/molecules/ColorPicker/SketchPicker/__tests__/index.test.d.ts +1 -0
  131. package/dist/types/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -0
  132. package/dist/types/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -0
  133. package/dist/types/components/molecules/ColorPicker/__tests__/index.test.d.ts +1 -0
  134. package/dist/types/components/molecules/ColorPicker/index.d.ts +13 -0
  135. package/dist/types/components/molecules/ColorPicker/styled.d.ts +1 -0
  136. package/dist/types/components/molecules/ColorSetting/__tests__/index.test.d.ts +1 -0
  137. package/dist/types/components/molecules/ColorSetting/index.d.ts +13 -0
  138. package/dist/types/components/molecules/ColorSetting/styled.d.ts +13 -0
  139. package/dist/types/components/molecules/Drawer/Drawer.d.ts +2 -0
  140. package/dist/types/components/molecules/Drawer/Drawer.stories.d.ts +75 -0
  141. package/dist/types/components/molecules/Drawer/__tests__/index.test.d.ts +1 -0
  142. package/dist/types/components/molecules/Drawer/index.d.ts +1 -0
  143. package/dist/types/components/molecules/EdgeSetting/__tests__/index.test.d.ts +1 -0
  144. package/dist/types/components/molecules/EdgeSetting/index.d.ts +39 -0
  145. package/dist/types/components/molecules/EdgeSetting/styled.d.ts +3 -0
  146. package/dist/types/components/molecules/IconSelection/__tests__/index.test.d.ts +1 -0
  147. package/dist/types/components/molecules/IconSelection/constants.d.ts +6 -0
  148. package/dist/types/components/molecules/IconSelection/index.d.ts +9 -0
  149. package/dist/types/components/molecules/IconSelection/styled.d.ts +14 -0
  150. package/dist/types/components/molecules/InputNumber/__tests__/index.test.d.ts +1 -0
  151. package/dist/types/components/molecules/InputNumber/index.d.ts +9 -0
  152. package/dist/types/components/molecules/InputNumber/styled.d.ts +8 -0
  153. package/dist/types/components/molecules/InputSearch/__tests__/index.test.d.ts +1 -0
  154. package/dist/types/components/molecules/InputSearch/index.d.ts +7 -0
  155. package/dist/types/components/molecules/InputSearch/styled.d.ts +1 -0
  156. package/dist/types/components/molecules/Modal/Loadable.d.ts +7 -0
  157. package/dist/types/components/molecules/Modal/styled.d.ts +16 -0
  158. package/dist/types/components/molecules/Popconfirm/Popconfirm.d.ts +4 -0
  159. package/dist/types/components/molecules/Popconfirm/Popconfirm.stories.d.ts +79 -0
  160. package/dist/types/components/molecules/Popconfirm/__tests__/index.test.d.ts +1 -0
  161. package/dist/types/components/molecules/Popconfirm/index.d.ts +1 -0
  162. package/dist/types/components/molecules/PopupDraggable/styled.d.ts +1 -0
  163. package/dist/types/components/molecules/PopupDraggable/types.d.ts +4 -1
  164. package/dist/types/components/molecules/RadioGroup/__tests__/index.test.d.ts +1 -0
  165. package/dist/types/components/molecules/RadioGroup/index.d.ts +7 -0
  166. package/dist/types/components/molecules/RadioGroup/styled.d.ts +3 -0
  167. package/dist/types/components/molecules/Result/Result.d.ts +1 -0
  168. package/dist/types/components/molecules/Result/Result.stories.d.ts +25 -0
  169. package/dist/types/components/molecules/Result/__tests__/index.test.d.ts +1 -0
  170. package/dist/types/components/molecules/Result/index.d.ts +1 -0
  171. package/dist/types/components/molecules/Select/Select.d.ts +1 -1
  172. package/dist/types/components/molecules/Select/Select.stories.d.ts +2 -2
  173. package/dist/types/components/molecules/SettingWrapper/__tests__/index.test.d.ts +1 -0
  174. package/dist/types/components/molecules/SettingWrapper/index.d.ts +13 -0
  175. package/dist/types/components/molecules/SettingWrapper/styled.d.ts +5 -0
  176. package/dist/types/components/molecules/SliderWithInputNumber/__tests__/index.test.d.ts +1 -0
  177. package/dist/types/components/molecules/SliderWithInputNumber/index.d.ts +11 -0
  178. package/dist/types/components/molecules/SliderWithInputNumber/styled.d.ts +1 -0
  179. package/dist/types/components/molecules/TreeSelect/TreeSelect.d.ts +11 -0
  180. package/dist/types/components/molecules/TreeSelect/TreeSelect.stories.d.ts +87 -0
  181. package/dist/types/components/molecules/TreeSelect/__tests__/index.test.d.ts +1 -0
  182. package/dist/types/components/molecules/TreeSelect/index.d.ts +1 -0
  183. package/dist/types/components/molecules/UploadImage/__tests__/index.test.d.ts +1 -0
  184. package/dist/types/components/molecules/UploadImage/index.d.ts +26 -0
  185. package/dist/types/components/molecules/UploadImage/styled.d.ts +8 -0
  186. package/dist/types/components/molecules/index.d.ts +15 -1
  187. package/dist/types/components/organism/Help/constants.d.ts +2 -0
  188. package/dist/types/components/organism/Help/styled.d.ts +4 -1
  189. package/dist/types/components/organism/Help/types.d.ts +2 -0
  190. package/dist/types/components/organism/Help/utils.d.ts +1 -0
  191. package/dist/types/components/organism/PositionSetting/__tests__/index.test.d.ts +1 -0
  192. package/dist/types/components/organism/PositionSetting/config.d.ts +10 -0
  193. package/dist/types/components/organism/PositionSetting/index.d.ts +15 -0
  194. package/dist/types/components/organism/PositionSetting/styled.d.ts +1 -0
  195. package/dist/types/components/organism/PositionSetting/types.d.ts +10 -0
  196. package/dist/types/components/organism/index.d.ts +1 -0
  197. package/dist/types/constants/keyCode.d.ts +387 -0
  198. package/dist/types/models/SavedImage.d.ts +32 -0
  199. package/dist/types/models/Upload.d.ts +32 -0
  200. package/dist/types/models/model.d.ts +8 -0
  201. package/dist/types/node_modules/react-markdown/lib/complex-types.d.ts +22 -0
  202. package/dist/types/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
  203. package/dist/types/services/index.d.ts +9 -0
  204. package/dist/types/src/components/atoms/Alert/Alert.d.ts +4 -0
  205. package/dist/types/src/components/atoms/Alert/index.d.ts +1 -0
  206. package/dist/types/src/components/atoms/Alert/index.stories.d.ts +12 -0
  207. package/dist/types/src/components/atoms/Button/Button.d.ts +1 -0
  208. package/dist/types/src/components/atoms/Button/Button.stories.d.ts +32 -0
  209. package/dist/types/src/components/atoms/Button/__tests__/Button.test.d.ts +1 -0
  210. package/dist/types/src/components/atoms/Button/index.d.ts +11 -0
  211. package/dist/types/src/components/atoms/Button/test.d.ts +3 -0
  212. package/dist/types/src/components/atoms/Checkbox/Checkbox.d.ts +1 -0
  213. package/dist/types/src/components/atoms/Checkbox/Checkbox.stories.d.ts +16 -0
  214. package/dist/types/src/components/atoms/Checkbox/__tests__/Checkbox.test.d.ts +1 -0
  215. package/dist/types/src/components/atoms/Checkbox/index.d.ts +1 -0
  216. package/dist/types/src/components/atoms/Divider/Divider.d.ts +1 -0
  217. package/dist/types/src/components/atoms/Divider/Divider.stories.d.ts +8 -0
  218. package/dist/types/src/components/atoms/Divider/__tests__/Divider.test.d.ts +1 -0
  219. package/dist/types/src/components/atoms/Divider/index.d.ts +1 -0
  220. package/dist/types/src/components/atoms/DividerPure/DividerPure.d.ts +10 -0
  221. package/dist/types/src/components/atoms/DividerPure/index.d.ts +1 -0
  222. package/dist/types/src/components/atoms/DividerPure/styled.d.ts +1 -0
  223. package/dist/types/src/components/atoms/Empty/Empty.d.ts +5 -0
  224. package/dist/types/src/components/atoms/Empty/Empty.stories.d.ts +51 -0
  225. package/dist/types/src/components/atoms/Empty/__tests__/index.test.d.ts +1 -0
  226. package/dist/types/src/components/atoms/Empty/index.d.ts +1 -0
  227. package/dist/types/src/components/atoms/FloatButton/FloatButton.d.ts +1 -0
  228. package/dist/types/src/components/atoms/FloatButton/FloatButton.stories.d.ts +6 -0
  229. package/dist/types/src/components/atoms/FloatButton/__tests__/index.test.d.ts +0 -0
  230. package/dist/types/src/components/atoms/FloatButton/index.d.ts +1 -0
  231. package/dist/types/src/components/atoms/Grid/Grid.d.ts +3 -0
  232. package/dist/types/src/components/atoms/Grid/Grid.stories.d.ts +107 -0
  233. package/dist/types/src/components/atoms/Grid/index.d.ts +1 -0
  234. package/dist/types/src/components/atoms/Input/Input.d.ts +19 -0
  235. package/dist/types/src/components/atoms/Input/Input.stories.d.ts +22 -0
  236. package/dist/types/src/components/atoms/Input/__tests__/Input.test.d.ts +1 -0
  237. package/dist/types/src/components/atoms/Input/index.d.ts +1 -0
  238. package/dist/types/src/components/atoms/Input/styled.d.ts +11 -0
  239. package/dist/types/src/components/atoms/InputNumber/InputNumber.d.ts +6 -0
  240. package/dist/types/src/components/atoms/InputNumber/InputNumber.stories.d.ts +16 -0
  241. package/dist/types/src/components/atoms/InputNumber/__tests__/InputNumber.test.d.ts +1 -0
  242. package/dist/types/src/components/atoms/InputNumber/index.d.ts +1 -0
  243. package/dist/types/src/components/atoms/Message/Message.d.ts +1 -0
  244. package/dist/types/src/components/atoms/Message/Message.stories.d.ts +95 -0
  245. package/dist/types/src/components/atoms/Message/__tests__/index.test.d.ts +1 -0
  246. package/dist/types/src/components/atoms/Message/index.d.ts +1 -0
  247. package/dist/types/src/components/atoms/Notification/Notification.d.ts +1 -0
  248. package/dist/types/src/components/atoms/Notification/Notification.stories.d.ts +105 -0
  249. package/dist/types/src/components/atoms/Notification/__tests__/index.test.d.ts +1 -0
  250. package/dist/types/src/components/atoms/Notification/index.d.ts +1 -0
  251. package/dist/types/src/components/atoms/Pagination/Pagination.d.ts +2 -0
  252. package/dist/types/src/components/atoms/Pagination/Pagination.stories.d.ts +96 -0
  253. package/dist/types/src/components/atoms/Pagination/__tests__/index.test.d.ts +1 -0
  254. package/dist/types/src/components/atoms/Pagination/index.d.ts +1 -0
  255. package/dist/types/src/components/atoms/Popover/Popover.d.ts +4 -0
  256. package/dist/types/src/components/atoms/Popover/Popover.stories.d.ts +40 -0
  257. package/dist/types/src/components/atoms/Popover/__tests__/index.test.d.ts +1 -0
  258. package/dist/types/src/components/atoms/Popover/index.d.ts +1 -0
  259. package/dist/types/src/components/atoms/Popover/styled.d.ts +4 -0
  260. package/dist/types/src/components/atoms/Progress/Progress.d.ts +2 -0
  261. package/dist/types/src/components/atoms/Progress/Progress.stories.d.ts +135 -0
  262. package/dist/types/src/components/atoms/Progress/__tests__/index.test.d.ts +1 -0
  263. package/dist/types/src/components/atoms/Progress/index.d.ts +1 -0
  264. package/dist/types/src/components/atoms/Radio/Radio.d.ts +1 -0
  265. package/dist/types/src/components/atoms/Radio/Radio.stories.d.ts +17 -0
  266. package/dist/types/src/components/atoms/Radio/__tests__/Radio.test.d.ts +1 -0
  267. package/dist/types/src/components/atoms/Radio/index.d.ts +7 -0
  268. package/dist/types/src/components/atoms/Rate/Rate.d.ts +2 -0
  269. package/dist/types/src/components/atoms/Rate/Rate.stories.d.ts +55 -0
  270. package/dist/types/src/components/atoms/Rate/__tests__/index.test.d.ts +1 -0
  271. package/dist/types/src/components/atoms/Rate/index.d.ts +1 -0
  272. package/dist/types/src/components/atoms/RequiredLabel/__tests__/index.test.d.ts +1 -0
  273. package/dist/types/src/components/atoms/RequiredLabel/index.d.ts +7 -0
  274. package/dist/types/src/components/atoms/RequiredLabel/styled.d.ts +2 -0
  275. package/dist/types/src/components/atoms/ScrollBox/index.d.ts +9 -0
  276. package/dist/types/src/components/atoms/Segmented/Segmented.d.ts +2 -0
  277. package/dist/types/src/components/atoms/Segmented/Segmented.stories.d.ts +85 -0
  278. package/dist/types/src/components/atoms/Segmented/__tests__/index.test.d.ts +1 -0
  279. package/dist/types/src/components/atoms/Segmented/index.d.ts +1 -0
  280. package/dist/types/src/components/atoms/Skeleton/Skeleton.d.ts +8 -0
  281. package/dist/types/src/components/atoms/Skeleton/Skeleton.stories.d.ts +72 -0
  282. package/dist/types/src/components/atoms/Skeleton/__tests__/index.test.d.ts +1 -0
  283. package/dist/types/src/components/atoms/Skeleton/index.d.ts +1 -0
  284. package/dist/types/src/components/atoms/Slider/__tests__/index.test.d.ts +1 -0
  285. package/dist/types/src/components/atoms/Slider/index.d.ts +5 -0
  286. package/dist/types/src/components/atoms/Slider/index.stories.d.ts +10 -0
  287. package/dist/types/src/components/atoms/Slider/styled.d.ts +7 -0
  288. package/dist/types/src/components/atoms/Space/Space.d.ts +6 -0
  289. package/dist/types/src/components/atoms/Space/Space.stories.d.ts +16 -0
  290. package/dist/types/src/components/atoms/Space/index.d.ts +1 -0
  291. package/dist/types/src/components/atoms/Spin/Spin.d.ts +9 -0
  292. package/dist/types/src/components/atoms/Spin/Spin.stories.d.ts +53 -0
  293. package/dist/types/src/components/atoms/Spin/__tests__/index.test.d.ts +1 -0
  294. package/dist/types/src/components/atoms/Spin/index.d.ts +1 -0
  295. package/dist/types/src/components/atoms/Spin/styled.d.ts +1 -0
  296. package/dist/types/src/components/atoms/Statistic/Statistic.d.ts +4 -0
  297. package/dist/types/src/components/atoms/Statistic/Statistic.stories.d.ts +51 -0
  298. package/dist/types/src/components/atoms/Statistic/__tests__/index.test.d.ts +1 -0
  299. package/dist/types/src/components/atoms/Statistic/index.d.ts +1 -0
  300. package/dist/types/src/components/atoms/Steps/Steps.d.ts +4 -0
  301. package/dist/types/src/components/atoms/Steps/Steps.stories.d.ts +151 -0
  302. package/dist/types/src/components/atoms/Steps/__tests__/index.test.d.ts +1 -0
  303. package/dist/types/src/components/atoms/Steps/index.d.ts +1 -0
  304. package/dist/types/src/components/atoms/Switch/Switch.d.ts +2 -0
  305. package/dist/types/src/components/atoms/Switch/Switch.stories.d.ts +45 -0
  306. package/dist/types/src/components/atoms/Switch/__tests__/index.test.d.ts +1 -0
  307. package/dist/types/src/components/atoms/Switch/index.d.ts +1 -0
  308. package/dist/types/src/components/atoms/Switch/styled.d.ts +1 -0
  309. package/dist/types/src/components/atoms/Tag/Tag.d.ts +1 -0
  310. package/dist/types/src/components/atoms/Tag/Tag.stories.d.ts +12 -0
  311. package/dist/types/src/components/atoms/Tag/index.d.ts +1 -0
  312. package/dist/types/src/components/atoms/Text/index.d.ts +10 -0
  313. package/dist/types/src/components/atoms/Text/index.stories.d.ts +6 -0
  314. package/dist/types/src/components/atoms/Text/styled.d.ts +7 -0
  315. package/dist/types/src/components/atoms/Timeline/Timeline.d.ts +4 -0
  316. package/dist/types/src/components/atoms/Timeline/Timeline.stories.d.ts +67 -0
  317. package/dist/types/src/components/atoms/Timeline/__tests__/index.test.d.ts +1 -0
  318. package/dist/types/src/components/atoms/Timeline/index.d.ts +1 -0
  319. package/dist/types/src/components/atoms/Tooltip/Tooltip.d.ts +1 -0
  320. package/dist/types/src/components/atoms/Tooltip/Tooltip.stories.d.ts +14 -0
  321. package/dist/types/src/components/atoms/Tooltip/index.d.ts +1 -0
  322. package/dist/types/src/components/atoms/Typography/Text.d.ts +1 -0
  323. package/dist/types/src/components/atoms/Typography/Typography.stories.d.ts +11 -0
  324. package/dist/types/src/components/atoms/Typography/index.d.ts +1 -0
  325. package/dist/types/src/components/atoms/Watermark/Watermark.d.ts +2 -0
  326. package/dist/types/src/components/atoms/Watermark/Watermark.stories.d.ts +27 -0
  327. package/dist/types/src/components/atoms/Watermark/__tests__/index.test.d.ts +1 -0
  328. package/dist/types/src/components/atoms/Watermark/index.d.ts +1 -0
  329. package/dist/types/src/components/atoms/index.d.ts +32 -0
  330. package/dist/types/src/components/common/ConfigProvider/ConfigProvider.d.ts +10 -0
  331. package/dist/types/src/components/common/ConfigProvider/GlobalStyle.d.ts +5 -0
  332. package/dist/types/src/components/common/ConfigProvider/index.d.ts +1 -0
  333. package/dist/types/src/components/common/index.d.ts +1 -0
  334. package/dist/types/src/components/icons/ArrowGrowIcon.d.ts +1 -0
  335. package/dist/types/src/components/icons/AudioRecordIcon.d.ts +1 -0
  336. package/dist/types/src/components/icons/BugIcon.d.ts +1 -0
  337. package/dist/types/src/components/icons/CameraIcon.d.ts +1 -0
  338. package/dist/types/src/components/icons/CaptureIcon.d.ts +1 -0
  339. package/dist/types/src/components/icons/CheckSlimIcon.d.ts +1 -0
  340. package/dist/types/src/components/icons/CloseIcon.d.ts +3 -0
  341. package/dist/types/src/components/icons/CommentIcon.d.ts +1 -0
  342. package/dist/types/src/components/icons/EventIcon.d.ts +3 -0
  343. package/dist/types/src/components/icons/FreeDrawIcon.d.ts +1 -0
  344. package/dist/types/src/components/icons/GPTIcon.d.ts +1 -0
  345. package/dist/types/src/components/icons/GPTIconV2.d.ts +1 -0
  346. package/dist/types/src/components/icons/GPTIconV3.d.ts +1 -0
  347. package/dist/types/src/components/icons/HighlightIcon.d.ts +1 -0
  348. package/dist/types/src/components/icons/IdeaIcon.d.ts +1 -0
  349. package/dist/types/src/components/icons/InvisibleIcon.d.ts +1 -0
  350. package/dist/types/src/components/icons/MuteIcon.d.ts +1 -0
  351. package/dist/types/src/components/icons/OpenUrlIcon.d.ts +1 -0
  352. package/dist/types/src/components/icons/PauseIcon.d.ts +1 -0
  353. package/dist/types/src/components/icons/PlaneIcon.d.ts +1 -0
  354. package/dist/types/src/components/icons/RequestIcon.d.ts +1 -0
  355. package/dist/types/src/components/icons/StopRecordIcon.d.ts +1 -0
  356. package/dist/types/src/components/icons/UserIcon.d.ts +1 -0
  357. package/dist/types/src/components/icons/VerticalDotsIcon.d.ts +1 -0
  358. package/dist/types/src/components/icons/WarningIcon.d.ts +1 -0
  359. package/dist/types/src/components/icons/index.d.ts +25 -0
  360. package/dist/types/src/components/index.d.ts +4 -0
  361. package/dist/types/src/components/molecules/AlignSetting/__tests__/index.test.d.ts +1 -0
  362. package/dist/types/src/components/molecules/AlignSetting/index.d.ts +19 -0
  363. package/dist/types/src/components/molecules/AlignSetting/styled.d.ts +1 -0
  364. package/dist/types/src/components/molecules/AlignSetting/utils.d.ts +3 -0
  365. package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.d.ts +15 -0
  366. package/dist/types/src/components/molecules/CaptureScreen/CaptureScreen.stories.d.ts +29 -0
  367. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +16 -0
  368. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -0
  369. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -0
  370. package/dist/types/src/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -0
  371. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +3 -0
  372. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -0
  373. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -0
  374. package/dist/types/src/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -0
  375. package/dist/types/src/components/molecules/CaptureScreen/constants.d.ts +41 -0
  376. package/dist/types/src/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -0
  377. package/dist/types/src/components/molecules/CaptureScreen/index.d.ts +1 -0
  378. package/dist/types/src/components/molecules/CaptureScreen/styled.d.ts +26 -0
  379. package/dist/types/src/components/molecules/CaptureScreen/themes/black.d.ts +54 -0
  380. package/dist/types/src/components/molecules/CaptureScreen/themes/white.d.ts +54 -0
  381. package/dist/types/src/components/molecules/CaptureScreen/types.d.ts +108 -0
  382. package/dist/types/src/components/molecules/CaptureScreen/utils.d.ts +13 -0
  383. package/dist/types/src/components/molecules/Card/Card.d.ts +1 -0
  384. package/dist/types/src/components/molecules/Card/Card.stories.d.ts +88 -0
  385. package/dist/types/src/components/molecules/Card/__tests__/index.test.d.ts +1 -0
  386. package/dist/types/src/components/molecules/Card/index.d.ts +1 -0
  387. package/dist/types/src/components/molecules/Cascader/Cascader.d.ts +1 -0
  388. package/dist/types/src/components/molecules/Cascader/Cascader.stories.d.ts +37 -0
  389. package/dist/types/src/components/molecules/Cascader/index.d.ts +1 -0
  390. package/dist/types/src/components/molecules/ChatBox/ChatBox.d.ts +3 -0
  391. package/dist/types/src/components/molecules/ChatBox/ChatBox.stories.d.ts +0 -0
  392. package/dist/types/src/components/molecules/ChatBox/MessageItem.d.ts +5 -0
  393. package/dist/types/src/components/molecules/ChatBox/constants.d.ts +6 -0
  394. package/dist/types/src/components/molecules/ChatBox/index.d.ts +1 -0
  395. package/dist/types/src/components/molecules/ChatBox/styled.d.ts +10 -0
  396. package/dist/types/src/components/molecules/ChatBox/types.d.ts +32 -0
  397. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/__tests__/index.test.d.ts +1 -0
  398. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -0
  399. package/dist/types/src/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -0
  400. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/__tests__/index.test.d.ts +1 -0
  401. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -0
  402. package/dist/types/src/components/molecules/ColorPicker/CustomPicker/styled.d.ts +5 -0
  403. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/__tests__/index.test.d.ts +1 -0
  404. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -0
  405. package/dist/types/src/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -0
  406. package/dist/types/src/components/molecules/ColorPicker/__tests__/index.test.d.ts +1 -0
  407. package/dist/types/src/components/molecules/ColorPicker/index.d.ts +13 -0
  408. package/dist/types/src/components/molecules/ColorPicker/styled.d.ts +1 -0
  409. package/dist/types/src/components/molecules/ColorSetting/__tests__/index.test.d.ts +1 -0
  410. package/dist/types/src/components/molecules/ColorSetting/index.d.ts +13 -0
  411. package/dist/types/src/components/molecules/ColorSetting/styled.d.ts +13 -0
  412. package/dist/types/src/components/molecules/DatePicker/DatePicker.d.ts +8 -0
  413. package/dist/types/src/components/molecules/DatePicker/DatePicker.stories.d.ts +4 -0
  414. package/dist/types/src/components/molecules/DatePicker/__tests__/DatePicker.test.d.ts +1 -0
  415. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -0
  416. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.stories.d.ts +5 -0
  417. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -0
  418. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -0
  419. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -0
  420. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -0
  421. package/dist/types/src/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -0
  422. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -0
  423. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.stories.d.ts +9 -0
  424. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -0
  425. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -0
  426. package/dist/types/src/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -0
  427. package/dist/types/src/components/molecules/DatePicker/index.d.ts +3 -0
  428. package/dist/types/src/components/molecules/Drawer/Drawer.d.ts +2 -0
  429. package/dist/types/src/components/molecules/Drawer/Drawer.stories.d.ts +75 -0
  430. package/dist/types/src/components/molecules/Drawer/__tests__/index.test.d.ts +1 -0
  431. package/dist/types/src/components/molecules/Drawer/index.d.ts +1 -0
  432. package/dist/types/src/components/molecules/Dropdown/Dropdown.d.ts +1 -0
  433. package/dist/types/src/components/molecules/Dropdown/Dropdown.stories.d.ts +23 -0
  434. package/dist/types/src/components/molecules/Dropdown/index.d.ts +1 -0
  435. package/dist/types/src/components/molecules/EdgeSetting/__tests__/index.test.d.ts +1 -0
  436. package/dist/types/src/components/molecules/EdgeSetting/index.d.ts +39 -0
  437. package/dist/types/src/components/molecules/EdgeSetting/styled.d.ts +3 -0
  438. package/dist/types/src/components/molecules/IconSelection/__tests__/index.test.d.ts +1 -0
  439. package/dist/types/src/components/molecules/IconSelection/constants.d.ts +6 -0
  440. package/dist/types/src/components/molecules/IconSelection/index.d.ts +9 -0
  441. package/dist/types/src/components/molecules/IconSelection/styled.d.ts +14 -0
  442. package/dist/types/src/components/molecules/InputNumber/__tests__/index.test.d.ts +1 -0
  443. package/dist/types/src/components/molecules/InputNumber/index.d.ts +9 -0
  444. package/dist/types/src/components/molecules/InputNumber/styled.d.ts +8 -0
  445. package/dist/types/src/components/molecules/InputSearch/__tests__/index.test.d.ts +1 -0
  446. package/dist/types/src/components/molecules/InputSearch/index.d.ts +7 -0
  447. package/dist/types/src/components/molecules/InputSearch/styled.d.ts +1 -0
  448. package/dist/types/src/components/molecules/Modal/Loadable.d.ts +7 -0
  449. package/dist/types/src/components/molecules/Modal/index.d.ts +1 -0
  450. package/dist/types/src/components/molecules/Modal/styled.d.ts +16 -0
  451. package/dist/types/src/components/molecules/Popconfirm/Popconfirm.d.ts +4 -0
  452. package/dist/types/src/components/molecules/Popconfirm/Popconfirm.stories.d.ts +79 -0
  453. package/dist/types/src/components/molecules/Popconfirm/__tests__/index.test.d.ts +1 -0
  454. package/dist/types/src/components/molecules/Popconfirm/index.d.ts +1 -0
  455. package/dist/types/src/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -0
  456. package/dist/types/src/components/molecules/PopupDraggable/index.d.ts +1 -0
  457. package/dist/types/src/components/molecules/PopupDraggable/styled.d.ts +5 -0
  458. package/dist/types/src/components/molecules/PopupDraggable/types.d.ts +15 -0
  459. package/dist/types/src/components/molecules/RadioGroup/__tests__/index.test.d.ts +1 -0
  460. package/dist/types/src/components/molecules/RadioGroup/index.d.ts +7 -0
  461. package/dist/types/src/components/molecules/RadioGroup/styled.d.ts +3 -0
  462. package/dist/types/src/components/molecules/Result/Result.d.ts +1 -0
  463. package/dist/types/src/components/molecules/Result/Result.stories.d.ts +25 -0
  464. package/dist/types/src/components/molecules/Result/__tests__/index.test.d.ts +1 -0
  465. package/dist/types/src/components/molecules/Result/index.d.ts +1 -0
  466. package/dist/types/src/components/molecules/Select/Select.d.ts +15 -0
  467. package/dist/types/src/components/molecules/Select/Select.stories.d.ts +28 -0
  468. package/dist/types/src/components/molecules/Select/Test.d.ts +3 -0
  469. package/dist/types/src/components/molecules/Select/index.d.ts +2 -0
  470. package/dist/types/src/components/molecules/Select/styled.d.ts +4 -0
  471. package/dist/types/src/components/molecules/SettingWrapper/__tests__/index.test.d.ts +1 -0
  472. package/dist/types/src/components/molecules/SettingWrapper/index.d.ts +13 -0
  473. package/dist/types/src/components/molecules/SettingWrapper/styled.d.ts +5 -0
  474. package/dist/types/src/components/molecules/SliderWithInputNumber/__tests__/index.test.d.ts +1 -0
  475. package/dist/types/src/components/molecules/SliderWithInputNumber/index.d.ts +11 -0
  476. package/dist/types/src/components/molecules/SliderWithInputNumber/styled.d.ts +1 -0
  477. package/dist/types/src/components/molecules/Tabs/Tabs.d.ts +1 -0
  478. package/dist/types/src/components/molecules/Tabs/index.d.ts +1 -0
  479. package/dist/types/src/components/molecules/TreeSelect/TreeSelect.d.ts +11 -0
  480. package/dist/types/src/components/molecules/TreeSelect/TreeSelect.stories.d.ts +87 -0
  481. package/dist/types/src/components/molecules/TreeSelect/__tests__/index.test.d.ts +1 -0
  482. package/dist/types/src/components/molecules/TreeSelect/index.d.ts +1 -0
  483. package/dist/types/src/components/molecules/UploadImage/__tests__/index.test.d.ts +1 -0
  484. package/dist/types/src/components/molecules/UploadImage/index.d.ts +26 -0
  485. package/dist/types/src/components/molecules/UploadImage/styled.d.ts +8 -0
  486. package/dist/types/src/components/molecules/index.d.ts +25 -0
  487. package/dist/types/src/components/organism/Help/Help.d.ts +5 -0
  488. package/dist/types/src/components/organism/Help/constants.d.ts +140 -0
  489. package/dist/types/src/components/organism/Help/index.d.ts +1 -0
  490. package/dist/types/src/components/organism/Help/styled.d.ts +81 -0
  491. package/dist/types/src/components/organism/Help/types.d.ts +67 -0
  492. package/dist/types/src/components/organism/Help/utils.d.ts +15 -0
  493. package/dist/types/src/components/organism/PositionSetting/__tests__/index.test.d.ts +1 -0
  494. package/dist/types/src/components/organism/PositionSetting/config.d.ts +10 -0
  495. package/dist/types/src/components/organism/PositionSetting/index.d.ts +15 -0
  496. package/dist/types/src/components/organism/PositionSetting/styled.d.ts +1 -0
  497. package/dist/types/src/components/organism/PositionSetting/types.d.ts +10 -0
  498. package/dist/types/src/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -0
  499. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -0
  500. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +0 -0
  501. package/dist/types/src/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -0
  502. package/dist/types/src/components/organism/Table/CrossTabTable/constants.d.ts +75 -0
  503. package/dist/types/src/components/organism/Table/CrossTabTable/index.d.ts +1 -0
  504. package/dist/types/src/components/organism/Table/CrossTabTable/styled.d.ts +1 -0
  505. package/dist/types/src/components/organism/Table/CrossTabTable/types.d.ts +1 -0
  506. package/dist/types/src/components/organism/Table/CrossTabTable/utils.d.ts +1 -0
  507. package/dist/types/src/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -0
  508. package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -0
  509. package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -0
  510. package/dist/types/src/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -0
  511. package/dist/types/src/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -0
  512. package/dist/types/src/components/organism/Table/ExplorePivotTable/index.d.ts +2 -0
  513. package/dist/types/src/components/organism/Table/ExplorePivotTable/styled.d.ts +11 -0
  514. package/dist/types/src/components/organism/Table/ExplorePivotTable/types.d.ts +17 -0
  515. package/dist/types/src/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -0
  516. package/dist/types/src/components/organism/Table/Table.d.ts +1 -0
  517. package/dist/types/src/components/organism/Table/Table.stories.d.ts +39 -0
  518. package/dist/types/src/components/organism/Table/index.d.ts +2 -0
  519. package/dist/types/src/components/organism/index.d.ts +3 -0
  520. package/dist/types/src/constants/index.d.ts +2 -0
  521. package/dist/types/src/constants/keyCode.d.ts +387 -0
  522. package/dist/types/src/constants/storybook.d.ts +11 -0
  523. package/dist/types/src/constants/theme.d.ts +12 -0
  524. package/dist/types/src/hooks/index.d.ts +2 -0
  525. package/dist/types/src/hooks/useDebounce.d.ts +3 -0
  526. package/dist/types/src/index.d.ts +1 -0
  527. package/dist/types/src/locales/i18n.d.ts +73 -0
  528. package/dist/types/src/locales/translations.d.ts +37 -0
  529. package/dist/types/src/locales/types.d.ts +15 -0
  530. package/dist/types/src/models/SavedImage.d.ts +32 -0
  531. package/dist/types/src/models/Upload.d.ts +32 -0
  532. package/dist/types/src/models/model.d.ts +8 -0
  533. package/dist/types/src/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -0
  534. package/dist/types/src/services/Ticket.d.ts +67 -0
  535. package/dist/types/src/services/constants.d.ts +20 -0
  536. package/dist/types/src/services/index.d.ts +9 -0
  537. package/dist/types/src/stories/components/TableApiTypeTag/index.d.ts +6 -0
  538. package/dist/types/src/stories/components/index.d.ts +1 -0
  539. package/dist/types/src/test.d.ts +14 -0
  540. package/dist/types/src/types/index.d.ts +6 -0
  541. package/dist/types/src/utils/color.d.ts +10 -0
  542. package/dist/types/src/utils/common.d.ts +47 -0
  543. package/dist/types/src/utils/handleError.d.ts +2 -0
  544. package/dist/types/src/utils/index.d.ts +3 -0
  545. package/dist/types/src/utils/loadable.d.ts +7 -0
  546. package/dist/types/src/utils/web.d.ts +10 -0
  547. package/dist/types/test.d.ts +11 -0
  548. package/dist/types/utils/color.d.ts +1 -0
  549. package/dist/types/utils/common.d.ts +1 -0
  550. package/dist/types/utils/loadable.d.ts +7 -0
  551. package/dist/types/utils/web.d.ts +10 -0
  552. package/package.json +10 -1
  553. package/CHANGELOG.md +0 -383
  554. package/dist/types/components/molecules/Alert/Alert.d.ts +0 -1
  555. package/dist/types/components/molecules/Alert/Alert.stories.d.ts +0 -21
  556. package/dist/types/components/molecules/Modal/Modal.d.ts +0 -1
  557. package/dist/types/components/molecules/Modal/Modal.stories.d.ts +0 -28
  558. /package/dist/{9468534045e0fef49315.png → public/icons/2d496b55d85a9545d7311c073af442bb.png} +0 -0
  559. /package/dist/{4a824e811d4678e0e3a2.png → public/icons/2fbb4e0927d18e3f8e5c6511ab88d5b3.png} +0 -0
  560. /package/dist/{1a69688fb6f3d353be6b.png → public/icons/8d4b7f99c706464161e377ad92c16626.png} +0 -0
  561. /package/dist/{ff7db9ff05a910761543.png → public/icons/90553767e0a05b9585a54797cfd9ce51.png} +0 -0
  562. /package/dist/{33b65403c460f2d4423b.svg → public/icons/bb64e23a1ff390a416d765ee556096ab.svg} +0 -0
  563. /package/dist/{bfb9cf6473c43ea3c384.png → public/icons/d327b24e9c5d8f486f08d253aab58ce6.png} +0 -0
  564. /package/dist/{4f873001a3769df8f982.svg → public/icons/f044bd910efe471eab411d1a144b489b.svg} +0 -0
  565. /package/dist/{c74e9d6a9ac4f04cfd3d.png → public/icons/f1cf266d0a0a53ce07f2dbb859869b7a.png} +0 -0
  566. /package/dist/types/components/{molecules → atoms}/Alert/index.d.ts +0 -0
@@ -0,0 +1,6 @@
1
+ export declare const ANTD_ICONS: string[];
2
+ export declare const FONTAWESOME_BRANDS_ICONS = "42-group|500px|accessible-icon|accusoft|adn|adversal|affiliatetheme|airbnb|algolia|alipay|amazon|amazon-pay|amilia|android|angellist|angrycreative|angular|app-store|app-store-ios|apper|apple|apple-pay|artstation|asymmetrik|atlassian|audible|autoprefixer|avianex|aviato|aws|bandcamp|battle-net|behance|behance-square|bilibili|bimobject|bitbucket|bitcoin|bity|black-tie|blackberry|blogger|blogger-b|bluetooth|bluetooth-b|bootstrap|bots|btc|buffer|buromobelexperte|buy-n-large|buysellads|canadian-maple-leaf|cc-amazon-pay|cc-amex|cc-apple-pay|cc-diners-club|cc-discover|cc-jcb|cc-mastercard|cc-paypal|cc-stripe|cc-visa|centercode|centos|chrome|chromecast|cloudflare|cloudscale|cloudsmith|cloudversify|cmplid|codepen|codiepie|confluence|connectdevelop|contao|cotton-bureau|cpanel|creative-commons|creative-commons-by|creative-commons-nc|creative-commons-nc-eu|creative-commons-nc-jp|creative-commons-nd|creative-commons-pd|creative-commons-pd-alt|creative-commons-remix|creative-commons-sa|creative-commons-sampling|creative-commons-sampling-plus|creative-commons-share|creative-commons-zero|critical-role|css3|css3-alt|cuttlefish|d-and-d|d-and-d-beyond|dailymotion|dashcube|deezer|delicious|deploydog|deskpro|dev|deviantart|dhl|diaspora|digg|digital-ocean|discord|discourse|dochub|docker|draft2digital|dribbble|dribbble-square|dropbox|drupal|dyalog|earlybirds|ebay|edge|edge-legacy|elementor|ello|ember|empire|envira|erlang|ethereum|etsy|evernote|expeditedssl|facebook|facebook-f|facebook-messenger|facebook-square|fantasy-flight-games|fedex|fedora|figma|firefox|firefox-browser|first-order|first-order-alt|firstdraft|flickr|flipboard|fly|font-awesome|fonticons|fonticons-fi|fort-awesome|fort-awesome-alt|forumbee|foursquare|free-code-camp|freebsd|fulcrum|galactic-republic|galactic-senate|get-pocket|gg|gg-circle|git|git-alt|git-square|github|github-alt|github-square|gitkraken|gitlab|gitter|glide|glide-g|gofore|golang|goodreads|goodreads-g|google|google-drive|google-pay|google-play|google-plus|google-plus-g|google-plus-square|google-wallet|gratipay|grav|gripfire|grunt|guilded|gulp|hacker-news|hacker-news-square|hackerrank|hashnode|hips|hire-a-helper|hive|hooli|hornbill|hotjar|houzz|html5|hubspot|ideal|imdb|instagram|instagram-square|instalod|intercom|internet-explorer|invision|ioxhost|itch-io|itunes|itunes-note|java|jedi-order|jenkins|jira|joget|joomla|js|js-square|jsfiddle|kaggle|keybase|keycdn|kickstarter|kickstarter-k|korvue|laravel|lastfm|lastfm-square|leanpub|less|line|linkedin|linkedin-in|linode|linux|lyft|magento|mailchimp|mandalorian|markdown|mastodon|maxcdn|mdb|medapps|medium|medrt|meetup|megaport|mendeley|microblog|microsoft|mix|mixcloud|mixer|mizuni|modx|monero|napster|neos|nfc-directional|nfc-symbol|nimblr|node|node-js|npm|ns8|nutritionix|octopus-deploy|odnoklassniki|odnoklassniki-square|old-republic|opencart|openid|opera|optin-monster|orcid|osi|padlet|page4|pagelines|palfed|patreon|paypal|perbyte|periscope|phabricator|phoenix-framework|phoenix-squadron|php|pied-piper|pied-piper-alt|pied-piper-hat|pied-piper-pp|pied-piper-square|pinterest|pinterest-p|pinterest-square|pix|playstation|product-hunt|pushed|python|qq|quinscape|quora|r-project|raspberry-pi|ravelry|react|reacteurope|readme|rebel|red-river|reddit|reddit-alien|reddit-square|redhat|renren|replyd|researchgate|resolving|rev|rocketchat|rockrms|rust|safari|salesforce|sass|schlix|screenpal|scribd|searchengin|sellcast|sellsy|servicestack|shirtsinbulk|shopify|shopware|simplybuilt|sistrix|sith|sitrox|sketch|skyatlas|skype|slack|slideshare|snapchat|snapchat-square|soundcloud|sourcetree|speakap|speaker-deck|spotify|square-font-awesome|square-font-awesome-stroke|squarespace|stack-exchange|stack-overflow|stackpath|staylinked|steam|steam-square|steam-symbol|sticker-mule|strava|stripe|stripe-s|studiovinari|stumbleupon|stumbleupon-circle|superpowers|supple|suse|swift|symfony|teamspeak|telegram|tencent-weibo|the-red-yeti|themeco|themeisle|think-peaks|tiktok|trade-federation|trello|tumblr|tumblr-square|twitch|twitter|twitter-square|typo3|uber|ubuntu|uikit|umbraco|uncharted|uniregistry|unity|unsplash|untappd|ups|usb|usps|ussunnah|vaadin|viacoin|viadeo|viadeo-square|viber|vimeo|vimeo-square|vimeo-v|vine|vk|vnv|vuejs|watchman-monitoring|waze|weebly|weibo|weixin|whatsapp|whatsapp-square|whmcs|wikipedia-w|windows|wirsindhandwerk|wix|wizards-of-the-coast|wodu|wolf-pack-battalion|wordpress|wordpress-simple|wpbeginner|wpexplorer|wpforms|wpressr|xbox|xing|xing-square|y-combinator|yahoo|yammer|yandex|yandex-international|yarn|yelp|yoast|youtube|youtube-square|zhihu";
3
+ export declare const FONTAWESOME_REGULAR_ICONS = "address-book|address-card|bell|bell-slash|bookmark|building|calendar|calendar-check|calendar-days|calendar-minus|calendar-plus|calendar-xmark|chart-bar|chess-bishop|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|circle|circle-check|circle-dot|circle-down|circle-left|circle-pause|circle-play|circle-question|circle-right|circle-stop|circle-up|circle-user|circle-xmark|clipboard|clock|clone|closed-captioning|comment|comment-dots|comments|compass|copy|copyright|credit-card|envelope|envelope-open|eye|eye-slash|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|file|file-audio|file-code|file-excel|file-image|file-lines|file-pdf|file-powerpoint|file-video|file-word|file-zipper|flag|floppy-disk|folder|folder-closed|folder-open|font-awesome|futbol|gem|hand|hand-back-fist|hand-lizard|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-spock|handshake|hard-drive|heart|hospital|hourglass|id-badge|id-card|image|images|keyboard|lemon|life-ring|lightbulb|map|message|money-bill-1|moon|newspaper|note-sticky|object-group|object-ungroup|paper-plane|paste|pen-to-square|rectangle-list|rectangle-xmark|registered|share-from-square|snowflake|square|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-full|square-minus|square-plus|star|star-half|star-half-stroke|sun|thumbs-down|thumbs-up|trash-can|user|window-maximize|window-minimize|window-restore";
4
+ export declare const FONTAWESOME_SOLID_ICONS = "0|1|2|3|4|5|6|7|8|9|a|address-book|address-card|align-center|align-justify|align-left|align-right|anchor|anchor-circle-check|anchor-circle-exclamation|anchor-circle-xmark|anchor-lock|angle-down|angle-left|angle-right|angle-up|angles-down|angles-left|angles-right|angles-up|ankh|apple-whole|archway|arrow-down|arrow-down-1-9|arrow-down-9-1|arrow-down-a-z|arrow-down-long|arrow-down-short-wide|arrow-down-up-across-line|arrow-down-up-lock|arrow-down-wide-short|arrow-down-z-a|arrow-left|arrow-left-long|arrow-pointer|arrow-right|arrow-right-arrow-left|arrow-right-from-bracket|arrow-right-long|arrow-right-to-bracket|arrow-right-to-city|arrow-rotate-left|arrow-rotate-right|arrow-trend-down|arrow-trend-up|arrow-turn-down|arrow-turn-up|arrow-up|arrow-up-1-9|arrow-up-9-1|arrow-up-a-z|arrow-up-from-bracket|arrow-up-from-ground-water|arrow-up-from-water-pump|arrow-up-long|arrow-up-right-dots|arrow-up-right-from-square|arrow-up-short-wide|arrow-up-wide-short|arrow-up-z-a|arrows-down-to-line|arrows-down-to-people|arrows-left-right|arrows-left-right-to-line|arrows-rotate|arrows-spin|arrows-split-up-and-left|arrows-to-circle|arrows-to-dot|arrows-to-eye|arrows-turn-right|arrows-turn-to-dots|arrows-up-down|arrows-up-down-left-right|arrows-up-to-line|asterisk|at|atom|audio-description|austral-sign|award|b|baby|baby-carriage|backward|backward-fast|backward-step|bacon|bacteria|bacterium|bag-shopping|bahai|baht-sign|ban|ban-smoking|bandage|barcode|bars|bars-progress|bars-staggered|baseball|baseball-bat-ball|basket-shopping|basketball|bath|battery-empty|battery-full|battery-half|battery-quarter|battery-three-quarters|bed|bed-pulse|beer-mug-empty|bell|bell-concierge|bell-slash|bezier-curve|bicycle|binoculars|biohazard|bitcoin-sign|blender|blender-phone|blog|bold|bolt|bolt-lightning|bomb|bone|bong|book|book-atlas|book-bible|book-bookmark|book-journal-whills|book-medical|book-open|book-open-reader|book-quran|book-skull|bookmark|border-all|border-none|border-top-left|bore-hole|bottle-droplet|bottle-water|bowl-food|bowl-rice|bowling-ball|box|box-archive|box-open|box-tissue|boxes-packing|boxes-stacked|braille|brain|brazilian-real-sign|bread-slice|bridge|bridge-circle-check|bridge-circle-exclamation|bridge-circle-xmark|bridge-lock|bridge-water|briefcase|briefcase-medical|broom|broom-ball|brush|bucket|bug|bug-slash|bugs|building|building-circle-arrow-right|building-circle-check|building-circle-exclamation|building-circle-xmark|building-columns|building-flag|building-lock|building-ngo|building-shield|building-un|building-user|building-wheat|bullhorn|bullseye|burger|burst|bus|bus-simple|business-time|c|cake-candles|calculator|calendar|calendar-check|calendar-day|calendar-days|calendar-minus|calendar-plus|calendar-week|calendar-xmark|camera|camera-retro|camera-rotate|campground|candy-cane|cannabis|capsules|car|car-battery|car-burst|car-on|car-rear|car-side|car-tunnel|caravan|caret-down|caret-left|caret-right|caret-up|carrot|cart-arrow-down|cart-flatbed|cart-flatbed-suitcase|cart-plus|cart-shopping|cash-register|cat|cedi-sign|cent-sign|certificate|chair|chalkboard|chalkboard-user|champagne-glasses|charging-station|chart-area|chart-bar|chart-column|chart-gantt|chart-line|chart-pie|chart-simple|check|check-double|check-to-slot|cheese|chess|chess-bishop|chess-board|chess-king|chess-knight|chess-pawn|chess-queen|chess-rook|chevron-down|chevron-left|chevron-right|chevron-up|child|child-dress|child-reaching|child-rifle|children|church|circle|circle-arrow-down|circle-arrow-left|circle-arrow-right|circle-arrow-up|circle-check|circle-chevron-down|circle-chevron-left|circle-chevron-right|circle-chevron-up|circle-dollar-to-slot|circle-dot|circle-down|circle-exclamation|circle-h|circle-half-stroke|circle-info|circle-left|circle-minus|circle-nodes|circle-notch|circle-pause|circle-play|circle-plus|circle-question|circle-radiation|circle-right|circle-stop|circle-up|circle-user|circle-xmark|city|clapperboard|clipboard|clipboard-check|clipboard-list|clipboard-question|clipboard-user|clock|clock-rotate-left|clone|closed-captioning|cloud|cloud-arrow-down|cloud-arrow-up|cloud-bolt|cloud-meatball|cloud-moon|cloud-moon-rain|cloud-rain|cloud-showers-heavy|cloud-showers-water|cloud-sun|cloud-sun-rain|clover|code|code-branch|code-commit|code-compare|code-fork|code-merge|code-pull-request|coins|colon-sign|comment|comment-dollar|comment-dots|comment-medical|comment-slash|comment-sms|comments|comments-dollar|compact-disc|compass|compass-drafting|compress|computer|computer-mouse|cookie|cookie-bite|copy|copyright|couch|cow|credit-card|crop|crop-simple|cross|crosshairs|crow|crown|crutch|cruzeiro-sign|cube|cubes|cubes-stacked|d|database|delete-left|democrat|desktop|dharmachakra|diagram-next|diagram-predecessor|diagram-project|diagram-successor|diamond|diamond-turn-right|dice|dice-d20|dice-d6|dice-five|dice-four|dice-one|dice-six|dice-three|dice-two|disease|display|divide|dna|dog|dollar-sign|dolly|dong-sign|door-closed|door-open|dove|down-left-and-up-right-to-center|down-long|download|dragon|draw-polygon|droplet|droplet-slash|drum|drum-steelpan|drumstick-bite|dumbbell|dumpster|dumpster-fire|dungeon|e|ear-deaf|ear-listen|earth-africa|earth-americas|earth-asia|earth-europe|earth-oceania|egg|eject|elevator|ellipsis|ellipsis-vertical|envelope|envelope-circle-check|envelope-open|envelope-open-text|envelopes-bulk|equals|eraser|ethernet|euro-sign|exclamation|expand|explosion|eye|eye-dropper|eye-low-vision|eye-slash|f|face-angry|face-dizzy|face-flushed|face-frown|face-frown-open|face-grimace|face-grin|face-grin-beam|face-grin-beam-sweat|face-grin-hearts|face-grin-squint|face-grin-squint-tears|face-grin-stars|face-grin-tears|face-grin-tongue|face-grin-tongue-squint|face-grin-tongue-wink|face-grin-wide|face-grin-wink|face-kiss|face-kiss-beam|face-kiss-wink-heart|face-laugh|face-laugh-beam|face-laugh-squint|face-laugh-wink|face-meh|face-meh-blank|face-rolling-eyes|face-sad-cry|face-sad-tear|face-smile|face-smile-beam|face-smile-wink|face-surprise|face-tired|fan|faucet|faucet-drip|fax|feather|feather-pointed|ferry|file|file-arrow-down|file-arrow-up|file-audio|file-circle-check|file-circle-exclamation|file-circle-minus|file-circle-plus|file-circle-question|file-circle-xmark|file-code|file-contract|file-csv|file-excel|file-export|file-image|file-import|file-invoice|file-invoice-dollar|file-lines|file-medical|file-pdf|file-pen|file-powerpoint|file-prescription|file-shield|file-signature|file-video|file-waveform|file-word|file-zipper|fill|fill-drip|film|filter|filter-circle-dollar|filter-circle-xmark|fingerprint|fire|fire-burner|fire-extinguisher|fire-flame-curved|fire-flame-simple|fish|fish-fins|flag|flag-checkered|flag-usa|flask|flask-vial|floppy-disk|florin-sign|folder|folder-closed|folder-minus|folder-open|folder-plus|folder-tree|font|font-awesome|football|forward|forward-fast|forward-step|franc-sign|frog|futbol|g|gamepad|gas-pump|gauge|gauge-high|gauge-simple|gauge-simple-high|gavel|gear|gears|gem|genderless|ghost|gift|gifts|glass-water|glass-water-droplet|glasses|globe|golf-ball-tee|gopuram|graduation-cap|greater-than|greater-than-equal|grip|grip-lines|grip-lines-vertical|grip-vertical|group-arrows-rotate|guarani-sign|guitar|gun|h|hammer|hamsa|hand|hand-back-fist|hand-dots|hand-fist|hand-holding|hand-holding-dollar|hand-holding-droplet|hand-holding-hand|hand-holding-heart|hand-holding-medical|hand-lizard|hand-middle-finger|hand-peace|hand-point-down|hand-point-left|hand-point-right|hand-point-up|hand-pointer|hand-scissors|hand-sparkles|hand-spock|handcuffs|hands|hands-asl-interpreting|hands-bound|hands-bubbles|hands-clapping|hands-holding|hands-holding-child|hands-holding-circle|hands-praying|handshake|handshake-angle|handshake-simple|handshake-simple-slash|handshake-slash|hanukiah|hard-drive|hashtag|hat-cowboy|hat-cowboy-side|hat-wizard|head-side-cough|head-side-cough-slash|head-side-mask|head-side-virus|heading|headphones|headphones-simple|headset|heart|heart-circle-bolt|heart-circle-check|heart-circle-exclamation|heart-circle-minus|heart-circle-plus|heart-circle-xmark|heart-crack|heart-pulse|helicopter|helicopter-symbol|helmet-safety|helmet-un|highlighter|hill-avalanche|hill-rockslide|hippo|hockey-puck|holly-berry|horse|horse-head|hospital|hospital-user|hot-tub-person|hotdog|hotel|hourglass|hourglass-empty|hourglass-end|hourglass-start|house|house-chimney|house-chimney-crack|house-chimney-medical|house-chimney-user|house-chimney-window|house-circle-check|house-circle-exclamation|house-circle-xmark|house-crack|house-fire|house-flag|house-flood-water|house-flood-water-circle-arrow-right|house-laptop|house-lock|house-medical|house-medical-circle-check|house-medical-circle-exclamation|house-medical-circle-xmark|house-medical-flag|house-signal|house-tsunami|house-user|hryvnia-sign|hurricane|i|i-cursor|ice-cream|icicles|icons|id-badge|id-card|id-card-clip|igloo|image|image-portrait|images|inbox|indent|indian-rupee-sign|industry|infinity|info|italic|j|jar|jar-wheat|jedi|jet-fighter|jet-fighter-up|joint|jug-detergent|k|kaaba|key|keyboard|khanda|kip-sign|kit-medical|kitchen-set|kiwi-bird|l|land-mine-on|landmark|landmark-dome|landmark-flag|language|laptop|laptop-code|laptop-file|laptop-medical|lari-sign|layer-group|leaf|left-long|left-right|lemon|less-than|less-than-equal|life-ring|lightbulb|lines-leaning|link|link-slash|lira-sign|list|list-check|list-ol|list-ul|litecoin-sign|location-arrow|location-crosshairs|location-dot|location-pin|location-pin-lock|lock|lock-open|locust|lungs|lungs-virus|m|magnet|magnifying-glass|magnifying-glass-arrow-right|magnifying-glass-chart|magnifying-glass-dollar|magnifying-glass-location|magnifying-glass-minus|magnifying-glass-plus|manat-sign|map|map-location|map-location-dot|map-pin|marker|mars|mars-and-venus|mars-and-venus-burst|mars-double|mars-stroke|mars-stroke-right|mars-stroke-up|martini-glass|martini-glass-citrus|martini-glass-empty|mask|mask-face|mask-ventilator|masks-theater|mattress-pillow|maximize|medal|memory|menorah|mercury|message|meteor|microchip|microphone|microphone-lines|microphone-lines-slash|microphone-slash|microscope|mill-sign|minimize|minus|mitten|mobile|mobile-button|mobile-retro|mobile-screen|mobile-screen-button|money-bill|money-bill-1|money-bill-1-wave|money-bill-transfer|money-bill-trend-up|money-bill-wave|money-bill-wheat|money-bills|money-check|money-check-dollar|monument|moon|mortar-pestle|mosque|mosquito|mosquito-net|motorcycle|mound|mountain|mountain-city|mountain-sun|mug-hot|mug-saucer|music|n|naira-sign|network-wired|neuter|newspaper|not-equal|note-sticky|notes-medical|o|object-group|object-ungroup|oil-can|oil-well|om|otter|outdent|p|pager|paint-roller|paintbrush|palette|pallet|panorama|paper-plane|paperclip|parachute-box|paragraph|passport|paste|pause|paw|peace|pen|pen-clip|pen-fancy|pen-nib|pen-ruler|pen-to-square|pencil|people-arrows-left-right|people-carry-box|people-group|people-line|people-pulling|people-robbery|people-roof|pepper-hot|percent|person|person-arrow-down-to-line|person-arrow-up-from-line|person-biking|person-booth|person-breastfeeding|person-burst|person-cane|person-chalkboard|person-circle-check|person-circle-exclamation|person-circle-minus|person-circle-plus|person-circle-question|person-circle-xmark|person-digging|person-dots-from-line|person-dress|person-dress-burst|person-drowning|person-falling|person-falling-burst|person-half-dress|person-harassing|person-hiking|person-military-pointing|person-military-rifle|person-military-to-person|person-praying|person-pregnant|person-rays|person-rifle|person-running|person-shelter|person-skating|person-skiing|person-skiing-nordic|person-snowboarding|person-swimming|person-through-window|person-walking|person-walking-arrow-loop-left|person-walking-arrow-right|person-walking-dashed-line-arrow-right|person-walking-luggage|person-walking-with-cane|peseta-sign|peso-sign|phone|phone-flip|phone-slash|phone-volume|photo-film|piggy-bank|pills|pizza-slice|place-of-worship|plane|plane-arrival|plane-circle-check|plane-circle-exclamation|plane-circle-xmark|plane-departure|plane-lock|plane-slash|plane-up|plant-wilt|plate-wheat|play|plug|plug-circle-bolt|plug-circle-check|plug-circle-exclamation|plug-circle-minus|plug-circle-plus|plug-circle-xmark|plus|plus-minus|podcast|poo|poo-storm|poop|power-off|prescription|prescription-bottle|prescription-bottle-medical|print|pump-medical|pump-soap|puzzle-piece|q|qrcode|question|quote-left|quote-right|r|radiation|radio|rainbow|ranking-star|receipt|record-vinyl|rectangle-ad|rectangle-list|rectangle-xmark|recycle|registered|repeat|reply|reply-all|republican|restroom|retweet|ribbon|right-from-bracket|right-left|right-long|right-to-bracket|ring|road|road-barrier|road-bridge|road-circle-check|road-circle-exclamation|road-circle-xmark|road-lock|road-spikes|robot|rocket|rotate|rotate-left|rotate-right|route|rss|ruble-sign|rug|ruler|ruler-combined|ruler-horizontal|ruler-vertical|rupee-sign|rupiah-sign|s|sack-dollar|sack-xmark|sailboat|satellite|satellite-dish|scale-balanced|scale-unbalanced|scale-unbalanced-flip|school|school-circle-check|school-circle-exclamation|school-circle-xmark|school-flag|school-lock|scissors|screwdriver|screwdriver-wrench|scroll|scroll-torah|sd-card|section|seedling|server|shapes|share|share-from-square|share-nodes|sheet-plastic|shekel-sign|shield|shield-cat|shield-dog|shield-halved|shield-heart|shield-virus|ship|shirt|shoe-prints|shop|shop-lock|shop-slash|shower|shrimp|shuffle|shuttle-space|sign-hanging|signal|signature|signs-post|sim-card|sink|sitemap|skull|skull-crossbones|slash|sleigh|sliders|smog|smoking|snowflake|snowman|snowplow|soap|socks|solar-panel|sort|sort-down|sort-up|spa|spaghetti-monster-flying|spell-check|spider|spinner|splotch|spoon|spray-can|spray-can-sparkles|square|square-arrow-up-right|square-caret-down|square-caret-left|square-caret-right|square-caret-up|square-check|square-envelope|square-full|square-h|square-minus|square-nfi|square-parking|square-pen|square-person-confined|square-phone|square-phone-flip|square-plus|square-poll-horizontal|square-poll-vertical|square-root-variable|square-rss|square-share-nodes|square-up-right|square-virus|square-xmark|staff-aesculapius|stairs|stamp|star|star-and-crescent|star-half|star-half-stroke|star-of-david|star-of-life|sterling-sign|stethoscope|stop|stopwatch|stopwatch-20|store|store-slash|street-view|strikethrough|stroopwafel|subscript|suitcase|suitcase-medical|suitcase-rolling|sun|sun-plant-wilt|superscript|swatchbook|synagogue|syringe|t|table|table-cells|table-cells-large|table-columns|table-list|table-tennis-paddle-ball|tablet|tablet-button|tablet-screen-button|tablets|tachograph-digital|tag|tags|tape|tarp|tarp-droplet|taxi|teeth|teeth-open|temperature-arrow-down|temperature-arrow-up|temperature-empty|temperature-full|temperature-half|temperature-high|temperature-low|temperature-quarter|temperature-three-quarters|tenge-sign|tent|tent-arrow-down-to-line|tent-arrow-left-right|tent-arrow-turn-left|tent-arrows-down|tents|terminal|text-height|text-slash|text-width|thermometer|thumbs-down|thumbs-up|thumbtack|ticket|ticket-simple|timeline|toggle-off|toggle-on|toilet|toilet-paper|toilet-paper-slash|toilet-portable|toilets-portable|toolbox|tooth|torii-gate|tornado|tower-broadcast|tower-cell|tower-observation|tractor|trademark|traffic-light|trailer|train|train-subway|train-tram|transgender|trash|trash-arrow-up|trash-can|trash-can-arrow-up|tree|tree-city|triangle-exclamation|trophy|trowel|trowel-bricks|truck|truck-arrow-right|truck-droplet|truck-fast|truck-field|truck-field-un|truck-front|truck-medical|truck-monster|truck-moving|truck-pickup|truck-plane|truck-ramp-box|tty|turkish-lira-sign|turn-down|turn-up|tv|u|umbrella|umbrella-beach|underline|universal-access|unlock|unlock-keyhole|up-down|up-down-left-right|up-long|up-right-and-down-left-from-center|up-right-from-square|upload|user|user-astronaut|user-check|user-clock|user-doctor|user-gear|user-graduate|user-group|user-injured|user-large|user-large-slash|user-lock|user-minus|user-ninja|user-nurse|user-pen|user-plus|user-secret|user-shield|user-slash|user-tag|user-tie|user-xmark|users|users-between-lines|users-gear|users-line|users-rays|users-rectangle|users-slash|users-viewfinder|utensils|v|van-shuttle|vault|vector-square|venus|venus-double|venus-mars|vest|vest-patches|vial|vial-circle-check|vial-virus|vials|video|video-slash|vihara|virus|virus-covid|virus-covid-slash|virus-slash|viruses|voicemail|volcano|volleyball|volume-high|volume-low|volume-off|volume-xmark|vr-cardboard|w|walkie-talkie|wallet|wand-magic|wand-magic-sparkles|wand-sparkles|warehouse|water|water-ladder|wave-square|weight-hanging|weight-scale|wheat-awn|wheat-awn-circle-exclamation|wheelchair|wheelchair-move|whiskey-glass|wifi|wind|window-maximize|window-minimize|window-restore|wine-bottle|wine-glass|wine-glass-empty|won-sign|worm|wrench|x|x-ray|xmark|xmarks-lines|y|yen-sign|yin-yang|z";
5
+ export declare const FONTAWESOME_ICONS: string[];
6
+ export declare const LIMIT_ICONS_SHOW = 200;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ interface IconSelectionProps {
3
+ onChange?: Function;
4
+ onRemoveIcon?: Function;
5
+ icon?: string;
6
+ isOpen?: boolean;
7
+ }
8
+ export declare const IconSelection: React.FC<IconSelectionProps>;
9
+ export {};
@@ -0,0 +1,14 @@
1
+ export declare const IconSelectionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const WrapperListRender: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const WrapperListItemRender: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const CustomButton: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Partial<{
5
+ href: string;
6
+ target?: string | undefined;
7
+ onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
8
+ } & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
9
+ htmlType?: "button" | "reset" | "submit" | undefined;
10
+ onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
11
+ } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
12
+ Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
13
+ }, any, {}, never>;
14
+ export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,9 @@
1
+ import React, { ReactNode } from 'react';
2
+ import type { InputNumberProps as AntdInputNumberProps } from 'antd';
3
+ export interface InputNumberProps extends AntdInputNumberProps {
4
+ focused?: boolean;
5
+ errorMsg?: ReactNode;
6
+ label?: ReactNode;
7
+ disableUndo?: boolean;
8
+ }
9
+ export declare const InputNumber: React.FC<InputNumberProps>;
@@ -0,0 +1,8 @@
1
+ export declare const InputNumberWrapper: import("styled-components").StyledComponent<(<T extends import("@rc-component/mini-decimal").ValueType = import("@rc-component/mini-decimal").ValueType>(props: import("antd").InputNumberProps<T> & {
2
+ children?: import("react").ReactNode;
3
+ } & {
4
+ ref?: import("react").Ref<HTMLInputElement> | undefined;
5
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
6
+ displayName?: string | undefined;
7
+ _InternalPanelDoNotUseOrYouWillBeFired: (props: import("antd").InputNumberProps<any>) => JSX.Element;
8
+ }, any, {}, never>;
@@ -0,0 +1,7 @@
1
+ import React, { CSSProperties } from 'react';
2
+ import { InputProps } from 'antd';
3
+ interface InputSearchProps extends InputProps {
4
+ inputStyle?: CSSProperties;
5
+ }
6
+ export declare const InputSearch: React.FC<InputSearchProps>;
7
+ export {};
@@ -0,0 +1 @@
1
+ export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,7 @@
1
+ /**
2
+ *
3
+ * Asynchronously loads the component for Modal
4
+ *
5
+ */
6
+ /// <reference types="react" />
7
+ export declare const Modal: (props: import("./Modal").ModalProps) => JSX.Element;
@@ -0,0 +1,16 @@
1
+ /// <reference types="react" />
2
+ interface CustomModalProps {
3
+ header?: React.ReactNode;
4
+ headerStyle?: {
5
+ [key: string]: any;
6
+ };
7
+ rightFooter?: boolean;
8
+ }
9
+ export declare const StyledModal: import("styled-components").StyledComponent<import("react").FC<import("antd").ModalProps> & import("antd/es/modal/confirm").ModalStaticFunctions & {
10
+ useModal: typeof import("antd/es/modal/useModal").default;
11
+ destroyAll: () => void;
12
+ config: typeof import("antd/es/modal/confirm").modalGlobalConfig;
13
+ _InternalPanelDoNotUseOrYouWillBeFired: import("react").FC<import("antd/es/modal/PurePanel").PurePanelProps>;
14
+ }, any, CustomModalProps, never>;
15
+ export declare const WrapperSpin: import("styled-components").StyledComponent<"div", any, {}, never>;
16
+ export {};
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ export declare const Popconfirm: import("react").ForwardRefExoticComponent<import("antd").PopconfirmProps & import("react").RefAttributes<unknown>> & {
3
+ _InternalPanelDoNotUseOrYouWillBeFired: typeof import("antd/es/popconfirm/PurePanel").default;
4
+ };
@@ -0,0 +1,79 @@
1
+ import React from 'react';
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<React.ForwardRefExoticComponent<import("antd").PopconfirmProps & React.RefAttributes<unknown>> & {
4
+ _InternalPanelDoNotUseOrYouWillBeFired: typeof import("antd/es/popconfirm/PurePanel").default;
5
+ }>;
6
+ export default _default;
7
+ export declare const Default: ComponentStory<React.ForwardRefExoticComponent<import("antd").PopconfirmProps & React.RefAttributes<unknown>> & {
8
+ _InternalPanelDoNotUseOrYouWillBeFired: typeof import("antd/es/popconfirm/PurePanel").default;
9
+ }>;
10
+ export declare const Basic: {
11
+ (): JSX.Element;
12
+ parameters: {
13
+ docs: {
14
+ description: {
15
+ story: string;
16
+ };
17
+ };
18
+ };
19
+ };
20
+ export declare const LocaleText: {
21
+ (): JSX.Element;
22
+ parameters: {
23
+ docs: {
24
+ description: {
25
+ story: string;
26
+ };
27
+ };
28
+ };
29
+ };
30
+ export declare const ConditionalTrigger: {
31
+ (): JSX.Element;
32
+ parameters: {
33
+ docs: {
34
+ description: {
35
+ story: string;
36
+ };
37
+ };
38
+ };
39
+ };
40
+ export declare const Placement: {
41
+ (): JSX.Element;
42
+ parameters: {
43
+ docs: {
44
+ description: {
45
+ story: string;
46
+ };
47
+ };
48
+ };
49
+ };
50
+ export declare const AsynchronouslyClose: {
51
+ (): JSX.Element;
52
+ parameters: {
53
+ docs: {
54
+ description: {
55
+ story: string;
56
+ };
57
+ };
58
+ };
59
+ };
60
+ export declare const CustomizeIcon: {
61
+ (): JSX.Element;
62
+ parameters: {
63
+ docs: {
64
+ description: {
65
+ story: string;
66
+ };
67
+ };
68
+ };
69
+ };
70
+ export declare const AsynchronouslyCloseOnPromise: {
71
+ (): JSX.Element;
72
+ parameters: {
73
+ docs: {
74
+ description: {
75
+ story: string;
76
+ };
77
+ };
78
+ };
79
+ };
@@ -0,0 +1 @@
1
+ export { Popconfirm } from './Popconfirm';
@@ -1,4 +1,5 @@
1
1
  export declare const PopupContainer: import("styled-components").StyledComponent<"div", any, {
2
2
  isHiddenResizing?: boolean | undefined;
3
+ isShowResizeHover?: boolean | undefined;
3
4
  }, never>;
4
5
  export declare const WrapperIcon: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,11 +1,14 @@
1
1
  import { ReactNode } from 'react';
2
+ import { ControlPosition } from 'react-draggable';
2
3
  import { CSSProperties } from 'styled-components';
3
4
  export interface IPopupDraggable {
4
5
  id?: string;
5
6
  name?: string;
6
- bounds: string;
7
+ bounds?: string;
8
+ defaultPosition?: ControlPosition;
7
9
  isHiddenClose?: boolean;
8
10
  isHiddenResizing?: boolean;
11
+ isShowResizeHover?: boolean;
9
12
  callback: Function;
10
13
  children: ReactNode;
11
14
  styleContainer?: CSSProperties;
@@ -0,0 +1,7 @@
1
+ import React from 'react';
2
+ import type { RadioGroupProps as AntdRadioGroupProps } from 'antd';
3
+ interface RadioGroupProps extends AntdRadioGroupProps {
4
+ label?: string;
5
+ }
6
+ export declare const RadioGroup: React.FC<RadioGroupProps>;
7
+ export {};
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ export declare const RadioGroupWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const StyledRadioGroup: import("styled-components").StyledComponent<import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<import("antd").RadioGroupProps & import("react").RefAttributes<HTMLDivElement>>>, any, {}, never>;
@@ -0,0 +1 @@
1
+ export declare const Result: import("antd/es/result").ResultType;
@@ -0,0 +1,25 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<import("antd/es/result").ResultType>;
4
+ export default _default;
5
+ export declare const Basic: ComponentStory<import("antd/es/result").ResultType>;
6
+ export declare const Error: {
7
+ (): JSX.Element;
8
+ parameters: {
9
+ docs: {
10
+ description: {
11
+ story: string;
12
+ };
13
+ };
14
+ };
15
+ };
16
+ export declare const CustomIcon: {
17
+ (): JSX.Element;
18
+ parameters: {
19
+ docs: {
20
+ description: {
21
+ story: string;
22
+ };
23
+ };
24
+ };
25
+ };
@@ -0,0 +1 @@
1
+ export { Result } from './Result';
@@ -2,7 +2,7 @@ import { SelectProps as AntdSelectProps } from 'antd';
2
2
  import React from 'react';
3
3
  export interface SelectProps extends AntdSelectProps {
4
4
  }
5
- declare const Select: (<ValueType = any, OptionType extends import("rc-select/lib/Select").DefaultOptionType | import("rc-select/lib/Select").BaseOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: AntdSelectProps<ValueType, OptionType> & {
5
+ declare const Select: (<ValueType = any, OptionType extends import("rc-select/lib/Select").BaseOptionType | import("rc-select/lib/Select").DefaultOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: AntdSelectProps<ValueType, OptionType> & {
6
6
  children?: React.ReactNode;
7
7
  } & {
8
8
  ref?: React.Ref<import("antd").RefSelectProps> | undefined;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { ComponentStory, ComponentMeta } from '@storybook/react';
3
3
  import { Select, SelectProps } from './Select';
4
- declare const _default: ComponentMeta<(<ValueType = any, OptionType extends import("rc-select/lib/Select").DefaultOptionType | import("rc-select/lib/Select").BaseOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: import("antd").SelectProps<ValueType, OptionType> & {
4
+ declare const _default: ComponentMeta<(<ValueType = any, OptionType extends import("rc-select/lib/Select").BaseOptionType | import("rc-select/lib/Select").DefaultOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: import("antd").SelectProps<ValueType, OptionType> & {
5
5
  children?: React.ReactNode;
6
6
  } & {
7
7
  ref?: React.Ref<import("rc-select").BaseSelectRef> | undefined;
@@ -12,7 +12,7 @@ declare const _default: ComponentMeta<(<ValueType = any, OptionType extends impo
12
12
  _InternalPanelDoNotUseOrYouWillBeFired: any;
13
13
  } & React.FC<SelectProps>>;
14
14
  export default _default;
15
- export declare const Default: ComponentStory<(<ValueType = any, OptionType extends import("rc-select/lib/Select").DefaultOptionType | import("rc-select/lib/Select").BaseOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: import("antd").SelectProps<ValueType, OptionType> & {
15
+ export declare const Default: ComponentStory<(<ValueType = any, OptionType extends import("rc-select/lib/Select").BaseOptionType | import("rc-select/lib/Select").DefaultOptionType = import("rc-select/lib/Select").DefaultOptionType>(props: import("antd").SelectProps<ValueType, OptionType> & {
16
16
  children?: React.ReactNode;
17
17
  } & {
18
18
  ref?: React.Ref<import("rc-select").BaseSelectRef> | undefined;
@@ -0,0 +1,13 @@
1
+ import React, { CSSProperties } from 'react';
2
+ interface SettingWrapperProps {
3
+ label: string;
4
+ className?: string;
5
+ labelColor?: string;
6
+ labelClassName?: string;
7
+ labelStyle?: Record<string, any>;
8
+ containerStyle?: Partial<CSSProperties>;
9
+ vertical?: boolean;
10
+ children?: React.ReactNode;
11
+ }
12
+ export declare const SettingWrapper: React.FC<SettingWrapperProps>;
13
+ export {};
@@ -0,0 +1,5 @@
1
+ interface StyledSettingWrapperProps {
2
+ vertical?: boolean;
3
+ }
4
+ export declare const StyledSettingWrapper: import("styled-components").StyledComponent<"div", any, StyledSettingWrapperProps, never>;
5
+ export {};
@@ -0,0 +1,11 @@
1
+ import React, { CSSProperties } from 'react';
2
+ import { SliderProps } from 'src/components/atoms/Slider';
3
+ interface SliderWithInputNumberProps extends SliderProps {
4
+ precision?: number;
5
+ label?: React.ReactNode;
6
+ labelClassName?: string;
7
+ labelStyling?: Partial<CSSProperties>;
8
+ inputStyling?: Partial<CSSProperties>;
9
+ }
10
+ export declare const SliderWithInputNumber: React.FC<SliderWithInputNumberProps>;
11
+ export {};
@@ -0,0 +1 @@
1
+ export declare const SliderWithInputNumberWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -0,0 +1,11 @@
1
+ export declare const TreeSelect: (<ValueType = any, OptionType extends import("rc-tree-select/lib/TreeSelect").BaseOptionType | import("rc-tree-select/lib/TreeSelect").DefaultOptionType = import("rc-tree-select/lib/TreeSelect").DefaultOptionType>(props: import("antd").TreeSelectProps<ValueType, OptionType> & {
2
+ children?: import("react").ReactNode;
3
+ } & {
4
+ ref?: import("react").Ref<import("antd").RefSelectProps> | undefined;
5
+ }) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) & {
6
+ TreeNode: import("react").FC<import("rc-tree-select/lib/TreeNode").TreeNodeProps>;
7
+ SHOW_ALL: "SHOW_ALL";
8
+ SHOW_PARENT: "SHOW_PARENT";
9
+ SHOW_CHILD: "SHOW_CHILD";
10
+ _InternalPanelDoNotUseOrYouWillBeFired: any;
11
+ };
@@ -0,0 +1,87 @@
1
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
2
+ import React from 'react';
3
+ import { TreeSelectProps } from 'antd';
4
+ declare const _default: ComponentMeta<(<ValueType = any, OptionType extends import("rc-tree-select/lib/TreeSelect").BaseOptionType | import("rc-tree-select/lib/TreeSelect").DefaultOptionType = import("rc-tree-select/lib/TreeSelect").DefaultOptionType>(props: TreeSelectProps<ValueType, OptionType> & {
5
+ children?: React.ReactNode;
6
+ } & {
7
+ ref?: React.Ref<import("antd").RefSelectProps> | undefined;
8
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
9
+ TreeNode: React.FC<import("rc-tree-select/lib/TreeNode").TreeNodeProps>;
10
+ SHOW_ALL: "SHOW_ALL";
11
+ SHOW_PARENT: "SHOW_PARENT";
12
+ SHOW_CHILD: "SHOW_CHILD";
13
+ _InternalPanelDoNotUseOrYouWillBeFired: any;
14
+ }>;
15
+ export default _default;
16
+ export declare const Default: ComponentStory<(<ValueType = any, OptionType extends import("rc-tree-select/lib/TreeSelect").BaseOptionType | import("rc-tree-select/lib/TreeSelect").DefaultOptionType = import("rc-tree-select/lib/TreeSelect").DefaultOptionType>(props: TreeSelectProps<ValueType, OptionType> & {
17
+ children?: React.ReactNode;
18
+ } & {
19
+ ref?: React.Ref<import("antd").RefSelectProps> | undefined;
20
+ }) => React.ReactElement<any, string | React.JSXElementConstructor<any>>) & {
21
+ TreeNode: React.FC<import("rc-tree-select/lib/TreeNode").TreeNodeProps>;
22
+ SHOW_ALL: "SHOW_ALL";
23
+ SHOW_PARENT: "SHOW_PARENT";
24
+ SHOW_CHILD: "SHOW_CHILD";
25
+ _InternalPanelDoNotUseOrYouWillBeFired: any;
26
+ }>;
27
+ export declare const MultipleSelection: {
28
+ (): JSX.Element;
29
+ parameters: {
30
+ docs: {
31
+ description: {
32
+ story: string;
33
+ };
34
+ };
35
+ };
36
+ };
37
+ export declare const Checkable: {
38
+ (): JSX.Element;
39
+ parameters: {
40
+ docs: {
41
+ description: {
42
+ story: string;
43
+ };
44
+ };
45
+ };
46
+ };
47
+ export declare const AsynchronousLoading: {
48
+ (): JSX.Element;
49
+ parameters: {
50
+ docs: {
51
+ description: {
52
+ story: string;
53
+ };
54
+ };
55
+ };
56
+ };
57
+ export declare const ShowTreeLine: {
58
+ (): JSX.Element;
59
+ parameters: {
60
+ docs: {
61
+ description: {
62
+ story: string;
63
+ };
64
+ };
65
+ };
66
+ };
67
+ export declare const Placements: {
68
+ (): JSX.Element;
69
+ parameters: {
70
+ docs: {
71
+ description: {
72
+ story: string;
73
+ };
74
+ };
75
+ };
76
+ };
77
+ export declare const Status: {
78
+ (): JSX.Element;
79
+ parameters: {
80
+ docs: {
81
+ description: {
82
+ story: string;
83
+ };
84
+ };
85
+ };
86
+ };
87
+ export declare const Treenodeprops: ComponentStory<any>;
@@ -0,0 +1 @@
1
+ export { TreeSelect } from './TreeSelect';
@@ -0,0 +1,26 @@
1
+ import React from 'react';
2
+ import { UploadProps as AntdUploadProps } from 'antd/lib/upload';
3
+ interface UploadImageProps extends AntdUploadProps {
4
+ onRemoveImage?: Function;
5
+ onChangeImage?: Function;
6
+ selectedImage?: UploadImageObject;
7
+ isOpen?: boolean;
8
+ extensions?: string[];
9
+ maxSize?: number;
10
+ title?: string;
11
+ showImageURL?: boolean;
12
+ domainMedia: string;
13
+ slug: string;
14
+ paramConfigs?: {
15
+ token?: string;
16
+ userId?: string;
17
+ accountId: string;
18
+ };
19
+ required?: boolean;
20
+ focused?: boolean;
21
+ }
22
+ interface UploadImageObject {
23
+ url: string;
24
+ }
25
+ export declare const UploadImage: React.FC<UploadImageProps>;
26
+ export {};
@@ -0,0 +1,8 @@
1
+ export declare const WrapperListImages: import("styled-components").StyledComponent<"div", any, {}, never>;
2
+ export declare const TextStyled: import("styled-components").StyledComponent<"span", any, {}, never>;
3
+ export declare const Boxed: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const Image: import("styled-components").StyledComponent<"img", any, {}, never>;
5
+ export declare const WrapperBtn: import("styled-components").StyledComponent<"div", any, {}, never>;
6
+ export declare const Paragraph: import("styled-components").StyledComponent<"p", any, {}, never>;
7
+ export declare const Overlay: import("styled-components").StyledComponent<"div", any, {}, never>;
8
+ export declare const UploadImageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,4 +1,3 @@
1
- export { Alert } from './Alert';
2
1
  export { Cascader } from './Cascader';
3
2
  export { Dropdown } from './Dropdown';
4
3
  export { Modal } from './Modal';
@@ -8,4 +7,19 @@ export { ChatBox } from './ChatBox';
8
7
  export { PopupDraggable } from './PopupDraggable';
9
8
  export { Tabs } from './Tabs';
10
9
  export { CaptureScreen } from './CaptureScreen';
10
+ export { TreeSelect } from './TreeSelect';
11
+ export { Result } from './Result';
12
+ export { Card } from './Card';
13
+ export { SettingWrapper } from './SettingWrapper';
14
+ export { ColorPicker } from './ColorPicker';
15
+ export { ColorSetting } from './ColorSetting';
16
+ export { SliderWithInputNumber } from './SliderWithInputNumber';
17
+ export { RadioGroup } from './RadioGroup';
18
+ export { InputSearch } from './InputSearch';
19
+ export { UploadImage } from './UploadImage';
20
+ export { IconSelection } from './IconSelection';
21
+ export { AlignSetting } from './AlignSetting';
22
+ export { EdgeSetting } from './EdgeSetting';
11
23
  export type { AdvancedPickerProps, TAdvancedPickerOption, TAdvancedRangePickerTimeRange, } from './DatePicker';
24
+ export type { ColorPickerProps } from './ColorPicker';
25
+ export type { AlignEditProps, AlignSettingProps } from './AlignSetting';
@@ -1,4 +1,5 @@
1
1
  import { ITabShareScreenProps } from './types';
2
+ import { ControlPositionProps } from 'src/components/molecules/CaptureScreen/types';
2
3
  export declare const TICKET_CUSTOM_MESSAGE_KEY = "TICKET_CUSTOM_MESSAGE_KEY";
3
4
  export declare const PORTALS_ANTSOMI_PACKAGE_UI_KEY = "PORTALS_ANTSOMI_PACKAGE_UI_KEY";
4
5
  export declare const PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP = "PORTALS_ANTSOMI_PACKAGE_UI_KEY_POPUP";
@@ -34,6 +35,7 @@ export declare const ATTACH_CAPTURE_TYPES: {
34
35
  icon: string;
35
36
  }[];
36
37
  }[];
38
+ export declare const DEFAULT_POSITIONS: ControlPositionProps;
37
39
  export declare const TABS_SHARING_SCREEN: ITabShareScreenProps[];
38
40
  export declare const HELP_APP: ({
39
41
  title: string;
@@ -8,7 +8,7 @@ export declare const ButtonFeedback: import("styled-components").StyledComponent
8
8
  target?: string | undefined;
9
9
  onClick?: import("react").MouseEventHandler<HTMLAnchorElement> | undefined;
10
10
  } & import("antd/es/button/button").BaseButtonProps & Omit<import("react").AnchorHTMLAttributes<HTMLAnchorElement | HTMLButtonElement>, "type" | "onClick"> & {
11
- htmlType?: "button" | "submit" | "reset" | undefined;
11
+ htmlType?: "button" | "reset" | "submit" | undefined;
12
12
  onClick?: import("react").MouseEventHandler<HTMLButtonElement> | undefined;
13
13
  } & Omit<import("react").ButtonHTMLAttributes<HTMLButtonElement>, "type" | "onClick">> & import("react").RefAttributes<HTMLElement>> & {
14
14
  Group: import("react").FC<import("antd/es/button").ButtonGroupProps>;
@@ -76,3 +76,6 @@ export declare const TreeContent: import("styled-components").StyledComponent<(<
76
76
  displayName?: string | undefined;
77
77
  };
78
78
  }, any, {}, never>;
79
+ export declare const Span: import("styled-components").StyledComponent<"span", any, {
80
+ styles: any;
81
+ }, never>;
@@ -31,6 +31,8 @@ export interface AllAppOptionsProps {
31
31
  }
32
32
  export interface IHelpProps {
33
33
  configs: ConfigProps;
34
+ boundsDraggable?: string;
35
+ isShowResizeHover?: boolean;
34
36
  triggerType: TriggerTypeDropdown;
35
37
  onClick?: Function;
36
38
  children?: ReactNode;
@@ -12,3 +12,4 @@ export declare const formatParams: (data: any) => {
12
12
  attachments: never[];
13
13
  };
14
14
  export declare const postCustomEvent: (type: any, data: any) => void;
15
+ export declare const expendDefault: (data: any) => string[];