@bryntum/scheduler-vue 7.1.3 → 7.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +2 -2
  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 +5 -1
  30. package/src/BryntumGridBase.vue +5 -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 +350 -324
  50. package/src/BryntumSchedulerBase.vue +350 -324
  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 +6 -2
  61. package/src/BryntumToolbar.vue +3 -1
  62. package/src/BryntumTreeCombo.vue +1 -1
  63. package/src/BryntumTreeGrid.vue +5 -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 },
@@ -216,6 +217,7 @@ export default {
216
217
  hideRowHover : { type : Boolean, default : undefined },
217
218
  id : { type : String, default : undefined },
218
219
  infiniteScroll : { type : Boolean, default : undefined },
220
+ inheritEventColor : { type : Boolean, default : undefined },
219
221
  initialAnimationDuration : { type : Number, default : undefined },
220
222
  inputFieldAlign : { type : String, default : undefined },
221
223
  insertBefore : { type : [HTMLElement, String], default : undefined },
@@ -312,330 +314,338 @@ export default {
312
314
  zoomLevel : { type : Number, default : undefined },
313
315
 
314
316
  // Events
315
- onAfterDependencyCreateDrop : { type : Function },
316
- onAfterDependencySave : { type : Function },
317
- onAfterDragCreate : { type : Function },
318
- onAfterEventDragSelect : { type : Function },
319
- onAfterEventDrop : { type : Function },
320
- onAfterEventEdit : { type : Function },
321
- onAfterEventSave : { type : Function },
322
- onAssignmentSelectionChange : { type : Function },
323
- onBeforeAssignmentDelete : { type : Function },
324
- onBeforeAssignmentSelectionChange : { type : Function },
325
- onBeforeAutoCreate : { type : Function },
326
- onBeforeCancelCellEdit : { type : Function },
327
- onBeforeCancelRowEdit : { type : Function },
328
- onBeforeCellEditStart : { type : Function },
329
- onBeforeCellRangeDelete : { type : Function },
330
- onBeforeCellRangeEdit : { type : Function },
331
- onBeforeColumnCollapseToggle : { type : Function },
332
- onBeforeColumnDragStart : { type : Function },
333
- onBeforeColumnDropFinalize : { type : Function },
334
- onBeforeColumnResize : { type : Function },
335
- onBeforeContextShow : { type : Function },
336
- onBeforeCopy : { type : Function },
337
- onBeforeCSVExport : { type : Function },
338
- onBeforeDependencyAdd : { type : Function },
339
- onBeforeDependencyCreateDrag : { type : Function },
340
- onBeforeDependencyCreateFinalize : { type : Function },
341
- onBeforeDependencyDelete : { type : Function },
342
- onBeforeDependencyEdit : { type : Function },
343
- onBeforeDependencyEditShow : { type : Function },
344
- onBeforeDependencySave : { type : Function },
345
- onBeforeDestroy : { type : Function },
346
- onBeforeDragCreate : { type : Function },
347
- onBeforeDragCreateFinalize : { type : Function },
348
- onBeforeEventAdd : { type : Function },
349
- onBeforeEventDelete : { type : Function },
350
- onBeforeEventDrag : { type : Function },
351
- onBeforeEventDragSelect : { type : Function },
352
- onBeforeEventDropFinalize : { type : Function },
353
- onBeforeEventEdit : { type : Function },
354
- onBeforeEventEditShow : { type : Function },
355
- onBeforeEventResize : { type : Function },
356
- onBeforeEventResizeFinalize : { type : Function },
357
- onBeforeEventSave : { type : Function },
358
- onBeforeEventSelectionChange : { type : Function },
359
- onBeforeExcelExport : { type : Function },
360
- onBeforeFillHandleDragStart : { type : Function },
361
- onBeforeFinishCellEdit : { type : Function },
362
- onBeforeFinishRowEdit : { type : Function },
363
- onBeforeHide : { type : Function },
364
- onBeforePan : { type : Function },
365
- onBeforePaste : { type : Function },
366
- onBeforePdfExport : { type : Function },
367
- onBeforePresetChange : { type : Function },
368
- onBeforeRenderRow : { type : Function },
369
- onBeforeRenderRows : { type : Function },
370
- onBeforeRowCollapse : { type : Function },
371
- onBeforeRowExpand : { type : Function },
372
- onBeforeSelectedContextsShow : { type : Function },
373
- onBeforeSelectionChange : { type : Function },
374
- onBeforeSetRecord : { type : Function },
375
- onBeforeShow : { type : Function },
376
- onBeforeShowTerminals : { type : Function },
377
- onBeforeStartRowEdit : { type : Function },
378
- onBeforeStateApply : { type : Function },
379
- onBeforeStateSave : { type : Function },
380
- onBeforeToggleGroup : { type : Function },
381
- onBeforeToggleNode : { type : Function },
382
- onCancelCellEdit : { type : Function },
383
- onCatchAll : { type : Function },
384
- onCellClick : { type : Function },
385
- onCellContextMenu : { type : Function },
386
- onCellDblClick : { type : Function },
387
- onCellMenuBeforeShow : { type : Function },
388
- onCellMenuItem : { type : Function },
389
- onCellMenuShow : { type : Function },
390
- onCellMenuToggleItem : { type : Function },
391
- onCellMouseEnter : { type : Function },
392
- onCellMouseLeave : { type : Function },
393
- onCellMouseOut : { type : Function },
394
- onCellMouseOver : { type : Function },
395
- onCollapse : { type : Function },
396
- onCollapseNode : { type : Function },
397
- onColumnCollapseToggle : { type : Function },
398
- onColumnDrag : { type : Function },
399
- onColumnDragStart : { type : Function },
400
- onColumnDrop : { type : Function },
401
- onColumnResize : { type : Function },
402
- onColumnResizeStart : { type : Function },
403
- onContextMenuItem : { type : Function },
404
- onContextMenuToggleItem : { type : Function },
405
- onCopy : { type : Function },
406
- onCurrentTimelineUpdate : { type : Function },
407
- onDataChange : { type : Function },
408
- onDateRangeChange : { type : Function },
409
- onDependenciesDrawn : { type : Function },
410
- onDependencyClick : { type : Function },
411
- onDependencyContextMenu : { type : Function },
412
- onDependencyCreateDragStart : { type : Function },
413
- onDependencyCreateDrop : { type : Function },
414
- onDependencyDblClick : { type : Function },
415
- onDependencyMenuBeforeShow : { type : Function },
416
- onDependencyMenuItem : { type : Function },
417
- onDependencyMenuShow : { type : Function },
418
- onDependencyMouseOut : { type : Function },
419
- onDependencyMouseOver : { type : Function },
420
- onDependencyValidationComplete : { type : Function },
421
- onDependencyValidationStart : { type : Function },
422
- onDestroy : { type : Function },
423
- onDirtyStateChange : { type : Function },
424
- onDragCreateEnd : { type : Function },
425
- onDragCreateStart : { type : Function },
426
- onDragSelecting : { type : Function },
427
- onElementCreated : { type : Function },
428
- onEventAutoCreated : { type : Function },
429
- onEventClick : { type : Function },
430
- onEventContextMenu : { type : Function },
431
- onEventDblClick : { type : Function },
432
- onEventDrag : { type : Function },
433
- onEventDragAbort : { type : Function },
434
- onEventDragModeChange : { type : Function },
435
- onEventDragReset : { type : Function },
436
- onEventDragSelect : { type : Function },
437
- onEventDragStart : { type : Function },
438
- onEventDrop : { type : Function },
439
- onEventEditBeforeSetRecord : { type : Function },
440
- onEventKeyDown : { type : Function },
441
- onEventKeyUp : { type : Function },
442
- onEventMenuBeforeShow : { type : Function },
443
- onEventMenuItem : { type : Function },
444
- onEventMenuShow : { type : Function },
445
- onEventMouseDown : { type : Function },
446
- onEventMouseEnter : { type : Function },
447
- onEventMouseLeave : { type : Function },
448
- onEventMouseOut : { type : Function },
449
- onEventMouseOver : { type : Function },
450
- onEventMouseUp : { type : Function },
451
- onEventPartialResize : { type : Function },
452
- onEventResizeEnd : { type : Function },
453
- onEventResizeStart : { type : Function },
454
- onEventSelectionChange : { type : Function },
455
- onExpand : { type : Function },
456
- onExpandNode : { type : Function },
457
- onFileDrop : { type : Function },
458
- onFillHandleBeforeDragFinalize : { type : Function },
459
- onFillHandleDrag : { type : Function },
460
- onFillHandleDragAbort : { type : Function },
461
- onFillHandleDragEnd : { type : Function },
462
- onFillHandleDragStart : { type : Function },
463
- onFinishCellEdit : { type : Function },
464
- onFinishRowEdit : { type : Function },
465
- onFocusIn : { type : Function },
466
- onFocusOut : { type : Function },
467
- onGridRowBeforeDragStart : { type : Function },
468
- onGridRowBeforeDropFinalize : { type : Function },
469
- onGridRowDrag : { type : Function },
470
- onGridRowDragAbort : { type : Function },
471
- onGridRowDragStart : { type : Function },
472
- onGridRowDrop : { type : Function },
473
- onHeaderClick : { type : Function },
474
- onHeaderMenuBeforeShow : { type : Function },
475
- onHeaderMenuItem : { type : Function },
476
- onHeaderMenuShow : { type : Function },
477
- onHeaderMenuToggleItem : { type : Function },
478
- onHide : { type : Function },
479
- onLockRows : { type : Function },
480
- onMouseOut : { type : Function },
481
- onMouseOver : { type : Function },
482
- onNavigate : { type : Function },
483
- onNoZoomChange : { type : Function },
484
- onPaint : { type : Function },
485
- onPaste : { type : Function },
486
- onPasteNotAllowed : { type : Function },
487
- onPdfExport : { type : Function },
488
- onPresetChange : { type : Function },
489
- onReadOnly : { type : Function },
490
- onRecompose : { type : Function },
491
- onReleaseEvent : { type : Function },
492
- onRenderEvent : { type : Function },
493
- onRenderRow : { type : Function },
494
- onRenderRows : { type : Function },
495
- onResize : { type : Function },
496
- onResourceHeaderClick : { type : Function },
497
- onResourceHeaderContextmenu : { type : Function },
498
- onResourceHeaderDblclick : { type : Function },
499
- onResourceMenuBeforeShow : { type : Function },
500
- onResourceMenuItem : { type : Function },
501
- onResourceMenuShow : { type : Function },
502
- onResourceMenuToggleItem : { type : Function },
503
- onResourceTimeRangeClick : { type : Function },
504
- onResourceTimeRangeContextMenu : { type : Function },
505
- onResourceTimeRangeDblClick : { type : Function },
506
- onResourceTimeRangeMouseDown : { type : Function },
507
- onResourceTimeRangeMouseOut : { type : Function },
508
- onResourceTimeRangeMouseOver : { type : Function },
509
- onResourceTimeRangeMouseUp : { type : Function },
510
- onResponsive : { type : Function },
511
- onRowCollapse : { type : Function },
512
- onRowExpand : { type : Function },
513
- onRowMouseEnter : { type : Function },
514
- onRowMouseLeave : { type : Function },
515
- onScheduleClick : { type : Function },
516
- onScheduleContextMenu : { type : Function },
517
- onScheduleDblClick : { type : Function },
518
- onScheduleMenuBeforeShow : { type : Function },
519
- onScheduleMenuItem : { type : Function },
520
- onScheduleMenuShow : { type : Function },
521
- onScheduleMouseDown : { type : Function },
522
- onScheduleMouseEnter : { type : Function },
523
- onScheduleMouseLeave : { type : Function },
524
- onScheduleMouseMove : { type : Function },
525
- onScheduleMouseUp : { type : Function },
526
- onScroll : { type : Function },
527
- onScrollButtonClick : { type : Function },
528
- onSelectionChange : { type : Function },
529
- onSelectionModeChange : { type : Function },
530
- onShiftIncrementChange : { type : Function },
531
- onShow : { type : Function },
532
- onSplit : { type : Function },
533
- onSplitterCollapseClick : { type : Function },
534
- onSplitterDragEnd : { type : Function },
535
- onSplitterDragStart : { type : Function },
536
- onSplitterExpandClick : { type : Function },
537
- onStartCellEdit : { type : Function },
538
- onStartRowEdit : { type : Function },
539
- onSubGridCollapse : { type : Function },
540
- onSubGridExpand : { type : Function },
541
- onTickCellClick : { type : Function },
542
- onTickCellContextMenu : { type : Function },
543
- onTickCellDblClick : { type : Function },
544
- onTickCellMouseDown : { type : Function },
545
- onTickCellMouseUp : { type : Function },
546
- onTickSizeChange : { type : Function },
547
- onTimeAxisChange : { type : Function },
548
- onTimeAxisHeaderClick : { type : Function },
549
- onTimeAxisHeaderContextMenu : { type : Function },
550
- onTimeAxisHeaderDblClick : { type : Function },
551
- onTimeAxisHeaderMenuBeforeShow : { type : Function },
552
- onTimeAxisHeaderMenuItem : { type : Function },
553
- onTimeAxisHeaderMenuShow : { type : Function },
554
- onTimelineContextChange : { type : Function },
555
- onTimelineViewportResize : { type : Function },
556
- onTimeRangeHeaderClick : { type : Function },
557
- onTimeRangeHeaderContextMenu : { type : Function },
558
- onTimeRangeHeaderDblClick : { type : Function },
559
- onTimeSelectionChange : { type : Function },
560
- onTimeSelectionElementClick : { type : Function },
561
- onToggleGroup : { type : Function },
562
- onToggleNode : { type : Function },
563
- onToolClick : { type : Function },
564
- onUnlockRows : { type : Function },
565
- onUnsplit : { type : Function },
566
- onVisibleDateRangeChange : { type : Function },
317
+ onAfterDependencyCreateDrop : { type : Function },
318
+ onAfterDependencySave : { type : Function },
319
+ onAfterDragCreate : { type : Function },
320
+ onAfterEventDragSelect : { type : Function },
321
+ onAfterEventDrop : { type : Function },
322
+ onAfterEventEdit : { type : Function },
323
+ onAfterEventSave : { type : Function },
324
+ onAssignmentSelectionChange : { type : Function },
325
+ onBeforeAssignmentDelete : { type : Function },
326
+ onBeforeAssignmentSelectionChange : { type : Function },
327
+ onBeforeAutoCreate : { type : Function },
328
+ onBeforeCancelCellEdit : { type : Function },
329
+ onBeforeCancelRowEdit : { type : Function },
330
+ onBeforeCellEditStart : { type : Function },
331
+ onBeforeCellRangeDelete : { type : Function },
332
+ onBeforeCellRangeEdit : { type : Function },
333
+ onBeforeColumnCollapseToggle : { type : Function },
334
+ onBeforeColumnDragStart : { type : Function },
335
+ onBeforeColumnDropFinalize : { type : Function },
336
+ onBeforeColumnResize : { type : Function },
337
+ onBeforeContextShow : { type : Function },
338
+ onBeforeCopy : { type : Function },
339
+ onBeforeCSVExport : { type : Function },
340
+ onBeforeDependencyAdd : { type : Function },
341
+ onBeforeDependencyCreateDrag : { type : Function },
342
+ onBeforeDependencyCreateFinalize : { type : Function },
343
+ onBeforeDependencyDelete : { type : Function },
344
+ onBeforeDependencyEdit : { type : Function },
345
+ onBeforeDependencyEditShow : { type : Function },
346
+ onBeforeDependencySave : { type : Function },
347
+ onBeforeDestroy : { type : Function },
348
+ onBeforeDragCreate : { type : Function },
349
+ onBeforeDragCreateFinalize : { type : Function },
350
+ onBeforeEventAdd : { type : Function },
351
+ onBeforeEventDelete : { type : Function },
352
+ onBeforeEventDrag : { type : Function },
353
+ onBeforeEventDragSelect : { type : Function },
354
+ onBeforeEventDropFinalize : { type : Function },
355
+ onBeforeEventEdit : { type : Function },
356
+ onBeforeEventEditShow : { type : Function },
357
+ onBeforeEventResize : { type : Function },
358
+ onBeforeEventResizeFinalize : { type : Function },
359
+ onBeforeEventSave : { type : Function },
360
+ onBeforeEventSelectionChange : { type : Function },
361
+ onBeforeExcelExport : { type : Function },
362
+ onBeforeFillHandleDragStart : { type : Function },
363
+ onBeforeFinishCellEdit : { type : Function },
364
+ onBeforeFinishRowEdit : { type : Function },
365
+ onBeforeHide : { type : Function },
366
+ onBeforePan : { type : Function },
367
+ onBeforePaste : { type : Function },
368
+ onBeforePdfExport : { type : Function },
369
+ onBeforePresetChange : { type : Function },
370
+ onBeforeRenderRow : { type : Function },
371
+ onBeforeRenderRows : { type : Function },
372
+ onBeforeRowCollapse : { type : Function },
373
+ onBeforeRowExpand : { type : Function },
374
+ onBeforeSelectedContextsShow : { type : Function },
375
+ onBeforeSelectionChange : { type : Function },
376
+ onBeforeSetRecord : { type : Function },
377
+ onBeforeShow : { type : Function },
378
+ onBeforeShowTerminals : { type : Function },
379
+ onBeforeStartRowEdit : { type : Function },
380
+ onBeforeStateApply : { type : Function },
381
+ onBeforeStateSave : { type : Function },
382
+ onBeforeToggleGroup : { type : Function },
383
+ onBeforeToggleNode : { type : Function },
384
+ onCancelCellEdit : { type : Function },
385
+ onCatchAll : { type : Function },
386
+ onCellClick : { type : Function },
387
+ onCellContextMenu : { type : Function },
388
+ onCellDblClick : { type : Function },
389
+ onCellMenuBeforeShow : { type : Function },
390
+ onCellMenuItem : { type : Function },
391
+ onCellMenuShow : { type : Function },
392
+ onCellMenuToggleItem : { type : Function },
393
+ onCellMouseEnter : { type : Function },
394
+ onCellMouseLeave : { type : Function },
395
+ onCellMouseOut : { type : Function },
396
+ onCellMouseOver : { type : Function },
397
+ onCollapse : { type : Function },
398
+ onCollapseNode : { type : Function },
399
+ onColumnCollapseToggle : { type : Function },
400
+ onColumnDrag : { type : Function },
401
+ onColumnDragStart : { type : Function },
402
+ onColumnDrop : { type : Function },
403
+ onColumnResize : { type : Function },
404
+ onColumnResizeStart : { type : Function },
405
+ onContextMenuItem : { type : Function },
406
+ onContextMenuToggleItem : { type : Function },
407
+ onCopy : { type : Function },
408
+ onCurrentTimelineUpdate : { type : Function },
409
+ onDataChange : { type : Function },
410
+ onDateRangeChange : { type : Function },
411
+ onDependenciesDrawn : { type : Function },
412
+ onDependencyClick : { type : Function },
413
+ onDependencyContextMenu : { type : Function },
414
+ onDependencyCreateDragStart : { type : Function },
415
+ onDependencyCreateDrop : { type : Function },
416
+ onDependencyDblClick : { type : Function },
417
+ onDependencyMenuBeforeShow : { type : Function },
418
+ onDependencyMenuItem : { type : Function },
419
+ onDependencyMenuShow : { type : Function },
420
+ onDependencyMouseOut : { type : Function },
421
+ onDependencyMouseOver : { type : Function },
422
+ onDependencyValidationComplete : { type : Function },
423
+ onDependencyValidationStart : { type : Function },
424
+ onDestroy : { type : Function },
425
+ onDirtyStateChange : { type : Function },
426
+ onDragCreateEnd : { type : Function },
427
+ onDragCreateStart : { type : Function },
428
+ onDragSelecting : { type : Function },
429
+ onElementCreated : { type : Function },
430
+ onEventAutoCreated : { type : Function },
431
+ onEventClick : { type : Function },
432
+ onEventContextMenu : { type : Function },
433
+ onEventDblClick : { type : Function },
434
+ onEventDrag : { type : Function },
435
+ onEventDragAbort : { type : Function },
436
+ onEventDragModeChange : { type : Function },
437
+ onEventDragReset : { type : Function },
438
+ onEventDragSelect : { type : Function },
439
+ onEventDragStart : { type : Function },
440
+ onEventDrop : { type : Function },
441
+ onEventEditBeforeSetRecord : { type : Function },
442
+ onEventKeyDown : { type : Function },
443
+ onEventKeyUp : { type : Function },
444
+ onEventMenuBeforeShow : { type : Function },
445
+ onEventMenuItem : { type : Function },
446
+ onEventMenuShow : { type : Function },
447
+ onEventMouseDown : { type : Function },
448
+ onEventMouseEnter : { type : Function },
449
+ onEventMouseLeave : { type : Function },
450
+ onEventMouseOut : { type : Function },
451
+ onEventMouseOver : { type : Function },
452
+ onEventMouseUp : { type : Function },
453
+ onEventPartialResize : { type : Function },
454
+ onEventResizeEnd : { type : Function },
455
+ onEventResizeStart : { type : Function },
456
+ onEventSelectionChange : { type : Function },
457
+ onExpand : { type : Function },
458
+ onExpandNode : { type : Function },
459
+ onFileDrop : { type : Function },
460
+ onFillHandleBeforeDragFinalize : { type : Function },
461
+ onFillHandleDrag : { type : Function },
462
+ onFillHandleDragAbort : { type : Function },
463
+ onFillHandleDragEnd : { type : Function },
464
+ onFillHandleDragStart : { type : Function },
465
+ onFinishCellEdit : { type : Function },
466
+ onFinishRowEdit : { type : Function },
467
+ onFocusIn : { type : Function },
468
+ onFocusOut : { type : Function },
469
+ onGridRowBeforeDragStart : { type : Function },
470
+ onGridRowBeforeDropFinalize : { type : Function },
471
+ onGridRowDrag : { type : Function },
472
+ onGridRowDragAbort : { type : Function },
473
+ onGridRowDragStart : { type : Function },
474
+ onGridRowDrop : { type : Function },
475
+ onHeaderClick : { type : Function },
476
+ onHeaderMenuBeforeShow : { type : Function },
477
+ onHeaderMenuItem : { type : Function },
478
+ onHeaderMenuShow : { type : Function },
479
+ onHeaderMenuToggleItem : { type : Function },
480
+ onHide : { type : Function },
481
+ onLockRows : { type : Function },
482
+ onMouseOut : { type : Function },
483
+ onMouseOver : { type : Function },
484
+ onNavigate : { type : Function },
485
+ onNoZoomChange : { type : Function },
486
+ onPaint : { type : Function },
487
+ onPaste : { type : Function },
488
+ onPasteNotAllowed : { type : Function },
489
+ onPdfExport : { type : Function },
490
+ onPresetChange : { type : Function },
491
+ onReadOnly : { type : Function },
492
+ onRecompose : { type : Function },
493
+ onReleaseEvent : { type : Function },
494
+ onRenderEvent : { type : Function },
495
+ onRenderRow : { type : Function },
496
+ onRenderRows : { type : Function },
497
+ onResize : { type : Function },
498
+ onResourceColumnBeforeDragStart : { type : Function },
499
+ onResourceColumnBeforeDropFinalize : { type : Function },
500
+ onResourceColumnDrag : { type : Function },
501
+ onResourceColumnDragAbort : { type : Function },
502
+ onResourceColumnDragStart : { type : Function },
503
+ onResourceColumnDrop : { type : Function },
504
+ onResourceHeaderClick : { type : Function },
505
+ onResourceHeaderContextmenu : { type : Function },
506
+ onResourceHeaderDblclick : { type : Function },
507
+ onResourceMenuBeforeShow : { type : Function },
508
+ onResourceMenuItem : { type : Function },
509
+ onResourceMenuShow : { type : Function },
510
+ onResourceMenuToggleItem : { type : Function },
511
+ onResourceTimeRangeClick : { type : Function },
512
+ onResourceTimeRangeContextMenu : { type : Function },
513
+ onResourceTimeRangeDblClick : { type : Function },
514
+ onResourceTimeRangeMouseDown : { type : Function },
515
+ onResourceTimeRangeMouseOut : { type : Function },
516
+ onResourceTimeRangeMouseOver : { type : Function },
517
+ onResourceTimeRangeMouseUp : { type : Function },
518
+ onResponsive : { type : Function },
519
+ onRowCollapse : { type : Function },
520
+ onRowExpand : { type : Function },
521
+ onRowMouseEnter : { type : Function },
522
+ onRowMouseLeave : { type : Function },
523
+ onScheduleClick : { type : Function },
524
+ onScheduleContextMenu : { type : Function },
525
+ onScheduleDblClick : { type : Function },
526
+ onScheduleMenuBeforeShow : { type : Function },
527
+ onScheduleMenuItem : { type : Function },
528
+ onScheduleMenuShow : { type : Function },
529
+ onScheduleMouseDown : { type : Function },
530
+ onScheduleMouseEnter : { type : Function },
531
+ onScheduleMouseLeave : { type : Function },
532
+ onScheduleMouseMove : { type : Function },
533
+ onScheduleMouseUp : { type : Function },
534
+ onScroll : { type : Function },
535
+ onScrollButtonClick : { type : Function },
536
+ onSelectionChange : { type : Function },
537
+ onSelectionModeChange : { type : Function },
538
+ onShiftIncrementChange : { type : Function },
539
+ onShow : { type : Function },
540
+ onSplit : { type : Function },
541
+ onSplitterCollapseClick : { type : Function },
542
+ onSplitterDragEnd : { type : Function },
543
+ onSplitterDragStart : { type : Function },
544
+ onSplitterExpandClick : { type : Function },
545
+ onStartCellEdit : { type : Function },
546
+ onStartRowEdit : { type : Function },
547
+ onSubGridCollapse : { type : Function },
548
+ onSubGridExpand : { type : Function },
549
+ onTickCellClick : { type : Function },
550
+ onTickCellContextMenu : { type : Function },
551
+ onTickCellDblClick : { type : Function },
552
+ onTickCellMouseDown : { type : Function },
553
+ onTickCellMouseUp : { type : Function },
554
+ onTickSizeChange : { type : Function },
555
+ onTimeAxisChange : { type : Function },
556
+ onTimeAxisHeaderClick : { type : Function },
557
+ onTimeAxisHeaderContextMenu : { type : Function },
558
+ onTimeAxisHeaderDblClick : { type : Function },
559
+ onTimeAxisHeaderMenuBeforeShow : { type : Function },
560
+ onTimeAxisHeaderMenuItem : { type : Function },
561
+ onTimeAxisHeaderMenuShow : { type : Function },
562
+ onTimelineContextChange : { type : Function },
563
+ onTimelineViewportResize : { type : Function },
564
+ onTimeRangeHeaderClick : { type : Function },
565
+ onTimeRangeHeaderContextMenu : { type : Function },
566
+ onTimeRangeHeaderDblClick : { type : Function },
567
+ onTimeSelectionChange : { type : Function },
568
+ onTimeSelectionElementClick : { type : Function },
569
+ onToggleGroup : { type : Function },
570
+ onToggleNode : { type : Function },
571
+ onToolClick : { type : Function },
572
+ onUnlockRows : { type : Function },
573
+ onUnsplit : { type : Function },
574
+ onVisibleDateRangeChange : { type : Function },
567
575
 
568
576
  // Features
569
- aiFilterFeature : { type : [Object, Boolean, String], default : undefined },
570
- cellCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
571
- cellEditFeature : { type : [Object, Boolean, String], default : undefined },
572
- cellMenuFeature : { type : [Object, Boolean, String], default : undefined },
573
- cellTooltipFeature : { type : [Object, Boolean, String], default : undefined },
574
- chartsFeature : { type : [Object, Boolean, String], default : undefined },
575
- columnAutoWidthFeature : { type : [Object, Boolean, String], default : undefined },
576
- columnDragToolbarFeature : { type : [Object, Boolean, String], default : undefined },
577
- columnLinesFeature : { type : [Object, Boolean, String], default : undefined },
578
- columnPickerFeature : { type : [Object, Boolean, String], default : undefined },
579
- columnRenameFeature : { type : [Object, Boolean, String], default : undefined },
580
- columnReorderFeature : { type : [Object, Boolean, String], default : undefined },
581
- columnResizeFeature : { type : [Object, Boolean, String], default : undefined },
582
- dependenciesFeature : { type : [Object, Boolean, String], default : undefined },
583
- dependencyEditFeature : { type : [Object, Boolean, String], default : undefined },
584
- dependencyMenuFeature : { type : [Object, Boolean, String], default : undefined },
585
- eventCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
586
- eventDragFeature : { type : [Object, Boolean, String], default : undefined },
587
- eventDragCreateFeature : { type : [Object, Boolean, String], default : undefined },
588
- eventDragSelectFeature : { type : [Object, Boolean, String], default : undefined },
589
- eventEditFeature : { type : [Object, Boolean, String], default : undefined },
590
- eventFilterFeature : { type : [Object, Boolean, String], default : undefined },
591
- eventMenuFeature : { type : [Object, Boolean, String], default : undefined },
592
- eventNonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
593
- eventResizeFeature : { type : [Object, Boolean, String], default : undefined },
594
- eventTooltipFeature : { type : [Object, Boolean, String], default : undefined },
595
- excelExporterFeature : { type : [Object, Boolean, String], default : undefined },
596
- fileDropFeature : { type : [Object, Boolean, String], default : undefined },
597
- fillHandleFeature : { type : [Object, Boolean, String], default : undefined },
598
- filterFeature : { type : [Object, Boolean, String], default : undefined },
599
- filterBarFeature : { type : [Object, Boolean, String], default : undefined },
600
- groupFeature : { type : [Object, Boolean, String], default : undefined },
601
- groupSummaryFeature : { type : [Object, Boolean, String], default : undefined },
602
- headerMenuFeature : { type : [Object, Boolean, String], default : undefined },
603
- headerZoomFeature : { type : [Object, Boolean, String], default : undefined },
604
- labelsFeature : { type : [Object, Boolean, String], default : undefined },
605
- lockRowsFeature : { type : [Object, Boolean, String], default : undefined },
606
- mergeCellsFeature : { type : [Object, Boolean, String], default : undefined },
607
- nonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
608
- panFeature : { type : [Object, Boolean, String], default : undefined },
609
- pdfExportFeature : { type : [Object, Boolean, String], default : undefined },
610
- pinColumnsFeature : { type : [Object, Boolean, String], default : undefined },
611
- printFeature : { type : [Object, Boolean, String], default : undefined },
612
- quickFindFeature : { type : [Object, Boolean, String], default : undefined },
613
- regionResizeFeature : { type : [Object, Boolean, String], default : undefined },
614
- resourceMenuFeature : { type : [Object, Boolean, String], default : undefined },
615
- resourceTimeRangesFeature : { type : [Object, Boolean, String], default : undefined },
616
- rowCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
617
- rowEditFeature : { type : [Object, Boolean, String], default : undefined },
618
- rowExpanderFeature : { type : [Object, Boolean, String], default : undefined },
619
- rowReorderFeature : { type : [Object, Boolean, String], default : undefined },
620
- rowResizeFeature : { type : [Object, Boolean, String], default : undefined },
621
- scheduleContextFeature : { type : [Object, Boolean, String], default : undefined },
622
- scheduleMenuFeature : { type : [Object, Boolean, String], default : undefined },
623
- scheduleTooltipFeature : { type : [Object, Boolean, String], default : undefined },
624
- scrollButtonsFeature : { type : [Object, Boolean, String], default : undefined },
625
- searchFeature : { type : [Object, Boolean, String], default : undefined },
626
- simpleEventEditFeature : { type : [Object, Boolean, String], default : undefined },
627
- sortFeature : { type : [Object, Boolean, String], default : undefined },
628
- splitFeature : { type : [Object, Boolean, String], default : undefined },
629
- stickyCellsFeature : { type : [Object, Boolean, String], default : undefined },
630
- stickyEventsFeature : { type : [Object, Boolean, String], default : undefined },
631
- stripeFeature : { type : [Object, Boolean, String], default : undefined },
632
- summaryFeature : { type : [Object, Boolean, String], default : undefined },
633
- timeAxisHeaderMenuFeature : { type : [Object, Boolean, String], default : undefined },
634
- timeRangesFeature : { type : [Object, Boolean, String], default : undefined },
635
- timeSelectionFeature : { type : [Object, Boolean, String], default : undefined },
636
- treeFeature : { type : [Object, Boolean, String], default : undefined },
637
- treeGroupFeature : { type : [Object, Boolean, String], default : undefined },
638
- treeSummaryFeature : { type : [Object, Boolean, String], default : undefined },
577
+ aiFeature : { type : [Object, Boolean, String], default : undefined },
578
+ aiFilterFeature : { type : [Object, Boolean, String], default : undefined },
579
+ cellCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
580
+ cellEditFeature : { type : [Object, Boolean, String], default : undefined },
581
+ cellMenuFeature : { type : [Object, Boolean, String], default : undefined },
582
+ cellTooltipFeature : { type : [Object, Boolean, String], default : undefined },
583
+ chartsFeature : { type : [Object, Boolean, String], default : undefined },
584
+ columnAutoWidthFeature : { type : [Object, Boolean, String], default : undefined },
585
+ columnDragToolbarFeature : { type : [Object, Boolean, String], default : undefined },
586
+ columnLinesFeature : { type : [Object, Boolean, String], default : undefined },
587
+ columnPickerFeature : { type : [Object, Boolean, String], default : undefined },
588
+ columnRenameFeature : { type : [Object, Boolean, String], default : undefined },
589
+ columnReorderFeature : { type : [Object, Boolean, String], default : undefined },
590
+ columnResizeFeature : { type : [Object, Boolean, String], default : undefined },
591
+ dependenciesFeature : { type : [Object, Boolean, String], default : undefined },
592
+ dependencyEditFeature : { type : [Object, Boolean, String], default : undefined },
593
+ dependencyMenuFeature : { type : [Object, Boolean, String], default : undefined },
594
+ eventCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
595
+ eventDragFeature : { type : [Object, Boolean, String], default : undefined },
596
+ eventDragCreateFeature : { type : [Object, Boolean, String], default : undefined },
597
+ eventDragSelectFeature : { type : [Object, Boolean, String], default : undefined },
598
+ eventEditFeature : { type : [Object, Boolean, String], default : undefined },
599
+ eventFilterFeature : { type : [Object, Boolean, String], default : undefined },
600
+ eventMenuFeature : { type : [Object, Boolean, String], default : undefined },
601
+ eventNonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
602
+ eventResizeFeature : { type : [Object, Boolean, String], default : undefined },
603
+ eventTooltipFeature : { type : [Object, Boolean, String], default : undefined },
604
+ excelExporterFeature : { type : [Object, Boolean, String], default : undefined },
605
+ fileDropFeature : { type : [Object, Boolean, String], default : undefined },
606
+ fillHandleFeature : { type : [Object, Boolean, String], default : undefined },
607
+ filterFeature : { type : [Object, Boolean, String], default : undefined },
608
+ filterBarFeature : { type : [Object, Boolean, String], default : undefined },
609
+ groupFeature : { type : [Object, Boolean, String], default : undefined },
610
+ groupSummaryFeature : { type : [Object, Boolean, String], default : undefined },
611
+ headerMenuFeature : { type : [Object, Boolean, String], default : undefined },
612
+ headerZoomFeature : { type : [Object, Boolean, String], default : undefined },
613
+ labelsFeature : { type : [Object, Boolean, String], default : undefined },
614
+ lockRowsFeature : { type : [Object, Boolean, String], default : undefined },
615
+ mergeCellsFeature : { type : [Object, Boolean, String], default : undefined },
616
+ nonWorkingTimeFeature : { type : [Object, Boolean, String], default : undefined },
617
+ panFeature : { type : [Object, Boolean, String], default : undefined },
618
+ pdfExportFeature : { type : [Object, Boolean, String], default : undefined },
619
+ pinColumnsFeature : { type : [Object, Boolean, String], default : undefined },
620
+ printFeature : { type : [Object, Boolean, String], default : undefined },
621
+ quickFindFeature : { type : [Object, Boolean, String], default : undefined },
622
+ regionResizeFeature : { type : [Object, Boolean, String], default : undefined },
623
+ resourceColumnReorderFeature : { type : [Object, Boolean, String], default : undefined },
624
+ resourceMenuFeature : { type : [Object, Boolean, String], default : undefined },
625
+ resourceTimeRangesFeature : { type : [Object, Boolean, String], default : undefined },
626
+ rowCopyPasteFeature : { type : [Object, Boolean, String], default : undefined },
627
+ rowEditFeature : { type : [Object, Boolean, String], default : undefined },
628
+ rowExpanderFeature : { type : [Object, Boolean, String], default : undefined },
629
+ rowReorderFeature : { type : [Object, Boolean, String], default : undefined },
630
+ rowResizeFeature : { type : [Object, Boolean, String], default : undefined },
631
+ scheduleContextFeature : { type : [Object, Boolean, String], default : undefined },
632
+ scheduleMenuFeature : { type : [Object, Boolean, String], default : undefined },
633
+ scheduleTooltipFeature : { type : [Object, Boolean, String], default : undefined },
634
+ scrollButtonsFeature : { type : [Object, Boolean, String], default : undefined },
635
+ searchFeature : { type : [Object, Boolean, String], default : undefined },
636
+ simpleEventEditFeature : { type : [Object, Boolean, String], default : undefined },
637
+ sortFeature : { type : [Object, Boolean, String], default : undefined },
638
+ splitFeature : { type : [Object, Boolean, String], default : undefined },
639
+ stickyCellsFeature : { type : [Object, Boolean, String], default : undefined },
640
+ stickyEventsFeature : { type : [Object, Boolean, String], default : undefined },
641
+ stripeFeature : { type : [Object, Boolean, String], default : undefined },
642
+ summaryFeature : { type : [Object, Boolean, String], default : undefined },
643
+ timeAxisHeaderMenuFeature : { type : [Object, Boolean, String], default : undefined },
644
+ timeRangesFeature : { type : [Object, Boolean, String], default : undefined },
645
+ timeSelectionFeature : { type : [Object, Boolean, String], default : undefined },
646
+ treeFeature : { type : [Object, Boolean, String], default : undefined },
647
+ treeGroupFeature : { type : [Object, Boolean, String], default : undefined },
648
+ treeSummaryFeature : { type : [Object, Boolean, String], default : undefined },
639
649
 
640
650
  },
641
651
 
@@ -660,6 +670,7 @@ export default {
660
670
  projectStores : true,
661
671
 
662
672
  featureNames : [
673
+ 'aiFeature',
663
674
  'aiFilterFeature',
664
675
  'cellCopyPasteFeature',
665
676
  'cellEditFeature',
@@ -705,6 +716,7 @@ export default {
705
716
  'printFeature',
706
717
  'quickFindFeature',
707
718
  'regionResizeFeature',
719
+ 'resourceColumnReorderFeature',
708
720
  'resourceMenuFeature',
709
721
  'resourceTimeRangesFeature',
710
722
  'rowCopyPasteFeature',
@@ -744,6 +756,7 @@ export default {
744
756
  'autoHeight',
745
757
  'bbar',
746
758
  'bodyCls',
759
+ 'border',
747
760
  'bubbleEvents',
748
761
  'bufferCoef',
749
762
  'bufferThreshold',
@@ -915,6 +928,7 @@ export default {
915
928
  'hideRowHover',
916
929
  'id',
917
930
  'infiniteScroll',
931
+ 'inheritEventColor',
918
932
  'initialAnimationDuration',
919
933
  'inputFieldAlign',
920
934
  'insertBefore',
@@ -1119,6 +1133,12 @@ export default {
1119
1133
  'onRenderRow',
1120
1134
  'onRenderRows',
1121
1135
  'onResize',
1136
+ 'onResourceColumnBeforeDragStart',
1137
+ 'onResourceColumnBeforeDropFinalize',
1138
+ 'onResourceColumnDrag',
1139
+ 'onResourceColumnDragAbort',
1140
+ 'onResourceColumnDragStart',
1141
+ 'onResourceColumnDrop',
1122
1142
  'onResourceHeaderClick',
1123
1143
  'onResourceHeaderContextmenu',
1124
1144
  'onResourceHeaderDblclick',
@@ -1446,6 +1466,12 @@ export default {
1446
1466
  'renderRow',
1447
1467
  'renderRows',
1448
1468
  'resize',
1469
+ 'resourceColumnBeforeDragStart',
1470
+ 'resourceColumnBeforeDropFinalize',
1471
+ 'resourceColumnDrag',
1472
+ 'resourceColumnDragAbort',
1473
+ 'resourceColumnDragStart',
1474
+ 'resourceColumnDrop',
1449
1475
  'resourceHeaderClick',
1450
1476
  'resourceHeaderContextmenu',
1451
1477
  'resourceHeaderDblclick',