uview-plus 3.6.29 → 3.7.13
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.
- package/README.md +20 -5
- package/changelog.md +352 -0
- package/components/u-action-sheet/actionSheet.js +2 -0
- package/components/u-action-sheet/props.js +10 -0
- package/components/u-action-sheet/u-action-sheet.vue +3 -3
- package/components/u-album/album.js +1 -1
- package/components/u-avatar/avatar.js +4 -4
- package/components/u-avatar-group/avatarGroup.js +4 -4
- package/components/u-back-top/backtop.js +4 -4
- package/components/u-badge/badge.js +4 -4
- package/components/u-box/box.js +24 -0
- package/components/u-box/props.js +37 -7
- package/components/u-box/u-box.vue +29 -14
- package/components/u-button/button.js +4 -4
- package/components/u-calendar/calendar.js +4 -4
- package/components/u-canvas/u-canvas.vue +423 -0
- package/components/u-car-keyboard/carKeyboard.js +4 -4
- package/components/u-cascader/u-cascader.vue +19 -10
- package/components/u-cate-tab/u-cate-tab.vue +14 -4
- package/components/u-cell/cell.js +4 -4
- package/components/u-cell-group/cellGroup.js +4 -4
- package/components/u-checkbox/checkbox.js +4 -4
- package/components/u-checkbox-group/checkboxGroup.js +4 -4
- package/components/u-checkbox-group/u-checkbox-group.vue +4 -1
- package/components/u-circle-progress/circleProgress.js +4 -4
- package/components/u-code/code.js +3 -3
- package/components/u-code-input/codeInput.js +4 -4
- package/components/u-col/col.js +4 -4
- package/components/u-collapse/collapse.js +4 -4
- package/components/u-collapse-item/collapseItem.js +4 -4
- package/components/u-column-notice/columnNotice.js +4 -4
- package/components/u-count-down/countDown.js +4 -4
- package/components/u-count-to/countTo.js +4 -4
- package/components/u-cropper/u-cropper.vue +6 -3
- package/components/u-datetime-picker/datetimePicker.js +4 -4
- package/components/u-divider/divider.js +4 -4
- package/components/u-dragsort/u-dragsort.vue +85 -72
- package/components/u-empty/empty.js +4 -4
- package/components/u-form/form.js +4 -4
- package/components/u-form-item/formItem.js +4 -4
- package/components/u-gap/gap.js +4 -4
- package/components/u-grid/grid.js +4 -4
- package/components/u-grid/u-grid.vue +1 -1
- package/components/u-grid-item/gridItem.js +4 -4
- package/components/u-icon/icon.js +4 -4
- package/components/u-image/image.js +4 -4
- package/components/u-index-anchor/indexAnchor.js +4 -4
- package/components/u-index-list/indexList.js +4 -4
- package/components/u-input/input.js +1 -1
- package/components/u-input/u-input.vue +5 -2
- package/components/u-keyboard/keyboard.js +4 -4
- package/components/u-line/line.js +4 -4
- package/components/u-line-progress/lineProgress.js +4 -4
- package/components/u-link/link.js +4 -4
- package/components/u-list/list.js +4 -4
- package/components/u-list/u-list.vue +4 -1
- package/components/u-list-item/listItem.js +4 -4
- package/components/u-loading-icon/loadingIcon.js +4 -4
- package/components/u-loading-page/loadingPage.js +4 -4
- package/components/u-loadmore/loadmore.js +4 -4
- package/components/u-modal/modal.js +5 -5
- package/components/u-navbar/navbar.js +4 -4
- package/components/u-no-network/noNetwork.js +4 -4
- package/components/u-no-network/u-no-network.vue +7 -3
- package/components/u-notice-bar/noticeBar.js +4 -4
- package/components/u-notify/notify.js +4 -4
- package/components/u-number-box/numberBox.js +4 -4
- package/components/u-number-keyboard/numberKeyboard.js +4 -4
- package/components/u-overlay/overlay.js +4 -4
- package/components/u-parse/props.js +1 -1
- package/components/u-picker/picker.js +4 -4
- package/components/u-picker/props.js +4 -0
- package/components/u-picker/u-picker.vue +1 -1
- package/components/u-popup/popup.js +4 -4
- package/components/u-qrcode/qrcode.js +17 -67
- package/components/u-qrcode/u-qrcode.vue +179 -86
- package/components/u-radio/radio.js +4 -4
- package/components/u-radio-group/radioGroup.js +3 -3
- package/components/u-rate/rate.js +4 -4
- package/components/u-read-more/readMore.js +4 -4
- package/components/u-row/row.js +4 -4
- package/components/u-row-notice/rowNotice.js +4 -4
- package/components/u-scroll-list/scrollList.js +4 -4
- package/components/u-search/search.js +7 -5
- package/components/u-search/u-search.vue +2 -2
- package/components/u-section/section.js +4 -4
- package/components/u-select/u-select.vue +7 -1
- package/components/u-signature/u-signature.vue +138 -137
- package/components/u-skeleton/skeleton.js +4 -4
- package/components/u-slider/props.js +17 -2
- package/components/u-slider/slider.js +10 -7
- package/components/u-slider/u-slider.vue +112 -35
- package/components/u-status-bar/statusBar.js +4 -4
- package/components/u-steps/steps.js +4 -4
- package/components/u-steps/u-steps.vue +1 -1
- package/components/u-steps-item/stepsItem.js +4 -4
- package/components/u-sticky/sticky.js +4 -4
- package/components/u-subsection/subsection.js +4 -4
- package/components/u-swipe-action/swipeAction.js +4 -4
- package/components/u-swipe-action-item/swipeActionItem.js +4 -4
- package/components/u-swiper/swiper.js +4 -4
- package/components/u-swiper-indicator/swipterIndicator.js +4 -4
- package/components/u-switch/switch.js +4 -4
- package/components/u-tabbar/tabbar.js +4 -4
- package/components/u-tabbar-item/tabbarItem.js +4 -4
- package/components/u-tabs/tabs.js +4 -4
- package/components/u-tabs/u-tabs.vue +83 -95
- package/components/u-tag/tag.js +4 -4
- package/components/u-text/text.js +4 -4
- package/components/u-textarea/textarea.js +4 -4
- package/components/u-toast/toast.js +4 -4
- package/components/u-toolbar/toolbar.js +4 -4
- package/components/u-tooltip/tooltip.js +4 -4
- package/components/u-transition/transition.js +4 -4
- package/components/u-upload/upload.js +4 -4
- package/libs/css/flex.scss +2 -1
- package/libs/function/index.js +9 -4
- package/libs/util/gcanvas/bridge/bridge-weex.js +2 -1
- package/libs/util/gcanvas/env/image.js +24 -16
- package/package.json +2 -4
- package/types/comps/radio.d.ts +6 -2
- package/types/func.d.ts +317 -0
- package/types/index.d.ts +73 -105
- package/components/u-scroll-list/other.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<view
|
|
3
3
|
class="u-slider"
|
|
4
|
-
:style="[addStyle(customStyle)]"
|
|
4
|
+
:style="[addStyle(customStyle), {width: vertical ? addUnit(this.blockSize): ''}]"
|
|
5
5
|
>
|
|
6
6
|
<template v-if="!useNative || isRange">
|
|
7
7
|
<view ref="u-slider-inner" class="u-slider-inner" @click="onClick"
|
|
@@ -13,7 +13,8 @@
|
|
|
13
13
|
class="u-slider__base"
|
|
14
14
|
:style="[
|
|
15
15
|
{
|
|
16
|
-
|
|
16
|
+
width: vertical ? addUnit(sizeLocal) : addUnit(length),
|
|
17
|
+
height: vertical ? addUnit(length) : addUnit(sizeLocal),
|
|
17
18
|
backgroundColor: inactiveColor
|
|
18
19
|
}
|
|
19
20
|
]"
|
|
@@ -25,8 +26,6 @@
|
|
|
25
26
|
:style="[
|
|
26
27
|
barStyle,
|
|
27
28
|
{
|
|
28
|
-
height: height,
|
|
29
|
-
marginTop: '-' + height,
|
|
30
29
|
backgroundColor: activeColor
|
|
31
30
|
}
|
|
32
31
|
]"
|
|
@@ -37,8 +36,6 @@
|
|
|
37
36
|
:style="[
|
|
38
37
|
barStyle0,
|
|
39
38
|
{
|
|
40
|
-
height: height,
|
|
41
|
-
marginTop: '-' + height,
|
|
42
39
|
backgroundColor: inactiveColor
|
|
43
40
|
}
|
|
44
41
|
]"
|
|
@@ -55,7 +52,7 @@
|
|
|
55
52
|
<template v-if="isRange">
|
|
56
53
|
<view class="u-slider__button-wrap u-slider__button-wrap-0" @touchstart="onTouchStart($event, 0)"
|
|
57
54
|
@touchmove="onTouchMove($event, 0)" @touchend="onTouchEnd($event, 0)"
|
|
58
|
-
@touchcancel="onTouchEnd($event, 0)" :style="
|
|
55
|
+
@touchcancel="onTouchEnd($event, 0)" :style="touchButtonStyle(barStyle0)">
|
|
59
56
|
<slot name="min" v-if="$slots.min || $slots.$min"/>
|
|
60
57
|
<view v-else class="u-slider__button" :style="[blockStyle, {
|
|
61
58
|
height: getPx(blockSize, true),
|
|
@@ -66,7 +63,7 @@
|
|
|
66
63
|
</template>
|
|
67
64
|
<view class="u-slider__button-wrap" @touchstart="onTouchStart"
|
|
68
65
|
@touchmove="onTouchMove" @touchend="onTouchEnd"
|
|
69
|
-
@touchcancel="onTouchEnd" :style="
|
|
66
|
+
@touchcancel="onTouchEnd" :style="touchButtonStyle(barStyle)">
|
|
70
67
|
<slot name="max" v-if="isRange && ($slots.max || $slots.$max)"/>
|
|
71
68
|
<slot v-else-if="$slots.default || $slots.$default"/>
|
|
72
69
|
<view v-else class="u-slider__button" :style="[blockStyle, {
|
|
@@ -76,7 +73,9 @@
|
|
|
76
73
|
}]"></view>
|
|
77
74
|
</view>
|
|
78
75
|
</view>
|
|
79
|
-
<view class="u-slider__show-value" v-if="showValue && !isRange">
|
|
76
|
+
<view class="u-slider__show-value" v-if="showValue && !isRange">
|
|
77
|
+
{{ modelValue }}
|
|
78
|
+
</view>
|
|
80
79
|
</template>
|
|
81
80
|
<slider
|
|
82
81
|
class="u-slider__native"
|
|
@@ -98,10 +97,10 @@
|
|
|
98
97
|
</template>
|
|
99
98
|
|
|
100
99
|
<script>
|
|
101
|
-
import { props } from './props'
|
|
102
|
-
import { mpMixin } from '../../libs/mixin/mpMixin'
|
|
103
|
-
import { mixin } from '../../libs/mixin/mixin'
|
|
104
|
-
import { addStyle, getPx, sleep } from '../../libs/function/index.js'
|
|
100
|
+
import { props } from './props'
|
|
101
|
+
import { mpMixin } from '../../libs/mixin/mpMixin'
|
|
102
|
+
import { mixin } from '../../libs/mixin/mixin'
|
|
103
|
+
import { addUnit, addStyle, getPx, sleep } from '../../libs/function/index.js'
|
|
105
104
|
// #ifdef APP-NVUE
|
|
106
105
|
const dom = uni.requireNativePlugin('dom')
|
|
107
106
|
// #endif
|
|
@@ -130,17 +129,22 @@
|
|
|
130
129
|
data() {
|
|
131
130
|
return {
|
|
132
131
|
startX: 0,
|
|
132
|
+
startY: 0,
|
|
133
133
|
status: 'end',
|
|
134
134
|
newValue: 0,
|
|
135
135
|
distanceX: 0,
|
|
136
|
+
distanceY: 0,
|
|
136
137
|
startValue0: 0,
|
|
137
138
|
startValue: 0,
|
|
138
139
|
barStyle0: {},
|
|
139
140
|
barStyle: {},
|
|
140
141
|
sliderRect: {
|
|
141
142
|
left: 0,
|
|
142
|
-
|
|
143
|
-
|
|
143
|
+
top: 0,
|
|
144
|
+
width: 0,
|
|
145
|
+
height: 0
|
|
146
|
+
},
|
|
147
|
+
sizeLocal: '2px'
|
|
144
148
|
};
|
|
145
149
|
},
|
|
146
150
|
watch: {
|
|
@@ -173,12 +177,41 @@
|
|
|
173
177
|
deep:true
|
|
174
178
|
}
|
|
175
179
|
},
|
|
176
|
-
|
|
180
|
+
mounted() {
|
|
181
|
+
if (this.height != '') {
|
|
182
|
+
this.sizeLocal = val
|
|
183
|
+
} else {
|
|
184
|
+
this.sizeLocal = this.size
|
|
185
|
+
}
|
|
177
186
|
},
|
|
178
187
|
computed: {
|
|
188
|
+
touchButtonStyle() {
|
|
189
|
+
return (barStyle) => {
|
|
190
|
+
let style = {}
|
|
191
|
+
if (this.blockSize) {
|
|
192
|
+
if (this.vertical) {
|
|
193
|
+
style.top = (getPx(barStyle.height) ) + 'px'
|
|
194
|
+
} else {
|
|
195
|
+
if (barStyle.width) {
|
|
196
|
+
style.left = (getPx(barStyle.width) + getPx(this.blockSize)/2) + 'px'
|
|
197
|
+
// console.log(style)
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
return style
|
|
202
|
+
}
|
|
203
|
+
},
|
|
179
204
|
innerStyleCpu() {
|
|
180
|
-
let style = this.innerStyle;
|
|
181
|
-
|
|
205
|
+
let style = {...this.innerStyle};
|
|
206
|
+
if (this.vertical) {
|
|
207
|
+
style.flexDirection = 'row'
|
|
208
|
+
style.height = this.length
|
|
209
|
+
style.padding = '0'
|
|
210
|
+
style.width = (this.isRange && this.showValue) ? (getPx(this.blockSize) + 24) + 'px' : (getPx(this.blockSize)) + 'px';
|
|
211
|
+
} else {
|
|
212
|
+
style.flexDirection = 'column'
|
|
213
|
+
style.height = (this.isRange && this.showValue) ? (getPx(this.blockSize) + 24) + 'px' : (getPx(this.blockSize)) + 'px';
|
|
214
|
+
}
|
|
182
215
|
return style;
|
|
183
216
|
}
|
|
184
217
|
},
|
|
@@ -202,8 +235,10 @@
|
|
|
202
235
|
dom.getComponentRect(ref, (res) => {
|
|
203
236
|
// console.log(res)
|
|
204
237
|
this.sliderRect = {
|
|
238
|
+
top: res.size.top,
|
|
205
239
|
left: res.size.left,
|
|
206
|
-
width: res.size.width
|
|
240
|
+
width: res.size.width,
|
|
241
|
+
height: res.size.height
|
|
207
242
|
};
|
|
208
243
|
this.init()
|
|
209
244
|
})
|
|
@@ -211,6 +246,7 @@
|
|
|
211
246
|
}
|
|
212
247
|
},
|
|
213
248
|
methods: {
|
|
249
|
+
addUnit,
|
|
214
250
|
addStyle,
|
|
215
251
|
getPx,
|
|
216
252
|
init() {
|
|
@@ -259,10 +295,12 @@
|
|
|
259
295
|
onTouchStart(event, index = 1) {
|
|
260
296
|
if (this.disabled) return;
|
|
261
297
|
this.startX = 0;
|
|
298
|
+
this.startY = 0;
|
|
262
299
|
// 触摸点集
|
|
263
300
|
let touches = event.touches[0];
|
|
264
301
|
// 触摸点到屏幕左边的距离
|
|
265
302
|
this.startX = touches.clientX;
|
|
303
|
+
this.startY = touches.clientY;
|
|
266
304
|
// 此处的this.modelValue虽为props值,但是通过$emit('update:modelValue')进行了修改
|
|
267
305
|
if (this.isRange) {
|
|
268
306
|
this.startValue0 = this.format(this.rangeValue[0], 0);
|
|
@@ -277,18 +315,30 @@
|
|
|
277
315
|
}
|
|
278
316
|
// 标示当前的状态为开始触摸滑动
|
|
279
317
|
this.status = 'start';
|
|
318
|
+
// console.log('start', this.startValue)
|
|
280
319
|
|
|
281
320
|
let clientX = 0;
|
|
321
|
+
let clientY = 0;
|
|
282
322
|
// #ifndef APP-NVUE
|
|
283
323
|
clientX = touches.clientX;
|
|
324
|
+
clientY = touches.clientY;
|
|
284
325
|
// #endif
|
|
285
326
|
// #ifdef APP-NVUE
|
|
286
327
|
clientX = touches.screenX;
|
|
328
|
+
clientY = touches.screenY;
|
|
287
329
|
// #endif
|
|
288
|
-
this.
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
330
|
+
if (this.vertical) {
|
|
331
|
+
this.distanceY = clientY - this.sliderRect.top;
|
|
332
|
+
// 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
|
|
333
|
+
// 否则造成通信阻塞,需要每改变一个step值时修改一次视图
|
|
334
|
+
this.newValue = ((this.distanceY / this.sliderRect.height) * (this.max - this.min)) + parseFloat(this.min);
|
|
335
|
+
} else {
|
|
336
|
+
this.distanceX = clientX - this.sliderRect.left;
|
|
337
|
+
// 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
|
|
338
|
+
// 否则造成通信阻塞,需要每改变一个step值时修改一次视图
|
|
339
|
+
this.newValue = ((this.distanceX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min);
|
|
340
|
+
}
|
|
341
|
+
|
|
292
342
|
this.status = 'moving';
|
|
293
343
|
// 发出moving事件
|
|
294
344
|
let $crtFmtValue = this.updateValue(this.newValue, true, index);
|
|
@@ -303,16 +353,26 @@
|
|
|
303
353
|
// console.log('touchs', touches)
|
|
304
354
|
// 滑块的左边不一定跟屏幕左边接壤,所以需要减去最外层父元素的左边值
|
|
305
355
|
let clientX = 0;
|
|
356
|
+
let clientY = 0;
|
|
306
357
|
// #ifndef APP-NVUE
|
|
307
358
|
clientX = touches.clientX;
|
|
359
|
+
clientY = touches.clientY;
|
|
308
360
|
// #endif
|
|
309
361
|
// #ifdef APP-NVUE
|
|
310
362
|
clientX = touches.screenX;
|
|
363
|
+
clientY = touches.screenY;
|
|
311
364
|
// #endif
|
|
312
|
-
this.
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
365
|
+
if (this.vertical) {
|
|
366
|
+
this.distanceY = clientY - this.sliderRect.top;
|
|
367
|
+
// 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
|
|
368
|
+
// 否则造成通信阻塞,需要每改变一个step值时修改一次视图
|
|
369
|
+
this.newValue = ((this.distanceY / this.sliderRect.height) * (this.max - this.min)) + parseFloat(this.min);
|
|
370
|
+
} else {
|
|
371
|
+
this.distanceX = clientX - this.sliderRect.left;
|
|
372
|
+
// 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
|
|
373
|
+
// 否则造成通信阻塞,需要每改变一个step值时修改一次视图
|
|
374
|
+
this.newValue = ((this.distanceX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min);
|
|
375
|
+
}
|
|
316
376
|
this.status = 'moving';
|
|
317
377
|
// 发出moving事件
|
|
318
378
|
let $crtFmtValue = this.updateValue(this.newValue, true, index);
|
|
@@ -348,23 +408,40 @@
|
|
|
348
408
|
// console.log('click', event)
|
|
349
409
|
// #ifndef APP-NVUE
|
|
350
410
|
// nvue下暂时无法获取坐标
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
411
|
+
if (this.vertical) {
|
|
412
|
+
let clientY = event.detail.y - this.sliderRect.top
|
|
413
|
+
// console.log(this.sliderRect.top, event.detail.y)
|
|
414
|
+
this.newValue = ((clientY / this.sliderRect.height) * (this.max - this.min)) + parseFloat(this.min)
|
|
415
|
+
this.updateValue(this.newValue, false, 1)
|
|
416
|
+
} else {
|
|
417
|
+
let clientX = event.detail.x - this.sliderRect.left
|
|
418
|
+
this.newValue = ((clientX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min)
|
|
419
|
+
this.updateValue(this.newValue, false, 1)
|
|
420
|
+
}
|
|
354
421
|
// #endif
|
|
355
422
|
},
|
|
356
423
|
updateValue(value, drag, index = 1) {
|
|
357
424
|
// 去掉小数部分,同时也是对step步进的处理
|
|
358
|
-
let valueFormat = this.format(value, index)
|
|
425
|
+
let valueFormat = this.format(value, index)
|
|
359
426
|
// 不允许滑动的值超过max最大值
|
|
360
427
|
if(valueFormat > this.max ) {
|
|
361
428
|
valueFormat = this.max
|
|
362
429
|
}
|
|
363
430
|
// 设置移动的距离,不能用百分比,因为NVUE不支持。
|
|
364
|
-
let
|
|
365
|
-
let barStyle = {
|
|
366
|
-
|
|
367
|
-
|
|
431
|
+
let sliderLength = 0
|
|
432
|
+
let barStyle = {}
|
|
433
|
+
if (this.vertical) {
|
|
434
|
+
sliderLength = Math.min((valueFormat - this.min) / (this.max - this.min) * this.sliderRect.height, this.sliderRect.height)
|
|
435
|
+
barStyle['height'] = addUnit(sliderLength)
|
|
436
|
+
barStyle['width'] = addUnit(this.sizeLocal)
|
|
437
|
+
barStyle['marginLeft'] = '-' + getPx(this.sizeLocal, true)
|
|
438
|
+
} else {
|
|
439
|
+
sliderLength = Math.min((valueFormat - this.min) / (this.max - this.min) * this.sliderRect.width, this.sliderRect.width)
|
|
440
|
+
barStyle['width'] = addUnit(sliderLength)
|
|
441
|
+
barStyle['height'] = addUnit(this.sizeLocal)
|
|
442
|
+
barStyle['marginTop'] = '-' + getPx(this.sizeLocal, true)
|
|
443
|
+
}
|
|
444
|
+
|
|
368
445
|
// 移动期间无需过渡动画
|
|
369
446
|
if (drag == true) {
|
|
370
447
|
barStyle.transition = 'none';
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/statusBar.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// statusBar
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/steps.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// steps组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/stepsItem.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// steps-item组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/sticky.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// sticky组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/subsection.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// subsection组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/swipeAction.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// swipe-action组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/swipeActionItem.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// swipeActionItem 组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/swiper.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// swiper 组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/swiperIndicator.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// swiperIndicator 组件
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/switch.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// switch
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/tabbar.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
// tabbar
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/tabbarItem.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
//
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* @Author : LQ
|
|
3
3
|
* @Description :
|
|
4
|
-
* @version :
|
|
4
|
+
* @version : 3.0
|
|
5
5
|
* @Date : 2021-08-20 16:44:21
|
|
6
|
-
* @LastAuthor :
|
|
7
|
-
* @lastTime :
|
|
8
|
-
* @FilePath : /
|
|
6
|
+
* @LastAuthor : jry
|
|
7
|
+
* @lastTime : 2025-12-19 08:55:21
|
|
8
|
+
* @FilePath : /uview-plus/libs/config/props/tabs.js
|
|
9
9
|
*/
|
|
10
10
|
export default {
|
|
11
11
|
//
|