ninegrid2 6.447.0 → 6.448.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 -2
- package/dist/bundle.cjs.js +1 -2
- package/dist/bundle.esm.js +1 -2
- package/package.json +1 -1
- package/src/ai/aiMessage.js +1 -2
package/dist/ai/aiMessage.js
CHANGED
|
@@ -103,9 +103,8 @@ class aiMessage extends HTMLElement
|
|
|
103
103
|
const html = `
|
|
104
104
|
<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">
|
|
105
105
|
<table>
|
|
106
|
-
<caption>Sheet1</caption>
|
|
107
106
|
<colgroup>
|
|
108
|
-
<col background-color="#888" fixed="left"/>
|
|
107
|
+
<col background-color="#888" width="50" fixed="left" />
|
|
109
108
|
${colgroup}
|
|
110
109
|
</colgroup>
|
|
111
110
|
<thead>
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27522,9 +27522,8 @@ class aiMessage extends HTMLElement
|
|
|
27522
27522
|
const html = `
|
|
27523
27523
|
<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">
|
|
27524
27524
|
<table>
|
|
27525
|
-
<caption>Sheet1</caption>
|
|
27526
27525
|
<colgroup>
|
|
27527
|
-
<col background-color="#888" fixed="left"/>
|
|
27526
|
+
<col background-color="#888" width="50" fixed="left" />
|
|
27528
27527
|
${colgroup}
|
|
27529
27528
|
</colgroup>
|
|
27530
27529
|
<thead>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27520,9 +27520,8 @@ class aiMessage extends HTMLElement
|
|
|
27520
27520
|
const html = `
|
|
27521
27521
|
<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">
|
|
27522
27522
|
<table>
|
|
27523
|
-
<caption>Sheet1</caption>
|
|
27524
27523
|
<colgroup>
|
|
27525
|
-
<col background-color="#888" fixed="left"/>
|
|
27524
|
+
<col background-color="#888" width="50" fixed="left" />
|
|
27526
27525
|
${colgroup}
|
|
27527
27526
|
</colgroup>
|
|
27528
27527
|
<thead>
|
package/package.json
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -103,9 +103,8 @@ class aiMessage extends HTMLElement
|
|
|
103
103
|
const html = `
|
|
104
104
|
<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">
|
|
105
105
|
<table>
|
|
106
|
-
<caption>Sheet1</caption>
|
|
107
106
|
<colgroup>
|
|
108
|
-
<col background-color="#888" fixed="left"/>
|
|
107
|
+
<col background-color="#888" width="50" fixed="left" />
|
|
109
108
|
${colgroup}
|
|
110
109
|
</colgroup>
|
|
111
110
|
<thead>
|