ninegrid2 6.520.0 → 6.521.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/aiContainer.js +3 -1
- package/dist/bundle.cjs.js +3 -1
- package/dist/bundle.esm.js +3 -1
- package/package.json +1 -1
- package/src/ai/aiContainer.js +3 -1
package/dist/ai/aiContainer.js
CHANGED
|
@@ -94,7 +94,7 @@ class aiContainer extends HTMLElement
|
|
|
94
94
|
#getColumnInfo = () => {
|
|
95
95
|
let colInfo = "";
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
console.log(this.#target.tagName, this.#target.columns);
|
|
98
98
|
|
|
99
99
|
if (this.#target.tagName === "NINE-GRID") {
|
|
100
100
|
this.#target.columns.info().forEach(info => {
|
|
@@ -240,6 +240,8 @@ class aiContainer extends HTMLElement
|
|
|
240
240
|
const columnInfo = this.#getColumnInfo();
|
|
241
241
|
const uniqueKey = this.#getUniqueKey();
|
|
242
242
|
|
|
243
|
+
console.log(columnInfo);
|
|
244
|
+
|
|
243
245
|
if (!searchResults || searchResults.length == 0) {
|
|
244
246
|
elAiChat.add("ai", "관련된 정보가 없습니다.");
|
|
245
247
|
}
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -54188,7 +54188,7 @@ class aiContainer extends HTMLElement
|
|
|
54188
54188
|
#getColumnInfo = () => {
|
|
54189
54189
|
let colInfo = "";
|
|
54190
54190
|
|
|
54191
|
-
|
|
54191
|
+
console.log(this.#target.tagName, this.#target.columns);
|
|
54192
54192
|
|
|
54193
54193
|
if (this.#target.tagName === "NINE-GRID") {
|
|
54194
54194
|
this.#target.columns.info().forEach(info => {
|
|
@@ -54330,6 +54330,8 @@ class aiContainer extends HTMLElement
|
|
|
54330
54330
|
const columnInfo = this.#getColumnInfo();
|
|
54331
54331
|
const uniqueKey = this.#getUniqueKey();
|
|
54332
54332
|
|
|
54333
|
+
console.log(columnInfo);
|
|
54334
|
+
|
|
54333
54335
|
if (!searchResults || searchResults.length == 0) {
|
|
54334
54336
|
elAiChat.add("ai", "관련된 정보가 없습니다.");
|
|
54335
54337
|
}
|
package/dist/bundle.esm.js
CHANGED
|
@@ -54186,7 +54186,7 @@ class aiContainer extends HTMLElement
|
|
|
54186
54186
|
#getColumnInfo = () => {
|
|
54187
54187
|
let colInfo = "";
|
|
54188
54188
|
|
|
54189
|
-
|
|
54189
|
+
console.log(this.#target.tagName, this.#target.columns);
|
|
54190
54190
|
|
|
54191
54191
|
if (this.#target.tagName === "NINE-GRID") {
|
|
54192
54192
|
this.#target.columns.info().forEach(info => {
|
|
@@ -54328,6 +54328,8 @@ class aiContainer extends HTMLElement
|
|
|
54328
54328
|
const columnInfo = this.#getColumnInfo();
|
|
54329
54329
|
const uniqueKey = this.#getUniqueKey();
|
|
54330
54330
|
|
|
54331
|
+
console.log(columnInfo);
|
|
54332
|
+
|
|
54331
54333
|
if (!searchResults || searchResults.length == 0) {
|
|
54332
54334
|
elAiChat.add("ai", "관련된 정보가 없습니다.");
|
|
54333
54335
|
}
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
|
@@ -94,7 +94,7 @@ class aiContainer extends HTMLElement
|
|
|
94
94
|
#getColumnInfo = () => {
|
|
95
95
|
let colInfo = "";
|
|
96
96
|
|
|
97
|
-
|
|
97
|
+
console.log(this.#target.tagName, this.#target.columns);
|
|
98
98
|
|
|
99
99
|
if (this.#target.tagName === "NINE-GRID") {
|
|
100
100
|
this.#target.columns.info().forEach(info => {
|
|
@@ -240,6 +240,8 @@ class aiContainer extends HTMLElement
|
|
|
240
240
|
const columnInfo = this.#getColumnInfo();
|
|
241
241
|
const uniqueKey = this.#getUniqueKey();
|
|
242
242
|
|
|
243
|
+
console.log(columnInfo);
|
|
244
|
+
|
|
243
245
|
if (!searchResults || searchResults.length == 0) {
|
|
244
246
|
elAiChat.add("ai", "관련된 정보가 없습니다.");
|
|
245
247
|
}
|