@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.
- package/dist/cjs/limel-form.cjs.entry.js +243 -107
- package/dist/cjs/limel-table.cjs.entry.js +16 -5
- package/dist/collection/components/table/table.js +17 -4
- package/dist/esm/limel-form.entry.js +243 -107
- package/dist/esm/limel-table.entry.js +16 -5
- package/dist/lime-elements/lime-elements.esm.js +1 -1
- package/dist/lime-elements/{p-0f6ca408.entry.js → p-6661adea.entry.js} +1 -1
- package/dist/lime-elements/{p-156da471.entry.js → p-8487c3c9.entry.js} +2 -2
- package/dist/types/components/table/table.d.ts +2 -0
- package/package.json +2 -2
|
@@ -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.
|
|
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": "^
|
|
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",
|