ninegrid2 6.536.0 → 6.538.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 +0 -2
- package/dist/ai/aiMessage.js +1 -1
- package/dist/bundle.cjs.js +1 -3
- package/dist/bundle.esm.js +1 -3
- package/package.json +1 -1
- package/src/ai/aiContainer.js +0 -2
- package/src/ai/aiMessage.js +1 -1
package/dist/ai/aiContainer.js
CHANGED
package/dist/ai/aiMessage.js
CHANGED
|
@@ -131,7 +131,7 @@ class aiMessage extends HTMLElement
|
|
|
131
131
|
|
|
132
132
|
const html = `
|
|
133
133
|
<nine-grid class="ai" display-row-count="${rowCount > 5 ? 5 : rowCount}" show-title-bar="false" show-menu-icon="false" show-status-bar="false" select-type="row" auto-fit-col="true" show-title-bar="true" show-menu-icon="true" show-status-bar="true" enable-fixed-col="true" row-resizable="false" col-movable="true">
|
|
134
|
-
<table>
|
|
134
|
+
<table style="display:none;">
|
|
135
135
|
<colgroup>
|
|
136
136
|
<col background-color="#888" width="30" fixed="left" />
|
|
137
137
|
${colgroup}
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27827,7 +27827,7 @@ class aiMessage extends HTMLElement
|
|
|
27827
27827
|
|
|
27828
27828
|
const html = `
|
|
27829
27829
|
<nine-grid class="ai" display-row-count="${rowCount > 5 ? 5 : rowCount}" show-title-bar="false" show-menu-icon="false" show-status-bar="false" select-type="row" auto-fit-col="true" show-title-bar="true" show-menu-icon="true" show-status-bar="true" enable-fixed-col="true" row-resizable="false" col-movable="true">
|
|
27830
|
-
<table>
|
|
27830
|
+
<table style="display:none;">
|
|
27831
27831
|
<colgroup>
|
|
27832
27832
|
<col background-color="#888" width="30" fixed="left" />
|
|
27833
27833
|
${colgroup}
|
|
@@ -54470,8 +54470,6 @@ class aiContainer extends HTMLElement
|
|
|
54470
54470
|
contextText += "\n";
|
|
54471
54471
|
|
|
54472
54472
|
for (const o of searchResults) {
|
|
54473
|
-
|
|
54474
|
-
console.log(o);
|
|
54475
54473
|
columnInfo.forEach(info => {
|
|
54476
54474
|
contextText += `${o[info.name]}\t`;
|
|
54477
54475
|
});
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27825,7 +27825,7 @@ class aiMessage extends HTMLElement
|
|
|
27825
27825
|
|
|
27826
27826
|
const html = `
|
|
27827
27827
|
<nine-grid class="ai" display-row-count="${rowCount > 5 ? 5 : rowCount}" show-title-bar="false" show-menu-icon="false" show-status-bar="false" select-type="row" auto-fit-col="true" show-title-bar="true" show-menu-icon="true" show-status-bar="true" enable-fixed-col="true" row-resizable="false" col-movable="true">
|
|
27828
|
-
<table>
|
|
27828
|
+
<table style="display:none;">
|
|
27829
27829
|
<colgroup>
|
|
27830
27830
|
<col background-color="#888" width="30" fixed="left" />
|
|
27831
27831
|
${colgroup}
|
|
@@ -54468,8 +54468,6 @@ class aiContainer extends HTMLElement
|
|
|
54468
54468
|
contextText += "\n";
|
|
54469
54469
|
|
|
54470
54470
|
for (const o of searchResults) {
|
|
54471
|
-
|
|
54472
|
-
console.log(o);
|
|
54473
54471
|
columnInfo.forEach(info => {
|
|
54474
54472
|
contextText += `${o[info.name]}\t`;
|
|
54475
54473
|
});
|
package/package.json
CHANGED
package/src/ai/aiContainer.js
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -131,7 +131,7 @@ class aiMessage extends HTMLElement
|
|
|
131
131
|
|
|
132
132
|
const html = `
|
|
133
133
|
<nine-grid class="ai" display-row-count="${rowCount > 5 ? 5 : rowCount}" show-title-bar="false" show-menu-icon="false" show-status-bar="false" select-type="row" auto-fit-col="true" show-title-bar="true" show-menu-icon="true" show-status-bar="true" enable-fixed-col="true" row-resizable="false" col-movable="true">
|
|
134
|
-
<table>
|
|
134
|
+
<table style="display:none;">
|
|
135
135
|
<colgroup>
|
|
136
136
|
<col background-color="#888" width="30" fixed="left" />
|
|
137
137
|
${colgroup}
|