@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,503 +0,0 @@
1
- /*
2
- * uCharts组件 默认配置文件,如有修改,更新前请备份此文件!!
3
- * Copyright (c) 2021 QIUN秋云 https://www.ucharts.cn All rights reserved.
4
- * Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
5
- *
6
- * uCharts官方网站
7
- * https://www.uCharts.cn
8
- *
9
- * 开源地址:
10
- * https://gitee.com/uCharts/uCharts
11
- *
12
- * uni-app插件市场地址:
13
- * http://ext.dcloud.net.cn/plugin?id=271
14
- *
15
- */
16
- module.exports = {
17
- type: [
18
- 'pie',
19
- 'ring',
20
- 'rose',
21
- 'word',
22
- 'funnel',
23
- 'map',
24
- 'arcbar',
25
- 'line',
26
- 'column',
27
- 'area',
28
- 'radar',
29
- 'gauge',
30
- 'candle',
31
- 'mix',
32
- 'point',
33
- 'bubble'
34
- ],
35
- categories: ['line', 'column', 'area', 'radar', 'gauge', 'candle', 'mix', 'point', 'bubble'],
36
- //以上数据请勿改动,下面是自定义默认配置,请添加项目所需的个性配置
37
- pie: {
38
- type: 'pie',
39
- padding: [15, 15, 0, 15],
40
- legend: {
41
- show: true,
42
- padding: 5,
43
- lineHeight: 11,
44
- margin: 0
45
- },
46
- dataLabel: true,
47
- extra: {
48
- pie: {
49
- border: true,
50
- borderColor: '#FFFFFF',
51
- borderWidth: 3
52
- }
53
- }
54
- },
55
- ring: {
56
- type: 'ring',
57
- padding: [5, 5, 5, 5],
58
- legend: {
59
- show: true,
60
- position: 'right',
61
- float: 'center',
62
- itemGap: 10,
63
- padding: 5,
64
- lineHeight: 26,
65
- margin: 5,
66
- borderWidth: 1
67
- },
68
- disablePieStroke: true,
69
- dataLabel: true,
70
- subtitle: {
71
- name: '70%',
72
- color: '#7cb5ec',
73
- fontSize: 25
74
- },
75
- title: {
76
- name: '收益率',
77
- color: '#666666',
78
- fontSize: 15
79
- },
80
- extra: {
81
- pie: {
82
- offsetAngle: 0,
83
- ringWidth: 40,
84
- labelWidth: 15
85
- }
86
- }
87
- },
88
- rose: {
89
- type: 'rose',
90
- padding: [15, 15, 0, 15],
91
- legend: {
92
- show: true,
93
- position: 'left',
94
- float: 'center',
95
- itemGap: 10,
96
- padding: 5,
97
- lineHeight: 26,
98
- margin: 5,
99
- borderWidth: 1
100
- },
101
- dataLabel: true,
102
- extra: {
103
- rose: {
104
- type: 'area',
105
- minRadius: 50,
106
- activeOpacity: 0.5,
107
- offsetAngle: 0,
108
- labelWidth: 15
109
- }
110
- }
111
- },
112
- word: {
113
- type: 'word',
114
- extra: {
115
- word: {
116
- type: 'normal'
117
- }
118
- }
119
- },
120
- funnel: {
121
- type: 'funnel',
122
- padding: [15, 15, 0, 15],
123
- legend: {
124
- show: true,
125
- padding: 5,
126
- lineHeight: 11,
127
- margin: 0
128
- },
129
- dataLabel: true,
130
- extra: {
131
- funnel: {
132
- border: true,
133
- borderWidth: 2,
134
- borderColor: '#FFFFFF'
135
- }
136
- }
137
- },
138
- map: {
139
- type: 'map',
140
- padding: [0, 0, 0, 0],
141
- legend: {
142
- show: false
143
- },
144
- dataLabel: true,
145
- extra: {
146
- map: {
147
- border: true,
148
- borderWidth: 1,
149
- borderColor: '#666666',
150
- fillOpacity: 0.6
151
- }
152
- }
153
- },
154
- arcbar: {
155
- type: 'arcbar',
156
- legend: { show: false },
157
- dataLabel: true,
158
- title: {
159
- name: '百分比',
160
- color: '#00FF00',
161
- fontSize: 25
162
- },
163
- subtitle: {
164
- name: '默认标题',
165
- color: '#666666',
166
- fontSize: 15
167
- },
168
- extra: {
169
- arcbar: {
170
- type: 'default',
171
- width: 12
172
- }
173
- }
174
- },
175
- line: {
176
- type: 'line',
177
- padding: [15, 30, 0, 15],
178
- legend: {
179
- show: true,
180
- padding: 5,
181
- lineHeight: 11,
182
- margin: 0
183
- },
184
- dataLabel: true,
185
- dataPointShape: true,
186
- xAxis: {
187
- disableGrid: true
188
- },
189
- yAxis: {
190
- gridType: 'dash',
191
- gridColor: '#CCCCCC',
192
- dashLength: 8,
193
- splitNumber: 4,
194
- format: (val) => {
195
- return val.toFixed(0);
196
- }
197
- },
198
- extra: {
199
- line: {
200
- type: 'straight'
201
- }
202
- }
203
- },
204
- column: {
205
- type: 'column',
206
- padding: [15, 5, 0, 15],
207
- legend: {
208
- show: true,
209
- padding: 5,
210
- lineHeight: 11,
211
- margin: 0
212
- },
213
- animation: true,
214
- dataLabel: true,
215
- xAxis: {
216
- disableGrid: true
217
- },
218
- yAxis: {
219
- data: [
220
- {
221
- position: 'right',
222
- axisLine: false,
223
- format: (val) => {
224
- return val.toFixed(0);
225
- }
226
- }
227
- ]
228
- },
229
- extra: {
230
- column: {
231
- type: 'group',
232
- width: 30
233
- }
234
- }
235
- },
236
- area: {
237
- type: 'area',
238
- padding: [15, 15, 0, 15],
239
- legend: {
240
- show: true
241
- },
242
- dataLabel: true,
243
- dataPointShape: true,
244
- xAxis: {
245
- disableGrid: true
246
- },
247
- yAxis: {
248
- gridType: 'dash',
249
- gridColor: '#CCCCCC',
250
- dashLength: 8,
251
- splitNumber: 5
252
- },
253
- extra: {
254
- area: {
255
- type: 'straight',
256
- opacity: 0.2,
257
- addLine: true,
258
- width: 2,
259
- gradient: false
260
- }
261
- }
262
- },
263
- radar: {
264
- type: 'radar',
265
- padding: [15, 15, 0, 15],
266
- legend: {
267
- show: true,
268
- padding: 5,
269
- lineHeight: 11,
270
- margin: 0
271
- },
272
- animation: true,
273
- dataLabel: true,
274
- extra: {
275
- radar: {
276
- max: 200,
277
- gridType: 'radar' //radar或者circle可选,网格样式,默认radar
278
- }
279
- }
280
- },
281
- gauge: {
282
- type: 'gauge',
283
- legend: { show: false },
284
- animation: true,
285
- dataLabel: true,
286
- title: {
287
- name: '字符串类型',
288
- color: '#00FF00',
289
- fontSize: 25,
290
- offsetY: 50
291
- },
292
- subtitle: {
293
- name: '字符串类型',
294
- color: '#666666',
295
- fontSize: 15,
296
- offsetY: -50
297
- },
298
- extra: {
299
- gauge: {
300
- type: 'default',
301
- width: 30,
302
- startAngle: 0.75,
303
- endAngle: 0.25,
304
- startNumber: 0,
305
- endNumber: 100,
306
- splitLine: {
307
- fixRadius: 0,
308
- splitNumber: 10,
309
- width: 30,
310
- color: '#FFFFFF',
311
- childNumber: 5,
312
- childWidth: 30 * 0.4
313
- },
314
- pointer: {
315
- width: 30 * 0.8,
316
- color: 'auto'
317
- }
318
- }
319
- }
320
- },
321
- candle: {
322
- type: 'candle',
323
- padding: [15, 15, 0, 15],
324
- legend: {
325
- show: true,
326
- padding: 5,
327
- lineHeight: 11,
328
- margin: 8
329
- },
330
- enableMarkLine: true,
331
- enableScroll: true,
332
- dataLabel: false,
333
- dataPointShape: true,
334
- xAxis: {
335
- disableGrid: true,
336
- labelCount: 4,
337
- itemCount: 5,
338
- scrollShow: true,
339
- scrollAlign: 'right'
340
- },
341
- yAxis: {
342
- gridType: 'dash',
343
- splitNumber: 5,
344
- format: (val) => {
345
- return val.toFixed(0);
346
- }
347
- },
348
- extra: {
349
- candle: {
350
- color: {
351
- upLine: '#f04864',
352
- upFill: '#f04864',
353
- downLine: '#2fc25b',
354
- downFill: '#2fc25b'
355
- },
356
- average: {
357
- show: true,
358
- name: ['MA5', 'MA10', 'MA30'],
359
- day: [5, 10, 20],
360
- color: ['#1890ff', '#2fc25b', '#facc14']
361
- }
362
- },
363
- tooltip: {
364
- bgColor: '#000000',
365
- bgOpacity: 0.7,
366
- gridType: 'dash',
367
- dashLength: 5,
368
- gridColor: '#1890ff',
369
- fontColor: '#FFFFFF',
370
- horizentalLine: true,
371
- xAxisLabel: true,
372
- yAxisLabel: true,
373
- labelBgColor: '#DFE8FF',
374
- labelBgOpacity: 0.95,
375
- labelAlign: 'left',
376
- labelFontColor: '#666666'
377
- },
378
- markLine: {
379
- type: 'dash',
380
- dashLength: 5,
381
- data: [
382
- {
383
- value: 2150,
384
- lineColor: '#f04864',
385
- showLabel: true
386
- },
387
- {
388
- value: 2350,
389
- lineColor: '#f04864',
390
- showLabel: true
391
- }
392
- ]
393
- }
394
- }
395
- },
396
- mix: {
397
- type: 'mix',
398
- padding: [15, 15, 0, 15],
399
- legend: {
400
- show: true,
401
- position: 'bottom',
402
- float: 'center',
403
- padding: 5,
404
- lineHeight: 11,
405
- margin: 6
406
- },
407
- dataLabel: true,
408
- dataPointShape: true,
409
- xAxis: {
410
- disableGrid: true
411
- },
412
- yAxis: {
413
- data: [
414
- {
415
- calibration: true,
416
- position: 'left',
417
- title: '折线',
418
- titleFontSize: 12,
419
- format: (val) => {
420
- return val.toFixed(0) + '度';
421
- }
422
- },
423
- {
424
- calibration: true,
425
- position: 'right',
426
- min: 0,
427
- max: 200,
428
- title: '柱状图',
429
- titleFontSize: 12,
430
- format: (val) => {
431
- return val.toFixed(0) + '元';
432
- }
433
- },
434
- {
435
- calibration: true,
436
- position: 'right',
437
- min: 0,
438
- max: 200,
439
- title: '点',
440
- titleFontSize: 12
441
- }
442
- ],
443
- showTitle: true,
444
- gridType: 'dash',
445
- dashLength: 4,
446
- splitNumber: 5
447
- },
448
- extra: {
449
- column: {
450
- width: 20
451
- }
452
- }
453
- },
454
- point: {
455
- type: 'point',
456
- padding: [15, 30, 0, 15],
457
- legend: {
458
- show: true
459
- },
460
- dataLabel: false,
461
- dataPointShape: true,
462
- xAxis: {
463
- disableGrid: true,
464
- labelCount: 4
465
- },
466
- yAxis: {
467
- gridType: 'dash',
468
- gridColor: '#CCCCCC',
469
- dashLength: 8,
470
- splitNumber: 4,
471
- format: (val) => {
472
- return val.toFixed(1);
473
- }
474
- },
475
- extra: {
476
- point: {}
477
- }
478
- },
479
- bubble: {
480
- type: 'bubble',
481
- padding: [15, 30, 0, 15],
482
- legend: {
483
- show: true
484
- },
485
- dataLabel: true,
486
- xAxis: {
487
- disableGrid: true,
488
- labelCount: 4
489
- },
490
- yAxis: {
491
- gridType: 'dash',
492
- gridColor: '#CCCCCC',
493
- dashLength: 8,
494
- splitNumber: 4,
495
- format: (val) => {
496
- return val.toFixed(1);
497
- }
498
- },
499
- extra: {
500
- bubble: {}
501
- }
502
- }
503
- };