@limetech/lime-elements 37.52.0 → 37.52.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.
@@ -137,6 +137,7 @@ export declare class Table {
137
137
  protected updateAggregates(newAggregates: ColumnAggregate[], oldAggregates: ColumnAggregate[]): void;
138
138
  protected updateSelection(newSelection: any[]): void;
139
139
  protected updateSelectable(): void;
140
+ protected updateSorting(newValue: ColumnSorter[], oldValue: ColumnSorter[]): void;
140
141
  private areSameColumns;
141
142
  private haveSameAggregateFields;
142
143
  private init;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.52.0",
3
+ "version": "37.52.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",