@myissue/vue-website-page-builder 3.3.90 → 3.3.92

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.
Files changed (35) hide show
  1. package/README.md +58 -21
  2. package/dist/{ar-ITBqBm-d.js → ar-7SHqp8Wu.js} +44 -40
  3. package/dist/{de-BJpPaS11.js → de-BqPxfNSH.js} +34 -30
  4. package/dist/{en-B_2bnBr-.js → en-DJriivpm.js} +41 -37
  5. package/dist/{es-whPPQx5J.js → es-DFK5Ddk2.js} +51 -47
  6. package/dist/{fr-BT4veodQ.js → fr-8Y1jH_zD.js} +47 -43
  7. package/dist/{hi-ebTmcUsS.js → hi-CAUlTFgq.js} +53 -49
  8. package/dist/{ja-BRtI2tes.js → ja-pz4uHxB3.js} +38 -34
  9. package/dist/{pt-DcvtSuUT.js → pt-DieK86-G.js} +38 -34
  10. package/dist/{ru-Q6PD0n2W.js → ru-MPhaLer-.js} +30 -26
  11. package/dist/style.css +1 -1
  12. package/dist/vue-website-page-builder.js +3495 -3082
  13. package/dist/vue-website-page-builder.umd.cjs +39 -39
  14. package/dist/{zh-Hans-CZQ2JK7v.js → zh-Hans-BEWY32Aq.js} +44 -40
  15. package/package.json +1 -1
  16. package/src/Components/PageBuilder/EditorMenu/Editables/ClassEditor.vue +2 -2
  17. package/src/Components/PageBuilder/EditorMenu/Editables/HTMLEditor.vue +88 -0
  18. package/src/Components/PageBuilder/EditorMenu/Editables/StyleEditor.vue +2 -2
  19. package/src/Components/PageBuilder/EditorMenu/EditorAccordion.vue +2 -2
  20. package/src/Components/PageBuilder/EditorMenu/RightSidebarEditor.vue +30 -26
  21. package/src/Components/TipTap/TipTap.vue +1 -1
  22. package/src/PageBuilder/PageBuilder.vue +13 -19
  23. package/src/composables/builderInstance.ts +30 -5
  24. package/src/css/style.css +2 -2
  25. package/src/locales/ar.json +5 -3
  26. package/src/locales/de.json +5 -4
  27. package/src/locales/en.json +5 -1
  28. package/src/locales/es.json +5 -4
  29. package/src/locales/fr.json +5 -4
  30. package/src/locales/hi.json +6 -4
  31. package/src/locales/ja.json +6 -4
  32. package/src/locales/pt.json +5 -4
  33. package/src/locales/ru.json +6 -5
  34. package/src/locales/zh-Hans.json +5 -3
  35. package/src/services/PageBuilderService.ts +425 -76
package/README.md CHANGED
@@ -8,15 +8,19 @@
8
8
  - [Demo](#demo)
9
9
  - [Overview](#overview)
10
10
  - [Get Started in Minutes](#get-started-in-minutes)
11
- - [Installation](#installation)
12
11
  - [About](#about)
12
+ - [Real-World Application Example](#real-world-application-example)
13
13
  - [Features](#features)
14
14
  - [Trusted by Freelancers and Leading Brands](#trusted-by-freelancers-and-leading-brands)
15
15
  - [Technical Details](#technical-details)
16
16
  - [Documentation](#documentation)
17
17
  - [Requirements](#requirements)
18
- - [Getting Started \& Installation](#getting-started--installation)
18
+ - [Getting Started](#getting-started)
19
+ - [Installation](#installation)
19
20
  - [Quick Start](#quick-start)
21
+ - [Nuxt 3 Integration](#nuxt-3-integration)
22
+ - [Create a Nuxt Plugin](#create-a-nuxt-plugin)
23
+ - [Register the Plugin](#register-the-plugin)
20
24
  - [Initializing the Page Builder](#initializing-the-page-builder)
21
25
  - [Why Use the Shared Instance?](#why-use-the-shared-instance)
22
26
  - [Using the Page Builder Component](#using-the-page-builder-component)
@@ -24,6 +28,7 @@
24
28
  - [Rendering HTML Output in Other Frameworks (React, Nuxt, etc.)](#rendering-html-output-in-other-frameworks-react-nuxt-etc)
25
29
  - [Providing Configuration to the Page Builder](#providing-configuration-to-the-page-builder)
26
30
  - [Comprehensive Language Support in the Page Builder](#comprehensive-language-support-in-the-page-builder)
31
+ - [Default language](#default-language)
27
32
  - [Disabling the Language Dropdown](#disabling-the-language-dropdown)
28
33
  - [Local Storage \& Auto-Save](#local-storage--auto-save)
29
34
  - [Retrieving the Latest HTML Content for Form Submission](#retrieving-the-latest-html-content-for-form-submission)
@@ -69,7 +74,7 @@ A lightweight and minimalist Page Builder with an elegant and intuitive design,
69
74
 
70
75
  Build responsive pages like listings, jobs, or blog posts and manage content easily.
71
76
 
72
- <img style="max-width: 100%;" src="./public/home/editor.jpg" alt="Vue Website Page Builder - the editor" />
77
+ <img style="width: 100%;" src="./public/home/for_read_me/browser_boat.svg" alt="Vue Website Page Builder - the editor" />
73
78
 
74
79
  ## Get Started in Minutes
75
80
 
@@ -78,21 +83,17 @@ Follow the [Quick Start](#quick-start) guide to begin building with just a few s
78
83
 
79
84
  ---
80
85
 
81
- ## Installation
86
+ ## About
82
87
 
83
- The web builder for stunning pages. Enable users to design and publish modern pages at any scale.
88
+ A Page Builder designed for growth. Build your website pages with ready-made components that are fully customizable and always responsive, designed to fit every need. A powerful Page Builder for growing merchants, brands, and agencies. And it is totally free.
84
89
 
85
- ```bash
86
- npm install @myissue/vue-website-page-builder
87
- ```
90
+ <img style="width: 100%;" src="./public/home/for_read_me/browser_components.svg" alt="Vue Website Page Builder - the editor" />
88
91
 
89
- ---
92
+ ## Real-World Application Example
90
93
 
91
- ## About
94
+ Discover how the Vue Website Page Builder is empowering businesses to create dynamic and responsive web pages. A prime example is [myself.ae](https://www.myself.ae/stores), where the builder is utilized to create engaging and user-friendly online store pages.
92
95
 
93
- A Page Builder designed for growth. Build your website pages with ready-made components that are fully customizable and always responsive, designed to fit every need. A powerful Page Builder for growing merchants, brands, and agencies. And it is totally free.
94
-
95
- <img style="max-width: 100%;" src="./public/home/media_library.jpg" alt="Vue Website Page Builder - the editor" />
96
+ <img style="width: 100%;" src="./public/home/for_read_me/browser_components.svg" alt="Vue Website Page Builder - the editor" />
96
97
 
97
98
  ## Features
98
99
 
@@ -142,7 +143,7 @@ Please note that these instructions assume you have Node.js installed.
142
143
  - Vue.js ≥ 3.0.0
143
144
  - Modern browser with ES6+ support
144
145
 
145
- ## Getting Started & Installation
146
+ ## Getting Started
146
147
 
147
148
  Make sure to install the dependencies:
148
149
 
@@ -160,11 +161,43 @@ yarn install
160
161
  bun install
161
162
  ```
162
163
 
164
+ ## Installation
165
+
166
+ The web builder for stunning pages. Enable users to design and publish modern pages at any scale.
167
+
168
+ ```bash
169
+ npm install @myissue/vue-website-page-builder
170
+ ```
171
+
163
172
  ## Quick Start
164
173
 
165
174
  Get up and running with the Vue Website Page Builder in just a few minutes.
166
175
  This section walks you through the essential steps—from installation to rendering your first page—so you can start building beautiful, dynamic content right away.
167
176
 
177
+ ### Nuxt 3 Integration
178
+
179
+ To use `@myissue/vue-website-page-builder` in a Nuxt 3 project, follow these steps:
180
+
181
+ #### Create a Nuxt Plugin
182
+
183
+ ```js
184
+ import { defineNuxtPlugin } from '#app'
185
+ import PageBuilder from '@myissue/vue-website-page-builder'
186
+ import '@myissue/vue-website-page-builder/style.css'
187
+
188
+ export default defineNuxtPlugin((nuxtApp) => {
189
+ nuxtApp.vueApp.use(PageBuilder)
190
+ })
191
+ ```
192
+
193
+ #### Register the Plugin
194
+
195
+ ```js
196
+ export default defineNuxtConfig({
197
+ plugins: ['~/plugins/page-builder.client.ts'],
198
+ })
199
+ ```
200
+
168
201
  ### Initializing the Page Builder
169
202
 
170
203
  To get started with the Page Builder, follow these steps:
@@ -247,7 +280,6 @@ You can use the Page Builder to generate HTML and render it in any frontend fram
247
280
  To ensure your content is styled correctly, simply install the Page Builder package in your target project and import its CSS file. All builder and Tailwind-prefixed styles will be applied automatically.
248
281
 
249
282
  ```js
250
- // Import the builder's CSS file once in your project
251
283
  import '@myissue/vue-website-page-builder/style.css'
252
284
  ```
253
285
 
@@ -354,13 +386,14 @@ The Page Builder offers robust multilingual support, enabling you to reach a glo
354
386
  | Arabic | ar |
355
387
  | Hindi | hi |
356
388
 
389
+ #### Default language
390
+
357
391
  You can set a default language for your project:
358
392
 
359
393
  ```js
360
394
  userSettings: {
361
395
  language: {
362
396
  default: 'en',
363
- enable: ['en', 'zh-Hans', 'fr'],
364
397
  },
365
398
  },
366
399
  ```
@@ -570,7 +603,7 @@ function closePageBuilder() {
570
603
 
571
604
  To allow users to use the Publish button from inside the builder, use the `showPublishButton` prop and listen for the `@handlePublishPageBuilder` event.
572
605
 
573
- > **Note:**
606
+ > **Note:**
574
607
  > When the Publish button is clicked, the Page Builder will automatically save the latest changes to local storage before emitting the `@handlePublishPageBuilder` event. This ensures you always receive the most up-to-date content.
575
608
 
576
609
  ```vue
@@ -595,7 +628,7 @@ const handlePublish = () => {
595
628
  - `:showPublishButton="true"` — shows a publish button in the Page Builder toolbar.
596
629
  - `@handlePublishPageBuilder="handlePublish"` — emits after the builder auto-saves, so you always get the latest content.
597
630
 
598
- > **Tip:**
631
+ > **Tip:**
599
632
  > You can name your handler function anything you like. This pattern makes it easy to embed the builder in modals, dialogs, or overlays in any Vue app.
600
633
 
601
634
  - `:showPublishButton="true"` — shows a publish button in the Page Builder toolbar.
@@ -700,15 +733,15 @@ The Page Builder is designed to be easy to use and flexible for any web project.
700
733
  The builder saves this configuration immediately—even if the editing interface (DOM) isn’t loaded yet. This means you can safely set up the builder in advance, and it will be ready as soon as the editor appears on the page.
701
734
 
702
735
  - **Loading Content:**
703
- If you have existing content (like a published page), the builder loads it so you can keep editing. If not, you start with a blank page.
736
+ If you have existing content (like a published page), the builder loads it so you can continue editing. If not, you start with a blank page.
704
737
 
705
738
  - **Editing Experience:**
706
739
  As you add, move, or edit components (like text, images, or sections), the builder keeps everything in sync—both in the app’s memory and in your browser’s local storage. This means your work is always saved, even if you close the browser.
707
740
 
708
741
  **In short:**
709
- The Page Builder handles all the technical details of editing, saving, and loading pages, so your users can focus on creating great content—without worrying about losing their work or dealing with complicated setup.
742
+ The Page Builder handles all the technical details of editing, saving, and loading pages, so your users can focus on creating great content—without worrying about losing their work or dealing with a complicated setup.
710
743
 
711
- <img style="max-width: 100%;" src="./public/home/page_builder_architecture.png" alt="Vue Website Page Builder - the editor" />
744
+ <img style="max-width: 100%;" src="./public/home/for_read_me/page_builder_architecture.svg" alt="Vue Website Page Builder - the editor" />
712
745
 
713
746
  ## Contributing
714
747
 
@@ -740,3 +773,7 @@ We would greatly appreciate it if you could star the GitHub repository. Starring
740
773
  ## License
741
774
 
742
775
  [MIT License](./LICENSE)
776
+
777
+ ```
778
+
779
+ ```
@@ -1,4 +1,4 @@
1
- const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "نشر", a = "إغلاق", s = "مكون", i = "أنماط", r = "الطباعة", l = "اختر", d = "الحشو", c = "الهامش", p = "عالمي", u = "محدد", g = "الحدود", m = "شفاف", y = "إضافة", h = "خاصية", T = "قيمة", S = "تحرير", C = "حذف", w = "معاينة", b = "جوال", f = "غامق", v = "رابط", L = "قائمة", H = "بحث", M = "أفقي", D = "عمودي", B = "مربع الشكل", P = "صور", k = "السابق", A = "التالي", x = "معلومات", I = "نص", E = "أنواع", F = "مصفوفة", R = "المحتوى", V = "عنصر", q = "مكون", z = "الكل", U = "صورة", W = {
1
+ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "نشر", a = "إغلاق", s = "مكون", i = "أنماط", r = "الطباعة", l = "اختر", d = "الحشو", c = "الهامش", u = "عالمي", p = "محدد", g = "الحدود", m = "شفاف", h = "إضافة", y = "خاصية", T = "قيمة", S = "تحرير", C = "حذف", w = "معاينة", f = "جوال", v = "غامق", b = "قائمة", L = "بحث", H = "أفقي", M = "عمودي", D = "مربع الشكل", B = "صور", k = "السابق", P = "التالي", A = "معلومات", x = "نص", I = "رابط", E = "أنواع", F = "مصفوفة", R = "المحتوى", V = "عنصر", W = "مكون", q = "الكل", U = "صورة", z = {
2
2
  "Reset Page": "إعادة تعيين الصفحة",
3
3
  "Global Page Styles": "أنماط الصفحة العامة",
4
4
  "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، إنه كل ما تحتاجه - ملفوف في منشئ واحد سلس. قم ببناء صفحات مذهلة في دقائق.",
@@ -47,8 +47,8 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
47
47
  "Vertical Margin": "الهامش العمودي",
48
48
  "Horizontal Margin": "الهامش الأفقي",
49
49
  "Border Radius": "نصف القطر الحدودي",
50
- Global: p,
51
- Specific: u,
50
+ Global: u,
51
+ Specific: p,
52
52
  "Border Radius top left": "نصف القطر الحدودي العلوي الأيسر",
53
53
  "Border Radius top right": "نصف القطر الحدودي العلوي الأيمن",
54
54
  "Border Radius bottom left": "نصف القطر الحدودي السفلي الأيسر",
@@ -64,11 +64,11 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
64
64
  "Add your CSS.": "أضف CSS الخاص بك.",
65
65
  "The pbx- prefix is added automatically.": "يتم إضافة البادئة pbx- تلقائيًا.",
66
66
  "Type class": "اكتب الفئة",
67
- Add: y,
67
+ Add: h,
68
68
  "Inline Styles": "أنماط مضمنة",
69
69
  "These are the inline styles applied by the builder. Add your own styles and press Enter to apply them to the selected element.": "هذه هي الأنماط المضمنة التي يطبقها المنشئ. أضف أنماطك الخاصة واضغط على Enter لتطبيقها على العنصر المحدد.",
70
70
  "Add your own style.": "أضف نمطك الخاص.",
71
- property: h,
71
+ property: y,
72
72
  value: T,
73
73
  Editing: S,
74
74
  "Loading...": "جار التحميل...",
@@ -80,7 +80,7 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
80
80
  Delete: C,
81
81
  "Add to the bottom": "أضف إلى الأسفل",
82
82
  Preview: w,
83
- Mobile: b,
83
+ Mobile: f,
84
84
  "Demo Content": "معاينة",
85
85
  "Demo Description": "تعرف على منشئ الصفحات الخفيف والمجاني Vue Click & Drop. قم بإنشاء وتعزيز التجارب الرقمية بسهولة باستخدام Vue. ليس كل شيء قوي يجب أن يكون معقدًا. يوفر هذا المنشئ البسيط والخفيف واجهة أنيقة وبديهية تركز على البساطة والسرعة. قم ببناء صفحات متجاوبة بالكامل مثل القوائم، لوحات الوظائف، أو منشورات المدونة - وأدر محتواك بسهولة باستخدام منشئ الصفحات المجاني Click & Drop.",
86
86
  "Demo Description Two": "منشئ صفحات مصمم للنمو. قم ببناء صفحات موقعك الإلكتروني باستخدام مكونات جاهزة قابلة للتخصيص بالكامل ومتجاوبة دائمًا، مصممة لتلبية كل احتياجاتك. منشئ صفحات قوي للتجار والعلامات التجارية والوكالات المتنامية.",
@@ -92,11 +92,10 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
92
92
  "Edit text and links": "تحرير النصوص والروابط",
93
93
  "Enter URL": "أدخل عنوان URL",
94
94
  "Line break": "فاصل سطر",
95
- Bold: f,
96
- Link: v,
95
+ Bold: v,
97
96
  "Header 2": "عنوان 2",
98
97
  "Header 3": "عنوان 3",
99
- List: L,
98
+ List: b,
100
99
  "Add a valid URL to transform the selected text into a clickable hyperlink that directs users to the specified web address.": "أضف عنوان URL صالحًا لتحويل النص المحدد إلى ارتباط تشعبي قابل للنقر يوجه المستخدمين إلى عنوان الويب المحدد.",
101
100
  "Select image": "اختر صورة",
102
101
  "Manage Content": "إدارة المحتوى",
@@ -104,20 +103,20 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
104
103
  "Reset changes": "إعادة التغييرات",
105
104
  "Do you want to reset this page?": "هل تريد إعادة تعيين هذه الصفحة؟",
106
105
  "Are you sure you want to reset this page? This will overwrite your current changes.": "هل أنت متأكد أنك تريد إعادة تعيين هذه الصفحة؟ سيؤدي هذا إلى الكتابة فوق التغييرات الحالية.",
107
- Search: H,
106
+ Search: L,
108
107
  "Search...": "ابحث...",
109
- Landscape: M,
110
- Portrait: D,
111
- Squarish: B,
108
+ Landscape: H,
109
+ Portrait: M,
110
+ Squarish: D,
112
111
  "Total pages": "إجمالي الصفحات",
113
- Images: P,
112
+ Images: B,
114
113
  "First page": "الصفحة الأولى",
115
114
  Prev: k,
116
- Next: A,
115
+ Next: P,
117
116
  "By:": "بواسطة:",
118
117
  "We did not find any images. Make a new search.": "لم نجد أي صور. قم ببحث جديد.",
119
118
  "No results on current page. Navigate to First Page.": "لا توجد نتائج في الصفحة الحالية. انتقل إلى الصفحة الأولى.",
120
- Information: x,
119
+ Information: A,
121
120
  "From:": "من:",
122
121
  " Select image": " اختر صورة",
123
122
  "Layouts and visual.": "التخطيطات والمرئيات.",
@@ -128,14 +127,14 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
128
127
  "Three Square Images": "ثلاث صور مربعة",
129
128
  "Six Square Images Grid": "شبكة من ست صور مربعة",
130
129
  "Three Vertical Images": "ثلاث صور عمودية",
131
- "Four Square Images With Text": "أربع صور مربعة مع نص",
132
130
  "Three Square Images With Text": "ثلاث صور مربعة مع نص",
133
131
  "Two Square Images With Text": "صورتان مربعتان مع نص",
134
- Text: I,
132
+ Text: x,
135
133
  "Header H2": "رأس H2",
136
134
  "Header H3": "رأس H3",
137
135
  "YouTube Video": "فيديو يوتيوب",
138
136
  "Break Divider": "فاصل",
137
+ Link: I,
139
138
  "Selected HTML": "HTML المحدد",
140
139
  "Overview of Selected Element, Component, and Components. This section provides real-time updates based on your HTML selection.": "نظرة عامة على العنصر المحدد والمكون والمكونات. يوفر هذا القسم تحديثات في الوقت الفعلي بناءً على اختيار HTML الخاص بك.",
141
140
  Types: E,
@@ -145,7 +144,7 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
145
144
  array: F,
146
145
  Content: R,
147
146
  Element: V,
148
- Component: q,
147
+ Component: W,
149
148
  "Components added": "تمت إضافة المكونات",
150
149
  "No Element selected": "لم يتم تحديد عنصر",
151
150
  "Selected HTML:": "HTML المحدد:",
@@ -156,52 +155,57 @@ const e = "حفظ", t = "خيارات", o = "الصورة الرمزية", n = "
156
155
  "Title:": "العنوان:",
157
156
  "HTML Code:": "كود HTML:",
158
157
  "No Components added yet": "لم تتم إضافة مكونات بعد",
159
- All: z,
158
+ All: q,
160
159
  Image: U,
161
160
  "Image & Text": "صورة ونص",
162
- "Four Square Images": "أربع صور مربعة"
161
+ "Four Square Images With Text": "أربع صور مربعة مع نص",
162
+ "Four Square Images": "أربع صور مربعة",
163
+ "Continue Your Work?": "أترغب في متابعة عملك؟",
164
+ "We noticed you have some changes that weren’t saved last time. Would you like to pick up where you left off, or use the version that’s currently loaded from the database?": "لاحظنا أن لديك بعض التغييرات التي لم يتم حفظها في المرة الأخيرة. هل ترغب في المتابعة من حيث توقفت، أم استخدام النسخة المح��لة حاليًا من قاعدة البيانات؟",
165
+ "Use Saved Version": "استخدام النسخة المحفوظة",
166
+ "Continue Where I Left Off": "المتابعة من حيث توقفت"
163
167
  };
164
168
  export {
165
- y as Add,
166
- z as All,
167
- f as Bold,
169
+ h as Add,
170
+ q as All,
171
+ v as Bold,
168
172
  g as Border,
169
173
  a as Close,
170
- q as Component,
174
+ W as Component,
171
175
  R as Content,
172
176
  C as Delete,
173
177
  S as Editing,
174
178
  V as Element,
175
- p as Global,
179
+ u as Global,
176
180
  U as Image,
177
- P as Images,
178
- x as Information,
179
- M as Landscape,
180
- v as Link,
181
- L as List,
181
+ B as Images,
182
+ A as Information,
183
+ H as Landscape,
184
+ I as Link,
185
+ b as List,
182
186
  c as Margin,
183
- b as Mobile,
184
- A as Next,
187
+ f as Mobile,
188
+ P as Next,
185
189
  t as Options,
186
190
  d as Padding,
187
- D as Portrait,
191
+ M as Portrait,
188
192
  k as Prev,
189
193
  w as Preview,
190
194
  n as Publish,
191
195
  e as Save,
192
- H as Search,
196
+ L as Search,
193
197
  l as Select,
194
- u as Specific,
195
- B as Squarish,
198
+ p as Specific,
199
+ D as Squarish,
196
200
  i as Styles,
197
- I as Text,
201
+ x as Text,
198
202
  m as Transparent,
199
203
  E as Types,
200
204
  r as Typographies,
201
205
  F as array,
202
206
  o as avatar,
203
207
  s as component,
204
- W as default,
205
- h as property,
208
+ z as default,
209
+ y as property,
206
210
  T as value
207
211
  };
@@ -1,4 +1,4 @@
1
- const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r = "Schließen", s = "Komponente", a = "Stile", o = "Typografien", l = "Auswählen", d = "Abstand", u = "Rand", c = "Global", h = "Spezifisch", g = "Rand", m = "Transparent", S = "Hinzufügen", p = "Eigenschaft", f = "Wert", b = "schließen", w = "Bearbeiten", k = "Löschen", y = "Vorschau", T = "Mobil", B = "Fett", v = "Link", z = "Liste", E = "Suche", C = "Querformat", D = "Hochformat", L = "Quadratisch", I = "Bilder", A = "Zurück", H = "Weiter", M = "Informationen", x = "Text", P = "Typen", K = "Array", R = "Inhalt", V = "Element", F = "Komponente", W = "Alle", q = "Bild", G = {
1
+ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r = "Schließen", s = "Komponente", a = "Stile", o = "Typografien", l = "Auswählen", d = "Abstand", u = "Rand", c = "Global", h = "Spezifisch", g = "Rand", m = "Transparent", S = "Hinzufügen", p = "Eigenschaft", f = "Wert", b = "schließen", w = "Bearbeiten", k = "Löschen", y = "Vorschau", T = "Mobil", v = "Fett", B = "Liste", z = "Suche", E = "Querformat", C = "Hochformat", D = "Quadratisch", I = "Bilder", L = "Zurück", A = "Weiter", H = "Informationen", M = "Text", x = "Link", P = "Typen", K = "Array", R = "Inhalt", V = "Element", W = "Komponente", F = "Alle", q = "Bild", G = {
2
2
  "Reset Page": "Seite zurücksetzen",
3
3
  "Global Page Styles": "Globale Seitenstile",
4
4
  "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 sogar Unsplash-Integration ist es alles, was Sie brauchen – verpackt in einem nahtlosen Builder. Erstellen Sie beeindruckende Seiten in Minuten.",
@@ -94,11 +94,10 @@ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r =
94
94
  "Edit text and links": "Text und Links bearbeiten",
95
95
  "Enter URL": "URL eingeben",
96
96
  "Line break": "Zeilenumbruch",
97
- Bold: B,
98
- Link: v,
97
+ Bold: v,
99
98
  "Header 2": "Überschrift 2",
100
99
  "Header 3": "Überschrift 3",
101
- List: z,
100
+ List: B,
102
101
  "Add a valid URL to transform the selected text into a clickable hyperlink that directs users to the specified web address.": "Fügen Sie eine gültige URL hinzu, um den ausgewählten Text in einen anklickbaren Hyperlink zu verwandeln, der Benutzer zur angegebenen Webadresse führt.",
103
102
  "Select image": "Bild auswählen",
104
103
  "Manage Content": "Inhalte verwalten",
@@ -106,20 +105,20 @@ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r =
106
105
  "Reset changes": "Änderungen zurücksetzen",
107
106
  "Do you want to reset this page?": "Möchten Sie diese Seite zurücksetzen?",
108
107
  "Are you sure you want to reset this page? This will overwrite your current changes.": "Sind Sie sicher, dass Sie diese Seite zurücksetzen möchten? Dadurch werden Ihre aktuellen Änderungen überschrieben.",
109
- Search: E,
108
+ Search: z,
110
109
  "Search...": "Suchen...",
111
- Landscape: C,
112
- Portrait: D,
113
- Squarish: L,
110
+ Landscape: E,
111
+ Portrait: C,
112
+ Squarish: D,
114
113
  "Total pages": "Gesamtseiten",
115
114
  Images: I,
116
115
  "First page": "Erste Seite",
117
- Prev: A,
118
- Next: H,
116
+ Prev: L,
117
+ Next: A,
119
118
  "By:": "Von:",
120
119
  "We did not find any images. Make a new search.": "Wir haben keine Bilder gefunden. Machen Sie eine neue Suche.",
121
120
  "No results on current page. Navigate to First Page.": "Keine Ergebnisse auf der aktuellen Seite. Zur ersten Seite navigieren.",
122
- Information: M,
121
+ Information: H,
123
122
  "From:": "Von:",
124
123
  " Select image": " Bild auswählen",
125
124
  "Layouts and visual.": "Layouts und visuell.",
@@ -129,14 +128,14 @@ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r =
129
128
  "Two Square Images": "Zwei quadratische Bilder",
130
129
  "Three Square Images": "Drei quadratische Bilder",
131
130
  "Six Square Images Grid": "Sechs quadratische Bilder im Raster",
132
- "Three Vertical Images": "Zwei quadratische Bilder mit Text",
133
- "Four Square Images With Text": "Vier quadratische Bilder mit Text",
134
131
  "Three Square Images With Text": "Drei quadratische Bilder mit Text",
135
- Text: x,
132
+ "Three Vertical Images": "Zwei quadratische Bilder mit Text",
133
+ Text: M,
136
134
  "Header H2": "Überschrift H2",
137
135
  "Header H3": "Überschrift H3",
138
136
  "YouTube Video": "YouTube-Video",
139
137
  "Break Divider": "Trennlinie",
138
+ Link: x,
140
139
  "Selected HTML": "Ausgewähltes HTML",
141
140
  "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.",
142
141
  Types: P,
@@ -146,7 +145,7 @@ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r =
146
145
  array: K,
147
146
  Content: R,
148
147
  Element: V,
149
- Component: F,
148
+ Component: W,
150
149
  "Components added": "Komponenten hinzugefügt",
151
150
  "No Element selected": "Kein Element ausgewählt",
152
151
  "Selected HTML:": "Ausgewähltes HTML:",
@@ -157,18 +156,23 @@ const e = "Speichern", n = "Optionen", t = "Avatar", i = "Veröffentlichen", r =
157
156
  "Title:": "Titel:",
158
157
  "HTML Code:": "HTML-Code:",
159
158
  "No Components added yet": "Noch keine Komponenten hinzugefügt",
160
- All: W,
159
+ All: F,
161
160
  Image: q,
162
161
  "Image & Text": "Bild & Text",
163
- "Four Square Images": "Vier quadratische Bilder"
162
+ "Four Square Images With Text": "Vier quadratische Bilder mit Text",
163
+ "Four Square Images": "Vier quadratische Bilder",
164
+ "Continue Your Work?": "Möchten Sie Ihre Arbeit fortsetzen?",
165
+ "We noticed you have some changes that weren’t saved last time. Would you like to pick up where you left off, or use the version that’s currently loaded from the database?": "Wir haben festgestellt, dass Sie beim letzten Mal einige Änderungen nicht gespeichert haben. Möchten Sie dort weitermachen, wo Sie aufgehört haben, oder die aktuell aus der Datenbank geladene Version verwenden?",
166
+ "Use Saved Version": "Gespeicherte Version verwenden",
167
+ "Continue Where I Left Off": "Dort weitermachen, wo ich aufgehört habe"
164
168
  };
165
169
  export {
166
170
  S as Add,
167
- W as All,
168
- B as Bold,
171
+ F as All,
172
+ v as Bold,
169
173
  g as Border,
170
174
  r as Close,
171
- F as Component,
175
+ W as Component,
172
176
  R as Content,
173
177
  k as Delete,
174
178
  w as Editing,
@@ -176,26 +180,26 @@ export {
176
180
  c as Global,
177
181
  q as Image,
178
182
  I as Images,
179
- M as Information,
180
- C as Landscape,
181
- v as Link,
182
- z as List,
183
+ H as Information,
184
+ E as Landscape,
185
+ x as Link,
186
+ B as List,
183
187
  u as Margin,
184
188
  T as Mobile,
185
- H as Next,
189
+ A as Next,
186
190
  n as Options,
187
191
  d as Padding,
188
- D as Portrait,
189
- A as Prev,
192
+ C as Portrait,
193
+ L as Prev,
190
194
  y as Preview,
191
195
  i as Publish,
192
196
  e as Save,
193
- E as Search,
197
+ z as Search,
194
198
  l as Select,
195
199
  h as Specific,
196
- L as Squarish,
200
+ D as Squarish,
197
201
  a as Styles,
198
- x as Text,
202
+ M as Text,
199
203
  m as Transparent,
200
204
  P as Types,
201
205
  o as Typographies,