@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,15 +1,14 @@
|
|
|
1
|
-
import type { AjaxStore, AjaxStoreConfig, Color, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AjaxStore, AjaxStoreConfig, Color, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, 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 { 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, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, MergeCells, MergeCellsConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
|
|
3
|
-
import type { AI, AIConfig, AssignmentModel as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyMenu, DependencyMenuConfig, EventColor, EventCopyPaste, EventCopyPasteConfig,
|
|
4
|
-
import type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, CalendarHighlight, CalendarHighlightConfig, CalendarModel, CalendarModelConfig, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, CycleResolutionPopup, Dependencies, DependenciesConfig, DependencyEdit, DependencyEditConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventBuffer, EventBufferConfig, EventLayoutConfig, EventModel, EventModelConfig, EventResize, EventResizeConfig, EventSegmentDrag, EventSegmentDragConfig, EventSegmentResize, EventSegmentResizeConfig, EventSegments, EventSegmentsConfig, EventStore, EventStoreConfig, SchedulerProColumnConfig, NestedEvents, NestedEventsConfig, PercentBar, PercentBarConfig, ProjectModel, ProjectModelConfig, ResourceEdit, ResourceEditConfig, ResourceModel, ResourceModelConfig, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, ResourceStore, ResourceStoreConfig, SchedulerProListeners, SchedulingIssueResolutionPopup, TaskEdit, TaskEditConfig, TimeSpanHighlight, TimeSpanHighlightConfig, Versions, VersionsConfig } from '@bryntum/schedulerpro-thin';
|
|
3
|
+
import type { AI, AIConfig, AssignmentModel as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyMenu, DependencyMenuConfig, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel as SchedulerEventModel, EventNonWorkingTime, EventNonWorkingTimeConfig, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, RecurrenceConfirmationPopupConfig, ResourceColumnReorder, ResourceColumnReorderConfig, ResourceHeaderConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel as SchedulerResourceModel, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScheduleContext, ScheduleContextConfig, ScheduleMenu, ScheduleMenuConfig, ScheduleTooltip, ScheduleTooltipConfig, Scheduler, SchedulerResponsiveLevelConfig, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumnConfig, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
4
|
+
import type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, CalendarHighlight, CalendarHighlightConfig, CalendarModel, CalendarModelConfig, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, CycleResolutionPopup, Dependencies, DependenciesConfig, DependencyEdit, DependencyEditConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventBuffer, EventBufferConfig, EventDrag, EventDragConfig, EventLayoutConfig, EventModel, EventModelConfig, EventResize, EventResizeConfig, EventSegmentDrag, EventSegmentDragConfig, EventSegmentResize, EventSegmentResizeConfig, EventSegments, EventSegmentsConfig, EventStore, EventStoreConfig, SchedulerProColumnConfig, NestedEvents, NestedEventsConfig, PercentBar, PercentBarConfig, ProjectModel, ProjectModelConfig, ResourceEdit, ResourceEditConfig, ResourceModel, ResourceModelConfig, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, ResourceStore, ResourceStoreConfig, SchedulerProListeners, SchedulingIssueResolutionPopup, TaskEdit, TaskEditConfig, TimeSpanHighlight, TimeSpanHighlightConfig, Versions, VersionsConfig } from '@bryntum/schedulerpro-thin';
|
|
5
5
|
|
|
6
6
|
export declare type BryntumSchedulerProProps = {
|
|
7
7
|
// Configs
|
|
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/SchedulerPro#config-adopt)
|
|
11
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-adopt)
|
|
13
12
|
*/
|
|
14
13
|
adopt ? : HTMLElement|string
|
|
15
14
|
/**
|
|
@@ -36,8 +35,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
36
35
|
allowDropOnEventBar ? : Boolean
|
|
37
36
|
/**
|
|
38
37
|
* Set to `false` if you don't want to allow events overlapping times for any one resource (defaults to `true`).
|
|
39
|
-
* ...
|
|
40
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-allowOverlap)
|
|
38
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-allowOverlap)
|
|
41
39
|
*/
|
|
42
40
|
allowOverlap ? : Boolean
|
|
43
41
|
/**
|
|
@@ -66,15 +64,13 @@ export declare type BryntumSchedulerProProps = {
|
|
|
66
64
|
/**
|
|
67
65
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
68
66
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
69
|
-
* ...
|
|
70
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ariaDescription)
|
|
67
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ariaDescription)
|
|
71
68
|
*/
|
|
72
69
|
ariaDescription ? : string
|
|
73
70
|
/**
|
|
74
71
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
75
72
|
* the `aria-label` attribute.
|
|
76
|
-
* ...
|
|
77
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ariaLabel)
|
|
73
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ariaLabel)
|
|
78
74
|
*/
|
|
79
75
|
ariaLabel ? : string
|
|
80
76
|
/**
|
|
@@ -94,16 +90,15 @@ export declare type BryntumSchedulerProProps = {
|
|
|
94
90
|
/**
|
|
95
91
|
* If this config is set, then its `gesture` property (which defaults to `dblclick`) creates a
|
|
96
92
|
* new event at the mouse or touch event's time point.
|
|
97
|
-
* ...
|
|
98
|
-
* [
|
|
99
|
-
* @param {
|
|
100
|
-
* @param {
|
|
101
|
-
* @param {
|
|
102
|
-
* @param {DurationConfig,string} autoCreate.
|
|
103
|
-
* @param {
|
|
104
|
-
* @param {string} autoCreate.name The name of the event to create. Defaults to the `Object.newEvent` property from the locale.
|
|
93
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-autoCreate)
|
|
94
|
+
* @param {'click','dblclick'} [autoCreate.gesture] The gesture to trigger auto creation of an event. Defaults to `dblclick`.
|
|
95
|
+
* @param {boolean} [autoCreate.useEventModelDefaults] Set to `true` to set default duration based on the defaults specified by the [duration](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/EventModel#field-duration) and [durationUnit](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/EventModel#field-durationUnit) fields.
|
|
96
|
+
* @param {'round','ceil','floor'} [autoCreate.snapType] The type of snapping to apply to the event start date. If omitted, the date will be floored to the time axis resolution.
|
|
97
|
+
* @param {DurationConfig,string} [autoCreate.step] The increment to snap the event start date to.
|
|
98
|
+
* @param {DurationConfig,string} [autoCreate.duration] The duration of the event to create. Defaults to 1 time axis tick.
|
|
99
|
+
* @param {string} [autoCreate.name] The name of the event to create. Defaults to the `Object.newEvent` property from the locale.
|
|
105
100
|
*/
|
|
106
|
-
autoCreate ? : Boolean|string|
|
|
101
|
+
autoCreate ? : Boolean|string|object
|
|
107
102
|
/**
|
|
108
103
|
* Automatically set grids height to fit all rows (no scrolling in the grid). In general you should avoid
|
|
109
104
|
* using `autoHeight: true`, since it will bypass Grids virtual rendering and render all rows at once, which
|
|
@@ -112,21 +107,18 @@ export declare type BryntumSchedulerProProps = {
|
|
|
112
107
|
autoHeight ? : Boolean
|
|
113
108
|
/**
|
|
114
109
|
* Controls how much space to leave between stacked event bars in px.
|
|
115
|
-
* ...
|
|
116
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-barMargin)
|
|
110
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-barMargin)
|
|
117
111
|
*/
|
|
118
112
|
barMargin ? : number
|
|
119
113
|
/**
|
|
120
114
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar),
|
|
121
115
|
* 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).
|
|
122
|
-
* ...
|
|
123
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bbar)
|
|
116
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bbar)
|
|
124
117
|
*/
|
|
125
118
|
bbar ? : (SchedulerProContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
126
119
|
/**
|
|
127
120
|
* Custom CSS classes to add to the panel's body element.
|
|
128
|
-
* ...
|
|
129
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bodyCls)
|
|
121
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bodyCls)
|
|
130
122
|
*/
|
|
131
123
|
bodyCls ? : string|object
|
|
132
124
|
/**
|
|
@@ -136,22 +128,19 @@ export declare type BryntumSchedulerProProps = {
|
|
|
136
128
|
/**
|
|
137
129
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
138
130
|
* hierarchy when triggered.
|
|
139
|
-
* ...
|
|
140
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bubbleEvents)
|
|
131
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bubbleEvents)
|
|
141
132
|
*/
|
|
142
133
|
bubbleEvents ? : object
|
|
143
134
|
/**
|
|
144
135
|
* 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`.
|
|
145
|
-
* ...
|
|
146
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bufferCoef)
|
|
136
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bufferCoef)
|
|
147
137
|
*/
|
|
148
138
|
bufferCoef ? : number
|
|
149
139
|
/**
|
|
150
140
|
* This config defines the scroll limit, which, when exceeded will cause a timespan shift.
|
|
151
141
|
* 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
|
|
152
142
|
* has less than that of the rendered content - a shift is triggered.
|
|
153
|
-
* ...
|
|
154
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bufferThreshold)
|
|
143
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bufferThreshold)
|
|
155
144
|
*/
|
|
156
145
|
bufferThreshold ? : number
|
|
157
146
|
/**
|
|
@@ -160,15 +149,13 @@ export declare type BryntumSchedulerProProps = {
|
|
|
160
149
|
calendars ? : CalendarModel[]|CalendarModelConfig[]
|
|
161
150
|
/**
|
|
162
151
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
163
|
-
* ...
|
|
164
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-callOnFunctions)
|
|
152
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-callOnFunctions)
|
|
165
153
|
*/
|
|
166
154
|
callOnFunctions ? : Boolean
|
|
167
155
|
/**
|
|
168
156
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
169
157
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
170
|
-
* ...
|
|
171
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-catchEventHandlerExceptions)
|
|
158
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-catchEventHandlerExceptions)
|
|
172
159
|
*/
|
|
173
160
|
catchEventHandlerExceptions ? : Boolean
|
|
174
161
|
/**
|
|
@@ -181,8 +168,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
181
168
|
* Custom CSS classes to add to element.
|
|
182
169
|
* May be specified as a space separated string, or as an object in which property names
|
|
183
170
|
* with truthy values are used as the class names:
|
|
184
|
-
* ...
|
|
185
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-cls)
|
|
171
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-cls)
|
|
186
172
|
*/
|
|
187
173
|
cls ? : string|object
|
|
188
174
|
/**
|
|
@@ -192,15 +178,13 @@ export declare type BryntumSchedulerProProps = {
|
|
|
192
178
|
collapsed ? : Boolean
|
|
193
179
|
/**
|
|
194
180
|
* This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-collapsed).
|
|
195
|
-
* ...
|
|
196
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-collapsible)
|
|
181
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-collapsible)
|
|
197
182
|
*/
|
|
198
183
|
collapsible ? : Boolean|PanelCollapserConfig|PanelCollapserOverlayConfig
|
|
199
184
|
/**
|
|
200
185
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
201
186
|
* `style` block.
|
|
202
|
-
* ...
|
|
203
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-color)
|
|
187
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-color)
|
|
204
188
|
*/
|
|
205
189
|
color ? : Color
|
|
206
190
|
/**
|
|
@@ -214,8 +198,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
214
198
|
/**
|
|
215
199
|
* Accepts column definitions for the grid during initialization. They will be used to create
|
|
216
200
|
* [Column](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column) instances that are added to a [ColumnStore](#Grid/data/ColumnStore).
|
|
217
|
-
* ...
|
|
218
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-columns)
|
|
201
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-columns)
|
|
219
202
|
*/
|
|
220
203
|
columns ? : ColumnStore|SchedulerProColumnConfig[]|ColumnStoreConfig
|
|
221
204
|
config ? : object
|
|
@@ -223,8 +206,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
223
206
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-contentElement).
|
|
224
207
|
* May be specified as a space separated string, or as an object in which property names
|
|
225
208
|
* with truthy values are used as the class names:
|
|
226
|
-
* ...
|
|
227
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-contentElementCls)
|
|
209
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-contentElementCls)
|
|
228
210
|
*/
|
|
229
211
|
contentElementCls ? : string|object
|
|
230
212
|
/**
|
|
@@ -260,16 +242,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
260
242
|
crudManagerClass ? : typeof CrudManager
|
|
261
243
|
/**
|
|
262
244
|
* Class implementing the popup resolving *scheduling cycles*.
|
|
263
|
-
* ...
|
|
264
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-cycleResolutionPopupClass)
|
|
245
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-cycleResolutionPopupClass)
|
|
265
246
|
*/
|
|
266
247
|
cycleResolutionPopupClass ? : typeof CycleResolutionPopup
|
|
267
248
|
/**
|
|
268
249
|
* Convenient shortcut to set data in grids store both during initialization and at runtime. Can also be
|
|
269
250
|
* used to retrieve data at runtime, although we do recommend interacting with Grids store instead using
|
|
270
251
|
* the [store](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#property-store) property.
|
|
271
|
-
* ...
|
|
272
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-data)
|
|
252
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-data)
|
|
273
253
|
*/
|
|
274
254
|
data ? : object[]|Model[]|ModelConfig[]
|
|
275
255
|
/**
|
|
@@ -283,8 +263,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
283
263
|
dataset ? : Record<string, string>
|
|
284
264
|
/**
|
|
285
265
|
* The date to display when used as a component of a Calendar.
|
|
286
|
-
* ...
|
|
287
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-date)
|
|
266
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-date)
|
|
288
267
|
*/
|
|
289
268
|
date ? : Date
|
|
290
269
|
/**
|
|
@@ -322,17 +301,15 @@ export declare type BryntumSchedulerProProps = {
|
|
|
322
301
|
* The date format used by the default [descriptionRenderer](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/Describable#config-descriptionRenderer) for rendering the view's description.
|
|
323
302
|
* If this value is `null`, the [dateFormat](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/Describable#config-dateFormat) (and potentially [dateSeparator](#Scheduler/view/mixin/Describable#config-dateSeparator)) will
|
|
324
303
|
* be used.
|
|
325
|
-
* ...
|
|
326
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-descriptionFormat)
|
|
304
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-descriptionFormat)
|
|
327
305
|
* @param {Date} date The date to format.
|
|
328
306
|
* @returns {string} The formatted date.
|
|
329
307
|
*/
|
|
330
|
-
descriptionFormat ? : string|string[]|Boolean[]|((date: Date) => string)|
|
|
308
|
+
descriptionFormat ? : string|string[]|Boolean[]|((date: Date) => string)|(((date: Date) => string)[])
|
|
331
309
|
/**
|
|
332
310
|
* A function that provides the textual description for this view. If provided, this function overrides the
|
|
333
311
|
* [descriptionFormat](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/Describable#config-descriptionFormat).
|
|
334
|
-
* ...
|
|
335
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-descriptionRenderer)
|
|
312
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-descriptionRenderer)
|
|
336
313
|
* @param {Core.widget.Widget} view The active view in case the function is in another scope.
|
|
337
314
|
* @returns {string} Description string
|
|
338
315
|
*/
|
|
@@ -354,16 +331,15 @@ export declare type BryntumSchedulerProProps = {
|
|
|
354
331
|
*/
|
|
355
332
|
destroyStores ? : Boolean
|
|
356
333
|
/**
|
|
357
|
-
* Check for CSS compatibility issues
|
|
358
|
-
*
|
|
359
|
-
* [
|
|
334
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
335
|
+
* checks:
|
|
336
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-detectCSSCompatibilityIssues)
|
|
360
337
|
*/
|
|
361
338
|
detectCSSCompatibilityIssues ? : Boolean
|
|
362
339
|
/**
|
|
363
340
|
* 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
|
|
364
341
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
365
|
-
* ...
|
|
366
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-disabled)
|
|
342
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-disabled)
|
|
367
343
|
*/
|
|
368
344
|
disabled ? : Boolean|'inert'
|
|
369
345
|
/**
|
|
@@ -381,8 +357,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
381
357
|
/**
|
|
382
358
|
* Defines how dates will be formatted in tooltips etc. This config has priority over similar config on the
|
|
383
359
|
* view preset. For allowed values see [format](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/DateHelper#function-format-static).
|
|
384
|
-
* ...
|
|
385
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-displayDateFormat)
|
|
360
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-displayDateFormat)
|
|
386
361
|
*/
|
|
387
362
|
displayDateFormat ? : string
|
|
388
363
|
/**
|
|
@@ -397,24 +372,22 @@ export declare type BryntumSchedulerProProps = {
|
|
|
397
372
|
* [strips collection](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
398
373
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
399
374
|
* body. Such widgets are called "edge strips".
|
|
400
|
-
* ...
|
|
401
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-dock)
|
|
375
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-dock)
|
|
402
376
|
*/
|
|
403
377
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
404
378
|
/**
|
|
405
379
|
* Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
|
|
406
|
-
* ...
|
|
407
|
-
* [
|
|
408
|
-
* @param {
|
|
409
|
-
* @param {
|
|
410
|
-
* @param {boolean}
|
|
411
|
-
* @param {boolean,
|
|
412
|
-
* @param {boolean,string} autoClose.
|
|
413
|
-
* @param {
|
|
414
|
-
* @param {
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
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}
|
|
380
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-drawer)
|
|
381
|
+
* @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.
|
|
382
|
+
* @param {string,number} [size] The size of the drawer in its collapsible axis.
|
|
383
|
+
* @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.
|
|
384
|
+
* @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.
|
|
385
|
+
* @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.
|
|
386
|
+
* @param {boolean,string} [autoClose.focusout] If focus moves outside of the drawer, the drawer will automatically be hidden.
|
|
387
|
+
* @param {string} [autoClose.mouseout] Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
|
|
388
|
+
* @param {number} [autoCloseDelay] When using `mouseout`, this is the delay in milliseconds
|
|
389
|
+
*/
|
|
390
|
+
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 }
|
|
418
391
|
/**
|
|
419
392
|
* Decimal precision used when displaying durations, used by tooltips and DurationColumn.
|
|
420
393
|
* Specify `false` to use raw value
|
|
@@ -423,16 +396,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
423
396
|
/**
|
|
424
397
|
* An object specifying attributes to assign to the root element of this widget.
|
|
425
398
|
* Set `null` value to attribute to remove it.
|
|
426
|
-
* ...
|
|
427
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-elementAttributes)
|
|
399
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-elementAttributes)
|
|
428
400
|
*/
|
|
429
401
|
elementAttributes ? : Record<string, string|null>
|
|
430
402
|
/**
|
|
431
403
|
* 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.
|
|
432
404
|
* When using multiple Grid regions, provide the `region` property to decide where the text is shown.
|
|
433
405
|
* By default, it is shown in the first region.
|
|
434
|
-
* ...
|
|
435
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-emptyText)
|
|
406
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-emptyText)
|
|
436
407
|
*/
|
|
437
408
|
emptyText ? : string|EmptyTextDomConfig
|
|
438
409
|
/**
|
|
@@ -448,16 +419,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
448
419
|
* Enables showing occurrences of recurring events across the scheduler's time axis. If you want to disable
|
|
449
420
|
* the recurrence popup, you can choose set the `defaultAction` to `future` to affect all future
|
|
450
421
|
* occurrences, or `single` to just affect the currently selected event.
|
|
451
|
-
* ...
|
|
452
|
-
*
|
|
422
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-enableRecurringEvents)
|
|
423
|
+
* @property {'single','future'} defaultAction
|
|
453
424
|
*/
|
|
454
|
-
enableRecurringEvents ? : Boolean|
|
|
455
|
-
defaultAction?: 'single'|'future'
|
|
456
|
-
}
|
|
425
|
+
enableRecurringEvents ? : Boolean|object
|
|
457
426
|
/**
|
|
458
|
-
*
|
|
459
|
-
*
|
|
460
|
-
*
|
|
427
|
+
* Set to `true` to enable the [StickyCells](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/StickyCells) feature, which pins cell
|
|
428
|
+
* content to the top of the grid while rows scroll off the top but remain visible.
|
|
429
|
+
* @deprecated 7.3.0 Use `features : { stickyCells : true }` instead
|
|
461
430
|
*/
|
|
462
431
|
enableSticky ? : Boolean
|
|
463
432
|
/**
|
|
@@ -479,8 +448,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
479
448
|
enableUndoRedoKeys ? : Boolean
|
|
480
449
|
/**
|
|
481
450
|
* The end date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
482
|
-
* ...
|
|
483
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-endDate)
|
|
451
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-endDate)
|
|
484
452
|
*/
|
|
485
453
|
endDate ? : Date|string
|
|
486
454
|
/**
|
|
@@ -494,20 +462,17 @@ export declare type BryntumSchedulerProProps = {
|
|
|
494
462
|
/**
|
|
495
463
|
* Event color used by default. Events and resources can specify their own color, with priority order being:
|
|
496
464
|
* Event -> Resource -> Scheduler default.
|
|
497
|
-
* ...
|
|
498
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventColor)
|
|
465
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventColor)
|
|
499
466
|
*/
|
|
500
467
|
eventColor ? : EventColor
|
|
501
468
|
/**
|
|
502
469
|
* This config defines how to handle overlapping events. Valid values are:
|
|
503
|
-
* ...
|
|
504
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventLayout)
|
|
470
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventLayout)
|
|
505
471
|
*/
|
|
506
472
|
eventLayout ? : 'stack'|'pack'|'mixed'|'none'|EventLayoutConfig|any
|
|
507
473
|
/**
|
|
508
474
|
* An advanced setting that controls the maximum number of released event bars to keep in the DOM.
|
|
509
|
-
* ...
|
|
510
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventReleaseThreshold)
|
|
475
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventReleaseThreshold)
|
|
511
476
|
*/
|
|
512
477
|
eventReleaseThreshold ? : number
|
|
513
478
|
/**
|
|
@@ -515,30 +480,31 @@ export declare type BryntumSchedulerProProps = {
|
|
|
515
480
|
* an event is rendered into the schedule to render the contents of the event. It's called with the event,
|
|
516
481
|
* its resource and a `renderData` object which allows you to populate data placeholders inside the event
|
|
517
482
|
* template.
|
|
518
|
-
* ...
|
|
519
|
-
*
|
|
520
|
-
* @param {
|
|
521
|
-
* @param {Scheduler.model.
|
|
522
|
-
* @param {Scheduler.model.
|
|
523
|
-
* @param {Scheduler.
|
|
524
|
-
* @param {
|
|
525
|
-
* @param {
|
|
526
|
-
* @param {
|
|
527
|
-
* @param {
|
|
528
|
-
* @param {Core.helper.util.DomClassList,string}
|
|
529
|
-
* @param {Core.helper.util.DomClassList,string}
|
|
530
|
-
* @param {
|
|
531
|
-
* @param {number}
|
|
532
|
-
* @param {number}
|
|
533
|
-
* @param {
|
|
534
|
-
* @param {string,Record<string, string>}
|
|
535
|
-
* @param {
|
|
536
|
-
* @param {
|
|
537
|
-
* @param {string}
|
|
538
|
-
* @param {
|
|
483
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventRenderer)
|
|
484
|
+
* @param {object} context An object containing the information needed to render an Event
|
|
485
|
+
* @param {Scheduler.model.SchedulerEventModel} context.eventRecord The event record
|
|
486
|
+
* @param {Scheduler.model.SchedulerResourceModel} context.resourceRecord The resource record
|
|
487
|
+
* @param {Scheduler.model.SchedulerAssignmentModel} context.assignmentRecord The assignment record
|
|
488
|
+
* @param {Scheduler.view.Scheduler} context.scheduler The Scheduler instance
|
|
489
|
+
* @param {object} context.renderData An object containing details about the event rendering
|
|
490
|
+
* @param {Date} context.renderData.start The start date of the event, reflecting any ongoing resize or drag operation. Use this instead of `eventRecord.startDate` to get the correct visual dates during interactions
|
|
491
|
+
* @param {Date} context.renderData.end The end date of the event, reflecting any ongoing resize or drag operation. Use this instead of `eventRecord.endDate` to get the correct visual dates during interactions
|
|
492
|
+
* @param {Scheduler.model.SchedulerEventModel} context.renderData.event The event record
|
|
493
|
+
* @param {Core.helper.util.DomClassList,string} context.renderData.cls An object whose property names represent the CSS class names to be added to the event bar element. Set a property's value to truthy or falsy to add or remove the class name based on the property name. Using this technique, you do not have to know whether the class is already there, or deal with concatenation
|
|
494
|
+
* @param {Core.helper.util.DomClassList,string} context.renderData.wrapperCls An object whose property names represent the CSS class names to be added to the event wrapper element. Set a property's value to truthy or falsy to add or remove the class name based on the property name. Using this technique, you do not have to know whether the class is already there, or deal with concatenation.
|
|
495
|
+
* @param {Core.helper.util.DomClassList,string} context.renderData.iconCls An object whose property names represent the CSS class names to be added to an event icon element. Note that an element carrying this icon class is injected into the event element *after* the renderer completes, *before* the renderer's created content. To disable this if the renderer takes full control and creates content using the iconCls, you can set `renderData.iconCls = null`
|
|
496
|
+
* @param {number} context.renderData.left Vertical offset position (in pixels) on the time axis
|
|
497
|
+
* @param {number} context.renderData.width Width in pixels of the event element
|
|
498
|
+
* @param {number} context.renderData.height Height in pixels of the event element
|
|
499
|
+
* @param {string,Record<string, string>} context.renderData.style Inline styles for the event bar DOM element Use either `'border: 1px solid black'` or `{ border: '1px solid black' }`
|
|
500
|
+
* @param {string,Record<string, string>} context.renderData.wrapperStyle Inline styles for wrapper of the event bar DOM element. Use either `'border: 1px solid green'` or `{ border: '1px solid green' }`
|
|
501
|
+
* @param {'tonal','filled','bordered','traced','outlined','indented','line','dashed','minimal','rounded','calendar','interday','gantt',null} context.renderData.eventStyle The `eventStyle` of the event. Use this to apply custom styles to the event DOM element
|
|
502
|
+
* @param {string} context.renderData.eventColor The `eventColor` of the event. Use this to set a custom color for the rendered event
|
|
503
|
+
* @param {string} context.renderData.ariaLabel A description of the event details used for screen readers
|
|
504
|
+
* @param {DomConfig[]} context.renderData.children An array of DOM configs used as children to the `b-sch-event` element. Can be populated with additional DOM configs to have more control over contents. <h3>Using JSX (React)</h3> When using the Bryntum React wrapper, the event renderer can return JSX elements: ```javascript eventRenderer({ eventRecord, resourceRecord, renderData }) { return <MyEventComponent event={eventRecord} resource={resourceRecord} />; } ``` *Using JSX in the event renderer creates a React portal for each rendered event. For schedulers with many visible events or frequently re-rendered views, this may impact scrolling performance compared to returning plain strings or [DomConfig](https://bryntum.com/products/schedulerpro/docs/api/Core/helper/DomHelper#typedef-DomConfig) objects. Consider using JSX primarily for events that require complex interactive React components.*
|
|
539
505
|
* @returns {string,DomConfig,DomConfig[]} A simple string, a DomConfig (or array thereof), or a JSX element when using React
|
|
540
506
|
*/
|
|
541
|
-
eventRenderer ? : (
|
|
507
|
+
eventRenderer ? : (context: { eventRecord: SchedulerEventModel, resourceRecord: SchedulerResourceModel, assignmentRecord: SchedulerAssignmentModel, scheduler: Scheduler, renderData: { start: Date, end: Date, event: SchedulerEventModel, cls: DomClassList|string, wrapperCls: DomClassList|string, iconCls: DomClassList|string, left: number, width: number, height: number, style: string|Record<string, string>, wrapperStyle: string|Record<string, string>, eventStyle: 'tonal'|'filled'|'bordered'|'traced'|'outlined'|'indented'|'line'|'dashed'|'minimal'|'rounded'|'calendar'|'interday'|'gantt'|null, eventColor: string, ariaLabel: string, children: DomConfig[] } }) => string|DomConfig|DomConfig[]
|
|
542
508
|
/**
|
|
543
509
|
* `this` reference for the [eventRenderer](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-eventRenderer) function
|
|
544
510
|
*/
|
|
@@ -559,8 +525,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
559
525
|
* Event style used by default. Events and resources can specify their own style, with priority order being:
|
|
560
526
|
* Event -> Resource -> Scheduler default. Determines the appearance of the event by assigning a CSS class
|
|
561
527
|
* to it. Available styles are:
|
|
562
|
-
* ...
|
|
563
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventStyle)
|
|
528
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-eventStyle)
|
|
564
529
|
*/
|
|
565
530
|
eventStyle ? : 'tonal'|'filled'|'bordered'|'traced'|'outlined'|'indented'|'line'|'dashed'|'minimal'|'rounded'|'calendar'|'interday'|'gantt'|null
|
|
566
531
|
extraData ? : any
|
|
@@ -573,16 +538,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
573
538
|
/**
|
|
574
539
|
* Specify `true` to force rendered events/tasks to fill entire ticks. This only affects rendering, start
|
|
575
540
|
* and end dates retain their value on the data level.
|
|
576
|
-
* ...
|
|
577
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fillTicks)
|
|
541
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fillTicks)
|
|
578
542
|
*/
|
|
579
543
|
fillTicks ? : Boolean
|
|
580
544
|
/**
|
|
581
545
|
* Use fixed row height. Setting this to `true` will configure the underlying RowManager to use fixed row
|
|
582
546
|
* height, which sacrifices the ability to use rows with variable height to gain a fraction better
|
|
583
547
|
* performance.
|
|
584
|
-
* ...
|
|
585
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fixedRowHeight)
|
|
548
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fixedRowHeight)
|
|
586
549
|
*/
|
|
587
550
|
fixedRowHeight ? : Boolean
|
|
588
551
|
/**
|
|
@@ -596,14 +559,12 @@ export declare type BryntumSchedulerProProps = {
|
|
|
596
559
|
/**
|
|
597
560
|
* Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
|
|
598
561
|
* 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).
|
|
599
|
-
* ...
|
|
600
|
-
*
|
|
562
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-footer)
|
|
563
|
+
* @property {'top','right','bottom','left','start','end'} dock Where to dock
|
|
564
|
+
* @property {string} html Html to populate the footer with
|
|
565
|
+
* @property {string} cls CSS class to add to the footer
|
|
601
566
|
*/
|
|
602
|
-
footer ? :
|
|
603
|
-
dock?: 'top'|'right'|'bottom'|'left'|'start'|'end'
|
|
604
|
-
html?: string
|
|
605
|
-
cls?: string
|
|
606
|
-
}|string
|
|
567
|
+
footer ? : object|string
|
|
607
568
|
/**
|
|
608
569
|
* Set to `true` to force the time columns to fit to the available space (horizontal or vertical depends on mode).
|
|
609
570
|
* Note that setting [suppressFit](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-suppressFit) to `true`, will disable `forceFit` functionality. Zooming
|
|
@@ -613,39 +574,34 @@ export declare type BryntumSchedulerProProps = {
|
|
|
613
574
|
/**
|
|
614
575
|
* An object which names formula prefixes which will be applied to all columns configured with
|
|
615
576
|
* `formula : true`.
|
|
616
|
-
* ...
|
|
617
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-formulaProviders)
|
|
577
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-formulaProviders)
|
|
618
578
|
*/
|
|
619
579
|
formulaProviders ? : Record<string, FormulaProviderConfig>
|
|
620
580
|
/**
|
|
621
581
|
* Refresh entire row when a record changes (`true`) or, if possible, only the cells affected (`false`).
|
|
622
|
-
* ...
|
|
623
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fullRowRefresh)
|
|
582
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-fullRowRefresh)
|
|
624
583
|
*/
|
|
625
584
|
fullRowRefresh ? : Boolean
|
|
626
585
|
/**
|
|
627
586
|
* A method allowing you to define date boundaries that will constrain resize, create and drag drop
|
|
628
587
|
* operations. The method will be called with the Resource record, and the Event record.
|
|
629
|
-
* ...
|
|
630
|
-
* [
|
|
631
|
-
* @param {Scheduler.model.
|
|
632
|
-
* @param {Scheduler.model.SchedulerEventModel} eventRecord The event record
|
|
588
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-getDateConstraints)
|
|
589
|
+
* @param {Scheduler.model.SchedulerResourceModel} [resourceRecord] The resource record
|
|
590
|
+
* @param {Scheduler.model.SchedulerEventModel} [eventRecord] The event record
|
|
633
591
|
* @returns {DateConstraint} Constraining `Object` containing `start` and `end` constraints. Omitting either will mean that end is not constrained. So you can prevent a resize or move from moving *before* a certain time while not constraining the end date.
|
|
634
592
|
*/
|
|
635
|
-
getDateConstraints ? : (resourceRecord
|
|
593
|
+
getDateConstraints ? : (resourceRecord: SchedulerResourceModel, eventRecord: SchedulerEventModel) => DateConstraint
|
|
636
594
|
/**
|
|
637
595
|
* Scheduler overrides Grid's default implementation of [getRowHeight](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#config-getRowHeight) to
|
|
638
596
|
* pre-calculate row heights based on events in the rows.
|
|
639
|
-
* ...
|
|
640
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-getRowHeight)
|
|
597
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-getRowHeight)
|
|
641
598
|
* @param {Scheduler.model.SchedulerResourceModel} getRowHeight.record Resource record to determine row height for
|
|
642
599
|
* @returns {number} Desired row height
|
|
643
600
|
*/
|
|
644
|
-
getRowHeight ? : (
|
|
601
|
+
getRowHeight ? : () => number
|
|
645
602
|
/**
|
|
646
603
|
* 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`.
|
|
647
|
-
* ...
|
|
648
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-header)
|
|
604
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-header)
|
|
649
605
|
*/
|
|
650
606
|
header ? : string|Boolean|PanelHeader
|
|
651
607
|
/**
|
|
@@ -672,8 +628,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
672
628
|
hideHorizontalScrollbar ? : Boolean
|
|
673
629
|
/**
|
|
674
630
|
* By default the row hover effect is not visible in the Scheduler part of the grid.
|
|
675
|
-
* ...
|
|
676
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-hideRowHover)
|
|
631
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-hideRowHover)
|
|
677
632
|
*/
|
|
678
633
|
hideRowHover ? : Boolean
|
|
679
634
|
/**
|
|
@@ -704,15 +659,13 @@ export declare type BryntumSchedulerProProps = {
|
|
|
704
659
|
ignoreDomEventsWhileScrolling ? : Boolean
|
|
705
660
|
/**
|
|
706
661
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
707
|
-
* ...
|
|
708
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ignoreParentReadOnly)
|
|
662
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ignoreParentReadOnly)
|
|
709
663
|
*/
|
|
710
664
|
ignoreParentReadOnly ? : Boolean
|
|
711
665
|
/**
|
|
712
666
|
* Set to `true` to automatically adjust the panel timespan during scrolling in the time dimension,
|
|
713
667
|
* when the scroller comes close to the start/end edges.
|
|
714
|
-
* ...
|
|
715
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-infiniteScroll)
|
|
668
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-infiniteScroll)
|
|
716
669
|
*/
|
|
717
670
|
infiniteScroll ? : Boolean
|
|
718
671
|
/**
|
|
@@ -727,8 +680,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
727
680
|
* Convenience setting to align input fields of child widgets. By default, the Field input element is
|
|
728
681
|
* placed immediately following the `label`. If you prefer to have all input fields aligned to the
|
|
729
682
|
* right, set this config to `'end'`.
|
|
730
|
-
* ...
|
|
731
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-inputFieldAlign)
|
|
683
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-inputFieldAlign)
|
|
732
684
|
*/
|
|
733
685
|
inputFieldAlign ? : 'start'|'end'
|
|
734
686
|
/**
|
|
@@ -741,8 +693,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
741
693
|
insertFirst ? : HTMLElement|string
|
|
742
694
|
/**
|
|
743
695
|
* A template method (empty by default) allowing you to control if an event can be selected or not.
|
|
744
|
-
* ...
|
|
745
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-isEventSelectable)
|
|
696
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-isEventSelectable)
|
|
746
697
|
* @param {Scheduler.model.SchedulerEventModel} event The event record
|
|
747
698
|
* @returns {boolean} true if event can be selected, otherwise false
|
|
748
699
|
*/
|
|
@@ -753,10 +704,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
753
704
|
keyMap ? : Record<string, KeyMapConfig>
|
|
754
705
|
/**
|
|
755
706
|
* Convenience setting to use same label placement on all child widgets.
|
|
756
|
-
* ...
|
|
757
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-labelPosition)
|
|
707
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-labelPosition)
|
|
758
708
|
*/
|
|
759
709
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
710
|
+
/**
|
|
711
|
+
* Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
|
|
712
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-labelWidth)
|
|
713
|
+
*/
|
|
714
|
+
labelWidth ? : number|null
|
|
760
715
|
/**
|
|
761
716
|
* By default, when the `EventStore` (and similar stores) is lazy loading, a loading indicator will be displayed
|
|
762
717
|
* just below the timeline headers. Set this to `false` to prevent this indicator being shown.
|
|
@@ -764,14 +719,12 @@ export declare type BryntumSchedulerProProps = {
|
|
|
764
719
|
lazyLoadingIndicator ? : Boolean
|
|
765
720
|
/**
|
|
766
721
|
* The listener set for this object.
|
|
767
|
-
* ...
|
|
768
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-listeners)
|
|
722
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-listeners)
|
|
769
723
|
*/
|
|
770
724
|
listeners ? : SchedulerProListeners
|
|
771
725
|
/**
|
|
772
726
|
* *This property is for use when the Scheduler is used as a Calendar view - a `mode`.*
|
|
773
|
-
* ...
|
|
774
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-listRangeMenu)
|
|
727
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-listRangeMenu)
|
|
775
728
|
*/
|
|
776
729
|
listRangeMenu ? : MenuConfig
|
|
777
730
|
/**
|
|
@@ -784,15 +737,13 @@ export declare type BryntumSchedulerProProps = {
|
|
|
784
737
|
* when data is loading. The message and optional configuration from the
|
|
785
738
|
* [loadMask](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/LoadMaskable#config-loadMask) config take priority over these options, just as they do
|
|
786
739
|
* for `maskDefaults`, respectively.
|
|
787
|
-
* ...
|
|
788
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-loadMaskDefaults)
|
|
740
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-loadMaskDefaults)
|
|
789
741
|
*/
|
|
790
742
|
loadMaskDefaults ? : MaskConfig
|
|
791
743
|
/**
|
|
792
744
|
* A [Mask](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
|
|
793
745
|
* when an error occurs loading data.
|
|
794
|
-
* ...
|
|
795
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-loadMaskError)
|
|
746
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-loadMaskError)
|
|
796
747
|
*/
|
|
797
748
|
loadMaskError ? : MaskConfig|Mask|Boolean
|
|
798
749
|
/**
|
|
@@ -811,8 +762,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
811
762
|
/**
|
|
812
763
|
* When `true`, events are sized and positioned based on rowHeight, resourceMargin and barMargin settings.
|
|
813
764
|
* Set this to `false` if you want to control height and vertical position using CSS instead.
|
|
814
|
-
* ...
|
|
815
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-managedEventSizing)
|
|
765
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-managedEventSizing)
|
|
816
766
|
*/
|
|
817
767
|
managedEventSizing ? : Boolean
|
|
818
768
|
/**
|
|
@@ -843,8 +793,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
843
793
|
/**
|
|
844
794
|
* The maximum time axis unit to display non-working ranges for ('hour' or 'day' etc).
|
|
845
795
|
* When zooming to a view with a larger unit, no non-working time elements will be rendered.
|
|
846
|
-
* ...
|
|
847
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-maxTimeAxisUnit)
|
|
796
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-maxTimeAxisUnit)
|
|
848
797
|
*/
|
|
849
798
|
maxTimeAxisUnit ? : DurationUnit
|
|
850
799
|
/**
|
|
@@ -853,17 +802,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
853
802
|
*/
|
|
854
803
|
maxWidth ? : string|number
|
|
855
804
|
/**
|
|
856
|
-
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
857
|
-
* [
|
|
858
|
-
* for information. Unless you have modified the collection of available presets, the max zoom level is
|
|
859
|
-
* milliseconds.
|
|
805
|
+
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
806
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-maxZoomLevel)
|
|
860
807
|
*/
|
|
861
|
-
maxZoomLevel ? : number
|
|
808
|
+
maxZoomLevel ? : number|string
|
|
862
809
|
/**
|
|
863
810
|
* How to align milestones in relation to their startDate. Only applies when using a `milestoneLayoutMode`
|
|
864
811
|
* other than `default`. Valid values are:
|
|
865
|
-
* ...
|
|
866
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneAlign)
|
|
812
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneAlign)
|
|
867
813
|
*/
|
|
868
814
|
milestoneAlign ? : 'start'|'center'|'end'
|
|
869
815
|
/**
|
|
@@ -874,14 +820,12 @@ export declare type BryntumSchedulerProProps = {
|
|
|
874
820
|
/**
|
|
875
821
|
* How to handle milestones during event layout. How the milestones are displayed when part of the layout
|
|
876
822
|
* are controlled using [milestoneTextPosition](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-milestoneTextPosition).
|
|
877
|
-
* ...
|
|
878
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneLayoutMode)
|
|
823
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneLayoutMode)
|
|
879
824
|
*/
|
|
880
825
|
milestoneLayoutMode ? : 'default'|'estimate'|'data'|'measure'
|
|
881
826
|
/**
|
|
882
827
|
* Position of the milestone text:
|
|
883
|
-
* ...
|
|
884
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneTextPosition)
|
|
828
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-milestoneTextPosition)
|
|
885
829
|
*/
|
|
886
830
|
milestoneTextPosition ? : 'inside'|'outside'|'always-outside'
|
|
887
831
|
/**
|
|
@@ -893,16 +837,14 @@ export declare type BryntumSchedulerProProps = {
|
|
|
893
837
|
/**
|
|
894
838
|
* Grid's `min-height`. Defaults to `10em` to be sure that the Grid always has a height wherever it is
|
|
895
839
|
* inserted.
|
|
896
|
-
* ...
|
|
897
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-minHeight)
|
|
840
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-minHeight)
|
|
898
841
|
*/
|
|
899
842
|
minHeight ? : string|number
|
|
900
843
|
/**
|
|
901
844
|
* *Experimental* Minimum size that events should be allowed to shrink to when using `pack` layout. If
|
|
902
845
|
* packing leads to any event being smaller than this value, the row will grow in height instead to maintain
|
|
903
846
|
* this minimum size.
|
|
904
|
-
* ...
|
|
905
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-minPackSize)
|
|
847
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-minPackSize)
|
|
906
848
|
*/
|
|
907
849
|
minPackSize ? : number
|
|
908
850
|
/**
|
|
@@ -911,9 +853,10 @@ export declare type BryntumSchedulerProProps = {
|
|
|
911
853
|
*/
|
|
912
854
|
minWidth ? : string|number
|
|
913
855
|
/**
|
|
914
|
-
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
856
|
+
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
857
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-minZoomLevel)
|
|
915
858
|
*/
|
|
916
|
-
minZoomLevel ? : number
|
|
859
|
+
minZoomLevel ? : number|string
|
|
917
860
|
/**
|
|
918
861
|
* Scheduler mode. Supported values: horizontal, vertical
|
|
919
862
|
*/
|
|
@@ -924,27 +867,23 @@ export declare type BryntumSchedulerProProps = {
|
|
|
924
867
|
monitorResize ? : Boolean
|
|
925
868
|
/**
|
|
926
869
|
* Configure as `true` to allow `CTRL/CMD+click` to select multiple events in the scheduler.
|
|
927
|
-
* ...
|
|
928
|
-
* [
|
|
870
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-multiEventSelect)
|
|
871
|
+
* @property {boolean} [ctrlKey] Set to `true` to use <kbd>Ctrl</kbd> key for multi selection (<kbd>Cmd</kbd> on Mac).
|
|
872
|
+
* @property {boolean} [altKey] Set to `true` to use <kbd>Alt</kbd> key for multi selection (<kbd>Option</kbd> on Mac)
|
|
873
|
+
* @property {boolean} [shiftKey] Set to `true` to use <kbd>Shift</kbd> key for multi selection
|
|
929
874
|
*/
|
|
930
|
-
multiEventSelect ? : Boolean|
|
|
931
|
-
ctrlKey?: Boolean
|
|
932
|
-
altKey?: Boolean
|
|
933
|
-
shiftKey?: Boolean
|
|
934
|
-
}
|
|
875
|
+
multiEventSelect ? : Boolean|object
|
|
935
876
|
/**
|
|
936
877
|
* When an event bar has a width less than this value, it gets the CSS class `b-sch-event-narrow`
|
|
937
878
|
* added. You may apply custom CSS rules using this class.
|
|
938
|
-
* ...
|
|
939
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-narrowEventWidth)
|
|
879
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-narrowEventWidth)
|
|
940
880
|
*/
|
|
941
881
|
narrowEventWidth ? : number
|
|
942
882
|
/**
|
|
943
883
|
* Override this method to provide a custom sort function to sort any overlapping events. This only applies
|
|
944
884
|
* to the horizontal mode, where the order the events are sorted in determines their vertical placement
|
|
945
885
|
* within a resource.
|
|
946
|
-
* ...
|
|
947
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-overlappingEventSorter)
|
|
886
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-overlappingEventSorter)
|
|
948
887
|
* @param {Scheduler.model.SchedulerEventModel} a First event
|
|
949
888
|
* @param {Scheduler.model.SchedulerEventModel} b Second event
|
|
950
889
|
* @returns {number} Return -1 to display `a` above `b`, 1 for `b` above `a`
|
|
@@ -953,26 +892,23 @@ export declare type BryntumSchedulerProProps = {
|
|
|
953
892
|
/**
|
|
954
893
|
* Partners this Timeline panel with another Timeline in order to sync their region sizes (sub-grids like locked, normal will get the same width),
|
|
955
894
|
* start and end dates, view preset, zoom level and scrolling position. All these values will be synced with the timeline defined as the `partner`.
|
|
956
|
-
* ...
|
|
957
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-partner)
|
|
895
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-partner)
|
|
958
896
|
*/
|
|
959
897
|
partner ? : TimelineBase|string
|
|
960
898
|
/**
|
|
961
899
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
962
900
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
963
|
-
* ...
|
|
964
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-passStartEndParameters)
|
|
901
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-passStartEndParameters)
|
|
965
902
|
*/
|
|
966
903
|
passStartEndParameters ? : Boolean
|
|
967
904
|
/**
|
|
968
905
|
* Specify plugins (an array of classes) in config
|
|
969
906
|
*/
|
|
970
|
-
plugins ? :
|
|
907
|
+
plugins ? : InstancePlugin[]|InstancePlugin
|
|
971
908
|
/**
|
|
972
909
|
* Maximum number of resources for which height is pre-calculated. If you have many events per
|
|
973
910
|
* resource you might want to lower this number to gain some initial rendering performance.
|
|
974
|
-
* ...
|
|
975
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-preCalculateHeightLimit)
|
|
911
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-preCalculateHeightLimit)
|
|
976
912
|
*/
|
|
977
913
|
preCalculateHeightLimit ? : number
|
|
978
914
|
/**
|
|
@@ -990,10 +926,9 @@ export declare type BryntumSchedulerProProps = {
|
|
|
990
926
|
*/
|
|
991
927
|
preserveScrollOnDatasetChange ? : Boolean
|
|
992
928
|
/**
|
|
993
|
-
* An array of [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) config objects
|
|
994
|
-
*
|
|
995
|
-
* ...
|
|
996
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-presets)
|
|
929
|
+
* An array of [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) config objects which describes the available timeline layouts
|
|
930
|
+
* for this scheduler.
|
|
931
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-presets)
|
|
997
932
|
*/
|
|
998
933
|
presets ? : ViewPresetConfig[]
|
|
999
934
|
/**
|
|
@@ -1005,52 +940,58 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1005
940
|
* A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) instance or a config object. The project holds all SchedulerPro data.
|
|
1006
941
|
*/
|
|
1007
942
|
project ? : ProjectModel|ProjectModelConfig|object
|
|
943
|
+
/**
|
|
944
|
+
* The project model class to use when creating the project instance. Override this to use a custom project
|
|
945
|
+
* model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
|
|
946
|
+
*/
|
|
947
|
+
projectModelClass ? : typeof ProjectModel
|
|
1008
948
|
/**
|
|
1009
949
|
* Accepts the following values:
|
|
1010
|
-
* ...
|
|
1011
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-projectProgressReporting)
|
|
950
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-projectProgressReporting)
|
|
1012
951
|
*/
|
|
1013
952
|
projectProgressReporting ? : string|null
|
|
1014
953
|
/**
|
|
1015
954
|
* Range used to set the length of the time axis when used as a component of a Calendar. Suitable units are
|
|
1016
955
|
* `'month'`, `'week'` and `'day'`.
|
|
1017
|
-
* ...
|
|
1018
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-range)
|
|
956
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-range)
|
|
1019
957
|
*/
|
|
1020
958
|
range ? : string|DurationConfig
|
|
1021
959
|
/**
|
|
1022
960
|
* Configure as `true` to make the scheduler read-only, by disabling any UIs for modifying data.
|
|
1023
|
-
* ...
|
|
1024
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-readOnly)
|
|
961
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-readOnly)
|
|
1025
962
|
*/
|
|
1026
963
|
readOnly ? : Boolean
|
|
1027
964
|
/**
|
|
1028
965
|
* The confirmation dialog shown when a recurring event is edited.
|
|
1029
|
-
* ...
|
|
1030
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-recurrenceConfirmationPopup)
|
|
966
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-recurrenceConfirmationPopup)
|
|
1031
967
|
*/
|
|
1032
|
-
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
968
|
+
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
1033
969
|
relayStoreEvents ? : Boolean
|
|
1034
970
|
/**
|
|
1035
971
|
* Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
|
|
1036
972
|
* `type`.
|
|
1037
|
-
* ...
|
|
1038
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-rendition)
|
|
973
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-rendition)
|
|
1039
974
|
*/
|
|
1040
975
|
rendition ? : string|Record<string, string>|null
|
|
1041
976
|
/**
|
|
1042
977
|
* Configure this property to allow the widget/component to be resized. Pressing <kbd>Shift</kbd> while resizing will
|
|
1043
978
|
* constrain the aspect ratio.
|
|
1044
|
-
* ...
|
|
1045
|
-
* [
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
979
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resizable)
|
|
980
|
+
* @property {number} [resizable.minWidth] The minimum width of the element.
|
|
981
|
+
* @property {number} [resizable.maxWidth] The maximum width of the element.
|
|
982
|
+
* @property {number} [resizable.minHeight] The minimum height of the element.
|
|
983
|
+
* @property {number} [resizable.maxHeight] The maximum height of the element
|
|
984
|
+
* @property {object} [resizable.handles] An object controlling which edges/corners are resizable.
|
|
985
|
+
* @property {boolean} [resizable.handles.topStart] Resizable from top-start corner
|
|
986
|
+
* @property {boolean} [resizable.handles.top] Resizable from top edge
|
|
987
|
+
* @property {boolean} [resizable.handles.topEnd] Resizable from top-end corner
|
|
988
|
+
* @property {boolean} [resizable.handles.end] Resizable from end edge
|
|
989
|
+
* @property {boolean} [resizable.handles.bottomEnd] Resizable from bottom-end corner
|
|
990
|
+
* @property {boolean} [resizable.handles.bottom] Resizable from bottom edge
|
|
991
|
+
* @property {boolean} [resizable.handles.bottomStart] Resizable from bottom-start corner
|
|
992
|
+
* @property {boolean} [resizable.handles.start] Resizable from start edge
|
|
993
|
+
*/
|
|
994
|
+
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 } }
|
|
1054
995
|
/**
|
|
1055
996
|
* Set to `false` to only measure cell contents when double-clicking the edge between column headers.
|
|
1056
997
|
*/
|
|
@@ -1058,8 +999,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1058
999
|
/**
|
|
1059
1000
|
* A config object used to configure the resource columns in vertical mode.
|
|
1060
1001
|
* See [ResourceHeader](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/ResourceHeader) for more details on available properties.
|
|
1061
|
-
* ...
|
|
1062
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceColumns)
|
|
1002
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceColumns)
|
|
1063
1003
|
*/
|
|
1064
1004
|
resourceColumns ? : ResourceHeaderConfig
|
|
1065
1005
|
/**
|
|
@@ -1070,25 +1010,21 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1070
1010
|
* Path to load resource images from. Used by the resource header in vertical mode and the
|
|
1071
1011
|
* [ResourceInfoColumn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/column/ResourceInfoColumn) in horizontal mode. Set this to display miniature
|
|
1072
1012
|
* images for each resource using their `image` or `imageUrl` fields.
|
|
1073
|
-
* ...
|
|
1074
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceImagePath)
|
|
1013
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceImagePath)
|
|
1075
1014
|
*/
|
|
1076
1015
|
resourceImagePath ? : string
|
|
1077
1016
|
/**
|
|
1078
1017
|
* 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).
|
|
1079
|
-
* ...
|
|
1080
|
-
*
|
|
1018
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceImages)
|
|
1019
|
+
* @property {string} path Path to load resource images from
|
|
1020
|
+
* @property {string} extension Resource image extension
|
|
1081
1021
|
*/
|
|
1082
|
-
resourceImages ? :
|
|
1083
|
-
path?: string
|
|
1084
|
-
extension?: string
|
|
1085
|
-
}
|
|
1022
|
+
resourceImages ? : object
|
|
1086
1023
|
/**
|
|
1087
1024
|
* Control how much space to leave between the first event/last event and the resources edge (top/bottom
|
|
1088
1025
|
* margin within the resource row in horizontal mode, left/right margin within the resource column in
|
|
1089
1026
|
* vertical mode), in px. Defaults to the value of [barMargin](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/Scheduler#config-barMargin).
|
|
1090
|
-
* ...
|
|
1091
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceMargin)
|
|
1027
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceMargin)
|
|
1092
1028
|
*/
|
|
1093
1029
|
resourceMargin ? : number|ResourceMarginConfig
|
|
1094
1030
|
/**
|
|
@@ -1103,8 +1039,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1103
1039
|
* An empty function by default, but provided so that you can override it. This function is called each time
|
|
1104
1040
|
* a resource time range is rendered into the schedule. It's called with `resourceTimeRangeRecord`, `resourceRecord`,
|
|
1105
1041
|
* and `renderData` params.
|
|
1106
|
-
* ...
|
|
1107
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceTimeRangeRenderer)
|
|
1042
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-resourceTimeRangeRenderer)
|
|
1108
1043
|
* @param {object} detail An object containing the information needed to render a ResourceTimeRangeModel.
|
|
1109
1044
|
* @param {Scheduler.model.ResourceTimeRangeModel} detail.resourceTimeRangeRecord The resource time range record.
|
|
1110
1045
|
* @param {Scheduler.model.SchedulerResourceModel} detail.resourceRecord The resource record.
|
|
@@ -1123,23 +1058,26 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1123
1058
|
resourceTimeRangeStore ? : ResourceTimeRangeStore|ResourceTimeRangeStoreConfig
|
|
1124
1059
|
/**
|
|
1125
1060
|
* "Break points" for which responsive config to use.
|
|
1126
|
-
* ...
|
|
1127
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-responsiveLevels)
|
|
1061
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-responsiveLevels)
|
|
1128
1062
|
*/
|
|
1129
1063
|
responsiveLevels ? : Record<string, number|string|SchedulerResponsiveLevelConfig>
|
|
1130
1064
|
/**
|
|
1131
1065
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
1132
1066
|
* [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
|
|
1133
1067
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
1134
|
-
* ...
|
|
1135
|
-
* [
|
|
1068
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ripple)
|
|
1069
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
1070
|
+
* @property {string} [color] A CSS color name or specification.
|
|
1071
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
1072
|
+
* @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.
|
|
1136
1073
|
*/
|
|
1137
|
-
ripple ? : Boolean|
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1074
|
+
ripple ? : Boolean|object
|
|
1075
|
+
/**
|
|
1076
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
1077
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
1078
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-role)
|
|
1079
|
+
*/
|
|
1080
|
+
role ? : string
|
|
1143
1081
|
/**
|
|
1144
1082
|
* 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`
|
|
1145
1083
|
*/
|
|
@@ -1154,21 +1092,18 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1154
1092
|
rowLines ? : Boolean
|
|
1155
1093
|
/**
|
|
1156
1094
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
1157
|
-
* ...
|
|
1158
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-rtl)
|
|
1095
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-rtl)
|
|
1159
1096
|
*/
|
|
1160
1097
|
rtl ? : Boolean
|
|
1161
1098
|
/**
|
|
1162
1099
|
* Class implementing the popup resolving *scheduling conflicts* and *calendar misconfigurations*.
|
|
1163
|
-
* ...
|
|
1164
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-schedulingIssueResolutionPopupClass)
|
|
1100
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-schedulingIssueResolutionPopupClass)
|
|
1165
1101
|
*/
|
|
1166
1102
|
schedulingIssueResolutionPopupClass ? : typeof SchedulingIssueResolutionPopup
|
|
1167
1103
|
/**
|
|
1168
1104
|
* 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).
|
|
1169
1105
|
* See the [scrollerClass](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/GridBase#config-scrollerClass) config option.
|
|
1170
|
-
* ...
|
|
1171
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-scrollable)
|
|
1106
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-scrollable)
|
|
1172
1107
|
*/
|
|
1173
1108
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
1174
1109
|
/**
|
|
@@ -1178,8 +1113,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1178
1113
|
/**
|
|
1179
1114
|
* Specifies the maximum duration for extending the current [TimeSpan](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/TimeSpan) to allow for smooth
|
|
1180
1115
|
* scrolling to an event.
|
|
1181
|
-
* ...
|
|
1182
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-scrollExtensionThreshold)
|
|
1116
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-scrollExtensionThreshold)
|
|
1183
1117
|
*/
|
|
1184
1118
|
scrollExtensionThreshold ? : string|DurationConfig
|
|
1185
1119
|
/**
|
|
@@ -1190,8 +1124,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1190
1124
|
/**
|
|
1191
1125
|
* Selection configuration settings, change these properties to control how selection works and what can be
|
|
1192
1126
|
* selected.
|
|
1193
|
-
* ...
|
|
1194
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-selectionMode)
|
|
1127
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-selectionMode)
|
|
1195
1128
|
*/
|
|
1196
1129
|
selectionMode ? : GridSelectionMode
|
|
1197
1130
|
/**
|
|
@@ -1203,11 +1136,9 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1203
1136
|
*/
|
|
1204
1137
|
selectResourceOnScheduleClick ? : Boolean
|
|
1205
1138
|
/**
|
|
1206
|
-
* <div class="note">This property is for use when the Scheduler is used as a Calendar view - a `mode
|
|
1207
|
-
*
|
|
1208
|
-
*
|
|
1209
|
-
* ...
|
|
1210
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-shiftIncrement)
|
|
1139
|
+
* <div class="note">This property is for use when the Scheduler is used as a Calendar view - a `mode` - it will have no
|
|
1140
|
+
* effect on a Scheduler which is not inside a Calendar.</div>
|
|
1141
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-shiftIncrement)
|
|
1211
1142
|
*/
|
|
1212
1143
|
shiftIncrement ? : string|DurationConfig
|
|
1213
1144
|
/**
|
|
@@ -1217,13 +1148,11 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1217
1148
|
/**
|
|
1218
1149
|
* Configure as `true` to have the grid show a red "changed" tag in cells whose
|
|
1219
1150
|
* field value has changed and not yet been committed.
|
|
1220
|
-
* ...
|
|
1221
|
-
*
|
|
1151
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-showDirty)
|
|
1152
|
+
* @property {boolean} showDirty.duringEdit Set to `true` to show the red tag while editing a cell
|
|
1153
|
+
* @property {boolean} showDirty.newRecord Set to `true` to show the red tag for all the cells of the new record
|
|
1222
1154
|
*/
|
|
1223
|
-
showDirty ? : Boolean|{
|
|
1224
|
-
duringEdit?: Boolean
|
|
1225
|
-
newRecord?: Boolean
|
|
1226
|
-
}
|
|
1155
|
+
showDirty ? : Boolean|{ duringEdit: Boolean, newRecord: Boolean }
|
|
1227
1156
|
/**
|
|
1228
1157
|
* If set to `true` this will show a color field in the [EventEdit](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventEdit) editor and also a
|
|
1229
1158
|
* picker in the [EventMenu](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventMenu). Both enables the user to choose a color which will be
|
|
@@ -1254,17 +1183,25 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1254
1183
|
* Set to `true` to show a tooltip when hovering a dependency line
|
|
1255
1184
|
*/
|
|
1256
1185
|
showTooltip ? : Boolean
|
|
1186
|
+
/**
|
|
1187
|
+
* When `true`, all zoom operations ([zoomIn](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn),
|
|
1188
|
+
* [zoomOut](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut),
|
|
1189
|
+
* [zoomInFull](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomInFull),
|
|
1190
|
+
* [zoomOutFull](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOutFull)) will use the smooth zoom system instead
|
|
1191
|
+
* of jumping between discrete preset levels. This provides finer-grained control over zoom levels by
|
|
1192
|
+
* interpolating tick sizes between presets.
|
|
1193
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-smoothZoom)
|
|
1194
|
+
*/
|
|
1195
|
+
smoothZoom ? : Boolean
|
|
1257
1196
|
/**
|
|
1258
1197
|
* Set to `true` to snap to the current time resolution increment while interacting with scheduled events.
|
|
1259
|
-
* ...
|
|
1260
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-snap)
|
|
1198
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-snap)
|
|
1261
1199
|
*/
|
|
1262
1200
|
snap ? : Boolean
|
|
1263
1201
|
/**
|
|
1264
1202
|
* Affects drag drop and resizing of events when [snap](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/TimelineDateMapper#config-snap)
|
|
1265
1203
|
* is enabled.
|
|
1266
|
-
* ...
|
|
1267
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-snapRelativeToEventStartDate)
|
|
1204
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-snapRelativeToEventStartDate)
|
|
1268
1205
|
*/
|
|
1269
1206
|
snapRelativeToEventStartDate ? : Boolean
|
|
1270
1207
|
/**
|
|
@@ -1273,8 +1210,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1273
1210
|
span ? : number
|
|
1274
1211
|
/**
|
|
1275
1212
|
* The start date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
1276
|
-
* ...
|
|
1277
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-startDate)
|
|
1213
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-startDate)
|
|
1278
1214
|
*/
|
|
1279
1215
|
startDate ? : Date|string
|
|
1280
1216
|
/**
|
|
@@ -1283,40 +1219,34 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1283
1219
|
startParamName ? : string
|
|
1284
1220
|
/**
|
|
1285
1221
|
* This value can be one of the following:
|
|
1286
|
-
* ...
|
|
1287
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateful)
|
|
1222
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateful)
|
|
1288
1223
|
*/
|
|
1289
1224
|
stateful ? : Boolean|object|string[]
|
|
1290
1225
|
/**
|
|
1291
1226
|
* The events that, when fired by this component, should trigger it to save its state by calling
|
|
1292
1227
|
* [saveState](https://bryntum.com/products/schedulerpro/docs/api/Core/mixin/State#function-saveState).
|
|
1293
|
-
* ...
|
|
1294
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-statefulEvents)
|
|
1228
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-statefulEvents)
|
|
1295
1229
|
*/
|
|
1296
1230
|
statefulEvents ? : object|string[]
|
|
1297
1231
|
/**
|
|
1298
1232
|
* 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
|
|
1299
1233
|
* 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)
|
|
1300
1234
|
* (if explicitly specified) will be used as the `stateId`.
|
|
1301
|
-
* ...
|
|
1302
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateId)
|
|
1235
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateId)
|
|
1303
1236
|
*/
|
|
1304
1237
|
stateId ? : string
|
|
1305
1238
|
/**
|
|
1306
1239
|
* 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`
|
|
1307
1240
|
* will be saved using the [default state provider](https://bryntum.com/products/schedulerpro/docs/api/Core/state/StateProvider#property-instance-static).
|
|
1308
|
-
* ...
|
|
1309
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateProvider)
|
|
1241
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateProvider)
|
|
1310
1242
|
*/
|
|
1311
1243
|
stateProvider ? : StateProvider
|
|
1312
1244
|
/**
|
|
1313
1245
|
* The properties of this settings object controls how grid is restored from state data.
|
|
1314
|
-
* ...
|
|
1315
|
-
* [
|
|
1246
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-stateSettings)
|
|
1247
|
+
* @property {boolean} [restoreUnconfiguredColumns] Determines whether to restore columns from the state that are not explicitly defined in the grid configuration.
|
|
1316
1248
|
*/
|
|
1317
|
-
stateSettings ? :
|
|
1318
|
-
restoreUnconfiguredColumns?: Boolean
|
|
1319
|
-
}
|
|
1249
|
+
stateSettings ? : object
|
|
1320
1250
|
/**
|
|
1321
1251
|
* When set, the text in the major time axis header sticks in the scrolling viewport as long as possible.
|
|
1322
1252
|
*/
|
|
@@ -1324,24 +1254,21 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1324
1254
|
/**
|
|
1325
1255
|
* Store that holds records to display in the grid, or a store config object. If the configuration contains
|
|
1326
1256
|
* a `readUrl`, an `AjaxStore` will be created.
|
|
1327
|
-
* ...
|
|
1328
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-store)
|
|
1257
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-store)
|
|
1329
1258
|
*/
|
|
1330
1259
|
store ? : Store|StoreConfig|AjaxStore|AjaxStoreConfig
|
|
1331
1260
|
/**
|
|
1332
1261
|
* An object containing widgets keyed by name. By default (when no `type` is given), strips are
|
|
1333
1262
|
* [toolbars](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
|
|
1334
1263
|
* the toolbar's [items](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Container#config-items).
|
|
1335
|
-
* ...
|
|
1336
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-strips)
|
|
1264
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-strips)
|
|
1337
1265
|
*/
|
|
1338
1266
|
strips ? : Record<string, SchedulerProContainerItemConfig>
|
|
1339
1267
|
/**
|
|
1340
1268
|
* An object containing sub grid configuration objects keyed by a `region` property.
|
|
1341
1269
|
* By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
|
|
1342
1270
|
* The 'normal' region defaults to use `flex: 1`.
|
|
1343
|
-
* ...
|
|
1344
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-subGridConfigs)
|
|
1271
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-subGridConfigs)
|
|
1345
1272
|
*/
|
|
1346
1273
|
subGridConfigs ? : Record<string, SubGridConfig>
|
|
1347
1274
|
/**
|
|
@@ -1352,31 +1279,27 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1352
1279
|
/**
|
|
1353
1280
|
* A [Mask](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Mask) config object, or a message to be shown when Crud Manager
|
|
1354
1281
|
* is persisting changes on the server. Set to `null` to disable default sync mask.
|
|
1355
|
-
* ...
|
|
1356
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-syncMask)
|
|
1282
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-syncMask)
|
|
1357
1283
|
*/
|
|
1358
1284
|
syncMask ? : string|MaskConfig|null
|
|
1359
1285
|
/**
|
|
1360
1286
|
* 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
|
|
1361
1287
|
* [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
|
|
1362
1288
|
* this widget:
|
|
1363
|
-
* ...
|
|
1364
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tab)
|
|
1289
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tab)
|
|
1365
1290
|
*/
|
|
1366
1291
|
tab ? : Boolean|TabConfig
|
|
1367
1292
|
/**
|
|
1368
1293
|
* When this container is used as a tab in a TabPanel, these items are added to the
|
|
1369
1294
|
* [TabBar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/TabBar) when this container is the active tab.
|
|
1370
|
-
* ...
|
|
1371
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tabBarItems)
|
|
1295
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tabBarItems)
|
|
1372
1296
|
*/
|
|
1373
1297
|
tabBarItems ? : ToolbarItems[]|Widget[]
|
|
1374
1298
|
/**
|
|
1375
1299
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Toolbar),
|
|
1376
1300
|
* or array of config objects representing the child items of a Toolbar.
|
|
1377
1301
|
* This creates a toolbar docked to the top of the panel immediately below the header.
|
|
1378
|
-
* ...
|
|
1379
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tbar)
|
|
1302
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tbar)
|
|
1380
1303
|
*/
|
|
1381
1304
|
tbar ? : (SchedulerProContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
1382
1305
|
/**
|
|
@@ -1385,21 +1308,18 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1385
1308
|
terminalCls ? : string
|
|
1386
1309
|
/**
|
|
1387
1310
|
* Delay in ms before hiding the terminals when the mouse leaves an event bar or terminal.
|
|
1388
|
-
* ...
|
|
1389
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalHideDelay)
|
|
1311
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalHideDelay)
|
|
1390
1312
|
*/
|
|
1391
1313
|
terminalHideDelay ? : number
|
|
1392
1314
|
/**
|
|
1393
1315
|
* Terminal offset from their initial position, in px. Positive values move terminals further away from the
|
|
1394
1316
|
* event bar, negative values inside the event bar.
|
|
1395
|
-
* ...
|
|
1396
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalOffset)
|
|
1317
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalOffset)
|
|
1397
1318
|
*/
|
|
1398
1319
|
terminalOffset ? : number
|
|
1399
1320
|
/**
|
|
1400
1321
|
* Delay in ms before showing the terminals when hovering over an event bar.
|
|
1401
|
-
* ...
|
|
1402
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalShowDelay)
|
|
1322
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalShowDelay)
|
|
1403
1323
|
*/
|
|
1404
1324
|
terminalShowDelay ? : number
|
|
1405
1325
|
/**
|
|
@@ -1409,14 +1329,12 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1409
1329
|
terminalSides ? : string[]
|
|
1410
1330
|
/**
|
|
1411
1331
|
* Terminal diameter in px, overrides the default CSS value for it (which might depend on theme).
|
|
1412
|
-
* ...
|
|
1413
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalSize)
|
|
1332
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-terminalSize)
|
|
1414
1333
|
*/
|
|
1415
1334
|
terminalSize ? : number|string
|
|
1416
1335
|
/**
|
|
1417
1336
|
* The width/height (depending on vertical / horizontal mode) of all the time columns.
|
|
1418
|
-
* ...
|
|
1419
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tickSize)
|
|
1337
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tickSize)
|
|
1420
1338
|
*/
|
|
1421
1339
|
tickSize ? : number
|
|
1422
1340
|
/**
|
|
@@ -1437,35 +1355,30 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1437
1355
|
/**
|
|
1438
1356
|
* Gets/sets the current time resolution object, which contains a unit identifier and an increment count
|
|
1439
1357
|
* `{ unit, increment }`. This value means minimal task duration you can create using UI.
|
|
1440
|
-
* ...
|
|
1441
|
-
*
|
|
1358
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-timeResolution)
|
|
1359
|
+
* @property {number} increment The increment in the specified unit
|
|
1360
|
+
* @property {DurationUnit} unit The time resolution unit
|
|
1442
1361
|
*/
|
|
1443
|
-
timeResolution ? :
|
|
1444
|
-
increment?: number
|
|
1445
|
-
unit?: DurationUnit
|
|
1446
|
-
}|number
|
|
1362
|
+
timeResolution ? : object|number
|
|
1447
1363
|
/**
|
|
1448
1364
|
* Set to a time zone or a UTC offset. This will set the projects
|
|
1449
1365
|
* [timeZone](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/ProjectModel#config-timeZone) config accordingly. As this config is only a referer,
|
|
1450
1366
|
* please see project's config [documentation](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/ProjectModel#config-timeZone) for more
|
|
1451
1367
|
* information.
|
|
1452
|
-
* ...
|
|
1453
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-timeZone)
|
|
1368
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-timeZone)
|
|
1454
1369
|
*/
|
|
1455
1370
|
timeZone ? : string|number
|
|
1456
1371
|
/**
|
|
1457
1372
|
* A title to display in the header or owning TabPanel. Causes creation and docking of a header
|
|
1458
1373
|
* to the top if no header is configured.
|
|
1459
|
-
* ...
|
|
1460
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-title)
|
|
1374
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-title)
|
|
1461
1375
|
*/
|
|
1462
1376
|
title ? : string
|
|
1463
1377
|
/**
|
|
1464
1378
|
* 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
|
|
1465
1379
|
* property name is the reference by which an instantiated tool may be retrieved from the live
|
|
1466
1380
|
* `[tools](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
|
|
1467
|
-
* ...
|
|
1468
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tools)
|
|
1381
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-tools)
|
|
1469
1382
|
*/
|
|
1470
1383
|
tools ? : Record<string, ToolConfig>|null
|
|
1471
1384
|
/**
|
|
@@ -1477,19 +1390,18 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1477
1390
|
tooltipTemplate ? : (dependency: DependencyBaseModel) => string|DomConfig
|
|
1478
1391
|
/**
|
|
1479
1392
|
* Configure UI transitions for various actions in the grid.
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
}
|
|
1393
|
+
* @property {boolean} insertRecord Transition record insertions
|
|
1394
|
+
* @property {boolean} removeRecord Transition record removals
|
|
1395
|
+
* @property {boolean} toggleColumn Transition column visibility changes
|
|
1396
|
+
* @property {boolean} expandCollapseColumn Transition parent/group column expand/collapse
|
|
1397
|
+
* @property {boolean} toggleRegion Transition region expand/collapse
|
|
1398
|
+
* @property {boolean} toggleTreeNode Transition tree node expand/collapse
|
|
1399
|
+
* @property {boolean} toggleGroup Transition group expand/collapse
|
|
1400
|
+
* @property {boolean} filterRemoval Transition row removals caused by filtering (under specific conditions)
|
|
1401
|
+
* @property {boolean} removeEvent Transition event removals
|
|
1402
|
+
* @property {boolean} changeEvent Transition event changes
|
|
1403
|
+
*/
|
|
1404
|
+
transition ? : object
|
|
1493
1405
|
/**
|
|
1494
1406
|
* Animation transition duration in milliseconds.
|
|
1495
1407
|
*/
|
|
@@ -1503,8 +1415,7 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1503
1415
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
1504
1416
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
1505
1417
|
* values are used as the class names.
|
|
1506
|
-
* ...
|
|
1507
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ui)
|
|
1418
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-ui)
|
|
1508
1419
|
*/
|
|
1509
1420
|
ui ? : 'plain'|'toolbar'|string|object
|
|
1510
1421
|
/**
|
|
@@ -1518,35 +1429,30 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1518
1429
|
* By default, the day of week and week of month of the event's start date are used to create
|
|
1519
1430
|
* helpful contextual recurrence types when editing a non-recurring event record and choosing
|
|
1520
1431
|
* an initial recurrence type.
|
|
1521
|
-
* ...
|
|
1522
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-useContextualRecurrenceRules)
|
|
1432
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-useContextualRecurrenceRules)
|
|
1523
1433
|
*/
|
|
1524
1434
|
useContextualRecurrenceRules ? : Boolean
|
|
1525
1435
|
/**
|
|
1526
1436
|
* By default, scheduler fade events in on load. Specify `false` to prevent this animation or specify one
|
|
1527
1437
|
* of the available animation types to use it (`true` equals `'fade-in'`):
|
|
1528
|
-
* ...
|
|
1529
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-useInitialAnimation)
|
|
1438
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-useInitialAnimation)
|
|
1530
1439
|
*/
|
|
1531
1440
|
useInitialAnimation ? : Boolean|'fade-in'|'slide-from-left'|'slide-from-top'|string
|
|
1532
1441
|
/**
|
|
1533
1442
|
* The time axis column config for vertical [mode](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/SchedulerBase#config-mode).
|
|
1534
|
-
* ...
|
|
1535
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-verticalTimeAxisColumn)
|
|
1443
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-verticalTimeAxisColumn)
|
|
1536
1444
|
*/
|
|
1537
1445
|
verticalTimeAxisColumn ? : VerticalTimeAxisColumnConfig
|
|
1538
1446
|
/**
|
|
1539
|
-
* A string key used to
|
|
1540
|
-
* managed by [PresetManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/PresetManager). See [PresetManager](#Scheduler/preset/PresetManager)
|
|
1541
|
-
* Or a config object for a viewPreset.
|
|
1542
|
-
* ...
|
|
1543
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-viewPreset)
|
|
1447
|
+
* A string key used to look up a predefined [ViewPreset](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset) (e.g. 'weekAndDay',
|
|
1448
|
+
* 'hourAndDay'), managed by [PresetManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/PresetManager). See [PresetManager](#Scheduler/preset/PresetManager)
|
|
1449
|
+
* for more information. Or a config object for a viewPreset.
|
|
1450
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-viewPreset)
|
|
1544
1451
|
*/
|
|
1545
1452
|
viewPreset ? : string|ViewPresetConfig
|
|
1546
1453
|
/**
|
|
1547
1454
|
* A date to bring into view initially on the scrollable timeline.
|
|
1548
|
-
* ...
|
|
1549
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-visibleDate)
|
|
1455
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-visibleDate)
|
|
1550
1456
|
*/
|
|
1551
1457
|
visibleDate ? : Date|VisibleDate
|
|
1552
1458
|
/**
|
|
@@ -1574,15 +1480,19 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1574
1480
|
/**
|
|
1575
1481
|
* An object with format `{ fromDay, toDay, fromHour, toHour }` that describes the working days and hours.
|
|
1576
1482
|
* This object will be used to populate TimeAxis [include](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/TimeAxis#config-include) property.
|
|
1577
|
-
* ...
|
|
1578
|
-
*
|
|
1483
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-workingTime)
|
|
1484
|
+
* @property {number} workingTime.fromDay Day index 0-6 (0 is Sunday)
|
|
1485
|
+
* @property {number} workingTime.toDay Day index 0-6 (0 is Sunday)
|
|
1486
|
+
* @property {number} workingTime.fromHour 0-23
|
|
1487
|
+
* @property {number} workingTime.toHour 0-23
|
|
1488
|
+
*/
|
|
1489
|
+
workingTime ? : { fromDay: number, toDay: number, fromHour: number, toHour: number }
|
|
1490
|
+
/**
|
|
1491
|
+
* Factor multiplied with wheel delta to calculate smooth zoom level changes when zooming with mouse wheel or
|
|
1492
|
+
* trackpad pinch gestures. A higher value means faster zooming.
|
|
1493
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-zoomFactor)
|
|
1579
1494
|
*/
|
|
1580
|
-
|
|
1581
|
-
fromDay?: number
|
|
1582
|
-
toDay?: number
|
|
1583
|
-
fromHour?: number
|
|
1584
|
-
toHour?: number
|
|
1585
|
-
}
|
|
1495
|
+
zoomFactor ? : number
|
|
1586
1496
|
/**
|
|
1587
1497
|
* Whether the originally rendered timespan should be preserved while zooming. By default, it is set to `false`,
|
|
1588
1498
|
* meaning the timeline panel will adjust the currently rendered timespan to limit the amount of HTML content to
|
|
@@ -1592,11 +1502,11 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1592
1502
|
*/
|
|
1593
1503
|
zoomKeepsOriginalTimespan ? : Boolean
|
|
1594
1504
|
/**
|
|
1595
|
-
* If true
|
|
1505
|
+
* If `true`, you can zoom in and out on the time axis using <kbd>CTRL</kbd> + mouse wheel.
|
|
1596
1506
|
*/
|
|
1597
1507
|
zoomOnMouseWheel ? : Boolean
|
|
1598
1508
|
/**
|
|
1599
|
-
*
|
|
1509
|
+
* If `true`, you can zoom to a time span by double-clicking a time axis cell.
|
|
1600
1510
|
*/
|
|
1601
1511
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1602
1512
|
|
|
@@ -1606,14 +1516,12 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1606
1516
|
* to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
|
|
1607
1517
|
* the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
|
|
1608
1518
|
* specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records.
|
|
1609
|
-
* ...
|
|
1610
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/AI)
|
|
1519
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/AI)
|
|
1611
1520
|
*/
|
|
1612
1521
|
aiFeature ? : object|Boolean|string|AI|AIConfig
|
|
1613
1522
|
/**
|
|
1614
1523
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1615
|
-
* ...
|
|
1616
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ai/AIFilter)
|
|
1524
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ai/AIFilter)
|
|
1617
1525
|
*/
|
|
1618
1526
|
aiFilterFeature ? : object|Boolean|string|AIFilter|AIFilterConfig
|
|
1619
1527
|
/**
|
|
@@ -1621,240 +1529,232 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1621
1529
|
* calendar (controlled by the [calendar](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/CalendarHighlight#config-calendar) config). The calendars are highlighted while a user is creating,
|
|
1622
1530
|
* dragging or resizing a task. Enabling this feature makes it easier for the end user to understand the underlying
|
|
1623
1531
|
* rules of the schedule.
|
|
1624
|
-
* ...
|
|
1625
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/CalendarHighlight)
|
|
1532
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/CalendarHighlight)
|
|
1626
1533
|
*/
|
|
1627
1534
|
calendarHighlightFeature ? : object|Boolean|string|CalendarHighlight|CalendarHighlightConfig
|
|
1628
1535
|
/**
|
|
1629
1536
|
* Allows using `[Ctrl/CMD + C]`, `[Ctrl/CMD + X]` and `[Ctrl/CMD + V]` to cut, copy and paste cell or cell ranges. Also
|
|
1630
1537
|
* makes cut, copy and paste actions available via the cell context menu.
|
|
1631
|
-
* ...
|
|
1632
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellCopyPaste)
|
|
1538
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellCopyPaste)
|
|
1633
1539
|
*/
|
|
1634
1540
|
cellCopyPasteFeature ? : object|Boolean|string|CellCopyPaste|CellCopyPasteConfig
|
|
1635
1541
|
/**
|
|
1636
|
-
* Extends the Grid's [CellEdit](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellEdit) feature to
|
|
1637
|
-
*
|
|
1638
|
-
*
|
|
1542
|
+
* Extends the Grid's [CellEdit](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellEdit) feature to integrate with the Scheduler Pro scheduling engine.
|
|
1543
|
+
* It wraps cell edit operations in project transactions, ensuring that all changes to scheduling-related fields
|
|
1544
|
+
* (such as start date, duration, or effort) are processed atomically through the scheduling engine and can be
|
|
1545
|
+
* cleanly committed or reverted. This feature also coordinates with other transactional features to prevent
|
|
1546
|
+
* conflicting edits from occurring simultaneously.
|
|
1547
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/CellEdit)
|
|
1639
1548
|
*/
|
|
1640
1549
|
cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
|
|
1641
1550
|
/**
|
|
1642
1551
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
1643
1552
|
* <kbd>Space</kbd> key when the cell is focused.
|
|
1644
|
-
* ...
|
|
1645
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellMenu)
|
|
1553
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellMenu)
|
|
1646
1554
|
*/
|
|
1647
1555
|
cellMenuFeature ? : object|Boolean|string|CellMenu|CellMenuConfig
|
|
1648
1556
|
/**
|
|
1649
1557
|
* Displays a tooltip when hovering cells.
|
|
1650
|
-
* ...
|
|
1651
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellTooltip)
|
|
1558
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/CellTooltip)
|
|
1652
1559
|
*/
|
|
1653
1560
|
cellTooltipFeature ? : object|Boolean|string|CellTooltip|CellTooltipConfig
|
|
1654
1561
|
/**
|
|
1655
1562
|
* 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
|
|
1656
1563
|
* and updated in realtime as data changes. Supports many common chart types with extensive styling and customization
|
|
1657
1564
|
* options.
|
|
1658
|
-
* ...
|
|
1659
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Charts)
|
|
1565
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Charts)
|
|
1660
1566
|
*/
|
|
1661
1567
|
chartsFeature ? : object|Boolean|string|Charts|ChartsConfig
|
|
1662
1568
|
/**
|
|
1663
|
-
* Enables the [autoWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns.
|
|
1664
|
-
*
|
|
1665
|
-
*
|
|
1569
|
+
* Enables the [autoWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns. When a column
|
|
1570
|
+
* has `autoWidth` set, this feature measures the rendered content of all visible cells in that column
|
|
1571
|
+
* and adjusts the column width to fit. The measurement is triggered automatically when data changes
|
|
1572
|
+
* or rows are rendered.
|
|
1573
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnAutoWidth)
|
|
1666
1574
|
*/
|
|
1667
1575
|
columnAutoWidthFeature ? : object|Boolean|string|ColumnAutoWidth|ColumnAutoWidthConfig
|
|
1668
1576
|
/**
|
|
1669
1577
|
* Displays a toolbar while dragging column headers. Drop on a button in the toolbar to activate a certain function,
|
|
1670
1578
|
* for example to group by that column. This feature simplifies certain operations on touch devices.
|
|
1671
|
-
* ...
|
|
1672
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1579
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1673
1580
|
*/
|
|
1674
1581
|
columnDragToolbarFeature ? : object|Boolean|string|ColumnDragToolbar|ColumnDragToolbarConfig
|
|
1675
1582
|
/**
|
|
1676
1583
|
* Displays column lines for ticks, with a different styling for major ticks (by default they are darker). If this
|
|
1677
1584
|
* feature is disabled, no lines are shown. If it's enabled, line are shown for the tick level which is set in current
|
|
1678
1585
|
* ViewPreset. Please see [columnLinesFor](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/preset/ViewPreset#field-columnLinesFor) config for details.
|
|
1679
|
-
* ...
|
|
1680
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ColumnLines)
|
|
1586
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ColumnLines)
|
|
1681
1587
|
*/
|
|
1682
1588
|
columnLinesFeature ? : object|Boolean|string|ColumnLines|ColumnLinesConfig
|
|
1683
1589
|
/**
|
|
1684
1590
|
* Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus
|
|
1685
1591
|
* by region or tag. Grouped headers are displayed as menu hierarchies.
|
|
1686
|
-
* ...
|
|
1687
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnPicker)
|
|
1592
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnPicker)
|
|
1688
1593
|
*/
|
|
1689
1594
|
columnPickerFeature ? : object|Boolean|string|ColumnPicker|ColumnPickerConfig
|
|
1690
1595
|
/**
|
|
1691
1596
|
* Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header
|
|
1692
1597
|
* is focused.
|
|
1693
|
-
* ...
|
|
1694
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnRename)
|
|
1598
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnRename)
|
|
1695
1599
|
*/
|
|
1696
1600
|
columnRenameFeature ? : object|Boolean|string|ColumnRename|ColumnRenameConfig
|
|
1697
1601
|
/**
|
|
1698
|
-
* Allows user to reorder columns by dragging headers.
|
|
1699
|
-
*
|
|
1700
|
-
*
|
|
1701
|
-
* [
|
|
1602
|
+
* Allows user to reorder columns by dragging headers. Click and drag a column header to move it to a new position.
|
|
1603
|
+
* Visual feedback shows the drop target while dragging. To get notified about column reorder, listen to the
|
|
1604
|
+
* `change` event on the [columns](https://bryntum.com/products/schedulerpro/docs/api/Grid/data/ColumnStore) store.
|
|
1605
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnReorder)
|
|
1702
1606
|
*/
|
|
1703
1607
|
columnReorderFeature ? : object|Boolean|string|ColumnReorder|ColumnReorderConfig
|
|
1704
1608
|
/**
|
|
1705
|
-
* Enables user to resize columns by dragging a handle on the right hand side of the header.
|
|
1706
|
-
*
|
|
1707
|
-
*
|
|
1708
|
-
* [
|
|
1609
|
+
* Enables user to resize columns by dragging a handle on the right hand side of the header. A drag handle
|
|
1610
|
+
* appears when hovering near the right edge of a column header. Dragging it adjusts the column width, respecting
|
|
1611
|
+
* any [minWidth](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-minWidth) or [maxWidth](#Grid/column/Column#config-maxWidth) constraints.
|
|
1612
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/ColumnResize)
|
|
1709
1613
|
*/
|
|
1710
1614
|
columnResizeFeature ? : object|Boolean|string|ColumnResize|ColumnResizeConfig
|
|
1711
1615
|
/**
|
|
1712
|
-
*
|
|
1713
|
-
*
|
|
1714
|
-
*
|
|
1715
|
-
*
|
|
1616
|
+
* Extends the Scheduler's [Dependencies](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Dependencies) feature to integrate with the Scheduler Pro
|
|
1617
|
+
* scheduling engine. It renders dependency lines between events and supports interactive creation of new
|
|
1618
|
+
* dependencies by dragging from one event's dependency terminal to another. All dependency creation and
|
|
1619
|
+
* modification operations are wrapped in project transactions, ensuring that the scheduling engine processes
|
|
1620
|
+
* the changes atomically and can revert them if needed.
|
|
1621
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/Dependencies)
|
|
1716
1622
|
*/
|
|
1717
1623
|
dependenciesFeature ? : object|Boolean|string|Dependencies|DependenciesConfig
|
|
1718
1624
|
/**
|
|
1719
|
-
*
|
|
1720
|
-
*
|
|
1721
|
-
*
|
|
1625
|
+
* Extends the Scheduler's [DependencyEdit](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/DependencyEdit) feature to integrate with the Scheduler Pro
|
|
1626
|
+
* scheduling engine. It displays a popup containing fields for editing dependency data such as type, lag, and
|
|
1627
|
+
* active state. All edits, saves, and deletions performed through this editor are wrapped in project transactions,
|
|
1628
|
+
* ensuring that the scheduling engine processes the changes atomically and can revert them on cancel.
|
|
1629
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/DependencyEdit)
|
|
1722
1630
|
*/
|
|
1723
1631
|
dependencyEditFeature ? : object|Boolean|string|DependencyEdit|DependencyEditConfig
|
|
1724
1632
|
/**
|
|
1725
1633
|
* Displays a context menu when right-clicking dependency lines. Items are populated by other features and/or
|
|
1726
1634
|
* application code.
|
|
1727
|
-
* ...
|
|
1728
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/DependencyMenu)
|
|
1635
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/DependencyMenu)
|
|
1729
1636
|
*/
|
|
1730
1637
|
dependencyMenuFeature ? : object|Boolean|string|DependencyMenu|DependencyMenuConfig
|
|
1731
1638
|
/**
|
|
1732
1639
|
* Feature that allows showing additional time before & after an event, to visualize things like travel time - or the
|
|
1733
1640
|
* time you need to prepare a room for a meeting + clean it up after. You can configure whether the buffer time
|
|
1734
1641
|
* intervals should be considered busy time or available time using [bufferIsUnavailableTime](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventBuffer#property-bufferIsUnavailableTime).
|
|
1735
|
-
* ...
|
|
1736
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventBuffer)
|
|
1642
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventBuffer)
|
|
1737
1643
|
*/
|
|
1738
1644
|
eventBufferFeature ? : object|Boolean|string|EventBuffer|EventBufferConfig
|
|
1739
1645
|
/**
|
|
1740
1646
|
* Allow using <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>C</kbd>, <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>X</kbd> and
|
|
1741
1647
|
* <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>V</kbd> to copy/cut and paste events.
|
|
1742
|
-
* ...
|
|
1743
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventCopyPaste)
|
|
1648
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventCopyPaste)
|
|
1744
1649
|
*/
|
|
1745
1650
|
eventCopyPasteFeature ? : object|Boolean|string|EventCopyPaste|EventCopyPasteConfig
|
|
1746
1651
|
/**
|
|
1747
|
-
* Allows user to drag and drop events within the
|
|
1748
|
-
*
|
|
1749
|
-
* [
|
|
1652
|
+
* Allows user to drag and drop events within the Scheduler Pro, to change `startDate` or resource assignment.
|
|
1653
|
+
* This class extends the Scheduler's [EventDrag](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDrag) feature for use in Scheduler Pro.
|
|
1654
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventDrag)
|
|
1750
1655
|
*/
|
|
1751
1656
|
eventDragFeature ? : object|Boolean|string|EventDrag|EventDragConfig
|
|
1752
1657
|
/**
|
|
1753
1658
|
* Feature that allows the user to create new events by dragging in empty parts of the scheduler rows.
|
|
1754
|
-
* ...
|
|
1755
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDragCreate)
|
|
1659
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDragCreate)
|
|
1756
1660
|
*/
|
|
1757
1661
|
eventDragCreateFeature ? : object|Boolean|string|EventDragCreate|EventDragCreateConfig
|
|
1758
1662
|
/**
|
|
1759
1663
|
* Enables users to click and drag to select events (or assignments in multi assignment mode) inside the Scheduler's
|
|
1760
1664
|
* timeline. Press <kbd>CTRL</kbd>/<kbd>CMD</kbd> to extend an existing selection.
|
|
1761
|
-
* ...
|
|
1762
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDragSelect)
|
|
1665
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventDragSelect)
|
|
1763
1666
|
*/
|
|
1764
1667
|
eventDragSelectFeature ? : object|Boolean|string|EventDragSelect|EventDragSelectConfig
|
|
1765
1668
|
/**
|
|
1766
1669
|
* Feature that displays a popup containing widgets for editing event data.
|
|
1767
|
-
* ...
|
|
1768
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventEdit)
|
|
1670
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventEdit)
|
|
1769
1671
|
*/
|
|
1770
1672
|
eventEditFeature ? : object|Boolean|string|EventEdit|EventEditConfig
|
|
1771
1673
|
/**
|
|
1772
|
-
* Adds event filter menu items to the timeline header context menu.
|
|
1773
|
-
*
|
|
1774
|
-
* [
|
|
1674
|
+
* Adds event filter menu items to the timeline header context menu. Users can type filter text to show
|
|
1675
|
+
* only events whose name matches the query.
|
|
1676
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventFilter)
|
|
1775
1677
|
*/
|
|
1776
1678
|
eventFilterFeature ? : object|Boolean|string|EventFilter|EventFilterConfig
|
|
1777
1679
|
/**
|
|
1778
1680
|
* Displays a context menu for events. Items are populated by other features and/or application code.
|
|
1779
|
-
* ...
|
|
1780
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventMenu)
|
|
1681
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventMenu)
|
|
1781
1682
|
*/
|
|
1782
1683
|
eventMenuFeature ? : object|Boolean|string|EventMenu|EventMenuConfig
|
|
1783
1684
|
/**
|
|
1784
1685
|
* Feature that allows rendering non-working time ranges into event bars (weekends for Scheduler, effective calendar for
|
|
1785
1686
|
* SchedulerPro):
|
|
1786
|
-
* ...
|
|
1787
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventNonWorkingTime)
|
|
1687
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventNonWorkingTime)
|
|
1788
1688
|
*/
|
|
1789
1689
|
eventNonWorkingTimeFeature ? : object|Boolean|string|EventNonWorkingTime|EventNonWorkingTimeConfig
|
|
1790
1690
|
/**
|
|
1791
|
-
*
|
|
1792
|
-
*
|
|
1793
|
-
*
|
|
1691
|
+
* Extends the Scheduler's [EventResize](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventResize) feature for use in Scheduler Pro. It allows
|
|
1692
|
+
* resizing an event by dragging its start or end edge, updating the event's dates accordingly through the
|
|
1693
|
+
* scheduling engine. This override excludes event segments from being resized by the main resize feature,
|
|
1694
|
+
* deferring segment resize handling to the dedicated [EventSegmentResize](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventSegmentResize) feature.
|
|
1695
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventResize)
|
|
1794
1696
|
*/
|
|
1795
1697
|
eventResizeFeature ? : object|Boolean|string|EventResize|EventResizeConfig
|
|
1796
1698
|
/**
|
|
1797
|
-
* Allows
|
|
1798
|
-
*
|
|
1799
|
-
*
|
|
1699
|
+
* Allows users to drag and drop individual event segments within the resource row to reschedule them. When a
|
|
1700
|
+
* segment is dragged, its start date is updated and the scheduling engine recalculates the overall event
|
|
1701
|
+
* accordingly. Segment dragging is constrained to the owning resource row and respects boundaries set by
|
|
1702
|
+
* neighboring segments, preventing overlap between adjacent segments of the same event.
|
|
1703
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventSegmentDrag)
|
|
1800
1704
|
*/
|
|
1801
1705
|
eventSegmentDragFeature ? : object|Boolean|string|EventSegmentDrag|EventSegmentDragConfig
|
|
1802
1706
|
/**
|
|
1803
|
-
*
|
|
1804
|
-
*
|
|
1805
|
-
*
|
|
1707
|
+
* Allows resizing individual event segments by dragging their start or end edges. When a segment is resized, the
|
|
1708
|
+
* scheduling engine recalculates the parent event's dates and duration accordingly. Resize operations are
|
|
1709
|
+
* constrained by neighboring segments, preventing overlap between adjacent segments of the same event. If the
|
|
1710
|
+
* first or last segment is resized, the parent event's start or end date is updated to match.
|
|
1711
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventSegmentResize)
|
|
1806
1712
|
*/
|
|
1807
1713
|
eventSegmentResizeFeature ? : object|Boolean|string|EventSegmentResize|EventSegmentResizeConfig
|
|
1808
1714
|
/**
|
|
1809
1715
|
* This feature provides segmented events support. It implements rendering of such events and also adds a entries to the
|
|
1810
1716
|
* event context menu allowing to split the selected event and rename segments.
|
|
1811
|
-
* ...
|
|
1812
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventSegments)
|
|
1717
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/EventSegments)
|
|
1813
1718
|
*/
|
|
1814
1719
|
eventSegmentsFeature ? : object|Boolean|string|EventSegments|EventSegmentsConfig
|
|
1815
1720
|
/**
|
|
1816
1721
|
* Displays a tooltip when hovering events. The template used to render the tooltip can be customized, see [template](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventTooltip#config-template).
|
|
1817
1722
|
* Config options are also applied to the tooltip shown, see [Tooltip](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Tooltip) for available options.
|
|
1818
|
-
* ...
|
|
1819
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventTooltip)
|
|
1723
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/EventTooltip)
|
|
1820
1724
|
*/
|
|
1821
1725
|
eventTooltipFeature ? : object|Boolean|string|EventTooltip|EventTooltipConfig
|
|
1822
1726
|
/**
|
|
1823
1727
|
* A feature that allows exporting Scheduler data to Excel or CSV without involving the server. It uses
|
|
1824
1728
|
* [TableExporter](https://bryntum.com/products/schedulerpro/docs/api/Grid/util/TableExporter) class as data provider, 3rd party provider to generate XLS files, and
|
|
1825
1729
|
* [Microsoft XML specification](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.aspx).
|
|
1826
|
-
* ...
|
|
1827
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/experimental/ExcelExporter)
|
|
1730
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/experimental/ExcelExporter)
|
|
1828
1731
|
*/
|
|
1829
1732
|
excelExporterFeature ? : object|Boolean|string|ExcelExporter|ExcelExporterConfig
|
|
1830
1733
|
/**
|
|
1831
|
-
* An experimental feature that lets users drop files on a Widget. The widget fires
|
|
1832
|
-
* In the event, you get access to the raw
|
|
1833
|
-
*
|
|
1834
|
-
* [
|
|
1734
|
+
* An experimental feature that lets users drop files on a Widget. The widget fires a
|
|
1735
|
+
* [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
|
|
1736
|
+
* files as strings, that were parsed by calling `readAsBinaryString`.
|
|
1737
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/experimental/FileDrop)
|
|
1835
1738
|
*/
|
|
1836
1739
|
fileDropFeature ? : object|Boolean|string|FileDrop|FileDropConfig
|
|
1837
1740
|
/**
|
|
1838
1741
|
* This feature adds a fill handle to a Grid range selection, which when dragged, fills the cells being dragged over
|
|
1839
1742
|
* with values based on the values in the original selected range. This is similar to functionality normally seen in
|
|
1840
1743
|
* various spreadsheet applications.
|
|
1841
|
-
* ...
|
|
1842
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FillHandle)
|
|
1744
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FillHandle)
|
|
1843
1745
|
*/
|
|
1844
1746
|
fillHandleFeature ? : object|Boolean|string|FillHandle|FillHandleConfig
|
|
1845
1747
|
/**
|
|
1846
1748
|
* Feature that allows filtering of the grid by settings filters on columns. The actual filtering is done by the store.
|
|
1847
1749
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreFilter).
|
|
1848
|
-
* ...
|
|
1849
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Filter)
|
|
1750
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Filter)
|
|
1850
1751
|
*/
|
|
1851
1752
|
filterFeature ? : object|Boolean|string|Filter|FilterConfig
|
|
1852
1753
|
/**
|
|
1853
1754
|
* Feature that allows filtering of the grid by entering filters on column headers.
|
|
1854
1755
|
* The actual filtering is done by the store.
|
|
1855
1756
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreFilter).
|
|
1856
|
-
* ...
|
|
1857
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FilterBar)
|
|
1757
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/FilterBar)
|
|
1858
1758
|
*/
|
|
1859
1759
|
filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
|
|
1860
1760
|
/**
|
|
@@ -1862,171 +1762,147 @@ export declare type BryntumSchedulerProProps = {
|
|
|
1862
1762
|
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
1863
1763
|
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
1864
1764
|
* grouper.
|
|
1865
|
-
* ...
|
|
1866
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Group)
|
|
1765
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Group)
|
|
1867
1766
|
*/
|
|
1868
1767
|
groupFeature ? : object|Boolean|string|Group|GroupConfig
|
|
1869
1768
|
/**
|
|
1870
1769
|
* A special version of the Grid GroupSummary feature that enables summaries within scheduler. To use a single summary
|
|
1871
1770
|
* 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).
|
|
1872
|
-
* ...
|
|
1873
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/GroupSummary)
|
|
1771
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/GroupSummary)
|
|
1874
1772
|
*/
|
|
1875
1773
|
groupSummaryFeature ? : object|Boolean|string|GroupSummary|GroupSummaryConfig
|
|
1876
1774
|
/**
|
|
1877
1775
|
* Right click column header or focus it and press SPACE key to show the context menu for headers.
|
|
1878
|
-
* ...
|
|
1879
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/HeaderMenu)
|
|
1776
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/HeaderMenu)
|
|
1880
1777
|
*/
|
|
1881
1778
|
headerMenuFeature ? : object|Boolean|string|HeaderMenu|HeaderMenuConfig
|
|
1882
1779
|
/**
|
|
1883
1780
|
* Enables users to click and drag to zoom to a date range in Scheduler's header time axis. Only supported in horizontal
|
|
1884
1781
|
* mode.
|
|
1885
|
-
* ...
|
|
1886
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/HeaderZoom)
|
|
1782
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/HeaderZoom)
|
|
1887
1783
|
*/
|
|
1888
1784
|
headerZoomFeature ? : object|Boolean|string|HeaderZoom|HeaderZoomConfig
|
|
1889
1785
|
/**
|
|
1890
1786
|
* Displays labels at positions [top](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Labels#config-top), [right](#Scheduler/feature/Labels#config-right), [bottom](#Scheduler/feature/Labels#config-bottom) and
|
|
1891
1787
|
* [left](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Labels#config-left).
|
|
1892
|
-
* ...
|
|
1893
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Labels)
|
|
1788
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Labels)
|
|
1894
1789
|
*/
|
|
1895
1790
|
labelsFeature ? : object|Boolean|string|Labels|LabelsConfig
|
|
1896
1791
|
/**
|
|
1897
1792
|
* This feature allows resources which satisfy a certain condition to be locked at the top of the scheduler.
|
|
1898
|
-
* ...
|
|
1899
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/LockRows)
|
|
1793
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/LockRows)
|
|
1900
1794
|
*/
|
|
1901
1795
|
lockRowsFeature ? : object|Boolean|string|LockRows|LockRowsConfig
|
|
1902
1796
|
/**
|
|
1903
1797
|
* 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
|
|
1904
1798
|
* configured to [mergeCells](https://bryntum.com/products/schedulerpro/docs/api/Grid/column/Column#config-mergeCells).
|
|
1905
|
-
* ...
|
|
1906
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/MergeCells)
|
|
1799
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/MergeCells)
|
|
1907
1800
|
*/
|
|
1908
1801
|
mergeCellsFeature ? : object|Boolean|string|MergeCells|MergeCellsConfig
|
|
1909
1802
|
/**
|
|
1910
1803
|
* A feature that renders child events nested inside their parent. Requires Scheduler Pro to use a tree event store
|
|
1911
1804
|
* (normally handled automatically when events in data has children).
|
|
1912
|
-
* ...
|
|
1913
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/NestedEvents)
|
|
1805
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/NestedEvents)
|
|
1914
1806
|
*/
|
|
1915
1807
|
nestedEventsFeature ? : object|Boolean|string|NestedEvents|NestedEventsConfig
|
|
1916
1808
|
/**
|
|
1917
1809
|
* Feature that allows styling of weekends (and other non-working time) by adding timeRanges for those days.
|
|
1918
|
-
* ...
|
|
1919
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1810
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1920
1811
|
*/
|
|
1921
1812
|
nonWorkingTimeFeature ? : object|Boolean|string|NonWorkingTime|NonWorkingTimeConfig
|
|
1922
1813
|
/**
|
|
1923
1814
|
* Makes the scheduler's timeline pannable by dragging with the mouse. Try it out in the demo below.
|
|
1924
|
-
* ...
|
|
1925
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Pan)
|
|
1815
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Pan)
|
|
1926
1816
|
*/
|
|
1927
1817
|
panFeature ? : object|Boolean|string|Pan|PanConfig
|
|
1928
1818
|
/**
|
|
1929
1819
|
* Generates PDF/PNG files from the Scheduler component.
|
|
1930
|
-
* ...
|
|
1931
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/export/PdfExport)
|
|
1820
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/export/PdfExport)
|
|
1932
1821
|
*/
|
|
1933
1822
|
pdfExportFeature ? : object|Boolean|string|PdfExport|PdfExportConfig
|
|
1934
1823
|
/**
|
|
1935
1824
|
* This feature visualizes the [percentDone](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/mixin/PercentDoneMixin#field-percentDone) field as a
|
|
1936
1825
|
* progress bar on the event elements. Each progress bar also optionally has a drag handle which users can drag can
|
|
1937
1826
|
* change the value.
|
|
1938
|
-
* ...
|
|
1939
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/PercentBar)
|
|
1827
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/PercentBar)
|
|
1940
1828
|
*/
|
|
1941
1829
|
percentBarFeature ? : object|Boolean|string|PercentBar|PercentBarConfig
|
|
1942
1830
|
/**
|
|
1943
1831
|
* Allows pinning columns to the start or end region of the grid without any additional subGrid configurations.
|
|
1944
1832
|
* When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.
|
|
1945
|
-
* ...
|
|
1946
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/PinColumns)
|
|
1833
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/PinColumns)
|
|
1947
1834
|
*/
|
|
1948
1835
|
pinColumnsFeature ? : object|Boolean|string|PinColumns|PinColumnsConfig
|
|
1949
1836
|
/**
|
|
1950
1837
|
* Allows printing Scheduler contents using browser print dialog.
|
|
1951
|
-
* ...
|
|
1952
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/export/Print)
|
|
1838
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/export/Print)
|
|
1953
1839
|
*/
|
|
1954
1840
|
printFeature ? : object|Boolean|string|Print|PrintConfig
|
|
1955
1841
|
/**
|
|
1956
1842
|
* Feature that allows the user to search in a column by focusing a cell and typing. Navigate between hits using the
|
|
1957
|
-
* keyboard,
|
|
1958
|
-
*
|
|
1959
|
-
* [
|
|
1843
|
+
* keyboard, <kbd>f3</kbd> or <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>g</kbd> moves to next, also pressing
|
|
1844
|
+
* <kbd>shift</kbd> moves to previous.
|
|
1845
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/QuickFind)
|
|
1960
1846
|
*/
|
|
1961
1847
|
quickFindFeature ? : object|Boolean|string|QuickFind|QuickFindConfig
|
|
1962
1848
|
/**
|
|
1963
1849
|
* Makes the splitter between grid [sections](https://bryntum.com/products/schedulerpro/docs/api/Grid/view/SubGrid) draggable, to let users resize, and
|
|
1964
1850
|
* collapse/expand the sections.
|
|
1965
|
-
* ...
|
|
1966
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
|
|
1851
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
|
|
1967
1852
|
*/
|
|
1968
1853
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1969
1854
|
/**
|
|
1970
1855
|
* Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
|
|
1971
1856
|
* during the drag operation (see events below). To get notified about the actual resource reorder, you can also
|
|
1972
1857
|
* listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/ResourceStore).
|
|
1973
|
-
* ...
|
|
1974
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1858
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1975
1859
|
*/
|
|
1976
1860
|
resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
|
|
1977
1861
|
/**
|
|
1978
1862
|
* Feature that displays a popup containing widgets for editing resource data.
|
|
1979
|
-
* ...
|
|
1980
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceEdit)
|
|
1863
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceEdit)
|
|
1981
1864
|
*/
|
|
1982
1865
|
resourceEditFeature ? : object|Boolean|string|ResourceEdit|ResourceEditConfig
|
|
1983
1866
|
/**
|
|
1984
1867
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1985
|
-
* ...
|
|
1986
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceMenu)
|
|
1868
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceMenu)
|
|
1987
1869
|
*/
|
|
1988
1870
|
resourceMenuFeature ? : object|Boolean|string|ResourceMenu|ResourceMenuConfig
|
|
1989
1871
|
/**
|
|
1990
1872
|
* 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).
|
|
1991
1873
|
* If a resource has no calendar defined, the project's calendar will be used. The non-working time interval can
|
|
1992
1874
|
* 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/).
|
|
1993
|
-
* ...
|
|
1994
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceNonWorkingTime)
|
|
1875
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/ResourceNonWorkingTime)
|
|
1995
1876
|
*/
|
|
1996
1877
|
resourceNonWorkingTimeFeature ? : object|Boolean|string|ResourceNonWorkingTime|ResourceNonWorkingTimeConfig
|
|
1997
1878
|
/**
|
|
1998
1879
|
* Feature that draws resource time ranges, shaded areas displayed behind events. These zones are similar to events in
|
|
1999
1880
|
* that they have a start and end date but different in that they do not take part in the event layout, and they always
|
|
2000
1881
|
* occupy full row height.
|
|
2001
|
-
* ...
|
|
2002
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
1882
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
2003
1883
|
*/
|
|
2004
1884
|
resourceTimeRangesFeature ? : object|Boolean|string|ResourceTimeRanges|ResourceTimeRangesConfig
|
|
2005
1885
|
/**
|
|
2006
1886
|
* Allow using [Ctrl/CMD + C/X] and [Ctrl/CMD + V] to copy/cut-and-paste rows. Also makes cut, copy and paste actions
|
|
2007
1887
|
* available via the cell context menu.
|
|
2008
|
-
* ...
|
|
2009
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowCopyPaste)
|
|
1888
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowCopyPaste)
|
|
2010
1889
|
*/
|
|
2011
1890
|
rowCopyPasteFeature ? : object|Boolean|string|RowCopyPaste|RowCopyPasteConfig
|
|
2012
1891
|
/**
|
|
2013
1892
|
* This feature allows editing of entire rows in a grid in a docked panel which by default slides out from the right.
|
|
2014
|
-
* ...
|
|
2015
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowEdit)
|
|
1893
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowEdit)
|
|
2016
1894
|
*/
|
|
2017
1895
|
rowEditFeature ? : object|Boolean|string|RowEdit|RowEditConfig
|
|
2018
1896
|
/**
|
|
2019
1897
|
* Enables expanding of Grid rows by either row click or double click, or by adding a separate Grid column which renders
|
|
2020
1898
|
* a button that expands or collapses the row.
|
|
2021
|
-
* ...
|
|
2022
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowExpander)
|
|
1899
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowExpander)
|
|
2023
1900
|
*/
|
|
2024
1901
|
rowExpanderFeature ? : object|Boolean|string|RowExpander|RowExpanderConfig
|
|
2025
1902
|
/**
|
|
2026
1903
|
* This feature implements support for project transactions and used by default in Gantt. For general RowReorder feature
|
|
2027
1904
|
* documentation see [RowReorder](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RowReorder).
|
|
2028
|
-
* ...
|
|
2029
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowReorder)
|
|
1905
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowReorder)
|
|
2030
1906
|
*/
|
|
2031
1907
|
rowReorderFeature ? : object|Boolean|string|RowReorder|RowReorderConfig
|
|
2032
1908
|
/**
|
|
@@ -2034,101 +1910,89 @@ export declare type BryntumSchedulerProProps = {
|
|
|
2034
1910
|
* field of the record is updated (when [applyToAllRows](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowResize#config-applyToAllRows) is `false`) and the [eventLayout](#Scheduler/model/ResourceModel#field-eventLayout) of the dragged resource
|
|
2035
1911
|
* row will be switched to `pack` as a result (only applies when `stack` is used by default).
|
|
2036
1912
|
* `barMargin` and `resourceMargin` will also be shrunk as you reduce the height of a row.
|
|
2037
|
-
* ...
|
|
2038
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowResize)
|
|
1913
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/RowResize)
|
|
2039
1914
|
*/
|
|
2040
1915
|
rowResizeFeature ? : object|Boolean|string|RowResize|RowResizeConfig
|
|
2041
1916
|
/**
|
|
2042
1917
|
* Allow visually selecting a schedule "cell" by clicking, or [any other pointer gesture](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleContext#config-triggerEvent).
|
|
2043
|
-
* ...
|
|
2044
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleContext)
|
|
1918
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleContext)
|
|
2045
1919
|
*/
|
|
2046
1920
|
scheduleContextFeature ? : object|Boolean|string|ScheduleContext|ScheduleContextConfig
|
|
2047
1921
|
/**
|
|
2048
1922
|
* Displays a context menu for empty parts of the schedule. Items are populated in the first place
|
|
2049
1923
|
* by configurations of this Feature, then by other features and/or application code.
|
|
2050
|
-
* ...
|
|
2051
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleMenu)
|
|
1924
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleMenu)
|
|
2052
1925
|
*/
|
|
2053
1926
|
scheduleMenuFeature ? : object|Boolean|string|ScheduleMenu|ScheduleMenuConfig
|
|
2054
1927
|
/**
|
|
2055
1928
|
* Feature that displays a tooltip containing the time at the mouse position when hovering empty parts of the schedule.
|
|
2056
|
-
* ...
|
|
2057
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
1929
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
2058
1930
|
*/
|
|
2059
1931
|
scheduleTooltipFeature ? : object|Boolean|string|ScheduleTooltip|ScheduleTooltipConfig
|
|
2060
1932
|
/**
|
|
2061
1933
|
* This feature injects buttons to the beginning and end of each row that will scroll to the next or previous event
|
|
2062
1934
|
* outside the current view. It can optionally show a label along with the button, using the
|
|
2063
1935
|
* [labelRenderer](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScrollButtons#config-labelRenderer). Only supported in horizontal [mode](#Scheduler/view/SchedulerBase#config-mode)
|
|
2064
|
-
* ...
|
|
2065
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScrollButtons)
|
|
1936
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ScrollButtons)
|
|
2066
1937
|
*/
|
|
2067
1938
|
scrollButtonsFeature ? : object|Boolean|string|ScrollButtons|ScrollButtonsConfig
|
|
2068
1939
|
/**
|
|
2069
1940
|
* <div class="external-example vertical" data-file="Grid/feature/Search.js"></div>
|
|
2070
|
-
* ...
|
|
2071
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Search)
|
|
1941
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Search)
|
|
2072
1942
|
*/
|
|
2073
1943
|
searchFeature ? : object|Boolean|string|Search|SearchConfig
|
|
2074
1944
|
/**
|
|
2075
1945
|
* Feature that displays a text field to edit the event name.
|
|
2076
|
-
* ...
|
|
2077
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/SimpleEventEdit)
|
|
1946
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/SimpleEventEdit)
|
|
2078
1947
|
*/
|
|
2079
1948
|
simpleEventEditFeature ? : object|Boolean|string|SimpleEventEdit|SimpleEventEditConfig
|
|
2080
1949
|
/**
|
|
2081
1950
|
* Allows sorting of grid by clicking (or tapping) headers, also displays which columns grid is sorted by (numbered if
|
|
2082
1951
|
* using multisort). Use modifier keys for multisorting: [Ctrl/CMD + click] to add sorter, [Ctrl/CMD + Alt + click] to remove sorter.
|
|
2083
1952
|
* The actual sorting is done by the store, see [Store.sort()](https://bryntum.com/products/schedulerpro/docs/api/Core/data/mixin/StoreSort#function-sort).
|
|
2084
|
-
* ...
|
|
2085
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Sort)
|
|
1953
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Sort)
|
|
2086
1954
|
*/
|
|
2087
1955
|
sortFeature ? : object|Boolean|string|Sort|SortConfig
|
|
2088
1956
|
/**
|
|
2089
1957
|
* This feature allows splitting the Scheduler into multiple views, either by using the cell context menu, or
|
|
2090
1958
|
* programmatically by calling [split()](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split#function-split).
|
|
2091
|
-
* ...
|
|
2092
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split)
|
|
1959
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Split)
|
|
2093
1960
|
*/
|
|
2094
1961
|
splitFeature ? : object|Boolean|string|Split|SplitConfig
|
|
2095
1962
|
/**
|
|
2096
|
-
* A feature which pins
|
|
2097
|
-
*
|
|
2098
|
-
*
|
|
2099
|
-
* [
|
|
1963
|
+
* A feature which pins cell content to the top of the grid while the row scrolls off the top but is still visible. Very
|
|
1964
|
+
* similar to native `position: sticky`, which because of Grid's multiple-region setup unfortunately cannot be used to
|
|
1965
|
+
* achieve the same effect.
|
|
1966
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/StickyCells)
|
|
2100
1967
|
*/
|
|
2101
1968
|
stickyCellsFeature ? : object|Boolean|string|StickyCells|StickyCellsConfig
|
|
2102
1969
|
/**
|
|
2103
1970
|
* This feature applies native `position: sticky` to event contents in horizontal mode, keeping the contents in view as
|
|
2104
1971
|
* long as possible on scroll. For vertical mode it uses a programmatic solution to achieve the same result.
|
|
2105
|
-
* ...
|
|
2106
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/StickyEvents)
|
|
1972
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/StickyEvents)
|
|
2107
1973
|
*/
|
|
2108
1974
|
stickyEventsFeature ? : object|Boolean|string|StickyEvents|StickyEventsConfig
|
|
2109
1975
|
/**
|
|
2110
1976
|
* Stripes rows by adding alternating CSS classes to all row elements (`b-even` and `b-odd`).
|
|
2111
|
-
*
|
|
2112
|
-
*
|
|
1977
|
+
* This improves visual readability in data-heavy grids by giving adjacent rows different background colors.
|
|
1978
|
+
* Style the striped rows using the `.b-even` and `.b-odd` CSS classes.
|
|
1979
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Stripe)
|
|
2113
1980
|
*/
|
|
2114
1981
|
stripeFeature ? : object|Boolean|string|Stripe|StripeConfig
|
|
2115
1982
|
/**
|
|
2116
1983
|
* A special version of the Grid Summary feature. This feature displays a summary row in the grid footer.
|
|
2117
|
-
* ...
|
|
2118
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Summary)
|
|
1984
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/Summary)
|
|
2119
1985
|
*/
|
|
2120
1986
|
summaryFeature ? : object|Boolean|string|Summary|SummaryConfig
|
|
2121
1987
|
/**
|
|
2122
1988
|
* Feature that displays a [Task editor](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulerTaskEditor), allowing users to edit task data.
|
|
2123
1989
|
* The Task editor is a popup containing tabs with fields for editing task data.
|
|
2124
|
-
* ...
|
|
2125
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TaskEdit)
|
|
1990
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TaskEdit)
|
|
2126
1991
|
*/
|
|
2127
1992
|
taskEditFeature ? : object|Boolean|string|TaskEdit|TaskEditConfig
|
|
2128
1993
|
/**
|
|
2129
1994
|
* Adds scheduler specific menu items to the timeline header context menu.
|
|
2130
|
-
* ...
|
|
2131
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
1995
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
2132
1996
|
*/
|
|
2133
1997
|
timeAxisHeaderMenuFeature ? : object|Boolean|string|TimeAxisHeaderMenu|TimeAxisHeaderMenuConfig
|
|
2134
1998
|
/**
|
|
@@ -2136,23 +2000,20 @@ export declare type BryntumSchedulerProProps = {
|
|
|
2136
2000
|
* or some important point in time (a `line`, i.e. a range with 0 duration). This feature can also show a current time
|
|
2137
2001
|
* 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
|
|
2138
2002
|
* [cls](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/model/TimeSpan#field-cls) field of the `TimeSpan` class.
|
|
2139
|
-
* ...
|
|
2140
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges)
|
|
2003
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeRanges)
|
|
2141
2004
|
*/
|
|
2142
2005
|
timeRangesFeature ? : object|Boolean|string|TimeRanges|TimeRangesConfig
|
|
2143
2006
|
/**
|
|
2144
2007
|
* Feature that allows selection of a time span in the time axis header. When a time span is selected in the header,
|
|
2145
2008
|
* a [timeSelectionChange](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeSelection#event-timeSelectionChange) event is fired.
|
|
2146
|
-
* ...
|
|
2147
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeSelection)
|
|
2009
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TimeSelection)
|
|
2148
2010
|
*/
|
|
2149
2011
|
timeSelectionFeature ? : object|Boolean|string|TimeSelection|TimeSelectionConfig
|
|
2150
2012
|
/**
|
|
2151
2013
|
* This feature exposes methods on the owning Scheduler or Gantt widget which you can use to highlight one or multiple time spans
|
|
2152
2014
|
* 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
|
|
2153
2015
|
* more or try the demo below:
|
|
2154
|
-
* ...
|
|
2155
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TimeSpanHighlight)
|
|
2016
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/TimeSpanHighlight)
|
|
2156
2017
|
*/
|
|
2157
2018
|
timeSpanHighlightFeature ? : object|Boolean|string|TimeSpanHighlight|TimeSpanHighlightConfig
|
|
2158
2019
|
/**
|
|
@@ -2160,27 +2021,23 @@ export declare type BryntumSchedulerProProps = {
|
|
|
2160
2021
|
* 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
|
|
2161
2022
|
* tree renderer that adds padding and icon to give the appearance of a tree. The original renderer is preserved and
|
|
2162
2023
|
* also called.
|
|
2163
|
-
* ...
|
|
2164
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Tree)
|
|
2024
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/Tree)
|
|
2165
2025
|
*/
|
|
2166
2026
|
treeFeature ? : object|Boolean|string|Tree|TreeConfig
|
|
2167
2027
|
/**
|
|
2168
2028
|
* A feature that allows transforming a flat dataset (or the leaves of a hierarchical) into a tree by specifying a
|
|
2169
2029
|
* record field per parent level. Parents are generated based on each leaf's value for those fields.
|
|
2170
|
-
* ...
|
|
2171
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/TreeGroup)
|
|
2030
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/TreeGroup)
|
|
2172
2031
|
*/
|
|
2173
2032
|
treeGroupFeature ? : object|Boolean|string|TreeGroup|TreeGroupConfig
|
|
2174
2033
|
/**
|
|
2175
2034
|
* A feature allowing you to roll up and display values in the time axis cell for each parent row in a tree scheduler.
|
|
2176
|
-
* ...
|
|
2177
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TreeSummary)
|
|
2035
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/TreeSummary)
|
|
2178
2036
|
*/
|
|
2179
2037
|
treeSummaryFeature ? : object|Boolean|string|TreeSummary|TreeSummaryConfig
|
|
2180
2038
|
/**
|
|
2181
2039
|
* Captures versions (snapshots) of the active project, including a detailed log of the changes new in each version.
|
|
2182
|
-
* ...
|
|
2183
|
-
* [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/Versions)
|
|
2040
|
+
* [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/feature/Versions)
|
|
2184
2041
|
*/
|
|
2185
2042
|
versionsFeature ? : object|Boolean|string|Versions|VersionsConfig
|
|
2186
2043
|
|