@bryntum/schedulerpro-vue-3-thin 7.2.4 → 7.3.1
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 +9 -9
- package/lib/chunks/{BhUeT19h.js → 7vz3cAx6.js} +9 -7
- package/lib/chunks/7vz3cAx6.js.map +1 -0
- package/lib/chunks/{9jfNe_y3.js → B1SaPsRu.js} +16 -8
- package/lib/chunks/B1SaPsRu.js.map +1 -0
- package/lib/chunks/{D4JDuI0s.js → B4dVznPx.js} +1 -8
- package/lib/chunks/B4dVznPx.js.map +1 -0
- package/lib/chunks/{DwzPrR90.js → B8GKehTJ.js} +10 -8
- package/lib/chunks/B8GKehTJ.js.map +1 -0
- package/lib/chunks/{C41opZKx.js → BhXv58eE.js} +23 -14
- package/lib/chunks/BhXv58eE.js.map +1 -0
- package/lib/chunks/{Dz-up1_i.js → BhfdqXGU.js} +10 -8
- package/lib/chunks/BhfdqXGU.js.map +1 -0
- package/lib/chunks/{CJFZbm_i.js → Bk2bIVfG.js} +25 -13
- package/lib/chunks/Bk2bIVfG.js.map +1 -0
- package/lib/chunks/{DlNFp5e-.js → C1vi1h_N.js} +13 -11
- package/lib/chunks/C1vi1h_N.js.map +1 -0
- package/lib/chunks/{DYBe70El.js → CEQZr1q6.js} +20 -11
- package/lib/chunks/CEQZr1q6.js.map +1 -0
- package/lib/chunks/{BTT_cGQU.js → CPjow0gO.js} +8 -9
- package/lib/chunks/CPjow0gO.js.map +1 -0
- package/lib/chunks/{BRGc8bUJ.js → Cb_akueu.js} +16 -13
- package/lib/chunks/Cb_akueu.js.map +1 -0
- package/lib/chunks/{BJPdcix1.js → Cc_DPp3S.js} +8 -6
- package/lib/chunks/Cc_DPp3S.js.map +1 -0
- package/lib/chunks/{BjTPjWi9.js → Cr5VTUbs.js} +10 -8
- package/lib/chunks/Cr5VTUbs.js.map +1 -0
- package/lib/chunks/{j8JzZ-07.js → D-hmgVVF.js} +13 -11
- package/lib/chunks/D-hmgVVF.js.map +1 -0
- package/lib/chunks/{BpAvqwr_.js → D-v-Wqj4.js} +25 -13
- package/lib/chunks/D-v-Wqj4.js.map +1 -0
- package/lib/chunks/{BbI7XKMd.js → D0hJ3P6L.js} +5 -3
- package/lib/chunks/D0hJ3P6L.js.map +1 -0
- package/lib/chunks/{CGbW6pgm.js → DPA-xEW5.js} +8 -9
- package/lib/chunks/DPA-xEW5.js.map +1 -0
- package/lib/chunks/{CuODT2-U.js → XQWZfDOm.js} +7 -5
- package/lib/chunks/XQWZfDOm.js.map +1 -0
- package/lib/chunks/{MOjUZ-Rj.js → eKXSEOkn.js} +7 -5
- package/lib/chunks/eKXSEOkn.js.map +1 -0
- package/lib/chunks/{DGV7a5Xo.js → edcDjaO2.js} +7 -5
- package/lib/chunks/edcDjaO2.js.map +1 -0
- package/lib/chunks/{BO8FwQoh.js → n2IZFQjR.js} +10 -8
- package/lib/chunks/n2IZFQjR.js.map +1 -0
- package/lib/chunks/{M0cBUV91.js → zY4Qxi9x.js} +8 -6
- package/lib/chunks/zY4Qxi9x.js.map +1 -0
- package/lib/components/BryntumCalendarEditor.js +1 -1
- package/lib/components/BryntumCalendarField.js +1 -1
- package/lib/components/BryntumConstraintTypePicker.js +1 -1
- package/lib/components/BryntumCostAccrualField.js +1 -1
- package/lib/components/BryntumDependencyTypePicker.js +1 -1
- package/lib/components/BryntumEffortField.js +1 -1
- package/lib/components/BryntumEndDateField.js +1 -1
- package/lib/components/BryntumModelCombo.js +1 -1
- package/lib/components/BryntumRateTableField.js +1 -1
- package/lib/components/BryntumResourceEditor.js +1 -1
- package/lib/components/BryntumResourceGrid.js +1 -1
- package/lib/components/BryntumResourceHistogram.js +1 -1
- package/lib/components/BryntumResourceTypeField.js +1 -1
- package/lib/components/BryntumResourceUtilization.js +1 -1
- package/lib/components/BryntumSchedulerPro.js +1 -1
- package/lib/components/BryntumSchedulerProBase.js +1 -1
- package/lib/components/BryntumSchedulerProProjectModel.js +1 -1
- package/lib/components/BryntumSchedulingDirectionPicker.js +1 -1
- package/lib/components/BryntumSchedulingModePicker.js +1 -1
- package/lib/components/BryntumStartDateField.js +1 -1
- package/lib/components/BryntumThemeCombo.js +57 -0
- package/lib/components/BryntumThemeCombo.js.map +1 -0
- package/lib/components/BryntumTimeline.js +1 -1
- package/lib/components/BryntumVersionGrid.js +1 -1
- package/lib/index.js +22 -22
- package/package.json +1 -1
- package/src/components/BryntumCalendarEditor.vue +191 -292
- package/src/components/BryntumCalendarEditorProps.ts +123 -177
- package/src/components/BryntumCalendarField.vue +172 -260
- package/src/components/BryntumCalendarFieldProps.ts +96 -143
- package/src/components/BryntumConstraintTypePicker.vue +172 -260
- package/src/components/BryntumConstraintTypePickerProps.ts +96 -143
- package/src/components/BryntumCostAccrualField.vue +172 -260
- package/src/components/BryntumCostAccrualFieldProps.ts +96 -143
- package/src/components/BryntumDependencyTypePicker.vue +172 -260
- package/src/components/BryntumDependencyTypePickerProps.ts +96 -143
- package/src/components/BryntumEffortField.vue +153 -224
- package/src/components/BryntumEffortFieldProps.ts +82 -114
- package/src/components/BryntumEndDateField.vue +159 -228
- package/src/components/BryntumEndDateFieldProps.ts +84 -114
- package/src/components/BryntumModelCombo.vue +172 -260
- package/src/components/BryntumModelComboProps.ts +96 -143
- package/src/components/BryntumRateTableField.vue +172 -260
- package/src/components/BryntumRateTableFieldProps.ts +96 -143
- package/src/components/BryntumResourceEditor.vue +190 -290
- package/src/components/BryntumResourceEditorProps.ts +122 -175
- package/src/components/BryntumResourceGrid.vue +730 -1045
- package/src/components/BryntumResourceGridProps.ts +192 -263
- package/src/components/BryntumResourceHistogram.vue +1098 -1539
- package/src/components/BryntumResourceHistogramProps.ts +292 -402
- package/src/components/BryntumResourceTypeField.vue +172 -260
- package/src/components/BryntumResourceTypeFieldProps.ts +96 -143
- package/src/components/BryntumResourceUtilization.vue +1114 -1561
- package/src/components/BryntumResourceUtilizationProps.ts +293 -404
- package/src/components/BryntumSchedulerPro.vue +2099 -2820
- package/src/components/BryntumSchedulerProBase.vue +2099 -2820
- package/src/components/BryntumSchedulerProBaseProps.ts +413 -556
- package/src/components/BryntumSchedulerProProjectModel.vue +192 -289
- package/src/components/BryntumSchedulerProProjectModelProps.ts +59 -88
- package/src/components/BryntumSchedulerProProps.ts +413 -556
- package/src/components/BryntumSchedulingDirectionPicker.vue +172 -260
- package/src/components/BryntumSchedulingDirectionPickerProps.ts +96 -143
- package/src/components/BryntumSchedulingModePicker.vue +173 -262
- package/src/components/BryntumSchedulingModePickerProps.ts +97 -145
- package/src/components/BryntumStartDateField.vue +161 -232
- package/src/components/BryntumStartDateFieldProps.ts +86 -118
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTimeline.vue +1846 -2517
- package/src/components/BryntumTimelineProps.ts +371 -519
- package/src/components/BryntumVersionGrid.vue +727 -1050
- package/src/components/BryntumVersionGridProps.ts +186 -261
- package/lib/chunks/9jfNe_y3.js.map +0 -1
- package/lib/chunks/BJPdcix1.js.map +0 -1
- package/lib/chunks/BO8FwQoh.js.map +0 -1
- package/lib/chunks/BRGc8bUJ.js.map +0 -1
- package/lib/chunks/BTT_cGQU.js.map +0 -1
- package/lib/chunks/BbI7XKMd.js.map +0 -1
- package/lib/chunks/BhUeT19h.js.map +0 -1
- package/lib/chunks/BjTPjWi9.js.map +0 -1
- package/lib/chunks/BpAvqwr_.js.map +0 -1
- package/lib/chunks/C41opZKx.js.map +0 -1
- package/lib/chunks/CGbW6pgm.js.map +0 -1
- package/lib/chunks/CJFZbm_i.js.map +0 -1
- package/lib/chunks/CuODT2-U.js.map +0 -1
- package/lib/chunks/D4JDuI0s.js.map +0 -1
- package/lib/chunks/DGV7a5Xo.js.map +0 -1
- package/lib/chunks/DYBe70El.js.map +0 -1
- package/lib/chunks/DlNFp5e-.js.map +0 -1
- package/lib/chunks/DwzPrR90.js.map +0 -1
- package/lib/chunks/Dz-up1_i.js.map +0 -1
- package/lib/chunks/M0cBUV91.js.map +0 -1
- package/lib/chunks/MOjUZ-Rj.js.map +0 -1
- package/lib/chunks/j8JzZ-07.js.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, NumberFormatConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, NumberFormatConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { AI as GridAI, AIConfig as GridAIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, ExcelExporter as GridExcelExporter, ExcelExporterConfig as GridExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, LockRows as GridLockRows, LockRowsConfig as GridLockRowsConfig, MergeCells, MergeCellsConfig, PdfExport as GridPdfExport, PdfExportConfig as GridPdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print as GridPrint, PrintConfig as GridPrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowResize as GridRowResize, RowResizeConfig as GridRowResizeConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
|
|
3
|
-
import type { ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig,
|
|
3
|
+
import type { ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, RecurrenceConfirmationPopupConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel as SchedulerResourceModel, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, ScaleColumnConfig, ScalePoint, ScheduleTooltip, ScheduleTooltipConfig, Split, SplitConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSpan, TimeSpanConfig, TimelineBase, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
4
4
|
import type { AssignmentModel, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, SchedulerProColumnConfig, ProjectModel, ProjectModelConfig, ResourceAllocationInfo, ResourceAllocationInterval, ResourceHistogramListeners, ResourceHistogramRenderData, ResourceModel, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, TimeSpanHighlight, TimeSpanHighlightConfig } from '@bryntum/schedulerpro-thin';
|
|
5
5
|
|
|
6
6
|
export declare type BryntumResourceHistogramProps = {
|
|
@@ -8,21 +8,19 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
8
8
|
/**
|
|
9
9
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
10
10
|
* content will be placed inside this element.
|
|
11
|
-
* ...
|
|
12
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-adopt)
|
|
11
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-adopt)
|
|
13
12
|
*/
|
|
14
13
|
adopt ? : HTMLElement|string
|
|
15
14
|
/**
|
|
16
15
|
* A function used for aggregating child records histogram data entries to their parent entry.
|
|
17
|
-
* ...
|
|
18
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-aggregateDataEntry)
|
|
16
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-aggregateDataEntry)
|
|
19
17
|
* @param {object} aggregateDataEntry.aggregated Target parent data entry to aggregate the entry into.
|
|
20
18
|
* @param {object} aggregateDataEntry.entry Current entry to aggregate into `aggregated`.
|
|
21
19
|
* @param {number} aggregateDataEntry.arrayIndex Index of current array (index of the record among other records being aggregated).
|
|
22
20
|
* @param {object[]} aggregateDataEntry.entryIndex Index of `entry` in the current array.
|
|
23
21
|
* @returns {object} Return value becomes the value of the `aggregated` parameter on the next invocation of this function.
|
|
24
22
|
*/
|
|
25
|
-
aggregateDataEntry ? : ((
|
|
23
|
+
aggregateDataEntry ? : (() => object)|string
|
|
26
24
|
/**
|
|
27
25
|
* When `true` the component will automatically calculate data for group records
|
|
28
26
|
* based on the groups members data by calling [getGroupRecordHistogramData](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineHistogramGrouping#function-getGroupRecordHistogramData) method.
|
|
@@ -60,22 +58,19 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
60
58
|
/**
|
|
61
59
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
62
60
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
63
|
-
* ...
|
|
64
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ariaDescription)
|
|
61
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ariaDescription)
|
|
65
62
|
*/
|
|
66
63
|
ariaDescription ? : string
|
|
67
64
|
/**
|
|
68
65
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
69
66
|
* the `aria-label` attribute.
|
|
70
|
-
* ...
|
|
71
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ariaLabel)
|
|
67
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ariaLabel)
|
|
72
68
|
*/
|
|
73
69
|
ariaLabel ? : string
|
|
74
70
|
/**
|
|
75
71
|
* A function that if provided decides whether an assignment should be taken into account or not
|
|
76
72
|
* when collecting allocation.
|
|
77
|
-
* ...
|
|
78
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-assignmentFilterFn)
|
|
73
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-assignmentFilterFn)
|
|
79
74
|
* @param {SchedulerPro.model.AssignmentModel} assignment Assignment to consider
|
|
80
75
|
* @param {ResourceAllocationInfo} resourceAllocationInfo Resource allocation instance
|
|
81
76
|
* @returns {boolean} `true` to include the assignment data and `false` to not
|
|
@@ -94,8 +89,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
94
89
|
autoHeight ? : Boolean
|
|
95
90
|
/**
|
|
96
91
|
* Controls how much space to leave between stacked event bars in px.
|
|
97
|
-
* ...
|
|
98
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-barMargin)
|
|
92
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-barMargin)
|
|
99
93
|
*/
|
|
100
94
|
barMargin ? : number
|
|
101
95
|
/**
|
|
@@ -130,14 +124,12 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
130
124
|
/**
|
|
131
125
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar),
|
|
132
126
|
* or array of config objects representing the child items of a Toolbar. Another way to add a bbar is to use [strips](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips).
|
|
133
|
-
* ...
|
|
134
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bbar)
|
|
127
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bbar)
|
|
135
128
|
*/
|
|
136
129
|
bbar ? : (SchedulerProContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
137
130
|
/**
|
|
138
131
|
* Custom CSS classes to add to the panel's body element.
|
|
139
|
-
* ...
|
|
140
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bodyCls)
|
|
132
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bodyCls)
|
|
141
133
|
*/
|
|
142
134
|
bodyCls ? : string|object
|
|
143
135
|
/**
|
|
@@ -147,35 +139,30 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
147
139
|
/**
|
|
148
140
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
149
141
|
* hierarchy when triggered.
|
|
150
|
-
* ...
|
|
151
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bubbleEvents)
|
|
142
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bubbleEvents)
|
|
152
143
|
*/
|
|
153
144
|
bubbleEvents ? : object
|
|
154
145
|
/**
|
|
155
146
|
* This config defines the size of the start and end invisible parts of the timespan when [infiniteScroll](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineScroll#config-infiniteScroll) set to `true`.
|
|
156
|
-
* ...
|
|
157
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bufferCoef)
|
|
147
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bufferCoef)
|
|
158
148
|
*/
|
|
159
149
|
bufferCoef ? : number
|
|
160
150
|
/**
|
|
161
151
|
* This config defines the scroll limit, which, when exceeded will cause a timespan shift.
|
|
162
152
|
* The limit is calculated as the `panelWidth * [bufferCoef](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineScroll#config-bufferCoef) * bufferThreshold`. During scrolling, if the left or right side
|
|
163
153
|
* has less than that of the rendered content - a shift is triggered.
|
|
164
|
-
* ...
|
|
165
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bufferThreshold)
|
|
154
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-bufferThreshold)
|
|
166
155
|
*/
|
|
167
156
|
bufferThreshold ? : number
|
|
168
157
|
/**
|
|
169
158
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
170
|
-
* ...
|
|
171
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-callOnFunctions)
|
|
159
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-callOnFunctions)
|
|
172
160
|
*/
|
|
173
161
|
callOnFunctions ? : Boolean
|
|
174
162
|
/**
|
|
175
163
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
176
164
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
177
|
-
* ...
|
|
178
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-catchEventHandlerExceptions)
|
|
165
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-catchEventHandlerExceptions)
|
|
179
166
|
*/
|
|
180
167
|
catchEventHandlerExceptions ? : Boolean
|
|
181
168
|
/**
|
|
@@ -188,8 +175,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
188
175
|
* Custom CSS classes to add to element.
|
|
189
176
|
* May be specified as a space separated string, or as an object in which property names
|
|
190
177
|
* with truthy values are used as the class names:
|
|
191
|
-
* ...
|
|
192
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-cls)
|
|
178
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-cls)
|
|
193
179
|
*/
|
|
194
180
|
cls ? : string|object
|
|
195
181
|
/**
|
|
@@ -199,15 +185,13 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
199
185
|
collapsed ? : Boolean
|
|
200
186
|
/**
|
|
201
187
|
* This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsed).
|
|
202
|
-
* ...
|
|
203
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-collapsible)
|
|
188
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-collapsible)
|
|
204
189
|
*/
|
|
205
190
|
collapsible ? : Boolean|PanelCollapserConfig|PanelCollapserOverlayConfig
|
|
206
191
|
/**
|
|
207
192
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
208
193
|
* `style` block.
|
|
209
|
-
* ...
|
|
210
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-color)
|
|
194
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-color)
|
|
211
195
|
*/
|
|
212
196
|
color ? : Color
|
|
213
197
|
/**
|
|
@@ -221,8 +205,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
221
205
|
/**
|
|
222
206
|
* Accepts column definitions for the grid during initialization. They will be used to create
|
|
223
207
|
* [Column](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column) instances that are added to a [ColumnStore](#Grid/data/ColumnStore).
|
|
224
|
-
* ...
|
|
225
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-columns)
|
|
208
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-columns)
|
|
226
209
|
*/
|
|
227
210
|
columns ? : ColumnStore|SchedulerProColumnConfig[]|ColumnStoreConfig
|
|
228
211
|
config ? : object
|
|
@@ -230,8 +213,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
230
213
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
231
214
|
* May be specified as a space separated string, or as an object in which property names
|
|
232
215
|
* with truthy values are used as the class names:
|
|
233
|
-
* ...
|
|
234
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-contentElementCls)
|
|
216
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-contentElementCls)
|
|
235
217
|
*/
|
|
236
218
|
contentElementCls ? : string|object
|
|
237
219
|
/**
|
|
@@ -242,8 +224,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
242
224
|
/**
|
|
243
225
|
* Specifies a format to use for displaying cost values.
|
|
244
226
|
* Default value is:
|
|
245
|
-
* ...
|
|
246
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-costFormat)
|
|
227
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-costFormat)
|
|
247
228
|
*/
|
|
248
229
|
costFormat ? : NumberFormatConfig
|
|
249
230
|
/**
|
|
@@ -260,8 +241,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
260
241
|
* Convenient shortcut to set data in grids store both during initialization and at runtime. Can also be
|
|
261
242
|
* used to retrieve data at runtime, although we do recommend interacting with Grids store instead using
|
|
262
243
|
* the [store](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#property-store) property.
|
|
263
|
-
* ...
|
|
264
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-data)
|
|
244
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-data)
|
|
265
245
|
*/
|
|
266
246
|
data ? : object[]|Model[]|ModelConfig[]
|
|
267
247
|
/**
|
|
@@ -271,8 +251,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
271
251
|
dataField ? : string
|
|
272
252
|
/**
|
|
273
253
|
* Record field from which the histogram data will be collected.
|
|
274
|
-
* ...
|
|
275
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-dataModelField)
|
|
254
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-dataModelField)
|
|
276
255
|
*/
|
|
277
256
|
dataModelField ? : string
|
|
278
257
|
/**
|
|
@@ -297,16 +276,15 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
297
276
|
*/
|
|
298
277
|
destroyStores ? : Boolean
|
|
299
278
|
/**
|
|
300
|
-
* Check for CSS compatibility issues
|
|
301
|
-
*
|
|
302
|
-
* [
|
|
279
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
280
|
+
* checks:
|
|
281
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-detectCSSCompatibilityIssues)
|
|
303
282
|
*/
|
|
304
283
|
detectCSSCompatibilityIssues ? : Boolean
|
|
305
284
|
/**
|
|
306
285
|
* Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
|
|
307
286
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
308
|
-
* ...
|
|
309
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-disabled)
|
|
287
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-disabled)
|
|
310
288
|
*/
|
|
311
289
|
disabled ? : Boolean|'inert'
|
|
312
290
|
/**
|
|
@@ -324,8 +302,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
324
302
|
/**
|
|
325
303
|
* Defines how dates will be formatted in tooltips etc. This config has priority over similar config on the
|
|
326
304
|
* view preset. For allowed values see [format](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/DateHelper#function-format-static).
|
|
327
|
-
* ...
|
|
328
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-displayDateFormat)
|
|
305
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-displayDateFormat)
|
|
329
306
|
*/
|
|
330
307
|
displayDateFormat ? : string
|
|
331
308
|
/**
|
|
@@ -333,24 +310,22 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
333
310
|
* [strips collection](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
334
311
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
335
312
|
* body. Such widgets are called "edge strips".
|
|
336
|
-
* ...
|
|
337
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-dock)
|
|
313
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-dock)
|
|
338
314
|
*/
|
|
339
315
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
340
316
|
/**
|
|
341
317
|
* Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
|
|
342
|
-
* ...
|
|
343
|
-
* [
|
|
344
|
-
* @param {
|
|
345
|
-
* @param {
|
|
346
|
-
* @param {boolean}
|
|
347
|
-
* @param {boolean,
|
|
348
|
-
* @param {boolean,string} autoClose.
|
|
349
|
-
* @param {
|
|
350
|
-
* @param {
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
drawer ? : Boolean|{side?: 'start'|'left'|'end'|'right'|'top'|'bottom', size?: string|number, inline?: Boolean, autoClose: { mousedown?: Boolean|string, focusout?: Boolean|string, mouseout?: string }, autoCloseDelay?: number}
|
|
318
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-drawer)
|
|
319
|
+
* @param {'start','left','end','right','top','bottom'} [side] The side of the viewport to dock the drawer to. * `'start'` means the `inline-start` side. * `'end'` means the `inline-end` side.
|
|
320
|
+
* @param {string,number} [size] The size of the drawer in its collapsible axis.
|
|
321
|
+
* @param {boolean} [inline] If using the [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-appendTo) config to place the drawer inside a host widget, this may be set to `true` to make the drawer inline within that host. Note that, if using this, the layout of the host element must have `flex-direction` set appropriately.
|
|
322
|
+
* @param {boolean,object} [autoClose] Specifies what user actions should automatically close the drawer. Defaults to closing when the user clicks outside of the drawer or when focus moves outside of the drawer.
|
|
323
|
+
* @param {boolean,string} [autoClose.mousedown] If the user clicks outside of the drawer, the drawer will automatically be hidden. If the value is a string, it is used as a CSS selector to filter clicks which should close the drawer.
|
|
324
|
+
* @param {boolean,string} [autoClose.focusout] If focus moves outside of the drawer, the drawer will automatically be hidden.
|
|
325
|
+
* @param {string} [autoClose.mouseout] Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
|
|
326
|
+
* @param {number} [autoCloseDelay] When using `mouseout`, this is the delay in milliseconds
|
|
327
|
+
*/
|
|
328
|
+
drawer ? : Boolean|{ side?: 'start'|'left'|'end'|'right'|'top'|'bottom', size?: string|number, inline?: Boolean, autoClose?: Boolean|{ mousedown?: Boolean|string, focusout?: Boolean|string, mouseout?: string }, autoCloseDelay?: number }
|
|
354
329
|
/**
|
|
355
330
|
* Effort value format string.
|
|
356
331
|
* Must be a template supported by [NumberFormat](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/util/NumberFormat) class.
|
|
@@ -368,16 +343,14 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
368
343
|
/**
|
|
369
344
|
* An object specifying attributes to assign to the root element of this widget.
|
|
370
345
|
* Set `null` value to attribute to remove it.
|
|
371
|
-
* ...
|
|
372
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-elementAttributes)
|
|
346
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-elementAttributes)
|
|
373
347
|
*/
|
|
374
348
|
elementAttributes ? : Record<string, string|null>
|
|
375
349
|
/**
|
|
376
350
|
* Text or HTML, or a [EmptyTextDomConfig](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#typedef-EmptyTextDomConfig) block to display when there is no data to display in the grid.
|
|
377
351
|
* When using multiple Grid regions, provide the `region` property to decide where the text is shown.
|
|
378
352
|
* By default, it is shown in the first region.
|
|
379
|
-
* ...
|
|
380
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-emptyText)
|
|
353
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-emptyText)
|
|
381
354
|
*/
|
|
382
355
|
emptyText ? : string|EmptyTextDomConfig
|
|
383
356
|
/**
|
|
@@ -386,9 +359,9 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
386
359
|
*/
|
|
387
360
|
enableEventAnimations ? : Boolean
|
|
388
361
|
/**
|
|
389
|
-
*
|
|
390
|
-
*
|
|
391
|
-
*
|
|
362
|
+
* Set to `true` to enable the [StickyCells](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/StickyCells) feature, which pins cell
|
|
363
|
+
* content to the top of the grid while rows scroll off the top but remain visible.
|
|
364
|
+
* @deprecated 7.3.0 Use `features : { stickyCells : true }` instead
|
|
392
365
|
*/
|
|
393
366
|
enableSticky ? : Boolean
|
|
394
367
|
/**
|
|
@@ -403,8 +376,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
403
376
|
enableUndoRedoKeys ? : Boolean
|
|
404
377
|
/**
|
|
405
378
|
* The end date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
406
|
-
* ...
|
|
407
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-endDate)
|
|
379
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-endDate)
|
|
408
380
|
*/
|
|
409
381
|
endDate ? : Date|string
|
|
410
382
|
/**
|
|
@@ -421,16 +393,14 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
421
393
|
/**
|
|
422
394
|
* Specify `true` to force rendered events/tasks to fill entire ticks. This only affects rendering, start
|
|
423
395
|
* and end dates retain their value on the data level.
|
|
424
|
-
* ...
|
|
425
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fillTicks)
|
|
396
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fillTicks)
|
|
426
397
|
*/
|
|
427
398
|
fillTicks ? : Boolean
|
|
428
399
|
/**
|
|
429
400
|
* Use fixed row height. Setting this to `true` will configure the underlying RowManager to use fixed row
|
|
430
401
|
* height, which sacrifices the ability to use rows with variable height to gain a fraction better
|
|
431
402
|
* performance.
|
|
432
|
-
* ...
|
|
433
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fixedRowHeight)
|
|
403
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fixedRowHeight)
|
|
434
404
|
*/
|
|
435
405
|
fixedRowHeight ? : Boolean
|
|
436
406
|
/**
|
|
@@ -444,14 +414,12 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
444
414
|
/**
|
|
445
415
|
* Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
|
|
446
416
|
* but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips).
|
|
447
|
-
* ...
|
|
448
|
-
*
|
|
417
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-footer)
|
|
418
|
+
* @property {'top','right','bottom','left','start','end'} dock Where to dock
|
|
419
|
+
* @property {string} html Html to populate the footer with
|
|
420
|
+
* @property {string} cls CSS class to add to the footer
|
|
449
421
|
*/
|
|
450
|
-
footer ? :
|
|
451
|
-
dock?: 'top'|'right'|'bottom'|'left'|'start'|'end'
|
|
452
|
-
html?: string
|
|
453
|
-
cls?: string
|
|
454
|
-
}|string
|
|
422
|
+
footer ? : object|string
|
|
455
423
|
/**
|
|
456
424
|
* Set to `true` to force the time columns to fit to the available space (horizontal or vertical depends on mode).
|
|
457
425
|
* Note that setting [suppressFit](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-suppressFit) to `true`, will disable `forceFit` functionality. Zooming
|
|
@@ -461,14 +429,12 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
461
429
|
/**
|
|
462
430
|
* An object which names formula prefixes which will be applied to all columns configured with
|
|
463
431
|
* `formula : true`.
|
|
464
|
-
* ...
|
|
465
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-formulaProviders)
|
|
432
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-formulaProviders)
|
|
466
433
|
*/
|
|
467
434
|
formulaProviders ? : Record<string, FormulaProviderConfig>
|
|
468
435
|
/**
|
|
469
436
|
* Refresh entire row when a record changes (`true`) or, if possible, only the cells affected (`false`).
|
|
470
|
-
* ...
|
|
471
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fullRowRefresh)
|
|
437
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-fullRowRefresh)
|
|
472
438
|
*/
|
|
473
439
|
fullRowRefresh ? : Boolean
|
|
474
440
|
/**
|
|
@@ -487,8 +453,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
487
453
|
* (a `RECT` element representing a single "bar"-type value).
|
|
488
454
|
* The function accepts default prepared DOM configuration
|
|
489
455
|
* in an argument which then can be processed and returned.
|
|
490
|
-
* ...
|
|
491
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarDOMConfig)
|
|
456
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarDOMConfig)
|
|
492
457
|
* @param {HistogramSeries} series The series being rendered
|
|
493
458
|
* @param {DomConfig} domConfig The rectangle DOM configuration object
|
|
494
459
|
* @param {ResourceAllocationInterval} datum The datum being rendered
|
|
@@ -499,8 +464,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
499
464
|
getBarDOMConfig ? : (series: HistogramSeries, domConfig: DomConfig, datum: ResourceAllocationInterval, index: number, renderData: ResourceHistogramRenderData) => object
|
|
500
465
|
/**
|
|
501
466
|
* A Function which returns the text to render inside a bar.
|
|
502
|
-
* ...
|
|
503
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarText)
|
|
467
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarText)
|
|
504
468
|
* @param {ResourceAllocationInterval} datum The datum being rendered
|
|
505
469
|
* @param {number} index The index of the datum being rendered
|
|
506
470
|
* @param {HistogramSeries} series The series (provided if histogram widget [singleTextForAllBars](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/graph/Histogram#config-singleTextForAllBars) is `false`)
|
|
@@ -510,8 +474,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
510
474
|
getBarText ? : (datum: ResourceAllocationInterval, index: number, series: HistogramSeries, renderData: ResourceHistogramRenderData) => string
|
|
511
475
|
/**
|
|
512
476
|
* A Function which returns a DOM configuration object for text elements.
|
|
513
|
-
* ...
|
|
514
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarTextDOMConfig)
|
|
477
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getBarTextDOMConfig)
|
|
515
478
|
* @param {DomConfig} domConfig The `TEXT` element DOM configuration object
|
|
516
479
|
* @param {ResourceAllocationInterval} datum The datum being rendered
|
|
517
480
|
* @param {number} index The index of the datum being rendered
|
|
@@ -524,12 +487,11 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
524
487
|
* Function that extracts a record histogram data entry for aggregating.
|
|
525
488
|
* By default it returns the entry as is. Override the function if you need a more complex way
|
|
526
489
|
* to retrieve the value for aggregating.
|
|
527
|
-
* ...
|
|
528
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getDataEntryForAggregating)
|
|
490
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getDataEntryForAggregating)
|
|
529
491
|
* @param {object} getDataEntryForAggregating.entry Current data entry.
|
|
530
492
|
* @returns {object} Entry to aggregate
|
|
531
493
|
*/
|
|
532
|
-
getDataEntryForAggregating ? : ((
|
|
494
|
+
getDataEntryForAggregating ? : (() => object)|string
|
|
533
495
|
/**
|
|
534
496
|
* A Function which returns a CSS class name to add to a path element
|
|
535
497
|
* built for an `outline` type series.
|
|
@@ -545,8 +507,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
545
507
|
* a `path` element built for an `outline` type series.
|
|
546
508
|
* The function accepts a default prepared DOM configuration
|
|
547
509
|
* in an argument which then can be processed and returned.
|
|
548
|
-
* ...
|
|
549
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getOutlineDOMConfig)
|
|
510
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getOutlineDOMConfig)
|
|
550
511
|
* @param {HistogramSeries} series The series being rendered
|
|
551
512
|
* @param {DomConfig} domConfig The `path` element DOM configuration object
|
|
552
513
|
* @param {object[]} data The series data
|
|
@@ -556,23 +517,21 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
556
517
|
getOutlineDOMConfig ? : (series: HistogramSeries, domConfig: DomConfig, data: object[], renderData: ResourceHistogramRenderData) => object
|
|
557
518
|
/**
|
|
558
519
|
* A function, or name of a function which builds histogram data for the provided record.
|
|
559
|
-
* ...
|
|
560
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getRecordData)
|
|
520
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getRecordData)
|
|
561
521
|
* @param {Core.data.Model} getRecordData.record Record to get histogram data for.
|
|
562
|
-
* @param {object} aggregationContext Context object passed in case the data is being retrieved as a part of some parent record data collecting.
|
|
522
|
+
* @param {object} [aggregationContext] Context object passed in case the data is being retrieved as a part of some parent record data collecting.
|
|
563
523
|
* @returns {object} Histogram data.
|
|
564
524
|
*/
|
|
565
|
-
getRecordData ? : ((
|
|
525
|
+
getRecordData ? : ((aggregationContext: object) => object)|string
|
|
566
526
|
/**
|
|
567
527
|
* A function called for each row to determine its height. It is passed a [record](https://bryntum.com/products/schedulerpro/docs/api/Core/data/Model) and
|
|
568
528
|
* expected to return the desired height of that records row. If the function returns a falsy value, Grids
|
|
569
529
|
* configured [rowHeight](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#config-rowHeight) is used.
|
|
570
|
-
* ...
|
|
571
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getRowHeight)
|
|
530
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-getRowHeight)
|
|
572
531
|
* @param {Core.data.Model} getRowHeight.record Record to determine row height for
|
|
573
532
|
* @returns {number} Desired row height
|
|
574
533
|
*/
|
|
575
|
-
getRowHeight ? : (
|
|
534
|
+
getRowHeight ? : () => number
|
|
576
535
|
/**
|
|
577
536
|
* When set to `true` (default) the component reacts on time axis changes
|
|
578
537
|
* (zooming or changing the displayed time span), clears the histogram data cache of the records
|
|
@@ -581,8 +540,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
581
540
|
hardRefreshOnTimeAxisReconfigure ? : Boolean
|
|
582
541
|
/**
|
|
583
542
|
* A config [object](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
|
|
584
|
-
* ...
|
|
585
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-header)
|
|
543
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-header)
|
|
586
544
|
*/
|
|
587
545
|
header ? : string|Boolean|PanelHeader
|
|
588
546
|
/**
|
|
@@ -609,8 +567,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
609
567
|
hideHorizontalScrollbar ? : Boolean
|
|
610
568
|
/**
|
|
611
569
|
* By default the row hover effect is not visible in the Scheduler part of the grid.
|
|
612
|
-
* ...
|
|
613
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-hideRowHover)
|
|
570
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-hideRowHover)
|
|
614
571
|
*/
|
|
615
572
|
hideRowHover ? : Boolean
|
|
616
573
|
/**
|
|
@@ -644,8 +601,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
644
601
|
ignoreDomEventsWhileScrolling ? : Boolean
|
|
645
602
|
/**
|
|
646
603
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
647
|
-
* ...
|
|
648
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ignoreParentReadOnly)
|
|
604
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ignoreParentReadOnly)
|
|
649
605
|
*/
|
|
650
606
|
ignoreParentReadOnly ? : Boolean
|
|
651
607
|
/**
|
|
@@ -655,14 +611,12 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
655
611
|
/**
|
|
656
612
|
* Set to `true` to automatically adjust the panel timespan during scrolling in the time dimension,
|
|
657
613
|
* when the scroller comes close to the start/end edges.
|
|
658
|
-
* ...
|
|
659
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-infiniteScroll)
|
|
614
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-infiniteScroll)
|
|
660
615
|
*/
|
|
661
616
|
infiniteScroll ? : Boolean
|
|
662
617
|
/**
|
|
663
618
|
* A function that initializes a target group record entry.
|
|
664
|
-
* ...
|
|
665
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-initAggregatedDataEntry)
|
|
619
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-initAggregatedDataEntry)
|
|
666
620
|
* @returns {object} Target aggregated entry
|
|
667
621
|
*/
|
|
668
622
|
initAggregatedDataEntry ? : (() => object)|string
|
|
@@ -670,8 +624,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
670
624
|
* Convenience setting to align input fields of child widgets. By default, the Field input element is
|
|
671
625
|
* placed immediately following the `label`. If you prefer to have all input fields aligned to the
|
|
672
626
|
* right, set this config to `'end'`.
|
|
673
|
-
* ...
|
|
674
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-inputFieldAlign)
|
|
627
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-inputFieldAlign)
|
|
675
628
|
*/
|
|
676
629
|
inputFieldAlign ? : 'start'|'end'
|
|
677
630
|
/**
|
|
@@ -688,14 +641,17 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
688
641
|
keyMap ? : Record<string, KeyMapConfig>
|
|
689
642
|
/**
|
|
690
643
|
* Convenience setting to use same label placement on all child widgets.
|
|
691
|
-
* ...
|
|
692
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-labelPosition)
|
|
644
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-labelPosition)
|
|
693
645
|
*/
|
|
694
646
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
647
|
+
/**
|
|
648
|
+
* Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
|
|
649
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-labelWidth)
|
|
650
|
+
*/
|
|
651
|
+
labelWidth ? : number|null
|
|
695
652
|
/**
|
|
696
653
|
* The listener set for this object.
|
|
697
|
-
* ...
|
|
698
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-listeners)
|
|
654
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-listeners)
|
|
699
655
|
*/
|
|
700
656
|
listeners ? : ResourceHistogramListeners
|
|
701
657
|
/**
|
|
@@ -708,15 +664,13 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
708
664
|
* when data is loading. The message and optional configuration from the
|
|
709
665
|
* [loadMask](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/LoadMaskable#config-loadMask) config take priority over these options, just as they do
|
|
710
666
|
* for `maskDefaults`, respectively.
|
|
711
|
-
* ...
|
|
712
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-loadMaskDefaults)
|
|
667
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-loadMaskDefaults)
|
|
713
668
|
*/
|
|
714
669
|
loadMaskDefaults ? : MaskConfig
|
|
715
670
|
/**
|
|
716
671
|
* A [Mask](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
|
|
717
672
|
* when an error occurs loading data.
|
|
718
|
-
* ...
|
|
719
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-loadMaskError)
|
|
673
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-loadMaskError)
|
|
720
674
|
*/
|
|
721
675
|
loadMaskError ? : MaskConfig|Mask|Boolean
|
|
722
676
|
/**
|
|
@@ -730,8 +684,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
730
684
|
/**
|
|
731
685
|
* When `true`, events are sized and positioned based on rowHeight, resourceMargin and barMargin settings.
|
|
732
686
|
* Set this to `false` if you want to control height and vertical position using CSS instead.
|
|
733
|
-
* ...
|
|
734
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-managedEventSizing)
|
|
687
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-managedEventSizing)
|
|
735
688
|
*/
|
|
736
689
|
managedEventSizing ? : Boolean
|
|
737
690
|
/**
|
|
@@ -762,8 +715,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
762
715
|
/**
|
|
763
716
|
* The maximum time axis unit to display non-working ranges for ('hour' or 'day' etc).
|
|
764
717
|
* When zooming to a view with a larger unit, no non-working time elements will be rendered.
|
|
765
|
-
* ...
|
|
766
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-maxTimeAxisUnit)
|
|
718
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-maxTimeAxisUnit)
|
|
767
719
|
*/
|
|
768
720
|
maxTimeAxisUnit ? : DurationUnit
|
|
769
721
|
/**
|
|
@@ -772,12 +724,10 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
772
724
|
*/
|
|
773
725
|
maxWidth ? : string|number
|
|
774
726
|
/**
|
|
775
|
-
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
776
|
-
* [
|
|
777
|
-
* for information. Unless you have modified the collection of available presets, the max zoom level is
|
|
778
|
-
* milliseconds.
|
|
727
|
+
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
728
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-maxZoomLevel)
|
|
779
729
|
*/
|
|
780
|
-
maxZoomLevel ? : number
|
|
730
|
+
maxZoomLevel ? : number|string
|
|
781
731
|
/**
|
|
782
732
|
* Get/set start date limit of the timeline.
|
|
783
733
|
* Actions such as timeline scrolling, all types of timeline zooms and shifts
|
|
@@ -787,8 +737,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
787
737
|
/**
|
|
788
738
|
* Grid's `min-height`. Defaults to `10em` to be sure that the Grid always has a height wherever it is
|
|
789
739
|
* inserted.
|
|
790
|
-
* ...
|
|
791
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-minHeight)
|
|
740
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-minHeight)
|
|
792
741
|
*/
|
|
793
742
|
minHeight ? : string|number
|
|
794
743
|
/**
|
|
@@ -797,9 +746,10 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
797
746
|
*/
|
|
798
747
|
minWidth ? : string|number
|
|
799
748
|
/**
|
|
800
|
-
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
749
|
+
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
750
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-minZoomLevel)
|
|
801
751
|
*/
|
|
802
|
-
minZoomLevel ? : number
|
|
752
|
+
minZoomLevel ? : number|string
|
|
803
753
|
/**
|
|
804
754
|
* Grid monitors window resize by default.
|
|
805
755
|
*/
|
|
@@ -807,21 +757,19 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
807
757
|
/**
|
|
808
758
|
* Partners this Timeline panel with another Timeline in order to sync their region sizes (sub-grids like locked, normal will get the same width),
|
|
809
759
|
* start and end dates, view preset, zoom level and scrolling position. All these values will be synced with the timeline defined as the `partner`.
|
|
810
|
-
* ...
|
|
811
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-partner)
|
|
760
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-partner)
|
|
812
761
|
*/
|
|
813
762
|
partner ? : TimelineBase|string
|
|
814
763
|
/**
|
|
815
764
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
816
765
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
817
|
-
* ...
|
|
818
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-passStartEndParameters)
|
|
766
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-passStartEndParameters)
|
|
819
767
|
*/
|
|
820
768
|
passStartEndParameters ? : Boolean
|
|
821
769
|
/**
|
|
822
770
|
* Specify plugins (an array of classes) in config
|
|
823
771
|
*/
|
|
824
|
-
plugins ? :
|
|
772
|
+
plugins ? : InstancePlugin[]|InstancePlugin
|
|
825
773
|
/**
|
|
826
774
|
* True to preserve focused cell after loading new data
|
|
827
775
|
*/
|
|
@@ -837,10 +785,9 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
837
785
|
*/
|
|
838
786
|
preserveScrollOnDatasetChange ? : Boolean
|
|
839
787
|
/**
|
|
840
|
-
* An array of [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) config objects
|
|
841
|
-
*
|
|
842
|
-
* ...
|
|
843
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-presets)
|
|
788
|
+
* An array of [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) config objects which describes the available timeline layouts
|
|
789
|
+
* for this scheduler.
|
|
790
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-presets)
|
|
844
791
|
*/
|
|
845
792
|
presets ? : ViewPresetConfig[]
|
|
846
793
|
/**
|
|
@@ -851,43 +798,50 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
851
798
|
/**
|
|
852
799
|
* A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/ProjectModel) instance or a config object. The project holds all Scheduler data.
|
|
853
800
|
* Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
|
|
854
|
-
* ...
|
|
855
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-project)
|
|
801
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-project)
|
|
856
802
|
*/
|
|
857
803
|
project ? : ProjectModel|ProjectModelConfig|object
|
|
804
|
+
/**
|
|
805
|
+
* The project model class to use when creating the project instance. Override this to use a custom project
|
|
806
|
+
* model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
|
|
807
|
+
*/
|
|
808
|
+
projectModelClass ? : typeof ProjectModel
|
|
858
809
|
/**
|
|
859
810
|
* Set to `true` to make the grid read-only, by disabling any UIs for modifying data.
|
|
860
|
-
* ...
|
|
861
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-readOnly)
|
|
811
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-readOnly)
|
|
862
812
|
*/
|
|
863
813
|
readOnly ? : Boolean
|
|
864
814
|
/**
|
|
865
815
|
* The confirmation dialog shown when a recurring event is edited.
|
|
866
|
-
* ...
|
|
867
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-recurrenceConfirmationPopup)
|
|
816
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-recurrenceConfirmationPopup)
|
|
868
817
|
*/
|
|
869
|
-
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
818
|
+
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
870
819
|
relayStoreEvents ? : Boolean
|
|
871
820
|
/**
|
|
872
821
|
* Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
|
|
873
822
|
* `type`.
|
|
874
|
-
* ...
|
|
875
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rendition)
|
|
823
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rendition)
|
|
876
824
|
*/
|
|
877
825
|
rendition ? : string|Record<string, string>|null
|
|
878
826
|
/**
|
|
879
827
|
* Configure this property to allow the widget/component to be resized. Pressing <kbd>Shift</kbd> while resizing will
|
|
880
828
|
* constrain the aspect ratio.
|
|
881
|
-
* ...
|
|
882
|
-
* [
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
829
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resizable)
|
|
830
|
+
* @property {number} [resizable.minWidth] The minimum width of the element.
|
|
831
|
+
* @property {number} [resizable.maxWidth] The maximum width of the element.
|
|
832
|
+
* @property {number} [resizable.minHeight] The minimum height of the element.
|
|
833
|
+
* @property {number} [resizable.maxHeight] The maximum height of the element
|
|
834
|
+
* @property {object} [resizable.handles] An object controlling which edges/corners are resizable.
|
|
835
|
+
* @property {boolean} [resizable.handles.topStart] Resizable from top-start corner
|
|
836
|
+
* @property {boolean} [resizable.handles.top] Resizable from top edge
|
|
837
|
+
* @property {boolean} [resizable.handles.topEnd] Resizable from top-end corner
|
|
838
|
+
* @property {boolean} [resizable.handles.end] Resizable from end edge
|
|
839
|
+
* @property {boolean} [resizable.handles.bottomEnd] Resizable from bottom-end corner
|
|
840
|
+
* @property {boolean} [resizable.handles.bottom] Resizable from bottom edge
|
|
841
|
+
* @property {boolean} [resizable.handles.bottomStart] Resizable from bottom-start corner
|
|
842
|
+
* @property {boolean} [resizable.handles.start] Resizable from start edge
|
|
843
|
+
*/
|
|
844
|
+
resizable ? : Boolean|{ minWidth?: number, maxWidth?: number, minHeight?: number, maxHeight?: number, handles?: { topStart?: Boolean, top?: Boolean, topEnd?: Boolean, end?: Boolean, bottomEnd?: Boolean, bottom?: Boolean, bottomStart?: Boolean, start?: Boolean } }
|
|
891
845
|
/**
|
|
892
846
|
* Set to `false` to only measure cell contents when double-clicking the edge between column headers.
|
|
893
847
|
*/
|
|
@@ -900,33 +854,28 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
900
854
|
* Path to load resource images from. Used by the resource header in vertical mode and the
|
|
901
855
|
* [ResourceInfoColumn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/column/ResourceInfoColumn) in horizontal mode. Set this to display miniature
|
|
902
856
|
* images for each resource using their `image` or `imageUrl` fields.
|
|
903
|
-
* ...
|
|
904
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceImagePath)
|
|
857
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceImagePath)
|
|
905
858
|
*/
|
|
906
859
|
resourceImagePath ? : string
|
|
907
860
|
/**
|
|
908
861
|
* Convenience config to set both [resourceImagePath](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerResourceRendering#config-resourceImagePath) and [resourceImageExtension](#Scheduler/view/mixin/SchedulerResourceRendering#config-resourceImageExtension).
|
|
909
|
-
* ...
|
|
910
|
-
*
|
|
862
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceImages)
|
|
863
|
+
* @property {string} path Path to load resource images from
|
|
864
|
+
* @property {string} extension Resource image extension
|
|
911
865
|
*/
|
|
912
|
-
resourceImages ? :
|
|
913
|
-
path?: string
|
|
914
|
-
extension?: string
|
|
915
|
-
}
|
|
866
|
+
resourceImages ? : object
|
|
916
867
|
/**
|
|
917
868
|
* Control how much space to leave between the first event/last event and the resources edge (top/bottom
|
|
918
869
|
* margin within the resource row in horizontal mode, left/right margin within the resource column in
|
|
919
870
|
* vertical mode), in px. Defaults to the value of [barMargin](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/Scheduler#config-barMargin).
|
|
920
|
-
* ...
|
|
921
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceMargin)
|
|
871
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceMargin)
|
|
922
872
|
*/
|
|
923
873
|
resourceMargin ? : number|ResourceMarginConfig
|
|
924
874
|
/**
|
|
925
875
|
* An empty function by default, but provided so that you can override it. This function is called each time
|
|
926
876
|
* a resource time range is rendered into the schedule. It's called with `resourceTimeRangeRecord`, `resourceRecord`,
|
|
927
877
|
* and `renderData` params.
|
|
928
|
-
* ...
|
|
929
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceTimeRangeRenderer)
|
|
878
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-resourceTimeRangeRenderer)
|
|
930
879
|
* @param {object} detail An object containing the information needed to render a ResourceTimeRangeModel.
|
|
931
880
|
* @param {Scheduler.model.ResourceTimeRangeModel} detail.resourceTimeRangeRecord The resource time range record.
|
|
932
881
|
* @param {Scheduler.model.SchedulerResourceModel} detail.resourceRecord The resource record.
|
|
@@ -945,29 +894,31 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
945
894
|
resourceTimeRangeStore ? : ResourceTimeRangeStore|ResourceTimeRangeStoreConfig
|
|
946
895
|
/**
|
|
947
896
|
* Set to `true` to take task and assignment store filters into account when collecting allocation.
|
|
948
|
-
* ...
|
|
949
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-respectStoreFilters)
|
|
897
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-respectStoreFilters)
|
|
950
898
|
*/
|
|
951
899
|
respectStoreFilters ? : Boolean
|
|
952
900
|
/**
|
|
953
901
|
* "Break points" for which responsive config to use for columns and css.
|
|
954
|
-
* ...
|
|
955
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-responsiveLevels)
|
|
902
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-responsiveLevels)
|
|
956
903
|
*/
|
|
957
904
|
responsiveLevels ? : Record<string, number|string|ResponsiveLevelConfig>
|
|
958
905
|
/**
|
|
959
906
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
960
907
|
* [focusElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
961
908
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
962
|
-
* ...
|
|
963
|
-
* [
|
|
909
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ripple)
|
|
910
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
911
|
+
* @property {string} [color] A CSS color name or specification.
|
|
912
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
913
|
+
* @property {string} [clip] A string which describes how to clip the ripple if it is not to be clipped to the default element. Either the property of the widget to use as the clipping element, or a selector to allow clipping to the closest matching ancestor to the target element.
|
|
964
914
|
*/
|
|
965
|
-
ripple ? : Boolean|
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
915
|
+
ripple ? : Boolean|object
|
|
916
|
+
/**
|
|
917
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
918
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
919
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-role)
|
|
920
|
+
*/
|
|
921
|
+
role ? : string
|
|
971
922
|
/**
|
|
972
923
|
* If you are rendering this widget to a shadow root inside a web component, set this config to the shadowRoot. If not inside a web component, set it to `document.body`
|
|
973
924
|
*/
|
|
@@ -976,8 +927,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
976
927
|
* Row height in pixels. This allows the default height for rows to be controlled. Note that it may be
|
|
977
928
|
* overridden by specifying a [rowHeight](https://bryntum.com/products/schedulerpro/docs/api/Grid/data/GridRowModel#field-rowHeight) on a per record basis, or from
|
|
978
929
|
* a column [renderer](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-renderer).
|
|
979
|
-
* ...
|
|
980
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rowHeight)
|
|
930
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rowHeight)
|
|
981
931
|
*/
|
|
982
932
|
rowHeight ? : number
|
|
983
933
|
/**
|
|
@@ -986,29 +936,25 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
986
936
|
rowLines ? : Boolean
|
|
987
937
|
/**
|
|
988
938
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
989
|
-
* ...
|
|
990
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rtl)
|
|
939
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-rtl)
|
|
991
940
|
*/
|
|
992
941
|
rtl ? : Boolean
|
|
993
942
|
/**
|
|
994
943
|
* An object with configuration for the [ScaleColumn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/column/ScaleColumn).
|
|
995
|
-
* ...
|
|
996
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scaleColumn)
|
|
944
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scaleColumn)
|
|
997
945
|
*/
|
|
998
946
|
scaleColumn ? : ScaleColumnConfig
|
|
999
947
|
/**
|
|
1000
948
|
* Array of objects representing the [scale column](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineHistogramScaleColumn#config-scaleColumn) scale points.
|
|
1001
949
|
* The config basically is a mapping to the column [scalePoints](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/column/ScaleColumn#config-scalePoints)
|
|
1002
950
|
* config.
|
|
1003
|
-
* ...
|
|
1004
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scalePoints)
|
|
951
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scalePoints)
|
|
1005
952
|
*/
|
|
1006
953
|
scalePoints ? : ScalePoint[]
|
|
1007
954
|
/**
|
|
1008
955
|
* Configures whether the grid is scrollable in the `Y` axis. This is used to configure a [Scroller](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/util/Scroller).
|
|
1009
956
|
* See the [scrollerClass](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#config-scrollerClass) config option.
|
|
1010
|
-
* ...
|
|
1011
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scrollable)
|
|
957
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-scrollable)
|
|
1012
958
|
*/
|
|
1013
959
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
1014
960
|
/**
|
|
@@ -1023,16 +969,14 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1023
969
|
/**
|
|
1024
970
|
* Selection configuration settings, change these properties to control how selection works and what can be
|
|
1025
971
|
* selected.
|
|
1026
|
-
* ...
|
|
1027
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-selectionMode)
|
|
972
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-selectionMode)
|
|
1028
973
|
*/
|
|
1029
974
|
selectionMode ? : GridSelectionMode
|
|
1030
975
|
/**
|
|
1031
976
|
* Object enumerating data series for the histogram.
|
|
1032
977
|
* The object keys are treated as the series identifiers and values are objects that
|
|
1033
978
|
* must contain two properties:
|
|
1034
|
-
* ...
|
|
1035
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-series)
|
|
979
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-series)
|
|
1036
980
|
*/
|
|
1037
981
|
series ? : Record<string, HistogramSeries>
|
|
1038
982
|
/**
|
|
@@ -1056,13 +1000,11 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1056
1000
|
/**
|
|
1057
1001
|
* Configure as `true` to have the grid show a red "changed" tag in cells whose
|
|
1058
1002
|
* field value has changed and not yet been committed.
|
|
1059
|
-
* ...
|
|
1060
|
-
*
|
|
1003
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-showDirty)
|
|
1004
|
+
* @property {boolean} showDirty.duringEdit Set to `true` to show the red tag while editing a cell
|
|
1005
|
+
* @property {boolean} showDirty.newRecord Set to `true` to show the red tag for all the cells of the new record
|
|
1061
1006
|
*/
|
|
1062
|
-
showDirty ? : Boolean|{
|
|
1063
|
-
duringEdit?: Boolean
|
|
1064
|
-
newRecord?: Boolean
|
|
1065
|
-
}
|
|
1007
|
+
showDirty ? : Boolean|{ duringEdit: Boolean, newRecord: Boolean }
|
|
1066
1008
|
/**
|
|
1067
1009
|
* Specifies whether effort values should display units or not.
|
|
1068
1010
|
*/
|
|
@@ -1071,17 +1013,25 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1071
1013
|
* Set to `true` if you want to display the maximum resource allocation line.
|
|
1072
1014
|
*/
|
|
1073
1015
|
showMaxEffort ? : Boolean
|
|
1016
|
+
/**
|
|
1017
|
+
* When `true`, all zoom operations ([zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn),
|
|
1018
|
+
* [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut),
|
|
1019
|
+
* [zoomInFull](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomInFull),
|
|
1020
|
+
* [zoomOutFull](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOutFull)) will use the smooth zoom system instead
|
|
1021
|
+
* of jumping between discrete preset levels. This provides finer-grained control over zoom levels by
|
|
1022
|
+
* interpolating tick sizes between presets.
|
|
1023
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-smoothZoom)
|
|
1024
|
+
*/
|
|
1025
|
+
smoothZoom ? : Boolean
|
|
1074
1026
|
/**
|
|
1075
1027
|
* Set to `true` to snap to the current time resolution increment while interacting with scheduled events.
|
|
1076
|
-
* ...
|
|
1077
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-snap)
|
|
1028
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-snap)
|
|
1078
1029
|
*/
|
|
1079
1030
|
snap ? : Boolean
|
|
1080
1031
|
/**
|
|
1081
1032
|
* Affects drag drop and resizing of events when [snap](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineDateMapper#config-snap)
|
|
1082
1033
|
* is enabled.
|
|
1083
|
-
* ...
|
|
1084
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-snapRelativeToEventStartDate)
|
|
1034
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-snapRelativeToEventStartDate)
|
|
1085
1035
|
*/
|
|
1086
1036
|
snapRelativeToEventStartDate ? : Boolean
|
|
1087
1037
|
/**
|
|
@@ -1090,8 +1040,7 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1090
1040
|
span ? : number
|
|
1091
1041
|
/**
|
|
1092
1042
|
* The start date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
1093
|
-
* ...
|
|
1094
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-startDate)
|
|
1043
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-startDate)
|
|
1095
1044
|
*/
|
|
1096
1045
|
startDate ? : Date|string
|
|
1097
1046
|
/**
|
|
@@ -1100,40 +1049,34 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1100
1049
|
startParamName ? : string
|
|
1101
1050
|
/**
|
|
1102
1051
|
* This value can be one of the following:
|
|
1103
|
-
* ...
|
|
1104
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateful)
|
|
1052
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateful)
|
|
1105
1053
|
*/
|
|
1106
1054
|
stateful ? : Boolean|object|string[]
|
|
1107
1055
|
/**
|
|
1108
1056
|
* The events that, when fired by this component, should trigger it to save its state by calling
|
|
1109
1057
|
* [saveState](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/State#function-saveState).
|
|
1110
|
-
* ...
|
|
1111
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-statefulEvents)
|
|
1058
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-statefulEvents)
|
|
1112
1059
|
*/
|
|
1113
1060
|
statefulEvents ? : object|string[]
|
|
1114
1061
|
/**
|
|
1115
1062
|
* The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/State#config-stateProvider). If this config is
|
|
1116
1063
|
* not assigned, and [stateful](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
|
|
1117
1064
|
* (if explicitly specified) will be used as the `stateId`.
|
|
1118
|
-
* ...
|
|
1119
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateId)
|
|
1065
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateId)
|
|
1120
1066
|
*/
|
|
1121
1067
|
stateId ? : string
|
|
1122
1068
|
/**
|
|
1123
1069
|
* The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/State#property-state). By default, `state`
|
|
1124
1070
|
* will be saved using the [default state provider](https://bryntum.com/products/schedulerpro/docs/api/Core/state/StateProvider#property-instance-static).
|
|
1125
|
-
* ...
|
|
1126
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateProvider)
|
|
1071
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateProvider)
|
|
1127
1072
|
*/
|
|
1128
1073
|
stateProvider ? : StateProvider
|
|
1129
1074
|
/**
|
|
1130
1075
|
* The properties of this settings object controls how grid is restored from state data.
|
|
1131
|
-
* ...
|
|
1132
|
-
* [
|
|
1076
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-stateSettings)
|
|
1077
|
+
* @property {boolean} [restoreUnconfiguredColumns] Determines whether to restore columns from the state that are not explicitly defined in the grid configuration.
|
|
1133
1078
|
*/
|
|
1134
|
-
stateSettings ? :
|
|
1135
|
-
restoreUnconfiguredColumns?: Boolean
|
|
1136
|
-
}
|
|
1079
|
+
stateSettings ? : object
|
|
1137
1080
|
/**
|
|
1138
1081
|
* When set, the text in the major time axis header sticks in the scrolling viewport as long as possible.
|
|
1139
1082
|
*/
|
|
@@ -1141,24 +1084,21 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1141
1084
|
/**
|
|
1142
1085
|
* Store that holds records to display in the grid, or a store config object. If the configuration contains
|
|
1143
1086
|
* a `readUrl`, an `AjaxStore` will be created.
|
|
1144
|
-
* ...
|
|
1145
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-store)
|
|
1087
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-store)
|
|
1146
1088
|
*/
|
|
1147
1089
|
store ? : Store|StoreConfig|AjaxStore|AjaxStoreConfig
|
|
1148
1090
|
/**
|
|
1149
1091
|
* An object containing widgets keyed by name. By default (when no `type` is given), strips are
|
|
1150
1092
|
* [toolbars](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
|
|
1151
1093
|
* the toolbar's [items](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#config-items).
|
|
1152
|
-
* ...
|
|
1153
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-strips)
|
|
1094
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-strips)
|
|
1154
1095
|
*/
|
|
1155
1096
|
strips ? : Record<string, SchedulerProContainerItemConfig>
|
|
1156
1097
|
/**
|
|
1157
1098
|
* An object containing sub grid configuration objects keyed by a `region` property.
|
|
1158
1099
|
* By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
|
|
1159
1100
|
* The 'normal' region defaults to use `flex: 1`.
|
|
1160
|
-
* ...
|
|
1161
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-subGridConfigs)
|
|
1101
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-subGridConfigs)
|
|
1162
1102
|
*/
|
|
1163
1103
|
subGridConfigs ? : Record<string, SubGridConfig>
|
|
1164
1104
|
/**
|
|
@@ -1169,37 +1109,32 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1169
1109
|
/**
|
|
1170
1110
|
* A [Mask](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Mask) config object, or a message to be shown when Crud Manager
|
|
1171
1111
|
* is persisting changes on the server. Set to `null` to disable default sync mask.
|
|
1172
|
-
* ...
|
|
1173
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-syncMask)
|
|
1112
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-syncMask)
|
|
1174
1113
|
*/
|
|
1175
1114
|
syncMask ? : string|MaskConfig|null
|
|
1176
1115
|
/**
|
|
1177
1116
|
* A configuration for the [tab](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
1178
1117
|
* [TabPanel](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
1179
1118
|
* this widget:
|
|
1180
|
-
* ...
|
|
1181
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tab)
|
|
1119
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tab)
|
|
1182
1120
|
*/
|
|
1183
1121
|
tab ? : Boolean|TabConfig
|
|
1184
1122
|
/**
|
|
1185
1123
|
* When this container is used as a tab in a TabPanel, these items are added to the
|
|
1186
1124
|
* [TabBar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/TabBar) when this container is the active tab.
|
|
1187
|
-
* ...
|
|
1188
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tabBarItems)
|
|
1125
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tabBarItems)
|
|
1189
1126
|
*/
|
|
1190
1127
|
tabBarItems ? : ToolbarItems[]|Widget[]
|
|
1191
1128
|
/**
|
|
1192
1129
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar),
|
|
1193
1130
|
* or array of config objects representing the child items of a Toolbar.
|
|
1194
1131
|
* This creates a toolbar docked to the top of the panel immediately below the header.
|
|
1195
|
-
* ...
|
|
1196
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tbar)
|
|
1132
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tbar)
|
|
1197
1133
|
*/
|
|
1198
1134
|
tbar ? : (SchedulerProContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
1199
1135
|
/**
|
|
1200
1136
|
* The width/height (depending on vertical / horizontal mode) of all the time columns.
|
|
1201
|
-
* ...
|
|
1202
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tickSize)
|
|
1137
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tickSize)
|
|
1203
1138
|
*/
|
|
1204
1139
|
tickSize ? : number
|
|
1205
1140
|
/**
|
|
@@ -1220,41 +1155,33 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1220
1155
|
/**
|
|
1221
1156
|
* Gets/sets the current time resolution object, which contains a unit identifier and an increment count
|
|
1222
1157
|
* `{ unit, increment }`. This value means minimal task duration you can create using UI.
|
|
1223
|
-
* ...
|
|
1224
|
-
*
|
|
1158
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-timeResolution)
|
|
1159
|
+
* @property {number} increment The increment in the specified unit
|
|
1160
|
+
* @property {DurationUnit} unit The time resolution unit
|
|
1225
1161
|
*/
|
|
1226
|
-
timeResolution ? :
|
|
1227
|
-
increment?: number
|
|
1228
|
-
unit?: DurationUnit
|
|
1229
|
-
}|number
|
|
1162
|
+
timeResolution ? : object|number
|
|
1230
1163
|
/**
|
|
1231
1164
|
* A title to display in the header or owning TabPanel. Causes creation and docking of a header
|
|
1232
1165
|
* to the top if no header is configured.
|
|
1233
|
-
* ...
|
|
1234
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-title)
|
|
1166
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-title)
|
|
1235
1167
|
*/
|
|
1236
1168
|
title ? : string
|
|
1237
1169
|
/**
|
|
1238
1170
|
* The [tools](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
|
|
1239
1171
|
* property name is the reference by which an instantiated tool may be retrieved from the live
|
|
1240
1172
|
* `[tools](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
|
|
1241
|
-
* ...
|
|
1242
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tools)
|
|
1173
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-tools)
|
|
1243
1174
|
*/
|
|
1244
1175
|
tools ? : Record<string, ToolConfig>|null
|
|
1245
1176
|
/**
|
|
1246
1177
|
* Configure UI transitions for various actions in the grid.
|
|
1178
|
+
* @property {boolean} insertRecord Transition row insertions
|
|
1179
|
+
* @property {boolean} removeRecord Transition row removals
|
|
1180
|
+
* @property {boolean} barChange Transition data changes that lead to bars being updated
|
|
1181
|
+
* @property {boolean} toggleTreeNode Transition tree node expand/collapse
|
|
1182
|
+
* @property {boolean} toggleGroup Transition group expand/collapse
|
|
1247
1183
|
*/
|
|
1248
|
-
transition ? :
|
|
1249
|
-
insertRecord?: Boolean
|
|
1250
|
-
removeRecord?: Boolean
|
|
1251
|
-
toggleColumn?: Boolean
|
|
1252
|
-
expandCollapseColumn?: Boolean
|
|
1253
|
-
toggleRegion?: Boolean
|
|
1254
|
-
toggleTreeNode?: Boolean
|
|
1255
|
-
toggleGroup?: Boolean
|
|
1256
|
-
filterRemoval?: Boolean
|
|
1257
|
-
}
|
|
1184
|
+
transition ? : object
|
|
1258
1185
|
/**
|
|
1259
1186
|
* Animation transition duration in milliseconds.
|
|
1260
1187
|
*/
|
|
@@ -1264,22 +1191,19 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1264
1191
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
1265
1192
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
1266
1193
|
* values are used as the class names.
|
|
1267
|
-
* ...
|
|
1268
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ui)
|
|
1194
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-ui)
|
|
1269
1195
|
*/
|
|
1270
1196
|
ui ? : 'plain'|'toolbar'|string|object
|
|
1271
1197
|
/**
|
|
1272
|
-
* A string key used to
|
|
1273
|
-
* managed by [PresetManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/PresetManager). See [PresetManager](#Scheduler/preset/PresetManager)
|
|
1274
|
-
* Or a config object for a viewPreset.
|
|
1275
|
-
* ...
|
|
1276
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-viewPreset)
|
|
1198
|
+
* A string key used to look up a predefined [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) (e.g. 'weekAndDay',
|
|
1199
|
+
* 'hourAndDay'), managed by [PresetManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/PresetManager). See [PresetManager](#Scheduler/preset/PresetManager)
|
|
1200
|
+
* for more information. Or a config object for a viewPreset.
|
|
1201
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-viewPreset)
|
|
1277
1202
|
*/
|
|
1278
1203
|
viewPreset ? : string|ViewPresetConfig
|
|
1279
1204
|
/**
|
|
1280
1205
|
* A date to bring into view initially on the scrollable timeline.
|
|
1281
|
-
* ...
|
|
1282
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-visibleDate)
|
|
1206
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-visibleDate)
|
|
1283
1207
|
*/
|
|
1284
1208
|
visibleDate ? : Date|VisibleDate
|
|
1285
1209
|
/**
|
|
@@ -1307,15 +1231,19 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1307
1231
|
/**
|
|
1308
1232
|
* An object with format `{ fromDay, toDay, fromHour, toHour }` that describes the working days and hours.
|
|
1309
1233
|
* This object will be used to populate TimeAxis [include](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/TimeAxis#config-include) property.
|
|
1310
|
-
* ...
|
|
1311
|
-
*
|
|
1234
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-workingTime)
|
|
1235
|
+
* @property {number} workingTime.fromDay Day index 0-6 (0 is Sunday)
|
|
1236
|
+
* @property {number} workingTime.toDay Day index 0-6 (0 is Sunday)
|
|
1237
|
+
* @property {number} workingTime.fromHour 0-23
|
|
1238
|
+
* @property {number} workingTime.toHour 0-23
|
|
1239
|
+
*/
|
|
1240
|
+
workingTime ? : { fromDay: number, toDay: number, fromHour: number, toHour: number }
|
|
1241
|
+
/**
|
|
1242
|
+
* Factor multiplied with wheel delta to calculate smooth zoom level changes when zooming with mouse wheel or
|
|
1243
|
+
* trackpad pinch gestures. A higher value means faster zooming.
|
|
1244
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-zoomFactor)
|
|
1312
1245
|
*/
|
|
1313
|
-
|
|
1314
|
-
fromDay?: number
|
|
1315
|
-
toDay?: number
|
|
1316
|
-
fromHour?: number
|
|
1317
|
-
toHour?: number
|
|
1318
|
-
}
|
|
1246
|
+
zoomFactor ? : number
|
|
1319
1247
|
/**
|
|
1320
1248
|
* Whether the originally rendered timespan should be preserved while zooming. By default, it is set to `false`,
|
|
1321
1249
|
* meaning the timeline panel will adjust the currently rendered timespan to limit the amount of HTML content to
|
|
@@ -1325,11 +1253,11 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1325
1253
|
*/
|
|
1326
1254
|
zoomKeepsOriginalTimespan ? : Boolean
|
|
1327
1255
|
/**
|
|
1328
|
-
* If true
|
|
1256
|
+
* If `true`, you can zoom in and out on the time axis using <kbd>CTRL</kbd> + mouse wheel.
|
|
1329
1257
|
*/
|
|
1330
1258
|
zoomOnMouseWheel ? : Boolean
|
|
1331
1259
|
/**
|
|
1332
|
-
*
|
|
1260
|
+
* If `true`, you can zoom to a time span by double-clicking a time axis cell.
|
|
1333
1261
|
*/
|
|
1334
1262
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1335
1263
|
|
|
@@ -1339,135 +1267,126 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1339
1267
|
* agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
|
|
1340
1268
|
* ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
|
|
1341
1269
|
* also perform data manipulation operations such as adding, updating, deleting records.
|
|
1342
|
-
* ...
|
|
1343
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/AI)
|
|
1270
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/AI)
|
|
1344
1271
|
*/
|
|
1345
1272
|
aiFeature ? : object|Boolean|string|GridAI|GridAIConfig
|
|
1346
1273
|
/**
|
|
1347
1274
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1348
|
-
* ...
|
|
1349
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ai/AIFilter)
|
|
1275
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ai/AIFilter)
|
|
1350
1276
|
*/
|
|
1351
1277
|
aiFilterFeature ? : object|Boolean|string|AIFilter|AIFilterConfig
|
|
1352
1278
|
/**
|
|
1353
1279
|
* Allows using `[Ctrl/CMD + C]`, `[Ctrl/CMD + X]` and `[Ctrl/CMD + V]` to cut, copy and paste cell or cell ranges. Also
|
|
1354
1280
|
* makes cut, copy and paste actions available via the cell context menu.
|
|
1355
|
-
* ...
|
|
1356
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellCopyPaste)
|
|
1281
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellCopyPaste)
|
|
1357
1282
|
*/
|
|
1358
1283
|
cellCopyPasteFeature ? : object|Boolean|string|CellCopyPaste|CellCopyPasteConfig
|
|
1359
1284
|
/**
|
|
1360
|
-
* Extends the Grid's [CellEdit](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellEdit) feature to
|
|
1361
|
-
*
|
|
1362
|
-
*
|
|
1285
|
+
* Extends the Grid's [CellEdit](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellEdit) feature to integrate with the Scheduler Pro scheduling engine.
|
|
1286
|
+
* It wraps cell edit operations in project transactions, ensuring that all changes to scheduling-related fields
|
|
1287
|
+
* (such as start date, duration, or effort) are processed atomically through the scheduling engine and can be
|
|
1288
|
+
* cleanly committed or reverted. This feature also coordinates with other transactional features to prevent
|
|
1289
|
+
* conflicting edits from occurring simultaneously.
|
|
1290
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/CellEdit)
|
|
1363
1291
|
*/
|
|
1364
1292
|
cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
|
|
1365
1293
|
/**
|
|
1366
1294
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
1367
1295
|
* <kbd>Space</kbd> key when the cell is focused.
|
|
1368
|
-
* ...
|
|
1369
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellMenu)
|
|
1296
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellMenu)
|
|
1370
1297
|
*/
|
|
1371
1298
|
cellMenuFeature ? : object|Boolean|string|CellMenu|CellMenuConfig
|
|
1372
1299
|
/**
|
|
1373
1300
|
* Displays a tooltip when hovering cells.
|
|
1374
|
-
* ...
|
|
1375
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellTooltip)
|
|
1301
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellTooltip)
|
|
1376
1302
|
*/
|
|
1377
1303
|
cellTooltipFeature ? : object|Boolean|string|CellTooltip|CellTooltipConfig
|
|
1378
1304
|
/**
|
|
1379
1305
|
* Adds interactive charting to a Grid. [Charts](https://bryntum.com/products/schedulerpro/docs/api/Chart/widget/Chart) can be created from a selection of Grid data
|
|
1380
1306
|
* and updated in realtime as data changes. Supports many common chart types with extensive styling and customization
|
|
1381
1307
|
* options.
|
|
1382
|
-
* ...
|
|
1383
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Charts)
|
|
1308
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Charts)
|
|
1384
1309
|
*/
|
|
1385
1310
|
chartsFeature ? : object|Boolean|string|Charts|ChartsConfig
|
|
1386
1311
|
/**
|
|
1387
|
-
* Enables the [autoWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns.
|
|
1388
|
-
*
|
|
1389
|
-
*
|
|
1312
|
+
* Enables the [autoWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns. When a column
|
|
1313
|
+
* has `autoWidth` set, this feature measures the rendered content of all visible cells in that column
|
|
1314
|
+
* and adjusts the column width to fit. The measurement is triggered automatically when data changes
|
|
1315
|
+
* or rows are rendered.
|
|
1316
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnAutoWidth)
|
|
1390
1317
|
*/
|
|
1391
1318
|
columnAutoWidthFeature ? : object|Boolean|string|ColumnAutoWidth|ColumnAutoWidthConfig
|
|
1392
1319
|
/**
|
|
1393
1320
|
* Displays a toolbar while dragging column headers. Drop on a button in the toolbar to activate a certain function,
|
|
1394
1321
|
* for example to group by that column. This feature simplifies certain operations on touch devices.
|
|
1395
|
-
* ...
|
|
1396
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1322
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1397
1323
|
*/
|
|
1398
1324
|
columnDragToolbarFeature ? : object|Boolean|string|ColumnDragToolbar|ColumnDragToolbarConfig
|
|
1399
1325
|
/**
|
|
1400
1326
|
* Displays column lines for ticks, with a different styling for major ticks (by default they are darker). If this
|
|
1401
1327
|
* feature is disabled, no lines are shown. If it's enabled, line are shown for the tick level which is set in current
|
|
1402
1328
|
* ViewPreset. Please see [columnLinesFor](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset#field-columnLinesFor) config for details.
|
|
1403
|
-
* ...
|
|
1404
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ColumnLines)
|
|
1329
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ColumnLines)
|
|
1405
1330
|
*/
|
|
1406
1331
|
columnLinesFeature ? : object|Boolean|string|ColumnLines|ColumnLinesConfig
|
|
1407
1332
|
/**
|
|
1408
1333
|
* Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus
|
|
1409
1334
|
* by region or tag. Grouped headers are displayed as menu hierarchies.
|
|
1410
|
-
* ...
|
|
1411
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnPicker)
|
|
1335
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnPicker)
|
|
1412
1336
|
*/
|
|
1413
1337
|
columnPickerFeature ? : object|Boolean|string|ColumnPicker|ColumnPickerConfig
|
|
1414
1338
|
/**
|
|
1415
1339
|
* Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header
|
|
1416
1340
|
* is focused.
|
|
1417
|
-
* ...
|
|
1418
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnRename)
|
|
1341
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnRename)
|
|
1419
1342
|
*/
|
|
1420
1343
|
columnRenameFeature ? : object|Boolean|string|ColumnRename|ColumnRenameConfig
|
|
1421
1344
|
/**
|
|
1422
|
-
* Allows user to reorder columns by dragging headers.
|
|
1423
|
-
*
|
|
1424
|
-
*
|
|
1425
|
-
* [
|
|
1345
|
+
* Allows user to reorder columns by dragging headers. Click and drag a column header to move it to a new position.
|
|
1346
|
+
* Visual feedback shows the drop target while dragging. To get notified about column reorder, listen to the
|
|
1347
|
+
* `change` event on the [columns](https://bryntum.com/products/schedulerpro/docs/api/Grid/data/ColumnStore) store.
|
|
1348
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnReorder)
|
|
1426
1349
|
*/
|
|
1427
1350
|
columnReorderFeature ? : object|Boolean|string|ColumnReorder|ColumnReorderConfig
|
|
1428
1351
|
/**
|
|
1429
|
-
* Enables user to resize columns by dragging a handle on the right hand side of the header.
|
|
1430
|
-
*
|
|
1431
|
-
*
|
|
1432
|
-
* [
|
|
1352
|
+
* Enables user to resize columns by dragging a handle on the right hand side of the header. A drag handle
|
|
1353
|
+
* appears when hovering near the right edge of a column header. Dragging it adjusts the column width, respecting
|
|
1354
|
+
* any [minWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-minWidth) or [maxWidth](#Grid/column/Column#config-maxWidth) constraints.
|
|
1355
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnResize)
|
|
1433
1356
|
*/
|
|
1434
1357
|
columnResizeFeature ? : object|Boolean|string|ColumnResize|ColumnResizeConfig
|
|
1435
1358
|
/**
|
|
1436
1359
|
* A feature that allows exporting Grid data to Excel or CSV without involving the server. It uses
|
|
1437
1360
|
* [TableExporter](https://bryntum.com/products/schedulerpro/docs/api/Grid/util/TableExporter) class as data provider, 3rd party provider to generate XLS files, and
|
|
1438
1361
|
* [Microsoft XML specification](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.aspx).
|
|
1439
|
-
* ...
|
|
1440
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/experimental/ExcelExporter)
|
|
1362
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/experimental/ExcelExporter)
|
|
1441
1363
|
*/
|
|
1442
1364
|
excelExporterFeature ? : object|Boolean|string|GridExcelExporter|GridExcelExporterConfig
|
|
1443
1365
|
/**
|
|
1444
|
-
* An experimental feature that lets users drop files on a Widget. The widget fires
|
|
1445
|
-
* In the event, you get access to the raw
|
|
1446
|
-
*
|
|
1447
|
-
* [
|
|
1366
|
+
* An experimental feature that lets users drop files on a Widget. The widget fires a
|
|
1367
|
+
* [fileDrop](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/experimental/FileDrop#event-fileDrop) event when a file is dropped onto it. In the event, you get access to the raw
|
|
1368
|
+
* files as strings, that were parsed by calling `readAsBinaryString`.
|
|
1369
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/experimental/FileDrop)
|
|
1448
1370
|
*/
|
|
1449
1371
|
fileDropFeature ? : object|Boolean|string|FileDrop|FileDropConfig
|
|
1450
1372
|
/**
|
|
1451
1373
|
* This feature adds a fill handle to a Grid range selection, which when dragged, fills the cells being dragged over
|
|
1452
1374
|
* with values based on the values in the original selected range. This is similar to functionality normally seen in
|
|
1453
1375
|
* various spreadsheet applications.
|
|
1454
|
-
* ...
|
|
1455
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FillHandle)
|
|
1376
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FillHandle)
|
|
1456
1377
|
*/
|
|
1457
1378
|
fillHandleFeature ? : object|Boolean|string|FillHandle|FillHandleConfig
|
|
1458
1379
|
/**
|
|
1459
1380
|
* Feature that allows filtering of the grid by settings filters on columns. The actual filtering is done by the store.
|
|
1460
1381
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreFilter).
|
|
1461
|
-
* ...
|
|
1462
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Filter)
|
|
1382
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Filter)
|
|
1463
1383
|
*/
|
|
1464
1384
|
filterFeature ? : object|Boolean|string|Filter|FilterConfig
|
|
1465
1385
|
/**
|
|
1466
1386
|
* Feature that allows filtering of the grid by entering filters on column headers.
|
|
1467
1387
|
* The actual filtering is done by the store.
|
|
1468
1388
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreFilter).
|
|
1469
|
-
* ...
|
|
1470
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FilterBar)
|
|
1389
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FilterBar)
|
|
1471
1390
|
*/
|
|
1472
1391
|
filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
|
|
1473
1392
|
/**
|
|
@@ -1475,194 +1394,169 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1475
1394
|
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
1476
1395
|
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
1477
1396
|
* grouper.
|
|
1478
|
-
* ...
|
|
1479
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Group)
|
|
1397
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Group)
|
|
1480
1398
|
*/
|
|
1481
1399
|
groupFeature ? : object|Boolean|string|Group|GroupConfig
|
|
1482
1400
|
/**
|
|
1483
1401
|
* A special version of the Grid GroupSummary feature that enables summaries within scheduler. To use a single summary
|
|
1484
1402
|
* it is easiest to configure [renderer](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/GroupSummary#config-renderer), for multiple summaries see [summaries](#Scheduler/feature/GroupSummary#config-summaries).
|
|
1485
|
-
* ...
|
|
1486
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/GroupSummary)
|
|
1403
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/GroupSummary)
|
|
1487
1404
|
*/
|
|
1488
1405
|
groupSummaryFeature ? : object|Boolean|string|GroupSummary|GroupSummaryConfig
|
|
1489
1406
|
/**
|
|
1490
1407
|
* Right click column header or focus it and press SPACE key to show the context menu for headers.
|
|
1491
|
-
* ...
|
|
1492
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/HeaderMenu)
|
|
1408
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/HeaderMenu)
|
|
1493
1409
|
*/
|
|
1494
1410
|
headerMenuFeature ? : object|Boolean|string|HeaderMenu|HeaderMenuConfig
|
|
1495
1411
|
/**
|
|
1496
1412
|
* Enables users to click and drag to zoom to a date range in Scheduler's header time axis. Only supported in horizontal
|
|
1497
1413
|
* mode.
|
|
1498
|
-
* ...
|
|
1499
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/HeaderZoom)
|
|
1414
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/HeaderZoom)
|
|
1500
1415
|
*/
|
|
1501
1416
|
headerZoomFeature ? : object|Boolean|string|HeaderZoom|HeaderZoomConfig
|
|
1502
1417
|
/**
|
|
1503
1418
|
* This feature allows records which satisfy a certain condition to be locked at the top of the grid.
|
|
1504
|
-
* ...
|
|
1505
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/LockRows)
|
|
1419
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/LockRows)
|
|
1506
1420
|
*/
|
|
1507
1421
|
lockRowsFeature ? : object|Boolean|string|GridLockRows|GridLockRowsConfig
|
|
1508
1422
|
/**
|
|
1509
1423
|
* This feature merges cells that have the same value in sorted (or [optionally](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/MergeCells#config-sortedOnly) any) columns
|
|
1510
1424
|
* configured to [mergeCells](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-mergeCells).
|
|
1511
|
-
* ...
|
|
1512
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/MergeCells)
|
|
1425
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/MergeCells)
|
|
1513
1426
|
*/
|
|
1514
1427
|
mergeCellsFeature ? : object|Boolean|string|MergeCells|MergeCellsConfig
|
|
1515
1428
|
/**
|
|
1516
1429
|
* Feature that allows styling of weekends (and other non-working time) by adding timeRanges for those days.
|
|
1517
|
-
* ...
|
|
1518
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1430
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1519
1431
|
*/
|
|
1520
1432
|
nonWorkingTimeFeature ? : object|Boolean|string|NonWorkingTime|NonWorkingTimeConfig
|
|
1521
1433
|
/**
|
|
1522
1434
|
* Makes the scheduler's timeline pannable by dragging with the mouse. Try it out in the demo below.
|
|
1523
|
-
* ...
|
|
1524
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Pan)
|
|
1435
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Pan)
|
|
1525
1436
|
*/
|
|
1526
1437
|
panFeature ? : object|Boolean|string|Pan|PanConfig
|
|
1527
1438
|
/**
|
|
1528
1439
|
* Generates PDF/PNG files from the Grid component.
|
|
1529
|
-
* ...
|
|
1530
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/export/PdfExport)
|
|
1440
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/export/PdfExport)
|
|
1531
1441
|
*/
|
|
1532
1442
|
pdfExportFeature ? : object|Boolean|string|GridPdfExport|GridPdfExportConfig
|
|
1533
1443
|
/**
|
|
1534
1444
|
* Allows pinning columns to the start or end region of the grid without any additional subGrid configurations.
|
|
1535
1445
|
* When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.
|
|
1536
|
-
* ...
|
|
1537
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/PinColumns)
|
|
1446
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/PinColumns)
|
|
1538
1447
|
*/
|
|
1539
1448
|
pinColumnsFeature ? : object|Boolean|string|PinColumns|PinColumnsConfig
|
|
1540
1449
|
/**
|
|
1541
1450
|
* Allows printing Grid contents using browser print dialog.
|
|
1542
|
-
* ...
|
|
1543
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/export/Print)
|
|
1451
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/export/Print)
|
|
1544
1452
|
*/
|
|
1545
1453
|
printFeature ? : object|Boolean|string|GridPrint|GridPrintConfig
|
|
1546
1454
|
/**
|
|
1547
1455
|
* Feature that allows the user to search in a column by focusing a cell and typing. Navigate between hits using the
|
|
1548
|
-
* keyboard,
|
|
1549
|
-
*
|
|
1550
|
-
* [
|
|
1456
|
+
* keyboard, <kbd>f3</kbd> or <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>g</kbd> moves to next, also pressing
|
|
1457
|
+
* <kbd>shift</kbd> moves to previous.
|
|
1458
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/QuickFind)
|
|
1551
1459
|
*/
|
|
1552
1460
|
quickFindFeature ? : object|Boolean|string|QuickFind|QuickFindConfig
|
|
1553
1461
|
/**
|
|
1554
1462
|
* Makes the splitter between grid [sections](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/SubGrid) draggable, to let users resize, and
|
|
1555
1463
|
* collapse/expand the sections.
|
|
1556
|
-
* ...
|
|
1557
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
|
|
1464
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
|
|
1558
1465
|
*/
|
|
1559
1466
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1560
1467
|
/**
|
|
1561
1468
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1562
|
-
* ...
|
|
1563
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceMenu)
|
|
1469
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceMenu)
|
|
1564
1470
|
*/
|
|
1565
1471
|
resourceMenuFeature ? : object|Boolean|string|ResourceMenu|ResourceMenuConfig
|
|
1566
1472
|
/**
|
|
1567
1473
|
* Feature that highlights the non-working intervals for resources based on their [calendar](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ResourceModel#field-calendar).
|
|
1568
1474
|
* If a resource has no calendar defined, the project's calendar will be used. The non-working time interval can
|
|
1569
1475
|
* also be recurring. You can find a live example showing how to achieve this in the [Resource Non-Working Time Demo](../examples/resource-non-working-time/).
|
|
1570
|
-
* ...
|
|
1571
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceNonWorkingTime)
|
|
1476
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceNonWorkingTime)
|
|
1572
1477
|
*/
|
|
1573
1478
|
resourceNonWorkingTimeFeature ? : object|Boolean|string|ResourceNonWorkingTime|ResourceNonWorkingTimeConfig
|
|
1574
1479
|
/**
|
|
1575
1480
|
* Feature that draws resource time ranges, shaded areas displayed behind events. These zones are similar to events in
|
|
1576
1481
|
* that they have a start and end date but different in that they do not take part in the event layout, and they always
|
|
1577
1482
|
* occupy full row height.
|
|
1578
|
-
* ...
|
|
1579
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
1483
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
1580
1484
|
*/
|
|
1581
1485
|
resourceTimeRangesFeature ? : object|Boolean|string|ResourceTimeRanges|ResourceTimeRangesConfig
|
|
1582
1486
|
/**
|
|
1583
1487
|
* Allow using [Ctrl/CMD + C/X] and [Ctrl/CMD + V] to copy/cut-and-paste rows. Also makes cut, copy and paste actions
|
|
1584
1488
|
* available via the cell context menu.
|
|
1585
|
-
* ...
|
|
1586
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowCopyPaste)
|
|
1489
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowCopyPaste)
|
|
1587
1490
|
*/
|
|
1588
1491
|
rowCopyPasteFeature ? : object|Boolean|string|RowCopyPaste|RowCopyPasteConfig
|
|
1589
1492
|
/**
|
|
1590
1493
|
* This feature allows editing of entire rows in a grid in a docked panel which by default slides out from the right.
|
|
1591
|
-
* ...
|
|
1592
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowEdit)
|
|
1494
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowEdit)
|
|
1593
1495
|
*/
|
|
1594
1496
|
rowEditFeature ? : object|Boolean|string|RowEdit|RowEditConfig
|
|
1595
1497
|
/**
|
|
1596
1498
|
* Enables expanding of Grid rows by either row click or double click, or by adding a separate Grid column which renders
|
|
1597
1499
|
* a button that expands or collapses the row.
|
|
1598
|
-
* ...
|
|
1599
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowExpander)
|
|
1500
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowExpander)
|
|
1600
1501
|
*/
|
|
1601
1502
|
rowExpanderFeature ? : object|Boolean|string|RowExpander|RowExpanderConfig
|
|
1602
1503
|
/**
|
|
1603
1504
|
* This feature implements support for project transactions and used by default in Gantt. For general RowReorder feature
|
|
1604
1505
|
* documentation see [RowReorder](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowReorder).
|
|
1605
|
-
* ...
|
|
1606
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowReorder)
|
|
1506
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowReorder)
|
|
1607
1507
|
*/
|
|
1608
1508
|
rowReorderFeature ? : object|Boolean|string|RowReorder|RowReorderConfig
|
|
1609
1509
|
/**
|
|
1610
1510
|
* Enables user to change row height by dragging the bottom row border. After a resize operation, the [rowHeight](https://bryntum.com/products/schedulerpro/docs/api/Grid/data/GridRowModel#field-rowHeight)
|
|
1611
1511
|
* field of the record is updated (when [applyToAllRows](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowResize#config-applyToAllRows) is `false`).
|
|
1612
|
-
* ...
|
|
1613
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowResize)
|
|
1512
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowResize)
|
|
1614
1513
|
*/
|
|
1615
1514
|
rowResizeFeature ? : object|Boolean|string|GridRowResize|GridRowResizeConfig
|
|
1616
1515
|
/**
|
|
1617
1516
|
* Feature that displays a tooltip containing the time at the mouse position when hovering empty parts of the schedule.
|
|
1618
|
-
* ...
|
|
1619
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
1517
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
1620
1518
|
*/
|
|
1621
1519
|
scheduleTooltipFeature ? : object|Boolean|string|ScheduleTooltip|ScheduleTooltipConfig
|
|
1622
1520
|
/**
|
|
1623
1521
|
* <div class="external-example vertical" data-file="Grid/feature/Search.js"></div>
|
|
1624
|
-
* ...
|
|
1625
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Search)
|
|
1522
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Search)
|
|
1626
1523
|
*/
|
|
1627
1524
|
searchFeature ? : object|Boolean|string|Search|SearchConfig
|
|
1628
1525
|
/**
|
|
1629
1526
|
* Allows sorting of grid by clicking (or tapping) headers, also displays which columns grid is sorted by (numbered if
|
|
1630
1527
|
* using multisort). Use modifier keys for multisorting: [Ctrl/CMD + click] to add sorter, [Ctrl/CMD + Alt + click] to remove sorter.
|
|
1631
1528
|
* The actual sorting is done by the store, see [Store.sort()](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreSort#function-sort).
|
|
1632
|
-
* ...
|
|
1633
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Sort)
|
|
1529
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Sort)
|
|
1634
1530
|
*/
|
|
1635
1531
|
sortFeature ? : object|Boolean|string|Sort|SortConfig
|
|
1636
1532
|
/**
|
|
1637
1533
|
* This feature allows splitting the Scheduler into multiple views, either by using the cell context menu, or
|
|
1638
1534
|
* programmatically by calling [split()](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split#function-split).
|
|
1639
|
-
* ...
|
|
1640
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split)
|
|
1535
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split)
|
|
1641
1536
|
*/
|
|
1642
1537
|
splitFeature ? : object|Boolean|string|Split|SplitConfig
|
|
1643
1538
|
/**
|
|
1644
|
-
* A feature which pins
|
|
1645
|
-
*
|
|
1646
|
-
*
|
|
1647
|
-
* [
|
|
1539
|
+
* A feature which pins cell content to the top of the grid while the row scrolls off the top but is still visible. Very
|
|
1540
|
+
* similar to native `position: sticky`, which because of Grid's multiple-region setup unfortunately cannot be used to
|
|
1541
|
+
* achieve the same effect.
|
|
1542
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/StickyCells)
|
|
1648
1543
|
*/
|
|
1649
1544
|
stickyCellsFeature ? : object|Boolean|string|StickyCells|StickyCellsConfig
|
|
1650
1545
|
/**
|
|
1651
1546
|
* Stripes rows by adding alternating CSS classes to all row elements (`b-even` and `b-odd`).
|
|
1652
|
-
*
|
|
1653
|
-
*
|
|
1547
|
+
* This improves visual readability in data-heavy grids by giving adjacent rows different background colors.
|
|
1548
|
+
* Style the striped rows using the `.b-even` and `.b-odd` CSS classes.
|
|
1549
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Stripe)
|
|
1654
1550
|
*/
|
|
1655
1551
|
stripeFeature ? : object|Boolean|string|Stripe|StripeConfig
|
|
1656
1552
|
/**
|
|
1657
1553
|
* A special version of the Grid Summary feature. This feature displays a summary row in the grid footer.
|
|
1658
|
-
* ...
|
|
1659
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Summary)
|
|
1554
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Summary)
|
|
1660
1555
|
*/
|
|
1661
1556
|
summaryFeature ? : object|Boolean|string|Summary|SummaryConfig
|
|
1662
1557
|
/**
|
|
1663
1558
|
* Adds scheduler specific menu items to the timeline header context menu.
|
|
1664
|
-
* ...
|
|
1665
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
1559
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
1666
1560
|
*/
|
|
1667
1561
|
timeAxisHeaderMenuFeature ? : object|Boolean|string|TimeAxisHeaderMenu|TimeAxisHeaderMenuConfig
|
|
1668
1562
|
/**
|
|
@@ -1670,16 +1564,14 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1670
1564
|
* or some important point in time (a `line`, i.e. a range with 0 duration). This feature can also show a current time
|
|
1671
1565
|
* indicator if you set [showCurrentTimeLine](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges#config-showCurrentTimeLine) to true. To style the rendered elements, use the
|
|
1672
1566
|
* [cls](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/TimeSpan#field-cls) field of the `TimeSpan` class.
|
|
1673
|
-
* ...
|
|
1674
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges)
|
|
1567
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges)
|
|
1675
1568
|
*/
|
|
1676
1569
|
timeRangesFeature ? : object|Boolean|string|TimeRanges|TimeRangesConfig
|
|
1677
1570
|
/**
|
|
1678
1571
|
* This feature exposes methods on the owning Scheduler or Gantt widget which you can use to highlight one or multiple time spans
|
|
1679
1572
|
* in the schedule. Please see [highlightTimeSpan](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TimeSpanHighlight#function-highlightTimeSpan) and [highlightTimeSpans](#SchedulerPro/feature/TimeSpanHighlight#function-highlightTimeSpans) to learn
|
|
1680
1573
|
* more or try the demo below:
|
|
1681
|
-
* ...
|
|
1682
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TimeSpanHighlight)
|
|
1574
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TimeSpanHighlight)
|
|
1683
1575
|
*/
|
|
1684
1576
|
timeSpanHighlightFeature ? : object|Boolean|string|TimeSpanHighlight|TimeSpanHighlightConfig
|
|
1685
1577
|
/**
|
|
@@ -1687,15 +1579,13 @@ export declare type BryntumResourceHistogramProps = {
|
|
|
1687
1579
|
* exactly one [TreeColumn](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/TreeColumn) among grids columns. That column will have its renderer replaced with a
|
|
1688
1580
|
* tree renderer that adds padding and icon to give the appearance of a tree. The original renderer is preserved and
|
|
1689
1581
|
* also called.
|
|
1690
|
-
* ...
|
|
1691
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Tree)
|
|
1582
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Tree)
|
|
1692
1583
|
*/
|
|
1693
1584
|
treeFeature ? : object|Boolean|string|Tree|TreeConfig
|
|
1694
1585
|
/**
|
|
1695
1586
|
* A feature that allows transforming a flat dataset (or the leaves of a hierarchical) into a tree by specifying a
|
|
1696
1587
|
* record field per parent level. Parents are generated based on each leaf's value for those fields.
|
|
1697
|
-
* ...
|
|
1698
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/TreeGroup)
|
|
1588
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/TreeGroup)
|
|
1699
1589
|
*/
|
|
1700
1590
|
treeGroupFeature ? : object|Boolean|string|TreeGroup|TreeGroupConfig
|
|
1701
1591
|
|