@esvndev/es-react-table-interface 1.2.1 → 1.2.2

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.
@@ -111,6 +111,7 @@ export interface IExternalInterface {
111
111
  querySelectDefault?: IQueryFilter[];
112
112
  t: TFunction;
113
113
  localeLanguage?: any;
114
+ pageSizeOptions?: number[];
114
115
  api?: {
115
116
  apiGetColumns: any;
116
117
  apiGetOption: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esvndev/es-react-table-interface",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "This product is designed by ESVN and is only for use in products distributed by ESVN. Any product, whether for non-commercial research or commercial purposes, must have written legal approval and a digital signature from ESVN.",
5
5
  "license": "ESVN Limited Use License",
6
6
  "author": "dev@esvn.com.vn",