@lanaco/lnc-react-ui 2.1.8 → 2.1.9

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
@@ -49924,7 +49924,8 @@ var DataView = function DataView(props) {
49924
49924
  goToPreviousPage: goToPreviousPage,
49925
49925
  goToFirstPage: goToFirstPage,
49926
49926
  goToLastPage: goToLastPage,
49927
- EnableExports: Options.EnableExports
49927
+ EnableExports: Options.EnableExports,
49928
+ Localization: Localization.Pagination
49928
49929
  })
49929
49930
  }; //======== METHODS ========
49930
49931
 
package/lib/index.js CHANGED
@@ -49965,7 +49965,8 @@ var DataView = function DataView(props) {
49965
49965
  goToPreviousPage: goToPreviousPage,
49966
49966
  goToFirstPage: goToFirstPage,
49967
49967
  goToLastPage: goToLastPage,
49968
- EnableExports: Options.EnableExports
49968
+ EnableExports: Options.EnableExports,
49969
+ Localization: Localization.Pagination
49969
49970
  })
49970
49971
  }; //======== METHODS ========
49971
49972
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lanaco/lnc-react-ui",
3
- "version": "2.1.8",
3
+ "version": "2.1.9",
4
4
  "description": "component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",