ods-component-lib 1.18.249 → 1.18.250

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,6 +1,6 @@
1
1
  import { ModalProps } from "antd";
2
2
  import React from "react";
3
- export interface ICustomModalProps extends ModalProps {
3
+ interface ICustomModalProps extends ModalProps {
4
4
  content: React.ReactNode;
5
5
  }
6
6
  declare const OdsAdvanceModal: React.FC<ICustomModalProps>;
package/dist/index.js CHANGED
@@ -33751,6 +33751,7 @@ var MasterDetailDataGrid = function MasterDetailDataGrid(_ref) {
33751
33751
  },
33752
33752
  dataSource: dataSource,
33753
33753
  showBorders: true,
33754
+ showRowLines: true,
33754
33755
  columnAutoWidth: true,
33755
33756
  allowColumnReordering: true,
33756
33757
  selection: {