@beppla/tapas-ui 1.4.34 → 1.5.0

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 (1089) hide show
  1. package/{package/commonjs → commonjs}/Button/ButtonGroup.js +13 -9
  2. package/commonjs/Button/ButtonGroup.js.map +1 -0
  3. package/{package/commonjs → commonjs}/Calendar/ConcreteTimeSelector.js +7 -2
  4. package/commonjs/Calendar/ConcreteTimeSelector.js.map +1 -0
  5. package/{package/commonjs → commonjs}/Calendar/TimeSelector.js +7 -2
  6. package/commonjs/Calendar/TimeSelector.js.map +1 -0
  7. package/{package/commonjs → commonjs}/Calendar/types.js +3 -0
  8. package/{package/commonjs → commonjs}/Calendar/types.js.map +1 -1
  9. package/{package/commonjs → commonjs}/CheckBox/CheckBox.js +8 -32
  10. package/commonjs/CheckBox/CheckBox.js.map +1 -0
  11. package/{package/commonjs → commonjs}/CheckBox/CheckBoxItem.js +19 -17
  12. package/commonjs/CheckBox/CheckBoxItem.js.map +1 -0
  13. package/{package/commonjs → commonjs}/Dropdown/CustomDropdown.js +2 -6
  14. package/{package/commonjs → commonjs}/Dropdown/CustomDropdown.js.map +1 -1
  15. package/{package/commonjs → commonjs}/Grid/StaticFixedSizeGrid.js +1 -1
  16. package/{package/commonjs → commonjs}/Grid/StaticFixedSizeGrid.js.map +1 -1
  17. package/{package/commonjs → commonjs}/Header/Header.js +0 -1
  18. package/{package/commonjs → commonjs}/Header/Header.js.map +1 -1
  19. package/{package/commonjs → commonjs}/Input/Input.js +0 -1
  20. package/commonjs/Input/Input.js.map +1 -0
  21. package/{package/commonjs → commonjs}/Layout/DrawerContext.js +14 -12
  22. package/commonjs/Layout/DrawerContext.js.map +1 -0
  23. package/{package/commonjs → commonjs}/Layout/Layout.js +0 -2
  24. package/{package/commonjs → commonjs}/Layout/Layout.js.map +1 -1
  25. package/{package/commonjs → commonjs}/Layout/ToastContext.js +14 -12
  26. package/commonjs/Layout/ToastContext.js.map +1 -0
  27. package/{package/commonjs → commonjs}/ListItem/ListItem.js +1 -4
  28. package/commonjs/ListItem/ListItem.js.map +1 -0
  29. package/{package/commonjs → commonjs}/NumericInput/NumericInput.js +1 -1
  30. package/{package/commonjs → commonjs}/SearchInput/SearchInput.js +7 -1
  31. package/commonjs/SearchInput/SearchInput.js.map +1 -0
  32. package/{package/commonjs → commonjs}/Shell/types.js +4 -0
  33. package/{package/commonjs → commonjs}/Shell/types.js.map +1 -1
  34. package/{package/commonjs → commonjs}/Theme/defaultTheme.js +103 -4
  35. package/commonjs/Theme/defaultTheme.js.map +1 -0
  36. package/commonjs/Theme/types.js +2 -0
  37. package/commonjs/Theme/types.js.map +1 -0
  38. package/{package/commonjs → commonjs}/WordCloud/WordCloud.js +141 -58
  39. package/commonjs/WordCloud/WordCloud.js.map +1 -0
  40. package/commonjs/common/hooks/useBridgelessFix.js +76 -0
  41. package/commonjs/common/hooks/useBridgelessFix.js.map +1 -0
  42. package/{package/commonjs → commonjs}/index.js +23 -3
  43. package/commonjs/index.js.map +1 -0
  44. package/{package/module → module}/Button/ButtonGroup.js +14 -10
  45. package/module/Button/ButtonGroup.js.map +1 -0
  46. package/{package/module → module}/Calendar/ConcreteTimeSelector.js +7 -2
  47. package/module/Calendar/ConcreteTimeSelector.js.map +1 -0
  48. package/{package/module → module}/Calendar/TimeSelector.js +7 -2
  49. package/module/Calendar/TimeSelector.js.map +1 -0
  50. package/{package/module → module}/Calendar/types.js +5 -0
  51. package/{package/module → module}/Calendar/types.js.map +1 -1
  52. package/{package/module → module}/CheckBox/CheckBox.js +8 -32
  53. package/module/CheckBox/CheckBox.js.map +1 -0
  54. package/{package/module → module}/CheckBox/CheckBoxItem.js +19 -17
  55. package/module/CheckBox/CheckBoxItem.js.map +1 -0
  56. package/{package/module → module}/Dropdown/CustomDropdown.js +2 -6
  57. package/{package/module → module}/Dropdown/CustomDropdown.js.map +1 -1
  58. package/{package/module → module}/Grid/StaticFixedSizeGrid.js +1 -1
  59. package/{package/module → module}/Grid/StaticFixedSizeGrid.js.map +1 -1
  60. package/{package/module → module}/Header/Header.js +0 -1
  61. package/{package/module → module}/Header/Header.js.map +1 -1
  62. package/{package/module → module}/Input/Input.js +0 -1
  63. package/module/Input/Input.js.map +1 -0
  64. package/module/Layout/DrawerContext.js +37 -0
  65. package/module/Layout/DrawerContext.js.map +1 -0
  66. package/{package/module → module}/Layout/Layout.js +0 -2
  67. package/{package/module → module}/Layout/Layout.js.map +1 -1
  68. package/module/Layout/ToastContext.js +35 -0
  69. package/module/Layout/ToastContext.js.map +1 -0
  70. package/{package/module → module}/ListItem/ListItem.js +1 -4
  71. package/module/ListItem/ListItem.js.map +1 -0
  72. package/{package/module → module}/NumericInput/NumericInput.js +1 -1
  73. package/{package/module → module}/SearchInput/SearchInput.js +7 -1
  74. package/module/SearchInput/SearchInput.js.map +1 -0
  75. package/module/Shell/types.js +8 -0
  76. package/module/Shell/types.js.map +1 -0
  77. package/{package/module → module}/Theme/defaultTheme.js +103 -4
  78. package/module/Theme/defaultTheme.js.map +1 -0
  79. package/module/Theme/types.js +2 -0
  80. package/module/Theme/types.js.map +1 -0
  81. package/{package/module → module}/WordCloud/WordCloud.js +141 -58
  82. package/module/WordCloud/WordCloud.js.map +1 -0
  83. package/module/common/hooks/useBridgelessFix.js +73 -0
  84. package/module/common/hooks/useBridgelessFix.js.map +1 -0
  85. package/{package/module → module}/index.js +3 -1
  86. package/module/index.js.map +1 -0
  87. package/package.json +66 -202
  88. package/{package/typescript → typescript}/Button/ButtonGroup.d.ts +4 -4
  89. package/{package/typescript → typescript}/Button/ButtonGroup.d.ts.map +1 -1
  90. package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts.map +1 -1
  91. package/typescript/Calendar/CustomRange.d.ts +4 -0
  92. package/{package/typescript → typescript}/Calendar/CustomRange.d.ts.map +1 -1
  93. package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts.map +1 -1
  94. package/{package/typescript → typescript}/Calendar/types.d.ts +5 -1
  95. package/typescript/Calendar/types.d.ts.map +1 -0
  96. package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts.map +1 -1
  97. package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts.map +1 -1
  98. package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts.map +1 -1
  99. package/{package/typescript → typescript}/Header/Header.d.ts +1 -0
  100. package/{package/typescript → typescript}/Header/Header.d.ts.map +1 -1
  101. package/{package/typescript → typescript}/Input/Input.d.ts.map +1 -1
  102. package/typescript/Layout/DrawerContext.d.ts +10 -0
  103. package/typescript/Layout/DrawerContext.d.ts.map +1 -0
  104. package/{package/typescript → typescript}/Layout/Layout.d.ts.map +1 -1
  105. package/typescript/Layout/ToastContext.d.ts +10 -0
  106. package/typescript/Layout/ToastContext.d.ts.map +1 -0
  107. package/{package/typescript → typescript}/ListItem/ListItem.d.ts.map +1 -1
  108. package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts.map +1 -1
  109. package/{package/typescript → typescript}/Shell/types.d.ts +5 -1
  110. package/typescript/Shell/types.d.ts.map +1 -0
  111. package/{package/typescript → typescript}/Tag/Tag.d.ts +1 -1
  112. package/{package/typescript → typescript}/Tag/Tag.d.ts.map +1 -1
  113. package/{package/typescript → typescript}/Theme/defaultTheme.d.ts.map +1 -1
  114. package/typescript/Theme/types.d.ts +24 -0
  115. package/typescript/Theme/types.d.ts.map +1 -0
  116. package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts.map +1 -1
  117. package/typescript/common/hooks/useBridgelessFix.d.ts +12 -0
  118. package/typescript/common/hooks/useBridgelessFix.d.ts.map +1 -0
  119. package/{package/typescript → typescript}/index.d.ts +2 -0
  120. package/{package/typescript → typescript}/index.d.ts.map +1 -1
  121. package/components/Alert/Alert.tsx +0 -83
  122. package/components/AnimatedNavItem/AnimatedNavItem.tsx +0 -246
  123. package/components/AnimatedNavItem/index.tsx +0 -3
  124. package/components/BarChart/BarChart.tsx +0 -594
  125. package/components/BarChart/index.tsx +0 -2
  126. package/components/Button/Button.tsx +0 -96
  127. package/components/Button/ButtonGroup.tsx +0 -148
  128. package/components/Button/react-native-hoverable.d.ts +0 -14
  129. package/components/Calendar/Calendar.base.tsx +0 -393
  130. package/components/Calendar/Calendar.tsx +0 -107
  131. package/components/Calendar/ConcreteTimeSelector.tsx +0 -479
  132. package/components/Calendar/CustomRange.tsx +0 -538
  133. package/components/Calendar/DaySelector.tsx +0 -159
  134. package/components/Calendar/MonthSelector.tsx +0 -154
  135. package/components/Calendar/TimeSelector.tsx +0 -493
  136. package/components/Calendar/WeekDaySelector.tsx +0 -154
  137. package/components/Calendar/helper.ts +0 -138
  138. package/components/Calendar/local.ts +0 -124
  139. package/components/Calendar/types.ts +0 -113
  140. package/components/Card/Card.tsx +0 -276
  141. package/components/CheckBox/CheckBox.tsx +0 -157
  142. package/components/CheckBox/CheckBoxItem.tsx +0 -133
  143. package/components/CheckBox/GroupCheckBox.tsx +0 -87
  144. package/components/CircularProgress/CircularProgress.tsx +0 -45
  145. package/components/Collapsible/Collapsible.tsx +0 -88
  146. package/components/ComboChart/ComboChart.tsx +0 -214
  147. package/components/ComboChart/index.tsx +0 -3
  148. package/components/DashboardCard/DashboardCard.tsx +0 -221
  149. package/components/DataCell/DataCell.tsx +0 -670
  150. package/components/DataCell/index.tsx +0 -9
  151. package/components/DataTable/DataTable.tsx +0 -263
  152. package/components/DataTable/index.tsx +0 -3
  153. package/components/DeviceSelectionModal/DeviceSelectionModal.tsx +0 -368
  154. package/components/DraggableFlatList/DraggableFlatList.tsx +0 -12
  155. package/components/Drawer/Drawer.tsx +0 -227
  156. package/components/Dropdown/CustomDropdown.tsx +0 -288
  157. package/components/Dropdown/Dropdown.tsx +0 -830
  158. package/components/Dropdown/InputDropdown.tsx +0 -190
  159. package/components/ExternalLink/ExternalLink.tsx +0 -69
  160. package/components/Gantt/Accessories.tsx +0 -302
  161. package/components/Gantt/Gantt.tsx +0 -246
  162. package/components/Gantt/GanttInnerElementType.tsx +0 -131
  163. package/components/Gantt/helper.ts +0 -382
  164. package/components/Gantt/types.ts +0 -108
  165. package/components/Grid/FixedSizeGrid.tsx +0 -248
  166. package/components/Grid/Grid.base.tsx +0 -933
  167. package/components/Grid/StaticFixedSizeGrid.tsx +0 -511
  168. package/components/Grid/VariableSizeGrid.tsx +0 -514
  169. package/components/Grid/helper.ts +0 -69
  170. package/components/Grid/timer.ts +0 -32
  171. package/components/Header/Header.tsx +0 -240
  172. package/components/HelloWave/HelloWave.tsx +0 -70
  173. package/components/Hoverable/Hoverable.tsx +0 -65
  174. package/components/IconText/IconText.tsx +0 -132
  175. package/components/Icons/TapasIcon.tsx +0 -160
  176. package/components/Icons/TapasIconExpo.tsx +0 -115
  177. package/components/Icons/expoFontLoader.ts +0 -203
  178. package/components/Icons/fontLoader.ts +0 -247
  179. package/components/Icons/index.tsx +0 -19
  180. package/components/Icons/smartFontLoader.ts +0 -318
  181. package/components/Image/Image.tsx +0 -157
  182. package/components/Image/PreviewImg.tsx +0 -137
  183. package/components/Input/Input.tsx +0 -297
  184. package/components/Layout/DrawerContext.tsx +0 -31
  185. package/components/Layout/Layout.tsx +0 -119
  186. package/components/Layout/ToastContext.tsx +0 -29
  187. package/components/Layout/index.tsx +0 -24
  188. package/components/LineChart/LineChart.tsx +0 -479
  189. package/components/LineChart/index.tsx +0 -2
  190. package/components/ListItem/ListItem.tsx +0 -307
  191. package/components/Loading/Loading.tsx +0 -94
  192. package/components/MessageBox/MessageBox.tsx +0 -243
  193. package/components/MultiSelector/MultiSelector.tsx +0 -627
  194. package/components/MultiSelector/index.tsx +0 -2
  195. package/components/Navigation/Navigation.tsx +0 -327
  196. package/components/Notification/Notification.tsx +0 -289
  197. package/components/Notification/index.tsx +0 -2
  198. package/components/NumericInput/NumericInput.tsx +0 -244
  199. package/components/Overlay/Overlay.tsx +0 -30
  200. package/components/Pagination/Pagination.tsx +0 -296
  201. package/components/PieChart/GroupedLegend.tsx +0 -284
  202. package/components/PieChart/NestedPieChart.tsx +0 -606
  203. package/components/PieChart/NestedPieChart.types.ts +0 -171
  204. package/components/PieChart/NestedPieChart.utils.ts +0 -425
  205. package/components/PieChart/PieChart.tsx +0 -452
  206. package/components/PieChart/index.tsx +0 -19
  207. package/components/Popover/Popover.tsx +0 -172
  208. package/components/Progress/Progress.tsx +0 -209
  209. package/components/Quantity/Quantity.tsx +0 -195
  210. package/components/Quantity/index.tsx +0 -2
  211. package/components/RadioButton/RadioButton.tsx +0 -119
  212. package/components/ReasonModal/ReasonModal.tsx +0 -223
  213. package/components/ReasonModal/index.tsx +0 -3
  214. package/components/ScanButton/ScanButton.tsx +0 -139
  215. package/components/SearchInput/SearchInput.tsx +0 -361
  216. package/components/SearchInput/index.tsx +0 -2
  217. package/components/SheetTitle/SheetTitle.tsx +0 -84
  218. package/components/Shell/Shell.tsx +0 -116
  219. package/components/Shell/styles.ts +0 -29
  220. package/components/Shell/types.ts +0 -23
  221. package/components/StatisticCard/StatisticCard.tsx +0 -132
  222. package/components/StatisticCard/index.tsx +0 -3
  223. package/components/StatisticsTable/StatisticsTable.tsx +0 -1301
  224. package/components/StatisticsTable/index.tsx +0 -10
  225. package/components/Status/Status.tsx +0 -124
  226. package/components/Steps/Steps.tsx +0 -177
  227. package/components/Tab/TapasTab.tsx +0 -188
  228. package/components/Tab/index.tsx +0 -3
  229. package/components/TabTitle/TabTitle.tsx +0 -89
  230. package/components/TabTitle/index.tsx +0 -3
  231. package/components/TableColumnHeader/TableColumnHeader.tsx +0 -273
  232. package/components/TableColumnHeader/index.tsx +0 -7
  233. package/components/Tag/Tag.tsx +0 -92
  234. package/components/Task/Task.tsx +0 -309
  235. package/components/Task/type.ts +0 -6
  236. package/components/Text/Text.tsx +0 -152
  237. package/components/TextArea/TextArea.tsx +0 -348
  238. package/components/Theme/ThemeProvider.tsx +0 -13
  239. package/components/Theme/defaultTheme.ts +0 -222
  240. package/components/Theme/themed.d.ts +0 -102
  241. package/components/Timeline/Timeline.tsx +0 -230
  242. package/components/Toast/Toast.tsx +0 -167
  243. package/components/UserSwitcher/UserSwitcher.tsx +0 -272
  244. package/components/UserSwitcher/index.tsx +0 -3
  245. package/components/WebViewBridge/WebViewBridge.tsx +0 -1140
  246. package/components/WebViewBridge/index.tsx +0 -12
  247. package/components/WebViewBridge/useWebViewBridge.ts +0 -145
  248. package/components/WordCloud/WordCloud.tsx +0 -449
  249. package/components/WordCloud/index.tsx +0 -3
  250. package/components/common/bridgelessUtils.ts +0 -22
  251. package/components/common.ts +0 -8
  252. package/components/index.tsx +0 -205
  253. package/package/README.md +0 -107
  254. package/package/assets/adaptive-icon.png +0 -0
  255. package/package/assets/favicon.png +0 -0
  256. package/package/assets/fonts/customfont.ttf +0 -0
  257. package/package/assets/icon.png +0 -0
  258. package/package/assets/logo.png +0 -0
  259. package/package/assets/splash.png +0 -0
  260. package/package/assets/svg/customfont.svg +0 -333
  261. package/package/assets/svg/logo.svg +0 -9
  262. package/package/assets/tapas/favicon.png +0 -0
  263. package/package/assets/tapas/logo.png +0 -0
  264. package/package/assets/tapas/logo_no_word.png +0 -0
  265. package/package/assets/tapas/logo_transparent_white.png +0 -0
  266. package/package/commonjs/Button/ButtonGroup.js.map +0 -1
  267. package/package/commonjs/Calendar/ConcreteTimeSelector.js.map +0 -1
  268. package/package/commonjs/Calendar/TimeSelector.js.map +0 -1
  269. package/package/commonjs/CheckBox/CheckBox.js.map +0 -1
  270. package/package/commonjs/CheckBox/CheckBoxItem.js.map +0 -1
  271. package/package/commonjs/Input/Input.js.map +0 -1
  272. package/package/commonjs/Layout/DrawerContext.js.map +0 -1
  273. package/package/commonjs/Layout/ToastContext.js.map +0 -1
  274. package/package/commonjs/ListItem/ListItem.js.map +0 -1
  275. package/package/commonjs/SearchInput/SearchInput.js.map +0 -1
  276. package/package/commonjs/Theme/defaultTheme.js.map +0 -1
  277. package/package/commonjs/WordCloud/WordCloud.js.map +0 -1
  278. package/package/commonjs/index.js.map +0 -1
  279. package/package/init.js +0 -179
  280. package/package/module/AnimatedNavItem/README.md +0 -520
  281. package/package/module/Button/ButtonGroup.js.map +0 -1
  282. package/package/module/Calendar/ConcreteTimeSelector.js.map +0 -1
  283. package/package/module/Calendar/TimeSelector.js.map +0 -1
  284. package/package/module/CheckBox/CheckBox.js.map +0 -1
  285. package/package/module/CheckBox/CheckBoxItem.js.map +0 -1
  286. package/package/module/DEPENDENCY_WARNINGS.md +0 -242
  287. package/package/module/DataCell/README.md +0 -1042
  288. package/package/module/Drawer/SCROLLVIEW_FIX.md +0 -127
  289. package/package/module/Icons/README.md +0 -182
  290. package/package/module/Icons/icon-categories.json +0 -341
  291. package/package/module/Icons/real-icon-mapping.json +0 -1940
  292. package/package/module/Icons/selection.json +0 -1
  293. package/package/module/Input/FOCUS_FIX_SUMMARY.md +0 -201
  294. package/package/module/Input/FOCUS_ISSUE_ANALYSIS.md +0 -188
  295. package/package/module/Input/Input.js.map +0 -1
  296. package/package/module/Input/README.md +0 -157
  297. package/package/module/Layout/DrawerContext.js +0 -35
  298. package/package/module/Layout/DrawerContext.js.map +0 -1
  299. package/package/module/Layout/ToastContext.js +0 -33
  300. package/package/module/Layout/ToastContext.js.map +0 -1
  301. package/package/module/ListItem/ListItem.js.map +0 -1
  302. package/package/module/Loading/README.md +0 -160
  303. package/package/module/MultiSelector/README.md +0 -246
  304. package/package/module/Notification/README.md +0 -158
  305. package/package/module/Pagination/BACKGROUND_COLOR.md +0 -173
  306. package/package/module/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -321
  307. package/package/module/PieChart/BACKWARD_COMPATIBILITY.md +0 -157
  308. package/package/module/PieChart/BUGFIX_EMPTY_DATA.md +0 -86
  309. package/package/module/PieChart/IMPLEMENTATION_SUMMARY.md +0 -306
  310. package/package/module/PieChart/NestedPieChart.README.md +0 -421
  311. package/package/module/Quantity/README.md +0 -251
  312. package/package/module/ReasonModal/README.md +0 -320
  313. package/package/module/SearchInput/README.md +0 -304
  314. package/package/module/SearchInput/SearchInput.js.map +0 -1
  315. package/package/module/Shell/types.js +0 -4
  316. package/package/module/Shell/types.js.map +0 -1
  317. package/package/module/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -287
  318. package/package/module/StatisticsTable/README.md +0 -470
  319. package/package/module/StatisticsTable/SORTING_FEATURE.md +0 -271
  320. package/package/module/StatisticsTable/STATS_CELL_CLICK.md +0 -120
  321. package/package/module/StatisticsTable/VIRTUAL_SCROLLING.md +0 -254
  322. package/package/module/TabTitle/README.md +0 -399
  323. package/package/module/TableColumnHeader/README.md +0 -682
  324. package/package/module/Theme/defaultTheme.js.map +0 -1
  325. package/package/module/UserSwitcher/README.md +0 -334
  326. package/package/module/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -187
  327. package/package/module/WebViewBridge/README.md +0 -564
  328. package/package/module/WordCloud/README.md +0 -379
  329. package/package/module/WordCloud/WordCloud.js.map +0 -1
  330. package/package/module/index.js.map +0 -1
  331. package/package/package.json +0 -84
  332. package/package/typescript/Calendar/CustomRange.d.ts +0 -5
  333. package/package/typescript/Calendar/types.d.ts.map +0 -1
  334. package/package/typescript/Layout/DrawerContext.d.ts +0 -4
  335. package/package/typescript/Layout/DrawerContext.d.ts.map +0 -1
  336. package/package/typescript/Layout/ToastContext.d.ts +0 -4
  337. package/package/typescript/Layout/ToastContext.d.ts.map +0 -1
  338. package/package/typescript/Shell/types.d.ts.map +0 -1
  339. /package/{package/CHANGELOG.md → CHANGELOG.md} +0 -0
  340. /package/{package/commonjs → commonjs}/Alert/Alert.js +0 -0
  341. /package/{package/commonjs → commonjs}/Alert/Alert.js.map +0 -0
  342. /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js +0 -0
  343. /package/{package/commonjs → commonjs}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
  344. /package/{components → commonjs}/AnimatedNavItem/README.md +0 -0
  345. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js +0 -0
  346. /package/{package/commonjs → commonjs}/AnimatedNavItem/index.js.map +0 -0
  347. /package/{package/commonjs → commonjs}/BarChart/BarChart.js +0 -0
  348. /package/{package/commonjs → commonjs}/BarChart/BarChart.js.map +0 -0
  349. /package/{package/commonjs → commonjs}/BarChart/index.js +0 -0
  350. /package/{package/commonjs → commonjs}/BarChart/index.js.map +0 -0
  351. /package/{package/commonjs → commonjs}/Button/Button.js +0 -0
  352. /package/{package/commonjs → commonjs}/Button/Button.js.map +0 -0
  353. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js +0 -0
  354. /package/{package/commonjs → commonjs}/Button/react-native-hoverable.d.js.map +0 -0
  355. /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js +0 -0
  356. /package/{package/commonjs → commonjs}/Calendar/Calendar.base.js.map +0 -0
  357. /package/{package/commonjs → commonjs}/Calendar/Calendar.js +0 -0
  358. /package/{package/commonjs → commonjs}/Calendar/Calendar.js.map +0 -0
  359. /package/{package/commonjs → commonjs}/Calendar/CustomRange.js +0 -0
  360. /package/{package/commonjs → commonjs}/Calendar/CustomRange.js.map +0 -0
  361. /package/{package/commonjs → commonjs}/Calendar/DaySelector.js +0 -0
  362. /package/{package/commonjs → commonjs}/Calendar/DaySelector.js.map +0 -0
  363. /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js +0 -0
  364. /package/{package/commonjs → commonjs}/Calendar/MonthSelector.js.map +0 -0
  365. /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js +0 -0
  366. /package/{package/commonjs → commonjs}/Calendar/WeekDaySelector.js.map +0 -0
  367. /package/{package/commonjs → commonjs}/Calendar/helper.js +0 -0
  368. /package/{package/commonjs → commonjs}/Calendar/helper.js.map +0 -0
  369. /package/{package/commonjs → commonjs}/Calendar/local.js +0 -0
  370. /package/{package/commonjs → commonjs}/Calendar/local.js.map +0 -0
  371. /package/{package/commonjs → commonjs}/Card/Card.js +0 -0
  372. /package/{package/commonjs → commonjs}/Card/Card.js.map +0 -0
  373. /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js +0 -0
  374. /package/{package/commonjs → commonjs}/CheckBox/GroupCheckBox.js.map +0 -0
  375. /package/{package/commonjs → commonjs}/CircularProgress/CircularProgress.js +0 -0
  376. /package/{package/commonjs → commonjs}/CircularProgress/CircularProgress.js.map +0 -0
  377. /package/{package/commonjs → commonjs}/Collapsible/Collapsible.js +0 -0
  378. /package/{package/commonjs → commonjs}/Collapsible/Collapsible.js.map +0 -0
  379. /package/{package/commonjs → commonjs}/ComboChart/ComboChart.js +0 -0
  380. /package/{package/commonjs → commonjs}/ComboChart/ComboChart.js.map +0 -0
  381. /package/{package/commonjs → commonjs}/ComboChart/index.js +0 -0
  382. /package/{package/commonjs → commonjs}/ComboChart/index.js.map +0 -0
  383. /package/{components → commonjs}/DEPENDENCY_WARNINGS.md +0 -0
  384. /package/{package/commonjs → commonjs}/DashboardCard/DashboardCard.js +0 -0
  385. /package/{package/commonjs → commonjs}/DashboardCard/DashboardCard.js.map +0 -0
  386. /package/{package/commonjs → commonjs}/DataCell/DataCell.js +0 -0
  387. /package/{package/commonjs → commonjs}/DataCell/DataCell.js.map +0 -0
  388. /package/{components → commonjs}/DataCell/README.md +0 -0
  389. /package/{package/commonjs → commonjs}/DataCell/index.js +0 -0
  390. /package/{package/commonjs → commonjs}/DataCell/index.js.map +0 -0
  391. /package/{package/commonjs → commonjs}/DataTable/DataTable.js +0 -0
  392. /package/{package/commonjs → commonjs}/DataTable/DataTable.js.map +0 -0
  393. /package/{package/commonjs → commonjs}/DataTable/index.js +0 -0
  394. /package/{package/commonjs → commonjs}/DataTable/index.js.map +0 -0
  395. /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
  396. /package/{package/commonjs → commonjs}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
  397. /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js +0 -0
  398. /package/{package/commonjs → commonjs}/DraggableFlatList/DraggableFlatList.js.map +0 -0
  399. /package/{package/commonjs → commonjs}/Drawer/Drawer.js +0 -0
  400. /package/{package/commonjs → commonjs}/Drawer/Drawer.js.map +0 -0
  401. /package/{components → commonjs}/Drawer/SCROLLVIEW_FIX.md +0 -0
  402. /package/{package/commonjs → commonjs}/Dropdown/Dropdown.js +0 -0
  403. /package/{package/commonjs → commonjs}/Dropdown/Dropdown.js.map +0 -0
  404. /package/{package/commonjs → commonjs}/Dropdown/InputDropdown.js +0 -0
  405. /package/{package/commonjs → commonjs}/Dropdown/InputDropdown.js.map +0 -0
  406. /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js +0 -0
  407. /package/{package/commonjs → commonjs}/ExternalLink/ExternalLink.js.map +0 -0
  408. /package/{package/commonjs → commonjs}/Gantt/Accessories.js +0 -0
  409. /package/{package/commonjs → commonjs}/Gantt/Accessories.js.map +0 -0
  410. /package/{package/commonjs → commonjs}/Gantt/Gantt.js +0 -0
  411. /package/{package/commonjs → commonjs}/Gantt/Gantt.js.map +0 -0
  412. /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js +0 -0
  413. /package/{package/commonjs → commonjs}/Gantt/GanttInnerElementType.js.map +0 -0
  414. /package/{package/commonjs → commonjs}/Gantt/helper.js +0 -0
  415. /package/{package/commonjs → commonjs}/Gantt/helper.js.map +0 -0
  416. /package/{package/commonjs → commonjs}/Gantt/types.js +0 -0
  417. /package/{package/commonjs → commonjs}/Gantt/types.js.map +0 -0
  418. /package/{package/commonjs → commonjs}/Grid/FixedSizeGrid.js +0 -0
  419. /package/{package/commonjs → commonjs}/Grid/FixedSizeGrid.js.map +0 -0
  420. /package/{package/commonjs → commonjs}/Grid/Grid.base.js +0 -0
  421. /package/{package/commonjs → commonjs}/Grid/Grid.base.js.map +0 -0
  422. /package/{package/commonjs → commonjs}/Grid/VariableSizeGrid.js +0 -0
  423. /package/{package/commonjs → commonjs}/Grid/VariableSizeGrid.js.map +0 -0
  424. /package/{package/commonjs → commonjs}/Grid/helper.js +0 -0
  425. /package/{package/commonjs → commonjs}/Grid/helper.js.map +0 -0
  426. /package/{package/commonjs → commonjs}/Grid/timer.js +0 -0
  427. /package/{package/commonjs → commonjs}/Grid/timer.js.map +0 -0
  428. /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js +0 -0
  429. /package/{package/commonjs → commonjs}/HelloWave/HelloWave.js.map +0 -0
  430. /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js +0 -0
  431. /package/{package/commonjs → commonjs}/Hoverable/Hoverable.js.map +0 -0
  432. /package/{package/commonjs → commonjs}/IconText/IconText.js +0 -0
  433. /package/{package/commonjs → commonjs}/IconText/IconText.js.map +0 -0
  434. /package/{components → commonjs}/Icons/README.md +0 -0
  435. /package/{package/commonjs → commonjs}/Icons/TapasIcon.js +0 -0
  436. /package/{package/commonjs → commonjs}/Icons/TapasIcon.js.map +0 -0
  437. /package/{package/commonjs → commonjs}/Icons/TapasIconExpo.js +0 -0
  438. /package/{package/commonjs → commonjs}/Icons/TapasIconExpo.js.map +0 -0
  439. /package/{package/commonjs → commonjs}/Icons/expoFontLoader.js +0 -0
  440. /package/{package/commonjs → commonjs}/Icons/expoFontLoader.js.map +0 -0
  441. /package/{package/commonjs → commonjs}/Icons/fontLoader.js +0 -0
  442. /package/{package/commonjs → commonjs}/Icons/fontLoader.js.map +0 -0
  443. /package/{components → commonjs}/Icons/icon-categories.json +0 -0
  444. /package/{package/commonjs → commonjs}/Icons/index.js +0 -0
  445. /package/{package/commonjs → commonjs}/Icons/index.js.map +0 -0
  446. /package/{components → commonjs}/Icons/real-icon-mapping.json +0 -0
  447. /package/{components → commonjs}/Icons/selection.json +0 -0
  448. /package/{package/commonjs → commonjs}/Icons/smartFontLoader.js +0 -0
  449. /package/{package/commonjs → commonjs}/Icons/smartFontLoader.js.map +0 -0
  450. /package/{package/commonjs → commonjs}/Image/Image.js +0 -0
  451. /package/{package/commonjs → commonjs}/Image/Image.js.map +0 -0
  452. /package/{package/commonjs → commonjs}/Image/PreviewImg.js +0 -0
  453. /package/{package/commonjs → commonjs}/Image/PreviewImg.js.map +0 -0
  454. /package/{components → commonjs}/Input/FOCUS_FIX_SUMMARY.md +0 -0
  455. /package/{components → commonjs}/Input/FOCUS_ISSUE_ANALYSIS.md +0 -0
  456. /package/{components → commonjs}/Input/README.md +0 -0
  457. /package/{package/commonjs → commonjs}/Layout/index.js +0 -0
  458. /package/{package/commonjs → commonjs}/Layout/index.js.map +0 -0
  459. /package/{package/commonjs → commonjs}/LineChart/LineChart.js +0 -0
  460. /package/{package/commonjs → commonjs}/LineChart/LineChart.js.map +0 -0
  461. /package/{package/commonjs → commonjs}/LineChart/index.js +0 -0
  462. /package/{package/commonjs → commonjs}/LineChart/index.js.map +0 -0
  463. /package/{package/commonjs → commonjs}/Loading/Loading.js +0 -0
  464. /package/{package/commonjs → commonjs}/Loading/Loading.js.map +0 -0
  465. /package/{components → commonjs}/Loading/README.md +0 -0
  466. /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js +0 -0
  467. /package/{package/commonjs → commonjs}/MessageBox/MessageBox.js.map +0 -0
  468. /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js +0 -0
  469. /package/{package/commonjs → commonjs}/MultiSelector/MultiSelector.js.map +0 -0
  470. /package/{components → commonjs}/MultiSelector/README.md +0 -0
  471. /package/{package/commonjs → commonjs}/MultiSelector/index.js +0 -0
  472. /package/{package/commonjs → commonjs}/MultiSelector/index.js.map +0 -0
  473. /package/{package/commonjs → commonjs}/Navigation/Navigation.js +0 -0
  474. /package/{package/commonjs → commonjs}/Navigation/Navigation.js.map +0 -0
  475. /package/{package/commonjs → commonjs}/Notification/Notification.js +0 -0
  476. /package/{package/commonjs → commonjs}/Notification/Notification.js.map +0 -0
  477. /package/{components → commonjs}/Notification/README.md +0 -0
  478. /package/{package/commonjs → commonjs}/Notification/index.js +0 -0
  479. /package/{package/commonjs → commonjs}/Notification/index.js.map +0 -0
  480. /package/{package/commonjs → commonjs}/NumericInput/NumericInput.js.map +0 -0
  481. /package/{package/commonjs → commonjs}/Overlay/Overlay.js +0 -0
  482. /package/{package/commonjs → commonjs}/Overlay/Overlay.js.map +0 -0
  483. /package/{components → commonjs}/Pagination/BACKGROUND_COLOR.md +0 -0
  484. /package/{components → commonjs}/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -0
  485. /package/{package/commonjs → commonjs}/Pagination/Pagination.js +0 -0
  486. /package/{package/commonjs → commonjs}/Pagination/Pagination.js.map +0 -0
  487. /package/{components → commonjs}/PieChart/BACKWARD_COMPATIBILITY.md +0 -0
  488. /package/{components → commonjs}/PieChart/BUGFIX_EMPTY_DATA.md +0 -0
  489. /package/{package/commonjs → commonjs}/PieChart/GroupedLegend.js +0 -0
  490. /package/{package/commonjs → commonjs}/PieChart/GroupedLegend.js.map +0 -0
  491. /package/{components → commonjs}/PieChart/IMPLEMENTATION_SUMMARY.md +0 -0
  492. /package/{components → commonjs}/PieChart/NestedPieChart.README.md +0 -0
  493. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.js +0 -0
  494. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.js.map +0 -0
  495. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.types.js +0 -0
  496. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.types.js.map +0 -0
  497. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.utils.js +0 -0
  498. /package/{package/commonjs → commonjs}/PieChart/NestedPieChart.utils.js.map +0 -0
  499. /package/{package/commonjs → commonjs}/PieChart/PieChart.js +0 -0
  500. /package/{package/commonjs → commonjs}/PieChart/PieChart.js.map +0 -0
  501. /package/{package/commonjs → commonjs}/PieChart/index.js +0 -0
  502. /package/{package/commonjs → commonjs}/PieChart/index.js.map +0 -0
  503. /package/{package/commonjs → commonjs}/Popover/Popover.js +0 -0
  504. /package/{package/commonjs → commonjs}/Popover/Popover.js.map +0 -0
  505. /package/{package/commonjs → commonjs}/Progress/Progress.js +0 -0
  506. /package/{package/commonjs → commonjs}/Progress/Progress.js.map +0 -0
  507. /package/{package/commonjs → commonjs}/Quantity/Quantity.js +0 -0
  508. /package/{package/commonjs → commonjs}/Quantity/Quantity.js.map +0 -0
  509. /package/{components → commonjs}/Quantity/README.md +0 -0
  510. /package/{package/commonjs → commonjs}/Quantity/index.js +0 -0
  511. /package/{package/commonjs → commonjs}/Quantity/index.js.map +0 -0
  512. /package/{package/commonjs → commonjs}/RadioButton/RadioButton.js +0 -0
  513. /package/{package/commonjs → commonjs}/RadioButton/RadioButton.js.map +0 -0
  514. /package/{components → commonjs}/ReasonModal/README.md +0 -0
  515. /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js +0 -0
  516. /package/{package/commonjs → commonjs}/ReasonModal/ReasonModal.js.map +0 -0
  517. /package/{package/commonjs → commonjs}/ReasonModal/index.js +0 -0
  518. /package/{package/commonjs → commonjs}/ReasonModal/index.js.map +0 -0
  519. /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js +0 -0
  520. /package/{package/commonjs → commonjs}/ScanButton/ScanButton.js.map +0 -0
  521. /package/{components → commonjs}/SearchInput/README.md +0 -0
  522. /package/{package/commonjs → commonjs}/SearchInput/index.js +0 -0
  523. /package/{package/commonjs → commonjs}/SearchInput/index.js.map +0 -0
  524. /package/{package/commonjs → commonjs}/SheetTitle/SheetTitle.js +0 -0
  525. /package/{package/commonjs → commonjs}/SheetTitle/SheetTitle.js.map +0 -0
  526. /package/{package/commonjs → commonjs}/Shell/Shell.js +0 -0
  527. /package/{package/commonjs → commonjs}/Shell/Shell.js.map +0 -0
  528. /package/{package/commonjs → commonjs}/Shell/styles.js +0 -0
  529. /package/{package/commonjs → commonjs}/Shell/styles.js.map +0 -0
  530. /package/{package/commonjs → commonjs}/StatisticCard/StatisticCard.js +0 -0
  531. /package/{package/commonjs → commonjs}/StatisticCard/StatisticCard.js.map +0 -0
  532. /package/{package/commonjs → commonjs}/StatisticCard/index.js +0 -0
  533. /package/{package/commonjs → commonjs}/StatisticCard/index.js.map +0 -0
  534. /package/{components → commonjs}/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -0
  535. /package/{components → commonjs}/StatisticsTable/README.md +0 -0
  536. /package/{components → commonjs}/StatisticsTable/SORTING_FEATURE.md +0 -0
  537. /package/{components → commonjs}/StatisticsTable/STATS_CELL_CLICK.md +0 -0
  538. /package/{package/commonjs → commonjs}/StatisticsTable/StatisticsTable.js +0 -0
  539. /package/{package/commonjs → commonjs}/StatisticsTable/StatisticsTable.js.map +0 -0
  540. /package/{components → commonjs}/StatisticsTable/VIRTUAL_SCROLLING.md +0 -0
  541. /package/{package/commonjs → commonjs}/StatisticsTable/index.js +0 -0
  542. /package/{package/commonjs → commonjs}/StatisticsTable/index.js.map +0 -0
  543. /package/{package/commonjs → commonjs}/Status/Status.js +0 -0
  544. /package/{package/commonjs → commonjs}/Status/Status.js.map +0 -0
  545. /package/{package/commonjs → commonjs}/Steps/Steps.js +0 -0
  546. /package/{package/commonjs → commonjs}/Steps/Steps.js.map +0 -0
  547. /package/{package/commonjs → commonjs}/Tab/TapasTab.js +0 -0
  548. /package/{package/commonjs → commonjs}/Tab/TapasTab.js.map +0 -0
  549. /package/{package/commonjs → commonjs}/Tab/index.js +0 -0
  550. /package/{package/commonjs → commonjs}/Tab/index.js.map +0 -0
  551. /package/{components → commonjs}/TabTitle/README.md +0 -0
  552. /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js +0 -0
  553. /package/{package/commonjs → commonjs}/TabTitle/TabTitle.js.map +0 -0
  554. /package/{package/commonjs → commonjs}/TabTitle/index.js +0 -0
  555. /package/{package/commonjs → commonjs}/TabTitle/index.js.map +0 -0
  556. /package/{components → commonjs}/TableColumnHeader/README.md +0 -0
  557. /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js +0 -0
  558. /package/{package/commonjs → commonjs}/TableColumnHeader/TableColumnHeader.js.map +0 -0
  559. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js +0 -0
  560. /package/{package/commonjs → commonjs}/TableColumnHeader/index.js.map +0 -0
  561. /package/{package/commonjs → commonjs}/Tag/Tag.js +0 -0
  562. /package/{package/commonjs → commonjs}/Tag/Tag.js.map +0 -0
  563. /package/{package/commonjs → commonjs}/Task/Task.js +0 -0
  564. /package/{package/commonjs → commonjs}/Task/Task.js.map +0 -0
  565. /package/{package/commonjs → commonjs}/Task/type.js +0 -0
  566. /package/{package/commonjs → commonjs}/Task/type.js.map +0 -0
  567. /package/{package/commonjs → commonjs}/Text/Text.js +0 -0
  568. /package/{package/commonjs → commonjs}/Text/Text.js.map +0 -0
  569. /package/{package/commonjs → commonjs}/TextArea/TextArea.js +0 -0
  570. /package/{package/commonjs → commonjs}/TextArea/TextArea.js.map +0 -0
  571. /package/{package/commonjs → commonjs}/Theme/ThemeProvider.js +0 -0
  572. /package/{package/commonjs → commonjs}/Theme/ThemeProvider.js.map +0 -0
  573. /package/{package/commonjs → commonjs}/Theme/themed.d.js +0 -0
  574. /package/{package/commonjs → commonjs}/Theme/themed.d.js.map +0 -0
  575. /package/{package/commonjs → commonjs}/Timeline/Timeline.js +0 -0
  576. /package/{package/commonjs → commonjs}/Timeline/Timeline.js.map +0 -0
  577. /package/{package/commonjs → commonjs}/Toast/Toast.js +0 -0
  578. /package/{package/commonjs → commonjs}/Toast/Toast.js.map +0 -0
  579. /package/{components → commonjs}/UserSwitcher/README.md +0 -0
  580. /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js +0 -0
  581. /package/{package/commonjs → commonjs}/UserSwitcher/UserSwitcher.js.map +0 -0
  582. /package/{package/commonjs → commonjs}/UserSwitcher/index.js +0 -0
  583. /package/{package/commonjs → commonjs}/UserSwitcher/index.js.map +0 -0
  584. /package/{components → commonjs}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
  585. /package/{components → commonjs}/WebViewBridge/README.md +0 -0
  586. /package/{package/commonjs → commonjs}/WebViewBridge/WebViewBridge.js +0 -0
  587. /package/{package/commonjs → commonjs}/WebViewBridge/WebViewBridge.js.map +0 -0
  588. /package/{package/commonjs → commonjs}/WebViewBridge/index.js +0 -0
  589. /package/{package/commonjs → commonjs}/WebViewBridge/index.js.map +0 -0
  590. /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js +0 -0
  591. /package/{package/commonjs → commonjs}/WebViewBridge/useWebViewBridge.js.map +0 -0
  592. /package/{components → commonjs}/WordCloud/README.md +0 -0
  593. /package/{package/commonjs → commonjs}/WordCloud/index.js +0 -0
  594. /package/{package/commonjs → commonjs}/WordCloud/index.js.map +0 -0
  595. /package/{package/commonjs → commonjs}/common/bridgelessUtils.js +0 -0
  596. /package/{package/commonjs → commonjs}/common/bridgelessUtils.js.map +0 -0
  597. /package/{package/commonjs → commonjs}/common.js +0 -0
  598. /package/{package/commonjs → commonjs}/common.js.map +0 -0
  599. /package/{package/commonjs → commonjs}/package.json +0 -0
  600. /package/{package/module → module}/Alert/Alert.js +0 -0
  601. /package/{package/module → module}/Alert/Alert.js.map +0 -0
  602. /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js +0 -0
  603. /package/{package/module → module}/AnimatedNavItem/AnimatedNavItem.js.map +0 -0
  604. /package/{package/commonjs → module}/AnimatedNavItem/README.md +0 -0
  605. /package/{package/module → module}/AnimatedNavItem/index.js +0 -0
  606. /package/{package/module → module}/AnimatedNavItem/index.js.map +0 -0
  607. /package/{package/module → module}/BarChart/BarChart.js +0 -0
  608. /package/{package/module → module}/BarChart/BarChart.js.map +0 -0
  609. /package/{package/module → module}/BarChart/index.js +0 -0
  610. /package/{package/module → module}/BarChart/index.js.map +0 -0
  611. /package/{package/module → module}/Button/Button.js +0 -0
  612. /package/{package/module → module}/Button/Button.js.map +0 -0
  613. /package/{package/module → module}/Button/react-native-hoverable.d.js +0 -0
  614. /package/{package/module → module}/Button/react-native-hoverable.d.js.map +0 -0
  615. /package/{package/module → module}/Calendar/Calendar.base.js +0 -0
  616. /package/{package/module → module}/Calendar/Calendar.base.js.map +0 -0
  617. /package/{package/module → module}/Calendar/Calendar.js +0 -0
  618. /package/{package/module → module}/Calendar/Calendar.js.map +0 -0
  619. /package/{package/module → module}/Calendar/CustomRange.js +0 -0
  620. /package/{package/module → module}/Calendar/CustomRange.js.map +0 -0
  621. /package/{package/module → module}/Calendar/DaySelector.js +0 -0
  622. /package/{package/module → module}/Calendar/DaySelector.js.map +0 -0
  623. /package/{package/module → module}/Calendar/MonthSelector.js +0 -0
  624. /package/{package/module → module}/Calendar/MonthSelector.js.map +0 -0
  625. /package/{package/module → module}/Calendar/WeekDaySelector.js +0 -0
  626. /package/{package/module → module}/Calendar/WeekDaySelector.js.map +0 -0
  627. /package/{package/module → module}/Calendar/helper.js +0 -0
  628. /package/{package/module → module}/Calendar/helper.js.map +0 -0
  629. /package/{package/module → module}/Calendar/local.js +0 -0
  630. /package/{package/module → module}/Calendar/local.js.map +0 -0
  631. /package/{package/module → module}/Card/Card.js +0 -0
  632. /package/{package/module → module}/Card/Card.js.map +0 -0
  633. /package/{package/module → module}/CheckBox/GroupCheckBox.js +0 -0
  634. /package/{package/module → module}/CheckBox/GroupCheckBox.js.map +0 -0
  635. /package/{package/module → module}/CircularProgress/CircularProgress.js +0 -0
  636. /package/{package/module → module}/CircularProgress/CircularProgress.js.map +0 -0
  637. /package/{package/module → module}/Collapsible/Collapsible.js +0 -0
  638. /package/{package/module → module}/Collapsible/Collapsible.js.map +0 -0
  639. /package/{package/module → module}/ComboChart/ComboChart.js +0 -0
  640. /package/{package/module → module}/ComboChart/ComboChart.js.map +0 -0
  641. /package/{package/module → module}/ComboChart/index.js +0 -0
  642. /package/{package/module → module}/ComboChart/index.js.map +0 -0
  643. /package/{package/commonjs → module}/DEPENDENCY_WARNINGS.md +0 -0
  644. /package/{package/module → module}/DashboardCard/DashboardCard.js +0 -0
  645. /package/{package/module → module}/DashboardCard/DashboardCard.js.map +0 -0
  646. /package/{package/module → module}/DataCell/DataCell.js +0 -0
  647. /package/{package/module → module}/DataCell/DataCell.js.map +0 -0
  648. /package/{package/commonjs → module}/DataCell/README.md +0 -0
  649. /package/{package/module → module}/DataCell/index.js +0 -0
  650. /package/{package/module → module}/DataCell/index.js.map +0 -0
  651. /package/{package/module → module}/DataTable/DataTable.js +0 -0
  652. /package/{package/module → module}/DataTable/DataTable.js.map +0 -0
  653. /package/{package/module → module}/DataTable/index.js +0 -0
  654. /package/{package/module → module}/DataTable/index.js.map +0 -0
  655. /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js +0 -0
  656. /package/{package/module → module}/DeviceSelectionModal/DeviceSelectionModal.js.map +0 -0
  657. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js +0 -0
  658. /package/{package/module → module}/DraggableFlatList/DraggableFlatList.js.map +0 -0
  659. /package/{package/module → module}/Drawer/Drawer.js +0 -0
  660. /package/{package/module → module}/Drawer/Drawer.js.map +0 -0
  661. /package/{package/commonjs → module}/Drawer/SCROLLVIEW_FIX.md +0 -0
  662. /package/{package/module → module}/Dropdown/Dropdown.js +0 -0
  663. /package/{package/module → module}/Dropdown/Dropdown.js.map +0 -0
  664. /package/{package/module → module}/Dropdown/InputDropdown.js +0 -0
  665. /package/{package/module → module}/Dropdown/InputDropdown.js.map +0 -0
  666. /package/{package/module → module}/ExternalLink/ExternalLink.js +0 -0
  667. /package/{package/module → module}/ExternalLink/ExternalLink.js.map +0 -0
  668. /package/{package/module → module}/Gantt/Accessories.js +0 -0
  669. /package/{package/module → module}/Gantt/Accessories.js.map +0 -0
  670. /package/{package/module → module}/Gantt/Gantt.js +0 -0
  671. /package/{package/module → module}/Gantt/Gantt.js.map +0 -0
  672. /package/{package/module → module}/Gantt/GanttInnerElementType.js +0 -0
  673. /package/{package/module → module}/Gantt/GanttInnerElementType.js.map +0 -0
  674. /package/{package/module → module}/Gantt/helper.js +0 -0
  675. /package/{package/module → module}/Gantt/helper.js.map +0 -0
  676. /package/{package/module → module}/Gantt/types.js +0 -0
  677. /package/{package/module → module}/Gantt/types.js.map +0 -0
  678. /package/{package/module → module}/Grid/FixedSizeGrid.js +0 -0
  679. /package/{package/module → module}/Grid/FixedSizeGrid.js.map +0 -0
  680. /package/{package/module → module}/Grid/Grid.base.js +0 -0
  681. /package/{package/module → module}/Grid/Grid.base.js.map +0 -0
  682. /package/{package/module → module}/Grid/VariableSizeGrid.js +0 -0
  683. /package/{package/module → module}/Grid/VariableSizeGrid.js.map +0 -0
  684. /package/{package/module → module}/Grid/helper.js +0 -0
  685. /package/{package/module → module}/Grid/helper.js.map +0 -0
  686. /package/{package/module → module}/Grid/timer.js +0 -0
  687. /package/{package/module → module}/Grid/timer.js.map +0 -0
  688. /package/{package/module → module}/HelloWave/HelloWave.js +0 -0
  689. /package/{package/module → module}/HelloWave/HelloWave.js.map +0 -0
  690. /package/{package/module → module}/Hoverable/Hoverable.js +0 -0
  691. /package/{package/module → module}/Hoverable/Hoverable.js.map +0 -0
  692. /package/{package/module → module}/IconText/IconText.js +0 -0
  693. /package/{package/module → module}/IconText/IconText.js.map +0 -0
  694. /package/{package/commonjs → module}/Icons/README.md +0 -0
  695. /package/{package/module → module}/Icons/TapasIcon.js +0 -0
  696. /package/{package/module → module}/Icons/TapasIcon.js.map +0 -0
  697. /package/{package/module → module}/Icons/TapasIconExpo.js +0 -0
  698. /package/{package/module → module}/Icons/TapasIconExpo.js.map +0 -0
  699. /package/{package/module → module}/Icons/expoFontLoader.js +0 -0
  700. /package/{package/module → module}/Icons/expoFontLoader.js.map +0 -0
  701. /package/{package/module → module}/Icons/fontLoader.js +0 -0
  702. /package/{package/module → module}/Icons/fontLoader.js.map +0 -0
  703. /package/{package/commonjs → module}/Icons/icon-categories.json +0 -0
  704. /package/{package/module → module}/Icons/index.js +0 -0
  705. /package/{package/module → module}/Icons/index.js.map +0 -0
  706. /package/{package/commonjs → module}/Icons/real-icon-mapping.json +0 -0
  707. /package/{package/commonjs → module}/Icons/selection.json +0 -0
  708. /package/{package/module → module}/Icons/smartFontLoader.js +0 -0
  709. /package/{package/module → module}/Icons/smartFontLoader.js.map +0 -0
  710. /package/{package/module → module}/Image/Image.js +0 -0
  711. /package/{package/module → module}/Image/Image.js.map +0 -0
  712. /package/{package/module → module}/Image/PreviewImg.js +0 -0
  713. /package/{package/module → module}/Image/PreviewImg.js.map +0 -0
  714. /package/{package/commonjs → module}/Input/FOCUS_FIX_SUMMARY.md +0 -0
  715. /package/{package/commonjs → module}/Input/FOCUS_ISSUE_ANALYSIS.md +0 -0
  716. /package/{package/commonjs → module}/Input/README.md +0 -0
  717. /package/{package/module → module}/Layout/index.js +0 -0
  718. /package/{package/module → module}/Layout/index.js.map +0 -0
  719. /package/{package/module → module}/LineChart/LineChart.js +0 -0
  720. /package/{package/module → module}/LineChart/LineChart.js.map +0 -0
  721. /package/{package/module → module}/LineChart/index.js +0 -0
  722. /package/{package/module → module}/LineChart/index.js.map +0 -0
  723. /package/{package/module → module}/Loading/Loading.js +0 -0
  724. /package/{package/module → module}/Loading/Loading.js.map +0 -0
  725. /package/{package/commonjs → module}/Loading/README.md +0 -0
  726. /package/{package/module → module}/MessageBox/MessageBox.js +0 -0
  727. /package/{package/module → module}/MessageBox/MessageBox.js.map +0 -0
  728. /package/{package/module → module}/MultiSelector/MultiSelector.js +0 -0
  729. /package/{package/module → module}/MultiSelector/MultiSelector.js.map +0 -0
  730. /package/{package/commonjs → module}/MultiSelector/README.md +0 -0
  731. /package/{package/module → module}/MultiSelector/index.js +0 -0
  732. /package/{package/module → module}/MultiSelector/index.js.map +0 -0
  733. /package/{package/module → module}/Navigation/Navigation.js +0 -0
  734. /package/{package/module → module}/Navigation/Navigation.js.map +0 -0
  735. /package/{package/module → module}/Notification/Notification.js +0 -0
  736. /package/{package/module → module}/Notification/Notification.js.map +0 -0
  737. /package/{package/commonjs → module}/Notification/README.md +0 -0
  738. /package/{package/module → module}/Notification/index.js +0 -0
  739. /package/{package/module → module}/Notification/index.js.map +0 -0
  740. /package/{package/module → module}/NumericInput/NumericInput.js.map +0 -0
  741. /package/{package/module → module}/Overlay/Overlay.js +0 -0
  742. /package/{package/module → module}/Overlay/Overlay.js.map +0 -0
  743. /package/{package/commonjs → module}/Pagination/BACKGROUND_COLOR.md +0 -0
  744. /package/{package/commonjs → module}/Pagination/DROPDOWN_IMPROVEMENTS.md +0 -0
  745. /package/{package/module → module}/Pagination/Pagination.js +0 -0
  746. /package/{package/module → module}/Pagination/Pagination.js.map +0 -0
  747. /package/{package/commonjs → module}/PieChart/BACKWARD_COMPATIBILITY.md +0 -0
  748. /package/{package/commonjs → module}/PieChart/BUGFIX_EMPTY_DATA.md +0 -0
  749. /package/{package/module → module}/PieChart/GroupedLegend.js +0 -0
  750. /package/{package/module → module}/PieChart/GroupedLegend.js.map +0 -0
  751. /package/{package/commonjs → module}/PieChart/IMPLEMENTATION_SUMMARY.md +0 -0
  752. /package/{package/commonjs → module}/PieChart/NestedPieChart.README.md +0 -0
  753. /package/{package/module → module}/PieChart/NestedPieChart.js +0 -0
  754. /package/{package/module → module}/PieChart/NestedPieChart.js.map +0 -0
  755. /package/{package/module → module}/PieChart/NestedPieChart.types.js +0 -0
  756. /package/{package/module → module}/PieChart/NestedPieChart.types.js.map +0 -0
  757. /package/{package/module → module}/PieChart/NestedPieChart.utils.js +0 -0
  758. /package/{package/module → module}/PieChart/NestedPieChart.utils.js.map +0 -0
  759. /package/{package/module → module}/PieChart/PieChart.js +0 -0
  760. /package/{package/module → module}/PieChart/PieChart.js.map +0 -0
  761. /package/{package/module → module}/PieChart/index.js +0 -0
  762. /package/{package/module → module}/PieChart/index.js.map +0 -0
  763. /package/{package/module → module}/Popover/Popover.js +0 -0
  764. /package/{package/module → module}/Popover/Popover.js.map +0 -0
  765. /package/{package/module → module}/Progress/Progress.js +0 -0
  766. /package/{package/module → module}/Progress/Progress.js.map +0 -0
  767. /package/{package/module → module}/Quantity/Quantity.js +0 -0
  768. /package/{package/module → module}/Quantity/Quantity.js.map +0 -0
  769. /package/{package/commonjs → module}/Quantity/README.md +0 -0
  770. /package/{package/module → module}/Quantity/index.js +0 -0
  771. /package/{package/module → module}/Quantity/index.js.map +0 -0
  772. /package/{package/module → module}/RadioButton/RadioButton.js +0 -0
  773. /package/{package/module → module}/RadioButton/RadioButton.js.map +0 -0
  774. /package/{package/commonjs → module}/ReasonModal/README.md +0 -0
  775. /package/{package/module → module}/ReasonModal/ReasonModal.js +0 -0
  776. /package/{package/module → module}/ReasonModal/ReasonModal.js.map +0 -0
  777. /package/{package/module → module}/ReasonModal/index.js +0 -0
  778. /package/{package/module → module}/ReasonModal/index.js.map +0 -0
  779. /package/{package/module → module}/ScanButton/ScanButton.js +0 -0
  780. /package/{package/module → module}/ScanButton/ScanButton.js.map +0 -0
  781. /package/{package/commonjs → module}/SearchInput/README.md +0 -0
  782. /package/{package/module → module}/SearchInput/index.js +0 -0
  783. /package/{package/module → module}/SearchInput/index.js.map +0 -0
  784. /package/{package/module → module}/SheetTitle/SheetTitle.js +0 -0
  785. /package/{package/module → module}/SheetTitle/SheetTitle.js.map +0 -0
  786. /package/{package/module → module}/Shell/Shell.js +0 -0
  787. /package/{package/module → module}/Shell/Shell.js.map +0 -0
  788. /package/{package/module → module}/Shell/styles.js +0 -0
  789. /package/{package/module → module}/Shell/styles.js.map +0 -0
  790. /package/{package/module → module}/StatisticCard/StatisticCard.js +0 -0
  791. /package/{package/module → module}/StatisticCard/StatisticCard.js.map +0 -0
  792. /package/{package/module → module}/StatisticCard/index.js +0 -0
  793. /package/{package/module → module}/StatisticCard/index.js.map +0 -0
  794. /package/{package/commonjs → module}/StatisticsTable/PLACEHOLDER_FEATURE.md +0 -0
  795. /package/{package/commonjs → module}/StatisticsTable/README.md +0 -0
  796. /package/{package/commonjs → module}/StatisticsTable/SORTING_FEATURE.md +0 -0
  797. /package/{package/commonjs → module}/StatisticsTable/STATS_CELL_CLICK.md +0 -0
  798. /package/{package/module → module}/StatisticsTable/StatisticsTable.js +0 -0
  799. /package/{package/module → module}/StatisticsTable/StatisticsTable.js.map +0 -0
  800. /package/{package/commonjs → module}/StatisticsTable/VIRTUAL_SCROLLING.md +0 -0
  801. /package/{package/module → module}/StatisticsTable/index.js +0 -0
  802. /package/{package/module → module}/StatisticsTable/index.js.map +0 -0
  803. /package/{package/module → module}/Status/Status.js +0 -0
  804. /package/{package/module → module}/Status/Status.js.map +0 -0
  805. /package/{package/module → module}/Steps/Steps.js +0 -0
  806. /package/{package/module → module}/Steps/Steps.js.map +0 -0
  807. /package/{package/module → module}/Tab/TapasTab.js +0 -0
  808. /package/{package/module → module}/Tab/TapasTab.js.map +0 -0
  809. /package/{package/module → module}/Tab/index.js +0 -0
  810. /package/{package/module → module}/Tab/index.js.map +0 -0
  811. /package/{package/commonjs → module}/TabTitle/README.md +0 -0
  812. /package/{package/module → module}/TabTitle/TabTitle.js +0 -0
  813. /package/{package/module → module}/TabTitle/TabTitle.js.map +0 -0
  814. /package/{package/module → module}/TabTitle/index.js +0 -0
  815. /package/{package/module → module}/TabTitle/index.js.map +0 -0
  816. /package/{package/commonjs → module}/TableColumnHeader/README.md +0 -0
  817. /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js +0 -0
  818. /package/{package/module → module}/TableColumnHeader/TableColumnHeader.js.map +0 -0
  819. /package/{package/module → module}/TableColumnHeader/index.js +0 -0
  820. /package/{package/module → module}/TableColumnHeader/index.js.map +0 -0
  821. /package/{package/module → module}/Tag/Tag.js +0 -0
  822. /package/{package/module → module}/Tag/Tag.js.map +0 -0
  823. /package/{package/module → module}/Task/Task.js +0 -0
  824. /package/{package/module → module}/Task/Task.js.map +0 -0
  825. /package/{package/module → module}/Task/type.js +0 -0
  826. /package/{package/module → module}/Task/type.js.map +0 -0
  827. /package/{package/module → module}/Text/Text.js +0 -0
  828. /package/{package/module → module}/Text/Text.js.map +0 -0
  829. /package/{package/module → module}/TextArea/TextArea.js +0 -0
  830. /package/{package/module → module}/TextArea/TextArea.js.map +0 -0
  831. /package/{package/module → module}/Theme/ThemeProvider.js +0 -0
  832. /package/{package/module → module}/Theme/ThemeProvider.js.map +0 -0
  833. /package/{package/module → module}/Theme/themed.d.js +0 -0
  834. /package/{package/module → module}/Theme/themed.d.js.map +0 -0
  835. /package/{package/module → module}/Timeline/Timeline.js +0 -0
  836. /package/{package/module → module}/Timeline/Timeline.js.map +0 -0
  837. /package/{package/module → module}/Toast/Toast.js +0 -0
  838. /package/{package/module → module}/Toast/Toast.js.map +0 -0
  839. /package/{package/commonjs → module}/UserSwitcher/README.md +0 -0
  840. /package/{package/module → module}/UserSwitcher/UserSwitcher.js +0 -0
  841. /package/{package/module → module}/UserSwitcher/UserSwitcher.js.map +0 -0
  842. /package/{package/module → module}/UserSwitcher/index.js +0 -0
  843. /package/{package/module → module}/UserSwitcher/index.js.map +0 -0
  844. /package/{package/commonjs → module}/WebViewBridge/OPTIMIZATION_SUMMARY.md +0 -0
  845. /package/{package/commonjs → module}/WebViewBridge/README.md +0 -0
  846. /package/{package/module → module}/WebViewBridge/WebViewBridge.js +0 -0
  847. /package/{package/module → module}/WebViewBridge/WebViewBridge.js.map +0 -0
  848. /package/{package/module → module}/WebViewBridge/index.js +0 -0
  849. /package/{package/module → module}/WebViewBridge/index.js.map +0 -0
  850. /package/{package/module → module}/WebViewBridge/useWebViewBridge.js +0 -0
  851. /package/{package/module → module}/WebViewBridge/useWebViewBridge.js.map +0 -0
  852. /package/{package/commonjs → module}/WordCloud/README.md +0 -0
  853. /package/{package/module → module}/WordCloud/index.js +0 -0
  854. /package/{package/module → module}/WordCloud/index.js.map +0 -0
  855. /package/{package/module → module}/common/bridgelessUtils.js +0 -0
  856. /package/{package/module → module}/common/bridgelessUtils.js.map +0 -0
  857. /package/{package/module → module}/common.js +0 -0
  858. /package/{package/module → module}/common.js.map +0 -0
  859. /package/{package/typescript → typescript}/Alert/Alert.d.ts +0 -0
  860. /package/{package/typescript → typescript}/Alert/Alert.d.ts.map +0 -0
  861. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts +0 -0
  862. /package/{package/typescript → typescript}/AnimatedNavItem/AnimatedNavItem.d.ts.map +0 -0
  863. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts +0 -0
  864. /package/{package/typescript → typescript}/AnimatedNavItem/index.d.ts.map +0 -0
  865. /package/{package/typescript → typescript}/BarChart/BarChart.d.ts +0 -0
  866. /package/{package/typescript → typescript}/BarChart/BarChart.d.ts.map +0 -0
  867. /package/{package/typescript → typescript}/BarChart/index.d.ts +0 -0
  868. /package/{package/typescript → typescript}/BarChart/index.d.ts.map +0 -0
  869. /package/{package/typescript → typescript}/Button/Button.d.ts +0 -0
  870. /package/{package/typescript → typescript}/Button/Button.d.ts.map +0 -0
  871. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts +0 -0
  872. /package/{package/typescript → typescript}/Calendar/Calendar.base.d.ts.map +0 -0
  873. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts +0 -0
  874. /package/{package/typescript → typescript}/Calendar/Calendar.d.ts.map +0 -0
  875. /package/{package/typescript → typescript}/Calendar/ConcreteTimeSelector.d.ts +0 -0
  876. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts +0 -0
  877. /package/{package/typescript → typescript}/Calendar/DaySelector.d.ts.map +0 -0
  878. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts +0 -0
  879. /package/{package/typescript → typescript}/Calendar/MonthSelector.d.ts.map +0 -0
  880. /package/{package/typescript → typescript}/Calendar/TimeSelector.d.ts +0 -0
  881. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts +0 -0
  882. /package/{package/typescript → typescript}/Calendar/WeekDaySelector.d.ts.map +0 -0
  883. /package/{package/typescript → typescript}/Calendar/helper.d.ts +0 -0
  884. /package/{package/typescript → typescript}/Calendar/helper.d.ts.map +0 -0
  885. /package/{package/typescript → typescript}/Calendar/local.d.ts +0 -0
  886. /package/{package/typescript → typescript}/Calendar/local.d.ts.map +0 -0
  887. /package/{package/typescript → typescript}/Card/Card.d.ts +0 -0
  888. /package/{package/typescript → typescript}/Card/Card.d.ts.map +0 -0
  889. /package/{package/typescript → typescript}/CheckBox/CheckBox.d.ts +0 -0
  890. /package/{package/typescript → typescript}/CheckBox/CheckBoxItem.d.ts +0 -0
  891. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts +0 -0
  892. /package/{package/typescript → typescript}/CheckBox/GroupCheckBox.d.ts.map +0 -0
  893. /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts +0 -0
  894. /package/{package/typescript → typescript}/CircularProgress/CircularProgress.d.ts.map +0 -0
  895. /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts +0 -0
  896. /package/{package/typescript → typescript}/Collapsible/Collapsible.d.ts.map +0 -0
  897. /package/{package/typescript → typescript}/ComboChart/ComboChart.d.ts +0 -0
  898. /package/{package/typescript → typescript}/ComboChart/ComboChart.d.ts.map +0 -0
  899. /package/{package/typescript → typescript}/ComboChart/index.d.ts +0 -0
  900. /package/{package/typescript → typescript}/ComboChart/index.d.ts.map +0 -0
  901. /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts +0 -0
  902. /package/{package/typescript → typescript}/DashboardCard/DashboardCard.d.ts.map +0 -0
  903. /package/{package/typescript → typescript}/DataCell/DataCell.d.ts +0 -0
  904. /package/{package/typescript → typescript}/DataCell/DataCell.d.ts.map +0 -0
  905. /package/{package/typescript → typescript}/DataCell/index.d.ts +0 -0
  906. /package/{package/typescript → typescript}/DataCell/index.d.ts.map +0 -0
  907. /package/{package/typescript → typescript}/DataTable/DataTable.d.ts +0 -0
  908. /package/{package/typescript → typescript}/DataTable/DataTable.d.ts.map +0 -0
  909. /package/{package/typescript → typescript}/DataTable/index.d.ts +0 -0
  910. /package/{package/typescript → typescript}/DataTable/index.d.ts.map +0 -0
  911. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts +0 -0
  912. /package/{package/typescript → typescript}/DeviceSelectionModal/DeviceSelectionModal.d.ts.map +0 -0
  913. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts +0 -0
  914. /package/{package/typescript → typescript}/DraggableFlatList/DraggableFlatList.d.ts.map +0 -0
  915. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts +0 -0
  916. /package/{package/typescript → typescript}/Drawer/Drawer.d.ts.map +0 -0
  917. /package/{package/typescript → typescript}/Dropdown/CustomDropdown.d.ts +0 -0
  918. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts +0 -0
  919. /package/{package/typescript → typescript}/Dropdown/Dropdown.d.ts.map +0 -0
  920. /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts +0 -0
  921. /package/{package/typescript → typescript}/Dropdown/InputDropdown.d.ts.map +0 -0
  922. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts +0 -0
  923. /package/{package/typescript → typescript}/ExternalLink/ExternalLink.d.ts.map +0 -0
  924. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts +0 -0
  925. /package/{package/typescript → typescript}/Gantt/Accessories.d.ts.map +0 -0
  926. /package/{package/typescript → typescript}/Gantt/Gantt.d.ts +0 -0
  927. /package/{package/typescript → typescript}/Gantt/Gantt.d.ts.map +0 -0
  928. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts +0 -0
  929. /package/{package/typescript → typescript}/Gantt/GanttInnerElementType.d.ts.map +0 -0
  930. /package/{package/typescript → typescript}/Gantt/helper.d.ts +0 -0
  931. /package/{package/typescript → typescript}/Gantt/helper.d.ts.map +0 -0
  932. /package/{package/typescript → typescript}/Gantt/types.d.ts +0 -0
  933. /package/{package/typescript → typescript}/Gantt/types.d.ts.map +0 -0
  934. /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts +0 -0
  935. /package/{package/typescript → typescript}/Grid/FixedSizeGrid.d.ts.map +0 -0
  936. /package/{package/typescript → typescript}/Grid/Grid.base.d.ts +0 -0
  937. /package/{package/typescript → typescript}/Grid/Grid.base.d.ts.map +0 -0
  938. /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts +0 -0
  939. /package/{package/typescript → typescript}/Grid/StaticFixedSizeGrid.d.ts.map +0 -0
  940. /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts +0 -0
  941. /package/{package/typescript → typescript}/Grid/VariableSizeGrid.d.ts.map +0 -0
  942. /package/{package/typescript → typescript}/Grid/helper.d.ts +0 -0
  943. /package/{package/typescript → typescript}/Grid/helper.d.ts.map +0 -0
  944. /package/{package/typescript → typescript}/Grid/timer.d.ts +0 -0
  945. /package/{package/typescript → typescript}/Grid/timer.d.ts.map +0 -0
  946. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts +0 -0
  947. /package/{package/typescript → typescript}/HelloWave/HelloWave.d.ts.map +0 -0
  948. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts +0 -0
  949. /package/{package/typescript → typescript}/Hoverable/Hoverable.d.ts.map +0 -0
  950. /package/{package/typescript → typescript}/IconText/IconText.d.ts +0 -0
  951. /package/{package/typescript → typescript}/IconText/IconText.d.ts.map +0 -0
  952. /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts +0 -0
  953. /package/{package/typescript → typescript}/Icons/TapasIcon.d.ts.map +0 -0
  954. /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts +0 -0
  955. /package/{package/typescript → typescript}/Icons/TapasIconExpo.d.ts.map +0 -0
  956. /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts +0 -0
  957. /package/{package/typescript → typescript}/Icons/expoFontLoader.d.ts.map +0 -0
  958. /package/{package/typescript → typescript}/Icons/fontLoader.d.ts +0 -0
  959. /package/{package/typescript → typescript}/Icons/fontLoader.d.ts.map +0 -0
  960. /package/{package/typescript → typescript}/Icons/index.d.ts +0 -0
  961. /package/{package/typescript → typescript}/Icons/index.d.ts.map +0 -0
  962. /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts +0 -0
  963. /package/{package/typescript → typescript}/Icons/smartFontLoader.d.ts.map +0 -0
  964. /package/{package/typescript → typescript}/Image/Image.d.ts +0 -0
  965. /package/{package/typescript → typescript}/Image/Image.d.ts.map +0 -0
  966. /package/{package/typescript → typescript}/Image/PreviewImg.d.ts +0 -0
  967. /package/{package/typescript → typescript}/Image/PreviewImg.d.ts.map +0 -0
  968. /package/{package/typescript → typescript}/Input/Input.d.ts +0 -0
  969. /package/{package/typescript → typescript}/Layout/Layout.d.ts +0 -0
  970. /package/{package/typescript → typescript}/Layout/index.d.ts +0 -0
  971. /package/{package/typescript → typescript}/Layout/index.d.ts.map +0 -0
  972. /package/{package/typescript → typescript}/LineChart/LineChart.d.ts +0 -0
  973. /package/{package/typescript → typescript}/LineChart/LineChart.d.ts.map +0 -0
  974. /package/{package/typescript → typescript}/LineChart/index.d.ts +0 -0
  975. /package/{package/typescript → typescript}/LineChart/index.d.ts.map +0 -0
  976. /package/{package/typescript → typescript}/ListItem/ListItem.d.ts +0 -0
  977. /package/{package/typescript → typescript}/Loading/Loading.d.ts +0 -0
  978. /package/{package/typescript → typescript}/Loading/Loading.d.ts.map +0 -0
  979. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts +0 -0
  980. /package/{package/typescript → typescript}/MessageBox/MessageBox.d.ts.map +0 -0
  981. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts +0 -0
  982. /package/{package/typescript → typescript}/MultiSelector/MultiSelector.d.ts.map +0 -0
  983. /package/{package/typescript → typescript}/MultiSelector/index.d.ts +0 -0
  984. /package/{package/typescript → typescript}/MultiSelector/index.d.ts.map +0 -0
  985. /package/{package/typescript → typescript}/Navigation/Navigation.d.ts +0 -0
  986. /package/{package/typescript → typescript}/Navigation/Navigation.d.ts.map +0 -0
  987. /package/{package/typescript → typescript}/Notification/Notification.d.ts +0 -0
  988. /package/{package/typescript → typescript}/Notification/Notification.d.ts.map +0 -0
  989. /package/{package/typescript → typescript}/Notification/index.d.ts +0 -0
  990. /package/{package/typescript → typescript}/Notification/index.d.ts.map +0 -0
  991. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts +0 -0
  992. /package/{package/typescript → typescript}/NumericInput/NumericInput.d.ts.map +0 -0
  993. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts +0 -0
  994. /package/{package/typescript → typescript}/Overlay/Overlay.d.ts.map +0 -0
  995. /package/{package/typescript → typescript}/Pagination/Pagination.d.ts +0 -0
  996. /package/{package/typescript → typescript}/Pagination/Pagination.d.ts.map +0 -0
  997. /package/{package/typescript → typescript}/PieChart/GroupedLegend.d.ts +0 -0
  998. /package/{package/typescript → typescript}/PieChart/GroupedLegend.d.ts.map +0 -0
  999. /package/{package/typescript → typescript}/PieChart/NestedPieChart.d.ts +0 -0
  1000. /package/{package/typescript → typescript}/PieChart/NestedPieChart.d.ts.map +0 -0
  1001. /package/{package/typescript → typescript}/PieChart/NestedPieChart.types.d.ts +0 -0
  1002. /package/{package/typescript → typescript}/PieChart/NestedPieChart.types.d.ts.map +0 -0
  1003. /package/{package/typescript → typescript}/PieChart/NestedPieChart.utils.d.ts +0 -0
  1004. /package/{package/typescript → typescript}/PieChart/NestedPieChart.utils.d.ts.map +0 -0
  1005. /package/{package/typescript → typescript}/PieChart/PieChart.d.ts +0 -0
  1006. /package/{package/typescript → typescript}/PieChart/PieChart.d.ts.map +0 -0
  1007. /package/{package/typescript → typescript}/PieChart/index.d.ts +0 -0
  1008. /package/{package/typescript → typescript}/PieChart/index.d.ts.map +0 -0
  1009. /package/{package/typescript → typescript}/Popover/Popover.d.ts +0 -0
  1010. /package/{package/typescript → typescript}/Popover/Popover.d.ts.map +0 -0
  1011. /package/{package/typescript → typescript}/Progress/Progress.d.ts +0 -0
  1012. /package/{package/typescript → typescript}/Progress/Progress.d.ts.map +0 -0
  1013. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts +0 -0
  1014. /package/{package/typescript → typescript}/Quantity/Quantity.d.ts.map +0 -0
  1015. /package/{package/typescript → typescript}/Quantity/index.d.ts +0 -0
  1016. /package/{package/typescript → typescript}/Quantity/index.d.ts.map +0 -0
  1017. /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts +0 -0
  1018. /package/{package/typescript → typescript}/RadioButton/RadioButton.d.ts.map +0 -0
  1019. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts +0 -0
  1020. /package/{package/typescript → typescript}/ReasonModal/ReasonModal.d.ts.map +0 -0
  1021. /package/{package/typescript → typescript}/ReasonModal/index.d.ts +0 -0
  1022. /package/{package/typescript → typescript}/ReasonModal/index.d.ts.map +0 -0
  1023. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts +0 -0
  1024. /package/{package/typescript → typescript}/ScanButton/ScanButton.d.ts.map +0 -0
  1025. /package/{package/typescript → typescript}/SearchInput/SearchInput.d.ts +0 -0
  1026. /package/{package/typescript → typescript}/SearchInput/index.d.ts +0 -0
  1027. /package/{package/typescript → typescript}/SearchInput/index.d.ts.map +0 -0
  1028. /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts +0 -0
  1029. /package/{package/typescript → typescript}/SheetTitle/SheetTitle.d.ts.map +0 -0
  1030. /package/{package/typescript → typescript}/Shell/Shell.d.ts +0 -0
  1031. /package/{package/typescript → typescript}/Shell/Shell.d.ts.map +0 -0
  1032. /package/{package/typescript → typescript}/Shell/styles.d.ts +0 -0
  1033. /package/{package/typescript → typescript}/Shell/styles.d.ts.map +0 -0
  1034. /package/{package/typescript → typescript}/StatisticCard/StatisticCard.d.ts +0 -0
  1035. /package/{package/typescript → typescript}/StatisticCard/StatisticCard.d.ts.map +0 -0
  1036. /package/{package/typescript → typescript}/StatisticCard/index.d.ts +0 -0
  1037. /package/{package/typescript → typescript}/StatisticCard/index.d.ts.map +0 -0
  1038. /package/{package/typescript → typescript}/StatisticsTable/StatisticsTable.d.ts +0 -0
  1039. /package/{package/typescript → typescript}/StatisticsTable/StatisticsTable.d.ts.map +0 -0
  1040. /package/{package/typescript → typescript}/StatisticsTable/index.d.ts +0 -0
  1041. /package/{package/typescript → typescript}/StatisticsTable/index.d.ts.map +0 -0
  1042. /package/{package/typescript → typescript}/Status/Status.d.ts +0 -0
  1043. /package/{package/typescript → typescript}/Status/Status.d.ts.map +0 -0
  1044. /package/{package/typescript → typescript}/Steps/Steps.d.ts +0 -0
  1045. /package/{package/typescript → typescript}/Steps/Steps.d.ts.map +0 -0
  1046. /package/{package/typescript → typescript}/Tab/TapasTab.d.ts +0 -0
  1047. /package/{package/typescript → typescript}/Tab/TapasTab.d.ts.map +0 -0
  1048. /package/{package/typescript → typescript}/Tab/index.d.ts +0 -0
  1049. /package/{package/typescript → typescript}/Tab/index.d.ts.map +0 -0
  1050. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts +0 -0
  1051. /package/{package/typescript → typescript}/TabTitle/TabTitle.d.ts.map +0 -0
  1052. /package/{package/typescript → typescript}/TabTitle/index.d.ts +0 -0
  1053. /package/{package/typescript → typescript}/TabTitle/index.d.ts.map +0 -0
  1054. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts +0 -0
  1055. /package/{package/typescript → typescript}/TableColumnHeader/TableColumnHeader.d.ts.map +0 -0
  1056. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts +0 -0
  1057. /package/{package/typescript → typescript}/TableColumnHeader/index.d.ts.map +0 -0
  1058. /package/{package/typescript → typescript}/Task/Task.d.ts +0 -0
  1059. /package/{package/typescript → typescript}/Task/Task.d.ts.map +0 -0
  1060. /package/{package/typescript → typescript}/Task/type.d.ts +0 -0
  1061. /package/{package/typescript → typescript}/Task/type.d.ts.map +0 -0
  1062. /package/{package/typescript → typescript}/Text/Text.d.ts +0 -0
  1063. /package/{package/typescript → typescript}/Text/Text.d.ts.map +0 -0
  1064. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts +0 -0
  1065. /package/{package/typescript → typescript}/TextArea/TextArea.d.ts.map +0 -0
  1066. /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts +0 -0
  1067. /package/{package/typescript → typescript}/Theme/ThemeProvider.d.ts.map +0 -0
  1068. /package/{package/typescript → typescript}/Theme/defaultTheme.d.ts +0 -0
  1069. /package/{package/typescript → typescript}/Timeline/Timeline.d.ts +0 -0
  1070. /package/{package/typescript → typescript}/Timeline/Timeline.d.ts.map +0 -0
  1071. /package/{package/typescript → typescript}/Toast/Toast.d.ts +0 -0
  1072. /package/{package/typescript → typescript}/Toast/Toast.d.ts.map +0 -0
  1073. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts +0 -0
  1074. /package/{package/typescript → typescript}/UserSwitcher/UserSwitcher.d.ts.map +0 -0
  1075. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts +0 -0
  1076. /package/{package/typescript → typescript}/UserSwitcher/index.d.ts.map +0 -0
  1077. /package/{package/typescript → typescript}/WebViewBridge/WebViewBridge.d.ts +0 -0
  1078. /package/{package/typescript → typescript}/WebViewBridge/WebViewBridge.d.ts.map +0 -0
  1079. /package/{package/typescript → typescript}/WebViewBridge/index.d.ts +0 -0
  1080. /package/{package/typescript → typescript}/WebViewBridge/index.d.ts.map +0 -0
  1081. /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts +0 -0
  1082. /package/{package/typescript → typescript}/WebViewBridge/useWebViewBridge.d.ts.map +0 -0
  1083. /package/{package/typescript → typescript}/WordCloud/WordCloud.d.ts +0 -0
  1084. /package/{package/typescript → typescript}/WordCloud/index.d.ts +0 -0
  1085. /package/{package/typescript → typescript}/WordCloud/index.d.ts.map +0 -0
  1086. /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts +0 -0
  1087. /package/{package/typescript → typescript}/common/bridgelessUtils.d.ts.map +0 -0
  1088. /package/{package/typescript → typescript}/common.d.ts +0 -0
  1089. /package/{package/typescript → typescript}/common.d.ts.map +0 -0
@@ -1,297 +0,0 @@
1
- import React, {FC, useState, useCallback, useMemo, useRef, useEffect} from "react";
2
- import {View, Text, Platform, Keyboard} from "react-native";
3
- import {withTheme, Input, InputProps, makeStyles} from "@rneui/themed";
4
- import DefaultTheme from "../Theme/defaultTheme";
5
- import { isBridgelessMode } from "../common/bridgelessUtils";
6
-
7
- // 方案 3:全局 Input 实例管理器,用于清除其他 Input 的重新聚焦标记
8
- // 存储所有 Input 实例的 shouldRefocusRef,用于在 focus 时清除其他 Input 的标记
9
- const inputInstancesRef = new Set<React.MutableRefObject<boolean>>();
10
-
11
- const useStyles = makeStyles((theme: typeof DefaultTheme, ...props) => {
12
- const {labelBg, labelColor} = props[0] as any;
13
- // @ts-ignore
14
- return {
15
- inputBase: {
16
- minWidth: 112,
17
- minHeight: 40,
18
- paddingHorizontal: 0,
19
- paddingVertical: 0,
20
- },
21
- input: {
22
- fontFamily: theme.fonts.fontFamily,
23
- fontSize: theme.fonts.sizeM,
24
- fontWeight: theme.fonts.weightR,
25
- color: theme.colors.colorTextPrimary,
26
- // placeholderTextColor: theme.colors.colorTextSecondary, // Not supported in React Native
27
- borderRadius: theme.radius.rounded,
28
- borderWidth: 1,
29
- borderColor: theme.colors.colorBorder1,
30
- paddingLeft: 16,
31
- paddingRight: 12,
32
- },
33
- labelContext: {
34
- fontFamily: theme.fonts.fontFamily,
35
- fontSize: theme.fonts.sizeS,
36
- fontWeight: theme.fonts.weightR,
37
- backgroundColor: labelBg || theme.colors.white,
38
- color: labelColor || theme.colors.colorTextPrimary,
39
- overflow: "hidden",
40
- position: "absolute",
41
- display: "flex",
42
- flexDirection: "row",
43
- zIndex: 1,
44
- left: 17,
45
- top: -7,
46
- },
47
- require: {
48
- color: theme.colors.colorTextError,
49
- },
50
- };
51
- });
52
- export interface TapasInputProps extends InputProps {
53
- labelPosition?: "top" | "middle";
54
- defaultShowLabel?: boolean;
55
- labelBg?: string;
56
- labelColor?: string;
57
- required?: boolean;
58
- /**
59
- * 是否启用 RN 0.77 Bridgeless 模式兼容性修复(默认 true)
60
- * 当运行在 RN 0.77+ 的 Bridgeless 模式下时,会自动应用焦点管理修复
61
- * 如果遇到问题,可以尝试设置为 false
62
- */
63
- enableBridgelessFix?: boolean;
64
- }
65
-
66
- export const TapasInput: FC<TapasInputProps> = ({
67
- labelPosition = "top",
68
- onBlur,
69
- onFocus,
70
- value: propValue,
71
- enableBridgelessFix = true,
72
- ...props
73
- }) => {
74
- const styles = useStyles(props);
75
- const [isFocused, setIsFocused] = useState(false);
76
- const inputRef = useRef<any>(null);
77
- const blurTimeoutRef = useRef<NodeJS.Timeout | null>(null);
78
- const keyboardShowListenerRef = useRef<any>(null);
79
- const keyboardHideListenerRef = useRef<any>(null);
80
- const shouldRefocusRef = useRef(false);
81
- const isBridgeless = useRef(isBridgelessMode());
82
- // 使用 ref 存储 isFocused 的最新值,避免在 useEffect 中需要依赖
83
- const isFocusedRef = useRef(false);
84
- // 记录最后一次 focus 的时间戳,用于焦点切换保护期
85
- const lastFocusTimeRef = useRef<number>(0);
86
- // 焦点切换保护期(ms),在此时间内不执行重新聚焦,避免焦点跳动
87
- const FOCUS_SWITCH_PROTECTION_PERIOD = 200;
88
-
89
- const handleFocus = useCallback((e: any) => {
90
- // 清除可能存在的 blur 延迟
91
- if (blurTimeoutRef.current) {
92
- clearTimeout(blurTimeoutRef.current);
93
- blurTimeoutRef.current = null;
94
- }
95
-
96
- // 方案 3:清除所有其他 Input 的重新聚焦标记
97
- // 当当前 Input 获得焦点时,清除其他 Input 的 shouldRefocusRef,防止焦点跳动
98
- inputInstancesRef.forEach((ref) => {
99
- if (ref !== shouldRefocusRef) {
100
- ref.current = false;
101
- }
102
- });
103
-
104
- // 清除当前组件的重新聚焦标记,因为当前组件已经获得焦点
105
- shouldRefocusRef.current = false;
106
- // 记录 focus 时间戳,用于焦点切换保护期判断
107
- lastFocusTimeRef.current = Date.now();
108
- // 更新 ref 和 state
109
- isFocusedRef.current = true;
110
- setIsFocused(true);
111
- onFocus?.(e);
112
- }, [onFocus]);
113
-
114
- const handleBlur = useCallback((e: any) => {
115
- // 在 Android 上延迟处理 blur,避免键盘弹出时立即失焦
116
- // React Native 0.77 Bridgeless 模式的已知问题修复
117
- if (Platform.OS === 'android' && enableBridgelessFix) {
118
- // 标记可能需要重新聚焦
119
- shouldRefocusRef.current = true;
120
-
121
- // 清除之前的延迟
122
- if (blurTimeoutRef.current) {
123
- clearTimeout(blurTimeoutRef.current);
124
- }
125
-
126
- // 延迟处理 blur,给键盘足够时间显示
127
- // Bridgeless 模式可能需要更长的延迟(500-800ms)来适应新架构
128
- const delay = isBridgeless.current ? 800 : 500;
129
- blurTimeoutRef.current = setTimeout(() => {
130
- // 如果标记仍然为 true,说明键盘显示后输入框确实失焦了
131
- // 此时检查是否需要重新聚焦(通过键盘监听器处理)
132
- if (!shouldRefocusRef.current) {
133
- // 如果标记已被清除(说明键盘隐藏或重新聚焦成功),不执行 blur
134
- blurTimeoutRef.current = null;
135
- return;
136
- }
137
-
138
- // 更新 ref 和 state
139
- isFocusedRef.current = false;
140
- setIsFocused(false);
141
- onBlur?.(e);
142
- shouldRefocusRef.current = false;
143
- blurTimeoutRef.current = null;
144
- }, delay);
145
- } else {
146
- isFocusedRef.current = false;
147
- setIsFocused(false);
148
- onBlur?.(e);
149
- }
150
- }, [onBlur, enableBridgelessFix]);
151
-
152
- const shouldShowLabel = useMemo(() =>
153
- props?.defaultShowLabel || propValue || isFocused
154
- , [props?.defaultShowLabel, propValue, isFocused]);
155
-
156
- const containerStyleMemo = useMemo(() => [styles.inputBase, props.containerStyle], [styles.inputBase, props.containerStyle]);
157
- const inputStyleMemo = useMemo(() => [styles.inputBase, styles.input, props.inputStyle], [styles.inputBase, styles.input, props.inputStyle]);
158
- const inputContainerStyleMemo = useMemo(() => [{borderBottomWidth: 0}, props.inputContainerStyle], [props.inputContainerStyle]);
159
-
160
- // 方案 3:注册当前 Input 实例到全局管理器
161
- useEffect(() => {
162
- if (Platform.OS === 'android' && enableBridgelessFix) {
163
- inputInstancesRef.add(shouldRefocusRef);
164
- return () => {
165
- inputInstancesRef.delete(shouldRefocusRef);
166
- };
167
- }
168
- return undefined;
169
- }, [enableBridgelessFix]);
170
-
171
- // Android 键盘监听:当键盘显示时,如果输入框失焦,尝试重新聚焦
172
- // 这是针对 RN 0.77 Bridgeless 模式的兼容性修复
173
- useEffect(() => {
174
- if (Platform.OS !== 'android' || !enableBridgelessFix) {
175
- return;
176
- }
177
-
178
- const keyboardDidShowListener = Keyboard.addListener('keyboardDidShow', () => {
179
- // 键盘显示时,如果应该重新聚焦且输入框失焦,则尝试重新聚焦
180
- // React Native 0.77 可能需要多次尝试才能成功聚焦
181
-
182
- // 方案 1 修复:添加焦点状态检查,防止焦点跳动
183
- // 1. 如果当前组件已经聚焦,不需要重新聚焦(可能是其他 Input 触发的键盘显示)
184
- if (isFocusedRef.current) {
185
- // 当前组件已经聚焦,清除重新聚焦标记,避免后续误操作
186
- shouldRefocusRef.current = false;
187
- return;
188
- }
189
-
190
- // 2. 检查是否在焦点切换保护期内
191
- // 如果最近有 focus 事件(可能是其他 Input 获得焦点),不执行重新聚焦
192
- const timeSinceLastFocus = Date.now() - lastFocusTimeRef.current;
193
- if (timeSinceLastFocus < FOCUS_SWITCH_PROTECTION_PERIOD) {
194
- // 在保护期内,说明可能有其他 Input 正在获得焦点,不执行重新聚焦
195
- shouldRefocusRef.current = false;
196
- return;
197
- }
198
-
199
- // 3. 只有在确实需要重新聚焦且不在保护期内时才执行
200
- if (shouldRefocusRef.current) {
201
- // 使用双重 requestAnimationFrame 确保在渲染完成后执行(RN 0.77 新架构可能需要)
202
- requestAnimationFrame(() => {
203
- requestAnimationFrame(() => {
204
- // 再次检查状态,避免在异步执行期间状态已改变
205
- if (shouldRefocusRef.current && !isFocusedRef.current && inputRef.current) {
206
- // 尝试通过 inputRef 重新聚焦
207
- // @rneui/themed 的 Input 组件可能支持 inputRef prop
208
- try {
209
- // 如果 inputRef.current 有 focus 方法,直接调用
210
- if (typeof inputRef.current.focus === 'function') {
211
- inputRef.current.focus();
212
- shouldRefocusRef.current = false;
213
- } else if (inputRef.current.input && typeof inputRef.current.input.focus === 'function') {
214
- // 某些情况下,Input 组件可能将 TextInput 存储在 input 属性中
215
- inputRef.current.input.focus();
216
- shouldRefocusRef.current = false;
217
- } else if (inputRef.current._input && typeof inputRef.current._input.focus === 'function') {
218
- // 某些版本的 @rneui/themed 可能使用 _input 属性
219
- inputRef.current._input.focus();
220
- shouldRefocusRef.current = false;
221
- } else {
222
- // 如果无法直接聚焦,尝试延迟后再次聚焦(RN 0.77 可能需要)
223
- setTimeout(() => {
224
- if (shouldRefocusRef.current && !isFocusedRef.current && inputRef.current) {
225
- try {
226
- if (inputRef.current.focus) {
227
- inputRef.current.focus();
228
- shouldRefocusRef.current = false;
229
- } else {
230
- shouldRefocusRef.current = false;
231
- }
232
- } catch (err) {
233
- shouldRefocusRef.current = false;
234
- }
235
- }
236
- }, 100);
237
- }
238
- } catch (error) {
239
- // 聚焦失败,清除标记,让 blur 正常执行
240
- shouldRefocusRef.current = false;
241
- }
242
- }
243
- });
244
- });
245
- }
246
- });
247
-
248
- const keyboardDidHideListener = Keyboard.addListener('keyboardDidHide', () => {
249
- // 键盘隐藏时,清除重新聚焦标记
250
- shouldRefocusRef.current = false;
251
- if (blurTimeoutRef.current) {
252
- clearTimeout(blurTimeoutRef.current);
253
- blurTimeoutRef.current = null;
254
- }
255
- });
256
-
257
- keyboardShowListenerRef.current = keyboardDidShowListener;
258
- keyboardHideListenerRef.current = keyboardDidHideListener;
259
-
260
- return () => {
261
- keyboardDidShowListener.remove();
262
- keyboardDidHideListener.remove();
263
- if (blurTimeoutRef.current) {
264
- clearTimeout(blurTimeoutRef.current);
265
- blurTimeoutRef.current = null;
266
- }
267
- };
268
- }, []); // 使用 ref 访问最新状态,不需要添加依赖
269
-
270
- return (
271
- <View
272
- style={{flex: 1}}
273
- onStartShouldSetResponder={() => false}
274
- onResponderTerminationRequest={() => false}
275
- pointerEvents="box-none"
276
- >
277
- <Input
278
- {...(inputRef.current ? { inputRef } as any : {})}
279
- value={propValue}
280
- onFocus={handleFocus}
281
- onBlur={handleBlur}
282
- containerStyle={containerStyleMemo}
283
- inputStyle={inputStyleMemo}
284
- inputContainerStyle={inputContainerStyleMemo}
285
- blurOnSubmit={Platform.OS === 'android' ? false : props.blurOnSubmit}
286
- {...props}
287
- label={
288
- <Text style={[shouldShowLabel ? styles.labelContext : {display: "none"}]}>
289
- {props.label} {props.required && <Text style={styles.require}>*</Text>}
290
- </Text>
291
- }
292
- />
293
- </View>
294
- );
295
- };
296
-
297
- export default withTheme(TapasInput);
@@ -1,31 +0,0 @@
1
- import React, { createContext, useState } from "react";
2
- import { Props as DrawerProps } from "../Drawer/Drawer";
3
-
4
- //@ts-ignore
5
- export const DrawerContext = createContext();
6
-
7
- export const DrawerProvider = ({ children }: any) => {
8
- const [drawerInfo, setDrawerInfo] = useState<DrawerProps>({} as DrawerProps);
9
-
10
- const open = (drawerInfo: DrawerProps ) => {
11
- setDrawerInfo({
12
- ...drawerInfo,
13
- visible: true,
14
- });
15
- };
16
-
17
- const close = () => {
18
- setDrawerInfo({
19
- visible: false,
20
- title: '',
21
- component: null,
22
- showFooter: false
23
- })
24
- }
25
-
26
- return (
27
- <DrawerContext.Provider value={{ drawerInfo, setDrawerInfo, open, close } }>
28
- {children}
29
- </DrawerContext.Provider>
30
- );
31
- };
@@ -1,119 +0,0 @@
1
- import React, { useContext, useState } from "react";
2
- import {View, Platform, ScrollView } from "react-native";
3
- import Navigation, {Props as NavigationProps} from "../Navigation/Navigation";
4
- import Drawer from '../Drawer/Drawer'
5
- import Header, {Props as HeaderProps } from "../Header/Header";
6
- import { makeStyles, withTheme } from "@rneui/themed";
7
- import { Toast } from "../Toast/Toast";
8
- import { ToastContext } from "./ToastContext";
9
- import { DrawerContext } from "./DrawerContext";
10
-
11
- // 移除错误的导出语句,这些类型已经在 index.tsx 中正确导出
12
-
13
-
14
- const useStyles = makeStyles((theme) => ({
15
- container: {
16
- flex: 1,
17
- height: '100%',
18
- overflow: 'hidden',
19
- backgroundColor: theme.colors.background,
20
- position: 'relative',
21
- },
22
- smallContainer: {
23
- marginTop: 70,
24
- height: '90%',
25
- },
26
- navContainer:{
27
- position: 'absolute',
28
- zIndex: 9999,
29
- top: 0,
30
- bottom: 0,
31
- left: 0,
32
- },
33
- bodyContainer: {
34
- flex:1,
35
- flexDirection: 'column',
36
- },
37
- bodyWebContainer: {
38
- marginLeft: 56,
39
- },
40
- toastWebContainer: {
41
- right: 24,
42
- top: 24,
43
- position: 'absolute'
44
- },
45
- toastContainer: {
46
- top: 4,
47
- backgroundColor: 'red'
48
- },
49
- }));
50
-
51
- export type Props = {
52
- children: React.ReactNode;
53
- headerComponent?: React.ReactNode;
54
- headerProps?: HeaderProps,
55
- navigationComponent?: React.ReactNode,
56
- navigationProps?: NavigationProps,
57
- showNavigation?: boolean;
58
- testID?: string;
59
- };
60
-
61
- const isWeb = Platform.OS === 'web';
62
- const Layout: React.FC<Props> = ({ children, headerProps, navigationProps,navigationComponent, headerComponent, showNavigation = true, testID, ...props }: any) => {
63
- const styles = useStyles(props);
64
- //@ts-ignore
65
- const { toastInfo } = useContext (ToastContext) || {};
66
- //@ts-ignore
67
- const { drawerInfo } = useContext (DrawerContext) || {};
68
- const [navVisible, setNavVisible] = useState(!isWeb ? false : true);
69
-
70
- return (
71
- <View style={styles.container} testID={testID}>
72
- {
73
- toastInfo && (<Toast {...toastInfo} style={ isWeb ? styles.toastWebContainer : styles.toastContainer} />)
74
- }
75
- {
76
- drawerInfo && (
77
- <Drawer {...drawerInfo} />
78
- )
79
- }
80
- <View style={{ flexDirection: 'row', height: '100%' }}>
81
- {
82
- showNavigation && (
83
- navigationComponent ? (<View>
84
- {navigationComponent}
85
- </View>) : (<View style={styles.navContainer}>
86
- <Navigation
87
- {...navigationProps}
88
- onMaskPress={() => {
89
- if(Platform.OS !== 'web') {
90
- setNavVisible(!navVisible)
91
- }
92
- }}
93
- visible={navVisible}
94
- />
95
- </View>)
96
- )
97
- }
98
- <View style={[styles.bodyContainer, (showNavigation && isWeb) ? styles.bodyWebContainer : {}]}>
99
- {
100
- headerComponent ? (
101
- <View>
102
- {headerComponent}
103
- </View>
104
- ) : (<Header {...headerProps} showLeftIcon={showNavigation && !isWeb } onLeftIconPress={() => { setNavVisible(!navVisible) }} />)
105
- }
106
- <ScrollView
107
- style={[{ height: '100%'}, Platform.OS !== 'web' ? styles.smallContainer : {}]}
108
- keyboardShouldPersistTaps="handled"
109
- keyboardDismissMode="none"
110
- >
111
- {children}
112
- </ScrollView>
113
- </View>
114
- </View>
115
- </View>
116
- );
117
- };
118
-
119
- export default withTheme(Layout);
@@ -1,29 +0,0 @@
1
- import React, { createContext, useState } from "react";
2
- import { Props as ToastProps } from "../Toast/Toast";
3
-
4
- //@ts-ignore
5
- export const ToastContext = createContext();
6
-
7
- export const ToastProvider = ({ children }: any) => {
8
- const [toastInfo, setToastInfo] = useState<ToastProps>({} as ToastProps);
9
-
10
- const open = (props: ToastProps) => {
11
- setToastInfo({
12
- ...props,
13
- visible: true
14
- })
15
-
16
- }
17
- const close = () => {
18
- setToastInfo({
19
- visible: false,
20
- message: "",
21
- })
22
- }
23
-
24
- return (
25
- <ToastContext.Provider value={{ toastInfo, setToastInfo, open, close } }>
26
- {children}
27
- </ToastContext.Provider>
28
- );
29
- };
@@ -1,24 +0,0 @@
1
- import { ToastProvider } from "./ToastContext";
2
- import { DrawerProvider } from "./DrawerContext";
3
- import React from "react";
4
- import Layout, { Props } from "./Layout";
5
- import {View} from "react-native";
6
-
7
- export { Props } from "./Layout";
8
- export { NavItem, NavItemType, SelectedItem } from "../Navigation/Navigation";
9
-
10
- const Index: React.FC<Props> = ({children, ...props}) => {
11
- return (
12
- <ToastProvider>
13
- <DrawerProvider>
14
- <Layout {...props} >
15
- <View>
16
- {children}
17
- </View>
18
- </Layout>
19
- </DrawerProvider>
20
- </ToastProvider>
21
- )
22
- }
23
-
24
- export default Index;