@bryntum/scheduler-vue-3-thin 7.1.1 → 7.1.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.
- package/README.md +249 -24
- package/lib/chunks/{Dn-AUaFP.js → Cz79kyyi.js} +3 -3
- package/lib/chunks/{Dn-AUaFP.js.map → Cz79kyyi.js.map} +1 -1
- package/lib/chunks/{TLD_h-7S.js → DDnFIp_o.js} +3 -3
- package/lib/chunks/DDnFIp_o.js.map +1 -0
- package/lib/chunks/{C3RoJ41H.js → dnU2pCDo.js} +3 -3
- package/lib/chunks/{C3RoJ41H.js.map → dnU2pCDo.js.map} +1 -1
- package/lib/components/BryntumScheduler.js +1 -1
- package/lib/components/BryntumSchedulerBase.js +1 -1
- package/lib/components/BryntumTimelineHistogram.js +1 -1
- package/lib/index.js +3 -3
- package/package.json +1 -1
- package/src/components/BryntumScheduler.vue +10 -6
- package/src/components/BryntumSchedulerBase.vue +10 -6
- package/src/components/BryntumTimelineHistogram.vue +5 -5
- package/lib/chunks/TLD_h-7S.js.map +0 -1
|
@@ -488,9 +488,7 @@ const B = {
|
|
|
488
488
|
"managedEventSizing",
|
|
489
489
|
"maskDefaults",
|
|
490
490
|
"masked",
|
|
491
|
-
"maxDate",
|
|
492
491
|
"maxTimeAxisUnit",
|
|
493
|
-
"minDate",
|
|
494
492
|
"mode",
|
|
495
493
|
"monitorResize",
|
|
496
494
|
"multiEventSelect",
|
|
@@ -610,6 +608,7 @@ const B = {
|
|
|
610
608
|
"lazyLoadingIndicator",
|
|
611
609
|
"longPressTime",
|
|
612
610
|
"margin",
|
|
611
|
+
"maxDate",
|
|
613
612
|
"maxHeight",
|
|
614
613
|
"maxWidth",
|
|
615
614
|
"maxZoomLevel",
|
|
@@ -617,6 +616,7 @@ const B = {
|
|
|
617
616
|
"milestoneCharWidth",
|
|
618
617
|
"milestoneLayoutMode",
|
|
619
618
|
"milestoneTextPosition",
|
|
619
|
+
"minDate",
|
|
620
620
|
"minHeight",
|
|
621
621
|
"minPackSize",
|
|
622
622
|
"minWidth",
|
|
@@ -1240,4 +1240,4 @@ const B = {
|
|
|
1240
1240
|
export {
|
|
1241
1241
|
I as _
|
|
1242
1242
|
};
|
|
1243
|
-
//# sourceMappingURL=
|
|
1243
|
+
//# sourceMappingURL=dnU2pCDo.js.map
|