@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
|
@@ -369,9 +369,7 @@ const k = {
|
|
|
369
369
|
"managedEventSizing",
|
|
370
370
|
"maskDefaults",
|
|
371
371
|
"masked",
|
|
372
|
-
"maxDate",
|
|
373
372
|
"maxTimeAxisUnit",
|
|
374
|
-
"minDate",
|
|
375
373
|
"monitorResize",
|
|
376
374
|
"owner",
|
|
377
375
|
"partner",
|
|
@@ -456,9 +454,11 @@ const k = {
|
|
|
456
454
|
"labelPosition",
|
|
457
455
|
"longPressTime",
|
|
458
456
|
"margin",
|
|
457
|
+
"maxDate",
|
|
459
458
|
"maxHeight",
|
|
460
459
|
"maxWidth",
|
|
461
460
|
"maxZoomLevel",
|
|
461
|
+
"minDate",
|
|
462
462
|
"minHeight",
|
|
463
463
|
"minWidth",
|
|
464
464
|
"minZoomLevel",
|
|
@@ -862,4 +862,4 @@ const k = {
|
|
|
862
862
|
export {
|
|
863
863
|
P as _
|
|
864
864
|
};
|
|
865
|
-
//# sourceMappingURL=
|
|
865
|
+
//# sourceMappingURL=DDnFIp_o.js.map
|