unika-components 1.0.389 → 1.0.391
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/dist/src/components/UniMenu/UniMenu.vue.d.ts +1 -0
- package/dist/src/components/UniMenuMap/UniMenuMap.vue.d.ts +35 -0
- package/dist/src/components/UniMenuMap/index.d.ts +2 -0
- package/dist/src/components/UniMenuReceipt/UniMenuReceipt.vue.d.ts +35 -0
- package/dist/src/components/UniMenuReceipt/index.d.ts +2 -0
- package/dist/src/components/UniMenuTel/UniMenuTel.vue.d.ts +35 -0
- package/dist/src/components/UniMenuTel/index.d.ts +2 -0
- package/dist/src/components/UniMenuVideo/UniMenuVideo.vue.d.ts +35 -0
- package/dist/src/components/UniMenuVideo/index.d.ts +2 -0
- package/dist/src/defaultProps.d.ts +50 -40
- package/dist/src/index.d.ts +5 -1
- package/dist/unika-components.css +455 -405
- package/dist/unika-components.esm.js +389 -252
- package/dist/unika-components.umd.js +417 -276
- package/package.json +1 -1
|
@@ -30,6 +30,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
30
30
|
showToast: import("vue").Ref<boolean>;
|
|
31
31
|
toastMessage: import("vue").Ref<string>;
|
|
32
32
|
toastIcon: import("vue").Ref<string>;
|
|
33
|
+
closeTelList: () => void;
|
|
33
34
|
showReceipt: () => void;
|
|
34
35
|
closeReceipt: () => void;
|
|
35
36
|
showVideo: () => void;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
open: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
userOpen: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
open: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
userOpen: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
open: boolean;
|
|
33
|
+
userOpen: boolean;
|
|
34
|
+
}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
open: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
userOpen: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
open: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
userOpen: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
open: boolean;
|
|
33
|
+
userOpen: boolean;
|
|
34
|
+
}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
open: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
userOpen: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
open: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
userOpen: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
open: boolean;
|
|
33
|
+
userOpen: boolean;
|
|
34
|
+
}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{
|
|
2
|
+
open: {
|
|
3
|
+
type: BooleanConstructor;
|
|
4
|
+
required: false;
|
|
5
|
+
};
|
|
6
|
+
userOpen: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
required: false;
|
|
9
|
+
};
|
|
10
|
+
color: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
required: false;
|
|
13
|
+
};
|
|
14
|
+
}, (_ctx: any, _cache: any) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
15
|
+
[key: string]: any;
|
|
16
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
|
+
open: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
21
|
+
userOpen: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
25
|
+
color: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
required: false;
|
|
28
|
+
};
|
|
29
|
+
}>> & {
|
|
30
|
+
onClick?: ((...args: any[]) => any) | undefined;
|
|
31
|
+
}, {
|
|
32
|
+
open: boolean;
|
|
33
|
+
userOpen: boolean;
|
|
34
|
+
}, {}>;
|
|
35
|
+
export default _default;
|
|
@@ -12,6 +12,52 @@ export interface Animation {
|
|
|
12
12
|
allDelay: string;
|
|
13
13
|
id: number;
|
|
14
14
|
}
|
|
15
|
+
export interface ReceiptConfig {
|
|
16
|
+
open: boolean;
|
|
17
|
+
which: boolean;
|
|
18
|
+
whichList: Array<{
|
|
19
|
+
label: string;
|
|
20
|
+
}>;
|
|
21
|
+
color: string;
|
|
22
|
+
isShow: boolean;
|
|
23
|
+
userOpen: boolean;
|
|
24
|
+
}
|
|
25
|
+
export interface VideoConfig {
|
|
26
|
+
open: boolean;
|
|
27
|
+
color: string;
|
|
28
|
+
url: string;
|
|
29
|
+
isShow: boolean;
|
|
30
|
+
userOpen: boolean;
|
|
31
|
+
}
|
|
32
|
+
export interface TelConfig {
|
|
33
|
+
open: boolean;
|
|
34
|
+
color: string;
|
|
35
|
+
list: Array<{
|
|
36
|
+
label: string;
|
|
37
|
+
value?: string;
|
|
38
|
+
}>;
|
|
39
|
+
end_up: number;
|
|
40
|
+
isShow: boolean;
|
|
41
|
+
userOpen: boolean;
|
|
42
|
+
}
|
|
43
|
+
export interface MapConfig {
|
|
44
|
+
open: boolean;
|
|
45
|
+
color: string;
|
|
46
|
+
lng: string;
|
|
47
|
+
lat: string;
|
|
48
|
+
location: string;
|
|
49
|
+
zoom: number;
|
|
50
|
+
type: string;
|
|
51
|
+
isShow: boolean;
|
|
52
|
+
userOpen: boolean;
|
|
53
|
+
url: string;
|
|
54
|
+
}
|
|
55
|
+
export interface ReceiptForm {
|
|
56
|
+
guestName: string;
|
|
57
|
+
which: string;
|
|
58
|
+
phone: string;
|
|
59
|
+
people: string;
|
|
60
|
+
}
|
|
15
61
|
export interface GlobalData {
|
|
16
62
|
type?: string;
|
|
17
63
|
width?: string;
|
|
@@ -44,46 +90,10 @@ export interface GlobalData {
|
|
|
44
90
|
pageDot: number;
|
|
45
91
|
pageLoop: boolean;
|
|
46
92
|
smImg: string;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
lat: string;
|
|
52
|
-
location: string;
|
|
53
|
-
zoom: number;
|
|
54
|
-
type: string;
|
|
55
|
-
isShow: boolean;
|
|
56
|
-
userOpen: boolean;
|
|
57
|
-
url: string;
|
|
58
|
-
};
|
|
59
|
-
receipt: {
|
|
60
|
-
open: boolean;
|
|
61
|
-
which: boolean;
|
|
62
|
-
whichList: Array<{
|
|
63
|
-
label: string;
|
|
64
|
-
}>;
|
|
65
|
-
color: string;
|
|
66
|
-
isShow: boolean;
|
|
67
|
-
userOpen: boolean;
|
|
68
|
-
};
|
|
69
|
-
video: {
|
|
70
|
-
open: boolean;
|
|
71
|
-
color: string;
|
|
72
|
-
url: string;
|
|
73
|
-
isShow: boolean;
|
|
74
|
-
userOpen: boolean;
|
|
75
|
-
};
|
|
76
|
-
tel: {
|
|
77
|
-
open: boolean;
|
|
78
|
-
color: string;
|
|
79
|
-
list: Array<{
|
|
80
|
-
label: string;
|
|
81
|
-
value?: string;
|
|
82
|
-
}>;
|
|
83
|
-
end_up: number;
|
|
84
|
-
isShow: boolean;
|
|
85
|
-
userOpen: boolean;
|
|
86
|
-
};
|
|
93
|
+
receipt: ReceiptConfig;
|
|
94
|
+
video: VideoConfig;
|
|
95
|
+
tel: TelConfig;
|
|
96
|
+
map: MapConfig;
|
|
87
97
|
toolbar: {
|
|
88
98
|
open: boolean;
|
|
89
99
|
gift: boolean;
|
package/dist/src/index.d.ts
CHANGED
|
@@ -27,8 +27,12 @@ import UniFormSingle from './components/UniFormSingle';
|
|
|
27
27
|
import UniFormMultiple from './components/UniFormMultiple';
|
|
28
28
|
import UniFormContainer from './components/UniFormContainer';
|
|
29
29
|
import UniMenu from './components/UniMenu';
|
|
30
|
+
import UniMenuVideo from './components/UniMenuVideo';
|
|
31
|
+
import UniMenuTel from './components/UniMenuTel';
|
|
32
|
+
import UniMenuReceipt from './components/UniMenuReceipt';
|
|
33
|
+
import UniMenuMap from './components/UniMenuMap';
|
|
30
34
|
declare const install: (app: App) => void;
|
|
31
|
-
export { UniText, UniImage, UniShape, LongPage, UniBackground, UniMusic, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniButton, UniBulidUp, UniSvg, UniBarrage, UniTest, WorkRender, UniFormInput, UniFormSubmit, UniFormSelect, UniFormSingle, UniFormMultiple, UniFormContainer, UniMenu, install };
|
|
35
|
+
export { UniText, UniImage, UniShape, LongPage, UniBackground, UniMusic, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniButton, UniBulidUp, UniSvg, UniBarrage, UniTest, WorkRender, UniFormInput, UniFormSubmit, UniFormSelect, UniFormSingle, UniFormMultiple, UniFormContainer, UniMenu, UniMenuVideo, UniMenuTel, UniMenuReceipt, UniMenuMap, install };
|
|
32
36
|
declare const _default: {
|
|
33
37
|
install: (app: App<any>) => void;
|
|
34
38
|
};
|