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.
@@ -297,8 +297,6 @@ class aiContainer extends HTMLElement
297
297
  contextText += "\n";
298
298
 
299
299
  for (const o of searchResults) {
300
-
301
- console.log(o);
302
300
  columnInfo.forEach(info => {
303
301
  contextText += `${o[info.name]}\t`;
304
302
  });
@@ -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}
@@ -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
  });
@@ -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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.536.0",
4
+ "version": "6.538.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -297,8 +297,6 @@ class aiContainer extends HTMLElement
297
297
  contextText += "\n";
298
298
 
299
299
  for (const o of searchResults) {
300
-
301
- console.log(o);
302
300
  columnInfo.forEach(info => {
303
301
  contextText += `${o[info.name]}\t`;
304
302
  });
@@ -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}