@bryntum/grid-trial 7.2.1 → 7.2.2
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/fluent2-dark.css +2 -2
- package/fluent2-light.css +1 -1
- package/grid.css +2 -2
- package/grid.d.ts +209 -116
- package/grid.lwc.module.d.ts +1 -1
- package/grid.lwc.module.js +2 -2
- package/grid.module.d.ts +1 -1
- package/grid.module.js +41 -41
- package/grid.thin.d.ts +147 -67
- package/grid.umd.d.ts +1 -1
- package/grid.umd.js +48 -48
- package/grid.wc.module.d.ts +1 -1
- package/grid.wc.module.js +41 -41
- package/high-contrast-dark.css +2 -2
- package/high-contrast-light.css +1 -1
- package/locales/grid.locale.De.js +1 -1
- package/material3-dark.css +2 -2
- package/material3-light.css +1 -1
- package/package.json +1 -1
- package/stockholm-dark.css +2 -2
- package/stockholm-light.css +1 -1
- package/svalbard-dark.css +2 -2
- package/svalbard-light.css +1 -1
- package/visby-dark.css +2 -2
- package/visby-light.css +2 -2
package/grid.thin.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* Bryntum Grid 7.2.
|
|
3
|
+
* Bryntum Grid 7.2.2 (TRIAL VERSION)
|
|
4
4
|
*
|
|
5
5
|
* Copyright(c) 2026 Bryntum AB
|
|
6
6
|
* https://bryntum.com/contact
|
|
@@ -1237,7 +1237,7 @@ type ActionColumnConfig = {
|
|
|
1237
1237
|
id?: string|number
|
|
1238
1238
|
/**
|
|
1239
1239
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
1240
|
-
* field edit instead of when editing is finished by using
|
|
1240
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
1241
1241
|
*/
|
|
1242
1242
|
instantUpdate?: boolean
|
|
1243
1243
|
/**
|
|
@@ -1405,7 +1405,7 @@ type ActionColumnConfig = {
|
|
|
1405
1405
|
*/
|
|
1406
1406
|
responsiveLevels?: object
|
|
1407
1407
|
/**
|
|
1408
|
-
* Setting this option means that pressing the
|
|
1408
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
1409
1409
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
1410
1410
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
1411
1411
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -1969,7 +1969,7 @@ type AggregateColumnConfig = {
|
|
|
1969
1969
|
includeParentInChangeSet?: boolean
|
|
1970
1970
|
/**
|
|
1971
1971
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
1972
|
-
* field edit instead of when editing is finished by using
|
|
1972
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
1973
1973
|
*/
|
|
1974
1974
|
instantUpdate?: boolean
|
|
1975
1975
|
/**
|
|
@@ -2154,7 +2154,7 @@ type AggregateColumnConfig = {
|
|
|
2154
2154
|
*/
|
|
2155
2155
|
responsiveLevels?: object
|
|
2156
2156
|
/**
|
|
2157
|
-
* Setting this option means that pressing the
|
|
2157
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
2158
2158
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
2159
2159
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
2160
2160
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -2731,7 +2731,7 @@ type ChartColumnConfig = {
|
|
|
2731
2731
|
id?: string|number
|
|
2732
2732
|
/**
|
|
2733
2733
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
2734
|
-
* field edit instead of when editing is finished by using
|
|
2734
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
2735
2735
|
*/
|
|
2736
2736
|
instantUpdate?: boolean
|
|
2737
2737
|
/**
|
|
@@ -2907,7 +2907,7 @@ type ChartColumnConfig = {
|
|
|
2907
2907
|
*/
|
|
2908
2908
|
responsiveLevels?: object
|
|
2909
2909
|
/**
|
|
2910
|
-
* Setting this option means that pressing the
|
|
2910
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
2911
2911
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
2912
2912
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
2913
2913
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -3506,7 +3506,7 @@ type CheckColumnConfig = {
|
|
|
3506
3506
|
id?: string|number
|
|
3507
3507
|
/**
|
|
3508
3508
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
3509
|
-
* field edit instead of when editing is finished by using
|
|
3509
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
3510
3510
|
*/
|
|
3511
3511
|
instantUpdate?: boolean
|
|
3512
3512
|
/**
|
|
@@ -3682,7 +3682,7 @@ type CheckColumnConfig = {
|
|
|
3682
3682
|
*/
|
|
3683
3683
|
responsiveLevels?: object
|
|
3684
3684
|
/**
|
|
3685
|
-
* Setting this option means that pressing the
|
|
3685
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
3686
3686
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
3687
3687
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
3688
3688
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -4296,7 +4296,7 @@ type ColorColumnConfig = {
|
|
|
4296
4296
|
id?: string|number
|
|
4297
4297
|
/**
|
|
4298
4298
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
4299
|
-
* field edit instead of when editing is finished by using
|
|
4299
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
4300
4300
|
*/
|
|
4301
4301
|
instantUpdate?: boolean
|
|
4302
4302
|
/**
|
|
@@ -4468,7 +4468,7 @@ type ColorColumnConfig = {
|
|
|
4468
4468
|
*/
|
|
4469
4469
|
responsiveLevels?: object
|
|
4470
4470
|
/**
|
|
4471
|
-
* Setting this option means that pressing the
|
|
4471
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
4472
4472
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
4473
4473
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
4474
4474
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -5031,7 +5031,7 @@ type ColumnConfig = {
|
|
|
5031
5031
|
id?: string|number
|
|
5032
5032
|
/**
|
|
5033
5033
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
5034
|
-
* field edit instead of when editing is finished by using
|
|
5034
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
5035
5035
|
*/
|
|
5036
5036
|
instantUpdate?: boolean
|
|
5037
5037
|
/**
|
|
@@ -5203,7 +5203,7 @@ type ColumnConfig = {
|
|
|
5203
5203
|
*/
|
|
5204
5204
|
responsiveLevels?: object
|
|
5205
5205
|
/**
|
|
5206
|
-
* Setting this option means that pressing the
|
|
5206
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
5207
5207
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
5208
5208
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
5209
5209
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -5568,7 +5568,7 @@ export class Column extends Model {
|
|
|
5568
5568
|
icon: string
|
|
5569
5569
|
/**
|
|
5570
5570
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
5571
|
-
* field edit instead of when editing is finished by using
|
|
5571
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
5572
5572
|
*/
|
|
5573
5573
|
instantUpdate: boolean
|
|
5574
5574
|
/**
|
|
@@ -5664,7 +5664,7 @@ export class Column extends Model {
|
|
|
5664
5664
|
*/
|
|
5665
5665
|
responsiveLevels: object
|
|
5666
5666
|
/**
|
|
5667
|
-
* Setting this option means that pressing the
|
|
5667
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
5668
5668
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
5669
5669
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
5670
5670
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -6333,7 +6333,7 @@ type CurrencyColumnConfig = {
|
|
|
6333
6333
|
id?: string|number
|
|
6334
6334
|
/**
|
|
6335
6335
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
6336
|
-
* field edit instead of when editing is finished by using
|
|
6336
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
6337
6337
|
*/
|
|
6338
6338
|
instantUpdate?: boolean
|
|
6339
6339
|
/**
|
|
@@ -6518,7 +6518,7 @@ type CurrencyColumnConfig = {
|
|
|
6518
6518
|
*/
|
|
6519
6519
|
responsiveLevels?: object
|
|
6520
6520
|
/**
|
|
6521
|
-
* Setting this option means that pressing the
|
|
6521
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
6522
6522
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
6523
6523
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
6524
6524
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -7080,7 +7080,7 @@ type DateColumnConfig = {
|
|
|
7080
7080
|
id?: string|number
|
|
7081
7081
|
/**
|
|
7082
7082
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
7083
|
-
* field edit instead of when editing is finished by using
|
|
7083
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
7084
7084
|
*/
|
|
7085
7085
|
instantUpdate?: boolean
|
|
7086
7086
|
/**
|
|
@@ -7260,7 +7260,7 @@ type DateColumnConfig = {
|
|
|
7260
7260
|
*/
|
|
7261
7261
|
responsiveLevels?: object
|
|
7262
7262
|
/**
|
|
7263
|
-
* Setting this option means that pressing the
|
|
7263
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
7264
7264
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
7265
7265
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
7266
7266
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -7843,7 +7843,7 @@ type NumberColumnConfig = {
|
|
|
7843
7843
|
id?: string|number
|
|
7844
7844
|
/**
|
|
7845
7845
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
7846
|
-
* field edit instead of when editing is finished by using
|
|
7846
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
7847
7847
|
*/
|
|
7848
7848
|
instantUpdate?: boolean
|
|
7849
7849
|
/**
|
|
@@ -8028,7 +8028,7 @@ type NumberColumnConfig = {
|
|
|
8028
8028
|
*/
|
|
8029
8029
|
responsiveLevels?: object
|
|
8030
8030
|
/**
|
|
8031
|
-
* Setting this option means that pressing the
|
|
8031
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
8032
8032
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
8033
8033
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
8034
8034
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -8617,7 +8617,7 @@ type PercentColumnConfig = {
|
|
|
8617
8617
|
id?: string|number
|
|
8618
8618
|
/**
|
|
8619
8619
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
8620
|
-
* field edit instead of when editing is finished by using
|
|
8620
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
8621
8621
|
*/
|
|
8622
8622
|
instantUpdate?: boolean
|
|
8623
8623
|
/**
|
|
@@ -8812,7 +8812,7 @@ type PercentColumnConfig = {
|
|
|
8812
8812
|
*/
|
|
8813
8813
|
responsiveLevels?: object
|
|
8814
8814
|
/**
|
|
8815
|
-
* Setting this option means that pressing the
|
|
8815
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
8816
8816
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
8817
8817
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
8818
8818
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -9400,7 +9400,7 @@ type RatingColumnConfig = {
|
|
|
9400
9400
|
id?: string|number
|
|
9401
9401
|
/**
|
|
9402
9402
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
9403
|
-
* field edit instead of when editing is finished by using
|
|
9403
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
9404
9404
|
*/
|
|
9405
9405
|
instantUpdate?: boolean
|
|
9406
9406
|
/**
|
|
@@ -9585,7 +9585,7 @@ type RatingColumnConfig = {
|
|
|
9585
9585
|
*/
|
|
9586
9586
|
responsiveLevels?: object
|
|
9587
9587
|
/**
|
|
9588
|
-
* Setting this option means that pressing the
|
|
9588
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
9589
9589
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
9590
9590
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
9591
9591
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -10758,7 +10758,7 @@ type SparklineColumnConfig = {
|
|
|
10758
10758
|
id?: string|number
|
|
10759
10759
|
/**
|
|
10760
10760
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
10761
|
-
* field edit instead of when editing is finished by using
|
|
10761
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
10762
10762
|
*/
|
|
10763
10763
|
instantUpdate?: boolean
|
|
10764
10764
|
/**
|
|
@@ -10934,7 +10934,7 @@ type SparklineColumnConfig = {
|
|
|
10934
10934
|
*/
|
|
10935
10935
|
responsiveLevels?: object
|
|
10936
10936
|
/**
|
|
10937
|
-
* Setting this option means that pressing the
|
|
10937
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
10938
10938
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
10939
10939
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
10940
10940
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -11472,7 +11472,7 @@ type TemplateColumnConfig = {
|
|
|
11472
11472
|
id?: string|number
|
|
11473
11473
|
/**
|
|
11474
11474
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
11475
|
-
* field edit instead of when editing is finished by using
|
|
11475
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
11476
11476
|
*/
|
|
11477
11477
|
instantUpdate?: boolean
|
|
11478
11478
|
/**
|
|
@@ -11644,7 +11644,7 @@ type TemplateColumnConfig = {
|
|
|
11644
11644
|
*/
|
|
11645
11645
|
responsiveLevels?: object
|
|
11646
11646
|
/**
|
|
11647
|
-
* Setting this option means that pressing the
|
|
11647
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
11648
11648
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
11649
11649
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
11650
11650
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -12201,7 +12201,7 @@ type TimeColumnConfig = {
|
|
|
12201
12201
|
id?: string|number
|
|
12202
12202
|
/**
|
|
12203
12203
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
12204
|
-
* field edit instead of when editing is finished by using
|
|
12204
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
12205
12205
|
*/
|
|
12206
12206
|
instantUpdate?: boolean
|
|
12207
12207
|
/**
|
|
@@ -12373,7 +12373,7 @@ type TimeColumnConfig = {
|
|
|
12373
12373
|
*/
|
|
12374
12374
|
responsiveLevels?: object
|
|
12375
12375
|
/**
|
|
12376
|
-
* Setting this option means that pressing the
|
|
12376
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
12377
12377
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
12378
12378
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
12379
12379
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -12939,7 +12939,7 @@ type TreeColumnConfig = {
|
|
|
12939
12939
|
indentSize?: number
|
|
12940
12940
|
/**
|
|
12941
12941
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
12942
|
-
* field edit instead of when editing is finished by using
|
|
12942
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
12943
12943
|
*/
|
|
12944
12944
|
instantUpdate?: boolean
|
|
12945
12945
|
/**
|
|
@@ -13115,7 +13115,7 @@ type TreeColumnConfig = {
|
|
|
13115
13115
|
*/
|
|
13116
13116
|
responsiveLevels?: object
|
|
13117
13117
|
/**
|
|
13118
|
-
* Setting this option means that pressing the
|
|
13118
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
13119
13119
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
13120
13120
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
13121
13121
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -13692,7 +13692,7 @@ type WidgetColumnConfig = {
|
|
|
13692
13692
|
id?: string|number
|
|
13693
13693
|
/**
|
|
13694
13694
|
* Set to `true` to have the [CellEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit) feature update the record being edited live upon
|
|
13695
|
-
* field edit instead of when editing is finished by using
|
|
13695
|
+
* field edit instead of when editing is finished by using <kbd>Tab</kbd> or <kbd>Enter</kbd>
|
|
13696
13696
|
*/
|
|
13697
13697
|
instantUpdate?: boolean
|
|
13698
13698
|
/**
|
|
@@ -13868,7 +13868,7 @@ type WidgetColumnConfig = {
|
|
|
13868
13868
|
*/
|
|
13869
13869
|
responsiveLevels?: object
|
|
13870
13870
|
/**
|
|
13871
|
-
* Setting this option means that pressing the
|
|
13871
|
+
* Setting this option means that pressing the <kbd>Escape</kbd> key after editing the field will
|
|
13872
13872
|
* revert the field to the value it had when the edit began. If the value is *not* changed
|
|
13873
13873
|
* from when the edit started, the input field's [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
13874
13874
|
* behaviour will be activated. Finally, the edit will be canceled.
|
|
@@ -16561,7 +16561,7 @@ export class CellEdit extends GridEditBase {
|
|
|
16561
16561
|
/**
|
|
16562
16562
|
* Displays an OK / Cancel confirmation dialog box owned by the current Editor. This is intended to be
|
|
16563
16563
|
* used by [finalizeCellEdit](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-finalizeCellEdit) implementations. The returned promise resolves passing
|
|
16564
|
-
* `true` if the "OK" button is pressed, and `false` if the "Cancel" button is pressed. Typing
|
|
16564
|
+
* `true` if the "OK" button is pressed, and `false` if the "Cancel" button is pressed. Typing <kbd>Escape</kbd> rejects.
|
|
16565
16565
|
* @param {object} options An options object for what to show.
|
|
16566
16566
|
*/
|
|
16567
16567
|
confirm(options: {
|
|
@@ -16825,7 +16825,7 @@ type CellMenuConfig = {
|
|
|
16825
16825
|
|
|
16826
16826
|
/**
|
|
16827
16827
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
16828
|
-
*
|
|
16828
|
+
* <kbd>Space</kbd> key when the cell is focused.
|
|
16829
16829
|
* ...
|
|
16830
16830
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
|
|
16831
16831
|
*/
|
|
@@ -17098,7 +17098,7 @@ type CellTooltipConfig = {
|
|
|
17098
17098
|
*/
|
|
17099
17099
|
closeAction?: 'hide'|'destroy'
|
|
17100
17100
|
/**
|
|
17101
|
-
* Close popup when
|
|
17101
|
+
* Close popup when <kbd>Escape</kbd> key is pressed.
|
|
17102
17102
|
*/
|
|
17103
17103
|
closeOnEscape?: boolean
|
|
17104
17104
|
/**
|
|
@@ -20710,8 +20710,8 @@ type GroupConfig = {
|
|
|
20710
20710
|
|
|
20711
20711
|
/**
|
|
20712
20712
|
* Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
|
|
20713
|
-
* <kbd>
|
|
20714
|
-
* one anywhere on grid). Use <kbd>
|
|
20713
|
+
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
20714
|
+
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
20715
20715
|
* grouper.
|
|
20716
20716
|
* ...
|
|
20717
20717
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
|
|
@@ -25993,10 +25993,10 @@ type TreeGroupConfig = {
|
|
|
25993
25993
|
*/
|
|
25994
25994
|
parentCls?: string
|
|
25995
25995
|
/**
|
|
25996
|
-
* A function letting you format the text shown in the generated parent group levels. This method will be
|
|
25997
|
-
* with the value produced by the column representing the grouped level. Each column's renderer method
|
|
25998
|
-
* provided an extra `isTreeGroup` param to indicate that the value will be used for a generated parent.
|
|
25999
|
-
* and other DOM specific args will be in the context of the tree column.
|
|
25996
|
+
* A function letting you format the text shown in the generated parent group levels. This method will be
|
|
25997
|
+
* provided with the value produced by the column representing the grouped level. Each column's renderer method
|
|
25998
|
+
* will be provided an extra `isTreeGroup` param to indicate that the value will be used for a generated parent.
|
|
25999
|
+
* `cellElement` and other DOM specific args will be in the context of the tree column.
|
|
26000
26000
|
* ...
|
|
26001
26001
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/TreeGroup#config-parentRenderer)
|
|
26002
26002
|
* @param {object} data The rendering data representing the generated tree parent record
|
|
@@ -27150,7 +27150,7 @@ type ExcelExporterConfig = {
|
|
|
27150
27150
|
*/
|
|
27151
27151
|
localizableProperties?: string[]
|
|
27152
27152
|
/**
|
|
27153
|
-
* This hook allows
|
|
27153
|
+
* This hook allows using 3rd party libraries to generate XLSX files.
|
|
27154
27154
|
* ...
|
|
27155
27155
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/experimental/ExcelExporter#config-xlsProvider)
|
|
27156
27156
|
*/
|
|
@@ -29645,7 +29645,7 @@ type SinglePageUnscaledExporterConfig = {
|
|
|
29645
29645
|
|
|
29646
29646
|
/**
|
|
29647
29647
|
* A single page exporter. Used by the [PdfExport](https://bryntum.com/products/grid/docs/api/Grid/feature/export/PdfExport) feature to export to single page. Content
|
|
29648
|
-
* is exported with dimensions required to fit all requested rows and columns. This allows
|
|
29648
|
+
* is exported with dimensions required to fit all requested rows and columns. This allows generating a PDF page not
|
|
29649
29649
|
* constrained by the standard paper formats.
|
|
29650
29650
|
* ...
|
|
29651
29651
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/export/exporter/SinglePageUnscaledExporter)
|
|
@@ -30055,7 +30055,7 @@ type GridListenersTypes = {
|
|
|
30055
30055
|
*/
|
|
30056
30056
|
beforeCellEditStart: (event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void
|
|
30057
30057
|
/**
|
|
30058
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
30058
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
30059
30059
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
30060
30060
|
* @param {object} event Event object
|
|
30061
30061
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -31020,6 +31020,14 @@ type GridListenersTypes = {
|
|
|
31020
31020
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
31021
31021
|
*/
|
|
31022
31022
|
toolClick: (event: { source: Tool, tool: Tool }) => void
|
|
31023
|
+
/**
|
|
31024
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
31025
|
+
* @param {object} event Event object
|
|
31026
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
31027
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
31028
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
31029
|
+
*/
|
|
31030
|
+
treeGroup: (event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void
|
|
31023
31031
|
/**
|
|
31024
31032
|
* Fires when row locking is disabled.
|
|
31025
31033
|
* @param {object} event Event object
|
|
@@ -31074,7 +31082,7 @@ type GridListeners = {
|
|
|
31074
31082
|
*/
|
|
31075
31083
|
beforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
31076
31084
|
/**
|
|
31077
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
31085
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
31078
31086
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
31079
31087
|
* @param {object} event Event object
|
|
31080
31088
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -32039,6 +32047,14 @@ type GridListeners = {
|
|
|
32039
32047
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
32040
32048
|
*/
|
|
32041
32049
|
toolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
32050
|
+
/**
|
|
32051
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
32052
|
+
* @param {object} event Event object
|
|
32053
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
32054
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
32055
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
32056
|
+
*/
|
|
32057
|
+
treeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
32042
32058
|
/**
|
|
32043
32059
|
* Fires when row locking is disabled.
|
|
32044
32060
|
* @param {object} event Event object
|
|
@@ -32703,7 +32719,7 @@ type GridConfig = {
|
|
|
32703
32719
|
rootElement?: ShadowRoot|HTMLElement
|
|
32704
32720
|
/**
|
|
32705
32721
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
32706
|
-
*
|
|
32722
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
32707
32723
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
32708
32724
|
* ...
|
|
32709
32725
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/Grid#config-rowHeight)
|
|
@@ -32934,7 +32950,7 @@ type GridConfig = {
|
|
|
32934
32950
|
*/
|
|
32935
32951
|
onBeforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
32936
32952
|
/**
|
|
32937
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
32953
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
32938
32954
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
32939
32955
|
* @param {object} event Event object
|
|
32940
32956
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -33899,6 +33915,14 @@ type GridConfig = {
|
|
|
33899
33915
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
33900
33916
|
*/
|
|
33901
33917
|
onToolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
33918
|
+
/**
|
|
33919
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
33920
|
+
* @param {object} event Event object
|
|
33921
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
33922
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
33923
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
33924
|
+
*/
|
|
33925
|
+
onTreeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
33902
33926
|
/**
|
|
33903
33927
|
* Fires when row locking is disabled.
|
|
33904
33928
|
* @param {object} event Event object
|
|
@@ -34172,7 +34196,7 @@ type GridBaseListenersTypes = {
|
|
|
34172
34196
|
*/
|
|
34173
34197
|
beforeCellEditStart: (event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void
|
|
34174
34198
|
/**
|
|
34175
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
34199
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
34176
34200
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
34177
34201
|
* @param {object} event Event object
|
|
34178
34202
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -35137,6 +35161,14 @@ type GridBaseListenersTypes = {
|
|
|
35137
35161
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
35138
35162
|
*/
|
|
35139
35163
|
toolClick: (event: { source: Tool, tool: Tool }) => void
|
|
35164
|
+
/**
|
|
35165
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
35166
|
+
* @param {object} event Event object
|
|
35167
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
35168
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
35169
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
35170
|
+
*/
|
|
35171
|
+
treeGroup: (event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void
|
|
35140
35172
|
/**
|
|
35141
35173
|
* Fires when row locking is disabled.
|
|
35142
35174
|
* @param {object} event Event object
|
|
@@ -35191,7 +35223,7 @@ type GridBaseListeners = {
|
|
|
35191
35223
|
*/
|
|
35192
35224
|
beforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
35193
35225
|
/**
|
|
35194
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
35226
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
35195
35227
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
35196
35228
|
* @param {object} event Event object
|
|
35197
35229
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -36156,6 +36188,14 @@ type GridBaseListeners = {
|
|
|
36156
36188
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
36157
36189
|
*/
|
|
36158
36190
|
toolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
36191
|
+
/**
|
|
36192
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
36193
|
+
* @param {object} event Event object
|
|
36194
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
36195
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
36196
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
36197
|
+
*/
|
|
36198
|
+
treeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
36159
36199
|
/**
|
|
36160
36200
|
* Fires when row locking is disabled.
|
|
36161
36201
|
* @param {object} event Event object
|
|
@@ -36819,7 +36859,7 @@ type GridBaseConfig = {
|
|
|
36819
36859
|
rootElement?: ShadowRoot|HTMLElement
|
|
36820
36860
|
/**
|
|
36821
36861
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
36822
|
-
*
|
|
36862
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
36823
36863
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
36824
36864
|
* ...
|
|
36825
36865
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/GridBase#config-rowHeight)
|
|
@@ -37050,7 +37090,7 @@ type GridBaseConfig = {
|
|
|
37050
37090
|
*/
|
|
37051
37091
|
onBeforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
37052
37092
|
/**
|
|
37053
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
37093
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
37054
37094
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
37055
37095
|
* @param {object} event Event object
|
|
37056
37096
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -38015,6 +38055,14 @@ type GridBaseConfig = {
|
|
|
38015
38055
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
38016
38056
|
*/
|
|
38017
38057
|
onToolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
38058
|
+
/**
|
|
38059
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
38060
|
+
* @param {object} event Event object
|
|
38061
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
38062
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
38063
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
38064
|
+
*/
|
|
38065
|
+
onTreeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
38018
38066
|
/**
|
|
38019
38067
|
* Fires when row locking is disabled.
|
|
38020
38068
|
* @param {object} event Event object
|
|
@@ -38278,7 +38326,7 @@ export class GridBase extends Panel {
|
|
|
38278
38326
|
readonly responsiveLevel: string
|
|
38279
38327
|
/**
|
|
38280
38328
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
38281
|
-
*
|
|
38329
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
38282
38330
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
38283
38331
|
*/
|
|
38284
38332
|
rowHeight: number
|
|
@@ -38398,7 +38446,7 @@ export class GridBase extends Panel {
|
|
|
38398
38446
|
*/
|
|
38399
38447
|
onBeforeCellEditStart: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
38400
38448
|
/**
|
|
38401
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
38449
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
38402
38450
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
38403
38451
|
* @param {object} event Event object
|
|
38404
38452
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -39227,6 +39275,14 @@ export class GridBase extends Panel {
|
|
|
39227
39275
|
* @param {boolean} event.collapse `true` if the node is being collapsed.
|
|
39228
39276
|
*/
|
|
39229
39277
|
onToggleNode: ((event: { record: Model, collapse: boolean }) => void)|string
|
|
39278
|
+
/**
|
|
39279
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
39280
|
+
* @param {object} event Event object
|
|
39281
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
39282
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
39283
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
39284
|
+
*/
|
|
39285
|
+
onTreeGroup: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
39230
39286
|
/**
|
|
39231
39287
|
* Fires when row locking is disabled.
|
|
39232
39288
|
* @param {object} event Event object
|
|
@@ -40717,7 +40773,7 @@ type TreeGridListenersTypes = {
|
|
|
40717
40773
|
*/
|
|
40718
40774
|
beforeCellEditStart: (event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void
|
|
40719
40775
|
/**
|
|
40720
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
40776
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
40721
40777
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
40722
40778
|
* @param {object} event Event object
|
|
40723
40779
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -41682,6 +41738,14 @@ type TreeGridListenersTypes = {
|
|
|
41682
41738
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
41683
41739
|
*/
|
|
41684
41740
|
toolClick: (event: { source: Tool, tool: Tool }) => void
|
|
41741
|
+
/**
|
|
41742
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
41743
|
+
* @param {object} event Event object
|
|
41744
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
41745
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
41746
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
41747
|
+
*/
|
|
41748
|
+
treeGroup: (event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void
|
|
41685
41749
|
/**
|
|
41686
41750
|
* Fires when row locking is disabled.
|
|
41687
41751
|
* @param {object} event Event object
|
|
@@ -41736,7 +41800,7 @@ type TreeGridListeners = {
|
|
|
41736
41800
|
*/
|
|
41737
41801
|
beforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
41738
41802
|
/**
|
|
41739
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
41803
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
41740
41804
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
41741
41805
|
* @param {object} event Event object
|
|
41742
41806
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -42701,6 +42765,14 @@ type TreeGridListeners = {
|
|
|
42701
42765
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
42702
42766
|
*/
|
|
42703
42767
|
toolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
42768
|
+
/**
|
|
42769
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
42770
|
+
* @param {object} event Event object
|
|
42771
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
42772
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
42773
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
42774
|
+
*/
|
|
42775
|
+
treeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
42704
42776
|
/**
|
|
42705
42777
|
* Fires when row locking is disabled.
|
|
42706
42778
|
* @param {object} event Event object
|
|
@@ -43365,7 +43437,7 @@ type TreeGridConfig = {
|
|
|
43365
43437
|
rootElement?: ShadowRoot|HTMLElement
|
|
43366
43438
|
/**
|
|
43367
43439
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
43368
|
-
*
|
|
43440
|
+
* overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
43369
43441
|
* a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
|
|
43370
43442
|
* ...
|
|
43371
43443
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-rowHeight)
|
|
@@ -43596,7 +43668,7 @@ type TreeGridConfig = {
|
|
|
43596
43668
|
*/
|
|
43597
43669
|
onBeforeCellEditStart?: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
|
|
43598
43670
|
/**
|
|
43599
|
-
* Fires on the owning Grid before deleting a range of selected cell values by pressing
|
|
43671
|
+
* Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
|
|
43600
43672
|
* buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
|
|
43601
43673
|
* @param {object} event Event object
|
|
43602
43674
|
* @param {Grid.view.Grid} event.source Owner grid
|
|
@@ -44561,6 +44633,14 @@ type TreeGridConfig = {
|
|
|
44561
44633
|
* @param {Core.widget.Tool} event.tool The tool which is being clicked.
|
|
44562
44634
|
*/
|
|
44563
44635
|
onToolClick?: ((event: { source: Tool, tool: Tool }) => void)|string
|
|
44636
|
+
/**
|
|
44637
|
+
* Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
|
|
44638
|
+
* @param {object} event Event object
|
|
44639
|
+
* @param {Grid.view.Grid} event.source The grid instance
|
|
44640
|
+
* @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
|
|
44641
|
+
* @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
|
|
44642
|
+
*/
|
|
44643
|
+
onTreeGroup?: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
|
|
44564
44644
|
/**
|
|
44565
44645
|
* Fires when row locking is disabled.
|
|
44566
44646
|
* @param {object} event Event object
|
|
@@ -45306,7 +45386,7 @@ type ExportDialogConfig = {
|
|
|
45306
45386
|
*/
|
|
45307
45387
|
closeAction?: 'hide'|'destroy'
|
|
45308
45388
|
/**
|
|
45309
|
-
* Close popup when
|
|
45389
|
+
* Close popup when <kbd>Escape</kbd> key is pressed.
|
|
45310
45390
|
*/
|
|
45311
45391
|
closeOnEscape?: boolean
|
|
45312
45392
|
/**
|
|
@@ -47757,7 +47837,7 @@ type AIFilterFieldConfig = {
|
|
|
47757
47837
|
required?: boolean
|
|
47758
47838
|
/**
|
|
47759
47839
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
47760
|
-
* the
|
|
47840
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
47761
47841
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
47762
47842
|
* behaviour will be activated.
|
|
47763
47843
|
*/
|
|
@@ -48616,7 +48696,7 @@ type ChecklistFilterComboConfig = {
|
|
|
48616
48696
|
contentElementCls?: string|object
|
|
48617
48697
|
/**
|
|
48618
48698
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
48619
|
-
* combo's input field, and
|
|
48699
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
48620
48700
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-displayField).
|
|
48621
48701
|
* ...
|
|
48622
48702
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/ChecklistFilterCombo#config-createOnUnmatched)
|
|
@@ -49116,7 +49196,7 @@ type ChecklistFilterComboConfig = {
|
|
|
49116
49196
|
required?: boolean
|
|
49117
49197
|
/**
|
|
49118
49198
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
49119
|
-
* the
|
|
49199
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
49120
49200
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
49121
49201
|
* behaviour will be activated.
|
|
49122
49202
|
*/
|
|
@@ -53430,7 +53510,7 @@ type GroupBarConfig = {
|
|
|
53430
53510
|
*/
|
|
53431
53511
|
title?: string
|
|
53432
53512
|
/**
|
|
53433
|
-
* Select/deselect all if
|
|
53513
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
53434
53514
|
*/
|
|
53435
53515
|
toggleAllIfCtrlPressed?: boolean
|
|
53436
53516
|
/**
|
|
@@ -54190,7 +54270,7 @@ type TreeComboConfig = {
|
|
|
54190
54270
|
contentElementCls?: string|object
|
|
54191
54271
|
/**
|
|
54192
54272
|
* If configured as `true`, this means that when an unmatched string is typed into the
|
|
54193
|
-
* combo's input field, and
|
|
54273
|
+
* combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
|
|
54194
54274
|
* a new record will be created using the typed string as the [displayField](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-displayField).
|
|
54195
54275
|
* ...
|
|
54196
54276
|
* [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-createOnUnmatched)
|
|
@@ -54690,7 +54770,7 @@ type TreeComboConfig = {
|
|
|
54690
54770
|
required?: boolean
|
|
54691
54771
|
/**
|
|
54692
54772
|
* If this field is not [readOnly](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
|
|
54693
|
-
* the
|
|
54773
|
+
* the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
|
|
54694
54774
|
* the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/grid/docs/api/Core/widget/Field#config-clearable)
|
|
54695
54775
|
* behaviour will be activated.
|
|
54696
54776
|
*/
|