@bryntum/gantt-react 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 (120) hide show
  1. package/lib/BryntumAssignmentGrid.d.ts +6 -1
  2. package/lib/BryntumAssignmentGrid.js +1 -0
  3. package/lib/BryntumAssignmentGrid.js.map +1 -1
  4. package/lib/BryntumDemoHeader.d.ts +0 -1
  5. package/lib/BryntumDemoHeader.js +1 -2
  6. package/lib/BryntumDemoHeader.js.map +1 -1
  7. package/lib/BryntumGantt.d.ts +7 -1
  8. package/lib/BryntumGantt.js +2 -0
  9. package/lib/BryntumGantt.js.map +1 -1
  10. package/lib/BryntumGanttBase.d.ts +7 -1
  11. package/lib/BryntumGanttBase.js +2 -0
  12. package/lib/BryntumGanttBase.js.map +1 -1
  13. package/lib/BryntumGanttProjectModel.d.ts +6 -6
  14. package/lib/BryntumGrid.d.ts +6 -1
  15. package/lib/BryntumGrid.js +1 -0
  16. package/lib/BryntumGrid.js.map +1 -1
  17. package/lib/BryntumGridBase.d.ts +6 -1
  18. package/lib/BryntumGridBase.js +1 -0
  19. package/lib/BryntumGridBase.js.map +1 -1
  20. package/lib/BryntumResourceGrid.d.ts +18 -1
  21. package/lib/BryntumResourceGrid.js +57 -1
  22. package/lib/BryntumResourceGrid.js.map +1 -1
  23. package/lib/BryntumResourceHistogram.d.ts +6 -1
  24. package/lib/BryntumResourceHistogram.js +1 -0
  25. package/lib/BryntumResourceHistogram.js.map +1 -1
  26. package/lib/BryntumResourceUtilization.d.ts +6 -1
  27. package/lib/BryntumResourceUtilization.js +1 -0
  28. package/lib/BryntumResourceUtilization.js.map +1 -1
  29. package/lib/BryntumScheduler.d.ts +7 -1
  30. package/lib/BryntumScheduler.js +1 -0
  31. package/lib/BryntumScheduler.js.map +1 -1
  32. package/lib/BryntumSchedulerBase.d.ts +7 -1
  33. package/lib/BryntumSchedulerBase.js +1 -0
  34. package/lib/BryntumSchedulerBase.js.map +1 -1
  35. package/lib/BryntumSchedulerPro.d.ts +7 -1
  36. package/lib/BryntumSchedulerPro.js +1 -0
  37. package/lib/BryntumSchedulerPro.js.map +1 -1
  38. package/lib/BryntumSchedulerProBase.d.ts +7 -1
  39. package/lib/BryntumSchedulerProBase.js +1 -0
  40. package/lib/BryntumSchedulerProBase.js.map +1 -1
  41. package/lib/BryntumTimeline.d.ts +7 -1
  42. package/lib/BryntumTimeline.js +1 -0
  43. package/lib/BryntumTimeline.js.map +1 -1
  44. package/lib/BryntumTimelineHistogram.d.ts +6 -1
  45. package/lib/BryntumTimelineHistogram.js +1 -0
  46. package/lib/BryntumTimelineHistogram.js.map +1 -1
  47. package/lib/BryntumTreeGrid.d.ts +6 -1
  48. package/lib/BryntumTreeGrid.js +1 -0
  49. package/lib/BryntumTreeGrid.js.map +1 -1
  50. package/lib/BryntumVersionGrid.d.ts +6 -1
  51. package/lib/BryntumVersionGrid.js +1 -0
  52. package/lib/BryntumVersionGrid.js.map +1 -1
  53. package/package.json +1 -1
  54. package/src/BryntumAIFilterField.tsx +1 -1
  55. package/src/BryntumAssignmentField.tsx +3 -3
  56. package/src/BryntumAssignmentGrid.tsx +15 -6
  57. package/src/BryntumCalendarEditor.tsx +1 -1
  58. package/src/BryntumCalendarField.tsx +2 -2
  59. package/src/BryntumCalendarPicker.tsx +2 -2
  60. package/src/BryntumCheckbox.tsx +1 -1
  61. package/src/BryntumChecklistFilterCombo.tsx +2 -2
  62. package/src/BryntumChipView.tsx +1 -1
  63. package/src/BryntumColorField.tsx +1 -1
  64. package/src/BryntumCombo.tsx +2 -2
  65. package/src/BryntumConstraintTypePicker.tsx +2 -2
  66. package/src/BryntumCostAccrualField.tsx +2 -2
  67. package/src/BryntumDateField.tsx +1 -1
  68. package/src/BryntumDateRangeField.tsx +1 -1
  69. package/src/BryntumDateTimeField.tsx +1 -1
  70. package/src/BryntumDemoHeader.tsx +1 -4
  71. package/src/BryntumDependencyField.tsx +2 -2
  72. package/src/BryntumDependencyTypePicker.tsx +2 -2
  73. package/src/BryntumDisplayField.tsx +1 -1
  74. package/src/BryntumDurationField.tsx +1 -1
  75. package/src/BryntumEditor.tsx +3 -3
  76. package/src/BryntumEffortField.tsx +1 -1
  77. package/src/BryntumEndDateField.tsx +1 -1
  78. package/src/BryntumEventColorField.tsx +1 -1
  79. package/src/BryntumFileField.tsx +1 -1
  80. package/src/BryntumFilterField.tsx +1 -1
  81. package/src/BryntumGantt.tsx +25 -9
  82. package/src/BryntumGanttBase.tsx +25 -9
  83. package/src/BryntumGanttProjectModel.tsx +6 -6
  84. package/src/BryntumGrid.tsx +15 -6
  85. package/src/BryntumGridBase.tsx +15 -6
  86. package/src/BryntumGroupBar.tsx +1 -1
  87. package/src/BryntumHint.tsx +1 -1
  88. package/src/BryntumList.tsx +1 -1
  89. package/src/BryntumMenu.tsx +1 -1
  90. package/src/BryntumModelCombo.tsx +2 -2
  91. package/src/BryntumNumberField.tsx +1 -1
  92. package/src/BryntumPasswordField.tsx +1 -1
  93. package/src/BryntumProjectCombo.tsx +2 -2
  94. package/src/BryntumRadio.tsx +1 -1
  95. package/src/BryntumRateTableField.tsx +2 -2
  96. package/src/BryntumResourceCombo.tsx +2 -2
  97. package/src/BryntumResourceEditor.tsx +1 -1
  98. package/src/BryntumResourceFilter.tsx +1 -1
  99. package/src/BryntumResourceGrid.tsx +88 -7
  100. package/src/BryntumResourceHistogram.tsx +17 -8
  101. package/src/BryntumResourceTypeField.tsx +2 -2
  102. package/src/BryntumResourceUtilization.tsx +18 -9
  103. package/src/BryntumScheduler.tsx +22 -12
  104. package/src/BryntumSchedulerBase.tsx +22 -12
  105. package/src/BryntumSchedulerPro.tsx +22 -12
  106. package/src/BryntumSchedulerProBase.tsx +22 -12
  107. package/src/BryntumSchedulingDirectionPicker.tsx +2 -2
  108. package/src/BryntumSchedulingModePicker.tsx +2 -2
  109. package/src/BryntumSlideToggle.tsx +1 -1
  110. package/src/BryntumSlider.tsx +1 -1
  111. package/src/BryntumStartDateField.tsx +1 -1
  112. package/src/BryntumTextAreaField.tsx +1 -1
  113. package/src/BryntumTextAreaPickerField.tsx +1 -1
  114. package/src/BryntumTextField.tsx +1 -1
  115. package/src/BryntumTimeField.tsx +1 -1
  116. package/src/BryntumTimeline.tsx +22 -12
  117. package/src/BryntumTimelineHistogram.tsx +17 -8
  118. package/src/BryntumTreeCombo.tsx +2 -2
  119. package/src/BryntumTreeGrid.tsx +15 -6
  120. package/src/BryntumVersionGrid.tsx +15 -6
@@ -1 +1 @@
1
- {"version":3,"file":"BryntumTreeGrid.js","sourceRoot":"","sources":["../src/BryntumTreeGrid.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BryntumTreeGrid.js","sourceRoot":"","sources":["../src/BryntumTreeGrid.tsx"],"names":[],"mappings":"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"}
@@ -659,7 +659,7 @@ export declare type BryntumVersionGridProps = {
659
659
  entityName: string;
660
660
  }) => void) | string;
661
661
  onPdfExport?: ((event: {
662
- response?: any;
662
+ response?: Response;
663
663
  error?: Error;
664
664
  }) => void) | string;
665
665
  onReadOnly?: ((event: {
@@ -794,6 +794,11 @@ export declare type BryntumVersionGridProps = {
794
794
  source: Tool;
795
795
  tool: Tool;
796
796
  }) => void) | string;
797
+ onTreeGroup?: ((event: {
798
+ source: Grid;
799
+ groupers: (string | Function)[];
800
+ oldGroupers: (string | Function)[];
801
+ }) => void) | string;
797
802
  onUnlockRows?: ((event: {
798
803
  clone: GridBase;
799
804
  }) => void) | string;
@@ -254,6 +254,7 @@ BryntumVersionGrid.propertyConfigNames = [
254
254
  'onToggleGroup',
255
255
  'onToggleNode',
256
256
  'onToolClick',
257
+ 'onTreeGroup',
257
258
  'onUnlockRows',
258
259
  'onUnsplit',
259
260
  'preserveScroll',
@@ -1 +1 @@
1
- {"version":3,"file":"BryntumVersionGrid.js","sourceRoot":"","sources":["../src/BryntumVersionGrid.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"BryntumVersionGrid.js","sourceRoot":"","sources":["../src/BryntumVersionGrid.tsx"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bryntum/gantt-react",
3
- "version": "7.2.1",
3
+ "version": "7.2.2",
4
4
  "description": "React wrappers for Bryntum Gantt JavaScript component",
5
5
  "keywords": [
6
6
  "bryntum",
@@ -506,7 +506,7 @@ export type BryntumAIFilterFieldProps = {
506
506
  required? : boolean
507
507
  /**
508
508
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
509
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
509
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
510
510
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
511
511
  * behaviour will be activated.
512
512
  */
@@ -181,7 +181,7 @@ export type BryntumAssignmentFieldProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Gantt/widget/AssignmentField#config-createOnUnmatched)
@@ -681,7 +681,7 @@ export type BryntumAssignmentFieldProps = {
681
681
  required? : boolean
682
682
  /**
683
683
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
684
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
684
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
685
685
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
686
686
  * behaviour will be activated.
687
687
  */
@@ -743,7 +743,7 @@ export type BryntumAssignmentFieldProps = {
743
743
  */
744
744
  spellCheck? : boolean
745
745
  /**
746
- * Assignment manipulation store to use, or it's configuration object.
746
+ * Assignment manipulation store to use, or its configuration object.
747
747
  * Either store or [projectEvent](https://bryntum.com/products/gantt/docs/api/Gantt/widget/AssignmentField#config-projectEvent) should be given
748
748
  */
749
749
  store? : Store|StoreConfig
@@ -569,7 +569,7 @@ export type BryntumAssignmentGridProps = {
569
569
  rootElement? : ShadowRoot|HTMLElement
570
570
  /**
571
571
  * Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
572
- * overriden by specifying a [rowHeight](https://bryntum.com/products/gantt/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
572
+ * overridden by specifying a [rowHeight](https://bryntum.com/products/gantt/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
573
573
  * a column [renderer](https://bryntum.com/products/gantt/docs/api/Grid/column/Column#config-renderer).
574
574
  * ...
575
575
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Gantt/widget/AssignmentGrid#config-rowHeight)
@@ -793,7 +793,7 @@ export type BryntumAssignmentGridProps = {
793
793
  */
794
794
  onBeforeCellEditStart? : ((event: { source: Grid, editorContext: CellEditorContext }) => Promise<boolean>|boolean|void)|string
795
795
  /**
796
- * Fires on the owning Grid before deleting a range of selected cell values by pressing `Backspace` or `Del`
796
+ * Fires on the owning Grid before deleting a range of selected cell values by pressing <kbd>Backspace</kbd> or <kbd>Delete</kbd>
797
797
  * buttons while [autoEdit](https://bryntum.com/products/gantt/docs/api/Grid/feature/CellEdit#config-autoEdit) is set to `true`. Return `false` to prevent editing.
798
798
  * @param {object} event Event object
799
799
  * @param {Grid.view.Grid} event.source Owner grid
@@ -1557,7 +1557,7 @@ export type BryntumAssignmentGridProps = {
1557
1557
  * @param {Response} event.response Optional response, if received
1558
1558
  * @param {Error} event.error Optional error, if exception occurred
1559
1559
  */
1560
- onPdfExport? : ((event: { response?: any, error?: Error }) => void)|string
1560
+ onPdfExport? : ((event: { response?: Response, error?: Error }) => void)|string
1561
1561
  /**
1562
1562
  * Fired when a Widget's read only state is toggled
1563
1563
  * @param {object} event Event object
@@ -1768,6 +1768,14 @@ export type BryntumAssignmentGridProps = {
1768
1768
  * @param {Core.widget.Tool} event.tool The tool which is being clicked.
1769
1769
  */
1770
1770
  onToolClick? : ((event: { source: Tool, tool: Tool }) => void)|string
1771
+ /**
1772
+ * Fired on the owning Grid/Scheduler/Gantt after tree grouping levels change
1773
+ * @param {object} event Event object
1774
+ * @param {Grid.view.Grid} event.source The grid instance
1775
+ * @param {(string|Function)[]} event.groupers Array of field names or functions representing the current grouping levels
1776
+ * @param {(string|Function)[]} event.oldGroupers Array of field names or functions representing the previous grouping levels
1777
+ */
1778
+ onTreeGroup? : ((event: { source: Grid, groupers: (string|Function)[], oldGroupers: (string|Function)[] }) => void)|string
1771
1779
  /**
1772
1780
  * Fires when row locking is disabled.
1773
1781
  * @param {object} event Event object
@@ -1812,7 +1820,7 @@ export type BryntumAssignmentGridProps = {
1812
1820
  cellEditFeature? : object|boolean|string|GridCellEdit|GridCellEditConfig
1813
1821
  /**
1814
1822
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
1815
- * `SPACE` key when the cell is focused.
1823
+ * <kbd>Space</kbd> key when the cell is focused.
1816
1824
  * ...
1817
1825
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Grid/feature/CellMenu)
1818
1826
  */
@@ -1912,8 +1920,8 @@ export type BryntumAssignmentGridProps = {
1912
1920
  filterBarFeature? : object|boolean|string|FilterBar|FilterBarConfig
1913
1921
  /**
1914
1922
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
1915
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
1916
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
1923
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
1924
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
1917
1925
  * grouper.
1918
1926
  * ...
1919
1927
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Grid/feature/Group)
@@ -2308,6 +2316,7 @@ export class BryntumAssignmentGrid extends React.Component<BryntumAssignmentGrid
2308
2316
  'onToggleGroup',
2309
2317
  'onToggleNode',
2310
2318
  'onToolClick',
2319
+ 'onTreeGroup',
2311
2320
  'onUnlockRows',
2312
2321
  'onUnsplit',
2313
2322
  'preserveScroll',
@@ -133,7 +133,7 @@ export type BryntumCalendarEditorProps = {
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
  /**
@@ -192,7 +192,7 @@ export type BryntumCalendarFieldProps = {
192
192
  contentElementCls? : string|object
193
193
  /**
194
194
  * If configured as `true`, this means that when an unmatched string is typed into the
195
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
195
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
196
196
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
197
197
  * ...
198
198
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/SchedulerPro/widget/CalendarField#config-createOnUnmatched)
@@ -687,7 +687,7 @@ export type BryntumCalendarFieldProps = {
687
687
  required? : boolean
688
688
  /**
689
689
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
690
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
690
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
691
691
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
692
692
  * behaviour will be activated.
693
693
  */
@@ -181,7 +181,7 @@ export type BryntumCalendarPickerProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Gantt/widget/CalendarPicker#config-createOnUnmatched)
@@ -676,7 +676,7 @@ export type BryntumCalendarPickerProps = {
676
676
  required? : boolean
677
677
  /**
678
678
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
679
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
679
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
680
680
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
681
681
  * behaviour will be activated.
682
682
  */
@@ -480,7 +480,7 @@ export type BryntumCheckboxProps = {
480
480
  required? : boolean
481
481
  /**
482
482
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
483
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
483
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
484
484
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
485
485
  * behaviour will be activated.
486
486
  */
@@ -181,7 +181,7 @@ export type BryntumChecklistFilterComboProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Grid/widget/ChecklistFilterCombo#config-createOnUnmatched)
@@ -676,7 +676,7 @@ export type BryntumChecklistFilterComboProps = {
676
676
  required? : boolean
677
677
  /**
678
678
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
679
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
679
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
680
680
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
681
681
  * behaviour will be activated.
682
682
  */
@@ -530,7 +530,7 @@ export type BryntumChipViewProps = {
530
530
  */
531
531
  title? : string
532
532
  /**
533
- * Select/deselect all if `CMD`/`CTRL` is pressed when clicking
533
+ * Select/deselect all if <kbd>Cmd</kbd>/<kbd>Ctrl</kbd> is pressed when clicking
534
534
  */
535
535
  toggleAllIfCtrlPressed? : boolean
536
536
  /**
@@ -502,7 +502,7 @@ export type BryntumColorFieldProps = {
502
502
  required? : boolean
503
503
  /**
504
504
  * If this field is not [readOnly](https://bryntum.com/products/gantt/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/gantt/docs/api/Core/widget/Field#config-clearable)
507
507
  * behaviour will be activated.
508
508
  */
@@ -181,7 +181,7 @@ export type BryntumComboProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-createOnUnmatched)
@@ -676,7 +676,7 @@ export type BryntumComboProps = {
676
676
  required? : boolean
677
677
  /**
678
678
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
679
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
679
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
680
680
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
681
681
  * behaviour will be activated.
682
682
  */
@@ -181,7 +181,7 @@ export type BryntumConstraintTypePickerProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/SchedulerPro/widget/ConstraintTypePicker#config-createOnUnmatched)
@@ -676,7 +676,7 @@ export type BryntumConstraintTypePickerProps = {
676
676
  required? : boolean
677
677
  /**
678
678
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
679
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
679
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
680
680
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
681
681
  * behaviour will be activated.
682
682
  */
@@ -181,7 +181,7 @@ export type BryntumCostAccrualFieldProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/SchedulerPro/widget/CostAccrualField#config-createOnUnmatched)
@@ -676,7 +676,7 @@ export type BryntumCostAccrualFieldProps = {
676
676
  required? : boolean
677
677
  /**
678
678
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
679
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
679
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
680
680
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
681
681
  * behaviour will be activated.
682
682
  */
@@ -538,7 +538,7 @@ export type BryntumDateFieldProps = {
538
538
  required? : boolean
539
539
  /**
540
540
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
541
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
541
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
542
542
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
543
543
  * behaviour will be activated.
544
544
  */
@@ -549,7 +549,7 @@ export type BryntumDateRangeFieldProps = {
549
549
  required? : boolean
550
550
  /**
551
551
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
552
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
552
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
553
553
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
554
554
  * behaviour will be activated.
555
555
  */
@@ -470,7 +470,7 @@ export type BryntumDateTimeFieldProps = {
470
470
  required? : boolean
471
471
  /**
472
472
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
473
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
473
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
474
474
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
475
475
  * behaviour will be activated.
476
476
  */
@@ -39,9 +39,6 @@ export class BryntumDemoHeader extends Component<BryntumDemoHeaderProps, DemoCod
39
39
 
40
40
  isTest = document.location.search.includes('test');
41
41
 
42
-
43
- isThin = document.location.href.includes('-thin');
44
-
45
42
  demoProduct = document.location.href.match(/\/(\w+)(-trial)?\/[-\w]*examples\//)?.[1].toLowerCase() || 'gantt';
46
43
 
47
44
  downloadLink = `https://bryntum.com/download/?product=${this.demoProduct}`;
@@ -129,7 +126,7 @@ export class BryntumDemoHeader extends Component<BryntumDemoHeaderProps, DemoCod
129
126
  </a>
130
127
  <div id="tools" className="tools">
131
128
  {this.props.children}
132
- {this.props.themeCombo && !this.isThin && <BryntumThemeCombo/>}
129
+ {this.props.themeCombo && <BryntumThemeCombo/>}
133
130
  <BryntumButton
134
131
  text="Download Trial"
135
132
  href={this.downloadLink}
@@ -181,7 +181,7 @@ export type BryntumDependencyFieldProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/Gantt/widget/DependencyField#config-createOnUnmatched)
@@ -705,7 +705,7 @@ export type BryntumDependencyFieldProps = {
705
705
  required? : boolean
706
706
  /**
707
707
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
708
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
708
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
709
709
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
710
710
  * behaviour will be activated.
711
711
  */
@@ -181,7 +181,7 @@ export type BryntumDependencyTypePickerProps = {
181
181
  contentElementCls? : string|object
182
182
  /**
183
183
  * If configured as `true`, this means that when an unmatched string is typed into the
184
- * combo's input field, and `ENTER`, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
184
+ * combo's input field, and <kbd>Enter</kbd>, or the [multiValueSeparator](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-multiValueSeparator) is typed,
185
185
  * a new record will be created using the typed string as the [displayField](https://bryntum.com/products/gantt/docs/api/Core/widget/Combo#config-displayField).
186
186
  * ...
187
187
  * [View online docs...](https://bryntum.com/products/gantt/docs/api/SchedulerPro/widget/DependencyTypePicker#config-createOnUnmatched)
@@ -681,7 +681,7 @@ export type BryntumDependencyTypePickerProps = {
681
681
  required? : boolean
682
682
  /**
683
683
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
684
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
684
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
685
685
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
686
686
  * behaviour will be activated.
687
687
  */
@@ -483,7 +483,7 @@ export type BryntumDisplayFieldProps = {
483
483
  required? : boolean
484
484
  /**
485
485
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
486
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
486
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
487
487
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
488
488
  * behaviour will be activated.
489
489
  */
@@ -523,7 +523,7 @@ export type BryntumDurationFieldProps = {
523
523
  required? : boolean
524
524
  /**
525
525
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
526
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
526
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
527
527
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
528
528
  * behaviour will be activated.
529
529
  */
@@ -59,7 +59,7 @@ export type BryntumEditorProps = {
59
59
  */
60
60
  autoUpdateRecord? : boolean
61
61
  /**
62
- * What action should be taken when focus moves out of the editor, either by `TAB` or clicking outside.
62
+ * What action should be taken when focus moves out of the editor, either by <kbd>Tab</kbd> or clicking outside.
63
63
  * May be `'complete'` or `'cancel`'. Any other value results in no action being taken upon focus leaving the editor
64
64
  * leaving the application to listen for the [focusOut](https://bryntum.com/products/gantt/docs/api/Core/widget/Editor#event-focusOut) event.
65
65
  */
@@ -638,7 +638,7 @@ export type BryntumEditorProps = {
638
638
  */
639
639
  onAfterEdit? : ((event: { source: Editor, record?: Model }) => void)|string
640
640
  /**
641
- * Fired when cancellation has been requested, either by `ESC`, or focus loss (if configured to cancel on blur).
641
+ * Fired when cancellation has been requested, either by <kbd>Escape</kbd>, or focus loss (if configured to cancel on blur).
642
642
  * The cancellation may be vetoed, in which case, focus is moved back into the editor.
643
643
  * @param {object} event Event object
644
644
  * @param {object} event.oldValue The original value.
@@ -648,7 +648,7 @@ export type BryntumEditorProps = {
648
648
  */
649
649
  onBeforeCancel? : ((event: { oldValue: object, value: object, event: Event, source: Editor }) => Promise<boolean>|boolean|void)|string
650
650
  /**
651
- * Fired when an edit completion has been requested, either by `ENTER`, or focus loss (if configured to complete on blur).
651
+ * Fired when an edit completion has been requested, either by <kbd>Enter</kbd>, or focus loss (if configured to complete on blur).
652
652
  * The completion may be vetoed, in which case, focus is moved back into the editor.
653
653
  * @param {object} event Event object
654
654
  * @param {object} event.oldValue The original value.
@@ -523,7 +523,7 @@ export type BryntumEffortFieldProps = {
523
523
  required? : boolean
524
524
  /**
525
525
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
526
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
526
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
527
527
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
528
528
  * behaviour will be activated.
529
529
  */
@@ -546,7 +546,7 @@ export type BryntumEndDateFieldProps = {
546
546
  required? : boolean
547
547
  /**
548
548
  * If this field is not [readOnly](https://bryntum.com/products/gantt/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/gantt/docs/api/Core/widget/Field#config-clearable)
551
551
  * behaviour will be activated.
552
552
  */
@@ -502,7 +502,7 @@ export type BryntumEventColorFieldProps = {
502
502
  required? : boolean
503
503
  /**
504
504
  * If this field is not [readOnly](https://bryntum.com/products/gantt/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/gantt/docs/api/Core/widget/Field#config-clearable)
507
507
  * behaviour will be activated.
508
508
  */
@@ -494,7 +494,7 @@ export type BryntumFileFieldProps = {
494
494
  required? : boolean
495
495
  /**
496
496
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
497
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
497
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
498
498
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
499
499
  * behaviour will be activated.
500
500
  */
@@ -524,7 +524,7 @@ export type BryntumFilterFieldProps = {
524
524
  required? : boolean
525
525
  /**
526
526
  * If this field is not [readOnly](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-readOnly), then setting this option means that pressing
527
- * the `ESCAPE` key after editing the field will revert the field to the value it had when
527
+ * the <kbd>Escape</kbd> key after editing the field will revert the field to the value it had when
528
528
  * the user focused the field. If the field is *not* changed from when focused, the [clearable](https://bryntum.com/products/gantt/docs/api/Core/widget/Field#config-clearable)
529
529
  * behaviour will be activated.
530
530
  */