@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
@@ -1,246 +0,0 @@
1
- /* 全局公共样式 */
2
-
3
- body,
4
- html {
5
- -webkit-user-select: auto;
6
- user-select: auto;
7
- }
8
-
9
- /* #ifdef H5 */
10
-
11
- uni-main {
12
- position: relative;
13
- background-color: #f5f5f5;
14
- }
15
-
16
- .uni-mask+.uni-left-window, .uni-mask+.uni-right-window{
17
- position: fixed;
18
- }
19
-
20
- .uni-container .uni-forms {
21
- padding: 15px;
22
- max-width: 460px;
23
- }
24
-
25
- /* #endif */
26
-
27
- /* #ifndef H5 */
28
- .uni-nav-menu {
29
- height: 100vh;
30
- }
31
- /* #endif */
32
-
33
- .pointer {
34
- cursor: pointer;
35
- }
36
-
37
- .uni-top-window {
38
- z-index: 998;
39
- overflow: visible;
40
- }
41
-
42
- .uni-tips {
43
- font-size: 12px;
44
- color: #666;
45
- }
46
-
47
- /* 容器 */
48
- .uni-container {
49
- padding: 15px;
50
- box-sizing: border-box;
51
- }
52
-
53
- /* 标题栏 */
54
- .uni-header {
55
- padding: 0 15px;
56
- display: flex;
57
- height: 55px;
58
- align-items: center;
59
- justify-content: space-between;
60
- border-bottom: 1px #f5f5f5 solid;
61
- }
62
-
63
- .uni-title {
64
- margin-right: 10px;
65
- font-size: 16px;
66
- font-weight: 500;
67
- color: #333;
68
- }
69
-
70
- .uni-sub-title {
71
- margin-top: 3px;
72
- font-size: 14px;
73
- color: #999;
74
- }
75
-
76
- .uni-link {
77
- color: #3A8EE6;
78
- cursor: pointer;
79
- text-decoration: underline;
80
- }
81
-
82
- .uni-group {
83
- display: flex;
84
- align-items: center;
85
- justify-content: center;
86
- word-break: keep-all;
87
- }
88
-
89
- /* 按钮样式 */
90
- .uni-button-group {
91
- margin-top: 30px;
92
- display: flex;
93
- align-items: center;
94
- justify-content: center;
95
- }
96
-
97
- .uni-button {
98
- padding: 10px 20px;
99
- font-size: 14px;
100
- border-radius: 4px;
101
- line-height: 1;
102
- margin: 0;
103
- box-sizing: border-box;
104
- overflow: initial;
105
- }
106
-
107
- .uni-button+.uni-button {
108
- margin-left: 10px;
109
- }
110
-
111
-
112
- .uni-button:hover,
113
- .uni-button:focus {
114
- opacity: 0.9;
115
- }
116
-
117
- .uni-button:active {
118
- opacity: 1;
119
- }
120
-
121
- .uni-button-full {
122
- width: 100%;
123
- }
124
-
125
- /* 搜索框样式 */
126
- .uni-search {
127
- height: 30px;
128
- line-height: 30px;
129
- font-size: 12px;
130
- padding: 0 10px;
131
- border: 1px #eee solid;
132
- margin-right: 10px;
133
- border-radius: 5px;
134
- }
135
-
136
- /* 分页容器 */
137
- .uni-pagination-box {
138
- display: flex;
139
- justify-content: center;
140
- margin-top: 20px;
141
- }
142
-
143
-
144
- .uni-input-border,
145
- .uni-textarea-border {
146
- width: 100%;
147
- font-size: 14px;
148
- color: #666;
149
- border: 1px #e5e5e5 solid;
150
- border-radius: 5px;
151
- box-sizing: border-box;
152
- }
153
-
154
- .uni-input-border {
155
- padding: 0 10px;
156
- height: 35px;
157
-
158
- }
159
-
160
- .uni-textarea-border {
161
- padding: 10px;
162
- height: 80px;
163
- }
164
-
165
- .uni-disabled {
166
- background-color: #F5F7FA;
167
- color: #C0C4CC;
168
- }
169
-
170
- .uni-icon-password-eye {
171
- position: absolute;
172
- right: 8px;
173
- top: 6px;
174
- font-family: uniicons;
175
- font-size: 20px;
176
- font-weight: normal;
177
- font-style: normal;
178
- width: 24px;
179
- height: 24px;
180
- line-height: 24px;
181
- color: #999999;
182
- }
183
-
184
- .uni-eye-active {
185
- color: #007AFF;
186
- }
187
-
188
- .uni-tabs__header {
189
- position: relative;
190
- background-color: #f5f7fa;
191
- border-bottom: 1px solid #e4e7ed;
192
- }
193
-
194
- .uni-tabs__nav-wrap {
195
- overflow: hidden;
196
- margin-bottom: -1px;
197
- position: relative;
198
- }
199
-
200
- .uni-tabs__nav-scroll {
201
- overflow: hidden;
202
- }
203
-
204
- .uni-tabs__nav {
205
- position: relative;
206
- white-space: nowrap;
207
- }
208
-
209
-
210
- .uni-tabs__item {
211
- position: relative;
212
- padding: 0 20px;
213
- height: 40px;
214
- box-sizing: border-box;
215
- line-height: 40px;
216
- display: inline-block;
217
- list-style: none;
218
- font-size: 14px;
219
- font-weight: 500;
220
- color: #909399;
221
- margin-top: -1px;
222
- margin-left: -1px;
223
- border: 1px solid transparent;
224
- cursor: pointer;
225
- }
226
-
227
- .uni-tabs__item.is-active {
228
- color: #007aff;
229
- background-color: #fff;
230
- border-right-color: #dcdfe6;
231
- border-left-color: #dcdfe6;
232
- }
233
-
234
- .uni-form-item-tips {
235
- color: #999;
236
- font-size: 12px;
237
- margin-top: 3px;
238
- position: absolute;
239
-
240
- }
241
-
242
- .uni-form-item-empty {
243
- color: #999;
244
- min-height: 36px;
245
- line-height: 36px;
246
- }
@@ -1,51 +0,0 @@
1
- <template>
2
- <view class="qiun-title-bar">
3
- <view class="qiun-title-dot"></view>
4
- <view class="qiun-title-text">{{title}}</view>
5
- </view>
6
- </template>
7
-
8
- <script>
9
- export default {
10
- name: "title-bar",
11
- props: {
12
- title: {
13
- type: String,
14
- default: ''
15
- },
16
- },
17
- mounted() {
18
-
19
- },
20
- methods:{
21
- }
22
- }
23
- </script>
24
-
25
-
26
- <style>
27
- .qiun-title-bar{
28
- display: flex;
29
- flex-direction: row !important;
30
- flex-wrap: nowrap;
31
- align-items: center;
32
- height: 40px;
33
- }
34
-
35
- .qiun-title-dot {
36
- border-radius: 10px;
37
- background-color: #409EFF;
38
- width: 5px;
39
- height: 16px;
40
- margin-left: 8px;
41
- }
42
-
43
- .qiun-title-text {
44
- font-size: 17px;
45
- color: #666666;
46
- margin-left: 8px;
47
- line-height: 22px;
48
- height: 22px;
49
- font-weight: bold;
50
- }
51
- </style>
@@ -1,48 +0,0 @@
1
- <template>
2
- <view>
3
- <view class="charts-box">
4
- <qiun-data-charts type="column" :opts="{dataLabel:false}" :chartData="chartsDataColumn1" :canvas2d="true" canvasId="componentsinit" />
5
- </view>
6
- </view>
7
- </template>
8
-
9
- <script>
10
- //下面是演示数据,您的项目不需要引用,数据需要您从服务器自行获取
11
- import demodata from '@/mockdata/demodata.json';
12
-
13
- export default {
14
- name: 'test-charts',
15
- props: {
16
- pageScrollTop: {
17
- type: Number,
18
- default: 0
19
- }
20
- },
21
- data() {
22
- return {
23
- chartsDataColumn1: {},
24
- };
25
- },
26
- //新手注意了,组件里没有onLoad事件!!!
27
- mounted() {
28
- this.getServerData()
29
- },
30
- methods: {
31
- getServerData() {
32
- setTimeout(() => {
33
- //因部分数据格式一样,这里不同图表引用同一数据源的话,需要深拷贝一下构造不同的对象
34
- //开发者需要自行处理服务器返回的数据,应与标准数据格式一致,注意series的data数值应为数字格式
35
- this.chartsDataColumn1=JSON.parse(JSON.stringify(demodata.Column))
36
-
37
- }, 1500);
38
- },
39
- }
40
- };
41
- </script>
42
-
43
- <style>
44
- .charts-box {
45
- width: 100%;
46
- height: 300px;
47
- }
48
- </style>
@@ -1,13 +0,0 @@
1
- import Vue from 'vue'
2
- import App from './App'
3
-
4
- Vue.config.productionTip = false
5
-
6
- Vue.prototype.toJSON=()=>{return this}
7
-
8
- App.mpType = 'app'
9
-
10
- const app = new Vue({
11
- ...App
12
- })
13
- app.$mount()
@@ -1,75 +0,0 @@
1
- {
2
- "name": "qiun-data-charts",
3
- "appid": "",
4
- "description": "秋云高性能跨全端图表组件",
5
- "versionName": "1.0.0",
6
- "versionCode": "100",
7
- "transformPx": false,
8
- "app-plus": {
9
- "usingComponents": true,
10
- "nvueStyleCompiler": "uni-app",
11
- "compilerVersion": 3,
12
- "splashscreen": {
13
- "alwaysShowBeforeRender": true,
14
- "waiting": true,
15
- "autoclose": true,
16
- "delay": 0
17
- },
18
- "modules": {},
19
- "distribute": {
20
- "android": {
21
- "permissions": [
22
- "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
23
- "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
24
- "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
25
- "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
26
- "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
27
- "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
28
- "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
29
- "<uses-permission android:name=\"android.permission.CAMERA\"/>",
30
- "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
31
- "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
32
- "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
33
- "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
34
- "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
35
- "<uses-feature android:name=\"android.hardware.camera\"/>",
36
- "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
37
- ]
38
- },
39
- "ios": {},
40
- "sdkConfigs": {}
41
- }
42
- },
43
- "quickapp": {},
44
- "mp-weixin": {
45
- "appid": "",
46
- "setting": {
47
- "urlCheck": false
48
- },
49
- "usingComponents": true
50
- },
51
- "mp-alipay": {
52
- "usingComponents": true
53
- },
54
- "mp-baidu": {
55
- "usingComponents": true,
56
- "appid": ""
57
- },
58
- "mp-toutiao": {
59
- "usingComponents": true,
60
- "appid": "",
61
- "setting": {
62
- "minified": true,
63
- "es6": true
64
- }
65
- },
66
- "uniStatistics": {
67
- "enable": false
68
- },
69
- "h5": {
70
- "title": "秋云uCharts图表组件"
71
- },
72
- "mp-qq": {
73
- "appid": "1111800760"
74
- }
75
- }