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