@cwellt_software/cwellt-reactjs-lib 1.2.13 → 1.2.15
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.json +1 -204
- package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +9 -1
- package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
- package/dist/{components/control/choice/deprecated → deprecated/components}/MultiSelect_deprecated_.d.ts +1 -1
- package/dist/deprecated/components/MultiSelect_deprecated_.d.ts.map +1 -0
- package/dist/deprecated/components/dropdown/CwDropdownContainer.d.ts.map +1 -0
- package/dist/{components/control/choice → deprecated/components}/multiselect/CwHeadFilter.d.ts +1 -0
- package/dist/deprecated/components/multiselect/CwHeadFilter.d.ts.map +1 -0
- package/dist/{components/control/choice → deprecated/components}/multiselect/CwMultiselect.d.ts +1 -1
- package/dist/deprecated/components/multiselect/CwMultiselect.d.ts.map +1 -0
- package/dist/{components/control/choice → deprecated/components}/multiselect/CwOptionList.d.ts +0 -1
- package/dist/deprecated/components/multiselect/CwOptionList.d.ts.map +1 -0
- package/dist/{components/display/text → deprecated/components}/tag/CwTag.d.ts +0 -1
- package/dist/deprecated/components/tag/CwTag.d.ts.map +1 -0
- package/dist/index.cjs.js +1184 -1606
- package/dist/index.css +1 -1
- package/dist/index.d.ts +323 -154
- package/dist/index.es.js +1179 -1606
- package/dist/playground/main.d.ts +4 -0
- package/dist/playground/main.d.ts.map +1 -0
- package/dist/src/common/functions/collections.d.ts.map +1 -1
- package/dist/src/common/functions/dsl/UiEventDSL.d.ts +1 -1
- package/dist/src/common/interfaces/CwFormTypes.d.ts +5 -0
- package/dist/src/common/interfaces/CwFormTypes.d.ts.map +1 -0
- package/dist/src/components/control/action/button/CwPopoverButton.d.ts +33 -0
- package/dist/src/components/control/action/button/CwPopoverButton.d.ts.map +1 -0
- package/dist/src/components/control/choice/checkbox/CwCheck.d.ts +15 -0
- package/dist/src/components/control/choice/checkbox/CwCheck.d.ts.map +1 -0
- package/dist/src/components/control/choice/checkbox/CwCheckbox.d.ts +4 -0
- package/dist/src/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -1
- package/dist/src/components/control/choice/checkbox/CwCheckboxGroup.d.ts +35 -0
- package/dist/src/components/control/choice/checkbox/CwCheckboxGroup.d.ts.map +1 -0
- package/dist/src/components/control/choice/deprecated/CwDropdown.d.ts.map +1 -0
- package/dist/src/components/control/choice/deprecated/CwDropdownNavigation.d.ts.map +1 -0
- package/dist/src/components/control/choice/dropdown/CwPopoverButton.d.ts +35 -0
- package/dist/src/components/control/choice/dropdown/CwPopoverButton.d.ts.map +1 -0
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -1
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +1 -0
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -1
- package/dist/src/components/control/choice/select/CwSelect.d.ts +7 -1
- package/dist/src/components/control/choice/select/CwSelect.d.ts.map +1 -1
- package/dist/src/components/control/choice/toggle/CwToggle.d.ts +1 -1
- package/dist/src/components/control/choice/toggle/CwToggle.d.ts.map +1 -1
- package/dist/src/components/control/input/color/CwInputColor.d.ts +30 -0
- package/dist/src/components/control/input/color/CwInputColor.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDatePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDateRangePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts +3 -1
- package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwDateTimePicker2.d.ts +47 -0
- package/dist/src/components/control/input/new-dates/CwDateTimePicker2.d.ts.map +1 -0
- package/dist/src/components/control/input/new-dates/CwDateTimePickerCompact.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/CwTimePicker.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/dateRangePresets.d.ts.map +1 -1
- package/dist/src/components/control/input/new-dates/usePickerPopup.d.ts +24 -0
- package/dist/src/components/control/input/new-dates/usePickerPopup.d.ts.map +1 -0
- package/dist/src/components/control/input/new-dates/utils/timezoneHelpers.d.ts +22 -0
- package/dist/src/components/control/input/new-dates/utils/timezoneHelpers.d.ts.map +1 -0
- package/dist/src/components/control/input/text/CwInputText.d.ts +7 -0
- package/dist/src/components/control/input/text/CwInputText.d.ts.map +1 -1
- package/dist/src/components/control/input/text-area/CwTextArea.d.ts +6 -0
- package/dist/src/components/control/input/text-area/CwTextArea.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/CwSchedulerComp.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/getHeightLineScheduler.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/updateResourceVisibility.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts +2 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -1
- 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/SchedulerRow.d.ts +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/helpers.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +1 -0
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +1 -12
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +1 -11
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +1 -1
- package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts +1 -2
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts +1 -0
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -1
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +13 -0
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -1
- package/dist/src/components/display/data/table/CwTable.d.ts +1 -1
- package/dist/src/components/display/data/table/CwTable.d.ts.map +1 -1
- package/dist/src/components/display/data/table_sortable/CwSortableTable.d.ts +74 -0
- package/dist/src/components/display/data/table_sortable/CwSortableTable.d.ts.map +1 -0
- package/dist/src/components/display/data/table_sortable/useSortableTable.d.ts +42 -0
- package/dist/src/components/display/data/table_sortable/useSortableTable.d.ts.map +1 -0
- package/dist/src/components/display/data/tooltip_manager/CwTooltip.d.ts +25 -0
- package/dist/src/components/display/data/tooltip_manager/CwTooltip.d.ts.map +1 -0
- package/dist/src/components/display/data/tooltip_manager/CwTooltipManager.d.ts +19 -0
- package/dist/src/components/display/data/tooltip_manager/CwTooltipManager.d.ts.map +1 -0
- package/dist/src/components/display/text/note/CwNote.d.ts +1 -1
- package/dist/src/components/display/text/note/CwNote.d.ts.map +1 -1
- package/dist/src/components/display/text/tag/CwChip.d.ts +1 -1
- package/dist/src/components/display/text/tag/CwChip.d.ts.map +1 -1
- package/dist/src/components/display/text/tooltip/CwTooltip.d.ts +4 -1
- package/dist/src/components/display/text/tooltip/CwTooltip.d.ts.map +1 -1
- package/dist/src/components/layout/dialog/CwDialog.d.ts +2 -0
- package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
- package/dist/src/components/layout/dialog/CwDialogManager.d.ts.map +1 -1
- package/dist/src/components/layout/list/sortable/CwSortableList.d.ts +2 -1
- package/dist/src/components/layout/list/sortable/CwSortableList.d.ts.map +1 -1
- package/dist/src/components/layout/master-detail/CwMasterDetail.d.ts +41 -0
- package/dist/src/components/layout/master-detail/CwMasterDetail.d.ts.map +1 -0
- package/dist/src/components/layout/modal/legacy/cw_modal.d.ts.map +1 -1
- package/dist/src/components/layout/modal/legacy/cw_modal_report.d.ts +0 -2
- package/dist/src/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -1
- package/dist/src/dev/index.d.ts +5 -0
- package/dist/src/dev/index.d.ts.map +1 -0
- package/dist/src/dev/palette.d.ts +3 -0
- package/dist/src/dev/palette.d.ts.map +1 -0
- package/dist/src/dev/previews.d.ts +3 -0
- package/dist/src/dev/previews.d.ts.map +1 -0
- package/dist/src/dev/useInitial.d.ts +3 -0
- package/dist/src/dev/useInitial.d.ts.map +1 -0
- package/dist/src/index.d.ts +8 -3
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/main.d.ts +3 -0
- package/dist/src/main.d.ts.map +1 -0
- package/dist/test/components/control/input/new-dates/timezoneHelpers.test.d.ts +2 -0
- package/dist/test/components/control/input/new-dates/timezoneHelpers.test.d.ts.map +1 -0
- package/dist/test/vitest.setup.d.ts +2 -0
- package/dist/test/vitest.setup.d.ts.map +1 -0
- package/package.json +20 -22
- 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 -15
- package/dist/common/functions/collections.d.ts.map +0 -1
- package/dist/common/functions/colorManipulation.d.ts +0 -6
- package/dist/common/functions/colorManipulation.d.ts.map +0 -1
- package/dist/common/functions/dsl/UiEventDSL.d.ts +0 -9
- package/dist/common/functions/dsl/UiEventDSL.d.ts.map +0 -1
- package/dist/common/functions/useSingleAndDoubleClicks.d.ts +0 -7
- package/dist/common/functions/useSingleAndDoubleClicks.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 -26
- package/dist/components/control/action/button/CwButton.d.ts.map +0 -1
- package/dist/components/control/action/buttons/CwButtons.d.ts +0 -59
- package/dist/components/control/action/buttons/CwButtons.d.ts.map +0 -1
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +0 -23
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +0 -1
- package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts +0 -29
- package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts.map +0 -1
- package/dist/components/control/action/search/CwSearch.d.ts +0 -16
- package/dist/components/control/action/search/CwSearch.d.ts.map +0 -1
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +0 -17
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +0 -1
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +0 -28
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +0 -1
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +0 -1
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +0 -158
- 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 -33
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +0 -1
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +0 -1
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +0 -1
- 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 -48
- package/dist/components/control/choice/select/CwSelect.d.ts.map +0 -1
- package/dist/components/control/choice/toggle/CwToggle.d.ts +0 -28
- package/dist/components/control/choice/toggle/CwToggle.d.ts.map +0 -1
- package/dist/components/control/input/any/CwInput.d.ts +0 -17
- package/dist/components/control/input/any/CwInput.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 -38
- 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 -18
- package/dist/components/control/input/file/CwFileUpload.d.ts.map +0 -1
- package/dist/components/control/input/file/CwFileUploadMultiple.d.ts +0 -15
- package/dist/components/control/input/file/CwFileUploadMultiple.d.ts.map +0 -1
- package/dist/components/control/input/image/CwInputImage.d.ts +0 -7
- package/dist/components/control/input/image/CwInputImage.d.ts.map +0 -1
- package/dist/components/control/input/image-area/CwImageArea.d.ts +0 -53
- package/dist/components/control/input/image-area/CwImageArea.d.ts.map +0 -1
- package/dist/components/control/input/number/CwInputNumber.d.ts +0 -20
- 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 -24
- 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/control/input/weekday/CwWeekdaySelector.d.ts +0 -53
- package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts.map +0 -1
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +0 -35
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +0 -19
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +0 -86
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/EventRender.d.ts +0 -10
- package/dist/components/custom/scheduler/components/EventRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +0 -20
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts +0 -14
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +0 -11
- 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 -11
- 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 -13
- 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 -11
- 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 -23
- 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 -12
- 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 -12
- 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 -12
- 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 -7
- 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 -7
- 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/filterEvents.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +0 -13
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +0 -17
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +0 -3
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts +0 -4
- package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts +0 -2
- package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +0 -1
- package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts +0 -5
- package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.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 -4
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.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 -11
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +0 -43
- package/dist/components/custom/scheduler/state/CwSchedulerProps.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 -19
- package/dist/components/custom/scheduler/state/State.d.ts.map +0 -1
- package/dist/components/custom/scheduler/state/cblEvent.d.ts +0 -18
- 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/custom/scheduler-new/presentation/NewScheduler.d.ts +0 -29
- package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts +0 -80
- package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +0 -27
- package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +0 -19
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +0 -10
- package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts +0 -5
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +0 -17
- package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +0 -8
- package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +0 -17
- package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts +0 -34
- package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts +0 -8
- package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +0 -27
- package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +0 -10
- package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +0 -15
- package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts +0 -11
- package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/helpers.d.ts +0 -19
- package/dist/components/custom/scheduler-new/presentation/helpers.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts +0 -4
- package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts +0 -2
- package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts +0 -2
- package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts +0 -6
- package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +0 -3
- package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts +0 -6
- package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts +0 -4
- package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +0 -2
- package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts +0 -3
- package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +0 -4
- package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +0 -12
- package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +0 -1
- package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts +0 -5
- package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +0 -24
- package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts +0 -86
- package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts +0 -10
- package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts +0 -20
- package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts +0 -14
- package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts +0 -11
- package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts +0 -11
- package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts +0 -13
- package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts +0 -11
- package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts +0 -14
- package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts +0 -23
- package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts +0 -8
- package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts +0 -12
- package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts +0 -12
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts +0 -10
- package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts +0 -12
- package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts +0 -7
- package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts +0 -10
- package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +0 -7
- package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts +0 -8
- package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +0 -15
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts +0 -3
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts +0 -3
- package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts +0 -13
- package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +0 -17
- package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +0 -3
- package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts +0 -4
- package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts +0 -5
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts +0 -4
- package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +0 -3
- package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts +0 -6
- package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts +0 -2
- package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts +0 -3
- package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts +0 -11
- package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts +0 -43
- package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/Resource.d.ts +0 -14
- package/dist/components/custom/scheduler-temporal/state/Resource.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/State.d.ts +0 -25
- package/dist/components/custom/scheduler-temporal/state/State.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts +0 -18
- package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts.map +0 -1
- package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts +0 -7
- package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts.map +0 -1
- package/dist/components/custom/super-scheduler/PinRowHeader.d.ts +0 -15
- package/dist/components/custom/super-scheduler/PinRowHeader.d.ts.map +0 -1
- package/dist/components/custom/super-scheduler/SuperScheduler.d.ts +0 -25
- package/dist/components/custom/super-scheduler/SuperScheduler.d.ts.map +0 -1
- package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts +0 -13
- package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts.map +0 -1
- package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts +0 -9
- package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts.map +0 -1
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +0 -14
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +0 -1
- package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +0 -15
- package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +0 -1
- package/dist/components/display/data/table/CwTable.d.ts +0 -102
- package/dist/components/display/data/table/CwTable.d.ts.map +0 -1
- package/dist/components/display/graphics/icon/CwIcon.d.ts +0 -15
- package/dist/components/display/graphics/icon/CwIcon.d.ts.map +0 -1
- package/dist/components/display/graphics/loading/CwLoading.d.ts +0 -42
- package/dist/components/display/graphics/loading/CwLoading.d.ts.map +0 -1
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +0 -18
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +0 -1
- package/dist/components/display/text/heading/CwHeadingMain.d.ts +0 -3
- package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +0 -1
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts +0 -3
- 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/CwChip.d.ts +0 -36
- package/dist/components/display/text/tag/CwChip.d.ts.map +0 -1
- package/dist/components/display/text/tag/CwTag.d.ts.map +0 -1
- package/dist/components/display/text/tooltip/CwTooltip.d.ts +0 -8
- package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +0 -1
- package/dist/components/layout/align/CwAlign.d.ts +0 -54
- package/dist/components/layout/align/CwAlign.d.ts.map +0 -1
- package/dist/components/layout/card/CwCard.d.ts +0 -61
- package/dist/components/layout/card/CwCard.d.ts.map +0 -1
- package/dist/components/layout/card/CwCardList.d.ts +0 -32
- package/dist/components/layout/card/CwCardList.d.ts.map +0 -1
- package/dist/components/layout/dialog/CwDialog.d.ts +0 -28
- package/dist/components/layout/dialog/CwDialog.d.ts.map +0 -1
- package/dist/components/layout/dialog/CwDialogManager.d.ts +0 -11
- package/dist/components/layout/dialog/CwDialogManager.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/list/key-value/CwKeyValueList.d.ts +0 -33
- package/dist/components/layout/list/key-value/CwKeyValueList.d.ts.map +0 -1
- package/dist/components/layout/modal/CwModalReportFunctional.d.ts +0 -15
- package/dist/components/layout/modal/CwModalReportFunctional.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 -22
- 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 -16
- 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 -32
- 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 -46
- package/dist/components/layout/tabs/CwTabs.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- /package/dist/{components/control/choice → deprecated/components}/dropdown/CwDropdownContainer.d.ts +0 -0
- /package/dist/{components/control/choice/dropdown → src/components/control/choice/deprecated}/CwDropdown.d.ts +0 -0
- /package/dist/{components/control/choice/dropdown → src/components/control/choice/deprecated}/CwDropdownNavigation.d.ts +0 -0
package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventSideDrag.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/row/EventSideDrag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,MAAM,WAAW,kBAAkB;IAClC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACxC;AAED,eAAO,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAehD,CAAC"}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import type { ItemType } from "antd/lib/menu/hooks/useItems";
|
|
2
|
-
import { ReactElement, type ComponentType } from "react";
|
|
3
|
-
import { OnEvent } from "../../../../../../common/functions/dsl/UiEventDSL";
|
|
4
|
-
import { LineState } from "../../state/ui/SchedulerState";
|
|
5
|
-
import { BackgroundEventDm } from "./BackgroundEvent";
|
|
6
|
-
import { RowHeaderDm, type RowHeaderProps } from "./DefaultRowHeader";
|
|
7
|
-
import { SchedulerEventDm, SchedulerEventState } from "./Event";
|
|
8
|
-
export interface SchedulerRowProps<T extends RowHeaderDm, P extends SchedulerEventDm> {
|
|
9
|
-
events: P[];
|
|
10
|
-
backgroundEvents: BackgroundEventDm[];
|
|
11
|
-
rowHeader: RowHeaderProps<T>;
|
|
12
|
-
contextMenuItems?: ItemType[];
|
|
13
|
-
EventComp: ComponentType<SchedulerEventState<P>>;
|
|
14
|
-
RowTitleComp: ComponentType<RowHeaderProps<T>>;
|
|
15
|
-
BackgroundEventComp: ComponentType<SchedulerEventState<BackgroundEventDm>>;
|
|
16
|
-
onEvent: OnEvent;
|
|
17
|
-
rowHeightInRem: number;
|
|
18
|
-
weekendLines: LineState[];
|
|
19
|
-
divisionLines: LineState[];
|
|
20
|
-
timeLinePercentage: number;
|
|
21
|
-
selectedDate: Date;
|
|
22
|
-
visibleDays: number;
|
|
23
|
-
}
|
|
24
|
-
export declare const SchedulerRow: <T extends RowHeaderDm, P extends SchedulerEventDm>(props: SchedulerRowProps<T, P>) => ReactElement;
|
|
25
|
-
export declare const SchedulerRowPreview: () => import("react/jsx-runtime").JSX.Element;
|
|
26
|
-
export default SchedulerRow;
|
|
27
|
-
//# sourceMappingURL=SchedulerRow.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerRow.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE7D,OAAO,EAAQ,YAAY,EAAY,KAAK,aAAa,EAAE,MAAM,OAAO,CAAC;AACzE,OAAO,EAAE,OAAO,EAAE,MAAM,mDAAmD,CAAC;AAa5E,OAAO,EAAE,SAAS,EAAE,MAAM,+BAA+B,CAAC;AAI1D,OAAO,EAAmB,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAoB,WAAW,EAAE,KAAK,cAAc,EAAE,MAAM,oBAAoB,CAAC;AACxF,OAAO,EAAkB,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAGhF,MAAM,WAAW,iBAAiB,CAAC,CAAC,SAAS,WAAW,EAAE,CAAC,SAAS,gBAAgB;IACnF,MAAM,EAAE,CAAC,EAAE,CAAC;IACZ,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,SAAS,EAAE,cAAc,CAAC,CAAC,CAAC,CAAC;IAC7B,gBAAgB,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC9B,SAAS,EAAE,aAAa,CAAC,mBAAmB,CAAC,CAAC,CAAC,CAAC,CAAC;IACjD,YAAY,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;IAC/C,mBAAmB,EAAE,aAAa,CAAC,mBAAmB,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAC3E,OAAO,EAAE,OAAO,CAAC;IACjB,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,SAAS,EAAE,CAAC;IAC1B,aAAa,EAAE,SAAS,EAAE,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,YAAY,EAAE,IAAI,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;CACpB;AAYD,eAAO,MAAM,YAAY,EAiLpB,CAAC,CAAqB,SAAX,WAAW,EAAE,CAA0B,SAAhB,gBAAgB,EAAE,KAAK,EAAE,iBAAiB,CAAC,CAAC,EAAE,CAAC,CAAC,KACrF,YAAY,CAAC;AAEf,eAAO,MAAM,mBAAmB,+CA4E/B,CAAC;AAEF,eAAe,YAAY,CAAC"}
|
package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface Props {
|
|
3
|
-
left: number;
|
|
4
|
-
height: string;
|
|
5
|
-
top?: string;
|
|
6
|
-
}
|
|
7
|
-
export declare const DivisionLine: FC<Props>;
|
|
8
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=DivisionLine.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DivisionLine.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,EAAE,EAAC,MAAM,OAAO,CAAC;AAG9B,UAAU,KAAK;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,KAAK,CAIlC,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAMpB,CAAC"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
interface Props {
|
|
3
|
-
left: string;
|
|
4
|
-
height: string;
|
|
5
|
-
color: string;
|
|
6
|
-
top?: string;
|
|
7
|
-
width?: string;
|
|
8
|
-
zIndexNumber?: number;
|
|
9
|
-
isHeader?: boolean;
|
|
10
|
-
isUtc?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare const TimeLine: FC<Props>;
|
|
13
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
14
|
-
export {};
|
|
15
|
-
//# sourceMappingURL=TimeLine.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TimeLine.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAsB,KAAK,EAAE,EAAC,MAAM,OAAO,CAAC;AAWnD,UAAU,KAAK;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,KAAK,CAmD9B,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAMpB,CAAC"}
|
package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface Props {
|
|
3
|
-
left: number;
|
|
4
|
-
height: string;
|
|
5
|
-
widthPercentage: number;
|
|
6
|
-
top?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const WeekEndLine: FC<Props>;
|
|
9
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=WeekEndLine.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekEndLine.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,UAAU,KAAK;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,MAAM,CAAC;IACxB,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,KAAK,CAIjC,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAMpB,CAAC"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export declare const getListOfNumbers: (len: number) => number[];
|
|
2
|
-
export declare const getRandomEvents: (date: Date, visibleDays: number, resourceId: number) => {
|
|
3
|
-
id: `${string}-${string}-${string}-${string}-${string}`;
|
|
4
|
-
rowId: string;
|
|
5
|
-
name: string;
|
|
6
|
-
color: string;
|
|
7
|
-
startDate: Date;
|
|
8
|
-
endDate: Date;
|
|
9
|
-
}[];
|
|
10
|
-
export declare const isLight: (color: string) => boolean;
|
|
11
|
-
type RGB = {
|
|
12
|
-
r: number;
|
|
13
|
-
g: number;
|
|
14
|
-
b: number;
|
|
15
|
-
};
|
|
16
|
-
export declare function hexToRGB(hex: string): RGB;
|
|
17
|
-
export declare const getColorLuminanceOf: (r: number, g: number, b: number, a?: number) => number;
|
|
18
|
-
export {};
|
|
19
|
-
//# sourceMappingURL=helpers.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-new/presentation/helpers.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,QAAS,MAAM,aAGrB,CAAC;AAKxB,eAAO,MAAM,eAAe,SAAU,IAAI,eAAe,MAAM,cAAc,MAAM;;;;;;;GAclF,CAAC;AAEF,eAAO,MAAM,OAAO,UAAW,MAAM,YAUpC,CAAC;AAEF,KAAK,GAAG,GAAG;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/C,wBAAgB,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAMzC;AAED,eAAO,MAAM,mBAAmB,MAAO,MAAM,KAAK,MAAM,KAAK,MAAM,MAAK,MAAM,WAG7E,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { LineState } from "../state/ui/SchedulerState";
|
|
2
|
-
export declare const getWeekendLinesByDatesVisible: (initialDate: Date, visibleDays: number) => LineState[];
|
|
3
|
-
export declare const getWeekendsDaysInDateRange: (initialDate: Date, visibleDays: number) => Date[];
|
|
4
|
-
//# sourceMappingURL=WeekendCalc.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekendCalc.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/WeekendCalc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,SAAS,EAAC,MAAM,4BAA4B,CAAC;AAGrD,eAAO,MAAM,6BAA6B,gBAAiB,IAAI,eAAe,MAAM,KAAG,SAAS,EAkB/F,CAAC;AAEF,eAAO,MAAM,0BAA0B,gBAAiB,IAAI,eAAe,MAAM,KAAG,IAAI,EAavF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"dateFromPercentage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/dateFromPercentage.ts"],"names":[],"mappings":"AAEA,wBAAgB,kBAAkB,CACjC,SAAS,EAAE,IAAI,EACf,WAAW,EAAE,MAAM,EACnB,UAAU,EAAE,MAAM,GAChB,IAAI,CAQN"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"eventIsVisible.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/eventIsVisible.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,cAAe,IAAI,WAAW,IAAI,gBAAgB,IAAI,eAAe,MAAM,KAAG,OAKxG,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import type { HeaderDivision } from "../components/header/HeaderDivision";
|
|
2
|
-
import type { WeekRange } from "../state/ui/WeekRange";
|
|
3
|
-
export declare const getDefaultDivisions: (visibleDays: number, selectedDate: Date) => HeaderDivision[];
|
|
4
|
-
export declare const getMonthsByDays: (visibleDays: number, selectedDate: Date) => WeekRange[];
|
|
5
|
-
export declare const getWeeksByDays: (visibleDays: number, selectedDate: Date) => WeekRange[];
|
|
6
|
-
//# sourceMappingURL=getDefaultDivisions.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getDefaultDivisions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AAC1E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAGvD,eAAO,MAAM,mBAAmB,gBAAiB,MAAM,gBAAgB,IAAI,KAAG,cAAc,EAU3F,CAAC;AAuDF,eAAO,MAAM,eAAe,gBAAiB,MAAM,gBAAgB,IAAI,KAAG,SAAS,EA0BlF,CAAC;AAIF,eAAO,MAAM,cAAc,gBAAiB,MAAM,gBAAgB,IAAI,KAAG,SAAS,EA0BjF,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getDivisions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/getDivisions.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,wBAAwB,SAAU,MAAM,KAAG,MAQvD,CAAC;AAEF,eAAO,MAAM,qBAAqB,cAAe,MAAM,KAAG,MAAM,EAU/D,CAAC"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export declare const hoursBetween: (date1: Date, date2: Date) => number;
|
|
2
|
-
export declare const getEventSizes: (schedulerDate: Date, totalDays: number, startDate: Date, endDate: Date) => {
|
|
3
|
-
left: number;
|
|
4
|
-
width: number;
|
|
5
|
-
};
|
|
6
|
-
//# sourceMappingURL=getEventSizes.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getEventSizes.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/getEventSizes.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,UAAW,IAAI,SAAS,IAAI,WAIpD,CAAC;AAEF,eAAO,MAAM,aAAa,kBAAmB,IAAI,aAAa,MAAM,aAAa,IAAI,WAAW,IAAI;;;CA2BnG,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { HeaderDivision } from "../components/header/HeaderDivision";
|
|
2
|
-
import { LineState } from "../state/ui/SchedulerState";
|
|
3
|
-
export declare function getLinesByDivisions(headerDivision: HeaderDivision[], _: number): LineState[];
|
|
4
|
-
//# sourceMappingURL=getLinesByDivisions.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getLinesByDivisions.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAEvD,wBAAgB,mBAAmB,CAAC,cAAc,EAAE,cAAc,EAAE,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,EAAE,CAe5F"}
|
package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"getPercentageFromMouseEvent.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.ts"],"names":[],"mappings":"AAAA,wBAAgB,2BAA2B,CAAC,KAAK,EAAE,KAAK,CAAC,UAAU,CAAC,cAAc,EAAE,UAAU,CAAC,GAAG,MAAM,CAMvG"}
|
package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"separateEventsToInnerRows.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AAU3D,eAAO,MAAM,yBAAyB,GAAI,CAAC,SAAS,gBAAgB,UAAU,CAAC,EAAE,KAAG,CAAC,EAAE,EA0BtF,CAAC"}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { RowHeaderDm } from "../components/row/DefaultRowHeader";
|
|
2
|
-
import { OrderCategory } from "../NewScheduler";
|
|
3
|
-
export declare const sortByCategoryAndTitle: <T extends RowHeaderDm>(previous: T, next: T, orderCategories: OrderCategory<T>[]) => 1 | -1;
|
|
4
|
-
//# sourceMappingURL=sortByCategoryAndTitle.d.ts.map
|
package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sortByCategoryAndTitle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,WAAW,EAAC,MAAM,oCAAoC,CAAC;AAC/D,OAAO,EAAC,aAAa,EAAC,MAAM,iBAAiB,CAAC;AAE9C,eAAO,MAAM,sBAAsB,GAAI,CAAC,SAAS,WAAW,YACjD,CAAC,QACL,CAAC,mBACU,aAAa,CAAC,CAAC,CAAC,EAAE,WAgBnC,CAAA"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface SchedulerState {
|
|
2
|
-
selectedDate: Date;
|
|
3
|
-
isUtc: boolean;
|
|
4
|
-
isHeaderVisible: boolean;
|
|
5
|
-
visibleDays: number;
|
|
6
|
-
visibleRows?: number;
|
|
7
|
-
}
|
|
8
|
-
export type LineState = {
|
|
9
|
-
left: number;
|
|
10
|
-
width: number;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=SchedulerState.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerState.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,cAAc;IAC9B,YAAY,EAAE,IAAI,CAAC;IACnB,KAAK,EAAE,OAAO,CAAC;IACf,eAAe,EAAE,OAAO,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,MAAM,MAAM,SAAS,GAAG;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACd,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekRange.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/state/ui/WeekRange.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,SAAS;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,IAAI,CAAC;CACZ"}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { Component } from "react";
|
|
2
|
-
import type { cblEvent } from "./state/cblEvent";
|
|
3
|
-
import type { CwSchedulerProps } from "./state/CwSchedulerProps";
|
|
4
|
-
import type { Resource } from "./state/Resource";
|
|
5
|
-
import type { State } from "./state/State";
|
|
6
|
-
export declare class CwScheduler2 extends Component<CwSchedulerProps, State> {
|
|
7
|
-
contentArea?: HTMLTableDataCellElement;
|
|
8
|
-
constructor(Props: CwSchedulerProps);
|
|
9
|
-
private resizeObserver?;
|
|
10
|
-
calculateMaxPx: () => number;
|
|
11
|
-
init: (props: CwSchedulerProps) => void;
|
|
12
|
-
initOutside: (events: Array<cblEvent>, resources: Array<Resource>, _nextProps: CwSchedulerProps, startDate: Date, endDate: Date) => void;
|
|
13
|
-
componentDidMount(): void;
|
|
14
|
-
componentWillUnmount(): void;
|
|
15
|
-
recalculateEventPositions: (events: Array<cblEvent>, dayPx: number, startDate: Date) => Array<cblEvent>;
|
|
16
|
-
updateResourcesWithEvents: (resources: Array<Resource>, events: Array<cblEvent>) => Array<Resource>;
|
|
17
|
-
handleResize: () => void;
|
|
18
|
-
componentWillReceiveProps(_nextProps: CwSchedulerProps): void;
|
|
19
|
-
handleOnClickContextMenuResourceScheduler: (_clickEvent: any, _resource: Resource) => void;
|
|
20
|
-
handleOnClickResourceContextMenu: (_e: any, resource: Resource) => void;
|
|
21
|
-
handleCrewPinning: (resource: Resource, text: string) => void;
|
|
22
|
-
render(): import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
}
|
|
24
|
-
//# sourceMappingURL=CwSchedulerComp2.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CwSchedulerComp2.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/scheduler-temporal/CwSchedulerComp2.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAgBlC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,qBAAa,YAAa,SAAQ,SAAS,CAAC,gBAAgB,EAAE,KAAK,CAAC;IACnE,WAAW,CAAC,EAAE,wBAAwB,CAAC;gBAE3B,KAAK,EAAE,gBAAgB;IAMnC,OAAO,CAAC,cAAc,CAAC,CAAiB;IAExC,cAAc,QAAO,MAAM,CAKzB;IAEF,IAAI,UAAW,gBAAgB,UA8B7B;IAEF,WAAW,WACF,KAAK,CAAC,QAAQ,CAAC,aACZ,KAAK,CAAC,QAAQ,CAAC,cACd,gBAAgB,aACjB,IAAI,WACN,IAAI,UAoDZ;IAEF,iBAAiB;IAuBjB,oBAAoB;IAOpB,yBAAyB,WAChB,KAAK,CAAC,QAAQ,CAAC,SAChB,MAAM,aACF,IAAI,KACb,KAAK,CAAC,QAAQ,CAAC,CAEhB;IAEF,yBAAyB,cACb,KAAK,CAAC,QAAQ,CAAC,UAClB,KAAK,CAAC,QAAQ,CAAC,KACrB,KAAK,CAAC,QAAQ,CAAC,CAKhB;IAEF,YAAY,aA0BV;IAEF,yBAAyB,CAAC,UAAU,EAAE,gBAAgB;IA4DtD,yCAAyC,gBAAiB,GAAG,aAAa,QAAQ,UAgBhF;IAEF,gCAAgC,OAAQ,GAAG,YAAY,QAAQ,UAI7D;IAEF,iBAAiB,aAAc,QAAQ,QAAQ,MAAM,UAInD;IAEF,MAAM;CAsFN"}
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import * as React from "react";
|
|
2
|
-
import type { cblEvent } from "./state/cblEvent";
|
|
3
|
-
import type { Resource } from "./state/Resource";
|
|
4
|
-
export type cblEventCompProps = {
|
|
5
|
-
cblEvent: cblEvent;
|
|
6
|
-
handleOnClickEventContextMenu?: (key: string, cblEvent: cblEvent) => void;
|
|
7
|
-
};
|
|
8
|
-
export type resourceCompProps2 = {
|
|
9
|
-
resource: Resource;
|
|
10
|
-
handleOnClickResourceContextMenu?: (key: string, resource: Resource) => void;
|
|
11
|
-
};
|
|
12
|
-
export interface SuperSchedulerProps {
|
|
13
|
-
events: cblEvent[];
|
|
14
|
-
resourcesToPin: Resource[];
|
|
15
|
-
resources: Resource[];
|
|
16
|
-
height: number;
|
|
17
|
-
startDate: Date;
|
|
18
|
-
endDate: Date;
|
|
19
|
-
id: string;
|
|
20
|
-
scheduler_handleCblEventClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
21
|
-
scheduler_handleCblEventClickRight?: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
22
|
-
scheduler_handleCblEventDoubleClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
23
|
-
scheduler_handleOnDropCblEventsOnResource: (cblDragNDrop: CblDragAndDrop, resource: Resource) => void;
|
|
24
|
-
parent: any;
|
|
25
|
-
cblEventComp: React.FC<cblEventCompProps>;
|
|
26
|
-
scheduler_handleOnClickEventContextMenu?: (e: any, cblEvent: cblEvent) => void;
|
|
27
|
-
resourceComp: React.FC<resourceCompProps2>;
|
|
28
|
-
scheduler_handleOnClickContextMenuResource?: (date: Date, resource: Resource, key: string) => void;
|
|
29
|
-
resourceContextMenuContents?: Array<{
|
|
30
|
-
key: string;
|
|
31
|
-
text: string;
|
|
32
|
-
icon: string;
|
|
33
|
-
color: string;
|
|
34
|
-
}>;
|
|
35
|
-
scheduler_handleDblClickOnResourceInScheduler?: (resource: Resource) => void;
|
|
36
|
-
scheduler_handleEmptyClick?: (schedulerId: string) => void;
|
|
37
|
-
canBePinned?: boolean;
|
|
38
|
-
pinnedResources?: Array<number>;
|
|
39
|
-
scheduler_handleCblEventResize?: (cblDragNDrop: CblDragAndDrop) => void;
|
|
40
|
-
scheduler_handleMultiselectChange?: (value: any, selectedObjectsArray: any) => void;
|
|
41
|
-
dataConfig?: string;
|
|
42
|
-
scheduler_handleClearPinnedOnParent: () => void;
|
|
43
|
-
scheduler_handlePinningOfResources: (resourceId: number[], text: string, schedulerId: string, requestString: string) => void;
|
|
44
|
-
resourceName?: string;
|
|
45
|
-
descriptionColumn?: string;
|
|
46
|
-
pinnedEvents?: cblEvent[];
|
|
47
|
-
scheduler_handleOnClickResourceContextMenu?: (e: any, resource: Resource) => void;
|
|
48
|
-
airportSelected?: number;
|
|
49
|
-
module?: string;
|
|
50
|
-
groupByFunction: boolean;
|
|
51
|
-
}
|
|
52
|
-
interface State {
|
|
53
|
-
topsCalculated: number;
|
|
54
|
-
height: number;
|
|
55
|
-
dataConfig?: string;
|
|
56
|
-
pinnedResources: number[];
|
|
57
|
-
}
|
|
58
|
-
export default class SuperScheduler extends React.Component<SuperSchedulerProps, State> {
|
|
59
|
-
constructor(Props: SuperSchedulerProps);
|
|
60
|
-
componentDidUpdate(_previousProps: SuperSchedulerProps, _previousState: State): void;
|
|
61
|
-
scheduler_handleCblEventClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
62
|
-
scheduler_handleCblEventClickRight: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
63
|
-
scheduler_handleCblEventDoubleClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
64
|
-
scheduler_handlePinnedClickMultipleIds: (resIds: number[], schedulerId: string, requestString: string) => void;
|
|
65
|
-
scheduler_handlePinnedClick: (resId: number, text: string, schedulerId: string) => void;
|
|
66
|
-
returnDynamicHeight(pinned: number, topsCalculated: number): {
|
|
67
|
-
topsCalculated: number;
|
|
68
|
-
height: number;
|
|
69
|
-
};
|
|
70
|
-
checkIfSlotAvailable(array: Array<cblEvent>, event: cblEvent): boolean;
|
|
71
|
-
handleOnClickContextMenuResource: (date: Date, resource: Resource, key: string, schedulerId: string) => void;
|
|
72
|
-
dateUTCString(date: any): any;
|
|
73
|
-
render(): import("react/jsx-runtime").JSX.Element;
|
|
74
|
-
}
|
|
75
|
-
export declare class CblDragAndDrop {
|
|
76
|
-
fromId: string | null;
|
|
77
|
-
toId: string | null;
|
|
78
|
-
data: Array<any> | null;
|
|
79
|
-
droppedOnDate: Date | null;
|
|
80
|
-
resizeFromStart: boolean | null;
|
|
81
|
-
resizeFromEnd: boolean | null;
|
|
82
|
-
isCtrlKey: boolean | null;
|
|
83
|
-
constructor(fromId: string | null, toId: string | null, data: Array<any> | null, droppedOnDate?: Date | null, resizeFromStart?: boolean | null, resizeFromEnd?: boolean | null, isCtrlKey?: boolean | null);
|
|
84
|
-
}
|
|
85
|
-
export {};
|
|
86
|
-
//# sourceMappingURL=CwSuperSchedulerComp.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"CwSuperSchedulerComp.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/scheduler-temporal/CwSuperSchedulerComp.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,MAAM,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,6BAA6B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,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;AAEF,MAAM,WAAW,mBAAmB;IACnC,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,cAAc,EAAE,QAAQ,EAAE,CAAC;IAC3B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,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,yCAAyC,EAAE,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IACtG,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC;IAC1C,uCAAuC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC/E,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC;IAC3C,0CAA0C,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnG,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,6CAA6C,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7E,0BAA0B,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,8BAA8B,CAAC,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACxE,iCAAiC,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,GAAG,KAAK,IAAI,CAAC;IACpF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mCAAmC,EAAE,MAAM,IAAI,CAAC;IAChD,kCAAkC,EAAE,CACnC,UAAU,EAAE,MAAM,EAAE,EACpB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,KACjB,IAAI,CAAC;IACV,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC1B,0CAA0C,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAClF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,KAAK;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,eAAe,EAAE,MAAM,EAAE,CAAC;CAC1B;AAGD,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,EAAE,KAAK,CAAC;gBAC1E,KAAK,EAAE,mBAAmB;IAUtC,kBAAkB,CAAC,cAAc,EAAE,mBAAmB,EAAE,cAAc,EAAE,KAAK;IAwB7E,6BAA6B,aAAc,QAAQ,eAAe,MAAM,UAEtE;IAEF,kCAAkC,aAAc,QAAQ,eAAe,MAAM,UAI3E;IAEF,mCAAmC,aAAc,QAAQ,eAAe,MAAM,UAE5E;IAEF,sCAAsC,WAAY,MAAM,EAAE,eAAe,MAAM,iBAAiB,MAAM,UAEpG;IAEF,2BAA2B,UAAW,MAAM,QAAQ,MAAM,eAAe,MAAM,UAI7E;IAEF,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM;;;;IA0D1D,oBAAoB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ;IAU5D,gCAAgC,SAAU,IAAI,YAAY,QAAQ,OAAO,MAAM,eAAe,MAAM,UAwHlG;IAEF,aAAa,CAAC,IAAI,EAAE,GAAG;IAWvB,MAAM;CAsFN;AAED,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,10 +0,0 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
import { cblEvent } from "../state/cblEvent";
|
|
3
|
-
import type { CwSchedulerProps } from "../state/CwSchedulerProps";
|
|
4
|
-
type EventProps = {
|
|
5
|
-
event: cblEvent;
|
|
6
|
-
schedulerProps: CwSchedulerProps;
|
|
7
|
-
};
|
|
8
|
-
export declare const EventRender: FC<EventProps>;
|
|
9
|
-
export {};
|
|
10
|
-
//# sourceMappingURL=EventRender.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EventRender.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-temporal/components/EventRender.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAiB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAUlE,KAAK,UAAU,GAAG;IACjB,KAAK,EAAE,QAAQ,CAAC;IAChB,cAAc,EAAE,gBAAgB,CAAC;CACjC,CAAC;AA+CF,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,UAAU,CAgKtC,CAAC"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { type FC } from "react";
|
|
2
|
-
import type { Resource } from "../state/Resource";
|
|
3
|
-
import type { CwSchedulerProps } from "../state/CwSchedulerProps";
|
|
4
|
-
import type { State } from "../state/State";
|
|
5
|
-
type ResourceListProps = {
|
|
6
|
-
resources: Array<Resource>;
|
|
7
|
-
schedulerProps: CwSchedulerProps;
|
|
8
|
-
contentArea?: HTMLTableDataCellElement;
|
|
9
|
-
state: State;
|
|
10
|
-
onClickContextMenu: (_clickEvent: any, _resource: Resource) => void;
|
|
11
|
-
crewAssignmentSchedulerContextMenu?: Array<{
|
|
12
|
-
key: string;
|
|
13
|
-
text: string;
|
|
14
|
-
icon: string;
|
|
15
|
-
color: string;
|
|
16
|
-
}>;
|
|
17
|
-
};
|
|
18
|
-
export declare const ResourceListRender: FC<ResourceListProps>;
|
|
19
|
-
export {};
|
|
20
|
-
//# sourceMappingURL=ResourceListRender.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceListRender.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-temporal/components/ResourceListRender.tsx"],"names":[],"mappings":"AACA,OAAO,EAAY,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C,KAAK,iBAAiB,GAAG;IACxB,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAC3B,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,CAAC,EAAE,wBAAwB,CAAE;IACxC,KAAK,EAAE,KAAK,CAAC;IACb,kBAAkB,EAAE,CAAC,WAAW,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,KAAK,IAAI,CAAC;IACpE,kCAAkC,CAAC,EAAE,KAAK,CAAC;QAC1C,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,iBAAiB,CA+CpD,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import type { Resource } from "../state/Resource";
|
|
3
|
-
import type { CwSchedulerProps } from "../state/CwSchedulerProps";
|
|
4
|
-
import type { State } from "../state/State";
|
|
5
|
-
type ResourceProps = {
|
|
6
|
-
res: Resource;
|
|
7
|
-
schedulerProps: CwSchedulerProps;
|
|
8
|
-
contentArea?: HTMLTableDataCellElement;
|
|
9
|
-
state: State;
|
|
10
|
-
isInViewport: boolean;
|
|
11
|
-
};
|
|
12
|
-
export declare const ResourceRender: React.FC<ResourceProps>;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=ResourceRender.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResourceRender.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-temporal/components/ResourceRender.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAe,MAAM,OAAO,CAAC;AAEpC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAGlD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2BAA2B,CAAC;AAClE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAE5C,KAAK,aAAa,GAAG;IACpB,GAAG,EAAE,QAAQ,CAAC;IACd,cAAc,EAAE,gBAAgB,CAAC;IACjC,WAAW,CAAC,EAAE,wBAAwB,CAAC;IACvC,KAAK,EAAE,KAAK,CAAC;IACb,YAAY,EAAE,OAAO,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA6BlC,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface DayHeaderProps {
|
|
3
|
-
index: number;
|
|
4
|
-
text: string;
|
|
5
|
-
width: number;
|
|
6
|
-
headerType: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const DayHeader: FC<DayHeaderProps>;
|
|
9
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=DayHeader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"DayHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/day_headers/DayHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,UAAU,cAAc;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAexC,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAWpB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface WeekHeaderProps {
|
|
3
|
-
index: number;
|
|
4
|
-
text: string;
|
|
5
|
-
width: number;
|
|
6
|
-
headerType: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const MonthHeader: FC<WeekHeaderProps>;
|
|
9
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=MonthHeader.d.ts.map
|
package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MonthHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/day_headers/MonthHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,UAAU,eAAe;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,WAAW,EAAE,EAAE,CAAC,eAAe,CAc3C,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAuBpB,CAAC"}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface DaysHeaderProps {
|
|
3
|
-
days: Date[];
|
|
4
|
-
divisionType: "d" | "w" | "m";
|
|
5
|
-
maxWidth: number;
|
|
6
|
-
headerType: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const DaysHeader: FC<DaysHeaderProps>;
|
|
9
|
-
export declare const _DaysPreview: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export declare const _WeeksPreview: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export declare const _MonthsPreview: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
export {};
|
|
13
|
-
//# sourceMappingURL=MyDaysHeader.d.ts.map
|
package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"MyDaysHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAShC,UAAU,eAAe;IACxB,IAAI,EAAE,IAAI,EAAE,CAAC;IACb,YAAY,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAqD1C,CAAC;AAEF,eAAO,MAAM,YAAY,+CAaxB,CAAC;AAEF,eAAO,MAAM,aAAa,+CAazB,CAAC;AAEF,eAAO,MAAM,cAAc,+CAa1B,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
interface WeekHeaderProps {
|
|
3
|
-
index: number;
|
|
4
|
-
text: string;
|
|
5
|
-
width: number;
|
|
6
|
-
headerType: string;
|
|
7
|
-
}
|
|
8
|
-
export declare const WeekHeader: FC<WeekHeaderProps>;
|
|
9
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
10
|
-
export {};
|
|
11
|
-
//# sourceMappingURL=WeekHeader.d.ts.map
|
package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"WeekHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/day_headers/WeekHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,UAAU,eAAe;IACxB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAiB1C,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAWpB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
import type { resourceCompProps2 } from "../../CwSuperSchedulerComp";
|
|
3
|
-
import type { Resource } from "../../state/Resource";
|
|
4
|
-
interface ResourcesTitleListProps {
|
|
5
|
-
resources: Resource[];
|
|
6
|
-
canBePinned: boolean;
|
|
7
|
-
includesPinned: boolean;
|
|
8
|
-
onCrewPinning: (resource: Resource, text: string) => void;
|
|
9
|
-
onClickResourceContextMenu: (event: any, resource: Resource) => void;
|
|
10
|
-
ResourceTitleComponent: FC<resourceCompProps2>;
|
|
11
|
-
}
|
|
12
|
-
export declare const ResourcesTitleList: FC<ResourcesTitleListProps>;
|
|
13
|
-
export {};
|
|
14
|
-
//# sourceMappingURL=ResourcesTitleList.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ResourcesTitleList.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,4BAA4B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,UAAU,uBAAuB;IAChC,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,aAAa,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAC1D,0BAA0B,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IACrE,sBAAsB,EAAE,EAAE,CAAC,kBAAkB,CAAC,CAAC;CAC/C;AAED,eAAO,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CA2B1D,CAAC"}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
import { type CwScheduler2 } from "../../CwSchedulerComp2";
|
|
3
|
-
import type { Resource } from "../../state/Resource";
|
|
4
|
-
interface SchedulerContentAreaProps {
|
|
5
|
-
now: Date;
|
|
6
|
-
showTimeline: boolean;
|
|
7
|
-
timeLineLeftPx: number;
|
|
8
|
-
timeSeparatorLeftPx: number[];
|
|
9
|
-
resources: Resource[];
|
|
10
|
-
contextMenuContents?: Array<{
|
|
11
|
-
key: string;
|
|
12
|
-
text: string;
|
|
13
|
-
icon: string;
|
|
14
|
-
color: string;
|
|
15
|
-
}>;
|
|
16
|
-
scheduler: CwScheduler2;
|
|
17
|
-
onEmptyClick: ((schedulerId: string) => void) | undefined;
|
|
18
|
-
setContentArea: (reference: HTMLTableDataCellElement) => void;
|
|
19
|
-
onClickContextMenu: (_clickEvent: any, _resource: Resource) => void;
|
|
20
|
-
}
|
|
21
|
-
export declare const SchedulerContentArea: FC<SchedulerContentAreaProps>;
|
|
22
|
-
export {};
|
|
23
|
-
//# sourceMappingURL=SchedulerContentArea.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerContentArea.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAC3D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAIrD,UAAU,yBAAyB;IAClC,GAAG,EAAE,IAAI,CAAC;IACV,YAAY,EAAE,OAAO,CAAC;IACtB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,EAAE,CAAC;IAC9B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,mBAAmB,CAAC,EAAE,KAAK,CAAC;QAC3B,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,YAAY,CAAC;IACxB,YAAY,EAAE,CAAC,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC;IAC1D,cAAc,EAAE,CAAC,SAAS,EAAE,wBAAwB,KAAK,IAAI,CAAC;IAC9D,kBAAkB,EAAE,CAAC,WAAW,EAAE,GAAG,EAAE,SAAS,EAAE,QAAQ,KAAK,IAAI,CAAC;CACpE;AACD,eAAO,MAAM,oBAAoB,EAAE,EAAE,CAAC,yBAAyB,CAoD9D,CAAC"}
|
package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts
DELETED
|
@@ -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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/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;AAEzG,MAAM,WAAW,oBAAoB;IACpC,aAAa,EAAE,sBAAsB,CAAC;IACtC,iBAAiB,EAAE,MAAM,GAAG,SAAS,CAAC;CACtC;AAED,eAAO,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAyDpD,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import type { FC } from "react";
|
|
2
|
-
export interface SchedulerTimeLineProps {
|
|
3
|
-
maxPx: number | string;
|
|
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
|
-
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
-
//# sourceMappingURL=SchedulerTimeLine.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SchedulerTimeLine.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKhC,MAAM,WAAW,sBAAsB;IACtC,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,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,CA4BxD,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAcpB,CAAC"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { 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 declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export {};
|
|
12
|
-
//# sourceMappingURL=TimeHeader.d.ts.map
|
package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TimeHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/custom/scheduler-temporal/components/time_headers/TimeHeader.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAKlC,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,CAyB1C,CAAC;AAGF,eAAO,MAAM,QAAQ,+CAQpB,CAAC"}
|