@zyzgroup/core-vue 0.0.53 → 0.0.54
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/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +132 -121
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +7933 -7527
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +132 -121
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +3 -3
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +3054 -2761
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +3 -3
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/base/Box.ce.vue.d.ts +8 -0
- package/types/components/base/Box.vue.d.ts +8 -0
- package/types/components/xg/Footer.ce.vue.d.ts +6 -1
- package/types/components/xg/Footer.vue.d.ts +6 -1
package/package.json
CHANGED
|
@@ -28,6 +28,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
28
28
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
29
29
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
30
30
|
draw: (...ss: DrawShape[]) => void;
|
|
31
|
+
ctx: null;
|
|
31
32
|
unsubscribe: () => void;
|
|
32
33
|
downloadSVG: () => void;
|
|
33
34
|
}) => any;
|
|
@@ -45,6 +46,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
45
46
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
46
47
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
47
48
|
draw: (...ss: DrawShape[]) => void;
|
|
49
|
+
ctx: null;
|
|
48
50
|
unsubscribe: () => void;
|
|
49
51
|
downloadSVG: () => void;
|
|
50
52
|
}) => any;
|
|
@@ -65,6 +67,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
65
67
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
66
68
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
67
69
|
draw: (...ss: DrawShape[]) => void;
|
|
70
|
+
ctx: null;
|
|
68
71
|
unsubscribe: () => void;
|
|
69
72
|
downloadSVG: () => void;
|
|
70
73
|
}) => any;
|
|
@@ -82,6 +85,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
82
85
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
83
86
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
84
87
|
draw: (...ss: DrawShape[]) => void;
|
|
88
|
+
ctx: null;
|
|
85
89
|
unsubscribe: () => void;
|
|
86
90
|
downloadSVG: () => void;
|
|
87
91
|
}) => any;
|
|
@@ -111,6 +115,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
111
115
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
112
116
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
113
117
|
draw: (...ss: DrawShape[]) => void;
|
|
118
|
+
ctx: null;
|
|
114
119
|
unsubscribe: () => void;
|
|
115
120
|
downloadSVG: () => void;
|
|
116
121
|
}) => any;
|
|
@@ -128,6 +133,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
128
133
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
129
134
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
130
135
|
draw: (...ss: DrawShape[]) => void;
|
|
136
|
+
ctx: null;
|
|
131
137
|
unsubscribe: () => void;
|
|
132
138
|
downloadSVG: () => void;
|
|
133
139
|
}) => any;
|
|
@@ -148,6 +154,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
148
154
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
149
155
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
150
156
|
draw: (...ss: DrawShape[]) => void;
|
|
157
|
+
ctx: null;
|
|
151
158
|
unsubscribe: () => void;
|
|
152
159
|
downloadSVG: () => void;
|
|
153
160
|
}) => any;
|
|
@@ -165,6 +172,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
165
172
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
166
173
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
167
174
|
draw: (...ss: DrawShape[]) => void;
|
|
175
|
+
ctx: null;
|
|
168
176
|
unsubscribe: () => void;
|
|
169
177
|
downloadSVG: () => void;
|
|
170
178
|
}) => any;
|
|
@@ -28,6 +28,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
28
28
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
29
29
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
30
30
|
draw: (...ss: DrawShape[]) => void;
|
|
31
|
+
ctx: null;
|
|
31
32
|
unsubscribe: () => void;
|
|
32
33
|
downloadSVG: () => void;
|
|
33
34
|
}) => any;
|
|
@@ -45,6 +46,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
45
46
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
46
47
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
47
48
|
draw: (...ss: DrawShape[]) => void;
|
|
49
|
+
ctx: null;
|
|
48
50
|
unsubscribe: () => void;
|
|
49
51
|
downloadSVG: () => void;
|
|
50
52
|
}) => any;
|
|
@@ -65,6 +67,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
65
67
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
66
68
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
67
69
|
draw: (...ss: DrawShape[]) => void;
|
|
70
|
+
ctx: null;
|
|
68
71
|
unsubscribe: () => void;
|
|
69
72
|
downloadSVG: () => void;
|
|
70
73
|
}) => any;
|
|
@@ -82,6 +85,7 @@ declare const __VLS_self: import("vue").DefineComponent<__VLS_Props, {
|
|
|
82
85
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
83
86
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
84
87
|
draw: (...ss: DrawShape[]) => void;
|
|
88
|
+
ctx: null;
|
|
85
89
|
unsubscribe: () => void;
|
|
86
90
|
downloadSVG: () => void;
|
|
87
91
|
}) => any;
|
|
@@ -111,6 +115,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
111
115
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
112
116
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
113
117
|
draw: (...ss: DrawShape[]) => void;
|
|
118
|
+
ctx: null;
|
|
114
119
|
unsubscribe: () => void;
|
|
115
120
|
downloadSVG: () => void;
|
|
116
121
|
}) => any;
|
|
@@ -128,6 +133,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
128
133
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
129
134
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
130
135
|
draw: (...ss: DrawShape[]) => void;
|
|
136
|
+
ctx: null;
|
|
131
137
|
unsubscribe: () => void;
|
|
132
138
|
downloadSVG: () => void;
|
|
133
139
|
}) => any;
|
|
@@ -148,6 +154,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
148
154
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
149
155
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
150
156
|
draw: (...ss: DrawShape[]) => void;
|
|
157
|
+
ctx: null;
|
|
151
158
|
unsubscribe: () => void;
|
|
152
159
|
downloadSVG: () => void;
|
|
153
160
|
}) => any;
|
|
@@ -165,6 +172,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {
|
|
|
165
172
|
mousePoint: import("@zyzgroup/core-web").MousePoint;
|
|
166
173
|
shapes: import("@zyzgroup/core-web").Shape[];
|
|
167
174
|
draw: (...ss: DrawShape[]) => void;
|
|
175
|
+
ctx: null;
|
|
168
176
|
unsubscribe: () => void;
|
|
169
177
|
downloadSVG: () => void;
|
|
170
178
|
}) => any;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
billsn: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
billsn: number;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
7
|
export default _default;
|
|
@@ -1,2 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
type __VLS_Props = {
|
|
2
|
+
billsn: number;
|
|
3
|
+
};
|
|
4
|
+
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
5
|
+
billsn: number;
|
|
6
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
2
7
|
export default _default;
|