@innovastudio/contentbuilder 1.5.216 → 1.5.217
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/index.d.ts +24 -15
- package/package.json +1 -1
- package/public/contentbuilder/contentbuilder.css +87 -29
- package/public/contentbuilder/contentbuilder.esm.js +4444 -696
- package/public/contentbuilder/contentbuilder.min.js +5 -5
- package/public/contentbuilder/lang/en.js +46 -0
- package/public/contentbuilder/lang/fr.js +46 -0
- package/readme.txt +2 -14
|
@@ -1006,3 +1006,49 @@ _txt["Portrait"] = "Portrait";
|
|
|
1006
1006
|
_txt["Landscape"] = "Landscape";
|
|
1007
1007
|
_txt["B&W"] = "B&W";
|
|
1008
1008
|
_txt["Creative"] = "Creative";
|
|
1009
|
+
|
|
1010
|
+
// Attachment refusals — what a model takes, and how a provider's own refusal reads
|
|
1011
|
+
_txt["It does not accept file attachments"] = "It does not accept file attachments";
|
|
1012
|
+
_txt["could not read the attached file"] = "could not read the attached file";
|
|
1013
|
+
_txt["The provider said"] = "The provider said";
|
|
1014
|
+
_txt["images"] = "images";
|
|
1015
|
+
_txt["text or code files"] = "text or code files";
|
|
1016
|
+
_txt["Office files"] = "Office files";
|
|
1017
|
+
_txt["Please convert it to JPG or PNG and attach that."] = "Please convert it to JPG or PNG and attach that.";
|
|
1018
|
+
_txt["The selected model"] = "The selected model";
|
|
1019
|
+
_txt["Please convert it to JPG or PNG."] = "Please convert it to JPG or PNG.";
|
|
1020
|
+
_txt["does not accept file attachments"] = "does not accept file attachments";
|
|
1021
|
+
_txt["file type not accepted"] = "file type not accepted";
|
|
1022
|
+
_txt["Please attach"] = "Please attach";
|
|
1023
|
+
_txt["instead"] = "instead";
|
|
1024
|
+
_txt["File attachments are not accepted."] = "File attachments are not accepted.";
|
|
1025
|
+
_txt["text files"] = "text files";
|
|
1026
|
+
_txt["Couldn't complete this request right now. Please try again later."] = "Couldn't complete this request right now. Please try again later.";
|
|
1027
|
+
_txt["Couldn't complete this request."] = "Couldn't complete this request.";
|
|
1028
|
+
_txt["Provider"] = "Provider";
|
|
1029
|
+
|
|
1030
|
+
// Code Chat v2 (chatEngine: 'v2') — progress lines shown while editing rows
|
|
1031
|
+
_txt["Reading row"] = "Reading row";
|
|
1032
|
+
_txt["Updating row"] = "Updating row";
|
|
1033
|
+
_txt["Adding a new row"] = "Adding a new row";
|
|
1034
|
+
_txt["Removing a row"] = "Removing a row";
|
|
1035
|
+
|
|
1036
|
+
// Code Chat v2 (chatEngine: 'v2')
|
|
1037
|
+
_txt["Looking at the page"] = "Looking at the page";
|
|
1038
|
+
_txt["Generating image"] = "Generating image";
|
|
1039
|
+
_txt["Editing image"] = "Editing image";
|
|
1040
|
+
_txt["Reading the attachment"] = "Reading the attachment";
|
|
1041
|
+
_txt["Working"] = "Working";
|
|
1042
|
+
_txt["Busy — waiting"] = "Busy — waiting";
|
|
1043
|
+
_txt["Thinking"] = "Thinking";
|
|
1044
|
+
_txt["That took more steps than expected — tell me the next part and I will carry on."] = "That took more steps than expected — tell me the next part and I will carry on.";
|
|
1045
|
+
_txt["AI Model"] = "AI Model";
|
|
1046
|
+
_txt["Select the AI model used for building the page and answering questions"] = "Select the AI model used for building the page and answering questions";
|
|
1047
|
+
|
|
1048
|
+
/* new form plugin */
|
|
1049
|
+
_txt["Edit Form"] = "Edit Form";
|
|
1050
|
+
_txt["Form Builder"] = "Form Builder";
|
|
1051
|
+
_txt["Designer"] = "Designer";
|
|
1052
|
+
_txt["1 field"] = "1 field";
|
|
1053
|
+
_txt["fields"] = "fields";
|
|
1054
|
+
_txt["No form yet."] = "No form yet.";
|
|
@@ -1006,3 +1006,49 @@ _txt["Portrait"] = "Portrait";
|
|
|
1006
1006
|
_txt["Landscape"] = "Paysage";
|
|
1007
1007
|
_txt["B&W"] = "N&B";
|
|
1008
1008
|
_txt["Creative"] = "Créatif";
|
|
1009
|
+
|
|
1010
|
+
/* new form plugin */
|
|
1011
|
+
_txt["Edit Form"] = "Edit Form";
|
|
1012
|
+
_txt["Form Builder"] = "Form Builder";
|
|
1013
|
+
_txt["Designer"] = "Designer";
|
|
1014
|
+
_txt["1 field"] = "1 field";
|
|
1015
|
+
_txt["fields"] = "fields";
|
|
1016
|
+
_txt["No form yet."] = "No form yet.";
|
|
1017
|
+
|
|
1018
|
+
// Attachment refusals — what a model takes, and how a provider's own refusal reads
|
|
1019
|
+
_txt["It does not accept file attachments"] = "It does not accept file attachments";
|
|
1020
|
+
_txt["could not read the attached file"] = "could not read the attached file";
|
|
1021
|
+
_txt["The provider said"] = "The provider said";
|
|
1022
|
+
_txt["images"] = "images";
|
|
1023
|
+
_txt["text or code files"] = "text or code files";
|
|
1024
|
+
_txt["Office files"] = "Office files";
|
|
1025
|
+
_txt["Please convert it to JPG or PNG and attach that."] = "Please convert it to JPG or PNG and attach that.";
|
|
1026
|
+
_txt["The selected model"] = "The selected model";
|
|
1027
|
+
_txt["Please convert it to JPG or PNG."] = "Please convert it to JPG or PNG.";
|
|
1028
|
+
_txt["does not accept file attachments"] = "does not accept file attachments";
|
|
1029
|
+
_txt["file type not accepted"] = "file type not accepted";
|
|
1030
|
+
_txt["Please attach"] = "Please attach";
|
|
1031
|
+
_txt["instead"] = "instead";
|
|
1032
|
+
_txt["File attachments are not accepted."] = "File attachments are not accepted.";
|
|
1033
|
+
_txt["text files"] = "text files";
|
|
1034
|
+
_txt["Couldn't complete this request right now. Please try again later."] = "Couldn't complete this request right now. Please try again later.";
|
|
1035
|
+
_txt["Couldn't complete this request."] = "Couldn't complete this request.";
|
|
1036
|
+
_txt["Provider"] = "Provider";
|
|
1037
|
+
|
|
1038
|
+
// Code Chat v2 (chatEngine: 'v2') — progress lines shown while editing rows
|
|
1039
|
+
_txt["Reading row"] = "Reading row";
|
|
1040
|
+
_txt["Updating row"] = "Updating row";
|
|
1041
|
+
_txt["Adding a new row"] = "Adding a new row";
|
|
1042
|
+
_txt["Removing a row"] = "Removing a row";
|
|
1043
|
+
|
|
1044
|
+
// Code Chat v2 (chatEngine: 'v2')
|
|
1045
|
+
_txt["Looking at the page"] = "Looking at the page";
|
|
1046
|
+
_txt["Generating image"] = "Generating image";
|
|
1047
|
+
_txt["Editing image"] = "Editing image";
|
|
1048
|
+
_txt["Reading the attachment"] = "Reading the attachment";
|
|
1049
|
+
_txt["Working"] = "Working";
|
|
1050
|
+
_txt["Busy — waiting"] = "Busy — waiting";
|
|
1051
|
+
_txt["Thinking"] = "Thinking";
|
|
1052
|
+
_txt["That took more steps than expected — tell me the next part and I will carry on."] = "That took more steps than expected — tell me the next part and I will carry on.";
|
|
1053
|
+
_txt["AI Model"] = "AI Model";
|
|
1054
|
+
_txt["Select the AI model used for building the page and answering questions"] = "Select the AI model used for building the page and answering questions";
|
package/readme.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
========================================================================
|
|
2
|
-
CONTENTBUILDER.JS 6.0.
|
|
2
|
+
CONTENTBUILDER.JS 6.0.3
|
|
3
3
|
========================================================================
|
|
4
4
|
|
|
5
5
|
Thanks for using ContentBuilder.js - a browser-based drag & drop HTML
|
|
@@ -132,12 +132,6 @@ Source Code (Super License) package is for.
|
|
|
132
132
|
They're plain Markdown, so you can hand the folder to an AI
|
|
133
133
|
assistant as reference and just describe the plugin you want.
|
|
134
134
|
|
|
135
|
-
3. RESTYLE WITH CSS / THEMES.
|
|
136
|
-
The editor ships with prebuilt theme CSS in
|
|
137
|
-
public/contentbuilder/. Pick a theme via options, or add your own
|
|
138
|
-
CSS to override styles. (The SCSS theme sources, for building new
|
|
139
|
-
themes from scratch, come with the Source Code package.)
|
|
140
|
-
|
|
141
135
|
|
|
142
136
|
------------------------------------------------------------------------
|
|
143
137
|
4. WORKING WITH AN AI ASSISTANT (CLAUDE, ETC.)
|
|
@@ -289,13 +283,7 @@ Canvas mode is an option for seamless (gridless) block positioning:
|
|
|
289
283
|
previewURL: 'preview-canvas.html',
|
|
290
284
|
});
|
|
291
285
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
<link href="block/block.css" rel="stylesheet">
|
|
295
|
-
<script src="block/block.js"></script>
|
|
296
|
-
|
|
297
|
-
See example-canvas.html in the package.
|
|
298
|
-
|
|
286
|
+
See example-canvas.html and preview-canvas.html in the package.
|
|
299
287
|
|
|
300
288
|
------------------------------------------------------------------------
|
|
301
289
|
7. UPGRADING TO A NEW VERSION
|