ninegrid2 6.575.0 → 6.577.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 +1 -1
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
- package/src/ai/aiSettings.js +1 -1
package/dist/ai/aiSettings.js
CHANGED
|
@@ -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
|
|
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
|
`;
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -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
|
|
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
|
`;
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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
|
|
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
package/src/ai/aiSettings.js
CHANGED
|
@@ -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
|
|
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
|
`;
|