ninegrid2 6.1341.0 → 6.1342.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.
@@ -55262,10 +55262,10 @@ class nxEditor extends nxDiv {
55262
55262
  </style>
55263
55263
 
55264
55264
  <div class="menu-bar">
55265
- <button type="button" data-cmd="bold"><b>B</b></button>
55266
- <button type="button" data-cmd="italic"><i>I</i></button>
55267
- <button type="button" data-cmd="underline"><u>U</u></button>
55268
- <button type="button" data-cmd="strike"><s>S</s></button>
55265
+ <button type="button" data-cmd="bold" title="bold"><b>B</b></button>
55266
+ <button type="button" data-cmd="italic" title="italic"><i>I</i></button>
55267
+ <button type="button" data-cmd="underline" title="italic"><u>U</u></button>
55268
+ <button type="button" data-cmd="strike" title="italic"><s>S</s></button>
55269
55269
 
55270
55270
  <select id="font-size">
55271
55271
  <option value="12px">12px</option>
@@ -55278,23 +55278,23 @@ class nxEditor extends nxDiv {
55278
55278
 
55279
55279
  <input type="color" id="color-picker" title="Text Color">
55280
55280
 
55281
- <button type="button" data-cmd="highlight">
55281
+ <button type="button" data-cmd="highlight" title="highlight">
55282
55282
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-highlighter" viewBox="0 0 16 16">
55283
55283
  <path fill-rule="evenodd" d="M11.096.644a2 2 0 0 1 2.791.036l1.433 1.433a2 2 0 0 1 .035 2.791l-.413.435-8.07 8.995a.5.5 0 0 1-.372.166h-3a.5.5 0 0 1-.234-.058l-.412.412A.5.5 0 0 1 2.5 15h-2a.5.5 0 0 1-.354-.854l1.412-1.412A.5.5 0 0 1 1.5 12.5v-3a.5.5 0 0 1 .166-.372l8.995-8.07zm-.115 1.47L2.727 9.52l3.753 3.753 7.406-8.254zm3.585 2.17.064-.068a1 1 0 0 0-.017-1.396L13.18 1.387a1 1 0 0 0-1.396-.018l-.068.065zM5.293 13.5 2.5 10.707v1.586L3.707 13.5z"/>
55284
55284
  </svg>
55285
55285
  </button>
55286
55286
 
55287
- <button type="button" data-align="left">Left</button>
55288
- <button type="button" data-align="center">Center</button>
55289
- <button type="button" data-align="right">Right</button>
55287
+ <button type="button" id="icon-left" data-align="left" title="left" />
55288
+ <button type="button" data-align="center" title="center">Center</button>
55289
+ <button type="button" data-align="right" title="right">Right</button>
55290
55290
 
55291
- <button type="button" data-cmd="bulletList">Bullet</button>
55292
- <button type="button" data-cmd="orderedList">Ordered</button>
55291
+ <button type="button" data-cmd="bulletList" title="bullet">Bullet</button>
55292
+ <button type="button" data-cmd="orderedList" title="ordered">Ordered</button>
55293
55293
 
55294
- <button type="button" id="img-btn">Image</button>
55294
+ <button type="button" id="img-btn" title="image">Image</button>
55295
55295
 
55296
- <button type="button" data-cmd="undo">Undo</button>
55297
- <button type="button" data-cmd="redo">Redo</button>
55296
+ <button type="button" data-cmd="undo" title="undo">Undo</button>
55297
+ <button type="button" data-cmd="redo" title="redo">Redo</button>
55298
55298
  </div>
55299
55299
  <div id="editor-container"></div>
55300
55300
  `;
@@ -55258,10 +55258,10 @@ class nxEditor extends nxDiv {
55258
55258
  </style>
55259
55259
 
55260
55260
  <div class="menu-bar">
55261
- <button type="button" data-cmd="bold"><b>B</b></button>
55262
- <button type="button" data-cmd="italic"><i>I</i></button>
55263
- <button type="button" data-cmd="underline"><u>U</u></button>
55264
- <button type="button" data-cmd="strike"><s>S</s></button>
55261
+ <button type="button" data-cmd="bold" title="bold"><b>B</b></button>
55262
+ <button type="button" data-cmd="italic" title="italic"><i>I</i></button>
55263
+ <button type="button" data-cmd="underline" title="italic"><u>U</u></button>
55264
+ <button type="button" data-cmd="strike" title="italic"><s>S</s></button>
55265
55265
 
55266
55266
  <select id="font-size">
55267
55267
  <option value="12px">12px</option>
@@ -55274,23 +55274,23 @@ class nxEditor extends nxDiv {
55274
55274
 
55275
55275
  <input type="color" id="color-picker" title="Text Color">
55276
55276
 
55277
- <button type="button" data-cmd="highlight">
55277
+ <button type="button" data-cmd="highlight" title="highlight">
55278
55278
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-highlighter" viewBox="0 0 16 16">
55279
55279
  <path fill-rule="evenodd" d="M11.096.644a2 2 0 0 1 2.791.036l1.433 1.433a2 2 0 0 1 .035 2.791l-.413.435-8.07 8.995a.5.5 0 0 1-.372.166h-3a.5.5 0 0 1-.234-.058l-.412.412A.5.5 0 0 1 2.5 15h-2a.5.5 0 0 1-.354-.854l1.412-1.412A.5.5 0 0 1 1.5 12.5v-3a.5.5 0 0 1 .166-.372l8.995-8.07zm-.115 1.47L2.727 9.52l3.753 3.753 7.406-8.254zm3.585 2.17.064-.068a1 1 0 0 0-.017-1.396L13.18 1.387a1 1 0 0 0-1.396-.018l-.068.065zM5.293 13.5 2.5 10.707v1.586L3.707 13.5z"/>
55280
55280
  </svg>
55281
55281
  </button>
55282
55282
 
55283
- <button type="button" data-align="left">Left</button>
55284
- <button type="button" data-align="center">Center</button>
55285
- <button type="button" data-align="right">Right</button>
55283
+ <button type="button" id="icon-left" data-align="left" title="left" />
55284
+ <button type="button" data-align="center" title="center">Center</button>
55285
+ <button type="button" data-align="right" title="right">Right</button>
55286
55286
 
55287
- <button type="button" data-cmd="bulletList">Bullet</button>
55288
- <button type="button" data-cmd="orderedList">Ordered</button>
55287
+ <button type="button" data-cmd="bulletList" title="bullet">Bullet</button>
55288
+ <button type="button" data-cmd="orderedList" title="ordered">Ordered</button>
55289
55289
 
55290
- <button type="button" id="img-btn">Image</button>
55290
+ <button type="button" id="img-btn" title="image">Image</button>
55291
55291
 
55292
- <button type="button" data-cmd="undo">Undo</button>
55293
- <button type="button" data-cmd="redo">Redo</button>
55292
+ <button type="button" data-cmd="undo" title="undo">Undo</button>
55293
+ <button type="button" data-cmd="redo" title="redo">Redo</button>
55294
55294
  </div>
55295
55295
  <div id="editor-container"></div>
55296
55296
  `;
@@ -74,10 +74,10 @@ class nxEditor extends nxDiv {
74
74
  </style>
75
75
 
76
76
  <div class="menu-bar">
77
- <button type="button" data-cmd="bold"><b>B</b></button>
78
- <button type="button" data-cmd="italic"><i>I</i></button>
79
- <button type="button" data-cmd="underline"><u>U</u></button>
80
- <button type="button" data-cmd="strike"><s>S</s></button>
77
+ <button type="button" data-cmd="bold" title="bold"><b>B</b></button>
78
+ <button type="button" data-cmd="italic" title="italic"><i>I</i></button>
79
+ <button type="button" data-cmd="underline" title="italic"><u>U</u></button>
80
+ <button type="button" data-cmd="strike" title="italic"><s>S</s></button>
81
81
 
82
82
  <select id="font-size">
83
83
  <option value="12px">12px</option>
@@ -90,23 +90,23 @@ class nxEditor extends nxDiv {
90
90
 
91
91
  <input type="color" id="color-picker" title="Text Color">
92
92
 
93
- <button type="button" data-cmd="highlight">
93
+ <button type="button" data-cmd="highlight" title="highlight">
94
94
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-highlighter" viewBox="0 0 16 16">
95
95
  <path fill-rule="evenodd" d="M11.096.644a2 2 0 0 1 2.791.036l1.433 1.433a2 2 0 0 1 .035 2.791l-.413.435-8.07 8.995a.5.5 0 0 1-.372.166h-3a.5.5 0 0 1-.234-.058l-.412.412A.5.5 0 0 1 2.5 15h-2a.5.5 0 0 1-.354-.854l1.412-1.412A.5.5 0 0 1 1.5 12.5v-3a.5.5 0 0 1 .166-.372l8.995-8.07zm-.115 1.47L2.727 9.52l3.753 3.753 7.406-8.254zm3.585 2.17.064-.068a1 1 0 0 0-.017-1.396L13.18 1.387a1 1 0 0 0-1.396-.018l-.068.065zM5.293 13.5 2.5 10.707v1.586L3.707 13.5z"/>
96
96
  </svg>
97
97
  </button>
98
98
 
99
- <button type="button" data-align="left">Left</button>
100
- <button type="button" data-align="center">Center</button>
101
- <button type="button" data-align="right">Right</button>
99
+ <button type="button" id="icon-left" data-align="left" title="left" />
100
+ <button type="button" data-align="center" title="center">Center</button>
101
+ <button type="button" data-align="right" title="right">Right</button>
102
102
 
103
- <button type="button" data-cmd="bulletList">Bullet</button>
104
- <button type="button" data-cmd="orderedList">Ordered</button>
103
+ <button type="button" data-cmd="bulletList" title="bullet">Bullet</button>
104
+ <button type="button" data-cmd="orderedList" title="ordered">Ordered</button>
105
105
 
106
- <button type="button" id="img-btn">Image</button>
106
+ <button type="button" id="img-btn" title="image">Image</button>
107
107
 
108
- <button type="button" data-cmd="undo">Undo</button>
109
- <button type="button" data-cmd="redo">Redo</button>
108
+ <button type="button" data-cmd="undo" title="undo">Undo</button>
109
+ <button type="button" data-cmd="redo" title="redo">Redo</button>
110
110
  </div>
111
111
  <div id="editor-container"></div>
112
112
  `;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.1341.0",
4
+ "version": "6.1342.0",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -74,10 +74,10 @@ class nxEditor extends nxDiv {
74
74
  </style>
75
75
 
76
76
  <div class="menu-bar">
77
- <button type="button" data-cmd="bold"><b>B</b></button>
78
- <button type="button" data-cmd="italic"><i>I</i></button>
79
- <button type="button" data-cmd="underline"><u>U</u></button>
80
- <button type="button" data-cmd="strike"><s>S</s></button>
77
+ <button type="button" data-cmd="bold" title="bold"><b>B</b></button>
78
+ <button type="button" data-cmd="italic" title="italic"><i>I</i></button>
79
+ <button type="button" data-cmd="underline" title="italic"><u>U</u></button>
80
+ <button type="button" data-cmd="strike" title="italic"><s>S</s></button>
81
81
 
82
82
  <select id="font-size">
83
83
  <option value="12px">12px</option>
@@ -90,23 +90,23 @@ class nxEditor extends nxDiv {
90
90
 
91
91
  <input type="color" id="color-picker" title="Text Color">
92
92
 
93
- <button type="button" data-cmd="highlight">
93
+ <button type="button" data-cmd="highlight" title="highlight">
94
94
  <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-highlighter" viewBox="0 0 16 16">
95
95
  <path fill-rule="evenodd" d="M11.096.644a2 2 0 0 1 2.791.036l1.433 1.433a2 2 0 0 1 .035 2.791l-.413.435-8.07 8.995a.5.5 0 0 1-.372.166h-3a.5.5 0 0 1-.234-.058l-.412.412A.5.5 0 0 1 2.5 15h-2a.5.5 0 0 1-.354-.854l1.412-1.412A.5.5 0 0 1 1.5 12.5v-3a.5.5 0 0 1 .166-.372l8.995-8.07zm-.115 1.47L2.727 9.52l3.753 3.753 7.406-8.254zm3.585 2.17.064-.068a1 1 0 0 0-.017-1.396L13.18 1.387a1 1 0 0 0-1.396-.018l-.068.065zM5.293 13.5 2.5 10.707v1.586L3.707 13.5z"/>
96
96
  </svg>
97
97
  </button>
98
98
 
99
- <button type="button" data-align="left">Left</button>
100
- <button type="button" data-align="center">Center</button>
101
- <button type="button" data-align="right">Right</button>
99
+ <button type="button" id="icon-left" data-align="left" title="left" />
100
+ <button type="button" data-align="center" title="center">Center</button>
101
+ <button type="button" data-align="right" title="right">Right</button>
102
102
 
103
- <button type="button" data-cmd="bulletList">Bullet</button>
104
- <button type="button" data-cmd="orderedList">Ordered</button>
103
+ <button type="button" data-cmd="bulletList" title="bullet">Bullet</button>
104
+ <button type="button" data-cmd="orderedList" title="ordered">Ordered</button>
105
105
 
106
- <button type="button" id="img-btn">Image</button>
106
+ <button type="button" id="img-btn" title="image">Image</button>
107
107
 
108
- <button type="button" data-cmd="undo">Undo</button>
109
- <button type="button" data-cmd="redo">Redo</button>
108
+ <button type="button" data-cmd="undo" title="undo">Undo</button>
109
+ <button type="button" data-cmd="redo" title="redo">Redo</button>
110
110
  </div>
111
111
  <div id="editor-container"></div>
112
112
  `;