@myissue/vue-website-page-builder 3.4.28 → 3.4.29
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.
|
@@ -5294,12 +5294,12 @@ const $c = "حفظ", _c = "خيارات", Nc = "الصورة الرمزية", Rc
|
|
|
5294
5294
|
async function my(n) {
|
|
5295
5295
|
try {
|
|
5296
5296
|
const e = `../locales/${n}.json`, t = cw[e];
|
|
5297
|
-
if (t && "default" in t)
|
|
5297
|
+
if (t && typeof t == "object" && "default" in t)
|
|
5298
5298
|
Ra.value = t.default;
|
|
5299
5299
|
else
|
|
5300
5300
|
throw new Error("Locale not found");
|
|
5301
5301
|
} catch (e) {
|
|
5302
|
-
console.error(`
|
|
5302
|
+
console.error(`Could not load translations for language: ${n}`, e), n !== "en" && await my("en");
|
|
5303
5303
|
}
|
|
5304
5304
|
}
|
|
5305
5305
|
function Me() {
|
|
@@ -27258,7 +27258,7 @@ const XL = ["src"], ZL = {
|
|
|
27258
27258
|
}, qI = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, WI = { class: "pbx-overflow-x-auto" }, UI = { class: "pbx-w-max" }, GI = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, KI = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, JI = { class: "pbx-min-w-[30rem] pbx-w-max" }, YI = { key: 0 }, QI = { key: 1 }, XI = { key: 0 }, ZI = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, e$ = { class: "pbx-min-w-[30rem] pbx-w-max" }, t$ = { class: "pbx-inline-flex pbx-items-center pbx-px-2.5 pbx-py-0.5 pbx-rounded-full pbx-text-xs pbx-font-medium" }, n$ = { class: "pbx-mt-4 pbx-mb-4 pbx-py-8 pbx-px-2 pbx-border pbx-border-solid pbx-border-gray-600 pbx-rounded-xl" }, r$ = { class: "pbx-mt-4 pbx-whitespace-pre-wrap pbx-text-white pbx-overflow-hidden pbx-bg-gray-900" }, o$ = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-white pbx-text-xs pbx-break-all" }, i$ = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-text-white" }, s$ = {
|
|
27259
27259
|
__name: "PageBuilderSettings",
|
|
27260
27260
|
setup(n) {
|
|
27261
|
-
const e = "3.4.
|
|
27261
|
+
const e = "3.4.29", t = Ce, r = $(() => t.getPageBuilderConfig);
|
|
27262
27262
|
return (o, i) => {
|
|
27263
27263
|
var s, a, l, d, p, u, f, h, m, g, b, v, S, C, x, B;
|
|
27264
27264
|
return w(), k("div", LD, [
|