ods-component-lib 1.18.107 → 1.18.109

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/index.css CHANGED
@@ -201,7 +201,24 @@ tr._2CvVM._3Xrp3._19iuB._3udtX {
201
201
  ._n1i4q {
202
202
  padding: 0 !important;
203
203
  }
204
-
204
+
205
+
206
+ ._eki0-._iIxEJ._1RnGP {
207
+ border: none !important;
208
+ border-radius: 16px 16px 0 0;
209
+ }
210
+ ._2sLNZ {
211
+ background-color: rgb(255, 255, 255);
212
+ border-radius: 0px 0px 16px 16px;
213
+ font-size: 13px;
214
+ text-align: unset;
215
+ padding: 17px 16px 3px 15px;
216
+ font-weight: 600;
217
+ border-top: 1px solid #ededed;
218
+ }
219
+ ._1RnGP > ._qUFdx, ._1RnGP > ._3Mxz6 {
220
+ border: 0 !important;
221
+ }
205
222
  ._3n8UJ {
206
223
  background-color: lightgreen;
207
224
  }
package/dist/index.js CHANGED
@@ -35104,7 +35104,7 @@ var OdsServerSideDatagrid = function OdsServerSideDatagrid(props) {
35104
35104
  return React__default.createElement(DataGrid.Column, Object.assign({
35105
35105
  key: col.dataField
35106
35106
  }, col, {
35107
- minWidth: 100
35107
+ minWidth: 10
35108
35108
  }), col.lookUp && React__default.createElement(devextremeReact.Lookup, Object.assign({}, col.lookUp)), col.dataField === 'IsActive' && React__default.createElement(DataGrid.HeaderFilter, {
35109
35109
  dataSource: [{
35110
35110
  text: 'Active',