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

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 (351) hide show
  1. package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-ucharts.js +605 -605
  2. package/{ui-sdks → other}/qiun-data-charts/package.json +2 -1
  3. package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +20 -0
  4. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +542 -0
  5. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +246 -0
  6. package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +51 -0
  7. package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +48 -0
  8. package/other/qiun-data-charts_2.5.0-20230101_example/main.js +13 -0
  9. package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +75 -0
  10. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +448 -0
  11. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +1 -0
  12. package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +142 -0
  13. package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +228 -0
  14. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +113 -0
  15. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +110 -0
  16. package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +58 -0
  17. package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +174 -0
  18. package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +233 -0
  19. package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +115 -0
  20. package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +339 -0
  21. package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +117 -0
  22. package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +212 -0
  23. package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +79 -0
  24. package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
  25. package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +76 -0
  26. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +455 -0
  27. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +76 -0
  28. package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate0.vue +2 -1
  29. package/other/{u-parse-2019 → u-parse}/libs/html2json.js +2 -2
  30. package/other/{uParse → u-parse}/libs/wxDiscode.js +1 -1
  31. package/other/u-parse/readme.md +102 -0
  32. package/other/{u-parse-2019 → u-parse}/u-parse.vue +1 -6
  33. package/other/u-parse2026/libs/html2json.js +2 -2
  34. package/other/u-parse2026/libs/wxDiscode.js +1 -1
  35. package/other/u-parse2026/u-parse.css +1 -0
  36. package/other/u-parse2026/u-parse.vue +1 -3
  37. package/other/uParse2/components/wxParseAudio.vue +1 -0
  38. package/other/{uParse → uParse2}/components/wxParseImg.vue +4 -4
  39. package/other/{uParse → uParse2}/components/wxParseTable.vue +15 -6
  40. package/other/{uParse → uParse2}/components/wxParseTemplate0.vue +7 -6
  41. package/other/{uParse → uParse2}/components/wxParseTemplate1.vue +10 -0
  42. package/other/{uParse → uParse2}/libs/html2json.js +2 -2
  43. package/other/{u-parse-2019 → uParse2}/libs/wxDiscode.js +1 -1
  44. package/other/{uParse/wxParse.css → uParse2/u-parse.css} +4 -4
  45. package/other/{uParse/wxParse.vue → uParse2/u-parse.vue} +18 -11
  46. package/other/uParse2/u-parse2.css +264 -0
  47. package/package.json +1 -1
  48. package/ui-cv/components/cv-dialog-share/cv-dialog-share.vue +7 -7
  49. package/ui-cv/components/cv-geo-local/cv-geo-local.vue +1 -1
  50. package/ui-cv/components/cv-icons/cv-icons.vue +18 -62
  51. package/ui-cv/components/cv-icons/iconfont/font-default-icons.js +127 -131
  52. package/ui-cv/components/cv-input-password/cv-input-password.vue +1 -1
  53. package/ui-cv/components/cv-mask-svg/cv-mask-svg.vue +1 -1
  54. package/ui-cv/components/cv-mask-svg/mixins.js +16 -12
  55. package/ui-cv/components/cv-upload-image/cv-upload-image.vue +4 -4
  56. package/ui-fireui/components/u-share-model/u-share-model.vue +1 -1
  57. package/ui-fireui/components/u-uploadsamll/u-uploadsamll.vue +1 -1
  58. package/uview-plus/components/u-dropdown-list/u-dropdown-list.vue +1 -2
  59. package/uview-plus/components/u-form/form.js +13 -12
  60. package/uview-plus/components/u-image/u-image-wu.vue +25 -1
  61. package/uview-plus/components/u-parse/README.md +192 -0
  62. package/uview-plus/components/u-parse/changelog.md +163 -0
  63. package/uview-plus/components/u-parse/node/node.vue +37 -3
  64. package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
  65. package/uview-plus/components/u-parse/parser.js +8 -3
  66. package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
  67. package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
  68. package/uview-plus/components/u-parse/u-parse.vue +29 -1
  69. package/other/lime-painter2/README2.md +0 -576
  70. package/other/lime-painter2/changelog.md +0 -225
  71. package/other/lime-painter2/package.json +0 -93
  72. package/other/lime-painter2/readme.md +0 -758
  73. package/other/lime-painter2/test.md +0 -45
  74. package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
  75. package/other/u-parse-2019/readme.md +0 -99
  76. package/other/uParse/components/style.css +0 -1
  77. package/other/uParse/components/wxParseAudio.vue +0 -1
  78. package/other/xt-parse/changelog.md +0 -41
  79. package/other/xt-parse/node/node.vue +0 -752
  80. package/other/xt-parse/package.json +0 -129
  81. package/other/xt-parse/parser.js +0 -1461
  82. package/other/xt-parse/props.js +0 -49
  83. package/other/xt-parse/readme.md +0 -145
  84. package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
  85. package/other/xt-parse/u-parse.vue +0 -510
  86. package/plugins/luch-request/adapters/index.js +0 -131
  87. package/plugins/luch-request/core/InterceptorManager.js +0 -50
  88. package/plugins/luch-request/core/Request.js +0 -199
  89. package/plugins/luch-request/core/buildFullPath.js +0 -20
  90. package/plugins/luch-request/core/defaults.js +0 -32
  91. package/plugins/luch-request/core/dispatchRequest.js +0 -5
  92. package/plugins/luch-request/core/mergeConfig.js +0 -125
  93. package/plugins/luch-request/core/settle.js +0 -16
  94. package/plugins/luch-request/helpers/buildURL.js +0 -71
  95. package/plugins/luch-request/helpers/combineURLs.js +0 -12
  96. package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
  97. package/plugins/luch-request/index.d.ts +0 -197
  98. package/plugins/luch-request/index.js +0 -2
  99. package/plugins/luch-request/readme.md +0 -3
  100. package/plugins/luch-request/utils/clone.js +0 -260
  101. package/plugins/luch-request/utils.js +0 -131
  102. package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
  103. package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
  104. package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
  105. package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
  106. package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
  107. package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
  108. package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
  109. package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
  110. package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
  111. package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
  112. package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
  113. package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
  114. package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
  115. package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
  116. package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
  117. package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
  118. package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
  119. package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
  120. package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
  121. package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
  122. package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
  123. package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
  124. package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
  125. package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
  126. package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
  127. package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
  128. package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
  129. package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
  130. package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
  131. package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
  132. package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
  133. package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
  134. package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
  135. package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
  136. package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
  137. package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
  138. package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
  139. package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
  140. package/ui-sdks/sdk-app-update/img/logo.png +0 -0
  141. package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
  142. package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
  143. package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
  144. package/ui-sdks/sdk-app-update/xxxx +0 -62
  145. package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
  146. package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
  147. package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
  148. package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
  149. package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
  150. package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
  151. package/ui-sdks/sdk-webview-main/main.js +0 -0
  152. package/ui-sdks/sdk-webview-main/mixin.js +0 -0
  153. package/uni-ui/lib/uni-badge/changelog.md +0 -33
  154. package/uni-ui/lib/uni-badge/package.json +0 -107
  155. package/uni-ui/lib/uni-badge/readme.md +0 -8
  156. package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
  157. package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
  158. package/uni-ui/lib/uni-calendar/changelog.md +0 -30
  159. package/uni-ui/lib/uni-calendar/package.json +0 -105
  160. package/uni-ui/lib/uni-calendar/readme.md +0 -103
  161. package/uni-ui/lib/uni-card/changelog.md +0 -26
  162. package/uni-ui/lib/uni-card/package.json +0 -107
  163. package/uni-ui/lib/uni-card/readme.md +0 -10
  164. package/uni-ui/lib/uni-collapse/changelog.md +0 -48
  165. package/uni-ui/lib/uni-collapse/package.json +0 -106
  166. package/uni-ui/lib/uni-collapse/readme.md +0 -11
  167. package/uni-ui/lib/uni-combox/changelog.md +0 -17
  168. package/uni-ui/lib/uni-combox/package.json +0 -107
  169. package/uni-ui/lib/uni-combox/readme.md +0 -10
  170. package/uni-ui/lib/uni-countdown/changelog.md +0 -30
  171. package/uni-ui/lib/uni-countdown/package.json +0 -105
  172. package/uni-ui/lib/uni-countdown/readme.md +0 -9
  173. package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
  174. package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
  175. package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
  176. package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
  177. package/uni-ui/lib/uni-data-picker/package.json +0 -109
  178. package/uni-ui/lib/uni-data-picker/readme.md +0 -21
  179. package/uni-ui/lib/uni-data-select/changelog.md +0 -51
  180. package/uni-ui/lib/uni-data-select/package.json +0 -106
  181. package/uni-ui/lib/uni-data-select/readme.md +0 -7
  182. package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
  183. package/uni-ui/lib/uni-dateformat/package.json +0 -107
  184. package/uni-ui/lib/uni-dateformat/readme.md +0 -10
  185. package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
  186. package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
  187. package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
  188. package/uni-ui/lib/uni-drawer/changelog.md +0 -13
  189. package/uni-ui/lib/uni-drawer/package.json +0 -106
  190. package/uni-ui/lib/uni-drawer/readme.md +0 -9
  191. package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
  192. package/uni-ui/lib/uni-easyinput/package.json +0 -107
  193. package/uni-ui/lib/uni-easyinput/readme.md +0 -10
  194. package/uni-ui/lib/uni-fab/changelog.md +0 -25
  195. package/uni-ui/lib/uni-fab/package.json +0 -107
  196. package/uni-ui/lib/uni-fab/readme.md +0 -8
  197. package/uni-ui/lib/uni-fav/changelog.md +0 -19
  198. package/uni-ui/lib/uni-fav/package.json +0 -106
  199. package/uni-ui/lib/uni-fav/readme.md +0 -9
  200. package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
  201. package/uni-ui/lib/uni-file-picker/package.json +0 -105
  202. package/uni-ui/lib/uni-file-picker/readme.md +0 -10
  203. package/uni-ui/lib/uni-forms/changelog.md +0 -100
  204. package/uni-ui/lib/uni-forms/package.json +0 -107
  205. package/uni-ui/lib/uni-forms/readme.md +0 -22
  206. package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
  207. package/uni-ui/lib/uni-goods-nav/package.json +0 -105
  208. package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
  209. package/uni-ui/lib/uni-grid/changelog.md +0 -13
  210. package/uni-ui/lib/uni-grid/package.json +0 -106
  211. package/uni-ui/lib/uni-grid/readme.md +0 -10
  212. package/uni-ui/lib/uni-group/changelog.md +0 -16
  213. package/uni-ui/lib/uni-group/package.json +0 -106
  214. package/uni-ui/lib/uni-group/readme.md +0 -8
  215. package/uni-ui/lib/uni-icons/changelog.md +0 -44
  216. package/uni-ui/lib/uni-icons/package.json +0 -111
  217. package/uni-ui/lib/uni-icons/readme.md +0 -7
  218. package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
  219. package/uni-ui/lib/uni-indexed-list/package.json +0 -107
  220. package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
  221. package/uni-ui/lib/uni-link/changelog.md +0 -17
  222. package/uni-ui/lib/uni-link/package.json +0 -106
  223. package/uni-ui/lib/uni-link/readme.md +0 -10
  224. package/uni-ui/lib/uni-list/changelog.md +0 -52
  225. package/uni-ui/lib/uni-list/package.json +0 -108
  226. package/uni-ui/lib/uni-list/readme.md +0 -44
  227. package/uni-ui/lib/uni-load-more/changelog.md +0 -27
  228. package/uni-ui/lib/uni-load-more/package.json +0 -105
  229. package/uni-ui/lib/uni-load-more/readme.md +0 -12
  230. package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
  231. package/uni-ui/lib/uni-nav-bar/package.json +0 -106
  232. package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
  233. package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
  234. package/uni-ui/lib/uni-notice-bar/package.json +0 -107
  235. package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
  236. package/uni-ui/lib/uni-number-box/changelog.md +0 -39
  237. package/uni-ui/lib/uni-number-box/package.json +0 -104
  238. package/uni-ui/lib/uni-number-box/readme.md +0 -11
  239. package/uni-ui/lib/uni-pagination/changelog.md +0 -27
  240. package/uni-ui/lib/uni-pagination/package.json +0 -106
  241. package/uni-ui/lib/uni-pagination/readme.md +0 -10
  242. package/uni-ui/lib/uni-popup/changelog.md +0 -102
  243. package/uni-ui/lib/uni-popup/package.json +0 -107
  244. package/uni-ui/lib/uni-popup/readme.md +0 -15
  245. package/uni-ui/lib/uni-rate/changelog.md +0 -27
  246. package/uni-ui/lib/uni-rate/package.json +0 -106
  247. package/uni-ui/lib/uni-rate/readme.md +0 -11
  248. package/uni-ui/lib/uni-row/changelog.md +0 -10
  249. package/uni-ui/lib/uni-row/package.json +0 -106
  250. package/uni-ui/lib/uni-row/readme.md +0 -9
  251. package/uni-ui/lib/uni-scss/changelog.md +0 -8
  252. package/uni-ui/lib/uni-scss/package.json +0 -99
  253. package/uni-ui/lib/uni-scss/readme.md +0 -3
  254. package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
  255. package/uni-ui/lib/uni-search-bar/package.json +0 -106
  256. package/uni-ui/lib/uni-search-bar/readme.md +0 -12
  257. package/uni-ui/lib/uni-section/changelog.md +0 -2
  258. package/uni-ui/lib/uni-section/package.json +0 -104
  259. package/uni-ui/lib/uni-section/readme.md +0 -7
  260. package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
  261. package/uni-ui/lib/uni-segmented-control/package.json +0 -106
  262. package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
  263. package/uni-ui/lib/uni-steps/changelog.md +0 -18
  264. package/uni-ui/lib/uni-steps/package.json +0 -106
  265. package/uni-ui/lib/uni-steps/readme.md +0 -11
  266. package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
  267. package/uni-ui/lib/uni-swipe-action/package.json +0 -113
  268. package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
  269. package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
  270. package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
  271. package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
  272. package/uni-ui/lib/uni-table/changelog.md +0 -35
  273. package/uni-ui/lib/uni-table/package.json +0 -106
  274. package/uni-ui/lib/uni-table/readme.md +0 -11
  275. package/uni-ui/lib/uni-tag/changelog.md +0 -25
  276. package/uni-ui/lib/uni-tag/package.json +0 -106
  277. package/uni-ui/lib/uni-tag/readme.md +0 -11
  278. package/uni-ui/lib/uni-title/changelog.md +0 -10
  279. package/uni-ui/lib/uni-title/package.json +0 -107
  280. package/uni-ui/lib/uni-title/readme.md +0 -12
  281. package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
  282. package/uni-ui/lib/uni-tooltip/package.json +0 -104
  283. package/uni-ui/lib/uni-tooltip/readme.md +0 -7
  284. package/uni-ui/lib/uni-transition/changelog.md +0 -31
  285. package/uni-ui/lib/uni-transition/package.json +0 -112
  286. package/uni-ui/lib/uni-transition/readme.md +0 -10
  287. package/uni-ui/lib/uni-ui/changelog.md +0 -639
  288. package/uni-ui/lib/uni-ui/package.json +0 -148
  289. package/uni-ui/lib/uni-ui/readme.md +0 -247
  290. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
  291. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
  292. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
  293. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
  294. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
  295. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
  296. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
  297. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
  298. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
  299. /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
  300. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
  301. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
  302. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
  303. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
  304. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
  305. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
  306. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
  307. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
  308. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
  309. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
  310. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
  311. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
  312. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
  313. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
  314. /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
  315. /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
  316. /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
  317. /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
  318. /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
  319. /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
  320. /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
  321. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
  322. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
  323. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
  324. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
  325. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
  326. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
  327. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
  328. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
  329. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
  330. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
  331. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
  332. /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
  333. /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
  334. /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
  335. /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
  336. /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
  337. /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
  338. /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
  339. /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
  340. /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
  341. /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
  342. /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
  343. /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
  344. /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
  345. /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
  346. /package/other/{uParse → uParse2}/editor.css +0 -0
  347. /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
  348. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
  349. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min.js +0 -0
  350. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/uni.webview.min2.js +0 -0
  351. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
@@ -1,420 +0,0 @@
1
- /*
2
- * uCharts®
3
- * 高性能跨平台图表库,支持H5、APP、小程序(微信/支付宝/百度/头条/QQ/360)、Vue、Taro等支持canvas的框架平台
4
- * Copyright (c) 2021 QIUN®秋云 https://www.ucharts.cn All rights reserved.
5
- * Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
6
- * 复制使用请保留本段注释,感谢支持开源!
7
- *
8
- * uCharts®官方网站
9
- * https://www.uCharts.cn
10
- *
11
- * 开源地址:
12
- * https://gitee.com/uCharts/uCharts
13
- *
14
- * uni-app插件市场地址:
15
- * http://ext.dcloud.net.cn/plugin?id=271
16
- *
17
- */
18
-
19
- // 通用配置项
20
-
21
- // 主题颜色配置:如每个图表类型需要不同主题,请在对应图表类型上更改color属性
22
- const color = ['#1890FF', '#91CB74', '#FAC858', '#EE6666', '#73C0DE', '#3CA272', '#FC8452', '#9A60B4', '#ea7ccc'];
23
-
24
- export default {
25
- //demotype为自定义图表类型
26
- type: ['pie', 'ring', 'rose', 'funnel', 'line', 'column', 'area', 'radar', 'gauge', 'candle', 'demotype'],
27
- //增加自定义图表类型,如果需要categories,请在这里加入您的图表类型例如最后的"demotype"
28
- categories: ['line', 'column', 'area', 'radar', 'gauge', 'candle', 'demotype'],
29
- //instance为实例变量承载属性,option为eopts承载属性,不要删除
30
- instance: {},
31
- option: {},
32
- //下面是自定义format配置,因除H5端外的其他端无法通过props传递函数,只能通过此属性对应下标的方式来替换
33
- formatter: {
34
- tooltipDemo1: function (res) {
35
- let result = '';
36
- for (let i in res) {
37
- if (i == 0) {
38
- result += res[i].axisValueLabel + '年销售额';
39
- }
40
- let value = '--';
41
- if (res[i].data !== null) {
42
- value = res[i].data;
43
- }
44
- // #ifdef H5
45
- result += '\n' + res[i].seriesName + ':' + value + ' 万元';
46
- // #endif
47
-
48
- // #ifdef APP-PLUS
49
- result += '<br/>' + res[i].marker + res[i].seriesName + ':' + value + ' 万元';
50
- // #endif
51
- }
52
- return result;
53
- },
54
- legendFormat: function (name) {
55
- return '自定义图例+' + name;
56
- },
57
- yAxisFormatDemo: function (value, index) {
58
- return value + '元';
59
- },
60
- seriesFormatDemo: function (res) {
61
- return res.name + '年' + res.value + '元';
62
- }
63
- },
64
- //这里演示了自定义您的图表类型的option,可以随意命名,之后在组件上 type="demotype" 后,组件会调用这个花括号里的option,如果组件上还存在eopts参数,会将demotype与eopts中option合并后渲染图表。
65
- demotype: {
66
- color: color
67
- //在这里填写echarts的option即可
68
- },
69
- //下面是自定义配置,请添加项目所需的通用配置
70
- column: {
71
- color: color,
72
- title: {
73
- text: ''
74
- },
75
- tooltip: {
76
- trigger: 'axis'
77
- },
78
- grid: {
79
- top: 30,
80
- bottom: 50,
81
- right: 15,
82
- left: 40
83
- },
84
- legend: {
85
- bottom: 'left'
86
- },
87
- toolbox: {
88
- show: false
89
- },
90
- xAxis: {
91
- type: 'category',
92
- axisLabel: {
93
- color: '#666666'
94
- },
95
- axisLine: {
96
- lineStyle: {
97
- color: '#CCCCCC'
98
- }
99
- },
100
- boundaryGap: true,
101
- data: []
102
- },
103
- yAxis: {
104
- type: 'value',
105
- axisTick: {
106
- show: false
107
- },
108
- axisLabel: {
109
- color: '#666666'
110
- },
111
- axisLine: {
112
- lineStyle: {
113
- color: '#CCCCCC'
114
- }
115
- }
116
- },
117
- seriesTemplate: {
118
- name: '',
119
- type: 'bar',
120
- data: [],
121
- barwidth: 20,
122
- label: {
123
- show: true,
124
- color: '#666666',
125
- position: 'top'
126
- }
127
- }
128
- },
129
- line: {
130
- color: color,
131
- title: {
132
- text: ''
133
- },
134
- tooltip: {
135
- trigger: 'axis'
136
- },
137
- grid: {
138
- top: 30,
139
- bottom: 50,
140
- right: 15,
141
- left: 40
142
- },
143
- legend: {
144
- bottom: 'left'
145
- },
146
- toolbox: {
147
- show: false
148
- },
149
- xAxis: {
150
- type: 'category',
151
- axisLabel: {
152
- color: '#666666'
153
- },
154
- axisLine: {
155
- lineStyle: {
156
- color: '#CCCCCC'
157
- }
158
- },
159
- boundaryGap: true,
160
- data: []
161
- },
162
- yAxis: {
163
- type: 'value',
164
- axisTick: {
165
- show: false
166
- },
167
- axisLabel: {
168
- color: '#666666'
169
- },
170
- axisLine: {
171
- lineStyle: {
172
- color: '#CCCCCC'
173
- }
174
- }
175
- },
176
- seriesTemplate: {
177
- name: '',
178
- type: 'line',
179
- data: [],
180
- barwidth: 20,
181
- label: {
182
- show: true,
183
- color: '#666666',
184
- position: 'top'
185
- }
186
- }
187
- },
188
- area: {
189
- color: color,
190
- title: {
191
- text: ''
192
- },
193
- tooltip: {
194
- trigger: 'axis'
195
- },
196
- grid: {
197
- top: 30,
198
- bottom: 50,
199
- right: 15,
200
- left: 40
201
- },
202
- legend: {
203
- bottom: 'left'
204
- },
205
- toolbox: {
206
- show: false
207
- },
208
- xAxis: {
209
- type: 'category',
210
- axisLabel: {
211
- color: '#666666'
212
- },
213
- axisLine: {
214
- lineStyle: {
215
- color: '#CCCCCC'
216
- }
217
- },
218
- boundaryGap: true,
219
- data: []
220
- },
221
- yAxis: {
222
- type: 'value',
223
- axisTick: {
224
- show: false
225
- },
226
- axisLabel: {
227
- color: '#666666'
228
- },
229
- axisLine: {
230
- lineStyle: {
231
- color: '#CCCCCC'
232
- }
233
- }
234
- },
235
- seriesTemplate: {
236
- name: '',
237
- type: 'line',
238
- data: [],
239
- areaStyle: {},
240
- label: {
241
- show: true,
242
- color: '#666666',
243
- position: 'top'
244
- }
245
- }
246
- },
247
- pie: {
248
- color: color,
249
- title: {
250
- text: ''
251
- },
252
- tooltip: {
253
- trigger: 'item'
254
- },
255
- grid: {
256
- top: 40,
257
- bottom: 30,
258
- right: 15,
259
- left: 15
260
- },
261
- legend: {
262
- bottom: 'left'
263
- },
264
- seriesTemplate: {
265
- name: '',
266
- type: 'pie',
267
- data: [],
268
- radius: '50%',
269
- label: {
270
- show: true,
271
- color: '#666666',
272
- position: 'top'
273
- }
274
- }
275
- },
276
- ring: {
277
- color: color,
278
- title: {
279
- text: ''
280
- },
281
- tooltip: {
282
- trigger: 'item'
283
- },
284
- grid: {
285
- top: 40,
286
- bottom: 30,
287
- right: 15,
288
- left: 15
289
- },
290
- legend: {
291
- bottom: 'left'
292
- },
293
- seriesTemplate: {
294
- name: '',
295
- type: 'pie',
296
- data: [],
297
- radius: ['40%', '70%'],
298
- avoidLabelOverlap: false,
299
- label: {
300
- show: true,
301
- color: '#666666',
302
- position: 'top'
303
- },
304
- labelLine: {
305
- show: true
306
- }
307
- }
308
- },
309
- rose: {
310
- color: color,
311
- title: {
312
- text: ''
313
- },
314
- tooltip: {
315
- trigger: 'item'
316
- },
317
- legend: {
318
- top: 'bottom'
319
- },
320
- seriesTemplate: {
321
- name: '',
322
- type: 'pie',
323
- data: [],
324
- radius: '55%',
325
- center: ['50%', '50%'],
326
- rosetype: 'area'
327
- }
328
- },
329
- funnel: {
330
- color: color,
331
- title: {
332
- text: ''
333
- },
334
- tooltip: {
335
- trigger: 'item',
336
- formatter: '{b} : {c}%'
337
- },
338
- legend: {
339
- top: 'bottom'
340
- },
341
- seriesTemplate: {
342
- name: '',
343
- type: 'funnel',
344
- left: '10%',
345
- top: 60,
346
- bottom: 60,
347
- width: '80%',
348
- min: 0,
349
- max: 100,
350
- minSize: '0%',
351
- maxSize: '100%',
352
- sort: 'descending',
353
- gap: 2,
354
- label: {
355
- show: true,
356
- position: 'inside'
357
- },
358
- labelLine: {
359
- length: 10,
360
- lineStyle: {
361
- width: 1,
362
- type: 'solid'
363
- }
364
- },
365
- itemStyle: {
366
- bordercolor: '#fff',
367
- borderwidth: 1
368
- },
369
- emphasis: {
370
- label: {
371
- fontSize: 20
372
- }
373
- },
374
- data: []
375
- }
376
- },
377
- gauge: {
378
- color: color,
379
- tooltip: {
380
- formatter: '{a} <br/>{b} : {c}%'
381
- },
382
- seriesTemplate: {
383
- name: '业务指标',
384
- type: 'gauge',
385
- detail: { formatter: '{value}%' },
386
- data: [{ value: 50, name: '完成率' }]
387
- }
388
- },
389
- candle: {
390
- xAxis: {
391
- data: []
392
- },
393
- yAxis: {},
394
- color: color,
395
- title: {
396
- text: ''
397
- },
398
- dataZoom: [
399
- {
400
- type: 'inside',
401
- xAxisIndex: [0, 1],
402
- start: 10,
403
- end: 100
404
- },
405
- {
406
- show: true,
407
- xAxisIndex: [0, 1],
408
- type: 'slider',
409
- bottom: 10,
410
- start: 10,
411
- end: 100
412
- }
413
- ],
414
- seriesTemplate: {
415
- name: '',
416
- type: 'k',
417
- data: []
418
- }
419
- }
420
- };