unika-components 1.2.3 → 1.2.5
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/index.html +53 -0
- package/dist/js/app.js +3325 -0
- package/dist/js/chunk-vendors.js +1638 -0
- package/dist/src/components/UniButton/UniButton.vue.d.ts +1 -0
- package/dist/src/components/UniCalendar/UniCalendar.vue.d.ts +1 -0
- package/dist/src/components/UniCall/UniCall.vue.d.ts +12 -1
- package/dist/src/components/UniFormInput/UniFormInput.vue.d.ts +1 -0
- package/dist/src/components/UniFormMultiple/UniFormMultiple.vue.d.ts +1 -0
- package/dist/src/components/UniFormSelect/UniFormSelect.vue.d.ts +1 -0
- package/dist/src/components/UniFormSingle/UniFormSingle.vue.d.ts +1 -0
- package/dist/src/components/UniFormSubmit/UniFormSubmit.vue.d.ts +1 -0
- package/dist/src/components/UniInvite/UniInvite.vue.d.ts +57 -0
- package/dist/src/components/UniInvite/index.d.ts +2 -0
- package/dist/src/components/UniLottie/UniLottie.vue.d.ts +1 -0
- package/dist/src/components/UniMap/UniMap.vue.d.ts +12 -1
- package/dist/src/components/UniShape/UniShape.vue.d.ts +1 -0
- package/dist/src/components/UniVideo/UniVideo.vue.d.ts +1 -0
- package/dist/src/components/WorkRender/WorkRender.vue.d.ts +1 -0
- package/dist/src/composables/inviteManager.d.ts +13 -0
- package/dist/src/constants/invitePhrases.d.ts +3 -0
- package/dist/src/constants/inviteProps.d.ts +4 -0
- package/dist/src/constants/inviteTemplates.d.ts +5 -0
- package/dist/src/defaultProps.d.ts +49 -0
- package/dist/src/index.d.ts +10 -1
- package/dist/src/utils/inviteAnimation.d.ts +3 -0
- package/dist/src/utils/inviteTemplate.d.ts +4 -0
- package/dist/src/utils/resolveInviteRender.d.ts +11 -0
- package/dist/unika-components.css +1951 -1240
- package/dist/unika-components.esm.js +955 -529
- package/dist/unika-components.umd.js +993 -555
- package/package.json +1 -1
- package/dist/.DS_Store +0 -0
- package/dist/src/components/LongPage/LongPage.vue.d.ts +0 -20
- package/dist/src/components/LongPage/index.d.ts +0 -2
- package/dist/src/components/SwiperPage/SwiperAnimate.d.ts +0 -3
- package/dist/src/components/SwiperPage/SwiperPage.vue.d.ts +0 -36
- package/dist/src/components/SwiperPage/index.d.ts +0 -2
- package/dist/src/components/UniBackground/UniBackground.vue.d.ts +0 -11
- package/dist/src/components/UniBackground/index.d.ts +0 -2
- package/dist/src/components/UniBulidUp/UniBulidUp.vue.d.ts +0 -12
- package/dist/src/components/UniBulidUp/index.d.ts +0 -2
- package/dist/src/components/UniCalendar/Calendar.vue.d.ts +0 -165
- package/dist/src/components/UniEffect/sonw.d.ts +0 -2
- package/dist/src/components/UniFormMultiple/validators.d.ts +0 -20
- package/dist/src/components/UniFormSelect/validators.d.ts +0 -1
- package/dist/src/components/UniFormSingle/validators.d.ts +0 -20
- package/dist/src/components/UniLike/UniLike.vue.d.ts +0 -14
- package/dist/src/components/UniLike/index.d.ts +0 -2
- package/dist/src/components/UniLotties/UniLotties.vue.d.ts +0 -340
- package/dist/src/components/UniLotties/index.d.ts +0 -2
- package/dist/src/components/UniRegisterForm/UniRegisterForm.vue.d.ts +0 -28
- package/dist/src/components/UniRegisterForm/index.d.ts +0 -2
- package/dist/src/components/UniSvg/UniSvg.vue.d.ts +0 -12
- package/dist/src/components/UniSvg/index.d.ts +0 -2
- package/dist/src/components/UniSwiper/UniSwiper.vue.d.ts +0 -12
- package/dist/src/components/UniSwiper/index.d.ts +0 -2
- package/dist/src/components/UniTanmu/Barrage.vue.d.ts +0 -76
- package/dist/src/components/UniTanmu/UniTanmu.vue.d.ts +0 -59
- package/dist/src/components/UniTanmu/index.d.ts +0 -2
- package/dist/src/components/UniTest/index.d.ts +0 -2
- package/dist/src/components/UniTextBk/index.d.ts +0 -2
- package/dist/src/components/WorkRender/DynamicElement.vue.d.ts +0 -59
- package/dist/src/components/WorkRender/PageIndicator.vue.d.ts +0 -110
- package/dist/src/components/WorkRender/SwiperAnimate.d.ts +0 -3
- package/dist/src/components/WorkRender/WorkRenderer.vue.d.ts +0 -59
- package/dist/src/components/WorkRenderLong/test.vue.d.ts +0 -72
- package/dist/src/composables/useElementProps.d.ts +0 -8
- package/dist/src/composables/useElementStyle.d.ts +0 -18
- package/dist/src/constants/countdown.d.ts +0 -65
- package/dist/src/constants/toolbar.d.ts +0 -13
- package/dist/src/hooks/useComponentClick.d.ts +0 -2
- package/dist/src/hooks/useStylePick.d.ts +0 -3
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
export declare const defaultStyles: string[];
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
}, {
|
|
5
|
-
styleProps: import("vue").ComputedRef<Pick<any, string>>;
|
|
6
|
-
handleClick: () => void;
|
|
7
|
-
validate: <T = any>(names?: (string | string[]) | undefined, option?: import("ant-design-vue/es/form/useForm").validateOptions | undefined) => Promise<T>;
|
|
8
|
-
labelCol: {
|
|
9
|
-
span: number;
|
|
10
|
-
};
|
|
11
|
-
wrapperCol: {
|
|
12
|
-
span: number;
|
|
13
|
-
};
|
|
14
|
-
validateInfos: import("ant-design-vue/es/form/useForm").validateInfos;
|
|
15
|
-
modelRef: {
|
|
16
|
-
name: string;
|
|
17
|
-
phoneNumber: string;
|
|
18
|
-
attendanceNumber: null;
|
|
19
|
-
attendanceTime: never[];
|
|
20
|
-
};
|
|
21
|
-
resetFields: (newValues?: import("ant-design-vue/es/form/useForm").Props | undefined) => void;
|
|
22
|
-
onSubmit: () => void;
|
|
23
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
24
|
-
[x: string]: any;
|
|
25
|
-
}>>, {
|
|
26
|
-
[x: string]: any;
|
|
27
|
-
}, {}>;
|
|
28
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
[x: string]: any;
|
|
3
|
-
}, {
|
|
4
|
-
styleProps: import("vue").ComputedRef<Pick<any, string>>;
|
|
5
|
-
handleClick: () => void;
|
|
6
|
-
svgContent: import("vue").Ref<string>;
|
|
7
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
}>>, {
|
|
10
|
-
[x: string]: any;
|
|
11
|
-
}, {}>;
|
|
12
|
-
export default _default;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import 'swiper/swiper-bundle.css';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
[x: string]: any;
|
|
4
|
-
}, {
|
|
5
|
-
styleProps: import("vue").ComputedRef<Pick<any, string>>;
|
|
6
|
-
handleClick: () => void;
|
|
7
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
|
-
[x: string]: any;
|
|
9
|
-
}>>, {
|
|
10
|
-
[x: string]: any;
|
|
11
|
-
}, {}>;
|
|
12
|
-
export default _default;
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
interface BarrageItem {
|
|
2
|
-
content: string;
|
|
3
|
-
bottom: number;
|
|
4
|
-
key: number;
|
|
5
|
-
}
|
|
6
|
-
declare const _default: import("vue").DefineComponent<{
|
|
7
|
-
speed: {
|
|
8
|
-
type: NumberConstructor;
|
|
9
|
-
default: number;
|
|
10
|
-
};
|
|
11
|
-
interval: {
|
|
12
|
-
type: NumberConstructor;
|
|
13
|
-
default: number;
|
|
14
|
-
};
|
|
15
|
-
numLines: {
|
|
16
|
-
type: NumberConstructor;
|
|
17
|
-
default: number;
|
|
18
|
-
};
|
|
19
|
-
barragesContents: {
|
|
20
|
-
type: ArrayConstructor;
|
|
21
|
-
default: () => {
|
|
22
|
-
content: string;
|
|
23
|
-
}[];
|
|
24
|
-
};
|
|
25
|
-
}, {
|
|
26
|
-
barrages: import("vue").Ref<{
|
|
27
|
-
content: string;
|
|
28
|
-
bottom: number;
|
|
29
|
-
key: number;
|
|
30
|
-
}[]>;
|
|
31
|
-
barrageStyle: (barrage: BarrageItem) => {
|
|
32
|
-
position: string;
|
|
33
|
-
bottom: string;
|
|
34
|
-
textAlign: string;
|
|
35
|
-
marginLeft: string;
|
|
36
|
-
transition: string;
|
|
37
|
-
backgroundColor: string;
|
|
38
|
-
lineHeight: string;
|
|
39
|
-
maxWidth: string;
|
|
40
|
-
width: string;
|
|
41
|
-
color: string;
|
|
42
|
-
padding: string;
|
|
43
|
-
borderRadius: string;
|
|
44
|
-
wordBreak: string;
|
|
45
|
-
display: string;
|
|
46
|
-
overflow: string;
|
|
47
|
-
fontSize: string;
|
|
48
|
-
height: string;
|
|
49
|
-
boxSizing: string;
|
|
50
|
-
};
|
|
51
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
-
speed: {
|
|
53
|
-
type: NumberConstructor;
|
|
54
|
-
default: number;
|
|
55
|
-
};
|
|
56
|
-
interval: {
|
|
57
|
-
type: NumberConstructor;
|
|
58
|
-
default: number;
|
|
59
|
-
};
|
|
60
|
-
numLines: {
|
|
61
|
-
type: NumberConstructor;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
|
-
barragesContents: {
|
|
65
|
-
type: ArrayConstructor;
|
|
66
|
-
default: () => {
|
|
67
|
-
content: string;
|
|
68
|
-
}[];
|
|
69
|
-
};
|
|
70
|
-
}>>, {
|
|
71
|
-
speed: number;
|
|
72
|
-
interval: number;
|
|
73
|
-
numLines: number;
|
|
74
|
-
barragesContents: unknown[];
|
|
75
|
-
}, {}>;
|
|
76
|
-
export default _default;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
interface BulletItem {
|
|
2
|
-
id: number;
|
|
3
|
-
name: string;
|
|
4
|
-
message: string;
|
|
5
|
-
top: number;
|
|
6
|
-
delay: number;
|
|
7
|
-
}
|
|
8
|
-
interface BulletConfig {
|
|
9
|
-
bgColor: string;
|
|
10
|
-
textColor: string;
|
|
11
|
-
speed: number;
|
|
12
|
-
maxBullets: number;
|
|
13
|
-
lineHeight: number;
|
|
14
|
-
visibleLines: number;
|
|
15
|
-
}
|
|
16
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
17
|
-
bulletConfig: {
|
|
18
|
-
type: () => BulletConfig;
|
|
19
|
-
default: () => {
|
|
20
|
-
bgColor: string;
|
|
21
|
-
textColor: string;
|
|
22
|
-
speed: number;
|
|
23
|
-
maxBullets: number;
|
|
24
|
-
lineHeight: number;
|
|
25
|
-
visibleLines: number;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
}, {
|
|
29
|
-
name: import("vue").Ref<string>;
|
|
30
|
-
message: import("vue").Ref<string>;
|
|
31
|
-
showPopup: import("vue").Ref<boolean>;
|
|
32
|
-
showBullets: import("vue").Ref<boolean>;
|
|
33
|
-
nameInput: import("vue").Ref<HTMLInputElement | null>;
|
|
34
|
-
toolbar: import("vue").Ref<HTMLElement | null>;
|
|
35
|
-
toolbarHeight: import("vue").Ref<string>;
|
|
36
|
-
visibleBullets: import("vue").Ref<BulletItem[]>;
|
|
37
|
-
toggleBullets: () => void;
|
|
38
|
-
openPopup: () => void;
|
|
39
|
-
closePopup: () => void;
|
|
40
|
-
handleFocus: (e: Event) => void;
|
|
41
|
-
submitBlessing: () => Promise<void>;
|
|
42
|
-
bulletContainerHeightPx: import("vue").ComputedRef<string>;
|
|
43
|
-
bulletTransformOffsetPx: import("vue").ComputedRef<string>;
|
|
44
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
45
|
-
bulletConfig: {
|
|
46
|
-
type: () => BulletConfig;
|
|
47
|
-
default: () => {
|
|
48
|
-
bgColor: string;
|
|
49
|
-
textColor: string;
|
|
50
|
-
speed: number;
|
|
51
|
-
maxBullets: number;
|
|
52
|
-
lineHeight: number;
|
|
53
|
-
visibleLines: number;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
}>>, {
|
|
57
|
-
bulletConfig: BulletConfig;
|
|
58
|
-
}, {}>;
|
|
59
|
-
export default __default__;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { ElementData, GlobalData, PersonalData } from '../../defaultProps';
|
|
2
|
-
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
element: {
|
|
4
|
-
type: () => ElementData;
|
|
5
|
-
required: true;
|
|
6
|
-
};
|
|
7
|
-
global: {
|
|
8
|
-
type: () => GlobalData;
|
|
9
|
-
default: () => {};
|
|
10
|
-
};
|
|
11
|
-
personalData: {
|
|
12
|
-
type: () => PersonalData;
|
|
13
|
-
default: () => {};
|
|
14
|
-
};
|
|
15
|
-
}, {
|
|
16
|
-
elementComponent: import("vue").ComputedRef<"UniText" | "UniImage" | "UniButton" | "div">;
|
|
17
|
-
elementStyle: import("vue").ComputedRef<{
|
|
18
|
-
position: string;
|
|
19
|
-
fontFamily: string;
|
|
20
|
-
fontSize: string;
|
|
21
|
-
width: string;
|
|
22
|
-
height: string;
|
|
23
|
-
left: string;
|
|
24
|
-
top: string;
|
|
25
|
-
transform: string;
|
|
26
|
-
opacity: number;
|
|
27
|
-
border: string;
|
|
28
|
-
borderRadius: string;
|
|
29
|
-
animation: string;
|
|
30
|
-
boxShadow: string;
|
|
31
|
-
}>;
|
|
32
|
-
elementClasses: import("vue").ComputedRef<(string | {
|
|
33
|
-
'is-sign': boolean;
|
|
34
|
-
'is-locked': boolean;
|
|
35
|
-
})[]>;
|
|
36
|
-
elementProps: import("vue").ComputedRef<{
|
|
37
|
-
id: string;
|
|
38
|
-
'data-element-id': string;
|
|
39
|
-
'data-layer-name': string;
|
|
40
|
-
}>;
|
|
41
|
-
handleClick: () => void;
|
|
42
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
43
|
-
element: {
|
|
44
|
-
type: () => ElementData;
|
|
45
|
-
required: true;
|
|
46
|
-
};
|
|
47
|
-
global: {
|
|
48
|
-
type: () => GlobalData;
|
|
49
|
-
default: () => {};
|
|
50
|
-
};
|
|
51
|
-
personalData: {
|
|
52
|
-
type: () => PersonalData;
|
|
53
|
-
default: () => {};
|
|
54
|
-
};
|
|
55
|
-
}>>, {
|
|
56
|
-
global: GlobalData;
|
|
57
|
-
personalData: PersonalData;
|
|
58
|
-
}, {}>;
|
|
59
|
-
export default _default;
|
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { PageData } from '../../defaultProps';
|
|
3
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
4
|
-
pages: {
|
|
5
|
-
type: PropType<PageData[]>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
currentPageId: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
required: true;
|
|
11
|
-
};
|
|
12
|
-
position: {
|
|
13
|
-
type: () => 'top' | 'bottom' | 'left' | 'right';
|
|
14
|
-
default: string;
|
|
15
|
-
};
|
|
16
|
-
style: {
|
|
17
|
-
type: () => 'dot' | 'number';
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
color: {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
activeColor: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
};
|
|
28
|
-
size: {
|
|
29
|
-
type: NumberConstructor;
|
|
30
|
-
default: number;
|
|
31
|
-
};
|
|
32
|
-
activeSize: {
|
|
33
|
-
type: NumberConstructor;
|
|
34
|
-
default: number;
|
|
35
|
-
};
|
|
36
|
-
spacing: {
|
|
37
|
-
type: NumberConstructor;
|
|
38
|
-
default: number;
|
|
39
|
-
};
|
|
40
|
-
}, {
|
|
41
|
-
currentPageIndex: import("vue").ComputedRef<number>;
|
|
42
|
-
indicatorStyle: import("vue").ComputedRef<{
|
|
43
|
-
right?: string | undefined;
|
|
44
|
-
top?: string | undefined;
|
|
45
|
-
transform?: string | undefined;
|
|
46
|
-
flexDirection?: string | undefined;
|
|
47
|
-
left?: string | undefined;
|
|
48
|
-
bottom?: string | undefined;
|
|
49
|
-
position: string;
|
|
50
|
-
display: string;
|
|
51
|
-
alignItems: string;
|
|
52
|
-
justifyContent: string;
|
|
53
|
-
zIndex: number;
|
|
54
|
-
transition: string;
|
|
55
|
-
}>;
|
|
56
|
-
activeDotStyle: import("vue").ComputedRef<{
|
|
57
|
-
width: string;
|
|
58
|
-
height: string;
|
|
59
|
-
backgroundColor: string;
|
|
60
|
-
}>;
|
|
61
|
-
handleDotClick: (pageId: string, index: number) => void;
|
|
62
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
63
|
-
pages: {
|
|
64
|
-
type: PropType<PageData[]>;
|
|
65
|
-
required: true;
|
|
66
|
-
};
|
|
67
|
-
currentPageId: {
|
|
68
|
-
type: StringConstructor;
|
|
69
|
-
required: true;
|
|
70
|
-
};
|
|
71
|
-
position: {
|
|
72
|
-
type: () => 'top' | 'bottom' | 'left' | 'right';
|
|
73
|
-
default: string;
|
|
74
|
-
};
|
|
75
|
-
style: {
|
|
76
|
-
type: () => 'dot' | 'number';
|
|
77
|
-
default: string;
|
|
78
|
-
};
|
|
79
|
-
color: {
|
|
80
|
-
type: StringConstructor;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
activeColor: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
default: string;
|
|
86
|
-
};
|
|
87
|
-
size: {
|
|
88
|
-
type: NumberConstructor;
|
|
89
|
-
default: number;
|
|
90
|
-
};
|
|
91
|
-
activeSize: {
|
|
92
|
-
type: NumberConstructor;
|
|
93
|
-
default: number;
|
|
94
|
-
};
|
|
95
|
-
spacing: {
|
|
96
|
-
type: NumberConstructor;
|
|
97
|
-
default: number;
|
|
98
|
-
};
|
|
99
|
-
}>> & {
|
|
100
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
101
|
-
}, {
|
|
102
|
-
position: "top" | "bottom" | "left" | "right";
|
|
103
|
-
style: "number" | "dot";
|
|
104
|
-
color: string;
|
|
105
|
-
activeColor: string;
|
|
106
|
-
size: number;
|
|
107
|
-
activeSize: number;
|
|
108
|
-
spacing: number;
|
|
109
|
-
}, {}>;
|
|
110
|
-
export default __default__;
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { Ref } from 'vue';
|
|
2
|
-
import { WorkData, GlobalData, PageData, PersonalData } from '../../defaultProps';
|
|
3
|
-
declare const _default: import("vue").DefineComponent<{
|
|
4
|
-
workData: {
|
|
5
|
-
type: () => WorkData;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
autoPlay: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
}, {
|
|
13
|
-
bgMusic: Ref<HTMLAudioElement | null>;
|
|
14
|
-
personalData: import("vue").ComputedRef<PersonalData>;
|
|
15
|
-
global: import("vue").ComputedRef<GlobalData>;
|
|
16
|
-
pages: import("vue").ComputedRef<PageData[]>;
|
|
17
|
-
displayPages: import("vue").ComputedRef<PageData[]>;
|
|
18
|
-
currentPageId: Ref<string>;
|
|
19
|
-
containerStyle: import("vue").ComputedRef<{
|
|
20
|
-
width: string;
|
|
21
|
-
height: string;
|
|
22
|
-
backgroundColor: string;
|
|
23
|
-
}>;
|
|
24
|
-
showPageIndicator: import("vue").ComputedRef<boolean>;
|
|
25
|
-
pageTransition: import("vue").ComputedRef<"fade" | "slide-up" | "slide-down">;
|
|
26
|
-
getPageStyle: (page: PageData) => {
|
|
27
|
-
backgroundColor: string;
|
|
28
|
-
backgroundImage: string;
|
|
29
|
-
opacity: string;
|
|
30
|
-
animation: string;
|
|
31
|
-
};
|
|
32
|
-
switchPage: (pageId: string) => void;
|
|
33
|
-
handleElementTrigger: (payload: {
|
|
34
|
-
elementId: string;
|
|
35
|
-
eventType: string;
|
|
36
|
-
data: any;
|
|
37
|
-
}) => void;
|
|
38
|
-
isScrollMode: import("vue").ComputedRef<boolean>;
|
|
39
|
-
handleTouchStart: (e: TouchEvent) => void;
|
|
40
|
-
handleTouchMove: (e: TouchEvent) => void;
|
|
41
|
-
handleTouchEnd: (e: TouchEvent) => void;
|
|
42
|
-
handleMouseDown: (e: MouseEvent) => void;
|
|
43
|
-
handleMouseMove: (e: MouseEvent) => void;
|
|
44
|
-
handleMouseUp: (e: MouseEvent) => void;
|
|
45
|
-
getPageClasses: (page: PageData) => string[];
|
|
46
|
-
getComponentName: (type: string) => string;
|
|
47
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
48
|
-
workData: {
|
|
49
|
-
type: () => WorkData;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
|
-
autoPlay: {
|
|
53
|
-
type: BooleanConstructor;
|
|
54
|
-
default: boolean;
|
|
55
|
-
};
|
|
56
|
-
}>>, {
|
|
57
|
-
autoPlay: boolean;
|
|
58
|
-
}, {}>;
|
|
59
|
-
export default _default;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { WorkData, GlobalData, PageData, PersonalData } from '../../defaultProps';
|
|
2
|
-
import '../../assets/css/workRender.css';
|
|
3
|
-
declare const __default__: import("vue").DefineComponent<{
|
|
4
|
-
workData: {
|
|
5
|
-
type: () => WorkData;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
autoPlay: {
|
|
9
|
-
type: BooleanConstructor;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
isPlatform: {
|
|
13
|
-
type: BooleanConstructor;
|
|
14
|
-
default: boolean;
|
|
15
|
-
};
|
|
16
|
-
env: {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: string;
|
|
19
|
-
};
|
|
20
|
-
}, {
|
|
21
|
-
container: import("vue").Ref<HTMLElement | null>;
|
|
22
|
-
content: import("vue").Ref<HTMLElement | null>;
|
|
23
|
-
contentStyle: import("vue").ComputedRef<{
|
|
24
|
-
height: string;
|
|
25
|
-
transform: string;
|
|
26
|
-
transition: string;
|
|
27
|
-
willChange: string;
|
|
28
|
-
}>;
|
|
29
|
-
scrollProgress: import("vue").ComputedRef<number>;
|
|
30
|
-
isAutoScrolling: import("vue").Ref<number | boolean>;
|
|
31
|
-
workData: import("vue").ComputedRef<WorkData>;
|
|
32
|
-
personalData: import("vue").ComputedRef<PersonalData>;
|
|
33
|
-
global: import("vue").ComputedRef<GlobalData>;
|
|
34
|
-
pages: import("vue").ComputedRef<[] | PageData[]>;
|
|
35
|
-
page: import("vue").ComputedRef<PageData>;
|
|
36
|
-
handleSubmit: (formData: Record<string, any>) => Promise<void>;
|
|
37
|
-
handleElementTrigger: (payload: {
|
|
38
|
-
elementId: string;
|
|
39
|
-
eventType: string;
|
|
40
|
-
data: any;
|
|
41
|
-
}) => void;
|
|
42
|
-
getComponentName: (type: string) => string;
|
|
43
|
-
handleTouchStart: (e: TouchEvent) => void;
|
|
44
|
-
handleTouchMove: (e: TouchEvent) => void;
|
|
45
|
-
handleTouchEnd: () => void;
|
|
46
|
-
handleMouseDown: (e: MouseEvent) => void;
|
|
47
|
-
handleMouseMove: (e: MouseEvent) => void;
|
|
48
|
-
handleMouseUp: () => void;
|
|
49
|
-
handleMouseLeave: () => void;
|
|
50
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
|
-
workData: {
|
|
52
|
-
type: () => WorkData;
|
|
53
|
-
required: true;
|
|
54
|
-
};
|
|
55
|
-
autoPlay: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
isPlatform: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
env: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
default: string;
|
|
66
|
-
};
|
|
67
|
-
}>>, {
|
|
68
|
-
autoPlay: boolean;
|
|
69
|
-
isPlatform: boolean;
|
|
70
|
-
env: string;
|
|
71
|
-
}, {}>;
|
|
72
|
-
export default __default__;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ElementData } from '../defaultProps';
|
|
2
|
-
export declare function useElementStyle(element: ElementData): {
|
|
3
|
-
elementStyle: import("vue").ComputedRef<{
|
|
4
|
-
position: string;
|
|
5
|
-
fontFamily: string | undefined;
|
|
6
|
-
fontSize: string;
|
|
7
|
-
width: string;
|
|
8
|
-
height: string;
|
|
9
|
-
left: string;
|
|
10
|
-
top: string;
|
|
11
|
-
transform: string;
|
|
12
|
-
opacity: number;
|
|
13
|
-
border: string;
|
|
14
|
-
borderRadius: string;
|
|
15
|
-
animation: string | undefined;
|
|
16
|
-
boxShadow: string;
|
|
17
|
-
}>;
|
|
18
|
-
};
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
export declare const countdownDefaultProps: {
|
|
2
|
-
id: string;
|
|
3
|
-
pid: string;
|
|
4
|
-
type: string;
|
|
5
|
-
layerName: string;
|
|
6
|
-
endTime: string;
|
|
7
|
-
endOption: string;
|
|
8
|
-
endText: string;
|
|
9
|
-
sign: boolean;
|
|
10
|
-
language: string;
|
|
11
|
-
direction: string;
|
|
12
|
-
signSort: number;
|
|
13
|
-
showType: string;
|
|
14
|
-
showSize: string;
|
|
15
|
-
css: {
|
|
16
|
-
borderWidth: number;
|
|
17
|
-
borderStyle: string;
|
|
18
|
-
borderColor: string;
|
|
19
|
-
opacity: number;
|
|
20
|
-
fontSize: number;
|
|
21
|
-
color: string;
|
|
22
|
-
backgroundColor: string;
|
|
23
|
-
width: number;
|
|
24
|
-
height: number;
|
|
25
|
-
borderRadius: number;
|
|
26
|
-
top: number;
|
|
27
|
-
left: number;
|
|
28
|
-
transform: number;
|
|
29
|
-
textAlign: string;
|
|
30
|
-
animation2: string;
|
|
31
|
-
animation: string;
|
|
32
|
-
};
|
|
33
|
-
properties: {
|
|
34
|
-
visible: boolean;
|
|
35
|
-
isLock: boolean;
|
|
36
|
-
required: boolean;
|
|
37
|
-
musicName: string;
|
|
38
|
-
musicLink: string;
|
|
39
|
-
musicHash: string;
|
|
40
|
-
shadowSize: number;
|
|
41
|
-
shadowColor: string;
|
|
42
|
-
shadowX: number;
|
|
43
|
-
shadowY: number;
|
|
44
|
-
shadowBlur: number;
|
|
45
|
-
shadowPoint: number;
|
|
46
|
-
aniOrigin: string;
|
|
47
|
-
animations: {
|
|
48
|
-
animate: string;
|
|
49
|
-
count: number;
|
|
50
|
-
timing: string;
|
|
51
|
-
loop: boolean;
|
|
52
|
-
delay: number;
|
|
53
|
-
duration: number;
|
|
54
|
-
name: string;
|
|
55
|
-
order: string;
|
|
56
|
-
type: string;
|
|
57
|
-
aniType: string;
|
|
58
|
-
allDelay: string;
|
|
59
|
-
id: number;
|
|
60
|
-
}[];
|
|
61
|
-
textAni: never[];
|
|
62
|
-
};
|
|
63
|
-
signType: string;
|
|
64
|
-
};
|
|
65
|
-
export default countdownDefaultProps;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare const toolbarDefaultProps: {
|
|
2
|
-
open: boolean;
|
|
3
|
-
gift: boolean;
|
|
4
|
-
cash: boolean;
|
|
5
|
-
fontColor: string;
|
|
6
|
-
bgColor: string;
|
|
7
|
-
giftRank: boolean;
|
|
8
|
-
hideFirst: boolean;
|
|
9
|
-
hideLast: boolean;
|
|
10
|
-
praise: boolean;
|
|
11
|
-
giftQRCode: string;
|
|
12
|
-
};
|
|
13
|
-
export default toolbarDefaultProps;
|