sard-uniapp 1.14.3 → 1.14.4

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.14.4](https://github.com/sutras/sard-uniapp/compare/v1.14.3...v1.14.4) (2025-05-16)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 修复 crop-image 弹出问题 ([d7bec84](https://github.com/sutras/sard-uniapp/commit/d7bec84ab9746d3f535b1e85187108aeb3872079))
7
+
8
+
9
+
1
10
  ## [1.14.3](https://github.com/sutras/sard-uniapp/compare/v1.14.2...v1.14.3) (2025-05-14)
2
11
 
3
12
 
@@ -68,20 +68,20 @@
68
68
  </view>
69
69
  </view>
70
70
 
71
- <view :class="bem.e('canvas-wrapper')">
72
- <canvas
73
- type="2d"
74
- :hidpi="false"
75
- :canvas-id="canvasId"
76
- :id="canvasId"
77
- :style="canvasStyle"
78
- ></canvas>
79
- </view>
80
-
81
71
  <view v-if="isCropping" :class="bem.e('loading')">
82
72
  <sar-loading />
83
73
  </view>
84
74
  </sar-popup>
75
+
76
+ <view :class="bem.e('canvas-wrapper')">
77
+ <canvas
78
+ type="2d"
79
+ :hidpi="false"
80
+ :canvas-id="canvasId"
81
+ :id="canvasId"
82
+ :style="canvasStyle"
83
+ ></canvas>
84
+ </view>
85
85
  </template>
86
86
 
87
87
  <script>
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "id": "sard-uniapp",
3
3
  "name": "sard-uniapp",
4
4
  "displayName": "sard-uniapp",
5
- "version": "1.14.3",
5
+ "version": "1.14.4",
6
6
  "description": "sard-uniapp 是一套基于 Uniapp + Vue3 框架开发的兼容多端的 UI 组件库",
7
7
  "main": "index.js",
8
8
  "scripts": {
@@ -122,7 +122,7 @@
122
122
  "lodash-es": "^4.17.21",
123
123
  "prettier": "^2.8.8",
124
124
  "region-data": "^1.2.3",
125
- "sard-cli": "^1.1.6",
125
+ "sard-cli": "^1.1.7",
126
126
  "sass": "^1.69.7",
127
127
  "tel-area-code": "^1.1.0",
128
128
  "ts-custom-error": "^3.3.1",