@refinitiv-ui/efx-grid 6.0.18 → 6.0.20
Sign up to get free protection for your applications and to get access to all the features.
- package/lib/column-format-dialog/themes/elemental/dark/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/elemental/dark/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/elemental/light/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/elemental/light/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/halo/dark/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/halo/dark/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/halo/light/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/halo/light/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/luna/default/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/luna/default/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/solar/charcoal/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/solar/charcoal/es5/all-elements.js +1 -1
- package/lib/column-format-dialog/themes/solar/pearl/column-format-dialog.js +1 -1
- package/lib/column-format-dialog/themes/solar/pearl/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/lib/column-selection-dialog.d.ts +2 -1
- package/lib/column-selection-dialog/lib/column-selection-dialog.js +89 -8
- package/lib/column-selection-dialog/themes/elemental/dark/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/elemental/dark/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/themes/elemental/light/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/elemental/light/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/themes/halo/dark/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/halo/dark/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/themes/halo/light/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/halo/light/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/themes/solar/charcoal/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/solar/charcoal/es5/all-elements.js +1 -1
- package/lib/column-selection-dialog/themes/solar/pearl/column-selection-dialog.js +1 -1
- package/lib/column-selection-dialog/themes/solar/pearl/es5/all-elements.js +1 -1
- package/lib/core/dist/core.js +40 -23
- package/lib/core/dist/core.min.js +1 -1
- package/lib/core/es6/data/DataView.d.ts +4 -0
- package/lib/core/es6/data/DataView.js +19 -1
- package/lib/core/es6/data/SegmentCollection.js +20 -8
- package/lib/core/es6/grid/Core.js +1 -1
- package/lib/core/es6/grid/components/Cell.js +0 -13
- package/lib/filter-dialog/lib/checkbox-list.js +148 -81
- package/lib/filter-dialog/lib/filter-dialog.js +170 -139
- package/lib/filter-dialog/themes/elemental/dark/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/elemental/dark/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/elemental/dark/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/elemental/light/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/elemental/light/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/elemental/light/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/halo/dark/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/halo/dark/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/halo/dark/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/halo/light/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/halo/light/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/halo/light/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/solar/charcoal/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/solar/charcoal/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/solar/charcoal/filter-dialog.js +1 -1
- package/lib/filter-dialog/themes/solar/pearl/checkbox-list.js +1 -1
- package/lib/filter-dialog/themes/solar/pearl/es5/all-elements.js +2 -2
- package/lib/filter-dialog/themes/solar/pearl/filter-dialog.js +1 -1
- package/lib/grid/index.js +1 -1
- package/lib/rt-grid/dist/rt-grid.js +22 -23
- package/lib/rt-grid/dist/rt-grid.min.js +1 -1
- package/lib/tr-grid-checkbox/es6/Checkbox.js +63 -12
- package/lib/tr-grid-column-grouping/es6/ColumnGrouping.js +70 -110
- package/lib/tr-grid-filter-input/es6/FilterInput.d.ts +1 -1
- package/lib/tr-grid-filter-input/es6/FilterInput.js +10 -9
- package/lib/tr-grid-pagination/es6/Pagination.d.ts +1 -0
- package/lib/tr-grid-pagination/es6/Pagination.js +35 -29
- package/lib/tr-grid-row-dragging/es6/RowDragging.d.ts +15 -14
- package/lib/tr-grid-row-dragging/es6/RowDragging.js +44 -6
- package/lib/tr-grid-row-grouping/es6/RowGrouping.d.ts +5 -0
- package/lib/tr-grid-row-grouping/es6/RowGrouping.js +30 -0
- package/lib/tr-grid-util/es6/Popup.js +5 -1
- package/lib/types/es6/Core/data/DataView.d.ts +4 -0
- package/lib/types/es6/FilterInput.d.ts +1 -0
- package/lib/types/es6/Pagination.d.ts +1 -0
- package/lib/types/es6/RealtimeGrid/Grid.d.ts +1 -1
- package/lib/types/es6/RowDragging.d.ts +15 -14
- package/lib/types/es6/RowGrouping.d.ts +5 -0
- package/lib/versions.json +10 -10
- package/package.json +1 -1
@@ -4,27 +4,28 @@ import { ElfUtil } from "../../tr-grid-util/es6/ElfUtil.js";
|
|
4
4
|
import { GridPlugin } from "../../tr-grid-util/es6/GridPlugin.js";
|
5
5
|
import Dom from "../../tr-grid-util/es6/Dom.js";
|
6
6
|
import { DragUI } from "../../tr-grid-util/es6/DragUI.js";
|
7
|
+
import { injectCss, prettifyCss } from "../../tr-grid-util/es6/Util.js";
|
7
8
|
|
8
9
|
declare namespace RowDraggingPlugin {
|
9
10
|
|
10
11
|
type Options = {
|
11
|
-
dragBox?: boolean,
|
12
|
-
disabled?: boolean,
|
13
|
-
mouseInput?: boolean,
|
14
|
-
dataTransfer?: boolean,
|
15
|
-
autoScroll?: boolean,
|
16
|
-
dragBoxRenderer?: ((...params: any[]) => any),
|
17
|
-
dragStart?: ((...params: any[]) => any),
|
18
|
-
drag?: ((...params: any[]) => any),
|
19
|
-
dragEnd?: ((...params: any[]) => any),
|
20
|
-
dataMoved?: ((...params: any[]) => any)
|
12
|
+
dragBox?: boolean|null,
|
13
|
+
disabled?: boolean|null,
|
14
|
+
mouseInput?: boolean|null,
|
15
|
+
dataTransfer?: boolean|null,
|
16
|
+
autoScroll?: boolean|null,
|
17
|
+
dragBoxRenderer?: ((...params: any[]) => any)|null,
|
18
|
+
dragStart?: ((...params: any[]) => any)|null,
|
19
|
+
drag?: ((...params: any[]) => any)|null,
|
20
|
+
dragEnd?: ((...params: any[]) => any)|null,
|
21
|
+
dataMoved?: ((...params: any[]) => any)|null
|
21
22
|
};
|
22
23
|
|
23
24
|
}
|
24
25
|
|
25
26
|
declare class RowDraggingPlugin extends GridPlugin {
|
26
27
|
|
27
|
-
constructor(options?: RowDraggingPlugin.Options);
|
28
|
+
constructor(options?: RowDraggingPlugin.Options|null);
|
28
29
|
|
29
30
|
public hasMultiTableSupport(): boolean;
|
30
31
|
|
@@ -38,7 +39,7 @@ declare class RowDraggingPlugin extends GridPlugin {
|
|
38
39
|
|
39
40
|
public getConfigObject(out_obj?: any): any;
|
40
41
|
|
41
|
-
public startDrag(startRef: any, opt_suppressEvent?: boolean): void;
|
42
|
+
public startDrag(startRef: any, opt_suppressEvent?: boolean|null): void;
|
42
43
|
|
43
44
|
public stopDrag(): void;
|
44
45
|
|
@@ -46,11 +47,11 @@ declare class RowDraggingPlugin extends GridPlugin {
|
|
46
47
|
|
47
48
|
public getGuideline(): Element|null;
|
48
49
|
|
49
|
-
public disable(disabled?: boolean): void;
|
50
|
+
public disable(disabled?: boolean|null): void;
|
50
51
|
|
51
52
|
public isDisabled(): boolean;
|
52
53
|
|
53
|
-
public disableUIs(disabled?: boolean): void;
|
54
|
+
public disableUIs(disabled?: boolean|null): void;
|
54
55
|
|
55
56
|
}
|
56
57
|
|
@@ -4,6 +4,7 @@ import { ElfUtil } from "../../tr-grid-util/es6/ElfUtil.js";
|
|
4
4
|
import { GridPlugin } from "../../tr-grid-util/es6/GridPlugin.js";
|
5
5
|
import Dom from "../../tr-grid-util/es6/Dom.js";
|
6
6
|
import { DragUI } from "../../tr-grid-util/es6/DragUI.js";
|
7
|
+
import { injectCss, prettifyCss } from "../../tr-grid-util/es6/Util.js";
|
7
8
|
|
8
9
|
/** @typedef {Object} RowDraggingPlugin~Options
|
9
10
|
* @description Available options describing `rowDragging` object specified in grid's option
|
@@ -198,6 +199,14 @@ RowDraggingPlugin.prototype._autoScroll = true;
|
|
198
199
|
*/
|
199
200
|
RowDraggingPlugin.prototype._dragUI = null;
|
200
201
|
|
202
|
+
/** @private Applied theme color in row dragging and dragUI
|
203
|
+
* @param {Object} host core grid instance
|
204
|
+
*/
|
205
|
+
var _applyStyles = function(host) {
|
206
|
+
RowDraggingPlugin._applyThemeColor(host);
|
207
|
+
DragUI.applyThemeColor(host);
|
208
|
+
};
|
209
|
+
|
201
210
|
/** Prevent built-in config
|
202
211
|
* @public
|
203
212
|
* @ignore
|
@@ -252,12 +261,12 @@ RowDraggingPlugin.prototype.initialize = function (host, options) {
|
|
252
261
|
});
|
253
262
|
|
254
263
|
// Share dragging styles
|
255
|
-
if(DragUI.stylePromise) {
|
256
|
-
DragUI.applyThemeColor(host);
|
257
|
-
} else {
|
264
|
+
if(!DragUI.stylePromise) {
|
258
265
|
DragUI.stylePromise = ElfUtil.getThemeColors();
|
259
266
|
DragUI.stylePromise.then(this._onThemeLoaded).catch(this._onThemeLoaded);
|
260
267
|
}
|
268
|
+
// TODO: Create a manager to manage styles. Currently, we have to use setTimeout to wait for an element to be created before applying styles
|
269
|
+
setTimeout(_applyStyles.bind(this, host), 0);
|
261
270
|
|
262
271
|
// In case of lazy loading
|
263
272
|
// host.getAllSections("content").forEach(this._registerSection);
|
@@ -284,10 +293,34 @@ RowDraggingPlugin.prototype.unload = function (host) {
|
|
284
293
|
/** @private
|
285
294
|
*/
|
286
295
|
RowDraggingPlugin.prototype._onThemeLoaded = function() {
|
296
|
+
if(!RowDraggingPlugin._styles) {
|
297
|
+
var styles = [
|
298
|
+
":host .row-dragging .cover-layer .selection-bound", [
|
299
|
+
"border: var(--grid-drag-indicator)"
|
300
|
+
],
|
301
|
+
":host .row-dragging .tr-lg .cell.selected-row", [
|
302
|
+
"background-color: unset;"
|
303
|
+
]
|
304
|
+
];
|
305
|
+
RowDraggingPlugin._styles = prettifyCss(styles);
|
306
|
+
}
|
307
|
+
|
287
308
|
var colors = ElfUtil.getColors();
|
288
309
|
this._dragUI.onThemeLoaded(colors); // TODO : onThemeLoaded should be static function like DragUI.applyThemeColor
|
289
310
|
for(var i = this._hosts.length; --i >= 0;) {
|
290
|
-
|
311
|
+
_applyStyles(this._hosts[i]);
|
312
|
+
}
|
313
|
+
};
|
314
|
+
/** @private
|
315
|
+
* @param {Object} grid core grid instance
|
316
|
+
*/
|
317
|
+
RowDraggingPlugin._applyThemeColor = function(grid) {
|
318
|
+
if(!grid || grid._rowDraggingStyles) {
|
319
|
+
return;
|
320
|
+
}
|
321
|
+
if(RowDraggingPlugin._styles) {
|
322
|
+
grid._rowDraggingStyles = true; // Prevent loading the same style twice
|
323
|
+
injectCss(RowDraggingPlugin._styles, grid.getParent());
|
291
324
|
}
|
292
325
|
};
|
293
326
|
|
@@ -528,7 +561,9 @@ RowDraggingPlugin.prototype._onDragStart = function (e) {
|
|
528
561
|
// TODO: Just update curser will not gonna work since cell is pointer-events: none;
|
529
562
|
// we should do something to overwrite pointer-events first
|
530
563
|
// then set cursor move will have an effect
|
531
|
-
grid.getElement()
|
564
|
+
var gridElem = grid.getElement();
|
565
|
+
gridElem.classList.add("mouse-dragging");
|
566
|
+
gridElem.classList.add("row-dragging");
|
532
567
|
|
533
568
|
this._updateGuidePosition();
|
534
569
|
|
@@ -609,7 +644,10 @@ RowDraggingPlugin.prototype._onDragEnd = function (e) {
|
|
609
644
|
}
|
610
645
|
|
611
646
|
var srcGrid = this._startingGrid || this._hosts[0];
|
612
|
-
|
647
|
+
|
648
|
+
var srcGridElem = srcGrid.getElement();
|
649
|
+
srcGridElem.classList.remove("mouse-dragging");
|
650
|
+
srcGridElem.classList.remove("row-dragging");
|
613
651
|
|
614
652
|
var destPos = this._pos; // This can be null
|
615
653
|
if(!this._isDragCancelled()) {
|
@@ -29,6 +29,7 @@ declare namespace RowGroupingPlugin {
|
|
29
29
|
colorTag?: boolean|null,
|
30
30
|
predefinedColors?: any,
|
31
31
|
groupColors?: any,
|
32
|
+
defaultCollapse?: boolean|null,
|
32
33
|
clicked?: ((...params: any[]) => any)|null,
|
33
34
|
groupAdded?: ((...params: any[]) => any)|null,
|
34
35
|
beforeGroupAdded?: ((...params: any[]) => any)|null,
|
@@ -84,6 +85,10 @@ declare class RowGroupingPlugin extends GridPlugin {
|
|
84
85
|
|
85
86
|
public setPredefinedColors(predefinedColors: any): void;
|
86
87
|
|
88
|
+
public setDefaultCollapse(collapse: boolean): void;
|
89
|
+
|
90
|
+
public getDefaultCollapse(): boolean;
|
91
|
+
|
87
92
|
public sortGroups(): void;
|
88
93
|
|
89
94
|
public updateHeaders(): void;
|
@@ -26,6 +26,7 @@ import { injectCss, prettifyCss } from "../../tr-grid-util/es6/Util.js";
|
|
26
26
|
* @property {boolean=} colorTag If not specified, the color tag will be disabled when using extension without halo theme.
|
27
27
|
* @property {Object=} predefinedColors Predefined color object map for color tag
|
28
28
|
* @property {Object=} groupColors The object map of group ID and predefined color.
|
29
|
+
* @property {boolean=} defaultCollapse=false Collapsing groups by default when a group is created
|
29
30
|
* @property {Function=} clicked=null Event handler when user clicks on arrows or cells
|
30
31
|
* @property {Function=} groupAdded=null Event handler
|
31
32
|
* @property {Function=} beforeGroupAdded=null Event handler
|
@@ -474,6 +475,9 @@ RowGroupingPlugin.prototype.config = function (options) {
|
|
474
475
|
if (option.autoGroupSorting != null) {
|
475
476
|
this._autoGroupSorting = !!option.autoGroupSorting;
|
476
477
|
}
|
478
|
+
if (option.defaultCollapse != null) {
|
479
|
+
this.setDefaultCollapse(option.defaultCollapse);
|
480
|
+
}
|
477
481
|
if (option.predefinedGroups != null) {
|
478
482
|
this.setPredefinedGroups(option.predefinedGroups);
|
479
483
|
}
|
@@ -665,6 +669,11 @@ RowGroupingPlugin.prototype.getConfigObject = function (gridOptions) {
|
|
665
669
|
extOptions.predefinedColors = this._predefinedColors;
|
666
670
|
}
|
667
671
|
|
672
|
+
var defaultCollapse = this.getDefaultCollapse();
|
673
|
+
if(defaultCollapse != null) {
|
674
|
+
extOptions.defaultCollapse = defaultCollapse;
|
675
|
+
}
|
676
|
+
|
668
677
|
return obj;
|
669
678
|
};
|
670
679
|
|
@@ -994,6 +1003,27 @@ RowGroupingPlugin.prototype.setPredefinedColors = function(predefinedColors) {
|
|
994
1003
|
}
|
995
1004
|
};
|
996
1005
|
|
1006
|
+
/** @public
|
1007
|
+
* @param {boolean} collapse Predefined color object map
|
1008
|
+
*/
|
1009
|
+
RowGroupingPlugin.prototype.setDefaultCollapse = function(collapse) {
|
1010
|
+
var dv = this.getDataView();
|
1011
|
+
if (dv) {
|
1012
|
+
dv.setDefaultCollapse(collapse);
|
1013
|
+
}
|
1014
|
+
};
|
1015
|
+
|
1016
|
+
/** @public
|
1017
|
+
* @return {boolean}
|
1018
|
+
*/
|
1019
|
+
RowGroupingPlugin.prototype.getDefaultCollapse = function() {
|
1020
|
+
var dv = this.getDataView();
|
1021
|
+
if (dv) {
|
1022
|
+
return dv.getDefaultCollapse();
|
1023
|
+
}
|
1024
|
+
return false; // if dv did't load, the value will be false by default
|
1025
|
+
};
|
1026
|
+
|
997
1027
|
/** Trigger group sorting logic -- re-sort the existing groups. This will not continuously apply to each data update.
|
998
1028
|
* @public
|
999
1029
|
*/
|
@@ -607,7 +607,11 @@ Popup.prototype.updatePosition = function () {
|
|
607
607
|
if (t._autoClipping) {
|
608
608
|
t._restoreElementSize();
|
609
609
|
}
|
610
|
-
var
|
610
|
+
var refElement = document.body;
|
611
|
+
if (t._positioning === "over") {
|
612
|
+
refElement = document.documentElement;
|
613
|
+
}
|
614
|
+
var pos = Dom.getRelativePosition(t._attachedElem, refElement);
|
611
615
|
var px = pos["x"];
|
612
616
|
var py = pos["y"];
|
613
617
|
|
@@ -188,6 +188,10 @@ declare class DataView extends EventDispatcher {
|
|
188
188
|
|
189
189
|
public enableContentAsHeader(bool?: boolean|null): void;
|
190
190
|
|
191
|
+
public setDefaultCollapse(collapse?: boolean|null): void;
|
192
|
+
|
193
|
+
public getDefaultCollapse(): boolean;
|
194
|
+
|
191
195
|
public getVisibleRowCount(): number;
|
192
196
|
|
193
197
|
public isRowDataInGroup(rowData: any, groupID?: string|null): boolean;
|
@@ -195,7 +195,7 @@ declare class Grid extends EventDispatcher {
|
|
195
195
|
|
196
196
|
public hasHiddenRow(): boolean;
|
197
197
|
|
198
|
-
public setRic(rowRef: Grid.RowReference|null, str: string): void;
|
198
|
+
public setRic(rowRef: Grid.RowReference|null, str: string, options?: RowDefinition.Options|null): void;
|
199
199
|
|
200
200
|
public unlinkChain(rowRef: Grid.RowReference|null): void;
|
201
201
|
|
@@ -4,27 +4,28 @@ import { ElfUtil } from "../../tr-grid-util/es6/ElfUtil.js";
|
|
4
4
|
import { GridPlugin } from "../../tr-grid-util/es6/GridPlugin.js";
|
5
5
|
import Dom from "../../tr-grid-util/es6/Dom.js";
|
6
6
|
import { DragUI } from "../../tr-grid-util/es6/DragUI.js";
|
7
|
+
import { injectCss, prettifyCss } from "../../tr-grid-util/es6/Util.js";
|
7
8
|
|
8
9
|
declare namespace RowDraggingPlugin {
|
9
10
|
|
10
11
|
type Options = {
|
11
|
-
dragBox?: boolean,
|
12
|
-
disabled?: boolean,
|
13
|
-
mouseInput?: boolean,
|
14
|
-
dataTransfer?: boolean,
|
15
|
-
autoScroll?: boolean,
|
16
|
-
dragBoxRenderer?: ((...params: any[]) => any),
|
17
|
-
dragStart?: ((...params: any[]) => any),
|
18
|
-
drag?: ((...params: any[]) => any),
|
19
|
-
dragEnd?: ((...params: any[]) => any),
|
20
|
-
dataMoved?: ((...params: any[]) => any)
|
12
|
+
dragBox?: boolean|null,
|
13
|
+
disabled?: boolean|null,
|
14
|
+
mouseInput?: boolean|null,
|
15
|
+
dataTransfer?: boolean|null,
|
16
|
+
autoScroll?: boolean|null,
|
17
|
+
dragBoxRenderer?: ((...params: any[]) => any)|null,
|
18
|
+
dragStart?: ((...params: any[]) => any)|null,
|
19
|
+
drag?: ((...params: any[]) => any)|null,
|
20
|
+
dragEnd?: ((...params: any[]) => any)|null,
|
21
|
+
dataMoved?: ((...params: any[]) => any)|null
|
21
22
|
};
|
22
23
|
|
23
24
|
}
|
24
25
|
|
25
26
|
declare class RowDraggingPlugin extends GridPlugin {
|
26
27
|
|
27
|
-
constructor(options?: RowDraggingPlugin.Options);
|
28
|
+
constructor(options?: RowDraggingPlugin.Options|null);
|
28
29
|
|
29
30
|
public hasMultiTableSupport(): boolean;
|
30
31
|
|
@@ -38,7 +39,7 @@ declare class RowDraggingPlugin extends GridPlugin {
|
|
38
39
|
|
39
40
|
public getConfigObject(out_obj?: any): any;
|
40
41
|
|
41
|
-
public startDrag(startRef: any, opt_suppressEvent?: boolean): void;
|
42
|
+
public startDrag(startRef: any, opt_suppressEvent?: boolean|null): void;
|
42
43
|
|
43
44
|
public stopDrag(): void;
|
44
45
|
|
@@ -46,11 +47,11 @@ declare class RowDraggingPlugin extends GridPlugin {
|
|
46
47
|
|
47
48
|
public getGuideline(): Element|null;
|
48
49
|
|
49
|
-
public disable(disabled?: boolean): void;
|
50
|
+
public disable(disabled?: boolean|null): void;
|
50
51
|
|
51
52
|
public isDisabled(): boolean;
|
52
53
|
|
53
|
-
public disableUIs(disabled?: boolean): void;
|
54
|
+
public disableUIs(disabled?: boolean|null): void;
|
54
55
|
|
55
56
|
}
|
56
57
|
|
@@ -29,6 +29,7 @@ declare namespace RowGroupingPlugin {
|
|
29
29
|
colorTag?: boolean|null,
|
30
30
|
predefinedColors?: any,
|
31
31
|
groupColors?: any,
|
32
|
+
defaultCollapse?: boolean|null,
|
32
33
|
clicked?: ((...params: any[]) => any)|null,
|
33
34
|
groupAdded?: ((...params: any[]) => any)|null,
|
34
35
|
beforeGroupAdded?: ((...params: any[]) => any)|null,
|
@@ -84,6 +85,10 @@ declare class RowGroupingPlugin extends GridPlugin {
|
|
84
85
|
|
85
86
|
public setPredefinedColors(predefinedColors: any): void;
|
86
87
|
|
88
|
+
public setDefaultCollapse(collapse: boolean): void;
|
89
|
+
|
90
|
+
public getDefaultCollapse(): boolean;
|
91
|
+
|
87
92
|
public sortGroups(): void;
|
88
93
|
|
89
94
|
public updateHeaders(): void;
|
package/lib/versions.json
CHANGED
@@ -1,37 +1,37 @@
|
|
1
1
|
{
|
2
|
-
"tr-grid-util": "1.3.
|
2
|
+
"tr-grid-util": "1.3.82",
|
3
3
|
"@grid/column-dragging": "1.0.10",
|
4
|
-
"@grid/row-segmenting": "1.0.
|
4
|
+
"@grid/row-segmenting": "1.0.22",
|
5
5
|
"@grid/statistics-row": "1.0.13",
|
6
6
|
"@grid/zoom": "1.0.11",
|
7
7
|
"tr-grid-auto-tooltip": "1.1.5",
|
8
8
|
"tr-grid-cell-selection": "1.0.32",
|
9
|
-
"tr-grid-checkbox": "1.0.
|
9
|
+
"tr-grid-checkbox": "1.0.60",
|
10
10
|
"tr-grid-column-fitter": "1.0.39",
|
11
11
|
"tr-grid-column-formatting": "0.9.34",
|
12
|
-
"tr-grid-column-grouping": "1.0.
|
12
|
+
"tr-grid-column-grouping": "1.0.35",
|
13
13
|
"tr-grid-column-resizing": "1.0.26",
|
14
14
|
"tr-grid-column-selection": "1.0.25",
|
15
15
|
"tr-grid-column-stack": "1.0.48",
|
16
16
|
"tr-grid-conditional-coloring": "1.0.57",
|
17
17
|
"tr-grid-content-wrap": "1.0.19",
|
18
18
|
"tr-grid-contextmenu": "1.0.38",
|
19
|
-
"tr-grid-filter-input": "0.9.
|
19
|
+
"tr-grid-filter-input": "0.9.31",
|
20
20
|
"tr-grid-heat-map": "1.0.28",
|
21
21
|
"tr-grid-in-cell-editing": "1.0.73",
|
22
|
-
"tr-grid-pagination": "1.0.
|
22
|
+
"tr-grid-pagination": "1.0.24",
|
23
23
|
"tr-grid-percent-bar": "1.0.22",
|
24
24
|
"tr-grid-printer": "1.0.16",
|
25
25
|
"tr-grid-range-bar": "1.0.9",
|
26
|
-
"tr-grid-row-dragging": "1.0.
|
26
|
+
"tr-grid-row-dragging": "1.0.24",
|
27
27
|
"tr-grid-row-filtering": "1.0.55",
|
28
|
-
"tr-grid-row-grouping": "1.0.
|
28
|
+
"tr-grid-row-grouping": "1.0.80",
|
29
29
|
"tr-grid-row-selection": "1.0.21",
|
30
30
|
"tr-grid-rowcoloring": "1.0.21",
|
31
31
|
"tr-grid-textformatting": "1.0.44",
|
32
32
|
"tr-grid-titlewrap": "1.0.19",
|
33
33
|
"@grid/formatters": "1.0.49",
|
34
|
-
"@grid/column-selection-dialog": "4.0.
|
35
|
-
"@grid/filter-dialog": "4.0.
|
34
|
+
"@grid/column-selection-dialog": "4.0.46",
|
35
|
+
"@grid/filter-dialog": "4.0.56",
|
36
36
|
"@grid/column-format-dialog": "4.0.43"
|
37
37
|
}
|
package/package.json
CHANGED