@visitscotland/component-library 4.20.1 → 4.22.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 +250 -193
- package/dist/client/scripts/03c1382e12511d1e3b64.js +1 -0
- package/dist/client/scripts/3f9b039bbf1f9118d0d0.js +1 -0
- package/dist/client/scripts/4596f900bd86cbdd7063.js +1 -0
- package/dist/client/scripts/5c37dd6901426139f2ad.js +1 -0
- package/dist/client/scripts/9388acba3683b5c6e8be.js +1 -0
- package/dist/client/scripts/f25067f63688f0ff5168.js +1 -0
- package/dist/client/styles/3f9b039bbf1f9118d0d0.css +1 -0
- package/dist/client/styles/4596f900bd86cbdd7063.css +1 -0
- package/dist/client/styles/5c37dd6901426139f2ad.css +1 -0
- package/dist/client/styles/9388acba3683b5c6e8be.css +1 -0
- package/dist/client/styles/{3b12ba2c3641224596df.css → b8df9847f8a4a5c423ca.css} +1 -1
- package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +2 -2
- package/dist/components/components/accordion/index.d.ts +2 -2
- package/dist/components/components/article/Article.vue.d.ts +2 -2
- package/dist/components/components/canned-search/CannedSearch.vue.d.ts +8 -6
- package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +3 -2
- package/dist/components/components/canned-search/components/CannedSearchSubHeading.vue.d.ts +2 -2
- package/dist/components/components/canned-search/components/CannedSearchSummaryBox.vue.d.ts +1 -0
- package/dist/components/components/caption/Caption.vue.d.ts +2 -0
- package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +10 -8
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorIntro.vue.d.ts +2 -2
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +4 -2
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +2 -2
- package/dist/components/components/card/Card.vue.d.ts +252 -0
- package/dist/components/components/card/index.d.ts +5 -0
- package/dist/components/components/card-group/index.d.ts +5 -0
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +3 -2
- package/dist/components/components/event-card/EventCard.vue.d.ts +2 -2
- package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +2 -2
- package/dist/components/components/footer/components/FooterCopyright.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterNavListItem.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterSocialItem.vue.d.ts +1 -0
- package/dist/components/components/footer/components/FooterSocialMenu.vue.d.ts +2 -2
- package/dist/components/components/form/Form.vue.d.ts +2 -2
- package/dist/components/components/heading/Heading.vue.d.ts +2 -2
- package/dist/components/components/hero-section/HeroSection.vue.d.ts +4 -2
- package/dist/components/components/hero-section/components/HeroSectionImage.vue.d.ts +2 -0
- package/dist/components/components/index.d.ts +1 -0
- package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +2 -2
- package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +2 -2
- package/dist/components/components/itineraries/components/ItineraryStopInfo.vue.d.ts +1 -0
- package/dist/components/components/link/Link.vue.d.ts +3 -2
- package/dist/components/components/link-list/LinkList.vue.d.ts +2 -2
- package/dist/components/components/link-list/components/LinkListItem.vue.d.ts +1 -0
- package/dist/components/components/listicle/ListicleItem.vue.d.ts +2 -2
- package/dist/components/components/mega-nav/MegaNav.vue.d.ts +3 -0
- package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +3 -2
- package/dist/components/components/mega-nav/components/MegaNavDropdownContainer.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +3 -2
- package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +3 -2
- package/dist/components/components/mega-nav/components/MegaNavList.vue.d.ts +2 -2
- package/dist/components/components/mega-nav/components/MegaNavListItem.vue.d.ts +1 -0
- package/dist/components/components/mega-nav/components/MegaNavStaticLink.vue.d.ts +1 -0
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +2 -2
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +3 -2
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +3 -2
- package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +4 -4
- package/dist/components/components/module-wrapper/ModuleWrapper.vue.d.ts +2 -2
- package/dist/components/components/page-intro/PageIntro.vue.d.ts +2 -2
- package/dist/components/components/product-search/ProductSearch.vue.d.ts +2 -2
- package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +2 -2
- package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +7 -4
- package/dist/components/components/skip-to/SkipTo.vue.d.ts +1 -0
- package/dist/components/components/social-credit-link/SocialCreditLink.vue.d.ts +1 -0
- package/dist/components/components/social-share/SocialShare.vue.d.ts +4 -4
- package/dist/components/components/social-share/components/SocialShareItem.vue.d.ts +1 -0
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +3 -2
- package/dist/components/components/svg-link/SvgLink.vue.d.ts +1 -0
- package/dist/components/components/tabs/components/TabItem.vue.d.ts +2 -2
- package/dist/components/components/tag/Tag.vue.d.ts +1 -0
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +8 -8
- package/dist/components/vs-component-library.mjs +849 -749
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{ab8c4d6e64aa50f6c26a.css → e848450b81462fe3f042.css} +5 -3
- package/package.json +2 -2
- package/dist/client/scripts/077c72e7dc8ee488523c.js +0 -1
- package/dist/client/scripts/08c560098b456a366031.js +0 -1
- package/dist/client/scripts/ddf66730471a7e9e83ca.js +0 -1
- package/dist/client/scripts/e210ab918786c10ee410.js +0 -1
- package/dist/client/styles/077c72e7dc8ee488523c.css +0 -1
- package/dist/client/styles/e210ab918786c10ee410.css +0 -1
- /package/dist/client/scripts/{b60ba68449fbe9f6ee9f.js → 0a4e88e2857790da4a1a.js} +0 -0
- /package/dist/client/scripts/{e7b548be7e6774c4b019.js → 960798db2629b1c3e050.js} +0 -0
- /package/dist/client/scripts/{3b12ba2c3641224596df.js → b8df9847f8a4a5c423ca.js} +0 -0
- /package/dist/client/scripts/{11dc922bb67e4624b5f9.js → c784c6e26e2677be9a17.js} +0 -0
- /package/dist/client/scripts/{bb217780a7d8342f974f.js → d2b1ea2dc87e1bf22058.js} +0 -0
- /package/dist/client/styles/{08c560098b456a366031.css → 03c1382e12511d1e3b64.css} +0 -0
- /package/dist/client/styles/{b60ba68449fbe9f6ee9f.css → 0a4e88e2857790da4a1a.css} +0 -0
- /package/dist/client/styles/{e7b548be7e6774c4b019.css → 960798db2629b1c3e050.css} +0 -0
- /package/dist/client/styles/{11dc922bb67e4624b5f9.css → c784c6e26e2677be9a17.css} +0 -0
- /package/dist/client/styles/{bb217780a7d8342f974f.css → d2b1ea2dc87e1bf22058.css} +0 -0
|
@@ -1964,7 +1964,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1964
1964
|
validator: (value: unknown) => any;
|
|
1965
1965
|
};
|
|
1966
1966
|
headingStyle: {
|
|
1967
|
-
type:
|
|
1967
|
+
type: StringConstructor;
|
|
1968
1968
|
required: true;
|
|
1969
1969
|
validator: (value: unknown) => any;
|
|
1970
1970
|
};
|
|
@@ -1984,7 +1984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1984
1984
|
validator: (value: unknown) => any;
|
|
1985
1985
|
};
|
|
1986
1986
|
headingStyle: {
|
|
1987
|
-
type:
|
|
1987
|
+
type: StringConstructor;
|
|
1988
1988
|
required: true;
|
|
1989
1989
|
validator: (value: unknown) => any;
|
|
1990
1990
|
};
|
|
@@ -37,7 +37,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
37
37
|
validator: (value: unknown) => any;
|
|
38
38
|
};
|
|
39
39
|
headingStyle: {
|
|
40
|
-
type:
|
|
40
|
+
type: StringConstructor;
|
|
41
41
|
required: true;
|
|
42
42
|
validator: (value: unknown) => any;
|
|
43
43
|
};
|
|
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
57
57
|
validator: (value: unknown) => any;
|
|
58
58
|
};
|
|
59
59
|
headingStyle: {
|
|
60
|
-
type:
|
|
60
|
+
type: StringConstructor;
|
|
61
61
|
required: true;
|
|
62
62
|
validator: (value: unknown) => any;
|
|
63
63
|
};
|
|
@@ -3302,7 +3302,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3302
3302
|
validator: (value: unknown) => any;
|
|
3303
3303
|
};
|
|
3304
3304
|
headingStyle: {
|
|
3305
|
-
type:
|
|
3305
|
+
type: StringConstructor;
|
|
3306
3306
|
required: true;
|
|
3307
3307
|
validator: (value: unknown) => any;
|
|
3308
3308
|
};
|
|
@@ -3322,7 +3322,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3322
3322
|
validator: (value: unknown) => any;
|
|
3323
3323
|
};
|
|
3324
3324
|
headingStyle: {
|
|
3325
|
-
type:
|
|
3325
|
+
type: StringConstructor;
|
|
3326
3326
|
required: true;
|
|
3327
3327
|
validator: (value: unknown) => any;
|
|
3328
3328
|
};
|
|
@@ -14,7 +14,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
14
14
|
* heading-l|heading-m|heading-s|heading-xs|heading-xxs`
|
|
15
15
|
*/
|
|
16
16
|
headingStyle: {
|
|
17
|
-
type:
|
|
17
|
+
type: StringConstructor;
|
|
18
18
|
required: true;
|
|
19
19
|
validator: (value: unknown) => any;
|
|
20
20
|
};
|
|
@@ -47,7 +47,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
47
47
|
* heading-l|heading-m|heading-s|heading-xs|heading-xxs`
|
|
48
48
|
*/
|
|
49
49
|
headingStyle: {
|
|
50
|
-
type:
|
|
50
|
+
type: StringConstructor;
|
|
51
51
|
required: true;
|
|
52
52
|
validator: (value: unknown) => any;
|
|
53
53
|
};
|
|
@@ -175,7 +175,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
175
175
|
validator: (value: unknown) => any;
|
|
176
176
|
};
|
|
177
177
|
headingStyle: {
|
|
178
|
-
type:
|
|
178
|
+
type: StringConstructor;
|
|
179
179
|
required: true;
|
|
180
180
|
validator: (value: unknown) => any;
|
|
181
181
|
};
|
|
@@ -195,7 +195,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
195
195
|
validator: (value: unknown) => any;
|
|
196
196
|
};
|
|
197
197
|
headingStyle: {
|
|
198
|
-
type:
|
|
198
|
+
type: StringConstructor;
|
|
199
199
|
required: true;
|
|
200
200
|
validator: (value: unknown) => any;
|
|
201
201
|
};
|
|
@@ -318,6 +318,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
318
318
|
"vs-color-border-inverse": string;
|
|
319
319
|
"vs-color-border-input": string;
|
|
320
320
|
"vs-color-border-highlight": string;
|
|
321
|
+
"vs-color-border-bold": string;
|
|
321
322
|
"vs-color-border-success": string;
|
|
322
323
|
"vs-color-border-warning": string;
|
|
323
324
|
"vs-color-border-error": string;
|
|
@@ -356,6 +357,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
356
357
|
"vs-color-interaction-cta-subtle-hover": string;
|
|
357
358
|
"vs-color-interaction-cta-subtle-pressed": string;
|
|
358
359
|
"vs-color-interaction-link-primary": string;
|
|
360
|
+
"vs-color-interaction-link-secondary": string;
|
|
359
361
|
"vs-color-interaction-link-active": string;
|
|
360
362
|
"vs-color-interaction-link-visited": string;
|
|
361
363
|
"vs-color-interaction-link-disabled": string;
|
|
@@ -124,6 +124,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
124
124
|
"vs-color-border-inverse": string;
|
|
125
125
|
"vs-color-border-input": string;
|
|
126
126
|
"vs-color-border-highlight": string;
|
|
127
|
+
"vs-color-border-bold": string;
|
|
127
128
|
"vs-color-border-success": string;
|
|
128
129
|
"vs-color-border-warning": string;
|
|
129
130
|
"vs-color-border-error": string;
|
|
@@ -162,6 +163,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
162
163
|
"vs-color-interaction-cta-subtle-hover": string;
|
|
163
164
|
"vs-color-interaction-cta-subtle-pressed": string;
|
|
164
165
|
"vs-color-interaction-link-primary": string;
|
|
166
|
+
"vs-color-interaction-link-secondary": string;
|
|
165
167
|
"vs-color-interaction-link-active": string;
|
|
166
168
|
"vs-color-interaction-link-visited": string;
|
|
167
169
|
"vs-color-interaction-link-disabled": string;
|
|
@@ -17,6 +17,7 @@ export { default as VsButtonToggleGroup } from './button-toggle-group/ButtonTogg
|
|
|
17
17
|
export { default as VsCannedSearch } from './canned-search/CannedSearch.vue';
|
|
18
18
|
export { default as VsCaption } from './caption/Caption.vue';
|
|
19
19
|
export { default as VsCarbonCalculator } from './carbon-calculator/CarbonCalculator.vue';
|
|
20
|
+
export { default as VsCard } from './card/Card.vue';
|
|
20
21
|
export { default as VsCarousel } from './carousel/Carousel.vue';
|
|
21
22
|
export { default as VsCarouselSlide } from './carousel/components/CarouselSlide.vue';
|
|
22
23
|
export { default as VsCheckbox } from './checkbox/Checkbox.vue';
|
|
@@ -2184,7 +2184,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2184
2184
|
validator: (value: unknown) => any;
|
|
2185
2185
|
};
|
|
2186
2186
|
headingStyle: {
|
|
2187
|
-
type:
|
|
2187
|
+
type: StringConstructor;
|
|
2188
2188
|
required: true;
|
|
2189
2189
|
validator: (value: unknown) => any;
|
|
2190
2190
|
};
|
|
@@ -2204,7 +2204,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2204
2204
|
validator: (value: unknown) => any;
|
|
2205
2205
|
};
|
|
2206
2206
|
headingStyle: {
|
|
2207
|
-
type:
|
|
2207
|
+
type: StringConstructor;
|
|
2208
2208
|
required: true;
|
|
2209
2209
|
validator: (value: unknown) => any;
|
|
2210
2210
|
};
|
|
@@ -50,7 +50,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
validator: (value: unknown) => any;
|
|
51
51
|
};
|
|
52
52
|
headingStyle: {
|
|
53
|
-
type:
|
|
53
|
+
type: StringConstructor;
|
|
54
54
|
required: true;
|
|
55
55
|
validator: (value: unknown) => any;
|
|
56
56
|
};
|
|
@@ -70,7 +70,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
70
|
validator: (value: unknown) => any;
|
|
71
71
|
};
|
|
72
72
|
headingStyle: {
|
|
73
|
-
type:
|
|
73
|
+
type: StringConstructor;
|
|
74
74
|
required: true;
|
|
75
75
|
validator: (value: unknown) => any;
|
|
76
76
|
};
|
|
@@ -17,7 +17,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
17
17
|
};
|
|
18
18
|
/**
|
|
19
19
|
* Option to choose a pre-defined style variant
|
|
20
|
-
* `primary|on-dark`
|
|
20
|
+
* `primary|secondary|on-dark`
|
|
21
21
|
*/
|
|
22
22
|
variant: {
|
|
23
23
|
type: StringConstructor;
|
|
@@ -49,6 +49,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
49
49
|
};
|
|
50
50
|
}>, {}, {}, {
|
|
51
51
|
variantClass(): string;
|
|
52
|
+
iconVariant(): string;
|
|
52
53
|
}, {
|
|
53
54
|
clickHandler(event: any): void;
|
|
54
55
|
navigateToUrl(): void;
|
|
@@ -93,7 +94,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
93
94
|
};
|
|
94
95
|
/**
|
|
95
96
|
* Option to choose a pre-defined style variant
|
|
96
|
-
* `primary|on-dark`
|
|
97
|
+
* `primary|secondary|on-dark`
|
|
97
98
|
*/
|
|
98
99
|
variant: {
|
|
99
100
|
type: StringConstructor;
|
|
@@ -25,7 +25,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
25
25
|
validator: (value: unknown) => any;
|
|
26
26
|
};
|
|
27
27
|
headingStyle: {
|
|
28
|
-
type:
|
|
28
|
+
type: StringConstructor;
|
|
29
29
|
required: true;
|
|
30
30
|
validator: (value: unknown) => any;
|
|
31
31
|
};
|
|
@@ -45,7 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
45
|
validator: (value: unknown) => any;
|
|
46
46
|
};
|
|
47
47
|
headingStyle: {
|
|
48
|
-
type:
|
|
48
|
+
type: StringConstructor;
|
|
49
49
|
required: true;
|
|
50
50
|
validator: (value: unknown) => any;
|
|
51
51
|
};
|
|
@@ -56,7 +56,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
56
56
|
validator: (value: unknown) => any;
|
|
57
57
|
};
|
|
58
58
|
headingStyle: {
|
|
59
|
-
type:
|
|
59
|
+
type: StringConstructor;
|
|
60
60
|
required: true;
|
|
61
61
|
validator: (value: unknown) => any;
|
|
62
62
|
};
|
|
@@ -76,7 +76,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
76
76
|
validator: (value: unknown) => any;
|
|
77
77
|
};
|
|
78
78
|
headingStyle: {
|
|
79
|
-
type:
|
|
79
|
+
type: StringConstructor;
|
|
80
80
|
required: true;
|
|
81
81
|
validator: (value: unknown) => any;
|
|
82
82
|
};
|
|
@@ -91,6 +91,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
91
91
|
"vs-color-border-inverse": string;
|
|
92
92
|
"vs-color-border-input": string;
|
|
93
93
|
"vs-color-border-highlight": string;
|
|
94
|
+
"vs-color-border-bold": string;
|
|
94
95
|
"vs-color-border-success": string;
|
|
95
96
|
"vs-color-border-warning": string;
|
|
96
97
|
"vs-color-border-error": string;
|
|
@@ -129,6 +130,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
129
130
|
"vs-color-interaction-cta-subtle-hover": string;
|
|
130
131
|
"vs-color-interaction-cta-subtle-pressed": string;
|
|
131
132
|
"vs-color-interaction-link-primary": string;
|
|
133
|
+
"vs-color-interaction-link-secondary": string;
|
|
132
134
|
"vs-color-interaction-link-active": string;
|
|
133
135
|
"vs-color-interaction-link-visited": string;
|
|
134
136
|
"vs-color-interaction-link-disabled": string;
|
|
@@ -677,6 +679,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
677
679
|
};
|
|
678
680
|
}>, {}, {}, {
|
|
679
681
|
variantClass(): string;
|
|
682
|
+
iconVariant(): string;
|
|
680
683
|
}, {
|
|
681
684
|
clickHandler(event: any): void;
|
|
682
685
|
navigateToUrl(): void;
|
|
@@ -1964,7 +1964,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1964
1964
|
validator: (value: unknown) => any;
|
|
1965
1965
|
};
|
|
1966
1966
|
headingStyle: {
|
|
1967
|
-
type:
|
|
1967
|
+
type: StringConstructor;
|
|
1968
1968
|
required: true;
|
|
1969
1969
|
validator: (value: unknown) => any;
|
|
1970
1970
|
};
|
|
@@ -1984,7 +1984,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1984
1984
|
validator: (value: unknown) => any;
|
|
1985
1985
|
};
|
|
1986
1986
|
headingStyle: {
|
|
1987
|
-
type:
|
|
1987
|
+
type: StringConstructor;
|
|
1988
1988
|
required: true;
|
|
1989
1989
|
validator: (value: unknown) => any;
|
|
1990
1990
|
};
|
|
@@ -2027,6 +2027,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2027
2027
|
};
|
|
2028
2028
|
}>, {}, {}, {
|
|
2029
2029
|
variantClass(): string;
|
|
2030
|
+
iconVariant(): string;
|
|
2030
2031
|
}, {
|
|
2031
2032
|
clickHandler(event: any): void;
|
|
2032
2033
|
navigateToUrl(): void;
|
|
@@ -213,7 +213,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
213
213
|
validator: (value: unknown) => any;
|
|
214
214
|
};
|
|
215
215
|
headingStyle: {
|
|
216
|
-
type:
|
|
216
|
+
type: StringConstructor;
|
|
217
217
|
required: true;
|
|
218
218
|
validator: (value: unknown) => any;
|
|
219
219
|
};
|
|
@@ -233,7 +233,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
233
|
validator: (value: unknown) => any;
|
|
234
234
|
};
|
|
235
235
|
headingStyle: {
|
|
236
|
-
type:
|
|
236
|
+
type: StringConstructor;
|
|
237
237
|
required: true;
|
|
238
238
|
validator: (value: unknown) => any;
|
|
239
239
|
};
|
|
@@ -275,6 +275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
275
275
|
};
|
|
276
276
|
}>, {}, {}, {
|
|
277
277
|
variantClass(): string;
|
|
278
|
+
iconVariant(): string;
|
|
278
279
|
}, {
|
|
279
280
|
clickHandler(event: any): void;
|
|
280
281
|
navigateToUrl(): void;
|
|
@@ -232,7 +232,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
232
232
|
validator: (value: unknown) => any;
|
|
233
233
|
};
|
|
234
234
|
headingStyle: {
|
|
235
|
-
type:
|
|
235
|
+
type: StringConstructor;
|
|
236
236
|
required: true;
|
|
237
237
|
validator: (value: unknown) => any;
|
|
238
238
|
};
|
|
@@ -252,7 +252,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
252
252
|
validator: (value: unknown) => any;
|
|
253
253
|
};
|
|
254
254
|
headingStyle: {
|
|
255
|
-
type:
|
|
255
|
+
type: StringConstructor;
|
|
256
256
|
required: true;
|
|
257
257
|
validator: (value: unknown) => any;
|
|
258
258
|
};
|
|
@@ -294,6 +294,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
294
294
|
};
|
|
295
295
|
}>, {}, {}, {
|
|
296
296
|
variantClass(): string;
|
|
297
|
+
iconVariant(): string;
|
|
297
298
|
}, {
|
|
298
299
|
clickHandler(event: any): void;
|
|
299
300
|
navigateToUrl(): void;
|
|
@@ -57,7 +57,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
57
57
|
validator: (value: unknown) => any;
|
|
58
58
|
};
|
|
59
59
|
headingStyle: {
|
|
60
|
-
type:
|
|
60
|
+
type: StringConstructor;
|
|
61
61
|
required: true;
|
|
62
62
|
validator: (value: unknown) => any;
|
|
63
63
|
};
|
|
@@ -77,7 +77,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
77
77
|
validator: (value: unknown) => any;
|
|
78
78
|
};
|
|
79
79
|
headingStyle: {
|
|
80
|
-
type:
|
|
80
|
+
type: StringConstructor;
|
|
81
81
|
required: true;
|
|
82
82
|
validator: (value: unknown) => any;
|
|
83
83
|
};
|
|
@@ -344,7 +344,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
344
344
|
validator: (value: unknown) => any;
|
|
345
345
|
};
|
|
346
346
|
headingStyle: {
|
|
347
|
-
type:
|
|
347
|
+
type: StringConstructor;
|
|
348
348
|
required: true;
|
|
349
349
|
validator: (value: unknown) => any;
|
|
350
350
|
};
|
|
@@ -364,7 +364,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
364
|
validator: (value: unknown) => any;
|
|
365
365
|
};
|
|
366
366
|
headingStyle: {
|
|
367
|
-
type:
|
|
367
|
+
type: StringConstructor;
|
|
368
368
|
required: true;
|
|
369
369
|
validator: (value: unknown) => any;
|
|
370
370
|
};
|
package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts
CHANGED
|
@@ -412,7 +412,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
412
412
|
validator: (value: unknown) => any;
|
|
413
413
|
};
|
|
414
414
|
headingStyle: {
|
|
415
|
-
type:
|
|
415
|
+
type: StringConstructor;
|
|
416
416
|
required: true;
|
|
417
417
|
validator: (value: unknown) => any;
|
|
418
418
|
};
|
|
@@ -432,7 +432,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
432
432
|
validator: (value: unknown) => any;
|
|
433
433
|
};
|
|
434
434
|
headingStyle: {
|
|
435
|
-
type:
|
|
435
|
+
type: StringConstructor;
|
|
436
436
|
required: true;
|
|
437
437
|
validator: (value: unknown) => any;
|
|
438
438
|
};
|
|
@@ -474,6 +474,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
474
474
|
};
|
|
475
475
|
}>, {}, {}, {
|
|
476
476
|
variantClass(): string;
|
|
477
|
+
iconVariant(): string;
|
|
477
478
|
}, {
|
|
478
479
|
clickHandler(event: any): void;
|
|
479
480
|
navigateToUrl(): void;
|
|
@@ -417,7 +417,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
417
417
|
validator: (value: unknown) => any;
|
|
418
418
|
};
|
|
419
419
|
headingStyle: {
|
|
420
|
-
type:
|
|
420
|
+
type: StringConstructor;
|
|
421
421
|
required: true;
|
|
422
422
|
validator: (value: unknown) => any;
|
|
423
423
|
};
|
|
@@ -437,7 +437,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
437
437
|
validator: (value: unknown) => any;
|
|
438
438
|
};
|
|
439
439
|
headingStyle: {
|
|
440
|
-
type:
|
|
440
|
+
type: StringConstructor;
|
|
441
441
|
required: true;
|
|
442
442
|
validator: (value: unknown) => any;
|
|
443
443
|
};
|
|
@@ -479,6 +479,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
479
479
|
};
|
|
480
480
|
}>, {}, {}, {
|
|
481
481
|
variantClass(): string;
|
|
482
|
+
iconVariant(): string;
|
|
482
483
|
}, {
|
|
483
484
|
clickHandler(event: any): void;
|
|
484
485
|
navigateToUrl(): void;
|
|
@@ -63,7 +63,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
63
63
|
validator: (value: unknown) => any;
|
|
64
64
|
};
|
|
65
65
|
headingStyle: {
|
|
66
|
-
type:
|
|
66
|
+
type: StringConstructor;
|
|
67
67
|
required: true;
|
|
68
68
|
validator: (value: unknown) => any;
|
|
69
69
|
};
|
|
@@ -83,7 +83,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
83
83
|
validator: (value: unknown) => any;
|
|
84
84
|
};
|
|
85
85
|
headingStyle: {
|
|
86
|
-
type:
|
|
86
|
+
type: StringConstructor;
|
|
87
87
|
required: true;
|
|
88
88
|
validator: (value: unknown) => any;
|
|
89
89
|
};
|
|
@@ -897,7 +897,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
897
897
|
validator: (value: unknown) => any;
|
|
898
898
|
};
|
|
899
899
|
headingStyle: {
|
|
900
|
-
type:
|
|
900
|
+
type: StringConstructor;
|
|
901
901
|
required: true;
|
|
902
902
|
validator: (value: unknown) => any;
|
|
903
903
|
};
|
|
@@ -917,7 +917,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
917
917
|
validator: (value: unknown) => any;
|
|
918
918
|
};
|
|
919
919
|
headingStyle: {
|
|
920
|
-
type:
|
|
920
|
+
type: StringConstructor;
|
|
921
921
|
required: true;
|
|
922
922
|
validator: (value: unknown) => any;
|
|
923
923
|
};
|
|
@@ -117,7 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
117
117
|
validator: (value: unknown) => any;
|
|
118
118
|
};
|
|
119
119
|
headingStyle: {
|
|
120
|
-
type:
|
|
120
|
+
type: StringConstructor;
|
|
121
121
|
required: true;
|
|
122
122
|
validator: (value: unknown) => any;
|
|
123
123
|
};
|
|
@@ -137,7 +137,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
137
137
|
validator: (value: unknown) => any;
|
|
138
138
|
};
|
|
139
139
|
headingStyle: {
|
|
140
|
-
type:
|
|
140
|
+
type: StringConstructor;
|
|
141
141
|
required: true;
|
|
142
142
|
validator: (value: unknown) => any;
|
|
143
143
|
};
|
|
@@ -96,7 +96,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
96
96
|
validator: (value: unknown) => any;
|
|
97
97
|
};
|
|
98
98
|
headingStyle: {
|
|
99
|
-
type:
|
|
99
|
+
type: StringConstructor;
|
|
100
100
|
required: true;
|
|
101
101
|
validator: (value: unknown) => any;
|
|
102
102
|
};
|
|
@@ -116,7 +116,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
116
116
|
validator: (value: unknown) => any;
|
|
117
117
|
};
|
|
118
118
|
headingStyle: {
|
|
119
|
-
type:
|
|
119
|
+
type: StringConstructor;
|
|
120
120
|
required: true;
|
|
121
121
|
validator: (value: unknown) => any;
|
|
122
122
|
};
|
|
@@ -275,7 +275,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
275
275
|
validator: (value: unknown) => any;
|
|
276
276
|
};
|
|
277
277
|
headingStyle: {
|
|
278
|
-
type:
|
|
278
|
+
type: StringConstructor;
|
|
279
279
|
required: true;
|
|
280
280
|
validator: (value: unknown) => any;
|
|
281
281
|
};
|
|
@@ -295,7 +295,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
295
295
|
validator: (value: unknown) => any;
|
|
296
296
|
};
|
|
297
297
|
headingStyle: {
|
|
298
|
-
type:
|
|
298
|
+
type: StringConstructor;
|
|
299
299
|
required: true;
|
|
300
300
|
validator: (value: unknown) => any;
|
|
301
301
|
};
|
|
@@ -692,7 +692,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
692
692
|
validator: (value: unknown) => any;
|
|
693
693
|
};
|
|
694
694
|
headingStyle: {
|
|
695
|
-
type:
|
|
695
|
+
type: StringConstructor;
|
|
696
696
|
required: true;
|
|
697
697
|
validator: (value: unknown) => any;
|
|
698
698
|
};
|
|
@@ -712,7 +712,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
712
712
|
validator: (value: unknown) => any;
|
|
713
713
|
};
|
|
714
714
|
headingStyle: {
|
|
715
|
-
type:
|
|
715
|
+
type: StringConstructor;
|
|
716
716
|
required: true;
|
|
717
717
|
validator: (value: unknown) => any;
|
|
718
718
|
};
|