@visitscotland/component-library 5.53.1 → 5.54.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.
Files changed (107) hide show
  1. package/dist/components/{LoadingSpinner-D0Xf9MWc.mjs → LoadingSpinner-CIALXVmL.mjs} +3018 -2991
  2. package/dist/components/LoadingSpinner-WvjNy1CK.js +41 -0
  3. package/dist/components/src/components/accordion/components/AccordionItem.vue.d.ts +4 -0
  4. package/dist/components/src/components/accordion/components/AccordionToggle.vue.d.ts +2 -0
  5. package/dist/components/src/components/address/Address.vue.d.ts +2 -0
  6. package/dist/components/src/components/alert/Alert.vue.d.ts +2 -0
  7. package/dist/components/src/components/article-details/ArticleDetails.vue.d.ts +2 -0
  8. package/dist/components/src/components/banner/Banner.vue.d.ts +4 -0
  9. package/dist/components/src/components/button/Button.vue.d.ts +2 -0
  10. package/dist/components/src/components/button-toggle-group/ButtonToggleGroup.vue.d.ts +2 -0
  11. package/dist/components/src/components/canned-search/CannedSearch.vue.d.ts +8 -0
  12. package/dist/components/src/components/canned-search/components/CannedSearchLogos.vue.d.ts +2 -0
  13. package/dist/components/src/components/canned-search/components/CannedSearchProductCard.vue.d.ts +2 -0
  14. package/dist/components/src/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +2 -0
  15. package/dist/components/src/components/caption/Caption.vue.d.ts +2 -0
  16. package/dist/components/src/components/carbon-calculator/CarbonCalculator.vue.d.ts +16 -0
  17. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorQuestion.vue.d.ts +2 -0
  18. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +4 -0
  19. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorRunningTotal.vue.d.ts +2 -0
  20. package/dist/components/src/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +2 -0
  21. package/dist/components/src/components/card/Card.vue.d.ts +2 -0
  22. package/dist/components/src/components/carousel/Carousel.vue.d.ts +2 -0
  23. package/dist/components/src/components/carousel/components/CarouselSlide.vue.d.ts +10 -0
  24. package/dist/components/src/components/content-swiper/ContentSwiper.vue.d.ts +1656 -0
  25. package/dist/components/src/components/content-swiper/components/ContentSwiperSlide.d.ts +2 -0
  26. package/dist/components/src/components/detail/Detail.vue.d.ts +2 -0
  27. package/dist/components/src/components/embed-wrapper/EmbedWrapper.vue.d.ts +4 -0
  28. package/dist/components/src/components/event-card/EventCard.vue.d.ts +2 -0
  29. package/dist/components/src/components/footer/components/FooterAccordionItem.vue.d.ts +4 -0
  30. package/dist/components/src/components/footer/components/FooterCopyright.vue.d.ts +2 -0
  31. package/dist/components/src/components/footer/components/FooterNavListItem.vue.d.ts +2 -0
  32. package/dist/components/src/components/footer/components/FooterSocialItem.vue.d.ts +4 -0
  33. package/dist/components/src/components/form/Form.vue.d.ts +8 -0
  34. package/dist/components/src/components/global-menu/components/GlobalMenuLanguage.vue.d.ts +2 -0
  35. package/dist/components/src/components/hero-section/HeroSection.vue.d.ts +8 -0
  36. package/dist/components/src/components/icon/Icon.vue.d.ts +2 -0
  37. package/dist/components/src/components/icon-list/components/IconListItem.vue.d.ts +2 -0
  38. package/dist/components/src/components/image-with-caption/ImageWithCaption.vue.d.ts +14 -0
  39. package/dist/components/src/components/index.d.ts +2 -0
  40. package/dist/components/src/components/input/Input.vue.d.ts +2 -0
  41. package/dist/components/src/components/itineraries/Itinerary.vue.d.ts +2 -0
  42. package/dist/components/src/components/itineraries/components/ItineraryDay.vue.d.ts +6 -0
  43. package/dist/components/src/components/itineraries/components/ItineraryStop.vue.d.ts +4 -0
  44. package/dist/components/src/components/itineraries/components/ItineraryStopInfo.vue.d.ts +4 -0
  45. package/dist/components/src/components/link/Link.vue.d.ts +2 -0
  46. package/dist/components/src/components/link-list/components/LinkListItem.vue.d.ts +2 -0
  47. package/dist/components/src/components/listicle/ListicleItem.vue.d.ts +2 -0
  48. package/dist/components/src/components/map/Map.vue.d.ts +4 -0
  49. package/dist/components/src/components/map/components/MapMarker.vue.d.ts +2 -0
  50. package/dist/components/src/components/map-marker-icon/MapMarkerIcon.vue.d.ts +2 -0
  51. package/dist/components/src/components/map-with-sidebar/MapWithSidebar.vue.d.ts +26 -0
  52. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarButtons.vue.d.ts +2 -0
  53. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarCategory.vue.d.ts +4 -0
  54. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarControls.vue.d.ts +2 -0
  55. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarListItem.vue.d.ts +2 -0
  56. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarPanel.vue.d.ts +14 -0
  57. package/dist/components/src/components/map-with-sidebar/components/MapWithSidebarSubcategory.vue.d.ts +2 -0
  58. package/dist/components/src/components/mega-nav/MegaNav.vue.d.ts +14 -0
  59. package/dist/components/src/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +6 -0
  60. package/dist/components/src/components/mega-nav/components/MegaNavDropdown.vue.d.ts +2 -0
  61. package/dist/components/src/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +4 -0
  62. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +8 -0
  63. package/dist/components/src/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +8 -0
  64. package/dist/components/src/components/mega-nav/components/MegaNavListItem.vue.d.ts +2 -0
  65. package/dist/components/src/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +2 -0
  66. package/dist/components/src/components/megalinks/Megalinks.vue.d.ts +2 -0
  67. package/dist/components/src/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +10 -0
  68. package/dist/components/src/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +10 -0
  69. package/dist/components/src/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +2 -0
  70. package/dist/components/src/components/modal/Modal.vue.d.ts +2 -0
  71. package/dist/components/src/components/navigation-bar/NavigationBar.vue.d.ts +6 -0
  72. package/dist/components/src/components/navigation-bar/components/NavigationBarSearch.vue.d.ts +8 -0
  73. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebar.vue.d.ts +2 -0
  74. package/dist/components/src/components/navigation-bar/components/NavigationBarSidebarButton.vue.d.ts +4 -0
  75. package/dist/components/src/components/number-input/NumberInput.vue.d.ts +2 -0
  76. package/dist/components/src/components/pagination/VsPagination.vue.d.ts +2 -2
  77. package/dist/components/src/components/product-search/ProductSearch.vue.d.ts +4 -0
  78. package/dist/components/src/components/site-search/SiteSearch.vue.d.ts +2 -0
  79. package/dist/components/src/components/site-search/components/SiteSearchForm.vue.d.ts +6 -0
  80. package/dist/components/src/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +8 -0
  81. package/dist/components/src/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +14 -0
  82. package/dist/components/src/components/skip-to/SkipTo.vue.d.ts +2 -0
  83. package/dist/components/src/components/social-credit-link/SocialCreditLink.vue.d.ts +4 -0
  84. package/dist/components/src/components/social-share/SocialShare.vue.d.ts +2 -0
  85. package/dist/components/src/components/social-share/components/SocialShareItem.vue.d.ts +4 -0
  86. package/dist/components/src/components/spotlight-section/SpotlightSection.vue.d.ts +2 -0
  87. package/dist/components/src/components/stretched-link-card/StretchedLinkCard.vue.d.ts +8 -0
  88. package/dist/components/src/components/stretched-link-card/components/StretchedLinkPanels.vue.d.ts +2 -0
  89. package/dist/components/src/components/summary-box/components/SummaryBoxListItem.vue.d.ts +2 -0
  90. package/dist/components/src/components/svg-link/SvgLink.vue.d.ts +2 -0
  91. package/dist/components/src/components/tag/Tag.vue.d.ts +2 -0
  92. package/dist/components/src/components/toggle-button/ToggleButton.vue.d.ts +4 -0
  93. package/dist/components/src/components/tooltip/Tooltip.vue.d.ts +2 -0
  94. package/dist/components/src/components/video/Video.vue.d.ts +8 -0
  95. package/dist/components/src/components/video/components/VideoHtml5.vue.d.ts +4 -0
  96. package/dist/components/src/components/video/components/VideoYoutube.vue.d.ts +4 -0
  97. package/dist/components/src/components/video-caption/VideoCaption.vue.d.ts +10 -0
  98. package/dist/components/src/components/warning/Warning.vue.d.ts +4 -0
  99. package/dist/components/src/custom-components/maps/MainMap.vue.d.ts +2 -2
  100. package/dist/components/src/custom-components/maps/index.d.ts +2 -2
  101. package/dist/components/style.css +1 -1
  102. package/dist/components/vs-component-library-maps.js +1 -1
  103. package/dist/components/vs-component-library-maps.mjs +1 -1
  104. package/dist/components/vs-component-library.js +9 -9
  105. package/dist/components/vs-component-library.mjs +8110 -4119
  106. package/package.json +2 -1
  107. package/dist/components/LoadingSpinner-GwEp7vJg.js +0 -41
@@ -0,0 +1,1656 @@
1
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
+ /**
3
+ * Accessibility text for previous button
4
+ */
5
+ previousButtonLabel: {
6
+ type: StringConstructor;
7
+ required: true;
8
+ };
9
+ /**
10
+ * Accessibility text for next button
11
+ */
12
+ nextButtonLabel: {
13
+ type: StringConstructor;
14
+ required: true;
15
+ };
16
+ /**
17
+ * Set to true when the content swiper is placed inside
18
+ * a Bootstrap grid container to remove the padding and
19
+ * max-width that the component applies for overflow capabilities
20
+ */
21
+ contained: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ /**
26
+ * Slides per view at XS breakpoint (0px+)
27
+ */
28
+ slidesPerViewXs: {
29
+ type: NumberConstructor;
30
+ default: number;
31
+ };
32
+ /**
33
+ * Slides per view at SM breakpoint (576px+)
34
+ */
35
+ slidesPerViewSm: {
36
+ type: NumberConstructor;
37
+ default: any;
38
+ };
39
+ /**
40
+ * Slides per view at MD breakpoint (768px+)
41
+ */
42
+ slidesPerViewMd: {
43
+ type: NumberConstructor;
44
+ default: any;
45
+ };
46
+ /**
47
+ * Slides per view at LG breakpoint (992px+)
48
+ */
49
+ slidesPerViewLg: {
50
+ type: NumberConstructor;
51
+ default: any;
52
+ };
53
+ /**
54
+ * Slides per view at XL breakpoint (1200px+)
55
+ */
56
+ slidesPerViewXl: {
57
+ type: NumberConstructor;
58
+ default: any;
59
+ };
60
+ /**
61
+ * Slides per view at XXL breakpoint (1400px+)
62
+ */
63
+ slidesPerViewXxl: {
64
+ type: NumberConstructor;
65
+ default: any;
66
+ };
67
+ /**
68
+ * Slides per view at XXXL breakpoint (1680px+)
69
+ */
70
+ slidesPerViewXxxl: {
71
+ type: NumberConstructor;
72
+ default: any;
73
+ };
74
+ }>, {
75
+ instanceId: string;
76
+ }, {
77
+ modules: import('swiper/types').SwiperModule[];
78
+ isInteracting: boolean;
79
+ }, {
80
+ contentSwiperClasses(): {
81
+ 'is-interacting': boolean;
82
+ 'vs-content-swiper--contained': boolean;
83
+ };
84
+ scrollbarContainerClasses(): string[];
85
+ swiperNavigation(): {
86
+ prevEl: string;
87
+ nextEl: string;
88
+ };
89
+ swiperScrollbar(): {
90
+ el: string;
91
+ draggable: boolean;
92
+ };
93
+ swiperA11y(): {
94
+ scrollOnFocus: boolean;
95
+ slideLabelMessage: string;
96
+ };
97
+ swiperBreakpoints(): {};
98
+ }, {
99
+ /**
100
+ * Sets isInteracting to true when user starts
101
+ * interacting with the content swiper (touch or mouse).
102
+ */
103
+ startInteraction(): void;
104
+ /**
105
+ * Sets isInteracting to false with a delay to prevent
106
+ * hiding the scrollbar immediately after interaction ends.
107
+ */
108
+ endInteraction(): void;
109
+ }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
110
+ /**
111
+ * Accessibility text for previous button
112
+ */
113
+ previousButtonLabel: {
114
+ type: StringConstructor;
115
+ required: true;
116
+ };
117
+ /**
118
+ * Accessibility text for next button
119
+ */
120
+ nextButtonLabel: {
121
+ type: StringConstructor;
122
+ required: true;
123
+ };
124
+ /**
125
+ * Set to true when the content swiper is placed inside
126
+ * a Bootstrap grid container to remove the padding and
127
+ * max-width that the component applies for overflow capabilities
128
+ */
129
+ contained: {
130
+ type: BooleanConstructor;
131
+ default: boolean;
132
+ };
133
+ /**
134
+ * Slides per view at XS breakpoint (0px+)
135
+ */
136
+ slidesPerViewXs: {
137
+ type: NumberConstructor;
138
+ default: number;
139
+ };
140
+ /**
141
+ * Slides per view at SM breakpoint (576px+)
142
+ */
143
+ slidesPerViewSm: {
144
+ type: NumberConstructor;
145
+ default: any;
146
+ };
147
+ /**
148
+ * Slides per view at MD breakpoint (768px+)
149
+ */
150
+ slidesPerViewMd: {
151
+ type: NumberConstructor;
152
+ default: any;
153
+ };
154
+ /**
155
+ * Slides per view at LG breakpoint (992px+)
156
+ */
157
+ slidesPerViewLg: {
158
+ type: NumberConstructor;
159
+ default: any;
160
+ };
161
+ /**
162
+ * Slides per view at XL breakpoint (1200px+)
163
+ */
164
+ slidesPerViewXl: {
165
+ type: NumberConstructor;
166
+ default: any;
167
+ };
168
+ /**
169
+ * Slides per view at XXL breakpoint (1400px+)
170
+ */
171
+ slidesPerViewXxl: {
172
+ type: NumberConstructor;
173
+ default: any;
174
+ };
175
+ /**
176
+ * Slides per view at XXXL breakpoint (1680px+)
177
+ */
178
+ slidesPerViewXxxl: {
179
+ type: NumberConstructor;
180
+ default: any;
181
+ };
182
+ }>> & Readonly<{}>, {
183
+ contained: boolean;
184
+ slidesPerViewXs: number;
185
+ slidesPerViewSm: number;
186
+ slidesPerViewMd: number;
187
+ slidesPerViewLg: number;
188
+ slidesPerViewXl: number;
189
+ slidesPerViewXxl: number;
190
+ slidesPerViewXxxl: number;
191
+ }, {}, {
192
+ Swiper: import('vue').DefineComponent<{
193
+ tag: {
194
+ type: StringConstructor;
195
+ default: string;
196
+ };
197
+ wrapperTag: {
198
+ type: StringConstructor;
199
+ default: string;
200
+ };
201
+ modules: {
202
+ type: ArrayConstructor;
203
+ default: undefined;
204
+ };
205
+ init: {
206
+ type: BooleanConstructor;
207
+ default: undefined;
208
+ };
209
+ direction: {
210
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["direction"]>;
211
+ default: import('swiper/types').SwiperOptions["direction"];
212
+ };
213
+ oneWayMovement: {
214
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["oneWayMovement"]>;
215
+ default: import('swiper/types').SwiperOptions["oneWayMovement"];
216
+ };
217
+ swiperElementNodeName: {
218
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["swiperElementNodeName"]>;
219
+ default: import('swiper/types').SwiperOptions["swiperElementNodeName"];
220
+ };
221
+ touchEventsTarget: {
222
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["touchEventsTarget"]>;
223
+ default: undefined;
224
+ };
225
+ initialSlide: {
226
+ type: NumberConstructor;
227
+ default: undefined;
228
+ };
229
+ speed: {
230
+ type: NumberConstructor;
231
+ default: undefined;
232
+ };
233
+ cssMode: {
234
+ type: BooleanConstructor;
235
+ default: undefined;
236
+ };
237
+ updateOnWindowResize: {
238
+ type: BooleanConstructor;
239
+ default: undefined;
240
+ };
241
+ resizeObserver: {
242
+ type: BooleanConstructor;
243
+ default: undefined;
244
+ };
245
+ nested: {
246
+ type: BooleanConstructor;
247
+ default: undefined;
248
+ };
249
+ focusableElements: {
250
+ type: StringConstructor;
251
+ default: undefined;
252
+ };
253
+ width: {
254
+ type: NumberConstructor;
255
+ default: undefined;
256
+ };
257
+ height: {
258
+ type: NumberConstructor;
259
+ default: undefined;
260
+ };
261
+ preventInteractionOnTransition: {
262
+ type: BooleanConstructor;
263
+ default: undefined;
264
+ };
265
+ userAgent: {
266
+ type: StringConstructor;
267
+ default: undefined;
268
+ };
269
+ url: {
270
+ type: StringConstructor;
271
+ default: undefined;
272
+ };
273
+ edgeSwipeDetection: {
274
+ type: BooleanConstructor | StringConstructor;
275
+ default: undefined;
276
+ };
277
+ edgeSwipeThreshold: {
278
+ type: NumberConstructor;
279
+ default: undefined;
280
+ };
281
+ autoHeight: {
282
+ type: BooleanConstructor;
283
+ default: undefined;
284
+ };
285
+ setWrapperSize: {
286
+ type: BooleanConstructor;
287
+ default: undefined;
288
+ };
289
+ virtualTranslate: {
290
+ type: BooleanConstructor;
291
+ default: undefined;
292
+ };
293
+ effect: {
294
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["effect"]>;
295
+ default: undefined;
296
+ };
297
+ breakpoints: {
298
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["breakpoints"]>;
299
+ default: undefined;
300
+ };
301
+ spaceBetween: {
302
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["spaceBetween"]>;
303
+ default: undefined;
304
+ };
305
+ slidesPerView: {
306
+ type: import('vue').PropType<import('swiper/types').SwiperOptions["slidesPerView"]>;
307
+ default: undefined;
308
+ };
309
+ maxBackfaceHiddenSlides: {
310
+ type: NumberConstructor;
311
+ default: undefined;
312
+ };
313
+ slidesPerGroup: {
314
+ type: NumberConstructor;
315
+ default: undefined;
316
+ };
317
+ slidesPerGroupSkip: {
318
+ type: NumberConstructor;
319
+ default: undefined;
320
+ };
321
+ slidesPerGroupAuto: {
322
+ type: BooleanConstructor;
323
+ default: undefined;
324
+ };
325
+ centeredSlides: {
326
+ type: BooleanConstructor;
327
+ default: undefined;
328
+ };
329
+ centeredSlidesBounds: {
330
+ type: BooleanConstructor;
331
+ default: undefined;
332
+ };
333
+ slidesOffsetBefore: {
334
+ type: NumberConstructor;
335
+ default: undefined;
336
+ };
337
+ slidesOffsetAfter: {
338
+ type: NumberConstructor;
339
+ default: undefined;
340
+ };
341
+ normalizeSlideIndex: {
342
+ type: BooleanConstructor;
343
+ default: undefined;
344
+ };
345
+ centerInsufficientSlides: {
346
+ type: BooleanConstructor;
347
+ default: undefined;
348
+ };
349
+ snapToSlideEdge: {
350
+ type: BooleanConstructor;
351
+ default: undefined;
352
+ };
353
+ watchOverflow: {
354
+ type: BooleanConstructor;
355
+ default: undefined;
356
+ };
357
+ roundLengths: {
358
+ type: BooleanConstructor;
359
+ default: undefined;
360
+ };
361
+ touchRatio: {
362
+ type: NumberConstructor;
363
+ default: undefined;
364
+ };
365
+ touchAngle: {
366
+ type: NumberConstructor;
367
+ default: undefined;
368
+ };
369
+ simulateTouch: {
370
+ type: BooleanConstructor;
371
+ default: undefined;
372
+ };
373
+ shortSwipes: {
374
+ type: BooleanConstructor;
375
+ default: undefined;
376
+ };
377
+ longSwipes: {
378
+ type: BooleanConstructor;
379
+ default: undefined;
380
+ };
381
+ longSwipesRatio: {
382
+ type: NumberConstructor;
383
+ default: undefined;
384
+ };
385
+ longSwipesMs: {
386
+ type: NumberConstructor;
387
+ default: undefined;
388
+ };
389
+ followFinger: {
390
+ type: BooleanConstructor;
391
+ default: undefined;
392
+ };
393
+ allowTouchMove: {
394
+ type: BooleanConstructor;
395
+ default: undefined;
396
+ };
397
+ threshold: {
398
+ type: NumberConstructor;
399
+ default: undefined;
400
+ };
401
+ touchMoveStopPropagation: {
402
+ type: BooleanConstructor;
403
+ default: undefined;
404
+ };
405
+ touchStartPreventDefault: {
406
+ type: BooleanConstructor;
407
+ default: undefined;
408
+ };
409
+ touchStartForcePreventDefault: {
410
+ type: BooleanConstructor;
411
+ default: undefined;
412
+ };
413
+ touchReleaseOnEdges: {
414
+ type: BooleanConstructor;
415
+ default: undefined;
416
+ };
417
+ uniqueNavElements: {
418
+ type: BooleanConstructor;
419
+ default: undefined;
420
+ };
421
+ resistance: {
422
+ type: BooleanConstructor;
423
+ default: undefined;
424
+ };
425
+ resistanceRatio: {
426
+ type: NumberConstructor;
427
+ default: undefined;
428
+ };
429
+ watchSlidesProgress: {
430
+ type: BooleanConstructor;
431
+ default: undefined;
432
+ };
433
+ grabCursor: {
434
+ type: BooleanConstructor;
435
+ default: undefined;
436
+ };
437
+ preventClicks: {
438
+ type: BooleanConstructor;
439
+ default: undefined;
440
+ };
441
+ preventClicksPropagation: {
442
+ type: BooleanConstructor;
443
+ default: undefined;
444
+ };
445
+ slideToClickedSlide: {
446
+ type: BooleanConstructor;
447
+ default: undefined;
448
+ };
449
+ loop: {
450
+ type: BooleanConstructor;
451
+ default: undefined;
452
+ };
453
+ loopAddBlankSlides: {
454
+ type: BooleanConstructor;
455
+ default: undefined;
456
+ };
457
+ loopAdditionalSlides: {
458
+ type: NumberConstructor;
459
+ default: undefined;
460
+ };
461
+ loopPreventsSliding: {
462
+ type: BooleanConstructor;
463
+ default: undefined;
464
+ };
465
+ rewind: {
466
+ type: BooleanConstructor;
467
+ default: undefined;
468
+ };
469
+ allowSlidePrev: {
470
+ type: BooleanConstructor;
471
+ default: undefined;
472
+ };
473
+ allowSlideNext: {
474
+ type: BooleanConstructor;
475
+ default: undefined;
476
+ };
477
+ swipeHandler: {
478
+ type: BooleanConstructor;
479
+ default: undefined;
480
+ };
481
+ noSwiping: {
482
+ type: BooleanConstructor;
483
+ default: undefined;
484
+ };
485
+ noSwipingClass: {
486
+ type: StringConstructor;
487
+ default: undefined;
488
+ };
489
+ noSwipingSelector: {
490
+ type: StringConstructor;
491
+ default: undefined;
492
+ };
493
+ passiveListeners: {
494
+ type: BooleanConstructor;
495
+ default: undefined;
496
+ };
497
+ containerModifierClass: {
498
+ type: StringConstructor;
499
+ default: undefined;
500
+ };
501
+ slideClass: {
502
+ type: StringConstructor;
503
+ default: undefined;
504
+ };
505
+ slideActiveClass: {
506
+ type: StringConstructor;
507
+ default: undefined;
508
+ };
509
+ slideVisibleClass: {
510
+ type: StringConstructor;
511
+ default: undefined;
512
+ };
513
+ slideFullyVisibleClass: {
514
+ type: StringConstructor;
515
+ default: undefined;
516
+ };
517
+ slideBlankClass: {
518
+ type: StringConstructor;
519
+ default: undefined;
520
+ };
521
+ slideNextClass: {
522
+ type: StringConstructor;
523
+ default: undefined;
524
+ };
525
+ slidePrevClass: {
526
+ type: StringConstructor;
527
+ default: undefined;
528
+ };
529
+ wrapperClass: {
530
+ type: StringConstructor;
531
+ default: undefined;
532
+ };
533
+ lazyPreloaderClass: {
534
+ type: StringConstructor;
535
+ default: undefined;
536
+ };
537
+ lazyPreloadPrevNext: {
538
+ type: NumberConstructor;
539
+ default: undefined;
540
+ };
541
+ runCallbacksOnInit: {
542
+ type: BooleanConstructor;
543
+ default: undefined;
544
+ };
545
+ observer: {
546
+ type: BooleanConstructor;
547
+ default: undefined;
548
+ };
549
+ observeParents: {
550
+ type: BooleanConstructor;
551
+ default: undefined;
552
+ };
553
+ observeSlideChildren: {
554
+ type: BooleanConstructor;
555
+ default: undefined;
556
+ };
557
+ a11y: {
558
+ type: import('vue').PropType<import('swiper/types').A11yOptions | boolean>;
559
+ default: undefined;
560
+ };
561
+ autoplay: {
562
+ type: import('vue').PropType<import('swiper/types').AutoplayOptions | boolean>;
563
+ default: undefined;
564
+ };
565
+ controller: {
566
+ type: import('vue').PropType<import('swiper/types').ControllerOptions>;
567
+ default: undefined;
568
+ };
569
+ coverflowEffect: {
570
+ type: import('vue').PropType<import('swiper/types').CoverflowEffectOptions>;
571
+ default: undefined;
572
+ };
573
+ cubeEffect: {
574
+ type: import('vue').PropType<import('swiper/types').CubeEffectOptions>;
575
+ default: undefined;
576
+ };
577
+ fadeEffect: {
578
+ type: import('vue').PropType<import('swiper/types').FadeEffectOptions>;
579
+ default: undefined;
580
+ };
581
+ flipEffect: {
582
+ type: import('vue').PropType<import('swiper/types').FlipEffectOptions>;
583
+ default: undefined;
584
+ };
585
+ creativeEffect: {
586
+ type: import('vue').PropType<import('swiper/types').CreativeEffectOptions>;
587
+ default: undefined;
588
+ };
589
+ cardsEffect: {
590
+ type: import('vue').PropType<import('swiper/types').CardsEffectOptions>;
591
+ default: undefined;
592
+ };
593
+ hashNavigation: {
594
+ type: import('vue').PropType<import('swiper/types').HashNavigationOptions | boolean>;
595
+ default: undefined;
596
+ };
597
+ history: {
598
+ type: import('vue').PropType<import('swiper/types').HistoryOptions | boolean>;
599
+ default: undefined;
600
+ };
601
+ keyboard: {
602
+ type: import('vue').PropType<import('swiper/types').KeyboardOptions | boolean>;
603
+ default: undefined;
604
+ };
605
+ mousewheel: {
606
+ type: import('vue').PropType<import('swiper/types').MousewheelOptions | boolean>;
607
+ default: undefined;
608
+ };
609
+ navigation: {
610
+ type: import('vue').PropType<import('swiper/types').NavigationOptions | boolean>;
611
+ default: undefined;
612
+ };
613
+ pagination: {
614
+ type: import('vue').PropType<import('swiper/types').PaginationOptions | boolean>;
615
+ default: undefined;
616
+ };
617
+ parallax: {
618
+ type: import('vue').PropType<import('swiper/types').ParallaxOptions | boolean>;
619
+ default: undefined;
620
+ };
621
+ scrollbar: {
622
+ type: import('vue').PropType<import('swiper/types').ScrollbarOptions | boolean>;
623
+ default: undefined;
624
+ };
625
+ thumbs: {
626
+ type: import('vue').PropType<import('swiper/types').ThumbsOptions>;
627
+ default: undefined;
628
+ };
629
+ virtual: {
630
+ type: import('vue').PropType<import('swiper/types').VirtualOptions | boolean>;
631
+ default: undefined;
632
+ };
633
+ zoom: {
634
+ type: import('vue').PropType<import('swiper/types').ZoomOptions | boolean>;
635
+ default: undefined;
636
+ };
637
+ freeMode: {
638
+ type: import('vue').PropType<import('swiper/types').FreeModeOptions | boolean>;
639
+ default: undefined;
640
+ };
641
+ grid: {
642
+ type: import('vue').PropType<import('swiper/types').GridOptions>;
643
+ default: undefined;
644
+ };
645
+ }, () => JSX.Element, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
646
+ swiper: (swiper: import('swiper/types').Swiper) => void;
647
+ autoplayStart: (swiper: import('swiper/types').Swiper) => void;
648
+ autoplayStop: (swiper: import('swiper/types').Swiper) => void;
649
+ autoplayPause: (swiper: import('swiper/types').Swiper) => void;
650
+ autoplayResume: (swiper: import('swiper/types').Swiper) => void;
651
+ autoplayTimeLeft: (swiper: import('swiper/types').Swiper, timeLeft: number, percentage: number) => void;
652
+ autoplay: (swiper: import('swiper/types').Swiper) => void;
653
+ hashChange: (swiper: import('swiper/types').Swiper) => void;
654
+ hashSet: (swiper: import('swiper/types').Swiper) => void;
655
+ keyPress: (swiper: import('swiper/types').Swiper, keyCode: string) => void;
656
+ navigationHide: (swiper: import('swiper/types').Swiper) => void;
657
+ navigationShow: (swiper: import('swiper/types').Swiper) => void;
658
+ navigationPrev: (swiper: import('swiper/types').Swiper) => void;
659
+ navigationNext: (swiper: import('swiper/types').Swiper) => void;
660
+ paginationRender: (swiper: import('swiper/types').Swiper, paginationEl: HTMLElement) => void;
661
+ paginationUpdate: (swiper: import('swiper/types').Swiper, paginationEl: HTMLElement) => void;
662
+ paginationHide: (swiper: import('swiper/types').Swiper) => void;
663
+ paginationShow: (swiper: import('swiper/types').Swiper) => void;
664
+ scroll: (swiper: import('swiper/types').Swiper, event: WheelEvent) => void;
665
+ scrollbarDragStart: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
666
+ scrollbarDragMove: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
667
+ scrollbarDragEnd: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
668
+ zoomChange: (swiper: import('swiper/types').Swiper, scale: number, imageEl: HTMLElement, slideEl: HTMLElement) => void;
669
+ init: (swiper: import('swiper/types').Swiper) => any;
670
+ beforeDestroy: (swiper: import('swiper/types').Swiper) => void;
671
+ slidesUpdated: (swiper: import('swiper/types').Swiper) => void;
672
+ slideChange: (swiper: import('swiper/types').Swiper) => void;
673
+ slideChangeTransitionStart: (swiper: import('swiper/types').Swiper) => void;
674
+ slideChangeTransitionEnd: (swiper: import('swiper/types').Swiper) => void;
675
+ slideNextTransitionStart: (swiper: import('swiper/types').Swiper) => void;
676
+ slideNextTransitionEnd: (swiper: import('swiper/types').Swiper) => void;
677
+ slidePrevTransitionStart: (swiper: import('swiper/types').Swiper) => void;
678
+ slidePrevTransitionEnd: (swiper: import('swiper/types').Swiper) => void;
679
+ transitionStart: (swiper: import('swiper/types').Swiper) => void;
680
+ transitionEnd: (swiper: import('swiper/types').Swiper) => void;
681
+ touchStart: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
682
+ touchMove: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
683
+ touchMoveOpposite: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
684
+ sliderMove: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
685
+ touchEnd: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
686
+ click: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
687
+ tap: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
688
+ doubleTap: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
689
+ progress: (swiper: import('swiper/types').Swiper, progress: number) => void;
690
+ reachBeginning: (swiper: import('swiper/types').Swiper) => void;
691
+ reachEnd: (swiper: import('swiper/types').Swiper) => void;
692
+ toEdge: (swiper: import('swiper/types').Swiper) => void;
693
+ fromEdge: (swiper: import('swiper/types').Swiper) => void;
694
+ setTranslate: (swiper: import('swiper/types').Swiper, translate: number) => void;
695
+ setTransition: (swiper: import('swiper/types').Swiper, transition: number) => void;
696
+ resize: (swiper: import('swiper/types').Swiper) => void;
697
+ observerUpdate: (swiper: import('swiper/types').Swiper) => void;
698
+ beforeLoopFix: (swiper: import('swiper/types').Swiper) => void;
699
+ loopFix: (swiper: import('swiper/types').Swiper) => void;
700
+ breakpoint: (swiper: import('swiper/types').Swiper, breakpointParams: import('swiper/types').SwiperOptions) => void;
701
+ _beforeBreakpoint: (swiper: import('swiper/types').Swiper, breakpointParams: import('swiper/types').SwiperOptions) => void;
702
+ _containerClasses: (swiper: import('swiper/types').Swiper, classNames: string) => void;
703
+ _slideClass: (swiper: import('swiper/types').Swiper, slideEl: HTMLElement, classNames: string) => void;
704
+ _slideClasses: (swiper: import('swiper/types').Swiper, slides: {
705
+ slideEl: HTMLElement;
706
+ classNames: string;
707
+ index: number;
708
+ }[]) => void;
709
+ _swiper: (swiper: import('swiper/types').Swiper) => void;
710
+ _freeModeNoMomentumRelease: (swiper: import('swiper/types').Swiper) => void;
711
+ activeIndexChange: (swiper: import('swiper/types').Swiper) => void;
712
+ snapIndexChange: (swiper: import('swiper/types').Swiper) => void;
713
+ realIndexChange: (swiper: import('swiper/types').Swiper) => void;
714
+ afterInit: (swiper: import('swiper/types').Swiper) => void;
715
+ beforeInit: (swiper: import('swiper/types').Swiper) => void;
716
+ beforeResize: (swiper: import('swiper/types').Swiper) => void;
717
+ beforeSlideChangeStart: (swiper: import('swiper/types').Swiper) => void;
718
+ beforeTransitionStart: (swiper: import('swiper/types').Swiper, speed: number, internal: any) => void;
719
+ changeDirection: (swiper: import('swiper/types').Swiper) => void;
720
+ doubleClick: (swiper: import('swiper/types').Swiper, event: MouseEvent | TouchEvent | PointerEvent) => void;
721
+ destroy: (swiper: import('swiper/types').Swiper) => void;
722
+ momentumBounce: (swiper: import('swiper/types').Swiper) => void;
723
+ orientationchange: (swiper: import('swiper/types').Swiper) => void;
724
+ slideResetTransitionStart: (swiper: import('swiper/types').Swiper) => void;
725
+ slideResetTransitionEnd: (swiper: import('swiper/types').Swiper) => void;
726
+ sliderFirstMove: (swiper: import('swiper/types').Swiper, event: TouchEvent) => void;
727
+ slidesLengthChange: (swiper: import('swiper/types').Swiper) => void;
728
+ slidesGridLengthChange: (swiper: import('swiper/types').Swiper) => void;
729
+ snapGridLengthChange: (swiper: import('swiper/types').Swiper) => void;
730
+ update: (swiper: import('swiper/types').Swiper) => void;
731
+ lock: (swiper: import('swiper/types').Swiper) => void;
732
+ unlock: (swiper: import('swiper/types').Swiper) => void;
733
+ }>;
734
+ VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
735
+ href: {
736
+ type: StringConstructor;
737
+ default: any;
738
+ };
739
+ tabindex: {
740
+ type: StringConstructor;
741
+ default: any;
742
+ };
743
+ variant: {
744
+ type: StringConstructor;
745
+ default: string;
746
+ validator: (value: unknown) => any;
747
+ };
748
+ size: {
749
+ type: StringConstructor;
750
+ default: string;
751
+ validator: (value: unknown) => any;
752
+ };
753
+ animate: {
754
+ type: BooleanConstructor;
755
+ default: boolean;
756
+ };
757
+ rounded: {
758
+ type: BooleanConstructor;
759
+ default: boolean;
760
+ };
761
+ icon: {
762
+ type: StringConstructor;
763
+ default: string;
764
+ };
765
+ iconOnly: {
766
+ type: BooleanConstructor;
767
+ default: boolean;
768
+ };
769
+ showLabelBreakpoint: {
770
+ type: StringConstructor;
771
+ default: string;
772
+ validator: (value: unknown) => boolean;
773
+ };
774
+ active: {
775
+ type: BooleanConstructor;
776
+ default: boolean;
777
+ };
778
+ iconPosition: {
779
+ type: StringConstructor;
780
+ default: string;
781
+ validator: (value: unknown) => any;
782
+ };
783
+ }>, {}, {
784
+ isAnimating: boolean;
785
+ }, {
786
+ buttonClasses(): {
787
+ [x: string]: string | boolean;
788
+ 'vs-button--animated': boolean;
789
+ 'vs-button--is-animating': boolean;
790
+ 'vs-button--rounded': boolean;
791
+ 'vs-button--icon-only': boolean;
792
+ 'vs-button--active': boolean;
793
+ 'vs-button--flex-reverse': boolean;
794
+ };
795
+ iconClasses(): {
796
+ 'vs-icon--right': boolean;
797
+ 'vs-icon--left': boolean;
798
+ }[];
799
+ buttonLabelClasses(): {
800
+ [x: string]: string | true;
801
+ 'visually-hidden': string | true;
802
+ };
803
+ }, {
804
+ animateHandler(event: any): void;
805
+ tabbedIn(event: any): void;
806
+ trackLink(event: any): void;
807
+ }, {
808
+ computed: {
809
+ pageUrl: () => string;
810
+ };
811
+ data(): {
812
+ dataLayerLoadConfirmed: boolean;
813
+ dataLayerStore: any;
814
+ };
815
+ mounted(): void;
816
+ methods: {
817
+ templateFiller(template: any, values: any): {};
818
+ createDataLayerObject(type: any, event: any, href: any): void;
819
+ returnIsoDate(): string;
820
+ pushToDataLayer(object: any): void;
821
+ compileFullTemplate(templateValues: any): any;
822
+ targetText(event: any): any;
823
+ };
824
+ }, import('vue').ComponentOptionsMixin, "btnFocus"[], "btnFocus", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
825
+ href: {
826
+ type: StringConstructor;
827
+ default: any;
828
+ };
829
+ tabindex: {
830
+ type: StringConstructor;
831
+ default: any;
832
+ };
833
+ variant: {
834
+ type: StringConstructor;
835
+ default: string;
836
+ validator: (value: unknown) => any;
837
+ };
838
+ size: {
839
+ type: StringConstructor;
840
+ default: string;
841
+ validator: (value: unknown) => any;
842
+ };
843
+ animate: {
844
+ type: BooleanConstructor;
845
+ default: boolean;
846
+ };
847
+ rounded: {
848
+ type: BooleanConstructor;
849
+ default: boolean;
850
+ };
851
+ icon: {
852
+ type: StringConstructor;
853
+ default: string;
854
+ };
855
+ iconOnly: {
856
+ type: BooleanConstructor;
857
+ default: boolean;
858
+ };
859
+ showLabelBreakpoint: {
860
+ type: StringConstructor;
861
+ default: string;
862
+ validator: (value: unknown) => boolean;
863
+ };
864
+ active: {
865
+ type: BooleanConstructor;
866
+ default: boolean;
867
+ };
868
+ iconPosition: {
869
+ type: StringConstructor;
870
+ default: string;
871
+ validator: (value: unknown) => any;
872
+ };
873
+ }>> & Readonly<{
874
+ onBtnFocus?: (...args: any[]) => any;
875
+ }>, {
876
+ icon: string;
877
+ variant: string;
878
+ size: string;
879
+ href: string;
880
+ active: boolean;
881
+ tabindex: string;
882
+ animate: boolean;
883
+ rounded: boolean;
884
+ iconOnly: boolean;
885
+ showLabelBreakpoint: string;
886
+ iconPosition: string;
887
+ }, {}, {
888
+ BButton: {
889
+ new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
890
+ pressed: import('vue').PropType<boolean | undefined>;
891
+ tag: {
892
+ type: import('vue').PropType<string>;
893
+ default: string;
894
+ };
895
+ type: {
896
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
897
+ default: string;
898
+ };
899
+ replace: {
900
+ type: import('vue').PropType<boolean>;
901
+ default: undefined;
902
+ };
903
+ target: {
904
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
905
+ default: undefined;
906
+ };
907
+ to: {
908
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
909
+ default: undefined;
910
+ };
911
+ append: {
912
+ type: import('vue').PropType<boolean>;
913
+ default: undefined;
914
+ };
915
+ disabled: {
916
+ type: import('vue').PropType<boolean>;
917
+ default: undefined;
918
+ };
919
+ href: {
920
+ type: import('vue').PropType<string>;
921
+ default: undefined;
922
+ };
923
+ rel: {
924
+ type: import('vue').PropType<string>;
925
+ default: undefined;
926
+ };
927
+ size: {
928
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
929
+ default: string;
930
+ };
931
+ active: {
932
+ type: import('vue').PropType<boolean>;
933
+ default: boolean;
934
+ };
935
+ activeClass: {
936
+ type: import('vue').PropType<string>;
937
+ default: undefined;
938
+ };
939
+ routerComponentName: {
940
+ type: import('vue').PropType<string>;
941
+ default: undefined;
942
+ };
943
+ variant: {
944
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
945
+ default: string;
946
+ };
947
+ opacity: {
948
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
949
+ default: undefined;
950
+ };
951
+ opacityHover: {
952
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
953
+ default: undefined;
954
+ };
955
+ underlineVariant: {
956
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
957
+ default: undefined;
958
+ };
959
+ underlineOffset: {
960
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
961
+ default: undefined;
962
+ };
963
+ underlineOffsetHover: {
964
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
965
+ default: undefined;
966
+ };
967
+ underlineOpacity: {
968
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
969
+ default: undefined;
970
+ };
971
+ underlineOpacityHover: {
972
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
973
+ default: undefined;
974
+ };
975
+ pill: {
976
+ type: import('vue').PropType<boolean>;
977
+ default: boolean;
978
+ };
979
+ icon: {
980
+ type: import('vue').PropType<boolean>;
981
+ default: undefined;
982
+ };
983
+ routerTag: {
984
+ type: import('vue').PropType<string>;
985
+ default: undefined;
986
+ };
987
+ exactActiveClass: {
988
+ type: import('vue').PropType<string>;
989
+ default: undefined;
990
+ };
991
+ loading: {
992
+ type: import('vue').PropType<boolean>;
993
+ default: boolean;
994
+ };
995
+ loadingFill: {
996
+ type: import('vue').PropType<boolean>;
997
+ default: boolean;
998
+ };
999
+ loadingText: {
1000
+ type: import('vue').PropType<string>;
1001
+ default: string;
1002
+ };
1003
+ squared: {
1004
+ type: import('vue').PropType<boolean>;
1005
+ default: boolean;
1006
+ };
1007
+ }>> & {
1008
+ onClick?: ((value: MouseEvent) => any) | undefined;
1009
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1010
+ click: (value: MouseEvent) => void;
1011
+ }, import('vue').PublicProps, {
1012
+ tag: string;
1013
+ type: import('bootstrap-vue-next').ButtonType;
1014
+ replace: boolean;
1015
+ target: import('bootstrap-vue-next').LinkTarget;
1016
+ to: import('vue-router').RouteLocationRaw;
1017
+ append: boolean;
1018
+ disabled: boolean;
1019
+ href: string;
1020
+ rel: string;
1021
+ size: keyof import('bootstrap-vue-next').BaseSize;
1022
+ active: boolean;
1023
+ activeClass: string;
1024
+ routerComponentName: string;
1025
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
1026
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1027
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1028
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
1029
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
1030
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
1031
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1032
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1033
+ pill: boolean;
1034
+ icon: boolean;
1035
+ routerTag: string;
1036
+ exactActiveClass: string;
1037
+ loading: boolean;
1038
+ loadingFill: boolean;
1039
+ loadingText: string;
1040
+ squared: boolean;
1041
+ }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
1042
+ P: {};
1043
+ B: {};
1044
+ D: {};
1045
+ C: {};
1046
+ M: {};
1047
+ Defaults: {};
1048
+ }, Readonly<import('vue').ExtractPropTypes<{
1049
+ pressed: import('vue').PropType<boolean | undefined>;
1050
+ tag: {
1051
+ type: import('vue').PropType<string>;
1052
+ default: string;
1053
+ };
1054
+ type: {
1055
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
1056
+ default: string;
1057
+ };
1058
+ replace: {
1059
+ type: import('vue').PropType<boolean>;
1060
+ default: undefined;
1061
+ };
1062
+ target: {
1063
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
1064
+ default: undefined;
1065
+ };
1066
+ to: {
1067
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
1068
+ default: undefined;
1069
+ };
1070
+ append: {
1071
+ type: import('vue').PropType<boolean>;
1072
+ default: undefined;
1073
+ };
1074
+ disabled: {
1075
+ type: import('vue').PropType<boolean>;
1076
+ default: undefined;
1077
+ };
1078
+ href: {
1079
+ type: import('vue').PropType<string>;
1080
+ default: undefined;
1081
+ };
1082
+ rel: {
1083
+ type: import('vue').PropType<string>;
1084
+ default: undefined;
1085
+ };
1086
+ size: {
1087
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
1088
+ default: string;
1089
+ };
1090
+ active: {
1091
+ type: import('vue').PropType<boolean>;
1092
+ default: boolean;
1093
+ };
1094
+ activeClass: {
1095
+ type: import('vue').PropType<string>;
1096
+ default: undefined;
1097
+ };
1098
+ routerComponentName: {
1099
+ type: import('vue').PropType<string>;
1100
+ default: undefined;
1101
+ };
1102
+ variant: {
1103
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
1104
+ default: string;
1105
+ };
1106
+ opacity: {
1107
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1108
+ default: undefined;
1109
+ };
1110
+ opacityHover: {
1111
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1112
+ default: undefined;
1113
+ };
1114
+ underlineVariant: {
1115
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
1116
+ default: undefined;
1117
+ };
1118
+ underlineOffset: {
1119
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
1120
+ default: undefined;
1121
+ };
1122
+ underlineOffsetHover: {
1123
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
1124
+ default: undefined;
1125
+ };
1126
+ underlineOpacity: {
1127
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1128
+ default: undefined;
1129
+ };
1130
+ underlineOpacityHover: {
1131
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1132
+ default: undefined;
1133
+ };
1134
+ pill: {
1135
+ type: import('vue').PropType<boolean>;
1136
+ default: boolean;
1137
+ };
1138
+ icon: {
1139
+ type: import('vue').PropType<boolean>;
1140
+ default: undefined;
1141
+ };
1142
+ routerTag: {
1143
+ type: import('vue').PropType<string>;
1144
+ default: undefined;
1145
+ };
1146
+ exactActiveClass: {
1147
+ type: import('vue').PropType<string>;
1148
+ default: undefined;
1149
+ };
1150
+ loading: {
1151
+ type: import('vue').PropType<boolean>;
1152
+ default: boolean;
1153
+ };
1154
+ loadingFill: {
1155
+ type: import('vue').PropType<boolean>;
1156
+ default: boolean;
1157
+ };
1158
+ loadingText: {
1159
+ type: import('vue').PropType<string>;
1160
+ default: string;
1161
+ };
1162
+ squared: {
1163
+ type: import('vue').PropType<boolean>;
1164
+ default: boolean;
1165
+ };
1166
+ }>> & {
1167
+ onClick?: ((value: MouseEvent) => any) | undefined;
1168
+ }, {}, {}, {}, {}, {
1169
+ tag: string;
1170
+ type: import('bootstrap-vue-next').ButtonType;
1171
+ replace: boolean;
1172
+ target: import('bootstrap-vue-next').LinkTarget;
1173
+ to: import('vue-router').RouteLocationRaw;
1174
+ append: boolean;
1175
+ disabled: boolean;
1176
+ href: string;
1177
+ rel: string;
1178
+ size: keyof import('bootstrap-vue-next').BaseSize;
1179
+ active: boolean;
1180
+ activeClass: string;
1181
+ routerComponentName: string;
1182
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
1183
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1184
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1185
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
1186
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
1187
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
1188
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1189
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1190
+ pill: boolean;
1191
+ icon: boolean;
1192
+ routerTag: string;
1193
+ exactActiveClass: string;
1194
+ loading: boolean;
1195
+ loadingFill: boolean;
1196
+ loadingText: string;
1197
+ squared: boolean;
1198
+ }>;
1199
+ __isFragment?: never;
1200
+ __isTeleport?: never;
1201
+ __isSuspense?: never;
1202
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
1203
+ pressed: import('vue').PropType<boolean | undefined>;
1204
+ tag: {
1205
+ type: import('vue').PropType<string>;
1206
+ default: string;
1207
+ };
1208
+ type: {
1209
+ type: import('vue').PropType<import('bootstrap-vue-next').ButtonType>;
1210
+ default: string;
1211
+ };
1212
+ replace: {
1213
+ type: import('vue').PropType<boolean>;
1214
+ default: undefined;
1215
+ };
1216
+ target: {
1217
+ type: import('vue').PropType<import('bootstrap-vue-next').LinkTarget>;
1218
+ default: undefined;
1219
+ };
1220
+ to: {
1221
+ type: import('vue').PropType<import('vue-router').RouteLocationRaw>;
1222
+ default: undefined;
1223
+ };
1224
+ append: {
1225
+ type: import('vue').PropType<boolean>;
1226
+ default: undefined;
1227
+ };
1228
+ disabled: {
1229
+ type: import('vue').PropType<boolean>;
1230
+ default: undefined;
1231
+ };
1232
+ href: {
1233
+ type: import('vue').PropType<string>;
1234
+ default: undefined;
1235
+ };
1236
+ rel: {
1237
+ type: import('vue').PropType<string>;
1238
+ default: undefined;
1239
+ };
1240
+ size: {
1241
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseSize>;
1242
+ default: string;
1243
+ };
1244
+ active: {
1245
+ type: import('vue').PropType<boolean>;
1246
+ default: boolean;
1247
+ };
1248
+ activeClass: {
1249
+ type: import('vue').PropType<string>;
1250
+ default: undefined;
1251
+ };
1252
+ routerComponentName: {
1253
+ type: import('vue').PropType<string>;
1254
+ default: undefined;
1255
+ };
1256
+ variant: {
1257
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseButtonVariant | null>;
1258
+ default: string;
1259
+ };
1260
+ opacity: {
1261
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1262
+ default: undefined;
1263
+ };
1264
+ opacityHover: {
1265
+ type: import('vue').PropType<10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1266
+ default: undefined;
1267
+ };
1268
+ underlineVariant: {
1269
+ type: import('vue').PropType<keyof import('bootstrap-vue-next').BaseColorVariant | null>;
1270
+ default: undefined;
1271
+ };
1272
+ underlineOffset: {
1273
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
1274
+ default: undefined;
1275
+ };
1276
+ underlineOffsetHover: {
1277
+ type: import('vue').PropType<1 | 2 | 3 | "1" | "2" | "3">;
1278
+ default: undefined;
1279
+ };
1280
+ underlineOpacity: {
1281
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1282
+ default: undefined;
1283
+ };
1284
+ underlineOpacityHover: {
1285
+ type: import('vue').PropType<0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100">;
1286
+ default: undefined;
1287
+ };
1288
+ pill: {
1289
+ type: import('vue').PropType<boolean>;
1290
+ default: boolean;
1291
+ };
1292
+ icon: {
1293
+ type: import('vue').PropType<boolean>;
1294
+ default: undefined;
1295
+ };
1296
+ routerTag: {
1297
+ type: import('vue').PropType<string>;
1298
+ default: undefined;
1299
+ };
1300
+ exactActiveClass: {
1301
+ type: import('vue').PropType<string>;
1302
+ default: undefined;
1303
+ };
1304
+ loading: {
1305
+ type: import('vue').PropType<boolean>;
1306
+ default: boolean;
1307
+ };
1308
+ loadingFill: {
1309
+ type: import('vue').PropType<boolean>;
1310
+ default: boolean;
1311
+ };
1312
+ loadingText: {
1313
+ type: import('vue').PropType<string>;
1314
+ default: string;
1315
+ };
1316
+ squared: {
1317
+ type: import('vue').PropType<boolean>;
1318
+ default: boolean;
1319
+ };
1320
+ }>> & {
1321
+ onClick?: ((value: MouseEvent) => any) | undefined;
1322
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
1323
+ click: (value: MouseEvent) => void;
1324
+ }, string, {
1325
+ tag: string;
1326
+ type: import('bootstrap-vue-next').ButtonType;
1327
+ replace: boolean;
1328
+ target: import('bootstrap-vue-next').LinkTarget;
1329
+ to: import('vue-router').RouteLocationRaw;
1330
+ append: boolean;
1331
+ disabled: boolean;
1332
+ href: string;
1333
+ rel: string;
1334
+ size: keyof import('bootstrap-vue-next').BaseSize;
1335
+ active: boolean;
1336
+ activeClass: string;
1337
+ routerComponentName: string;
1338
+ variant: keyof import('bootstrap-vue-next').BaseButtonVariant | null;
1339
+ opacity: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1340
+ opacityHover: 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1341
+ underlineVariant: keyof import('bootstrap-vue-next').BaseColorVariant | null;
1342
+ underlineOffset: 1 | 2 | 3 | "1" | "2" | "3";
1343
+ underlineOffsetHover: 1 | 2 | 3 | "1" | "2" | "3";
1344
+ underlineOpacity: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1345
+ underlineOpacityHover: 0 | "0" | 10 | "10" | 100 | 50 | 25 | 75 | "25" | "50" | "75" | "100";
1346
+ pill: boolean;
1347
+ icon: boolean;
1348
+ routerTag: string;
1349
+ exactActiveClass: string;
1350
+ loading: boolean;
1351
+ loadingFill: boolean;
1352
+ loadingText: string;
1353
+ squared: boolean;
1354
+ }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
1355
+ $slots: Readonly<{
1356
+ default?: ((props: Record<string, never>) => any) | undefined;
1357
+ loading?: ((props: Record<string, never>) => any) | undefined;
1358
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
1359
+ }> & {
1360
+ default?: ((props: Record<string, never>) => any) | undefined;
1361
+ loading?: ((props: Record<string, never>) => any) | undefined;
1362
+ 'loading-spinner'?: ((props: Record<string, never>) => any) | undefined;
1363
+ };
1364
+ });
1365
+ VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
1366
+ icon: {
1367
+ type: StringConstructor;
1368
+ required: true;
1369
+ };
1370
+ variant: {
1371
+ type: StringConstructor;
1372
+ default: string;
1373
+ validator: (value: unknown) => any;
1374
+ };
1375
+ customColour: {
1376
+ type: StringConstructor;
1377
+ default: any;
1378
+ };
1379
+ size: {
1380
+ type: StringConstructor;
1381
+ default: string;
1382
+ validator: (value: unknown) => any;
1383
+ };
1384
+ smallSize: {
1385
+ type: StringConstructor;
1386
+ default: any;
1387
+ validator: (value: unknown) => any;
1388
+ };
1389
+ }>, {}, {
1390
+ tokens: {
1391
+ "vs-color-background-primary": string;
1392
+ "vs-color-background-secondary": string;
1393
+ "vs-color-background-bold": string;
1394
+ "vs-color-background-brand": string;
1395
+ "vs-color-background-inverse": string;
1396
+ "vs-color-background-highlight": string;
1397
+ "vs-color-background-information": string;
1398
+ "vs-color-background-success": string;
1399
+ "vs-color-background-warning": string;
1400
+ "vs-color-background-error": string;
1401
+ "vs-color-background-accent-heather-80": string;
1402
+ "vs-color-background-accent-heather-30": string;
1403
+ "vs-color-background-accent-tolsta-40": string;
1404
+ "vs-color-background-accent-gorse-05": string;
1405
+ "vs-color-border-primary": string;
1406
+ "vs-color-border-secondary": string;
1407
+ "vs-color-border-inverse": string;
1408
+ "vs-color-border-input": string;
1409
+ "vs-color-border-highlight": string;
1410
+ "vs-color-border-bold": string;
1411
+ "vs-color-border-success": string;
1412
+ "vs-color-border-warning": string;
1413
+ "vs-color-border-error": string;
1414
+ "vs-color-border-disabled": string;
1415
+ "vs-color-icon-primary": string;
1416
+ "vs-color-icon-secondary": string;
1417
+ "vs-color-icon-tertiary": string;
1418
+ "vs-color-icon-inverse": string;
1419
+ "vs-color-icon-cta-on-light": string;
1420
+ "vs-color-icon-highlight": string;
1421
+ "vs-color-icon-success": string;
1422
+ "vs-color-icon-warning": string;
1423
+ "vs-color-icon-error": string;
1424
+ "vs-color-icon-disabled": string;
1425
+ "vs-color-icon-accent-saltire-30": string;
1426
+ "vs-color-icon-ski-easy": string;
1427
+ "vs-color-icon-ski-intermediate": string;
1428
+ "vs-color-icon-ski-difficult": string;
1429
+ "vs-color-icon-ski-very-difficult": string;
1430
+ "vs-color-icon-ski-itineraries": string;
1431
+ "vs-color-icon-ski-other": string;
1432
+ "vs-color-icon-accent-loch-ness": string;
1433
+ "vs-color-icon-accent-grey-02": string;
1434
+ "vs-color-icon-accent-saltire": string;
1435
+ "vs-color-icon-accent-bramble": string;
1436
+ "vs-color-icon-accent-heather": string;
1437
+ "vs-color-icon-accent-whisky": string;
1438
+ "vs-color-icon-accent-cranachan": string;
1439
+ "vs-color-icon-accent-buachaille": string;
1440
+ "vs-color-interaction-focus": string;
1441
+ "vs-color-interaction-focus-on-bold": string;
1442
+ "vs-color-interaction-cta-primary": string;
1443
+ "vs-color-interaction-cta-secondary": string;
1444
+ "vs-color-interaction-cta-hover": string;
1445
+ "vs-color-interaction-cta-pressed": string;
1446
+ "vs-color-interaction-cta-disabled": string;
1447
+ "vs-color-interaction-cta-subtle-hover": string;
1448
+ "vs-color-interaction-cta-subtle-pressed": string;
1449
+ "vs-color-interaction-cta-subtle": string;
1450
+ "vs-color-interaction-link-primary": string;
1451
+ "vs-color-interaction-link-secondary": string;
1452
+ "vs-color-interaction-link-active": string;
1453
+ "vs-color-interaction-link-visited": string;
1454
+ "vs-color-interaction-link-disabled": string;
1455
+ "vs-color-interaction-link-visited-on-bold": string;
1456
+ "vs-color-text-primary": string;
1457
+ "vs-color-text-secondary": string;
1458
+ "vs-color-text-tertiary": string;
1459
+ "vs-color-text-inverse": string;
1460
+ "vs-color-text-cta-on-light": string;
1461
+ "vs-color-text-highlight": string;
1462
+ "vs-color-text-brand": string;
1463
+ "vs-color-text-error": string;
1464
+ "vs-color-text-success": string;
1465
+ "vs-color-text-disabled": string;
1466
+ breakpoint_xl: string;
1467
+ grid_container_width_xl: string;
1468
+ breakpoint_md: string;
1469
+ max_container_width_xl: string;
1470
+ grid_container_width_md: string;
1471
+ breakpoint_sm: string;
1472
+ breakpoint_lg: string;
1473
+ breakpoint_xs: string;
1474
+ max_container_width_md: string;
1475
+ grid_container_width_sm: string;
1476
+ grid_container_width_lg: string;
1477
+ max_container_width_sm: string;
1478
+ max_container_width_lg: string;
1479
+ max_container_width_xxl: string;
1480
+ grid_container_width_xxl: string;
1481
+ breakpoint_xxl: string;
1482
+ grid_columns: string;
1483
+ grid_gutter_width: string;
1484
+ "vs-spacer-0": string;
1485
+ "vs-spacer-0125": string;
1486
+ "vs-spacer-025": string;
1487
+ "vs-spacer-050": string;
1488
+ "vs-spacer-075": string;
1489
+ "vs-spacer-100": string;
1490
+ "vs-spacer-125": string;
1491
+ "vs-spacer-150": string;
1492
+ "vs-spacer-175": string;
1493
+ "vs-spacer-200": string;
1494
+ "vs-spacer-225": string;
1495
+ "vs-spacer-250": string;
1496
+ "vs-spacer-300": string;
1497
+ "vs-spacer-400": string;
1498
+ "vs-spacer-500": string;
1499
+ "vs-spacer-600": string;
1500
+ "vs-spacer-700": string;
1501
+ "vs-radius-medium": string;
1502
+ "vs-radius-none": string;
1503
+ "vs-radius-large-increased": string;
1504
+ "vs-radius-extra-large-increased": string;
1505
+ "vs-radius-tiny": string;
1506
+ "vs-radius-large": string;
1507
+ "vs-radius-extra-large": string;
1508
+ "vs-radius-extra-extra-large": string;
1509
+ "vs-radius-huge": string;
1510
+ "vs-radius-full": string;
1511
+ "vs-radius-small": string;
1512
+ "vs-elevation-shadow-raised": string;
1513
+ "vs-elevation-shadow-overlay": string;
1514
+ "vs-elevation-surface": string;
1515
+ "vs-elevation-surface-section": string;
1516
+ "vs-elevation-surface-raised": string;
1517
+ "vs-elevation-surface-overlay": string;
1518
+ "vs-focus-shadow": string;
1519
+ "vs-focus-shadow-on-dark": string;
1520
+ "vs-border-width-sm": string;
1521
+ "vs-border-width-md": string;
1522
+ "vs-font-size-display-m": string;
1523
+ "vs-font-size-display-s": string;
1524
+ "vs-font-size-heading-xl": string;
1525
+ "vs-font-size-heading-l": string;
1526
+ "vs-font-size-heading-m": string;
1527
+ "vs-font-size-heading-s": string;
1528
+ "vs-font-size-heading-xs": string;
1529
+ "vs-font-size-heading-xxs": string;
1530
+ "vs-font-size-heading-xxxs": string;
1531
+ "vs-font-size-detail-l": string;
1532
+ "vs-font-size-detail-m": string;
1533
+ "vs-font-size-detail-s": string;
1534
+ "vs-font-size-body-l": string;
1535
+ "vs-font-size-body-m": string;
1536
+ "vs-font-size-body-s": string;
1537
+ "vs-font-weight-strong": string;
1538
+ "vs-font-weight-medium": string;
1539
+ "vs-font-weight-regular": string;
1540
+ "vs-font-weight-subtle": string;
1541
+ "vs-font-weight-heading": string;
1542
+ "vs-font-weight-body": string;
1543
+ "vs-font-weight-detail": string;
1544
+ "vs-font-family-sans-serif": string;
1545
+ "vs-font-family-display": string;
1546
+ "vs-line-height-heading": number;
1547
+ "vs-line-height-detail": number;
1548
+ "vs-line-height-body": number;
1549
+ "vs-letter-spacing-display": string;
1550
+ "vs-letter-spacing-heading": string;
1551
+ "vs-letter-spacing-detail": string;
1552
+ "vs-letter-spacing-body": string;
1553
+ icon_size_xxs: string;
1554
+ icon_size_xs: string;
1555
+ icon_size_sm: string;
1556
+ icon_size_md: string;
1557
+ icon_size_lg: string;
1558
+ icon_size_xl: string;
1559
+ "vs-icon-facility-audio-loop": string;
1560
+ "vs-icon-control-collapse": string;
1561
+ "vs-icon-facility-wheelchair-access": string;
1562
+ "vs-icon-control-pause": string;
1563
+ "vs-icon-facility-cafe": string;
1564
+ "vs-icon-feedback-error": string;
1565
+ "vs-icon-facility-accessible-parking": string;
1566
+ "vs-icon-control-next": string;
1567
+ "vs-icon-control-filters": string;
1568
+ "vs-icon-feedback-information": string;
1569
+ "vs-icon-control-external-link": string;
1570
+ "vs-icon-control-play": string;
1571
+ "vs-icon-facility-accessible-dining": string;
1572
+ "vs-icon-control-previous": string;
1573
+ "vs-icon-facility-public-transport": string;
1574
+ "vs-icon-season-winter": string;
1575
+ "vs-icon-control-expand": string;
1576
+ "vs-icon-facility-pets-welcome": string;
1577
+ "vs-icon-facility-parking": string;
1578
+ "vs-icon-control-menu": string;
1579
+ "vs-icon-season-spring": string;
1580
+ "vs-icon-season-summer": string;
1581
+ "vs-icon-facility-breakfast": string;
1582
+ "vs-icon-control-back-to-top": string;
1583
+ "vs-icon-control-dismiss": string;
1584
+ "vs-icon-feedback-warning": string;
1585
+ "vs-icon-facility-accessible-shower": string;
1586
+ "vs-icon-facility-wifi": string;
1587
+ "vs-icon-control-search": string;
1588
+ "vs-icon-control-download": string;
1589
+ "vs-icon-season-autumn": string;
1590
+ "vs-icon-facility-accessible-toilet": string;
1591
+ "vs-icon-feedback-success": string;
1592
+ "vs-icon-facility-vegan": string;
1593
+ "font-size-1": string;
1594
+ "font-size-2": string;
1595
+ "font-size-3": string;
1596
+ "font-size-4": string;
1597
+ "font-size-5": string;
1598
+ "font-size-6": string;
1599
+ "font-size-7": string;
1600
+ "font-size-8": string;
1601
+ "font-size-9": string;
1602
+ "font-size-10": string;
1603
+ "font-size-body": string;
1604
+ "font-size-body-md": string;
1605
+ "font-size-lead": string;
1606
+ "font-size-lead-md": string;
1607
+ "font-size-teaser": string;
1608
+ opacity_100: string;
1609
+ opacity_50: string;
1610
+ opacity_0: string;
1611
+ duration_quickly: string;
1612
+ duration_base: string;
1613
+ duration_slowly: string;
1614
+ no_javascript: string;
1615
+ theme_dark: string;
1616
+ theme_grey: string;
1617
+ };
1618
+ }, {
1619
+ iconClasses(): any[];
1620
+ fontAwesomeClasses(): any;
1621
+ iconStyles(): {
1622
+ color: string;
1623
+ };
1624
+ }, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
1625
+ icon: {
1626
+ type: StringConstructor;
1627
+ required: true;
1628
+ };
1629
+ variant: {
1630
+ type: StringConstructor;
1631
+ default: string;
1632
+ validator: (value: unknown) => any;
1633
+ };
1634
+ customColour: {
1635
+ type: StringConstructor;
1636
+ default: any;
1637
+ };
1638
+ size: {
1639
+ type: StringConstructor;
1640
+ default: string;
1641
+ validator: (value: unknown) => any;
1642
+ };
1643
+ smallSize: {
1644
+ type: StringConstructor;
1645
+ default: any;
1646
+ validator: (value: unknown) => any;
1647
+ };
1648
+ }>> & Readonly<{}>, {
1649
+ variant: string;
1650
+ customColour: string;
1651
+ size: string;
1652
+ smallSize: string;
1653
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1654
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1655
+ }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1656
+ export default _default;