@limetech/lime-elements 39.12.1 → 39.12.3

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.
@@ -103,8 +103,10 @@ export declare class FileViewer {
103
103
  private fileUrl;
104
104
  private email?;
105
105
  private pdfBlobUrl?;
106
+ private revokeAnimationFrame?;
106
107
  constructor();
107
108
  disconnectedCallback(): void;
109
+ connectedCallback(): void;
108
110
  componentWillLoad(): Promise<void>;
109
111
  render(): any;
110
112
  protected watchUrl(newUrl: string, oldUrl: string): Promise<void>;
@@ -160,7 +160,8 @@ export declare class Table {
160
160
  protected updateSelectable(): void;
161
161
  protected updateSortableColumns(): void;
162
162
  protected updateSorting(newValue: ColumnSorter[], oldValue: ColumnSorter[]): void;
163
- private shouldReplaceData;
163
+ private reformatChangedRows;
164
+ private fillMissingFields;
164
165
  private getRowIds;
165
166
  private areEqualIds;
166
167
  private isSameOrder;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "39.12.1",
3
+ "version": "39.12.3",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",