ninegrid2 6.333.0 → 6.334.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.
@@ -49,7 +49,7 @@ class aiMessage extends HTMLElement
49
49
  #init = () => {
50
50
 
51
51
  const html = `
52
- <nine-grid display-row-count="5" show-title-bar="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">
52
+ <nine-grid display-row-count="5" 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">
53
53
  <table>
54
54
  <caption>Sheet1</caption>
55
55
  <thead>
@@ -104,6 +104,7 @@ class aiMessage extends HTMLElement
104
104
  setTimeout(() => {
105
105
  const grd = this.shadowRoot.querySelector("nine-grid");
106
106
  grd.data.source = this.data;
107
+ grd.setAttribute("display-row-count", 2);
107
108
  }, 300);
108
109
  };
109
110
  }
@@ -27356,7 +27356,7 @@ class aiMessage extends HTMLElement
27356
27356
  #init = () => {
27357
27357
 
27358
27358
  const html = `
27359
- <nine-grid display-row-count="5" show-title-bar="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">
27359
+ <nine-grid display-row-count="5" 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">
27360
27360
  <table>
27361
27361
  <caption>Sheet1</caption>
27362
27362
  <thead>
@@ -27411,6 +27411,7 @@ class aiMessage extends HTMLElement
27411
27411
  setTimeout(() => {
27412
27412
  const grd = this.shadowRoot.querySelector("nine-grid");
27413
27413
  grd.data.source = this.data;
27414
+ grd.setAttribute("display-row-count", 2);
27414
27415
  }, 300);
27415
27416
  };
27416
27417
  }
@@ -27354,7 +27354,7 @@ class aiMessage extends HTMLElement
27354
27354
  #init = () => {
27355
27355
 
27356
27356
  const html = `
27357
- <nine-grid display-row-count="5" show-title-bar="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">
27357
+ <nine-grid display-row-count="5" 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">
27358
27358
  <table>
27359
27359
  <caption>Sheet1</caption>
27360
27360
  <thead>
@@ -27409,6 +27409,7 @@ class aiMessage extends HTMLElement
27409
27409
  setTimeout(() => {
27410
27410
  const grd = this.shadowRoot.querySelector("nine-grid");
27411
27411
  grd.data.source = this.data;
27412
+ grd.setAttribute("display-row-count", 2);
27412
27413
  }, 300);
27413
27414
  };
27414
27415
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.333.0",
4
+ "version": "6.334.0",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
7
7
  "import": "./dist/index.js",
@@ -49,7 +49,7 @@ class aiMessage extends HTMLElement
49
49
  #init = () => {
50
50
 
51
51
  const html = `
52
- <nine-grid display-row-count="5" show-title-bar="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">
52
+ <nine-grid display-row-count="5" 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">
53
53
  <table>
54
54
  <caption>Sheet1</caption>
55
55
  <thead>
@@ -104,6 +104,7 @@ class aiMessage extends HTMLElement
104
104
  setTimeout(() => {
105
105
  const grd = this.shadowRoot.querySelector("nine-grid");
106
106
  grd.data.source = this.data;
107
+ grd.setAttribute("display-row-count", 2);
107
108
  }, 300);
108
109
  };
109
110
  }