@zyui/components 0.0.35 → 0.0.37
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/es/index.js +90 -90
- package/es/index.mjs +36401 -35809
- package/es/src/components/DepartmentSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/es/src/components/DepartmentSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/es/src/components/DepartmentSelect/index.d.ts +1 -0
- package/es/src/components/DepartmentSelect/index.vue.d.ts +166 -0
- package/es/src/components/FormFlow/hooks/useFlowProps.d.ts +3 -1
- package/es/src/components/FormFlow/index.d.ts +1 -0
- package/es/src/components/NodesEditor/type.d.ts +2 -2
- package/es/src/components/RoleSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/es/src/components/RoleSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/es/src/components/RoleSelect/index.d.ts +1 -0
- package/es/src/components/RoleSelect/index.vue.d.ts +166 -0
- package/es/src/components/UserPicker/context.d.ts +4 -0
- package/es/src/components/UserPicker/index.vue.d.ts +11 -0
- package/es/src/components/UserPicker/provider.vue.d.ts +35 -1
- package/es/src/components/UserSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/es/src/components/UserSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/es/src/components/UserSelect/index.d.ts +1 -0
- package/es/src/components/UserSelect/index.vue.d.ts +166 -0
- package/es/src/components/index.d.ts +3 -0
- package/es/style.css +1 -1
- package/lib/src/components/DepartmentSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/lib/src/components/DepartmentSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/lib/src/components/DepartmentSelect/index.d.ts +1 -0
- package/lib/src/components/DepartmentSelect/index.vue.d.ts +166 -0
- package/lib/src/components/FormFlow/hooks/useFlowProps.d.ts +3 -1
- package/lib/src/components/FormFlow/index.d.ts +1 -0
- package/lib/src/components/NodesEditor/type.d.ts +2 -2
- package/lib/src/components/RoleSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/lib/src/components/RoleSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/lib/src/components/RoleSelect/index.d.ts +1 -0
- package/lib/src/components/RoleSelect/index.vue.d.ts +166 -0
- package/lib/src/components/UserPicker/context.d.ts +4 -0
- package/lib/src/components/UserPicker/index.vue.d.ts +11 -0
- package/lib/src/components/UserPicker/provider.vue.d.ts +35 -1
- package/lib/src/components/UserSelect/hooks/useFetchSelectorData.d.ts +21 -0
- package/lib/src/components/UserSelect/hooks/useUserSelectorData.d.ts +22 -0
- package/lib/src/components/UserSelect/index.d.ts +1 -0
- package/lib/src/components/UserSelect/index.vue.d.ts +166 -0
- package/lib/src/components/index.d.ts +3 -0
- package/package.json +1 -1
- package/lib/src/components/Editor/index.d.ts +0 -1
- package/lib/src/components/Editor/index.vue.d.ts +0 -45
- package/lib/src/components/Editor/mockApi.d.ts +0 -6
- package/lib/src/components/Editor/plugins/mention.d.ts +0 -6
- package/lib/src/components/FormFlow/components/NodeEditDialog/index.vue.d.ts +0 -4
- package/lib/src/components/NodesEditor/FormItem/index.vue.d.ts +0 -17
- package/lib/src/components/ProEditor/mockApi.d.ts +0 -6
- package/lib/src/components/ProEditor/plugins/mention.d.ts +0 -8
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
modelValue: import('vue').PropType<any>;
|
|
3
|
+
type: {
|
|
4
|
+
type: import('vue').PropType<string>;
|
|
5
|
+
};
|
|
6
|
+
size: {
|
|
7
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
8
|
+
};
|
|
9
|
+
disabled: {
|
|
10
|
+
type: import('vue').PropType<boolean>;
|
|
11
|
+
};
|
|
12
|
+
autofocus: {
|
|
13
|
+
type: import('vue').PropType<boolean>;
|
|
14
|
+
};
|
|
15
|
+
form: {
|
|
16
|
+
type: import('vue').PropType<string>;
|
|
17
|
+
};
|
|
18
|
+
ariaLabel: {
|
|
19
|
+
type: import('vue').PropType<string>;
|
|
20
|
+
};
|
|
21
|
+
id: {
|
|
22
|
+
type: import('vue').PropType<string>;
|
|
23
|
+
};
|
|
24
|
+
maxlength: {
|
|
25
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
26
|
+
};
|
|
27
|
+
minlength: {
|
|
28
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
29
|
+
};
|
|
30
|
+
resize: {
|
|
31
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
32
|
+
};
|
|
33
|
+
autosize: {
|
|
34
|
+
type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
35
|
+
};
|
|
36
|
+
autocomplete: {
|
|
37
|
+
type: import('vue').PropType<string>;
|
|
38
|
+
};
|
|
39
|
+
formatter: {
|
|
40
|
+
type: import('vue').PropType<Function>;
|
|
41
|
+
};
|
|
42
|
+
parser: {
|
|
43
|
+
type: import('vue').PropType<Function>;
|
|
44
|
+
};
|
|
45
|
+
placeholder: {
|
|
46
|
+
type: import('vue').PropType<string>;
|
|
47
|
+
};
|
|
48
|
+
readonly: {
|
|
49
|
+
type: import('vue').PropType<boolean>;
|
|
50
|
+
};
|
|
51
|
+
clearable: {
|
|
52
|
+
type: import('vue').PropType<boolean>;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
showPassword: {
|
|
56
|
+
type: import('vue').PropType<boolean>;
|
|
57
|
+
};
|
|
58
|
+
showWordLimit: {
|
|
59
|
+
type: import('vue').PropType<boolean>;
|
|
60
|
+
};
|
|
61
|
+
suffixIcon: {
|
|
62
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
63
|
+
};
|
|
64
|
+
prefixIcon: {
|
|
65
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
66
|
+
};
|
|
67
|
+
containerRole: {
|
|
68
|
+
type: import('vue').PropType<string>;
|
|
69
|
+
};
|
|
70
|
+
tabindex: {
|
|
71
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
72
|
+
};
|
|
73
|
+
validateEvent: {
|
|
74
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
75
|
+
};
|
|
76
|
+
inputStyle: {
|
|
77
|
+
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
78
|
+
};
|
|
79
|
+
rows: {
|
|
80
|
+
type: import('vue').PropType<number>;
|
|
81
|
+
};
|
|
82
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
83
|
+
modelValue: import('vue').PropType<any>;
|
|
84
|
+
type: {
|
|
85
|
+
type: import('vue').PropType<string>;
|
|
86
|
+
};
|
|
87
|
+
size: {
|
|
88
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>;
|
|
89
|
+
};
|
|
90
|
+
disabled: {
|
|
91
|
+
type: import('vue').PropType<boolean>;
|
|
92
|
+
};
|
|
93
|
+
autofocus: {
|
|
94
|
+
type: import('vue').PropType<boolean>;
|
|
95
|
+
};
|
|
96
|
+
form: {
|
|
97
|
+
type: import('vue').PropType<string>;
|
|
98
|
+
};
|
|
99
|
+
ariaLabel: {
|
|
100
|
+
type: import('vue').PropType<string>;
|
|
101
|
+
};
|
|
102
|
+
id: {
|
|
103
|
+
type: import('vue').PropType<string>;
|
|
104
|
+
};
|
|
105
|
+
maxlength: {
|
|
106
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
107
|
+
};
|
|
108
|
+
minlength: {
|
|
109
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
110
|
+
};
|
|
111
|
+
resize: {
|
|
112
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown>>;
|
|
113
|
+
};
|
|
114
|
+
autosize: {
|
|
115
|
+
type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
116
|
+
};
|
|
117
|
+
autocomplete: {
|
|
118
|
+
type: import('vue').PropType<string>;
|
|
119
|
+
};
|
|
120
|
+
formatter: {
|
|
121
|
+
type: import('vue').PropType<Function>;
|
|
122
|
+
};
|
|
123
|
+
parser: {
|
|
124
|
+
type: import('vue').PropType<Function>;
|
|
125
|
+
};
|
|
126
|
+
placeholder: {
|
|
127
|
+
type: import('vue').PropType<string>;
|
|
128
|
+
};
|
|
129
|
+
readonly: {
|
|
130
|
+
type: import('vue').PropType<boolean>;
|
|
131
|
+
};
|
|
132
|
+
clearable: {
|
|
133
|
+
type: import('vue').PropType<boolean>;
|
|
134
|
+
default: boolean;
|
|
135
|
+
};
|
|
136
|
+
showPassword: {
|
|
137
|
+
type: import('vue').PropType<boolean>;
|
|
138
|
+
};
|
|
139
|
+
showWordLimit: {
|
|
140
|
+
type: import('vue').PropType<boolean>;
|
|
141
|
+
};
|
|
142
|
+
suffixIcon: {
|
|
143
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
144
|
+
};
|
|
145
|
+
prefixIcon: {
|
|
146
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component) | ((new (...args: any[]) => (string | import('vue').Component) & {}) | (() => string | import('vue').Component))[], unknown, unknown>>;
|
|
147
|
+
};
|
|
148
|
+
containerRole: {
|
|
149
|
+
type: import('vue').PropType<string>;
|
|
150
|
+
};
|
|
151
|
+
tabindex: {
|
|
152
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>>;
|
|
153
|
+
};
|
|
154
|
+
validateEvent: {
|
|
155
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>>;
|
|
156
|
+
};
|
|
157
|
+
inputStyle: {
|
|
158
|
+
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
159
|
+
};
|
|
160
|
+
rows: {
|
|
161
|
+
type: import('vue').PropType<number>;
|
|
162
|
+
};
|
|
163
|
+
}>> & Readonly<{}>, {
|
|
164
|
+
clearable: boolean;
|
|
165
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
166
|
+
export default _default;
|
|
@@ -7,6 +7,9 @@ export * from './NodesEditor';
|
|
|
7
7
|
export * from './FormFlow';
|
|
8
8
|
export * from './Setters';
|
|
9
9
|
export * from './UserPicker';
|
|
10
|
+
export * from './UserSelect';
|
|
10
11
|
export * from './DepartmentPicker';
|
|
12
|
+
export * from './DepartmentSelect';
|
|
11
13
|
export * from './RolePicker';
|
|
14
|
+
export * from './RoleSelect';
|
|
12
15
|
export * from './RoleAndDepartmentPicker';
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as ProEditor } from './index.vue';
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
modelValue: {
|
|
3
|
-
type: StringConstructor;
|
|
4
|
-
required: true;
|
|
5
|
-
};
|
|
6
|
-
}>, {}, {
|
|
7
|
-
init: {
|
|
8
|
-
height: number;
|
|
9
|
-
promotion: boolean;
|
|
10
|
-
menubar: boolean;
|
|
11
|
-
branding: boolean;
|
|
12
|
-
language: string;
|
|
13
|
-
setup: (editor: any) => void;
|
|
14
|
-
plugins: never[];
|
|
15
|
-
};
|
|
16
|
-
}, {
|
|
17
|
-
content: {
|
|
18
|
-
get(): string;
|
|
19
|
-
set(value: any): void;
|
|
20
|
-
};
|
|
21
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
22
|
-
modelValue: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
}>> & Readonly<{}>, {}, {}, {
|
|
27
|
-
Editor: import('vue').DefineComponent<import('@tinymce/tinymce-vue/lib/cjs/main/ts/components/EditorPropTypes').CopyProps<import('@tinymce/tinymce-vue/lib/cjs/main/ts/components/EditorPropTypes').IPropTypes>, () => any, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<import('@tinymce/tinymce-vue/lib/cjs/main/ts/components/EditorPropTypes').CopyProps<import('@tinymce/tinymce-vue/lib/cjs/main/ts/components/EditorPropTypes').IPropTypes>>>, {
|
|
28
|
-
init: any;
|
|
29
|
-
apiKey: any;
|
|
30
|
-
licenseKey: any;
|
|
31
|
-
cloudChannel: any;
|
|
32
|
-
id: any;
|
|
33
|
-
initialValue: any;
|
|
34
|
-
outputFormat: any;
|
|
35
|
-
inline: any;
|
|
36
|
-
modelEvents: any;
|
|
37
|
-
plugins: any;
|
|
38
|
-
tagName: any;
|
|
39
|
-
toolbar: any;
|
|
40
|
-
modelValue: any;
|
|
41
|
-
disabled: any;
|
|
42
|
-
tinymceScriptSrc: any;
|
|
43
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
44
|
-
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
45
|
-
export default _default;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
|
-
open: (data: any) => void;
|
|
3
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
export default _default;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { FormItemOptions } from '../type';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
4
|
-
options: FormItemOptions;
|
|
5
|
-
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
|
6
|
-
options: FormItemOptions;
|
|
7
|
-
}>>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
8
|
-
export default _default;
|
|
9
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
10
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
11
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
12
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
13
|
-
} : {
|
|
14
|
-
type: import('vue').PropType<T[K]>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
};
|