@esvndev/es-react-import-export 1.2.12 → 1.2.13

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.js CHANGED
@@ -257916,7 +257916,7 @@ const ExportExcelComponent = ({ openModal, typeModal, handleModal, windowSize, d
257916
257916
  const renderFooterButtons = () => {
257917
257917
  return (jsxRuntime.jsxs(React$v.Fragment, { children: [jsxRuntime.jsx(Button$1$2, { color: "primary", className: "me-1", onClick: handleSubmit(submit), children: t('IE_Export') }), jsxRuntime.jsx(Button$1$2, { color: "secondary", onClick: handleCancel, outline: true, className: "me-1", children: t('IE_Close') })] }));
257918
257918
  };
257919
- return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(Sidebar, { open: openModal, toggleSidebar: handleCancel, width: 900, children: [jsxRuntime.jsx(ModalHeader, { typeModal: typeModal, handleModal: () => handleCancel(), title: t('IE_Setting') }), jsxRuntime.jsx(lib.Scrollbars, { autoHeight: true, autoHeightMax: windowSize.innerHeight - 105, autoHeightMin: windowSize.innerHeight - 105, children: jsxRuntime.jsx(Form$1$1, { id: "form-general-info", className: "todo-modal", children: jsxRuntime.jsxs(ModalBody$1, { children: [jsxRuntime.jsxs("div", { className: 'box form-box__border mb-2', children: [jsxRuntime.jsx("h5", { className: 'm-0 form-box__border--title', children: t('IE_Column customization') }), jsxRuntime.jsx(Row$1$2, { className: "gy-1", children: jsxRuntime.jsx(Col$1$2, { lg: 12, md: 12, xs: 12, className: "export_excel_table_config", children: jsxRuntime.jsx(TempTable, { dataSource: dataHead, height: windowSize.innerHeight - 480, showToolbar: false, columns: [
257919
+ return (jsxRuntime.jsx(jsxRuntime.Fragment, { children: jsxRuntime.jsxs(Sidebar, { open: openModal, toggleSidebar: handleCancel, width: 900, children: [jsxRuntime.jsx(ModalHeader, { typeModal: typeModal, handleModal: () => handleCancel(), title: t('IE_Setting') }), jsxRuntime.jsx(lib.Scrollbars, { autoHeight: true, autoHeightMax: windowSize.innerHeight - 105, autoHeightMin: windowSize.innerHeight - 105, children: jsxRuntime.jsx(Form$1$1, { id: "form-general-info", className: "todo-modal", children: jsxRuntime.jsxs(ModalBody$1, { children: [jsxRuntime.jsxs("div", { className: 'box form-box__border mb-2', children: [jsxRuntime.jsx("h5", { className: 'm-0 form-box__border--title', children: t('IE_Column customization') }), jsxRuntime.jsx(Row$1$2, { className: "gy-1", children: jsxRuntime.jsx(Col$1$2, { lg: 12, md: 12, xs: 12, className: "export_excel_table_config", children: jsxRuntime.jsx(TempTable, { dataSource: dataHead, height: windowSize.innerHeight - 500, showToolbar: false, columns: [
257920
257920
  {
257921
257921
  field: 'selection_column',
257922
257922
  textAlign: 'center',
package/dist/index.mjs CHANGED
@@ -257886,7 +257886,7 @@ const ExportExcelComponent = ({ openModal, typeModal, handleModal, windowSize, d
257886
257886
  const renderFooterButtons = () => {
257887
257887
  return (jsxs(Fragment, { children: [jsx(Button$1$2, { color: "primary", className: "me-1", onClick: handleSubmit(submit), children: t('IE_Export') }), jsx(Button$1$2, { color: "secondary", onClick: handleCancel, outline: true, className: "me-1", children: t('IE_Close') })] }));
257888
257888
  };
257889
- return (jsx(Fragment$1, { children: jsxs(Sidebar, { open: openModal, toggleSidebar: handleCancel, width: 900, children: [jsx(ModalHeader, { typeModal: typeModal, handleModal: () => handleCancel(), title: t('IE_Setting') }), jsx(lib.Scrollbars, { autoHeight: true, autoHeightMax: windowSize.innerHeight - 105, autoHeightMin: windowSize.innerHeight - 105, children: jsx(Form$1$1, { id: "form-general-info", className: "todo-modal", children: jsxs(ModalBody$1, { children: [jsxs("div", { className: 'box form-box__border mb-2', children: [jsx("h5", { className: 'm-0 form-box__border--title', children: t('IE_Column customization') }), jsx(Row$1$2, { className: "gy-1", children: jsx(Col$1$2, { lg: 12, md: 12, xs: 12, className: "export_excel_table_config", children: jsx(TempTable, { dataSource: dataHead, height: windowSize.innerHeight - 480, showToolbar: false, columns: [
257889
+ return (jsx(Fragment$1, { children: jsxs(Sidebar, { open: openModal, toggleSidebar: handleCancel, width: 900, children: [jsx(ModalHeader, { typeModal: typeModal, handleModal: () => handleCancel(), title: t('IE_Setting') }), jsx(lib.Scrollbars, { autoHeight: true, autoHeightMax: windowSize.innerHeight - 105, autoHeightMin: windowSize.innerHeight - 105, children: jsx(Form$1$1, { id: "form-general-info", className: "todo-modal", children: jsxs(ModalBody$1, { children: [jsxs("div", { className: 'box form-box__border mb-2', children: [jsx("h5", { className: 'm-0 form-box__border--title', children: t('IE_Column customization') }), jsx(Row$1$2, { className: "gy-1", children: jsx(Col$1$2, { lg: 12, md: 12, xs: 12, className: "export_excel_table_config", children: jsx(TempTable, { dataSource: dataHead, height: windowSize.innerHeight - 500, showToolbar: false, columns: [
257890
257890
  {
257891
257891
  field: 'selection_column',
257892
257892
  textAlign: 'center',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-import-export",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",