@progress/kendo-vue-scheduler 6.0.2-develop.1 → 6.1.0-develop.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 +1 -1
- package/Scheduler.js +1 -1
- package/Scheduler.mjs +1 -1
- package/components/BaseView.js +1 -1
- package/components/BaseView.mjs +1 -1
- package/components/CurrentTimeMarker.js +1 -1
- package/components/CurrentTimeMarker.mjs +1 -1
- package/components/CurrentTimeMarkerArrow.js +1 -1
- package/components/CurrentTimeMarkerArrow.mjs +1 -1
- package/components/DateHeaderCell.js +1 -1
- package/components/DateHeaderCell.mjs +1 -1
- package/components/SchedulerActionButtons.js +1 -1
- package/components/SchedulerActionButtons.mjs +1 -1
- package/components/SchedulerForm.js +1 -1
- package/components/SchedulerForm.mjs +1 -1
- package/components/SchedulerOccurrenceDialog.js +1 -1
- package/components/SchedulerOccurrenceDialog.mjs +1 -1
- package/components/SchedulerRemoveDialog.js +1 -1
- package/components/SchedulerRemoveDialog.mjs +1 -1
- package/components/ShowMoreItemsButton.js +1 -1
- package/components/ShowMoreItemsButton.mjs +1 -1
- package/components/TimeHeaderCell.js +1 -1
- package/components/TimeHeaderCell.mjs +1 -1
- package/components/footer/SchedulerFooter.js +1 -1
- package/components/footer/SchedulerFooter.mjs +1 -1
- package/components/footer/bussiness-hours/BusinessHours.js +1 -1
- package/components/footer/bussiness-hours/BusinessHours.mjs +1 -1
- package/components/header/SchedulerHeader.js +1 -1
- package/components/header/SchedulerHeader.mjs +1 -1
- package/components/header/navigation/NavigationDatePicker.js +1 -1
- package/components/header/navigation/NavigationDatePicker.mjs +1 -1
- package/components/header/navigation/SchedulerNavigation.js +1 -1
- package/components/header/navigation/SchedulerNavigation.mjs +1 -1
- package/components/header/view-selector/SchedulerViewSelector.js +1 -1
- package/components/header/view-selector/SchedulerViewSelector.mjs +1 -1
- package/components/header/view-selector/ViewSelectorItem.js +1 -1
- package/components/header/view-selector/ViewSelectorItem.mjs +1 -1
- package/components/header/view-selector/ViewSelectorList.js +1 -1
- package/components/header/view-selector/ViewSelectorList.mjs +1 -1
- package/constants/main.js +1 -1
- package/constants/main.mjs +1 -1
- package/context/SchedulerResourceIteratorContext.js +1 -1
- package/context/SchedulerResourceIteratorContext.mjs +1 -1
- package/dist/cdn/js/kendo-vue-scheduler.js +2 -2
- package/editors/FilterableComboBox.js +1 -1
- package/editors/FilterableComboBox.mjs +1 -1
- package/editors/ResourceEditor.js +1 -1
- package/editors/ResourceEditor.mjs +1 -1
- package/editors/SchedulerFormEditor.js +1 -1
- package/editors/SchedulerFormEditor.mjs +1 -1
- package/editors/ZonedDateTime.js +1 -1
- package/editors/ZonedDateTime.mjs +1 -1
- package/hooks/use-items-focus.js +1 -1
- package/hooks/use-items-focus.mjs +1 -1
- package/hooks/use-items-selection.js +1 -1
- package/hooks/use-items-selection.mjs +1 -1
- package/hooks/use-slots-focus.js +1 -1
- package/hooks/use-slots-focus.mjs +1 -1
- package/hooks/use-slots-selection.js +1 -1
- package/hooks/use-slots-selection.mjs +1 -1
- package/hooks/useCellSync.js +1 -1
- package/hooks/useCellSync.mjs +1 -1
- package/hooks/useEditable.js +1 -1
- package/hooks/useEditable.mjs +1 -1
- package/hooks/useRowSync.js +1 -1
- package/hooks/useRowSync.mjs +1 -1
- package/hooks/useSlotExpand.js +1 -1
- package/hooks/useSlotExpand.mjs +1 -1
- package/index.d.mts +45 -15
- package/index.d.ts +45 -15
- package/index.js +1 -1
- package/index.mjs +1 -1
- package/items/SchedulerEditItem.js +1 -1
- package/items/SchedulerEditItem.mjs +1 -1
- package/items/SchedulerItem.js +1 -1
- package/items/SchedulerItem.mjs +1 -1
- package/items/SchedulerItemContent.js +1 -1
- package/items/SchedulerItemContent.mjs +1 -1
- package/items/SchedulerViewItem.js +1 -1
- package/items/SchedulerViewItem.mjs +1 -1
- package/items/hooks/use-drag-item.js +1 -1
- package/items/hooks/use-drag-item.mjs +1 -1
- package/items/hooks/use-form-item.js +1 -1
- package/items/hooks/use-form-item.mjs +1 -1
- package/items/hooks/use-remove-item.js +1 -1
- package/items/hooks/use-remove-item.mjs +1 -1
- package/items/hooks/use-resize-item.js +1 -1
- package/items/hooks/use-resize-item.mjs +1 -1
- package/items/hooks/use-series.js +1 -1
- package/items/hooks/use-series.mjs +1 -1
- package/items/hooks/use-show-occurrence-dialog.js +1 -1
- package/items/hooks/use-show-occurrence-dialog.mjs +1 -1
- package/items/hooks/use-show-remove-item-dialog.js +1 -1
- package/items/hooks/use-show-remove-item-dialog.mjs +1 -1
- package/messages/main.js +1 -1
- package/messages/main.mjs +1 -1
- package/package-metadata.js +1 -1
- package/package-metadata.mjs +2 -2
- package/package.json +10 -10
- package/recurrence/RecurrenceEditor.js +1 -1
- package/recurrence/RecurrenceEditor.mjs +1 -1
- package/recurrence/RecurrenceFrequencyEditor.js +1 -1
- package/recurrence/RecurrenceFrequencyEditor.mjs +1 -1
- package/recurrence/RecurrenceRepeatOnWeekEditor.js +1 -1
- package/recurrence/RecurrenceRepeatOnWeekEditor.mjs +1 -1
- package/recurrence/common.js +1 -1
- package/recurrence/common.mjs +1 -1
- package/services/itemsService.js +1 -1
- package/services/itemsService.mjs +1 -1
- package/services/occurrenceService.js +1 -1
- package/services/occurrenceService.mjs +1 -1
- package/services/rangeService.js +1 -1
- package/services/rangeService.mjs +1 -1
- package/services/slotsService.js +2 -2
- package/services/slotsService.mjs +3 -3
- package/slots/SchedulerEditSlot.js +1 -1
- package/slots/SchedulerEditSlot.mjs +1 -1
- package/slots/SchedulerSlot.js +1 -1
- package/slots/SchedulerSlot.mjs +1 -1
- package/slots/SchedulerViewSlot.js +1 -1
- package/slots/SchedulerViewSlot.mjs +1 -1
- package/tasks/SchedulerEditTask.js +1 -1
- package/tasks/SchedulerEditTask.mjs +1 -1
- package/tasks/SchedulerTask.js +1 -1
- package/tasks/SchedulerTask.mjs +1 -1
- package/tasks/SchedulerViewTask.js +1 -1
- package/tasks/SchedulerViewTask.mjs +1 -1
- package/utils/main.js +1 -1
- package/utils/main.mjs +1 -1
- package/views/agenda/AgendaView.js +1 -1
- package/views/agenda/AgendaView.mjs +1 -1
- package/views/agenda/AgendaViewBody.js +1 -1
- package/views/agenda/AgendaViewBody.mjs +1 -1
- package/views/agenda/AgendaViewHead.js +1 -1
- package/views/agenda/AgendaViewHead.mjs +1 -1
- package/views/common/HorizontalResourceIterator.js +1 -1
- package/views/common/HorizontalResourceIterator.mjs +1 -1
- package/views/common/SchedulerDrag.js +1 -1
- package/views/common/SchedulerDrag.mjs +1 -1
- package/views/common/SchedulerResize.js +1 -1
- package/views/common/SchedulerResize.mjs +1 -1
- package/views/common/VerticalResourceIterator.js +1 -1
- package/views/common/VerticalResourceIterator.mjs +1 -1
- package/views/common/utils.js +1 -1
- package/views/common/utils.mjs +1 -1
- package/views/day/DayView.js +1 -1
- package/views/day/DayView.mjs +1 -1
- package/views/day/DayViewAllDayRowContent.js +1 -1
- package/views/day/DayViewAllDayRowContent.mjs +1 -1
- package/views/day/DayViewAllDaySlots.js +1 -1
- package/views/day/DayViewAllDaySlots.mjs +1 -1
- package/views/day/DayViewGroupRowContent.js +1 -1
- package/views/day/DayViewGroupRowContent.mjs +1 -1
- package/views/day/DayViewHead.js +1 -1
- package/views/day/DayViewHead.mjs +1 -1
- package/views/day/DayViewMiddleRow.js +1 -1
- package/views/day/DayViewMiddleRow.mjs +1 -1
- package/views/day/DayViewRowContent.js +1 -1
- package/views/day/DayViewRowContent.mjs +1 -1
- package/views/day/DayViewVerticalRow.js +1 -1
- package/views/day/DayViewVerticalRow.mjs +1 -1
- package/views/day/DayViewVerticalSlotsRow.js +1 -1
- package/views/day/DayViewVerticalSlotsRow.mjs +1 -1
- package/views/day/MultiDayView.js +1 -1
- package/views/day/MultiDayView.mjs +1 -1
- package/views/month/MonthView.js +1 -1
- package/views/month/MonthView.mjs +1 -1
- package/views/month/MonthViewBody.js +1 -1
- package/views/month/MonthViewBody.mjs +1 -1
- package/views/month/MonthViewHead.js +1 -1
- package/views/month/MonthViewHead.mjs +1 -1
- package/views/time/MultiDayTimelineView.js +1 -1
- package/views/time/MultiDayTimelineView.mjs +1 -1
- package/views/time/TimelineView.js +1 -1
- package/views/time/TimelineView.mjs +1 -1
- package/views/time/TimelineViewAllEventsRowContent.js +1 -1
- package/views/time/TimelineViewAllEventsRowContent.mjs +1 -1
- package/views/time/TimelineViewBody.js +1 -1
- package/views/time/TimelineViewBody.mjs +1 -1
- package/views/time/TimelineViewRowContent.js +1 -1
- package/views/time/TimelineViewRowContent.mjs +1 -1
- package/views/week/WeekView.js +1 -1
- package/views/week/WeekView.mjs +1 -1
- package/views/week/WorkWeekView.js +1 -1
- package/views/week/WorkWeekView.mjs +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/editors/ZonedDateTime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/use-items-focus.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/use-slots-focus.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useCellSync.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useCellSync.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useEditable.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useEditable.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useRowSync.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useRowSync.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useSlotExpand.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/hooks/useSlotExpand.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/index.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -4026,6 +4026,12 @@ value: {
|
|
|
4026
4026
|
type: PropType<string | number | string[]>;
|
|
4027
4027
|
};
|
|
4028
4028
|
label: {
|
|
4029
|
+
/**
|
|
4030
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
4031
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
4032
|
+
*
|
|
4033
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4034
|
+
*/
|
|
4029
4035
|
type: PropType<string>;
|
|
4030
4036
|
};
|
|
4031
4037
|
placeholder: {
|
|
@@ -4080,6 +4086,7 @@ tabIndex: PropType<number>;
|
|
|
4080
4086
|
role: PropType<string>;
|
|
4081
4087
|
title: PropType<string>;
|
|
4082
4088
|
ariaLabel: PropType<string>;
|
|
4089
|
+
inputAttributes: PropType<Object>;
|
|
4083
4090
|
}>, {
|
|
4084
4091
|
inputRef: Ref<any, any>;
|
|
4085
4092
|
}, {
|
|
@@ -4148,12 +4155,6 @@ changemodel: any;
|
|
|
4148
4155
|
'update:modelValue': any;
|
|
4149
4156
|
focus: any;
|
|
4150
4157
|
blur: any;
|
|
4151
|
-
/**
|
|
4152
|
-
* Overrides the component used for visualizing the `end` field editor.
|
|
4153
|
-
* The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
|
|
4154
|
-
*
|
|
4155
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4156
|
-
*/
|
|
4157
4158
|
keyup: any;
|
|
4158
4159
|
keydown: any;
|
|
4159
4160
|
keypress: any;
|
|
@@ -4174,6 +4175,12 @@ value: {
|
|
|
4174
4175
|
type: PropType<string | number | string[]>;
|
|
4175
4176
|
};
|
|
4176
4177
|
label: {
|
|
4178
|
+
/**
|
|
4179
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
4180
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
4181
|
+
*
|
|
4182
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4183
|
+
*/
|
|
4177
4184
|
type: PropType<string>;
|
|
4178
4185
|
};
|
|
4179
4186
|
placeholder: {
|
|
@@ -4228,6 +4235,7 @@ tabIndex: PropType<number>;
|
|
|
4228
4235
|
role: PropType<string>;
|
|
4229
4236
|
title: PropType<string>;
|
|
4230
4237
|
ariaLabel: PropType<string>;
|
|
4238
|
+
inputAttributes: PropType<Object>;
|
|
4231
4239
|
}>> & Readonly<{
|
|
4232
4240
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
4233
4241
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -5415,6 +5423,7 @@ validator: (value: any) => any;
|
|
|
5415
5423
|
*
|
|
5416
5424
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5417
5425
|
*/
|
|
5426
|
+
inputAttributes: PropType<Object>;
|
|
5418
5427
|
}>, {}, {
|
|
5419
5428
|
currentValue: string | number | string[];
|
|
5420
5429
|
textAreaHeight: string;
|
|
@@ -5448,7 +5457,12 @@ prefixRenderClass(): {
|
|
|
5448
5457
|
};
|
|
5449
5458
|
suffixRenderClass(): {
|
|
5450
5459
|
'k-input-suffix': boolean;
|
|
5451
|
-
'!k-flex-col': boolean;
|
|
5460
|
+
'!k-flex-col': boolean; /**
|
|
5461
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5462
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5463
|
+
*
|
|
5464
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5465
|
+
*/
|
|
5452
5466
|
'!k-flex-row': boolean;
|
|
5453
5467
|
'!k-align-items-start': boolean;
|
|
5454
5468
|
};
|
|
@@ -5547,6 +5561,7 @@ validator: (value: any) => any;
|
|
|
5547
5561
|
*
|
|
5548
5562
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5549
5563
|
*/
|
|
5564
|
+
inputAttributes: PropType<Object>;
|
|
5550
5565
|
}>> & Readonly<{
|
|
5551
5566
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
5552
5567
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -5794,6 +5809,12 @@ value: {
|
|
|
5794
5809
|
type: PropType<string | number | string[]>;
|
|
5795
5810
|
};
|
|
5796
5811
|
label: {
|
|
5812
|
+
/**
|
|
5813
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5814
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5815
|
+
*
|
|
5816
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5817
|
+
*/
|
|
5797
5818
|
type: PropType<string>;
|
|
5798
5819
|
};
|
|
5799
5820
|
placeholder: {
|
|
@@ -5848,6 +5869,7 @@ tabIndex: PropType<number>;
|
|
|
5848
5869
|
role: PropType<string>;
|
|
5849
5870
|
title: PropType<string>;
|
|
5850
5871
|
ariaLabel: PropType<string>;
|
|
5872
|
+
inputAttributes: PropType<Object>;
|
|
5851
5873
|
}>, {
|
|
5852
5874
|
inputRef: Ref<any, any>;
|
|
5853
5875
|
}, {
|
|
@@ -5916,12 +5938,6 @@ changemodel: any;
|
|
|
5916
5938
|
'update:modelValue': any;
|
|
5917
5939
|
focus: any;
|
|
5918
5940
|
blur: any;
|
|
5919
|
-
/**
|
|
5920
|
-
* Overrides the component used for visualizing the `end` field editor.
|
|
5921
|
-
* The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
|
|
5922
|
-
*
|
|
5923
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5924
|
-
*/
|
|
5925
5941
|
keyup: any;
|
|
5926
5942
|
keydown: any;
|
|
5927
5943
|
keypress: any;
|
|
@@ -5942,6 +5958,12 @@ value: {
|
|
|
5942
5958
|
type: PropType<string | number | string[]>;
|
|
5943
5959
|
};
|
|
5944
5960
|
label: {
|
|
5961
|
+
/**
|
|
5962
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5963
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5964
|
+
*
|
|
5965
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5966
|
+
*/
|
|
5945
5967
|
type: PropType<string>;
|
|
5946
5968
|
};
|
|
5947
5969
|
placeholder: {
|
|
@@ -5996,6 +6018,7 @@ tabIndex: PropType<number>;
|
|
|
5996
6018
|
role: PropType<string>;
|
|
5997
6019
|
title: PropType<string>;
|
|
5998
6020
|
ariaLabel: PropType<string>;
|
|
6021
|
+
inputAttributes: PropType<Object>;
|
|
5999
6022
|
}>> & Readonly<{
|
|
6000
6023
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
6001
6024
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -7183,6 +7206,7 @@ validator: (value: any) => any;
|
|
|
7183
7206
|
*
|
|
7184
7207
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7185
7208
|
*/
|
|
7209
|
+
inputAttributes: PropType<Object>;
|
|
7186
7210
|
}>, {}, {
|
|
7187
7211
|
currentValue: string | number | string[];
|
|
7188
7212
|
textAreaHeight: string;
|
|
@@ -7216,7 +7240,12 @@ prefixRenderClass(): {
|
|
|
7216
7240
|
};
|
|
7217
7241
|
suffixRenderClass(): {
|
|
7218
7242
|
'k-input-suffix': boolean;
|
|
7219
|
-
'!k-flex-col': boolean;
|
|
7243
|
+
'!k-flex-col': boolean; /**
|
|
7244
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
7245
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7246
|
+
*
|
|
7247
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7248
|
+
*/
|
|
7220
7249
|
'!k-flex-row': boolean;
|
|
7221
7250
|
'!k-align-items-start': boolean;
|
|
7222
7251
|
};
|
|
@@ -7315,6 +7344,7 @@ validator: (value: any) => any;
|
|
|
7315
7344
|
*
|
|
7316
7345
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7317
7346
|
*/
|
|
7347
|
+
inputAttributes: PropType<Object>;
|
|
7318
7348
|
}>> & Readonly<{
|
|
7319
7349
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
7320
7350
|
onBlur?: (...args: any[] | unknown[]) => any;
|
package/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -4026,6 +4026,12 @@ value: {
|
|
|
4026
4026
|
type: PropType<string | number | string[]>;
|
|
4027
4027
|
};
|
|
4028
4028
|
label: {
|
|
4029
|
+
/**
|
|
4030
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
4031
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
4032
|
+
*
|
|
4033
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4034
|
+
*/
|
|
4029
4035
|
type: PropType<string>;
|
|
4030
4036
|
};
|
|
4031
4037
|
placeholder: {
|
|
@@ -4080,6 +4086,7 @@ tabIndex: PropType<number>;
|
|
|
4080
4086
|
role: PropType<string>;
|
|
4081
4087
|
title: PropType<string>;
|
|
4082
4088
|
ariaLabel: PropType<string>;
|
|
4089
|
+
inputAttributes: PropType<Object>;
|
|
4083
4090
|
}>, {
|
|
4084
4091
|
inputRef: Ref<any, any>;
|
|
4085
4092
|
}, {
|
|
@@ -4148,12 +4155,6 @@ changemodel: any;
|
|
|
4148
4155
|
'update:modelValue': any;
|
|
4149
4156
|
focus: any;
|
|
4150
4157
|
blur: any;
|
|
4151
|
-
/**
|
|
4152
|
-
* Overrides the component used for visualizing the `end` field editor.
|
|
4153
|
-
* The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
|
|
4154
|
-
*
|
|
4155
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4156
|
-
*/
|
|
4157
4158
|
keyup: any;
|
|
4158
4159
|
keydown: any;
|
|
4159
4160
|
keypress: any;
|
|
@@ -4174,6 +4175,12 @@ value: {
|
|
|
4174
4175
|
type: PropType<string | number | string[]>;
|
|
4175
4176
|
};
|
|
4176
4177
|
label: {
|
|
4178
|
+
/**
|
|
4179
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
4180
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
4181
|
+
*
|
|
4182
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
4183
|
+
*/
|
|
4177
4184
|
type: PropType<string>;
|
|
4178
4185
|
};
|
|
4179
4186
|
placeholder: {
|
|
@@ -4228,6 +4235,7 @@ tabIndex: PropType<number>;
|
|
|
4228
4235
|
role: PropType<string>;
|
|
4229
4236
|
title: PropType<string>;
|
|
4230
4237
|
ariaLabel: PropType<string>;
|
|
4238
|
+
inputAttributes: PropType<Object>;
|
|
4231
4239
|
}>> & Readonly<{
|
|
4232
4240
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
4233
4241
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -5415,6 +5423,7 @@ validator: (value: any) => any;
|
|
|
5415
5423
|
*
|
|
5416
5424
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5417
5425
|
*/
|
|
5426
|
+
inputAttributes: PropType<Object>;
|
|
5418
5427
|
}>, {}, {
|
|
5419
5428
|
currentValue: string | number | string[];
|
|
5420
5429
|
textAreaHeight: string;
|
|
@@ -5448,7 +5457,12 @@ prefixRenderClass(): {
|
|
|
5448
5457
|
};
|
|
5449
5458
|
suffixRenderClass(): {
|
|
5450
5459
|
'k-input-suffix': boolean;
|
|
5451
|
-
'!k-flex-col': boolean;
|
|
5460
|
+
'!k-flex-col': boolean; /**
|
|
5461
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5462
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5463
|
+
*
|
|
5464
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5465
|
+
*/
|
|
5452
5466
|
'!k-flex-row': boolean;
|
|
5453
5467
|
'!k-align-items-start': boolean;
|
|
5454
5468
|
};
|
|
@@ -5547,6 +5561,7 @@ validator: (value: any) => any;
|
|
|
5547
5561
|
*
|
|
5548
5562
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5549
5563
|
*/
|
|
5564
|
+
inputAttributes: PropType<Object>;
|
|
5550
5565
|
}>> & Readonly<{
|
|
5551
5566
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
5552
5567
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -5794,6 +5809,12 @@ value: {
|
|
|
5794
5809
|
type: PropType<string | number | string[]>;
|
|
5795
5810
|
};
|
|
5796
5811
|
label: {
|
|
5812
|
+
/**
|
|
5813
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5814
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5815
|
+
*
|
|
5816
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5817
|
+
*/
|
|
5797
5818
|
type: PropType<string>;
|
|
5798
5819
|
};
|
|
5799
5820
|
placeholder: {
|
|
@@ -5848,6 +5869,7 @@ tabIndex: PropType<number>;
|
|
|
5848
5869
|
role: PropType<string>;
|
|
5849
5870
|
title: PropType<string>;
|
|
5850
5871
|
ariaLabel: PropType<string>;
|
|
5872
|
+
inputAttributes: PropType<Object>;
|
|
5851
5873
|
}>, {
|
|
5852
5874
|
inputRef: Ref<any, any>;
|
|
5853
5875
|
}, {
|
|
@@ -5916,12 +5938,6 @@ changemodel: any;
|
|
|
5916
5938
|
'update:modelValue': any;
|
|
5917
5939
|
focus: any;
|
|
5918
5940
|
blur: any;
|
|
5919
|
-
/**
|
|
5920
|
-
* Overrides the component used for visualizing the `end` field editor.
|
|
5921
|
-
* The [Kendo UI for Vue DatePicker]({% slug overview_datepicker %}) or [Kendo UI for Vue DateTimePicker]({% slug overview_datetimepicker %}) component is used by default depending on the `allDay` field value.
|
|
5922
|
-
*
|
|
5923
|
-
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5924
|
-
*/
|
|
5925
5941
|
keyup: any;
|
|
5926
5942
|
keydown: any;
|
|
5927
5943
|
keypress: any;
|
|
@@ -5942,6 +5958,12 @@ value: {
|
|
|
5942
5958
|
type: PropType<string | number | string[]>;
|
|
5943
5959
|
};
|
|
5944
5960
|
label: {
|
|
5961
|
+
/**
|
|
5962
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
5963
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
5964
|
+
*
|
|
5965
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
5966
|
+
*/
|
|
5945
5967
|
type: PropType<string>;
|
|
5946
5968
|
};
|
|
5947
5969
|
placeholder: {
|
|
@@ -5996,6 +6018,7 @@ tabIndex: PropType<number>;
|
|
|
5996
6018
|
role: PropType<string>;
|
|
5997
6019
|
title: PropType<string>;
|
|
5998
6020
|
ariaLabel: PropType<string>;
|
|
6021
|
+
inputAttributes: PropType<Object>;
|
|
5999
6022
|
}>> & Readonly<{
|
|
6000
6023
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
6001
6024
|
onBlur?: (...args: any[] | unknown[]) => any;
|
|
@@ -7183,6 +7206,7 @@ validator: (value: any) => any;
|
|
|
7183
7206
|
*
|
|
7184
7207
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7185
7208
|
*/
|
|
7209
|
+
inputAttributes: PropType<Object>;
|
|
7186
7210
|
}>, {}, {
|
|
7187
7211
|
currentValue: string | number | string[];
|
|
7188
7212
|
textAreaHeight: string;
|
|
@@ -7216,7 +7240,12 @@ prefixRenderClass(): {
|
|
|
7216
7240
|
};
|
|
7217
7241
|
suffixRenderClass(): {
|
|
7218
7242
|
'k-input-suffix': boolean;
|
|
7219
|
-
'!k-flex-col': boolean;
|
|
7243
|
+
'!k-flex-col': boolean; /**
|
|
7244
|
+
* Overrides the component used for visualizing the `end timezone` field error.
|
|
7245
|
+
* The [Kendo UI for Vue Error]({% slug error_labels %}) component is used, by default.
|
|
7246
|
+
*
|
|
7247
|
+
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7248
|
+
*/
|
|
7220
7249
|
'!k-flex-row': boolean;
|
|
7221
7250
|
'!k-align-items-start': boolean;
|
|
7222
7251
|
};
|
|
@@ -7315,6 +7344,7 @@ validator: (value: any) => any;
|
|
|
7315
7344
|
*
|
|
7316
7345
|
* For more information, please refer to the [`Scheduler Form Editor Customization`]({% slug editing_scheduler_custom %}) article.
|
|
7317
7346
|
*/
|
|
7347
|
+
inputAttributes: PropType<Object>;
|
|
7318
7348
|
}>> & Readonly<{
|
|
7319
7349
|
onInput?: (...args: any[] | unknown[]) => any;
|
|
7320
7350
|
onBlur?: (...args: any[] | unknown[]) => any;
|
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/index.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/items/SchedulerItem.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|
package/items/SchedulerItem.mjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @license
|
|
3
3
|
*-------------------------------------------------------------------------------------------
|
|
4
|
-
* Copyright ©
|
|
4
|
+
* Copyright © 2025 Progress Software Corporation. All rights reserved.
|
|
5
5
|
* Licensed under commercial license. See LICENSE.md in the package root for more information
|
|
6
6
|
*-------------------------------------------------------------------------------------------
|
|
7
7
|
*/
|