zhytech-ui 1.3.3 → 1.3.6
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/README.md +11 -0
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +0 -1
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +0 -1
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +1683 -1678
- package/dist/zhytech-ui.umd.js +9 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -90,6 +90,17 @@ npm install --legacy-peer-deps
|
|
|
90
90
|
|
|
91
91
|
> #### 版本更新清单:
|
|
92
92
|
|
|
93
|
+
**V 1.3.5**
|
|
94
|
+
```html
|
|
95
|
+
1.修复动态模板中图片上传组件,当上传多个图片时,预览永远是最后一张图片
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
**V 1.3.4**
|
|
99
|
+
```html
|
|
100
|
+
1.修复动态模板中图片上传组件预览问题,预览图片大小为240px
|
|
101
|
+
2.修复动态模板中图片组件没有回传parentID问题
|
|
102
|
+
```
|
|
103
|
+
|
|
93
104
|
**V 1.3.3**
|
|
94
105
|
```html
|
|
95
106
|
1.修复动态模板中如果标题和组件相同时,保存时出现重复问题
|
|
@@ -52,7 +52,6 @@ declare const _default: {
|
|
|
52
52
|
isDesigner: boolean;
|
|
53
53
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
54
54
|
uploadImageRef: unknown;
|
|
55
|
-
imageRef: unknown;
|
|
56
55
|
}, HTMLDivElement>;
|
|
57
56
|
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
58
57
|
};
|
|
@@ -77,6 +77,5 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
77
77
|
isDesigner: boolean;
|
|
78
78
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
79
79
|
uploadImageRef: unknown;
|
|
80
|
-
imageRef: unknown;
|
|
81
80
|
}, HTMLDivElement>;
|
|
82
81
|
export default _default;
|