@visitscotland/component-library 4.24.1 → 4.25.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 +7 -4
- package/dist/client/scripts/908156c58dbe3ae7f58f.js +1 -0
- package/dist/client/scripts/acdd34ecd951e332838c.js +1 -0
- package/dist/client/scripts/b0f4fcf548396b60795b.js +1 -0
- package/dist/components/components/video/Video.vue.d.ts +66 -18
- package/dist/components/vs-component-library.js +9 -9
- package/dist/components/vs-component-library.mjs +186 -144
- package/dist/ssr/index.js +1 -1
- package/dist/ssr/manifest.json +1 -1
- package/package.json +1 -1
- package/dist/client/scripts/0fde49acabb257f1328a.js +0 -1
- package/dist/client/scripts/c44da96e8e6073ccffaf.js +0 -1
- /package/dist/client/styles/{c44da96e8e6073ccffaf.css → 908156c58dbe3ae7f58f.css} +0 -0
- /package/dist/client/styles/{0fde49acabb257f1328a.css → acdd34ecd951e332838c.css} +0 -0
- /package/dist/ssr/styles/{d2a5404a7ecd4d926716.css → fd18ccf1436000d7b88e.css} +0 -0
|
@@ -1819,7 +1819,8 @@
|
|
|
1819
1819
|
"scripts/ecba1219a13304ea7c57.js",
|
|
1820
1820
|
"scripts/8f4c38391eb16cc6adfb.js",
|
|
1821
1821
|
"scripts/eebb0057929d60dbbf19.js",
|
|
1822
|
-
"scripts/
|
|
1822
|
+
"scripts/b0f4fcf548396b60795b.js",
|
|
1823
|
+
"scripts/acdd34ecd951e332838c.js"
|
|
1823
1824
|
],
|
|
1824
1825
|
"styles": [
|
|
1825
1826
|
"styles/b99ef3e263a887f4008c.css",
|
|
@@ -1827,7 +1828,7 @@
|
|
|
1827
1828
|
"styles/10c1fb0cd68c7fbf0cc8.css",
|
|
1828
1829
|
"styles/ecba1219a13304ea7c57.css",
|
|
1829
1830
|
"styles/8f4c38391eb16cc6adfb.css",
|
|
1830
|
-
"styles/
|
|
1831
|
+
"styles/acdd34ecd951e332838c.css"
|
|
1831
1832
|
]
|
|
1832
1833
|
},
|
|
1833
1834
|
"VsEventCard": {
|
|
@@ -6639,13 +6640,15 @@
|
|
|
6639
6640
|
"scripts/ecba1219a13304ea7c57.js",
|
|
6640
6641
|
"scripts/c31932e999f4e02b0740.js",
|
|
6641
6642
|
"scripts/7926eaf34e584f4ee8f2.js",
|
|
6642
|
-
"scripts/
|
|
6643
|
+
"scripts/eebb0057929d60dbbf19.js",
|
|
6644
|
+
"scripts/b0f4fcf548396b60795b.js",
|
|
6645
|
+
"scripts/908156c58dbe3ae7f58f.js"
|
|
6643
6646
|
],
|
|
6644
6647
|
"styles": [
|
|
6645
6648
|
"styles/b99ef3e263a887f4008c.css",
|
|
6646
6649
|
"styles/7da7401effb5a920d797.css",
|
|
6647
6650
|
"styles/ecba1219a13304ea7c57.css",
|
|
6648
|
-
"styles/
|
|
6651
|
+
"styles/908156c58dbe3ae7f58f.css"
|
|
6649
6652
|
]
|
|
6650
6653
|
},
|
|
6651
6654
|
"VsWarning": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.VsVideo=t():e.VsVideo=t()}(self,(function(){return(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[4375],{79980:function(){},43582:function(e,t,n){"use strict";var i=n(10467),r=n(54756),o=n.n(r),s=n(25671),a=n(79122),u=n(45921),d=n.n(u),c=n(57957),l=n(83178),f=n(12308),p=n(98745),y=null,v=f.A.youtube;t.A={name:"VsVideo",status:"prototype",release:"0.0.1",components:{VsWarning:a.default,VueYoutube:s.A},mixins:[p.default,l.A],props:{language:{type:String,default:"en"},videoId:{type:String,required:!0},videoTitle:{type:String,default:""},singleMinuteDescriptor:{type:String,default:"%s minute video"},pluralMinuteDescriptor:{type:String,default:"%s minute video"},noCookiesMessage:{type:String,required:!0},cookieBtnText:{type:String,required:!0},noJsMessage:{type:String,required:!0},errorMessage:{type:String,default:""}},data:function(){return{duration:{minutes:0,seconds:0,roundedMinutes:""},playerVars:{hl:this.language},requiredCookies:v,reRendering:!1,shouldAutoPlay:!1,jsDisabled:!0}},computed:{showError:function(){return!this.requiredCookiesExist&&!0===this.cookiesInitStatus||"error"===this.cookiesInitStatus||!1===this.cookiesInitStatus},warningText:function(){var e="";return this.videoId&&this.jsDisabled&&(e=this.noJsMessage),"error"===this.cookiesInitStatus&&(e=this.errorMessage),this.requiredCookiesExist||!0!==this.cookiesInitStatus||(e=this.noCookiesMessage),e},player:function(){return this.$refs.youtube?this.$refs.youtube.player:null}},mounted:function(){this.jsDisabled=(0,c.A)(),y=d()(),this.setEventListeners()},methods:{playerReady:function(){var e=this;return(0,i.A)(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,e.getPlayerDetails();case 2:e.shouldAutoPlay&&(e.shouldAutoPlay=!1,e.playVideo());case 3:case"end":return t.stop()}}),t)})))()},playVideo:function(){var e=this;return(0,i.A)(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.player){t.next=3;break}return t.next=3,e.player.playVideo();case 3:case"end":return t.stop()}}),t)})))()},pauseVideo:function(){var e=this;return(0,i.A)(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.player){t.next=3;break}return t.next=3,e.player.pauseVideo();case 3:case"end":return t.stop()}}),t)})))()},stopVideo:function(){var e=this;return(0,i.A)(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.player){t.next=3;break}return t.next=3,e.player.stopVideo();case 3:case"end":return t.stop()}}),t)})))()},youtubePlaying:function(){this.analyticsEvent("play")},youtubePaused:function(){this.analyticsEvent("pause")},youtubeEnded:function(){this.analyticsEvent("ended")},analyticsEvent:function(e){var t=this,n=0,i=0;this.player.getCurrentTime().then((function(e){return n=e,t.player?t.player.getDuration():null})).then((function(e){i=e})).then((function(){var r=n/i*100;t.createDataLayerObject("videoTrackingDataEvent",{title:t.videoTitle,status:e,percent:Math.round(r)})}))},getPlayerDetails:function(){var e=this;return(0,i.A)(o().mark((function t(){return o().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!e.player){t.next=3;break}return t.next=3,e.player.getDuration().then((function(t){e.formatTime(t),e.storeVideoDetails()}));case 3:case"end":return t.stop()}}),t)})))()},formatTime:function(e){var t=Math.floor(e/60),n=Math.round(e-60*t);this.duration.minutes=t,this.duration.seconds=n;var i=this.getRoundedMinutes(t,n);this.duration.roundedMinutes=this.formatSingularOrPlural(i)},getRoundedMinutes:function(e,t){return t<30&&0!==e?e:e+1},formatSingularOrPlural:function(e){return 1===e?this.singleMinuteDescriptor.replace("%s",e):this.pluralMinuteDescriptor.replace("%s",e)},pad:function(e){return e>=10?e:"0".concat(e)},storeVideoDetails:function(){y.addVideo({videoId:this.videoId,videoDurationMsg:this.duration.roundedMinutes,videoDuration:60*this.duration.minutes+this.duration.seconds,videoFullDuration:this.duration})},setEventListeners:function(){var e=this;this.emitter&&this.emitter.on("video-controls",(function(t){t.id===e.videoId&&("modal-opened"===t.action&&e.playVideo(),"modal-closed"===t.action&&e.stopVideo(),"play"===t.action?e.playVideo():"pause"===t.action&&e.pauseVideo())}))}}}},41e3:function(e,t,n){"use strict";n.d(t,{X:function(){return u}});var i=n(20641),r=n(90033),o={key:0,class:"vs-video","data-test":"vs-video"},s={class:"vs-video__iframe-wrapper"},a={key:0};function u(e,t,n,u,d,c){var l=(0,i.g2)("VueYoutube"),f=(0,i.g2)("VsWarning");return d.reRendering?(0,i.Q3)("",!0):((0,i.uX)(),(0,i.CE)("div",o,[(0,i.Lk)("div",s,[e.requiredCookiesExist?((0,i.uX)(),(0,i.CE)("div",a,[(0,i.bF)(l,{autoplay:0,"video-id":n.videoId,vars:d.playerVars,ref:"youtube",nocookie:!0,onPlaying:c.youtubePlaying,onPaused:c.youtubePaused,onEnded:c.youtubeEnded,onReady:c.playerReady},null,8,["video-id","vars","onPlaying","onPaused","onEnded","onReady"])])):(0,i.Q3)("",!0),c.showError?((0,i.uX)(),(0,i.Wv)(f,{key:1,type:!0===e.cookiesInitStatus?"cookie":"normal","data-test":"vs-video__warning",class:"vs-video__warning"},(0,i.eX)({default:(0,i.k6)((function(){return[(0,i.eW)((0,r.toDisplayString)(c.warningText)+" ",1)]})),_:2},[e.requiredCookiesExist||!0!==e.cookiesInitStatus?void 0:{name:"button-text",fn:(0,i.k6)((function(){return[(0,i.eW)((0,r.toDisplayString)(n.cookieBtnText),1)]})),key:"0"}]),1032,["type"])):(0,i.Q3)("",!0),(0,i.bF)(f,{"data-test":"vs-video__warning--no-js",class:"vs-video__warning vs-video__warning--no-js"},{default:(0,i.k6)((function(){return[(0,i.eW)((0,r.toDisplayString)(n.noJsMessage),1)]})),_:1})])]))}},64478:function(e,t,n){"use strict";var i=n(85072),r=n.n(i),o=n(97825),s=n.n(o),a=n(77659),u=n.n(a),d=n(55056),c=n.n(d),l=n(10540),f=n.n(l),p=n(41113),y=n.n(p),v=n(79980),h=n.n(v),g={};g.styleTagTransform=y(),g.setAttributes=c(),g.insert=u().bind(null,"head"),g.domAPI=s(),g.insertStyleElement=f(),r()(h(),g),h()&&h().locals&&h().locals},85513:function(e,t,n){"use strict";n.r(t);var i=n(79832),r=n(43474);n(18122);const o=(0,n(66262).A)(r.A,[["render",i.X]]);t.default=o},43474:function(e,t,n){"use strict";n.d(t,{A:function(){return i.A}});var i=n(43582)},79832:function(e,t,n){"use strict";n.d(t,{X:function(){return i.X}});var i=n(41e3)},18122:function(e,t,n){"use strict";n(64478)}},function(e){return e.O(0,[641,6262,7510,3751,4352,4467,7527,8086,810,3498,6422,8745,8836,9122,5921,7957,2829,1459],(function(){return e(e.s=85513)})),e.O()}])}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.VsEmbedWrapper=t():e.VsEmbedWrapper=t()}(self,(function(){return(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[5734],{860:function(){},59579:function(e,t,r){"use strict";var n=r(11438),o=r(72958),s=r(79122),i=r(83178),u=r(12308).A.embed;t.A={name:"VsEmbedWrapper",status:"prototype",release:"0.0.1",components:{VsContainer:n.T$,VsRow:n.AQ,VsCol:n.Il,VsRichTextWrapper:o.default,VsWarning:s.default},mixins:[i.A],props:{noCookiesRequired:{type:Boolean,default:!1},noCookieText:{type:String,required:!0},errorText:{type:String,required:!0},noJsText:{type:String,required:!0},extraContent:{type:String,default:""}},data:function(){return{requiredCookies:this.noCookiesRequired?null:u}},computed:{showError:function(){return!this.noCookiesRequired&&(!this.requiredCookiesExist&&!0===this.cookiesInitStatus||"error"===this.cookiesInitStatus)},warningText:function(){var e="";return"error"===this.cookiesInitStatus&&(e=this.errorText),this.requiredCookiesExist||!0!==this.cookiesInitStatus||(e=this.noCookieText),e}}}},9044:function(e,t,r){"use strict";r.d(t,{X:function(){return a}});var n=r(20641),o=r(90033),s={"data-test":"vs-embed-wrapper",class:"vs-embed-wrapper"},i={key:"fallback"},u=["innerHTML"];function a(e,t,r,a,d,c){var l=(0,n.g2)("VsRichTextWrapper"),p=(0,n.g2)("VsCol"),f=(0,n.g2)("VsWarning"),m=(0,n.g2)("VsRow"),k=(0,n.g2)("VsContainer");return(0,n.uX)(),(0,n.CE)("div",s,[(0,n.bF)(k,null,{default:(0,n.k6)((function(){return[(0,n.bF)(m,null,{default:(0,n.k6)((function(){return[(0,n.bF)(p,{cols:"12",sm:"10","offset-sm":"1",md:"6","offset-md":"3"},{default:(0,n.k6)((function(){return[e.$slots["embed-intro-copy"]&&e.$slots["embed-intro-copy"]()&&!c.showError?((0,n.uX)(),(0,n.Wv)(l,{key:0,class:"vs-module-wrapper__intro vs-embed-wrapper__intro","data-test":"vs-module-wrapper__intro"},{default:(0,n.k6)((function(){return[(0,n.RG)(e.$slots,"embed-intro-copy")]})),_:3})):(0,n.Q3)("",!0)]})),_:3}),(0,n.bF)(p,{cols:"12"},{default:(0,n.k6)((function(){return[(0,n.Lk)("div",{class:(0,o.normalizeClass)(["vs-embed-wrapper__container",e.requiredCookiesExist||r.noCookiesRequired?"":"d-none"]),key:"embeddedContent"},[(0,n.RG)(e.$slots,"embed-widget")],2),c.showError?((0,n.uX)(),(0,n.CE)("div",i,[(0,n.bF)(f,{type:!0===e.cookiesInitStatus?"cookie":"normal",class:"vs-embed-wrapper__error","data-test":"vs-embed-wrapper__error"},(0,n.eX)({default:(0,n.k6)((function(){return[(0,n.eW)((0,o.toDisplayString)(c.warningText)+" ",1)]})),_:2},[r.extraContent?{name:"extra-content",fn:(0,n.k6)((function(){return[(0,n.Lk)("div",{innerHTML:r.extraContent},null,8,u)]})),key:"0"}:void 0,e.requiredCookiesExist||!0!==e.cookiesInitStatus?void 0:{name:"button-text",fn:(0,n.k6)((function(){return[(0,n.RG)(e.$slots,"embed-button-text")]})),key:"1"}]),1032,["type"])])):(0,n.Q3)("",!0),(0,n.bF)(f,{type:"normal","data-test":"vs-embed-wrapper__error--no-js",class:"vs-embed-wrapper__error vs-embed-wrapper__error--no-js"},{default:(0,n.k6)((function(){return[(0,n.eW)((0,o.toDisplayString)(r.noJsText),1)]})),_:1})]})),_:3})]})),_:3})]})),_:3})])}},59854:function(e,t,r){"use strict";var n=r(85072),o=r.n(n),s=r(97825),i=r.n(s),u=r(77659),a=r.n(u),d=r(55056),c=r.n(d),l=r(10540),p=r.n(l),f=r(41113),m=r.n(f),k=r(860),b=r.n(k),_={};_.styleTagTransform=m(),_.setAttributes=c(),_.insert=a().bind(null,"head"),_.domAPI=i(),_.insertStyleElement=p(),o()(b(),_),b()&&b().locals&&b().locals},66649:function(e,t,r){"use strict";r.r(t);var n=r(9380),o=r(69295);r(54018);const s=(0,r(66262).A)(o.A,[["render",n.X]]);t.default=s},69295:function(e,t,r){"use strict";r.d(t,{A:function(){return n.A}});var n=r(59579)},9380:function(e,t,r){"use strict";r.d(t,{X:function(){return n.X}});var n=r(9044)},54018:function(e,t,r){"use strict";r(59854)}},function(e){return e.O(0,[641,6262,7510,3751,4352,4467,7527,8086,810,6422,8745,8836,8638,2368,7521,1438,9122,2958,2829,1459],(function(){return e(e.s=66649)})),e.O()}])}));
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_visitscotland_component_library=self.webpackChunk_visitscotland_component_library||[]).push([[1459],{83178:function(e,t,o){var n=o(64467),i=o(10810),r=o(2829);function s(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?s(Object(o),!0).forEach((function(t){(0,n.A)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):s(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var u={data:function(){return{bypassCookiesExist:!1}},computed:c(c({},(0,i.aH)(r.A,{cookiesSet:function(e){return e.allowedCookies}})),{},{onetrustActiveGroups:function(){return"undefined"!=typeof window?window.OnetrustActiveGroups:null},requiredCookiesExist:function(){var e=this;if("undefined"!=typeof window&&window.bypassCookieChecks)return this.bypassCookiesExist;var t=!0;return this.requiredCookies?this.requiredCookies.forEach((function(o){-1===e.cookiesSet.indexOf(o)&&(t=!1)})):t=!1,t},cookiesInitStatus:function(){return"undefined"!=typeof window&&window.bypassCookieChecks?this.bypassCookiesExist:(void 0===this.onetrustActiveGroups||this.cookiesSet.length,!0)}}),mounted:function(){var e=this;setTimeout((function(){e.bypassCookiesExist=!0}),50)}};t.A=u},12308:function(e,t){t.A={youtube:["C0001","C0004"],languageSelector:["C0001"],embed:["C0001","C0003","C0004"],recaptcha:["C0001"],map:["C0001"]}}}]);
|
|
@@ -43,6 +43,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
43
|
default: string;
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
47
|
+
* provided for descendent components to inject
|
|
48
|
+
*/
|
|
49
|
+
noCookiesMessage: {
|
|
50
|
+
type: StringConstructor;
|
|
51
|
+
required: true;
|
|
52
|
+
};
|
|
53
|
+
/**
|
|
54
|
+
* Text used for the link which opens the cookie preference centre.
|
|
55
|
+
*/
|
|
56
|
+
cookieBtnText: {
|
|
57
|
+
type: StringConstructor;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
/**
|
|
46
62
|
* A message explaining why the component has been disabled when js is disabled,
|
|
47
63
|
* is provided for descendent components to inject
|
|
48
64
|
*/
|
|
@@ -66,10 +82,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
66
82
|
playerVars: {
|
|
67
83
|
hl: string;
|
|
68
84
|
};
|
|
85
|
+
requiredCookies: string[];
|
|
69
86
|
reRendering: boolean;
|
|
70
87
|
shouldAutoPlay: boolean;
|
|
71
88
|
jsDisabled: boolean;
|
|
72
89
|
}, {
|
|
90
|
+
showError(): boolean;
|
|
73
91
|
warningText(): string;
|
|
74
92
|
player(): any;
|
|
75
93
|
}, {
|
|
@@ -144,6 +162,17 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
144
162
|
compileFullTemplate(templateValues: any): any;
|
|
145
163
|
targetText(event: any): any;
|
|
146
164
|
};
|
|
165
|
+
} | {
|
|
166
|
+
data(): {
|
|
167
|
+
bypassCookiesExist: boolean;
|
|
168
|
+
};
|
|
169
|
+
computed: {
|
|
170
|
+
onetrustActiveGroups(): any;
|
|
171
|
+
requiredCookiesExist(): any;
|
|
172
|
+
cookiesInitStatus(): any;
|
|
173
|
+
cookiesSet: () => string[];
|
|
174
|
+
};
|
|
175
|
+
mounted(): void;
|
|
147
176
|
}, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
148
177
|
/**
|
|
149
178
|
* The YouTube ID for the video
|
|
@@ -189,6 +218,22 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
189
218
|
default: string;
|
|
190
219
|
};
|
|
191
220
|
/**
|
|
221
|
+
* A message explaining why the component has been disabled with disabled cookies, is
|
|
222
|
+
* provided for descendent components to inject
|
|
223
|
+
*/
|
|
224
|
+
noCookiesMessage: {
|
|
225
|
+
type: StringConstructor;
|
|
226
|
+
required: true;
|
|
227
|
+
};
|
|
228
|
+
/**
|
|
229
|
+
* Text used for the link which opens the cookie preference centre.
|
|
230
|
+
*/
|
|
231
|
+
cookieBtnText: {
|
|
232
|
+
type: StringConstructor;
|
|
233
|
+
required: true;
|
|
234
|
+
};
|
|
235
|
+
/**
|
|
236
|
+
/**
|
|
192
237
|
* A message explaining why the component has been disabled when js is disabled,
|
|
193
238
|
* is provided for descendent components to inject
|
|
194
239
|
*/
|
|
@@ -505,7 +550,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
505
550
|
default: undefined;
|
|
506
551
|
};
|
|
507
552
|
size: {
|
|
508
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
553
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
554
|
+
* Plays the video
|
|
555
|
+
*/).BaseSize>;
|
|
509
556
|
default: string;
|
|
510
557
|
};
|
|
511
558
|
active: {
|
|
@@ -513,7 +560,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
513
560
|
default: boolean;
|
|
514
561
|
};
|
|
515
562
|
activeClass: {
|
|
516
|
-
type: import('vue'
|
|
563
|
+
type: import('vue' /**
|
|
564
|
+
* Pauses the video
|
|
565
|
+
*/).PropType<string>;
|
|
517
566
|
default: undefined;
|
|
518
567
|
};
|
|
519
568
|
routerComponentName: {
|
|
@@ -577,10 +626,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
577
626
|
default: boolean;
|
|
578
627
|
};
|
|
579
628
|
loadingText: {
|
|
580
|
-
type: import('vue'
|
|
581
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
582
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
583
|
-
*/).PropType<string>;
|
|
629
|
+
type: import('vue').PropType<string>;
|
|
584
630
|
default: string;
|
|
585
631
|
};
|
|
586
632
|
squared: {
|
|
@@ -667,7 +713,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
667
713
|
default: undefined;
|
|
668
714
|
};
|
|
669
715
|
size: {
|
|
670
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
716
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
717
|
+
* Plays the video
|
|
718
|
+
*/).BaseSize>;
|
|
671
719
|
default: string;
|
|
672
720
|
};
|
|
673
721
|
active: {
|
|
@@ -675,7 +723,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
675
723
|
default: boolean;
|
|
676
724
|
};
|
|
677
725
|
activeClass: {
|
|
678
|
-
type: import('vue'
|
|
726
|
+
type: import('vue' /**
|
|
727
|
+
* Pauses the video
|
|
728
|
+
*/).PropType<string>;
|
|
679
729
|
default: undefined;
|
|
680
730
|
};
|
|
681
731
|
routerComponentName: {
|
|
@@ -739,10 +789,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
739
789
|
default: boolean;
|
|
740
790
|
};
|
|
741
791
|
loadingText: {
|
|
742
|
-
type: import('vue'
|
|
743
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
744
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
745
|
-
*/).PropType<string>;
|
|
792
|
+
type: import('vue').PropType<string>;
|
|
746
793
|
default: string;
|
|
747
794
|
};
|
|
748
795
|
squared: {
|
|
@@ -824,7 +871,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
824
871
|
default: undefined;
|
|
825
872
|
};
|
|
826
873
|
size: {
|
|
827
|
-
type: import('vue').PropType<keyof import('bootstrap-vue-next'
|
|
874
|
+
type: import('vue').PropType<keyof import('bootstrap-vue-next' /**
|
|
875
|
+
* Plays the video
|
|
876
|
+
*/).BaseSize>;
|
|
828
877
|
default: string;
|
|
829
878
|
};
|
|
830
879
|
active: {
|
|
@@ -832,7 +881,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
832
881
|
default: boolean;
|
|
833
882
|
};
|
|
834
883
|
activeClass: {
|
|
835
|
-
type: import('vue'
|
|
884
|
+
type: import('vue' /**
|
|
885
|
+
* Pauses the video
|
|
886
|
+
*/).PropType<string>;
|
|
836
887
|
default: undefined;
|
|
837
888
|
};
|
|
838
889
|
routerComponentName: {
|
|
@@ -896,10 +947,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
896
947
|
default: boolean;
|
|
897
948
|
};
|
|
898
949
|
loadingText: {
|
|
899
|
-
type: import('vue'
|
|
900
|
-
* Checks if the number of (rounded) minutes the video is long is singular or plural, then
|
|
901
|
-
* returns the appropriate descriptor string with the duration subbed in
|
|
902
|
-
*/).PropType<string>;
|
|
950
|
+
type: import('vue').PropType<string>;
|
|
903
951
|
default: string;
|
|
904
952
|
};
|
|
905
953
|
squared: {
|