@bryntum/schedulerpro-vue-3-thin 7.3.0 → 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 (123) hide show
  1. package/README.md +9 -9
  2. package/lib/chunks/{BFFz1c24.js → 7vz3cAx6.js} +6 -4
  3. package/lib/chunks/7vz3cAx6.js.map +1 -0
  4. package/lib/chunks/{oM3gO3yH.js → B1SaPsRu.js} +3 -1
  5. package/lib/chunks/B1SaPsRu.js.map +1 -0
  6. package/lib/chunks/B4dVznPx.js.map +1 -1
  7. package/lib/chunks/{Pb5GbfMi.js → B8GKehTJ.js} +6 -4
  8. package/lib/chunks/B8GKehTJ.js.map +1 -0
  9. package/lib/chunks/{CvNpXefN.js → BhXv58eE.js} +7 -5
  10. package/lib/chunks/BhXv58eE.js.map +1 -0
  11. package/lib/chunks/{DmFXOMJ5.js → BhfdqXGU.js} +6 -4
  12. package/lib/chunks/BhfdqXGU.js.map +1 -0
  13. package/lib/chunks/{b8yreHIz.js → Bk2bIVfG.js} +3 -1
  14. package/lib/chunks/Bk2bIVfG.js.map +1 -0
  15. package/lib/chunks/{s35t-2ke.js → C1vi1h_N.js} +6 -4
  16. package/lib/chunks/C1vi1h_N.js.map +1 -0
  17. package/lib/chunks/{CqtUB81W.js → CEQZr1q6.js} +3 -1
  18. package/lib/chunks/CEQZr1q6.js.map +1 -0
  19. package/lib/chunks/CPjow0gO.js.map +1 -1
  20. package/lib/chunks/{BNBuOpUp.js → Cb_akueu.js} +10 -8
  21. package/lib/chunks/Cb_akueu.js.map +1 -0
  22. package/lib/chunks/{BIkGnHve.js → Cc_DPp3S.js} +6 -4
  23. package/lib/chunks/Cc_DPp3S.js.map +1 -0
  24. package/lib/chunks/{Bp7aU5Ia.js → Cr5VTUbs.js} +11 -9
  25. package/lib/chunks/Cr5VTUbs.js.map +1 -0
  26. package/lib/chunks/{yF4wtntA.js → D-hmgVVF.js} +12 -10
  27. package/lib/chunks/D-hmgVVF.js.map +1 -0
  28. package/lib/chunks/{D1a3F6m-.js → D-v-Wqj4.js} +3 -1
  29. package/lib/chunks/D-v-Wqj4.js.map +1 -0
  30. package/lib/chunks/D0hJ3P6L.js.map +1 -1
  31. package/lib/chunks/DPA-xEW5.js.map +1 -1
  32. package/lib/chunks/{C3Dz-ovY.js → XQWZfDOm.js} +5 -3
  33. package/lib/chunks/XQWZfDOm.js.map +1 -0
  34. package/lib/chunks/{DdbMybqv.js → eKXSEOkn.js} +3 -1
  35. package/lib/chunks/eKXSEOkn.js.map +1 -0
  36. package/lib/chunks/{DjFBhm9P.js → edcDjaO2.js} +6 -4
  37. package/lib/chunks/edcDjaO2.js.map +1 -0
  38. package/lib/chunks/{p1r0F5YC.js → n2IZFQjR.js} +9 -7
  39. package/lib/chunks/n2IZFQjR.js.map +1 -0
  40. package/lib/chunks/{W-pa3HyX.js → zY4Qxi9x.js} +5 -3
  41. package/lib/chunks/zY4Qxi9x.js.map +1 -0
  42. package/lib/components/BryntumCalendarField.js +1 -1
  43. package/lib/components/BryntumConstraintTypePicker.js +1 -1
  44. package/lib/components/BryntumCostAccrualField.js +1 -1
  45. package/lib/components/BryntumDependencyTypePicker.js +1 -1
  46. package/lib/components/BryntumEffortField.js +1 -1
  47. package/lib/components/BryntumEndDateField.js +1 -1
  48. package/lib/components/BryntumModelCombo.js +1 -1
  49. package/lib/components/BryntumRateTableField.js +1 -1
  50. package/lib/components/BryntumResourceGrid.js +1 -1
  51. package/lib/components/BryntumResourceHistogram.js +1 -1
  52. package/lib/components/BryntumResourceTypeField.js +1 -1
  53. package/lib/components/BryntumResourceUtilization.js +1 -1
  54. package/lib/components/BryntumSchedulerPro.js +1 -1
  55. package/lib/components/BryntumSchedulerProBase.js +1 -1
  56. package/lib/components/BryntumSchedulingDirectionPicker.js +1 -1
  57. package/lib/components/BryntumSchedulingModePicker.js +1 -1
  58. package/lib/components/BryntumStartDateField.js +1 -1
  59. package/lib/components/BryntumTimeline.js +1 -1
  60. package/lib/index.js +18 -18
  61. package/package.json +1 -1
  62. package/src/components/BryntumCalendarEditor.vue +70 -106
  63. package/src/components/BryntumCalendarEditorProps.ts +6 -0
  64. package/src/components/BryntumCalendarField.vue +87 -109
  65. package/src/components/BryntumCalendarFieldProps.ts +15 -0
  66. package/src/components/BryntumConstraintTypePicker.vue +87 -109
  67. package/src/components/BryntumConstraintTypePickerProps.ts +15 -0
  68. package/src/components/BryntumCostAccrualField.vue +87 -109
  69. package/src/components/BryntumCostAccrualFieldProps.ts +15 -0
  70. package/src/components/BryntumDependencyTypePicker.vue +87 -109
  71. package/src/components/BryntumDependencyTypePickerProps.ts +15 -0
  72. package/src/components/BryntumEffortField.vue +82 -102
  73. package/src/components/BryntumEffortFieldProps.ts +15 -0
  74. package/src/components/BryntumEndDateField.vue +87 -107
  75. package/src/components/BryntumEndDateFieldProps.ts +16 -1
  76. package/src/components/BryntumModelCombo.vue +87 -109
  77. package/src/components/BryntumModelComboProps.ts +15 -0
  78. package/src/components/BryntumRateTableField.vue +87 -109
  79. package/src/components/BryntumRateTableFieldProps.ts +15 -0
  80. package/src/components/BryntumResourceEditor.vue +70 -106
  81. package/src/components/BryntumResourceEditorProps.ts +6 -0
  82. package/src/components/BryntumResourceGrid.vue +536 -756
  83. package/src/components/BryntumResourceGridProps.ts +12 -1
  84. package/src/components/BryntumResourceHistogram.vue +780 -1092
  85. package/src/components/BryntumResourceHistogramProps.ts +12 -1
  86. package/src/components/BryntumResourceTypeField.vue +87 -109
  87. package/src/components/BryntumResourceTypeFieldProps.ts +15 -0
  88. package/src/components/BryntumResourceUtilization.vue +796 -1114
  89. package/src/components/BryntumResourceUtilizationProps.ts +12 -1
  90. package/src/components/BryntumSchedulerPro.vue +1620 -2196
  91. package/src/components/BryntumSchedulerProBase.vue +1620 -2196
  92. package/src/components/BryntumSchedulerProBaseProps.ts +12 -1
  93. package/src/components/BryntumSchedulerProProjectModel.vue +140 -190
  94. package/src/components/BryntumSchedulerProProjectModelProps.ts +9 -7
  95. package/src/components/BryntumSchedulerProProps.ts +12 -1
  96. package/src/components/BryntumSchedulingDirectionPicker.vue +87 -109
  97. package/src/components/BryntumSchedulingDirectionPickerProps.ts +15 -0
  98. package/src/components/BryntumSchedulingModePicker.vue +87 -109
  99. package/src/components/BryntumSchedulingModePickerProps.ts +15 -0
  100. package/src/components/BryntumStartDateField.vue +87 -107
  101. package/src/components/BryntumStartDateFieldProps.ts +16 -1
  102. package/src/components/BryntumTimeline.vue +1432 -1928
  103. package/src/components/BryntumTimelineProps.ts +12 -1
  104. package/src/components/BryntumVersionGrid.vue +534 -764
  105. package/src/components/BryntumVersionGridProps.ts +7 -1
  106. package/lib/chunks/BFFz1c24.js.map +0 -1
  107. package/lib/chunks/BIkGnHve.js.map +0 -1
  108. package/lib/chunks/BNBuOpUp.js.map +0 -1
  109. package/lib/chunks/Bp7aU5Ia.js.map +0 -1
  110. package/lib/chunks/C3Dz-ovY.js.map +0 -1
  111. package/lib/chunks/CqtUB81W.js.map +0 -1
  112. package/lib/chunks/CvNpXefN.js.map +0 -1
  113. package/lib/chunks/D1a3F6m-.js.map +0 -1
  114. package/lib/chunks/DdbMybqv.js.map +0 -1
  115. package/lib/chunks/DjFBhm9P.js.map +0 -1
  116. package/lib/chunks/DmFXOMJ5.js.map +0 -1
  117. package/lib/chunks/Pb5GbfMi.js.map +0 -1
  118. package/lib/chunks/W-pa3HyX.js.map +0 -1
  119. package/lib/chunks/b8yreHIz.js.map +0 -1
  120. package/lib/chunks/oM3gO3yH.js.map +0 -1
  121. package/lib/chunks/p1r0F5YC.js.map +0 -1
  122. package/lib/chunks/s35t-2ke.js.map +0 -1
  123. package/lib/chunks/yF4wtntA.js.map +0 -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,12 @@ 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
949
+ /**
950
+ * The project model class to use when creating the project instance. Override this to use a custom project
951
+ * model class. In SchedulerPro and Gantt, this is overridden to use their respective project model classes.
952
+ */
953
+ projectModelClass ? : typeof ProjectModel
943
954
  /**
944
955
  * Accepts the following values:
945
956
  * [More...](https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/view/SchedulerProBase#config-projectProgressReporting)