@zyzgroup/core-vue 0.0.10 → 0.0.12
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 +2 -0
- package/ce/style.css +1 -1
- package/ce/yz_custom_element.iife.js +37 -76
- package/ce/yz_custom_element.iife.js.map +1 -1
- package/ce/yz_custom_element.js +9416 -41421
- package/ce/yz_custom_element.js.map +1 -1
- package/ce/yz_custom_element.umd.cjs +37 -76
- package/ce/yz_custom_element.umd.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/dist/zyzgroup_core_vue.iife.js +32 -55
- package/dist/zyzgroup_core_vue.iife.js.map +1 -0
- package/dist/zyzgroup_core_vue.js +7640 -37883
- package/dist/zyzgroup_core_vue.js.map +1 -0
- package/dist/zyzgroup_core_vue.umd.cjs +32 -55
- package/dist/zyzgroup_core_vue.umd.cjs.map +1 -0
- package/package.json +5 -5
- package/types/components/Button.ce.vue.d.ts +13 -15
- package/types/components/Button.vue.d.ts +13 -15
- package/types/components/CheckboxGroup.ce.vue.d.ts +79 -0
- package/types/components/CheckboxGroup.vue.d.ts +79 -0
- package/types/components/ColorPicker.ce.vue.d.ts +41 -0
- package/types/components/ColorPicker.vue.d.ts +41 -0
- package/types/components/Dialog.ce.vue.d.ts +12 -8
- package/types/components/Dialog.vue.d.ts +12 -8
- package/types/components/DialogLoading.ce.vue.d.ts +28 -7
- package/types/components/DialogLoading.vue.d.ts +28 -7
- package/types/components/MapTianditu.ce.vue.d.ts +67 -0
- package/types/components/MapTianditu.vue.d.ts +67 -0
- package/types/components/MobileLayout.ce.vue.d.ts +1 -1
- package/types/components/MobileLayout.vue.d.ts +1 -1
- package/types/components/Overlay.ce.vue.d.ts +40 -0
- package/types/components/Overlay.vue.d.ts +40 -0
- package/types/components/PlateDisplay.ce.vue.d.ts +37 -0
- package/types/components/PlateDisplay.vue.d.ts +37 -0
- package/types/components/PlateKeyboard.ce.vue.d.ts +45 -0
- package/types/components/PlateKeyboard.vue.d.ts +45 -0
- package/types/components/PlateMobile.ce.vue.d.ts +35 -0
- package/types/components/PlateMobile.vue.d.ts +35 -0
- package/types/components/Pop.ce.vue.d.ts +62 -0
- package/types/components/Pop.vue.d.ts +62 -0
- package/types/components/Popover.ce.vue.d.ts +37 -0
- package/types/components/Popover.vue.d.ts +37 -0
- package/types/components/PopoverHeadlessUI.ce.vue.d.ts +10 -0
- package/types/components/PopoverHeadlessUI.vue.d.ts +10 -0
- package/types/components/RadioGroup.ce.vue.d.ts +79 -0
- package/types/components/RadioGroup.vue.d.ts +79 -0
- package/types/components/RadioGroupHeadlessUI.ce.vue.d.ts +76 -0
- package/types/components/RadioGroupHeadlessUI.vue.d.ts +76 -0
- package/types/components/ResizeObserver.ce.vue.d.ts +37 -0
- package/types/components/ResizeObserver.vue.d.ts +37 -0
- package/types/components/Select.ce.vue.d.ts +31 -4
- package/types/components/Select.vue.d.ts +31 -4
- package/types/components/SlideLeftItem.ce.vue.d.ts +60 -0
- package/types/components/SlideLeftItem.vue.d.ts +60 -0
- package/types/components/Switch.ce.vue.d.ts +63 -0
- package/types/components/Switch.vue.d.ts +63 -0
- package/types/components/SwitchHeadlessUI.ce.vue.d.ts +15 -0
- package/types/components/SwitchHeadlessUI.vue.d.ts +15 -0
- package/types/components/Tab.ce.vue.d.ts +30 -0
- package/types/components/Tab.vue.d.ts +30 -0
- package/types/components/TabHeadlessUI.ce.vue.d.ts +67 -0
- package/types/components/TabHeadlessUI.vue.d.ts +67 -0
- package/types/components/Tabs.ce.vue.d.ts +33 -0
- package/types/components/Tabs.vue.d.ts +33 -0
- package/types/components/TabsForCE.ce.vue.d.ts +38 -0
- package/types/components/TabsForCE.vue.d.ts +38 -0
- package/types/components/svg/SVGCheck.ce.vue.d.ts +34 -0
- package/types/components/svg/SVGCheck.vue.d.ts +34 -0
- package/types/components/svg/SVGCleanUp.ce.vue.d.ts +34 -0
- package/types/components/svg/SVGCleanUp.vue.d.ts +34 -0
- package/types/components/svg/SVGDelete.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGDelete.vue.d.ts +36 -0
- package/types/components/svg/SVGFail.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGFail.vue.d.ts +36 -0
- package/types/components/svg/SVGHome.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGHome.vue.d.ts +36 -0
- package/types/components/svg/SVGPrompt.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGPrompt.vue.d.ts +36 -0
- package/types/components/svg/SVGQuestion.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGQuestion.vue.d.ts +36 -0
- package/types/components/svg/SVGReturn.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGReturn.vue.d.ts +36 -0
- package/types/components/svg/SVGSuccess.vue.d.ts +36 -0
- package/types/components/svg/SVGWaiting.ce.vue.d.ts +36 -0
- package/types/components/svg/SVGWaiting.vue.d.ts +36 -0
- package/types/hooks/useWindowSize.d.ts +5 -0
- package/types/lib.d.ts +19 -3
- package/dist/vite.svg +0 -1
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
color?: string | undefined;
|
|
4
|
+
}>, {
|
|
5
|
+
width: string;
|
|
6
|
+
color: string;
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
8
|
+
width?: string | undefined;
|
|
9
|
+
color?: string | undefined;
|
|
10
|
+
}>, {
|
|
11
|
+
width: string;
|
|
12
|
+
color: string;
|
|
13
|
+
}>>>, {
|
|
14
|
+
color: string;
|
|
15
|
+
width: 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,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
2
|
+
width?: string | undefined;
|
|
3
|
+
height?: string | undefined;
|
|
4
|
+
color?: string | undefined;
|
|
5
|
+
}>, {
|
|
6
|
+
width: string;
|
|
7
|
+
color: string;
|
|
8
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<{
|
|
9
|
+
width?: string | undefined;
|
|
10
|
+
height?: string | undefined;
|
|
11
|
+
color?: string | undefined;
|
|
12
|
+
}>, {
|
|
13
|
+
width: string;
|
|
14
|
+
color: string;
|
|
15
|
+
}>>>, {
|
|
16
|
+
color: string;
|
|
17
|
+
width: string;
|
|
18
|
+
}, {}>;
|
|
19
|
+
export default _default;
|
|
20
|
+
type __VLS_WithDefaults<P, D> = {
|
|
21
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
22
|
+
default: D[K];
|
|
23
|
+
}> : P[K];
|
|
24
|
+
};
|
|
25
|
+
type __VLS_Prettify<T> = {
|
|
26
|
+
[K in keyof T]: T[K];
|
|
27
|
+
} & {};
|
|
28
|
+
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
29
|
+
type __VLS_TypePropsToOption<T> = {
|
|
30
|
+
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
31
|
+
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
32
|
+
} : {
|
|
33
|
+
type: import('vue').PropType<T[K]>;
|
|
34
|
+
required: true;
|
|
35
|
+
};
|
|
36
|
+
};
|
package/types/lib.d.ts
CHANGED
|
@@ -1,9 +1,25 @@
|
|
|
1
1
|
import Icon from "./components/Icon.vue";
|
|
2
2
|
import Button from "./components/Button.vue";
|
|
3
3
|
import MobileLayout from "./components/MobileLayout.vue";
|
|
4
|
+
import Overlay from "./components/Overlay.vue";
|
|
5
|
+
import Pop from "./components/Pop.vue";
|
|
4
6
|
import Dialog from "./components/Dialog.vue";
|
|
5
7
|
import DialogLoading from "./components/DialogLoading.vue";
|
|
6
8
|
import Select from "./components/Select.vue";
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
|
|
9
|
+
import Switch from "./components/Switch.vue";
|
|
10
|
+
import RadioGroup from "./components/RadioGroup.vue";
|
|
11
|
+
import CheckboxGroup from "./components/CheckboxGroup.vue";
|
|
12
|
+
import Popover from "./components/Popover.vue";
|
|
13
|
+
import ColorPicker from "./components/ColorPicker.vue";
|
|
14
|
+
import ResizeObserver from "./components/ResizeObserver.vue";
|
|
15
|
+
import MapTianditu from "./components/MapTianditu.vue";
|
|
16
|
+
import SVGCheck from "./components/svg/SVGCheck.vue";
|
|
17
|
+
import PlateMobile from "./components/PlateMobile.vue";
|
|
18
|
+
import SVGCleanUp from "./components/svg/SVGCleanUp.vue";
|
|
19
|
+
import PlateKeyboard from "./components/PlateKeyboard.vue";
|
|
20
|
+
import SVGDelete from "./components/svg/SVGDelete.vue";
|
|
21
|
+
import SlideLeftItem from "./components/SlideLeftItem.vue";
|
|
22
|
+
import PlateDisplay from "./components/PlateDisplay.vue";
|
|
23
|
+
import Tab from "./components/Tab.vue";
|
|
24
|
+
import Tabs from "./components/Tabs.vue";
|
|
25
|
+
export { Icon, Button, MobileLayout, Overlay, Pop, Dialog, DialogLoading, Select, Switch, RadioGroup, CheckboxGroup, Popover, ColorPicker, ResizeObserver, MapTianditu, SVGCheck, PlateMobile, SVGCleanUp, PlateKeyboard, SVGDelete, SlideLeftItem, PlateDisplay, Tab, Tabs };
|
package/dist/vite.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|