@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.
- package/README.md +6 -6
- package/lib/chunks/{Bbpvg_hf.js → BnIvHHwd.js} +4 -2
- package/lib/chunks/BnIvHHwd.js.map +1 -0
- package/lib/chunks/{FtY3iMiN.js → BxULlQlr.js} +4 -2
- package/lib/chunks/BxULlQlr.js.map +1 -0
- package/lib/chunks/C-Z2zn9r.js.map +1 -1
- package/lib/chunks/COu_0bRA.js.map +1 -1
- package/lib/chunks/DxeM4HUm.js.map +1 -1
- package/lib/chunks/ga9EWphl.js.map +1 -1
- package/lib/chunks/{qTXsCzE5.js → rsYNcstx.js} +7 -5
- package/lib/chunks/rsYNcstx.js.map +1 -0
- package/lib/components/BryntumScheduler.js +1 -1
- package/lib/components/BryntumSchedulerBase.js +1 -1
- package/lib/components/BryntumTimelineHistogram.js +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/components/BryntumEventColorField.vue +1 -1
- package/src/components/BryntumEventColorFieldProps.ts +1 -1
- package/src/components/BryntumProjectCombo.vue +2 -2
- package/src/components/BryntumProjectComboProps.ts +2 -2
- package/src/components/BryntumResourceCombo.vue +2 -2
- package/src/components/BryntumResourceComboProps.ts +2 -2
- package/src/components/BryntumResourceFilter.vue +1 -1
- package/src/components/BryntumResourceFilterProps.ts +1 -1
- package/src/components/BryntumScheduler.vue +27 -12
- package/src/components/BryntumSchedulerBase.vue +27 -12
- package/src/components/BryntumSchedulerBaseProps.ts +6 -6
- package/src/components/BryntumSchedulerProps.ts +6 -6
- package/src/components/BryntumTimelineHistogram.vue +22 -8
- package/src/components/BryntumTimelineHistogramProps.ts +4 -4
- package/lib/chunks/Bbpvg_hf.js.map +0 -1
- package/lib/chunks/FtY3iMiN.js.map +0 -1
- 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
|
-
*
|
|
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
|
-
*
|
|
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>
|
|
1364
|
-
* one anywhere on grid). Use <kbd>
|
|
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)
|