ninegrid2 6.576.0 → 6.578.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.
@@ -114,7 +114,7 @@ class aiSettings extends HTMLElement
114
114
  <input type="text" id="qdrantUrl" value="http://localhost:6333"/>
115
115
  </div>
116
116
 
117
- <div class="line subject analyze">
117
+ <div class="line contents analyze">
118
118
  <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석 요청
119
119
  </div>
120
120
  `;
@@ -27630,7 +27630,7 @@ class aiSettings extends HTMLElement
27630
27630
  <input type="text" id="qdrantUrl" value="http://localhost:6333"/>
27631
27631
  </div>
27632
27632
 
27633
- <div class="line subject analyze">
27633
+ <div class="line contents analyze">
27634
27634
  <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석 요청
27635
27635
  </div>
27636
27636
  `;
@@ -27628,7 +27628,7 @@ class aiSettings extends HTMLElement
27628
27628
  <input type="text" id="qdrantUrl" value="http://localhost:6333"/>
27629
27629
  </div>
27630
27630
 
27631
- <div class="line subject analyze">
27631
+ <div class="line contents analyze">
27632
27632
  <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석 요청
27633
27633
  </div>
27634
27634
  `;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.576.0",
4
+ "version": "6.578.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -114,7 +114,7 @@ class aiSettings extends HTMLElement
114
114
  <input type="text" id="qdrantUrl" value="http://localhost:6333"/>
115
115
  </div>
116
116
 
117
- <div class="line subject analyze">
117
+ <div class="line contents analyze">
118
118
  <input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석 요청
119
119
  </div>
120
120
  `;