@onesy/ui-react 1.0.164 → 1.0.167

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 (665) hide show
  1. package/Accordion/Accordion.d.ts +2 -2
  2. package/Accordion/Accordion.js +18 -41
  3. package/AdvancedTextField/AdvancedTextField.d.ts +1 -1
  4. package/AdvancedTextField/AdvancedTextField.js +17 -22
  5. package/Append/Append.d.ts +3 -3
  6. package/Append/Append.js +98 -110
  7. package/AreaChart/AreaChart.d.ts +1 -1
  8. package/AreaChart/AreaChart.js +27 -18
  9. package/AreaChartItem/AreaChartItem.d.ts +1 -1
  10. package/AreaChartItem/AreaChartItem.js +38 -49
  11. package/AudioPlayer/AudioPlayer.d.ts +1 -1
  12. package/AudioPlayer/AudioPlayer.js +89 -116
  13. package/AudioRecorder/AudioRecorder.d.ts +1 -1
  14. package/AudioRecorder/AudioRecorder.js +24 -42
  15. package/AutoComplete/AutoComplete.d.ts +3 -3
  16. package/AutoComplete/AutoComplete.js +119 -151
  17. package/AutoCompleteCountry/AutoCompleteCountry.d.ts +1 -1
  18. package/AutoCompleteCountry/AutoCompleteCountry.js +11 -22
  19. package/AutoCompleteCurrency/AutoCompleteCurrency.d.ts +1 -1
  20. package/AutoCompleteCurrency/AutoCompleteCurrency.js +4 -9
  21. package/Avatar/Avatar.d.ts +1 -1
  22. package/Avatar/Avatar.js +58 -31
  23. package/AvatarGroup/AvatarGroup.d.ts +1 -1
  24. package/AvatarGroup/AvatarGroup.js +40 -23
  25. package/Backdrop/Backdrop.d.ts +1 -1
  26. package/Backdrop/Backdrop.js +7 -18
  27. package/Badge/Badge.d.ts +1 -1
  28. package/Badge/Badge.js +53 -26
  29. package/Banner/Banner.d.ts +1 -1
  30. package/Banner/Banner.js +86 -39
  31. package/BottomAppBar/BottomAppBar.d.ts +1 -1
  32. package/BottomAppBar/BottomAppBar.js +61 -31
  33. package/BottomSheet/BottomSheet.d.ts +1 -1
  34. package/BottomSheet/BottomSheet.js +23 -13
  35. package/Box/Box.d.ts +1 -1
  36. package/Box/Box.js +25 -11
  37. package/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  38. package/Breadcrumbs/Breadcrumbs.js +27 -38
  39. package/BubbleChart/BubbleChart.d.ts +1 -1
  40. package/BubbleChart/BubbleChart.js +126 -120
  41. package/BubbleChartItem/BubbleChartItem.d.ts +1 -1
  42. package/BubbleChartItem/BubbleChartItem.js +12 -23
  43. package/Button/Button.d.ts +1 -1
  44. package/Button/Button.js +27 -42
  45. package/Buttons/Buttons.d.ts +1 -1
  46. package/Buttons/Buttons.js +208 -97
  47. package/Calendar/Calendar.d.ts +3 -3
  48. package/Calendar/Calendar.js +95 -133
  49. package/CalendarAvailability/CalendarAvailability.d.ts +2 -2
  50. package/CalendarAvailability/CalendarAvailability.js +107 -148
  51. package/CalendarMenu/CalendarMenu.d.ts +1 -1
  52. package/CalendarMenu/CalendarMenu.js +47 -80
  53. package/CalendarMonth/CalendarMonth.d.ts +5 -5
  54. package/CalendarMonth/CalendarMonth.js +103 -124
  55. package/CalendarViews/CalendarViews.d.ts +2 -2
  56. package/CalendarViews/CalendarViews.js +34 -60
  57. package/CalendarWeek/CalendarWeek.d.ts +1 -1
  58. package/CalendarWeek/CalendarWeek.js +84 -95
  59. package/Card/Card.d.ts +1 -1
  60. package/Card/Card.js +10 -21
  61. package/CardButton/CardButton.d.ts +1 -1
  62. package/CardButton/CardButton.js +8 -13
  63. package/CardFooter/CardFooter.d.ts +1 -1
  64. package/CardFooter/CardFooter.js +40 -21
  65. package/CardHeader/CardHeader.d.ts +1 -1
  66. package/CardHeader/CardHeader.js +68 -24
  67. package/CardImage/CardImage.d.ts +1 -1
  68. package/CardImage/CardImage.js +31 -13
  69. package/CardMain/CardMain.d.ts +1 -1
  70. package/CardMain/CardMain.js +30 -16
  71. package/Carousel/Carousel.d.ts +4 -4
  72. package/Carousel/Carousel.js +163 -181
  73. package/Chart/Chart.d.ts +4 -4
  74. package/Chart/Chart.js +250 -271
  75. package/Checkbox/Checkbox.d.ts +1 -1
  76. package/Checkbox/Checkbox.js +133 -33
  77. package/Chip/Chip.d.ts +1 -1
  78. package/Chip/Chip.js +5 -10
  79. package/Chips/Chips.d.ts +1 -1
  80. package/Chips/Chips.js +73 -38
  81. package/ClickListener/ClickListener.d.ts +1 -1
  82. package/ClickListener/ClickListener.js +10 -12
  83. package/Clock/Clock.d.ts +5 -5
  84. package/Clock/Clock.js +81 -89
  85. package/ColorTextField/ColorTextField.d.ts +1 -1
  86. package/ColorTextField/ColorTextField.js +190 -75
  87. package/ColumnChart/ColumnChart.d.ts +1 -1
  88. package/ColumnChart/ColumnChart.js +43 -24
  89. package/ColumnChartItem/ColumnChartItem.d.ts +1 -1
  90. package/ColumnChartItem/ColumnChartItem.js +12 -23
  91. package/Confirm/Confirm.d.ts +4 -4
  92. package/Confirm/Confirm.js +13 -37
  93. package/Confirm/useConfirm.js +1 -1
  94. package/Container/Container.d.ts +1 -1
  95. package/Container/Container.js +9 -14
  96. package/CookieBanner/CookieBanner.d.ts +1 -1
  97. package/CookieBanner/CookieBanner.js +65 -39
  98. package/Countdown/Countdown.d.ts +1 -1
  99. package/Countdown/Countdown.js +25 -54
  100. package/DatePicker/DatePicker.d.ts +1 -1
  101. package/DatePicker/DatePicker.js +138 -176
  102. package/DateRangePicker/DateRangePicker.d.ts +1 -1
  103. package/DateRangePicker/DateRangePicker.js +23 -13
  104. package/DateTimePicker/DateTimePicker.d.ts +2 -2
  105. package/DateTimePicker/DateTimePicker.js +118 -156
  106. package/DateTimeRangePicker/DateTimeRangePicker.d.ts +1 -1
  107. package/DateTimeRangePicker/DateTimeRangePicker.js +23 -13
  108. package/Divider/Divider.d.ts +1 -1
  109. package/Divider/Divider.js +4 -12
  110. package/DonutChart/DonutChart.d.ts +1 -1
  111. package/DonutChart/DonutChart.js +23 -13
  112. package/DragAndDropList/DragAndDropList.d.ts +1 -1
  113. package/DragAndDropList/DragAndDropList.js +31 -33
  114. package/Drawing/Drawing.d.ts +2 -2
  115. package/Drawing/Drawing.js +107 -153
  116. package/DropZone/DropZone.d.ts +1 -1
  117. package/DropZone/DropZone.js +36 -54
  118. package/Emojis/Emojis.d.ts +3 -3
  119. package/Emojis/Emojis.js +52 -84
  120. package/Expand/Expand.d.ts +1 -1
  121. package/Expand/Expand.js +70 -37
  122. package/Fab/Fab.d.ts +1 -1
  123. package/Fab/Fab.js +8 -11
  124. package/Fade/Fade.d.ts +1 -1
  125. package/Fade/Fade.js +221 -111
  126. package/FileChoose/FileChoose.d.ts +2 -2
  127. package/FileChoose/FileChoose.js +26 -43
  128. package/Focus/Focus.d.ts +1 -1
  129. package/Focus/Focus.js +8 -10
  130. package/Form/Form.d.ts +1 -1
  131. package/Form/Form.js +95 -54
  132. package/FormRow/FormRow.d.ts +1 -1
  133. package/FormRow/FormRow.js +89 -42
  134. package/Forms/Forms.d.ts +1 -1
  135. package/Forms/Forms.js +36 -19
  136. package/Frame/Frame.d.ts +1 -1
  137. package/Frame/Frame.js +8 -22
  138. package/Grid/Grid.d.ts +2 -2
  139. package/Grid/Grid.js +13 -18
  140. package/Grow/Grow.d.ts +1 -1
  141. package/Grow/Grow.js +233 -118
  142. package/HTMLCanvas/HTMLCanvas.d.ts +2 -2
  143. package/HTMLCanvas/HTMLCanvas.js +225 -254
  144. package/IFrame/IFrame.d.ts +1 -1
  145. package/IFrame/IFrame.js +5 -11
  146. package/Icon/Icon.d.ts +1 -1
  147. package/Icon/Icon.js +82 -42
  148. package/IconButton/IconButton.d.ts +1 -1
  149. package/IconButton/IconButton.js +31 -18
  150. package/Image/Image.d.ts +1 -1
  151. package/Image/Image.js +13 -24
  152. package/ImageCrop/ImageCrop.d.ts +2 -2
  153. package/ImageCrop/ImageCrop.js +238 -244
  154. package/ImageEdit/ImageEdit.d.ts +2 -2
  155. package/ImageEdit/ImageEdit.js +189 -225
  156. package/ImageGallery/ImageGallery.d.ts +1 -1
  157. package/ImageGallery/ImageGallery.js +55 -73
  158. package/ImageList/ImageList.d.ts +1 -1
  159. package/ImageList/ImageList.js +13 -15
  160. package/ImageListItem/ImageListItem.d.ts +1 -1
  161. package/ImageListItem/ImageListItem.js +9 -14
  162. package/ImageListItemBox/ImageListItemBox.d.ts +1 -1
  163. package/ImageListItemBox/ImageListItemBox.js +30 -16
  164. package/Info/Info.d.ts +1 -1
  165. package/Info/Info.js +83 -42
  166. package/Interaction/Interaction.d.ts +2 -2
  167. package/Interaction/Interaction.js +39 -41
  168. package/Keyframes/Keyframes.d.ts +3 -3
  169. package/Keyframes/Keyframes.js +16 -18
  170. package/Keyframes/useKeyframes.js +1 -1
  171. package/Label/Label.d.ts +1 -1
  172. package/Label/Label.js +6 -15
  173. package/Labels/Labels.d.ts +1 -1
  174. package/Labels/Labels.js +16 -24
  175. package/Line/Line.d.ts +6 -6
  176. package/Line/Line.js +10 -15
  177. package/LineChart/LineChart.d.ts +1 -1
  178. package/LineChart/LineChart.js +27 -18
  179. package/LineChartItem/LineChartItem.d.ts +1 -1
  180. package/LineChartItem/LineChartItem.js +22 -33
  181. package/LinearMeter/LinearMeter.d.ts +1 -1
  182. package/LinearMeter/LinearMeter.js +125 -130
  183. package/LinearProgress/LinearProgress.d.ts +1 -1
  184. package/LinearProgress/LinearProgress.js +51 -31
  185. package/Link/Link.d.ts +1 -1
  186. package/Link/Link.js +59 -27
  187. package/Links/Links.d.ts +2 -2
  188. package/Links/Links.js +110 -81
  189. package/List/List.d.ts +1 -1
  190. package/List/List.js +12 -20
  191. package/ListItem/ListItem.d.ts +1 -1
  192. package/ListItem/ListItem.js +5 -17
  193. package/ListSubheader/ListSubheader.d.ts +1 -1
  194. package/ListSubheader/ListSubheader.js +23 -13
  195. package/MainProgress/MainProgress.d.ts +1 -1
  196. package/MainProgress/MainProgress.js +7 -12
  197. package/MainProgress/useMainProgress.js +1 -1
  198. package/MainProgressMaterial/MainProgressMaterial.d.ts +3 -3
  199. package/MainProgressMaterial/MainProgressMaterial.js +15 -23
  200. package/MainProgressMaterial/useMainProgressMaterial.js +1 -1
  201. package/Markdown/Markdown.d.ts +1 -1
  202. package/Markdown/Markdown.js +192 -194
  203. package/Masonry/Masonry.d.ts +1 -1
  204. package/Masonry/Masonry.js +25 -30
  205. package/Medias/Medias.d.ts +3 -3
  206. package/Medias/Medias.js +86 -113
  207. package/Menu/Menu.d.ts +1 -1
  208. package/Menu/Menu.js +55 -66
  209. package/MenuDesktop/MenuDesktop.d.ts +3 -3
  210. package/MenuDesktop/MenuDesktop.js +118 -121
  211. package/MenuItem/MenuItem.d.ts +1 -1
  212. package/MenuItem/MenuItem.js +40 -60
  213. package/Meta/Meta.d.ts +1 -1
  214. package/Meta/Meta.js +57 -35
  215. package/Modal/Modal.d.ts +1 -1
  216. package/Modal/Modal.js +11 -25
  217. package/ModalFooter/ModalFooter.d.ts +1 -1
  218. package/ModalFooter/ModalFooter.js +30 -16
  219. package/ModalHeader/ModalHeader.d.ts +1 -1
  220. package/ModalHeader/ModalHeader.js +32 -17
  221. package/ModalIcon/ModalIcon.d.ts +1 -1
  222. package/ModalIcon/ModalIcon.js +2 -4
  223. package/ModalMain/ModalMain.d.ts +1 -1
  224. package/ModalMain/ModalMain.js +31 -17
  225. package/ModalText/ModalText.d.ts +1 -1
  226. package/ModalText/ModalText.js +28 -15
  227. package/ModalTitle/ModalTitle.d.ts +1 -1
  228. package/ModalTitle/ModalTitle.js +28 -15
  229. package/MoreOptions/MoreOptions.d.ts +1 -1
  230. package/MoreOptions/MoreOptions.js +43 -28
  231. package/Move/Move.d.ts +1 -1
  232. package/Move/Move.js +24 -26
  233. package/NavigationBar/NavigationBar.d.ts +2 -2
  234. package/NavigationBar/NavigationBar.js +64 -39
  235. package/NavigationDrawer/NavigationDrawer.d.ts +1 -1
  236. package/NavigationDrawer/NavigationDrawer.js +12 -21
  237. package/NavigationItem/NavigationItem.d.ts +2 -2
  238. package/NavigationItem/NavigationItem.js +26 -41
  239. package/NavigationRail/NavigationRail.d.ts +1 -1
  240. package/NavigationRail/NavigationRail.js +69 -54
  241. package/NotFound/NotFound.d.ts +1 -1
  242. package/NotFound/NotFound.js +7 -18
  243. package/NumericTextField/NumericTextField.d.ts +1 -1
  244. package/NumericTextField/NumericTextField.js +51 -59
  245. package/Page/Page.d.ts +2 -2
  246. package/Page/Page.js +6 -20
  247. package/PageTransition/PageTransition.d.ts +1 -1
  248. package/PageTransition/PageTransition.js +7 -12
  249. package/Pagination/Pagination.d.ts +1 -1
  250. package/Pagination/Pagination.js +121 -68
  251. package/PaginationItem/PaginationItem.d.ts +1 -1
  252. package/PaginationItem/PaginationItem.js +50 -30
  253. package/Parallax/Parallax.d.ts +2 -2
  254. package/Parallax/Parallax.js +9 -11
  255. package/Path/Path.d.ts +1 -1
  256. package/Path/Path.js +22 -9
  257. package/PieChart/PieChart.d.ts +1 -1
  258. package/PieChart/PieChart.js +38 -55
  259. package/Placeholder/Placeholder.d.ts +1 -1
  260. package/Placeholder/Placeholder.js +59 -23
  261. package/Portal/Portal.d.ts +1 -1
  262. package/Portal/Portal.js +2 -4
  263. package/Properties/Properties.d.ts +2 -2
  264. package/Properties/Properties.js +51 -30
  265. package/Property/Property.d.ts +1 -1
  266. package/Property/Property.js +4 -12
  267. package/Radio/Radio.d.ts +1 -1
  268. package/Radio/Radio.js +83 -24
  269. package/Radios/Radios.d.ts +1 -1
  270. package/Radios/Radios.js +6 -14
  271. package/Rating/Rating.d.ts +1 -1
  272. package/Rating/Rating.js +68 -71
  273. package/Reset/Reset.d.ts +1 -1
  274. package/Reset/Reset.js +26 -4
  275. package/Reveal/Reveal.d.ts +1 -1
  276. package/Reveal/Reveal.js +8 -14
  277. package/RichTextEditor/RichTextEditor.d.ts +1 -1
  278. package/RichTextEditor/RichTextEditor.js +194 -254
  279. package/RoundMeter/RoundMeter.d.ts +1 -1
  280. package/RoundMeter/RoundMeter.js +207 -212
  281. package/RoundProgress/RoundProgress.d.ts +1 -1
  282. package/RoundProgress/RoundProgress.js +46 -27
  283. package/ScatterChart/ScatterChart.d.ts +1 -1
  284. package/ScatterChart/ScatterChart.js +27 -18
  285. package/ScatterChartItem/ScatterChartItem.d.ts +1 -1
  286. package/ScatterChartItem/ScatterChartItem.js +15 -26
  287. package/ScreenCapture/ScreenCapture.d.ts +2 -2
  288. package/ScreenCapture/ScreenCapture.js +57 -81
  289. package/Section/Section.d.ts +2 -2
  290. package/Section/Section.js +13 -24
  291. package/SectionAction/SectionAction.d.ts +1 -1
  292. package/SectionAction/SectionAction.js +4 -12
  293. package/SectionBoxes/SectionBoxes.d.ts +2 -2
  294. package/SectionBoxes/SectionBoxes.js +14 -28
  295. package/SectionCards/SectionCards.d.ts +2 -2
  296. package/SectionCards/SectionCards.js +14 -28
  297. package/SectionCarousel/SectionCarousel.d.ts +2 -2
  298. package/SectionCarousel/SectionCarousel.js +15 -32
  299. package/SectionContact/SectionContact.d.ts +1 -1
  300. package/SectionContact/SectionContact.js +6 -20
  301. package/SectionImageGallery/SectionImageGallery.d.ts +1 -1
  302. package/SectionImageGallery/SectionImageGallery.js +4 -12
  303. package/SectionLogos/SectionLogos.d.ts +1 -1
  304. package/SectionLogos/SectionLogos.js +8 -19
  305. package/SectionMedia/SectionMedia.d.ts +1 -1
  306. package/SectionMedia/SectionMedia.js +11 -34
  307. package/SectionReviews/SectionReviews.d.ts +2 -2
  308. package/SectionReviews/SectionReviews.js +16 -33
  309. package/SectionTextMedia/SectionTextMedia.d.ts +1 -1
  310. package/SectionTextMedia/SectionTextMedia.js +10 -37
  311. package/SectionTimeline/SectionTimeline.d.ts +2 -2
  312. package/SectionTimeline/SectionTimeline.js +17 -34
  313. package/SectionWatch/SectionWatch.d.ts +1 -1
  314. package/SectionWatch/SectionWatch.js +4 -12
  315. package/Select/Select.d.ts +1 -1
  316. package/Select/Select.js +95 -121
  317. package/Share/Share.d.ts +1 -1
  318. package/Share/Share.js +217 -119
  319. package/Slide/Slide.d.ts +1 -1
  320. package/Slide/Slide.js +16 -18
  321. package/Slider/Slider.d.ts +2 -2
  322. package/Slider/Slider.js +150 -165
  323. package/SmartTextField/SmartTextField.d.ts +1 -1
  324. package/SmartTextField/SmartTextField.js +203 -256
  325. package/Snackbar/Snackbar.d.ts +1 -1
  326. package/Snackbar/Snackbar.js +18 -35
  327. package/Snackbars/Context.d.ts +1 -1
  328. package/Snackbars/Snackbars.d.ts +2 -2
  329. package/Snackbars/Snackbars.js +43 -57
  330. package/Snackbars/useSnackbars.js +1 -1
  331. package/Space/Space.d.ts +1 -1
  332. package/Space/Space.js +762 -556
  333. package/SpeechToText/SpeechToText.d.ts +1 -1
  334. package/SpeechToText/SpeechToText.js +26 -37
  335. package/SpeedDial/SpeedDial.d.ts +1 -1
  336. package/SpeedDial/SpeedDial.js +69 -58
  337. package/SpeedDialItem/SpeedDialItem.d.ts +1 -1
  338. package/SpeedDialItem/SpeedDialItem.js +34 -23
  339. package/SpyScroll/SpyScroll.d.ts +1 -1
  340. package/SpyScroll/SpyScroll.js +17 -19
  341. package/Step/Step.d.ts +1 -1
  342. package/Step/Step.js +41 -52
  343. package/Stepper/Stepper.d.ts +1 -1
  344. package/Stepper/Stepper.js +12 -20
  345. package/Surface/Surface.d.ts +1 -1
  346. package/Surface/Surface.js +208 -133
  347. package/Switch/Switch.d.ts +1 -1
  348. package/Switch/Switch.js +107 -48
  349. package/Tab/Tab.d.ts +1 -1
  350. package/Tab/Tab.js +137 -68
  351. package/Table/Table.d.ts +1 -1
  352. package/Table/Table.js +70 -33
  353. package/TableBody/TableBody.d.ts +1 -1
  354. package/TableBody/TableBody.js +44 -23
  355. package/TableCell/TableCell.d.ts +2 -2
  356. package/TableCell/TableCell.js +26 -40
  357. package/TableFooter/TableFooter.d.ts +1 -1
  358. package/TableFooter/TableFooter.js +36 -19
  359. package/TableHead/TableHead.d.ts +1 -1
  360. package/TableHead/TableHead.js +15 -26
  361. package/TableHeader/TableHeader.d.ts +1 -1
  362. package/TableHeader/TableHeader.js +38 -23
  363. package/TablePagination/TablePagination.d.ts +1 -1
  364. package/TablePagination/TablePagination.js +10 -27
  365. package/TableRow/TableRow.d.ts +1 -1
  366. package/TableRow/TableRow.js +47 -26
  367. package/Tabs/Tabs.d.ts +1 -1
  368. package/Tabs/Tabs.js +41 -56
  369. package/Text/Text.d.ts +1 -1
  370. package/Text/Text.js +10 -18
  371. package/TextField/TextField.d.ts +1 -1
  372. package/TextField/TextField.js +68 -83
  373. package/TextToSpeech/TextToSpeech.d.ts +1 -1
  374. package/TextToSpeech/TextToSpeech.js +21 -32
  375. package/TimePicker/TimePicker.d.ts +3 -3
  376. package/TimePicker/TimePicker.js +183 -230
  377. package/TimeRangePicker/TimeRangePicker.d.ts +1 -1
  378. package/TimeRangePicker/TimeRangePicker.js +23 -13
  379. package/Timeline/Timeline.d.ts +1 -1
  380. package/Timeline/Timeline.js +35 -19
  381. package/TimelineItem/TimelineItem.d.ts +1 -1
  382. package/TimelineItem/TimelineItem.js +5 -16
  383. package/Timer/Timer.d.ts +1 -1
  384. package/Timer/Timer.js +29 -55
  385. package/ToggleButton/ToggleButton.d.ts +1 -1
  386. package/ToggleButton/ToggleButton.js +29 -16
  387. package/ToggleButtons/ToggleButtons.d.ts +1 -1
  388. package/ToggleButtons/ToggleButtons.js +24 -15
  389. package/Tooltip/Tooltip.d.ts +1 -1
  390. package/Tooltip/Tooltip.js +46 -60
  391. package/TopAppBar/TopAppBar.d.ts +1 -1
  392. package/TopAppBar/TopAppBar.js +118 -61
  393. package/Transition/Transition.d.ts +3 -3
  394. package/Transition/Transition.js +54 -56
  395. package/Transition/useTransition.js +1 -1
  396. package/Transitions/Transitions.d.ts +2 -2
  397. package/Transitions/Transitions.js +10 -12
  398. package/Tree/Tree.d.ts +1 -1
  399. package/Tree/Tree.js +37 -60
  400. package/Type/Type.d.ts +1 -1
  401. package/Type/Type.js +24 -17
  402. package/VideoPlayer/VideoPlayer.d.ts +1 -1
  403. package/VideoPlayer/VideoPlayer.js +123 -150
  404. package/ViewSplit/ViewSplit.d.ts +1 -1
  405. package/ViewSplit/ViewSplit.js +66 -77
  406. package/Watch/Watch.d.ts +1 -1
  407. package/Watch/Watch.js +14 -31
  408. package/Weather/Weather.d.ts +4 -4
  409. package/Weather/Weather.js +75 -47
  410. package/Whiteboard/Whiteboard.d.ts +5 -5
  411. package/Whiteboard/Whiteboard.js +565 -570
  412. package/Widgets/Widgets.d.ts +2 -2
  413. package/Widgets/Widgets.js +31 -48
  414. package/Widgets/useWidgets.js +1 -1
  415. package/WindowSplit/WindowSplit.d.ts +1 -1
  416. package/WindowSplit/WindowSplit.js +52 -63
  417. package/Zoom/Zoom.d.ts +1 -1
  418. package/Zoom/Zoom.js +221 -107
  419. package/esm/Accordion/Accordion.js +17 -17
  420. package/esm/AdvancedTextField/AdvancedTextField.js +16 -16
  421. package/esm/Append/Append.js +97 -103
  422. package/esm/AreaChart/AreaChart.js +26 -9
  423. package/esm/AreaChartItem/AreaChartItem.js +37 -37
  424. package/esm/AudioPlayer/AudioPlayer.js +88 -88
  425. package/esm/AudioRecorder/AudioRecorder.js +23 -23
  426. package/esm/AutoComplete/AutoComplete.js +115 -115
  427. package/esm/AutoCompleteCountry/AutoCompleteCountry.js +10 -10
  428. package/esm/AutoCompleteCurrency/AutoCompleteCurrency.js +3 -3
  429. package/esm/Avatar/Avatar.js +57 -22
  430. package/esm/AvatarGroup/AvatarGroup.js +39 -14
  431. package/esm/Backdrop/Backdrop.js +6 -6
  432. package/esm/Badge/Badge.js +52 -19
  433. package/esm/Banner/Banner.js +85 -27
  434. package/esm/BottomAppBar/BottomAppBar.js +60 -22
  435. package/esm/BottomSheet/BottomSheet.js +22 -7
  436. package/esm/Box/Box.js +24 -8
  437. package/esm/Breadcrumbs/Breadcrumbs.js +25 -25
  438. package/esm/BubbleChart/BubbleChart.js +130 -104
  439. package/esm/BubbleChartItem/BubbleChartItem.js +11 -11
  440. package/esm/Button/Button.js +25 -25
  441. package/esm/Buttons/Buttons.js +203 -86
  442. package/esm/Calendar/Calendar.js +93 -93
  443. package/esm/CalendarAvailability/CalendarAvailability.js +103 -103
  444. package/esm/CalendarMenu/CalendarMenu.js +46 -46
  445. package/esm/CalendarMonth/CalendarMonth.js +102 -102
  446. package/esm/CalendarViews/CalendarViews.js +33 -33
  447. package/esm/CalendarWeek/CalendarWeek.js +81 -81
  448. package/esm/Card/Card.js +9 -9
  449. package/esm/CardButton/CardButton.js +7 -7
  450. package/esm/CardFooter/CardFooter.js +39 -15
  451. package/esm/CardHeader/CardHeader.js +67 -18
  452. package/esm/CardImage/CardImage.js +30 -10
  453. package/esm/CardMain/CardMain.js +29 -10
  454. package/esm/Carousel/Carousel.js +162 -162
  455. package/esm/Chart/Chart.js +236 -236
  456. package/esm/Checkbox/Checkbox.js +132 -27
  457. package/esm/Chip/Chip.js +4 -4
  458. package/esm/Chips/Chips.js +72 -29
  459. package/esm/ClickListener/ClickListener.js +6 -6
  460. package/esm/Clock/Clock.js +80 -80
  461. package/esm/ColorTextField/ColorTextField.js +188 -57
  462. package/esm/ColumnChart/ColumnChart.js +42 -15
  463. package/esm/ColumnChartItem/ColumnChartItem.js +11 -11
  464. package/esm/Confirm/Confirm.js +12 -12
  465. package/esm/Confirm/useConfirm.js +1 -1
  466. package/esm/Container/Container.js +8 -8
  467. package/esm/CookieBanner/CookieBanner.js +64 -21
  468. package/esm/Countdown/Countdown.js +24 -24
  469. package/esm/DatePicker/DatePicker.js +136 -136
  470. package/esm/DateRangePicker/DateRangePicker.js +22 -7
  471. package/esm/DateTimePicker/DateTimePicker.js +116 -116
  472. package/esm/DateTimeRangePicker/DateTimeRangePicker.js +22 -7
  473. package/esm/Divider/Divider.js +3 -3
  474. package/esm/DonutChart/DonutChart.js +22 -7
  475. package/esm/DragAndDropList/DragAndDropList.js +30 -30
  476. package/esm/Drawing/Drawing.js +106 -105
  477. package/esm/DropZone/DropZone.js +35 -35
  478. package/esm/Emojis/Emojis.js +51 -51
  479. package/esm/Expand/Expand.js +69 -33
  480. package/esm/Fab/Fab.js +7 -5
  481. package/esm/Fade/Fade.js +204 -94
  482. package/esm/FileChoose/FileChoose.js +25 -25
  483. package/esm/Focus/Focus.js +7 -7
  484. package/esm/Form/Form.js +94 -42
  485. package/esm/FormRow/FormRow.js +88 -33
  486. package/esm/Forms/Forms.js +35 -13
  487. package/esm/Frame/Frame.js +7 -7
  488. package/esm/Grid/Grid.js +10 -10
  489. package/esm/Grow/Grow.js +216 -101
  490. package/esm/HTMLCanvas/HTMLCanvas.js +224 -224
  491. package/esm/IFrame/IFrame.js +4 -4
  492. package/esm/Icon/Icon.js +80 -38
  493. package/esm/IconButton/IconButton.js +30 -12
  494. package/esm/Image/Image.js +12 -12
  495. package/esm/ImageCrop/ImageCrop.js +237 -237
  496. package/esm/ImageEdit/ImageEdit.js +188 -188
  497. package/esm/ImageGallery/ImageGallery.js +54 -54
  498. package/esm/ImageList/ImageList.js +12 -12
  499. package/esm/ImageListItem/ImageListItem.js +8 -8
  500. package/esm/ImageListItemBox/ImageListItemBox.js +29 -10
  501. package/esm/Info/Info.js +82 -24
  502. package/esm/Interaction/Interaction.js +37 -37
  503. package/esm/Keyframes/Keyframes.js +15 -15
  504. package/esm/Keyframes/useKeyframes.js +1 -1
  505. package/esm/Label/Label.js +5 -5
  506. package/esm/Labels/Labels.js +15 -15
  507. package/esm/Line/Line.js +9 -9
  508. package/esm/LineChart/LineChart.js +26 -9
  509. package/esm/LineChartItem/LineChartItem.js +21 -21
  510. package/esm/LinearMeter/LinearMeter.js +124 -124
  511. package/esm/LinearProgress/LinearProgress.js +50 -28
  512. package/esm/Link/Link.js +58 -21
  513. package/esm/Links/Links.js +108 -53
  514. package/esm/List/List.js +11 -11
  515. package/esm/ListItem/ListItem.js +4 -4
  516. package/esm/ListSubheader/ListSubheader.js +22 -7
  517. package/esm/MainProgress/MainProgress.js +6 -6
  518. package/esm/MainProgress/useMainProgress.js +1 -1
  519. package/esm/MainProgressMaterial/MainProgressMaterial.js +14 -14
  520. package/esm/MainProgressMaterial/useMainProgressMaterial.js +1 -1
  521. package/esm/Markdown/Markdown.js +191 -191
  522. package/esm/Masonry/Masonry.js +24 -24
  523. package/esm/Medias/Medias.js +77 -77
  524. package/esm/Menu/Menu.js +44 -44
  525. package/esm/MenuDesktop/MenuDesktop.js +116 -93
  526. package/esm/MenuItem/MenuItem.js +39 -39
  527. package/esm/Meta/Meta.js +56 -25
  528. package/esm/Modal/Modal.js +10 -10
  529. package/esm/ModalFooter/ModalFooter.js +29 -10
  530. package/esm/ModalHeader/ModalHeader.js +31 -11
  531. package/esm/ModalIcon/ModalIcon.js +1 -1
  532. package/esm/ModalMain/ModalMain.js +30 -11
  533. package/esm/ModalText/ModalText.js +27 -9
  534. package/esm/ModalTitle/ModalTitle.js +27 -9
  535. package/esm/MoreOptions/MoreOptions.js +42 -19
  536. package/esm/Move/Move.js +23 -23
  537. package/esm/NavigationBar/NavigationBar.js +63 -30
  538. package/esm/NavigationDrawer/NavigationDrawer.js +11 -11
  539. package/esm/NavigationItem/NavigationItem.js +25 -25
  540. package/esm/NavigationRail/NavigationRail.js +66 -37
  541. package/esm/NotFound/NotFound.js +6 -6
  542. package/esm/NumericTextField/NumericTextField.js +50 -50
  543. package/esm/Page/Page.js +5 -5
  544. package/esm/PageTransition/PageTransition.js +6 -6
  545. package/esm/Pagination/Pagination.js +120 -53
  546. package/esm/PaginationItem/PaginationItem.js +49 -21
  547. package/esm/Parallax/Parallax.js +8 -8
  548. package/esm/Path/Path.js +21 -6
  549. package/esm/PieChart/PieChart.js +37 -37
  550. package/esm/Placeholder/Placeholder.js +58 -17
  551. package/esm/Portal/Portal.js +1 -1
  552. package/esm/Properties/Properties.js +50 -20
  553. package/esm/Property/Property.js +3 -3
  554. package/esm/Radio/Radio.js +82 -18
  555. package/esm/Radios/Radios.js +5 -5
  556. package/esm/Rating/Rating.js +66 -66
  557. package/esm/Reset/Reset.js +26 -4
  558. package/esm/Reveal/Reveal.js +7 -7
  559. package/esm/RichTextEditor/RichTextEditor.js +192 -192
  560. package/esm/RoundMeter/RoundMeter.js +206 -206
  561. package/esm/RoundProgress/RoundProgress.js +45 -24
  562. package/esm/ScatterChart/ScatterChart.js +26 -9
  563. package/esm/ScatterChartItem/ScatterChartItem.js +14 -14
  564. package/esm/ScreenCapture/ScreenCapture.js +56 -56
  565. package/esm/Section/Section.js +12 -12
  566. package/esm/SectionAction/SectionAction.js +3 -3
  567. package/esm/SectionBoxes/SectionBoxes.js +13 -13
  568. package/esm/SectionCards/SectionCards.js +13 -13
  569. package/esm/SectionCarousel/SectionCarousel.js +14 -14
  570. package/esm/SectionContact/SectionContact.js +5 -5
  571. package/esm/SectionImageGallery/SectionImageGallery.js +3 -3
  572. package/esm/SectionLogos/SectionLogos.js +7 -7
  573. package/esm/SectionMedia/SectionMedia.js +10 -10
  574. package/esm/SectionReviews/SectionReviews.js +14 -14
  575. package/esm/SectionTextMedia/SectionTextMedia.js +9 -9
  576. package/esm/SectionTimeline/SectionTimeline.js +16 -16
  577. package/esm/SectionWatch/SectionWatch.js +3 -3
  578. package/esm/Select/Select.js +88 -88
  579. package/esm/Share/Share.js +216 -92
  580. package/esm/Slide/Slide.js +15 -15
  581. package/esm/Slider/Slider.js +149 -149
  582. package/esm/SmartTextField/SmartTextField.js +199 -198
  583. package/esm/Snackbar/Snackbar.js +17 -17
  584. package/esm/Snackbars/Snackbars.js +40 -40
  585. package/esm/Snackbars/useSnackbars.js +1 -1
  586. package/esm/Space/Space.js +755 -480
  587. package/esm/SpeechToText/SpeechToText.js +25 -25
  588. package/esm/SpeedDial/SpeedDial.js +68 -40
  589. package/esm/SpeedDialItem/SpeedDialItem.js +33 -14
  590. package/esm/SpyScroll/SpyScroll.js +16 -16
  591. package/esm/Step/Step.js +40 -31
  592. package/esm/Stepper/Stepper.js +11 -11
  593. package/esm/Surface/Surface.js +207 -130
  594. package/esm/Switch/Switch.js +106 -39
  595. package/esm/Tab/Tab.js +136 -50
  596. package/esm/Table/Table.js +69 -24
  597. package/esm/TableBody/TableBody.js +43 -17
  598. package/esm/TableCell/TableCell.js +25 -25
  599. package/esm/TableFooter/TableFooter.js +35 -13
  600. package/esm/TableHead/TableHead.js +14 -14
  601. package/esm/TableHeader/TableHeader.js +37 -14
  602. package/esm/TablePagination/TablePagination.js +9 -9
  603. package/esm/TableRow/TableRow.js +46 -20
  604. package/esm/Tabs/Tabs.js +38 -38
  605. package/esm/Text/Text.js +9 -9
  606. package/esm/TextField/TextField.js +63 -63
  607. package/esm/TextToSpeech/TextToSpeech.js +20 -20
  608. package/esm/TimePicker/TimePicker.js +182 -182
  609. package/esm/TimeRangePicker/TimeRangePicker.js +22 -7
  610. package/esm/Timeline/Timeline.js +34 -13
  611. package/esm/TimelineItem/TimelineItem.js +4 -4
  612. package/esm/Timer/Timer.js +28 -28
  613. package/esm/ToggleButton/ToggleButton.js +28 -10
  614. package/esm/ToggleButtons/ToggleButtons.js +23 -9
  615. package/esm/Tooltip/Tooltip.js +45 -45
  616. package/esm/TopAppBar/TopAppBar.js +117 -49
  617. package/esm/Transition/Transition.js +53 -53
  618. package/esm/Transition/useTransition.js +1 -1
  619. package/esm/Transitions/Transitions.js +9 -9
  620. package/esm/Tree/Tree.js +36 -36
  621. package/esm/Type/Type.js +23 -14
  622. package/esm/VideoPlayer/VideoPlayer.js +121 -121
  623. package/esm/ViewSplit/ViewSplit.js +65 -65
  624. package/esm/Watch/Watch.js +13 -13
  625. package/esm/Weather/Weather.js +73 -29
  626. package/esm/Whiteboard/Whiteboard.js +557 -557
  627. package/esm/Widgets/Widgets.js +29 -29
  628. package/esm/Widgets/useWidgets.js +1 -1
  629. package/esm/WindowSplit/WindowSplit.js +51 -51
  630. package/esm/Zoom/Zoom.js +204 -90
  631. package/esm/index.js +1 -1
  632. package/esm/useForm/useForm.js +58 -58
  633. package/esm/useLocation/useLocation.js +4 -4
  634. package/esm/useMediaQuery/useMediaQuery.js +2 -2
  635. package/esm/useOnline/useOnline.js +23 -10
  636. package/esm/useOpen/useOpen.js +79 -27
  637. package/esm/useQuery/useQuery.js +11 -1
  638. package/esm/useResize/useResize.js +30 -14
  639. package/esm/useScroll/useScroll.js +2 -2
  640. package/esm/useSubscription/useSubscription.js +73 -21
  641. package/esm/useSwipe/useSwipe.js +30 -30
  642. package/esm/useTabs/useTabs.js +22 -7
  643. package/esm/useVisible/useVisible.js +3 -3
  644. package/index.js +1 -1
  645. package/package.json +8 -12
  646. package/types.d.ts +27 -27
  647. package/useForm/useForm.d.ts +2 -2
  648. package/useForm/useForm.js +58 -58
  649. package/useForm/validate.d.ts +12 -12
  650. package/useLocation/useLocation.d.ts +1 -1
  651. package/useLocation/useLocation.js +4 -4
  652. package/useMediaQuery/useMediaQuery.d.ts +1 -1
  653. package/useMediaQuery/useMediaQuery.js +2 -2
  654. package/useOnline/useOnline.js +23 -10
  655. package/useOpen/useOpen.js +79 -27
  656. package/useQuery/useQuery.js +11 -1
  657. package/useResize/useResize.js +30 -14
  658. package/useScroll/useScroll.d.ts +2 -2
  659. package/useScroll/useScroll.js +2 -2
  660. package/useSubscription/useSubscription.js +73 -21
  661. package/useSwipe/useSwipe.d.ts +2 -2
  662. package/useSwipe/useSwipe.js +30 -30
  663. package/useTabs/useTabs.js +22 -7
  664. package/useVisible/useVisible.d.ts +2 -2
  665. package/useVisible/useVisible.js +3 -3
@@ -128,57 +128,21 @@ const useStyle = (0, _styleReact.style)(theme => ({
128
128
  name: 'onesy-ImageEdit'
129
129
  });
130
130
  const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
131
- var _ref, _ref2;
131
+ var _theme$ui, _theme$ui2, _theme$elements, _theme$elements2, _theme$elements3, _theme$elements4, _theme$elements5, _theme$elements6, _theme$elements7, _theme$elements8, _theme$elements9, _theme$elements0, _theme$elements1, _ref, _ref2;
132
132
  const theme = (0, _styleReact.useOnesyTheme)();
133
133
  const l = theme.l;
134
- const props = _react.default.useMemo(() => {
135
- var _theme$ui, _theme$ui2;
136
- return _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageEdit) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
137
- }, [props_]);
138
- const Line = _react.default.useMemo(() => {
139
- var _theme$elements;
140
- return (theme === null || theme === void 0 || (_theme$elements = theme.elements) === null || _theme$elements === void 0 ? void 0 : _theme$elements.Line) || _Line.default;
141
- }, [theme]);
142
- const Type = _react.default.useMemo(() => {
143
- var _theme$elements2;
144
- return (theme === null || theme === void 0 || (_theme$elements2 = theme.elements) === null || _theme$elements2 === void 0 ? void 0 : _theme$elements2.Type) || _Type.default;
145
- }, [theme]);
146
- const Surface = _react.default.useMemo(() => {
147
- var _theme$elements3;
148
- return (theme === null || theme === void 0 || (_theme$elements3 = theme.elements) === null || _theme$elements3 === void 0 ? void 0 : _theme$elements3.Surface) || _Surface.default;
149
- }, [theme]);
150
- const IconButton = _react.default.useMemo(() => {
151
- var _theme$elements4;
152
- return (theme === null || theme === void 0 || (_theme$elements4 = theme.elements) === null || _theme$elements4 === void 0 ? void 0 : _theme$elements4.IconButton) || _IconButton.default;
153
- }, [theme]);
154
- const Tooltip = _react.default.useMemo(() => {
155
- var _theme$elements5;
156
- return (theme === null || theme === void 0 || (_theme$elements5 = theme.elements) === null || _theme$elements5 === void 0 ? void 0 : _theme$elements5.Tooltip) || _Tooltip.default;
157
- }, [theme]);
158
- const Expand = _react.default.useMemo(() => {
159
- var _theme$elements6;
160
- return (theme === null || theme === void 0 || (_theme$elements6 = theme.elements) === null || _theme$elements6 === void 0 ? void 0 : _theme$elements6.Expand) || _Expand.default;
161
- }, [theme]);
162
- const Divider = _react.default.useMemo(() => {
163
- var _theme$elements7;
164
- return (theme === null || theme === void 0 || (_theme$elements7 = theme.elements) === null || _theme$elements7 === void 0 ? void 0 : _theme$elements7.Divider) || _Divider.default;
165
- }, [theme]);
166
- const Slider = _react.default.useMemo(() => {
167
- var _theme$elements8;
168
- return (theme === null || theme === void 0 || (_theme$elements8 = theme.elements) === null || _theme$elements8 === void 0 ? void 0 : _theme$elements8.Slider) || _Slider.default;
169
- }, [theme]);
170
- const NumericTextField = _react.default.useMemo(() => {
171
- var _theme$elements9;
172
- return (theme === null || theme === void 0 || (_theme$elements9 = theme.elements) === null || _theme$elements9 === void 0 ? void 0 : _theme$elements9.NumericTextField) || _NumericTextField.default;
173
- }, [theme]);
174
- const ImageCrop = _react.default.useMemo(() => {
175
- var _theme$elements0;
176
- return (theme === null || theme === void 0 || (_theme$elements0 = theme.elements) === null || _theme$elements0 === void 0 ? void 0 : _theme$elements0.ImageCrop) || _ImageCrop.default;
177
- }, [theme]);
178
- const Chip = _react.default.useMemo(() => {
179
- var _theme$elements1;
180
- return (theme === null || theme === void 0 || (_theme$elements1 = theme.elements) === null || _theme$elements1 === void 0 ? void 0 : _theme$elements1.Chip) || _Chip.default;
181
- }, [theme]);
134
+ const props = _objectSpread(_objectSpread(_objectSpread({}, theme === null || theme === void 0 || (_theme$ui = theme.ui) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.elements) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.all) === null || _theme$ui === void 0 || (_theme$ui = _theme$ui.props) === null || _theme$ui === void 0 ? void 0 : _theme$ui.default), theme === null || theme === void 0 || (_theme$ui2 = theme.ui) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.elements) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.onesyImageEdit) === null || _theme$ui2 === void 0 || (_theme$ui2 = _theme$ui2.props) === null || _theme$ui2 === void 0 ? void 0 : _theme$ui2.default), props_);
135
+ const Line = (theme === null || theme === void 0 || (_theme$elements = theme.elements) === null || _theme$elements === void 0 ? void 0 : _theme$elements.Line) || _Line.default;
136
+ const Type = (theme === null || theme === void 0 || (_theme$elements2 = theme.elements) === null || _theme$elements2 === void 0 ? void 0 : _theme$elements2.Type) || _Type.default;
137
+ const Surface = (theme === null || theme === void 0 || (_theme$elements3 = theme.elements) === null || _theme$elements3 === void 0 ? void 0 : _theme$elements3.Surface) || _Surface.default;
138
+ const IconButton = (theme === null || theme === void 0 || (_theme$elements4 = theme.elements) === null || _theme$elements4 === void 0 ? void 0 : _theme$elements4.IconButton) || _IconButton.default;
139
+ const Tooltip = (theme === null || theme === void 0 || (_theme$elements5 = theme.elements) === null || _theme$elements5 === void 0 ? void 0 : _theme$elements5.Tooltip) || _Tooltip.default;
140
+ const Expand = (theme === null || theme === void 0 || (_theme$elements6 = theme.elements) === null || _theme$elements6 === void 0 ? void 0 : _theme$elements6.Expand) || _Expand.default;
141
+ const Divider = (theme === null || theme === void 0 || (_theme$elements7 = theme.elements) === null || _theme$elements7 === void 0 ? void 0 : _theme$elements7.Divider) || _Divider.default;
142
+ const Slider = (theme === null || theme === void 0 || (_theme$elements8 = theme.elements) === null || _theme$elements8 === void 0 ? void 0 : _theme$elements8.Slider) || _Slider.default;
143
+ const NumericTextField = (theme === null || theme === void 0 || (_theme$elements9 = theme.elements) === null || _theme$elements9 === void 0 ? void 0 : _theme$elements9.NumericTextField) || _NumericTextField.default;
144
+ const ImageCrop = (theme === null || theme === void 0 || (_theme$elements0 = theme.elements) === null || _theme$elements0 === void 0 ? void 0 : _theme$elements0.ImageCrop) || _ImageCrop.default;
145
+ const Chip = (theme === null || theme === void 0 || (_theme$elements1 = theme.elements) === null || _theme$elements1 === void 0 ? void 0 : _theme$elements1.Chip) || _Chip.default;
182
146
  const {
183
147
  tonal = true,
184
148
  color = 'primary',
@@ -353,48 +317,48 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
353
317
  const filterValue_ = filters.find(item_ => item_.value === item);
354
318
  if (filterValue_) {
355
319
  const {
356
- method
320
+ method: method_0
357
321
  } = filterValue_;
358
- if ((0, _utils.is)('function', method) && refs.filterValuesCopy.current[item] !== undefined) valueCopy__ = method(refs.filterValuesCopy.current[item], canvas, valueCopy__);
322
+ if ((0, _utils.is)('function', method_0) && refs.filterValuesCopy.current[item] !== undefined) valueCopy__ = method_0(refs.filterValuesCopy.current[item], canvas, valueCopy__);
359
323
  }
360
324
  });
361
325
  };
362
- const applyAllFiltersDebounced = _react.default.useCallback((0, _utils.debounce)(applyAllFilters, 140), []);
326
+ const applyAllFiltersDebounced = (0, _utils.debounce)(applyAllFilters, 140);
363
327
  _react.default.useEffect(() => {
364
328
  applyAllFiltersDebounced(refs.canvasMain.current);
365
329
  }, [filterValuesCopy]);
366
- const makeImage = async (valueNew = refs.value.current) => {
330
+ const makeImage = async (valueNew_0 = refs.value.current) => {
367
331
  var _refs$root$current2;
368
- const img = await (0, _utils2.image)(valueNew);
369
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current2 = refs.root.current) === null || _refs$root$current2 === void 0 ? void 0 : _refs$root$current2.ownerDocument) || window.document : undefined;
370
- const canvas = rootDocument.createElement('canvas');
371
- canvas.width = img.width;
372
- canvas.height = img.height;
373
- canvas.getContext('2d').drawImage(img, 0, 0, img.width, img.height);
332
+ const img = await (0, _utils2.image)(valueNew_0);
333
+ const rootDocument_0 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current2 = refs.root.current) === null || _refs$root$current2 === void 0 ? void 0 : _refs$root$current2.ownerDocument) || window.document : undefined;
334
+ const canvas_0 = rootDocument_0.createElement('canvas');
335
+ canvas_0.width = img.width;
336
+ canvas_0.height = img.height;
337
+ canvas_0.getContext('2d').drawImage(img, 0, 0, img.width, img.height);
374
338
 
375
339
  // Image
376
- onChange(canvas);
340
+ onChange(canvas_0);
377
341
 
378
342
  // Image copy
379
- const copy = rootDocument.createElement('canvas');
380
- copy.width = canvas.width;
381
- copy.height = canvas.height;
382
- copy.getContext('2d').drawImage(canvas, 0, 0, canvas.width, canvas.height);
343
+ const copy = rootDocument_0.createElement('canvas');
344
+ copy.width = canvas_0.width;
345
+ copy.height = canvas_0.height;
346
+ copy.getContext('2d').drawImage(canvas_0, 0, 0, canvas_0.width, canvas_0.height);
383
347
  onChangeCopy(copy);
384
348
  };
385
349
  const updateResize = (0, _utils.debounce)(async (width, height) => {
386
350
  var _refs$root$current3;
387
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current3 = refs.root.current) === null || _refs$root$current3 === void 0 ? void 0 : _refs$root$current3.ownerDocument) || window.document : undefined;
351
+ const rootDocument_1 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current3 = refs.root.current) === null || _refs$root$current3 === void 0 ? void 0 : _refs$root$current3.ownerDocument) || window.document : undefined;
388
352
 
389
353
  // Update value copy
390
- const canvas = rootDocument.createElement('canvas');
354
+ const canvas_1 = rootDocument_1.createElement('canvas');
391
355
  if (width > 1 && height > 1) {
392
- canvas.width = width;
393
- canvas.height = height;
394
- canvas.getContext('2d').drawImage(refs.value.current, 0, 0, width, height);
356
+ canvas_1.width = width;
357
+ canvas_1.height = height;
358
+ canvas_1.getContext('2d').drawImage(refs.value.current, 0, 0, width, height);
395
359
 
396
360
  // Value copy
397
- onChangeCopy(canvas);
361
+ onChangeCopy(canvas_1);
398
362
 
399
363
  // Update the canvas value
400
364
  refs.canvasMain.current.width = width;
@@ -405,91 +369,91 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
405
369
  updateSize();
406
370
  }
407
371
  }, 140);
408
- const onFilterSliderChange = (valueNew, valueFilter) => {
372
+ const onFilterSliderChange = (valueNew_1, valueFilter) => {
409
373
  setFilterValuesCopy(values_ => _objectSpread(_objectSpread({}, values_), {}, {
410
- [valueFilter]: valueNew
374
+ [valueFilter]: valueNew_1
411
375
  }));
412
376
  };
413
- const onChangeFilter = valueNew => {
377
+ const onChangeFilter = valueNew_2 => {
414
378
  // If moving to another filter or closing current one
415
379
  // clean up previous one filter for mainCanvas
416
- if (filter === valueNew) setFilter('');else setFilter(valueNew);
380
+ if (filter === valueNew_2) setFilter('');else setFilter(valueNew_2);
417
381
  };
418
382
  const onChangeAspectRatioCustom = (valueNew_, left_ = true) => {
419
- const valueNew = !valueNew_ ? 1 : valueNew_;
383
+ const valueNew_3 = !valueNew_ ? 1 : valueNew_;
420
384
  let left = (aspectRatioCustom === null || aspectRatioCustom === void 0 ? void 0 : aspectRatioCustom[0]) || 1;
421
385
  let right = (aspectRatioCustom === null || aspectRatioCustom === void 0 ? void 0 : aspectRatioCustom[1]) || 1;
422
- left_ ? left = valueNew : right = valueNew;
386
+ left_ ? left = valueNew_3 : right = valueNew_3;
423
387
  setAspectRatioCustom([left, right]);
424
388
  onChangeAspectRatio(left / right);
425
389
  };
426
- const onChangeAspectRatio = valueNew => {
427
- if (aspectRatio === valueNew) setAspectRatio('');else setAspectRatio(valueNew);
390
+ const onChangeAspectRatio = valueNew_4 => {
391
+ if (aspectRatio === valueNew_4) setAspectRatio('');else setAspectRatio(valueNew_4);
428
392
  };
429
- const onChangeResize = async (valueNew, width_ = true) => {
430
- let width;
431
- let height;
393
+ const onChangeResize = async (valueNew_5, width_ = true) => {
394
+ let width_0;
395
+ let height_0;
432
396
  if (!refs.resizeAspectRatio.current) {
433
397
  if (width_) {
434
- width = +valueNew;
435
- height = resize === null || resize === void 0 ? void 0 : resize[1];
398
+ width_0 = +valueNew_5;
399
+ height_0 = resize === null || resize === void 0 ? void 0 : resize[1];
436
400
  } else {
437
- width = resize === null || resize === void 0 ? void 0 : resize[0];
438
- height = +valueNew;
401
+ width_0 = resize === null || resize === void 0 ? void 0 : resize[0];
402
+ height_0 = +valueNew_5;
439
403
  }
440
404
  } else {
441
405
  const aspectRatio_ = (value === null || value === void 0 ? void 0 : value.width) / (value === null || value === void 0 ? void 0 : value.height);
442
406
  if (width_) {
443
- width = +valueNew;
444
- height = valueNew / aspectRatio_;
407
+ width_0 = +valueNew_5;
408
+ height_0 = valueNew_5 / aspectRatio_;
445
409
  } else {
446
- height = +valueNew;
447
- width = height * aspectRatio_;
410
+ height_0 = +valueNew_5;
411
+ width_0 = height_0 * aspectRatio_;
448
412
  }
449
413
  }
450
- width = (0, _utils.clamp)(width, 0);
451
- height = (0, _utils.clamp)(height, 0);
452
- setResize([width, height]);
453
- await updateResize(width, height);
414
+ width_0 = (0, _utils.clamp)(width_0, 0);
415
+ height_0 = (0, _utils.clamp)(height_0, 0);
416
+ setResize([width_0, height_0]);
417
+ await updateResize(width_0, height_0);
454
418
  };
455
- const updateQuality = (0, _utils.debounce)(async valueNew => {
419
+ const updateQuality = (0, _utils.debounce)(async valueNew_6 => {
456
420
  var _refs$root$current4, _refs$canvasMain$curr2;
457
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current4 = refs.root.current) === null || _refs$root$current4 === void 0 ? void 0 : _refs$root$current4.ownerDocument) || window.document : undefined;
421
+ const rootDocument_2 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current4 = refs.root.current) === null || _refs$root$current4 === void 0 ? void 0 : _refs$root$current4.ownerDocument) || window.document : undefined;
458
422
 
459
423
  // Update copy value
460
- const uri = value.toDataURL('image/jpeg', valueNew / 100);
461
- const img = await (0, _utils2.image)(uri);
462
- const canvas = rootDocument.createElement('canvas');
463
- canvas.width = img.width;
464
- canvas.height = img.height;
465
- canvas.getContext('2d').drawImage(img, 0, 0, img.width, img.height);
466
- onChangeCopy(canvas);
424
+ const uri_0 = value.toDataURL('image/jpeg', valueNew_6 / 100);
425
+ const img_0 = await (0, _utils2.image)(uri_0);
426
+ const canvas_2 = rootDocument_2.createElement('canvas');
427
+ canvas_2.width = img_0.width;
428
+ canvas_2.height = img_0.height;
429
+ canvas_2.getContext('2d').drawImage(img_0, 0, 0, img_0.width, img_0.height);
430
+ onChangeCopy(canvas_2);
467
431
 
468
432
  // Update the canvas value
469
- refs.canvasMain.current.width = canvas.width;
470
- refs.canvasMain.current.height = canvas.height;
471
- (_refs$canvasMain$curr2 = refs.canvasMain.current) === null || _refs$canvasMain$curr2 === void 0 || _refs$canvasMain$curr2.getContext('2d').drawImage(canvas, 0, 0, canvas.width, canvas.height);
433
+ refs.canvasMain.current.width = canvas_2.width;
434
+ refs.canvasMain.current.height = canvas_2.height;
435
+ (_refs$canvasMain$curr2 = refs.canvasMain.current) === null || _refs$canvasMain$curr2 === void 0 || _refs$canvasMain$curr2.getContext('2d').drawImage(canvas_2, 0, 0, canvas_2.width, canvas_2.height);
472
436
 
473
437
  // Update size
474
438
  updateSize();
475
439
  }, 40);
476
- const onChangeQuality = async valueNew => {
477
- setQuality(valueNew);
478
- await updateQuality(valueNew);
440
+ const onChangeQuality = async valueNew_7 => {
441
+ setQuality(valueNew_7);
442
+ await updateQuality(valueNew_7);
479
443
  };
480
- const onChange = valueNew => {
444
+ const onChange = valueNew_8 => {
481
445
  // Update inner or controlled
482
- if (!props.hasOwnProperty('value')) setValue(valueNew);
483
- if ((0, _utils.is)('function', onChange_)) onChange_(valueNew);
446
+ if (!props.hasOwnProperty('value')) setValue(valueNew_8);
447
+ if ((0, _utils.is)('function', onChange_)) onChange_(valueNew_8);
484
448
  };
485
- const onChangeCopy = valueNew => {
449
+ const onChangeCopy = valueNew_9 => {
486
450
  // Update inner or controlled
487
- if (!props.hasOwnProperty('valueCopy')) setValueCopy(valueNew);
488
- if ((0, _utils.is)('function', onChangeCopy_)) onChangeCopy_(valueNew);
451
+ if (!props.hasOwnProperty('valueCopy')) setValueCopy(valueNew_9);
452
+ if ((0, _utils.is)('function', onChangeCopy_)) onChangeCopy_(valueNew_9);
489
453
  };
490
454
  const onReset = (imageReset = true, valueCopyReset = true, resizeReset = true) => {
491
455
  var _refs$root$current5;
492
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current5 = refs.root.current) === null || _refs$root$current5 === void 0 ? void 0 : _refs$root$current5.ownerDocument) || window.document : undefined;
456
+ const rootDocument_3 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current5 = refs.root.current) === null || _refs$root$current5 === void 0 ? void 0 : _refs$root$current5.ownerDocument) || window.document : undefined;
493
457
  setOpen(false);
494
458
  setQuality(100);
495
459
  setAspectRatio('');
@@ -499,11 +463,11 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
499
463
  setFilterValuesCopy(_objectSpread({}, filterValues));
500
464
  if (resizeReset) setResize([value === null || value === void 0 ? void 0 : value.width, value === null || value === void 0 ? void 0 : value.height]);
501
465
  if (valueCopyReset) {
502
- const canvas = rootDocument.createElement('canvas');
503
- canvas.width = refs.value.current.width;
504
- canvas.height = refs.value.current.height;
505
- canvas.getContext('2d').drawImage(refs.value.current, 0, 0, refs.value.current.width, refs.value.current.height);
506
- onChangeCopy(canvas);
466
+ const canvas_3 = rootDocument_3.createElement('canvas');
467
+ canvas_3.width = refs.value.current.width;
468
+ canvas_3.height = refs.value.current.height;
469
+ canvas_3.getContext('2d').drawImage(refs.value.current, 0, 0, refs.value.current.width, refs.value.current.height);
470
+ onChangeCopy(canvas_3);
507
471
  }
508
472
  if (imageReset) {
509
473
  setFilterValues({});
@@ -511,46 +475,46 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
511
475
  makeImage(image);
512
476
  }
513
477
  };
514
- const openOption = valueNew => {
515
- setOpenedOption(valueNew);
516
- if (open && openedOption === valueNew) {
478
+ const openOption = valueNew_10 => {
479
+ setOpenedOption(valueNew_10);
480
+ if (open && openedOption === valueNew_10) {
517
481
  setOpen(false);
518
482
  onReset(false);
519
483
  } else if (!open) setOpen(true);
520
484
  };
521
485
  const onSave = () => {
522
486
  var _refs$root$current6, _refs$canvasMain$curr3;
523
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current6 = refs.root.current) === null || _refs$root$current6 === void 0 ? void 0 : _refs$root$current6.ownerDocument) || window.document : undefined;
487
+ const rootDocument_4 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current6 = refs.root.current) === null || _refs$root$current6 === void 0 ? void 0 : _refs$root$current6.ownerDocument) || window.document : undefined;
524
488
 
525
489
  // Make value copy into value
526
- let canvas = rootDocument.createElement('canvas');
527
- canvas.width = refs.valueCopy.current.width;
528
- canvas.height = refs.valueCopy.current.height;
529
- canvas.getContext('2d').drawImage(refs.valueCopy.current, 0, 0, refs.valueCopy.current.width, refs.valueCopy.current.height);
490
+ let canvas_4 = rootDocument_4.createElement('canvas');
491
+ canvas_4.width = refs.valueCopy.current.width;
492
+ canvas_4.height = refs.valueCopy.current.height;
493
+ canvas_4.getContext('2d').drawImage(refs.valueCopy.current, 0, 0, refs.valueCopy.current.width, refs.valueCopy.current.height);
530
494
 
531
495
  // Update crop
532
496
  if (openedOption === 'crop' && selection) {
533
497
  // Crop the canvas
534
- canvas.width = selection.width;
535
- canvas.height = selection.height;
536
- canvas = (0, _utils.canvasCrop)(refs.valueCopy.current, selection.left, selection.top, selection.width, selection.height);
498
+ canvas_4.width = selection.width;
499
+ canvas_4.height = selection.height;
500
+ canvas_4 = (0, _utils.canvasCrop)(refs.valueCopy.current, selection.left, selection.top, selection.width, selection.height);
537
501
  }
538
502
 
539
503
  // Update filters
540
504
  setFilterValues(_objectSpread({}, filterValuesCopy));
541
- applyAllFilters(canvas);
505
+ applyAllFilters(canvas_4);
542
506
 
543
507
  // Update the main canvas value
544
- refs.canvasMain.current.width = canvas.width;
545
- refs.canvasMain.current.height = canvas.height;
546
- (_refs$canvasMain$curr3 = refs.canvasMain.current) === null || _refs$canvasMain$curr3 === void 0 || _refs$canvasMain$curr3.getContext('2d').drawImage(canvas, 0, 0, canvas.width, canvas.height);
508
+ refs.canvasMain.current.width = canvas_4.width;
509
+ refs.canvasMain.current.height = canvas_4.height;
510
+ (_refs$canvasMain$curr3 = refs.canvasMain.current) === null || _refs$canvasMain$curr3 === void 0 || _refs$canvasMain$curr3.getContext('2d').drawImage(canvas_4, 0, 0, canvas_4.width, canvas_4.height);
547
511
 
548
512
  // Update value
549
- onChange(canvas);
550
- const canvasCopy = rootDocument.createElement('canvas');
551
- canvasCopy.width = canvas.width;
552
- canvasCopy.height = canvas.height;
553
- canvasCopy.getContext('2d').drawImage(canvas, 0, 0, canvasCopy.width, canvasCopy.height);
513
+ onChange(canvas_4);
514
+ const canvasCopy = rootDocument_4.createElement('canvas');
515
+ canvasCopy.width = canvas_4.width;
516
+ canvasCopy.height = canvas_4.height;
517
+ canvasCopy.getContext('2d').drawImage(canvas_4, 0, 0, canvasCopy.width, canvasCopy.height);
554
518
 
555
519
  // Update value copy
556
520
  onChangeCopy(canvasCopy);
@@ -561,22 +525,22 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
561
525
  const onDownload = () => {
562
526
  // Download the image from canvas datauri
563
527
  // of the image type and quality, name
564
- const uri = refs.value.current.toDataURL(type);
565
- (0, _utils.download)(name, uri, type);
528
+ const uri_1 = refs.value.current.toDataURL(type);
529
+ (0, _utils.download)(name, uri_1, type);
566
530
  };
567
531
  const onCancel = () => {
568
532
  var _refs$root$current7, _refs$value$current, _refs$value$current2, _refs$canvasMain$curr4;
569
- const rootDocument = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current7 = refs.root.current) === null || _refs$root$current7 === void 0 ? void 0 : _refs$root$current7.ownerDocument) || window.document : undefined;
533
+ const rootDocument_5 = (0, _utils.isEnvironment)('browser') ? ((_refs$root$current7 = refs.root.current) === null || _refs$root$current7 === void 0 ? void 0 : _refs$root$current7.ownerDocument) || window.document : undefined;
570
534
 
571
535
  // Reset to unopen
572
536
  onReset(false);
573
537
 
574
538
  // Make value copy into value
575
- const canvas = rootDocument.createElement('canvas');
576
- canvas.width = refs.value.current.width;
577
- canvas.height = refs.value.current.height;
578
- canvas.getContext('2d').drawImage(refs.value.current, 0, 0, refs.value.current.width, refs.value.current.height);
579
- onChangeCopy(canvas);
539
+ const canvas_5 = rootDocument_5.createElement('canvas');
540
+ canvas_5.width = refs.value.current.width;
541
+ canvas_5.height = refs.value.current.height;
542
+ canvas_5.getContext('2d').drawImage(refs.value.current, 0, 0, refs.value.current.width, refs.value.current.height);
543
+ onChangeCopy(canvas_5);
580
544
 
581
545
  // Update the main canvas value
582
546
  refs.canvasMain.current.width = (_refs$value$current = refs.value.current) === null || _refs$value$current === void 0 ? void 0 : _refs$value$current.width;
@@ -596,10 +560,10 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
596
560
  selected: selected_,
597
561
  onClick: () => onChangeFilter_(value__)
598
562
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconBrightness, null))),
599
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
600
- key: value__,
601
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
602
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
563
+ renderSlider: (value___0, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
564
+ key: value___0,
565
+ valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value___0]) || 0,
566
+ value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value___0]) || 0,
603
567
  min: -100,
604
568
  max: 100,
605
569
  precision: 1,
@@ -615,8 +579,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
615
579
  }],
616
580
  labels: true,
617
581
  tooltip: true,
618
- onChange: valueNew => {
619
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
582
+ onChange: valueNew_11 => {
583
+ if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew_11, value___0);
620
584
  }
621
585
  }, SliderProps, {
622
586
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -626,18 +590,18 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
626
590
  Icon: IconContrast,
627
591
  value: 'contrast',
628
592
  method: _utils2.canvasContrast,
629
- renderIconButton: (value__, selected_, onChangeFilter_) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
630
- key: value__,
593
+ renderIconButton: (value___1, selected__0, onChangeFilter__0) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
594
+ key: value___1,
631
595
  name: l('Contrast')
632
596
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
633
597
  version: "outlined",
634
- selected: selected_,
635
- onClick: () => onChangeFilter_(value__)
598
+ selected: selected__0,
599
+ onClick: () => onChangeFilter__0(value___1)
636
600
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconContrast, null))),
637
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
638
- key: value__,
639
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
640
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
601
+ renderSlider: (value___2, filterValuesCopy__0, onFilterSliderChange__0) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
602
+ key: value___2,
603
+ valueDefault: (filterValuesCopy__0 === null || filterValuesCopy__0 === void 0 ? void 0 : filterValuesCopy__0[value___2]) || 0,
604
+ value: (filterValuesCopy__0 === null || filterValuesCopy__0 === void 0 ? void 0 : filterValuesCopy__0[value___2]) || 0,
641
605
  min: -100,
642
606
  max: 100,
643
607
  precision: 1,
@@ -653,8 +617,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
653
617
  }],
654
618
  labels: true,
655
619
  tooltip: true,
656
- onChange: valueNew => {
657
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
620
+ onChange: valueNew_12 => {
621
+ if ((0, _utils.is)('function', onFilterSliderChange__0)) onFilterSliderChange__0(valueNew_12, value___2);
658
622
  }
659
623
  }, SliderProps, {
660
624
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -664,18 +628,18 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
664
628
  Icon: IconSaturation,
665
629
  value: 'saturation',
666
630
  method: _utils2.canvasSaturation,
667
- renderIconButton: (value__, selected_, onChangeFilter_) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
668
- key: value__,
631
+ renderIconButton: (value___3, selected__1, onChangeFilter__1) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
632
+ key: value___3,
669
633
  name: l('Saturation')
670
634
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
671
635
  version: "outlined",
672
- selected: selected_,
673
- onClick: () => onChangeFilter_(value__)
636
+ selected: selected__1,
637
+ onClick: () => onChangeFilter__1(value___3)
674
638
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconSaturation, null))),
675
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
676
- key: value__,
677
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
678
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
639
+ renderSlider: (value___4, filterValuesCopy__1, onFilterSliderChange__1) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
640
+ key: value___4,
641
+ valueDefault: (filterValuesCopy__1 === null || filterValuesCopy__1 === void 0 ? void 0 : filterValuesCopy__1[value___4]) || 0,
642
+ value: (filterValuesCopy__1 === null || filterValuesCopy__1 === void 0 ? void 0 : filterValuesCopy__1[value___4]) || 0,
679
643
  min: -100,
680
644
  max: 100,
681
645
  precision: 1,
@@ -691,8 +655,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
691
655
  }],
692
656
  labels: true,
693
657
  tooltip: true,
694
- onChange: valueNew => {
695
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
658
+ onChange: valueNew_13 => {
659
+ if ((0, _utils.is)('function', onFilterSliderChange__1)) onFilterSliderChange__1(valueNew_13, value___4);
696
660
  }
697
661
  }, SliderProps, {
698
662
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -702,18 +666,18 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
702
666
  Icon: IconFade,
703
667
  value: 'fade',
704
668
  method: _utils2.canvasFade,
705
- renderIconButton: (value__, selected_, onChangeFilter_) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
706
- key: value__,
669
+ renderIconButton: (value___5, selected__2, onChangeFilter__2) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
670
+ key: value___5,
707
671
  name: l('Fade')
708
672
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
709
673
  version: "outlined",
710
- selected: selected_,
711
- onClick: () => onChangeFilter_(value__)
674
+ selected: selected__2,
675
+ onClick: () => onChangeFilter__2(value___5)
712
676
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconFade, null))),
713
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
714
- key: value__,
715
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
716
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
677
+ renderSlider: (value___6, filterValuesCopy__2, onFilterSliderChange__2) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
678
+ key: value___6,
679
+ valueDefault: (filterValuesCopy__2 === null || filterValuesCopy__2 === void 0 ? void 0 : filterValuesCopy__2[value___6]) || 0,
680
+ value: (filterValuesCopy__2 === null || filterValuesCopy__2 === void 0 ? void 0 : filterValuesCopy__2[value___6]) || 0,
717
681
  min: 0,
718
682
  max: 100,
719
683
  precision: 1,
@@ -726,8 +690,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
726
690
  }],
727
691
  labels: true,
728
692
  tooltip: true,
729
- onChange: valueNew => {
730
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
693
+ onChange: valueNew_14 => {
694
+ if ((0, _utils.is)('function', onFilterSliderChange__2)) onFilterSliderChange__2(valueNew_14, value___6);
731
695
  }
732
696
  }, SliderProps, {
733
697
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -737,18 +701,18 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
737
701
  Icon: IconInvert,
738
702
  value: 'invert',
739
703
  method: _utils2.canvasInvert,
740
- renderIconButton: (value__, selected_, onChangeFilter_) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
741
- key: value__,
704
+ renderIconButton: (value___7, selected__3, onChangeFilter__3) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
705
+ key: value___7,
742
706
  name: l('Invert')
743
707
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
744
708
  version: "outlined",
745
- selected: selected_,
746
- onClick: () => onChangeFilter_(value__)
709
+ selected: selected__3,
710
+ onClick: () => onChangeFilter__3(value___7)
747
711
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconInvert, null))),
748
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
749
- key: value__,
750
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
751
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
712
+ renderSlider: (value___8, filterValuesCopy__3, onFilterSliderChange__3) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
713
+ key: value___8,
714
+ valueDefault: (filterValuesCopy__3 === null || filterValuesCopy__3 === void 0 ? void 0 : filterValuesCopy__3[value___8]) || 0,
715
+ value: (filterValuesCopy__3 === null || filterValuesCopy__3 === void 0 ? void 0 : filterValuesCopy__3[value___8]) || 0,
752
716
  min: 0,
753
717
  max: 1,
754
718
  precision: 1,
@@ -761,8 +725,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
761
725
  }],
762
726
  labels: true,
763
727
  tooltip: true,
764
- onChange: valueNew => {
765
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
728
+ onChange: valueNew_15 => {
729
+ if ((0, _utils.is)('function', onFilterSliderChange__3)) onFilterSliderChange__3(valueNew_15, value___8);
766
730
  }
767
731
  }, SliderProps, {
768
732
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -772,18 +736,18 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
772
736
  Icon: IconOldPhoto,
773
737
  value: 'old_photo',
774
738
  method: _utils2.canvasOldPhoto,
775
- renderIconButton: (value__, selected_, onChangeFilter_) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
776
- key: value__,
739
+ renderIconButton: (value___9, selected__4, onChangeFilter__4) => /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
740
+ key: value___9,
777
741
  name: l('Old photo')
778
742
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
779
743
  version: "outlined",
780
- selected: selected_,
781
- onClick: () => onChangeFilter_(value__)
744
+ selected: selected__4,
745
+ onClick: () => onChangeFilter__4(value___9)
782
746
  }, IconButtonProps), /*#__PURE__*/_react.default.createElement(IconOldPhoto, null))),
783
- renderSlider: (value__, filterValuesCopy_, onFilterSliderChange_) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
784
- key: value__,
785
- valueDefault: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
786
- value: (filterValuesCopy_ === null || filterValuesCopy_ === void 0 ? void 0 : filterValuesCopy_[value__]) || 0,
747
+ renderSlider: (value___10, filterValuesCopy__4, onFilterSliderChange__4) => /*#__PURE__*/_react.default.createElement(Slider, (0, _extends2.default)({
748
+ key: value___10,
749
+ valueDefault: (filterValuesCopy__4 === null || filterValuesCopy__4 === void 0 ? void 0 : filterValuesCopy__4[value___10]) || 0,
750
+ value: (filterValuesCopy__4 === null || filterValuesCopy__4 === void 0 ? void 0 : filterValuesCopy__4[value___10]) || 0,
787
751
  min: -40,
788
752
  max: 40,
789
753
  precision: 1,
@@ -799,8 +763,8 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
799
763
  }],
800
764
  labels: true,
801
765
  tooltip: true,
802
- onChange: valueNew => {
803
- if ((0, _utils.is)('function', onFilterSliderChange_)) onFilterSliderChange_(valueNew, value__);
766
+ onChange: valueNew_16 => {
767
+ if ((0, _utils.is)('function', onFilterSliderChange__4)) onFilterSliderChange__4(valueNew_16, value___10);
804
768
  }
805
769
  }, SliderProps, {
806
770
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-slider'], SliderProps.className, classes.slider])
@@ -808,7 +772,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
808
772
  }, ...(filters_ || [])], [filters_]);
809
773
 
810
774
  // Only filters
811
- if ((0, _utils.is)('array', onlyFilters)) filters = filters.filter(item => onlyFilters.includes(item.value));
775
+ if ((0, _utils.is)('array', onlyFilters)) filters = filters.filter(item_0 => onlyFilters.includes(item_0.value));
812
776
  const ImageCropProps = _objectSpread({
813
777
  gridLines: true
814
778
  }, ImageCropProps_);
@@ -857,13 +821,13 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
857
821
  const MetaTypeProps = {
858
822
  version: 'b3'
859
823
  };
860
- const filterValue = filters.find(item_ => item_.value === filter);
824
+ const filterValue = filters.find(item__0 => item__0.value === filter);
861
825
  return /*#__PURE__*/_react.default.createElement(Line, (0, _extends2.default)({
862
- ref: item => {
826
+ ref: item_1 => {
863
827
  if (ref) {
864
- if ((0, _utils.is)('function', ref)) ref(item);else if (ref !== null && ref !== void 0 && ref.current) ref.current = item;
828
+ if ((0, _utils.is)('function', ref)) ref(item_1);else if (ref !== null && ref !== void 0 && ref.current) ref.current = item_1;
865
829
  }
866
- refs.root.current = item;
830
+ refs.root.current = item_1;
867
831
  },
868
832
  tonal: tonal,
869
833
  color: color,
@@ -920,7 +884,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
920
884
  align: "center",
921
885
  justify: "flex-start",
922
886
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-filters'], classes.filters])
923
- }, filters.map(item => (0, _utils.is)('function', item.renderIconButton) && item.renderIconButton(item.value, item.value === filter, onChangeFilter)))), openedOption === 'crop' && /*#__PURE__*/_react.default.createElement(Line, {
887
+ }, filters.map(item_2 => (0, _utils.is)('function', item_2.renderIconButton) && item_2.renderIconButton(item_2.value, item_2.value === filter, onChangeFilter)))), openedOption === 'crop' && /*#__PURE__*/_react.default.createElement(Line, {
924
888
  gap: 1,
925
889
  direction: "row",
926
890
  align: "center",
@@ -928,11 +892,11 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
928
892
  style: {
929
893
  width: '100%'
930
894
  }
931
- }, chips.map((item, index) => /*#__PURE__*/_react.default.createElement(Chip, (0, _extends2.default)({
895
+ }, chips.map((item_3, index) => /*#__PURE__*/_react.default.createElement(Chip, (0, _extends2.default)({
932
896
  key: index,
933
- selected: aspectRatio === item.value,
934
- onClick: () => onChangeAspectRatio(item.value)
935
- }, ChipProps), item.label)), /*#__PURE__*/_react.default.createElement(Line, {
897
+ selected: aspectRatio === item_3.value,
898
+ onClick: () => onChangeAspectRatio(item_3.value)
899
+ }, ChipProps), item_3.label)), /*#__PURE__*/_react.default.createElement(Line, {
936
900
  gap: 0,
937
901
  direction: "row",
938
902
  align: "center",
@@ -944,7 +908,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
944
908
  size: "small",
945
909
  min: 1,
946
910
  value: aspectRatioCustom === null || aspectRatioCustom === void 0 ? void 0 : aspectRatioCustom[0],
947
- onChange: valueNew => onChangeAspectRatioCustom(+valueNew),
911
+ onChange: valueNew_17 => onChangeAspectRatioCustom(+valueNew_17),
948
912
  increment: false,
949
913
  decrement: false,
950
914
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-option-input'], classes.optionInput]),
@@ -958,7 +922,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
958
922
  size: "small",
959
923
  min: 1,
960
924
  value: aspectRatioCustom === null || aspectRatioCustom === void 0 ? void 0 : aspectRatioCustom[1],
961
- onChange: valueNew => onChangeAspectRatioCustom(+valueNew, false),
925
+ onChange: valueNew_18 => onChangeAspectRatioCustom(+valueNew_18, false),
962
926
  increment: false,
963
927
  decrement: false,
964
928
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-option-input'], classes.optionInput]),
@@ -980,7 +944,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
980
944
  max: value === null || value === void 0 ? void 0 : value.width,
981
945
  valueDefault: value === null || value === void 0 ? void 0 : value.width,
982
946
  value: resize === null || resize === void 0 ? void 0 : resize[0],
983
- onChange: valueNew => onChangeResize(valueNew)
947
+ onChange: valueNew_19 => onChangeResize(valueNew_19)
984
948
  }), (0, _utils.is)('function', renderInput) ? renderInput(value, valueCopy, resize, onChangeResize, 'height') : /*#__PURE__*/_react.default.createElement(NumericTextField, {
985
949
  tonal: tonal,
986
950
  name: l('Height'),
@@ -991,7 +955,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
991
955
  max: value === null || value === void 0 ? void 0 : value.height,
992
956
  valueDefault: value === null || value === void 0 ? void 0 : value.height,
993
957
  value: resize === null || resize === void 0 ? void 0 : resize[1],
994
- onChange: valueNew => onChangeResize(valueNew, false)
958
+ onChange: valueNew_20 => onChangeResize(valueNew_20, false)
995
959
  })), openedOption === 'quality' && /*#__PURE__*/_react.default.createElement(Line, {
996
960
  gap: 3,
997
961
  direction: "row",
@@ -1026,7 +990,7 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
1026
990
  value: quality,
1027
991
  increment: false,
1028
992
  decrement: false,
1029
- onChange: valueNew => onChangeQuality(+valueNew),
993
+ onChange: valueNew_21 => onChangeQuality(+valueNew_21),
1030
994
  className: (0, _styleReact.classNames)([(0, _utils2.staticClassName)('ImageEdit', theme) && ['onesy-ImageEdit-option-input'], classes.optionInput]),
1031
995
  style: {
1032
996
  width: 34
@@ -1059,14 +1023,14 @@ const ImageEdit = /*#__PURE__*/_react.default.forwardRef((props_, ref) => {
1059
1023
  gap: 1,
1060
1024
  direction: "row",
1061
1025
  justify: "flex-start"
1062
- }, options.map((item, index) => (0, _utils.is)('function', renderOption) ? renderOption(item, open && openOption === item.value, openOption) : /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
1063
- key: index,
1064
- name: item.label
1026
+ }, options.map((item_4, index_0) => (0, _utils.is)('function', renderOption) ? renderOption(item_4, open && openOption === item_4.value, openOption) : /*#__PURE__*/_react.default.createElement(Tooltip, (0, _extends2.default)({
1027
+ key: index_0,
1028
+ name: item_4.label
1065
1029
  }, TooltipProps), /*#__PURE__*/_react.default.createElement(IconButton, (0, _extends2.default)({
1066
1030
  version: "outlined",
1067
- selected: open && openedOption === item.value,
1068
- onClick: () => openOption(item.value)
1069
- }, IconButtonProps), /*#__PURE__*/_react.default.createElement(item.Icon, null)))), /*#__PURE__*/_react.default.createElement(Line, {
1031
+ selected: open && openedOption === item_4.value,
1032
+ onClick: () => openOption(item_4.value)
1033
+ }, IconButtonProps), /*#__PURE__*/_react.default.createElement(item_4.Icon, null)))), /*#__PURE__*/_react.default.createElement(Line, {
1070
1034
  gap: 0,
1071
1035
  direction: "row",
1072
1036
  align: "center"