@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.
- package/README.md +12 -6
- package/index.d.ts +1 -0
- package/index.js +2 -0
- package/package.json +1 -1
- package/src/BryntumAIFilterField.vue +1 -1
- package/src/BryntumButton.vue +1 -1
- package/src/BryntumButtonGroup.vue +2 -0
- package/src/BryntumChatPanel.vue +3 -1
- package/src/BryntumCheckboxGroup.vue +3 -1
- package/src/BryntumChecklistFilterCombo.vue +1 -1
- package/src/BryntumChipView.vue +100 -100
- package/src/BryntumCodeEditor.vue +3 -1
- package/src/BryntumCombo.vue +1 -1
- package/src/BryntumContainer.vue +3 -1
- package/src/BryntumDateField.vue +4 -2
- package/src/BryntumDatePicker.vue +5 -3
- package/src/BryntumDateRangeField.vue +1 -1
- package/src/BryntumDateTimeField.vue +1 -1
- package/src/BryntumDemoCodeEditor.vue +3 -1
- package/src/BryntumDisplayField.vue +1 -1
- package/src/BryntumDurationField.vue +1 -1
- package/src/BryntumEditor.vue +3 -1
- package/src/BryntumFieldFilterPicker.vue +3 -1
- package/src/BryntumFieldFilterPickerGroup.vue +3 -1
- package/src/BryntumFieldSet.vue +3 -1
- package/src/BryntumFileField.vue +1 -1
- package/src/BryntumFilePicker.vue +3 -1
- package/src/BryntumFilterField.vue +1 -1
- package/src/BryntumGrid.vue +11 -1
- package/src/BryntumGridBase.vue +11 -1
- package/src/BryntumGridChartDesigner.vue +1 -1
- package/src/BryntumGridFieldFilterPicker.vue +3 -1
- package/src/BryntumGridFieldFilterPickerGroup.vue +3 -1
- package/src/BryntumGroupBar.vue +100 -100
- package/src/BryntumHint.vue +3 -1
- package/src/BryntumLabel.vue +1 -1
- package/src/BryntumList.vue +97 -97
- package/src/BryntumMenu.vue +3 -1
- package/src/BryntumMonthPicker.vue +3 -1
- package/src/BryntumNumberField.vue +1 -1
- package/src/BryntumPagingToolbar.vue +3 -1
- package/src/BryntumPanel.vue +3 -1
- package/src/BryntumPasswordField.vue +1 -1
- package/src/BryntumProgressBar.vue +301 -0
- package/src/BryntumProjectCombo.vue +1 -1
- package/src/BryntumRadioGroup.vue +3 -1
- package/src/BryntumResourceCombo.vue +1 -1
- package/src/BryntumResourceFilter.vue +101 -101
- package/src/BryntumScheduler.vue +354 -322
- package/src/BryntumSchedulerBase.vue +354 -322
- package/src/BryntumSchedulerDatePicker.vue +5 -3
- package/src/BryntumSlider.vue +1 -1
- package/src/BryntumSplitter.vue +1 -1
- package/src/BryntumTabPanel.vue +3 -1
- package/src/BryntumTextAreaField.vue +1 -1
- package/src/BryntumTextAreaPickerField.vue +1 -1
- package/src/BryntumTextField.vue +1 -1
- package/src/BryntumTimeField.vue +4 -2
- package/src/BryntumTimePicker.vue +3 -1
- package/src/BryntumTimelineHistogram.vue +12 -2
- package/src/BryntumToolbar.vue +3 -1
- package/src/BryntumTreeCombo.vue +1 -1
- package/src/BryntumTreeGrid.vue +11 -1
- package/src/BryntumUndoRedo.vue +2 -0
- package/src/BryntumViewPresetCombo.vue +1 -1
- package/src/BryntumWidget.vue +1 -1
- 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
|
|
315
|
-
onAfterDependencySave
|
|
316
|
-
onAfterDragCreate
|
|
317
|
-
onAfterEventDragSelect
|
|
318
|
-
onAfterEventDrop
|
|
319
|
-
onAfterEventEdit
|
|
320
|
-
onAfterEventSave
|
|
321
|
-
onAssignmentSelectionChange
|
|
322
|
-
onBeforeAssignmentDelete
|
|
323
|
-
onBeforeAssignmentSelectionChange
|
|
324
|
-
onBeforeAutoCreate
|
|
325
|
-
onBeforeCancelCellEdit
|
|
326
|
-
onBeforeCancelRowEdit
|
|
327
|
-
onBeforeCellEditStart
|
|
328
|
-
onBeforeCellRangeDelete
|
|
329
|
-
onBeforeCellRangeEdit
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
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
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
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',
|