ninegrid2 6.578.0 → 6.580.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/ai/aiSettings.js +2 -2
- package/dist/bundle.cjs.js +2 -2
- package/dist/bundle.esm.js +2 -2
- package/package.json +1 -1
- package/src/ai/aiSettings.js +2 -2
package/dist/ai/aiSettings.js
CHANGED
|
@@ -114,8 +114,8 @@ class aiSettings extends HTMLElement
|
|
|
114
114
|
<input type="text" id="qdrantUrl" value="http://localhost:6333"/>
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
|
-
<div class="line
|
|
118
|
-
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석
|
|
117
|
+
<div class="line subject analyze">
|
|
118
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
119
119
|
</div>
|
|
120
120
|
`;
|
|
121
121
|
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27630,8 +27630,8 @@ class aiSettings extends HTMLElement
|
|
|
27630
27630
|
<input type="text" id="qdrantUrl" value="http://localhost:6333"/>
|
|
27631
27631
|
</div>
|
|
27632
27632
|
|
|
27633
|
-
<div class="line
|
|
27634
|
-
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석
|
|
27633
|
+
<div class="line subject analyze">
|
|
27634
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
27635
27635
|
</div>
|
|
27636
27636
|
`;
|
|
27637
27637
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27628,8 +27628,8 @@ class aiSettings extends HTMLElement
|
|
|
27628
27628
|
<input type="text" id="qdrantUrl" value="http://localhost:6333"/>
|
|
27629
27629
|
</div>
|
|
27630
27630
|
|
|
27631
|
-
<div class="line
|
|
27632
|
-
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석
|
|
27631
|
+
<div class="line subject analyze">
|
|
27632
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
27633
27633
|
</div>
|
|
27634
27634
|
`;
|
|
27635
27635
|
|
package/package.json
CHANGED
package/src/ai/aiSettings.js
CHANGED
|
@@ -114,8 +114,8 @@ class aiSettings extends HTMLElement
|
|
|
114
114
|
<input type="text" id="qdrantUrl" value="http://localhost:6333"/>
|
|
115
115
|
</div>
|
|
116
116
|
|
|
117
|
-
<div class="line
|
|
118
|
-
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100">건 미만인 경우 데이타 분석
|
|
117
|
+
<div class="line subject analyze">
|
|
118
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="text" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
119
119
|
</div>
|
|
120
120
|
`;
|
|
121
121
|
|