@beppla/tapas-ui 1.0.65 → 1.0.67

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 (1248) hide show
  1. package/commonjs/Alert/Alert.js +109 -0
  2. package/commonjs/Alert/Alert.js.map +2 -0
  3. package/commonjs/AnimatedNavItem/AnimatedNavItem.js +246 -0
  4. package/commonjs/AnimatedNavItem/AnimatedNavItem.js.map +2 -0
  5. package/commonjs/BarChart/BarChart.js +280 -0
  6. package/commonjs/BarChart/BarChart.js.map +1 -0
  7. package/commonjs/BarChart/index.js +13 -0
  8. package/commonjs/BarChart/index.js.map +2 -0
  9. package/commonjs/Button/Button.js +150 -0
  10. package/commonjs/Button/Button.js.map +2 -0
  11. package/commonjs/Button/ButtonGroup.js +194 -0
  12. package/commonjs/Button/ButtonGroup.js.map +2 -0
  13. package/commonjs/Calendar/Calendar.base.js +343 -0
  14. package/commonjs/Calendar/Calendar.base.js.map +1 -0
  15. package/commonjs/Calendar/Calendar.js +150 -0
  16. package/commonjs/Calendar/Calendar.js.map +2 -0
  17. package/commonjs/Calendar/ConcreteTimeSelector.js +477 -0
  18. package/commonjs/Calendar/ConcreteTimeSelector.js.map +2 -0
  19. package/commonjs/Calendar/CustomRange.js +549 -0
  20. package/commonjs/Calendar/CustomRange.js.map +1 -0
  21. package/commonjs/Calendar/DaySelector.js +193 -0
  22. package/commonjs/Calendar/DaySelector.js.map +1 -0
  23. package/commonjs/Calendar/MonthSelector.js +197 -0
  24. package/commonjs/Calendar/MonthSelector.js.map +1 -0
  25. package/commonjs/Calendar/TimeSelector.js +491 -0
  26. package/commonjs/Calendar/TimeSelector.js.map +1 -0
  27. package/commonjs/Calendar/WeekDaySelector.js +197 -0
  28. package/commonjs/Calendar/WeekDaySelector.js.map +1 -0
  29. package/commonjs/Calendar/helper.js +166 -0
  30. package/commonjs/Calendar/helper.js.map +2 -0
  31. package/commonjs/Calendar/local.js.map +2 -0
  32. package/commonjs/Calendar/types.js +26 -0
  33. package/commonjs/Calendar/types.js.map +1 -0
  34. package/commonjs/Card/Card.js +302 -0
  35. package/commonjs/Card/Card.js.map +2 -0
  36. package/commonjs/CheckBox/CheckBox.js +183 -0
  37. package/commonjs/CheckBox/CheckBox.js.map +2 -0
  38. package/commonjs/CheckBox/CheckBoxItem.js +162 -0
  39. package/commonjs/CheckBox/CheckBoxItem.js.map +2 -0
  40. package/commonjs/CheckBox/GroupCheckBox.js +136 -0
  41. package/commonjs/CheckBox/GroupCheckBox.js.map +2 -0
  42. package/commonjs/CircularProgress/CircularProgress.js +63 -0
  43. package/commonjs/CircularProgress/CircularProgress.js.map +2 -0
  44. package/commonjs/Collapsible/Collapsible.js.map +2 -0
  45. package/commonjs/DashboardCard/DashboardCard.js +240 -0
  46. package/commonjs/DashboardCard/DashboardCard.js.map +2 -0
  47. package/commonjs/DataCell/DataCell.js +579 -0
  48. package/commonjs/DataCell/DataCell.js.map +1 -0
  49. package/commonjs/DataCell/index.js.map +2 -0
  50. package/commonjs/DataTable/DataTable.js +265 -0
  51. package/commonjs/DataTable/DataTable.js.map +1 -0
  52. package/commonjs/DataTable/index.js +14 -0
  53. package/commonjs/DataTable/index.js.map +1 -0
  54. package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js +356 -0
  55. package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js.map +1 -0
  56. package/commonjs/DraggableFlatList/DraggableFlatList.js +20 -0
  57. package/commonjs/DraggableFlatList/DraggableFlatList.js.map +1 -0
  58. package/commonjs/Drawer/Drawer.js +214 -0
  59. package/commonjs/Drawer/Drawer.js.map +2 -0
  60. package/commonjs/Dropdown/CustomDropdown.js +270 -0
  61. package/commonjs/Dropdown/CustomDropdown.js.map +1 -0
  62. package/commonjs/Dropdown/Dropdown.js +755 -0
  63. package/commonjs/Dropdown/Dropdown.js.map +2 -0
  64. package/commonjs/Dropdown/InputDropdown.js +218 -0
  65. package/commonjs/Dropdown/InputDropdown.js.map +2 -0
  66. package/commonjs/ExternalLink/ExternalLink.js +205 -0
  67. package/commonjs/ExternalLink/ExternalLink.js.map +1 -0
  68. package/commonjs/Gantt/Accessories.js +269 -0
  69. package/commonjs/Gantt/Accessories.js.map +1 -0
  70. package/commonjs/Gantt/Gantt.js +236 -0
  71. package/commonjs/Gantt/Gantt.js.map +1 -0
  72. package/commonjs/Gantt/GanttInnerElementType.js +166 -0
  73. package/commonjs/Gantt/GanttInnerElementType.js.map +2 -0
  74. package/commonjs/Gantt/helper.js +403 -0
  75. package/commonjs/Gantt/helper.js.map +2 -0
  76. package/commonjs/Gantt/types.js +16 -0
  77. package/commonjs/Gantt/types.js.map +1 -0
  78. package/commonjs/Grid/FixedSizeGrid.js +191 -0
  79. package/commonjs/Grid/FixedSizeGrid.js.map +1 -0
  80. package/commonjs/Grid/StaticFixedSizeGrid.js +434 -0
  81. package/commonjs/Grid/StaticFixedSizeGrid.js.map +2 -0
  82. package/commonjs/Grid/VariableSizeGrid.js +307 -0
  83. package/commonjs/Grid/VariableSizeGrid.js.map +2 -0
  84. package/commonjs/Grid/helper.js +58 -0
  85. package/commonjs/Grid/helper.js.map +2 -0
  86. package/commonjs/Grid/timer.js +31 -0
  87. package/commonjs/Grid/timer.js.map +1 -0
  88. package/commonjs/Header/Header.js +250 -0
  89. package/commonjs/Header/Header.js.map +2 -0
  90. package/commonjs/HelloWave/HelloWave.js +95 -0
  91. package/commonjs/HelloWave/HelloWave.js.map +2 -0
  92. package/commonjs/Hoverable/Hoverable.js +113 -0
  93. package/commonjs/Hoverable/Hoverable.js.map +2 -0
  94. package/commonjs/IconText/IconText.js +136 -0
  95. package/commonjs/IconText/IconText.js.map +1 -0
  96. package/commonjs/Icons/TapasIcon.js +194 -0
  97. package/commonjs/Icons/TapasIcon.js.map +2 -0
  98. package/commonjs/Icons/TapasIconExpo.js +171 -0
  99. package/commonjs/Icons/TapasIconExpo.js.map +1 -0
  100. package/commonjs/Icons/expoFontLoader.js +355 -0
  101. package/commonjs/Icons/expoFontLoader.js.map +2 -0
  102. package/commonjs/Icons/fontLoader.js +410 -0
  103. package/commonjs/Icons/fontLoader.js.map +2 -0
  104. package/commonjs/Icons/index.js +72 -0
  105. package/commonjs/Icons/index.js.map +2 -0
  106. package/commonjs/Icons/smartFontLoader.js +545 -0
  107. package/commonjs/Icons/smartFontLoader.js.map +2 -0
  108. package/commonjs/Image/Image.js +194 -0
  109. package/commonjs/Image/Image.js.map +1 -0
  110. package/commonjs/Image/PreviewImg.js +173 -0
  111. package/commonjs/Image/PreviewImg.js.map +2 -0
  112. package/commonjs/Input/Input.js +145 -0
  113. package/commonjs/Input/Input.js.map +2 -0
  114. package/commonjs/Layout/Layout.js +140 -0
  115. package/commonjs/Layout/Layout.js.map +2 -0
  116. package/commonjs/Layout/ToastContext.js +87 -0
  117. package/commonjs/Layout/ToastContext.js.map +2 -0
  118. package/commonjs/Layout/index.js +51 -0
  119. package/commonjs/Layout/index.js.map +1 -0
  120. package/commonjs/LineChart/LineChart.js +271 -0
  121. package/commonjs/LineChart/LineChart.js.map +2 -0
  122. package/commonjs/LineChart/index.js +13 -0
  123. package/commonjs/LineChart/index.js.map +2 -0
  124. package/commonjs/ListItem/ListItem.js +269 -0
  125. package/commonjs/ListItem/ListItem.js.map +1 -0
  126. package/commonjs/Loading/Loading.js +126 -0
  127. package/commonjs/Loading/Loading.js.map +2 -0
  128. package/commonjs/MessageBox/MessageBox.js +244 -0
  129. package/commonjs/MessageBox/MessageBox.js.map +2 -0
  130. package/commonjs/MultiSelector/MultiSelector.js +578 -0
  131. package/commonjs/MultiSelector/MultiSelector.js.map +1 -0
  132. package/commonjs/Navigation/Navigation.js +201 -0
  133. package/commonjs/Navigation/Navigation.js.map +2 -0
  134. package/commonjs/Notification/Notification.js +268 -0
  135. package/commonjs/Notification/Notification.js.map +2 -0
  136. package/commonjs/Notification/index.js +17 -0
  137. package/commonjs/Notification/index.js.map +2 -0
  138. package/commonjs/NumericInput/NumericInput.js +178 -0
  139. package/commonjs/NumericInput/NumericInput.js.map +2 -0
  140. package/commonjs/Overlay/Overlay.js +54 -0
  141. package/commonjs/Overlay/Overlay.js.map +2 -0
  142. package/commonjs/Pagination/Pagination.js +299 -0
  143. package/commonjs/Pagination/Pagination.js.map +2 -0
  144. package/commonjs/PieChart/PieChart.js +165 -0
  145. package/commonjs/PieChart/PieChart.js.map +2 -0
  146. package/commonjs/PieChart/index.js +13 -0
  147. package/commonjs/PieChart/index.js.map +2 -0
  148. package/commonjs/Popover/Popover.js +182 -0
  149. package/commonjs/Popover/Popover.js.map +1 -0
  150. package/commonjs/Quantity/Quantity.js +217 -0
  151. package/commonjs/Quantity/Quantity.js.map +2 -0
  152. package/commonjs/RadioButton/RadioButton.js +153 -0
  153. package/commonjs/RadioButton/RadioButton.js.map +1 -0
  154. package/commonjs/ReasonModal/ReasonModal.js +252 -0
  155. package/commonjs/ReasonModal/ReasonModal.js.map +2 -0
  156. package/commonjs/ScanButton/ScanButton.js +150 -0
  157. package/commonjs/ScanButton/ScanButton.js.map +1 -0
  158. package/commonjs/SearchInput/SearchInput.js +186 -0
  159. package/commonjs/SearchInput/SearchInput.js.map +2 -0
  160. package/commonjs/SearchInput/index.js +17 -0
  161. package/commonjs/SearchInput/index.js.map +2 -0
  162. package/commonjs/SheetTitle/SheetTitle.js +95 -0
  163. package/commonjs/SheetTitle/SheetTitle.js.map +2 -0
  164. package/commonjs/Shell/Shell.js +151 -0
  165. package/commonjs/Shell/Shell.js.map +2 -0
  166. package/commonjs/Shell/styles.js.map +2 -0
  167. package/commonjs/Shell/types.js.map +2 -0
  168. package/commonjs/StatisticCard/StatisticCard.js +121 -0
  169. package/commonjs/StatisticCard/StatisticCard.js.map +1 -0
  170. package/commonjs/StatisticCard/index.js +14 -0
  171. package/commonjs/StatisticCard/index.js.map +2 -0
  172. package/commonjs/Status/Status.js +135 -0
  173. package/commonjs/Status/Status.js.map +1 -0
  174. package/commonjs/TabTitle/TabTitle.js +92 -0
  175. package/commonjs/TabTitle/TabTitle.js.map +1 -0
  176. package/commonjs/TabTitle/index.js +33 -0
  177. package/commonjs/TabTitle/index.js.map +2 -0
  178. package/commonjs/TableColumnHeader/TableColumnHeader.js +257 -0
  179. package/commonjs/TableColumnHeader/TableColumnHeader.js.map +2 -0
  180. package/commonjs/Tag/Tag.js +140 -0
  181. package/commonjs/Tag/Tag.js.map +2 -0
  182. package/commonjs/Task/Task.js +254 -0
  183. package/commonjs/Task/Task.js.map +1 -0
  184. package/commonjs/Task/type.js +14 -0
  185. package/commonjs/Task/type.js.map +2 -0
  186. package/commonjs/Text/Text.js +164 -0
  187. package/commonjs/Text/Text.js.map +2 -0
  188. package/commonjs/Theme/ThemeProvider.js +29 -0
  189. package/commonjs/Theme/ThemeProvider.js.map +1 -0
  190. package/commonjs/Timeline/Timeline.js +244 -0
  191. package/commonjs/Timeline/Timeline.js.map +2 -0
  192. package/commonjs/Toast/Toast.js +197 -0
  193. package/commonjs/Toast/Toast.js.map +1 -0
  194. package/commonjs/UserSwitcher/UserSwitcher.js +293 -0
  195. package/commonjs/UserSwitcher/UserSwitcher.js.map +1 -0
  196. package/commonjs/common.js +15 -0
  197. package/commonjs/common.js.map +2 -0
  198. package/commonjs/index.js +782 -0
  199. package/commonjs/index.js.map +1 -0
  200. package/module/Alert/Alert.js +150 -0
  201. package/module/Alert/Alert.js.map +2 -0
  202. package/module/AnimatedNavItem/AnimatedNavItem.js +275 -0
  203. package/module/AnimatedNavItem/AnimatedNavItem.js.map +2 -0
  204. package/module/AnimatedNavItem/index.js +32 -0
  205. package/module/AnimatedNavItem/index.js.map +1 -0
  206. package/module/BarChart/BarChart.js +280 -0
  207. package/module/BarChart/BarChart.js.map +1 -0
  208. package/module/BarChart/index.js +12 -0
  209. package/module/BarChart/index.js.map +1 -0
  210. package/module/Button/Button.js +141 -0
  211. package/module/Button/Button.js.map +2 -0
  212. package/module/Button/ButtonGroup.js +214 -0
  213. package/module/Button/ButtonGroup.js.map +1 -0
  214. package/module/Calendar/Calendar.base.js +343 -0
  215. package/module/Calendar/Calendar.base.js.map +1 -0
  216. package/module/Calendar/Calendar.js +166 -0
  217. package/module/Calendar/Calendar.js.map +2 -0
  218. package/module/Calendar/ConcreteTimeSelector.js +477 -0
  219. package/module/Calendar/ConcreteTimeSelector.js.map +2 -0
  220. package/module/Calendar/CustomRange.js +648 -0
  221. package/module/Calendar/CustomRange.js.map +1 -0
  222. package/module/Calendar/DaySelector.js +216 -0
  223. package/module/Calendar/DaySelector.js.map +2 -0
  224. package/module/Calendar/MonthSelector.js +221 -0
  225. package/module/Calendar/MonthSelector.js.map +2 -0
  226. package/module/Calendar/TimeSelector.js +583 -0
  227. package/module/Calendar/TimeSelector.js.map +2 -0
  228. package/module/Calendar/WeekDaySelector.js +221 -0
  229. package/module/Calendar/WeekDaySelector.js.map +2 -0
  230. package/module/Calendar/helper.js +166 -0
  231. package/module/Calendar/helper.js.map +2 -0
  232. package/module/Calendar/local.js +78 -0
  233. package/module/Calendar/local.js.map +1 -0
  234. package/module/Calendar/types.js +26 -0
  235. package/module/Calendar/types.js.map +1 -0
  236. package/module/Card/Card.js +344 -0
  237. package/module/Card/Card.js.map +2 -0
  238. package/module/CheckBox/CheckBox.js +212 -0
  239. package/module/CheckBox/CheckBox.js.map +2 -0
  240. package/module/CheckBox/CheckBoxItem.js +198 -0
  241. package/module/CheckBox/CheckBoxItem.js.map +2 -0
  242. package/module/CheckBox/GroupCheckBox.js +149 -0
  243. package/module/CheckBox/GroupCheckBox.js.map +1 -0
  244. package/module/CircularProgress/CircularProgress.js +67 -0
  245. package/module/CircularProgress/CircularProgress.js.map +2 -0
  246. package/module/DashboardCard/DashboardCard.js +260 -0
  247. package/module/DashboardCard/DashboardCard.js.map +1 -0
  248. package/module/DataCell/DataCell.js +579 -0
  249. package/module/DataCell/DataCell.js.map +2 -0
  250. package/module/DataCell/index.js +31 -0
  251. package/module/DataCell/index.js.map +2 -0
  252. package/module/DataTable/DataTable.js +282 -0
  253. package/module/DataTable/DataTable.js.map +2 -0
  254. package/module/DataTable/index.js +12 -0
  255. package/module/DataTable/index.js.map +2 -0
  256. package/module/DeviceSelectionModal/DeviceSelectionModal.js +419 -0
  257. package/module/DeviceSelectionModal/DeviceSelectionModal.js.map +2 -0
  258. package/module/Drawer/Drawer.js +195 -0
  259. package/module/Drawer/Drawer.js.map +1 -0
  260. package/module/Dropdown/Dropdown.js +723 -0
  261. package/module/Dropdown/Dropdown.js.map +1 -0
  262. package/module/Dropdown/InputDropdown.js +245 -0
  263. package/module/Dropdown/InputDropdown.js.map +2 -0
  264. package/module/ExternalLink/ExternalLink.js +200 -0
  265. package/module/ExternalLink/ExternalLink.js.map +2 -0
  266. package/module/Gantt/Gantt.js +236 -0
  267. package/module/Gantt/Gantt.js.map +2 -0
  268. package/module/Gantt/GanttInnerElementType.js +175 -0
  269. package/module/Gantt/GanttInnerElementType.js.map +2 -0
  270. package/module/Gantt/helper.js +377 -0
  271. package/module/Gantt/helper.js.map +1 -0
  272. package/module/Gantt/types.js +12 -0
  273. package/module/Gantt/types.js.map +1 -0
  274. package/module/Grid/FixedSizeGrid.js +191 -0
  275. package/module/Grid/FixedSizeGrid.js.map +2 -0
  276. package/module/Grid/Grid.base.js +612 -0
  277. package/module/Grid/Grid.base.js.map +2 -0
  278. package/module/Grid/StaticFixedSizeGrid.js +497 -0
  279. package/module/Grid/StaticFixedSizeGrid.js.map +2 -0
  280. package/module/Grid/VariableSizeGrid.js +300 -0
  281. package/module/Grid/VariableSizeGrid.js.map +1 -0
  282. package/module/Grid/helper.js +58 -0
  283. package/module/Grid/helper.js.map +2 -0
  284. package/module/Grid/timer.js +29 -0
  285. package/module/Grid/timer.js.map +1 -0
  286. package/module/Header/Header.js +277 -0
  287. package/module/Header/Header.js.map +2 -0
  288. package/module/HelloWave/HelloWave.js +98 -0
  289. package/module/HelloWave/HelloWave.js.map +2 -0
  290. package/module/Hoverable/Hoverable.js +130 -0
  291. package/module/Hoverable/Hoverable.js.map +2 -0
  292. package/module/IconText/IconText.js +161 -0
  293. package/module/IconText/IconText.js.map +2 -0
  294. package/module/Icons/TapasIcon.js +193 -0
  295. package/module/Icons/TapasIcon.js.map +2 -0
  296. package/module/Icons/TapasIconExpo.js +171 -0
  297. package/module/Icons/TapasIconExpo.js.map +2 -0
  298. package/module/Icons/expoFontLoader.js +354 -0
  299. package/module/Icons/expoFontLoader.js.map +2 -0
  300. package/module/Icons/fontLoader.js +410 -0
  301. package/module/Icons/fontLoader.js.map +1 -0
  302. package/module/Icons/index.js +67 -0
  303. package/module/Icons/index.js.map +1 -0
  304. package/module/Icons/smartFontLoader.js +501 -0
  305. package/module/Icons/smartFontLoader.js.map +2 -0
  306. package/module/Image/Image.js +217 -0
  307. package/module/Image/Image.js.map +2 -0
  308. package/module/Image/PreviewImg.js +176 -0
  309. package/module/Image/PreviewImg.js.map +1 -0
  310. package/module/Input/Input.js +176 -0
  311. package/module/Input/Input.js.map +1 -0
  312. package/module/Layout/DrawerContext.js +100 -0
  313. package/module/Layout/DrawerContext.js.map +2 -0
  314. package/module/Layout/Layout.js +170 -0
  315. package/module/Layout/Layout.js.map +2 -0
  316. package/module/Layout/ToastContext.js +87 -0
  317. package/module/Layout/ToastContext.js.map +2 -0
  318. package/module/Layout/index.js +48 -0
  319. package/module/Layout/index.js.map +2 -0
  320. package/module/LineChart/LineChart.js +271 -0
  321. package/module/LineChart/LineChart.js.map +2 -0
  322. package/module/LineChart/index.js +12 -0
  323. package/module/LineChart/index.js.map +2 -0
  324. package/module/ListItem/ListItem.js +269 -0
  325. package/module/ListItem/ListItem.js.map +1 -0
  326. package/module/Loading/Loading.js +136 -0
  327. package/module/MessageBox/MessageBox.js +243 -0
  328. package/module/MessageBox/MessageBox.js.map +1 -0
  329. package/module/MultiSelector/MultiSelector.js +669 -0
  330. package/module/MultiSelector/MultiSelector.js.map +2 -0
  331. package/module/MultiSelector/index.js +18 -0
  332. package/module/MultiSelector/index.js.map +2 -0
  333. package/module/Navigation/Navigation.js +284 -0
  334. package/module/Navigation/Navigation.js.map +1 -0
  335. package/module/Notification/Notification.js +289 -0
  336. package/module/Notification/Notification.js.map +1 -0
  337. package/module/Notification/index.js +18 -0
  338. package/module/Notification/index.js.map +2 -0
  339. package/module/NumericInput/NumericInput.js +200 -0
  340. package/module/NumericInput/NumericInput.js.map +2 -0
  341. package/module/Overlay/Overlay.js +56 -0
  342. package/module/Pagination/Pagination.js +318 -0
  343. package/module/Pagination/Pagination.js.map +1 -0
  344. package/module/PieChart/PieChart.js +165 -0
  345. package/module/PieChart/PieChart.js.map +1 -0
  346. package/module/PieChart/index.js +12 -0
  347. package/module/PieChart/index.js.map +2 -0
  348. package/module/Popover/Popover.js +212 -0
  349. package/module/Popover/Popover.js.map +2 -0
  350. package/module/Progress/Progress.js +204 -0
  351. package/module/Progress/Progress.js.map +2 -0
  352. package/module/Quantity/Quantity.js +239 -0
  353. package/module/Quantity/Quantity.js.map +2 -0
  354. package/module/RadioButton/RadioButton.js +179 -0
  355. package/module/RadioButton/RadioButton.js.map +2 -0
  356. package/module/ReasonModal/ReasonModal.js +280 -0
  357. package/module/ReasonModal/ReasonModal.js.map +2 -0
  358. package/module/ReasonModal/index.js +30 -0
  359. package/module/ReasonModal/index.js.map +2 -0
  360. package/module/ScanButton/ScanButton.js +174 -0
  361. package/module/SearchInput/SearchInput.js +196 -0
  362. package/module/SearchInput/SearchInput.js.map +2 -0
  363. package/module/SearchInput/index.js +18 -0
  364. package/module/SearchInput/index.js.map +2 -0
  365. package/module/SheetTitle/SheetTitle.js +97 -0
  366. package/module/SheetTitle/SheetTitle.js.map +2 -0
  367. package/module/Shell/Shell.js +172 -0
  368. package/module/Shell/Shell.js.map +2 -0
  369. package/module/Shell/styles.js +35 -0
  370. package/module/Shell/styles.js.map +2 -0
  371. package/module/Shell/types.js +8 -0
  372. package/module/Shell/types.js.map +2 -0
  373. package/module/StatisticCard/StatisticCard.js +121 -0
  374. package/module/StatisticCard/StatisticCard.js.map +1 -0
  375. package/module/StatisticCard/index.js +10 -0
  376. package/module/StatisticCard/index.js.map +2 -0
  377. package/module/Status/Status.js +145 -0
  378. package/module/Status/Status.js.map +2 -0
  379. package/module/Steps/Steps.js +153 -0
  380. package/module/Steps/Steps.js.map +2 -0
  381. package/module/TabTitle/TabTitle.js +92 -0
  382. package/module/TabTitle/TabTitle.js.map +2 -0
  383. package/module/TabTitle/index.js +31 -0
  384. package/module/TabTitle/index.js.map +2 -0
  385. package/module/TableColumnHeader/TableColumnHeader.js +257 -0
  386. package/module/TableColumnHeader/TableColumnHeader.js.map +1 -0
  387. package/module/TableColumnHeader/index.js +32 -0
  388. package/module/TableColumnHeader/index.js.map +2 -0
  389. package/module/Tag/Tag.js +153 -0
  390. package/module/Tag/Tag.js.map +1 -0
  391. package/module/Task/Task.js.map +2 -0
  392. package/module/Task/type.js +14 -0
  393. package/module/Task/type.js.map +1 -0
  394. package/module/Text/Text.js +204 -0
  395. package/module/Text/Text.js.map +1 -0
  396. package/module/TextArea/TextArea.js +326 -0
  397. package/module/TextArea/TextArea.js.map +2 -0
  398. package/module/Theme/ThemeProvider.js +33 -0
  399. package/module/Theme/ThemeProvider.js.map +1 -0
  400. package/module/Theme/defaultTheme.js +231 -0
  401. package/module/Theme/defaultTheme.js.map +2 -0
  402. package/module/Timeline/Timeline.js +266 -0
  403. package/module/Timeline/Timeline.js.map +2 -0
  404. package/module/Toast/Toast.js +208 -0
  405. package/module/Toast/Toast.js.map +2 -0
  406. package/module/UserSwitcher/UserSwitcher.js +293 -0
  407. package/module/UserSwitcher/UserSwitcher.js.map +1 -0
  408. package/module/UserSwitcher/index.js +32 -0
  409. package/module/UserSwitcher/index.js.map +1 -0
  410. package/module/common.js +13 -0
  411. package/module/common.js.map +2 -0
  412. package/module/index.js +728 -0
  413. package/module/index.js.map +2 -0
  414. package/package.json +67 -197
  415. package/typescript/BarChart/BarChart.d.ts +29 -0
  416. package/typescript/BarChart/BarChart.d.ts.map +1 -0
  417. package/typescript/BarChart/index.d.ts +3 -0
  418. package/typescript/BarChart/index.d.ts.map +1 -0
  419. package/typescript/DataTable/DataTable.d.ts +33 -0
  420. package/typescript/DataTable/DataTable.d.ts.map +1 -0
  421. package/typescript/DataTable/index.d.ts +3 -0
  422. package/typescript/DataTable/index.d.ts.map +1 -0
  423. package/typescript/LineChart/LineChart.d.ts +33 -0
  424. package/typescript/LineChart/LineChart.d.ts.map +1 -0
  425. package/typescript/LineChart/index.d.ts +3 -0
  426. package/typescript/LineChart/index.d.ts.map +1 -0
  427. package/typescript/Navigation/Navigation.d.ts.map +1 -0
  428. package/typescript/PieChart/PieChart.d.ts +22 -0
  429. package/typescript/PieChart/PieChart.d.ts.map +1 -0
  430. package/typescript/PieChart/index.d.ts +3 -0
  431. package/typescript/PieChart/index.d.ts.map +1 -0
  432. package/typescript/StatisticCard/StatisticCard.d.ts +19 -0
  433. package/typescript/StatisticCard/StatisticCard.d.ts.map +1 -0
  434. package/typescript/StatisticCard/index.d.ts +3 -0
  435. package/typescript/StatisticCard/index.d.ts.map +1 -0
  436. package/typescript/index.d.ts +105 -0
  437. package/typescript/index.d.ts.map +1 -0
  438. package/components/Alert/Alert.tsx +0 -83
  439. package/components/AnimatedNavItem/AnimatedNavItem.tsx +0 -246
  440. package/components/AnimatedNavItem/index.tsx +0 -3
  441. package/components/Button/Button.tsx +0 -86
  442. package/components/Button/ButtonGroup.tsx +0 -148
  443. package/components/Button/react-native-hoverable.d.ts +0 -14
  444. package/components/Calendar/Calendar.base.tsx +0 -279
  445. package/components/Calendar/Calendar.tsx +0 -105
  446. package/components/Calendar/ConcreteTimeSelector.tsx +0 -479
  447. package/components/Calendar/CustomRange.tsx +0 -538
  448. package/components/Calendar/DaySelector.tsx +0 -159
  449. package/components/Calendar/MonthSelector.tsx +0 -154
  450. package/components/Calendar/TimeSelector.tsx +0 -493
  451. package/components/Calendar/WeekDaySelector.tsx +0 -154
  452. package/components/Calendar/helper.ts +0 -138
  453. package/components/Calendar/local.ts +0 -121
  454. package/components/Calendar/types.ts +0 -111
  455. package/components/Card/Card.tsx +0 -276
  456. package/components/CheckBox/CheckBox.tsx +0 -157
  457. package/components/CheckBox/CheckBoxItem.tsx +0 -133
  458. package/components/CheckBox/GroupCheckBox.tsx +0 -87
  459. package/components/CircularProgress/CircularProgress.tsx +0 -45
  460. package/components/Collapsible/Collapsible.tsx +0 -88
  461. package/components/DashboardCard/DashboardCard.tsx +0 -222
  462. package/components/DataCell/DataCell.tsx +0 -670
  463. package/components/DataCell/index.tsx +0 -9
  464. package/components/DeviceSelectionModal/DeviceSelectionModal.tsx +0 -368
  465. package/components/DraggableFlatList/DraggableFlatList.tsx +0 -12
  466. package/components/Drawer/Drawer.tsx +0 -224
  467. package/components/Dropdown/CustomDropdown.tsx +0 -251
  468. package/components/Dropdown/Dropdown.tsx +0 -817
  469. package/components/Dropdown/InputDropdown.tsx +0 -186
  470. package/components/ExternalLink/ExternalLink.tsx +0 -69
  471. package/components/Gantt/Accessories.tsx +0 -302
  472. package/components/Gantt/Gantt.tsx +0 -246
  473. package/components/Gantt/GanttInnerElementType.tsx +0 -131
  474. package/components/Gantt/helper.ts +0 -382
  475. package/components/Gantt/types.ts +0 -108
  476. package/components/Grid/FixedSizeGrid.tsx +0 -248
  477. package/components/Grid/Grid.base.tsx +0 -933
  478. package/components/Grid/StaticFixedSizeGrid.tsx +0 -511
  479. package/components/Grid/VariableSizeGrid.tsx +0 -514
  480. package/components/Grid/helper.ts +0 -69
  481. package/components/Grid/timer.ts +0 -32
  482. package/components/Header/Header.tsx +0 -240
  483. package/components/HelloWave/HelloWave.tsx +0 -70
  484. package/components/Hoverable/Hoverable.tsx +0 -110
  485. package/components/IconText/IconText.tsx +0 -132
  486. package/components/Icons/TapasIcon.tsx +0 -159
  487. package/components/Icons/TapasIconExpo.tsx +0 -115
  488. package/components/Icons/expoFontLoader.ts +0 -203
  489. package/components/Icons/fontLoader.ts +0 -247
  490. package/components/Icons/index.tsx +0 -19
  491. package/components/Icons/smartFontLoader.ts +0 -318
  492. package/components/Image/Image.tsx +0 -157
  493. package/components/Image/PreviewImg.tsx +0 -137
  494. package/components/Input/Input.tsx +0 -100
  495. package/components/Layout/DrawerContext.tsx +0 -31
  496. package/components/Layout/Layout.tsx +0 -115
  497. package/components/Layout/ToastContext.tsx +0 -29
  498. package/components/Layout/index.tsx +0 -24
  499. package/components/ListItem/ListItem.tsx +0 -307
  500. package/components/Loading/Loading.tsx +0 -94
  501. package/components/MessageBox/MessageBox.tsx +0 -243
  502. package/components/MultiSelector/MultiSelector.tsx +0 -627
  503. package/components/MultiSelector/index.tsx +0 -2
  504. package/components/Navigation/Navigation.tsx +0 -326
  505. package/components/Notification/Notification.tsx +0 -289
  506. package/components/Notification/index.tsx +0 -2
  507. package/components/NumericInput/NumericInput.tsx +0 -161
  508. package/components/Overlay/Overlay.tsx +0 -30
  509. package/components/Pagination/Pagination.tsx +0 -271
  510. package/components/Popover/Popover.tsx +0 -172
  511. package/components/Progress/Progress.tsx +0 -209
  512. package/components/Quantity/Quantity.tsx +0 -195
  513. package/components/Quantity/index.tsx +0 -2
  514. package/components/RadioButton/RadioButton.tsx +0 -119
  515. package/components/ReasonModal/ReasonModal.tsx +0 -223
  516. package/components/ReasonModal/index.tsx +0 -3
  517. package/components/ScanButton/ScanButton.tsx +0 -139
  518. package/components/SearchInput/SearchInput.tsx +0 -122
  519. package/components/SearchInput/index.tsx +0 -2
  520. package/components/SheetTitle/SheetTitle.tsx +0 -84
  521. package/components/Shell/Shell.tsx +0 -116
  522. package/components/Shell/styles.ts +0 -29
  523. package/components/Shell/types.ts +0 -23
  524. package/components/Status/Status.tsx +0 -124
  525. package/components/Steps/Steps.tsx +0 -177
  526. package/components/TabTitle/TabTitle.tsx +0 -89
  527. package/components/TabTitle/index.tsx +0 -3
  528. package/components/TableColumnHeader/TableColumnHeader.tsx +0 -273
  529. package/components/TableColumnHeader/index.tsx +0 -7
  530. package/components/Tag/Tag.tsx +0 -92
  531. package/components/Task/Task.tsx +0 -309
  532. package/components/Task/type.ts +0 -6
  533. package/components/Text/Text.tsx +0 -152
  534. package/components/TextArea/TextArea.tsx +0 -256
  535. package/components/Theme/ThemeProvider.tsx +0 -13
  536. package/components/Theme/defaultTheme.ts +0 -210
  537. package/components/Theme/themed.d.ts +0 -102
  538. package/components/Timeline/Timeline.tsx +0 -230
  539. package/components/Toast/Toast.tsx +0 -167
  540. package/components/UserSwitcher/UserSwitcher.tsx +0 -273
  541. package/components/UserSwitcher/index.tsx +0 -3
  542. package/components/common.ts +0 -8
  543. package/components/index.tsx +0 -157
  544. package/package/README.md +0 -103
  545. package/package/assets/assets/adaptive-icon.png +0 -0
  546. package/package/assets/assets/favicon.png +0 -0
  547. package/package/assets/assets/fonts/customfont.ttf +0 -0
  548. package/package/assets/assets/icon.png +0 -0
  549. package/package/assets/assets/logo.png +0 -0
  550. package/package/assets/assets/splash.png +0 -0
  551. package/package/assets/assets/svg/customfont.svg +0 -332
  552. package/package/assets/assets/svg/logo.svg +0 -9
  553. package/package/assets/assets/tapas/favicon.png +0 -0
  554. package/package/assets/assets/tapas/logo.png +0 -0
  555. package/package/assets/assets/tapas/logo_no_word.png +0 -0
  556. package/package/assets/assets/tapas/logo_transparent_white.png +0 -0
  557. package/package/commonjs/Alert/Alert.js +0 -82
  558. package/package/commonjs/Alert/Alert.js.map +0 -1
  559. package/package/commonjs/AnimatedNavItem/AnimatedNavItem.js +0 -175
  560. package/package/commonjs/AnimatedNavItem/AnimatedNavItem.js.map +0 -1
  561. package/package/commonjs/Button/Button.js +0 -83
  562. package/package/commonjs/Button/Button.js.map +0 -1
  563. package/package/commonjs/Button/ButtonGroup.js +0 -143
  564. package/package/commonjs/Button/ButtonGroup.js.map +0 -1
  565. package/package/commonjs/Calendar/Calendar.base.js +0 -280
  566. package/package/commonjs/Calendar/Calendar.base.js.map +0 -1
  567. package/package/commonjs/Calendar/Calendar.js +0 -95
  568. package/package/commonjs/Calendar/Calendar.js.map +0 -1
  569. package/package/commonjs/Calendar/ConcreteTimeSelector.js +0 -401
  570. package/package/commonjs/Calendar/ConcreteTimeSelector.js.map +0 -1
  571. package/package/commonjs/Calendar/CustomRange.js +0 -475
  572. package/package/commonjs/Calendar/CustomRange.js.map +0 -1
  573. package/package/commonjs/Calendar/DaySelector.js +0 -132
  574. package/package/commonjs/Calendar/DaySelector.js.map +0 -1
  575. package/package/commonjs/Calendar/MonthSelector.js +0 -135
  576. package/package/commonjs/Calendar/MonthSelector.js.map +0 -1
  577. package/package/commonjs/Calendar/TimeSelector.js +0 -418
  578. package/package/commonjs/Calendar/TimeSelector.js.map +0 -1
  579. package/package/commonjs/Calendar/WeekDaySelector.js +0 -135
  580. package/package/commonjs/Calendar/WeekDaySelector.js.map +0 -1
  581. package/package/commonjs/Calendar/helper.js +0 -135
  582. package/package/commonjs/Calendar/helper.js.map +0 -1
  583. package/package/commonjs/Calendar/local.js.map +0 -1
  584. package/package/commonjs/Calendar/types.js +0 -26
  585. package/package/commonjs/Calendar/types.js.map +0 -1
  586. package/package/commonjs/Card/Card.js +0 -220
  587. package/package/commonjs/Card/Card.js.map +0 -1
  588. package/package/commonjs/CheckBox/CheckBox.js +0 -156
  589. package/package/commonjs/CheckBox/CheckBox.js.map +0 -1
  590. package/package/commonjs/CheckBox/CheckBoxItem.js +0 -133
  591. package/package/commonjs/CheckBox/CheckBoxItem.js.map +0 -1
  592. package/package/commonjs/CheckBox/GroupCheckBox.js +0 -90
  593. package/package/commonjs/CheckBox/GroupCheckBox.js.map +0 -1
  594. package/package/commonjs/CircularProgress/CircularProgress.js +0 -52
  595. package/package/commonjs/CircularProgress/CircularProgress.js.map +0 -1
  596. package/package/commonjs/Collapsible/Collapsible.js.map +0 -1
  597. package/package/commonjs/DashboardCard/DashboardCard.js +0 -206
  598. package/package/commonjs/DashboardCard/DashboardCard.js.map +0 -1
  599. package/package/commonjs/DataCell/DataCell.js +0 -525
  600. package/package/commonjs/DataCell/DataCell.js.map +0 -1
  601. package/package/commonjs/DataCell/index.js.map +0 -1
  602. package/package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js +0 -303
  603. package/package/commonjs/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -1
  604. package/package/commonjs/DraggableFlatList/DraggableFlatList.js +0 -18
  605. package/package/commonjs/DraggableFlatList/DraggableFlatList.js.map +0 -1
  606. package/package/commonjs/Drawer/Drawer.js +0 -178
  607. package/package/commonjs/Drawer/Drawer.js.map +0 -1
  608. package/package/commonjs/Dropdown/CustomDropdown.js +0 -227
  609. package/package/commonjs/Dropdown/CustomDropdown.js.map +0 -1
  610. package/package/commonjs/Dropdown/Dropdown.js +0 -645
  611. package/package/commonjs/Dropdown/Dropdown.js.map +0 -1
  612. package/package/commonjs/Dropdown/InputDropdown.js +0 -166
  613. package/package/commonjs/Dropdown/InputDropdown.js.map +0 -1
  614. package/package/commonjs/ExternalLink/ExternalLink.js +0 -57
  615. package/package/commonjs/ExternalLink/ExternalLink.js.map +0 -1
  616. package/package/commonjs/Gantt/Accessories.js +0 -254
  617. package/package/commonjs/Gantt/Accessories.js.map +0 -1
  618. package/package/commonjs/Gantt/Gantt.js +0 -164
  619. package/package/commonjs/Gantt/Gantt.js.map +0 -1
  620. package/package/commonjs/Gantt/GanttInnerElementType.js +0 -112
  621. package/package/commonjs/Gantt/GanttInnerElementType.js.map +0 -1
  622. package/package/commonjs/Gantt/helper.js +0 -383
  623. package/package/commonjs/Gantt/helper.js.map +0 -1
  624. package/package/commonjs/Gantt/types.js +0 -16
  625. package/package/commonjs/Gantt/types.js.map +0 -1
  626. package/package/commonjs/Grid/FixedSizeGrid.js +0 -176
  627. package/package/commonjs/Grid/FixedSizeGrid.js.map +0 -1
  628. package/package/commonjs/Grid/StaticFixedSizeGrid.js +0 -373
  629. package/package/commonjs/Grid/StaticFixedSizeGrid.js.map +0 -1
  630. package/package/commonjs/Grid/VariableSizeGrid.js +0 -285
  631. package/package/commonjs/Grid/VariableSizeGrid.js.map +0 -1
  632. package/package/commonjs/Grid/helper.js +0 -59
  633. package/package/commonjs/Grid/helper.js.map +0 -1
  634. package/package/commonjs/Grid/timer.js +0 -27
  635. package/package/commonjs/Grid/timer.js.map +0 -1
  636. package/package/commonjs/Header/Header.js +0 -196
  637. package/package/commonjs/Header/Header.js.map +0 -1
  638. package/package/commonjs/HelloWave/HelloWave.js +0 -64
  639. package/package/commonjs/HelloWave/HelloWave.js.map +0 -1
  640. package/package/commonjs/Hoverable/Hoverable.js +0 -93
  641. package/package/commonjs/Hoverable/Hoverable.js.map +0 -1
  642. package/package/commonjs/IconText/IconText.js +0 -112
  643. package/package/commonjs/IconText/IconText.js.map +0 -1
  644. package/package/commonjs/Icons/TapasIcon.js +0 -138
  645. package/package/commonjs/Icons/TapasIcon.js.map +0 -1
  646. package/package/commonjs/Icons/TapasIconExpo.js +0 -112
  647. package/package/commonjs/Icons/TapasIconExpo.js.map +0 -1
  648. package/package/commonjs/Icons/expoFontLoader.js +0 -206
  649. package/package/commonjs/Icons/expoFontLoader.js.map +0 -1
  650. package/package/commonjs/Icons/fontLoader.js +0 -239
  651. package/package/commonjs/Icons/fontLoader.js.map +0 -1
  652. package/package/commonjs/Icons/index.js +0 -60
  653. package/package/commonjs/Icons/index.js.map +0 -1
  654. package/package/commonjs/Icons/smartFontLoader.js +0 -313
  655. package/package/commonjs/Icons/smartFontLoader.js.map +0 -1
  656. package/package/commonjs/Image/Image.js +0 -133
  657. package/package/commonjs/Image/Image.js.map +0 -1
  658. package/package/commonjs/Image/PreviewImg.js +0 -120
  659. package/package/commonjs/Image/PreviewImg.js.map +0 -1
  660. package/package/commonjs/Input/Input.js +0 -107
  661. package/package/commonjs/Input/Input.js.map +0 -1
  662. package/package/commonjs/Layout/Layout.js +0 -112
  663. package/package/commonjs/Layout/Layout.js.map +0 -1
  664. package/package/commonjs/Layout/ToastContext.js +0 -38
  665. package/package/commonjs/Layout/ToastContext.js.map +0 -1
  666. package/package/commonjs/Layout/index.js +0 -47
  667. package/package/commonjs/Layout/index.js.map +0 -1
  668. package/package/commonjs/ListItem/ListItem.js +0 -202
  669. package/package/commonjs/ListItem/ListItem.js.map +0 -1
  670. package/package/commonjs/Loading/Loading.js +0 -96
  671. package/package/commonjs/Loading/Loading.js.map +0 -1
  672. package/package/commonjs/MessageBox/MessageBox.js +0 -193
  673. package/package/commonjs/MessageBox/MessageBox.js.map +0 -1
  674. package/package/commonjs/MultiSelector/MultiSelector.js +0 -487
  675. package/package/commonjs/MultiSelector/MultiSelector.js.map +0 -1
  676. package/package/commonjs/Navigation/Navigation.js +0 -200
  677. package/package/commonjs/Navigation/Navigation.js.map +0 -1
  678. package/package/commonjs/Notification/Notification.js +0 -220
  679. package/package/commonjs/Notification/Notification.js.map +0 -1
  680. package/package/commonjs/Notification/index.js +0 -14
  681. package/package/commonjs/Notification/index.js.map +0 -1
  682. package/package/commonjs/NumericInput/NumericInput.js +0 -155
  683. package/package/commonjs/NumericInput/NumericInput.js.map +0 -1
  684. package/package/commonjs/Overlay/Overlay.js +0 -34
  685. package/package/commonjs/Overlay/Overlay.js.map +0 -1
  686. package/package/commonjs/Pagination/Pagination.js +0 -260
  687. package/package/commonjs/Pagination/Pagination.js.map +0 -1
  688. package/package/commonjs/Popover/Popover.js +0 -161
  689. package/package/commonjs/Popover/Popover.js.map +0 -1
  690. package/package/commonjs/Quantity/Quantity.js +0 -147
  691. package/package/commonjs/Quantity/Quantity.js.map +0 -1
  692. package/package/commonjs/RadioButton/RadioButton.js +0 -105
  693. package/package/commonjs/RadioButton/RadioButton.js.map +0 -1
  694. package/package/commonjs/ReasonModal/ReasonModal.js +0 -182
  695. package/package/commonjs/ReasonModal/ReasonModal.js.map +0 -1
  696. package/package/commonjs/ScanButton/ScanButton.js +0 -136
  697. package/package/commonjs/ScanButton/ScanButton.js.map +0 -1
  698. package/package/commonjs/SearchInput/SearchInput.js +0 -109
  699. package/package/commonjs/SearchInput/SearchInput.js.map +0 -1
  700. package/package/commonjs/SearchInput/index.js +0 -14
  701. package/package/commonjs/SearchInput/index.js.map +0 -1
  702. package/package/commonjs/SheetTitle/SheetTitle.js +0 -89
  703. package/package/commonjs/SheetTitle/SheetTitle.js.map +0 -1
  704. package/package/commonjs/Shell/Shell.js +0 -105
  705. package/package/commonjs/Shell/Shell.js.map +0 -1
  706. package/package/commonjs/Shell/styles.js.map +0 -1
  707. package/package/commonjs/Shell/types.js.map +0 -1
  708. package/package/commonjs/Status/Status.js +0 -122
  709. package/package/commonjs/Status/Status.js.map +0 -1
  710. package/package/commonjs/TabTitle/TabTitle.js +0 -64
  711. package/package/commonjs/TabTitle/TabTitle.js.map +0 -1
  712. package/package/commonjs/TabTitle/index.js +0 -27
  713. package/package/commonjs/TabTitle/index.js.map +0 -1
  714. package/package/commonjs/TableColumnHeader/TableColumnHeader.js +0 -192
  715. package/package/commonjs/TableColumnHeader/TableColumnHeader.js.map +0 -1
  716. package/package/commonjs/Tag/Tag.js +0 -99
  717. package/package/commonjs/Tag/Tag.js.map +0 -1
  718. package/package/commonjs/Task/Task.js +0 -247
  719. package/package/commonjs/Task/Task.js.map +0 -1
  720. package/package/commonjs/Task/type.js +0 -14
  721. package/package/commonjs/Task/type.js.map +0 -1
  722. package/package/commonjs/Text/Text.js +0 -138
  723. package/package/commonjs/Text/Text.js.map +0 -1
  724. package/package/commonjs/Theme/ThemeProvider.js +0 -28
  725. package/package/commonjs/Theme/ThemeProvider.js.map +0 -1
  726. package/package/commonjs/Timeline/Timeline.js +0 -221
  727. package/package/commonjs/Timeline/Timeline.js.map +0 -1
  728. package/package/commonjs/Toast/Toast.js +0 -144
  729. package/package/commonjs/Toast/Toast.js.map +0 -1
  730. package/package/commonjs/UserSwitcher/UserSwitcher.js +0 -219
  731. package/package/commonjs/UserSwitcher/UserSwitcher.js.map +0 -1
  732. package/package/commonjs/common.js +0 -14
  733. package/package/commonjs/common.js.map +0 -1
  734. package/package/commonjs/index.js +0 -830
  735. package/package/commonjs/index.js.map +0 -1
  736. package/package/init.js +0 -179
  737. package/package/module/Alert/Alert.js +0 -73
  738. package/package/module/Alert/Alert.js.map +0 -1
  739. package/package/module/AnimatedNavItem/AnimatedNavItem.js +0 -168
  740. package/package/module/AnimatedNavItem/AnimatedNavItem.js.map +0 -1
  741. package/package/module/AnimatedNavItem/README.md +0 -520
  742. package/package/module/AnimatedNavItem/index.js +0 -3
  743. package/package/module/AnimatedNavItem/index.js.map +0 -1
  744. package/package/module/Button/Button.js +0 -73
  745. package/package/module/Button/Button.js.map +0 -1
  746. package/package/module/Button/ButtonGroup.js +0 -134
  747. package/package/module/Button/ButtonGroup.js.map +0 -1
  748. package/package/module/Calendar/Calendar.base.js +0 -272
  749. package/package/module/Calendar/Calendar.base.js.map +0 -1
  750. package/package/module/Calendar/Calendar.js +0 -86
  751. package/package/module/Calendar/Calendar.js.map +0 -1
  752. package/package/module/Calendar/ConcreteTimeSelector.js +0 -392
  753. package/package/module/Calendar/ConcreteTimeSelector.js.map +0 -1
  754. package/package/module/Calendar/CustomRange.js +0 -466
  755. package/package/module/Calendar/CustomRange.js.map +0 -1
  756. package/package/module/Calendar/DaySelector.js +0 -123
  757. package/package/module/Calendar/DaySelector.js.map +0 -1
  758. package/package/module/Calendar/MonthSelector.js +0 -126
  759. package/package/module/Calendar/MonthSelector.js.map +0 -1
  760. package/package/module/Calendar/TimeSelector.js +0 -409
  761. package/package/module/Calendar/TimeSelector.js.map +0 -1
  762. package/package/module/Calendar/WeekDaySelector.js +0 -126
  763. package/package/module/Calendar/WeekDaySelector.js.map +0 -1
  764. package/package/module/Calendar/helper.js +0 -121
  765. package/package/module/Calendar/helper.js.map +0 -1
  766. package/package/module/Calendar/local.js +0 -72
  767. package/package/module/Calendar/local.js.map +0 -1
  768. package/package/module/Calendar/types.js +0 -20
  769. package/package/module/Calendar/types.js.map +0 -1
  770. package/package/module/Card/Card.js +0 -211
  771. package/package/module/Card/Card.js.map +0 -1
  772. package/package/module/CheckBox/CheckBox.js +0 -147
  773. package/package/module/CheckBox/CheckBox.js.map +0 -1
  774. package/package/module/CheckBox/CheckBoxItem.js +0 -124
  775. package/package/module/CheckBox/CheckBoxItem.js.map +0 -1
  776. package/package/module/CheckBox/GroupCheckBox.js +0 -81
  777. package/package/module/CheckBox/GroupCheckBox.js.map +0 -1
  778. package/package/module/CircularProgress/CircularProgress.js +0 -45
  779. package/package/module/CircularProgress/CircularProgress.js.map +0 -1
  780. package/package/module/DashboardCard/DashboardCard.js +0 -197
  781. package/package/module/DashboardCard/DashboardCard.js.map +0 -1
  782. package/package/module/DataCell/DataCell.js +0 -517
  783. package/package/module/DataCell/DataCell.js.map +0 -1
  784. package/package/module/DataCell/README.md +0 -1042
  785. package/package/module/DataCell/index.js +0 -3
  786. package/package/module/DataCell/index.js.map +0 -1
  787. package/package/module/DeviceSelectionModal/DeviceSelectionModal.js +0 -295
  788. package/package/module/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -1
  789. package/package/module/Drawer/Drawer.js +0 -171
  790. package/package/module/Drawer/Drawer.js.map +0 -1
  791. package/package/module/Dropdown/Dropdown.js +0 -626
  792. package/package/module/Dropdown/Dropdown.js.map +0 -1
  793. package/package/module/Dropdown/InputDropdown.js +0 -146
  794. package/package/module/Dropdown/InputDropdown.js.map +0 -1
  795. package/package/module/ExternalLink/ExternalLink.js +0 -50
  796. package/package/module/ExternalLink/ExternalLink.js.map +0 -1
  797. package/package/module/Gantt/Gantt.js +0 -156
  798. package/package/module/Gantt/Gantt.js.map +0 -1
  799. package/package/module/Gantt/GanttInnerElementType.js +0 -103
  800. package/package/module/Gantt/GanttInnerElementType.js.map +0 -1
  801. package/package/module/Gantt/helper.js +0 -365
  802. package/package/module/Gantt/helper.js.map +0 -1
  803. package/package/module/Gantt/types.js +0 -10
  804. package/package/module/Gantt/types.js.map +0 -1
  805. package/package/module/Grid/FixedSizeGrid.js +0 -169
  806. package/package/module/Grid/FixedSizeGrid.js.map +0 -1
  807. package/package/module/Grid/Grid.base.js +0 -527
  808. package/package/module/Grid/Grid.base.js.map +0 -1
  809. package/package/module/Grid/StaticFixedSizeGrid.js +0 -364
  810. package/package/module/Grid/StaticFixedSizeGrid.js.map +0 -1
  811. package/package/module/Grid/VariableSizeGrid.js +0 -278
  812. package/package/module/Grid/VariableSizeGrid.js.map +0 -1
  813. package/package/module/Grid/helper.js +0 -52
  814. package/package/module/Grid/helper.js.map +0 -1
  815. package/package/module/Grid/timer.js +0 -20
  816. package/package/module/Grid/timer.js.map +0 -1
  817. package/package/module/Header/Header.js +0 -188
  818. package/package/module/Header/Header.js.map +0 -1
  819. package/package/module/HelloWave/HelloWave.js +0 -57
  820. package/package/module/HelloWave/HelloWave.js.map +0 -1
  821. package/package/module/Hoverable/Hoverable.js +0 -85
  822. package/package/module/Hoverable/Hoverable.js.map +0 -1
  823. package/package/module/IconText/IconText.js +0 -105
  824. package/package/module/IconText/IconText.js.map +0 -1
  825. package/package/module/Icons/README.md +0 -182
  826. package/package/module/Icons/TapasIcon.js +0 -131
  827. package/package/module/Icons/TapasIcon.js.map +0 -1
  828. package/package/module/Icons/TapasIconExpo.js +0 -103
  829. package/package/module/Icons/TapasIconExpo.js.map +0 -1
  830. package/package/module/Icons/expoFontLoader.js +0 -199
  831. package/package/module/Icons/expoFontLoader.js.map +0 -1
  832. package/package/module/Icons/fontLoader.js +0 -232
  833. package/package/module/Icons/fontLoader.js.map +0 -1
  834. package/package/module/Icons/icon-categories.json +0 -340
  835. package/package/module/Icons/index.js +0 -10
  836. package/package/module/Icons/index.js.map +0 -1
  837. package/package/module/Icons/real-icon-mapping.json +0 -2578
  838. package/package/module/Icons/selection.json +0 -1
  839. package/package/module/Icons/smartFontLoader.js +0 -306
  840. package/package/module/Icons/smartFontLoader.js.map +0 -1
  841. package/package/module/Image/Image.js +0 -124
  842. package/package/module/Image/Image.js.map +0 -1
  843. package/package/module/Image/PreviewImg.js +0 -111
  844. package/package/module/Image/PreviewImg.js.map +0 -1
  845. package/package/module/Input/Input.js +0 -98
  846. package/package/module/Input/Input.js.map +0 -1
  847. package/package/module/Layout/DrawerContext.js +0 -31
  848. package/package/module/Layout/DrawerContext.js.map +0 -1
  849. package/package/module/Layout/Layout.js +0 -104
  850. package/package/module/Layout/Layout.js.map +0 -1
  851. package/package/module/Layout/ToastContext.js +0 -29
  852. package/package/module/Layout/ToastContext.js.map +0 -1
  853. package/package/module/Layout/index.js +0 -15
  854. package/package/module/Layout/index.js.map +0 -1
  855. package/package/module/ListItem/ListItem.js +0 -193
  856. package/package/module/ListItem/ListItem.js.map +0 -1
  857. package/package/module/Loading/Loading.js +0 -88
  858. package/package/module/Loading/README.md +0 -160
  859. package/package/module/MessageBox/MessageBox.js +0 -184
  860. package/package/module/MessageBox/MessageBox.js.map +0 -1
  861. package/package/module/MultiSelector/MultiSelector.js +0 -478
  862. package/package/module/MultiSelector/MultiSelector.js.map +0 -1
  863. package/package/module/MultiSelector/README.md +0 -246
  864. package/package/module/MultiSelector/index.js +0 -2
  865. package/package/module/MultiSelector/index.js.map +0 -1
  866. package/package/module/Navigation/Navigation.js +0 -191
  867. package/package/module/Navigation/Navigation.js.map +0 -1
  868. package/package/module/Notification/Notification.js +0 -212
  869. package/package/module/Notification/Notification.js.map +0 -1
  870. package/package/module/Notification/README.md +0 -158
  871. package/package/module/Notification/index.js +0 -2
  872. package/package/module/Notification/index.js.map +0 -1
  873. package/package/module/NumericInput/NumericInput.js +0 -146
  874. package/package/module/NumericInput/NumericInput.js.map +0 -1
  875. package/package/module/Overlay/Overlay.js +0 -27
  876. package/package/module/Pagination/Pagination.js +0 -251
  877. package/package/module/Pagination/Pagination.js.map +0 -1
  878. package/package/module/Popover/Popover.js +0 -154
  879. package/package/module/Popover/Popover.js.map +0 -1
  880. package/package/module/Progress/Progress.js +0 -188
  881. package/package/module/Progress/Progress.js.map +0 -1
  882. package/package/module/Quantity/Quantity.js +0 -138
  883. package/package/module/Quantity/Quantity.js.map +0 -1
  884. package/package/module/Quantity/README.md +0 -251
  885. package/package/module/RadioButton/RadioButton.js +0 -97
  886. package/package/module/RadioButton/RadioButton.js.map +0 -1
  887. package/package/module/ReasonModal/README.md +0 -320
  888. package/package/module/ReasonModal/ReasonModal.js +0 -175
  889. package/package/module/ReasonModal/ReasonModal.js.map +0 -1
  890. package/package/module/ReasonModal/index.js +0 -3
  891. package/package/module/ReasonModal/index.js.map +0 -1
  892. package/package/module/ScanButton/ScanButton.js +0 -129
  893. package/package/module/SearchInput/README.md +0 -167
  894. package/package/module/SearchInput/SearchInput.js +0 -102
  895. package/package/module/SearchInput/SearchInput.js.map +0 -1
  896. package/package/module/SearchInput/index.js +0 -2
  897. package/package/module/SearchInput/index.js.map +0 -1
  898. package/package/module/SheetTitle/SheetTitle.js +0 -82
  899. package/package/module/SheetTitle/SheetTitle.js.map +0 -1
  900. package/package/module/Shell/Shell.js +0 -95
  901. package/package/module/Shell/Shell.js.map +0 -1
  902. package/package/module/Shell/styles.js +0 -29
  903. package/package/module/Shell/styles.js.map +0 -1
  904. package/package/module/Shell/types.js +0 -2
  905. package/package/module/Shell/types.js.map +0 -1
  906. package/package/module/Status/Status.js +0 -114
  907. package/package/module/Status/Status.js.map +0 -1
  908. package/package/module/Steps/Steps.js +0 -137
  909. package/package/module/Steps/Steps.js.map +0 -1
  910. package/package/module/TabTitle/README.md +0 -399
  911. package/package/module/TabTitle/TabTitle.js +0 -59
  912. package/package/module/TabTitle/TabTitle.js.map +0 -1
  913. package/package/module/TabTitle/index.js +0 -3
  914. package/package/module/TabTitle/index.js.map +0 -1
  915. package/package/module/TableColumnHeader/README.md +0 -682
  916. package/package/module/TableColumnHeader/TableColumnHeader.js +0 -185
  917. package/package/module/TableColumnHeader/TableColumnHeader.js.map +0 -1
  918. package/package/module/TableColumnHeader/index.js +0 -3
  919. package/package/module/TableColumnHeader/index.js.map +0 -1
  920. package/package/module/Tag/Tag.js +0 -90
  921. package/package/module/Tag/Tag.js.map +0 -1
  922. package/package/module/Task/Task.js.map +0 -1
  923. package/package/module/Task/type.js +0 -8
  924. package/package/module/Task/type.js.map +0 -1
  925. package/package/module/Text/Text.js +0 -129
  926. package/package/module/Text/Text.js.map +0 -1
  927. package/package/module/TextArea/TextArea.js +0 -207
  928. package/package/module/TextArea/TextArea.js.map +0 -1
  929. package/package/module/Theme/ThemeProvider.js +0 -21
  930. package/package/module/Theme/ThemeProvider.js.map +0 -1
  931. package/package/module/Theme/defaultTheme.js +0 -211
  932. package/package/module/Theme/defaultTheme.js.map +0 -1
  933. package/package/module/Timeline/Timeline.js +0 -212
  934. package/package/module/Timeline/Timeline.js.map +0 -1
  935. package/package/module/Toast/Toast.js +0 -134
  936. package/package/module/Toast/Toast.js.map +0 -1
  937. package/package/module/UserSwitcher/README.md +0 -334
  938. package/package/module/UserSwitcher/UserSwitcher.js +0 -212
  939. package/package/module/UserSwitcher/UserSwitcher.js.map +0 -1
  940. package/package/module/UserSwitcher/index.js +0 -3
  941. package/package/module/UserSwitcher/index.js.map +0 -1
  942. package/package/module/common.js +0 -7
  943. package/package/module/common.js.map +0 -1
  944. package/package/module/index.js +0 -119
  945. package/package/module/index.js.map +0 -1
  946. package/package/package.json +0 -84
  947. package/package/typescript/Navigation/Navigation.d.ts.map +0 -1
  948. package/package/typescript/index.d.ts +0 -95
  949. package/package/typescript/index.d.ts.map +0 -1
  950. /package/{package/CHANGELOG.md → CHANGELOG.md} +0 -0
  951. /package/assets/{adaptive-icon.png → assets/adaptive-icon.png} +0 -0
  952. /package/assets/{favicon.png → assets/favicon.png} +0 -0
  953. /package/assets/{fonts → assets/fonts}/customfont.ttf +0 -0
  954. /package/assets/{icon.png → assets/icon.png} +0 -0
  955. /package/assets/{logo.png → assets/logo.png} +0 -0
  956. /package/assets/{splash.png → assets/splash.png} +0 -0
  957. /package/assets/{svg → assets/svg}/customfont.svg +0 -0
  958. /package/assets/{svg → assets/svg}/logo.svg +0 -0
  959. /package/assets/{tapas → assets/tapas}/favicon.png +0 -0
  960. /package/assets/{tapas → assets/tapas}/logo.png +0 -0
  961. /package/assets/{tapas → assets/tapas}/logo_no_word.png +0 -0
  962. /package/assets/{tapas → assets/tapas}/logo_transparent_white.png +0 -0
  963. /package/{components → commonjs}/AnimatedNavItem/README.md +0 -0
  964. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js +0 -0
  965. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js.map +0 -0
  966. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js +0 -0
  967. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js.map +0 -0
  968. /package/{package/commonjs → commonjs}/Calendar/local.js +0 -0
  969. /package/{package/commonjs → commonjs}/Collapsible/Collapsible.js +0 -0
  970. /package/{components → commonjs}/DataCell/README.md +0 -0
  971. /package/{package/commonjs → commonjs}/DataCell/index.js +0 -0
  972. /package/{package/commonjs → commonjs}/Grid/Grid.base.js +0 -0
  973. /package/{package/commonjs → commonjs}/Grid/Grid.base.js.map +0 -0
  974. /package/{components → commonjs}/Icons/README.md +0 -0
  975. /package/{components → commonjs}/Icons/icon-categories.json +0 -0
  976. /package/{components → commonjs}/Icons/real-icon-mapping.json +0 -0
  977. /package/{components → commonjs}/Icons/selection.json +0 -0
  978. /package/{package/commonjs → commonjs}/Layout/DrawerContext.js +0 -0
  979. /package/{package/commonjs → commonjs}/Layout/DrawerContext.js.map +0 -0
  980. /package/{components → commonjs}/Loading/README.md +0 -0
  981. /package/{components → commonjs}/MultiSelector/README.md +0 -0
  982. /package/{package/commonjs → commonjs}/MultiSelector/index.js +0 -0
  983. /package/{package/commonjs → commonjs}/MultiSelector/index.js.map +0 -0
  984. /package/{components → commonjs}/Notification/README.md +0 -0
  985. /package/{package/commonjs → commonjs}/Progress/Progress.js +0 -0
  986. /package/{package/commonjs → commonjs}/Progress/Progress.js.map +0 -0
  987. /package/{components → commonjs}/Quantity/README.md +0 -0
  988. /package/{package/commonjs → commonjs}/Quantity/index.js +0 -0
  989. /package/{package/commonjs → commonjs}/Quantity/index.js.map +0 -0
  990. /package/{components → commonjs}/ReasonModal/README.md +0 -0
  991. /package/{package/commonjs → commonjs}/ReasonModal/index.js +0 -0
  992. /package/{package/commonjs → commonjs}/ReasonModal/index.js.map +0 -0
  993. /package/{components → commonjs}/SearchInput/README.md +0 -0
  994. /package/{package/commonjs → commonjs}/Shell/styles.js +0 -0
  995. /package/{package/commonjs → commonjs}/Shell/types.js +0 -0
  996. /package/{package/commonjs → commonjs}/Steps/Steps.js +0 -0
  997. /package/{package/commonjs → commonjs}/Steps/Steps.js.map +0 -0
  998. /package/{components → commonjs}/TabTitle/README.md +0 -0
  999. /package/{components → commonjs}/TableColumnHeader/README.md +0 -0
  1000. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js +0 -0
  1001. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js.map +0 -0
  1002. /package/{package/commonjs → commonjs}/TextArea/TextArea.js +0 -0
  1003. /package/{package/commonjs → commonjs}/TextArea/TextArea.js.map +0 -0
  1004. /package/{package/commonjs → commonjs}/Theme/defaultTheme.js +0 -0
  1005. /package/{package/commonjs → commonjs}/Theme/defaultTheme.js.map +0 -0
  1006. /package/{package/commonjs → commonjs}/Theme/themed.d.js +0 -0
  1007. /package/{package/commonjs → commonjs}/Theme/themed.d.js.map +0 -0
  1008. /package/{components → commonjs}/UserSwitcher/README.md +0 -0
  1009. /package/{package/commonjs → commonjs}/UserSwitcher/index.js +0 -0
  1010. /package/{package/commonjs → commonjs}/UserSwitcher/index.js.map +0 -0
  1011. /package/{package/commonjs → module}/AnimatedNavItem/README.md +0 -0
  1012. /package/{package/module → module}/Button/react-native-hoverable.d.js +0 -0
  1013. /package/{package/module → module}/Button/react-native-hoverable.d.js.map +0 -0
  1014. /package/{package/module → module}/Collapsible/Collapsible.js +0 -0
  1015. /package/{package/module → module}/Collapsible/Collapsible.js.map +0 -0
  1016. /package/{package/commonjs → module}/DataCell/README.md +0 -0
  1017. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js +0 -0
  1018. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js.map +0 -0
  1019. /package/{package/module → module}/Dropdown/CustomDropdown.js +0 -0
  1020. /package/{package/module → module}/Dropdown/CustomDropdown.js.map +0 -0
  1021. /package/{package/module → module}/Gantt/Accessories.js +0 -0
  1022. /package/{package/module → module}/Gantt/Accessories.js.map +0 -0
  1023. /package/{package/commonjs → module}/Icons/README.md +0 -0
  1024. /package/{package/commonjs → module}/Icons/icon-categories.json +0 -0
  1025. /package/{package/commonjs → module}/Icons/real-icon-mapping.json +0 -0
  1026. /package/{package/commonjs → module}/Icons/selection.json +0 -0
  1027. /package/{package/module → module}/Loading/Loading.js.map +0 -0
  1028. /package/{package/commonjs → module}/Loading/README.md +0 -0
  1029. /package/{package/commonjs → module}/MultiSelector/README.md +0 -0
  1030. /package/{package/commonjs → module}/Notification/README.md +0 -0
  1031. /package/{package/module → module}/Overlay/Overlay.js.map +0 -0
  1032. /package/{package/commonjs → module}/Quantity/README.md +0 -0
  1033. /package/{package/module → module}/Quantity/index.js +0 -0
  1034. /package/{package/module → module}/Quantity/index.js.map +0 -0
  1035. /package/{package/commonjs → module}/ReasonModal/README.md +0 -0
  1036. /package/{package/module → module}/ScanButton/ScanButton.js.map +0 -0
  1037. /package/{package/commonjs → module}/SearchInput/README.md +0 -0
  1038. /package/{package/commonjs → module}/TabTitle/README.md +0 -0
  1039. /package/{package/commonjs → module}/TableColumnHeader/README.md +0 -0
  1040. /package/{package/module → module}/Task/Task.js +0 -0
  1041. /package/{package/module → module}/Theme/themed.d.js +0 -0
  1042. /package/{package/module → module}/Theme/themed.d.js.map +0 -0
  1043. /package/{package/commonjs → module}/UserSwitcher/README.md +0 -0
  1044. /package/{package/typescript → typescript}/Alert/Alert.d.ts +0 -0
  1045. /package/{package/typescript → typescript}/Alert/Alert.d.ts.map +0 -0
  1046. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts +0 -0
  1047. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts.map +0 -0
  1048. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts +0 -0
  1049. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts.map +0 -0
  1050. /package/{package/typescript → typescript}/Button/Button.d.ts +0 -0
  1051. /package/{package/typescript → typescript}/Button/Button.d.ts.map +0 -0
  1052. /package/{package/typescript → typescript}/Button/ButtonGroup.d.ts +0 -0
  1053. /package/{package/typescript → typescript}/Button/ButtonGroup.d.ts.map +0 -0
  1054. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts +0 -0
  1055. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts.map +0 -0
  1056. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts +0 -0
  1057. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts.map +0 -0
  1058. /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts +0 -0
  1059. /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts.map +0 -0
  1060. /package/{package/typescript → typescript}/Calendar/CustomRange.d.ts +0 -0
  1061. /package/{package/typescript → typescript}/Calendar/CustomRange.d.ts.map +0 -0
  1062. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts +0 -0
  1063. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts.map +0 -0
  1064. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts +0 -0
  1065. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts.map +0 -0
  1066. /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts +0 -0
  1067. /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts.map +0 -0
  1068. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts +0 -0
  1069. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts.map +0 -0
  1070. /package/{package/typescript → typescript}/Calendar/helper.d.ts +0 -0
  1071. /package/{package/typescript → typescript}/Calendar/helper.d.ts.map +0 -0
  1072. /package/{package/typescript → typescript}/Calendar/local.d.ts +0 -0
  1073. /package/{package/typescript → typescript}/Calendar/local.d.ts.map +0 -0
  1074. /package/{package/typescript → typescript}/Calendar/types.d.ts +0 -0
  1075. /package/{package/typescript → typescript}/Calendar/types.d.ts.map +0 -0
  1076. /package/{package/typescript → typescript}/Card/Card.d.ts +0 -0
  1077. /package/{package/typescript → typescript}/Card/Card.d.ts.map +0 -0
  1078. /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts +0 -0
  1079. /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts.map +0 -0
  1080. /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts +0 -0
  1081. /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts.map +0 -0
  1082. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts +0 -0
  1083. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts.map +0 -0
  1084. /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts +0 -0
  1085. /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts.map +0 -0
  1086. /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts +0 -0
  1087. /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts.map +0 -0
  1088. /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts +0 -0
  1089. /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts.map +0 -0
  1090. /package/{package/typescript → typescript}/DataCell/DataCell.d.ts +0 -0
  1091. /package/{package/typescript → typescript}/DataCell/DataCell.d.ts.map +0 -0
  1092. /package/{package/typescript → typescript}/DataCell/index.d.ts +0 -0
  1093. /package/{package/typescript → typescript}/DataCell/index.d.ts.map +0 -0
  1094. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts +0 -0
  1095. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts.map +0 -0
  1096. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts +0 -0
  1097. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts.map +0 -0
  1098. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts +0 -0
  1099. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts.map +0 -0
  1100. /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts +0 -0
  1101. /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts.map +0 -0
  1102. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts +0 -0
  1103. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts.map +0 -0
  1104. /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts +0 -0
  1105. /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts.map +0 -0
  1106. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts +0 -0
  1107. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts.map +0 -0
  1108. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts +0 -0
  1109. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts.map +0 -0
  1110. /package/{package/typescript → typescript}/Gantt/Gantt.d.ts +0 -0
  1111. /package/{package/typescript → typescript}/Gantt/Gantt.d.ts.map +0 -0
  1112. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts +0 -0
  1113. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts.map +0 -0
  1114. /package/{package/typescript → typescript}/Gantt/helper.d.ts +0 -0
  1115. /package/{package/typescript → typescript}/Gantt/helper.d.ts.map +0 -0
  1116. /package/{package/typescript → typescript}/Gantt/types.d.ts +0 -0
  1117. /package/{package/typescript → typescript}/Gantt/types.d.ts.map +0 -0
  1118. /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts +0 -0
  1119. /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts.map +0 -0
  1120. /package/{package/typescript → typescript}/Grid/Grid.base.d.ts +0 -0
  1121. /package/{package/typescript → typescript}/Grid/Grid.base.d.ts.map +0 -0
  1122. /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts +0 -0
  1123. /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts.map +0 -0
  1124. /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts +0 -0
  1125. /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts.map +0 -0
  1126. /package/{package/typescript → typescript}/Grid/helper.d.ts +0 -0
  1127. /package/{package/typescript → typescript}/Grid/helper.d.ts.map +0 -0
  1128. /package/{package/typescript → typescript}/Grid/timer.d.ts +0 -0
  1129. /package/{package/typescript → typescript}/Grid/timer.d.ts.map +0 -0
  1130. /package/{package/typescript → typescript}/Header/Header.d.ts +0 -0
  1131. /package/{package/typescript → typescript}/Header/Header.d.ts.map +0 -0
  1132. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts +0 -0
  1133. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts.map +0 -0
  1134. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts +0 -0
  1135. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts.map +0 -0
  1136. /package/{package/typescript → typescript}/IconText/IconText.d.ts +0 -0
  1137. /package/{package/typescript → typescript}/IconText/IconText.d.ts.map +0 -0
  1138. /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts +0 -0
  1139. /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts.map +0 -0
  1140. /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts +0 -0
  1141. /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts.map +0 -0
  1142. /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts +0 -0
  1143. /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts.map +0 -0
  1144. /package/{package/typescript → typescript}/Icons/fontLoader.d.ts +0 -0
  1145. /package/{package/typescript → typescript}/Icons/fontLoader.d.ts.map +0 -0
  1146. /package/{package/typescript → typescript}/Icons/index.d.ts +0 -0
  1147. /package/{package/typescript → typescript}/Icons/index.d.ts.map +0 -0
  1148. /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts +0 -0
  1149. /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts.map +0 -0
  1150. /package/{package/typescript → typescript}/Image/Image.d.ts +0 -0
  1151. /package/{package/typescript → typescript}/Image/Image.d.ts.map +0 -0
  1152. /package/{package/typescript → typescript}/Image/PreviewImg.d.ts +0 -0
  1153. /package/{package/typescript → typescript}/Image/PreviewImg.d.ts.map +0 -0
  1154. /package/{package/typescript → typescript}/Input/Input.d.ts +0 -0
  1155. /package/{package/typescript → typescript}/Input/Input.d.ts.map +0 -0
  1156. /package/{package/typescript → typescript}/Layout/DrawerContext.d.ts +0 -0
  1157. /package/{package/typescript → typescript}/Layout/DrawerContext.d.ts.map +0 -0
  1158. /package/{package/typescript → typescript}/Layout/Layout.d.ts +0 -0
  1159. /package/{package/typescript → typescript}/Layout/Layout.d.ts.map +0 -0
  1160. /package/{package/typescript → typescript}/Layout/ToastContext.d.ts +0 -0
  1161. /package/{package/typescript → typescript}/Layout/ToastContext.d.ts.map +0 -0
  1162. /package/{package/typescript → typescript}/Layout/index.d.ts +0 -0
  1163. /package/{package/typescript → typescript}/Layout/index.d.ts.map +0 -0
  1164. /package/{package/typescript → typescript}/ListItem/ListItem.d.ts +0 -0
  1165. /package/{package/typescript → typescript}/ListItem/ListItem.d.ts.map +0 -0
  1166. /package/{package/typescript → typescript}/Loading/Loading.d.ts +0 -0
  1167. /package/{package/typescript → typescript}/Loading/Loading.d.ts.map +0 -0
  1168. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts +0 -0
  1169. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts.map +0 -0
  1170. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts +0 -0
  1171. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts.map +0 -0
  1172. /package/{package/typescript → typescript}/MultiSelector/index.d.ts +0 -0
  1173. /package/{package/typescript → typescript}/MultiSelector/index.d.ts.map +0 -0
  1174. /package/{package/typescript → typescript}/Navigation/Navigation.d.ts +0 -0
  1175. /package/{package/typescript → typescript}/Notification/Notification.d.ts +0 -0
  1176. /package/{package/typescript → typescript}/Notification/Notification.d.ts.map +0 -0
  1177. /package/{package/typescript → typescript}/Notification/index.d.ts +0 -0
  1178. /package/{package/typescript → typescript}/Notification/index.d.ts.map +0 -0
  1179. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts +0 -0
  1180. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts.map +0 -0
  1181. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts +0 -0
  1182. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts.map +0 -0
  1183. /package/{package/typescript → typescript}/Pagination/Pagination.d.ts +0 -0
  1184. /package/{package/typescript → typescript}/Pagination/Pagination.d.ts.map +0 -0
  1185. /package/{package/typescript → typescript}/Popover/Popover.d.ts +0 -0
  1186. /package/{package/typescript → typescript}/Popover/Popover.d.ts.map +0 -0
  1187. /package/{package/typescript → typescript}/Progress/Progress.d.ts +0 -0
  1188. /package/{package/typescript → typescript}/Progress/Progress.d.ts.map +0 -0
  1189. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts +0 -0
  1190. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts.map +0 -0
  1191. /package/{package/typescript → typescript}/Quantity/index.d.ts +0 -0
  1192. /package/{package/typescript → typescript}/Quantity/index.d.ts.map +0 -0
  1193. /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts +0 -0
  1194. /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts.map +0 -0
  1195. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts +0 -0
  1196. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts.map +0 -0
  1197. /package/{package/typescript → typescript}/ReasonModal/index.d.ts +0 -0
  1198. /package/{package/typescript → typescript}/ReasonModal/index.d.ts.map +0 -0
  1199. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts +0 -0
  1200. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts.map +0 -0
  1201. /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts +0 -0
  1202. /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts.map +0 -0
  1203. /package/{package/typescript → typescript}/SearchInput/index.d.ts +0 -0
  1204. /package/{package/typescript → typescript}/SearchInput/index.d.ts.map +0 -0
  1205. /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts +0 -0
  1206. /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts.map +0 -0
  1207. /package/{package/typescript → typescript}/Shell/Shell.d.ts +0 -0
  1208. /package/{package/typescript → typescript}/Shell/Shell.d.ts.map +0 -0
  1209. /package/{package/typescript → typescript}/Shell/styles.d.ts +0 -0
  1210. /package/{package/typescript → typescript}/Shell/styles.d.ts.map +0 -0
  1211. /package/{package/typescript → typescript}/Shell/types.d.ts +0 -0
  1212. /package/{package/typescript → typescript}/Shell/types.d.ts.map +0 -0
  1213. /package/{package/typescript → typescript}/Status/Status.d.ts +0 -0
  1214. /package/{package/typescript → typescript}/Status/Status.d.ts.map +0 -0
  1215. /package/{package/typescript → typescript}/Steps/Steps.d.ts +0 -0
  1216. /package/{package/typescript → typescript}/Steps/Steps.d.ts.map +0 -0
  1217. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts +0 -0
  1218. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts.map +0 -0
  1219. /package/{package/typescript → typescript}/TabTitle/index.d.ts +0 -0
  1220. /package/{package/typescript → typescript}/TabTitle/index.d.ts.map +0 -0
  1221. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts +0 -0
  1222. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts.map +0 -0
  1223. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts +0 -0
  1224. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts.map +0 -0
  1225. /package/{package/typescript → typescript}/Tag/Tag.d.ts +0 -0
  1226. /package/{package/typescript → typescript}/Tag/Tag.d.ts.map +0 -0
  1227. /package/{package/typescript → typescript}/Task/Task.d.ts +0 -0
  1228. /package/{package/typescript → typescript}/Task/Task.d.ts.map +0 -0
  1229. /package/{package/typescript → typescript}/Task/type.d.ts +0 -0
  1230. /package/{package/typescript → typescript}/Task/type.d.ts.map +0 -0
  1231. /package/{package/typescript → typescript}/Text/Text.d.ts +0 -0
  1232. /package/{package/typescript → typescript}/Text/Text.d.ts.map +0 -0
  1233. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts +0 -0
  1234. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts.map +0 -0
  1235. /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts +0 -0
  1236. /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts.map +0 -0
  1237. /package/{package/typescript → typescript}/Theme/defaultTheme.d.ts +0 -0
  1238. /package/{package/typescript → typescript}/Theme/defaultTheme.d.ts.map +0 -0
  1239. /package/{package/typescript → typescript}/Timeline/Timeline.d.ts +0 -0
  1240. /package/{package/typescript → typescript}/Timeline/Timeline.d.ts.map +0 -0
  1241. /package/{package/typescript → typescript}/Toast/Toast.d.ts +0 -0
  1242. /package/{package/typescript → typescript}/Toast/Toast.d.ts.map +0 -0
  1243. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts +0 -0
  1244. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts.map +0 -0
  1245. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts +0 -0
  1246. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts.map +0 -0
  1247. /package/{package/typescript → typescript}/common.d.ts +0 -0
  1248. /package/{package/typescript → typescript}/common.d.ts.map +0 -0
@@ -1,276 +0,0 @@
1
- import React, { useState } from "react";
2
- import {
3
- View,
4
- ViewProps,
5
- Text,
6
- TouchableWithoutFeedback,
7
- Pressable,
8
- } from "react-native";
9
- import { withTheme, makeStyles, useTheme } from "@rneui/themed";
10
- import TapasIcon from "../Icons/TapasIcon";
11
-
12
- export interface CardProps extends ViewProps {
13
- title?: string;
14
- subTitle?: string;
15
- icon?: string;
16
- showMore?: boolean;
17
- cardId: string;
18
- path?: string;
19
- moreBtnIcon?: string;
20
- actions?: Action[];
21
- showNavBtn?: boolean;
22
- navBtnIcon?: string;
23
- state?: "normal" | "warning" | "error" | "success";
24
- stateText?: string;
25
- width?: number;
26
- onPress?: (key: string) => void;
27
- showMoreOptions?: (key: string) => void;
28
- }
29
-
30
- export interface Action {
31
- key: string;
32
- name: string;
33
- icon: string;
34
- }
35
-
36
- const Card: React.FC<CardProps> = ({
37
- style,
38
- icon,
39
- state,
40
- stateText,
41
- showMore,
42
- title,
43
- subTitle,
44
- moreBtnIcon = "more_vert",
45
- actions,
46
- cardId,
47
- path,
48
- showNavBtn,
49
- width = 285,
50
- navBtnIcon = "back",
51
- onPress,
52
- showMoreOptions,
53
- ...otherProps
54
- }) => {
55
- const theme = useTheme();
56
- const styles = useStyles();
57
- const stateColors: { [key: string]: string } = {
58
- error_bg: (theme.theme.colors as any).colorStatusErrorBg || "#FFE6E6",
59
- error_text: (theme.theme.colors as any).colorStatusError || "#FF4444",
60
- warning_bg: (theme.theme.colors as any).colorStatusWarningBg || "#FFF3E0",
61
- warning_text: (theme.theme.colors as any).colorStatusWarning || "#FF9800",
62
- success_bg: (theme.theme.colors as any).colorStatusSuccessBg || "#E8F5E8",
63
- success_text: (theme.theme.colors as any).colorStatusSuccess || "#4CAF50",
64
- };
65
- const [hover, setHover] = useState(false);
66
-
67
- return (
68
- <TouchableWithoutFeedback
69
- onPressIn={() => setHover(true)}
70
- onPressOut={() => setHover(false)}
71
- onPress={() => onPress && onPress(`${path}--${cardId}`)}
72
- >
73
- <View
74
- {...otherProps}
75
- style={[
76
- styles.container,
77
- style,
78
- { width: width || 285 },
79
- hover && styles.hoverStyle,
80
- ]}
81
- >
82
- <View style={styles.inner}>
83
- <View style={styles.header}>
84
- <View style={styles.left}>
85
- {icon && (
86
- <TapasIcon
87
- size={24}
88
- color={theme.theme.colors.primary}
89
- name={icon}
90
- />
91
- )}
92
- {state && stateText && (
93
- <View
94
- style={[
95
- styles.stateCon,
96
- { backgroundColor: stateColors[state + "_bg"] },
97
- ]}
98
- >
99
- <Text
100
- numberOfLines={1}
101
- ellipsizeMode="tail"
102
- style={[
103
- styles.stateText,
104
- { color: stateColors[state + "_text"] }
105
- ]}
106
- >
107
- {stateText}
108
- </Text>
109
- </View>
110
- )}
111
- </View>
112
- <View style={styles.right}>
113
- {showMore && moreBtnIcon && (
114
- <Pressable
115
- onPress={(e) => {
116
- e.stopPropagation();
117
- if (showMoreOptions) {
118
- showMoreOptions(cardId);
119
- }
120
- }}
121
- >
122
- <TapasIcon
123
- size={20}
124
- color={theme.theme.colors.primary}
125
- name={moreBtnIcon}
126
- />
127
- </Pressable>
128
- )}
129
- </View>
130
- </View>
131
- <View style={styles.main}>
132
- <View
133
- style={[
134
- styles.left,
135
- {
136
- flexDirection: "column",
137
- width: width - 32 - (showNavBtn ? 38 : 0),
138
- overflow: "hidden",
139
- },
140
- ]}
141
- >
142
- <Text
143
- numberOfLines={1}
144
- ellipsizeMode="tail"
145
- style={styles.subTitle}
146
- >
147
- {subTitle || ""}
148
- </Text>
149
- <Text numberOfLines={1} ellipsizeMode="tail" style={styles.title}>
150
- {title || ""}
151
- </Text>
152
- </View>
153
- <View style={styles.right}>
154
- {showNavBtn && (
155
- <Pressable
156
- onPress={() => onPress && onPress(cardId)}
157
- style={styles.navBtn}
158
- >
159
- <TapasIcon
160
- size={20}
161
- style={{ alignSelf: "center" }}
162
- color={theme.theme.colors.primary}
163
- name={navBtnIcon}
164
- />
165
- </Pressable>
166
- )}
167
- </View>
168
- </View>
169
- </View>
170
- </View>
171
- </TouchableWithoutFeedback>
172
- );
173
- };
174
-
175
- const useStyles = makeStyles((theme) => ({
176
- container: {
177
- display: "flex",
178
- flexDirection: "column",
179
- justifyContent: "flex-start",
180
- width: 285,
181
- height: 128,
182
- borderRadius: 12,
183
- overflow: "hidden",
184
- backgroundColor: theme.colors.white,
185
- cursor: "pointer",
186
- },
187
- hoverStyle: {
188
- shadowColor: "#000",
189
- shadowOffset: { width: 0, height: 8 },
190
- shadowOpacity: 0.08,
191
- shadowRadius: 24,
192
- elevation: 12,
193
- },
194
- inner: {
195
- marginTop: 10,
196
- marginBottom: 16,
197
- marginRight: 16,
198
- marginLeft: 16,
199
- display: "flex",
200
- flexGrow: 1,
201
- overflow: "hidden",
202
- flexDirection: "column",
203
- justifyContent: "space-between",
204
- },
205
- header: {
206
- height: 32,
207
- display: "flex",
208
- flexDirection: "row",
209
- width: "100%",
210
- overflow: "hidden",
211
- justifyContent: "space-between",
212
- gap: 8,
213
- },
214
- left: {
215
- display: "flex",
216
- flexDirection: "row",
217
- flexGrow: 1,
218
- overflow: "hidden",
219
- justifyContent: "flex-start",
220
- },
221
- right: {
222
- display: "flex",
223
- flexDirection: "row",
224
- overflow: "hidden",
225
- justifyContent: "flex-end",
226
- },
227
- stateCon: {
228
- display: "flex",
229
- flexDirection: "row",
230
- height: 24,
231
- alignSelf: "center",
232
- paddingLeft: 8,
233
- paddingRight: 8,
234
- borderRadius: 12,
235
- },
236
- stateText: {
237
- fontSize: 10,
238
- fontWeight: "700",
239
- lineHeight: 24,
240
- },
241
- main: {
242
- display: "flex",
243
- flexDirection: "row",
244
- height: 40,
245
- justifyContent: "space-between",
246
- overflow: "hidden",
247
- width: "100%",
248
- gap: 8,
249
- },
250
- navBtn: {
251
- display: "flex",
252
- flexDirection: "column",
253
- width: 28,
254
- height: 28,
255
- justifyContent: "center",
256
- alignSelf: "center",
257
- borderRadius: 14,
258
- borderColor: theme.colors.greyOutline,
259
- borderWidth: 1,
260
- transform: "rotate(180deg)",
261
- borderStyle: "solid",
262
- },
263
- subTitle: {
264
- fontSize: 10,
265
- fontWeight: "700",
266
- color: theme.colors.grey1,
267
- },
268
- title: {
269
- fontSize: 16,
270
- fontWeight: "700",
271
- color: theme.colors.primary,
272
- overflow: "hidden",
273
- },
274
- }));
275
-
276
- export default withTheme(Card);
@@ -1,157 +0,0 @@
1
- import React, {FC, useEffect, useState} from 'react';
2
- import {makeStyles, withTheme, Text as RNText, TextProps} from "@rneui/themed";
3
- import {Platform, StyleProp, TouchableOpacity, ViewStyle} from "react-native";
4
- import Icon from '../Icons/TapasIcon';
5
- import Hoverable from '../Hoverable/Hoverable';
6
- export interface Props extends TextProps {
7
- children?: React.ReactNode;
8
- label?: string;
9
- hoverStyle?: StyleProp<ViewStyle>;
10
- onPress?: () => void;
11
- checked?: boolean;
12
- disabled?: boolean;
13
- type?: 'checkbox' | 'radio',
14
- mode?: 'dark' | 'light',
15
- full?: boolean,
16
- }
17
- // @ts-ignore
18
- const useStyles = makeStyles((theme, ...props) => {
19
- // @ts-ignore
20
- const { disabled , mode} = props[0];
21
- return {
22
- textItem: {
23
- fontFamily: theme.fonts.fontFamily,
24
- fontSize: theme.fonts.sizeM,
25
- fontWeight: theme.fonts.weightR,
26
- color: theme.colors.colorTextPrimary,
27
- // textOverflow: 'ellipsis', // Not supported in React Native
28
- // whiteSpace: 'nowrap', // Not supported in React Native
29
- justifyContent: "center",
30
- alignItems: "center",
31
- display: "flex",
32
- minWidth: 80,
33
- },
34
- checkBoxContainer: {
35
- backgroundColor: mode === 'dark'? theme.colors.grey4 : theme.colors.white,
36
- paddingLeft: 12,
37
- paddingRight: 16,
38
- paddingVertical: 8,
39
- height: 40,
40
- minWidth: 80,
41
- borderRadius: theme.radius.rounded,
42
- marginBottom: 8,
43
- display: "flex",
44
- justifyContent: "center",
45
- alignItems: "center",
46
- },
47
- disabledText: {
48
- color: theme.colors.disabled,
49
- },
50
- hovered: {
51
- backgroundColor: mode === 'dark' && theme.colors.grey3,
52
- },
53
- selected: {
54
- backgroundColor: mode === 'dark' && theme.colors.primary,
55
- },
56
- textHovered: {
57
- color: mode === 'light' && theme.colors.grey1,
58
- },
59
- textSelected: {
60
- color: mode === 'dark' ? theme.colors.white : theme.colors.primary,
61
- },
62
- checkBox: {
63
- marginRight: 8,
64
- color: disabled ? theme.colors.disabled : theme.colors.colorTextPrimary
65
- },
66
- checkedBox: {
67
- color:mode === 'dark' ? theme.colors.white : theme.colors.primary,
68
- },
69
- uncheckedBox: {
70
- color: theme.colors.colorTextPrimary
71
- },
72
- disabledBox: {
73
- color: theme.colors.disabled,
74
- },
75
- }
76
- });
77
-
78
-
79
- const CheckBox: FC<Props> = (props) => {
80
- const styles = useStyles(props);
81
- const {children, label, checked = false, disabled ,style ,onPress, hoverStyle, full = true} = props;
82
- const [isHovered, setIsHovered] = useState(false);
83
- const [isSelected, setIsSelected] = useState(checked);
84
- const handleItemPress = () => {
85
- setIsSelected(!isSelected);
86
- onPress && onPress();
87
- };
88
-
89
- const handleMouseEnter = () => {
90
- setIsHovered(true);
91
- };
92
-
93
- const handleMouseLeave = () => {
94
- setIsHovered(false);
95
- };
96
-
97
- useEffect(() => {
98
- setIsSelected(checked);
99
- }, [checked]);
100
- const renderText = () => {
101
- return (!disabled ?<TouchableOpacity style={[
102
- //@ts-ignore
103
- styles.checkBoxContainer,
104
- //@ts-ignore
105
- isHovered && styles.hovered,
106
- isHovered && hoverStyle,
107
- //@ts-ignore
108
- isSelected && styles.selected,
109
- style
110
- ]} onPress={handleItemPress}>
111
- <RNText style={[
112
- //@ts-ignore
113
- styles.textItem,
114
- //@ts-ignore
115
- isHovered && styles.textHovered,
116
- //@ts-ignore
117
- isSelected && styles.textSelected,
118
- ]} numberOfLines={1} ellipsizeMode="tail" {...props}>
119
- <Icon
120
- // @ts-ignore
121
- style={[styles.checkBox, isSelected && styles.checkedBox, !isSelected && styles.uncheckedBox]} name={isSelected ? (full ? 'check_box' : 'indeterminate_check_box') : 'check_box_outline_blank'} size={20} />
122
- {label}
123
- {children}
124
- </RNText>
125
- </TouchableOpacity> : <RNText style={[
126
- //@ts-ignore
127
- styles.checkBoxContainer,
128
- //@ts-ignore
129
- styles.textItem,
130
- //@ts-ignore
131
- disabled && styles.disabledText,
132
- style
133
- ]} numberOfLines={1} ellipsizeMode="tail" {...props}>
134
- <Icon
135
- // @ts-ignore
136
- style={[styles.checkBox]} name={isSelected ? 'check_box' : 'check_box_outline_blank'} size={24} />
137
- {label}
138
- {children}
139
- </RNText>)
140
- }
141
-
142
-
143
- return (
144
- Platform.OS === 'web' ? (
145
- <Hoverable
146
- onHoverIn={handleMouseEnter}
147
- onHoverOut={handleMouseLeave}
148
- >
149
- {
150
- renderText()
151
- }
152
- </Hoverable>
153
- ): renderText()
154
- )
155
- }
156
-
157
- export default withTheme(CheckBox);
@@ -1,133 +0,0 @@
1
- import React, {useState} from 'react';
2
- import {ListItem, makeStyles, withTheme, ListItemProps} from '@rneui/themed';
3
- import Hoverable from '../Hoverable/Hoverable';
4
-
5
- import Icon from "../Icons/TapasIcon";
6
-
7
-
8
-
9
- export type CheckBoxItemProps = {
10
- value: string;
11
- title: string;
12
- disabled?: boolean;
13
- }
14
-
15
- export interface Props extends ListItemProps {
16
- selected: boolean;
17
- item: CheckBoxItemProps;
18
- key: number | string;
19
- onItemPress: (item: { value: string; title: string , disabled?: boolean }) => void;
20
- disabled?: boolean;
21
- }
22
-
23
- const useStyle = makeStyles((theme, ...props) => {
24
- //@ts-ignore
25
- const { disabled } = props[0];
26
- return{
27
- listItemContainer: {
28
- backgroundColor: theme.colors.grey5,
29
- padding: 0,
30
- width: '100%',
31
- },
32
- itemContainer: {
33
- backgroundColor: theme.colors.white,
34
- display: 'flex',
35
- justifyContent: 'flex-start',
36
- flexDirection: 'row',
37
- padding:0,
38
- width: '100%',
39
- height: 48,
40
- alignItems: 'center',
41
- flex: 1,
42
- },
43
- selectedItem: {
44
- backgroundColor: theme.colors.grey5,
45
- },
46
- hovered: {
47
- backgroundColor: theme.colors.grey4,
48
- },
49
- title: {
50
- fontFamily: theme.fonts.fontFamily,
51
- fontSize: theme.fonts.sizeM,
52
- fontWeight: theme.fonts.weightR,
53
- color: theme.colors.colorTextPrimary,
54
- },
55
- icon: {
56
- color: theme.colors.colorTextAccent,
57
- fontSize: 20,
58
- marginRight: 8,
59
- },
60
- disabled: {
61
- backgroundColor: theme.colors.white,
62
- },
63
- disabledTitle: {
64
- color: theme.colors.disabled,
65
- },
66
- disabledSelectedContainer: {
67
- backgroundColor: theme.colors.grey5,
68
- },
69
- checkedBox: {
70
- color: theme.colors.colorTextPrimary
71
- },
72
- uncheckedBox: {
73
- color: theme.colors.colorTextPrimary
74
- },
75
- disabledBox: {
76
- color: theme.colors.disabled,
77
- },
78
- itemWrapper: {
79
- display: 'flex',
80
- flexDirection: 'row',
81
- alignItems: 'center',
82
- flex: 1,
83
- height: 48,
84
- backgroundColor: 'transparent',
85
- paddingHorizontal: 16,
86
- },
87
- }
88
- });
89
-
90
-
91
- const CheckBoxItem: React.FC<Props> = ({ item, key, onItemPress, ...props}) => {
92
- const styles = useStyle(props);
93
- const { selected, disabled } = props;
94
- const [isHovered, setIsHovered] = useState(false);
95
- // const hasSelected = (currentItem: CheckBoxItemProps) => {
96
- // return selected.some(i => i.value === currentItem.value)
97
- // }
98
-
99
- const handleMouseEnter = () => {
100
- setIsHovered(true);
101
- };
102
-
103
- const handleMouseLeave = () => {
104
- setIsHovered(false);
105
- };
106
-
107
- return (
108
-
109
- <ListItem containerStyle={[styles.listItemContainer, disabled && styles.disabled, selected && disabled && styles.disabledSelectedContainer]} style={{width: '100%'}} key={key} >
110
- <ListItem.Content style={[styles.itemContainer, selected ? styles.selectedItem : {}]}>
111
- <Hoverable
112
- onHoverIn={handleMouseEnter}
113
- onHoverOut={handleMouseLeave}
114
- style={[styles.itemWrapper, isHovered && !disabled && styles.hovered]}
115
- key={key}
116
- // @ts-ignore
117
- onPress={() => {
118
- onItemPress(item);
119
- }}
120
- >
121
- <Icon
122
- //@ts-ignore
123
- style={[styles.icon, selected ? styles.checkedBox : styles.uncheckedBox, disabled && styles.disabledBox]} name={selected ? 'check_box' : 'check_box_outline_blank'} size={20} />
124
- <ListItem.Title style={[styles.title, disabled && styles.disabledTitle ]}>
125
- {item.title}
126
- </ListItem.Title>
127
- </Hoverable>
128
- </ListItem.Content>
129
- </ListItem>
130
- );
131
- };
132
-
133
- export default withTheme(CheckBoxItem);
@@ -1,87 +0,0 @@
1
- import React, {useEffect, useState } from "react";
2
- import {makeStyles, withTheme} from "@rneui/themed";
3
- import TapasCheckBoxItem from "./CheckBoxItem";
4
- import {View, Text} from "react-native";
5
-
6
-
7
- const useStyles = makeStyles((theme) => {
8
- return {
9
- groupContainer: {
10
- display: "flex",
11
- flexDirection: "column",
12
- },
13
- categoryTitle: {
14
- marginTop: 8,
15
- marginBottom: 8,
16
- paddingHorizontal: 16,
17
- fontFamily: theme.fonts.fontFamily,
18
- fontSize: theme.fonts.sizeS,
19
- fontWeight: theme.fonts.weightR,
20
- color: theme.colors.colorTextSecondary,
21
- }
22
- }
23
- })
24
-
25
- export interface item {
26
- title: string;
27
- value: string;
28
- disabled?: boolean;
29
- id: string;
30
- }
31
-
32
- export interface OptionItem {
33
- groupName?: string;
34
- items: item[]
35
- }
36
-
37
- export interface Props {
38
- options: OptionItem[],
39
- selectedValues?: string[];
40
- onChange: (value: string[]) => void;
41
- }
42
-
43
- const GroupCheckBox: React.FC<Props> = ({ options, onChange, selectedValues, ...props }) => { // GroupCheckBox component
44
- const styles = useStyles(props); // styles for the component
45
- const [selected, setSelected] = useState(selectedValues || []); // useState hook to manage the selected values
46
-
47
- useEffect(() => {
48
- setSelected(selectedValues || []);
49
- }, [selectedValues])
50
- const getValues = ({groupName, value, id}: {groupName?: string, value: string, id: string}) => {
51
- return groupName ? `${groupName}__${value}__${id}` : `${value}__${id}`;
52
-
53
- }
54
- const handleItemPressed = (value: string, groupName: string, id: string): string[] => {
55
- const currentValue = getValues({groupName, value, id});
56
- let currentSelected;
57
- if(selected.includes(currentValue)) {
58
- currentSelected = selected.filter(item => item!== currentValue)
59
- } else {
60
- currentSelected = [...selected, currentValue]
61
- }
62
- setSelected(currentSelected);
63
- return currentSelected
64
- }
65
-
66
- return options.map((option, index) => {
67
- return <View style={styles.groupContainer} key={index}>
68
- <Text style={styles.categoryTitle}>
69
- {option.groupName}
70
- </Text>
71
- {
72
- option.items.map((item, subIndex) => {
73
- return <TapasCheckBoxItem
74
- key={`${index}_${subIndex}`}
75
- item={item}
76
- selected={selected.includes(getValues({groupName: option.groupName, value: item.value, id: item.id}))}
77
- onItemPress={(currentItem: any)=> {
78
- const selectedTemp = handleItemPressed(currentItem.value, option?.groupName || "", currentItem?.id);
79
- onChange(selectedTemp);
80
- }} />
81
- })
82
- }
83
- </View>
84
- });
85
- };
86
-
87
- export default withTheme(GroupCheckBox);
@@ -1,45 +0,0 @@
1
- import React, {FC} from 'react';
2
- import { StyleSheet, View } from 'react-native';
3
- import { CircularProgress, CircularProgressProps } from 'react-native-circular-progress';
4
- import {withTheme} from "@rneui/themed";
5
-
6
- export interface Props extends CircularProgressProps{
7
- showFillText?: boolean,
8
- theme?: any,
9
- testID?: string,
10
- }
11
-
12
- const CircularProgressExample: FC<Props> = ({size, fill, width, backgroundColor,theme, tintColor, rotation, lineCap, testID}) => {
13
- return (
14
- <View style={styles.container} testID={testID}>
15
- <CircularProgress
16
- size={size}
17
- fill={fill}
18
- width={width}
19
- backgroundColor={backgroundColor || theme?.colors.grey3}
20
- tintColor={tintColor || theme?.colors.success}
21
- rotation={rotation || 0}
22
- lineCap={lineCap || 'round'}
23
- >
24
- </CircularProgress>
25
- </View>
26
- );
27
- };
28
-
29
- const styles = StyleSheet.create({
30
- container: {
31
- display: "flex",
32
- justifyContent: 'flex-start',
33
- alignItems: 'center',
34
- flexDirection: 'row',
35
- },
36
- title: {
37
- fontSize: 24,
38
- fontWeight: 'bold',
39
- },
40
- rightContent: {
41
- paddingLeft: 8
42
- }
43
- });
44
-
45
- export default withTheme(CircularProgressExample);