@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.
- package/lib/chunks/3_Jl90jj.js.map +1 -1
- package/lib/chunks/AVu6kI-X.js.map +1 -1
- package/lib/chunks/BBC3WPSR.js.map +1 -1
- package/lib/chunks/BHu8f9Dp.js.map +1 -1
- package/lib/chunks/BKvUHcRy.js.map +1 -1
- package/lib/chunks/BPOTClrj.js.map +1 -1
- package/lib/chunks/BWrol08V.js.map +1 -1
- package/lib/chunks/BbodcqTk.js.map +1 -1
- package/lib/chunks/BgOlt8-g.js.map +1 -1
- package/lib/chunks/BiGRne7x.js.map +1 -1
- package/lib/chunks/{BqITFN7j.js → C0dGh1K6.js} +6 -4
- package/lib/chunks/C0dGh1K6.js.map +1 -0
- package/lib/chunks/CGG-ccPF.js.map +1 -1
- package/lib/chunks/CJT_5YUM.js.map +1 -1
- package/lib/chunks/CNE3kq27.js.map +1 -1
- package/lib/chunks/CQgsdC7Q.js.map +1 -1
- package/lib/chunks/Cclk1cBi.js.map +1 -1
- package/lib/chunks/CfxwRYrQ.js.map +1 -1
- package/lib/chunks/CgTmdNXZ.js.map +1 -1
- package/lib/chunks/{D60vm2qH.js → CoXDFnYO.js} +9 -7
- package/lib/chunks/CoXDFnYO.js.map +1 -0
- package/lib/chunks/CunmgJPL.js.map +1 -1
- package/lib/chunks/DZSI_5IZ.js.map +1 -1
- package/lib/chunks/{DE9qm6LG.js → D_MHOBF0.js} +6 -4
- package/lib/chunks/D_MHOBF0.js.map +1 -0
- package/lib/chunks/DtvMMHtT.js.map +1 -1
- package/lib/chunks/IyCjzWTA.js.map +1 -1
- package/lib/chunks/LB6c5aKr.js.map +1 -1
- package/lib/chunks/LWuAb4ZQ.js.map +1 -1
- package/lib/chunks/Q-pjsizq.js.map +1 -1
- package/lib/chunks/TzHGidVW.js.map +1 -1
- package/lib/chunks/VeuBxM6a.js.map +1 -1
- package/lib/chunks/iQlD9PJv.js.map +1 -1
- package/lib/chunks/mUDWZD2y.js.map +1 -1
- package/lib/components/BryntumGrid.js +1 -1
- package/lib/components/BryntumGridBase.js +1 -1
- package/lib/components/BryntumTreeGrid.js +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/components/BryntumAIFilterField.vue +1 -1
- package/src/components/BryntumAIFilterFieldProps.ts +1 -1
- package/src/components/BryntumCheckbox.vue +1 -1
- package/src/components/BryntumCheckboxProps.ts +1 -1
- package/src/components/BryntumChecklistFilterCombo.vue +2 -2
- package/src/components/BryntumChecklistFilterComboProps.ts +2 -2
- package/src/components/BryntumChipView.vue +1 -1
- package/src/components/BryntumChipViewProps.ts +1 -1
- package/src/components/BryntumColorField.vue +1 -1
- package/src/components/BryntumColorFieldProps.ts +1 -1
- package/src/components/BryntumCombo.vue +2 -2
- package/src/components/BryntumComboProps.ts +2 -2
- package/src/components/BryntumDateField.vue +1 -1
- package/src/components/BryntumDateFieldProps.ts +1 -1
- package/src/components/BryntumDateRangeField.vue +1 -1
- package/src/components/BryntumDateRangeFieldProps.ts +1 -1
- package/src/components/BryntumDateTimeField.vue +1 -1
- package/src/components/BryntumDateTimeFieldProps.ts +1 -1
- package/src/components/BryntumDisplayField.vue +1 -1
- package/src/components/BryntumDisplayFieldProps.ts +1 -1
- package/src/components/BryntumDurationField.vue +1 -1
- package/src/components/BryntumDurationFieldProps.ts +1 -1
- package/src/components/BryntumEditor.vue +3 -3
- package/src/components/BryntumEditorProps.ts +1 -1
- package/src/components/BryntumFileField.vue +1 -1
- package/src/components/BryntumFileFieldProps.ts +1 -1
- package/src/components/BryntumFilterField.vue +1 -1
- package/src/components/BryntumFilterFieldProps.ts +1 -1
- package/src/components/BryntumGrid.vue +18 -6
- package/src/components/BryntumGridBase.vue +18 -6
- package/src/components/BryntumGridBaseProps.ts +4 -4
- package/src/components/BryntumGridProps.ts +4 -4
- package/src/components/BryntumGroupBar.vue +1 -1
- package/src/components/BryntumGroupBarProps.ts +1 -1
- package/src/components/BryntumHint.vue +1 -1
- package/src/components/BryntumHintProps.ts +1 -1
- package/src/components/BryntumList.vue +1 -1
- package/src/components/BryntumListProps.ts +1 -1
- package/src/components/BryntumMenu.vue +1 -1
- package/src/components/BryntumMenuProps.ts +1 -1
- package/src/components/BryntumNumberField.vue +1 -1
- package/src/components/BryntumNumberFieldProps.ts +1 -1
- package/src/components/BryntumPasswordField.vue +1 -1
- package/src/components/BryntumPasswordFieldProps.ts +1 -1
- package/src/components/BryntumRadio.vue +1 -1
- package/src/components/BryntumRadioProps.ts +1 -1
- package/src/components/BryntumSlideToggle.vue +1 -1
- package/src/components/BryntumSlideToggleProps.ts +1 -1
- package/src/components/BryntumSlider.vue +1 -1
- package/src/components/BryntumSliderProps.ts +1 -1
- package/src/components/BryntumTextAreaField.vue +1 -1
- package/src/components/BryntumTextAreaFieldProps.ts +1 -1
- package/src/components/BryntumTextAreaPickerField.vue +1 -1
- package/src/components/BryntumTextAreaPickerFieldProps.ts +1 -1
- package/src/components/BryntumTextField.vue +1 -1
- package/src/components/BryntumTextFieldProps.ts +1 -1
- package/src/components/BryntumTimeField.vue +1 -1
- package/src/components/BryntumTimeFieldProps.ts +1 -1
- package/src/components/BryntumTreeCombo.vue +2 -2
- package/src/components/BryntumTreeComboProps.ts +2 -2
- package/src/components/BryntumTreeGrid.vue +18 -6
- package/src/components/BryntumTreeGridProps.ts +4 -4
- package/lib/chunks/BqITFN7j.js.map +0 -1
- package/lib/chunks/D60vm2qH.js.map +0 -1
- 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
|
|
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
|
|
527
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
528
528
|
*/
|
|
529
529
|
toggleAllIfCtrlPressed ? : Boolean
|
|
530
530
|
/**
|
|
@@ -518,7 +518,7 @@ defineProps<{
|
|
|
518
518
|
*/
|
|
519
519
|
title ? : string
|
|
520
520
|
/**
|
|
521
|
-
* Select/deselect all if
|
|
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
|
|
507
|
+
* Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
|
|
508
508
|
*/
|
|
509
509
|
toggleAllIfCtrlPressed ? : Boolean
|
|
510
510
|
/**
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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>
|
|
922
|
-
* one anywhere on grid). Use <kbd>
|
|
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
|
|
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?:
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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>
|
|
885
|
-
* one anywhere on grid). Use <kbd>
|
|
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)
|