@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.
- package/README.md +19 -13
- package/lib/chunks/B12rdbvL.js.map +1 -1
- package/lib/chunks/{DDRoO9aB.js → B2O8rS3_.js} +14 -6
- package/lib/chunks/B2O8rS3_.js.map +1 -0
- package/lib/chunks/{VUn0v9mh.js → B7sV8_zC.js} +18 -10
- package/lib/chunks/B7sV8_zC.js.map +1 -0
- package/lib/chunks/BBN-5eeI.js.map +1 -1
- package/lib/chunks/{yCHi3rZC.js → BMF41dEG.js} +8 -6
- package/lib/chunks/BMF41dEG.js.map +1 -0
- package/lib/chunks/BrUxjEMx.js.map +1 -1
- package/lib/chunks/{DQYJMaQ_.js → ByS5_-RM.js} +6 -4
- package/lib/chunks/ByS5_-RM.js.map +1 -0
- package/lib/chunks/CDbPwyl3.js.map +1 -1
- package/lib/chunks/{BaiH7rub.js → CoYhPB2e.js} +12 -5
- package/lib/chunks/CoYhPB2e.js.map +1 -0
- package/lib/chunks/Ct_m9O9h.js.map +1 -1
- package/lib/chunks/{D45V9XRN.js → D4JDuI0s.js} +12 -10
- package/lib/chunks/D4JDuI0s.js.map +1 -0
- package/lib/chunks/{BtVT0xgl.js → DC4Xw3gK.js} +3 -1
- package/lib/chunks/DC4Xw3gK.js.map +1 -0
- package/lib/chunks/{C9qY739P.js → DRVdzy6g.js} +3 -1
- package/lib/chunks/DRVdzy6g.js.map +1 -0
- package/lib/chunks/DgESZupU.js.map +1 -1
- package/lib/chunks/{DKsnWqxn.js → DghqseiN.js} +38 -16
- package/lib/chunks/DghqseiN.js.map +1 -0
- package/lib/chunks/DvFm-5Hh.js.map +1 -1
- package/lib/chunks/{C0N8aq7Y.js → H_iWW1r0.js} +8 -6
- package/lib/chunks/H_iWW1r0.js.map +1 -0
- package/lib/chunks/{jMa0fiOL.js → N6QbiUPO.js} +45 -21
- package/lib/chunks/N6QbiUPO.js.map +1 -0
- package/lib/chunks/{CKdojoDl.js → OtE4hpSS.js} +45 -21
- package/lib/chunks/OtE4hpSS.js.map +1 -0
- package/lib/chunks/ggN9GDPJ.js.map +1 -1
- package/lib/chunks/qKNUUeE0.js.map +1 -1
- package/lib/chunks/{xk_S9thL.js → sUi9pfNu.js} +12 -5
- package/lib/chunks/sUi9pfNu.js.map +1 -0
- package/lib/components/BryntumCalendarEditor.js +1 -1
- package/lib/components/BryntumDependencyTypePicker.js +1 -1
- package/lib/components/BryntumEndDateField.js +1 -1
- package/lib/components/BryntumResourceEditor.js +1 -1
- package/lib/components/BryntumResourceGrid.js +1 -1
- package/lib/components/BryntumResourceHistogram.js +1 -1
- package/lib/components/BryntumResourceUtilization.js +1 -1
- package/lib/components/BryntumSchedulerPro.js +1 -1
- package/lib/components/BryntumSchedulerProBase.js +1 -1
- package/lib/components/BryntumSchedulerProProjectModel.js +1 -1
- package/lib/components/BryntumStartDateField.js +1 -1
- package/lib/components/BryntumTimeline.js +1 -1
- package/lib/components/BryntumVersionGrid.js +1 -1
- package/lib/helper/WrapperHelper.js +42 -42
- package/lib/helper/WrapperHelper.js.map +1 -1
- package/lib/index.js +13 -13
- package/package.json +1 -1
- package/src/components/BryntumCalendarEditor.vue +7 -2
- package/src/components/BryntumCalendarEditorProps.ts +6 -2
- package/src/components/BryntumCalendarField.vue +2 -2
- package/src/components/BryntumCalendarFieldProps.ts +2 -2
- package/src/components/BryntumConstraintTypePicker.vue +2 -2
- package/src/components/BryntumConstraintTypePickerProps.ts +2 -2
- package/src/components/BryntumCostAccrualField.vue +2 -2
- package/src/components/BryntumCostAccrualFieldProps.ts +2 -2
- package/src/components/BryntumDependencyTypePicker.vue +9 -2
- package/src/components/BryntumDependencyTypePickerProps.ts +8 -2
- package/src/components/BryntumEffortField.vue +2 -2
- package/src/components/BryntumEffortFieldProps.ts +2 -2
- package/src/components/BryntumEndDateField.vue +13 -3
- package/src/components/BryntumEndDateFieldProps.ts +12 -3
- package/src/components/BryntumModelCombo.vue +2 -2
- package/src/components/BryntumModelComboProps.ts +2 -2
- package/src/components/BryntumRateTableField.vue +2 -2
- package/src/components/BryntumRateTableFieldProps.ts +2 -2
- package/src/components/BryntumResourceEditor.vue +7 -2
- package/src/components/BryntumResourceEditorProps.ts +6 -2
- package/src/components/BryntumResourceGrid.vue +67 -25
- package/src/components/BryntumResourceGridProps.ts +16 -3
- package/src/components/BryntumResourceHistogram.vue +69 -26
- package/src/components/BryntumResourceHistogramProps.ts +17 -4
- package/src/components/BryntumResourceTypeField.vue +2 -2
- package/src/components/BryntumResourceTypeFieldProps.ts +2 -2
- package/src/components/BryntumResourceUtilization.vue +69 -26
- package/src/components/BryntumResourceUtilizationProps.ts +17 -4
- package/src/components/BryntumSchedulerPro.vue +183 -26
- package/src/components/BryntumSchedulerProBase.vue +183 -26
- package/src/components/BryntumSchedulerProBaseProps.ts +29 -4
- package/src/components/BryntumSchedulerProProjectModel.vue +9 -0
- package/src/components/BryntumSchedulerProProjectModelProps.ts +8 -0
- package/src/components/BryntumSchedulerProProps.ts +29 -4
- package/src/components/BryntumSchedulingDirectionPicker.vue +2 -2
- package/src/components/BryntumSchedulingDirectionPickerProps.ts +2 -2
- package/src/components/BryntumSchedulingModePicker.vue +2 -2
- package/src/components/BryntumSchedulingModePickerProps.ts +2 -2
- package/src/components/BryntumStartDateField.vue +13 -3
- package/src/components/BryntumStartDateFieldProps.ts +12 -3
- package/src/components/BryntumTimeline.vue +181 -26
- package/src/components/BryntumTimelineProps.ts +29 -4
- package/src/components/BryntumVersionGrid.vue +67 -25
- package/src/components/BryntumVersionGridProps.ts +16 -3
- package/src/helper/WrapperHelper.ts +5 -1
- package/lib/chunks/BaiH7rub.js.map +0 -1
- package/lib/chunks/BtVT0xgl.js.map +0 -1
- package/lib/chunks/C0N8aq7Y.js.map +0 -1
- package/lib/chunks/C9qY739P.js.map +0 -1
- package/lib/chunks/CKdojoDl.js.map +0 -1
- package/lib/chunks/D45V9XRN.js.map +0 -1
- package/lib/chunks/DDRoO9aB.js.map +0 -1
- package/lib/chunks/DKsnWqxn.js.map +0 -1
- package/lib/chunks/DQYJMaQ_.js.map +0 -1
- package/lib/chunks/VUn0v9mh.js.map +0 -1
- package/lib/chunks/jMa0fiOL.js.map +0 -1
- package/lib/chunks/xk_S9thL.js.map +0 -1
- 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 ? :
|
|
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 ? :
|
|
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 ? :
|
|
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 ? :
|
|
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 ? :
|
|
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 ? :
|
|
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 ? :
|
|
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
|
/**
|