@zyui/components 0.0.74 → 0.0.76
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 +58 -58
- package/es/index.mjs +7266 -7257
- package/es/src/components/NodesEditor/HtmlRender/index.vue.d.ts +7 -7
- package/es/src/components/NodesEditor/index.vue.d.ts +9 -0
- package/lib/src/components/NodesEditor/HtmlRender/index.vue.d.ts +7 -7
- package/lib/src/components/NodesEditor/index.vue.d.ts +9 -0
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
|
|
3
|
-
type:
|
|
4
|
-
default:
|
|
2
|
+
headerHtml: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {
|
|
7
7
|
renderHtml: () => void;
|
|
8
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
-
|
|
10
|
-
type:
|
|
11
|
-
default:
|
|
9
|
+
headerHtml: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
14
|
-
|
|
14
|
+
headerHtml: string;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -43,6 +43,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
43
43
|
type: ArrayConstructor;
|
|
44
44
|
default: () => never[];
|
|
45
45
|
};
|
|
46
|
+
headerHtml: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
46
50
|
}>, {
|
|
47
51
|
formRef: {
|
|
48
52
|
validate: () => any;
|
|
@@ -90,6 +94,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
90
94
|
type: ArrayConstructor;
|
|
91
95
|
default: () => never[];
|
|
92
96
|
};
|
|
97
|
+
headerHtml: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
93
101
|
}>> & Readonly<{
|
|
94
102
|
onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
|
|
95
103
|
"onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
|
|
@@ -104,6 +112,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
104
112
|
inputTypes: unknown[];
|
|
105
113
|
nodesGroups: unknown[];
|
|
106
114
|
pagesize: string;
|
|
115
|
+
headerHtml: string;
|
|
107
116
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
108
117
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
109
118
|
export default _default;
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
-
|
|
3
|
-
type:
|
|
4
|
-
default:
|
|
2
|
+
headerHtml: {
|
|
3
|
+
type: StringConstructor;
|
|
4
|
+
default: string;
|
|
5
5
|
};
|
|
6
6
|
}>, {
|
|
7
7
|
renderHtml: () => void;
|
|
8
8
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
9
|
-
|
|
10
|
-
type:
|
|
11
|
-
default:
|
|
9
|
+
headerHtml: {
|
|
10
|
+
type: StringConstructor;
|
|
11
|
+
default: string;
|
|
12
12
|
};
|
|
13
13
|
}>> & Readonly<{}>, {
|
|
14
|
-
|
|
14
|
+
headerHtml: string;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
16
16
|
export default _default;
|
|
@@ -43,6 +43,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
43
43
|
type: ArrayConstructor;
|
|
44
44
|
default: () => never[];
|
|
45
45
|
};
|
|
46
|
+
headerHtml: {
|
|
47
|
+
type: StringConstructor;
|
|
48
|
+
default: string;
|
|
49
|
+
};
|
|
46
50
|
}>, {
|
|
47
51
|
formRef: {
|
|
48
52
|
validate: () => any;
|
|
@@ -90,6 +94,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
90
94
|
type: ArrayConstructor;
|
|
91
95
|
default: () => never[];
|
|
92
96
|
};
|
|
97
|
+
headerHtml: {
|
|
98
|
+
type: StringConstructor;
|
|
99
|
+
default: string;
|
|
100
|
+
};
|
|
93
101
|
}>> & Readonly<{
|
|
94
102
|
onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
|
|
95
103
|
"onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
|
|
@@ -104,6 +112,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
104
112
|
inputTypes: unknown[];
|
|
105
113
|
nodesGroups: unknown[];
|
|
106
114
|
pagesize: string;
|
|
115
|
+
headerHtml: string;
|
|
107
116
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
108
117
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
109
118
|
export default _default;
|