zhytech-ui 1.1.3 → 1.1.5

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 CHANGED
@@ -69,6 +69,12 @@ setTheme("dark");
69
69
 
70
70
  > #### 版本更新清单:
71
71
 
72
+ **V 1.1.4**
73
+ ```html
74
+ 1.修复zhy-form-designer组件高级属性设置时不能设置嵌套条件
75
+ 2.处理低版本浏览器使用文件预览组件预览PDF文件时报错
76
+ ```
77
+
72
78
  **V 1.1.3**
73
79
  ```html
74
80
  1.修复dynamicFilter组件多条件关系线样式异常
@@ -1,18 +1,2 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- src: {
3
- type: StringConstructor;
4
- required: true;
5
- };
6
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
- error: (...args: any[]) => void;
8
- rendered: (...args: any[]) => void;
9
- }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
10
- src: {
11
- type: StringConstructor;
12
- required: true;
13
- };
14
- }>> & {
15
- onError?: ((...args: any[]) => any) | undefined;
16
- onRendered?: ((...args: any[]) => any) | undefined;
17
- }, {}, {}>;
1
+ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{}>>, {}, {}>;
18
2
  export default _default;