@10yun/cv-mobile-ui 0.5.56 → 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 (349) 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-form/form.js +13 -12
  59. package/uview-plus/components/u-parse/README.md +192 -0
  60. package/uview-plus/components/u-parse/changelog.md +163 -0
  61. package/uview-plus/components/u-parse/node/node.vue +37 -3
  62. package/{uni-ui/lib/uni-breadcrumb → uview-plus/components/u-parse}/package.json +24 -29
  63. package/uview-plus/components/u-parse/parser.js +8 -3
  64. package/uview-plus/components/u-parse/static/app-plus/up-parse/js/handler.js +1 -0
  65. package/uview-plus/components/u-parse/static/app-plus/up-parse/local-2.5.2.html +29 -0
  66. package/uview-plus/components/u-parse/u-parse.vue +29 -1
  67. package/other/lime-painter2/README2.md +0 -576
  68. package/other/lime-painter2/changelog.md +0 -225
  69. package/other/lime-painter2/package.json +0 -93
  70. package/other/lime-painter2/readme.md +0 -758
  71. package/other/lime-painter2/test.md +0 -45
  72. package/other/qiun-data-charts/qiun-data-charts.vue +0 -1618
  73. package/other/u-parse-2019/readme.md +0 -99
  74. package/other/uParse/components/style.css +0 -1
  75. package/other/uParse/components/wxParseAudio.vue +0 -1
  76. package/other/xt-parse/changelog.md +0 -41
  77. package/other/xt-parse/node/node.vue +0 -752
  78. package/other/xt-parse/package.json +0 -129
  79. package/other/xt-parse/parser.js +0 -1461
  80. package/other/xt-parse/props.js +0 -49
  81. package/other/xt-parse/readme.md +0 -145
  82. package/other/xt-parse/static/app-plus/u-parse/js/handler.js +0 -1
  83. package/other/xt-parse/u-parse.vue +0 -510
  84. package/plugins/luch-request/adapters/index.js +0 -131
  85. package/plugins/luch-request/core/InterceptorManager.js +0 -50
  86. package/plugins/luch-request/core/Request.js +0 -199
  87. package/plugins/luch-request/core/buildFullPath.js +0 -20
  88. package/plugins/luch-request/core/defaults.js +0 -32
  89. package/plugins/luch-request/core/dispatchRequest.js +0 -5
  90. package/plugins/luch-request/core/mergeConfig.js +0 -125
  91. package/plugins/luch-request/core/settle.js +0 -16
  92. package/plugins/luch-request/helpers/buildURL.js +0 -71
  93. package/plugins/luch-request/helpers/combineURLs.js +0 -12
  94. package/plugins/luch-request/helpers/isAbsoluteURL.js +0 -14
  95. package/plugins/luch-request/index.d.ts +0 -197
  96. package/plugins/luch-request/index.js +0 -2
  97. package/plugins/luch-request/readme.md +0 -3
  98. package/plugins/luch-request/utils/clone.js +0 -260
  99. package/plugins/luch-request/utils.js +0 -131
  100. package/ui-cv/components/cv-cell-row/cv-cell-row.vue +0 -220
  101. package/ui-cv/components/cv-icons/iconfont/font-action-icons.js +0 -73
  102. package/ui-cv/components/cv-icons/iconfont/font-action.css +0 -7
  103. package/ui-cv/components/cv-icons/iconfont/font-action.js +0 -5
  104. package/ui-cv/components/cv-icons/iconfont/font-arrow-icons.js +0 -47
  105. package/ui-cv/components/cv-icons/iconfont/font-arrow.css +0 -6
  106. package/ui-cv/components/cv-icons/iconfont/font-arrow.js +0 -5
  107. package/ui-cv/components/cv-icons/iconfont/font-base-icons.js +0 -92
  108. package/ui-cv/components/cv-icons/iconfont/font-base.css +0 -6
  109. package/ui-cv/components/cv-icons/iconfont/font-base.js +0 -5
  110. package/ui-cv/components/cv-icons/iconfont/font-mall-icons.js +0 -35
  111. package/ui-cv/components/cv-icons/iconfont/font-mall.css +0 -7
  112. package/ui-cv/components/cv-icons/iconfont/font-mall.js +0 -5
  113. package/ui-cv/components/cv-icons/iconfont/font-media-icons.js +0 -45
  114. package/ui-cv/components/cv-icons/iconfont/font-media.css +0 -7
  115. package/ui-cv/components/cv-icons/iconfont/font-media.js +0 -5
  116. package/ui-cv/components/cv-icons/iconfont/font-order-icons.js +0 -34
  117. package/ui-cv/components/cv-icons/iconfont/font-order.css +0 -6
  118. package/ui-cv/components/cv-icons/iconfont/font-order.js +0 -5
  119. package/ui-cv/components/cv-icons/iconfont/font-people-icons.js +0 -49
  120. package/ui-cv/components/cv-icons/iconfont/font-people.css +0 -7
  121. package/ui-cv/components/cv-icons/iconfont/font-people.js +0 -5
  122. package/ui-cv/components/cv-icons/iconfont/font-status-icons.js +0 -34
  123. package/ui-cv/components/cv-icons/iconfont/font-status.css +0 -6
  124. package/ui-cv/components/cv-icons/iconfont/font-status.js +0 -5
  125. package/ui-cv/components/cv-icons/iconfont/font-wallet-icons.js +0 -17
  126. package/ui-cv/components/cv-icons/iconfont/font-wallet.css +0 -6
  127. package/ui-cv/components/cv-icons/iconfont/font-wallet.js +0 -5
  128. package/ui-cv/components/cv-icons/icons/default-icons.js +0 -132
  129. package/ui-cv/components/cv-icons/icons/icons-action.js +0 -72
  130. package/ui-cv/components/cv-icons/icons/icons-arrow.js +0 -46
  131. package/ui-cv/components/cv-icons/icons/icons-base.js +0 -89
  132. package/ui-cv/components/cv-icons/icons/icons-mall.js +0 -34
  133. package/ui-cv/components/cv-icons/icons/icons-media.js +0 -44
  134. package/ui-cv/components/cv-icons/icons/icons-order.js +0 -33
  135. package/ui-cv/components/cv-icons/icons/icons-people.js +0 -46
  136. package/ui-cv/components/cv-icons/icons/icons-status.js +0 -32
  137. package/ui-cv/components/cv-icons/icons/icons-wallet.js +0 -15
  138. package/ui-sdks/sdk-app-update/img/logo.png +0 -0
  139. package/ui-sdks/sdk-app-update/img/update_bg.png +0 -0
  140. package/ui-sdks/sdk-app-update/img/update_bg_top.png +0 -0
  141. package/ui-sdks/sdk-app-update/sdk-app-update.vue +0 -396
  142. package/ui-sdks/sdk-app-update/xxxx +0 -62
  143. package/ui-sdks/sdk-privacy-policy/sdk-privacy-policy.vue +0 -113
  144. package/ui-sdks/sdk-u-charts/config-echarts.js +0 -420
  145. package/ui-sdks/sdk-u-charts/config-ucharts.js +0 -630
  146. package/ui-sdks/sdk-u-charts/u-charts.js +0 -7398
  147. package/ui-sdks/sdk-u-charts/u-charts.min.js +0 -1
  148. package/ui-sdks/sdk-webview-main/WebViewMain.vue +0 -1
  149. package/ui-sdks/sdk-webview-main/main.js +0 -0
  150. package/ui-sdks/sdk-webview-main/mixin.js +0 -0
  151. package/uni-ui/lib/uni-badge/changelog.md +0 -33
  152. package/uni-ui/lib/uni-badge/package.json +0 -107
  153. package/uni-ui/lib/uni-badge/readme.md +0 -8
  154. package/uni-ui/lib/uni-breadcrumb/changelog.md +0 -6
  155. package/uni-ui/lib/uni-breadcrumb/readme.md +0 -66
  156. package/uni-ui/lib/uni-calendar/changelog.md +0 -30
  157. package/uni-ui/lib/uni-calendar/package.json +0 -105
  158. package/uni-ui/lib/uni-calendar/readme.md +0 -103
  159. package/uni-ui/lib/uni-card/changelog.md +0 -26
  160. package/uni-ui/lib/uni-card/package.json +0 -107
  161. package/uni-ui/lib/uni-card/readme.md +0 -10
  162. package/uni-ui/lib/uni-collapse/changelog.md +0 -48
  163. package/uni-ui/lib/uni-collapse/package.json +0 -106
  164. package/uni-ui/lib/uni-collapse/readme.md +0 -11
  165. package/uni-ui/lib/uni-combox/changelog.md +0 -17
  166. package/uni-ui/lib/uni-combox/package.json +0 -107
  167. package/uni-ui/lib/uni-combox/readme.md +0 -10
  168. package/uni-ui/lib/uni-countdown/changelog.md +0 -30
  169. package/uni-ui/lib/uni-countdown/package.json +0 -105
  170. package/uni-ui/lib/uni-countdown/readme.md +0 -9
  171. package/uni-ui/lib/uni-data-checkbox/changelog.md +0 -51
  172. package/uni-ui/lib/uni-data-checkbox/package.json +0 -107
  173. package/uni-ui/lib/uni-data-checkbox/readme.md +0 -17
  174. package/uni-ui/lib/uni-data-picker/changelog.md +0 -81
  175. package/uni-ui/lib/uni-data-picker/package.json +0 -109
  176. package/uni-ui/lib/uni-data-picker/readme.md +0 -21
  177. package/uni-ui/lib/uni-data-select/changelog.md +0 -51
  178. package/uni-ui/lib/uni-data-select/package.json +0 -106
  179. package/uni-ui/lib/uni-data-select/readme.md +0 -7
  180. package/uni-ui/lib/uni-dateformat/changelog.md +0 -10
  181. package/uni-ui/lib/uni-dateformat/package.json +0 -107
  182. package/uni-ui/lib/uni-dateformat/readme.md +0 -10
  183. package/uni-ui/lib/uni-datetime-picker/changelog.md +0 -177
  184. package/uni-ui/lib/uni-datetime-picker/package.json +0 -107
  185. package/uni-ui/lib/uni-datetime-picker/readme.md +0 -20
  186. package/uni-ui/lib/uni-drawer/changelog.md +0 -13
  187. package/uni-ui/lib/uni-drawer/package.json +0 -106
  188. package/uni-ui/lib/uni-drawer/readme.md +0 -9
  189. package/uni-ui/lib/uni-easyinput/changelog.md +0 -121
  190. package/uni-ui/lib/uni-easyinput/package.json +0 -107
  191. package/uni-ui/lib/uni-easyinput/readme.md +0 -10
  192. package/uni-ui/lib/uni-fab/changelog.md +0 -25
  193. package/uni-ui/lib/uni-fab/package.json +0 -107
  194. package/uni-ui/lib/uni-fab/readme.md +0 -8
  195. package/uni-ui/lib/uni-fav/changelog.md +0 -19
  196. package/uni-ui/lib/uni-fav/package.json +0 -106
  197. package/uni-ui/lib/uni-fav/readme.md +0 -9
  198. package/uni-ui/lib/uni-file-picker/changelog.md +0 -91
  199. package/uni-ui/lib/uni-file-picker/package.json +0 -105
  200. package/uni-ui/lib/uni-file-picker/readme.md +0 -10
  201. package/uni-ui/lib/uni-forms/changelog.md +0 -100
  202. package/uni-ui/lib/uni-forms/package.json +0 -107
  203. package/uni-ui/lib/uni-forms/readme.md +0 -22
  204. package/uni-ui/lib/uni-goods-nav/changelog.md +0 -18
  205. package/uni-ui/lib/uni-goods-nav/package.json +0 -105
  206. package/uni-ui/lib/uni-goods-nav/readme.md +0 -9
  207. package/uni-ui/lib/uni-grid/changelog.md +0 -13
  208. package/uni-ui/lib/uni-grid/package.json +0 -106
  209. package/uni-ui/lib/uni-grid/readme.md +0 -10
  210. package/uni-ui/lib/uni-group/changelog.md +0 -16
  211. package/uni-ui/lib/uni-group/package.json +0 -106
  212. package/uni-ui/lib/uni-group/readme.md +0 -8
  213. package/uni-ui/lib/uni-icons/changelog.md +0 -44
  214. package/uni-ui/lib/uni-icons/package.json +0 -111
  215. package/uni-ui/lib/uni-icons/readme.md +0 -7
  216. package/uni-ui/lib/uni-indexed-list/changelog.md +0 -19
  217. package/uni-ui/lib/uni-indexed-list/package.json +0 -107
  218. package/uni-ui/lib/uni-indexed-list/readme.md +0 -10
  219. package/uni-ui/lib/uni-link/changelog.md +0 -17
  220. package/uni-ui/lib/uni-link/package.json +0 -106
  221. package/uni-ui/lib/uni-link/readme.md +0 -10
  222. package/uni-ui/lib/uni-list/changelog.md +0 -52
  223. package/uni-ui/lib/uni-list/package.json +0 -108
  224. package/uni-ui/lib/uni-list/readme.md +0 -44
  225. package/uni-ui/lib/uni-load-more/changelog.md +0 -27
  226. package/uni-ui/lib/uni-load-more/package.json +0 -105
  227. package/uni-ui/lib/uni-load-more/readme.md +0 -12
  228. package/uni-ui/lib/uni-nav-bar/changelog.md +0 -64
  229. package/uni-ui/lib/uni-nav-bar/package.json +0 -106
  230. package/uni-ui/lib/uni-nav-bar/readme.md +0 -13
  231. package/uni-ui/lib/uni-notice-bar/changelog.md +0 -22
  232. package/uni-ui/lib/uni-notice-bar/package.json +0 -107
  233. package/uni-ui/lib/uni-notice-bar/readme.md +0 -11
  234. package/uni-ui/lib/uni-number-box/changelog.md +0 -39
  235. package/uni-ui/lib/uni-number-box/package.json +0 -104
  236. package/uni-ui/lib/uni-number-box/readme.md +0 -11
  237. package/uni-ui/lib/uni-pagination/changelog.md +0 -27
  238. package/uni-ui/lib/uni-pagination/package.json +0 -106
  239. package/uni-ui/lib/uni-pagination/readme.md +0 -10
  240. package/uni-ui/lib/uni-popup/changelog.md +0 -102
  241. package/uni-ui/lib/uni-popup/package.json +0 -107
  242. package/uni-ui/lib/uni-popup/readme.md +0 -15
  243. package/uni-ui/lib/uni-rate/changelog.md +0 -27
  244. package/uni-ui/lib/uni-rate/package.json +0 -106
  245. package/uni-ui/lib/uni-rate/readme.md +0 -11
  246. package/uni-ui/lib/uni-row/changelog.md +0 -10
  247. package/uni-ui/lib/uni-row/package.json +0 -106
  248. package/uni-ui/lib/uni-row/readme.md +0 -9
  249. package/uni-ui/lib/uni-scss/changelog.md +0 -8
  250. package/uni-ui/lib/uni-scss/package.json +0 -99
  251. package/uni-ui/lib/uni-scss/readme.md +0 -3
  252. package/uni-ui/lib/uni-search-bar/changelog.md +0 -47
  253. package/uni-ui/lib/uni-search-bar/package.json +0 -106
  254. package/uni-ui/lib/uni-search-bar/readme.md +0 -12
  255. package/uni-ui/lib/uni-section/changelog.md +0 -2
  256. package/uni-ui/lib/uni-section/package.json +0 -104
  257. package/uni-ui/lib/uni-section/readme.md +0 -7
  258. package/uni-ui/lib/uni-segmented-control/changelog.md +0 -15
  259. package/uni-ui/lib/uni-segmented-control/package.json +0 -106
  260. package/uni-ui/lib/uni-segmented-control/readme.md +0 -11
  261. package/uni-ui/lib/uni-steps/changelog.md +0 -18
  262. package/uni-ui/lib/uni-steps/package.json +0 -106
  263. package/uni-ui/lib/uni-steps/readme.md +0 -11
  264. package/uni-ui/lib/uni-swipe-action/changelog.md +0 -60
  265. package/uni-ui/lib/uni-swipe-action/package.json +0 -113
  266. package/uni-ui/lib/uni-swipe-action/readme.md +0 -10
  267. package/uni-ui/lib/uni-swiper-dot/changelog.md +0 -12
  268. package/uni-ui/lib/uni-swiper-dot/package.json +0 -106
  269. package/uni-ui/lib/uni-swiper-dot/readme.md +0 -10
  270. package/uni-ui/lib/uni-table/changelog.md +0 -35
  271. package/uni-ui/lib/uni-table/package.json +0 -106
  272. package/uni-ui/lib/uni-table/readme.md +0 -11
  273. package/uni-ui/lib/uni-tag/changelog.md +0 -25
  274. package/uni-ui/lib/uni-tag/package.json +0 -106
  275. package/uni-ui/lib/uni-tag/readme.md +0 -11
  276. package/uni-ui/lib/uni-title/changelog.md +0 -10
  277. package/uni-ui/lib/uni-title/package.json +0 -107
  278. package/uni-ui/lib/uni-title/readme.md +0 -12
  279. package/uni-ui/lib/uni-tooltip/changelog.md +0 -16
  280. package/uni-ui/lib/uni-tooltip/package.json +0 -104
  281. package/uni-ui/lib/uni-tooltip/readme.md +0 -7
  282. package/uni-ui/lib/uni-transition/changelog.md +0 -31
  283. package/uni-ui/lib/uni-transition/package.json +0 -112
  284. package/uni-ui/lib/uni-transition/readme.md +0 -10
  285. package/uni-ui/lib/uni-ui/changelog.md +0 -639
  286. package/uni-ui/lib/uni-ui/package.json +0 -148
  287. package/uni-ui/lib/uni-ui/readme.md +0 -247
  288. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/canvas.js +0 -0
  289. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw.js +0 -0
  290. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/draw2.js +0 -0
  291. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/gradient.js +0 -0
  292. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index.vue +0 -0
  293. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/index2.vue +0 -0
  294. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/layout.js +0 -0
  295. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/qrcode.js +0 -0
  296. /package/other/{lime-painter2/components/lime-painter → lime-painter/components/lime-painter2}/utils.js +0 -0
  297. /package/{ui-sdks → other}/qiun-data-charts/changelog.md +0 -0
  298. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -0
  299. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -0
  300. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading1.vue +0 -0
  301. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading2.vue +0 -0
  302. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading3.vue +0 -0
  303. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading4.vue +0 -0
  304. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/loading5.vue +0 -0
  305. /package/{ui-sdks → other}/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -0
  306. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/config-echarts.js +0 -0
  307. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/readme.md +0 -0
  308. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.js +0 -0
  309. /package/{ui-sdks → other}/qiun-data-charts/js_sdk/u-charts/u-charts.min.js +0 -0
  310. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/app-echarts.min.js +0 -0
  311. /package/{ui-sdks/sdk-u-charts → other/qiun-data-charts/js_sdk2}/h5-echarts.min.js +0 -0
  312. /package/{ui-sdks → other}/qiun-data-charts/license.md +0 -0
  313. /package/{ui-sdks → other}/qiun-data-charts/readme.md +0 -0
  314. /package/{ui-sdks → other}/qiun-data-charts/static/app-plus/echarts.min.js +0 -0
  315. /package/{ui-sdks → other}/qiun-data-charts/static/h5/echarts.min.js +0 -0
  316. /package/{ui-sdks → other}/tui-clipboard/tui-clipboard.js +0 -0
  317. /package/other/{u-parse-2019 → u-parse}/components/wxParseAudio.vue +0 -0
  318. /package/other/{u-parse-2019 → u-parse}/components/wxParseImg.vue +0 -0
  319. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate1.vue +0 -0
  320. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate10.vue +0 -0
  321. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate11.vue +0 -0
  322. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate2.vue +0 -0
  323. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate3.vue +0 -0
  324. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate4.vue +0 -0
  325. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate5.vue +0 -0
  326. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate6.vue +0 -0
  327. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate7.vue +0 -0
  328. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate8.vue +0 -0
  329. /package/other/{u-parse-2019 → u-parse}/components/wxParseTemplate9.vue +0 -0
  330. /package/other/{u-parse-2019 → u-parse}/components/wxParseVideo.vue +0 -0
  331. /package/other/{u-parse-2019 → u-parse}/libs/htmlparser.js +0 -0
  332. /package/other/{u-parse-2019 → u-parse}/u-parse.css +0 -0
  333. /package/other/{uParse → uParse2}/components/wxParseTemplate10.vue +0 -0
  334. /package/other/{uParse → uParse2}/components/wxParseTemplate11.vue +0 -0
  335. /package/other/{uParse → uParse2}/components/wxParseTemplate2.vue +0 -0
  336. /package/other/{uParse → uParse2}/components/wxParseTemplate3.vue +0 -0
  337. /package/other/{uParse → uParse2}/components/wxParseTemplate4.vue +0 -0
  338. /package/other/{uParse → uParse2}/components/wxParseTemplate5.vue +0 -0
  339. /package/other/{uParse → uParse2}/components/wxParseTemplate6.vue +0 -0
  340. /package/other/{uParse → uParse2}/components/wxParseTemplate7.vue +0 -0
  341. /package/other/{uParse → uParse2}/components/wxParseTemplate8.vue +0 -0
  342. /package/other/{uParse → uParse2}/components/wxParseTemplate9.vue +0 -0
  343. /package/other/{uParse → uParse2}/components/wxParseVideo.vue +0 -0
  344. /package/other/{uParse → uParse2}/editor.css +0 -0
  345. /package/other/{uParse → uParse2}/libs/htmlparser.js +0 -0
  346. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/js/handler2.js +0 -0
  347. /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
  348. /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
  349. /package/{other/xt-parse/static/app-plus/u-parse → uview-plus/components/u-parse/static/app-plus/up-parse}/local.html +0 -0
@@ -1,25 +0,0 @@
1
- ## 1.2.6(2024-10-12)
2
- - 修复 微信小程序中的getSystemInfo警告
3
- ## 1.2.5(2023-03-29)
4
- - 新增 pattern.icon 属性,可自定义图标
5
- ## 1.2.4(2022-09-07)
6
- 小程序端由于 style 使用了对象导致报错,[详情](https://ask.dcloud.net.cn/question/152790?item_id=211778&rf=false)
7
- ## 1.2.3(2022-09-05)
8
- - 修复 nvue 环境下,具有 tabBar 时,fab 组件下部位置无法正常获取 --window-bottom 的bug,详见:[https://ask.dcloud.net.cn/question/110638?notification_id=826310](https://ask.dcloud.net.cn/question/110638?notification_id=826310)
9
- ## 1.2.2(2021-12-29)
10
- - 更新 组件依赖
11
- ## 1.2.1(2021-11-19)
12
- - 修复 阴影颜色不正确的bug
13
- ## 1.2.0(2021-11-19)
14
- - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
15
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-fab](https://uniapp.dcloud.io/component/uniui/uni-fab)
16
- ## 1.1.1(2021-11-09)
17
- - 新增 提供组件设计资源,组件样式调整
18
- ## 1.1.0(2021-07-30)
19
- - 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
20
- ## 1.0.7(2021-05-12)
21
- - 新增 组件示例地址
22
- ## 1.0.6(2021-02-05)
23
- - 调整为uni_modules目录规范
24
- - 优化 按钮背景色调整
25
- - 优化 兼容pc端
@@ -1,107 +0,0 @@
1
- {
2
- "id": "uni-fab",
3
- "displayName": "uni-fab 悬浮按钮",
4
- "version": "1.2.6",
5
- "description": "悬浮按钮 fab button ,点击可展开一个图标按钮菜单。",
6
- "keywords": [
7
- "uni-ui",
8
- "uniui",
9
- "按钮",
10
- "悬浮按钮",
11
- "fab"
12
- ],
13
- "repository": "https://github.com/dcloudio/uni-ui",
14
- "engines": {
15
- "HBuilderX": "",
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-scss",
48
- "uni-icons"
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,8 +0,0 @@
1
- ## Fab 悬浮按钮
2
- > **组件名:uni-fab**
3
- > 代码块: `uFab`
4
-
5
-
6
- 点击可展开一个图形按钮菜单
7
-
8
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-fab)
@@ -1,19 +0,0 @@
1
- ## 1.2.1(2022-05-30)
2
- - 新增 stat 属性 ,是否开启uni统计功能
3
- ## 1.2.0(2021-11-19)
4
- - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
5
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-fav](https://uniapp.dcloud.io/component/uniui/uni-fav)
6
- ## 1.1.1(2021-08-24)
7
- - 新增 支持国际化
8
- ## 1.1.0(2021-07-13)
9
- - 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
10
- ## 1.0.6(2021-05-12)
11
- - 新增 组件示例地址
12
- ## 1.0.5(2021-04-21)
13
- - 优化 添加依赖 uni-icons, 导入后自动下载依赖
14
- ## 1.0.4(2021-02-05)
15
- - 优化 组件引用关系,通过uni_modules引用组件
16
- ## 1.0.3(2021-02-05)
17
- - 优化 组件引用关系,通过uni_modules引用组件
18
- ## 1.0.2(2021-02-05)
19
- - 调整为uni_modules目录规范
@@ -1,106 +0,0 @@
1
- {
2
- "id": "uni-fav",
3
- "displayName": "uni-fav 收藏按钮",
4
- "version": "1.2.1",
5
- "description": " Fav 收藏组件,可自定义颜色、大小。",
6
- "keywords": [
7
- "fav",
8
- "uni-ui",
9
- "uniui",
10
- "收藏"
11
- ],
12
- "repository": "https://github.com/dcloudio/uni-ui",
13
- "engines": {
14
- "HBuilderX": "",
15
- "uni-app": "^4.05",
16
- "uni-app-x": ""
17
- },
18
- "directories": {
19
- "example": "../../temps/example_temps"
20
- },
21
- "dcloudext": {
22
- "sale": {
23
- "regular": {
24
- "price": "0.00"
25
- },
26
- "sourcecode": {
27
- "price": "0.00"
28
- }
29
- },
30
- "contact": {
31
- "qq": ""
32
- },
33
- "declaration": {
34
- "ads": "无",
35
- "data": "无",
36
- "permissions": "无"
37
- },
38
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
39
- "type": "component-vue",
40
- "darkmode": "x",
41
- "i18n": "x",
42
- "widescreen": "x"
43
- },
44
- "uni_modules": {
45
- "dependencies": [
46
- "uni-scss",
47
- "uni-icons"
48
- ],
49
- "encrypt": [],
50
- "platforms": {
51
- "cloud": {
52
- "tcb": "x",
53
- "aliyun": "x",
54
- "alipay": "x"
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,9 +0,0 @@
1
-
2
-
3
- ## Fav 收藏按钮
4
- > **组件名:uni-fav**
5
- > 代码块: `uFav`
6
-
7
- 用于收藏功能,可点击切换选中、不选中的状态。
8
-
9
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-fav)
@@ -1,91 +0,0 @@
1
- ## 1.1.2(2025-09-17)
2
- - 修复 设置readonly属性后内容插槽失效的问题。
3
- ## 1.1.1(2025-09-03)
4
- - 修复 动态dir目录,不生效的问题
5
- ## 1.1.0(2025-09-02)
6
- - 新增 dir 属性,可以选择上传目录
7
- ## 1.0.13(2025-08-18)
8
- - 修复 删除文件后,返回信息不包含file对象的问题
9
- ## 1.0.12(2025-04-14)
10
- - 修复 支付宝小程序 上传样式问题
11
- ## 1.0.11(2024-07-19)
12
- - 修复 vue3 使用value报错的bug
13
- ## 1.0.10(2024-07-09)
14
- - 优化 vue3兼容性
15
- ## 1.0.9(2024-07-09)
16
- - 修复 value 属性不兼容vue3的bug
17
- ## 1.0.8(2024-03-20)
18
- - 补充 删除文件时返回文件下标
19
- ## 1.0.7(2024-02-21)
20
- - 新增 微信小程序选择视频时改用chooseMedia,并返回视频缩略图
21
- ## 1.0.6(2024-01-06)
22
- - 新增 微信小程序不再调用chooseImage,而是调用chooseMedia
23
- ## 1.0.5(2024-01-03)
24
- - 新增 上传文件至云存储携带本地文件名称
25
- ## 1.0.4(2023-03-29)
26
- - 修复 手动上传删除一个文件后不能再上传的bug
27
- ## 1.0.3(2022-12-19)
28
- - 新增 sourceType 属性, 可以自定义图片和视频选择的来源
29
- ## 1.0.2(2022-07-04)
30
- - 修复 在uni-forms下样式不生效的bug
31
- ## 1.0.1(2021-11-23)
32
- - 修复 参数为对象的情况下,url在某些情况显示错误的bug
33
- ## 1.0.0(2021-11-19)
34
- - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
35
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-file-picker](https://uniapp.dcloud.io/component/uniui/uni-file-picker)
36
- ## 0.2.16(2021-11-08)
37
- - 修复 传入空对象 ,显示错误的Bug
38
- ## 0.2.15(2021-08-30)
39
- - 修复 return-type="object" 时且存在v-model时,无法删除文件的Bug
40
- ## 0.2.14(2021-08-23)
41
- - 新增 参数中返回 fileID 字段
42
- ## 0.2.13(2021-08-23)
43
- - 修复 腾讯云传入fileID 不能回显的bug
44
- - 修复 选择图片后,不能放大的问题
45
- ## 0.2.12(2021-08-17)
46
- - 修复 由于 0.2.11 版本引起的不能回显图片的Bug
47
- ## 0.2.11(2021-08-16)
48
- - 新增 clearFiles(index) 方法,可以手动删除指定文件
49
- - 修复 v-model 值设为 null 报错的Bug
50
- ## 0.2.10(2021-08-13)
51
- - 修复 return-type="object" 时,无法删除文件的Bug
52
- ## 0.2.9(2021-08-03)
53
- - 修复 auto-upload 属性失效的Bug
54
- ## 0.2.8(2021-07-31)
55
- - 修复 fileExtname属性不指定值报错的Bug
56
- ## 0.2.7(2021-07-31)
57
- - 修复 在某种场景下图片不回显的Bug
58
- ## 0.2.6(2021-07-30)
59
- - 修复 return-type为object下,返回值不正确的Bug
60
- ## 0.2.5(2021-07-30)
61
- - 修复(重要) H5 平台下如果和uni-forms组件一同使用导致页面卡死的问题
62
- ## 0.2.3(2021-07-28)
63
- - 优化 调整示例代码
64
- ## 0.2.2(2021-07-27)
65
- - 修复 vue3 下赋值错误的Bug
66
- - 优化 h5平台下上传文件导致页面卡死的问题
67
- ## 0.2.0(2021-07-13)
68
- - 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
69
- ## 0.1.1(2021-07-02)
70
- - 修复 sourceType 缺少默认值导致 ios 无法选择文件
71
- ## 0.1.0(2021-06-30)
72
- - 优化 解耦与uniCloud的强绑定关系 ,如不绑定服务空间,默认autoUpload为false且不可更改
73
- ## 0.0.11(2021-06-30)
74
- - 修复 由 0.0.10 版本引发的 returnType 属性失效的问题
75
- ## 0.0.10(2021-06-29)
76
- - 优化 文件上传后进度条消失时机
77
- ## 0.0.9(2021-06-29)
78
- - 修复 在uni-forms 中,删除文件 ,获取的值不对的Bug
79
- ## 0.0.8(2021-06-15)
80
- - 修复 删除文件时无法触发 v-model 的Bug
81
- ## 0.0.7(2021-05-12)
82
- - 新增 组件示例地址
83
- ## 0.0.6(2021-04-09)
84
- - 修复 选择的文件非 file-extname 字段指定的扩展名报错的Bug
85
- ## 0.0.5(2021-04-09)
86
- - 优化 更新组件示例
87
- ## 0.0.4(2021-04-09)
88
- - 优化 file-extname 字段支持字符串写法,多个扩展名需要用逗号分隔
89
- ## 0.0.3(2021-02-05)
90
- - 调整为uni_modules目录规范
91
- - 修复 微信小程序不指定 fileExtname 属性选择失败的Bug
@@ -1,105 +0,0 @@
1
- {
2
- "id": "uni-file-picker",
3
- "displayName": "uni-file-picker 文件选择上传",
4
- "version": "1.1.2",
5
- "description": "文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间",
6
- "keywords": [
7
- "uni-ui",
8
- "uniui",
9
- "图片上传",
10
- "文件上传"
11
- ],
12
- "repository": "https://github.com/dcloudio/uni-ui",
13
- "engines": {
14
- "HBuilderX": "",
15
- "uni-app": "^4.33",
16
- "uni-app-x": ""
17
- },
18
- "directories": {
19
- "example": "../../temps/example_temps"
20
- },
21
- "dcloudext": {
22
- "sale": {
23
- "regular": {
24
- "price": "0.00"
25
- },
26
- "sourcecode": {
27
- "price": "0.00"
28
- }
29
- },
30
- "contact": {
31
- "qq": ""
32
- },
33
- "declaration": {
34
- "ads": "无",
35
- "data": "无",
36
- "permissions": "无"
37
- },
38
- "npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
39
- "type": "component-vue",
40
- "darkmode": "x",
41
- "i18n": "x",
42
- "widescreen": "x"
43
- },
44
- "uni_modules": {
45
- "dependencies": [
46
- "uni-scss"
47
- ],
48
- "encrypt": [],
49
- "platforms": {
50
- "cloud": {
51
- "tcb": "√",
52
- "aliyun": "√",
53
- "alipay": "√"
54
- },
55
- "client": {
56
- "uni-app": {
57
- "vue": {
58
- "vue2": "√",
59
- "vue3": "√"
60
- },
61
- "web": {
62
- "safari": "√",
63
- "chrome": "√"
64
- },
65
- "app": {
66
- "vue": "√",
67
- "nvue": "-",
68
- "android": "√",
69
- "ios": "√",
70
- "harmony": "√"
71
- },
72
- "mp": {
73
- "weixin": "√",
74
- "alipay": "√",
75
- "toutiao": "√",
76
- "baidu": "√",
77
- "kuaishou": "√",
78
- "jd": "-",
79
- "harmony": "-",
80
- "qq": "√",
81
- "lark": "-"
82
- },
83
- "quickapp": {
84
- "huawei": "√",
85
- "union": "√"
86
- }
87
- },
88
- "uni-app-x": {
89
- "web": {
90
- "safari": "-",
91
- "chrome": "-"
92
- },
93
- "app": {
94
- "android": "-",
95
- "ios": "-",
96
- "harmony": "-"
97
- },
98
- "mp": {
99
- "weixin": "-"
100
- }
101
- }
102
- }
103
- }
104
- }
105
- }
@@ -1,10 +0,0 @@
1
-
2
- ## FilePicker 文件选择上传
3
-
4
- > **组件名:uni-file-picker**
5
- > 代码块: `uFilePicker`
6
-
7
-
8
- 文件选择上传组件,可以选择图片、视频等任意文件并上传到当前绑定的服务空间
9
-
10
- ### [查看文档](https://uniapp.dcloud.io/component/uniui/uni-file-picker)
@@ -1,100 +0,0 @@
1
- ## 1.4.13(2024-10-08)
2
- - 修复 校验规则在抖音开发者工具上不生效的bug,详见:[https://ask.dcloud.net.cn/question/191933](https://ask.dcloud.net.cn/question/191933)
3
- ## 1.4.12 (2024-9-21)
4
- - 修复 form上次修改的问题
5
- ## 1.4.11 (2024-9-14)
6
- - 修复 binddata的兼容性问题
7
- ## 1.4.10(2023-11-03)
8
- - 优化 labelWidth 描述错误
9
- ## 1.4.9(2023-02-10)
10
- - 修复 required 参数无法动态绑定
11
- ## 1.4.8(2022-08-23)
12
- - 优化 根据 rules 自动添加 required 的问题
13
- ## 1.4.7(2022-08-22)
14
- - 修复 item 未设置 require 属性,rules 设置 require 后,星号也显示的 bug,详见:[https://ask.dcloud.net.cn/question/151540](https://ask.dcloud.net.cn/question/151540)
15
- ## 1.4.6(2022-07-13)
16
- - 修复 model 需要校验的值没有声明对应字段时,导致第一次不触发校验的bug
17
- ## 1.4.5(2022-07-05)
18
- - 新增 更多表单示例
19
- - 优化 子表单组件过期提示的问题
20
- - 优化 子表单组件uni-datetime-picker、uni-data-select、uni-data-picker的显示样式
21
- ## 1.4.4(2022-07-04)
22
- - 更新 删除组件日志
23
- ## 1.4.3(2022-07-04)
24
- - 修复 由 1.4.0 引发的 label 插槽不生效的bug
25
- ## 1.4.2(2022-07-04)
26
- - 修复 子组件找不到 setValue 报错的bug
27
- ## 1.4.1(2022-07-04)
28
- - 修复 uni-data-picker 在 uni-forms-item 中报错的bug
29
- - 修复 uni-data-picker 在 uni-forms-item 中宽度不正确的bug
30
- ## 1.4.0(2022-06-30)
31
- - 【重要】组件逻辑重构,部分用法用旧版本不兼容,请注意兼容问题
32
- - 【重要】组件使用 Provide/Inject 方式注入依赖,提供了自定义表单组件调用 uni-forms 校验表单的能力
33
- - 新增 model 属性,等同于原 value/modelValue 属性,旧属性即将废弃
34
- - 新增 validateTrigger 属性的 blur 值,仅 uni-easyinput 生效
35
- - 新增 onFieldChange 方法,可以对子表单进行校验,可替代binddata方法
36
- - 新增 子表单的 setRules 方法,配合自定义校验函数使用
37
- - 新增 uni-forms-item 的 setRules 方法,配置动态表单使用可动态更新校验规则
38
- - 优化 动态表单校验方式,废弃拼接name的方式
39
- ## 1.3.3(2022-06-22)
40
- - 修复 表单校验顺序无序问题
41
- ## 1.3.2(2021-12-09)
42
- -
43
- ## 1.3.1(2021-11-19)
44
- - 修复 label 插槽不生效的bug
45
- ## 1.3.0(2021-11-19)
46
- - 优化 组件UI,并提供设计资源,详见:[https://uniapp.dcloud.io/component/uniui/resource](https://uniapp.dcloud.io/component/uniui/resource)
47
- - 文档迁移,详见:[https://uniapp.dcloud.io/component/uniui/uni-forms](https://uniapp.dcloud.io/component/uniui/uni-forms)
48
- ## 1.2.7(2021-08-13)
49
- - 修复 没有添加校验规则的字段依然报错的Bug
50
- ## 1.2.6(2021-08-11)
51
- - 修复 重置表单错误信息无法清除的问题
52
- ## 1.2.5(2021-08-11)
53
- - 优化 组件文档
54
- ## 1.2.4(2021-08-11)
55
- - 修复 表单验证只生效一次的问题
56
- ## 1.2.3(2021-07-30)
57
- - 优化 vue3下事件警告的问题
58
- ## 1.2.2(2021-07-26)
59
- - 修复 vue2 下条件编译导致destroyed生命周期失效的Bug
60
- - 修复 1.2.1 引起的示例在小程序平台报错的Bug
61
- ## 1.2.1(2021-07-22)
62
- - 修复 动态校验表单,默认值为空的情况下校验失效的Bug
63
- - 修复 不指定name属性时,运行报错的Bug
64
- - 优化 label默认宽度从65调整至70,使required为true且四字时不换行
65
- - 优化 组件示例,新增动态校验示例代码
66
- - 优化 组件文档,使用方式更清晰
67
- ## 1.2.0(2021-07-13)
68
- - 组件兼容 vue3,如何创建vue3项目,详见 [uni-app 项目支持 vue3 介绍](https://ask.dcloud.net.cn/article/37834)
69
- ## 1.1.2(2021-06-25)
70
- - 修复 pattern 属性在微信小程序平台无效的问题
71
- ## 1.1.1(2021-06-22)
72
- - 修复 validate-trigger属性为submit且err-show-type属性为toast时不能弹出的Bug
73
- ## 1.1.0(2021-06-22)
74
- - 修复 只写setRules方法而导致校验不生效的Bug
75
- - 修复 由上个办法引发的错误提示文字错位的Bug
76
- ## 1.0.48(2021-06-21)
77
- - 修复 不设置 label 属性 ,无法设置label插槽的问题
78
- ## 1.0.47(2021-06-21)
79
- - 修复 不设置label属性,label-width属性不生效的bug
80
- - 修复 setRules 方法与rules属性冲突的问题
81
- ## 1.0.46(2021-06-04)
82
- - 修复 动态删减数据导致报错的问题
83
- ## 1.0.45(2021-06-04)
84
- - 新增 modelValue 属性 ,value 即将废弃
85
- ## 1.0.44(2021-06-02)
86
- - 新增 uni-forms-item 可以设置单独的 rules
87
- - 新增 validate 事件增加 keepitem 参数,可以选择那些字段不过滤
88
- - 优化 submit 事件重命名为 validate
89
- ## 1.0.43(2021-05-12)
90
- - 新增 组件示例地址
91
- ## 1.0.42(2021-04-30)
92
- - 修复 自定义检验器失效的问题
93
- ## 1.0.41(2021-03-05)
94
- - 更新 校验器
95
- - 修复 表单规则设置类型为 number 的情况下,值为0校验失败的Bug
96
- ## 1.0.40(2021-03-04)
97
- - 修复 动态显示uni-forms-item的情况下,submit 方法获取值错误的Bug
98
- ## 1.0.39(2021-02-05)
99
- - 调整为uni_modules目录规范
100
- - 修复 校验器传入 int 等类型 ,返回String类型的Bug