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.
Files changed (72) hide show
  1. package/dist/index.html +53 -0
  2. package/dist/js/app.js +3325 -0
  3. package/dist/js/chunk-vendors.js +1638 -0
  4. package/dist/src/components/UniButton/UniButton.vue.d.ts +1 -0
  5. package/dist/src/components/UniCalendar/UniCalendar.vue.d.ts +1 -0
  6. package/dist/src/components/UniCall/UniCall.vue.d.ts +12 -1
  7. package/dist/src/components/UniFormInput/UniFormInput.vue.d.ts +1 -0
  8. package/dist/src/components/UniFormMultiple/UniFormMultiple.vue.d.ts +1 -0
  9. package/dist/src/components/UniFormSelect/UniFormSelect.vue.d.ts +1 -0
  10. package/dist/src/components/UniFormSingle/UniFormSingle.vue.d.ts +1 -0
  11. package/dist/src/components/UniFormSubmit/UniFormSubmit.vue.d.ts +1 -0
  12. package/dist/src/components/UniInvite/UniInvite.vue.d.ts +57 -0
  13. package/dist/src/components/UniInvite/index.d.ts +2 -0
  14. package/dist/src/components/UniLottie/UniLottie.vue.d.ts +1 -0
  15. package/dist/src/components/UniMap/UniMap.vue.d.ts +12 -1
  16. package/dist/src/components/UniShape/UniShape.vue.d.ts +1 -0
  17. package/dist/src/components/UniVideo/UniVideo.vue.d.ts +1 -0
  18. package/dist/src/components/WorkRender/WorkRender.vue.d.ts +1 -0
  19. package/dist/src/composables/inviteManager.d.ts +13 -0
  20. package/dist/src/constants/invitePhrases.d.ts +3 -0
  21. package/dist/src/constants/inviteProps.d.ts +4 -0
  22. package/dist/src/constants/inviteTemplates.d.ts +5 -0
  23. package/dist/src/defaultProps.d.ts +49 -0
  24. package/dist/src/index.d.ts +10 -1
  25. package/dist/src/utils/inviteAnimation.d.ts +3 -0
  26. package/dist/src/utils/inviteTemplate.d.ts +4 -0
  27. package/dist/src/utils/resolveInviteRender.d.ts +11 -0
  28. package/dist/unika-components.css +1951 -1240
  29. package/dist/unika-components.esm.js +955 -529
  30. package/dist/unika-components.umd.js +993 -555
  31. package/package.json +1 -1
  32. package/dist/.DS_Store +0 -0
  33. package/dist/src/components/LongPage/LongPage.vue.d.ts +0 -20
  34. package/dist/src/components/LongPage/index.d.ts +0 -2
  35. package/dist/src/components/SwiperPage/SwiperAnimate.d.ts +0 -3
  36. package/dist/src/components/SwiperPage/SwiperPage.vue.d.ts +0 -36
  37. package/dist/src/components/SwiperPage/index.d.ts +0 -2
  38. package/dist/src/components/UniBackground/UniBackground.vue.d.ts +0 -11
  39. package/dist/src/components/UniBackground/index.d.ts +0 -2
  40. package/dist/src/components/UniBulidUp/UniBulidUp.vue.d.ts +0 -12
  41. package/dist/src/components/UniBulidUp/index.d.ts +0 -2
  42. package/dist/src/components/UniCalendar/Calendar.vue.d.ts +0 -165
  43. package/dist/src/components/UniEffect/sonw.d.ts +0 -2
  44. package/dist/src/components/UniFormMultiple/validators.d.ts +0 -20
  45. package/dist/src/components/UniFormSelect/validators.d.ts +0 -1
  46. package/dist/src/components/UniFormSingle/validators.d.ts +0 -20
  47. package/dist/src/components/UniLike/UniLike.vue.d.ts +0 -14
  48. package/dist/src/components/UniLike/index.d.ts +0 -2
  49. package/dist/src/components/UniLotties/UniLotties.vue.d.ts +0 -340
  50. package/dist/src/components/UniLotties/index.d.ts +0 -2
  51. package/dist/src/components/UniRegisterForm/UniRegisterForm.vue.d.ts +0 -28
  52. package/dist/src/components/UniRegisterForm/index.d.ts +0 -2
  53. package/dist/src/components/UniSvg/UniSvg.vue.d.ts +0 -12
  54. package/dist/src/components/UniSvg/index.d.ts +0 -2
  55. package/dist/src/components/UniSwiper/UniSwiper.vue.d.ts +0 -12
  56. package/dist/src/components/UniSwiper/index.d.ts +0 -2
  57. package/dist/src/components/UniTanmu/Barrage.vue.d.ts +0 -76
  58. package/dist/src/components/UniTanmu/UniTanmu.vue.d.ts +0 -59
  59. package/dist/src/components/UniTanmu/index.d.ts +0 -2
  60. package/dist/src/components/UniTest/index.d.ts +0 -2
  61. package/dist/src/components/UniTextBk/index.d.ts +0 -2
  62. package/dist/src/components/WorkRender/DynamicElement.vue.d.ts +0 -59
  63. package/dist/src/components/WorkRender/PageIndicator.vue.d.ts +0 -110
  64. package/dist/src/components/WorkRender/SwiperAnimate.d.ts +0 -3
  65. package/dist/src/components/WorkRender/WorkRenderer.vue.d.ts +0 -59
  66. package/dist/src/components/WorkRenderLong/test.vue.d.ts +0 -72
  67. package/dist/src/composables/useElementProps.d.ts +0 -8
  68. package/dist/src/composables/useElementStyle.d.ts +0 -18
  69. package/dist/src/constants/countdown.d.ts +0 -65
  70. package/dist/src/constants/toolbar.d.ts +0 -13
  71. package/dist/src/hooks/useComponentClick.d.ts +0 -2
  72. package/dist/src/hooks/useStylePick.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unika-components",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "private": false,
5
5
  "main": "dist/unika-components.umd.js",
6
6
  "module": "dist/unika-components.esm.js",
package/dist/.DS_Store DELETED
Binary file
@@ -1,20 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ElementData, WorkData } from '../../defaultProps';
3
- declare const _default: import("vue").DefineComponent<{
4
- work: {
5
- type: PropType<WorkData>;
6
- };
7
- components: {
8
- type: PropType<ElementData[]>;
9
- required: true;
10
- };
11
- }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
12
- work: {
13
- type: PropType<WorkData>;
14
- };
15
- components: {
16
- type: PropType<ElementData[]>;
17
- required: true;
18
- };
19
- }>>, {}, {}>;
20
- export default _default;
@@ -1,2 +0,0 @@
1
- import LongPage from './LongPage.vue';
2
- export default LongPage;
@@ -1,3 +0,0 @@
1
- export declare const swiperAnimateCache: () => void;
2
- export declare const swiperAnimate: (a: any) => void;
3
- export declare const clearSwiperAnimate: () => void;
@@ -1,36 +0,0 @@
1
- import { PropType } from 'vue';
2
- import { ComponentData, WorkData } from '../../defaultProps';
3
- import 'swiper/swiper-bundle.css';
4
- declare const _default: import("vue").DefineComponent<{
5
- work: {
6
- type: PropType<WorkData>;
7
- require: boolean;
8
- };
9
- components: {
10
- type: PropType<ComponentData[]>;
11
- };
12
- }, {
13
- controlledSwiper: import("vue").Ref<any>;
14
- refs: import("vue").Ref<Map<any, any> & Omit<Map<any, any>, keyof Map<any, any>>>;
15
- componentRefs: import("vue").Ref<Map<any, any> & Omit<Map<any, any>, keyof Map<any, any>>>;
16
- setComponentRef: (el: any, key: string) => void;
17
- setAnimationRef: (el: any) => void;
18
- onSlideChange: (swiper: any) => void;
19
- onSwiper: (swiper: any) => void;
20
- modules: import("swiper/types").SwiperComponent[];
21
- Controller: import("swiper/types").SwiperComponent;
22
- direction: string;
23
- upArrow: import("vue").Ref<boolean>;
24
- slideClasses: (index: number) => string[];
25
- filterProps: (props: Record<string, any>, keysToFilter: string[], isFilter: true) => Record<string, any>;
26
- switchPage: (index: number) => void;
27
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
- work: {
29
- type: PropType<WorkData>;
30
- require: boolean;
31
- };
32
- components: {
33
- type: PropType<ComponentData[]>;
34
- };
35
- }>>, {}, {}>;
36
- export default _default;
@@ -1,2 +0,0 @@
1
- import SwiperPage from './SwiperPage.vue';
2
- export default SwiperPage;
@@ -1,11 +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
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
7
- [x: string]: any;
8
- }>>, {
9
- [x: string]: any;
10
- }, {}>;
11
- export default _default;
@@ -1,2 +0,0 @@
1
- import UniBackground from './UniBackground.vue';
2
- export default UniBackground;
@@ -1,12 +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
- }, 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,2 +0,0 @@
1
- import UniBulidUp from './UniBulidUp.vue';
2
- export default UniBulidUp;
@@ -1,165 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- dayTextsEn: {
3
- type: ArrayConstructor;
4
- default: () => string[];
5
- };
6
- dayTextsTh: {
7
- type: ArrayConstructor;
8
- default: () => string[];
9
- };
10
- monthTexts: {
11
- type: ArrayConstructor;
12
- default: () => string[];
13
- };
14
- format: {
15
- type: StringConstructor;
16
- default: string;
17
- };
18
- weddingDate: {
19
- type: StringConstructor;
20
- default: string;
21
- };
22
- backgroundColor: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- themeColor: {
27
- type: StringConstructor;
28
- default: string;
29
- };
30
- borderRadius: {
31
- type: StringConstructor;
32
- default: string;
33
- };
34
- borderStyle: {
35
- type: StringConstructor;
36
- default: string;
37
- };
38
- borderWidth: {
39
- type: StringConstructor;
40
- default: string;
41
- };
42
- dateColor: {
43
- type: StringConstructor;
44
- default: string;
45
- };
46
- heartColor: {
47
- type: StringConstructor;
48
- default: string;
49
- };
50
- themeStyle: {
51
- type: StringConstructor;
52
- default: string;
53
- };
54
- language: {
55
- type: StringConstructor;
56
- default: string;
57
- };
58
- }, {
59
- cp: string;
60
- currentYearAndMonth: import("vue").ComputedRef<string>;
61
- currentMonth: import("vue").ComputedRef<string>;
62
- currentYear: import("vue").ComputedRef<string>;
63
- itemDays: import("vue").ComputedRef<{
64
- currentMonth: number;
65
- day: number;
66
- date: string;
67
- month: string;
68
- days: string;
69
- valueOf: number;
70
- }[]>;
71
- currentDate: import("vue").ComputedRef<string>;
72
- afterStyle: import("vue").ComputedRef<{
73
- '--after-haert-color': string;
74
- }>;
75
- dayTexts: import("vue").ComputedRef<unknown[]>;
76
- getHeart: (db: {
77
- currentMonth: number;
78
- date: string | number;
79
- }) => boolean | "";
80
- getDayItem: (i: number, j: number) => {
81
- currentMonth: number;
82
- day: number;
83
- date: string;
84
- month: string;
85
- days: string;
86
- valueOf: number;
87
- };
88
- getClass: (db: {
89
- currentMonth: number;
90
- date: string | number;
91
- }) => string;
92
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
93
- dayTextsEn: {
94
- type: ArrayConstructor;
95
- default: () => string[];
96
- };
97
- dayTextsTh: {
98
- type: ArrayConstructor;
99
- default: () => string[];
100
- };
101
- monthTexts: {
102
- type: ArrayConstructor;
103
- default: () => string[];
104
- };
105
- format: {
106
- type: StringConstructor;
107
- default: string;
108
- };
109
- weddingDate: {
110
- type: StringConstructor;
111
- default: string;
112
- };
113
- backgroundColor: {
114
- type: StringConstructor;
115
- default: string;
116
- };
117
- themeColor: {
118
- type: StringConstructor;
119
- default: string;
120
- };
121
- borderRadius: {
122
- type: StringConstructor;
123
- default: string;
124
- };
125
- borderStyle: {
126
- type: StringConstructor;
127
- default: string;
128
- };
129
- borderWidth: {
130
- type: StringConstructor;
131
- default: string;
132
- };
133
- dateColor: {
134
- type: StringConstructor;
135
- default: string;
136
- };
137
- heartColor: {
138
- type: StringConstructor;
139
- default: string;
140
- };
141
- themeStyle: {
142
- type: StringConstructor;
143
- default: string;
144
- };
145
- language: {
146
- type: StringConstructor;
147
- default: string;
148
- };
149
- }>> & {}, {
150
- dayTextsEn: unknown[];
151
- dayTextsTh: unknown[];
152
- monthTexts: unknown[];
153
- format: string;
154
- weddingDate: string;
155
- backgroundColor: string;
156
- themeColor: string;
157
- borderRadius: string;
158
- borderStyle: string;
159
- borderWidth: string;
160
- dateColor: string;
161
- heartColor: string;
162
- themeStyle: string;
163
- language: string;
164
- }, {}>;
165
- export default _default;
@@ -1,2 +0,0 @@
1
- export declare function into(): void;
2
- export declare function snowDestoty(): void;
@@ -1,20 +0,0 @@
1
- export declare const Validators: {
2
- text: {
3
- pattern: RegExp;
4
- message: string;
5
- };
6
- name: {
7
- pattern: RegExp;
8
- message: string;
9
- };
10
- phone: {
11
- pattern: RegExp;
12
- message: string;
13
- };
14
- number: {
15
- pattern: RegExp;
16
- message: string;
17
- };
18
- };
19
- export declare function validateInput(value: string, type: keyof typeof Validators): string | true;
20
- export type ValidatorType = keyof typeof Validators;
@@ -1 +0,0 @@
1
- export declare function validateSelect(value: string): string | true;
@@ -1,20 +0,0 @@
1
- export declare const Validators: {
2
- text: {
3
- pattern: RegExp;
4
- message: string;
5
- };
6
- name: {
7
- pattern: RegExp;
8
- message: string;
9
- };
10
- phone: {
11
- pattern: RegExp;
12
- message: string;
13
- };
14
- number: {
15
- pattern: RegExp;
16
- message: string;
17
- };
18
- };
19
- export declare function validateInput(value: string, type: keyof typeof Validators): string | true;
20
- export type ValidatorType = keyof typeof Validators;
@@ -1,14 +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
- toggleLike: () => void;
7
- liked: import("vue").Ref<boolean>;
8
- likeCount: import("vue").Ref<number>;
9
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
10
- [x: string]: any;
11
- }>>, {
12
- [x: string]: any;
13
- }, {}>;
14
- export default _default;
@@ -1,2 +0,0 @@
1
- import UniLike from './UniLike.vue';
2
- export default UniLike;
@@ -1,340 +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
- lottieAnimation: import("vue").Ref<import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
8
- animationData: {
9
- type: import("vue").PropType<any>;
10
- default: () => {};
11
- };
12
- animationLink: {
13
- type: import("vue").PropType<string>;
14
- default: string;
15
- };
16
- loop: {
17
- type: import("vue").PropType<number | boolean>;
18
- default: boolean;
19
- };
20
- autoPlay: {
21
- type: import("vue").PropType<boolean>;
22
- default: boolean;
23
- };
24
- width: {
25
- type: import("vue").PropType<string | number>;
26
- default: string;
27
- };
28
- height: {
29
- type: import("vue").PropType<string | number>;
30
- default: string;
31
- };
32
- speed: {
33
- type: import("vue").PropType<number>;
34
- default: number;
35
- };
36
- delay: {
37
- type: import("vue").PropType<number>;
38
- default: number;
39
- };
40
- direction: {
41
- type: import("vue").PropType<string>;
42
- default: string;
43
- };
44
- pauseOnHover: {
45
- type: import("vue").PropType<boolean>;
46
- default: boolean;
47
- };
48
- playOnHover: {
49
- type: import("vue").PropType<boolean>;
50
- default: boolean;
51
- };
52
- backgroundColor: {
53
- type: import("vue").PropType<string>;
54
- default: string;
55
- };
56
- pauseAnimation: {
57
- type: import("vue").PropType<boolean>;
58
- default: boolean;
59
- };
60
- noMargin: {
61
- type: import("vue").PropType<boolean>;
62
- default: boolean;
63
- };
64
- scale: {
65
- type: import("vue").PropType<number>;
66
- default: number;
67
- };
68
- renderer: {
69
- type: import("vue").PropType<string>;
70
- default: string;
71
- };
72
- rendererSettings: {
73
- type: import("vue").PropType<any>;
74
- default: () => {};
75
- };
76
- assetsPath: {
77
- type: import("vue").PropType<string>;
78
- default: string;
79
- };
80
- }>> & {
81
- onOnComplete?: ((...args: any[]) => any) | undefined;
82
- onOnLoopComplete?: ((...args: any[]) => any) | undefined;
83
- onOnEnterFrame?: ((...args: any[]) => any) | undefined;
84
- onOnSegmentStart?: ((...args: any[]) => any) | undefined;
85
- onOnAnimationLoaded?: ((...args: any[]) => any) | undefined;
86
- }, {
87
- lottieAnimationContainer: import("vue").Ref<HTMLDivElement | undefined>;
88
- hoverEnded: () => void;
89
- hoverStarted: () => void;
90
- getCurrentStyle: any;
91
- play: () => void;
92
- pause: () => void;
93
- stop: () => void;
94
- destroy: () => void;
95
- setSpeed: (speed?: number | undefined) => void;
96
- setDirection: (direction: "reverse" | "forward") => void;
97
- goToAndStop: (frame: number, isFrame?: boolean | undefined) => void;
98
- goToAndPlay: (frame: number, isFrame?: boolean | undefined) => void;
99
- playSegments: (segments: import("lottie-web").AnimationSegment[], forceFlag?: boolean | undefined) => void;
100
- setSubFrame: (useSubFrame?: boolean | undefined) => void;
101
- getDuration: (inFrames?: boolean | undefined) => number | undefined;
102
- updateDocumentData: (documentData: any, index?: number | undefined) => void;
103
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
104
- onComplete: null;
105
- onLoopComplete: null;
106
- onEnterFrame: null;
107
- onSegmentStart: null;
108
- onAnimationLoaded: null;
109
- }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
110
- animationData: {
111
- type: import("vue").PropType<any>;
112
- default: () => {};
113
- };
114
- animationLink: {
115
- type: import("vue").PropType<string>;
116
- default: string;
117
- };
118
- loop: {
119
- type: import("vue").PropType<number | boolean>;
120
- default: boolean;
121
- };
122
- autoPlay: {
123
- type: import("vue").PropType<boolean>;
124
- default: boolean;
125
- };
126
- width: {
127
- type: import("vue").PropType<string | number>;
128
- default: string;
129
- };
130
- height: {
131
- type: import("vue").PropType<string | number>;
132
- default: string;
133
- };
134
- speed: {
135
- type: import("vue").PropType<number>;
136
- default: number;
137
- };
138
- delay: {
139
- type: import("vue").PropType<number>;
140
- default: number;
141
- };
142
- direction: {
143
- type: import("vue").PropType<string>;
144
- default: string;
145
- };
146
- pauseOnHover: {
147
- type: import("vue").PropType<boolean>;
148
- default: boolean;
149
- };
150
- playOnHover: {
151
- type: import("vue").PropType<boolean>;
152
- default: boolean;
153
- };
154
- backgroundColor: {
155
- type: import("vue").PropType<string>;
156
- default: string;
157
- };
158
- pauseAnimation: {
159
- type: import("vue").PropType<boolean>;
160
- default: boolean;
161
- };
162
- noMargin: {
163
- type: import("vue").PropType<boolean>;
164
- default: boolean;
165
- };
166
- scale: {
167
- type: import("vue").PropType<number>;
168
- default: number;
169
- };
170
- renderer: {
171
- type: import("vue").PropType<string>;
172
- default: string;
173
- };
174
- rendererSettings: {
175
- type: import("vue").PropType<any>;
176
- default: () => {};
177
- };
178
- assetsPath: {
179
- type: import("vue").PropType<string>;
180
- default: string;
181
- };
182
- }>> & {
183
- onOnComplete?: ((...args: any[]) => any) | undefined;
184
- onOnLoopComplete?: ((...args: any[]) => any) | undefined;
185
- onOnEnterFrame?: ((...args: any[]) => any) | undefined;
186
- onOnSegmentStart?: ((...args: any[]) => any) | undefined;
187
- onOnAnimationLoaded?: ((...args: any[]) => any) | undefined;
188
- }, {
189
- animationData: any;
190
- animationLink: string;
191
- loop: number | boolean;
192
- autoPlay: boolean;
193
- width: string | number;
194
- height: string | number;
195
- speed: number;
196
- delay: number;
197
- direction: string;
198
- pauseOnHover: boolean;
199
- playOnHover: boolean;
200
- backgroundColor: string;
201
- pauseAnimation: boolean;
202
- noMargin: boolean;
203
- scale: number;
204
- renderer: string;
205
- rendererSettings: any;
206
- assetsPath: string;
207
- }, true, {}, {}, {
208
- P: {};
209
- B: {};
210
- D: {};
211
- C: {};
212
- M: {};
213
- Defaults: {};
214
- }, Readonly<import("vue").ExtractPropTypes<{
215
- animationData: {
216
- type: import("vue").PropType<any>;
217
- default: () => {};
218
- };
219
- animationLink: {
220
- type: import("vue").PropType<string>;
221
- default: string;
222
- };
223
- loop: {
224
- type: import("vue").PropType<number | boolean>;
225
- default: boolean;
226
- };
227
- autoPlay: {
228
- type: import("vue").PropType<boolean>;
229
- default: boolean;
230
- };
231
- width: {
232
- type: import("vue").PropType<string | number>;
233
- default: string;
234
- };
235
- height: {
236
- type: import("vue").PropType<string | number>;
237
- default: string;
238
- };
239
- speed: {
240
- type: import("vue").PropType<number>;
241
- default: number;
242
- };
243
- delay: {
244
- type: import("vue").PropType<number>;
245
- default: number;
246
- };
247
- direction: {
248
- type: import("vue").PropType<string>;
249
- default: string;
250
- };
251
- pauseOnHover: {
252
- type: import("vue").PropType<boolean>;
253
- default: boolean;
254
- };
255
- playOnHover: {
256
- type: import("vue").PropType<boolean>;
257
- default: boolean;
258
- };
259
- backgroundColor: {
260
- type: import("vue").PropType<string>;
261
- default: string;
262
- };
263
- pauseAnimation: {
264
- type: import("vue").PropType<boolean>;
265
- default: boolean;
266
- };
267
- noMargin: {
268
- type: import("vue").PropType<boolean>;
269
- default: boolean;
270
- };
271
- scale: {
272
- type: import("vue").PropType<number>;
273
- default: number;
274
- };
275
- renderer: {
276
- type: import("vue").PropType<string>;
277
- default: string;
278
- };
279
- rendererSettings: {
280
- type: import("vue").PropType<any>;
281
- default: () => {};
282
- };
283
- assetsPath: {
284
- type: import("vue").PropType<string>;
285
- default: string;
286
- };
287
- }>> & {
288
- onOnComplete?: ((...args: any[]) => any) | undefined;
289
- onOnLoopComplete?: ((...args: any[]) => any) | undefined;
290
- onOnEnterFrame?: ((...args: any[]) => any) | undefined;
291
- onOnSegmentStart?: ((...args: any[]) => any) | undefined;
292
- onOnAnimationLoaded?: ((...args: any[]) => any) | undefined;
293
- }, {
294
- lottieAnimationContainer: import("vue").Ref<HTMLDivElement | undefined>;
295
- hoverEnded: () => void;
296
- hoverStarted: () => void;
297
- getCurrentStyle: any;
298
- play: () => void;
299
- pause: () => void;
300
- stop: () => void;
301
- destroy: () => void;
302
- setSpeed: (speed?: number | undefined) => void;
303
- setDirection: (direction: "reverse" | "forward") => void;
304
- goToAndStop: (frame: number, isFrame?: boolean | undefined) => void;
305
- goToAndPlay: (frame: number, isFrame?: boolean | undefined) => void;
306
- playSegments: (segments: import("lottie-web").AnimationSegment[], forceFlag?: boolean | undefined) => void;
307
- setSubFrame: (useSubFrame?: boolean | undefined) => void;
308
- getDuration: (inFrames?: boolean | undefined) => number | undefined;
309
- updateDocumentData: (documentData: any, index?: number | undefined) => void;
310
- }, {}, {}, {}, {
311
- animationData: any;
312
- animationLink: string;
313
- loop: number | boolean;
314
- autoPlay: boolean;
315
- width: string | number;
316
- height: string | number;
317
- speed: number;
318
- delay: number;
319
- direction: string;
320
- pauseOnHover: boolean;
321
- playOnHover: boolean;
322
- backgroundColor: string;
323
- pauseAnimation: boolean;
324
- noMargin: boolean;
325
- scale: number;
326
- renderer: string;
327
- rendererSettings: any;
328
- assetsPath: string;
329
- }> | null>;
330
- loopC: import("vue").Ref<any>;
331
- delayC: import("vue").Ref<any>;
332
- animationLinkC: import("vue").Ref<any>;
333
- lottieKey: import("vue").Ref<number>;
334
- play: () => void;
335
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
336
- [x: string]: any;
337
- }>>, {
338
- [x: string]: any;
339
- }, {}>;
340
- export default _default;