@visitscotland/component-library 4.16.1 → 4.17.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 (50) hide show
  1. package/dist/client/manifest.json +82 -82
  2. package/dist/client/scripts/08c560098b456a366031.js +1 -0
  3. package/dist/client/scripts/1b7b01be8a6142157a55.js +1 -0
  4. package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +9 -0
  5. package/dist/components/components/accordion/index.d.ts +9 -0
  6. package/dist/components/components/article/Article.vue.d.ts +9 -0
  7. package/dist/components/components/canned-search/CannedSearch.vue.d.ts +27 -0
  8. package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +9 -0
  9. package/dist/components/components/canned-search/components/CannedSearchSubHeading.vue.d.ts +9 -0
  10. package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +36 -0
  11. package/dist/components/components/carbon-calculator/components/CarbonCalculatorIntro.vue.d.ts +9 -0
  12. package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +9 -0
  13. package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +9 -0
  14. package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +9 -0
  15. package/dist/components/components/event-card/EventCard.vue.d.ts +9 -0
  16. package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +9 -0
  17. package/dist/components/components/footer/components/FooterSocialMenu.vue.d.ts +9 -0
  18. package/dist/components/components/form/Form.vue.d.ts +9 -0
  19. package/dist/components/components/heading/Heading.vue.d.ts +17 -0
  20. package/dist/components/components/hero-section/HeroSection.vue.d.ts +9 -0
  21. package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +9 -0
  22. package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +9 -0
  23. package/dist/components/components/link-list/LinkList.vue.d.ts +9 -0
  24. package/dist/components/components/listicle/ListicleItem.vue.d.ts +9 -0
  25. package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +9 -0
  26. package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +9 -0
  27. package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +9 -0
  28. package/dist/components/components/mega-nav/components/MegaNavList.vue.d.ts +9 -0
  29. package/dist/components/components/megalinks/Megalinks.vue.d.ts +26 -0
  30. package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +9 -0
  31. package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +9 -0
  32. package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +18 -0
  33. package/dist/components/components/module-wrapper/ModuleWrapper.vue.d.ts +9 -0
  34. package/dist/components/components/page-intro/PageIntro.vue.d.ts +9 -0
  35. package/dist/components/components/product-search/ProductSearch.vue.d.ts +9 -0
  36. package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +9 -0
  37. package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +18 -0
  38. package/dist/components/components/social-share/SocialShare.vue.d.ts +18 -0
  39. package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +9 -0
  40. package/dist/components/components/tabs/components/TabItem.vue.d.ts +9 -0
  41. package/dist/components/vs-component-library.js +2 -2
  42. package/dist/components/vs-component-library.mjs +193 -175
  43. package/dist/ssr/index.js +1 -1
  44. package/dist/ssr/manifest.json +1 -1
  45. package/package.json +1 -1
  46. package/dist/client/scripts/92e4b743be7030526798.js +0 -1
  47. package/dist/client/scripts/c5022a02266b2346d9d5.js +0 -1
  48. /package/dist/client/styles/{c5022a02266b2346d9d5.css → 08c560098b456a366031.css} +0 -0
  49. /package/dist/client/styles/{92e4b743be7030526798.css → 1b7b01be8a6142157a55.css} +0 -0
  50. /package/dist/ssr/styles/{4184b484e84ee58a5739.css → 11c5624e5a59abfb6744.css} +0 -0
@@ -1968,6 +1968,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1968
1968
  required: true;
1969
1969
  validator: (value: unknown) => any;
1970
1970
  };
1971
+ id: {
1972
+ type: StringConstructor;
1973
+ default: any;
1974
+ };
1971
1975
  }>, {}, {}, {
1972
1976
  hasSubtitle(): boolean;
1973
1977
  headingClasses(): string[];
@@ -1984,7 +1988,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1984
1988
  required: true;
1985
1989
  validator: (value: unknown) => any;
1986
1990
  };
1991
+ id: {
1992
+ type: StringConstructor;
1993
+ default: any;
1994
+ };
1987
1995
  }>> & Readonly<{}>, {
1996
+ id: string;
1988
1997
  level: string | number;
1989
1998
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
1990
1999
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -217,6 +217,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
217
217
  required: true;
218
218
  validator: (value: unknown) => any;
219
219
  };
220
+ id: {
221
+ type: StringConstructor;
222
+ default: any;
223
+ };
220
224
  }>, {}, {}, {
221
225
  hasSubtitle(): boolean;
222
226
  headingClasses(): string[];
@@ -233,7 +237,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
233
237
  required: true;
234
238
  validator: (value: unknown) => any;
235
239
  };
240
+ id: {
241
+ type: StringConstructor;
242
+ default: any;
243
+ };
236
244
  }>> & Readonly<{}>, {
245
+ id: string;
237
246
  level: string | number;
238
247
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
239
248
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -236,6 +236,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
236
236
  required: true;
237
237
  validator: (value: unknown) => any;
238
238
  };
239
+ id: {
240
+ type: StringConstructor;
241
+ default: any;
242
+ };
239
243
  }>, {}, {}, {
240
244
  hasSubtitle(): boolean;
241
245
  headingClasses(): string[];
@@ -252,7 +256,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
252
256
  required: true;
253
257
  validator: (value: unknown) => any;
254
258
  };
259
+ id: {
260
+ type: StringConstructor;
261
+ default: any;
262
+ };
255
263
  }>> & Readonly<{}>, {
264
+ id: string;
256
265
  level: string | number;
257
266
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
258
267
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -61,6 +61,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
61
  required: true;
62
62
  validator: (value: unknown) => any;
63
63
  };
64
+ id: {
65
+ type: StringConstructor;
66
+ default: any;
67
+ };
64
68
  }>, {}, {}, {
65
69
  hasSubtitle(): boolean;
66
70
  headingClasses(): string[];
@@ -77,7 +81,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
77
81
  required: true;
78
82
  validator: (value: unknown) => any;
79
83
  };
84
+ id: {
85
+ type: StringConstructor;
86
+ default: any;
87
+ };
80
88
  }>> & Readonly<{}>, {
89
+ id: string;
81
90
  level: string | number;
82
91
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
83
92
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -8,6 +8,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
8
8
  default: any;
9
9
  };
10
10
  /**
11
+ * ID for the section heading; can be used as anchor link
12
+ */
13
+ sectionId: {
14
+ type: StringConstructor;
15
+ required: false;
16
+ default: any;
17
+ };
18
+ /**
11
19
  * Component has an optional main link at the bottom
12
20
  * this is the href for that
13
21
  */
@@ -68,6 +76,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
68
76
  default: any;
69
77
  };
70
78
  /**
79
+ * ID for the section heading; can be used as anchor link
80
+ */
81
+ sectionId: {
82
+ type: StringConstructor;
83
+ required: false;
84
+ default: any;
85
+ };
86
+ /**
71
87
  * Component has an optional main link at the bottom
72
88
  * this is the href for that
73
89
  */
@@ -121,6 +137,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
121
137
  title: string;
122
138
  theme: string;
123
139
  noJsMessage: string;
140
+ sectionId: string;
124
141
  buttonLink: string;
125
142
  noCookiesMessage: string;
126
143
  cookieLinkText: string;
@@ -289,6 +306,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
289
306
  required: true;
290
307
  validator: (value: unknown) => any;
291
308
  };
309
+ id: {
310
+ type: StringConstructor;
311
+ default: any;
312
+ };
292
313
  }>, {}, {}, {
293
314
  hasSubtitle(): boolean;
294
315
  headingClasses(): string[];
@@ -305,7 +326,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
305
326
  required: true;
306
327
  validator: (value: unknown) => any;
307
328
  };
329
+ id: {
330
+ type: StringConstructor;
331
+ default: any;
332
+ };
308
333
  }>> & Readonly<{}>, {
334
+ id: string;
309
335
  level: string | number;
310
336
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
311
337
  VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -416,6 +416,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
416
416
  required: true;
417
417
  validator: (value: unknown) => any;
418
418
  };
419
+ id: {
420
+ type: StringConstructor;
421
+ default: any;
422
+ };
419
423
  }>, {}, {}, {
420
424
  hasSubtitle(): boolean;
421
425
  headingClasses(): string[];
@@ -432,7 +436,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
432
436
  required: true;
433
437
  validator: (value: unknown) => any;
434
438
  };
439
+ id: {
440
+ type: StringConstructor;
441
+ default: any;
442
+ };
435
443
  }>> & Readonly<{}>, {
444
+ id: string;
436
445
  level: string | number;
437
446
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
438
447
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -421,6 +421,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
421
421
  required: true;
422
422
  validator: (value: unknown) => any;
423
423
  };
424
+ id: {
425
+ type: StringConstructor;
426
+ default: any;
427
+ };
424
428
  }>, {}, {}, {
425
429
  hasSubtitle(): boolean;
426
430
  headingClasses(): string[];
@@ -437,7 +441,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
437
441
  required: true;
438
442
  validator: (value: unknown) => any;
439
443
  };
444
+ id: {
445
+ type: StringConstructor;
446
+ default: any;
447
+ };
440
448
  }>> & Readonly<{}>, {
449
+ id: string;
441
450
  level: string | number;
442
451
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
443
452
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -67,6 +67,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
67
67
  required: true;
68
68
  validator: (value: unknown) => any;
69
69
  };
70
+ id: {
71
+ type: StringConstructor;
72
+ default: any;
73
+ };
70
74
  }>, {}, {}, {
71
75
  hasSubtitle(): boolean;
72
76
  headingClasses(): string[];
@@ -83,7 +87,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
83
87
  required: true;
84
88
  validator: (value: unknown) => any;
85
89
  };
90
+ id: {
91
+ type: StringConstructor;
92
+ default: any;
93
+ };
86
94
  }>> & Readonly<{}>, {
95
+ id: string;
87
96
  level: string | number;
88
97
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
89
98
  VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -892,6 +901,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
892
901
  required: true;
893
902
  validator: (value: unknown) => any;
894
903
  };
904
+ id: {
905
+ type: StringConstructor;
906
+ default: any;
907
+ };
895
908
  }>, {}, {}, {
896
909
  hasSubtitle(): boolean;
897
910
  headingClasses(): string[];
@@ -908,7 +921,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
908
921
  required: true;
909
922
  validator: (value: unknown) => any;
910
923
  };
924
+ id: {
925
+ type: StringConstructor;
926
+ default: any;
927
+ };
911
928
  }>> & Readonly<{}>, {
929
+ id: string;
912
930
  level: string | number;
913
931
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
914
932
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -100,6 +100,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
100
  required: true;
101
101
  validator: (value: unknown) => any;
102
102
  };
103
+ id: {
104
+ type: StringConstructor;
105
+ default: any;
106
+ };
103
107
  }>, {}, {}, {
104
108
  hasSubtitle(): boolean;
105
109
  headingClasses(): string[];
@@ -116,7 +120,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
116
120
  required: true;
117
121
  validator: (value: unknown) => any;
118
122
  };
123
+ id: {
124
+ type: StringConstructor;
125
+ default: any;
126
+ };
119
127
  }>> & Readonly<{}>, {
128
+ id: string;
120
129
  level: string | number;
121
130
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
122
131
  VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -100,6 +100,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
100
100
  required: true;
101
101
  validator: (value: unknown) => any;
102
102
  };
103
+ id: {
104
+ type: StringConstructor;
105
+ default: any;
106
+ };
103
107
  }>, {}, {}, {
104
108
  hasSubtitle(): boolean;
105
109
  headingClasses(): string[];
@@ -116,7 +120,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
116
120
  required: true;
117
121
  validator: (value: unknown) => any;
118
122
  };
123
+ id: {
124
+ type: StringConstructor;
125
+ default: any;
126
+ };
119
127
  }>> & Readonly<{}>, {
128
+ id: string;
120
129
  level: string | number;
121
130
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
122
131
  VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -279,6 +279,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
279
279
  required: true;
280
280
  validator: (value: unknown) => any;
281
281
  };
282
+ id: {
283
+ type: StringConstructor;
284
+ default: any;
285
+ };
282
286
  }>, {}, {}, {
283
287
  hasSubtitle(): boolean;
284
288
  headingClasses(): string[];
@@ -295,7 +299,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
295
299
  required: true;
296
300
  validator: (value: unknown) => any;
297
301
  };
302
+ id: {
303
+ type: StringConstructor;
304
+ default: any;
305
+ };
298
306
  }>> & Readonly<{}>, {
307
+ id: string;
299
308
  level: string | number;
300
309
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
301
310
  VsWarning: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -696,6 +696,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
696
696
  required: true;
697
697
  validator: (value: unknown) => any;
698
698
  };
699
+ id: {
700
+ type: StringConstructor;
701
+ default: any;
702
+ };
699
703
  }>, {}, {}, {
700
704
  hasSubtitle(): boolean;
701
705
  headingClasses(): string[];
@@ -712,7 +716,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
712
716
  required: true;
713
717
  validator: (value: unknown) => any;
714
718
  };
719
+ id: {
720
+ type: StringConstructor;
721
+ default: any;
722
+ };
715
723
  }>> & Readonly<{}>, {
724
+ id: string;
716
725
  level: string | number;
717
726
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
718
727
  VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -3666,6 +3666,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3666
3666
  required: true;
3667
3667
  validator: (value: unknown) => any;
3668
3668
  };
3669
+ id: {
3670
+ type: StringConstructor;
3671
+ default: any;
3672
+ };
3669
3673
  }>, {}, {}, {
3670
3674
  hasSubtitle(): boolean;
3671
3675
  headingClasses(): string[];
@@ -3682,7 +3686,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3682
3686
  required: true;
3683
3687
  validator: (value: unknown) => any;
3684
3688
  };
3689
+ id: {
3690
+ type: StringConstructor;
3691
+ default: any;
3692
+ };
3685
3693
  }>> & Readonly<{}>, {
3694
+ id: string;
3686
3695
  level: string | number;
3687
3696
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3688
3697
  }, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -3955,6 +3964,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3955
3964
  required: true;
3956
3965
  validator: (value: unknown) => any;
3957
3966
  };
3967
+ id: {
3968
+ type: StringConstructor;
3969
+ default: any;
3970
+ };
3958
3971
  }>, {}, {}, {
3959
3972
  hasSubtitle(): boolean;
3960
3973
  headingClasses(): string[];
@@ -3971,7 +3984,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3971
3984
  required: true;
3972
3985
  validator: (value: unknown) => any;
3973
3986
  };
3987
+ id: {
3988
+ type: StringConstructor;
3989
+ default: any;
3990
+ };
3974
3991
  }>> & Readonly<{}>, {
3992
+ id: string;
3975
3993
  level: string | number;
3976
3994
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
3977
3995
  VsLoadingSpinner: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -841,6 +841,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
841
841
  required: true;
842
842
  validator: (value: unknown) => any;
843
843
  };
844
+ id: {
845
+ type: StringConstructor;
846
+ default: any;
847
+ };
844
848
  }>, {}, {}, {
845
849
  hasSubtitle(): boolean;
846
850
  headingClasses(): string[];
@@ -857,7 +861,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
857
861
  required: true;
858
862
  validator: (value: unknown) => any;
859
863
  };
864
+ id: {
865
+ type: StringConstructor;
866
+ default: any;
867
+ };
860
868
  }>> & Readonly<{}>, {
869
+ id: string;
861
870
  level: string | number;
862
871
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
863
872
  VsModuleWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -930,6 +939,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
930
939
  required: true;
931
940
  validator: (value: unknown) => any;
932
941
  };
942
+ id: {
943
+ type: StringConstructor;
944
+ default: any;
945
+ };
933
946
  }>, {}, {}, {
934
947
  hasSubtitle(): boolean;
935
948
  headingClasses(): string[];
@@ -946,7 +959,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
946
959
  required: true;
947
960
  validator: (value: unknown) => any;
948
961
  };
962
+ id: {
963
+ type: StringConstructor;
964
+ default: any;
965
+ };
949
966
  }>> & Readonly<{}>, {
967
+ id: string;
950
968
  level: string | number;
951
969
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
952
970
  VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -287,6 +287,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
287
287
  required: true;
288
288
  validator: (value: unknown) => any;
289
289
  };
290
+ id: {
291
+ type: StringConstructor;
292
+ default: any;
293
+ };
290
294
  }>, {}, {}, {
291
295
  hasSubtitle(): boolean;
292
296
  headingClasses(): string[];
@@ -303,7 +307,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
303
307
  required: true;
304
308
  validator: (value: unknown) => any;
305
309
  };
310
+ id: {
311
+ type: StringConstructor;
312
+ default: any;
313
+ };
306
314
  }>> & Readonly<{}>, {
315
+ id: string;
307
316
  level: string | number;
308
317
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
309
318
  VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
@@ -45,6 +45,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
45
45
  required: true;
46
46
  validator: (value: unknown) => any;
47
47
  };
48
+ id: {
49
+ type: StringConstructor;
50
+ default: any;
51
+ };
48
52
  }>, {}, {}, {
49
53
  hasSubtitle(): boolean;
50
54
  headingClasses(): string[];
@@ -61,7 +65,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
61
65
  required: true;
62
66
  validator: (value: unknown) => any;
63
67
  };
68
+ id: {
69
+ type: StringConstructor;
70
+ default: any;
71
+ };
64
72
  }>> & Readonly<{}>, {
73
+ id: string;
65
74
  level: string | number;
66
75
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
67
76
  BTab: {