@bryntum/scheduler-vue-3-thin 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 (33) hide show
  1. package/README.md +6 -6
  2. package/lib/chunks/{Bbpvg_hf.js → BnIvHHwd.js} +4 -2
  3. package/lib/chunks/BnIvHHwd.js.map +1 -0
  4. package/lib/chunks/{FtY3iMiN.js → BxULlQlr.js} +4 -2
  5. package/lib/chunks/BxULlQlr.js.map +1 -0
  6. package/lib/chunks/C-Z2zn9r.js.map +1 -1
  7. package/lib/chunks/COu_0bRA.js.map +1 -1
  8. package/lib/chunks/DxeM4HUm.js.map +1 -1
  9. package/lib/chunks/ga9EWphl.js.map +1 -1
  10. package/lib/chunks/{qTXsCzE5.js → rsYNcstx.js} +7 -5
  11. package/lib/chunks/rsYNcstx.js.map +1 -0
  12. package/lib/components/BryntumScheduler.js +1 -1
  13. package/lib/components/BryntumSchedulerBase.js +1 -1
  14. package/lib/components/BryntumTimelineHistogram.js +1 -1
  15. package/lib/index.js +3 -3
  16. package/package.json +1 -1
  17. package/src/components/BryntumEventColorField.vue +1 -1
  18. package/src/components/BryntumEventColorFieldProps.ts +1 -1
  19. package/src/components/BryntumProjectCombo.vue +2 -2
  20. package/src/components/BryntumProjectComboProps.ts +2 -2
  21. package/src/components/BryntumResourceCombo.vue +2 -2
  22. package/src/components/BryntumResourceComboProps.ts +2 -2
  23. package/src/components/BryntumResourceFilter.vue +1 -1
  24. package/src/components/BryntumResourceFilterProps.ts +1 -1
  25. package/src/components/BryntumScheduler.vue +27 -12
  26. package/src/components/BryntumSchedulerBase.vue +27 -12
  27. package/src/components/BryntumSchedulerBaseProps.ts +6 -6
  28. package/src/components/BryntumSchedulerProps.ts +6 -6
  29. package/src/components/BryntumTimelineHistogram.vue +22 -8
  30. package/src/components/BryntumTimelineHistogramProps.ts +4 -4
  31. package/lib/chunks/Bbpvg_hf.js.map +0 -1
  32. package/lib/chunks/FtY3iMiN.js.map +0 -1
  33. package/lib/chunks/qTXsCzE5.js.map +0 -1
@@ -878,7 +878,7 @@ export declare type BryntumTimelineHistogramProps = {
878
878
  rootElement ? : ShadowRoot|HTMLElement
879
879
  /**
880
880
  * Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
881
- * overriden by specifying a [rowHeight](https://bryntum.com/products/scheduler/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
881
+ * overridden by specifying a [rowHeight](https://bryntum.com/products/scheduler/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
882
882
  * a column [renderer](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column#config-renderer).
883
883
  * ...
884
884
  * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-rowHeight)
@@ -1252,7 +1252,7 @@ export declare type BryntumTimelineHistogramProps = {
1252
1252
  cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
1253
1253
  /**
1254
1254
  * Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
1255
- * `SPACE` key when the cell is focused.
1255
+ * <kbd>Space</kbd> key when the cell is focused.
1256
1256
  * ...
1257
1257
  * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellMenu)
1258
1258
  */
@@ -1360,8 +1360,8 @@ export declare type BryntumTimelineHistogramProps = {
1360
1360
  filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
1361
1361
  /**
1362
1362
  * Enables rendering and handling of row groups. The actual grouping is done in the store, but triggered by
1363
- * <kbd>shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
1364
- * one anywhere on grid). Use <kbd>shift</kbd> + <kbd>alt</kbd> + click, or the context menu, to remove a column
1363
+ * <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
1364
+ * one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
1365
1365
  * grouper.
1366
1366
  * ...
1367
1367
  * [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Group)