@bryntum/scheduler-vue 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 (67) hide show
  1. package/README.md +12 -6
  2. package/index.d.ts +1 -0
  3. package/index.js +2 -0
  4. package/package.json +1 -1
  5. package/src/BryntumAIFilterField.vue +1 -1
  6. package/src/BryntumButton.vue +1 -1
  7. package/src/BryntumButtonGroup.vue +2 -0
  8. package/src/BryntumChatPanel.vue +3 -1
  9. package/src/BryntumCheckboxGroup.vue +3 -1
  10. package/src/BryntumChecklistFilterCombo.vue +1 -1
  11. package/src/BryntumChipView.vue +100 -100
  12. package/src/BryntumCodeEditor.vue +3 -1
  13. package/src/BryntumCombo.vue +1 -1
  14. package/src/BryntumContainer.vue +3 -1
  15. package/src/BryntumDateField.vue +4 -2
  16. package/src/BryntumDatePicker.vue +5 -3
  17. package/src/BryntumDateRangeField.vue +1 -1
  18. package/src/BryntumDateTimeField.vue +1 -1
  19. package/src/BryntumDemoCodeEditor.vue +3 -1
  20. package/src/BryntumDisplayField.vue +1 -1
  21. package/src/BryntumDurationField.vue +1 -1
  22. package/src/BryntumEditor.vue +3 -1
  23. package/src/BryntumFieldFilterPicker.vue +3 -1
  24. package/src/BryntumFieldFilterPickerGroup.vue +3 -1
  25. package/src/BryntumFieldSet.vue +3 -1
  26. package/src/BryntumFileField.vue +1 -1
  27. package/src/BryntumFilePicker.vue +3 -1
  28. package/src/BryntumFilterField.vue +1 -1
  29. package/src/BryntumGrid.vue +11 -1
  30. package/src/BryntumGridBase.vue +11 -1
  31. package/src/BryntumGridChartDesigner.vue +1 -1
  32. package/src/BryntumGridFieldFilterPicker.vue +3 -1
  33. package/src/BryntumGridFieldFilterPickerGroup.vue +3 -1
  34. package/src/BryntumGroupBar.vue +100 -100
  35. package/src/BryntumHint.vue +3 -1
  36. package/src/BryntumLabel.vue +1 -1
  37. package/src/BryntumList.vue +97 -97
  38. package/src/BryntumMenu.vue +3 -1
  39. package/src/BryntumMonthPicker.vue +3 -1
  40. package/src/BryntumNumberField.vue +1 -1
  41. package/src/BryntumPagingToolbar.vue +3 -1
  42. package/src/BryntumPanel.vue +3 -1
  43. package/src/BryntumPasswordField.vue +1 -1
  44. package/src/BryntumProgressBar.vue +301 -0
  45. package/src/BryntumProjectCombo.vue +1 -1
  46. package/src/BryntumRadioGroup.vue +3 -1
  47. package/src/BryntumResourceCombo.vue +1 -1
  48. package/src/BryntumResourceFilter.vue +101 -101
  49. package/src/BryntumScheduler.vue +354 -322
  50. package/src/BryntumSchedulerBase.vue +354 -322
  51. package/src/BryntumSchedulerDatePicker.vue +5 -3
  52. package/src/BryntumSlider.vue +1 -1
  53. package/src/BryntumSplitter.vue +1 -1
  54. package/src/BryntumTabPanel.vue +3 -1
  55. package/src/BryntumTextAreaField.vue +1 -1
  56. package/src/BryntumTextAreaPickerField.vue +1 -1
  57. package/src/BryntumTextField.vue +1 -1
  58. package/src/BryntumTimeField.vue +4 -2
  59. package/src/BryntumTimePicker.vue +3 -1
  60. package/src/BryntumTimelineHistogram.vue +12 -2
  61. package/src/BryntumToolbar.vue +3 -1
  62. package/src/BryntumTreeCombo.vue +1 -1
  63. package/src/BryntumTreeGrid.vue +11 -1
  64. package/src/BryntumUndoRedo.vue +2 -0
  65. package/src/BryntumViewPresetCombo.vue +1 -1
  66. package/src/BryntumWidget.vue +1 -1
  67. package/src/BryntumYearPicker.vue +3 -1
@@ -46,11 +46,12 @@ export default {
46
46
  autoHeight : { type : Boolean, default : undefined },
47
47
  bbar : { type : [Array, Object, null], default : undefined },
48
48
  bodyCls : { type : [String, Object], default : undefined },
49
+ border : { type : Boolean, default : undefined },
49
50
  bubbleEvents : { type : Object, default : undefined },
50
51
  bufferCoef : { type : Number, default : undefined },
51
52
  bufferThreshold : { type : Number, default : undefined },
52
53
  collapsible : { type : [Boolean, Object], default : undefined },
53
- color : { type : String, default : undefined },
54
+ color : { type : [String, null], default : undefined },
54
55
  config : { type : Object, default : undefined },
55
56
  contentElementCls : { type : [String, Object], default : undefined },
56
57
  contextMenuTriggerEvent : { type : String, default : undefined },
@@ -112,7 +113,7 @@ export default {
112
113
  multiEventSelect : { type : [Boolean, Object], default : undefined },
113
114
  narrowEventWidth : { type : Number, default : undefined },
114
115
  owner : { type : [Widget, Object], default : undefined },
115
- partner : { type : TimelineBase, default : undefined },
116
+ partner : { type : [TimelineBase, String], default : undefined },
116
117
  passStartEndParameters : { type : Boolean, default : undefined },
117
118
  plugins : { type : Array, default : undefined },
118
119
  preCalculateHeightLimit : { type : Number, default : undefined },
@@ -215,6 +216,7 @@ export default {
215
216
  hideRowHover : { type : Boolean, default : undefined },
216
217
  id : { type : String, default : undefined },
217
218
  infiniteScroll : { type : Boolean, default : undefined },
219
+ inheritEventColor : { type : Boolean, default : undefined },
218
220
  initialAnimationDuration : { type : Number, default : undefined },
219
221
  inputFieldAlign : { type : String, default : undefined },
220
222
  insertBefore : { type : [HTMLElement, String], default : undefined },
@@ -311,328 +313,338 @@ export default {
311
313
  zoomLevel : { type : Number, default : undefined },
312
314
 
313
315
  // Events
314
- onAfterDependencyCreateDrop : { type : Function },
315
- onAfterDependencySave : { type : Function },
316
- onAfterDragCreate : { type : Function },
317
- onAfterEventDragSelect : { type : Function },
318
- onAfterEventDrop : { type : Function },
319
- onAfterEventEdit : { type : Function },
320
- onAfterEventSave : { type : Function },
321
- onAssignmentSelectionChange : { type : Function },
322
- onBeforeAssignmentDelete : { type : Function },
323
- onBeforeAssignmentSelectionChange : { type : Function },
324
- onBeforeAutoCreate : { type : Function },
325
- onBeforeCancelCellEdit : { type : Function },
326
- onBeforeCancelRowEdit : { type : Function },
327
- onBeforeCellEditStart : { type : Function },
328
- onBeforeCellRangeDelete : { type : Function },
329
- onBeforeCellRangeEdit : { type : Function },
330
- onBeforeColumnDragStart : { type : Function },
331
- onBeforeColumnDropFinalize : { type : Function },
332
- onBeforeColumnResize : { type : Function },
333
- onBeforeContextShow : { type : Function },
334
- onBeforeCopy : { type : Function },
335
- onBeforeCSVExport : { type : Function },
336
- onBeforeDependencyAdd : { type : Function },
337
- onBeforeDependencyCreateDrag : { type : Function },
338
- onBeforeDependencyCreateFinalize : { type : Function },
339
- onBeforeDependencyDelete : { type : Function },
340
- onBeforeDependencyEdit : { type : Function },
341
- onBeforeDependencyEditShow : { type : Function },
342
- onBeforeDependencySave : { type : Function },
343
- onBeforeDestroy : { type : Function },
344
- onBeforeDragCreate : { type : Function },
345
- onBeforeDragCreateFinalize : { type : Function },
346
- onBeforeEventAdd : { type : Function },
347
- onBeforeEventDelete : { type : Function },
348
- onBeforeEventDrag : { type : Function },
349
- onBeforeEventDragSelect : { type : Function },
350
- onBeforeEventDropFinalize : { type : Function },
351
- onBeforeEventEdit : { type : Function },
352
- onBeforeEventEditShow : { type : Function },
353
- onBeforeEventResize : { type : Function },
354
- onBeforeEventResizeFinalize : { type : Function },
355
- onBeforeEventSave : { type : Function },
356
- onBeforeEventSelectionChange : { type : Function },
357
- onBeforeExcelExport : { type : Function },
358
- onBeforeFillHandleDragStart : { type : Function },
359
- onBeforeFinishCellEdit : { type : Function },
360
- onBeforeFinishRowEdit : { type : Function },
361
- onBeforeHide : { type : Function },
362
- onBeforePan : { type : Function },
363
- onBeforePaste : { type : Function },
364
- onBeforePdfExport : { type : Function },
365
- onBeforePresetChange : { type : Function },
366
- onBeforeRenderRow : { type : Function },
367
- onBeforeRenderRows : { type : Function },
368
- onBeforeRowCollapse : { type : Function },
369
- onBeforeRowExpand : { type : Function },
370
- onBeforeSelectedContextsShow : { type : Function },
371
- onBeforeSelectionChange : { type : Function },
372
- onBeforeSetRecord : { type : Function },
373
- onBeforeShow : { type : Function },
374
- onBeforeShowTerminals : { type : Function },
375
- onBeforeStartRowEdit : { type : Function },
376
- onBeforeStateApply : { type : Function },
377
- onBeforeStateSave : { type : Function },
378
- onBeforeToggleGroup : { type : Function },
379
- onBeforeToggleNode : { type : Function },
380
- onCancelCellEdit : { type : Function },
381
- onCatchAll : { type : Function },
382
- onCellClick : { type : Function },
383
- onCellContextMenu : { type : Function },
384
- onCellDblClick : { type : Function },
385
- onCellMenuBeforeShow : { type : Function },
386
- onCellMenuItem : { type : Function },
387
- onCellMenuShow : { type : Function },
388
- onCellMenuToggleItem : { type : Function },
389
- onCellMouseEnter : { type : Function },
390
- onCellMouseLeave : { type : Function },
391
- onCellMouseOut : { type : Function },
392
- onCellMouseOver : { type : Function },
393
- onCollapse : { type : Function },
394
- onCollapseNode : { type : Function },
395
- onColumnDrag : { type : Function },
396
- onColumnDragStart : { type : Function },
397
- onColumnDrop : { type : Function },
398
- onColumnResize : { type : Function },
399
- onColumnResizeStart : { type : Function },
400
- onContextMenuItem : { type : Function },
401
- onContextMenuToggleItem : { type : Function },
402
- onCopy : { type : Function },
403
- onCurrentTimelineUpdate : { type : Function },
404
- onDataChange : { type : Function },
405
- onDateRangeChange : { type : Function },
406
- onDependenciesDrawn : { type : Function },
407
- onDependencyClick : { type : Function },
408
- onDependencyContextMenu : { type : Function },
409
- onDependencyCreateDragStart : { type : Function },
410
- onDependencyCreateDrop : { type : Function },
411
- onDependencyDblClick : { type : Function },
412
- onDependencyMenuBeforeShow : { type : Function },
413
- onDependencyMenuItem : { type : Function },
414
- onDependencyMenuShow : { type : Function },
415
- onDependencyMouseOut : { type : Function },
416
- onDependencyMouseOver : { type : Function },
417
- onDependencyValidationComplete : { type : Function },
418
- onDependencyValidationStart : { type : Function },
419
- onDestroy : { type : Function },
420
- onDirtyStateChange : { type : Function },
421
- onDragCreateEnd : { type : Function },
422
- onDragCreateStart : { type : Function },
423
- onDragSelecting : { type : Function },
424
- onElementCreated : { type : Function },
425
- onEventAutoCreated : { type : Function },
426
- onEventClick : { type : Function },
427
- onEventContextMenu : { type : Function },
428
- onEventDblClick : { type : Function },
429
- onEventDrag : { type : Function },
430
- onEventDragAbort : { type : Function },
431
- onEventDragModeChange : { type : Function },
432
- onEventDragReset : { type : Function },
433
- onEventDragSelect : { type : Function },
434
- onEventDragStart : { type : Function },
435
- onEventDrop : { type : Function },
436
- onEventEditBeforeSetRecord : { type : Function },
437
- onEventKeyDown : { type : Function },
438
- onEventKeyUp : { type : Function },
439
- onEventMenuBeforeShow : { type : Function },
440
- onEventMenuItem : { type : Function },
441
- onEventMenuShow : { type : Function },
442
- onEventMouseDown : { type : Function },
443
- onEventMouseEnter : { type : Function },
444
- onEventMouseLeave : { type : Function },
445
- onEventMouseOut : { type : Function },
446
- onEventMouseOver : { type : Function },
447
- onEventMouseUp : { type : Function },
448
- onEventPartialResize : { type : Function },
449
- onEventResizeEnd : { type : Function },
450
- onEventResizeStart : { type : Function },
451
- onEventSelectionChange : { type : Function },
452
- onExpand : { type : Function },
453
- onExpandNode : { type : Function },
454
- onFileDrop : { type : Function },
455
- onFillHandleBeforeDragFinalize : { type : Function },
456
- onFillHandleDrag : { type : Function },
457
- onFillHandleDragAbort : { type : Function },
458
- onFillHandleDragEnd : { type : Function },
459
- onFillHandleDragStart : { type : Function },
460
- onFinishCellEdit : { type : Function },
461
- onFinishRowEdit : { type : Function },
462
- onFocusIn : { type : Function },
463
- onFocusOut : { type : Function },
464
- onGridRowBeforeDragStart : { type : Function },
465
- onGridRowBeforeDropFinalize : { type : Function },
466
- onGridRowDrag : { type : Function },
467
- onGridRowDragAbort : { type : Function },
468
- onGridRowDragStart : { type : Function },
469
- onGridRowDrop : { type : Function },
470
- onHeaderClick : { type : Function },
471
- onHeaderMenuBeforeShow : { type : Function },
472
- onHeaderMenuItem : { type : Function },
473
- onHeaderMenuShow : { type : Function },
474
- onHeaderMenuToggleItem : { type : Function },
475
- onHide : { type : Function },
476
- onLockRows : { type : Function },
477
- onMouseOut : { type : Function },
478
- onMouseOver : { type : Function },
479
- onNavigate : { type : Function },
480
- onNoZoomChange : { type : Function },
481
- onPaint : { type : Function },
482
- onPaste : { type : Function },
483
- onPasteNotAllowed : { type : Function },
484
- onPdfExport : { type : Function },
485
- onPresetChange : { type : Function },
486
- onReadOnly : { type : Function },
487
- onRecompose : { type : Function },
488
- onReleaseEvent : { type : Function },
489
- onRenderEvent : { type : Function },
490
- onRenderRow : { type : Function },
491
- onRenderRows : { type : Function },
492
- onResize : { type : Function },
493
- onResourceHeaderClick : { type : Function },
494
- onResourceHeaderContextmenu : { type : Function },
495
- onResourceHeaderDblclick : { type : Function },
496
- onResourceMenuBeforeShow : { type : Function },
497
- onResourceMenuItem : { type : Function },
498
- onResourceMenuShow : { type : Function },
499
- onResourceMenuToggleItem : { type : Function },
500
- onResourceTimeRangeClick : { type : Function },
501
- onResourceTimeRangeContextMenu : { type : Function },
502
- onResourceTimeRangeDblClick : { type : Function },
503
- onResourceTimeRangeMouseDown : { type : Function },
504
- onResourceTimeRangeMouseOut : { type : Function },
505
- onResourceTimeRangeMouseOver : { type : Function },
506
- onResourceTimeRangeMouseUp : { type : Function },
507
- onResponsive : { type : Function },
508
- onRowCollapse : { type : Function },
509
- onRowExpand : { type : Function },
510
- onRowMouseEnter : { type : Function },
511
- onRowMouseLeave : { type : Function },
512
- onScheduleClick : { type : Function },
513
- onScheduleContextMenu : { type : Function },
514
- onScheduleDblClick : { type : Function },
515
- onScheduleMenuBeforeShow : { type : Function },
516
- onScheduleMenuItem : { type : Function },
517
- onScheduleMenuShow : { type : Function },
518
- onScheduleMouseDown : { type : Function },
519
- onScheduleMouseEnter : { type : Function },
520
- onScheduleMouseLeave : { type : Function },
521
- onScheduleMouseMove : { type : Function },
522
- onScheduleMouseUp : { type : Function },
523
- onScroll : { type : Function },
524
- onScrollButtonClick : { type : Function },
525
- onSelectionChange : { type : Function },
526
- onSelectionModeChange : { type : Function },
527
- onShiftIncrementChange : { type : Function },
528
- onShow : { type : Function },
529
- onSplit : { type : Function },
530
- onSplitterCollapseClick : { type : Function },
531
- onSplitterDragEnd : { type : Function },
532
- onSplitterDragStart : { type : Function },
533
- onSplitterExpandClick : { type : Function },
534
- onStartCellEdit : { type : Function },
535
- onStartRowEdit : { type : Function },
536
- onSubGridCollapse : { type : Function },
537
- onSubGridExpand : { type : Function },
538
- onTickCellClick : { type : Function },
539
- onTickCellContextMenu : { type : Function },
540
- onTickCellDblClick : { type : Function },
541
- onTickCellMouseDown : { type : Function },
542
- onTickCellMouseUp : { type : Function },
543
- onTickSizeChange : { type : Function },
544
- onTimeAxisChange : { type : Function },
545
- onTimeAxisHeaderClick : { type : Function },
546
- onTimeAxisHeaderContextMenu : { type : Function },
547
- onTimeAxisHeaderDblClick : { type : Function },
548
- onTimeAxisHeaderMenuBeforeShow : { type : Function },
549
- onTimeAxisHeaderMenuItem : { type : Function },
550
- onTimeAxisHeaderMenuShow : { type : Function },
551
- onTimelineContextChange : { type : Function },
552
- onTimelineViewportResize : { type : Function },
553
- onTimeRangeHeaderClick : { type : Function },
554
- onTimeRangeHeaderContextMenu : { type : Function },
555
- onTimeRangeHeaderDblClick : { type : Function },
556
- onTimeSelectionChange : { type : Function },
557
- onTimeSelectionElementClick : { type : Function },
558
- onToggleGroup : { type : Function },
559
- onToggleNode : { type : Function },
560
- onToolClick : { type : Function },
561
- onUnlockRows : { type : Function },
562
- onUnsplit : { type : Function },
563
- onVisibleDateRangeChange : { type : Function },
316
+ onAfterDependencyCreateDrop : { type : Function },
317
+ onAfterDependencySave : { type : Function },
318
+ onAfterDragCreate : { type : Function },
319
+ onAfterEventDragSelect : { type : Function },
320
+ onAfterEventDrop : { type : Function },
321
+ onAfterEventEdit : { type : Function },
322
+ onAfterEventSave : { type : Function },
323
+ onAssignmentSelectionChange : { type : Function },
324
+ onBeforeAssignmentDelete : { type : Function },
325
+ onBeforeAssignmentSelectionChange : { type : Function },
326
+ onBeforeAutoCreate : { type : Function },
327
+ onBeforeCancelCellEdit : { type : Function },
328
+ onBeforeCancelRowEdit : { type : Function },
329
+ onBeforeCellEditStart : { type : Function },
330
+ onBeforeCellRangeDelete : { type : Function },
331
+ onBeforeCellRangeEdit : { type : Function },
332
+ onBeforeColumnCollapseToggle : { type : Function },
333
+ onBeforeColumnDragStart : { type : Function },
334
+ onBeforeColumnDropFinalize : { type : Function },
335
+ onBeforeColumnResize : { type : Function },
336
+ onBeforeContextShow : { type : Function },
337
+ onBeforeCopy : { type : Function },
338
+ onBeforeCSVExport : { type : Function },
339
+ onBeforeDependencyAdd : { type : Function },
340
+ onBeforeDependencyCreateDrag : { type : Function },
341
+ onBeforeDependencyCreateFinalize : { type : Function },
342
+ onBeforeDependencyDelete : { type : Function },
343
+ onBeforeDependencyEdit : { type : Function },
344
+ onBeforeDependencyEditShow : { type : Function },
345
+ onBeforeDependencySave : { type : Function },
346
+ onBeforeDestroy : { type : Function },
347
+ onBeforeDragCreate : { type : Function },
348
+ onBeforeDragCreateFinalize : { type : Function },
349
+ onBeforeEventAdd : { type : Function },
350
+ onBeforeEventDelete : { type : Function },
351
+ onBeforeEventDrag : { type : Function },
352
+ onBeforeEventDragSelect : { type : Function },
353
+ onBeforeEventDropFinalize : { type : Function },
354
+ onBeforeEventEdit : { type : Function },
355
+ onBeforeEventEditShow : { type : Function },
356
+ onBeforeEventResize : { type : Function },
357
+ onBeforeEventResizeFinalize : { type : Function },
358
+ onBeforeEventSave : { type : Function },
359
+ onBeforeEventSelectionChange : { type : Function },
360
+ onBeforeExcelExport : { type : Function },
361
+ onBeforeFillHandleDragStart : { type : Function },
362
+ onBeforeFinishCellEdit : { type : Function },
363
+ onBeforeFinishRowEdit : { type : Function },
364
+ onBeforeHide : { type : Function },
365
+ onBeforePan : { type : Function },
366
+ onBeforePaste : { type : Function },
367
+ onBeforePdfExport : { type : Function },
368
+ onBeforePresetChange : { type : Function },
369
+ onBeforeRenderRow : { type : Function },
370
+ onBeforeRenderRows : { type : Function },
371
+ onBeforeRowCollapse : { type : Function },
372
+ onBeforeRowExpand : { type : Function },
373
+ onBeforeSelectedContextsShow : { type : Function },
374
+ onBeforeSelectionChange : { type : Function },
375
+ onBeforeSetRecord : { type : Function },
376
+ onBeforeShow : { type : Function },
377
+ onBeforeShowTerminals : { type : Function },
378
+ onBeforeStartRowEdit : { type : Function },
379
+ onBeforeStateApply : { type : Function },
380
+ onBeforeStateSave : { type : Function },
381
+ onBeforeToggleGroup : { type : Function },
382
+ onBeforeToggleNode : { type : Function },
383
+ onCancelCellEdit : { type : Function },
384
+ onCatchAll : { type : Function },
385
+ onCellClick : { type : Function },
386
+ onCellContextMenu : { type : Function },
387
+ onCellDblClick : { type : Function },
388
+ onCellMenuBeforeShow : { type : Function },
389
+ onCellMenuItem : { type : Function },
390
+ onCellMenuShow : { type : Function },
391
+ onCellMenuToggleItem : { type : Function },
392
+ onCellMouseEnter : { type : Function },
393
+ onCellMouseLeave : { type : Function },
394
+ onCellMouseOut : { type : Function },
395
+ onCellMouseOver : { type : Function },
396
+ onCollapse : { type : Function },
397
+ onCollapseNode : { type : Function },
398
+ onColumnCollapseToggle : { type : Function },
399
+ onColumnDrag : { type : Function },
400
+ onColumnDragStart : { type : Function },
401
+ onColumnDrop : { type : Function },
402
+ onColumnResize : { type : Function },
403
+ onColumnResizeStart : { type : Function },
404
+ onContextMenuItem : { type : Function },
405
+ onContextMenuToggleItem : { type : Function },
406
+ onCopy : { type : Function },
407
+ onCurrentTimelineUpdate : { type : Function },
408
+ onDataChange : { type : Function },
409
+ onDateRangeChange : { type : Function },
410
+ onDependenciesDrawn : { type : Function },
411
+ onDependencyClick : { type : Function },
412
+ onDependencyContextMenu : { type : Function },
413
+ onDependencyCreateDragStart : { type : Function },
414
+ onDependencyCreateDrop : { type : Function },
415
+ onDependencyDblClick : { type : Function },
416
+ onDependencyMenuBeforeShow : { type : Function },
417
+ onDependencyMenuItem : { type : Function },
418
+ onDependencyMenuShow : { type : Function },
419
+ onDependencyMouseOut : { type : Function },
420
+ onDependencyMouseOver : { type : Function },
421
+ onDependencyValidationComplete : { type : Function },
422
+ onDependencyValidationStart : { type : Function },
423
+ onDestroy : { type : Function },
424
+ onDirtyStateChange : { type : Function },
425
+ onDragCreateEnd : { type : Function },
426
+ onDragCreateStart : { type : Function },
427
+ onDragSelecting : { type : Function },
428
+ onElementCreated : { type : Function },
429
+ onEventAutoCreated : { type : Function },
430
+ onEventClick : { type : Function },
431
+ onEventContextMenu : { type : Function },
432
+ onEventDblClick : { type : Function },
433
+ onEventDrag : { type : Function },
434
+ onEventDragAbort : { type : Function },
435
+ onEventDragModeChange : { type : Function },
436
+ onEventDragReset : { type : Function },
437
+ onEventDragSelect : { type : Function },
438
+ onEventDragStart : { type : Function },
439
+ onEventDrop : { type : Function },
440
+ onEventEditBeforeSetRecord : { type : Function },
441
+ onEventKeyDown : { type : Function },
442
+ onEventKeyUp : { type : Function },
443
+ onEventMenuBeforeShow : { type : Function },
444
+ onEventMenuItem : { type : Function },
445
+ onEventMenuShow : { type : Function },
446
+ onEventMouseDown : { type : Function },
447
+ onEventMouseEnter : { type : Function },
448
+ onEventMouseLeave : { type : Function },
449
+ onEventMouseOut : { type : Function },
450
+ onEventMouseOver : { type : Function },
451
+ onEventMouseUp : { type : Function },
452
+ onEventPartialResize : { type : Function },
453
+ onEventResizeEnd : { type : Function },
454
+ onEventResizeStart : { type : Function },
455
+ onEventSelectionChange : { type : Function },
456
+ onExpand : { type : Function },
457
+ onExpandNode : { type : Function },
458
+ onFileDrop : { type : Function },
459
+ onFillHandleBeforeDragFinalize : { type : Function },
460
+ onFillHandleDrag : { type : Function },
461
+ onFillHandleDragAbort : { type : Function },
462
+ onFillHandleDragEnd : { type : Function },
463
+ onFillHandleDragStart : { type : Function },
464
+ onFinishCellEdit : { type : Function },
465
+ onFinishRowEdit : { type : Function },
466
+ onFocusIn : { type : Function },
467
+ onFocusOut : { type : Function },
468
+ onGridRowBeforeDragStart : { type : Function },
469
+ onGridRowBeforeDropFinalize : { type : Function },
470
+ onGridRowDrag : { type : Function },
471
+ onGridRowDragAbort : { type : Function },
472
+ onGridRowDragStart : { type : Function },
473
+ onGridRowDrop : { type : Function },
474
+ onHeaderClick : { type : Function },
475
+ onHeaderMenuBeforeShow : { type : Function },
476
+ onHeaderMenuItem : { type : Function },
477
+ onHeaderMenuShow : { type : Function },
478
+ onHeaderMenuToggleItem : { type : Function },
479
+ onHide : { type : Function },
480
+ onLockRows : { type : Function },
481
+ onMouseOut : { type : Function },
482
+ onMouseOver : { type : Function },
483
+ onNavigate : { type : Function },
484
+ onNoZoomChange : { type : Function },
485
+ onPaint : { type : Function },
486
+ onPaste : { type : Function },
487
+ onPasteNotAllowed : { type : Function },
488
+ onPdfExport : { type : Function },
489
+ onPresetChange : { type : Function },
490
+ onReadOnly : { type : Function },
491
+ onRecompose : { type : Function },
492
+ onReleaseEvent : { type : Function },
493
+ onRenderEvent : { type : Function },
494
+ onRenderRow : { type : Function },
495
+ onRenderRows : { type : Function },
496
+ onResize : { type : Function },
497
+ onResourceColumnBeforeDragStart : { type : Function },
498
+ onResourceColumnBeforeDropFinalize : { type : Function },
499
+ onResourceColumnDrag : { type : Function },
500
+ onResourceColumnDragAbort : { type : Function },
501
+ onResourceColumnDragStart : { type : Function },
502
+ onResourceColumnDrop : { type : Function },
503
+ onResourceHeaderClick : { type : Function },
504
+ onResourceHeaderContextmenu : { type : Function },
505
+ onResourceHeaderDblclick : { type : Function },
506
+ onResourceMenuBeforeShow : { type : Function },
507
+ onResourceMenuItem : { type : Function },
508
+ onResourceMenuShow : { type : Function },
509
+ onResourceMenuToggleItem : { type : Function },
510
+ onResourceTimeRangeClick : { type : Function },
511
+ onResourceTimeRangeContextMenu : { type : Function },
512
+ onResourceTimeRangeDblClick : { type : Function },
513
+ onResourceTimeRangeMouseDown : { type : Function },
514
+ onResourceTimeRangeMouseOut : { type : Function },
515
+ onResourceTimeRangeMouseOver : { type : Function },
516
+ onResourceTimeRangeMouseUp : { type : Function },
517
+ onResponsive : { type : Function },
518
+ onRowCollapse : { type : Function },
519
+ onRowExpand : { type : Function },
520
+ onRowMouseEnter : { type : Function },
521
+ onRowMouseLeave : { type : Function },
522
+ onScheduleClick : { type : Function },
523
+ onScheduleContextMenu : { type : Function },
524
+ onScheduleDblClick : { type : Function },
525
+ onScheduleMenuBeforeShow : { type : Function },
526
+ onScheduleMenuItem : { type : Function },
527
+ onScheduleMenuShow : { type : Function },
528
+ onScheduleMouseDown : { type : Function },
529
+ onScheduleMouseEnter : { type : Function },
530
+ onScheduleMouseLeave : { type : Function },
531
+ onScheduleMouseMove : { type : Function },
532
+ onScheduleMouseUp : { type : Function },
533
+ onScroll : { type : Function },
534
+ onScrollButtonClick : { type : Function },
535
+ onSelectionChange : { type : Function },
536
+ onSelectionModeChange : { type : Function },
537
+ onShiftIncrementChange : { type : Function },
538
+ onShow : { type : Function },
539
+ onSplit : { type : Function },
540
+ onSplitterCollapseClick : { type : Function },
541
+ onSplitterDragEnd : { type : Function },
542
+ onSplitterDragStart : { type : Function },
543
+ onSplitterExpandClick : { type : Function },
544
+ onStartCellEdit : { type : Function },
545
+ onStartRowEdit : { type : Function },
546
+ onSubGridCollapse : { type : Function },
547
+ onSubGridExpand : { type : Function },
548
+ onTickCellClick : { type : Function },
549
+ onTickCellContextMenu : { type : Function },
550
+ onTickCellDblClick : { type : Function },
551
+ onTickCellMouseDown : { type : Function },
552
+ onTickCellMouseUp : { type : Function },
553
+ onTickSizeChange : { type : Function },
554
+ onTimeAxisChange : { type : Function },
555
+ onTimeAxisHeaderClick : { type : Function },
556
+ onTimeAxisHeaderContextMenu : { type : Function },
557
+ onTimeAxisHeaderDblClick : { type : Function },
558
+ onTimeAxisHeaderMenuBeforeShow : { type : Function },
559
+ onTimeAxisHeaderMenuItem : { type : Function },
560
+ onTimeAxisHeaderMenuShow : { type : Function },
561
+ onTimelineContextChange : { type : Function },
562
+ onTimelineViewportResize : { type : Function },
563
+ onTimeRangeHeaderClick : { type : Function },
564
+ onTimeRangeHeaderContextMenu : { type : Function },
565
+ onTimeRangeHeaderDblClick : { type : Function },
566
+ onTimeSelectionChange : { type : Function },
567
+ onTimeSelectionElementClick : { type : Function },
568
+ onToggleGroup : { type : Function },
569
+ onToggleNode : { type : Function },
570
+ onToolClick : { type : Function },
571
+ onUnlockRows : { type : Function },
572
+ onUnsplit : { type : Function },
573
+ onVisibleDateRangeChange : { type : Function },
564
574
 
565
575
  // Features
566
- aiFilterFeature : { type : [Object, Boolean, String], default : undefined },
567
- cellCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
568
- cellEditFeature : { type : [Object, Boolean, String], default : undefined },
569
- cellMenuFeature : { type : [Object, Boolean, String], default : undefined },
570
- cellTooltipFeature : { type : [Object, Boolean, String], default : undefined },
571
- chartsFeature : { type : [Object, Boolean, String], default : undefined },
572
- columnAutoWidthFeature : { type : [Object, Boolean, String], default : undefined },
573
- columnDragToolbarFeature : { type : [Object, Boolean, String], default : undefined },
574
- columnLinesFeature : { type : [Object, Boolean, String], default : undefined },
575
- columnPickerFeature : { type : [Object, Boolean, String], default : undefined },
576
- columnRenameFeature : { type : [Object, Boolean, String], default : undefined },
577
- columnReorderFeature : { type : [Object, Boolean, String], default : undefined },
578
- columnResizeFeature : { type : [Object, Boolean, String], default : undefined },
579
- dependenciesFeature : { type : [Object, Boolean, String], default : undefined },
580
- dependencyEditFeature : { type : [Object, Boolean, String], default : undefined },
581
- dependencyMenuFeature : { type : [Object, Boolean, String], default : undefined },
582
- eventCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
583
- eventDragFeature : { type : [Object, Boolean, String], default : undefined },
584
- eventDragCreateFeature : { type : [Object, Boolean, String], default : undefined },
585
- eventDragSelectFeature : { type : [Object, Boolean, String], default : undefined },
586
- eventEditFeature : { type : [Object, Boolean, String], default : undefined },
587
- eventFilterFeature : { type : [Object, Boolean, String], default : undefined },
588
- eventMenuFeature : { type : [Object, Boolean, String], default : undefined },
589
- eventNonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
590
- eventResizeFeature : { type : [Object, Boolean, String], default : undefined },
591
- eventTooltipFeature : { type : [Object, Boolean, String], default : undefined },
592
- excelExporterFeature : { type : [Object, Boolean, String], default : undefined },
593
- fileDropFeature : { type : [Object, Boolean, String], default : undefined },
594
- fillHandleFeature : { type : [Object, Boolean, String], default : undefined },
595
- filterFeature : { type : [Object, Boolean, String], default : undefined },
596
- filterBarFeature : { type : [Object, Boolean, String], default : undefined },
597
- groupFeature : { type : [Object, Boolean, String], default : undefined },
598
- groupSummaryFeature : { type : [Object, Boolean, String], default : undefined },
599
- headerMenuFeature : { type : [Object, Boolean, String], default : undefined },
600
- headerZoomFeature : { type : [Object, Boolean, String], default : undefined },
601
- labelsFeature : { type : [Object, Boolean, String], default : undefined },
602
- lockRowsFeature : { type : [Object, Boolean, String], default : undefined },
603
- mergeCellsFeature : { type : [Object, Boolean, String], default : undefined },
604
- nonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
605
- panFeature : { type : [Object, Boolean, String], default : undefined },
606
- pdfExportFeature : { type : [Object, Boolean, String], default : undefined },
607
- pinColumnsFeature : { type : [Object, Boolean, String], default : undefined },
608
- printFeature : { type : [Object, Boolean, String], default : undefined },
609
- quickFindFeature : { type : [Object, Boolean, String], default : undefined },
610
- regionResizeFeature : { type : [Object, Boolean, String], default : undefined },
611
- resourceMenuFeature : { type : [Object, Boolean, String], default : undefined },
612
- resourceTimeRangesFeature : { type : [Object, Boolean, String], default : undefined },
613
- rowCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
614
- rowEditFeature : { type : [Object, Boolean, String], default : undefined },
615
- rowExpanderFeature : { type : [Object, Boolean, String], default : undefined },
616
- rowReorderFeature : { type : [Object, Boolean, String], default : undefined },
617
- rowResizeFeature : { type : [Object, Boolean, String], default : undefined },
618
- scheduleContextFeature : { type : [Object, Boolean, String], default : undefined },
619
- scheduleMenuFeature : { type : [Object, Boolean, String], default : undefined },
620
- scheduleTooltipFeature : { type : [Object, Boolean, String], default : undefined },
621
- scrollButtonsFeature : { type : [Object, Boolean, String], default : undefined },
622
- searchFeature : { type : [Object, Boolean, String], default : undefined },
623
- simpleEventEditFeature : { type : [Object, Boolean, String], default : undefined },
624
- sortFeature : { type : [Object, Boolean, String], default : undefined },
625
- splitFeature : { type : [Object, Boolean, String], default : undefined },
626
- stickyCellsFeature : { type : [Object, Boolean, String], default : undefined },
627
- stickyEventsFeature : { type : [Object, Boolean, String], default : undefined },
628
- stripeFeature : { type : [Object, Boolean, String], default : undefined },
629
- summaryFeature : { type : [Object, Boolean, String], default : undefined },
630
- timeAxisHeaderMenuFeature : { type : [Object, Boolean, String], default : undefined },
631
- timeRangesFeature : { type : [Object, Boolean, String], default : undefined },
632
- timeSelectionFeature : { type : [Object, Boolean, String], default : undefined },
633
- treeFeature : { type : [Object, Boolean, String], default : undefined },
634
- treeGroupFeature : { type : [Object, Boolean, String], default : undefined },
635
- treeSummaryFeature : { type : [Object, Boolean, String], default : undefined },
576
+ aiFeature : { type : [Object, Boolean, String], default : undefined },
577
+ aiFilterFeature : { type : [Object, Boolean, String], default : undefined },
578
+ cellCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
579
+ cellEditFeature : { type : [Object, Boolean, String], default : undefined },
580
+ cellMenuFeature : { type : [Object, Boolean, String], default : undefined },
581
+ cellTooltipFeature : { type : [Object, Boolean, String], default : undefined },
582
+ chartsFeature : { type : [Object, Boolean, String], default : undefined },
583
+ columnAutoWidthFeature : { type : [Object, Boolean, String], default : undefined },
584
+ columnDragToolbarFeature : { type : [Object, Boolean, String], default : undefined },
585
+ columnLinesFeature : { type : [Object, Boolean, String], default : undefined },
586
+ columnPickerFeature : { type : [Object, Boolean, String], default : undefined },
587
+ columnRenameFeature : { type : [Object, Boolean, String], default : undefined },
588
+ columnReorderFeature : { type : [Object, Boolean, String], default : undefined },
589
+ columnResizeFeature : { type : [Object, Boolean, String], default : undefined },
590
+ dependenciesFeature : { type : [Object, Boolean, String], default : undefined },
591
+ dependencyEditFeature : { type : [Object, Boolean, String], default : undefined },
592
+ dependencyMenuFeature : { type : [Object, Boolean, String], default : undefined },
593
+ eventCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
594
+ eventDragFeature : { type : [Object, Boolean, String], default : undefined },
595
+ eventDragCreateFeature : { type : [Object, Boolean, String], default : undefined },
596
+ eventDragSelectFeature : { type : [Object, Boolean, String], default : undefined },
597
+ eventEditFeature : { type : [Object, Boolean, String], default : undefined },
598
+ eventFilterFeature : { type : [Object, Boolean, String], default : undefined },
599
+ eventMenuFeature : { type : [Object, Boolean, String], default : undefined },
600
+ eventNonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
601
+ eventResizeFeature : { type : [Object, Boolean, String], default : undefined },
602
+ eventTooltipFeature : { type : [Object, Boolean, String], default : undefined },
603
+ excelExporterFeature : { type : [Object, Boolean, String], default : undefined },
604
+ fileDropFeature : { type : [Object, Boolean, String], default : undefined },
605
+ fillHandleFeature : { type : [Object, Boolean, String], default : undefined },
606
+ filterFeature : { type : [Object, Boolean, String], default : undefined },
607
+ filterBarFeature : { type : [Object, Boolean, String], default : undefined },
608
+ groupFeature : { type : [Object, Boolean, String], default : undefined },
609
+ groupSummaryFeature : { type : [Object, Boolean, String], default : undefined },
610
+ headerMenuFeature : { type : [Object, Boolean, String], default : undefined },
611
+ headerZoomFeature : { type : [Object, Boolean, String], default : undefined },
612
+ labelsFeature : { type : [Object, Boolean, String], default : undefined },
613
+ lockRowsFeature : { type : [Object, Boolean, String], default : undefined },
614
+ mergeCellsFeature : { type : [Object, Boolean, String], default : undefined },
615
+ nonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
616
+ panFeature : { type : [Object, Boolean, String], default : undefined },
617
+ pdfExportFeature : { type : [Object, Boolean, String], default : undefined },
618
+ pinColumnsFeature : { type : [Object, Boolean, String], default : undefined },
619
+ printFeature : { type : [Object, Boolean, String], default : undefined },
620
+ quickFindFeature : { type : [Object, Boolean, String], default : undefined },
621
+ regionResizeFeature : { type : [Object, Boolean, String], default : undefined },
622
+ resourceColumnReorderFeature : { type : [Object, Boolean, String], default : undefined },
623
+ resourceMenuFeature : { type : [Object, Boolean, String], default : undefined },
624
+ resourceTimeRangesFeature : { type : [Object, Boolean, String], default : undefined },
625
+ rowCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
626
+ rowEditFeature : { type : [Object, Boolean, String], default : undefined },
627
+ rowExpanderFeature : { type : [Object, Boolean, String], default : undefined },
628
+ rowReorderFeature : { type : [Object, Boolean, String], default : undefined },
629
+ rowResizeFeature : { type : [Object, Boolean, String], default : undefined },
630
+ scheduleContextFeature : { type : [Object, Boolean, String], default : undefined },
631
+ scheduleMenuFeature : { type : [Object, Boolean, String], default : undefined },
632
+ scheduleTooltipFeature : { type : [Object, Boolean, String], default : undefined },
633
+ scrollButtonsFeature : { type : [Object, Boolean, String], default : undefined },
634
+ searchFeature : { type : [Object, Boolean, String], default : undefined },
635
+ simpleEventEditFeature : { type : [Object, Boolean, String], default : undefined },
636
+ sortFeature : { type : [Object, Boolean, String], default : undefined },
637
+ splitFeature : { type : [Object, Boolean, String], default : undefined },
638
+ stickyCellsFeature : { type : [Object, Boolean, String], default : undefined },
639
+ stickyEventsFeature : { type : [Object, Boolean, String], default : undefined },
640
+ stripeFeature : { type : [Object, Boolean, String], default : undefined },
641
+ summaryFeature : { type : [Object, Boolean, String], default : undefined },
642
+ timeAxisHeaderMenuFeature : { type : [Object, Boolean, String], default : undefined },
643
+ timeRangesFeature : { type : [Object, Boolean, String], default : undefined },
644
+ timeSelectionFeature : { type : [Object, Boolean, String], default : undefined },
645
+ treeFeature : { type : [Object, Boolean, String], default : undefined },
646
+ treeGroupFeature : { type : [Object, Boolean, String], default : undefined },
647
+ treeSummaryFeature : { type : [Object, Boolean, String], default : undefined },
636
648
 
637
649
  },
638
650
 
@@ -657,6 +669,7 @@ export default {
657
669
  projectStores : true,
658
670
 
659
671
  featureNames : [
672
+ 'aiFeature',
660
673
  'aiFilterFeature',
661
674
  'cellCopyPasteFeature',
662
675
  'cellEditFeature',
@@ -702,6 +715,7 @@ export default {
702
715
  'printFeature',
703
716
  'quickFindFeature',
704
717
  'regionResizeFeature',
718
+ 'resourceColumnReorderFeature',
705
719
  'resourceMenuFeature',
706
720
  'resourceTimeRangesFeature',
707
721
  'rowCopyPasteFeature',
@@ -741,6 +755,7 @@ export default {
741
755
  'autoHeight',
742
756
  'bbar',
743
757
  'bodyCls',
758
+ 'border',
744
759
  'bubbleEvents',
745
760
  'bufferCoef',
746
761
  'bufferThreshold',
@@ -911,6 +926,7 @@ export default {
911
926
  'hideRowHover',
912
927
  'id',
913
928
  'infiniteScroll',
929
+ 'inheritEventColor',
914
930
  'initialAnimationDuration',
915
931
  'inputFieldAlign',
916
932
  'insertBefore',
@@ -950,6 +966,7 @@ export default {
950
966
  'onBeforeCellEditStart',
951
967
  'onBeforeCellRangeDelete',
952
968
  'onBeforeCellRangeEdit',
969
+ 'onBeforeColumnCollapseToggle',
953
970
  'onBeforeColumnDragStart',
954
971
  'onBeforeColumnDropFinalize',
955
972
  'onBeforeColumnResize',
@@ -1015,6 +1032,7 @@ export default {
1015
1032
  'onCellMouseOver',
1016
1033
  'onCollapse',
1017
1034
  'onCollapseNode',
1035
+ 'onColumnCollapseToggle',
1018
1036
  'onColumnDrag',
1019
1037
  'onColumnDragStart',
1020
1038
  'onColumnDrop',
@@ -1113,6 +1131,12 @@ export default {
1113
1131
  'onRenderRow',
1114
1132
  'onRenderRows',
1115
1133
  'onResize',
1134
+ 'onResourceColumnBeforeDragStart',
1135
+ 'onResourceColumnBeforeDropFinalize',
1136
+ 'onResourceColumnDrag',
1137
+ 'onResourceColumnDragAbort',
1138
+ 'onResourceColumnDragStart',
1139
+ 'onResourceColumnDrop',
1116
1140
  'onResourceHeaderClick',
1117
1141
  'onResourceHeaderContextmenu',
1118
1142
  'onResourceHeaderDblclick',
@@ -1275,6 +1299,7 @@ export default {
1275
1299
  'beforeCellEditStart',
1276
1300
  'beforeCellRangeDelete',
1277
1301
  'beforeCellRangeEdit',
1302
+ 'beforeColumnCollapseToggle',
1278
1303
  'beforeColumnDragStart',
1279
1304
  'beforeColumnDropFinalize',
1280
1305
  'beforeColumnResize',
@@ -1340,6 +1365,7 @@ export default {
1340
1365
  'cellMouseOver',
1341
1366
  'collapse',
1342
1367
  'collapseNode',
1368
+ 'columnCollapseToggle',
1343
1369
  'columnDrag',
1344
1370
  'columnDragStart',
1345
1371
  'columnDrop',
@@ -1438,6 +1464,12 @@ export default {
1438
1464
  'renderRow',
1439
1465
  'renderRows',
1440
1466
  'resize',
1467
+ 'resourceColumnBeforeDragStart',
1468
+ 'resourceColumnBeforeDropFinalize',
1469
+ 'resourceColumnDrag',
1470
+ 'resourceColumnDragAbort',
1471
+ 'resourceColumnDragStart',
1472
+ 'resourceColumnDrop',
1441
1473
  'resourceHeaderClick',
1442
1474
  'resourceHeaderContextmenu',
1443
1475
  'resourceHeaderDblclick',