@visitscotland/component-library 5.25.0 → 5.27.0
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/client/manifest.json +97 -91
- package/dist/client/scripts/{03be5e7637e3fc5b35f2.js → 1918cd9906bebffe3457.js} +1 -1
- package/dist/client/scripts/2a74d3661f1aeb64da2d.js +1 -0
- package/dist/client/scripts/{17a86b81ab53210ba3b1.js → 33243d5f6375a35a5b08.js} +1 -1
- package/dist/client/scripts/5cfb5d9a106dafff176f.js +1 -0
- package/dist/client/scripts/913670cf11fb47143cc4.js +1 -0
- package/dist/client/scripts/93e3877d8dc2f8f2ba29.js +1 -0
- package/dist/client/scripts/a67dfcc6f9de1ceaf9d9.js +1 -0
- package/dist/client/scripts/{c4552846f303aee84135.js → b67e49703dfa94258c7e.js} +1 -1
- package/dist/client/scripts/{531fe01149ba3d42eb15.js → bd3814764b1c7e8c5751.js} +1 -1
- package/dist/client/scripts/d15b3712f04d6c8972a1.js +1 -0
- package/dist/client/scripts/d46534bfd4639ca6592e.js +1 -0
- package/dist/client/scripts/e555e6f7c093044467bd.js +1 -0
- package/dist/client/scripts/f3adb12e0b611f4ccba4.js +1 -0
- package/dist/client/styles/5cfb5d9a106dafff176f.css +1 -0
- package/dist/client/styles/913670cf11fb47143cc4.css +1 -0
- package/dist/components/src/components/form/Form.vue.d.ts +9 -0
- package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +37 -330
- package/dist/components/src/components/hero-section/components/HeroSectionImage.vue.d.ts +37 -330
- package/dist/components/src/components/input/Input.vue.d.ts +17 -0
- package/dist/components/src/components/media-caption/MediaCaption.vue.d.ts +224 -0
- package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +9 -0
- package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +9 -0
- package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -0
- package/dist/components/src/custom-components/maps/components/MapSidebar.vue.d.ts +11 -0
- package/dist/components/src/custom-components/maps/index.d.ts +17 -0
- package/dist/components/style.css +1 -1
- package/dist/components/vs-component-library.js +113 -113
- package/dist/components/vs-component-library.mjs +3321 -3189
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{9c26bdddbdf750a9532d.css → 6bb772fc5ee56d6200ef.css} +3 -3
- package/package.json +1 -1
- package/dist/client/scripts/1391b44bbf31e0b1501f.js +0 -1
- package/dist/client/scripts/34433c129bef8559d83f.js +0 -1
- package/dist/client/scripts/38efb2b25829632c19c8.js +0 -1
- package/dist/client/scripts/507ccdc5bf81d59adfb1.js +0 -1
- package/dist/client/scripts/5af5b9a163f461a17f19.js +0 -1
- package/dist/client/scripts/86bfa431e2d44d78e145.js +0 -1
- package/dist/client/scripts/89abc7e3a5eecf6b6014.js +0 -1
- package/dist/client/scripts/99f43c4c4a9704f957a9.js +0 -1
- package/dist/client/styles/38efb2b25829632c19c8.css +0 -1
- package/dist/client/styles/86bfa431e2d44d78e145.css +0 -1
- /package/dist/client/scripts/{4e1dd257cb65a4c90266.js → 951faebbaf9131953a9d.js} +0 -0
- /package/dist/client/styles/{03be5e7637e3fc5b35f2.css → 1918cd9906bebffe3457.css} +0 -0
- /package/dist/client/styles/{99f43c4c4a9704f957a9.css → 2a74d3661f1aeb64da2d.css} +0 -0
- /package/dist/client/styles/{507ccdc5bf81d59adfb1.css → 93e3877d8dc2f8f2ba29.css} +0 -0
- /package/dist/client/styles/{34433c129bef8559d83f.css → a67dfcc6f9de1ceaf9d9.css} +0 -0
- /package/dist/client/styles/{c4552846f303aee84135.css → b67e49703dfa94258c7e.css} +0 -0
- /package/dist/client/styles/{5af5b9a163f461a17f19.css → e555e6f7c093044467bd.css} +0 -0
- /package/dist/client/styles/{89abc7e3a5eecf6b6014.css → f3adb12e0b611f4ccba4.css} +0 -0
|
@@ -78,293 +78,54 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
78
78
|
imgCaption: string;
|
|
79
79
|
imgCredit: string;
|
|
80
80
|
}, {}, {
|
|
81
|
-
|
|
82
|
-
|
|
81
|
+
VsMediaCaption: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
82
|
+
videoId: {
|
|
83
83
|
type: StringConstructor;
|
|
84
84
|
default: string;
|
|
85
|
-
validator: (value: unknown) => any;
|
|
86
85
|
};
|
|
87
|
-
|
|
88
|
-
type:
|
|
89
|
-
default:
|
|
90
|
-
validator: (value: unknown) => any;
|
|
91
|
-
};
|
|
92
|
-
latitude: {
|
|
93
|
-
type: StringConstructor;
|
|
94
|
-
default: string;
|
|
95
|
-
};
|
|
96
|
-
longitude: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
};
|
|
100
|
-
textAlign: {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: string;
|
|
103
|
-
validator: (value: unknown) => any;
|
|
86
|
+
rightAlign: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
104
89
|
};
|
|
105
|
-
}>, {
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
"vs-color-border-warning": string;
|
|
129
|
-
"vs-color-border-error": string;
|
|
130
|
-
"vs-color-border-disabled": string;
|
|
131
|
-
"vs-color-icon-primary": string;
|
|
132
|
-
"vs-color-icon-secondary": string;
|
|
133
|
-
"vs-color-icon-tertiary": string;
|
|
134
|
-
"vs-color-icon-inverse": string;
|
|
135
|
-
"vs-color-icon-cta-on-light": string;
|
|
136
|
-
"vs-color-icon-highlight": string;
|
|
137
|
-
"vs-color-icon-success": string;
|
|
138
|
-
"vs-color-icon-warning": string;
|
|
139
|
-
"vs-color-icon-error": string;
|
|
140
|
-
"vs-color-icon-disabled": string;
|
|
141
|
-
"vs-color-icon-accent-saltire-30": string;
|
|
142
|
-
"vs-color-icon-ski-easy": string;
|
|
143
|
-
"vs-color-icon-ski-intermediate": string;
|
|
144
|
-
"vs-color-icon-ski-difficult": string;
|
|
145
|
-
"vs-color-icon-ski-very-difficult": string;
|
|
146
|
-
"vs-color-icon-ski-itineraries": string;
|
|
147
|
-
"vs-color-icon-ski-other": string;
|
|
148
|
-
"vs-color-icon-accent-loch-ness": string;
|
|
149
|
-
"vs-color-icon-accent-grey-02": string;
|
|
150
|
-
"vs-color-icon-accent-saltire": string;
|
|
151
|
-
"vs-color-icon-accent-bramble": string;
|
|
152
|
-
"vs-color-icon-accent-heather": string;
|
|
153
|
-
"vs-color-icon-accent-whisky": string;
|
|
154
|
-
"vs-color-icon-accent-cranachan": string;
|
|
155
|
-
"vs-color-icon-accent-buachaille": string;
|
|
156
|
-
"vs-color-interaction-focus": string;
|
|
157
|
-
"vs-color-interaction-focus-on-bold": string;
|
|
158
|
-
"vs-color-interaction-cta-primary": string;
|
|
159
|
-
"vs-color-interaction-cta-secondary": string;
|
|
160
|
-
"vs-color-interaction-cta-hover": string;
|
|
161
|
-
"vs-color-interaction-cta-pressed": string;
|
|
162
|
-
"vs-color-interaction-cta-disabled": string;
|
|
163
|
-
"vs-color-interaction-cta-subtle-hover": string;
|
|
164
|
-
"vs-color-interaction-cta-subtle-pressed": string;
|
|
165
|
-
"vs-color-interaction-cta-subtle": string;
|
|
166
|
-
"vs-color-interaction-link-primary": string;
|
|
167
|
-
"vs-color-interaction-link-secondary": string;
|
|
168
|
-
"vs-color-interaction-link-active": string;
|
|
169
|
-
"vs-color-interaction-link-visited": string;
|
|
170
|
-
"vs-color-interaction-link-disabled": string;
|
|
171
|
-
"vs-color-interaction-link-visited-on-bold": string;
|
|
172
|
-
"vs-color-text-primary": string;
|
|
173
|
-
"vs-color-text-secondary": string;
|
|
174
|
-
"vs-color-text-tertiary": string;
|
|
175
|
-
"vs-color-text-inverse": string;
|
|
176
|
-
"vs-color-text-cta-on-light": string;
|
|
177
|
-
"vs-color-text-highlight": string;
|
|
178
|
-
"vs-color-text-brand": string;
|
|
179
|
-
"vs-color-text-error": string;
|
|
180
|
-
"vs-color-text-success": string;
|
|
181
|
-
"vs-color-text-disabled": string;
|
|
182
|
-
breakpoint_xl: string;
|
|
183
|
-
grid_container_width_xl: string;
|
|
184
|
-
breakpoint_md: string;
|
|
185
|
-
max_container_width_xl: string;
|
|
186
|
-
grid_container_width_md: string;
|
|
187
|
-
breakpoint_sm: string;
|
|
188
|
-
breakpoint_lg: string;
|
|
189
|
-
breakpoint_xs: string;
|
|
190
|
-
max_container_width_md: string;
|
|
191
|
-
grid_container_width_sm: string;
|
|
192
|
-
grid_container_width_lg: string;
|
|
193
|
-
max_container_width_sm: string;
|
|
194
|
-
max_container_width_lg: string;
|
|
195
|
-
max_container_width_xxl: string;
|
|
196
|
-
grid_container_width_xxl: string;
|
|
197
|
-
breakpoint_xxl: string;
|
|
198
|
-
grid_columns: string;
|
|
199
|
-
grid_gutter_width: string;
|
|
200
|
-
"vs-spacer-0": string;
|
|
201
|
-
"vs-spacer-0125": string;
|
|
202
|
-
"vs-spacer-025": string;
|
|
203
|
-
"vs-spacer-050": string;
|
|
204
|
-
"vs-spacer-075": string;
|
|
205
|
-
"vs-spacer-100": string;
|
|
206
|
-
"vs-spacer-125": string;
|
|
207
|
-
"vs-spacer-150": string;
|
|
208
|
-
"vs-spacer-175": string;
|
|
209
|
-
"vs-spacer-200": string;
|
|
210
|
-
"vs-spacer-250": string;
|
|
211
|
-
"vs-spacer-300": string;
|
|
212
|
-
"vs-spacer-400": string;
|
|
213
|
-
"vs-spacer-500": string;
|
|
214
|
-
"vs-spacer-600": string;
|
|
215
|
-
"vs-spacer-700": string;
|
|
216
|
-
"vs-radius-medium": string;
|
|
217
|
-
"vs-radius-none": string;
|
|
218
|
-
"vs-radius-large-increased": string;
|
|
219
|
-
"vs-radius-extra-large-increased": string;
|
|
220
|
-
"vs-radius-tiny": string;
|
|
221
|
-
"vs-radius-large": string;
|
|
222
|
-
"vs-radius-extra-large": string;
|
|
223
|
-
"vs-radius-extra-extra-large": string;
|
|
224
|
-
"vs-radius-huge": string;
|
|
225
|
-
"vs-radius-full": string;
|
|
226
|
-
"vs-radius-small": string;
|
|
227
|
-
"vs-elevation-shadow-raised": string;
|
|
228
|
-
"vs-elevation-shadow-overlay": string;
|
|
229
|
-
"vs-elevation-surface": string;
|
|
230
|
-
"vs-elevation-surface-section": string;
|
|
231
|
-
"vs-elevation-surface-raised": string;
|
|
232
|
-
"vs-elevation-surface-overlay": string;
|
|
233
|
-
"vs-focus-shadow": string;
|
|
234
|
-
"vs-focus-shadow-on-dark": string;
|
|
235
|
-
"vs-border-width-sm": string;
|
|
236
|
-
"vs-border-width-md": string;
|
|
237
|
-
"vs-font-size-display-m": string;
|
|
238
|
-
"vs-font-size-display-s": string;
|
|
239
|
-
"vs-font-size-heading-xl": string;
|
|
240
|
-
"vs-font-size-heading-l": string;
|
|
241
|
-
"vs-font-size-heading-m": string;
|
|
242
|
-
"vs-font-size-heading-s": string;
|
|
243
|
-
"vs-font-size-heading-xs": string;
|
|
244
|
-
"vs-font-size-heading-xxs": string;
|
|
245
|
-
"vs-font-size-heading-xxxs": string;
|
|
246
|
-
"vs-font-size-detail-l": string;
|
|
247
|
-
"vs-font-size-detail-m": string;
|
|
248
|
-
"vs-font-size-detail-s": string;
|
|
249
|
-
"vs-font-size-body-l": string;
|
|
250
|
-
"vs-font-size-body-m": string;
|
|
251
|
-
"vs-font-size-body-s": string;
|
|
252
|
-
"vs-font-weight-strong": string;
|
|
253
|
-
"vs-font-weight-medium": string;
|
|
254
|
-
"vs-font-weight-regular": string;
|
|
255
|
-
"vs-font-weight-subtle": string;
|
|
256
|
-
"vs-font-weight-heading": string;
|
|
257
|
-
"vs-font-weight-body": string;
|
|
258
|
-
"vs-font-weight-detail": string;
|
|
259
|
-
"vs-font-family-sans-serif": string;
|
|
260
|
-
"vs-font-family-display": string;
|
|
261
|
-
"vs-line-height-heading": number;
|
|
262
|
-
"vs-line-height-detail": number;
|
|
263
|
-
"vs-line-height-body": number;
|
|
264
|
-
"vs-letter-spacing-display": string;
|
|
265
|
-
"vs-letter-spacing-heading": string;
|
|
266
|
-
"vs-letter-spacing-detail": string;
|
|
267
|
-
"vs-letter-spacing-body": string;
|
|
268
|
-
icon_size_xxs: string;
|
|
269
|
-
icon_size_xs: string;
|
|
270
|
-
icon_size_sm: string;
|
|
271
|
-
icon_size_md: string;
|
|
272
|
-
icon_size_lg: string;
|
|
273
|
-
icon_size_xl: string;
|
|
274
|
-
"vs-icon-facility-audio-loop": string;
|
|
275
|
-
"vs-icon-control-collapse": string;
|
|
276
|
-
"vs-icon-facility-wheelchair-access": string;
|
|
277
|
-
"vs-icon-control-pause": string;
|
|
278
|
-
"vs-icon-facility-cafe": string;
|
|
279
|
-
"vs-icon-feedback-error": string;
|
|
280
|
-
"vs-icon-facility-accessible-parking": string;
|
|
281
|
-
"vs-icon-control-filters": string;
|
|
282
|
-
"vs-icon-feedback-information": string;
|
|
283
|
-
"vs-icon-control-external-link": string;
|
|
284
|
-
"vs-icon-control-play": string;
|
|
285
|
-
"vs-icon-facility-accessible-dining": string;
|
|
286
|
-
"vs-icon-facility-public-transport": string;
|
|
287
|
-
"vs-icon-season-winter": string;
|
|
288
|
-
"vs-icon-control-expand": string;
|
|
289
|
-
"vs-icon-facility-pets-welcome": string;
|
|
290
|
-
"vs-icon-facility-parking": string;
|
|
291
|
-
"vs-icon-control-menu": string;
|
|
292
|
-
"vs-icon-season-spring": string;
|
|
293
|
-
"vs-icon-season-summer": string;
|
|
294
|
-
"vs-icon-facility-breakfast": string;
|
|
295
|
-
"vs-icon-control-back-to-top": string;
|
|
296
|
-
"vs-icon-control-dismiss": string;
|
|
297
|
-
"vs-icon-feedback-warning": string;
|
|
298
|
-
"vs-icon-facility-accessible-shower": string;
|
|
299
|
-
"vs-icon-facility-wifi": string;
|
|
300
|
-
"vs-icon-control-search": string;
|
|
301
|
-
"vs-icon-control-download": string;
|
|
302
|
-
"vs-icon-season-autumn": string;
|
|
303
|
-
"vs-icon-facility-accessible-toilet": string;
|
|
304
|
-
"vs-icon-feedback-success": string;
|
|
305
|
-
"vs-icon-facility-vegan": string;
|
|
306
|
-
"font-size-1": string;
|
|
307
|
-
"font-size-2": string;
|
|
308
|
-
"font-size-3": string;
|
|
309
|
-
"font-size-4": string;
|
|
310
|
-
"font-size-5": string;
|
|
311
|
-
"font-size-6": string;
|
|
312
|
-
"font-size-7": string;
|
|
313
|
-
"font-size-8": string;
|
|
314
|
-
"font-size-9": string;
|
|
315
|
-
"font-size-10": string;
|
|
316
|
-
"font-size-body": string;
|
|
317
|
-
"font-size-body-md": string;
|
|
318
|
-
"font-size-lead": string;
|
|
319
|
-
"font-size-lead-md": string;
|
|
320
|
-
"font-size-teaser": string;
|
|
321
|
-
opacity_100: string;
|
|
322
|
-
opacity_50: string;
|
|
323
|
-
opacity_0: string;
|
|
324
|
-
duration_quickly: string;
|
|
325
|
-
duration_base: string;
|
|
326
|
-
duration_slowly: string;
|
|
327
|
-
no_javascript: string;
|
|
328
|
-
theme_dark: string;
|
|
329
|
-
theme_grey: string;
|
|
90
|
+
}>, {
|
|
91
|
+
videoStore: import('pinia').Store<"video", import('../../../stores/video.store').IVideosState, {}, {
|
|
92
|
+
addVideo(newVideo: {
|
|
93
|
+
videoId: string;
|
|
94
|
+
videoDurationMsg: string;
|
|
95
|
+
videoDuration: number;
|
|
96
|
+
videoFullDuration: {
|
|
97
|
+
minutes: number;
|
|
98
|
+
seconds: number;
|
|
99
|
+
roundedMinutes: string;
|
|
100
|
+
};
|
|
101
|
+
}): void;
|
|
102
|
+
}>;
|
|
103
|
+
}, {}, {
|
|
104
|
+
videoDetails(): {
|
|
105
|
+
videoId: string;
|
|
106
|
+
videoDurationMsg: string;
|
|
107
|
+
videoDuration: number;
|
|
108
|
+
videoFullDuration: {
|
|
109
|
+
minutes: number;
|
|
110
|
+
seconds: number;
|
|
111
|
+
roundedMinutes: string;
|
|
112
|
+
};
|
|
330
113
|
};
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
captionClasses(): (string | {
|
|
335
|
-
'vs-caption--large': boolean;
|
|
336
|
-
'vs-caption--fullwidth': boolean;
|
|
337
|
-
})[];
|
|
114
|
+
captionClasses(): {
|
|
115
|
+
'text-end': boolean;
|
|
116
|
+
}[];
|
|
338
117
|
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
339
|
-
|
|
340
|
-
type: StringConstructor;
|
|
341
|
-
default: string;
|
|
342
|
-
validator: (value: unknown) => any;
|
|
343
|
-
};
|
|
344
|
-
theme: {
|
|
345
|
-
type: StringConstructor;
|
|
346
|
-
default: string;
|
|
347
|
-
validator: (value: unknown) => any;
|
|
348
|
-
};
|
|
349
|
-
latitude: {
|
|
350
|
-
type: StringConstructor;
|
|
351
|
-
default: string;
|
|
352
|
-
};
|
|
353
|
-
longitude: {
|
|
118
|
+
videoId: {
|
|
354
119
|
type: StringConstructor;
|
|
355
120
|
default: string;
|
|
356
121
|
};
|
|
357
|
-
|
|
358
|
-
type:
|
|
359
|
-
default:
|
|
360
|
-
validator: (value: unknown) => any;
|
|
122
|
+
rightAlign: {
|
|
123
|
+
type: BooleanConstructor;
|
|
124
|
+
default: boolean;
|
|
361
125
|
};
|
|
362
126
|
}>> & Readonly<{}>, {
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
latitude: string;
|
|
366
|
-
longitude: string;
|
|
367
|
-
textAlign: string;
|
|
127
|
+
videoId: string;
|
|
128
|
+
rightAlign: boolean;
|
|
368
129
|
}, {}, {
|
|
369
130
|
VsRow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
370
131
|
VsCol: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
@@ -525,60 +286,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
525
286
|
};
|
|
526
287
|
});
|
|
527
288
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
528
|
-
VsCaptionImageMap: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
529
|
-
latitude: {
|
|
530
|
-
type: StringConstructor;
|
|
531
|
-
default: string;
|
|
532
|
-
};
|
|
533
|
-
longitude: {
|
|
534
|
-
type: StringConstructor;
|
|
535
|
-
default: string;
|
|
536
|
-
};
|
|
537
|
-
mapOutlineColor: {
|
|
538
|
-
type: StringConstructor;
|
|
539
|
-
default: string;
|
|
540
|
-
};
|
|
541
|
-
mapMarkerColor: {
|
|
542
|
-
type: StringConstructor;
|
|
543
|
-
default: string;
|
|
544
|
-
};
|
|
545
|
-
}>, {}, {
|
|
546
|
-
cornerCoordinates: {
|
|
547
|
-
NE: number;
|
|
548
|
-
NW: number;
|
|
549
|
-
SE: number;
|
|
550
|
-
SW: number;
|
|
551
|
-
};
|
|
552
|
-
mapWidth: number;
|
|
553
|
-
mapHeight: number;
|
|
554
|
-
}, {
|
|
555
|
-
positionY(): number;
|
|
556
|
-
positionX(): number;
|
|
557
|
-
}, {
|
|
558
|
-
calculateAxisPosition(scaleStart: any, scaleEnd: any, coord: any, axisLength: any): number;
|
|
559
|
-
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
560
|
-
latitude: {
|
|
561
|
-
type: StringConstructor;
|
|
562
|
-
default: string;
|
|
563
|
-
};
|
|
564
|
-
longitude: {
|
|
565
|
-
type: StringConstructor;
|
|
566
|
-
default: string;
|
|
567
|
-
};
|
|
568
|
-
mapOutlineColor: {
|
|
569
|
-
type: StringConstructor;
|
|
570
|
-
default: string;
|
|
571
|
-
};
|
|
572
|
-
mapMarkerColor: {
|
|
573
|
-
type: StringConstructor;
|
|
574
|
-
default: string;
|
|
575
|
-
};
|
|
576
|
-
}>> & Readonly<{}>, {
|
|
577
|
-
latitude: string;
|
|
578
|
-
longitude: string;
|
|
579
|
-
mapOutlineColor: string;
|
|
580
|
-
mapMarkerColor: string;
|
|
581
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
582
289
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
583
290
|
VsImg: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
584
291
|
src: {
|
|
@@ -45,6 +45,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
type: BooleanConstructor;
|
|
46
46
|
default: boolean;
|
|
47
47
|
};
|
|
48
|
+
/**
|
|
49
|
+
* AriaLabel to be passed through to the input
|
|
50
|
+
* element, rather than sitting on top level div
|
|
51
|
+
*/
|
|
52
|
+
ariaLabel: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
48
56
|
/**
|
|
49
57
|
* Option to disable the input
|
|
50
58
|
*/
|
|
@@ -222,6 +230,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
222
230
|
type: BooleanConstructor;
|
|
223
231
|
default: boolean;
|
|
224
232
|
};
|
|
233
|
+
/**
|
|
234
|
+
* AriaLabel to be passed through to the input
|
|
235
|
+
* element, rather than sitting on top level div
|
|
236
|
+
*/
|
|
237
|
+
ariaLabel: {
|
|
238
|
+
type: StringConstructor;
|
|
239
|
+
default: string;
|
|
240
|
+
};
|
|
225
241
|
/**
|
|
226
242
|
* Option to disable the input
|
|
227
243
|
*/
|
|
@@ -294,6 +310,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
310
|
name: string;
|
|
295
311
|
value: string;
|
|
296
312
|
disabled: boolean;
|
|
313
|
+
ariaLabel: string;
|
|
297
314
|
invalid: boolean;
|
|
298
315
|
validationRules: Record<string, any>;
|
|
299
316
|
triggerValidate: boolean;
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
2
|
+
/**
|
|
3
|
+
* The video ID to associate with the caption - displays
|
|
4
|
+
* length of video dynamically when a video is loaded on the page.
|
|
5
|
+
*/
|
|
6
|
+
videoId: {
|
|
7
|
+
type: StringConstructor;
|
|
8
|
+
default: string;
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* Align the caption text to the right
|
|
12
|
+
*/
|
|
13
|
+
rightAlign: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
};
|
|
17
|
+
}>, {
|
|
18
|
+
videoStore: import('pinia').Store<"video", import('../../stores/video.store').IVideosState, {}, {
|
|
19
|
+
addVideo(newVideo: {
|
|
20
|
+
videoId: string;
|
|
21
|
+
videoDurationMsg: string;
|
|
22
|
+
videoDuration: number;
|
|
23
|
+
videoFullDuration: {
|
|
24
|
+
minutes: number;
|
|
25
|
+
seconds: number;
|
|
26
|
+
roundedMinutes: string;
|
|
27
|
+
};
|
|
28
|
+
}): void;
|
|
29
|
+
}>;
|
|
30
|
+
}, {}, {
|
|
31
|
+
videoDetails(): {
|
|
32
|
+
videoId: string;
|
|
33
|
+
videoDurationMsg: string;
|
|
34
|
+
videoDuration: number;
|
|
35
|
+
videoFullDuration: {
|
|
36
|
+
minutes: number;
|
|
37
|
+
seconds: number;
|
|
38
|
+
roundedMinutes: string;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
captionClasses(): {
|
|
42
|
+
'text-end': boolean;
|
|
43
|
+
}[];
|
|
44
|
+
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
45
|
+
/**
|
|
46
|
+
* The video ID to associate with the caption - displays
|
|
47
|
+
* length of video dynamically when a video is loaded on the page.
|
|
48
|
+
*/
|
|
49
|
+
videoId: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
default: string;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Align the caption text to the right
|
|
55
|
+
*/
|
|
56
|
+
rightAlign: {
|
|
57
|
+
type: BooleanConstructor;
|
|
58
|
+
default: boolean;
|
|
59
|
+
};
|
|
60
|
+
}>> & Readonly<{}>, {
|
|
61
|
+
videoId: string;
|
|
62
|
+
rightAlign: boolean;
|
|
63
|
+
}, {}, {
|
|
64
|
+
VsRow: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
VsCol: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
66
|
+
BCol: import('vue').DefineComponent<{
|
|
67
|
+
alignSelf: {
|
|
68
|
+
type: import('vue').PropType<import('bootstrap-vue-next').AlignmentVertical | "auto">;
|
|
69
|
+
default: null;
|
|
70
|
+
};
|
|
71
|
+
tag: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
74
|
+
};
|
|
75
|
+
order: {
|
|
76
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
77
|
+
default: null;
|
|
78
|
+
};
|
|
79
|
+
offset: {
|
|
80
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
81
|
+
default: null;
|
|
82
|
+
};
|
|
83
|
+
col: {
|
|
84
|
+
type: BooleanConstructor;
|
|
85
|
+
default: boolean;
|
|
86
|
+
};
|
|
87
|
+
cols: {
|
|
88
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
89
|
+
default: null;
|
|
90
|
+
};
|
|
91
|
+
}, {
|
|
92
|
+
computedClasses: import('vue').ComputedRef<(string[] | {
|
|
93
|
+
[x: string]: boolean;
|
|
94
|
+
col: boolean;
|
|
95
|
+
})[]>;
|
|
96
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
97
|
+
alignSelf: {
|
|
98
|
+
type: import('vue').PropType<import('bootstrap-vue-next').AlignmentVertical | "auto">;
|
|
99
|
+
default: null;
|
|
100
|
+
};
|
|
101
|
+
tag: {
|
|
102
|
+
type: StringConstructor;
|
|
103
|
+
default: string;
|
|
104
|
+
};
|
|
105
|
+
order: {
|
|
106
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
107
|
+
default: null;
|
|
108
|
+
};
|
|
109
|
+
offset: {
|
|
110
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
111
|
+
default: null;
|
|
112
|
+
};
|
|
113
|
+
col: {
|
|
114
|
+
type: BooleanConstructor;
|
|
115
|
+
default: boolean;
|
|
116
|
+
};
|
|
117
|
+
cols: {
|
|
118
|
+
type: (StringConstructor | NumberConstructor)[];
|
|
119
|
+
default: null;
|
|
120
|
+
};
|
|
121
|
+
}>>, {
|
|
122
|
+
tag: string;
|
|
123
|
+
cols: string | number;
|
|
124
|
+
col: boolean;
|
|
125
|
+
offset: string | number;
|
|
126
|
+
order: string | number;
|
|
127
|
+
alignSelf: import('bootstrap-vue-next').AlignmentVertical | "auto";
|
|
128
|
+
}, import('vue').SlotsType<{
|
|
129
|
+
default?: Record<string, never> | undefined;
|
|
130
|
+
}>, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
131
|
+
}, {}, string, () => {
|
|
132
|
+
cols: unknown;
|
|
133
|
+
sm: unknown;
|
|
134
|
+
md: unknown;
|
|
135
|
+
lg: unknown;
|
|
136
|
+
xl: unknown;
|
|
137
|
+
}, true, {}, any>;
|
|
138
|
+
VsContainer: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
139
|
+
BContainer: {
|
|
140
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
141
|
+
tag: {
|
|
142
|
+
type: import('vue').PropType<string>;
|
|
143
|
+
default: string;
|
|
144
|
+
};
|
|
145
|
+
fluid: {
|
|
146
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
147
|
+
default: boolean;
|
|
148
|
+
};
|
|
149
|
+
gutterX: {
|
|
150
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
151
|
+
default: undefined;
|
|
152
|
+
};
|
|
153
|
+
gutterY: {
|
|
154
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
155
|
+
default: undefined;
|
|
156
|
+
};
|
|
157
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
158
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
159
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
160
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
161
|
+
tag: string;
|
|
162
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
163
|
+
P: {};
|
|
164
|
+
B: {};
|
|
165
|
+
D: {};
|
|
166
|
+
C: {};
|
|
167
|
+
M: {};
|
|
168
|
+
Defaults: {};
|
|
169
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
170
|
+
tag: {
|
|
171
|
+
type: import('vue').PropType<string>;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
fluid: {
|
|
175
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
176
|
+
default: boolean;
|
|
177
|
+
};
|
|
178
|
+
gutterX: {
|
|
179
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
180
|
+
default: undefined;
|
|
181
|
+
};
|
|
182
|
+
gutterY: {
|
|
183
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
184
|
+
default: undefined;
|
|
185
|
+
};
|
|
186
|
+
}>>, {}, {}, {}, {}, {
|
|
187
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
188
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
189
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
190
|
+
tag: string;
|
|
191
|
+
}>;
|
|
192
|
+
__isFragment?: never;
|
|
193
|
+
__isTeleport?: never;
|
|
194
|
+
__isSuspense?: never;
|
|
195
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
196
|
+
tag: {
|
|
197
|
+
type: import('vue').PropType<string>;
|
|
198
|
+
default: string;
|
|
199
|
+
};
|
|
200
|
+
fluid: {
|
|
201
|
+
type: import('vue').PropType<boolean | import('bootstrap-vue-next').Breakpoint>;
|
|
202
|
+
default: boolean;
|
|
203
|
+
};
|
|
204
|
+
gutterX: {
|
|
205
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
206
|
+
default: undefined;
|
|
207
|
+
};
|
|
208
|
+
gutterY: {
|
|
209
|
+
type: import('vue').PropType<import('node_modules/bootstrap-vue-next/dist/src/types').Numberish>;
|
|
210
|
+
default: undefined;
|
|
211
|
+
};
|
|
212
|
+
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
213
|
+
fluid: boolean | import('bootstrap-vue-next').Breakpoint;
|
|
214
|
+
gutterX: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
215
|
+
gutterY: import('node_modules/bootstrap-vue-next/dist/src/types').Numberish;
|
|
216
|
+
tag: string;
|
|
217
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
218
|
+
$slots: {
|
|
219
|
+
default?(_: {}): any;
|
|
220
|
+
};
|
|
221
|
+
});
|
|
222
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
223
|
+
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
224
|
+
export default _default;
|
|
@@ -2436,6 +2436,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2436
2436
|
type: BooleanConstructor;
|
|
2437
2437
|
default: boolean;
|
|
2438
2438
|
};
|
|
2439
|
+
ariaLabel: {
|
|
2440
|
+
type: StringConstructor;
|
|
2441
|
+
default: string;
|
|
2442
|
+
};
|
|
2439
2443
|
disabled: {
|
|
2440
2444
|
type: BooleanConstructor;
|
|
2441
2445
|
default: boolean;
|
|
@@ -2538,6 +2542,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2538
2542
|
type: BooleanConstructor;
|
|
2539
2543
|
default: boolean;
|
|
2540
2544
|
};
|
|
2545
|
+
ariaLabel: {
|
|
2546
|
+
type: StringConstructor;
|
|
2547
|
+
default: string;
|
|
2548
|
+
};
|
|
2541
2549
|
disabled: {
|
|
2542
2550
|
type: BooleanConstructor;
|
|
2543
2551
|
default: boolean;
|
|
@@ -2577,6 +2585,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2577
2585
|
name: string;
|
|
2578
2586
|
value: string;
|
|
2579
2587
|
disabled: boolean;
|
|
2588
|
+
ariaLabel: string;
|
|
2580
2589
|
invalid: boolean;
|
|
2581
2590
|
validationRules: Record<string, any>;
|
|
2582
2591
|
triggerValidate: boolean;
|