@bryntum/scheduler-vue-3-thin 7.2.3 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/lib/chunks/{C7ZFK2B7.js → 5o-YjSb7.js} +16 -10
- package/lib/chunks/5o-YjSb7.js.map +1 -0
- package/lib/chunks/BXIuEgYD.js +265 -0
- package/lib/chunks/BXIuEgYD.js.map +1 -0
- package/lib/chunks/{BD-Hg3lY.js → DB0UHrA3.js} +17 -24
- package/lib/chunks/DB0UHrA3.js.map +1 -0
- package/lib/chunks/{DmQj0tBi.js → DP61St-u.js} +14 -6
- package/lib/chunks/DP61St-u.js.map +1 -0
- package/lib/chunks/{B0m0r-NV.js → DVFhf2Ma.js} +11 -11
- package/lib/chunks/DVFhf2Ma.js.map +1 -0
- package/lib/chunks/{DerP_qo7.js → DhhzgoYL.js} +16 -10
- package/lib/chunks/DhhzgoYL.js.map +1 -0
- package/lib/chunks/{BNGLBrCN.js → OJaN5ZWK.js} +6 -6
- package/lib/chunks/OJaN5ZWK.js.map +1 -0
- package/lib/chunks/{CP1Mm_Ak.js → R69sJLmF.js} +16 -17
- package/lib/chunks/R69sJLmF.js.map +1 -0
- package/lib/chunks/{mKqb8_2f.js → ZkU6CtWX.js} +6 -6
- package/lib/chunks/ZkU6CtWX.js.map +1 -0
- package/lib/chunks/{C0UqC4Uj.js → eUISgYXE.js} +9 -9
- package/lib/chunks/eUISgYXE.js.map +1 -0
- package/lib/chunks/{CsoS615B.js → kN-s_8Na.js} +6 -6
- package/lib/chunks/kN-s_8Na.js.map +1 -0
- package/lib/chunks/{C2PT-Ukt.js → t8aiH3XL.js} +13 -14
- package/lib/chunks/t8aiH3XL.js.map +1 -0
- package/lib/components/BryntumEventColorField.js +1 -1
- package/lib/components/BryntumProjectCombo.js +1 -1
- package/lib/components/BryntumResourceCombo.js +1 -1
- package/lib/components/BryntumResourceFilter.js +1 -1
- package/lib/components/BryntumScheduler.js +1 -1
- package/lib/components/BryntumSchedulerBase.js +1 -1
- package/lib/components/BryntumSchedulerDatePicker.js +1 -1
- package/lib/components/BryntumSchedulerProjectModel.js +1 -1
- package/lib/components/BryntumThemeCombo.js +57 -0
- package/lib/components/BryntumThemeCombo.js.map +1 -0
- package/lib/components/BryntumTimeZoomSlider.js +5 -0
- package/lib/components/BryntumTimeZoomSlider.js.map +1 -0
- package/lib/components/BryntumTimelineHistogram.js +1 -1
- package/lib/components/BryntumUndoRedo.js +1 -1
- package/lib/components/BryntumViewPresetCombo.js +1 -1
- package/lib/index.js +18 -16
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumEventColorField.vue +72 -116
- package/src/components/BryntumEventColorFieldProps.ts +68 -108
- package/src/components/BryntumProjectCombo.vue +90 -149
- package/src/components/BryntumProjectComboProps.ts +86 -141
- package/src/components/BryntumResourceCombo.vue +91 -151
- package/src/components/BryntumResourceComboProps.ts +87 -143
- package/src/components/BryntumResourceFilter.vue +63 -104
- package/src/components/BryntumResourceFilterProps.ts +60 -98
- package/src/components/BryntumScheduler.vue +429 -600
- package/src/components/BryntumSchedulerBase.vue +429 -600
- package/src/components/BryntumSchedulerBaseProps.ts +367 -522
- package/src/components/BryntumSchedulerDatePicker.vue +120 -196
- package/src/components/BryntumSchedulerDatePickerProps.ts +116 -187
- package/src/components/BryntumSchedulerProjectModel.vue +12 -31
- package/src/components/BryntumSchedulerProjectModelProps.ts +10 -20
- package/src/components/BryntumSchedulerProps.ts +367 -522
- package/src/components/BryntumThemeCombo.vue +60 -0
- package/src/components/BryntumTimeZoomSlider.vue +859 -0
- package/src/components/BryntumTimeZoomSliderProps.ts +482 -0
- package/src/components/BryntumTimelineHistogram.vue +325 -444
- package/src/components/BryntumTimelineHistogramProps.ts +275 -388
- package/src/components/BryntumUndoRedo.vue +78 -125
- package/src/components/BryntumUndoRedoProps.ts +74 -116
- package/src/components/BryntumViewPresetCombo.vue +67 -107
- package/src/components/BryntumViewPresetComboProps.ts +63 -99
- package/src/index.ts +2 -0
- package/lib/chunks/B0m0r-NV.js.map +0 -1
- package/lib/chunks/BD-Hg3lY.js.map +0 -1
- package/lib/chunks/BNGLBrCN.js.map +0 -1
- package/lib/chunks/C0UqC4Uj.js.map +0 -1
- package/lib/chunks/C2PT-Ukt.js.map +0 -1
- package/lib/chunks/C7ZFK2B7.js.map +0 -1
- package/lib/chunks/CP1Mm_Ak.js.map +0 -1
- package/lib/chunks/CsoS615B.js.map +0 -1
- package/lib/chunks/DerP_qo7.js.map +0 -1
- package/lib/chunks/DmQj0tBi.js.map +0 -1
- package/lib/chunks/mKqb8_2f.js.map +0 -1
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
|
|
34
34
|
import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
|
|
35
35
|
|
|
36
|
-
import type { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
36
|
+
import type { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, InstancePlugin, KeyMapConfig, Mask, MaskConfig, Menu, MenuConfig, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Popup, Rectangle, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
37
37
|
import type { AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellEditorContext, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, Column, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, Grid, GridBase, GridLocation, GridLocationConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, MergeCells, MergeCellsConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, QuickFind, QuickFindConfig, RecordPositionContext, RegionResize, RegionResizeConfig, Row, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowEditorContext, RowExpander, RowExpanderConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
|
|
38
|
-
import type { AI, AIConfig, AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, ColumnLines, ColumnLinesConfig, SchedulerContainerItemConfig, CrudManager, CrudManagerConfig, DateConstraint, Dependencies, DependenciesConfig, DependencyBaseModel, DependencyEdit, DependencyEditConfig, DependencyMenu, DependencyMenuConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, DropData, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, EventResizeData, EventStore, EventStoreConfig, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, SchedulerColumnConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, ProjectModel, ProjectModelConfig,
|
|
38
|
+
import type { AI, AIConfig, AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, ColumnLines, ColumnLinesConfig, SchedulerContainerItemConfig, CrudManager, CrudManagerConfig, DateConstraint, Dependencies, DependenciesConfig, DependencyBaseModel, DependencyEdit, DependencyEditConfig, DependencyMenu, DependencyMenuConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, DropData, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, EventResizeData, EventStore, EventStoreConfig, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, SchedulerColumnConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, ProjectModel, ProjectModelConfig, RecurrenceConfirmationPopupConfig, ResourceColumnReorder, ResourceColumnReorderConfig, ResourceHeaderConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel, ResourceModelConfig, ResourceStore, ResourceStoreConfig, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScheduleContext, ScheduleContextConfig, ScheduleMenu, ScheduleMenuConfig, ScheduleTooltip, ScheduleTooltipConfig, Scheduler, SchedulerBaseListeners, SchedulerResponsiveLevelConfig, SchedulerStateInfo, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisColumn, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TimelineContext, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumn, VerticalTimeAxisColumnConfig, ViewPreset, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
39
39
|
import { SchedulerBase } from '@bryntum/scheduler-thin';
|
|
40
40
|
|
|
41
41
|
import { WrapperHelper } from '../helper/WrapperHelper';
|
|
@@ -45,8 +45,7 @@ defineProps<{
|
|
|
45
45
|
/**
|
|
46
46
|
* Element (or element id) to adopt as this Widget's encapsulating element. The widget's
|
|
47
47
|
* content will be placed inside this element.
|
|
48
|
-
* ...
|
|
49
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-adopt)
|
|
48
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-adopt)
|
|
50
49
|
*/
|
|
51
50
|
adopt ? : HTMLElement|string
|
|
52
51
|
/**
|
|
@@ -73,8 +72,7 @@ defineProps<{
|
|
|
73
72
|
allowDropOnEventBar ? : Boolean
|
|
74
73
|
/**
|
|
75
74
|
* Set to `false` if you don't want to allow events overlapping times for any one resource (defaults to `true`).
|
|
76
|
-
* ...
|
|
77
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-allowOverlap)
|
|
75
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-allowOverlap)
|
|
78
76
|
*/
|
|
79
77
|
allowOverlap ? : Boolean
|
|
80
78
|
/**
|
|
@@ -103,15 +101,13 @@ defineProps<{
|
|
|
103
101
|
/**
|
|
104
102
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject
|
|
105
103
|
* into an element which will be linked using the `aria-describedby` attribute.
|
|
106
|
-
* ...
|
|
107
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ariaDescription)
|
|
104
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ariaDescription)
|
|
108
105
|
*/
|
|
109
106
|
ariaDescription ? : string
|
|
110
107
|
/**
|
|
111
108
|
* A localizable string (May contain `'L{}'` tokens which resolve in the locale file) to inject as
|
|
112
109
|
* the `aria-label` attribute.
|
|
113
|
-
* ...
|
|
114
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ariaLabel)
|
|
110
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ariaLabel)
|
|
115
111
|
*/
|
|
116
112
|
ariaLabel ? : string
|
|
117
113
|
/**
|
|
@@ -131,16 +127,15 @@ defineProps<{
|
|
|
131
127
|
/**
|
|
132
128
|
* If this config is set, then its `gesture` property (which defaults to `dblclick`) creates a
|
|
133
129
|
* new event at the mouse or touch event's time point.
|
|
134
|
-
* ...
|
|
135
|
-
* [
|
|
136
|
-
* @param {
|
|
137
|
-
* @param {
|
|
138
|
-
* @param {
|
|
139
|
-
* @param {DurationConfig,string} autoCreate.
|
|
140
|
-
* @param {
|
|
141
|
-
* @param {string} autoCreate.name The name of the event to create. Defaults to the `Object.newEvent` property from the locale.
|
|
130
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-autoCreate)
|
|
131
|
+
* @param {'click','dblclick'} [autoCreate.gesture] The gesture to trigger auto creation of an event. Defaults to `dblclick`.
|
|
132
|
+
* @param {boolean} [autoCreate.useEventModelDefaults] Set to `true` to set default duration based on the defaults specified by the [duration](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/EventModel#field-duration) and [durationUnit](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/EventModel#field-durationUnit) fields.
|
|
133
|
+
* @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.
|
|
134
|
+
* @param {DurationConfig,string} [autoCreate.step] The increment to snap the event start date to.
|
|
135
|
+
* @param {DurationConfig,string} [autoCreate.duration] The duration of the event to create. Defaults to 1 time axis tick.
|
|
136
|
+
* @param {string} [autoCreate.name] The name of the event to create. Defaults to the `Object.newEvent` property from the locale.
|
|
142
137
|
*/
|
|
143
|
-
autoCreate ? : Boolean|string|
|
|
138
|
+
autoCreate ? : Boolean|string|object
|
|
144
139
|
/**
|
|
145
140
|
* Automatically set grids height to fit all rows (no scrolling in the grid). In general you should avoid
|
|
146
141
|
* using `autoHeight: true`, since it will bypass Grids virtual rendering and render all rows at once, which
|
|
@@ -149,21 +144,18 @@ defineProps<{
|
|
|
149
144
|
autoHeight ? : Boolean
|
|
150
145
|
/**
|
|
151
146
|
* Controls how much space to leave between stacked event bars in px.
|
|
152
|
-
* ...
|
|
153
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-barMargin)
|
|
147
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-barMargin)
|
|
154
148
|
*/
|
|
155
149
|
barMargin ? : number
|
|
156
150
|
/**
|
|
157
151
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/scheduler/docs/api/Core/widget/Toolbar),
|
|
158
152
|
* 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/scheduler/docs/api/Core/widget/Panel#config-strips).
|
|
159
|
-
* ...
|
|
160
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bbar)
|
|
153
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bbar)
|
|
161
154
|
*/
|
|
162
155
|
bbar ? : (SchedulerContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
163
156
|
/**
|
|
164
157
|
* Custom CSS classes to add to the panel's body element.
|
|
165
|
-
* ...
|
|
166
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bodyCls)
|
|
158
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bodyCls)
|
|
167
159
|
*/
|
|
168
160
|
bodyCls ? : string|object
|
|
169
161
|
/**
|
|
@@ -173,35 +165,30 @@ defineProps<{
|
|
|
173
165
|
/**
|
|
174
166
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
175
167
|
* hierarchy when triggered.
|
|
176
|
-
* ...
|
|
177
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bubbleEvents)
|
|
168
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bubbleEvents)
|
|
178
169
|
*/
|
|
179
170
|
bubbleEvents ? : object
|
|
180
171
|
/**
|
|
181
172
|
* This config defines the size of the start and end invisible parts of the timespan when [infiniteScroll](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineScroll#config-infiniteScroll) set to `true`.
|
|
182
|
-
* ...
|
|
183
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bufferCoef)
|
|
173
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bufferCoef)
|
|
184
174
|
*/
|
|
185
175
|
bufferCoef ? : number
|
|
186
176
|
/**
|
|
187
177
|
* This config defines the scroll limit, which, when exceeded will cause a timespan shift.
|
|
188
178
|
* The limit is calculated as the `panelWidth * [bufferCoef](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineScroll#config-bufferCoef) * bufferThreshold`. During scrolling, if the left or right side
|
|
189
179
|
* has less than that of the rendered content - a shift is triggered.
|
|
190
|
-
* ...
|
|
191
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bufferThreshold)
|
|
180
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bufferThreshold)
|
|
192
181
|
*/
|
|
193
182
|
bufferThreshold ? : number
|
|
194
183
|
/**
|
|
195
184
|
* Set to `false` to not call onXXX method names (e.g. `onShow`, `onClick`), as an easy way to listen for events.
|
|
196
|
-
* ...
|
|
197
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-callOnFunctions)
|
|
185
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-callOnFunctions)
|
|
198
186
|
*/
|
|
199
187
|
callOnFunctions ? : Boolean
|
|
200
188
|
/**
|
|
201
189
|
* By default, if an event handler throws an exception, the error propagates up the stack and the
|
|
202
190
|
* application state is undefined. Code which follows the event handler will *not* be executed.
|
|
203
|
-
* ...
|
|
204
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-catchEventHandlerExceptions)
|
|
191
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-catchEventHandlerExceptions)
|
|
205
192
|
*/
|
|
206
193
|
catchEventHandlerExceptions ? : Boolean
|
|
207
194
|
/**
|
|
@@ -214,8 +201,7 @@ defineProps<{
|
|
|
214
201
|
* Custom CSS classes to add to element.
|
|
215
202
|
* May be specified as a space separated string, or as an object in which property names
|
|
216
203
|
* with truthy values are used as the class names:
|
|
217
|
-
* ...
|
|
218
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-cls)
|
|
204
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-cls)
|
|
219
205
|
*/
|
|
220
206
|
cls ? : string|object
|
|
221
207
|
/**
|
|
@@ -225,15 +211,13 @@ defineProps<{
|
|
|
225
211
|
collapsed ? : Boolean
|
|
226
212
|
/**
|
|
227
213
|
* This config enables collapsibility for the panel. See [collapsed](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel#config-collapsed).
|
|
228
|
-
* ...
|
|
229
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-collapsible)
|
|
214
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-collapsible)
|
|
230
215
|
*/
|
|
231
216
|
collapsible ? : Boolean|PanelCollapserConfig|PanelCollapserOverlayConfig
|
|
232
217
|
/**
|
|
233
218
|
* Applies the specified color to the widget, by setting the `--b-primary` CSS variable in the widgets
|
|
234
219
|
* `style` block.
|
|
235
|
-
* ...
|
|
236
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-color)
|
|
220
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-color)
|
|
237
221
|
*/
|
|
238
222
|
color ? : Color
|
|
239
223
|
/**
|
|
@@ -247,8 +231,7 @@ defineProps<{
|
|
|
247
231
|
/**
|
|
248
232
|
* Accepts column definitions for the grid during initialization. They will be used to create
|
|
249
233
|
* [Column](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column) instances that are added to a [ColumnStore](#Grid/data/ColumnStore).
|
|
250
|
-
* ...
|
|
251
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-columns)
|
|
234
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-columns)
|
|
252
235
|
*/
|
|
253
236
|
columns ? : ColumnStore|SchedulerColumnConfig[]|ColumnStoreConfig
|
|
254
237
|
config ? : object
|
|
@@ -256,8 +239,7 @@ defineProps<{
|
|
|
256
239
|
* Custom CSS classes to add to the [contentElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-contentElement).
|
|
257
240
|
* May be specified as a space separated string, or as an object in which property names
|
|
258
241
|
* with truthy values are used as the class names:
|
|
259
|
-
* ...
|
|
260
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-contentElementCls)
|
|
242
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-contentElementCls)
|
|
261
243
|
*/
|
|
262
244
|
contentElementCls ? : string|object
|
|
263
245
|
/**
|
|
@@ -295,8 +277,7 @@ defineProps<{
|
|
|
295
277
|
* Convenient shortcut to set data in grids store both during initialization and at runtime. Can also be
|
|
296
278
|
* used to retrieve data at runtime, although we do recommend interacting with Grids store instead using
|
|
297
279
|
* the [store](https://bryntum.com/products/scheduler/docs/api/Grid/view/GridBase#property-store) property.
|
|
298
|
-
* ...
|
|
299
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-data)
|
|
280
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-data)
|
|
300
281
|
*/
|
|
301
282
|
data ? : object[]|Model[]|ModelConfig[]
|
|
302
283
|
/**
|
|
@@ -310,8 +291,7 @@ defineProps<{
|
|
|
310
291
|
dataset ? : Record<string, string>
|
|
311
292
|
/**
|
|
312
293
|
* The date to display when used as a component of a Calendar.
|
|
313
|
-
* ...
|
|
314
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-date)
|
|
294
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-date)
|
|
315
295
|
*/
|
|
316
296
|
date ? : Date
|
|
317
297
|
/**
|
|
@@ -345,17 +325,15 @@ defineProps<{
|
|
|
345
325
|
* The date format used by the default [descriptionRenderer](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/Describable#config-descriptionRenderer) for rendering the view's description.
|
|
346
326
|
* If this value is `null`, the [dateFormat](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/Describable#config-dateFormat) (and potentially [dateSeparator](#Scheduler/view/mixin/Describable#config-dateSeparator)) will
|
|
347
327
|
* be used.
|
|
348
|
-
* ...
|
|
349
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-descriptionFormat)
|
|
328
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-descriptionFormat)
|
|
350
329
|
* @param {Date} date The date to format.
|
|
351
330
|
* @returns {string} The formatted date.
|
|
352
331
|
*/
|
|
353
|
-
descriptionFormat ? : string|string[]|Boolean[]|((date: Date) => string)|
|
|
332
|
+
descriptionFormat ? : string|string[]|Boolean[]|((date: Date) => string)|(((date: Date) => string)[])
|
|
354
333
|
/**
|
|
355
334
|
* A function that provides the textual description for this view. If provided, this function overrides the
|
|
356
335
|
* [descriptionFormat](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/Describable#config-descriptionFormat).
|
|
357
|
-
* ...
|
|
358
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-descriptionRenderer)
|
|
336
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-descriptionRenderer)
|
|
359
337
|
* @param {Core.widget.Widget} view The active view in case the function is in another scope.
|
|
360
338
|
* @returns {string} Description string
|
|
361
339
|
*/
|
|
@@ -377,16 +355,15 @@ defineProps<{
|
|
|
377
355
|
*/
|
|
378
356
|
destroyStores ? : Boolean
|
|
379
357
|
/**
|
|
380
|
-
* Check for CSS compatibility issues
|
|
381
|
-
*
|
|
382
|
-
* [
|
|
358
|
+
* Check for CSS compatibility and inclusion related issues and try to auto fix them. Performs the following
|
|
359
|
+
* checks:
|
|
360
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-detectCSSCompatibilityIssues)
|
|
383
361
|
*/
|
|
384
362
|
detectCSSCompatibilityIssues ? : Boolean
|
|
385
363
|
/**
|
|
386
364
|
* Disable or enable the widget. It is similar to [readOnly](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#config-readOnly) except a disabled widget
|
|
387
365
|
* cannot be focused, uses a different rendition (usually greyish) and does not allow selecting its value.
|
|
388
|
-
* ...
|
|
389
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-disabled)
|
|
366
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-disabled)
|
|
390
367
|
*/
|
|
391
368
|
disabled ? : Boolean|'inert'
|
|
392
369
|
/**
|
|
@@ -404,8 +381,7 @@ defineProps<{
|
|
|
404
381
|
/**
|
|
405
382
|
* Defines how dates will be formatted in tooltips etc. This config has priority over similar config on the
|
|
406
383
|
* view preset. For allowed values see [format](https://bryntum.com/products/scheduler/docs/api/Core/helper/DateHelper#function-format-static).
|
|
407
|
-
* ...
|
|
408
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-displayDateFormat)
|
|
384
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-displayDateFormat)
|
|
409
385
|
*/
|
|
410
386
|
displayDateFormat ? : string
|
|
411
387
|
/**
|
|
@@ -413,24 +389,22 @@ defineProps<{
|
|
|
413
389
|
* [strips collection](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel#config-strips). Typical values for this config are `'top'`,
|
|
414
390
|
* `'bottom'`, `'left'`, or `'right'`, which cause the widget to be placed on that side of the panel's
|
|
415
391
|
* body. Such widgets are called "edge strips".
|
|
416
|
-
* ...
|
|
417
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-dock)
|
|
392
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-dock)
|
|
418
393
|
*/
|
|
419
394
|
dock ? : 'top'|'bottom'|'left'|'right'|'start'|'end'|'header'|'pre-header'|object
|
|
420
395
|
/**
|
|
421
396
|
* Make this Panel a docked drawer which slides out from one side of the browser viewport by default.
|
|
422
|
-
* ...
|
|
423
|
-
* [
|
|
424
|
-
* @param {
|
|
425
|
-
* @param {
|
|
426
|
-
* @param {boolean}
|
|
427
|
-
* @param {boolean,
|
|
428
|
-
* @param {boolean,string} autoClose.
|
|
429
|
-
* @param {
|
|
430
|
-
* @param {
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
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}
|
|
397
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-drawer)
|
|
398
|
+
* @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.
|
|
399
|
+
* @param {string,number} [size] The size of the drawer in its collapsible axis.
|
|
400
|
+
* @param {boolean} [inline] If using the [appendTo](https://bryntum.com/products/scheduler/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.
|
|
401
|
+
* @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.
|
|
402
|
+
* @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.
|
|
403
|
+
* @param {boolean,string} [autoClose.focusout] If focus moves outside of the drawer, the drawer will automatically be hidden.
|
|
404
|
+
* @param {string} [autoClose.mouseout] Hides the drawer when the mouse leaves the drawer after the `autoCloseDelay` period.
|
|
405
|
+
* @param {number} [autoCloseDelay] When using `mouseout`, this is the delay in milliseconds
|
|
406
|
+
*/
|
|
407
|
+
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 }
|
|
434
408
|
/**
|
|
435
409
|
* Decimal precision used when displaying durations, used by tooltips and DurationColumn.
|
|
436
410
|
* Specify `false` to use raw value
|
|
@@ -439,16 +413,14 @@ defineProps<{
|
|
|
439
413
|
/**
|
|
440
414
|
* An object specifying attributes to assign to the root element of this widget.
|
|
441
415
|
* Set `null` value to attribute to remove it.
|
|
442
|
-
* ...
|
|
443
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-elementAttributes)
|
|
416
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-elementAttributes)
|
|
444
417
|
*/
|
|
445
418
|
elementAttributes ? : Record<string, string|null>
|
|
446
419
|
/**
|
|
447
420
|
* Text or HTML, or a [EmptyTextDomConfig](https://bryntum.com/products/scheduler/docs/api/Grid/view/GridBase#typedef-EmptyTextDomConfig) block to display when there is no data to display in the grid.
|
|
448
421
|
* When using multiple Grid regions, provide the `region` property to decide where the text is shown.
|
|
449
422
|
* By default, it is shown in the first region.
|
|
450
|
-
* ...
|
|
451
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-emptyText)
|
|
423
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-emptyText)
|
|
452
424
|
*/
|
|
453
425
|
emptyText ? : string|EmptyTextDomConfig
|
|
454
426
|
/**
|
|
@@ -464,16 +436,14 @@ defineProps<{
|
|
|
464
436
|
* Enables showing occurrences of recurring events across the scheduler's time axis. If you want to disable
|
|
465
437
|
* the recurrence popup, you can choose set the `defaultAction` to `future` to affect all future
|
|
466
438
|
* occurrences, or `single` to just affect the currently selected event.
|
|
467
|
-
* ...
|
|
468
|
-
*
|
|
439
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-enableRecurringEvents)
|
|
440
|
+
* @property {'single','future'} defaultAction
|
|
469
441
|
*/
|
|
470
|
-
enableRecurringEvents ? : Boolean|
|
|
471
|
-
defaultAction?: 'single'|'future'
|
|
472
|
-
}
|
|
442
|
+
enableRecurringEvents ? : Boolean|object
|
|
473
443
|
/**
|
|
474
|
-
*
|
|
475
|
-
*
|
|
476
|
-
*
|
|
444
|
+
* Set to `true` to enable the [StickyCells](https://bryntum.com/products/scheduler/docs/api/Grid/feature/StickyCells) feature, which pins cell
|
|
445
|
+
* content to the top of the grid while rows scroll off the top but remain visible.
|
|
446
|
+
* @deprecated 7.3.0 Use `features : { stickyCells : true }` instead
|
|
477
447
|
*/
|
|
478
448
|
enableSticky ? : Boolean
|
|
479
449
|
/**
|
|
@@ -495,8 +465,7 @@ defineProps<{
|
|
|
495
465
|
enableUndoRedoKeys ? : Boolean
|
|
496
466
|
/**
|
|
497
467
|
* The end date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
498
|
-
* ...
|
|
499
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-endDate)
|
|
468
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-endDate)
|
|
500
469
|
*/
|
|
501
470
|
endDate ? : Date|string
|
|
502
471
|
/**
|
|
@@ -510,22 +479,18 @@ defineProps<{
|
|
|
510
479
|
/**
|
|
511
480
|
* Event color used by default. Events and resources can specify their own color, with priority order being:
|
|
512
481
|
* Event -> Resource -> Scheduler default.
|
|
513
|
-
* ...
|
|
514
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventColor)
|
|
482
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventColor)
|
|
515
483
|
*/
|
|
516
484
|
eventColor ? : EventColor
|
|
517
485
|
/**
|
|
518
486
|
* Defines how to handle overlapping events. Valid values are:
|
|
519
|
-
* ...
|
|
520
|
-
*
|
|
487
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventLayout)
|
|
488
|
+
* @property {'stack','pack','mixed','none'} eventLayout.type
|
|
521
489
|
*/
|
|
522
|
-
eventLayout ? : 'stack'|'pack'|'mixed'|'none'|{
|
|
523
|
-
type?: 'stack'|'pack'|'mixed'|'none'
|
|
524
|
-
}
|
|
490
|
+
eventLayout ? : 'stack'|'pack'|'mixed'|'none'|{ type: 'stack'|'pack'|'mixed'|'none' }
|
|
525
491
|
/**
|
|
526
492
|
* An advanced setting that controls the maximum number of released event bars to keep in the DOM.
|
|
527
|
-
* ...
|
|
528
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventReleaseThreshold)
|
|
493
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventReleaseThreshold)
|
|
529
494
|
*/
|
|
530
495
|
eventReleaseThreshold ? : number
|
|
531
496
|
/**
|
|
@@ -533,30 +498,31 @@ defineProps<{
|
|
|
533
498
|
* an event is rendered into the schedule to render the contents of the event. It's called with the event,
|
|
534
499
|
* its resource and a `renderData` object which allows you to populate data placeholders inside the event
|
|
535
500
|
* template.
|
|
536
|
-
* ...
|
|
537
|
-
*
|
|
538
|
-
* @param {
|
|
539
|
-
* @param {Scheduler.model.
|
|
540
|
-
* @param {Scheduler.model.
|
|
541
|
-
* @param {Scheduler.
|
|
542
|
-
* @param {
|
|
543
|
-
* @param {
|
|
544
|
-
* @param {
|
|
545
|
-
* @param {
|
|
546
|
-
* @param {Core.helper.util.DomClassList,string}
|
|
547
|
-
* @param {Core.helper.util.DomClassList,string}
|
|
548
|
-
* @param {
|
|
549
|
-
* @param {number}
|
|
550
|
-
* @param {number}
|
|
551
|
-
* @param {
|
|
552
|
-
* @param {string,Record<string, string>}
|
|
553
|
-
* @param {
|
|
554
|
-
* @param {
|
|
555
|
-
* @param {string}
|
|
556
|
-
* @param {
|
|
501
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventRenderer)
|
|
502
|
+
* @param {object} context An object containing the information needed to render an Event
|
|
503
|
+
* @param {Scheduler.model.EventModel} context.eventRecord The event record
|
|
504
|
+
* @param {Scheduler.model.ResourceModel} context.resourceRecord The resource record
|
|
505
|
+
* @param {Scheduler.model.AssignmentModel} context.assignmentRecord The assignment record
|
|
506
|
+
* @param {Scheduler.view.Scheduler} context.scheduler The Scheduler instance
|
|
507
|
+
* @param {object} context.renderData An object containing details about the event rendering
|
|
508
|
+
* @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
|
|
509
|
+
* @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
|
|
510
|
+
* @param {Scheduler.model.EventModel} context.renderData.event The event record
|
|
511
|
+
* @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
|
|
512
|
+
* @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.
|
|
513
|
+
* @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`
|
|
514
|
+
* @param {number} context.renderData.left Vertical offset position (in pixels) on the time axis
|
|
515
|
+
* @param {number} context.renderData.width Width in pixels of the event element
|
|
516
|
+
* @param {number} context.renderData.height Height in pixels of the event element
|
|
517
|
+
* @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' }`
|
|
518
|
+
* @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' }`
|
|
519
|
+
* @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
|
|
520
|
+
* @param {string} context.renderData.eventColor The `eventColor` of the event. Use this to set a custom color for the rendered event
|
|
521
|
+
* @param {string} context.renderData.ariaLabel A description of the event details used for screen readers
|
|
522
|
+
* @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/scheduler/docs/api/Core/helper/DomHelper#typedef-DomConfig) objects. Consider using JSX primarily for events that require complex interactive React components.*
|
|
557
523
|
* @returns {string,DomConfig,DomConfig[]} A simple string, a DomConfig (or array thereof), or a JSX element when using React
|
|
558
524
|
*/
|
|
559
|
-
eventRenderer ? : (
|
|
525
|
+
eventRenderer ? : (context: { eventRecord: EventModel, resourceRecord: ResourceModel, assignmentRecord: AssignmentModel, scheduler: Scheduler, renderData: { start: Date, end: Date, event: EventModel, 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[]
|
|
560
526
|
/**
|
|
561
527
|
* `this` reference for the [eventRenderer](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-eventRenderer) function
|
|
562
528
|
*/
|
|
@@ -577,8 +543,7 @@ defineProps<{
|
|
|
577
543
|
* Event style used by default. Events and resources can specify their own style, with priority order being:
|
|
578
544
|
* Event -> Resource -> Scheduler default. Determines the appearance of the event by assigning a CSS class
|
|
579
545
|
* to it. Available styles are:
|
|
580
|
-
* ...
|
|
581
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventStyle)
|
|
546
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-eventStyle)
|
|
582
547
|
*/
|
|
583
548
|
eventStyle ? : 'tonal'|'filled'|'bordered'|'traced'|'outlined'|'indented'|'line'|'dashed'|'minimal'|'rounded'|'calendar'|'interday'|'gantt'|null
|
|
584
549
|
extraData ? : any
|
|
@@ -591,16 +556,14 @@ defineProps<{
|
|
|
591
556
|
/**
|
|
592
557
|
* Specify `true` to force rendered events/tasks to fill entire ticks. This only affects rendering, start
|
|
593
558
|
* and end dates retain their value on the data level.
|
|
594
|
-
* ...
|
|
595
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fillTicks)
|
|
559
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fillTicks)
|
|
596
560
|
*/
|
|
597
561
|
fillTicks ? : Boolean
|
|
598
562
|
/**
|
|
599
563
|
* Use fixed row height. Setting this to `true` will configure the underlying RowManager to use fixed row
|
|
600
564
|
* height, which sacrifices the ability to use rows with variable height to gain a fraction better
|
|
601
565
|
* performance.
|
|
602
|
-
* ...
|
|
603
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fixedRowHeight)
|
|
566
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fixedRowHeight)
|
|
604
567
|
*/
|
|
605
568
|
fixedRowHeight ? : Boolean
|
|
606
569
|
/**
|
|
@@ -614,14 +577,12 @@ defineProps<{
|
|
|
614
577
|
/**
|
|
615
578
|
* Config object of a footer. May contain a `dock`, `html` and a `cls` property. A footer is not a widget,
|
|
616
579
|
* but rather plain HTML that follows the last element of the panel's body and [strips](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel#config-strips).
|
|
617
|
-
* ...
|
|
618
|
-
*
|
|
580
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-footer)
|
|
581
|
+
* @property {'top','right','bottom','left','start','end'} dock Where to dock
|
|
582
|
+
* @property {string} html Html to populate the footer with
|
|
583
|
+
* @property {string} cls CSS class to add to the footer
|
|
619
584
|
*/
|
|
620
|
-
footer ? :
|
|
621
|
-
dock?: 'top'|'right'|'bottom'|'left'|'start'|'end'
|
|
622
|
-
html?: string
|
|
623
|
-
cls?: string
|
|
624
|
-
}|string
|
|
585
|
+
footer ? : object|string
|
|
625
586
|
/**
|
|
626
587
|
* Set to `true` to force the time columns to fit to the available space (horizontal or vertical depends on mode).
|
|
627
588
|
* Note that setting [suppressFit](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineBase#config-suppressFit) to `true`, will disable `forceFit` functionality. Zooming
|
|
@@ -631,39 +592,34 @@ defineProps<{
|
|
|
631
592
|
/**
|
|
632
593
|
* An object which names formula prefixes which will be applied to all columns configured with
|
|
633
594
|
* `formula : true`.
|
|
634
|
-
* ...
|
|
635
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-formulaProviders)
|
|
595
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-formulaProviders)
|
|
636
596
|
*/
|
|
637
597
|
formulaProviders ? : Record<string, FormulaProviderConfig>
|
|
638
598
|
/**
|
|
639
599
|
* Refresh entire row when a record changes (`true`) or, if possible, only the cells affected (`false`).
|
|
640
|
-
* ...
|
|
641
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fullRowRefresh)
|
|
600
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-fullRowRefresh)
|
|
642
601
|
*/
|
|
643
602
|
fullRowRefresh ? : Boolean
|
|
644
603
|
/**
|
|
645
604
|
* A method allowing you to define date boundaries that will constrain resize, create and drag drop
|
|
646
605
|
* operations. The method will be called with the Resource record, and the Event record.
|
|
647
|
-
* ...
|
|
648
|
-
* [
|
|
649
|
-
* @param {Scheduler.model.
|
|
650
|
-
* @param {Scheduler.model.EventModel} eventRecord The event record
|
|
606
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-getDateConstraints)
|
|
607
|
+
* @param {Scheduler.model.ResourceModel} [resourceRecord] The resource record
|
|
608
|
+
* @param {Scheduler.model.EventModel} [eventRecord] The event record
|
|
651
609
|
* @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.
|
|
652
610
|
*/
|
|
653
|
-
getDateConstraints ? : (resourceRecord
|
|
611
|
+
getDateConstraints ? : (resourceRecord: ResourceModel, eventRecord: EventModel) => DateConstraint
|
|
654
612
|
/**
|
|
655
613
|
* Scheduler overrides Grid's default implementation of [getRowHeight](https://bryntum.com/products/scheduler/docs/api/Grid/view/GridBase#config-getRowHeight) to
|
|
656
614
|
* pre-calculate row heights based on events in the rows.
|
|
657
|
-
* ...
|
|
658
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-getRowHeight)
|
|
615
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-getRowHeight)
|
|
659
616
|
* @param {Scheduler.model.ResourceModel} getRowHeight.record Resource record to determine row height for
|
|
660
617
|
* @returns {number} Desired row height
|
|
661
618
|
*/
|
|
662
|
-
getRowHeight ? : (
|
|
619
|
+
getRowHeight ? : () => number
|
|
663
620
|
/**
|
|
664
621
|
* A config [object](https://bryntum.com/products/scheduler/docs/api/Core/widget/Panel#typedef-PanelHeader) for the panel's header or a string in place of a `title`.
|
|
665
|
-
* ...
|
|
666
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-header)
|
|
622
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-header)
|
|
667
623
|
*/
|
|
668
624
|
header ? : string|Boolean|PanelHeader
|
|
669
625
|
/**
|
|
@@ -690,8 +646,7 @@ defineProps<{
|
|
|
690
646
|
hideHorizontalScrollbar ? : Boolean
|
|
691
647
|
/**
|
|
692
648
|
* By default the row hover effect is not visible in the Scheduler part of the grid.
|
|
693
|
-
* ...
|
|
694
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-hideRowHover)
|
|
649
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-hideRowHover)
|
|
695
650
|
*/
|
|
696
651
|
hideRowHover ? : Boolean
|
|
697
652
|
/**
|
|
@@ -722,15 +677,13 @@ defineProps<{
|
|
|
722
677
|
ignoreDomEventsWhileScrolling ? : Boolean
|
|
723
678
|
/**
|
|
724
679
|
* Determines if the widgets read-only state should be controlled by its parent.
|
|
725
|
-
* ...
|
|
726
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ignoreParentReadOnly)
|
|
680
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ignoreParentReadOnly)
|
|
727
681
|
*/
|
|
728
682
|
ignoreParentReadOnly ? : Boolean
|
|
729
683
|
/**
|
|
730
684
|
* Set to `true` to automatically adjust the panel timespan during scrolling in the time dimension,
|
|
731
685
|
* when the scroller comes close to the start/end edges.
|
|
732
|
-
* ...
|
|
733
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-infiniteScroll)
|
|
686
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-infiniteScroll)
|
|
734
687
|
*/
|
|
735
688
|
infiniteScroll ? : Boolean
|
|
736
689
|
/**
|
|
@@ -745,8 +698,7 @@ defineProps<{
|
|
|
745
698
|
* Convenience setting to align input fields of child widgets. By default, the Field input element is
|
|
746
699
|
* placed immediately following the `label`. If you prefer to have all input fields aligned to the
|
|
747
700
|
* right, set this config to `'end'`.
|
|
748
|
-
* ...
|
|
749
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-inputFieldAlign)
|
|
701
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-inputFieldAlign)
|
|
750
702
|
*/
|
|
751
703
|
inputFieldAlign ? : 'start'|'end'
|
|
752
704
|
/**
|
|
@@ -759,8 +711,7 @@ defineProps<{
|
|
|
759
711
|
insertFirst ? : HTMLElement|string
|
|
760
712
|
/**
|
|
761
713
|
* A template method (empty by default) allowing you to control if an event can be selected or not.
|
|
762
|
-
* ...
|
|
763
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-isEventSelectable)
|
|
714
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-isEventSelectable)
|
|
764
715
|
* @param {Scheduler.model.EventModel} event The event record
|
|
765
716
|
* @returns {boolean} true if event can be selected, otherwise false
|
|
766
717
|
*/
|
|
@@ -771,10 +722,14 @@ defineProps<{
|
|
|
771
722
|
keyMap ? : Record<string, KeyMapConfig>
|
|
772
723
|
/**
|
|
773
724
|
* Convenience setting to use same label placement on all child widgets.
|
|
774
|
-
* ...
|
|
775
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-labelPosition)
|
|
725
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-labelPosition)
|
|
776
726
|
*/
|
|
777
727
|
labelPosition ? : 'before'|'above'|'align-before'|'auto'|null
|
|
728
|
+
/**
|
|
729
|
+
* Sets `labelWidth´ for all children of this Container, that does not define their own `labelWidth`.
|
|
730
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-labelWidth)
|
|
731
|
+
*/
|
|
732
|
+
labelWidth ? : number|null
|
|
778
733
|
/**
|
|
779
734
|
* By default, when the `EventStore` (and similar stores) is lazy loading, a loading indicator will be displayed
|
|
780
735
|
* just below the timeline headers. Set this to `false` to prevent this indicator being shown.
|
|
@@ -782,14 +737,12 @@ defineProps<{
|
|
|
782
737
|
lazyLoadingIndicator ? : Boolean
|
|
783
738
|
/**
|
|
784
739
|
* The listener set for this object.
|
|
785
|
-
* ...
|
|
786
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-listeners)
|
|
740
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-listeners)
|
|
787
741
|
*/
|
|
788
742
|
listeners ? : SchedulerBaseListeners
|
|
789
743
|
/**
|
|
790
744
|
* *This property is for use when the Scheduler is used as a Calendar view - a `mode`.*
|
|
791
|
-
* ...
|
|
792
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-listRangeMenu)
|
|
745
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-listRangeMenu)
|
|
793
746
|
*/
|
|
794
747
|
listRangeMenu ? : MenuConfig
|
|
795
748
|
/**
|
|
@@ -802,15 +755,13 @@ defineProps<{
|
|
|
802
755
|
* when data is loading. The message and optional configuration from the
|
|
803
756
|
* [loadMask](https://bryntum.com/products/scheduler/docs/api/Core/mixin/LoadMaskable#config-loadMask) config take priority over these options, just as they do
|
|
804
757
|
* for `maskDefaults`, respectively.
|
|
805
|
-
* ...
|
|
806
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-loadMaskDefaults)
|
|
758
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-loadMaskDefaults)
|
|
807
759
|
*/
|
|
808
760
|
loadMaskDefaults ? : MaskConfig
|
|
809
761
|
/**
|
|
810
762
|
* A [Mask](https://bryntum.com/products/scheduler/docs/api/Core/widget/Mask) config object to adjust the [maskDefaults](#Core/widget/Widget#config-maskDefaults)
|
|
811
763
|
* when an error occurs loading data.
|
|
812
|
-
* ...
|
|
813
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-loadMaskError)
|
|
764
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-loadMaskError)
|
|
814
765
|
*/
|
|
815
766
|
loadMaskError ? : MaskConfig|Mask|Boolean
|
|
816
767
|
/**
|
|
@@ -829,8 +780,7 @@ defineProps<{
|
|
|
829
780
|
/**
|
|
830
781
|
* When `true`, events are sized and positioned based on rowHeight, resourceMargin and barMargin settings.
|
|
831
782
|
* Set this to `false` if you want to control height and vertical position using CSS instead.
|
|
832
|
-
* ...
|
|
833
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-managedEventSizing)
|
|
783
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-managedEventSizing)
|
|
834
784
|
*/
|
|
835
785
|
managedEventSizing ? : Boolean
|
|
836
786
|
/**
|
|
@@ -861,8 +811,7 @@ defineProps<{
|
|
|
861
811
|
/**
|
|
862
812
|
* The maximum time axis unit to display non-working ranges for ('hour' or 'day' etc).
|
|
863
813
|
* When zooming to a view with a larger unit, no non-working time elements will be rendered.
|
|
864
|
-
* ...
|
|
865
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-maxTimeAxisUnit)
|
|
814
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-maxTimeAxisUnit)
|
|
866
815
|
*/
|
|
867
816
|
maxTimeAxisUnit ? : DurationUnit
|
|
868
817
|
/**
|
|
@@ -871,17 +820,14 @@ defineProps<{
|
|
|
871
820
|
*/
|
|
872
821
|
maxWidth ? : string|number
|
|
873
822
|
/**
|
|
874
|
-
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
875
|
-
* [
|
|
876
|
-
* for information. Unless you have modified the collection of available presets, the max zoom level is
|
|
877
|
-
* milliseconds.
|
|
823
|
+
* The maximum zoom level to which [zoomIn](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn) will work.
|
|
824
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-maxZoomLevel)
|
|
878
825
|
*/
|
|
879
|
-
maxZoomLevel ? : number
|
|
826
|
+
maxZoomLevel ? : number|string
|
|
880
827
|
/**
|
|
881
828
|
* How to align milestones in relation to their startDate. Only applies when using a `milestoneLayoutMode`
|
|
882
829
|
* other than `default`. Valid values are:
|
|
883
|
-
* ...
|
|
884
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneAlign)
|
|
830
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneAlign)
|
|
885
831
|
*/
|
|
886
832
|
milestoneAlign ? : 'start'|'center'|'end'
|
|
887
833
|
/**
|
|
@@ -892,14 +838,12 @@ defineProps<{
|
|
|
892
838
|
/**
|
|
893
839
|
* How to handle milestones during event layout. How the milestones are displayed when part of the layout
|
|
894
840
|
* are controlled using [milestoneTextPosition](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-milestoneTextPosition).
|
|
895
|
-
* ...
|
|
896
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneLayoutMode)
|
|
841
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneLayoutMode)
|
|
897
842
|
*/
|
|
898
843
|
milestoneLayoutMode ? : 'default'|'estimate'|'data'|'measure'
|
|
899
844
|
/**
|
|
900
845
|
* Position of the milestone text:
|
|
901
|
-
* ...
|
|
902
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneTextPosition)
|
|
846
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-milestoneTextPosition)
|
|
903
847
|
*/
|
|
904
848
|
milestoneTextPosition ? : 'inside'|'outside'|'always-outside'
|
|
905
849
|
/**
|
|
@@ -911,16 +855,14 @@ defineProps<{
|
|
|
911
855
|
/**
|
|
912
856
|
* Grid's `min-height`. Defaults to `10em` to be sure that the Grid always has a height wherever it is
|
|
913
857
|
* inserted.
|
|
914
|
-
* ...
|
|
915
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-minHeight)
|
|
858
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-minHeight)
|
|
916
859
|
*/
|
|
917
860
|
minHeight ? : string|number
|
|
918
861
|
/**
|
|
919
862
|
* *Experimental* Minimum size that events should be allowed to shrink to when using `pack` layout. If
|
|
920
863
|
* packing leads to any event being smaller than this value, the row will grow in height instead to maintain
|
|
921
864
|
* this minimum size.
|
|
922
|
-
* ...
|
|
923
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-minPackSize)
|
|
865
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-minPackSize)
|
|
924
866
|
*/
|
|
925
867
|
minPackSize ? : number
|
|
926
868
|
/**
|
|
@@ -929,9 +871,10 @@ defineProps<{
|
|
|
929
871
|
*/
|
|
930
872
|
minWidth ? : string|number
|
|
931
873
|
/**
|
|
932
|
-
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
874
|
+
* The minimum zoom level to which [zoomOut](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut) will work.
|
|
875
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-minZoomLevel)
|
|
933
876
|
*/
|
|
934
|
-
minZoomLevel ? : number
|
|
877
|
+
minZoomLevel ? : number|string
|
|
935
878
|
/**
|
|
936
879
|
* Scheduler mode. Supported values: horizontal, vertical
|
|
937
880
|
*/
|
|
@@ -942,27 +885,23 @@ defineProps<{
|
|
|
942
885
|
monitorResize ? : Boolean
|
|
943
886
|
/**
|
|
944
887
|
* Configure as `true` to allow `CTRL/CMD+click` to select multiple events in the scheduler.
|
|
945
|
-
* ...
|
|
946
|
-
* [
|
|
888
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-multiEventSelect)
|
|
889
|
+
* @property {boolean} [ctrlKey] Set to `true` to use <kbd>Ctrl</kbd> key for multi selection (<kbd>Cmd</kbd> on Mac).
|
|
890
|
+
* @property {boolean} [altKey] Set to `true` to use <kbd>Alt</kbd> key for multi selection (<kbd>Option</kbd> on Mac)
|
|
891
|
+
* @property {boolean} [shiftKey] Set to `true` to use <kbd>Shift</kbd> key for multi selection
|
|
947
892
|
*/
|
|
948
|
-
multiEventSelect ? : Boolean|
|
|
949
|
-
ctrlKey?: Boolean
|
|
950
|
-
altKey?: Boolean
|
|
951
|
-
shiftKey?: Boolean
|
|
952
|
-
}
|
|
893
|
+
multiEventSelect ? : Boolean|object
|
|
953
894
|
/**
|
|
954
895
|
* When an event bar has a width less than this value, it gets the CSS class `b-sch-event-narrow`
|
|
955
896
|
* added. You may apply custom CSS rules using this class.
|
|
956
|
-
* ...
|
|
957
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-narrowEventWidth)
|
|
897
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-narrowEventWidth)
|
|
958
898
|
*/
|
|
959
899
|
narrowEventWidth ? : number
|
|
960
900
|
/**
|
|
961
901
|
* Override this method to provide a custom sort function to sort any overlapping events. This only applies
|
|
962
902
|
* to the horizontal mode, where the order the events are sorted in determines their vertical placement
|
|
963
903
|
* within a resource.
|
|
964
|
-
* ...
|
|
965
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-overlappingEventSorter)
|
|
904
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-overlappingEventSorter)
|
|
966
905
|
* @param {Scheduler.model.EventModel} a First event
|
|
967
906
|
* @param {Scheduler.model.EventModel} b Second event
|
|
968
907
|
* @returns {number} Return -1 to display `a` above `b`, 1 for `b` above `a`
|
|
@@ -971,26 +910,23 @@ defineProps<{
|
|
|
971
910
|
/**
|
|
972
911
|
* Partners this Timeline panel with another Timeline in order to sync their region sizes (sub-grids like locked, normal will get the same width),
|
|
973
912
|
* start and end dates, view preset, zoom level and scrolling position. All these values will be synced with the timeline defined as the `partner`.
|
|
974
|
-
* ...
|
|
975
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-partner)
|
|
913
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-partner)
|
|
976
914
|
*/
|
|
977
915
|
partner ? : TimelineBase|string
|
|
978
916
|
/**
|
|
979
917
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
980
918
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
981
|
-
* ...
|
|
982
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-passStartEndParameters)
|
|
919
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-passStartEndParameters)
|
|
983
920
|
*/
|
|
984
921
|
passStartEndParameters ? : Boolean
|
|
985
922
|
/**
|
|
986
923
|
* Specify plugins (an array of classes) in config
|
|
987
924
|
*/
|
|
988
|
-
plugins ? :
|
|
925
|
+
plugins ? : InstancePlugin[]|InstancePlugin
|
|
989
926
|
/**
|
|
990
927
|
* Maximum number of resources for which height is pre-calculated. If you have many events per
|
|
991
928
|
* resource you might want to lower this number to gain some initial rendering performance.
|
|
992
|
-
* ...
|
|
993
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-preCalculateHeightLimit)
|
|
929
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-preCalculateHeightLimit)
|
|
994
930
|
*/
|
|
995
931
|
preCalculateHeightLimit ? : number
|
|
996
932
|
/**
|
|
@@ -1008,10 +944,9 @@ defineProps<{
|
|
|
1008
944
|
*/
|
|
1009
945
|
preserveScrollOnDatasetChange ? : Boolean
|
|
1010
946
|
/**
|
|
1011
|
-
* An array of [ViewPreset](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset) config objects
|
|
1012
|
-
*
|
|
1013
|
-
* ...
|
|
1014
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-presets)
|
|
947
|
+
* An array of [ViewPreset](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset) config objects which describes the available timeline layouts
|
|
948
|
+
* for this scheduler.
|
|
949
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-presets)
|
|
1015
950
|
*/
|
|
1016
951
|
presets ? : ViewPresetConfig[]
|
|
1017
952
|
/**
|
|
@@ -1022,50 +957,51 @@ defineProps<{
|
|
|
1022
957
|
/**
|
|
1023
958
|
* A [ProjectModel](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/ProjectModel) instance or a config object. The project holds all Scheduler data.
|
|
1024
959
|
* Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
|
|
1025
|
-
* ...
|
|
1026
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-project)
|
|
960
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-project)
|
|
1027
961
|
*/
|
|
1028
962
|
project ? : ProjectModel|ProjectModelConfig|object
|
|
1029
963
|
/**
|
|
1030
964
|
* Range used to set the length of the time axis when used as a component of a Calendar. Suitable units are
|
|
1031
965
|
* `'month'`, `'week'` and `'day'`.
|
|
1032
|
-
* ...
|
|
1033
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-range)
|
|
966
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-range)
|
|
1034
967
|
*/
|
|
1035
968
|
range ? : string|DurationConfig
|
|
1036
969
|
/**
|
|
1037
970
|
* Configure as `true` to make the scheduler read-only, by disabling any UIs for modifying data.
|
|
1038
|
-
* ...
|
|
1039
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-readOnly)
|
|
971
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-readOnly)
|
|
1040
972
|
*/
|
|
1041
973
|
readOnly ? : Boolean
|
|
1042
974
|
/**
|
|
1043
975
|
* The confirmation dialog shown when a recurring event is edited.
|
|
1044
|
-
* ...
|
|
1045
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-recurrenceConfirmationPopup)
|
|
976
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-recurrenceConfirmationPopup)
|
|
1046
977
|
*/
|
|
1047
|
-
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
978
|
+
recurrenceConfirmationPopup ? : RecurrenceConfirmationPopupConfig
|
|
1048
979
|
relayStoreEvents ? : Boolean
|
|
1049
980
|
/**
|
|
1050
981
|
* Either a default `rendition` to apply to all child widgets, or a map of renditions keyed by child widget
|
|
1051
982
|
* `type`.
|
|
1052
|
-
* ...
|
|
1053
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-rendition)
|
|
983
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-rendition)
|
|
1054
984
|
*/
|
|
1055
985
|
rendition ? : string|Record<string, string>|null
|
|
1056
986
|
/**
|
|
1057
987
|
* Configure this property to allow the widget/component to be resized. Pressing <kbd>Shift</kbd> while resizing will
|
|
1058
988
|
* constrain the aspect ratio.
|
|
1059
|
-
* ...
|
|
1060
|
-
* [
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
989
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resizable)
|
|
990
|
+
* @property {number} [resizable.minWidth] The minimum width of the element.
|
|
991
|
+
* @property {number} [resizable.maxWidth] The maximum width of the element.
|
|
992
|
+
* @property {number} [resizable.minHeight] The minimum height of the element.
|
|
993
|
+
* @property {number} [resizable.maxHeight] The maximum height of the element
|
|
994
|
+
* @property {object} [resizable.handles] An object controlling which edges/corners are resizable.
|
|
995
|
+
* @property {boolean} [resizable.handles.topStart] Resizable from top-start corner
|
|
996
|
+
* @property {boolean} [resizable.handles.top] Resizable from top edge
|
|
997
|
+
* @property {boolean} [resizable.handles.topEnd] Resizable from top-end corner
|
|
998
|
+
* @property {boolean} [resizable.handles.end] Resizable from end edge
|
|
999
|
+
* @property {boolean} [resizable.handles.bottomEnd] Resizable from bottom-end corner
|
|
1000
|
+
* @property {boolean} [resizable.handles.bottom] Resizable from bottom edge
|
|
1001
|
+
* @property {boolean} [resizable.handles.bottomStart] Resizable from bottom-start corner
|
|
1002
|
+
* @property {boolean} [resizable.handles.start] Resizable from start edge
|
|
1003
|
+
*/
|
|
1004
|
+
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 } }
|
|
1069
1005
|
/**
|
|
1070
1006
|
* Set to `false` to only measure cell contents when double-clicking the edge between column headers.
|
|
1071
1007
|
*/
|
|
@@ -1073,8 +1009,7 @@ defineProps<{
|
|
|
1073
1009
|
/**
|
|
1074
1010
|
* A config object used to configure the resource columns in vertical mode.
|
|
1075
1011
|
* See [ResourceHeader](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/ResourceHeader) for more details on available properties.
|
|
1076
|
-
* ...
|
|
1077
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceColumns)
|
|
1012
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceColumns)
|
|
1078
1013
|
*/
|
|
1079
1014
|
resourceColumns ? : ResourceHeaderConfig
|
|
1080
1015
|
/**
|
|
@@ -1085,25 +1020,21 @@ defineProps<{
|
|
|
1085
1020
|
* Path to load resource images from. Used by the resource header in vertical mode and the
|
|
1086
1021
|
* [ResourceInfoColumn](https://bryntum.com/products/scheduler/docs/api/Scheduler/column/ResourceInfoColumn) in horizontal mode. Set this to display miniature
|
|
1087
1022
|
* images for each resource using their `image` or `imageUrl` fields.
|
|
1088
|
-
* ...
|
|
1089
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceImagePath)
|
|
1023
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceImagePath)
|
|
1090
1024
|
*/
|
|
1091
1025
|
resourceImagePath ? : string
|
|
1092
1026
|
/**
|
|
1093
1027
|
* Convenience config to set both [resourceImagePath](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerResourceRendering#config-resourceImagePath) and [resourceImageExtension](#Scheduler/view/mixin/SchedulerResourceRendering#config-resourceImageExtension).
|
|
1094
|
-
* ...
|
|
1095
|
-
*
|
|
1028
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceImages)
|
|
1029
|
+
* @property {string} path Path to load resource images from
|
|
1030
|
+
* @property {string} extension Resource image extension
|
|
1096
1031
|
*/
|
|
1097
|
-
resourceImages ? :
|
|
1098
|
-
path?: string
|
|
1099
|
-
extension?: string
|
|
1100
|
-
}
|
|
1032
|
+
resourceImages ? : object
|
|
1101
1033
|
/**
|
|
1102
1034
|
* Control how much space to leave between the first event/last event and the resources edge (top/bottom
|
|
1103
1035
|
* margin within the resource row in horizontal mode, left/right margin within the resource column in
|
|
1104
1036
|
* vertical mode), in px. Defaults to the value of [barMargin](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-barMargin).
|
|
1105
|
-
* ...
|
|
1106
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceMargin)
|
|
1037
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceMargin)
|
|
1107
1038
|
*/
|
|
1108
1039
|
resourceMargin ? : number|ResourceMarginConfig
|
|
1109
1040
|
/**
|
|
@@ -1118,8 +1049,7 @@ defineProps<{
|
|
|
1118
1049
|
* An empty function by default, but provided so that you can override it. This function is called each time
|
|
1119
1050
|
* a resource time range is rendered into the schedule. It's called with `resourceTimeRangeRecord`, `resourceRecord`,
|
|
1120
1051
|
* and `renderData` params.
|
|
1121
|
-
* ...
|
|
1122
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceTimeRangeRenderer)
|
|
1052
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-resourceTimeRangeRenderer)
|
|
1123
1053
|
* @param {object} detail An object containing the information needed to render a ResourceTimeRangeModel.
|
|
1124
1054
|
* @param {Scheduler.model.ResourceTimeRangeModel} detail.resourceTimeRangeRecord The resource time range record.
|
|
1125
1055
|
* @param {Scheduler.model.ResourceModel} detail.resourceRecord The resource record.
|
|
@@ -1138,23 +1068,26 @@ defineProps<{
|
|
|
1138
1068
|
resourceTimeRangeStore ? : ResourceTimeRangeStore|ResourceTimeRangeStoreConfig
|
|
1139
1069
|
/**
|
|
1140
1070
|
* "Break points" for which responsive config to use.
|
|
1141
|
-
* ...
|
|
1142
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-responsiveLevels)
|
|
1071
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-responsiveLevels)
|
|
1143
1072
|
*/
|
|
1144
1073
|
responsiveLevels ? : Record<string, number|string|SchedulerResponsiveLevelConfig>
|
|
1145
1074
|
/**
|
|
1146
1075
|
* Configure as `true` to have the component display a translucent ripple when its
|
|
1147
1076
|
* [focusElement](https://bryntum.com/products/scheduler/docs/api/Core/widget/Widget#property-focusElement), or [element](#Core/widget/Widget#property-element) is tapped <em>if the
|
|
1148
1077
|
* current theme supports ripples</em>. Out of the box, only the Material theme supports ripples.
|
|
1149
|
-
* ...
|
|
1150
|
-
* [
|
|
1078
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ripple)
|
|
1079
|
+
* @property {string} [delegate] A CSS selector to filter which child elements trigger ripples. By default, the ripple is clipped to the triggering element.
|
|
1080
|
+
* @property {string} [color] A CSS color name or specification.
|
|
1081
|
+
* @property {number} [radius] The ending radius of the ripple. Note that it will be clipped by the target element by default.
|
|
1082
|
+
* @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.
|
|
1151
1083
|
*/
|
|
1152
|
-
ripple ? : Boolean|
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1084
|
+
ripple ? : Boolean|object
|
|
1085
|
+
/**
|
|
1086
|
+
* The ARIA role to apply to this widget's element. By default, this is set to `'presentation'` to avoid
|
|
1087
|
+
* accidentally applying a role which may interfere with screen readers.
|
|
1088
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-role)
|
|
1089
|
+
*/
|
|
1090
|
+
role ? : string
|
|
1158
1091
|
/**
|
|
1159
1092
|
* 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`
|
|
1160
1093
|
*/
|
|
@@ -1169,15 +1102,13 @@ defineProps<{
|
|
|
1169
1102
|
rowLines ? : Boolean
|
|
1170
1103
|
/**
|
|
1171
1104
|
* This may be configured as `true` to make the widget's element use the `direction:rtl` style.
|
|
1172
|
-
* ...
|
|
1173
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-rtl)
|
|
1105
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-rtl)
|
|
1174
1106
|
*/
|
|
1175
1107
|
rtl ? : Boolean
|
|
1176
1108
|
/**
|
|
1177
1109
|
* Configures whether the grid is scrollable in the `Y` axis. This is used to configure a [Scroller](https://bryntum.com/products/scheduler/docs/api/Core/helper/util/Scroller).
|
|
1178
1110
|
* See the [scrollerClass](https://bryntum.com/products/scheduler/docs/api/Grid/view/GridBase#config-scrollerClass) config option.
|
|
1179
|
-
* ...
|
|
1180
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-scrollable)
|
|
1111
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-scrollable)
|
|
1181
1112
|
*/
|
|
1182
1113
|
scrollable ? : Boolean|ScrollerConfig|Scroller
|
|
1183
1114
|
/**
|
|
@@ -1187,8 +1118,7 @@ defineProps<{
|
|
|
1187
1118
|
/**
|
|
1188
1119
|
* Specifies the maximum duration for extending the current [TimeSpan](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/TimeSpan) to allow for smooth
|
|
1189
1120
|
* scrolling to an event.
|
|
1190
|
-
* ...
|
|
1191
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-scrollExtensionThreshold)
|
|
1121
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-scrollExtensionThreshold)
|
|
1192
1122
|
*/
|
|
1193
1123
|
scrollExtensionThreshold ? : string|DurationConfig
|
|
1194
1124
|
/**
|
|
@@ -1199,8 +1129,7 @@ defineProps<{
|
|
|
1199
1129
|
/**
|
|
1200
1130
|
* Selection configuration settings, change these properties to control how selection works and what can be
|
|
1201
1131
|
* selected.
|
|
1202
|
-
* ...
|
|
1203
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-selectionMode)
|
|
1132
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-selectionMode)
|
|
1204
1133
|
*/
|
|
1205
1134
|
selectionMode ? : GridSelectionMode
|
|
1206
1135
|
/**
|
|
@@ -1212,11 +1141,9 @@ defineProps<{
|
|
|
1212
1141
|
*/
|
|
1213
1142
|
selectResourceOnScheduleClick ? : Boolean
|
|
1214
1143
|
/**
|
|
1215
|
-
* <div class="note">This property is for use when the Scheduler is used as a Calendar view - a `mode
|
|
1216
|
-
*
|
|
1217
|
-
*
|
|
1218
|
-
* ...
|
|
1219
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-shiftIncrement)
|
|
1144
|
+
* <div class="note">This property is for use when the Scheduler is used as a Calendar view - a `mode` - it will have no
|
|
1145
|
+
* effect on a Scheduler which is not inside a Calendar.</div>
|
|
1146
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-shiftIncrement)
|
|
1220
1147
|
*/
|
|
1221
1148
|
shiftIncrement ? : string|DurationConfig
|
|
1222
1149
|
/**
|
|
@@ -1226,13 +1153,11 @@ defineProps<{
|
|
|
1226
1153
|
/**
|
|
1227
1154
|
* Configure as `true` to have the grid show a red "changed" tag in cells whose
|
|
1228
1155
|
* field value has changed and not yet been committed.
|
|
1229
|
-
* ...
|
|
1230
|
-
*
|
|
1156
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-showDirty)
|
|
1157
|
+
* @property {boolean} showDirty.duringEdit Set to `true` to show the red tag while editing a cell
|
|
1158
|
+
* @property {boolean} showDirty.newRecord Set to `true` to show the red tag for all the cells of the new record
|
|
1231
1159
|
*/
|
|
1232
|
-
showDirty ? : Boolean|{
|
|
1233
|
-
duringEdit?: Boolean
|
|
1234
|
-
newRecord?: Boolean
|
|
1235
|
-
}
|
|
1160
|
+
showDirty ? : Boolean|{ duringEdit: Boolean, newRecord: Boolean }
|
|
1236
1161
|
/**
|
|
1237
1162
|
* If set to `true` this will show a color field in the [EventEdit](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventEdit) editor and also a
|
|
1238
1163
|
* picker in the [EventMenu](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventMenu). Both enables the user to choose a color which will be
|
|
@@ -1255,17 +1180,25 @@ defineProps<{
|
|
|
1255
1180
|
* Set to `true` to show a tooltip when hovering a dependency line
|
|
1256
1181
|
*/
|
|
1257
1182
|
showTooltip ? : Boolean
|
|
1183
|
+
/**
|
|
1184
|
+
* When `true`, all zoom operations ([zoomIn](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomIn),
|
|
1185
|
+
* [zoomOut](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOut),
|
|
1186
|
+
* [zoomInFull](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomInFull),
|
|
1187
|
+
* [zoomOutFull](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineZoomable#function-zoomOutFull)) will use the smooth zoom system instead
|
|
1188
|
+
* of jumping between discrete preset levels. This provides finer-grained control over zoom levels by
|
|
1189
|
+
* interpolating tick sizes between presets.
|
|
1190
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-smoothZoom)
|
|
1191
|
+
*/
|
|
1192
|
+
smoothZoom ? : Boolean
|
|
1258
1193
|
/**
|
|
1259
1194
|
* Set to `true` to snap to the current time resolution increment while interacting with scheduled events.
|
|
1260
|
-
* ...
|
|
1261
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-snap)
|
|
1195
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-snap)
|
|
1262
1196
|
*/
|
|
1263
1197
|
snap ? : Boolean
|
|
1264
1198
|
/**
|
|
1265
1199
|
* Affects drag drop and resizing of events when [snap](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/TimelineDateMapper#config-snap)
|
|
1266
1200
|
* is enabled.
|
|
1267
|
-
* ...
|
|
1268
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-snapRelativeToEventStartDate)
|
|
1201
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-snapRelativeToEventStartDate)
|
|
1269
1202
|
*/
|
|
1270
1203
|
snapRelativeToEventStartDate ? : Boolean
|
|
1271
1204
|
/**
|
|
@@ -1274,8 +1207,7 @@ defineProps<{
|
|
|
1274
1207
|
span ? : number
|
|
1275
1208
|
/**
|
|
1276
1209
|
* The start date of the timeline (if not configure with [infiniteScroll](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineBase#config-infiniteScroll)).
|
|
1277
|
-
* ...
|
|
1278
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-startDate)
|
|
1210
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-startDate)
|
|
1279
1211
|
*/
|
|
1280
1212
|
startDate ? : Date|string
|
|
1281
1213
|
/**
|
|
@@ -1284,40 +1216,34 @@ defineProps<{
|
|
|
1284
1216
|
startParamName ? : string
|
|
1285
1217
|
/**
|
|
1286
1218
|
* This value can be one of the following:
|
|
1287
|
-
* ...
|
|
1288
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateful)
|
|
1219
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateful)
|
|
1289
1220
|
*/
|
|
1290
1221
|
stateful ? : Boolean|object|string[]
|
|
1291
1222
|
/**
|
|
1292
1223
|
* The events that, when fired by this component, should trigger it to save its state by calling
|
|
1293
1224
|
* [saveState](https://bryntum.com/products/scheduler/docs/api/Core/mixin/State#function-saveState).
|
|
1294
|
-
* ...
|
|
1295
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-statefulEvents)
|
|
1225
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-statefulEvents)
|
|
1296
1226
|
*/
|
|
1297
1227
|
statefulEvents ? : object|string[]
|
|
1298
1228
|
/**
|
|
1299
1229
|
* The key to use when saving this object's state in the [stateProvider](https://bryntum.com/products/scheduler/docs/api/Core/mixin/State#config-stateProvider). If this config is
|
|
1300
1230
|
* not assigned, and [stateful](https://bryntum.com/products/scheduler/docs/api/Core/mixin/State#config-stateful) is not set to `false`, the [id](#Core/widget/Widget#config-id)
|
|
1301
1231
|
* (if explicitly specified) will be used as the `stateId`.
|
|
1302
|
-
* ...
|
|
1303
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateId)
|
|
1232
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateId)
|
|
1304
1233
|
*/
|
|
1305
1234
|
stateId ? : string
|
|
1306
1235
|
/**
|
|
1307
1236
|
* The `StateProvider` to use to save and restore this object's [state](https://bryntum.com/products/scheduler/docs/api/Core/mixin/State#property-state). By default, `state`
|
|
1308
1237
|
* will be saved using the [default state provider](https://bryntum.com/products/scheduler/docs/api/Core/state/StateProvider#property-instance-static).
|
|
1309
|
-
* ...
|
|
1310
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateProvider)
|
|
1238
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateProvider)
|
|
1311
1239
|
*/
|
|
1312
1240
|
stateProvider ? : StateProvider
|
|
1313
1241
|
/**
|
|
1314
1242
|
* The properties of this settings object controls how grid is restored from state data.
|
|
1315
|
-
* ...
|
|
1316
|
-
* [
|
|
1243
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-stateSettings)
|
|
1244
|
+
* @property {boolean} [restoreUnconfiguredColumns] Determines whether to restore columns from the state that are not explicitly defined in the grid configuration.
|
|
1317
1245
|
*/
|
|
1318
|
-
stateSettings ? :
|
|
1319
|
-
restoreUnconfiguredColumns?: Boolean
|
|
1320
|
-
}
|
|
1246
|
+
stateSettings ? : object
|
|
1321
1247
|
/**
|
|
1322
1248
|
* When set, the text in the major time axis header sticks in the scrolling viewport as long as possible.
|
|
1323
1249
|
*/
|
|
@@ -1325,24 +1251,21 @@ defineProps<{
|
|
|
1325
1251
|
/**
|
|
1326
1252
|
* Store that holds records to display in the grid, or a store config object. If the configuration contains
|
|
1327
1253
|
* a `readUrl`, an `AjaxStore` will be created.
|
|
1328
|
-
* ...
|
|
1329
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-store)
|
|
1254
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-store)
|
|
1330
1255
|
*/
|
|
1331
1256
|
store ? : Store|StoreConfig|AjaxStore|AjaxStoreConfig
|
|
1332
1257
|
/**
|
|
1333
1258
|
* An object containing widgets keyed by name. By default (when no `type` is given), strips are
|
|
1334
1259
|
* [toolbars](https://bryntum.com/products/scheduler/docs/api/Core/widget/Toolbar). If you want to pass an array, you can use
|
|
1335
1260
|
* the toolbar's [items](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#config-items).
|
|
1336
|
-
* ...
|
|
1337
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-strips)
|
|
1261
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-strips)
|
|
1338
1262
|
*/
|
|
1339
1263
|
strips ? : Record<string, SchedulerContainerItemConfig>
|
|
1340
1264
|
/**
|
|
1341
1265
|
* An object containing sub grid configuration objects keyed by a `region` property.
|
|
1342
1266
|
* By default, grid has a 'locked' region (if configured with locked columns) and a 'normal' region.
|
|
1343
1267
|
* The 'normal' region defaults to use `flex: 1`.
|
|
1344
|
-
* ...
|
|
1345
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-subGridConfigs)
|
|
1268
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-subGridConfigs)
|
|
1346
1269
|
*/
|
|
1347
1270
|
subGridConfigs ? : Record<string, SubGridConfig>
|
|
1348
1271
|
/**
|
|
@@ -1353,31 +1276,27 @@ defineProps<{
|
|
|
1353
1276
|
/**
|
|
1354
1277
|
* A [Mask](https://bryntum.com/products/scheduler/docs/api/Core/widget/Mask) config object, or a message to be shown when Crud Manager
|
|
1355
1278
|
* is persisting changes on the server. Set to `null` to disable default sync mask.
|
|
1356
|
-
* ...
|
|
1357
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-syncMask)
|
|
1279
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-syncMask)
|
|
1358
1280
|
*/
|
|
1359
1281
|
syncMask ? : string|MaskConfig|null
|
|
1360
1282
|
/**
|
|
1361
1283
|
* A configuration for the [tab](https://bryntum.com/products/scheduler/docs/api/Core/widget/Tab) created for this widget when it is placed in a
|
|
1362
1284
|
* [TabPanel](https://bryntum.com/products/scheduler/docs/api/Core/widget/TabPanel). For example, this config can be used to control the icon of the `tab` for
|
|
1363
1285
|
* this widget:
|
|
1364
|
-
* ...
|
|
1365
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tab)
|
|
1286
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tab)
|
|
1366
1287
|
*/
|
|
1367
1288
|
tab ? : Boolean|TabConfig
|
|
1368
1289
|
/**
|
|
1369
1290
|
* When this container is used as a tab in a TabPanel, these items are added to the
|
|
1370
1291
|
* [TabBar](https://bryntum.com/products/scheduler/docs/api/Core/widget/TabBar) when this container is the active tab.
|
|
1371
|
-
* ...
|
|
1372
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tabBarItems)
|
|
1292
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tabBarItems)
|
|
1373
1293
|
*/
|
|
1374
1294
|
tabBarItems ? : ToolbarItems[]|Widget[]
|
|
1375
1295
|
/**
|
|
1376
1296
|
* A Config object representing the configuration of a [Toolbar](https://bryntum.com/products/scheduler/docs/api/Core/widget/Toolbar),
|
|
1377
1297
|
* or array of config objects representing the child items of a Toolbar.
|
|
1378
1298
|
* This creates a toolbar docked to the top of the panel immediately below the header.
|
|
1379
|
-
* ...
|
|
1380
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tbar)
|
|
1299
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tbar)
|
|
1381
1300
|
*/
|
|
1382
1301
|
tbar ? : (SchedulerContainerItemConfig|string)[]|ToolbarConfig|PagingToolbarConfig|null
|
|
1383
1302
|
/**
|
|
@@ -1386,21 +1305,18 @@ defineProps<{
|
|
|
1386
1305
|
terminalCls ? : string
|
|
1387
1306
|
/**
|
|
1388
1307
|
* Delay in ms before hiding the terminals when the mouse leaves an event bar or terminal.
|
|
1389
|
-
* ...
|
|
1390
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalHideDelay)
|
|
1308
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalHideDelay)
|
|
1391
1309
|
*/
|
|
1392
1310
|
terminalHideDelay ? : number
|
|
1393
1311
|
/**
|
|
1394
1312
|
* Terminal offset from their initial position, in px. Positive values move terminals further away from the
|
|
1395
1313
|
* event bar, negative values inside the event bar.
|
|
1396
|
-
* ...
|
|
1397
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalOffset)
|
|
1314
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalOffset)
|
|
1398
1315
|
*/
|
|
1399
1316
|
terminalOffset ? : number
|
|
1400
1317
|
/**
|
|
1401
1318
|
* Delay in ms before showing the terminals when hovering over an event bar.
|
|
1402
|
-
* ...
|
|
1403
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalShowDelay)
|
|
1319
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalShowDelay)
|
|
1404
1320
|
*/
|
|
1405
1321
|
terminalShowDelay ? : number
|
|
1406
1322
|
/**
|
|
@@ -1410,14 +1326,12 @@ defineProps<{
|
|
|
1410
1326
|
terminalSides ? : string[]
|
|
1411
1327
|
/**
|
|
1412
1328
|
* Terminal diameter in px, overrides the default CSS value for it (which might depend on theme).
|
|
1413
|
-
* ...
|
|
1414
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalSize)
|
|
1329
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-terminalSize)
|
|
1415
1330
|
*/
|
|
1416
1331
|
terminalSize ? : number|string
|
|
1417
1332
|
/**
|
|
1418
1333
|
* The width/height (depending on vertical / horizontal mode) of all the time columns.
|
|
1419
|
-
* ...
|
|
1420
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tickSize)
|
|
1334
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tickSize)
|
|
1421
1335
|
*/
|
|
1422
1336
|
tickSize ? : number
|
|
1423
1337
|
/**
|
|
@@ -1438,35 +1352,30 @@ defineProps<{
|
|
|
1438
1352
|
/**
|
|
1439
1353
|
* Gets/sets the current time resolution object, which contains a unit identifier and an increment count
|
|
1440
1354
|
* `{ unit, increment }`. This value means minimal task duration you can create using UI.
|
|
1441
|
-
* ...
|
|
1442
|
-
*
|
|
1355
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-timeResolution)
|
|
1356
|
+
* @property {number} increment The increment in the specified unit
|
|
1357
|
+
* @property {DurationUnit} unit The time resolution unit
|
|
1443
1358
|
*/
|
|
1444
|
-
timeResolution ? :
|
|
1445
|
-
increment?: number
|
|
1446
|
-
unit?: DurationUnit
|
|
1447
|
-
}|number
|
|
1359
|
+
timeResolution ? : object|number
|
|
1448
1360
|
/**
|
|
1449
1361
|
* Set to a time zone or a UTC offset. This will set the projects
|
|
1450
1362
|
* [timeZone](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/ProjectModel#config-timeZone) config accordingly. As this config is only a referer,
|
|
1451
1363
|
* please see project's config [documentation](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/ProjectModel#config-timeZone) for more
|
|
1452
1364
|
* information.
|
|
1453
|
-
* ...
|
|
1454
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-timeZone)
|
|
1365
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-timeZone)
|
|
1455
1366
|
*/
|
|
1456
1367
|
timeZone ? : string|number
|
|
1457
1368
|
/**
|
|
1458
1369
|
* A title to display in the header or owning TabPanel. Causes creation and docking of a header
|
|
1459
1370
|
* to the top if no header is configured.
|
|
1460
|
-
* ...
|
|
1461
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-title)
|
|
1371
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-title)
|
|
1462
1372
|
*/
|
|
1463
1373
|
title ? : string
|
|
1464
1374
|
/**
|
|
1465
1375
|
* The [tools](https://bryntum.com/products/scheduler/docs/api/Core/widget/Tool) to add either before or after the `title` in the Panel header. Each
|
|
1466
1376
|
* property name is the reference by which an instantiated tool may be retrieved from the live
|
|
1467
1377
|
* `[tools](https://bryntum.com/products/scheduler/docs/api/Core/widget/mixin/Toolable#property-tools)` property.
|
|
1468
|
-
* ...
|
|
1469
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tools)
|
|
1378
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-tools)
|
|
1470
1379
|
*/
|
|
1471
1380
|
tools ? : Record<string, ToolConfig>|null
|
|
1472
1381
|
/**
|
|
@@ -1478,19 +1387,18 @@ defineProps<{
|
|
|
1478
1387
|
tooltipTemplate ? : (dependency: DependencyBaseModel) => string|DomConfig
|
|
1479
1388
|
/**
|
|
1480
1389
|
* Configure UI transitions for various actions in the grid.
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
}
|
|
1390
|
+
* @property {boolean} insertRecord Transition record insertions
|
|
1391
|
+
* @property {boolean} removeRecord Transition record removals
|
|
1392
|
+
* @property {boolean} toggleColumn Transition column visibility changes
|
|
1393
|
+
* @property {boolean} expandCollapseColumn Transition parent/group column expand/collapse
|
|
1394
|
+
* @property {boolean} toggleRegion Transition region expand/collapse
|
|
1395
|
+
* @property {boolean} toggleTreeNode Transition tree node expand/collapse
|
|
1396
|
+
* @property {boolean} toggleGroup Transition group expand/collapse
|
|
1397
|
+
* @property {boolean} filterRemoval Transition row removals caused by filtering (under specific conditions)
|
|
1398
|
+
* @property {boolean} removeEvent Transition event removals
|
|
1399
|
+
* @property {boolean} changeEvent Transition event changes
|
|
1400
|
+
*/
|
|
1401
|
+
transition ? : object
|
|
1494
1402
|
/**
|
|
1495
1403
|
* Animation transition duration in milliseconds.
|
|
1496
1404
|
*/
|
|
@@ -1503,8 +1411,7 @@ defineProps<{
|
|
|
1503
1411
|
* Custom CSS class name suffixes to apply to the elements rendered by this widget. This may be specified
|
|
1504
1412
|
* as a space separated string, an array of strings, or as an object in which property names with truthy
|
|
1505
1413
|
* values are used as the class names.
|
|
1506
|
-
* ...
|
|
1507
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ui)
|
|
1414
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-ui)
|
|
1508
1415
|
*/
|
|
1509
1416
|
ui ? : 'plain'|'toolbar'|string|object
|
|
1510
1417
|
/**
|
|
@@ -1518,35 +1425,30 @@ defineProps<{
|
|
|
1518
1425
|
* By default, the day of week and week of month of the event's start date are used to create
|
|
1519
1426
|
* helpful contextual recurrence types when editing a non-recurring event record and choosing
|
|
1520
1427
|
* an initial recurrence type.
|
|
1521
|
-
* ...
|
|
1522
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-useContextualRecurrenceRules)
|
|
1428
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-useContextualRecurrenceRules)
|
|
1523
1429
|
*/
|
|
1524
1430
|
useContextualRecurrenceRules ? : Boolean
|
|
1525
1431
|
/**
|
|
1526
1432
|
* By default, scheduler fade events in on load. Specify `false` to prevent this animation or specify one
|
|
1527
1433
|
* of the available animation types to use it (`true` equals `'fade-in'`):
|
|
1528
|
-
* ...
|
|
1529
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-useInitialAnimation)
|
|
1434
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-useInitialAnimation)
|
|
1530
1435
|
*/
|
|
1531
1436
|
useInitialAnimation ? : Boolean|'fade-in'|'slide-from-left'|'slide-from-top'|string
|
|
1532
1437
|
/**
|
|
1533
1438
|
* The time axis column config for vertical [mode](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-mode).
|
|
1534
|
-
* ...
|
|
1535
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-verticalTimeAxisColumn)
|
|
1439
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-verticalTimeAxisColumn)
|
|
1536
1440
|
*/
|
|
1537
1441
|
verticalTimeAxisColumn ? : VerticalTimeAxisColumnConfig
|
|
1538
1442
|
/**
|
|
1539
|
-
* A string key used to
|
|
1540
|
-
* managed by [PresetManager](https://bryntum.com/products/scheduler/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/scheduler/docs/api/Scheduler/view/SchedulerBase#config-viewPreset)
|
|
1443
|
+
* A string key used to look up a predefined [ViewPreset](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset) (e.g. 'weekAndDay',
|
|
1444
|
+
* 'hourAndDay'), managed by [PresetManager](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/PresetManager). See [PresetManager](#Scheduler/preset/PresetManager)
|
|
1445
|
+
* for more information. Or a config object for a viewPreset.
|
|
1446
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-viewPreset)
|
|
1544
1447
|
*/
|
|
1545
1448
|
viewPreset ? : string|ViewPresetConfig
|
|
1546
1449
|
/**
|
|
1547
1450
|
* A date to bring into view initially on the scrollable timeline.
|
|
1548
|
-
* ...
|
|
1549
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-visibleDate)
|
|
1451
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-visibleDate)
|
|
1550
1452
|
*/
|
|
1551
1453
|
visibleDate ? : Date|VisibleDate
|
|
1552
1454
|
/**
|
|
@@ -1574,15 +1476,19 @@ defineProps<{
|
|
|
1574
1476
|
/**
|
|
1575
1477
|
* An object with format `{ fromDay, toDay, fromHour, toHour }` that describes the working days and hours.
|
|
1576
1478
|
* This object will be used to populate TimeAxis [include](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/TimeAxis#config-include) property.
|
|
1577
|
-
* ...
|
|
1578
|
-
*
|
|
1479
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-workingTime)
|
|
1480
|
+
* @property {number} workingTime.fromDay Day index 0-6 (0 is Sunday)
|
|
1481
|
+
* @property {number} workingTime.toDay Day index 0-6 (0 is Sunday)
|
|
1482
|
+
* @property {number} workingTime.fromHour 0-23
|
|
1483
|
+
* @property {number} workingTime.toHour 0-23
|
|
1579
1484
|
*/
|
|
1580
|
-
workingTime ? : {
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1485
|
+
workingTime ? : { fromDay: number, toDay: number, fromHour: number, toHour: number }
|
|
1486
|
+
/**
|
|
1487
|
+
* Factor multiplied with wheel delta to calculate smooth zoom level changes when zooming with mouse wheel or
|
|
1488
|
+
* trackpad pinch gestures. A higher value means faster zooming.
|
|
1489
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-zoomFactor)
|
|
1490
|
+
*/
|
|
1491
|
+
zoomFactor ? : number
|
|
1586
1492
|
/**
|
|
1587
1493
|
* Whether the originally rendered timespan should be preserved while zooming. By default, it is set to `false`,
|
|
1588
1494
|
* meaning the timeline panel will adjust the currently rendered timespan to limit the amount of HTML content to
|
|
@@ -1592,11 +1498,11 @@ defineProps<{
|
|
|
1592
1498
|
*/
|
|
1593
1499
|
zoomKeepsOriginalTimespan ? : Boolean
|
|
1594
1500
|
/**
|
|
1595
|
-
* If true
|
|
1501
|
+
* If `true`, you can zoom in and out on the time axis using <kbd>CTRL</kbd> + mouse wheel.
|
|
1596
1502
|
*/
|
|
1597
1503
|
zoomOnMouseWheel ? : Boolean
|
|
1598
1504
|
/**
|
|
1599
|
-
*
|
|
1505
|
+
* If `true`, you can zoom to a time span by double-clicking a time axis cell.
|
|
1600
1506
|
*/
|
|
1601
1507
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1602
1508
|
|
|
@@ -1606,224 +1512,199 @@ defineProps<{
|
|
|
1606
1512
|
* to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
|
|
1607
1513
|
* the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
|
|
1608
1514
|
* 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/scheduler/docs/api/Scheduler/feature/AI)
|
|
1515
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/AI)
|
|
1611
1516
|
*/
|
|
1612
1517
|
aiFeature ? : object|Boolean|string|AI|AIConfig
|
|
1613
1518
|
/**
|
|
1614
1519
|
* 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/scheduler/docs/api/Grid/feature/ai/AIFilter)
|
|
1520
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ai/AIFilter)
|
|
1617
1521
|
*/
|
|
1618
1522
|
aiFilterFeature ? : object|Boolean|string|AIFilter|AIFilterConfig
|
|
1619
1523
|
/**
|
|
1620
1524
|
* Allows using `[Ctrl/CMD + C]`, `[Ctrl/CMD + X]` and `[Ctrl/CMD + V]` to cut, copy and paste cell or cell ranges. Also
|
|
1621
1525
|
* makes cut, copy and paste actions available via the cell context menu.
|
|
1622
|
-
* ...
|
|
1623
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellCopyPaste)
|
|
1526
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellCopyPaste)
|
|
1624
1527
|
*/
|
|
1625
1528
|
cellCopyPasteFeature ? : object|Boolean|string|CellCopyPaste|CellCopyPasteConfig
|
|
1626
1529
|
/**
|
|
1627
1530
|
* Adding this feature to the grid and other Bryntum products which are based on the Grid (i.e. Scheduler, SchedulerPro, and Gantt)
|
|
1628
1531
|
* enables cell editing. Any subclass of [Field](https://bryntum.com/products/scheduler/docs/api/Core/widget/Field) can be used
|
|
1629
1532
|
* as editor for the [Column](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column). The most popular are:
|
|
1630
|
-
* ...
|
|
1631
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellEdit)
|
|
1533
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellEdit)
|
|
1632
1534
|
*/
|
|
1633
1535
|
cellEditFeature ? : object|Boolean|string|CellEdit|CellEditConfig
|
|
1634
1536
|
/**
|
|
1635
1537
|
* Right click to display context menu for cells. To invoke the cell menu in a keyboard-accessible manner, use the
|
|
1636
1538
|
* <kbd>Space</kbd> key when the cell is focused.
|
|
1637
|
-
* ...
|
|
1638
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellMenu)
|
|
1539
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellMenu)
|
|
1639
1540
|
*/
|
|
1640
1541
|
cellMenuFeature ? : object|Boolean|string|CellMenu|CellMenuConfig
|
|
1641
1542
|
/**
|
|
1642
1543
|
* Displays a tooltip when hovering cells.
|
|
1643
|
-
* ...
|
|
1644
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellTooltip)
|
|
1544
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellTooltip)
|
|
1645
1545
|
*/
|
|
1646
1546
|
cellTooltipFeature ? : object|Boolean|string|CellTooltip|CellTooltipConfig
|
|
1647
1547
|
/**
|
|
1648
1548
|
* Adds interactive charting to a Grid. [Charts](https://bryntum.com/products/scheduler/docs/api/Chart/widget/Chart) can be created from a selection of Grid data
|
|
1649
1549
|
* and updated in realtime as data changes. Supports many common chart types with extensive styling and customization
|
|
1650
1550
|
* options.
|
|
1651
|
-
* ...
|
|
1652
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Charts)
|
|
1551
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Charts)
|
|
1653
1552
|
*/
|
|
1654
1553
|
chartsFeature ? : object|Boolean|string|Charts|ChartsConfig
|
|
1655
1554
|
/**
|
|
1656
|
-
* Enables the [autoWidth](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns.
|
|
1657
|
-
*
|
|
1658
|
-
*
|
|
1555
|
+
* Enables the [autoWidth](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column#config-autoWidth) config for a grid's columns. When a column
|
|
1556
|
+
* has `autoWidth` set, this feature measures the rendered content of all visible cells in that column
|
|
1557
|
+
* and adjusts the column width to fit. The measurement is triggered automatically when data changes
|
|
1558
|
+
* or rows are rendered.
|
|
1559
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnAutoWidth)
|
|
1659
1560
|
*/
|
|
1660
1561
|
columnAutoWidthFeature ? : object|Boolean|string|ColumnAutoWidth|ColumnAutoWidthConfig
|
|
1661
1562
|
/**
|
|
1662
1563
|
* Displays a toolbar while dragging column headers. Drop on a button in the toolbar to activate a certain function,
|
|
1663
1564
|
* for example to group by that column. This feature simplifies certain operations on touch devices.
|
|
1664
|
-
* ...
|
|
1665
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1565
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnDragToolbar)
|
|
1666
1566
|
*/
|
|
1667
1567
|
columnDragToolbarFeature ? : object|Boolean|string|ColumnDragToolbar|ColumnDragToolbarConfig
|
|
1668
1568
|
/**
|
|
1669
1569
|
* Displays column lines for ticks, with a different styling for major ticks (by default they are darker). If this
|
|
1670
1570
|
* feature is disabled, no lines are shown. If it's enabled, line are shown for the tick level which is set in current
|
|
1671
1571
|
* ViewPreset. Please see [columnLinesFor](https://bryntum.com/products/scheduler/docs/api/Scheduler/preset/ViewPreset#field-columnLinesFor) config for details.
|
|
1672
|
-
* ...
|
|
1673
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ColumnLines)
|
|
1572
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ColumnLines)
|
|
1674
1573
|
*/
|
|
1675
1574
|
columnLinesFeature ? : object|Boolean|string|ColumnLines|ColumnLinesConfig
|
|
1676
1575
|
/**
|
|
1677
1576
|
* Displays a column picker (to show/hide columns) in the header context menu. Columns can be displayed in sub menus
|
|
1678
1577
|
* by region or tag. Grouped headers are displayed as menu hierarchies.
|
|
1679
|
-
* ...
|
|
1680
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnPicker)
|
|
1578
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnPicker)
|
|
1681
1579
|
*/
|
|
1682
1580
|
columnPickerFeature ? : object|Boolean|string|ColumnPicker|ColumnPickerConfig
|
|
1683
1581
|
/**
|
|
1684
1582
|
* Allows user to rename columns by either right-clicking column header or using keyboard shortcuts when column header
|
|
1685
1583
|
* is focused.
|
|
1686
|
-
* ...
|
|
1687
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnRename)
|
|
1584
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnRename)
|
|
1688
1585
|
*/
|
|
1689
1586
|
columnRenameFeature ? : object|Boolean|string|ColumnRename|ColumnRenameConfig
|
|
1690
1587
|
/**
|
|
1691
|
-
* Allows user to reorder columns by dragging headers.
|
|
1692
|
-
*
|
|
1693
|
-
*
|
|
1694
|
-
* [
|
|
1588
|
+
* Allows user to reorder columns by dragging headers. Click and drag a column header to move it to a new position.
|
|
1589
|
+
* Visual feedback shows the drop target while dragging. To get notified about column reorder, listen to the
|
|
1590
|
+
* `change` event on the [columns](https://bryntum.com/products/scheduler/docs/api/Grid/data/ColumnStore) store.
|
|
1591
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnReorder)
|
|
1695
1592
|
*/
|
|
1696
1593
|
columnReorderFeature ? : object|Boolean|string|ColumnReorder|ColumnReorderConfig
|
|
1697
1594
|
/**
|
|
1698
|
-
* Enables user to resize columns by dragging a handle on the right hand side of the header.
|
|
1699
|
-
*
|
|
1700
|
-
*
|
|
1701
|
-
* [
|
|
1595
|
+
* Enables user to resize columns by dragging a handle on the right hand side of the header. A drag handle
|
|
1596
|
+
* appears when hovering near the right edge of a column header. Dragging it adjusts the column width, respecting
|
|
1597
|
+
* any [minWidth](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column#config-minWidth) or [maxWidth](#Grid/column/Column#config-maxWidth) constraints.
|
|
1598
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/ColumnResize)
|
|
1702
1599
|
*/
|
|
1703
1600
|
columnResizeFeature ? : object|Boolean|string|ColumnResize|ColumnResizeConfig
|
|
1704
1601
|
/**
|
|
1705
1602
|
* Feature that draws dependencies between events. Uses a [DependencyStore](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/DependencyStore) to determine which
|
|
1706
1603
|
* dependencies to draw, if none is defined one will be created automatically. Dependencies can also be specified as
|
|
1707
1604
|
* `scheduler.dependencies`, see example below:
|
|
1708
|
-
* ...
|
|
1709
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Dependencies)
|
|
1605
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Dependencies)
|
|
1710
1606
|
*/
|
|
1711
1607
|
dependenciesFeature ? : object|Boolean|string|Dependencies|DependenciesConfig
|
|
1712
1608
|
/**
|
|
1713
1609
|
* Feature that displays a popup containing fields for editing a dependency. Requires the
|
|
1714
1610
|
* [Dependencies](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Dependencies) feature to be enabled. Double-click a dependency line in the demo below to
|
|
1715
1611
|
* show the editor.
|
|
1716
|
-
* ...
|
|
1717
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/DependencyEdit)
|
|
1612
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/DependencyEdit)
|
|
1718
1613
|
*/
|
|
1719
1614
|
dependencyEditFeature ? : object|Boolean|string|DependencyEdit|DependencyEditConfig
|
|
1720
1615
|
/**
|
|
1721
1616
|
* Displays a context menu when right-clicking dependency lines. Items are populated by other features and/or
|
|
1722
1617
|
* application code.
|
|
1723
|
-
* ...
|
|
1724
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/DependencyMenu)
|
|
1618
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/DependencyMenu)
|
|
1725
1619
|
*/
|
|
1726
1620
|
dependencyMenuFeature ? : object|Boolean|string|DependencyMenu|DependencyMenuConfig
|
|
1727
1621
|
/**
|
|
1728
1622
|
* Allow using <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>C</kbd>, <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>X</kbd> and
|
|
1729
1623
|
* <kbd>Ctrl</kbd>/<kbd>Cmd</kbd>+<kbd>V</kbd> to copy/cut and paste events.
|
|
1730
|
-
* ...
|
|
1731
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventCopyPaste)
|
|
1624
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventCopyPaste)
|
|
1732
1625
|
*/
|
|
1733
1626
|
eventCopyPasteFeature ? : object|Boolean|string|EventCopyPaste|EventCopyPasteConfig
|
|
1734
1627
|
/**
|
|
1735
1628
|
* Allows user to drag and drop events within the scheduler, to change `startDate` or resource assignment.
|
|
1736
|
-
* ...
|
|
1737
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDrag)
|
|
1629
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDrag)
|
|
1738
1630
|
*/
|
|
1739
1631
|
eventDragFeature ? : object|Boolean|string|EventDrag|EventDragConfig
|
|
1740
1632
|
/**
|
|
1741
1633
|
* Feature that allows the user to create new events by dragging in empty parts of the scheduler rows.
|
|
1742
|
-
* ...
|
|
1743
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDragCreate)
|
|
1634
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDragCreate)
|
|
1744
1635
|
*/
|
|
1745
1636
|
eventDragCreateFeature ? : object|Boolean|string|EventDragCreate|EventDragCreateConfig
|
|
1746
1637
|
/**
|
|
1747
1638
|
* Enables users to click and drag to select events (or assignments in multi assignment mode) inside the Scheduler's
|
|
1748
1639
|
* timeline. Press <kbd>CTRL</kbd>/<kbd>CMD</kbd> to extend an existing selection.
|
|
1749
|
-
* ...
|
|
1750
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDragSelect)
|
|
1640
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventDragSelect)
|
|
1751
1641
|
*/
|
|
1752
1642
|
eventDragSelectFeature ? : object|Boolean|string|EventDragSelect|EventDragSelectConfig
|
|
1753
1643
|
/**
|
|
1754
1644
|
* Feature that displays a popup containing widgets for editing event data.
|
|
1755
|
-
* ...
|
|
1756
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventEdit)
|
|
1645
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventEdit)
|
|
1757
1646
|
*/
|
|
1758
1647
|
eventEditFeature ? : object|Boolean|string|EventEdit|EventEditConfig
|
|
1759
1648
|
/**
|
|
1760
|
-
* Adds event filter menu items to the timeline header context menu.
|
|
1761
|
-
*
|
|
1762
|
-
* [
|
|
1649
|
+
* Adds event filter menu items to the timeline header context menu. Users can type filter text to show
|
|
1650
|
+
* only events whose name matches the query.
|
|
1651
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventFilter)
|
|
1763
1652
|
*/
|
|
1764
1653
|
eventFilterFeature ? : object|Boolean|string|EventFilter|EventFilterConfig
|
|
1765
1654
|
/**
|
|
1766
1655
|
* Displays a context menu for events. Items are populated by other features and/or application code.
|
|
1767
|
-
* ...
|
|
1768
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventMenu)
|
|
1656
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventMenu)
|
|
1769
1657
|
*/
|
|
1770
1658
|
eventMenuFeature ? : object|Boolean|string|EventMenu|EventMenuConfig
|
|
1771
1659
|
/**
|
|
1772
1660
|
* Feature that allows rendering non-working time ranges into event bars (weekends for Scheduler, effective calendar for
|
|
1773
1661
|
* SchedulerPro):
|
|
1774
|
-
* ...
|
|
1775
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventNonWorkingTime)
|
|
1662
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventNonWorkingTime)
|
|
1776
1663
|
*/
|
|
1777
1664
|
eventNonWorkingTimeFeature ? : object|Boolean|string|EventNonWorkingTime|EventNonWorkingTimeConfig
|
|
1778
1665
|
/**
|
|
1779
1666
|
* Feature that allows resizing an event by dragging its end.
|
|
1780
|
-
* ...
|
|
1781
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventResize)
|
|
1667
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventResize)
|
|
1782
1668
|
*/
|
|
1783
1669
|
eventResizeFeature ? : object|Boolean|string|EventResize|EventResizeConfig
|
|
1784
1670
|
/**
|
|
1785
1671
|
* Displays a tooltip when hovering events. The template used to render the tooltip can be customized, see [template](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventTooltip#config-template).
|
|
1786
1672
|
* Config options are also applied to the tooltip shown, see [Tooltip](https://bryntum.com/products/scheduler/docs/api/Core/widget/Tooltip) for available options.
|
|
1787
|
-
* ...
|
|
1788
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventTooltip)
|
|
1673
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/EventTooltip)
|
|
1789
1674
|
*/
|
|
1790
1675
|
eventTooltipFeature ? : object|Boolean|string|EventTooltip|EventTooltipConfig
|
|
1791
1676
|
/**
|
|
1792
1677
|
* A feature that allows exporting Scheduler data to Excel or CSV without involving the server. It uses
|
|
1793
1678
|
* [TableExporter](https://bryntum.com/products/scheduler/docs/api/Grid/util/TableExporter) class as data provider, 3rd party provider to generate XLS files, and
|
|
1794
1679
|
* [Microsoft XML specification](https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.spreadsheet.aspx).
|
|
1795
|
-
* ...
|
|
1796
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/experimental/ExcelExporter)
|
|
1680
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/experimental/ExcelExporter)
|
|
1797
1681
|
*/
|
|
1798
1682
|
excelExporterFeature ? : object|Boolean|string|ExcelExporter|ExcelExporterConfig
|
|
1799
1683
|
/**
|
|
1800
|
-
* An experimental feature that lets users drop files on a Widget. The widget fires
|
|
1801
|
-
* In the event, you get access to the raw
|
|
1802
|
-
*
|
|
1803
|
-
* [
|
|
1684
|
+
* An experimental feature that lets users drop files on a Widget. The widget fires a
|
|
1685
|
+
* [fileDrop](https://bryntum.com/products/scheduler/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
|
|
1686
|
+
* files as strings, that were parsed by calling `readAsBinaryString`.
|
|
1687
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/experimental/FileDrop)
|
|
1804
1688
|
*/
|
|
1805
1689
|
fileDropFeature ? : object|Boolean|string|FileDrop|FileDropConfig
|
|
1806
1690
|
/**
|
|
1807
1691
|
* This feature adds a fill handle to a Grid range selection, which when dragged, fills the cells being dragged over
|
|
1808
1692
|
* with values based on the values in the original selected range. This is similar to functionality normally seen in
|
|
1809
1693
|
* various spreadsheet applications.
|
|
1810
|
-
* ...
|
|
1811
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/FillHandle)
|
|
1694
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/FillHandle)
|
|
1812
1695
|
*/
|
|
1813
1696
|
fillHandleFeature ? : object|Boolean|string|FillHandle|FillHandleConfig
|
|
1814
1697
|
/**
|
|
1815
1698
|
* Feature that allows filtering of the grid by settings filters on columns. The actual filtering is done by the store.
|
|
1816
1699
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/scheduler/docs/api/Core/data/mixin/StoreFilter).
|
|
1817
|
-
* ...
|
|
1818
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Filter)
|
|
1700
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Filter)
|
|
1819
1701
|
*/
|
|
1820
1702
|
filterFeature ? : object|Boolean|string|Filter|FilterConfig
|
|
1821
1703
|
/**
|
|
1822
1704
|
* Feature that allows filtering of the grid by entering filters on column headers.
|
|
1823
1705
|
* The actual filtering is done by the store.
|
|
1824
1706
|
* For info on programmatically handling filters, see [StoreFilter](https://bryntum.com/products/scheduler/docs/api/Core/data/mixin/StoreFilter).
|
|
1825
|
-
* ...
|
|
1826
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/FilterBar)
|
|
1707
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/FilterBar)
|
|
1827
1708
|
*/
|
|
1828
1709
|
filterBarFeature ? : object|Boolean|string|FilterBar|FilterBarConfig
|
|
1829
1710
|
/**
|
|
@@ -1831,142 +1712,122 @@ defineProps<{
|
|
|
1831
1712
|
* <kbd>Shift</kbd> + clicking headers, or by using the context menu, or by using two finger tap (one on header,
|
|
1832
1713
|
* one anywhere on grid). Use <kbd>Shift</kbd> + <kbd>Alt</kbd> + click, or the context menu, to remove a column
|
|
1833
1714
|
* grouper.
|
|
1834
|
-
* ...
|
|
1835
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Group)
|
|
1715
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Group)
|
|
1836
1716
|
*/
|
|
1837
1717
|
groupFeature ? : object|Boolean|string|Group|GroupConfig
|
|
1838
1718
|
/**
|
|
1839
1719
|
* A special version of the Grid GroupSummary feature that enables summaries within scheduler. To use a single summary
|
|
1840
1720
|
* it is easiest to configure [renderer](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/GroupSummary#config-renderer), for multiple summaries see [summaries](#Scheduler/feature/GroupSummary#config-summaries).
|
|
1841
|
-
* ...
|
|
1842
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/GroupSummary)
|
|
1721
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/GroupSummary)
|
|
1843
1722
|
*/
|
|
1844
1723
|
groupSummaryFeature ? : object|Boolean|string|GroupSummary|GroupSummaryConfig
|
|
1845
1724
|
/**
|
|
1846
1725
|
* Right click column header or focus it and press SPACE key to show the context menu for headers.
|
|
1847
|
-
* ...
|
|
1848
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/HeaderMenu)
|
|
1726
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/HeaderMenu)
|
|
1849
1727
|
*/
|
|
1850
1728
|
headerMenuFeature ? : object|Boolean|string|HeaderMenu|HeaderMenuConfig
|
|
1851
1729
|
/**
|
|
1852
1730
|
* Enables users to click and drag to zoom to a date range in Scheduler's header time axis. Only supported in horizontal
|
|
1853
1731
|
* mode.
|
|
1854
|
-
* ...
|
|
1855
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/HeaderZoom)
|
|
1732
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/HeaderZoom)
|
|
1856
1733
|
*/
|
|
1857
1734
|
headerZoomFeature ? : object|Boolean|string|HeaderZoom|HeaderZoomConfig
|
|
1858
1735
|
/**
|
|
1859
1736
|
* Displays labels at positions [top](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Labels#config-top), [right](#Scheduler/feature/Labels#config-right), [bottom](#Scheduler/feature/Labels#config-bottom) and
|
|
1860
1737
|
* [left](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Labels#config-left).
|
|
1861
|
-
* ...
|
|
1862
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Labels)
|
|
1738
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Labels)
|
|
1863
1739
|
*/
|
|
1864
1740
|
labelsFeature ? : object|Boolean|string|Labels|LabelsConfig
|
|
1865
1741
|
/**
|
|
1866
1742
|
* This feature allows resources which satisfy a certain condition to be locked at the top of the scheduler.
|
|
1867
|
-
* ...
|
|
1868
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/LockRows)
|
|
1743
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/LockRows)
|
|
1869
1744
|
*/
|
|
1870
1745
|
lockRowsFeature ? : object|Boolean|string|LockRows|LockRowsConfig
|
|
1871
1746
|
/**
|
|
1872
1747
|
* This feature merges cells that have the same value in sorted (or [optionally](https://bryntum.com/products/scheduler/docs/api/Grid/feature/MergeCells#config-sortedOnly) any) columns
|
|
1873
1748
|
* configured to [mergeCells](https://bryntum.com/products/scheduler/docs/api/Grid/column/Column#config-mergeCells).
|
|
1874
|
-
* ...
|
|
1875
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/MergeCells)
|
|
1749
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/MergeCells)
|
|
1876
1750
|
*/
|
|
1877
1751
|
mergeCellsFeature ? : object|Boolean|string|MergeCells|MergeCellsConfig
|
|
1878
1752
|
/**
|
|
1879
1753
|
* Feature that allows styling of weekends (and other non-working time) by adding timeRanges for those days.
|
|
1880
|
-
* ...
|
|
1881
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1754
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/NonWorkingTime)
|
|
1882
1755
|
*/
|
|
1883
1756
|
nonWorkingTimeFeature ? : object|Boolean|string|NonWorkingTime|NonWorkingTimeConfig
|
|
1884
1757
|
/**
|
|
1885
1758
|
* Makes the scheduler's timeline pannable by dragging with the mouse. Try it out in the demo below.
|
|
1886
|
-
* ...
|
|
1887
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Pan)
|
|
1759
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Pan)
|
|
1888
1760
|
*/
|
|
1889
1761
|
panFeature ? : object|Boolean|string|Pan|PanConfig
|
|
1890
1762
|
/**
|
|
1891
1763
|
* Generates PDF/PNG files from the Scheduler component.
|
|
1892
|
-
* ...
|
|
1893
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/export/PdfExport)
|
|
1764
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/export/PdfExport)
|
|
1894
1765
|
*/
|
|
1895
1766
|
pdfExportFeature ? : object|Boolean|string|PdfExport|PdfExportConfig
|
|
1896
1767
|
/**
|
|
1897
1768
|
* Allows pinning columns to the start or end region of the grid without any additional subGrid configurations.
|
|
1898
1769
|
* When pinning to a region that does not yet exist, the feature creates the required subGrid on the fly.
|
|
1899
|
-
* ...
|
|
1900
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/PinColumns)
|
|
1770
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/PinColumns)
|
|
1901
1771
|
*/
|
|
1902
1772
|
pinColumnsFeature ? : object|Boolean|string|PinColumns|PinColumnsConfig
|
|
1903
1773
|
/**
|
|
1904
1774
|
* Allows printing Scheduler contents using browser print dialog.
|
|
1905
|
-
* ...
|
|
1906
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/export/Print)
|
|
1775
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/export/Print)
|
|
1907
1776
|
*/
|
|
1908
1777
|
printFeature ? : object|Boolean|string|Print|PrintConfig
|
|
1909
1778
|
/**
|
|
1910
1779
|
* Feature that allows the user to search in a column by focusing a cell and typing. Navigate between hits using the
|
|
1911
|
-
* keyboard,
|
|
1912
|
-
*
|
|
1913
|
-
* [
|
|
1780
|
+
* keyboard, <kbd>f3</kbd> or <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>g</kbd> moves to next, also pressing
|
|
1781
|
+
* <kbd>shift</kbd> moves to previous.
|
|
1782
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/QuickFind)
|
|
1914
1783
|
*/
|
|
1915
1784
|
quickFindFeature ? : object|Boolean|string|QuickFind|QuickFindConfig
|
|
1916
1785
|
/**
|
|
1917
1786
|
* Makes the splitter between grid [sections](https://bryntum.com/products/scheduler/docs/api/Grid/view/SubGrid) draggable, to let users resize, and
|
|
1918
1787
|
* collapse/expand the sections.
|
|
1919
|
-
* ...
|
|
1920
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RegionResize)
|
|
1788
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RegionResize)
|
|
1921
1789
|
*/
|
|
1922
1790
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1923
1791
|
/**
|
|
1924
1792
|
* Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
|
|
1925
1793
|
* during the drag operation (see events below). To get notified about the actual resource reorder, you can also
|
|
1926
1794
|
* listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/ResourceStore).
|
|
1927
|
-
* ...
|
|
1928
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1795
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1929
1796
|
*/
|
|
1930
1797
|
resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
|
|
1931
1798
|
/**
|
|
1932
1799
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1933
|
-
* ...
|
|
1934
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceMenu)
|
|
1800
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceMenu)
|
|
1935
1801
|
*/
|
|
1936
1802
|
resourceMenuFeature ? : object|Boolean|string|ResourceMenu|ResourceMenuConfig
|
|
1937
1803
|
/**
|
|
1938
1804
|
* Feature that draws resource time ranges, shaded areas displayed behind events. These zones are similar to events in
|
|
1939
1805
|
* that they have a start and end date but different in that they do not take part in the event layout, and they always
|
|
1940
1806
|
* occupy full row height.
|
|
1941
|
-
* ...
|
|
1942
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
1807
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceTimeRanges)
|
|
1943
1808
|
*/
|
|
1944
1809
|
resourceTimeRangesFeature ? : object|Boolean|string|ResourceTimeRanges|ResourceTimeRangesConfig
|
|
1945
1810
|
/**
|
|
1946
1811
|
* Allow using [Ctrl/CMD + C/X] and [Ctrl/CMD + V] to copy/cut-and-paste rows. Also makes cut, copy and paste actions
|
|
1947
1812
|
* available via the cell context menu.
|
|
1948
|
-
* ...
|
|
1949
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowCopyPaste)
|
|
1813
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowCopyPaste)
|
|
1950
1814
|
*/
|
|
1951
1815
|
rowCopyPasteFeature ? : object|Boolean|string|RowCopyPaste|RowCopyPasteConfig
|
|
1952
1816
|
/**
|
|
1953
1817
|
* This feature allows editing of entire rows in a grid in a docked panel which by default slides out from the right.
|
|
1954
|
-
* ...
|
|
1955
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowEdit)
|
|
1818
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowEdit)
|
|
1956
1819
|
*/
|
|
1957
1820
|
rowEditFeature ? : object|Boolean|string|RowEdit|RowEditConfig
|
|
1958
1821
|
/**
|
|
1959
1822
|
* Enables expanding of Grid rows by either row click or double click, or by adding a separate Grid column which renders
|
|
1960
1823
|
* a button that expands or collapses the row.
|
|
1961
|
-
* ...
|
|
1962
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowExpander)
|
|
1824
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowExpander)
|
|
1963
1825
|
*/
|
|
1964
1826
|
rowExpanderFeature ? : object|Boolean|string|RowExpander|RowExpanderConfig
|
|
1965
1827
|
/**
|
|
1966
1828
|
* This feature implements support for project transactions and used by default in Gantt. For general RowReorder feature
|
|
1967
1829
|
* documentation see [RowReorder](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RowReorder).
|
|
1968
|
-
* ...
|
|
1969
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/RowReorder)
|
|
1830
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/RowReorder)
|
|
1970
1831
|
*/
|
|
1971
1832
|
rowReorderFeature ? : object|Boolean|string|RowReorder|RowReorderConfig
|
|
1972
1833
|
/**
|
|
@@ -1974,94 +1835,83 @@ defineProps<{
|
|
|
1974
1835
|
* field of the record is updated (when [applyToAllRows](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/RowResize#config-applyToAllRows) is `false`) and the [eventLayout](#Scheduler/model/ResourceModel#field-eventLayout) of the dragged resource
|
|
1975
1836
|
* row will be switched to `pack` as a result (only applies when `stack` is used by default).
|
|
1976
1837
|
* `barMargin` and `resourceMargin` will also be shrunk as you reduce the height of a row.
|
|
1977
|
-
* ...
|
|
1978
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/RowResize)
|
|
1838
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/RowResize)
|
|
1979
1839
|
*/
|
|
1980
1840
|
rowResizeFeature ? : object|Boolean|string|RowResize|RowResizeConfig
|
|
1981
1841
|
/**
|
|
1982
1842
|
* Allow visually selecting a schedule "cell" by clicking, or [any other pointer gesture](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext#config-triggerEvent).
|
|
1983
|
-
* ...
|
|
1984
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext)
|
|
1843
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext)
|
|
1985
1844
|
*/
|
|
1986
1845
|
scheduleContextFeature ? : object|Boolean|string|ScheduleContext|ScheduleContextConfig
|
|
1987
1846
|
/**
|
|
1988
1847
|
* Displays a context menu for empty parts of the schedule. Items are populated in the first place
|
|
1989
1848
|
* by configurations of this Feature, then by other features and/or application code.
|
|
1990
|
-
* ...
|
|
1991
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleMenu)
|
|
1849
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleMenu)
|
|
1992
1850
|
*/
|
|
1993
1851
|
scheduleMenuFeature ? : object|Boolean|string|ScheduleMenu|ScheduleMenuConfig
|
|
1994
1852
|
/**
|
|
1995
1853
|
* Feature that displays a tooltip containing the time at the mouse position when hovering empty parts of the schedule.
|
|
1996
|
-
* ...
|
|
1997
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
1854
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleTooltip)
|
|
1998
1855
|
*/
|
|
1999
1856
|
scheduleTooltipFeature ? : object|Boolean|string|ScheduleTooltip|ScheduleTooltipConfig
|
|
2000
1857
|
/**
|
|
2001
1858
|
* This feature injects buttons to the beginning and end of each row that will scroll to the next or previous event
|
|
2002
1859
|
* outside the current view. It can optionally show a label along with the button, using the
|
|
2003
1860
|
* [labelRenderer](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScrollButtons#config-labelRenderer). Only supported in horizontal [mode](#Scheduler/view/SchedulerBase#config-mode)
|
|
2004
|
-
* ...
|
|
2005
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScrollButtons)
|
|
1861
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScrollButtons)
|
|
2006
1862
|
*/
|
|
2007
1863
|
scrollButtonsFeature ? : object|Boolean|string|ScrollButtons|ScrollButtonsConfig
|
|
2008
1864
|
/**
|
|
2009
1865
|
* <div class="external-example vertical" data-file="Grid/feature/Search.js"></div>
|
|
2010
|
-
* ...
|
|
2011
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Search)
|
|
1866
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Search)
|
|
2012
1867
|
*/
|
|
2013
1868
|
searchFeature ? : object|Boolean|string|Search|SearchConfig
|
|
2014
1869
|
/**
|
|
2015
1870
|
* Feature that displays a text field to edit the event name.
|
|
2016
|
-
* ...
|
|
2017
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/SimpleEventEdit)
|
|
1871
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/SimpleEventEdit)
|
|
2018
1872
|
*/
|
|
2019
1873
|
simpleEventEditFeature ? : object|Boolean|string|SimpleEventEdit|SimpleEventEditConfig
|
|
2020
1874
|
/**
|
|
2021
1875
|
* Allows sorting of grid by clicking (or tapping) headers, also displays which columns grid is sorted by (numbered if
|
|
2022
1876
|
* using multisort). Use modifier keys for multisorting: [Ctrl/CMD + click] to add sorter, [Ctrl/CMD + Alt + click] to remove sorter.
|
|
2023
1877
|
* The actual sorting is done by the store, see [Store.sort()](https://bryntum.com/products/scheduler/docs/api/Core/data/mixin/StoreSort#function-sort).
|
|
2024
|
-
* ...
|
|
2025
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Sort)
|
|
1878
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Sort)
|
|
2026
1879
|
*/
|
|
2027
1880
|
sortFeature ? : object|Boolean|string|Sort|SortConfig
|
|
2028
1881
|
/**
|
|
2029
1882
|
* This feature allows splitting the Scheduler into multiple views, either by using the cell context menu, or
|
|
2030
1883
|
* programmatically by calling [split()](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Split#function-split).
|
|
2031
|
-
* ...
|
|
2032
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Split)
|
|
1884
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Split)
|
|
2033
1885
|
*/
|
|
2034
1886
|
splitFeature ? : object|Boolean|string|Split|SplitConfig
|
|
2035
1887
|
/**
|
|
2036
|
-
* A feature which pins
|
|
2037
|
-
*
|
|
2038
|
-
*
|
|
2039
|
-
* [
|
|
1888
|
+
* A feature which pins cell content to the top of the grid while the row scrolls off the top but is still visible. Very
|
|
1889
|
+
* similar to native `position: sticky`, which because of Grid's multiple-region setup unfortunately cannot be used to
|
|
1890
|
+
* achieve the same effect.
|
|
1891
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/StickyCells)
|
|
2040
1892
|
*/
|
|
2041
1893
|
stickyCellsFeature ? : object|Boolean|string|StickyCells|StickyCellsConfig
|
|
2042
1894
|
/**
|
|
2043
1895
|
* This feature applies native `position: sticky` to event contents in horizontal mode, keeping the contents in view as
|
|
2044
1896
|
* long as possible on scroll. For vertical mode it uses a programmatic solution to achieve the same result.
|
|
2045
|
-
* ...
|
|
2046
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/StickyEvents)
|
|
1897
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/StickyEvents)
|
|
2047
1898
|
*/
|
|
2048
1899
|
stickyEventsFeature ? : object|Boolean|string|StickyEvents|StickyEventsConfig
|
|
2049
1900
|
/**
|
|
2050
1901
|
* Stripes rows by adding alternating CSS classes to all row elements (`b-even` and `b-odd`).
|
|
2051
|
-
*
|
|
2052
|
-
*
|
|
1902
|
+
* This improves visual readability in data-heavy grids by giving adjacent rows different background colors.
|
|
1903
|
+
* Style the striped rows using the `.b-even` and `.b-odd` CSS classes.
|
|
1904
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Stripe)
|
|
2053
1905
|
*/
|
|
2054
1906
|
stripeFeature ? : object|Boolean|string|Stripe|StripeConfig
|
|
2055
1907
|
/**
|
|
2056
1908
|
* A special version of the Grid Summary feature. This feature displays a summary row in the grid footer.
|
|
2057
|
-
* ...
|
|
2058
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Summary)
|
|
1909
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/Summary)
|
|
2059
1910
|
*/
|
|
2060
1911
|
summaryFeature ? : object|Boolean|string|Summary|SummaryConfig
|
|
2061
1912
|
/**
|
|
2062
1913
|
* Adds scheduler specific menu items to the timeline header context menu.
|
|
2063
|
-
* ...
|
|
2064
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
1914
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeAxisHeaderMenu)
|
|
2065
1915
|
*/
|
|
2066
1916
|
timeAxisHeaderMenuFeature ? : object|Boolean|string|TimeAxisHeaderMenu|TimeAxisHeaderMenuConfig
|
|
2067
1917
|
/**
|
|
@@ -2069,15 +1919,13 @@ defineProps<{
|
|
|
2069
1919
|
* or some important point in time (a `line`, i.e. a range with 0 duration). This feature can also show a current time
|
|
2070
1920
|
* indicator if you set [showCurrentTimeLine](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeRanges#config-showCurrentTimeLine) to true. To style the rendered elements, use the
|
|
2071
1921
|
* [cls](https://bryntum.com/products/scheduler/docs/api/Scheduler/model/TimeSpan#field-cls) field of the `TimeSpan` class.
|
|
2072
|
-
* ...
|
|
2073
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeRanges)
|
|
1922
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeRanges)
|
|
2074
1923
|
*/
|
|
2075
1924
|
timeRangesFeature ? : object|Boolean|string|TimeRanges|TimeRangesConfig
|
|
2076
1925
|
/**
|
|
2077
1926
|
* Feature that allows selection of a time span in the time axis header. When a time span is selected in the header,
|
|
2078
1927
|
* a [timeSelectionChange](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeSelection#event-timeSelectionChange) event is fired.
|
|
2079
|
-
* ...
|
|
2080
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeSelection)
|
|
1928
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeSelection)
|
|
2081
1929
|
*/
|
|
2082
1930
|
timeSelectionFeature ? : object|Boolean|string|TimeSelection|TimeSelectionConfig
|
|
2083
1931
|
/**
|
|
@@ -2085,21 +1933,18 @@ defineProps<{
|
|
|
2085
1933
|
* exactly one [TreeColumn](https://bryntum.com/products/scheduler/docs/api/Grid/column/TreeColumn) among grids columns. That column will have its renderer replaced with a
|
|
2086
1934
|
* tree renderer that adds padding and icon to give the appearance of a tree. The original renderer is preserved and
|
|
2087
1935
|
* also called.
|
|
2088
|
-
* ...
|
|
2089
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Tree)
|
|
1936
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/Tree)
|
|
2090
1937
|
*/
|
|
2091
1938
|
treeFeature ? : object|Boolean|string|Tree|TreeConfig
|
|
2092
1939
|
/**
|
|
2093
1940
|
* A feature that allows transforming a flat dataset (or the leaves of a hierarchical) into a tree by specifying a
|
|
2094
1941
|
* record field per parent level. Parents are generated based on each leaf's value for those fields.
|
|
2095
|
-
* ...
|
|
2096
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/TreeGroup)
|
|
1942
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/TreeGroup)
|
|
2097
1943
|
*/
|
|
2098
1944
|
treeGroupFeature ? : object|Boolean|string|TreeGroup|TreeGroupConfig
|
|
2099
1945
|
/**
|
|
2100
1946
|
* A feature allowing you to roll up and display values in the time axis cell for each parent row in a tree scheduler.
|
|
2101
|
-
* ...
|
|
2102
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TreeSummary)
|
|
1947
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TreeSummary)
|
|
2103
1948
|
*/
|
|
2104
1949
|
treeSummaryFeature ? : object|Boolean|string|TreeSummary|TreeSummaryConfig
|
|
2105
1950
|
|
|
@@ -2213,9 +2058,8 @@ const emit = defineEmits<{
|
|
|
2213
2058
|
/**
|
|
2214
2059
|
* Fires before an assignment is removed. Can be triggered by user pressing <kbd>Delete</kbd> or <kbd>Backspace</kbd> or
|
|
2215
2060
|
* by the event editor. Can for example be used to display a custom dialog to confirm deletion, in which
|
|
2216
|
-
* case records should be "manually" removed after confirmation
|
|
2217
|
-
* ...
|
|
2218
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeAssignmentDelete)
|
|
2061
|
+
* case records should be "manually" removed after confirmation.
|
|
2062
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeAssignmentDelete)
|
|
2219
2063
|
* @param {string} e Event name
|
|
2220
2064
|
* @param {object} params Event parameters
|
|
2221
2065
|
* @param {string} params.e Event name
|
|
@@ -2223,9 +2067,9 @@ const emit = defineEmits<{
|
|
|
2223
2067
|
* @param {object} params.params.event Event object
|
|
2224
2068
|
* @param {Scheduler.view.Scheduler} params.params.event.source The Scheduler instance
|
|
2225
2069
|
* @param {Scheduler.model.AssignmentModel[]} params.params.event.assignmentRecords The assignment records about to be deleted
|
|
2226
|
-
* @param {object} params.params.event.context Additional removal context
|
|
2070
|
+
* @param {object} params.params.event.context Additional removal context. This allows you to process the deletion by calling `context.finalize()` if you return `false` from the event handler.
|
|
2227
2071
|
* @param {Function} params.params.event.context.finalize Function to call to finalize the removal. Used to asynchronously decide to remove the records or not. Provide `false` to the function to prevent the removal.
|
|
2228
|
-
* @param {boolean} params.params.event.context.finalize.removeRecords Provide `false` to the function to prevent the removal.
|
|
2072
|
+
* @param {boolean} [params.params.event.context.finalize.removeRecords] Provide `false` to the function to prevent the removal.
|
|
2229
2073
|
*/
|
|
2230
2074
|
(e: 'beforeAssignmentDelete', params: ((event: { source: Scheduler, assignmentRecords: AssignmentModel[], context: { finalize: { removeRecords?: boolean } } }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
2231
2075
|
/**
|
|
@@ -2245,8 +2089,7 @@ const emit = defineEmits<{
|
|
|
2245
2089
|
(e: 'beforeAssignmentSelectionChange', params: ((event: { source: Scheduler, action: 'select'|'deselect'|'update'|'clear', selected: AssignmentModel[], deselected: AssignmentModel[], selection: AssignmentModel[] }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
2246
2090
|
/**
|
|
2247
2091
|
* This event fires whenever the [autoCreate gesture](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-autoCreate) is detected.
|
|
2248
|
-
* ...
|
|
2249
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeAutoCreate)
|
|
2092
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeAutoCreate)
|
|
2250
2093
|
* @param {string} e Event name
|
|
2251
2094
|
* @param {object} params Event parameters
|
|
2252
2095
|
* @param {string} params.e Event name
|
|
@@ -2270,8 +2113,7 @@ const emit = defineEmits<{
|
|
|
2270
2113
|
(e: 'beforeCancelCellEdit', params: ((event: { source: Grid, editorContext: GridLocation }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
2271
2114
|
/**
|
|
2272
2115
|
* Fires on the owning Grid before the row editing is canceled, return false to signal that the value is invalid and editing should not be finalized.
|
|
2273
|
-
* ...
|
|
2274
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeCancelRowEdit)
|
|
2116
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeCancelRowEdit)
|
|
2275
2117
|
* @param {string} e Event name
|
|
2276
2118
|
* @param {object} params Event parameters
|
|
2277
2119
|
* @param {string} params.e Event name
|
|
@@ -2371,8 +2213,7 @@ const emit = defineEmits<{
|
|
|
2371
2213
|
/**
|
|
2372
2214
|
* This event is fired on the owning Scheduler when the context [element](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext#property-element) or
|
|
2373
2215
|
* [widget](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext#property-widget) is about to be shown.
|
|
2374
|
-
* ...
|
|
2375
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeContextShow)
|
|
2216
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeContextShow)
|
|
2376
2217
|
* @param {string} e Event name
|
|
2377
2218
|
* @param {object} params Event parameters
|
|
2378
2219
|
* @param {string} params.e Event name
|
|
@@ -2518,8 +2359,7 @@ const emit = defineEmits<{
|
|
|
2518
2359
|
/**
|
|
2519
2360
|
* Fires on the owning Scheduler at the beginning of the drag gesture. Returning `false` from a listener prevents
|
|
2520
2361
|
* the drag create operation from starting.
|
|
2521
|
-
* ...
|
|
2522
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeDragCreate)
|
|
2362
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeDragCreate)
|
|
2523
2363
|
* @param {string} e Event name
|
|
2524
2364
|
* @param {object} params Event parameters
|
|
2525
2365
|
* @param {string} params.e Event name
|
|
@@ -2533,8 +2373,7 @@ const emit = defineEmits<{
|
|
|
2533
2373
|
/**
|
|
2534
2374
|
* Fires on the owning Scheduler to allow implementer to prevent immediate finalization by setting
|
|
2535
2375
|
* `data.context.async = true` in the listener, to show a confirmation popup etc.
|
|
2536
|
-
* ...
|
|
2537
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeDragCreateFinalize)
|
|
2376
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeDragCreateFinalize)
|
|
2538
2377
|
* @param {string} e Event name
|
|
2539
2378
|
* @param {object} params Event parameters
|
|
2540
2379
|
* @param {string} params.e Event name
|
|
@@ -2568,8 +2407,7 @@ const emit = defineEmits<{
|
|
|
2568
2407
|
* Fires before an event is removed. Can be triggered by user pressing <kbd>Delete</kbd> or <kbd>Backspace</kbd> or by the
|
|
2569
2408
|
* event editor. Return `false` to immediately veto the removal (or a `Promise` yielding `true` or `false`
|
|
2570
2409
|
* for async vetoing).
|
|
2571
|
-
* ...
|
|
2572
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventDelete)
|
|
2410
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventDelete)
|
|
2573
2411
|
* @param {string} e Event name
|
|
2574
2412
|
* @param {object} params Event parameters
|
|
2575
2413
|
* @param {string} params.e Event name
|
|
@@ -2577,9 +2415,9 @@ const emit = defineEmits<{
|
|
|
2577
2415
|
* @param {object} params.params.event Event object
|
|
2578
2416
|
* @param {Scheduler.view.Scheduler,any} params.params.event.source The Scheduler instance
|
|
2579
2417
|
* @param {Scheduler.model.EventModel[]} params.params.event.eventRecords The records about to be deleted
|
|
2580
|
-
* @param {object} params.params.event.context Additional removal context
|
|
2418
|
+
* @param {object} params.params.event.context Additional removal context. This allows you to process the deletion by calling `context.finalize()` if you return `false` from the event handler.
|
|
2581
2419
|
* @param {Function} params.params.event.context.finalize Function to call to finalize the removal. Used to asynchronously decide to remove the records or not. Provide `false` to the function to prevent the removal.
|
|
2582
|
-
* @param {boolean} params.params.event.context.finalize.removeRecords Provide `false` to the function to prevent the removal.
|
|
2420
|
+
* @param {boolean} [params.params.event.context.finalize.removeRecords] Provide `false` to the function to prevent the removal.
|
|
2583
2421
|
*/
|
|
2584
2422
|
(e: 'beforeEventDelete', params: ((event: { source: Scheduler|any, eventRecords: EventModel[], context: { finalize: { removeRecords?: boolean } } }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
2585
2423
|
/**
|
|
@@ -2613,8 +2451,7 @@ const emit = defineEmits<{
|
|
|
2613
2451
|
* It allows implementer to use asynchronous validation/finalization by setting `context.async = true`
|
|
2614
2452
|
* in the listener, for example, to show a confirmation popup, make async data request etc.
|
|
2615
2453
|
* In such case, implementer need to call the `context.finalize()` method manually:
|
|
2616
|
-
* ...
|
|
2617
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventDropFinalize)
|
|
2454
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventDropFinalize)
|
|
2618
2455
|
* @param {string} e Event name
|
|
2619
2456
|
* @param {object} params Event parameters
|
|
2620
2457
|
* @param {string} params.e Event name
|
|
@@ -2637,8 +2474,7 @@ const emit = defineEmits<{
|
|
|
2637
2474
|
* Fires on the owning Scheduler before an event is displayed in an editor.
|
|
2638
2475
|
* This may be listened for to allow an application to take over event editing duties. Returning `false`
|
|
2639
2476
|
* stops the default editing UI from being shown.
|
|
2640
|
-
* ...
|
|
2641
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventEdit)
|
|
2477
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventEdit)
|
|
2642
2478
|
* @param {string} e Event name
|
|
2643
2479
|
* @param {object} params Event parameters
|
|
2644
2480
|
* @param {string} params.e Event name
|
|
@@ -2683,8 +2519,7 @@ const emit = defineEmits<{
|
|
|
2683
2519
|
/**
|
|
2684
2520
|
* Fired on the owning Scheduler to allow implementer to prevent immediate finalization by returning a promise
|
|
2685
2521
|
* in the listener, to show a confirmation popup etc
|
|
2686
|
-
* ...
|
|
2687
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventResizeFinalize)
|
|
2522
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventResizeFinalize)
|
|
2688
2523
|
* @param {string} e Event name
|
|
2689
2524
|
* @param {object} params Event parameters
|
|
2690
2525
|
* @param {string} params.e Event name
|
|
@@ -2706,8 +2541,7 @@ const emit = defineEmits<{
|
|
|
2706
2541
|
/**
|
|
2707
2542
|
* Fires on the owning Scheduler before an event is saved.
|
|
2708
2543
|
* Return `false` to immediately prevent saving
|
|
2709
|
-
* ...
|
|
2710
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventSave)
|
|
2544
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeEventSave)
|
|
2711
2545
|
* @param {string} e Event name
|
|
2712
2546
|
* @param {object} params Event parameters
|
|
2713
2547
|
* @param {string} params.e Event name
|
|
@@ -2718,7 +2552,7 @@ const emit = defineEmits<{
|
|
|
2718
2552
|
* @param {Scheduler.model.ResourceModel[]} params.params.event.resourceRecords The resources to which the event is assigned
|
|
2719
2553
|
* @param {object} params.params.event.values The new values
|
|
2720
2554
|
* @param {object} params.params.event.context Extended save context:
|
|
2721
|
-
* @param {boolean} params.params.event.context.async Set this to `true` in a listener to indicate that the listener will asynchronously decide to prevent or not the event save.
|
|
2555
|
+
* @param {boolean} [params.params.event.context.async] Set this to `true` in a listener to indicate that the listener will asynchronously decide to prevent or not the event save.
|
|
2722
2556
|
* @param {Function} params.params.event.context.finalize Function to call to finalize the save. Used when `async` is `true`. Provide `false` to the function to prevent the save.
|
|
2723
2557
|
*/
|
|
2724
2558
|
(e: 'beforeEventSave', params: ((event: { source: Scheduler, eventRecord: EventModel, resourceRecords: ResourceModel[], values: object, context: { async?: boolean, finalize: Function } }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
@@ -2773,8 +2607,7 @@ const emit = defineEmits<{
|
|
|
2773
2607
|
(e: 'beforeFinishCellEdit', params: ((event: { grid: Grid, editorContext: CellEditorContext }) => void)|string): void
|
|
2774
2608
|
/**
|
|
2775
2609
|
* Fires on the owning Grid before the row editing is finished, return false to signal that the value is invalid and editing should not be finalized.
|
|
2776
|
-
* ...
|
|
2777
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeFinishRowEdit)
|
|
2610
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeFinishRowEdit)
|
|
2778
2611
|
* @param {string} e Event name
|
|
2779
2612
|
* @param {object} params Event parameters
|
|
2780
2613
|
* @param {string} params.e Event name
|
|
@@ -2867,8 +2700,7 @@ const emit = defineEmits<{
|
|
|
2867
2700
|
(e: 'beforeRenderRows', params: ((event: { source: GridBase }) => void)|string): void
|
|
2868
2701
|
/**
|
|
2869
2702
|
* This event fires before row collapse is started.
|
|
2870
|
-
* ...
|
|
2871
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeRowCollapse)
|
|
2703
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeRowCollapse)
|
|
2872
2704
|
* @param {string} e Event name
|
|
2873
2705
|
* @param {object} params Event parameters
|
|
2874
2706
|
* @param {string} params.e Event name
|
|
@@ -2879,8 +2711,7 @@ const emit = defineEmits<{
|
|
|
2879
2711
|
(e: 'beforeRowCollapse', params: ((event: { record: Model }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
2880
2712
|
/**
|
|
2881
2713
|
* This event fires before row expand is started.
|
|
2882
|
-
* ...
|
|
2883
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeRowExpand)
|
|
2714
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeRowExpand)
|
|
2884
2715
|
* @param {string} e Event name
|
|
2885
2716
|
* @param {object} params Event parameters
|
|
2886
2717
|
* @param {string} params.e Event name
|
|
@@ -2892,8 +2723,7 @@ const emit = defineEmits<{
|
|
|
2892
2723
|
/**
|
|
2893
2724
|
* This event is fired on the owning Scheduler before the selected contexts are rendered.
|
|
2894
2725
|
* The event is triggered only when [multiSelect](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ScheduleContext#config-multiSelect) is enabled
|
|
2895
|
-
* ...
|
|
2896
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeSelectedContextsShow)
|
|
2726
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-beforeSelectedContextsShow)
|
|
2897
2727
|
* @param {string} e Event name
|
|
2898
2728
|
* @param {object} params Event parameters
|
|
2899
2729
|
* @param {string} params.e Event name
|
|
@@ -3026,8 +2856,7 @@ const emit = defineEmits<{
|
|
|
3026
2856
|
(e: 'cancelCellEdit', params: ((event: { source: Grid, editorContext: GridLocation, event: Event }) => void)|string): void
|
|
3027
2857
|
/**
|
|
3028
2858
|
* Fires when any other event is fired from the object.
|
|
3029
|
-
* ...
|
|
3030
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-catchAll)
|
|
2859
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-catchAll)
|
|
3031
2860
|
* @param {string} e Event name
|
|
3032
2861
|
* @param {object} params Event parameters
|
|
3033
2862
|
* @param {string} params.e Event name
|
|
@@ -3085,8 +2914,7 @@ const emit = defineEmits<{
|
|
|
3085
2914
|
/**
|
|
3086
2915
|
* This event fires on the owning grid before the context menu is shown for a cell.
|
|
3087
2916
|
* Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/scheduler/docs/api/Grid/feature/CellMenu#config-processItems).
|
|
3088
|
-
* ...
|
|
3089
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-cellMenuBeforeShow)
|
|
2917
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-cellMenuBeforeShow)
|
|
3090
2918
|
* @param {string} e Event name
|
|
3091
2919
|
* @param {object} params Event parameters
|
|
3092
2920
|
* @param {string} params.e Event name
|
|
@@ -3354,8 +3182,7 @@ const emit = defineEmits<{
|
|
|
3354
3182
|
(e: 'currentTimelineUpdate', params: ((event: { source: Scheduler, date: Date }) => void)|string): void
|
|
3355
3183
|
/**
|
|
3356
3184
|
* Fired when data in the store changes.
|
|
3357
|
-
* ...
|
|
3358
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-dataChange)
|
|
3185
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-dataChange)
|
|
3359
3186
|
* @param {string} e Event name
|
|
3360
3187
|
* @param {object} params Event parameters
|
|
3361
3188
|
* @param {string} params.e Event name
|
|
@@ -3373,8 +3200,7 @@ const emit = defineEmits<{
|
|
|
3373
3200
|
* Fired when the range of dates encapsulated by the UI changes. This will be when
|
|
3374
3201
|
* moving a view in time by reconfiguring its [timeAxis](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineBase#config-timeAxis). This will happen
|
|
3375
3202
|
* when zooming, or changing [viewPreset](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineBase#config-viewPreset).
|
|
3376
|
-
* ...
|
|
3377
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-dateRangeChange)
|
|
3203
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-dateRangeChange)
|
|
3378
3204
|
* @param {string} e Event name
|
|
3379
3205
|
* @param {object} params Event parameters
|
|
3380
3206
|
* @param {string} params.e Event name
|
|
@@ -3464,7 +3290,7 @@ const emit = defineEmits<{
|
|
|
3464
3290
|
* @param {Record<string, MenuItemEntry>} params.params.event.items Menu item configs
|
|
3465
3291
|
* @param {Scheduler.model.DependencyModel} params.params.event.dependencyRecord Dependency record for which the menu was triggered
|
|
3466
3292
|
* @param {HTMLElement} params.params.event.element
|
|
3467
|
-
* @param {MouseEvent} params.params.event.event Pointer event which triggered the context menu (if any)
|
|
3293
|
+
* @param {MouseEvent} [params.params.event.event] Pointer event which triggered the context menu (if any)
|
|
3468
3294
|
*/
|
|
3469
3295
|
(e: 'dependencyMenuBeforeShow', params: ((event: { source: Scheduler, items: Record<string, MenuItemEntry>, dependencyRecord: DependencyModel, element: HTMLElement, event?: MouseEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
3470
3296
|
/**
|
|
@@ -3844,7 +3670,7 @@ const emit = defineEmits<{
|
|
|
3844
3670
|
* @param {Scheduler.model.ResourceModel} params.params.event.resourceRecord Resource record
|
|
3845
3671
|
* @param {Scheduler.model.AssignmentModel} params.params.event.assignmentRecord Assignment record, if assignments are used
|
|
3846
3672
|
* @param {HTMLElement} params.params.event.eventElement
|
|
3847
|
-
* @param {MouseEvent} params.params.event.event Pointer event which triggered the context menu (if any)
|
|
3673
|
+
* @param {MouseEvent} [params.params.event.event] Pointer event which triggered the context menu (if any)
|
|
3848
3674
|
*/
|
|
3849
3675
|
(e: 'eventMenuBeforeShow', params: ((event: { source: Scheduler, items: Record<string, MenuItemEntry>, eventRecord: EventModel, resourceRecord: ResourceModel, assignmentRecord: AssignmentModel, eventElement: HTMLElement, event?: MouseEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
3850
3676
|
/**
|
|
@@ -3942,8 +3768,7 @@ const emit = defineEmits<{
|
|
|
3942
3768
|
(e: 'eventMouseLeave', params: ((event: { source: Scheduler, eventRecord: EventModel, assignmentRecord: AssignmentModel, date: Date, tick: TimeSpan, tickIndex: number, tickStartDate: Date, tickEndDate: Date, row: Row, index: number, resourceRecord: ResourceModel, event: MouseEvent }) => void)|string): void
|
|
3943
3769
|
/**
|
|
3944
3770
|
* Triggered for mouse out events within and when moving out of an event bar.
|
|
3945
|
-
* ...
|
|
3946
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-eventMouseOut)
|
|
3771
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-eventMouseOut)
|
|
3947
3772
|
* @param {string} e Event name
|
|
3948
3773
|
* @param {object} params Event parameters
|
|
3949
3774
|
* @param {string} params.e Event name
|
|
@@ -3965,8 +3790,7 @@ const emit = defineEmits<{
|
|
|
3965
3790
|
(e: 'eventMouseOut', params: ((event: { source: Scheduler, eventRecord: EventModel, assignmentRecord: AssignmentModel, date: Date, tick: TimeSpan, tickIndex: number, tickStartDate: Date, tickEndDate: Date, row: Row, index: number, resourceRecord: ResourceModel, event: MouseEvent }) => void)|string): void
|
|
3966
3791
|
/**
|
|
3967
3792
|
* Triggered for mouse over events when moving into and within an event bar.
|
|
3968
|
-
* ...
|
|
3969
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-eventMouseOver)
|
|
3793
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-eventMouseOver)
|
|
3970
3794
|
* @param {string} e Event name
|
|
3971
3795
|
* @param {object} params Event parameters
|
|
3972
3796
|
* @param {string} params.e Event name
|
|
@@ -4161,8 +3985,7 @@ const emit = defineEmits<{
|
|
|
4161
3985
|
(e: 'finishCellEdit', params: ((event: { grid: Grid, editorContext: CellEditorContext }) => void)|string): void
|
|
4162
3986
|
/**
|
|
4163
3987
|
* Fires on the owning Grid before the row editing is finished, return false to signal that the value is invalid and editing should not be finalized.
|
|
4164
|
-
* ...
|
|
4165
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-finishRowEdit)
|
|
3988
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-finishRowEdit)
|
|
4166
3989
|
* @param {string} e Event name
|
|
4167
3990
|
* @param {object} params Event parameters
|
|
4168
3991
|
* @param {string} params.e Event name
|
|
@@ -4298,8 +4121,7 @@ const emit = defineEmits<{
|
|
|
4298
4121
|
(e: 'gridRowDrop', params: ((event: { source: GridBase, context: { valid: boolean, insertBefore: Model, parent: Model, records: Model[], oldPositionContext: RecordPositionContext[] }, event: MouseEvent }) => void)|string): void
|
|
4299
4122
|
/**
|
|
4300
4123
|
* Fired when a grid header is clicked on.
|
|
4301
|
-
* ...
|
|
4302
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-headerClick)
|
|
4124
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-headerClick)
|
|
4303
4125
|
* @param {string} e Event name
|
|
4304
4126
|
* @param {object} params Event parameters
|
|
4305
4127
|
* @param {string} params.e Event name
|
|
@@ -4312,8 +4134,7 @@ const emit = defineEmits<{
|
|
|
4312
4134
|
/**
|
|
4313
4135
|
* This event fires on the owning Grid before the context menu is shown for a header.
|
|
4314
4136
|
* Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/scheduler/docs/api/Grid/feature/HeaderMenu#config-processItems).
|
|
4315
|
-
* ...
|
|
4316
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-headerMenuBeforeShow)
|
|
4137
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-headerMenuBeforeShow)
|
|
4317
4138
|
* @param {string} e Event name
|
|
4318
4139
|
* @param {object} params Event parameters
|
|
4319
4140
|
* @param {string} params.e Event name
|
|
@@ -4432,8 +4253,7 @@ const emit = defineEmits<{
|
|
|
4432
4253
|
/**
|
|
4433
4254
|
* Triggered when a widget which had been in a non-visible state for any reason
|
|
4434
4255
|
* achieves visibility.
|
|
4435
|
-
* ...
|
|
4436
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-paint)
|
|
4256
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-paint)
|
|
4437
4257
|
* @param {string} e Event name
|
|
4438
4258
|
* @param {object} params Event parameters
|
|
4439
4259
|
* @param {string} params.e Event name
|
|
@@ -4487,8 +4307,8 @@ const emit = defineEmits<{
|
|
|
4487
4307
|
* @param {string} params.e Event name
|
|
4488
4308
|
* @param {object} params.params Event parameters
|
|
4489
4309
|
* @param {object} params.params.event Event object
|
|
4490
|
-
* @param {Response} params.params.event.response Optional response, if received
|
|
4491
|
-
* @param {Error} params.params.event.error Optional error, if exception occurred
|
|
4310
|
+
* @param {Response} [params.params.event.response] Optional response, if received
|
|
4311
|
+
* @param {Error} [params.params.event.error] Optional error, if exception occurred
|
|
4492
4312
|
*/
|
|
4493
4313
|
(e: 'pdfExport', params: ((event: { response?: Response, error?: Error }) => void)|string): void
|
|
4494
4314
|
/**
|
|
@@ -4717,8 +4537,7 @@ const emit = defineEmits<{
|
|
|
4717
4537
|
/**
|
|
4718
4538
|
* This event fires on the owning scheduler before the context menu is shown for a resource.
|
|
4719
4539
|
* Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceMenu#config-processItems).
|
|
4720
|
-
* ...
|
|
4721
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-resourceMenuBeforeShow)
|
|
4540
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-resourceMenuBeforeShow)
|
|
4722
4541
|
* @param {string} e Event name
|
|
4723
4542
|
* @param {object} params Event parameters
|
|
4724
4543
|
* @param {string} params.e Event name
|
|
@@ -4902,8 +4721,7 @@ const emit = defineEmits<{
|
|
|
4902
4721
|
(e: 'rowCollapse', params: ((event: { record: Model }) => void)|string): void
|
|
4903
4722
|
/**
|
|
4904
4723
|
* This event fires when a row expand has finished expanding.
|
|
4905
|
-
* ...
|
|
4906
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-rowExpand)
|
|
4724
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-rowExpand)
|
|
4907
4725
|
* @param {string} e Event name
|
|
4908
4726
|
* @param {object} params Event parameters
|
|
4909
4727
|
* @param {string} params.e Event name
|
|
@@ -5185,7 +5003,7 @@ const emit = defineEmits<{
|
|
|
5185
5003
|
* @param {object} params.params Event parameters
|
|
5186
5004
|
* @param {object} params.params.event Event object
|
|
5187
5005
|
* @param {Scheduler.view.TimelineBase} params.params.event.source This Scheduler/Gantt instance.
|
|
5188
|
-
* @param {object} params.params.event.old The shift increment *if any*.
|
|
5006
|
+
* @param {object} [params.params.event.old] The shift increment *if any*.
|
|
5189
5007
|
* @param {object} params.params.event.new The shift increment
|
|
5190
5008
|
*/
|
|
5191
5009
|
(e: 'shiftIncrementChange', params: ((event: { source: TimelineBase, old?: object, new: object }) => void)|string): void
|
|
@@ -5389,8 +5207,7 @@ const emit = defineEmits<{
|
|
|
5389
5207
|
(e: 'tickCellMouseUp', params: ((event: { source: Scheduler, feature: TreeSummary, startDate: Date, endDate: Date, resourceRecord: ResourceModel, domEvent: MouseEvent }) => void)|string): void
|
|
5390
5208
|
/**
|
|
5391
5209
|
* Fired when the tick size changes.
|
|
5392
|
-
* ...
|
|
5393
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-tickSizeChange)
|
|
5210
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-tickSizeChange)
|
|
5394
5211
|
* @param {string} e Event name
|
|
5395
5212
|
* @param {object} params Event parameters
|
|
5396
5213
|
* @param {string} params.e Event name
|
|
@@ -5455,8 +5272,7 @@ const emit = defineEmits<{
|
|
|
5455
5272
|
/**
|
|
5456
5273
|
* This event fires on the owning Scheduler or Gantt widget before the context menu is shown for the time axis header.
|
|
5457
5274
|
* Allows manipulation of the items to show in the same way as in the [processItems](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/TimeAxisHeaderMenu#config-processItems).
|
|
5458
|
-
* ...
|
|
5459
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-timeAxisHeaderMenuBeforeShow)
|
|
5275
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-timeAxisHeaderMenuBeforeShow)
|
|
5460
5276
|
* @param {string} e Event name
|
|
5461
5277
|
* @param {object} params Event parameters
|
|
5462
5278
|
* @param {string} params.e Event name
|
|
@@ -5592,7 +5408,7 @@ const emit = defineEmits<{
|
|
|
5592
5408
|
* @param {Core.data.Model} params.params.event.groupRecord [DEPRECATED] Use `groupRecords` param instead
|
|
5593
5409
|
* @param {Core.data.Model[]} params.params.event.groupRecords The group records being toggled
|
|
5594
5410
|
* @param {boolean} params.params.event.collapse Collapsed (true) or expanded (false)
|
|
5595
|
-
* @param {boolean} params.params.event.allRecords True if this event is part of toggling all groups
|
|
5411
|
+
* @param {boolean} [params.params.event.allRecords] True if this event is part of toggling all groups
|
|
5596
5412
|
*/
|
|
5597
5413
|
(e: 'toggleGroup', params: ((event: { groupRecord: Model, groupRecords: Model[], collapse: boolean, allRecords?: boolean }) => void)|string): void
|
|
5598
5414
|
/**
|
|
@@ -5646,8 +5462,7 @@ const emit = defineEmits<{
|
|
|
5646
5462
|
/**
|
|
5647
5463
|
* Fired when the range of dates visible within the viewport changes. This will be when
|
|
5648
5464
|
* scrolling along a time axis.
|
|
5649
|
-
* ...
|
|
5650
|
-
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-visibleDateRangeChange)
|
|
5465
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-visibleDateRangeChange)
|
|
5651
5466
|
* @param {string} e Event name
|
|
5652
5467
|
* @param {object} params Event parameters
|
|
5653
5468
|
* @param {string} params.e Event name
|
|
@@ -5662,6 +5477,18 @@ const emit = defineEmits<{
|
|
|
5662
5477
|
* @param {Date} params.params.event.new.endDate the new end date.
|
|
5663
5478
|
*/
|
|
5664
5479
|
(e: 'visibleDateRangeChange', params: ((event: { source: Scheduler, old: { startDate: Date, endDate: Date }, new: { startDate: Date, endDate: Date } }) => void)|string): void
|
|
5480
|
+
/**
|
|
5481
|
+
* Fires when the smooth zoom level changes, either through programmatic zoom methods or mouse wheel zooming.
|
|
5482
|
+
* [More...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#event-zoomLevelChange)
|
|
5483
|
+
* @param {string} e Event name
|
|
5484
|
+
* @param {object} params Event parameters
|
|
5485
|
+
* @param {string} params.e Event name
|
|
5486
|
+
* @param {object} params.params Event parameters
|
|
5487
|
+
* @param {object} params.params.event Event object
|
|
5488
|
+
* @param {Scheduler.view.TimelineBase} params.params.event.source
|
|
5489
|
+
* @param {number} params.params.event.zoomLevel New zoom level
|
|
5490
|
+
*/
|
|
5491
|
+
(e: 'zoomLevelChange', params: ((event: { source: TimelineBase, zoomLevel: number }) => void)|string): void
|
|
5665
5492
|
}>();
|
|
5666
5493
|
|
|
5667
5494
|
const widgetData = {
|
|
@@ -5848,6 +5675,7 @@ const widgetData = {
|
|
|
5848
5675
|
'resourceTimeRangeRenderer',
|
|
5849
5676
|
'responsiveLevels',
|
|
5850
5677
|
'ripple',
|
|
5678
|
+
'role',
|
|
5851
5679
|
'rootElement',
|
|
5852
5680
|
'scrollerClass',
|
|
5853
5681
|
'scrollExtensionThreshold',
|
|
@@ -5857,6 +5685,7 @@ const widgetData = {
|
|
|
5857
5685
|
'showEventColorPickers',
|
|
5858
5686
|
'showLagInTooltip',
|
|
5859
5687
|
'showRecurringUI',
|
|
5688
|
+
'smoothZoom',
|
|
5860
5689
|
'snapRelativeToEventStartDate',
|
|
5861
5690
|
'startParamName',
|
|
5862
5691
|
'stateful',
|
|
@@ -5942,6 +5771,7 @@ const widgetData = {
|
|
|
5942
5771
|
'isEventSelectable',
|
|
5943
5772
|
'keyMap',
|
|
5944
5773
|
'labelPosition',
|
|
5774
|
+
'labelWidth',
|
|
5945
5775
|
'lazyLoadingIndicator',
|
|
5946
5776
|
'longPressTime',
|
|
5947
5777
|
'margin',
|
|
@@ -6217,6 +6047,7 @@ const widgetData = {
|
|
|
6217
6047
|
'onUnlockRows',
|
|
6218
6048
|
'onUnsplit',
|
|
6219
6049
|
'onVisibleDateRangeChange',
|
|
6050
|
+
'onZoomLevelChange',
|
|
6220
6051
|
'overlappingEventSorter',
|
|
6221
6052
|
'preserveScroll',
|
|
6222
6053
|
'presets',
|
|
@@ -6265,13 +6096,10 @@ const widgetData = {
|
|
|
6265
6096
|
'viewPreset',
|
|
6266
6097
|
'visibleDate',
|
|
6267
6098
|
'width',
|
|
6268
|
-
'workingTime'
|
|
6099
|
+
'workingTime',
|
|
6100
|
+
'zoomFactor'
|
|
6269
6101
|
],
|
|
6270
6102
|
propertyNames : [
|
|
6271
|
-
'focusVisible',
|
|
6272
|
-
'hasChanges',
|
|
6273
|
-
'isEngineReady',
|
|
6274
|
-
'isNavigatingTimelineCells',
|
|
6275
6103
|
'originalStore',
|
|
6276
6104
|
'parent',
|
|
6277
6105
|
'scrollLeft',
|
|
@@ -6548,7 +6376,8 @@ const widgetData = {
|
|
|
6548
6376
|
'treeGroup',
|
|
6549
6377
|
'unlockRows',
|
|
6550
6378
|
'unsplit',
|
|
6551
|
-
'visibleDateRangeChange'
|
|
6379
|
+
'visibleDateRangeChange',
|
|
6380
|
+
'zoomLevelChange'
|
|
6552
6381
|
]
|
|
6553
6382
|
};
|
|
6554
6383
|
|