@bryntum/scheduler-vue-3-thin 7.1.3 → 7.2.1
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 +135 -6
- package/src/components/BryntumSchedulerBase.vue +135 -6
- package/src/components/BryntumSchedulerBaseProps.ts +31 -6
- package/src/components/BryntumSchedulerDatePicker.vue +8 -3
- package/src/components/BryntumSchedulerDatePickerProps.ts +6 -2
- package/src/components/BryntumSchedulerProps.ts +31 -6
- 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
|
@@ -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
|
* ...
|
|
@@ -65,6 +65,10 @@ defineProps<{
|
|
|
65
65
|
* Update assigned [record](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
66
66
|
*/
|
|
67
67
|
autoUpdateRecord ? : Boolean
|
|
68
|
+
/**
|
|
69
|
+
* Set `true` to add a border to this container's element.
|
|
70
|
+
*/
|
|
71
|
+
border ? : Boolean
|
|
68
72
|
/**
|
|
69
73
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
70
74
|
* hierarchy when triggered.
|
|
@@ -792,6 +796,7 @@ const widgetData = {
|
|
|
792
796
|
'ariaDescription',
|
|
793
797
|
'ariaLabel',
|
|
794
798
|
'autoUpdateRecord',
|
|
799
|
+
'border',
|
|
795
800
|
'bubbleEvents',
|
|
796
801
|
'centered',
|
|
797
802
|
'color',
|
|
@@ -50,6 +50,10 @@ export declare type BryntumUndoRedoProps = {
|
|
|
50
50
|
* Update assigned [record](https://bryntum.com/products/scheduler/docs/api/Core/widget/Container#config-record) automatically on field changes
|
|
51
51
|
*/
|
|
52
52
|
autoUpdateRecord ? : Boolean
|
|
53
|
+
/**
|
|
54
|
+
* Set `true` to add a border to this container's element.
|
|
55
|
+
*/
|
|
56
|
+
border ? : Boolean
|
|
53
57
|
/**
|
|
54
58
|
* An object where property names with a truthy value indicate which events should bubble up the ownership
|
|
55
59
|
* hierarchy when triggered.
|
|
@@ -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, Combo, ComboModel, Duration, DurationConfig, Field, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, Widget } from '@bryntum/core-thin';
|
|
13
|
+
import type { AlignSpec, Base, Color, Combo, ComboModel, Duration, DurationConfig, Field, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, Widget } from '@bryntum/core-thin';
|
|
14
14
|
import type { TimelineBase, ViewPresetComboListeners } from '@bryntum/scheduler-thin';
|
|
15
15
|
import { ViewPresetCombo } from '@bryntum/scheduler-thin';
|
|
16
16
|
|
|
@@ -116,7 +116,7 @@ defineProps<{
|
|
|
116
116
|
* ...
|
|
117
117
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-color)
|
|
118
118
|
*/
|
|
119
|
-
color ? :
|
|
119
|
+
color ? : Color
|
|
120
120
|
/**
|
|
121
121
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
122
122
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AlignSpec, Base, ComboModel, Duration, DurationConfig, Field, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, Widget } from '@bryntum/core-thin';
|
|
1
|
+
import type { AlignSpec, Base, Color, ComboModel, Duration, DurationConfig, Field, KeyMapConfig, MaskConfig, Model, Rectangle, TabConfig, Widget } from '@bryntum/core-thin';
|
|
2
2
|
import type { TimelineBase, ViewPresetComboListeners } from '@bryntum/scheduler-thin';
|
|
3
3
|
|
|
4
4
|
export declare type BryntumViewPresetComboProps = {
|
|
@@ -101,7 +101,7 @@ export declare type BryntumViewPresetComboProps = {
|
|
|
101
101
|
* ...
|
|
102
102
|
* [View online docs...](https://bryntum.com/products/scheduler/docs/api/Scheduler/widget/ViewPresetCombo#config-color)
|
|
103
103
|
*/
|
|
104
|
-
color ? :
|
|
104
|
+
color ? : Color
|
|
105
105
|
/**
|
|
106
106
|
* Programmatic control over which column to start in when used in a grid layout.
|
|
107
107
|
*/
|