@bluepic/embed 0.1.101 → 0.1.103
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/lib/bluepic-embed.es.js +5 -4
- package/lib/bluepic-embed.umd.js +2 -2
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/bluepic-embed.es.js
CHANGED
|
@@ -96893,7 +96893,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
96893
96893
|
createElementVNode("div", {
|
|
96894
96894
|
class: normalizeClass(["live-view", { ready: ne.value }])
|
|
96895
96895
|
}, [
|
|
96896
|
-
Ze.value?.animation
|
|
96896
|
+
Ze.value?.animation?.enabled ? (openBlock(), createElementBlock("div", _hoisted_10$2, [
|
|
96897
96897
|
createElementVNode("div", _hoisted_11$2, toDisplayString(unref(timestampToTimecode)(di.value * 1e3, ",")) + " / " + toDisplayString(unref(timestampToTimecode)((Ze.value?.animation.duration ?? 120) * 1e3, ",")), 1),
|
|
96898
96898
|
createVNode(BxSlider, {
|
|
96899
96899
|
modelValue: di.value,
|
|
@@ -97014,7 +97014,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
97014
97014
|
scrollbars: Ai.zoomAndPan
|
|
97015
97015
|
}, null, 8, ["template-id", "studio-resources-base-url", "cloudflare-pages-hostname", "bx-core-version", "authorization", "async-serial", "resolution", "webgl", "fonts", "base-serial", "data", "serial", "ready", "watermark", "zoom-and-pan", "scrollbars"])
|
|
97016
97016
|
], 2),
|
|
97017
|
-
Ze.value?.animation
|
|
97017
|
+
Ze.value?.animation?.enabled ? (openBlock(), createElementBlock("div", _hoisted_15$1, [
|
|
97018
97018
|
createElementVNode("div", _hoisted_16$1, toDisplayString(unref(timestampToTimecode)(di.value * 1e3, ",")) + " / " + toDisplayString(unref(timestampToTimecode)((Ze.value?.animation.duration ?? 120) * 1e3, ",")), 1),
|
|
97019
97019
|
createVNode(BxSlider, {
|
|
97020
97020
|
modelValue: di.value,
|
|
@@ -97143,7 +97143,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
97143
97143
|
scrollbars: Ai.zoomAndPan
|
|
97144
97144
|
}, null, 8, ["template-id", "studio-resources-base-url", "cloudflare-pages-hostname", "bx-core-version", "authorization", "async-serial", "resolution", "webgl", "fonts", "base-serial", "data", "serial", "ready", "watermark", "zoom-and-pan", "scrollbars"])
|
|
97145
97145
|
], 2),
|
|
97146
|
-
Ze.value?.animation
|
|
97146
|
+
Ze.value?.animation?.enabled ? (openBlock(), createElementBlock("div", _hoisted_19, [
|
|
97147
97147
|
createElementVNode("div", _hoisted_20, toDisplayString(unref(timestampToTimecode)(di.value * 1e3, ",")) + " / " + toDisplayString(unref(timestampToTimecode)((Ze.value?.animation.duration ?? 120) * 1e3, ",")), 1),
|
|
97148
97148
|
createVNode(BxSlider, {
|
|
97149
97149
|
modelValue: di.value,
|
|
@@ -97346,7 +97346,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
97346
97346
|
])
|
|
97347
97347
|
], 2));
|
|
97348
97348
|
}
|
|
97349
|
-
}),
|
|
97349
|
+
}), BluepicEmbeddedEditor_vue_vue_type_style_index_0_scoped_204c9e0a_lang = "", BluepicEmbeddedEditor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-204c9e0a"]]), _hoisted_1$a = { class: "collection-field-popup" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
97350
97350
|
__name: "CollectionFieldPopup",
|
|
97351
97351
|
props: /* @__PURE__ */ mergeModels({
|
|
97352
97352
|
layout: {},
|
|
@@ -100459,6 +100459,7 @@ export {
|
|
|
100459
100459
|
BluepicEmbedded,
|
|
100460
100460
|
BluepicEmbeddedEditor,
|
|
100461
100461
|
BluepciFieldComponents as BluepicFieldComponents,
|
|
100462
|
+
BluepicLogo,
|
|
100462
100463
|
BluepicSpinner,
|
|
100463
100464
|
BxAvatar,
|
|
100464
100465
|
BxButton,
|