mali-applet-ui 1.1.90 → 1.1.91

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.
@@ -44,7 +44,7 @@
44
44
  </view>
45
45
  </view>
46
46
  </template>
47
- <view v-if="authGroup" class="ml-upload-file-group-warpper">
47
+ <view v-if="autoGroup" class="ml-upload-file-group-warpper">
48
48
  <view class="ml-upload-image-list-body">
49
49
  <view class="ml-upload-image-item" v-for="(item, index) in fileGroup.imgData" :key="index">
50
50
  <image class="ml-upload-image-img" mode="aspectFill" :src="getThumbnailUrl(item)" @tap="previewImageEvent(item)"></image>
@@ -231,7 +231,7 @@ export default {
231
231
  default: 'all'
232
232
  },
233
233
  uploadButtonText: String,
234
- authGroup: {
234
+ autoGroup: {
235
235
  type: Boolean,
236
236
  default: false
237
237
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mali-applet-ui",
3
- "version": "1.1.90",
3
+ "version": "1.1.91",
4
4
  "description": "码里UI-小程序组件库(vue2)",
5
5
  "files": [
6
6
  "lib",