@bryntum/scheduler-vue-3-thin 7.1.3 → 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.
- package/README.md +8 -8
- package/lib/chunks/BIDAJ9KI.js.map +1 -1
- package/lib/chunks/{6EoHCTY_.js → Bbpvg_hf.js} +43 -23
- package/lib/chunks/Bbpvg_hf.js.map +1 -0
- package/lib/chunks/COu_0bRA.js.map +1 -1
- package/lib/chunks/{C8aIKZog.js → CQl8vwrU.js} +4 -2
- package/lib/chunks/CQl8vwrU.js.map +1 -0
- package/lib/chunks/{V0ER-Huj.js → DgB_l35T.js} +6 -4
- package/lib/chunks/DgB_l35T.js.map +1 -0
- package/lib/chunks/{fiUsZcET.js → DxeM4HUm.js} +3 -3
- package/lib/chunks/DxeM4HUm.js.map +1 -0
- package/lib/chunks/{w9YPCarT.js → FtY3iMiN.js} +43 -23
- package/lib/chunks/FtY3iMiN.js.map +1 -0
- package/lib/chunks/ga9EWphl.js.map +1 -1
- package/lib/chunks/{CS2Ou_bo.js → qTXsCzE5.js} +5 -1
- package/lib/chunks/qTXsCzE5.js.map +1 -0
- 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/BryntumTimelineHistogram.js +1 -1
- package/lib/components/BryntumUndoRedo.js +1 -1
- package/lib/index.js +6 -6
- package/package.json +1 -1
- package/src/components/BryntumProjectCombo.vue +2 -2
- package/src/components/BryntumProjectComboProps.ts +2 -2
- package/src/components/BryntumResourceCombo.vue +2 -2
- package/src/components/BryntumResourceComboProps.ts +2 -2
- package/src/components/BryntumResourceFilter.vue +4 -4
- package/src/components/BryntumResourceFilterProps.ts +2 -2
- package/src/components/BryntumScheduler.vue +133 -4
- package/src/components/BryntumSchedulerBase.vue +133 -4
- package/src/components/BryntumSchedulerBaseProps.ts +29 -4
- package/src/components/BryntumSchedulerDatePicker.vue +8 -3
- package/src/components/BryntumSchedulerDatePickerProps.ts +6 -2
- package/src/components/BryntumSchedulerProps.ts +29 -4
- package/src/components/BryntumTimelineHistogram.vue +19 -4
- package/src/components/BryntumTimelineHistogramProps.ts +17 -4
- package/src/components/BryntumUndoRedo.vue +5 -0
- package/src/components/BryntumUndoRedoProps.ts +4 -0
- package/src/components/BryntumViewPresetCombo.vue +2 -2
- package/src/components/BryntumViewPresetComboProps.ts +2 -2
- package/lib/chunks/6EoHCTY_.js.map +0 -1
- package/lib/chunks/C8aIKZog.js.map +0 -1
- package/lib/chunks/CS2Ou_bo.js.map +0 -1
- package/lib/chunks/V0ER-Huj.js.map +0 -1
- package/lib/chunks/fiUsZcET.js.map +0 -1
- package/lib/chunks/w9YPCarT.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, 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, 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 { 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, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, 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';
|
|
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, RecurrenceConfirmationPopup, 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';
|
|
@@ -166,6 +166,10 @@ defineProps<{
|
|
|
166
166
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bodyCls)
|
|
167
167
|
*/
|
|
168
168
|
bodyCls ? : string|object
|
|
169
|
+
/**
|
|
170
|
+
* Set `true` to add a border to this container's element.
|
|
171
|
+
*/
|
|
172
|
+
border ? : Boolean
|
|
169
173
|
/**
|
|
170
174
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
171
175
|
* hierarchy when triggered.
|
|
@@ -231,7 +235,7 @@ defineProps<{
|
|
|
231
235
|
* ...
|
|
232
236
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-color)
|
|
233
237
|
*/
|
|
234
|
-
color ? :
|
|
238
|
+
color ? : Color
|
|
235
239
|
/**
|
|
236
240
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
237
241
|
*/
|
|
@@ -729,6 +733,10 @@ defineProps<{
|
|
|
729
733
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-infiniteScroll)
|
|
730
734
|
*/
|
|
731
735
|
infiniteScroll ? : Boolean
|
|
736
|
+
/**
|
|
737
|
+
* Set to true for child nodes in a tree store to inherit their parent´s `eventColor`
|
|
738
|
+
*/
|
|
739
|
+
inheritEventColor ? : Boolean
|
|
732
740
|
/**
|
|
733
741
|
* Maximum duration (in milliseconds) for the initial animation controlled by [useInitialAnimation](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-useInitialAnimation).
|
|
734
742
|
*/
|
|
@@ -974,7 +982,7 @@ defineProps<{
|
|
|
974
982
|
* ...
|
|
975
983
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-partner)
|
|
976
984
|
*/
|
|
977
|
-
partner ? : TimelineBase
|
|
985
|
+
partner ? : TimelineBase|string
|
|
978
986
|
/**
|
|
979
987
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
980
988
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
@@ -1601,6 +1609,15 @@ defineProps<{
|
|
|
1601
1609
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1602
1610
|
|
|
1603
1611
|
// Features
|
|
1612
|
+
/**
|
|
1613
|
+
* This feature provides an AI agent for the Scheduler and SchedulerPro. It provides a chat panel that allows the user
|
|
1614
|
+
* to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
|
|
1615
|
+
* the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
|
|
1616
|
+
* specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records.
|
|
1617
|
+
* ...
|
|
1618
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/AI)
|
|
1619
|
+
*/
|
|
1620
|
+
aiFeature ? : object|Boolean|string|AI|AIConfig
|
|
1604
1621
|
/**
|
|
1605
1622
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1606
1623
|
* ...
|
|
@@ -1911,6 +1928,14 @@ defineProps<{
|
|
|
1911
1928
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RegionResize)
|
|
1912
1929
|
*/
|
|
1913
1930
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1931
|
+
/**
|
|
1932
|
+
* Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
|
|
1933
|
+
* during the drag operation (see events below). To get notified about the actual resource reorder, you can also
|
|
1934
|
+
* listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/ResourceStore).
|
|
1935
|
+
* ...
|
|
1936
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1937
|
+
*/
|
|
1938
|
+
resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
|
|
1914
1939
|
/**
|
|
1915
1940
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1916
1941
|
* ...
|
|
@@ -4572,6 +4597,94 @@ const emit = defineEmits<{
|
|
|
4572
4597
|
* @param {number} params.params.event.oldHeight The old height
|
|
4573
4598
|
*/
|
|
4574
4599
|
(e: 'resize', params: ((event: { source: Widget, width: number, height: number, oldWidth: number, oldHeight: number }) => void)|string): void
|
|
4600
|
+
/**
|
|
4601
|
+
* Fired before dragging starts, return `false` to prevent the drag operation.
|
|
4602
|
+
* @param {string} e Event name
|
|
4603
|
+
* @param {object} params Event parameters
|
|
4604
|
+
* @param {string} params.e Event name
|
|
4605
|
+
* @param {object} params.params Event parameters
|
|
4606
|
+
* @param {object} params.params.event Event object
|
|
4607
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4608
|
+
* @param {object} params.params.event.context
|
|
4609
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4610
|
+
* @param {MouseEvent,TouchEvent} params.params.event.event
|
|
4611
|
+
*/
|
|
4612
|
+
(e: 'resourceColumnBeforeDragStart', params: ((event: { source: Scheduler, context: { resource: ResourceModel }, event: MouseEvent|TouchEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
4613
|
+
/**
|
|
4614
|
+
* Fired before the drop is finalized. You can return `false` or a Promise that resolves to `false`
|
|
4615
|
+
* to cancel the drop operation.
|
|
4616
|
+
* @param {string} e Event name
|
|
4617
|
+
* @param {object} params Event parameters
|
|
4618
|
+
* @param {string} params.e Event name
|
|
4619
|
+
* @param {object} params.params Event parameters
|
|
4620
|
+
* @param {object} params.params.event Event object
|
|
4621
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4622
|
+
* @param {object} params.params.event.context
|
|
4623
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4624
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.insertBefore The resource to insert before
|
|
4625
|
+
* @param {Core.data.Model} params.params.event.context.targetGroup When the resourceStore is grouped, the group header record of the target group
|
|
4626
|
+
* @param {MouseEvent} params.params.event.event
|
|
4627
|
+
*/
|
|
4628
|
+
(e: 'resourceColumnBeforeDropFinalize', params: ((event: { source: Scheduler, context: { resource: ResourceModel, insertBefore: ResourceModel, targetGroup: Model }, event: MouseEvent }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
4629
|
+
/**
|
|
4630
|
+
* Fired while the resource column is being dragged. You can signal that the drop position is
|
|
4631
|
+
* valid or invalid by setting `context.valid = false;`
|
|
4632
|
+
* @param {string} e Event name
|
|
4633
|
+
* @param {object} params Event parameters
|
|
4634
|
+
* @param {string} params.e Event name
|
|
4635
|
+
* @param {object} params.params Event parameters
|
|
4636
|
+
* @param {object} params.params.event Event object
|
|
4637
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4638
|
+
* @param {object} params.params.event.context
|
|
4639
|
+
* @param {boolean} params.params.event.context.valid Set this to `true` or `false` to indicate whether the drop position is valid
|
|
4640
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.insertBefore The resource to insert before (`null` if inserting at last position)
|
|
4641
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4642
|
+
* @param {Core.data.Model} params.params.event.context.targetGroup When the resourceStore is grouped, the group header record of the target group
|
|
4643
|
+
* @param {MouseEvent} params.params.event.event
|
|
4644
|
+
*/
|
|
4645
|
+
(e: 'resourceColumnDrag', params: ((event: { source: Scheduler, context: { valid: boolean, insertBefore: ResourceModel, resource: ResourceModel, targetGroup: Model }, event: MouseEvent }) => void)|string): void
|
|
4646
|
+
/**
|
|
4647
|
+
* Fired when drag is aborted
|
|
4648
|
+
* @param {string} e Event name
|
|
4649
|
+
* @param {object} params Event parameters
|
|
4650
|
+
* @param {string} params.e Event name
|
|
4651
|
+
* @param {object} params.params Event parameters
|
|
4652
|
+
* @param {object} params.params.event Event object
|
|
4653
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4654
|
+
* @param {object} params.params.event.context
|
|
4655
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4656
|
+
* @param {MouseEvent} params.params.event.event
|
|
4657
|
+
*/
|
|
4658
|
+
(e: 'resourceColumnDragAbort', params: ((event: { source: Scheduler, context: { resource: ResourceModel }, event: MouseEvent }) => void)|string): void
|
|
4659
|
+
/**
|
|
4660
|
+
* Fired when dragging starts.
|
|
4661
|
+
* @param {string} e Event name
|
|
4662
|
+
* @param {object} params Event parameters
|
|
4663
|
+
* @param {string} params.e Event name
|
|
4664
|
+
* @param {object} params.params Event parameters
|
|
4665
|
+
* @param {object} params.params.event Event object
|
|
4666
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4667
|
+
* @param {object} params.params.event.context
|
|
4668
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4669
|
+
* @param {MouseEvent,TouchEvent} params.params.event.event
|
|
4670
|
+
*/
|
|
4671
|
+
(e: 'resourceColumnDragStart', params: ((event: { source: Scheduler, context: { resource: ResourceModel }, event: MouseEvent|TouchEvent }) => void)|string): void
|
|
4672
|
+
/**
|
|
4673
|
+
* Fired after drop
|
|
4674
|
+
* @param {string} e Event name
|
|
4675
|
+
* @param {object} params Event parameters
|
|
4676
|
+
* @param {string} params.e Event name
|
|
4677
|
+
* @param {object} params.params Event parameters
|
|
4678
|
+
* @param {object} params.params.event Event object
|
|
4679
|
+
* @param {Scheduler.view.Scheduler} params.params.event.source
|
|
4680
|
+
* @param {object} params.params.event.context
|
|
4681
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.resource The dragged resource
|
|
4682
|
+
* @param {Scheduler.model.ResourceModel} params.params.event.context.insertBefore The resource that was inserted before
|
|
4683
|
+
* @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.
|
|
4684
|
+
* @param {boolean} params.params.event.context.valid `true` if the drop was valid, `false` otherwise
|
|
4685
|
+
* @param {MouseEvent} params.params.event.event
|
|
4686
|
+
*/
|
|
4687
|
+
(e: 'resourceColumnDrop', params: ((event: { source: Scheduler, context: { resource: ResourceModel, insertBefore: ResourceModel, targetGroup: Model, valid: boolean }, event: MouseEvent }) => void)|string): void
|
|
4575
4688
|
/**
|
|
4576
4689
|
* Fired when clicking a resource header cell
|
|
4577
4690
|
* @param {string} e Event name
|
|
@@ -5561,6 +5674,7 @@ const widgetData = {
|
|
|
5561
5674
|
},
|
|
5562
5675
|
projectStores : true,
|
|
5563
5676
|
featureNames : [
|
|
5677
|
+
'aiFeature',
|
|
5564
5678
|
'aiFilterFeature',
|
|
5565
5679
|
'cellCopyPasteFeature',
|
|
5566
5680
|
'cellEditFeature',
|
|
@@ -5606,6 +5720,7 @@ const widgetData = {
|
|
|
5606
5720
|
'printFeature',
|
|
5607
5721
|
'quickFindFeature',
|
|
5608
5722
|
'regionResizeFeature',
|
|
5723
|
+
'resourceColumnReorderFeature',
|
|
5609
5724
|
'resourceMenuFeature',
|
|
5610
5725
|
'resourceTimeRangesFeature',
|
|
5611
5726
|
'rowCopyPasteFeature',
|
|
@@ -5645,6 +5760,7 @@ const widgetData = {
|
|
|
5645
5760
|
'autoHeight',
|
|
5646
5761
|
'bbar',
|
|
5647
5762
|
'bodyCls',
|
|
5763
|
+
'border',
|
|
5648
5764
|
'bubbleEvents',
|
|
5649
5765
|
'bufferCoef',
|
|
5650
5766
|
'bufferThreshold',
|
|
@@ -5814,6 +5930,7 @@ const widgetData = {
|
|
|
5814
5930
|
'hideRowHover',
|
|
5815
5931
|
'id',
|
|
5816
5932
|
'infiniteScroll',
|
|
5933
|
+
'inheritEventColor',
|
|
5817
5934
|
'initialAnimationDuration',
|
|
5818
5935
|
'inputFieldAlign',
|
|
5819
5936
|
'insertBefore',
|
|
@@ -6018,6 +6135,12 @@ const widgetData = {
|
|
|
6018
6135
|
'onRenderRow',
|
|
6019
6136
|
'onRenderRows',
|
|
6020
6137
|
'onResize',
|
|
6138
|
+
'onResourceColumnBeforeDragStart',
|
|
6139
|
+
'onResourceColumnBeforeDropFinalize',
|
|
6140
|
+
'onResourceColumnDrag',
|
|
6141
|
+
'onResourceColumnDragAbort',
|
|
6142
|
+
'onResourceColumnDragStart',
|
|
6143
|
+
'onResourceColumnDrop',
|
|
6021
6144
|
'onResourceHeaderClick',
|
|
6022
6145
|
'onResourceHeaderContextmenu',
|
|
6023
6146
|
'onResourceHeaderDblclick',
|
|
@@ -6343,6 +6466,12 @@ const widgetData = {
|
|
|
6343
6466
|
'renderRow',
|
|
6344
6467
|
'renderRows',
|
|
6345
6468
|
'resize',
|
|
6469
|
+
'resourceColumnBeforeDragStart',
|
|
6470
|
+
'resourceColumnBeforeDropFinalize',
|
|
6471
|
+
'resourceColumnDrag',
|
|
6472
|
+
'resourceColumnDragAbort',
|
|
6473
|
+
'resourceColumnDragStart',
|
|
6474
|
+
'resourceColumnDrop',
|
|
6346
6475
|
'resourceHeaderClick',
|
|
6347
6476
|
'resourceHeaderContextmenu',
|
|
6348
6477
|
'resourceHeaderDblclick',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AjaxStore, AjaxStoreConfig, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AjaxStore, AjaxStoreConfig, Color, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, MergeCells, MergeCellsConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
|
|
3
|
-
import type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, ColumnLines, ColumnLinesConfig, SchedulerContainerItemConfig, CrudManager, CrudManagerConfig, DateConstraint, Dependencies, DependenciesConfig, DependencyBaseModel, DependencyEdit, DependencyEditConfig, DependencyMenu, DependencyMenuConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, 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, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, 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, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumnConfig, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
3
|
+
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, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, 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, RecurrenceConfirmationPopup, 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, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumnConfig, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
4
4
|
|
|
5
5
|
export declare type BryntumSchedulerBaseProps = {
|
|
6
6
|
// Configs
|
|
@@ -128,6 +128,10 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
128
128
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-bodyCls)
|
|
129
129
|
*/
|
|
130
130
|
bodyCls ? : string|object
|
|
131
|
+
/**
|
|
132
|
+
* Set `true` to add a border to this container's element.
|
|
133
|
+
*/
|
|
134
|
+
border ? : Boolean
|
|
131
135
|
/**
|
|
132
136
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
133
137
|
* hierarchy when triggered.
|
|
@@ -193,7 +197,7 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
193
197
|
* ...
|
|
194
198
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-color)
|
|
195
199
|
*/
|
|
196
|
-
color ? :
|
|
200
|
+
color ? : Color
|
|
197
201
|
/**
|
|
198
202
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
199
203
|
*/
|
|
@@ -691,6 +695,10 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
691
695
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-infiniteScroll)
|
|
692
696
|
*/
|
|
693
697
|
infiniteScroll ? : Boolean
|
|
698
|
+
/**
|
|
699
|
+
* Set to true for child nodes in a tree store to inherit their parent´s `eventColor`
|
|
700
|
+
*/
|
|
701
|
+
inheritEventColor ? : Boolean
|
|
694
702
|
/**
|
|
695
703
|
* Maximum duration (in milliseconds) for the initial animation controlled by [useInitialAnimation](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-useInitialAnimation).
|
|
696
704
|
*/
|
|
@@ -936,7 +944,7 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
936
944
|
* ...
|
|
937
945
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/SchedulerBase#config-partner)
|
|
938
946
|
*/
|
|
939
|
-
partner ? : TimelineBase
|
|
947
|
+
partner ? : TimelineBase|string
|
|
940
948
|
/**
|
|
941
949
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
942
950
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
@@ -1563,6 +1571,15 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
1563
1571
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1564
1572
|
|
|
1565
1573
|
// Features
|
|
1574
|
+
/**
|
|
1575
|
+
* This feature provides an AI agent for the Scheduler and SchedulerPro. It provides a chat panel that allows the user
|
|
1576
|
+
* to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
|
|
1577
|
+
* the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
|
|
1578
|
+
* specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records.
|
|
1579
|
+
* ...
|
|
1580
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/AI)
|
|
1581
|
+
*/
|
|
1582
|
+
aiFeature ? : object|Boolean|string|AI|AIConfig
|
|
1566
1583
|
/**
|
|
1567
1584
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1568
1585
|
* ...
|
|
@@ -1873,6 +1890,14 @@ export declare type BryntumSchedulerBaseProps = {
|
|
|
1873
1890
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RegionResize)
|
|
1874
1891
|
*/
|
|
1875
1892
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1893
|
+
/**
|
|
1894
|
+
* Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
|
|
1895
|
+
* during the drag operation (see events below). To get notified about the actual resource reorder, you can also
|
|
1896
|
+
* listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/ResourceStore).
|
|
1897
|
+
* ...
|
|
1898
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1899
|
+
*/
|
|
1900
|
+
resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
|
|
1876
1901
|
/**
|
|
1877
1902
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1878
1903
|
* ...
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
|
|
12
12
|
|
|
13
|
-
import type { AlignSpec, Base, CalendarPanel, Container, DatePicker, DomConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
13
|
+
import type { AlignSpec, Base, CalendarPanel, Color, Container, DatePicker, DomConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
14
14
|
import type { SchedulerContainerItemConfig, SchedulerContainerLayoutConfig, EventModel, EventStore, SchedulerDatePickerListeners } from '@bryntum/scheduler-thin';
|
|
15
15
|
import { SchedulerDatePicker } from '@bryntum/scheduler-thin';
|
|
16
16
|
|
|
@@ -93,6 +93,10 @@ defineProps<{
|
|
|
93
93
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/SchedulerDatePicker#config-bodyCls)
|
|
94
94
|
*/
|
|
95
95
|
bodyCls ? : string|object
|
|
96
|
+
/**
|
|
97
|
+
* Set `true` to add a border to this container's element.
|
|
98
|
+
*/
|
|
99
|
+
border ? : Boolean
|
|
96
100
|
/**
|
|
97
101
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
98
102
|
* hierarchy when triggered.
|
|
@@ -162,7 +166,7 @@ defineProps<{
|
|
|
162
166
|
* ...
|
|
163
167
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/SchedulerDatePicker#config-color)
|
|
164
168
|
*/
|
|
165
|
-
color ? :
|
|
169
|
+
color ? : Color
|
|
166
170
|
/**
|
|
167
171
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
168
172
|
*/
|
|
@@ -1250,6 +1254,7 @@ const widgetData = {
|
|
|
1250
1254
|
'autoUpdateRecord',
|
|
1251
1255
|
'bbar',
|
|
1252
1256
|
'bodyCls',
|
|
1257
|
+
'border',
|
|
1253
1258
|
'bubbleEvents',
|
|
1254
1259
|
'cellRenderer',
|
|
1255
1260
|
'centered',
|
|
@@ -1318,7 +1323,6 @@ const widgetData = {
|
|
|
1318
1323
|
'showAnimation',
|
|
1319
1324
|
'showEvents',
|
|
1320
1325
|
'showTooltipWhenDisabled',
|
|
1321
|
-
'showWeekColumn',
|
|
1322
1326
|
'sixWeeks',
|
|
1323
1327
|
'stateful',
|
|
1324
1328
|
'statefulEvents',
|
|
@@ -1410,6 +1414,7 @@ const widgetData = {
|
|
|
1410
1414
|
'scrollable',
|
|
1411
1415
|
'selection',
|
|
1412
1416
|
'shadePastDates',
|
|
1417
|
+
'showWeekColumn',
|
|
1413
1418
|
'span',
|
|
1414
1419
|
'strictRecordMapping',
|
|
1415
1420
|
'title',
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AlignSpec, Base, CalendarPanel, DomConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AlignSpec, Base, CalendarPanel, Color, DomConfig, KeyMapConfig, MaskConfig, MenuItemEntry, Model, Month, MonthConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, Rectangle, Scroller, ScrollerConfig, StateProvider, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, VueConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { SchedulerContainerItemConfig, SchedulerContainerLayoutConfig, EventModel, EventStore, SchedulerDatePickerListeners } from '@bryntum/scheduler-thin';
|
|
3
3
|
|
|
4
4
|
export declare type BryntumSchedulerDatePickerProps = {
|
|
@@ -78,6 +78,10 @@ export declare type BryntumSchedulerDatePickerProps = {
|
|
|
78
78
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/SchedulerDatePicker#config-bodyCls)
|
|
79
79
|
*/
|
|
80
80
|
bodyCls ? : string|object
|
|
81
|
+
/**
|
|
82
|
+
* Set `true` to add a border to this container's element.
|
|
83
|
+
*/
|
|
84
|
+
border ? : Boolean
|
|
81
85
|
/**
|
|
82
86
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
83
87
|
* hierarchy when triggered.
|
|
@@ -147,7 +151,7 @@ export declare type BryntumSchedulerDatePickerProps = {
|
|
|
147
151
|
* ...
|
|
148
152
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/SchedulerDatePicker#config-color)
|
|
149
153
|
*/
|
|
150
|
-
color ? :
|
|
154
|
+
color ? : Color
|
|
151
155
|
/**
|
|
152
156
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
153
157
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import type { AjaxStore, AjaxStoreConfig, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AjaxStore, AjaxStoreConfig, Color, DomClassList, DomConfig, DurationConfig, DurationUnit, FormulaProviderConfig, KeyMapConfig, Mask, MaskConfig, MenuConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, CellMenu, CellMenuConfig, CellTooltip, CellTooltipConfig, Charts, ChartsConfig, ColumnAutoWidth, ColumnAutoWidthConfig, ColumnDragToolbar, ColumnDragToolbarConfig, ColumnPicker, ColumnPickerConfig, ColumnRename, ColumnRenameConfig, ColumnReorder, ColumnReorderConfig, ColumnResize, ColumnResizeConfig, ColumnStore, ColumnStoreConfig, EmptyTextDomConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, GridSelectionMode, Group, GroupConfig, HeaderMenu, HeaderMenuConfig, MergeCells, MergeCellsConfig, PinColumns, PinColumnsConfig, PreserveScrollOptions, QuickFind, QuickFindConfig, RegionResize, RegionResizeConfig, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowExpander, RowExpanderConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig } from '@bryntum/grid-thin';
|
|
3
|
-
import type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, ColumnLines, ColumnLinesConfig, SchedulerContainerItemConfig, CrudManager, CrudManagerConfig, DateConstraint, Dependencies, DependenciesConfig, DependencyBaseModel, DependencyEdit, DependencyEditConfig, DependencyMenu, DependencyMenuConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, 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, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, 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, SchedulerListeners, SchedulerResponsiveLevelConfig, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumnConfig, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
3
|
+
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, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel, EventModelConfig, EventNonWorkingTime, EventNonWorkingTimeConfig, EventResize, EventResizeConfig, 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, RecurrenceConfirmationPopup, 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, SchedulerListeners, SchedulerResponsiveLevelConfig, ScrollButtons, ScrollButtonsConfig, SimpleEventEdit, SimpleEventEditConfig, Split, SplitConfig, StickyEvents, StickyEventsConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSelection, TimeSelectionConfig, TimeSpan, TimeSpanConfig, TimelineBase, TreeSummary, TreeSummaryConfig, VerticalTimeAxisColumnConfig, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
4
4
|
|
|
5
5
|
export declare type BryntumSchedulerProps = {
|
|
6
6
|
// Configs
|
|
@@ -128,6 +128,10 @@ export declare type BryntumSchedulerProps = {
|
|
|
128
128
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-bodyCls)
|
|
129
129
|
*/
|
|
130
130
|
bodyCls ? : string|object
|
|
131
|
+
/**
|
|
132
|
+
* Set `true` to add a border to this container's element.
|
|
133
|
+
*/
|
|
134
|
+
border ? : Boolean
|
|
131
135
|
/**
|
|
132
136
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
133
137
|
* hierarchy when triggered.
|
|
@@ -193,7 +197,7 @@ export declare type BryntumSchedulerProps = {
|
|
|
193
197
|
* ...
|
|
194
198
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-color)
|
|
195
199
|
*/
|
|
196
|
-
color ? :
|
|
200
|
+
color ? : Color
|
|
197
201
|
/**
|
|
198
202
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
199
203
|
*/
|
|
@@ -691,6 +695,10 @@ export declare type BryntumSchedulerProps = {
|
|
|
691
695
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-infiniteScroll)
|
|
692
696
|
*/
|
|
693
697
|
infiniteScroll ? : Boolean
|
|
698
|
+
/**
|
|
699
|
+
* Set to true for child nodes in a tree store to inherit their parent´s `eventColor`
|
|
700
|
+
*/
|
|
701
|
+
inheritEventColor ? : Boolean
|
|
694
702
|
/**
|
|
695
703
|
* Maximum duration (in milliseconds) for the initial animation controlled by [useInitialAnimation](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-useInitialAnimation).
|
|
696
704
|
*/
|
|
@@ -936,7 +944,7 @@ export declare type BryntumSchedulerProps = {
|
|
|
936
944
|
* ...
|
|
937
945
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/Scheduler#config-partner)
|
|
938
946
|
*/
|
|
939
|
-
partner ? : TimelineBase
|
|
947
|
+
partner ? : TimelineBase|string
|
|
940
948
|
/**
|
|
941
949
|
* Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
|
|
942
950
|
* `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
|
|
@@ -1564,6 +1572,15 @@ export declare type BryntumSchedulerProps = {
|
|
|
1564
1572
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1565
1573
|
|
|
1566
1574
|
// Features
|
|
1575
|
+
/**
|
|
1576
|
+
* This feature provides an AI agent for the Scheduler and SchedulerPro. It provides a chat panel that allows the user
|
|
1577
|
+
* to send messages to the agent and see the responses. Which allows the user to use natural language to interact with
|
|
1578
|
+
* the Scheduler in different ways. For example, the user can ask the agent to filter the data, sort it, or select
|
|
1579
|
+
* specific records. The agent can also perform data manipulation operations such as adding, updating, deleting records.
|
|
1580
|
+
* ...
|
|
1581
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/AI)
|
|
1582
|
+
*/
|
|
1583
|
+
aiFeature ? : object|Boolean|string|AI|AIConfig
|
|
1567
1584
|
/**
|
|
1568
1585
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1569
1586
|
* ...
|
|
@@ -1874,6 +1891,14 @@ export declare type BryntumSchedulerProps = {
|
|
|
1874
1891
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/RegionResize)
|
|
1875
1892
|
*/
|
|
1876
1893
|
regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
|
|
1894
|
+
/**
|
|
1895
|
+
* Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
|
|
1896
|
+
* during the drag operation (see events below). To get notified about the actual resource reorder, you can also
|
|
1897
|
+
* listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/scheduler/docs/api/Scheduler/data/ResourceStore).
|
|
1898
|
+
* ...
|
|
1899
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/feature/ResourceColumnReorder)
|
|
1900
|
+
*/
|
|
1901
|
+
resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
|
|
1877
1902
|
/**
|
|
1878
1903
|
* Applicable only for Scheduler in `vertical` mode. Right click resource header cells to display a context menu.
|
|
1879
1904
|
* ...
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
|
|
34
34
|
import { getCurrentInstance, onBeforeUnmount, onMounted, provide, ref, watch, toRaw } from 'vue';
|
|
35
35
|
|
|
36
|
-
import type { AjaxStore, AjaxStoreConfig, Base, Container, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
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, ExcelExporter as GridExcelExporter, ExcelExporterConfig as GridExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, Grid, GridBase, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, 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, RecordPositionContext, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, Row, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowEditorContext, RowExpander, RowExpanderConfig, RowResize as GridRowResize, RowResizeConfig as GridRowResizeConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
|
|
36
|
+
import type { AjaxStore, AjaxStoreConfig, Base, Color, Container, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Menu, MenuItem, MenuItemEntry, Model, ModelConfig, PagingToolbarConfig, Panel, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, Tool, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
37
|
+
import type { AI as GridAI, AIConfig as GridAIConfig, 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, ExcelExporter as GridExcelExporter, ExcelExporterConfig as GridExcelExporterConfig, ExportConfig, FileDrop, FileDropConfig, FillHandle, FillHandleConfig, Filter, FilterBar, FilterBarConfig, FilterConfig, Grid, GridBase, GridLocation, GridLocationConfig, GridSelectionMode, GridStateInfo, 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, RecordPositionContext, RegionResize, RegionResizeConfig, ResponsiveLevelConfig, Row, RowCopyPaste, RowCopyPasteConfig, RowEdit, RowEditConfig, RowEditorContext, RowExpander, RowExpanderConfig, RowResize as GridRowResize, RowResizeConfig as GridRowResizeConfig, Search, SearchConfig, Sort, SortConfig, StickyCells, StickyCellsConfig, Stripe, StripeConfig, SubGrid, SubGridConfig, Tree, TreeConfig, TreeGroup, TreeGroupConfig, XLSColumn } from '@bryntum/grid-thin';
|
|
38
38
|
import type { AssignmentModel, ColumnLines, ColumnLinesConfig, SchedulerContainerItemConfig, EventColor, EventModel, SchedulerColumnConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, HistogramRenderData, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExportConfig, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, ResourceMenu, ResourceMenuConfig, ResourceModel, ResourceTimeRangeModel, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, ScaleColumnConfig, ScalePoint, ScheduleTooltip, ScheduleTooltipConfig, Scheduler, Split, SplitConfig, Summary, SummaryConfig, TimeAxis, TimeAxisColumn, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimeSpan, TimelineBase, TimelineContext, TimelineHistogramListeners, VerticalTimeAxisColumn, ViewPreset, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
39
39
|
import { TimelineHistogram } from '@bryntum/scheduler-thin';
|
|
40
40
|
|
|
@@ -151,6 +151,10 @@ defineProps<{
|
|
|
151
151
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-bodyCls)
|
|
152
152
|
*/
|
|
153
153
|
bodyCls ? : string|object
|
|
154
|
+
/**
|
|
155
|
+
* Set `true` to add a border to this container's element.
|
|
156
|
+
*/
|
|
157
|
+
border ? : Boolean
|
|
154
158
|
/**
|
|
155
159
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
156
160
|
* hierarchy when triggered.
|
|
@@ -216,7 +220,7 @@ defineProps<{
|
|
|
216
220
|
* ...
|
|
217
221
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-color)
|
|
218
222
|
*/
|
|
219
|
-
color ? :
|
|
223
|
+
color ? : Color
|
|
220
224
|
/**
|
|
221
225
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
222
226
|
*/
|
|
@@ -806,7 +810,7 @@ defineProps<{
|
|
|
806
810
|
* ...
|
|
807
811
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-partner)
|
|
808
812
|
*/
|
|
809
|
-
partner ? : TimelineBase
|
|
813
|
+
partner ? : TimelineBase|string
|
|
810
814
|
/**
|
|
811
815
|
* Specify plugins (an array of classes) in config
|
|
812
816
|
*/
|
|
@@ -1254,6 +1258,15 @@ defineProps<{
|
|
|
1254
1258
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1255
1259
|
|
|
1256
1260
|
// Features
|
|
1261
|
+
/**
|
|
1262
|
+
* This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
|
|
1263
|
+
* agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
|
|
1264
|
+
* ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
|
|
1265
|
+
* also perform data manipulation operations such as adding, updating, deleting records.
|
|
1266
|
+
* ...
|
|
1267
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/AI)
|
|
1268
|
+
*/
|
|
1269
|
+
aiFeature ? : object|Boolean|string|GridAI|GridAIConfig
|
|
1257
1270
|
/**
|
|
1258
1271
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1259
1272
|
* ...
|
|
@@ -3606,6 +3619,7 @@ const widgetData = {
|
|
|
3606
3619
|
},
|
|
3607
3620
|
projectStores : false,
|
|
3608
3621
|
featureNames : [
|
|
3622
|
+
'aiFeature',
|
|
3609
3623
|
'aiFilterFeature',
|
|
3610
3624
|
'cellCopyPasteFeature',
|
|
3611
3625
|
'cellEditFeature',
|
|
@@ -3670,6 +3684,7 @@ const widgetData = {
|
|
|
3670
3684
|
'barTooltipTemplate',
|
|
3671
3685
|
'bbar',
|
|
3672
3686
|
'bodyCls',
|
|
3687
|
+
'border',
|
|
3673
3688
|
'bubbleEvents',
|
|
3674
3689
|
'bufferCoef',
|
|
3675
3690
|
'bufferThreshold',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AjaxStore, AjaxStoreConfig, DomConfig, DurationUnit, FormulaProviderConfig, Histogram, HistogramConfig, HistogramSeries, KeyMapConfig, Mask, MaskConfig, Model, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
|
-
import type { AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, 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, ModelConfig, PagingToolbarConfig, PanelCollapserConfig, PanelCollapserOverlayConfig, PanelHeader, ScrollManager, ScrollManagerConfig, Scroller, ScrollerConfig, StateProvider, Store, StoreConfig, TabConfig, ToolConfig, ToolbarConfig, ToolbarItems, Tooltip, TooltipConfig, Widget } from '@bryntum/core-thin';
|
|
2
|
+
import type { AI as GridAI, AIConfig as GridAIConfig, AIFilter, AIFilterConfig, CellCopyPaste, CellCopyPasteConfig, CellEdit, CellEditConfig, 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, SchedulerContainerItemConfig, EventColor, SchedulerColumnConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, HistogramRenderData, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, RecurrenceConfirmationPopup, RecurrenceConfirmationPopupConfig, ResourceMenu, ResourceMenuConfig, ResourceModel, ResourceTimeRangeModel, ResourceTimeRanges, ResourceTimeRangesConfig, RowReorder, RowReorderConfig, ScaleColumnConfig, ScalePoint, ScheduleTooltip, ScheduleTooltipConfig, Split, SplitConfig, Summary, SummaryConfig, TimeAxis, TimeAxisConfig, TimeAxisHeaderMenu, TimeAxisHeaderMenuConfig, TimeRanges, TimeRangesConfig, TimelineBase, TimelineHistogramListeners, ViewPresetConfig, VisibleDate } from '@bryntum/scheduler-thin';
|
|
4
4
|
|
|
5
5
|
export declare type BryntumTimelineHistogramProps = {
|
|
@@ -113,6 +113,10 @@ export declare type BryntumTimelineHistogramProps = {
|
|
|
113
113
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-bodyCls)
|
|
114
114
|
*/
|
|
115
115
|
bodyCls ? : string|object
|
|
116
|
+
/**
|
|
117
|
+
* Set `true` to add a border to this container's element.
|
|
118
|
+
*/
|
|
119
|
+
border ? : Boolean
|
|
116
120
|
/**
|
|
117
121
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
118
122
|
* hierarchy when triggered.
|
|
@@ -178,7 +182,7 @@ export declare type BryntumTimelineHistogramProps = {
|
|
|
178
182
|
* ...
|
|
179
183
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-color)
|
|
180
184
|
*/
|
|
181
|
-
color ? :
|
|
185
|
+
color ? : Color
|
|
182
186
|
/**
|
|
183
187
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
184
188
|
*/
|
|
@@ -768,7 +772,7 @@ export declare type BryntumTimelineHistogramProps = {
|
|
|
768
772
|
* ...
|
|
769
773
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/view/TimelineHistogram#config-partner)
|
|
770
774
|
*/
|
|
771
|
-
partner ? : TimelineBase
|
|
775
|
+
partner ? : TimelineBase|string
|
|
772
776
|
/**
|
|
773
777
|
* Specify plugins (an array of classes) in config
|
|
774
778
|
*/
|
|
@@ -1216,6 +1220,15 @@ export declare type BryntumTimelineHistogramProps = {
|
|
|
1216
1220
|
zoomOnTimeAxisDoubleClick ? : Boolean
|
|
1217
1221
|
|
|
1218
1222
|
// Features
|
|
1223
|
+
/**
|
|
1224
|
+
* This feature provides an AI agent for Grid. It provides a chat panel that allows the user to send messages to the
|
|
1225
|
+
* agent and see the responses. Which allows the user to use natural language to interact with the Grid in different
|
|
1226
|
+
* ways. For example, the user can ask the agent to filter the data, sort it, or select specific records. The agent can
|
|
1227
|
+
* also perform data manipulation operations such as adding, updating, deleting records.
|
|
1228
|
+
* ...
|
|
1229
|
+
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Grid/feature/AI)
|
|
1230
|
+
*/
|
|
1231
|
+
aiFeature ? : object|Boolean|string|GridAI|GridAIConfig
|
|
1219
1232
|
/**
|
|
1220
1233
|
* AI-powered filter feature for Grid. Allows users to type natural language queries to filter grid data.
|
|
1221
1234
|
* ...
|