@antscorp/antsomi-ui 1.3.3-beta.2 → 1.3.3-beta.21

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 (652) hide show
  1. package/README.md +78 -78
  2. package/dist/index.js +1 -1
  3. package/dist/main.css +100 -1
  4. package/dist/public/icons/stars_slider.png +0 -0
  5. package/es/assets/css/main.scss +4 -4
  6. package/es/assets/images/feedback.svg +3 -3
  7. package/es/assets/images/stars_slider.png +0 -0
  8. package/es/components/atoms/Alert/Alert.d.ts +4 -4
  9. package/es/components/atoms/Alert/Alert.js +19 -19
  10. package/es/components/atoms/Alert/index.d.ts +1 -1
  11. package/es/components/atoms/Alert/index.js +1 -1
  12. package/es/components/atoms/Button/Button.d.ts +1 -1
  13. package/es/components/atoms/Button/Button.js +1 -1
  14. package/es/components/atoms/Button/index.d.ts +4 -4
  15. package/es/components/atoms/Button/index.js +2 -2
  16. package/es/components/atoms/Button/test.d.ts +3 -3
  17. package/es/components/atoms/Button/test.js +99 -99
  18. package/es/components/atoms/Checkbox/Checkbox.d.ts +1 -1
  19. package/es/components/atoms/Checkbox/Checkbox.js +1 -1
  20. package/es/components/atoms/Checkbox/index.d.ts +1 -1
  21. package/es/components/atoms/Checkbox/index.js +1 -1
  22. package/es/components/atoms/Divider/Divider.d.ts +1 -1
  23. package/es/components/atoms/Divider/Divider.js +1 -1
  24. package/es/components/atoms/Divider/index.d.ts +1 -1
  25. package/es/components/atoms/Divider/index.js +1 -1
  26. package/es/components/atoms/DividerPure/DividerPure.d.ts +10 -10
  27. package/es/components/atoms/DividerPure/DividerPure.js +27 -27
  28. package/es/components/atoms/DividerPure/index.d.ts +1 -1
  29. package/es/components/atoms/DividerPure/index.js +1 -1
  30. package/es/components/atoms/DividerPure/styled.d.ts +1 -1
  31. package/es/components/atoms/DividerPure/styled.js +41 -41
  32. package/es/components/atoms/Empty/Empty.d.ts +5 -5
  33. package/es/components/atoms/Empty/Empty.js +2 -2
  34. package/es/components/atoms/Empty/index.d.ts +1 -1
  35. package/es/components/atoms/Empty/index.js +1 -1
  36. package/es/components/atoms/Flex/Flex.d.ts +2 -0
  37. package/es/components/atoms/Flex/Flex.js +1 -0
  38. package/es/components/atoms/Flex/index.d.ts +1 -0
  39. package/es/components/atoms/Flex/index.js +1 -0
  40. package/es/components/atoms/FloatButton/FloatButton.d.ts +1 -1
  41. package/es/components/atoms/FloatButton/FloatButton.js +1 -1
  42. package/es/components/atoms/FloatButton/index.d.ts +1 -1
  43. package/es/components/atoms/FloatButton/index.js +2 -2
  44. package/es/components/atoms/Grid/Grid.d.ts +3 -3
  45. package/es/components/atoms/Grid/Grid.js +3 -3
  46. package/es/components/atoms/Grid/index.d.ts +1 -1
  47. package/es/components/atoms/Grid/index.js +1 -1
  48. package/es/components/atoms/Icon/index.d.ts +10 -10
  49. package/es/components/atoms/Icon/index.js +36 -36
  50. package/es/components/atoms/Input/Input.d.ts +28 -20
  51. package/es/components/atoms/Input/Input.js +95 -92
  52. package/es/components/atoms/Input/index.d.ts +2 -2
  53. package/es/components/atoms/Input/index.js +1 -1
  54. package/es/components/atoms/Input/styled.d.ts +11 -11
  55. package/es/components/atoms/Input/styled.js +109 -109
  56. package/es/components/atoms/InputNumber/InputNumber.d.ts +6 -6
  57. package/es/components/atoms/InputNumber/InputNumber.js +27 -27
  58. package/es/components/atoms/InputNumber/index.d.ts +1 -1
  59. package/es/components/atoms/InputNumber/index.js +1 -1
  60. package/es/components/atoms/Message/Message.d.ts +1 -1
  61. package/es/components/atoms/Message/Message.js +1 -1
  62. package/es/components/atoms/Message/index.d.ts +1 -1
  63. package/es/components/atoms/Message/index.js +1 -1
  64. package/es/components/atoms/Notification/Notification.d.ts +1 -1
  65. package/es/components/atoms/Notification/Notification.js +1 -1
  66. package/es/components/atoms/Notification/index.d.ts +1 -1
  67. package/es/components/atoms/Notification/index.js +1 -1
  68. package/es/components/atoms/Pagination/Pagination.d.ts +2 -2
  69. package/es/components/atoms/Pagination/Pagination.js +2 -2
  70. package/es/components/atoms/Pagination/index.d.ts +1 -1
  71. package/es/components/atoms/Pagination/index.js +1 -1
  72. package/es/components/atoms/Popover/Popover.d.ts +4 -4
  73. package/es/components/atoms/Popover/Popover.js +2 -2
  74. package/es/components/atoms/Popover/index.d.ts +1 -1
  75. package/es/components/atoms/Popover/index.js +1 -1
  76. package/es/components/atoms/Popover/styled.d.ts +4 -4
  77. package/es/components/atoms/Popover/styled.js +5 -5
  78. package/es/components/atoms/Progress/Progress.d.ts +2 -2
  79. package/es/components/atoms/Progress/Progress.js +2 -2
  80. package/es/components/atoms/Progress/index.d.ts +1 -1
  81. package/es/components/atoms/Progress/index.js +1 -1
  82. package/es/components/atoms/Radio/Radio.d.ts +1 -1
  83. package/es/components/atoms/Radio/Radio.js +1 -1
  84. package/es/components/atoms/Radio/index.d.ts +7 -7
  85. package/es/components/atoms/Radio/index.js +25 -25
  86. package/es/components/atoms/Rate/Rate.d.ts +2 -2
  87. package/es/components/atoms/Rate/Rate.js +2 -2
  88. package/es/components/atoms/Rate/index.d.ts +1 -1
  89. package/es/components/atoms/Rate/index.js +1 -1
  90. package/es/components/atoms/RateV2/RateV2.d.ts +18 -0
  91. package/es/components/atoms/RateV2/RateV2.js +73 -0
  92. package/es/components/atoms/RateV2/index.d.ts +1 -0
  93. package/es/components/atoms/RateV2/index.js +1 -0
  94. package/es/components/atoms/RequiredLabel/index.d.ts +7 -7
  95. package/es/components/atoms/RequiredLabel/index.js +24 -24
  96. package/es/components/atoms/RequiredLabel/styled.d.ts +2 -2
  97. package/es/components/atoms/RequiredLabel/styled.js +10 -10
  98. package/es/components/atoms/ScrollBox/index.d.ts +9 -9
  99. package/es/components/atoms/ScrollBox/index.js +51 -51
  100. package/es/components/atoms/Segmented/Segmented.d.ts +2 -2
  101. package/es/components/atoms/Segmented/Segmented.js +2 -2
  102. package/es/components/atoms/Segmented/index.d.ts +1 -1
  103. package/es/components/atoms/Segmented/index.js +1 -1
  104. package/es/components/atoms/Skeleton/Skeleton.d.ts +8 -8
  105. package/es/components/atoms/Skeleton/Skeleton.js +2 -2
  106. package/es/components/atoms/Skeleton/index.d.ts +1 -1
  107. package/es/components/atoms/Skeleton/index.js +1 -1
  108. package/es/components/atoms/Slider/index.d.ts +6 -5
  109. package/es/components/atoms/Slider/index.js +25 -32
  110. package/es/components/atoms/Slider/styled.d.ts +7 -7
  111. package/es/components/atoms/Slider/styled.js +44 -44
  112. package/es/components/atoms/SliderV2/index.d.ts +6 -0
  113. package/es/components/atoms/SliderV2/index.js +21 -0
  114. package/es/components/atoms/Space/Space.d.ts +6 -6
  115. package/es/components/atoms/Space/Space.js +9 -9
  116. package/es/components/atoms/Space/index.d.ts +1 -1
  117. package/es/components/atoms/Space/index.js +1 -1
  118. package/es/components/atoms/Spin/Spin.d.ts +10 -9
  119. package/es/components/atoms/Spin/Spin.js +28 -28
  120. package/es/components/atoms/Spin/index.d.ts +1 -1
  121. package/es/components/atoms/Spin/index.js +1 -1
  122. package/es/components/atoms/Spin/styled.d.ts +1 -1
  123. package/es/components/atoms/Spin/styled.js +7 -7
  124. package/es/components/atoms/Statistic/Statistic.d.ts +1 -1
  125. package/es/components/atoms/Statistic/Statistic.js +2 -2
  126. package/es/components/atoms/Statistic/index.d.ts +1 -1
  127. package/es/components/atoms/Statistic/index.js +1 -1
  128. package/es/components/atoms/Steps/Steps.d.ts +4 -4
  129. package/es/components/atoms/Steps/Steps.js +2 -2
  130. package/es/components/atoms/Steps/index.d.ts +1 -1
  131. package/es/components/atoms/Steps/index.js +1 -1
  132. package/es/components/atoms/Switch/Switch.d.ts +2 -2
  133. package/es/components/atoms/Switch/Switch.js +2 -2
  134. package/es/components/atoms/Switch/index.d.ts +1 -1
  135. package/es/components/atoms/Switch/index.js +1 -1
  136. package/es/components/atoms/Tag/Tag.d.ts +1 -1
  137. package/es/components/atoms/Tag/Tag.js +1 -1
  138. package/es/components/atoms/Tag/index.d.ts +1 -1
  139. package/es/components/atoms/Tag/index.js +1 -1
  140. package/es/components/atoms/Text/index.d.ts +10 -10
  141. package/es/components/atoms/Text/index.js +27 -27
  142. package/es/components/atoms/Text/styled.d.ts +7 -7
  143. package/es/components/atoms/Text/styled.js +52 -52
  144. package/es/components/atoms/Timeline/Timeline.d.ts +4 -4
  145. package/es/components/atoms/Timeline/Timeline.js +2 -2
  146. package/es/components/atoms/Timeline/index.d.ts +1 -1
  147. package/es/components/atoms/Timeline/index.js +1 -1
  148. package/es/components/atoms/Tooltip/Tooltip.d.ts +1 -1
  149. package/es/components/atoms/Tooltip/Tooltip.js +1 -1
  150. package/es/components/atoms/Tooltip/index.d.ts +1 -1
  151. package/es/components/atoms/Tooltip/index.js +1 -1
  152. package/es/components/atoms/Typography/Text.d.ts +1 -1
  153. package/es/components/atoms/Typography/Text.js +1 -1
  154. package/es/components/atoms/Typography/index.d.ts +1 -1
  155. package/es/components/atoms/Typography/index.js +1 -1
  156. package/es/components/atoms/Watermark/Watermark.d.ts +2 -2
  157. package/es/components/atoms/Watermark/Watermark.js +2 -2
  158. package/es/components/atoms/Watermark/index.d.ts +1 -1
  159. package/es/components/atoms/Watermark/index.js +1 -1
  160. package/es/components/atoms/index.d.ts +36 -33
  161. package/es/components/atoms/index.js +35 -32
  162. package/es/components/common/ConfigProvider/ConfigProvider.d.ts +10 -10
  163. package/es/components/common/ConfigProvider/ConfigProvider.js +42 -42
  164. package/es/components/common/ConfigProvider/GlobalStyle.d.ts +5 -5
  165. package/es/components/common/ConfigProvider/GlobalStyle.js +527 -490
  166. package/es/components/common/ConfigProvider/index.d.ts +1 -1
  167. package/es/components/common/ConfigProvider/index.js +1 -1
  168. package/es/components/common/index.d.ts +1 -1
  169. package/es/components/common/index.js +1 -1
  170. package/es/components/icons/AccountCircle.d.ts +3 -3
  171. package/es/components/icons/AccountCircle.js +3 -3
  172. package/es/components/icons/AddShoppingCart.d.ts +3 -3
  173. package/es/components/icons/AddShoppingCart.js +3 -3
  174. package/es/components/icons/ArrowGrowIcon.d.ts +2 -1
  175. package/es/components/icons/ArrowGrowIcon.js +4 -4
  176. package/es/components/icons/AssignmentInd.d.ts +3 -3
  177. package/es/components/icons/AssignmentInd.js +3 -3
  178. package/es/components/icons/AudioRecordIcon.d.ts +2 -1
  179. package/es/components/icons/AudioRecordIcon.js +4 -4
  180. package/es/components/icons/BugIcon.d.ts +2 -1
  181. package/es/components/icons/BugIcon.js +4 -4
  182. package/es/components/icons/Call.d.ts +3 -3
  183. package/es/components/icons/Call.js +3 -3
  184. package/es/components/icons/CameraIcon.d.ts +2 -1
  185. package/es/components/icons/CameraIcon.js +4 -4
  186. package/es/components/icons/CaptureIcon.d.ts +2 -1
  187. package/es/components/icons/CaptureIcon.js +4 -4
  188. package/es/components/icons/Category.d.ts +3 -3
  189. package/es/components/icons/Category.js +5 -5
  190. package/es/components/icons/ChatBubbleOutline.d.ts +3 -3
  191. package/es/components/icons/ChatBubbleOutline.js +3 -3
  192. package/es/components/icons/CheckSlimIcon.d.ts +2 -1
  193. package/es/components/icons/CheckSlimIcon.js +4 -4
  194. package/es/components/icons/CircleNotifications.d.ts +3 -3
  195. package/es/components/icons/CircleNotifications.js +3 -3
  196. package/es/components/icons/CloseIcon.d.ts +4 -3
  197. package/es/components/icons/CloseIcon.js +22 -22
  198. package/es/components/icons/CommentIcon.d.ts +2 -1
  199. package/es/components/icons/CommentIcon.js +4 -4
  200. package/es/components/icons/ConfirmationNumber.d.ts +3 -3
  201. package/es/components/icons/ConfirmationNumber.js +3 -3
  202. package/es/components/icons/DesktopWindows.d.ts +3 -3
  203. package/es/components/icons/DesktopWindows.js +3 -3
  204. package/es/components/icons/EventIcon.d.ts +4 -3
  205. package/es/components/icons/EventIcon.js +18 -18
  206. package/es/components/icons/FactCheck.d.ts +3 -3
  207. package/es/components/icons/FactCheck.js +3 -3
  208. package/es/components/icons/FreeDrawIcon.d.ts +2 -1
  209. package/es/components/icons/FreeDrawIcon.js +4 -4
  210. package/es/components/icons/GPTIcon.d.ts +2 -1
  211. package/es/components/icons/GPTIcon.js +18 -18
  212. package/es/components/icons/GPTIconV2.d.ts +2 -1
  213. package/es/components/icons/GPTIconV2.js +18 -18
  214. package/es/components/icons/GPTIconV3.d.ts +2 -1
  215. package/es/components/icons/GPTIconV3.js +5 -5
  216. package/es/components/icons/HighlightIcon.d.ts +2 -1
  217. package/es/components/icons/HighlightIcon.js +4 -4
  218. package/es/components/icons/HightlightAlt.d.ts +3 -3
  219. package/es/components/icons/HightlightAlt.js +3 -3
  220. package/es/components/icons/HowToReg.d.ts +3 -3
  221. package/es/components/icons/HowToReg.js +3 -3
  222. package/es/components/icons/IdeaIcon.d.ts +2 -1
  223. package/es/components/icons/IdeaIcon.js +4 -4
  224. package/es/components/icons/Interactive.d.ts +3 -3
  225. package/es/components/icons/Interactive.js +3 -3
  226. package/es/components/icons/InvisibleIcon.d.ts +2 -1
  227. package/es/components/icons/InvisibleIcon.js +5 -5
  228. package/es/components/icons/List.d.ts +3 -3
  229. package/es/components/icons/List.js +3 -3
  230. package/es/components/icons/LocalMallIcon.d.ts +3 -3
  231. package/es/components/icons/LocalMallIcon.js +3 -3
  232. package/es/components/icons/MobileFriendly.d.ts +3 -3
  233. package/es/components/icons/MobileFriendly.js +3 -3
  234. package/es/components/icons/MuteIcon.d.ts +2 -1
  235. package/es/components/icons/MuteIcon.js +4 -4
  236. package/es/components/icons/NotificationsActive.d.ts +3 -3
  237. package/es/components/icons/NotificationsActive.js +3 -3
  238. package/es/components/icons/OpenUrlIcon.d.ts +2 -1
  239. package/es/components/icons/OpenUrlIcon.js +4 -4
  240. package/es/components/icons/PauseIcon.d.ts +2 -1
  241. package/es/components/icons/PauseIcon.js +4 -4
  242. package/es/components/icons/Payment.d.ts +3 -3
  243. package/es/components/icons/Payment.js +3 -3
  244. package/es/components/icons/PersonAddDisabled.d.ts +3 -3
  245. package/es/components/icons/PersonAddDisabled.js +4 -4
  246. package/es/components/icons/PhoneCallback.d.ts +3 -3
  247. package/es/components/icons/PhoneCallback.js +3 -3
  248. package/es/components/icons/PlaneIcon.d.ts +2 -1
  249. package/es/components/icons/PlaneIcon.js +8 -8
  250. package/es/components/icons/Preview.d.ts +3 -3
  251. package/es/components/icons/Preview.js +3 -3
  252. package/es/components/icons/Redeem.d.ts +3 -3
  253. package/es/components/icons/Redeem.js +3 -3
  254. package/es/components/icons/RemoveRedEye.d.ts +3 -3
  255. package/es/components/icons/RemoveRedEye.js +3 -3
  256. package/es/components/icons/RemoveShoppingCart.d.ts +3 -3
  257. package/es/components/icons/RemoveShoppingCart.js +3 -3
  258. package/es/components/icons/RequestIcon.d.ts +2 -1
  259. package/es/components/icons/RequestIcon.js +4 -4
  260. package/es/components/icons/Search.d.ts +3 -3
  261. package/es/components/icons/Search.js +3 -3
  262. package/es/components/icons/ShoppingBag.d.ts +3 -3
  263. package/es/components/icons/ShoppingBag.js +3 -3
  264. package/es/components/icons/ShoppingCart.d.ts +3 -3
  265. package/es/components/icons/ShoppingCart.js +3 -3
  266. package/es/components/icons/StopRecordIcon.d.ts +2 -1
  267. package/es/components/icons/StopRecordIcon.js +4 -4
  268. package/es/components/icons/Store.d.ts +3 -3
  269. package/es/components/icons/Store.js +3 -3
  270. package/es/components/icons/UserIcon.d.ts +2 -1
  271. package/es/components/icons/UserIcon.js +8 -8
  272. package/es/components/icons/VerticalDotsIcon.d.ts +2 -1
  273. package/es/components/icons/VerticalDotsIcon.js +4 -4
  274. package/es/components/icons/WarningIcon.d.ts +2 -1
  275. package/es/components/icons/WarningIcon.js +4 -4
  276. package/es/components/icons/Web.d.ts +3 -3
  277. package/es/components/icons/Web.js +3 -3
  278. package/es/components/icons/WebAsset.d.ts +3 -3
  279. package/es/components/icons/WebAsset.js +3 -3
  280. package/es/components/icons/index.d.ts +54 -54
  281. package/es/components/icons/index.js +54 -54
  282. package/es/components/icons/type.d.ts +3 -3
  283. package/es/components/icons/type.js +1 -1
  284. package/es/components/index.d.ts +4 -4
  285. package/es/components/index.js +4 -4
  286. package/es/components/molecules/AlignSetting/index.d.ts +19 -19
  287. package/es/components/molecules/AlignSetting/index.js +52 -52
  288. package/es/components/molecules/AlignSetting/styled.d.ts +1 -1
  289. package/es/components/molecules/AlignSetting/styled.js +7 -7
  290. package/es/components/molecules/AlignSetting/utils.d.ts +3 -3
  291. package/es/components/molecules/AlignSetting/utils.js +19 -19
  292. package/es/components/molecules/CaptureScreen/CaptureScreen.d.ts +16 -15
  293. package/es/components/molecules/CaptureScreen/CaptureScreen.js +834 -834
  294. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.d.ts +17 -16
  295. package/es/components/molecules/CaptureScreen/components/CommentBox/CommentBox.js +80 -80
  296. package/es/components/molecules/CaptureScreen/components/CommentBox/index.d.ts +1 -1
  297. package/es/components/molecules/CaptureScreen/components/CommentBox/index.js +1 -1
  298. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.d.ts +12 -12
  299. package/es/components/molecules/CaptureScreen/components/CommentBox/styled.js +136 -136
  300. package/es/components/molecules/CaptureScreen/components/CommentBox/types.d.ts +15 -15
  301. package/es/components/molecules/CaptureScreen/components/CommentBox/types.js +1 -1
  302. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.d.ts +4 -3
  303. package/es/components/molecules/CaptureScreen/components/Cursor/Cursor.js +17 -17
  304. package/es/components/molecules/CaptureScreen/components/Cursor/index.d.ts +1 -1
  305. package/es/components/molecules/CaptureScreen/components/Cursor/index.js +1 -1
  306. package/es/components/molecules/CaptureScreen/components/Cursor/styled.d.ts +7 -7
  307. package/es/components/molecules/CaptureScreen/components/Cursor/styled.js +79 -79
  308. package/es/components/molecules/CaptureScreen/components/Cursor/types.d.ts +10 -10
  309. package/es/components/molecules/CaptureScreen/components/Cursor/types.js +1 -1
  310. package/es/components/molecules/CaptureScreen/constants.d.ts +41 -41
  311. package/es/components/molecules/CaptureScreen/constants.js +118 -118
  312. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.d.ts +5 -5
  313. package/es/components/molecules/CaptureScreen/hooks/useImageEditor.js +103 -103
  314. package/es/components/molecules/CaptureScreen/index.d.ts +1 -1
  315. package/es/components/molecules/CaptureScreen/index.js +1 -1
  316. package/es/components/molecules/CaptureScreen/styled.d.ts +26 -26
  317. package/es/components/molecules/CaptureScreen/styled.js +255 -255
  318. package/es/components/molecules/CaptureScreen/themes/black.d.ts +54 -54
  319. package/es/components/molecules/CaptureScreen/themes/black.js +64 -64
  320. package/es/components/molecules/CaptureScreen/themes/white.d.ts +54 -54
  321. package/es/components/molecules/CaptureScreen/themes/white.js +64 -64
  322. package/es/components/molecules/CaptureScreen/types.d.ts +108 -108
  323. package/es/components/molecules/CaptureScreen/types.js +1 -1
  324. package/es/components/molecules/CaptureScreen/utils.d.ts +13 -13
  325. package/es/components/molecules/CaptureScreen/utils.js +62 -62
  326. package/es/components/molecules/Card/Card.d.ts +1 -1
  327. package/es/components/molecules/Card/Card.js +2 -2
  328. package/es/components/molecules/Card/index.d.ts +1 -1
  329. package/es/components/molecules/Card/index.js +1 -1
  330. package/es/components/molecules/Cascader/Cascader.d.ts +1 -1
  331. package/es/components/molecules/Cascader/Cascader.js +1 -1
  332. package/es/components/molecules/Cascader/index.d.ts +1 -1
  333. package/es/components/molecules/Cascader/index.js +1 -1
  334. package/es/components/molecules/ChatBox/ChatBox.d.ts +3 -3
  335. package/es/components/molecules/ChatBox/ChatBox.js +188 -188
  336. package/es/components/molecules/ChatBox/MessageItem.d.ts +5 -5
  337. package/es/components/molecules/ChatBox/MessageItem.js +66 -66
  338. package/es/components/molecules/ChatBox/constants.d.ts +6 -6
  339. package/es/components/molecules/ChatBox/constants.js +51 -51
  340. package/es/components/molecules/ChatBox/index.d.ts +1 -1
  341. package/es/components/molecules/ChatBox/index.js +1 -1
  342. package/es/components/molecules/ChatBox/styled.d.ts +10 -10
  343. package/es/components/molecules/ChatBox/styled.js +280 -280
  344. package/es/components/molecules/ChatBox/types.d.ts +32 -32
  345. package/es/components/molecules/ChatBox/types.js +1 -1
  346. package/es/components/molecules/Collapse/Collapse.d.ts +4 -4
  347. package/es/components/molecules/Collapse/Collapse.js +11 -2
  348. package/es/components/molecules/Collapse/index.d.ts +1 -1
  349. package/es/components/molecules/Collapse/index.js +1 -1
  350. package/es/components/molecules/ColorPicker/ChromePicker/index.d.ts +1 -1
  351. package/es/components/molecules/ColorPicker/ChromePicker/index.js +3 -3
  352. package/es/components/molecules/ColorPicker/ChromePicker/styled.d.ts +1 -1
  353. package/es/components/molecules/ColorPicker/ChromePicker/styled.js +15 -15
  354. package/es/components/molecules/ColorPicker/CustomPicker/index.d.ts +2 -2
  355. package/es/components/molecules/ColorPicker/CustomPicker/index.js +117 -117
  356. package/es/components/molecules/ColorPicker/CustomPicker/styled.d.ts +9 -9
  357. package/es/components/molecules/ColorPicker/CustomPicker/styled.js +104 -104
  358. package/es/components/molecules/ColorPicker/SketchPicker/index.d.ts +10 -10
  359. package/es/components/molecules/ColorPicker/SketchPicker/index.js +5 -5
  360. package/es/components/molecules/ColorPicker/SketchPicker/styled.d.ts +1 -1
  361. package/es/components/molecules/ColorPicker/SketchPicker/styled.js +10 -10
  362. package/es/components/molecules/ColorPicker/index.d.ts +13 -13
  363. package/es/components/molecules/ColorPicker/index.js +95 -95
  364. package/es/components/molecules/ColorPicker/styled.d.ts +1 -1
  365. package/es/components/molecules/ColorPicker/styled.js +10 -10
  366. package/es/components/molecules/ColorSetting/index.d.ts +14 -14
  367. package/es/components/molecules/ColorSetting/index.js +97 -97
  368. package/es/components/molecules/ColorSetting/styled.d.ts +7 -7
  369. package/es/components/molecules/ColorSetting/styled.js +42 -42
  370. package/es/components/molecules/DatePicker/DatePicker.d.ts +8 -8
  371. package/es/components/molecules/DatePicker/DatePicker.js +8 -8
  372. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.d.ts +28 -28
  373. package/es/components/molecules/DatePicker/components/AdvancedPicker/AdvancedPicker.js +428 -428
  374. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.d.ts +53 -53
  375. package/es/components/molecules/DatePicker/components/AdvancedPicker/constants.js +74 -74
  376. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.d.ts +3 -3
  377. package/es/components/molecules/DatePicker/components/AdvancedPicker/index.js +1 -1
  378. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.d.ts +7 -7
  379. package/es/components/molecules/DatePicker/components/AdvancedPicker/styled.js +49 -49
  380. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.d.ts +14 -14
  381. package/es/components/molecules/DatePicker/components/AdvancedPicker/types.js +1 -1
  382. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.d.ts +15 -15
  383. package/es/components/molecules/DatePicker/components/AdvancedPicker/utils.js +84 -84
  384. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.d.ts +15 -15
  385. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/AdvancedRangePicker.js +70 -70
  386. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.d.ts +4 -4
  387. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/constants.js +4 -4
  388. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.d.ts +2 -2
  389. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/index.js +1 -1
  390. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.d.ts +17 -17
  391. package/es/components/molecules/DatePicker/components/AdvancedRangePicker/types.js +1 -1
  392. package/es/components/molecules/DatePicker/index.d.ts +3 -3
  393. package/es/components/molecules/DatePicker/index.js +1 -1
  394. package/es/components/molecules/Drawer/Drawer.d.ts +1 -1
  395. package/es/components/molecules/Drawer/Drawer.js +2 -2
  396. package/es/components/molecules/Drawer/index.d.ts +1 -1
  397. package/es/components/molecules/Drawer/index.js +1 -1
  398. package/es/components/molecules/Dropdown/Dropdown.d.ts +1 -1
  399. package/es/components/molecules/Dropdown/Dropdown.js +1 -1
  400. package/es/components/molecules/Dropdown/index.d.ts +1 -1
  401. package/es/components/molecules/Dropdown/index.js +1 -1
  402. package/es/components/molecules/EdgeSetting/index.d.ts +39 -39
  403. package/es/components/molecules/EdgeSetting/index.js +192 -192
  404. package/es/components/molecules/EdgeSetting/styled.d.ts +3 -3
  405. package/es/components/molecules/EdgeSetting/styled.js +18 -18
  406. package/es/components/molecules/FontFamilySelect/constants.d.ts +307 -0
  407. package/es/components/molecules/FontFamilySelect/constants.js +257 -0
  408. package/es/components/molecules/FontFamilySelect/index.d.ts +17 -0
  409. package/es/components/molecules/FontFamilySelect/index.js +53 -0
  410. package/es/components/molecules/FontSetting/constants.d.ts +3 -0
  411. package/es/components/molecules/FontSetting/constants.js +22 -0
  412. package/es/components/molecules/FontSetting/index.d.ts +24 -0
  413. package/es/components/molecules/FontSetting/index.js +54 -0
  414. package/es/components/molecules/FontSetting/types.d.ts +22 -0
  415. package/es/components/molecules/FontSetting/types.js +1 -0
  416. package/es/components/molecules/FontWeightSelect/constants.d.ts +28 -0
  417. package/es/components/molecules/FontWeightSelect/constants.js +11 -0
  418. package/es/components/molecules/FontWeightSelect/index.d.ts +9 -0
  419. package/es/components/molecules/FontWeightSelect/index.js +39 -0
  420. package/es/components/molecules/Form/Form.d.ts +1 -0
  421. package/es/components/molecules/Form/Form.js +1 -0
  422. package/es/components/molecules/Form/index.d.ts +1 -0
  423. package/es/components/molecules/Form/index.js +1 -0
  424. package/es/components/molecules/GradientSetting/index.d.ts +36 -36
  425. package/es/components/molecules/GradientSetting/index.js +99 -99
  426. package/es/components/molecules/GradientSetting/styled.d.ts +1 -1
  427. package/es/components/molecules/GradientSetting/styled.js +59 -59
  428. package/es/components/molecules/IconSelection/components/Icon/index.d.ts +10 -10
  429. package/es/components/molecules/IconSelection/components/Icon/index.js +28 -28
  430. package/es/components/molecules/IconSelection/constants.d.ts +56 -56
  431. package/es/components/molecules/IconSelection/constants.js +89 -89
  432. package/es/components/molecules/IconSelection/index.d.ts +3 -3
  433. package/es/components/molecules/IconSelection/index.js +143 -143
  434. package/es/components/molecules/IconSelection/styled.d.ts +8 -8
  435. package/es/components/molecules/IconSelection/styled.js +80 -80
  436. package/es/components/molecules/IconSelection/types.d.ts +26 -26
  437. package/es/components/molecules/IconSelection/types.js +2 -2
  438. package/es/components/molecules/IconSelection/utils.d.ts +4 -4
  439. package/es/components/molecules/IconSelection/utils.js +13 -13
  440. package/es/components/molecules/InputNumber/index.d.ts +9 -9
  441. package/es/components/molecules/InputNumber/index.js +81 -81
  442. package/es/components/molecules/InputNumberWithUnit/index.d.ts +31 -31
  443. package/es/components/molecules/InputNumberWithUnit/index.js +37 -37
  444. package/es/components/molecules/InputNumberWithUnit/styled.d.ts +1 -1
  445. package/es/components/molecules/InputNumberWithUnit/styled.js +20 -20
  446. package/es/components/molecules/InputSearch/index.d.ts +7 -7
  447. package/es/components/molecules/InputSearch/index.js +23 -23
  448. package/es/components/molecules/InputSearch/styled.d.ts +1 -1
  449. package/es/components/molecules/InputSearch/styled.js +48 -48
  450. package/es/components/molecules/Modal/Modal.d.ts +23 -23
  451. package/es/components/molecules/Modal/Modal.js +26 -26
  452. package/es/components/molecules/Modal/index.d.ts +1 -1
  453. package/es/components/molecules/Modal/index.js +1 -1
  454. package/es/components/molecules/Modal/styled.d.ts +15 -15
  455. package/es/components/molecules/Modal/styled.js +78 -78
  456. package/es/components/molecules/Popconfirm/Popconfirm.d.ts +4 -4
  457. package/es/components/molecules/Popconfirm/Popconfirm.js +2 -2
  458. package/es/components/molecules/Popconfirm/index.d.ts +1 -1
  459. package/es/components/molecules/Popconfirm/index.js +1 -1
  460. package/es/components/molecules/PopupDraggable/PopupDraggable.d.ts +6 -6
  461. package/es/components/molecules/PopupDraggable/PopupDraggable.js +52 -52
  462. package/es/components/molecules/PopupDraggable/index.d.ts +1 -1
  463. package/es/components/molecules/PopupDraggable/index.js +1 -1
  464. package/es/components/molecules/PopupDraggable/styled.d.ts +5 -5
  465. package/es/components/molecules/PopupDraggable/styled.js +52 -52
  466. package/es/components/molecules/PopupDraggable/types.d.ts +15 -15
  467. package/es/components/molecules/PopupDraggable/types.js +1 -1
  468. package/es/components/molecules/RadioGroup/index.d.ts +7 -7
  469. package/es/components/molecules/RadioGroup/index.js +23 -23
  470. package/es/components/molecules/RadioGroup/styled.d.ts +3 -3
  471. package/es/components/molecules/RadioGroup/styled.js +14 -14
  472. package/es/components/molecules/ResizeGrid/ResizeGrid.d.ts +3 -0
  473. package/es/components/molecules/ResizeGrid/ResizeGrid.js +353 -0
  474. package/es/components/molecules/ResizeGrid/components/Cell/Cell.d.ts +3 -0
  475. package/es/components/molecules/ResizeGrid/components/Cell/Cell.js +67 -0
  476. package/es/components/molecules/ResizeGrid/components/Cell/index.d.ts +1 -0
  477. package/es/components/molecules/ResizeGrid/components/Cell/index.js +1 -0
  478. package/es/components/molecules/ResizeGrid/components/Cell/styled.d.ts +3 -0
  479. package/es/components/molecules/ResizeGrid/components/Cell/styled.js +62 -0
  480. package/es/components/molecules/ResizeGrid/constant.d.ts +34 -0
  481. package/es/components/molecules/ResizeGrid/constant.js +108 -0
  482. package/es/components/molecules/ResizeGrid/index.d.ts +2 -0
  483. package/es/components/molecules/ResizeGrid/index.js +1 -0
  484. package/es/components/molecules/ResizeGrid/styled.d.ts +3 -0
  485. package/es/components/molecules/ResizeGrid/styled.js +20 -0
  486. package/es/components/molecules/ResizeGrid/types.d.ts +128 -0
  487. package/es/components/molecules/ResizeGrid/types.js +1 -0
  488. package/es/components/molecules/Result/Result.d.ts +1 -1
  489. package/es/components/molecules/Result/Result.js +2 -2
  490. package/es/components/molecules/Result/index.d.ts +1 -1
  491. package/es/components/molecules/Result/index.js +1 -1
  492. package/es/components/molecules/Select/Select.d.ts +17 -14
  493. package/es/components/molecules/Select/Select.js +50 -29
  494. package/es/components/molecules/Select/Test.d.ts +3 -2
  495. package/es/components/molecules/Select/Test.js +22 -22
  496. package/es/components/molecules/Select/index.d.ts +2 -2
  497. package/es/components/molecules/Select/index.js +1 -1
  498. package/es/components/molecules/Select/styled.d.ts +4 -4
  499. package/es/components/molecules/Select/styled.js +41 -41
  500. package/es/components/molecules/SettingWrapper/index.d.ts +12 -13
  501. package/es/components/molecules/SettingWrapper/index.js +20 -20
  502. package/es/components/molecules/SettingWrapper/styled.d.ts +5 -5
  503. package/es/components/molecules/SettingWrapper/styled.js +17 -17
  504. package/es/components/molecules/SettingWrapperPopover/index.d.ts +16 -0
  505. package/es/components/molecules/SettingWrapperPopover/index.js +17 -0
  506. package/es/components/molecules/SliderWithInputNumber/index.d.ts +11 -11
  507. package/es/components/molecules/SliderWithInputNumber/index.js +62 -62
  508. package/es/components/molecules/SliderWithInputNumber/styled.d.ts +1 -1
  509. package/es/components/molecules/SliderWithInputNumber/styled.js +8 -8
  510. package/es/components/molecules/Tabs/Tabs.d.ts +1 -1
  511. package/es/components/molecules/Tabs/Tabs.js +1 -1
  512. package/es/components/molecules/Tabs/index.d.ts +1 -1
  513. package/es/components/molecules/Tabs/index.js +1 -1
  514. package/es/components/molecules/TextDecorationSelect/constants.d.ts +19 -0
  515. package/es/components/molecules/TextDecorationSelect/constants.js +26 -0
  516. package/es/components/molecules/TextDecorationSelect/index.d.ts +15 -0
  517. package/es/components/molecules/TextDecorationSelect/index.js +45 -0
  518. package/es/components/molecules/TextTransformSelect/constants.d.ts +13 -0
  519. package/es/components/molecules/TextTransformSelect/constants.js +19 -0
  520. package/es/components/molecules/TextTransformSelect/index.d.ts +9 -0
  521. package/es/components/molecules/TextTransformSelect/index.js +39 -0
  522. package/es/components/molecules/TreeSelect/TreeSelect.d.ts +11 -11
  523. package/es/components/molecules/TreeSelect/TreeSelect.js +2 -2
  524. package/es/components/molecules/TreeSelect/index.d.ts +1 -1
  525. package/es/components/molecules/TreeSelect/index.js +1 -1
  526. package/es/components/molecules/UploadImage/MediaIcon.d.ts +3 -2
  527. package/es/components/molecules/UploadImage/MediaIcon.js +8 -8
  528. package/es/components/molecules/UploadImage/index.d.ts +33 -33
  529. package/es/components/molecules/UploadImage/index.js +366 -366
  530. package/es/components/molecules/UploadImage/styled.d.ts +13 -13
  531. package/es/components/molecules/UploadImage/styled.js +134 -134
  532. package/es/components/molecules/index.d.ts +40 -30
  533. package/es/components/molecules/index.js +35 -27
  534. package/es/components/organism/Help/Help.d.ts +5 -5
  535. package/es/components/organism/Help/Help.js +1005 -1005
  536. package/es/components/organism/Help/constants.d.ts +140 -140
  537. package/es/components/organism/Help/constants.js +1653 -1653
  538. package/es/components/organism/Help/index.d.ts +1 -1
  539. package/es/components/organism/Help/index.js +1 -1
  540. package/es/components/organism/Help/styled.d.ts +71 -71
  541. package/es/components/organism/Help/styled.js +264 -264
  542. package/es/components/organism/Help/types.d.ts +67 -67
  543. package/es/components/organism/Help/types.js +1 -1
  544. package/es/components/organism/Help/utils.d.ts +15 -15
  545. package/es/components/organism/Help/utils.js +82 -82
  546. package/es/components/organism/PositionSetting/config.d.ts +10 -10
  547. package/es/components/organism/PositionSetting/config.js +10 -10
  548. package/es/components/organism/PositionSetting/index.d.ts +15 -15
  549. package/es/components/organism/PositionSetting/index.js +62 -62
  550. package/es/components/organism/PositionSetting/styled.d.ts +1 -1
  551. package/es/components/organism/PositionSetting/styled.js +3 -3
  552. package/es/components/organism/PositionSetting/types.d.ts +10 -10
  553. package/es/components/organism/PositionSetting/types.js +1 -1
  554. package/es/components/organism/Table/CrossTabTable/CrossTabTable.d.ts +18 -18
  555. package/es/components/organism/Table/CrossTabTable/CrossTabTable.js +305 -305
  556. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.d.ts +11 -11
  557. package/es/components/organism/Table/CrossTabTable/components/CustomCell/CustomCell.js +22 -22
  558. package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.d.ts +1 -1
  559. package/es/components/organism/Table/CrossTabTable/components/CustomCell/index.js +1 -1
  560. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.d.ts +1 -1
  561. package/es/components/organism/Table/CrossTabTable/components/CustomCell/styled.js +13 -13
  562. package/es/components/organism/Table/CrossTabTable/constants.d.ts +75 -75
  563. package/es/components/organism/Table/CrossTabTable/constants.js +1525 -1525
  564. package/es/components/organism/Table/CrossTabTable/index.d.ts +1 -1
  565. package/es/components/organism/Table/CrossTabTable/index.js +1 -1
  566. package/es/components/organism/Table/CrossTabTable/styled.d.ts +1 -1
  567. package/es/components/organism/Table/CrossTabTable/styled.js +13 -13
  568. package/es/components/organism/Table/CrossTabTable/types.d.ts +1 -1
  569. package/es/components/organism/Table/CrossTabTable/types.js +1 -1
  570. package/es/components/organism/Table/CrossTabTable/utils.d.ts +1 -1
  571. package/es/components/organism/Table/CrossTabTable/utils.js +1 -1
  572. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.d.ts +11 -11
  573. package/es/components/organism/Table/ExplorePivotTable/ExplorePivotTable.js +51 -51
  574. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.d.ts +12 -12
  575. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/CustomCell.js +41 -41
  576. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.d.ts +1 -1
  577. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/index.js +1 -1
  578. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.d.ts +3 -3
  579. package/es/components/organism/Table/ExplorePivotTable/components/CustomCell/styled.js +21 -21
  580. package/es/components/organism/Table/ExplorePivotTable/constants.d.ts +4 -4
  581. package/es/components/organism/Table/ExplorePivotTable/constants.js +84 -84
  582. package/es/components/organism/Table/ExplorePivotTable/index.d.ts +2 -2
  583. package/es/components/organism/Table/ExplorePivotTable/index.js +2 -2
  584. package/es/components/organism/Table/ExplorePivotTable/styled.d.ts +12 -12
  585. package/es/components/organism/Table/ExplorePivotTable/styled.js +15 -15
  586. package/es/components/organism/Table/ExplorePivotTable/types.d.ts +17 -17
  587. package/es/components/organism/Table/ExplorePivotTable/types.js +1 -1
  588. package/es/components/organism/Table/ExplorePivotTable/utils.d.ts +4 -4
  589. package/es/components/organism/Table/ExplorePivotTable/utils.js +154 -154
  590. package/es/components/organism/Table/Table.d.ts +1 -1
  591. package/es/components/organism/Table/Table.js +1 -1
  592. package/es/components/organism/Table/index.d.ts +2 -2
  593. package/es/components/organism/Table/index.js +2 -2
  594. package/es/components/organism/index.d.ts +3 -3
  595. package/es/components/organism/index.js +3 -3
  596. package/es/constants/gradientSetting.d.ts +83 -83
  597. package/es/constants/gradientSetting.js +86 -86
  598. package/es/constants/index.d.ts +3 -3
  599. package/es/constants/index.js +3 -3
  600. package/es/constants/keyCode.d.ts +387 -387
  601. package/es/constants/keyCode.js +394 -394
  602. package/es/constants/storybook.d.ts +12 -11
  603. package/es/constants/storybook.js +24 -24
  604. package/es/constants/theme.d.ts +12 -12
  605. package/es/constants/theme.js +168 -146
  606. package/es/hooks/index.d.ts +2 -2
  607. package/es/hooks/index.js +21 -21
  608. package/es/hooks/useDebounce.d.ts +3 -3
  609. package/es/hooks/useDebounce.js +15 -15
  610. package/es/hooks/useDeepCompareEffect.d.ts +1 -0
  611. package/es/hooks/useDeepCompareEffect.js +21 -0
  612. package/es/index.d.ts +1 -1
  613. package/es/index.js +1 -1
  614. package/es/locales/en/translation.json +66 -66
  615. package/es/locales/i18n.d.ts +140 -140
  616. package/es/locales/i18n.js +38 -38
  617. package/es/locales/translations.d.ts +70 -70
  618. package/es/locales/translations.js +35 -35
  619. package/es/locales/types.d.ts +15 -15
  620. package/es/locales/types.js +1 -1
  621. package/es/locales/vi/translation.json +66 -66
  622. package/es/models/SavedImage.d.ts +32 -32
  623. package/es/models/SavedImage.js +26 -26
  624. package/es/models/Upload.d.ts +32 -32
  625. package/es/models/Upload.js +21 -21
  626. package/es/models/model.d.ts +8 -8
  627. package/es/models/model.js +5 -5
  628. package/es/services/MediaTemplateDesign/UploadFile/index.d.ts +6 -6
  629. package/es/services/MediaTemplateDesign/UploadFile/index.js +75 -75
  630. package/es/services/Ticket.d.ts +67 -67
  631. package/es/services/Ticket.js +73 -73
  632. package/es/services/constants.d.ts +20 -20
  633. package/es/services/constants.js +21 -21
  634. package/es/services/index.d.ts +9 -9
  635. package/es/services/index.js +64 -64
  636. package/es/test.d.ts +14 -13
  637. package/es/test.js +162 -155
  638. package/es/types/index.d.ts +6 -6
  639. package/es/types/index.js +1 -1
  640. package/es/utils/color.d.ts +10 -10
  641. package/es/utils/color.js +61 -61
  642. package/es/utils/common.d.ts +53 -53
  643. package/es/utils/common.js +355 -355
  644. package/es/utils/handleError.d.ts +2 -2
  645. package/es/utils/handleError.js +6 -6
  646. package/es/utils/index.d.ts +3 -3
  647. package/es/utils/index.js +3 -3
  648. package/es/utils/loadable.d.ts +7 -7
  649. package/es/utils/loadable.js +10 -10
  650. package/es/utils/web.d.ts +10 -10
  651. package/es/utils/web.js +26 -26
  652. package/package.json +183 -182
@@ -0,0 +1,353 @@
1
+ import React, { useState, useRef, useEffect } from 'react';
2
+ import { Cell } from './components/Cell';
3
+ import { GRID_TEMPLATE, MIN_SIZE, buildGrid } from './constant';
4
+ import { StyledGrid } from './styled';
5
+ import { useDeepCompareEffect } from '../../../hooks/useDeepCompareEffect';
6
+ const defaultProps = {
7
+ containerStyle: {},
8
+ cellBorderStyle: '1px dashed',
9
+ cellStyle: {},
10
+ cellActiveStyle: {},
11
+ isPreviewMode: false,
12
+ isCompact: false,
13
+ };
14
+ export const ResizeGrid = props => {
15
+ const { containerStyle, cellBorderStyle, cellStyle, cellActiveStyle, isPreviewMode, renderCell, grid: initGrid, image, imageSize, imagePosition, isCompact, onChange, } = props;
16
+ const [grid, setGrid] = useState(buildGrid(initGrid || GRID_TEMPLATE.GRID_2_3));
17
+ const startRef = useRef(null);
18
+ const startCellRef = useRef(null);
19
+ const selectRef = useRef(null);
20
+ const selectEndRef = useRef(null);
21
+ const gridRef = useRef();
22
+ const containerRef = useRef(null);
23
+ const cellsRef = useRef({});
24
+ const onChangeTimout = useRef();
25
+ // console.log('grid', grid)
26
+ const handleChangeGrid = () => {
27
+ clearTimeout(onChangeTimout.current);
28
+ onChangeTimout.current = setTimeout(() => {
29
+ if (containerRef.current && cellsRef.current && cellsRef.current[0]) {
30
+ const container = containerRef.current.getBoundingClientRect();
31
+ const childs = Object.values(cellsRef.current).map(cell => {
32
+ if (!cell || !cell.current)
33
+ return;
34
+ const childBox = cell.current.getBoundingClientRect();
35
+ return {
36
+ width: childBox.width,
37
+ height: childBox.height,
38
+ x: childBox.x - container.x,
39
+ y: childBox.y - container.y,
40
+ };
41
+ });
42
+ if (typeof onChange === 'function') {
43
+ onChange(grid, childs);
44
+ }
45
+ }
46
+ }, 300);
47
+ };
48
+ const isFollow = (cell, line, isCol = true) => isCol
49
+ ? (cell.colEnd !== line || !cell.width) && (cell.colStart !== line || !cell.width)
50
+ : (cell.rowEnd !== line || !cell.height) && (cell.rowStart !== line || !cell.height);
51
+ const notFollow = (cell, line, isCol = true) => !isFollow(cell, line, isCol);
52
+ useEffect(() => {
53
+ handleChangeGrid();
54
+ // eslint-disable-next-line react-hooks/exhaustive-deps
55
+ }, [grid]);
56
+ useDeepCompareEffect(() => {
57
+ if ((initGrid === null || initGrid === void 0 ? void 0 : initGrid.rows) && (initGrid === null || initGrid === void 0 ? void 0 : initGrid.cols)) {
58
+ setGrid(buildGrid(initGrid));
59
+ }
60
+ // eslint-disable-next-line react-hooks/exhaustive-deps
61
+ }, [initGrid]);
62
+ useEffect(() => {
63
+ const handleMove = e => {
64
+ if (startRef.current && gridRef.current && containerRef.current) {
65
+ const { type, line } = startRef.current;
66
+ const idx = line - 1;
67
+ const { gridTemplateRows, gridTemplateColumns, rows, cols, childs } = gridRef.current;
68
+ if (idx <= 0 || (type === 'row' && idx >= rows) || (type === 'column' && idx >= cols))
69
+ return;
70
+ const { clientX, clientY } = e;
71
+ if (type === 'row') {
72
+ const gridHeight = containerRef.current.offsetHeight;
73
+ const yDistant = clientY - startRef.current.clientY;
74
+ const yPercentDistant = (100 * yDistant) / gridHeight;
75
+ const minPercent = (100 * MIN_SIZE) / gridHeight;
76
+ // console.log('move Y', clientY, yDistant, yPercentDistant);
77
+ const newArr = [...gridTemplateRows];
78
+ newArr[idx - 1] += yPercentDistant;
79
+ newArr[idx] -= yPercentDistant;
80
+ if (newArr[idx - 1] >= minPercent && newArr[idx] >= minPercent) {
81
+ const newChilds = JSON.parse(JSON.stringify(childs));
82
+ let isValidChildSize = true;
83
+ newChilds.forEach(child => {
84
+ var _a, _b;
85
+ if (isValidChildSize && notFollow(child, (_a = startRef.current) === null || _a === void 0 ? void 0 : _a.line, false)) {
86
+ if (child.rowStart === ((_b = startRef.current) === null || _b === void 0 ? void 0 : _b.line)) {
87
+ if (child.transformY) {
88
+ child.transformY = +child.transformY - yDistant;
89
+ }
90
+ else {
91
+ child.height = +child.height - yDistant;
92
+ }
93
+ }
94
+ else {
95
+ child.transformY && (child.height = +child.height + yDistant);
96
+ }
97
+ // console.log('check...', startRef.current.line, child.transformY, yDistant, +child.transformY - yDistant)
98
+ if (child.height < MIN_SIZE) {
99
+ isValidChildSize = false;
100
+ }
101
+ }
102
+ });
103
+ isValidChildSize &&
104
+ setGrid(Object.assign(Object.assign({}, gridRef.current), { gridTemplateRows: newArr, childs: newChilds }));
105
+ }
106
+ }
107
+ else {
108
+ const xDistant = clientX - startRef.current.clientX;
109
+ const gridWidth = containerRef.current.offsetWidth;
110
+ const xPercentDistant = (100 * xDistant) / gridWidth;
111
+ const minPercent = (100 * MIN_SIZE) / gridWidth;
112
+ // console.log('move X', clientX, xDistant, xPercentDistant);
113
+ const newArr = [...gridTemplateColumns];
114
+ newArr[idx - 1] += xPercentDistant;
115
+ newArr[idx] -= xPercentDistant;
116
+ if (newArr[idx - 1] >= minPercent && newArr[idx] >= minPercent) {
117
+ const newChilds = JSON.parse(JSON.stringify(childs));
118
+ let isValidChildSize = true;
119
+ newChilds.forEach(child => {
120
+ if (isValidChildSize && notFollow(child, line)) {
121
+ if (child.colStart === line) {
122
+ if (child.transformX) {
123
+ child.transformX = +child.transformX - xDistant;
124
+ }
125
+ else {
126
+ child.width = +child.width - xDistant;
127
+ }
128
+ }
129
+ else {
130
+ child.transformX && !child.movedRight && (child.width = +child.width + xDistant);
131
+ }
132
+ // console.log('check...', startRef.current.line, child.transformX, xDistant, +child.transformX - xDistant)
133
+ if (child.width < MIN_SIZE) {
134
+ isValidChildSize = false;
135
+ }
136
+ }
137
+ });
138
+ isValidChildSize &&
139
+ setGrid(Object.assign(Object.assign({}, gridRef.current), { gridTemplateColumns: newArr, childs: newChilds }));
140
+ }
141
+ }
142
+ }
143
+ //-------------------------------------------
144
+ if (startCellRef.current && gridRef.current) {
145
+ const { clientX: startClientX, clientY: startClientY, idx, direction, isRevert, cell, nextCell, } = startCellRef.current;
146
+ const { rowStart, rowEnd, colStart, colEnd, transformX, transformY } = cell;
147
+ const { gridTemplateRows, gridTemplateColumns, rows, cols, childs } = gridRef.current;
148
+ if (idx < 0 ||
149
+ (direction === 'top' && rowStart === 1) ||
150
+ (direction === 'right' && colEnd === cols + 1) ||
151
+ (direction === 'bottom' && rowEnd === rows + 1) ||
152
+ (direction === 'left' && colStart === 1))
153
+ return;
154
+ const { clientX, clientY } = e;
155
+ if (['top', 'bottom'].includes(direction)) {
156
+ // const cellHeight = cellRef.current.offsetHeight;
157
+ const yDistant = clientY - startClientY;
158
+ // console.log('move Y', clientY, yDistant);
159
+ const newHeight = (cell.height || 0) + yDistant;
160
+ const newHeightNextCell = (nextCell.height || 0) - yDistant;
161
+ if (newHeight >= MIN_SIZE && newHeightNextCell >= MIN_SIZE) {
162
+ const newChilds = [...childs];
163
+ newChilds[idx] = Object.assign(Object.assign({}, childs[idx]), { height: newHeight, movedBottom: true });
164
+ newChilds[nextCell.idx] = Object.assign(Object.assign({}, childs[nextCell.idx]), { height: newHeightNextCell, transformY: (nextCell.transformY || 0) + yDistant, movedTop: true });
165
+ setGrid(Object.assign(Object.assign({}, gridRef.current), { childs: newChilds }));
166
+ }
167
+ }
168
+ else {
169
+ // const cellWidth = cellRef.current.offsetWidth;
170
+ const xDistant = clientX - startClientX;
171
+ // console.log('move X', clientX, xDistant);
172
+ const newWidth = (cell.width || 0) + xDistant;
173
+ const newWidthNextCell = (nextCell.width || 0) - xDistant;
174
+ if (newWidth >= MIN_SIZE && newWidthNextCell >= MIN_SIZE) {
175
+ const newChilds = [...childs];
176
+ newChilds[idx] = Object.assign(Object.assign({}, childs[idx]), { width: newWidth, movedRight: true });
177
+ newChilds[idx + 1] = Object.assign(Object.assign({}, childs[idx + 1]), { width: newWidthNextCell, transformX: (nextCell.transformX || 0) + xDistant, movedLeft: true });
178
+ setGrid(Object.assign(Object.assign({}, gridRef.current), { childs: newChilds }));
179
+ }
180
+ }
181
+ }
182
+ //------------------------------------------
183
+ // if (selectRef.current) {}
184
+ };
185
+ const handleUp = () => {
186
+ startRef.current = null;
187
+ startCellRef.current = null;
188
+ };
189
+ window.addEventListener('mousemove', handleMove);
190
+ window.addEventListener('mouseup', handleUp);
191
+ return () => {
192
+ window.removeEventListener('mousemove', handleMove);
193
+ window.removeEventListener('mouseup', handleUp);
194
+ };
195
+ }, []);
196
+ const handleDownCell = (e, idx, direction, cell, cellRef) => {
197
+ const { clientX, clientY } = e;
198
+ const isRevert = ['top', 'left'].includes(direction);
199
+ let newIdx = isRevert ? idx - 1 : idx;
200
+ let nextCellIdx = isRevert ? idx - 1 : idx + 1;
201
+ if (['top', 'bottom'].includes(direction)) {
202
+ nextCellIdx = grid.childs.findIndex(b => b.colStart === cell.colStart &&
203
+ ((isRevert && b.rowEnd === cell.rowStart) || (!isRevert && b.rowStart === cell.rowEnd)));
204
+ newIdx = isRevert ? nextCellIdx : idx;
205
+ }
206
+ if (nextCellIdx < 0)
207
+ return;
208
+ const nextCell = grid.childs[nextCellIdx];
209
+ const nextCellRef = cellsRef.current[nextCellIdx];
210
+ if (nextCell && nextCellRef && nextCellRef.current) {
211
+ const newDirection = isRevert
212
+ ? {
213
+ left: 'right',
214
+ top: 'bottom',
215
+ }[direction]
216
+ : direction;
217
+ const cellInfo = Object.assign({ width: cell.width || cellRef.current.clientWidth, height: cell.height || cellRef.current.clientHeight, transformX: cell.transformX || 0, transformY: cell.transformY || 0, idx,
218
+ cellRef }, cell);
219
+ const nextCellInfo = Object.assign({ width: nextCell.width || nextCellRef.current.clientWidth, height: nextCell.height || nextCellRef.current.clientHeight, transformX: nextCell.transformX || 0, transformY: nextCell.transformY || 0, cellRef: nextCellRef, idx: nextCellIdx }, nextCell);
220
+ // console.log({cellInfo, nextCellInfo})
221
+ startCellRef.current = {
222
+ clientX,
223
+ clientY,
224
+ idx: newIdx,
225
+ direction: newDirection,
226
+ isRevert,
227
+ cell: isRevert ? nextCellInfo : cellInfo,
228
+ nextCell: !isRevert ? nextCellInfo : cellInfo,
229
+ };
230
+ // console.log('down cell', clientX, clientY, idx, direction, cell, cellRef);
231
+ gridRef.current = grid;
232
+ }
233
+ };
234
+ const handleDown = (e, type, line) => {
235
+ const { clientX, clientY } = e;
236
+ startRef.current = { clientX, clientY, type, line };
237
+ // console.log('down', type, line, clientX, clientY);
238
+ gridRef.current = JSON.parse(JSON.stringify(grid));
239
+ };
240
+ const handleUp = (e, direction, idx) => {
241
+ // console.log('up', direction, idx, e);
242
+ startRef.current = null;
243
+ startCellRef.current = null;
244
+ };
245
+ const downSelect = (idx, cell) => {
246
+ // console.log('dow select', idx, cell);
247
+ selectRef.current = { idx, cell };
248
+ gridRef.current = grid;
249
+ };
250
+ const unMerge = (cell, idx) => {
251
+ const { colStart, colEnd, rowStart, rowEnd } = cell;
252
+ if (colStart + 1 === colEnd && rowStart + 1 === rowEnd) {
253
+ return;
254
+ }
255
+ const newChilds = [...grid.childs];
256
+ for (let i = rowStart; i < rowEnd; i++) {
257
+ for (let j = colStart; j < colEnd; j++) {
258
+ const rStart = i;
259
+ const cStart = j;
260
+ const rEnd = rStart + 1;
261
+ const cEnd = cStart + 1;
262
+ // console.log('merge', i, j, rStart, cStart, rEnd, cEnd)
263
+ const newChild = {
264
+ colStart: cStart,
265
+ colEnd: cEnd,
266
+ rowStart: rStart,
267
+ rowEnd: rEnd,
268
+ };
269
+ if (i === rowStart && j === colStart) {
270
+ newChilds[idx] = newChild;
271
+ }
272
+ else if (rStart !== rowStart ||
273
+ rEnd !== rowEnd ||
274
+ cStart !== colStart ||
275
+ cEnd !== colEnd) {
276
+ newChilds.splice(idx, 0, newChild);
277
+ }
278
+ }
279
+ }
280
+ setGrid(prev => (Object.assign(Object.assign({}, prev), { childs: newChilds })));
281
+ };
282
+ const resetBackgroundCellRef = () => {
283
+ Object.values(cellsRef.current).forEach(r => {
284
+ if (r.current) {
285
+ r.current.style.background = 'unset';
286
+ }
287
+ });
288
+ };
289
+ const upSelect = (idx, cell) => {
290
+ // console.log('up select', idx, cell);
291
+ resetBackgroundCellRef();
292
+ if (selectRef.current &&
293
+ selectEndRef.current &&
294
+ gridRef.current &&
295
+ selectRef.current.idx !== selectEndRef.current.idx &&
296
+ (selectEndRef.current.cell.rowEnd > selectRef.current.cell.rowEnd ||
297
+ selectEndRef.current.cell.colEnd > selectRef.current.cell.colEnd)) {
298
+ // console.log('merge', selectRef.current, selectEndRef.current)
299
+ const { cell: cellStart, idx: idxStart } = selectRef.current;
300
+ const { cell: cellEnd, idx: idxEnd, hCells } = selectEndRef.current;
301
+ const newChilds = [...gridRef.current.childs];
302
+ newChilds[idxStart].rowEnd = cellEnd.rowEnd;
303
+ newChilds[idxStart].colEnd = cellEnd.colEnd;
304
+ delete newChilds[idxStart].width;
305
+ delete newChilds[idxStart].height;
306
+ hCells.reverse().forEach(i => {
307
+ if (i !== idxStart) {
308
+ newChilds.splice(i, 1);
309
+ delete cellsRef.current[i];
310
+ }
311
+ });
312
+ setGrid(Object.assign(Object.assign({}, gridRef.current), { childs: newChilds }));
313
+ }
314
+ selectRef.current = null;
315
+ selectEndRef.current = null;
316
+ };
317
+ const hoverSelect = (idx, cell) => {
318
+ if (selectRef.current && gridRef.current) {
319
+ // console.log('hover select', idx, cell);
320
+ const { cell: cellStart, idx: idxStart } = selectRef.current;
321
+ const hCells = [];
322
+ gridRef.current.childs.forEach((child, i) => {
323
+ if (child.rowStart >= cellStart.rowStart &&
324
+ child.rowEnd <= cell.rowEnd &&
325
+ child.colStart >= cellStart.colStart &&
326
+ child.colEnd <= cell.colEnd) {
327
+ hCells.push(i);
328
+ }
329
+ });
330
+ // console.log('hCells', hCells)
331
+ resetBackgroundCellRef();
332
+ hCells.forEach(i => {
333
+ const cellRef = cellsRef.current[i];
334
+ if (cellRef && cellRef.current) {
335
+ cellRef.current.style.background = 'rgba(255, 0, 255, .5)';
336
+ }
337
+ });
338
+ selectEndRef.current = { cell, idx, hCells };
339
+ gridRef.current = grid;
340
+ }
341
+ };
342
+ const setRef = (idx, ref) => {
343
+ cellsRef.current[idx] = ref;
344
+ // console.log('cellsRef.current', cellsRef.current)
345
+ };
346
+ const renderGrid = () => {
347
+ const { gridTemplateColumns, gridTemplateRows, childs } = grid;
348
+ // console.log('grid', { gridTemplateColumns, gridTemplateRows, childs });
349
+ return (React.createElement("div", { className: "grid-container", ref: containerRef, style: Object.assign({ backgroundImage: `url(${image})`, backgroundSize: imageSize, backgroundPosition: imagePosition, gridTemplateColumns: gridTemplateColumns.map(fr => `${fr}%`).join(' '), gridTemplateRows: gridTemplateRows.map(fr => `${fr}%`).join(' ') }, containerStyle) }, childs.map((cell, idx) => (React.createElement(Cell, { key: idx, idx: idx, cell: cell, down: handleDown, downCell: handleDownCell, up: handleUp, setRef: setRef, downSelect: downSelect, upSelect: upSelect, hoverSelect: hoverSelect, unMerge: unMerge, renderCell: renderCell, borderStyle: cellBorderStyle, style: cellStyle, activeStyle: cellActiveStyle, isPreviewMode: isPreviewMode })))));
350
+ };
351
+ return (React.createElement(StyledGrid, { className: "grid-wrapper", isCompact: !!isCompact }, renderGrid()));
352
+ };
353
+ ResizeGrid.defaultProps = defaultProps;
@@ -0,0 +1,3 @@
1
+ import { FC } from 'react';
2
+ import { CellProps } from '../../types';
3
+ export declare const Cell: FC<CellProps>;
@@ -0,0 +1,67 @@
1
+ import React, { useEffect, useRef } from 'react';
2
+ import { buildGridArea, buildTranform } from '../../constant';
3
+ import { StyledCell } from './styled';
4
+ export const Cell = ({ cell, idx, down, downCell, up, setRef, downSelect, upSelect, hoverSelect, unMerge, renderCell, style, isPreviewMode, borderStyle = '1px dashed', activeStyle, }) => {
5
+ const { objectFit, image } = cell;
6
+ const downRef = useRef(false);
7
+ const cellRef = useRef(null);
8
+ useEffect(() => {
9
+ setRef(idx, cellRef);
10
+ }, [idx, cell]);
11
+ const handleHoverSelect = e => {
12
+ hoverSelect(idx, cell);
13
+ };
14
+ const handleDownCell = e => {
15
+ downSelect(idx, cell);
16
+ };
17
+ const handleUpCell = e => {
18
+ upSelect(idx, cell);
19
+ };
20
+ const handleDown = (direction, idx, e) => {
21
+ e.stopPropagation();
22
+ downRef.current = true;
23
+ // console.log('down', direction, idx, e)
24
+ const type = ['top', 'bottom'].includes(direction) ? 'row' : 'column';
25
+ const line = {
26
+ top: cell.rowStart,
27
+ right: cell.colEnd,
28
+ bottom: cell.rowEnd,
29
+ left: cell.colStart,
30
+ }[direction];
31
+ if (window.event.ctrlKey ||
32
+ (direction === 'top' && cell.movedTop) ||
33
+ (direction === 'right' && cell.movedRight) ||
34
+ (direction === 'bottom' && cell.movedBottom) ||
35
+ (direction === 'left' && cell.movedLeft)) {
36
+ downCell(e, idx, direction, cell, cellRef);
37
+ }
38
+ else {
39
+ down(e, type, line);
40
+ }
41
+ };
42
+ const handleUp = (direction, idx, e) => {
43
+ e.stopPropagation();
44
+ // console.log('up', direction, idx, e)
45
+ downRef.current = false;
46
+ up(e, direction, idx);
47
+ };
48
+ const handlUnMerge = e => {
49
+ unMerge(cell, idx);
50
+ };
51
+ const renderCellContent = (cell, idx) => renderCell
52
+ ? renderCell(cell, idx)
53
+ : !!image && image.imageUrl && (React.createElement("div", { className: "imageWrapper" },
54
+ React.createElement("img", { src: image.imageUrl, alt: "menu", style: image.imageStyles })));
55
+ // const handleDrag = (direction, idx, e) => {
56
+ // if (!downRef.current) return;
57
+ // console.log(direction, idx, e)
58
+ // drag(e, direction, idx)
59
+ // }
60
+ // console.log('TRANSFORM', idx, buildTranform(cell))
61
+ return (React.createElement(StyledCell, { ref: cellRef, className: "cell", onMouseOver: e => handleHoverSelect(e), onFocus: e => e, onMouseDown: e => handleDownCell(e), onMouseUp: e => handleUpCell(e), onDoubleClick: handlUnMerge, borderStyle: borderStyle, style: Object.assign(Object.assign({ gridArea: buildGridArea(cell), width: cell.width ? `${cell.width}px` : 'unset', height: cell.height ? `${cell.height}px` : 'unset', transform: buildTranform(cell), borderTop: cell.rowStart === 1 ? borderStyle : 'unset', borderLeft: cell.colStart === 1 ? borderStyle : 'unset' }, (cell.active &&
62
+ (activeStyle || {
63
+ outline: '1px solid #005eb8',
64
+ }))), style) },
65
+ renderCellContent(cell, idx),
66
+ ['top', 'right', 'bottom', 'left'].map(direction => (React.createElement("div", { key: direction, className: `resize-${direction}`, onMouseDown: e => handleDown(direction, idx, e), onMouseUp: e => handleUp(direction, idx, e) })))));
67
+ };
@@ -0,0 +1 @@
1
+ export { Cell } from './Cell';
@@ -0,0 +1 @@
1
+ export { Cell } from './Cell';
@@ -0,0 +1,3 @@
1
+ export declare const StyledCell: import("styled-components").StyledComponent<"div", any, {
2
+ borderStyle: string;
3
+ }, never>;
@@ -0,0 +1,62 @@
1
+ // Libraries
2
+ import styled from 'styled-components';
3
+ export const StyledCell = styled.div `
4
+ border: ${props => props.borderStyle};
5
+ border-top: none;
6
+ border-left: none;
7
+ position: relative;
8
+ user-select: none;
9
+
10
+ .resize-top,
11
+ .resize-right,
12
+ .resize-bottom,
13
+ .resize-left {
14
+ position: absolute;
15
+ }
16
+
17
+ .resize-top,
18
+ .resize-bottom {
19
+ width: 100%;
20
+ height: 2px;
21
+ left: -1px;
22
+ cursor: row-resize;
23
+ }
24
+ .resize-left,
25
+ .resize-right {
26
+ width: 2px;
27
+ height: 100%;
28
+ top: -1px;
29
+ cursor: col-resize;
30
+ }
31
+
32
+ .resize-top {
33
+ // background: red;
34
+ top: -1px;
35
+ }
36
+ .resize-right {
37
+ // background: green;
38
+ right: -1px;
39
+ }
40
+ .resize-bottom {
41
+ // background: blue;
42
+ bottom: -1px;
43
+ }
44
+ .resize-left {
45
+ // background: yellow;
46
+ left: -1px;
47
+ }
48
+ .imageWrapper {
49
+ height: 100%;
50
+ max-width: 100%;
51
+ max-height: 100%;
52
+ img {
53
+ display: block;
54
+ width: 100%;
55
+ height: 100%;
56
+ max-width: 100%;
57
+ max-height: 100%;
58
+ object-fit: contain;
59
+ -webkit-user-drag: none;
60
+ }
61
+ }
62
+ `;
@@ -0,0 +1,34 @@
1
+ import { TGrid } from './types';
2
+ export declare const GRID_TEMPLATE: {
3
+ GRID_2_3: {
4
+ rows: number;
5
+ cols: number;
6
+ };
7
+ GRID_5_5: {
8
+ rows: number;
9
+ cols: number;
10
+ };
11
+ GRID_2_2: {
12
+ rows: number;
13
+ cols: number;
14
+ };
15
+ GRID_2_3_1: {
16
+ rows: number;
17
+ cols: number;
18
+ childs: ({
19
+ rowStart: number;
20
+ colStart: number;
21
+ colEnd: number;
22
+ } | {
23
+ rowStart: number;
24
+ colStart: number;
25
+ colEnd?: undefined;
26
+ })[];
27
+ };
28
+ };
29
+ export declare const buildCell: (cell: any) => any;
30
+ export declare const buildGrid: (grid: Partial<TGrid>) => TGrid;
31
+ export declare const buildGridArea: (box: any) => string;
32
+ export declare const buildTranform: (box: any) => string;
33
+ export declare const MIN_SIZE = 32;
34
+ export declare const getSafety: (fn: any, defaultValue?: string) => any;
@@ -0,0 +1,108 @@
1
+ export const GRID_TEMPLATE = {
2
+ GRID_2_3: {
3
+ rows: 2,
4
+ cols: 3,
5
+ },
6
+ GRID_5_5: {
7
+ rows: 5,
8
+ cols: 5,
9
+ },
10
+ GRID_2_2: {
11
+ rows: 2,
12
+ cols: 2,
13
+ },
14
+ GRID_2_3_1: {
15
+ rows: 2,
16
+ cols: 3,
17
+ childs: [
18
+ {
19
+ rowStart: 1,
20
+ colStart: 1,
21
+ colEnd: 4,
22
+ },
23
+ {
24
+ rowStart: 2,
25
+ colStart: 1,
26
+ },
27
+ {
28
+ rowStart: 2,
29
+ colStart: 2,
30
+ },
31
+ {
32
+ rowStart: 2,
33
+ colStart: 3,
34
+ },
35
+ ],
36
+ },
37
+ };
38
+ export const buildCell = cell => (Object.assign({ rowEnd: cell.rowEnd || cell.rowStart + 1, colEnd: cell.colEnd || cell.colStart + 1 }, cell));
39
+ export const buildGrid = (grid) => {
40
+ let childs = [];
41
+ let buildCol = !grid.gridTemplateColumns || !grid.gridTemplateColumns.length;
42
+ const buildRow = !grid.gridTemplateRows || !grid.gridTemplateRows.length;
43
+ const buildChild = !grid.childs || !grid.childs.length;
44
+ const gridTemplateColumns = grid.gridTemplateColumns || [];
45
+ const gridTemplateRows = grid.gridTemplateRows || [];
46
+ if (!buildChild && grid.childs) {
47
+ childs = grid.childs.map(buildCell);
48
+ }
49
+ if (buildChild || buildRow || buildCol) {
50
+ Array(grid.rows)
51
+ .fill(1)
52
+ .forEach((_, row) => {
53
+ if (buildRow && grid.rows) {
54
+ gridTemplateRows.push(100 / grid.rows);
55
+ }
56
+ Array(grid.cols)
57
+ .fill(1)
58
+ .forEach((__, col) => {
59
+ if (buildChild) {
60
+ childs.push({
61
+ rowStart: row + 1,
62
+ rowEnd: row + 2,
63
+ colStart: col + 1,
64
+ colEnd: col + 2,
65
+ // image: {
66
+ // imageStyles: {},
67
+ // imageSettings: {},
68
+ // imageUrl: 'https://source.unsplash.com/random/300×300'
69
+ // },
70
+ objectFit: 'contain',
71
+ });
72
+ }
73
+ if (buildCol && grid.cols) {
74
+ gridTemplateColumns.push(100 / grid.cols);
75
+ }
76
+ });
77
+ buildCol = false;
78
+ });
79
+ }
80
+ return Object.assign(Object.assign({ rows: grid.rows || 1, cols: grid.rows || 1 }, grid), { gridTemplateColumns,
81
+ gridTemplateRows,
82
+ childs });
83
+ };
84
+ export const buildGridArea = box =>
85
+ // console.log('area', box, `${box.rowStart} / ${box.colStart} / ${box.rowEnd} / ${box.colEnd}`)
86
+ `${box.rowStart} / ${box.colStart} / ${box.rowEnd} / ${box.colEnd}`;
87
+ export const buildTranform = box => {
88
+ const { transformX, transformY } = box;
89
+ if (transformX && transformY) {
90
+ return `translate(${transformX}px, ${transformY}px)`;
91
+ }
92
+ if (transformX) {
93
+ return `translateX(${transformX}px)`;
94
+ }
95
+ if (transformY) {
96
+ return `translateY(${transformY}px)`;
97
+ }
98
+ return 'unset';
99
+ };
100
+ export const MIN_SIZE = 32;
101
+ export const getSafety = (fn, defaultValue = '') => {
102
+ try {
103
+ return fn();
104
+ }
105
+ catch (e) {
106
+ return defaultValue;
107
+ }
108
+ };
@@ -0,0 +1,2 @@
1
+ export { ResizeGrid } from './ResizeGrid';
2
+ export type { TGrid, TCell, IResizeGridProps } from './types';
@@ -0,0 +1 @@
1
+ export { ResizeGrid } from './ResizeGrid';
@@ -0,0 +1,3 @@
1
+ export declare const StyledGrid: import("styled-components").StyledComponent<"div", any, {
2
+ isCompact: boolean;
3
+ }, never>;
@@ -0,0 +1,20 @@
1
+ // Libraries
2
+ import styled from 'styled-components';
3
+ export const StyledGrid = styled.div `
4
+ width: 100%;
5
+ box-sizing: border-box;
6
+
7
+ * {
8
+ box-sizing: border-box;
9
+ }
10
+
11
+ .grid-container {
12
+ width: 100%;
13
+ height: 100%;
14
+ display: grid;
15
+ background-repeat: no-repeat;
16
+ background-position: top left;
17
+ background-size: 100% 100%;
18
+ aspect-ratio: ${props => (props.isCompact ? '3 / 1' : '3 / 2')};
19
+ }
20
+ `;