zhytech-ui 1.1.26 → 1.1.27

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
@@ -71,6 +71,15 @@ setTheme("dark");
71
71
 
72
72
  > #### 版本更新清单:
73
73
 
74
+ **V 1.1.27**
75
+ ```html
76
+ 1.调整zhy-dynamic-designer修复tabs组件调整标签顺序,子组件不同步
77
+ 2.调整zhy-dynamic-designer字典选择组件显示字典ID,搜索可模糊查询字典ID
78
+ 3.调整zhy-dynamic-designer支持横向布局
79
+ 4.调整zhy-dynamic-designer横向布局时支持任意组件设置换行
80
+ 5.调整zhy-dynamic-designer的group组件横向布局时支持任意组件设置换行
81
+ ```
82
+
74
83
  **V 1.1.26**
75
84
  ```html
76
85
  1.调整zhy-dynamic-designer支持复选框项目解析异常
@@ -62,7 +62,7 @@ declare const _default: import('vue').DefineComponent<{
62
62
  onSelect?: ((...args: any[]) => any) | undefined;
63
63
  }, {
64
64
  selectMode: boolean;
65
- showDescription: boolean;
66
65
  layoutMode: "horizontal" | "vertical";
66
+ showDescription: boolean;
67
67
  }, {}>;
68
68
  export default _default;
@@ -83,9 +83,13 @@ export interface baseAttribute {
83
83
  */
84
84
  pageID?: string;
85
85
  /**
86
- * 所属tabs组件的页签ID
86
+ * 组件宽度
87
87
  */
88
88
  componentWidth?: number;
89
+ /**
90
+ * 组件换行
91
+ */
92
+ lineBreak?: boolean;
89
93
  /**
90
94
  * 获取数据接口
91
95
  */
@@ -30,6 +30,10 @@ export interface formAttribute {
30
30
  * 栅格数量
31
31
  */
32
32
  column: number;
33
+ /**
34
+ * 布局方式
35
+ */
36
+ layoutMode: "horizontal" | "vertical";
33
37
  }
34
38
  /**
35
39
  * @description: 动态表单数据参数类型