@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
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../chunks/BqITFN7j.js";
1
+ import { _ as f } from "../chunks/C0dGh1K6.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,4 +1,4 @@
1
- import { _ as f } from "../chunks/D60vm2qH.js";
1
+ import { _ as f } from "../chunks/CoXDFnYO.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/lib/index.js CHANGED
@@ -27,8 +27,8 @@ import { _ as X } from "./chunks/Bvuz69bz.js";
27
27
  import { _ as $ } from "./chunks/TzHGidVW.js";
28
28
  import { _ as or } from "./chunks/CQgQ2Hfd.js";
29
29
  import { _ as er } from "./chunks/BbodcqTk.js";
30
- import { _ as ar } from "./chunks/DE9qm6LG.js";
31
- import { _ as ur } from "./chunks/BqITFN7j.js";
30
+ import { _ as ar } from "./chunks/D_MHOBF0.js";
31
+ import { _ as ur } from "./chunks/C0dGh1K6.js";
32
32
  import { _ as sr } from "./chunks/R6LyS5qC.js";
33
33
  import { _ as Br } from "./chunks/BD4TMzsE.js";
34
34
  import { _ as yr } from "./chunks/D3b2wehg.js";
@@ -56,7 +56,7 @@ import { _ as oo } from "./chunks/LB6c5aKr.js";
56
56
  import { _ as eo } from "./chunks/DeAg7gRc.js";
57
57
  import { _ as ao } from "./chunks/DZvKTDOi.js";
58
58
  import { _ as uo } from "./chunks/DtvMMHtT.js";
59
- import { _ as so } from "./chunks/D60vm2qH.js";
59
+ import { _ as so } from "./chunks/CoXDFnYO.js";
60
60
  import { _ as Bo } from "./chunks/0Ky_G00z.js";
61
61
  import { _ as yo } from "./chunks/B_RpDuPl.js";
62
62
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryntum/grid-vue-3",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "Vue 3 wrappers for Bryntum Grid JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",
@@ -514,7 +514,7 @@ defineProps<{
514
514
  required ? : Boolean
515
515
  /**
516
516
  * 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
517
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
517
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
518
518
  * 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)
519
519
  * behaviour will be activated.
520
520
  */
@@ -500,7 +500,7 @@ export declare type BryntumAIFilterFieldProps = {
500
500
  required ? : Boolean
501
501
  /**
502
502
  * 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
503
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
503
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
504
504
  * 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)
505
505
  * behaviour will be activated.
506
506
  */
@@ -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 BryntumCheckboxProps = {
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
  */
@@ -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/ChecklistFilterCombo#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 BryntumChecklistFilterComboProps = {
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/ChecklistFilterCombo#config-createOnUnmatched)
@@ -670,7 +670,7 @@ export declare type BryntumChecklistFilterComboProps = {
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
  */
@@ -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 BryntumChipViewProps = {
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
  /**
@@ -510,7 +510,7 @@ defineProps<{
510
510
  required ? : Boolean
511
511
  /**
512
512
  * 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
513
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
513
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
514
514
  * 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)
515
515
  * behaviour will be activated.
516
516
  */
@@ -496,7 +496,7 @@ export declare type BryntumColorFieldProps = {
496
496
  required ? : Boolean
497
497
  /**
498
498
  * 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
499
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
499
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
500
500
  * 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)
501
501
  * behaviour will be activated.
502
502
  */
@@ -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/Core/widget/Combo#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 BryntumComboProps = {
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/Core/widget/Combo#config-createOnUnmatched)
@@ -670,7 +670,7 @@ export declare type BryntumComboProps = {
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
  */
@@ -546,7 +546,7 @@ defineProps<{
546
546
  required ? : Boolean
547
547
  /**
548
548
  * 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
549
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
549
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
550
550
  * 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)
551
551
  * behaviour will be activated.
552
552
  */
@@ -532,7 +532,7 @@ export declare type BryntumDateFieldProps = {
532
532
  required ? : Boolean
533
533
  /**
534
534
  * 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
535
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
535
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
536
536
  * 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)
537
537
  * behaviour will be activated.
538
538
  */
@@ -557,7 +557,7 @@ defineProps<{
557
557
  required ? : Boolean
558
558
  /**
559
559
  * 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
560
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
560
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
561
561
  * 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)
562
562
  * behaviour will be activated.
563
563
  */
@@ -543,7 +543,7 @@ export declare type BryntumDateRangeFieldProps = {
543
543
  required ? : Boolean
544
544
  /**
545
545
  * 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
546
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
546
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
547
547
  * 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)
548
548
  * behaviour will be activated.
549
549
  */
@@ -478,7 +478,7 @@ defineProps<{
478
478
  required ? : Boolean
479
479
  /**
480
480
  * 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
481
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
481
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
482
482
  * 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)
483
483
  * behaviour will be activated.
484
484
  */
@@ -464,7 +464,7 @@ export declare type BryntumDateTimeFieldProps = {
464
464
  required ? : Boolean
465
465
  /**
466
466
  * 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
467
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
467
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
468
468
  * 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)
469
469
  * behaviour will be activated.
470
470
  */
@@ -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 BryntumDisplayFieldProps = {
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
  */
@@ -531,7 +531,7 @@ defineProps<{
531
531
  required ? : Boolean
532
532
  /**
533
533
  * 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
534
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
534
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
535
535
  * 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)
536
536
  * behaviour will be activated.
537
537
  */
@@ -517,7 +517,7 @@ export declare type BryntumDurationFieldProps = {
517
517
  required ? : Boolean
518
518
  /**
519
519
  * 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
520
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
520
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
521
521
  * 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)
522
522
  * behaviour will be activated.
523
523
  */
@@ -67,7 +67,7 @@ defineProps<{
67
67
  */
68
68
  autoUpdateRecord ? : Boolean
69
69
  /**
70
- * What action should be taken when focus moves out of the editor, either by `TAB` or clicking outside.
70
+ * What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
71
71
  * May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
72
72
  * leaving the application to listen for the [focusOut](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#event-focusOut) event.
73
73
  */
@@ -650,7 +650,7 @@ const emit = defineEmits<{
650
650
  */
651
651
  (e: 'afterEdit', params: ((event: { source: Editor, record?: Model }) => void)|string): void
652
652
  /**
653
- * Fired when cancellation has been requested, either by `ESC`, or focus loss (if configured to cancel on blur).
653
+ * Fired when cancellation has been requested, either by <kbd>Escape</kbd>, or focus loss (if configured to cancel on blur).
654
654
  * The cancellation may be vetoed, in which case, focus is moved back into the editor.
655
655
  * @param {string} e Event name
656
656
  * @param {object} params Event parameters
@@ -662,7 +662,7 @@ const emit = defineEmits<{
662
662
  */
663
663
  (e: 'beforeCancel', params: ((event: { oldValue: object, value: object, event: Event, source: Editor }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
664
664
  /**
665
- * Fired when an edit completion has been requested, either by `ENTER`, or focus loss (if configured to complete on blur).
665
+ * Fired when an edit completion has been requested, either by <kbd>Enter</kbd>, or focus loss (if configured to complete on blur).
666
666
  * The completion may be vetoed, in which case, focus is moved back into the editor.
667
667
  * @param {string} e Event name
668
668
  * @param {object} params Event parameters
@@ -53,7 +53,7 @@ export declare type BryntumEditorProps = {
53
53
  */
54
54
  autoUpdateRecord ? : Boolean
55
55
  /**
56
- * What action should be taken when focus moves out of the editor, either by `TAB` or clicking outside.
56
+ * What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
57
57
  * May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
58
58
  * leaving the application to listen for the [focusOut](https://bryntum.com/products/grid/docs/api/Core/widget/Editor#event-focusOut) event.
59
59
  */
@@ -502,7 +502,7 @@ defineProps<{
502
502
  required ? : Boolean
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
  */
@@ -488,7 +488,7 @@ export declare type BryntumFileFieldProps = {
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
  */
@@ -532,7 +532,7 @@ defineProps<{
532
532
  required ? : Boolean
533
533
  /**
534
534
  * 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
535
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
535
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
536
536
  * 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)
537
537
  * behaviour will be activated.
538
538
  */
@@ -518,7 +518,7 @@ export declare type BryntumFilterFieldProps = {
518
518
  required ? : Boolean
519
519
  /**
520
520
  * 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
521
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
521
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
522
522
  * 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)
523
523
  * behaviour will be activated.
524
524
  */
@@ -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/Grid#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
@@ -2598,6 +2608,7 @@ const widgetData = {
2598
2608
  'onToggleGroup',
2599
2609
  'onToggleNode',
2600
2610
  'onToolClick',
2611
+ 'onTreeGroup',
2601
2612
  'onUnlockRows',
2602
2613
  'onUnsplit',
2603
2614
  'preserveScroll',
@@ -2747,6 +2758,7 @@ const widgetData = {
2747
2758
  'toggleGroup',
2748
2759
  'toggleNode',
2749
2760
  'toolClick',
2761
+ 'treeGroup',
2750
2762
  'unlockRows',
2751
2763
  'unsplit'
2752
2764
  ]
@@ -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/GridBase#config-rowHeight)
@@ -817,7 +817,7 @@ defineProps<{
817
817
  cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
818
818
  /**
819
819
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
820
- * `SPACE` key when the cell is focused.
820
+ * <kbd>Space</kbd> key when the cell is focused.
821
821
  * ...
822
822
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
823
823
  */
@@ -917,8 +917,8 @@ defineProps<{
917
917
  filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
918
918
  /**
919
919
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
920
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
921
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
920
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
921
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
922
922
  * grouper.
923
923
  * ...
924
924
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
@@ -1107,7 +1107,7 @@ const emit = defineEmits<{
1107
1107
  */
1108
1108
  (e: 'beforeCellEditStart', params: ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
1109
1109
  /**
1110
- * Fires on the owning Grid before deleting a range of selected cell values by pressing `Backspace` or `Del`
1110
+ * Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
1111
1111
  * buttons while [autoEdit](https://bryntum.com/products/grid/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
1112
1112
  * @param {string} e Event name
1113
1113
  * @param {object} params Event parameters
@@ -2043,7 +2043,7 @@ const emit = defineEmits<{
2043
2043
  * @param {Response} params.event.response Optional response, if received
2044
2044
  * @param {Error} params.event.error Optional error, if exception occurred
2045
2045
  */
2046
- (e: 'pdfExport', params: ((event: { response?: any, error?: Error }) => void)|string): void
2046
+ (e: 'pdfExport', params: ((event: { response?: Response, error?: Error }) => void)|string): void
2047
2047
  /**
2048
2048
  * Fired when a Widget's read only state is toggled
2049
2049
  * @param {string} e Event name
@@ -2304,6 +2304,16 @@ const emit = defineEmits<{
2304
2304
  * @param {Core.widget.Tool} params.event.tool The tool which is being clicked.
2305
2305
  */
2306
2306
  (e: 'toolClick', params: ((event: { source: Tool, tool: Tool }) => void)|string): void
2307
+ /**
2308
+ * Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
2309
+ * @param {string} e Event name
2310
+ * @param {object} params Event parameters
2311
+ * @param {object} params.event Event object
2312
+ * @param {Grid.view.Grid} params.event.source The grid instance
2313
+ * @param {(string|Function)[]} params.event.groupers Array of field names or functions representing the current grouping levels
2314
+ * @param {(string|Function)[]} params.event.oldGroupers Array of field names or functions representing the previous grouping levels
2315
+ */
2316
+ (e: 'treeGroup', params: ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string): void
2307
2317
  /**
2308
2318
  * Fires when row locking is disabled.
2309
2319
  * @param {string} e Event name
@@ -2595,6 +2605,7 @@ const widgetData = {
2595
2605
  'onToggleGroup',
2596
2606
  'onToggleNode',
2597
2607
  'onToolClick',
2608
+ 'onTreeGroup',
2598
2609
  'onUnlockRows',
2599
2610
  'onUnsplit',
2600
2611
  'preserveScroll',
@@ -2744,6 +2755,7 @@ const widgetData = {
2744
2755
  'toggleGroup',
2745
2756
  'toggleNode',
2746
2757
  'toolClick',
2758
+ 'treeGroup',
2747
2759
  'unlockRows',
2748
2760
  'unsplit'
2749
2761
  ]
@@ -553,7 +553,7 @@ export declare type BryntumGridBaseProps = {
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/GridBase#config-rowHeight)
@@ -780,7 +780,7 @@ export declare type BryntumGridBaseProps = {
780
780
  cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
781
781
  /**
782
782
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
783
- * `SPACE` key when the cell is focused.
783
+ * <kbd>Space</kbd> key when the cell is focused.
784
784
  * ...
785
785
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/CellMenu)
786
786
  */
@@ -880,8 +880,8 @@ export declare type BryntumGridBaseProps = {
880
880
  filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
881
881
  /**
882
882
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
883
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
884
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
883
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
884
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
885
885
  * grouper.
886
886
  * ...
887
887
  * [View online docs...](https://bryntum.com/products/grid/docs/api/Grid/feature/Group)
@@ -553,7 +553,7 @@ export declare type BryntumGridProps = {
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/Grid#config-rowHeight)
@@ -781,7 +781,7 @@ export declare type BryntumGridProps = {
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 BryntumGridProps = {
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)