@bluepic/embed 0.1.110 → 0.1.112
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
|
@@ -96054,7 +96054,8 @@ const userFingerprint = import("https://openfpcdn.io/fingerprintjs/v4").then((m)
|
|
|
96054
96054
|
async function renderRemote(m, c, ne, we, $e, Me, Ze, ie, rr, gr, or) {
|
|
96055
96055
|
const _r = `https://embed-api-v2.bluepic.workers.dev/api/export/${c}?${new URLSearchParams({
|
|
96056
96056
|
env: "prod",
|
|
96057
|
-
creditSecurityKey: (await userFingerprint).visitorId
|
|
96057
|
+
creditSecurityKey: (await userFingerprint).visitorId,
|
|
96058
|
+
embedV2Server: m
|
|
96058
96059
|
})}`, Lr = {
|
|
96059
96060
|
templateId: ne,
|
|
96060
96061
|
data: we,
|
|
@@ -96605,6 +96606,8 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
96605
96606
|
const we = m, $e = ne, Me = ref$1(we.data ?? {}), Ze = useModel(m, "serial"), ie = useModel(m, "ready"), rr = ref$1(), { width: gr, height: or } = useElementBounding(rr);
|
|
96606
96607
|
watchEffect(() => {
|
|
96607
96608
|
$e("update:data", Me.value);
|
|
96609
|
+
}), onMounted(() => {
|
|
96610
|
+
console.log("!!!!!!!!!!!", we);
|
|
96608
96611
|
});
|
|
96609
96612
|
const _r = computed(() => we.embedProjectId), Lr = computed(() => we.templateId);
|
|
96610
96613
|
provide("data", Me), provide("bridge", we.bridge);
|
|
@@ -97408,7 +97411,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
97408
97411
|
])
|
|
97409
97412
|
], 2));
|
|
97410
97413
|
}
|
|
97411
|
-
}),
|
|
97414
|
+
}), BluepicEmbeddedEditor_vue_vue_type_style_index_0_scoped_4a191403_lang = "", BluepicEmbeddedEditor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-4a191403"]]), _hoisted_1$a = { class: "collection-field-popup" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
97412
97415
|
__name: "CollectionFieldPopup",
|
|
97413
97416
|
props: /* @__PURE__ */ mergeModels({
|
|
97414
97417
|
layout: {},
|