@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
@@ -59,6 +59,8 @@ export declare type BryntumSchedulerProBaseProps = {
59
59
  /**
60
60
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
61
61
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
62
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
63
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-appendTo)
62
64
  */
63
65
  appendTo ? : HTMLElement|string
64
66
  /**
@@ -685,10 +687,14 @@ export declare type BryntumSchedulerProBaseProps = {
685
687
  inputFieldAlign ? : 'start'|'end'
686
688
  /**
687
689
  * 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.
690
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
691
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-insertBefore)
688
692
  */
689
693
  insertBefore ? : HTMLElement|string
690
694
  /**
691
695
  * 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.
696
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
697
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-insertFirst)
692
698
  */
693
699
  insertFirst ? : HTMLElement|string
694
700
  /**
@@ -939,7 +945,7 @@ export declare type BryntumSchedulerProBaseProps = {
939
945
  /**
940
946
  * A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) instance or a config object. The project holds all SchedulerPro data.
941
947
  */
942
- project ? : ProjectModel|ProjectModelConfig|object
948
+ project ? : ProjectModel|ProjectModelConfig|object|null
943
949
  /**
944
950
  * The project model class to use when creating the project instance. Override this to use a custom project
945
951
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -117,6 +117,7 @@ defineProps<{
117
117
  /**
118
118
  * The initial data, to fill the [calendarManagerStore](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel#property-calendarManagerStore) with.
119
119
  * Should be an array of [CalendarModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/CalendarModel) or its configuration objects.
120
+ * @deprecated 6.3.0 Use [calendars](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel#config-calendars) instead
120
121
  */
121
122
  calendarsData ? : CalendarModel[]
122
123
  /**
@@ -748,9 +749,10 @@ const emit = defineEmits<{
748
749
  * @param {object} params.event.response The decoded server response object.
749
750
  * @param {object} params.event.responseOptions [DEPRECATED] see `requestOptions`
750
751
  * @param {object} params.event.requestOptions The request options passed to the request.
752
+ * @param {object} params.event.options The options provided to the [load](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/crud/AbstractCrudManagerMixin#function-load) method.
751
753
  * @param {Response} params.event.rawResponse The native Response object
752
754
  */
753
- (e: 'load', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
755
+ (e: 'load', params: ((event: { source: AbstractCrudManager, response: object, responseOptions: object, requestOptions: object, options: object, rawResponse: Response }) => void)|string): void
754
756
  /**
755
757
  * Fired after [load request](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/crud/AbstractCrudManagerMixin#function-load) was canceled by some [beforeLoad](#Scheduler/crud/AbstractCrudManagerMixin#event-beforeLoad)
756
758
  * listener or due to incomplete prior load request.
@@ -771,9 +773,10 @@ const emit = defineEmits<{
771
773
  * @param {string} params.event.responseText The raw server response text
772
774
  * @param {object} params.event.responseOptions [DEPRECATED] see `requestOptions`
773
775
  * @param {object} params.event.requestOptions The request options passed to the request.
776
+ * @param {object} params.event.options The options provided to the [load](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/crud/AbstractCrudManagerMixin#function-load) method.
774
777
  * @param {Response} params.event.rawResponse The native Response object
775
778
  */
776
- (e: 'loadFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, rawResponse: Response }) => void)|string): void
779
+ (e: 'loadFail', params: ((event: { source: AbstractCrudManager, response: object, responseText: string, responseOptions: object, requestOptions: object, options: object, rawResponse: Response }) => void)|string): void
777
780
  /**
778
781
  * Fires when registered stores get into state when they don't have any
779
782
  * not persisted change. This happens after [load](https://bryntum.com/products/schedulerpro/docs/api/Scheduler/crud/AbstractCrudManagerMixin#function-load) or [sync](#Scheduler/crud/AbstractCrudManagerMixin#function-sync) request
@@ -102,6 +102,7 @@ export declare type BryntumSchedulerProProjectModelProps = {
102
102
  /**
103
103
  * The initial data, to fill the [calendarManagerStore](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel#property-calendarManagerStore) with.
104
104
  * Should be an array of [CalendarModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/CalendarModel) or its configuration objects.
105
+ * @deprecated 6.3.0 Use [calendars](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel#config-calendars) instead
105
106
  */
106
107
  calendarsData ? : CalendarModel[]
107
108
  /**
@@ -59,6 +59,8 @@ export declare type BryntumSchedulerProProps = {
59
59
  /**
60
60
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
61
61
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
62
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
63
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-appendTo)
62
64
  */
63
65
  appendTo ? : HTMLElement|string
64
66
  /**
@@ -685,10 +687,14 @@ export declare type BryntumSchedulerProProps = {
685
687
  inputFieldAlign ? : 'start'|'end'
686
688
  /**
687
689
  * 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.
690
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
691
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-insertBefore)
688
692
  */
689
693
  insertBefore ? : HTMLElement|string
690
694
  /**
691
695
  * 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.
696
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
697
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerPro#config-insertFirst)
692
698
  */
693
699
  insertFirst ? : HTMLElement|string
694
700
  /**
@@ -939,7 +945,7 @@ export declare type BryntumSchedulerProProps = {
939
945
  /**
940
946
  * A [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) instance or a config object. The project holds all SchedulerPro data.
941
947
  */
942
- project ? : ProjectModel|ProjectModelConfig|object
948
+ project ? : ProjectModel|ProjectModelConfig|object|null
943
949
  /**
944
950
  * The project model class to use when creating the project instance. Override this to use a custom project
945
951
  * 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/SchedulingDirectionPicker#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/SchedulingDirectionPicker#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/SchedulingDirectionPicker#config-insertFirst)
414
420
  */
415
421
  insertFirst ? : HTMLElement|string
416
422
  /**
@@ -28,6 +28,8 @@ export declare type BryntumSchedulingDirectionPickerProps = {
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/SchedulingDirectionPicker#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -392,10 +394,14 @@ export declare type BryntumSchedulingDirectionPickerProps = {
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/SchedulingDirectionPicker#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/SchedulingDirectionPicker#config-insertFirst)
399
405
  */
400
406
  insertFirst ? : HTMLElement|string
401
407
  /**
@@ -49,6 +49,8 @@ defineProps<{
49
49
  /**
50
50
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
51
51
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
52
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
53
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-appendTo)
52
54
  */
53
55
  appendTo ? : HTMLElement|string
54
56
  /**
@@ -413,10 +415,14 @@ defineProps<{
413
415
  inputWidth ? : string|number
414
416
  /**
415
417
  * 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.
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/SchedulingModePicker#config-insertBefore)
416
420
  */
417
421
  insertBefore ? : HTMLElement|string
418
422
  /**
419
423
  * 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.
424
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
425
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-insertFirst)
420
426
  */
421
427
  insertFirst ? : HTMLElement|string
422
428
  /**
@@ -34,6 +34,8 @@ export declare type BryntumSchedulingModePickerProps = {
34
34
  /**
35
35
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
36
36
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
37
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
38
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/SchedulingModePicker#config-appendTo)
37
39
  */
38
40
  appendTo ? : HTMLElement|string
39
41
  /**
@@ -398,10 +400,14 @@ export declare type BryntumSchedulingModePickerProps = {
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/SchedulingModePicker#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/SchedulingModePicker#config-insertFirst)
405
411
  */
406
412
  insertFirst ? : HTMLElement|string
407
413
  /**
@@ -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/StartDateField#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/StartDateField#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/StartDateField#config-insertFirst)
320
326
  */
321
327
  insertFirst ? : HTMLElement|string
322
328
  /**
@@ -513,7 +519,7 @@ defineProps<{
513
519
  /**
514
520
  * Project model calendar of which should be used by the field.
515
521
  */
516
- project ? : ProjectModel|object
522
+ project ? : ProjectModel|object|null
517
523
  /**
518
524
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
519
525
  * are unresponsive.
@@ -28,6 +28,8 @@ export declare type BryntumStartDateFieldProps = {
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/StartDateField#config-appendTo)
31
33
  */
32
34
  appendTo ? : HTMLElement|string
33
35
  /**
@@ -298,10 +300,14 @@ export declare type BryntumStartDateFieldProps = {
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/StartDateField#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/StartDateField#config-insertFirst)
305
311
  */
306
312
  insertFirst ? : HTMLElement|string
307
313
  /**
@@ -498,7 +504,7 @@ export declare type BryntumStartDateFieldProps = {
498
504
  /**
499
505
  * Project model calendar of which should be used by the field.
500
506
  */
501
- project ? : ProjectModel|object
507
+ project ? : ProjectModel|object|null
502
508
  /**
503
509
  * Makes the field unmodifiable by user action. The input area is not editable, and triggers
504
510
  * are unresponsive.
@@ -74,6 +74,8 @@ defineProps<{
74
74
  /**
75
75
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
76
76
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
77
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
78
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-appendTo)
77
79
  */
78
80
  appendTo ? : HTMLElement|string
79
81
  /**
@@ -681,10 +683,14 @@ defineProps<{
681
683
  inputFieldAlign ? : 'start'|'end'
682
684
  /**
683
685
  * 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.
686
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
687
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-insertBefore)
684
688
  */
685
689
  insertBefore ? : HTMLElement|string
686
690
  /**
687
691
  * 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.
692
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
693
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-insertFirst)
688
694
  */
689
695
  insertFirst ? : HTMLElement|string
690
696
  /**
@@ -935,7 +941,7 @@ defineProps<{
935
941
  /**
936
942
  * Project config object or a Project instance
937
943
  */
938
- project ? : ProjectModel|ProjectModelConfig|object
944
+ project ? : ProjectModel|ProjectModelConfig|object|null
939
945
  /**
940
946
  * The project model class to use when creating the project instance. Override this to use a custom project
941
947
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -59,6 +59,8 @@ export declare type BryntumTimelineProps = {
59
59
  /**
60
60
  * Element (or the id of an element) to append this widget's element to. Can be configured, or set once at
61
61
  * runtime. To access the element of a rendered widget, see [element](https://bryntum.com/products/schedulerpro/docs/api/Core/widget/Widget#property-element).
62
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
63
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-appendTo)
62
64
  */
63
65
  appendTo ? : HTMLElement|string
64
66
  /**
@@ -666,10 +668,14 @@ export declare type BryntumTimelineProps = {
666
668
  inputFieldAlign ? : 'start'|'end'
667
669
  /**
668
670
  * 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.
671
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
672
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-insertBefore)
669
673
  */
670
674
  insertBefore ? : HTMLElement|string
671
675
  /**
672
676
  * 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.
677
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
678
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/Timeline#config-insertFirst)
673
679
  */
674
680
  insertFirst ? : HTMLElement|string
675
681
  /**
@@ -920,7 +926,7 @@ export declare type BryntumTimelineProps = {
920
926
  /**
921
927
  * Project config object or a Project instance
922
928
  */
923
- project ? : ProjectModel|ProjectModelConfig|object
929
+ project ? : ProjectModel|ProjectModelConfig|object|null
924
930
  /**
925
931
  * The project model class to use when creating the project instance. Override this to use a custom project
926
932
  * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
@@ -53,6 +53,8 @@ defineProps<{
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/widget/VersionGrid#config-appendTo)
56
58
  */
57
59
  appendTo ? : HTMLElement|string
58
60
  /**
@@ -372,10 +374,14 @@ defineProps<{
372
374
  inputFieldAlign ? : 'start'|'end'
373
375
  /**
374
376
  * 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.
377
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
378
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-insertBefore)
375
379
  */
376
380
  insertBefore ? : HTMLElement|string
377
381
  /**
378
382
  * 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.
383
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
384
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-insertFirst)
379
385
  */
380
386
  insertFirst ? : HTMLElement|string
381
387
  /**
@@ -489,7 +495,7 @@ defineProps<{
489
495
  /**
490
496
  * The [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) whose versions and changes are being observed in this grid.
491
497
  */
492
- project ? : ProjectModel|object
498
+ project ? : ProjectModel|object|null
493
499
  /**
494
500
  * Set to `true` to make the grid read-only, by disabling any UIs for modifying data.
495
501
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-readOnly)
@@ -37,6 +37,8 @@ export declare type BryntumVersionGridProps = {
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/VersionGrid#config-appendTo)
40
42
  */
41
43
  appendTo ? : HTMLElement|string
42
44
  /**
@@ -356,10 +358,14 @@ export declare type BryntumVersionGridProps = {
356
358
  inputFieldAlign ? : 'start'|'end'
357
359
  /**
358
360
  * 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.
361
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
362
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-insertBefore)
359
363
  */
360
364
  insertBefore ? : HTMLElement|string
361
365
  /**
362
366
  * 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.
367
+ * <div class="note">When creating nested trees of widgets, this should only be used on the outermost widget.
368
+ * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-insertFirst)
363
369
  */
364
370
  insertFirst ? : HTMLElement|string
365
371
  /**
@@ -473,7 +479,7 @@ export declare type BryntumVersionGridProps = {
473
479
  /**
474
480
  * The [ProjectModel](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel) whose versions and changes are being observed in this grid.
475
481
  */
476
- project ? : ProjectModel|object
482
+ project ? : ProjectModel|object|null
477
483
  /**
478
484
  * Set to `true` to make the grid read-only, by disabling any UIs for modifying data.
479
485
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/widget/VersionGrid#config-readOnly)