@bluepic/embed 0.1.40 → 0.1.41
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
CHANGED
|
@@ -94459,7 +94459,8 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
94459
94459
|
exportActions: {},
|
|
94460
94460
|
embedProjectId: {},
|
|
94461
94461
|
embedV2Server: {},
|
|
94462
|
-
branding: { type: Boolean }
|
|
94462
|
+
branding: { type: Boolean },
|
|
94463
|
+
showNavBar: { type: Boolean, default: !0 }
|
|
94463
94464
|
}, {
|
|
94464
94465
|
serial: {
|
|
94465
94466
|
required: !1
|
|
@@ -94690,7 +94691,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
94690
94691
|
class: normalizeClass(["bluepic-embedded-editor", { darkmode: unref(gi), "display-mode-stack": ji.value === "stack" }]),
|
|
94691
94692
|
style: normalizeStyle({ ...ri(an.theme) })
|
|
94692
94693
|
}, [
|
|
94693
|
-
ji.value !== "stack" ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
94694
|
+
ji.value !== "stack" && an.showNavBar ? (openBlock(), createElementBlock("div", _hoisted_1$b, [
|
|
94694
94695
|
an.branding ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
94695
94696
|
createElementVNode("div", _hoisted_3$6, [
|
|
94696
94697
|
createElementVNode("div", _hoisted_4$4, [
|
|
@@ -95211,7 +95212,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
95211
95212
|
])
|
|
95212
95213
|
], 6));
|
|
95213
95214
|
}
|
|
95214
|
-
}),
|
|
95215
|
+
}), BluepicEmbeddedEditor_vue_vue_type_style_index_0_scoped_5fe6d27a_lang = "", BluepicEmbeddedEditor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-5fe6d27a"]]), _hoisted_1$a = { class: "collection-field-popup" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
95215
95216
|
__name: "CollectionFieldPopup",
|
|
95216
95217
|
props: /* @__PURE__ */ mergeModels({
|
|
95217
95218
|
layout: {},
|