@bryntum/grid-trial 7.2.2 → 7.2.3

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/grid.thin.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Bryntum Grid 7.2.2 (TRIAL VERSION)
3
+ * Bryntum Grid 7.2.3 (TRIAL VERSION)
4
4
  *
5
5
  * Copyright(c) 2026 Bryntum AB
6
6
  * https://bryntum.com/contact
@@ -1195,8 +1195,9 @@ type ActionColumnConfig = {
1195
1195
  * @param {object} renderData
1196
1196
  * @param {Grid.column.Column} renderData.column This column
1197
1197
  * @param {HTMLElement} renderData.headerElement The header element
1198
+ * @returns {string,object,void,void} The text or markup to show in the column header
1198
1199
  */
1199
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
1200
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
1200
1201
  /**
1201
1202
  * An array of the widgets to append to the column header. These widgets have this Column instance
1202
1203
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -1914,8 +1915,9 @@ type AggregateColumnConfig = {
1914
1915
  * @param {object} renderData
1915
1916
  * @param {Grid.column.Column} renderData.column This column
1916
1917
  * @param {HTMLElement} renderData.headerElement The header element
1918
+ * @returns {string,object,void,void} The text or markup to show in the column header
1917
1919
  */
1918
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
1920
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
1919
1921
  /**
1920
1922
  * An array of the widgets to append to the column header. These widgets have this Column instance
1921
1923
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -2684,8 +2686,9 @@ type ChartColumnConfig = {
2684
2686
  * @param {object} renderData
2685
2687
  * @param {Grid.column.Column} renderData.column This column
2686
2688
  * @param {HTMLElement} renderData.headerElement The header element
2689
+ * @returns {string,object,void,void} The text or markup to show in the column header
2687
2690
  */
2688
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
2691
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
2689
2692
  /**
2690
2693
  * An array of the widgets to append to the column header. These widgets have this Column instance
2691
2694
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -3459,8 +3462,9 @@ type CheckColumnConfig = {
3459
3462
  * @param {object} renderData
3460
3463
  * @param {Grid.column.Column} renderData.column This column
3461
3464
  * @param {HTMLElement} renderData.headerElement The header element
3465
+ * @returns {string,object,void,void} The text or markup to show in the column header
3462
3466
  */
3463
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
3467
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
3464
3468
  /**
3465
3469
  * An array of the widgets to append to the column header. These widgets have this Column instance
3466
3470
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -4249,8 +4253,9 @@ type ColorColumnConfig = {
4249
4253
  * @param {object} renderData
4250
4254
  * @param {Grid.column.Column} renderData.column This column
4251
4255
  * @param {HTMLElement} renderData.headerElement The header element
4256
+ * @returns {string,object,void,void} The text or markup to show in the column header
4252
4257
  */
4253
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
4258
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
4254
4259
  /**
4255
4260
  * An array of the widgets to append to the column header. These widgets have this Column instance
4256
4261
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -4984,8 +4989,9 @@ type ColumnConfig = {
4984
4989
  * @param {object} renderData
4985
4990
  * @param {Grid.column.Column} renderData.column This column
4986
4991
  * @param {HTMLElement} renderData.headerElement The header element
4992
+ * @returns {string,object,void,void} The text or markup to show in the column header
4987
4993
  */
4988
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
4994
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
4989
4995
  /**
4990
4996
  * An array of the widgets to append to the column header. These widgets have this Column instance
4991
4997
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -5533,7 +5539,7 @@ export class Column extends Model {
5533
5539
  /**
5534
5540
  * Renderer function for the column header.
5535
5541
  */
5536
- headerRenderer: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
5542
+ headerRenderer: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
5537
5543
  /**
5538
5544
  * An array of the widgets to append to the column header. These widgets have this Column instance
5539
5545
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -6281,8 +6287,9 @@ type CurrencyColumnConfig = {
6281
6287
  * @param {object} renderData
6282
6288
  * @param {Grid.column.Column} renderData.column This column
6283
6289
  * @param {HTMLElement} renderData.headerElement The header element
6290
+ * @returns {string,object,void,void} The text or markup to show in the column header
6284
6291
  */
6285
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
6292
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
6286
6293
  /**
6287
6294
  * An array of the widgets to append to the column header. These widgets have this Column instance
6288
6295
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -7033,8 +7040,9 @@ type DateColumnConfig = {
7033
7040
  * @param {object} renderData
7034
7041
  * @param {Grid.column.Column} renderData.column This column
7035
7042
  * @param {HTMLElement} renderData.headerElement The header element
7043
+ * @returns {string,object,void,void} The text or markup to show in the column header
7036
7044
  */
7037
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
7045
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
7038
7046
  /**
7039
7047
  * An array of the widgets to append to the column header. These widgets have this Column instance
7040
7048
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -7796,8 +7804,9 @@ type NumberColumnConfig = {
7796
7804
  * @param {object} renderData
7797
7805
  * @param {Grid.column.Column} renderData.column This column
7798
7806
  * @param {HTMLElement} renderData.headerElement The header element
7807
+ * @returns {string,object,void,void} The text or markup to show in the column header
7799
7808
  */
7800
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
7809
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
7801
7810
  /**
7802
7811
  * An array of the widgets to append to the column header. These widgets have this Column instance
7803
7812
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -8575,8 +8584,9 @@ type PercentColumnConfig = {
8575
8584
  * @param {object} renderData
8576
8585
  * @param {Grid.column.Column} renderData.column This column
8577
8586
  * @param {HTMLElement} renderData.headerElement The header element
8587
+ * @returns {string,object,void,void} The text or markup to show in the column header
8578
8588
  */
8579
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
8589
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
8580
8590
  /**
8581
8591
  * An array of the widgets to append to the column header. These widgets have this Column instance
8582
8592
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -9353,8 +9363,9 @@ type RatingColumnConfig = {
9353
9363
  * @param {object} renderData
9354
9364
  * @param {Grid.column.Column} renderData.column This column
9355
9365
  * @param {HTMLElement} renderData.headerElement The header element
9366
+ * @returns {string,object,void,void} The text or markup to show in the column header
9356
9367
  */
9357
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
9368
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
9358
9369
  /**
9359
9370
  * An array of the widgets to append to the column header. These widgets have this Column instance
9360
9371
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -10033,8 +10044,9 @@ type RowNumberColumnConfig = {
10033
10044
  * @param {object} renderData
10034
10045
  * @param {Grid.column.Column} renderData.column This column
10035
10046
  * @param {HTMLElement} renderData.headerElement The header element
10047
+ * @returns {string,object,void,void} The text or markup to show in the column header
10036
10048
  */
10037
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
10049
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
10038
10050
  /**
10039
10051
  * An array of the widgets to append to the column header. These widgets have this Column instance
10040
10052
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -10701,8 +10713,9 @@ type SparklineColumnConfig = {
10701
10713
  * @param {object} renderData
10702
10714
  * @param {Grid.column.Column} renderData.column This column
10703
10715
  * @param {HTMLElement} renderData.headerElement The header element
10716
+ * @returns {string,object,void,void} The text or markup to show in the column header
10704
10717
  */
10705
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
10718
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
10706
10719
  /**
10707
10720
  * An array of the widgets to append to the column header. These widgets have this Column instance
10708
10721
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -11425,8 +11438,9 @@ type TemplateColumnConfig = {
11425
11438
  * @param {object} renderData
11426
11439
  * @param {Grid.column.Column} renderData.column This column
11427
11440
  * @param {HTMLElement} renderData.headerElement The header element
11441
+ * @returns {string,object,void,void} The text or markup to show in the column header
11428
11442
  */
11429
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
11443
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
11430
11444
  /**
11431
11445
  * An array of the widgets to append to the column header. These widgets have this Column instance
11432
11446
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -12154,8 +12168,9 @@ type TimeColumnConfig = {
12154
12168
  * @param {object} renderData
12155
12169
  * @param {Grid.column.Column} renderData.column This column
12156
12170
  * @param {HTMLElement} renderData.headerElement The header element
12171
+ * @returns {string,object,void,void} The text or markup to show in the column header
12157
12172
  */
12158
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
12173
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
12159
12174
  /**
12160
12175
  * An array of the widgets to append to the column header. These widgets have this Column instance
12161
12176
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -12886,8 +12901,9 @@ type TreeColumnConfig = {
12886
12901
  * @param {object} renderData
12887
12902
  * @param {Grid.column.Column} renderData.column This column
12888
12903
  * @param {HTMLElement} renderData.headerElement The header element
12904
+ * @returns {string,object,void,void} The text or markup to show in the column header
12889
12905
  */
12890
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
12906
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
12891
12907
  /**
12892
12908
  * An array of the widgets to append to the column header. These widgets have this Column instance
12893
12909
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -13645,8 +13661,9 @@ type WidgetColumnConfig = {
13645
13661
  * @param {object} renderData
13646
13662
  * @param {Grid.column.Column} renderData.column This column
13647
13663
  * @param {HTMLElement} renderData.headerElement The header element
13664
+ * @returns {string,object,void,void} The text or markup to show in the column header
13648
13665
  */
13649
- headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|null|void
13666
+ headerRenderer?: (renderData: { column: Column, headerElement: HTMLElement }) => string|object|void
13650
13667
  /**
13651
13668
  * An array of the widgets to append to the column header. These widgets have this Column instance
13652
13669
  * as their `owner` which can be used to reference the column, and the owning Grid via `this.owner.grid`.
@@ -15458,16 +15475,11 @@ export class ColumnStore extends Store {
15458
15475
  */
15459
15476
  static registerColumnType(columnClass: Function, simpleRenderer?: boolean): void;
15460
15477
  /**
15461
- * Get column by field. To be sure that you are getting exactly the intended column, use [Store#getById()](https://bryntum.com/products/grid/docs/api/Core/data/Store#function-getById) with the
15462
- * columns id instead.
15478
+ * Get column by field. To be sure that you are getting exactly the intended column, use
15479
+ * [getById](https://bryntum.com/products/grid/docs/api/Core/data/Store#function-getById) with the columns id instead.
15463
15480
  * @param {string} field Field name
15464
15481
  */
15465
15482
  get(field: string): Column;
15466
- /**
15467
- * Get column by id.
15468
- * @param {string,number} id
15469
- */
15470
- getById(id: string|number): Column;
15471
15483
  /**
15472
15484
  * indexOf extended to also accept a columns field, for backward compatibility.
15473
15485
  * @param {Core.data.Model,string} recordOrId
package/grid.umd.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  *
3
- * Bryntum Grid 7.2.2 (TRIAL VERSION)
3
+ * Bryntum Grid 7.2.3 (TRIAL VERSION)
4
4
  *
5
5
  * Copyright(c) 2026 Bryntum AB
6
6
  * https://bryntum.com/contact