@wemake4u/form-player-se 1.0.22 → 1.0.23
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/esm2022/lib/directives/collapse.directive.mjs +2 -2
- package/esm2022/lib/directives/text.directive.mjs +4 -1
- package/esm2022/lib/dynamic-fields/dynamic-fields.component.mjs +3 -3
- package/esm2022/lib/services/grid.service.mjs +45 -15
- package/esm2022/lib/services/programmability.service.mjs +5 -3
- package/fesm2022/wemake4u-form-player-se.mjs +54 -19
- package/fesm2022/wemake4u-form-player-se.mjs.map +1 -1
- package/lib/services/grid.service.d.ts +3 -0
- package/package.json +1 -1
|
@@ -30,6 +30,9 @@ export declare class GridService {
|
|
|
30
30
|
private setValueFormatter;
|
|
31
31
|
private getRowSelection;
|
|
32
32
|
private onRowSelectable;
|
|
33
|
+
private onRowSelected;
|
|
34
|
+
private onRowSelecting;
|
|
35
|
+
private hasSelection;
|
|
33
36
|
private getPaginable;
|
|
34
37
|
private getPageSize;
|
|
35
38
|
private getTexts;
|