ninegrid2 6.1338.0 → 6.1340.0
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/dist/bundle.cjs.js +8 -8
- package/dist/bundle.esm.js +8 -8
- package/dist/nx/nxEditor.js +8 -8
- package/package.json +1 -1
- package/src/nx/nxEditor.js +8 -8
package/dist/bundle.cjs.js
CHANGED
|
@@ -55265,16 +55265,16 @@ class nxEditor extends nxDiv {
|
|
|
55265
55265
|
<button type="button" data-cmd="bold"><b>B</b></button>
|
|
55266
55266
|
<button type="button" data-cmd="italic"><i>I</i></button>
|
|
55267
55267
|
<button type="button" data-cmd="underline"><u>U</u></button>
|
|
55268
|
-
<button type="button" data-cmd="strike">S</button>
|
|
55268
|
+
<button type="button" data-cmd="strike"><s>S</s></button>
|
|
55269
55269
|
|
|
55270
55270
|
<select id="font-size">
|
|
55271
|
-
|
|
55272
|
-
|
|
55273
|
-
|
|
55274
|
-
|
|
55275
|
-
|
|
55276
|
-
|
|
55277
|
-
|
|
55271
|
+
<option value="12px">12px</option>
|
|
55272
|
+
<option value="14px" selected>14px</option>
|
|
55273
|
+
<option value="16px">16px</option>
|
|
55274
|
+
<option value="18px">18px</option>
|
|
55275
|
+
<option value="24px">24px</option>
|
|
55276
|
+
<option value="32px">32px</option>
|
|
55277
|
+
</select>
|
|
55278
55278
|
|
|
55279
55279
|
<input type="color" id="color-picker" title="Text Color">
|
|
55280
55280
|
<button type="button" data-cmd="highlight">Highlight</button>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -55261,16 +55261,16 @@ class nxEditor extends nxDiv {
|
|
|
55261
55261
|
<button type="button" data-cmd="bold"><b>B</b></button>
|
|
55262
55262
|
<button type="button" data-cmd="italic"><i>I</i></button>
|
|
55263
55263
|
<button type="button" data-cmd="underline"><u>U</u></button>
|
|
55264
|
-
<button type="button" data-cmd="strike">S</button>
|
|
55264
|
+
<button type="button" data-cmd="strike"><s>S</s></button>
|
|
55265
55265
|
|
|
55266
55266
|
<select id="font-size">
|
|
55267
|
-
|
|
55268
|
-
|
|
55269
|
-
|
|
55270
|
-
|
|
55271
|
-
|
|
55272
|
-
|
|
55273
|
-
|
|
55267
|
+
<option value="12px">12px</option>
|
|
55268
|
+
<option value="14px" selected>14px</option>
|
|
55269
|
+
<option value="16px">16px</option>
|
|
55270
|
+
<option value="18px">18px</option>
|
|
55271
|
+
<option value="24px">24px</option>
|
|
55272
|
+
<option value="32px">32px</option>
|
|
55273
|
+
</select>
|
|
55274
55274
|
|
|
55275
55275
|
<input type="color" id="color-picker" title="Text Color">
|
|
55276
55276
|
<button type="button" data-cmd="highlight">Highlight</button>
|
package/dist/nx/nxEditor.js
CHANGED
|
@@ -77,16 +77,16 @@ class nxEditor extends nxDiv {
|
|
|
77
77
|
<button type="button" data-cmd="bold"><b>B</b></button>
|
|
78
78
|
<button type="button" data-cmd="italic"><i>I</i></button>
|
|
79
79
|
<button type="button" data-cmd="underline"><u>U</u></button>
|
|
80
|
-
<button type="button" data-cmd="strike">S</button>
|
|
80
|
+
<button type="button" data-cmd="strike"><s>S</s></button>
|
|
81
81
|
|
|
82
82
|
<select id="font-size">
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
83
|
+
<option value="12px">12px</option>
|
|
84
|
+
<option value="14px" selected>14px</option>
|
|
85
|
+
<option value="16px">16px</option>
|
|
86
|
+
<option value="18px">18px</option>
|
|
87
|
+
<option value="24px">24px</option>
|
|
88
|
+
<option value="32px">32px</option>
|
|
89
|
+
</select>
|
|
90
90
|
|
|
91
91
|
<input type="color" id="color-picker" title="Text Color">
|
|
92
92
|
<button type="button" data-cmd="highlight">Highlight</button>
|
package/package.json
CHANGED
package/src/nx/nxEditor.js
CHANGED
|
@@ -77,16 +77,16 @@ class nxEditor extends nxDiv {
|
|
|
77
77
|
<button type="button" data-cmd="bold"><b>B</b></button>
|
|
78
78
|
<button type="button" data-cmd="italic"><i>I</i></button>
|
|
79
79
|
<button type="button" data-cmd="underline"><u>U</u></button>
|
|
80
|
-
<button type="button" data-cmd="strike">S</button>
|
|
80
|
+
<button type="button" data-cmd="strike"><s>S</s></button>
|
|
81
81
|
|
|
82
82
|
<select id="font-size">
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
83
|
+
<option value="12px">12px</option>
|
|
84
|
+
<option value="14px" selected>14px</option>
|
|
85
|
+
<option value="16px">16px</option>
|
|
86
|
+
<option value="18px">18px</option>
|
|
87
|
+
<option value="24px">24px</option>
|
|
88
|
+
<option value="32px">32px</option>
|
|
89
|
+
</select>
|
|
90
90
|
|
|
91
91
|
<input type="color" id="color-picker" title="Text Color">
|
|
92
92
|
<button type="button" data-cmd="highlight">Highlight</button>
|