@10yun/cv-mobile-ui 0.4.1 → 0.4.2

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 (112) hide show
  1. package/package.json +1 -1
  2. package/ui-cv/cv-badge/{uni-badge.vue → cv-badge.vue} +2 -2
  3. package/ui-cv/cv-calendar/calendar.js +762 -345
  4. package/ui-cv/cv-calendar/cv-calendar-item.vue +198 -0
  5. package/ui-cv/cv-calendar/cv-calendar.vue +508 -0
  6. package/ui-cv/cv-card/cv-card.vue +427 -0
  7. package/ui-cv/cv-col/cv-col.vue +2965 -0
  8. package/ui-cv/cv-collapse/cv-collapse.vue +146 -0
  9. package/ui-cv/cv-collapse-item/cv-collapse-item.vue +395 -0
  10. package/ui-cv/cv-combox/cv-combox.vue +250 -0
  11. package/ui-cv/cv-countdown/cv-countdown.vue +245 -0
  12. package/ui-cv/cv-data-checkbox/cv-data-checkbox.vue +841 -0
  13. package/ui-cv/cv-data-indexed-list/cv-data-indexed-list-item.vue +154 -0
  14. package/ui-cv/cv-data-indexed-list/cv-data-indexed-list.vue +376 -0
  15. package/ui-cv/cv-data-picker/cv-data-picker.vue +486 -0
  16. package/ui-cv/cv-data-pickerview/{uni-data-picker.js → cv-data-picker.js} +0 -0
  17. package/ui-cv/cv-data-pickerview/cv-data-pickerview.vue +304 -0
  18. package/ui-cv/cv-dateformat/cv-dateformat.vue +86 -0
  19. package/ui-cv/cv-datetime-picker/calendar.vue +752 -738
  20. package/ui-cv/cv-datetime-picker/cv-datetime-picker.vue +958 -0
  21. package/ui-cv/cv-datetime-picker/time-picker.vue +900 -892
  22. package/ui-cv/cv-easyinput/cv-easyinput.vue +514 -0
  23. package/ui-cv/cv-fab/cv-fab.vue +465 -0
  24. package/ui-cv/cv-fab/{uni-fab.vue.bak → cv-fab.vue.bak} +2 -2
  25. package/ui-cv/cv-fav/cv-fav.vue +150 -0
  26. package/ui-cv/cv-file-picker/cv-file-picker.vue +619 -0
  27. package/ui-cv/cv-form-item/cv-form-item.vue +1 -1
  28. package/ui-cv/cv-goods-nav/{uni-goods-nav.vue → cv-goods-nav.vue} +1 -1
  29. package/ui-cv/{cv-icons2/cv-icons2.vue → cv-icon2/cv-icon2.vue} +3 -3
  30. package/ui-cv/{cv-icons2 → cv-icon2}/icons.js +0 -0
  31. package/ui-cv/{cv-icons2 → cv-icon2}/uni.ttf +0 -0
  32. package/ui-cv/cv-indexed-list/cv-indexed-list-item.vue +154 -0
  33. package/ui-cv/cv-indexed-list/cv-indexed-list.vue +371 -0
  34. package/ui-cv/cv-input-password/cv-input-password.vue +2 -2
  35. package/ui-cv/{cv-link/uni-link.vue → cv-link2/cv-link2.vue} +1 -1
  36. package/ui-cv/cv-list/cv-list.vue +107 -0
  37. package/ui-cv/cv-list/cv-refresh.vue +65 -0
  38. package/ui-cv/cv-list-ad/cv-list-ad.vue +113 -0
  39. package/ui-cv/cv-list-chat/{uni-list-chat.scss → cv-list-chat.scss} +0 -0
  40. package/ui-cv/cv-list-chat/{uni-list-chat.vue → cv-list-chat.vue} +0 -0
  41. package/ui-cv/cv-list-item/cv-list-item.vue +449 -0
  42. package/ui-cv/cv-nav-bar/cv-nav-bar.vue +256 -0
  43. package/ui-cv/cv-nav-bar/{uni-status-bar.vue → cv-status-bar.vue} +0 -0
  44. package/ui-cv/cv-notice-bar/cv-notice-bar.vue +453 -0
  45. package/ui-cv/cv-number-box/cv-number-box.vue +223 -0
  46. package/ui-cv/cv-pagination/cv-pagination.vue +397 -0
  47. package/ui-cv/cv-popup/cv-popup.vue +429 -0
  48. package/ui-cv/cv-popup-dialog/{uni-popup-dialog.vue → cv-popup-dialog.vue} +0 -0
  49. package/ui-cv/cv-popup-message/cv-popup-message.vue +143 -0
  50. package/ui-cv/cv-popup-share/{uni-popup-share.vue → cv-popup-share.vue} +0 -0
  51. package/ui-cv/cv-row/{uni-row.vue → cv-row.vue} +1 -1
  52. package/ui-cv/cv-search-bar/cv-search-bar.vue +280 -0
  53. package/ui-cv/cv-section/{uni-section.vue → cv-section.vue} +0 -0
  54. package/ui-cv/cv-segmented-control/{uni-segmented-control.vue → cv-segmented-control.vue} +0 -0
  55. package/ui-cv/cv-status-bar/{uni-status-bar.vue → cv-status-bar.vue} +0 -0
  56. package/ui-cv/cv-steps/cv-steps.vue +293 -0
  57. package/ui-cv/cv-swipe-action/{uni-swipe-action.vue → cv-swipe-action.vue} +0 -0
  58. package/ui-cv/cv-swipe-action-item/{uni-swipe-action-item.vue → cv-swipe-action-item.vue} +0 -0
  59. package/ui-cv/cv-swiper-dot/cv-swiper-dot.vue +255 -0
  60. package/ui-cv/cv-table/cv-table.vue +460 -0
  61. package/ui-cv/cv-tag/cv-tag.vue +276 -0
  62. package/ui-cv/cv-tbody/cv-tbody.vue +28 -0
  63. package/ui-cv/cv-td/cv-td.vue +93 -0
  64. package/ui-cv/cv-test/{uni-test.vue → cv-test.vue} +0 -0
  65. package/ui-cv/cv-th/cv-th.vue +270 -0
  66. package/ui-cv/cv-thead/cv-thead.vue +114 -0
  67. package/ui-cv/cv-title/cv-title.vue +168 -0
  68. package/ui-cv/cv-tr/cv-tr.vue +166 -0
  69. package/ui-cv/cv-transition/cv-transition.vue +279 -0
  70. package/ui-cv/cv-calendar/uni-calendar-item.vue +0 -171
  71. package/ui-cv/cv-calendar/uni-calendar.vue +0 -504
  72. package/ui-cv/cv-card/uni-card.vue +0 -420
  73. package/ui-cv/cv-col/uni-col.vue +0 -2968
  74. package/ui-cv/cv-collapse/uni-collapse.vue +0 -146
  75. package/ui-cv/cv-collapse-item/uni-collapse-item.vue +0 -378
  76. package/ui-cv/cv-combox/uni-combox.vue +0 -237
  77. package/ui-cv/cv-countdown/uni-countdown.vue +0 -234
  78. package/ui-cv/cv-data-checkbox/uni-data-checkbox.vue +0 -792
  79. package/ui-cv/cv-data-indexed-list/uni-data-indexed-list-item.vue +0 -142
  80. package/ui-cv/cv-data-indexed-list/uni-data-indexed-list.vue +0 -364
  81. package/ui-cv/cv-data-picker/uni-data-picker.vue +0 -468
  82. package/ui-cv/cv-data-pickerview/uni-data-pickerview.vue +0 -298
  83. package/ui-cv/cv-dateformat/uni-dateformat.vue +0 -88
  84. package/ui-cv/cv-datetime-picker/uni-datetime-picker.vue +0 -874
  85. package/ui-cv/cv-easyinput/uni-easyinput.vue +0 -438
  86. package/ui-cv/cv-fab/uni-fab.vue +0 -443
  87. package/ui-cv/cv-fav/uni-fav.vue +0 -136
  88. package/ui-cv/cv-file-picker/uni-file-picker.vue +0 -614
  89. package/ui-cv/cv-indexed-list/uni-indexed-list-item.vue +0 -142
  90. package/ui-cv/cv-indexed-list/uni-indexed-list.vue +0 -357
  91. package/ui-cv/cv-list/uni-list.vue +0 -107
  92. package/ui-cv/cv-list/uni-refresh.vue +0 -65
  93. package/ui-cv/cv-list-ad/uni-list-ad.vue +0 -106
  94. package/ui-cv/cv-list-item/uni-list-item.vue +0 -428
  95. package/ui-cv/cv-nav-bar/uni-nav-bar.vue +0 -244
  96. package/ui-cv/cv-notice-bar/uni-notice-bar.vue +0 -394
  97. package/ui-cv/cv-number-box/uni-number-box.vue +0 -224
  98. package/ui-cv/cv-pagination/uni-pagination.vue +0 -376
  99. package/ui-cv/cv-popup/uni-popup.vue +0 -412
  100. package/ui-cv/cv-popup-message/uni-popup-message.vue +0 -143
  101. package/ui-cv/cv-search-bar/uni-search-bar.vue +0 -262
  102. package/ui-cv/cv-steps/uni-steps.vue +0 -250
  103. package/ui-cv/cv-swiper-dot/uni-swiper-dot.vue +0 -205
  104. package/ui-cv/cv-table/uni-table.vue +0 -455
  105. package/ui-cv/cv-tag/uni-tag.vue +0 -283
  106. package/ui-cv/cv-tbody/uni-tbody.vue +0 -30
  107. package/ui-cv/cv-td/uni-td.vue +0 -88
  108. package/ui-cv/cv-th/uni-th.vue +0 -259
  109. package/ui-cv/cv-thead/uni-thead.vue +0 -114
  110. package/ui-cv/cv-title/uni-title.vue +0 -171
  111. package/ui-cv/cv-tr/uni-tr.vue +0 -156
  112. package/ui-cv/cv-transition/uni-transition.vue +0 -287
@@ -0,0 +1,427 @@
1
+ <template>
2
+ <view
3
+ class="uni-card uni-border"
4
+ :class="{
5
+ 'uni-card--full': isFull === true || isFull === 'true',
6
+ 'uni-card--shadow': isShadow === true || isShadow === 'true'
7
+ }"
8
+ >
9
+ <!-- 基础 -->
10
+ <view v-if="mode === 'basic' && title" @click.stop="onClick" class="uni-card__head-padding">
11
+ <view class="uni-card__header uni-border-bottom">
12
+ <slot name="header">
13
+ <view v-if="thumbnail" class="uni-card__header-extra-img-view">
14
+ <image :src="thumbnail" class="uni-card__header-extra-img" />
15
+ </view>
16
+ <text class="uni-card__header-title-text">{{ title }}</text>
17
+ <text v-if="extra" class="uni-card__header-extra-text">{{ extra }}</text>
18
+ </slot>
19
+ </view>
20
+ </view>
21
+ <!-- 标题 -->
22
+ <view v-if="mode === 'title'" @click.stop="onClick" class="uni-card__head-padding">
23
+ <view class="uni-card__title uni-border-bottom">
24
+ <slot name="header">
25
+ <view class="uni-card__title-box">
26
+ <view v-if="thumbnail" class="uni-card__title-header">
27
+ <image class="uni-card__title-header-image" :src="thumbnail" mode="scaleToFill" />
28
+ </view>
29
+ <view class="uni-card__title-content">
30
+ <text class="uni-card__title-content-title uni-ellipsis">{{ title }}</text>
31
+ <text class="uni-card__title-content-extra uni-ellipsis">{{ subTitle }}</text>
32
+ </view>
33
+ </view>
34
+ <view v-if="extra">
35
+ <text class="uni-card__header-extra-text">{{ extra }}</text>
36
+ </view>
37
+ </slot>
38
+ </view>
39
+ </view>
40
+ <!-- 图文 -->
41
+ <view v-if="mode === 'style'" class="uni-card__thumbnailimage" @click.stop="onClick">
42
+ <view class="uni-card__thumbnailimage-box">
43
+ <image v-if="thumbnail" class="uni-card__thumbnailimage-image" :src="thumbnail" mode="aspectFill" />
44
+ <cv-icon2 v-if="!thumbnail" type="image" size="30" color="#999" />
45
+ </view>
46
+ <view v-if="title" class="uni-card__thumbnailimage-title">
47
+ <text class="uni-card__thumbnailimage-title-text">{{ title }}</text>
48
+ </view>
49
+ </view>
50
+ <!-- 内容 -->
51
+ <view class="uni-card__content uni-card__content--pd" @click.stop="onClick">
52
+ <view v-if="mode === 'style' && extra" class="">
53
+ <text class="uni-card__content-extra">{{ extra }}</text>
54
+ </view>
55
+ <slot />
56
+ </view>
57
+ <!-- 底部 -->
58
+ <view v-if="note" class="uni-card__footer uni-border-top">
59
+ <slot name="footer">
60
+ <text class="uni-card__footer-text">{{ note }}</text>
61
+ </slot>
62
+ </view>
63
+ </view>
64
+ </template>
65
+
66
+ <script>
67
+ /**
68
+ * Card 卡片
69
+ * @description 卡片视图组件
70
+ * @tutorial https://ext.dcloud.net.cn/plugin?id=22
71
+ * @property {String} title 标题文字
72
+ * @property {String} subTitle 副标题(仅仅mode=title下生效)
73
+ * @property {String} extra 标题额外信息
74
+ * @property {String} note 底部信息
75
+ * @property {String} thumbnail 标题左侧缩略图
76
+ * @property {String} mode = [basic|style|title] 卡片模式
77
+ * @value basic 基础卡片
78
+ * @value style 图文卡片
79
+ * @value title 标题卡片
80
+ * @property {Boolean} isFull = [true | false] 卡片内容是否通栏,为 true 时将去除padding值
81
+ * @property {Boolean} isShadow = [true | false] 卡片内容是否开启阴影
82
+ * @event {Function} click 点击 Card 触发事件
83
+ * @example <cv-card title="标题文字" thumbnail="xxx.jpg" extra="额外信息" note="Tips">内容主体,可自定义内容及样式</cv-card>
84
+ */
85
+ export default {
86
+ name: 'cvCard',
87
+ emits: ['click'],
88
+ props: {
89
+ title: {
90
+ type: String,
91
+ default: ''
92
+ },
93
+ subTitle: {
94
+ type: String,
95
+ default: ''
96
+ },
97
+ extra: {
98
+ type: String,
99
+ default: ''
100
+ },
101
+ note: {
102
+ type: String,
103
+ default: ''
104
+ },
105
+ thumbnail: {
106
+ type: String,
107
+ default: ''
108
+ },
109
+ mode: {
110
+ type: String,
111
+ default: 'basic'
112
+ },
113
+ isFull: {
114
+ // 内容区域是否通栏
115
+ type: Boolean,
116
+ default: false
117
+ },
118
+ isShadow: {
119
+ // 是否开启阴影
120
+ type: [Boolean, String],
121
+ default: false
122
+ }
123
+ },
124
+ methods: {
125
+ onClick() {
126
+ this.$emit('click');
127
+ }
128
+ }
129
+ };
130
+ </script>
131
+
132
+ <style scoped>
133
+ .uni-card {
134
+ /* #ifndef APP-NVUE */
135
+ display: flex;
136
+ flex: 1;
137
+ box-shadow: 0 0 0 rgba(0, 0, 0, 0);
138
+ /* #endif */
139
+ margin: 12px 15px;
140
+ background-color: #ffffff;
141
+ position: relative;
142
+ flex-direction: column;
143
+ border-radius: 5px;
144
+ overflow: hidden;
145
+ /* #ifdef H5 */
146
+ cursor: pointer;
147
+ /* #endif */
148
+ }
149
+
150
+ .uni-border {
151
+ position: relative;
152
+ /* #ifdef APP-NVUE */
153
+ border-color: #e5e5e5;
154
+ border-style: solid;
155
+ border-width: 0.5px;
156
+ /* #endif */
157
+ z-index: 1;
158
+ }
159
+
160
+ /* #ifndef APP-NVUE */
161
+ .uni-border:after {
162
+ content: '';
163
+ position: absolute;
164
+ bottom: 0;
165
+ left: 0;
166
+ top: 0;
167
+ right: 0;
168
+ border: 1px solid #e5e5e5;
169
+ border-radius: 10px;
170
+ box-sizing: border-box;
171
+ width: 200%;
172
+ height: 200%;
173
+ transform: scale(0.5);
174
+ transform-origin: left top;
175
+ z-index: -1;
176
+ }
177
+
178
+ /* #endif */
179
+ .uni-border-bottom {
180
+ position: relative;
181
+ /* #ifdef APP-NVUE */
182
+ border-bottom-color: #e5e5e5;
183
+ border-bottom-style: solid;
184
+ border-bottom-width: 0.5px;
185
+ /* #endif */
186
+ z-index: 1;
187
+ }
188
+
189
+ /* #ifndef APP-NVUE */
190
+ .uni-border-bottom:after {
191
+ content: '';
192
+ position: absolute;
193
+ bottom: 0;
194
+ left: 0;
195
+ top: 0;
196
+ right: 0;
197
+ border-bottom: 1px solid #e5e5e5;
198
+ box-sizing: border-box;
199
+ width: 200%;
200
+ height: 200%;
201
+ transform: scale(0.5);
202
+ transform-origin: left top;
203
+ z-index: -1;
204
+ }
205
+
206
+ /* #endif */
207
+ .uni-border-top {
208
+ position: relative;
209
+ /* #ifdef APP-NVUE */
210
+ border-top-color: #e5e5e5;
211
+ border-top-style: solid;
212
+ border-top-width: 0.5px;
213
+ /* #endif */
214
+ z-index: 1;
215
+ }
216
+
217
+ /* #ifndef APP-NVUE */
218
+ .uni-border-top:after {
219
+ content: '';
220
+ position: absolute;
221
+ bottom: 0;
222
+ left: 0;
223
+ top: 0;
224
+ right: 0;
225
+ border-top: 1px solid #e5e5e5;
226
+ box-sizing: border-box;
227
+ width: 200%;
228
+ height: 200%;
229
+ transform: scale(0.5);
230
+ transform-origin: left top;
231
+ z-index: -1;
232
+ }
233
+
234
+ /* #endif */
235
+ .uni-card__thumbnailimage {
236
+ position: relative;
237
+ /* #ifndef APP-NVUE */
238
+ /* #endif */
239
+ flex-direction: column;
240
+ justify-content: center;
241
+ height: 150px;
242
+ background-color: #f1f1f1;
243
+ overflow: hidden;
244
+ }
245
+
246
+ .uni-card__thumbnailimage-box {
247
+ /* #ifndef APP-NVUE */
248
+ display: flex;
249
+ /* #endif */
250
+ flex: 1;
251
+ height: 150px;
252
+ flex-direction: row;
253
+ justify-content: center;
254
+ align-items: center;
255
+ overflow: hidden;
256
+ }
257
+
258
+ .uni-card__thumbnailimage-image {
259
+ flex: 1;
260
+ }
261
+
262
+ .uni-card__thumbnailimage-title {
263
+ /* #ifndef APP-NVUE */
264
+ display: flex;
265
+ /* #endif */
266
+ position: absolute;
267
+ bottom: 0;
268
+ left: 0;
269
+ right: 0;
270
+ flex-direction: row;
271
+ padding: 8px 12px;
272
+ background-color: rgba(0, 0, 0, 0.4);
273
+ }
274
+
275
+ .uni-card__thumbnailimage-title-text {
276
+ flex: 1;
277
+ font-size: 14px;
278
+ color: #fff;
279
+ }
280
+
281
+ .uni-card__title {
282
+ /* #ifndef APP-NVUE */
283
+ display: flex;
284
+ /* #endif */
285
+ flex-direction: row;
286
+ align-items: center;
287
+ padding: 10px;
288
+ }
289
+
290
+ .uni-card__title-box {
291
+ /* #ifndef APP-NVUE */
292
+ display: flex;
293
+ /* #endif */
294
+ flex: 1;
295
+ flex-direction: row;
296
+ align-items: center;
297
+ overflow: hidden;
298
+ }
299
+
300
+ .uni-card__title-header {
301
+ width: 40px;
302
+ height: 40px;
303
+ overflow: hidden;
304
+ border-radius: 5px;
305
+ padding-right: 10px;
306
+ }
307
+
308
+ .uni-card__title-header-image {
309
+ width: 40px;
310
+ height: 40px;
311
+ }
312
+
313
+ .uni-card__title-content {
314
+ /* #ifndef APP-NVUE */
315
+ display: flex;
316
+ /* #endif */
317
+ flex-direction: column;
318
+ justify-content: center;
319
+ flex: 1;
320
+ height: 40px;
321
+ overflow: hidden;
322
+ }
323
+
324
+ .uni-card__title-content-title {
325
+ font-size: 14px;
326
+ line-height: 22px;
327
+ }
328
+
329
+ .uni-card__title-content-extra {
330
+ font-size: 12px;
331
+ line-height: 27px;
332
+ color: #999;
333
+ }
334
+
335
+ .uni-card__header {
336
+ /* #ifndef APP-NVUE */
337
+ display: flex;
338
+ /* #endif */
339
+ position: relative;
340
+ flex-direction: row;
341
+ padding: 12px;
342
+ align-items: center;
343
+ }
344
+
345
+ .uni-card__header-title {
346
+ /* #ifndef APP-NVUE */
347
+ display: flex;
348
+ /* #endif */
349
+ flex-direction: row;
350
+ margin-right: 8px;
351
+ justify-content: flex-start;
352
+ align-items: center;
353
+ }
354
+
355
+ .uni-card__header-title-text {
356
+ font-size: 16px;
357
+ flex: 1;
358
+ color: #333;
359
+ }
360
+
361
+ .uni-card__header-extra-img {
362
+ height: 20px;
363
+ width: 20px;
364
+ margin-right: 8px;
365
+ }
366
+
367
+ .uni-card__header-extra-text {
368
+ flex: 1;
369
+ margin-left: 8px;
370
+ font-size: 12px;
371
+ text-align: right;
372
+ color: #999;
373
+ }
374
+
375
+ .uni-card__content {
376
+ color: #333;
377
+ }
378
+
379
+ .uni-card__content--pd {
380
+ padding: 12px;
381
+ }
382
+
383
+ .uni-card__content-extra {
384
+ font-size: 14px;
385
+ padding-bottom: 10px;
386
+ color: #999;
387
+ }
388
+
389
+ .uni-card__footer {
390
+ justify-content: space-between;
391
+ padding: 12px;
392
+ }
393
+
394
+ .uni-card__footer-text {
395
+ color: #999;
396
+ font-size: 12px;
397
+ }
398
+
399
+ .uni-card--shadow {
400
+ position: relative;
401
+ /* #ifndef APP-NVUE */
402
+ box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
403
+ /* #endif */
404
+ }
405
+
406
+ .uni-card--full {
407
+ margin: 0;
408
+ border-radius: 0;
409
+ }
410
+
411
+ /* #ifndef APP-NVUE */
412
+ .uni-card--full:after {
413
+ border-radius: 0;
414
+ }
415
+
416
+ /* #endif */
417
+ .uni-ellipsis {
418
+ /* #ifndef APP-NVUE */
419
+ overflow: hidden;
420
+ white-space: nowrap;
421
+ text-overflow: ellipsis;
422
+ /* #endif */
423
+ /* #ifdef APP-NVUE */
424
+ lines: 1;
425
+ /* #endif */
426
+ }
427
+ </style>