zhytech-ui 1.1.29 → 1.1.31
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 -0
- package/dist/src/components/dynamicFilter/filterItem.vue.d.ts +5 -5
- package/dist/src/components/dynamicFilter/index.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/advanced/upload/index.d.ts +7 -11
- package/dist/src/components/dynamicForm/components/advanced/upload/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/advanced/upload/renderer.vue.d.ts +6 -4
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/index.d.ts +8 -11
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/advanced/uploadImage/renderer.vue.d.ts +7 -4
- package/dist/src/components/dynamicForm/components/application/employee/index.d.ts +8 -8
- package/dist/src/components/dynamicForm/components/application/employee/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/employee/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/application/grade/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/application/grade/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/grade/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/application/post/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/application/post/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/application/post/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/checkbox/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/base/checkbox/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/checkbox/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/date/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/date/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/date/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/input/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/input/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/input/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/inputNumber/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/inputNumber/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/inputNumber/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/label/index.d.ts +3 -3
- package/dist/src/components/dynamicForm/components/base/label/renderer.vue.d.ts +3 -3
- package/dist/src/components/dynamicForm/components/base/radio/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/base/radio/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/base/radio/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/base/time/index.d.ts +6 -6
- package/dist/src/components/dynamicForm/components/base/time/propsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/base/time/renderer.vue.d.ts +5 -5
- 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 +5 -5
- package/dist/src/components/dynamicForm/components/common/batchAddDialog.vue.d.ts +7 -5
- package/dist/src/components/dynamicForm/components/common/componentAdvancedPropsEditor.vue.d.ts +1 -1
- package/dist/src/components/dynamicForm/components/common/componentBasePropsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/common/componentDesigner.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/componentRenderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/conditionInput.vue.d.ts +103 -5
- package/dist/src/components/dynamicForm/components/common/dictionaryBinder.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/common/formPropsEditor.vue.d.ts +3 -1
- package/dist/src/components/dynamicForm/components/common/toolbar.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/layout/groupLayout/index.d.ts +6 -12
- package/dist/src/components/dynamicForm/components/layout/groupLayout/propsEditor.vue.d.ts +1 -7
- package/dist/src/components/dynamicForm/components/layout/groupLayout/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/components/layout/tabs/index.d.ts +9 -9
- package/dist/src/components/dynamicForm/components/layout/tabs/propsEditor.vue.d.ts +4 -4
- package/dist/src/components/dynamicForm/components/layout/tabs/renderer.vue.d.ts +5 -5
- package/dist/src/components/dynamicForm/formDesigner.vue.d.ts +287 -5
- package/dist/src/components/dynamicForm/formRenderer.vue.d.ts +9 -7
- package/dist/src/components/filePreview/components/docxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/components/pdfPreview.vue.d.ts +1 -1
- package/dist/src/components/filePreview/components/pptxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/components/xlsxPreview.vue.d.ts +6 -4
- package/dist/src/components/filePreview/index.vue.d.ts +4 -4
- package/dist/src/components/icon/index.vue.d.ts +4 -4
- package/dist/src/components/richTextEditor/index.vue.d.ts +6 -6
- package/dist/style.css +1 -1
- package/dist/zhytech-ui.es.js +4892 -4823
- package/dist/zhytech-ui.umd.js +11 -11
- package/package.json +1 -1
|
@@ -29,7 +29,7 @@ declare class component extends baseComponent {
|
|
|
29
29
|
}
|
|
30
30
|
declare const _default: {
|
|
31
31
|
component: typeof component;
|
|
32
|
-
renderer: import('vue').DefineComponent<{
|
|
32
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
33
33
|
isDesigner: {
|
|
34
34
|
type: BooleanConstructor;
|
|
35
35
|
default: boolean;
|
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
|
58
58
|
type: BooleanConstructor;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
|
-
}
|
|
61
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
62
|
"update:datas": (...args: any[]) => void;
|
|
63
63
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
64
64
|
isDesigner: {
|
|
@@ -89,14 +89,14 @@ declare const _default: {
|
|
|
89
89
|
type: BooleanConstructor;
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
|
-
}>> & {
|
|
92
|
+
}>> & Readonly<{
|
|
93
93
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
}
|
|
94
|
+
}>, {
|
|
95
95
|
disabled: boolean;
|
|
96
96
|
readonly: boolean;
|
|
97
97
|
showDescription: boolean;
|
|
98
98
|
isDesigner: boolean;
|
|
99
|
-
}, {}>;
|
|
100
|
-
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
99
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
100
|
+
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
};
|
|
102
102
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
type componentType = baseAttribute & editAttribute & datetimeAttribute;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* 是否为设计模式
|
|
6
6
|
*/
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
50
|
type: BooleanConstructor;
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
|
-
}
|
|
53
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
"update:datas": (...args: any[]) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
/**
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
-
}>> & {
|
|
105
|
+
}>> & Readonly<{
|
|
106
106
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}
|
|
107
|
+
}>, {
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
readonly: boolean;
|
|
110
110
|
showDescription: boolean;
|
|
111
111
|
isDesigner: boolean;
|
|
112
|
-
}, {}>;
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
113
113
|
export default _default;
|
|
@@ -34,7 +34,7 @@ declare class component extends baseComponent {
|
|
|
34
34
|
}
|
|
35
35
|
declare const _default: {
|
|
36
36
|
component: typeof component;
|
|
37
|
-
renderer: import('vue').DefineComponent<{
|
|
37
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
38
38
|
isDesigner: {
|
|
39
39
|
type: BooleanConstructor;
|
|
40
40
|
default: boolean;
|
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
|
63
63
|
type: BooleanConstructor;
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
|
-
}
|
|
66
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
67
|
"update:datas": (...args: any[]) => void;
|
|
68
68
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
69
69
|
isDesigner: {
|
|
@@ -94,14 +94,14 @@ declare const _default: {
|
|
|
94
94
|
type: BooleanConstructor;
|
|
95
95
|
default: boolean;
|
|
96
96
|
};
|
|
97
|
-
}>> & {
|
|
97
|
+
}>> & Readonly<{
|
|
98
98
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
99
|
-
}
|
|
99
|
+
}>, {
|
|
100
100
|
disabled: boolean;
|
|
101
101
|
readonly: boolean;
|
|
102
102
|
showDescription: boolean;
|
|
103
103
|
isDesigner: boolean;
|
|
104
|
-
}, {}>;
|
|
105
|
-
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
104
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
105
|
+
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
106
106
|
};
|
|
107
107
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { baseAttribute, editAttribute, inputAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
type componentType = baseAttribute & editAttribute & inputAttribute;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* 是否为设计模式
|
|
6
6
|
*/
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
50
|
type: BooleanConstructor;
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
|
-
}
|
|
53
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
"update:datas": (...args: any[]) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
/**
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
-
}>> & {
|
|
105
|
+
}>> & Readonly<{
|
|
106
106
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}
|
|
107
|
+
}>, {
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
readonly: boolean;
|
|
110
110
|
showDescription: boolean;
|
|
111
111
|
isDesigner: boolean;
|
|
112
|
-
}, {}>;
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
113
113
|
export default _default;
|
|
@@ -34,7 +34,7 @@ declare class component extends baseComponent {
|
|
|
34
34
|
}
|
|
35
35
|
declare const _default: {
|
|
36
36
|
component: typeof component;
|
|
37
|
-
renderer: import('vue').DefineComponent<{
|
|
37
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
38
38
|
isDesigner: {
|
|
39
39
|
type: BooleanConstructor;
|
|
40
40
|
default: boolean;
|
|
@@ -63,7 +63,7 @@ declare const _default: {
|
|
|
63
63
|
type: BooleanConstructor;
|
|
64
64
|
default: boolean;
|
|
65
65
|
};
|
|
66
|
-
}
|
|
66
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
67
|
"update:datas": (...args: any[]) => void;
|
|
68
68
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
69
69
|
isDesigner: {
|
|
@@ -94,14 +94,14 @@ declare const _default: {
|
|
|
94
94
|
type: BooleanConstructor;
|
|
95
95
|
default: boolean;
|
|
96
96
|
};
|
|
97
|
-
}>> & {
|
|
97
|
+
}>> & Readonly<{
|
|
98
98
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
99
|
-
}
|
|
99
|
+
}>, {
|
|
100
100
|
disabled: boolean;
|
|
101
101
|
readonly: boolean;
|
|
102
102
|
showDescription: boolean;
|
|
103
103
|
isDesigner: boolean;
|
|
104
|
-
}, {}>;
|
|
105
|
-
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
104
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
105
|
+
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
106
106
|
};
|
|
107
107
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { baseAttribute, editAttribute, inputNumberAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
type componentType = baseAttribute & editAttribute & inputNumberAttribute;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* 是否为设计模式
|
|
6
6
|
*/
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
50
|
type: BooleanConstructor;
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
|
-
}
|
|
53
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
"update:datas": (...args: any[]) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
/**
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
-
}>> & {
|
|
105
|
+
}>> & Readonly<{
|
|
106
106
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}
|
|
107
|
+
}>, {
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
readonly: boolean;
|
|
110
110
|
showDescription: boolean;
|
|
111
111
|
isDesigner: boolean;
|
|
112
|
-
}, {}>;
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
113
113
|
export default _default;
|
|
@@ -8,17 +8,17 @@ declare class component extends baseComponent {
|
|
|
8
8
|
}
|
|
9
9
|
declare const _default: {
|
|
10
10
|
component: typeof component;
|
|
11
|
-
renderer: import('vue').DefineComponent<{
|
|
11
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
12
12
|
componentProps: {
|
|
13
13
|
type: globalThis.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
18
|
type: globalThis.PropType<baseAttribute>;
|
|
19
19
|
required: true;
|
|
20
20
|
};
|
|
21
|
-
}
|
|
21
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
22
22
|
undefined: undefined;
|
|
23
23
|
};
|
|
24
24
|
export default _default;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { baseAttribute } from '../../../types/componentAttribute/index';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
componentProps: {
|
|
4
4
|
type: globalThis.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
9
|
type: globalThis.PropType<baseAttribute>;
|
|
10
10
|
required: true;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
12
|
+
}>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>;
|
|
13
13
|
export default _default;
|
|
@@ -27,7 +27,7 @@ declare class component extends baseComponent {
|
|
|
27
27
|
}
|
|
28
28
|
declare const _default: {
|
|
29
29
|
component: typeof component;
|
|
30
|
-
renderer: import('vue').DefineComponent<{
|
|
30
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
31
31
|
isDesigner: {
|
|
32
32
|
type: BooleanConstructor;
|
|
33
33
|
default: boolean;
|
|
@@ -52,7 +52,7 @@ declare const _default: {
|
|
|
52
52
|
type: BooleanConstructor;
|
|
53
53
|
default: boolean;
|
|
54
54
|
};
|
|
55
|
-
}
|
|
55
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
56
56
|
"update:datas": (...args: any[]) => void;
|
|
57
57
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
58
58
|
isDesigner: {
|
|
@@ -79,14 +79,14 @@ declare const _default: {
|
|
|
79
79
|
type: BooleanConstructor;
|
|
80
80
|
default: boolean;
|
|
81
81
|
};
|
|
82
|
-
}>> & {
|
|
82
|
+
}>> & Readonly<{
|
|
83
83
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
84
|
-
}
|
|
84
|
+
}>, {
|
|
85
85
|
disabled: boolean;
|
|
86
86
|
showDescription: boolean;
|
|
87
87
|
isDesigner: boolean;
|
|
88
|
-
}, {}>;
|
|
89
|
-
propEditor: import('vue').DefineComponent<{
|
|
88
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
89
|
+
propEditor: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
90
90
|
dictionary: {
|
|
91
91
|
type: globalThis.PropType<import('../../..').dictionaryData>;
|
|
92
92
|
default: () => void;
|
|
@@ -95,7 +95,7 @@ declare const _default: {
|
|
|
95
95
|
type: BooleanConstructor;
|
|
96
96
|
default: boolean;
|
|
97
97
|
};
|
|
98
|
-
}
|
|
98
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
99
99
|
dictionary: {
|
|
100
100
|
type: globalThis.PropType<import('../../..').dictionaryData>;
|
|
101
101
|
default: () => void;
|
|
@@ -104,9 +104,9 @@ declare const _default: {
|
|
|
104
104
|
type: BooleanConstructor;
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
107
|
-
}
|
|
107
|
+
}>> & Readonly<{}>, {
|
|
108
108
|
allowCreateDictionary: boolean;
|
|
109
109
|
dictionary: import('../../..').dictionaryData;
|
|
110
|
-
}, {}>;
|
|
110
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
111
111
|
};
|
|
112
112
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dictionaryData } from '../../../types/formAttribute';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
/**
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
/**
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
27
|
allowCreateDictionary: boolean;
|
|
28
28
|
dictionary: dictionaryData;
|
|
29
|
-
}, {}>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { baseAttribute, editAttribute, radioAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
type componentType = baseAttribute & editAttribute & radioAttribute;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* 是否为设计模式
|
|
6
6
|
*/
|
|
@@ -43,7 +43,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
43
43
|
type: BooleanConstructor;
|
|
44
44
|
default: boolean;
|
|
45
45
|
};
|
|
46
|
-
}
|
|
46
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
47
47
|
"update:datas": (...args: any[]) => void;
|
|
48
48
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
49
49
|
/**
|
|
@@ -88,11 +88,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
88
88
|
type: BooleanConstructor;
|
|
89
89
|
default: boolean;
|
|
90
90
|
};
|
|
91
|
-
}>> & {
|
|
91
|
+
}>> & Readonly<{
|
|
92
92
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
93
|
-
}
|
|
93
|
+
}>, {
|
|
94
94
|
disabled: boolean;
|
|
95
95
|
showDescription: boolean;
|
|
96
96
|
isDesigner: boolean;
|
|
97
|
-
}, {}>;
|
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
98
98
|
export default _default;
|
|
@@ -29,7 +29,7 @@ declare class component extends baseComponent {
|
|
|
29
29
|
}
|
|
30
30
|
declare const _default: {
|
|
31
31
|
component: typeof component;
|
|
32
|
-
renderer: import('vue').DefineComponent<{
|
|
32
|
+
renderer: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
33
33
|
isDesigner: {
|
|
34
34
|
type: BooleanConstructor;
|
|
35
35
|
default: boolean;
|
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
|
58
58
|
type: BooleanConstructor;
|
|
59
59
|
default: boolean;
|
|
60
60
|
};
|
|
61
|
-
}
|
|
61
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
62
62
|
"update:datas": (...args: any[]) => void;
|
|
63
63
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
64
64
|
isDesigner: {
|
|
@@ -89,14 +89,14 @@ declare const _default: {
|
|
|
89
89
|
type: BooleanConstructor;
|
|
90
90
|
default: boolean;
|
|
91
91
|
};
|
|
92
|
-
}>> & {
|
|
92
|
+
}>> & Readonly<{
|
|
93
93
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
94
|
-
}
|
|
94
|
+
}>, {
|
|
95
95
|
disabled: boolean;
|
|
96
96
|
readonly: boolean;
|
|
97
97
|
showDescription: boolean;
|
|
98
98
|
isDesigner: boolean;
|
|
99
|
-
}, {}>;
|
|
100
|
-
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
99
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
100
|
+
propEditor: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
101
101
|
};
|
|
102
102
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { baseAttribute, editAttribute, datetimeAttribute } from '../../../types/componentAttribute/index';
|
|
2
2
|
type componentType = baseAttribute & editAttribute & datetimeAttribute;
|
|
3
|
-
declare const _default: import('vue').DefineComponent<{
|
|
3
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
4
4
|
/**
|
|
5
5
|
* 是否为设计模式
|
|
6
6
|
*/
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
50
50
|
type: BooleanConstructor;
|
|
51
51
|
default: boolean;
|
|
52
52
|
};
|
|
53
|
-
}
|
|
53
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
54
54
|
"update:datas": (...args: any[]) => void;
|
|
55
55
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
56
56
|
/**
|
|
@@ -102,12 +102,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
102
102
|
type: BooleanConstructor;
|
|
103
103
|
default: boolean;
|
|
104
104
|
};
|
|
105
|
-
}>> & {
|
|
105
|
+
}>> & Readonly<{
|
|
106
106
|
"onUpdate:datas"?: ((...args: any[]) => any) | undefined;
|
|
107
|
-
}
|
|
107
|
+
}>, {
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
readonly: boolean;
|
|
110
110
|
showDescription: boolean;
|
|
111
111
|
isDesigner: boolean;
|
|
112
|
-
}, {}>;
|
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
113
113
|
export default _default;
|
package/dist/src/components/dynamicForm/components/common/answerSheet/answerSheetItem.vue.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* 组件
|
|
4
4
|
*/
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
type: globalThis.PropType<Record<number, any>>;
|
|
11
11
|
required: true;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
14
|
showItem: (...args: any[]) => void;
|
|
15
15
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
16
16
|
/**
|
|
@@ -24,7 +24,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
24
24
|
type: globalThis.PropType<Record<number, any>>;
|
|
25
25
|
required: true;
|
|
26
26
|
};
|
|
27
|
-
}>> & {
|
|
27
|
+
}>> & Readonly<{
|
|
28
28
|
onShowItem?: ((...args: any[]) => any) | undefined;
|
|
29
|
-
}, {}, {}>;
|
|
29
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
30
30
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dynamicFormData, formAttribute } from '../../../types/formAttribute';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
/**
|
|
4
4
|
* @description: 表单数据,包含表单属性,组件集合、初始数据
|
|
5
5
|
*/
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
14
14
|
type: BooleanConstructor;
|
|
15
15
|
default: boolean;
|
|
16
16
|
};
|
|
17
|
-
}
|
|
17
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
18
18
|
showItem: (...args: any[]) => void;
|
|
19
19
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
20
20
|
/**
|
|
@@ -31,9 +31,9 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
31
31
|
type: BooleanConstructor;
|
|
32
32
|
default: boolean;
|
|
33
33
|
};
|
|
34
|
-
}>> & {
|
|
34
|
+
}>> & Readonly<{
|
|
35
35
|
onShowItem?: ((...args: any[]) => any) | undefined;
|
|
36
|
-
}
|
|
36
|
+
}>, {
|
|
37
37
|
showCorrectOrNot: boolean;
|
|
38
|
-
}, {}>;
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
39
39
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { batchAddComponentParam } from '../../types/batchAddComponentParam';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
/**
|
|
4
4
|
* @description: 参数
|
|
5
5
|
*/
|
|
@@ -10,7 +10,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
10
10
|
modelValue: {
|
|
11
11
|
type: globalThis.PropType<boolean>;
|
|
12
12
|
};
|
|
13
|
-
}
|
|
13
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
14
|
select: (...args: any[]) => void;
|
|
15
15
|
"update:modelValue": (value: boolean) => void;
|
|
16
16
|
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
@@ -24,10 +24,12 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
24
24
|
modelValue: {
|
|
25
25
|
type: globalThis.PropType<boolean>;
|
|
26
26
|
};
|
|
27
|
-
}>> & {
|
|
27
|
+
}>> & Readonly<{
|
|
28
28
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
29
29
|
onSelect?: ((...args: any[]) => any) | undefined;
|
|
30
|
-
}
|
|
30
|
+
}>, {
|
|
31
31
|
params: batchAddComponentParam;
|
|
32
|
-
}, {}
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
33
|
+
cascaderRef: unknown[];
|
|
34
|
+
}, HTMLDivElement>;
|
|
33
35
|
export default _default;
|
package/dist/src/components/dynamicForm/components/common/componentAdvancedPropsEditor.vue.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { dictionaryData } from '../../types/formAttribute';
|
|
2
|
-
declare const _default: import('vue').DefineComponent<{
|
|
2
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
3
3
|
/**
|
|
4
4
|
* @description: 业务字典数据集合
|
|
5
5
|
*/
|
|
@@ -11,7 +11,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
11
11
|
type: BooleanConstructor;
|
|
12
12
|
default: boolean;
|
|
13
13
|
};
|
|
14
|
-
}
|
|
14
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
15
15
|
/**
|
|
16
16
|
* @description: 业务字典数据集合
|
|
17
17
|
*/
|
|
@@ -23,8 +23,8 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
23
23
|
type: BooleanConstructor;
|
|
24
24
|
default: boolean;
|
|
25
25
|
};
|
|
26
|
-
}
|
|
26
|
+
}>> & Readonly<{}>, {
|
|
27
27
|
allowCreateDictionary: boolean;
|
|
28
28
|
dictionary: dictionaryData;
|
|
29
|
-
}, {}>;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
30
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{
|
|
1
|
+
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
/**
|
|
3
3
|
* 组件
|
|
4
4
|
*/
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
13
13
|
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
14
14
|
default: string;
|
|
15
15
|
};
|
|
16
|
-
}
|
|
16
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
17
17
|
change: (...args: any[]) => void;
|
|
18
18
|
deleteComponent: (...args: any[]) => void;
|
|
19
19
|
"update:components": (...args: any[]) => void;
|
|
@@ -32,11 +32,11 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
32
32
|
type: globalThis.PropType<"horizontal" | "vertical">;
|
|
33
33
|
default: string;
|
|
34
34
|
};
|
|
35
|
-
}>> & {
|
|
35
|
+
}>> & Readonly<{
|
|
36
36
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
onDeleteComponent?: ((...args: any[]) => any) | undefined;
|
|
38
38
|
"onUpdate:components"?: ((...args: any[]) => any) | undefined;
|
|
39
|
-
}
|
|
39
|
+
}>, {
|
|
40
40
|
layoutMode: "horizontal" | "vertical";
|
|
41
|
-
}, {}>;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
42
42
|
export default _default;
|