@limetech/lime-elements 38.3.1 → 38.3.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.
@@ -124,6 +124,7 @@ export declare class Table {
124
124
  private firstRequest;
125
125
  private currentSorting;
126
126
  private tableSelection;
127
+ private shouldSort;
127
128
  constructor();
128
129
  componentWillLoad(): void;
129
130
  componentDidLoad(): void;
@@ -160,6 +161,7 @@ export declare class Table {
160
161
  private isRemoteMode;
161
162
  private handleDataSorting;
162
163
  private handlePageLoaded;
164
+ private handleRenderComplete;
163
165
  private onClickRow;
164
166
  private getActiveRows;
165
167
  private getActiveRowsData;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "38.3.1",
3
+ "version": "38.3.2",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -46,7 +46,7 @@
46
46
  "@commitlint/config-conventional": "^19.8.0",
47
47
  "@eslint/eslintrc": "^3.3.0",
48
48
  "@eslint/js": "^9.22.0",
49
- "@microsoft/api-extractor": "^7.51.1",
49
+ "@microsoft/api-extractor": "^7.52.1",
50
50
  "@popperjs/core": "^2.11.8",
51
51
  "@rjsf/core": "^2.4.2",
52
52
  "@rollup/plugin-node-resolve": "^13.3.0",