ods-component-lib 1.17.185 → 1.17.188

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.
@@ -1,3 +1,4 @@
1
1
  import React from "react";
2
+ import "./DxDataGrid.css";
2
3
  declare function OdsDataGrid(props: any): React.JSX.Element;
3
4
  export default OdsDataGrid;
package/dist/index.css CHANGED
@@ -74,8 +74,4 @@ tr:first-child {
74
74
 
75
75
  ._1hTxK._3umXw {
76
76
  background-color: #E6F4FF;
77
- }
78
-
79
- ._36VXO._8U8_Y._q4jkZ {
80
- border-radius: 6px;
81
77
  }
package/dist/index.d.ts CHANGED
@@ -44,6 +44,7 @@ import OdsParagraph from "./components/antd/typography/OdsParagraph";
44
44
  import OdsText from "./components/antd/typography/OdsText";
45
45
  import OdsTitle from "./components/antd/typography/OdsTitle";
46
46
  import OdsLogin from "./components/custom/OdsLogin";
47
+ import OdsCustomDataSourceGrid from "./components/devextreme/OdsCustomDataSourceGrid";
47
48
  import OdsDataGrid from "./components/devextreme/OdsDataGrid";
48
49
  import OdsDisplayGrid from "./components/devextreme/OdsDisplayGrid";
49
50
  import OdsProfDataGrid from "./components/devextreme/OdsProfDataGrid";
@@ -99,6 +100,7 @@ export { DxTreeList };
99
100
  export { OdsDisplayGrid };
100
101
  export { OdsProfDataGrid };
101
102
  export { OdsRemoteDataGrid };
103
+ export { OdsCustomDataSourceGrid };
102
104
  export { OdsAlert };
103
105
  export { OdsBannerAlert };
104
106
  export { OdsCustomMultiSelect };