ninegrid2 6.449.0 → 6.450.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
|
@@ -104,7 +104,7 @@ class aiMessage extends HTMLElement
|
|
|
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
106
|
<colgroup>
|
|
107
|
-
<col background-color="#888" width="
|
|
107
|
+
<col background-color="#888" width="30" fixed="left" />
|
|
108
108
|
${colgroup}
|
|
109
109
|
</colgroup>
|
|
110
110
|
<thead>
|
package/dist/bundle.cjs.js
CHANGED
|
@@ -27523,7 +27523,7 @@ class aiMessage extends HTMLElement
|
|
|
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
27525
|
<colgroup>
|
|
27526
|
-
<col background-color="#888" width="
|
|
27526
|
+
<col background-color="#888" width="30" fixed="left" />
|
|
27527
27527
|
${colgroup}
|
|
27528
27528
|
</colgroup>
|
|
27529
27529
|
<thead>
|
package/dist/bundle.esm.js
CHANGED
|
@@ -27521,7 +27521,7 @@ class aiMessage extends HTMLElement
|
|
|
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
27523
|
<colgroup>
|
|
27524
|
-
<col background-color="#888" width="
|
|
27524
|
+
<col background-color="#888" width="30" fixed="left" />
|
|
27525
27525
|
${colgroup}
|
|
27526
27526
|
</colgroup>
|
|
27527
27527
|
<thead>
|
package/package.json
CHANGED
package/src/ai/aiMessage.js
CHANGED
|
@@ -104,7 +104,7 @@ class aiMessage extends HTMLElement
|
|
|
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
106
|
<colgroup>
|
|
107
|
-
<col background-color="#888" width="
|
|
107
|
+
<col background-color="#888" width="30" fixed="left" />
|
|
108
108
|
${colgroup}
|
|
109
109
|
</colgroup>
|
|
110
110
|
<thead>
|