ninegrid2 6.359.0 → 6.360.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/aiMessage.js +1 -1
- package/dist/bundle.cjs.js +1 -1
- package/dist/bundle.esm.js +1 -1
- package/package.json +1 -1
- package/src/ai/aiMessage.js +1 -1
package/dist/ai/aiMessage.js
CHANGED
|
@@ -55,7 +55,7 @@ class aiMessage extends HTMLElement
|
|
|
55
55
|
|
|
56
56
|
const rowCount = Number(this.getAttribute("row-count"));
|
|
57
57
|
const html = `
|
|
58
|
-
<nine-grid 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">
|
|
58
|
+
<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">
|
|
59
59
|
<table>
|
|
60
60
|
<caption>Sheet1</caption>
|
|
61
61
|
<thead>
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27361,7 +27361,7 @@ class aiMessage extends HTMLElement
|
|
|
27361
27361
|
|
|
27362
27362
|
const rowCount = Number(this.getAttribute("row-count"));
|
|
27363
27363
|
const html = `
|
|
27364
|
-
<nine-grid 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">
|
|
27364
|
+
<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">
|
|
27365
27365
|
<table>
|
|
27366
27366
|
<caption>Sheet1</caption>
|
|
27367
27367
|
<thead>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27359,7 +27359,7 @@ class aiMessage extends HTMLElement
|
|
|
27359
27359
|
|
|
27360
27360
|
const rowCount = Number(this.getAttribute("row-count"));
|
|
27361
27361
|
const html = `
|
|
27362
|
-
<nine-grid 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">
|
|
27362
|
+
<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">
|
|
27363
27363
|
<table>
|
|
27364
27364
|
<caption>Sheet1</caption>
|
|
27365
27365
|
<thead>
|
package/package.json
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -55,7 +55,7 @@ class aiMessage extends HTMLElement
|
|
|
55
55
|
|
|
56
56
|
const rowCount = Number(this.getAttribute("row-count"));
|
|
57
57
|
const html = `
|
|
58
|
-
<nine-grid 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">
|
|
58
|
+
<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">
|
|
59
59
|
<table>
|
|
60
60
|
<caption>Sheet1</caption>
|
|
61
61
|
<thead>
|