@innovastudio/contentbuilder 1.4.3 → 1.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public/contentbuilder/contentbuilder.esm.js +378 -19
- package/public/contentbuilder/contentbuilder.min.js +8 -8
- package/public/contentbuilder/lang/en.js +4 -1
- package/public/contentbuilder/lang/fr.js +4 -1
- package/public/contentbuilder/plugins/preview/plugin.js +1 -1
@@ -401,9 +401,12 @@ _txt["Add Row ID"] = "Add Row ID";
|
|
401
401
|
_txt["Add Column ID"] = "Add Column ID";
|
402
402
|
_txt["Add Element ID"] = "Add Element ID";
|
403
403
|
_txt["Add Css Classes"] = "Add Css Classes";
|
404
|
+
_txt["Laptop"] = "Laptop";
|
404
405
|
_txt["Mobile"] = "Mobile";
|
405
406
|
_txt["Tablet"] = "Tablet";
|
406
407
|
_txt["Laptop/Tablet (Landscape)"] = "Laptop/Tablet (Landscape)";
|
408
|
+
_txt["Tablet (Landscape)"] = "Tablet (Landscape)";
|
407
409
|
_txt["Tablet (Portrait)"] = "Tablet (Portrait)";
|
408
410
|
_txt["Laptop/Tablet"] = "Laptop/Tablet";
|
409
|
-
_txt["Desktop"] = "Desktop";
|
411
|
+
_txt["Desktop"] = "Desktop";
|
412
|
+
_txt["Live Preview"] = "Live Preview";
|
@@ -401,9 +401,12 @@ _txt["Add Row ID"] = "Add Row ID";
|
|
401
401
|
_txt["Add Column ID"] = "Add Column ID";
|
402
402
|
_txt["Add Element ID"] = "Add Element ID";
|
403
403
|
_txt["Add Css Classes"] = "Add Css Classes";
|
404
|
+
_txt["Laptop"] = "Laptop";
|
404
405
|
_txt["Mobile"] = "Mobile";
|
405
406
|
_txt["Tablet"] = "Tablet";
|
406
407
|
_txt["Laptop/Tablet (Landscape)"] = "Laptop/Tablet (Landscape)";
|
408
|
+
_txt["Tablet (Landscape)"] = "Tablet (Landscape)";
|
407
409
|
_txt["Tablet (Portrait)"] = "Tablet (Portrait)";
|
408
410
|
_txt["Laptop/Tablet"] = "Laptop/Tablet";
|
409
|
-
_txt["Desktop"] = "Desktop";
|
411
|
+
_txt["Desktop"] = "Desktop";
|
412
|
+
_txt["Live Preview"] = "Live Preview";
|
@@ -218,7 +218,7 @@ function showPreviewWindow() {
|
|
218
218
|
var jsincludes2 = "";
|
219
219
|
var scripts = doc.body.querySelectorAll("script[src]");
|
220
220
|
for (var i = 0; i < scripts.length; i++) {
|
221
|
-
console.log(scripts[i].src)
|
221
|
+
// console.log(scripts[i].src)
|
222
222
|
if (
|
223
223
|
scripts[i].src.indexOf(".js") != -1 &&
|
224
224
|
scripts[i].src.indexOf("_next/") == -1 && //next
|