@ray-js/smart-ui 1.0.0-beta.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 (377) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +3 -0
  3. package/dist/action-sheet/ActionSheet.d.ts +2 -0
  4. package/dist/action-sheet/ActionSheet.js +9 -0
  5. package/dist/action-sheet/PropTypes.d.ts +2 -0
  6. package/dist/action-sheet/PropTypes.js +2 -0
  7. package/dist/action-sheet/index.d.ts +5 -0
  8. package/dist/action-sheet/index.js +24 -0
  9. package/dist/area/Area.d.ts +2 -0
  10. package/dist/area/Area.js +8 -0
  11. package/dist/area/PropTypes.d.ts +2 -0
  12. package/dist/area/PropTypes.js +2 -0
  13. package/dist/area/index.d.ts +5 -0
  14. package/dist/area/index.js +24 -0
  15. package/dist/base/index.d.ts +2 -0
  16. package/dist/base/index.js +2 -0
  17. package/dist/battery/Battery.d.ts +2 -0
  18. package/dist/battery/Battery.js +8 -0
  19. package/dist/battery/PropTypes.d.ts +2 -0
  20. package/dist/battery/PropTypes.js +2 -0
  21. package/dist/battery/index.d.ts +5 -0
  22. package/dist/battery/index.js +24 -0
  23. package/dist/button/Button.d.ts +2 -0
  24. package/dist/button/Button.js +9 -0
  25. package/dist/button/PropTypes.d.ts +2 -0
  26. package/dist/button/PropTypes.js +2 -0
  27. package/dist/button/index.d.ts +5 -0
  28. package/dist/button/index.js +24 -0
  29. package/dist/calendar/Calendar.d.ts +2 -0
  30. package/dist/calendar/Calendar.js +9 -0
  31. package/dist/calendar/PropTypes.d.ts +2 -0
  32. package/dist/calendar/PropTypes.js +2 -0
  33. package/dist/calendar/index.d.ts +5 -0
  34. package/dist/calendar/index.js +24 -0
  35. package/dist/card/Card.d.ts +2 -0
  36. package/dist/card/Card.js +8 -0
  37. package/dist/card/PropTypes.d.ts +2 -0
  38. package/dist/card/PropTypes.js +2 -0
  39. package/dist/card/index.d.ts +5 -0
  40. package/dist/card/index.js +24 -0
  41. package/dist/cascader/Cascader.d.ts +2 -0
  42. package/dist/cascader/Cascader.js +9 -0
  43. package/dist/cascader/PropTypes.d.ts +2 -0
  44. package/dist/cascader/PropTypes.js +2 -0
  45. package/dist/cascader/index.d.ts +5 -0
  46. package/dist/cascader/index.js +24 -0
  47. package/dist/cell/Cell.d.ts +2 -0
  48. package/dist/cell/Cell.js +9 -0
  49. package/dist/cell/PropTypes.d.ts +2 -0
  50. package/dist/cell/PropTypes.js +2 -0
  51. package/dist/cell/index.d.ts +5 -0
  52. package/dist/cell/index.js +24 -0
  53. package/dist/cell-group/CellGroup.d.ts +2 -0
  54. package/dist/cell-group/CellGroup.js +8 -0
  55. package/dist/cell-group/PropTypes.d.ts +2 -0
  56. package/dist/cell-group/PropTypes.js +2 -0
  57. package/dist/cell-group/index.d.ts +5 -0
  58. package/dist/cell-group/index.js +24 -0
  59. package/dist/checkbox/Checkbox.d.ts +2 -0
  60. package/dist/checkbox/Checkbox.js +9 -0
  61. package/dist/checkbox/PropTypes.d.ts +2 -0
  62. package/dist/checkbox/PropTypes.js +2 -0
  63. package/dist/checkbox/index.d.ts +5 -0
  64. package/dist/checkbox/index.js +24 -0
  65. package/dist/checkbox-group/CheckboxGroup.d.ts +2 -0
  66. package/dist/checkbox-group/CheckboxGroup.js +9 -0
  67. package/dist/checkbox-group/PropTypes.d.ts +2 -0
  68. package/dist/checkbox-group/PropTypes.js +2 -0
  69. package/dist/checkbox-group/index.d.ts +5 -0
  70. package/dist/checkbox-group/index.js +24 -0
  71. package/dist/circle/Circle.d.ts +6 -0
  72. package/dist/circle/Circle.js +4 -0
  73. package/dist/circle/PropTypes.d.ts +2 -0
  74. package/dist/circle/PropTypes.js +2 -0
  75. package/dist/circle/index.d.ts +7 -0
  76. package/dist/circle/index.js +24 -0
  77. package/dist/col/Col.d.ts +2 -0
  78. package/dist/col/Col.js +9 -0
  79. package/dist/col/PropTypes.d.ts +2 -0
  80. package/dist/col/PropTypes.js +2 -0
  81. package/dist/col/index.d.ts +5 -0
  82. package/dist/col/index.js +24 -0
  83. package/dist/collapse/Collapse.d.ts +2 -0
  84. package/dist/collapse/Collapse.js +8 -0
  85. package/dist/collapse/PropTypes.d.ts +2 -0
  86. package/dist/collapse/PropTypes.js +2 -0
  87. package/dist/collapse/index.d.ts +5 -0
  88. package/dist/collapse/index.js +25 -0
  89. package/dist/collapse-item/CollapseItem.d.ts +2 -0
  90. package/dist/collapse-item/CollapseItem.js +8 -0
  91. package/dist/collapse-item/PropTypes.d.ts +2 -0
  92. package/dist/collapse-item/PropTypes.js +2 -0
  93. package/dist/collapse-item/index.d.ts +5 -0
  94. package/dist/collapse-item/index.js +25 -0
  95. package/dist/common/withReactProps.d.ts +2 -0
  96. package/dist/common/withReactProps.js +82 -0
  97. package/dist/config-provider/ConfigProvider.d.ts +2 -0
  98. package/dist/config-provider/ConfigProvider.js +8 -0
  99. package/dist/config-provider/PropTypes.d.ts +2 -0
  100. package/dist/config-provider/PropTypes.js +2 -0
  101. package/dist/config-provider/index.d.ts +5 -0
  102. package/dist/config-provider/index.js +25 -0
  103. package/dist/count-down/CountDown.d.ts +2 -0
  104. package/dist/count-down/CountDown.js +9 -0
  105. package/dist/count-down/PropTypes.d.ts +2 -0
  106. package/dist/count-down/PropTypes.js +2 -0
  107. package/dist/count-down/index.d.ts +5 -0
  108. package/dist/count-down/index.js +24 -0
  109. package/dist/custom-keyboard/CustomKeyboard.d.ts +2 -0
  110. package/dist/custom-keyboard/CustomKeyboard.js +9 -0
  111. package/dist/custom-keyboard/PropTypes.d.ts +2 -0
  112. package/dist/custom-keyboard/PropTypes.js +2 -0
  113. package/dist/custom-keyboard/index.d.ts +5 -0
  114. package/dist/custom-keyboard/index.js +24 -0
  115. package/dist/datetime-picker/DateTimePicker.d.ts +2 -0
  116. package/dist/datetime-picker/DateTimePicker.js +9 -0
  117. package/dist/datetime-picker/PropTypes.d.ts +2 -0
  118. package/dist/datetime-picker/PropTypes.js +2 -0
  119. package/dist/datetime-picker/index.d.ts +5 -0
  120. package/dist/datetime-picker/index.js +24 -0
  121. package/dist/dialog/Dialog.d.ts +4 -0
  122. package/dist/dialog/Dialog.js +12 -0
  123. package/dist/dialog/PropTypes.d.ts +2 -0
  124. package/dist/dialog/PropTypes.js +2 -0
  125. package/dist/dialog/index.d.ts +6 -0
  126. package/dist/dialog/index.js +35 -0
  127. package/dist/divider/Divider.d.ts +2 -0
  128. package/dist/divider/Divider.js +8 -0
  129. package/dist/divider/PropTypes.d.ts +2 -0
  130. package/dist/divider/PropTypes.js +2 -0
  131. package/dist/divider/index.d.ts +5 -0
  132. package/dist/divider/index.js +24 -0
  133. package/dist/dropdown-item/DropdownItem.d.ts +2 -0
  134. package/dist/dropdown-item/DropdownItem.js +9 -0
  135. package/dist/dropdown-item/PropTypes.d.ts +2 -0
  136. package/dist/dropdown-item/PropTypes.js +2 -0
  137. package/dist/dropdown-item/index.d.ts +5 -0
  138. package/dist/dropdown-item/index.js +24 -0
  139. package/dist/dropdown-menu/DropdownMenu.d.ts +2 -0
  140. package/dist/dropdown-menu/DropdownMenu.js +9 -0
  141. package/dist/dropdown-menu/PropTypes.d.ts +2 -0
  142. package/dist/dropdown-menu/PropTypes.js +2 -0
  143. package/dist/dropdown-menu/index.d.ts +5 -0
  144. package/dist/dropdown-menu/index.js +24 -0
  145. package/dist/empty/Empty.d.ts +2 -0
  146. package/dist/empty/Empty.js +10 -0
  147. package/dist/empty/PropTypes.d.ts +2 -0
  148. package/dist/empty/PropTypes.js +2 -0
  149. package/dist/empty/index.d.ts +5 -0
  150. package/dist/empty/index.js +24 -0
  151. package/dist/field/Field.d.ts +2 -0
  152. package/dist/field/Field.js +8 -0
  153. package/dist/field/PropTypes.d.ts +2 -0
  154. package/dist/field/PropTypes.js +2 -0
  155. package/dist/field/index.d.ts +5 -0
  156. package/dist/field/index.js +25 -0
  157. package/dist/grid/Grid.d.ts +2 -0
  158. package/dist/grid/Grid.js +9 -0
  159. package/dist/grid/PropTypes.d.ts +2 -0
  160. package/dist/grid/PropTypes.js +2 -0
  161. package/dist/grid/index.d.ts +5 -0
  162. package/dist/grid/index.js +24 -0
  163. package/dist/grid-item/GridItem.d.ts +2 -0
  164. package/dist/grid-item/GridItem.js +9 -0
  165. package/dist/grid-item/PropTypes.d.ts +2 -0
  166. package/dist/grid-item/PropTypes.js +2 -0
  167. package/dist/grid-item/index.d.ts +5 -0
  168. package/dist/grid-item/index.js +24 -0
  169. package/dist/icon/Icon.d.ts +2 -0
  170. package/dist/icon/Icon.js +9 -0
  171. package/dist/icon/PropTypes.d.ts +2 -0
  172. package/dist/icon/PropTypes.js +2 -0
  173. package/dist/icon/index.d.ts +5 -0
  174. package/dist/icon/index.js +24 -0
  175. package/dist/image/Image.d.ts +2 -0
  176. package/dist/image/Image.js +8 -0
  177. package/dist/image/PropTypes.d.ts +2 -0
  178. package/dist/image/PropTypes.js +2 -0
  179. package/dist/image/index.d.ts +5 -0
  180. package/dist/image/index.js +25 -0
  181. package/dist/index-anchor/IndexAnchor.d.ts +2 -0
  182. package/dist/index-anchor/IndexAnchor.js +9 -0
  183. package/dist/index-anchor/PropTypes.d.ts +2 -0
  184. package/dist/index-anchor/PropTypes.js +2 -0
  185. package/dist/index-anchor/index.d.ts +5 -0
  186. package/dist/index-anchor/index.js +24 -0
  187. package/dist/index-bar/IndexBar.d.ts +2 -0
  188. package/dist/index-bar/IndexBar.js +9 -0
  189. package/dist/index-bar/PropTypes.d.ts +2 -0
  190. package/dist/index-bar/PropTypes.js +2 -0
  191. package/dist/index-bar/index.d.ts +5 -0
  192. package/dist/index-bar/index.js +24 -0
  193. package/dist/index.d.ts +61 -0
  194. package/dist/index.js +78 -0
  195. package/dist/loading/Loading.d.ts +2 -0
  196. package/dist/loading/Loading.js +9 -0
  197. package/dist/loading/PropTypes.d.ts +2 -0
  198. package/dist/loading/PropTypes.js +2 -0
  199. package/dist/loading/index.d.ts +5 -0
  200. package/dist/loading/index.js +24 -0
  201. package/dist/nav-bar/NavBar.d.ts +2 -0
  202. package/dist/nav-bar/NavBar.js +9 -0
  203. package/dist/nav-bar/PropTypes.d.ts +2 -0
  204. package/dist/nav-bar/PropTypes.js +2 -0
  205. package/dist/nav-bar/index.d.ts +5 -0
  206. package/dist/nav-bar/index.js +24 -0
  207. package/dist/notice-bar/NoticeBar.d.ts +2 -0
  208. package/dist/notice-bar/NoticeBar.js +9 -0
  209. package/dist/notice-bar/PropTypes.d.ts +2 -0
  210. package/dist/notice-bar/PropTypes.js +2 -0
  211. package/dist/notice-bar/index.d.ts +5 -0
  212. package/dist/notice-bar/index.js +24 -0
  213. package/dist/notify/Notify.d.ts +4 -0
  214. package/dist/notify/Notify.js +12 -0
  215. package/dist/notify/PropTypes.d.ts +2 -0
  216. package/dist/notify/PropTypes.js +2 -0
  217. package/dist/notify/index.d.ts +6 -0
  218. package/dist/notify/index.js +35 -0
  219. package/dist/overlay/Overlay.d.ts +2 -0
  220. package/dist/overlay/Overlay.js +9 -0
  221. package/dist/overlay/PropTypes.d.ts +2 -0
  222. package/dist/overlay/PropTypes.js +2 -0
  223. package/dist/overlay/index.d.ts +5 -0
  224. package/dist/overlay/index.js +24 -0
  225. package/dist/picker/Picker.d.ts +2 -0
  226. package/dist/picker/Picker.js +9 -0
  227. package/dist/picker/PropTypes.d.ts +2 -0
  228. package/dist/picker/PropTypes.js +2 -0
  229. package/dist/picker/index.d.ts +5 -0
  230. package/dist/picker/index.js +24 -0
  231. package/dist/popup/Popup.d.ts +2 -0
  232. package/dist/popup/Popup.js +9 -0
  233. package/dist/popup/PropTypes.d.ts +2 -0
  234. package/dist/popup/PropTypes.js +2 -0
  235. package/dist/popup/index.d.ts +5 -0
  236. package/dist/popup/index.js +24 -0
  237. package/dist/progress/index.d.ts +13 -0
  238. package/dist/progress/index.js +25 -0
  239. package/dist/radio/PropTypes.d.ts +2 -0
  240. package/dist/radio/PropTypes.js +2 -0
  241. package/dist/radio/Radio.d.ts +2 -0
  242. package/dist/radio/Radio.js +9 -0
  243. package/dist/radio/index.d.ts +5 -0
  244. package/dist/radio/index.js +24 -0
  245. package/dist/radio-group/PropTypes.d.ts +2 -0
  246. package/dist/radio-group/PropTypes.js +2 -0
  247. package/dist/radio-group/RadioGroup.d.ts +2 -0
  248. package/dist/radio-group/RadioGroup.js +9 -0
  249. package/dist/radio-group/index.d.ts +5 -0
  250. package/dist/radio-group/index.js +24 -0
  251. package/dist/rate/PropTypes.d.ts +2 -0
  252. package/dist/rate/PropTypes.js +2 -0
  253. package/dist/rate/Rate.d.ts +2 -0
  254. package/dist/rate/Rate.js +9 -0
  255. package/dist/rate/index.d.ts +5 -0
  256. package/dist/rate/index.js +24 -0
  257. package/dist/row/PropTypes.d.ts +2 -0
  258. package/dist/row/PropTypes.js +2 -0
  259. package/dist/row/Row.d.ts +2 -0
  260. package/dist/row/Row.js +9 -0
  261. package/dist/row/index.d.ts +5 -0
  262. package/dist/row/index.js +24 -0
  263. package/dist/search/PropTypes.d.ts +2 -0
  264. package/dist/search/PropTypes.js +2 -0
  265. package/dist/search/Search.d.ts +2 -0
  266. package/dist/search/Search.js +9 -0
  267. package/dist/search/index.d.ts +5 -0
  268. package/dist/search/index.js +24 -0
  269. package/dist/share-sheet/PropTypes.d.ts +2 -0
  270. package/dist/share-sheet/PropTypes.js +2 -0
  271. package/dist/share-sheet/ShareSheet.d.ts +2 -0
  272. package/dist/share-sheet/ShareSheet.js +9 -0
  273. package/dist/share-sheet/index.d.ts +5 -0
  274. package/dist/share-sheet/index.js +24 -0
  275. package/dist/sidebar/PropTypes.d.ts +2 -0
  276. package/dist/sidebar/PropTypes.js +2 -0
  277. package/dist/sidebar/Sidebar.d.ts +2 -0
  278. package/dist/sidebar/Sidebar.js +9 -0
  279. package/dist/sidebar/index.d.ts +5 -0
  280. package/dist/sidebar/index.js +24 -0
  281. package/dist/sidebar-item/PropTypes.d.ts +2 -0
  282. package/dist/sidebar-item/PropTypes.js +2 -0
  283. package/dist/sidebar-item/SidebarItem.d.ts +2 -0
  284. package/dist/sidebar-item/SidebarItem.js +9 -0
  285. package/dist/sidebar-item/index.d.ts +5 -0
  286. package/dist/sidebar-item/index.js +24 -0
  287. package/dist/skeleton/PropTypes.d.ts +2 -0
  288. package/dist/skeleton/PropTypes.js +2 -0
  289. package/dist/skeleton/Skeleton.d.ts +2 -0
  290. package/dist/skeleton/Skeleton.js +9 -0
  291. package/dist/skeleton/index.d.ts +5 -0
  292. package/dist/skeleton/index.js +24 -0
  293. package/dist/slider/PropTypes.d.ts +2 -0
  294. package/dist/slider/PropTypes.js +2 -0
  295. package/dist/slider/RangeSlider.d.ts +4 -0
  296. package/dist/slider/RangeSlider.js +24 -0
  297. package/dist/slider/index.d.ts +17 -0
  298. package/dist/slider/index.js +27 -0
  299. package/dist/stepper/PropTypes.d.ts +2 -0
  300. package/dist/stepper/PropTypes.js +2 -0
  301. package/dist/stepper/Stepper.d.ts +2 -0
  302. package/dist/stepper/Stepper.js +9 -0
  303. package/dist/stepper/index.d.ts +5 -0
  304. package/dist/stepper/index.js +24 -0
  305. package/dist/steps/PropTypes.d.ts +2 -0
  306. package/dist/steps/PropTypes.js +2 -0
  307. package/dist/steps/Steps.d.ts +2 -0
  308. package/dist/steps/Steps.js +9 -0
  309. package/dist/steps/index.d.ts +5 -0
  310. package/dist/steps/index.js +24 -0
  311. package/dist/sticky/PropTypes.d.ts +2 -0
  312. package/dist/sticky/PropTypes.js +2 -0
  313. package/dist/sticky/Sticky.d.ts +2 -0
  314. package/dist/sticky/Sticky.js +9 -0
  315. package/dist/sticky/index.d.ts +5 -0
  316. package/dist/sticky/index.js +24 -0
  317. package/dist/swipe-cell/PropTypes.d.ts +2 -0
  318. package/dist/swipe-cell/PropTypes.js +2 -0
  319. package/dist/swipe-cell/SwipeCell.d.ts +2 -0
  320. package/dist/swipe-cell/SwipeCell.js +9 -0
  321. package/dist/swipe-cell/index.d.ts +5 -0
  322. package/dist/swipe-cell/index.js +24 -0
  323. package/dist/switch/PropTypes.d.ts +2 -0
  324. package/dist/switch/PropTypes.js +2 -0
  325. package/dist/switch/Switch.d.ts +2 -0
  326. package/dist/switch/Switch.js +8 -0
  327. package/dist/switch/index.d.ts +5 -0
  328. package/dist/switch/index.js +25 -0
  329. package/dist/tab/PropTypes.d.ts +2 -0
  330. package/dist/tab/PropTypes.js +2 -0
  331. package/dist/tab/Tab.d.ts +2 -0
  332. package/dist/tab/Tab.js +9 -0
  333. package/dist/tab/index.d.ts +5 -0
  334. package/dist/tab/index.js +24 -0
  335. package/dist/tabbar/PropTypes.d.ts +2 -0
  336. package/dist/tabbar/PropTypes.js +2 -0
  337. package/dist/tabbar/Tabbar.d.ts +2 -0
  338. package/dist/tabbar/Tabbar.js +9 -0
  339. package/dist/tabbar/index.d.ts +5 -0
  340. package/dist/tabbar/index.js +24 -0
  341. package/dist/tabbar-item/PropTypes.d.ts +2 -0
  342. package/dist/tabbar-item/PropTypes.js +2 -0
  343. package/dist/tabbar-item/TabbarItem.d.ts +2 -0
  344. package/dist/tabbar-item/TabbarItem.js +8 -0
  345. package/dist/tabbar-item/index.d.ts +5 -0
  346. package/dist/tabbar-item/index.js +24 -0
  347. package/dist/tabs/PropTypes.d.ts +2 -0
  348. package/dist/tabs/PropTypes.js +2 -0
  349. package/dist/tabs/Tabs.d.ts +2 -0
  350. package/dist/tabs/Tabs.js +9 -0
  351. package/dist/tabs/index.d.ts +5 -0
  352. package/dist/tabs/index.js +24 -0
  353. package/dist/tag/PropTypes.d.ts +2 -0
  354. package/dist/tag/PropTypes.js +2 -0
  355. package/dist/tag/Tag.d.ts +2 -0
  356. package/dist/tag/Tag.js +9 -0
  357. package/dist/tag/index.d.ts +5 -0
  358. package/dist/tag/index.js +24 -0
  359. package/dist/toast/PropTypes.d.ts +2 -0
  360. package/dist/toast/PropTypes.js +2 -0
  361. package/dist/toast/index.d.ts +6 -0
  362. package/dist/toast/index.js +35 -0
  363. package/dist/toast/toast.d.ts +4 -0
  364. package/dist/toast/toast.js +13 -0
  365. package/dist/transition/PropTypes.d.ts +2 -0
  366. package/dist/transition/PropTypes.js +2 -0
  367. package/dist/transition/Transition.d.ts +2 -0
  368. package/dist/transition/Transition.js +9 -0
  369. package/dist/transition/index.d.ts +5 -0
  370. package/dist/transition/index.js +24 -0
  371. package/dist/tree-select/PropTypes.d.ts +2 -0
  372. package/dist/tree-select/PropTypes.js +2 -0
  373. package/dist/tree-select/TreeSelect.d.ts +2 -0
  374. package/dist/tree-select/TreeSelect.js +9 -0
  375. package/dist/tree-select/index.d.ts +5 -0
  376. package/dist/tree-select/index.js +24 -0
  377. package/package.json +37 -0
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 Tuya Community
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # @ray-js/smart-ui
2
+
3
+ `@ray-js/smart-ui` 是 `@tuya-miniapp/smart-ui` 的 `React` 规范适配中间层,提供了一整套基于 `Ray` 框架且符合智能小程序移动端设计规范的 `React` 组件,且内置了完善的 TS 类型。
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/action-sheet/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantActionSheet, VantActionSheetProps, VantActionSheetEvents, VantAction } from '@ray-js/smart-ui-typings';
2
+ export { VantActionSheet, VantActionSheetProps, VantActionSheetEvents, VantAction };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantActionSheet } from './PropTypes';
3
+ declare const ActionSheet: import("react").FC<VantActionSheet>;
4
+ export { ActionSheet };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.ActionSheet = void 0;
21
+ var ActionSheet_1 = __importDefault(require("./ActionSheet"));
22
+ var ActionSheet = ActionSheet_1["default"];
23
+ exports.ActionSheet = ActionSheet;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import Area from '@tuya-miniapp/smart-ui/lib/area/index';
2
+ export default Area;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/area/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantArea, VantAreaProps, VantAreaList, VantAreaEvents, VantAreaBaseEventDetail, VantAreaChangeEventDetail, VantAreaColumn } from '@ray-js/smart-ui-typings';
2
+ export { VantArea, VantAreaProps, VantAreaList, VantAreaEvents, VantAreaBaseEventDetail, VantAreaChangeEventDetail, VantAreaColumn, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantArea } from './PropTypes';
3
+ declare const Area: import("react").FC<VantArea>;
4
+ export { Area };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Area = void 0;
21
+ var Area_1 = __importDefault(require("./Area"));
22
+ var Area = Area_1["default"];
23
+ exports.Area = Area;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import { ComponentBase, VantComponent, VantEvent, VantTouchEvent, VantEventHandler, VantTouchEventHandler, TouchPositionDetail, VantBaseExternalClassName, VantBaseLoadingExternalClassName, WechatOpenType, VantOpenTypeProps, VantOpenTypeCamelCaseProps, VantOpenTypeEvents } from '@ray-js/smart-ui-typings';
2
+ export { ComponentBase, VantComponent, VantEvent, VantTouchEvent, VantEventHandler, VantTouchEventHandler, TouchPositionDetail, VantBaseExternalClassName, VantBaseLoadingExternalClassName, WechatOpenType, VantOpenTypeProps, VantOpenTypeCamelCaseProps, VantOpenTypeEvents, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,2 @@
1
+ import Battery from '@tuya-miniapp/smart-ui/lib/battery/index';
2
+ export default Battery;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/battery/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantBattery, VantBatteryProps } from '@ray-js/smart-ui-typings';
2
+ export { VantBattery, VantBatteryProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantBattery } from './PropTypes';
3
+ declare const Battery: import("react").FC<VantBattery>;
4
+ export { Battery };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Battery = void 0;
21
+ var Battery_1 = __importDefault(require("./Battery"));
22
+ var Battery = Battery_1["default"];
23
+ exports.Battery = Battery;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/button/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantButton, VantButtonEvents, VantButtonExternalClassName, VantButtonProps } from '@ray-js/smart-ui-typings';
2
+ export { VantButton, VantButtonEvents, VantButtonExternalClassName, VantButtonProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantButton } from './PropTypes';
3
+ declare const Button: import("react").FC<VantButton>;
4
+ export { Button };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Button = void 0;
21
+ var Button_1 = __importDefault(require("./Button"));
22
+ var Button = Button_1["default"];
23
+ exports.Button = Button;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/calendar/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCalendar, VantCalendarProps, VantCalendarEvents, VantCalendarRangeProps, VantCalendarPoppableProps, Day } from '@ray-js/smart-ui-typings';
2
+ export { VantCalendar, VantCalendarEvents, VantCalendarPoppableProps, VantCalendarProps, VantCalendarRangeProps, Day, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCalendar } from './PropTypes';
3
+ declare const Calendar: import("react").FC<VantCalendar>;
4
+ export { Calendar };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Calendar = void 0;
21
+ var Calendar_1 = __importDefault(require("./Calendar"));
22
+ var Calendar = Calendar_1["default"];
23
+ exports.Calendar = Calendar;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import Card from '@tuya-miniapp/smart-ui/lib/card/index';
2
+ export default Card;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/card/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantCard, VantCardProps, VantCardExternalClassName } from '@ray-js/smart-ui-typings';
2
+ export { VantCard, VantCardProps, VantCardExternalClassName };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCard } from './PropTypes';
3
+ declare const Card: import("react").FC<VantCard>;
4
+ export { Card };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Card = void 0;
21
+ var Card_1 = __importDefault(require("./Card"));
22
+ var Card = Card_1["default"];
23
+ exports.Card = Card;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/cascader/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCascader, VantCascaderProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCascader, VantCascaderProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCascader } from './PropTypes';
3
+ declare const Cascader: import("react").FC<VantCascader>;
4
+ export { Cascader };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Cascader = void 0;
21
+ var Cascader_1 = __importDefault(require("./Cascader"));
22
+ var Cascader = Cascader_1["default"];
23
+ exports.Cascader = Cascader;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/cell/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCell, VantCellEvents, VantCellExternalClassName, VantCellProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCellExternalClassName, VantCell, VantCellEvents, VantCellProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCell } from './PropTypes';
3
+ declare const Cell: import("react").FC<VantCell>;
4
+ export { Cell };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Cell = void 0;
21
+ var Cell_1 = __importDefault(require("./Cell"));
22
+ var Cell = Cell_1["default"];
23
+ exports.Cell = Cell;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import CellGroup from '@tuya-miniapp/smart-ui/lib/cell-group/index';
2
+ export default CellGroup;
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/cell-group/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantCellGroup, VantCellGroupExternalClassName, VantCellGroupProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCellGroup, VantCellGroupExternalClassName, VantCellGroupProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCellGroup } from './PropTypes';
3
+ declare const CellGroup: import("react").FC<VantCellGroup>;
4
+ export { CellGroup };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.CellGroup = void 0;
21
+ var CellGroup_1 = __importDefault(require("./CellGroup"));
22
+ var CellGroup = CellGroup_1["default"];
23
+ exports.CellGroup = CellGroup;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/checkbox/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCheckbox, VantCheckboxEvents, VantCheckboxExternalClassName, VantCheckboxProps, VantCheckboxChangeEvent } from '@ray-js/smart-ui-typings';
2
+ export { VantCheckbox, VantCheckboxEvents, VantCheckboxProps, VantCheckboxExternalClassName, VantCheckboxChangeEvent, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCheckbox } from './PropTypes';
3
+ declare const Checkbox: import("react").FC<VantCheckbox>;
4
+ export { Checkbox };
5
+ export * from './PropTypes';
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ var __importDefault = (this && this.__importDefault) || function (mod) {
17
+ return (mod && mod.__esModule) ? mod : { "default": mod };
18
+ };
19
+ exports.__esModule = true;
20
+ exports.Checkbox = void 0;
21
+ var Checkbox_1 = __importDefault(require("./Checkbox"));
22
+ var Checkbox = Checkbox_1["default"];
23
+ exports.Checkbox = Checkbox;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ declare const _default: (props: Record<string, any>) => import("react/jsx-runtime").JSX.Element;
2
+ export default _default;
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ exports.__esModule = true;
6
+ // @ts-ignore
7
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/checkbox-group/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCheckboxGroup, VantCheckboxGroupEvents, VantCheckboxGroupProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCheckboxGroup, VantCheckboxGroupEvents, VantCheckboxGroupProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;