xydata-tools 1.1.21 → 1.1.23

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.
@@ -43,7 +43,7 @@
43
43
  :style="{ top: add.y, left: add.x, width: viewWidth + 'px', height: viewWidth + 'px' }">
44
44
  <view class="add-wrap"
45
45
  :style="{ width: childWidth, height: childWidth, borderRadius: borderRadius + 'rpx' }">
46
- <slot name="add-button" :childWidth="childWidth" :borderRadius="borderRadius"></slot>
46
+ <slot name="add-button"></slot>
47
47
  </view>
48
48
  </view>
49
49
  </movable-area>
package/dist/uniapp.js CHANGED
@@ -1,10 +1,3 @@
1
- /**
2
- * uni-app 专用组件导出
3
- * 使用方式: import { PicPicker, VideoPicker } from 'xydata-tools/dist/uniapp'
4
- *
5
- * @module uniapp
6
- */
7
-
8
1
  /**
9
2
  * PicPicker - uni-app 图片选择上传组件
10
3
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xydata-tools",
3
- "version": "1.1.21",
3
+ "version": "1.1.23",
4
4
  "description": "xydata tools",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",