@bryntum/schedulerpro-vue-3-thin 7.3.1 → 7.3.2

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 (68) hide show
  1. package/README.md +7 -7
  2. package/lib/chunks/7vz3cAx6.js.map +1 -1
  3. package/lib/chunks/B1SaPsRu.js.map +1 -1
  4. package/lib/chunks/B4dVznPx.js.map +1 -1
  5. package/lib/chunks/B8GKehTJ.js.map +1 -1
  6. package/lib/chunks/BhXv58eE.js.map +1 -1
  7. package/lib/chunks/BhfdqXGU.js.map +1 -1
  8. package/lib/chunks/Bk2bIVfG.js.map +1 -1
  9. package/lib/chunks/C1vi1h_N.js.map +1 -1
  10. package/lib/chunks/CEQZr1q6.js.map +1 -1
  11. package/lib/chunks/CPjow0gO.js.map +1 -1
  12. package/lib/chunks/Cb_akueu.js.map +1 -1
  13. package/lib/chunks/Cc_DPp3S.js.map +1 -1
  14. package/lib/chunks/Cr5VTUbs.js.map +1 -1
  15. package/lib/chunks/D-hmgVVF.js.map +1 -1
  16. package/lib/chunks/D-v-Wqj4.js.map +1 -1
  17. package/lib/chunks/D0hJ3P6L.js.map +1 -1
  18. package/lib/chunks/DPA-xEW5.js.map +1 -1
  19. package/lib/chunks/XQWZfDOm.js.map +1 -1
  20. package/lib/chunks/eKXSEOkn.js.map +1 -1
  21. package/lib/chunks/edcDjaO2.js.map +1 -1
  22. package/lib/chunks/n2IZFQjR.js.map +1 -1
  23. package/lib/chunks/zY4Qxi9x.js.map +1 -1
  24. package/package.json +1 -1
  25. package/src/components/BryntumCalendarEditor.vue +6 -0
  26. package/src/components/BryntumCalendarEditorProps.ts +6 -0
  27. package/src/components/BryntumCalendarField.vue +6 -0
  28. package/src/components/BryntumCalendarFieldProps.ts +6 -0
  29. package/src/components/BryntumConstraintTypePicker.vue +6 -0
  30. package/src/components/BryntumConstraintTypePickerProps.ts +6 -0
  31. package/src/components/BryntumCostAccrualField.vue +6 -0
  32. package/src/components/BryntumCostAccrualFieldProps.ts +6 -0
  33. package/src/components/BryntumDependencyTypePicker.vue +6 -0
  34. package/src/components/BryntumDependencyTypePickerProps.ts +6 -0
  35. package/src/components/BryntumEffortField.vue +6 -0
  36. package/src/components/BryntumEffortFieldProps.ts +6 -0
  37. package/src/components/BryntumEndDateField.vue +7 -1
  38. package/src/components/BryntumEndDateFieldProps.ts +7 -1
  39. package/src/components/BryntumModelCombo.vue +6 -0
  40. package/src/components/BryntumModelComboProps.ts +6 -0
  41. package/src/components/BryntumRateTableField.vue +6 -0
  42. package/src/components/BryntumRateTableFieldProps.ts +6 -0
  43. package/src/components/BryntumResourceEditor.vue +6 -0
  44. package/src/components/BryntumResourceEditorProps.ts +6 -0
  45. package/src/components/BryntumResourceGrid.vue +7 -1
  46. package/src/components/BryntumResourceGridProps.ts +7 -1
  47. package/src/components/BryntumResourceHistogram.vue +7 -1
  48. package/src/components/BryntumResourceHistogramProps.ts +7 -1
  49. package/src/components/BryntumResourceTypeField.vue +6 -0
  50. package/src/components/BryntumResourceTypeFieldProps.ts +6 -0
  51. package/src/components/BryntumResourceUtilization.vue +7 -1
  52. package/src/components/BryntumResourceUtilizationProps.ts +7 -1
  53. package/src/components/BryntumSchedulerPro.vue +7 -1
  54. package/src/components/BryntumSchedulerProBase.vue +7 -1
  55. package/src/components/BryntumSchedulerProBaseProps.ts +7 -1
  56. package/src/components/BryntumSchedulerProProjectModel.vue +5 -2
  57. package/src/components/BryntumSchedulerProProjectModelProps.ts +1 -0
  58. package/src/components/BryntumSchedulerProProps.ts +7 -1
  59. package/src/components/BryntumSchedulingDirectionPicker.vue +6 -0
  60. package/src/components/BryntumSchedulingDirectionPickerProps.ts +6 -0
  61. package/src/components/BryntumSchedulingModePicker.vue +6 -0
  62. package/src/components/BryntumSchedulingModePickerProps.ts +6 -0
  63. package/src/components/BryntumStartDateField.vue +7 -1
  64. package/src/components/BryntumStartDateFieldProps.ts +7 -1
  65. package/src/components/BryntumTimeline.vue +7 -1
  66. package/src/components/BryntumTimelineProps.ts +7 -1
  67. package/src/components/BryntumVersionGrid.vue +7 -1
  68. package/src/components/BryntumVersionGridProps.ts +7 -1
@@ -29,6 +29,8 @@ export declare type BryntumDependencyTypePickerProps = {
29
29
  /**
30
30
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
31
31
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
32
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
33
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/DependencyTypePicker#config-appendTo)
32
34
  */
33
35
  appendTo ? : HTMLElement|string
34
36
  /**
@@ -398,10 +400,14 @@ export declare type BryntumDependencyTypePickerProps = {
398
400
  inputWidth ? : string|number
399
401
  /**
400
402
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
403
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
404
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/DependencyTypePicker#config-insertBefore)
401
405
  */
402
406
  insertBefore ? : HTMLElement|string
403
407
  /**
404
408
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
409
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
410
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/DependencyTypePicker#config-insertFirst)
405
411
  */
406
412
  insertFirst ? : HTMLElement|string
407
413
  /**
@@ -52,6 +52,8 @@ defineProps<{
52
52
  /**
53
53
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
54
54
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
55
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
56
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-appendTo)
55
57
  */
56
58
  appendTo ? : HTMLElement|string
57
59
  /**
@@ -317,10 +319,14 @@ defineProps<{
317
319
  inputWidth ? : string|number
318
320
  /**
319
321
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
322
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
323
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-insertBefore)
320
324
  */
321
325
  insertBefore ? : HTMLElement|string
322
326
  /**
323
327
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
328
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
329
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-insertFirst)
324
330
  */
325
331
  insertFirst ? : HTMLElement|string
326
332
  /**
@@ -37,6 +37,8 @@ export declare type BryntumEffortFieldProps = {
37
37
  /**
38
38
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
39
39
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
40
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
41
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-appendTo)
40
42
  */
41
43
  appendTo ? : HTMLElement|string
42
44
  /**
@@ -302,10 +304,14 @@ export declare type BryntumEffortFieldProps = {
302
304
  inputWidth ? : string|number
303
305
  /**
304
306
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
307
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
308
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-insertBefore)
305
309
  */
306
310
  insertBefore ? : HTMLElement|string
307
311
  /**
308
312
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
313
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
314
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EffortField#config-insertFirst)
309
315
  */
310
316
  insertFirst ? : HTMLElement|string
311
317
  /**
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -313,10 +315,14 @@ defineProps<{
313
315
  inputWidth ? : string|number
314
316
  /**
315
317
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
318
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
319
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-insertBefore)
316
320
  */
317
321
  insertBefore ? : HTMLElement|string
318
322
  /**
319
323
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
324
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
325
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-insertFirst)
320
326
  */
321
327
  insertFirst ? : HTMLElement|string
322
328
  /**
@@ -499,7 +505,7 @@ defineProps<{
499
505
  /**
500
506
  * Project model calendar of which should be used by the field.
501
507
  */
502
- project ? : ProjectModel|object
508
+ project ? : ProjectModel|object|null
503
509
  /**
504
510
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
505
511
  * are unresponsive.
@@ -28,6 +28,8 @@ export declare type BryntumEndDateFieldProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -298,10 +300,14 @@ export declare type BryntumEndDateFieldProps = {
298
300
  inputWidth ? : string|number
299
301
  /**
300
302
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
303
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
304
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-insertBefore)
301
305
  */
302
306
  insertBefore ? : HTMLElement|string
303
307
  /**
304
308
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
309
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
310
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/EndDateField#config-insertFirst)
305
311
  */
306
312
  insertFirst ? : HTMLElement|string
307
313
  /**
@@ -484,7 +490,7 @@ export declare type BryntumEndDateFieldProps = {
484
490
  /**
485
491
  * Project model calendar of which should be used by the field.
486
492
  */
487
- project ? : ProjectModel|object
493
+ project ? : ProjectModel|object|null
488
494
  /**
489
495
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
490
496
  * are unresponsive.
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -407,10 +409,14 @@ defineProps<{
407
409
  inputWidth ? : string|number
408
410
  /**
409
411
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
412
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
413
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-insertBefore)
410
414
  */
411
415
  insertBefore ? : HTMLElement|string
412
416
  /**
413
417
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
418
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
419
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-insertFirst)
414
420
  */
415
421
  insertFirst ? : HTMLElement|string
416
422
  /**
@@ -28,6 +28,8 @@ export declare type BryntumModelComboProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -392,10 +394,14 @@ export declare type BryntumModelComboProps = {
392
394
  inputWidth ? : string|number
393
395
  /**
394
396
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
397
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
398
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-insertBefore)
395
399
  */
396
400
  insertBefore ? : HTMLElement|string
397
401
  /**
398
402
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
403
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
404
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ModelCombo#config-insertFirst)
399
405
  */
400
406
  insertFirst ? : HTMLElement|string
401
407
  /**
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -407,10 +409,14 @@ defineProps<{
407
409
  inputWidth ? : string|number
408
410
  /**
409
411
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
412
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
413
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-insertBefore)
410
414
  */
411
415
  insertBefore ? : HTMLElement|string
412
416
  /**
413
417
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
418
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
419
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-insertFirst)
414
420
  */
415
421
  insertFirst ? : HTMLElement|string
416
422
  /**
@@ -28,6 +28,8 @@ export declare type BryntumRateTableFieldProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -392,10 +394,14 @@ export declare type BryntumRateTableFieldProps = {
392
394
  inputWidth ? : string|number
393
395
  /**
394
396
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
397
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
398
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-insertBefore)
395
399
  */
396
400
  insertBefore ? : HTMLElement|string
397
401
  /**
398
402
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
403
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
404
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/RateTableField#config-insertFirst)
399
405
  */
400
406
  insertFirst ? : HTMLElement|string
401
407
  /**
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -334,10 +336,14 @@ defineProps<{
334
336
  inputFieldAlign ? : 'start'|'end'
335
337
  /**
336
338
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
339
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
340
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-insertBefore)
337
341
  */
338
342
  insertBefore ? : HTMLElement|string
339
343
  /**
340
344
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
345
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
346
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-insertFirst)
341
347
  */
342
348
  insertFirst ? : HTMLElement|string
343
349
  /**
@@ -28,6 +28,8 @@ export declare type BryntumResourceEditorProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -319,10 +321,14 @@ export declare type BryntumResourceEditorProps = {
319
321
  inputFieldAlign ? : 'start'|'end'
320
322
  /**
321
323
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
324
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
325
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-insertBefore)
322
326
  */
323
327
  insertBefore ? : HTMLElement|string
324
328
  /**
325
329
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
330
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
331
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceEditor#config-insertFirst)
326
332
  */
327
333
  insertFirst ? : HTMLElement|string
328
334
  /**
@@ -76,6 +76,8 @@ defineProps<{
76
76
  /**
77
77
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
78
78
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
79
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
80
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-appendTo)
79
81
  */
80
82
  appendTo ? : HTMLElement|string
81
83
  /**
@@ -391,10 +393,14 @@ defineProps<{
391
393
  inputFieldAlign ? : 'start'|'end'
392
394
  /**
393
395
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
396
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
397
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-insertBefore)
394
398
  */
395
399
  insertBefore ? : HTMLElement|string
396
400
  /**
397
401
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
402
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
403
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-insertFirst)
398
404
  */
399
405
  insertFirst ? : HTMLElement|string
400
406
  /**
@@ -510,7 +516,7 @@ defineProps<{
510
516
  * Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
511
517
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-project)
512
518
  */
513
- project ? : ProjectModel|ProjectModelConfig|object
519
+ project ? : ProjectModel|ProjectModelConfig|object|null
514
520
  /**
515
521
  * The project model class to use when creating the project instance. Override this to use a custom project
516
522
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -37,6 +37,8 @@ export declare type BryntumResourceGridProps = {
37
37
  /**
38
38
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
39
39
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
40
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
41
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-appendTo)
40
42
  */
41
43
  appendTo ? : HTMLElement|string
42
44
  /**
@@ -352,10 +354,14 @@ export declare type BryntumResourceGridProps = {
352
354
  inputFieldAlign ? : 'start'|'end'
353
355
  /**
354
356
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
357
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
358
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-insertBefore)
355
359
  */
356
360
  insertBefore ? : HTMLElement|string
357
361
  /**
358
362
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
363
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
364
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-insertFirst)
359
365
  */
360
366
  insertFirst ? : HTMLElement|string
361
367
  /**
@@ -471,7 +477,7 @@ export declare type BryntumResourceGridProps = {
471
477
  * Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
472
478
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceGrid#config-project)
473
479
  */
474
- project ? : ProjectModel|ProjectModelConfig|object
480
+ project ? : ProjectModel|ProjectModelConfig|object|null
475
481
  /**
476
482
  * The project model class to use when creating the project instance. Override this to use a custom project
477
483
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -91,6 +91,8 @@ defineProps<{
91
91
  /**
92
92
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
93
93
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
94
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
95
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-appendTo)
94
96
  */
95
97
  appendTo ? : HTMLElement|string
96
98
  /**
@@ -667,10 +669,14 @@ defineProps<{
667
669
  inputFieldAlign ? : 'start'|'end'
668
670
  /**
669
671
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
672
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
673
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-insertBefore)
670
674
  */
671
675
  insertBefore ? : HTMLElement|string
672
676
  /**
673
677
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
678
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
679
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-insertFirst)
674
680
  */
675
681
  insertFirst ? : HTMLElement|string
676
682
  /**
@@ -838,7 +844,7 @@ defineProps<{
838
844
  * Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
839
845
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-project)
840
846
  */
841
- project ? : ProjectModel|ProjectModelConfig|object
847
+ project ? : ProjectModel|ProjectModelConfig|object|null
842
848
  /**
843
849
  * The project model class to use when creating the project instance. Override this to use a custom project
844
850
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -53,6 +53,8 @@ export declare type BryntumResourceHistogramProps = {
53
53
  /**
54
54
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
55
55
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
56
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
57
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-appendTo)
56
58
  */
57
59
  appendTo ? : HTMLElement|string
58
60
  /**
@@ -629,10 +631,14 @@ export declare type BryntumResourceHistogramProps = {
629
631
  inputFieldAlign ? : 'start'|'end'
630
632
  /**
631
633
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
634
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
635
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-insertBefore)
632
636
  */
633
637
  insertBefore ? : HTMLElement|string
634
638
  /**
635
639
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
640
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
641
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-insertFirst)
636
642
  */
637
643
  insertFirst ? : HTMLElement|string
638
644
  /**
@@ -800,7 +806,7 @@ export declare type BryntumResourceHistogramProps = {
800
806
  * Can be omitted in favor of individual store configs or [crudManager](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/view/mixin/SchedulerStores#config-crudManager) config.
801
807
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceHistogram#config-project)
802
808
  */
803
- project ? : ProjectModel|ProjectModelConfig|object
809
+ project ? : ProjectModel|ProjectModelConfig|object|null
804
810
  /**
805
811
  * The project model class to use when creating the project instance. Override this to use a custom project
806
812
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -43,6 +43,8 @@ defineProps<{
43
43
  /**
44
44
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
45
45
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
46
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
47
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-appendTo)
46
48
  */
47
49
  appendTo ? : HTMLElement|string
48
50
  /**
@@ -407,10 +409,14 @@ defineProps<{
407
409
  inputWidth ? : string|number
408
410
  /**
409
411
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
412
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
413
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-insertBefore)
410
414
  */
411
415
  insertBefore ? : HTMLElement|string
412
416
  /**
413
417
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
418
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
419
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-insertFirst)
414
420
  */
415
421
  insertFirst ? : HTMLElement|string
416
422
  /**
@@ -28,6 +28,8 @@ export declare type BryntumResourceTypeFieldProps = {
28
28
  /**
29
29
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
30
30
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
31
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
32
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -392,10 +394,14 @@ export declare type BryntumResourceTypeFieldProps = {
392
394
  inputWidth ? : string|number
393
395
  /**
394
396
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
397
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
398
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-insertBefore)
395
399
  */
396
400
  insertBefore ? : HTMLElement|string
397
401
  /**
398
402
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
403
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
404
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/ResourceTypeField#config-insertFirst)
399
405
  */
400
406
  insertFirst ? : HTMLElement|string
401
407
  /**
@@ -91,6 +91,8 @@ defineProps<{
91
91
  /**
92
92
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
93
93
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
94
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
95
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-appendTo)
94
96
  */
95
97
  appendTo ? : HTMLElement|string
96
98
  /**
@@ -646,10 +648,14 @@ defineProps<{
646
648
  inputFieldAlign ? : 'start'|'end'
647
649
  /**
648
650
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
651
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
652
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-insertBefore)
649
653
  */
650
654
  insertBefore ? : HTMLElement|string
651
655
  /**
652
656
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
657
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
658
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-insertFirst)
653
659
  */
654
660
  insertFirst ? : HTMLElement|string
655
661
  /**
@@ -816,7 +822,7 @@ defineProps<{
816
822
  * A ProjectModel instance (or a config object) to display resource allocation of.
817
823
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-project)
818
824
  */
819
- project ? : ProjectModelConfig|ProjectModel|object
825
+ project ? : ProjectModelConfig|ProjectModel|object|null
820
826
  /**
821
827
  * The project model class to use when creating the project instance. Override this to use a custom project
822
828
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -53,6 +53,8 @@ export declare type BryntumResourceUtilizationProps = {
53
53
  /**
54
54
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
55
55
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
56
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
57
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-appendTo)
56
58
  */
57
59
  appendTo ? : HTMLElement|string
58
60
  /**
@@ -608,10 +610,14 @@ export declare type BryntumResourceUtilizationProps = {
608
610
  inputFieldAlign ? : 'start'|'end'
609
611
  /**
610
612
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
613
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
614
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-insertBefore)
611
615
  */
612
616
  insertBefore ? : HTMLElement|string
613
617
  /**
614
618
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
619
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
620
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-insertFirst)
615
621
  */
616
622
  insertFirst ? : HTMLElement|string
617
623
  /**
@@ -778,7 +784,7 @@ export declare type BryntumResourceUtilizationProps = {
778
784
  * A ProjectModel instance (or a config object) to display resource allocation of.
779
785
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/ResourceUtilization#config-project)
780
786
  */
781
- project ? : ProjectModelConfig|ProjectModel|object
787
+ project ? : ProjectModelConfig|ProjectModel|object|null
782
788
  /**
783
789
  * The project model class to use when creating the project instance. Override this to use a custom project
784
790
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -97,6 +97,8 @@ defineProps<{
97
97
  /**
98
98
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
99
99
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
100
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
101
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-appendTo)
100
102
  */
101
103
  appendTo ? : HTMLElement|string
102
104
  /**
@@ -723,10 +725,14 @@ defineProps<{
723
725
  inputFieldAlign ? : 'start'|'end'
724
726
  /**
725
727
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
728
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
729
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-insertBefore)
726
730
  */
727
731
  insertBefore ? : HTMLElement|string
728
732
  /**
729
733
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
734
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
735
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-insertFirst)
730
736
  */
731
737
  insertFirst ? : HTMLElement|string
732
738
  /**
@@ -977,7 +983,7 @@ defineProps<{
977
983
  /**
978
984
  * A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) instance or a config object. The project holds all SchedulerPro data.
979
985
  */
980
- project ? : ProjectModel|ProjectModelConfig|object
986
+ project ? : ProjectModel|ProjectModelConfig|object|null
981
987
  /**
982
988
  * The project model class to use when creating the project instance. Override this to use a custom project
983
989
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -97,6 +97,8 @@ defineProps<{
97
97
  /**
98
98
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
99
99
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
100
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
101
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-appendTo)
100
102
  */
101
103
  appendTo ? : HTMLElement|string
102
104
  /**
@@ -723,10 +725,14 @@ defineProps<{
723
725
  inputFieldAlign ? : 'start'|'end'
724
726
  /**
725
727
  * Element (or element id) to insert this widget before. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
728
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
729
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-insertBefore)
726
730
  */
727
731
  insertBefore ? : HTMLElement|string
728
732
  /**
729
733
  * Element (or element id) to append this widget element to, as a first child. If provided, [appendTo](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#config-appendTo) config is ignored.
734
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
735
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-insertFirst)
730
736
  */
731
737
  insertFirst ? : HTMLElement|string
732
738
  /**
@@ -977,7 +983,7 @@ defineProps<{
977
983
  /**
978
984
  * A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) instance or a config object. The project holds all SchedulerPro data.
979
985
  */
980
- project ? : ProjectModel|ProjectModelConfig|object
986
+ project ? : ProjectModel|ProjectModelConfig|object|null
981
987
  /**
982
988
  * The project model class to use when creating the project instance. Override this to use a custom project
983
989
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.