maxit-cli 0.1.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 (715) hide show
  1. package/LICENSE +49 -0
  2. package/README.md +56 -0
  3. package/bin/maxit.js +75 -0
  4. package/lib/commands.js +142 -0
  5. package/lib/project.js +58 -0
  6. package/lib/registry.js +50 -0
  7. package/package.json +30 -0
  8. package/registry/components/action-sheet/action-sheet.js +1 -0
  9. package/registry/components/action-sheet/action-sheet.json +1 -0
  10. package/registry/components/action-sheet/action-sheet.wxml +1 -0
  11. package/registry/components/action-sheet/action-sheet.wxs +34 -0
  12. package/registry/components/action-sheet/action-sheet.wxss +197 -0
  13. package/registry/components/action-sheet/index.js +1 -0
  14. package/registry/components/action-sheet/props.js +1 -0
  15. package/registry/components/action-sheet/show.js +1 -0
  16. package/registry/components/action-sheet/template/grid.wxml +1 -0
  17. package/registry/components/avatar/avatar.js +1 -0
  18. package/registry/components/avatar/avatar.json +1 -0
  19. package/registry/components/avatar/avatar.wxml +1 -0
  20. package/registry/components/avatar/avatar.wxs +30 -0
  21. package/registry/components/avatar/avatar.wxss +105 -0
  22. package/registry/components/avatar/index.js +1 -0
  23. package/registry/components/avatar/props.js +1 -0
  24. package/registry/components/avatar-group/avatar-group.js +1 -0
  25. package/registry/components/avatar-group/avatar-group.json +1 -0
  26. package/registry/components/avatar-group/avatar-group.wxml +1 -0
  27. package/registry/components/avatar-group/avatar-group.wxss +248 -0
  28. package/registry/components/avatar-group/index.js +1 -0
  29. package/registry/components/avatar-group/props.js +1 -0
  30. package/registry/components/back-top/back-top.js +1 -0
  31. package/registry/components/back-top/back-top.json +1 -0
  32. package/registry/components/back-top/back-top.wxml +1 -0
  33. package/registry/components/back-top/back-top.wxss +77 -0
  34. package/registry/components/back-top/index.js +1 -0
  35. package/registry/components/back-top/props.js +1 -0
  36. package/registry/components/badge/badge.js +1 -0
  37. package/registry/components/badge/badge.json +1 -0
  38. package/registry/components/badge/badge.wxml +1 -0
  39. package/registry/components/badge/badge.wxs +64 -0
  40. package/registry/components/badge/badge.wxss +168 -0
  41. package/registry/components/badge/index.js +1 -0
  42. package/registry/components/badge/props.js +1 -0
  43. package/registry/components/balance-card/balance-card.js +34 -0
  44. package/registry/components/balance-card/balance-card.json +1 -0
  45. package/registry/components/balance-card/balance-card.wxml +33 -0
  46. package/registry/components/balance-card/balance-card.wxss +111 -0
  47. package/registry/components/balance-card/index.js +2 -0
  48. package/registry/components/balance-card/props.js +14 -0
  49. package/registry/components/balance-thumb-card/balance-thumb-card.js +39 -0
  50. package/registry/components/balance-thumb-card/balance-thumb-card.json +1 -0
  51. package/registry/components/balance-thumb-card/balance-thumb-card.wxml +26 -0
  52. package/registry/components/balance-thumb-card/balance-thumb-card.wxss +31 -0
  53. package/registry/components/balance-thumb-card/index.js +2 -0
  54. package/registry/components/balance-thumb-card/props.js +17 -0
  55. package/registry/components/bill-card/bill-card.js +23 -0
  56. package/registry/components/bill-card/bill-card.json +1 -0
  57. package/registry/components/bill-card/bill-card.wxml +30 -0
  58. package/registry/components/bill-card/bill-card.wxss +33 -0
  59. package/registry/components/bill-card/index.js +2 -0
  60. package/registry/components/bill-card/props.js +18 -0
  61. package/registry/components/button/button.js +1 -0
  62. package/registry/components/button/button.json +1 -0
  63. package/registry/components/button/button.wxml +1 -0
  64. package/registry/components/button/button.wxss +775 -0
  65. package/registry/components/button/index.js +1 -0
  66. package/registry/components/button/props.js +1 -0
  67. package/registry/components/calendar/calendar-header.wxml +1 -0
  68. package/registry/components/calendar/calendar.js +1 -0
  69. package/registry/components/calendar/calendar.json +1 -0
  70. package/registry/components/calendar/calendar.wxml +1 -0
  71. package/registry/components/calendar/calendar.wxs +44 -0
  72. package/registry/components/calendar/calendar.wxss +246 -0
  73. package/registry/components/calendar/index.js +1 -0
  74. package/registry/components/calendar/props.js +1 -0
  75. package/registry/components/calendar/template.wxml +1 -0
  76. package/registry/components/calendar/utils.js +1 -0
  77. package/registry/components/card/card.js +24 -0
  78. package/registry/components/card/card.json +1 -0
  79. package/registry/components/card/card.wxml +23 -0
  80. package/registry/components/card/card.wxss +103 -0
  81. package/registry/components/card/index.js +2 -0
  82. package/registry/components/card/props.js +16 -0
  83. package/registry/components/card-list/card-list.js +22 -0
  84. package/registry/components/card-list/card-list.json +1 -0
  85. package/registry/components/card-list/card-list.wxml +7 -0
  86. package/registry/components/card-list/card-list.wxss +30 -0
  87. package/registry/components/card-list/index.js +2 -0
  88. package/registry/components/card-list/props.js +16 -0
  89. package/registry/components/cascader/cascader.js +1 -0
  90. package/registry/components/cascader/cascader.json +1 -0
  91. package/registry/components/cascader/cascader.wxml +1 -0
  92. package/registry/components/cascader/cascader.wxss +178 -0
  93. package/registry/components/cascader/index.js +1 -0
  94. package/registry/components/cascader/props.js +1 -0
  95. package/registry/components/category-filter/category-filter.js +50 -0
  96. package/registry/components/category-filter/category-filter.json +1 -0
  97. package/registry/components/category-filter/category-filter.wxml +16 -0
  98. package/registry/components/category-filter/category-filter.wxss +47 -0
  99. package/registry/components/category-filter/index.js +2 -0
  100. package/registry/components/category-filter/props.js +10 -0
  101. package/registry/components/cell/cell.js +1 -0
  102. package/registry/components/cell/cell.json +1 -0
  103. package/registry/components/cell/cell.wxml +1 -0
  104. package/registry/components/cell/cell.wxss +136 -0
  105. package/registry/components/cell/index.js +1 -0
  106. package/registry/components/cell/props.js +1 -0
  107. package/registry/components/check-tag/check-tag.js +1 -0
  108. package/registry/components/check-tag/check-tag.json +1 -0
  109. package/registry/components/check-tag/check-tag.wxml +1 -0
  110. package/registry/components/check-tag/check-tag.wxss +275 -0
  111. package/registry/components/check-tag/index.js +1 -0
  112. package/registry/components/check-tag/props.js +1 -0
  113. package/registry/components/checkbox/checkbox.js +1 -0
  114. package/registry/components/checkbox/checkbox.json +1 -0
  115. package/registry/components/checkbox/checkbox.wxml +1 -0
  116. package/registry/components/checkbox/checkbox.wxss +230 -0
  117. package/registry/components/checkbox/index.js +1 -0
  118. package/registry/components/checkbox/props.js +1 -0
  119. package/registry/components/checkbox-group/checkbox-group.js +1 -0
  120. package/registry/components/checkbox-group/checkbox-group.json +1 -0
  121. package/registry/components/checkbox-group/checkbox-group.wxml +1 -0
  122. package/registry/components/checkbox-group/checkbox-group.wxss +7 -0
  123. package/registry/components/checkbox-group/index.js +1 -0
  124. package/registry/components/checkbox-group/props.js +1 -0
  125. package/registry/components/collapse/collapse.js +1 -0
  126. package/registry/components/collapse/collapse.json +1 -0
  127. package/registry/components/collapse/collapse.wxml +1 -0
  128. package/registry/components/collapse/collapse.wxss +8 -0
  129. package/registry/components/collapse/index.js +1 -0
  130. package/registry/components/collapse/props.js +1 -0
  131. package/registry/components/collapse-panel/collapse-panel.js +1 -0
  132. package/registry/components/collapse-panel/collapse-panel.json +1 -0
  133. package/registry/components/collapse-panel/collapse-panel.wxml +1 -0
  134. package/registry/components/collapse-panel/collapse-panel.wxss +186 -0
  135. package/registry/components/collapse-panel/index.js +1 -0
  136. package/registry/components/collapse-panel/props.js +1 -0
  137. package/registry/components/color-picker/color-picker.js +1 -0
  138. package/registry/components/color-picker/color-picker.json +1 -0
  139. package/registry/components/color-picker/color-picker.wxml +1 -0
  140. package/registry/components/color-picker/color-picker.wxss +312 -0
  141. package/registry/components/color-picker/constants.js +1 -0
  142. package/registry/components/color-picker/index.js +1 -0
  143. package/registry/components/color-picker/interfaces.js +1 -0
  144. package/registry/components/color-picker/props.js +1 -0
  145. package/registry/components/color-picker/template.wxml +1 -0
  146. package/registry/components/color-picker/utils.js +1 -0
  147. package/registry/components/common/bus.js +1 -0
  148. package/registry/components/common/config.js +1 -0
  149. package/registry/components/common/libs/tinycolor.js +1 -0
  150. package/registry/components/common/locale.js +20 -0
  151. package/registry/components/common/mixins/page-scroll.js +1 -0
  152. package/registry/components/common/mixins/touch.js +1 -0
  153. package/registry/components/common/mixins/transition.js +1 -0
  154. package/registry/components/common/mixins/using-config.js +24 -0
  155. package/registry/components/common/mixins/using-custom-navbar.js +1 -0
  156. package/registry/components/common/shared/calendar/index.js +1 -0
  157. package/registry/components/common/shared/color-picker/cmyk.js +1 -0
  158. package/registry/components/common/shared/color-picker/color.js +1 -0
  159. package/registry/components/common/shared/color-picker/gradient.js +1 -0
  160. package/registry/components/common/shared/color-picker/index.js +1 -0
  161. package/registry/components/common/shared/date.js +1 -0
  162. package/registry/components/common/shared/qrcode/qrcodegen.js +1 -0
  163. package/registry/components/common/shared/qrcode/utils.js +1 -0
  164. package/registry/components/common/src/control.js +1 -0
  165. package/registry/components/common/src/flatTool.js +1 -0
  166. package/registry/components/common/src/index.js +1 -0
  167. package/registry/components/common/src/instantiationDecorator.js +1 -0
  168. package/registry/components/common/src/superComponent.js +1 -0
  169. package/registry/components/common/style/card.wxss +245 -0
  170. package/registry/components/common/style/index.wxss +3 -0
  171. package/registry/components/common/style/tokens.wxss +233 -0
  172. package/registry/components/common/template/badge.wxml +1 -0
  173. package/registry/components/common/template/button.wxml +1 -0
  174. package/registry/components/common/template/icon.wxml +1 -0
  175. package/registry/components/common/template/image.wxml +1 -0
  176. package/registry/components/common/tslib.js +2 -0
  177. package/registry/components/common/typography/ellipsis.wxml +1 -0
  178. package/registry/components/common/typography/typography.wxs +49 -0
  179. package/registry/components/common/utils.js +1 -0
  180. package/registry/components/common/utils.wxs +149 -0
  181. package/registry/components/common/validator.js +1 -0
  182. package/registry/components/common/wechat.js +1 -0
  183. package/registry/components/consumption-card/consumption-card.js +23 -0
  184. package/registry/components/consumption-card/consumption-card.json +1 -0
  185. package/registry/components/consumption-card/consumption-card.wxml +16 -0
  186. package/registry/components/consumption-card/consumption-card.wxss +36 -0
  187. package/registry/components/consumption-card/index.js +2 -0
  188. package/registry/components/consumption-card/props.js +14 -0
  189. package/registry/components/contact-list/contact-list.js +60 -0
  190. package/registry/components/contact-list/contact-list.json +1 -0
  191. package/registry/components/contact-list/contact-list.wxml +24 -0
  192. package/registry/components/contact-list/contact-list.wxss +73 -0
  193. package/registry/components/contact-list/index.js +2 -0
  194. package/registry/components/contact-list/props.js +13 -0
  195. package/registry/components/description-tile/description-tile.js +22 -0
  196. package/registry/components/description-tile/description-tile.json +1 -0
  197. package/registry/components/description-tile/description-tile.wxml +11 -0
  198. package/registry/components/description-tile/description-tile.wxss +21 -0
  199. package/registry/components/description-tile/index.js +2 -0
  200. package/registry/components/description-tile/props.js +10 -0
  201. package/registry/components/details-card/details-card.js +38 -0
  202. package/registry/components/details-card/details-card.json +1 -0
  203. package/registry/components/details-card/details-card.wxml +37 -0
  204. package/registry/components/details-card/details-card.wxss +119 -0
  205. package/registry/components/details-card/index.js +2 -0
  206. package/registry/components/details-card/props.js +22 -0
  207. package/registry/components/dialog/dialog.js +1 -0
  208. package/registry/components/dialog/dialog.json +1 -0
  209. package/registry/components/dialog/dialog.wxml +1 -0
  210. package/registry/components/dialog/dialog.wxs +13 -0
  211. package/registry/components/dialog/dialog.wxss +123 -0
  212. package/registry/components/dialog/index.js +1 -0
  213. package/registry/components/dialog/props.js +1 -0
  214. package/registry/components/divider/divider.js +1 -0
  215. package/registry/components/divider/divider.json +1 -0
  216. package/registry/components/divider/divider.wxml +1 -0
  217. package/registry/components/divider/divider.wxss +69 -0
  218. package/registry/components/divider/index.js +1 -0
  219. package/registry/components/divider/props.js +1 -0
  220. package/registry/components/drawer/drawer.js +1 -0
  221. package/registry/components/drawer/drawer.json +1 -0
  222. package/registry/components/drawer/drawer.wxml +1 -0
  223. package/registry/components/drawer/drawer.wxss +75 -0
  224. package/registry/components/drawer/index.js +1 -0
  225. package/registry/components/drawer/props.js +1 -0
  226. package/registry/components/dropdown-item/dropdown-item.js +1 -0
  227. package/registry/components/dropdown-item/dropdown-item.json +1 -0
  228. package/registry/components/dropdown-item/dropdown-item.wxml +1 -0
  229. package/registry/components/dropdown-item/dropdown-item.wxss +116 -0
  230. package/registry/components/dropdown-item/index.js +1 -0
  231. package/registry/components/dropdown-item/index.wxs +9 -0
  232. package/registry/components/dropdown-item/props.js +1 -0
  233. package/registry/components/dropdown-menu/dropdown-menu.js +1 -0
  234. package/registry/components/dropdown-menu/dropdown-menu.json +1 -0
  235. package/registry/components/dropdown-menu/dropdown-menu.wxml +1 -0
  236. package/registry/components/dropdown-menu/dropdown-menu.wxss +72 -0
  237. package/registry/components/dropdown-menu/index.js +1 -0
  238. package/registry/components/dropdown-menu/props.js +1 -0
  239. package/registry/components/empty/empty.js +1 -0
  240. package/registry/components/empty/empty.json +1 -0
  241. package/registry/components/empty/empty.wxml +1 -0
  242. package/registry/components/empty/empty.wxss +28 -0
  243. package/registry/components/empty/index.js +1 -0
  244. package/registry/components/empty/props.js +1 -0
  245. package/registry/components/entry-card/entry-card.js +23 -0
  246. package/registry/components/entry-card/entry-card.json +1 -0
  247. package/registry/components/entry-card/entry-card.wxml +14 -0
  248. package/registry/components/entry-card/entry-card.wxss +30 -0
  249. package/registry/components/entry-card/index.js +2 -0
  250. package/registry/components/entry-card/props.js +11 -0
  251. package/registry/components/file-drop/file-drop.js +23 -0
  252. package/registry/components/file-drop/file-drop.json +1 -0
  253. package/registry/components/file-drop/file-drop.wxml +13 -0
  254. package/registry/components/file-drop/file-drop.wxss +35 -0
  255. package/registry/components/file-drop/index.js +2 -0
  256. package/registry/components/file-drop/props.js +9 -0
  257. package/registry/components/grid/grid.js +1 -0
  258. package/registry/components/grid/grid.json +1 -0
  259. package/registry/components/grid/grid.wxml +1 -0
  260. package/registry/components/grid/grid.wxss +18 -0
  261. package/registry/components/grid/index.js +1 -0
  262. package/registry/components/grid/props.js +1 -0
  263. package/registry/components/grid-item/grid-item.js +1 -0
  264. package/registry/components/grid-item/grid-item.json +1 -0
  265. package/registry/components/grid-item/grid-item.wxml +1 -0
  266. package/registry/components/grid-item/grid-item.wxss +130 -0
  267. package/registry/components/grid-item/index.js +1 -0
  268. package/registry/components/grid-item/props.js +1 -0
  269. package/registry/components/guide/content.wxml +1 -0
  270. package/registry/components/guide/guide.js +1 -0
  271. package/registry/components/guide/guide.json +1 -0
  272. package/registry/components/guide/guide.wxml +1 -0
  273. package/registry/components/guide/guide.wxss +79 -0
  274. package/registry/components/guide/index.js +1 -0
  275. package/registry/components/guide/props.js +1 -0
  276. package/registry/components/icon/icon.js +1 -0
  277. package/registry/components/icon/icon.json +1 -0
  278. package/registry/components/icon/icon.wxml +1 -0
  279. package/registry/components/icon/icon.wxss +2361 -0
  280. package/registry/components/icon/index.js +1 -0
  281. package/registry/components/icon/props.js +1 -0
  282. package/registry/components/image/image.js +1 -0
  283. package/registry/components/image/image.json +1 -0
  284. package/registry/components/image/image.wxml +1 -0
  285. package/registry/components/image/image.wxss +55 -0
  286. package/registry/components/image/index.js +1 -0
  287. package/registry/components/image/props.js +1 -0
  288. package/registry/components/image-viewer/image-viewer.js +1 -0
  289. package/registry/components/image-viewer/image-viewer.json +1 -0
  290. package/registry/components/image-viewer/image-viewer.wxml +1 -0
  291. package/registry/components/image-viewer/image-viewer.wxs +7 -0
  292. package/registry/components/image-viewer/image-viewer.wxss +90 -0
  293. package/registry/components/image-viewer/index.js +1 -0
  294. package/registry/components/image-viewer/props.js +1 -0
  295. package/registry/components/info-card/index.js +2 -0
  296. package/registry/components/info-card/info-card.js +22 -0
  297. package/registry/components/info-card/info-card.json +1 -0
  298. package/registry/components/info-card/info-card.wxml +14 -0
  299. package/registry/components/info-card/info-card.wxss +56 -0
  300. package/registry/components/info-card/props.js +11 -0
  301. package/registry/components/input/index.js +1 -0
  302. package/registry/components/input/input.js +1 -0
  303. package/registry/components/input/input.json +1 -0
  304. package/registry/components/input/input.wxml +1 -0
  305. package/registry/components/input/input.wxs +16 -0
  306. package/registry/components/input/input.wxss +313 -0
  307. package/registry/components/input/props.js +1 -0
  308. package/registry/components/insight-card/index.js +2 -0
  309. package/registry/components/insight-card/insight-card.js +19 -0
  310. package/registry/components/insight-card/insight-card.json +1 -0
  311. package/registry/components/insight-card/insight-card.wxml +17 -0
  312. package/registry/components/insight-card/insight-card.wxss +35 -0
  313. package/registry/components/insight-card/props.js +12 -0
  314. package/registry/components/link/index.js +1 -0
  315. package/registry/components/link/link.js +1 -0
  316. package/registry/components/link/link.json +1 -0
  317. package/registry/components/link/link.wxml +1 -0
  318. package/registry/components/link/link.wxss +155 -0
  319. package/registry/components/link/props.js +1 -0
  320. package/registry/components/list-item/index.js +2 -0
  321. package/registry/components/list-item/list-item.js +39 -0
  322. package/registry/components/list-item/list-item.json +1 -0
  323. package/registry/components/list-item/list-item.wxml +22 -0
  324. package/registry/components/list-item/list-item.wxss +110 -0
  325. package/registry/components/list-item/props.js +22 -0
  326. package/registry/components/loading/index.js +1 -0
  327. package/registry/components/loading/loading.js +1 -0
  328. package/registry/components/loading/loading.json +1 -0
  329. package/registry/components/loading/loading.wxml +1 -0
  330. package/registry/components/loading/loading.wxss +281 -0
  331. package/registry/components/loading/props.js +1 -0
  332. package/registry/components/main-card/index.js +2 -0
  333. package/registry/components/main-card/main-card.js +23 -0
  334. package/registry/components/main-card/main-card.json +1 -0
  335. package/registry/components/main-card/main-card.wxml +37 -0
  336. package/registry/components/main-card/main-card.wxss +63 -0
  337. package/registry/components/main-card/props.js +24 -0
  338. package/registry/components/media-card/index.js +2 -0
  339. package/registry/components/media-card/media-card.js +23 -0
  340. package/registry/components/media-card/media-card.json +1 -0
  341. package/registry/components/media-card/media-card.wxml +11 -0
  342. package/registry/components/media-card/media-card.wxss +51 -0
  343. package/registry/components/media-card/props.js +8 -0
  344. package/registry/components/message/index.js +1 -0
  345. package/registry/components/message/message.interface.js +1 -0
  346. package/registry/components/message/message.js +1 -0
  347. package/registry/components/message/message.json +1 -0
  348. package/registry/components/message/message.wxml +1 -0
  349. package/registry/components/message/message.wxss +2 -0
  350. package/registry/components/message/props.js +1 -0
  351. package/registry/components/message-item/index.js +1 -0
  352. package/registry/components/message-item/message-item.js +1 -0
  353. package/registry/components/message-item/message-item.json +1 -0
  354. package/registry/components/message-item/message-item.wxml +1 -0
  355. package/registry/components/message-item/message-item.wxs +31 -0
  356. package/registry/components/message-item/message-item.wxss +141 -0
  357. package/registry/components/navbar/index.js +1 -0
  358. package/registry/components/navbar/navbar.js +1 -0
  359. package/registry/components/navbar/navbar.json +1 -0
  360. package/registry/components/navbar/navbar.wxml +1 -0
  361. package/registry/components/navbar/navbar.wxss +126 -0
  362. package/registry/components/navbar/props.js +1 -0
  363. package/registry/components/notice-bar/index.js +1 -0
  364. package/registry/components/notice-bar/notice-bar.js +1 -0
  365. package/registry/components/notice-bar/notice-bar.json +1 -0
  366. package/registry/components/notice-bar/notice-bar.wxml +1 -0
  367. package/registry/components/notice-bar/notice-bar.wxss +95 -0
  368. package/registry/components/notice-bar/props.js +1 -0
  369. package/registry/components/notification-item/index.js +2 -0
  370. package/registry/components/notification-item/notification-item.js +35 -0
  371. package/registry/components/notification-item/notification-item.json +1 -0
  372. package/registry/components/notification-item/notification-item.wxml +14 -0
  373. package/registry/components/notification-item/notification-item.wxss +47 -0
  374. package/registry/components/notification-item/props.js +10 -0
  375. package/registry/components/offer-card/index.js +2 -0
  376. package/registry/components/offer-card/offer-card.js +22 -0
  377. package/registry/components/offer-card/offer-card.json +1 -0
  378. package/registry/components/offer-card/offer-card.wxml +33 -0
  379. package/registry/components/offer-card/offer-card.wxss +37 -0
  380. package/registry/components/offer-card/props.js +21 -0
  381. package/registry/components/om-card/index.js +2 -0
  382. package/registry/components/om-card/om-card.js +40 -0
  383. package/registry/components/om-card/om-card.json +1 -0
  384. package/registry/components/om-card/om-card.wxml +35 -0
  385. package/registry/components/om-card/om-card.wxss +90 -0
  386. package/registry/components/om-card/props.js +14 -0
  387. package/registry/components/overlay/index.js +1 -0
  388. package/registry/components/overlay/overlay.js +1 -0
  389. package/registry/components/overlay/overlay.json +1 -0
  390. package/registry/components/overlay/overlay.wxml +1 -0
  391. package/registry/components/overlay/overlay.wxss +22 -0
  392. package/registry/components/overlay/props.js +1 -0
  393. package/registry/components/paragraph/index.js +1 -0
  394. package/registry/components/paragraph/paragraph.js +1 -0
  395. package/registry/components/paragraph/paragraph.json +1 -0
  396. package/registry/components/paragraph/paragraph.wxml +1 -0
  397. package/registry/components/paragraph/paragraph.wxss +151 -0
  398. package/registry/components/paragraph/props.js +1 -0
  399. package/registry/components/picker/index.js +1 -0
  400. package/registry/components/picker/picker.js +1 -0
  401. package/registry/components/picker/picker.json +1 -0
  402. package/registry/components/picker/picker.wxml +1 -0
  403. package/registry/components/picker/picker.wxs +9 -0
  404. package/registry/components/picker/picker.wxss +84 -0
  405. package/registry/components/picker/props.js +1 -0
  406. package/registry/components/picker/template.wxml +1 -0
  407. package/registry/components/picker-item/index.js +1 -0
  408. package/registry/components/picker-item/picker-item.js +1 -0
  409. package/registry/components/picker-item/picker-item.json +1 -0
  410. package/registry/components/picker-item/picker-item.wxml +1 -0
  411. package/registry/components/picker-item/picker-item.wxss +41 -0
  412. package/registry/components/picker-item/props.js +1 -0
  413. package/registry/components/popover/index.js +1 -0
  414. package/registry/components/popover/popover.js +1 -0
  415. package/registry/components/popover/popover.json +1 -0
  416. package/registry/components/popover/popover.wxml +1 -0
  417. package/registry/components/popover/popover.wxss +336 -0
  418. package/registry/components/popover/props.js +1 -0
  419. package/registry/components/popup/index.js +1 -0
  420. package/registry/components/popup/popup.js +1 -0
  421. package/registry/components/popup/popup.json +1 -0
  422. package/registry/components/popup/popup.wxml +1 -0
  423. package/registry/components/popup/popup.wxs +21 -0
  424. package/registry/components/popup/popup.wxss +96 -0
  425. package/registry/components/popup/props.js +1 -0
  426. package/registry/components/post-item/index.js +2 -0
  427. package/registry/components/post-item/post-item.js +22 -0
  428. package/registry/components/post-item/post-item.json +1 -0
  429. package/registry/components/post-item/post-item.wxml +5 -0
  430. package/registry/components/post-item/post-item.wxss +37 -0
  431. package/registry/components/post-item/props.js +7 -0
  432. package/registry/components/progress/index.js +1 -0
  433. package/registry/components/progress/progress.js +1 -0
  434. package/registry/components/progress/progress.json +1 -0
  435. package/registry/components/progress/progress.wxml +1 -0
  436. package/registry/components/progress/progress.wxs +80 -0
  437. package/registry/components/progress/progress.wxss +161 -0
  438. package/registry/components/progress/props.js +1 -0
  439. package/registry/components/progress/utils.js +1 -0
  440. package/registry/components/purchase-card/index.js +2 -0
  441. package/registry/components/purchase-card/props.js +13 -0
  442. package/registry/components/purchase-card/purchase-card.js +40 -0
  443. package/registry/components/purchase-card/purchase-card.json +1 -0
  444. package/registry/components/purchase-card/purchase-card.wxml +22 -0
  445. package/registry/components/purchase-card/purchase-card.wxss +19 -0
  446. package/registry/components/qrcode/components/qrcode-canvas/props.js +1 -0
  447. package/registry/components/qrcode/components/qrcode-canvas/qrcode-canvas.js +1 -0
  448. package/registry/components/qrcode/components/qrcode-canvas/qrcode-canvas.json +1 -0
  449. package/registry/components/qrcode/components/qrcode-canvas/qrcode-canvas.wxml +1 -0
  450. package/registry/components/qrcode/components/qrcode-canvas/qrcode-canvas.wxss +10 -0
  451. package/registry/components/qrcode/components/qrcode-status/props.js +1 -0
  452. package/registry/components/qrcode/components/qrcode-status/qrcode-status.js +1 -0
  453. package/registry/components/qrcode/components/qrcode-status/qrcode-status.json +1 -0
  454. package/registry/components/qrcode/components/qrcode-status/qrcode-status.wxml +1 -0
  455. package/registry/components/qrcode/components/qrcode-status/qrcode-status.wxss +32 -0
  456. package/registry/components/qrcode/hooks/useQRCode.js +1 -0
  457. package/registry/components/qrcode/index.js +1 -0
  458. package/registry/components/qrcode/props.js +1 -0
  459. package/registry/components/qrcode/qrcode.js +1 -0
  460. package/registry/components/qrcode/qrcode.json +1 -0
  461. package/registry/components/qrcode/qrcode.wxml +1 -0
  462. package/registry/components/qrcode/qrcode.wxss +36 -0
  463. package/registry/components/quick-action/index.js +2 -0
  464. package/registry/components/quick-action/props.js +10 -0
  465. package/registry/components/quick-action/quick-action.js +22 -0
  466. package/registry/components/quick-action/quick-action.json +1 -0
  467. package/registry/components/quick-action/quick-action.wxml +15 -0
  468. package/registry/components/quick-action/quick-action.wxss +80 -0
  469. package/registry/components/radio/index.js +1 -0
  470. package/registry/components/radio/props.js +1 -0
  471. package/registry/components/radio/radio.js +1 -0
  472. package/registry/components/radio/radio.json +1 -0
  473. package/registry/components/radio/radio.wxml +1 -0
  474. package/registry/components/radio/radio.wxss +219 -0
  475. package/registry/components/radio-group/index.js +1 -0
  476. package/registry/components/radio-group/props.js +1 -0
  477. package/registry/components/radio-group/radio-group.js +1 -0
  478. package/registry/components/radio-group/radio-group.json +1 -0
  479. package/registry/components/radio-group/radio-group.wxml +1 -0
  480. package/registry/components/radio-group/radio-group.wxss +7 -0
  481. package/registry/components/rate/index.js +1 -0
  482. package/registry/components/rate/props.js +1 -0
  483. package/registry/components/rate/rate.js +1 -0
  484. package/registry/components/rate/rate.json +1 -0
  485. package/registry/components/rate/rate.wxml +1 -0
  486. package/registry/components/rate/rate.wxs +65 -0
  487. package/registry/components/rate/rate.wxss +99 -0
  488. package/registry/components/rating-card/index.js +2 -0
  489. package/registry/components/rating-card/props.js +12 -0
  490. package/registry/components/rating-card/rating-card.js +42 -0
  491. package/registry/components/rating-card/rating-card.json +1 -0
  492. package/registry/components/rating-card/rating-card.wxml +24 -0
  493. package/registry/components/rating-card/rating-card.wxss +49 -0
  494. package/registry/components/recap-card/index.js +2 -0
  495. package/registry/components/recap-card/props.js +21 -0
  496. package/registry/components/recap-card/recap-card.js +38 -0
  497. package/registry/components/recap-card/recap-card.json +1 -0
  498. package/registry/components/recap-card/recap-card.wxml +43 -0
  499. package/registry/components/recap-card/recap-card.wxss +60 -0
  500. package/registry/components/result/illustrations.js +2 -0
  501. package/registry/components/result/index.js +1 -0
  502. package/registry/components/result/props.js +1 -0
  503. package/registry/components/result/result.js +1 -0
  504. package/registry/components/result/result.json +1 -0
  505. package/registry/components/result/result.wxml +1 -0
  506. package/registry/components/result/result.wxss +97 -0
  507. package/registry/components/review-item/index.js +2 -0
  508. package/registry/components/review-item/props.js +13 -0
  509. package/registry/components/review-item/review-item.js +38 -0
  510. package/registry/components/review-item/review-item.json +1 -0
  511. package/registry/components/review-item/review-item.wxml +19 -0
  512. package/registry/components/review-item/review-item.wxss +65 -0
  513. package/registry/components/search/index.js +1 -0
  514. package/registry/components/search/props.js +1 -0
  515. package/registry/components/search/search.js +1 -0
  516. package/registry/components/search/search.json +1 -0
  517. package/registry/components/search/search.wxml +1 -0
  518. package/registry/components/search/search.wxs +6 -0
  519. package/registry/components/search/search.wxss +100 -0
  520. package/registry/components/section-title/index.js +2 -0
  521. package/registry/components/section-title/props.js +6 -0
  522. package/registry/components/section-title/section-title.js +22 -0
  523. package/registry/components/section-title/section-title.json +1 -0
  524. package/registry/components/section-title/section-title.wxml +6 -0
  525. package/registry/components/section-title/section-title.wxss +19 -0
  526. package/registry/components/segmented/index.js +1 -0
  527. package/registry/components/segmented/props.js +1 -0
  528. package/registry/components/segmented/segmented.js +1 -0
  529. package/registry/components/segmented/segmented.json +1 -0
  530. package/registry/components/segmented/segmented.wxml +1 -0
  531. package/registry/components/segmented/segmented.wxss +113 -0
  532. package/registry/components/selection-card/index.js +2 -0
  533. package/registry/components/selection-card/props.js +11 -0
  534. package/registry/components/selection-card/selection-card.js +25 -0
  535. package/registry/components/selection-card/selection-card.json +1 -0
  536. package/registry/components/selection-card/selection-card.wxml +7 -0
  537. package/registry/components/selection-card/selection-card.wxss +27 -0
  538. package/registry/components/shortcut-chip/index.js +2 -0
  539. package/registry/components/shortcut-chip/props.js +7 -0
  540. package/registry/components/shortcut-chip/shortcut-chip.js +24 -0
  541. package/registry/components/shortcut-chip/shortcut-chip.json +1 -0
  542. package/registry/components/shortcut-chip/shortcut-chip.wxml +4 -0
  543. package/registry/components/shortcut-chip/shortcut-chip.wxss +29 -0
  544. package/registry/components/skeleton/index.js +1 -0
  545. package/registry/components/skeleton/props.js +1 -0
  546. package/registry/components/skeleton/skeleton.js +1 -0
  547. package/registry/components/skeleton/skeleton.json +1 -0
  548. package/registry/components/skeleton/skeleton.wxml +1 -0
  549. package/registry/components/skeleton/skeleton.wxss +92 -0
  550. package/registry/components/slider/index.js +1 -0
  551. package/registry/components/slider/props.js +1 -0
  552. package/registry/components/slider/slider.js +1 -0
  553. package/registry/components/slider/slider.json +1 -0
  554. package/registry/components/slider/slider.wxml +1 -0
  555. package/registry/components/slider/slider.wxs +10 -0
  556. package/registry/components/slider/slider.wxss +287 -0
  557. package/registry/components/slider/tool.js +1 -0
  558. package/registry/components/step-item/index.js +1 -0
  559. package/registry/components/step-item/props.js +1 -0
  560. package/registry/components/step-item/step-item.js +1 -0
  561. package/registry/components/step-item/step-item.json +1 -0
  562. package/registry/components/step-item/step-item.wxml +1 -0
  563. package/registry/components/step-item/step-item.wxs +7 -0
  564. package/registry/components/step-item/step-item.wxss +226 -0
  565. package/registry/components/stepper/index.js +1 -0
  566. package/registry/components/stepper/props.js +1 -0
  567. package/registry/components/stepper/stepper.js +1 -0
  568. package/registry/components/stepper/stepper.json +1 -0
  569. package/registry/components/stepper/stepper.wxml +1 -0
  570. package/registry/components/stepper/stepper.wxss +130 -0
  571. package/registry/components/steps/index.js +1 -0
  572. package/registry/components/steps/props.js +1 -0
  573. package/registry/components/steps/steps.js +1 -0
  574. package/registry/components/steps/steps.json +1 -0
  575. package/registry/components/steps/steps.wxml +1 -0
  576. package/registry/components/steps/steps.wxss +27 -0
  577. package/registry/components/sticky/index.js +1 -0
  578. package/registry/components/sticky/props.js +1 -0
  579. package/registry/components/sticky/sticky.js +1 -0
  580. package/registry/components/sticky/sticky.json +1 -0
  581. package/registry/components/sticky/sticky.wxml +1 -0
  582. package/registry/components/sticky/sticky.wxss +6 -0
  583. package/registry/components/story-item/index.js +2 -0
  584. package/registry/components/story-item/props.js +8 -0
  585. package/registry/components/story-item/story-item.js +22 -0
  586. package/registry/components/story-item/story-item.json +1 -0
  587. package/registry/components/story-item/story-item.wxml +9 -0
  588. package/registry/components/story-item/story-item.wxss +43 -0
  589. package/registry/components/swipe-cell/index.js +1 -0
  590. package/registry/components/swipe-cell/props.js +1 -0
  591. package/registry/components/swipe-cell/swipe-cell.js +1 -0
  592. package/registry/components/swipe-cell/swipe-cell.json +1 -0
  593. package/registry/components/swipe-cell/swipe-cell.wxml +1 -0
  594. package/registry/components/swipe-cell/swipe-cell.wxs +185 -0
  595. package/registry/components/swipe-cell/swipe-cell.wxss +40 -0
  596. package/registry/components/swiper/index.js +1 -0
  597. package/registry/components/swiper/index.wxs +25 -0
  598. package/registry/components/swiper/props.js +1 -0
  599. package/registry/components/swiper/swiper.js +1 -0
  600. package/registry/components/swiper/swiper.json +1 -0
  601. package/registry/components/swiper/swiper.wxml +1 -0
  602. package/registry/components/swiper/swiper.wxss +28 -0
  603. package/registry/components/swiper-nav/index.js +1 -0
  604. package/registry/components/swiper-nav/props.js +1 -0
  605. package/registry/components/swiper-nav/swiper-nav.js +1 -0
  606. package/registry/components/swiper-nav/swiper-nav.json +1 -0
  607. package/registry/components/swiper-nav/swiper-nav.wxml +1 -0
  608. package/registry/components/swiper-nav/swiper-nav.wxss +155 -0
  609. package/registry/components/switch/index.js +1 -0
  610. package/registry/components/switch/props.js +1 -0
  611. package/registry/components/switch/switch.js +1 -0
  612. package/registry/components/switch/switch.json +1 -0
  613. package/registry/components/switch/switch.wxml +1 -0
  614. package/registry/components/switch/switch.wxss +169 -0
  615. package/registry/components/tab-bar/index.js +1 -0
  616. package/registry/components/tab-bar/props.js +1 -0
  617. package/registry/components/tab-bar/tab-bar.js +1 -0
  618. package/registry/components/tab-bar/tab-bar.json +1 -0
  619. package/registry/components/tab-bar/tab-bar.wxml +1 -0
  620. package/registry/components/tab-bar/tab-bar.wxss +50 -0
  621. package/registry/components/tab-bar-item/index.js +1 -0
  622. package/registry/components/tab-bar-item/props.js +1 -0
  623. package/registry/components/tab-bar-item/tab-bar-item.js +1 -0
  624. package/registry/components/tab-bar-item/tab-bar-item.json +1 -0
  625. package/registry/components/tab-bar-item/tab-bar-item.wxml +1 -0
  626. package/registry/components/tab-bar-item/tab-bar-item.wxss +177 -0
  627. package/registry/components/tab-panel/index.js +1 -0
  628. package/registry/components/tab-panel/props.js +1 -0
  629. package/registry/components/tab-panel/tab-panel.js +1 -0
  630. package/registry/components/tab-panel/tab-panel.json +1 -0
  631. package/registry/components/tab-panel/tab-panel.wxml +1 -0
  632. package/registry/components/tab-panel/tab-panel.wxss +20 -0
  633. package/registry/components/tabs/index.js +1 -0
  634. package/registry/components/tabs/props.js +1 -0
  635. package/registry/components/tabs/tabs.js +1 -0
  636. package/registry/components/tabs/tabs.json +1 -0
  637. package/registry/components/tabs/tabs.wxml +1 -0
  638. package/registry/components/tabs/tabs.wxs +30 -0
  639. package/registry/components/tabs/tabs.wxss +233 -0
  640. package/registry/components/tag/index.js +1 -0
  641. package/registry/components/tag/props.js +1 -0
  642. package/registry/components/tag/tag.js +1 -0
  643. package/registry/components/tag/tag.json +1 -0
  644. package/registry/components/tag/tag.wxml +1 -0
  645. package/registry/components/tag/tag.wxss +268 -0
  646. package/registry/components/text/index.js +1 -0
  647. package/registry/components/text/props.js +1 -0
  648. package/registry/components/text/text.js +1 -0
  649. package/registry/components/text/text.json +1 -0
  650. package/registry/components/text/text.wxml +1 -0
  651. package/registry/components/text/text.wxss +151 -0
  652. package/registry/components/textarea/index.js +1 -0
  653. package/registry/components/textarea/props.js +1 -0
  654. package/registry/components/textarea/textarea.js +1 -0
  655. package/registry/components/textarea/textarea.json +1 -0
  656. package/registry/components/textarea/textarea.wxml +1 -0
  657. package/registry/components/textarea/textarea.wxs +15 -0
  658. package/registry/components/textarea/textarea.wxss +151 -0
  659. package/registry/components/ticket/index.js +2 -0
  660. package/registry/components/ticket/props.js +19 -0
  661. package/registry/components/ticket/ticket.js +19 -0
  662. package/registry/components/ticket/ticket.json +1 -0
  663. package/registry/components/ticket/ticket.wxml +31 -0
  664. package/registry/components/ticket/ticket.wxss +57 -0
  665. package/registry/components/title/index.js +1 -0
  666. package/registry/components/title/props.js +1 -0
  667. package/registry/components/title/title.js +1 -0
  668. package/registry/components/title/title.json +1 -0
  669. package/registry/components/title/title.wxml +1 -0
  670. package/registry/components/title/title.wxss +151 -0
  671. package/registry/components/toast/index.js +1 -0
  672. package/registry/components/toast/props.js +1 -0
  673. package/registry/components/toast/toast.js +1 -0
  674. package/registry/components/toast/toast.json +1 -0
  675. package/registry/components/toast/toast.wxml +1 -0
  676. package/registry/components/toast/toast.wxss +87 -0
  677. package/registry/components/toggle-card/index.js +2 -0
  678. package/registry/components/toggle-card/props.js +7 -0
  679. package/registry/components/toggle-card/toggle-card.js +37 -0
  680. package/registry/components/toggle-card/toggle-card.json +1 -0
  681. package/registry/components/toggle-card/toggle-card.wxml +12 -0
  682. package/registry/components/toggle-card/toggle-card.wxss +11 -0
  683. package/registry/components/top-item/index.js +2 -0
  684. package/registry/components/top-item/props.js +10 -0
  685. package/registry/components/top-item/top-item.js +22 -0
  686. package/registry/components/top-item/top-item.json +1 -0
  687. package/registry/components/top-item/top-item.wxml +8 -0
  688. package/registry/components/top-item/top-item.wxss +37 -0
  689. package/registry/components/transaction-card/index.js +2 -0
  690. package/registry/components/transaction-card/props.js +25 -0
  691. package/registry/components/transaction-card/transaction-card.js +43 -0
  692. package/registry/components/transaction-card/transaction-card.json +1 -0
  693. package/registry/components/transaction-card/transaction-card.wxml +44 -0
  694. package/registry/components/transaction-card/transaction-card.wxss +45 -0
  695. package/registry/components/transfer-item/index.js +2 -0
  696. package/registry/components/transfer-item/props.js +18 -0
  697. package/registry/components/transfer-item/transfer-item.js +40 -0
  698. package/registry/components/transfer-item/transfer-item.json +1 -0
  699. package/registry/components/transfer-item/transfer-item.wxml +34 -0
  700. package/registry/components/transfer-item/transfer-item.wxss +66 -0
  701. package/registry/components/upload/drag.wxs +242 -0
  702. package/registry/components/upload/index.js +1 -0
  703. package/registry/components/upload/props.js +1 -0
  704. package/registry/components/upload/upload.js +1 -0
  705. package/registry/components/upload/upload.json +1 -0
  706. package/registry/components/upload/upload.wxml +1 -0
  707. package/registry/components/upload/upload.wxs +129 -0
  708. package/registry/components/upload/upload.wxss +354 -0
  709. package/registry/components/wheel-select/index.js +2 -0
  710. package/registry/components/wheel-select/props.js +8 -0
  711. package/registry/components/wheel-select/wheel-select.js +38 -0
  712. package/registry/components/wheel-select/wheel-select.json +1 -0
  713. package/registry/components/wheel-select/wheel-select.wxml +9 -0
  714. package/registry/components/wheel-select/wheel-select.wxss +22 -0
  715. package/registry/registry.json +1033 -0
@@ -0,0 +1,197 @@
1
+ @import '../common/style/index.wxss';
2
+
3
+ .o-action-sheet__content {
4
+ color: var(--o-action-sheet-color,var(--o-text-color-primary,var(--o-font-gray-1,#1c1b1f)));
5
+ border-top-left-radius: var(--o-action-sheet-border-radius,var(--o-radius-extraLarge,24rpx));
6
+ border-top-right-radius: var(--o-action-sheet-border-radius,var(--o-radius-extraLarge,24rpx));
7
+ background-color: var(--o-bg-color-container,var(--o-font-white-1,#fff));
8
+ overflow: hidden;
9
+ }
10
+
11
+ .o-action-sheet__content:focus {
12
+ outline: 0;
13
+ }
14
+
15
+ .o-action-sheet--grid {
16
+ padding-top: var(--o-spacer,16rpx);
17
+ }
18
+
19
+ .o-action-sheet--grid .o-action-sheet__description::after {
20
+ display: none;
21
+ }
22
+
23
+ .o-action-sheet--left .o-action-sheet__description {
24
+ text-align: left;
25
+ }
26
+
27
+ .o-action-sheet--left .o-action-sheet__list-item-content,
28
+ .o-action-sheet--left .o-action-sheet__list-item-desc {
29
+ justify-content: start;
30
+ }
31
+
32
+ .o-action-sheet--left .o-action-sheet__list-item-icon--suffix {
33
+ margin-left: auto;
34
+ }
35
+
36
+ .o-action-sheet__grid {
37
+ padding-bottom: var(--o-spacer,16rpx);
38
+ }
39
+
40
+ .o-action-sheet__grid--swiper {
41
+ padding-bottom: var(--o-spacer-3,48rpx);
42
+ }
43
+
44
+ .o-action-sheet__description {
45
+ color: var(--o-action-sheet-description-color,var(--o-text-color-placeholder,var(--o-font-gray-3,#8d8d8d)));
46
+ font: var(--o-action-sheet-description-font,var(--o-font-body-medium,28rpx / 44rpx var(--o-font-family,Roboto,PingFang SC,Microsoft YaHei,Arial)));
47
+ text-align: center;
48
+ padding: var(--o-spacer-1,24rpx) var(--o-spacer-2,32rpx);
49
+ position: relative;
50
+ }
51
+
52
+ .o-action-sheet__description:focus {
53
+ outline: 0;
54
+ }
55
+
56
+ .o-action-sheet__description::after {
57
+ content: '';
58
+ display: block;
59
+ position: absolute;
60
+ top: unset;
61
+ bottom: 0;
62
+ left: unset;
63
+ right: unset;
64
+ background-color: var(--o-action-sheet-border-color,var(--o-component-stroke,var(--o-gray-color-3,#dddddd)));
65
+ }
66
+
67
+ .o-action-sheet__description::after {
68
+ height: 1px;
69
+ left: 0;
70
+ right: 0;
71
+ transform: scaleY(.5);
72
+ }
73
+
74
+ .o-action-sheet__list-item {
75
+ flex-direction: column;
76
+ padding: var(--o-spacer-2,32rpx);
77
+ display: flex;
78
+ align-items: center;
79
+ justify-content: center;
80
+ }
81
+
82
+ .o-action-sheet__list-item:not(:last-child) {
83
+ position: relative;
84
+ }
85
+
86
+ .o-action-sheet__list-item:not(:last-child)::after {
87
+ content: '';
88
+ display: block;
89
+ position: absolute;
90
+ top: unset;
91
+ bottom: 0;
92
+ left: unset;
93
+ right: unset;
94
+ background-color: var(--o-action-sheet-border-color,var(--o-component-stroke,var(--o-gray-color-3,#dddddd)));
95
+ }
96
+
97
+ .o-action-sheet__list-item:not(:last-child)::after {
98
+ height: 1px;
99
+ left: 0;
100
+ right: 0;
101
+ transform: scaleY(.5);
102
+ }
103
+
104
+ .o-action-sheet__list-item:focus {
105
+ outline: 0;
106
+ }
107
+
108
+ .o-action-sheet__list-item--disabled {
109
+ color: var(--o-action-sheet-disabled-color,var(--o-text-color-disabled,var(--o-font-gray-4,rgba(0,0,0,.26))));
110
+ }
111
+
112
+ .o-action-sheet__list-item-content,
113
+ .o-action-sheet__list-item-desc {
114
+ width: 100%;
115
+ display: flex;
116
+ align-items: center;
117
+ justify-content: center;
118
+ }
119
+
120
+ .o-action-sheet__list-item-text {
121
+ font: var(--o-font-body-large,32rpx / 48rpx var(--o-font-family,Roboto,PingFang SC,Microsoft YaHei,Arial));
122
+ }
123
+
124
+ .o-action-sheet__list-item-desc {
125
+ font: var(--o-font-body-small,24rpx / 40rpx var(--o-font-family,Roboto,PingFang SC,Microsoft YaHei,Arial));
126
+ color: var(--o-action-sheet-description-color,var(--o-text-color-placeholder,var(--o-font-gray-3,#8d8d8d)));
127
+ margin-top: var(--o-spacer,16rpx);
128
+ }
129
+
130
+ .o-action-sheet__list-item-desc,
131
+ .o-action-sheet__list-item-text {
132
+ word-wrap: normal;
133
+ white-space: nowrap;
134
+ overflow: hidden;
135
+ text-overflow: ellipsis;
136
+ }
137
+
138
+ .o-action-sheet__list-item-icon {
139
+ font-size: 48rpx;
140
+ margin-right: var(--o-spacer,16rpx);
141
+ }
142
+
143
+ .o-action-sheet__list-item-icon--suffix {
144
+ margin-right: 0;
145
+ margin-left: var(--o-spacer,16rpx);
146
+ }
147
+
148
+ .o-action-sheet__swiper-wrap {
149
+ margin-top: calc(var(--o-spacer,16rpx)/ 2);
150
+ position: relative;
151
+ }
152
+
153
+ .o-action-sheet__footer {
154
+ background-color: var(--o-bg-color-container,var(--o-font-white-1,#fff));
155
+ }
156
+
157
+ .o-action-sheet__gap-list {
158
+ height: 16rpx;
159
+ background-color: var(--o-action-sheet-gap-color,var(--o-bg-color-page,var(--o-gray-color-1,#eeeeee)));
160
+ }
161
+
162
+ .o-action-sheet__gap-grid {
163
+ height: 1rpx;
164
+ background-color: var(--o-action-sheet-border-color,var(--o-component-stroke,var(--o-gray-color-3,#dddddd)));
165
+ }
166
+
167
+ .o-action-sheet__cancel {
168
+ padding: var(--o-spacer-1,24rpx) var(--o-spacer-2,32rpx);
169
+ font: var(--o-font-body-large,32rpx / 48rpx var(--o-font-family,Roboto,PingFang SC,Microsoft YaHei,Arial));
170
+ color: var(--o-action-sheet-cancel-color,var(--o-text-color-primary,var(--o-font-gray-1,#1c1b1f)));
171
+ display: flex;
172
+ align-items: center;
173
+ justify-content: center;
174
+ }
175
+
176
+ .o-action-sheet__dots {
177
+ position: absolute;
178
+ left: 50%;
179
+ bottom: var(--o-spacer-2,32rpx);
180
+ transform: translateX(-50%);
181
+ display: flex;
182
+ flex-direction: row;
183
+ }
184
+
185
+ .o-action-sheet__dots-item {
186
+ width: var(--o-action-sheet-dot-size,16rpx);
187
+ height: var(--o-action-sheet-dot-size,16rpx);
188
+ background-color: var(--o-action-sheet-dot-color,var(--o-text-color-disabled,var(--o-font-gray-4,rgba(0,0,0,.26))));
189
+ border-radius: var(--o-radius-circle,50%);
190
+ margin: 0 var(--o-spacer,16rpx);
191
+ transition: all .4s ease-in;
192
+ }
193
+
194
+ .o-action-sheet__dots-item.o-is-active {
195
+ background-color: var(--o-action-sheet-dot-active-color,var(--o-brand-color,var(--o-primary-color-7,#f16e00)));
196
+ }
197
+
@@ -0,0 +1 @@
1
+ import{show,close,ActionSheetTheme}from"./show";export{ActionSheetTheme};export default{show:e=>show(e),close:e=>close(e)};
@@ -0,0 +1 @@
1
+ const props={align:{type:String,value:"center"},cancelText:{type:String,value:""},count:{type:Number,value:8},description:{type:String,value:""},items:{type:Array,required:!0},popupProps:{type:Object,value:{}},showCancel:{type:Boolean,value:!0},showOverlay:{type:Boolean,value:!0},theme:{type:String,value:"list"},usingCustomNavbar:{type:Boolean,value:!1},visible:{type:Boolean,value:null},defaultVisible:{type:Boolean,value:!1}};export default props;
@@ -0,0 +1 @@
1
+ import{__rest}from"../common/tslib";import{getInstance}from"../common/utils";export var ActionSheetTheme;!function(t){t.List="list",t.Grid="grid"}(ActionSheetTheme||(ActionSheetTheme={}));export const show=function(t){const e=Object.assign({},t),{context:o,selector:n="#o-action-sheet"}=e,c=__rest(e,["context","selector"]),s=getInstance(o,n);if(s)return s.show(Object.assign({},c)),s;console.error("Composant introuvable : vérifiez selector et context")};export const close=function(t){const{context:e,selector:o="#o-action-sheet"}=Object.assign({},t),n=getInstance(e,o);n&&n.close()};
@@ -0,0 +1 @@
1
+ <wxs src="../action-sheet.wxs" module="_this"/><template name="grid"><block wx:if="{{gridThemeItems.length === 1}}"><o-grid align="center" o-class="{{classPrefix}}__grid" column="{{count / 2}}" class="{{classPrefix}}__single-wrap"><o-grid-item o-class="{{classPrefix}}__grid-item" class="{{classPrefix}}__square" wx:for="{{gridThemeItems[0]}}" wx:key="index" bind:tap="onSelect" data-index="{{index}}" icon="{{ { color: item.color, ..._this.getIconData(item.icon) } }}" text="{{item.label || ''}}" description="{{item.description || ''}}" image="{{item.image || ''}}" style="--o-grid-item-text-color: {{item.color}}"></o-grid-item></o-grid></block><block wx:elif="{{gridThemeItems.length > 1}}"><view class="{{classPrefix}}__swiper-wrap"><swiper style="height: 456rpx" autoplay="{{false}}" current="{{currentSwiperIndex}}" bindchange="onSwiperChange"><swiper-item wx:for="{{gridThemeItems}}" wx:key="index"><o-grid align="center" o-class="{{classPrefix}}__grid {{classPrefix}}__grid--swiper" column="{{count / 2}}"><o-grid-item o-class="{{classPrefix}}__grid-item" class="{{classPrefix}}__square" wx:for="{{item}}" wx:key="index" data-index="{{index}}" bind:tap="onSelect" icon="{{ { color: item.color, ..._this.getIconData(item.icon) } }}" text="{{item.label || ''}}" description="{{item.description || ''}}" image="{{item.image || ''}}" style="--o-grid-item-text-color: {{item.color}}"></o-grid-item></o-grid></swiper-item></swiper><view class="{{classPrefix}}__nav"><view class="{{classPrefix}}__dots"><view wx:for="{{gridThemeItems.length}}" wx:key="index" class="{{classPrefix}}__dots-item {{index === currentSwiperIndex ? prefix + '-is-active' : ''}}"/></view></view></view></block></template>
@@ -0,0 +1 @@
1
+ import{__decorate}from"../common/tslib";import{SuperComponent,wxComponent}from"../common/src/index";import config from"../common/config";import avatarProps from"./props";import{calcIcon,systemInfo}from"../common/utils";const{prefix:prefix}=config,name=`${prefix}-avatar`;let Avatar=class extends SuperComponent{constructor(){super(...arguments),this.options={multipleSlots:!0},this.externalClasses=[`${prefix}-class`,`${prefix}-class-image`,`${prefix}-class-icon`,`${prefix}-class-alt`,`${prefix}-class-content`],this.properties=avatarProps,this.data={prefix:prefix,classPrefix:name,isShow:!0,isImgExist:!0,zIndex:0,windowWidth:systemInfo.windowWidth},this.relations={"../avatar-group/avatar-group":{type:"ancestor",linked(t){this.parent=t,this.setData({shape:this.data.shape||t.data.shape||"circle",size:this.data.size||t.data.size,bordered:!0})}}},this.observers={icon(t){this.setData({_icon:calcIcon(t)})},image(t){t&&this.setData({isImgExist:!0})}},this.methods={hide(){this.setData({isShow:!1})},onLoadError(t){this.setData({isImgExist:!this.properties.hideOnLoadFailed}),this.triggerEvent("error",t.detail)}}}};Avatar=__decorate([wxComponent()],Avatar);export default Avatar;
@@ -0,0 +1 @@
1
+ {"component":true,"styleIsolation":"shared","usingComponents":{"o-icon":"../icon/icon","o-badge":"../badge/badge","o-image":"../image/image"}}
@@ -0,0 +1 @@
1
+ <import src="../common/template/icon.wxml"/><wxs src="../common/utils.wxs" module="_"/><wxs src="./avatar.wxs" module="_this"/><view class="{{classPrefix}}__wrapper class {{prefix}}-class" style="{{_._style([_this.getStyles(isShow), style, customStyle])}}"><o-badge color="{{badgeProps.color || ''}}" content="{{badgeProps.content || ''}}" count="{{badgeProps.count || 0}}" dot="{{badgeProps.dot || false}}" max-count="{{badgeProps.maxCount || 99}}" offset="{{badgeProps.offset || []}}" shape="{{badgeProps.shape || 'circle'}}" show-zero="{{badgeProps.showZero || false}}" size="{{badgeProps.size || 'medium'}}" o-class="{{badgeProps.oClass}}" o-class-content="{{badgeProps.oClassContent}}" o-class-count="{{badgeProps.oClassCount}}"><view class="{{_this.getClass(classPrefix, size || 'medium', shape, bordered)}} {{prefix}}-class-image" style="{{_this.getSize(size, windowWidth)}}" aria-label="{{ ariaLabel || alt ||'Photo de profil'}}" aria-role="{{ ariaRole || 'img'}}" aria-hidden="{{ ariaHidden }}"><o-image wx:if="{{image && isImgExist}}" o-class="{{prefix}}-image {{classPrefix}}__image" o-class-load="{{classPrefix}}__image-alt {{prefix}}-class-alt" style="{{imageProps && imageProps.style || ''}}" src="{{image}}" mode="{{imageProps && imageProps.mode || 'aspectFill'}}" lazy="{{imageProps && imageProps.lazy || false}}" loading="{{imageProps && imageProps.loading || 'default'}}" shape="{{imageProps && imageProps.shape || 'round'}}" webp="{{imageProps && imageProps.webp || false}}" error="{{imageProps && imageProps.error || alt || 'default'}}" bind:error="onLoadError"/><template wx:elif="{{_.isNoEmptyObj(_icon)}}" is="icon" data="{{oClass: classPrefix + '__icon ' + prefix + '-class-icon', ..._icon}}"/><view wx:else class="{{classPrefix}}__text {{prefix}}-class-content"><slot/></view></view></o-badge></view>
@@ -0,0 +1,30 @@
1
+ module.exports = {
2
+ getClass: function (classPrefix, size, shape, bordered) {
3
+ var hasPx = (size || '').indexOf('px') > -1;
4
+ var borderSize = hasPx ? 'medium' : size;
5
+ var classNames = [
6
+ classPrefix,
7
+ classPrefix + (shape === 'round' ? '--round' : '--circle'),
8
+ bordered ? classPrefix + '--border' + ' ' + classPrefix + '--border-' + borderSize : '',
9
+ hasPx ? '' : classPrefix + '--' + size,
10
+ ];
11
+ return classNames.join(' ');
12
+ },
13
+
14
+ getSize: function (size = 'medium', windowWidth) {
15
+ var res = getRegExp('^([0-9]+)(px|rpx)$').exec(size);
16
+
17
+ if (res && res.length >= 3) {
18
+ var px = res[1];
19
+ if (res[2] === 'rpx') {
20
+ px = Math.floor((windowWidth * res[1]) / 750);
21
+ }
22
+
23
+ return 'width:' + size + ';height:' + size + ';font-size:' + ((px / 8) * 3 + 2) + 'px';
24
+ }
25
+ },
26
+
27
+ getStyles: function (isShow) {
28
+ return isShow ? '' : 'display: none;';
29
+ },
30
+ };
@@ -0,0 +1,105 @@
1
+ @import '../common/style/index.wxss';
2
+
3
+ .o-avatar {
4
+ display: flex;
5
+ align-items: center;
6
+ justify-content: center;
7
+ box-sizing: border-box;
8
+ background-color: var(--o-avatar-bg-color,var(--o-brand-color,var(--o-primary-color-7,#f16e00)));
9
+ color: var(--o-avatar-content-color,#fff);
10
+ }
11
+
12
+ .o-avatar__wrapper {
13
+ display: inline-flex;
14
+ position: relative;
15
+ vertical-align: top;
16
+ margin-left: var(--o-avatar-margin-left,0);
17
+ }
18
+
19
+ .o-avatar--large {
20
+ width: var(--o-avatar-large-width,128rpx);
21
+ height: var(--o-avatar-large-width,128rpx);
22
+ font-size: var(--o-avatar-text-large-font-size,var(--o-font-size-xl,40rpx));
23
+ }
24
+
25
+ .o-avatar--large .o-avatar__icon {
26
+ font-size: var(--o-avatar-icon-large-font-size,64rpx);
27
+ }
28
+
29
+ .o-avatar--medium {
30
+ width: var(--o-avatar-medium-width,96rpx);
31
+ height: var(--o-avatar-medium-width,96rpx);
32
+ font-size: var(--o-avatar-text-medium-font-size,var(--o-font-size-m,32rpx));
33
+ }
34
+
35
+ .o-avatar--medium .o-avatar__icon {
36
+ font-size: var(--o-avatar-icon-medium-font-size,48rpx);
37
+ }
38
+
39
+ .o-avatar--small {
40
+ width: var(--o-avatar-small-width,80rpx);
41
+ height: var(--o-avatar-small-width,80rpx);
42
+ font-size: var(--o-avatar-text-small-font-size,var(--o-font-size-base,28rpx));
43
+ }
44
+
45
+ .o-avatar--small .o-avatar__icon {
46
+ font-size: var(--o-avatar-icon-small-font-size,var(--o-font-size-xl,40rpx));
47
+ }
48
+
49
+ .o-avatar .o-image,
50
+ .o-avatar__image {
51
+ width: 100%;
52
+ height: 100%;
53
+ }
54
+
55
+ .o-avatar .o-image-alt,
56
+ .o-avatar__image-alt {
57
+ display: flex;
58
+ align-items: center;
59
+ justify-content: center;
60
+ padding: var(--o-spacer,16rpx);
61
+ overflow: hidden;
62
+ }
63
+
64
+ .o-avatar--circle {
65
+ border-radius: var(--o-avatar-circle-border-radius,var(--o-radius-circle,50%));
66
+ overflow: hidden;
67
+ }
68
+
69
+ .o-avatar--round {
70
+ border-radius: var(--o-avatar-round-border-radius,var(--o-radius-default,12rpx));
71
+ overflow: hidden;
72
+ }
73
+
74
+ .o-avatar__icon,
75
+ .o-avatar__text {
76
+ width: 100%;
77
+ height: 100%;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: center;
81
+ }
82
+
83
+ .o-avatar__icon:empty,
84
+ .o-avatar__text:empty {
85
+ width: 0;
86
+ height: 0;
87
+ }
88
+
89
+ .o-avatar--border {
90
+ border-color: var(--o-avatar-border-color,#fff);
91
+ border-style: solid;
92
+ }
93
+
94
+ .o-avatar--border-small {
95
+ border-width: var(--o-avatar-border-width-small,2rpx);
96
+ }
97
+
98
+ .o-avatar--border-medium {
99
+ border-width: var(--o-avatar-border-width-medium,4rpx);
100
+ }
101
+
102
+ .o-avatar--border-large {
103
+ border-width: var(--o-avatar-border-width-large,6rpx);
104
+ }
105
+
@@ -0,0 +1 @@
1
+ export*from"./props";export*from"./avatar";
@@ -0,0 +1 @@
1
+ const props={alt:{type:String,value:""},badgeProps:{type:Object},bordered:{type:Boolean,value:!1},hideOnLoadFailed:{type:Boolean,value:!1},icon:{type:null},image:{type:String,value:""},imageProps:{type:Object},shape:{type:String},size:{type:String,value:""}};export default props;
@@ -0,0 +1 @@
1
+ import{__decorate}from"../common/tslib";import{SuperComponent,wxComponent}from"../common/src/index";import config from"../common/config";import avatarGroupProps from"./props";const{prefix:prefix}=config,name=`${prefix}-avatar-group`;let AvatarGroup=class extends SuperComponent{constructor(){super(...arguments),this.externalClasses=[`${prefix}-class`,`${prefix}-class-content`,`${prefix}-class-image`],this.properties=avatarGroupProps,this.data={prefix:prefix,classPrefix:name,hasChild:!0,length:0,className:""},this.options={multipleSlots:!0},this.relations={"../avatar/avatar":{type:"descendant"}},this.lifetimes={attached(){this.setClass()},ready(){this.setData({length:this.$children.length}),this.handleMax()}},this.observers={"cascading, size"(){this.setClass()}},this.methods={setClass(){const{cascading:e,size:t}=this.properties,s=e.split("-")[0],a=[name,`${prefix}-class`,`${name}-offset-${s}`,`${name}-offset-${s}-${t.indexOf("px")>-1?"medium":t||"medium"}`];this.setData({className:a.join(" ")})},handleMax(){const{max:e}=this.data,t=this.$children.length;if(!e||e>t)return;this.$children.splice(e,t-e).forEach(e=>{e.hide()})},onCollapsedItemClick(e){this.triggerEvent("collapsed-item-click",e.detail)}}}};AvatarGroup=__decorate([wxComponent()],AvatarGroup);export default AvatarGroup;
@@ -0,0 +1 @@
1
+ {"component":true,"styleIsolation":"shared","usingComponents":{"o-avatar":"../avatar/avatar"}}
@@ -0,0 +1 @@
1
+ <wxs src="../common/utils.wxs" module="_"/><view style="{{_._style([style, customStyle])}}" class="{{className}} class"><slot/><view class="{{classPrefix}}__collapse--slot"><slot name="collapse-avatar"/></view><view class="{{classPrefix}}__collapse--default" wx:if="{{max && (max < length)}}" bindtap="onCollapsedItemClick"><o-avatar o-class-image="{{prefix}}-avatar--border {{prefix}}-avatar--border-{{size}} {{prefix}}-class-image" o-class-content="{{prefix}}-class-content" size="{{size}}" shape="{{shape}}" icon="{{ collapseAvatar ? '' : 'user-add'}}" aria-role="none">{{collapseAvatar}}</o-avatar></view></view>
@@ -0,0 +1,248 @@
1
+ @import '../common/style/index.wxss';
2
+
3
+ .o-avatar-group {
4
+ display: inline-flex;
5
+ flex-wrap: wrap;
6
+ align-items: center;
7
+ }
8
+
9
+ .o-avatar-group-offset-left .o-avatar__wrapper,
10
+ .o-avatar-group-offset-right .o-avatar__wrapper {
11
+ padding: var(--o-avatar-group-line-spacing,calc(var(--o-spacer,16rpx)/ 4)) 0;
12
+ }
13
+
14
+ .o-avatar-group-offset-left-small,
15
+ .o-avatar-group-offset-right-small {
16
+ --o-avatar-margin-left: var(--o-avatar-group-margin-left-small, calc(-1 * var(--o-spacer, 16rpx)));
17
+ }
18
+
19
+ .o-avatar-group-offset-left-medium,
20
+ .o-avatar-group-offset-right-medium {
21
+ --o-avatar-margin-left: var(--o-avatar-group-margin-left-medium, calc(-1 * var(--o-spacer, 16rpx)));
22
+ }
23
+
24
+ .o-avatar-group-offset-left-large,
25
+ .o-avatar-group-offset-right-large {
26
+ --o-avatar-margin-left: var(--o-avatar-group-margin-left-large, calc(-1 * var(--o-spacer, 16rpx)));
27
+ }
28
+
29
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(1) {
30
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 1);
31
+ }
32
+
33
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(2) {
34
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 2);
35
+ }
36
+
37
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(3) {
38
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 3);
39
+ }
40
+
41
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(4) {
42
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 4);
43
+ }
44
+
45
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(5) {
46
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 5);
47
+ }
48
+
49
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(6) {
50
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 6);
51
+ }
52
+
53
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(7) {
54
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 7);
55
+ }
56
+
57
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(8) {
58
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 8);
59
+ }
60
+
61
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(9) {
62
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 9);
63
+ }
64
+
65
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(10) {
66
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 10);
67
+ }
68
+
69
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(11) {
70
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 11);
71
+ }
72
+
73
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(12) {
74
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 12);
75
+ }
76
+
77
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(13) {
78
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 13);
79
+ }
80
+
81
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(14) {
82
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 14);
83
+ }
84
+
85
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(15) {
86
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 15);
87
+ }
88
+
89
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(16) {
90
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 16);
91
+ }
92
+
93
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(17) {
94
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 17);
95
+ }
96
+
97
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(18) {
98
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 18);
99
+ }
100
+
101
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(19) {
102
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 19);
103
+ }
104
+
105
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(20) {
106
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 20);
107
+ }
108
+
109
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(21) {
110
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 21);
111
+ }
112
+
113
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(22) {
114
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 22);
115
+ }
116
+
117
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(23) {
118
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 23);
119
+ }
120
+
121
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(24) {
122
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 24);
123
+ }
124
+
125
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(25) {
126
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 25);
127
+ }
128
+
129
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(26) {
130
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 26);
131
+ }
132
+
133
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(27) {
134
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 27);
135
+ }
136
+
137
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(28) {
138
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 28);
139
+ }
140
+
141
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(29) {
142
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 29);
143
+ }
144
+
145
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(30) {
146
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 30);
147
+ }
148
+
149
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(31) {
150
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 31);
151
+ }
152
+
153
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(32) {
154
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 32);
155
+ }
156
+
157
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(33) {
158
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 33);
159
+ }
160
+
161
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(34) {
162
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 34);
163
+ }
164
+
165
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(35) {
166
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 35);
167
+ }
168
+
169
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(36) {
170
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 36);
171
+ }
172
+
173
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(37) {
174
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 37);
175
+ }
176
+
177
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(38) {
178
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 38);
179
+ }
180
+
181
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(39) {
182
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 39);
183
+ }
184
+
185
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(40) {
186
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 40);
187
+ }
188
+
189
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(41) {
190
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 41);
191
+ }
192
+
193
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(42) {
194
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 42);
195
+ }
196
+
197
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(43) {
198
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 43);
199
+ }
200
+
201
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(44) {
202
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 44);
203
+ }
204
+
205
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(45) {
206
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 45);
207
+ }
208
+
209
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(46) {
210
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 46);
211
+ }
212
+
213
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(47) {
214
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 47);
215
+ }
216
+
217
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(48) {
218
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 48);
219
+ }
220
+
221
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(49) {
222
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 49);
223
+ }
224
+
225
+ .o-avatar-group-offset-left .o-avatar__wrapper:nth-child(50) {
226
+ z-index: calc(var(--o-avatar-group-init-z-index,50) - 50);
227
+ }
228
+
229
+ .o-avatar-group__collapse--default,
230
+ .o-avatar-group__collapse--slot {
231
+ z-index: 0;
232
+ font-weight: 600;
233
+ }
234
+
235
+ .o-avatar-group__collapse--slot {
236
+ float: left;
237
+ }
238
+
239
+ .o-avatar-group__collapse--slot:not(:empty)+.o-avatar-group__collapse--default {
240
+ display: none;
241
+ float: left;
242
+ }
243
+
244
+ .o-avatar-group__collapse--slot:empty+.o-avatar-group__collapse--default {
245
+ display: block;
246
+ float: left;
247
+ }
248
+
@@ -0,0 +1 @@
1
+ export*from"./props";export*from"./avatar-group";
@@ -0,0 +1 @@
1
+ const props={cascading:{type:String,value:"left-up"},collapseAvatar:{type:String},max:{type:Number},shape:{type:String},size:{type:String,value:""}};export default props;
@@ -0,0 +1 @@
1
+ import{__decorate}from"../common/tslib";import{SuperComponent,wxComponent}from"../common/src/index";import config from"../common/config";import props from"./props";import{calcIcon}from"../common/utils";const{prefix:prefix}=config,name=`${prefix}-back-top`;let BackTop=class extends SuperComponent{constructor(){super(...arguments),this.externalClasses=[`${prefix}-class`,`${prefix}-class-icon`,`${prefix}-class-text`],this.options={multipleSlots:!0},this.properties=props,this.relations={"../pull-down-refresh/pull-down-refresh":{type:"ancestor"}},this.data={prefix:prefix,classPrefix:name,_icon:null,hidden:!0},this.observers={icon(){this.setIcon()},scrollTop(o){const{visibilityHeight:t}=this.properties;this.setData({hidden:o<t})}},this.lifetimes={ready(){const{icon:o}=this.properties;this.setIcon(o)}},this.methods={setIcon(o){this.setData({_icon:calcIcon(o,"backtop")})},toTop(){var o;this.triggerEvent("to-top"),this.$parent?(null===(o=this.$parent)||void 0===o||o.setScrollTop(0),this.setData({hidden:!0})):wx.pageScrollTo({scrollTop:0,duration:300})}}}};BackTop=__decorate([wxComponent()],BackTop);export default BackTop;
@@ -0,0 +1 @@
1
+ {"component":true,"styleIsolation":"apply-shared","usingComponents":{"o-icon":"../icon/icon"}}
@@ -0,0 +1 @@
1
+ <import src="../common/template/icon.wxml"/><wxs src="../common/utils.wxs" module="_"/><view style="{{_._style([style, customStyle])}}" class="class {{prefix}}-class {{_.cls(classPrefix, [['fixed', fixed], theme])}}" bindtap="toTop" aria-role="button" hidden="{{hidden}}"><view class="{{classPrefix}}__icon" aria-hidden><slot name="icon"/><template wx:if="{{_icon}}" is="icon" data="{{oClass: prefix + '-class-icon', ..._icon }}"/></view><view wx:if="{{!!text}}" class="{{classPrefix}}__text--{{theme}} {{prefix}}-class-text">{{text}}</view><slot/></view>