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,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:13:15
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/indexAnchor.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/indexAnchor.js
9
9
  */
10
10
  export default {
11
11
  // indexAnchor 组件
@@ -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:13:35
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/indexList.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/indexList.js
9
9
  */
10
10
  export default {
11
11
  // indexList 组件
@@ -1,7 +1,7 @@
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
6
  * @LastAuthor : jry
7
7
  * @lastTime : 2025-08-20 10:21:55
@@ -322,14 +322,17 @@ export default {
322
322
  if (!isOut || this.clearInput) {
323
323
  // 标识value值的变化是由内部引起的
324
324
  this.changeFromInner = true;
325
- this.$emit("change", value);
326
-
325
+
327
326
  // #ifdef VUE3
328
327
  this.$emit("update:modelValue", value);
329
328
  // #endif
330
329
  // #ifdef VUE2
331
330
  this.$emit("input", value);
332
331
  // #endif
332
+
333
+ //change方法需要放在下面,否则会引起change先触发,model后变化的异常
334
+ this.$emit("change", value);
335
+
333
336
  }
334
337
 
335
338
  // 尝试调用u-form的验证方法
@@ -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:07:49
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/keyboard.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/keyboard.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -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:04:49
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/line.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/line.js
9
9
  */
10
10
  export default {
11
11
  // line组件
@@ -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:14:11
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/lineProgress.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/lineProgress.js
9
9
  */
10
10
  export default {
11
11
  // lineProgress 组件
@@ -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:45:36
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/link.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/link.js
9
9
  */
10
10
  import config from '../../libs/config/config'
11
11
  import { t } from '../../libs/i18n'
@@ -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:14:53
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/list.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/list.js
9
9
  */
10
10
  export default {
11
11
  // list 组件
@@ -114,7 +114,7 @@
114
114
  this.anchors = []
115
115
  },
116
116
  mounted() {},
117
- emits: ["scroll", "scrolltolower", "scrolltoupper",
117
+ emits: ["scroll", "scrolltolower", "scroll-to-lower", "scrolltoupper", "scroll-to-upper",
118
118
  "refresherpulling", "refresherrefresh", "refresherrestore", "refresherabort"],
119
119
  methods: {
120
120
  updateOffsetFromChild(top) {
@@ -145,6 +145,8 @@
145
145
  scrolltolower(e) {
146
146
  sleep(30).then(() => {
147
147
  this.$emit('scrolltolower')
148
+ // 支付宝小程序奇怪无法触发scrolltolowerhttps://github.com/ijry/uview-plus/issues/422
149
+ this.$emit('scroll-to-lower')
148
150
  })
149
151
  },
150
152
  // #ifndef APP-NVUE
@@ -152,6 +154,7 @@
152
154
  scrolltoupper(e) {
153
155
  sleep(30).then(() => {
154
156
  this.$emit('scrolltoupper')
157
+ this.$emit('scroll-to-upper')
155
158
  // 这一句很重要,能绝对保证在性功能障碍的webview,滚动条到顶时,取消偏移值,让页面置顶
156
159
  this.offset = 0
157
160
  })
@@ -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:15:40
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/listItem.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/listItem.js
9
9
  */
10
10
  export default {
11
11
  // listItem 组件
@@ -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:45:47
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/loadingIcon.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/loadingIcon.js
9
9
  */
10
10
  import config from '../../libs/config/config'
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:00:23
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/loadingPage.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/loadingPage.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -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:15:26
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/loadmore.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/loadmore.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -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:15:59
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/modal.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/modal.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -29,7 +29,7 @@ export default {
29
29
  confirmButtonShape: '',
30
30
  duration: 400,
31
31
  contentTextAlign: 'left',
32
- asyncCloseTip: t("up.common.inOperatio") + '...',
32
+ asyncCloseTip: t("up.common.inOperation") + '...',
33
33
  asyncCancelClose: false,
34
34
  contentStyle: {}
35
35
  }
@@ -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:16:18
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/navbar.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/navbar.js
9
9
  */
10
10
  import color from '../../libs/config/color'
11
11
  export default {
@@ -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:16:39
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/noNetwork.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/noNetwork.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -30,13 +30,13 @@
30
30
  </view>
31
31
  <!-- #endif -->
32
32
  <view class="u-no-network__retry">
33
- <u-button
33
+ <up-button
34
34
  size="mini"
35
35
  :text="t('up.common.retry')"
36
36
  type="primary"
37
37
  plain
38
38
  @click="retry"
39
- ></u-button>
39
+ ></up-button>
40
40
  </view>
41
41
  </view>
42
42
  </u-overlay>
@@ -56,7 +56,7 @@
56
56
  * @property {String | Number} zIndex 组件的z-index值
57
57
  * @property {String} image 无网络的图片提示,可用的src地址或base64图片
58
58
  * @event {Function} retry 用户点击页面的"重试"按钮时触发
59
- * @example <u-no-network></u-no-network>
59
+ * @example <up-no-network></u-no-network>
60
60
  */
61
61
  export default {
62
62
  name: "u-no-network",
@@ -69,6 +69,7 @@
69
69
  },
70
70
  mounted() {
71
71
  this.isIOS = (getDeviceInfo().platform === 'ios')
72
+ // HarmonyOS Next 平台使用时需要添加权限 ohos.permission.GET_NETWORK_INFO
72
73
  uni.onNetworkStatusChange((res) => {
73
74
  this.isConnected = res.isConnected
74
75
  this.networkType = res.networkType
@@ -83,6 +84,9 @@
83
84
  } else {
84
85
  this.isConnected = true
85
86
  }
87
+ },
88
+ fail: (res) => {
89
+ console.log(res)
86
90
  }
87
91
  })
88
92
  },
@@ -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:17:13
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/noticeBar.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/noticeBar.js
9
9
  */
10
10
  export default {
11
11
  // noticeBar
@@ -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:10:21
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/notify.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/notify.js
9
9
  */
10
10
  export default {
11
11
  // notify组件
@@ -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:11:46
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/numberBox.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/numberBox.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:08:05
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/numberKeyboard.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/numberKeyboard.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:06:50
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/overlay.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/overlay.js
9
9
  */
10
10
  export default {
11
11
  // overlay组件
@@ -51,4 +51,4 @@ export const props = defineMixin({
51
51
  default: null
52
52
  }
53
53
  }
54
- }
54
+ })
@@ -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:18:20
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/picker.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/picker.js
9
9
  */
10
10
  import { t } from '../../libs/i18n'
11
11
  export default {
@@ -16,6 +16,10 @@ export const props = defineMixin({
16
16
  return {}
17
17
  }
18
18
  },
19
+ inputBorder: {
20
+ type: String,
21
+ default: () => defProps.input.inputBorder
22
+ },
19
23
  disabled: {
20
24
  type: Boolean,
21
25
  default: () => defProps.picker.disabled
@@ -212,7 +212,7 @@ export default {
212
212
  let firstItem = this.innerColumns[0] && this.innerColumns[0][0];
213
213
  // //区分是不是对象数组
214
214
  if (firstItem && Object.prototype.toString.call(firstItem) === '[object Object]') {
215
- let res = this.innerColumns[0].filter(item => this.modelValue.includes(item['id']))
215
+ let res = this.innerColumns[0].filter(item => this.modelValue.includes(item[this.valueName]))
216
216
  res = res.map(item => item[this.keyName]);
217
217
  return res.join("/");
218
218
 
@@ -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:06:33
8
- * @FilePath : /u-view2.0/uview-ui/libs/config/props/popup.js
6
+ * @LastAuthor : jry
7
+ * @lastTime : 2025-12-19 08:55:21
8
+ * @FilePath : /uview-plus/libs/config/props/popup.js
9
9
  */
10
10
  export default {
11
11
  // popup组件