@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,107 +0,0 @@
1
- {
2
- "id": "uni-data-checkbox",
3
- "displayName": "uni-data-checkbox 数据选择器",
4
- "version": "1.0.6",
5
- "description": "通过数据驱动的单选框和复选框",
6
- "keywords": [
7
- "uni-ui",
8
- "checkbox",
9
- "单选",
10
- "多选",
11
- "单选多选"
12
- ],
13
- "repository": "https://github.com/dcloudio/uni-ui",
14
- "engines": {
15
- "HBuilderX": "^3.1.1",
16
- "uni-app": "^4.05",
17
- "uni-app-x": ""
18
- },
19
- "directories": {
20
- "example": "../../temps/example_temps"
21
- },
22
- "dcloudext": {
23
- "sale": {
24
- "regular": {
25
- "price": "0.00"
26
- },
27
- "sourcecode": {
28
- "price": "0.00"
29
- }
30
- },
31
- "contact": {
32
- "qq": ""
33
- },
34
- "declaration": {
35
- "ads": "无",
36
- "data": "无",
37
- "permissions": "无"
38
- },
39
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
40
- "type": "component-vue",
41
- "darkmode": "x",
42
- "i18n": "x",
43
- "widescreen": "x"
44
- },
45
- "uni_modules": {
46
- "dependencies": [
47
- "uni-load-more",
48
- "uni-scss"
49
- ],
50
- "encrypt": [],
51
- "platforms": {
52
- "cloud": {
53
- "tcb": "x",
54
- "aliyun": "x",
55
- "alipay": "x"
56
- },
57
- "client": {
58
- "uni-app": {
59
- "vue": {
60
- "vue2": "√",
61
- "vue3": "√"
62
- },
63
- "web": {
64
- "safari": "√",
65
- "chrome": "√"
66
- },
67
- "app": {
68
- "vue": "√",
69
- "nvue": "√",
70
- "android": "√",
71
- "ios": "√",
72
- "harmony": "√"
73
- },
74
- "mp": {
75
- "weixin": "√",
76
- "alipay": "√",
77
- "toutiao": "√",
78
- "baidu": "√",
79
- "kuaishou": "-",
80
- "jd": "-",
81
- "harmony": "-",
82
- "qq": "√",
83
- "lark": "-"
84
- },
85
- "quickapp": {
86
- "huawei": "√",
87
- "union": "√"
88
- }
89
- },
90
- "uni-app-x": {
91
- "web": {
92
- "safari": "-",
93
- "chrome": "-"
94
- },
95
- "app": {
96
- "android": "-",
97
- "ios": "-",
98
- "harmony": "-"
99
- },
100
- "mp": {
101
- "weixin": "-"
102
- }
103
- }
104
- }
105
- }
106
- }
107
- }
@@ -1,17 +0,0 @@
1
-
2
-
3
- ## DataCheckbox 数据驱动的单选复选框
4
- > **组件名:uni-data-checkbox**
5
- > 代码块: `uDataCheckbox`
6
-
7
-
8
- 本组件是基于uni-app基础组件checkbox的封装。本组件要解决问题包括:
9
-
10
- 1. 数据绑定型组件:给本组件绑定一个data,会自动渲染一组候选内容。再以往,开发者需要编写不少代码实现类似功能
11
- 2. 自动的表单校验:组件绑定了data,且符合[uni-forms](https://ext.dcloud.net.cn/plugin?id=2773)组件的表单校验规范,搭配使用会自动实现表单校验
12
- 3. 本组件合并了单选多选
13
- 4. 本组件有若干风格选择,如普通的单选多选框、并列button风格、tag风格。开发者可以快速选择需要的风格。但作为一个封装组件,样式代码虽然不用自己写了,却会牺牲一定的样式自定义性
14
-
15
- 在uniCloud开发中,`DB Schema`中配置了enum枚举等类型后,在web控制台的[自动生成表单](https://uniapp.dcloud.io/uniCloud/schema?id=autocode)功能中,会自动生成``uni-data-checkbox``组件并绑定好data
16
-
17
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-data-checkbox)
@@ -1,81 +0,0 @@
1
- ## 2.0.2(2025-04-14)
2
- - 修复 在readonly属性为true时选项匹配错误的问题
3
- ## 2.0.1(2024-08-22)
4
- - 修复 uni-app-x v-model 没有更新传入值的 bug
5
- ## 2.0.0(2023-12-14)
6
- - 新增 支持 uni-app-x
7
- ## 1.1.2(2023-04-11)
8
- - 修复 更改 modelValue 报错的 bug
9
- - 修复 v-for 未使用 key 值控制台 warning
10
- ## 1.1.1(2023-02-21)
11
- - 修复代码合并时引发 value 属性为空时不渲染数据的问题
12
- ## 1.1.0(2023-02-15)
13
- - 修复 localdata 不支持动态更新的bug
14
- ## 1.0.9(2023-02-15)
15
- - 修复 localdata 不支持动态更新的bug
16
- ## 1.0.8(2022-09-16)
17
- - 可以使用 uni-scss 控制主题色
18
- ## 1.0.7(2022-07-06)
19
- - 优化 pc端图标位置不正确的问题
20
- ## 1.0.6(2022-07-05)
21
- - 优化 显示样式
22
- ## 1.0.5(2022-07-04)
23
- - 修复 uni-data-picker 在 uni-forms-item 中宽度不正确的bug
24
- ## 1.0.4(2022-04-19)
25
- - 修复 字节小程序 本地数据无法选择下一级的Bug
26
- ## 1.0.3(2022-02-25)
27
- - 修复 nvue 不支持的 v-show 的 bug
28
- ## 1.0.2(2022-02-25)
29
- - 修复 条件编译 nvue 不支持的 css 样式
30
- ## 1.0.1(2021-11-23)
31
- - 修复 由上个版本引发的map、v-model等属性不生效的bug
32
- ## 1.0.0(2021-11-19)
33
- - 优化 组件 UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
34
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-data-picker](https://uniapp.dcloud.io/component/uniui/uni-data-picker)
35
- ## 0.4.9(2021-10-28)
36
- - 修复 VUE2 v-model 概率无效的 bug
37
- ## 0.4.8(2021-10-27)
38
- - 修复 v-model 概率无效的 bug
39
- ## 0.4.7(2021-10-25)
40
- - 新增 属性 spaceInfo 服务空间配置 HBuilderX 3.2.11+
41
- - 修复 树型 uniCloud 数据类型为 int 时报错的 bug
42
- ## 0.4.6(2021-10-19)
43
- - 修复 非 VUE3 v-model 为 0 时无法选中的 bug
44
- ## 0.4.5(2021-09-26)
45
- - 新增 清除已选项的功能(通过 clearIcon 属性配置是否显示按钮),同时提供 clear 方法以供调用,二者等效
46
- - 修复 readonly 为 true 时报错的 bug
47
- ## 0.4.4(2021-09-26)
48
- - 修复 上一版本造成的 map 属性失效的 bug
49
- - 新增 ellipsis 属性,支持配置 tab 选项长度过长时是否自动省略
50
- ## 0.4.3(2021-09-24)
51
- - 修复 某些情况下级联未触发的 bug
52
- ## 0.4.2(2021-09-23)
53
- - 新增 提供 show 和 hide 方法,开发者可以通过 ref 调用
54
- - 新增 选项内容过长自动添加省略号
55
- ## 0.4.1(2021-09-15)
56
- - 新增 map 属性 字段映射,将 text/value 映射到数据中的其他字段
57
- ## 0.4.0(2021-07-13)
58
- - 组件兼容 vue3,如何创建 vue3 项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
59
- ## 0.3.5(2021-06-04)
60
- - 修复 无法加载云端数据的问题
61
- ## 0.3.4(2021-05-28)
62
- - 修复 v-model 无效问题
63
- - 修复 loaddata 为空数据组时加载时间过长问题
64
- - 修复 上个版本引出的本地数据无法选择带有 children 的 2 级节点
65
- ## 0.3.3(2021-05-12)
66
- - 新增 组件示例地址
67
- ## 0.3.2(2021-04-22)
68
- - 修复 非树形数据有 where 属性查询报错的问题
69
- ## 0.3.1(2021-04-15)
70
- - 修复 本地数据概率无法回显时问题
71
- ## 0.3.0(2021-04-07)
72
- - 新增 支持云端非树形表结构数据
73
- - 修复 根节点 parent_field 字段等于 null 时选择界面错乱问题
74
- ## 0.2.0(2021-03-15)
75
- - 修复 nodeclick、popupopened、popupclosed 事件无法触发的问题
76
- ## 0.1.9(2021-03-09)
77
- - 修复 微信小程序某些情况下无法选择的问题
78
- ## 0.1.8(2021-02-05)
79
- - 优化 部分样式在 nvue 上的兼容表现
80
- ## 0.1.7(2021-02-05)
81
- - 调整为 uni_modules 目录规范
@@ -1,109 +0,0 @@
1
- {
2
- "id": "uni-data-picker",
3
- "displayName": "uni-data-picker 数据驱动的picker选择器",
4
- "version": "2.0.2",
5
- "description": "单列、多列级联选择器,常用于省市区城市选择、公司部门选择、多级分类等场景",
6
- "keywords": [
7
- "uni-ui",
8
- "uniui",
9
- "picker",
10
- "级联",
11
- "省市区",
12
- ""
13
- ],
14
- "repository": "https://github.com/dcloudio/uni-ui",
15
- "engines": {
16
- "HBuilderX": "",
17
- "uni-app": "^4.05",
18
- "uni-app-x": "^4.05"
19
- },
20
- "directories": {
21
- "example": "../../temps/example_temps"
22
- },
23
- "dcloudext": {
24
- "sale": {
25
- "regular": {
26
- "price": "0.00"
27
- },
28
- "sourcecode": {
29
- "price": "0.00"
30
- }
31
- },
32
- "contact": {
33
- "qq": ""
34
- },
35
- "declaration": {
36
- "ads": "无",
37
- "data": "无",
38
- "permissions": "无"
39
- },
40
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
41
- "type": "component-vue",
42
- "darkmode": "x",
43
- "i18n": "x",
44
- "widescreen": "x"
45
- },
46
- "uni_modules": {
47
- "dependencies": [
48
- "uni-load-more",
49
- "uni-icons",
50
- "uni-scss"
51
- ],
52
- "encrypt": [],
53
- "platforms": {
54
- "cloud": {
55
- "tcb": "x",
56
- "aliyun": "x",
57
- "alipay": "x"
58
- },
59
- "client": {
60
- "uni-app": {
61
- "vue": {
62
- "vue2": "√",
63
- "vue3": "√"
64
- },
65
- "web": {
66
- "safari": "√",
67
- "chrome": "√"
68
- },
69
- "app": {
70
- "vue": "√",
71
- "nvue": "√",
72
- "android": "√",
73
- "ios": "√",
74
- "harmony": "√"
75
- },
76
- "mp": {
77
- "weixin": "√",
78
- "alipay": "√",
79
- "toutiao": "√",
80
- "baidu": "√",
81
- "kuaishou": "-",
82
- "jd": "-",
83
- "harmony": "-",
84
- "qq": "√",
85
- "lark": "-"
86
- },
87
- "quickapp": {
88
- "huawei": "√",
89
- "union": "√"
90
- }
91
- },
92
- "uni-app-x": {
93
- "web": {
94
- "safari": "√",
95
- "chrome": "√"
96
- },
97
- "app": {
98
- "android": "√",
99
- "ios": "√",
100
- "harmony": "√"
101
- },
102
- "mp": {
103
- "weixin": "√"
104
- }
105
- }
106
- }
107
- }
108
- }
109
- }
@@ -1,21 +0,0 @@
1
- ## DataPicker 级联选择
2
- > **组件名:uni-data-picker**
3
- > 代码块: `uDataPicker`
4
- > 关联组件:`uni-data-pickerview`、`uni-load-more`。
5
-
6
-
7
- `<uni-data-picker>` 是一个选择类[datacom组件](https://uniapp.dcloud.net.cn/component/datacom)。
8
-
9
- 支持单列、和多列级联选择。列数没有限制,如果屏幕显示不全,顶部tab区域会左右滚动。
10
-
11
- 候选数据支持一次性加载完毕,也支持懒加载,比如示例图中,选择了“北京”后,动态加载北京的区县数据。
12
-
13
- `<uni-data-picker>` 组件尤其适用于地址选择、分类选择等选择类。
14
-
15
- `<uni-data-picker>` 支持本地数据、云端静态数据(json),uniCloud云数据库数据。
16
-
17
- `<uni-data-picker>` 可以通过JQL直连uniCloud云数据库,配套[DB Schema](https://uniapp.dcloud.net.cn/uniCloud/schema),可在schema2code中自动生成前端页面,还支持服务器端校验。
18
-
19
- 在uniCloud数据表中新建表“uni-id-address”和“opendb-city-china”,这2个表的schema自带foreignKey关联。在“uni-id-address”表的表结构页面使用schema2code生成前端页面,会自动生成地址管理的维护页面,自动从“opendb-city-china”表包含的中国所有省市区信息里选择地址。
20
-
21
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-data-picker)
@@ -1,51 +0,0 @@
1
- ## 1.1.0(2025-08-19)
2
- - 新增 插槽 selected empty option
3
- - 新增 mutiple 属性,支持多选功能
4
- - 新增 wrap 属性,支持选中的文字超过一行显示
5
- - 新增 align 属性,支持修改选中的文字显示的位置
6
- - 新增 hideRight 属性,支持隐藏右侧所有按钮
7
- - 新增 mode 属性,支持修改边框样式
8
- - 新增 事件 open close clear
9
- ## 1.0.10(2025-04-14)
10
- - 修复 清除按钮不展示问题
11
- ## 1.0.9(2025-03-26)
12
- - 优化 默认背景为白色与整体组件保持风格统一
13
- ## 1.0.8(2024-03-28)
14
- - 修复 在vue2下:style动态绑定导致编译失败的bug
15
- ## 1.0.7(2024-01-20)
16
- - 修复 长文本回显超过容器的bug,超过容器部分显示省略号
17
- ## 1.0.6(2023-04-12)
18
- - 修复 微信小程序点击时会改变背景颜色的 bug
19
- ## 1.0.5(2023-02-03)
20
- - 修复 禁用时会显示清空按钮
21
- ## 1.0.4(2023-02-02)
22
- - 优化 查询条件短期内多次变更只查询最后一次变更后的结果
23
- - 调整 内部缓存键名调整为 uni-data-select-lastSelectedValue
24
- ## 1.0.3(2023-01-16)
25
- - 修复 不关联服务空间报错的问题
26
- ## 1.0.2(2023-01-14)
27
- - 新增 属性 `format` 可用于格式化显示选项内容
28
- ## 1.0.1(2022-12-06)
29
- - 修复 当where变化时,数据不会自动更新的问题
30
- ## 0.1.9(2022-09-05)
31
- - 修复 微信小程序下拉框出现后选择会点击到蒙板后面的输入框
32
- ## 0.1.8(2022-08-29)
33
- - 修复 点击的位置不准确
34
- ## 0.1.7(2022-08-12)
35
- - 新增 支持 disabled 属性
36
- ## 0.1.6(2022-07-06)
37
- - 修复 pc端宽度异常的bug
38
- ## 0.1.5
39
- - 修复 pc端宽度异常的bug
40
- ## 0.1.4(2022-07-05)
41
- - 优化 显示样式
42
- ## 0.1.3(2022-06-02)
43
- - 修复 localdata 赋值不生效的 bug
44
- - 新增 支持 uni.scss 修改颜色
45
- - 新增 支持选项禁用(数据选项设置 disabled: true 即禁用)
46
- ## 0.1.2(2022-05-08)
47
- - 修复 当 value 为 0 时选择不生效的 bug
48
- ## 0.1.1(2022-05-07)
49
- - 新增 记住上次的选项(仅 collection 存在时有效)
50
- ## 0.1.0(2022-04-22)
51
- - 初始化
@@ -1,106 +0,0 @@
1
- {
2
- "id": "uni-data-select",
3
- "displayName": "uni-data-select 下拉框选择器",
4
- "version": "1.1.0",
5
- "description": "通过数据驱动的下拉框选择器",
6
- "keywords": [
7
- "uni-ui",
8
- "select",
9
- "uni-data-select",
10
- "下拉框",
11
- "下拉选"
12
- ],
13
- "repository": "https://github.com/dcloudio/uni-ui",
14
- "engines": {
15
- "HBuilderX": "^3.1.1",
16
- "uni-app": "^4.45",
17
- "uni-app-x": ""
18
- },
19
- "directories": {
20
- "example": "../../temps/example_temps"
21
- },
22
- "dcloudext": {
23
- "sale": {
24
- "regular": {
25
- "price": "0.00"
26
- },
27
- "sourcecode": {
28
- "price": "0.00"
29
- }
30
- },
31
- "contact": {
32
- "qq": ""
33
- },
34
- "declaration": {
35
- "ads": "无",
36
- "data": "无",
37
- "permissions": "无"
38
- },
39
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
40
- "type": "component-vue",
41
- "darkmode": "x",
42
- "i18n": "x",
43
- "widescreen": "x"
44
- },
45
- "uni_modules": {
46
- "dependencies": [
47
- "uni-load-more"
48
- ],
49
- "encrypt": [],
50
- "platforms": {
51
- "cloud": {
52
- "tcb": "√",
53
- "aliyun": "√",
54
- "alipay": "√"
55
- },
56
- "client": {
57
- "uni-app": {
58
- "vue": {
59
- "vue2": "√",
60
- "vue3": "√"
61
- },
62
- "web": {
63
- "safari": "√",
64
- "chrome": "√"
65
- },
66
- "app": {
67
- "vue": "√",
68
- "nvue": "-",
69
- "android": "√",
70
- "ios": "√",
71
- "harmony": "√"
72
- },
73
- "mp": {
74
- "weixin": "√",
75
- "alipay": "√",
76
- "toutiao": "√",
77
- "baidu": "-",
78
- "kuaishou": "-",
79
- "jd": "-",
80
- "harmony": "-",
81
- "qq": "-",
82
- "lark": "-"
83
- },
84
- "quickapp": {
85
- "huawei": "-",
86
- "union": "-"
87
- }
88
- },
89
- "uni-app-x": {
90
- "web": {
91
- "safari": "-",
92
- "chrome": "-"
93
- },
94
- "app": {
95
- "android": "-",
96
- "ios": "-",
97
- "harmony": "-"
98
- },
99
- "mp": {
100
- "weixin": "-"
101
- }
102
- }
103
- }
104
- }
105
- }
106
- }
@@ -1,7 +0,0 @@
1
- ## DataSelect 下拉框选择器
2
- > **组件名:uni-data-select**
3
- > 代码块: `uDataSelect`
4
-
5
- 当选项过多时,使用下拉菜单展示并选择内容
6
-
7
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-data-select)
@@ -1,10 +0,0 @@
1
- ## 1.0.0(2021-11-19)
2
- - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
3
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-dateformat](https://uniapp.dcloud.io/component/uniui/uni-dateformat)
4
- ## 0.0.5(2021-07-08)
5
- - 调整 默认时间不再是当前时间,而是显示'-'字符
6
- ## 0.0.4(2021-05-12)
7
- - 新增 组件示例地址
8
- ## 0.0.3(2021-02-04)
9
- - 调整为uni_modules目录规范
10
- - 修复 iOS 平台日期格式化出错的问题
@@ -1,107 +0,0 @@
1
- {
2
- "id": "uni-dateformat",
3
- "displayName": "uni-dateformat 日期格式化",
4
- "version": "1.0.0",
5
- "description": "日期格式化组件,可以将日期格式化为1分钟前、刚刚等形式",
6
- "keywords": [
7
- "uni-ui",
8
- "uniui",
9
- "日期格式化",
10
- "时间格式化",
11
- "格式化时间",
12
- ""
13
- ],
14
- "repository": "https://github.com/dcloudio/uni-ui",
15
- "engines": {
16
- "HBuilderX": "",
17
- "uni-app": "^4.05",
18
- "uni-app-x": ""
19
- },
20
- "directories": {
21
- "example": "../../temps/example_temps"
22
- },
23
- "dcloudext": {
24
- "sale": {
25
- "regular": {
26
- "price": "0.00"
27
- },
28
- "sourcecode": {
29
- "price": "0.00"
30
- }
31
- },
32
- "contact": {
33
- "qq": ""
34
- },
35
- "declaration": {
36
- "ads": "无",
37
- "data": "无",
38
- "permissions": "无"
39
- },
40
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
41
- "type": "component-vue",
42
- "darkmode": "x",
43
- "i18n": "x",
44
- "widescreen": "x"
45
- },
46
- "uni_modules": {
47
- "dependencies": [
48
- "uni-scss"
49
- ],
50
- "encrypt": [],
51
- "platforms": {
52
- "cloud": {
53
- "tcb": "x",
54
- "aliyun": "x",
55
- "alipay": "x"
56
- },
57
- "client": {
58
- "uni-app": {
59
- "vue": {
60
- "vue2": "√",
61
- "vue3": "√"
62
- },
63
- "web": {
64
- "safari": "√",
65
- "chrome": "√"
66
- },
67
- "app": {
68
- "vue": "√",
69
- "nvue": "√",
70
- "android": "√",
71
- "ios": "√",
72
- "harmony": "√"
73
- },
74
- "mp": {
75
- "weixin": "√",
76
- "alipay": "√",
77
- "toutiao": "√",
78
- "baidu": "√",
79
- "kuaishou": "-",
80
- "jd": "-",
81
- "harmony": "-",
82
- "qq": "√",
83
- "lark": "-"
84
- },
85
- "quickapp": {
86
- "huawei": "√",
87
- "union": "√"
88
- }
89
- },
90
- "uni-app-x": {
91
- "web": {
92
- "safari": "-",
93
- "chrome": "-"
94
- },
95
- "app": {
96
- "android": "-",
97
- "ios": "-",
98
- "harmony": "-"
99
- },
100
- "mp": {
101
- "weixin": "-"
102
- }
103
- }
104
- }
105
- }
106
- }
107
- }
@@ -1,10 +0,0 @@
1
-
2
-
3
- ### DateFormat 日期格式化
4
- > **组件名:uni-dateformat**
5
- > 代码块: `uDateformat`
6
-
7
-
8
- 日期格式化组件。
9
-
10
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-dateformat)