ninegrid2 6.583.0 → 6.585.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.
@@ -115,7 +115,7 @@ class aiSettings extends HTMLElement
115
115
  </div>
116
116
 
117
117
  <div class="line subject analyze">
118
- <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" pattern="[0-9]*" inputmode="numeric" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
118
+ <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
119
119
  </div>
120
120
  `;
121
121
 
@@ -25767,7 +25767,8 @@ class ninegridContainer extends HTMLElement
25767
25767
  }
25768
25768
  }
25769
25769
 
25770
- customElements.define("nine-grid", ninegridContainer);
25770
+ customElements.define("nine-grid", ninegridContainer);
25771
+ customElements.define("NineGridX", ninegridContainer);
25771
25772
 
25772
25773
  class nxDialog extends HTMLElement
25773
25774
  {
@@ -27631,7 +27632,7 @@ class aiSettings extends HTMLElement
27631
27632
  </div>
27632
27633
 
27633
27634
  <div class="line subject analyze">
27634
- <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" pattern="[0-9]*" inputmode="numeric" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
27635
+ <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
27635
27636
  </div>
27636
27637
  `;
27637
27638
 
@@ -25765,7 +25765,8 @@ class ninegridContainer extends HTMLElement
25765
25765
  }
25766
25766
  }
25767
25767
 
25768
- customElements.define("nine-grid", ninegridContainer);
25768
+ customElements.define("nine-grid", ninegridContainer);
25769
+ customElements.define("NineGridX", ninegridContainer);
25769
25770
 
25770
25771
  class nxDialog extends HTMLElement
25771
25772
  {
@@ -27629,7 +27630,7 @@ class aiSettings extends HTMLElement
27629
27630
  </div>
27630
27631
 
27631
27632
  <div class="line subject analyze">
27632
- <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" pattern="[0-9]*" inputmode="numeric" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
27633
+ <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
27633
27634
  </div>
27634
27635
  `;
27635
27636
 
@@ -1323,3 +1323,4 @@ class ninegridContainer extends HTMLElement
1323
1323
  }
1324
1324
 
1325
1325
  customElements.define("nine-grid", ninegridContainer);
1326
+ customElements.define("NineGridX", ninegridContainer);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.583.0",
4
+ "version": "6.585.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -115,7 +115,7 @@ class aiSettings extends HTMLElement
115
115
  </div>
116
116
 
117
117
  <div class="line subject analyze">
118
- <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" pattern="[0-9]*" inputmode="numeric" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
118
+ <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
119
119
  </div>
120
120
  `;
121
121
 
@@ -1323,3 +1323,4 @@ class ninegridContainer extends HTMLElement
1323
1323
  }
1324
1324
 
1325
1325
  customElements.define("nine-grid", ninegridContainer);
1326
+ customElements.define("NineGridX", ninegridContainer);