@beppla/tapas-ui 1.4.35 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1343) hide show
  1. package/commonjs/Alert/Alert.js +88 -0
  2. package/commonjs/BarChart/BarChart.js +543 -0
  3. package/commonjs/BarChart/BarChart.js.map +1 -0
  4. package/commonjs/Button/ButtonGroup.js +154 -0
  5. package/commonjs/Button/ButtonGroup.js.map +1 -0
  6. package/commonjs/Calendar/ConcreteTimeSelector.js +415 -0
  7. package/commonjs/Calendar/ConcreteTimeSelector.js.map +1 -0
  8. package/commonjs/Calendar/TimeSelector.js +435 -0
  9. package/commonjs/Calendar/TimeSelector.js.map +1 -0
  10. package/commonjs/Calendar/types.js +29 -0
  11. package/commonjs/Calendar/types.js.map +1 -0
  12. package/commonjs/Card/Card.js +235 -0
  13. package/commonjs/Card/Card.js.map +1 -0
  14. package/commonjs/CheckBox/CheckBox.js +139 -0
  15. package/commonjs/CheckBox/CheckBox.js.map +1 -0
  16. package/commonjs/CheckBox/CheckBoxItem.js +138 -0
  17. package/commonjs/CheckBox/CheckBoxItem.js.map +1 -0
  18. package/commonjs/CircularProgress/CircularProgress.js +54 -0
  19. package/commonjs/CircularProgress/CircularProgress.js.map +1 -0
  20. package/commonjs/Collapsible/Collapsible.js +79 -0
  21. package/commonjs/Collapsible/Collapsible.js.map +1 -0
  22. package/commonjs/ComboChart/ComboChart.js +185 -0
  23. package/commonjs/ComboChart/ComboChart.js.map +1 -0
  24. package/commonjs/DashboardCard/DashboardCard.js +229 -0
  25. package/commonjs/DashboardCard/DashboardCard.js.map +1 -0
  26. package/commonjs/DataCell/DataCell.js +520 -0
  27. package/commonjs/DataCell/DataCell.js.map +1 -0
  28. package/commonjs/DataTable/DataTable.js.map +1 -0
  29. package/commonjs/Dropdown/CustomDropdown.js +262 -0
  30. package/commonjs/Dropdown/CustomDropdown.js.map +1 -0
  31. package/commonjs/Dropdown/Dropdown.js +679 -0
  32. package/commonjs/Dropdown/InputDropdown.js +169 -0
  33. package/commonjs/Dropdown/InputDropdown.js.map +1 -0
  34. package/commonjs/Gantt/Gantt.js +196 -0
  35. package/commonjs/Gantt/Gantt.js.map +1 -0
  36. package/commonjs/Gantt/helper.js +387 -0
  37. package/commonjs/Gantt/helper.js.map +1 -0
  38. package/commonjs/Grid/FixedSizeGrid.js +175 -0
  39. package/commonjs/Grid/FixedSizeGrid.js.map +1 -0
  40. package/commonjs/Grid/Grid.base.js +530 -0
  41. package/commonjs/Grid/Grid.base.js.map +1 -0
  42. package/commonjs/Grid/StaticFixedSizeGrid.js +383 -0
  43. package/commonjs/Grid/StaticFixedSizeGrid.js.map +1 -0
  44. package/commonjs/Grid/VariableSizeGrid.js +280 -0
  45. package/commonjs/Grid/VariableSizeGrid.js.map +1 -0
  46. package/commonjs/Header/Header.js +202 -0
  47. package/commonjs/Header/Header.js.map +1 -0
  48. package/commonjs/IconText/IconText.js +115 -0
  49. package/commonjs/IconText/IconText.js.map +1 -0
  50. package/commonjs/Icons/TapasIcon.js +170 -0
  51. package/commonjs/Icons/TapasIcon.js.map +1 -0
  52. package/commonjs/Icons/TapasIconExpo.js +113 -0
  53. package/commonjs/Icons/TapasIconExpo.js.map +1 -0
  54. package/commonjs/Icons/expoFontLoader.js +18 -0
  55. package/commonjs/Icons/expoFontLoader.js.map +1 -0
  56. package/commonjs/Icons/fontLoader.js +18 -0
  57. package/commonjs/Icons/fontLoader.js.map +1 -0
  58. package/commonjs/Icons/smartFontLoader.js +316 -0
  59. package/commonjs/Icons/smartFontLoader.js.map +1 -0
  60. package/commonjs/Image/PreviewImg.js +126 -0
  61. package/commonjs/Image/PreviewImg.js.map +1 -0
  62. package/commonjs/Input/Input.js +288 -0
  63. package/commonjs/Input/Input.js.map +1 -0
  64. package/commonjs/Layout/DrawerContext.js +43 -0
  65. package/commonjs/Layout/DrawerContext.js.map +1 -0
  66. package/commonjs/Layout/Layout.js +124 -0
  67. package/commonjs/Layout/Layout.js.map +1 -0
  68. package/commonjs/Layout/ToastContext.js +41 -0
  69. package/commonjs/Layout/ToastContext.js.map +1 -0
  70. package/commonjs/LineChart/LineChart.js +461 -0
  71. package/commonjs/LineChart/LineChart.js.map +1 -0
  72. package/commonjs/ListItem/ListItem.js +207 -0
  73. package/commonjs/ListItem/ListItem.js.map +1 -0
  74. package/commonjs/Navigation/Navigation.js.map +1 -0
  75. package/commonjs/NumericInput/NumericInput.js +228 -0
  76. package/commonjs/Pagination/Pagination.js +300 -0
  77. package/commonjs/Pagination/Pagination.js.map +1 -0
  78. package/commonjs/PieChart/PieChart.js +406 -0
  79. package/commonjs/PieChart/PieChart.js.map +1 -0
  80. package/commonjs/Progress/Progress.js +224 -0
  81. package/commonjs/Progress/Progress.js.map +1 -0
  82. package/commonjs/RadioButton/RadioButton.js +110 -0
  83. package/commonjs/RadioButton/RadioButton.js.map +1 -0
  84. package/commonjs/SearchInput/SearchInput.js +331 -0
  85. package/commonjs/SearchInput/SearchInput.js.map +1 -0
  86. package/commonjs/SheetTitle/SheetTitle.js +95 -0
  87. package/commonjs/SheetTitle/SheetTitle.js.map +1 -0
  88. package/commonjs/Shell/types.js +12 -0
  89. package/commonjs/Shell/types.js.map +1 -0
  90. package/commonjs/StatisticCard/StatisticCard.js +128 -0
  91. package/commonjs/StatisticCard/StatisticCard.js.map +1 -0
  92. package/commonjs/StatisticsTable/StatisticsTable.js.map +1 -0
  93. package/commonjs/Status/Status.js +128 -0
  94. package/commonjs/Status/Status.js.map +1 -0
  95. package/commonjs/Steps/Steps.js +153 -0
  96. package/commonjs/Steps/Steps.js.map +1 -0
  97. package/commonjs/Tag/Tag.js +106 -0
  98. package/commonjs/Tag/Tag.js.map +1 -0
  99. package/commonjs/Theme/ThemeProvider.js +34 -0
  100. package/commonjs/Theme/ThemeProvider.js.map +1 -0
  101. package/commonjs/Theme/defaultTheme.js +338 -0
  102. package/commonjs/Theme/defaultTheme.js.map +1 -0
  103. package/commonjs/Theme/types.js +2 -0
  104. package/commonjs/Theme/types.js.map +1 -0
  105. package/commonjs/Timeline/Timeline.js +230 -0
  106. package/commonjs/Timeline/Timeline.js.map +1 -0
  107. package/commonjs/WebViewBridge/WebViewBridge.js +975 -0
  108. package/commonjs/WebViewBridge/WebViewBridge.js.map +1 -0
  109. package/commonjs/common/bridgelessUtils.js +29 -0
  110. package/commonjs/common/bridgelessUtils.js.map +1 -0
  111. package/commonjs/common/hooks/useBridgelessFix.js +76 -0
  112. package/commonjs/common/hooks/useBridgelessFix.js.map +1 -0
  113. package/commonjs/index.js +975 -0
  114. package/commonjs/index.js.map +1 -0
  115. package/module/Alert/Alert.js +82 -0
  116. package/module/BarChart/BarChart.js +537 -0
  117. package/module/BarChart/BarChart.js.map +1 -0
  118. package/module/Button/ButtonGroup.js +148 -0
  119. package/module/Button/ButtonGroup.js.map +1 -0
  120. package/module/Calendar/ConcreteTimeSelector.js +409 -0
  121. package/module/Calendar/ConcreteTimeSelector.js.map +1 -0
  122. package/module/Calendar/TimeSelector.js +429 -0
  123. package/module/Calendar/TimeSelector.js.map +1 -0
  124. package/module/Calendar/types.js +27 -0
  125. package/module/Calendar/types.js.map +1 -0
  126. package/module/Card/Card.js +229 -0
  127. package/module/Card/Card.js.map +1 -0
  128. package/module/CheckBox/CheckBox.js +133 -0
  129. package/module/CheckBox/CheckBox.js.map +1 -0
  130. package/module/CheckBox/CheckBoxItem.js +132 -0
  131. package/module/CheckBox/CheckBoxItem.js.map +1 -0
  132. package/module/CircularProgress/CircularProgress.js +49 -0
  133. package/module/CircularProgress/CircularProgress.js.map +1 -0
  134. package/module/Collapsible/Collapsible.js +73 -0
  135. package/module/Collapsible/Collapsible.js.map +1 -0
  136. package/module/ComboChart/ComboChart.js +180 -0
  137. package/module/ComboChart/ComboChart.js.map +1 -0
  138. package/module/DashboardCard/DashboardCard.js +223 -0
  139. package/module/DashboardCard/DashboardCard.js.map +1 -0
  140. package/module/DataCell/DataCell.js +515 -0
  141. package/module/DataCell/DataCell.js.map +1 -0
  142. package/module/DataTable/DataTable.js.map +1 -0
  143. package/module/Dropdown/CustomDropdown.js +254 -0
  144. package/module/Dropdown/CustomDropdown.js.map +1 -0
  145. package/module/Dropdown/Dropdown.js +663 -0
  146. package/module/Dropdown/InputDropdown.js +152 -0
  147. package/module/Dropdown/InputDropdown.js.map +1 -0
  148. package/module/Gantt/Gantt.js +191 -0
  149. package/module/Gantt/Gantt.js.map +1 -0
  150. package/module/Gantt/helper.js +371 -0
  151. package/module/Gantt/helper.js.map +1 -0
  152. package/module/Grid/FixedSizeGrid.js +170 -0
  153. package/module/Grid/FixedSizeGrid.js.map +1 -0
  154. package/module/Grid/Grid.base.js +526 -0
  155. package/module/Grid/Grid.base.js.map +1 -0
  156. package/module/Grid/StaticFixedSizeGrid.js +377 -0
  157. package/module/Grid/StaticFixedSizeGrid.js.map +1 -0
  158. package/module/Grid/VariableSizeGrid.js +275 -0
  159. package/module/Grid/VariableSizeGrid.js.map +1 -0
  160. package/module/Header/Header.js +197 -0
  161. package/module/Header/Header.js.map +1 -0
  162. package/module/IconText/IconText.js +110 -0
  163. package/module/IconText/IconText.js.map +1 -0
  164. package/module/Icons/TapasIcon.js +163 -0
  165. package/module/Icons/TapasIcon.js.map +1 -0
  166. package/module/Icons/TapasIconExpo.js +107 -0
  167. package/module/Icons/TapasIconExpo.js.map +1 -0
  168. package/module/Icons/expoFontLoader.js +14 -0
  169. package/module/Icons/expoFontLoader.js.map +1 -0
  170. package/module/Icons/fontLoader.js +14 -0
  171. package/module/Icons/fontLoader.js.map +1 -0
  172. package/module/Icons/smartFontLoader.js +311 -0
  173. package/module/Icons/smartFontLoader.js.map +1 -0
  174. package/module/Image/PreviewImg.js +120 -0
  175. package/module/Image/PreviewImg.js.map +1 -0
  176. package/module/Input/Input.js +283 -0
  177. package/module/Input/Input.js.map +1 -0
  178. package/module/Layout/DrawerContext.js +37 -0
  179. package/module/Layout/DrawerContext.js.map +1 -0
  180. package/module/Layout/Layout.js +119 -0
  181. package/module/Layout/Layout.js.map +1 -0
  182. package/module/Layout/ToastContext.js +35 -0
  183. package/module/Layout/ToastContext.js.map +1 -0
  184. package/module/LineChart/LineChart.js +455 -0
  185. package/module/LineChart/LineChart.js.map +1 -0
  186. package/module/ListItem/ListItem.js +201 -0
  187. package/module/ListItem/ListItem.js.map +1 -0
  188. package/module/Navigation/Navigation.js.map +1 -0
  189. package/module/NumericInput/NumericInput.js +222 -0
  190. package/module/Pagination/Pagination.js +294 -0
  191. package/module/Pagination/Pagination.js.map +1 -0
  192. package/module/PieChart/PieChart.js +400 -0
  193. package/module/PieChart/PieChart.js.map +1 -0
  194. package/module/Progress/Progress.js +219 -0
  195. package/module/Progress/Progress.js.map +1 -0
  196. package/module/RadioButton/RadioButton.js +105 -0
  197. package/module/RadioButton/RadioButton.js.map +1 -0
  198. package/module/SearchInput/SearchInput.js +327 -0
  199. package/module/SearchInput/SearchInput.js.map +1 -0
  200. package/module/SheetTitle/SheetTitle.js +90 -0
  201. package/module/SheetTitle/SheetTitle.js.map +1 -0
  202. package/module/Shell/types.js +8 -0
  203. package/module/Shell/types.js.map +1 -0
  204. package/module/StatisticCard/StatisticCard.js +123 -0
  205. package/module/StatisticCard/StatisticCard.js.map +1 -0
  206. package/module/StatisticsTable/StatisticsTable.js.map +1 -0
  207. package/module/Status/Status.js +122 -0
  208. package/module/Status/Status.js.map +1 -0
  209. package/module/Steps/Steps.js +148 -0
  210. package/module/Steps/Steps.js.map +1 -0
  211. package/module/Tag/Tag.js +100 -0
  212. package/module/Tag/Tag.js.map +1 -0
  213. package/module/Theme/ThemeProvider.js +29 -0
  214. package/module/Theme/ThemeProvider.js.map +1 -0
  215. package/module/Theme/defaultTheme.js +333 -0
  216. package/module/Theme/defaultTheme.js.map +1 -0
  217. package/module/Theme/types.js +2 -0
  218. package/module/Theme/types.js.map +1 -0
  219. package/module/Timeline/Timeline.js +224 -0
  220. package/module/Timeline/Timeline.js.map +1 -0
  221. package/module/WebViewBridge/WebViewBridge.js +967 -0
  222. package/module/WebViewBridge/WebViewBridge.js.map +1 -0
  223. package/module/common/bridgelessUtils.js +24 -0
  224. package/module/common/bridgelessUtils.js.map +1 -0
  225. package/module/common/hooks/useBridgelessFix.js +73 -0
  226. package/module/common/hooks/useBridgelessFix.js.map +1 -0
  227. package/module/index.js +135 -0
  228. package/module/index.js.map +1 -0
  229. package/package.json +66 -203
  230. package/typescript/BarChart/BarChart.d.ts.map +1 -0
  231. package/typescript/Button/ButtonGroup.d.ts +16 -0
  232. package/typescript/Button/ButtonGroup.d.ts.map +1 -0
  233. package/typescript/Calendar/ConcreteTimeSelector.d.ts.map +1 -0
  234. package/typescript/Calendar/CustomRange.d.ts +4 -0
  235. package/typescript/Calendar/CustomRange.d.ts.map +1 -0
  236. package/typescript/Calendar/TimeSelector.d.ts.map +1 -0
  237. package/typescript/Calendar/types.d.ts +102 -0
  238. package/typescript/Calendar/types.d.ts.map +1 -0
  239. package/typescript/Card/Card.d.ts.map +1 -0
  240. package/typescript/CheckBox/CheckBox.d.ts.map +1 -0
  241. package/typescript/CheckBox/CheckBoxItem.d.ts.map +1 -0
  242. package/typescript/CircularProgress/CircularProgress.d.ts.map +1 -0
  243. package/typescript/Collapsible/Collapsible.d.ts.map +1 -0
  244. package/typescript/ComboChart/ComboChart.d.ts.map +1 -0
  245. package/typescript/DashboardCard/DashboardCard.d.ts +30 -0
  246. package/typescript/DashboardCard/DashboardCard.d.ts.map +1 -0
  247. package/typescript/DataCell/DataCell.d.ts.map +1 -0
  248. package/typescript/Dropdown/CustomDropdown.d.ts.map +1 -0
  249. package/typescript/Dropdown/InputDropdown.d.ts.map +1 -0
  250. package/typescript/Gantt/Gantt.d.ts.map +1 -0
  251. package/typescript/Gantt/helper.d.ts +110 -0
  252. package/typescript/Gantt/helper.d.ts.map +1 -0
  253. package/typescript/Grid/FixedSizeGrid.d.ts.map +1 -0
  254. package/typescript/Grid/Grid.base.d.ts.map +1 -0
  255. package/typescript/Grid/StaticFixedSizeGrid.d.ts.map +1 -0
  256. package/typescript/Grid/VariableSizeGrid.d.ts.map +1 -0
  257. package/typescript/Header/Header.d.ts +21 -0
  258. package/typescript/Header/Header.d.ts.map +1 -0
  259. package/typescript/IconText/IconText.d.ts.map +1 -0
  260. package/typescript/Icons/TapasIcon.d.ts +32 -0
  261. package/typescript/Icons/TapasIcon.d.ts.map +1 -0
  262. package/typescript/Icons/TapasIconExpo.d.ts.map +1 -0
  263. package/typescript/Icons/expoFontLoader.d.ts +12 -0
  264. package/typescript/Icons/expoFontLoader.d.ts.map +1 -0
  265. package/typescript/Icons/fontLoader.d.ts +12 -0
  266. package/typescript/Icons/fontLoader.d.ts.map +1 -0
  267. package/typescript/Icons/smartFontLoader.d.ts +17 -0
  268. package/typescript/Icons/smartFontLoader.d.ts.map +1 -0
  269. package/typescript/Image/PreviewImg.d.ts.map +1 -0
  270. package/typescript/Input/Input.d.ts.map +1 -0
  271. package/typescript/Layout/DrawerContext.d.ts +10 -0
  272. package/typescript/Layout/DrawerContext.d.ts.map +1 -0
  273. package/typescript/Layout/Layout.d.ts.map +1 -0
  274. package/typescript/Layout/ToastContext.d.ts +10 -0
  275. package/typescript/Layout/ToastContext.d.ts.map +1 -0
  276. package/typescript/LineChart/LineChart.d.ts.map +1 -0
  277. package/typescript/ListItem/ListItem.d.ts.map +1 -0
  278. package/typescript/Pagination/Pagination.d.ts +27 -0
  279. package/typescript/Pagination/Pagination.d.ts.map +1 -0
  280. package/typescript/PieChart/PieChart.d.ts.map +1 -0
  281. package/typescript/Progress/Progress.d.ts.map +1 -0
  282. package/typescript/RadioButton/RadioButton.d.ts.map +1 -0
  283. package/typescript/SearchInput/SearchInput.d.ts.map +1 -0
  284. package/typescript/SheetTitle/SheetTitle.d.ts.map +1 -0
  285. package/typescript/Shell/types.d.ts +25 -0
  286. package/typescript/Shell/types.d.ts.map +1 -0
  287. package/typescript/StatisticCard/StatisticCard.d.ts +19 -0
  288. package/typescript/StatisticCard/StatisticCard.d.ts.map +1 -0
  289. package/typescript/Status/Status.d.ts.map +1 -0
  290. package/typescript/Steps/Steps.d.ts.map +1 -0
  291. package/typescript/Tag/Tag.d.ts +14 -0
  292. package/typescript/Tag/Tag.d.ts.map +1 -0
  293. package/typescript/Theme/ThemeProvider.d.ts +8 -0
  294. package/typescript/Theme/ThemeProvider.d.ts.map +1 -0
  295. package/typescript/Theme/defaultTheme.d.ts +290 -0
  296. package/typescript/Theme/defaultTheme.d.ts.map +1 -0
  297. package/typescript/Theme/types.d.ts +27 -0
  298. package/typescript/Theme/types.d.ts.map +1 -0
  299. package/typescript/Timeline/Timeline.d.ts.map +1 -0
  300. package/typescript/WebViewBridge/WebViewBridge.d.ts.map +1 -0
  301. package/typescript/common/hooks/useBridgelessFix.d.ts +12 -0
  302. package/typescript/common/hooks/useBridgelessFix.d.ts.map +1 -0
  303. package/typescript/index.d.ts +690 -0
  304. package/typescript/index.d.ts.map +1 -0
  305. package/components/Alert/Alert.tsx +0 -83
  306. package/components/AnimatedNavItem/AnimatedNavItem.tsx +0 -246
  307. package/components/AnimatedNavItem/index.tsx +0 -3
  308. package/components/BarChart/BarChart.tsx +0 -594
  309. package/components/BarChart/index.tsx +0 -2
  310. package/components/Button/Button.tsx +0 -96
  311. package/components/Button/ButtonGroup.tsx +0 -148
  312. package/components/Button/react-native-hoverable.d.ts +0 -14
  313. package/components/Calendar/Calendar.base.tsx +0 -393
  314. package/components/Calendar/Calendar.tsx +0 -107
  315. package/components/Calendar/ConcreteTimeSelector.tsx +0 -479
  316. package/components/Calendar/CustomRange.tsx +0 -538
  317. package/components/Calendar/DaySelector.tsx +0 -159
  318. package/components/Calendar/MonthSelector.tsx +0 -154
  319. package/components/Calendar/TimeSelector.tsx +0 -493
  320. package/components/Calendar/WeekDaySelector.tsx +0 -154
  321. package/components/Calendar/helper.ts +0 -138
  322. package/components/Calendar/local.ts +0 -124
  323. package/components/Calendar/types.ts +0 -113
  324. package/components/Card/Card.tsx +0 -276
  325. package/components/CheckBox/CheckBox.tsx +0 -157
  326. package/components/CheckBox/CheckBoxItem.tsx +0 -133
  327. package/components/CheckBox/GroupCheckBox.tsx +0 -87
  328. package/components/CircularProgress/CircularProgress.tsx +0 -45
  329. package/components/Collapsible/Collapsible.tsx +0 -88
  330. package/components/ComboChart/ComboChart.tsx +0 -214
  331. package/components/ComboChart/index.tsx +0 -3
  332. package/components/DashboardCard/DashboardCard.tsx +0 -221
  333. package/components/DataCell/DataCell.tsx +0 -670
  334. package/components/DataCell/index.tsx +0 -9
  335. package/components/DataTable/DataTable.tsx +0 -263
  336. package/components/DataTable/index.tsx +0 -3
  337. package/components/DeviceSelectionModal/DeviceSelectionModal.tsx +0 -368
  338. package/components/DraggableFlatList/DraggableFlatList.tsx +0 -12
  339. package/components/Drawer/Drawer.tsx +0 -227
  340. package/components/Dropdown/CustomDropdown.tsx +0 -288
  341. package/components/Dropdown/Dropdown.tsx +0 -830
  342. package/components/Dropdown/InputDropdown.tsx +0 -190
  343. package/components/ExternalLink/ExternalLink.tsx +0 -69
  344. package/components/Gantt/Accessories.tsx +0 -302
  345. package/components/Gantt/Gantt.tsx +0 -246
  346. package/components/Gantt/GanttInnerElementType.tsx +0 -131
  347. package/components/Gantt/helper.ts +0 -382
  348. package/components/Gantt/types.ts +0 -108
  349. package/components/Grid/FixedSizeGrid.tsx +0 -248
  350. package/components/Grid/Grid.base.tsx +0 -933
  351. package/components/Grid/StaticFixedSizeGrid.tsx +0 -511
  352. package/components/Grid/VariableSizeGrid.tsx +0 -514
  353. package/components/Grid/helper.ts +0 -69
  354. package/components/Grid/timer.ts +0 -32
  355. package/components/Header/Header.tsx +0 -240
  356. package/components/HelloWave/HelloWave.tsx +0 -70
  357. package/components/Hoverable/Hoverable.tsx +0 -65
  358. package/components/IconText/IconText.tsx +0 -132
  359. package/components/Icons/TapasIcon.tsx +0 -160
  360. package/components/Icons/TapasIconExpo.tsx +0 -115
  361. package/components/Icons/expoFontLoader.ts +0 -203
  362. package/components/Icons/fontLoader.ts +0 -247
  363. package/components/Icons/index.tsx +0 -19
  364. package/components/Icons/smartFontLoader.ts +0 -318
  365. package/components/Image/Image.tsx +0 -157
  366. package/components/Image/PreviewImg.tsx +0 -137
  367. package/components/Input/Input.tsx +0 -297
  368. package/components/Layout/DrawerContext.tsx +0 -31
  369. package/components/Layout/Layout.tsx +0 -119
  370. package/components/Layout/ToastContext.tsx +0 -29
  371. package/components/Layout/index.tsx +0 -24
  372. package/components/LineChart/LineChart.tsx +0 -479
  373. package/components/LineChart/index.tsx +0 -2
  374. package/components/ListItem/ListItem.tsx +0 -307
  375. package/components/Loading/Loading.tsx +0 -94
  376. package/components/MessageBox/MessageBox.tsx +0 -243
  377. package/components/MultiSelector/MultiSelector.tsx +0 -627
  378. package/components/MultiSelector/index.tsx +0 -2
  379. package/components/Navigation/Navigation.tsx +0 -327
  380. package/components/Notification/Notification.tsx +0 -289
  381. package/components/Notification/index.tsx +0 -2
  382. package/components/NumericInput/NumericInput.tsx +0 -244
  383. package/components/Overlay/Overlay.tsx +0 -30
  384. package/components/Pagination/Pagination.tsx +0 -296
  385. package/components/PieChart/GroupedLegend.tsx +0 -284
  386. package/components/PieChart/NestedPieChart.tsx +0 -606
  387. package/components/PieChart/NestedPieChart.types.ts +0 -171
  388. package/components/PieChart/NestedPieChart.utils.ts +0 -425
  389. package/components/PieChart/PieChart.tsx +0 -452
  390. package/components/PieChart/index.tsx +0 -19
  391. package/components/Popover/Popover.tsx +0 -172
  392. package/components/Progress/Progress.tsx +0 -209
  393. package/components/Quantity/Quantity.tsx +0 -195
  394. package/components/Quantity/index.tsx +0 -2
  395. package/components/RadioButton/RadioButton.tsx +0 -119
  396. package/components/ReasonModal/ReasonModal.tsx +0 -223
  397. package/components/ReasonModal/index.tsx +0 -3
  398. package/components/ScanButton/ScanButton.tsx +0 -139
  399. package/components/SearchInput/SearchInput.tsx +0 -361
  400. package/components/SearchInput/index.tsx +0 -2
  401. package/components/SheetTitle/SheetTitle.tsx +0 -84
  402. package/components/Shell/Shell.tsx +0 -116
  403. package/components/Shell/styles.ts +0 -29
  404. package/components/Shell/types.ts +0 -23
  405. package/components/StatisticCard/StatisticCard.tsx +0 -132
  406. package/components/StatisticCard/index.tsx +0 -3
  407. package/components/StatisticsTable/StatisticsTable.tsx +0 -1301
  408. package/components/StatisticsTable/index.tsx +0 -10
  409. package/components/Status/Status.tsx +0 -124
  410. package/components/Steps/Steps.tsx +0 -177
  411. package/components/Tab/TapasTab.tsx +0 -188
  412. package/components/Tab/index.tsx +0 -3
  413. package/components/TabTitle/TabTitle.tsx +0 -89
  414. package/components/TabTitle/index.tsx +0 -3
  415. package/components/TableColumnHeader/TableColumnHeader.tsx +0 -273
  416. package/components/TableColumnHeader/index.tsx +0 -7
  417. package/components/Tag/Tag.tsx +0 -92
  418. package/components/Task/Task.tsx +0 -309
  419. package/components/Task/type.ts +0 -6
  420. package/components/Text/Text.tsx +0 -152
  421. package/components/TextArea/TextArea.tsx +0 -348
  422. package/components/Theme/ThemeProvider.tsx +0 -13
  423. package/components/Theme/defaultTheme.ts +0 -222
  424. package/components/Theme/themed.d.ts +0 -102
  425. package/components/Timeline/Timeline.tsx +0 -230
  426. package/components/Toast/Toast.tsx +0 -167
  427. package/components/UserSwitcher/UserSwitcher.tsx +0 -272
  428. package/components/UserSwitcher/index.tsx +0 -3
  429. package/components/WebViewBridge/WebViewBridge.tsx +0 -1140
  430. package/components/WebViewBridge/index.tsx +0 -12
  431. package/components/WebViewBridge/useWebViewBridge.ts +0 -145
  432. package/components/WordCloud/WordCloud.tsx +0 -553
  433. package/components/WordCloud/index.tsx +0 -3
  434. package/components/common/bridgelessUtils.ts +0 -22
  435. package/components/common.ts +0 -8
  436. package/components/index.tsx +0 -205
  437. package/package/README.md +0 -107
  438. package/package/assets/adaptive-icon.png +0 -0
  439. package/package/assets/favicon.png +0 -0
  440. package/package/assets/fonts/customfont.ttf +0 -0
  441. package/package/assets/icon.png +0 -0
  442. package/package/assets/logo.png +0 -0
  443. package/package/assets/splash.png +0 -0
  444. package/package/assets/svg/customfont.svg +0 -333
  445. package/package/assets/svg/logo.svg +0 -9
  446. package/package/assets/tapas/favicon.png +0 -0
  447. package/package/assets/tapas/logo.png +0 -0
  448. package/package/assets/tapas/logo_no_word.png +0 -0
  449. package/package/assets/tapas/logo_transparent_white.png +0 -0
  450. package/package/commonjs/Alert/Alert.js +0 -88
  451. package/package/commonjs/BarChart/BarChart.js +0 -580
  452. package/package/commonjs/BarChart/BarChart.js.map +0 -1
  453. package/package/commonjs/Button/ButtonGroup.js +0 -150
  454. package/package/commonjs/Button/ButtonGroup.js.map +0 -1
  455. package/package/commonjs/Calendar/ConcreteTimeSelector.js +0 -416
  456. package/package/commonjs/Calendar/ConcreteTimeSelector.js.map +0 -1
  457. package/package/commonjs/Calendar/TimeSelector.js +0 -437
  458. package/package/commonjs/Calendar/TimeSelector.js.map +0 -1
  459. package/package/commonjs/Calendar/types.js +0 -26
  460. package/package/commonjs/Calendar/types.js.map +0 -1
  461. package/package/commonjs/Card/Card.js +0 -235
  462. package/package/commonjs/Card/Card.js.map +0 -1
  463. package/package/commonjs/CheckBox/CheckBox.js +0 -161
  464. package/package/commonjs/CheckBox/CheckBox.js.map +0 -1
  465. package/package/commonjs/CheckBox/CheckBoxItem.js +0 -134
  466. package/package/commonjs/CheckBox/CheckBoxItem.js.map +0 -1
  467. package/package/commonjs/CircularProgress/CircularProgress.js +0 -54
  468. package/package/commonjs/CircularProgress/CircularProgress.js.map +0 -1
  469. package/package/commonjs/Collapsible/Collapsible.js +0 -79
  470. package/package/commonjs/Collapsible/Collapsible.js.map +0 -1
  471. package/package/commonjs/ComboChart/ComboChart.js +0 -184
  472. package/package/commonjs/ComboChart/ComboChart.js.map +0 -1
  473. package/package/commonjs/DashboardCard/DashboardCard.js +0 -225
  474. package/package/commonjs/DashboardCard/DashboardCard.js.map +0 -1
  475. package/package/commonjs/DataCell/DataCell.js +0 -535
  476. package/package/commonjs/DataCell/DataCell.js.map +0 -1
  477. package/package/commonjs/DataTable/DataTable.js.map +0 -1
  478. package/package/commonjs/Dropdown/CustomDropdown.js +0 -270
  479. package/package/commonjs/Dropdown/CustomDropdown.js.map +0 -1
  480. package/package/commonjs/Dropdown/Dropdown.js +0 -679
  481. package/package/commonjs/Dropdown/InputDropdown.js +0 -173
  482. package/package/commonjs/Dropdown/InputDropdown.js.map +0 -1
  483. package/package/commonjs/Gantt/Gantt.js +0 -169
  484. package/package/commonjs/Gantt/Gantt.js.map +0 -1
  485. package/package/commonjs/Gantt/helper.js +0 -383
  486. package/package/commonjs/Gantt/helper.js.map +0 -1
  487. package/package/commonjs/Grid/FixedSizeGrid.js +0 -176
  488. package/package/commonjs/Grid/FixedSizeGrid.js.map +0 -1
  489. package/package/commonjs/Grid/Grid.base.js +0 -533
  490. package/package/commonjs/Grid/Grid.base.js.map +0 -1
  491. package/package/commonjs/Grid/StaticFixedSizeGrid.js +0 -389
  492. package/package/commonjs/Grid/StaticFixedSizeGrid.js.map +0 -1
  493. package/package/commonjs/Grid/VariableSizeGrid.js +0 -285
  494. package/package/commonjs/Grid/VariableSizeGrid.js.map +0 -1
  495. package/package/commonjs/Header/Header.js +0 -203
  496. package/package/commonjs/Header/Header.js.map +0 -1
  497. package/package/commonjs/IconText/IconText.js +0 -115
  498. package/package/commonjs/IconText/IconText.js.map +0 -1
  499. package/package/commonjs/Icons/TapasIcon.js +0 -142
  500. package/package/commonjs/Icons/TapasIcon.js.map +0 -1
  501. package/package/commonjs/Icons/TapasIconExpo.js +0 -113
  502. package/package/commonjs/Icons/TapasIconExpo.js.map +0 -1
  503. package/package/commonjs/Icons/expoFontLoader.js +0 -206
  504. package/package/commonjs/Icons/expoFontLoader.js.map +0 -1
  505. package/package/commonjs/Icons/fontLoader.js +0 -239
  506. package/package/commonjs/Icons/fontLoader.js.map +0 -1
  507. package/package/commonjs/Icons/smartFontLoader.js +0 -313
  508. package/package/commonjs/Icons/smartFontLoader.js.map +0 -1
  509. package/package/commonjs/Image/PreviewImg.js +0 -124
  510. package/package/commonjs/Image/PreviewImg.js.map +0 -1
  511. package/package/commonjs/Input/Input.js +0 -289
  512. package/package/commonjs/Input/Input.js.map +0 -1
  513. package/package/commonjs/Layout/DrawerContext.js +0 -41
  514. package/package/commonjs/Layout/DrawerContext.js.map +0 -1
  515. package/package/commonjs/Layout/Layout.js +0 -126
  516. package/package/commonjs/Layout/Layout.js.map +0 -1
  517. package/package/commonjs/Layout/ToastContext.js +0 -39
  518. package/package/commonjs/Layout/ToastContext.js.map +0 -1
  519. package/package/commonjs/LineChart/LineChart.js +0 -453
  520. package/package/commonjs/LineChart/LineChart.js.map +0 -1
  521. package/package/commonjs/ListItem/ListItem.js +0 -210
  522. package/package/commonjs/ListItem/ListItem.js.map +0 -1
  523. package/package/commonjs/Navigation/Navigation.js.map +0 -1
  524. package/package/commonjs/NumericInput/NumericInput.js +0 -228
  525. package/package/commonjs/Pagination/Pagination.js +0 -298
  526. package/package/commonjs/Pagination/Pagination.js.map +0 -1
  527. package/package/commonjs/PieChart/PieChart.js +0 -403
  528. package/package/commonjs/PieChart/PieChart.js.map +0 -1
  529. package/package/commonjs/Progress/Progress.js +0 -224
  530. package/package/commonjs/Progress/Progress.js.map +0 -1
  531. package/package/commonjs/RadioButton/RadioButton.js +0 -110
  532. package/package/commonjs/RadioButton/RadioButton.js.map +0 -1
  533. package/package/commonjs/SearchInput/SearchInput.js +0 -321
  534. package/package/commonjs/SearchInput/SearchInput.js.map +0 -1
  535. package/package/commonjs/SheetTitle/SheetTitle.js +0 -95
  536. package/package/commonjs/SheetTitle/SheetTitle.js.map +0 -1
  537. package/package/commonjs/Shell/types.js +0 -8
  538. package/package/commonjs/Shell/types.js.map +0 -1
  539. package/package/commonjs/StatisticCard/StatisticCard.js +0 -128
  540. package/package/commonjs/StatisticCard/StatisticCard.js.map +0 -1
  541. package/package/commonjs/StatisticsTable/StatisticsTable.js.map +0 -1
  542. package/package/commonjs/Status/Status.js +0 -128
  543. package/package/commonjs/Status/Status.js.map +0 -1
  544. package/package/commonjs/Steps/Steps.js +0 -153
  545. package/package/commonjs/Steps/Steps.js.map +0 -1
  546. package/package/commonjs/Tag/Tag.js +0 -104
  547. package/package/commonjs/Tag/Tag.js.map +0 -1
  548. package/package/commonjs/Theme/ThemeProvider.js +0 -31
  549. package/package/commonjs/Theme/ThemeProvider.js.map +0 -1
  550. package/package/commonjs/Theme/defaultTheme.js +0 -238
  551. package/package/commonjs/Theme/defaultTheme.js.map +0 -1
  552. package/package/commonjs/Timeline/Timeline.js +0 -230
  553. package/package/commonjs/Timeline/Timeline.js.map +0 -1
  554. package/package/commonjs/WebViewBridge/WebViewBridge.js +0 -973
  555. package/package/commonjs/WebViewBridge/WebViewBridge.js.map +0 -1
  556. package/package/commonjs/common/bridgelessUtils.js +0 -29
  557. package/package/commonjs/common/bridgelessUtils.js.map +0 -1
  558. package/package/commonjs/index.js +0 -941
  559. package/package/commonjs/index.js.map +0 -1
  560. package/package/init.js +0 -179
  561. package/package/module/Alert/Alert.js +0 -82
  562. package/package/module/AnimatedNavItem/README.md +0 -520
  563. package/package/module/BarChart/BarChart.js +0 -575
  564. package/package/module/BarChart/BarChart.js.map +0 -1
  565. package/package/module/Button/ButtonGroup.js +0 -144
  566. package/package/module/Button/ButtonGroup.js.map +0 -1
  567. package/package/module/Calendar/ConcreteTimeSelector.js +0 -410
  568. package/package/module/Calendar/ConcreteTimeSelector.js.map +0 -1
  569. package/package/module/Calendar/TimeSelector.js +0 -431
  570. package/package/module/Calendar/TimeSelector.js.map +0 -1
  571. package/package/module/Calendar/types.js +0 -22
  572. package/package/module/Calendar/types.js.map +0 -1
  573. package/package/module/Card/Card.js +0 -229
  574. package/package/module/Card/Card.js.map +0 -1
  575. package/package/module/CheckBox/CheckBox.js +0 -155
  576. package/package/module/CheckBox/CheckBox.js.map +0 -1
  577. package/package/module/CheckBox/CheckBoxItem.js +0 -128
  578. package/package/module/CheckBox/CheckBoxItem.js.map +0 -1
  579. package/package/module/CircularProgress/CircularProgress.js +0 -49
  580. package/package/module/CircularProgress/CircularProgress.js.map +0 -1
  581. package/package/module/Collapsible/Collapsible.js +0 -73
  582. package/package/module/Collapsible/Collapsible.js.map +0 -1
  583. package/package/module/ComboChart/ComboChart.js +0 -179
  584. package/package/module/ComboChart/ComboChart.js.map +0 -1
  585. package/package/module/DEPENDENCY_WARNINGS.md +0 -242
  586. package/package/module/DashboardCard/DashboardCard.js +0 -219
  587. package/package/module/DashboardCard/DashboardCard.js.map +0 -1
  588. package/package/module/DataCell/DataCell.js +0 -530
  589. package/package/module/DataCell/DataCell.js.map +0 -1
  590. package/package/module/DataCell/README.md +0 -1042
  591. package/package/module/DataTable/DataTable.js.map +0 -1
  592. package/package/module/Drawer/SCROLLVIEW_FIX.md +0 -127
  593. package/package/module/Dropdown/CustomDropdown.js +0 -261
  594. package/package/module/Dropdown/CustomDropdown.js.map +0 -1
  595. package/package/module/Dropdown/Dropdown.js +0 -663
  596. package/package/module/Dropdown/InputDropdown.js +0 -156
  597. package/package/module/Dropdown/InputDropdown.js.map +0 -1
  598. package/package/module/Gantt/Gantt.js +0 -164
  599. package/package/module/Gantt/Gantt.js.map +0 -1
  600. package/package/module/Gantt/helper.js +0 -367
  601. package/package/module/Gantt/helper.js.map +0 -1
  602. package/package/module/Grid/FixedSizeGrid.js +0 -171
  603. package/package/module/Grid/FixedSizeGrid.js.map +0 -1
  604. package/package/module/Grid/Grid.base.js +0 -529
  605. package/package/module/Grid/Grid.base.js.map +0 -1
  606. package/package/module/Grid/StaticFixedSizeGrid.js +0 -383
  607. package/package/module/Grid/StaticFixedSizeGrid.js.map +0 -1
  608. package/package/module/Grid/VariableSizeGrid.js +0 -280
  609. package/package/module/Grid/VariableSizeGrid.js.map +0 -1
  610. package/package/module/Header/Header.js +0 -198
  611. package/package/module/Header/Header.js.map +0 -1
  612. package/package/module/IconText/IconText.js +0 -110
  613. package/package/module/IconText/IconText.js.map +0 -1
  614. package/package/module/Icons/README.md +0 -182
  615. package/package/module/Icons/TapasIcon.js +0 -136
  616. package/package/module/Icons/TapasIcon.js.map +0 -1
  617. package/package/module/Icons/TapasIconExpo.js +0 -107
  618. package/package/module/Icons/TapasIconExpo.js.map +0 -1
  619. package/package/module/Icons/expoFontLoader.js +0 -201
  620. package/package/module/Icons/expoFontLoader.js.map +0 -1
  621. package/package/module/Icons/fontLoader.js +0 -234
  622. package/package/module/Icons/fontLoader.js.map +0 -1
  623. package/package/module/Icons/icon-categories.json +0 -341
  624. package/package/module/Icons/real-icon-mapping.json +0 -1940
  625. package/package/module/Icons/selection.json +0 -1
  626. package/package/module/Icons/smartFontLoader.js +0 -308
  627. package/package/module/Icons/smartFontLoader.js.map +0 -1
  628. package/package/module/Image/PreviewImg.js +0 -118
  629. package/package/module/Image/PreviewImg.js.map +0 -1
  630. package/package/module/Input/FOCUS_FIX_SUMMARY.md +0 -201
  631. package/package/module/Input/FOCUS_ISSUE_ANALYSIS.md +0 -188
  632. package/package/module/Input/Input.js +0 -284
  633. package/package/module/Input/Input.js.map +0 -1
  634. package/package/module/Input/README.md +0 -157
  635. package/package/module/Layout/DrawerContext.js +0 -35
  636. package/package/module/Layout/DrawerContext.js.map +0 -1
  637. package/package/module/Layout/Layout.js +0 -121
  638. package/package/module/Layout/Layout.js.map +0 -1
  639. package/package/module/Layout/ToastContext.js +0 -33
  640. package/package/module/Layout/ToastContext.js.map +0 -1
  641. package/package/module/LineChart/LineChart.js +0 -448
  642. package/package/module/LineChart/LineChart.js.map +0 -1
  643. package/package/module/ListItem/ListItem.js +0 -204
  644. package/package/module/ListItem/ListItem.js.map +0 -1
  645. package/package/module/Loading/README.md +0 -160
  646. package/package/module/MultiSelector/README.md +0 -246
  647. package/package/module/Navigation/Navigation.js.map +0 -1
  648. package/package/module/Notification/README.md +0 -158
  649. package/package/module/NumericInput/NumericInput.js +0 -222
  650. package/package/module/Pagination/BACKGROUND_COLOR.md +0 -173
  651. package/package/module/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -321
  652. package/package/module/Pagination/Pagination.js +0 -292
  653. package/package/module/Pagination/Pagination.js.map +0 -1
  654. package/package/module/PieChart/BACKWARD_COMPATIBILITY.md +0 -157
  655. package/package/module/PieChart/BUGFIX_EMPTY_DATA.md +0 -86
  656. package/package/module/PieChart/IMPLEMENTATION_SUMMARY.md +0 -306
  657. package/package/module/PieChart/NestedPieChart.README.md +0 -421
  658. package/package/module/PieChart/PieChart.js +0 -398
  659. package/package/module/PieChart/PieChart.js.map +0 -1
  660. package/package/module/Progress/Progress.js +0 -219
  661. package/package/module/Progress/Progress.js.map +0 -1
  662. package/package/module/Quantity/README.md +0 -251
  663. package/package/module/RadioButton/RadioButton.js +0 -105
  664. package/package/module/RadioButton/RadioButton.js.map +0 -1
  665. package/package/module/ReasonModal/README.md +0 -320
  666. package/package/module/SearchInput/README.md +0 -304
  667. package/package/module/SearchInput/SearchInput.js +0 -317
  668. package/package/module/SearchInput/SearchInput.js.map +0 -1
  669. package/package/module/SheetTitle/SheetTitle.js +0 -90
  670. package/package/module/SheetTitle/SheetTitle.js.map +0 -1
  671. package/package/module/Shell/types.js +0 -4
  672. package/package/module/Shell/types.js.map +0 -1
  673. package/package/module/StatisticCard/StatisticCard.js +0 -122
  674. package/package/module/StatisticCard/StatisticCard.js.map +0 -1
  675. package/package/module/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -287
  676. package/package/module/StatisticsTable/README.md +0 -470
  677. package/package/module/StatisticsTable/SORTING_FEATURE.md +0 -271
  678. package/package/module/StatisticsTable/STATS_CELL_CLICK.md +0 -120
  679. package/package/module/StatisticsTable/StatisticsTable.js.map +0 -1
  680. package/package/module/StatisticsTable/VIRTUAL_SCROLLING.md +0 -254
  681. package/package/module/Status/Status.js +0 -122
  682. package/package/module/Status/Status.js.map +0 -1
  683. package/package/module/Steps/Steps.js +0 -148
  684. package/package/module/Steps/Steps.js.map +0 -1
  685. package/package/module/TabTitle/README.md +0 -399
  686. package/package/module/TableColumnHeader/README.md +0 -682
  687. package/package/module/Tag/Tag.js +0 -98
  688. package/package/module/Tag/Tag.js.map +0 -1
  689. package/package/module/Theme/ThemeProvider.js +0 -26
  690. package/package/module/Theme/ThemeProvider.js.map +0 -1
  691. package/package/module/Theme/defaultTheme.js +0 -233
  692. package/package/module/Theme/defaultTheme.js.map +0 -1
  693. package/package/module/Timeline/Timeline.js +0 -224
  694. package/package/module/Timeline/Timeline.js.map +0 -1
  695. package/package/module/UserSwitcher/README.md +0 -334
  696. package/package/module/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -187
  697. package/package/module/WebViewBridge/README.md +0 -564
  698. package/package/module/WebViewBridge/WebViewBridge.js +0 -965
  699. package/package/module/WebViewBridge/WebViewBridge.js.map +0 -1
  700. package/package/module/WordCloud/README.md +0 -379
  701. package/package/module/common/bridgelessUtils.js +0 -24
  702. package/package/module/common/bridgelessUtils.js.map +0 -1
  703. package/package/module/index.js +0 -133
  704. package/package/module/index.js.map +0 -1
  705. package/package/package.json +0 -84
  706. package/package/typescript/BarChart/BarChart.d.ts.map +0 -1
  707. package/package/typescript/Button/ButtonGroup.d.ts +0 -16
  708. package/package/typescript/Button/ButtonGroup.d.ts.map +0 -1
  709. package/package/typescript/Calendar/ConcreteTimeSelector.d.ts.map +0 -1
  710. package/package/typescript/Calendar/CustomRange.d.ts +0 -5
  711. package/package/typescript/Calendar/CustomRange.d.ts.map +0 -1
  712. package/package/typescript/Calendar/TimeSelector.d.ts.map +0 -1
  713. package/package/typescript/Calendar/types.d.ts +0 -98
  714. package/package/typescript/Calendar/types.d.ts.map +0 -1
  715. package/package/typescript/Card/Card.d.ts.map +0 -1
  716. package/package/typescript/CheckBox/CheckBox.d.ts.map +0 -1
  717. package/package/typescript/CheckBox/CheckBoxItem.d.ts.map +0 -1
  718. package/package/typescript/CircularProgress/CircularProgress.d.ts.map +0 -1
  719. package/package/typescript/Collapsible/Collapsible.d.ts.map +0 -1
  720. package/package/typescript/ComboChart/ComboChart.d.ts.map +0 -1
  721. package/package/typescript/DashboardCard/DashboardCard.d.ts +0 -30
  722. package/package/typescript/DashboardCard/DashboardCard.d.ts.map +0 -1
  723. package/package/typescript/DataCell/DataCell.d.ts.map +0 -1
  724. package/package/typescript/Dropdown/CustomDropdown.d.ts.map +0 -1
  725. package/package/typescript/Dropdown/InputDropdown.d.ts.map +0 -1
  726. package/package/typescript/Gantt/Gantt.d.ts.map +0 -1
  727. package/package/typescript/Gantt/helper.d.ts +0 -110
  728. package/package/typescript/Gantt/helper.d.ts.map +0 -1
  729. package/package/typescript/Grid/FixedSizeGrid.d.ts.map +0 -1
  730. package/package/typescript/Grid/Grid.base.d.ts.map +0 -1
  731. package/package/typescript/Grid/StaticFixedSizeGrid.d.ts.map +0 -1
  732. package/package/typescript/Grid/VariableSizeGrid.d.ts.map +0 -1
  733. package/package/typescript/Header/Header.d.ts +0 -20
  734. package/package/typescript/Header/Header.d.ts.map +0 -1
  735. package/package/typescript/IconText/IconText.d.ts.map +0 -1
  736. package/package/typescript/Icons/TapasIcon.d.ts +0 -19
  737. package/package/typescript/Icons/TapasIcon.d.ts.map +0 -1
  738. package/package/typescript/Icons/TapasIconExpo.d.ts.map +0 -1
  739. package/package/typescript/Icons/expoFontLoader.d.ts +0 -54
  740. package/package/typescript/Icons/expoFontLoader.d.ts.map +0 -1
  741. package/package/typescript/Icons/fontLoader.d.ts +0 -55
  742. package/package/typescript/Icons/fontLoader.d.ts.map +0 -1
  743. package/package/typescript/Icons/smartFontLoader.d.ts +0 -72
  744. package/package/typescript/Icons/smartFontLoader.d.ts.map +0 -1
  745. package/package/typescript/Image/PreviewImg.d.ts.map +0 -1
  746. package/package/typescript/Input/Input.d.ts.map +0 -1
  747. package/package/typescript/Layout/DrawerContext.d.ts +0 -4
  748. package/package/typescript/Layout/DrawerContext.d.ts.map +0 -1
  749. package/package/typescript/Layout/Layout.d.ts.map +0 -1
  750. package/package/typescript/Layout/ToastContext.d.ts +0 -4
  751. package/package/typescript/Layout/ToastContext.d.ts.map +0 -1
  752. package/package/typescript/LineChart/LineChart.d.ts.map +0 -1
  753. package/package/typescript/ListItem/ListItem.d.ts.map +0 -1
  754. package/package/typescript/Pagination/Pagination.d.ts +0 -27
  755. package/package/typescript/Pagination/Pagination.d.ts.map +0 -1
  756. package/package/typescript/PieChart/PieChart.d.ts.map +0 -1
  757. package/package/typescript/Progress/Progress.d.ts.map +0 -1
  758. package/package/typescript/RadioButton/RadioButton.d.ts.map +0 -1
  759. package/package/typescript/SearchInput/SearchInput.d.ts.map +0 -1
  760. package/package/typescript/SheetTitle/SheetTitle.d.ts.map +0 -1
  761. package/package/typescript/Shell/types.d.ts +0 -21
  762. package/package/typescript/Shell/types.d.ts.map +0 -1
  763. package/package/typescript/StatisticCard/StatisticCard.d.ts +0 -19
  764. package/package/typescript/StatisticCard/StatisticCard.d.ts.map +0 -1
  765. package/package/typescript/Status/Status.d.ts.map +0 -1
  766. package/package/typescript/Steps/Steps.d.ts.map +0 -1
  767. package/package/typescript/Tag/Tag.d.ts +0 -14
  768. package/package/typescript/Tag/Tag.d.ts.map +0 -1
  769. package/package/typescript/Theme/ThemeProvider.d.ts +0 -8
  770. package/package/typescript/Theme/ThemeProvider.d.ts.map +0 -1
  771. package/package/typescript/Theme/defaultTheme.d.ts +0 -3
  772. package/package/typescript/Theme/defaultTheme.d.ts.map +0 -1
  773. package/package/typescript/Timeline/Timeline.d.ts.map +0 -1
  774. package/package/typescript/WebViewBridge/WebViewBridge.d.ts.map +0 -1
  775. package/package/typescript/index.d.ts +0 -118
  776. package/package/typescript/index.d.ts.map +0 -1
  777. /package/{package/CHANGELOG.md → CHANGELOG.md} +0 -0
  778. /package/{package/commonjs → commonjs}/Alert/Alert.js.map +0 -0
  779. /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js +0 -0
  780. /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
  781. /package/{components → commonjs}/AnimatedNavItem/README.md +0 -0
  782. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js +0 -0
  783. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js.map +0 -0
  784. /package/{package/commonjs → commonjs}/BarChart/index.js +0 -0
  785. /package/{package/commonjs → commonjs}/BarChart/index.js.map +0 -0
  786. /package/{package/commonjs → commonjs}/Button/Button.js +0 -0
  787. /package/{package/commonjs → commonjs}/Button/Button.js.map +0 -0
  788. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js +0 -0
  789. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js.map +0 -0
  790. /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js +0 -0
  791. /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js.map +0 -0
  792. /package/{package/commonjs → commonjs}/Calendar/Calendar.js +0 -0
  793. /package/{package/commonjs → commonjs}/Calendar/Calendar.js.map +0 -0
  794. /package/{package/commonjs → commonjs}/Calendar/CustomRange.js +0 -0
  795. /package/{package/commonjs → commonjs}/Calendar/CustomRange.js.map +0 -0
  796. /package/{package/commonjs → commonjs}/Calendar/DaySelector.js +0 -0
  797. /package/{package/commonjs → commonjs}/Calendar/DaySelector.js.map +0 -0
  798. /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js +0 -0
  799. /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js.map +0 -0
  800. /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js +0 -0
  801. /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js.map +0 -0
  802. /package/{package/commonjs → commonjs}/Calendar/helper.js +0 -0
  803. /package/{package/commonjs → commonjs}/Calendar/helper.js.map +0 -0
  804. /package/{package/commonjs → commonjs}/Calendar/local.js +0 -0
  805. /package/{package/commonjs → commonjs}/Calendar/local.js.map +0 -0
  806. /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js +0 -0
  807. /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js.map +0 -0
  808. /package/{package/commonjs → commonjs}/ComboChart/index.js +0 -0
  809. /package/{package/commonjs → commonjs}/ComboChart/index.js.map +0 -0
  810. /package/{components → commonjs}/DEPENDENCY_WARNINGS.md +0 -0
  811. /package/{components → commonjs}/DataCell/README.md +0 -0
  812. /package/{package/commonjs → commonjs}/DataCell/index.js +0 -0
  813. /package/{package/commonjs → commonjs}/DataCell/index.js.map +0 -0
  814. /package/{package/commonjs → commonjs}/DataTable/DataTable.js +0 -0
  815. /package/{package/commonjs → commonjs}/DataTable/index.js +0 -0
  816. /package/{package/commonjs → commonjs}/DataTable/index.js.map +0 -0
  817. /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
  818. /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
  819. /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js +0 -0
  820. /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js.map +0 -0
  821. /package/{package/commonjs → commonjs}/Drawer/Drawer.js +0 -0
  822. /package/{package/commonjs → commonjs}/Drawer/Drawer.js.map +0 -0
  823. /package/{components → commonjs}/Drawer/SCROLLVIEW_FIX.md +0 -0
  824. /package/{package/commonjs → commonjs}/Dropdown/Dropdown.js.map +0 -0
  825. /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js +0 -0
  826. /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js.map +0 -0
  827. /package/{package/commonjs → commonjs}/Gantt/Accessories.js +0 -0
  828. /package/{package/commonjs → commonjs}/Gantt/Accessories.js.map +0 -0
  829. /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js +0 -0
  830. /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js.map +0 -0
  831. /package/{package/commonjs → commonjs}/Gantt/types.js +0 -0
  832. /package/{package/commonjs → commonjs}/Gantt/types.js.map +0 -0
  833. /package/{package/commonjs → commonjs}/Grid/helper.js +0 -0
  834. /package/{package/commonjs → commonjs}/Grid/helper.js.map +0 -0
  835. /package/{package/commonjs → commonjs}/Grid/timer.js +0 -0
  836. /package/{package/commonjs → commonjs}/Grid/timer.js.map +0 -0
  837. /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js +0 -0
  838. /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js.map +0 -0
  839. /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js +0 -0
  840. /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js.map +0 -0
  841. /package/{components → commonjs}/Icons/README.md +0 -0
  842. /package/{components → commonjs}/Icons/icon-categories.json +0 -0
  843. /package/{package/commonjs → commonjs}/Icons/index.js +0 -0
  844. /package/{package/commonjs → commonjs}/Icons/index.js.map +0 -0
  845. /package/{components → commonjs}/Icons/real-icon-mapping.json +0 -0
  846. /package/{components → commonjs}/Icons/selection.json +0 -0
  847. /package/{package/commonjs → commonjs}/Image/Image.js +0 -0
  848. /package/{package/commonjs → commonjs}/Image/Image.js.map +0 -0
  849. /package/{components → commonjs}/Input/FOCUS_FIX_SUMMARY.md +0 -0
  850. /package/{components → commonjs}/Input/FOCUS_ISSUE_ANALYSIS.md +0 -0
  851. /package/{components → commonjs}/Input/README.md +0 -0
  852. /package/{package/commonjs → commonjs}/Layout/index.js +0 -0
  853. /package/{package/commonjs → commonjs}/Layout/index.js.map +0 -0
  854. /package/{package/commonjs → commonjs}/LineChart/index.js +0 -0
  855. /package/{package/commonjs → commonjs}/LineChart/index.js.map +0 -0
  856. /package/{package/commonjs → commonjs}/Loading/Loading.js +0 -0
  857. /package/{package/commonjs → commonjs}/Loading/Loading.js.map +0 -0
  858. /package/{components → commonjs}/Loading/README.md +0 -0
  859. /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js +0 -0
  860. /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js.map +0 -0
  861. /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js +0 -0
  862. /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js.map +0 -0
  863. /package/{components → commonjs}/MultiSelector/README.md +0 -0
  864. /package/{package/commonjs → commonjs}/MultiSelector/index.js +0 -0
  865. /package/{package/commonjs → commonjs}/MultiSelector/index.js.map +0 -0
  866. /package/{package/commonjs → commonjs}/Navigation/Navigation.js +0 -0
  867. /package/{package/commonjs → commonjs}/Notification/Notification.js +0 -0
  868. /package/{package/commonjs → commonjs}/Notification/Notification.js.map +0 -0
  869. /package/{components → commonjs}/Notification/README.md +0 -0
  870. /package/{package/commonjs → commonjs}/Notification/index.js +0 -0
  871. /package/{package/commonjs → commonjs}/Notification/index.js.map +0 -0
  872. /package/{package/commonjs → commonjs}/NumericInput/NumericInput.js.map +0 -0
  873. /package/{package/commonjs → commonjs}/Overlay/Overlay.js +0 -0
  874. /package/{package/commonjs → commonjs}/Overlay/Overlay.js.map +0 -0
  875. /package/{components → commonjs}/Pagination/BACKGROUND_COLOR.md +0 -0
  876. /package/{components → commonjs}/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -0
  877. /package/{components → commonjs}/PieChart/BACKWARD_COMPATIBILITY.md +0 -0
  878. /package/{components → commonjs}/PieChart/BUGFIX_EMPTY_DATA.md +0 -0
  879. /package/{package/commonjs → commonjs}/PieChart/GroupedLegend.js +0 -0
  880. /package/{package/commonjs → commonjs}/PieChart/GroupedLegend.js.map +0 -0
  881. /package/{components → commonjs}/PieChart/IMPLEMENTATION_SUMMARY.md +0 -0
  882. /package/{components → commonjs}/PieChart/NestedPieChart.README.md +0 -0
  883. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.js +0 -0
  884. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.js.map +0 -0
  885. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.types.js +0 -0
  886. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.types.js.map +0 -0
  887. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.utils.js +0 -0
  888. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.utils.js.map +0 -0
  889. /package/{package/commonjs → commonjs}/PieChart/index.js +0 -0
  890. /package/{package/commonjs → commonjs}/PieChart/index.js.map +0 -0
  891. /package/{package/commonjs → commonjs}/Popover/Popover.js +0 -0
  892. /package/{package/commonjs → commonjs}/Popover/Popover.js.map +0 -0
  893. /package/{package/commonjs → commonjs}/Quantity/Quantity.js +0 -0
  894. /package/{package/commonjs → commonjs}/Quantity/Quantity.js.map +0 -0
  895. /package/{components → commonjs}/Quantity/README.md +0 -0
  896. /package/{package/commonjs → commonjs}/Quantity/index.js +0 -0
  897. /package/{package/commonjs → commonjs}/Quantity/index.js.map +0 -0
  898. /package/{components → commonjs}/ReasonModal/README.md +0 -0
  899. /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js +0 -0
  900. /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js.map +0 -0
  901. /package/{package/commonjs → commonjs}/ReasonModal/index.js +0 -0
  902. /package/{package/commonjs → commonjs}/ReasonModal/index.js.map +0 -0
  903. /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js +0 -0
  904. /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js.map +0 -0
  905. /package/{components → commonjs}/SearchInput/README.md +0 -0
  906. /package/{package/commonjs → commonjs}/SearchInput/index.js +0 -0
  907. /package/{package/commonjs → commonjs}/SearchInput/index.js.map +0 -0
  908. /package/{package/commonjs → commonjs}/Shell/Shell.js +0 -0
  909. /package/{package/commonjs → commonjs}/Shell/Shell.js.map +0 -0
  910. /package/{package/commonjs → commonjs}/Shell/styles.js +0 -0
  911. /package/{package/commonjs → commonjs}/Shell/styles.js.map +0 -0
  912. /package/{package/commonjs → commonjs}/StatisticCard/index.js +0 -0
  913. /package/{package/commonjs → commonjs}/StatisticCard/index.js.map +0 -0
  914. /package/{components → commonjs}/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -0
  915. /package/{components → commonjs}/StatisticsTable/README.md +0 -0
  916. /package/{components → commonjs}/StatisticsTable/SORTING_FEATURE.md +0 -0
  917. /package/{components → commonjs}/StatisticsTable/STATS_CELL_CLICK.md +0 -0
  918. /package/{package/commonjs → commonjs}/StatisticsTable/StatisticsTable.js +0 -0
  919. /package/{components → commonjs}/StatisticsTable/VIRTUAL_SCROLLING.md +0 -0
  920. /package/{package/commonjs → commonjs}/StatisticsTable/index.js +0 -0
  921. /package/{package/commonjs → commonjs}/StatisticsTable/index.js.map +0 -0
  922. /package/{package/commonjs → commonjs}/Tab/TapasTab.js +0 -0
  923. /package/{package/commonjs → commonjs}/Tab/TapasTab.js.map +0 -0
  924. /package/{package/commonjs → commonjs}/Tab/index.js +0 -0
  925. /package/{package/commonjs → commonjs}/Tab/index.js.map +0 -0
  926. /package/{components → commonjs}/TabTitle/README.md +0 -0
  927. /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js +0 -0
  928. /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js.map +0 -0
  929. /package/{package/commonjs → commonjs}/TabTitle/index.js +0 -0
  930. /package/{package/commonjs → commonjs}/TabTitle/index.js.map +0 -0
  931. /package/{components → commonjs}/TableColumnHeader/README.md +0 -0
  932. /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js +0 -0
  933. /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js.map +0 -0
  934. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js +0 -0
  935. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js.map +0 -0
  936. /package/{package/commonjs → commonjs}/Task/Task.js +0 -0
  937. /package/{package/commonjs → commonjs}/Task/Task.js.map +0 -0
  938. /package/{package/commonjs → commonjs}/Task/type.js +0 -0
  939. /package/{package/commonjs → commonjs}/Task/type.js.map +0 -0
  940. /package/{package/commonjs → commonjs}/Text/Text.js +0 -0
  941. /package/{package/commonjs → commonjs}/Text/Text.js.map +0 -0
  942. /package/{package/commonjs → commonjs}/TextArea/TextArea.js +0 -0
  943. /package/{package/commonjs → commonjs}/TextArea/TextArea.js.map +0 -0
  944. /package/{package/commonjs → commonjs}/Theme/themed.d.js +0 -0
  945. /package/{package/commonjs → commonjs}/Theme/themed.d.js.map +0 -0
  946. /package/{package/commonjs → commonjs}/Toast/Toast.js +0 -0
  947. /package/{package/commonjs → commonjs}/Toast/Toast.js.map +0 -0
  948. /package/{components → commonjs}/UserSwitcher/README.md +0 -0
  949. /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js +0 -0
  950. /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js.map +0 -0
  951. /package/{package/commonjs → commonjs}/UserSwitcher/index.js +0 -0
  952. /package/{package/commonjs → commonjs}/UserSwitcher/index.js.map +0 -0
  953. /package/{components → commonjs}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
  954. /package/{components → commonjs}/WebViewBridge/README.md +0 -0
  955. /package/{package/commonjs → commonjs}/WebViewBridge/index.js +0 -0
  956. /package/{package/commonjs → commonjs}/WebViewBridge/index.js.map +0 -0
  957. /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js +0 -0
  958. /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js.map +0 -0
  959. /package/{components → commonjs}/WordCloud/README.md +0 -0
  960. /package/{package/commonjs → commonjs}/WordCloud/WordCloud.js +0 -0
  961. /package/{package/commonjs → commonjs}/WordCloud/WordCloud.js.map +0 -0
  962. /package/{package/commonjs → commonjs}/WordCloud/index.js +0 -0
  963. /package/{package/commonjs → commonjs}/WordCloud/index.js.map +0 -0
  964. /package/{package/commonjs → commonjs}/common.js +0 -0
  965. /package/{package/commonjs → commonjs}/common.js.map +0 -0
  966. /package/{package/commonjs → commonjs}/package.json +0 -0
  967. /package/{package/module → module}/Alert/Alert.js.map +0 -0
  968. /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js +0 -0
  969. /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
  970. /package/{package/commonjs → module}/AnimatedNavItem/README.md +0 -0
  971. /package/{package/module → module}/AnimatedNavItem/index.js +0 -0
  972. /package/{package/module → module}/AnimatedNavItem/index.js.map +0 -0
  973. /package/{package/module → module}/BarChart/index.js +0 -0
  974. /package/{package/module → module}/BarChart/index.js.map +0 -0
  975. /package/{package/module → module}/Button/Button.js +0 -0
  976. /package/{package/module → module}/Button/Button.js.map +0 -0
  977. /package/{package/module → module}/Button/react-native-hoverable.d.js +0 -0
  978. /package/{package/module → module}/Button/react-native-hoverable.d.js.map +0 -0
  979. /package/{package/module → module}/Calendar/Calendar.base.js +0 -0
  980. /package/{package/module → module}/Calendar/Calendar.base.js.map +0 -0
  981. /package/{package/module → module}/Calendar/Calendar.js +0 -0
  982. /package/{package/module → module}/Calendar/Calendar.js.map +0 -0
  983. /package/{package/module → module}/Calendar/CustomRange.js +0 -0
  984. /package/{package/module → module}/Calendar/CustomRange.js.map +0 -0
  985. /package/{package/module → module}/Calendar/DaySelector.js +0 -0
  986. /package/{package/module → module}/Calendar/DaySelector.js.map +0 -0
  987. /package/{package/module → module}/Calendar/MonthSelector.js +0 -0
  988. /package/{package/module → module}/Calendar/MonthSelector.js.map +0 -0
  989. /package/{package/module → module}/Calendar/WeekDaySelector.js +0 -0
  990. /package/{package/module → module}/Calendar/WeekDaySelector.js.map +0 -0
  991. /package/{package/module → module}/Calendar/helper.js +0 -0
  992. /package/{package/module → module}/Calendar/helper.js.map +0 -0
  993. /package/{package/module → module}/Calendar/local.js +0 -0
  994. /package/{package/module → module}/Calendar/local.js.map +0 -0
  995. /package/{package/module → module}/CheckBox/GroupCheckBox.js +0 -0
  996. /package/{package/module → module}/CheckBox/GroupCheckBox.js.map +0 -0
  997. /package/{package/module → module}/ComboChart/index.js +0 -0
  998. /package/{package/module → module}/ComboChart/index.js.map +0 -0
  999. /package/{package/commonjs → module}/DEPENDENCY_WARNINGS.md +0 -0
  1000. /package/{package/commonjs → module}/DataCell/README.md +0 -0
  1001. /package/{package/module → module}/DataCell/index.js +0 -0
  1002. /package/{package/module → module}/DataCell/index.js.map +0 -0
  1003. /package/{package/module → module}/DataTable/DataTable.js +0 -0
  1004. /package/{package/module → module}/DataTable/index.js +0 -0
  1005. /package/{package/module → module}/DataTable/index.js.map +0 -0
  1006. /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
  1007. /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
  1008. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js +0 -0
  1009. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js.map +0 -0
  1010. /package/{package/module → module}/Drawer/Drawer.js +0 -0
  1011. /package/{package/module → module}/Drawer/Drawer.js.map +0 -0
  1012. /package/{package/commonjs → module}/Drawer/SCROLLVIEW_FIX.md +0 -0
  1013. /package/{package/module → module}/Dropdown/Dropdown.js.map +0 -0
  1014. /package/{package/module → module}/ExternalLink/ExternalLink.js +0 -0
  1015. /package/{package/module → module}/ExternalLink/ExternalLink.js.map +0 -0
  1016. /package/{package/module → module}/Gantt/Accessories.js +0 -0
  1017. /package/{package/module → module}/Gantt/Accessories.js.map +0 -0
  1018. /package/{package/module → module}/Gantt/GanttInnerElementType.js +0 -0
  1019. /package/{package/module → module}/Gantt/GanttInnerElementType.js.map +0 -0
  1020. /package/{package/module → module}/Gantt/types.js +0 -0
  1021. /package/{package/module → module}/Gantt/types.js.map +0 -0
  1022. /package/{package/module → module}/Grid/helper.js +0 -0
  1023. /package/{package/module → module}/Grid/helper.js.map +0 -0
  1024. /package/{package/module → module}/Grid/timer.js +0 -0
  1025. /package/{package/module → module}/Grid/timer.js.map +0 -0
  1026. /package/{package/module → module}/HelloWave/HelloWave.js +0 -0
  1027. /package/{package/module → module}/HelloWave/HelloWave.js.map +0 -0
  1028. /package/{package/module → module}/Hoverable/Hoverable.js +0 -0
  1029. /package/{package/module → module}/Hoverable/Hoverable.js.map +0 -0
  1030. /package/{package/commonjs → module}/Icons/README.md +0 -0
  1031. /package/{package/commonjs → module}/Icons/icon-categories.json +0 -0
  1032. /package/{package/module → module}/Icons/index.js +0 -0
  1033. /package/{package/module → module}/Icons/index.js.map +0 -0
  1034. /package/{package/commonjs → module}/Icons/real-icon-mapping.json +0 -0
  1035. /package/{package/commonjs → module}/Icons/selection.json +0 -0
  1036. /package/{package/module → module}/Image/Image.js +0 -0
  1037. /package/{package/module → module}/Image/Image.js.map +0 -0
  1038. /package/{package/commonjs → module}/Input/FOCUS_FIX_SUMMARY.md +0 -0
  1039. /package/{package/commonjs → module}/Input/FOCUS_ISSUE_ANALYSIS.md +0 -0
  1040. /package/{package/commonjs → module}/Input/README.md +0 -0
  1041. /package/{package/module → module}/Layout/index.js +0 -0
  1042. /package/{package/module → module}/Layout/index.js.map +0 -0
  1043. /package/{package/module → module}/LineChart/index.js +0 -0
  1044. /package/{package/module → module}/LineChart/index.js.map +0 -0
  1045. /package/{package/module → module}/Loading/Loading.js +0 -0
  1046. /package/{package/module → module}/Loading/Loading.js.map +0 -0
  1047. /package/{package/commonjs → module}/Loading/README.md +0 -0
  1048. /package/{package/module → module}/MessageBox/MessageBox.js +0 -0
  1049. /package/{package/module → module}/MessageBox/MessageBox.js.map +0 -0
  1050. /package/{package/module → module}/MultiSelector/MultiSelector.js +0 -0
  1051. /package/{package/module → module}/MultiSelector/MultiSelector.js.map +0 -0
  1052. /package/{package/commonjs → module}/MultiSelector/README.md +0 -0
  1053. /package/{package/module → module}/MultiSelector/index.js +0 -0
  1054. /package/{package/module → module}/MultiSelector/index.js.map +0 -0
  1055. /package/{package/module → module}/Navigation/Navigation.js +0 -0
  1056. /package/{package/module → module}/Notification/Notification.js +0 -0
  1057. /package/{package/module → module}/Notification/Notification.js.map +0 -0
  1058. /package/{package/commonjs → module}/Notification/README.md +0 -0
  1059. /package/{package/module → module}/Notification/index.js +0 -0
  1060. /package/{package/module → module}/Notification/index.js.map +0 -0
  1061. /package/{package/module → module}/NumericInput/NumericInput.js.map +0 -0
  1062. /package/{package/module → module}/Overlay/Overlay.js +0 -0
  1063. /package/{package/module → module}/Overlay/Overlay.js.map +0 -0
  1064. /package/{package/commonjs → module}/Pagination/BACKGROUND_COLOR.md +0 -0
  1065. /package/{package/commonjs → module}/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -0
  1066. /package/{package/commonjs → module}/PieChart/BACKWARD_COMPATIBILITY.md +0 -0
  1067. /package/{package/commonjs → module}/PieChart/BUGFIX_EMPTY_DATA.md +0 -0
  1068. /package/{package/module → module}/PieChart/GroupedLegend.js +0 -0
  1069. /package/{package/module → module}/PieChart/GroupedLegend.js.map +0 -0
  1070. /package/{package/commonjs → module}/PieChart/IMPLEMENTATION_SUMMARY.md +0 -0
  1071. /package/{package/commonjs → module}/PieChart/NestedPieChart.README.md +0 -0
  1072. /package/{package/module → module}/PieChart/NestedPieChart.js +0 -0
  1073. /package/{package/module → module}/PieChart/NestedPieChart.js.map +0 -0
  1074. /package/{package/module → module}/PieChart/NestedPieChart.types.js +0 -0
  1075. /package/{package/module → module}/PieChart/NestedPieChart.types.js.map +0 -0
  1076. /package/{package/module → module}/PieChart/NestedPieChart.utils.js +0 -0
  1077. /package/{package/module → module}/PieChart/NestedPieChart.utils.js.map +0 -0
  1078. /package/{package/module → module}/PieChart/index.js +0 -0
  1079. /package/{package/module → module}/PieChart/index.js.map +0 -0
  1080. /package/{package/module → module}/Popover/Popover.js +0 -0
  1081. /package/{package/module → module}/Popover/Popover.js.map +0 -0
  1082. /package/{package/module → module}/Quantity/Quantity.js +0 -0
  1083. /package/{package/module → module}/Quantity/Quantity.js.map +0 -0
  1084. /package/{package/commonjs → module}/Quantity/README.md +0 -0
  1085. /package/{package/module → module}/Quantity/index.js +0 -0
  1086. /package/{package/module → module}/Quantity/index.js.map +0 -0
  1087. /package/{package/commonjs → module}/ReasonModal/README.md +0 -0
  1088. /package/{package/module → module}/ReasonModal/ReasonModal.js +0 -0
  1089. /package/{package/module → module}/ReasonModal/ReasonModal.js.map +0 -0
  1090. /package/{package/module → module}/ReasonModal/index.js +0 -0
  1091. /package/{package/module → module}/ReasonModal/index.js.map +0 -0
  1092. /package/{package/module → module}/ScanButton/ScanButton.js +0 -0
  1093. /package/{package/module → module}/ScanButton/ScanButton.js.map +0 -0
  1094. /package/{package/commonjs → module}/SearchInput/README.md +0 -0
  1095. /package/{package/module → module}/SearchInput/index.js +0 -0
  1096. /package/{package/module → module}/SearchInput/index.js.map +0 -0
  1097. /package/{package/module → module}/Shell/Shell.js +0 -0
  1098. /package/{package/module → module}/Shell/Shell.js.map +0 -0
  1099. /package/{package/module → module}/Shell/styles.js +0 -0
  1100. /package/{package/module → module}/Shell/styles.js.map +0 -0
  1101. /package/{package/module → module}/StatisticCard/index.js +0 -0
  1102. /package/{package/module → module}/StatisticCard/index.js.map +0 -0
  1103. /package/{package/commonjs → module}/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -0
  1104. /package/{package/commonjs → module}/StatisticsTable/README.md +0 -0
  1105. /package/{package/commonjs → module}/StatisticsTable/SORTING_FEATURE.md +0 -0
  1106. /package/{package/commonjs → module}/StatisticsTable/STATS_CELL_CLICK.md +0 -0
  1107. /package/{package/module → module}/StatisticsTable/StatisticsTable.js +0 -0
  1108. /package/{package/commonjs → module}/StatisticsTable/VIRTUAL_SCROLLING.md +0 -0
  1109. /package/{package/module → module}/StatisticsTable/index.js +0 -0
  1110. /package/{package/module → module}/StatisticsTable/index.js.map +0 -0
  1111. /package/{package/module → module}/Tab/TapasTab.js +0 -0
  1112. /package/{package/module → module}/Tab/TapasTab.js.map +0 -0
  1113. /package/{package/module → module}/Tab/index.js +0 -0
  1114. /package/{package/module → module}/Tab/index.js.map +0 -0
  1115. /package/{package/commonjs → module}/TabTitle/README.md +0 -0
  1116. /package/{package/module → module}/TabTitle/TabTitle.js +0 -0
  1117. /package/{package/module → module}/TabTitle/TabTitle.js.map +0 -0
  1118. /package/{package/module → module}/TabTitle/index.js +0 -0
  1119. /package/{package/module → module}/TabTitle/index.js.map +0 -0
  1120. /package/{package/commonjs → module}/TableColumnHeader/README.md +0 -0
  1121. /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js +0 -0
  1122. /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js.map +0 -0
  1123. /package/{package/module → module}/TableColumnHeader/index.js +0 -0
  1124. /package/{package/module → module}/TableColumnHeader/index.js.map +0 -0
  1125. /package/{package/module → module}/Task/Task.js +0 -0
  1126. /package/{package/module → module}/Task/Task.js.map +0 -0
  1127. /package/{package/module → module}/Task/type.js +0 -0
  1128. /package/{package/module → module}/Task/type.js.map +0 -0
  1129. /package/{package/module → module}/Text/Text.js +0 -0
  1130. /package/{package/module → module}/Text/Text.js.map +0 -0
  1131. /package/{package/module → module}/TextArea/TextArea.js +0 -0
  1132. /package/{package/module → module}/TextArea/TextArea.js.map +0 -0
  1133. /package/{package/module → module}/Theme/themed.d.js +0 -0
  1134. /package/{package/module → module}/Theme/themed.d.js.map +0 -0
  1135. /package/{package/module → module}/Toast/Toast.js +0 -0
  1136. /package/{package/module → module}/Toast/Toast.js.map +0 -0
  1137. /package/{package/commonjs → module}/UserSwitcher/README.md +0 -0
  1138. /package/{package/module → module}/UserSwitcher/UserSwitcher.js +0 -0
  1139. /package/{package/module → module}/UserSwitcher/UserSwitcher.js.map +0 -0
  1140. /package/{package/module → module}/UserSwitcher/index.js +0 -0
  1141. /package/{package/module → module}/UserSwitcher/index.js.map +0 -0
  1142. /package/{package/commonjs → module}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
  1143. /package/{package/commonjs → module}/WebViewBridge/README.md +0 -0
  1144. /package/{package/module → module}/WebViewBridge/index.js +0 -0
  1145. /package/{package/module → module}/WebViewBridge/index.js.map +0 -0
  1146. /package/{package/module → module}/WebViewBridge/useWebViewBridge.js +0 -0
  1147. /package/{package/module → module}/WebViewBridge/useWebViewBridge.js.map +0 -0
  1148. /package/{package/commonjs → module}/WordCloud/README.md +0 -0
  1149. /package/{package/module → module}/WordCloud/WordCloud.js +0 -0
  1150. /package/{package/module → module}/WordCloud/WordCloud.js.map +0 -0
  1151. /package/{package/module → module}/WordCloud/index.js +0 -0
  1152. /package/{package/module → module}/WordCloud/index.js.map +0 -0
  1153. /package/{package/module → module}/common.js +0 -0
  1154. /package/{package/module → module}/common.js.map +0 -0
  1155. /package/{package/typescript → typescript}/Alert/Alert.d.ts +0 -0
  1156. /package/{package/typescript → typescript}/Alert/Alert.d.ts.map +0 -0
  1157. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts +0 -0
  1158. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts.map +0 -0
  1159. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts +0 -0
  1160. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts.map +0 -0
  1161. /package/{package/typescript → typescript}/BarChart/BarChart.d.ts +0 -0
  1162. /package/{package/typescript → typescript}/BarChart/index.d.ts +0 -0
  1163. /package/{package/typescript → typescript}/BarChart/index.d.ts.map +0 -0
  1164. /package/{package/typescript → typescript}/Button/Button.d.ts +0 -0
  1165. /package/{package/typescript → typescript}/Button/Button.d.ts.map +0 -0
  1166. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts +0 -0
  1167. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts.map +0 -0
  1168. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts +0 -0
  1169. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts.map +0 -0
  1170. /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts +0 -0
  1171. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts +0 -0
  1172. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts.map +0 -0
  1173. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts +0 -0
  1174. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts.map +0 -0
  1175. /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts +0 -0
  1176. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts +0 -0
  1177. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts.map +0 -0
  1178. /package/{package/typescript → typescript}/Calendar/helper.d.ts +0 -0
  1179. /package/{package/typescript → typescript}/Calendar/helper.d.ts.map +0 -0
  1180. /package/{package/typescript → typescript}/Calendar/local.d.ts +0 -0
  1181. /package/{package/typescript → typescript}/Calendar/local.d.ts.map +0 -0
  1182. /package/{package/typescript → typescript}/Card/Card.d.ts +0 -0
  1183. /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts +0 -0
  1184. /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts +0 -0
  1185. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts +0 -0
  1186. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts.map +0 -0
  1187. /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts +0 -0
  1188. /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts +0 -0
  1189. /package/{package/typescript → typescript}/ComboChart/ComboChart.d.ts +0 -0
  1190. /package/{package/typescript → typescript}/ComboChart/index.d.ts +0 -0
  1191. /package/{package/typescript → typescript}/ComboChart/index.d.ts.map +0 -0
  1192. /package/{package/typescript → typescript}/DataCell/DataCell.d.ts +0 -0
  1193. /package/{package/typescript → typescript}/DataCell/index.d.ts +0 -0
  1194. /package/{package/typescript → typescript}/DataCell/index.d.ts.map +0 -0
  1195. /package/{package/typescript → typescript}/DataTable/DataTable.d.ts +0 -0
  1196. /package/{package/typescript → typescript}/DataTable/DataTable.d.ts.map +0 -0
  1197. /package/{package/typescript → typescript}/DataTable/index.d.ts +0 -0
  1198. /package/{package/typescript → typescript}/DataTable/index.d.ts.map +0 -0
  1199. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts +0 -0
  1200. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts.map +0 -0
  1201. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts +0 -0
  1202. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts.map +0 -0
  1203. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts +0 -0
  1204. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts.map +0 -0
  1205. /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts +0 -0
  1206. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts +0 -0
  1207. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts.map +0 -0
  1208. /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts +0 -0
  1209. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts +0 -0
  1210. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts.map +0 -0
  1211. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts +0 -0
  1212. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts.map +0 -0
  1213. /package/{package/typescript → typescript}/Gantt/Gantt.d.ts +0 -0
  1214. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts +0 -0
  1215. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts.map +0 -0
  1216. /package/{package/typescript → typescript}/Gantt/types.d.ts +0 -0
  1217. /package/{package/typescript → typescript}/Gantt/types.d.ts.map +0 -0
  1218. /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts +0 -0
  1219. /package/{package/typescript → typescript}/Grid/Grid.base.d.ts +0 -0
  1220. /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts +0 -0
  1221. /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts +0 -0
  1222. /package/{package/typescript → typescript}/Grid/helper.d.ts +0 -0
  1223. /package/{package/typescript → typescript}/Grid/helper.d.ts.map +0 -0
  1224. /package/{package/typescript → typescript}/Grid/timer.d.ts +0 -0
  1225. /package/{package/typescript → typescript}/Grid/timer.d.ts.map +0 -0
  1226. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts +0 -0
  1227. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts.map +0 -0
  1228. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts +0 -0
  1229. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts.map +0 -0
  1230. /package/{package/typescript → typescript}/IconText/IconText.d.ts +0 -0
  1231. /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts +0 -0
  1232. /package/{package/typescript → typescript}/Icons/index.d.ts +0 -0
  1233. /package/{package/typescript → typescript}/Icons/index.d.ts.map +0 -0
  1234. /package/{package/typescript → typescript}/Image/Image.d.ts +0 -0
  1235. /package/{package/typescript → typescript}/Image/Image.d.ts.map +0 -0
  1236. /package/{package/typescript → typescript}/Image/PreviewImg.d.ts +0 -0
  1237. /package/{package/typescript → typescript}/Input/Input.d.ts +0 -0
  1238. /package/{package/typescript → typescript}/Layout/Layout.d.ts +0 -0
  1239. /package/{package/typescript → typescript}/Layout/index.d.ts +0 -0
  1240. /package/{package/typescript → typescript}/Layout/index.d.ts.map +0 -0
  1241. /package/{package/typescript → typescript}/LineChart/LineChart.d.ts +0 -0
  1242. /package/{package/typescript → typescript}/LineChart/index.d.ts +0 -0
  1243. /package/{package/typescript → typescript}/LineChart/index.d.ts.map +0 -0
  1244. /package/{package/typescript → typescript}/ListItem/ListItem.d.ts +0 -0
  1245. /package/{package/typescript → typescript}/Loading/Loading.d.ts +0 -0
  1246. /package/{package/typescript → typescript}/Loading/Loading.d.ts.map +0 -0
  1247. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts +0 -0
  1248. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts.map +0 -0
  1249. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts +0 -0
  1250. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts.map +0 -0
  1251. /package/{package/typescript → typescript}/MultiSelector/index.d.ts +0 -0
  1252. /package/{package/typescript → typescript}/MultiSelector/index.d.ts.map +0 -0
  1253. /package/{package/typescript → typescript}/Navigation/Navigation.d.ts +0 -0
  1254. /package/{package/typescript → typescript}/Navigation/Navigation.d.ts.map +0 -0
  1255. /package/{package/typescript → typescript}/Notification/Notification.d.ts +0 -0
  1256. /package/{package/typescript → typescript}/Notification/Notification.d.ts.map +0 -0
  1257. /package/{package/typescript → typescript}/Notification/index.d.ts +0 -0
  1258. /package/{package/typescript → typescript}/Notification/index.d.ts.map +0 -0
  1259. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts +0 -0
  1260. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts.map +0 -0
  1261. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts +0 -0
  1262. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts.map +0 -0
  1263. /package/{package/typescript → typescript}/PieChart/GroupedLegend.d.ts +0 -0
  1264. /package/{package/typescript → typescript}/PieChart/GroupedLegend.d.ts.map +0 -0
  1265. /package/{package/typescript → typescript}/PieChart/NestedPieChart.d.ts +0 -0
  1266. /package/{package/typescript → typescript}/PieChart/NestedPieChart.d.ts.map +0 -0
  1267. /package/{package/typescript → typescript}/PieChart/NestedPieChart.types.d.ts +0 -0
  1268. /package/{package/typescript → typescript}/PieChart/NestedPieChart.types.d.ts.map +0 -0
  1269. /package/{package/typescript → typescript}/PieChart/NestedPieChart.utils.d.ts +0 -0
  1270. /package/{package/typescript → typescript}/PieChart/NestedPieChart.utils.d.ts.map +0 -0
  1271. /package/{package/typescript → typescript}/PieChart/PieChart.d.ts +0 -0
  1272. /package/{package/typescript → typescript}/PieChart/index.d.ts +0 -0
  1273. /package/{package/typescript → typescript}/PieChart/index.d.ts.map +0 -0
  1274. /package/{package/typescript → typescript}/Popover/Popover.d.ts +0 -0
  1275. /package/{package/typescript → typescript}/Popover/Popover.d.ts.map +0 -0
  1276. /package/{package/typescript → typescript}/Progress/Progress.d.ts +0 -0
  1277. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts +0 -0
  1278. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts.map +0 -0
  1279. /package/{package/typescript → typescript}/Quantity/index.d.ts +0 -0
  1280. /package/{package/typescript → typescript}/Quantity/index.d.ts.map +0 -0
  1281. /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts +0 -0
  1282. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts +0 -0
  1283. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts.map +0 -0
  1284. /package/{package/typescript → typescript}/ReasonModal/index.d.ts +0 -0
  1285. /package/{package/typescript → typescript}/ReasonModal/index.d.ts.map +0 -0
  1286. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts +0 -0
  1287. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts.map +0 -0
  1288. /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts +0 -0
  1289. /package/{package/typescript → typescript}/SearchInput/index.d.ts +0 -0
  1290. /package/{package/typescript → typescript}/SearchInput/index.d.ts.map +0 -0
  1291. /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts +0 -0
  1292. /package/{package/typescript → typescript}/Shell/Shell.d.ts +0 -0
  1293. /package/{package/typescript → typescript}/Shell/Shell.d.ts.map +0 -0
  1294. /package/{package/typescript → typescript}/Shell/styles.d.ts +0 -0
  1295. /package/{package/typescript → typescript}/Shell/styles.d.ts.map +0 -0
  1296. /package/{package/typescript → typescript}/StatisticCard/index.d.ts +0 -0
  1297. /package/{package/typescript → typescript}/StatisticCard/index.d.ts.map +0 -0
  1298. /package/{package/typescript → typescript}/StatisticsTable/StatisticsTable.d.ts +0 -0
  1299. /package/{package/typescript → typescript}/StatisticsTable/StatisticsTable.d.ts.map +0 -0
  1300. /package/{package/typescript → typescript}/StatisticsTable/index.d.ts +0 -0
  1301. /package/{package/typescript → typescript}/StatisticsTable/index.d.ts.map +0 -0
  1302. /package/{package/typescript → typescript}/Status/Status.d.ts +0 -0
  1303. /package/{package/typescript → typescript}/Steps/Steps.d.ts +0 -0
  1304. /package/{package/typescript → typescript}/Tab/TapasTab.d.ts +0 -0
  1305. /package/{package/typescript → typescript}/Tab/TapasTab.d.ts.map +0 -0
  1306. /package/{package/typescript → typescript}/Tab/index.d.ts +0 -0
  1307. /package/{package/typescript → typescript}/Tab/index.d.ts.map +0 -0
  1308. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts +0 -0
  1309. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts.map +0 -0
  1310. /package/{package/typescript → typescript}/TabTitle/index.d.ts +0 -0
  1311. /package/{package/typescript → typescript}/TabTitle/index.d.ts.map +0 -0
  1312. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts +0 -0
  1313. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts.map +0 -0
  1314. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts +0 -0
  1315. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts.map +0 -0
  1316. /package/{package/typescript → typescript}/Task/Task.d.ts +0 -0
  1317. /package/{package/typescript → typescript}/Task/Task.d.ts.map +0 -0
  1318. /package/{package/typescript → typescript}/Task/type.d.ts +0 -0
  1319. /package/{package/typescript → typescript}/Task/type.d.ts.map +0 -0
  1320. /package/{package/typescript → typescript}/Text/Text.d.ts +0 -0
  1321. /package/{package/typescript → typescript}/Text/Text.d.ts.map +0 -0
  1322. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts +0 -0
  1323. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts.map +0 -0
  1324. /package/{package/typescript → typescript}/Timeline/Timeline.d.ts +0 -0
  1325. /package/{package/typescript → typescript}/Toast/Toast.d.ts +0 -0
  1326. /package/{package/typescript → typescript}/Toast/Toast.d.ts.map +0 -0
  1327. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts +0 -0
  1328. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts.map +0 -0
  1329. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts +0 -0
  1330. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts.map +0 -0
  1331. /package/{package/typescript → typescript}/WebViewBridge/WebViewBridge.d.ts +0 -0
  1332. /package/{package/typescript → typescript}/WebViewBridge/index.d.ts +0 -0
  1333. /package/{package/typescript → typescript}/WebViewBridge/index.d.ts.map +0 -0
  1334. /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts +0 -0
  1335. /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts.map +0 -0
  1336. /package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts +0 -0
  1337. /package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts.map +0 -0
  1338. /package/{package/typescript → typescript}/WordCloud/index.d.ts +0 -0
  1339. /package/{package/typescript → typescript}/WordCloud/index.d.ts.map +0 -0
  1340. /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts +0 -0
  1341. /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts.map +0 -0
  1342. /package/{package/typescript → typescript}/common.d.ts +0 -0
  1343. /package/{package/typescript → typescript}/common.d.ts.map +0 -0
@@ -1,327 +0,0 @@
1
- import React, { useEffect, useState, useCallback } from "react";
2
- import {
3
- View,
4
- TouchableOpacity,
5
- Text,
6
- StyleSheet,
7
- ImageSourcePropType,
8
- Platform,
9
- } from "react-native";
10
- import { Image, withTheme, makeStyles, Theme } from "@rneui/themed";
11
- import Icon from "../Icons/TapasIcon";
12
-
13
- export interface Permissions {
14
- resource: string;
15
- action: string;
16
- }
17
- export interface NavItem {
18
- name: string;
19
- iconName: string;
20
- url?: string;
21
- permissions?: Permissions[];
22
- }
23
-
24
- export interface Props {
25
- navItems?: NavItem[];
26
- systemItems?: NavItem[];
27
- expanded?: boolean;
28
- onItemPress?: (item: NavItem) => void;
29
- onLogoPress?: () => void;
30
- logoImg?: ImageSourcePropType;
31
- defaultSelectedItem?: SelectedItem;
32
- visible?: boolean;
33
- onMaskPress?: () => void;
34
- selectedIndex?: number;
35
- navigation?: {
36
- navigate: (routeName: string, params?: any) => void;
37
- };
38
- }
39
-
40
- interface NavigationProps extends Props {
41
- theme?: Theme;
42
- }
43
-
44
- export enum NavItemType {
45
- Nav = "nav",
46
- System = "system",
47
- }
48
- export interface SelectedItem {
49
- type: NavItemType;
50
- selectedItemIndex: number;
51
- }
52
-
53
- const useStyles = makeStyles((theme) => {
54
- return {
55
- menuContainer: {
56
- backgroundColor: theme?.colors?.bg1,
57
- display: "flex",
58
- height: "100%",
59
- overflow: "hidden",
60
- },
61
- navItem: {
62
- flexDirection: "row",
63
- alignItems: "center",
64
- height: 40,
65
- marginBottom: theme?.spacing?.tpSm,
66
- borderRadius: theme?.radius?.full,
67
- minWidth: 40,
68
- minHeight: 40,
69
- maxHeight: 40,
70
- width: 40,
71
- },
72
- selectedNavItem: {
73
- backgroundColor: theme?.colors?.secondary,
74
- },
75
- iconContainer: {
76
- borderRadius: theme?.radius?.full,
77
- padding: 10,
78
- },
79
- selectedIconContainer: {
80
- backgroundColor: theme?.colors?.secondary,
81
- },
82
- navItemText: {
83
- fontFamily: theme?.fonts?.fontFamily,
84
- color: theme?.colors?.white,
85
- fontSize: theme.fonts.sizeM,
86
- fontWeight: theme.fonts.weightM,
87
- },
88
- logoContainer: {
89
- display: "flex",
90
- justifyContent: "center",
91
- alignItems: "center",
92
- height: 56,
93
- backgroundColor: theme?.colors?.black,
94
- },
95
- navItemsContainer: {
96
- marginTop: 10,
97
- padding: theme?.spacing?.tpXs,
98
- },
99
- bottomContainer: {
100
- position: "absolute",
101
- bottom: 0,
102
- left: 0,
103
- right: 0,
104
- borderTopWidth: 1,
105
- borderTopColor: theme?.colors?.grey3,
106
- padding: theme?.spacing?.tpXs,
107
- },
108
- mask: {
109
- position: "absolute",
110
- top: 0,
111
- bottom: 0,
112
- left: 0,
113
- right: 0,
114
- width: "500%",
115
- backgroundColor: "rgba(0,0,0,0.5)",
116
- },
117
- };
118
- });
119
-
120
- const defaultProps = {
121
- expanded: false, // 统一默认收起状态
122
- };
123
-
124
- const Navigation: React.FC<NavigationProps> = ({
125
- onLogoPress,
126
- navItems,
127
- systemItems,
128
- logoImg,
129
- expanded,
130
- onItemPress,
131
- defaultSelectedItem,
132
- selectedIndex,
133
- onMaskPress,
134
- theme,
135
- visible = true,
136
- navigation,
137
- ...props
138
- }) => {
139
- const [isExpanded, setIsExpanded] = useState(
140
- expanded || defaultProps.expanded
141
- );
142
- const [selectedItem, setSelectedItem] = useState<SelectedItem | undefined>(
143
- defaultSelectedItem
144
- );
145
- const themeStyles = useStyles(props);
146
-
147
- const handleToggle = useCallback(() => {
148
- setIsExpanded(prev => !prev);
149
- onLogoPress?.();
150
- }, [onLogoPress]);
151
-
152
- useEffect(() => {
153
- if (
154
- typeof selectedIndex === "number" &&
155
- navItems &&
156
- navItems[selectedIndex]
157
- ) {
158
- setSelectedItem({
159
- type: NavItemType.Nav,
160
- selectedItemIndex: selectedIndex,
161
- });
162
- } else {
163
- setSelectedItem(undefined);
164
- }
165
- }, [selectedIndex, navItems]);
166
-
167
- const handleItemPress = useCallback((selectedItemIndex: number, type: NavItemType) => {
168
- setSelectedItem({
169
- type,
170
- selectedItemIndex,
171
- });
172
-
173
- const item = type === NavItemType.Nav
174
- ? navItems?.[selectedItemIndex]
175
- : systemItems?.[selectedItemIndex];
176
-
177
- if (item) {
178
- onItemPress?.(item);
179
-
180
- if (navigation && item.name) {
181
- navigation.navigate(item.name, (item as any).params);
182
- }
183
- }
184
- }, [navItems, systemItems, onItemPress, navigation]);
185
-
186
- return (
187
- visible && (
188
- <View style={styles.container}>
189
- <TouchableOpacity
190
- onPress={Platform.OS === "web" ? handleToggle : onMaskPress}
191
- style={isExpanded && themeStyles.mask}
192
- >
193
- <View />
194
- </TouchableOpacity>
195
- <View
196
- style={[
197
- styles.container,
198
- !isExpanded ? styles.smallContainer : styles.expendedContainer,
199
- ]}
200
- >
201
- <View style={themeStyles.menuContainer}>
202
- <TouchableOpacity
203
- onPress={handleToggle}
204
- accessibilityRole="button"
205
- >
206
- <View style={themeStyles.logoContainer}>
207
- <Image source={logoImg} style={{ width: 48, height: 48 }} />
208
- </View>
209
- </TouchableOpacity>
210
- <View style={[themeStyles.navItemsContainer]}>
211
- {navItems?.map((item, index) => (
212
- <TouchableOpacity
213
- key={item.name}
214
- onPress={() => handleItemPress(index, NavItemType.Nav)}
215
- style={[
216
- themeStyles.navItem,
217
- !isExpanded && styles.smallMenusItemContainer,
218
- selectedItem?.selectedItemIndex === index &&
219
- selectedItem?.type === NavItemType.Nav &&
220
- isExpanded &&
221
- themeStyles.selectedNavItem,
222
- ]}
223
- >
224
- {/*<Link to={ item.url || ''}>*/}
225
- <View
226
- style={[
227
- themeStyles.iconContainer,
228
- !isExpanded &&
229
- selectedItem?.selectedItemIndex === index &&
230
- selectedItem?.type === NavItemType.Nav &&
231
- themeStyles.selectedIconContainer,
232
- ]}
233
- >
234
- <Icon
235
- name={item.iconName}
236
- size={20}
237
- color={(theme as any)?.colors?.white}
238
- />
239
- </View>
240
- {isExpanded && (
241
- <Text
242
- style={[
243
- themeStyles.navItemText,
244
- selectedItem?.selectedItemIndex === index &&
245
- selectedItem?.type === NavItemType.Nav &&
246
- styles.selectedItemText,
247
- ]}
248
- >
249
- {item.name}
250
- </Text>
251
- )}
252
- {/*</Link>*/}
253
- </TouchableOpacity>
254
- ))}
255
- </View>
256
- <View style={themeStyles.bottomContainer}>
257
- {systemItems?.map((item, index) => (
258
- <TouchableOpacity
259
- key={item.name}
260
- onPress={() => handleItemPress(index, NavItemType.System)}
261
- style={[
262
- themeStyles.navItem,
263
- !isExpanded && styles.smallMenusItemContainer,
264
- selectedItem?.selectedItemIndex === index &&
265
- selectedItem?.type === NavItemType.System &&
266
- isExpanded &&
267
- themeStyles.selectedNavItem,
268
- ]}
269
- >
270
- {/*<Link to={ item.url || ''}>*/}
271
- <View
272
- style={[
273
- themeStyles.iconContainer,
274
- selectedItem?.selectedItemIndex === index &&
275
- selectedItem?.type === NavItemType.System &&
276
- !isExpanded &&
277
- themeStyles.selectedIconContainer,
278
- ]}
279
- >
280
- <Icon
281
- name={item.iconName}
282
- size={20}
283
- color={(theme as any)?.colors?.white}
284
- />
285
- </View>
286
- {isExpanded && (
287
- <Text
288
- style={[
289
- themeStyles.navItemText,
290
- selectedItem?.selectedItemIndex === index &&
291
- selectedItem?.type === NavItemType.System &&
292
- styles.selectedItemText,
293
- ]}
294
- >
295
- {item.name}
296
- </Text>
297
- )}
298
- {/*</Link>*/}
299
- </TouchableOpacity>
300
- ))}
301
- </View>
302
- </View>
303
- </View>
304
- </View>
305
- )
306
- );
307
- };
308
-
309
- const styles = StyleSheet.create({
310
- container: {
311
- height: "100%",
312
- },
313
- smallMenusItemContainer: {
314
- marginLeft: 0,
315
- },
316
- smallContainer: {
317
- width: 56,
318
- },
319
- expendedContainer: {
320
- width: 336,
321
- },
322
- selectedItemText: {
323
- fontWeight: "bold",
324
- },
325
- });
326
-
327
- export default withTheme(Navigation as React.FC<Props>);
@@ -1,289 +0,0 @@
1
- import React, { useEffect, useRef } from 'react';
2
- import {
3
- Animated,
4
- Easing,
5
- View,
6
- Text,
7
- ViewProps,
8
- StyleProp,
9
- TextStyle,
10
- Pressable,
11
- } from 'react-native';
12
- import { ScrollView } from 'react-native';
13
- import { makeStyles, withTheme } from '@rneui/themed';
14
- import TapasIcon from '../Icons/TapasIcon';
15
- import TapasButton from '../Button/Button';
16
-
17
- export interface NotificationItem {
18
- id: number | string;
19
- title: string;
20
- icon?: string;
21
- [key: string]: any;
22
- }
23
-
24
- export interface NotificationProps extends ViewProps {
25
- /** 是否展开 */
26
- open?: boolean;
27
- /** 标题 */
28
- title?: string;
29
- /** 空状态文本 */
30
- emptyText?: string;
31
- /** 标题样式 */
32
- headerTitleStyle?: StyleProp<TextStyle>;
33
- /** 是否隐藏头部按钮 */
34
- hideHeaderButton?: boolean;
35
- /** 通知项列表 */
36
- items?: NotificationItem[];
37
- /** 选中的项目ID */
38
- selectedItem?: number | string;
39
- /** 选择项目的回调 */
40
- onSelectItem?: (item: NotificationItem) => void;
41
- /** 头部按钮点击回调 */
42
- onHeaderButtonPress?: () => void;
43
- /** 展开动画时长 */
44
- animationDuration?: number;
45
- /** 展开宽度 */
46
- expandedWidth?: number;
47
- }
48
-
49
- const useStyles = makeStyles((theme) => {
50
- return {
51
- container: {
52
- display: 'flex',
53
- flexDirection: 'column',
54
- overflow: 'hidden',
55
- backgroundColor: theme.colors.colorSurface2,
56
- },
57
- mainContent: {
58
- display: 'flex',
59
- flexGrow: 1,
60
- flexDirection: 'column',
61
- overflow: 'hidden',
62
- flex: 1,
63
- marginRight: 8,
64
- marginLeft: 8,
65
- marginTop: 24,
66
- marginBottom: 24,
67
- },
68
- header: {
69
- display: 'flex',
70
- flexDirection: 'row',
71
- height: 40,
72
- marginBottom: 10,
73
- overflow: 'hidden',
74
- marginLeft: 8,
75
- },
76
- headerTitleContainer: {
77
- marginRight: 8,
78
- display: 'flex',
79
- flexDirection: 'row',
80
- flexGrow: 1,
81
- overflow: 'hidden',
82
- justifyContent: 'space-between',
83
- },
84
- headerTitle: {
85
- fontSize: 16,
86
- fontWeight: '700',
87
- color: theme.colors.white,
88
- flex: 1,
89
- lineHeight: 40,
90
- },
91
- headerButton: {
92
- width: 40,
93
- height: 40,
94
- display: 'flex',
95
- },
96
- iconButton: {
97
- alignSelf: 'center',
98
- },
99
- list: {
100
- display: 'flex',
101
- flexDirection: 'column',
102
- justifyContent: 'flex-start',
103
- overflow: 'hidden',
104
- flex: 1,
105
- marginTop: 12,
106
- marginBottom: 12,
107
- },
108
- inner: {
109
- display: 'flex',
110
- flexDirection: 'column',
111
- gap: 12,
112
- },
113
- emptyContainer: {
114
- display: 'flex',
115
- flexDirection: 'column',
116
- justifyContent: 'center',
117
- flexGrow: 1,
118
- overflow: 'hidden',
119
- gap: 10,
120
- },
121
- emptyIcon: {
122
- width: 40,
123
- height: 40,
124
- opacity: 0.3,
125
- alignSelf: 'center',
126
- },
127
- emptyText: {
128
- textAlign: 'center',
129
- fontSize: 14,
130
- fontWeight: '500',
131
- color: theme.colors.colorSurface11,
132
- },
133
- row: {
134
- display: 'flex',
135
- flexDirection: 'row',
136
- height: 40,
137
- paddingLeft: 12,
138
- paddingRight: 16,
139
- borderRadius: 20,
140
- justifyContent: 'flex-start',
141
- alignItems: 'center',
142
- gap: 8,
143
- },
144
- rowText: {
145
- fontSize: 14,
146
- fontWeight: '600',
147
- color: theme.colors.colorTextInvert1,
148
- },
149
- selectedRow: {
150
- backgroundColor: theme.colors.secondary,
151
- },
152
- };
153
- });
154
-
155
- const TapasNotification: React.FC<NotificationProps> = ({
156
- open = false,
157
- headerTitleStyle,
158
- items = [],
159
- title = 'Notification',
160
- emptyText = 'No Data',
161
- hideHeaderButton = false,
162
- style,
163
- selectedItem,
164
- onSelectItem,
165
- onHeaderButtonPress,
166
- animationDuration = 500,
167
- expandedWidth = 288,
168
- ...otherProps
169
- }) => {
170
- const styles = useStyles();
171
-
172
- // 动画
173
- const expandAnim = useRef(new Animated.Value(0)).current;
174
- const mainContentAnim = useRef(new Animated.Value(0)).current;
175
-
176
- useEffect(() => {
177
- expandAnim.setValue(open ? 0 : expandedWidth);
178
- mainContentAnim.setValue(open ? 0 : expandedWidth - 16);
179
-
180
- Animated.parallel([
181
- Animated.timing(expandAnim, {
182
- toValue: open ? expandedWidth : 0,
183
- duration: animationDuration,
184
- easing: Easing.inOut(Easing.ease),
185
- useNativeDriver: false,
186
- }),
187
- Animated.timing(mainContentAnim, {
188
- toValue: open ? expandedWidth - 16 : 0,
189
- duration: animationDuration,
190
- easing: Easing.inOut(Easing.ease),
191
- useNativeDriver: false,
192
- }),
193
- ]).start();
194
- }, [open, expandedWidth, animationDuration]);
195
-
196
- const handleItemPress = (item: NotificationItem) => {
197
- onSelectItem?.(item);
198
- };
199
-
200
- const handleHeaderButtonPress = () => {
201
- onHeaderButtonPress?.();
202
- };
203
-
204
- return (
205
- <Animated.View
206
- {...otherProps}
207
- style={[style, styles.container, { width: expandAnim }]}
208
- >
209
- <View style={styles.mainContent}>
210
- <View style={styles.header}>
211
- <View style={styles.headerTitleContainer}>
212
- <Text
213
- style={[styles.headerTitle, headerTitleStyle]}
214
- numberOfLines={1}
215
- ellipsizeMode="tail"
216
- >
217
- {title}
218
- </Text>
219
- </View>
220
- {!hideHeaderButton && (
221
- <View style={styles.headerButton}>
222
- <TapasButton type="clear" onPress={handleHeaderButtonPress}>
223
- <TapasIcon
224
- size={20}
225
- color="#FFF"
226
- style={styles.iconButton}
227
- name="more_vert"
228
- />
229
- </TapasButton>
230
- </View>
231
- )}
232
- </View>
233
- <Animated.View style={[styles.list, { width: mainContentAnim }]}>
234
- {items.length > 0 ? (
235
- <ScrollView
236
- showsHorizontalScrollIndicator={false}
237
- >
238
- <View style={styles.inner}>
239
- {items.map((item, index) => (
240
- <Pressable
241
- onPress={() => handleItemPress(item)}
242
- key={`${item.id}-notify-${index}`}
243
- style={[
244
- styles.row,
245
- selectedItem === item.id && styles.selectedRow,
246
- ]}
247
- >
248
- {item.icon && (
249
- <TapasIcon
250
- size={20}
251
- color="#FFF"
252
- name={item.icon}
253
- />
254
- )}
255
- <Text
256
- style={styles.rowText}
257
- numberOfLines={1}
258
- ellipsizeMode="tail"
259
- >
260
- {item.title}
261
- </Text>
262
- </Pressable>
263
- ))}
264
- </View>
265
- </ScrollView>
266
- ) : (
267
- <View style={styles.emptyContainer}>
268
- <TapasIcon
269
- name="notifications"
270
- size={40}
271
- color="#FFF"
272
- style={styles.emptyIcon}
273
- />
274
- <Text
275
- style={styles.emptyText}
276
- numberOfLines={1}
277
- ellipsizeMode="tail"
278
- >
279
- {emptyText}
280
- </Text>
281
- </View>
282
- )}
283
- </Animated.View>
284
- </View>
285
- </Animated.View>
286
- );
287
- };
288
-
289
- export default withTheme(TapasNotification);
@@ -1,2 +0,0 @@
1
- export { default } from './Notification';
2
- export type { NotificationProps, NotificationItem } from './Notification';