es-grid-template 1.7.22 → 1.7.23
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/es/grid-component/GridStyle.js +1 -1
- package/es/grid-component/InternalTable.js +5 -1
- package/es/grid-component/TableGrid.js +2 -2
- package/lib/grid-component/GridStyle.js +1 -1
- package/lib/grid-component/InternalTable.js +5 -1
- package/lib/grid-component/TableGrid.js +2 -2
- package/package.json +1 -1
|
@@ -2,4 +2,4 @@ import styled from "styled-components";
|
|
|
2
2
|
export const GridStyle = styled.div.withConfig({
|
|
3
3
|
displayName: "GridStyle",
|
|
4
4
|
componentId: "es-grid-template__sc-sueu2e-0"
|
|
5
|
-
})(["height:", "
|
|
5
|
+
})(["height:", ";.ui-rc-table.ui-rc-table-virtual.ui-rc-table-scroll-horizontal{.ui-rc-table-container{&:has(.ui-rc-table-tbody-virtual-scrollbar-horizontal){padding-bottom:8px;border-bottom:1px solid #e0e0e0;}}}.ui-rc-table-container{.ui-rc-table-tbody-virtual.ui-rc-table-tbody{min-height:", ";}.ui-rc-table-body{&:has(.ui-rc-table-placeholder){height:", ";}table{height:100%;.ui-rc-table-placeholder{vertical-align:top;}}}.ui-rc-table-placeholder{}}.ui-rc-toolbar-bottom{position:relative;padding:.25rem 1rem;background-color:#ffffff;&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;visibility:visible;right:0;}.toolbar-button{border-radius:0;.ant-btn{border-radius:0;}}}.ui-rc-pagination{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin:0;padding:.75rem 1rem;background-color:#ffffff;.ui-rc-pagination-total-text{order:2;margin-left:auto;}&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:50px;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:50px;bottom:0;visibility:visible;right:0;}&.pagination-template{position:relative;&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;visibility:visible;right:0;}}}.react-resizable{position:relative;background-clip:padding-box;}.rc-resizable-handle{position:absolute;right:0px;bottom:0;z-index:1;width:5px;height:100%;cursor:col-resize;&.none{cursor:auto;display:none;}}"], props => props.$heightTable ? `${props.$heightTable}px` : undefined, props => props.$heightScroll ? `${props.$heightScroll}px` : undefined, props => props.$heightScroll ? `${props.$heightScroll - 1}px` : undefined);
|
|
@@ -1033,6 +1033,10 @@ const InternalTable = props => {
|
|
|
1033
1033
|
zIndex: 1060
|
|
1034
1034
|
}
|
|
1035
1035
|
}
|
|
1036
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
1037
|
+
style: {
|
|
1038
|
+
paddingTop: 20
|
|
1039
|
+
}
|
|
1036
1040
|
}, /*#__PURE__*/React.createElement(DndContext, {
|
|
1037
1041
|
sensors: sensors,
|
|
1038
1042
|
modifiers: [restrictToHorizontalAxis],
|
|
@@ -1118,7 +1122,7 @@ const InternalTable = props => {
|
|
|
1118
1122
|
borderRadius: 6,
|
|
1119
1123
|
fontWeight: 500
|
|
1120
1124
|
}
|
|
1121
|
-
}, columns[columns.findIndex(i => i.field === dragIndex.active)]?.headerText)))), /*#__PURE__*/React.createElement(Tooltip, {
|
|
1125
|
+
}, columns[columns.findIndex(i => i.field === dragIndex.active)]?.headerText))))), /*#__PURE__*/React.createElement(Tooltip, {
|
|
1122
1126
|
id: `${id}-tooltip-form-error`,
|
|
1123
1127
|
style: {
|
|
1124
1128
|
zIndex: 1999
|
|
@@ -365,7 +365,7 @@ const TableGrid = props => {
|
|
|
365
365
|
// onChange={(paging, filters, sorter) => handleChange(sorter)}
|
|
366
366
|
,
|
|
367
367
|
|
|
368
|
-
title: showToolbar
|
|
368
|
+
title: showToolbar !== false || fullScreen !== false ? () => {
|
|
369
369
|
return /*#__PURE__*/React.createElement(Fragment, null, /*#__PURE__*/React.createElement("div", null, title?.(dataSource)), /*#__PURE__*/React.createElement("div", {
|
|
370
370
|
style: {
|
|
371
371
|
display: 'flex',
|
|
@@ -420,7 +420,7 @@ const TableGrid = props => {
|
|
|
420
420
|
// columnsGroup={groupColumns}
|
|
421
421
|
// triggerChangeColumns={triggerChangeColumns}
|
|
422
422
|
}))));
|
|
423
|
-
},
|
|
423
|
+
} : undefined,
|
|
424
424
|
expandable: {
|
|
425
425
|
...expandable
|
|
426
426
|
},
|
|
@@ -9,4 +9,4 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
9
9
|
const GridStyle = exports.GridStyle = _styledComponents.default.div.withConfig({
|
|
10
10
|
displayName: "GridStyle",
|
|
11
11
|
componentId: "es-grid-template__sc-sueu2e-0"
|
|
12
|
-
})(["height:", "
|
|
12
|
+
})(["height:", ";.ui-rc-table.ui-rc-table-virtual.ui-rc-table-scroll-horizontal{.ui-rc-table-container{&:has(.ui-rc-table-tbody-virtual-scrollbar-horizontal){padding-bottom:8px;border-bottom:1px solid #e0e0e0;}}}.ui-rc-table-container{.ui-rc-table-tbody-virtual.ui-rc-table-tbody{min-height:", ";}.ui-rc-table-body{&:has(.ui-rc-table-placeholder){height:", ";}table{height:100%;.ui-rc-table-placeholder{vertical-align:top;}}}.ui-rc-table-placeholder{}}.ui-rc-toolbar-bottom{position:relative;padding:.25rem 1rem;background-color:#ffffff;&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;visibility:visible;right:0;}.toolbar-button{border-radius:0;.ant-btn{border-radius:0;}}}.ui-rc-pagination{border-bottom:1px solid #e0e0e0;border-top:1px solid #e0e0e0;margin:0;padding:.75rem 1rem;background-color:#ffffff;.ui-rc-pagination-total-text{order:2;margin-left:auto;}&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:50px;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:50px;bottom:0;visibility:visible;right:0;}&.pagination-template{position:relative;&::before{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;left:0;}&::after{content:\"\";position:absolute;border-left:1px solid #e0e0e0;height:100%;bottom:0;visibility:visible;right:0;}}}.react-resizable{position:relative;background-clip:padding-box;}.rc-resizable-handle{position:absolute;right:0px;bottom:0;z-index:1;width:5px;height:100%;cursor:col-resize;&.none{cursor:auto;display:none;}}"], props => props.$heightTable ? `${props.$heightTable}px` : undefined, props => props.$heightScroll ? `${props.$heightScroll}px` : undefined, props => props.$heightScroll ? `${props.$heightScroll - 1}px` : undefined);
|
|
@@ -1041,6 +1041,10 @@ const InternalTable = props => {
|
|
|
1041
1041
|
zIndex: 1060
|
|
1042
1042
|
}
|
|
1043
1043
|
}
|
|
1044
|
+
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
1045
|
+
style: {
|
|
1046
|
+
paddingTop: 20
|
|
1047
|
+
}
|
|
1044
1048
|
}, /*#__PURE__*/_react.default.createElement(_core.DndContext, {
|
|
1045
1049
|
sensors: sensors,
|
|
1046
1050
|
modifiers: [_modifiers.restrictToHorizontalAxis],
|
|
@@ -1126,7 +1130,7 @@ const InternalTable = props => {
|
|
|
1126
1130
|
borderRadius: 6,
|
|
1127
1131
|
fontWeight: 500
|
|
1128
1132
|
}
|
|
1129
|
-
}, columns[columns.findIndex(i => i.field === dragIndex.active)]?.headerText)))), /*#__PURE__*/_react.default.createElement(_reactTooltip.Tooltip, {
|
|
1133
|
+
}, columns[columns.findIndex(i => i.field === dragIndex.active)]?.headerText))))), /*#__PURE__*/_react.default.createElement(_reactTooltip.Tooltip, {
|
|
1130
1134
|
id: `${id}-tooltip-form-error`,
|
|
1131
1135
|
style: {
|
|
1132
1136
|
zIndex: 1999
|
|
@@ -365,7 +365,7 @@ const TableGrid = props => {
|
|
|
365
365
|
// onChange={(paging, filters, sorter) => handleChange(sorter)}
|
|
366
366
|
,
|
|
367
367
|
|
|
368
|
-
title: showToolbar
|
|
368
|
+
title: showToolbar !== false || fullScreen !== false ? () => {
|
|
369
369
|
return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, /*#__PURE__*/_react.default.createElement("div", null, title?.(dataSource)), /*#__PURE__*/_react.default.createElement("div", {
|
|
370
370
|
style: {
|
|
371
371
|
display: 'flex',
|
|
@@ -420,7 +420,7 @@ const TableGrid = props => {
|
|
|
420
420
|
// columnsGroup={groupColumns}
|
|
421
421
|
// triggerChangeColumns={triggerChangeColumns}
|
|
422
422
|
}))));
|
|
423
|
-
},
|
|
423
|
+
} : undefined,
|
|
424
424
|
expandable: {
|
|
425
425
|
...expandable
|
|
426
426
|
},
|