@mirweb/mir-web-components 0.17.3 → 0.17.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/components/atoms/button/button.vue.d.ts +4 -4
- package/dist/components/atoms/checkbox/checkbox.vue.d.ts +5 -70
- package/dist/components/atoms/chip/chip.vue.d.ts +5 -24
- package/dist/components/atoms/dropdown/dropdown.vue.d.ts +5 -144
- package/dist/components/atoms/image/image.vue.d.ts +5 -82
- package/dist/components/atoms/label/label.vue.d.ts +5 -27
- package/dist/components/atoms/link/link.vue.d.ts +4 -4
- package/dist/components/atoms/radio-button/radio-button.vue.d.ts +5 -70
- package/dist/components/atoms/select/select.vue.d.ts +5 -101
- package/dist/components/atoms/slider/slider.vue.d.ts +5 -185
- package/dist/components/atoms/text-field/text-field.vue.d.ts +4 -4
- package/dist/components/atoms/textarea/textarea.vue.d.ts +5 -95
- package/dist/components/atoms/video/video.vue.d.ts +5 -121
- package/dist/components/blocks/facts/facts.vue.d.ts +5 -133
- package/dist/components/blocks/features/features.vue.d.ts +5 -124
- package/dist/components/blocks/form-script/form-script.vue.d.ts +5 -14
- package/dist/components/blocks/headline/headline.vue.d.ts +5 -31
- package/dist/components/blocks/hero/hero.vue.d.ts +5 -215
- package/dist/components/blocks/image/image.vue.d.ts +5 -114
- package/dist/components/blocks/image-gallery/image-gallery.vue.d.ts +5 -278
- package/dist/components/blocks/logo-wall/logo-wall.vue.d.ts +5 -188
- package/dist/components/blocks/micro-stories/micro-stories.vue.d.ts +4 -4
- package/dist/components/blocks/policy/policy.vue.d.ts +3 -1
- package/dist/components/blocks/product-hero/product-hero.vue.d.ts +5 -170
- package/dist/components/blocks/promo/promo.vue.d.ts +5 -399
- package/dist/components/blocks/quote/quote.vue.d.ts +5 -122
- package/dist/components/blocks/rich-text/rich-text-columns.vue.d.ts +3 -1
- package/dist/components/blocks/rich-text/rich-text.vue.d.ts +5 -185
- package/dist/components/blocks/timeline/timeline.vue.d.ts +5 -103
- package/dist/components/blocks/triple-card-display/triple-card-display.vue.d.ts +6 -32
- package/dist/components/blocks/vimeo/vimeo.vue.d.ts +5 -23
- package/dist/components/molecules/address/address.vue.d.ts +5 -160
- package/dist/components/molecules/bullet-list/bullet-list.vue.d.ts +5 -54
- package/dist/components/molecules/card/card.vue.d.ts +5 -369
- package/dist/components/molecules/event-card/event-card.vue.d.ts +5 -71
- package/dist/components/molecules/modal/modal.vue.d.ts +5 -77
- package/dist/components/molecules/text-card/text-card.vue.d.ts +5 -55
- package/dist/components/organisms/404/404.vue.d.ts +5 -12
- package/dist/components/organisms/filter/filter.vue.d.ts +5 -16
- package/dist/components/organisms/footer/footer.vue.d.ts +5 -129
- package/dist/components/organisms/header/header.vue.d.ts +6 -38
- package/dist/components/organisms/language-switcher/language-switcher.vue.d.ts +5 -23
- package/dist/components/organisms/pagination/pagination.vue.d.ts +5 -71
- package/dist/components/organisms/search/search.vue.d.ts +3 -1
- package/dist/main.d.ts +1 -3
- package/dist/mir-web-components.cjs.js +1 -1
- package/dist/mir-web-components.css +1 -1
- package/dist/mir-web-components.es.js +1052 -1495
- package/dist/mir-web-components.umd.js +2 -2
- package/package.json +15 -17
- package/dist/vite-env.d.ts +0 -1
|
@@ -1,14 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
7
|
-
headline: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
default: string;
|
|
10
|
-
};
|
|
11
|
-
}>>, {
|
|
12
|
-
headline: string;
|
|
13
|
-
}, {}>;
|
|
14
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/form-script/form-script.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/form-script/form-script.vue?vue&type=style&index=0&scoped=55d9c2fd&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=form-script.vue.d.ts.map
|
|
@@ -1,31 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
article: {
|
|
7
|
-
type: BooleanConstructor;
|
|
8
|
-
required: false;
|
|
9
|
-
};
|
|
10
|
-
subMenu: {
|
|
11
|
-
type: BooleanConstructor;
|
|
12
|
-
required: false;
|
|
13
|
-
};
|
|
14
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
headline: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
article: {
|
|
20
|
-
type: BooleanConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
};
|
|
23
|
-
subMenu: {
|
|
24
|
-
type: BooleanConstructor;
|
|
25
|
-
required: false;
|
|
26
|
-
};
|
|
27
|
-
}>>, {
|
|
28
|
-
article: boolean;
|
|
29
|
-
subMenu: boolean;
|
|
30
|
-
}, {}>;
|
|
31
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/headline/headline.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/headline/headline.vue?vue&type=style&index=0&scoped=080238bd&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=headline.vue.d.ts.map
|
|
@@ -1,215 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
declare const _sfc_main: import("vue").DefineComponent<{
|
|
7
|
-
headline: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
video: {
|
|
12
|
-
type: () => Video;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
}, {
|
|
16
|
-
AtomVideo: import("vue").DefineComponent<{
|
|
17
|
-
play: {
|
|
18
|
-
type: BooleanConstructor;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
src: {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
default: undefined;
|
|
25
|
-
};
|
|
26
|
-
localVideo: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
ariaLabel: {
|
|
31
|
-
type: StringConstructor;
|
|
32
|
-
default: string;
|
|
33
|
-
required: true;
|
|
34
|
-
};
|
|
35
|
-
title: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
controls: {
|
|
40
|
-
type: BooleanConstructor;
|
|
41
|
-
default: boolean;
|
|
42
|
-
};
|
|
43
|
-
poster: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
width: {
|
|
48
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
height: {
|
|
52
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
53
|
-
default: string;
|
|
54
|
-
};
|
|
55
|
-
autoplay: {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
};
|
|
59
|
-
loop: {
|
|
60
|
-
type: BooleanConstructor;
|
|
61
|
-
default: boolean;
|
|
62
|
-
};
|
|
63
|
-
muted: {
|
|
64
|
-
type: BooleanConstructor;
|
|
65
|
-
default: boolean;
|
|
66
|
-
};
|
|
67
|
-
}, {
|
|
68
|
-
props: any;
|
|
69
|
-
videoRef: import("vue").Ref<HTMLVideoElement | null>;
|
|
70
|
-
resetVideo: () => void;
|
|
71
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
-
play: {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
};
|
|
76
|
-
src: {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
required: true;
|
|
79
|
-
default: undefined;
|
|
80
|
-
};
|
|
81
|
-
localVideo: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
ariaLabel: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
default: string;
|
|
88
|
-
required: true;
|
|
89
|
-
};
|
|
90
|
-
title: {
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
default: string;
|
|
93
|
-
};
|
|
94
|
-
controls: {
|
|
95
|
-
type: BooleanConstructor;
|
|
96
|
-
default: boolean;
|
|
97
|
-
};
|
|
98
|
-
poster: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
default: string;
|
|
101
|
-
};
|
|
102
|
-
width: {
|
|
103
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
104
|
-
default: string;
|
|
105
|
-
};
|
|
106
|
-
height: {
|
|
107
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
108
|
-
default: string;
|
|
109
|
-
};
|
|
110
|
-
autoplay: {
|
|
111
|
-
type: BooleanConstructor;
|
|
112
|
-
default: boolean;
|
|
113
|
-
};
|
|
114
|
-
loop: {
|
|
115
|
-
type: BooleanConstructor;
|
|
116
|
-
default: boolean;
|
|
117
|
-
};
|
|
118
|
-
muted: {
|
|
119
|
-
type: BooleanConstructor;
|
|
120
|
-
default: boolean;
|
|
121
|
-
};
|
|
122
|
-
}>>, {
|
|
123
|
-
ariaLabel: string;
|
|
124
|
-
src: string;
|
|
125
|
-
width: string | number;
|
|
126
|
-
height: string | number;
|
|
127
|
-
play: boolean;
|
|
128
|
-
localVideo: boolean;
|
|
129
|
-
title: string;
|
|
130
|
-
controls: boolean;
|
|
131
|
-
poster: string;
|
|
132
|
-
autoplay: boolean;
|
|
133
|
-
loop: boolean;
|
|
134
|
-
muted: boolean;
|
|
135
|
-
}, {}>;
|
|
136
|
-
AtomLink: import("vue").DefineComponent<{
|
|
137
|
-
linkType: {
|
|
138
|
-
type: null;
|
|
139
|
-
required: true;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
arrow: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
required: false;
|
|
145
|
-
default: boolean;
|
|
146
|
-
};
|
|
147
|
-
underline: {
|
|
148
|
-
type: null;
|
|
149
|
-
required: false;
|
|
150
|
-
default: string;
|
|
151
|
-
};
|
|
152
|
-
disabled: {
|
|
153
|
-
type: BooleanConstructor;
|
|
154
|
-
required: false;
|
|
155
|
-
default: boolean;
|
|
156
|
-
};
|
|
157
|
-
}, {
|
|
158
|
-
LINKTYPES: {
|
|
159
|
-
readonly primary: "mir-link--btn button button--primary";
|
|
160
|
-
readonly secondary: "mir-link--btn button button--secondary";
|
|
161
|
-
readonly secondary_dark: "mir-link--btn button button--secondary-dark";
|
|
162
|
-
readonly regular: "regular-link";
|
|
163
|
-
readonly regular_dark: "regular-link-dark";
|
|
164
|
-
readonly regular_light: "regular-link-light";
|
|
165
|
-
readonly regular_blue: "regular-link-blue";
|
|
166
|
-
};
|
|
167
|
-
UNDERLINE: {
|
|
168
|
-
readonly hover: "underline-hover";
|
|
169
|
-
readonly true: "add-underline";
|
|
170
|
-
readonly false: "remove-underline";
|
|
171
|
-
};
|
|
172
|
-
selectedLinkType: import("vue").ComputedRef<any>;
|
|
173
|
-
selectedUnderline: import("vue").ComputedRef<any>;
|
|
174
|
-
props: any;
|
|
175
|
-
attrs: import("vue").ComputedRef<{
|
|
176
|
-
[x: string]: import("vue").Ref<any>;
|
|
177
|
-
}>;
|
|
178
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
179
|
-
linkType: {
|
|
180
|
-
type: null;
|
|
181
|
-
required: true;
|
|
182
|
-
default: string;
|
|
183
|
-
};
|
|
184
|
-
arrow: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
required: false;
|
|
187
|
-
default: boolean;
|
|
188
|
-
};
|
|
189
|
-
underline: {
|
|
190
|
-
type: null;
|
|
191
|
-
required: false;
|
|
192
|
-
default: string;
|
|
193
|
-
};
|
|
194
|
-
disabled: {
|
|
195
|
-
type: BooleanConstructor;
|
|
196
|
-
required: false;
|
|
197
|
-
default: boolean;
|
|
198
|
-
};
|
|
199
|
-
}>>, {
|
|
200
|
-
disabled: boolean;
|
|
201
|
-
linkType: any;
|
|
202
|
-
arrow: boolean;
|
|
203
|
-
underline: any;
|
|
204
|
-
}, {}>;
|
|
205
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
206
|
-
headline: {
|
|
207
|
-
type: StringConstructor;
|
|
208
|
-
required: true;
|
|
209
|
-
};
|
|
210
|
-
video: {
|
|
211
|
-
type: () => Video;
|
|
212
|
-
required: true;
|
|
213
|
-
};
|
|
214
|
-
}>>, {}, {}>;
|
|
215
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/hero/hero.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/hero/hero.vue?vue&type=style&index=0&scoped=bfcd60d5&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=hero.vue.d.ts.map
|
|
@@ -1,114 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
};
|
|
7
|
-
src: {
|
|
8
|
-
type: StringConstructor;
|
|
9
|
-
required: true;
|
|
10
|
-
};
|
|
11
|
-
alt: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
required: true;
|
|
14
|
-
};
|
|
15
|
-
}, {
|
|
16
|
-
AtomImage: import("vue").DefineComponent<{
|
|
17
|
-
src: {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
required: false;
|
|
20
|
-
default: undefined;
|
|
21
|
-
};
|
|
22
|
-
srcset: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
required: false;
|
|
25
|
-
default: undefined;
|
|
26
|
-
};
|
|
27
|
-
sizes: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
required: false;
|
|
30
|
-
default: undefined;
|
|
31
|
-
};
|
|
32
|
-
alt: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
required: false;
|
|
35
|
-
default: undefined;
|
|
36
|
-
};
|
|
37
|
-
width: {
|
|
38
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
39
|
-
required: false;
|
|
40
|
-
default: undefined;
|
|
41
|
-
};
|
|
42
|
-
height: {
|
|
43
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
44
|
-
required: false;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
loading: {
|
|
48
|
-
type: StringConstructor;
|
|
49
|
-
required: false;
|
|
50
|
-
default: string;
|
|
51
|
-
};
|
|
52
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
53
|
-
src: {
|
|
54
|
-
type: StringConstructor;
|
|
55
|
-
required: false;
|
|
56
|
-
default: undefined;
|
|
57
|
-
};
|
|
58
|
-
srcset: {
|
|
59
|
-
type: StringConstructor;
|
|
60
|
-
required: false;
|
|
61
|
-
default: undefined;
|
|
62
|
-
};
|
|
63
|
-
sizes: {
|
|
64
|
-
type: StringConstructor;
|
|
65
|
-
required: false;
|
|
66
|
-
default: undefined;
|
|
67
|
-
};
|
|
68
|
-
alt: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
required: false;
|
|
71
|
-
default: undefined;
|
|
72
|
-
};
|
|
73
|
-
width: {
|
|
74
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
75
|
-
required: false;
|
|
76
|
-
default: undefined;
|
|
77
|
-
};
|
|
78
|
-
height: {
|
|
79
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
80
|
-
required: false;
|
|
81
|
-
default: string;
|
|
82
|
-
};
|
|
83
|
-
loading: {
|
|
84
|
-
type: StringConstructor;
|
|
85
|
-
required: false;
|
|
86
|
-
default: string;
|
|
87
|
-
};
|
|
88
|
-
}>>, {
|
|
89
|
-
src: string;
|
|
90
|
-
srcset: string;
|
|
91
|
-
sizes: string;
|
|
92
|
-
alt: string;
|
|
93
|
-
width: string | number;
|
|
94
|
-
height: string | number;
|
|
95
|
-
loading: string;
|
|
96
|
-
}, {}>;
|
|
97
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
98
|
-
caption: {
|
|
99
|
-
type: StringConstructor;
|
|
100
|
-
required: false;
|
|
101
|
-
default: string;
|
|
102
|
-
};
|
|
103
|
-
src: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
required: true;
|
|
106
|
-
};
|
|
107
|
-
alt: {
|
|
108
|
-
type: StringConstructor;
|
|
109
|
-
required: true;
|
|
110
|
-
};
|
|
111
|
-
}>>, {
|
|
112
|
-
caption: string;
|
|
113
|
-
}, {}>;
|
|
114
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/image/image.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/image/image.vue?vue&type=style&index=0&scoped=79ce0bb6&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=image.vue.d.ts.map
|
|
@@ -1,278 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
mediaLarge: {
|
|
7
|
-
type: () => Media;
|
|
8
|
-
required: true;
|
|
9
|
-
};
|
|
10
|
-
mediaType: {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: string;
|
|
13
|
-
validator(value: string): boolean;
|
|
14
|
-
};
|
|
15
|
-
mediaSmall: {
|
|
16
|
-
type: () => Media[];
|
|
17
|
-
required: true;
|
|
18
|
-
};
|
|
19
|
-
body: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
required: false;
|
|
22
|
-
default: string;
|
|
23
|
-
};
|
|
24
|
-
flipHorizontal: {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
};
|
|
28
|
-
flipVertical: {
|
|
29
|
-
type: BooleanConstructor;
|
|
30
|
-
default: boolean;
|
|
31
|
-
};
|
|
32
|
-
bgColor: {
|
|
33
|
-
type: StringConstructor;
|
|
34
|
-
default: string;
|
|
35
|
-
validator(value: string): boolean;
|
|
36
|
-
};
|
|
37
|
-
}, {
|
|
38
|
-
AtomImage: import("vue").DefineComponent<{
|
|
39
|
-
src: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
required: false;
|
|
42
|
-
default: undefined;
|
|
43
|
-
};
|
|
44
|
-
srcset: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
required: false;
|
|
47
|
-
default: undefined;
|
|
48
|
-
};
|
|
49
|
-
sizes: {
|
|
50
|
-
type: StringConstructor;
|
|
51
|
-
required: false;
|
|
52
|
-
default: undefined;
|
|
53
|
-
};
|
|
54
|
-
alt: {
|
|
55
|
-
type: StringConstructor;
|
|
56
|
-
required: false;
|
|
57
|
-
default: undefined;
|
|
58
|
-
};
|
|
59
|
-
width: {
|
|
60
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
61
|
-
required: false;
|
|
62
|
-
default: undefined;
|
|
63
|
-
};
|
|
64
|
-
height: {
|
|
65
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
66
|
-
required: false;
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
loading: {
|
|
70
|
-
type: StringConstructor;
|
|
71
|
-
required: false;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
75
|
-
src: {
|
|
76
|
-
type: StringConstructor;
|
|
77
|
-
required: false;
|
|
78
|
-
default: undefined;
|
|
79
|
-
};
|
|
80
|
-
srcset: {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
required: false;
|
|
83
|
-
default: undefined;
|
|
84
|
-
};
|
|
85
|
-
sizes: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
required: false;
|
|
88
|
-
default: undefined;
|
|
89
|
-
};
|
|
90
|
-
alt: {
|
|
91
|
-
type: StringConstructor;
|
|
92
|
-
required: false;
|
|
93
|
-
default: undefined;
|
|
94
|
-
};
|
|
95
|
-
width: {
|
|
96
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
97
|
-
required: false;
|
|
98
|
-
default: undefined;
|
|
99
|
-
};
|
|
100
|
-
height: {
|
|
101
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
102
|
-
required: false;
|
|
103
|
-
default: string;
|
|
104
|
-
};
|
|
105
|
-
loading: {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
required: false;
|
|
108
|
-
default: string;
|
|
109
|
-
};
|
|
110
|
-
}>>, {
|
|
111
|
-
src: string;
|
|
112
|
-
srcset: string;
|
|
113
|
-
sizes: string;
|
|
114
|
-
alt: string;
|
|
115
|
-
width: string | number;
|
|
116
|
-
height: string | number;
|
|
117
|
-
loading: string;
|
|
118
|
-
}, {}>;
|
|
119
|
-
AtomVideo: import("vue").DefineComponent<{
|
|
120
|
-
play: {
|
|
121
|
-
type: BooleanConstructor;
|
|
122
|
-
default: boolean;
|
|
123
|
-
};
|
|
124
|
-
src: {
|
|
125
|
-
type: StringConstructor;
|
|
126
|
-
required: true;
|
|
127
|
-
default: undefined;
|
|
128
|
-
};
|
|
129
|
-
localVideo: {
|
|
130
|
-
type: BooleanConstructor;
|
|
131
|
-
default: boolean;
|
|
132
|
-
};
|
|
133
|
-
ariaLabel: {
|
|
134
|
-
type: StringConstructor;
|
|
135
|
-
default: string;
|
|
136
|
-
required: true;
|
|
137
|
-
};
|
|
138
|
-
title: {
|
|
139
|
-
type: StringConstructor;
|
|
140
|
-
default: string;
|
|
141
|
-
};
|
|
142
|
-
controls: {
|
|
143
|
-
type: BooleanConstructor;
|
|
144
|
-
default: boolean;
|
|
145
|
-
};
|
|
146
|
-
poster: {
|
|
147
|
-
type: StringConstructor;
|
|
148
|
-
default: string;
|
|
149
|
-
};
|
|
150
|
-
width: {
|
|
151
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
152
|
-
default: string;
|
|
153
|
-
};
|
|
154
|
-
height: {
|
|
155
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
156
|
-
default: string;
|
|
157
|
-
};
|
|
158
|
-
autoplay: {
|
|
159
|
-
type: BooleanConstructor;
|
|
160
|
-
default: boolean;
|
|
161
|
-
};
|
|
162
|
-
loop: {
|
|
163
|
-
type: BooleanConstructor;
|
|
164
|
-
default: boolean;
|
|
165
|
-
};
|
|
166
|
-
muted: {
|
|
167
|
-
type: BooleanConstructor;
|
|
168
|
-
default: boolean;
|
|
169
|
-
};
|
|
170
|
-
}, {
|
|
171
|
-
props: any;
|
|
172
|
-
videoRef: import("vue").Ref<HTMLVideoElement | null>;
|
|
173
|
-
resetVideo: () => void;
|
|
174
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
175
|
-
play: {
|
|
176
|
-
type: BooleanConstructor;
|
|
177
|
-
default: boolean;
|
|
178
|
-
};
|
|
179
|
-
src: {
|
|
180
|
-
type: StringConstructor;
|
|
181
|
-
required: true;
|
|
182
|
-
default: undefined;
|
|
183
|
-
};
|
|
184
|
-
localVideo: {
|
|
185
|
-
type: BooleanConstructor;
|
|
186
|
-
default: boolean;
|
|
187
|
-
};
|
|
188
|
-
ariaLabel: {
|
|
189
|
-
type: StringConstructor;
|
|
190
|
-
default: string;
|
|
191
|
-
required: true;
|
|
192
|
-
};
|
|
193
|
-
title: {
|
|
194
|
-
type: StringConstructor;
|
|
195
|
-
default: string;
|
|
196
|
-
};
|
|
197
|
-
controls: {
|
|
198
|
-
type: BooleanConstructor;
|
|
199
|
-
default: boolean;
|
|
200
|
-
};
|
|
201
|
-
poster: {
|
|
202
|
-
type: StringConstructor;
|
|
203
|
-
default: string;
|
|
204
|
-
};
|
|
205
|
-
width: {
|
|
206
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
207
|
-
default: string;
|
|
208
|
-
};
|
|
209
|
-
height: {
|
|
210
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
211
|
-
default: string;
|
|
212
|
-
};
|
|
213
|
-
autoplay: {
|
|
214
|
-
type: BooleanConstructor;
|
|
215
|
-
default: boolean;
|
|
216
|
-
};
|
|
217
|
-
loop: {
|
|
218
|
-
type: BooleanConstructor;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
|
-
muted: {
|
|
222
|
-
type: BooleanConstructor;
|
|
223
|
-
default: boolean;
|
|
224
|
-
};
|
|
225
|
-
}>>, {
|
|
226
|
-
ariaLabel: string;
|
|
227
|
-
src: string;
|
|
228
|
-
width: string | number;
|
|
229
|
-
height: string | number;
|
|
230
|
-
play: boolean;
|
|
231
|
-
localVideo: boolean;
|
|
232
|
-
title: string;
|
|
233
|
-
controls: boolean;
|
|
234
|
-
poster: string;
|
|
235
|
-
autoplay: boolean;
|
|
236
|
-
loop: boolean;
|
|
237
|
-
muted: boolean;
|
|
238
|
-
}, {}>;
|
|
239
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
240
|
-
mediaLarge: {
|
|
241
|
-
type: () => Media;
|
|
242
|
-
required: true;
|
|
243
|
-
};
|
|
244
|
-
mediaType: {
|
|
245
|
-
type: StringConstructor;
|
|
246
|
-
default: string;
|
|
247
|
-
validator(value: string): boolean;
|
|
248
|
-
};
|
|
249
|
-
mediaSmall: {
|
|
250
|
-
type: () => Media[];
|
|
251
|
-
required: true;
|
|
252
|
-
};
|
|
253
|
-
body: {
|
|
254
|
-
type: StringConstructor;
|
|
255
|
-
required: false;
|
|
256
|
-
default: string;
|
|
257
|
-
};
|
|
258
|
-
flipHorizontal: {
|
|
259
|
-
type: BooleanConstructor;
|
|
260
|
-
default: boolean;
|
|
261
|
-
};
|
|
262
|
-
flipVertical: {
|
|
263
|
-
type: BooleanConstructor;
|
|
264
|
-
default: boolean;
|
|
265
|
-
};
|
|
266
|
-
bgColor: {
|
|
267
|
-
type: StringConstructor;
|
|
268
|
-
default: string;
|
|
269
|
-
validator(value: string): boolean;
|
|
270
|
-
};
|
|
271
|
-
}>>, {
|
|
272
|
-
mediaType: string;
|
|
273
|
-
body: string;
|
|
274
|
-
flipHorizontal: boolean;
|
|
275
|
-
flipVertical: boolean;
|
|
276
|
-
bgColor: string;
|
|
277
|
-
}, {}>;
|
|
278
|
-
export default _sfc_main;
|
|
1
|
+
export * from "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/image-gallery/image-gallery.vue?vue&type=script&setup=true&lang.ts";
|
|
2
|
+
import "/home/runner/work/componentlibrary/componentlibrary/src/components/blocks/image-gallery/image-gallery.vue?vue&type=style&index=0&scoped=029495a0&lang.scss";
|
|
3
|
+
declare const _default: any;
|
|
4
|
+
export default _default;
|
|
5
|
+
//# sourceMappingURL=image-gallery.vue.d.ts.map
|