ods-component-lib 1.18.198 → 1.18.199

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
@@ -33162,7 +33162,7 @@ var ExportDataGridToExcel = function ExportDataGridToExcel(_ref) {
33162
33162
  }
33163
33163
  if ((gridCell.column.dataType === "datetime" || gridCell.column.dataType === "date" || gridCell.column.dataField === "CreateDate" || gridCell.column.dataField === "ModifyDate") && gridCell.value) {
33164
33164
  var date = moment(gridCell.value);
33165
- var formattedDate = date.format("DD.MM.YYYY HH:mm [UTC]Z");
33165
+ var formattedDate = date.format("DD.MM.YYYY HH:mm");
33166
33166
  excelCell.value = formattedDate;
33167
33167
  } else {
33168
33168
  excelCell.font = {