ninegrid2 6.332.0 → 6.333.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" 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-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>
@@ -27356,7 +27356,7 @@ class aiMessage extends HTMLElement
27356
27356
  #init = () => {
27357
27357
 
27358
27358
  const html = `
27359
- <nine-grid display-row-count="5" 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-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>
@@ -27354,7 +27354,7 @@ class aiMessage extends HTMLElement
27354
27354
  #init = () => {
27355
27355
 
27356
27356
  const html = `
27357
- <nine-grid display-row-count="5" 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-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>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ninegrid2",
3
3
  "type": "module",
4
- "version": "6.332.0",
4
+ "version": "6.333.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" 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-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>