@zyzgroup/core-vue 0.0.18 → 0.0.20
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 +130 -87
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +14495 -12046
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +130 -87
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +67 -41
- package/dist/zyzgroup_core_vue.iife.js.map +1 -1
- package/dist/zyzgroup_core_vue.js +15349 -13236
- package/dist/zyzgroup_core_vue.js.map +1 -1
- package/dist/zyzgroup_core_vue.umd.cjs +67 -41
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -1
- package/package.json +1 -1
- package/types/components/Button.ce.vue.d.ts +2 -0
- package/types/components/Button.vue.d.ts +2 -0
- package/types/components/Canvas.ce.vue.d.ts +2 -2
- package/types/components/Canvas.vue.d.ts +2 -2
- package/types/components/CardFlip.ce.vue.d.ts +51 -0
- package/types/components/CardFlip.vue.d.ts +51 -0
- package/types/components/Cube.ce.vue.d.ts +56 -0
- package/types/components/Cube.vue.d.ts +56 -0
- package/types/components/Demo.ce.vue.d.ts +2 -0
- package/types/components/Demo.vue.d.ts +2 -0
- package/types/components/InputRange.ce.vue.d.ts +83 -0
- package/types/components/InputRange.vue.d.ts +83 -0
- package/types/components/InputRangeSvg.ce.vue.d.ts +78 -0
- package/types/components/InputRangeSvg.vue.d.ts +78 -0
- package/types/components/MouseOver.ce.vue.d.ts +3 -3
- package/types/components/MouseOver.vue.d.ts +3 -3
- package/types/components/SVG.ce.vue.d.ts +2 -2
- package/types/components/SVG.vue.d.ts +2 -2
- package/types/components/chat/RingIndicator.ce.vue.d.ts +53 -0
- package/types/components/chat/RingIndicator.vue.d.ts +53 -0
- package/types/components/loading/Loading11.ce.vue.d.ts +34 -0
- package/types/components/loading/Loading11.vue.d.ts +34 -0
- package/types/lib.d.ts +7 -1
- package/types/main.d.ts +2 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare function getSVG(): Promise<
|
|
1
|
+
import { YZSVG } from "@zyzgroup/core-web";
|
|
2
|
+
declare function getSVG(): Promise<YZSVG>;
|
|
3
3
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
bgColor?: string | undefined;
|
|
5
5
|
}>, {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
declare function getSVG(): Promise<
|
|
1
|
+
import { YZSVG } from "@zyzgroup/core-web";
|
|
2
|
+
declare function getSVG(): Promise<YZSVG>;
|
|
3
3
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
4
4
|
bgColor?: string | undefined;
|
|
5
5
|
}>, {
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
percent?: number | undefined;
|
|
3
|
+
lineWidth?: number | undefined;
|
|
4
|
+
bgColor?: string | undefined;
|
|
5
|
+
startColor?: string | undefined;
|
|
6
|
+
endColor?: string | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
percent: number;
|
|
9
|
+
lineWidth: number;
|
|
10
|
+
bgColor: string;
|
|
11
|
+
startColor: string;
|
|
12
|
+
endColor: string;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
click: () => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
percent?: number | undefined;
|
|
17
|
+
lineWidth?: number | undefined;
|
|
18
|
+
bgColor?: string | undefined;
|
|
19
|
+
startColor?: string | undefined;
|
|
20
|
+
endColor?: string | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
percent: number;
|
|
23
|
+
lineWidth: number;
|
|
24
|
+
bgColor: string;
|
|
25
|
+
startColor: string;
|
|
26
|
+
endColor: string;
|
|
27
|
+
}>>> & {
|
|
28
|
+
onClick?: (() => any) | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
bgColor: string;
|
|
31
|
+
percent: number;
|
|
32
|
+
lineWidth: number;
|
|
33
|
+
startColor: string;
|
|
34
|
+
endColor: string;
|
|
35
|
+
}, {}>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
+
type __VLS_TypePropsToOption<T> = {
|
|
47
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
+
} : {
|
|
50
|
+
type: import('vue').PropType<T[K]>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
percent?: number | undefined;
|
|
3
|
+
lineWidth?: number | undefined;
|
|
4
|
+
bgColor?: string | undefined;
|
|
5
|
+
startColor?: string | undefined;
|
|
6
|
+
endColor?: string | undefined;
|
|
7
|
+
}>, {
|
|
8
|
+
percent: number;
|
|
9
|
+
lineWidth: number;
|
|
10
|
+
bgColor: string;
|
|
11
|
+
startColor: string;
|
|
12
|
+
endColor: string;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
+
click: () => void;
|
|
15
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
16
|
+
percent?: number | undefined;
|
|
17
|
+
lineWidth?: number | undefined;
|
|
18
|
+
bgColor?: string | undefined;
|
|
19
|
+
startColor?: string | undefined;
|
|
20
|
+
endColor?: string | undefined;
|
|
21
|
+
}>, {
|
|
22
|
+
percent: number;
|
|
23
|
+
lineWidth: number;
|
|
24
|
+
bgColor: string;
|
|
25
|
+
startColor: string;
|
|
26
|
+
endColor: string;
|
|
27
|
+
}>>> & {
|
|
28
|
+
onClick?: (() => any) | undefined;
|
|
29
|
+
}, {
|
|
30
|
+
bgColor: string;
|
|
31
|
+
percent: number;
|
|
32
|
+
lineWidth: number;
|
|
33
|
+
startColor: string;
|
|
34
|
+
endColor: string;
|
|
35
|
+
}, {}>;
|
|
36
|
+
export default _default;
|
|
37
|
+
type __VLS_WithDefaults<P, D> = {
|
|
38
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
39
|
+
default: D[K];
|
|
40
|
+
}> : P[K];
|
|
41
|
+
};
|
|
42
|
+
type __VLS_Prettify<T> = {
|
|
43
|
+
[K in keyof T]: T[K];
|
|
44
|
+
} & {};
|
|
45
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
46
|
+
type __VLS_TypePropsToOption<T> = {
|
|
47
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
48
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
49
|
+
} : {
|
|
50
|
+
type: import('vue').PropType<T[K]>;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
color?: string | undefined;
|
|
3
|
+
width?: string | undefined;
|
|
4
|
+
}>, {
|
|
5
|
+
color: string;
|
|
6
|
+
width: string;
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
color?: string | undefined;
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
color: string;
|
|
12
|
+
width: string;
|
|
13
|
+
}>>>, {
|
|
14
|
+
width: string;
|
|
15
|
+
color: string;
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_Prettify<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
color?: string | undefined;
|
|
3
|
+
width?: string | undefined;
|
|
4
|
+
}>, {
|
|
5
|
+
color: string;
|
|
6
|
+
width: string;
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
color?: string | undefined;
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
color: string;
|
|
12
|
+
width: string;
|
|
13
|
+
}>>>, {
|
|
14
|
+
width: string;
|
|
15
|
+
color: string;
|
|
16
|
+
}, {}>;
|
|
17
|
+
export default _default;
|
|
18
|
+
type __VLS_WithDefaults<P, D> = {
|
|
19
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
20
|
+
default: D[K];
|
|
21
|
+
}> : P[K];
|
|
22
|
+
};
|
|
23
|
+
type __VLS_Prettify<T> = {
|
|
24
|
+
[K in keyof T]: T[K];
|
|
25
|
+
} & {};
|
|
26
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
27
|
+
type __VLS_TypePropsToOption<T> = {
|
|
28
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
29
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
30
|
+
} : {
|
|
31
|
+
type: import('vue').PropType<T[K]>;
|
|
32
|
+
required: true;
|
|
33
|
+
};
|
|
34
|
+
};
|
package/types/lib.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ import Switch from "./components/Switch.vue";
|
|
|
6
6
|
import RadioGroup from "./components/RadioGroup.vue";
|
|
7
7
|
import CheckboxGroup from "./components/CheckboxGroup.vue";
|
|
8
8
|
import Input from "./components/Input.vue";
|
|
9
|
+
import InputRange from "./components/InputRange.vue";
|
|
10
|
+
import InputRangeSvg from "./components/InputRangeSvg.vue";
|
|
9
11
|
import SlideLeftItem from "./components/SlideLeftItem.vue";
|
|
10
12
|
import MouseOver from "./components/MouseOver.vue";
|
|
11
13
|
import Accordion from "./components/Accordion.vue";
|
|
@@ -51,4 +53,8 @@ import Loading7 from "./components/loading/Loading7.vue";
|
|
|
51
53
|
import Loading8 from "./components/loading/Loading8.vue";
|
|
52
54
|
import Loading9 from "./components/loading/Loading9.vue";
|
|
53
55
|
import Loading10 from "./components/loading/Loading10.vue";
|
|
54
|
-
|
|
56
|
+
import Loading11 from "./components/loading/Loading11.vue";
|
|
57
|
+
import CardFlip from "./components/CardFlip.vue";
|
|
58
|
+
import Cube from "./components/Cube.vue";
|
|
59
|
+
import RingIndicator from "./components/chat/RingIndicator.vue";
|
|
60
|
+
export { Icon, Button, LayoutMobile, LayoutCenter, Loading1, Loading2, Loading3, Loading4, Loading5, Loading6, Loading7, Loading8, Loading9, Loading10, Loading11, Overlay, Pop, Dialog, DialogLoading, DialogToast, Select, SelectAbsolute, Switch, RadioGroup, CheckboxGroup, Popover, ColorPicker, ResizeObserver, MapTianditu, SVGCheck, PlateMobile, SVGCleanUp, PlateKeyboard, SVGDelete, SlideLeftItem, PlateDisplay, Tab, Tabs, FPSStats, EaseGraphDisplay, EaseGroupGraphDisplay, InterpolationGraphDisplay, InterpolationGroupGraphDisplay, HandWritePanel, ProgressBar, PageVerticalScrollProgressBar, Video, Input, InputRange, InputRangeSvg, Accordion, SVGAndCanvas, Image, ImageView, MouseOver, SVGDown, CardFlip, Cube, RingIndicator };
|
package/types/main.d.ts
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
import "./
|
|
1
|
+
import "./assets/css/font.css";
|
|
2
|
+
import "./assets/css/main.css";
|