@cwellt_software/cwellt-reactjs-lib 1.0.4 → 1.0.6
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/content/icons/new-cw-icons/NewCwIcons.html +34 -26
- package/dist/content/icons/new-cw-icons/NewCwIcons.json +1 -1
- package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +10 -2
- package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
- package/dist/index.cjs.js +626 -356
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +2 -2
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +276 -107
- package/dist/index.es.js +624 -353
- package/dist/index.esm.js +693 -621
- package/dist/src/common/functions/reactor.d.ts +1 -0
- package/dist/src/components/control/action/buttons/CwButtons.d.ts +0 -4
- package/dist/src/components/control/action/buttons/CwButtons.d.ts.map +1 -1
- package/dist/src/components/control/input/any/CwInput.d.ts.map +1 -1
- package/dist/src/components/control/input/number/CwInputNumber.d.ts.map +1 -1
- package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts +1 -0
- package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/components/ClearSchedulerButton.d.ts +2 -2
- package/dist/src/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +1 -0
- package/dist/src/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +1 -0
- package/dist/src/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/shouldTriggerScroll.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/state/EventProps.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/TestScheduler.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts +7 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts +7 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts +5 -0
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts +2 -3
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts.map +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts +5 -2
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts.map +1 -0
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
- package/dist/src/components/display/data/table/CwTable.d.ts +57 -72
- package/dist/src/components/display/data/table/CwTable.d.ts.map +1 -1
- package/dist/src/components/display/graphics/icon/CwIcon.d.ts +6 -3
- package/dist/src/components/display/graphics/icon/CwIcon.d.ts.map +1 -1
- package/dist/src/components/display/graphics/loading/CwLoading.d.ts +39 -9
- package/dist/src/components/display/graphics/loading/CwLoading.d.ts.map +1 -1
- package/dist/src/components/display/graphics/loading-small/CwLoadingSmall.d.ts +13 -1
- package/dist/src/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -1
- package/dist/src/components/display/text/message/CwMessage.d.ts +3 -3
- package/dist/src/components/display/text/message/CwMessage.d.ts.map +1 -1
- package/dist/src/components/display/text/tag/CwChip.d.ts +36 -0
- package/dist/src/components/display/text/tag/CwChip.d.ts.map +1 -0
- package/dist/src/components/display/text/tag/CwTag.d.ts +2 -2
- package/dist/src/components/display/text/tag/CwTag.d.ts.map +1 -1
- package/dist/src/components/layout/card/CwCard.d.ts +61 -0
- package/dist/src/components/layout/card/CwCard.d.ts.map +1 -0
- package/dist/src/components/layout/dialog/CwDialog.d.ts +15 -4
- package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
- package/dist/src/components/layout/list/key-value/CwKeyValueList.d.ts +33 -0
- package/dist/src/components/layout/list/key-value/CwKeyValueList.d.ts.map +1 -0
- package/dist/src/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -1
- package/dist/src/components/layout/tabs/CwTabs.d.ts +16 -9
- package/dist/src/components/layout/tabs/CwTabs.d.ts.map +1 -1
- package/dist/src/index.d.ts +4 -1
- package/dist/src/index.d.ts.map +1 -1
- package/dist/test/components/custom/newScheduler/presentation/logic/getDefaultDivisions.test.d.ts.map +1 -0
- package/dist/test/components/custom/scheduler/calculateMaxPxFromDateRange.test.d.ts +1 -0
- package/package.json +1 -1
- package/dist/assets/asset-Boimp3FS +0 -46
- package/dist/assets/asset-CIKjURuf +0 -48
- package/dist/assets/asset-DO0cv1ff +0 -51
- package/dist/assets/asset-DitoBYw6 +0 -51
- package/dist/common/classes/CwSelectList.d.ts +0 -8
- package/dist/common/classes/CwSelectList.d.ts.map +0 -1
- package/dist/common/classes/CwSelectListItems.d.ts +0 -9
- package/dist/common/classes/CwSelectListItems.d.ts.map +0 -1
- package/dist/common/functions/collections.d.ts +0 -5
- package/dist/common/functions/collections.d.ts.map +0 -1
- package/dist/common/functions/reactor.d.ts +0 -2
- package/dist/common/functions/reactor.d.ts.map +0 -1
- package/dist/common/interfaces/CwSelectListProps.d.ts +0 -9
- package/dist/common/interfaces/CwSelectListProps.d.ts.map +0 -1
- package/dist/components/control/action/button/CwButton.d.ts +0 -7
- package/dist/components/control/action/button/CwButton.d.ts.map +0 -1
- package/dist/components/control/action/buttons/CwButtons.d.ts +0 -326
- package/dist/components/control/action/buttons/CwButtons.d.ts.map +0 -1
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +0 -33
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +0 -1
- package/dist/components/control/action/search/CwSearch.d.ts +0 -18
- package/dist/components/control/action/search/CwSearch.d.ts.map +0 -1
- package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts +0 -21
- package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts.map +0 -1
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +0 -19
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +0 -1
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts +0 -24
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts +0 -21
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +0 -19
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +0 -32
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +0 -23
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +0 -1
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +0 -68
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +0 -1
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +0 -34
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +0 -1
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts +0 -18
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +0 -1
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +0 -15
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +0 -1
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts +0 -17
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +0 -1
- package/dist/components/control/choice/option/CwOption.d.ts +0 -17
- package/dist/components/control/choice/option/CwOption.d.ts.map +0 -1
- package/dist/components/control/choice/select/CwSelect.d.ts +0 -49
- package/dist/components/control/choice/select/CwSelect.d.ts.map +0 -1
- package/dist/components/control/choice/toggle/CwToggle.d.ts +0 -36
- package/dist/components/control/choice/toggle/CwToggle.d.ts.map +0 -1
- package/dist/components/control/input/any/CwInput.d.ts +0 -19
- package/dist/components/control/input/any/CwInput.d.ts.map +0 -1
- package/dist/components/control/input/chipper/CwChip.d.ts +0 -16
- package/dist/components/control/input/chipper/CwChip.d.ts.map +0 -1
- package/dist/components/control/input/date/CwInputDate.d.ts +0 -40
- package/dist/components/control/input/date/CwInputDate.d.ts.map +0 -1
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +0 -7
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +0 -1
- package/dist/components/control/input/date-text/CwInputDateText.d.ts +0 -39
- package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +0 -1
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts +0 -40
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +0 -1
- package/dist/components/control/input/digit/CwDigit.d.ts +0 -40
- package/dist/components/control/input/digit/CwDigit.d.ts.map +0 -1
- package/dist/components/control/input/file/CwFileUpload.d.ts +0 -20
- package/dist/components/control/input/file/CwFileUpload.d.ts.map +0 -1
- package/dist/components/control/input/image/CwInputImage.d.ts +0 -11
- package/dist/components/control/input/image/CwInputImage.d.ts.map +0 -1
- package/dist/components/control/input/image-area/CwImageArea.d.ts +0 -58
- package/dist/components/control/input/image-area/CwImageArea.d.ts.map +0 -1
- package/dist/components/control/input/number/CwInputNumber.d.ts +0 -22
- package/dist/components/control/input/number/CwInputNumber.d.ts.map +0 -1
- package/dist/components/control/input/phone/CwInputPhone.d.ts +0 -36
- package/dist/components/control/input/phone/CwInputPhone.d.ts.map +0 -1
- package/dist/components/control/input/text/CwInputText.d.ts +0 -40
- package/dist/components/control/input/text/CwInputText.d.ts.map +0 -1
- package/dist/components/control/input/text-area/CwTextArea.d.ts +0 -25
- package/dist/components/control/input/text-area/CwTextArea.d.ts.map +0 -1
- package/dist/components/control/input/time/CwTime.d.ts +0 -40
- package/dist/components/control/input/time/CwTime.d.ts.map +0 -1
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +0 -32
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +0 -39
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +0 -101
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts +0 -7
- package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/EventRender.d.ts +0 -3
- package/dist/components/custom/scheduler/components/EventRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +0 -17
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts +0 -15
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +0 -10
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +0 -10
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +0 -10
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +0 -10
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +0 -14
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +0 -24
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +0 -8
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +0 -11
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +0 -11
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +0 -10
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +0 -7
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +0 -11
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +0 -10
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +0 -11
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +0 -8
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts +0 -19
- package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +0 -10
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +0 -10
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +0 -14
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +0 -7
- package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +0 -8
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +0 -6
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts +0 -6
- package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +0 -10
- package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts +0 -11
- package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts +0 -10
- package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +0 -13
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts +0 -8
- package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +0 -19
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +0 -48
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/EventProps.d.ts +0 -7
- package/dist/components/custom/scheduler/state/EventProps.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/Resource.d.ts +0 -14
- package/dist/components/custom/scheduler/state/Resource.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/State.d.ts +0 -25
- package/dist/components/custom/scheduler/state/State.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/cblEvent.d.ts +0 -26
- package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +0 -7
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +0 -6
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +0 -1
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +0 -16
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +0 -1
- package/dist/components/display/data/table/CwTable.d.ts +0 -130
- package/dist/components/display/data/table/CwTable.d.ts.map +0 -1
- package/dist/components/display/graphics/icon/CwIcon.d.ts +0 -14
- package/dist/components/display/graphics/icon/CwIcon.d.ts.map +0 -1
- package/dist/components/display/graphics/loading/CwLoading.d.ts +0 -19
- package/dist/components/display/graphics/loading/CwLoading.d.ts.map +0 -1
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +0 -8
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +0 -1
- package/dist/components/display/text/heading/CwHeadingMain.d.ts +0 -5
- package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +0 -1
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts +0 -5
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +0 -1
- package/dist/components/display/text/label/CwLabel.d.ts +0 -28
- package/dist/components/display/text/label/CwLabel.d.ts.map +0 -1
- package/dist/components/display/text/message/CwMessage.d.ts +0 -31
- package/dist/components/display/text/message/CwMessage.d.ts.map +0 -1
- package/dist/components/display/text/tag/CwTag.d.ts +0 -16
- package/dist/components/display/text/tag/CwTag.d.ts.map +0 -1
- package/dist/components/display/text/tooltip/CwTooltip.d.ts +0 -10
- package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +0 -1
- package/dist/components/layout/align/CwAlign.d.ts +0 -53
- package/dist/components/layout/align/CwAlign.d.ts.map +0 -1
- package/dist/components/layout/list/details/CwExpandable.d.ts +0 -23
- package/dist/components/layout/list/details/CwExpandable.d.ts.map +0 -1
- package/dist/components/layout/modal/hover/CwModalHover.d.ts +0 -19
- package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +0 -1
- package/dist/components/layout/modal/legacy/cw_modal.d.ts +0 -24
- package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +0 -1
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +0 -19
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +0 -1
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +0 -21
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +0 -1
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +0 -35
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +0 -1
- package/dist/components/layout/table/grouped/CwTableGrouped.d.ts +0 -80
- package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +0 -1
- package/dist/components/layout/tabs/CwTabs.d.ts +0 -37
- package/dist/components/layout/tabs/CwTabs.d.ts.map +0 -1
- package/dist/index.es.js.map +0 -1
- package/dist/index.esm.js.map +0 -1
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
import { type SchedulerTimeLineProps } from "../scheduler_timeline/SchedulerTimeLine";
|
|
3
|
-
export interface SchedulerHeaderProps {
|
|
4
|
-
timelineProps: SchedulerTimeLineProps;
|
|
5
|
-
descriptionColumn: string | undefined;
|
|
6
|
-
}
|
|
7
|
-
export declare const SchedulerHeader: FC<SchedulerHeaderProps>;
|
|
8
|
-
//# sourceMappingURL=SchedulerHeader.d.ts.map
|
package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/components/scheduler_header/SchedulerHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAqB,KAAK,sBAAsB,EAAE,MAAM,yCAAyC,CAAC;AAGzG,MAAM,WAAW,oBAAoB;IACpC,aAAa,EAAE,sBAAsB,CAAC;IACtC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAgDpD,CAAC"}
|
package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
export interface SchedulerTimeLineProps {
|
|
3
|
-
maxPx: number;
|
|
4
|
-
hoursList: Date[];
|
|
5
|
-
startDate: Date;
|
|
6
|
-
endDate: Date;
|
|
7
|
-
pxPerHour: number;
|
|
8
|
-
headerName: string | undefined;
|
|
9
|
-
}
|
|
10
|
-
export declare const SchedulerTimeLine: FC<SchedulerTimeLineProps>;
|
|
11
|
-
//# sourceMappingURL=SchedulerTimeLine.d.ts.map
|
package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerTimeLine.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAMhC,MAAM,WAAW,sBAAsB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,EAAE,CAAC;IAClB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;CAC/B;AAED,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA2BxD,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface TimeHeaderProps {
|
|
3
|
-
index: number;
|
|
4
|
-
isWeekend: boolean;
|
|
5
|
-
text: string;
|
|
6
|
-
width: number;
|
|
7
|
-
header: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const TimeHeader: FC<TimeHeaderProps>;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=TimeHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TimeHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/components/time_headers/TimeHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAMhC,UAAU,eAAe;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAwB1C,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
export interface TimeHeaderRowProps {
|
|
3
|
-
timeHeaders: Date[];
|
|
4
|
-
startDate: Date;
|
|
5
|
-
endDate: Date;
|
|
6
|
-
maxWidth: number;
|
|
7
|
-
header: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const TimeHeaderRow: FC<TimeHeaderRowProps>;
|
|
10
|
-
//# sourceMappingURL=TimeHeaderRow.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TimeHeaderRow.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/components/time_headers/TimeHeaderRow.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAMvC,MAAM,WAAW,kBAAkB;IAClC,WAAW,EAAE,IAAI,EAAE,CAAC;IACpB,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;CACf;AACD,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAuBhD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TimeLine.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/components/time_line/TimeLine.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,MAAM,WAAW,aAAa;IAC7B,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,UAAU,EAAE,GAAG,CAAC;CAChB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAgBtC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"addMinutesToDateFromPx.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,sBAAsB,iBAAkB,IAAI,UAAU,MAAM,gBAAgB,MAAM,KAAG,IAKjG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"daysBetweenTwoDatesWithoutCeil.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,8BAA8B,UAAW,IAAI,SAAS,IAAI,SAAS,MAAM,KAAG,MAKxF,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
interface TimeHeaderData {
|
|
2
|
-
text: string;
|
|
3
|
-
isWeekend: boolean;
|
|
4
|
-
}
|
|
5
|
-
export declare const getFormattedTimeForHeader: (
|
|
6
|
-
calculatedDivType: "d" | "w" | "m",
|
|
7
|
-
calculatedDivision: 8 | 3 | 2,
|
|
8
|
-
timeHeader: Date
|
|
9
|
-
) => TimeHeaderData;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=getFormatedTimeForHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,cACjB,IAAI,KACd,cA0CF,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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,EAUnF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { WeekRange } from "./listOfDatesToWeeks";
|
|
2
|
-
export interface WeekHeaderData {
|
|
3
|
-
formattedString: string;
|
|
4
|
-
width: number;
|
|
5
|
-
}
|
|
6
|
-
export declare const getWeekHeaderDataFromWeekRange: (
|
|
7
|
-
weekRange: WeekRange[],
|
|
8
|
-
maxWidth: number,
|
|
9
|
-
dateFormatter: (date: Date) => string
|
|
10
|
-
) => WeekHeaderData[];
|
|
11
|
-
//# sourceMappingURL=getWeekHeaderDataFromWeekRange.d.ts.map
|
package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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,EAsCnE,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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,cAUxD,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
-
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
3
|
-
import type { State } from "../../state/State";
|
|
4
|
-
export declare const filterAndProcessResources: (
|
|
5
|
-
id: string,
|
|
6
|
-
props: CwSchedulerProps,
|
|
7
|
-
state: State
|
|
8
|
-
) => {
|
|
9
|
-
events: cblEvent[];
|
|
10
|
-
uid: string;
|
|
11
|
-
id: number;
|
|
12
|
-
name: string;
|
|
13
|
-
maxTop: number;
|
|
14
|
-
isInViewport: boolean;
|
|
15
|
-
schedulerResourceDisplay: string | null;
|
|
16
|
-
isLoading: boolean;
|
|
17
|
-
data: any;
|
|
18
|
-
}[];
|
|
19
|
-
//# sourceMappingURL=filterAndProcessResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"filterAndProcessResources.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/filtering/filterAndProcessResources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI/C,eAAO,MAAM,yBAAyB,OAAQ,MAAM,SAAS,gBAAgB,SAAS,KAAK;;;;;;;;;;GAe1F,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
-
export declare const filterEvents: (
|
|
3
|
-
events: cblEvent[],
|
|
4
|
-
start: Date,
|
|
5
|
-
end: Date,
|
|
6
|
-
id: string,
|
|
7
|
-
resId: number,
|
|
8
|
-
module?: string | undefined
|
|
9
|
-
) => cblEvent[];
|
|
10
|
-
//# sourceMappingURL=filterEvents.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,SACH,MAAM,WACL,MAAM,GAAG,SAAS,eA0B1B,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { Resource } from "../../state/Resource";
|
|
2
|
-
export declare const filterResources: (
|
|
3
|
-
module: string | undefined,
|
|
4
|
-
resourceName: string | undefined,
|
|
5
|
-
resources: Resource[],
|
|
6
|
-
groupByFunction: boolean,
|
|
7
|
-
endDate: Date,
|
|
8
|
-
startDate: Date
|
|
9
|
-
) => Resource[];
|
|
10
|
-
//# sourceMappingURL=filterResources.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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,KACb,QAAQ,EAcV,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"hasSameProperties.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/filtering/hasSameProperties.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAErD,eAAO,MAAM,iBAAiB,WAAY,QAAQ,SAAS,QAAQ,KAAG,OAUrE,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CblDragAndDrop } from "../../state/CblDragAndDrop";
|
|
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 | null;
|
|
9
|
-
state: State;
|
|
10
|
-
handleResize: (draggable: CblDragAndDrop) => void;
|
|
11
|
-
handleDropOnResource: (draggable: CblDragAndDrop, resource: Resource) => void;
|
|
12
|
-
}
|
|
13
|
-
export declare const OnDrop: (props: OnDropProps) => void;
|
|
14
|
-
//# sourceMappingURL=OnDrop.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"OnDrop.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/onDrop/OnDrop.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI/C,MAAM,WAAW,WAAW;IAC3B,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACnB,QAAQ,EAAE,QAAQ,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,wBAAwB,GAAG,IAAI,CAAC;IAC7C,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,CAAC,SAAS,EAAE,cAAc,KAAK,IAAI,CAAC;IAClD,oBAAoB,EAAE,CAAC,SAAS,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC9E;AACD,eAAO,MAAM,MAAM,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAgD5C,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"calculateMaxPxFromDateRange.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,2BAA2B,eAAgB,MAAM,cAAc,MAAM,SAAS,IAAI,OAAO,IAAI,KAAG,MAW5G,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export declare const getLeftPixels: (
|
|
2
|
-
stateStart: Date,
|
|
3
|
-
eventStart: Date,
|
|
4
|
-
start: Date | null,
|
|
5
|
-
dayPx: number | null
|
|
6
|
-
) => number;
|
|
7
|
-
export declare const getRightPixels: (stateEnd: Date, eventEnd: Date, end: Date | null, dayPx: number | null) => number;
|
|
8
|
-
//# sourceMappingURL=getPixelsForEvent.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPixelsForEvent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/getPixelsForEvent.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,aAAa,eAAgB,IAAI,cAAc,IAAI,SAAS,IAAI,GAAG,IAAI,SAAS,MAAM,GAAG,IAAI,KAAG,MAM5G,CAAC;AAEF,eAAO,MAAM,cAAc,aAAc,IAAI,YAAY,IAAI,OAAO,IAAI,GAAG,IAAI,SAAS,MAAM,GAAG,IAAI,KAAG,MAMvG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"heightScheduler.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/heightScheduler.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,eAAe,oBACV,MAAM,gBACT,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,UAC1C,MAAM,qBAcd,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"heightSchedulerPinned.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,qBAAqB,oBAChB,MAAM,MACnB,MAAM,gBACI,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,KAChD,MAAM,GAAG,SASX,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 handleDateChange: (
|
|
5
|
-
nextProps: CwSchedulerProps,
|
|
6
|
-
currentProps: CwSchedulerProps,
|
|
7
|
-
showLogs: boolean,
|
|
8
|
-
initOutside: (events: cblEvent[], resources: Resource[], startDate: Date, endDate: Date) => void
|
|
9
|
-
) => void;
|
|
10
|
-
//# sourceMappingURL=handleDateChange.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handleDateChange.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/handleDateChange.ts"],"names":[],"mappings":"AACA,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,gBAAgB,cACjB,gBAAgB,gBACb,gBAAgB,YACpB,OAAO,eACJ,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,IAAI,KAAK,IAAI,SAUhG,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
-
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
3
|
-
import type { Resource } from "../../state/Resource";
|
|
4
|
-
import type { State } from "../../state/State";
|
|
5
|
-
export declare const handlePropChanges: (
|
|
6
|
-
_nextProps: CwSchedulerProps,
|
|
7
|
-
currentProps: CwSchedulerProps,
|
|
8
|
-
state: State,
|
|
9
|
-
setState: (events: cblEvent[], resources: Resource[]) => void
|
|
10
|
-
) => void;
|
|
11
|
-
//# sourceMappingURL=handlePropChanges.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handlePropChanges.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/handlePropChanges.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;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAM/C,eAAO,MAAM,iBAAiB,eACjB,gBAAgB,gBACd,gBAAgB,SACvB,KAAK,YACF,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,IAAI,SAsL7D,CAAC"}
|
|
@@ -1,10 +0,0 @@
|
|
|
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 handleResourceChange: (
|
|
5
|
-
nextProps: CwSchedulerProps,
|
|
6
|
-
stateResourcesLength: number,
|
|
7
|
-
showLogs: boolean,
|
|
8
|
-
setState: (events: cblEvent[], resources: Resource[]) => void
|
|
9
|
-
) => void;
|
|
10
|
-
//# sourceMappingURL=handleResourceChange.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"handleResourceChange.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/state_handle/handleResourceChange.ts"],"names":[],"mappings":"AACA,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;AAErD,eAAO,MAAM,oBAAoB,cACrB,gBAAgB,wBACL,MAAM,YAClB,OAAO,YACP,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,IAAI,SAY7D,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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,YAK5E,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { cblEvent } from "../../state/cblEvent";
|
|
2
|
-
import type { Resource } from "../../state/Resource";
|
|
3
|
-
import type { State } from "../../state/State";
|
|
4
|
-
export declare const getEventsOfResource: (
|
|
5
|
-
res: Resource,
|
|
6
|
-
events: cblEvent[],
|
|
7
|
-
state: State,
|
|
8
|
-
id: string,
|
|
9
|
-
module: string | undefined,
|
|
10
|
-
start?: Date | null,
|
|
11
|
-
end?: Date | null
|
|
12
|
-
) => cblEvent[];
|
|
13
|
-
//# sourceMappingURL=getEventsOfResource.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAK/C,eAAO,MAAM,mBAAmB,QAC1B,QAAQ,UACL,QAAQ,EAAE,SACX,KAAK,MACR,MAAM,UACF,MAAM,GAAG,SAAS,UACnB,IAAI,GAAG,IAAI,QACb,IAAI,GAAG,IAAI,KACd,QAAQ,EA8DV,CAAC"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
2
|
-
import type { State } from "../../state/State";
|
|
3
|
-
export declare const getHasPropsChanges: (
|
|
4
|
-
props: CwSchedulerProps,
|
|
5
|
-
state: State,
|
|
6
|
-
_nextProps: CwSchedulerProps
|
|
7
|
-
) => boolean;
|
|
8
|
-
//# sourceMappingURL=getHasPropsChanged.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getHasPropsChanged.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler/logic/ui/getHasPropsChanged.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,kBAAkB,UAAW,gBAAgB,SAAS,KAAK,cAAc,gBAAgB,KAAG,OA2RxG,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
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,OAsBvF,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
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(
|
|
10
|
-
fromId: string | null,
|
|
11
|
-
toId: string | null,
|
|
12
|
-
data: Array<any> | null,
|
|
13
|
-
droppedOnDate?: Date | null,
|
|
14
|
-
resizeFromStart?: boolean | null,
|
|
15
|
-
resizeFromEnd?: boolean | null,
|
|
16
|
-
isCtrlKey?: boolean | null
|
|
17
|
-
);
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=CblDragAndDrop.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1,48 +0,0 @@
|
|
|
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?: (
|
|
42
|
-
date: Date,
|
|
43
|
-
resource: Resource,
|
|
44
|
-
key: string,
|
|
45
|
-
schedulerId: string
|
|
46
|
-
) => void;
|
|
47
|
-
}
|
|
48
|
-
//# sourceMappingURL=CwSchedulerProps.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/EventProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,WAAW,MAAM,oBAAoB,CAAC;AAClD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,UAAU,GAAG;IACxB,KAAK,EAAE,QAAQ,CAAC;IAChB,CAAC,EAAE,WAAW,CAAC;CACf,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"Resource.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/state/Resource.ts"],"names":[],"mappings":"AACA,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;CAU/C"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import type { cblEvent } from "./cblEvent";
|
|
2
|
-
import type { Resource } from "./Resource";
|
|
3
|
-
export interface State {
|
|
4
|
-
bottom: number;
|
|
5
|
-
dayPx: number;
|
|
6
|
-
division: number;
|
|
7
|
-
divisionType: string;
|
|
8
|
-
endDate: Date;
|
|
9
|
-
eventHeight: number;
|
|
10
|
-
events: cblEvent[];
|
|
11
|
-
groupByFunction: boolean;
|
|
12
|
-
hourPx: number;
|
|
13
|
-
lineStyle: any;
|
|
14
|
-
maxPx: number;
|
|
15
|
-
minutePx: number;
|
|
16
|
-
nowUtc: Date;
|
|
17
|
-
pinnedResources: Array<number>;
|
|
18
|
-
resources: Resource[];
|
|
19
|
-
selectedEvents: Array<number>;
|
|
20
|
-
showConsoleLogs: boolean;
|
|
21
|
-
startDate: Date;
|
|
22
|
-
timeHeaders: Array<Date>;
|
|
23
|
-
top: number;
|
|
24
|
-
}
|
|
25
|
-
//# sourceMappingURL=State.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
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;AAC3C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,WAAW,KAAK;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,IAAI,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,eAAe,EAAE,OAAO,CAAC;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,GAAG,CAAC;IACf,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,SAAS,EAAE,IAAI,CAAC;IAChB,WAAW,EAAE,KAAK,CAAC,IAAI,CAAC,CAAC;IACzB,GAAG,EAAE,MAAM,CAAC;CACZ"}
|