@limetech/lime-elements 37.55.1 → 37.55.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.
@@ -138,6 +138,9 @@ export declare class Table {
138
138
  protected updateSelection(newSelection: any[]): void;
139
139
  protected updateSelectable(): void;
140
140
  protected updateSorting(newValue: ColumnSorter[], oldValue: ColumnSorter[]): void;
141
+ private shouldReplaceData;
142
+ private areEqualIds;
143
+ private isSameOrder;
141
144
  private areSameColumns;
142
145
  private haveSameAggregateFields;
143
146
  private init;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "37.55.1",
3
+ "version": "37.55.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",