@codeleap/mobile 7.0.0 → 7.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (379) hide show
  1. package/dist/Registry.js +47 -0
  2. package/dist/Registry.js.map +1 -0
  3. package/dist/components/ActivityIndicator/index.js +28 -0
  4. package/dist/components/ActivityIndicator/index.js.map +1 -0
  5. package/dist/components/ActivityIndicator/styles.js +2 -0
  6. package/dist/components/ActivityIndicator/styles.js.map +1 -0
  7. package/dist/components/ActivityIndicator/types.js +2 -0
  8. package/dist/components/ActivityIndicator/types.js.map +1 -0
  9. package/dist/components/Autocomplete/index.js +150 -0
  10. package/dist/components/Autocomplete/index.js.map +1 -0
  11. package/dist/components/Autocomplete/styles.js +2 -0
  12. package/dist/components/Autocomplete/styles.js.map +1 -0
  13. package/dist/components/Autocomplete/types.js +2 -0
  14. package/dist/components/Autocomplete/types.js.map +1 -0
  15. package/dist/components/Avatar/components/Badge.js +13 -0
  16. package/dist/components/Avatar/components/Badge.js.map +1 -0
  17. package/dist/components/Avatar/components/Content.js +19 -0
  18. package/dist/components/Avatar/components/Content.js.map +1 -0
  19. package/dist/components/Avatar/components/Illustration.js +11 -0
  20. package/dist/components/Avatar/components/Illustration.js.map +1 -0
  21. package/dist/components/Avatar/components/OverlayIcon.js +11 -0
  22. package/dist/components/Avatar/components/OverlayIcon.js.map +1 -0
  23. package/dist/components/Avatar/components/Text.js +19 -0
  24. package/dist/components/Avatar/components/Text.js.map +1 -0
  25. package/dist/components/Avatar/components/Wrapper.js +30 -0
  26. package/dist/components/Avatar/components/Wrapper.js.map +1 -0
  27. package/dist/components/Avatar/context.js +13 -0
  28. package/dist/components/Avatar/context.js.map +1 -0
  29. package/dist/components/Avatar/index.js +35 -0
  30. package/dist/components/Avatar/index.js.map +1 -0
  31. package/dist/components/Avatar/styles.js +2 -0
  32. package/dist/components/Avatar/styles.js.map +1 -0
  33. package/dist/components/Avatar/types.js +2 -0
  34. package/dist/components/Avatar/types.js.map +1 -0
  35. package/dist/components/AvatarGroup/index.js +36 -0
  36. package/dist/components/AvatarGroup/index.js.map +1 -0
  37. package/dist/components/AvatarGroup/styles.js +2 -0
  38. package/dist/components/AvatarGroup/styles.js.map +1 -0
  39. package/dist/components/AvatarGroup/types.js +2 -0
  40. package/dist/components/AvatarGroup/types.js.map +1 -0
  41. package/dist/components/Backdrop/index.js +34 -0
  42. package/dist/components/Backdrop/index.js.map +1 -0
  43. package/dist/components/Backdrop/styles.js +2 -0
  44. package/dist/components/Backdrop/styles.js.map +1 -0
  45. package/dist/components/Backdrop/types.js +2 -0
  46. package/dist/components/Backdrop/types.js.map +1 -0
  47. package/dist/components/Badge/index.js +66 -0
  48. package/dist/components/Badge/index.js.map +1 -0
  49. package/dist/components/Badge/styles.js +2 -0
  50. package/dist/components/Badge/styles.js.map +1 -0
  51. package/dist/components/Badge/types.js +2 -0
  52. package/dist/components/Badge/types.js.map +1 -0
  53. package/dist/components/Button/index.js +73 -0
  54. package/dist/components/Button/index.js.map +1 -0
  55. package/dist/components/Button/styles.js +2 -0
  56. package/dist/components/Button/styles.js.map +1 -0
  57. package/dist/components/Button/types.js +2 -0
  58. package/dist/components/Button/types.js.map +1 -0
  59. package/dist/components/Calendar/index.js +100 -0
  60. package/dist/components/Calendar/index.js.map +1 -0
  61. package/dist/components/Calendar/styles.js +2 -0
  62. package/dist/components/Calendar/styles.js.map +1 -0
  63. package/dist/components/Calendar/types.js +2 -0
  64. package/dist/components/Calendar/types.js.map +1 -0
  65. package/dist/components/CalendarInput/index.js +67 -0
  66. package/dist/components/CalendarInput/index.js.map +1 -0
  67. package/dist/components/CalendarInput/styles.js +2 -0
  68. package/dist/components/CalendarInput/styles.js.map +1 -0
  69. package/dist/components/CalendarInput/types.js +2 -0
  70. package/dist/components/CalendarInput/types.js.map +1 -0
  71. package/dist/components/Checkbox/index.js +85 -0
  72. package/dist/components/Checkbox/index.js.map +1 -0
  73. package/dist/components/Checkbox/styles.js +2 -0
  74. package/dist/components/Checkbox/styles.js.map +1 -0
  75. package/dist/components/Checkbox/types.js +2 -0
  76. package/dist/components/Checkbox/types.js.map +1 -0
  77. package/dist/components/Collapse/index.js +45 -0
  78. package/dist/components/Collapse/index.js.map +1 -0
  79. package/dist/components/Collapse/types.js +2 -0
  80. package/dist/components/Collapse/types.js.map +1 -0
  81. package/dist/components/DatePickerModal/index.js +107 -0
  82. package/dist/components/DatePickerModal/index.js.map +1 -0
  83. package/dist/components/DatePickerModal/styles.js +2 -0
  84. package/dist/components/DatePickerModal/styles.js.map +1 -0
  85. package/dist/components/DatePickerModal/types.js +2 -0
  86. package/dist/components/DatePickerModal/types.js.map +1 -0
  87. package/dist/components/EmptyPlaceholder/components/Button.js +15 -0
  88. package/dist/components/EmptyPlaceholder/components/Button.js.map +1 -0
  89. package/dist/components/EmptyPlaceholder/components/Content.js +36 -0
  90. package/dist/components/EmptyPlaceholder/components/Content.js.map +1 -0
  91. package/dist/components/EmptyPlaceholder/components/Illustration.js +9 -0
  92. package/dist/components/EmptyPlaceholder/components/Illustration.js.map +1 -0
  93. package/dist/components/EmptyPlaceholder/components/Info.js +9 -0
  94. package/dist/components/EmptyPlaceholder/components/Info.js.map +1 -0
  95. package/dist/components/EmptyPlaceholder/components/Loading.js +20 -0
  96. package/dist/components/EmptyPlaceholder/components/Loading.js.map +1 -0
  97. package/dist/components/EmptyPlaceholder/context.js +13 -0
  98. package/dist/components/EmptyPlaceholder/context.js.map +1 -0
  99. package/dist/components/EmptyPlaceholder/index.js +38 -0
  100. package/dist/components/EmptyPlaceholder/index.js.map +1 -0
  101. package/dist/components/EmptyPlaceholder/styles.js +2 -0
  102. package/dist/components/EmptyPlaceholder/styles.js.map +1 -0
  103. package/dist/components/EmptyPlaceholder/types.js +2 -0
  104. package/dist/components/EmptyPlaceholder/types.js.map +1 -0
  105. package/dist/components/FileInput/index.js +126 -0
  106. package/dist/components/FileInput/index.js.map +1 -0
  107. package/dist/components/FileInput/types.js +2 -0
  108. package/dist/components/FileInput/types.js.map +1 -0
  109. package/dist/components/Grid/index.js +65 -0
  110. package/dist/components/Grid/index.js.map +1 -0
  111. package/dist/components/Grid/styles.js +2 -0
  112. package/dist/components/Grid/styles.js.map +1 -0
  113. package/dist/components/Grid/types.js +2 -0
  114. package/dist/components/Grid/types.js.map +1 -0
  115. package/dist/components/Icon/index.js +59 -0
  116. package/dist/components/Icon/index.js.map +1 -0
  117. package/dist/components/Icon/styles.js +2 -0
  118. package/dist/components/Icon/styles.js.map +1 -0
  119. package/dist/components/Icon/types.js +2 -0
  120. package/dist/components/Icon/types.js.map +1 -0
  121. package/dist/components/Image/index.js +108 -0
  122. package/dist/components/Image/index.js.map +1 -0
  123. package/dist/components/Image/styles.js +2 -0
  124. package/dist/components/Image/styles.js.map +1 -0
  125. package/dist/components/Image/types.js +2 -0
  126. package/dist/components/Image/types.js.map +1 -0
  127. package/dist/components/ImageView/Spotlight.js +139 -0
  128. package/dist/components/ImageView/Spotlight.js.map +1 -0
  129. package/dist/components/ImageView/component.js +17 -0
  130. package/dist/components/ImageView/component.js.map +1 -0
  131. package/dist/components/ImageView/index.js +3 -0
  132. package/dist/components/ImageView/index.js.map +1 -0
  133. package/dist/components/InputBase/index.js +37 -0
  134. package/dist/components/InputBase/index.js.map +1 -0
  135. package/dist/components/InputBase/styles.js +98 -0
  136. package/dist/components/InputBase/styles.js.map +1 -0
  137. package/dist/components/InputBase/types.js +2 -0
  138. package/dist/components/InputBase/types.js.map +1 -0
  139. package/dist/components/InputBase/useInputBase.js +48 -0
  140. package/dist/components/InputBase/useInputBase.js.map +1 -0
  141. package/dist/components/InputBase/useInputBasePartialStyles.js +35 -0
  142. package/dist/components/InputBase/useInputBasePartialStyles.js.map +1 -0
  143. package/dist/components/InputBase/utils.js +31 -0
  144. package/dist/components/InputBase/utils.js.map +1 -0
  145. package/dist/components/InputOverlay/index.js +68 -0
  146. package/dist/components/InputOverlay/index.js.map +1 -0
  147. package/dist/components/InputOverlay/store.js +49 -0
  148. package/dist/components/InputOverlay/store.js.map +1 -0
  149. package/dist/components/InputOverlay/types.js +2 -0
  150. package/dist/components/InputOverlay/types.js.map +1 -0
  151. package/dist/components/List/index.js +66 -0
  152. package/dist/components/List/index.js.map +1 -0
  153. package/dist/components/List/styles.js +2 -0
  154. package/dist/components/List/styles.js.map +1 -0
  155. package/dist/components/List/types.js +2 -0
  156. package/dist/components/List/types.js.map +1 -0
  157. package/dist/components/LoadingOverlay/index.js +51 -0
  158. package/dist/components/LoadingOverlay/index.js.map +1 -0
  159. package/dist/components/LoadingOverlay/styles.js +2 -0
  160. package/dist/components/LoadingOverlay/styles.js.map +1 -0
  161. package/dist/components/LoadingOverlay/types.js +2 -0
  162. package/dist/components/LoadingOverlay/types.js.map +1 -0
  163. package/dist/components/Modal/index.js +76 -0
  164. package/dist/components/Modal/index.js.map +1 -0
  165. package/dist/components/Modal/styles.js +2 -0
  166. package/dist/components/Modal/styles.js.map +1 -0
  167. package/dist/components/Modal/types.js +2 -0
  168. package/dist/components/Modal/types.js.map +1 -0
  169. package/dist/components/NumberIncrement/index.js +120 -0
  170. package/dist/components/NumberIncrement/index.js.map +1 -0
  171. package/dist/components/NumberIncrement/styles.js +2 -0
  172. package/dist/components/NumberIncrement/styles.js.map +1 -0
  173. package/dist/components/NumberIncrement/types.js +2 -0
  174. package/dist/components/NumberIncrement/types.js.map +1 -0
  175. package/dist/components/NumberIncrement/useNumberIncrement.js +116 -0
  176. package/dist/components/NumberIncrement/useNumberIncrement.js.map +1 -0
  177. package/dist/components/Pager/PagerDots.js +19 -0
  178. package/dist/components/Pager/PagerDots.js.map +1 -0
  179. package/dist/components/Pager/PagerItem.js +14 -0
  180. package/dist/components/Pager/PagerItem.js.map +1 -0
  181. package/dist/components/Pager/index.js +78 -0
  182. package/dist/components/Pager/index.js.map +1 -0
  183. package/dist/components/Pager/styles.js +2 -0
  184. package/dist/components/Pager/styles.js.map +1 -0
  185. package/dist/components/Pager/types.js +2 -0
  186. package/dist/components/Pager/types.js.map +1 -0
  187. package/dist/components/PaginationIndicator/index.js +36 -0
  188. package/dist/components/PaginationIndicator/index.js.map +1 -0
  189. package/dist/components/PaginationIndicator/styles.js +2 -0
  190. package/dist/components/PaginationIndicator/styles.js.map +1 -0
  191. package/dist/components/PaginationIndicator/types.js +2 -0
  192. package/dist/components/PaginationIndicator/types.js.map +1 -0
  193. package/dist/components/PlacesAutocomplete/index.js +71 -0
  194. package/dist/components/PlacesAutocomplete/index.js.map +1 -0
  195. package/dist/components/PlacesAutocomplete/styles.js +2 -0
  196. package/dist/components/PlacesAutocomplete/styles.js.map +1 -0
  197. package/dist/components/PlacesAutocomplete/types.js +2 -0
  198. package/dist/components/PlacesAutocomplete/types.js.map +1 -0
  199. package/dist/components/RadioInput/index.js +47 -0
  200. package/dist/components/RadioInput/index.js.map +1 -0
  201. package/dist/components/RadioInput/styles.js +2 -0
  202. package/dist/components/RadioInput/styles.js.map +1 -0
  203. package/dist/components/RadioInput/types.js +2 -0
  204. package/dist/components/RadioInput/types.js.map +1 -0
  205. package/dist/components/RefreshControl/index.js +27 -0
  206. package/dist/components/RefreshControl/index.js.map +1 -0
  207. package/dist/components/RefreshControl/styles.js +2 -0
  208. package/dist/components/RefreshControl/styles.js.map +1 -0
  209. package/dist/components/RefreshControl/types.js +2 -0
  210. package/dist/components/RefreshControl/types.js.map +1 -0
  211. package/dist/components/Scroll/index.js +40 -0
  212. package/dist/components/Scroll/index.js.map +1 -0
  213. package/dist/components/Scroll/styles.js +2 -0
  214. package/dist/components/Scroll/styles.js.map +1 -0
  215. package/dist/components/Scroll/types.js +2 -0
  216. package/dist/components/Scroll/types.js.map +1 -0
  217. package/dist/components/SearchInput/index.js +48 -0
  218. package/dist/components/SearchInput/index.js.map +1 -0
  219. package/dist/components/SectionFilters/context.js +6 -0
  220. package/dist/components/SectionFilters/context.js.map +1 -0
  221. package/dist/components/SectionFilters/index.js +47 -0
  222. package/dist/components/SectionFilters/index.js.map +1 -0
  223. package/dist/components/SectionFilters/types.js +2 -0
  224. package/dist/components/SectionFilters/types.js.map +1 -0
  225. package/dist/components/SectionFilters/useSectionFilters.js +148 -0
  226. package/dist/components/SectionFilters/useSectionFilters.js.map +1 -0
  227. package/dist/components/Sections/index.js +105 -0
  228. package/dist/components/Sections/index.js.map +1 -0
  229. package/dist/components/Sections/styles.js +2 -0
  230. package/dist/components/Sections/styles.js.map +1 -0
  231. package/dist/components/Sections/types.js +2 -0
  232. package/dist/components/Sections/types.js.map +1 -0
  233. package/dist/components/SegmentedControl/Option.js +20 -0
  234. package/dist/components/SegmentedControl/Option.js.map +1 -0
  235. package/dist/components/SegmentedControl/index.js +130 -0
  236. package/dist/components/SegmentedControl/index.js.map +1 -0
  237. package/dist/components/SegmentedControl/styles.js +2 -0
  238. package/dist/components/SegmentedControl/styles.js.map +1 -0
  239. package/dist/components/SegmentedControl/types.js +2 -0
  240. package/dist/components/SegmentedControl/types.js.map +1 -0
  241. package/dist/components/Select/index.js +204 -0
  242. package/dist/components/Select/index.js.map +1 -0
  243. package/dist/components/Select/styles.js +2 -0
  244. package/dist/components/Select/styles.js.map +1 -0
  245. package/dist/components/Select/types.js +2 -0
  246. package/dist/components/Select/types.js.map +1 -0
  247. package/dist/components/Slider/index.js +99 -0
  248. package/dist/components/Slider/index.js.map +1 -0
  249. package/dist/components/Slider/styles.js +2 -0
  250. package/dist/components/Slider/styles.js.map +1 -0
  251. package/dist/components/Slider/types.js +2 -0
  252. package/dist/components/Slider/types.js.map +1 -0
  253. package/dist/components/SortablePhotos/index.js +85 -0
  254. package/dist/components/SortablePhotos/index.js.map +1 -0
  255. package/dist/components/SortablePhotos/styles.js +2 -0
  256. package/dist/components/SortablePhotos/styles.js.map +1 -0
  257. package/dist/components/SortablePhotos/types.js +2 -0
  258. package/dist/components/SortablePhotos/types.js.map +1 -0
  259. package/dist/components/SortablePhotos/useSortablePhotos.js +143 -0
  260. package/dist/components/SortablePhotos/useSortablePhotos.js.map +1 -0
  261. package/dist/components/Switch/index.js +81 -0
  262. package/dist/components/Switch/index.js.map +1 -0
  263. package/dist/components/Switch/styles.js +2 -0
  264. package/dist/components/Switch/styles.js.map +1 -0
  265. package/dist/components/Switch/types.js +2 -0
  266. package/dist/components/Switch/types.js.map +1 -0
  267. package/dist/components/Tabs/Context.js +44 -0
  268. package/dist/components/Tabs/Context.js.map +1 -0
  269. package/dist/components/Tabs/Panel.js +21 -0
  270. package/dist/components/Tabs/Panel.js.map +1 -0
  271. package/dist/components/Tabs/Tab.js +28 -0
  272. package/dist/components/Tabs/Tab.js.map +1 -0
  273. package/dist/components/Tabs/TabList.js +16 -0
  274. package/dist/components/Tabs/TabList.js.map +1 -0
  275. package/dist/components/Tabs/index.js +34 -0
  276. package/dist/components/Tabs/index.js.map +1 -0
  277. package/dist/components/Tabs/styles.js +2 -0
  278. package/dist/components/Tabs/styles.js.map +1 -0
  279. package/dist/components/Tabs/types.js +2 -0
  280. package/dist/components/Tabs/types.js.map +1 -0
  281. package/dist/components/Text/index.js +82 -0
  282. package/dist/components/Text/index.js.map +1 -0
  283. package/dist/components/Text/styles.js +2 -0
  284. package/dist/components/Text/styles.js.map +1 -0
  285. package/dist/components/Text/types.js +2 -0
  286. package/dist/components/Text/types.js.map +1 -0
  287. package/dist/components/TextInput/index.js +99 -0
  288. package/dist/components/TextInput/index.js.map +1 -0
  289. package/dist/components/TextInput/styles.js +2 -0
  290. package/dist/components/TextInput/styles.js.map +1 -0
  291. package/dist/components/TextInput/types.js +2 -0
  292. package/dist/components/TextInput/types.js.map +1 -0
  293. package/dist/components/TextInput/useTextInput.js +66 -0
  294. package/dist/components/TextInput/useTextInput.js.map +1 -0
  295. package/dist/components/TimeInput/index.js +50 -0
  296. package/dist/components/TimeInput/index.js.map +1 -0
  297. package/dist/components/TimeInput/styles.js +2 -0
  298. package/dist/components/TimeInput/styles.js.map +1 -0
  299. package/dist/components/TimeInput/types.js +2 -0
  300. package/dist/components/TimeInput/types.js.map +1 -0
  301. package/dist/components/Touchable/index.js +170 -0
  302. package/dist/components/Touchable/index.js.map +1 -0
  303. package/dist/components/Touchable/styles.js +2 -0
  304. package/dist/components/Touchable/styles.js.map +1 -0
  305. package/dist/components/Touchable/types.js +2 -0
  306. package/dist/components/Touchable/types.js.map +1 -0
  307. package/dist/components/View/index.js +28 -0
  308. package/dist/components/View/index.js.map +1 -0
  309. package/dist/components/View/styles.js +2 -0
  310. package/dist/components/View/styles.js.map +1 -0
  311. package/dist/components/View/types.js +2 -0
  312. package/dist/components/View/types.js.map +1 -0
  313. package/dist/components/components.js +46 -0
  314. package/dist/components/components.js.map +1 -0
  315. package/dist/hooks/index.js +6 -0
  316. package/dist/hooks/index.js.map +1 -0
  317. package/dist/hooks/useAnimatedState.js +28 -0
  318. package/dist/hooks/useAnimatedState.js.map +1 -0
  319. package/dist/hooks/useAppState.js +16 -0
  320. package/dist/hooks/useAppState.js.map +1 -0
  321. package/dist/hooks/useKeyboardController.js +22 -0
  322. package/dist/hooks/useKeyboardController.js.map +1 -0
  323. package/dist/hooks/useStatusBar.js +18 -0
  324. package/dist/hooks/useStatusBar.js.map +1 -0
  325. package/dist/hooks/useStylesFor.js +13 -0
  326. package/dist/hooks/useStylesFor.js.map +1 -0
  327. package/dist/index.js +11 -0
  328. package/dist/index.js.map +1 -0
  329. package/dist/modules/PressableRipple/index.js +3 -0
  330. package/dist/modules/PressableRipple/index.js.map +1 -0
  331. package/dist/modules/PressableRipple/ripple.js +168 -0
  332. package/dist/modules/PressableRipple/ripple.js.map +1 -0
  333. package/dist/modules/PressableRipple/styles.js +18 -0
  334. package/dist/modules/PressableRipple/styles.js.map +1 -0
  335. package/dist/modules/PressableRipple/type.js +2 -0
  336. package/dist/modules/PressableRipple/type.js.map +1 -0
  337. package/dist/modules/backgroundTimer.js +33 -0
  338. package/dist/modules/backgroundTimer.js.map +1 -0
  339. package/dist/modules/formConfig.js +26 -0
  340. package/dist/modules/formConfig.js.map +1 -0
  341. package/dist/modules/index.js +3 -0
  342. package/dist/modules/index.js.map +1 -0
  343. package/dist/modules/reactNavigation.js +39 -0
  344. package/dist/modules/reactNavigation.js.map +1 -0
  345. package/dist/modules/scroll.js +59 -0
  346. package/dist/modules/scroll.js.map +1 -0
  347. package/dist/modules/textInputMask.js +7 -0
  348. package/dist/modules/textInputMask.js.map +1 -0
  349. package/dist/modules/types/textInputMask.js +2 -0
  350. package/dist/modules/types/textInputMask.js.map +1 -0
  351. package/dist/types/index.js +2 -0
  352. package/dist/types/index.js.map +1 -0
  353. package/dist/types/utility.js +2 -0
  354. package/dist/types/utility.js.map +1 -0
  355. package/dist/utils/NotificationManager/index.js +170 -0
  356. package/dist/utils/NotificationManager/index.js.map +1 -0
  357. package/dist/utils/NotificationManager/types.js +2 -0
  358. package/dist/utils/NotificationManager/types.js.map +1 -0
  359. package/dist/utils/OSAlert.js +128 -0
  360. package/dist/utils/OSAlert.js.map +1 -0
  361. package/dist/utils/StorageManager.js +84 -0
  362. package/dist/utils/StorageManager.js.map +1 -0
  363. package/dist/utils/Subscription.js +48 -0
  364. package/dist/utils/Subscription.js.map +1 -0
  365. package/dist/utils/hooks.js +199 -0
  366. package/dist/utils/hooks.js.map +1 -0
  367. package/dist/utils/index.js +11 -0
  368. package/dist/utils/index.js.map +1 -0
  369. package/dist/utils/input.js +45 -0
  370. package/dist/utils/input.js.map +1 -0
  371. package/dist/utils/locale.js +11 -0
  372. package/dist/utils/locale.js.map +1 -0
  373. package/dist/utils/misc.js +111 -0
  374. package/dist/utils/misc.js.map +1 -0
  375. package/dist/utils/theme.js +37 -0
  376. package/dist/utils/theme.js.map +1 -0
  377. package/dist/utils/useQueryListRefresh.js +33 -0
  378. package/dist/utils/useQueryListRefresh.js.map +1 -0
  379. package/package.json +19 -19
@@ -0,0 +1,204 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ /* eslint-disable max-lines */
3
+ import { TypeGuards } from '@codeleap/types';
4
+ import { onMount, onUpdate, usePrevious, useSearch, useConditionalState, } from '@codeleap/hooks';
5
+ import { useCallback, useMemo } from 'react';
6
+ import { List } from '../List';
7
+ import { TextInput } from '../TextInput';
8
+ import { Button } from '../Button';
9
+ import { useCompositionStyles } from '@codeleap/styles';
10
+ import { Modal } from '../Modal';
11
+ import { MobileStyleRegistry } from '../../Registry';
12
+ import { SearchInput } from '../SearchInput';
13
+ import { useStylesFor } from '../../hooks';
14
+ import { fields } from '@codeleap/form';
15
+ import { useInputBase } from '../InputBase/useInputBase';
16
+ export * from './styles';
17
+ export * from './types';
18
+ /** Client-side only — skipped entirely when `loadOptions` is provided, since server search supersedes local filtering. */
19
+ const defaultFilterFunction = (search, options) => {
20
+ return options.filter((option) => {
21
+ if (TypeGuards.isString(option.label)) {
22
+ return option.label.toLowerCase().includes(search.toLowerCase());
23
+ }
24
+ return option.label === search;
25
+ });
26
+ };
27
+ const defaultGetLabel = (option) => {
28
+ if (TypeGuards.isArray(option)) {
29
+ if (option?.length === 0)
30
+ return null;
31
+ const labels = option?.map(option => option?.label)?.filter(value => !!value);
32
+ return labels?.join(', ');
33
+ }
34
+ else {
35
+ if (!option)
36
+ return null;
37
+ return option?.label;
38
+ }
39
+ };
40
+ /**
41
+ * The TextInput here is intentionally non-editable — `onValueChange` returns the current label
42
+ * to prevent the native keyboard from mutating the display value directly. Editing is done via the modal.
43
+ */
44
+ const OuterInput = (props) => {
45
+ const { currentValueLabel, debugName, clearIcon, label, toggle, style, placeholder, disabled = false, inputProps = {}, } = props;
46
+ return _jsx(TextInput, { value: TypeGuards.isString(currentValueLabel) ? currentValueLabel : null, onValueChange: () => currentValueLabel, rightIcon: clearIcon, onPress: disabled ? null : () => toggle(), disabled: disabled, label: label, debugName: debugName, style: style, innerWrapperProps: {
47
+ rippleDisabled: true,
48
+ }, placeholder: placeholder, ...inputProps });
49
+ };
50
+ /**
51
+ * Dropdown is always rendered inside a Modal — there is no native ActionSheet or platform-specific
52
+ * picker. Keyboard is not auto-dismissed on open; pass `keyboardShouldPersistTaps` via `listProps`
53
+ * if the modal appears beneath a focused input.
54
+ */
55
+ export const Select = (selectProps) => {
56
+ const allProps = {
57
+ ...Select.defaultProps,
58
+ ...selectProps,
59
+ };
60
+ const { label, options = [], style, description, renderItem: Item, listProps, debugName, placeholder, arrowIconName, clearIconName, clearable, selectedIcon, inputProps = {}, hideInput, itemProps = {}, searchable, loadOptions, multiple, closeOnSelect = !multiple, limit = null, defaultOptions = options, visible: _visible, toggle: _toggle, ListHeaderComponent, ListComponent, onLoadOptionsError, loadOptionsOnMount = defaultOptions.length === 0, loadOptionsOnOpen, filterItems, getLabel, searchInputProps, outerInputComponent, disabled, field, value, onValueChange, onSelect, ...modalProps } = allProps;
61
+ const { inputValue, onInputValueChange, } = useInputBase(field, fields.selectable, { value, onValueChange });
62
+ const isValueArray = TypeGuards.isArray(inputValue) && multiple;
63
+ const { loading, setLoading, labelOptions, setLabelOptions, filteredOptions, load, onChangeSearch, } = useSearch({
64
+ value: inputValue,
65
+ multiple,
66
+ options,
67
+ filterItems,
68
+ debugName,
69
+ defaultOptions,
70
+ loadOptions,
71
+ onLoadOptionsError,
72
+ });
73
+ const [visible, toggle] = useConditionalState(_visible, _toggle, { initialValue: false, isBooleanToggle: true });
74
+ const currentValueLabel = useMemo(() => {
75
+ const _options = (multiple ? labelOptions : labelOptions?.[0]);
76
+ const label = getLabel(_options);
77
+ return label;
78
+ }, [labelOptions]);
79
+ onMount(() => {
80
+ if (loadOptionsOnMount && !!loadOptions) {
81
+ load();
82
+ }
83
+ });
84
+ const prevVisible = usePrevious(visible);
85
+ onUpdate(() => {
86
+ if (visible && !prevVisible && loadOptionsOnOpen && !!loadOptions) {
87
+ load();
88
+ }
89
+ }, [visible, prevVisible]);
90
+ const styles = useStylesFor(Select.styleRegistryName, style);
91
+ const compositionStyles = useCompositionStyles(['item', 'list', 'input', 'searchInput'], styles);
92
+ const currentOptions = searchable ? filteredOptions : defaultOptions;
93
+ const close = () => toggle?.();
94
+ const select = useCallback((selectedValue) => {
95
+ let newValue = null;
96
+ let newOption = null;
97
+ let removedIndex = null;
98
+ if (multiple && isValueArray) {
99
+ if (inputValue.includes(selectedValue)) {
100
+ removedIndex = inputValue.findIndex(v => v === selectedValue);
101
+ newValue = inputValue.filter((v, i) => i !== removedIndex);
102
+ }
103
+ else {
104
+ if (TypeGuards.isNumber(limit) && inputValue.length >= limit) {
105
+ return;
106
+ }
107
+ newOption = currentOptions.find(o => o.value === selectedValue);
108
+ newValue = [...inputValue, selectedValue];
109
+ }
110
+ }
111
+ else {
112
+ newValue = selectedValue;
113
+ newOption = currentOptions.find(o => o.value === selectedValue);
114
+ }
115
+ onInputValueChange(newValue);
116
+ onSelect?.(newValue);
117
+ if (isValueArray) {
118
+ if (removedIndex !== null) {
119
+ const newOptions = [...labelOptions];
120
+ newOptions.splice(removedIndex, 1);
121
+ setLabelOptions(newOptions);
122
+ }
123
+ else {
124
+ const newLabels = [...labelOptions, newOption];
125
+ setLabelOptions(newLabels);
126
+ }
127
+ }
128
+ else {
129
+ setLabelOptions([newOption]);
130
+ }
131
+ if (closeOnSelect) {
132
+ close?.();
133
+ }
134
+ }, [isValueArray, (isValueArray ? inputValue : [inputValue]), limit, multiple, labelOptions, currentOptions]);
135
+ const renderListItem = useCallback(({ item, index }) => {
136
+ let selected = false;
137
+ if (multiple && isValueArray) {
138
+ selected = inputValue?.includes(item.value);
139
+ }
140
+ else {
141
+ selected = inputValue === item.value;
142
+ }
143
+ return (_jsx(Item, { debugName: `${debugName} item ${item.value}`, selected: selected, text: item.label, item: item, onPress: () => select(item.value),
144
+ // @ts-ignore
145
+ icon: selectedIcon,
146
+ // @ts-ignore
147
+ rightIcon: selectedIcon, style: compositionStyles?.item, index: index, ...itemProps }));
148
+ }, [inputValue, select, multiple]);
149
+ const isEmpty = TypeGuards.isNil(inputValue);
150
+ const showClearIcon = !isEmpty && clearable;
151
+ const inputIcon = showClearIcon ? clearIconName : arrowIconName;
152
+ const onPressInputIcon = () => {
153
+ if (showClearIcon) {
154
+ onInputValueChange(null);
155
+ }
156
+ else {
157
+ close?.();
158
+ }
159
+ };
160
+ /** Debounce is only applied when `loadOptions` is provided; local filtering runs synchronously. */
161
+ const searchHeader = searchable ? _jsx(SearchInput, { debugName: debugName, onTypingChange: (isTyping) => {
162
+ if (searchable && !!loadOptions) {
163
+ setLoading(isTyping);
164
+ }
165
+ }, debounce: !!loadOptions ? 800 : null, onSearchChange: onChangeSearch, style: compositionStyles?.searchInput, ...searchInputProps }) : null;
166
+ const _ListHeaderComponent = useMemo(() => {
167
+ if (ListHeaderComponent) {
168
+ return _jsx(ListHeaderComponent, { searchComponent: searchHeader });
169
+ }
170
+ return searchHeader;
171
+ }, [searchable, ListHeaderComponent]);
172
+ const Input = outerInputComponent;
173
+ return _jsxs(_Fragment, { children: [!hideInput ? (_jsx(Input, { clearIcon: {
174
+ icon: inputIcon,
175
+ onPress: disabled ? null : onPressInputIcon,
176
+ }, currentValueLabel: currentValueLabel, debugName: `${debugName} select input`, style: compositionStyles?.input, ...allProps, ...inputProps, visible: visible, toggle: toggle })) : null, _jsx(Modal, { title: label, description: description, ...modalProps, debugName: `${debugName} modal`, style: styles, id: null, visible: visible, toggle: toggle, children: _jsx(ListComponent, { data: searchable ? filteredOptions : options, scrollEnabled: true, showsHorizontalScrollIndicator: false, style: compositionStyles?.list, keyExtractor: (i) => i.value, renderItem: renderListItem, fakeEmpty: loading, separators: true, keyboardAware: false, ...listProps, ListHeaderComponent: _ListHeaderComponent, placeholder: {
177
+ loading,
178
+ } }) })] });
179
+ };
180
+ Select.styleRegistryName = 'Select';
181
+ Select.elements = [...Modal.elements, 'input', 'list', 'item', 'searchInput'];
182
+ Select.rootElement = 'inputWrapper';
183
+ Select.withVariantTypes = (styles) => {
184
+ return Select;
185
+ };
186
+ Select.defaultProps = {
187
+ getLabel: defaultGetLabel,
188
+ outerInputComponent: OuterInput,
189
+ searchInputProps: {},
190
+ arrowIconName: 'chevrons-up-down',
191
+ clearIconName: 'x',
192
+ placeholder: 'Select',
193
+ clearable: false,
194
+ selectedIcon: 'check',
195
+ hideInput: false,
196
+ multiple: false,
197
+ loadOptionsOnOpen: false,
198
+ disabled: false,
199
+ filterItems: defaultFilterFunction,
200
+ renderItem: Button,
201
+ ListComponent: List,
202
+ };
203
+ MobileStyleRegistry.registerComponent(Select);
204
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Select/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/Select/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Select/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,99 @@
1
+ import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import React from 'react';
3
+ import { Slider as RNSlider } from '@miblanchard/react-native-slider';
4
+ import { TypeGuards } from '@codeleap/types';
5
+ import { onUpdate } from '@codeleap/hooks';
6
+ import { InputBase, selectInputBaseProps } from '../InputBase';
7
+ import { Text } from '../Text';
8
+ import { View } from '../View';
9
+ import { Touchable } from '../Touchable';
10
+ import { MobileStyleRegistry } from '../../Registry';
11
+ import { useStylesFor } from '../../hooks';
12
+ import { useInputBase } from '../InputBase/useInputBase';
13
+ import { fields } from '@codeleap/form';
14
+ import { useInputBasePartialStyles } from '../InputBase/useInputBasePartialStyles';
15
+ export * from './styles';
16
+ export * from './types';
17
+ const DefaultSliderTrackMark = (props) => {
18
+ const { style, onPress } = props;
19
+ if (!TypeGuards.isString(props.content)) {
20
+ return _jsx(_Fragment, { children: props.content });
21
+ }
22
+ return _jsx(Text, { text: props.content, style: style, onPress: onPress });
23
+ };
24
+ const minimumValue = 0;
25
+ const maximumValue = 100;
26
+ export const Slider = (props) => {
27
+ const { inputBaseProps: { label: _label, description: _description, ..._inputBaseProps }, others, } = selectInputBaseProps({
28
+ ...Slider.defaultProps,
29
+ ...props,
30
+ });
31
+ const { debounce = null, field, label, description, debugName, style, disabled, trackMarks, trackMarksClickable, labelClickable, updateImmediately = false, trackMarkComponent: SliderTrackMark, value, onValueChange, ...sliderProps } = others;
32
+ const { wrapperRef, inputValue, onInputValueChange, } = useInputBase(field, fields.number, { value, onValueChange });
33
+ /**
34
+ * When `updateImmediately` is false, the committed value is only written on `onSlidingComplete`
35
+ * to avoid flooding the form/state store with every pixel of movement; `_value` is the local
36
+ * thumb position and `inputValue` is the last committed value.
37
+ */
38
+ const [_value, _setValue] = updateImmediately ? [inputValue, onInputValueChange] : React.useState(0);
39
+ onUpdate(() => {
40
+ if (updateImmediately)
41
+ return;
42
+ if (inputValue !== _value) {
43
+ _setValue(inputValue);
44
+ }
45
+ }, [inputValue]);
46
+ const styles = useStylesFor(Slider.styleRegistryName, style);
47
+ const partialStyles = useInputBasePartialStyles(styles, ['thumb', 'track', 'selectedTrack', 'unselectedTrack', 'sliderContainer', 'trackMark'], { disabled });
48
+ const trackMarksHaveContent = !(TypeGuards.isArray(trackMarks) || TypeGuards.isNil(trackMarks));
49
+ const trackMarksProp = React.useMemo(() => {
50
+ if (!trackMarksHaveContent) {
51
+ return trackMarks;
52
+ }
53
+ return Object.keys(trackMarks).map((key) => Number(key));
54
+ }, [trackMarksHaveContent]);
55
+ return (_jsxs(InputBase, { ..._inputBaseProps, ref: wrapperRef, disabled: disabled, style: styles, labelAsRow: true, children: [label || description ? (_jsxs(View, { style: styles.labelRow, children: [label ? (_jsx(Touchable, { onPress: () => labelClickable ? onInputValueChange(sliderProps?.minimumValue || minimumValue) : null, style: styles.labelBtn, debugName: 'slider title', children: _jsx(Text, { style: styles?.label, text: label }) })) : null, description ? (_jsx(Touchable, { onPress: () => labelClickable ? onInputValueChange(sliderProps?.maximumValue || maximumValue) : null, style: styles?.descriptionBtn, debugName: 'slider description', children: _jsx(Text, { style: styles?.description, text: description }) })) : null] })) : null, _jsx(RNSlider, { value: _value, onValueChange: _setValue, thumbStyle: partialStyles?.thumb, trackStyle: partialStyles?.track, minimumTrackStyle: partialStyles?.selectedTrack, maximumTrackStyle: partialStyles?.unselectedTrack, containerStyle: partialStyles?.sliderContainer, minimumValue: minimumValue, maximumValue: maximumValue, onSlidingComplete: () => {
56
+ if (updateImmediately)
57
+ return;
58
+ onInputValueChange(_value);
59
+ }, disabled: disabled, ...sliderProps, trackMarks: trackMarksProp }), trackMarksProp ? (_jsx(View, { style: styles?.trackMarkWrapper, children: trackMarksProp.map((_, idx) => {
60
+ let idxStyle = {};
61
+ if (idx === 0) {
62
+ idxStyle = styles?.firstTrackMark;
63
+ }
64
+ else if (idx === trackMarksProp.length - 1) {
65
+ idxStyle = styles?.lastTrackMark;
66
+ }
67
+ const style = [partialStyles?.trackMark, idxStyle];
68
+ if (!trackMarksHaveContent) {
69
+ return _jsx(SliderTrackMark, { index: idx, style: style, onPress: () => trackMarksClickable ? onInputValueChange(trackMarksProp[idx]) : null }, idx);
70
+ }
71
+ const relativeValue = trackMarksProp[idx];
72
+ const content = trackMarks[relativeValue];
73
+ return _jsx(SliderTrackMark, { index: idx, content: content, style: style, onPress: () => trackMarksClickable ? onInputValueChange(trackMarksProp[idx]) : null }, idx);
74
+ }) })) : null] }));
75
+ };
76
+ Slider.styleRegistryName = 'Slider';
77
+ Slider.rootElement = 'wrapper';
78
+ Slider.elements = [
79
+ ...InputBase.elements,
80
+ 'thumb',
81
+ 'track',
82
+ 'selectedTrack',
83
+ 'unselectedTrack',
84
+ 'firstTrackMark',
85
+ 'lastTrackMark',
86
+ 'sliderContainer',
87
+ 'labelBtn',
88
+ 'descriptionBtn',
89
+ ];
90
+ Slider.withVariantTypes = (styles) => {
91
+ return Slider;
92
+ };
93
+ Slider.defaultProps = {
94
+ trackMarksClickable: false,
95
+ labelClickable: false,
96
+ trackMarkComponent: DefaultSliderTrackMark,
97
+ };
98
+ MobileStyleRegistry.registerComponent(Slider);
99
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/Slider/index.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AACzB,OAAO,EAAE,MAAM,IAAI,QAAQ,EAAE,MAAM,kCAAkC,CAAA;AACrE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAA;AAE1C,OAAO,EAAE,SAAS,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAA;AAC9D,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAA;AAC9B,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;AAC1C,OAAO,EAAE,YAAY,EAAE,MAAM,2BAA2B,CAAA;AACxD,OAAO,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAA;AACvC,OAAO,EAAE,yBAAyB,EAAE,MAAM,wCAAwC,CAAA;AAElF,cAAc,UAAU,CAAA;AACxB,cAAc,SAAS,CAAA;AAEvB,MAAM,sBAAsB,GAAG,CAAC,KAAqB,EAAE,EAAE;IACvD,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,GAAG,KAAK,CAAA;IAEhC,IAAI,CAAC,UAAU,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC;QACxC,OAAO,4BACJ,KAAK,CAAC,OAAO,GACb,CAAA;IACL,CAAC;IAED,OAAO,KAAC,IAAI,IACV,IAAI,EAAE,KAAK,CAAC,OAAO,EACnB,KAAK,EAAE,KAAK,EACZ,OAAO,EAAE,OAAO,GAChB,CAAA;AACJ,CAAC,CAAA;AAED,MAAM,YAAY,GAAG,CAAC,CAAA;AACtB,MAAM,YAAY,GAAG,GAAG,CAAA;AAExB,MAAM,CAAC,MAAM,MAAM,GAAG,CAAC,KAAkB,EAAE,EAAE;IAC3C,MAAM,EACJ,cAAc,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,YAAY,EAAE,GAAG,eAAe,EAAE,EAChF,MAAM,GACP,GAAG,oBAAoB,CAAC;QACvB,GAAG,MAAM,CAAC,YAAY;QACtB,GAAG,KAAK;KACT,CAAC,CAAA;IAEF,MAAM,EACJ,QAAQ,GAAG,IAAI,EACf,KAAK,EACL,KAAK,EACL,WAAW,EACX,SAAS,EACT,KAAK,EACL,QAAQ,EACR,UAAU,EACV,mBAAmB,EACnB,cAAc,EACd,iBAAiB,GAAG,KAAK,EACzB,kBAAkB,EAAE,eAAe,EACnC,KAAK,EACL,aAAa,EACb,GAAG,WAAW,EACf,GAAG,MAAM,CAAA;IAEV,MAAM,EACJ,UAAU,EACV,UAAU,EACV,kBAAkB,GACnB,GAAG,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC,CAAA;IAEhE;;;;OAIG;IACH,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,GAAG,iBAAiB,CAAC,CAAC,CAAC,CAAC,UAAU,EAAE,kBAAkB,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,QAAQ,CAAyB,CAAC,CAAC,CAAA;IAE5H,QAAQ,CAAC,GAAG,EAAE;QACZ,IAAI,iBAAiB;YAAE,OAAM;QAC7B,IAAI,UAAU,KAAK,MAAM,EAAE,CAAC;YAC1B,SAAS,CAAC,UAAU,CAAC,CAAA;QACvB,CAAC;IACH,CAAC,EAAE,CAAC,UAAU,CAAC,CAAC,CAAA;IAEhB,MAAM,MAAM,GAAG,YAAY,CAAC,MAAM,CAAC,iBAAiB,EAAE,KAAK,CAAC,CAAA;IAE5D,MAAM,aAAa,GAAG,yBAAyB,CAC7C,MAAM,EACN,CAAC,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,WAAW,CAAC,EACtF,EAAE,QAAQ,EAAE,CACb,CAAA;IAED,MAAM,qBAAqB,GAAG,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC,UAAU,CAAC,IAAI,UAAU,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAA;IAE/F,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,CAAC,GAAG,EAAE;QACxC,IAAI,CAAC,qBAAqB,EAAE,CAAC;YAC3B,OAAO,UAAU,CAAA;QACnB,CAAC;QACD,OAAO,MAAM,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,CAAA;IAC1D,CAAC,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAA;IAE3B,OAAO,CACL,MAAC,SAAS,OACJ,eAAe,EACnB,GAAG,EAAE,UAAU,EACf,QAAQ,EAAE,QAAQ,EAClB,KAAK,EAAE,MAAM,EACb,UAAU,mBAET,KAAK,IAAI,WAAW,CAAC,CAAC,CAAC,CACtB,MAAC,IAAI,IAAC,KAAK,EAAE,MAAM,CAAC,QAAQ,aACzB,KAAK,CAAC,CAAC,CAAC,CACP,KAAC,SAAS,IACR,OAAO,EAAE,GAAG,EAAE,CAAC,cAAc,CAAC,CAAC,CAAC,kBAAkB,CAAC,WAAW,EAAE,YAAY,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,EACpG,KAAK,EAAE,MAAM,CAAC,QAAQ,EACtB,SAAS,EAAC,cAAc,YAExB,KAAC,IAAI,IAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,GAAI,GACjC,CACb,CAAC,CAAC,CAAC,IAAI,EACP,WAAW,CAAC,CAAC,CAAC,CACb,KAAC,SAAS,IACR,OAAO,EAAE,GAAG,EAAE,CAAC,cAAc,CAAC,CAAC,CAAC,kBAAkB,CAAC,WAAW,EAAE,YAAY,IAAI,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI,EACpG,KAAK,EAAE,MAAM,EAAE,cAAc,EAC7B,SAAS,EAAC,oBAAoB,YAE9B,KAAC,IAAI,IAAC,KAAK,EAAE,MAAM,EAAE,WAAW,EAAE,IAAI,EAAE,WAAW,GAAI,GAC7C,CACb,CAAC,CAAC,CAAC,IAAI,IACH,CACR,CAAC,CAAC,CAAC,IAAI,EAGR,KAAC,QAAQ,IACP,KAAK,EAAE,MAAM,EACb,aAAa,EAAE,SAAS,EACxB,UAAU,EAAE,aAAa,EAAE,KAAK,EAChC,UAAU,EAAE,aAAa,EAAE,KAAK,EAChC,iBAAiB,EAAE,aAAa,EAAE,aAAa,EAC/C,iBAAiB,EAAE,aAAa,EAAE,eAAe,EACjD,cAAc,EAAE,aAAa,EAAE,eAAe,EAC9C,YAAY,EAAE,YAAY,EAC1B,YAAY,EAAE,YAAY,EAC1B,iBAAiB,EAAE,GAAG,EAAE;oBACtB,IAAI,iBAAiB;wBAAE,OAAM;oBAC7B,kBAAkB,CAAC,MAAM,CAAC,CAAA;gBAC5B,CAAC,EACD,QAAQ,EAAE,QAAQ,KACd,WAAW,EACf,UAAU,EAAE,cAAc,GAC1B,EAEA,cAAc,CAAC,CAAC,CAAC,CACf,KAAC,IAAI,IAAC,KAAK,EAAE,MAAM,EAAE,gBAAgB,YAEjC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE;oBAC5B,IAAI,QAAQ,GAAG,EAAE,CAAA;oBAEjB,IAAI,GAAG,KAAK,CAAC,EAAE,CAAC;wBACd,QAAQ,GAAG,MAAM,EAAE,cAAc,CAAA;oBACnC,CAAC;yBAAM,IAAI,GAAG,KAAK,cAAc,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;wBAC7C,QAAQ,GAAG,MAAM,EAAE,aAAa,CAAA;oBAClC,CAAC;oBAED,MAAM,KAAK,GAAG,CAAC,aAAa,EAAE,SAAS,EAAE,QAAQ,CAAC,CAAA;oBAElD,IAAI,CAAC,qBAAqB,EAAE,CAAC;wBAC3B,OAAO,KAAC,eAAe,IACrB,KAAK,EAAE,GAAG,EACV,KAAK,EAAE,KAAK,EAEZ,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,kBAAkB,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,IAD9E,GAAG,CAER,CAAA;oBACJ,CAAC;oBAED,MAAM,aAAa,GAAG,cAAc,CAAC,GAAG,CAAC,CAAA;oBACzC,MAAM,OAAO,GAAG,UAAU,CAAC,aAAa,CAAC,CAAA;oBAEzC,OAAO,KAAC,eAAe,IACrB,KAAK,EAAE,GAAG,EACV,OAAO,EAAE,OAAO,EAChB,KAAK,EAAE,KAAK,EAEZ,OAAO,EAAE,GAAG,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,kBAAkB,CAAC,cAAc,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,IAD9E,GAAG,CAER,CAAA;gBACJ,CAAC,CAAC,GAEC,CACR,CAAC,CAAC,CAAC,IAAI,IAEA,CACb,CAAA;AACH,CAAC,CAAA;AAED,MAAM,CAAC,iBAAiB,GAAG,QAAQ,CAAA;AACnC,MAAM,CAAC,WAAW,GAAG,SAAS,CAAA;AAC9B,MAAM,CAAC,QAAQ,GAAG;IAChB,GAAG,SAAS,CAAC,QAAQ;IACrB,OAAO;IACP,OAAO;IACP,eAAe;IACf,iBAAiB;IACjB,gBAAgB;IAChB,eAAe;IACf,iBAAiB;IACjB,UAAU;IACV,gBAAgB;CACjB,CAAA;AAED,MAAM,CAAC,gBAAgB,GAAG,CAAsB,MAAS,EAAE,EAAE;IAC3D,OAAO,MAA2E,CAAA;AACpF,CAAC,CAAA;AAED,MAAM,CAAC,YAAY,GAAG;IACpB,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,sBAAsB;CACnB,CAAA;AAEzB,mBAAmB,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAA"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/Slider/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/Slider/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,85 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { useNestedStylesByKey } from '@codeleap/styles';
3
+ import { FileInput } from '../FileInput';
4
+ import { Icon } from '../Icon';
5
+ import { Image } from '../Image';
6
+ import { View } from 'react-native';
7
+ import { useSortablePhotos } from './useSortablePhotos';
8
+ import { useStylesFor } from '../../hooks';
9
+ import { MobileStyleRegistry } from '../../Registry';
10
+ import { ActivityIndicator } from '../ActivityIndicator';
11
+ import Sortable from 'react-native-sortables';
12
+ import { GestureHandlerRootView } from 'react-native-gesture-handler';
13
+ import { useCallback } from 'react';
14
+ export * from './styles';
15
+ export * from './types';
16
+ const DefaultItem = (props) => {
17
+ const { photo, styles, emptyIcon } = props;
18
+ return (_jsx(View, { style: styles.photoWrapper, children: !!photo?.filename
19
+ ? _jsx(Image, { resizeMode: 'cover', source: { uri: photo?.file }, style: styles.photoImage })
20
+ : _jsx(Icon, { name: emptyIcon, style: styles.photoEmptyIcon }) }));
21
+ };
22
+ const defaultGetFilename = (file) => {
23
+ if (!file)
24
+ return null;
25
+ const filenameWithExtension = file?.split?.('/').pop();
26
+ if (filenameWithExtension) {
27
+ return filenameWithExtension?.split('.').slice(0, -1).join('.');
28
+ }
29
+ return new Date().toISOString();
30
+ };
31
+ /**
32
+ * Must be wrapped in its own GestureHandlerRootView to avoid gesture conflicts with any
33
+ * parent ScrollView or gesture handler; nesting GestureHandlerRootView is intentional here.
34
+ */
35
+ export const SortablePhotos = (props) => {
36
+ const allProps = {
37
+ ...SortablePhotos.defaultProps,
38
+ ...props,
39
+ };
40
+ const { numColumns, renderPhoto: RenderItem, gap, multiple, pickerConfig, emptyIcon, style, loading, ...rest } = allProps;
41
+ const styles = useStylesFor(SortablePhotos.styleRegistryName, style);
42
+ const loaderStyles = useNestedStylesByKey('loader', styles);
43
+ const { input, handlePressPhoto, numberPhotosMissing, enabledDragDrop, onChangePhotosOrder, data, } = useSortablePhotos(allProps);
44
+ const fileInputPickerOptions = {
45
+ ...SortablePhotos.defaultProps.pickerConfig,
46
+ ...pickerConfig,
47
+ multiple,
48
+ maxFiles: numberPhotosMissing,
49
+ };
50
+ /** useCallback is required — Sortable.Grid re-renders every item when renderItem identity changes, causing visible flicker during drag. */
51
+ const renderItem = useCallback(({ item, index }) => (_jsx(Sortable.Pressable, { onPress: () => handlePressPhoto(item, index), children: _jsx(RenderItem, { photo: item, order: index, styles: styles, emptyIcon: emptyIcon }) })), [handlePressPhoto]);
52
+ if (loading) {
53
+ return (_jsx(View, { style: [styles.wrapper, styles['wrapper:loading']], children: _jsx(ActivityIndicator, { style: loaderStyles }) }));
54
+ }
55
+ return _jsx(GestureHandlerRootView, { children: _jsxs(View, { style: styles.wrapper, children: [_jsx(FileInput, { mode: 'hidden', ref: input.ref, pickerOptions: fileInputPickerOptions }), _jsx(Sortable.Grid, { columns: numColumns, columnGap: gap, rowGap: gap, sortEnabled: enabledDragDrop, showDropIndicator: true, ...rest, data: data, renderItem: renderItem, onDragEnd: ({ data }) => onChangePhotosOrder(data) })] }) });
56
+ };
57
+ SortablePhotos.styleRegistryName = 'SortablePhotos';
58
+ SortablePhotos.elements = ['wrapper', 'photo', 'loader'];
59
+ SortablePhotos.rootElement = 'wrapper';
60
+ SortablePhotos.withVariantTypes = (styles) => {
61
+ return SortablePhotos;
62
+ };
63
+ SortablePhotos.defaultProps = {
64
+ numPhotos: 9,
65
+ numColumns: 3,
66
+ renderPhoto: DefaultItem,
67
+ multiple: true,
68
+ gap: 8,
69
+ emptyIcon: 'plus',
70
+ modalTitle: 'Photos',
71
+ modalBody: null,
72
+ modalLibraryText: 'Choose from gallery',
73
+ modalCameraText: 'Take a photo',
74
+ modalDeleteText: 'Remove photo',
75
+ getFilename: defaultGetFilename,
76
+ pickerConfig: {
77
+ cropping: true,
78
+ showCropFrame: true,
79
+ compressImageMaxHeight: 1700,
80
+ compressImageMaxWidth: 1700,
81
+ compressImageQuality: 0.8,
82
+ },
83
+ };
84
+ MobileStyleRegistry.registerComponent(SortablePhotos);
85
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/SortablePhotos/index.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.js","sourceRoot":"","sources":["../../../src/components/SortablePhotos/styles.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/SortablePhotos/types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,143 @@
1
+ import { alert } from '@codeleap/portals';
2
+ import { useEffect, useMemo, useState } from '@codeleap/hooks';
3
+ import { useFileInput } from '../FileInput';
4
+ import { logger } from '@codeleap/logger';
5
+ export const useSortablePhotos = (props) => {
6
+ const { onChangePhotos, onPressPhoto, modalBody, modalTitle, modalCameraText, modalDeleteText, modalLibraryText, getFilename, numPhotos, loading, photos: currentPhotos } = props;
7
+ const input = useFileInput();
8
+ const [data, setData] = useState([]);
9
+ const onChange = (photos) => {
10
+ const { newPhotos, sortedPhotos } = sortPhotos(photos);
11
+ setData(sortedPhotos);
12
+ onChangePhotos(newPhotos);
13
+ };
14
+ /**
15
+ * Runs only when `loading` transitions to false so the grid initialises with the full fixed
16
+ * number of slots (real photos + empty placeholders) in a single synchronous commit, avoiding
17
+ * a visible layout jump that would occur if empty slots were appended separately.
18
+ */
19
+ useEffect(() => {
20
+ if (!loading && data?.length < numPhotos) {
21
+ const currentLength = currentPhotos?.length ?? 0;
22
+ const length = Math.abs(numPhotos - currentLength);
23
+ const fillPhotos = Array(length).fill({ filename: null, file: null });
24
+ const newPhotos = currentPhotos.concat(fillPhotos).map((photo, idx) => ({ ...photo, key: idx + '-photo' }));
25
+ setData(newPhotos);
26
+ onChangePhotos(assignOrder(currentPhotos));
27
+ }
28
+ }, [loading]);
29
+ /** Drag-and-drop is disabled when only one photo is filled; there is nothing meaningful to reorder. */
30
+ const { emptyIndexes, numberPhotosMissing, enabledDragDrop } = useMemo(() => {
31
+ const copyPhotos = [...data];
32
+ const emptyIndexes = copyPhotos.reduce((indexes, photo, index) => {
33
+ if (!photo?.filename) {
34
+ indexes.push(index);
35
+ }
36
+ return indexes;
37
+ }, []);
38
+ const numberPhotosMissing = emptyIndexes?.length;
39
+ const enabledDragDrop = numberPhotosMissing < numPhotos - 1;
40
+ return {
41
+ emptyIndexes,
42
+ numberPhotosMissing,
43
+ enabledDragDrop,
44
+ };
45
+ }, [JSON.stringify(data)]);
46
+ const assignOrder = (photos) => {
47
+ return photos.map((photo, idx) => ({ ...photo, order: idx }));
48
+ };
49
+ /**
50
+ * After a drag the Sortable.Grid emits all slots in their new visual order, including empty
51
+ * slots. This re-packs filled photos to the front while preserving the per-slot `key` values
52
+ * so the grid layout stays stable and empty slots don't accumulate at random positions.
53
+ */
54
+ const sortPhotos = (_unorderedPhotos) => {
55
+ const unorderedPhotos = [..._unorderedPhotos];
56
+ const newPhotos = unorderedPhotos.filter(photo => !!photo?.filename);
57
+ const sortedPhotos = unorderedPhotos.map((photo, index) => ({
58
+ ...(newPhotos[index] ?? { file: null, filename: null }),
59
+ key: photo?.key
60
+ }));
61
+ return {
62
+ sortedPhotos,
63
+ newPhotos: assignOrder(newPhotos),
64
+ };
65
+ };
66
+ const handleOpenPicker = async (pickerType, photo, order) => {
67
+ let files = [];
68
+ const isEdit = !!photo?.filename;
69
+ try {
70
+ files = await input?.openFilePicker(pickerType, {
71
+ multiple: isEdit ? false : props?.multiple
72
+ });
73
+ }
74
+ catch (error) {
75
+ logger.error('Error opening file picker:', error);
76
+ }
77
+ if (files?.length <= 0)
78
+ return null;
79
+ const isMultiple = files?.length > 1 && !isEdit;
80
+ const newPhotos = [...data];
81
+ if (isMultiple) {
82
+ for (const fileIndex in files) {
83
+ const file = files?.[fileIndex];
84
+ const order = emptyIndexes[fileIndex];
85
+ const uri = file?.file?.uri;
86
+ const filename = getFilename(uri);
87
+ newPhotos[order] = {
88
+ ...newPhotos[order],
89
+ filename,
90
+ file: uri,
91
+ };
92
+ }
93
+ }
94
+ else {
95
+ const file = files?.[0];
96
+ const uri = file?.file?.uri;
97
+ const filename = getFilename(uri);
98
+ newPhotos[order] = {
99
+ ...newPhotos[order],
100
+ filename,
101
+ file: uri,
102
+ };
103
+ }
104
+ onChange(newPhotos);
105
+ };
106
+ const handleDeletePhoto = (photo, order) => {
107
+ const newPhotos = [...data];
108
+ newPhotos[order] = {
109
+ ...newPhotos[order],
110
+ filename: null,
111
+ file: null,
112
+ };
113
+ onChange(newPhotos);
114
+ };
115
+ const handlePressPhoto = (photo, order) => {
116
+ alert.ask({
117
+ title: modalTitle,
118
+ body: modalBody,
119
+ options: [
120
+ { text: modalLibraryText, onPress: () => handleOpenPicker('library', photo, order) },
121
+ { text: modalCameraText, onPress: () => handleOpenPicker('camera', photo, order) },
122
+ !!photo?.filename && { text: modalDeleteText, onPress: () => handleDeletePhoto(photo, order) },
123
+ ],
124
+ });
125
+ onPressPhoto?.(data, photo, order);
126
+ };
127
+ const onChangePhotosOrder = (newData) => {
128
+ onChange(newData);
129
+ };
130
+ return {
131
+ input,
132
+ handlePressPhoto,
133
+ handleDeletePhoto,
134
+ handleOpenPicker,
135
+ sortPhotos,
136
+ numberPhotosMissing,
137
+ onChangePhotosOrder,
138
+ emptyIndexes,
139
+ data,
140
+ enabledDragDrop,
141
+ };
142
+ };
143
+ //# sourceMappingURL=useSortablePhotos.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSortablePhotos.js","sourceRoot":"","sources":["../../../src/components/SortablePhotos/useSortablePhotos.ts"],"names":[],"mappings":"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"}