@cwellt_software/cwellt-reactjs-lib 1.2.0 → 1.2.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/dist/common/classes/CwSelectList.d.ts +8 -0
- package/dist/common/classes/CwSelectList.d.ts.map +1 -0
- package/dist/common/classes/CwSelectListItems.d.ts +9 -0
- package/dist/common/classes/CwSelectListItems.d.ts.map +1 -0
- package/dist/common/functions/collections.d.ts +15 -0
- package/dist/common/functions/collections.d.ts.map +1 -0
- package/dist/common/functions/colorManipulation.d.ts +6 -0
- package/dist/common/functions/colorManipulation.d.ts.map +1 -0
- package/dist/common/functions/dsl/UiEventDSL.d.ts +9 -0
- package/dist/common/functions/dsl/UiEventDSL.d.ts.map +1 -0
- package/dist/common/functions/useSingleAndDoubleClicks.d.ts +7 -0
- package/dist/common/functions/useSingleAndDoubleClicks.d.ts.map +1 -0
- package/dist/common/interfaces/CwSelectListProps.d.ts +9 -0
- package/dist/common/interfaces/CwSelectListProps.d.ts.map +1 -0
- package/dist/components/control/action/button/CwButton.d.ts +26 -0
- package/dist/components/control/action/button/CwButton.d.ts.map +1 -0
- package/dist/components/control/action/buttons/CwButtons.d.ts +59 -0
- package/dist/components/control/action/buttons/CwButtons.d.ts.map +1 -0
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +23 -0
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -0
- package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts +29 -0
- package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts.map +1 -0
- package/dist/components/control/action/search/CwSearch.d.ts +16 -0
- package/dist/components/control/action/search/CwSearch.d.ts.map +1 -0
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +17 -0
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -0
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts +24 -0
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts +19 -0
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +17 -0
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +28 -0
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +21 -0
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +1 -0
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +158 -0
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -0
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +33 -0
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts +16 -0
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +13 -0
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts +15 -0
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +1 -0
- package/dist/components/control/choice/option/CwOption.d.ts +17 -0
- package/dist/components/control/choice/option/CwOption.d.ts.map +1 -0
- package/dist/components/control/choice/select/CwSelect.d.ts +48 -0
- package/dist/components/control/choice/select/CwSelect.d.ts.map +1 -0
- package/dist/components/control/choice/toggle/CwToggle.d.ts +28 -0
- package/dist/components/control/choice/toggle/CwToggle.d.ts.map +1 -0
- package/dist/components/control/input/any/CwInput.d.ts +17 -0
- package/dist/components/control/input/any/CwInput.d.ts.map +1 -0
- package/dist/components/control/input/date/CwInputDate.d.ts +40 -0
- package/dist/components/control/input/date/CwInputDate.d.ts.map +1 -0
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +7 -0
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +1 -0
- package/dist/components/control/input/date-text/CwInputDateText.d.ts +38 -0
- package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +1 -0
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts +40 -0
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -0
- package/dist/components/control/input/digit/CwDigit.d.ts +40 -0
- package/dist/components/control/input/digit/CwDigit.d.ts.map +1 -0
- package/dist/components/control/input/file/CwFileUpload.d.ts +18 -0
- package/dist/components/control/input/file/CwFileUpload.d.ts.map +1 -0
- package/dist/components/control/input/file/CwFileUploadMultiple.d.ts +15 -0
- package/dist/components/control/input/file/CwFileUploadMultiple.d.ts.map +1 -0
- package/dist/components/control/input/image/CwInputImage.d.ts +7 -0
- package/dist/components/control/input/image/CwInputImage.d.ts.map +1 -0
- package/dist/components/control/input/image-area/CwImageArea.d.ts +53 -0
- package/dist/components/control/input/image-area/CwImageArea.d.ts.map +1 -0
- package/dist/components/control/input/number/CwInputNumber.d.ts +20 -0
- package/dist/components/control/input/number/CwInputNumber.d.ts.map +1 -0
- package/dist/components/control/input/phone/CwInputPhone.d.ts +36 -0
- package/dist/components/control/input/phone/CwInputPhone.d.ts.map +1 -0
- package/dist/components/control/input/text/CwInputText.d.ts +40 -0
- package/dist/components/control/input/text/CwInputText.d.ts.map +1 -0
- package/dist/components/control/input/text-area/CwTextArea.d.ts +24 -0
- package/dist/components/control/input/text-area/CwTextArea.d.ts.map +1 -0
- package/dist/components/control/input/time/CwTime.d.ts +40 -0
- package/dist/components/control/input/time/CwTime.d.ts.map +1 -0
- package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts +53 -0
- package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts.map +1 -0
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +35 -0
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +19 -0
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +86 -0
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/EventRender.d.ts +10 -0
- package/dist/components/custom/scheduler/components/EventRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +20 -0
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts +14 -0
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +11 -0
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +11 -0
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +13 -0
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +11 -0
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +23 -0
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +8 -0
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +12 -0
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +12 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +10 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +12 -0
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +7 -0
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +7 -0
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +8 -0
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +13 -0
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +17 -0
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts +4 -0
- package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts +5 -0
- package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +4 -0
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +11 -0
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +43 -0
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/Resource.d.ts +14 -0
- package/dist/components/custom/scheduler/state/Resource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/State.d.ts +19 -0
- package/dist/components/custom/scheduler/state/State.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/cblEvent.d.ts +18 -0
- package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +7 -0
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +6 -0
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts +29 -0
- package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts +80 -0
- package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +27 -0
- package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +19 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +10 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts +5 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +17 -0
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +8 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +17 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts +34 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts +8 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +27 -0
- package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +10 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +15 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts +11 -0
- package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/helpers.d.ts +19 -0
- package/dist/components/custom/scheduler-new/presentation/helpers.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts +4 -0
- package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts +2 -0
- package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts +2 -0
- package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts +6 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +3 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts +6 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts +4 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +2 -0
- package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts +3 -0
- package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +4 -0
- package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +12 -0
- package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +1 -0
- package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts +5 -0
- package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +24 -0
- package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts +86 -0
- package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts +10 -0
- package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts +20 -0
- package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts +14 -0
- package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts +11 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts +11 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts +13 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts +11 -0
- package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
- package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts +23 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts +8 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts +12 -0
- package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts +12 -0
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts +10 -0
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts +12 -0
- package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts +7 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts +10 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +7 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts +8 -0
- package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +15 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts +3 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts +3 -0
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts +13 -0
- package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +17 -0
- package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +3 -0
- package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts +4 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts +5 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts +4 -0
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +3 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts +6 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts +2 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts +3 -0
- package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts +11 -0
- package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts +43 -0
- package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/Resource.d.ts +14 -0
- package/dist/components/custom/scheduler-temporal/state/Resource.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/State.d.ts +25 -0
- package/dist/components/custom/scheduler-temporal/state/State.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts +18 -0
- package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts +7 -0
- package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts.map +1 -0
- package/dist/components/custom/super-scheduler/PinRowHeader.d.ts +15 -0
- package/dist/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -0
- package/dist/components/custom/super-scheduler/SuperScheduler.d.ts +25 -0
- package/dist/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -0
- package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts +13 -0
- package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts.map +1 -0
- package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts +9 -0
- package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts.map +1 -0
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +14 -0
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +1 -0
- package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +15 -0
- package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -0
- package/dist/components/display/data/table/CwTable.d.ts +102 -0
- package/dist/components/display/data/table/CwTable.d.ts.map +1 -0
- package/dist/components/display/graphics/icon/CwIcon.d.ts +15 -0
- package/dist/components/display/graphics/icon/CwIcon.d.ts.map +1 -0
- package/dist/components/display/graphics/loading/CwLoading.d.ts +42 -0
- package/dist/components/display/graphics/loading/CwLoading.d.ts.map +1 -0
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +18 -0
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -0
- package/dist/components/display/text/heading/CwHeadingMain.d.ts +3 -0
- package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +1 -0
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts +3 -0
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +1 -0
- package/dist/components/display/text/label/CwLabel.d.ts +28 -0
- package/dist/components/display/text/label/CwLabel.d.ts.map +1 -0
- package/dist/components/display/text/message/CwMessage.d.ts +31 -0
- package/dist/components/display/text/message/CwMessage.d.ts.map +1 -0
- package/dist/components/display/text/tag/CwChip.d.ts +36 -0
- package/dist/components/display/text/tag/CwChip.d.ts.map +1 -0
- package/dist/components/display/text/tag/CwTag.d.ts +16 -0
- package/dist/components/display/text/tag/CwTag.d.ts.map +1 -0
- package/dist/components/display/text/tooltip/CwTooltip.d.ts +8 -0
- package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +1 -0
- package/dist/components/layout/align/CwAlign.d.ts +54 -0
- package/dist/components/layout/align/CwAlign.d.ts.map +1 -0
- package/dist/components/layout/card/CwCard.d.ts +61 -0
- package/dist/components/layout/card/CwCard.d.ts.map +1 -0
- package/dist/components/layout/card/CwCardList.d.ts +32 -0
- package/dist/components/layout/card/CwCardList.d.ts.map +1 -0
- package/dist/components/layout/dialog/CwDialog.d.ts +28 -0
- package/dist/components/layout/dialog/CwDialog.d.ts.map +1 -0
- package/dist/components/layout/dialog/CwDialogManager.d.ts +11 -0
- package/dist/components/layout/dialog/CwDialogManager.d.ts.map +1 -0
- package/dist/components/layout/list/details/CwExpandable.d.ts +23 -0
- package/dist/components/layout/list/details/CwExpandable.d.ts.map +1 -0
- package/dist/components/layout/list/key-value/CwKeyValueList.d.ts +33 -0
- package/dist/components/layout/list/key-value/CwKeyValueList.d.ts.map +1 -0
- package/dist/components/layout/modal/CwModalReportFunctional.d.ts +15 -0
- package/dist/components/layout/modal/CwModalReportFunctional.d.ts.map +1 -0
- package/dist/components/layout/modal/hover/CwModalHover.d.ts +19 -0
- package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal.d.ts +22 -0
- package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +16 -0
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +21 -0
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +32 -0
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -0
- package/dist/{src/components/layout/table/grouped/CwTableGrouped.js → components/layout/table/grouped/CwTableGrouped.d.ts} +23 -13
- package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +1 -0
- package/dist/components/layout/tabs/CwTabs.d.ts +46 -0
- package/dist/components/layout/tabs/CwTabs.d.ts.map +1 -0
- package/dist/index.d.ts +325 -447
- package/dist/index.d.ts.map +1 -0
- package/package.json +5 -5
- package/dist/playground/main.d.ts +0 -4
- package/dist/playground/main.d.ts.map +0 -1
- package/dist/src/common/classes/CwSelectList.js +0 -12
- package/dist/src/common/classes/CwSelectListItems.js +0 -14
- package/dist/src/common/functions/collections.js +0 -18
- package/dist/src/common/functions/colorManipulation.js +0 -76
- package/dist/src/common/functions/dsl/UiEventDSL.js +0 -20
- package/dist/src/common/functions/useSingleAndDoubleClicks.js +0 -28
- package/dist/src/common/interfaces/CwSelectListProps.js +0 -1
- package/dist/src/components/control/action/button/CwButton.js +0 -13
- package/dist/src/components/control/action/buttons/CwButtons.js +0 -188
- package/dist/src/components/control/action/contextmenu/CwContextMenu.js +0 -43
- package/dist/src/components/control/action/contextual-menu/CwContextualMenu.js +0 -55
- package/dist/src/components/control/action/search/CwSearch.js +0 -67
- package/dist/src/components/control/action/tooltip-dialog/CwTooltipDialog.js +0 -11
- package/dist/src/components/control/choice/checkbox/CwCheckbox.js +0 -15
- package/dist/src/components/control/choice/deprecated/MultiSelect_deprecated_.js +0 -99
- package/dist/src/components/control/choice/dropdown/CwDropdown.js +0 -27
- package/dist/src/components/control/choice/dropdown/CwDropdownContainer.js +0 -30
- package/dist/src/components/control/choice/dropdown/CwDropdownFilter.js +0 -10
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.js +0 -298
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.js +0 -17
- package/dist/src/components/control/choice/multiselect/CwHeadFilter.js +0 -80
- package/dist/src/components/control/choice/multiselect/CwMultiselect.js +0 -393
- package/dist/src/components/control/choice/multiselect/CwOptionList.js +0 -36
- package/dist/src/components/control/choice/option/CwOption.js +0 -16
- package/dist/src/components/control/choice/select/CwSelect.js +0 -36
- package/dist/src/components/control/choice/toggle/CwToggle.js +0 -9
- package/dist/src/components/control/input/any/CwInput.js +0 -16
- package/dist/src/components/control/input/color/CwColorPicker.js +0 -210
- package/dist/src/components/control/input/color/CwInputColor.js +0 -142
- package/dist/src/components/control/input/date/CwInputDate.js +0 -29
- package/dist/src/components/control/input/date-picker/CwInputDatePicker.js +0 -109
- package/dist/src/components/control/input/date-text/CwInputDateText.js +0 -90
- package/dist/src/components/control/input/datetime/CwInputDatetime.js +0 -29
- package/dist/src/components/control/input/digit/CwDigit.js +0 -28
- package/dist/src/components/control/input/file/CwFileUpload.js +0 -52
- package/dist/src/components/control/input/file/CwFileUploadMultiple.js +0 -148
- package/dist/src/components/control/input/image/CwInputImage.js +0 -52
- package/dist/src/components/control/input/image-area/CwImageArea.js +0 -113
- package/dist/src/components/control/input/number/CwInputNumber.js +0 -11
- package/dist/src/components/control/input/phone/CwInputPhone.js +0 -24
- package/dist/src/components/control/input/text/CwInputText.js +0 -31
- package/dist/src/components/control/input/text-area/CwTextArea.js +0 -9
- package/dist/src/components/control/input/time/CwTime.js +0 -29
- package/dist/src/components/control/input/weekday/CwWeekdaySelector.js +0 -143
- package/dist/src/components/custom/find-airport/CwFindAirportComp.js +0 -240
- package/dist/src/components/custom/scheduler/CwSchedulerComp.js +0 -211
- package/dist/src/components/custom/scheduler/CwSuperSchedulerComp.js +0 -269
- package/dist/src/components/custom/scheduler/components/EventRender.js +0 -142
- package/dist/src/components/custom/scheduler/components/ResourceListRender.js +0 -12
- package/dist/src/components/custom/scheduler/components/ResourceRender.js +0 -26
- package/dist/src/components/custom/scheduler/components/day_headers/DayHeader.js +0 -13
- package/dist/src/components/custom/scheduler/components/day_headers/MonthHeader.js +0 -12
- package/dist/src/components/custom/scheduler/components/day_headers/MyDaysHeader.js +0 -62
- package/dist/src/components/custom/scheduler/components/day_headers/WeekHeader.js +0 -13
- package/dist/src/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.js +0 -24
- package/dist/src/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.js +0 -17
- package/dist/src/components/custom/scheduler/components/scheduler_header/SchedulerHeader.js +0 -26
- package/dist/src/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
- package/dist/src/components/custom/scheduler/components/time_headers/TimeHeader.js +0 -31
- package/dist/src/components/custom/scheduler/components/time_headers/TimeHeaderRow.js +0 -16
- package/dist/src/components/custom/scheduler/components/time_line/TimeLine.js +0 -12
- package/dist/src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.js +0 -5
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.js +0 -15
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
- package/dist/src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.js +0 -43
- package/dist/src/components/custom/scheduler/logic/dates/getMonthHeaderData.js +0 -35
- package/dist/src/components/custom/scheduler/logic/dates/getUtcToday.js +0 -6
- package/dist/src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
- package/dist/src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.js +0 -55
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisionType.js +0 -13
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisions.js +0 -16
- package/dist/src/components/custom/scheduler/logic/filtering/filterEvents.js +0 -33
- package/dist/src/components/custom/scheduler/logic/filtering/filterResources.js +0 -14
- package/dist/src/components/custom/scheduler/logic/filtering/hasSameProperties.js +0 -10
- package/dist/src/components/custom/scheduler/logic/onDrop/OnDrop.js +0 -45
- package/dist/src/components/custom/scheduler/logic/pixels/getHeightLineScheduler.js +0 -14
- package/dist/src/components/custom/scheduler/logic/pixels/getPixelsForEvent.js +0 -32
- package/dist/src/components/custom/scheduler/logic/pixels/heightScheduler.js +0 -14
- package/dist/src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.js +0 -9
- package/dist/src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.js +0 -5
- package/dist/src/components/custom/scheduler/logic/state_handle/handleResourceChange.js +0 -11
- package/dist/src/components/custom/scheduler/logic/state_handle/onDragOver.js +0 -9
- package/dist/src/components/custom/scheduler/logic/state_handle/onDropEventToResource.js +0 -3
- package/dist/src/components/custom/scheduler/logic/strings/compareStrings.js +0 -7
- package/dist/src/components/custom/scheduler/logic/strings/getGUID.js +0 -7
- package/dist/src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.js +0 -8
- package/dist/src/components/custom/scheduler/logic/ui/getEventsOfResource.js +0 -45
- package/dist/src/components/custom/scheduler/logic/ui/getTimeHeaders.js +0 -35
- package/dist/src/components/custom/scheduler/logic/ui/isAllowedToMove.js +0 -19
- package/dist/src/components/custom/scheduler/logic/ui/updateResourceVisibility.js +0 -15
- package/dist/src/components/custom/scheduler/state/CblDragAndDrop.js +0 -18
- package/dist/src/components/custom/scheduler/state/CwSchedulerProps.js +0 -1
- package/dist/src/components/custom/scheduler/state/Resource.js +0 -18
- package/dist/src/components/custom/scheduler/state/State.js +0 -1
- package/dist/src/components/custom/scheduler/state/cblEvent.js +0 -28
- package/dist/src/components/custom/scheduler/state/cblEventCompProps.js +0 -1
- package/dist/src/components/custom/scheduler/state/resourceCompProps2.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.js +0 -123
- package/dist/src/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.js +0 -118
- package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.js +0 -166
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.js +0 -26
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.js +0 -86
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.js +0 -60
- package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.js +0 -24
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.js +0 -150
- package/dist/src/components/custom/scheduler-new/presentation/components/row/EventSideDrag.js +0 -11
- package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.js +0 -176
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.js +0 -39
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/helpers.js +0 -43
- package/dist/src/components/custom/scheduler-new/presentation/logic/WeekendCalc.js +0 -24
- package/dist/src/components/custom/scheduler-new/presentation/logic/dateFromPercentage.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/eventIsVisible.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.js +0 -113
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.js +0 -21
- package/dist/src/components/custom/scheduler-new/presentation/logic/getEventSizes.js +0 -30
- package/dist/src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.js +0 -13
- package/dist/src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.js +0 -32
- package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.js +0 -12
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/WeekRange.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.js +0 -267
- package/dist/src/components/custom/scheduler-temporal/CwSuperSchedulerComp.js +0 -269
- package/dist/src/components/custom/scheduler-temporal/components/EventRender.js +0 -142
- package/dist/src/components/custom/scheduler-temporal/components/ResourceListRender.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/components/ResourceRender.js +0 -26
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/DayHeader.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/MonthHeader.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.js +0 -62
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/WeekHeader.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.js +0 -22
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.js +0 -17
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.js +0 -26
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
- package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeader.js +0 -31
- package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.js +0 -16
- package/dist/src/components/custom/scheduler-temporal/components/time_line/TimeLine.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.js +0 -15
- package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.js +0 -43
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.js +0 -35
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getUtcToday.js +0 -6
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
- package/dist/src/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.js +0 -55
- package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.js +0 -16
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.js +0 -10
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterEvents.js +0 -34
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterResources.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/hasSameProperties.js +0 -10
- package/dist/src/components/custom/scheduler-temporal/logic/onDrop/OnDrop.js +0 -36
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getHeightLineScheduler.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.js +0 -32
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightSchedulerPinned.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handlePropChanges.js +0 -178
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handleResourceChange.js +0 -11
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDragOver.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.js +0 -3
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.js +0 -3
- package/dist/src/components/custom/scheduler-temporal/logic/strings/compareStrings.js +0 -7
- package/dist/src/components/custom/scheduler-temporal/logic/strings/getGUID.js +0 -7
- package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.js +0 -92
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getHasPropsChanged.js +0 -242
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.js +0 -35
- package/dist/src/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.js +0 -19
- package/dist/src/components/custom/scheduler-temporal/logic/ui/shouldTriggerScroll.js +0 -241
- package/dist/src/components/custom/scheduler-temporal/logic/ui/updateResourceVisibility.js +0 -15
- package/dist/src/components/custom/scheduler-temporal/state/CblDragAndDrop.js +0 -18
- package/dist/src/components/custom/scheduler-temporal/state/CwSchedulerProps.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/Resource.js +0 -18
- package/dist/src/components/custom/scheduler-temporal/state/State.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/cblEvent.js +0 -28
- package/dist/src/components/custom/scheduler-temporal/state/cblEventCompProps.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/resourceCompProps2.js +0 -1
- package/dist/src/components/custom/super-scheduler/PinRowHeader.js +0 -53
- package/dist/src/components/custom/super-scheduler/SuperScheduler.js +0 -23
- package/dist/src/components/custom/super-scheduler/SuperSchedulerEvents.js +0 -15
- package/dist/src/components/custom/super-scheduler/SuperSchedulerPresenter.js +0 -45
- package/dist/src/components/display/data/accordion/CwAccordionContainer.js +0 -20
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.js +0 -138
- package/dist/src/components/display/data/table/CwTable.js +0 -203
- package/dist/src/components/display/graphics/icon/CwIcon.js +0 -23
- package/dist/src/components/display/graphics/loading/CwLoading.js +0 -27
- package/dist/src/components/display/graphics/loading-small/CwLoadingSmall.js +0 -20
- package/dist/src/components/display/text/heading/CwHeadingMain.js +0 -5
- package/dist/src/components/display/text/heading/CwHeadingSecond.js +0 -5
- package/dist/src/components/display/text/label/CwLabel.js +0 -13
- package/dist/src/components/display/text/message/CwMessage.js +0 -75
- package/dist/src/components/display/text/note/CwNote.js +0 -78
- package/dist/src/components/display/text/tag/CwChip.js +0 -57
- package/dist/src/components/display/text/tag/CwTag.js +0 -21
- package/dist/src/components/display/text/tooltip/CwTooltip.js +0 -4
- package/dist/src/components/layout/align/CwAlign.js +0 -54
- package/dist/src/components/layout/card/CwCard.js +0 -55
- package/dist/src/components/layout/card/CwCardList.js +0 -38
- package/dist/src/components/layout/dialog/CwDialog.js +0 -255
- package/dist/src/components/layout/dialog/CwDialogManager.js +0 -44
- package/dist/src/components/layout/list/details/CwExpandable.js +0 -28
- package/dist/src/components/layout/list/key-value/CwKeyValueList.js +0 -23
- package/dist/src/components/layout/list/sortable/CwSortableList.js +0 -73
- package/dist/src/components/layout/list/sortable/useSortableList.js +0 -53
- package/dist/src/components/layout/modal/CwModalReportFunctional.js +0 -23
- package/dist/src/components/layout/modal/hover/CwModalHover.js +0 -61
- package/dist/src/components/layout/modal/legacy/cw_modal.js +0 -44
- package/dist/src/components/layout/modal/legacy/cw_modal_confirm.js +0 -39
- package/dist/src/components/layout/modal/legacy/cw_modal_iframe.js +0 -44
- package/dist/src/components/layout/modal/legacy/cw_modal_report.js +0 -26
- package/dist/src/components/layout/tabs/CwTabs.js +0 -53
- package/dist/src/dev/index.d.ts +0 -5
- package/dist/src/dev/index.d.ts.map +0 -1
- package/dist/src/dev/palette.d.ts +0 -3
- package/dist/src/dev/palette.d.ts.map +0 -1
- package/dist/src/dev/previews.d.ts +0 -3
- package/dist/src/dev/previews.d.ts.map +0 -1
- package/dist/src/dev/useInitial.d.ts +0 -3
- package/dist/src/dev/useInitial.d.ts.map +0 -1
- package/dist/src/index.js +0 -187
- package/dist/test/components/custom/new-scheduler/presentation/logic/getDefaultDivisions.test.js +0 -48
- package/dist/test/components/custom/new-scheduler/presentation/logic/hoursBetween.test.js +0 -15
- package/dist/test/components/custom/new-scheduler/presentation/logic/monthDivisions.test.js +0 -42
- package/dist/test/components/custom/new-scheduler/presentation/logic/weekendCalc.test.js +0 -30
- package/dist/test/components/custom/scheduler/addMinutesToDateFromPx.test.js +0 -43
- package/dist/test/components/custom/scheduler/checkIfSlotAvailable.test.js +0 -30
- package/dist/test/components/custom/scheduler/daysBetweenTwoDates.test.js +0 -61
- package/dist/test/components/custom/scheduler/daysBetweenTwoDatesWithoutCeilForEvent.test.js +0 -27
- package/dist/test/components/custom/scheduler/getGUID.test.js +0 -30
- package/dist/test/components/custom/scheduler/getPixelsForEvent.test.js +0 -38
- package/dist/test/components/custom/scheduler/getTimeHeaders.test.js +0 -35
- package/dist/test/components/custom/scheduler/hasSameProperties.test.js +0 -51
- package/dist/test/components/custom/scheduler/isAllowedToMove.test.js +0 -28
- package/dist/test/components/custom/scheduler/listOfDatesToWeeks.test.js +0 -72
- package/dist/test/jest.setup.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"daysBetweenTwoDates.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,mBAAmB,UAAW,IAAI,SAAS,IAAI,KAAG,MAgB9D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"daysBetweenTwoDatesWithoutCeil.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,gCAAgC,UAAW,IAAI,SAAS,IAAI,KAAG,MAI3E,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
interface TimeHeaderData {
|
|
2
|
+
text: string;
|
|
3
|
+
isWeekend: boolean;
|
|
4
|
+
}
|
|
5
|
+
export declare const getFormattedTimeForHeader: (calculatedDivType: "d" | "w" | "m", calculatedDivision: 8 | 3 | 2 | 1, timeHeader: Date) => TimeHeaderData;
|
|
6
|
+
export {};
|
|
7
|
+
//# sourceMappingURL=getFormatedTimeForHeader.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getFormatedTimeForHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.ts"],"names":[],"mappings":"AAEA,UAAU,cAAc;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,yBAAyB,sBAClB,GAAG,GAAG,GAAG,GAAG,GAAG,sBACd,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,cACrB,IAAI,KACd,cA0CF,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export interface MonthHeaderData {
|
|
2
|
+
monthFormatted: string;
|
|
3
|
+
width: number;
|
|
4
|
+
}
|
|
5
|
+
export interface DateRange {
|
|
6
|
+
start: Date;
|
|
7
|
+
daysLong: number;
|
|
8
|
+
}
|
|
9
|
+
export declare const getMonthHeaderData: (dates: Date[], maxWidth: number) => MonthHeaderData[];
|
|
10
|
+
//# sourceMappingURL=getMonthHeaderData.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getMonthHeaderData.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/getMonthHeaderData.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC/B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,SAAS;IACzB,KAAK,EAAE,IAAI,CAAC;IACZ,QAAQ,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,kBAAkB,UAAW,IAAI,EAAE,YAAY,MAAM,KAAG,eAAe,EAWnF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getUtcToday.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/getUtcToday.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW,QAAO,IAO9B,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { WeekRange } from "./listOfDatesToWeeks";
|
|
2
|
+
export interface WeekHeaderData {
|
|
3
|
+
formattedString: string;
|
|
4
|
+
width: number;
|
|
5
|
+
}
|
|
6
|
+
export declare const getWeekHeaderDataFromWeekRange: (weekRange: WeekRange[], maxWidth: number, dateFormatter: (date: Date) => string) => WeekHeaderData[];
|
|
7
|
+
//# sourceMappingURL=getWeekHeaderDataFromWeekRange.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getWeekHeaderDataFromWeekRange.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAEtD,MAAM,WAAW,cAAc;IAC9B,eAAe,EAAE,MAAM,CAAC;IACxB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,8BAA8B,cAC/B,SAAS,EAAE,YACZ,MAAM,iBACD,CAAC,IAAI,EAAE,IAAI,KAAK,MAAM,KACnC,cAAc,EAad,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"listOfDatesToWeeks.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,SAAS;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,IAAI,CAAC;IACZ,GAAG,EAAE,IAAI,CAAC;IACV,WAAW,EAAE,OAAO,CAAC;CACrB;AAED,eAAO,MAAM,0BAA0B,UAAW,IAAI,EAAE,KAAG,SAAS,EAwCnE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculateDivisionType.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/divisions/calculateDivisionType.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,qBAAqB,UAAW,IAAI,OAAO,IAAI,oBAU3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calculateDivisions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/divisions/calculateDivisions.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,kBAAkB,UAAW,IAAI,OAAO,IAAI,kBAYxD,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filterEvents.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/filtering/filterEvents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,YAAY,WAChB,QAAQ,EAAE,SACX,IAAI,OACN,IAAI,MACL,MAAM,WACF,MAAM,GAAG,SAAS,eA4B1B,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { Resource } from "../../state/Resource";
|
|
2
|
+
export declare const filterResources: (module: string | undefined, resourceName: string | undefined, resources: Resource[], groupByFunction: boolean, endDate: Date, startDate: Date, scheduleName: string) => Resource[];
|
|
3
|
+
//# sourceMappingURL=filterResources.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filterResources.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/filtering/filterResources.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGrD,eAAO,MAAM,eAAe,WACnB,MAAM,GAAG,SAAS,gBACZ,MAAM,GAAG,SAAS,aACrB,QAAQ,EAAE,mBACJ,OAAO,WACf,IAAI,aACF,IAAI,gBACD,MAAM,KAClB,QAAQ,EAiBV,CAAC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
2
|
+
import type { Resource } from "../../state/Resource";
|
|
3
|
+
import type { State } from "../../state/State";
|
|
4
|
+
export interface OnDropProps {
|
|
5
|
+
e: React.DragEvent;
|
|
6
|
+
resource: Resource;
|
|
7
|
+
id: string;
|
|
8
|
+
contentArea?: HTMLTableDataCellElement;
|
|
9
|
+
state: State;
|
|
10
|
+
schedulerProps: CwSchedulerProps;
|
|
11
|
+
}
|
|
12
|
+
export declare const OnDrop: (props: OnDropProps) => void;
|
|
13
|
+
//# sourceMappingURL=OnDrop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"OnDrop.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/onDrop/OnDrop.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK/C,MAAM,WAAW,WAAW;IAC3B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,CAAC,EAAE,wBAAwB,CAAC;IACvC,KAAK,EAAE,KAAK,CAAC;IACb,cAAc,EAAE,gBAAgB,CAAC;CACjC;AACD,eAAO,MAAM,MAAM,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAmD5C,CAAC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
+
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
3
|
+
import type { Resource } from "../../state/Resource";
|
|
4
|
+
export declare const getLeftPixels: (eventStart: Date, scheduleStart: Date, dayPx: number) => number;
|
|
5
|
+
export declare const getResourcesWithPixels: (resources: Resource[], _nextProps: CwSchedulerProps, dayPx: number) => {
|
|
6
|
+
events: cblEvent[];
|
|
7
|
+
uid: string;
|
|
8
|
+
id: number;
|
|
9
|
+
name: string;
|
|
10
|
+
maxTop: number;
|
|
11
|
+
isInViewport: boolean;
|
|
12
|
+
schedulerResourceDisplay: string | null;
|
|
13
|
+
isLoading: boolean;
|
|
14
|
+
data: any;
|
|
15
|
+
}[];
|
|
16
|
+
export declare const getEventWithSize: (event: cblEvent, schedulerStart: Date, dayPx: number) => cblEvent;
|
|
17
|
+
//# sourceMappingURL=getPixelsForEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getPixelsForEvent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/getPixelsForEvent.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGrD,eAAO,MAAM,aAAa,eAAgB,IAAI,iBAAiB,IAAI,SAAS,MAAM,KAAG,MAGpF,CAAC;AAEF,eAAO,MAAM,sBAAsB,cAAe,QAAQ,EAAE,cAAc,gBAAgB,SAAS,MAAM;;;;;;;;;;GAWxG,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAAW,QAAQ,kBAAkB,IAAI,SAAS,MAAM,KAAG,QAevF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"heightScheduler.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/heightScheduler.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,eAAe,cAAe,QAAQ,EAAE,eAAe,MAAM,qBAAqB,OAAO,WAerG,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
2
|
+
import type { Resource } from "../../state/Resource";
|
|
3
|
+
export declare const doubleClickOnResource: (props: CwSchedulerProps, resource: Resource) => void;
|
|
4
|
+
//# sourceMappingURL=doubleClickOnResource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"doubleClickOnResource.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,qBAAqB,UAAW,gBAAgB,YAAY,QAAQ,SAIhF,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onDragOver.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/onDragOver.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,MAAO,KAAK,CAAC,SAAS,SAQ5C,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { CblDragAndDrop } from "../../state/CblDragAndDrop";
|
|
2
|
+
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
3
|
+
import type { Resource } from "../../state/Resource";
|
|
4
|
+
export declare const onDropEventToResource: (props: CwSchedulerProps, cblDragNDrop: CblDragAndDrop, resource: Resource) => void;
|
|
5
|
+
//# sourceMappingURL=onDropEventToResource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onDropEventToResource.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/onDropEventToResource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AACjE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,qBAAqB,UAAW,gBAAgB,gBAAgB,cAAc,YAAY,QAAQ,SAE9G,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"compareStrings.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/strings/compareStrings.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,SAAU,MAAM,QAAQ,MAAM,KAAG,MAI3D,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getGUID.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/strings/getGUID.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO,QAAO,MAE1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"checkIfSlotAvailable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,oBAAoB,WAAY,KAAK,CAAC,QAAQ,CAAC,SAAS,QAAQ,YAO5E,CAAC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
+
import type { Resource } from "../../state/Resource";
|
|
3
|
+
export declare const getEventsInInnerRows: (res: Resource, eventHeight: number, dayPx: number, start: Date) => cblEvent[][];
|
|
4
|
+
//# sourceMappingURL=getEventsOfResource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getEventsOfResource.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/ui/getEventsOfResource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAGrD,eAAO,MAAM,oBAAoB,QAAS,QAAQ,eAAe,MAAM,SAAS,MAAM,SAAS,IAAI,iBA4ClG,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"getTimeHeaders.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/ui/getTimeHeaders.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc,cAAe,IAAI,WAAW,IAAI,KAAG,KAAK,CAAC,IAAI,CAsCzE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isAllowedToMove.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/ui/isAllowedToMove.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAEjE,eAAO,MAAM,eAAe,SAAU,GAAG,WAAW,GAAG,gBAAgB,cAAc,KAAG,OAuBvF,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare class CblDragAndDrop {
|
|
2
|
+
fromId: string | null;
|
|
3
|
+
toId: string | null;
|
|
4
|
+
data: Array<any> | null;
|
|
5
|
+
droppedOnDate: Date | null;
|
|
6
|
+
resizeFromStart: boolean | null;
|
|
7
|
+
resizeFromEnd: boolean | null;
|
|
8
|
+
isCtrlKey: boolean | null;
|
|
9
|
+
constructor(fromId: string | null, toId: string | null, data: Array<any> | null, droppedOnDate?: Date | null, resizeFromStart?: boolean | null, resizeFromEnd?: boolean | null, isCtrlKey?: boolean | null);
|
|
10
|
+
}
|
|
11
|
+
//# sourceMappingURL=CblDragAndDrop.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CblDragAndDrop.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/CblDragAndDrop.ts"],"names":[],"mappings":"AAAA,qBAAa,cAAc;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;gBAGzB,MAAM,EAAE,MAAM,GAAG,IAAI,EACrB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,EACvB,aAAa,GAAE,IAAI,GAAG,IAAW,EACjC,eAAe,GAAE,OAAO,GAAG,IAAW,EACtC,aAAa,GAAE,OAAO,GAAG,IAAW,EACpC,SAAS,GAAE,OAAO,GAAG,IAAW;CAUjC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import type { resourceCompProps2 } from "../CwSuperSchedulerComp";
|
|
2
|
+
import type { CblDragAndDrop } from "./CblDragAndDrop";
|
|
3
|
+
import type { cblEvent } from "./cblEvent";
|
|
4
|
+
import type { cblEventCompProps } from "./cblEventCompProps";
|
|
5
|
+
import type { Resource } from "./Resource";
|
|
6
|
+
export interface CwSchedulerProps {
|
|
7
|
+
airportSelected?: number;
|
|
8
|
+
canBePinned?: boolean;
|
|
9
|
+
cblEventComp: React.FC<cblEventCompProps>;
|
|
10
|
+
descriptionColumn?: string;
|
|
11
|
+
endDate: Date;
|
|
12
|
+
events: cblEvent[];
|
|
13
|
+
groupByFunction: boolean;
|
|
14
|
+
height: number;
|
|
15
|
+
id: string;
|
|
16
|
+
module?: string;
|
|
17
|
+
parent: any;
|
|
18
|
+
pinnedResources?: number[];
|
|
19
|
+
resourceComp: React.FC<resourceCompProps2>;
|
|
20
|
+
resourceName?: string;
|
|
21
|
+
resources: Resource[];
|
|
22
|
+
resourceContextMenuContents?: Array<{
|
|
23
|
+
key: string;
|
|
24
|
+
text: string;
|
|
25
|
+
icon: string;
|
|
26
|
+
color: string;
|
|
27
|
+
}>;
|
|
28
|
+
startDate: Date;
|
|
29
|
+
scheduler_clearPinned?: (id: any) => void;
|
|
30
|
+
scheduler_handleCblEventClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
31
|
+
scheduler_handleCblEventClickRight?: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
32
|
+
scheduler_handleCblEventDoubleClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
33
|
+
scheduler_handleCblEventResize?: (cblDragNDrop: CblDragAndDrop) => void;
|
|
34
|
+
scheduler_handleDblClickOnResourceInScheduler?: (resource: Resource) => void;
|
|
35
|
+
scheduler_handleEmptyClick?: (schedulerId: string) => void;
|
|
36
|
+
scheduler_handleMultiselectChange?: (value: any, selectedObjectsArray: any) => void;
|
|
37
|
+
scheduler_handleOnClickEventContextMenu?: (e: any, cblEvent: cblEvent) => void;
|
|
38
|
+
scheduler_handleOnClickResourceContextMenu?: (e: any, resource: Resource) => void;
|
|
39
|
+
scheduler_handleOnDropCblEventsOnResource: (cblDragNDrop: CblDragAndDrop, resource: Resource) => void;
|
|
40
|
+
scheduler_handlePinned?: (resourceId: number, type: string, schedulerId: string) => void;
|
|
41
|
+
scheduler_handleOnClickContextMenuResource?: (date: Date, resource: Resource, key: string, schedulerId: string) => void;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=CwSchedulerProps.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwSchedulerProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/CwSchedulerProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAC3C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,WAAW,gBAAgB;IAChC,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC;IAC1C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,OAAO,EAAE,IAAI,CAAC;IACd,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,GAAG,CAAC;IACZ,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,2BAA2B,CAAC,EAAE,KAAK,CAAC;QACnC,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,SAAS,EAAE,IAAI,CAAC;IAChB,qBAAqB,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,KAAK,IAAI,CAAC;IAC1C,6BAA6B,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACjF,kCAAkC,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACvF,mCAAmC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACvF,8BAA8B,CAAC,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACxE,6CAA6C,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7E,0BAA0B,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,iCAAiC,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,GAAG,KAAK,IAAI,CAAC;IACpF,uCAAuC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC/E,0CAA0C,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAClF,yCAAyC,EAAE,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IACtG,sBAAsB,CAAC,EAAE,CAAC,UAAU,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACzF,0CAA0C,CAAC,EAAE,CAC5C,IAAI,EAAE,IAAI,EACV,QAAQ,EAAE,QAAQ,EAClB,GAAG,EAAE,MAAM,EACX,WAAW,EAAE,MAAM,KACf,IAAI,CAAC;CACV"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { cblEvent } from "./cblEvent";
|
|
2
|
+
export declare class Resource {
|
|
3
|
+
uid: string;
|
|
4
|
+
id: number;
|
|
5
|
+
name: string;
|
|
6
|
+
maxTop: number;
|
|
7
|
+
events: cblEvent[];
|
|
8
|
+
isInViewport: boolean;
|
|
9
|
+
schedulerResourceDisplay: string | null;
|
|
10
|
+
isLoading: boolean;
|
|
11
|
+
data: any;
|
|
12
|
+
constructor(id: number, name: string, eventHeight: number, data?: any, schedulerResourceDisplay?: string | null);
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=Resource.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/Resource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,qBAAa,QAAQ;IACpB,GAAG,EAAE,MAAM,CAAM;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,QAAQ,EAAE,CAAM;IACxB,YAAY,EAAE,OAAO,CAAS;IAC9B,wBAAwB,EAAE,MAAM,GAAG,IAAI,CAAC;IACxC,SAAS,EAAE,OAAO,CAAS;IAC3B,IAAI,EAAE,GAAG,CAAQ;gBAGhB,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,IAAI,GAAE,GAAU,EAChB,wBAAwB,GAAE,MAAM,GAAG,IAAW;CAQ/C"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { Resource } from "./Resource";
|
|
2
|
+
export interface State {
|
|
3
|
+
dayPx: number;
|
|
4
|
+
division: number;
|
|
5
|
+
divisionType: string;
|
|
6
|
+
divisionsLeftPx: number[];
|
|
7
|
+
eventHeight: number;
|
|
8
|
+
hourPx: number;
|
|
9
|
+
lineStyle: number;
|
|
10
|
+
maxPx: number;
|
|
11
|
+
minutePx: number;
|
|
12
|
+
nowUtc: Date;
|
|
13
|
+
pinnedResources: Array<number>;
|
|
14
|
+
resources: Resource[];
|
|
15
|
+
selectedEvents: Array<number>;
|
|
16
|
+
showConsoleLogs: boolean;
|
|
17
|
+
timeHeaders: Array<Date>;
|
|
18
|
+
}
|
|
19
|
+
//# sourceMappingURL=State.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"State.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/State.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,WAAW,KAAK;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAC,MAAM,EAAE,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,IAAI,CAAC;IACb,eAAe,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC/B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;CACzB"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export declare class cblEvent {
|
|
2
|
+
id: string;
|
|
3
|
+
start: Date;
|
|
4
|
+
end: Date;
|
|
5
|
+
resourceId: number;
|
|
6
|
+
selected: boolean;
|
|
7
|
+
top: number;
|
|
8
|
+
leftPx: number;
|
|
9
|
+
rightPx: number;
|
|
10
|
+
width: number;
|
|
11
|
+
isFullHeight: boolean;
|
|
12
|
+
isReadOnly: boolean;
|
|
13
|
+
isResizable: boolean;
|
|
14
|
+
isDraggable: boolean;
|
|
15
|
+
data: any;
|
|
16
|
+
constructor(start: Date, end: Date, resourceId: number, data?: any, isFullHeight?: boolean, isReadOnly?: boolean, isResizable?: boolean, isDraggable?: boolean);
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=cblEvent.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cblEvent.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/cblEvent.ts"],"names":[],"mappings":"AAEA,qBAAa,QAAQ;IACpB,EAAE,EAAE,MAAM,CAAM;IAChB,KAAK,EAAE,IAAI,CAAC;IACZ,GAAG,EAAE,IAAI,CAAC;IACV,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,OAAO,CAAS;IAE1B,GAAG,EAAE,MAAM,CAAK;IAChB,MAAM,EAAE,MAAM,CAAK;IACnB,OAAO,EAAE,MAAM,CAAK;IACpB,KAAK,EAAE,MAAM,CAAK;IAElB,YAAY,EAAE,OAAO,CAAS;IAC9B,UAAU,EAAE,OAAO,CAAS;IAC5B,WAAW,EAAE,OAAO,CAAS;IAC7B,WAAW,EAAE,OAAO,CAAS;IAE7B,IAAI,EAAE,GAAG,CAAQ;gBAGhB,KAAK,EAAE,IAAI,EACX,GAAG,EAAE,IAAI,EACT,UAAU,EAAE,MAAM,EAClB,IAAI,GAAE,GAAU,EAChB,YAAY,GAAE,OAAe,EAC7B,UAAU,GAAE,OAAe,EAC3B,WAAW,GAAE,OAAe,EAC5B,WAAW,GAAE,OAAe;CAc7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cblEventCompProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/cblEventCompProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GAAG;IAC/B,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,EAAE,QAAQ,CAAC;IACnB,6BAA6B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1E,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resourceCompProps2.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/resourceCompProps2.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,kBAAkB,GAAG;IAChC,QAAQ,EAAE,QAAQ,CAAC;IACnB,gCAAgC,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC7E,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import type { ItemType } from "antd/lib/menu/hooks/useItems";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import type { OnEvent } from "../../../../common/functions/dsl/UiEventDSL";
|
|
4
|
+
import { SchedulerHeaderContent } from "./components/header/SchedulerHeaderState";
|
|
5
|
+
import { BackgroundEventDm } from "./components/row/BackgroundEvent";
|
|
6
|
+
import { RowHeaderDm, RowHeaderProps } from "./components/row/DefaultRowHeader";
|
|
7
|
+
import { SchedulerEventDm, SchedulerEventState } from "./components/row/Event";
|
|
8
|
+
import type { SchedulerState } from "./state/ui/SchedulerState";
|
|
9
|
+
export type OrderCategory<T> = keyof T & string;
|
|
10
|
+
interface SchedulerProps<T extends RowHeaderDm, P extends SchedulerEventDm> {
|
|
11
|
+
id: string;
|
|
12
|
+
state: SchedulerState;
|
|
13
|
+
header: SchedulerHeaderContent;
|
|
14
|
+
EventComp: React.ComponentType<SchedulerEventState<P>>;
|
|
15
|
+
events: P[];
|
|
16
|
+
backgroundEvents: BackgroundEventDm[];
|
|
17
|
+
rows: T[];
|
|
18
|
+
contextMenuItems: ItemType[];
|
|
19
|
+
orderCategories?: OrderCategory<T>[];
|
|
20
|
+
useOrderCategory?: boolean;
|
|
21
|
+
RowTitleComp: React.ComponentType<RowHeaderProps<T>>;
|
|
22
|
+
BackgroundEventComp?: React.ComponentType<SchedulerEventState<BackgroundEventDm>>;
|
|
23
|
+
onEvent: OnEvent;
|
|
24
|
+
groupRowColors?: boolean;
|
|
25
|
+
rowHeaderWidth?: number;
|
|
26
|
+
}
|
|
27
|
+
export declare const Scheduler: <T extends RowHeaderDm, P extends SchedulerEventDm>(props: SchedulerProps<T, P>) => import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
export default Scheduler;
|
|
29
|
+
//# sourceMappingURL=NewScheduler.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewScheduler.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-new/presentation/NewScheduler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE7D,OAAO,KAAmD,MAAM,OAAO,CAAC;AAExE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6CAA6C,CAAC;AAE3E,OAAO,EAAE,sBAAsB,EAAwB,MAAM,0CAA0C,CAAC;AACxG,OAAO,EAAmB,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AACtF,OAAO,EAAoB,WAAW,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAClG,OAAO,EAAkB,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,wBAAwB,CAAC;AAU/F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAGhE,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,CAAC;AAEhD,UAAU,cAAc,CAAC,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,gBAAgB;IACzE,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;IACvD,MAAM,EAAE,CAAC,EAAE,CAAC;IACZ,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,eAAe,CAAC,EAAE,aAAa,CAAC,CAAC,CAAC,EAAE,CAAC;IACrC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,YAAY,EAAE,KAAK,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IACrD,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAClF,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;CACxB;AAYD,eAAO,MAAM,SAAS,GAAI,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,gBAAgB,SAAS,cAAc,CAAC,CAAC,EAAE,CAAC,CAAC,4CAyJvG,CAAC;AAiCF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
import type { UiEvent } from "../../../../common/functions/dsl/UiEventDSL";
|
|
2
|
+
export declare class OnClickEvent implements UiEvent {
|
|
3
|
+
readonly id: string;
|
|
4
|
+
constructor(id: string);
|
|
5
|
+
}
|
|
6
|
+
export declare class OnRangeClickEvent implements UiEvent {
|
|
7
|
+
readonly id: string;
|
|
8
|
+
constructor(id: string);
|
|
9
|
+
}
|
|
10
|
+
export declare class OnMultiClickEvent implements UiEvent {
|
|
11
|
+
readonly id: string;
|
|
12
|
+
constructor(id: string);
|
|
13
|
+
}
|
|
14
|
+
export declare class OnDoubleClickEvent implements UiEvent {
|
|
15
|
+
readonly id: string;
|
|
16
|
+
constructor(id: string);
|
|
17
|
+
}
|
|
18
|
+
export declare class OnDragEvent implements UiEvent {
|
|
19
|
+
readonly id: string;
|
|
20
|
+
constructor(id: string);
|
|
21
|
+
}
|
|
22
|
+
export declare class OnDropEvent implements UiEvent {
|
|
23
|
+
readonly id: string;
|
|
24
|
+
readonly date: Date;
|
|
25
|
+
constructor(id: string, date: Date);
|
|
26
|
+
}
|
|
27
|
+
export declare class OnDropCtrlEvent implements UiEvent {
|
|
28
|
+
readonly id: string;
|
|
29
|
+
readonly date: Date;
|
|
30
|
+
constructor(id: string, date: Date);
|
|
31
|
+
}
|
|
32
|
+
export declare class OnClickRowEvent implements UiEvent {
|
|
33
|
+
readonly id: string;
|
|
34
|
+
constructor(id: string);
|
|
35
|
+
}
|
|
36
|
+
export declare class OnDoubleClickRowEvent implements UiEvent {
|
|
37
|
+
readonly id: string;
|
|
38
|
+
constructor(id: string);
|
|
39
|
+
}
|
|
40
|
+
export declare class OnRightClickEvent implements UiEvent {
|
|
41
|
+
readonly id: string;
|
|
42
|
+
constructor(id: string);
|
|
43
|
+
}
|
|
44
|
+
export declare class OnStartClickHeaderEvent implements UiEvent {
|
|
45
|
+
readonly date: Date;
|
|
46
|
+
constructor(date: Date);
|
|
47
|
+
}
|
|
48
|
+
export declare class OnEndClickHeaderEvent implements UiEvent {
|
|
49
|
+
readonly date: Date;
|
|
50
|
+
constructor(date: Date);
|
|
51
|
+
}
|
|
52
|
+
export declare class OnRightClickRow implements UiEvent {
|
|
53
|
+
readonly id: string;
|
|
54
|
+
readonly date: Date;
|
|
55
|
+
constructor(id: string, date: Date);
|
|
56
|
+
}
|
|
57
|
+
export declare class OnLeftDragStart implements UiEvent {
|
|
58
|
+
readonly id: string;
|
|
59
|
+
constructor(id: string);
|
|
60
|
+
}
|
|
61
|
+
export declare class OnRightDragStart implements UiEvent {
|
|
62
|
+
readonly id: string;
|
|
63
|
+
constructor(id: string);
|
|
64
|
+
}
|
|
65
|
+
export declare class OnClickRowHeader implements UiEvent {
|
|
66
|
+
readonly id: string;
|
|
67
|
+
constructor(id: string);
|
|
68
|
+
}
|
|
69
|
+
export declare class UpdateApi implements UiEvent {
|
|
70
|
+
constructor();
|
|
71
|
+
}
|
|
72
|
+
export declare class OnClickUtc implements UiEvent {
|
|
73
|
+
constructor();
|
|
74
|
+
}
|
|
75
|
+
export declare class OnClickContextMenu implements UiEvent {
|
|
76
|
+
readonly id: string;
|
|
77
|
+
readonly clickedMenu: string;
|
|
78
|
+
constructor(id: string, clickedMenu: string);
|
|
79
|
+
}
|
|
80
|
+
//# sourceMappingURL=NewSchedulerUiEvents.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NewSchedulerUiEvents.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,6CAA6C,CAAC;AAE3E,qBAAa,YAAa,YAAW,OAAO;aACR,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,iBAAkB,YAAW,OAAO;aACb,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,iBAAkB,YAAW,OAAO;aACb,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,kBAAmB,YAAW,OAAO;aACd,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,WAAY,YAAW,OAAO;aACP,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,WAAY,YAAW,OAAO;aAEzB,EAAE,EAAE,MAAM;aACV,IAAI,EAAE,IAAI;gBADV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,IAAI;CAG3B;AAED,qBAAa,eAAgB,YAAW,OAAO;aAE7B,EAAE,EAAE,MAAM;aACV,IAAI,EAAE,IAAI;gBADV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,IAAI;CAG3B;AAED,qBAAa,eAAgB,YAAW,OAAO;aACX,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,qBAAsB,YAAW,OAAO;aACjB,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,iBAAkB,YAAW,OAAO;aACb,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,uBAAwB,YAAW,OAAO;aACnB,IAAI,EAAE,IAAI;gBAAV,IAAI,EAAE,IAAI;CAE7C;AACD,qBAAa,qBAAsB,YAAW,OAAO;aACjB,IAAI,EAAE,IAAI;gBAAV,IAAI,EAAE,IAAI;CAE7C;AAED,qBAAa,eAAgB,YAAW,OAAO;aAE7B,EAAE,EAAE,MAAM;aACV,IAAI,EAAE,IAAI;gBADV,EAAE,EAAE,MAAM,EACV,IAAI,EAAE,IAAI;CAG3B;AAED,qBAAa,eAAgB,YAAW,OAAO;aAE7B,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAG3B;AAED,qBAAa,gBAAiB,YAAW,OAAO;aAE9B,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAG3B;AAED,qBAAa,gBAAiB,YAAW,OAAO;aACZ,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAE7C;AAED,qBAAa,SAAU,YAAW,OAAO;;CAGxC;AAED,qBAAa,UAAW,YAAW,OAAO;;CAGzC;AAED,qBAAa,kBAAmB,YAAW,OAAO;aAEhC,EAAE,EAAE,MAAM;aACV,WAAW,EAAE,MAAM;gBADnB,EAAE,EAAE,MAAM,EACV,WAAW,EAAE,MAAM;CAGpC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { type ReactNode } from "react";
|
|
2
|
+
import { type OnEvent } from "../../../../common/functions/dsl/UiEventDSL";
|
|
3
|
+
import type { BackgroundEventDm } from "./components/row/BackgroundEvent";
|
|
4
|
+
import { RowHeaderDm } from "./components/row/DefaultRowHeader";
|
|
5
|
+
import { SchedulerEventDm } from "./components/row/Event";
|
|
6
|
+
import type { SchedulerState } from "./state/ui/SchedulerState";
|
|
7
|
+
export interface ApiEvent {
|
|
8
|
+
id: string;
|
|
9
|
+
rowId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
color: string;
|
|
12
|
+
startDate: Date;
|
|
13
|
+
endDate: Date;
|
|
14
|
+
}
|
|
15
|
+
export declare const eventToUiState: (it: ApiEvent, selectedDate: Date, visibleDays: number, tooltip?: ReactNode) => SchedulerEventDm;
|
|
16
|
+
export interface ApiRow {
|
|
17
|
+
resourceId: string;
|
|
18
|
+
title: string;
|
|
19
|
+
}
|
|
20
|
+
export declare const SchedulerPresenter: () => {
|
|
21
|
+
state: SchedulerState;
|
|
22
|
+
resources: RowHeaderDm[];
|
|
23
|
+
events: SchedulerEventDm[];
|
|
24
|
+
backgroundEvents: BackgroundEventDm[];
|
|
25
|
+
onEvent: OnEvent;
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=SchedulerPresenter.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SchedulerPresenter.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-new/presentation/SchedulerPresenter.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA+B,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AACpE,OAAO,EAAiB,KAAK,OAAO,EAAE,MAAM,6CAA6C,CAAC;AAE1F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAmB1D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,WAAW,QAAQ;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACd;AAED,eAAO,MAAM,cAAc,OAAQ,QAAQ,gBAAgB,IAAI,eAAe,MAAM,YAAY,SAAS,qBAYxG,CAAC;AAEF,MAAM,WAAW,MAAM;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,kBAAkB;;;;;;CAkK9B,CAAC"}
|
package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import type { FC } from "react";
|
|
2
|
+
interface SchedulerHeaderDivisionProps {
|
|
3
|
+
topDivisions: string;
|
|
4
|
+
bottomDivisions: string[];
|
|
5
|
+
classification: string;
|
|
6
|
+
topWidth?: string;
|
|
7
|
+
startDate?: Date;
|
|
8
|
+
endDate?: Date;
|
|
9
|
+
}
|
|
10
|
+
export interface HeaderDivision {
|
|
11
|
+
top: string;
|
|
12
|
+
bottom: string[];
|
|
13
|
+
startDate: Date;
|
|
14
|
+
endDate?: Date;
|
|
15
|
+
}
|
|
16
|
+
export declare const SchedulerHeaderDivision: FC<SchedulerHeaderDivisionProps>;
|
|
17
|
+
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export {};
|
|
19
|
+
//# sourceMappingURL=HeaderDivision.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderDivision.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,UAAU,4BAA4B;IACrC,YAAY,EAAE,MAAM,CAAC;IACrB,eAAe,EAAE,MAAM,EAAE,CAAC;IAC1B,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,IAAI,CAAC;IACjB,OAAO,CAAC,EAAE,IAAI,CAAC;CACf;AAED,MAAM,WAAW,cAAc;IAC9B,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,EAAE,CAAC;IACjB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,CAAC,EAAE,IAAI,CAAC;CACf;AAED,eAAO,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAyCpE,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAepB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { FC } from "react";
|
|
2
|
+
interface HeaderTitleProps {
|
|
3
|
+
title: string;
|
|
4
|
+
dividerText: string;
|
|
5
|
+
width: number;
|
|
6
|
+
}
|
|
7
|
+
export declare const HeaderTitle: FC<HeaderTitleProps>;
|
|
8
|
+
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=HeaderTitle.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HeaderTitle.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,UAAU,gBAAgB;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;CACd;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAW5C,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAEpB,CAAC"}
|