@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,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, 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 as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyMenu, DependencyMenuConfig, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel as SchedulerEventModel, EventNonWorkingTime, EventNonWorkingTimeConfig, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, 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, 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 as SchedulerAssignmentModel, ColumnLines, ColumnLinesConfig, CrudManager, CrudManagerConfig, DateConstraint, DependencyBaseModel, DependencyMenu, DependencyMenuConfig, EventColor, EventCopyPaste, EventCopyPasteConfig, EventDrag, EventDragConfig, EventDragCreate, EventDragCreateConfig, EventDragSelect, EventDragSelectConfig, EventEdit, EventEditConfig, EventFilter, EventFilterConfig, EventMenu, EventMenuConfig, EventModel as SchedulerEventModel, EventNonWorkingTime, EventNonWorkingTimeConfig, EventTooltip, EventTooltipConfig, ExcelExporter, ExcelExporterConfig, GroupSummary, GroupSummaryConfig, HeaderZoom, HeaderZoomConfig, Labels, LabelsConfig, LockRows, LockRowsConfig, NonWorkingTime, NonWorkingTimeConfig, Pan, PanConfig, PdfExport, PdfExportConfig, Print, PrintConfig, 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, 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
  import type { AssignmentModel, AssignmentModelConfig, AssignmentStore, AssignmentStoreConfig, CalendarHighlight, CalendarHighlightConfig, CalendarModel, CalendarModelConfig, CellEdit, CellEditConfig, SchedulerProContainerItemConfig, CycleResolutionPopup, Dependencies, DependenciesConfig, DependencyEdit, DependencyEditConfig, DependencyModel, DependencyModelConfig, DependencyStore, DependencyStoreConfig, EventBuffer, EventBufferConfig, EventLayoutConfig, EventModel, EventModelConfig, EventResize, EventResizeConfig, EventSegmentDrag, EventSegmentDragConfig, EventSegmentResize, EventSegmentResizeConfig, EventSegments, EventSegmentsConfig, EventStore, EventStoreConfig, SchedulerProColumnConfig, NestedEvents, NestedEventsConfig, PercentBar, PercentBarConfig, ProjectModel, ProjectModelConfig, ResourceEdit, ResourceEditConfig, ResourceModel, ResourceModelConfig, ResourceNonWorkingTime, ResourceNonWorkingTimeConfig, ResourceStore, ResourceStoreConfig, SchedulerProListeners, SchedulingIssueResolutionPopup, TaskEdit, TaskEditConfig, TimeSpanHighlight, TimeSpanHighlightConfig, Versions, VersionsConfig } from '@bryntum/schedulerpro-thin';
5
5
 
6
6
  export declare type BryntumSchedulerProProps = {
@@ -129,6 +129,10 @@ export declare type BryntumSchedulerProProps = {
129
129
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-bodyCls)
130
130
  */
131
131
  bodyCls ? : string|object
132
+ /**
133
+ * Set `true` to add a border to this container's element.
134
+ */
135
+ border ? : Boolean
132
136
  /**
133
137
  * An object where property names with a truthy value indicate which events should bubble up the ownership
134
138
  * hierarchy when triggered.
@@ -198,7 +202,7 @@ export declare type BryntumSchedulerProProps = {
198
202
  * ...
199
203
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-color)
200
204
  */
201
- color ? : string
205
+ color ? : Color
202
206
  /**
203
207
  * Programmatic control over which column to start in when used in a grid layout.
204
208
  */
@@ -711,6 +715,10 @@ export declare type BryntumSchedulerProProps = {
711
715
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-infiniteScroll)
712
716
  */
713
717
  infiniteScroll ? : Boolean
718
+ /**
719
+ * Set to true for child nodes in a tree store to inherit their parent´s `eventColor`
720
+ */
721
+ inheritEventColor ? : Boolean
714
722
  /**
715
723
  * Maximum duration (in milliseconds) for the initial animation controlled by [useInitialAnimation](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerEventRendering#config-useInitialAnimation).
716
724
  */
@@ -956,7 +964,7 @@ export declare type BryntumSchedulerProProps = {
956
964
  * ...
957
965
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-partner)
958
966
  */
959
- partner ? : TimelineBase
967
+ partner ? : TimelineBase|string
960
968
  /**
961
969
  * Set to `true` to include `startDate` and `endDate` params indicating the currently viewed date range in
962
970
  * `EventStore` load requests (when loading using `AjaxStore` or `CrudManager` functionality).
@@ -1601,6 +1609,15 @@ export declare type BryntumSchedulerProProps = {
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/schedulerpro/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
  * ...
@@ -1957,6 +1974,14 @@ export declare type BryntumSchedulerProProps = {
1957
1974
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Grid/feature/RegionResize)
1958
1975
  */
1959
1976
  regionResizeFeature ? : object|Boolean|string|RegionResize|RegionResizeConfig
1977
+ /**
1978
+ * Allows user to reorder resource columns in vertical mode by dragging them. The feature fires various events
1979
+ * during the drag operation (see events below). To get notified about the actual resource reorder, you can also
1980
+ * listen to the `change` event on the scheduler [ResourceStore](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/data/ResourceStore).
1981
+ * ...
1982
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/feature/ResourceColumnReorder)
1983
+ */
1984
+ resourceColumnReorderFeature ? : object|Boolean|string|ResourceColumnReorder|ResourceColumnReorderConfig
1960
1985
  /**
1961
1986
  * Feature that displays a popup containing widgets for editing resource data.
1962
1987
  * ...
@@ -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, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { SchedulerProContainerItemConfig, SchedulingDirectionPickerListeners } from '@bryntum/schedulerpro-thin';
15
15
  import { SchedulingDirectionPicker } from '@bryntum/schedulerpro-thin';
16
16
 
@@ -152,7 +152,7 @@ defineProps<{
152
152
  * ...
153
153
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingDirectionPicker#config-color)
154
154
  */
155
- color ? : string
155
+ color ? : Color
156
156
  /**
157
157
  * Programmatic control over which column to start in when used in a grid layout.
158
158
  */
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { SchedulerProContainerItemConfig, SchedulingDirectionPickerListeners } from '@bryntum/schedulerpro-thin';
3
3
 
4
4
  export declare type BryntumSchedulingDirectionPickerProps = {
@@ -137,7 +137,7 @@ export declare type BryntumSchedulingDirectionPickerProps = {
137
137
  * ...
138
138
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingDirectionPicker#config-color)
139
139
  */
140
- color ? : string
140
+ color ? : Color
141
141
  /**
142
142
  * Programmatic control over which column to start in when used in a grid layout.
143
143
  */
@@ -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, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { SchedulerProContainerItemConfig, SchedulingModePickerListeners } from '@bryntum/schedulerpro-thin';
15
15
  import { SchedulingModePicker } from '@bryntum/schedulerpro-thin';
16
16
 
@@ -159,7 +159,7 @@ defineProps<{
159
159
  * ...
160
160
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-color)
161
161
  */
162
- color ? : string
162
+ color ? : Color
163
163
  /**
164
164
  * Programmatic control over which column to start in when used in a grid layout.
165
165
  */
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, ChipViewConfig, CollectionCompareOperator, CollectionFilterConfig, Color, Combo, ComboModel, Duration, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, List, ListConfig, MaskConfig, Model, Rectangle, Store, StoreConfig, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { SchedulerProContainerItemConfig, SchedulingModePickerListeners } from '@bryntum/schedulerpro-thin';
3
3
 
4
4
  export declare type BryntumSchedulingModePickerProps = {
@@ -144,7 +144,7 @@ export declare type BryntumSchedulingModePickerProps = {
144
144
  * ...
145
145
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-color)
146
146
  */
147
- color ? : string
147
+ color ? : Color
148
148
  /**
149
149
  * Programmatic control over which column to start in when used in a grid layout.
150
150
  */
@@ -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, DateField, DatePickerConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
13
+ import type { AlignSpec, Base, Color, DateField, DatePickerConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, TimeField, TooltipConfig, Widget } from '@bryntum/core-thin';
14
14
  import type { SchedulerProContainerItemConfig, EventModel, ProjectModel, StartDateFieldListeners } from '@bryntum/schedulerpro-thin';
15
15
  import { StartDateField } from '@bryntum/schedulerpro-thin';
16
16
 
@@ -123,7 +123,7 @@ defineProps<{
123
123
  * ...
124
124
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-color)
125
125
  */
126
- color ? : string
126
+ color ? : Color
127
127
  /**
128
128
  * Programmatic control over which column to start in when used in a grid layout.
129
129
  */
@@ -507,6 +507,14 @@ defineProps<{
507
507
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-owner)
508
508
  */
509
509
  owner ? : Widget|any
510
+ /**
511
+ * A reference to a partner TimeField which this DateField should sync its value with.
512
+ * When the TimeField's value is changed, this DateField's value is updated to match.
513
+ * When this DateField's value is changed, the TimeField's value is updated to match.
514
+ * ...
515
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-partner)
516
+ */
517
+ partner ? : string|TimeField
510
518
  /**
511
519
  * A config object used to configure the [datePicker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DatePicker).
512
520
  * ...
@@ -633,7 +641,8 @@ defineProps<{
633
641
  */
634
642
  step ? : string|number|DurationConfig
635
643
  /**
636
- * Set to `false` to hide the forward and backward date step triggers.
644
+ * Set to `false` to hide the forward and backward date step triggers. These triggers are only shown when
645
+ * [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) is set.
637
646
  */
638
647
  stepTriggers ? : Boolean
639
648
  /**
@@ -1096,6 +1105,7 @@ const widgetData = {
1096
1105
  'onResize',
1097
1106
  'onShow',
1098
1107
  'onTrigger',
1108
+ 'partner',
1099
1109
  'placeholder',
1100
1110
  'readOnly',
1101
1111
  'rendition',
@@ -1,4 +1,4 @@
1
- import type { AlignSpec, Base, DatePickerConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, TabConfig, TooltipConfig, Widget } from '@bryntum/core-thin';
1
+ import type { AlignSpec, Base, Color, DatePickerConfig, DurationConfig, Field, FieldContainer, FieldContainerConfig, FieldTriggerConfig, KeyMapConfig, MaskConfig, Rectangle, TabConfig, TimeField, TooltipConfig, Widget } from '@bryntum/core-thin';
2
2
  import type { SchedulerProContainerItemConfig, EventModel, ProjectModel, StartDateFieldListeners } from '@bryntum/schedulerpro-thin';
3
3
 
4
4
  export declare type BryntumStartDateFieldProps = {
@@ -108,7 +108,7 @@ export declare type BryntumStartDateFieldProps = {
108
108
  * ...
109
109
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-color)
110
110
  */
111
- color ? : string
111
+ color ? : Color
112
112
  /**
113
113
  * Programmatic control over which column to start in when used in a grid layout.
114
114
  */
@@ -492,6 +492,14 @@ export declare type BryntumStartDateFieldProps = {
492
492
  * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-owner)
493
493
  */
494
494
  owner ? : Widget|any
495
+ /**
496
+ * A reference to a partner TimeField which this DateField should sync its value with.
497
+ * When the TimeField's value is changed, this DateField's value is updated to match.
498
+ * When this DateField's value is changed, the TimeField's value is updated to match.
499
+ * ...
500
+ * [View online docs...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/StartDateField#config-partner)
501
+ */
502
+ partner ? : string|TimeField
495
503
  /**
496
504
  * A config object used to configure the [datePicker](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DatePicker).
497
505
  * ...
@@ -618,7 +626,8 @@ export declare type BryntumStartDateFieldProps = {
618
626
  */
619
627
  step ? : string|number|DurationConfig
620
628
  /**
621
- * Set to `false` to hide the forward and backward date step triggers.
629
+ * Set to `false` to hide the forward and backward date step triggers. These triggers are only shown when
630
+ * [step](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/DateField#config-step) is set.
622
631
  */
623
632
  stepTriggers ? : Boolean
624
633
  /**