@10yun/cv-mobile-ui 0.5.53 → 0.5.55

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 (1020) hide show
  1. package/build/parse-create.js +17 -5
  2. package/build/parse-pages-pkg.js +14 -5
  3. package/js-sdk/Sansnn-uQRCode/uqrcode.js +150 -75
  4. package/js-sdk/clipboard.min.js +9 -0
  5. package/js-sdk/gprint/encoding-indexes.js +47 -0
  6. package/js-sdk/gprint/encoding.js +3312 -0
  7. package/js-sdk/gprint/esc.js +548 -0
  8. package/js-sdk/gprint/tsc.js +222 -0
  9. package/js-sdk/ican-H5Api/ican-H5Api.js +68 -666
  10. package/other/api-set-tabbar.nvue +0 -3
  11. package/other/lime-painter/changelog.md +225 -0
  12. package/other/lime-painter/components/common/relation.js +150 -0
  13. package/other/lime-painter/components/l-painter/l-painter.vue +482 -0
  14. package/other/lime-painter/components/l-painter/nvue.js +203 -0
  15. package/other/lime-painter/components/l-painter/painter.js +1 -0
  16. package/other/lime-painter/components/l-painter/props.js +56 -0
  17. package/other/lime-painter/components/l-painter/single.js +1 -0
  18. package/other/lime-painter/components/l-painter/utils.js +382 -0
  19. package/other/lime-painter/components/l-painter-image/l-painter-image.vue +23 -0
  20. package/other/lime-painter/components/l-painter-qrcode/l-painter-qrcode.vue +22 -0
  21. package/other/lime-painter/components/l-painter-text/l-painter-text.vue +32 -0
  22. package/other/lime-painter/components/l-painter-view/l-painter-view.vue +28 -0
  23. package/other/lime-painter/components/lime-painter/lime-painter.vue +259 -0
  24. package/other/lime-painter/hybrid/html/index.html +117 -0
  25. package/other/lime-painter/hybrid/html/painter.js +1 -0
  26. package/other/lime-painter/hybrid/html/uni.webview.1.5.3.js +1 -0
  27. package/other/lime-painter/package.json +93 -0
  28. package/other/lime-painter/parser.js +388 -0
  29. package/other/lime-painter/readme.md +961 -0
  30. package/other/lime-painter2/README2.md +576 -0
  31. package/other/lime-painter2/changelog.md +225 -0
  32. package/other/lime-painter2/components/lime-painter/canvas.js +57 -0
  33. package/other/lime-painter2/components/lime-painter/draw.js +654 -0
  34. package/other/lime-painter2/components/lime-painter/draw2.js +709 -0
  35. package/other/lime-painter2/components/lime-painter/gradient.js +119 -0
  36. package/other/lime-painter2/components/lime-painter/index.vue +344 -0
  37. package/other/lime-painter2/components/lime-painter/index2.vue +197 -0
  38. package/other/lime-painter2/components/lime-painter/layout.js +374 -0
  39. package/other/lime-painter2/components/lime-painter/utils.js +420 -0
  40. package/other/lime-painter2/package.json +93 -0
  41. package/other/lime-painter2/readme.md +758 -0
  42. package/other/lime-painter2/test.md +45 -0
  43. package/other/mpvue-echarts/src/echarts.vue +116 -103
  44. package/other/mpvue-echarts/src/style.css +0 -6
  45. package/other/product.vue +45 -1
  46. package/other/qiun-data-charts/qiun-data-charts.vue +1618 -0
  47. package/other/u-parse-2019/components/wxParseAudio.vue +29 -0
  48. package/other/u-parse-2019/components/wxParseImg.vue +87 -0
  49. package/other/u-parse-2019/components/wxParseTemplate0.vue +105 -0
  50. package/other/u-parse-2019/components/wxParseTemplate1.vue +96 -0
  51. package/other/u-parse-2019/components/wxParseTemplate10.vue +95 -0
  52. package/other/u-parse-2019/components/wxParseTemplate11.vue +84 -0
  53. package/other/u-parse-2019/components/wxParseTemplate2.vue +95 -0
  54. package/other/u-parse-2019/components/wxParseTemplate3.vue +95 -0
  55. package/other/u-parse-2019/components/wxParseTemplate4.vue +95 -0
  56. package/other/u-parse-2019/components/wxParseTemplate5.vue +95 -0
  57. package/other/u-parse-2019/components/wxParseTemplate6.vue +95 -0
  58. package/other/u-parse-2019/components/wxParseTemplate7.vue +95 -0
  59. package/other/u-parse-2019/components/wxParseTemplate8.vue +95 -0
  60. package/other/u-parse-2019/components/wxParseTemplate9.vue +95 -0
  61. package/other/u-parse-2019/components/wxParseVideo.vue +15 -0
  62. package/other/u-parse-2019/libs/html2json.js +258 -0
  63. package/other/u-parse-2019/libs/htmlparser.js +163 -0
  64. package/other/u-parse-2019/libs/wxDiscode.js +195 -0
  65. package/other/u-parse-2019/readme.md +99 -0
  66. package/other/u-parse-2019/u-parse.css +240 -0
  67. package/other/u-parse-2019/u-parse.vue +114 -0
  68. package/other/u-parse2026/components/wxParseAudio.vue +29 -0
  69. package/other/u-parse2026/components/wxParseImg.vue +90 -0
  70. package/other/u-parse2026/components/wxParseTable.vue +51 -0
  71. package/other/u-parse2026/components/wxParseTemplate0.vue +93 -0
  72. package/other/u-parse2026/components/wxParseTemplate1.vue +92 -0
  73. package/other/u-parse2026/components/wxParseTemplate10.vue +82 -0
  74. package/other/u-parse2026/components/wxParseTemplate11.vue +79 -0
  75. package/other/u-parse2026/components/wxParseTemplate2.vue +92 -0
  76. package/other/u-parse2026/components/wxParseTemplate3.vue +92 -0
  77. package/other/u-parse2026/components/wxParseTemplate4.vue +92 -0
  78. package/other/u-parse2026/components/wxParseTemplate5.vue +92 -0
  79. package/other/u-parse2026/components/wxParseTemplate6.vue +92 -0
  80. package/other/u-parse2026/components/wxParseTemplate7.vue +92 -0
  81. package/other/u-parse2026/components/wxParseTemplate8.vue +92 -0
  82. package/other/u-parse2026/components/wxParseTemplate9.vue +82 -0
  83. package/other/u-parse2026/components/wxParseVideo.vue +15 -0
  84. package/other/u-parse2026/libs/html2json.js +258 -0
  85. package/other/u-parse2026/libs/htmlparser.js +163 -0
  86. package/other/u-parse2026/libs/wxDiscode.js +195 -0
  87. package/other/u-parse2026/readme.md +99 -0
  88. package/other/u-parse2026/u-parse.css +283 -0
  89. package/other/u-parse2026/u-parse.vue +114 -0
  90. package/other/uParse/components/wxParseVideo.vue +2 -1
  91. package/other/xt-parse/changelog.md +41 -0
  92. package/other/xt-parse/node/node.vue +752 -0
  93. package/other/xt-parse/package.json +129 -0
  94. package/other/xt-parse/parser.js +1461 -0
  95. package/other/xt-parse/props.js +49 -0
  96. package/other/xt-parse/readme.md +145 -0
  97. package/other/xt-parse/static/app-plus/u-parse/js/handler.js +1 -0
  98. package/other/xt-parse/static/app-plus/u-parse/js/handler2.js +224 -0
  99. package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min.js +1 -0
  100. package/other/xt-parse/static/app-plus/u-parse/js/uni.webview.min2.js +186 -0
  101. package/other/xt-parse/static/app-plus/u-parse/local.html +37 -0
  102. package/other/xt-parse/u-parse.vue +510 -0
  103. package/other/z-paging/changelog.md +52 -0
  104. package/other/z-paging/components/z-paging/components/z-paging-load-more.vue +182 -0
  105. package/other/z-paging/components/z-paging/components/z-paging-refresh.vue +214 -0
  106. package/other/z-paging/components/z-paging/config/index.js +3 -0
  107. package/other/z-paging/components/z-paging/css/z-paging-main.css +241 -0
  108. package/other/z-paging/components/z-paging/css/z-paging-static.css +50 -0
  109. package/other/z-paging/components/z-paging/i18n/en.json +23 -0
  110. package/other/z-paging/components/z-paging/i18n/index.js +8 -0
  111. package/other/z-paging/components/z-paging/i18n/zh-Hans.json +23 -0
  112. package/other/z-paging/components/z-paging/i18n/zh-Hant.json +23 -0
  113. package/other/z-paging/components/z-paging/js/hooks/useZPaging.js +25 -0
  114. package/other/z-paging/components/z-paging/js/hooks/useZPagingComp.js +25 -0
  115. package/other/z-paging/components/z-paging/js/modules/back-to-top.js +125 -0
  116. package/other/z-paging/components/z-paging/js/modules/chat-record-mode.js +149 -0
  117. package/other/z-paging/components/z-paging/js/modules/common-layout.js +152 -0
  118. package/other/z-paging/components/z-paging/js/modules/data-handle.js +736 -0
  119. package/other/z-paging/components/z-paging/js/modules/empty.js +144 -0
  120. package/other/z-paging/components/z-paging/js/modules/i18n.js +113 -0
  121. package/other/z-paging/components/z-paging/js/modules/load-more.js +374 -0
  122. package/other/z-paging/components/z-paging/js/modules/loading.js +95 -0
  123. package/other/z-paging/components/z-paging/js/modules/nvue.js +268 -0
  124. package/other/z-paging/components/z-paging/js/modules/refresher.js +831 -0
  125. package/other/z-paging/components/z-paging/js/modules/scroller.js +550 -0
  126. package/other/z-paging/components/z-paging/js/modules/virtual-list.js +555 -0
  127. package/other/z-paging/components/z-paging/js/z-paging-constant.js +19 -0
  128. package/other/z-paging/components/z-paging/js/z-paging-enum.js +45 -0
  129. package/other/z-paging/components/z-paging/js/z-paging-interceptor.js +97 -0
  130. package/other/z-paging/components/z-paging/js/z-paging-main.js +515 -0
  131. package/other/z-paging/components/z-paging/js/z-paging-mixin.js +22 -0
  132. package/other/z-paging/components/z-paging/js/z-paging-static.js +13 -0
  133. package/other/z-paging/components/z-paging/js/z-paging-utils.js +302 -0
  134. package/other/z-paging/components/z-paging/wxs/z-paging-renderjs.js +67 -0
  135. package/other/z-paging/components/z-paging/wxs/z-paging-wxs.wxs +382 -0
  136. package/other/z-paging/components/z-paging/z-paging.vue +538 -0
  137. package/other/z-paging/components/z-paging-cell/z-paging-cell.vue +47 -0
  138. package/other/z-paging/components/z-paging-empty-view/z-paging-empty-view.vue +209 -0
  139. package/other/z-paging/components/z-paging-swiper/z-paging-swiper.vue +176 -0
  140. package/other/z-paging/components/z-paging-swiper-item/z-paging-swiper-item.vue +171 -0
  141. package/other/z-paging/package.json +89 -0
  142. package/other/z-paging/readme.md +57 -0
  143. package/other/z-paging/types/comps/_common.d.ts +9 -0
  144. package/other/z-paging/types/comps/z-paging-cell.d.ts +29 -0
  145. package/other/z-paging/types/comps/z-paging-empty-view.d.ts +95 -0
  146. package/other/z-paging/types/comps/z-paging-swiper-item.d.ts +95 -0
  147. package/other/z-paging/types/comps/z-paging-swiper.d.ts +89 -0
  148. package/other/z-paging/types/comps/z-paging.d.ts +2083 -0
  149. package/other/z-paging/types/comps.d.ts +11 -0
  150. package/other/z-paging/types/index.d.ts +24 -0
  151. package/package.json +7 -7
  152. package/plugins/tui-validation.js +279 -0
  153. package/plugins/uni-async.js +28 -0
  154. package/ui-cv/components/cv-draw-gesture-lock/cv-draw-gesture-lock.vue +39 -1
  155. package/ui-cv/components/cv-draw-qrcode/cv-draw-qrcode.vue +18 -14
  156. package/ui-cv/components/cv-geo-region/mpvueCityPicker.vue +77 -1
  157. package/ui-cv/components/cv-lists-base/cv-lists-base.vue +2 -2
  158. package/ui-cv/components/cv-tab-lists/cv-tab-lists.vue +2 -2
  159. package/ui-fireui/components/u-icon/u-icon.vue +63 -1
  160. package/ui-sdks/qiun-data-charts/changelog.md +320 -0
  161. package/ui-sdks/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +1618 -0
  162. package/ui-sdks/qiun-data-charts/components/qiun-error/qiun-error.vue +46 -0
  163. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading1.vue +162 -0
  164. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading2.vue +170 -0
  165. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading3.vue +173 -0
  166. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading4.vue +222 -0
  167. package/ui-sdks/qiun-data-charts/components/qiun-loading/loading5.vue +229 -0
  168. package/ui-sdks/qiun-data-charts/components/qiun-loading/qiun-loading.vue +36 -0
  169. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-echarts.js +422 -0
  170. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +606 -0
  171. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/readme.md +5 -0
  172. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.js +7706 -0
  173. package/ui-sdks/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +18 -0
  174. package/ui-sdks/qiun-data-charts/license.md +201 -0
  175. package/ui-sdks/qiun-data-charts/package.json +80 -0
  176. package/ui-sdks/qiun-data-charts/readme.md +84 -0
  177. package/ui-sdks/qiun-data-charts/static/app-plus/echarts.min.js +23 -0
  178. package/ui-sdks/qiun-data-charts/static/h5/echarts.min.js +23 -0
  179. package/ui-sdks/tui-clipboard/tui-clipboard.js +53 -0
  180. package/uni-ui/lib/uni-badge/changelog.md +33 -0
  181. package/uni-ui/lib/uni-badge/package.json +107 -0
  182. package/uni-ui/lib/uni-badge/readme.md +8 -0
  183. package/uni-ui/lib/uni-badge/uni-badge.vue +87 -4
  184. package/uni-ui/lib/uni-breadcrumb/changelog.md +6 -0
  185. package/uni-ui/lib/uni-breadcrumb/package.json +104 -0
  186. package/uni-ui/lib/uni-breadcrumb/readme.md +66 -0
  187. package/uni-ui/lib/uni-breadcrumb/uni-breadcrumb.vue +8 -1
  188. package/uni-ui/lib/uni-breadcrumb-item/uni-breadcrumb-item.vue +38 -1
  189. package/uni-ui/lib/uni-calendar/calendar.js +0 -2
  190. package/uni-ui/lib/uni-calendar/changelog.md +30 -0
  191. package/uni-ui/lib/uni-calendar/package.json +105 -0
  192. package/uni-ui/lib/uni-calendar/readme.md +103 -0
  193. package/uni-ui/lib/uni-calendar/uni-calendar-item.vue +83 -1
  194. package/uni-ui/lib/uni-calendar/uni-calendar.vue +206 -8
  195. package/uni-ui/lib/uni-calendar/util.js +1 -1
  196. package/uni-ui/lib/uni-card/changelog.md +26 -0
  197. package/uni-ui/lib/uni-card/package.json +107 -0
  198. package/uni-ui/lib/uni-card/readme.md +10 -0
  199. package/uni-ui/lib/uni-card/uni-card.vue +127 -4
  200. package/uni-ui/lib/uni-col/uni-col.vue +2155 -2
  201. package/uni-ui/lib/uni-collapse/changelog.md +48 -0
  202. package/uni-ui/lib/uni-collapse/package.json +106 -0
  203. package/uni-ui/lib/uni-collapse/readme.md +11 -0
  204. package/uni-ui/lib/uni-collapse/uni-collapse.vue +13 -1
  205. package/uni-ui/lib/uni-collapse-item/uni-collapse-item.vue +127 -2
  206. package/uni-ui/lib/uni-combox/changelog.md +17 -0
  207. package/uni-ui/lib/uni-combox/package.json +107 -0
  208. package/uni-ui/lib/uni-combox/readme.md +10 -0
  209. package/uni-ui/lib/uni-combox/uni-combox.vue +145 -19
  210. package/uni-ui/lib/uni-countdown/changelog.md +30 -0
  211. package/uni-ui/lib/uni-countdown/package.json +105 -0
  212. package/uni-ui/lib/uni-countdown/readme.md +9 -0
  213. package/uni-ui/lib/uni-countdown/uni-countdown.vue +43 -16
  214. package/uni-ui/lib/uni-data-checkbox/changelog.md +51 -0
  215. package/uni-ui/lib/uni-data-checkbox/package.json +107 -0
  216. package/uni-ui/lib/uni-data-checkbox/readme.md +17 -0
  217. package/uni-ui/lib/uni-data-checkbox/uni-data-checkbox.vue +326 -5
  218. package/uni-ui/lib/uni-data-picker/changelog.md +81 -0
  219. package/uni-ui/lib/uni-data-picker/package.json +109 -0
  220. package/uni-ui/lib/uni-data-picker/readme.md +21 -0
  221. package/uni-ui/lib/uni-data-picker/uni-data-picker.uvue +380 -0
  222. package/uni-ui/lib/uni-data-picker/uni-data-picker.vue +52 -4
  223. package/uni-ui/lib/uni-data-pickerview/loading.uts +1 -0
  224. package/uni-ui/lib/uni-data-pickerview/uni-data-picker.js +150 -157
  225. package/uni-ui/lib/uni-data-pickerview/uni-data-picker.uts +693 -0
  226. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.css +76 -0
  227. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.uvue +69 -0
  228. package/uni-ui/lib/uni-data-pickerview/uni-data-pickerview.vue +163 -1
  229. package/uni-ui/lib/uni-data-select/changelog.md +51 -0
  230. package/uni-ui/lib/uni-data-select/package.json +106 -0
  231. package/uni-ui/lib/uni-data-select/readme.md +7 -0
  232. package/uni-ui/lib/uni-data-select/uni-data-select.vue +555 -45
  233. package/uni-ui/lib/uni-dateformat/changelog.md +10 -0
  234. package/uni-ui/lib/uni-dateformat/package.json +107 -0
  235. package/uni-ui/lib/uni-dateformat/readme.md +10 -0
  236. package/uni-ui/lib/uni-dateformat/uni-dateformat.vue +2 -0
  237. package/uni-ui/lib/uni-datetime-picker/calendar-item.vue +113 -1
  238. package/uni-ui/lib/uni-datetime-picker/calendar.vue +340 -20
  239. package/uni-ui/lib/uni-datetime-picker/changelog.md +177 -0
  240. package/uni-ui/lib/uni-datetime-picker/keypress.js +45 -0
  241. package/uni-ui/lib/uni-datetime-picker/package.json +107 -0
  242. package/uni-ui/lib/uni-datetime-picker/readme.md +20 -0
  243. package/uni-ui/lib/uni-datetime-picker/time-picker.vue +200 -8
  244. package/uni-ui/lib/uni-datetime-picker/uni-datetime-picker.vue +287 -9
  245. package/uni-ui/lib/uni-datetime-picker/util.js +102 -85
  246. package/uni-ui/lib/uni-drawer/changelog.md +13 -0
  247. package/uni-ui/lib/uni-drawer/package.json +106 -0
  248. package/uni-ui/lib/uni-drawer/readme.md +9 -0
  249. package/uni-ui/lib/uni-drawer/uni-drawer.vue +72 -2
  250. package/uni-ui/lib/uni-easyinput/changelog.md +121 -0
  251. package/uni-ui/lib/uni-easyinput/common.js +0 -2
  252. package/uni-ui/lib/uni-easyinput/package.json +107 -0
  253. package/uni-ui/lib/uni-easyinput/readme.md +10 -0
  254. package/uni-ui/lib/uni-easyinput/uni-easyinput.vue +247 -5
  255. package/uni-ui/lib/uni-fab/changelog.md +25 -0
  256. package/uni-ui/lib/uni-fab/package.json +107 -0
  257. package/uni-ui/lib/uni-fab/readme.md +8 -0
  258. package/uni-ui/lib/uni-fab/uni-fab.vue +255 -2
  259. package/uni-ui/lib/uni-fav/changelog.md +19 -0
  260. package/uni-ui/lib/uni-fav/package.json +106 -0
  261. package/uni-ui/lib/uni-fav/readme.md +9 -0
  262. package/uni-ui/lib/uni-fav/uni-fav.vue +45 -1
  263. package/uni-ui/lib/uni-file-picker/changelog.md +91 -0
  264. package/uni-ui/lib/uni-file-picker/choose-and-upload-file.js +67 -4
  265. package/uni-ui/lib/uni-file-picker/package.json +105 -0
  266. package/uni-ui/lib/uni-file-picker/readme.md +10 -0
  267. package/uni-ui/lib/uni-file-picker/uni-file-picker.vue +42 -22
  268. package/uni-ui/lib/uni-file-picker/upload-file.vue +152 -1
  269. package/uni-ui/lib/uni-file-picker/upload-image.vue +107 -5
  270. package/uni-ui/lib/uni-forms/changelog.md +100 -0
  271. package/uni-ui/lib/uni-forms/package.json +107 -0
  272. package/uni-ui/lib/uni-forms/readme.md +22 -0
  273. package/uni-ui/lib/uni-forms/uni-forms.vue +30 -3
  274. package/uni-ui/lib/uni-forms-item/uni-forms-item.vue +181 -6
  275. package/uni-ui/lib/uni-goods-nav/changelog.md +18 -0
  276. package/uni-ui/lib/uni-goods-nav/package.json +105 -0
  277. package/uni-ui/lib/uni-goods-nav/readme.md +9 -0
  278. package/uni-ui/lib/uni-goods-nav/uni-goods-nav.vue +124 -1
  279. package/uni-ui/lib/uni-grid/changelog.md +13 -0
  280. package/uni-ui/lib/uni-grid/package.json +106 -0
  281. package/uni-ui/lib/uni-grid/readme.md +10 -0
  282. package/uni-ui/lib/uni-grid/uni-grid.vue +36 -2
  283. package/uni-ui/lib/uni-grid-item/uni-grid-item.vue +57 -2
  284. package/uni-ui/lib/uni-group/changelog.md +16 -0
  285. package/uni-ui/lib/uni-group/package.json +106 -0
  286. package/uni-ui/lib/uni-group/readme.md +8 -0
  287. package/uni-ui/lib/uni-group/uni-group.vue +50 -1
  288. package/uni-ui/lib/uni-icons/changelog.md +22 -0
  289. package/uni-ui/lib/uni-icons/package.json +77 -8
  290. package/uni-ui/lib/uni-icons/readme.md +0 -1
  291. package/uni-ui/lib/uni-icons/uni-icons.uvue +91 -0
  292. package/uni-ui/lib/uni-icons/uni-icons.vue +37 -13
  293. package/uni-ui/lib/uni-icons/uniicons.css +32 -31
  294. package/uni-ui/lib/uni-icons/uniicons.ttf +0 -0
  295. package/uni-ui/lib/uni-icons/uniicons_file.ts +664 -0
  296. package/uni-ui/lib/uni-icons/uniicons_file_vue.js +649 -0
  297. package/uni-ui/lib/uni-indexed-list/changelog.md +19 -0
  298. package/uni-ui/lib/uni-indexed-list/package.json +107 -0
  299. package/uni-ui/lib/uni-indexed-list/readme.md +10 -0
  300. package/uni-ui/lib/uni-indexed-list/uni-indexed-list-item.vue +90 -2
  301. package/uni-ui/lib/uni-indexed-list/uni-indexed-list.vue +91 -3
  302. package/uni-ui/lib/uni-link/changelog.md +17 -0
  303. package/uni-ui/lib/uni-link/package.json +106 -0
  304. package/uni-ui/lib/uni-link/readme.md +10 -0
  305. package/uni-ui/lib/uni-link/uni-link.vue +3 -0
  306. package/uni-ui/lib/uni-list/changelog.md +52 -0
  307. package/uni-ui/lib/uni-list/package.json +108 -0
  308. package/uni-ui/lib/uni-list/readme.md +44 -0
  309. package/uni-ui/lib/uni-list/uni-list.vue +44 -1
  310. package/uni-ui/lib/uni-list/uni-refresh.vue +2 -0
  311. package/uni-ui/lib/uni-list/uni-refresh.wxs +1 -1
  312. package/uni-ui/lib/uni-list-ad/uni-list-ad.vue +33 -1
  313. package/uni-ui/lib/uni-list-chat/uni-list-chat.vue +265 -1
  314. package/uni-ui/lib/uni-list-item/uni-list-item.vue +185 -1
  315. package/uni-ui/lib/uni-load-more/changelog.md +27 -0
  316. package/uni-ui/lib/uni-load-more/package.json +105 -0
  317. package/uni-ui/lib/uni-load-more/readme.md +12 -0
  318. package/uni-ui/lib/uni-load-more/uni-load-more.vue +252 -1
  319. package/uni-ui/lib/uni-nav-bar/changelog.md +64 -0
  320. package/uni-ui/lib/uni-nav-bar/package.json +106 -0
  321. package/uni-ui/lib/uni-nav-bar/readme.md +13 -0
  322. package/uni-ui/lib/uni-nav-bar/uni-nav-bar.vue +199 -5
  323. package/uni-ui/lib/uni-nav-bar/uni-status-bar.vue +11 -1
  324. package/uni-ui/lib/uni-notice-bar/changelog.md +22 -0
  325. package/uni-ui/lib/uni-notice-bar/package.json +107 -0
  326. package/uni-ui/lib/uni-notice-bar/readme.md +11 -0
  327. package/uni-ui/lib/uni-notice-bar/uni-notice-bar.vue +136 -8
  328. package/uni-ui/lib/uni-number-box/changelog.md +39 -0
  329. package/uni-ui/lib/uni-number-box/package.json +104 -0
  330. package/uni-ui/lib/uni-number-box/readme.md +11 -0
  331. package/uni-ui/lib/uni-number-box/uni-number-box.vue +73 -4
  332. package/uni-ui/lib/uni-pagination/changelog.md +27 -0
  333. package/uni-ui/lib/uni-pagination/package.json +106 -0
  334. package/uni-ui/lib/uni-pagination/readme.md +10 -0
  335. package/uni-ui/lib/uni-pagination/uni-pagination.vue +157 -1
  336. package/uni-ui/lib/uni-popup/changelog.md +102 -0
  337. package/uni-ui/lib/uni-popup/package.json +107 -0
  338. package/uni-ui/lib/uni-popup/readme.md +15 -0
  339. package/uni-ui/lib/uni-popup/uni-popup.uvue +90 -0
  340. package/uni-ui/lib/uni-popup/uni-popup.vue +108 -15
  341. package/uni-ui/lib/uni-popup-dialog/uni-popup-dialog.vue +167 -11
  342. package/uni-ui/lib/uni-popup-message/uni-popup-message.vue +70 -1
  343. package/uni-ui/lib/uni-popup-share/uni-popup-share.vue +87 -6
  344. package/uni-ui/lib/uni-rate/changelog.md +27 -0
  345. package/uni-ui/lib/uni-rate/package.json +106 -0
  346. package/uni-ui/lib/uni-rate/readme.md +11 -0
  347. package/uni-ui/lib/uni-rate/uni-rate.vue +64 -29
  348. package/uni-ui/lib/uni-row/changelog.md +10 -0
  349. package/uni-ui/lib/uni-row/package.json +106 -0
  350. package/uni-ui/lib/uni-row/readme.md +9 -0
  351. package/uni-ui/lib/uni-row/uni-row.vue +66 -1
  352. package/uni-ui/lib/uni-row/uni-row2.vue +144 -0
  353. package/uni-ui/lib/uni-scss/package.json +56 -39
  354. package/uni-ui/lib/uni-scss/readme.md +0 -1
  355. package/uni-ui/lib/uni-search-bar/changelog.md +47 -0
  356. package/uni-ui/lib/uni-search-bar/package.json +106 -0
  357. package/uni-ui/lib/uni-search-bar/readme.md +12 -0
  358. package/uni-ui/lib/uni-search-bar/uni-search-bar.vue +85 -4
  359. package/uni-ui/lib/uni-section/changelog.md +2 -0
  360. package/uni-ui/lib/uni-section/package.json +104 -0
  361. package/uni-ui/lib/uni-section/readme.md +7 -0
  362. package/uni-ui/lib/uni-section/uni-section.vue +61 -1
  363. package/uni-ui/lib/uni-segmented-control/changelog.md +15 -0
  364. package/uni-ui/lib/uni-segmented-control/package.json +106 -0
  365. package/uni-ui/lib/uni-segmented-control/readme.md +11 -0
  366. package/uni-ui/lib/uni-segmented-control/uni-segmented-control.vue +67 -5
  367. package/uni-ui/lib/uni-status-bar/uni-status-bar.vue +3 -1
  368. package/uni-ui/lib/uni-steps/changelog.md +18 -0
  369. package/uni-ui/lib/uni-steps/package.json +106 -0
  370. package/uni-ui/lib/uni-steps/readme.md +11 -0
  371. package/uni-ui/lib/uni-steps/uni-steps.vue +201 -7
  372. package/uni-ui/lib/uni-swipe-action/changelog.md +60 -0
  373. package/uni-ui/lib/uni-swipe-action/package.json +113 -0
  374. package/uni-ui/lib/uni-swipe-action/readme.md +10 -0
  375. package/uni-ui/lib/uni-swipe-action/uni-swipe-action.vue +60 -1
  376. package/uni-ui/lib/uni-swipe-action-item/bindingx.js +286 -282
  377. package/uni-ui/lib/uni-swipe-action-item/mpwxs.js +1 -1
  378. package/uni-ui/lib/uni-swipe-action-item/render.js +21 -14
  379. package/uni-ui/lib/uni-swipe-action-item/uni-swipe-action-item.vue +139 -18
  380. package/uni-ui/lib/uni-swipe-action-item/wx.wxs +10 -2
  381. package/uni-ui/lib/uni-swiper-dot/changelog.md +12 -0
  382. package/uni-ui/lib/uni-swiper-dot/package.json +106 -0
  383. package/uni-ui/lib/uni-swiper-dot/readme.md +10 -0
  384. package/uni-ui/lib/uni-swiper-dot/uni-swiper-dot.vue +98 -2
  385. package/uni-ui/lib/uni-table/changelog.md +35 -0
  386. package/uni-ui/lib/uni-table/i18n/en.json +9 -0
  387. package/uni-ui/lib/uni-table/i18n/es.json +9 -0
  388. package/uni-ui/lib/uni-table/i18n/fr.json +9 -0
  389. package/uni-ui/lib/uni-table/i18n/index.js +12 -0
  390. package/uni-ui/lib/uni-table/i18n/zh-Hans.json +9 -0
  391. package/uni-ui/lib/uni-table/i18n/zh-Hant.json +9 -0
  392. package/uni-ui/lib/uni-table/package.json +106 -0
  393. package/uni-ui/lib/uni-table/readme.md +11 -0
  394. package/uni-ui/lib/uni-table/uni-table.vue +162 -1
  395. package/uni-ui/lib/uni-tag/changelog.md +25 -0
  396. package/uni-ui/lib/uni-tag/package.json +106 -0
  397. package/uni-ui/lib/uni-tag/readme.md +11 -0
  398. package/uni-ui/lib/uni-tag/uni-tag.vue +111 -3
  399. package/uni-ui/lib/uni-tbody/uni-tbody.vue +1 -1
  400. package/uni-ui/lib/uni-td/uni-td.vue +19 -1
  401. package/uni-ui/lib/uni-th/filter-dropdown.vue +224 -2
  402. package/uni-ui/lib/uni-th/uni-th.vue +82 -1
  403. package/uni-ui/lib/uni-thead/uni-thead.vue +53 -2
  404. package/uni-ui/lib/uni-title/changelog.md +10 -0
  405. package/uni-ui/lib/uni-title/package.json +107 -0
  406. package/uni-ui/lib/uni-title/readme.md +12 -0
  407. package/uni-ui/lib/uni-title/uni-title.vue +1 -1
  408. package/uni-ui/lib/uni-tooltip/changelog.md +16 -0
  409. package/uni-ui/lib/uni-tooltip/package.json +104 -0
  410. package/uni-ui/lib/uni-tooltip/readme.md +7 -0
  411. package/uni-ui/lib/uni-tooltip/uni-tooltip.vue +1 -1
  412. package/uni-ui/lib/uni-tr/table-checkbox.vue +85 -1
  413. package/uni-ui/lib/uni-tr/uni-tr.vue +45 -3
  414. package/uni-ui/lib/uni-transition/changelog.md +31 -0
  415. package/uni-ui/lib/uni-transition/package.json +112 -0
  416. package/uni-ui/lib/uni-transition/readme.md +10 -0
  417. package/uni-ui/lib/uni-transition/uni-transition.vue +36 -32
  418. package/uni-ui/lib/uni-ui/changelog.md +639 -0
  419. package/uni-ui/lib/uni-ui/package.json +148 -0
  420. package/uni-ui/lib/uni-ui/readme.md +247 -0
  421. package/uni-ui/lib/uni-ui/uni-ui.vue +7 -0
  422. package/uni-ui/package.json +1 -1
  423. package/uview-plus/components/u-action-sheet/u-action-sheet.vue +56 -1
  424. package/uview-plus/components/u-action-sheet-data/u-action-sheet-data.vue +10 -1
  425. package/uview-plus/components/u-agreement/u-agreement.vue +14 -3
  426. package/uview-plus/components/u-album/u-album.vue +29 -1
  427. package/uview-plus/components/u-alert/u-alert.vue +96 -1
  428. package/uview-plus/components/u-avatar/u-avatar.vue +21 -1
  429. package/uview-plus/components/u-avatar-group/u-avatar-group.vue +28 -1
  430. package/uview-plus/components/u-back-top/u-back-top.vue +16 -1
  431. package/uview-plus/components/u-badge/u-badge.vue +57 -1
  432. package/uview-plus/components/u-box/u-box.vue +101 -3
  433. package/uview-plus/components/u-button/u-button.vue +196 -3
  434. package/uview-plus/components/u-calendar/header.vue +59 -3
  435. package/uview-plus/components/u-calendar/month.vue +1 -3
  436. package/uview-plus/components/u-calendar/u-calendar.vue +3 -1
  437. package/uview-plus/components/u-calendar-wu/u-calendar-wu.vue +196 -1
  438. package/uview-plus/components/u-car-keyboard/u-car-keyboard.vue +70 -1
  439. package/uview-plus/components/u-card/u-card.vue +34 -1
  440. package/uview-plus/components/u-cascader/u-cascader.vue +16 -1
  441. package/uview-plus/components/u-cate-tab/u-cate-tab.vue +387 -3
  442. package/uview-plus/components/u-cell/u-cell.vue +113 -1
  443. package/uview-plus/components/u-cell-group/u-cell-group.vue +14 -1
  444. package/uview-plus/components/u-checkbox/u-checkbox.vue +77 -1
  445. package/uview-plus/components/u-checkbox-group/u-checkbox-group.vue +12 -1
  446. package/uview-plus/components/u-choose/u-choose.vue +15 -3
  447. package/uview-plus/components/u-circle-progress/u-circle-progress.vue +69 -1
  448. package/{ui-fireui copy/components/u-circular-progress/u-circular-progress.vue → uview-plus/components/u-circular-progress/u-circular-progress.vue} +1 -1
  449. package/uview-plus/components/u-city-locate/u-city-locate.vue +161 -1
  450. package/uview-plus/components/u-code-input/u-code-input.vue +68 -1
  451. package/uview-plus/components/u-col/u-col.vue +50 -1
  452. package/uview-plus/components/u-collapse-item/u-collapse-item.vue +10 -1
  453. package/uview-plus/components/u-color-picker/u-color-picker.vue +260 -1
  454. package/uview-plus/components/u-column-notice/u-column-notice.vue +37 -1
  455. package/uview-plus/components/u-count-down/u-count-down.vue +5 -1
  456. package/uview-plus/components/u-count-to/u-count-to.vue +6 -1
  457. package/uview-plus/components/u-coupon/u-coupon.vue +214 -1
  458. package/uview-plus/components/u-cropper/u-cropper.vue +1319 -1
  459. package/uview-plus/components/u-datetime-picker/u-datetime-picker.vue +26 -1
  460. package/uview-plus/components/u-divider/u-divider.vue +17 -1
  461. package/uview-plus/components/u-dragsort/u-dragsort.vue +40 -1
  462. package/uview-plus/components/u-dropdown/u-dropdown.vue +66 -1
  463. package/uview-plus/components/u-dropdown-item/u-dropdown-item.vue +3 -1
  464. package/{ui-fireui → uview-plus}/components/u-dropdown-list/u-dropdown-list.vue +1 -1
  465. package/uview-plus/components/u-empty/u-empty.vue +43 -32
  466. package/{ui-fireui copy/components/u-fab/u-fab.vue → uview-plus/components/u-fab/u-fab.vue} +1 -1
  467. package/uview-plus/components/u-float-button/u-float-button.vue +15 -1
  468. package/{ui-fireui → uview-plus}/components/u-footer/u-footer.vue +1 -1
  469. package/uview-plus/components/u-form-base/form.js +22 -0
  470. package/uview-plus/components/u-form-base/props.js +47 -0
  471. package/uview-plus/components/u-form-base/u-form.vue +243 -0
  472. package/uview-plus/components/u-form-item/u-form-item.vue +82 -1
  473. package/uview-plus/components/u-goods-sku/u-goods-sku.vue +100 -1
  474. package/uview-plus/components/u-grid/u-grid.vue +0 -2
  475. package/uview-plus/components/u-grid-item/u-grid-item.vue +30 -1
  476. package/uview-plus/components/u-icon/u-icon.vue +63 -1
  477. package/uview-plus/components/u-image/u-image.vue +25 -1
  478. package/{ui-fireui → uview-plus}/components/u-image-cropper/u-image-cropper.vue +1 -1
  479. package/{ui-fireui copy/components/u-image-group/u-image-group.vue → uview-plus/components/u-image-group/u-image-group.vue} +1 -1
  480. package/uview-plus/components/u-index-anchor/u-index-anchor.vue +22 -1
  481. package/uview-plus/components/u-index-list/u-index-list.vue +51 -1
  482. package/uview-plus/components/u-input/u-input.vue +65 -1
  483. package/uview-plus/components/u-keyboard/u-keyboard.vue +26 -1
  484. package/uview-plus/components/u-lazy-load/u-lazy-load.vue +12 -1
  485. package/uview-plus/components/u-line/u-line.vue +5 -1
  486. package/uview-plus/components/u-line-progress/u-line-progress.vue +38 -1
  487. package/uview-plus/components/u-link/u-link.vue +11 -1
  488. package/uview-plus/components/u-list/u-list.vue +6 -1
  489. package/uview-plus/components/u-list-item/u-list-item.vue +2 -1
  490. package/uview-plus/components/u-loading-icon/u-loading-icon.vue +138 -1
  491. package/uview-plus/components/u-loading-page/u-loading-page.vue +33 -1
  492. package/uview-plus/components/u-loadmore/u-loadmore.vue +29 -1
  493. package/uview-plus/components/u-markdown/u-markdown.vue +188 -1
  494. package/uview-plus/components/u-message-input/u-message-input.vue +115 -1
  495. package/uview-plus/components/u-modal/u-modal.vue +65 -1
  496. package/uview-plus/components/u-navbar/u-navbar.vue +52 -1
  497. package/uview-plus/components/u-navbar-mini/u-navbar-mini.vue +34 -1
  498. package/uview-plus/components/u-no-network/u-no-network.vue +38 -1
  499. package/uview-plus/components/u-notice-bar/u-notice-bar.vue +5 -1
  500. package/uview-plus/components/u-notify/u-notify.vue +28 -1
  501. package/uview-plus/components/u-number-box/u-number-box.vue +60 -2
  502. package/uview-plus/components/u-number-keyboard/u-number-keyboard.vue +45 -1
  503. package/uview-plus/components/u-overlay/u-overlay.vue +8 -1
  504. package/uview-plus/components/u-pagination/u-pagination.vue +255 -1
  505. package/uview-plus/components/u-parse/node/node.vue +319 -129
  506. package/uview-plus/components/u-pdf-reader/u-pdf-reader.vue +2 -1
  507. package/uview-plus/components/u-picker/u-picker.vue +58 -1
  508. package/uview-plus/components/u-picker-data/u-picker-data.vue +11 -1
  509. package/uview-plus/components/u-popover/u-popover.vue +8 -1
  510. package/uview-plus/components/u-popup/u-popup.vue +87 -1
  511. package/uview-plus/components/u-popup-wu/u-popup-wu.vue +2 -2
  512. package/uview-plus/components/u-poster/u-poster.vue +22 -1
  513. package/uview-plus/components/u-pull-refresh/u-pull-refresh.vue +51 -1
  514. package/uview-plus/components/u-qrcode/u-qrcode.vue +32 -1
  515. package/uview-plus/components/u-radio/u-radio.vue +77 -1
  516. package/uview-plus/components/u-radio-group/u-radio-group.vue +15 -1
  517. package/uview-plus/components/u-rate/u-rate.vue +32 -1
  518. package/uview-plus/components/u-read-more/u-read-more.vue +23 -1
  519. package/uview-plus/components/u-row/u-row.vue +6 -1
  520. package/uview-plus/components/u-row-notice/u-row-notice.vue +50 -1
  521. package/uview-plus/components/u-safe-bottom/u-safe-bottom.vue +5 -1
  522. package/uview-plus/components/u-scroll-list/u-scroll-list.vue +35 -1
  523. package/uview-plus/components/u-search/u-search.vue +87 -1
  524. package/uview-plus/components/u-select/u-select.vue +51 -1
  525. package/uview-plus/components/u-short-video/u-short-video.vue +118 -1
  526. package/uview-plus/components/u-signature/u-signature.vue +71 -1
  527. package/uview-plus/components/u-skeleton/u-skeleton.vue +52 -1
  528. package/uview-plus/components/u-sku-wu/u-sku-wu.vue +271 -1
  529. package/uview-plus/components/u-slider/nvue.js +165 -178
  530. package/uview-plus/components/u-slider/u-slider.vue +69 -1
  531. package/uview-plus/components/u-status-bar/u-status-bar.vue +6 -1
  532. package/uview-plus/components/u-steps/u-steps.vue +20 -1
  533. package/uview-plus/components/u-steps-item/u-steps-item.vue +112 -1
  534. package/uview-plus/components/u-sticky/u-sticky.vue +6 -1
  535. package/uview-plus/components/u-subsection/u-subsection.vue +101 -1
  536. package/uview-plus/components/u-swipe-action-item/u-swipe-action-item.vue +51 -1
  537. package/uview-plus/components/u-swiper/u-swiper.vue +50 -1
  538. package/uview-plus/components/u-swiper-indicator/u-swiper-indicator.vue +26 -1
  539. package/uview-plus/components/u-switch/u-switch.vue +47 -1
  540. package/uview-plus/components/u-tabbar/u-tabbar.vue +29 -1
  541. package/uview-plus/components/u-tabbar-item/u-tabbar-item.vue +59 -1
  542. package/uview-plus/components/u-table2/tableRow.vue +361 -1
  543. package/uview-plus/components/u-table2/u-table2.vue +763 -1
  544. package/uview-plus/components/u-tabs/u-tabs.vue +62 -1
  545. package/uview-plus/components/u-tag/u-tag.vue +169 -1
  546. package/uview-plus/components/u-td/u-td.vue +14 -1
  547. package/uview-plus/components/u-text/u-text.vue +50 -1
  548. package/uview-plus/components/u-textarea/u-textarea.vue +35 -1
  549. package/uview-plus/components/u-th/u-th.vue +13 -1
  550. package/uview-plus/components/u-title/u-title.vue +10 -3
  551. package/uview-plus/components/u-toast/u-toast.vue +67 -1
  552. package/uview-plus/components/u-toolbar/u-toolbar.vue +34 -1
  553. package/uview-plus/components/u-tooltip/u-tooltip.vue +65 -1
  554. package/uview-plus/components/u-tr/u-tr.vue +6 -1
  555. package/uview-plus/components/u-transition/u-transition.vue +98 -1
  556. package/uview-plus/components/u-upload/u-upload.vue +176 -1
  557. package/uview-plus/components/u-view/u-view.vue +2 -1
  558. package/uview-plus/components/u-virtual-list/u-virtual-list.vue +16 -1
  559. package/uview-plus/components/u-waterfall/u-waterfall.vue +28 -1
  560. package/uview-plus/libs/css/color2.scss +32 -0
  561. package/uview-plus/libs/css/variable2.scss +111 -0
  562. package/{plugins → uview-plus/libs/ctocode}/MessageTip.js +6 -6
  563. package/uview-plus/libs/ctocode/wait.js +47 -0
  564. package/uview-plus/libs/mixin/openType2.js +60 -0
  565. package/uview-plus/libs/util/route2.js +126 -0
  566. package/other/style.css +0 -46
  567. package/ui-cv/components/cv-draw-gesture-lock/style.css +0 -39
  568. package/ui-cv/components/cv-geo-region/style.css +0 -77
  569. package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +0 -269
  570. package/ui-fireui/components/u-countdown/u-countdown.vue +0 -301
  571. package/ui-fireui/components/u-fab/u-fab.vue +0 -284
  572. package/ui-fireui/components/u-icon/style.css +0 -63
  573. package/ui-fireui/components/u-image-group/u-image-group.vue +0 -149
  574. package/ui-fireui copy/components/u-action-sheet/u-action-sheet.vue +0 -202
  575. package/ui-fireui copy/components/u-alert/u-alert.vue +0 -141
  576. package/ui-fireui copy/components/u-badge/u-badge.vue +0 -158
  577. package/ui-fireui copy/components/u-bottom-navigation/u-bottom-navigation.vue +0 -391
  578. package/ui-fireui copy/components/u-bottom-popup/u-bottom-popup.vue +0 -101
  579. package/ui-fireui copy/components/u-bubble-popup/u-bubble-popup.vue +0 -240
  580. package/ui-fireui copy/components/u-button/u-button.vue +0 -424
  581. package/ui-fireui copy/components/u-button/u-button2.vue +0 -553
  582. package/ui-fireui copy/components/u-calendar/u-calendar.js +0 -915
  583. package/ui-fireui copy/components/u-calendar/u-calendar.vue +0 -868
  584. package/ui-fireui copy/components/u-calendar/u-calendar2.vue +0 -801
  585. package/ui-fireui copy/components/u-card/u-card.vue +0 -231
  586. package/ui-fireui copy/components/u-cascade-selection/u-cascade-selection.vue +0 -538
  587. package/ui-fireui copy/components/u-collapse/u-collapse.vue +0 -179
  588. package/ui-fireui copy/components/u-datetime/u-datetime.vue +0 -570
  589. package/ui-fireui copy/components/u-divider/u-divider.vue +0 -118
  590. package/ui-fireui copy/components/u-drawer/u-drawer.vue +0 -103
  591. package/ui-fireui copy/components/u-dropdown-list/u-dropdown-list.vue +0 -75
  592. package/ui-fireui copy/components/u-footer/u-footer.vue +0 -135
  593. package/ui-fireui copy/components/u-grid/u-grid.vue +0 -50
  594. package/ui-fireui copy/components/u-grid-item/u-grid-item.vue +0 -142
  595. package/ui-fireui copy/components/u-icon/icons.js +0 -214
  596. package/ui-fireui copy/components/u-icon/props.js +0 -92
  597. package/ui-fireui copy/components/u-icon/style.css +0 -63
  598. package/ui-fireui copy/components/u-icon/style.scss +0 -1066
  599. package/ui-fireui copy/components/u-icon/u-icon.vue +0 -117
  600. package/ui-fireui copy/components/u-icon/u-icon2.vue +0 -149
  601. package/ui-fireui copy/components/u-icon/util.js +0 -68
  602. package/ui-fireui copy/components/u-image-cropper/u-image-cropper.vue +0 -1058
  603. package/ui-fireui copy/components/u-keyboard/u-keyboard.vue +0 -251
  604. package/ui-fireui copy/components/u-keyboard-input/u-keyboard-input.vue +0 -78
  605. package/ui-fireui copy/components/u-list-cell/u-list-cell.vue +0 -178
  606. package/ui-fireui copy/components/u-list-view/u-list-view.vue +0 -87
  607. package/ui-fireui copy/components/u-loading/u-loading.vue +0 -78
  608. package/ui-fireui copy/components/u-loadmore/u-loadmore.vue +0 -163
  609. package/ui-fireui copy/components/u-modal/u-modal.vue +0 -392
  610. package/ui-fireui copy/components/u-navigation-bar/u-navigation-bar.vue +0 -181
  611. package/ui-fireui copy/components/u-no-data/u-no-data.vue +0 -116
  612. package/ui-fireui copy/components/u-nomore/u-nomore.vue +0 -116
  613. package/ui-fireui copy/components/u-numberbox/u-numberbox.vue +0 -234
  614. package/ui-fireui copy/components/u-numberbox-border/u-numberbox-border.vue +0 -232
  615. package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.vue +0 -682
  616. package/ui-fireui copy/components/u-picture-cropper/u-picture-cropper.wxs +0 -582
  617. package/ui-fireui copy/components/u-round-progress/u-round-progress.vue +0 -306
  618. package/ui-fireui copy/components/u-scroll-top/u-scroll-top.vue +0 -189
  619. package/ui-fireui copy/components/u-share-model/u-share-model.vue +0 -181
  620. package/ui-fireui copy/components/u-skeleton/u-skeleton.vue +0 -248
  621. package/ui-fireui copy/components/u-steps/u-steps.vue +0 -214
  622. package/ui-fireui copy/components/u-sticky/u-sticky.vue +0 -155
  623. package/ui-fireui copy/components/u-sticky-wxs/u-sticky-wxs.vue +0 -133
  624. package/ui-fireui copy/components/u-sticky-wxs/u-sticky.wxs +0 -46
  625. package/ui-fireui copy/components/u-swipe-action/u-swipe-action.vue +0 -301
  626. package/ui-fireui copy/components/u-tabbar/u-tabbar.vue +0 -279
  627. package/ui-fireui copy/components/u-tabs/u-tabs.vue +0 -284
  628. package/ui-fireui copy/components/u-tabs2/u-tabs2.vue +0 -284
  629. package/ui-fireui copy/components/u-tag/u-tag.vue +0 -362
  630. package/ui-fireui copy/components/u-time-axis/u-time-axis.vue +0 -36
  631. package/ui-fireui copy/components/u-timeaxis-item/u-timeaxis-item.vue +0 -48
  632. package/ui-fireui copy/components/u-tips/u-tips.vue +0 -161
  633. package/ui-fireui copy/components/u-toast/u-toast.vue +0 -117
  634. package/ui-fireui copy/components/u-top-dropdown/u-top-dropdown.vue +0 -129
  635. package/ui-fireui copy/components/u-upload/u-upload.vue +0 -446
  636. package/ui-fireui copy/components/u-upload2/u-upload.vue +0 -464
  637. package/ui-fireui copy/components/u-uploadsamll/u-uploadsamll.vue +0 -472
  638. package/ui-fireui copy/css/thorui.css +0 -589
  639. package/ui-fireui copy/index.css +0 -1483
  640. package/ui-fireui copy/libs/fui-color-analysis/fui-color-analysis.js +0 -1
  641. package/ui-fireui copy/libs/fui-zh-pinyin/fui-zh-pinyin.js +0 -1
  642. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/bridge/bridge-weex.js +0 -241
  643. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleLinearGradient.js +0 -18
  644. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStylePattern.js +0 -8
  645. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/FillStyleRadialGradient.js +0 -17
  646. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-2d/RenderingContext.js +0 -666
  647. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ActiveInfo.js +0 -11
  648. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Buffer.js +0 -21
  649. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Framebuffer.js +0 -21
  650. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLenum.js +0 -298
  651. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLmethod.js +0 -142
  652. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/GLtype.js +0 -23
  653. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Program.js +0 -21
  654. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Renderbuffer.js +0 -21
  655. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/RenderingContext.js +0 -1191
  656. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Shader.js +0 -22
  657. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/ShaderPrecisionFormat.js +0 -11
  658. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/Texture.js +0 -22
  659. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/UniformLocation.js +0 -22
  660. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/context-webgl/classUtils.js +0 -3
  661. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/canvas.js +0 -74
  662. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/image.js +0 -96
  663. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/env/tool.js +0 -24
  664. package/ui-fireui copy/nvue/u-circular-progress/gcanvas/index.js +0 -47
  665. package/ui-fireui copy/nvue/u-circular-progress/u-circular-progress.nvue +0 -203
  666. package/ui-fireui copy/nvue/u-icon/icons.js +0 -188
  667. package/ui-fireui copy/nvue/u-icon/u-icon.vue +0 -78
  668. package/uni-ui/lib/uni-badge/style.css +0 -81
  669. package/uni-ui/lib/uni-badge/style.scss +0 -106
  670. package/uni-ui/lib/uni-breadcrumb/style.css +0 -3
  671. package/uni-ui/lib/uni-breadcrumb/style.scss +0 -4
  672. package/uni-ui/lib/uni-breadcrumb-item/style.css +0 -30
  673. package/uni-ui/lib/uni-breadcrumb-item/style.scss +0 -40
  674. package/uni-ui/lib/uni-calendar/style.css +0 -167
  675. package/uni-ui/lib/uni-calendar/style.scss +0 -200
  676. package/uni-ui/lib/uni-card/style.css +0 -115
  677. package/uni-ui/lib/uni-card/style.scss +0 -161
  678. package/uni-ui/lib/uni-col/style.css +0 -2145
  679. package/uni-ui/lib/uni-col/style.scss +0 -112
  680. package/uni-ui/lib/uni-collapse/style.css +0 -11
  681. package/uni-ui/lib/uni-collapse/style.scss +0 -12
  682. package/uni-ui/lib/uni-collapse-item/style.css +0 -120
  683. package/uni-ui/lib/uni-collapse-item/style.scss +0 -143
  684. package/uni-ui/lib/uni-combox/style.css +0 -114
  685. package/uni-ui/lib/uni-combox/style.scss +0 -133
  686. package/uni-ui/lib/uni-countdown/style.css +0 -16
  687. package/uni-ui/lib/uni-countdown/style.scss +0 -21
  688. package/uni-ui/lib/uni-data-checkbox/style.css +0 -302
  689. package/uni-ui/lib/uni-data-checkbox/style.scss +0 -366
  690. package/uni-ui/lib/uni-data-pickerview/style.css +0 -134
  691. package/uni-ui/lib/uni-data-pickerview/style.scss +0 -154
  692. package/uni-ui/lib/uni-data-select/style.css +0 -181
  693. package/uni-ui/lib/uni-data-select/style.scss +0 -213
  694. package/uni-ui/lib/uni-datetime-picker/style.css +0 -188
  695. package/uni-ui/lib/uni-datetime-picker/style.scss +0 -218
  696. package/uni-ui/lib/uni-drawer/style.css +0 -63
  697. package/uni-ui/lib/uni-drawer/style.scss +0 -77
  698. package/uni-ui/lib/uni-easyinput/style.css +0 -126
  699. package/uni-ui/lib/uni-easyinput/style.scss +0 -155
  700. package/uni-ui/lib/uni-fab/style.css +0 -185
  701. package/uni-ui/lib/uni-fab/style.scss +0 -259
  702. package/uni-ui/lib/uni-fav/style.css +0 -39
  703. package/uni-ui/lib/uni-fav/style.scss +0 -45
  704. package/uni-ui/lib/uni-file-picker/style.css +0 -97
  705. package/uni-ui/lib/uni-file-picker/style.scss +0 -110
  706. package/uni-ui/lib/uni-forms-item/style.css +0 -133
  707. package/uni-ui/lib/uni-goods-nav/style.css +0 -100
  708. package/uni-ui/lib/uni-goods-nav/style.scss +0 -122
  709. package/uni-ui/lib/uni-grid/style.css +0 -29
  710. package/uni-ui/lib/uni-grid/style.scss +0 -33
  711. package/uni-ui/lib/uni-grid-item/style.css +0 -49
  712. package/uni-ui/lib/uni-grid-item/style.scss +0 -55
  713. package/uni-ui/lib/uni-group/style.css +0 -36
  714. package/uni-ui/lib/uni-group/style.scss +0 -50
  715. package/uni-ui/lib/uni-icons/icons.js +0 -1169
  716. package/uni-ui/lib/uni-icons/style.css +0 -12
  717. package/uni-ui/lib/uni-icons/style.scss +0 -14
  718. package/uni-ui/lib/uni-indexed-list/style.css +0 -68
  719. package/uni-ui/lib/uni-indexed-list/style.scss +0 -83
  720. package/uni-ui/lib/uni-list/style.css +0 -43
  721. package/uni-ui/lib/uni-list/style.scss +0 -52
  722. package/uni-ui/lib/uni-list-ad/style.css +0 -30
  723. package/uni-ui/lib/uni-list-ad/style.scss +0 -35
  724. package/uni-ui/lib/uni-list-chat/style.css +0 -257
  725. package/uni-ui/lib/uni-list-chat/style.scss +0 -326
  726. package/uni-ui/lib/uni-list-item/style.css +0 -170
  727. package/uni-ui/lib/uni-list-item/style.scss +0 -213
  728. package/uni-ui/lib/uni-load-more/style.css +0 -194
  729. package/uni-ui/lib/uni-load-more/style.scss +0 -244
  730. package/uni-ui/lib/uni-nav-bar/style.css +0 -3
  731. package/uni-ui/lib/uni-nav-bar/style.scss +0 -6
  732. package/uni-ui/lib/uni-notice-bar/style.css +0 -109
  733. package/uni-ui/lib/uni-notice-bar/style.scss +0 -125
  734. package/uni-ui/lib/uni-number-box/style.css +0 -50
  735. package/uni-ui/lib/uni-number-box/style.scss +0 -64
  736. package/uni-ui/lib/uni-pagination/style.css +0 -125
  737. package/uni-ui/lib/uni-pagination/style.scss +0 -154
  738. package/uni-ui/lib/uni-popup/style.css +0 -41
  739. package/uni-ui/lib/uni-popup/style.scss +0 -51
  740. package/uni-ui/lib/uni-popup-dialog/style.css +0 -82
  741. package/uni-ui/lib/uni-popup-dialog/style.scss +0 -98
  742. package/uni-ui/lib/uni-popup-message/style.css +0 -57
  743. package/uni-ui/lib/uni-popup-message/style.scss +0 -69
  744. package/uni-ui/lib/uni-popup-share/style.css +0 -72
  745. package/uni-ui/lib/uni-popup-share/style.scss +0 -81
  746. package/uni-ui/lib/uni-rate/style.css +0 -29
  747. package/uni-ui/lib/uni-rate/style.scss +0 -33
  748. package/uni-ui/lib/uni-row/style.css +0 -58
  749. package/uni-ui/lib/uni-row/style.scss +0 -104
  750. package/uni-ui/lib/uni-search-bar/style.css +0 -59
  751. package/uni-ui/lib/uni-search-bar/style.scss +0 -70
  752. package/uni-ui/lib/uni-section/style.css +0 -55
  753. package/uni-ui/lib/uni-section/style.scss +0 -65
  754. package/uni-ui/lib/uni-segmented-control/style.css +0 -48
  755. package/uni-ui/lib/uni-segmented-control/style.scss +0 -55
  756. package/uni-ui/lib/uni-status-bar/style.css +0 -4
  757. package/uni-ui/lib/uni-steps/style.css +0 -152
  758. package/uni-ui/lib/uni-steps/style.scss +0 -179
  759. package/uni-ui/lib/uni-swipe-action-item/style.css +0 -90
  760. package/uni-ui/lib/uni-swipe-action-item/style.scss +0 -112
  761. package/uni-ui/lib/uni-swiper-dot/style.css +0 -75
  762. package/uni-ui/lib/uni-swiper-dot/style.scss +0 -95
  763. package/uni-ui/lib/uni-table/style.css +0 -123
  764. package/uni-ui/lib/uni-table/style.scss +0 -152
  765. package/uni-ui/lib/uni-tag/style.css +0 -105
  766. package/uni-ui/lib/uni-tag/style.scss +0 -141
  767. package/uni-ui/lib/uni-td/style.css +0 -13
  768. package/uni-ui/lib/uni-td/style.scss +0 -17
  769. package/uni-ui/lib/uni-th/style.css +0 -63
  770. package/uni-ui/lib/uni-th/style.scss +0 -78
  771. package/uni-ui/lib/uni-thead/style.css +0 -30
  772. package/uni-ui/lib/uni-thead/style.scss +0 -52
  773. package/uni-ui/lib/uni-tr/style.css +0 -25
  774. package/uni-ui/lib/uni-tr/style.scss +0 -46
  775. package/uview-plus/components/u-action-sheet/style.css +0 -56
  776. package/uview-plus/components/u-action-sheet/style.scss +0 -83
  777. package/uview-plus/components/u-action-sheet-data/style.css +0 -10
  778. package/uview-plus/components/u-action-sheet-data/style.scss +0 -12
  779. package/uview-plus/components/u-agreement/style.css +0 -10
  780. package/uview-plus/components/u-agreement/style.scss +0 -12
  781. package/uview-plus/components/u-album/style.css +0 -29
  782. package/uview-plus/components/u-alert/style.css +0 -90
  783. package/uview-plus/components/u-alert/style.scss +0 -111
  784. package/uview-plus/components/u-avatar/style.css +0 -21
  785. package/uview-plus/components/u-avatar/style.scss +0 -24
  786. package/uview-plus/components/u-avatar-group/style.css +0 -28
  787. package/uview-plus/components/u-avatar-group/style.scss +0 -26
  788. package/uview-plus/components/u-back-top/style.css +0 -16
  789. package/uview-plus/components/u-back-top/style.scss +0 -18
  790. package/uview-plus/components/u-badge/style.css +0 -57
  791. package/uview-plus/components/u-badge/style.scss +0 -83
  792. package/uview-plus/components/u-box/style.css +0 -51
  793. package/uview-plus/components/u-box/style.scss +0 -36
  794. package/uview-plus/components/u-button/style.css +0 -192
  795. package/uview-plus/components/u-calendar/style.css +0 -3
  796. package/uview-plus/components/u-calendar/style.scss +0 -5
  797. package/uview-plus/components/u-calendar-wu/style.css +0 -196
  798. package/uview-plus/components/u-car-keyboard/style.css +0 -69
  799. package/uview-plus/components/u-car-keyboard/style.scss +0 -89
  800. package/uview-plus/components/u-card/style.css +0 -34
  801. package/uview-plus/components/u-card/style.scss +0 -45
  802. package/uview-plus/components/u-cascader/style.css +0 -16
  803. package/uview-plus/components/u-cascader/style.scss +0 -25
  804. package/uview-plus/components/u-cate-tab/style.css +0 -98
  805. package/uview-plus/components/u-cate-tab/style.scss +0 -115
  806. package/uview-plus/components/u-cell/style.css +0 -112
  807. package/uview-plus/components/u-cell/style.scss +0 -148
  808. package/uview-plus/components/u-cell-group/style.css +0 -14
  809. package/uview-plus/components/u-cell-group/style.scss +0 -22
  810. package/uview-plus/components/u-checkbox/style.css +0 -77
  811. package/uview-plus/components/u-checkbox/style.scss +0 -102
  812. package/uview-plus/components/u-checkbox-group/style.css +0 -12
  813. package/uview-plus/components/u-checkbox-group/style.scss +0 -12
  814. package/uview-plus/components/u-choose/style.css +0 -13
  815. package/uview-plus/components/u-choose/style.scss +0 -17
  816. package/uview-plus/components/u-circle-progress/style.css +0 -69
  817. package/uview-plus/components/u-circle-progress/style.scss +0 -84
  818. package/uview-plus/components/u-city-locate/style.css +0 -20
  819. package/uview-plus/components/u-city-locate/style.scss +0 -20
  820. package/uview-plus/components/u-code-input/style.css +0 -68
  821. package/uview-plus/components/u-code-input/style.scss +0 -75
  822. package/uview-plus/components/u-col/style.css +0 -50
  823. package/uview-plus/components/u-col/style.scss +0 -65
  824. package/uview-plus/components/u-collapse-item/style.css +0 -10
  825. package/uview-plus/components/u-collapse-item/style.scss +0 -13
  826. package/uview-plus/components/u-color-picker/style.css +0 -246
  827. package/uview-plus/components/u-color-picker/style.scss +0 -299
  828. package/uview-plus/components/u-column-notice/style.css +0 -37
  829. package/uview-plus/components/u-column-notice/style.scss +0 -33
  830. package/uview-plus/components/u-count-down/style.css +0 -5
  831. package/uview-plus/components/u-count-down/style.scss +0 -11
  832. package/uview-plus/components/u-count-to/style.css +0 -6
  833. package/uview-plus/components/u-count-to/style.scss +0 -6
  834. package/uview-plus/components/u-coupon/style.css +0 -214
  835. package/uview-plus/components/u-coupon/style.scss +0 -246
  836. package/uview-plus/components/u-cropper/style.css +0 -91
  837. package/uview-plus/components/u-cropper/style.scss +0 -93
  838. package/uview-plus/components/u-datetime-picker/style.css +0 -26
  839. package/uview-plus/components/u-datetime-picker/style.scss +0 -26
  840. package/uview-plus/components/u-divider/style.css +0 -17
  841. package/uview-plus/components/u-divider/style.scss +0 -22
  842. package/uview-plus/components/u-dragsort/style.css +0 -40
  843. package/uview-plus/components/u-dragsort/style.scss +0 -52
  844. package/uview-plus/components/u-dropdown/style.css +0 -66
  845. package/uview-plus/components/u-dropdown/style.scss +0 -66
  846. package/uview-plus/components/u-dropdown-item/style.css +0 -3
  847. package/uview-plus/components/u-dropdown-item/style.scss +0 -3
  848. package/uview-plus/components/u-empty/style.css +0 -27
  849. package/uview-plus/components/u-empty/style.scss +0 -22
  850. package/uview-plus/components/u-empty/u-empty-new.vue +0 -102
  851. package/uview-plus/components/u-float-button/style.css +0 -15
  852. package/uview-plus/components/u-float-button/style.scss +0 -15
  853. package/uview-plus/components/u-form-item/style.css +0 -82
  854. package/uview-plus/components/u-form-item/style.scss +0 -72
  855. package/uview-plus/components/u-goods-sku/style.css +0 -100
  856. package/uview-plus/components/u-goods-sku/style.scss +0 -120
  857. package/uview-plus/components/u-grid/style.css +0 -21
  858. package/uview-plus/components/u-grid/style.scss +0 -21
  859. package/uview-plus/components/u-grid-item/style.css +0 -30
  860. package/uview-plus/components/u-grid-item/style.scss +0 -43
  861. package/uview-plus/components/u-icon/style.css +0 -63
  862. package/uview-plus/components/u-icon/style.scss +0 -82
  863. package/uview-plus/components/u-image/style.css +0 -24
  864. package/uview-plus/components/u-image/style.scss +0 -32
  865. package/uview-plus/components/u-index-anchor/style.css +0 -22
  866. package/uview-plus/components/u-index-anchor/style.scss +0 -18
  867. package/uview-plus/components/u-index-list/style.css +0 -51
  868. package/uview-plus/components/u-index-list/style.scss +0 -52
  869. package/uview-plus/components/u-input/style.css +0 -64
  870. package/uview-plus/components/u-input/style.scss +0 -62
  871. package/uview-plus/components/u-keyboard/style.css +0 -26
  872. package/uview-plus/components/u-keyboard/style.scss +0 -29
  873. package/uview-plus/components/u-lazy-load/style.css +0 -12
  874. package/uview-plus/components/u-lazy-load/style.scss +0 -15
  875. package/uview-plus/components/u-line/style.css +0 -5
  876. package/uview-plus/components/u-line/style.scss +0 -5
  877. package/uview-plus/components/u-line-progress/style.css +0 -38
  878. package/uview-plus/components/u-line-progress/style.scss +0 -35
  879. package/uview-plus/components/u-link/style.css +0 -11
  880. package/uview-plus/components/u-link/style.scss +0 -10
  881. package/uview-plus/components/u-list/style.css +0 -6
  882. package/uview-plus/components/u-list/style.scss +0 -3
  883. package/uview-plus/components/u-list-item/style.css +0 -2
  884. package/uview-plus/components/u-list-item/style.scss +0 -2
  885. package/uview-plus/components/u-loading-icon/style.css +0 -138
  886. package/uview-plus/components/u-loading-icon/style.scss +0 -152
  887. package/uview-plus/components/u-loading-page/style.css +0 -33
  888. package/uview-plus/components/u-loading-page/style.scss +0 -35
  889. package/uview-plus/components/u-loadmore/style.css +0 -29
  890. package/uview-plus/components/u-loadmore/style.scss +0 -27
  891. package/uview-plus/components/u-markdown/style.css +0 -188
  892. package/uview-plus/components/u-markdown/style.scss +0 -199
  893. package/uview-plus/components/u-message-input/style.css +0 -115
  894. package/uview-plus/components/u-message-input/style.scss +0 -134
  895. package/uview-plus/components/u-modal/style.css +0 -63
  896. package/uview-plus/components/u-modal/style.scss +0 -68
  897. package/uview-plus/components/u-navbar/style.css +0 -51
  898. package/uview-plus/components/u-navbar/style.scss +0 -56
  899. package/uview-plus/components/u-navbar-mini/style.css +0 -34
  900. package/uview-plus/components/u-navbar-mini/style.scss +0 -36
  901. package/uview-plus/components/u-no-network/style.css +0 -38
  902. package/uview-plus/components/u-no-network/style.scss +0 -34
  903. package/uview-plus/components/u-notice-bar/style.css +0 -5
  904. package/uview-plus/components/u-notice-bar/style.scss +0 -5
  905. package/uview-plus/components/u-notice-bar/u-notice-bar2.vue +0 -102
  906. package/uview-plus/components/u-notify/style.css +0 -28
  907. package/uview-plus/components/u-notify/style.scss +0 -38
  908. package/uview-plus/components/u-number-box/style.css +0 -56
  909. package/uview-plus/components/u-number-box/style.scss +0 -68
  910. package/uview-plus/components/u-number-keyboard/style.css +0 -45
  911. package/uview-plus/components/u-number-keyboard/style.scss +0 -61
  912. package/uview-plus/components/u-overlay/style.css +0 -8
  913. package/uview-plus/components/u-overlay/style.scss +0 -13
  914. package/uview-plus/components/u-pagination/style.css +0 -46
  915. package/uview-plus/components/u-pagination/style.scss +0 -51
  916. package/uview-plus/components/u-pdf-reader/style.css +0 -2
  917. package/uview-plus/components/u-pdf-reader/style.scss +0 -2
  918. package/uview-plus/components/u-picker/style.css +0 -58
  919. package/uview-plus/components/u-picker/style.scss +0 -54
  920. package/uview-plus/components/u-picker-data/style.css +0 -11
  921. package/uview-plus/components/u-picker-data/style.scss +0 -13
  922. package/uview-plus/components/u-popover/style.css +0 -8
  923. package/uview-plus/components/u-popover/style.scss +0 -7
  924. package/uview-plus/components/u-popup/style.css +0 -87
  925. package/uview-plus/components/u-popup/style.scss +0 -106
  926. package/uview-plus/components/u-poster/style.css +0 -22
  927. package/uview-plus/components/u-poster/style.scss +0 -26
  928. package/uview-plus/components/u-pull-refresh/style.css +0 -51
  929. package/uview-plus/components/u-pull-refresh/style.scss +0 -58
  930. package/uview-plus/components/u-qrcode/style.css +0 -33
  931. package/uview-plus/components/u-qrcode/style.scss +0 -33
  932. package/uview-plus/components/u-radio/style.css +0 -77
  933. package/uview-plus/components/u-radio/style.scss +0 -101
  934. package/uview-plus/components/u-radio-group/style.css +0 -15
  935. package/uview-plus/components/u-radio-group/style.scss +0 -14
  936. package/uview-plus/components/u-rate/style.css +0 -32
  937. package/uview-plus/components/u-rate/style.scss +0 -37
  938. package/uview-plus/components/u-read-more/style.css +0 -23
  939. package/uview-plus/components/u-read-more/style.scss +0 -21
  940. package/uview-plus/components/u-row/style.css +0 -6
  941. package/uview-plus/components/u-row/style.scss +0 -3
  942. package/uview-plus/components/u-row-notice/style.css +0 -50
  943. package/uview-plus/components/u-row-notice/style.scss +0 -49
  944. package/uview-plus/components/u-safe-bottom/style.css +0 -5
  945. package/uview-plus/components/u-safe-bottom/style.scss +0 -5
  946. package/uview-plus/components/u-scroll-list/style.css +0 -35
  947. package/uview-plus/components/u-scroll-list/style.scss +0 -32
  948. package/uview-plus/components/u-search/style.css +0 -87
  949. package/uview-plus/components/u-search/style.scss +0 -105
  950. package/uview-plus/components/u-select/style.css +0 -51
  951. package/uview-plus/components/u-select/style.scss +0 -47
  952. package/uview-plus/components/u-short-video/style.css +0 -117
  953. package/uview-plus/components/u-short-video/style.scss +0 -138
  954. package/uview-plus/components/u-signature/style.css +0 -70
  955. package/uview-plus/components/u-signature/style.scss +0 -88
  956. package/uview-plus/components/u-skeleton/style.css +0 -51
  957. package/uview-plus/components/u-skeleton/style.scss +0 -57
  958. package/uview-plus/components/u-sku-wu/style.css +0 -271
  959. package/uview-plus/components/u-slider/style.css +0 -69
  960. package/uview-plus/components/u-slider/style.scss +0 -76
  961. package/uview-plus/components/u-status-bar/style.css +0 -5
  962. package/uview-plus/components/u-status-bar/style.scss +0 -6
  963. package/uview-plus/components/u-steps/style.css +0 -20
  964. package/uview-plus/components/u-steps/style.scss +0 -21
  965. package/uview-plus/components/u-steps-item/style.css +0 -112
  966. package/uview-plus/components/u-steps-item/style.scss +0 -116
  967. package/uview-plus/components/u-sticky/style.css +0 -5
  968. package/uview-plus/components/u-sticky/style.scss +0 -6
  969. package/uview-plus/components/u-subsection/style.css +0 -101
  970. package/uview-plus/components/u-subsection/style.scss +0 -121
  971. package/uview-plus/components/u-swipe-action-item/style.css +0 -51
  972. package/uview-plus/components/u-swipe-action-item/style.scss +0 -44
  973. package/uview-plus/components/u-swiper/style.css +0 -50
  974. package/uview-plus/components/u-swiper/style.scss +0 -51
  975. package/uview-plus/components/u-swiper-indicator/style.css +0 -26
  976. package/uview-plus/components/u-swiper-indicator/style.scss +0 -29
  977. package/uview-plus/components/u-switch/style.css +0 -47
  978. package/uview-plus/components/u-switch/style.scss +0 -46
  979. package/uview-plus/components/u-tabbar/style.css +0 -29
  980. package/uview-plus/components/u-tabbar/style.scss +0 -23
  981. package/uview-plus/components/u-tabbar-item/style.css +0 -59
  982. package/uview-plus/components/u-tabbar-item/style.scss +0 -62
  983. package/uview-plus/components/u-table2/style.css +0 -90
  984. package/uview-plus/components/u-table2/style.scss +0 -117
  985. package/uview-plus/components/u-tabs/style.css +0 -62
  986. package/uview-plus/components/u-tabs/style.scss +0 -60
  987. package/uview-plus/components/u-tag/style.css +0 -169
  988. package/uview-plus/components/u-tag/style.scss +0 -204
  989. package/uview-plus/components/u-td/style.css +0 -14
  990. package/uview-plus/components/u-td/style.scss +0 -11
  991. package/uview-plus/components/u-text/style.css +0 -50
  992. package/uview-plus/components/u-text/style.scss +0 -56
  993. package/uview-plus/components/u-text/style2.scss +0 -60
  994. package/uview-plus/components/u-textarea/style.css +0 -35
  995. package/uview-plus/components/u-textarea/style.scss +0 -37
  996. package/uview-plus/components/u-th/style.css +0 -13
  997. package/uview-plus/components/u-th/style.scss +0 -10
  998. package/uview-plus/components/u-title/style.css +0 -8
  999. package/uview-plus/components/u-title/style.scss +0 -10
  1000. package/uview-plus/components/u-toast/style.css +0 -67
  1001. package/uview-plus/components/u-toast/style.scss +0 -106
  1002. package/uview-plus/components/u-toolbar/style.css +0 -33
  1003. package/uview-plus/components/u-toolbar/style.scss +0 -35
  1004. package/uview-plus/components/u-tooltip/style.css +0 -65
  1005. package/uview-plus/components/u-tooltip/style.scss +0 -62
  1006. package/uview-plus/components/u-tr/style.css +0 -6
  1007. package/uview-plus/components/u-tr/style.scss +0 -3
  1008. package/uview-plus/components/u-transition/style.css +0 -98
  1009. package/uview-plus/components/u-transition/style.scss +0 -120
  1010. package/uview-plus/components/u-upload/style.css +0 -174
  1011. package/uview-plus/components/u-upload/style.scss +0 -221
  1012. package/uview-plus/components/u-view/style.css +0 -2
  1013. package/uview-plus/components/u-view/style.scss +0 -2
  1014. package/uview-plus/components/u-virtual-list/style.css +0 -16
  1015. package/uview-plus/components/u-virtual-list/style.scss +0 -16
  1016. package/uview-plus/components/u-waterfall/style.css +0 -28
  1017. package/uview-plus/components/u-waterfall/style.scss +0 -25
  1018. /package/{uni-ui/lib/uni-forms/style.css → other/lime-painter2/components/lime-painter/qrcode.js} +0 -0
  1019. /package/{ui-fireui copy/components/u-countdown/u-countdown.vue → ui-fireui/components/u-count-down/u-count-down.vue} +0 -0
  1020. /package/{plugins → uview-plus/libs/ctocode}/MessageBox.js +0 -0
@@ -0,0 +1,1461 @@
1
+ /**
2
+ * @fileoverview html 解析器
3
+ */
4
+
5
+ // 配置
6
+ const config = {
7
+ // 信任的标签(保持标签名不变)
8
+ trustTags: makeMap(
9
+ 'a,abbr,ad,audio,b,blockquote,br,code,col,colgroup,dd,del,dl,dt,div,em,fieldset,h1,h2,h3,h4,h5,h6,hr,i,img,ins,label,legend,li,ol,p,q,ruby,rt,source,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,title,ul,video'
10
+ ),
11
+
12
+ // 块级标签(转为 div,其他的非信任标签转为 span)
13
+ blockTags: makeMap('address,article,aside,body,caption,center,cite,footer,header,html,nav,pre,section'),
14
+
15
+ // #ifdef (MP-WEIXIN || MP-QQ || APP-PLUS || MP-360) && VUE3
16
+ // 行内标签
17
+ inlineTags: makeMap('abbr,b,big,code,del,em,i,ins,label,q,small,span,strong,sub,sup'),
18
+ // #endif
19
+
20
+ // 要移除的标签
21
+ ignoreTags: makeMap(
22
+ 'area,base,canvas,embed,frame,head,iframe,input,link,map,meta,param,rp,script,source,style,textarea,title,track,wbr'
23
+ ),
24
+
25
+ // 自闭合的标签
26
+ voidTags: makeMap(
27
+ 'area,base,br,col,circle,ellipse,embed,frame,hr,img,input,line,link,meta,param,path,polygon,rect,source,track,use,wbr'
28
+ ),
29
+
30
+ // html 实体
31
+ entities: {
32
+ lt: '<',
33
+ gt: '>',
34
+ quot: '"',
35
+ apos: "'",
36
+ ensp: '\u2002',
37
+ emsp: '\u2003',
38
+ nbsp: '\xA0',
39
+ semi: ';',
40
+ ndash: '–',
41
+ mdash: '—',
42
+ middot: '·',
43
+ lsquo: '‘',
44
+ rsquo: '’',
45
+ ldquo: '“',
46
+ rdquo: '”',
47
+ bull: '•',
48
+ hellip: '…',
49
+ larr: '←',
50
+ uarr: '↑',
51
+ rarr: '→',
52
+ darr: '↓'
53
+ },
54
+
55
+ // 默认的标签样式
56
+ tagStyle: {
57
+ // #ifndef APP-PLUS-NVUE
58
+ address: 'font-style:italic',
59
+ big: 'display:inline;font-size:1.2em',
60
+ caption: 'display:table-caption;text-align:center',
61
+ center: 'text-align:center',
62
+ cite: 'font-style:italic',
63
+ dd: 'margin-left:40px',
64
+ mark: 'background-color:yellow',
65
+ pre: 'font-family:monospace;white-space:pre',
66
+ s: 'text-decoration:line-through',
67
+ small: 'display:inline;font-size:0.8em',
68
+ strike: 'text-decoration:line-through',
69
+ u: 'text-decoration:underline'
70
+ // #endif
71
+ },
72
+
73
+ // svg 大小写对照表
74
+ svgDict: {
75
+ animatetransform: 'animateTransform',
76
+ lineargradient: 'linearGradient',
77
+ viewbox: 'viewBox',
78
+ attributename: 'attributeName',
79
+ repeatcount: 'repeatCount',
80
+ repeatdur: 'repeatDur',
81
+ foreignobject: 'foreignObject'
82
+ }
83
+ };
84
+ const tagSelector = {};
85
+ let windowWidth, system;
86
+ // #ifdef MP-WEIXIN
87
+ if (uni.canIUse('getWindowInfo')) {
88
+ windowWidth = uni.getWindowInfo().windowWidth;
89
+ system = uni.getDeviceInfo().system;
90
+ } else {
91
+ const systemInfo = uni.getSystemInfoSync();
92
+ windowWidth = systemInfo.windowWidth;
93
+ // #ifdef MP-WEIXIN
94
+ system = systemInfo.system;
95
+ }
96
+ // #endif
97
+ // #ifndef MP-WEIXIN
98
+ const systemInfo = uni.getSystemInfoSync();
99
+ windowWidth = systemInfo.windowWidth;
100
+ // #endif
101
+ const blankChar = makeMap(' ,\r,\n,\t,\f');
102
+ let idIndex = 0;
103
+
104
+ // #ifdef H5 || APP-PLUS
105
+ config.ignoreTags.iframe = undefined;
106
+ config.trustTags.iframe = true;
107
+ config.ignoreTags.embed = undefined;
108
+ config.trustTags.embed = true;
109
+ // #endif
110
+ // #ifdef APP-PLUS-NVUE
111
+ config.ignoreTags.source = undefined;
112
+ config.ignoreTags.style = undefined;
113
+ // #endif
114
+
115
+ /**
116
+ * @description 创建 map
117
+ * @param {String} str 逗号分隔
118
+ */
119
+ function makeMap(str) {
120
+ const map = Object.create(null);
121
+ const list = str.split(',');
122
+ for (let i = list.length; i--; ) {
123
+ map[list[i]] = true;
124
+ }
125
+ return map;
126
+ }
127
+
128
+ /**
129
+ * @description 解码 html 实体
130
+ * @param {String} str 要解码的字符串
131
+ * @param {Boolean} amp 要不要解码 &amp;
132
+ * @returns {String} 解码后的字符串
133
+ */
134
+ function decodeEntity(str, amp) {
135
+ let i = str.indexOf('&');
136
+ while (i !== -1) {
137
+ const j = str.indexOf(';', i + 3);
138
+ let code;
139
+ if (j === -1) break;
140
+ if (str[i + 1] === '#') {
141
+ // &#123; 形式的实体
142
+ code = parseInt((str[i + 2] === 'x' ? '0' : '') + str.substring(i + 2, j));
143
+ if (!isNaN(code)) {
144
+ str = str.substr(0, i) + String.fromCharCode(code) + str.substr(j + 1);
145
+ }
146
+ } else {
147
+ // &nbsp; 形式的实体
148
+ code = str.substring(i + 1, j);
149
+ if (config.entities[code] || (code === 'amp' && amp)) {
150
+ str = str.substr(0, i) + (config.entities[code] || '&') + str.substr(j + 1);
151
+ }
152
+ }
153
+ i = str.indexOf('&', i + 1);
154
+ }
155
+ return str;
156
+ }
157
+
158
+ /**
159
+ * @description 合并多个块级标签,加快长内容渲染
160
+ * @param {Array} nodes 要合并的标签数组
161
+ */
162
+ function mergeNodes(nodes) {
163
+ let i = nodes.length - 1;
164
+ for (let j = i; j >= -1; j--) {
165
+ if (
166
+ j === -1 ||
167
+ nodes[j].c ||
168
+ !nodes[j].name ||
169
+ (nodes[j].name !== 'div' && nodes[j].name !== 'p' && nodes[j].name[0] !== 'h') ||
170
+ (nodes[j].attrs.style || '').includes('inline')
171
+ ) {
172
+ if (i - j >= 5) {
173
+ nodes.splice(j + 1, i - j, {
174
+ name: 'div',
175
+ attrs: {},
176
+ children: nodes.slice(j + 1, i + 1)
177
+ });
178
+ }
179
+ i = j - 1;
180
+ }
181
+ }
182
+ }
183
+
184
+ /**
185
+ * @description html 解析器
186
+ * @param {Object} vm 组件实例
187
+ */
188
+ function Parser(vm) {
189
+ this.options = vm || {};
190
+ this.tagStyle = Object.assign({}, config.tagStyle, this.options.tagStyle);
191
+ this.imgList = vm.imgList || [];
192
+ this.imgList._unloadimgs = 0;
193
+ this.plugins = vm.plugins || [];
194
+ this.attrs = Object.create(null);
195
+ this.stack = [];
196
+ this.nodes = [];
197
+ this.pre = (this.options.containerStyle || '').includes('white-space') && this.options.containerStyle.includes('pre') ? 2 : 0;
198
+ }
199
+
200
+ /**
201
+ * @description 执行解析
202
+ * @param {String} content 要解析的文本
203
+ */
204
+ Parser.prototype.parse = function (content) {
205
+ // 插件处理
206
+ for (let i = this.plugins.length; i--; ) {
207
+ if (this.plugins[i].onUpdate) {
208
+ content = this.plugins[i].onUpdate(content, config) || content;
209
+ }
210
+ }
211
+
212
+ new Lexer(this).parse(content);
213
+ // 出栈未闭合的标签
214
+ while (this.stack.length) {
215
+ this.popNode();
216
+ }
217
+ if (this.nodes.length > 50) {
218
+ mergeNodes(this.nodes);
219
+ }
220
+ return this.nodes;
221
+ };
222
+
223
+ /**
224
+ * @description 将标签暴露出来(不被 rich-text 包含)
225
+ */
226
+ Parser.prototype.expose = function () {
227
+ // #ifndef APP-PLUS-NVUE
228
+ for (let i = this.stack.length; i--; ) {
229
+ const item = this.stack[i];
230
+ if (item.c || item.name === 'a' || item.name === 'video' || item.name === 'audio') return;
231
+ item.c = 1;
232
+ }
233
+ // #endif
234
+ };
235
+
236
+ /**
237
+ * @description 处理插件
238
+ * @param {Object} node 要处理的标签
239
+ * @returns {Boolean} 是否要移除此标签
240
+ */
241
+ Parser.prototype.hook = function (node) {
242
+ for (let i = this.plugins.length; i--; ) {
243
+ if (this.plugins[i].onParse && this.plugins[i].onParse(node, this) === false) {
244
+ return false;
245
+ }
246
+ }
247
+ return true;
248
+ };
249
+
250
+ /**
251
+ * @description 将链接拼接上主域名
252
+ * @param {String} url 需要拼接的链接
253
+ * @returns {String} 拼接后的链接
254
+ */
255
+ Parser.prototype.getUrl = function (url) {
256
+ const domain = this.options.domain;
257
+ if (url[0] === '/') {
258
+ if (url[1] === '/') {
259
+ // // 开头的补充协议名
260
+ url = (domain ? domain.split('://')[0] : 'http') + ':' + url;
261
+ } else if (domain) {
262
+ // 否则补充整个域名
263
+ url = domain + url;
264
+ } /* #ifdef APP-PLUS */ else {
265
+ url = plus.io.convertLocalFileSystemURL(url);
266
+ } /* #endif */
267
+ } else if (!url.includes('data:') && !url.includes('://')) {
268
+ if (domain) {
269
+ url = domain + '/' + url;
270
+ } /* #ifdef APP-PLUS */ else {
271
+ url = plus.io.convertLocalFileSystemURL(url);
272
+ } /* #endif */
273
+ }
274
+ return url;
275
+ };
276
+
277
+ /**
278
+ * @description 解析样式表
279
+ * @param {Object} node 标签
280
+ * @returns {Object}
281
+ */
282
+ Parser.prototype.parseStyle = function (node) {
283
+ const attrs = node.attrs;
284
+ const list = (this.tagStyle[node.name] || '').split(';').concat((attrs.style || '').split(';'));
285
+ const styleObj = {};
286
+ let tmp = '';
287
+
288
+ if (attrs.id && !this.xml) {
289
+ // 暴露锚点
290
+ if (this.options.useAnchor) {
291
+ this.expose();
292
+ } else if (node.name !== 'img' && node.name !== 'a' && node.name !== 'video' && node.name !== 'audio') {
293
+ attrs.id = undefined;
294
+ }
295
+ }
296
+
297
+ // 转换 width 和 height 属性
298
+ if (attrs.width) {
299
+ styleObj.width = parseFloat(attrs.width) + (attrs.width.includes('%') ? '%' : 'px');
300
+ attrs.width = undefined;
301
+ }
302
+ if (attrs.height) {
303
+ styleObj.height = parseFloat(attrs.height) + (attrs.height.includes('%') ? '%' : 'px');
304
+ attrs.height = undefined;
305
+ }
306
+
307
+ for (let i = 0, len = list.length; i < len; i++) {
308
+ const info = list[i].split(':');
309
+ if (info.length < 2) continue;
310
+ const key = info.shift().trim().toLowerCase();
311
+ let value = info.join(':').trim();
312
+ if ((value[0] === '-' && value.lastIndexOf('-') > 0) || value.includes('safe')) {
313
+ // 兼容性的 css 不压缩
314
+ tmp += `;${key}:${value}`;
315
+ } else if (!styleObj[key] || value.includes('import') || !styleObj[key].includes('import')) {
316
+ // 重复的样式进行覆盖
317
+ if (value.includes('url')) {
318
+ // 填充链接
319
+ let j = value.indexOf('(') + 1;
320
+ if (j) {
321
+ while (value[j] === '"' || value[j] === "'" || blankChar[value[j]]) {
322
+ j++;
323
+ }
324
+ value = value.substr(0, j) + this.getUrl(value.substr(j));
325
+ }
326
+ } else if (value.includes('rpx')) {
327
+ // 转换 rpx(rich-text 内部不支持 rpx)
328
+ value = value.replace(/[0-9.]+\s*rpx/g, ($) => (parseFloat($) * windowWidth) / 750 + 'px');
329
+ }
330
+ styleObj[key] = value;
331
+ }
332
+ }
333
+
334
+ node.attrs.style = tmp;
335
+ return styleObj;
336
+ };
337
+
338
+ /**
339
+ * @description 解析到标签名
340
+ * @param {String} name 标签名
341
+ * @private
342
+ */
343
+ Parser.prototype.onTagName = function (name) {
344
+ this.tagName = this.xml ? name : name.toLowerCase();
345
+ if (this.tagName === 'svg') {
346
+ this.xml = (this.xml || 0) + 1; // svg 标签内大小写敏感
347
+ config.ignoreTags.style = undefined; // svg 标签内 style 可用
348
+ }
349
+ };
350
+
351
+ /**
352
+ * @description 解析到属性名
353
+ * @param {String} name 属性名
354
+ * @private
355
+ */
356
+ Parser.prototype.onAttrName = function (name) {
357
+ name = this.xml ? name : name.toLowerCase();
358
+ // #ifdef (VUE3 && (H5 || APP-PLUS)) || APP-PLUS-NVUE
359
+ if (name.includes('?') || name.includes(';')) {
360
+ this.attrName = undefined;
361
+ return;
362
+ }
363
+ // #endif
364
+ if (name.substr(0, 5) === 'data-') {
365
+ if (name === 'data-src' && !this.attrs.src) {
366
+ // data-src 自动转为 src
367
+ this.attrName = 'src';
368
+ } else if (this.tagName === 'img' || this.tagName === 'a') {
369
+ // a 和 img 标签保留 data- 的属性,可以在 imgtap 和 linktap 事件中使用
370
+ this.attrName = name;
371
+ } else {
372
+ // 剩余的移除以减小大小
373
+ this.attrName = undefined;
374
+ }
375
+ } else {
376
+ this.attrName = name;
377
+ this.attrs[name] = 'T'; // boolean 型属性缺省设置
378
+ }
379
+ };
380
+
381
+ /**
382
+ * @description 解析到属性值
383
+ * @param {String} val 属性值
384
+ * @private
385
+ */
386
+ Parser.prototype.onAttrVal = function (val) {
387
+ const name = this.attrName || '';
388
+ if (name === 'style' || name === 'href') {
389
+ // 部分属性进行实体解码
390
+ this.attrs[name] = decodeEntity(val, true);
391
+ } else if (name.includes('src')) {
392
+ // 拼接主域名
393
+ this.attrs[name] = this.getUrl(decodeEntity(val, true));
394
+ } else if (name) {
395
+ this.attrs[name] = val;
396
+ }
397
+ };
398
+
399
+ /**
400
+ * @description 解析到标签开始
401
+ * @param {Boolean} selfClose 是否有自闭合标识 />
402
+ * @private
403
+ */
404
+ Parser.prototype.onOpenTag = function (selfClose) {
405
+ // 拼装 node
406
+ const node = Object.create(null);
407
+ node.name = this.tagName;
408
+ node.attrs = this.attrs;
409
+ // 避免因为自动 diff 使得 type 被设置为 null 导致部分内容不显示
410
+ if (this.options.nodes.length) {
411
+ node.type = 'node';
412
+ }
413
+ this.attrs = Object.create(null);
414
+
415
+ const attrs = node.attrs;
416
+ const parent = this.stack[this.stack.length - 1];
417
+ const siblings = parent ? parent.children : this.nodes;
418
+ const close = this.xml ? selfClose : config.voidTags[node.name];
419
+
420
+ // 替换标签名选择器
421
+ if (tagSelector[node.name]) {
422
+ attrs.class = tagSelector[node.name] + (attrs.class ? ' ' + attrs.class : '');
423
+ }
424
+
425
+ // 转换 embed 标签
426
+ if (node.name === 'embed') {
427
+ // #ifndef H5 || APP-PLUS
428
+ const src = attrs.src || '';
429
+ // 按照后缀名和 type 将 embed 转为 video 或 audio
430
+ if (src.includes('.mp4') || src.includes('.3gp') || src.includes('.m3u8') || (attrs.type || '').includes('video')) {
431
+ node.name = 'video';
432
+ } else if (
433
+ src.includes('.mp3') ||
434
+ src.includes('.wav') ||
435
+ src.includes('.aac') ||
436
+ src.includes('.m4a') ||
437
+ (attrs.type || '').includes('audio')
438
+ ) {
439
+ node.name = 'audio';
440
+ }
441
+ if (attrs.autostart) {
442
+ attrs.autoplay = 'T';
443
+ }
444
+ attrs.controls = 'T';
445
+ // #endif
446
+ // #ifdef H5 || APP-PLUS
447
+ this.expose();
448
+ // #endif
449
+ }
450
+
451
+ // #ifndef APP-PLUS-NVUE
452
+ // 处理音视频
453
+ if (node.name === 'video' || node.name === 'audio') {
454
+ // 设置 id 以便获取 context
455
+ if (node.name === 'video' && !attrs.id) {
456
+ attrs.id = 'v' + idIndex++;
457
+ }
458
+ // 没有设置 controls 也没有设置 autoplay 的自动设置 controls
459
+ if (!attrs.controls && !attrs.autoplay) {
460
+ attrs.controls = 'T';
461
+ }
462
+ // 用数组存储所有可用的 source
463
+ node.src = [];
464
+ if (attrs.src) {
465
+ node.src.push(attrs.src);
466
+ attrs.src = undefined;
467
+ }
468
+ this.expose();
469
+ }
470
+ // #endif
471
+
472
+ // 处理自闭合标签
473
+ if (close) {
474
+ if (!this.hook(node) || config.ignoreTags[node.name]) {
475
+ // 通过 base 标签设置主域名
476
+ if (node.name === 'base' && !this.options.domain) {
477
+ this.options.domain = attrs.href;
478
+ } /* #ifndef APP-PLUS-NVUE */ else if (
479
+ node.name === 'source' &&
480
+ parent &&
481
+ (parent.name === 'video' || parent.name === 'audio') &&
482
+ attrs.src
483
+ ) {
484
+ // 设置 source 标签(仅父节点为 video 或 audio 时有效)
485
+ parent.src.push(attrs.src);
486
+ } /* #endif */
487
+ return;
488
+ }
489
+
490
+ // 解析 style
491
+ const styleObj = this.parseStyle(node);
492
+
493
+ // 处理图片
494
+ if (node.name === 'img') {
495
+ if (attrs.src) {
496
+ // 标记 webp
497
+ if (attrs.src.includes('webp')) {
498
+ node.webp = 'T';
499
+ }
500
+ // data url 图片如果没有设置 original-src 默认为不可预览的小图片
501
+ if (attrs.src.includes('data:') && this.options.previewImg !== 'all' && !attrs['original-src']) {
502
+ attrs.ignore = 'T';
503
+ }
504
+ if (!attrs.ignore || node.webp || attrs.src.includes('cloud://')) {
505
+ for (let i = this.stack.length; i--; ) {
506
+ const item = this.stack[i];
507
+ if (item.name === 'a') {
508
+ node.a = item.attrs;
509
+ }
510
+ if (item.name === 'table' && !node.webp && !attrs.src.includes('cloud://')) {
511
+ if (!styleObj.display || styleObj.display.includes('inline')) {
512
+ node.t = 'inline-block';
513
+ } else {
514
+ node.t = styleObj.display;
515
+ }
516
+ styleObj.display = undefined;
517
+ }
518
+ // #ifndef H5 || APP-PLUS
519
+ const style = item.attrs.style || '';
520
+ if (
521
+ style.includes('flex:') &&
522
+ !style.includes('flex:0') &&
523
+ !style.includes('flex: 0') &&
524
+ (!styleObj.width || parseInt(styleObj.width) > 100)
525
+ ) {
526
+ styleObj.width = '100% !important';
527
+ styleObj.height = '';
528
+ for (let j = i + 1; j < this.stack.length; j++) {
529
+ this.stack[j].attrs.style = (this.stack[j].attrs.style || '').replace('inline-', '');
530
+ }
531
+ } else if (style.includes('flex') && styleObj.width === '100%') {
532
+ for (let j = i + 1; j < this.stack.length; j++) {
533
+ const style = this.stack[j].attrs.style || '';
534
+ if (!style.includes(';width') && !style.includes(' width') && style.indexOf('width') !== 0) {
535
+ styleObj.width = '';
536
+ break;
537
+ }
538
+ }
539
+ } else if (style.includes('inline-block')) {
540
+ if (styleObj.width && styleObj.width[styleObj.width.length - 1] === '%') {
541
+ item.attrs.style += ';max-width:' + styleObj.width;
542
+ styleObj.width = '';
543
+ } else {
544
+ item.attrs.style += ';max-width:100%';
545
+ }
546
+ }
547
+ // #endif
548
+ item.c = 1;
549
+ }
550
+ attrs.i = this.imgList.length.toString();
551
+ let src = attrs['original-src'] || attrs.src;
552
+ // #ifndef H5 || MP-ALIPAY || APP-PLUS || MP-360
553
+ if (this.imgList.includes(src)) {
554
+ // 如果有重复的链接则对域名进行随机大小写变换避免预览时错位
555
+ let i = src.indexOf('://');
556
+ if (i !== -1) {
557
+ i += 3;
558
+ let newSrc = src.substr(0, i);
559
+ for (; i < src.length; i++) {
560
+ if (src[i] === '/') break;
561
+ newSrc += Math.random() > 0.5 ? src[i].toUpperCase() : src[i];
562
+ }
563
+ newSrc += src.substr(i);
564
+ src = newSrc;
565
+ }
566
+ }
567
+ // #endif
568
+ this.imgList.push(src);
569
+ if (!node.t) {
570
+ this.imgList._unloadimgs += 1;
571
+ }
572
+ // #ifdef H5 || APP-PLUS
573
+ if (this.options.lazyLoad) {
574
+ attrs['data-src'] = attrs.src;
575
+ attrs.src = undefined;
576
+ }
577
+ // #endif
578
+ }
579
+ }
580
+ if (styleObj.display === 'inline') {
581
+ styleObj.display = '';
582
+ }
583
+ // #ifndef APP-PLUS-NVUE
584
+ if (attrs.ignore) {
585
+ styleObj['max-width'] = styleObj['max-width'] || '100%';
586
+ attrs.style += ';-webkit-touch-callout:none';
587
+ }
588
+ // #endif
589
+ // 设置的宽度超出屏幕,为避免变形,高度转为自动
590
+ if (parseInt(styleObj.width) > windowWidth) {
591
+ styleObj.height = undefined;
592
+ }
593
+ // 记录是否设置了宽高
594
+ if (!isNaN(parseInt(styleObj.width))) {
595
+ node.w = 'T';
596
+ }
597
+ if (
598
+ !isNaN(parseInt(styleObj.height)) &&
599
+ (!styleObj.height.includes('%') || (parent && (parent.attrs.style || '').includes('height')))
600
+ ) {
601
+ node.h = 'T';
602
+ }
603
+ if (node.w && node.h && styleObj['object-fit']) {
604
+ if (styleObj['object-fit'] === 'contain') {
605
+ node.m = 'aspectFit';
606
+ } else if (styleObj['object-fit'] === 'cover') {
607
+ node.m = 'aspectFill';
608
+ }
609
+ }
610
+ } else if (node.name === 'svg') {
611
+ siblings.push(node);
612
+ this.stack.push(node);
613
+ this.popNode();
614
+ return;
615
+ }
616
+ for (const key in styleObj) {
617
+ if (styleObj[key]) {
618
+ attrs.style += `;${key}:${styleObj[key].replace(' !important', '')}`;
619
+ }
620
+ }
621
+ attrs.style = attrs.style.substr(1) || undefined;
622
+ // #ifdef (MP-WEIXIN || MP-QQ) && VUE3
623
+ if (!attrs.style) {
624
+ delete attrs.style;
625
+ }
626
+ // #endif
627
+ } else {
628
+ if ((node.name === 'pre' || ((attrs.style || '').includes('white-space') && attrs.style.includes('pre'))) && this.pre !== 2) {
629
+ this.pre = node.pre = 1;
630
+ }
631
+ node.children = [];
632
+ this.stack.push(node);
633
+ }
634
+
635
+ // 加入节点树
636
+ siblings.push(node);
637
+ };
638
+
639
+ /**
640
+ * @description 解析到标签结束
641
+ * @param {String} name 标签名
642
+ * @private
643
+ */
644
+ Parser.prototype.onCloseTag = function (name) {
645
+ // 依次出栈到匹配为止
646
+ name = this.xml ? name : name.toLowerCase();
647
+ let i;
648
+ for (i = this.stack.length; i--; ) {
649
+ if (this.stack[i].name === name) break;
650
+ }
651
+ if (i !== -1) {
652
+ while (this.stack.length > i) {
653
+ this.popNode();
654
+ }
655
+ } else if (name === 'p' || name === 'br') {
656
+ const siblings = this.stack.length ? this.stack[this.stack.length - 1].children : this.nodes;
657
+ siblings.push({
658
+ name,
659
+ attrs: {
660
+ class: tagSelector[name] || '',
661
+ style: this.tagStyle[name] || ''
662
+ }
663
+ });
664
+ }
665
+ };
666
+
667
+ /**
668
+ * @description 处理标签出栈
669
+ * @private
670
+ */
671
+ Parser.prototype.popNode = function () {
672
+ const node = this.stack.pop();
673
+ let attrs = node.attrs;
674
+ const children = node.children;
675
+ const parent = this.stack[this.stack.length - 1];
676
+ const siblings = parent ? parent.children : this.nodes;
677
+
678
+ if (!this.hook(node) || config.ignoreTags[node.name]) {
679
+ // 获取标题
680
+ if (node.name === 'title' && children.length && children[0].type === 'text' && this.options.setTitle) {
681
+ uni.setNavigationBarTitle({
682
+ title: children[0].text
683
+ });
684
+ }
685
+ siblings.pop();
686
+ return;
687
+ }
688
+
689
+ if (node.pre && this.pre !== 2) {
690
+ // 是否合并空白符标识
691
+ this.pre = node.pre = undefined;
692
+ for (let i = this.stack.length; i--; ) {
693
+ if (this.stack[i].pre) {
694
+ this.pre = 1;
695
+ }
696
+ }
697
+ }
698
+
699
+ const styleObj = {};
700
+
701
+ // 转换 svg
702
+ if (node.name === 'svg') {
703
+ if (this.xml > 1) {
704
+ // 多层 svg 嵌套
705
+ this.xml--;
706
+ return;
707
+ }
708
+ // #ifdef APP-PLUS-NVUE
709
+ (function traversal(node) {
710
+ if (node.name) {
711
+ // 调整 svg 的大小写
712
+ node.name = config.svgDict[node.name] || node.name;
713
+ for (const item in node.attrs) {
714
+ if (config.svgDict[item]) {
715
+ node.attrs[config.svgDict[item]] = node.attrs[item];
716
+ node.attrs[item] = undefined;
717
+ }
718
+ }
719
+ for (let i = 0; i < (node.children || []).length; i++) {
720
+ traversal(node.children[i]);
721
+ }
722
+ }
723
+ })(node);
724
+ // #endif
725
+ // #ifndef APP-PLUS-NVUE
726
+ let src = '';
727
+ const style = attrs.style;
728
+ attrs.style = '';
729
+ attrs.xmlns = 'http://www.w3.org/2000/svg';
730
+ (function traversal(node) {
731
+ if (node.type === 'text') {
732
+ src += node.text;
733
+ return;
734
+ }
735
+ const name = config.svgDict[node.name] || node.name;
736
+ if (name === 'foreignObject') {
737
+ for (const child of node.children || []) {
738
+ if (child.attrs && !child.attrs.xmlns) {
739
+ child.attrs.xmlns = 'http://www.w3.org/1999/xhtml';
740
+ break;
741
+ }
742
+ }
743
+ }
744
+ src += '<' + name;
745
+ for (const item in node.attrs) {
746
+ const val = node.attrs[item];
747
+ if (val) {
748
+ src += ` ${config.svgDict[item] || item}="${val.replace(/"/g, '')}"`;
749
+ }
750
+ }
751
+ if (!node.children) {
752
+ src += '/>';
753
+ } else {
754
+ src += '>';
755
+ for (let i = 0; i < node.children.length; i++) {
756
+ traversal(node.children[i]);
757
+ }
758
+ src += '</' + name + '>';
759
+ }
760
+ })(node);
761
+ node.name = 'img';
762
+ node.attrs = {
763
+ src: 'data:image/svg+xml;utf8,' + src.replace(/#/g, '%23'),
764
+ style,
765
+ ignore: 'T'
766
+ };
767
+ node.children = undefined;
768
+ // #endif
769
+ this.xml = false;
770
+ config.ignoreTags.style = true;
771
+ return;
772
+ }
773
+
774
+ // #ifndef APP-PLUS-NVUE
775
+ // 转换 align 属性
776
+ if (attrs.align) {
777
+ if (node.name === 'table') {
778
+ if (attrs.align === 'center') {
779
+ styleObj['margin-inline-start'] = styleObj['margin-inline-end'] = 'auto';
780
+ } else {
781
+ styleObj.float = attrs.align;
782
+ }
783
+ } else {
784
+ styleObj['text-align'] = attrs.align;
785
+ }
786
+ attrs.align = undefined;
787
+ }
788
+
789
+ // 转换 dir 属性
790
+ if (attrs.dir) {
791
+ styleObj.direction = attrs.dir;
792
+ attrs.dir = undefined;
793
+ }
794
+
795
+ // 转换 font 标签的属性
796
+ if (node.name === 'font') {
797
+ if (attrs.color) {
798
+ styleObj.color = attrs.color;
799
+ attrs.color = undefined;
800
+ }
801
+ if (attrs.face) {
802
+ styleObj['font-family'] = attrs.face;
803
+ attrs.face = undefined;
804
+ }
805
+ if (attrs.size) {
806
+ let size = parseInt(attrs.size);
807
+ if (!isNaN(size)) {
808
+ if (size < 1) {
809
+ size = 1;
810
+ } else if (size > 7) {
811
+ size = 7;
812
+ }
813
+ styleObj['font-size'] = ['x-small', 'small', 'medium', 'large', 'x-large', 'xx-large', 'xxx-large'][size - 1];
814
+ }
815
+ attrs.size = undefined;
816
+ }
817
+ }
818
+ // #endif
819
+
820
+ // 一些编辑器的自带 class
821
+ if ((attrs.class || '').includes('align-center')) {
822
+ styleObj['text-align'] = 'center';
823
+ }
824
+
825
+ Object.assign(styleObj, this.parseStyle(node));
826
+
827
+ if (node.name !== 'table' && parseInt(styleObj.width) > windowWidth) {
828
+ styleObj['max-width'] = '100%';
829
+ styleObj['box-sizing'] = 'border-box';
830
+ }
831
+
832
+ // #ifndef APP-PLUS-NVUE
833
+ if (config.blockTags[node.name]) {
834
+ node.name = 'div';
835
+ } else if (!config.trustTags[node.name] && !this.xml) {
836
+ // 未知标签转为 span,避免无法显示
837
+ node.name = 'span';
838
+ }
839
+
840
+ if (
841
+ node.name === 'a' ||
842
+ node.name === 'ad' ||
843
+ // #ifdef H5 || APP-PLUS
844
+ node.name === 'iframe' // eslint-disable-line
845
+ // #endif
846
+ ) {
847
+ this.expose();
848
+ } else if (node.name === 'video') {
849
+ if ((styleObj.height || '').includes('auto')) {
850
+ styleObj.height = undefined;
851
+ }
852
+ /* #ifdef APP-PLUS */
853
+ let str = '<video style="width:100%;height:100%"';
854
+ for (const item in attrs) {
855
+ if (attrs[item]) {
856
+ str += ' ' + item + '="' + attrs[item] + '"';
857
+ }
858
+ }
859
+ if (this.options.pauseVideo) {
860
+ str +=
861
+ " onplay=\"this.dispatchEvent(new CustomEvent('vplay',{bubbles:!0}));for(var e=document.getElementsByTagName('video'),t=0;t<e.length;t++)e[t]!=this&&e[t].pause()\"";
862
+ }
863
+ str += '>';
864
+ for (let i = 0; i < node.src.length; i++) {
865
+ str += '<source src="' + node.src[i] + '">';
866
+ }
867
+ str += '</video>';
868
+ node.html = str;
869
+ /* #endif */
870
+ } else if ((node.name === 'ul' || node.name === 'ol') && node.c) {
871
+ // 列表处理
872
+ const types = {
873
+ a: 'lower-alpha',
874
+ A: 'upper-alpha',
875
+ i: 'lower-roman',
876
+ I: 'upper-roman'
877
+ };
878
+ if (types[attrs.type]) {
879
+ attrs.style += ';list-style-type:' + types[attrs.type];
880
+ attrs.type = undefined;
881
+ }
882
+ for (let i = children.length; i--; ) {
883
+ if (children[i].name === 'li') {
884
+ children[i].c = 1;
885
+ }
886
+ }
887
+ } else if (node.name === 'table') {
888
+ // 表格处理
889
+ // cellpadding、cellspacing、border 这几个常用表格属性需要通过转换实现
890
+ let padding = parseFloat(attrs.cellpadding);
891
+ let spacing = parseFloat(attrs.cellspacing);
892
+ const border = parseFloat(attrs.border);
893
+ const bordercolor = styleObj['border-color'];
894
+ const borderstyle = styleObj['border-style'];
895
+ if (node.c) {
896
+ // padding 和 spacing 默认 2
897
+ if (isNaN(padding)) {
898
+ padding = 2;
899
+ }
900
+ if (isNaN(spacing)) {
901
+ spacing = 2;
902
+ }
903
+ }
904
+ if (border) {
905
+ attrs.style += `;border:${border}px ${borderstyle || 'solid'} ${bordercolor || 'gray'}`;
906
+ }
907
+ if (node.flag && node.c) {
908
+ // 有 colspan 或 rowspan 且含有链接的表格通过 grid 布局实现
909
+ styleObj.display = 'grid';
910
+ if (styleObj['border-collapse'] === 'collapse') {
911
+ styleObj['border-collapse'] = undefined;
912
+ spacing = 0;
913
+ }
914
+ if (spacing) {
915
+ styleObj['grid-gap'] = spacing + 'px';
916
+ styleObj.padding = spacing + 'px';
917
+ } else if (border) {
918
+ // 无间隔的情况下避免边框重叠
919
+ attrs.style += ';border-left:0;border-top:0';
920
+ }
921
+
922
+ const width = []; // 表格的列宽
923
+ const trList = []; // tr 列表
924
+ const cells = []; // 保存新的单元格
925
+ const map = {}; // 被合并单元格占用的格子
926
+
927
+ (function traversal(nodes) {
928
+ for (let i = 0; i < nodes.length; i++) {
929
+ if (nodes[i].name === 'tr') {
930
+ trList.push(nodes[i]);
931
+ } else if (nodes[i].name === 'colgroup') {
932
+ let colI = 1;
933
+ for (const col of nodes[i].children || []) {
934
+ if (col.name === 'col') {
935
+ const style = col.attrs.style || '';
936
+ const start = style.indexOf('width') ? style.indexOf(';width') : 0;
937
+ // 提取出宽度
938
+ if (start !== -1) {
939
+ let end = style.indexOf(';', start + 6);
940
+ if (end === -1) {
941
+ end = style.length;
942
+ }
943
+ width[colI] = style.substring(start ? start + 7 : 6, end);
944
+ }
945
+ colI += 1;
946
+ }
947
+ }
948
+ } else {
949
+ traversal(nodes[i].children || []);
950
+ }
951
+ }
952
+ })(children);
953
+
954
+ for (let row = 1; row <= trList.length; row++) {
955
+ let col = 1;
956
+ for (let j = 0; j < trList[row - 1].children.length; j++) {
957
+ const td = trList[row - 1].children[j];
958
+ if (td.name === 'td' || td.name === 'th') {
959
+ // 这个格子被上面的单元格占用,则列号++
960
+ while (map[row + '.' + col]) {
961
+ col++;
962
+ }
963
+ let style = td.attrs.style || '';
964
+ let start = style.indexOf('width') ? style.indexOf(';width') : 0;
965
+ // 提取出 td 的宽度
966
+ if (start !== -1) {
967
+ let end = style.indexOf(';', start + 6);
968
+ if (end === -1) {
969
+ end = style.length;
970
+ }
971
+ if (!td.attrs.colspan) {
972
+ width[col] = style.substring(start ? start + 7 : 6, end);
973
+ }
974
+ style = style.substr(0, start) + style.substr(end);
975
+ }
976
+ // 设置竖直对齐
977
+ style += ';display:flex';
978
+ start = style.indexOf('vertical-align');
979
+ if (start !== -1) {
980
+ const val = style.substr(start + 15, 10);
981
+ if (val.includes('middle')) {
982
+ style += ';align-items:center';
983
+ } else if (val.includes('bottom')) {
984
+ style += ';align-items:flex-end';
985
+ }
986
+ } else {
987
+ style += ';align-items:center';
988
+ }
989
+ // 设置水平对齐
990
+ start = style.indexOf('text-align');
991
+ if (start !== -1) {
992
+ const val = style.substr(start + 11, 10);
993
+ if (val.includes('center')) {
994
+ style += ';justify-content: center';
995
+ } else if (val.includes('right')) {
996
+ style += ';justify-content: right';
997
+ }
998
+ }
999
+ style =
1000
+ (border
1001
+ ? `;border:${border}px ${borderstyle || 'solid'} ${bordercolor || 'gray'}` +
1002
+ (spacing ? '' : ';border-right:0;border-bottom:0')
1003
+ : '') +
1004
+ (padding ? `;padding:${padding}px` : '') +
1005
+ ';' +
1006
+ style;
1007
+ // 处理列合并
1008
+ if (td.attrs.colspan) {
1009
+ style += `;grid-column-start:${col};grid-column-end:${col + parseInt(td.attrs.colspan)}`;
1010
+ if (!td.attrs.rowspan) {
1011
+ style += `;grid-row-start:${row};grid-row-end:${row + 1}`;
1012
+ }
1013
+ col += parseInt(td.attrs.colspan) - 1;
1014
+ }
1015
+ // 处理行合并
1016
+ if (td.attrs.rowspan) {
1017
+ style += `;grid-row-start:${row};grid-row-end:${row + parseInt(td.attrs.rowspan)}`;
1018
+ if (!td.attrs.colspan) {
1019
+ style += `;grid-column-start:${col};grid-column-end:${col + 1}`;
1020
+ }
1021
+ // 记录下方单元格被占用
1022
+ for (let rowspan = 1; rowspan < td.attrs.rowspan; rowspan++) {
1023
+ for (let colspan = 0; colspan < (td.attrs.colspan || 1); colspan++) {
1024
+ map[row + rowspan + '.' + (col - colspan)] = 1;
1025
+ }
1026
+ }
1027
+ }
1028
+ if (style) {
1029
+ td.attrs.style = style;
1030
+ }
1031
+ cells.push(td);
1032
+ col++;
1033
+ }
1034
+ }
1035
+ if (row === 1) {
1036
+ let temp = '';
1037
+ for (let i = 1; i < col; i++) {
1038
+ temp += (width[i] ? width[i] : 'auto') + ' ';
1039
+ }
1040
+ styleObj['grid-template-columns'] = temp;
1041
+ }
1042
+ }
1043
+ node.children = cells;
1044
+ } else {
1045
+ // 没有使用合并单元格的表格通过 table 布局实现
1046
+ if (node.c) {
1047
+ styleObj.display = 'table';
1048
+ }
1049
+ if (!isNaN(spacing)) {
1050
+ styleObj['border-spacing'] = spacing + 'px';
1051
+ }
1052
+ if (border || padding) {
1053
+ // 遍历
1054
+ (function traversal(nodes) {
1055
+ for (let i = 0; i < nodes.length; i++) {
1056
+ const td = nodes[i];
1057
+ if (td.name === 'th' || td.name === 'td') {
1058
+ if (border) {
1059
+ td.attrs.style = `border:${border}px ${borderstyle || 'solid'} ${bordercolor || 'gray'};${td.attrs.style || ''}`;
1060
+ }
1061
+ if (padding) {
1062
+ td.attrs.style = `padding:${padding}px;${td.attrs.style || ''}`;
1063
+ }
1064
+ } else if (td.children) {
1065
+ traversal(td.children);
1066
+ }
1067
+ }
1068
+ })(children);
1069
+ }
1070
+ }
1071
+ // 给表格添加一个单独的横向滚动层
1072
+ if (this.options.scrollTable && !(attrs.style || '').includes('inline')) {
1073
+ const table = Object.assign({}, node);
1074
+ node.name = 'div';
1075
+ node.attrs = {
1076
+ style: 'overflow:auto'
1077
+ };
1078
+ node.children = [table];
1079
+ attrs = table.attrs;
1080
+ }
1081
+ } else if ((node.name === 'tbody' || node.name === 'tr') && node.flag && node.c) {
1082
+ node.flag = undefined;
1083
+ (function traversal(nodes) {
1084
+ for (let i = 0; i < nodes.length; i++) {
1085
+ if (nodes[i].name === 'td') {
1086
+ // 颜色样式设置给单元格避免丢失
1087
+ for (const style of ['color', 'background', 'background-color']) {
1088
+ if (styleObj[style]) {
1089
+ nodes[i].attrs.style = style + ':' + styleObj[style] + ';' + (nodes[i].attrs.style || '');
1090
+ }
1091
+ }
1092
+ } else {
1093
+ traversal(nodes[i].children || []);
1094
+ }
1095
+ }
1096
+ })(children);
1097
+ } else if ((node.name === 'td' || node.name === 'th') && (attrs.colspan || attrs.rowspan)) {
1098
+ for (let i = this.stack.length; i--; ) {
1099
+ if (this.stack[i].name === 'table' || this.stack[i].name === 'tbody' || this.stack[i].name === 'tr') {
1100
+ this.stack[i].flag = 1; // 指示含有合并单元格
1101
+ // break;
1102
+ }
1103
+ }
1104
+ } else if (node.name === 'ruby') {
1105
+ // 转换 ruby
1106
+ node.name = 'span';
1107
+ for (let i = 0; i < children.length - 1; i++) {
1108
+ if (children[i].type === 'text' && children[i + 1].name === 'rt') {
1109
+ children[i] = {
1110
+ name: 'div',
1111
+ attrs: {
1112
+ style: 'display:inline-block;text-align:center'
1113
+ },
1114
+ children: [
1115
+ {
1116
+ name: 'div',
1117
+ attrs: {
1118
+ style: 'font-size:50%;' + (children[i + 1].attrs.style || '')
1119
+ },
1120
+ children: children[i + 1].children
1121
+ },
1122
+ children[i]
1123
+ ]
1124
+ };
1125
+ children.splice(i + 1, 1);
1126
+ }
1127
+ }
1128
+ } else if (node.c) {
1129
+ (function traversal(node) {
1130
+ node.c = 2;
1131
+ for (let i = node.children.length; i--; ) {
1132
+ const child = node.children[i];
1133
+ // #ifdef (MP-WEIXIN || MP-QQ || APP-PLUS || MP-360) && VUE3
1134
+ if (
1135
+ child.name &&
1136
+ (config.inlineTags[child.name] || ((child.attrs.style || '').includes('inline') && child.children)) &&
1137
+ !child.c
1138
+ ) {
1139
+ traversal(child);
1140
+ }
1141
+ // #endif
1142
+ if (!child.c || child.name === 'table') {
1143
+ node.c = 1;
1144
+ }
1145
+ }
1146
+ })(node);
1147
+ }
1148
+
1149
+ if ((styleObj.display || '').includes('flex') && !node.c) {
1150
+ for (let i = children.length; i--; ) {
1151
+ const item = children[i];
1152
+ if (item.f) {
1153
+ item.attrs.style = (item.attrs.style || '') + item.f;
1154
+ item.f = undefined;
1155
+ }
1156
+ }
1157
+ }
1158
+ // flex 布局时部分样式需要提取到 rich-text 外层
1159
+ const flex =
1160
+ parent &&
1161
+ ((parent.attrs.style || '').includes('flex') || (parent.attrs.style || '').includes('grid')) &&
1162
+ // #ifdef MP-WEIXIN
1163
+ // 检查基础库版本 virtualHost 是否可用
1164
+ !(node.c && wx.getNFCAdapter) && // eslint-disable-line
1165
+ // #endif
1166
+ // #ifndef MP-WEIXIN || MP-QQ || MP-BAIDU || MP-TOUTIAO
1167
+ !node.c; // eslint-disable-line
1168
+ // #endif
1169
+ if (flex) {
1170
+ node.f = ';max-width:100%';
1171
+ }
1172
+
1173
+ if (children.length >= 50 && node.c && !(styleObj.display || '').includes('flex')) {
1174
+ mergeNodes(children);
1175
+ }
1176
+ // #endif
1177
+
1178
+ for (const key in styleObj) {
1179
+ if (styleObj[key]) {
1180
+ const val = `;${key}:${styleObj[key].replace(' !important', '')}`;
1181
+ /* #ifndef APP-PLUS-NVUE */
1182
+ if (
1183
+ flex &&
1184
+ ((key.includes('flex') && key !== 'flex-direction') ||
1185
+ key === 'align-self' ||
1186
+ key.includes('grid') ||
1187
+ styleObj[key][0] === '-' ||
1188
+ (key.includes('width') && val.includes('%')))
1189
+ ) {
1190
+ node.f += val;
1191
+ if (key === 'width') {
1192
+ attrs.style += ';width:100%';
1193
+ }
1194
+ } else /* #endif */ {
1195
+ attrs.style += val;
1196
+ }
1197
+ }
1198
+ }
1199
+ attrs.style = attrs.style.substr(1) || undefined;
1200
+ // #ifdef (MP-WEIXIN || MP-QQ) && VUE3
1201
+ for (const key in attrs) {
1202
+ if (!attrs[key]) {
1203
+ delete attrs[key];
1204
+ }
1205
+ }
1206
+ // #endif
1207
+ };
1208
+
1209
+ /**
1210
+ * @description 解析到文本
1211
+ * @param {String} text 文本内容
1212
+ */
1213
+ Parser.prototype.onText = function (text) {
1214
+ if (!this.pre) {
1215
+ // 合并空白符
1216
+ let trim = '';
1217
+ let flag;
1218
+ for (let i = 0, len = text.length; i < len; i++) {
1219
+ if (!blankChar[text[i]]) {
1220
+ trim += text[i];
1221
+ } else {
1222
+ if (trim[trim.length - 1] !== ' ') {
1223
+ trim += ' ';
1224
+ }
1225
+ if (text[i] === '\n' && !flag) {
1226
+ flag = true;
1227
+ }
1228
+ }
1229
+ }
1230
+ // 去除含有换行符的空串
1231
+ if (trim === ' ') {
1232
+ if (flag) return;
1233
+ // #ifdef VUE3
1234
+ else {
1235
+ const parent = this.stack[this.stack.length - 1];
1236
+ if (parent && parent.name[0] === 't') return;
1237
+ }
1238
+ // #endif
1239
+ }
1240
+ text = trim;
1241
+ }
1242
+ const node = Object.create(null);
1243
+ node.type = 'text';
1244
+ // #ifdef (MP-BAIDU || MP-ALIPAY || MP-TOUTIAO) && VUE3
1245
+ node.attrs = {};
1246
+ // #endif
1247
+ node.text = decodeEntity(text);
1248
+ if (this.hook(node)) {
1249
+ // #ifdef MP-WEIXIN
1250
+ if (this.options.selectable === 'force' && system.includes('iOS') && !uni.canIUse('rich-text.user-select')) {
1251
+ this.expose();
1252
+ }
1253
+ // #endif
1254
+ const siblings = this.stack.length ? this.stack[this.stack.length - 1].children : this.nodes;
1255
+ siblings.push(node);
1256
+ }
1257
+ };
1258
+
1259
+ /**
1260
+ * @description html 词法分析器
1261
+ * @param {Object} handler 高层处理器
1262
+ */
1263
+ function Lexer(handler) {
1264
+ this.handler = handler;
1265
+ }
1266
+
1267
+ /**
1268
+ * @description 执行解析
1269
+ * @param {String} content 要解析的文本
1270
+ */
1271
+ Lexer.prototype.parse = function (content) {
1272
+ this.content = content || '';
1273
+ this.i = 0; // 标记解析位置
1274
+ this.start = 0; // 标记一个单词的开始位置
1275
+ this.state = this.text; // 当前状态
1276
+ for (let len = this.content.length; this.i !== -1 && this.i < len; ) {
1277
+ this.state();
1278
+ }
1279
+ };
1280
+
1281
+ /**
1282
+ * @description 检查标签是否闭合
1283
+ * @param {String} method 如果闭合要进行的操作
1284
+ * @returns {Boolean} 是否闭合
1285
+ * @private
1286
+ */
1287
+ Lexer.prototype.checkClose = function (method) {
1288
+ const selfClose = this.content[this.i] === '/';
1289
+ if (this.content[this.i] === '>' || (selfClose && this.content[this.i + 1] === '>')) {
1290
+ if (method) {
1291
+ this.handler[method](this.content.substring(this.start, this.i));
1292
+ }
1293
+ this.i += selfClose ? 2 : 1;
1294
+ this.start = this.i;
1295
+ this.handler.onOpenTag(selfClose);
1296
+ if (this.handler.tagName === 'script') {
1297
+ this.i = this.content.indexOf('</', this.i);
1298
+ if (this.i !== -1) {
1299
+ this.i += 2;
1300
+ this.start = this.i;
1301
+ }
1302
+ this.state = this.endTag;
1303
+ } else {
1304
+ this.state = this.text;
1305
+ }
1306
+ return true;
1307
+ }
1308
+ return false;
1309
+ };
1310
+
1311
+ /**
1312
+ * @description 文本状态
1313
+ * @private
1314
+ */
1315
+ Lexer.prototype.text = function () {
1316
+ this.i = this.content.indexOf('<', this.i); // 查找最近的标签
1317
+ if (this.i === -1) {
1318
+ // 没有标签了
1319
+ if (this.start < this.content.length) {
1320
+ this.handler.onText(this.content.substring(this.start, this.content.length));
1321
+ }
1322
+ return;
1323
+ }
1324
+ const c = this.content[this.i + 1];
1325
+ if ((c >= 'a' && c <= 'z') || (c >= 'A' && c <= 'Z')) {
1326
+ // 标签开头
1327
+ if (this.start !== this.i) {
1328
+ this.handler.onText(this.content.substring(this.start, this.i));
1329
+ }
1330
+ this.start = ++this.i;
1331
+ this.state = this.tagName;
1332
+ } else if (c === '/' || c === '!' || c === '?') {
1333
+ if (this.start !== this.i) {
1334
+ this.handler.onText(this.content.substring(this.start, this.i));
1335
+ }
1336
+ const next = this.content[this.i + 2];
1337
+ if (c === '/' && ((next >= 'a' && next <= 'z') || (next >= 'A' && next <= 'Z'))) {
1338
+ // 标签结尾
1339
+ this.i += 2;
1340
+ this.start = this.i;
1341
+ this.state = this.endTag;
1342
+ return;
1343
+ }
1344
+ // 处理注释
1345
+ let end = '-->';
1346
+ if (c !== '!' || this.content[this.i + 2] !== '-' || this.content[this.i + 3] !== '-') {
1347
+ end = '>';
1348
+ }
1349
+ this.i = this.content.indexOf(end, this.i);
1350
+ if (this.i !== -1) {
1351
+ this.i += end.length;
1352
+ this.start = this.i;
1353
+ }
1354
+ } else {
1355
+ this.i++;
1356
+ }
1357
+ };
1358
+
1359
+ /**
1360
+ * @description 标签名状态
1361
+ * @private
1362
+ */
1363
+ Lexer.prototype.tagName = function () {
1364
+ if (blankChar[this.content[this.i]]) {
1365
+ // 解析到标签名
1366
+ this.handler.onTagName(this.content.substring(this.start, this.i));
1367
+ while (blankChar[this.content[++this.i]]);
1368
+ if (this.i < this.content.length && !this.checkClose()) {
1369
+ this.start = this.i;
1370
+ this.state = this.attrName;
1371
+ }
1372
+ } else if (!this.checkClose('onTagName')) {
1373
+ this.i++;
1374
+ }
1375
+ };
1376
+
1377
+ /**
1378
+ * @description 属性名状态
1379
+ * @private
1380
+ */
1381
+ Lexer.prototype.attrName = function () {
1382
+ let c = this.content[this.i];
1383
+ if (blankChar[c] || c === '=') {
1384
+ // 解析到属性名
1385
+ this.handler.onAttrName(this.content.substring(this.start, this.i));
1386
+ let needVal = c === '=';
1387
+ const len = this.content.length;
1388
+ while (++this.i < len) {
1389
+ c = this.content[this.i];
1390
+ if (!blankChar[c]) {
1391
+ if (this.checkClose()) return;
1392
+ if (needVal) {
1393
+ // 等号后遇到第一个非空字符
1394
+ this.start = this.i;
1395
+ this.state = this.attrVal;
1396
+ return;
1397
+ }
1398
+ if (this.content[this.i] === '=') {
1399
+ needVal = true;
1400
+ } else {
1401
+ this.start = this.i;
1402
+ this.state = this.attrName;
1403
+ return;
1404
+ }
1405
+ }
1406
+ }
1407
+ } else if (!this.checkClose('onAttrName')) {
1408
+ this.i++;
1409
+ }
1410
+ };
1411
+
1412
+ /**
1413
+ * @description 属性值状态
1414
+ * @private
1415
+ */
1416
+ Lexer.prototype.attrVal = function () {
1417
+ const c = this.content[this.i];
1418
+ const len = this.content.length;
1419
+ if (c === '"' || c === "'") {
1420
+ // 有冒号的属性
1421
+ this.start = ++this.i;
1422
+ this.i = this.content.indexOf(c, this.i);
1423
+ if (this.i === -1) return;
1424
+ this.handler.onAttrVal(this.content.substring(this.start, this.i));
1425
+ } else {
1426
+ // 没有冒号的属性
1427
+ for (; this.i < len; this.i++) {
1428
+ if (blankChar[this.content[this.i]]) {
1429
+ this.handler.onAttrVal(this.content.substring(this.start, this.i));
1430
+ break;
1431
+ } else if (this.checkClose('onAttrVal')) return;
1432
+ }
1433
+ }
1434
+ while (blankChar[this.content[++this.i]]);
1435
+ if (this.i < len && !this.checkClose()) {
1436
+ this.start = this.i;
1437
+ this.state = this.attrName;
1438
+ }
1439
+ };
1440
+
1441
+ /**
1442
+ * @description 结束标签状态
1443
+ * @returns {String} 结束的标签名
1444
+ * @private
1445
+ */
1446
+ Lexer.prototype.endTag = function () {
1447
+ const c = this.content[this.i];
1448
+ if (blankChar[c] || c === '>' || c === '/') {
1449
+ this.handler.onCloseTag(this.content.substring(this.start, this.i));
1450
+ if (c !== '>') {
1451
+ this.i = this.content.indexOf('>', this.i);
1452
+ if (this.i === -1) return;
1453
+ }
1454
+ this.start = ++this.i;
1455
+ this.state = this.text;
1456
+ } else {
1457
+ this.i++;
1458
+ }
1459
+ };
1460
+
1461
+ export default Parser;