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.
Files changed (124) hide show
  1. package/README.md +20 -5
  2. package/changelog.md +352 -0
  3. package/components/u-action-sheet/actionSheet.js +2 -0
  4. package/components/u-action-sheet/props.js +10 -0
  5. package/components/u-action-sheet/u-action-sheet.vue +3 -3
  6. package/components/u-album/album.js +1 -1
  7. package/components/u-avatar/avatar.js +4 -4
  8. package/components/u-avatar-group/avatarGroup.js +4 -4
  9. package/components/u-back-top/backtop.js +4 -4
  10. package/components/u-badge/badge.js +4 -4
  11. package/components/u-box/box.js +24 -0
  12. package/components/u-box/props.js +37 -7
  13. package/components/u-box/u-box.vue +29 -14
  14. package/components/u-button/button.js +4 -4
  15. package/components/u-calendar/calendar.js +4 -4
  16. package/components/u-canvas/u-canvas.vue +423 -0
  17. package/components/u-car-keyboard/carKeyboard.js +4 -4
  18. package/components/u-cascader/u-cascader.vue +19 -10
  19. package/components/u-cate-tab/u-cate-tab.vue +14 -4
  20. package/components/u-cell/cell.js +4 -4
  21. package/components/u-cell-group/cellGroup.js +4 -4
  22. package/components/u-checkbox/checkbox.js +4 -4
  23. package/components/u-checkbox-group/checkboxGroup.js +4 -4
  24. package/components/u-checkbox-group/u-checkbox-group.vue +4 -1
  25. package/components/u-circle-progress/circleProgress.js +4 -4
  26. package/components/u-code/code.js +3 -3
  27. package/components/u-code-input/codeInput.js +4 -4
  28. package/components/u-col/col.js +4 -4
  29. package/components/u-collapse/collapse.js +4 -4
  30. package/components/u-collapse-item/collapseItem.js +4 -4
  31. package/components/u-column-notice/columnNotice.js +4 -4
  32. package/components/u-count-down/countDown.js +4 -4
  33. package/components/u-count-to/countTo.js +4 -4
  34. package/components/u-cropper/u-cropper.vue +6 -3
  35. package/components/u-datetime-picker/datetimePicker.js +4 -4
  36. package/components/u-divider/divider.js +4 -4
  37. package/components/u-dragsort/u-dragsort.vue +85 -72
  38. package/components/u-empty/empty.js +4 -4
  39. package/components/u-form/form.js +4 -4
  40. package/components/u-form-item/formItem.js +4 -4
  41. package/components/u-gap/gap.js +4 -4
  42. package/components/u-grid/grid.js +4 -4
  43. package/components/u-grid/u-grid.vue +1 -1
  44. package/components/u-grid-item/gridItem.js +4 -4
  45. package/components/u-icon/icon.js +4 -4
  46. package/components/u-image/image.js +4 -4
  47. package/components/u-index-anchor/indexAnchor.js +4 -4
  48. package/components/u-index-list/indexList.js +4 -4
  49. package/components/u-input/input.js +1 -1
  50. package/components/u-input/u-input.vue +5 -2
  51. package/components/u-keyboard/keyboard.js +4 -4
  52. package/components/u-line/line.js +4 -4
  53. package/components/u-line-progress/lineProgress.js +4 -4
  54. package/components/u-link/link.js +4 -4
  55. package/components/u-list/list.js +4 -4
  56. package/components/u-list/u-list.vue +4 -1
  57. package/components/u-list-item/listItem.js +4 -4
  58. package/components/u-loading-icon/loadingIcon.js +4 -4
  59. package/components/u-loading-page/loadingPage.js +4 -4
  60. package/components/u-loadmore/loadmore.js +4 -4
  61. package/components/u-modal/modal.js +5 -5
  62. package/components/u-navbar/navbar.js +4 -4
  63. package/components/u-no-network/noNetwork.js +4 -4
  64. package/components/u-no-network/u-no-network.vue +7 -3
  65. package/components/u-notice-bar/noticeBar.js +4 -4
  66. package/components/u-notify/notify.js +4 -4
  67. package/components/u-number-box/numberBox.js +4 -4
  68. package/components/u-number-keyboard/numberKeyboard.js +4 -4
  69. package/components/u-overlay/overlay.js +4 -4
  70. package/components/u-parse/props.js +1 -1
  71. package/components/u-picker/picker.js +4 -4
  72. package/components/u-picker/props.js +4 -0
  73. package/components/u-picker/u-picker.vue +1 -1
  74. package/components/u-popup/popup.js +4 -4
  75. package/components/u-qrcode/qrcode.js +17 -67
  76. package/components/u-qrcode/u-qrcode.vue +179 -86
  77. package/components/u-radio/radio.js +4 -4
  78. package/components/u-radio-group/radioGroup.js +3 -3
  79. package/components/u-rate/rate.js +4 -4
  80. package/components/u-read-more/readMore.js +4 -4
  81. package/components/u-row/row.js +4 -4
  82. package/components/u-row-notice/rowNotice.js +4 -4
  83. package/components/u-scroll-list/scrollList.js +4 -4
  84. package/components/u-search/search.js +7 -5
  85. package/components/u-search/u-search.vue +2 -2
  86. package/components/u-section/section.js +4 -4
  87. package/components/u-select/u-select.vue +7 -1
  88. package/components/u-signature/u-signature.vue +138 -137
  89. package/components/u-skeleton/skeleton.js +4 -4
  90. package/components/u-slider/props.js +17 -2
  91. package/components/u-slider/slider.js +10 -7
  92. package/components/u-slider/u-slider.vue +112 -35
  93. package/components/u-status-bar/statusBar.js +4 -4
  94. package/components/u-steps/steps.js +4 -4
  95. package/components/u-steps/u-steps.vue +1 -1
  96. package/components/u-steps-item/stepsItem.js +4 -4
  97. package/components/u-sticky/sticky.js +4 -4
  98. package/components/u-subsection/subsection.js +4 -4
  99. package/components/u-swipe-action/swipeAction.js +4 -4
  100. package/components/u-swipe-action-item/swipeActionItem.js +4 -4
  101. package/components/u-swiper/swiper.js +4 -4
  102. package/components/u-swiper-indicator/swipterIndicator.js +4 -4
  103. package/components/u-switch/switch.js +4 -4
  104. package/components/u-tabbar/tabbar.js +4 -4
  105. package/components/u-tabbar-item/tabbarItem.js +4 -4
  106. package/components/u-tabs/tabs.js +4 -4
  107. package/components/u-tabs/u-tabs.vue +83 -95
  108. package/components/u-tag/tag.js +4 -4
  109. package/components/u-text/text.js +4 -4
  110. package/components/u-textarea/textarea.js +4 -4
  111. package/components/u-toast/toast.js +4 -4
  112. package/components/u-toolbar/toolbar.js +4 -4
  113. package/components/u-tooltip/tooltip.js +4 -4
  114. package/components/u-transition/transition.js +4 -4
  115. package/components/u-upload/upload.js +4 -4
  116. package/libs/css/flex.scss +2 -1
  117. package/libs/function/index.js +9 -4
  118. package/libs/util/gcanvas/bridge/bridge-weex.js +2 -1
  119. package/libs/util/gcanvas/env/image.js +24 -16
  120. package/package.json +2 -4
  121. package/types/comps/radio.d.ts +6 -2
  122. package/types/func.d.ts +317 -0
  123. package/types/index.d.ts +73 -105
  124. 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
- height: height,
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="{left: (getPx(barStyle0.width) + getPx(blockSize)/2) + 'px'}">
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="{left: (getPx(barStyle.width) + getPx(blockSize)/2) + 'px'}">
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">{{ modelValue }}</view>
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
- width: 0
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
- created() {
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
- style.height = (this.isRange && this.showValue) ? (getPx(this.blockSize) + 24) + 'px' : (getPx(this.blockSize)) + 'px';
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.distanceX = clientX - this.sliderRect.left;
289
- // 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
290
- // 否则造成通信阻塞,需要每改变一个step值时修改一次视图
291
- this.newValue = ((this.distanceX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min);
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.distanceX = clientX - this.sliderRect.left;
313
- // 获得移动距离对整个滑块的值,此为带有多位小数的值,不能用此更新视图
314
- // 否则造成通信阻塞,需要每改变一个step值时修改一次视图
315
- this.newValue = ((this.distanceX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min);
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
- let clientX = event.detail.x - this.sliderRect.left
352
- this.newValue = ((clientX / this.sliderRect.width) * (this.max - this.min)) + parseFloat(this.min);
353
- this.updateValue(this.newValue, false, 1);
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 width = Math.min((valueFormat - this.min) / (this.max - this.min) * this.sliderRect.width, this.sliderRect.width)
365
- let barStyle = {
366
- width: width + 'px'
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:20:39
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/statusBar.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:12:37
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/steps.js
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组件
@@ -42,7 +42,7 @@
42
42
  },
43
43
  computed: {
44
44
  // 监听参数的变化,通过watch中,手动去更新子组件的数据,否则子组件不会自动变化
45
- parentData() {
45
+ parentDataCpu() {
46
46
  return [this.current, this.direction, this.activeColor, this.inactiveColor, this.activeIcon, this.inactiveIcon, this.dot]
47
47
  }
48
48
  },
@@ -1,11 +1,11 @@
1
1
  /*
2
2
  * @Author : LQ
3
3
  * @Description :
4
- * @version : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:12:55
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/stepsItem.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:01:30
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/sticky.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:12:20
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/subsection.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:00:42
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/swipeAction.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:01:13
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/swipeActionItem.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:21:38
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/swiper.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:22:07
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/swiperIndicator.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:22:24
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/switch.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:22:40
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/tabbar.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:22:55
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/tabbarItem.js
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 : 1.0
4
+ * @version : 3.0
5
5
  * @Date : 2021-08-20 16:44:21
6
- * @LastAuthor : LQ
7
- * @lastTime : 2021-08-20 17:23:14
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/tabs.js
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
  //