@innovastudio/contentbuilder 1.3.84 → 1.3.85
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.css +5 -5
- package/public/contentbuilder/contentbuilder.esm.js +6 -6
- package/public/contentbuilder/contentbuilder.min.js +1 -1
- package/public/contentbuilder/themes/colored-blue.css +1 -1
- package/public/contentbuilder/themes/colored-blue2.css +1 -1
- package/public/contentbuilder/themes/colored-blue3.css +1 -1
- package/public/contentbuilder/themes/colored-blue4.css +1 -1
- package/public/contentbuilder/themes/colored-blue5.css +1 -1
- package/public/contentbuilder/themes/colored-blue6.css +1 -1
- package/public/contentbuilder/themes/colored-blue7.css +1 -1
- package/public/contentbuilder/themes/colored-blue8.css +1 -1
- package/public/contentbuilder/themes/colored-dark.css +10 -6
- package/public/contentbuilder/themes/colored-darkblue.css +1 -1
- package/public/contentbuilder/themes/colored-gray.css +1 -1
- package/public/contentbuilder/themes/colored-green.css +1 -1
- package/public/contentbuilder/themes/colored-green2.css +1 -1
- package/public/contentbuilder/themes/colored-green3.css +1 -1
- package/public/contentbuilder/themes/colored-green4.css +1 -1
- package/public/contentbuilder/themes/colored-green5.css +1 -1
- package/public/contentbuilder/themes/colored-magenta.css +1 -1
- package/public/contentbuilder/themes/colored-orange.css +1 -1
- package/public/contentbuilder/themes/colored-orange2.css +1 -1
- package/public/contentbuilder/themes/colored-orange3.css +1 -1
- package/public/contentbuilder/themes/colored-pink.css +1 -1
- package/public/contentbuilder/themes/colored-pink2.css +1 -1
- package/public/contentbuilder/themes/colored-pink3.css +1 -1
- package/public/contentbuilder/themes/colored-pink4.css +1 -1
- package/public/contentbuilder/themes/colored-purple.css +1 -1
- package/public/contentbuilder/themes/colored-purple2.css +1 -1
- package/public/contentbuilder/themes/colored-red.css +1 -1
- package/public/contentbuilder/themes/colored-red2.css +1 -1
- package/public/contentbuilder/themes/colored-red3.css +1 -1
- package/public/contentbuilder/themes/colored-red4.css +1 -1
- package/public/contentbuilder/themes/colored-red5.css +1 -1
- package/public/contentbuilder/themes/colored-yellow.css +1 -1
- package/public/contentbuilder/themes/colored-yellow2.css +1 -1
- package/public/contentbuilder/themes/dark-blue.css +1 -1
- package/public/contentbuilder/themes/dark-blue2.css +1 -1
- package/public/contentbuilder/themes/dark-blue3.css +1 -1
- package/public/contentbuilder/themes/dark-gray.css +1 -1
- package/public/contentbuilder/themes/dark-pink.css +1 -1
- package/public/contentbuilder/themes/dark-purple.css +1 -1
- package/public/contentbuilder/themes/dark-red.css +1 -1
- package/public/contentbuilder/themes/dark.css +1 -1
- package/public/contentbuilder/themes/light-blue.css +1 -1
- package/public/contentbuilder/themes/light-blue2.css +1 -1
- package/public/contentbuilder/themes/light-blue3.css +1 -1
- package/public/contentbuilder/themes/light-cyan.css +1 -1
- package/public/contentbuilder/themes/light-gray.css +1 -1
- package/public/contentbuilder/themes/light-gray2.css +1 -1
- package/public/contentbuilder/themes/light-gray3.css +1 -1
- package/public/contentbuilder/themes/light-green.css +1 -1
- package/public/contentbuilder/themes/light-pink.css +1 -1
- package/public/contentbuilder/themes/light-pink2.css +1 -1
- package/public/contentbuilder/themes/light-purple.css +1 -1
- package/public/contentbuilder/themes/light-purple2.css +1 -1
- package/public/contentbuilder/themes/light-red.css +1 -1
- package/public/contentbuilder/themes/light-yellow.css +1 -1
- package/public/contentbuilder/themes/light-yellow2.css +1 -1
- package/readme.txt +1 -1
package/package.json
CHANGED
@@ -3311,7 +3311,7 @@ button:focus-visible {
|
|
3311
3311
|
color: #4a4a4a;
|
3312
3312
|
border-radius: 5px;
|
3313
3313
|
border: none;
|
3314
|
-
background-color: #
|
3314
|
+
background-color: #f6f6f6;
|
3315
3315
|
width: auto;
|
3316
3316
|
display: inline-block;
|
3317
3317
|
background-image: none;
|
@@ -3344,9 +3344,9 @@ button:focus-visible {
|
|
3344
3344
|
color: #121212;
|
3345
3345
|
display: inline-block;
|
3346
3346
|
border: none;
|
3347
|
-
border-bottom:
|
3347
|
+
border-bottom: none;
|
3348
3348
|
border-radius: 1px;
|
3349
|
-
background-color: #
|
3349
|
+
background-color: #f6f6f6;
|
3350
3350
|
}
|
3351
3351
|
#_cbhtml input[type=text]:focus,
|
3352
3352
|
.is-ui input[type=text]:focus {
|
@@ -3775,7 +3775,7 @@ button:focus-visible {
|
|
3775
3775
|
box-sizing: border-box;
|
3776
3776
|
padding: 0 0 0 20px;
|
3777
3777
|
color: #000;
|
3778
|
-
background: #
|
3778
|
+
background: #f6f6f6;
|
3779
3779
|
box-shadow: none;
|
3780
3780
|
line-height: 40px !important;
|
3781
3781
|
font-size: 14px;
|
@@ -3831,7 +3831,7 @@ button:focus-visible {
|
|
3831
3831
|
box-sizing: border-box;
|
3832
3832
|
padding: 0 0 0 15px;
|
3833
3833
|
color: #000;
|
3834
|
-
background: #
|
3834
|
+
background: #f6f6f6;
|
3835
3835
|
box-shadow: none;
|
3836
3836
|
font-size: 14px;
|
3837
3837
|
cursor: pointer;
|
@@ -52558,7 +52558,7 @@ class Hyperlink {
|
|
52558
52558
|
<input id="inpCreateLinkText" class="input-text" type="text" style="width:100%;"/>
|
52559
52559
|
|
52560
52560
|
<label for="inpCreateLinkTitle" style="margin-top:14px;display:block">${util.out('Title')}:</label>
|
52561
|
-
<input id="inpCreateLinkTitle" class="input-title" type="text" style="width:100%;
|
52561
|
+
<input id="inpCreateLinkTitle" class="input-title" type="text" style="width:100%;"/>
|
52562
52562
|
|
52563
52563
|
<div style="text-align:right;margin-top:14px;">
|
52564
52564
|
<button title="${util.out('Cancel')}" class="input-cancel classic-secondary">${util.out('Cancel')}</button>
|
@@ -55426,7 +55426,6 @@ class RowTool {
|
|
55426
55426
|
const dom = this.builder.dom;
|
55427
55427
|
this.dom = dom;
|
55428
55428
|
this.grid = new Grid(builder);
|
55429
|
-
const htmlutil = new HtmlUtil(builder);
|
55430
55429
|
let rowMore = builderStuff.querySelector('.rowmore');
|
55431
55430
|
let htmlbutton = '';
|
55432
55431
|
if (builder.opts.rowHtmlEditor) htmlbutton = `<button type="button" title="${util.out('HTML')}" class="row-html">
|
@@ -55475,6 +55474,7 @@ class RowTool {
|
|
55475
55474
|
}
|
55476
55475
|
|
55477
55476
|
if (!row) return;
|
55477
|
+
const htmlutil = new HtmlUtil(builder);
|
55478
55478
|
htmlutil.view('row');
|
55479
55479
|
});
|
55480
55480
|
}
|
@@ -76082,6 +76082,7 @@ class ContentBuilder {
|
|
76082
76082
|
|
76083
76083
|
this.colTool = new ColumnTool(this); // Render Column Tool
|
76084
76084
|
|
76085
|
+
this._rowTool = new RowTool(this);
|
76085
76086
|
this.mediaPicker = new MediaPicker(this); // Extend the onChange function
|
76086
76087
|
|
76087
76088
|
var oldget = this.opts.onChange;
|
@@ -76604,8 +76605,8 @@ class ContentBuilder {
|
|
76604
76605
|
// Render Row tool
|
76605
76606
|
|
76606
76607
|
|
76607
|
-
this.
|
76608
|
-
|
76608
|
+
this._rowTool.render(row); // Render Row Add tool
|
76609
|
+
|
76609
76610
|
|
76610
76611
|
const rowaddtool = new RowAddTool(this);
|
76611
76612
|
rowaddtool.render(row); // Apply behavior on each column
|
@@ -78219,8 +78220,7 @@ class ContentBuilder {
|
|
78219
78220
|
|
78220
78221
|
this.element.click(col, e);
|
78221
78222
|
this.colTool.click(col);
|
78222
|
-
this.elmTool.click(col, e);
|
78223
|
-
|
78223
|
+
this.elmTool.click(col, e);
|
78224
78224
|
this.rte.click(col, e); // Grid Editor Status
|
78225
78225
|
// On/off lock button
|
78226
78226
|
|