zhytech-ui 1.1.23 → 1.1.26
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 +12 -1
- package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/post/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/date/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/input/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/time/index.d.ts +1 -1
- package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +15 -0
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +3989 -3946
- package/dist/zhytech-ui.umd.js +10 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -71,7 +71,18 @@ setTheme("dark");
|
|
|
71
71
|
|
|
72
72
|
> #### 版本更新清单:
|
|
73
73
|
|
|
74
|
-
**V 1.1.
|
|
74
|
+
**V 1.1.26**
|
|
75
|
+
```html
|
|
76
|
+
1.调整zhy-dynamic-designer支持复选框项目解析异常
|
|
77
|
+
2.调整zhy-dynamic-filter不等于条件时可以多选的问题
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
**V 1.1.25**
|
|
81
|
+
```html
|
|
82
|
+
1.调整zhy-dynamic-renderer支持单项目显示项目解析开关
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
**V 1.1.24**
|
|
75
86
|
```html
|
|
76
87
|
1.调整zhy-dynamic-filter组件中下拉框项目支持显示后缀
|
|
77
88
|
```
|
|
@@ -23,7 +23,7 @@ declare class component extends baseComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
25
|
*/
|
|
26
|
-
getExcludeFilterConditions(): ("
|
|
26
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
27
27
|
}
|
|
28
28
|
declare const _default: {
|
|
29
29
|
component: typeof component;
|
|
@@ -24,7 +24,7 @@ declare class component extends baseComponent {
|
|
|
24
24
|
/**
|
|
25
25
|
* @description: 获取组件要排除的过滤条件集合
|
|
26
26
|
*/
|
|
27
|
-
getExcludeFilterConditions(): ("
|
|
27
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
28
28
|
}
|
|
29
29
|
declare const _default: {
|
|
30
30
|
component: typeof component;
|
|
@@ -23,7 +23,7 @@ declare class component extends baseComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
25
|
*/
|
|
26
|
-
getExcludeFilterConditions(): ("
|
|
26
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
27
27
|
}
|
|
28
28
|
declare const _default: {
|
|
29
29
|
component: typeof component;
|
|
@@ -23,7 +23,7 @@ declare class component extends baseComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
25
|
*/
|
|
26
|
-
getExcludeFilterConditions(): ("
|
|
26
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
27
27
|
}
|
|
28
28
|
declare const _default: {
|
|
29
29
|
component: typeof component;
|
|
@@ -25,7 +25,7 @@ declare class component extends baseComponent {
|
|
|
25
25
|
/**
|
|
26
26
|
* @description: 获取组件要排除的过滤条件集合
|
|
27
27
|
*/
|
|
28
|
-
getExcludeFilterConditions(): ("
|
|
28
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
29
29
|
}
|
|
30
30
|
declare const _default: {
|
|
31
31
|
component: typeof component;
|
|
@@ -30,7 +30,7 @@ declare class component extends baseComponent {
|
|
|
30
30
|
/**
|
|
31
31
|
* @description: 获取组件要排除的过滤条件集合
|
|
32
32
|
*/
|
|
33
|
-
getExcludeFilterConditions(): ("
|
|
33
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
34
34
|
}
|
|
35
35
|
declare const _default: {
|
|
36
36
|
component: typeof component;
|
|
@@ -30,7 +30,7 @@ declare class component extends baseComponent {
|
|
|
30
30
|
/**
|
|
31
31
|
* @description: 获取组件要排除的过滤条件集合
|
|
32
32
|
*/
|
|
33
|
-
getExcludeFilterConditions(): ("
|
|
33
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
34
34
|
}
|
|
35
35
|
declare const _default: {
|
|
36
36
|
component: typeof component;
|
|
@@ -23,7 +23,7 @@ declare class component extends baseComponent {
|
|
|
23
23
|
/**
|
|
24
24
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
25
|
*/
|
|
26
|
-
getExcludeFilterConditions(): ("
|
|
26
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
27
27
|
}
|
|
28
28
|
declare const _default: {
|
|
29
29
|
component: typeof component;
|
|
@@ -25,7 +25,7 @@ declare class component extends baseComponent {
|
|
|
25
25
|
/**
|
|
26
26
|
* @description: 获取组件要排除的过滤条件集合
|
|
27
27
|
*/
|
|
28
|
-
getExcludeFilterConditions(): ("
|
|
28
|
+
getExcludeFilterConditions(): ("INCLUDES" | "EXCLUDE" | "EMPTY" | "EQUALS" | "NOT_EQUALS" | "GREATER_THAN" | "LESS_THAN" | "GREATER_THAN_OR_EQUALS" | "LESS_THAN_OR_EQUALS" | "RANGE")[];
|
|
29
29
|
}
|
|
30
30
|
declare const _default: {
|
|
31
31
|
component: typeof component;
|
|
@@ -72,6 +72,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
72
72
|
type: BooleanConstructor;
|
|
73
73
|
default: boolean;
|
|
74
74
|
};
|
|
75
|
+
/**
|
|
76
|
+
* 每个项目都显示解析开关
|
|
77
|
+
*/
|
|
78
|
+
everyItemDisplayAnalysisSwitch: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
81
|
+
};
|
|
75
82
|
}, {
|
|
76
83
|
/**
|
|
77
84
|
* @description: 获取表单数据
|
|
@@ -183,6 +190,13 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
183
190
|
type: BooleanConstructor;
|
|
184
191
|
default: boolean;
|
|
185
192
|
};
|
|
193
|
+
/**
|
|
194
|
+
* 每个项目都显示解析开关
|
|
195
|
+
*/
|
|
196
|
+
everyItemDisplayAnalysisSwitch: {
|
|
197
|
+
type: BooleanConstructor;
|
|
198
|
+
default: boolean;
|
|
199
|
+
};
|
|
186
200
|
}>> & {
|
|
187
201
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
188
202
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
@@ -193,6 +207,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
193
207
|
disabled: boolean;
|
|
194
208
|
uploadOptions: uploadOption;
|
|
195
209
|
realTimeDisplayAnswerMode: boolean;
|
|
210
|
+
everyItemDisplayAnalysisSwitch: boolean;
|
|
196
211
|
device: string;
|
|
197
212
|
watching: boolean;
|
|
198
213
|
hiddenTitle: boolean;
|