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.
package/dist/ai/aiSettings.js
CHANGED
|
@@ -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="
|
|
118
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
119
119
|
</div>
|
|
120
120
|
`;
|
|
121
121
|
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -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="
|
|
27635
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
27635
27636
|
</div>
|
|
27636
27637
|
`;
|
|
27637
27638
|
|
package/dist/bundle.esm.js
CHANGED
|
@@ -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="
|
|
27633
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
27633
27634
|
</div>
|
|
27634
27635
|
`;
|
|
27635
27636
|
|
package/package.json
CHANGED
package/src/ai/aiSettings.js
CHANGED
|
@@ -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="
|
|
118
|
+
<input id="chkAnalyze" type="checkbox" checked> <input id="txtAnalyze" type="number" value="100"><label>건 미만인 경우 데이타 분석 요청</label>
|
|
119
119
|
</div>
|
|
120
120
|
`;
|
|
121
121
|
|