@pinnacle0/web-ui 0.3.38 → 0.3.39

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 (878) hide show
  1. package/admin/AdminApp/Default/NavigatorSide/index.d.ts +20 -0
  2. package/admin/AdminApp/Default/NavigatorSide/index.js +74 -0
  3. package/admin/AdminApp/Default/NavigatorSide/index.js.map +1 -0
  4. package/{src/admin → admin}/AdminApp/Default/NavigatorSide/index.less +0 -0
  5. package/admin/AdminApp/Default/SoundSwitch.d.ts +14 -0
  6. package/admin/AdminApp/Default/SoundSwitch.js +41 -0
  7. package/admin/AdminApp/Default/SoundSwitch.js.map +1 -0
  8. package/admin/AdminApp/Default/SquareLogo/index.d.ts +15 -0
  9. package/admin/AdminApp/Default/SquareLogo/index.js +39 -0
  10. package/admin/AdminApp/Default/SquareLogo/index.js.map +1 -0
  11. package/{src/admin → admin}/AdminApp/Default/SquareLogo/index.less +0 -0
  12. package/admin/AdminApp/Menu.d.ts +52 -0
  13. package/admin/AdminApp/Menu.js +174 -0
  14. package/admin/AdminApp/Menu.js.map +1 -0
  15. package/admin/AdminApp/Navigator.d.ts +30 -0
  16. package/admin/AdminApp/Navigator.js +200 -0
  17. package/admin/AdminApp/Navigator.js.map +1 -0
  18. package/admin/AdminApp/NotFound.d.ts +10 -0
  19. package/admin/AdminApp/NotFound.js +37 -0
  20. package/admin/AdminApp/NotFound.js.map +1 -0
  21. package/admin/AdminApp/RouteSwitch.d.ts +19 -0
  22. package/admin/AdminApp/RouteSwitch.js +64 -0
  23. package/admin/AdminApp/RouteSwitch.js.map +1 -0
  24. package/admin/AdminApp/WithErrorBoundary.d.ts +15 -0
  25. package/admin/AdminApp/WithErrorBoundary.js +39 -0
  26. package/admin/AdminApp/WithErrorBoundary.js.map +1 -0
  27. package/{src/admin → admin}/AdminApp/asset/alert.mp3 +0 -0
  28. package/admin/AdminApp/context.d.ts +7 -0
  29. package/admin/AdminApp/context.js +7 -0
  30. package/admin/AdminApp/context.js.map +1 -0
  31. package/admin/AdminApp/index.d.ts +39 -0
  32. package/admin/AdminApp/index.js +76 -0
  33. package/admin/AdminApp/index.js.map +1 -0
  34. package/{src/admin → admin}/AdminApp/index.less +0 -0
  35. package/admin/AdminPage/Filter.d.ts +23 -0
  36. package/admin/AdminPage/Filter.js +60 -0
  37. package/admin/AdminPage/Filter.js.map +1 -0
  38. package/admin/AdminPage/Result.d.ts +19 -0
  39. package/admin/AdminPage/Result.js +43 -0
  40. package/admin/AdminPage/Result.js.map +1 -0
  41. package/admin/AdminPage/SaveBar.d.ts +10 -0
  42. package/admin/AdminPage/SaveBar.js +37 -0
  43. package/admin/AdminPage/SaveBar.js.map +1 -0
  44. package/admin/AdminPage/Summary.d.ts +9 -0
  45. package/admin/AdminPage/Summary.js +30 -0
  46. package/admin/AdminPage/Summary.js.map +1 -0
  47. package/admin/AdminPage/TopBar.d.ts +9 -0
  48. package/admin/AdminPage/TopBar.js +30 -0
  49. package/admin/AdminPage/TopBar.js.map +1 -0
  50. package/admin/AdminPage/index.d.ts +21 -0
  51. package/admin/AdminPage/index.js +42 -0
  52. package/admin/AdminPage/index.js.map +1 -0
  53. package/{src/admin → admin}/AdminPage/index.less +0 -0
  54. package/admin/AdminPermissionSelector.d.ts +45 -0
  55. package/admin/AdminPermissionSelector.js +213 -0
  56. package/admin/AdminPermissionSelector.js.map +1 -0
  57. package/admin/RichEditor/index.d.ts +34 -0
  58. package/admin/RichEditor/index.js +104 -0
  59. package/admin/RichEditor/index.js.map +1 -0
  60. package/{src/admin → admin}/RichEditor/index.less +0 -0
  61. package/core/Amount/AmountPercentage.d.ts +19 -0
  62. package/core/Amount/AmountPercentage.js +54 -0
  63. package/core/Amount/AmountPercentage.js.map +1 -0
  64. package/core/Amount/index.d.ts +26 -0
  65. package/core/Amount/index.js +65 -0
  66. package/core/Amount/index.js.map +1 -0
  67. package/{src/core → core}/Amount/index.less +0 -0
  68. package/core/AmountConditionInput.d.ts +28 -0
  69. package/core/AmountConditionInput.js +66 -0
  70. package/core/AmountConditionInput.js.map +1 -0
  71. package/core/AmountRangeInput.d.ts +23 -0
  72. package/core/AmountRangeInput.js +59 -0
  73. package/core/AmountRangeInput.js.map +1 -0
  74. package/core/AuthenticationCodeInput.d.ts +25 -0
  75. package/core/AuthenticationCodeInput.js +149 -0
  76. package/core/AuthenticationCodeInput.js.map +1 -0
  77. package/core/AutoCompleteInput.d.ts +10 -0
  78. package/core/AutoCompleteInput.js +43 -0
  79. package/core/AutoCompleteInput.js.map +1 -0
  80. package/core/Badge/index.d.ts +10 -0
  81. package/core/Badge/index.js +43 -0
  82. package/core/Badge/index.js.map +1 -0
  83. package/{src/core → core}/Badge/index.less +0 -0
  84. package/core/BoolRadio.d.ts +20 -0
  85. package/core/BoolRadio.js +49 -0
  86. package/core/BoolRadio.js.map +1 -0
  87. package/core/BoolSelect.d.ts +19 -0
  88. package/core/BoolSelect.js +48 -0
  89. package/core/BoolSelect.js.map +1 -0
  90. package/core/BoolSwitch.d.ts +17 -0
  91. package/core/BoolSwitch.js +56 -0
  92. package/core/BoolSwitch.js.map +1 -0
  93. package/core/Breadcrumb/index.d.ts +17 -0
  94. package/core/Breadcrumb/index.js +45 -0
  95. package/core/Breadcrumb/index.js.map +1 -0
  96. package/{src/core → core}/Breadcrumb/index.less +0 -0
  97. package/core/Button/index.d.ts +37 -0
  98. package/core/Button/index.js +60 -0
  99. package/core/Button/index.js.map +1 -0
  100. package/{src/core → core}/Button/index.less +0 -0
  101. package/core/Card.d.ts +10 -0
  102. package/core/Card.js +43 -0
  103. package/core/Card.js.map +1 -0
  104. package/core/Carousel.d.ts +11 -0
  105. package/core/Carousel.js +54 -0
  106. package/core/Carousel.js.map +1 -0
  107. package/core/Carousel3D/index.d.ts +27 -0
  108. package/core/Carousel3D/index.js +116 -0
  109. package/core/Carousel3D/index.js.map +1 -0
  110. package/{src/core → core}/Carousel3D/index.less +0 -0
  111. package/core/Cascader/InitialNullable.d.ts +10 -0
  112. package/core/Cascader/InitialNullable.js +54 -0
  113. package/core/Cascader/InitialNullable.js.map +1 -0
  114. package/core/Cascader/Nullable.d.ts +12 -0
  115. package/core/Cascader/Nullable.js +86 -0
  116. package/core/Cascader/Nullable.js.map +1 -0
  117. package/core/Cascader/index.d.ts +37 -0
  118. package/core/Cascader/index.js +117 -0
  119. package/core/Cascader/index.js.map +1 -0
  120. package/{src/core → core}/Cascader/index.less +0 -0
  121. package/core/Checkbox/index.d.ts +15 -0
  122. package/core/Checkbox/index.js +47 -0
  123. package/core/Checkbox/index.js.map +1 -0
  124. package/{src/core → core}/Checkbox/index.less +0 -0
  125. package/core/Collapse.d.ts +12 -0
  126. package/core/Collapse.js +43 -0
  127. package/core/Collapse.js.map +1 -0
  128. package/core/Countdown/SlidingDigit.d.ts +15 -0
  129. package/core/Countdown/SlidingDigit.js +43 -0
  130. package/core/Countdown/SlidingDigit.js.map +1 -0
  131. package/core/Countdown/index.d.ts +39 -0
  132. package/core/Countdown/index.js +106 -0
  133. package/core/Countdown/index.js.map +1 -0
  134. package/{src/core → core}/Countdown/index.less +0 -0
  135. package/core/DarkOverlay/index.d.ts +12 -0
  136. package/core/DarkOverlay/index.js +32 -0
  137. package/core/DarkOverlay/index.js.map +1 -0
  138. package/{src/core → core}/DarkOverlay/index.less +0 -0
  139. package/core/DateCalendar.d.ts +18 -0
  140. package/core/DateCalendar.js +85 -0
  141. package/core/DateCalendar.js.map +1 -0
  142. package/core/DatePicker/index.d.ts +18 -0
  143. package/core/DatePicker/index.js +53 -0
  144. package/core/DatePicker/index.js.map +1 -0
  145. package/{src/core → core}/DatePicker/index.less +0 -0
  146. package/core/DateRangePicker/index.d.ts +18 -0
  147. package/core/DateRangePicker/index.js +59 -0
  148. package/core/DateRangePicker/index.js.map +1 -0
  149. package/{src/core → core}/DateRangePicker/index.less +0 -0
  150. package/core/DateTimePicker/index.d.ts +19 -0
  151. package/core/DateTimePicker/index.js +59 -0
  152. package/core/DateTimePicker/index.js.map +1 -0
  153. package/{src/core → core}/DateTimePicker/index.less +0 -0
  154. package/core/DateTimeRangePicker/index.d.ts +20 -0
  155. package/core/DateTimeRangePicker/index.js +59 -0
  156. package/core/DateTimeRangePicker/index.js.map +1 -0
  157. package/{src/core → core}/DateTimeRangePicker/index.less +0 -0
  158. package/core/Descriptions/index.d.ts +27 -0
  159. package/core/Descriptions/index.js +51 -0
  160. package/core/Descriptions/index.js.map +1 -0
  161. package/{src/core → core}/Descriptions/index.less +0 -0
  162. package/core/DocumentTitle.d.ts +28 -0
  163. package/core/DocumentTitle.js +53 -0
  164. package/core/DocumentTitle.js.map +1 -0
  165. package/core/Drawer.d.ts +9 -0
  166. package/core/Drawer.js +41 -0
  167. package/core/Drawer.js.map +1 -0
  168. package/core/Dropdown.d.ts +9 -0
  169. package/core/Dropdown.js +10 -0
  170. package/core/Dropdown.js.map +1 -0
  171. package/core/EnumCheckboxGroup/Map.d.ts +10 -0
  172. package/core/EnumCheckboxGroup/Map.js +55 -0
  173. package/core/EnumCheckboxGroup/Map.js.map +1 -0
  174. package/core/EnumCheckboxGroup/index.d.ts +12 -0
  175. package/core/EnumCheckboxGroup/index.js +36 -0
  176. package/core/EnumCheckboxGroup/index.js.map +1 -0
  177. package/core/EnumRadio/InitialNullable.d.ts +11 -0
  178. package/core/EnumRadio/InitialNullable.js +56 -0
  179. package/core/EnumRadio/InitialNullable.js.map +1 -0
  180. package/core/EnumRadio/Map.d.ts +10 -0
  181. package/core/EnumRadio/Map.js +55 -0
  182. package/core/EnumRadio/Map.js.map +1 -0
  183. package/core/EnumRadio/Nullable.d.ts +12 -0
  184. package/core/EnumRadio/Nullable.js +88 -0
  185. package/core/EnumRadio/Nullable.js.map +1 -0
  186. package/core/EnumRadio/index.d.ts +24 -0
  187. package/core/EnumRadio/index.js +45 -0
  188. package/core/EnumRadio/index.js.map +1 -0
  189. package/core/EnumSelect/InitialNullable.d.ts +10 -0
  190. package/core/EnumSelect/InitialNullable.js +54 -0
  191. package/core/EnumSelect/InitialNullable.js.map +1 -0
  192. package/core/EnumSelect/Map.d.ts +10 -0
  193. package/core/EnumSelect/Map.js +55 -0
  194. package/core/EnumSelect/Map.js.map +1 -0
  195. package/core/EnumSelect/Nullable.d.ts +12 -0
  196. package/core/EnumSelect/Nullable.js +88 -0
  197. package/core/EnumSelect/Nullable.js.map +1 -0
  198. package/core/EnumSelect/index.d.ts +29 -0
  199. package/core/EnumSelect/index.js +61 -0
  200. package/core/EnumSelect/index.js.map +1 -0
  201. package/{src/core → core}/EnumSelect/index.less +0 -0
  202. package/core/FlatList/VirtualFlatList/Item.d.ts +11 -0
  203. package/core/FlatList/VirtualFlatList/Item.js +20 -0
  204. package/core/FlatList/VirtualFlatList/Item.js.map +1 -0
  205. package/core/FlatList/VirtualFlatList/index.d.ts +7 -0
  206. package/core/FlatList/VirtualFlatList/index.js +110 -0
  207. package/core/FlatList/VirtualFlatList/index.js.map +1 -0
  208. package/{src/core → core}/FlatList/VirtualFlatList/index.less +0 -0
  209. package/core/FlatList/VirtualFlatList/type.d.ts +20 -0
  210. package/core/FlatList/VirtualFlatList/type.js +2 -0
  211. package/core/FlatList/VirtualFlatList/type.js.map +1 -0
  212. package/core/FlatList/index.d.ts +3 -0
  213. package/core/FlatList/index.js +60 -0
  214. package/core/FlatList/index.js.map +1 -0
  215. package/core/FlatList/shared/Footer/index.d.ts +8 -0
  216. package/core/FlatList/shared/Footer/index.js +13 -0
  217. package/core/FlatList/shared/Footer/index.js.map +1 -0
  218. package/{src/core → core}/FlatList/shared/Footer/index.less +0 -0
  219. package/core/FlatList/shared/GetRowKey.d.ts +2 -0
  220. package/core/FlatList/shared/GetRowKey.js +12 -0
  221. package/core/FlatList/shared/GetRowKey.js.map +1 -0
  222. package/core/FlatList/shared/Spinner/index.d.ts +8 -0
  223. package/core/FlatList/shared/Spinner/index.js +10 -0
  224. package/core/FlatList/shared/Spinner/index.js.map +1 -0
  225. package/{src/core → core}/FlatList/shared/Spinner/index.less +0 -0
  226. package/core/FlatList/shared/Wrapper/Loading.d.ts +8 -0
  227. package/core/FlatList/shared/Wrapper/Loading.js +7 -0
  228. package/core/FlatList/shared/Wrapper/Loading.js.map +1 -0
  229. package/core/FlatList/shared/Wrapper/index.d.ts +14 -0
  230. package/core/FlatList/shared/Wrapper/index.js +109 -0
  231. package/core/FlatList/shared/Wrapper/index.js.map +1 -0
  232. package/{src/core → core}/FlatList/shared/Wrapper/index.less +0 -0
  233. package/core/FlatList/shared/hooks/useBounceSwipe.d.ts +22 -0
  234. package/core/FlatList/shared/hooks/useBounceSwipe.js +111 -0
  235. package/core/FlatList/shared/hooks/useBounceSwipe.js.map +1 -0
  236. package/core/FlatList/shared/hooks/useElementScrollState.d.ts +8 -0
  237. package/core/FlatList/shared/hooks/useElementScrollState.js +38 -0
  238. package/core/FlatList/shared/hooks/useElementScrollState.js.map +1 -0
  239. package/core/FlatList/shared/hooks/useLoadingWithDelay.d.ts +9 -0
  240. package/core/FlatList/shared/hooks/useLoadingWithDelay.js +52 -0
  241. package/core/FlatList/shared/hooks/useLoadingWithDelay.js.map +1 -0
  242. package/core/FlatList/type.d.ts +48 -0
  243. package/core/FlatList/type.js +2 -0
  244. package/core/FlatList/type.js.map +1 -0
  245. package/core/Foldable/index.d.ts +18 -0
  246. package/core/Foldable/index.js +41 -0
  247. package/core/Foldable/index.js.map +1 -0
  248. package/{src/core → core}/Foldable/index.less +0 -0
  249. package/core/Form/Item.d.ts +29 -0
  250. package/core/Form/Item.js +106 -0
  251. package/core/Form/Item.js.map +1 -0
  252. package/core/Form/context.d.ts +14 -0
  253. package/core/Form/context.js +7 -0
  254. package/core/Form/context.js.map +1 -0
  255. package/core/Form/index.d.ts +36 -0
  256. package/core/Form/index.js +143 -0
  257. package/core/Form/index.js.map +1 -0
  258. package/{src/core → core}/Form/index.less +0 -0
  259. package/core/Grid.d.ts +6 -0
  260. package/core/Grid.js +7 -0
  261. package/core/Grid.js.map +1 -0
  262. package/core/HTMLContent/index.d.ts +11 -0
  263. package/core/HTMLContent/index.js +32 -0
  264. package/core/HTMLContent/index.js.map +1 -0
  265. package/{src/core → core}/HTMLContent/index.less +0 -0
  266. package/core/ImageUploader/index.d.ts +24 -0
  267. package/core/ImageUploader/index.js +148 -0
  268. package/core/ImageUploader/index.js.map +1 -0
  269. package/{src/core → core}/ImageUploader/index.less +0 -0
  270. package/core/Input/index.d.ts +39 -0
  271. package/core/Input/index.js +88 -0
  272. package/core/Input/index.js.map +1 -0
  273. package/{src/core → core}/Input/index.less +0 -0
  274. package/core/LabelledSelect.d.ts +11 -0
  275. package/core/LabelledSelect.js +42 -0
  276. package/core/LabelledSelect.js.map +1 -0
  277. package/core/Link.d.ts +15 -0
  278. package/core/Link.js +48 -0
  279. package/core/Link.js.map +1 -0
  280. package/core/LocalImporter.d.ts +21 -0
  281. package/core/LocalImporter.js +93 -0
  282. package/core/LocalImporter.js.map +1 -0
  283. package/core/LocaleProvider.d.ts +12 -0
  284. package/core/LocaleProvider.js +38 -0
  285. package/core/LocaleProvider.js.map +1 -0
  286. package/core/LocaleSelect.d.ts +11 -0
  287. package/core/LocaleSelect.js +45 -0
  288. package/core/LocaleSelect.js.map +1 -0
  289. package/core/Markdown/index.d.ts +20 -0
  290. package/core/Markdown/index.js +40 -0
  291. package/core/Markdown/index.js.map +1 -0
  292. package/{src/core → core}/Markdown/index.less +0 -0
  293. package/core/Modal/index.d.ts +16 -0
  294. package/core/Modal/index.js +67 -0
  295. package/core/Modal/index.js.map +1 -0
  296. package/{src/core → core}/Modal/index.less +0 -0
  297. package/core/MultipleCascader/index.d.ts +31 -0
  298. package/core/MultipleCascader/index.js +151 -0
  299. package/core/MultipleCascader/index.js.map +1 -0
  300. package/{src/core → core}/MultipleCascader/index.less +0 -0
  301. package/core/MultipleEnumSelect.d.ts +17 -0
  302. package/core/MultipleEnumSelect.js +40 -0
  303. package/core/MultipleEnumSelect.js.map +1 -0
  304. package/core/MultipleSelector/TablePopover.d.ts +20 -0
  305. package/core/MultipleSelector/TablePopover.js +95 -0
  306. package/core/MultipleSelector/TablePopover.js.map +1 -0
  307. package/core/MultipleSelector/index.d.ts +33 -0
  308. package/core/MultipleSelector/index.js +103 -0
  309. package/core/MultipleSelector/index.js.map +1 -0
  310. package/core/MutableTable/index.d.ts +44 -0
  311. package/core/MutableTable/index.js +139 -0
  312. package/core/MutableTable/index.js.map +1 -0
  313. package/{src/core → core}/MutableTable/index.less +0 -0
  314. package/core/NumberInput/NumberInputPercentage.d.ts +58 -0
  315. package/core/NumberInput/NumberInputPercentage.js +75 -0
  316. package/core/NumberInput/NumberInputPercentage.js.map +1 -0
  317. package/core/NumberInput/index.d.ts +70 -0
  318. package/core/NumberInput/index.js +130 -0
  319. package/core/NumberInput/index.js.map +1 -0
  320. package/{src/core → core}/NumberInput/index.less +0 -0
  321. package/core/NumberInput/util.d.ts +34 -0
  322. package/core/NumberInput/util.js +57 -0
  323. package/core/NumberInput/util.js.map +1 -0
  324. package/core/OverflowableText/index.d.ts +22 -0
  325. package/core/OverflowableText/index.js +64 -0
  326. package/core/OverflowableText/index.js.map +1 -0
  327. package/{src/core → core}/OverflowableText/index.less +0 -0
  328. package/core/PagedList/index.d.ts +27 -0
  329. package/core/PagedList/index.js +81 -0
  330. package/core/PagedList/index.js.map +1 -0
  331. package/{src/core → core}/PagedList/index.less +0 -0
  332. package/core/Pagination/index.d.ts +21 -0
  333. package/core/Pagination/index.js +51 -0
  334. package/core/Pagination/index.js.map +1 -0
  335. package/{src/core → core}/Pagination/index.less +0 -0
  336. package/core/Popover/index.d.ts +11 -0
  337. package/core/Popover/index.js +43 -0
  338. package/core/Popover/index.js.map +1 -0
  339. package/{src/core → core}/Popover/index.less +0 -0
  340. package/core/Progress.d.ts +10 -0
  341. package/core/Progress.js +42 -0
  342. package/core/Progress.js.map +1 -0
  343. package/core/Radio/index.d.ts +13 -0
  344. package/core/Radio/index.js +45 -0
  345. package/core/Radio/index.js.map +1 -0
  346. package/{src/core → core}/Radio/index.less +0 -0
  347. package/core/RelativeTime.d.ts +18 -0
  348. package/core/RelativeTime.js +60 -0
  349. package/core/RelativeTime.js.map +1 -0
  350. package/core/ResizeObserver.d.ts +2 -0
  351. package/core/ResizeObserver.js +2 -0
  352. package/core/ResizeObserver.js.map +1 -0
  353. package/core/SearchableSelect.d.ts +15 -0
  354. package/core/SearchableSelect.js +42 -0
  355. package/core/SearchableSelect.js.map +1 -0
  356. package/core/Select/index.d.ts +16 -0
  357. package/core/Select/index.js +45 -0
  358. package/core/Select/index.js.map +1 -0
  359. package/{src/core → core}/Select/index.less +0 -0
  360. package/core/SignedAmountInput.d.ts +20 -0
  361. package/core/SignedAmountInput.js +56 -0
  362. package/core/SignedAmountInput.js.map +1 -0
  363. package/core/Skeleton.d.ts +9 -0
  364. package/core/Skeleton.js +42 -0
  365. package/core/Skeleton.js.map +1 -0
  366. package/core/Slider/RangeSlider.d.ts +11 -0
  367. package/core/Slider/RangeSlider.js +53 -0
  368. package/core/Slider/RangeSlider.js.map +1 -0
  369. package/core/Slider/index.d.ts +16 -0
  370. package/core/Slider/index.js +79 -0
  371. package/core/Slider/index.js.map +1 -0
  372. package/{src/core → core}/Slider/index.less +0 -0
  373. package/core/Space.d.ts +10 -0
  374. package/core/Space.js +42 -0
  375. package/core/Space.js.map +1 -0
  376. package/core/Spin.d.ts +12 -0
  377. package/core/Spin.js +55 -0
  378. package/core/Spin.js.map +1 -0
  379. package/core/StepFormContainer/index.d.ts +27 -0
  380. package/core/StepFormContainer/index.js +50 -0
  381. package/core/StepFormContainer/index.js.map +1 -0
  382. package/{src/core → core}/StepFormContainer/index.less +0 -0
  383. package/core/Steps/index.d.ts +11 -0
  384. package/core/Steps/index.js +44 -0
  385. package/core/Steps/index.js.map +1 -0
  386. package/{src/core → core}/Steps/index.less +0 -0
  387. package/core/Table/index.d.ts +89 -0
  388. package/core/Table/index.js +152 -0
  389. package/core/Table/index.js.map +1 -0
  390. package/{src/core → core}/Table/index.less +0 -0
  391. package/core/Tabs/Single.d.ts +11 -0
  392. package/core/Tabs/Single.js +54 -0
  393. package/core/Tabs/Single.js.map +1 -0
  394. package/core/Tabs/index.d.ts +30 -0
  395. package/core/Tabs/index.js +96 -0
  396. package/core/Tabs/index.js.map +1 -0
  397. package/{src/core → core}/Tabs/index.less +0 -0
  398. package/core/Tag.d.ts +11 -0
  399. package/core/Tag.js +42 -0
  400. package/core/Tag.js.map +1 -0
  401. package/core/TagInput/index.d.ts +27 -0
  402. package/core/TagInput/index.js +107 -0
  403. package/core/TagInput/index.js.map +1 -0
  404. package/{src/core → core}/TagInput/index.less +0 -0
  405. package/core/Tags.d.ts +17 -0
  406. package/core/Tags.js +38 -0
  407. package/core/Tags.js.map +1 -0
  408. package/core/TimePicker/index.d.ts +17 -0
  409. package/core/TimePicker/index.js +46 -0
  410. package/core/TimePicker/index.js.map +1 -0
  411. package/{src/core → core}/TimePicker/index.less +0 -0
  412. package/core/TimeRangePicker/index.d.ts +17 -0
  413. package/core/TimeRangePicker/index.js +45 -0
  414. package/core/TimeRangePicker/index.js.map +1 -0
  415. package/{src/core → core}/TimeRangePicker/index.less +0 -0
  416. package/core/Tooltip.d.ts +9 -0
  417. package/core/Tooltip.js +42 -0
  418. package/core/Tooltip.js.map +1 -0
  419. package/core/TypedTabs/index.d.ts +23 -0
  420. package/core/TypedTabs/index.js +76 -0
  421. package/core/TypedTabs/index.js.map +1 -0
  422. package/{src/core → core}/TypedTabs/index.less +0 -0
  423. package/core/Uploader.d.ts +34 -0
  424. package/core/Uploader.js +97 -0
  425. package/core/Uploader.js.map +1 -0
  426. package/core/VerticalMarquee/index.d.ts +19 -0
  427. package/core/VerticalMarquee/index.js +51 -0
  428. package/core/VerticalMarquee/index.js.map +1 -0
  429. package/{src/core → core}/VerticalMarquee/index.less +0 -0
  430. package/core/VirtualTable/TableHeader.d.ts +13 -0
  431. package/core/VirtualTable/TableHeader.js +45 -0
  432. package/core/VirtualTable/TableHeader.js.map +1 -0
  433. package/core/VirtualTable/TableRow.d.ts +21 -0
  434. package/core/VirtualTable/TableRow.js +59 -0
  435. package/core/VirtualTable/TableRow.js.map +1 -0
  436. package/core/VirtualTable/hooks/useColumnWidths.d.ts +11 -0
  437. package/core/VirtualTable/hooks/useColumnWidths.js +38 -0
  438. package/core/VirtualTable/hooks/useColumnWidths.js.map +1 -0
  439. package/core/VirtualTable/hooks/useDebounce.d.ts +1 -0
  440. package/core/VirtualTable/hooks/useDebounce.js +45 -0
  441. package/core/VirtualTable/hooks/useDebounce.js.map +1 -0
  442. package/core/VirtualTable/hooks/useLayout.d.ts +17 -0
  443. package/core/VirtualTable/hooks/useLayout.js +44 -0
  444. package/core/VirtualTable/hooks/useLayout.js.map +1 -0
  445. package/core/VirtualTable/hooks/useRowExpand.d.ts +7 -0
  446. package/core/VirtualTable/hooks/useRowExpand.js +20 -0
  447. package/core/VirtualTable/hooks/useRowExpand.js.map +1 -0
  448. package/core/VirtualTable/hooks/useRowSelection.d.ts +10 -0
  449. package/core/VirtualTable/hooks/useRowSelection.js +83 -0
  450. package/core/VirtualTable/hooks/useRowSelection.js.map +1 -0
  451. package/core/VirtualTable/hooks/useScrollBarSize.d.ts +5 -0
  452. package/core/VirtualTable/hooks/useScrollBarSize.js +36 -0
  453. package/core/VirtualTable/hooks/useScrollBarSize.js.map +1 -0
  454. package/core/VirtualTable/hooks/useScrollToEdge.d.ts +8 -0
  455. package/core/VirtualTable/hooks/useScrollToEdge.js +48 -0
  456. package/core/VirtualTable/hooks/useScrollToEdge.js.map +1 -0
  457. package/core/VirtualTable/hooks/useStickyPosition.d.ts +2 -0
  458. package/core/VirtualTable/hooks/useStickyPosition.js +24 -0
  459. package/core/VirtualTable/hooks/useStickyPosition.js.map +1 -0
  460. package/core/VirtualTable/hooks/useTransformColumn.d.ts +11 -0
  461. package/core/VirtualTable/hooks/useTransformColumn.js +9 -0
  462. package/core/VirtualTable/hooks/useTransformColumn.js.map +1 -0
  463. package/core/VirtualTable/index.d.ts +30 -0
  464. package/core/VirtualTable/index.js +85 -0
  465. package/core/VirtualTable/index.js.map +1 -0
  466. package/{src/core → core}/VirtualTable/index.less +0 -0
  467. package/core/VirtualTable/type.d.ts +57 -0
  468. package/core/VirtualTable/type.js +2 -0
  469. package/core/VirtualTable/type.js.map +1 -0
  470. package/core/WithExplanation/index.d.ts +21 -0
  471. package/core/WithExplanation/index.js +46 -0
  472. package/core/WithExplanation/index.js.map +1 -0
  473. package/{src/core → core}/WithExplanation/index.less +0 -0
  474. package/core/WithTooltipList.d.ts +23 -0
  475. package/core/WithTooltipList.js +64 -0
  476. package/core/WithTooltipList.js.map +1 -0
  477. package/core/YearMonthSelector.d.ts +16 -0
  478. package/core/YearMonthSelector.js +53 -0
  479. package/core/YearMonthSelector.js.map +1 -0
  480. package/{src/css → css}/global.less +0 -0
  481. package/{src/css → css}/variable.less +0 -0
  482. package/hooks/useOrientationMode.d.ts +2 -0
  483. package/hooks/useOrientationMode.js +30 -0
  484. package/hooks/useOrientationMode.js.map +1 -0
  485. package/hooks/useSwipe/controller.d.ts +20 -0
  486. package/hooks/useSwipe/controller.js +126 -0
  487. package/hooks/useSwipe/controller.js.map +1 -0
  488. package/hooks/useSwipe/index.d.ts +3 -0
  489. package/hooks/useSwipe/index.js +9 -0
  490. package/hooks/useSwipe/index.js.map +1 -0
  491. package/hooks/useSwipe/type.d.ts +38 -0
  492. package/hooks/useSwipe/type.js +8 -0
  493. package/hooks/useSwipe/type.js.map +1 -0
  494. package/hooks/useTransform.d.ts +18 -0
  495. package/hooks/useTransform.js +62 -0
  496. package/hooks/useTransform.js.map +1 -0
  497. package/internal/ArrayUtil.d.ts +29 -0
  498. package/internal/ArrayUtil.js +76 -0
  499. package/internal/ArrayUtil.js.map +1 -0
  500. package/internal/ExpirableLocalStorage.d.ts +123 -0
  501. package/internal/ExpirableLocalStorage.js +245 -0
  502. package/internal/ExpirableLocalStorage.js.map +1 -0
  503. package/internal/Memo.d.ts +9 -0
  504. package/internal/Memo.js +31 -0
  505. package/internal/Memo.js.map +1 -0
  506. package/internal/NumberUtil.d.ts +7 -0
  507. package/internal/NumberUtil.js +38 -0
  508. package/internal/NumberUtil.js.map +1 -0
  509. package/internal/StorageHelper.d.ts +31 -0
  510. package/internal/StorageHelper.js +152 -0
  511. package/internal/StorageHelper.js.map +1 -0
  512. package/internal/TextUtil.d.ts +5 -0
  513. package/internal/TextUtil.js +15 -0
  514. package/internal/TextUtil.js.map +1 -0
  515. package/internal/i18n/admin/en.d.ts +18 -0
  516. package/internal/i18n/admin/en.js +19 -0
  517. package/internal/i18n/admin/en.js.map +1 -0
  518. package/internal/i18n/admin/index.d.ts +18 -0
  519. package/internal/i18n/admin/index.js +11 -0
  520. package/internal/i18n/admin/index.js.map +1 -0
  521. package/internal/i18n/admin/zh.d.ts +18 -0
  522. package/internal/i18n/admin/zh.js +19 -0
  523. package/internal/i18n/admin/zh.js.map +1 -0
  524. package/internal/i18n/core/en.d.ts +37 -0
  525. package/internal/i18n/core/en.js +38 -0
  526. package/internal/i18n/core/en.js.map +1 -0
  527. package/internal/i18n/core/index.d.ts +37 -0
  528. package/internal/i18n/core/index.js +11 -0
  529. package/internal/i18n/core/index.js.map +1 -0
  530. package/internal/i18n/core/zh.d.ts +37 -0
  531. package/internal/i18n/core/zh.js +38 -0
  532. package/internal/i18n/core/zh.js.map +1 -0
  533. package/internal/i18n/util/en.d.ts +9 -0
  534. package/internal/i18n/util/en.js +10 -0
  535. package/internal/i18n/util/en.js.map +1 -0
  536. package/internal/i18n/util/index.d.ts +9 -0
  537. package/internal/i18n/util/index.js +11 -0
  538. package/internal/i18n/util/index.js.map +1 -0
  539. package/internal/i18n/util/zh.d.ts +9 -0
  540. package/internal/i18n/util/zh.js +10 -0
  541. package/internal/i18n/util/zh.js.map +1 -0
  542. package/internal/type.d.ts +15 -0
  543. package/internal/type.js +2 -0
  544. package/internal/type.js.map +1 -0
  545. package/package.json +1 -1
  546. package/util/AdminNavigatorBase.d.ts +64 -0
  547. package/util/AdminNavigatorBase.js +101 -0
  548. package/util/AdminNavigatorBase.js.map +1 -0
  549. package/util/BrowserBookmarkUtil.d.ts +5 -0
  550. package/util/BrowserBookmarkUtil.js +25 -0
  551. package/util/BrowserBookmarkUtil.js.map +1 -0
  552. package/util/BrowserUtil.d.ts +31 -0
  553. package/util/BrowserUtil.js +154 -0
  554. package/util/BrowserUtil.js.map +1 -0
  555. package/util/CanvasUtil.d.ts +17 -0
  556. package/util/CanvasUtil.js +94 -0
  557. package/util/CanvasUtil.js.map +1 -0
  558. package/util/ClassNames.d.ts +2 -0
  559. package/util/ClassNames.js +3 -0
  560. package/util/ClassNames.js.map +1 -0
  561. package/util/Clipboard.d.ts +22 -0
  562. package/util/Clipboard.js +118 -0
  563. package/util/Clipboard.js.map +1 -0
  564. package/util/ExpirableLocalStorageUtil.d.ts +2 -0
  565. package/util/ExpirableLocalStorageUtil.js +3 -0
  566. package/util/ExpirableLocalStorageUtil.js.map +1 -0
  567. package/util/ExportUtil.d.ts +11 -0
  568. package/util/ExportUtil.js +28 -0
  569. package/util/ExportUtil.js.map +1 -0
  570. package/util/ImportUtil.d.ts +10 -0
  571. package/util/ImportUtil.js +94 -0
  572. package/util/ImportUtil.js.map +1 -0
  573. package/util/LocalStorageUtil.d.ts +2 -0
  574. package/util/LocalStorageUtil.js +3 -0
  575. package/util/LocalStorageUtil.js.map +1 -0
  576. package/util/LocaleUtil.d.ts +22 -0
  577. package/util/LocaleUtil.js +34 -0
  578. package/util/LocaleUtil.js.map +1 -0
  579. package/util/MediaUtil/index.d.ts +10 -0
  580. package/util/MediaUtil/index.js +60 -0
  581. package/util/MediaUtil/index.js.map +1 -0
  582. package/{src/util → util}/MediaUtil/index.less +0 -0
  583. package/util/MessageUtil/index.d.ts +15 -0
  584. package/util/MessageUtil/index.js +29 -0
  585. package/util/MessageUtil/index.js.map +1 -0
  586. package/{src/util → util}/MessageUtil/index.less +0 -0
  587. package/util/ModalUtil/index.d.ts +41 -0
  588. package/util/ModalUtil/index.js +145 -0
  589. package/util/ModalUtil/index.js.map +1 -0
  590. package/{src/util → util}/ModalUtil/index.less +0 -0
  591. package/util/NotificationUtil.d.ts +12 -0
  592. package/util/NotificationUtil.js +52 -0
  593. package/util/NotificationUtil.js.map +1 -0
  594. package/util/OrientationUtil.d.ts +20 -0
  595. package/util/OrientationUtil.js +50 -0
  596. package/util/OrientationUtil.js.map +1 -0
  597. package/util/PromptUtil/PromptBody.d.ts +18 -0
  598. package/util/PromptUtil/PromptBody.js +100 -0
  599. package/util/PromptUtil/PromptBody.js.map +1 -0
  600. package/util/PromptUtil/index.d.ts +19 -0
  601. package/util/PromptUtil/index.js +48 -0
  602. package/util/PromptUtil/index.js.map +1 -0
  603. package/{src/util → util}/PromptUtil/index.less +0 -0
  604. package/util/RecentUsedStorageUtil.d.ts +12 -0
  605. package/util/RecentUsedStorageUtil.js +45 -0
  606. package/util/RecentUsedStorageUtil.js.map +1 -0
  607. package/util/SessionStorageUtil.d.ts +2 -0
  608. package/util/SessionStorageUtil.js +3 -0
  609. package/util/SessionStorageUtil.js.map +1 -0
  610. package/util/SwipeUtil.d.ts +8 -0
  611. package/util/SwipeUtil.js +26 -0
  612. package/util/SwipeUtil.js.map +1 -0
  613. package/util/UploadUtil/index.d.ts +6 -0
  614. package/util/UploadUtil/index.js +61 -0
  615. package/util/UploadUtil/index.js.map +1 -0
  616. package/util/UploadUtil/type.d.ts +41 -0
  617. package/util/UploadUtil/type.js +2 -0
  618. package/util/UploadUtil/type.js.map +1 -0
  619. package/config/jest-stubs/style-stub.js +0 -13
  620. package/config/jest.config.ts +0 -57
  621. package/config/tsconfig.script.json +0 -12
  622. package/config/tsconfig.src.json +0 -15
  623. package/config/tsconfig.test.json +0 -20
  624. package/script/build.ts +0 -103
  625. package/script/format.ts +0 -7
  626. package/script/start-mobile.ts +0 -13
  627. package/script/start.ts +0 -31
  628. package/src/admin/AdminApp/Default/NavigatorSide/index.tsx +0 -68
  629. package/src/admin/AdminApp/Default/SoundSwitch.tsx +0 -32
  630. package/src/admin/AdminApp/Default/SquareLogo/index.tsx +0 -32
  631. package/src/admin/AdminApp/Menu.tsx +0 -154
  632. package/src/admin/AdminApp/Navigator.tsx +0 -186
  633. package/src/admin/AdminApp/NotFound.tsx +0 -24
  634. package/src/admin/AdminApp/RouteSwitch.tsx +0 -61
  635. package/src/admin/AdminApp/WithErrorBoundary.tsx +0 -36
  636. package/src/admin/AdminApp/context.ts +0 -13
  637. package/src/admin/AdminApp/index.tsx +0 -96
  638. package/src/admin/AdminPage/Filter.tsx +0 -76
  639. package/src/admin/AdminPage/Result.tsx +0 -41
  640. package/src/admin/AdminPage/SaveBar.tsx +0 -33
  641. package/src/admin/AdminPage/Summary.tsx +0 -15
  642. package/src/admin/AdminPage/TopBar.tsx +0 -15
  643. package/src/admin/AdminPage/index.tsx +0 -29
  644. package/src/admin/AdminPermissionSelector.tsx +0 -299
  645. package/src/admin/RichEditor/index.tsx +0 -123
  646. package/src/core/Amount/AmountPercentage.tsx +0 -27
  647. package/src/core/Amount/index.tsx +0 -71
  648. package/src/core/AmountConditionInput.tsx +0 -63
  649. package/src/core/AmountRangeInput.tsx +0 -66
  650. package/src/core/AuthenticationCodeInput.tsx +0 -85
  651. package/src/core/AutoCompleteInput.tsx +0 -16
  652. package/src/core/Badge/index.tsx +0 -15
  653. package/src/core/BoolRadio.tsx +0 -62
  654. package/src/core/BoolSelect.tsx +0 -50
  655. package/src/core/BoolSwitch.tsx +0 -37
  656. package/src/core/Breadcrumb/index.tsx +0 -46
  657. package/src/core/Button/index.tsx +0 -59
  658. package/src/core/Card.tsx +0 -16
  659. package/src/core/Carousel.tsx +0 -19
  660. package/src/core/Carousel3D/index.tsx +0 -150
  661. package/src/core/Cascader/InitialNullable.tsx +0 -20
  662. package/src/core/Cascader/Nullable.tsx +0 -28
  663. package/src/core/Cascader/index.tsx +0 -93
  664. package/src/core/Checkbox/index.tsx +0 -24
  665. package/src/core/Collapse.tsx +0 -19
  666. package/src/core/Countdown/SlidingDigit.tsx +0 -39
  667. package/src/core/Countdown/index.tsx +0 -125
  668. package/src/core/DarkOverlay/index.tsx +0 -24
  669. package/src/core/DateCalendar.tsx +0 -106
  670. package/src/core/DatePicker/index.tsx +0 -54
  671. package/src/core/DateRangePicker/index.tsx +0 -58
  672. package/src/core/DateTimePicker/index.tsx +0 -61
  673. package/src/core/DateTimeRangePicker/index.tsx +0 -60
  674. package/src/core/Descriptions/index.tsx +0 -45
  675. package/src/core/DocumentTitle.tsx +0 -58
  676. package/src/core/Drawer.tsx +0 -14
  677. package/src/core/Dropdown.tsx +0 -10
  678. package/src/core/EnumCheckboxGroup/Map.tsx +0 -21
  679. package/src/core/EnumCheckboxGroup/index.tsx +0 -23
  680. package/src/core/EnumRadio/InitialNullable.tsx +0 -24
  681. package/src/core/EnumRadio/Map.tsx +0 -21
  682. package/src/core/EnumRadio/Nullable.tsx +0 -31
  683. package/src/core/EnumRadio/index.tsx +0 -45
  684. package/src/core/EnumSelect/InitialNullable.tsx +0 -20
  685. package/src/core/EnumSelect/Map.tsx +0 -21
  686. package/src/core/EnumSelect/Nullable.tsx +0 -31
  687. package/src/core/EnumSelect/index.tsx +0 -74
  688. package/src/core/FlatList/VirtualFlatList/Item.tsx +0 -28
  689. package/src/core/FlatList/VirtualFlatList/index.tsx +0 -142
  690. package/src/core/FlatList/VirtualFlatList/type.ts +0 -26
  691. package/src/core/FlatList/index.tsx +0 -95
  692. package/src/core/FlatList/shared/Footer/index.tsx +0 -23
  693. package/src/core/FlatList/shared/GetRowKey.ts +0 -11
  694. package/src/core/FlatList/shared/Spinner/index.tsx +0 -18
  695. package/src/core/FlatList/shared/Wrapper/Loading.tsx +0 -17
  696. package/src/core/FlatList/shared/Wrapper/index.tsx +0 -123
  697. package/src/core/FlatList/shared/hooks/useBounceSwipe.ts +0 -120
  698. package/src/core/FlatList/shared/hooks/useElementScrollState.ts +0 -43
  699. package/src/core/FlatList/shared/hooks/useLoadingWithDelay.ts +0 -40
  700. package/src/core/FlatList/type.tsx +0 -56
  701. package/src/core/Foldable/index.tsx +0 -38
  702. package/src/core/Form/Item.tsx +0 -87
  703. package/src/core/Form/context.ts +0 -16
  704. package/src/core/Form/index.tsx +0 -109
  705. package/src/core/Grid.tsx +0 -7
  706. package/src/core/HTMLContent/index.tsx +0 -17
  707. package/src/core/ImageUploader/index.tsx +0 -104
  708. package/src/core/Input/index.tsx +0 -63
  709. package/src/core/LabelledSelect.tsx +0 -15
  710. package/src/core/Link.tsx +0 -57
  711. package/src/core/LocalImporter.tsx +0 -62
  712. package/src/core/LocaleProvider.tsx +0 -31
  713. package/src/core/LocaleSelect.tsx +0 -36
  714. package/src/core/Markdown/index.tsx +0 -42
  715. package/src/core/Modal/index.tsx +0 -37
  716. package/src/core/MultipleCascader/index.tsx +0 -114
  717. package/src/core/MultipleEnumSelect.tsx +0 -28
  718. package/src/core/MultipleSelector/TablePopover.tsx +0 -62
  719. package/src/core/MultipleSelector/index.tsx +0 -106
  720. package/src/core/MutableTable/index.tsx +0 -151
  721. package/src/core/NumberInput/NumberInputPercentage.tsx +0 -103
  722. package/src/core/NumberInput/index.tsx +0 -192
  723. package/src/core/NumberInput/util.ts +0 -55
  724. package/src/core/OverflowableText/index.tsx +0 -66
  725. package/src/core/PagedList/index.tsx +0 -93
  726. package/src/core/Pagination/index.tsx +0 -59
  727. package/src/core/Popover/index.tsx +0 -15
  728. package/src/core/Progress.tsx +0 -14
  729. package/src/core/Radio/index.tsx +0 -21
  730. package/src/core/RelativeTime.tsx +0 -59
  731. package/src/core/ResizeObserver.tsx +0 -2
  732. package/src/core/SearchableSelect.tsx +0 -17
  733. package/src/core/Select/index.tsx +0 -25
  734. package/src/core/SignedAmountInput.tsx +0 -59
  735. package/src/core/Skeleton.tsx +0 -14
  736. package/src/core/Slider/RangeSlider.tsx +0 -17
  737. package/src/core/Slider/index.tsx +0 -50
  738. package/src/core/Space.tsx +0 -14
  739. package/src/core/Spin.tsx +0 -25
  740. package/src/core/StepFormContainer/index.tsx +0 -66
  741. package/src/core/Steps/index.tsx +0 -17
  742. package/src/core/Table/index.tsx +0 -221
  743. package/src/core/Tabs/Single.tsx +0 -25
  744. package/src/core/Tabs/index.tsx +0 -82
  745. package/src/core/Tag.tsx +0 -17
  746. package/src/core/TagInput/index.tsx +0 -94
  747. package/src/core/Tags.tsx +0 -34
  748. package/src/core/TimePicker/index.tsx +0 -44
  749. package/src/core/TimeRangePicker/index.tsx +0 -42
  750. package/src/core/Tooltip.tsx +0 -17
  751. package/src/core/TypedTabs/index.tsx +0 -43
  752. package/src/core/Uploader.tsx +0 -118
  753. package/src/core/VerticalMarquee/index.tsx +0 -51
  754. package/src/core/VirtualTable/TableHeader.tsx +0 -41
  755. package/src/core/VirtualTable/TableRow.tsx +0 -90
  756. package/src/core/VirtualTable/hooks/useColumnWidths.ts +0 -24
  757. package/src/core/VirtualTable/hooks/useDebounce.ts +0 -18
  758. package/src/core/VirtualTable/hooks/useLayout.tsx +0 -58
  759. package/src/core/VirtualTable/hooks/useRowExpand.tsx +0 -27
  760. package/src/core/VirtualTable/hooks/useRowSelection.tsx +0 -72
  761. package/src/core/VirtualTable/hooks/useScrollBarSize.ts +0 -23
  762. package/src/core/VirtualTable/hooks/useScrollToEdge.ts +0 -36
  763. package/src/core/VirtualTable/hooks/useStickyPosition.ts +0 -28
  764. package/src/core/VirtualTable/hooks/useTransformColumn.ts +0 -19
  765. package/src/core/VirtualTable/index.tsx +0 -143
  766. package/src/core/VirtualTable/type.ts +0 -59
  767. package/src/core/WithExplanation/index.tsx +0 -47
  768. package/src/core/WithTooltipList.tsx +0 -89
  769. package/src/core/YearMonthSelector.tsx +0 -53
  770. package/src/hooks/useOrientationMode.ts +0 -18
  771. package/src/hooks/useSwipe/controller.ts +0 -133
  772. package/src/hooks/useSwipe/index.ts +0 -11
  773. package/src/hooks/useSwipe/type.ts +0 -45
  774. package/src/hooks/useTransform.ts +0 -78
  775. package/src/internal/ArrayUtil.ts +0 -53
  776. package/src/internal/ExpirableLocalStorage.ts +0 -262
  777. package/src/internal/Memo.ts +0 -28
  778. package/src/internal/NumberUtil.ts +0 -38
  779. package/src/internal/StorageHelper.ts +0 -152
  780. package/src/internal/TextUtil.ts +0 -11
  781. package/src/internal/i18n/admin/en.ts +0 -18
  782. package/src/internal/i18n/admin/index.ts +0 -13
  783. package/src/internal/i18n/admin/zh.ts +0 -18
  784. package/src/internal/i18n/core/en.ts +0 -37
  785. package/src/internal/i18n/core/index.ts +0 -13
  786. package/src/internal/i18n/core/zh.ts +0 -37
  787. package/src/internal/i18n/util/en.ts +0 -9
  788. package/src/internal/i18n/util/index.ts +0 -13
  789. package/src/internal/i18n/util/zh.ts +0 -9
  790. package/src/internal/type.ts +0 -12
  791. package/src/util/AdminNavigatorBase.ts +0 -99
  792. package/src/util/BrowserBookmarkUtil.ts +0 -24
  793. package/src/util/BrowserUtil.ts +0 -122
  794. package/src/util/CanvasUtil.ts +0 -61
  795. package/src/util/ClassNames.ts +0 -2
  796. package/src/util/Clipboard.ts +0 -61
  797. package/src/util/ExpirableLocalStorageUtil.ts +0 -3
  798. package/src/util/ExportUtil.ts +0 -34
  799. package/src/util/ImportUtil.ts +0 -41
  800. package/src/util/LocalStorageUtil.ts +0 -3
  801. package/src/util/LocaleUtil.ts +0 -47
  802. package/src/util/MediaUtil/index.tsx +0 -69
  803. package/src/util/MessageUtil/index.tsx +0 -23
  804. package/src/util/ModalUtil/index.tsx +0 -179
  805. package/src/util/NotificationUtil.tsx +0 -42
  806. package/src/util/OrientationUtil.ts +0 -51
  807. package/src/util/PromptUtil/PromptBody.tsx +0 -62
  808. package/src/util/PromptUtil/index.tsx +0 -50
  809. package/src/util/RecentUsedStorageUtil.ts +0 -46
  810. package/src/util/SessionStorageUtil.ts +0 -3
  811. package/src/util/SwipeUtil.ts +0 -25
  812. package/src/util/UploadUtil/index.ts +0 -73
  813. package/src/util/UploadUtil/type.ts +0 -46
  814. package/test/mobile-ui-test/package.json +0 -5
  815. package/test/mobile-ui-test/src/component/FlatListDemo/fetch.ts +0 -18
  816. package/test/mobile-ui-test/src/component/FlatListDemo/index.less +0 -22
  817. package/test/mobile-ui-test/src/component/FlatListDemo/index.tsx +0 -149
  818. package/test/mobile-ui-test/src/component/Main.tsx +0 -6
  819. package/test/mobile-ui-test/src/index.html +0 -12
  820. package/test/mobile-ui-test/src/index.less +0 -18
  821. package/test/mobile-ui-test/src/index.tsx +0 -6
  822. package/test/mobile-ui-test/static/robots.txt +0 -2
  823. package/test/mobile-ui-test/tsconfig.json +0 -4
  824. package/test/ui-test/package.json +0 -5
  825. package/test/ui-test/src/asset/logo.png +0 -0
  826. package/test/ui-test/src/component/DemoHelper/index.less +0 -33
  827. package/test/ui-test/src/component/DemoHelper/index.tsx +0 -55
  828. package/test/ui-test/src/component/Main.tsx +0 -33
  829. package/test/ui-test/src/component/WebUILogo.tsx +0 -7
  830. package/test/ui-test/src/component/WebUINavigatorSide.tsx +0 -20
  831. package/test/ui-test/src/component/admin/ConfigPageDemo.tsx +0 -39
  832. package/test/ui-test/src/component/admin/NavigationHistoryDemo.tsx +0 -30
  833. package/test/ui-test/src/component/admin/PermissionSelectorDemo.tsx +0 -65
  834. package/test/ui-test/src/component/admin/RenderErrorDemo.tsx +0 -5
  835. package/test/ui-test/src/component/admin/ResultPageDemo.tsx +0 -13
  836. package/test/ui-test/src/component/admin/RichEditorDemo.tsx +0 -20
  837. package/test/ui-test/src/component/admin/SeparateTabDetailDemo.tsx +0 -44
  838. package/test/ui-test/src/component/admin/TablePageDemo.tsx +0 -85
  839. package/test/ui-test/src/component/core/AmountDemo.tsx +0 -117
  840. package/test/ui-test/src/component/core/ButtonDemo/__tests__/__snapshots__/dom-snapshot.test.tsx.snap +0 -12
  841. package/test/ui-test/src/component/core/ButtonDemo/__tests__/dom-snapshot.test.tsx +0 -10
  842. package/test/ui-test/src/component/core/ButtonDemo/__tests__/smoke.test.tsx +0 -71
  843. package/test/ui-test/src/component/core/ButtonDemo/index.tsx +0 -39
  844. package/test/ui-test/src/component/core/CalendarDemo.tsx +0 -98
  845. package/test/ui-test/src/component/core/CarouselDemo/index.tsx +0 -51
  846. package/test/ui-test/src/component/core/CascaderDemo/index.tsx +0 -120
  847. package/test/ui-test/src/component/core/FoldableDemo.tsx +0 -31
  848. package/test/ui-test/src/component/core/FormDemo.tsx +0 -204
  849. package/test/ui-test/src/component/core/InputDemo/index.tsx +0 -123
  850. package/test/ui-test/src/component/core/MiscellaneousDemo/TagInputDemo.tsx +0 -8
  851. package/test/ui-test/src/component/core/MiscellaneousDemo/index.tsx +0 -157
  852. package/test/ui-test/src/component/core/ModalDemo/index.tsx +0 -75
  853. package/test/ui-test/src/component/core/OverflowableTextDemo.tsx +0 -78
  854. package/test/ui-test/src/component/core/RelativeTimeDemo.tsx +0 -35
  855. package/test/ui-test/src/component/core/SelectDemo/index.tsx +0 -141
  856. package/test/ui-test/src/component/core/SliderDemo.tsx +0 -44
  857. package/test/ui-test/src/component/core/StepContainerDemo.tsx +0 -53
  858. package/test/ui-test/src/component/core/TableDemo.tsx +0 -81
  859. package/test/ui-test/src/component/core/TabsDemo.tsx +0 -136
  860. package/test/ui-test/src/component/core/UploaderImporterDemo.tsx +0 -52
  861. package/test/ui-test/src/component/core/VirtualTableDemo.tsx +0 -232
  862. package/test/ui-test/src/dummy/dummyCallback.ts +0 -13
  863. package/test/ui-test/src/dummy/dummyList.ts +0 -63
  864. package/test/ui-test/src/dummy/dummyTableData.tsx +0 -60
  865. package/test/ui-test/src/dummy/dummyUpload.tsx +0 -43
  866. package/test/ui-test/src/index.html +0 -11
  867. package/test/ui-test/src/index.tsx +0 -5
  868. package/test/ui-test/src/type.ts +0 -8
  869. package/test/ui-test/src/util/NavigationService.tsx +0 -217
  870. package/test/ui-test/src/util/withUncontrolledInitialValue.tsx +0 -14
  871. package/test/ui-test/static/robots.txt +0 -2
  872. package/test/ui-test/tsconfig.json +0 -3
  873. package/test/unit-test/ClassNames.test.ts +0 -17
  874. package/test/unit-test/ExpirableLocalStorageUtil.test.ts +0 -42
  875. package/test/unit-test/NumberInput.util.test.ts +0 -344
  876. package/test/unit-test/NumberUtil.test.ts +0 -57
  877. package/test/unit-test/TextUtil.test.ts +0 -10
  878. package/tsconfig.json +0 -15
@@ -1,143 +0,0 @@
1
- import React from "react";
2
- import {useVirtual} from "react-virtual";
3
- import {classNames} from "../../util/ClassNames";
4
- import {Spin} from "../Spin";
5
- import {useLayout} from "./hooks/useLayout";
6
- import {useTransformColumn} from "./hooks/useTransformColumn";
7
- import {TableRow} from "./TableRow";
8
- import {TableHeader} from "./TableHeader";
9
- import type {SafeReactChild, StringKey} from "../../internal/type";
10
- import type {ColumnFixedPosition, VirtualTableColumn, VirtualTableRowExpand, VirtualTableRowSelection} from "./type";
11
- import "./index.less";
12
-
13
- export interface VirtualTableProps<RowType extends object> {
14
- dataSource: RowType[];
15
- columns: VirtualTableColumn<RowType>[];
16
- scrollY: number;
17
- rowHeight: number;
18
- className?: string;
19
- rowClassName?: string;
20
- /**
21
- * if scrollX is not provided, width: 100% will be used
22
- * if width: 100% is used, please wrap the table with a container
23
- */
24
- scrollX?: number;
25
- loading?: boolean;
26
- emptyPlaceholder?: SafeReactChild;
27
- rowSelection?: VirtualTableRowSelection<RowType>;
28
- onRowClick?: (record: RowType, rowIndex: number) => void;
29
- /**
30
- * Default: index
31
- */
32
- rowKey?: StringKey<RowType> | "index";
33
- headerHeight?: number;
34
- rowExpand?: VirtualTableRowExpand<RowType>;
35
- }
36
-
37
- export const VirtualTable = Object.assign(
38
- function <RowType extends object>({
39
- columns,
40
- rowHeight,
41
- scrollY,
42
- dataSource,
43
- className,
44
- rowClassName,
45
- loading,
46
- emptyPlaceholder,
47
- rowSelection,
48
- onRowClick,
49
- scrollX,
50
- rowExpand,
51
- rowKey = "index",
52
- headerHeight = 50,
53
- }: VirtualTableProps<RowType>) {
54
- const size = dataSource.length;
55
- const scrollContentRef = React.useRef<HTMLDivElement>(null);
56
- const headersRef = React.useRef<HTMLDivElement>(null);
57
- const estimateSize = React.useCallback(() => rowHeight, [rowHeight]);
58
- const overscan = rowExpand ? Math.floor(scrollY / rowHeight) : 1;
59
-
60
- const {virtualItems, totalSize} = useVirtual({
61
- size,
62
- parentRef: scrollContentRef,
63
- estimateSize,
64
- overscan,
65
- });
66
- const transformedColumns = useTransformColumn({columns, dataSource, rowSelection, rowKey, rowExpand});
67
-
68
- const isScrollable = totalSize > scrollY;
69
- const tableHeight = scrollY + headerHeight;
70
- const tableBodyHeight = scrollY;
71
- const emptyElement = emptyPlaceholder || "暂无数据";
72
- const {scrollBarSize, stickyPosition, columnWidths, isScrollToEdge, isScrollToLeft, isScrollToRight} = useLayout({headersRef, scrollContentRef, isScrollable, columns: transformedColumns});
73
-
74
- const lastShownColumnIndex: number = React.useMemo(() => transformedColumns.length - 1 - [...transformedColumns].reverse().findIndex(_ => _.display !== "hidden"), [transformedColumns]);
75
-
76
- // handle the edge position & shadow of the fixed columns
77
- const getFixedColumnClassNames = React.useCallback(
78
- (fixed: ColumnFixedPosition | undefined, columnIndex: number): (string | undefined)[] => {
79
- const isFixedClassName = fixed ? "fixed" : "";
80
- const isLastFixedClassName = fixed && stickyPosition[columnIndex]?.isLast ? "last" : "";
81
- const fixedPositionClassName = fixed;
82
- const hideShadowClassName = (fixed === "left" && isScrollToLeft) || (fixed === "right" && isScrollToRight) ? "hide-shadow" : "";
83
- return [isFixedClassName, isLastFixedClassName, fixedPositionClassName, hideShadowClassName];
84
- },
85
- [isScrollToLeft, isScrollToRight, stickyPosition]
86
- );
87
-
88
- const onScroll = React.useCallback(() => {
89
- requestAnimationFrame(() => {
90
- // only trigger in horizontal direction
91
- if (!scrollContentRef.current || !headersRef.current || scrollContentRef.current.scrollLeft === headersRef.current.scrollLeft) return;
92
-
93
- isScrollToEdge();
94
- // sync scrolling in header
95
- headersRef.current.scrollLeft = scrollContentRef.current.scrollLeft;
96
- });
97
- }, [isScrollToEdge]);
98
-
99
- return (
100
- <div className={classNames("g-virtual-table", className)} style={{width: scrollX || "100%", height: tableHeight}}>
101
- {loading && (
102
- <div className="mask">
103
- <Spin spinning={loading} />
104
- </div>
105
- )}
106
- <div className="scroll-content" ref={scrollContentRef} style={{height: tableBodyHeight, top: headerHeight}} onScroll={onScroll}>
107
- <div className="table" style={{height: totalSize}}>
108
- <TableHeader
109
- headersRef={headersRef}
110
- headerHeight={headerHeight}
111
- columns={transformedColumns}
112
- stickyPosition={stickyPosition}
113
- getFixedColumnClassNames={getFixedColumnClassNames}
114
- />
115
- <div className="table-body">
116
- {dataSource.length === 0
117
- ? emptyElement
118
- : columnWidths.length > 0 &&
119
- virtualItems.map(virtualItem => (
120
- <TableRow
121
- key={virtualItem.index}
122
- rowHeight={rowHeight}
123
- onRowClick={onRowClick}
124
- virtualItem={virtualItem}
125
- data={dataSource[virtualItem.index]}
126
- columns={transformedColumns}
127
- columnWidths={columnWidths}
128
- scrollBarSize={scrollBarSize}
129
- stickyPosition={stickyPosition}
130
- lastShownColumnIndex={lastShownColumnIndex}
131
- rowClassName={rowClassName}
132
- getFixedColumnClassNames={getFixedColumnClassNames}
133
- rowExpand={rowExpand}
134
- />
135
- ))}
136
- </div>
137
- </div>
138
- </div>
139
- </div>
140
- );
141
- },
142
- {displayName: "VirtualTable"}
143
- );
@@ -1,59 +0,0 @@
1
- import type {SafeReactChild, SafeReactChildren} from "../../internal/type";
2
-
3
- export type ColumnFixedPosition = "left" | "right";
4
-
5
- export interface StickyPosition {
6
- value: number;
7
- isLast: boolean;
8
- }
9
-
10
- /**
11
- * Similar usage of Antd Table but only support partial features: fixed columns, row selection, on row click
12
- */
13
- export type VirtualTableRowSelection<RowType extends object> = {
14
- width: number;
15
- selectedRowKeys: React.Key[];
16
- onChange: (selectedRowKeys: React.Key[], selectedRows: RowType[]) => void;
17
- /**
18
- * Can only sticky in left
19
- */
20
- fixed?: boolean;
21
- isDisabled?: (data: RowType, rowIndex: number) => boolean;
22
- isSelectAllDisabled?: boolean;
23
- /**
24
- * Attention:
25
- * If title is provided, the select all checkbox wil be overridden
26
- */
27
- title?: SafeReactChild;
28
- };
29
-
30
- export type VirtualTableRowExpand<RowType extends object> = {
31
- width: number;
32
- renderExpandRow: (record: RowType, rowIndex: number) => SafeReactChild;
33
- ExpandButton: React.ComponentType<{onClick: () => void}>;
34
- title?: SafeReactChild;
35
- /**
36
- * Can only sticky in right
37
- */
38
- fixed?: boolean;
39
- isDefaultExpanded?: boolean;
40
- };
41
-
42
- export type VirtualTableColumn<RowType extends object> = {
43
- title: SafeReactChild;
44
- width: number;
45
- /**
46
- * Attention:
47
- * If renderData return null, the corresponding table cell will not render
48
- */
49
- renderData: (record: RowType, rowIndex: number) => SafeReactChildren | undefined;
50
- align?: "left" | "right" | "center";
51
- display?: "default" | "hidden";
52
- fixed?: "left" | "right";
53
- /**
54
- * Attention:
55
- * The overridden cell should return null in renderData props:
56
- * e.g. [{colSpan: 3, renderData: () => <div />}, {renderData: () => null}], {renderData: () => null}
57
- */
58
- colSpan?: (record: RowType, rowIndex: number, colIndex: number) => number;
59
- };
@@ -1,47 +0,0 @@
1
- import React from "react";
2
- import {classNames} from "../../util/ClassNames";
3
- import {Tooltip} from "../Tooltip";
4
- import type {PickOptional, SafeReactChildren} from "../../internal/type";
5
- import type {TooltipPlacement} from "../Tooltip";
6
- import "./index.less";
7
-
8
- export interface Props {
9
- /**
10
- * If there are multiple children, they should handle inline display by self.
11
- */
12
- children?: SafeReactChildren;
13
- /**
14
- * If falsy, tooltip icon will hide.
15
- */
16
- explanation?: SafeReactChildren;
17
- placement?: TooltipPlacement;
18
- iconPosition?: "left" | "right";
19
- }
20
-
21
- export class WithExplanation extends React.PureComponent<Props> {
22
- static displayName = "WithExplanation";
23
-
24
- static defaultProps: PickOptional<Props> = {
25
- iconPosition: "right",
26
- };
27
-
28
- render() {
29
- const {children, explanation, iconPosition} = this.props;
30
- if (explanation) {
31
- return (
32
- <div className={classNames("g-with-explanation", `with-icon-${iconPosition}`)}>
33
- {children}
34
- <Tooltip className="g-with-explanation-tooltip" title={Array.isArray(explanation) ? explanation.map((_, index) => <p key={index}>{_}</p>) : explanation}>
35
- <div className="icon-container">
36
- <svg viewBox="0 0 1024 1024">
37
- <path d="M512 0C229.322105 0 0 229.914947 0 512S229.322105 1024 512 1024 1024 794.085053 1024 512 794.677895 0 512 0z m45.972211 779.964632a65.428211 65.428211 0 0 1-45.972211 18.378105h-1.239579c-17.785263 0-34.330947-6.736842-46.565053-19.024842a65.320421 65.320421 0 0 1-19.024842-46.565053c0-19.024842 6.736842-34.330947 19.617685-46.618947 11.641263-12.234105 27.594105-18.378105 46.618947-18.378106h15.898947v1.832422c12.288 2.425263 23.336421 7.976421 31.258948 16.545684 12.288 12.288 19.024842 27.594105 19.024842 46.618947 0 18.378105-6.736842 34.330947-19.617684 47.21179z m96.309894-283.270737c-4.311579 5.497263-15.36 16.545684-60.092631 55.781052-11.048421 9.162105-19.671579 20.210526-25.168842 31.258948-6.144 11.641263-9.162105 23.929263-9.162106 38.642526v27.594105H454.332632v-27.594105c0-29.426526 4.850526-53.355789 15.306105-72.973474 10.401684-20.857263 36.163368-49.690947 80.949895-88.279579l11.048421-12.288c10.994526-13.473684 15.898947-26.947368 15.898947-40.421052 0-19.671579-5.497263-35.031579-15.898947-46.026105-10.455579-10.401684-26.408421-15.952842-47.21179-15.952843-25.761684 0-44.193684 7.383579-54.595368 22.689685-10.401684 14.120421-15.952842 34.330947-15.952842 61.33221v15.952842H339.698526v-15.952842c0-53.948632 15.952842-98.088421 47.804632-129.994105 31.905684-32.498526 76.692211-49.044211 131.880421-49.044211 48.397474 0 88.279579 13.473684 118.298947 40.421053 31.258947 27.001263 46.618947 64.404211 46.026106 111.023158 0 36.756211-9.808842 68.661895-29.426527 93.776842z" />
38
- </svg>
39
- </div>
40
- </Tooltip>
41
- </div>
42
- );
43
- } else {
44
- return children || "";
45
- }
46
- }
47
- }
@@ -1,89 +0,0 @@
1
- import React from "react";
2
- import {Tooltip} from "./Tooltip";
3
-
4
- export interface TooltipListProps {
5
- label: string;
6
- content: string | number | React.ReactElement;
7
- }
8
-
9
- export interface Props {
10
- list: Array<TooltipListProps | "-">;
11
- /**
12
- * If undefined, it will use the first list item as label.
13
- * If ReactElement, make sure it is inline-block, to make the tooltip arrow centered.
14
- */
15
- children?: string | React.ReactElement;
16
- onClick?: () => void;
17
- onVisibleChange?: (visible: boolean) => void;
18
- }
19
-
20
- export class WithTooltipList extends React.PureComponent<Props> {
21
- static displayName = "WithTooltipList";
22
-
23
- private readonly labelStyle: React.CSSProperties = {display: "inline-block", width: 90};
24
- private readonly wrapperStyle: React.CSSProperties = {display: "inline-block"};
25
-
26
- renderTooltip = () => {
27
- const {list} = this.props;
28
-
29
- return (
30
- <div>
31
- {list.map((item, index) =>
32
- item === "-" ? (
33
- <hr key={index} />
34
- ) : (
35
- <p key={item.label}>
36
- <span style={this.labelStyle}>{item.label}</span>
37
- <em>{item.content}</em>
38
- </p>
39
- )
40
- )}
41
- </div>
42
- );
43
- };
44
-
45
- render() {
46
- const {list, children, onClick, onVisibleChange} = this.props;
47
- if (list.length === 0) {
48
- return children || "-";
49
- }
50
-
51
- const label = children ? (
52
- children
53
- ) : list[0] === "-" ? (
54
- "-"
55
- ) : typeof list[0].content === "string" || typeof list[0].content === "number" ? (
56
- list[0].label + ": " + list[0].content
57
- ) : (
58
- <React.Fragment>
59
- {list[0].label}: {list[0].content}
60
- </React.Fragment>
61
- );
62
-
63
- if (onClick) {
64
- /**
65
- * - Must wrap with a <div> since the child node of <Tooltip> must accept certain methods, since <a>'s onClick is used already.
66
- * - Wrapper must be inline-block, to make the tooltip arrow centered.
67
- *
68
- * Ref: https://ant.design/components/tooltip/#Note
69
- */
70
- return (
71
- <Tooltip placement="bottom" title={this.renderTooltip()} onVisibleChange={onVisibleChange}>
72
- <div style={this.wrapperStyle}>
73
- <a onClick={onClick || this.dummyClick} style={this.wrapperStyle} className="g-with-tooltip-list-anchor">
74
- {label}
75
- </a>
76
- </div>
77
- </Tooltip>
78
- );
79
- } else {
80
- return (
81
- <Tooltip placement="bottom" title={this.renderTooltip()} onVisibleChange={onVisibleChange} className="g-with-tooltip-list-anchor">
82
- <a>{label}</a>
83
- </Tooltip>
84
- );
85
- }
86
- }
87
-
88
- private readonly dummyClick = () => {};
89
- }
@@ -1,53 +0,0 @@
1
- import React from "react";
2
- import moment from "moment";
3
- import type {ControlledFormValue} from "../internal/type";
4
- import type {Moment} from "moment";
5
- import AntDatePicker from "antd/lib/date-picker";
6
-
7
- export interface Props<T extends boolean> extends ControlledFormValue<T extends false ? [number, number] : [number, number] | null> {
8
- allowNull: T;
9
- disabledRange?: (diffMonthToThisMonth: number, date: Date) => boolean;
10
- disabled?: boolean;
11
- className?: string;
12
- }
13
-
14
- export class YearMonthSelector<T extends boolean> extends React.PureComponent<Props<T>> {
15
- static displayName = "DatePicker";
16
-
17
- isDateDisabled = (current: moment.Moment): boolean => {
18
- /**
19
- * This is for compatibility of MySQL.
20
- * MySQL TIMESTAMP data type is used for values that contain both date and time parts.
21
- * TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC.
22
- */
23
- if (current.valueOf() >= new Date(2038, 0).valueOf()) {
24
- return true;
25
- }
26
-
27
- const diffMonthToThisMonth = Math.floor(current.diff(moment().startOf("month"), "month", true));
28
- return this.props.disabledRange?.(diffMonthToThisMonth, current.toDate()) || false;
29
- };
30
-
31
- onChange = (date: Moment | null, dateString: string) => {
32
- const {onChange, allowNull} = this.props;
33
- if (dateString || allowNull) {
34
- const typedOnChange = onChange as (value: [number, number] | null) => void;
35
- typedOnChange(date && [date.year(), date.month() + 1]);
36
- }
37
- };
38
-
39
- render() {
40
- const {value, allowNull, disabled, className} = this.props;
41
- return (
42
- <AntDatePicker
43
- className={className}
44
- disabledDate={this.isDateDisabled}
45
- value={value ? moment([value[0], value[1] - 1]) : null}
46
- onChange={this.onChange}
47
- allowClear={allowNull}
48
- disabled={disabled}
49
- picker="month"
50
- />
51
- );
52
- }
53
- }
@@ -1,18 +0,0 @@
1
- import React from "react";
2
- import {OrientationUtil} from "../util/OrientationUtil";
3
- import type {OrientationType} from "../util/OrientationUtil";
4
-
5
- export function useOrientationMode(): OrientationType {
6
- const [mode, setMode] = React.useState<OrientationType>(OrientationUtil.mode());
7
-
8
- React.useEffect(() => {
9
- const handler = () => setMode(OrientationUtil.mode());
10
- OrientationUtil.onOrientationChange(handler);
11
-
12
- return () => {
13
- OrientationUtil.removeOnChange(handler);
14
- };
15
- }, []);
16
-
17
- return mode;
18
- }
@@ -1,133 +0,0 @@
1
- import type React from "react";
2
- import type {SwipeHookConfig, SwipeHookHandlers, SwipeHookResult, SwipeState, Vector2} from "./type";
3
- import {SwipeUtil} from "../../util/SwipeUtil";
4
-
5
- const SWIPE_START_THRESHOLD = 10;
6
-
7
- export class Controller {
8
- private startTime: number = 0;
9
- private startTouch: React.Touch | null = null;
10
- private started: boolean = false;
11
- private handlers: SwipeHookHandlers;
12
- private config: SwipeHookConfig;
13
-
14
- constructor() {
15
- this.handlers = {};
16
- this.config = {};
17
- }
18
-
19
- private onTouchStart(e: React.TouchEvent) {
20
- if (e.changedTouches[0] && !this.startTouch) {
21
- this.startTouch = e.changedTouches[0];
22
- this.startTime = Date.now();
23
- }
24
- }
25
-
26
- private onTouchMove(e: React.TouchEvent) {
27
- const matchedTouches = this.matchTouches(e);
28
- if (!matchedTouches) {
29
- return;
30
- }
31
- const state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
32
-
33
- if (!this.started && this.testThreshold(state)) {
34
- this.started = true;
35
- this.handlers.onStart?.(state);
36
- return;
37
- } else if (this.started) {
38
- this.handlers.onMove?.(state);
39
- }
40
- }
41
-
42
- private onTouchEnd(e: React.TouchEvent) {
43
- if (!this.started) {
44
- this.reset();
45
- return;
46
- }
47
- const matchedTouches = this.matchTouches(e);
48
- if (!matchedTouches) {
49
- return;
50
- }
51
- const state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
52
- this.handlers.onEnd?.(state);
53
- this.reset();
54
- }
55
-
56
- private onTouchCancel(e: React.TouchEvent) {
57
- if (!this.started) {
58
- this.reset();
59
- return;
60
- }
61
- const matchedTouches = this.matchTouches(e);
62
- if (!matchedTouches) {
63
- return;
64
- }
65
- const state = this.computeEvent(matchedTouches.start, matchedTouches.changed, e);
66
- this.handlers.onCancel?.(state);
67
- this.reset();
68
- }
69
-
70
- private testThreshold(state: SwipeState): boolean {
71
- return state.displacement > SWIPE_START_THRESHOLD && (this.config.threshold?.(state) ?? true);
72
- }
73
-
74
- private cancel(event: React.TouchEvent) {
75
- if (this.startTouch) {
76
- this.onTouchCancel(event);
77
- }
78
- }
79
-
80
- private computeEvent(start: React.Touch, changed: React.Touch, event: React.TouchEvent): SwipeState {
81
- const s: Vector2 = [start.clientX, start.clientY];
82
- const e: Vector2 = [changed.clientX, changed.clientY];
83
- const delta: Vector2 = [e[0] - s[0], e[1] - s[1]];
84
- const timeElapsed = Date.now() - this.startTime;
85
- return {
86
- clientX: changed.clientX,
87
- clientY: changed.clientY,
88
- startTouch: start,
89
- delta,
90
- direction: SwipeUtil.getDirection(s, e),
91
- displacement: SwipeUtil.getDisplacement(s, e),
92
- // TODO/Alvis, need to improve velocity calculation
93
- velocity: [Math.abs(delta[0]) / timeElapsed, Math.abs(delta[1]) / timeElapsed],
94
- syntheticEvent: event,
95
- cancel: (() => this.cancel(event)).bind(this),
96
- };
97
- }
98
-
99
- private matchTouches(e: React.TouchEvent): {start: React.Touch; changed: React.Touch} | null {
100
- if (!this.startTouch) {
101
- return null;
102
- }
103
- const touch = Array.from(e.changedTouches).find(_ => _.identifier === this.startTouch!.identifier);
104
- if (!touch) {
105
- return null;
106
- } else {
107
- return {
108
- start: this.startTouch,
109
- changed: touch,
110
- };
111
- }
112
- }
113
-
114
- private reset() {
115
- this.startTime = 0;
116
- this.startTouch = null;
117
- this.started = false;
118
- }
119
-
120
- update(handlers: SwipeHookHandlers, config: SwipeHookConfig = {}) {
121
- this.handlers = handlers;
122
- this.config = config;
123
- }
124
-
125
- createHandlers(): SwipeHookResult {
126
- return {
127
- onTouchStart: this.onTouchStart.bind(this),
128
- onTouchMove: this.onTouchMove.bind(this),
129
- onTouchEnd: this.onTouchEnd.bind(this),
130
- onTouchCancel: this.onTouchCancel.bind(this),
131
- };
132
- }
133
- }
@@ -1,11 +0,0 @@
1
- import React from "react";
2
- import {Controller} from "./controller";
3
- import type {SwipeHookConfig, SwipeHookHandlers, SwipeHookResult} from "./type";
4
-
5
- export const useSwipe = (handlers: SwipeHookHandlers, config?: SwipeHookConfig): SwipeHookResult => {
6
- const controller = React.useMemo(() => new Controller(), []);
7
- controller.update(handlers, config);
8
- return controller.createHandlers.apply(controller);
9
- };
10
-
11
- export * from "./type";
@@ -1,45 +0,0 @@
1
- import type React from "react";
2
-
3
- export type TouchHandlers = Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "onTouchStart" | "onTouchMove" | "onTouchEndCapture" | "onTouchCancelCapture">;
4
-
5
- export interface SwipeHookResult {
6
- onTouchMove: React.TouchEventHandler;
7
- onTouchStart: React.TouchEventHandler;
8
- onTouchEnd: React.TouchEventHandler;
9
- onTouchCancel: React.TouchEventHandler;
10
- }
11
-
12
- export interface SwipeState {
13
- syntheticEvent: React.TouchEvent;
14
- startTouch: React.Touch;
15
- clientX: number;
16
- clientY: number;
17
- displacement: number;
18
- delta: Vector2;
19
- velocity: Vector2;
20
- direction: Direction;
21
- cancel: () => void;
22
- }
23
-
24
- type SwipeHookHandler = (event: SwipeState) => void;
25
-
26
- export interface SwipeHookHandlers {
27
- onStart?: SwipeHookHandler;
28
- onEnd?: SwipeHookHandler;
29
- onMove?: SwipeHookHandler;
30
- onCancel?: SwipeHookHandler;
31
- }
32
-
33
- export interface SwipeHookConfig {
34
- threshold?: (state: SwipeState) => boolean;
35
- preventDefault?: boolean;
36
- }
37
-
38
- export enum Direction {
39
- UP = "UP",
40
- DOWN = "DOWN",
41
- LEFT = "LEFT",
42
- RIGHT = "RIGHT",
43
- }
44
-
45
- export type Vector2 = [number, number];
@@ -1,78 +0,0 @@
1
- import React from "react";
2
-
3
- interface TransitionOption {
4
- // transition related properties
5
- property?: string;
6
- // in ms
7
- duration?: number;
8
- delay?: number;
9
- timingFunction?: string;
10
- }
11
-
12
- interface Option extends TransitionOption {
13
- // transform related properties
14
- x?: string | number;
15
- y?: string | number;
16
- z?: string | number;
17
- immediate?: boolean;
18
- }
19
-
20
- export const useTransform = (ref: React.RefObject<HTMLElement>, option?: Option) => {
21
- const initialOptionRef = React.useRef<Option | undefined>(option);
22
- initialOptionRef.current = option;
23
-
24
- const clearTransition = React.useCallback((el: HTMLElement) => {
25
- el.style.transitionDuration = "";
26
- el.style.transitionProperty = "";
27
- el.style.transitionTimingFunction = "";
28
- el.style.transitionDuration = "";
29
- }, []);
30
-
31
- const setTransition = React.useCallback(
32
- (el: HTMLElement, option?: Option) => {
33
- if (option) {
34
- const {delay, duration, property, timingFunction} = option;
35
- delay && (el.style.transitionDelay = delay + "ms");
36
- duration && (el.style.transitionDuration = duration + "ms");
37
- property && (el.style.transitionProperty = property);
38
- timingFunction && (el.style.transitionTimingFunction = timingFunction);
39
- } else {
40
- clearTransition(el);
41
- }
42
- },
43
- [clearTransition]
44
- );
45
-
46
- const to = React.useCallback(
47
- (option: Option) => {
48
- if (ref.current) {
49
- const format = (value?: number | string): string => (value ? (typeof value === "number" ? `${value}px` : value) : "0px");
50
- const el = ref.current;
51
- requestAnimationFrame(() => {
52
- el.style.transform = `translate3d(${format(option.x)}, ${format(option.y)}, ${format(option.z)}) `;
53
- option.immediate ? clearTransition(el) : setTransition(el, {...(initialOptionRef.current ?? {}), ...option});
54
- });
55
- }
56
- },
57
- [ref, setTransition, clearTransition]
58
- );
59
-
60
- const clear = React.useCallback(() => {
61
- if (ref.current) {
62
- const el = ref.current;
63
- requestAnimationFrame(() => {
64
- el.style.transform = "";
65
- setTransition(el, initialOptionRef.current);
66
- });
67
- }
68
- }, [ref, setTransition]);
69
-
70
- React.useEffect(() => {
71
- if (initialOptionRef.current) {
72
- to(initialOptionRef.current);
73
- }
74
- // eslint-disable-next-line react-hooks/exhaustive-deps -- only run on mount
75
- }, []);
76
-
77
- return {to, clear};
78
- };