@tuya-miniapp/smart-ui 1.3.1-beta-2 → 1.3.1-beta-4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (373) hide show
  1. package/dist/action-sheet/demo/index.d.ts +1 -0
  2. package/dist/action-sheet/demo/index.js +101 -0
  3. package/dist/action-sheet/index.js +1 -1
  4. package/dist/area/demo/index.d.ts +1 -0
  5. package/dist/area/demo/index.js +41 -0
  6. package/dist/area/index.js +4 -5
  7. package/dist/battery/demo/index.d.ts +1 -0
  8. package/dist/battery/demo/index.js +2 -0
  9. package/dist/battery/index.js +1 -3
  10. package/dist/bottom-sheet/demo/index.d.ts +1 -0
  11. package/dist/bottom-sheet/demo/index.js +24 -0
  12. package/dist/bottom-sheet/index.css +1 -1
  13. package/dist/bottom-sheet/index.js +3 -2
  14. package/dist/bottom-sheet/index.wxml +3 -1
  15. package/dist/bottom-sheet/index.wxss +1 -1
  16. package/dist/button/demo/index.d.ts +1 -0
  17. package/dist/button/demo/index.js +9 -0
  18. package/dist/button/index.js +1 -1
  19. package/dist/calendar/calendar.wxml +13 -8
  20. package/dist/calendar/components/header/index.css +1 -1
  21. package/dist/calendar/components/header/index.js +7 -3
  22. package/dist/calendar/components/header/index.wxml +3 -3
  23. package/dist/calendar/components/header/index.wxss +1 -1
  24. package/dist/calendar/components/month/index.css +1 -1
  25. package/dist/calendar/components/month/index.js +3 -5
  26. package/dist/calendar/components/month/index.wxs +1 -4
  27. package/dist/calendar/components/month/index.wxss +1 -1
  28. package/dist/calendar/components/month-list/index.css +1 -1
  29. package/dist/calendar/components/month-list/index.js +26 -41
  30. package/dist/calendar/components/month-list/index.wxml +8 -2
  31. package/dist/calendar/components/month-list/index.wxss +1 -1
  32. package/dist/calendar/components/year-list/index.css +1 -1
  33. package/dist/calendar/components/year-list/index.js +17 -4
  34. package/dist/calendar/components/year-list/index.wxml +8 -2
  35. package/dist/calendar/components/year-list/index.wxss +1 -1
  36. package/dist/calendar/demo/index.d.ts +1 -0
  37. package/dist/calendar/demo/index.js +103 -0
  38. package/dist/calendar/index.js +32 -39
  39. package/dist/calendar/index.wxs +5 -8
  40. package/dist/calendar/utils.d.ts +4 -0
  41. package/dist/calendar/utils.js +30 -4
  42. package/dist/cascader/demo/index.d.ts +1 -0
  43. package/dist/cascader/demo/index.js +191 -0
  44. package/dist/cascader/index.js +3 -3
  45. package/dist/cell/demo/index.d.ts +1 -0
  46. package/dist/cell/demo/index.js +14 -0
  47. package/dist/cell/index.js +1 -7
  48. package/dist/checkbox/demo/index.d.ts +1 -0
  49. package/dist/checkbox/demo/index.js +34 -0
  50. package/dist/checkbox-group/index.js +1 -1
  51. package/dist/circle/demo/index.d.ts +1 -0
  52. package/dist/circle/demo/index.js +19 -0
  53. package/dist/col/demo/index.d.ts +1 -0
  54. package/dist/col/demo/index.js +4 -0
  55. package/dist/collapse/demo/index.d.ts +1 -0
  56. package/dist/collapse/demo/index.js +36 -0
  57. package/dist/collapse/index.js +1 -1
  58. package/dist/collapse-item/animate.js +1 -1
  59. package/dist/common/component.js +1 -1
  60. package/dist/common/utils.js +3 -3
  61. package/dist/config-provider/demo/index.d.ts +1 -0
  62. package/dist/config-provider/demo/index.js +22 -0
  63. package/dist/count-down/demo/index.d.ts +1 -0
  64. package/dist/count-down/demo/index.js +33 -0
  65. package/dist/custom-keyboard/demo/index.d.ts +1 -0
  66. package/dist/custom-keyboard/demo/index.js +17 -0
  67. package/dist/custom-keyboard/index.js +1 -3
  68. package/dist/datetime-picker/demo/index.d.ts +1 -0
  69. package/dist/datetime-picker/demo/index.js +63 -0
  70. package/dist/datetime-picker/index.js +4 -5
  71. package/dist/dialog/demo/index.d.ts +1 -0
  72. package/dist/dialog/demo/index.js +134 -0
  73. package/dist/dialog/dialog.js +3 -5
  74. package/dist/dialog/index.js +1 -1
  75. package/dist/divider/demo/index.d.ts +1 -0
  76. package/dist/divider/demo/index.js +4 -0
  77. package/dist/dropdown-item/index.js +3 -3
  78. package/dist/dropdown-item/index.wxml +1 -7
  79. package/dist/dropdown-menu/demo/index.d.ts +1 -0
  80. package/dist/dropdown-menu/demo/index.js +47 -0
  81. package/dist/dropdown-menu/index.js +8 -10
  82. package/dist/empty/demo/index.d.ts +1 -0
  83. package/dist/empty/demo/index.js +13 -0
  84. package/dist/empty/index.css +1 -1
  85. package/dist/empty/index.wxs +1 -1
  86. package/dist/empty/index.wxss +1 -1
  87. package/dist/field/demo/index.d.ts +1 -0
  88. package/dist/field/demo/index.js +21 -0
  89. package/dist/goods-action/demo/index.d.ts +1 -0
  90. package/dist/goods-action/demo/index.js +12 -0
  91. package/dist/goods-action/index.js +1 -1
  92. package/dist/grid/demo/index.d.ts +1 -0
  93. package/dist/grid/demo/index.js +9 -0
  94. package/dist/grid/index.js +1 -1
  95. package/dist/grid-item/index.js +1 -1
  96. package/dist/icon/demo/index.d.ts +1 -0
  97. package/dist/icon/demo/index.js +26 -0
  98. package/dist/image/demo/index.d.ts +1 -0
  99. package/dist/image/demo/index.js +15 -0
  100. package/dist/index-anchor/index.js +1 -1
  101. package/dist/index-bar/demo/index.d.ts +1 -0
  102. package/dist/index-bar/demo/index.js +21 -0
  103. package/dist/index-bar/index.js +9 -16
  104. package/dist/loading/demo/index.d.ts +1 -0
  105. package/dist/loading/demo/index.js +4 -0
  106. package/dist/loading/index.js +25 -1
  107. package/dist/loading/index.wxml +2 -2
  108. package/dist/loading/index.wxs +6 -21
  109. package/dist/mixins/basic.js +2 -2
  110. package/dist/mixins/link.js +1 -2
  111. package/dist/mixins/page-scroll.js +1 -1
  112. package/dist/mixins/touch.js +1 -2
  113. package/dist/mixins/transition.js +1 -1
  114. package/dist/nav-bar/demo/index.d.ts +1 -0
  115. package/dist/nav-bar/demo/index.js +26 -0
  116. package/dist/nav-bar/index.css +1 -1
  117. package/dist/nav-bar/index.js +1 -1
  118. package/dist/nav-bar/index.wxml +1 -1
  119. package/dist/nav-bar/index.wxss +1 -1
  120. package/dist/normal-slider/demo/index.d.ts +1 -0
  121. package/dist/normal-slider/demo/index.js +19 -0
  122. package/dist/notice-bar/demo/index.d.ts +1 -0
  123. package/dist/notice-bar/demo/index.js +11 -0
  124. package/dist/notice-bar/index.css +1 -1
  125. package/dist/notice-bar/index.js +3 -6
  126. package/dist/notice-bar/index.wxml +1 -5
  127. package/dist/notice-bar/index.wxss +1 -1
  128. package/dist/notify/demo/index.d.ts +1 -0
  129. package/dist/notify/demo/index.js +45 -0
  130. package/dist/overlay/demo/index.d.ts +1 -0
  131. package/dist/overlay/demo/index.js +22 -0
  132. package/dist/picker/demo/index.d.ts +1 -0
  133. package/dist/picker/demo/index.js +76 -0
  134. package/dist/picker/index.css +1 -1
  135. package/dist/picker/index.js +2 -2
  136. package/dist/picker/index.wxml +1 -0
  137. package/dist/picker/index.wxss +1 -1
  138. package/dist/picker-column/index.js +3 -8
  139. package/dist/popup/demo/index.d.ts +1 -0
  140. package/dist/popup/demo/index.js +79 -0
  141. package/dist/progress/demo/index.d.ts +1 -0
  142. package/dist/progress/demo/index.js +4 -0
  143. package/dist/progress/index.js +1 -4
  144. package/dist/radio/demo/index.d.ts +1 -0
  145. package/dist/radio/demo/index.js +31 -0
  146. package/dist/radio-group/index.js +1 -1
  147. package/dist/rate/demo/index.d.ts +1 -0
  148. package/dist/rate/demo/index.js +25 -0
  149. package/dist/rate/index.js +2 -2
  150. package/dist/row/index.js +1 -1
  151. package/dist/search/demo/index.d.ts +1 -0
  152. package/dist/search/demo/index.js +43 -0
  153. package/dist/search/index.css +1 -1
  154. package/dist/search/index.js +1 -5
  155. package/dist/search/index.wxml +1 -1
  156. package/dist/search/index.wxss +1 -1
  157. package/dist/sidebar/demo/index.d.ts +1 -0
  158. package/dist/sidebar/demo/index.js +9 -0
  159. package/dist/skeleton/demo/index.d.ts +1 -0
  160. package/dist/skeleton/demo/index.js +11 -0
  161. package/dist/slider/demo/index.d.ts +1 -0
  162. package/dist/slider/demo/index.js +19 -0
  163. package/dist/slider/index.js +5 -7
  164. package/dist/stepper/demo/index.d.ts +1 -0
  165. package/dist/stepper/demo/index.js +19 -0
  166. package/dist/steps/demo/index.d.ts +1 -0
  167. package/dist/steps/demo/index.js +42 -0
  168. package/dist/sticky/demo/index.d.ts +1 -0
  169. package/dist/sticky/demo/index.js +26 -0
  170. package/dist/sticky/index.js +2 -2
  171. package/dist/swipe-cell/demo/index.d.ts +1 -0
  172. package/dist/swipe-cell/demo/index.js +45 -0
  173. package/dist/swipe-cell/index.js +3 -5
  174. package/dist/switch/demo/index.d.ts +1 -0
  175. package/dist/switch/demo/index.js +29 -0
  176. package/dist/switch/index.css +1 -1
  177. package/dist/switch/index.wxss +1 -1
  178. package/dist/tab/demo/index.d.ts +1 -0
  179. package/dist/tab/demo/index.js +55 -0
  180. package/dist/tabbar/demo/index.d.ts +1 -0
  181. package/dist/tabbar/demo/index.js +34 -0
  182. package/dist/tabbar/index.js +1 -1
  183. package/dist/tabs/index.css +1 -1
  184. package/dist/tabs/index.js +7 -25
  185. package/dist/tabs/index.wxss +1 -1
  186. package/dist/tag/demo/index.d.ts +1 -0
  187. package/dist/tag/demo/index.js +16 -0
  188. package/dist/tag/index.css +1 -1
  189. package/dist/tag/index.wxss +1 -1
  190. package/dist/toast/demo/index.d.ts +1 -0
  191. package/dist/toast/demo/index.js +67 -0
  192. package/dist/toast/toast.js +5 -5
  193. package/dist/transition/demo/index.d.ts +1 -0
  194. package/dist/transition/demo/index.js +67 -0
  195. package/dist/tree-select/demo/index.d.ts +1 -0
  196. package/dist/tree-select/demo/index.js +113 -0
  197. package/dist/wxs/style.wxs +0 -7
  198. package/lib/action-sheet/demo/index.d.ts +1 -0
  199. package/lib/action-sheet/demo/index.js +115 -0
  200. package/lib/area/demo/index.d.ts +1 -0
  201. package/lib/area/demo/index.js +47 -0
  202. package/lib/area/index.js +1 -2
  203. package/lib/battery/demo/index.d.ts +1 -0
  204. package/lib/battery/demo/index.js +4 -0
  205. package/lib/battery/index.js +1 -3
  206. package/lib/bottom-sheet/demo/index.d.ts +1 -0
  207. package/lib/bottom-sheet/demo/index.js +27 -0
  208. package/lib/bottom-sheet/index.css +1 -1
  209. package/lib/bottom-sheet/index.js +3 -2
  210. package/lib/bottom-sheet/index.wxml +3 -1
  211. package/lib/bottom-sheet/index.wxss +1 -1
  212. package/lib/button/demo/index.d.ts +1 -0
  213. package/lib/button/demo/index.js +14 -0
  214. package/lib/calendar/calendar.wxml +13 -8
  215. package/lib/calendar/components/header/index.css +1 -1
  216. package/lib/calendar/components/header/index.js +6 -2
  217. package/lib/calendar/components/header/index.wxml +3 -3
  218. package/lib/calendar/components/header/index.wxss +1 -1
  219. package/lib/calendar/components/month/index.css +1 -1
  220. package/lib/calendar/components/month/index.js +2 -6
  221. package/lib/calendar/components/month/index.wxs +1 -4
  222. package/lib/calendar/components/month/index.wxss +1 -1
  223. package/lib/calendar/components/month-list/index.css +1 -1
  224. package/lib/calendar/components/month-list/index.js +25 -40
  225. package/lib/calendar/components/month-list/index.wxml +8 -2
  226. package/lib/calendar/components/month-list/index.wxss +1 -1
  227. package/lib/calendar/components/year-list/index.css +1 -1
  228. package/lib/calendar/components/year-list/index.js +15 -2
  229. package/lib/calendar/components/year-list/index.wxml +8 -2
  230. package/lib/calendar/components/year-list/index.wxss +1 -1
  231. package/lib/calendar/demo/index.d.ts +1 -0
  232. package/lib/calendar/demo/index.js +105 -0
  233. package/lib/calendar/index.js +29 -38
  234. package/lib/calendar/index.wxs +5 -8
  235. package/lib/calendar/utils.d.ts +4 -0
  236. package/lib/calendar/utils.js +31 -4
  237. package/lib/cascader/demo/index.d.ts +1 -0
  238. package/lib/cascader/demo/index.js +197 -0
  239. package/lib/cell/demo/index.d.ts +1 -0
  240. package/lib/cell/demo/index.js +39 -0
  241. package/lib/cell/index.js +1 -7
  242. package/lib/checkbox/demo/index.d.ts +1 -0
  243. package/lib/checkbox/demo/index.js +38 -0
  244. package/lib/circle/demo/index.d.ts +1 -0
  245. package/lib/circle/demo/index.js +21 -0
  246. package/lib/col/demo/index.d.ts +1 -0
  247. package/lib/col/demo/index.js +6 -0
  248. package/lib/collapse/demo/index.d.ts +1 -0
  249. package/lib/collapse/demo/index.js +42 -0
  250. package/lib/config-provider/demo/index.d.ts +1 -0
  251. package/lib/config-provider/demo/index.js +24 -0
  252. package/lib/count-down/demo/index.d.ts +1 -0
  253. package/lib/count-down/demo/index.js +38 -0
  254. package/lib/custom-keyboard/demo/index.d.ts +1 -0
  255. package/lib/custom-keyboard/demo/index.js +19 -0
  256. package/lib/custom-keyboard/index.js +1 -3
  257. package/lib/datetime-picker/demo/index.d.ts +1 -0
  258. package/lib/datetime-picker/demo/index.js +68 -0
  259. package/lib/datetime-picker/index.js +4 -3
  260. package/lib/dialog/demo/index.d.ts +1 -0
  261. package/lib/dialog/demo/index.js +144 -0
  262. package/lib/dialog/dialog.js +1 -3
  263. package/lib/divider/demo/index.d.ts +1 -0
  264. package/lib/divider/demo/index.js +6 -0
  265. package/lib/dropdown-item/index.wxml +1 -7
  266. package/lib/dropdown-menu/demo/index.d.ts +1 -0
  267. package/lib/dropdown-menu/demo/index.js +52 -0
  268. package/lib/dropdown-menu/index.js +2 -4
  269. package/lib/empty/demo/index.d.ts +1 -0
  270. package/lib/empty/demo/index.js +15 -0
  271. package/lib/empty/index.css +1 -1
  272. package/lib/empty/index.wxs +1 -1
  273. package/lib/empty/index.wxss +1 -1
  274. package/lib/field/demo/index.d.ts +1 -0
  275. package/lib/field/demo/index.js +23 -0
  276. package/lib/goods-action/demo/index.d.ts +1 -0
  277. package/lib/goods-action/demo/index.js +17 -0
  278. package/lib/grid/demo/index.d.ts +1 -0
  279. package/lib/grid/demo/index.js +11 -0
  280. package/lib/icon/demo/index.d.ts +1 -0
  281. package/lib/icon/demo/index.js +54 -0
  282. package/lib/image/demo/index.d.ts +1 -0
  283. package/lib/image/demo/index.js +17 -0
  284. package/lib/index-bar/demo/index.d.ts +1 -0
  285. package/lib/index-bar/demo/index.js +23 -0
  286. package/lib/index-bar/index.js +3 -10
  287. package/lib/loading/demo/index.d.ts +1 -0
  288. package/lib/loading/demo/index.js +6 -0
  289. package/lib/loading/index.js +27 -1
  290. package/lib/loading/index.wxml +2 -2
  291. package/lib/loading/index.wxs +6 -21
  292. package/lib/mixins/link.js +1 -2
  293. package/lib/mixins/touch.js +1 -2
  294. package/lib/nav-bar/demo/index.d.ts +1 -0
  295. package/lib/nav-bar/demo/index.js +31 -0
  296. package/lib/nav-bar/index.css +1 -1
  297. package/lib/nav-bar/index.wxml +1 -1
  298. package/lib/nav-bar/index.wxss +1 -1
  299. package/lib/normal-slider/demo/index.d.ts +1 -0
  300. package/lib/normal-slider/demo/index.js +21 -0
  301. package/lib/notice-bar/demo/index.d.ts +1 -0
  302. package/lib/notice-bar/demo/index.js +16 -0
  303. package/lib/notice-bar/index.css +1 -1
  304. package/lib/notice-bar/index.js +2 -5
  305. package/lib/notice-bar/index.wxml +1 -5
  306. package/lib/notice-bar/index.wxss +1 -1
  307. package/lib/notify/demo/index.d.ts +1 -0
  308. package/lib/notify/demo/index.js +50 -0
  309. package/lib/overlay/demo/index.d.ts +1 -0
  310. package/lib/overlay/demo/index.js +24 -0
  311. package/lib/picker/demo/index.d.ts +1 -0
  312. package/lib/picker/demo/index.js +82 -0
  313. package/lib/picker/index.css +1 -1
  314. package/lib/picker/index.js +1 -3
  315. package/lib/picker/index.wxml +1 -0
  316. package/lib/picker/index.wxss +1 -1
  317. package/lib/picker-column/index.js +2 -7
  318. package/lib/popup/demo/index.d.ts +1 -0
  319. package/lib/popup/demo/index.js +85 -0
  320. package/lib/progress/demo/index.d.ts +1 -0
  321. package/lib/progress/demo/index.js +6 -0
  322. package/lib/progress/index.js +1 -4
  323. package/lib/radio/demo/index.d.ts +1 -0
  324. package/lib/radio/demo/index.js +34 -0
  325. package/lib/rate/demo/index.d.ts +1 -0
  326. package/lib/rate/demo/index.js +30 -0
  327. package/lib/search/demo/index.d.ts +1 -0
  328. package/lib/search/demo/index.js +48 -0
  329. package/lib/search/index.css +1 -1
  330. package/lib/search/index.js +1 -5
  331. package/lib/search/index.wxml +1 -1
  332. package/lib/search/index.wxss +1 -1
  333. package/lib/sidebar/demo/index.d.ts +1 -0
  334. package/lib/sidebar/demo/index.js +14 -0
  335. package/lib/skeleton/demo/index.d.ts +1 -0
  336. package/lib/skeleton/demo/index.js +14 -0
  337. package/lib/slider/demo/index.d.ts +1 -0
  338. package/lib/slider/demo/index.js +21 -0
  339. package/lib/slider/index.js +1 -3
  340. package/lib/stepper/demo/index.d.ts +1 -0
  341. package/lib/stepper/demo/index.js +25 -0
  342. package/lib/steps/demo/index.d.ts +1 -0
  343. package/lib/steps/demo/index.js +47 -0
  344. package/lib/sticky/demo/index.d.ts +1 -0
  345. package/lib/sticky/demo/index.js +30 -0
  346. package/lib/sticky/index.js +3 -1
  347. package/lib/swipe-cell/demo/index.d.ts +1 -0
  348. package/lib/swipe-cell/demo/index.js +50 -0
  349. package/lib/swipe-cell/index.js +1 -3
  350. package/lib/switch/demo/index.d.ts +1 -0
  351. package/lib/switch/demo/index.js +37 -0
  352. package/lib/switch/index.css +1 -1
  353. package/lib/switch/index.wxss +1 -1
  354. package/lib/tab/demo/index.d.ts +1 -0
  355. package/lib/tab/demo/index.js +57 -0
  356. package/lib/tabbar/demo/index.d.ts +1 -0
  357. package/lib/tabbar/demo/index.js +41 -0
  358. package/lib/tabs/index.css +1 -1
  359. package/lib/tabs/index.js +6 -24
  360. package/lib/tabs/index.wxss +1 -1
  361. package/lib/tag/demo/index.d.ts +1 -0
  362. package/lib/tag/demo/index.js +19 -0
  363. package/lib/tag/index.css +1 -1
  364. package/lib/tag/index.wxss +1 -1
  365. package/lib/toast/demo/index.d.ts +1 -0
  366. package/lib/toast/demo/index.js +74 -0
  367. package/lib/toast/toast.js +3 -3
  368. package/lib/transition/demo/index.d.ts +1 -0
  369. package/lib/transition/demo/index.js +71 -0
  370. package/lib/tree-select/demo/index.d.ts +1 -0
  371. package/lib/tree-select/demo/index.js +130 -0
  372. package/lib/wxs/style.wxs +0 -7
  373. package/package.json +15 -3
@@ -1 +1 @@
1
- @import '../common/index.css';.smart-empty{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.smart-empty__image{height:var(--empty-image-height,180px);width:var(--empty-image-width,180px)}.smart-empty__image:empty{display:none}.smart-empty__image__img{height:100%;width:100%}.smart-empty__image:not(:empty)+.smart-empty__image{display:none}.smart-empty__title{color:var(--empty-title-color,var(--app-B6-N1,#000));font-size:var(--empty-title-font-size,16px);line-height:var(--empty-title-line-height,24px);margin-top:var(--empty-title-margin-top,7px);text-align:center}.smart-empty__title:empty{display:none}.smart-empty__description{color:var(--empty-description-color,var(--app-B4-N3,rgba(0,0,0,.5)));font-size:var(--empty-description-font-size,14px);line-height:var(--empty-description-line-height,20px);margin-top:var(--empty-description-margin-top,4px)}.smart-empty__description:empty{display:none}.smart-empty__bottom{margin-top:24px}.smart-empty__bottom:empty{display:none}
1
+ @import '../common/index.css';.smart-empty{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.smart-empty__image{height:var(--empty-image-height,180px);width:var(--empty-image-width,180px)}.smart-empty__image:empty{display:none}.smart-empty__image__img{height:100%;width:100%}.smart-empty__image:not(:empty)+.smart-empty__image{display:none}.smart-empty__title{color:var(--empty-title-color,var(--app-B6-N1,#000));font-size:var(--empty-title-font-size,16px);font-weight:var(--empty-title-font-weight,normal);line-height:var(--empty-title-line-height,24px);margin-top:var(--empty-title-margin-top,7px);text-align:center}.smart-empty__title:empty{display:none}.smart-empty__description{color:var(--empty-description-color,var(--app-B4-N3,rgba(0,0,0,.5)));font-size:var(--empty-description-font-size,14px);font-weight:var(--empty-description-font-weight,normal);line-height:var(--empty-description-line-height,20px);margin-top:var(--empty-description-margin-top,4px)}.smart-empty__description:empty{display:none}.smart-empty__bottom{margin-top:24px}.smart-empty__bottom:empty{display:none}
@@ -1,5 +1,5 @@
1
1
  /* eslint-disable */
2
- const defaultIcon = 'data:image/png;base64,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'
2
+ var defaultIcon = "data:image/png;base64,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";
3
3
 
4
4
  function imageUrl(image) {
5
5
  if (image === 'default') {
@@ -1 +1 @@
1
- @import '../common/index.wxss';.smart-empty{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.smart-empty__image{height:var(--empty-image-height,180px);width:var(--empty-image-width,180px)}.smart-empty__image:empty{display:none}.smart-empty__image__img{height:100%;width:100%}.smart-empty__image:not(:empty)+.smart-empty__image{display:none}.smart-empty__title{color:var(--empty-title-color,var(--app-B6-N1,#000));font-size:var(--empty-title-font-size,16px);line-height:var(--empty-title-line-height,24px);margin-top:var(--empty-title-margin-top,7px);text-align:center}.smart-empty__title:empty{display:none}.smart-empty__description{color:var(--empty-description-color,var(--app-B4-N3,rgba(0,0,0,.5)));font-size:var(--empty-description-font-size,14px);line-height:var(--empty-description-line-height,20px);margin-top:var(--empty-description-margin-top,4px)}.smart-empty__description:empty{display:none}.smart-empty__bottom{margin-top:24px}.smart-empty__bottom:empty{display:none}
1
+ @import '../common/index.wxss';.smart-empty{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center}.smart-empty__image{height:var(--empty-image-height,180px);width:var(--empty-image-width,180px)}.smart-empty__image:empty{display:none}.smart-empty__image__img{height:100%;width:100%}.smart-empty__image:not(:empty)+.smart-empty__image{display:none}.smart-empty__title{color:var(--empty-title-color,var(--app-B6-N1,#000));font-size:var(--empty-title-font-size,16px);font-weight:var(--empty-title-font-weight,normal);line-height:var(--empty-title-line-height,24px);margin-top:var(--empty-title-margin-top,7px);text-align:center}.smart-empty__title:empty{display:none}.smart-empty__description{color:var(--empty-description-color,var(--app-B4-N3,rgba(0,0,0,.5)));font-size:var(--empty-description-font-size,14px);font-weight:var(--empty-description-font-weight,normal);line-height:var(--empty-description-line-height,20px);margin-top:var(--empty-description-margin-top,4px)}.smart-empty__description:empty{display:none}.smart-empty__bottom{margin-top:24px}.smart-empty__bottom:empty{display:none}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ (0, component_1.SmartComponent)({
5
+ data: {
6
+ sms: '',
7
+ value: '',
8
+ password: '',
9
+ username: '',
10
+ username2: '',
11
+ username3: '',
12
+ message: '',
13
+ phone: '1365577',
14
+ },
15
+ methods: {
16
+ onClickIcon: function () {
17
+ wx.showToast({
18
+ icon: 'none',
19
+ title: I18n.t('clickTheIcon'),
20
+ });
21
+ },
22
+ },
23
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var component_1 = require("../../common/component");
7
+ var toast_1 = __importDefault(require("../../toast/toast"));
8
+ (0, component_1.SmartComponent)({
9
+ methods: {
10
+ onClickIcon: function () {
11
+ (0, toast_1.default)({ context: this, message: I18n.t('clickTheIcon') });
12
+ },
13
+ onClickButton: function () {
14
+ (0, toast_1.default)({ context: this, message: I18n.t('clickTheButton') });
15
+ },
16
+ },
17
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ (0, component_1.SmartComponent)({
5
+ data: {
6
+ array3: [0, 1, 2],
7
+ array4: [0, 1, 2, 3],
8
+ array6: [0, 1, 2, 3, 4, 5],
9
+ array8: [0, 1, 2, 3, 4, 5, 6, 7],
10
+ },
11
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,54 @@
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ var __importDefault = (this && this.__importDefault) || function (mod) {
26
+ return (mod && mod.__esModule) ? mod : { "default": mod };
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ var icons = __importStar(require("@tuya-miniapp/icons"));
30
+ var config_1 = __importDefault(require("@tuya-miniapp/icons/dist/config"));
31
+ var component_1 = require("../../common/component");
32
+ function kebabCase(name) {
33
+ var currName = name.replace(/[A-Z]/g, function (word) { return '-' + word.toLocaleLowerCase(); });
34
+ return currName.slice(1);
35
+ }
36
+ var iconsArr = config_1.default.map(function (name) { return ({
37
+ name: kebabCase(name),
38
+ value: icons[name],
39
+ }); });
40
+ (0, component_1.SmartComponent)({
41
+ data: {
42
+ active: 0,
43
+ icons: iconsArr,
44
+ iconWarning: icons.Warning,
45
+ iconAlarm: icons.Alarm,
46
+ },
47
+ methods: {
48
+ onSwitch: function (event) {
49
+ this.setData({
50
+ active: event.detail.index,
51
+ });
52
+ },
53
+ },
54
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ (0, component_1.SmartComponent)({
5
+ data: {
6
+ fits: [
7
+ 'contain',
8
+ 'cover',
9
+ 'fill',
10
+ 'none',
11
+ 'scale-down',
12
+ 'widthFix',
13
+ 'heightFix',
14
+ ],
15
+ src: 'https://images.tuyacn.com/rms-static/f350c8a0-0eb2-11ef-8f06-49ae7b2fadcf-1715334722090.jpeg?tyName=cat.jpeg',
16
+ },
17
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ var indexList = [];
5
+ var charCodeOfA = 'A'.charCodeAt(0);
6
+ for (var i = 0; i < 26; i++) {
7
+ indexList.push(String.fromCharCode(charCodeOfA + i));
8
+ }
9
+ (0, component_1.SmartComponent)({
10
+ data: {
11
+ activeTab: 0,
12
+ indexList: indexList,
13
+ customIndexList: [1, 2, 3, 4, 5, 6, 8, 9, 10],
14
+ scrollTop: 0,
15
+ },
16
+ methods: {
17
+ onChange: function (event) {
18
+ this.setData({
19
+ activeTab: event.detail.name,
20
+ });
21
+ },
22
+ },
23
+ });
@@ -70,11 +70,7 @@ var indexList = function () {
70
70
  });
71
71
  },
72
72
  setRect: function () {
73
- return Promise.all([
74
- this.setAnchorsRect(),
75
- this.setListRect(),
76
- this.setSiderbarRect(),
77
- ]);
73
+ return Promise.all([this.setAnchorsRect(), this.setListRect(), this.setSiderbarRect()]);
78
74
  },
79
75
  setAnchorsRect: function () {
80
76
  var _this = this;
@@ -158,8 +154,7 @@ var indexList = function () {
158
154
  if (sticky) {
159
155
  var isActiveAnchorSticky_1 = false;
160
156
  if (active !== -1) {
161
- isActiveAnchorSticky_1 =
162
- children[active].top <= stickyOffsetTop + scrollTop;
157
+ isActiveAnchorSticky_1 = children[active].top <= stickyOffsetTop + scrollTop;
163
158
  }
164
159
  children.forEach(function (item, index) {
165
160
  if (index === active) {
@@ -181,9 +176,7 @@ var indexList = function () {
181
176
  else if (index === active - 1) {
182
177
  var currentAnchor = children[index];
183
178
  var currentOffsetTop = currentAnchor.top;
184
- var targetOffsetTop = index === children.length - 1
185
- ? _this.top
186
- : children[index + 1].top;
179
+ var targetOffsetTop = index === children.length - 1 ? _this.top : children[index + 1].top;
187
180
  var parentOffsetHeight = targetOffsetTop - currentOffsetTop;
188
181
  var translateY = parentOffsetHeight - currentAnchor.height;
189
182
  var anchorStyle = "\n position: relative;\n transform: translate3d(0, ".concat(translateY, "px, 0);\n z-index: ").concat(zIndex, ";\n color: ").concat(highlightColor, ";\n ");
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,6 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ (0, component_1.SmartComponent)({
5
+ data: {},
6
+ });
@@ -3,7 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  var component_1 = require("../common/component");
4
4
  (0, component_1.SmartComponent)({
5
5
  props: {
6
- color: String,
6
+ color: {
7
+ type: String,
8
+ value: '#1989FA'
9
+ },
7
10
  vertical: Boolean,
8
11
  type: {
9
12
  type: String,
@@ -15,4 +18,27 @@ var component_1 = require("../common/component");
15
18
  },
16
19
  textSize: String,
17
20
  },
21
+ data: {
22
+ spinner: '',
23
+ circular: ''
24
+ },
25
+ created: function () {
26
+ this.setData({
27
+ spinner: this.SpinnerLoading({ color: this.data.color }),
28
+ circular: this.CircularLoading({ color: this.data.color })
29
+ });
30
+ },
31
+ methods: {
32
+ createSvgIcon: function (svg) {
33
+ return "data:image/svg+xml,".concat(encodeURIComponent("<?xml version=\"1.0\" standalone=\"no\"?><!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\" \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\">".concat(svg)));
34
+ },
35
+ CircularLoading: function (_a) {
36
+ var _b = _a.color, color = _b === void 0 ? '#1989FA' : _b;
37
+ return this.createSvgIcon("<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"none\" version=\"1.1\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\"><defs><clipPath id=\"master_svg0_452_31565\"><rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" rx=\"0\"/></clipPath><linearGradient x1=\"0.5\" y1=\"0.5\" x2=\"0.5\" y2=\"0.8999999761581421\" id=\"master_svg1_452_31641\"><stop offset=\"0%\" stop-color=\"".concat(color, "\" stop-opacity=\"1\"/><stop offset=\"100%\" stop-color=\"").concat(color, "\" stop-opacity=\"0\"/></linearGradient></defs><g clip-path=\"url(#master_svg0_452_31565)\"><g style=\"opacity:0.20000000298023224;\"><path d=\"M12,18.4C15.5346,18.4,18.4,15.5346,18.4,12C18.4,8.46538,15.5346,5.6,12,5.6C8.46538,5.6,5.6,8.46538,5.6,12C5.6,15.5346,8.46538,18.4,12,18.4ZM12,20C16.418300000000002,20,20,16.418300000000002,20,12C20,7.58172,16.418300000000002,4,12,4C7.58172,4,4,7.58172,4,12C4,16.418300000000002,7.58172,20,12,20Z\" fill-rule=\"evenodd\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g><path d=\"M12,5.6C8.46538,5.6,5.6,8.46538,5.6,12C5.6,15.5346,8.46538,18.4,12,18.4C12.44183,18.4,12.8,18.758200000000002,12.8,19.2C12.8,19.6418,12.44183,20,12,20C7.58172,20,4,16.418300000000002,4,12C4,7.58172,7.58172,4,12,4C16.418300000000002,4,20,7.58172,20,12C20,12.44183,19.6418,12.8,19.2,12.8C18.758200000000002,12.8,18.4,12.44183,18.4,12C18.4,8.46538,15.5346,5.6,12,5.6Z\" fill-rule=\"evenodd\" fill=\"url(#master_svg1_452_31641)\" fill-opacity=\"1\"/></g></g></svg>"));
38
+ },
39
+ SpinnerLoading: function (_a) {
40
+ var _b = _a.color, color = _b === void 0 ? '#3678E3' : _b;
41
+ return this.createSvgIcon("<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" fill=\"none\" version=\"1.1\" width=\"8px\" height=\"8px\" viewBox=\"0 0 20.333251953125 21.333251953125\"><g><g><path d=\"M17.5413973046875,16.023418836669922L15.6560673046875,14.138091836669922C15.1360673046875,13.618087836669922,14.2933963046875,13.618087836669922,13.7707393046875,14.138091836669922C13.2507363046875,14.658095836669922,13.2507363046875,15.503418836669923,13.7707393046875,16.023418836669922L15.6560673046875,17.908748836669922C16.1760673046875,18.42875883666992,17.0213873046875,18.42875883666992,17.5413973046875,17.908748836669922C18.0613973046875,17.388748836669922,18.0613973046875,16.54342883666992,17.5413973046875,16.023418836669922Z\" fill-rule=\"evenodd\" fill=\"".concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.699999988079071;\"><path d=\"M9,3.99994C9,4.7359,9.597301,5.33326,10.33332,5.33326C11.06927,5.33326,11.666640000000001,4.73596,11.666640000000001,3.99994L11.666640000000001,1.33332C11.666640000000001,0.597364,11.06927,0,10.33332,0C9.597363,0,9,0.597301,9,1.33332L9,3.99994Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.6000000238418579;\"><path d=\"M2.390002,3.389983926513672C1.869999,3.909987926513672,1.869999,4.755310926513672,2.390002,5.275310926513672L4.27533,7.160640926513672C4.79533,7.680650926513672,5.638,7.680650926513672,6.16066,7.160640926513672C6.68066,6.640640926513672,6.68066,5.795320926513671,6.16066,5.275310926513672L4.27533,3.389983926513672C3.75533,2.869979926513672,2.910006,2.869979926513672,2.390002,3.389983926513672Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g transform=\"matrix(-1,0,0,1,37.101318359375,0)\" style=\"opacity:0.800000011920929;\"><path d=\"M18.9406611796875,3.389983926513672C18.4206581796875,3.909987926513672,18.4206581796875,4.755310926513672,18.9406611796875,5.275310926513672L20.8259891796875,7.160640926513672C21.3459891796875,7.680650926513672,22.188659179687498,7.680650926513672,22.7113191796875,7.160640926513672C23.2313191796875,6.640640926513672,23.2313191796875,5.795320926513671,22.7113191796875,5.275310926513672L20.8259891796875,3.389983926513672C20.3059891796875,2.869979926513672,19.4606651796875,2.869979926513672,18.9406611796875,3.389983926513672Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.5;\"><path d=\"M0,10.666644432373047C0,11.402604432373046,0.5973,11.999964432373048,1.33332,11.999964432373048L3.99994,11.999964432373048C4.73589,11.999964432373048,5.33325,11.402664432373047,5.33325,10.666644432373047C5.33325,9.930688432373048,4.73595,9.333324432373047,3.99994,9.333324432373047L1.33332,9.333324432373047C0.597364,9.333324432373047,0,9.930688432373048,0,10.666644432373047Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.8999999761581421;\"><path d=\"M15,10.666644432373047C15,11.402604432373046,15.5973,11.999964432373048,16.33332,11.999964432373048L18.99994,11.999964432373048C19.73589,11.999964432373048,20.33325,11.402664432373047,20.33325,10.666644432373047C20.33325,9.930688432373048,19.73595,9.333324432373047,18.99994,9.333324432373047L16.33332,9.333324432373047C15.597364,9.333324432373047,15,9.930688432373048,15,10.666644432373047Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.4000000059604645;\"><path d=\"M2.45866655078125,16.023418836669922C1.93866355078125,16.54342883666992,1.93866355078125,17.388748836669922,2.45866655078125,17.908748836669922C2.97867055078125,18.42875883666992,3.82399455078125,18.42875883666992,4.34399455078125,17.908748836669922L6.22932455078125,16.023418836669922C6.74932455078125,15.503418836669923,6.74932455078125,14.658095836669922,6.22932455078125,14.138091836669922C5.70931455078125,13.618087836669922,4.86399455078125,13.618087836669922,4.34399455078125,14.138091836669922L2.45866655078125,16.023418836669922Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g><g style=\"opacity:0.20000000298023224;\"><path d=\"M9,17.33332L9,19.99994C9,20.7359,9.597301,21.33326,10.33332,21.33326C11.06927,21.33326,11.666640000000001,20.73596,11.666640000000001,19.99994L11.666640000000001,17.33332C11.666640000000001,16.597364,11.06927,16,10.33332,16C9.597363,16,9,16.597301,9,17.33332Z\" fill=\"").concat(color, "\" fill-opacity=\"1\"/></g></g></svg>"));
42
+ }
43
+ }
18
44
  });
@@ -4,11 +4,11 @@
4
4
  <view class="custom-class {{ utils.bem('loading', { vertical }) }}">
5
5
  <view
6
6
  class="smart-loading__spinner smart-loading__spinner--{{ type }}"
7
- style="{{ computed.loadingStyle({ size, type, color }) }}"
7
+ style="{{ computed.loadingStyle({ size, type, color, spinner, circular }) }}"
8
8
  >
9
9
  <view
10
10
  class="smart-switch__loading"
11
- style="{{ computed.loadingStyle({ size, type, color }) }}"
11
+ style="{{ computed.loadingStyle({ size, type, color, spinner, circular }) }}"
12
12
  />
13
13
  </view>
14
14
  <view class="smart-loading__text" style="{{ computed.textStyle({ textSize, color }) }}">
@@ -11,37 +11,22 @@ function textStyle(data) {
11
11
  return ret;
12
12
  }
13
13
 
14
- const createSvgIcon = (svg) =>
15
- `data:image/svg+xml,${encodeURIComponent(
16
- `<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">${svg}`
17
- )}`;
18
-
19
- const CircularLoading = ({ color }) =>
20
- createSvgIcon(
21
- `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="24" height="24" viewBox="0 0 24 24"><defs><clipPath id="master_svg0_452_31565"><rect x="0" y="0" width="24" height="24" rx="0"/></clipPath><linearGradient x1="0.5" y1="0.5" x2="0.5" y2="0.8999999761581421" id="master_svg1_452_31641"><stop offset="0%" stop-color="${color}" stop-opacity="1"/><stop offset="100%" stop-color="${color}" stop-opacity="0"/></linearGradient></defs><g clip-path="url(#master_svg0_452_31565)"><g style="opacity:0.20000000298023224;"><path d="M12,18.4C15.5346,18.4,18.4,15.5346,18.4,12C18.4,8.46538,15.5346,5.6,12,5.6C8.46538,5.6,5.6,8.46538,5.6,12C5.6,15.5346,8.46538,18.4,12,18.4ZM12,20C16.418300000000002,20,20,16.418300000000002,20,12C20,7.58172,16.418300000000002,4,12,4C7.58172,4,4,7.58172,4,12C4,16.418300000000002,7.58172,20,12,20Z" fill-rule="evenodd" fill="${color}" fill-opacity="1"/></g><g><path d="M12,5.6C8.46538,5.6,5.6,8.46538,5.6,12C5.6,15.5346,8.46538,18.4,12,18.4C12.44183,18.4,12.8,18.758200000000002,12.8,19.2C12.8,19.6418,12.44183,20,12,20C7.58172,20,4,16.418300000000002,4,12C4,7.58172,7.58172,4,12,4C16.418300000000002,4,20,7.58172,20,12C20,12.44183,19.6418,12.8,19.2,12.8C18.758200000000002,12.8,18.4,12.44183,18.4,12C18.4,8.46538,15.5346,5.6,12,5.6Z" fill-rule="evenodd" fill="url(#master_svg1_452_31641)" fill-opacity="1"/></g></g></svg>`
22
- );
23
-
24
- const SpinnerLoading = ({ color }) =>
25
- createSvgIcon(
26
- `<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="none" version="1.1" width="32" height="32" viewBox="0 0 32 32"><g><g><g></g><g><g><path d="M23.5413973046875,21.023418836669922L21.6560673046875,19.138091836669922C21.1360673046875,18.618087836669922,20.2933963046875,18.618087836669922,19.7707393046875,19.138091836669922C19.2507363046875,19.658095836669922,19.2507363046875,20.503418836669923,19.7707393046875,21.023418836669922L21.6560673046875,22.908748836669922C22.1760673046875,23.42875883666992,23.0213873046875,23.42875883666992,23.5413973046875,22.908748836669922C24.0613973046875,22.388748836669922,24.0613973046875,21.54342883666992,23.5413973046875,21.023418836669922Z" fill-rule="evenodd" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.699999988079071;"><path d="M15,6.3333200000000005L15,8.99994C15,9.7359,15.597301,10.33326,16.33332,10.33326C17.06927,10.33326,17.66664,9.73596,17.66664,8.99994L17.66664,6.3333200000000005C17.66664,5.597364,17.06927,5,16.33332,5C15.597363,5,15,5.597301,15,6.3333200000000005Z" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.6000000238418579;"><path d="M8.390002,8.389983926513672C7.869999,8.909987926513672,7.869999,9.755310926513673,8.390002,10.275310926513672L10.27533,12.160640926513672C10.79533,12.680650926513671,11.638,12.680650926513671,12.16066,12.160640926513672C12.68066,11.640640926513672,12.68066,10.795320926513671,12.16066,10.275310926513672L10.27533,8.389983926513672C9.75533,7.869979926513672,8.910006,7.869979926513672,8.390002,8.389983926513672Z" fill="${color}" fill-opacity="1"/></g><g transform="matrix(-1,0,0,1,49.101318359375,0)" style="opacity:0.800000011920929;"><path d="M24.9406611796875,8.389983926513672C24.4206581796875,8.909987926513672,24.4206581796875,9.755310926513673,24.9406611796875,10.275310926513672L26.8259891796875,12.160640926513672C27.3459891796875,12.680650926513671,28.188659179687498,12.680650926513671,28.7113191796875,12.160640926513672C29.2313191796875,11.640640926513672,29.2313191796875,10.795320926513671,28.7113191796875,10.275310926513672L26.8259891796875,8.389983926513672C26.3059891796875,7.869979926513672,25.4606651796875,7.869979926513672,24.9406611796875,8.389983926513672Z" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.5;"><path d="M6,15.666644432373047C6,16.402604432373046,6.5973,16.999964432373048,7.3333200000000005,16.999964432373048L9.99994,16.999964432373048C10.735890000000001,16.999964432373048,11.33325,16.402664432373047,11.33325,15.666644432373047C11.33325,14.930688432373048,10.735949999999999,14.333324432373047,9.99994,14.333324432373047L7.3333200000000005,14.333324432373047C6.597364,14.333324432373047,6,14.930688432373048,6,15.666644432373047Z" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.8999999761581421;"><path d="M21,15.666644432373047C21,16.402604432373046,21.5973,16.999964432373048,22.33332,16.999964432373048L24.99994,16.999964432373048C25.73589,16.999964432373048,26.33325,16.402664432373047,26.33325,15.666644432373047C26.33325,14.930688432373048,25.73595,14.333324432373047,24.99994,14.333324432373047L22.33332,14.333324432373047C21.597364,14.333324432373047,21,14.930688432373048,21,15.666644432373047Z" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.4000000059604645;"><path d="M8.45866655078125,21.023418836669922C7.93866355078125,21.54342883666992,7.93866355078125,22.388748836669922,8.45866655078125,22.908748836669922C8.97867055078125,23.42875883666992,9.82399455078125,23.42875883666992,10.34399455078125,22.908748836669922L12.22932455078125,21.023418836669922C12.74932455078125,20.503418836669923,12.74932455078125,19.658095836669922,12.22932455078125,19.138091836669922C11.70931455078125,18.618087836669922,10.86399455078125,18.618087836669922,10.34399455078125,19.138091836669922L8.45866655078125,21.023418836669922Z" fill="${color}" fill-opacity="1"/></g><g style="opacity:0.20000000298023224;"><path d="M15,22.33332L15,24.99994C15,25.7359,15.597301,26.33326,16.33332,26.33326C17.06927,26.33326,17.66664,25.73596,17.66664,24.99994L17.66664,22.33332C17.66664,21.597364,17.06927,21,16.33332,21C15.597363,21,15,21.597301,15,22.33332Z" fill="${color}" fill-opacity="1"/></g></g></g></g></svg>`
27
- );
28
-
29
14
  function loadingStyle(data) {
30
- let iconSrc = '';
15
+ let iconSrc = ''
31
16
 
32
17
  if (data.type === 'spinner') {
33
- iconSrc = SpinnerLoading({ color: data.color || '#1989FA' });
18
+ iconSrc = data.spinner
34
19
  }
35
20
 
36
21
  if (data.type === 'circular') {
37
- iconSrc = CircularLoading({ color: data.color || '#3678E3' });
22
+ iconSrc = data.circular
38
23
  }
39
24
 
40
- const ret = style({
41
- 'background-image': `url('${iconSrc}')`,
25
+ var ret = style({
26
+ 'background-image': "url('".concat(iconSrc, "')"),
42
27
  width: addUnit(data.size),
43
28
  height: addUnit(data.size),
44
- 'background-size': addUnit(data.size),
29
+ 'background-size': addUnit(data.size)
45
30
  });
46
31
 
47
32
  return ret;
@@ -14,8 +14,7 @@ exports.link = Behavior({
14
14
  if (urlKey === void 0) { urlKey = 'url'; }
15
15
  var url = this.data[urlKey];
16
16
  if (url) {
17
- if (this.data.linkType === 'navigateTo' &&
18
- getCurrentPages().length > 9) {
17
+ if (this.data.linkType === 'navigateTo' && getCurrentPages().length > 9) {
19
18
  wx.redirectTo({ url: url });
20
19
  }
21
20
  else {
@@ -33,8 +33,7 @@ exports.touch = Behavior({
33
33
  this.deltaY = touch.clientY - this.startY;
34
34
  this.offsetX = Math.abs(this.deltaX);
35
35
  this.offsetY = Math.abs(this.deltaY);
36
- this.direction =
37
- this.direction || getDirection(this.offsetX, this.offsetY);
36
+ this.direction = this.direction || getDirection(this.offsetX, this.offsetY);
38
37
  },
39
38
  },
40
39
  });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var Plus_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/Plus"));
7
+ var House_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/House"));
8
+ var component_1 = require("../../common/component");
9
+ (0, component_1.SmartComponent)({
10
+ data: {
11
+ iconPlus: Plus_1.default,
12
+ iconHouse: House_1.default,
13
+ },
14
+ methods: {
15
+ onClickLeft: function () {
16
+ wx.showToast({ title: I18n.t('clickToReturn'), icon: 'none' });
17
+ },
18
+ onClickLeftIcon: function () {
19
+ wx.showToast({ title: I18n.t('clickToLeftIcon'), icon: 'none' });
20
+ },
21
+ onClickLeftText: function () {
22
+ wx.showToast({ title: I18n.t('clickToLeftText'), icon: 'none' });
23
+ },
24
+ onClickTitle: function () {
25
+ wx.showToast({ title: I18n.t('clickToTitle'), icon: 'none' });
26
+ },
27
+ onClickRight: function () {
28
+ wx.showToast({ title: I18n.t('clickToRight'), icon: 'none' });
29
+ },
30
+ },
31
+ });
@@ -1 +1 @@
1
- @import '../common/index.css';.smart-nav-bar{background-color:var(--nav-bar-background-color,var(--app-B2,#fff));box-sizing:initial;height:var(--nav-bar-height,46px);line-height:var(--nav-bar-height,46px);position:relative;text-align:center;-webkit-user-select:none;user-select:none}.smart-nav-bar__content{height:100%;position:relative}.smart-nav-bar__text{color:var(--nav-bar-text-color,var(--app-B2-N1,#000));display:inline-block;margin:0 calc(var(--padding-md, 16px)*-1);padding:0 var(--padding-md,16px);vertical-align:middle}.smart-nav-bar__text--hover{background-color:#f2f3f5}.smart-nav-bar__text--home{color:var(--nav-bar-home-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-home-font-size,22px);font-weight:var(--nav-bar-home-font-weight,600)}.smart-nav-bar__text--title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600)}.smart-nav-bar__arrow{vertical-align:middle}.smart-nav-bar__arrow>view{background:var(--nav-bar-arrow-color,var(--app-B2-N1,#000))}.smart-nav-bar__arrow+.smart-nav-bar__text{margin-left:-20px;padding-left:25px}.smart-nav-bar__icon-wrap{align-items:center;display:flex;height:var(--nav-bar-icon-size,32px);justify-content:center;margin:var(--nav-bar-icon-margin,0);width:var(--nav-bar-icon-size,32px)}.smart-nav-bar__icon-wrap>view{background:var(--nav-bar-icon-color,var(--app-B2-N1,#000))}.smart-nav-bar--fixed{left:0;position:fixed;top:0;width:100%}.smart-nav-bar__title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600);margin:0 auto;max-width:60%}.smart-nav-bar__left,.smart-nav-bar__right{align-items:center;bottom:0;display:flex;font-size:var(--font-size-md,14px);position:absolute;top:0}.smart-nav-bar__left{left:var(--padding-md,16px)}.smart-nav-bar__right{right:var(--padding-md,16px)}
1
+ @import '../common/index.css';.smart-nav-bar{background-color:var(--nav-bar-background-color,var(--app-B2,#fff));box-sizing:initial;height:var(--nav-bar-height,46px);line-height:var(--nav-bar-height,46px);position:relative;text-align:center;-webkit-user-select:none;user-select:none}.smart-nav-bar__content{height:100%;position:relative}.smart-nav-bar__text{color:var(--nav-bar-text-color,var(--app-B2-N1,#000));display:inline-block;margin:0 calc(var(--padding-md, 16px)*-1);padding:0 var(--padding-md,16px);vertical-align:middle}.smart-nav-bar__text--hover{background-color:#f2f3f5}.smart-nav-bar__text--home{color:var(--nav-bar-home-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-home-font-size,22px);font-weight:var(--nav-bar-home-font-weight,600)}.smart-nav-bar__text--title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600)}.smart-nav-bar__arrow{vertical-align:middle}.smart-nav-bar__arrow>view{background:var(--nav-bar-arrow-color,var(--app-B2-N1,#000))}.smart-nav-bar__icon-wrap{align-items:center;display:flex;height:var(--nav-bar-icon-size,32px);justify-content:center;margin:var(--nav-bar-icon-margin,0);width:var(--nav-bar-icon-size,32px)}.smart-nav-bar__icon>view{background:var(--nav-bar-icon-color,var(--app-B2-N1,#000))}.smart-nav-bar--fixed{left:0;position:fixed;top:0;width:100%}.smart-nav-bar__title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600);margin:0 auto;max-width:60%}.smart-nav-bar__left,.smart-nav-bar__right{align-items:center;bottom:0;display:flex;font-size:var(--font-size-md,14px);position:absolute;top:0}.smart-nav-bar__left{left:var(--padding-md,16px)}.smart-nav-bar__right{right:var(--padding-md,16px)}
@@ -23,7 +23,7 @@
23
23
  class="smart-nav-bar__icon-wrap"
24
24
  catch:tap="onClickLeftIcon"
25
25
  >
26
- <smart-icon class="left-icon-class" size="{{ leftIconSize }}" name="{{ leftIcon }}" />
26
+ <smart-icon class="left-icon-class" custom-class="smart-nav-bar__icon" size="{{ leftIconSize }}" name="{{ leftIcon }}" />
27
27
  </view>
28
28
  <view
29
29
  wx:if="{{ leftText }}"
@@ -1 +1 @@
1
- @import '../common/index.wxss';.smart-nav-bar{background-color:var(--nav-bar-background-color,var(--app-B2,#fff));box-sizing:initial;height:var(--nav-bar-height,46px);line-height:var(--nav-bar-height,46px);position:relative;text-align:center;-webkit-user-select:none;user-select:none}.smart-nav-bar__content{height:100%;position:relative}.smart-nav-bar__text{color:var(--nav-bar-text-color,var(--app-B2-N1,#000));display:inline-block;margin:0 calc(var(--padding-md, 16px)*-1);padding:0 var(--padding-md,16px);vertical-align:middle}.smart-nav-bar__text--hover{background-color:#f2f3f5}.smart-nav-bar__text--home{color:var(--nav-bar-home-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-home-font-size,22px);font-weight:var(--nav-bar-home-font-weight,600)}.smart-nav-bar__text--title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600)}.smart-nav-bar__arrow{vertical-align:middle}.smart-nav-bar__arrow>view{background:var(--nav-bar-arrow-color,var(--app-B2-N1,#000))}.smart-nav-bar__arrow+.smart-nav-bar__text{margin-left:-20px;padding-left:25px}.smart-nav-bar__icon-wrap{align-items:center;display:flex;height:var(--nav-bar-icon-size,32px);justify-content:center;margin:var(--nav-bar-icon-margin,0);width:var(--nav-bar-icon-size,32px)}.smart-nav-bar__icon-wrap>view{background:var(--nav-bar-icon-color,var(--app-B2-N1,#000))}.smart-nav-bar--fixed{left:0;position:fixed;top:0;width:100%}.smart-nav-bar__title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600);margin:0 auto;max-width:60%}.smart-nav-bar__left,.smart-nav-bar__right{align-items:center;bottom:0;display:flex;font-size:var(--font-size-md,14px);position:absolute;top:0}.smart-nav-bar__left{left:var(--padding-md,16px)}.smart-nav-bar__right{right:var(--padding-md,16px)}
1
+ @import '../common/index.wxss';.smart-nav-bar{background-color:var(--nav-bar-background-color,var(--app-B2,#fff));box-sizing:initial;height:var(--nav-bar-height,46px);line-height:var(--nav-bar-height,46px);position:relative;text-align:center;-webkit-user-select:none;user-select:none}.smart-nav-bar__content{height:100%;position:relative}.smart-nav-bar__text{color:var(--nav-bar-text-color,var(--app-B2-N1,#000));display:inline-block;margin:0 calc(var(--padding-md, 16px)*-1);padding:0 var(--padding-md,16px);vertical-align:middle}.smart-nav-bar__text--hover{background-color:#f2f3f5}.smart-nav-bar__text--home{color:var(--nav-bar-home-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-home-font-size,22px);font-weight:var(--nav-bar-home-font-weight,600)}.smart-nav-bar__text--title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600)}.smart-nav-bar__arrow{vertical-align:middle}.smart-nav-bar__arrow>view{background:var(--nav-bar-arrow-color,var(--app-B2-N1,#000))}.smart-nav-bar__icon-wrap{align-items:center;display:flex;height:var(--nav-bar-icon-size,32px);justify-content:center;margin:var(--nav-bar-icon-margin,0);width:var(--nav-bar-icon-size,32px)}.smart-nav-bar__icon>view{background:var(--nav-bar-icon-color,var(--app-B2-N1,#000))}.smart-nav-bar--fixed{left:0;position:fixed;top:0;width:100%}.smart-nav-bar__title{color:var(--nav-bar-title-text-color,var(--app-B2-N1,#000));font-size:var(--nav-bar-title-font-size,16px);font-weight:var(--nav-bar-title-font-weight,600);margin:0 auto;max-width:60%}.smart-nav-bar__left,.smart-nav-bar__right{align-items:center;bottom:0;display:flex;font-size:var(--font-size-md,14px);position:absolute;top:0}.smart-nav-bar__left{left:var(--padding-md,16px)}.smart-nav-bar__right{right:var(--padding-md,16px)}
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ var component_1 = require("../../common/component");
4
+ (0, component_1.SmartComponent)({
5
+ data: {
6
+ currentValue: 50,
7
+ range: [10, 40],
8
+ },
9
+ methods: {
10
+ onChange: function (event) {
11
+ this.setData({
12
+ currentValue: event.detail.value,
13
+ });
14
+ },
15
+ onRangeChange: function (event) {
16
+ this.setData({
17
+ range: event.detail,
18
+ });
19
+ },
20
+ },
21
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ var component_1 = require("../../common/component");
7
+ var Warning_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/Warning"));
8
+ var SpeakerWaveLoud_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/SpeakerWaveLoud"));
9
+ (0, component_1.SmartComponent)({
10
+ data: {
11
+ Warning: Warning_1.default,
12
+ SpeakerWaveLoud: SpeakerWaveLoud_1.default,
13
+ text: I18n.t('noticebartip'),
14
+ shortText: I18n.t('noticebartip2'),
15
+ },
16
+ });
@@ -1 +1 @@
1
- @import '../common/index.css';.smart-notice-bar{--notice-bar-info-color:#1989fa;--notice-bar-warning-color:#ffa000;--notice-bar-error-color:#f04c4c;--notice-bar-right-icon-color:rgba(0,0,0,.2);align-items:center;background-color:var(--notice-bar-background-color,rgba(25,137,250,.1));color:var(--notice-bar-text-color,var(--app-B6-N3,rgba(0,0,0,.5)));display:flex;font-size:var(--notice-bar-font-size,12px);height:var(--notice-bar-height,40px);line-height:var(--notice-bar-line-height,14px);padding:var(--notice-bar-padding,0 16px)}.smart-notice-bar--warning{background-color:var(--notice-bar-background-warning-color,rgba(255,160,0,.1))}.smart-notice-bar--error{background-color:var(--notice-bar-background-error-color,rgba(240,76,76,.1))}.smart-notice-bar--hover{opacity:.6}.smart-notice-bar--wrapable{height:auto;padding:var(--notice-bar-wrapable-padding,8px 16px)}.smart-notice-bar--wrapable .smart-notice-bar__wrap{height:auto}.smart-notice-bar--wrapable .smart-notice-bar__content{position:relative;white-space:normal}.smart-notice-bar__left-icon{align-items:center;display:flex;font-size:var(--notice-bar-icon-size,16px);margin-right:var(--notice-bar-left-icon-margin-right,8px);vertical-align:middle}.smart-notice-bar__right-icon{font-size:var(--notice-bar-icon-size,16px);margin-left:var(--notice-bar-right-icon-margin-left,8px)}.smart-notice-bar__wrap{flex:1;height:var(--notice-bar-line-height,14px);overflow:hidden;position:relative}.smart-notice-bar__content{position:absolute;white-space:nowrap}.smart-notice-bar__content.smart-ellipsis{max-width:100%}.smart-notice-bar__content__btn{color:#1989fa;display:inline-block}
1
+ @import '../common/index.css';.smart-notice-bar{--notice-bar-info-color:#1989fa;--notice-bar-warning-color:#ffa000;--notice-bar-error-color:#f04c4c;--notice-bar-right-icon-color:rgba(0,0,0,.2);align-items:center;background-color:var(--notice-bar-background-color,rgba(25,137,250,.1));color:var(--notice-bar-text-color,var(--app-B6-N3,rgba(0,0,0,.5)));display:flex;font-size:var(--notice-bar-font-size,12px);height:var(--notice-bar-height,40px);line-height:var(--notice-bar-line-height,14px);padding:var(--notice-bar-padding,0 16px)}.smart-notice-bar--warning{background-color:var(--notice-bar-background-warning-color,rgba(255,160,0,.1))}.smart-notice-bar--error{background-color:var(--notice-bar-background-error-color,rgba(240,76,76,.1))}.smart-notice-bar--hover{opacity:.6}.smart-notice-bar--wrapable{height:auto;padding:var(--notice-bar-wrapable-padding,8px 16px)}.smart-notice-bar--wrapable .smart-notice-bar__wrap{height:auto}.smart-notice-bar--wrapable .smart-notice-bar__content{position:relative;white-space:normal}.smart-notice-bar__left-icon{align-items:center;display:flex;font-size:var(--notice-bar-icon-size,16px);margin-right:var(--notice-bar-left-icon-margin-right,8px);vertical-align:middle}.smart-notice-bar__right-icon{font-size:var(--notice-bar-icon-size,16px);margin-left:var(--notice-bar-right-icon-margin-left,8px)}.smart-notice-bar__wrap{flex:1;height:var(--notice-bar-line-height,14px);overflow:hidden;position:relative}.smart-notice-bar__content{position:absolute;white-space:nowrap}.smart-notice-bar__content.smart-ellipsis{max-width:100%}.smart-notice-bar__content__btn{color:var(--notice-bar-btn-color,var(--app-M4,#1989fa));display:inline-block}
@@ -30,7 +30,7 @@ var Right_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/Right"));
30
30
  },
31
31
  type: {
32
32
  type: String,
33
- value: 'info'
33
+ value: 'info',
34
34
  },
35
35
  url: {
36
36
  type: String,
@@ -144,10 +144,7 @@ var Right_1 = __importDefault(require("@tuya-miniapp/icons/dist/svg/Right"));
144
144
  });
145
145
  (0, utils_1.requestAnimationFrame)(function () {
146
146
  _this.setData({
147
- animationData: _this.animation
148
- .translateX(-_this.contentWidth)
149
- .step()
150
- .export(),
147
+ animationData: _this.animation.translateX(-_this.contentWidth).step().export(),
151
148
  });
152
149
  });
153
150
  this.timer = setTimeout(function () {
@@ -3,11 +3,7 @@
3
3
 
4
4
  <view
5
5
  wx:if="{{ show }}"
6
- class="custom-class {{ utils.bem('notice-bar', {
7
- wrapable,
8
- warning: type === 'warning',
9
- error: type === 'error'
10
- }) }}"
6
+ class="custom-class {{ utils.bem('notice-bar', { wrapable, warning: type === 'warning', error: type === 'error' }) }}"
11
7
  hover-class="{{ mode === 'link' ? 'smart-notice-bar--hover' : ''}} {{ customHoverClass }}"
12
8
  style="{{ computed.rootStyle([{ color, background }, customStyle]) }}"
13
9
  bind:tap="onClick"
@@ -1 +1 @@
1
- @import '../common/index.wxss';.smart-notice-bar{--notice-bar-info-color:#1989fa;--notice-bar-warning-color:#ffa000;--notice-bar-error-color:#f04c4c;--notice-bar-right-icon-color:rgba(0,0,0,.2);align-items:center;background-color:var(--notice-bar-background-color,rgba(25,137,250,.1));color:var(--notice-bar-text-color,var(--app-B6-N3,rgba(0,0,0,.5)));display:flex;font-size:var(--notice-bar-font-size,12px);height:var(--notice-bar-height,40px);line-height:var(--notice-bar-line-height,14px);padding:var(--notice-bar-padding,0 16px)}.smart-notice-bar--warning{background-color:var(--notice-bar-background-warning-color,rgba(255,160,0,.1))}.smart-notice-bar--error{background-color:var(--notice-bar-background-error-color,rgba(240,76,76,.1))}.smart-notice-bar--hover{opacity:.6}.smart-notice-bar--wrapable{height:auto;padding:var(--notice-bar-wrapable-padding,8px 16px)}.smart-notice-bar--wrapable .smart-notice-bar__wrap{height:auto}.smart-notice-bar--wrapable .smart-notice-bar__content{position:relative;white-space:normal}.smart-notice-bar__left-icon{align-items:center;display:flex;font-size:var(--notice-bar-icon-size,16px);margin-right:var(--notice-bar-left-icon-margin-right,8px);vertical-align:middle}.smart-notice-bar__right-icon{font-size:var(--notice-bar-icon-size,16px);margin-left:var(--notice-bar-right-icon-margin-left,8px)}.smart-notice-bar__wrap{flex:1;height:var(--notice-bar-line-height,14px);overflow:hidden;position:relative}.smart-notice-bar__content{position:absolute;white-space:nowrap}.smart-notice-bar__content.smart-ellipsis{max-width:100%}.smart-notice-bar__content__btn{color:#1989fa;display:inline-block}
1
+ @import '../common/index.wxss';.smart-notice-bar{--notice-bar-info-color:#1989fa;--notice-bar-warning-color:#ffa000;--notice-bar-error-color:#f04c4c;--notice-bar-right-icon-color:rgba(0,0,0,.2);align-items:center;background-color:var(--notice-bar-background-color,rgba(25,137,250,.1));color:var(--notice-bar-text-color,var(--app-B6-N3,rgba(0,0,0,.5)));display:flex;font-size:var(--notice-bar-font-size,12px);height:var(--notice-bar-height,40px);line-height:var(--notice-bar-line-height,14px);padding:var(--notice-bar-padding,0 16px)}.smart-notice-bar--warning{background-color:var(--notice-bar-background-warning-color,rgba(255,160,0,.1))}.smart-notice-bar--error{background-color:var(--notice-bar-background-error-color,rgba(240,76,76,.1))}.smart-notice-bar--hover{opacity:.6}.smart-notice-bar--wrapable{height:auto;padding:var(--notice-bar-wrapable-padding,8px 16px)}.smart-notice-bar--wrapable .smart-notice-bar__wrap{height:auto}.smart-notice-bar--wrapable .smart-notice-bar__content{position:relative;white-space:normal}.smart-notice-bar__left-icon{align-items:center;display:flex;font-size:var(--notice-bar-icon-size,16px);margin-right:var(--notice-bar-left-icon-margin-right,8px);vertical-align:middle}.smart-notice-bar__right-icon{font-size:var(--notice-bar-icon-size,16px);margin-left:var(--notice-bar-right-icon-margin-left,8px)}.smart-notice-bar__wrap{flex:1;height:var(--notice-bar-line-height,14px);overflow:hidden;position:relative}.smart-notice-bar__content{position:absolute;white-space:nowrap}.smart-notice-bar__content.smart-ellipsis{max-width:100%}.smart-notice-bar__content__btn{color:var(--notice-bar-btn-color,var(--app-M4,#1989fa));display:inline-block}
@@ -0,0 +1 @@
1
+ export {};