globuswebcomponents 2.10.6 → 2.10.8

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.
@@ -136,6 +136,7 @@ export declare class GbTable {
136
136
  private handlePageChange;
137
137
  private get totalPages();
138
138
  onDataChange(): void;
139
+ handlePaginationConfigChange(newValue: any): void;
139
140
  onLoadingChange(newValue: boolean, _oldValue: boolean): void;
140
141
  private renderHeaderIcons;
141
142
  renderDesktopView(): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "globuswebcomponents",
3
- "version": "2.10.6",
3
+ "version": "2.10.8",
4
4
  "description": "Globus One",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",