@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
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCheckboxGroup } from './PropTypes';
3
+ declare const CheckboxGroup: import("react").FC<VantCheckboxGroup>;
4
+ export { CheckboxGroup };
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.CheckboxGroup = void 0;
21
+ var CheckboxGroup_1 = __importDefault(require("./CheckboxGroup"));
22
+ var CheckboxGroup = CheckboxGroup_1["default"];
23
+ exports.CheckboxGroup = CheckboxGroup;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ declare const _default: {
3
+ (props: import("@ray-js/components-ty-progress-circle/lib/props").IProps): JSX.Element;
4
+ defaultProps: import("@ray-js/components-ty-progress-circle/lib/props").IProps;
5
+ };
6
+ export default _default;
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ exports.__esModule = true;
3
+ var progress_1 = require("../progress");
4
+ exports["default"] = progress_1.Progress.Circle;
@@ -0,0 +1,2 @@
1
+ import { VantCircle, VantCircleProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCircle, VantCircleProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ declare const Circle: {
3
+ (props: import("@ray-js/components-ty-progress-circle/lib/props").IProps): JSX.Element;
4
+ defaultProps: import("@ray-js/components-ty-progress-circle/lib/props").IProps;
5
+ };
6
+ export { Circle };
7
+ 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.Circle = void 0;
21
+ var Circle_1 = __importDefault(require("./Circle"));
22
+ var Circle = Circle_1["default"];
23
+ exports.Circle = Circle;
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/col/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCol, VantColProps, VantColExternalClassName } from '@ray-js/smart-ui-typings';
2
+ export { VantCol, VantColProps, VantColExternalClassName };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCol } from './PropTypes';
3
+ declare const Col: import("react").FC<VantCol>;
4
+ export { Col };
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.Col = void 0;
21
+ var Col_1 = __importDefault(require("./Col"));
22
+ var Col = Col_1["default"];
23
+ exports.Col = Col;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import Collapse from '@tuya-miniapp/smart-ui/lib/collapse/index';
2
+ export default Collapse;
@@ -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/collapse/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantCollapse, VantCollapseEvents, VantCollapseExternalClassName, VantCollapseProps, VantCollapseBaseEvent, VantCollapseChangeEvent } from '@ray-js/smart-ui-typings';
2
+ export { VantCollapse, VantCollapseEvents, VantCollapseExternalClassName, VantCollapseProps, VantCollapseBaseEvent, VantCollapseChangeEvent, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCollapse } from './PropTypes';
3
+ declare const Collapse: import("react").FC<VantCollapse>;
4
+ export { Collapse };
5
+ export * from './PropTypes';
@@ -0,0 +1,25 @@
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.Collapse = void 0;
21
+ var withReactProps_1 = require("../common/withReactProps");
22
+ var Collapse_1 = __importDefault(require("./Collapse"));
23
+ var Collapse = (0, withReactProps_1.withReactProps)(Collapse_1["default"]);
24
+ exports.Collapse = Collapse;
25
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import CollapseItem from '@tuya-miniapp/smart-ui/lib/collapse-item/index';
2
+ export default CollapseItem;
@@ -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/collapse-item/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantCollapseItem, VantCollapseItemExternalClassName, VantCollapseItemProps } from '@ray-js/smart-ui-typings';
2
+ export { VantCollapseItem, VantCollapseItemExternalClassName, VantCollapseItemProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCollapseItem } from './PropTypes';
3
+ declare const CollapseItem: import("react").FC<VantCollapseItem>;
4
+ export { CollapseItem };
5
+ export * from './PropTypes';
@@ -0,0 +1,25 @@
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.CollapseItem = void 0;
21
+ var withReactProps_1 = require("../common/withReactProps");
22
+ var CollapseItem_1 = __importDefault(require("./CollapseItem"));
23
+ var CollapseItem = (0, withReactProps_1.withReactProps)(CollapseItem_1["default"]);
24
+ exports.CollapseItem = CollapseItem;
25
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const withReactProps: <P extends Record<string, any>>(WrappedComponent: React.ElementType) => (props: P) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,82 @@
1
+ "use strict";
2
+ var __assign = (this && this.__assign) || function () {
3
+ __assign = Object.assign || function(t) {
4
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
5
+ s = arguments[i];
6
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
7
+ t[p] = s[p];
8
+ }
9
+ return t;
10
+ };
11
+ return __assign.apply(this, arguments);
12
+ };
13
+ var __importDefault = (this && this.__importDefault) || function (mod) {
14
+ return (mod && mod.__esModule) ? mod : { "default": mod };
15
+ };
16
+ exports.__esModule = true;
17
+ exports.withReactProps = void 0;
18
+ var jsx_runtime_1 = require("react/jsx-runtime");
19
+ var react_1 = __importDefault(require("react"));
20
+ var lodash_es_1 = __importDefault(require("lodash-es"));
21
+ var styleObj2Str = function (style) {
22
+ if (!lodash_es_1["default"].isObject(style))
23
+ return style;
24
+ return Object.entries(style).reduce(function (acc, _a) {
25
+ var key = _a[0], value = _a[1];
26
+ return "".concat(acc).concat(key, ": ").concat(value, ";");
27
+ }, '');
28
+ };
29
+ var withReactProps = function (WrappedComponent) {
30
+ return function (props) {
31
+ var _a;
32
+ // 自身是否是一个 Slot 组件
33
+ var isSelfSlot = typeof (props === null || props === void 0 ? void 0 : props.slot) === 'string';
34
+ var slotProps = isSelfSlot ? {} : (_a = props === null || props === void 0 ? void 0 : props.slot) !== null && _a !== void 0 ? _a : {};
35
+ var slotPropsNames = Object.keys(slotProps);
36
+ var omitPropKeys = ['className', 'slot', 'children'];
37
+ var stylePropsKeys = [];
38
+ var vantProps = lodash_es_1["default"].omit(props, omitPropKeys);
39
+ vantProps = lodash_es_1["default"].mapKeys(vantProps, function (__, key) {
40
+ /**
41
+ * React 中为 onClick,Vant 中的 Event 标准写法为 bind:click,故这里会转一道
42
+ */
43
+ if (key.startsWith('on')) {
44
+ var eventKey = "bind:".concat(lodash_es_1["default"].kebabCase(key.slice(2)));
45
+ return eventKey;
46
+ }
47
+ if (key.endsWith('Style')) {
48
+ var stylePropKey = lodash_es_1["default"].kebabCase(key);
49
+ stylePropsKeys.push(stylePropKey);
50
+ return stylePropKey;
51
+ }
52
+ /**
53
+ * React 为 camelCase,Vant 中的 props 统一为 kebab-case,故这里会转一道
54
+ */
55
+ return lodash_es_1["default"].kebabCase(key);
56
+ });
57
+ /**
58
+ * React 中为 className,Vant 中使用 class,故这里会转一道
59
+ */
60
+ if (props.className) {
61
+ vantProps["class"] = props.className;
62
+ }
63
+ if ((stylePropsKeys === null || stylePropsKeys === void 0 ? void 0 : stylePropsKeys.length) > 0) {
64
+ stylePropsKeys.forEach(function (stylePropKey) {
65
+ var stylePropValue = vantProps[stylePropKey];
66
+ vantProps[stylePropKey] = styleObj2Str(stylePropValue);
67
+ });
68
+ }
69
+ /**
70
+ * Vant 中的 Slot 写法为子组件 + slot 属性,在 React 中无法直接使用,故这里会转一道,
71
+ * 统一通过 slot props 来定义
72
+ */
73
+ if ((slotPropsNames === null || slotPropsNames === void 0 ? void 0 : slotPropsNames.length) > 0) {
74
+ return ((0, jsx_runtime_1.jsxs)(WrappedComponent, __assign({}, vantProps, { children: [slotPropsNames.map(function (slotName) {
75
+ var name = lodash_es_1["default"].kebabCase(slotName);
76
+ return react_1["default"].cloneElement(slotProps === null || slotProps === void 0 ? void 0 : slotProps[slotName], { key: slotName, slot: name });
77
+ }), props.children] })));
78
+ }
79
+ return ((0, jsx_runtime_1.jsx)(WrappedComponent, __assign({}, (isSelfSlot ? { slot: props.slot } : {}), vantProps, { children: props.children })));
80
+ };
81
+ };
82
+ exports.withReactProps = withReactProps;
@@ -0,0 +1,2 @@
1
+ import ConfigProvider from '@tuya-miniapp/smart-ui/lib/config-provider/index';
2
+ export default ConfigProvider;
@@ -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/config-provider/index"));
8
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantConfigProvider, VantConfigProviderProps } from '@ray-js/smart-ui-typings';
2
+ export { VantConfigProvider, VantConfigProviderProps };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantConfigProvider } from './PropTypes';
3
+ declare const ConfigProvider: import("react").FC<VantConfigProvider>;
4
+ export { ConfigProvider };
5
+ export * from './PropTypes';
@@ -0,0 +1,25 @@
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.ConfigProvider = void 0;
21
+ var withReactProps_1 = require("../common/withReactProps");
22
+ var ConfigProvider_1 = __importDefault(require("./ConfigProvider"));
23
+ var ConfigProvider = (0, withReactProps_1.withReactProps)(ConfigProvider_1["default"]);
24
+ exports.ConfigProvider = ConfigProvider;
25
+ __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/count-down/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCountDown, VantCountDownEvents, VantCountDownProps, VantCountDownTimeData } from '@ray-js/smart-ui-typings';
2
+ export { VantCountDown, VantCountDownEvents, VantCountDownProps, VantCountDownTimeData };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCountDown } from './PropTypes';
3
+ declare const CountDown: import("react").FC<VantCountDown>;
4
+ export { CountDown };
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.CountDown = void 0;
21
+ var CountDown_1 = __importDefault(require("./CountDown"));
22
+ var CountDown = CountDown_1["default"];
23
+ exports.CountDown = CountDown;
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/custom-keyboard/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantCustomKeyboard, VantCustomKeyboardProps, VantCustomKeyboardEvents } from '@ray-js/smart-ui-typings';
2
+ export { VantCustomKeyboard, VantCustomKeyboardProps, VantCustomKeyboardEvents };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantCustomKeyboard } from './PropTypes';
3
+ declare const CustomKeyboard: import("react").FC<VantCustomKeyboard>;
4
+ export { CustomKeyboard };
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.CustomKeyboard = void 0;
21
+ var CustomKeyboard_1 = __importDefault(require("./CustomKeyboard"));
22
+ var CustomKeyboard = CustomKeyboard_1["default"];
23
+ exports.CustomKeyboard = CustomKeyboard;
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/datetime-picker/index"));
8
+ var withReactProps_1 = require("../common/withReactProps");
9
+ exports["default"] = (0, withReactProps_1.withReactProps)(index_1["default"]);
@@ -0,0 +1,2 @@
1
+ import { VantDateTimePicker, VantDateTimePickerEvents, VantDateTimePickerExternalClassName, VantDateTimePickerProps, VantDateTimePickerBaseEvent } from '@ray-js/smart-ui-typings';
2
+ export { VantDateTimePicker, VantDateTimePickerEvents, VantDateTimePickerProps, VantDateTimePickerExternalClassName, VantDateTimePickerBaseEvent, };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import type { VantDateTimePicker } from './PropTypes';
3
+ declare const DateTimePicker: import("react").FC<VantDateTimePicker>;
4
+ export { DateTimePicker };
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.DateTimePicker = void 0;
21
+ var DateTimePicker_1 = __importDefault(require("./DateTimePicker"));
22
+ var DateTimePicker = DateTimePicker_1["default"];
23
+ exports.DateTimePicker = DateTimePicker;
24
+ __exportStar(require("./PropTypes"), exports);
@@ -0,0 +1,4 @@
1
+ import Dialog from '@tuya-miniapp/smart-ui/lib/dialog/index';
2
+ import DialogInstance from '@tuya-miniapp/smart-ui/lib/dialog/dialog';
3
+ export default Dialog;
4
+ export { DialogInstance };
@@ -0,0 +1,12 @@
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
+ exports.DialogInstance = void 0;
7
+ // @ts-ignore
8
+ var index_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/dialog/index"));
9
+ // @ts-ignore
10
+ var dialog_1 = __importDefault(require("@tuya-miniapp/smart-ui/lib/dialog/dialog"));
11
+ exports.DialogInstance = dialog_1["default"];
12
+ exports["default"] = index_1["default"];
@@ -0,0 +1,2 @@
1
+ import { VantDialog, VantDialogProps, VantDialogInstance, VantDialogOptions } from '@ray-js/smart-ui-typings';
2
+ export { VantDialog, VantDialogProps, VantDialogInstance, VantDialogOptions };
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ exports.__esModule = true;
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import type { VantDialog, VantDialogInstance } from './PropTypes';
3
+ declare const Dialog: import("react").FC<VantDialog>;
4
+ declare const DialogInstance: VantDialogInstance;
5
+ export { Dialog, DialogInstance };
6
+ export * from './PropTypes';