@bryntum/schedulerpro-vue-3-thin 7.1.2 → 7.2.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.
Files changed (111) hide show
  1. package/README.md +19 -13
  2. package/lib/chunks/B12rdbvL.js.map +1 -1
  3. package/lib/chunks/{DDRoO9aB.js → B2O8rS3_.js} +14 -6
  4. package/lib/chunks/B2O8rS3_.js.map +1 -0
  5. package/lib/chunks/{VUn0v9mh.js → B7sV8_zC.js} +18 -10
  6. package/lib/chunks/B7sV8_zC.js.map +1 -0
  7. package/lib/chunks/BBN-5eeI.js.map +1 -1
  8. package/lib/chunks/{yCHi3rZC.js → BMF41dEG.js} +8 -6
  9. package/lib/chunks/BMF41dEG.js.map +1 -0
  10. package/lib/chunks/BrUxjEMx.js.map +1 -1
  11. package/lib/chunks/{DQYJMaQ_.js → ByS5_-RM.js} +6 -4
  12. package/lib/chunks/ByS5_-RM.js.map +1 -0
  13. package/lib/chunks/CDbPwyl3.js.map +1 -1
  14. package/lib/chunks/{BaiH7rub.js → CoYhPB2e.js} +12 -5
  15. package/lib/chunks/CoYhPB2e.js.map +1 -0
  16. package/lib/chunks/Ct_m9O9h.js.map +1 -1
  17. package/lib/chunks/{D45V9XRN.js → D4JDuI0s.js} +12 -10
  18. package/lib/chunks/D4JDuI0s.js.map +1 -0
  19. package/lib/chunks/{BtVT0xgl.js → DC4Xw3gK.js} +3 -1
  20. package/lib/chunks/DC4Xw3gK.js.map +1 -0
  21. package/lib/chunks/{C9qY739P.js → DRVdzy6g.js} +3 -1
  22. package/lib/chunks/DRVdzy6g.js.map +1 -0
  23. package/lib/chunks/DgESZupU.js.map +1 -1
  24. package/lib/chunks/{DKsnWqxn.js → DghqseiN.js} +38 -16
  25. package/lib/chunks/DghqseiN.js.map +1 -0
  26. package/lib/chunks/DvFm-5Hh.js.map +1 -1
  27. package/lib/chunks/{C0N8aq7Y.js → H_iWW1r0.js} +8 -6
  28. package/lib/chunks/H_iWW1r0.js.map +1 -0
  29. package/lib/chunks/{jMa0fiOL.js → N6QbiUPO.js} +45 -21
  30. package/lib/chunks/N6QbiUPO.js.map +1 -0
  31. package/lib/chunks/{CKdojoDl.js → OtE4hpSS.js} +45 -21
  32. package/lib/chunks/OtE4hpSS.js.map +1 -0
  33. package/lib/chunks/ggN9GDPJ.js.map +1 -1
  34. package/lib/chunks/qKNUUeE0.js.map +1 -1
  35. package/lib/chunks/{xk_S9thL.js → sUi9pfNu.js} +12 -5
  36. package/lib/chunks/sUi9pfNu.js.map +1 -0
  37. package/lib/components/BryntumCalendarEditor.js +1 -1
  38. package/lib/components/BryntumDependencyTypePicker.js +1 -1
  39. package/lib/components/BryntumEndDateField.js +1 -1
  40. package/lib/components/BryntumResourceEditor.js +1 -1
  41. package/lib/components/BryntumResourceGrid.js +1 -1
  42. package/lib/components/BryntumResourceHistogram.js +1 -1
  43. package/lib/components/BryntumResourceUtilization.js +1 -1
  44. package/lib/components/BryntumSchedulerPro.js +1 -1
  45. package/lib/components/BryntumSchedulerProBase.js +1 -1
  46. package/lib/components/BryntumSchedulerProProjectModel.js +1 -1
  47. package/lib/components/BryntumStartDateField.js +1 -1
  48. package/lib/components/BryntumTimeline.js +1 -1
  49. package/lib/components/BryntumVersionGrid.js +1 -1
  50. package/lib/helper/WrapperHelper.js +42 -42
  51. package/lib/helper/WrapperHelper.js.map +1 -1
  52. package/lib/index.js +13 -13
  53. package/package.json +1 -1
  54. package/src/components/BryntumCalendarEditor.vue +7 -2
  55. package/src/components/BryntumCalendarEditorProps.ts +6 -2
  56. package/src/components/BryntumCalendarField.vue +2 -2
  57. package/src/components/BryntumCalendarFieldProps.ts +2 -2
  58. package/src/components/BryntumConstraintTypePicker.vue +2 -2
  59. package/src/components/BryntumConstraintTypePickerProps.ts +2 -2
  60. package/src/components/BryntumCostAccrualField.vue +2 -2
  61. package/src/components/BryntumCostAccrualFieldProps.ts +2 -2
  62. package/src/components/BryntumDependencyTypePicker.vue +9 -2
  63. package/src/components/BryntumDependencyTypePickerProps.ts +8 -2
  64. package/src/components/BryntumEffortField.vue +2 -2
  65. package/src/components/BryntumEffortFieldProps.ts +2 -2
  66. package/src/components/BryntumEndDateField.vue +13 -3
  67. package/src/components/BryntumEndDateFieldProps.ts +12 -3
  68. package/src/components/BryntumModelCombo.vue +2 -2
  69. package/src/components/BryntumModelComboProps.ts +2 -2
  70. package/src/components/BryntumRateTableField.vue +2 -2
  71. package/src/components/BryntumRateTableFieldProps.ts +2 -2
  72. package/src/components/BryntumResourceEditor.vue +7 -2
  73. package/src/components/BryntumResourceEditorProps.ts +6 -2
  74. package/src/components/BryntumResourceGrid.vue +67 -25
  75. package/src/components/BryntumResourceGridProps.ts +16 -3
  76. package/src/components/BryntumResourceHistogram.vue +69 -26
  77. package/src/components/BryntumResourceHistogramProps.ts +17 -4
  78. package/src/components/BryntumResourceTypeField.vue +2 -2
  79. package/src/components/BryntumResourceTypeFieldProps.ts +2 -2
  80. package/src/components/BryntumResourceUtilization.vue +69 -26
  81. package/src/components/BryntumResourceUtilizationProps.ts +17 -4
  82. package/src/components/BryntumSchedulerPro.vue +183 -26
  83. package/src/components/BryntumSchedulerProBase.vue +183 -26
  84. package/src/components/BryntumSchedulerProBaseProps.ts +29 -4
  85. package/src/components/BryntumSchedulerProProjectModel.vue +9 -0
  86. package/src/components/BryntumSchedulerProProjectModelProps.ts +8 -0
  87. package/src/components/BryntumSchedulerProProps.ts +29 -4
  88. package/src/components/BryntumSchedulingDirectionPicker.vue +2 -2
  89. package/src/components/BryntumSchedulingDirectionPickerProps.ts +2 -2
  90. package/src/components/BryntumSchedulingModePicker.vue +2 -2
  91. package/src/components/BryntumSchedulingModePickerProps.ts +2 -2
  92. package/src/components/BryntumStartDateField.vue +13 -3
  93. package/src/components/BryntumStartDateFieldProps.ts +12 -3
  94. package/src/components/BryntumTimeline.vue +181 -26
  95. package/src/components/BryntumTimelineProps.ts +29 -4
  96. package/src/components/BryntumVersionGrid.vue +67 -25
  97. package/src/components/BryntumVersionGridProps.ts +16 -3
  98. package/src/helper/WrapperHelper.ts +5 -1
  99. package/lib/chunks/BaiH7rub.js.map +0 -1
  100. package/lib/chunks/BtVT0xgl.js.map +0 -1
  101. package/lib/chunks/C0N8aq7Y.js.map +0 -1
  102. package/lib/chunks/C9qY739P.js.map +0 -1
  103. package/lib/chunks/CKdojoDl.js.map +0 -1
  104. package/lib/chunks/D45V9XRN.js.map +0 -1
  105. package/lib/chunks/DDRoO9aB.js.map +0 -1
  106. package/lib/chunks/DKsnWqxn.js.map +0 -1
  107. package/lib/chunks/DQYJMaQ_.js.map +0 -1
  108. package/lib/chunks/VUn0v9mh.js.map +0 -1
  109. package/lib/chunks/jMa0fiOL.js.map +0 -1
  110. package/lib/chunks/xk_S9thL.js.map +0 -1
  111. package/lib/chunks/yCHi3rZC.js.map +0 -1
@@ -1,5 +1,5 @@
1
- import type { AjaxStore, AjaxStoreConfig, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Model, NumberFormatConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
2
- import type { AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, ExcelExporter as GridExcelExporter, ExcelExporterConfig as GridExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, LockRows as GridLockRows, LockRowsConfig as GridLockRowsConfig, MergeCells, MergeCellsConfig, PdfExport as GridPdfExport, PdfExportConfig as GridPdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print as GridPrint, PrintConfig as GridPrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowResize as GridRowResize, RowResizeConfig as GridRowResizeConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
1
+ import type { AjaxStore, AjaxStoreConfig, Color, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Model, NumberFormatConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
2
+ import type { AI as GridAI, AIConfig as GridAIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, ExcelExporter as GridExcelExporter, ExcelExporterConfig as GridExcelExporterConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, LockRows as GridLockRows, LockRowsConfig as GridLockRowsConfig, MergeCells, MergeCellsConfig, PdfExport as GridPdfExport, PdfExportConfig as GridPdfExportConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, Print as GridPrint, PrintConfig as GridPrintConfig, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, RowResize as GridRowResize, RowResizeConfig as GridRowResizeConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
3
3
  import type { ColumnLines, ColumnLinesConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel as SchedulerResourceModel, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, ScaleColumnConfig, ScalePoint, ScheduleTooltip, ScheduleTooltipConfig, Split, SplitConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSpan, TimeSpanConfig, TimelineBase, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
4
4
  import type { AllocationCellEdit, AllocationCellEditConfig, AllocationCopyPaste, AllocationCopyPasteConfig, AssignmentAllocationInterval, AssignmentModel, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, SchedulerProColumnConfig, ProjectModel, ProjectModelConfig, ResourceAllocationInfo, ResourceAllocationInterval, ResourceHistogramRenderData, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, ResourceUtilizationListeners, ResourceUtilizationModel, ResourceUtilizationRenderData, TimeSpanHighlight, TimeSpanHighlightConfig } from '@bryntum/schedulerpro-thin';
5
5
 
@@ -138,6 +138,10 @@ export declare type BryntumResourceUtilizationProps = {
138
138
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-bodyCls)
139
139
  */
140
140
  bodyCls ? : string|object
141
+ /**
142
+ * Set `true` to add a border to this container's element.
143
+ */
144
+ border ? : Boolean
141
145
  /**
142
146
  * An object where property names with a truthy value indicate which events should bubble up the ownership
143
147
  * hierarchy when triggered.
@@ -203,7 +207,7 @@ export declare type BryntumResourceUtilizationProps = {
203
207
  * ...
204
208
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-color)
205
209
  */
206
- color ? : string
210
+ color ? : Color
207
211
  /**
208
212
  * Programmatic control over which column to start in when used in a grid layout.
209
213
  */
@@ -792,7 +796,7 @@ export declare type BryntumResourceUtilizationProps = {
792
796
  * ...
793
797
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-partner)
794
798
  */
795
- partner ? : TimelineBase
799
+ partner ? : TimelineBase|string
796
800
  /**
797
801
  * Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
798
802
  * `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
@@ -1311,6 +1315,15 @@ export declare type BryntumResourceUtilizationProps = {
1311
1315
  zoomOnTimeAxisDoubleClick ? : Boolean
1312
1316
 
1313
1317
  // Features
1318
+ /**
1319
+ * This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
1320
+ * agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
1321
+ * ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
1322
+ * also perform data manipulation operations such as adding, updating, deleting records.
1323
+ * ...
1324
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/AI)
1325
+ */
1326
+ aiFeature ? : object|Boolean|string|GridAI|GridAIConfig
1314
1327
  /**
1315
1328
  * AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
1316
1329
  * ...
@@ -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, 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, 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, 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 { AssignmentModel as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyEdit as SchedulerDependencyEdit, DependencyMenu, DependencyMenuConfig, DependencyModel as SchedulerDependencyModel, DropData, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel as SchedulerEventModel, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResizeData, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, ResourceHeaderConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel as SchedulerResourceModel, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScheduleContext, ScheduleContextConfig, ScheduleMenu, ScheduleMenuConfig, ScheduleTooltip, ScheduleTooltipConfig, Scheduler, SchedulerBase, 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';
38
+ import type { AI, AIConfig, AssignmentModel as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyEdit as SchedulerDependencyEdit, DependencyMenu, DependencyMenuConfig, DependencyModel as SchedulerDependencyModel, DropData, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel as SchedulerEventModel, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResizeData, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, ResourceColumnReorder, ResourceColumnReorderConfig, ResourceHeaderConfig, ResourceMarginConfig, ResourceMenu, ResourceMenuConfig, ResourceModel as SchedulerResourceModel, ResourceTimeRangeModel, ResourceTimeRangeModelConfig, ResourceTimeRangeStore, ResourceTimeRangeStoreConfig, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, RowResize, RowResizeConfig, ScheduleContext, ScheduleContextConfig, ScheduleMenu, ScheduleMenuConfig, ScheduleTooltip, ScheduleTooltipConfig, Scheduler, SchedulerBase, 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 type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, CalendarHighlight, CalendarHighlightConfig, CalendarModel, CalendarModelConfig, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, CycleResolutionPopup, Dependencies, DependenciesConfig, DependencyEdit, DependencyEditConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventBuffer, EventBufferConfig, EventLayoutConfig, EventModel, EventModelConfig, EventResize, EventResizeConfig, EventSegmentDrag, EventSegmentDragConfig, EventSegmentResize, EventSegmentResizeConfig, EventSegments, EventSegmentsConfig, EventStore, EventStoreConfig, SchedulerProColumnConfig, NestedEvents, NestedEventsConfig, PercentBar, PercentBarConfig, ProjectModel, ProjectModelConfig, ResourceEdit, ResourceEditConfig, ResourceEditor, ResourceGrid, ResourceModel, ResourceModelConfig, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, ResourceStore, ResourceStoreConfig, SchedulerProListeners, SchedulingIssueResolutionPopup, TaskEdit, TaskEditConfig, TaskEditorBase, TimeSpanHighlight, TimeSpanHighlightConfig, Versions, VersionsConfig } from '@bryntum/schedulerpro-thin';
40
40
  import { SchedulerPro } from '@bryntum/schedulerpro-thin';
41
41
 
@@ -167,6 +167,10 @@ defineProps<{
167
167
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bodyCls)
168
168
  */
169
169
  bodyCls ? : string|object
170
+ /**
171
+ * Set `true` to add a border to this container's element.
172
+ */
173
+ border ? : Boolean
170
174
  /**
171
175
  * An object where property names with a truthy value indicate which events should bubble up the ownership
172
176
  * hierarchy when triggered.
@@ -236,7 +240,7 @@ defineProps<{
236
240
  * ...
237
241
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-color)
238
242
  */
239
- color ? : string
243
+ color ? : Color
240
244
  /**
241
245
  * Programmatic control over which column to start in when used in a grid layout.
242
246
  */
@@ -749,6 +753,10 @@ defineProps<{
749
753
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-infiniteScroll)
750
754
  */
751
755
  infiniteScroll ? : Boolean
756
+ /**
757
+ * Set to true for child nodes in a tree store to inherit their parent´s `eventColor`
758
+ */
759
+ inheritEventColor ? : Boolean
752
760
  /**
753
761
  * Maximum duration (in milliseconds) for the initial animation controlled by [useInitialAnimation](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-useInitialAnimation).
754
762
  */
@@ -994,7 +1002,7 @@ defineProps<{
994
1002
  * ...
995
1003
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-partner)
996
1004
  */
997
- partner ? : TimelineBase
1005
+ partner ? : TimelineBase|string
998
1006
  /**
999
1007
  * Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
1000
1008
  * `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
@@ -1639,6 +1647,15 @@ defineProps<{
1639
1647
  zoomOnTimeAxisDoubleClick ? : Boolean
1640
1648
 
1641
1649
  // Features
1650
+ /**
1651
+ * This feature provides an AI agent for the Scheduler and SchedulerPro. It provides a chat panel that allows the user
1652
+ * to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
1653
+ * the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
1654
+ * specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records.
1655
+ * ...
1656
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/AI)
1657
+ */
1658
+ aiFeature ? : object|Boolean|string|AI|AIConfig
1642
1659
  /**
1643
1660
  * AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
1644
1661
  * ...
@@ -1995,6 +2012,14 @@ defineProps<{
1995
2012
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
1996
2013
  */
1997
2014
  regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
2015
+ /**
2016
+ * Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
2017
+ * during the drag operation (see events below). To get notified about the actual resource reorder, you can also
2018
+ * listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/ResourceStore).
2019
+ * ...
2020
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceColumnReorder)
2021
+ */
2022
+ resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
1998
2023
  /**
1999
2024
  * Feature that displays a popup containing widgets for editing resource data.
2000
2025
  * ...
@@ -2456,6 +2481,18 @@ const emit = defineEmits<{
2456
2481
  * @param {any} params.params.event.value The value being set
2457
2482
  */
2458
2483
  (e: 'beforeCellRangeEdit', params: ((event: { record: Model, field: string, value: any }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
2484
+ /**
2485
+ * This event is triggered before a parent column is collapsed or expanded.
2486
+ * @param {string} e Event name
2487
+ * @param {object} params Event parameters
2488
+ * @param {string} params.e Event name
2489
+ * @param {object} params.params Event parameters
2490
+ * @param {object} params.params.event Event object
2491
+ * @param {Grid.view.GridBase} params.params.event.source The grid instance
2492
+ * @param {Grid.column.Column} params.params.event.column The column
2493
+ * @param {boolean} params.params.event.collapsed `true` if the column is being collapsed, `false` if expanded
2494
+ */
2495
+ (e: 'beforeColumnCollapseToggle', params: ((event: { source: GridBase, column: Column, collapsed: boolean }) => void)|string): void
2459
2496
  /**
2460
2497
  * This event is fired prior to starting a column drag gesture. The drag is canceled if a listener returns `false`.
2461
2498
  * @param {string} e Event name
@@ -3050,12 +3087,12 @@ const emit = defineEmits<{
3050
3087
  * @param {string} params.e Event name
3051
3088
  * @param {object} params.params Event parameters
3052
3089
  * @param {object} params.params.event Event object
3053
- * @param {Grid.view.Grid} params.params.event.source The firing Grid instance.
3054
- * @param {Grid.row.Row} params.params.event.row The row about to be rendered.
3055
- * @param {Core.data.Model} params.params.event.record The record for the row.
3056
- * @param {number} params.params.event.recordIndex The zero-based index of the record.
3090
+ * @param {Grid.view.GridBase} params.params.event.source The firing Grid instance
3091
+ * @param {Grid.row.Row} params.params.event.row The row about to be rendered
3092
+ * @param {Core.data.Model} params.params.event.record The record for the row
3093
+ * @param {number} params.params.event.recordIndex The zero-based index of the record
3057
3094
  */
3058
- (e: 'beforeRenderRow', params: ((event: { source: Grid, row: Row, record: Model, recordIndex: number }) => void)|string): void
3095
+ (e: 'beforeRenderRow', params: ((event: { source: GridBase, row: Row, record: Model, recordIndex: number }) => void)|string): void
3059
3096
  /**
3060
3097
  * Grid rows are about to be rendered
3061
3098
  * @param {string} e Event name
@@ -3063,9 +3100,9 @@ const emit = defineEmits<{
3063
3100
  * @param {string} params.e Event name
3064
3101
  * @param {object} params.params Event parameters
3065
3102
  * @param {object} params.params.event Event object
3066
- * @param {Grid.view.Grid} params.params.event.source This grid.
3103
+ * @param {Grid.view.GridBase} params.params.event.source This grid.
3067
3104
  */
3068
- (e: 'beforeRenderRows', params: ((event: { source: Grid }) => void)|string): void
3105
+ (e: 'beforeRenderRows', params: ((event: { source: GridBase }) => void)|string): void
3069
3106
  /**
3070
3107
  * Fires on the owning grid before a resource editing starts.
3071
3108
  * This may be listened for to allow an application to take over event editing duties.
@@ -3496,6 +3533,18 @@ const emit = defineEmits<{
3496
3533
  * @param {Core.data.Model} params.params.event.record The record which has been collapsed.
3497
3534
  */
3498
3535
  (e: 'collapseNode', params: ((event: { source: Grid, record: Model }) => void)|string): void
3536
+ /**
3537
+ * This event is triggered after a parent column has been collapsed or expanded.
3538
+ * @param {string} e Event name
3539
+ * @param {object} params Event parameters
3540
+ * @param {string} params.e Event name
3541
+ * @param {object} params.params Event parameters
3542
+ * @param {object} params.params.event Event object
3543
+ * @param {Grid.view.GridBase} params.params.event.source The Grid instance
3544
+ * @param {Grid.column.Column} params.params.event.column The column being toggled
3545
+ * @param {boolean} params.params.event.collapsed `true` if the column is now collapsed, `false` if expanded
3546
+ */
3547
+ (e: 'columnCollapseToggle', params: ((event: { source: GridBase, column: Column, collapsed: boolean }) => void)|string): void
3499
3548
  /**
3500
3549
  * This event is fired when a column is being dragged, and you can set the `valid` flag on the `context` object
3501
3550
  * to indicate whether the drop position is valid or not.
@@ -3624,14 +3673,14 @@ const emit = defineEmits<{
3624
3673
  * @param {string} params.e Event name
3625
3674
  * @param {object} params.params Event parameters
3626
3675
  * @param {object} params.params.event Event object
3627
- * @param {Grid.view.Grid} params.params.event.source Owning grid
3676
+ * @param {Grid.view.GridBase} params.params.event.source Owning grid
3628
3677
  * @param {Core.data.Store} params.params.event.store The originating store
3629
3678
  * @param {'remove','removeAll','add','clearchanges','filter','update','dataset','replace'} params.params.event.action Name of action which triggered the change. May be one of: * `'remove'` * `'removeAll'` * `'add'` * `'clearchanges'` * `'filter'` * `'update'` * `'dataset'` * `'replace'`
3630
3679
  * @param {Core.data.Model} params.params.event.record Changed record, for actions that affects exactly one record (`'update'`)
3631
3680
  * @param {Core.data.Model[]} params.params.event.records Changed records, passed for all actions except `'removeAll'`
3632
3681
  * @param {object} params.params.event.changes Passed for the `'update'` action, info on which record fields changed
3633
3682
  */
3634
- (e: 'dataChange', params: ((event: { source: Grid, store: Store, action: 'remove'|'removeAll'|'add'|'clearchanges'|'filter'|'update'|'dataset'|'replace', record: Model, records: Model[], changes: object }) => void)|string): void
3683
+ (e: 'dataChange', params: ((event: { source: GridBase, store: Store, action: 'remove'|'removeAll'|'add'|'clearchanges'|'filter'|'update'|'dataset'|'replace', record: Model, records: Model[], changes: object }) => void)|string): void
3635
3684
  /**
3636
3685
  * Fired when the range of dates encapsulated by the UI changes. This will be when
3637
3686
  * moving a view in time by reconfiguring its [timeAxis](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/TimelineBase#config-timeAxis). This will happen
@@ -4969,12 +5018,12 @@ const emit = defineEmits<{
4969
5018
  * @param {string} params.e Event name
4970
5019
  * @param {object} params.params Event parameters
4971
5020
  * @param {object} params.params.event Event object
4972
- * @param {Grid.view.Grid} params.params.event.source The firing Grid instance.
4973
- * @param {Grid.row.Row} params.params.event.row The row that has been rendered.
4974
- * @param {Core.data.Model} params.params.event.record The record for the row.
4975
- * @param {number} params.params.event.recordIndex The zero-based index of the record.
5021
+ * @param {Grid.view.GridBase} params.params.event.source The firing Grid instance
5022
+ * @param {Grid.row.Row} params.params.event.row The row that has been rendered
5023
+ * @param {Core.data.Model} params.params.event.record The record for the row
5024
+ * @param {number} params.params.event.recordIndex The zero-based index of the record
4976
5025
  */
4977
- (e: 'renderRow', params: ((event: { source: Grid, row: Row, record: Model, recordIndex: number }) => void)|string): void
5026
+ (e: 'renderRow', params: ((event: { source: GridBase, row: Row, record: Model, recordIndex: number }) => void)|string): void
4978
5027
  /**
4979
5028
  * Grid rows have been rendered
4980
5029
  * @param {string} e Event name
@@ -4982,9 +5031,9 @@ const emit = defineEmits<{
4982
5031
  * @param {string} params.e Event name
4983
5032
  * @param {object} params.params Event parameters
4984
5033
  * @param {object} params.params.event Event object
4985
- * @param {Grid.view.Grid} params.params.event.source This grid.
5034
+ * @param {Grid.view.GridBase} params.params.event.source This grid.
4986
5035
  */
4987
- (e: 'renderRows', params: ((event: { source: Grid }) => void)|string): void
5036
+ (e: 'renderRows', params: ((event: { source: GridBase }) => void)|string): void
4988
5037
  /**
4989
5038
  * Fired when the encapsulating element of a Widget resizes *only when [monitorResize](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-monitorResize) is `true`*.
4990
5039
  * @param {string} e Event name
@@ -4999,6 +5048,94 @@ const emit = defineEmits<{
4999
5048
  * @param {number} params.params.event.oldHeight The old height
5000
5049
  */
5001
5050
  (e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
5051
+ /**
5052
+ * Fired before dragging starts, return `false` to prevent the drag operation.
5053
+ * @param {string} e Event name
5054
+ * @param {object} params Event parameters
5055
+ * @param {string} params.e Event name
5056
+ * @param {object} params.params Event parameters
5057
+ * @param {object} params.params.event Event object
5058
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5059
+ * @param {object} params.params.event.context
5060
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5061
+ * @param {MouseEvent,TouchEvent} params.params.event.event
5062
+ */
5063
+ (e: 'resourceColumnBeforeDragStart', params: ((event: { source: Scheduler, context: { resource: SchedulerResourceModel }, event: MouseEvent|TouchEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
5064
+ /**
5065
+ * Fired before the drop is finalized. You can return `false` or a Promise that resolves to `false`
5066
+ * to cancel the drop operation.
5067
+ * @param {string} e Event name
5068
+ * @param {object} params Event parameters
5069
+ * @param {string} params.e Event name
5070
+ * @param {object} params.params Event parameters
5071
+ * @param {object} params.params.event Event object
5072
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5073
+ * @param {object} params.params.event.context
5074
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5075
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.insertBefore The resource to insert before
5076
+ * @param {Core.data.Model} params.params.event.context.targetGroup When the resourceStore is grouped, the group header record of the target group
5077
+ * @param {MouseEvent} params.params.event.event
5078
+ */
5079
+ (e: 'resourceColumnBeforeDropFinalize', params: ((event: { source: Scheduler, context: { resource: SchedulerResourceModel, insertBefore: SchedulerResourceModel, targetGroup: Model }, event: MouseEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
5080
+ /**
5081
+ * Fired while the resource column is being dragged. You can signal that the drop position is
5082
+ * valid or invalid by setting `context.valid = false;`
5083
+ * @param {string} e Event name
5084
+ * @param {object} params Event parameters
5085
+ * @param {string} params.e Event name
5086
+ * @param {object} params.params Event parameters
5087
+ * @param {object} params.params.event Event object
5088
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5089
+ * @param {object} params.params.event.context
5090
+ * @param {boolean} params.params.event.context.valid Set this to `true` or `false` to indicate whether the drop position is valid
5091
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.insertBefore The resource to insert before (`null` if inserting at last position)
5092
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5093
+ * @param {Core.data.Model} params.params.event.context.targetGroup When the resourceStore is grouped, the group header record of the target group
5094
+ * @param {MouseEvent} params.params.event.event
5095
+ */
5096
+ (e: 'resourceColumnDrag', params: ((event: { source: Scheduler, context: { valid: boolean, insertBefore: SchedulerResourceModel, resource: SchedulerResourceModel, targetGroup: Model }, event: MouseEvent }) => void)|string): void
5097
+ /**
5098
+ * Fired when drag is aborted
5099
+ * @param {string} e Event name
5100
+ * @param {object} params Event parameters
5101
+ * @param {string} params.e Event name
5102
+ * @param {object} params.params Event parameters
5103
+ * @param {object} params.params.event Event object
5104
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5105
+ * @param {object} params.params.event.context
5106
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5107
+ * @param {MouseEvent} params.params.event.event
5108
+ */
5109
+ (e: 'resourceColumnDragAbort', params: ((event: { source: Scheduler, context: { resource: SchedulerResourceModel }, event: MouseEvent }) => void)|string): void
5110
+ /**
5111
+ * Fired when dragging starts.
5112
+ * @param {string} e Event name
5113
+ * @param {object} params Event parameters
5114
+ * @param {string} params.e Event name
5115
+ * @param {object} params.params Event parameters
5116
+ * @param {object} params.params.event Event object
5117
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5118
+ * @param {object} params.params.event.context
5119
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5120
+ * @param {MouseEvent,TouchEvent} params.params.event.event
5121
+ */
5122
+ (e: 'resourceColumnDragStart', params: ((event: { source: Scheduler, context: { resource: SchedulerResourceModel }, event: MouseEvent|TouchEvent }) => void)|string): void
5123
+ /**
5124
+ * Fired after drop
5125
+ * @param {string} e Event name
5126
+ * @param {object} params Event parameters
5127
+ * @param {string} params.e Event name
5128
+ * @param {object} params.params Event parameters
5129
+ * @param {object} params.params.event Event object
5130
+ * @param {Scheduler.view.Scheduler} params.params.event.source
5131
+ * @param {object} params.params.event.context
5132
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.resource The dragged resource
5133
+ * @param {Scheduler.model.SchedulerResourceModel} params.params.event.context.insertBefore The resource that was inserted before
5134
+ * @param {Core.data.Model} params.params.event.context.targetGroup When the resourceStore is grouped, the group header record of the target group. The resource's group field has been updated if moved between groups.
5135
+ * @param {boolean} params.params.event.context.valid `true` if the drop was valid, `false` otherwise
5136
+ * @param {MouseEvent} params.params.event.event
5137
+ */
5138
+ (e: 'resourceColumnDrop', params: ((event: { source: Scheduler, context: { resource: SchedulerResourceModel, insertBefore: SchedulerResourceModel, targetGroup: Model, valid: boolean }, event: MouseEvent }) => void)|string): void
5002
5139
  /**
5003
5140
  * Fires before the resource editor removes a resource.
5004
5141
  * @param {string} e Event name
@@ -5604,10 +5741,10 @@ const emit = defineEmits<{
5604
5741
  * @param {string} params.e Event name
5605
5742
  * @param {object} params.params Event parameters
5606
5743
  * @param {object} params.params.event Event object
5607
- * @param {Grid.view.Grid} params.params.event.source The firing Grid instance.
5744
+ * @param {Grid.view.GridBase} params.params.event.source The firing Grid instance.
5608
5745
  * @param {number} params.params.event.scrollTop The vertical scroll position.
5609
5746
  */
5610
- (e: 'scroll', params: ((event: { source: Grid, scrollTop: number }) => void)|string): void
5747
+ (e: 'scroll', params: ((event: { source: GridBase, scrollTop: number }) => void)|string): void
5611
5748
  /**
5612
5749
  * Fires on owner when the scroll button is clicked, return `false` to prevent default scroll behavior
5613
5750
  * @param {string} e Event name
@@ -5763,10 +5900,10 @@ const emit = defineEmits<{
5763
5900
  * @param {string} params.e Event name
5764
5901
  * @param {object} params.params Event parameters
5765
5902
  * @param {object} params.params.event Event object
5766
- * @param {Grid.view.Grid} params.params.event.source The firing Grid instance
5903
+ * @param {Grid.view.GridBase} params.params.event.source The firing Grid instance
5767
5904
  * @param {Grid.view.SubGrid} params.params.event.subGrid The sub grid instance
5768
5905
  */
5769
- (e: 'subGridCollapse', params: ((event: { source: Grid, subGrid: SubGrid }) => void)|string): void
5906
+ (e: 'subGridCollapse', params: ((event: { source: GridBase, subGrid: SubGrid }) => void)|string): void
5770
5907
  /**
5771
5908
  * Fires after a sub grid is expanded.
5772
5909
  * @param {string} e Event name
@@ -5774,10 +5911,10 @@ const emit = defineEmits<{
5774
5911
  * @param {string} params.e Event name
5775
5912
  * @param {object} params.params Event parameters
5776
5913
  * @param {object} params.params.event Event object
5777
- * @param {Grid.view.Grid} params.params.event.source The firing Grid instance
5914
+ * @param {Grid.view.GridBase} params.params.event.source The firing Grid instance
5778
5915
  * @param {Grid.view.SubGrid} params.params.event.subGrid The sub grid instance
5779
5916
  */
5780
- (e: 'subGridExpand', params: ((event: { source: Grid, subGrid: SubGrid }) => void)|string): void
5917
+ (e: 'subGridExpand', params: ((event: { source: GridBase, subGrid: SubGrid }) => void)|string): void
5781
5918
  /**
5782
5919
  * Fires on the owning Scheduler or Gantt widget when the editor for an event is canceled.
5783
5920
  * @param {string} e Event name
@@ -6163,6 +6300,7 @@ const widgetData = {
6163
6300
  },
6164
6301
  projectStores : true,
6165
6302
  featureNames : [
6303
+ 'aiFeature',
6166
6304
  'aiFilterFeature',
6167
6305
  'calendarHighlightFeature',
6168
6306
  'cellCopyPasteFeature',
@@ -6215,6 +6353,7 @@ const widgetData = {
6215
6353
  'printFeature',
6216
6354
  'quickFindFeature',
6217
6355
  'regionResizeFeature',
6356
+ 'resourceColumnReorderFeature',
6218
6357
  'resourceEditFeature',
6219
6358
  'resourceMenuFeature',
6220
6359
  'resourceNonWorkingTimeFeature',
@@ -6259,6 +6398,7 @@ const widgetData = {
6259
6398
  'autoHeight',
6260
6399
  'bbar',
6261
6400
  'bodyCls',
6401
+ 'border',
6262
6402
  'bubbleEvents',
6263
6403
  'bufferCoef',
6264
6404
  'bufferThreshold',
@@ -6436,6 +6576,7 @@ const widgetData = {
6436
6576
  'hideRowHover',
6437
6577
  'id',
6438
6578
  'infiniteScroll',
6579
+ 'inheritEventColor',
6439
6580
  'initialAnimationDuration',
6440
6581
  'inputFieldAlign',
6441
6582
  'insertBefore',
@@ -6478,6 +6619,7 @@ const widgetData = {
6478
6619
  'onBeforeCellEditStart',
6479
6620
  'onBeforeCellRangeDelete',
6480
6621
  'onBeforeCellRangeEdit',
6622
+ 'onBeforeColumnCollapseToggle',
6481
6623
  'onBeforeColumnDragStart',
6482
6624
  'onBeforeColumnDropFinalize',
6483
6625
  'onBeforeColumnResize',
@@ -6553,6 +6695,7 @@ const widgetData = {
6553
6695
  'onCellMouseOver',
6554
6696
  'onCollapse',
6555
6697
  'onCollapseNode',
6698
+ 'onColumnCollapseToggle',
6556
6699
  'onColumnDrag',
6557
6700
  'onColumnDragStart',
6558
6701
  'onColumnDrop',
@@ -6663,6 +6806,12 @@ const widgetData = {
6663
6806
  'onRenderRow',
6664
6807
  'onRenderRows',
6665
6808
  'onResize',
6809
+ 'onResourceColumnBeforeDragStart',
6810
+ 'onResourceColumnBeforeDropFinalize',
6811
+ 'onResourceColumnDrag',
6812
+ 'onResourceColumnDragAbort',
6813
+ 'onResourceColumnDragStart',
6814
+ 'onResourceColumnDrop',
6666
6815
  'onResourceEditBeforeRemove',
6667
6816
  'onResourceEditBeforeSave',
6668
6817
  'onResourceEditRemove',
@@ -6839,6 +6988,7 @@ const widgetData = {
6839
6988
  'beforeCellEditStart',
6840
6989
  'beforeCellRangeDelete',
6841
6990
  'beforeCellRangeEdit',
6991
+ 'beforeColumnCollapseToggle',
6842
6992
  'beforeColumnDragStart',
6843
6993
  'beforeColumnDropFinalize',
6844
6994
  'beforeColumnResize',
@@ -6914,6 +7064,7 @@ const widgetData = {
6914
7064
  'cellMouseOver',
6915
7065
  'collapse',
6916
7066
  'collapseNode',
7067
+ 'columnCollapseToggle',
6917
7068
  'columnDrag',
6918
7069
  'columnDragStart',
6919
7070
  'columnDrop',
@@ -7024,6 +7175,12 @@ const widgetData = {
7024
7175
  'renderRow',
7025
7176
  'renderRows',
7026
7177
  'resize',
7178
+ 'resourceColumnBeforeDragStart',
7179
+ 'resourceColumnBeforeDropFinalize',
7180
+ 'resourceColumnDrag',
7181
+ 'resourceColumnDragAbort',
7182
+ 'resourceColumnDragStart',
7183
+ 'resourceColumnDrop',
7027
7184
  'resourceEditBeforeRemove',
7028
7185
  'resourceEditBeforeSave',
7029
7186
  'resourceEditRemove',