@bagelink/vue 1.4.30 → 1.4.32
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BglVideo.vue.d.ts","sourceRoot":"","sources":["../../src/components/BglVideo.vue"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BglVideo.vue.d.ts","sourceRoot":"","sources":["../../src/components/BglVideo.vue"],"names":[],"mappings":"AA4JA,KAAK,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAA;AACnC,UAAU,KAAK;IACd,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,QAAQ,CAAA;IACnB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAA;IAClB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,WAAW,CAAC,EAAE,OAAO,CAAA;CACrB;AAsBD,iBAAS,IAAI,SAEZ;AAED,iBAAS,KAAK,SAEb;;;;;;;;AAkJD,wBASG"}
|
package/dist/index.cjs
CHANGED
|
@@ -1336,9 +1336,10 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
|
1336
1336
|
src: videoUrl.value,
|
|
1337
1337
|
style: vue.normalizeStyle({ aspectRatio: aspectRatio.value }),
|
|
1338
1338
|
frameborder: "0",
|
|
1339
|
-
allowfullscreen: "",
|
|
1340
1339
|
title: "Video",
|
|
1341
|
-
allow: "autoplay;
|
|
1340
|
+
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",
|
|
1341
|
+
referrerpolicy: "strict-origin-when-cross-origin",
|
|
1342
|
+
allowfullscreen: ""
|
|
1342
1343
|
}, null, 12, _hoisted_1$$)) : _ctx.src ? (vue.openBlock(), vue.createElementBlock("video", {
|
|
1343
1344
|
key: 1,
|
|
1344
1345
|
ref_key: "video",
|
|
@@ -1359,7 +1360,7 @@ const _sfc_main$1b = /* @__PURE__ */ vue.defineComponent({
|
|
|
1359
1360
|
};
|
|
1360
1361
|
}
|
|
1361
1362
|
});
|
|
1362
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-
|
|
1363
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-cb76c7a1"]]);
|
|
1363
1364
|
const _sfc_main$1a = /* @__PURE__ */ vue.defineComponent({
|
|
1364
1365
|
__name: "CalendarPopover",
|
|
1365
1366
|
props: {
|
package/dist/index.mjs
CHANGED
|
@@ -1334,9 +1334,10 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
1334
1334
|
src: videoUrl.value,
|
|
1335
1335
|
style: normalizeStyle({ aspectRatio: aspectRatio.value }),
|
|
1336
1336
|
frameborder: "0",
|
|
1337
|
-
allowfullscreen: "",
|
|
1338
1337
|
title: "Video",
|
|
1339
|
-
allow: "autoplay;
|
|
1338
|
+
allow: "accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share",
|
|
1339
|
+
referrerpolicy: "strict-origin-when-cross-origin",
|
|
1340
|
+
allowfullscreen: ""
|
|
1340
1341
|
}, null, 12, _hoisted_1$$)) : _ctx.src ? (openBlock(), createElementBlock("video", {
|
|
1341
1342
|
key: 1,
|
|
1342
1343
|
ref_key: "video",
|
|
@@ -1357,7 +1358,7 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
|
|
|
1357
1358
|
};
|
|
1358
1359
|
}
|
|
1359
1360
|
});
|
|
1360
|
-
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-
|
|
1361
|
+
const BglVideo = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["__scopeId", "data-v-cb76c7a1"]]);
|
|
1361
1362
|
const _sfc_main$1a = /* @__PURE__ */ defineComponent({
|
|
1362
1363
|
__name: "CalendarPopover",
|
|
1363
1364
|
props: {
|
package/dist/style.css
CHANGED
|
@@ -308,20 +308,20 @@ display: block;
|
|
|
308
308
|
color: var(--bgl-red);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.bgl_vid iframe[data-v-
|
|
312
|
-
.bgl_vid video[data-v-
|
|
311
|
+
.bgl_vid iframe[data-v-cb76c7a1],
|
|
312
|
+
.bgl_vid video[data-v-cb76c7a1] {
|
|
313
313
|
width: 100%;
|
|
314
314
|
height: auto;
|
|
315
315
|
display: block;
|
|
316
316
|
margin: auto;
|
|
317
317
|
border-radius: var(--input-border-radius);
|
|
318
318
|
}
|
|
319
|
-
.bgl_vid.vid_empty[data-v-
|
|
319
|
+
.bgl_vid.vid_empty[data-v-cb76c7a1] {
|
|
320
320
|
padding-top: 56.25%;
|
|
321
321
|
background: var(--input-bg);
|
|
322
322
|
border-radius: var(--input-border-radius);
|
|
323
323
|
}
|
|
324
|
-
.bgl_vid.vid_short[data-v-
|
|
324
|
+
.bgl_vid.vid_short[data-v-cb76c7a1] {
|
|
325
325
|
max-width: 56.25vh; /* Limit width for shorts to maintain aspect ratio */
|
|
326
326
|
margin: 0 auto;
|
|
327
327
|
}
|
package/package.json
CHANGED
|
@@ -108,9 +108,10 @@ const videoUrl = $computed(() => {
|
|
|
108
108
|
:src="videoUrl"
|
|
109
109
|
:style="{ aspectRatio }"
|
|
110
110
|
frameborder="0"
|
|
111
|
-
allowfullscreen
|
|
112
111
|
title="Video"
|
|
113
|
-
allow="autoplay;
|
|
112
|
+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
|
113
|
+
referrerpolicy="strict-origin-when-cross-origin"
|
|
114
|
+
allowfullscreen
|
|
114
115
|
/>
|
|
115
116
|
<video
|
|
116
117
|
v-else-if="src"
|