@bryntum/grid-vue-3 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.
Files changed (104) hide show
  1. package/lib/chunks/3_Jl90jj.js.map +1 -1
  2. package/lib/chunks/AVu6kI-X.js.map +1 -1
  3. package/lib/chunks/BBC3WPSR.js.map +1 -1
  4. package/lib/chunks/BHu8f9Dp.js.map +1 -1
  5. package/lib/chunks/BKvUHcRy.js.map +1 -1
  6. package/lib/chunks/BPOTClrj.js.map +1 -1
  7. package/lib/chunks/BWrol08V.js.map +1 -1
  8. package/lib/chunks/BbodcqTk.js.map +1 -1
  9. package/lib/chunks/BgOlt8-g.js.map +1 -1
  10. package/lib/chunks/BiGRne7x.js.map +1 -1
  11. package/lib/chunks/{BqITFN7j.js → C0dGh1K6.js} +6 -4
  12. package/lib/chunks/C0dGh1K6.js.map +1 -0
  13. package/lib/chunks/CGG-ccPF.js.map +1 -1
  14. package/lib/chunks/CJT_5YUM.js.map +1 -1
  15. package/lib/chunks/CNE3kq27.js.map +1 -1
  16. package/lib/chunks/CQgsdC7Q.js.map +1 -1
  17. package/lib/chunks/Cclk1cBi.js.map +1 -1
  18. package/lib/chunks/CfxwRYrQ.js.map +1 -1
  19. package/lib/chunks/CgTmdNXZ.js.map +1 -1
  20. package/lib/chunks/{D60vm2qH.js → CoXDFnYO.js} +9 -7
  21. package/lib/chunks/CoXDFnYO.js.map +1 -0
  22. package/lib/chunks/CunmgJPL.js.map +1 -1
  23. package/lib/chunks/DZSI_5IZ.js.map +1 -1
  24. package/lib/chunks/{DE9qm6LG.js → D_MHOBF0.js} +6 -4
  25. package/lib/chunks/D_MHOBF0.js.map +1 -0
  26. package/lib/chunks/DtvMMHtT.js.map +1 -1
  27. package/lib/chunks/IyCjzWTA.js.map +1 -1
  28. package/lib/chunks/LB6c5aKr.js.map +1 -1
  29. package/lib/chunks/LWuAb4ZQ.js.map +1 -1
  30. package/lib/chunks/Q-pjsizq.js.map +1 -1
  31. package/lib/chunks/TzHGidVW.js.map +1 -1
  32. package/lib/chunks/VeuBxM6a.js.map +1 -1
  33. package/lib/chunks/iQlD9PJv.js.map +1 -1
  34. package/lib/chunks/mUDWZD2y.js.map +1 -1
  35. package/lib/components/BryntumGrid.js +1 -1
  36. package/lib/components/BryntumGridBase.js +1 -1
  37. package/lib/components/BryntumTreeGrid.js +1 -1
  38. package/lib/index.js +3 -3
  39. package/package.json +1 -1
  40. package/src/components/BryntumAIFilterField.vue +1 -1
  41. package/src/components/BryntumAIFilterFieldProps.ts +1 -1
  42. package/src/components/BryntumCheckbox.vue +1 -1
  43. package/src/components/BryntumCheckboxProps.ts +1 -1
  44. package/src/components/BryntumChecklistFilterCombo.vue +2 -2
  45. package/src/components/BryntumChecklistFilterComboProps.ts +2 -2
  46. package/src/components/BryntumChipView.vue +1 -1
  47. package/src/components/BryntumChipViewProps.ts +1 -1
  48. package/src/components/BryntumColorField.vue +1 -1
  49. package/src/components/BryntumColorFieldProps.ts +1 -1
  50. package/src/components/BryntumCombo.vue +2 -2
  51. package/src/components/BryntumComboProps.ts +2 -2
  52. package/src/components/BryntumDateField.vue +1 -1
  53. package/src/components/BryntumDateFieldProps.ts +1 -1
  54. package/src/components/BryntumDateRangeField.vue +1 -1
  55. package/src/components/BryntumDateRangeFieldProps.ts +1 -1
  56. package/src/components/BryntumDateTimeField.vue +1 -1
  57. package/src/components/BryntumDateTimeFieldProps.ts +1 -1
  58. package/src/components/BryntumDisplayField.vue +1 -1
  59. package/src/components/BryntumDisplayFieldProps.ts +1 -1
  60. package/src/components/BryntumDurationField.vue +1 -1
  61. package/src/components/BryntumDurationFieldProps.ts +1 -1
  62. package/src/components/BryntumEditor.vue +3 -3
  63. package/src/components/BryntumEditorProps.ts +1 -1
  64. package/src/components/BryntumFileField.vue +1 -1
  65. package/src/components/BryntumFileFieldProps.ts +1 -1
  66. package/src/components/BryntumFilterField.vue +1 -1
  67. package/src/components/BryntumFilterFieldProps.ts +1 -1
  68. package/src/components/BryntumGrid.vue +18 -6
  69. package/src/components/BryntumGridBase.vue +18 -6
  70. package/src/components/BryntumGridBaseProps.ts +4 -4
  71. package/src/components/BryntumGridProps.ts +4 -4
  72. package/src/components/BryntumGroupBar.vue +1 -1
  73. package/src/components/BryntumGroupBarProps.ts +1 -1
  74. package/src/components/BryntumHint.vue +1 -1
  75. package/src/components/BryntumHintProps.ts +1 -1
  76. package/src/components/BryntumList.vue +1 -1
  77. package/src/components/BryntumListProps.ts +1 -1
  78. package/src/components/BryntumMenu.vue +1 -1
  79. package/src/components/BryntumMenuProps.ts +1 -1
  80. package/src/components/BryntumNumberField.vue +1 -1
  81. package/src/components/BryntumNumberFieldProps.ts +1 -1
  82. package/src/components/BryntumPasswordField.vue +1 -1
  83. package/src/components/BryntumPasswordFieldProps.ts +1 -1
  84. package/src/components/BryntumRadio.vue +1 -1
  85. package/src/components/BryntumRadioProps.ts +1 -1
  86. package/src/components/BryntumSlideToggle.vue +1 -1
  87. package/src/components/BryntumSlideToggleProps.ts +1 -1
  88. package/src/components/BryntumSlider.vue +1 -1
  89. package/src/components/BryntumSliderProps.ts +1 -1
  90. package/src/components/BryntumTextAreaField.vue +1 -1
  91. package/src/components/BryntumTextAreaFieldProps.ts +1 -1
  92. package/src/components/BryntumTextAreaPickerField.vue +1 -1
  93. package/src/components/BryntumTextAreaPickerFieldProps.ts +1 -1
  94. package/src/components/BryntumTextField.vue +1 -1
  95. package/src/components/BryntumTextFieldProps.ts +1 -1
  96. package/src/components/BryntumTimeField.vue +1 -1
  97. package/src/components/BryntumTimeFieldProps.ts +1 -1
  98. package/src/components/BryntumTreeCombo.vue +2 -2
  99. package/src/components/BryntumTreeComboProps.ts +2 -2
  100. package/src/components/BryntumTreeGrid.vue +18 -6
  101. package/src/components/BryntumTreeGridProps.ts +4 -4
  102. package/lib/chunks/BqITFN7j.js.map +0 -1
  103. package/lib/chunks/D60vm2qH.js.map +0 -1
  104. package/lib/chunks/DE9qm6LG.js.map +0 -1
@@ -538,7 +538,7 @@ defineProps<{
538
538
  */
539
539
  title ? : string
540
540
  /**
541
- * Select/deselect all if `CMD`/`CTRL` is pressed when clicking
541
+ * Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
542
542
  */
543
543
  toggleAllIfCtrlPressed ? : Boolean
544
544
  /**
@@ -524,7 +524,7 @@ export declare type BryntumGroupBarProps = {
524
524
  */
525
525
  title ? : string
526
526
  /**
527
- * Select/deselect all if `CMD`/`CTRL` is pressed when clicking
527
+ * Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
528
528
  */
529
529
  toggleAllIfCtrlPressed ? : Boolean
530
530
  /**
@@ -113,7 +113,7 @@ defineProps<{
113
113
  */
114
114
  catchEventHandlerExceptions ? : Boolean
115
115
  /**
116
- * Close popup when `ESC` key is pressed.
116
+ * Close popup when <kbd>Escape</kbd> key is pressed.
117
117
  */
118
118
  closeOnEscape ? : Boolean
119
119
  /**
@@ -99,7 +99,7 @@ export declare type BryntumHintProps = {
99
99
  */
100
100
  catchEventHandlerExceptions ? : Boolean
101
101
  /**
102
- * Close popup when `ESC` key is pressed.
102
+ * Close popup when <kbd>Escape</kbd> key is pressed.
103
103
  */
104
104
  closeOnEscape ? : Boolean
105
105
  /**
@@ -518,7 +518,7 @@ defineProps<{
518
518
  */
519
519
  title ? : string
520
520
  /**
521
- * Select/deselect all if `CMD`/`CTRL` is pressed when clicking
521
+ * Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
522
522
  */
523
523
  toggleAllIfCtrlPressed ? : Boolean
524
524
  /**
@@ -504,7 +504,7 @@ export declare type BryntumListProps = {
504
504
  */
505
505
  title ? : string
506
506
  /**
507
- * Select/deselect all if `CMD`/`CTRL` is pressed when clicking
507
+ * Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
508
508
  */
509
509
  toggleAllIfCtrlPressed ? : Boolean
510
510
  /**
@@ -133,7 +133,7 @@ defineProps<{
133
133
  */
134
134
  closeAction ? : 'hide'|'destroy'
135
135
  /**
136
- * Close popup when `ESC` key is pressed.
136
+ * Close popup when <kbd>Escape</kbd> key is pressed.
137
137
  */
138
138
  closeOnEscape ? : Boolean
139
139
  /**
@@ -119,7 +119,7 @@ export declare type BryntumMenuProps = {
119
119
  */
120
120
  closeAction ? : 'hide'|'destroy'
121
121
  /**
122
- * Close popup when `ESC` key is pressed.
122
+ * Close popup when <kbd>Escape</kbd> key is pressed.
123
123
  */
124
124
  closeOnEscape ? : Boolean
125
125
  /**
@@ -530,7 +530,7 @@ defineProps<{
530
530
  required ? : Boolean
531
531
  /**
532
532
  * 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
533
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
533
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
534
534
  * 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)
535
535
  * behaviour will be activated.
536
536
  */
@@ -516,7 +516,7 @@ export declare type BryntumNumberFieldProps = {
516
516
  required ? : Boolean
517
517
  /**
518
518
  * 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
519
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
519
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
520
520
  * 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)
521
521
  * behaviour will be activated.
522
522
  */
@@ -491,7 +491,7 @@ defineProps<{
491
491
  required ? : Boolean
492
492
  /**
493
493
  * 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
494
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
494
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
495
495
  * 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)
496
496
  * behaviour will be activated.
497
497
  */
@@ -477,7 +477,7 @@ export declare type BryntumPasswordFieldProps = {
477
477
  required ? : Boolean
478
478
  /**
479
479
  * 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
480
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
480
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
481
481
  * 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)
482
482
  * behaviour will be activated.
483
483
  */
@@ -488,7 +488,7 @@ defineProps<{
488
488
  required ? : Boolean
489
489
  /**
490
490
  * 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
491
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
491
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
492
492
  * 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)
493
493
  * behaviour will be activated.
494
494
  */
@@ -474,7 +474,7 @@ export declare type BryntumRadioProps = {
474
474
  required ? : Boolean
475
475
  /**
476
476
  * 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
477
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
477
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
478
478
  * 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)
479
479
  * behaviour will be activated.
480
480
  */
@@ -488,7 +488,7 @@ defineProps<{
488
488
  required ? : Boolean
489
489
  /**
490
490
  * 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
491
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
491
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
492
492
  * 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)
493
493
  * behaviour will be activated.
494
494
  */
@@ -474,7 +474,7 @@ export declare type BryntumSlideToggleProps = {
474
474
  required ? : Boolean
475
475
  /**
476
476
  * 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
477
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
477
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
478
478
  * 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)
479
479
  * behaviour will be activated.
480
480
  */
@@ -499,7 +499,7 @@ defineProps<{
499
499
  unit ? : string
500
500
  /**
501
501
  * Initial value.
502
- * `String` value allows to link value by reference name.
502
+ * `String` value allows linking value by reference name.
503
503
  * ...
504
504
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
505
505
  */
@@ -485,7 +485,7 @@ export declare type BryntumSliderProps = {
485
485
  unit ? : string
486
486
  /**
487
487
  * Initial value.
488
- * `String` value allows to link value by reference name.
488
+ * `String` value allows linking value by reference name.
489
489
  * ...
490
490
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Core/widget/Slider#config-value)
491
491
  */
@@ -501,7 +501,7 @@ defineProps<{
501
501
  resize ? : 'none'|'both'|'horizontal'|'vertical'
502
502
  /**
503
503
  * 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
504
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
504
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
505
505
  * 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)
506
506
  * behaviour will be activated.
507
507
  */
@@ -487,7 +487,7 @@ export declare type BryntumTextAreaFieldProps = {
487
487
  resize ? : 'none'|'both'|'horizontal'|'vertical'
488
488
  /**
489
489
  * 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
490
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
490
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
491
491
  * 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)
492
492
  * behaviour will be activated.
493
493
  */
@@ -516,7 +516,7 @@ defineProps<{
516
516
  resize ? : 'none'|'both'|'horizontal'|'vertical'
517
517
  /**
518
518
  * 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
519
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
519
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
520
520
  * 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)
521
521
  * behaviour will be activated.
522
522
  */
@@ -502,7 +502,7 @@ export declare type BryntumTextAreaPickerFieldProps = {
502
502
  resize ? : 'none'|'both'|'horizontal'|'vertical'
503
503
  /**
504
504
  * 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
505
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
505
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
506
506
  * 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)
507
507
  * behaviour will be activated.
508
508
  */
@@ -505,7 +505,7 @@ defineProps<{
505
505
  required ? : Boolean
506
506
  /**
507
507
  * 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
508
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
508
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
509
509
  * 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)
510
510
  * behaviour will be activated.
511
511
  */
@@ -491,7 +491,7 @@ export declare type BryntumTextFieldProps = {
491
491
  required ? : Boolean
492
492
  /**
493
493
  * 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
494
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
494
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
495
495
  * 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)
496
496
  * behaviour will be activated.
497
497
  */
@@ -542,7 +542,7 @@ defineProps<{
542
542
  required ? : Boolean
543
543
  /**
544
544
  * 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
545
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
545
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
546
546
  * 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)
547
547
  * behaviour will be activated.
548
548
  */
@@ -528,7 +528,7 @@ export declare type BryntumTimeFieldProps = {
528
528
  required ? : Boolean
529
529
  /**
530
530
  * 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
531
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
531
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
532
532
  * 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)
533
533
  * behaviour will be activated.
534
534
  */
@@ -189,7 +189,7 @@ defineProps<{
189
189
  contentElementCls ? : string|object
190
190
  /**
191
191
  * If configured as `true`, this means that when an unmatched string is typed into the
192
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
192
+ * 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,
193
193
  * 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).
194
194
  * ...
195
195
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-createOnUnmatched)
@@ -684,7 +684,7 @@ defineProps<{
684
684
  required ? : Boolean
685
685
  /**
686
686
  * 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
687
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
687
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
688
688
  * 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)
689
689
  * behaviour will be activated.
690
690
  */
@@ -175,7 +175,7 @@ export declare type BryntumTreeComboProps = {
175
175
  contentElementCls ? : string|object
176
176
  /**
177
177
  * If configured as `true`, this means that when an unmatched string is typed into the
178
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/grid/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
178
+ * 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,
179
179
  * 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).
180
180
  * ...
181
181
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/widget/TreeCombo#config-createOnUnmatched)
@@ -670,7 +670,7 @@ export declare type BryntumTreeComboProps = {
670
670
  required ? : Boolean
671
671
  /**
672
672
  * 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
673
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
673
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
674
674
  * 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)
675
675
  * behaviour will be activated.
676
676
  */
@@ -590,7 +590,7 @@ defineProps<{
590
590
  rootElement ? : ShadowRoot|HTMLElement
591
591
  /**
592
592
  * Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
593
- * overriden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
593
+ * overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
594
594
  * a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
595
595
  * ...
596
596
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-rowHeight)
@@ -818,7 +818,7 @@ defineProps<{
818
818
  cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
819
819
  /**
820
820
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
821
- * `SPACE` key when the cell is focused.
821
+ * <kbd>Space</kbd> key when the cell is focused.
822
822
  * ...
823
823
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
824
824
  */
@@ -918,8 +918,8 @@ defineProps<{
918
918
  filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
919
919
  /**
920
920
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
921
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
922
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
921
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
922
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
923
923
  * grouper.
924
924
  * ...
925
925
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
@@ -1108,7 +1108,7 @@ const emit = defineEmits<{
1108
1108
  */
1109
1109
  (e: 'beforeCellEditStart', params: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
1110
1110
  /**
1111
- * Fires on the owning Grid before deleting a range of selected cell values by pressing `Backspace` or `Del`
1111
+ * Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
1112
1112
  * buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
1113
1113
  * @param {string} e Event name
1114
1114
  * @param {object} params Event parameters
@@ -2044,7 +2044,7 @@ const emit = defineEmits<{
2044
2044
  * @param {Response} params.event.response Optional response, if received
2045
2045
  * @param {Error} params.event.error Optional error, if exception occurred
2046
2046
  */
2047
- (e: 'pdfExport', params: ((event: { response?: any, error?: Error }) => void)|string): void
2047
+ (e: 'pdfExport', params: ((event: { response?: Response, error?: Error }) => void)|string): void
2048
2048
  /**
2049
2049
  * Fired when a Widget's read only state is toggled
2050
2050
  * @param {string} e Event name
@@ -2305,6 +2305,16 @@ const emit = defineEmits<{
2305
2305
  * @param {Core.widget.Tool} params.event.tool The tool which is being clicked.
2306
2306
  */
2307
2307
  (e: 'toolClick', params: ((event: { source: Tool, tool: Tool }) => void)|string): void
2308
+ /**
2309
+ * Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
2310
+ * @param {string} e Event name
2311
+ * @param {object} params Event parameters
2312
+ * @param {object} params.event Event object
2313
+ * @param {Grid.view.Grid} params.event.source The grid instance
2314
+ * @param {(string|Function)[]} params.event.groupers Array of field names or functions representing the current grouping levels
2315
+ * @param {(string|Function)[]} params.event.oldGroupers Array of field names or functions representing the previous grouping levels
2316
+ */
2317
+ (e: 'treeGroup', params: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string): void
2308
2318
  /**
2309
2319
  * Fires when row locking is disabled.
2310
2320
  * @param {string} e Event name
@@ -2597,6 +2607,7 @@ const widgetData = {
2597
2607
  'onToggleGroup',
2598
2608
  'onToggleNode',
2599
2609
  'onToolClick',
2610
+ 'onTreeGroup',
2600
2611
  'onUnlockRows',
2601
2612
  'onUnsplit',
2602
2613
  'preserveScroll',
@@ -2746,6 +2757,7 @@ const widgetData = {
2746
2757
  'toggleGroup',
2747
2758
  'toggleNode',
2748
2759
  'toolClick',
2760
+ 'treeGroup',
2749
2761
  'unlockRows',
2750
2762
  'unsplit'
2751
2763
  ]
@@ -553,7 +553,7 @@ export declare type BryntumTreeGridProps = {
553
553
  rootElement ? : ShadowRoot|HTMLElement
554
554
  /**
555
555
  * Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
556
- * overriden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
556
+ * overridden by specifying a [rowHeight](https://bryntum.com/products/grid/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
557
557
  * a column [renderer](https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer).
558
558
  * ...
559
559
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/view/TreeGrid#config-rowHeight)
@@ -781,7 +781,7 @@ export declare type BryntumTreeGridProps = {
781
781
  cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
782
782
  /**
783
783
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
784
- * `SPACE` key when the cell is focused.
784
+ * <kbd>Space</kbd> key when the cell is focused.
785
785
  * ...
786
786
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
787
787
  */
@@ -881,8 +881,8 @@ export declare type BryntumTreeGridProps = {
881
881
  filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
882
882
  /**
883
883
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
884
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
885
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
884
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
885
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
886
886
  * grouper.
887
887
  * ...
888
888
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)