@10yun/cv-mobile-ui 0.5.62 → 0.5.64

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 (124) hide show
  1. package/other/uCharts-uniapp/index.js +2 -0
  2. package/other/uCharts-uniapp/package.json +42 -0
  3. package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/config-echarts.js +421 -421
  4. package/other/{qiun-data-charts → uCharts-uniapp/u-charts}/license.md +201 -201
  5. package/other/uCharts-uniapp/u-charts/package.json +19 -0
  6. package/other/{qiun-data-charts/readme.md → uCharts-uniapp/u-charts/readme-npm.md} +57 -63
  7. package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/readme.md +4 -4
  8. package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/u-charts.js +7661 -7661
  9. package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/u-charts.min.js +1 -1
  10. package/package.json +1 -1
  11. package/plugins/uni-extend.js +10 -10
  12. package/ui-cv/components/cv-filter-hm/cv-filter-hm.vue +134 -167
  13. package/ui-fireui/components/u-action-sheet/u-action-sheet.vue +46 -16
  14. package/ui-fireui/components/u-alert/u-alert.vue +11 -5
  15. package/ui-fireui/components/u-badge/u-badge.vue +52 -69
  16. package/ui-fireui/components/u-bottom-navigation/u-bottom-navigation.vue +28 -20
  17. package/ui-fireui/components/u-bottom-popup/u-bottom-popup.vue +40 -11
  18. package/ui-fireui/components/u-bubble-popup/u-bubble-popup.vue +3 -6
  19. package/ui-fireui/components/u-button/u-button.vue +262 -259
  20. package/ui-fireui/components/u-calendar/u-calendar.vue +227 -44
  21. package/ui-fireui/components/u-calendar/u-calendar2.js +562 -0
  22. package/ui-fireui/components/u-card/u-card.vue +50 -32
  23. package/ui-fireui/components/u-cascade-selection/u-cascade-selection.vue +197 -74
  24. package/ui-fireui/components/u-circular-progress/u-circular-progress.vue +324 -0
  25. package/ui-fireui/components/u-clipboard2/tui-clipboard.js +53 -0
  26. package/ui-fireui/components/u-collapse/u-collapse.vue +8 -8
  27. package/ui-fireui/components/u-config/index.js +129 -0
  28. package/ui-fireui/components/u-count-down/u-count-down.vue +124 -19
  29. package/ui-fireui/components/u-datetime/u-datetime.vue +416 -176
  30. package/ui-fireui/components/u-divider/u-divider.vue +3 -3
  31. package/ui-fireui/components/u-drawer/u-drawer.vue +55 -12
  32. package/ui-fireui/components/u-dropdown-list/u-dropdown-list.vue +103 -0
  33. package/ui-fireui/components/u-fab/u-fab.vue +344 -0
  34. package/ui-fireui/components/u-footer/u-footer.vue +148 -0
  35. package/ui-fireui/components/u-grid/u-grid.vue +2 -8
  36. package/ui-fireui/components/u-grid-item/u-grid-item.vue +22 -5
  37. package/ui-fireui/components/u-icon/u-icon-new.js +190 -0
  38. package/ui-fireui/components/u-icon/u-icon-new.vue +100 -0
  39. package/ui-fireui/components/u-image-cropper/u-image-cropper.vue +1144 -0
  40. package/ui-fireui/components/u-image-group/u-image-group.vue +164 -0
  41. package/ui-fireui/components/u-keyboard/u-keyboard.vue +3 -2
  42. package/ui-fireui/components/u-keyboard-input/u-keyboard-input.vue +1 -1
  43. package/ui-fireui/components/u-list-cell/u-list-cell.vue +82 -72
  44. package/ui-fireui/components/u-list-view/u-list-view.vue +33 -8
  45. package/ui-fireui/components/u-loading/u-loading.vue +107 -27
  46. package/ui-fireui/components/u-loadmore/u-loadmore.vue +21 -3
  47. package/ui-fireui/components/u-modal/u-modal.vue +140 -176
  48. package/ui-fireui/components/u-navigation-bar/u-navigation-bar.vue +121 -28
  49. package/ui-fireui/components/u-no-data/u-no-data.vue +58 -20
  50. package/ui-fireui/components/u-nomore/u-nomore.vue +5 -4
  51. package/ui-fireui/components/u-numberbox/u-numberbox.vue +88 -45
  52. package/ui-fireui/components/u-picture-cropper/u-picture-cropper.vue +94 -36
  53. package/ui-fireui/components/u-picture-cropper/u-picture-cropper.wxs +27 -17
  54. package/ui-fireui/components/u-rate/u-rate.vue +197 -0
  55. package/ui-fireui/components/u-round-progress/u-round-progress.vue +62 -42
  56. package/ui-fireui/components/u-scroll-top/u-scroll-top.vue +4 -3
  57. package/ui-fireui/components/u-section/u-section.vue +149 -0
  58. package/ui-fireui/components/u-skeleton/u-skeleton.vue +37 -6
  59. package/ui-fireui/components/u-steps/u-steps.vue +110 -27
  60. package/ui-fireui/components/u-sticky/u-sticky.vue +35 -21
  61. package/ui-fireui/components/u-sticky-wxs/u-sticky-wxs.vue +7 -4
  62. package/ui-fireui/components/u-sticky-wxs/u-sticky.wxs +39 -36
  63. package/ui-fireui/components/u-swipe-action/u-swipe-action.vue +76 -19
  64. package/ui-fireui/components/u-tabbar/u-tabbar.vue +71 -38
  65. package/ui-fireui/components/u-tabs/u-tabs.vue +133 -51
  66. package/ui-fireui/components/u-tag/u-tag.vue +109 -226
  67. package/ui-fireui/components/u-time-axis/u-time-axis.vue +1 -1
  68. package/ui-fireui/components/u-timeaxis-item/u-timeaxis-item.vue +1 -1
  69. package/ui-fireui/components/u-tips/u-tips.vue +35 -15
  70. package/ui-fireui/components/u-toast/u-toast.vue +9 -5
  71. package/ui-fireui/components/u-top-dropdown/u-top-dropdown.vue +8 -6
  72. package/ui-fireui/components/u-upload/u-upload-old.vue +462 -0
  73. package/ui-fireui/components/u-upload/u-upload.vue +648 -446
  74. package/ui-fireui/components/u-white-space/u-white-space.vue +68 -0
  75. package/ui-fireui/components/u-wing-blank/u-wing-blank.vue +100 -0
  76. package/uview-plus/libs/ctocode/index.js +1 -0
  77. package/uview-plus/libs/ctocode/richText.js +0 -1
  78. package/other/qiun-data-charts/changelog.md +0 -320
  79. package/other/qiun-data-charts/components/qiun-data-charts/qiun-data-charts.vue +0 -1618
  80. package/other/qiun-data-charts/components/qiun-error/qiun-error.vue +0 -46
  81. package/other/qiun-data-charts/components/qiun-loading/loading1.vue +0 -162
  82. package/other/qiun-data-charts/components/qiun-loading/loading2.vue +0 -170
  83. package/other/qiun-data-charts/components/qiun-loading/loading3.vue +0 -173
  84. package/other/qiun-data-charts/components/qiun-loading/loading4.vue +0 -222
  85. package/other/qiun-data-charts/components/qiun-loading/loading5.vue +0 -229
  86. package/other/qiun-data-charts/components/qiun-loading/qiun-loading.vue +0 -36
  87. package/other/qiun-data-charts/js_sdk2/app-echarts.min.js +0 -23
  88. package/other/qiun-data-charts/js_sdk2/h5-echarts.min.js +0 -23
  89. package/other/qiun-data-charts/package.json +0 -81
  90. package/other/qiun-data-charts/static/app-plus/echarts.min.js +0 -23
  91. package/other/qiun-data-charts/static/h5/echarts.min.js +0 -23
  92. package/other/qiun-data-charts_2.5.0-20230101_example/App.vue +0 -20
  93. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni-icons.css +0 -542
  94. package/other/qiun-data-charts_2.5.0-20230101_example/common/uni.css +0 -246
  95. package/other/qiun-data-charts_2.5.0-20230101_example/components/qiun-title-bar/qiun-title-bar.vue +0 -51
  96. package/other/qiun-data-charts_2.5.0-20230101_example/components/test-charts/test-charts.vue +0 -48
  97. package/other/qiun-data-charts_2.5.0-20230101_example/main.js +0 -13
  98. package/other/qiun-data-charts_2.5.0-20230101_example/manifest.json +0 -75
  99. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/demodata.json +0 -448
  100. package/other/qiun-data-charts_2.5.0-20230101_example/mockdata/mapdata.json +0 -1
  101. package/other/qiun-data-charts_2.5.0-20230101_example/pages/canvas/canvas.vue +0 -142
  102. package/other/qiun-data-charts_2.5.0-20230101_example/pages/echarts/echarts.vue +0 -228
  103. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-e/format-e.vue +0 -113
  104. package/other/qiun-data-charts_2.5.0-20230101_example/pages/format-u/format-u.vue +0 -110
  105. package/other/qiun-data-charts_2.5.0-20230101_example/pages/index/index.vue +0 -58
  106. package/other/qiun-data-charts_2.5.0-20230101_example/pages/layout/layout.vue +0 -174
  107. package/other/qiun-data-charts_2.5.0-20230101_example/pages/other/other.vue +0 -233
  108. package/other/qiun-data-charts_2.5.0-20230101_example/pages/tab/tab.vue +0 -115
  109. package/other/qiun-data-charts_2.5.0-20230101_example/pages/ucharts/ucharts.vue +0 -339
  110. package/other/qiun-data-charts_2.5.0-20230101_example/pages/unicloud/unicloud.vue +0 -117
  111. package/other/qiun-data-charts_2.5.0-20230101_example/pages/updata/updata.vue +0 -212
  112. package/other/qiun-data-charts_2.5.0-20230101_example/pages.json +0 -79
  113. package/other/qiun-data-charts_2.5.0-20230101_example/static/logo.png +0 -0
  114. package/other/qiun-data-charts_2.5.0-20230101_example/uni.scss +0 -76
  115. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/db_init.json +0 -455
  116. package/other/qiun-data-charts_2.5.0-20230101_example/uniCloud-aliyun/database/qiun-charts-demo.schema.json +0 -76
  117. package/other/u-charts/config.js +0 -503
  118. package/other/u-charts/data.json +0 -1143
  119. package/other/u-charts/demodata.json +0 -267
  120. package/other/u-charts/mapdata.json +0 -41
  121. package/other/u-charts/u-charts.js +0 -5687
  122. package/other/u-charts/u-charts.min.js +0 -1
  123. package/other/u-charts/u-charts.vue +0 -466
  124. /package/other/{qiun-data-charts/js_sdk → uCharts-uniapp}/u-charts/config-ucharts.js +0 -0
@@ -0,0 +1,2 @@
1
+ import qiunDataCharts from './components/qiun-data-charts/qiun-data-charts.vue'
2
+ export default qiunDataCharts;
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@qiun/uni-ucharts",
3
+ "version": "2.5.0-20230101",
4
+ "description": "【uni-app uCharts组件】uCharts跨平台图表库,全端全平台支持的图表库,开箱即用。支持PC、H5、微信小程序、支付宝小程序、百度小程序、头条小程序、飞书小程序、QQ小程序、360小程序、快手小程序、钉钉小程序、淘宝小程序、京东小程序、Vue、Taro等更多支持canvas的框架,体积小巧、调用简单方便、性能及体验极佳。",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "uCharts",
11
+ "大图",
12
+ "大屏",
13
+ "可视化",
14
+ "图表库",
15
+ "饼图",
16
+ "圆环图",
17
+ "折线图",
18
+ "柱状图",
19
+ "山峰图",
20
+ "区域图",
21
+ "雷达图",
22
+ "圆弧进度图",
23
+ "仪表盘",
24
+ "K线图",
25
+ "条状图",
26
+ "混合图",
27
+ "玫瑰图",
28
+ "漏斗图",
29
+ "词云图",
30
+ "时序图",
31
+ "散点图",
32
+ "气泡图",
33
+ "地图"
34
+ ],
35
+ "homepage": "https://www.ucharts.cn",
36
+ "author": "秋云",
37
+ "license": "Apache",
38
+ "publishConfig": {
39
+ "access": "public",
40
+ "registry": "https://registry.npmjs.org/"
41
+ }
42
+ }