@visitscotland/component-library 4.16.0 → 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.
- package/dist/client/manifest.json +84 -84
- package/dist/client/scripts/08c560098b456a366031.js +1 -0
- package/dist/client/scripts/1b7b01be8a6142157a55.js +1 -0
- package/dist/client/scripts/844d6a127ca663f58077.js +1 -0
- package/dist/client/styles/{83899dac16659c43e723.css → 844d6a127ca663f58077.css} +1 -1
- package/dist/components/components/accordion/components/AccordionItem.vue.d.ts +9 -0
- package/dist/components/components/accordion/index.d.ts +9 -0
- package/dist/components/components/article/Article.vue.d.ts +9 -0
- package/dist/components/components/canned-search/CannedSearch.vue.d.ts +27 -0
- package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts +9 -0
- package/dist/components/components/canned-search/components/CannedSearchSubHeading.vue.d.ts +9 -0
- package/dist/components/components/carbon-calculator/CarbonCalculator.vue.d.ts +36 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorIntro.vue.d.ts +9 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts +9 -0
- package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts +9 -0
- package/dist/components/components/carousel/components/CarouselSlide.vue.d.ts +9 -0
- package/dist/components/components/event-card/EventCard.vue.d.ts +9 -0
- package/dist/components/components/footer/components/FooterAccordionItem.vue.d.ts +9 -0
- package/dist/components/components/footer/components/FooterSocialMenu.vue.d.ts +9 -0
- package/dist/components/components/form/Form.vue.d.ts +9 -0
- package/dist/components/components/heading/Heading.vue.d.ts +17 -0
- package/dist/components/components/hero-section/HeroSection.vue.d.ts +9 -0
- package/dist/components/components/itineraries/components/ItineraryDay.vue.d.ts +9 -0
- package/dist/components/components/itineraries/components/ItineraryStop.vue.d.ts +9 -0
- package/dist/components/components/link-list/LinkList.vue.d.ts +9 -0
- package/dist/components/components/listicle/ListicleItem.vue.d.ts +9 -0
- package/dist/components/components/mega-nav/components/MegaNavAccordionItem.vue.d.ts +9 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedEvent.vue.d.ts +9 -0
- package/dist/components/components/mega-nav/components/MegaNavFeaturedItem.vue.d.ts +9 -0
- package/dist/components/components/mega-nav/components/MegaNavList.vue.d.ts +9 -0
- package/dist/components/components/megalinks/Megalinks.vue.d.ts +26 -0
- package/dist/components/components/megalinks/components/megalink-link-list/MegalinkLinkList.vue.d.ts +9 -0
- package/dist/components/components/megalinks/components/megalink-multi-image/MegalinkMultiImage.vue.d.ts +9 -0
- package/dist/components/components/megalinks/components/megalink-single-image/MegalinkSingleImage.vue.d.ts +18 -0
- package/dist/components/components/module-wrapper/ModuleWrapper.vue.d.ts +9 -0
- package/dist/components/components/page-intro/PageIntro.vue.d.ts +9 -0
- package/dist/components/components/product-search/ProductSearch.vue.d.ts +9 -0
- package/dist/components/components/ski-scotland/ski-scotland-card/SkiScotlandCard.vue.d.ts +9 -0
- package/dist/components/components/ski-scotland/ski-scotland-status/SkiScotlandStatus.vue.d.ts +18 -0
- package/dist/components/components/social-share/SocialShare.vue.d.ts +18 -0
- package/dist/components/components/stretched-link-card/StretchedLinkCard.vue.d.ts +9 -0
- package/dist/components/components/tabs/components/TabItem.vue.d.ts +9 -0
- package/dist/components/vs-component-library.css +1 -1
- package/dist/components/vs-component-library.js +3 -3
- package/dist/components/vs-component-library.mjs +195 -177
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/dist/ssr/styles/{502348472ab488bc21f8.css → 11c5624e5a59abfb6744.css} +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/83899dac16659c43e723.js +0 -1
- package/dist/client/scripts/92e4b743be7030526798.js +0 -1
- package/dist/client/scripts/c5022a02266b2346d9d5.js +0 -1
- /package/dist/client/styles/{c5022a02266b2346d9d5.css → 08c560098b456a366031.css} +0 -0
- /package/dist/client/styles/{92e4b743be7030526798.css → 1b7b01be8a6142157a55.css} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[3838],{37083:function(){},54886:function(e,s,n){"use strict";var a=n(2543);s.A={name:"VsHeading",status:"prototype",release:"0.1.0",props:{level:{type:[String,Number],default:"1",validator:function(e){return(0,a.isNumber)(e)?e>0&&e<7:e.match(/(1|2|3|4|5|6)/)}},headingStyle:{type:[String,Number],required:!0,validator:function(e){return e.match(/(display-l|display-m|display-s|display-xs|heading-xxl|heading-xl|heading-l|heading-m|heading-s|heading-xs|heading-xxs|heading-xxxs)/)}},id:{type:String,default:null}},computed:{hasSubtitle:function(){return!!this.$slots["sub-heading"]},headingClasses:function(){return[this.headingStyle?"vs-heading--".concat(this.headingStyle):""]},subHeadingClass:function(){var e="";switch(this.headingStyle){case"display-l":case"display-m":case"display-s":case"heading-xxl":case"heading-xl":e="l";break;case"display-xs":case"heading-l":case"heading-m":e="m";break;case"heading-s":case"heading-xs":case"heading-xxs":e="s";break;default:e=""}return"vs-heading__sub-heading--".concat(e)},type:function(){return"h".concat(this.level)}}}},16587:function(e,s,n){"use strict";n.d(s,{X:function(){return i}});var a=n(20641),t=n(90033);function i(e,s,n,i,l,d){return(0,a.uX)(),(0,a.Wv)((0,a.$y)(d.type),{class:(0,t.normalizeClass)(["vs-heading",d.headingClasses]),id:n.id},{default:(0,a.k6)((function(){return[(0,a.RG)(e.$slots,"default"),e.$slots["sub-heading"]?((0,a.uX)(),(0,a.CE)("span",{key:0,class:(0,t.normalizeClass)(["vs-heading__sub-heading",d.subHeadingClass])},[(0,a.RG)(e.$slots,"sub-heading")],2)):(0,a.Q3)("",!0)]})),_:3},8,["class","id"])}},74309:function(e,s,n){"use strict";var a=n(85072),t=n.n(a),i=n(97825),l=n.n(i),d=n(77659),r=n.n(d),u=n(55056),c=n.n(u),h=n(10540),o=n.n(h),g=n(41113),f=n.n(g),p=n(37083),y=n.n(p),b={};b.styleTagTransform=f(),b.setAttributes=c(),b.insert=r().bind(null,"head"),b.domAPI=l(),b.insertStyleElement=o(),t()(y(),b),y()&&y().locals&&y().locals},13838:function(e,s,n){"use strict";n.r(s);var a=n(16587),t=n(46922);n(34449);const i=(0,n(66262).A)(t.A,[["render",a.X]]);s.default=i},46922:function(e,s,n){"use strict";n.d(s,{A:function(){return a.A}});var a=n(54886)},34449:function(e,s,n){"use strict";n(74309)}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.VsMegalinks=e():t.VsMegalinks=e()}(self,(function(){return(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[9907],{37267:function(){},10526:function(t,e,n){"use strict";var s=n(13838),i=n(48836),a=n(72958),o=n(11438);e.A={name:"VsMegalinks",status:"prototype",release:"0.0.1",components:{VsContainer:o.T$,VsRow:o.AQ,VsCol:o.Il,VsHeading:s.default,VsButton:i.default,VsRichTextWrapper:a.default},provide:function(){return{noJsMessage:this.noJsMessage,noCookiesMessage:this.noCookiesMessage,cookieLinkText:this.cookieLinkText,theme:this.theme}},props:{title:{type:String,required:!1,default:null},sectionId:{type:String,required:!1,default:null},buttonLink:{type:String,required:!1,default:null},variant:{type:String,required:!1,default:null,validator:function(t){return t.match(/(multi-image|single-image|link-list)/)}},theme:{type:String,default:"light",validator:function(t){return t.match(/(light|grey)/)}},noJsMessage:{type:String,default:""},noCookiesMessage:{type:String,default:""},cookieLinkText:{type:String,default:""}},computed:{megalinksClasses:function(){return[this.variant?"vs-megalinks--".concat(this.variant):"","vs-megalinks--".concat(this.theme)]}}}},30235:function(t,e,n){"use strict";n.d(e,{X:function(){return l}});var s=n(20641),i=n(90033),a={key:0,class:"vs-megalinks__intro","data-test":"vs-megalinks__intro"},o={class:"row vs-megalinks__links-wrapper"},r={class:"vs-megalinks__button","data-test":"vs-megalinks__button"};function l(t,e,n,l,u,c){var d=(0,s.g2)("VsHeading"),f=(0,s.g2)("VsRichTextWrapper"),g=(0,s.g2)("VsCol"),k=(0,s.g2)("VsRow"),m=(0,s.g2)("VsButton"),v=(0,s.g2)("VsContainer");return(0,s.uX)(),(0,s.CE)("section",{class:(0,i.normalizeClass)(["vs-megalinks",c.megalinksClasses]),"data-test":"megalinks"},[(0,s.bF)(v,{fluid:"lg"},{default:(0,s.k6)((function(){return[(0,s.bF)(k,null,{default:(0,s.k6)((function(){return[(0,s.bF)(g,{cols:"12",md:"8","offset-md":"2"},{default:(0,s.k6)((function(){return[n.title?((0,s.uX)(),(0,s.CE)("div",a,[(0,s.bF)(d,{level:"2","heading-style":"heading-xl",class:"vs-megalinks__heading","data-test":"vs-megalinks__heading",id:n.sectionId},{default:(0,s.k6)((function(){return[(0,s.eW)((0,i.toDisplayString)(n.title),1)]})),_:1},8,["id"]),t.$slots["vs-megalinks-intro"]&&t.$slots["vs-megalinks-intro"]()?((0,s.uX)(),(0,s.Wv)(f,{key:0,class:"vs-megalinks__intro-content",variant:"lead","data-test":"vs-megalinks__intro-content"},{default:(0,s.k6)((function(){return[(0,s.RG)(t.$slots,"vs-megalinks-intro")]})),_:3})):(0,s.Q3)("",!0)])):(0,s.Q3)("",!0)]})),_:3})]})),_:3}),(0,s.Lk)("div",o,[(0,s.RG)(t.$slots,"default")]),n.buttonLink&&"single-image"!==n.variant?((0,s.uX)(),(0,s.Wv)(k,{key:0},{default:(0,s.k6)((function(){return[(0,s.bF)(g,{cols:"12"},{default:(0,s.k6)((function(){return[(0,s.Lk)("div",r,[(0,s.bF)(m,{href:n.buttonLink},{default:(0,s.k6)((function(){return[(0,s.RG)(t.$slots,"vs-megalinks-button")]})),_:3},8,["href"])])]})),_:3})]})),_:3})):(0,s.Q3)("",!0)]})),_:3})],2)}},89117:function(t,e,n){"use strict";var s=n(85072),i=n.n(s),a=n(97825),o=n.n(a),r=n(77659),l=n.n(r),u=n(55056),c=n.n(u),d=n(10540),f=n.n(d),g=n(41113),k=n.n(g),m=n(37267),v=n.n(m),p={};p.styleTagTransform=k(),p.setAttributes=c(),p.insert=l().bind(null,"head"),p.domAPI=o(),p.insertStyleElement=f(),i()(v(),p),v()&&v().locals&&v().locals},17086:function(t,e,n){"use strict";n.r(e);var s=n(267),i=n(40690);n(13177);const a=(0,n(66262).A)(i.A,[["render",s.X]]);e.default=a},40690:function(t,e,n){"use strict";n.d(e,{A:function(){return s.A}});var s=n(10526)},267:function(t,e,n){"use strict";n.d(e,{X:function(){return s.X}});var s=n(30235)},13177:function(t,e,n){"use strict";n(89117)}},function(t){return t.O(0,[641,6262,7510,3751,4352,4467,7527,8086,810,2543,6422,8745,8836,8638,2368,3838,7521,1438,2958],(function(){return t(t.s=17086)})),t.O()}])}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.VsVsFilterSection=e():t.VsVsFilterSection=e()}(self,(function(){return(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[7282],{99799:function(){},49051:function(t,e,n){"use strict";var i=n(20641),s=n(90033),r=n(46422),o={key:0,class:"vs-filter-section__details"},l={class:"vs-filter-section__summary"},c={key:1,class:"vs-filter-section__section"};e.A={__name:"VsFilterSection",props:{sectionTitle:{type:String,default:void 0},type:{type:String,default:"list",validator:function(t){return t.match(/(inline|group|list)/)}}},setup:function(t){var e=t,n=(0,i.EW)((function(){return{"vs-filter-section":!0,"vs-filter-section--inline":"inline"===e.type}}));return function(t,u){return(0,i.uX)(),(0,i.CE)("div",{class:(0,s.normalizeClass)(n.value),"data-test":"vs-filter-section"},["group"===e.type?((0,i.uX)(),(0,i.CE)("details",o,[(0,i.Lk)("summary",l,[(0,i.eW)((0,s.toDisplayString)(e.sectionTitle)+" ",1),(0,i.bF)(r.default,{name:"chevron",variant:"tertiary"})]),(0,i.RG)(t.$slots,"default")])):((0,i.uX)(),(0,i.CE)("div",c,[(0,i.RG)(t.$slots,"default")]))],2)}}}},93513:function(t,e,n){"use strict";var i=n(85072),s=n.n(i),r=n(97825),o=n.n(r),l=n(77659),c=n.n(l),u=n(55056),a=n.n(u),f=n(10540),d=n.n(f),p=n(41113),v=n.n(p),y=n(99799),m=n.n(y),_={};_.styleTagTransform=v(),_.setAttributes=a(),_.insert=c().bind(null,"head"),_.domAPI=o(),_.insertStyleElement=d(),s()(m(),_),m()&&m().locals&&m().locals},19783:function(t,e,n){"use strict";n.r(e);var i=n(25647);n(92221);const s=i.A;e.default=s},25647:function(t,e,n){"use strict";n.d(e,{A:function(){return i.A}});var i=n(49051)},92221:function(t,e,n){"use strict";n(93513)}},function(t){return t.O(0,[641,6262,7510,4467,6422],(function(){return t(t.s=19783)})),t.O()}])}));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.vs-filter-section{padding:.75rem 1.25rem}.vs-filter-section:not(:last-child){border-bottom:solid 1px #a3a3cc}.vs-filter-section--inline .vs-filter-section__section{display:flex;gap:1rem}.vs-filter-section--inline .vs-filter-section__section label{font-size:1rem}.vs-filter-section__details[open] .vs-filter-section__summary{margin-bottom:.75rem}.vs-filter-section__details[open] .vs-filter-section__summary .vs-icon{transform:scale(1, 1)}.vs-filter-section__summary{align-items:baseline;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;list-style:none}.vs-filter-section__summary::marker,.vs-filter-section__summary::-webkit-details-marker{display:none}.vs-filter-section__summary .vs-icon{transform:scale(-1, -1)}
|
|
1
|
+
.vs-filter-section{padding:.75rem 1.25rem}.vs-filter-section:not(:last-child){border-bottom:solid 1px #a3a3cc}.vs-filter-section--inline .vs-filter-section__section{display:flex;gap:1rem}.vs-filter-section--inline .vs-filter-section__section label{font-size:1rem}.vs-filter-section__details[open] .vs-filter-section__summary{margin-bottom:.75rem}.vs-filter-section__details[open] .vs-filter-section__summary .vs-icon{transform:scale(1, 1)}.vs-filter-section__summary{align-items:baseline;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;list-style:none}.vs-filter-section__summary::marker,.vs-filter-section__summary::-webkit-details-marker{display:none}.vs-filter-section__summary .vs-icon{transform:scale(-1, -1)}
|
|
@@ -1929,6 +1929,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1929
1929
|
required: true;
|
|
1930
1930
|
validator: (value: unknown) => any;
|
|
1931
1931
|
};
|
|
1932
|
+
id: {
|
|
1933
|
+
type: StringConstructor;
|
|
1934
|
+
default: any;
|
|
1935
|
+
};
|
|
1932
1936
|
}>, {}, {}, {
|
|
1933
1937
|
hasSubtitle(): boolean;
|
|
1934
1938
|
headingClasses(): string[];
|
|
@@ -1945,7 +1949,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
1945
1949
|
required: true;
|
|
1946
1950
|
validator: (value: unknown) => any;
|
|
1947
1951
|
};
|
|
1952
|
+
id: {
|
|
1953
|
+
type: StringConstructor;
|
|
1954
|
+
default: any;
|
|
1955
|
+
};
|
|
1948
1956
|
}>> & Readonly<{}>, {
|
|
1957
|
+
id: string;
|
|
1949
1958
|
level: string | number;
|
|
1950
1959
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1951
1960
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -1903,6 +1903,10 @@ declare const _default: {
|
|
|
1903
1903
|
required: true;
|
|
1904
1904
|
validator: (value: unknown) => any;
|
|
1905
1905
|
};
|
|
1906
|
+
id: {
|
|
1907
|
+
type: StringConstructor;
|
|
1908
|
+
default: any;
|
|
1909
|
+
};
|
|
1906
1910
|
}>, {}, {}, {
|
|
1907
1911
|
hasSubtitle(): boolean;
|
|
1908
1912
|
headingClasses(): string[];
|
|
@@ -1919,7 +1923,12 @@ declare const _default: {
|
|
|
1919
1923
|
required: true;
|
|
1920
1924
|
validator: (value: unknown) => any;
|
|
1921
1925
|
};
|
|
1926
|
+
id: {
|
|
1927
|
+
type: StringConstructor;
|
|
1928
|
+
default: any;
|
|
1929
|
+
};
|
|
1922
1930
|
}>> & Readonly<{}>, {
|
|
1931
|
+
id: string;
|
|
1923
1932
|
level: string | number;
|
|
1924
1933
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
1925
1934
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -233,6 +233,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
233
233
|
required: true;
|
|
234
234
|
validator: (value: unknown) => any;
|
|
235
235
|
};
|
|
236
|
+
id: {
|
|
237
|
+
type: StringConstructor;
|
|
238
|
+
default: any;
|
|
239
|
+
};
|
|
236
240
|
}>, {}, {}, {
|
|
237
241
|
hasSubtitle(): boolean;
|
|
238
242
|
headingClasses(): string[];
|
|
@@ -249,7 +253,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
249
253
|
required: true;
|
|
250
254
|
validator: (value: unknown) => any;
|
|
251
255
|
};
|
|
256
|
+
id: {
|
|
257
|
+
type: StringConstructor;
|
|
258
|
+
default: any;
|
|
259
|
+
};
|
|
252
260
|
}>> & Readonly<{}>, {
|
|
261
|
+
id: string;
|
|
253
262
|
level: string | number;
|
|
254
263
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
255
264
|
VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -560,6 +560,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
560
560
|
required: true;
|
|
561
561
|
validator: (value: unknown) => any;
|
|
562
562
|
};
|
|
563
|
+
id: {
|
|
564
|
+
type: StringConstructor;
|
|
565
|
+
default: any;
|
|
566
|
+
};
|
|
563
567
|
}>, {}, {}, {
|
|
564
568
|
hasSubtitle(): boolean;
|
|
565
569
|
headingClasses(): string[];
|
|
@@ -576,7 +580,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
576
580
|
required: true;
|
|
577
581
|
validator: (value: unknown) => any;
|
|
578
582
|
};
|
|
583
|
+
id: {
|
|
584
|
+
type: StringConstructor;
|
|
585
|
+
default: any;
|
|
586
|
+
};
|
|
579
587
|
}>> & Readonly<{}>, {
|
|
588
|
+
id: string;
|
|
580
589
|
level: string | number;
|
|
581
590
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
582
591
|
VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2506,6 +2515,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2506
2515
|
required: true;
|
|
2507
2516
|
validator: (value: unknown) => any;
|
|
2508
2517
|
};
|
|
2518
|
+
id: {
|
|
2519
|
+
type: StringConstructor;
|
|
2520
|
+
default: any;
|
|
2521
|
+
};
|
|
2509
2522
|
}>, {}, {}, {
|
|
2510
2523
|
hasSubtitle(): boolean;
|
|
2511
2524
|
headingClasses(): string[];
|
|
@@ -2522,7 +2535,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2522
2535
|
required: true;
|
|
2523
2536
|
validator: (value: unknown) => any;
|
|
2524
2537
|
};
|
|
2538
|
+
id: {
|
|
2539
|
+
type: StringConstructor;
|
|
2540
|
+
default: any;
|
|
2541
|
+
};
|
|
2525
2542
|
}>> & Readonly<{}>, {
|
|
2543
|
+
id: string;
|
|
2526
2544
|
level: string | number;
|
|
2527
2545
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2528
2546
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3740,6 +3758,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3740
3758
|
required: true;
|
|
3741
3759
|
validator: (value: unknown) => any;
|
|
3742
3760
|
};
|
|
3761
|
+
id: {
|
|
3762
|
+
type: StringConstructor;
|
|
3763
|
+
default: any;
|
|
3764
|
+
};
|
|
3743
3765
|
}>, {}, {}, {
|
|
3744
3766
|
hasSubtitle(): boolean;
|
|
3745
3767
|
headingClasses(): string[];
|
|
@@ -3756,7 +3778,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3756
3778
|
required: true;
|
|
3757
3779
|
validator: (value: unknown) => any;
|
|
3758
3780
|
};
|
|
3781
|
+
id: {
|
|
3782
|
+
type: StringConstructor;
|
|
3783
|
+
default: any;
|
|
3784
|
+
};
|
|
3759
3785
|
}>> & Readonly<{}>, {
|
|
3786
|
+
id: string;
|
|
3760
3787
|
level: string | number;
|
|
3761
3788
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3762
3789
|
VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
package/dist/components/components/canned-search/components/CannedSearchProductCard.vue.d.ts
CHANGED
|
@@ -500,6 +500,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
500
500
|
required: true;
|
|
501
501
|
validator: (value: unknown) => any;
|
|
502
502
|
};
|
|
503
|
+
id: {
|
|
504
|
+
type: StringConstructor;
|
|
505
|
+
default: any;
|
|
506
|
+
};
|
|
503
507
|
}>, {}, {}, {
|
|
504
508
|
hasSubtitle(): boolean;
|
|
505
509
|
headingClasses(): string[];
|
|
@@ -516,7 +520,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
516
520
|
required: true;
|
|
517
521
|
validator: (value: unknown) => any;
|
|
518
522
|
};
|
|
523
|
+
id: {
|
|
524
|
+
type: StringConstructor;
|
|
525
|
+
default: any;
|
|
526
|
+
};
|
|
519
527
|
}>> & Readonly<{}>, {
|
|
528
|
+
id: string;
|
|
520
529
|
level: string | number;
|
|
521
530
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
522
531
|
VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -51,6 +51,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
51
51
|
required: true;
|
|
52
52
|
validator: (value: unknown) => any;
|
|
53
53
|
};
|
|
54
|
+
id: {
|
|
55
|
+
type: StringConstructor;
|
|
56
|
+
default: any;
|
|
57
|
+
};
|
|
54
58
|
}>, {}, {}, {
|
|
55
59
|
hasSubtitle(): boolean;
|
|
56
60
|
headingClasses(): string[];
|
|
@@ -67,7 +71,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
71
|
required: true;
|
|
68
72
|
validator: (value: unknown) => any;
|
|
69
73
|
};
|
|
74
|
+
id: {
|
|
75
|
+
type: StringConstructor;
|
|
76
|
+
default: any;
|
|
77
|
+
};
|
|
70
78
|
}>> & Readonly<{}>, {
|
|
79
|
+
id: string;
|
|
71
80
|
level: string | number;
|
|
72
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
73
82
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -2377,6 +2377,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2377
2377
|
required: true;
|
|
2378
2378
|
validator: (value: unknown) => any;
|
|
2379
2379
|
};
|
|
2380
|
+
id: {
|
|
2381
|
+
type: StringConstructor;
|
|
2382
|
+
default: any;
|
|
2383
|
+
};
|
|
2380
2384
|
}>, {}, {}, {
|
|
2381
2385
|
hasSubtitle(): boolean;
|
|
2382
2386
|
headingClasses(): string[];
|
|
@@ -2393,7 +2397,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2393
2397
|
required: true;
|
|
2394
2398
|
validator: (value: unknown) => any;
|
|
2395
2399
|
};
|
|
2400
|
+
id: {
|
|
2401
|
+
type: StringConstructor;
|
|
2402
|
+
default: any;
|
|
2403
|
+
};
|
|
2396
2404
|
}>> & Readonly<{}>, {
|
|
2405
|
+
id: string;
|
|
2397
2406
|
level: string | number;
|
|
2398
2407
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2399
2408
|
VsCarbonCalculatorResults: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2785,6 +2794,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2785
2794
|
required: true;
|
|
2786
2795
|
validator: (value: unknown) => any;
|
|
2787
2796
|
};
|
|
2797
|
+
id: {
|
|
2798
|
+
type: StringConstructor;
|
|
2799
|
+
default: any;
|
|
2800
|
+
};
|
|
2788
2801
|
}>, {}, {}, {
|
|
2789
2802
|
hasSubtitle(): boolean;
|
|
2790
2803
|
headingClasses(): string[];
|
|
@@ -2801,7 +2814,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2801
2814
|
required: true;
|
|
2802
2815
|
validator: (value: unknown) => any;
|
|
2803
2816
|
};
|
|
2817
|
+
id: {
|
|
2818
|
+
type: StringConstructor;
|
|
2819
|
+
default: any;
|
|
2820
|
+
};
|
|
2804
2821
|
}>> & Readonly<{}>, {
|
|
2822
|
+
id: string;
|
|
2805
2823
|
level: string | number;
|
|
2806
2824
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2807
2825
|
VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -3229,6 +3247,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3229
3247
|
required: true;
|
|
3230
3248
|
validator: (value: unknown) => any;
|
|
3231
3249
|
};
|
|
3250
|
+
id: {
|
|
3251
|
+
type: StringConstructor;
|
|
3252
|
+
default: any;
|
|
3253
|
+
};
|
|
3232
3254
|
}>, {}, {}, {
|
|
3233
3255
|
hasSubtitle(): boolean;
|
|
3234
3256
|
headingClasses(): string[];
|
|
@@ -3245,7 +3267,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3245
3267
|
required: true;
|
|
3246
3268
|
validator: (value: unknown) => any;
|
|
3247
3269
|
};
|
|
3270
|
+
id: {
|
|
3271
|
+
type: StringConstructor;
|
|
3272
|
+
default: any;
|
|
3273
|
+
};
|
|
3248
3274
|
}>> & Readonly<{}>, {
|
|
3275
|
+
id: string;
|
|
3249
3276
|
level: string | number;
|
|
3250
3277
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3251
3278
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3369,6 +3396,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3369
3396
|
required: true;
|
|
3370
3397
|
validator: (value: unknown) => any;
|
|
3371
3398
|
};
|
|
3399
|
+
id: {
|
|
3400
|
+
type: StringConstructor;
|
|
3401
|
+
default: any;
|
|
3402
|
+
};
|
|
3372
3403
|
}>, {}, {}, {
|
|
3373
3404
|
hasSubtitle(): boolean;
|
|
3374
3405
|
headingClasses(): string[];
|
|
@@ -3385,7 +3416,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3385
3416
|
required: true;
|
|
3386
3417
|
validator: (value: unknown) => any;
|
|
3387
3418
|
};
|
|
3419
|
+
id: {
|
|
3420
|
+
type: StringConstructor;
|
|
3421
|
+
default: any;
|
|
3422
|
+
};
|
|
3388
3423
|
}>> & Readonly<{}>, {
|
|
3424
|
+
id: string;
|
|
3389
3425
|
level: string | number;
|
|
3390
3426
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3391
3427
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/components/components/carbon-calculator/components/CarbonCalculatorIntro.vue.d.ts
CHANGED
|
@@ -10,6 +10,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
10
10
|
required: true;
|
|
11
11
|
validator: (value: unknown) => any;
|
|
12
12
|
};
|
|
13
|
+
id: {
|
|
14
|
+
type: StringConstructor;
|
|
15
|
+
default: any;
|
|
16
|
+
};
|
|
13
17
|
}>, {}, {}, {
|
|
14
18
|
hasSubtitle(): boolean;
|
|
15
19
|
headingClasses(): string[];
|
|
@@ -26,7 +30,12 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
26
30
|
required: true;
|
|
27
31
|
validator: (value: unknown) => any;
|
|
28
32
|
};
|
|
33
|
+
id: {
|
|
34
|
+
type: StringConstructor;
|
|
35
|
+
default: any;
|
|
36
|
+
};
|
|
29
37
|
}>> & Readonly<{}>, {
|
|
38
|
+
id: string;
|
|
30
39
|
level: string | number;
|
|
31
40
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
32
41
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
package/dist/components/components/carbon-calculator/components/CarbonCalculatorResults.vue.d.ts
CHANGED
|
@@ -475,6 +475,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
475
475
|
required: true;
|
|
476
476
|
validator: (value: unknown) => any;
|
|
477
477
|
};
|
|
478
|
+
id: {
|
|
479
|
+
type: StringConstructor;
|
|
480
|
+
default: any;
|
|
481
|
+
};
|
|
478
482
|
}>, {}, {}, {
|
|
479
483
|
hasSubtitle(): boolean;
|
|
480
484
|
headingClasses(): string[];
|
|
@@ -491,7 +495,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
491
495
|
required: true;
|
|
492
496
|
validator: (value: unknown) => any;
|
|
493
497
|
};
|
|
498
|
+
id: {
|
|
499
|
+
type: StringConstructor;
|
|
500
|
+
default: any;
|
|
501
|
+
};
|
|
494
502
|
}>> & Readonly<{}>, {
|
|
503
|
+
id: string;
|
|
495
504
|
level: string | number;
|
|
496
505
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
497
506
|
VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
package/dist/components/components/carbon-calculator/components/CarbonCalculatorTip.vue.d.ts
CHANGED
|
@@ -116,6 +116,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
116
116
|
required: true;
|
|
117
117
|
validator: (value: unknown) => any;
|
|
118
118
|
};
|
|
119
|
+
id: {
|
|
120
|
+
type: StringConstructor;
|
|
121
|
+
default: any;
|
|
122
|
+
};
|
|
119
123
|
}>, {}, {}, {
|
|
120
124
|
hasSubtitle(): boolean;
|
|
121
125
|
headingClasses(): string[];
|
|
@@ -132,7 +136,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
132
136
|
required: true;
|
|
133
137
|
validator: (value: unknown) => any;
|
|
134
138
|
};
|
|
139
|
+
id: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: any;
|
|
142
|
+
};
|
|
135
143
|
}>> & Readonly<{}>, {
|
|
144
|
+
id: string;
|
|
136
145
|
level: string | number;
|
|
137
146
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
138
147
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -364,6 +364,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
364
364
|
required: true;
|
|
365
365
|
validator: (value: unknown) => any;
|
|
366
366
|
};
|
|
367
|
+
id: {
|
|
368
|
+
type: StringConstructor;
|
|
369
|
+
default: any;
|
|
370
|
+
};
|
|
367
371
|
}>, {}, {}, {
|
|
368
372
|
hasSubtitle(): boolean;
|
|
369
373
|
headingClasses(): string[];
|
|
@@ -380,7 +384,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
380
384
|
required: true;
|
|
381
385
|
validator: (value: unknown) => any;
|
|
382
386
|
};
|
|
387
|
+
id: {
|
|
388
|
+
type: StringConstructor;
|
|
389
|
+
default: any;
|
|
390
|
+
};
|
|
383
391
|
}>> & Readonly<{}>, {
|
|
392
|
+
id: string;
|
|
384
393
|
level: string | number;
|
|
385
394
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
386
395
|
VsLink: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -58,6 +58,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
58
58
|
required: true;
|
|
59
59
|
validator: (value: unknown) => any;
|
|
60
60
|
};
|
|
61
|
+
id: {
|
|
62
|
+
type: StringConstructor;
|
|
63
|
+
default: any;
|
|
64
|
+
};
|
|
61
65
|
}>, {}, {}, {
|
|
62
66
|
hasSubtitle(): boolean;
|
|
63
67
|
headingClasses(): string[];
|
|
@@ -74,7 +78,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
74
78
|
required: true;
|
|
75
79
|
validator: (value: unknown) => any;
|
|
76
80
|
};
|
|
81
|
+
id: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: any;
|
|
84
|
+
};
|
|
77
85
|
}>> & Readonly<{}>, {
|
|
86
|
+
id: string;
|
|
78
87
|
level: string | number;
|
|
79
88
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
80
89
|
VsButton: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -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>;
|
|
@@ -41,6 +41,10 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
41
41
|
required: true;
|
|
42
42
|
validator: (value: unknown) => any;
|
|
43
43
|
};
|
|
44
|
+
id: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: any;
|
|
47
|
+
};
|
|
44
48
|
}>, {}, {}, {
|
|
45
49
|
hasSubtitle(): boolean;
|
|
46
50
|
headingClasses(): string[];
|
|
@@ -57,7 +61,12 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
57
61
|
required: true;
|
|
58
62
|
validator: (value: unknown) => any;
|
|
59
63
|
};
|
|
64
|
+
id: {
|
|
65
|
+
type: StringConstructor;
|
|
66
|
+
default: any;
|
|
67
|
+
};
|
|
60
68
|
}>> & Readonly<{}>, {
|
|
69
|
+
id: string;
|
|
61
70
|
level: string | number;
|
|
62
71
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
63
72
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -3306,6 +3306,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3306
3306
|
required: true;
|
|
3307
3307
|
validator: (value: unknown) => any;
|
|
3308
3308
|
};
|
|
3309
|
+
id: {
|
|
3310
|
+
type: StringConstructor;
|
|
3311
|
+
default: any;
|
|
3312
|
+
};
|
|
3309
3313
|
}>, {}, {}, {
|
|
3310
3314
|
hasSubtitle(): boolean;
|
|
3311
3315
|
headingClasses(): string[];
|
|
@@ -3322,7 +3326,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
3322
3326
|
required: true;
|
|
3323
3327
|
validator: (value: unknown) => any;
|
|
3324
3328
|
};
|
|
3329
|
+
id: {
|
|
3330
|
+
type: StringConstructor;
|
|
3331
|
+
default: any;
|
|
3332
|
+
};
|
|
3325
3333
|
}>> & Readonly<{}>, {
|
|
3334
|
+
id: string;
|
|
3326
3335
|
level: string | number;
|
|
3327
3336
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3328
3337
|
VsWarning: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -18,6 +18,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
required: true;
|
|
19
19
|
validator: (value: unknown) => any;
|
|
20
20
|
};
|
|
21
|
+
/**
|
|
22
|
+
* id string for h tag
|
|
23
|
+
* typically — though not necessarily — used as page anchor
|
|
24
|
+
*/
|
|
25
|
+
id: {
|
|
26
|
+
type: StringConstructor;
|
|
27
|
+
default: any;
|
|
28
|
+
};
|
|
21
29
|
}>, {}, {}, {
|
|
22
30
|
hasSubtitle(): boolean;
|
|
23
31
|
headingClasses(): string[];
|
|
@@ -43,7 +51,16 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
51
|
required: true;
|
|
44
52
|
validator: (value: unknown) => any;
|
|
45
53
|
};
|
|
54
|
+
/**
|
|
55
|
+
* id string for h tag
|
|
56
|
+
* typically — though not necessarily — used as page anchor
|
|
57
|
+
*/
|
|
58
|
+
id: {
|
|
59
|
+
type: StringConstructor;
|
|
60
|
+
default: any;
|
|
61
|
+
};
|
|
46
62
|
}>> & Readonly<{}>, {
|
|
63
|
+
id: string;
|
|
47
64
|
level: string | number;
|
|
48
65
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
49
66
|
export default _default;
|
|
@@ -159,6 +159,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
159
159
|
required: true;
|
|
160
160
|
validator: (value: unknown) => any;
|
|
161
161
|
};
|
|
162
|
+
id: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: any;
|
|
165
|
+
};
|
|
162
166
|
}>, {}, {}, {
|
|
163
167
|
hasSubtitle(): boolean;
|
|
164
168
|
headingClasses(): string[];
|
|
@@ -175,7 +179,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
175
179
|
required: true;
|
|
176
180
|
validator: (value: unknown) => any;
|
|
177
181
|
};
|
|
182
|
+
id: {
|
|
183
|
+
type: StringConstructor;
|
|
184
|
+
default: any;
|
|
185
|
+
};
|
|
178
186
|
}>> & Readonly<{}>, {
|
|
187
|
+
id: string;
|
|
179
188
|
level: string | number;
|
|
180
189
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
181
190
|
VsRichTextWrapper: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -2188,6 +2188,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2188
2188
|
required: true;
|
|
2189
2189
|
validator: (value: unknown) => any;
|
|
2190
2190
|
};
|
|
2191
|
+
id: {
|
|
2192
|
+
type: StringConstructor;
|
|
2193
|
+
default: any;
|
|
2194
|
+
};
|
|
2191
2195
|
}>, {}, {}, {
|
|
2192
2196
|
hasSubtitle(): boolean;
|
|
2193
2197
|
headingClasses(): string[];
|
|
@@ -2204,7 +2208,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
2204
2208
|
required: true;
|
|
2205
2209
|
validator: (value: unknown) => any;
|
|
2206
2210
|
};
|
|
2211
|
+
id: {
|
|
2212
|
+
type: StringConstructor;
|
|
2213
|
+
default: any;
|
|
2214
|
+
};
|
|
2207
2215
|
}>> & Readonly<{}>, {
|
|
2216
|
+
id: string;
|
|
2208
2217
|
level: string | number;
|
|
2209
2218
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2210
2219
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
@@ -54,6 +54,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
54
54
|
required: true;
|
|
55
55
|
validator: (value: unknown) => any;
|
|
56
56
|
};
|
|
57
|
+
id: {
|
|
58
|
+
type: StringConstructor;
|
|
59
|
+
default: any;
|
|
60
|
+
};
|
|
57
61
|
}>, {}, {}, {
|
|
58
62
|
hasSubtitle(): boolean;
|
|
59
63
|
headingClasses(): string[];
|
|
@@ -70,7 +74,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
70
74
|
required: true;
|
|
71
75
|
validator: (value: unknown) => any;
|
|
72
76
|
};
|
|
77
|
+
id: {
|
|
78
|
+
type: StringConstructor;
|
|
79
|
+
default: any;
|
|
80
|
+
};
|
|
73
81
|
}>> & Readonly<{}>, {
|
|
82
|
+
id: string;
|
|
74
83
|
level: string | number;
|
|
75
84
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
85
|
VsIcon: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
@@ -29,6 +29,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
29
29
|
required: true;
|
|
30
30
|
validator: (value: unknown) => any;
|
|
31
31
|
};
|
|
32
|
+
id: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: any;
|
|
35
|
+
};
|
|
32
36
|
}>, {}, {}, {
|
|
33
37
|
hasSubtitle(): boolean;
|
|
34
38
|
headingClasses(): string[];
|
|
@@ -45,7 +49,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
45
49
|
required: true;
|
|
46
50
|
validator: (value: unknown) => any;
|
|
47
51
|
};
|
|
52
|
+
id: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: any;
|
|
55
|
+
};
|
|
48
56
|
}>> & Readonly<{}>, {
|
|
57
|
+
id: string;
|
|
49
58
|
level: string | number;
|
|
50
59
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
60
|
}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|