mario-core 2.9.38-admin → 2.9.39-admin

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.
@@ -0,0 +1,3 @@
1
+ import { FC } from "react";
2
+ declare const LoadLanguage: FC;
3
+ export default LoadLanguage;
package/dist/index.js CHANGED
@@ -119,6 +119,9 @@ var DEFAULT_PAGE_SIZE_VALUES = [{
119
119
  }, {
120
120
  label: "30",
121
121
  value: 30
122
+ }, {
123
+ label: "50",
124
+ value: 50
122
125
  }];
123
126
  var DEFAULT_PAGE_SIZE = {
124
127
  label: "10",