@limetech/lime-elements 35.0.0-next.26 → 35.0.0-next.27

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.
@@ -121,10 +121,12 @@ export declare class Table {
121
121
  protected updateColumns(newColumns: Column[], oldColumns: Column[]): void;
122
122
  protected updateAggregates(newAggregates: ColumnAggregate[], oldAggregates: ColumnAggregate[]): void;
123
123
  protected updateSelection(newSelection: any[]): void;
124
+ protected updateSelectable(): void;
124
125
  private areSameColumns;
125
126
  private haveSameAggregateFields;
126
127
  private init;
127
128
  private initTabulatorComponent;
129
+ private initTableSelection;
128
130
  private setSelection;
129
131
  private updateMaxPage;
130
132
  private getOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@limetech/lime-elements",
3
- "version": "35.0.0-next.26",
3
+ "version": "35.0.0-next.27",
4
4
  "description": "Lime Elements",
5
5
  "author": "Lime Technologies",
6
6
  "license": "Apache-2.0",
@@ -45,7 +45,7 @@
45
45
  "@lundalogik/cz-conventional-changelog": "^3.1.0",
46
46
  "@lundalogik/lime-icons8": "^2.7.0",
47
47
  "@popperjs/core": "^2.9.3",
48
- "@rjsf/core": "^3.2.1",
48
+ "@rjsf/core": "^4.0.0",
49
49
  "@stencil/core": "^2.13.0",
50
50
  "@stencil/eslint-plugin": "^0.4.0",
51
51
  "@stencil/sass": "^1.5.2",