@myissue/vue-website-page-builder 3.4.60 → 3.4.61
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.
|
@@ -2,7 +2,7 @@ var e1 = Object.defineProperty;
|
|
|
2
2
|
var t1 = (n, e, t) => e in n ? e1(n, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : n[e] = t;
|
|
3
3
|
var de = (n, e, t) => t1(n, typeof e != "symbol" ? e + "" : e, t);
|
|
4
4
|
import * as ya from "vue";
|
|
5
|
-
import { defineComponent as tt, computed as B, createBlock as oe, openBlock as y, Teleport as n1, createElementVNode as c, createElementBlock as w, createCommentVNode as E, normalizeClass as j, toDisplayString as C, renderSlot as xn, ref as k, watchEffect as ci, Fragment as K, withCtx as q, nextTick as te, readonly as i1, effectScope as rp, markRaw as Yt, toRaw as ze, hasInjectionContext as r1, inject as an, getCurrentInstance as op, watch as Y, unref as g, reactive as o1, isRef as
|
|
5
|
+
import { defineComponent as tt, computed as B, createBlock as oe, openBlock as y, Teleport as n1, createElementVNode as c, createElementBlock as w, createCommentVNode as E, normalizeClass as j, toDisplayString as C, renderSlot as xn, ref as k, watchEffect as ci, Fragment as K, withCtx as q, nextTick as te, readonly as i1, effectScope as rp, markRaw as Yt, toRaw as ze, hasInjectionContext as r1, inject as an, getCurrentInstance as op, watch as Y, unref as g, reactive as o1, isRef as $i, isReactive as fl, toRef as Qo, getCurrentScope as s1, onScopeDispose as l1, toRefs as va, withDirectives as le, renderList as ie, vModelSelect as Se, createTextVNode as Be, withKeys as As, vModelText as Ln, withModifiers as Je, provide as Ut, resolveDynamicComponent as sp, createVNode as F, vShow as Is, onMounted as Pn, cloneVNode as a1, h as Bn, onUnmounted as d1, Transition as Ht, shallowRef as p1, onBeforeUnmount as lp, customRef as c1, onBeforeMount as u1, createStaticVNode as h1, normalizeStyle as f1 } from "vue";
|
|
6
6
|
const b1 = {
|
|
7
7
|
id: "pbx-modal",
|
|
8
8
|
class: "pbx-font-sans"
|
|
@@ -12,7 +12,7 @@ const b1 = {
|
|
|
12
12
|
role: "dialog",
|
|
13
13
|
"aria-modal": "true",
|
|
14
14
|
"aria-labelledby": "dialog-title"
|
|
15
|
-
}, x1 = { class: "pbx-px-4 pbx-min-h-32" },
|
|
15
|
+
}, x1 = { class: "pbx-px-4 pbx-min-h-32" }, Dt = /* @__PURE__ */ tt({
|
|
16
16
|
__name: "ModalBuilder",
|
|
17
17
|
props: {
|
|
18
18
|
title: {
|
|
@@ -230,7 +230,7 @@ const b1 = {
|
|
|
230
230
|
}, o = function() {
|
|
231
231
|
t("thirdModalButtonFunctionDynamicModalBuilder");
|
|
232
232
|
};
|
|
233
|
-
return (s, l) => (y(), oe(
|
|
233
|
+
return (s, l) => (y(), oe(Dt, {
|
|
234
234
|
title: n.title,
|
|
235
235
|
showModalBuilder: n.showDynamicModalBuilder,
|
|
236
236
|
type: n.type,
|
|
@@ -1370,11 +1370,11 @@ function P1() {
|
|
|
1370
1370
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
1371
1371
|
return ur(L1);
|
|
1372
1372
|
}
|
|
1373
|
-
const
|
|
1373
|
+
const $e = [];
|
|
1374
1374
|
for (let n = 0; n < 256; ++n)
|
|
1375
|
-
|
|
1375
|
+
$e.push((n + 256).toString(16).slice(1));
|
|
1376
1376
|
function B1(n, e = 0) {
|
|
1377
|
-
return
|
|
1377
|
+
return $e[n[e + 0]] + $e[n[e + 1]] + $e[n[e + 2]] + $e[n[e + 3]] + "-" + $e[n[e + 4]] + $e[n[e + 5]] + "-" + $e[n[e + 6]] + $e[n[e + 7]] + "-" + $e[n[e + 8]] + $e[n[e + 9]] + "-" + $e[n[e + 10]] + $e[n[e + 11]] + $e[n[e + 12]] + $e[n[e + 13]] + $e[n[e + 14]] + $e[n[e + 15]];
|
|
1378
1378
|
}
|
|
1379
1379
|
const A1 = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), wa = {
|
|
1380
1380
|
randomUUID: A1
|
|
@@ -1429,7 +1429,7 @@ const I1 = [
|
|
|
1429
1429
|
"ar",
|
|
1430
1430
|
"hi"
|
|
1431
1431
|
];
|
|
1432
|
-
class
|
|
1432
|
+
class D1 {
|
|
1433
1433
|
constructor(e) {
|
|
1434
1434
|
// Class properties with types
|
|
1435
1435
|
de(this, "fontSizeRegex", /^(sm:|md:|lg:|xl:|2xl:)?pbx-text-(xs|sm|base|lg|xl|2xl|3xl|4xl|5xl|6xl|7xl|8xl|9xl)$/);
|
|
@@ -1750,7 +1750,7 @@ class $1 {
|
|
|
1750
1750
|
formName: "post"
|
|
1751
1751
|
}
|
|
1752
1752
|
};
|
|
1753
|
-
(!e || e && Object.keys(e).length === 0 && e.constructor === Object) && this.pageBuilderStateStore.setPageBuilderConfig(t), e && Object.keys(e).length !== 0 && e.constructor === Object && this.ensureUpdateOrCreateConfig(e), this.ensureLanguage(e);
|
|
1753
|
+
(!e || e && Object.keys(e).length === 0 && e.constructor === Object) && this.pageBuilderStateStore.setPageBuilderConfig(t), e && Object.keys(e).length !== 0 && e.constructor === Object && (this.ensureUpdateOrCreateConfig(e), (!e.resourceData || typeof e.resourceData.title != "string" || !e.resourceData.title.trim()) && (!e.resourceData || typeof e.resourceData != "object" ? e.resourceData = { title: "Default Post" } : e.resourceData.title = "Default Post")), this.ensureLanguage(e);
|
|
1754
1754
|
}
|
|
1755
1755
|
/**
|
|
1756
1756
|
* Saves user settings to local storage.
|
|
@@ -3202,7 +3202,7 @@ ${s}
|
|
|
3202
3202
|
}
|
|
3203
3203
|
}
|
|
3204
3204
|
let Nr = null;
|
|
3205
|
-
function
|
|
3205
|
+
function $1(n) {
|
|
3206
3206
|
Nr || (Nr = n);
|
|
3207
3207
|
}
|
|
3208
3208
|
function Me() {
|
|
@@ -3212,7 +3212,7 @@ function Me() {
|
|
|
3212
3212
|
);
|
|
3213
3213
|
return Nr;
|
|
3214
3214
|
}
|
|
3215
|
-
const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up = "نشر", hp = "إغلاق", fp = "مكون", bp = "أنماط", mp = "الطباعة", xp = "اختر", gp = "الحشو", yp = "الهامش", vp = "عام", Sp = "محدد", wp = "الحدود", Cp = "شفاف", kp = "إضافة", Tp = "الخاصية", Mp = "القيمة", Ep = "التحرير", Lp = "حذف", Pp = "معاينة", Bp = "الجوال", Ap = "غامق", Ip = "قائمة",
|
|
3215
|
+
const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up = "نشر", hp = "إغلاق", fp = "مكون", bp = "أنماط", mp = "الطباعة", xp = "اختر", gp = "الحشو", yp = "الهامش", vp = "عام", Sp = "محدد", wp = "الحدود", Cp = "شفاف", kp = "إضافة", Tp = "الخاصية", Mp = "القيمة", Ep = "التحرير", Lp = "حذف", Pp = "معاينة", Bp = "الجوال", Ap = "غامق", Ip = "قائمة", Dp = "بحث", $p = "أفقي", Op = "عمودي", _p = "مربع", Np = "الصور", Hp = "السابق", Rp = "التالي", zp = "معلومات", Fp = "نص", Vp = "رابط", jp = "الأنواع", qp = "السمات", Wp = "التسويق", Up = "المنتجات", Gp = "المكونات", Kp = "مقالة", Jp = "مصفوفة", Yp = "المحتوى", Qp = "عنصر", Xp = "مكون", Zp = "الكل", ec = "صورة", O1 = {
|
|
3216
3216
|
"Reset Page": "إعادة تعيين الصفحة",
|
|
3217
3217
|
"Global Page Styles": "أنماط الصفحة العامة",
|
|
3218
3218
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "جرب منشئ الصفحات القوي بالنقر والإفلات - مصمم للمطورين والمبدعين الذين يريدون التحكم الكامل دون عناء. خصص التخطيطات والخطوط والألوان. حرر المحتوى بصريًا في الوقت الفعلي. أضف الوسائط، أو قم بتضمين مقاطع فيديو يوتيوب، أو صدر كل شيء كـ HTML نظيف. مع التحرير المتجاوب، والحفظ التلقائي المحلي، ودعم Tailwind، وتكامل Unsplash، إنه كل ما تحتاجه - مدمج في منشئ سلس واحد. ابنِ صفحات مذهلة في دقائق.",
|
|
@@ -3318,9 +3318,9 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3318
3318
|
"Reset changes": "إعادة تعيين التغييرات",
|
|
3319
3319
|
"Do you want to reset this page?": "هل تريد إعادة تعيين هذه الصفحة؟",
|
|
3320
3320
|
"Are you sure you want to reset this page? This will overwrite your current changes.": "هل أنت متأكد من أنك تريد إعادة تعيين هذه الصفحة؟ سيؤدي هذا إلى الكتابة فوق التغييرات الحالية.",
|
|
3321
|
-
Search:
|
|
3321
|
+
Search: Dp,
|
|
3322
3322
|
"Search...": "ابحث...",
|
|
3323
|
-
Landscape:
|
|
3323
|
+
Landscape: $p,
|
|
3324
3324
|
Portrait: Op,
|
|
3325
3325
|
Squarish: _p,
|
|
3326
3326
|
"Total pages": "إجمالي الصفحات",
|
|
@@ -3427,7 +3427,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3427
3427
|
Image: ec,
|
|
3428
3428
|
Images: Np,
|
|
3429
3429
|
Information: zp,
|
|
3430
|
-
Landscape:
|
|
3430
|
+
Landscape: $p,
|
|
3431
3431
|
Link: Vp,
|
|
3432
3432
|
List: Ip,
|
|
3433
3433
|
Margin: yp,
|
|
@@ -3442,7 +3442,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3442
3442
|
Products: Up,
|
|
3443
3443
|
Publish: up,
|
|
3444
3444
|
Save: dp,
|
|
3445
|
-
Search:
|
|
3445
|
+
Search: Dp,
|
|
3446
3446
|
Select: xp,
|
|
3447
3447
|
Specific: Sp,
|
|
3448
3448
|
Squarish: _p,
|
|
@@ -3458,7 +3458,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3458
3458
|
default: O1,
|
|
3459
3459
|
property: Tp,
|
|
3460
3460
|
value: Mp
|
|
3461
|
-
}, Symbol.toStringTag, { value: "Module" })), tc = "Speichern", nc = "Optionen", ic = "Avatar", rc = "Veröffentlichen", oc = "Komponente", sc = "Stile", lc = "Typografie", ac = "Auswählen", dc = "Innenabstand", pc = "Außenabstand", cc = "Global", uc = "Spezifisch", hc = "Rand", fc = "Transparent", bc = "Hinzufügen", mc = "Eigenschaft", xc = "Wert", gc = "Schließen", yc = "Bearbeitung", vc = "Löschen", Sc = "Vorschau", wc = "Mobil", Cc = "Fett", kc = "Liste", Tc = "Suche", Mc = "Querformat", Ec = "Hochformat", Lc = "Quadratisch", Pc = "Bilder", Bc = "Zurück", Ac = "Weiter", Ic = "Informationen",
|
|
3461
|
+
}, Symbol.toStringTag, { value: "Module" })), tc = "Speichern", nc = "Optionen", ic = "Avatar", rc = "Veröffentlichen", oc = "Komponente", sc = "Stile", lc = "Typografie", ac = "Auswählen", dc = "Innenabstand", pc = "Außenabstand", cc = "Global", uc = "Spezifisch", hc = "Rand", fc = "Transparent", bc = "Hinzufügen", mc = "Eigenschaft", xc = "Wert", gc = "Schließen", yc = "Bearbeitung", vc = "Löschen", Sc = "Vorschau", wc = "Mobil", Cc = "Fett", kc = "Liste", Tc = "Suche", Mc = "Querformat", Ec = "Hochformat", Lc = "Quadratisch", Pc = "Bilder", Bc = "Zurück", Ac = "Weiter", Ic = "Informationen", Dc = "Text", $c = "Link", Oc = "Typen", _c = "Themen", Nc = "Marketing", Hc = "Produkte", Rc = "Komponenten", zc = "Artikel", Fc = "Array", Vc = "Inhalt", jc = "Element", qc = "Komponente", Wc = "Alle", Uc = "Bild", N1 = {
|
|
3462
3462
|
"Reset Page": "Seite zurücksetzen",
|
|
3463
3463
|
"Global Page Styles": "Globale Seitenstile",
|
|
3464
3464
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "Probieren Sie den leistungsstarken Click & Drop Page Builder aus – entwickelt für Entwickler und Kreative, die volle Kontrolle ohne Aufwand wünschen. Passen Sie Layouts, Schriftarten und Farben an. Bearbeiten Sie Inhalte visuell in Echtzeit. Fügen Sie Medien hinzu, betten Sie YouTube-Videos ein oder exportieren Sie alles als sauberes HTML. Mit responsiver Bearbeitung, lokalem automatischen Speichern, Tailwind-Unterstützung und Unsplash-Integration ist es alles, was Sie brauchen – verpackt in einem nahtlosen Builder. Erstellen Sie beeindruckende Seiten in Minuten.",
|
|
@@ -3589,12 +3589,12 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3589
3589
|
"Three Vertical Images": "Drei vertikale Bilder",
|
|
3590
3590
|
"Three Square Images With Text": "Drei quadratische Bilder mit Text",
|
|
3591
3591
|
"Two Square Images With Text": "Zwei quadratische Bilder mit Text",
|
|
3592
|
-
Text:
|
|
3592
|
+
Text: Dc,
|
|
3593
3593
|
"Header H2": "Überschrift H2",
|
|
3594
3594
|
"Header H3": "Überschrift H3",
|
|
3595
3595
|
"YouTube Video": "YouTube-Video",
|
|
3596
3596
|
"Break Divider": "Trennlinie",
|
|
3597
|
-
Link:
|
|
3597
|
+
Link: $c,
|
|
3598
3598
|
"Selected HTML": "Ausgewähltes HTML",
|
|
3599
3599
|
"Overview of Selected Element, Component, and Components. This section provides real-time updates based on your HTML selection.": "Übersicht über ausgewähltes Element, Komponente und Komponenten. Dieser Abschnitt bietet Echtzeit-Updates basierend auf Ihrer HTML-Auswahl.",
|
|
3600
3600
|
Types: Oc,
|
|
@@ -3674,7 +3674,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3674
3674
|
Images: Pc,
|
|
3675
3675
|
Information: Ic,
|
|
3676
3676
|
Landscape: Mc,
|
|
3677
|
-
Link:
|
|
3677
|
+
Link: $c,
|
|
3678
3678
|
List: kc,
|
|
3679
3679
|
Margin: pc,
|
|
3680
3680
|
Marketing: Nc,
|
|
@@ -3693,7 +3693,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3693
3693
|
Specific: uc,
|
|
3694
3694
|
Squarish: Lc,
|
|
3695
3695
|
Styles: sc,
|
|
3696
|
-
Text:
|
|
3696
|
+
Text: Dc,
|
|
3697
3697
|
Themes: _c,
|
|
3698
3698
|
Transparent: fc,
|
|
3699
3699
|
Types: Oc,
|
|
@@ -3704,7 +3704,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3704
3704
|
default: N1,
|
|
3705
3705
|
property: mc,
|
|
3706
3706
|
value: xc
|
|
3707
|
-
}, Symbol.toStringTag, { value: "Module" })), Gc = "Save", Kc = "Options", Jc = "Avatar", Yc = "Publish", Qc = "Component", Xc = "Styles", Zc = "Typography", eu = "Select", tu = "Padding", nu = "Margin", iu = "Global", ru = "Specific", ou = "Border", su = "Transparent", lu = "Add", au = "Property", du = "Value", pu = "Close", cu = "Editing", uu = "Delete", hu = "Preview", fu = "Mobile", bu = "Bold", mu = "Link", xu = "List", gu = "Search", yu = "Landscape", vu = "Portrait", Su = "Square", wu = "Images", Cu = "Previous", ku = "Next", Tu = "Information", Mu = "Text", Eu = "Types", Lu = "Themes", Pu = "Marketing", Bu = "Products", Au = "Components", Iu = "Article",
|
|
3707
|
+
}, Symbol.toStringTag, { value: "Module" })), Gc = "Save", Kc = "Options", Jc = "Avatar", Yc = "Publish", Qc = "Component", Xc = "Styles", Zc = "Typography", eu = "Select", tu = "Padding", nu = "Margin", iu = "Global", ru = "Specific", ou = "Border", su = "Transparent", lu = "Add", au = "Property", du = "Value", pu = "Close", cu = "Editing", uu = "Delete", hu = "Preview", fu = "Mobile", bu = "Bold", mu = "Link", xu = "List", gu = "Search", yu = "Landscape", vu = "Portrait", Su = "Square", wu = "Images", Cu = "Previous", ku = "Next", Tu = "Information", Mu = "Text", Eu = "Types", Lu = "Themes", Pu = "Marketing", Bu = "Products", Au = "Components", Iu = "Article", Du = "Array", $u = "Content", Ou = "Element", _u = "Component", Nu = "All", Hu = "Image", R1 = {
|
|
3708
3708
|
"Reset Page": "Reset Page",
|
|
3709
3709
|
"Global Page Styles": "Global Page Styles",
|
|
3710
3710
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and Unsplash integration, it's everything you need—wrapped in one seamless builder. Build stunning pages in minutes.",
|
|
@@ -3872,8 +3872,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3872
3872
|
"Move down": "Move Down",
|
|
3873
3873
|
"Delete component": "Delete Component",
|
|
3874
3874
|
"Duplicate component": "Duplicate Component",
|
|
3875
|
-
array:
|
|
3876
|
-
Content:
|
|
3875
|
+
array: Du,
|
|
3876
|
+
Content: $u,
|
|
3877
3877
|
Element: Ou,
|
|
3878
3878
|
Component: _u,
|
|
3879
3879
|
"Components added": "Components Added",
|
|
@@ -3911,7 +3911,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3911
3911
|
Close: pu,
|
|
3912
3912
|
Component: _u,
|
|
3913
3913
|
Components: Au,
|
|
3914
|
-
Content:
|
|
3914
|
+
Content: $u,
|
|
3915
3915
|
Delete: uu,
|
|
3916
3916
|
Editing: cu,
|
|
3917
3917
|
Element: Ou,
|
|
@@ -3944,7 +3944,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
3944
3944
|
Transparent: su,
|
|
3945
3945
|
Types: Eu,
|
|
3946
3946
|
Typographies: Zc,
|
|
3947
|
-
array:
|
|
3947
|
+
array: Du,
|
|
3948
3948
|
avatar: Jc,
|
|
3949
3949
|
component: Qc,
|
|
3950
3950
|
default: R1,
|
|
@@ -4196,7 +4196,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4196
4196
|
default: F1,
|
|
4197
4197
|
property: th,
|
|
4198
4198
|
value: nh
|
|
4199
|
-
}, Symbol.toStringTag, { value: "Module" })), Ah = "Enregistrer", Ih = "Options",
|
|
4199
|
+
}, Symbol.toStringTag, { value: "Module" })), Ah = "Enregistrer", Ih = "Options", Dh = "Avatar", $h = "Publier", Oh = "Fermer", _h = "Composant", Nh = "Styles", Hh = "Typographie", Rh = "Sélectionner", zh = "Marge intérieure", Fh = "Marge extérieure", Vh = "Global", jh = "Spécifique", qh = "Bordure", Wh = "Transparent", Uh = "Ajouter", Gh = "Propriété", Kh = "Valeur", Jh = "Édition", Yh = "Supprimer", Qh = "Aperçu", Xh = "Mobile", Zh = "Gras", ef = "Liste", tf = "Rechercher", nf = "Paysage", rf = "Portrait", of = "Carré", sf = "Images", lf = "Précédent", af = "Suivant", df = "Informations", pf = "Texte", cf = "Lien", uf = "Types", hf = "Thèmes", ff = "Marketing", bf = "Produits", mf = "Composants", xf = "Article", gf = "Tableau", yf = "Contenu", vf = "Élément", Sf = "Composant", wf = "Tous", Cf = "Image", j1 = {
|
|
4200
4200
|
"Reset Page": "Réinitialiser la page",
|
|
4201
4201
|
"Global Page Styles": "Styles de page globaux",
|
|
4202
4202
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "Découvrez le puissant Click & Drop Page Builder, conçu pour les développeurs et créateurs qui souhaitent un contrôle total sans complications. Personnalisez les mises en page, les polices et les couleurs. Modifiez le contenu visuellement en temps réel. Ajoutez des médias, intégrez des vidéos YouTube ou exportez tout en HTML propre. Avec une édition adaptative, une sauvegarde automatique locale, le support de Tailwind et l'intégration d'Unsplash, c'est tout ce dont vous avez besoin, intégré dans un constructeur fluide. Créez des pages époustouflantes en quelques minutes.",
|
|
@@ -4211,8 +4211,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4211
4211
|
"Config Overview": "Aperçu de la configuration",
|
|
4212
4212
|
"HTML Overview": "Aperçu HTML",
|
|
4213
4213
|
"Delete Layout": "Supprimer la mise en page",
|
|
4214
|
-
avatar:
|
|
4215
|
-
Publish:
|
|
4214
|
+
avatar: Dh,
|
|
4215
|
+
Publish: $h,
|
|
4216
4216
|
"Add Components to Page": "Ajouter des composants à la page",
|
|
4217
4217
|
Close: Oh,
|
|
4218
4218
|
"Helper Components": "Composants d'assistance",
|
|
@@ -4424,7 +4424,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4424
4424
|
Prev: lf,
|
|
4425
4425
|
Preview: Qh,
|
|
4426
4426
|
Products: bf,
|
|
4427
|
-
Publish:
|
|
4427
|
+
Publish: $h,
|
|
4428
4428
|
Save: Ah,
|
|
4429
4429
|
Search: tf,
|
|
4430
4430
|
Select: Rh,
|
|
@@ -4437,12 +4437,12 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4437
4437
|
Types: uf,
|
|
4438
4438
|
Typographies: Hh,
|
|
4439
4439
|
array: gf,
|
|
4440
|
-
avatar:
|
|
4440
|
+
avatar: Dh,
|
|
4441
4441
|
component: _h,
|
|
4442
4442
|
default: j1,
|
|
4443
4443
|
property: Gh,
|
|
4444
4444
|
value: Kh
|
|
4445
|
-
}, Symbol.toStringTag, { value: "Module" })), kf = "सहेजें", Tf = "विकल्प", Mf = "अवतार", Ef = "प्रकाशित करें", Lf = "बंद करें", Pf = "घटक", Bf = "शैलियाँ", Af = "टाइपोग्राफ़ी", If = "चुनें",
|
|
4445
|
+
}, Symbol.toStringTag, { value: "Module" })), kf = "सहेजें", Tf = "विकल्प", Mf = "अवतार", Ef = "प्रकाशित करें", Lf = "बंद करें", Pf = "घटक", Bf = "शैलियाँ", Af = "टाइपोग्राफ़ी", If = "चुनें", Df = "पैडिंग", $f = "मार्जिन", Of = "वैश्विक", _f = "विशिष्ट", Nf = "बॉर्डर", Hf = "पारदर्शी", Rf = "जोड़ें", zf = "गुण", Ff = "मूल्य", Vf = "संपादन", jf = "हटाएँ", qf = "पूर्वावलोकन", Wf = "मोबाइल", Uf = "बोल्ड", Gf = "सूची", Kf = "खोजें", Jf = "लैंडस्केप", Yf = "पोर्ट्रेट", Qf = "चौकोर", Xf = "छवियाँ", Zf = "पिछला", eb = "अगला", tb = "जानकारी", nb = "पाठ", ib = "लिंक", rb = "प्रकार", ob = "थीम्स", sb = "मार्केटिंग", lb = "उत्पाद", ab = "घटक", db = "लेख", pb = "सरणी", cb = "सामग्री", ub = "तत्व", hb = "घटक", fb = "सभी", bb = "छवि", W1 = {
|
|
4446
4446
|
"Reset Page": "पृष्ठ रीसेट करें",
|
|
4447
4447
|
"Global Page Styles": "वैश्विक पृष्ठ शैलियाँ",
|
|
4448
4448
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "शक्तिशाली Click & Drop Page Builder आज़माएँ—डेवलपर्स और क्रिएटर्स के लिए डिज़ाइन किया गया जो बिना किसी परेशानी के पूर्ण नियंत्रण चाहते हैं। लेआउट, फ़ॉन्ट और रंगों को अनुकूलित करें। सामग्री को वास्तविक समय में दृश्यात्मक रूप से संपादित करें। मीडिया जोड़ें, YouTube वीडियो एम्बेड करें, या सब कुछ स्वच्छ HTML के रूप में निर्यात करें। उत्तरदायी संपादन, स्थानीय ऑटो-सेव, Tailwind समर्थन और Unsplash एकीकरण के साथ, यह वह सब कुछ है जो आपको चाहिए—एक सहज बिल्डर में समाहित। मिनटों में शानदार पृष्ठ बनाएँ।",
|
|
@@ -4485,10 +4485,10 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4485
4485
|
"Font family": "फ़ॉन्ट परिवार",
|
|
4486
4486
|
"Font Style": "फ़ॉन्ट शैली",
|
|
4487
4487
|
"Opacity & Transparency": "अस्पष्टता और पारदर्शिता",
|
|
4488
|
-
Padding:
|
|
4488
|
+
Padding: Df,
|
|
4489
4489
|
"Vertical Padding": "लंबवत पैडिंग",
|
|
4490
4490
|
"Horizontal Padding": "क्षैतिज पैडिंग",
|
|
4491
|
-
Margin:
|
|
4491
|
+
Margin: $f,
|
|
4492
4492
|
"Vertical Margin": "लंबवत मार्जिन",
|
|
4493
4493
|
"Horizontal Margin": "क्षैतिज मार्जिन",
|
|
4494
4494
|
"Border Radius": "बॉर्डर रेडियस",
|
|
@@ -4660,12 +4660,12 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4660
4660
|
Landscape: Jf,
|
|
4661
4661
|
Link: ib,
|
|
4662
4662
|
List: Gf,
|
|
4663
|
-
Margin:
|
|
4663
|
+
Margin: $f,
|
|
4664
4664
|
Marketing: sb,
|
|
4665
4665
|
Mobile: Wf,
|
|
4666
4666
|
Next: eb,
|
|
4667
4667
|
Options: Tf,
|
|
4668
|
-
Padding:
|
|
4668
|
+
Padding: Df,
|
|
4669
4669
|
Portrait: Yf,
|
|
4670
4670
|
Prev: Zf,
|
|
4671
4671
|
Preview: qf,
|
|
@@ -4688,7 +4688,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4688
4688
|
default: W1,
|
|
4689
4689
|
property: zf,
|
|
4690
4690
|
value: Ff
|
|
4691
|
-
}, Symbol.toStringTag, { value: "Module" })), mb = "保存", xb = "オプション", gb = "アバター", yb = "公開", vb = "閉じる", Sb = "コンポーネント", wb = "スタイル", Cb = "タイポグラフィ", kb = "選択", Tb = "パディング", Mb = "マージン", Eb = "グローバル", Lb = "特定", Pb = "ボーダー", Bb = "透明", Ab = "追加", Ib = "プロパティ",
|
|
4691
|
+
}, Symbol.toStringTag, { value: "Module" })), mb = "保存", xb = "オプション", gb = "アバター", yb = "公開", vb = "閉じる", Sb = "コンポーネント", wb = "スタイル", Cb = "タイポグラフィ", kb = "選択", Tb = "パディング", Mb = "マージン", Eb = "グローバル", Lb = "特定", Pb = "ボーダー", Bb = "透明", Ab = "追加", Ib = "プロパティ", Db = "値", $b = "編集中", Ob = "削除", _b = "プレビュー", Nb = "モバイル", Hb = "太字", Rb = "リンク", zb = "リスト", Fb = "検索", Vb = "横", jb = "縦", qb = "正方形", Wb = "画像", Ub = "前", Gb = "次", Kb = "情報", Jb = "テキスト", Yb = "タイプ", Qb = "テーマ", Xb = "マーケティング", Zb = "製品", em = "コンポーネント", tm = "記事", nm = "配列", im = "コンテンツ", rm = "要素", om = "コンポーネント", sm = "すべて", lm = "画像", G1 = {
|
|
4692
4692
|
"Reset Page": "ページをリセット",
|
|
4693
4693
|
"Global Page Styles": "グローバルページスタイル",
|
|
4694
4694
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "強力なClick & Drop Page Builderを試してみてください。開発者やクリエイター向けに設計されており、手間なく完全なコントロールを実現します。レイアウト、フォント、色をカスタマイズ。リアルタイムで視覚的にコンテンツを編集。メディアを追加、YouTube動画を埋め込み、すべてをクリーンなHTMLとしてエクスポート。レスポンシブ編集、ローカル自動保存、Tailwindサポート、Unsplash統合を備え、必要なすべてが1つのシームレスなビルダーにまとまっています。数分で魅力的なページを作成。",
|
|
@@ -4760,8 +4760,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4760
4760
|
"These are the inline styles applied by the builder. Add your own styles and press Enter to apply them to the selected element.": "これらはビルダーによって適用されたインラインスタイルです。独自のスタイルを追加し、Enterキーを押して選択した要素に適用。",
|
|
4761
4761
|
"Add your own style.": "独自のスタイルを追加。",
|
|
4762
4762
|
property: Ib,
|
|
4763
|
-
value:
|
|
4764
|
-
Editing:
|
|
4763
|
+
value: Db,
|
|
4764
|
+
Editing: $b,
|
|
4765
4765
|
"Loading...": "読み込み中...",
|
|
4766
4766
|
"Background Color": "背景色",
|
|
4767
4767
|
"Text Color": "テキストの色",
|
|
@@ -4897,7 +4897,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4897
4897
|
Components: em,
|
|
4898
4898
|
Content: im,
|
|
4899
4899
|
Delete: Ob,
|
|
4900
|
-
Editing:
|
|
4900
|
+
Editing: $b,
|
|
4901
4901
|
Element: rm,
|
|
4902
4902
|
Global: Eb,
|
|
4903
4903
|
Image: lm,
|
|
@@ -4933,8 +4933,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
4933
4933
|
component: Sb,
|
|
4934
4934
|
default: G1,
|
|
4935
4935
|
property: Ib,
|
|
4936
|
-
value:
|
|
4937
|
-
}, Symbol.toStringTag, { value: "Module" })), am = "Salvar", dm = "Opções", pm = "Avatar", cm = "Publicar", um = "Fechar", hm = "Componente", fm = "Estilos", bm = "Tipografia", mm = "Selecionar", xm = "Preenchimento", gm = "Margem", ym = "Global", vm = "Específico", Sm = "Borda", wm = "Transparente", Cm = "Adicionar", km = "Propriedade", Tm = "Valor", Mm = "Editando", Em = "Excluir", Lm = "Pré-visualização", Pm = "Celular", Bm = "Negrito", Am = "Lista", Im = "Pesquisar",
|
|
4936
|
+
value: Db
|
|
4937
|
+
}, Symbol.toStringTag, { value: "Module" })), am = "Salvar", dm = "Opções", pm = "Avatar", cm = "Publicar", um = "Fechar", hm = "Componente", fm = "Estilos", bm = "Tipografia", mm = "Selecionar", xm = "Preenchimento", gm = "Margem", ym = "Global", vm = "Específico", Sm = "Borda", wm = "Transparente", Cm = "Adicionar", km = "Propriedade", Tm = "Valor", Mm = "Editando", Em = "Excluir", Lm = "Pré-visualização", Pm = "Celular", Bm = "Negrito", Am = "Lista", Im = "Pesquisar", Dm = "Paisagem", $m = "Retrato", Om = "Quadrado", _m = "Imagens", Nm = "Anterior", Hm = "Próximo", Rm = "Informação", zm = "Texto", Fm = "Link", Vm = "Tipos", jm = "Temas", qm = "Marketing", Wm = "Produtos", Um = "Componentes", Gm = "Artigo", Km = "Array", Jm = "Conteúdo", Ym = "Elemento", Qm = "Componente", Xm = "Todos", Zm = "Imagem", J1 = {
|
|
4938
4938
|
"Reset Page": "Redefinir página",
|
|
4939
4939
|
"Global Page Styles": "Estilos globais de página",
|
|
4940
4940
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "Experimente o poderoso Click & Drop Page Builder – projetado para desenvolvedores e criadores que desejam controle total sem complicações. Personalize layouts, fontes e cores. Edite conteúdo visualmente em tempo real. Adicione mídia, incorpore vídeos do YouTube ou exporte tudo como HTML limpo. Com edição responsiva, salvamento automático local, suporte ao Tailwind e integração com o Unsplash, é tudo o que você precisa – integrado em um construtor fluido. Crie páginas impressionantes em minutos.",
|
|
@@ -5042,8 +5042,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5042
5042
|
"Are you sure you want to reset this page? This will overwrite your current changes.": "Tem certeza de que deseja redefinir esta página? Isso substituirá suas alterações atuais.",
|
|
5043
5043
|
Search: Im,
|
|
5044
5044
|
"Search...": "Pesquisar...",
|
|
5045
|
-
Landscape:
|
|
5046
|
-
Portrait:
|
|
5045
|
+
Landscape: Dm,
|
|
5046
|
+
Portrait: $m,
|
|
5047
5047
|
Squarish: Om,
|
|
5048
5048
|
"Total pages": "Total de páginas",
|
|
5049
5049
|
Images: _m,
|
|
@@ -5149,7 +5149,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5149
5149
|
Image: Zm,
|
|
5150
5150
|
Images: _m,
|
|
5151
5151
|
Information: Rm,
|
|
5152
|
-
Landscape:
|
|
5152
|
+
Landscape: Dm,
|
|
5153
5153
|
Link: Fm,
|
|
5154
5154
|
List: Am,
|
|
5155
5155
|
Margin: gm,
|
|
@@ -5158,7 +5158,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5158
5158
|
Next: Hm,
|
|
5159
5159
|
Options: dm,
|
|
5160
5160
|
Padding: xm,
|
|
5161
|
-
Portrait:
|
|
5161
|
+
Portrait: $m,
|
|
5162
5162
|
Prev: Nm,
|
|
5163
5163
|
Preview: Lm,
|
|
5164
5164
|
Products: Wm,
|
|
@@ -5180,7 +5180,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5180
5180
|
default: J1,
|
|
5181
5181
|
property: km,
|
|
5182
5182
|
value: Tm
|
|
5183
|
-
}, Symbol.toStringTag, { value: "Module" })), ex = "Сохранить", tx = "Настройки", nx = "Аватар", ix = "Опубликовать", rx = "Закрыть", ox = "Компонент", sx = "Стили", lx = "Типографика", ax = "Выбрать", dx = "Внутренний отступ", px = "Внешний отступ", cx = "Глобальный", ux = "Конкретный", hx = "Граница", fx = "Прозрачный", bx = "Добавить", mx = "Свойство", xx = "Значение", gx = "Редактирование", yx = "Удалить", vx = "Предпросмотр", Sx = "Мобильный", wx = "Жирный", Cx = "Список", kx = "Поиск", Tx = "Альбомный", Mx = "Портретный", Ex = "Квадратный", Lx = "Изображения", Px = "Назад", Bx = "Вперёд", Ax = "Информация", Ix = "Текст",
|
|
5183
|
+
}, Symbol.toStringTag, { value: "Module" })), ex = "Сохранить", tx = "Настройки", nx = "Аватар", ix = "Опубликовать", rx = "Закрыть", ox = "Компонент", sx = "Стили", lx = "Типографика", ax = "Выбрать", dx = "Внутренний отступ", px = "Внешний отступ", cx = "Глобальный", ux = "Конкретный", hx = "Граница", fx = "Прозрачный", bx = "Добавить", mx = "Свойство", xx = "Значение", gx = "Редактирование", yx = "Удалить", vx = "Предпросмотр", Sx = "Мобильный", wx = "Жирный", Cx = "Список", kx = "Поиск", Tx = "Альбомный", Mx = "Портретный", Ex = "Квадратный", Lx = "Изображения", Px = "Назад", Bx = "Вперёд", Ax = "Информация", Ix = "Текст", Dx = "Ссылка", $x = "Типы", Ox = "Темы", _x = "Маркетинг", Nx = "Продукты", Hx = "Компоненты", Rx = "Статья", zx = "Массив", Fx = "Контент", Vx = "Элемент", jx = "Компонент", qx = "Все", Wx = "Изображение", Q1 = {
|
|
5184
5184
|
"Reset Page": "Сбросить страницу",
|
|
5185
5185
|
"Global Page Styles": "Глобальные стили страницы",
|
|
5186
5186
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "Попробуйте мощный конструктор страниц Click & Drop — создан для разработчиков и дизайнеров, желающих полного контроля без лишних сложностей. Настраивайте макеты, шрифты и цвета. Редактируйте контент визуально в реальном времени. Добавляйте медиа, встраивайте видео с YouTube или экспортируйте всё в чистый HTML. Благодаря адаптивному редактированию, локальному автосохранению, поддержке Tailwind и интеграции с Unsplash, это всё, что вам нужно — в одном удобном конструкторе. Создавайте потрясающие страницы за минуты.",
|
|
@@ -5316,10 +5316,10 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5316
5316
|
"Header H3": "Заголовок H3",
|
|
5317
5317
|
"YouTube Video": "Видео YouTube",
|
|
5318
5318
|
"Break Divider": "Разделитель",
|
|
5319
|
-
Link:
|
|
5319
|
+
Link: Dx,
|
|
5320
5320
|
"Selected HTML": "Выбранный HTML",
|
|
5321
5321
|
"Overview of Selected Element, Component, and Components. This section provides real-time updates based on your HTML selection.": "Обзор выбранного элемента, компонента и компонентов. Этот раздел обновляется в реальном времени на основе вашего выбора HTML.",
|
|
5322
|
-
Types:
|
|
5322
|
+
Types: $x,
|
|
5323
5323
|
"Element type:": "Тип элемента:",
|
|
5324
5324
|
"Component type:": "Тип компонента:",
|
|
5325
5325
|
"Components:": "Компоненты:",
|
|
@@ -5396,7 +5396,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5396
5396
|
Images: Lx,
|
|
5397
5397
|
Information: Ax,
|
|
5398
5398
|
Landscape: Tx,
|
|
5399
|
-
Link:
|
|
5399
|
+
Link: Dx,
|
|
5400
5400
|
List: Cx,
|
|
5401
5401
|
Margin: px,
|
|
5402
5402
|
Marketing: _x,
|
|
@@ -5418,7 +5418,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5418
5418
|
Text: Ix,
|
|
5419
5419
|
Themes: Ox,
|
|
5420
5420
|
Transparent: fx,
|
|
5421
|
-
Types:
|
|
5421
|
+
Types: $x,
|
|
5422
5422
|
Typographies: lx,
|
|
5423
5423
|
array: zx,
|
|
5424
5424
|
avatar: nx,
|
|
@@ -5426,7 +5426,7 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5426
5426
|
default: Q1,
|
|
5427
5427
|
property: mx,
|
|
5428
5428
|
value: xx
|
|
5429
|
-
}, Symbol.toStringTag, { value: "Module" })), Ux = "保存", Gx = "选项", Kx = "头像", Jx = "发布", Yx = "组件", Qx = "样式", Xx = "排版", Zx = "选择", eg = "内边距", tg = "外边距", ng = "全局", ig = "具体", rg = "边框", og = "透明", sg = "添加", lg = "属性", ag = "值", dg = "关闭", pg = "编辑中", cg = "删除", ug = "预览", hg = "移动端", fg = "加粗", bg = "列表", mg = "搜索", xg = "横向", gg = "纵向", yg = "近似方形", vg = "图片", Sg = "上一页", wg = "下一页", Cg = "信息", kg = "文本", Tg = "链接", Mg = "类型", Eg = "主题", Lg = "营销", Pg = "产品", Bg = "组件", Ag = "文章", Ig = "数组",
|
|
5429
|
+
}, Symbol.toStringTag, { value: "Module" })), Ux = "保存", Gx = "选项", Kx = "头像", Jx = "发布", Yx = "组件", Qx = "样式", Xx = "排版", Zx = "选择", eg = "内边距", tg = "外边距", ng = "全局", ig = "具体", rg = "边框", og = "透明", sg = "添加", lg = "属性", ag = "值", dg = "关闭", pg = "编辑中", cg = "删除", ug = "预览", hg = "移动端", fg = "加粗", bg = "列表", mg = "搜索", xg = "横向", gg = "纵向", yg = "近似方形", vg = "图片", Sg = "上一页", wg = "下一页", Cg = "信息", kg = "文本", Tg = "链接", Mg = "类型", Eg = "主题", Lg = "营销", Pg = "产品", Bg = "组件", Ag = "文章", Ig = "数组", Dg = "内容", $g = "元素", Og = "组件", _g = "全部", Ng = "图片", Z1 = {
|
|
5430
5430
|
"Reset Page": "重置页面",
|
|
5431
5431
|
"Global Page Styles": "全局页面样式",
|
|
5432
5432
|
"Try the powerful Click & Drop Page Builder—designed for developers and creators who want full control without the hassle. Customize layouts, fonts, and colors. Edit content visually in real time. Add media, embed YouTube videos, or export everything as clean HTML. With responsive editing, local auto-save, Tailwind support, and even Unsplash integration, it's everything you need—wrapped in one seamless builder. Build Stunning Pages in Minutes.": "试试强大的Click & Drop页面构建器——专为希望完全控制且无需繁琐操作的开发者和创作者设计。自定义布局、字体和颜色。实时可视化编辑内容。添加媒体、嵌入YouTube视频,或将所有内容导出为干净的HTML。凭借响应式编辑、本地自动保存、Tailwind支持以及Unsplash集成,它包含您所需的一切——集成在一个无缝的构建器中。几分钟内打造令人惊叹的页面。",
|
|
@@ -5594,8 +5594,8 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5594
5594
|
"Click to add theme": "点击添加主题",
|
|
5595
5595
|
"Basic Article": "基础文章",
|
|
5596
5596
|
array: Ig,
|
|
5597
|
-
Content:
|
|
5598
|
-
Element:
|
|
5597
|
+
Content: Dg,
|
|
5598
|
+
Element: $g,
|
|
5599
5599
|
Component: Og,
|
|
5600
5600
|
"Components added": "已添加组件",
|
|
5601
5601
|
"No Element selected": "未选择元素",
|
|
@@ -5633,10 +5633,10 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5633
5633
|
Close: dg,
|
|
5634
5634
|
Component: Og,
|
|
5635
5635
|
Components: Bg,
|
|
5636
|
-
Content:
|
|
5636
|
+
Content: Dg,
|
|
5637
5637
|
Delete: cg,
|
|
5638
5638
|
Editing: pg,
|
|
5639
|
-
Element:
|
|
5639
|
+
Element: $g,
|
|
5640
5640
|
Global: ng,
|
|
5641
5641
|
Image: Ng,
|
|
5642
5642
|
Images: vg,
|
|
@@ -5672,12 +5672,12 @@ const dp = "حفظ", pp = "خيارات", cp = "الصورة الرمزية", up
|
|
|
5672
5672
|
default: Z1,
|
|
5673
5673
|
property: lg,
|
|
5674
5674
|
value: ag
|
|
5675
|
-
}, Symbol.toStringTag, { value: "Module" })), tS = /* @__PURE__ */ Object.assign({ "../locales/ar.json": _1, "../locales/de.json": H1, "../locales/en.json": z1, "../locales/es.json": V1, "../locales/fr.json": q1, "../locales/hi.json": U1, "../locales/ja.json": K1, "../locales/pt.json": Y1, "../locales/ru.json": X1, "../locales/zh-Hans.json": eS }),
|
|
5675
|
+
}, Symbol.toStringTag, { value: "Module" })), tS = /* @__PURE__ */ Object.assign({ "../locales/ar.json": _1, "../locales/de.json": H1, "../locales/en.json": z1, "../locales/es.json": V1, "../locales/fr.json": q1, "../locales/hi.json": U1, "../locales/ja.json": K1, "../locales/pt.json": Y1, "../locales/ru.json": X1, "../locales/zh-Hans.json": eS }), Ds = k({});
|
|
5676
5676
|
async function Hg(n) {
|
|
5677
5677
|
try {
|
|
5678
5678
|
const e = `../locales/${n}.json`, t = tS[e];
|
|
5679
5679
|
if (t && typeof t == "object" && "default" in t)
|
|
5680
|
-
|
|
5680
|
+
Ds.value = t.default;
|
|
5681
5681
|
else
|
|
5682
5682
|
throw new Error("Locale not found");
|
|
5683
5683
|
} catch (e) {
|
|
@@ -5686,12 +5686,12 @@ async function Hg(n) {
|
|
|
5686
5686
|
}
|
|
5687
5687
|
function Te() {
|
|
5688
5688
|
function n(e) {
|
|
5689
|
-
return
|
|
5689
|
+
return Ds.value[e] || e;
|
|
5690
5690
|
}
|
|
5691
5691
|
return {
|
|
5692
5692
|
translate: n,
|
|
5693
5693
|
loadTranslations: Hg,
|
|
5694
|
-
currentTranslations: i1(
|
|
5694
|
+
currentTranslations: i1(Ds)
|
|
5695
5695
|
};
|
|
5696
5696
|
}
|
|
5697
5697
|
function hr(n, e, t) {
|
|
@@ -5711,13 +5711,13 @@ function Rg() {
|
|
|
5711
5711
|
return typeof navigator < "u" && typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : {};
|
|
5712
5712
|
}
|
|
5713
5713
|
const iS = typeof Proxy == "function", rS = "devtools-plugin:setup", oS = "plugin:settings:set";
|
|
5714
|
-
let qn,
|
|
5714
|
+
let qn, $s;
|
|
5715
5715
|
function sS() {
|
|
5716
5716
|
var n;
|
|
5717
|
-
return qn !== void 0 || (typeof window < "u" && window.performance ? (qn = !0,
|
|
5717
|
+
return qn !== void 0 || (typeof window < "u" && window.performance ? (qn = !0, $s = window.performance) : typeof globalThis < "u" && (!((n = globalThis.perf_hooks) === null || n === void 0) && n.performance) ? (qn = !0, $s = globalThis.perf_hooks.performance) : qn = !1), qn;
|
|
5718
5718
|
}
|
|
5719
5719
|
function lS() {
|
|
5720
|
-
return sS() ?
|
|
5720
|
+
return sS() ? $s.now() : Date.now();
|
|
5721
5721
|
}
|
|
5722
5722
|
class aS {
|
|
5723
5723
|
constructor(e, t) {
|
|
@@ -6370,7 +6370,7 @@ function Yg(n, e) {
|
|
|
6370
6370
|
if (!(t in n))
|
|
6371
6371
|
continue;
|
|
6372
6372
|
const r = n[t];
|
|
6373
|
-
An(r) && An(i) &&
|
|
6373
|
+
An(r) && An(i) && !$i(i) && !fl(i) ? n[t] = Yg(r, i) : n[t] = i;
|
|
6374
6374
|
}
|
|
6375
6375
|
return n;
|
|
6376
6376
|
}
|
|
@@ -6396,7 +6396,7 @@ function Os(n, e) {
|
|
|
6396
6396
|
if (!e.hasOwnProperty(t))
|
|
6397
6397
|
continue;
|
|
6398
6398
|
const i = e[t], r = n[t];
|
|
6399
|
-
An(r) && An(i) && n.hasOwnProperty(t) &&
|
|
6399
|
+
An(r) && An(i) && n.hasOwnProperty(t) && !$i(i) && !fl(i) ? n[t] = Os(r, i) : n[t] = i;
|
|
6400
6400
|
}
|
|
6401
6401
|
return n;
|
|
6402
6402
|
}
|
|
@@ -6409,7 +6409,7 @@ function PS(n) {
|
|
|
6409
6409
|
}
|
|
6410
6410
|
const { assign: st } = Object;
|
|
6411
6411
|
function La(n) {
|
|
6412
|
-
return !!(
|
|
6412
|
+
return !!($i(n) && n.effect);
|
|
6413
6413
|
}
|
|
6414
6414
|
function Pa(n, e, t, i) {
|
|
6415
6415
|
const { state: r, actions: o, getters: s } = e, l = t.state.value[n];
|
|
@@ -6434,23 +6434,23 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6434
6434
|
if (process.env.NODE_ENV !== "production" && !i._e.active)
|
|
6435
6435
|
throw new Error("Pinia destroyed");
|
|
6436
6436
|
const a = { deep: !0 };
|
|
6437
|
-
process.env.NODE_ENV !== "production" && (a.onTrigger = (
|
|
6438
|
-
d ? f =
|
|
6437
|
+
process.env.NODE_ENV !== "production" && (a.onTrigger = (D) => {
|
|
6438
|
+
d ? f = D : d == !1 && !I._hotUpdating && (Array.isArray(f) ? f.push(D) : console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."));
|
|
6439
6439
|
});
|
|
6440
6440
|
let d, p, u = [], h = [], f;
|
|
6441
6441
|
const b = i.state.value[n];
|
|
6442
6442
|
!o && !b && (process.env.NODE_ENV === "production" || !r) && (i.state.value[n] = {});
|
|
6443
6443
|
const m = k({});
|
|
6444
6444
|
let x;
|
|
6445
|
-
function v(
|
|
6445
|
+
function v(D) {
|
|
6446
6446
|
let _;
|
|
6447
|
-
d = p = !1, process.env.NODE_ENV !== "production" && (f = []), typeof
|
|
6447
|
+
d = p = !1, process.env.NODE_ENV !== "production" && (f = []), typeof D == "function" ? (D(i.state.value[n]), _ = {
|
|
6448
6448
|
type: Ct.patchFunction,
|
|
6449
6449
|
storeId: n,
|
|
6450
6450
|
events: f
|
|
6451
|
-
}) : (Os(i.state.value[n],
|
|
6451
|
+
}) : (Os(i.state.value[n], D), _ = {
|
|
6452
6452
|
type: Ct.patchObject,
|
|
6453
|
-
payload:
|
|
6453
|
+
payload: D,
|
|
6454
6454
|
storeId: n,
|
|
6455
6455
|
events: f
|
|
6456
6456
|
});
|
|
@@ -6473,9 +6473,9 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6473
6473
|
function S() {
|
|
6474
6474
|
s.stop(), u = [], h = [], i._s.delete(n);
|
|
6475
6475
|
}
|
|
6476
|
-
const M = (
|
|
6477
|
-
if (Ea in
|
|
6478
|
-
return
|
|
6476
|
+
const M = (D, _ = "") => {
|
|
6477
|
+
if (Ea in D)
|
|
6478
|
+
return D[Zo] = _, D;
|
|
6479
6479
|
const X = function() {
|
|
6480
6480
|
Oi(i);
|
|
6481
6481
|
const V = Array.from(arguments), O = [], ne = [];
|
|
@@ -6494,7 +6494,7 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6494
6494
|
});
|
|
6495
6495
|
let ut;
|
|
6496
6496
|
try {
|
|
6497
|
-
ut =
|
|
6497
|
+
ut = D.apply(this && this.$id === n ? this : I, V);
|
|
6498
6498
|
} catch (se) {
|
|
6499
6499
|
throw Wn(ne, se), se;
|
|
6500
6500
|
}
|
|
@@ -6513,9 +6513,9 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6513
6513
|
$onAction: Ma.bind(null, h),
|
|
6514
6514
|
$patch: v,
|
|
6515
6515
|
$reset: T,
|
|
6516
|
-
$subscribe(
|
|
6517
|
-
const X = Ma(u,
|
|
6518
|
-
(_.flush === "sync" ? p : d) &&
|
|
6516
|
+
$subscribe(D, _ = {}) {
|
|
6517
|
+
const X = Ma(u, D, _.detached, () => V()), V = s.run(() => Y(() => i.state.value[n], (O) => {
|
|
6518
|
+
(_.flush === "sync" ? p : d) && D({
|
|
6519
6519
|
storeId: n,
|
|
6520
6520
|
type: Ct.direct,
|
|
6521
6521
|
events: f
|
|
@@ -6536,70 +6536,70 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6536
6536
|
) : H);
|
|
6537
6537
|
i._s.set(n, I);
|
|
6538
6538
|
const z = (i._a && i._a.runWithContext || ES)(() => i._e.run(() => (s = rp()).run(() => e({ action: M }))));
|
|
6539
|
-
for (const
|
|
6540
|
-
const _ = z[
|
|
6541
|
-
if (
|
|
6542
|
-
process.env.NODE_ENV !== "production" && r ? hr(m.value,
|
|
6539
|
+
for (const D in z) {
|
|
6540
|
+
const _ = z[D];
|
|
6541
|
+
if ($i(_) && !La(_) || fl(_))
|
|
6542
|
+
process.env.NODE_ENV !== "production" && r ? hr(m.value, D, Qo(z, D)) : o || (b && PS(_) && ($i(_) ? _.value = b[D] : Os(_, b[D])), i.state.value[n][D] = _), process.env.NODE_ENV !== "production" && L.state.push(D);
|
|
6543
6543
|
else if (typeof _ == "function") {
|
|
6544
|
-
const X = process.env.NODE_ENV !== "production" && r ? _ : M(_,
|
|
6545
|
-
z[
|
|
6546
|
-
} else process.env.NODE_ENV !== "production" && La(_) && (L.getters[
|
|
6544
|
+
const X = process.env.NODE_ENV !== "production" && r ? _ : M(_, D);
|
|
6545
|
+
z[D] = X, process.env.NODE_ENV !== "production" && (L.actions[D] = _), l.actions[D] = _;
|
|
6546
|
+
} else process.env.NODE_ENV !== "production" && La(_) && (L.getters[D] = o ? (
|
|
6547
6547
|
// @ts-expect-error
|
|
6548
|
-
t.getters[
|
|
6548
|
+
t.getters[D]
|
|
6549
6549
|
) : _, Xt && (z._getters || // @ts-expect-error: same
|
|
6550
|
-
(z._getters = Yt([]))).push(
|
|
6550
|
+
(z._getters = Yt([]))).push(D));
|
|
6551
6551
|
}
|
|
6552
6552
|
if (st(I, z), st(ze(I), z), Object.defineProperty(I, "$state", {
|
|
6553
6553
|
get: () => process.env.NODE_ENV !== "production" && r ? m.value : i.state.value[n],
|
|
6554
|
-
set: (
|
|
6554
|
+
set: (D) => {
|
|
6555
6555
|
if (process.env.NODE_ENV !== "production" && r)
|
|
6556
6556
|
throw new Error("cannot set hotState");
|
|
6557
6557
|
v((_) => {
|
|
6558
|
-
st(_,
|
|
6558
|
+
st(_, D);
|
|
6559
6559
|
});
|
|
6560
6560
|
}
|
|
6561
|
-
}), process.env.NODE_ENV !== "production" && (I._hotUpdate = Yt((
|
|
6562
|
-
I._hotUpdating = !0,
|
|
6561
|
+
}), process.env.NODE_ENV !== "production" && (I._hotUpdate = Yt((D) => {
|
|
6562
|
+
I._hotUpdating = !0, D._hmrPayload.state.forEach((_) => {
|
|
6563
6563
|
if (_ in I.$state) {
|
|
6564
|
-
const X =
|
|
6565
|
-
typeof X == "object" && An(X) && An(V) ? Yg(X, V) :
|
|
6564
|
+
const X = D.$state[_], V = I.$state[_];
|
|
6565
|
+
typeof X == "object" && An(X) && An(V) ? Yg(X, V) : D.$state[_] = V;
|
|
6566
6566
|
}
|
|
6567
|
-
hr(I, _, Qo(
|
|
6567
|
+
hr(I, _, Qo(D.$state, _));
|
|
6568
6568
|
}), Object.keys(I.$state).forEach((_) => {
|
|
6569
|
-
_ in
|
|
6570
|
-
}), d = !1, p = !1, i.state.value[n] = Qo(
|
|
6569
|
+
_ in D.$state || Xo(I, _);
|
|
6570
|
+
}), d = !1, p = !1, i.state.value[n] = Qo(D._hmrPayload, "hotState"), p = !0, te().then(() => {
|
|
6571
6571
|
d = !0;
|
|
6572
6572
|
});
|
|
6573
|
-
for (const _ in
|
|
6574
|
-
const X =
|
|
6573
|
+
for (const _ in D._hmrPayload.actions) {
|
|
6574
|
+
const X = D[_];
|
|
6575
6575
|
hr(I, _, M(X, _));
|
|
6576
6576
|
}
|
|
6577
|
-
for (const _ in
|
|
6578
|
-
const X =
|
|
6577
|
+
for (const _ in D._hmrPayload.getters) {
|
|
6578
|
+
const X = D._hmrPayload.getters[_], V = o ? (
|
|
6579
6579
|
// special handling of options api
|
|
6580
6580
|
B(() => (Oi(i), X.call(I, I)))
|
|
6581
6581
|
) : X;
|
|
6582
6582
|
hr(I, _, V);
|
|
6583
6583
|
}
|
|
6584
6584
|
Object.keys(I._hmrPayload.getters).forEach((_) => {
|
|
6585
|
-
_ in
|
|
6585
|
+
_ in D._hmrPayload.getters || Xo(I, _);
|
|
6586
6586
|
}), Object.keys(I._hmrPayload.actions).forEach((_) => {
|
|
6587
|
-
_ in
|
|
6588
|
-
}), I._hmrPayload =
|
|
6587
|
+
_ in D._hmrPayload.actions || Xo(I, _);
|
|
6588
|
+
}), I._hmrPayload = D._hmrPayload, I._getters = D._getters, I._hotUpdating = !1;
|
|
6589
6589
|
})), process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Xt) {
|
|
6590
|
-
const
|
|
6590
|
+
const D = {
|
|
6591
6591
|
writable: !0,
|
|
6592
6592
|
configurable: !0,
|
|
6593
6593
|
// avoid warning on devtools trying to display this property
|
|
6594
6594
|
enumerable: !1
|
|
6595
6595
|
};
|
|
6596
6596
|
["_p", "_hmrPayload", "_getters", "_customProperties"].forEach((_) => {
|
|
6597
|
-
Object.defineProperty(I, _, st({ value: I[_] },
|
|
6597
|
+
Object.defineProperty(I, _, st({ value: I[_] }, D));
|
|
6598
6598
|
});
|
|
6599
6599
|
}
|
|
6600
|
-
return i._p.forEach((
|
|
6600
|
+
return i._p.forEach((D) => {
|
|
6601
6601
|
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test" && Xt) {
|
|
6602
|
-
const _ = s.run(() =>
|
|
6602
|
+
const _ = s.run(() => D({
|
|
6603
6603
|
store: I,
|
|
6604
6604
|
app: i._a,
|
|
6605
6605
|
pinia: i,
|
|
@@ -6607,7 +6607,7 @@ function _s(n, e, t = {}, i, r, o) {
|
|
|
6607
6607
|
}));
|
|
6608
6608
|
Object.keys(_ || {}).forEach((X) => I._customProperties.add(X)), st(I, _);
|
|
6609
6609
|
} else
|
|
6610
|
-
st(I, s.run(() =>
|
|
6610
|
+
st(I, s.run(() => D({
|
|
6611
6611
|
store: I,
|
|
6612
6612
|
app: i._a,
|
|
6613
6613
|
pinia: i,
|
|
@@ -7052,7 +7052,7 @@ const AS = /* @__PURE__ */ BS("pageBuilderState", {
|
|
|
7052
7052
|
this.historyLength = n;
|
|
7053
7053
|
}
|
|
7054
7054
|
}
|
|
7055
|
-
}), Xg = MS(), he = AS(Xg), IS = { class: "pbx-w-full pbx-inset-x-0 pbx-h-[90vh] pbx-bg-white pbx-overflow-x-scroll lg:pbx-pt-2 pbx-pt-2" },
|
|
7055
|
+
}), Xg = MS(), he = AS(Xg), IS = { class: "pbx-w-full pbx-inset-x-0 pbx-h-[90vh] pbx-bg-white pbx-overflow-x-scroll lg:pbx-pt-2 pbx-pt-2" }, DS = { 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" }, $S = { class: "pbx-px-2" }, OS = { class: "pbx-mt-8" }, _S = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, NS = { class: "pbx-overflow-x-auto" }, HS = { class: "pbx-min-w-full" }, RS = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, zS = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, FS = { class: "pbx-min-w-[30rem] pbx-w-max" }, VS = { class: "pbx-inline-flex pbx-items-center pbx-px-2.5 pbx-py-0.5 pbx-rounded-full pbx-text-xs pbx-font-medium pbx-bg-blue-100 pbx-text-blue-800" }, jS = {
|
|
7056
7056
|
key: 0,
|
|
7057
7057
|
class: "pbx-mt-4"
|
|
7058
7058
|
}, qS = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, WS = { class: "pbx-overflow-x-auto" }, US = { class: "pbx-min-w-full" }, GS = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, KS = { key: 0 }, JS = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, YS = { class: "pbx-min-w-[30rem] pbx-w-max" }, QS = { key: 1 }, XS = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, ZS = { class: "pbx-min-w-[30rem] pbx-w-max" }, ew = {
|
|
@@ -7070,23 +7070,23 @@ const AS = /* @__PURE__ */ BS("pageBuilderState", {
|
|
|
7070
7070
|
}, fw = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, bw = { class: "pbx-overflow-x-auto" }, mw = { class: "pbx-min-w-full" }, xw = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, gw = { key: 0 }, yw = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, vw = { class: "pbx-min-w-[30rem] pbx-w-max" }, Sw = { key: 1 }, ww = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, Cw = { class: "pbx-min-w-[30rem] pbx-w-max" }, kw = { key: 2 }, Tw = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, Mw = { class: "pbx-min-w-[30rem] pbx-w-max" }, Ew = { key: 3 }, Lw = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, Pw = { class: "pbx-min-w-[30rem] pbx-w-max" }, Bw = {
|
|
7071
7071
|
key: 3,
|
|
7072
7072
|
class: "pbx-mt-8"
|
|
7073
|
-
}, Aw = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, Iw = { class: "pbx-overflow-x-auto" },
|
|
7073
|
+
}, Aw = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, Iw = { class: "pbx-overflow-x-auto" }, Dw = { class: "pbx-min-w-full" }, $w = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, Ow = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, _w = { class: "pbx-min-w-[30rem] pbx-w-max" }, Nw = { class: "pbx-flex pbx-items-center pbx-space-x-3" }, Hw = ["src"], Rw = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, zw = { class: "pbx-min-w-[30rem] pbx-w-max" }, Fw = { class: "pbx-flex pbx-items-center pbx-space-x-3" }, Vw = { class: "pbx-pr-6" }, jw = { class: "pbx-flex pbx-items-center pbx-space-x-3" }, qw = { class: "pbx-whitespace-nowrap" }, Ww = {
|
|
7074
7074
|
key: 4,
|
|
7075
7075
|
class: "pbx-mt-8"
|
|
7076
7076
|
}, Uw = { class: "pbx-overflow-hidden pbx-shadow pbx-ring-1 pbx-ring-black pbx-ring-opacity-5 md:pbx-rounded-lg" }, Gw = { class: "pbx-overflow-x-auto" }, Kw = { class: "pbx-w-max" }, Jw = { class: "pbx-bg-white pbx-divide-y pbx-divide-gray-200" }, Yw = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, Qw = { class: "pbx-min-w-[30rem] pbx-w-max" }, Xw = { key: 0 }, Zw = { key: 1 }, e2 = { key: 0 }, t2 = { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-text-gray-500" }, n2 = { class: "pbx-min-w-[30rem] pbx-w-max" }, i2 = { class: "pbx-inline-flex pbx-items-center pbx-px-2.5 pbx-py-0.5 pbx-rounded-full pbx-text-xs pbx-font-medium" }, r2 = { 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" }, o2 = { class: "pbx-mt-4 pbx-whitespace-pre-wrap pbx-text-white pbx-overflow-hidden pbx-bg-gray-900" }, s2 = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-white pbx-text-xs pbx-break-all" }, l2 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-text-white" }, a2 = {
|
|
7077
7077
|
__name: "PageBuilderSettings",
|
|
7078
7078
|
setup(n) {
|
|
7079
|
-
const e = "3.4.
|
|
7079
|
+
const e = "3.4.61", t = he, i = B(() => t.getPageBuilderConfig);
|
|
7080
7080
|
return (r, o) => {
|
|
7081
7081
|
var s, l, a, d, p, u, h, f, b, m, x, v, T, S, M, L;
|
|
7082
7082
|
return y(), w("div", IS, [
|
|
7083
|
-
c("div",
|
|
7083
|
+
c("div", DS, [
|
|
7084
7084
|
c("div", null, [
|
|
7085
7085
|
o[26] || (o[26] = c("div", { class: "pbx-flex pbx-items-left pbx-flex-col pbx-gap-1" }, [
|
|
7086
7086
|
c("h3", { class: "pbx-myQuaternaryHeader" }, "Configuration Overview"),
|
|
7087
7087
|
c("p", { class: "pbx-myPrimaryParagraph pbx-text-xs" }, " A summary of current user preferences, application settings, and system metadata including UI theme, language, saved components, and logo configuration. ")
|
|
7088
7088
|
], -1)),
|
|
7089
|
-
c("div",
|
|
7089
|
+
c("div", $S, [
|
|
7090
7090
|
c("div", OS, [
|
|
7091
7091
|
o[2] || (o[2] = c("h4", { class: "pbx-myQuaternaryHeader pbx-text-sm pbx-mb-2" }, "Version Information", -1)),
|
|
7092
7092
|
c("div", _S, [
|
|
@@ -7287,7 +7287,7 @@ const AS = /* @__PURE__ */ BS("pageBuilderState", {
|
|
|
7287
7287
|
o[21] || (o[21] = c("h4", { class: "pbx-myQuaternaryHeader pbx-text-sm pbx-mb-2" }, "Logo Configuration", -1)),
|
|
7288
7288
|
c("div", Aw, [
|
|
7289
7289
|
c("div", Iw, [
|
|
7290
|
-
c("table",
|
|
7290
|
+
c("table", Dw, [
|
|
7291
7291
|
o[20] || (o[20] = c("thead", { class: "pbx-bg-gray-50" }, [
|
|
7292
7292
|
c("tr", null, [
|
|
7293
7293
|
c("th", {
|
|
@@ -7300,7 +7300,7 @@ const AS = /* @__PURE__ */ BS("pageBuilderState", {
|
|
|
7300
7300
|
}, " Value ")
|
|
7301
7301
|
])
|
|
7302
7302
|
], -1)),
|
|
7303
|
-
c("tbody",
|
|
7303
|
+
c("tbody", $w, [
|
|
7304
7304
|
c("tr", null, [
|
|
7305
7305
|
o[18] || (o[18] = c("td", { class: "pbx-px-6 pbx-py-4 pbx-whitespace-nowrap pbx-text-sm pbx-font-medium pbx-text-gray-900" }, [
|
|
7306
7306
|
c("div", { class: "pbx-min-w-[30rem] pbx-w-max" }, "Logo")
|
|
@@ -7593,7 +7593,7 @@ const Rt = /* @__PURE__ */ Lo(d2, [["render", h2]]), f2 = { class: "pbx-myPrimar
|
|
|
7593
7593
|
_: 1
|
|
7594
7594
|
}));
|
|
7595
7595
|
}
|
|
7596
|
-
}, L2 = { class: "pbx-myPrimaryInputLabel pbx-my-4" }, P2 = { class: "pbx-flex pbx-flex-row pbx-flex-wrap pbx-gap-2 pbx-mt-2 pbx-mb-4" }, B2 = ["onClick"], A2 = { class: "pbx-flex pbx-items-center pbx-gap-1" }, I2 = { class: "pbx-mr-1" },
|
|
7596
|
+
}, L2 = { class: "pbx-myPrimaryInputLabel pbx-my-4" }, P2 = { class: "pbx-flex pbx-flex-row pbx-flex-wrap pbx-gap-2 pbx-mt-2 pbx-mb-4" }, B2 = ["onClick"], A2 = { class: "pbx-flex pbx-items-center pbx-gap-1" }, I2 = { class: "pbx-mr-1" }, D2 = { class: "pbx-my-2 pbx-py-2" }, $2 = {
|
|
7597
7597
|
for: "custom-css",
|
|
7598
7598
|
class: "pbx-myPrimaryInputLabel"
|
|
7599
7599
|
}, O2 = { class: "pbx-flex pbx-gap-2 pbx-item-center" }, _2 = ["placeholder"], N2 = {
|
|
@@ -7646,8 +7646,8 @@ const Rt = /* @__PURE__ */ Lo(d2, [["render", h2]]), f2 = { class: "pbx-myPrimar
|
|
|
7646
7646
|
], 8, B2))), 128))
|
|
7647
7647
|
]),
|
|
7648
7648
|
p[3] || (p[3] = c("hr", null, null, -1)),
|
|
7649
|
-
c("div",
|
|
7650
|
-
c("label",
|
|
7649
|
+
c("div", D2, [
|
|
7650
|
+
c("label", $2, [
|
|
7651
7651
|
Be(C(g(e)("Add your CSS.")) + " ", 1),
|
|
7652
7652
|
p[2] || (p[2] = c("br", null, null, -1)),
|
|
7653
7653
|
Be(" " + C(g(e)("The pbx- prefix is added automatically.")), 1)
|
|
@@ -7811,7 +7811,7 @@ const X2 = /* @__PURE__ */ Lo(J2, [["render", Q2]]), Z2 = {
|
|
|
7811
7811
|
};
|
|
7812
7812
|
return Ut("closeMediaLibraryModal", () => {
|
|
7813
7813
|
i();
|
|
7814
|
-
}), (o, s) => (y(), oe(
|
|
7814
|
+
}), (o, s) => (y(), oe(Dt, {
|
|
7815
7815
|
title: n.title,
|
|
7816
7816
|
showModalBuilder: n.open,
|
|
7817
7817
|
onCloseMainModalBuilder: i,
|
|
@@ -8009,30 +8009,30 @@ function vC(n, e, t = B(() => !0)) {
|
|
|
8009
8009
|
gC() || r.value && (i(o, () => r.value), r.value = null);
|
|
8010
8010
|
}, !0), fr("touchend", (o) => i(o, () => o.target instanceof HTMLElement ? o.target : null), !0), yC("blur", (o) => i(o, () => window.document.activeElement instanceof HTMLIFrameElement ? window.document.activeElement : null), !0);
|
|
8011
8011
|
}
|
|
8012
|
-
function
|
|
8012
|
+
function Da(n, e) {
|
|
8013
8013
|
if (n) return n;
|
|
8014
8014
|
let t = e ?? "button";
|
|
8015
8015
|
if (typeof t == "string" && t.toLowerCase() === "button") return "button";
|
|
8016
8016
|
}
|
|
8017
8017
|
function SC(n, e) {
|
|
8018
|
-
let t = k(
|
|
8018
|
+
let t = k(Da(n.value.type, n.value.as));
|
|
8019
8019
|
return Pn(() => {
|
|
8020
|
-
t.value =
|
|
8020
|
+
t.value = Da(n.value.type, n.value.as);
|
|
8021
8021
|
}), ci(() => {
|
|
8022
8022
|
var i;
|
|
8023
8023
|
t.value || ge(e) && ge(e) instanceof HTMLButtonElement && !((i = ge(e)) != null && i.hasAttribute("type")) && (t.value = "button");
|
|
8024
8024
|
}), t;
|
|
8025
8025
|
}
|
|
8026
|
-
function
|
|
8026
|
+
function $a(n) {
|
|
8027
8027
|
return [n.screenX, n.screenY];
|
|
8028
8028
|
}
|
|
8029
8029
|
function wC() {
|
|
8030
8030
|
let n = k([-1, -1]);
|
|
8031
8031
|
return { wasMoved(e) {
|
|
8032
|
-
let t =
|
|
8032
|
+
let t = $a(e);
|
|
8033
8033
|
return n.value[0] === t[0] && n.value[1] === t[1] ? !1 : (n.value = t, !0);
|
|
8034
8034
|
}, update(e) {
|
|
8035
|
-
n.value =
|
|
8035
|
+
n.value = $a(e);
|
|
8036
8036
|
} };
|
|
8037
8037
|
}
|
|
8038
8038
|
var Ns = ((n) => (n[n.None = 0] = "None", n[n.RenderStrategy = 1] = "RenderStrategy", n[n.Static = 2] = "Static", n))(Ns || {}), CC = ((n) => (n[n.Unmount = 0] = "Unmount", n[n.Hidden = 1] = "Hidden", n))(CC || {});
|
|
@@ -8205,10 +8205,10 @@ function IC(n) {
|
|
|
8205
8205
|
return e.value = r, t.value = o, o;
|
|
8206
8206
|
};
|
|
8207
8207
|
}
|
|
8208
|
-
function
|
|
8208
|
+
function DC(n, e) {
|
|
8209
8209
|
return n === e;
|
|
8210
8210
|
}
|
|
8211
|
-
var
|
|
8211
|
+
var $C = ((n) => (n[n.Open = 0] = "Open", n[n.Closed = 1] = "Closed", n))($C || {}), OC = ((n) => (n[n.Single = 0] = "Single", n[n.Multi = 1] = "Multi", n))(OC || {}), _C = ((n) => (n[n.Pointer = 0] = "Pointer", n[n.Other = 1] = "Other", n))(_C || {});
|
|
8212
8212
|
function NC(n) {
|
|
8213
8213
|
requestAnimationFrame(() => requestAnimationFrame(n));
|
|
8214
8214
|
}
|
|
@@ -8221,7 +8221,7 @@ function Ki(n) {
|
|
|
8221
8221
|
}
|
|
8222
8222
|
return e;
|
|
8223
8223
|
}
|
|
8224
|
-
let Ji = tt({ name: "Listbox", emits: { "update:modelValue": (n) => !0 }, props: { as: { type: [Object, String], default: "template" }, disabled: { type: [Boolean], default: !1 }, by: { type: [String, Function], default: () =>
|
|
8224
|
+
let Ji = tt({ name: "Listbox", emits: { "update:modelValue": (n) => !0 }, props: { as: { type: [Object, String], default: "template" }, disabled: { type: [Boolean], default: !1 }, by: { type: [String, Function], default: () => DC }, horizontal: { type: [Boolean], default: !1 }, modelValue: { type: [Object, String, Number, Boolean], default: void 0 }, defaultValue: { type: [Object, String, Number, Boolean], default: void 0 }, form: { type: String, optional: !0 }, name: { type: String, optional: !0 }, multiple: { type: [Boolean], default: !1 } }, inheritAttrs: !1, setup(n, { slots: e, attrs: t, emit: i }) {
|
|
8225
8225
|
let r = k(1), o = k(null), s = k(null), l = k(null), a = k([]), d = k(""), p = k(null), u = k(1);
|
|
8226
8226
|
function h(S = (M) => M) {
|
|
8227
8227
|
let M = p.value !== null ? a.value[p.value] : null, L = bC(S(a.value.slice()), (I) => ge(I.dataRef.domRef)), H = M ? L.indexOf(M) : null;
|
|
@@ -8287,7 +8287,7 @@ let Ji = tt({ name: "Listbox", emits: { "update:modelValue": (n) => !0 }, props:
|
|
|
8287
8287
|
}, { immediate: !0 });
|
|
8288
8288
|
}), () => {
|
|
8289
8289
|
let { name: S, modelValue: M, disabled: L, form: H, ...I } = n, N = { open: r.value === 0, disabled: L, value: x.value };
|
|
8290
|
-
return Bn(K, [...S != null && x.value != null ? ay({ [S]: x.value }).map(([z,
|
|
8290
|
+
return Bn(K, [...S != null && x.value != null ? ay({ [S]: x.value }).map(([z, D]) => Bn(MC, kC({ features: sy.Hidden, key: z, as: "input", type: "hidden", hidden: !0, readOnly: !0, form: H, disabled: L, name: z, value: D }))) : [], ui({ ourProps: {}, theirProps: { ...t, ...oy(I, ["defaultValue", "onUpdate:modelValue", "horizontal", "multiple", "by"]) }, slot: N, slots: e, attrs: t, name: "Listbox" })]);
|
|
8291
8291
|
};
|
|
8292
8292
|
} });
|
|
8293
8293
|
tt({ name: "ListboxLabel", props: { as: { type: [Object, String], default: "label" }, id: { type: String, default: null } }, setup(n, { attrs: e, slots: t }) {
|
|
@@ -8849,7 +8849,7 @@ const HC = { class: "pbx-my-2 pbx-py-2" }, RC = { class: "pbx-relative" }, zC =
|
|
|
8849
8849
|
}, Ik = {
|
|
8850
8850
|
disabled: "",
|
|
8851
8851
|
value: ""
|
|
8852
|
-
},
|
|
8852
|
+
}, Dk = { class: "pbx-my-2 pbx-py-2" }, $k = {
|
|
8853
8853
|
for: "border-radius-bottom-right",
|
|
8854
8854
|
class: "pbx-myPrimaryInputLabel"
|
|
8855
8855
|
}, Ok = {
|
|
@@ -8956,8 +8956,8 @@ const HC = { class: "pbx-my-2 pbx-py-2" }, RC = { class: "pbx-relative" }, zC =
|
|
|
8956
8956
|
])
|
|
8957
8957
|
]),
|
|
8958
8958
|
m[13] || (m[13] = c("hr", null, null, -1)),
|
|
8959
|
-
c("div",
|
|
8960
|
-
c("label",
|
|
8959
|
+
c("div", Dk, [
|
|
8960
|
+
c("label", $k, C(g(e)("Border Radius bottom right")), 1),
|
|
8961
8961
|
le(c("select", {
|
|
8962
8962
|
id: "border-radius-bottom-right",
|
|
8963
8963
|
"onUpdate:modelValue": m[8] || (m[8] = (x) => a.value = x),
|
|
@@ -10803,7 +10803,7 @@ function Ty(n, e) {
|
|
|
10803
10803
|
e = n[t].type.name + "(" + e + ")";
|
|
10804
10804
|
return e;
|
|
10805
10805
|
}
|
|
10806
|
-
class
|
|
10806
|
+
class Dn {
|
|
10807
10807
|
/**
|
|
10808
10808
|
@internal
|
|
10809
10809
|
*/
|
|
@@ -10816,7 +10816,7 @@ class $n {
|
|
|
10816
10816
|
static parse(e, t) {
|
|
10817
10817
|
let i = new wT(e, t);
|
|
10818
10818
|
if (i.next == null)
|
|
10819
|
-
return
|
|
10819
|
+
return Dn.empty;
|
|
10820
10820
|
let r = My(i);
|
|
10821
10821
|
i.next && i.err("Unexpected trailing text");
|
|
10822
10822
|
let o = PT(LT(r));
|
|
@@ -10965,7 +10965,7 @@ class $n {
|
|
|
10965
10965
|
`);
|
|
10966
10966
|
}
|
|
10967
10967
|
}
|
|
10968
|
-
|
|
10968
|
+
Dn.empty = new Dn(!0);
|
|
10969
10969
|
class wT {
|
|
10970
10970
|
constructor(e, t) {
|
|
10971
10971
|
this.string = e, this.nodeTypes = t, this.inline = null, this.pos = 0, this.tokens = e.split(/\s*(?=\b|\W|$)/), this.tokens[this.tokens.length - 1] == "" && this.tokens.pop(), this.tokens[0] == "" && this.tokens.shift();
|
|
@@ -11128,7 +11128,7 @@ function PT(n) {
|
|
|
11128
11128
|
});
|
|
11129
11129
|
});
|
|
11130
11130
|
});
|
|
11131
|
-
let o = e[i.join(",")] = new
|
|
11131
|
+
let o = e[i.join(",")] = new Dn(i.indexOf(n.length - 1) > -1);
|
|
11132
11132
|
for (let s = 0; s < r.length; s++) {
|
|
11133
11133
|
let l = r[s][1].sort(Ey);
|
|
11134
11134
|
o.next.push({ type: r[s][0], next: e[l.join(",")] || t(l) });
|
|
@@ -11211,7 +11211,7 @@ let za = class Iy {
|
|
|
11211
11211
|
True for node types that allow no content.
|
|
11212
11212
|
*/
|
|
11213
11213
|
get isLeaf() {
|
|
11214
|
-
return this.contentMatch ==
|
|
11214
|
+
return this.contentMatch == Dn.empty;
|
|
11215
11215
|
}
|
|
11216
11216
|
/**
|
|
11217
11217
|
True when this node is an atom, i.e. when it does not have
|
|
@@ -11437,7 +11437,7 @@ class Bo {
|
|
|
11437
11437
|
return this.excluded.indexOf(e) > -1;
|
|
11438
11438
|
}
|
|
11439
11439
|
}
|
|
11440
|
-
class
|
|
11440
|
+
class Dy {
|
|
11441
11441
|
/**
|
|
11442
11442
|
Construct a schema from a schema [specification](https://prosemirror.net/docs/ref/#model.SchemaSpec).
|
|
11443
11443
|
*/
|
|
@@ -11452,7 +11452,7 @@ class $y {
|
|
|
11452
11452
|
if (r in this.marks)
|
|
11453
11453
|
throw new RangeError(r + " can not be both a node and a mark");
|
|
11454
11454
|
let o = this.nodes[r], s = o.spec.content || "", l = o.spec.marks;
|
|
11455
|
-
if (o.contentMatch = i[s] || (i[s] =
|
|
11455
|
+
if (o.contentMatch = i[s] || (i[s] = Dn.parse(s, this.nodes)), o.inlineContent = o.contentMatch.inlineContent, o.spec.linebreakReplacement) {
|
|
11456
11456
|
if (this.linebreakReplacement)
|
|
11457
11457
|
throw new RangeError("Multiple linebreak nodes defined");
|
|
11458
11458
|
if (!o.isInline || !o.isLeaf)
|
|
@@ -11522,10 +11522,10 @@ function Fa(n, e) {
|
|
|
11522
11522
|
}
|
|
11523
11523
|
return t;
|
|
11524
11524
|
}
|
|
11525
|
-
function
|
|
11525
|
+
function DT(n) {
|
|
11526
11526
|
return n.tag != null;
|
|
11527
11527
|
}
|
|
11528
|
-
function
|
|
11528
|
+
function $T(n) {
|
|
11529
11529
|
return n.style != null;
|
|
11530
11530
|
}
|
|
11531
11531
|
let ki = class Fs {
|
|
@@ -11537,9 +11537,9 @@ let ki = class Fs {
|
|
|
11537
11537
|
this.schema = e, this.rules = t, this.tags = [], this.styles = [];
|
|
11538
11538
|
let i = this.matchedStyles = [];
|
|
11539
11539
|
t.forEach((r) => {
|
|
11540
|
-
if (
|
|
11540
|
+
if (DT(r))
|
|
11541
11541
|
this.tags.push(r);
|
|
11542
|
-
else if (
|
|
11542
|
+
else if ($T(r)) {
|
|
11543
11543
|
let o = /[^=]*/.exec(r.style)[0];
|
|
11544
11544
|
i.indexOf(o) < 0 && i.push(o), this.styles.push(r);
|
|
11545
11545
|
}
|
|
@@ -11643,7 +11643,7 @@ let ki = class Fs {
|
|
|
11643
11643
|
return e.cached.domParser || (e.cached.domParser = new Fs(e, Fs.schemaRules(e)));
|
|
11644
11644
|
}
|
|
11645
11645
|
};
|
|
11646
|
-
const
|
|
11646
|
+
const $y = {
|
|
11647
11647
|
address: !0,
|
|
11648
11648
|
article: !0,
|
|
11649
11649
|
aside: !0,
|
|
@@ -11717,7 +11717,7 @@ class mr {
|
|
|
11717
11717
|
return !e && this.match && (t = t.append(this.match.fillBefore(A.empty, !0))), this.type ? this.type.create(this.attrs, t, this.marks) : t;
|
|
11718
11718
|
}
|
|
11719
11719
|
inlineContext(e) {
|
|
11720
|
-
return this.type ? this.type.inlineContent : this.content.length ? this.content[0].isInline : e.parentNode &&
|
|
11720
|
+
return this.type ? this.type.inlineContent : this.content.length ? this.content[0].isInline : e.parentNode && !$y.hasOwnProperty(e.parentNode.nodeName.toLowerCase());
|
|
11721
11721
|
}
|
|
11722
11722
|
}
|
|
11723
11723
|
class ja {
|
|
@@ -11762,7 +11762,7 @@ class ja {
|
|
|
11762
11762
|
else if (!a || a.skip || a.closeParent) {
|
|
11763
11763
|
a && a.closeParent ? this.open = Math.max(0, this.open - 1) : a && a.skip.nodeType && (e = a.skip);
|
|
11764
11764
|
let d, p = this.needsBlock;
|
|
11765
|
-
if (
|
|
11765
|
+
if ($y.hasOwnProperty(s))
|
|
11766
11766
|
o.content.length && o.content[0].isInline && this.open && (this.open--, o = this.top), d = !0, o.type || (this.needsBlock = !0);
|
|
11767
11767
|
else if (!e.firstChild) {
|
|
11768
11768
|
this.leafFallback(e, t);
|
|
@@ -12641,7 +12641,7 @@ class tn extends je {
|
|
|
12641
12641
|
return new tn(this.pos, this.mark);
|
|
12642
12642
|
}
|
|
12643
12643
|
}
|
|
12644
|
-
return new
|
|
12644
|
+
return new $n(this.pos, this.mark);
|
|
12645
12645
|
}
|
|
12646
12646
|
map(e) {
|
|
12647
12647
|
let t = e.mapResult(this.pos, 1);
|
|
@@ -12660,7 +12660,7 @@ class tn extends je {
|
|
|
12660
12660
|
}
|
|
12661
12661
|
}
|
|
12662
12662
|
je.jsonID("addNodeMark", tn);
|
|
12663
|
-
class
|
|
12663
|
+
class $n extends je {
|
|
12664
12664
|
/**
|
|
12665
12665
|
Create a mark-removing step.
|
|
12666
12666
|
*/
|
|
@@ -12680,7 +12680,7 @@ class Dn extends je {
|
|
|
12680
12680
|
}
|
|
12681
12681
|
map(e) {
|
|
12682
12682
|
let t = e.mapResult(this.pos, 1);
|
|
12683
|
-
return t.deletedAfter ? null : new
|
|
12683
|
+
return t.deletedAfter ? null : new $n(t.pos, this.mark);
|
|
12684
12684
|
}
|
|
12685
12685
|
toJSON() {
|
|
12686
12686
|
return { stepType: "removeNodeMark", pos: this.pos, mark: this.mark.toJSON() };
|
|
@@ -12691,10 +12691,10 @@ class Dn extends je {
|
|
|
12691
12691
|
static fromJSON(e, t) {
|
|
12692
12692
|
if (typeof t.pos != "number")
|
|
12693
12693
|
throw new RangeError("Invalid input for RemoveNodeMarkStep.fromJSON");
|
|
12694
|
-
return new
|
|
12694
|
+
return new $n(t.pos, e.markFromJSON(t.mark));
|
|
12695
12695
|
}
|
|
12696
12696
|
}
|
|
12697
|
-
je.jsonID("removeNodeMark",
|
|
12697
|
+
je.jsonID("removeNodeMark", $n);
|
|
12698
12698
|
class Pe extends je {
|
|
12699
12699
|
/**
|
|
12700
12700
|
The given `slice` should fit the 'gap' between `from` and
|
|
@@ -13651,11 +13651,11 @@ class Jy {
|
|
|
13651
13651
|
if (!i)
|
|
13652
13652
|
throw new RangeError("No node at position " + e);
|
|
13653
13653
|
if (t instanceof pe)
|
|
13654
|
-
t.isInSet(i.marks) && this.step(new
|
|
13654
|
+
t.isInSet(i.marks) && this.step(new $n(e, t));
|
|
13655
13655
|
else {
|
|
13656
13656
|
let r = i.marks, o, s = [];
|
|
13657
13657
|
for (; o = t.isInSet(r); )
|
|
13658
|
-
s.push(new
|
|
13658
|
+
s.push(new $n(e, o)), r = o.removeFromSet(r);
|
|
13659
13659
|
for (let l = s.length - 1; l >= 0; l--)
|
|
13660
13660
|
this.step(s[l]);
|
|
13661
13661
|
}
|
|
@@ -13905,7 +13905,7 @@ class Q extends Z {
|
|
|
13905
13905
|
return e instanceof Q && e.anchor == this.anchor && e.head == this.head;
|
|
13906
13906
|
}
|
|
13907
13907
|
getBookmark() {
|
|
13908
|
-
return new
|
|
13908
|
+
return new Do(this.anchor, this.head);
|
|
13909
13909
|
}
|
|
13910
13910
|
toJSON() {
|
|
13911
13911
|
return { type: "text", anchor: this.anchor, head: this.head };
|
|
@@ -13946,12 +13946,12 @@ class Q extends Z {
|
|
|
13946
13946
|
}
|
|
13947
13947
|
}
|
|
13948
13948
|
Z.jsonID("text", Q);
|
|
13949
|
-
class
|
|
13949
|
+
class Do {
|
|
13950
13950
|
constructor(e, t) {
|
|
13951
13951
|
this.anchor = e, this.head = t;
|
|
13952
13952
|
}
|
|
13953
13953
|
map(e) {
|
|
13954
|
-
return new
|
|
13954
|
+
return new Do(e.map(this.anchor), e.map(this.head));
|
|
13955
13955
|
}
|
|
13956
13956
|
resolve(e) {
|
|
13957
13957
|
return Q.between(e.resolve(this.anchor), e.resolve(this.head));
|
|
@@ -14012,7 +14012,7 @@ class wl {
|
|
|
14012
14012
|
}
|
|
14013
14013
|
map(e) {
|
|
14014
14014
|
let { deleted: t, pos: i } = e.mapResult(this.anchor);
|
|
14015
|
-
return t ? new
|
|
14015
|
+
return t ? new Do(i, i) : new wl(i);
|
|
14016
14016
|
}
|
|
14017
14017
|
resolve(e) {
|
|
14018
14018
|
let t = e.resolve(this.anchor), i = t.nodeAfter;
|
|
@@ -14484,7 +14484,7 @@ const ds = /* @__PURE__ */ Object.create(null);
|
|
|
14484
14484
|
function Qy(n) {
|
|
14485
14485
|
return n in ds ? n + "$" + ++ds[n] : (ds[n] = 0, n + "$");
|
|
14486
14486
|
}
|
|
14487
|
-
class
|
|
14487
|
+
class De {
|
|
14488
14488
|
/**
|
|
14489
14489
|
Create a plugin key.
|
|
14490
14490
|
*/
|
|
@@ -14591,7 +14591,7 @@ function Xi(n) {
|
|
|
14591
14591
|
;
|
|
14592
14592
|
return e && e.node && e.node.isBlock && (e.dom == n || e.contentDOM == n);
|
|
14593
14593
|
}
|
|
14594
|
-
const
|
|
14594
|
+
const $o = function(n) {
|
|
14595
14595
|
return n.focusNode && On(n.focusNode, n.focusOffset, n.anchorNode, n.anchorOffset);
|
|
14596
14596
|
};
|
|
14597
14597
|
function mn(n, e) {
|
|
@@ -14620,7 +14620,7 @@ function gM(n, e, t) {
|
|
|
14620
14620
|
}
|
|
14621
14621
|
const kt = typeof navigator < "u" ? navigator : null, id = typeof document < "u" ? document : null, un = kt && kt.userAgent || "", Us = /Edge\/(\d+)/.exec(un), Xy = /MSIE \d/.exec(un), Gs = /Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(un), Qe = !!(Xy || Gs || Us), on = Xy ? document.documentMode : Gs ? +Gs[1] : Us ? +Us[1] : 0, pt = !Qe && /gecko\/(\d+)/i.test(un);
|
|
14622
14622
|
pt && +(/Firefox\/(\d+)/.exec(un) || [0, 0])[1];
|
|
14623
|
-
const Ks = !Qe && /Chrome\/(\d+)/.exec(un), Ve = !!Ks, Zy = Ks ? +Ks[1] : 0, Ue = !Qe && !!kt && /Apple Computer/.test(kt.vendor), li = Ue && (/Mobile\/\w+/.test(un) || !!kt && kt.maxTouchPoints > 2), at = li || (kt ? /Mac/.test(kt.platform) : !1), yM = kt ? /Win/.test(kt.platform) : !1,
|
|
14623
|
+
const Ks = !Qe && /Chrome\/(\d+)/.exec(un), Ve = !!Ks, Zy = Ks ? +Ks[1] : 0, Ue = !Qe && !!kt && /Apple Computer/.test(kt.vendor), li = Ue && (/Mobile\/\w+/.test(un) || !!kt && kt.maxTouchPoints > 2), at = li || (kt ? /Mac/.test(kt.platform) : !1), yM = kt ? /Win/.test(kt.platform) : !1, $t = /Android \d/.test(un), Zi = !!id && "webkitFontSmoothing" in id.documentElement.style, vM = Zi ? +(/\bAppleWebKit\/(\d+)/.exec(navigator.userAgent) || [0, 0])[1] : 0;
|
|
14624
14624
|
function SM(n) {
|
|
14625
14625
|
let e = n.defaultView && n.defaultView.visualViewport;
|
|
14626
14626
|
return e ? {
|
|
@@ -14933,13 +14933,13 @@ function IM(n, e, t) {
|
|
|
14933
14933
|
return !0;
|
|
14934
14934
|
});
|
|
14935
14935
|
}
|
|
14936
|
-
const
|
|
14937
|
-
function
|
|
14936
|
+
const DM = /[\u0590-\u08ac]/;
|
|
14937
|
+
function $M(n, e, t) {
|
|
14938
14938
|
let { $head: i } = e.selection;
|
|
14939
14939
|
if (!i.parent.isTextblock)
|
|
14940
14940
|
return !1;
|
|
14941
14941
|
let r = i.parentOffset, o = !r, s = r == i.parent.content.size, l = n.domSelection();
|
|
14942
|
-
return l ?
|
|
14942
|
+
return l ? !DM.test(i.parent.textContent) || !l.modify ? t == "left" || t == "backward" ? o : s : ov(n, e, () => {
|
|
14943
14943
|
let { focusNode: a, focusOffset: d, anchorNode: p, anchorOffset: u } = n.domSelectionRange(), h = l.caretBidiLevel;
|
|
14944
14944
|
l.modify("move", t, "character");
|
|
14945
14945
|
let f = i.depth ? n.docView.domAfterPos(i.before()) : n.dom, { focusNode: b, focusOffset: m } = n.domSelectionRange(), x = b && !f.contains(b.nodeType == 1 ? b : b.parentNode) || a == b && d == m;
|
|
@@ -14952,7 +14952,7 @@ function DM(n, e, t) {
|
|
|
14952
14952
|
}
|
|
14953
14953
|
let sd = null, ld = null, ad = !1;
|
|
14954
14954
|
function OM(n, e, t) {
|
|
14955
|
-
return sd == e && ld == t ? ad : (sd = e, ld = t, ad = t == "up" || t == "down" ? IM(n, e, t) :
|
|
14955
|
+
return sd == e && ld == t ? ad : (sd = e, ld = t, ad = t == "up" || t == "down" ? IM(n, e, t) : $M(n, e, t));
|
|
14956
14956
|
}
|
|
14957
14957
|
const ct = 0, dd = 1, gn = 2, Tt = 3;
|
|
14958
14958
|
class er {
|
|
@@ -15982,7 +15982,7 @@ function kl(n, e = null) {
|
|
|
15982
15982
|
if (s < 0)
|
|
15983
15983
|
return null;
|
|
15984
15984
|
let l = i.resolve(s), a, d;
|
|
15985
|
-
if (
|
|
15985
|
+
if ($o(t)) {
|
|
15986
15986
|
for (a = s; r && !r.node; )
|
|
15987
15987
|
r = r.parent;
|
|
15988
15988
|
let u = r.node;
|
|
@@ -16250,7 +16250,7 @@ function Xs(n, e, t) {
|
|
|
16250
16250
|
let i = n.domSelection();
|
|
16251
16251
|
if (!i)
|
|
16252
16252
|
return;
|
|
16253
|
-
if (
|
|
16253
|
+
if ($o(i)) {
|
|
16254
16254
|
let o = document.createRange();
|
|
16255
16255
|
o.setEnd(e, t), o.setStart(e, t), i.removeAllRanges(), i.addRange(o);
|
|
16256
16256
|
} else i.extend && i.extend(e, t);
|
|
@@ -16592,7 +16592,7 @@ function u3(n, e) {
|
|
|
16592
16592
|
}
|
|
16593
16593
|
Ke.keydown = (n, e) => {
|
|
16594
16594
|
let t = e;
|
|
16595
|
-
if (n.input.shiftKey = t.keyCode == 16 || t.shiftKey, !wv(n, t) && (n.input.lastKeyCode = t.keyCode, n.input.lastKeyCodeTime = Date.now(), !(
|
|
16595
|
+
if (n.input.shiftKey = t.keyCode == 16 || t.shiftKey, !wv(n, t) && (n.input.lastKeyCode = t.keyCode, n.input.lastKeyCodeTime = Date.now(), !($t && Ve && t.keyCode == 13)))
|
|
16596
16596
|
if (t.keyCode != 229 && n.domObserver.forceFlush(), li && t.keyCode == 13 && !t.ctrlKey && !t.altKey && !t.metaKey) {
|
|
16597
16597
|
let i = Date.now();
|
|
16598
16598
|
n.input.lastIOSEnter = i, n.input.lastIOSEnterFallbackTimeout = setTimeout(() => {
|
|
@@ -16755,7 +16755,7 @@ Ge.contextmenu = (n) => Pl(n);
|
|
|
16755
16755
|
function wv(n, e) {
|
|
16756
16756
|
return n.composing ? !0 : Ue && Math.abs(e.timeStamp - n.input.compositionEndedAt) < 500 ? (n.input.compositionEndedAt = -2e8, !0) : !1;
|
|
16757
16757
|
}
|
|
16758
|
-
const S3 =
|
|
16758
|
+
const S3 = $t ? 5e3 : -1;
|
|
16759
16759
|
Ke.compositionstart = Ke.compositionupdate = (n) => {
|
|
16760
16760
|
if (!n.composing) {
|
|
16761
16761
|
n.domObserver.flush();
|
|
@@ -16814,7 +16814,7 @@ function C3() {
|
|
|
16814
16814
|
return n.initEvent("event", !0, !0), n.timeStamp;
|
|
16815
16815
|
}
|
|
16816
16816
|
function Ur(n, e = !1) {
|
|
16817
|
-
if (!(
|
|
16817
|
+
if (!($t && n.domObserver.flushingSoon >= 0)) {
|
|
16818
16818
|
if (n.domObserver.forceFlush(), kv(n), e || n.docView && n.docView.dirty) {
|
|
16819
16819
|
let t = kl(n), i = n.state.selection;
|
|
16820
16820
|
return t && !t.eq(i) ? n.dispatch(n.state.tr.setSelection(t)) : (n.markCursor || e) && !i.$from.node(i.$from.sharedDepth(i.to)).inlineContent ? n.dispatch(n.state.tr.deleteSelection()) : n.updateState(n.state), !0;
|
|
@@ -16871,7 +16871,7 @@ function Tv(n) {
|
|
|
16871
16871
|
}
|
|
16872
16872
|
Ke.paste = (n, e) => {
|
|
16873
16873
|
let t = e;
|
|
16874
|
-
if (n.composing &&
|
|
16874
|
+
if (n.composing && !$t)
|
|
16875
16875
|
return;
|
|
16876
16876
|
let i = Fi ? null : t.clipboardData, r = n.input.shiftKey && n.input.lastKeyCode != 45;
|
|
16877
16877
|
i && Vi(n, Tv(i), i.getData("text/html"), r, t) ? t.preventDefault() : M3(n, t);
|
|
@@ -16957,7 +16957,7 @@ Ge.blur = (n, e) => {
|
|
|
16957
16957
|
n.focused && (n.domObserver.stop(), n.dom.classList.remove("ProseMirror-focused"), n.domObserver.start(), t.relatedTarget && n.dom.contains(t.relatedTarget) && n.domObserver.currentSelection.clear(), n.focused = !1);
|
|
16958
16958
|
};
|
|
16959
16959
|
Ge.beforeinput = (n, e) => {
|
|
16960
|
-
if (Ve &&
|
|
16960
|
+
if (Ve && $t && e.inputType == "deleteContentBackward") {
|
|
16961
16961
|
n.domObserver.flushSoon();
|
|
16962
16962
|
let { domChangeCount: i } = n.input;
|
|
16963
16963
|
setTimeout(() => {
|
|
@@ -17500,7 +17500,7 @@ class I3 {
|
|
|
17500
17500
|
return e.anchorNode == this.anchorNode && e.anchorOffset == this.anchorOffset && e.focusNode == this.focusNode && e.focusOffset == this.focusOffset;
|
|
17501
17501
|
}
|
|
17502
17502
|
}
|
|
17503
|
-
class
|
|
17503
|
+
class D3 {
|
|
17504
17504
|
constructor(e, t) {
|
|
17505
17505
|
this.view = e, this.handleDOMChange = t, this.queue = [], this.flushingSoon = -1, this.observer = null, this.currentSelection = new I3(), this.onCharData = null, this.suppressingSelectionUpdates = !1, this.lastChangedTextNode = null, this.observer = window.MutationObserver && new window.MutationObserver((i) => {
|
|
17506
17506
|
for (let r = 0; r < i.length; r++)
|
|
@@ -17607,7 +17607,7 @@ class $3 {
|
|
|
17607
17607
|
}
|
|
17608
17608
|
}
|
|
17609
17609
|
let d = null;
|
|
17610
|
-
o < 0 && r && e.input.lastFocus > Date.now() - 200 && Math.max(e.input.lastTouch, e.input.lastClick.time) < Date.now() - 300 &&
|
|
17610
|
+
o < 0 && r && e.input.lastFocus > Date.now() - 200 && Math.max(e.input.lastTouch, e.input.lastClick.time) < Date.now() - 300 && $o(i) && (d = kl(e)) && d.eq(Z.near(e.state.doc.resolve(0), 1)) ? (e.input.lastFocus = 0, Nt(e), this.currentSelection.set(i), e.scrollToSelection()) : (o > -1 || r) && (o > -1 && (e.docView.markDirty(o, s), $3(e)), this.handleDOMChange(o, s, l, a), e.docView && e.docView.dirty ? e.updateState(e.state) : this.currentSelection.eq(i) || Nt(e), this.currentSelection.set(i));
|
|
17611
17611
|
}
|
|
17612
17612
|
registerMutation(e, t) {
|
|
17613
17613
|
if (t.indexOf(e.target) > -1)
|
|
@@ -17643,7 +17643,7 @@ class $3 {
|
|
|
17643
17643
|
}
|
|
17644
17644
|
}
|
|
17645
17645
|
let Td = /* @__PURE__ */ new WeakMap(), Md = !1;
|
|
17646
|
-
function
|
|
17646
|
+
function $3(n) {
|
|
17647
17647
|
if (!Td.has(n) && (Td.set(n, null), ["normal", "nowrap", "pre-line"].indexOf(getComputedStyle(n.dom).whiteSpace) !== -1)) {
|
|
17648
17648
|
if (n.requiresGeckoHackNode = pt, Md)
|
|
17649
17649
|
return;
|
|
@@ -17676,7 +17676,7 @@ function _3(n, e) {
|
|
|
17676
17676
|
}
|
|
17677
17677
|
function N3(n, e, t) {
|
|
17678
17678
|
let { node: i, fromOffset: r, toOffset: o, from: s, to: l } = n.docView.parseRange(e, t), a = n.domSelectionRange(), d, p = a.anchorNode;
|
|
17679
|
-
if (p && n.dom.contains(p.nodeType == 1 ? p : p.parentNode) && (d = [{ node: p, offset: a.anchorOffset }],
|
|
17679
|
+
if (p && n.dom.contains(p.nodeType == 1 ? p : p.parentNode) && (d = [{ node: p, offset: a.anchorOffset }], $o(a) || d.push({ node: a.focusNode, offset: a.focusOffset })), Ve && n.input.lastKeyCode === 8)
|
|
17680
17680
|
for (let x = o; x > r; x--) {
|
|
17681
17681
|
let v = i.childNodes[x - 1], T = v.pmViewDesc;
|
|
17682
17682
|
if (v.nodeName == "BR" && !T) {
|
|
@@ -17723,10 +17723,10 @@ function z3(n, e, t, i, r) {
|
|
|
17723
17723
|
if (n.input.compositionPendingChanges = 0, e < 0) {
|
|
17724
17724
|
let N = n.input.lastSelectionTime > Date.now() - 50 ? n.input.lastSelectionOrigin : null, z = kl(n, N);
|
|
17725
17725
|
if (z && !n.state.selection.eq(z)) {
|
|
17726
|
-
if (Ve &&
|
|
17726
|
+
if (Ve && $t && n.input.lastKeyCode === 13 && Date.now() - 100 < n.input.lastKeyCodeTime && n.someProp("handleKeyDown", (_) => _(n, mn(13, "Enter"))))
|
|
17727
17727
|
return;
|
|
17728
|
-
let
|
|
17729
|
-
N == "pointer" ?
|
|
17728
|
+
let D = n.state.tr.setSelection(z);
|
|
17729
|
+
N == "pointer" ? D.setMeta("pointer", !0) : N == "key" && D.scrollIntoView(), o && D.setMeta("composition", o), n.dispatch(D);
|
|
17730
17730
|
}
|
|
17731
17731
|
return;
|
|
17732
17732
|
}
|
|
@@ -17735,7 +17735,7 @@ function z3(n, e, t, i, r) {
|
|
|
17735
17735
|
let a = n.state.selection, d = N3(n, e, t), p = n.state.doc, u = p.slice(d.from, d.to), h, f;
|
|
17736
17736
|
n.input.lastKeyCode === 8 && Date.now() - 100 < n.input.lastKeyCodeTime ? (h = n.state.selection.to, f = "end") : (h = n.state.selection.from, f = "start"), n.input.lastKeyCode = null;
|
|
17737
17737
|
let b = j3(u.content, d.doc.content, d.from, h, f);
|
|
17738
|
-
if (b && n.input.domChangeCount++, (li && n.input.lastIOSEnter > Date.now() - 225 ||
|
|
17738
|
+
if (b && n.input.domChangeCount++, (li && n.input.lastIOSEnter > Date.now() - 225 || $t) && r.some((N) => N.nodeType == 1 && !R3.test(N.nodeName)) && (!b || b.endA >= b.endB) && n.someProp("handleKeyDown", (N) => N(n, mn(13, "Enter")))) {
|
|
17739
17739
|
n.input.lastIOSEnter = 0;
|
|
17740
17740
|
return;
|
|
17741
17741
|
}
|
|
@@ -17759,10 +17759,10 @@ function z3(n, e, t, i, r) {
|
|
|
17759
17759
|
return;
|
|
17760
17760
|
}
|
|
17761
17761
|
if (n.state.selection.anchor > b.start && V3(p, b.start, b.endA, m, x) && n.someProp("handleKeyDown", (N) => N(n, mn(8, "Backspace")))) {
|
|
17762
|
-
|
|
17762
|
+
$t && Ve && n.domObserver.suppressSelectionUpdates();
|
|
17763
17763
|
return;
|
|
17764
17764
|
}
|
|
17765
|
-
Ve && b.endB == b.start && (n.input.lastChromeDelete = Date.now()),
|
|
17765
|
+
Ve && b.endB == b.start && (n.input.lastChromeDelete = Date.now()), $t && !T && m.start() != x.start() && x.parentOffset == 0 && m.depth == x.depth && d.sel && d.sel.anchor == d.sel.head && d.sel.head == b.endA && (b.endB -= 2, x = d.doc.resolveNoCache(b.endB - d.from), setTimeout(() => {
|
|
17766
17766
|
n.someProp("handleKeyDown", function(N) {
|
|
17767
17767
|
return N(n, mn(13, "Enter"));
|
|
17768
17768
|
});
|
|
@@ -17770,8 +17770,8 @@ function z3(n, e, t, i, r) {
|
|
|
17770
17770
|
let M = b.start, L = b.endA, H = (N) => {
|
|
17771
17771
|
let z = N || n.state.tr.replace(M, L, d.doc.slice(b.start - d.from, b.endB - d.from));
|
|
17772
17772
|
if (d.sel) {
|
|
17773
|
-
let
|
|
17774
|
-
|
|
17773
|
+
let D = Ld(n, z.doc, d.sel);
|
|
17774
|
+
D && !(Ve && n.composing && D.empty && (b.start != b.endB || n.input.lastChromeDelete < Date.now() - 100) && (D.head == M || D.head == z.mapping.map(L) - 1) || Qe && D.empty && D.head == M) && z.setSelection(D);
|
|
17775
17775
|
}
|
|
17776
17776
|
return o && z.setMeta("composition", o), z.scrollIntoView();
|
|
17777
17777
|
}, I;
|
|
@@ -17788,7 +17788,7 @@ function z3(n, e, t, i, r) {
|
|
|
17788
17788
|
I.type == "add" ? N.addMark(M, L, I.mark) : N.removeMark(M, L, I.mark), n.dispatch(N);
|
|
17789
17789
|
} else if (m.parent.child(m.index()).isText && m.index() == x.index() - (x.textOffset ? 0 : 1)) {
|
|
17790
17790
|
let N = m.parent.textBetween(m.parentOffset, x.parentOffset), z = () => H(n.state.tr.insertText(N, M, L));
|
|
17791
|
-
n.someProp("handleTextInput", (
|
|
17791
|
+
n.someProp("handleTextInput", (D) => D(n, M, L, N, z)) || n.dispatch(z());
|
|
17792
17792
|
}
|
|
17793
17793
|
} else
|
|
17794
17794
|
n.dispatch(H());
|
|
@@ -17875,7 +17875,7 @@ class Av {
|
|
|
17875
17875
|
added to the document.
|
|
17876
17876
|
*/
|
|
17877
17877
|
constructor(e, t) {
|
|
17878
|
-
this._root = null, this.focused = !1, this.trackWrites = null, this.mounted = !1, this.markCursor = null, this.cursorWrapper = null, this.lastSelectedViewDesc = void 0, this.input = new a3(), this.prevDirectPlugins = [], this.pluginViews = [], this.requiresGeckoHackNode = !1, this.dragging = null, this._props = t, this.state = t.state, this.directPlugins = t.plugins || [], this.directPlugins.forEach(
|
|
17878
|
+
this._root = null, this.focused = !1, this.trackWrites = null, this.mounted = !1, this.markCursor = null, this.cursorWrapper = null, this.lastSelectedViewDesc = void 0, this.input = new a3(), this.prevDirectPlugins = [], this.pluginViews = [], this.requiresGeckoHackNode = !1, this.dragging = null, this._props = t, this.state = t.state, this.directPlugins = t.plugins || [], this.directPlugins.forEach($d), this.dispatch = this.dispatch.bind(this), this.dom = e && e.mount || document.createElement("div"), e && (e.appendChild ? e.appendChild(this.dom) : typeof e == "function" ? e(this.dom) : e.mount && (this.mounted = !0)), this.editable = Id(this), Ad(this), this.nodeViews = Dd(this), this.docView = pd(this.state.doc, Bd(this), hs(this), this.dom, this), this.domObserver = new D3(this, (i, r, o, s) => z3(this, i, r, o, s)), this.domObserver.start(), d3(this), this.updatePluginViews();
|
|
17879
17879
|
}
|
|
17880
17880
|
/**
|
|
17881
17881
|
Holds `true` when a
|
|
@@ -17905,7 +17905,7 @@ class Av {
|
|
|
17905
17905
|
update(e) {
|
|
17906
17906
|
e.handleDOMEvents != this._props.handleDOMEvents && el(this);
|
|
17907
17907
|
let t = this._props;
|
|
17908
|
-
this._props = e, e.plugins && (e.plugins.forEach(
|
|
17908
|
+
this._props = e, e.plugins && (e.plugins.forEach($d), this.directPlugins = e.plugins), this.updateStateInner(e.state, t);
|
|
17909
17909
|
}
|
|
17910
17910
|
/**
|
|
17911
17911
|
Update the view by updating existing props object with the object
|
|
@@ -17934,7 +17934,7 @@ class Av {
|
|
|
17934
17934
|
e.storedMarks && this.composing && (kv(this), s = !0), this.state = e;
|
|
17935
17935
|
let l = r.plugins != e.plugins || this._props.plugins != t.plugins;
|
|
17936
17936
|
if (l || this._props.plugins != t.plugins || this._props.nodeViews != t.nodeViews) {
|
|
17937
|
-
let f =
|
|
17937
|
+
let f = Dd(this);
|
|
17938
17938
|
W3(f, this.nodeViews) && (this.nodeViews = f, o = !0);
|
|
17939
17939
|
}
|
|
17940
17940
|
(l || t.handleDOMEvents != this._props.handleDOMEvents) && el(this), this.editable = Id(this), Ad(this);
|
|
@@ -18224,7 +18224,7 @@ function q3(n, e) {
|
|
|
18224
18224
|
let t = Math.min(n.$anchor.sharedDepth(n.head), e.$anchor.sharedDepth(e.head));
|
|
18225
18225
|
return n.$anchor.start(t) != e.$anchor.start(t);
|
|
18226
18226
|
}
|
|
18227
|
-
function
|
|
18227
|
+
function Dd(n) {
|
|
18228
18228
|
let e = /* @__PURE__ */ Object.create(null);
|
|
18229
18229
|
function t(i) {
|
|
18230
18230
|
for (let r in i)
|
|
@@ -18243,7 +18243,7 @@ function W3(n, e) {
|
|
|
18243
18243
|
i++;
|
|
18244
18244
|
return t != i;
|
|
18245
18245
|
}
|
|
18246
|
-
function
|
|
18246
|
+
function $d(n) {
|
|
18247
18247
|
if (n.spec.state || n.spec.filterTransaction || n.spec.appendTransaction)
|
|
18248
18248
|
throw new RangeError("Plugins passed directly to the view must not have a state component");
|
|
18249
18249
|
}
|
|
@@ -18392,15 +18392,15 @@ function Iv(n) {
|
|
|
18392
18392
|
};
|
|
18393
18393
|
}
|
|
18394
18394
|
const Il = (n, e) => n.selection.empty ? !1 : (e && e(n.tr.deleteSelection().scrollIntoView()), !0);
|
|
18395
|
-
function
|
|
18395
|
+
function Dv(n, e) {
|
|
18396
18396
|
let { $cursor: t } = n.selection;
|
|
18397
18397
|
return !t || (e ? !e.endOfTextblock("backward", n) : t.parentOffset > 0) ? null : t;
|
|
18398
18398
|
}
|
|
18399
|
-
const
|
|
18400
|
-
let i =
|
|
18399
|
+
const $v = (n, e, t) => {
|
|
18400
|
+
let i = Dv(n, t);
|
|
18401
18401
|
if (!i)
|
|
18402
18402
|
return !1;
|
|
18403
|
-
let r =
|
|
18403
|
+
let r = Dl(i);
|
|
18404
18404
|
if (!r) {
|
|
18405
18405
|
let s = i.blockRange(), l = s && hi(s);
|
|
18406
18406
|
return l == null ? !1 : (e && e(n.tr.lift(s, l).scrollIntoView()), !0);
|
|
@@ -18423,16 +18423,16 @@ const Dv = (n, e, t) => {
|
|
|
18423
18423
|
}
|
|
18424
18424
|
return o.isAtom && r.depth == i.depth - 1 ? (e && e(n.tr.delete(r.pos - o.nodeSize, r.pos).scrollIntoView()), !0) : !1;
|
|
18425
18425
|
}, eE = (n, e, t) => {
|
|
18426
|
-
let i =
|
|
18426
|
+
let i = Dv(n, t);
|
|
18427
18427
|
if (!i)
|
|
18428
18428
|
return !1;
|
|
18429
|
-
let r =
|
|
18429
|
+
let r = Dl(i);
|
|
18430
18430
|
return r ? Ov(n, r, e) : !1;
|
|
18431
18431
|
}, tE = (n, e, t) => {
|
|
18432
18432
|
let i = Nv(n, t);
|
|
18433
18433
|
if (!i)
|
|
18434
18434
|
return !1;
|
|
18435
|
-
let r =
|
|
18435
|
+
let r = $l(i);
|
|
18436
18436
|
return r ? Ov(n, r, e) : !1;
|
|
18437
18437
|
};
|
|
18438
18438
|
function Ov(n, e, t) {
|
|
@@ -18479,12 +18479,12 @@ const _v = (n, e, t) => {
|
|
|
18479
18479
|
if (i.parent.isTextblock) {
|
|
18480
18480
|
if (t ? !t.endOfTextblock("backward", n) : i.parentOffset > 0)
|
|
18481
18481
|
return !1;
|
|
18482
|
-
o =
|
|
18482
|
+
o = Dl(i);
|
|
18483
18483
|
}
|
|
18484
18484
|
let s = o && o.nodeBefore;
|
|
18485
18485
|
return !s || !U.isSelectable(s) ? !1 : (e && e(n.tr.setSelection(U.create(n.doc, o.pos - s.nodeSize)).scrollIntoView()), !0);
|
|
18486
18486
|
};
|
|
18487
|
-
function
|
|
18487
|
+
function Dl(n) {
|
|
18488
18488
|
if (!n.parent.type.spec.isolating)
|
|
18489
18489
|
for (let e = n.depth - 1; e >= 0; e--) {
|
|
18490
18490
|
if (n.index(e) > 0)
|
|
@@ -18502,7 +18502,7 @@ const Hv = (n, e, t) => {
|
|
|
18502
18502
|
let i = Nv(n, t);
|
|
18503
18503
|
if (!i)
|
|
18504
18504
|
return !1;
|
|
18505
|
-
let r =
|
|
18505
|
+
let r = $l(i);
|
|
18506
18506
|
if (!r)
|
|
18507
18507
|
return !1;
|
|
18508
18508
|
let o = r.nodeAfter;
|
|
@@ -18526,12 +18526,12 @@ const Hv = (n, e, t) => {
|
|
|
18526
18526
|
if (i.parent.isTextblock) {
|
|
18527
18527
|
if (t ? !t.endOfTextblock("forward", n) : i.parentOffset < i.parent.content.size)
|
|
18528
18528
|
return !1;
|
|
18529
|
-
o =
|
|
18529
|
+
o = $l(i);
|
|
18530
18530
|
}
|
|
18531
18531
|
let s = o && o.nodeAfter;
|
|
18532
18532
|
return !s || !U.isSelectable(s) ? !1 : (e && e(n.tr.setSelection(U.create(n.doc, o.pos)).scrollIntoView()), !0);
|
|
18533
18533
|
};
|
|
18534
|
-
function
|
|
18534
|
+
function $l(n) {
|
|
18535
18535
|
if (!n.parent.type.spec.isolating)
|
|
18536
18536
|
for (let e = n.depth - 1; e >= 0; e--) {
|
|
18537
18537
|
let t = n.node(e);
|
|
@@ -18748,7 +18748,7 @@ function _l(...n) {
|
|
|
18748
18748
|
return !1;
|
|
18749
18749
|
};
|
|
18750
18750
|
}
|
|
18751
|
-
_l(Il,
|
|
18751
|
+
_l(Il, $v, _v);
|
|
18752
18752
|
_l(Il, Hv, Rv);
|
|
18753
18753
|
_l(zv, Fv, Vv, lE);
|
|
18754
18754
|
typeof navigator < "u" ? /Mac|iP(hone|[oa]d)/.test(navigator.platform) : typeof os < "u" && os.platform && os.platform() == "darwin";
|
|
@@ -18998,7 +18998,7 @@ function qi(n, e, t) {
|
|
|
18998
18998
|
if (r) {
|
|
18999
18999
|
if (t.errorOnInvalidContent) {
|
|
19000
19000
|
let s = !1, l = "";
|
|
19001
|
-
const a = new
|
|
19001
|
+
const a = new Dy({
|
|
19002
19002
|
topNode: e.spec.topNode,
|
|
19003
19003
|
marks: e.spec.marks,
|
|
19004
19004
|
// Prosemirror's schemas are executed such that: the last to execute, matches last
|
|
@@ -19314,7 +19314,7 @@ function EE(n, e) {
|
|
|
19314
19314
|
})), [d.name, f];
|
|
19315
19315
|
})
|
|
19316
19316
|
);
|
|
19317
|
-
return new
|
|
19317
|
+
return new Dy({
|
|
19318
19318
|
topNode: s,
|
|
19319
19319
|
nodes: l,
|
|
19320
19320
|
marks: a
|
|
@@ -19502,7 +19502,7 @@ function Vl(n, e, t) {
|
|
|
19502
19502
|
);
|
|
19503
19503
|
}), i;
|
|
19504
19504
|
}
|
|
19505
|
-
var
|
|
19505
|
+
var DE = (n, e, t, i = 20) => {
|
|
19506
19506
|
const r = n.doc.resolve(t);
|
|
19507
19507
|
let o = i, s = null;
|
|
19508
19508
|
for (; o > 0 && s === null; ) {
|
|
@@ -19522,7 +19522,7 @@ function Ir(n, e, t) {
|
|
|
19522
19522
|
})
|
|
19523
19523
|
);
|
|
19524
19524
|
}
|
|
19525
|
-
var
|
|
19525
|
+
var $E = (n, e = 500) => {
|
|
19526
19526
|
let t = "";
|
|
19527
19527
|
const i = n.parentOffset;
|
|
19528
19528
|
return n.parent.nodesBetween(Math.max(0, i - e), i, (r, o, s, l) => {
|
|
@@ -19693,7 +19693,7 @@ function yr(n) {
|
|
|
19693
19693
|
)
|
|
19694
19694
|
return !1;
|
|
19695
19695
|
let p = !1;
|
|
19696
|
-
const u =
|
|
19696
|
+
const u = $E(d) + o;
|
|
19697
19697
|
return s.forEach((h) => {
|
|
19698
19698
|
if (p)
|
|
19699
19699
|
return;
|
|
@@ -19911,8 +19911,8 @@ function WE(n) {
|
|
|
19911
19911
|
qE(I, o.find, s).forEach((z) => {
|
|
19912
19912
|
if (z.index === void 0)
|
|
19913
19913
|
return;
|
|
19914
|
-
const
|
|
19915
|
-
from: t.tr.mapping.map(
|
|
19914
|
+
const D = L + z.index + 1, _ = D + z[0].length, X = {
|
|
19915
|
+
from: t.tr.mapping.map(D),
|
|
19916
19916
|
to: t.tr.mapping.map(_)
|
|
19917
19917
|
}, V = o.handler({
|
|
19918
19918
|
state: t,
|
|
@@ -20262,7 +20262,7 @@ var ye = class a0 extends jl {
|
|
|
20262
20262
|
addProseMirrorPlugins() {
|
|
20263
20263
|
return [
|
|
20264
20264
|
new xe({
|
|
20265
|
-
key: new
|
|
20265
|
+
key: new De("clipboardTextSerializer"),
|
|
20266
20266
|
props: {
|
|
20267
20267
|
clipboardTextSerializer: () => {
|
|
20268
20268
|
const { editor: n } = this, { state: e, schema: t } = n, { doc: i, selection: r } = e, { ranges: o } = r, s = Math.min(...o.map((p) => p.$from.pos)), l = Math.max(...o.map((p) => p.$to.pos)), a = Xv(t);
|
|
@@ -20312,8 +20312,8 @@ Wv(p0, {
|
|
|
20312
20312
|
scrollIntoView: () => B4,
|
|
20313
20313
|
selectAll: () => A4,
|
|
20314
20314
|
selectNodeBackward: () => I4,
|
|
20315
|
-
selectNodeForward: () =>
|
|
20316
|
-
selectParentNode: () =>
|
|
20315
|
+
selectNodeForward: () => D4,
|
|
20316
|
+
selectParentNode: () => $4,
|
|
20317
20317
|
selectTextblockEnd: () => O4,
|
|
20318
20318
|
selectTextblockStart: () => _4,
|
|
20319
20319
|
setContent: () => N4,
|
|
@@ -20495,7 +20495,7 @@ var p4 = (n = null, e = {}) => ({ editor: t, view: i, tr: r, dispatch: o }) => {
|
|
|
20495
20495
|
t.updateSelection && HE(i, i.steps.length - 1, -1), t.applyInputRules && i.setMeta("applyInputRules", { from: u, text: x }), t.applyPasteRules && i.setMeta("applyPasteRules", { from: u, text: x });
|
|
20496
20496
|
}
|
|
20497
20497
|
return !0;
|
|
20498
|
-
}, b4 = () => ({ state: n, dispatch: e }) => nE(n, e), m4 = () => ({ state: n, dispatch: e }) => iE(n, e), x4 = () => ({ state: n, dispatch: e }) =>
|
|
20498
|
+
}, b4 = () => ({ state: n, dispatch: e }) => nE(n, e), m4 = () => ({ state: n, dispatch: e }) => iE(n, e), x4 = () => ({ state: n, dispatch: e }) => $v(n, e), g4 = () => ({ state: n, dispatch: e }) => Hv(n, e), y4 = () => ({ state: n, dispatch: e, tr: t }) => {
|
|
20499
20499
|
try {
|
|
20500
20500
|
const i = Ao(n.doc, n.selection.$from.pos, -1);
|
|
20501
20501
|
return i == null ? !1 : (t.join(i, 2), e && e(t), !0);
|
|
@@ -20581,7 +20581,7 @@ var P4 = (n, e) => ({ tr: t, state: i, dispatch: r }) => {
|
|
|
20581
20581
|
n.setSelection(t);
|
|
20582
20582
|
}
|
|
20583
20583
|
return !0;
|
|
20584
|
-
}, I4 = () => ({ state: n, dispatch: e }) => _v(n, e),
|
|
20584
|
+
}, I4 = () => ({ state: n, dispatch: e }) => _v(n, e), D4 = () => ({ state: n, dispatch: e }) => Rv(n, e), $4 = () => ({ state: n, dispatch: e }) => aE(n, e), O4 = () => ({ state: n, dispatch: e }) => cE(n, e), _4 = () => ({ state: n, dispatch: e }) => pE(n, e), N4 = (n, { errorOnInvalidContent: e, emitUpdate: t = !0, parseOptions: i = {} } = {}) => ({ editor: r, tr: o, dispatch: s, commands: l }) => {
|
|
20585
20585
|
const { doc: a } = o;
|
|
20586
20586
|
if (i.preserveWhitespace !== "full") {
|
|
20587
20587
|
const d = tl(n, r.schema, i, {
|
|
@@ -20954,7 +20954,7 @@ var W4 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: i, editor
|
|
|
20954
20954
|
addProseMirrorPlugins() {
|
|
20955
20955
|
return [
|
|
20956
20956
|
new xe({
|
|
20957
|
-
key: new
|
|
20957
|
+
key: new De("tiptapDrop"),
|
|
20958
20958
|
props: {
|
|
20959
20959
|
handleDrop: (n, e, t, i) => {
|
|
20960
20960
|
this.editor.emit("drop", {
|
|
@@ -20973,14 +20973,14 @@ var W4 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: i, editor
|
|
|
20973
20973
|
addProseMirrorPlugins() {
|
|
20974
20974
|
return [
|
|
20975
20975
|
new xe({
|
|
20976
|
-
key: new
|
|
20976
|
+
key: new De("editable"),
|
|
20977
20977
|
props: {
|
|
20978
20978
|
editable: () => this.editor.options.editable
|
|
20979
20979
|
}
|
|
20980
20980
|
})
|
|
20981
20981
|
];
|
|
20982
20982
|
}
|
|
20983
|
-
}), m0 = new
|
|
20983
|
+
}), m0 = new De("focusEvents"), x0 = ye.create({
|
|
20984
20984
|
name: "focusEvents",
|
|
20985
20985
|
addProseMirrorPlugins() {
|
|
20986
20986
|
const { editor: n } = this;
|
|
@@ -21059,7 +21059,7 @@ var W4 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: i, editor
|
|
|
21059
21059
|
// This is an alternative to ProseMirror's `AllSelection`, which doesn’t work well
|
|
21060
21060
|
// with many other commands.
|
|
21061
21061
|
new xe({
|
|
21062
|
-
key: new
|
|
21062
|
+
key: new De("clearDocument"),
|
|
21063
21063
|
appendTransaction: (n, e, t) => {
|
|
21064
21064
|
if (n.some((m) => m.getMeta("composition")))
|
|
21065
21065
|
return;
|
|
@@ -21087,7 +21087,7 @@ var W4 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: i, editor
|
|
|
21087
21087
|
addProseMirrorPlugins() {
|
|
21088
21088
|
return [
|
|
21089
21089
|
new xe({
|
|
21090
|
-
key: new
|
|
21090
|
+
key: new De("tiptapPaste"),
|
|
21091
21091
|
props: {
|
|
21092
21092
|
handlePaste: (n, e, t) => {
|
|
21093
21093
|
this.editor.emit("paste", {
|
|
@@ -21105,7 +21105,7 @@ var W4 = ({ keepMarks: n = !0 } = {}) => ({ tr: e, state: t, dispatch: i, editor
|
|
|
21105
21105
|
addProseMirrorPlugins() {
|
|
21106
21106
|
return [
|
|
21107
21107
|
new xe({
|
|
21108
|
-
key: new
|
|
21108
|
+
key: new De("tabindex"),
|
|
21109
21109
|
props: {
|
|
21110
21110
|
attributes: () => this.editor.isEditable ? { tabindex: "0" } : {}
|
|
21111
21111
|
}
|
|
@@ -22357,7 +22357,7 @@ var Xr = (n, e) => {
|
|
|
22357
22357
|
// this plugin creates a code block for pasted content from VS Code
|
|
22358
22358
|
// we can also detect the copied code language
|
|
22359
22359
|
new xe({
|
|
22360
|
-
key: new
|
|
22360
|
+
key: new De("codeBlockVSCodeHandler"),
|
|
22361
22361
|
props: {
|
|
22362
22362
|
handlePaste: (n, e) => {
|
|
22363
22363
|
if (!e.clipboardData || this.editor.isActive(this.type.name))
|
|
@@ -22524,7 +22524,7 @@ var Xr = (n, e) => {
|
|
|
22524
22524
|
})
|
|
22525
22525
|
];
|
|
22526
22526
|
}
|
|
22527
|
-
}), BL = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, AL = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, IL = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/,
|
|
22527
|
+
}), BL = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))$/, AL = /(?:^|\s)(\*(?!\s+\*)((?:[^*]+))\*(?!\s+\*))/g, IL = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))$/, DL = /(?:^|\s)(_(?!\s+_)((?:[^_]+))_(?!\s+_))/g, $L = Rn.create({
|
|
22528
22528
|
name: "italic",
|
|
22529
22529
|
addOptions() {
|
|
22530
22530
|
return {
|
|
@@ -22584,7 +22584,7 @@ var Xr = (n, e) => {
|
|
|
22584
22584
|
type: this.type
|
|
22585
22585
|
}),
|
|
22586
22586
|
Nn({
|
|
22587
|
-
find:
|
|
22587
|
+
find: DL,
|
|
22588
22588
|
type: this.type
|
|
22589
22589
|
})
|
|
22590
22590
|
];
|
|
@@ -22731,7 +22731,7 @@ Ye.prototype = {
|
|
|
22731
22731
|
return r.j[n] = s, s;
|
|
22732
22732
|
}
|
|
22733
22733
|
};
|
|
22734
|
-
const ee = (n, e, t, i, r) => n.ta(e, t, i, r), be = (n, e, t, i, r) => n.tr(e, t, i, r), qd = (n, e, t, i, r) => n.ts(e, t, i, r),
|
|
22734
|
+
const ee = (n, e, t, i, r) => n.ta(e, t, i, r), be = (n, e, t, i, r) => n.tr(e, t, i, r), qd = (n, e, t, i, r) => n.ts(e, t, i, r), $ = (n, e, t, i, r) => n.tt(e, t, i, r), At = "WORD", al = "UWORD", C0 = "ASCIINUMERICAL", k0 = "ALPHANUMERICAL", Ui = "LOCALHOST", dl = "TLD", pl = "UTLD", Dr = "SCHEME", Qn = "SLASH_SCHEME", Wl = "NUM", cl = "WS", Ul = "NL", Pi = "OPENBRACE", Bi = "CLOSEBRACE", Zr = "OPENBRACKET", eo = "CLOSEBRACKET", to = "OPENPAREN", no = "CLOSEPAREN", io = "OPENANGLEBRACKET", ro = "CLOSEANGLEBRACKET", oo = "FULLWIDTHLEFTPAREN", so = "FULLWIDTHRIGHTPAREN", lo = "LEFTCORNERBRACKET", ao = "RIGHTCORNERBRACKET", po = "LEFTWHITECORNERBRACKET", co = "RIGHTWHITECORNERBRACKET", uo = "FULLWIDTHLESSTHAN", ho = "FULLWIDTHGREATERTHAN", fo = "AMPERSAND", bo = "APOSTROPHE", mo = "ASTERISK", qt = "AT", xo = "BACKSLASH", go = "BACKTICK", yo = "CARET", Jt = "COLON", Gl = "COMMA", vo = "DOLLAR", yt = "DOT", So = "EQUALS", Kl = "EXCLAMATION", lt = "HYPHEN", Ai = "PERCENT", wo = "PIPE", Co = "PLUS", ko = "POUND", Ii = "QUERY", Jl = "QUOTE", T0 = "FULLWIDTHMIDDLEDOT", Yl = "SEMI", vt = "SLASH", Di = "TILDE", To = "UNDERSCORE", M0 = "EMOJI", Mo = "SYM";
|
|
22735
22735
|
var E0 = /* @__PURE__ */ Object.freeze({
|
|
22736
22736
|
__proto__: null,
|
|
22737
22737
|
ALPHANUMERICAL: k0,
|
|
@@ -22777,12 +22777,12 @@ var E0 = /* @__PURE__ */ Object.freeze({
|
|
|
22777
22777
|
QUOTE: Jl,
|
|
22778
22778
|
RIGHTCORNERBRACKET: ao,
|
|
22779
22779
|
RIGHTWHITECORNERBRACKET: co,
|
|
22780
|
-
SCHEME:
|
|
22780
|
+
SCHEME: Dr,
|
|
22781
22781
|
SEMI: Yl,
|
|
22782
22782
|
SLASH: vt,
|
|
22783
22783
|
SLASH_SCHEME: Qn,
|
|
22784
22784
|
SYM: Mo,
|
|
22785
|
-
TILDE:
|
|
22785
|
+
TILDE: Di,
|
|
22786
22786
|
TLD: dl,
|
|
22787
22787
|
UNDERSCORE: To,
|
|
22788
22788
|
UTLD: pl,
|
|
@@ -22797,7 +22797,7 @@ function jL(n = []) {
|
|
|
22797
22797
|
const e = {};
|
|
22798
22798
|
Ye.groups = e;
|
|
22799
22799
|
const t = new Ye();
|
|
22800
|
-
wr == null && (wr = Ud(OL)), Cr == null && (Cr = Ud(_L)),
|
|
22800
|
+
wr == null && (wr = Ud(OL)), Cr == null && (Cr = Ud(_L)), $(t, "'", bo), $(t, "{", Pi), $(t, "}", Bi), $(t, "[", Zr), $(t, "]", eo), $(t, "(", to), $(t, ")", no), $(t, "<", io), $(t, ">", ro), $(t, "(", oo), $(t, ")", so), $(t, "「", lo), $(t, "」", ao), $(t, "『", po), $(t, "』", co), $(t, "<", uo), $(t, ">", ho), $(t, "&", fo), $(t, "*", mo), $(t, "@", qt), $(t, "`", go), $(t, "^", yo), $(t, ":", Jt), $(t, ",", Gl), $(t, "$", vo), $(t, ".", yt), $(t, "=", So), $(t, "!", Kl), $(t, "-", lt), $(t, "%", Ai), $(t, "|", wo), $(t, "+", Co), $(t, "#", ko), $(t, "?", Ii), $(t, '"', Jl), $(t, "/", vt), $(t, ";", Yl), $(t, "~", Di), $(t, "_", To), $(t, "\\", xo), $(t, "・", T0);
|
|
22801
22801
|
const i = be(t, Bt, Wl, {
|
|
22802
22802
|
[rl]: !0
|
|
22803
22803
|
});
|
|
@@ -22814,20 +22814,20 @@ function jL(n = []) {
|
|
|
22814
22814
|
[sl]: !0
|
|
22815
22815
|
});
|
|
22816
22816
|
be(l, Pt), be(l, Bt, o), be(l, xi, l), be(o, Bt, o), be(o, Pt), be(o, xi, o);
|
|
22817
|
-
const a =
|
|
22817
|
+
const a = $(t, Cs, Ul, {
|
|
22818
22818
|
[vs]: !0
|
|
22819
|
-
}), d =
|
|
22819
|
+
}), d = $(t, Wd, cl, {
|
|
22820
22820
|
[vs]: !0
|
|
22821
22821
|
}), p = be(t, ws, cl, {
|
|
22822
22822
|
[vs]: !0
|
|
22823
22823
|
});
|
|
22824
|
-
|
|
22824
|
+
$(t, ks, p), $(d, Cs, a), $(d, ks, p), be(d, ws, p), $(p, Wd), $(p, Cs), be(p, ws, p), $(p, ks, p);
|
|
22825
22825
|
const u = be(t, Ss, M0, {
|
|
22826
22826
|
[w0]: !0
|
|
22827
22827
|
});
|
|
22828
|
-
|
|
22829
|
-
const h =
|
|
22830
|
-
|
|
22828
|
+
$(u, "#"), be(u, Ss, u), $(u, FL, u);
|
|
22829
|
+
const h = $(u, VL);
|
|
22830
|
+
$(h, "#"), be(h, Ss, u);
|
|
22831
22831
|
const f = [[Pt, s], [Bt, r]], b = [[Pt, null], [xi, l], [Bt, o]];
|
|
22832
22832
|
for (let m = 0; m < wr.length; m++)
|
|
22833
22833
|
Ft(t, wr[m], dl, At, f);
|
|
@@ -22839,7 +22839,7 @@ function jL(n = []) {
|
|
|
22839
22839
|
}, e), Sn(pl, {
|
|
22840
22840
|
utld: !0,
|
|
22841
22841
|
alpha: !0
|
|
22842
|
-
}, e), Ft(t, "file",
|
|
22842
|
+
}, e), Ft(t, "file", Dr, At, f), Ft(t, "mailto", Dr, At, f), Ft(t, "http", Qn, At, f), Ft(t, "https", Qn, At, f), Ft(t, "ftp", Qn, At, f), Ft(t, "ftps", Qn, At, f), Sn(Dr, {
|
|
22843
22843
|
scheme: !0,
|
|
22844
22844
|
ascii: !0
|
|
22845
22845
|
}, e), Sn(Qn, {
|
|
@@ -23153,34 +23153,34 @@ const Kd = qo("email", {
|
|
|
23153
23153
|
function UL({
|
|
23154
23154
|
groups: n
|
|
23155
23155
|
}) {
|
|
23156
|
-
const e = n.domain.concat([fo, mo, qt, xo, go, yo, vo, So, lt, Wl, Ai, wo, Co, ko, vt, Mo,
|
|
23156
|
+
const e = n.domain.concat([fo, mo, qt, xo, go, yo, vo, So, lt, Wl, Ai, wo, Co, ko, vt, Mo, Di, To]), t = [bo, Jt, Gl, yt, Kl, Ai, Ii, Jl, Yl, io, ro, Pi, Bi, eo, Zr, to, no, oo, so, lo, ao, po, co, uo, ho], i = [fo, bo, mo, xo, go, yo, vo, So, lt, Pi, Bi, Ai, wo, Co, ko, Ii, vt, Mo, Di, To], r = rt(), o = $(r, Di);
|
|
23157
23157
|
ee(o, i, o), ee(o, n.domain, o);
|
|
23158
23158
|
const s = rt(), l = rt(), a = rt();
|
|
23159
23159
|
ee(r, n.domain, s), ee(r, n.scheme, l), ee(r, n.slashscheme, a), ee(s, i, o), ee(s, n.domain, s);
|
|
23160
|
-
const d =
|
|
23161
|
-
|
|
23162
|
-
const p =
|
|
23160
|
+
const d = $(s, qt);
|
|
23161
|
+
$(o, qt, d), $(l, qt, d), $(a, qt, d);
|
|
23162
|
+
const p = $(o, yt);
|
|
23163
23163
|
ee(p, i, o), ee(p, n.domain, o);
|
|
23164
23164
|
const u = rt();
|
|
23165
23165
|
ee(d, n.domain, u), ee(u, n.domain, u);
|
|
23166
|
-
const h =
|
|
23166
|
+
const h = $(u, yt);
|
|
23167
23167
|
ee(h, n.domain, u);
|
|
23168
23168
|
const f = rt(Kd);
|
|
23169
|
-
ee(h, n.tld, f), ee(h, n.utld, f),
|
|
23170
|
-
const b =
|
|
23171
|
-
|
|
23172
|
-
const m =
|
|
23169
|
+
ee(h, n.tld, f), ee(h, n.utld, f), $(d, Ui, f);
|
|
23170
|
+
const b = $(u, lt);
|
|
23171
|
+
$(b, lt, b), ee(b, n.domain, u), ee(f, n.domain, u), $(f, yt, h), $(f, lt, b);
|
|
23172
|
+
const m = $(f, Jt);
|
|
23173
23173
|
ee(m, n.numeric, Kd);
|
|
23174
|
-
const x =
|
|
23175
|
-
|
|
23174
|
+
const x = $(s, lt), v = $(s, yt);
|
|
23175
|
+
$(x, lt, x), ee(x, n.domain, s), ee(v, i, o), ee(v, n.domain, s);
|
|
23176
23176
|
const T = rt(kr);
|
|
23177
|
-
ee(v, n.tld, T), ee(v, n.utld, T), ee(T, n.domain, s), ee(T, i, o),
|
|
23178
|
-
const S =
|
|
23177
|
+
ee(v, n.tld, T), ee(v, n.utld, T), ee(T, n.domain, s), ee(T, i, o), $(T, yt, v), $(T, lt, x), $(T, qt, d);
|
|
23178
|
+
const S = $(T, Jt), M = rt(kr);
|
|
23179
23179
|
ee(S, n.numeric, M);
|
|
23180
23180
|
const L = rt(kr), H = rt();
|
|
23181
|
-
ee(L, e, L), ee(L, t, H), ee(H, e, L), ee(H, t, H),
|
|
23182
|
-
const I =
|
|
23183
|
-
ee(l, n.domain, s),
|
|
23181
|
+
ee(L, e, L), ee(L, t, H), ee(H, e, L), ee(H, t, H), $(T, vt, L), $(M, vt, L);
|
|
23182
|
+
const I = $(l, Jt), N = $(a, Jt), z = $(N, vt), D = $(z, vt);
|
|
23183
|
+
ee(l, n.domain, s), $(l, yt, v), $(l, lt, x), ee(a, n.domain, s), $(a, yt, v), $(a, lt, x), ee(I, n.domain, L), $(I, vt, L), $(I, Ii, L), ee(D, n.domain, L), ee(D, e, L), $(D, vt, L);
|
|
23184
23184
|
const _ = [
|
|
23185
23185
|
[Pi, Bi],
|
|
23186
23186
|
// {}
|
|
@@ -23200,14 +23200,14 @@ function UL({
|
|
|
23200
23200
|
// <>
|
|
23201
23201
|
];
|
|
23202
23202
|
for (let X = 0; X < _.length; X++) {
|
|
23203
|
-
const [V, O] = _[X], ne =
|
|
23204
|
-
|
|
23203
|
+
const [V, O] = _[X], ne = $(L, V);
|
|
23204
|
+
$(H, V, ne), $(ne, O, L);
|
|
23205
23205
|
const He = rt(kr);
|
|
23206
23206
|
ee(ne, e, He);
|
|
23207
23207
|
const it = rt();
|
|
23208
|
-
ee(ne, t), ee(He, e, He), ee(He, t, it), ee(it, e, He), ee(it, t, it),
|
|
23208
|
+
ee(ne, t), ee(He, e, He), ee(He, t, it), ee(it, e, He), ee(it, t, it), $(He, O, L), $(it, O, L);
|
|
23209
23209
|
}
|
|
23210
|
-
return
|
|
23210
|
+
return $(r, Ui, T), $(r, Ul, WL), {
|
|
23211
23211
|
start: r,
|
|
23212
23212
|
tokens: E0
|
|
23213
23213
|
};
|
|
@@ -23291,7 +23291,7 @@ function tP(n) {
|
|
|
23291
23291
|
}
|
|
23292
23292
|
function nP(n) {
|
|
23293
23293
|
return new xe({
|
|
23294
|
-
key: new
|
|
23294
|
+
key: new De("autolink"),
|
|
23295
23295
|
appendTransaction: (e, t, i) => {
|
|
23296
23296
|
const r = e.some((d) => d.docChanged) && !t.doc.eq(i.doc), o = e.some((d) => d.getMeta("preventAutolink"));
|
|
23297
23297
|
if (!r || o)
|
|
@@ -23344,7 +23344,7 @@ function nP(n) {
|
|
|
23344
23344
|
}
|
|
23345
23345
|
function iP(n) {
|
|
23346
23346
|
return new xe({
|
|
23347
|
-
key: new
|
|
23347
|
+
key: new De("handleClickLink"),
|
|
23348
23348
|
props: {
|
|
23349
23349
|
handleClick: (e, t, i) => {
|
|
23350
23350
|
var r, o;
|
|
@@ -23370,7 +23370,7 @@ function iP(n) {
|
|
|
23370
23370
|
}
|
|
23371
23371
|
function rP(n) {
|
|
23372
23372
|
return new xe({
|
|
23373
|
-
key: new
|
|
23373
|
+
key: new De("handlePasteLink"),
|
|
23374
23374
|
props: {
|
|
23375
23375
|
handlePaste: (e, t, i) => {
|
|
23376
23376
|
const { state: r } = e, { selection: o } = r, { empty: s } = o;
|
|
@@ -23646,9 +23646,9 @@ lP(dP, {
|
|
|
23646
23646
|
getNextListDepth: () => ea,
|
|
23647
23647
|
handleBackspace: () => ul,
|
|
23648
23648
|
handleDelete: () => hl,
|
|
23649
|
-
hasListBefore: () =>
|
|
23649
|
+
hasListBefore: () => D0,
|
|
23650
23650
|
hasListItemAfter: () => pP,
|
|
23651
|
-
hasListItemBefore: () =>
|
|
23651
|
+
hasListItemBefore: () => $0,
|
|
23652
23652
|
listItemHasSubList: () => O0,
|
|
23653
23653
|
nextListIsDeeper: () => _0,
|
|
23654
23654
|
nextListIsHigher: () => N0
|
|
@@ -23663,12 +23663,12 @@ var tr = (n, e) => {
|
|
|
23663
23663
|
const t = tr(n, e);
|
|
23664
23664
|
if (!t)
|
|
23665
23665
|
return !1;
|
|
23666
|
-
const [, i] =
|
|
23666
|
+
const [, i] = DE(e, n, t.$pos.pos + 4);
|
|
23667
23667
|
return i;
|
|
23668
|
-
},
|
|
23668
|
+
}, D0 = (n, e, t) => {
|
|
23669
23669
|
const { $anchor: i } = n.selection, r = Math.max(0, i.pos - 2), o = n.doc.resolve(r).node();
|
|
23670
23670
|
return !(!o || !t.includes(o.type.name));
|
|
23671
|
-
},
|
|
23671
|
+
}, $0 = (n, e) => {
|
|
23672
23672
|
var t;
|
|
23673
23673
|
const { $anchor: i } = e.selection, r = e.doc.resolve(i.pos - 2);
|
|
23674
23674
|
return !(r.index() === 0 || ((t = r.nodeBefore) == null ? void 0 : t.type.name) !== n);
|
|
@@ -23685,7 +23685,7 @@ var tr = (n, e) => {
|
|
|
23685
23685
|
return !0;
|
|
23686
23686
|
if (n.state.selection.from !== n.state.selection.to)
|
|
23687
23687
|
return !1;
|
|
23688
|
-
if (!pn(n.state, e) &&
|
|
23688
|
+
if (!pn(n.state, e) && D0(n.state, e, t)) {
|
|
23689
23689
|
const { $anchor: l } = n.state.selection, a = n.state.doc.resolve(l.before() - 1), d = [];
|
|
23690
23690
|
a.node().descendants((h, f) => {
|
|
23691
23691
|
h.type.name === e && d.push({ node: h, pos: f });
|
|
@@ -23702,7 +23702,7 @@ var tr = (n, e) => {
|
|
|
23702
23702
|
if (!i)
|
|
23703
23703
|
return !1;
|
|
23704
23704
|
const o = n.state.doc.resolve(i.$pos.pos - 2).node(i.depth), s = O0(e, n.state, o);
|
|
23705
|
-
return
|
|
23705
|
+
return $0(e, n.state) && !s ? n.commands.joinItemBackward() : n.chain().liftListItem(e).run();
|
|
23706
23706
|
}, _0 = (n, e) => {
|
|
23707
23707
|
const t = ea(n, e), i = tr(n, e);
|
|
23708
23708
|
return !i || !t ? !1 : t > i.depth;
|
|
@@ -24512,7 +24512,7 @@ class bt {
|
|
|
24512
24512
|
(f = a && a.merge(h)) && (h = f, p ? o.pop() : l = l.slice(0, l.length - 1)), o.push(h), t && (s++, t = void 0), r || (a = h);
|
|
24513
24513
|
}
|
|
24514
24514
|
let d = s - i.depth;
|
|
24515
|
-
return d >
|
|
24515
|
+
return d > DP && (l = IP(l, d), s -= d), new bt(l.append(o), s);
|
|
24516
24516
|
}
|
|
24517
24517
|
remapping(e, t) {
|
|
24518
24518
|
let i = new Ri();
|
|
@@ -24608,8 +24608,8 @@ class Wt {
|
|
|
24608
24608
|
this.done = e, this.undone = t, this.prevRanges = i, this.prevTime = r, this.prevComposition = o;
|
|
24609
24609
|
}
|
|
24610
24610
|
}
|
|
24611
|
-
const
|
|
24612
|
-
function
|
|
24611
|
+
const DP = 20;
|
|
24612
|
+
function $P(n, e, t, i) {
|
|
24613
24613
|
let r = t.getMeta(En), o;
|
|
24614
24614
|
if (r)
|
|
24615
24615
|
return r.historyState;
|
|
@@ -24618,10 +24618,10 @@ function DP(n, e, t, i) {
|
|
|
24618
24618
|
if (t.steps.length == 0)
|
|
24619
24619
|
return n;
|
|
24620
24620
|
if (s && s.getMeta(En))
|
|
24621
|
-
return s.getMeta(En).redo ? new Wt(n.done.addTransform(t, void 0, i,
|
|
24621
|
+
return s.getMeta(En).redo ? new Wt(n.done.addTransform(t, void 0, i, $r(e)), n.undone, tp(t.mapping.maps), n.prevTime, n.prevComposition) : new Wt(n.done, n.undone.addTransform(t, void 0, i, $r(e)), null, n.prevTime, n.prevComposition);
|
|
24622
24622
|
if (t.getMeta("addToHistory") !== !1 && !(s && s.getMeta("addToHistory") === !1)) {
|
|
24623
24623
|
let l = t.getMeta("composition"), a = n.prevTime == 0 || !s && n.prevComposition != l && (n.prevTime < (t.time || 0) - i.newGroupDelay || !OP(t, n.prevRanges)), d = s ? Ms(n.prevRanges, t.mapping) : tp(t.mapping.maps);
|
|
24624
|
-
return new Wt(n.done.addTransform(t, a ? e.selection.getBookmark() : void 0, i,
|
|
24624
|
+
return new Wt(n.done.addTransform(t, a ? e.selection.getBookmark() : void 0, i, $r(e)), bt.empty, d, t.time, l ?? n.prevComposition);
|
|
24625
24625
|
} else return (o = t.getMeta("rebased")) ? new Wt(n.done.rebased(t, o), n.undone.rebased(t, o), Ms(n.prevRanges, t.mapping), n.prevTime, n.prevComposition) : new Wt(n.done.addMaps(t.mapping.maps), n.undone.addMaps(t.mapping.maps), Ms(n.prevRanges, t.mapping), n.prevTime, n.prevComposition);
|
|
24626
24626
|
}
|
|
24627
24627
|
function OP(n, e) {
|
|
@@ -24652,14 +24652,14 @@ function Ms(n, e) {
|
|
|
24652
24652
|
return t;
|
|
24653
24653
|
}
|
|
24654
24654
|
function _P(n, e, t) {
|
|
24655
|
-
let i =
|
|
24655
|
+
let i = $r(e), r = En.get(e).spec.config, o = (t ? n.undone : n.done).popEvent(e, i);
|
|
24656
24656
|
if (!o)
|
|
24657
24657
|
return null;
|
|
24658
24658
|
let s = o.selection.resolve(o.transform.doc), l = (t ? n.done : n.undone).addTransform(o.transform, e.selection.getBookmark(), r, i), a = new Wt(t ? l : o.remaining, t ? o.remaining : l, null, 0, -1);
|
|
24659
24659
|
return o.transform.setSelection(s).setMeta(En, { redo: t, historyState: a });
|
|
24660
24660
|
}
|
|
24661
24661
|
let Es = !1, np = null;
|
|
24662
|
-
function
|
|
24662
|
+
function $r(n) {
|
|
24663
24663
|
let e = n.plugins;
|
|
24664
24664
|
if (np != e) {
|
|
24665
24665
|
Es = !1, np = e;
|
|
@@ -24671,7 +24671,7 @@ function Dr(n) {
|
|
|
24671
24671
|
}
|
|
24672
24672
|
return Es;
|
|
24673
24673
|
}
|
|
24674
|
-
const En = new
|
|
24674
|
+
const En = new De("history"), NP = new De("closeHistory");
|
|
24675
24675
|
function HP(n = {}) {
|
|
24676
24676
|
return n = {
|
|
24677
24677
|
depth: n.depth || 100,
|
|
@@ -24683,7 +24683,7 @@ function HP(n = {}) {
|
|
|
24683
24683
|
return new Wt(bt.empty, bt.empty, null, 0, -1);
|
|
24684
24684
|
},
|
|
24685
24685
|
apply(e, t, i) {
|
|
24686
|
-
return
|
|
24686
|
+
return $P(t, i, e, n);
|
|
24687
24687
|
}
|
|
24688
24688
|
},
|
|
24689
24689
|
config: n,
|
|
@@ -24743,7 +24743,7 @@ ye.create({
|
|
|
24743
24743
|
let n = !1;
|
|
24744
24744
|
return [
|
|
24745
24745
|
new xe({
|
|
24746
|
-
key: new
|
|
24746
|
+
key: new De("characterCount"),
|
|
24747
24747
|
appendTransaction: (e, t, i) => {
|
|
24748
24748
|
if (n)
|
|
24749
24749
|
return;
|
|
@@ -24803,7 +24803,7 @@ ye.create({
|
|
|
24803
24803
|
addProseMirrorPlugins() {
|
|
24804
24804
|
return [
|
|
24805
24805
|
new xe({
|
|
24806
|
-
key: new
|
|
24806
|
+
key: new De("focus"),
|
|
24807
24807
|
props: {
|
|
24808
24808
|
decorations: ({ doc: n, selection: e }) => {
|
|
24809
24809
|
const { isEditable: t, isFocused: i } = this.editor, { anchor: r } = e, o = [];
|
|
@@ -24867,7 +24867,7 @@ ye.create({
|
|
|
24867
24867
|
addProseMirrorPlugins() {
|
|
24868
24868
|
return [
|
|
24869
24869
|
new xe({
|
|
24870
|
-
key: new
|
|
24870
|
+
key: new De("placeholder"),
|
|
24871
24871
|
props: {
|
|
24872
24872
|
decorations: ({ doc: n, selection: e }) => {
|
|
24873
24873
|
const t = this.editor.isEditable || !this.options.showOnlyWhenEditable, { anchor: i } = e, r = [];
|
|
@@ -24909,7 +24909,7 @@ ye.create({
|
|
|
24909
24909
|
const { editor: n, options: e } = this;
|
|
24910
24910
|
return [
|
|
24911
24911
|
new xe({
|
|
24912
|
-
key: new
|
|
24912
|
+
key: new De("selection"),
|
|
24913
24913
|
props: {
|
|
24914
24914
|
decorations(t) {
|
|
24915
24915
|
return t.selection.empty || n.isFocused || !n.isEditable || i0(t.selection) || n.view.dragging ? null : fe.create(t.doc, [
|
|
@@ -24935,7 +24935,7 @@ var FP = ye.create({
|
|
|
24935
24935
|
};
|
|
24936
24936
|
},
|
|
24937
24937
|
addProseMirrorPlugins() {
|
|
24938
|
-
const n = new
|
|
24938
|
+
const n = new De(this.name), e = Object.entries(this.editor.schema.nodes).map(([, t]) => t).filter((t) => (this.options.notAfter || []).concat(this.options.node).includes(t.name));
|
|
24939
24939
|
return [
|
|
24940
24940
|
new xe({
|
|
24941
24941
|
key: n,
|
|
@@ -24991,7 +24991,7 @@ var FP = ye.create({
|
|
|
24991
24991
|
addExtensions() {
|
|
24992
24992
|
var n, e, t, i;
|
|
24993
24993
|
const r = [];
|
|
24994
|
-
return this.options.bold !== !1 && r.push(yL.configure(this.options.bold)), this.options.blockquote !== !1 && r.push(fL.configure(this.options.blockquote)), this.options.bulletList !== !1 && r.push(A0.configure(this.options.bulletList)), this.options.code !== !1 && r.push(wL.configure(this.options.code)), this.options.codeBlock !== !1 && r.push(TL.configure(this.options.codeBlock)), this.options.document !== !1 && r.push(ML.configure(this.options.document)), this.options.dropcursor !== !1 && r.push(RP.configure(this.options.dropcursor)), this.options.gapcursor !== !1 && r.push(zP.configure(this.options.gapcursor)), this.options.hardBreak !== !1 && r.push(EL.configure(this.options.hardBreak)), this.options.heading !== !1 && r.push(LL.configure(this.options.heading)), this.options.undoRedo !== !1 && r.push(VP.configure(this.options.undoRedo)), this.options.horizontalRule !== !1 && r.push(PL.configure(this.options.horizontalRule)), this.options.italic !== !1 && r.push(
|
|
24994
|
+
return this.options.bold !== !1 && r.push(yL.configure(this.options.bold)), this.options.blockquote !== !1 && r.push(fL.configure(this.options.blockquote)), this.options.bulletList !== !1 && r.push(A0.configure(this.options.bulletList)), this.options.code !== !1 && r.push(wL.configure(this.options.code)), this.options.codeBlock !== !1 && r.push(TL.configure(this.options.codeBlock)), this.options.document !== !1 && r.push(ML.configure(this.options.document)), this.options.dropcursor !== !1 && r.push(RP.configure(this.options.dropcursor)), this.options.gapcursor !== !1 && r.push(zP.configure(this.options.gapcursor)), this.options.hardBreak !== !1 && r.push(EL.configure(this.options.hardBreak)), this.options.heading !== !1 && r.push(LL.configure(this.options.heading)), this.options.undoRedo !== !1 && r.push(VP.configure(this.options.undoRedo)), this.options.horizontalRule !== !1 && r.push(PL.configure(this.options.horizontalRule)), this.options.italic !== !1 && r.push($L.configure(this.options.italic)), this.options.listItem !== !1 && r.push(I0.configure(this.options.listItem)), this.options.listKeymap !== !1 && r.push(H0.configure((n = this.options) == null ? void 0 : n.listKeymap)), this.options.link !== !1 && r.push(oP.configure((e = this.options) == null ? void 0 : e.link)), this.options.orderedList !== !1 && r.push(R0.configure(this.options.orderedList)), this.options.paragraph !== !1 && r.push(bP.configure(this.options.paragraph)), this.options.strike !== !1 && r.push(gP.configure(this.options.strike)), this.options.text !== !1 && r.push(yP.configure(this.options.text)), this.options.underline !== !1 && r.push(vP.configure((t = this.options) == null ? void 0 : t.underline)), this.options.trailingNode !== !1 && r.push(FP.configure((i = this.options) == null ? void 0 : i.trailingNode)), r;
|
|
24995
24995
|
}
|
|
24996
24996
|
}), qP = jP, WP = ye.create({
|
|
24997
24997
|
name: "textAlign",
|
|
@@ -25175,7 +25175,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25175
25175
|
}, aB = {
|
|
25176
25176
|
key: 0,
|
|
25177
25177
|
class: "pbx-min-h-[2.5rem] pbx-flex pbx-items-center pbx-justify-start"
|
|
25178
|
-
}, dB = { class: "pbx-myPrimaryInputError pbx-mt-2 pbx-mb-0 pbx-py-0 pbx-self-start" }, pB = { class: "pbx-blockease-linear pbx-duration-200 pbx-block pbx-ease-linear" }, cB = { key: 0 }, uB = { class: "pbx-rounded-lg pbx-px-2" }, hB = { class: "pbx-flex pbx-flex-wrap pbx-items-center pbx-gap-2 pbx-border-solid pbx-px-4 pbx-border pbx-border-gray-200 pbx-
|
|
25178
|
+
}, dB = { class: "pbx-myPrimaryInputError pbx-mt-2 pbx-mb-0 pbx-py-0 pbx-self-start" }, pB = { class: "pbx-blockease-linear pbx-duration-200 pbx-block pbx-ease-linear" }, cB = { key: 0 }, uB = { class: "pbx-rounded-lg pbx-px-2" }, hB = { class: "pbx-flex pbx-flex-wrap pbx-items-center pbx-gap-2 pbx-border-solid pbx-px-4 pbx-border pbx-border-gray-200 pbx-mb-4 pbx-py-2" }, fB = {
|
|
25179
25179
|
__name: "TipTapInput",
|
|
25180
25180
|
setup(n) {
|
|
25181
25181
|
const e = Me(), { translate: t } = Te(), i = he, r = k(!1), o = k(""), s = k(1), l = k(""), a = k(""), d = k(""), p = k(null), u = k(null), h = k(null), f = k(null), b = k(null), m = B(() => i.getElement), x = k(""), v = B(() => S.value ? S.value.getHTML() : null), T = k(0);
|
|
@@ -25228,13 +25228,13 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25228
25228
|
S.value.chain().focus().extendMarkRange("link").unsetLink().run(), r.value = !1;
|
|
25229
25229
|
}, b.value = function() {
|
|
25230
25230
|
const V = z();
|
|
25231
|
-
V || (V ||
|
|
25231
|
+
V || (V || D(), r.value = !1);
|
|
25232
25232
|
};
|
|
25233
25233
|
}, z = function() {
|
|
25234
25234
|
I.value = null;
|
|
25235
25235
|
const V = /^https?:\/\//, O = k(!0);
|
|
25236
25236
|
return O.value = V.test(H.value), O.value === !1 ? (I.value = "The provided URL is invalid. Please ensure that it begins with 'https://' for proper formatting and security.", !0) : !1;
|
|
25237
|
-
},
|
|
25237
|
+
}, D = function() {
|
|
25238
25238
|
S.value.chain().focus().extendMarkRange("link").setLink({ href: H.value }).run();
|
|
25239
25239
|
}, _ = k(!1), X = function() {
|
|
25240
25240
|
_.value = !_.value;
|
|
@@ -25441,7 +25441,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25441
25441
|
}, MB = {
|
|
25442
25442
|
key: 0,
|
|
25443
25443
|
class: "pbx-absolute pbx-top-10 pbx-transform pbx-select-none pbx-bg-white pbx-rounded-2xl pbx-py-2 pbx-px-2 pbx-border-solid pbx-border pbx-border-gray-200 pbx-inset-x-auto pbx-z-40 pbx-w-56"
|
|
25444
|
-
}, EB = { class: "pbx-flex pbx-flex-col" }, LB = ["disabled"], PB = { class: "pbx-text-sm" }, BB = ["disabled"], AB = { class: "pbx-text-sm" }, IB = { class: "pbx-text-sm" },
|
|
25444
|
+
}, EB = { class: "pbx-flex pbx-flex-col" }, LB = ["disabled"], PB = { class: "pbx-text-sm" }, BB = ["disabled"], AB = { class: "pbx-text-sm" }, IB = { class: "pbx-text-sm" }, DB = { class: "pbx-h-10 pbx-w-10 pbx-rounded-sm pbx-flex pbx-items-center pbx-justify-center pbx-aspect-square pbx-text-myPrimaryDarkGrayColor hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white focus-visible:pbx-ring-0 pbx-cursor-pointer" }, $B = {
|
|
25445
25445
|
fill: "currentColor",
|
|
25446
25446
|
height: "22",
|
|
25447
25447
|
viewBox: "0 0 22 22",
|
|
@@ -25465,8 +25465,8 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25465
25465
|
}, S.value = function() {
|
|
25466
25466
|
t.toggleTipTapModal(!0);
|
|
25467
25467
|
};
|
|
25468
|
-
}, L = B(() => i.getBasePrimaryImage), H = k(!1), I = k(""), N = k(""), z = k(""),
|
|
25469
|
-
H.value = !0, I.value = e("Media Library"), N.value = null, z.value = e("Close"),
|
|
25468
|
+
}, L = B(() => i.getBasePrimaryImage), H = k(!1), I = k(""), N = k(""), z = k(""), D = k(null), _ = k(null), X = k(null), V = function() {
|
|
25469
|
+
H.value = !0, I.value = e("Media Library"), N.value = null, z.value = e("Close"), D.value = e("Select image"), X.value = function() {
|
|
25470
25470
|
H.value = !1;
|
|
25471
25471
|
};
|
|
25472
25472
|
}, O = k(null), ne = k(""), He = k(!1), it = function() {
|
|
@@ -25583,7 +25583,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25583
25583
|
title: I.value,
|
|
25584
25584
|
description: N.value,
|
|
25585
25585
|
firstButtonText: z.value,
|
|
25586
|
-
secondButtonText:
|
|
25586
|
+
secondButtonText: D.value,
|
|
25587
25587
|
thirdButtonText: _.value,
|
|
25588
25588
|
customMediaComponent: g(r),
|
|
25589
25589
|
onFirstMediaButtonFunction: X.value
|
|
@@ -25703,9 +25703,9 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25703
25703
|
}),
|
|
25704
25704
|
class: "pbx-flex pbx-items-center pbx-justify-start pbx-gap-2 pbx-cursor-pointer hover:pbx-bg-red-50 pbx-py-2 pbx-px-2 pbx-rounded-full"
|
|
25705
25705
|
}, [
|
|
25706
|
-
c("div",
|
|
25706
|
+
c("div", DB, [
|
|
25707
25707
|
c("span", null, [
|
|
25708
|
-
(y(), w("svg",
|
|
25708
|
+
(y(), w("svg", $B, [...G[22] || (G[22] = [
|
|
25709
25709
|
c("path", {
|
|
25710
25710
|
"clip-rule": "evenodd",
|
|
25711
25711
|
d: "M2 16V2h14v4h4v14H6v-4H2zM4 4h10v10H4V4zm4 12v2h10V8h-2v8H8z",
|
|
@@ -25773,10 +25773,10 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25773
25773
|
}, a5 = { class: "pbx-myPrimaryParagraph pbx-mt-6 pbx-mb-10" }, d5 = { class: "pbx-w-full pbx-inset-x-0 pbx-h-[90vh] pbx-bg-white pbx-overflow-x-scroll lg:pbx-pt-2 pbx-pt-2" }, p5 = { class: "pbx-flex pbx-items-left pbx-flex-col pbx-myPrimaryGap pbx-border-myPrimaryMediumGrayColor" }, c5 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-pb-2" }, u5 = { class: "pbx-text-gray-100 pbx-overflow-hidden pbx-bg-gray-900" }, h5 = { class: "pbx-flex pbx-bg-gray-900 pbx-ring-1 ring-white/5" }, f5 = { class: "pbx-mb-px pbx-flex pbx-text-xs pbx-font-medium pbx-text-myPrimaryMediumGrayColor" }, b5 = { class: "pbx-px-4 pbx-py-4 pbx-text-gray-100" }, m5 = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-gray-100 pbx-text-xs" }, x5 = { class: "pbx-text-xs pbx-pb-2" }, g5 = { class: "pbx-text-xs pbx-pb-2" }, y5 = { class: "pbx-text-xs pbx-pb-2" }, v5 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-pb-2" }, S5 = { class: "pbx-overflow-hidden pbx-bg-gray-900" }, w5 = { class: "pbx-flex pbx-bg-gray-900 pbx-ring-1 ring-white/5" }, C5 = { class: "pbx-mb-px pbx-flex pbx-text-xs pbx-font-medium pbx-text-myPrimaryMediumGrayColor" }, k5 = { class: "pbx-px-4 pbx-pb-8 pbx-pt-4 pbx-text-gray-100 pbx-text-xs pbx-break-all" }, T5 = { key: 0 }, M5 = { key: 0 }, E5 = { class: "pbx-pb-2 pbx-text-xs" }, L5 = {
|
|
25774
25774
|
key: 1,
|
|
25775
25775
|
class: "pbx-overflow-hidden pbx-border-solid pbx-border pbx-border-gray-100 pbx-mb-6"
|
|
25776
|
-
}, P5 = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, B5 = { class: "pbx-overflow-x-auto" }, A5 = { class: "pbx-min-w-full" }, I5 = { class: "pbx-bg-gray-900" },
|
|
25776
|
+
}, P5 = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, B5 = { class: "pbx-overflow-x-auto" }, A5 = { class: "pbx-min-w-full" }, I5 = { class: "pbx-bg-gray-900" }, D5 = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, $5 = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, O5 = { class: "pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-b" }, _5 = { class: "pbx-overflow-x-auto" }, N5 = { class: "pbx-min-w-full" }, H5 = { class: "pbx-bg-gray-900" }, R5 = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, z5 = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, F5 = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-whitespace-pre-line" }, V5 = { class: "pbx-overflow-x-auto" }, j5 = { class: "pbx-min-w-full" }, q5 = { class: "pbx-bg-gray-900" }, W5 = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, U5 = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, G5 = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, K5 = { key: 1 }, J5 = { key: 0 }, Y5 = { class: "pbx-pb-2 pbx-text-xs" }, Q5 = {
|
|
25777
25777
|
key: 1,
|
|
25778
25778
|
class: "pbx-overflow-hidden pbx-border-solid pbx-border pbx-border-gray-100 pbx-mb-6"
|
|
25779
|
-
}, X5 = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, Z5 = { class: "pbx-overflow-x-auto" }, eA = { class: "pbx-min-w-full" }, tA = { class: "pbx-bg-gray-900" }, nA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, iA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, rA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, oA = { class: "pbx-overflow-x-auto" }, sA = { class: "pbx-min-w-full" }, lA = { class: "pbx-bg-gray-900" }, aA = { class: "pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200" }, dA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, pA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-whitespace-pre-line" }, cA = { class: "pbx-overflow-x-auto" }, uA = { class: "pbx-min-w-full" }, hA = { class: "pbx-bg-gray-900" }, fA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, bA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, mA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, xA = { class: "pbx-text-xs pbx-text-gray-100 pbx-whitespace-pre-wrap pbx-font-sans pbx-flex pbx-items-start pbx-justify-left" }, gA = ["innerHTML"], yA = { key: 2 }, vA = { key: 0 }, SA = { class: "pbx-pb-2 pbx-text-xs" }, wA = { key: 1 }, CA = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, kA = { class: "pbx-overflow-x-auto" }, TA = { class: "pbx-min-w-full" }, MA = { class: "pbx-bg-gray-900" }, EA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, LA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, PA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, BA = { class: "pbx-overflow-x-auto" }, AA = { class: "pbx-min-w-full" }, IA = { class: "pbx-bg-gray-900" },
|
|
25779
|
+
}, X5 = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, Z5 = { class: "pbx-overflow-x-auto" }, eA = { class: "pbx-min-w-full" }, tA = { class: "pbx-bg-gray-900" }, nA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, iA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, rA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, oA = { class: "pbx-overflow-x-auto" }, sA = { class: "pbx-min-w-full" }, lA = { class: "pbx-bg-gray-900" }, aA = { class: "pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200" }, dA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, pA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-whitespace-pre-line" }, cA = { class: "pbx-overflow-x-auto" }, uA = { class: "pbx-min-w-full" }, hA = { class: "pbx-bg-gray-900" }, fA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, bA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, mA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, xA = { class: "pbx-text-xs pbx-text-gray-100 pbx-whitespace-pre-wrap pbx-font-sans pbx-flex pbx-items-start pbx-justify-left" }, gA = ["innerHTML"], yA = { key: 2 }, vA = { key: 0 }, SA = { class: "pbx-pb-2 pbx-text-xs" }, wA = { key: 1 }, CA = { class: "pbx-border-0 pbx-bg-gray-900 pbx-pt-4 pbx-1 pbx-border-solid pbx-border-b pbx-border-gray-200" }, kA = { class: "pbx-overflow-x-auto" }, TA = { class: "pbx-min-w-full" }, MA = { class: "pbx-bg-gray-900" }, EA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, LA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, PA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, BA = { class: "pbx-overflow-x-auto" }, AA = { class: "pbx-min-w-full" }, IA = { class: "pbx-bg-gray-900" }, DA = { class: "pbx-border-0 pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-border-solid pbx-border-t pbx-border-gray-200" }, $A = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, OA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal pbx-whitespace-pre-line" }, _A = { class: "pbx-overflow-x-auto" }, NA = { class: "pbx-min-w-full" }, HA = { class: "pbx-bg-gray-900" }, RA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, zA = { class: "pbx-bg-gray-900 pbx-divide-y pbx-divide-gray-200" }, FA = { class: "pbx-px-6 pbx-py-3 pbx-text-left pbx-text-xs pbx-text-gray-100 pbx-font-normal" }, VA = { class: "pbx-text-xs pbx-text-gray-100 pbx-whitespace-pre-wrap pbx-font-sans pbx-flex pbx-items-start pbx-justify-left" }, jA = ["innerHTML"], qA = {
|
|
25780
25780
|
__name: "AdvancedPageBuilderSettings",
|
|
25781
25781
|
props: {
|
|
25782
25782
|
isLoading: {
|
|
@@ -25817,17 +25817,17 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
25817
25817
|
let N = b.repeat(m) + L;
|
|
25818
25818
|
H && (N = N.replace(/(<\/?[[\w\s="/.':;#-\/\?]+>)/g, (z) => {
|
|
25819
25819
|
var X;
|
|
25820
|
-
const
|
|
25820
|
+
const D = (X = z.match(/<\/?([\w-]+)/)) == null ? void 0 : X[1];
|
|
25821
25821
|
let _ = z.replace(
|
|
25822
25822
|
/(<\/?[\w-]+)/g,
|
|
25823
|
-
`<span class="html-tag-symbol"><</span><span class="html-tag-name">${
|
|
25823
|
+
`<span class="html-tag-symbol"><</span><span class="html-tag-name">${D}</span>`
|
|
25824
25824
|
);
|
|
25825
25825
|
return _ = _.replace(
|
|
25826
25826
|
/([\w-]+)=("[^"]*")/g,
|
|
25827
25827
|
'<span class="html-attribute-name">$1</span><span class="html-operator">=</span><span class="html-attribute-value">$2</span>'
|
|
25828
25828
|
), _ + '<span class="html-tag-symbol">></span>';
|
|
25829
25829
|
})), x += N + `
|
|
25830
|
-
`, H && !I && (L.endsWith("/>") || S.some((
|
|
25830
|
+
`, H && !I && (L.endsWith("/>") || S.some((D) => L.startsWith(D)) || m++);
|
|
25831
25831
|
}), x;
|
|
25832
25832
|
}
|
|
25833
25833
|
const d = function(f, b) {
|
|
@@ -26047,10 +26047,10 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26047
26047
|
c("table", A5, [
|
|
26048
26048
|
c("thead", I5, [
|
|
26049
26049
|
c("tr", null, [
|
|
26050
|
-
c("th",
|
|
26050
|
+
c("th", D5, C(g(e)("Selected HTML:")), 1)
|
|
26051
26051
|
])
|
|
26052
26052
|
]),
|
|
26053
|
-
c("tbody",
|
|
26053
|
+
c("tbody", $5, [
|
|
26054
26054
|
c("tr", null, [
|
|
26055
26055
|
c("td", O5, C((m = i.value) == null ? void 0 : m.outerHTML), 1)
|
|
26056
26056
|
])
|
|
@@ -26177,10 +26177,10 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26177
26177
|
c("table", AA, [
|
|
26178
26178
|
c("thead", IA, [
|
|
26179
26179
|
c("tr", null, [
|
|
26180
|
-
c("th",
|
|
26180
|
+
c("th", DA, C(g(e)("Title:")), 1)
|
|
26181
26181
|
])
|
|
26182
26182
|
]),
|
|
26183
|
-
c("tbody",
|
|
26183
|
+
c("tbody", $A, [
|
|
26184
26184
|
c("tr", null, [
|
|
26185
26185
|
c("td", OA, C(z.title), 1)
|
|
26186
26186
|
])
|
|
@@ -26261,7 +26261,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26261
26261
|
L.value = !1;
|
|
26262
26262
|
}, I = function() {
|
|
26263
26263
|
L.value = !0;
|
|
26264
|
-
}, N = k(null), z = k(!1),
|
|
26264
|
+
}, N = k(null), z = k(!1), D = async function() {
|
|
26265
26265
|
z.value = !z.value, z.value && (N.value = await i.analyzeSEO());
|
|
26266
26266
|
}, _ = function() {
|
|
26267
26267
|
z.value = !1;
|
|
@@ -26270,7 +26270,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26270
26270
|
c("div", WA, [
|
|
26271
26271
|
c("div", UA, [
|
|
26272
26272
|
c("div", {
|
|
26273
|
-
onClick:
|
|
26273
|
+
onClick: D,
|
|
26274
26274
|
"pbx-bg-myPrimaryLinkColor": "",
|
|
26275
26275
|
class: j(["pbx-select-none pbx-h-10 pbx-w-10 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor focus-visible:pbx-ring-0 pbx-text-black hover:pbx-text-white", { "pbx-bg-myPrimaryLinkColor pbx-text-white": z.value }])
|
|
26276
26276
|
}, [...V[2] || (V[2] = [
|
|
@@ -26412,7 +26412,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26412
26412
|
])]),
|
|
26413
26413
|
_: 1
|
|
26414
26414
|
}, 8, ["showDynamicModalBuilder", "type", "gridColumnAmount", "title", "description", "isLoading", "firstButtonText", "secondButtonText", "thirdButtonText", "onFirstModalButtonFunctionDynamicModalBuilder", "onSecondModalButtonFunctionDynamicModalBuilder", "onThirdModalButtonFunctionDynamicModalBuilder"]),
|
|
26415
|
-
F(
|
|
26415
|
+
F(Dt, {
|
|
26416
26416
|
maxWidth: "5xl",
|
|
26417
26417
|
showModalBuilder: v.value,
|
|
26418
26418
|
title: g(e)("Selected HTML"),
|
|
@@ -26425,7 +26425,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26425
26425
|
]),
|
|
26426
26426
|
_: 1
|
|
26427
26427
|
}, 8, ["showModalBuilder", "title"]),
|
|
26428
|
-
F(
|
|
26428
|
+
F(Dt, {
|
|
26429
26429
|
maxWidth: "5xl",
|
|
26430
26430
|
showModalBuilder: L.value,
|
|
26431
26431
|
title: "Main Settings",
|
|
@@ -26966,7 +26966,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26966
26966
|
},
|
|
26967
26967
|
{
|
|
26968
26968
|
title: "Stats Stepped",
|
|
26969
|
-
html_code: '<section> <div class="pbx-
|
|
26969
|
+
html_code: '<section> <div class="md:pbx-pt-12 md:pbx-pb-12 pbx-pt-4 pbx-pb-4 lg:pbx-px-4 pbx-px-2"> <div class="pbx-mx-auto pbx-max-w-7xl pbx-px-6 lg:pbx-px-8 pbx-pt-12"> <div class="pbx-mx-auto pbx-max-w-2xl lg:pbx-mx-0"> <div class="pbx-text-2xl lg:pbx-text-4xl pbx-font-medium"> <h2>Start customizing by editing this default text directly in the editor.</h2> </div> <div> <p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p> </div> </div> <div class="pbx-flex pbx-justify-between pbx-items-center pbx-gap-4 pbx-mt-12 lg:pbx-flex-row pbx-flex-col" > <div class="pbx-text-2xl pbx-font-semibold">250k</div> <div class="pbx-text-2xl pbx-font-semibold">$8.9</div> <div class="pbx-text-2xl pbx-font-semibold">401k</div> </div> </div> </div> </section>',
|
|
26970
26970
|
category: "Marketing",
|
|
26971
26971
|
cover_image: `
|
|
26972
26972
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 285.5 87.89">
|
|
@@ -26983,7 +26983,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
26983
26983
|
},
|
|
26984
26984
|
{
|
|
26985
26985
|
title: "Stats With Two Column",
|
|
26986
|
-
html_code: '<section><div class="pbx-relative pbx-
|
|
26986
|
+
html_code: '<section><div class="pbx-relative pbx-bg-gray-900 pbx-py-24 sm:pbx-py-32"> <div class="pbx-mx-auto pbx-max-w-7xl pbx-px-6 lg:pbx-px-8"> <div class="pbx-mx-auto pbx-max-w-2xl lg:pbx-mx-0 lg:pbx-max-w-none"> <div class="pbx-text-base/7 pbx-font-semibold pbx-text-indigo-400"> <p>Layouts and visual.</p> </div> <div class="pbx-mt-2 pbx-text-pretty pbx-tracking-tight pbx-text-white pbx-text-2xl lg:pbx-text-4xl pbx-font-medium"><h1>Layouts and visual.</h1></div> <div class="pbx-mt-10 pbx-grid pbx-max-w-xl pbx-grid-cols-1 pbx-gap-8 pbx-text-base/7 pbx-text-gray-300 lg:pbx-max-w-none lg:pbx-grid-cols-2"> <div> <div><p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p></div> <div class="pbx-mt-8"><p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p></div> </div> <div> <div><p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p></div> <div class="pbx-mt-8"><p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p></div> </div> </div> <div class="pbx-mt-16 pbx-grid pbx-grid-cols-1 pbx-gap-x-8 pbx-gap-y-12 sm:pbx-mt-20 sm:pbx-grid-cols-2 sm:pbx-gap-y-16 lg:pbx-mt-28 lg:pbx-grid-cols-4"> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"><p>Layouts and visual.</p></div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>2021</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"><p>Layouts and visual.</p></div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>37</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"> <p>Layouts and visual.</p> </div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>12</p></div> </div> <div class="pbx-flex pbx-flex-col-reverse pbx-gap-y-3 pbx-border-l pbx-border-white/20 pbx-pl-6"> <div class="pbx-text-base/7 pbx-text-white"> <p>Layouts and visual.</p> </div> <div class="pbx-text-3xl pbx-font-semibold pbx-tracking-tight pbx-text-white"><p>$25M</p></div> </div> </div> </div> </div> </div></section>',
|
|
26987
26987
|
category: "Marketing",
|
|
26988
26988
|
cover_image: `
|
|
26989
26989
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 285.5 103.47">
|
|
@@ -27104,7 +27104,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
27104
27104
|
},
|
|
27105
27105
|
{
|
|
27106
27106
|
title: "Simple Centered CTA",
|
|
27107
|
-
html_code: '<section
|
|
27107
|
+
html_code: '<section><div class="pbx-relative pbx-mx-auto pbx-max-w-7xl lg:pbx-px-4 pbx-px-2"> <div class="pbx-mx-auto pbx-text-center pbx-px-6 pbx-py-24 pbx-sm:py-32 pbx-lg:px-8"> <div class="pbx-break-words pbx-text-6xl lg:pbx-text-8xl pbx-font-medium"> <h2>Start customizing by editing this default text directly in the editor.</h2> </div> <div class="pbx-pt-12 pbx-pb-4"> <p>Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor.</p> </div> <div class="pbx-font-semibold pbx-py-4"><p><a target="_blank" rel="noopener noreferrer nofollow" href="https://www.google.com">Layouts and visual.</a></p></div> </div> </div> </section>',
|
|
27108
27108
|
category: "Call To Action",
|
|
27109
27109
|
cover_image: `
|
|
27110
27110
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 277.5 67.89">
|
|
@@ -27132,7 +27132,7 @@ const GP = { class: "pbx-my-2 pbx-py-2" }, KP = {
|
|
|
27132
27132
|
},
|
|
27133
27133
|
{
|
|
27134
27134
|
title: "Image & Left CTA",
|
|
27135
|
-
html_code: `<section
|
|
27135
|
+
html_code: `<section> <div class="md:pbx-pt-12 md:pbx-pb-12 pbx-pt-4 pbx-pb-4 lg:pbx-px-4 pbx-px-2"> <div class="pbx-mx-auto pbx-max-w-7xl"> <div class="pbx-myPrimaryGap pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 lg:pbx-grid-cols-2" > <img class="pbx-object-cover pbx-w-full pbx-object-top pbx-aspect-square" src="${re()}" alt="provider" /> <div class="pbx-mx-auto pbx-px-6 pbx-py-12"> <div class="pbx-break-words pbx-text-2xl lg:pbx-text-4xl pbx-font-medium"> <h2>Start customizing by editing this default text directly in the editor.</h2> </div> <div class="pbx-pt-12 pbx-pb-4"> <p> Start customizing by editing this default text directly in the editor. Start customizing by editing this default text directly in the editor. </p> </div> <div class="pbx-font-semibold pbx-py-4"> <p> <a target="_blank" rel="noopener noreferrer nofollow" href="https://www.google.com" >Layouts and visual.</a > </p> </div> </div> </div> </div> </div> </section>`,
|
|
27136
27136
|
category: "Call To Action",
|
|
27137
27137
|
cover_image: `
|
|
27138
27138
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 482.23 129.8">
|
|
@@ -27406,7 +27406,7 @@ const f9 = {
|
|
|
27406
27406
|
}, b9 = { class: "pbx-flex pbx-items-center pbx-justify-center" }, m9 = { class: "pbx-inline-block pbx-h-8 pbx-w-8 pbx-animate-spin pbx-rounded-full pbx-border-4 pbx-border-solid pbx-border-current pbx-border-r-transparent pbx-align-[-0.125em] motion-reduce:pbx-animate-[spin_1.5s_linear_infinite]" }, x9 = { class: "!pbx-absolute !pbx-m-px !pbx-h-px !pbx-w-px !pbx-overflow-hidden !pbx-whitespace-nowrap !pbx-border-0 !pbx-p-0 !pbx-[clip:rect(0,0,0,0)]" }, g9 = { key: 1 }, y9 = { class: "pbx-mb-4 pbx-flex pbx-jusitify-left pbx-items-center pbx-gap-2 pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-pb-4 pbx-overflow-auto" }, v9 = ["onClick"], S9 = {
|
|
27407
27407
|
key: 0,
|
|
27408
27408
|
class: "pbx-mb-8"
|
|
27409
|
-
}, w9 = { class: "pbx-myQuaternaryHeader pbx-mb-4" }, C9 = { class: "pbx-mb-4 pbx-flex pbx-jusitify-left pbx-items-center pbx-gap-2 pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-pb-4 pbx-overflow-auto" }, k9 = ["onClick"], T9 = { class: "pbx-min-h-[96rem]" }, M9 = { class: "pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 md:pbx-grid-cols-3 pbx-gap-4 pbx-pb-4" }, E9 = ["onClick"], L9 = { class: "pbx-overflow-hidden pbx-whitespace-pre-line pbx-flex-1 pbx-h-auto pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-py-2 pbx-px-2" }, P9 = ["innerHTML"], B9 = { class: "pbx-p-3" }, A9 = { class: "pbx-myPrimaryParagraph pbx-text-sm pbx-font-normal" }, I9 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-font-normal pbx-pt-2" },
|
|
27409
|
+
}, w9 = { class: "pbx-myQuaternaryHeader pbx-mb-4" }, C9 = { class: "pbx-mb-4 pbx-flex pbx-jusitify-left pbx-items-center pbx-gap-2 pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-pb-4 pbx-overflow-auto" }, k9 = ["onClick"], T9 = { class: "pbx-min-h-[96rem]" }, M9 = { class: "pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 md:pbx-grid-cols-3 pbx-gap-4 pbx-pb-4" }, E9 = ["onClick"], L9 = { class: "pbx-overflow-hidden pbx-whitespace-pre-line pbx-flex-1 pbx-h-auto pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-py-2 pbx-px-2" }, P9 = ["innerHTML"], B9 = { class: "pbx-p-3" }, A9 = { class: "pbx-myPrimaryParagraph pbx-text-sm pbx-font-normal" }, I9 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-font-normal pbx-pt-2" }, D9 = { class: "pbx-mb-8" }, $9 = { class: "pbx-myQuaternaryHeader pbx-mb-4" }, O9 = { class: "pbx-px-2 pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 md:pbx-grid-cols-3 lg:pbx-grid-cols-4 pbx-gap-4" }, _9 = ["onClick"], N9 = { class: "pbx-max-h-72 pbx-cursor-pointer pbx-object-contain pbx-bg-white pbx-mx-auto" }, H9 = { class: "pbx-myPrimaryParagraph pbx-text-base pbx-font-medium" }, R9 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-font-normal pbx-pt-2" }, z9 = { class: "pbx-px-2" }, F9 = { class: "pbx-myQuaternaryHeader pbx-mb-4" }, V9 = { class: "pbx-mb-4 pbx-flex pbx-jusitify-left pbx-items-center pbx-gap-2 pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-pb-4 pbx-overflow-auto" }, j9 = ["onClick"], q9 = { class: "pbx-min-h-[96rem]" }, W9 = { class: "pbx-grid pbx-grid-cols-1 sm:pbx-grid-cols-2 md:pbx-grid-cols-3 pbx-gap-4 pbx-pb-4" }, U9 = ["onClick"], G9 = { class: "pbx-overflow-hidden pbx-whitespace-pre-line pbx-flex-1 pbx-h-auto pbx-border-0 pbx-border-solid pbx-border-b pbx-border-gray-200 pbx-py-2 pbx-px-2" }, K9 = ["innerHTML"], J9 = { class: "pbx-p-3" }, Y9 = { class: "pbx-myPrimaryParagraph pbx-text-sm pbx-font-normal" }, Q9 = { class: "pbx-myPrimaryParagraph pbx-text-xs pbx-font-normal pbx-pt-2" }, X9 = /* @__PURE__ */ tt({
|
|
27410
27410
|
__name: "DefaultBuilderComponents",
|
|
27411
27411
|
props: {
|
|
27412
27412
|
customMediaComponent: {
|
|
@@ -27512,8 +27512,8 @@ const f9 = {
|
|
|
27512
27512
|
])
|
|
27513
27513
|
])) : E("", !0),
|
|
27514
27514
|
r.value === "Components" ? (y(), w(K, { key: 1 }, [
|
|
27515
|
-
c("div",
|
|
27516
|
-
c("h3",
|
|
27515
|
+
c("div", D9, [
|
|
27516
|
+
c("h3", $9, C(g(e)("Helper Components")), 1),
|
|
27517
27517
|
c("div", O9, [
|
|
27518
27518
|
(y(!0), w(K, null, ie(g(u9), (T) => (y(), w("div", {
|
|
27519
27519
|
key: T.title,
|
|
@@ -27591,7 +27591,7 @@ const f9 = {
|
|
|
27591
27591
|
const t = an("CustomMediaComponent"), i = e, r = function() {
|
|
27592
27592
|
i("firstModalButtonSearchComponentsFunction");
|
|
27593
27593
|
};
|
|
27594
|
-
return (o, s) => (y(), oe(
|
|
27594
|
+
return (o, s) => (y(), oe(Dt, {
|
|
27595
27595
|
title: n.title,
|
|
27596
27596
|
maxWidth: "6xl",
|
|
27597
27597
|
showModalBuilder: n.show,
|
|
@@ -27776,7 +27776,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
27776
27776
|
])
|
|
27777
27777
|
], 64));
|
|
27778
27778
|
}
|
|
27779
|
-
}),
|
|
27779
|
+
}), DI = { class: "lg:pbx-min-w-full lg:pbx-max-w-full lg:pbx-w-full pbx-mx-auto pbx-flex pbx-flex-col pbx-font-sans pbx-text-black pbx-border-solid pbx-border pbx-border-gray-400 pbx-inset-x-0 pbx-z-10 pbx-bg-white pbx-overflow-x-auto pbx-h-full" }, $I = { class: "pbx-flex pbx-justify-end pbx-min-h-6" }, OI = {
|
|
27780
27780
|
key: 0,
|
|
27781
27781
|
class: "pbx-myPrimaryParagraphError"
|
|
27782
27782
|
}, _I = { class: "pbx-border-0 pbx-border-solid pbx-border-t pbx-border-gray-200 pbx-flex pbx-items-center pbx-justify-end" }, NI = { class: "pbx-py-4 pbx-flex sm:pbx-justify-end pbx-justify-center" }, HI = { class: "sm:pbx-grid-cols-2 sm:pbx-items-end sm:pbx-justify-end pbx-flex sm:pbx-flex-row pbx-flex-col pbx-myPrimaryGap sm:pbx-w-5/6 pbx-w-full" }, RI = {
|
|
@@ -27800,52 +27800,52 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
27800
27800
|
}, XI = ["disabled"], ZI = {
|
|
27801
27801
|
key: 0,
|
|
27802
27802
|
class: "pbx-h-10 pbx-w-4 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-justify-center"
|
|
27803
|
-
},
|
|
27803
|
+
}, eD = {
|
|
27804
27804
|
key: 1,
|
|
27805
27805
|
class: "pbx-h-10 pbx-w-4 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-justify-center"
|
|
27806
|
-
},
|
|
27806
|
+
}, tD = { class: "lg:pbx-block pbx-hidden" }, nD = { class: "lg:pbx-hidden pbx-block" }, iD = { class: "pbx-flex pbx-items-center pbx-justify-center pbx-gap-2 pbx-border-gray-200" }, rD = { class: "lg:pbx-block pbx-hidden" }, oD = { class: "pbx-whitespace-nowrap pbx-cursor-pointer" }, sD = { class: "pbx-flex pbx-items-center pbx-justify-center pbx-mr-2" }, lD = { class: "pbx-flex pbx-items-center pbx-justify-center pbx-gap-2" }, aD = { class: "pbx-h-10 pbx-w-10 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor focus-visible:pbx-ring-0 pbx-text-black hover:pbx-text-white" }, dD = {
|
|
27807
27807
|
fill: "currentColor",
|
|
27808
27808
|
height: "22",
|
|
27809
27809
|
viewBox: "0 0 22 22",
|
|
27810
27810
|
width: "22",
|
|
27811
27811
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27812
27812
|
style: { display: "block" }
|
|
27813
|
-
},
|
|
27813
|
+
}, pD = { class: "lg:pbx-flex pbx-hidden pbx-items-center pbx-justify-center" }, cD = { class: "pbx-flex pbx-items-center pbx-justify-center pbx-gap-2" }, uD = { class: "pbx-h-10 pbx-w-10 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor focus-visible:pbx-ring-0 pbx-text-black hover:pbx-text-white" }, hD = {
|
|
27814
27814
|
fill: "currentColor",
|
|
27815
27815
|
height: "22",
|
|
27816
27816
|
viewBox: "0 0 22 22",
|
|
27817
27817
|
width: "22",
|
|
27818
27818
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27819
27819
|
style: { display: "block" }
|
|
27820
|
-
},
|
|
27820
|
+
}, fD = { class: "pbx-flex-1 pbx-flex gap-2 pbx-items-center pbx-justify-end" }, bD = {
|
|
27821
27821
|
key: 0,
|
|
27822
27822
|
class: "pbx-flex-1 pbx-ml-2"
|
|
27823
|
-
},
|
|
27823
|
+
}, mD = {
|
|
27824
27824
|
key: 0,
|
|
27825
27825
|
class: "pbx-flex-1 pbx-flex pbx-justify-end pbx-items-center pbx-ml-2 lg:pbx-mr-4 pbx-mr-2"
|
|
27826
|
-
},
|
|
27826
|
+
}, xD = ["value"], gD = ["value"], yD = {
|
|
27827
27827
|
key: 2,
|
|
27828
27828
|
class: "pbx-flex-1 pbx-ml-2 pbx-mr-2"
|
|
27829
|
-
},
|
|
27829
|
+
}, vD = {
|
|
27830
27830
|
id: "pagebuilder-main",
|
|
27831
27831
|
class: "lg:pbx-min-w-full lg:pbx-max-w-full lg:pbx-w-full pbx-min-w-[64rem] pbx-max-w-[64rem] pbx-w-[64rem] pbx-flex-1 pbx-relative pbx-h-full pbx-flex pbx-pb-2 pbx-gap-2"
|
|
27832
|
-
},
|
|
27832
|
+
}, SD = { class: "pbx-mx-2 pbx-flex pbx-flex-col pbx-myPrimaryGap pbx-items-stretch" }, wD = { class: "pbx-flex pbx-gap-2 pbx-items-center pbx-justify-center" }, CD = {
|
|
27833
27833
|
id: "pbxEditToolbar",
|
|
27834
27834
|
class: "pbx-z-30 pbx-flex pbx-gap-2 pbx-justify-center pbx-items-center pbx-rounded-sm pbx-px-2 pbx-h-0 pbx-min-w-52 pbx-relative"
|
|
27835
|
-
},
|
|
27835
|
+
}, kD = {
|
|
27836
27836
|
id: "pagebuilder",
|
|
27837
27837
|
class: "pbx-text-black pbx-font-sans"
|
|
27838
|
-
},
|
|
27838
|
+
}, TD = ["innerHTML", "onMouseup"], MD = {
|
|
27839
27839
|
fill: "currentColor",
|
|
27840
27840
|
height: "22",
|
|
27841
27841
|
viewBox: "0 0 22 22",
|
|
27842
27842
|
width: "22",
|
|
27843
27843
|
xmlns: "http://www.w3.org/2000/svg",
|
|
27844
27844
|
style: { display: "block" }
|
|
27845
|
-
},
|
|
27845
|
+
}, ED = {
|
|
27846
27846
|
id: "pagebuilder-footer",
|
|
27847
27847
|
class: "lg:pbx-min-w-full lg:pbx-max-w-full lg:pbx-w-full pbx-min-w-[64rem] pbx-max-w-[64rem] pbx-w-[64rem] pbx-flex-1 pbx-flex pbx-items-center pbx-justify-center pbx-border-0 pbx-border-t pbx-border-t-gray-200 pbx-border-solid pbx-bg-myPrimaryLightGrayColor pbx-py-4"
|
|
27848
|
-
},
|
|
27848
|
+
}, LD = { class: "lg:pbx-block pbx-hidden" }, PD = { class: "pbx-whitespace-nowrap" }, OD = {
|
|
27849
27849
|
__name: "PageBuilder",
|
|
27850
27850
|
props: {
|
|
27851
27851
|
CustomMediaLibraryComponent: {
|
|
@@ -27895,8 +27895,8 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
27895
27895
|
t.previewCurrentDesign();
|
|
27896
27896
|
}, z = function() {
|
|
27897
27897
|
M.value = r("Mobile"), N(), I.value = !0;
|
|
27898
|
-
},
|
|
27899
|
-
|
|
27898
|
+
}, D = k(!1), _ = function() {
|
|
27899
|
+
D.value = !1;
|
|
27900
27900
|
}, X = function() {
|
|
27901
27901
|
T.value = !1;
|
|
27902
27902
|
}, V = function() {
|
|
@@ -27970,7 +27970,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
27970
27970
|
}
|
|
27971
27971
|
l.setShowModalHTMLEditor(!1), gt.value = !1;
|
|
27972
27972
|
}, Ko = function() {
|
|
27973
|
-
m.value || (
|
|
27973
|
+
m.value || (D.value = !0);
|
|
27974
27974
|
}, Jo = k(null), Q0 = function() {
|
|
27975
27975
|
const J = document.querySelector("#pbxEditToolbar");
|
|
27976
27976
|
J && (J.classList.remove("is-visible"), J.removeAttribute("style"));
|
|
@@ -28003,11 +28003,11 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28003
28003
|
attributes: !0,
|
|
28004
28004
|
attributeFilter: ["selected"]
|
|
28005
28005
|
}), window.addEventListener("scroll", pr), window.addEventListener("resize", pr), await ve(1e4), Ko(), await ve(1e4), Ko(), await ve(1e4), Ko();
|
|
28006
|
-
}), (J, P) => (y(), w("div",
|
|
28007
|
-
or.value &&
|
|
28008
|
-
F(
|
|
28006
|
+
}), (J, P) => (y(), w("div", DI, [
|
|
28007
|
+
or.value && !D.value || b.value ? (y(), oe(q0, { key: 0 })) : E("", !0),
|
|
28008
|
+
F(Dt, {
|
|
28009
28009
|
title: "The builder hasn’t started yet",
|
|
28010
|
-
showModalBuilder:
|
|
28010
|
+
showModalBuilder: D.value,
|
|
28011
28011
|
onCloseMainModalBuilder: _,
|
|
28012
28012
|
type: "delete",
|
|
28013
28013
|
maxWidth: "2xl",
|
|
@@ -28026,7 +28026,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28026
28026
|
CustomBuilderComponents: i.CustomBuilderComponents,
|
|
28027
28027
|
onFirstModalButtonSearchComponentsFunction: it.value
|
|
28028
28028
|
}, null, 8, ["show", "firstButtonText", "title", "CustomBuilderComponents", "onFirstModalButtonSearchComponentsFunction"])) : E("", !0),
|
|
28029
|
-
F(
|
|
28029
|
+
F(Dt, {
|
|
28030
28030
|
title: S.value,
|
|
28031
28031
|
showModalBuilder: T.value,
|
|
28032
28032
|
onCloseMainModalBuilder: X,
|
|
@@ -28037,7 +28037,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28037
28037
|
]),
|
|
28038
28038
|
_: 1
|
|
28039
28039
|
}, 8, ["title", "showModalBuilder"]),
|
|
28040
|
-
F(
|
|
28040
|
+
F(Dt, {
|
|
28041
28041
|
title: M.value,
|
|
28042
28042
|
showModalBuilder: I.value,
|
|
28043
28043
|
onCloseMainModalBuilder: V,
|
|
@@ -28088,7 +28088,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28088
28088
|
])]),
|
|
28089
28089
|
_: 1
|
|
28090
28090
|
}, 8, ["showDynamicModalBuilder", "isLoading", "type", "gridColumnAmount", "title", "description", "firstButtonText", "secondButtonText", "thirdButtonText", "onFirstModalButtonFunctionDynamicModalBuilder", "onSecondModalButtonFunctionDynamicModalBuilder", "onThirdModalButtonFunctionDynamicModalBuilder"]),
|
|
28091
|
-
F(
|
|
28091
|
+
F(Dt, {
|
|
28092
28092
|
maxWidth: "7xl",
|
|
28093
28093
|
showModalBuilder: ma.value,
|
|
28094
28094
|
title: g(r)("HTML Editor"),
|
|
@@ -28104,7 +28104,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28104
28104
|
}, null, 512), [
|
|
28105
28105
|
[Ln, ar.value]
|
|
28106
28106
|
]),
|
|
28107
|
-
c("div",
|
|
28107
|
+
c("div", $I, [
|
|
28108
28108
|
Mt.value ? (y(), w("p", OI, " Error: " + C(Mt.value), 1)) : E("", !0)
|
|
28109
28109
|
]),
|
|
28110
28110
|
c("div", _I, [
|
|
@@ -28235,16 +28235,16 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28235
28235
|
hn.value ? E("", !0) : (y(), w("div", ZI, [...P[30] || (P[30] = [
|
|
28236
28236
|
c("span", { class: "material-symbols-outlined" }, " settings_backup_restore ", -1)
|
|
28237
28237
|
])])),
|
|
28238
|
-
hn.value ? (y(), w("div",
|
|
28238
|
+
hn.value ? (y(), w("div", eD, [...P[31] || (P[31] = [
|
|
28239
28239
|
c("span", { class: "pbx-relative pbx-flex pbx-size-3" }, [
|
|
28240
28240
|
c("span", { class: "pbx-absolute pbx-inline-flex pbx-h-full pbx-w-full pbx-animate-ping pbx-rounded-full pbx-bg-gray-400 pbx-opacity-75" }),
|
|
28241
28241
|
c("span", { class: "pbx-relative pbx-inline-flex pbx-size-3 pbx-rounded-full pbx-bg-green-200" })
|
|
28242
28242
|
], -1)
|
|
28243
28243
|
])])) : E("", !0),
|
|
28244
|
-
c("div",
|
|
28244
|
+
c("div", tD, [
|
|
28245
28245
|
c("span", null, C(g(r)("Reset Page")), 1)
|
|
28246
28246
|
]),
|
|
28247
|
-
c("div",
|
|
28247
|
+
c("div", nD, [
|
|
28248
28248
|
c("span", null, C(g(r)("Reset")), 1)
|
|
28249
28249
|
])
|
|
28250
28250
|
], 8, XI)) : E("", !0)
|
|
@@ -28274,25 +28274,25 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28274
28274
|
g(l).setComponentArrayAddMethod("unshift"), ut();
|
|
28275
28275
|
})
|
|
28276
28276
|
}, [
|
|
28277
|
-
c("div",
|
|
28278
|
-
c("span",
|
|
28279
|
-
c("div",
|
|
28277
|
+
c("div", iD, [
|
|
28278
|
+
c("span", rD, [
|
|
28279
|
+
c("div", oD, C(g(r)("Add new Components")), 1)
|
|
28280
28280
|
]),
|
|
28281
28281
|
P[32] || (P[32] = c("span", { class: "pbx-h-10 pbx-w-10 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor focus-visible:pbx-ring-0 pbx-text-black hover:pbx-text-white" }, [
|
|
28282
28282
|
c("span", { class: "pbx-myMediumIcon material-symbols-outlined" }, " interests ")
|
|
28283
28283
|
], -1))
|
|
28284
28284
|
])
|
|
28285
28285
|
]),
|
|
28286
|
-
c("div",
|
|
28286
|
+
c("div", sD, [
|
|
28287
28287
|
c("div", {
|
|
28288
28288
|
onClick: P[7] || (P[7] = async () => {
|
|
28289
28289
|
g(l).setMenuRight(!1), g(l).setElement(null), await g(t).clearHtmlSelection(), H();
|
|
28290
28290
|
})
|
|
28291
28291
|
}, [
|
|
28292
|
-
c("div",
|
|
28293
|
-
c("span",
|
|
28292
|
+
c("div", lD, [
|
|
28293
|
+
c("span", aD, [
|
|
28294
28294
|
c("span", null, [
|
|
28295
|
-
(y(), w("svg",
|
|
28295
|
+
(y(), w("svg", dD, [...P[33] || (P[33] = [
|
|
28296
28296
|
c("path", {
|
|
28297
28297
|
"clip-rule": "evenodd",
|
|
28298
28298
|
d: "M2 3h18v13h-8v2h3v2H7v-2h3v-2H2V3zm2 2v9h14V5H4z",
|
|
@@ -28304,15 +28304,15 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28304
28304
|
])
|
|
28305
28305
|
])
|
|
28306
28306
|
]),
|
|
28307
|
-
c("div",
|
|
28307
|
+
c("div", pD, [
|
|
28308
28308
|
c("div", {
|
|
28309
28309
|
onClick: P[8] || (P[8] = async () => {
|
|
28310
28310
|
g(l).setMenuRight(!1), g(l).setElement(null), await g(t).clearHtmlSelection(), z();
|
|
28311
28311
|
})
|
|
28312
28312
|
}, [
|
|
28313
|
-
c("div",
|
|
28314
|
-
c("span",
|
|
28315
|
-
(y(), w("svg",
|
|
28313
|
+
c("div", cD, [
|
|
28314
|
+
c("span", uD, [
|
|
28315
|
+
(y(), w("svg", hD, [...P[34] || (P[34] = [
|
|
28316
28316
|
c("path", { d: "M14 16H8v2h6v-2z" }, null, -1),
|
|
28317
28317
|
c("path", { d: "M14 1H8a3 3 0 00-3 3v14a3 3 0 003 3h6a3 3 0 003-3V4a3 3 0 00-3-3zM7 4a1 1 0 011-1h6a1 1 0 011 1v14a1 1 0 01-1 1H8a1 1 0 01-1-1V4z" }, null, -1)
|
|
28318
28318
|
])]))
|
|
@@ -28322,7 +28322,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28322
28322
|
])
|
|
28323
28323
|
])
|
|
28324
28324
|
]),
|
|
28325
|
-
c("div",
|
|
28325
|
+
c("div", fD, [
|
|
28326
28326
|
c("div", {
|
|
28327
28327
|
onClick: P[11] || (P[11] = Je(
|
|
28328
28328
|
async () => {
|
|
@@ -28334,7 +28334,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28334
28334
|
}, [
|
|
28335
28335
|
F(MI)
|
|
28336
28336
|
], 2),
|
|
28337
|
-
n.showPublishButton ? (y(), w("div",
|
|
28337
|
+
n.showPublishButton ? (y(), w("div", bD, [
|
|
28338
28338
|
c("button", {
|
|
28339
28339
|
class: "pbx-myPrimaryButton",
|
|
28340
28340
|
onClick: P[12] || (P[12] = async () => {
|
|
@@ -28343,7 +28343,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28343
28343
|
}, C(g(r)("Publish")), 1)
|
|
28344
28344
|
])) : E("", !0),
|
|
28345
28345
|
g(t) && x.value && x.value.userSettings && x.value.userSettings.language && !x.value.userSettings.language.disableLanguageDropDown ? (y(), w(K, { key: 1 }, [
|
|
28346
|
-
x.value && x.value.userSettings && x.value.userSettings.language ? (y(), w("div",
|
|
28346
|
+
x.value && x.value.userSettings && x.value.userSettings.language ? (y(), w("div", mD, [
|
|
28347
28347
|
le(c("select", {
|
|
28348
28348
|
id: "pbx-lang",
|
|
28349
28349
|
class: "pbx-myPrimarySelect pbx-min-w-20",
|
|
@@ -28352,17 +28352,17 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28352
28352
|
Array.isArray(x.value.userSettings.language.enable) && x.value.userSettings.language.enable.length >= 1 ? (y(!0), w(K, { key: 0 }, ie(g(t).availableLanguage().filter((ce) => x.value.userSettings.language.enable.includes(ce)), (ce) => (y(), w("option", {
|
|
28353
28353
|
key: ce,
|
|
28354
28354
|
value: ce
|
|
28355
|
-
}, C(ce), 9,
|
|
28355
|
+
}, C(ce), 9, xD))), 128)) : E("", !0),
|
|
28356
28356
|
!x.value.userSettings.language.enable || Array.isArray(x.value.userSettings.language.enable) && x.value.userSettings.language.enable.length === 0 ? (y(!0), w(K, { key: 1 }, ie(g(t).availableLanguage(), (ce) => (y(), w("option", {
|
|
28357
28357
|
key: ce,
|
|
28358
28358
|
value: ce
|
|
28359
|
-
}, C(ce), 9,
|
|
28359
|
+
}, C(ce), 9, gD))), 128)) : E("", !0)
|
|
28360
28360
|
], 512), [
|
|
28361
28361
|
[Se, h.value]
|
|
28362
28362
|
])
|
|
28363
28363
|
])) : E("", !0)
|
|
28364
28364
|
], 64)) : E("", !0),
|
|
28365
|
-
n.showCloseButton ? (y(), w("div",
|
|
28365
|
+
n.showCloseButton ? (y(), w("div", yD, [
|
|
28366
28366
|
c("button", {
|
|
28367
28367
|
class: "pbx-h-10 pbx-w-10 pbx-flex-end pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor hover:pbx-text-white hover:pbx-fill-white focus-visible:pbx-ring-0",
|
|
28368
28368
|
onClick: P[14] || (P[14] = async () => {
|
|
@@ -28374,7 +28374,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28374
28374
|
])) : E("", !0)
|
|
28375
28375
|
])
|
|
28376
28376
|
]),
|
|
28377
|
-
c("div",
|
|
28377
|
+
c("div", vD, [
|
|
28378
28378
|
c("div", {
|
|
28379
28379
|
onClick: P[17] || (P[17] = Je(
|
|
28380
28380
|
async () => {
|
|
@@ -28385,8 +28385,8 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28385
28385
|
id: "pagebuilder-left-menu",
|
|
28386
28386
|
class: "pbx-w-16 pbx-pt-7 pbx-pb-2 pbx-bg-myPrimaryLightGrayColor pbx-rounded-r-2xl pbx-shadow-sm"
|
|
28387
28387
|
}, [
|
|
28388
|
-
c("div",
|
|
28389
|
-
c("div",
|
|
28388
|
+
c("div", SD, [
|
|
28389
|
+
c("div", wD, [
|
|
28390
28390
|
c("button", {
|
|
28391
28391
|
type: "button",
|
|
28392
28392
|
onClick: P[15] || (P[15] = () => {
|
|
@@ -28415,10 +28415,10 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28415
28415
|
id: "page-builder-wrapper",
|
|
28416
28416
|
class: j(["pbx-transition-all pbx-duration-300 pbx-font-sans pbx-p-1 pbx-flex pbx-flex-col pbx-grow pbx-rounded-tr-2xl pbx-rounded-tl-2xl pbx-border-solid pbx-border pbx-border-gray-200 pbx-items-stretch pbx-text-black pbx-h-[100vh] pbx-overflow-y-scroll pbx-relative pbx-pt-16", [(v.value, "pbx-w-full")]])
|
|
28417
28417
|
}, [
|
|
28418
|
-
c("div",
|
|
28418
|
+
c("div", CD, [
|
|
28419
28419
|
se.value ? (y(), oe(NB, { key: 0 })) : E("", !0)
|
|
28420
28420
|
]),
|
|
28421
|
-
c("div",
|
|
28421
|
+
c("div", kD, [
|
|
28422
28422
|
(y(!0), w(K, null, ie(Wo.value, (ce) => (y(), w(K, {
|
|
28423
28423
|
key: ce.id
|
|
28424
28424
|
}, [
|
|
@@ -28426,7 +28426,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28426
28426
|
key: 0,
|
|
28427
28427
|
innerHTML: ce.html_code,
|
|
28428
28428
|
onMouseup: (cr) => rr(ce)
|
|
28429
|
-
}, null, 40,
|
|
28429
|
+
}, null, 40, TD)) : E("", !0)
|
|
28430
28430
|
], 64))), 128))
|
|
28431
28431
|
])
|
|
28432
28432
|
], 2),
|
|
@@ -28473,7 +28473,7 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28473
28473
|
class: "pbx-h-10 pbx-w-10 pbx-cursor-pointer pbx-rounded-full pbx-flex pbx-items-center pbx-border-none pbx-justify-center pbx-bg-gray-50 pbx-aspect-square hover:pbx-bg-myPrimaryLinkColor focus-visible:pbx-ring-0 pbx-text-black hover:pbx-text-white"
|
|
28474
28474
|
}, [
|
|
28475
28475
|
c("span", null, [
|
|
28476
|
-
(y(), w("svg",
|
|
28476
|
+
(y(), w("svg", MD, [...P[37] || (P[37] = [
|
|
28477
28477
|
c("g", { "clip-path": "url(#prefix__clip0_1645_485)" }, [
|
|
28478
28478
|
c("path", {
|
|
28479
28479
|
"clip-rule": "evenodd",
|
|
@@ -28498,15 +28498,15 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28498
28498
|
_: 1
|
|
28499
28499
|
})
|
|
28500
28500
|
]),
|
|
28501
|
-
c("div",
|
|
28501
|
+
c("div", ED, [
|
|
28502
28502
|
c("div", {
|
|
28503
28503
|
onClick: P[22] || (P[22] = () => {
|
|
28504
28504
|
g(l).setComponentArrayAddMethod("push"), ut();
|
|
28505
28505
|
}),
|
|
28506
28506
|
class: "pbx-flex pbx-items-center pbx-justify-center pbx-gap-2 pbx-cursor-pointer"
|
|
28507
28507
|
}, [
|
|
28508
|
-
c("span",
|
|
28509
|
-
c("div",
|
|
28508
|
+
c("span", LD, [
|
|
28509
|
+
c("div", PD, C(g(r)("Add to the bottom")), 1)
|
|
28510
28510
|
]),
|
|
28511
28511
|
P[38] || (P[38] = c("div", { class: "pbx-flex pbx-gap-2 pbx-items-center pbx-justify-center" }, [
|
|
28512
28512
|
c("button", {
|
|
@@ -28520,20 +28520,20 @@ const q0 = /* @__PURE__ */ Lo(LI, [["render", BI]]), AI = { class: "pbx-text-xs
|
|
|
28520
28520
|
])
|
|
28521
28521
|
]));
|
|
28522
28522
|
}
|
|
28523
|
-
},
|
|
28523
|
+
}, _D = {
|
|
28524
28524
|
install: (n) => {
|
|
28525
28525
|
if (!n.config.globalProperties.$pageBuilder) {
|
|
28526
|
-
const e = he, t = new
|
|
28527
|
-
|
|
28526
|
+
const e = he, t = new D1(e);
|
|
28527
|
+
$1(t), n.config.globalProperties.$pageBuilder = t;
|
|
28528
28528
|
}
|
|
28529
28529
|
}
|
|
28530
28530
|
};
|
|
28531
28531
|
export {
|
|
28532
|
-
|
|
28532
|
+
OD as PageBuilder,
|
|
28533
28533
|
Sa as Preview,
|
|
28534
28534
|
MS as createPinia,
|
|
28535
28535
|
Me as getPageBuilder,
|
|
28536
|
-
|
|
28536
|
+
_D as pageBuilder,
|
|
28537
28537
|
Xg as sharedPageBuilderPinia,
|
|
28538
28538
|
he as sharedPageBuilderStore,
|
|
28539
28539
|
h9 as usePageBuilderModal,
|