zhytech-ui 1.2.9 → 1.2.11
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 +40 -3
- package/dist/src/components/dynamicFilter/filterItem.vue.d.ts +14 -14
- package/dist/src/components/dynamicFilter/index.vue.d.ts +14 -14
- package/dist/src/components/dynamicForm/components/advanced/upload/index.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/advanced/upload/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +10 -8
- package/dist/src/components/dynamicForm/components/application/employee/propsEditor.vue.d.ts +15 -7
- package/dist/src/components/dynamicForm/components/application/employee/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/application/grade/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/application/post/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/application/post/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +9 -7
- package/dist/src/components/dynamicForm/components/base/checkbox/propsEditor.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/base/checkbox/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/date/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/base/date/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/input/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/base/input/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/base/inputNumber/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/label/index.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/base/label/renderer.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +9 -7
- package/dist/src/components/dynamicForm/components/base/radio/propsEditor.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/base/radio/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/time/index.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/base/time/renderer.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/answerSheet/index.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/common/batchAddDialog.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/common/componentBasePropsEditor.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/common/componentDesigner.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/componentRenderer.vue.d.ts +12 -12
- package/dist/src/components/dynamicForm/components/common/conditionInput.vue.d.ts +22 -22
- package/dist/src/components/dynamicForm/components/common/dictionaryBinder.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/common/formPropsEditor.vue.d.ts +15 -5
- package/dist/src/components/dynamicForm/components/common/toolbar.vue.d.ts +8 -8
- package/dist/src/components/dynamicForm/components/layout/groupLayout/index.d.ts +10 -10
- package/dist/src/components/dynamicForm/components/layout/groupLayout/renderer.vue.d.ts +10 -10
- package/dist/src/components/dynamicForm/components/layout/tabs/index.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/layout/tabs/propsEditor.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/components/layout/tabs/renderer.vue.d.ts +2 -2
- package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +40 -43
- package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +6 -6
- package/dist/src/components/filePreview/components/videoPreview.vue.d.ts +14 -6
- package/dist/src/components/filePreview/index.vue.d.ts +4 -4
- package/dist/src/components/filePreview/types/filePreviewType.d.ts +1 -1
- package/dist/src/components/richTextEditor/index.vue.d.ts +2 -2
- package/dist/src/components/verificationCode/components/clickTextVCode.vue.d.ts +10 -10
- package/dist/src/components/verificationCode/components/puzzleVCode.vue.d.ts +4 -4
- package/dist/src/components/verificationCode/index.vue.d.ts +2 -2
- package/dist/src/hooks/useUtils.d.ts +1 -1
- package/dist/src/index.d.ts +1 -1
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +7720 -41965
- package/dist/zhytech-ui.umd.js +11 -607
- package/package.json +8 -35
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, checkboxAttribute, editAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
constructor();
|
|
5
7
|
/**
|
|
@@ -23,7 +25,7 @@ declare class component extends baseComponent {
|
|
|
23
25
|
/**
|
|
24
26
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
27
|
*/
|
|
26
|
-
getExcludeFilterConditions():
|
|
28
|
+
getExcludeFilterConditions(): conditionType[];
|
|
27
29
|
}
|
|
28
30
|
declare const _default: {
|
|
29
31
|
component: typeof component;
|
|
@@ -41,11 +43,11 @@ declare const _default: {
|
|
|
41
43
|
required: true;
|
|
42
44
|
};
|
|
43
45
|
datas: {
|
|
44
|
-
type:
|
|
46
|
+
type: PropType<Record<string, any>>;
|
|
45
47
|
required: true;
|
|
46
48
|
};
|
|
47
49
|
componentProps: {
|
|
48
|
-
type:
|
|
50
|
+
type: PropType<baseAttribute & editAttribute & checkboxAttribute>;
|
|
49
51
|
required: true;
|
|
50
52
|
};
|
|
51
53
|
showDescription: {
|
|
@@ -68,11 +70,11 @@ declare const _default: {
|
|
|
68
70
|
required: true;
|
|
69
71
|
};
|
|
70
72
|
datas: {
|
|
71
|
-
type:
|
|
73
|
+
type: PropType<Record<string, any>>;
|
|
72
74
|
required: true;
|
|
73
75
|
};
|
|
74
76
|
componentProps: {
|
|
75
|
-
type:
|
|
77
|
+
type: PropType<baseAttribute & editAttribute & checkboxAttribute>;
|
|
76
78
|
required: true;
|
|
77
79
|
};
|
|
78
80
|
showDescription: {
|
|
@@ -88,7 +90,7 @@ declare const _default: {
|
|
|
88
90
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
89
91
|
propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
90
92
|
dictionary: {
|
|
91
|
-
type:
|
|
93
|
+
type: PropType<import('../../..').dictionaryData>;
|
|
92
94
|
default: () => void;
|
|
93
95
|
};
|
|
94
96
|
allowCreateDictionary: {
|
|
@@ -97,7 +99,7 @@ declare const _default: {
|
|
|
97
99
|
};
|
|
98
100
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
99
101
|
dictionary: {
|
|
100
|
-
type:
|
|
102
|
+
type: PropType<import('../../..').dictionaryData>;
|
|
101
103
|
default: () => void;
|
|
102
104
|
};
|
|
103
105
|
allowCreateDictionary: {
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
6
6
|
dictionary: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<dictionaryData>;
|
|
8
8
|
default: () => void;
|
|
9
9
|
};
|
|
10
10
|
allowCreateDictionary: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
18
18
|
dictionary: {
|
|
19
|
-
type:
|
|
19
|
+
type: PropType<dictionaryData>;
|
|
20
20
|
default: () => void;
|
|
21
21
|
};
|
|
22
22
|
allowCreateDictionary: {
|
|
@@ -26,14 +26,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
26
26
|
* 表单数据
|
|
27
27
|
*/
|
|
28
28
|
datas: {
|
|
29
|
-
type:
|
|
29
|
+
type: PropType<Record<string, any>>;
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* 组件属性
|
|
34
34
|
*/
|
|
35
35
|
componentProps: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<componentType>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
@@ -71,14 +71,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
71
71
|
* 表单数据
|
|
72
72
|
*/
|
|
73
73
|
datas: {
|
|
74
|
-
type:
|
|
74
|
+
type: PropType<Record<string, any>>;
|
|
75
75
|
required: true;
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* 组件属性
|
|
79
79
|
*/
|
|
80
80
|
componentProps: {
|
|
81
|
-
type:
|
|
81
|
+
type: PropType<componentType>;
|
|
82
82
|
required: true;
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
/**
|
|
5
7
|
* @description: 构造器
|
|
@@ -25,7 +27,7 @@ declare class component extends baseComponent {
|
|
|
25
27
|
/**
|
|
26
28
|
* @description: 获取组件要排除的过滤条件集合
|
|
27
29
|
*/
|
|
28
|
-
getExcludeFilterConditions():
|
|
30
|
+
getExcludeFilterConditions(): conditionType[];
|
|
29
31
|
}
|
|
30
32
|
declare const _default: {
|
|
31
33
|
component: typeof component;
|
|
@@ -47,11 +49,11 @@ declare const _default: {
|
|
|
47
49
|
required: true;
|
|
48
50
|
};
|
|
49
51
|
datas: {
|
|
50
|
-
type:
|
|
52
|
+
type: PropType<Record<string, any>>;
|
|
51
53
|
required: true;
|
|
52
54
|
};
|
|
53
55
|
componentProps: {
|
|
54
|
-
type:
|
|
56
|
+
type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
|
|
55
57
|
required: true;
|
|
56
58
|
};
|
|
57
59
|
showDescription: {
|
|
@@ -78,11 +80,11 @@ declare const _default: {
|
|
|
78
80
|
required: true;
|
|
79
81
|
};
|
|
80
82
|
datas: {
|
|
81
|
-
type:
|
|
83
|
+
type: PropType<Record<string, any>>;
|
|
82
84
|
required: true;
|
|
83
85
|
};
|
|
84
86
|
componentProps: {
|
|
85
|
-
type:
|
|
87
|
+
type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
|
|
86
88
|
required: true;
|
|
87
89
|
};
|
|
88
90
|
showDescription: {
|
|
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
33
33
|
* 表单数据
|
|
34
34
|
*/
|
|
35
35
|
datas: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<Record<string, any>>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* 组件属性
|
|
41
41
|
*/
|
|
42
42
|
componentProps: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<componentType>;
|
|
44
44
|
required: true;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
85
85
|
* 表单数据
|
|
86
86
|
*/
|
|
87
87
|
datas: {
|
|
88
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
89
89
|
required: true;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* 组件属性
|
|
93
93
|
*/
|
|
94
94
|
componentProps: {
|
|
95
|
-
type:
|
|
95
|
+
type: PropType<componentType>;
|
|
96
96
|
required: true;
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, editAttribute, inputAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
/**
|
|
5
7
|
* @description: 构造器
|
|
@@ -30,7 +32,7 @@ declare class component extends baseComponent {
|
|
|
30
32
|
/**
|
|
31
33
|
* @description: 获取组件要排除的过滤条件集合
|
|
32
34
|
*/
|
|
33
|
-
getExcludeFilterConditions():
|
|
35
|
+
getExcludeFilterConditions(): conditionType[];
|
|
34
36
|
}
|
|
35
37
|
declare const _default: {
|
|
36
38
|
component: typeof component;
|
|
@@ -52,11 +54,11 @@ declare const _default: {
|
|
|
52
54
|
required: true;
|
|
53
55
|
};
|
|
54
56
|
datas: {
|
|
55
|
-
type:
|
|
57
|
+
type: PropType<Record<string, any>>;
|
|
56
58
|
required: true;
|
|
57
59
|
};
|
|
58
60
|
componentProps: {
|
|
59
|
-
type:
|
|
61
|
+
type: PropType<baseAttribute & editAttribute & inputAttribute>;
|
|
60
62
|
required: true;
|
|
61
63
|
};
|
|
62
64
|
showDescription: {
|
|
@@ -83,11 +85,11 @@ declare const _default: {
|
|
|
83
85
|
required: true;
|
|
84
86
|
};
|
|
85
87
|
datas: {
|
|
86
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
87
89
|
required: true;
|
|
88
90
|
};
|
|
89
91
|
componentProps: {
|
|
90
|
-
type:
|
|
92
|
+
type: PropType<baseAttribute & editAttribute & inputAttribute>;
|
|
91
93
|
required: true;
|
|
92
94
|
};
|
|
93
95
|
showDescription: {
|
|
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
33
33
|
* 表单数据
|
|
34
34
|
*/
|
|
35
35
|
datas: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<Record<string, any>>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* 组件属性
|
|
41
41
|
*/
|
|
42
42
|
componentProps: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<componentType>;
|
|
44
44
|
required: true;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
85
85
|
* 表单数据
|
|
86
86
|
*/
|
|
87
87
|
datas: {
|
|
88
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
89
89
|
required: true;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* 组件属性
|
|
93
93
|
*/
|
|
94
94
|
componentProps: {
|
|
95
|
-
type:
|
|
95
|
+
type: PropType<componentType>;
|
|
96
96
|
required: true;
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, editAttribute, inputNumberAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
/**
|
|
5
7
|
* @description: 构造器
|
|
@@ -30,7 +32,7 @@ declare class component extends baseComponent {
|
|
|
30
32
|
/**
|
|
31
33
|
* @description: 获取组件要排除的过滤条件集合
|
|
32
34
|
*/
|
|
33
|
-
getExcludeFilterConditions():
|
|
35
|
+
getExcludeFilterConditions(): conditionType[];
|
|
34
36
|
}
|
|
35
37
|
declare const _default: {
|
|
36
38
|
component: typeof component;
|
|
@@ -52,11 +54,11 @@ declare const _default: {
|
|
|
52
54
|
required: true;
|
|
53
55
|
};
|
|
54
56
|
datas: {
|
|
55
|
-
type:
|
|
57
|
+
type: PropType<Record<string, any>>;
|
|
56
58
|
required: true;
|
|
57
59
|
};
|
|
58
60
|
componentProps: {
|
|
59
|
-
type:
|
|
61
|
+
type: PropType<baseAttribute & editAttribute & inputNumberAttribute>;
|
|
60
62
|
required: true;
|
|
61
63
|
};
|
|
62
64
|
showDescription: {
|
|
@@ -83,11 +85,11 @@ declare const _default: {
|
|
|
83
85
|
required: true;
|
|
84
86
|
};
|
|
85
87
|
datas: {
|
|
86
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
87
89
|
required: true;
|
|
88
90
|
};
|
|
89
91
|
componentProps: {
|
|
90
|
-
type:
|
|
92
|
+
type: PropType<baseAttribute & editAttribute & inputNumberAttribute>;
|
|
91
93
|
required: true;
|
|
92
94
|
};
|
|
93
95
|
showDescription: {
|
|
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
33
33
|
* 表单数据
|
|
34
34
|
*/
|
|
35
35
|
datas: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<Record<string, any>>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* 组件属性
|
|
41
41
|
*/
|
|
42
42
|
componentProps: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<componentType>;
|
|
44
44
|
required: true;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
85
85
|
* 表单数据
|
|
86
86
|
*/
|
|
87
87
|
datas: {
|
|
88
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
89
89
|
required: true;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* 组件属性
|
|
93
93
|
*/
|
|
94
94
|
componentProps: {
|
|
95
|
-
type:
|
|
95
|
+
type: PropType<componentType>;
|
|
96
96
|
required: true;
|
|
97
97
|
};
|
|
98
98
|
/**
|
|
@@ -10,12 +10,12 @@ declare const _default: {
|
|
|
10
10
|
component: typeof component;
|
|
11
11
|
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
12
12
|
componentProps: {
|
|
13
|
-
type:
|
|
13
|
+
type: PropType<baseAttribute>;
|
|
14
14
|
required: true;
|
|
15
15
|
};
|
|
16
16
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
17
17
|
componentProps: {
|
|
18
|
-
type:
|
|
18
|
+
type: PropType<baseAttribute>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
21
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { baseAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
componentProps: {
|
|
4
|
-
type:
|
|
4
|
+
type: PropType<baseAttribute>;
|
|
5
5
|
required: true;
|
|
6
6
|
};
|
|
7
7
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
8
8
|
componentProps: {
|
|
9
|
-
type:
|
|
9
|
+
type: PropType<baseAttribute>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
12
|
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, editAttribute, radioAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
constructor();
|
|
5
7
|
/**
|
|
@@ -23,7 +25,7 @@ declare class component extends baseComponent {
|
|
|
23
25
|
/**
|
|
24
26
|
* @description: 获取组件要排除的过滤条件集合
|
|
25
27
|
*/
|
|
26
|
-
getExcludeFilterConditions():
|
|
28
|
+
getExcludeFilterConditions(): conditionType[];
|
|
27
29
|
}
|
|
28
30
|
declare const _default: {
|
|
29
31
|
component: typeof component;
|
|
@@ -41,11 +43,11 @@ declare const _default: {
|
|
|
41
43
|
required: true;
|
|
42
44
|
};
|
|
43
45
|
datas: {
|
|
44
|
-
type:
|
|
46
|
+
type: PropType<Record<string, any>>;
|
|
45
47
|
required: true;
|
|
46
48
|
};
|
|
47
49
|
componentProps: {
|
|
48
|
-
type:
|
|
50
|
+
type: PropType<baseAttribute & editAttribute & radioAttribute>;
|
|
49
51
|
required: true;
|
|
50
52
|
};
|
|
51
53
|
showDescription: {
|
|
@@ -68,11 +70,11 @@ declare const _default: {
|
|
|
68
70
|
required: true;
|
|
69
71
|
};
|
|
70
72
|
datas: {
|
|
71
|
-
type:
|
|
73
|
+
type: PropType<Record<string, any>>;
|
|
72
74
|
required: true;
|
|
73
75
|
};
|
|
74
76
|
componentProps: {
|
|
75
|
-
type:
|
|
77
|
+
type: PropType<baseAttribute & editAttribute & radioAttribute>;
|
|
76
78
|
required: true;
|
|
77
79
|
};
|
|
78
80
|
showDescription: {
|
|
@@ -88,7 +90,7 @@ declare const _default: {
|
|
|
88
90
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
89
91
|
propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
90
92
|
dictionary: {
|
|
91
|
-
type:
|
|
93
|
+
type: PropType<import('../../..').dictionaryData>;
|
|
92
94
|
default: () => void;
|
|
93
95
|
};
|
|
94
96
|
allowCreateDictionary: {
|
|
@@ -97,7 +99,7 @@ declare const _default: {
|
|
|
97
99
|
};
|
|
98
100
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
99
101
|
dictionary: {
|
|
100
|
-
type:
|
|
102
|
+
type: PropType<import('../../..').dictionaryData>;
|
|
101
103
|
default: () => void;
|
|
102
104
|
};
|
|
103
105
|
allowCreateDictionary: {
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
6
6
|
dictionary: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<dictionaryData>;
|
|
8
8
|
default: () => void;
|
|
9
9
|
};
|
|
10
10
|
allowCreateDictionary: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
18
18
|
dictionary: {
|
|
19
|
-
type:
|
|
19
|
+
type: PropType<dictionaryData>;
|
|
20
20
|
default: () => void;
|
|
21
21
|
};
|
|
22
22
|
allowCreateDictionary: {
|
|
@@ -26,14 +26,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
26
26
|
* 表单数据
|
|
27
27
|
*/
|
|
28
28
|
datas: {
|
|
29
|
-
type:
|
|
29
|
+
type: PropType<Record<string, any>>;
|
|
30
30
|
required: true;
|
|
31
31
|
};
|
|
32
32
|
/**
|
|
33
33
|
* 组件属性
|
|
34
34
|
*/
|
|
35
35
|
componentProps: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<componentType>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
@@ -71,14 +71,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
71
71
|
* 表单数据
|
|
72
72
|
*/
|
|
73
73
|
datas: {
|
|
74
|
-
type:
|
|
74
|
+
type: PropType<Record<string, any>>;
|
|
75
75
|
required: true;
|
|
76
76
|
};
|
|
77
77
|
/**
|
|
78
78
|
* 组件属性
|
|
79
79
|
*/
|
|
80
80
|
componentProps: {
|
|
81
|
-
type:
|
|
81
|
+
type: PropType<componentType>;
|
|
82
82
|
required: true;
|
|
83
83
|
};
|
|
84
84
|
/**
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import { default as baseComponent } from '../../../types/baseComponent';
|
|
2
2
|
import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
|
|
3
|
+
import { filterConditionTypes } from '../../../../../types/enum';
|
|
4
|
+
type conditionType = keyof typeof filterConditionTypes;
|
|
3
5
|
declare class component extends baseComponent {
|
|
4
6
|
/**
|
|
5
7
|
* @description: 构造器
|
|
@@ -25,7 +27,7 @@ declare class component extends baseComponent {
|
|
|
25
27
|
/**
|
|
26
28
|
* @description: 获取组件要排除的过滤条件集合
|
|
27
29
|
*/
|
|
28
|
-
getExcludeFilterConditions():
|
|
30
|
+
getExcludeFilterConditions(): conditionType[];
|
|
29
31
|
}
|
|
30
32
|
declare const _default: {
|
|
31
33
|
component: typeof component;
|
|
@@ -47,11 +49,11 @@ declare const _default: {
|
|
|
47
49
|
required: true;
|
|
48
50
|
};
|
|
49
51
|
datas: {
|
|
50
|
-
type:
|
|
52
|
+
type: PropType<Record<string, any>>;
|
|
51
53
|
required: true;
|
|
52
54
|
};
|
|
53
55
|
componentProps: {
|
|
54
|
-
type:
|
|
56
|
+
type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
|
|
55
57
|
required: true;
|
|
56
58
|
};
|
|
57
59
|
showDescription: {
|
|
@@ -78,11 +80,11 @@ declare const _default: {
|
|
|
78
80
|
required: true;
|
|
79
81
|
};
|
|
80
82
|
datas: {
|
|
81
|
-
type:
|
|
83
|
+
type: PropType<Record<string, any>>;
|
|
82
84
|
required: true;
|
|
83
85
|
};
|
|
84
86
|
componentProps: {
|
|
85
|
-
type:
|
|
87
|
+
type: PropType<baseAttribute & editAttribute & datetimeAttribute>;
|
|
86
88
|
required: true;
|
|
87
89
|
};
|
|
88
90
|
showDescription: {
|
|
@@ -33,14 +33,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
33
33
|
* 表单数据
|
|
34
34
|
*/
|
|
35
35
|
datas: {
|
|
36
|
-
type:
|
|
36
|
+
type: PropType<Record<string, any>>;
|
|
37
37
|
required: true;
|
|
38
38
|
};
|
|
39
39
|
/**
|
|
40
40
|
* 组件属性
|
|
41
41
|
*/
|
|
42
42
|
componentProps: {
|
|
43
|
-
type:
|
|
43
|
+
type: PropType<componentType>;
|
|
44
44
|
required: true;
|
|
45
45
|
};
|
|
46
46
|
/**
|
|
@@ -85,14 +85,14 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
85
85
|
* 表单数据
|
|
86
86
|
*/
|
|
87
87
|
datas: {
|
|
88
|
-
type:
|
|
88
|
+
type: PropType<Record<string, any>>;
|
|
89
89
|
required: true;
|
|
90
90
|
};
|
|
91
91
|
/**
|
|
92
92
|
* 组件属性
|
|
93
93
|
*/
|
|
94
94
|
componentProps: {
|
|
95
|
-
type:
|
|
95
|
+
type: PropType<componentType>;
|
|
96
96
|
required: true;
|
|
97
97
|
};
|
|
98
98
|
/**
|
package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts
CHANGED
|
@@ -3,11 +3,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
3
3
|
* 组件
|
|
4
4
|
*/
|
|
5
5
|
answerSheetData: {
|
|
6
|
-
type:
|
|
6
|
+
type: PropType<Record<string, any>[]>;
|
|
7
7
|
required: true;
|
|
8
8
|
};
|
|
9
9
|
tagType: {
|
|
10
|
-
type:
|
|
10
|
+
type: PropType<Record<number, any>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
17
17
|
* 组件
|
|
18
18
|
*/
|
|
19
19
|
answerSheetData: {
|
|
20
|
-
type:
|
|
20
|
+
type: PropType<Record<string, any>[]>;
|
|
21
21
|
required: true;
|
|
22
22
|
};
|
|
23
23
|
tagType: {
|
|
24
|
-
type:
|
|
24
|
+
type: PropType<Record<number, any>>;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
4
4
|
* @description: 表单数据,包含表单属性,组件集合、初始数据
|
|
5
5
|
*/
|
|
6
6
|
formData: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<dynamicFormData<formAttribute>>;
|
|
8
8
|
required: true;
|
|
9
9
|
};
|
|
10
10
|
/**
|
|
@@ -21,7 +21,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
21
21
|
* @description: 表单数据,包含表单属性,组件集合、初始数据
|
|
22
22
|
*/
|
|
23
23
|
formData: {
|
|
24
|
-
type:
|
|
24
|
+
type: PropType<dynamicFormData<formAttribute>>;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
4
4
|
* @description: 参数
|
|
5
5
|
*/
|
|
6
6
|
params: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<batchAddComponentParam>;
|
|
8
8
|
default: () => void;
|
|
9
9
|
};
|
|
10
10
|
modelValue: {
|
|
@@ -18,7 +18,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
18
18
|
* @description: 参数
|
|
19
19
|
*/
|
|
20
20
|
params: {
|
|
21
|
-
type:
|
|
21
|
+
type: PropType<batchAddComponentParam>;
|
|
22
22
|
default: () => void;
|
|
23
23
|
};
|
|
24
24
|
modelValue: {
|
|
@@ -4,7 +4,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
6
6
|
dictionary: {
|
|
7
|
-
type:
|
|
7
|
+
type: PropType<dictionaryData>;
|
|
8
8
|
default: () => void;
|
|
9
9
|
};
|
|
10
10
|
allowCreateDictionary: {
|
|
@@ -16,7 +16,7 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
|
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
18
18
|
dictionary: {
|
|
19
|
-
type:
|
|
19
|
+
type: PropType<dictionaryData>;
|
|
20
20
|
default: () => void;
|
|
21
21
|
};
|
|
22
22
|
allowCreateDictionary: {
|