@innovastudio/contentbox 1.4.68 → 1.4.69
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@innovastudio/contentbox",
|
3
3
|
"type": "module",
|
4
|
-
"version": "1.4.
|
4
|
+
"version": "1.4.69",
|
5
5
|
"description": "",
|
6
6
|
"main": "public/contentbox/contentbox.esm.js",
|
7
7
|
"files": [
|
@@ -46,7 +46,7 @@
|
|
46
46
|
"webpack-dev-server": "^4.0.0"
|
47
47
|
},
|
48
48
|
"dependencies": {
|
49
|
-
"@innovastudio/contentbuilder": "^1.3.
|
49
|
+
"@innovastudio/contentbuilder": "^1.3.80",
|
50
50
|
"js-beautify": "^1.14.0"
|
51
51
|
}
|
52
52
|
}
|
@@ -79043,7 +79043,7 @@ class Preferences {
|
|
79043
79043
|
|
79044
79044
|
<div style="display:flex;flex-wrap:wrap;width:100%;padding-top:32px;">
|
79045
79045
|
<div style="width:50%">
|
79046
|
-
<label id="divBuilderMode" style="display:block;margin-top:
|
79046
|
+
<label id="divBuilderMode" style="display:block;margin-top:10px;margin-bottom:5px;">
|
79047
79047
|
${util.out('Builder Mode')}:
|
79048
79048
|
<select class="select-buildermode">
|
79049
79049
|
<option value="">${util.out('Default')}</option>
|
@@ -79052,7 +79052,7 @@ class Preferences {
|
|
79052
79052
|
</select>
|
79053
79053
|
</label>
|
79054
79054
|
|
79055
|
-
<label id="divOutlineMode" style="display:block;margin-top:
|
79055
|
+
<label id="divOutlineMode" style="display:block;margin-top:10px;margin-bottom:5px;">
|
79056
79056
|
${util.out('Outline Mode')}:
|
79057
79057
|
<select class="select-outlinemode">
|
79058
79058
|
<option value="">${util.out('Row & column')}</option>
|
@@ -79060,7 +79060,7 @@ class Preferences {
|
|
79060
79060
|
</select>
|
79061
79061
|
</label>
|
79062
79062
|
|
79063
|
-
<label style="display:block;margin-top:
|
79063
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79064
79064
|
${util.out('Outline Style')}:
|
79065
79065
|
<select class="select-outlinestyle">
|
79066
79066
|
<option value="">${util.out('Colored')}</option>
|
@@ -79068,27 +79068,27 @@ class Preferences {
|
|
79068
79068
|
</select>
|
79069
79069
|
</label>
|
79070
79070
|
|
79071
|
-
<label style="display:block;margin-top:
|
79071
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
79072
79072
|
<input class="input-hiderowcoloutline" type="checkbox" /> ${util.out('Hide Outline')}
|
79073
79073
|
</label>
|
79074
79074
|
|
79075
|
-
<label id="divHideCellTool" style="display:block;margin-top:
|
79075
|
+
<label id="divHideCellTool" style="display:block;margin-top:10px;margin-bottom:10px;">
|
79076
79076
|
<input class="input-hidecelltool" type="checkbox" /> ${util.out('Hide Column Tool')}
|
79077
79077
|
</label>
|
79078
79078
|
|
79079
79079
|
|
79080
|
-
<label style="display:block;margin-top:
|
79080
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
79081
79081
|
<input class="input-hidesnippetaddtool" type="checkbox" /> ${util.out('Hide Snippet (+) Tool')}
|
79082
79082
|
</label>
|
79083
79083
|
|
79084
|
-
<label style="display:block;margin-top:
|
79084
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
79085
79085
|
<input class="input-hideelementtool" type="checkbox" /> ${util.out('Hide element tool')}
|
79086
79086
|
</label>
|
79087
79087
|
|
79088
|
-
<label style="display:block;margin-top:
|
79088
|
+
<label style="display:block;margin-top:10px;margin-bottom:10px;">
|
79089
79089
|
<input class="input-hideelementhighlight" type="checkbox" /> ${util.out('Hide element highlight')}
|
79090
79090
|
</label>
|
79091
|
-
<label style="display:block;margin-top:
|
79091
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79092
79092
|
${util.out('Row Tool Position')}:
|
79093
79093
|
<select class="select-rowtool">
|
79094
79094
|
<option value="right">${util.out('Right')}</option>
|
@@ -79096,7 +79096,7 @@ class Preferences {
|
|
79096
79096
|
</select>
|
79097
79097
|
</label>
|
79098
79098
|
|
79099
|
-
<label style="display:block;margin-top:
|
79099
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79100
79100
|
${util.out('Tool Style')}:
|
79101
79101
|
<select class="select-toolstyle">
|
79102
79102
|
<option value="">${util.out('Colored')}</option>
|
@@ -79107,11 +79107,11 @@ class Preferences {
|
|
79107
79107
|
</div>
|
79108
79108
|
<div style="width:50%">
|
79109
79109
|
|
79110
|
-
<label class="option-opensnippets" style="display:block;margin-top:
|
79110
|
+
<label class="option-opensnippets" style="display:block;margin-top:10px;margin-bottom:10px;">
|
79111
79111
|
<input class="input-opensnippets" type="checkbox" /> ${util.out('Open snippets sidebar on start')}
|
79112
79112
|
</label>
|
79113
79113
|
|
79114
|
-
<label style="display:${builder.opts.snippetList === '#divSnippetList' ? 'block' : 'none'};margin-top:
|
79114
|
+
<label style="display:${builder.opts.snippetList === '#divSnippetList' ? 'block' : 'none'};margin-top:10px;margin-bottom:5px;">
|
79115
79115
|
${util.out('Snippets sidebar visibility')}:
|
79116
79116
|
<select class="select-snippetssidebardisplay">
|
79117
79117
|
<option value="auto">${util.out('Auto')}</option>
|
@@ -79119,7 +79119,7 @@ class Preferences {
|
|
79119
79119
|
</select>
|
79120
79120
|
</label>
|
79121
79121
|
|
79122
|
-
<label style="margin-top:
|
79122
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79123
79123
|
${util.out('Toolbar visibility')}:
|
79124
79124
|
<select class="select-editingtoolbardisplay">
|
79125
79125
|
<option value="auto">${util.out('Auto')}</option>
|
@@ -79127,7 +79127,7 @@ class Preferences {
|
|
79127
79127
|
</select>
|
79128
79128
|
</label>
|
79129
79129
|
|
79130
|
-
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:
|
79130
|
+
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:10px;margin-bottom:5px;">
|
79131
79131
|
${util.out('Toolbar position')}:
|
79132
79132
|
<select class="select-editingtoolbar">
|
79133
79133
|
<option value="topfull">${util.out('Top (Full Width)')}</option>
|
@@ -79137,7 +79137,7 @@ class Preferences {
|
|
79137
79137
|
</select>
|
79138
79138
|
</label>
|
79139
79139
|
|
79140
|
-
<label style="display:block;margin-top:
|
79140
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79141
79141
|
${util.out('Paste result')}:
|
79142
79142
|
<select class="select-pasteresult">
|
79143
79143
|
<option value="html-without-styles">${util.out('HTML (without styles)')}</option>
|
@@ -79146,7 +79146,7 @@ class Preferences {
|
|
79146
79146
|
</select>
|
79147
79147
|
</label>
|
79148
79148
|
|
79149
|
-
<label style="display:block;margin-top:
|
79149
|
+
<label style="display:block;margin-top:10px;margin-bottom:5px;">
|
79150
79150
|
${util.out('HTML View')}:
|
79151
79151
|
<select class="select-htmlview">
|
79152
79152
|
<option value="shorten">${util.out('Shorten HTML')}</option>
|
@@ -79155,7 +79155,7 @@ class Preferences {
|
|
79155
79155
|
</label>
|
79156
79156
|
|
79157
79157
|
${this.builder.themes ? `
|
79158
|
-
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:
|
79158
|
+
<label style="${this.builder.isTouchSupport ? 'display:none;' : 'display:block;'}margin-top:10px;margin-bottom:5px;">
|
79159
79159
|
${util.out('Theme')}:
|
79160
79160
|
</label>
|
79161
79161
|
${htmlThemes}
|