@lanaco/lnc-react-ui 2.1.34 → 2.1.35

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/lib/index.esm.js CHANGED
@@ -43863,7 +43863,6 @@ var getDefaultState = function getDefaultState() {
43863
43863
  EnableEdit: false,
43864
43864
  EnableAdd: false,
43865
43865
  EnableExports: false,
43866
- // Later...
43867
43866
  EnableFilters: false,
43868
43867
  // Stamp specific
43869
43868
  EnableOrdering: false,
@@ -43986,6 +43985,8 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
43986
43985
  Pagination$1 = _props$Pagination === void 0 ? {} : _props$Pagination,
43987
43986
  _props$Load = props.Load,
43988
43987
  Load = _props$Load === void 0 ? null : _props$Load,
43988
+ _props$Export = props.Export,
43989
+ Export = _props$Export === void 0 ? function () {} : _props$Export,
43989
43990
  _props$Localization = props.Localization,
43990
43991
  Localization = _props$Localization === void 0 ? {} : _props$Localization,
43991
43992
  _props$SelectedData = props.SelectedData,
@@ -44096,7 +44097,6 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
44096
44097
  EnableEdit: false,
44097
44098
  EnableAdd: false,
44098
44099
  EnableExports: false,
44099
- // Later...
44100
44100
  EnableFilters: false,
44101
44101
  // Stamp specific
44102
44102
  EnableOrdering: false,
@@ -45135,12 +45135,14 @@ var Grid = /*#__PURE__*/React__default.forwardRef(function (props, ref) {
45135
45135
  goToPreviousPage: onGoToPreviousPage,
45136
45136
  goToLastPage: onGoToLastPage,
45137
45137
  goToFirstPage: onGoToFirstPage,
45138
- OnPageSizeChanged: onPageSizeChanged
45138
+ OnPageSizeChanged: onPageSizeChanged,
45139
+ EnableExports: state.Options.EnableExports
45139
45140
  });
45140
45141
 
45141
45142
  return /*#__PURE__*/React__default.createElement(PaginationContainer, null, /*#__PURE__*/React__default.createElement(Pagination, _extends$d({}, cfg, {
45142
45143
  inverted: true,
45143
- Localization: Localization.Pagination || {}
45144
+ Localization: Localization.Pagination || {},
45145
+ Export: Export
45144
45146
  })), /*#__PURE__*/React__default.createElement(ItemFooterText, themeProps, props.FooterText));
45145
45147
  };
45146
45148
 
package/lib/index.js CHANGED
@@ -43904,7 +43904,6 @@ var getDefaultState = function getDefaultState() {
43904
43904
  EnableEdit: false,
43905
43905
  EnableAdd: false,
43906
43906
  EnableExports: false,
43907
- // Later...
43908
43907
  EnableFilters: false,
43909
43908
  // Stamp specific
43910
43909
  EnableOrdering: false,
@@ -44027,6 +44026,8 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
44027
44026
  Pagination$1 = _props$Pagination === void 0 ? {} : _props$Pagination,
44028
44027
  _props$Load = props.Load,
44029
44028
  Load = _props$Load === void 0 ? null : _props$Load,
44029
+ _props$Export = props.Export,
44030
+ Export = _props$Export === void 0 ? function () {} : _props$Export,
44030
44031
  _props$Localization = props.Localization,
44031
44032
  Localization = _props$Localization === void 0 ? {} : _props$Localization,
44032
44033
  _props$SelectedData = props.SelectedData,
@@ -44137,7 +44138,6 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
44137
44138
  EnableEdit: false,
44138
44139
  EnableAdd: false,
44139
44140
  EnableExports: false,
44140
- // Later...
44141
44141
  EnableFilters: false,
44142
44142
  // Stamp specific
44143
44143
  EnableOrdering: false,
@@ -45176,12 +45176,14 @@ var Grid = /*#__PURE__*/React__default['default'].forwardRef(function (props, re
45176
45176
  goToPreviousPage: onGoToPreviousPage,
45177
45177
  goToLastPage: onGoToLastPage,
45178
45178
  goToFirstPage: onGoToFirstPage,
45179
- OnPageSizeChanged: onPageSizeChanged
45179
+ OnPageSizeChanged: onPageSizeChanged,
45180
+ EnableExports: state.Options.EnableExports
45180
45181
  });
45181
45182
 
45182
45183
  return /*#__PURE__*/React__default['default'].createElement(PaginationContainer, null, /*#__PURE__*/React__default['default'].createElement(Pagination, _extends__default['default']({}, cfg, {
45183
45184
  inverted: true,
45184
- Localization: Localization.Pagination || {}
45185
+ Localization: Localization.Pagination || {},
45186
+ Export: Export
45185
45187
  })), /*#__PURE__*/React__default['default'].createElement(ItemFooterText, themeProps, props.FooterText));
45186
45188
  };
45187
45189
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.34",
3
+ "version": "2.1.35",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",