@cwellt_software/cwellt-reactjs-lib 1.2.14 → 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/deprecated/components/MultiSelect_deprecated_.d.ts +24 -0
- package/dist/deprecated/components/MultiSelect_deprecated_.d.ts.map +1 -0
- package/dist/deprecated/components/dropdown/CwDropdownContainer.d.ts +17 -0
- package/dist/deprecated/components/dropdown/CwDropdownContainer.d.ts.map +1 -0
- package/dist/deprecated/components/multiselect/CwHeadFilter.d.ts +17 -0
- package/dist/deprecated/components/multiselect/CwHeadFilter.d.ts.map +1 -0
- package/dist/deprecated/components/multiselect/CwMultiselect.d.ts +13 -0
- package/dist/deprecated/components/multiselect/CwMultiselect.d.ts.map +1 -0
- package/dist/deprecated/components/multiselect/CwOptionList.d.ts +14 -0
- package/dist/deprecated/components/multiselect/CwOptionList.d.ts.map +1 -0
- package/dist/deprecated/components/tag/CwTag.d.ts +15 -0
- package/dist/deprecated/components/tag/CwTag.d.ts.map +1 -0
- package/dist/index.cjs.js +30 -30
- package/dist/index.css +1 -1
- package/dist/index.es.js +30 -30
- 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/deprecated/CwDropdown.d.ts +19 -0
- package/dist/src/components/control/choice/deprecated/CwDropdown.d.ts.map +1 -0
- package/dist/src/components/control/choice/deprecated/CwDropdownNavigation.d.ts +21 -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/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/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/package.json +2 -2
- package/dist/src/common/classes/CwSelectList.js +0 -12
- package/dist/src/common/classes/CwSelectListItems.js +0 -14
- package/dist/src/common/functions/collections.js +0 -18
- package/dist/src/common/functions/colorManipulation.js +0 -76
- package/dist/src/common/functions/dsl/UiEventDSL.js +0 -20
- package/dist/src/common/functions/useSingleAndDoubleClicks.js +0 -28
- package/dist/src/common/interfaces/CwSelectListProps.js +0 -1
- package/dist/src/components/control/action/button/CwButton.js +0 -13
- package/dist/src/components/control/action/buttons/CwButtons.js +0 -188
- package/dist/src/components/control/action/contextmenu/CwContextMenu.js +0 -43
- package/dist/src/components/control/action/contextual-menu/CwContextualMenu.js +0 -55
- package/dist/src/components/control/action/search/CwSearch.js +0 -67
- package/dist/src/components/control/action/tooltip-dialog/CwTooltipDialog.js +0 -11
- package/dist/src/components/control/choice/checkbox/CwCheckbox.js +0 -15
- package/dist/src/components/control/choice/deprecated/MultiSelect_deprecated_.js +0 -99
- package/dist/src/components/control/choice/dropdown/CwDropdown.js +0 -27
- package/dist/src/components/control/choice/dropdown/CwDropdownContainer.js +0 -30
- package/dist/src/components/control/choice/dropdown/CwDropdownFilter.js +0 -10
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.js +0 -298
- package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.js +0 -17
- package/dist/src/components/control/choice/multiselect/CwHeadFilter.js +0 -80
- package/dist/src/components/control/choice/multiselect/CwMultiselect.js +0 -393
- package/dist/src/components/control/choice/multiselect/CwOptionList.js +0 -36
- package/dist/src/components/control/choice/option/CwOption.js +0 -16
- package/dist/src/components/control/choice/select/CwSelect.js +0 -36
- package/dist/src/components/control/choice/toggle/CwToggle.js +0 -9
- package/dist/src/components/control/input/any/CwInput.js +0 -16
- package/dist/src/components/control/input/color/CwColorPicker.js +0 -210
- package/dist/src/components/control/input/color/CwInputColor.js +0 -142
- package/dist/src/components/control/input/date/CwInputDate.js +0 -29
- package/dist/src/components/control/input/date-picker/CwInputDatePicker.js +0 -109
- package/dist/src/components/control/input/date-text/CwInputDateText.js +0 -90
- package/dist/src/components/control/input/datetime/CwInputDatetime.js +0 -29
- package/dist/src/components/control/input/digit/CwDigit.js +0 -28
- package/dist/src/components/control/input/file/CwFileUpload.js +0 -52
- package/dist/src/components/control/input/file/CwFileUploadMultiple.js +0 -148
- package/dist/src/components/control/input/image/CwInputImage.js +0 -52
- package/dist/src/components/control/input/image-area/CwImageArea.js +0 -113
- package/dist/src/components/control/input/new-dates/example.d.ts +0 -2
- package/dist/src/components/control/input/new-dates/example.d.ts.map +0 -1
- package/dist/src/components/control/input/number/CwInputNumber.js +0 -11
- package/dist/src/components/control/input/phone/CwInputPhone.js +0 -24
- package/dist/src/components/control/input/text/CwInputText.js +0 -31
- package/dist/src/components/control/input/text-area/CwTextArea.js +0 -9
- package/dist/src/components/control/input/time/CwTime.js +0 -29
- package/dist/src/components/control/input/weekday/CwWeekdaySelector.js +0 -143
- package/dist/src/components/custom/find-airport/CwFindAirportComp.js +0 -240
- package/dist/src/components/custom/scheduler/CwSchedulerComp.js +0 -211
- package/dist/src/components/custom/scheduler/CwSuperSchedulerComp.js +0 -269
- package/dist/src/components/custom/scheduler/components/EventRender.js +0 -142
- package/dist/src/components/custom/scheduler/components/ResourceListRender.js +0 -12
- package/dist/src/components/custom/scheduler/components/ResourceRender.js +0 -26
- package/dist/src/components/custom/scheduler/components/day_headers/DayHeader.js +0 -13
- package/dist/src/components/custom/scheduler/components/day_headers/MonthHeader.js +0 -12
- package/dist/src/components/custom/scheduler/components/day_headers/MyDaysHeader.js +0 -62
- package/dist/src/components/custom/scheduler/components/day_headers/WeekHeader.js +0 -13
- package/dist/src/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.js +0 -24
- package/dist/src/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.js +0 -17
- package/dist/src/components/custom/scheduler/components/scheduler_header/SchedulerHeader.js +0 -26
- package/dist/src/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
- package/dist/src/components/custom/scheduler/components/time_headers/TimeHeader.js +0 -31
- package/dist/src/components/custom/scheduler/components/time_headers/TimeHeaderRow.js +0 -16
- package/dist/src/components/custom/scheduler/components/time_line/TimeLine.js +0 -12
- package/dist/src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.js +0 -5
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.js +0 -15
- package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
- package/dist/src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.js +0 -43
- package/dist/src/components/custom/scheduler/logic/dates/getMonthHeaderData.js +0 -35
- package/dist/src/components/custom/scheduler/logic/dates/getUtcToday.js +0 -6
- package/dist/src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
- package/dist/src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.js +0 -55
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisionType.js +0 -13
- package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisions.js +0 -16
- package/dist/src/components/custom/scheduler/logic/filtering/filterEvents.js +0 -33
- package/dist/src/components/custom/scheduler/logic/filtering/filterResources.js +0 -14
- package/dist/src/components/custom/scheduler/logic/filtering/hasSameProperties.js +0 -10
- package/dist/src/components/custom/scheduler/logic/onDrop/OnDrop.js +0 -45
- package/dist/src/components/custom/scheduler/logic/pixels/getHeightLineScheduler.js +0 -14
- package/dist/src/components/custom/scheduler/logic/pixels/getPixelsForEvent.js +0 -32
- package/dist/src/components/custom/scheduler/logic/pixels/heightScheduler.js +0 -14
- package/dist/src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.js +0 -9
- package/dist/src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.js +0 -5
- package/dist/src/components/custom/scheduler/logic/state_handle/handleResourceChange.js +0 -11
- package/dist/src/components/custom/scheduler/logic/state_handle/onDragOver.js +0 -9
- package/dist/src/components/custom/scheduler/logic/state_handle/onDropEventToResource.js +0 -3
- package/dist/src/components/custom/scheduler/logic/strings/compareStrings.js +0 -7
- package/dist/src/components/custom/scheduler/logic/strings/getGUID.js +0 -7
- package/dist/src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.js +0 -8
- package/dist/src/components/custom/scheduler/logic/ui/getEventsOfResource.js +0 -45
- package/dist/src/components/custom/scheduler/logic/ui/getTimeHeaders.js +0 -35
- package/dist/src/components/custom/scheduler/logic/ui/isAllowedToMove.js +0 -19
- package/dist/src/components/custom/scheduler/logic/ui/updateResourceVisibility.js +0 -15
- package/dist/src/components/custom/scheduler/state/CblDragAndDrop.js +0 -18
- package/dist/src/components/custom/scheduler/state/CwSchedulerProps.js +0 -1
- package/dist/src/components/custom/scheduler/state/Resource.js +0 -18
- package/dist/src/components/custom/scheduler/state/State.js +0 -1
- package/dist/src/components/custom/scheduler/state/cblEvent.js +0 -28
- package/dist/src/components/custom/scheduler/state/cblEventCompProps.js +0 -1
- package/dist/src/components/custom/scheduler/state/resourceCompProps2.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.js +0 -123
- package/dist/src/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.js +0 -118
- package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.js +0 -166
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.js +0 -26
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.js +0 -86
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.js +0 -60
- package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.js +0 -24
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.js +0 -150
- package/dist/src/components/custom/scheduler-new/presentation/components/row/EventSideDrag.js +0 -11
- package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.js +0 -176
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.js +0 -39
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.js +0 -8
- package/dist/src/components/custom/scheduler-new/presentation/helpers.js +0 -43
- package/dist/src/components/custom/scheduler-new/presentation/logic/WeekendCalc.js +0 -24
- package/dist/src/components/custom/scheduler-new/presentation/logic/dateFromPercentage.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/eventIsVisible.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.js +0 -113
- package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.js +0 -21
- package/dist/src/components/custom/scheduler-new/presentation/logic/getEventSizes.js +0 -30
- package/dist/src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.js +0 -13
- package/dist/src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.js +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.js +0 -32
- package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.js +0 -12
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.js +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/WeekRange.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.js +0 -267
- package/dist/src/components/custom/scheduler-temporal/CwSuperSchedulerComp.js +0 -269
- package/dist/src/components/custom/scheduler-temporal/components/EventRender.js +0 -142
- package/dist/src/components/custom/scheduler-temporal/components/ResourceListRender.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/components/ResourceRender.js +0 -26
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/DayHeader.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/MonthHeader.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.js +0 -62
- package/dist/src/components/custom/scheduler-temporal/components/day_headers/WeekHeader.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.js +0 -22
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.js +0 -17
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.js +0 -26
- package/dist/src/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
- package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeader.js +0 -31
- package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.js +0 -16
- package/dist/src/components/custom/scheduler-temporal/components/time_line/TimeLine.js +0 -12
- package/dist/src/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.js +0 -15
- package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.js +0 -43
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.js +0 -35
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getUtcToday.js +0 -6
- package/dist/src/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
- package/dist/src/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.js +0 -55
- package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.js +0 -13
- package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.js +0 -16
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.js +0 -10
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterEvents.js +0 -34
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterResources.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/filtering/hasSameProperties.js +0 -10
- package/dist/src/components/custom/scheduler-temporal/logic/onDrop/OnDrop.js +0 -36
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getHeightLineScheduler.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.js +0 -32
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.js +0 -14
- package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightSchedulerPinned.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.js +0 -5
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handlePropChanges.js +0 -178
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handleResourceChange.js +0 -11
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDragOver.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.js +0 -3
- package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.js +0 -3
- package/dist/src/components/custom/scheduler-temporal/logic/strings/compareStrings.js +0 -7
- package/dist/src/components/custom/scheduler-temporal/logic/strings/getGUID.js +0 -7
- package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.js +0 -9
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.js +0 -92
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getHasPropsChanged.js +0 -242
- package/dist/src/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.js +0 -35
- package/dist/src/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.js +0 -19
- package/dist/src/components/custom/scheduler-temporal/logic/ui/shouldTriggerScroll.js +0 -241
- package/dist/src/components/custom/scheduler-temporal/logic/ui/updateResourceVisibility.js +0 -15
- package/dist/src/components/custom/scheduler-temporal/state/CblDragAndDrop.js +0 -18
- package/dist/src/components/custom/scheduler-temporal/state/CwSchedulerProps.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/Resource.js +0 -18
- package/dist/src/components/custom/scheduler-temporal/state/State.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/cblEvent.js +0 -28
- package/dist/src/components/custom/scheduler-temporal/state/cblEventCompProps.js +0 -1
- package/dist/src/components/custom/scheduler-temporal/state/resourceCompProps2.js +0 -1
- package/dist/src/components/custom/super-scheduler/PinRowHeader.js +0 -53
- package/dist/src/components/custom/super-scheduler/SuperScheduler.js +0 -23
- package/dist/src/components/custom/super-scheduler/SuperSchedulerEvents.js +0 -15
- package/dist/src/components/custom/super-scheduler/SuperSchedulerPresenter.js +0 -45
- package/dist/src/components/display/data/accordion/CwAccordionContainer.js +0 -20
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.js +0 -138
- package/dist/src/components/display/data/table/CwTable.js +0 -203
- package/dist/src/components/display/graphics/icon/CwIcon.js +0 -23
- package/dist/src/components/display/graphics/loading/CwLoading.js +0 -27
- package/dist/src/components/display/graphics/loading-small/CwLoadingSmall.js +0 -20
- package/dist/src/components/display/text/heading/CwHeadingMain.js +0 -5
- package/dist/src/components/display/text/heading/CwHeadingSecond.js +0 -5
- package/dist/src/components/display/text/label/CwLabel.js +0 -13
- package/dist/src/components/display/text/message/CwMessage.js +0 -75
- package/dist/src/components/display/text/note/CwNote.js +0 -78
- package/dist/src/components/display/text/tag/CwChip.js +0 -57
- package/dist/src/components/display/text/tag/CwTag.js +0 -21
- package/dist/src/components/display/text/tooltip/CwTooltip.js +0 -4
- package/dist/src/components/layout/align/CwAlign.js +0 -54
- package/dist/src/components/layout/card/CwCard.js +0 -55
- package/dist/src/components/layout/card/CwCardList.js +0 -38
- package/dist/src/components/layout/dialog/CwDialog.js +0 -255
- package/dist/src/components/layout/dialog/CwDialogManager.js +0 -44
- package/dist/src/components/layout/list/details/CwExpandable.js +0 -28
- package/dist/src/components/layout/list/key-value/CwKeyValueList.js +0 -23
- package/dist/src/components/layout/list/sortable/CwSortableList.js +0 -73
- package/dist/src/components/layout/list/sortable/useSortableList.js +0 -53
- package/dist/src/components/layout/modal/CwModalReportFunctional.js +0 -23
- package/dist/src/components/layout/modal/hover/CwModalHover.js +0 -61
- package/dist/src/components/layout/modal/legacy/cw_modal.js +0 -44
- package/dist/src/components/layout/modal/legacy/cw_modal_confirm.js +0 -39
- package/dist/src/components/layout/modal/legacy/cw_modal_iframe.js +0 -44
- package/dist/src/components/layout/modal/legacy/cw_modal_report.js +0 -26
- package/dist/src/components/layout/table/grouped/CwTableGrouped.js +0 -70
- package/dist/src/components/layout/tabs/CwTabs.js +0 -53
- package/dist/src/index.js +0 -187
- package/dist/test/components/custom/new-scheduler/presentation/logic/getDefaultDivisions.test.js +0 -48
- package/dist/test/components/custom/new-scheduler/presentation/logic/hoursBetween.test.js +0 -15
- package/dist/test/components/custom/new-scheduler/presentation/logic/monthDivisions.test.js +0 -42
- package/dist/test/components/custom/new-scheduler/presentation/logic/weekendCalc.test.js +0 -30
- package/dist/test/components/custom/scheduler/addMinutesToDateFromPx.test.js +0 -43
- package/dist/test/components/custom/scheduler/checkIfSlotAvailable.test.js +0 -30
- package/dist/test/components/custom/scheduler/daysBetweenTwoDates.test.js +0 -61
- package/dist/test/components/custom/scheduler/daysBetweenTwoDatesWithoutCeilForEvent.test.js +0 -27
- package/dist/test/components/custom/scheduler/getGUID.test.js +0 -30
- package/dist/test/components/custom/scheduler/getPixelsForEvent.test.js +0 -38
- package/dist/test/components/custom/scheduler/getTimeHeaders.test.js +0 -35
- package/dist/test/components/custom/scheduler/hasSameProperties.test.js +0 -51
- package/dist/test/components/custom/scheduler/isAllowedToMove.test.js +0 -28
- package/dist/test/components/custom/scheduler/listOfDatesToWeeks.test.js +0 -72
- package/dist/test/jest.setup.js +0 -1
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export class CwSelectListItems {
|
|
2
|
-
type;
|
|
3
|
-
id;
|
|
4
|
-
description;
|
|
5
|
-
color;
|
|
6
|
-
active;
|
|
7
|
-
constructor(type, id, description, color, active) {
|
|
8
|
-
this.type = type;
|
|
9
|
-
this.id = id;
|
|
10
|
-
this.description = description;
|
|
11
|
-
this.color = color;
|
|
12
|
-
this.active = active;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export const uniqValue = (items) => Array.from(new Set(items.map(i => i.valueOf())));
|
|
2
|
-
export const uniqString = (items) => Array.from(new Set(items.map(i => i.toString())));
|
|
3
|
-
export const escapeRegex = (unescaped) => unescaped.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
4
|
-
export const toOptionsRegexPattern = (arr) => arr.map(str => escapeRegex(str)).join("|");
|
|
5
|
-
export function itemsToMultiFilterTags(items, nameKey, valueKey, category, primaryColor, onPrimaryColor) {
|
|
6
|
-
const result = new Set();
|
|
7
|
-
items.forEach((item, index) => {
|
|
8
|
-
result.add({
|
|
9
|
-
ID: `${category}_${index}`,
|
|
10
|
-
Name: item[nameKey] || index,
|
|
11
|
-
Value: item[valueKey] || index,
|
|
12
|
-
Category: category || "Missing Category",
|
|
13
|
-
PrimaryColor: primaryColor || { r: 0, g: 0, b: 0 },
|
|
14
|
-
OnPrimaryColor: onPrimaryColor || { r: 255, g: 255, b: 255 }
|
|
15
|
-
});
|
|
16
|
-
});
|
|
17
|
-
return result;
|
|
18
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
function colorToHSL(color) {
|
|
2
|
-
const hexColor = colorToHEX(color);
|
|
3
|
-
const hex = hexColor.replace('#', '');
|
|
4
|
-
const r = parseInt(hex.substring(0, 2), 16) / 255;
|
|
5
|
-
const g = parseInt(hex.substring(2, 4), 16) / 255;
|
|
6
|
-
const b = parseInt(hex.substring(4, 6), 16) / 255;
|
|
7
|
-
const max = Math.max(r, g, b);
|
|
8
|
-
const min = Math.min(r, g, b);
|
|
9
|
-
let h = 0;
|
|
10
|
-
let s = 0;
|
|
11
|
-
const l = (max + min) / 2;
|
|
12
|
-
if (max !== min) {
|
|
13
|
-
const d = max - min;
|
|
14
|
-
s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
|
|
15
|
-
switch (max) {
|
|
16
|
-
case r:
|
|
17
|
-
h = (g - b) / d + (g < b ? 6 : 0);
|
|
18
|
-
break;
|
|
19
|
-
case g:
|
|
20
|
-
h = (b - r) / d + 2;
|
|
21
|
-
break;
|
|
22
|
-
case b:
|
|
23
|
-
h = (r - g) / d + 4;
|
|
24
|
-
break;
|
|
25
|
-
}
|
|
26
|
-
h /= 6;
|
|
27
|
-
}
|
|
28
|
-
return {
|
|
29
|
-
h: Math.round(h * 360),
|
|
30
|
-
s: Math.round(s * 100),
|
|
31
|
-
l: Math.round(l * 100)
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
export function colorToHEX(color) {
|
|
35
|
-
const canvas = document.createElement('canvas');
|
|
36
|
-
const context = canvas.getContext('2d');
|
|
37
|
-
if (!context)
|
|
38
|
-
throw new Error('Could not create canvas context');
|
|
39
|
-
context.fillStyle = color;
|
|
40
|
-
return context.fillStyle;
|
|
41
|
-
}
|
|
42
|
-
export function getHSLColor(color, alpha = 1) {
|
|
43
|
-
const hsl = colorToHSL(color);
|
|
44
|
-
return `hsla(${hsl.h}, ${hsl.s}%, ${hsl.l}%, ${alpha})`;
|
|
45
|
-
}
|
|
46
|
-
export function getContrastColor(color) {
|
|
47
|
-
if (color === null) {
|
|
48
|
-
return '#000000';
|
|
49
|
-
}
|
|
50
|
-
const hsl = colorToHSL(color);
|
|
51
|
-
// Saturated greenyellow and cyan tones need lower luminance threshold (40-35)
|
|
52
|
-
// Saturated mediumblue and blueviolet tones need higher luminance threshold (55-60)
|
|
53
|
-
// Saturated orangered tones need lower luminance threshold (45)
|
|
54
|
-
const isYellowGreen = (hsl.h >= 45 && hsl.h <= 180);
|
|
55
|
-
const isBlueViolet = (hsl.h >= 210 && hsl.h <= 300);
|
|
56
|
-
const isRedOrange = (hsl.h >= 0 && hsl.h <= 30) || (hsl.h >= 330 && hsl.h <= 360);
|
|
57
|
-
let threshold = 50;
|
|
58
|
-
if (isYellowGreen) {
|
|
59
|
-
threshold = 40;
|
|
60
|
-
if (hsl.s >= 70) {
|
|
61
|
-
threshold = 35;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
else if (isBlueViolet) {
|
|
65
|
-
threshold = 55;
|
|
66
|
-
if (hsl.s >= 70) {
|
|
67
|
-
threshold = 60;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
else if (isRedOrange && hsl.s >= 80) {
|
|
71
|
-
threshold = 45;
|
|
72
|
-
}
|
|
73
|
-
const contrastL = hsl.l >= threshold ? 20 : 90;
|
|
74
|
-
const contrastS = Math.min(hsl.s, 90);
|
|
75
|
-
return `hsl(${hsl.h}, ${contrastS}%, ${contrastL}%)`;
|
|
76
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export class UiEvent {
|
|
2
|
-
}
|
|
3
|
-
export function when(event) {
|
|
4
|
-
let found = false;
|
|
5
|
-
const actions = {
|
|
6
|
-
case(eventType, action) {
|
|
7
|
-
if (!found && event instanceof eventType) {
|
|
8
|
-
action(event);
|
|
9
|
-
found = true;
|
|
10
|
-
}
|
|
11
|
-
return actions;
|
|
12
|
-
},
|
|
13
|
-
else(action) {
|
|
14
|
-
if (!found) {
|
|
15
|
-
action(event);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
return actions;
|
|
20
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { useCallback, useRef } from 'react';
|
|
2
|
-
function useSingleAndDoubleClicks(onClick, onDoubleClick) {
|
|
3
|
-
const timer = useRef(null);
|
|
4
|
-
const cancelPendingClick = useCallback(() => {
|
|
5
|
-
if (timer.current) {
|
|
6
|
-
clearTimeout(timer.current);
|
|
7
|
-
timer.current = null;
|
|
8
|
-
}
|
|
9
|
-
}, [timer]);
|
|
10
|
-
const handleClick = useCallback((e) => {
|
|
11
|
-
// We only cache the most recent click event, so cancel any pending clicks
|
|
12
|
-
e.stopPropagation();
|
|
13
|
-
e.preventDefault();
|
|
14
|
-
cancelPendingClick();
|
|
15
|
-
timer.current = setTimeout(() => {
|
|
16
|
-
timer.current = null;
|
|
17
|
-
onClick(e);
|
|
18
|
-
}, 500);
|
|
19
|
-
}, [timer, cancelPendingClick, onClick]);
|
|
20
|
-
const handleDoubleClick = useCallback((e) => {
|
|
21
|
-
e.stopPropagation();
|
|
22
|
-
e.preventDefault();
|
|
23
|
-
cancelPendingClick();
|
|
24
|
-
onDoubleClick(e);
|
|
25
|
-
}, [cancelPendingClick, onDoubleClick]);
|
|
26
|
-
return { handleClick, handleDoubleClick };
|
|
27
|
-
}
|
|
28
|
-
export default useSingleAndDoubleClicks;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function CwButton({ text, variant = 'solid', color = 'primary', className = '', icon = "", children, ...buttonProps }) {
|
|
3
|
-
// Build CSS classes based on variant and props
|
|
4
|
-
let buttonClass = `cw-button-${variant}`;
|
|
5
|
-
// Add icon class only for icon variant without children
|
|
6
|
-
if (variant === 'icon' && icon && !children) {
|
|
7
|
-
buttonClass += ` cwi-${icon}`;
|
|
8
|
-
}
|
|
9
|
-
if (className) {
|
|
10
|
-
buttonClass += ` ${className}`;
|
|
11
|
-
}
|
|
12
|
-
return (_jsx("button", { type: "button", className: buttonClass, ...buttonProps, "data-color": color, children: variant === 'icon' ? null : (children ?? (_jsxs(_Fragment, { children: [icon && _jsx("span", { className: `cwi-icons cwi-${icon}` }), text && _jsx("strong", { children: text })] }))) }));
|
|
13
|
-
}
|
|
@@ -1,188 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
// Buttons components
|
|
3
|
-
/**
|
|
4
|
-
* A floating button.
|
|
5
|
-
* @identifier cw_btnFloatingButton
|
|
6
|
-
* @classes cw_btnFloatingButtonActive
|
|
7
|
-
* @dependencies #CwScheduler #CwSchedulerActive #cwelltContentDuty #cwelltContentDutyActive
|
|
8
|
-
*/
|
|
9
|
-
// Floating button
|
|
10
|
-
export function CwFloatingButton() {
|
|
11
|
-
const cwShowElement = () => {
|
|
12
|
-
// Content of List Duties
|
|
13
|
-
const cwContentDuty = document.getElementById("cwelltContentDuty");
|
|
14
|
-
cwContentDuty?.classList.toggle("cwelltContentDutyActive");
|
|
15
|
-
// Floating button
|
|
16
|
-
const cw_btnFloatingButton = document.getElementById("cw_btnFloatingButton");
|
|
17
|
-
cw_btnFloatingButton?.classList.toggle("cw_btnFloatingButtonActive");
|
|
18
|
-
// #CwScheduler [ scheduler container]
|
|
19
|
-
const cwScheduler = document.getElementById("CwelltScheduler");
|
|
20
|
-
cwScheduler?.classList.toggle("CwelltSchedulerActive");
|
|
21
|
-
};
|
|
22
|
-
return _jsx("button", { className: "cw_btnFloatingButton", onClick: cwShowElement, id: "cw_btnFloatingButton" });
|
|
23
|
-
}
|
|
24
|
-
// Primary button => CwButtonDef
|
|
25
|
-
// CwButtonDef
|
|
26
|
-
export function CwButtonDef({ cw_btn_desc, cw_btnOnclick, cw_btn_disabled }) {
|
|
27
|
-
return (_jsx("button", { className: "cw-button cw_btn_primary", onClick: cw_btnOnclick, disabled: cw_btn_disabled, children: cw_btn_desc }));
|
|
28
|
-
}
|
|
29
|
-
// Cw add button
|
|
30
|
-
export function CwBtnAdd({ cw_btnOnclick, cw_btn_disabled }) {
|
|
31
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-plus", disabled: cw_btn_disabled });
|
|
32
|
-
}
|
|
33
|
-
// Cw Save button
|
|
34
|
-
export function CwBtnSave({ cw_btnOnclick, cw_btn_disabled }) {
|
|
35
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-save", disabled: cw_btn_disabled });
|
|
36
|
-
}
|
|
37
|
-
// Cw edit button
|
|
38
|
-
export function CwBtnEdit({ cw_btnOnclick, cw_btn_disabled }) {
|
|
39
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-edit", disabled: cw_btn_disabled });
|
|
40
|
-
}
|
|
41
|
-
// Cw search button
|
|
42
|
-
export function CwBtnSearch({ cw_btnOnclick, cw_btn_disabled }) {
|
|
43
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-search", disabled: cw_btn_disabled });
|
|
44
|
-
}
|
|
45
|
-
// Cw download button
|
|
46
|
-
export function CwBtnDownload({ cw_btnOnclick, cw_btn_disabled }) {
|
|
47
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-download", disabled: cw_btn_disabled });
|
|
48
|
-
}
|
|
49
|
-
// Cw view button
|
|
50
|
-
export function CwBtnView({ cw_btnOnclick, cw_btn_disabled }) {
|
|
51
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-eye-show", disabled: cw_btn_disabled });
|
|
52
|
-
}
|
|
53
|
-
// Cw Print button
|
|
54
|
-
export function CwBtnPrint({ cw_btnOnclick, cw_btn_disabled }) {
|
|
55
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-print", disabled: cw_btn_disabled });
|
|
56
|
-
}
|
|
57
|
-
// Cw cancel button
|
|
58
|
-
export function CwBtnCancel({ cw_btnOnclick, cw_btn_disabled }) {
|
|
59
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-cancel", disabled: cw_btn_disabled, "data-color": "danger" });
|
|
60
|
-
}
|
|
61
|
-
// Cw Delete button
|
|
62
|
-
export function CwBtnDelete({ cw_btnOnclick, cw_btn_disabled }) {
|
|
63
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-delete", disabled: cw_btn_disabled, "data-color": "danger" });
|
|
64
|
-
}
|
|
65
|
-
// CwRefresh
|
|
66
|
-
export function CwBtnRefresh({ cw_btnOnclick, cw_btn_disabled }) {
|
|
67
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-refresh", disabled: cw_btn_disabled });
|
|
68
|
-
}
|
|
69
|
-
// Cw hide
|
|
70
|
-
export function CwBtnHide({ cw_btnOnclick, cw_btn_disabled }) {
|
|
71
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-eye-hide", disabled: cw_btn_disabled });
|
|
72
|
-
}
|
|
73
|
-
// Cw Select
|
|
74
|
-
export function CwBtnSelect({ cw_btnOnclick, cw_btn_disabled }) {
|
|
75
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btn_select", disabled: cw_btn_disabled });
|
|
76
|
-
}
|
|
77
|
-
// Cw Share
|
|
78
|
-
export function CwBtnShare({ cw_btnOnclick, cw_btn_disabled }) {
|
|
79
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-share", disabled: cw_btn_disabled });
|
|
80
|
-
}
|
|
81
|
-
// Cw Files
|
|
82
|
-
export function CwBtnFiles({ cw_btnOnclick, cw_btn_disabled }) {
|
|
83
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btn_files", disabled: cw_btn_disabled });
|
|
84
|
-
}
|
|
85
|
-
// Cw Airport
|
|
86
|
-
export function CwBtnAirport({ cw_btnOnclick, cw_btn_disabled }) {
|
|
87
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btn_airport", disabled: cw_btn_disabled });
|
|
88
|
-
}
|
|
89
|
-
// DownLoadAllInfo
|
|
90
|
-
export function CwBtnDownLoadAllInfo({ cw_btnOnclick, cw_btn_disabled }) {
|
|
91
|
-
return (_jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-folder-download", disabled: cw_btn_disabled }));
|
|
92
|
-
}
|
|
93
|
-
// PropertyFolder
|
|
94
|
-
export function CwBtnPropertyFolder({ cw_btnOnclick, cw_btn_disabled }) {
|
|
95
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-directory", disabled: cw_btn_disabled });
|
|
96
|
-
}
|
|
97
|
-
// AddFolder
|
|
98
|
-
export function CwBtnAddFolder({ cw_btnOnclick, cw_btn_disabled }) {
|
|
99
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-folder-add", disabled: cw_btn_disabled });
|
|
100
|
-
}
|
|
101
|
-
// EditFolder
|
|
102
|
-
export function CwBtnEditFolder({ cw_btnOnclick, cw_btn_disabled }) {
|
|
103
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-folder-edit", disabled: cw_btn_disabled });
|
|
104
|
-
}
|
|
105
|
-
// UploadFiles
|
|
106
|
-
export function CwBtnUploadFiles({ cw_btnOnclick, cw_btn_disabled }) {
|
|
107
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-upload", disabled: cw_btn_disabled });
|
|
108
|
-
}
|
|
109
|
-
// GoBackSection [ Emanual ]
|
|
110
|
-
export function CwBtnGoBackFolder({ cw_btnOnclick, cw_btn_disabled }) {
|
|
111
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cwBtnGoBackFolder", disabled: cw_btn_disabled });
|
|
112
|
-
}
|
|
113
|
-
// BookMark [ Emanual ]
|
|
114
|
-
export function CwBtnBookMark({ cw_btnOnclick, cw_btn_disabled }) {
|
|
115
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-star", disabled: cw_btn_disabled });
|
|
116
|
-
}
|
|
117
|
-
// Publish
|
|
118
|
-
export function CwBtnPublish({ cw_btnOnclick, cw_btn_disabled }) {
|
|
119
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnPublish", disabled: cw_btn_disabled });
|
|
120
|
-
}
|
|
121
|
-
// Approve
|
|
122
|
-
export function CwBtnApprove({ cw_btnOnclick, cw_btn_disabled }) {
|
|
123
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnApprove", disabled: cw_btn_disabled });
|
|
124
|
-
}
|
|
125
|
-
// Bulk duty
|
|
126
|
-
export function CwBtnBulkDuty({ cw_btnOnclick, cw_btn_disabled }) {
|
|
127
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnBulkDuty", disabled: cw_btn_disabled });
|
|
128
|
-
}
|
|
129
|
-
// DropDownButtonCrewControl
|
|
130
|
-
export function CwBtnDropDownMenu({ cw_btnOnclick, cw_btn_disabled }) {
|
|
131
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnDropDownMenu", disabled: cw_btn_disabled });
|
|
132
|
-
}
|
|
133
|
-
// DropDownButtonCrewControl
|
|
134
|
-
export function CwBtnAlert({ cw_btnOnclick, cw_btn_disabled, cw_name }) {
|
|
135
|
-
return (_jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-alert", disabled: cw_btn_disabled, id: cw_name }));
|
|
136
|
-
}
|
|
137
|
-
// BtnNavFirstItemView
|
|
138
|
-
export function CwBtnNavFirstItemView({ cw_btnOnclick, cw_btn_disabled }) {
|
|
139
|
-
return (_jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnNavFirstItemView", disabled: cw_btn_disabled }));
|
|
140
|
-
}
|
|
141
|
-
// BtnNavLastItemView
|
|
142
|
-
export function CwBtnNavLastItemView({ cw_btnOnclick, cw_btn_disabled }) {
|
|
143
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnNavLastItemView", disabled: cw_btn_disabled });
|
|
144
|
-
}
|
|
145
|
-
// BtnNavbreviewItem
|
|
146
|
-
export function CwBtnNavPreviewItem({ cw_btnOnclick, cw_btn_disabled }) {
|
|
147
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnNavPreviewItem", disabled: cw_btn_disabled });
|
|
148
|
-
}
|
|
149
|
-
// BtnNavNextDay
|
|
150
|
-
export function CwBtnNavNextDay({ cw_btnOnclick, cw_btn_disabled }) {
|
|
151
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnNavNextDay", disabled: cw_btn_disabled });
|
|
152
|
-
}
|
|
153
|
-
// BtnNavNextDay
|
|
154
|
-
export function CwBtnStatistic({ cw_btnOnclick, cw_btn_disabled }) {
|
|
155
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-file-report", disabled: cw_btn_disabled });
|
|
156
|
-
}
|
|
157
|
-
// BtnNavNextDay
|
|
158
|
-
export function CwBtnCrewPlanning({ cw_btnOnclick, cw_btn_disabled }) {
|
|
159
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-calendar-view", disabled: cw_btn_disabled });
|
|
160
|
-
}
|
|
161
|
-
// BtnReleasePeriod
|
|
162
|
-
export function CwBtnReleasePeriod({ cw_btnOnclick, cw_btn_disabled }) {
|
|
163
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnReleasePeriod", disabled: cw_btn_disabled });
|
|
164
|
-
}
|
|
165
|
-
// BtnReleasePeriod
|
|
166
|
-
export function CwBtnGeneratePairing({ cw_btnOnclick, cw_btn_disabled }) {
|
|
167
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-plane-pairing", disabled: cw_btn_disabled });
|
|
168
|
-
}
|
|
169
|
-
// BtnImportRequests
|
|
170
|
-
export function CwBtnImportRequests({ cw_btnOnclick, cw_btn_disabled }) {
|
|
171
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cw_btnImportRequests", disabled: cw_btn_disabled });
|
|
172
|
-
}
|
|
173
|
-
// BtnPairing
|
|
174
|
-
export function CwBtnPairing({ cw_btnOnclick, cw_btn_disabled }) {
|
|
175
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-calendar-plane", disabled: cw_btn_disabled });
|
|
176
|
-
}
|
|
177
|
-
// BtnVacations
|
|
178
|
-
export function CwBtnVacations({ cw_btnOnclick, cw_btn_disabled }) {
|
|
179
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-luggage", disabled: cw_btn_disabled });
|
|
180
|
-
}
|
|
181
|
-
// BtnMVT
|
|
182
|
-
export function CwBtnMVT({ cw_btnOnclick, cw_btn_disabled }) {
|
|
183
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-plane-movement", disabled: cw_btn_disabled });
|
|
184
|
-
}
|
|
185
|
-
// BtnDelay
|
|
186
|
-
export function CwBtnDelay({ cw_btnOnclick, cw_btn_disabled }) {
|
|
187
|
-
return _jsx("button", { onClick: cw_btnOnclick, className: "cw-button-icon cwi-icons cwi-plane-delay", disabled: cw_btn_disabled });
|
|
188
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useEffect, useRef, useState } from "react";
|
|
3
|
-
import styles from "./cw-context-menu.module.css";
|
|
4
|
-
/**
|
|
5
|
-
* A context menu that is rendered when the user clicks on a button.
|
|
6
|
-
* @author NVS
|
|
7
|
-
* @example
|
|
8
|
-
* <ContextMenu
|
|
9
|
-
* options={['Option 1', 'Option 2', 'Option 3']}
|
|
10
|
-
* onSelect={(option) => console.log(`Selected: ${option}`)}
|
|
11
|
-
* >
|
|
12
|
-
* <div>Right-click me!</div>
|
|
13
|
-
* </ContextMenu>
|
|
14
|
-
*/
|
|
15
|
-
export const CwContextMenu = ({ children, options, offset, onSelect }) => {
|
|
16
|
-
const [isOpen, setIsOpen] = useState(false);
|
|
17
|
-
const [position, setPosition] = useState({ x: 0, y: 0 });
|
|
18
|
-
const menuRef = useRef(null);
|
|
19
|
-
const handleContextMenu = (event) => {
|
|
20
|
-
event.preventDefault();
|
|
21
|
-
setIsOpen(true);
|
|
22
|
-
setPosition({ x: event.clientX, y: event.clientY });
|
|
23
|
-
};
|
|
24
|
-
const handleOptionClick = (option) => {
|
|
25
|
-
onSelect(option);
|
|
26
|
-
setIsOpen(false);
|
|
27
|
-
};
|
|
28
|
-
useEffect(() => {
|
|
29
|
-
const handleOutsideClick = (event) => {
|
|
30
|
-
if (menuRef.current && !menuRef.current.contains(event.target)) {
|
|
31
|
-
setIsOpen(false);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
document.addEventListener("mousedown", handleOutsideClick);
|
|
35
|
-
return () => {
|
|
36
|
-
document.removeEventListener("mousedown", handleOutsideClick);
|
|
37
|
-
};
|
|
38
|
-
}, []);
|
|
39
|
-
return (_jsxs("div", { onContextMenu: handleContextMenu, children: [children, isOpen && (_jsx("div", { ref: menuRef, className: styles["context-menu"], style: {
|
|
40
|
-
top: position.y + (offset?.y || 0),
|
|
41
|
-
left: position.x + (offset?.x || 0),
|
|
42
|
-
}, children: options.map(option => (_jsx("div", { onClick: () => handleOptionClick(option), className: styles["context-menu-item"], children: option }, option))) }))] }));
|
|
43
|
-
};
|
|
@@ -1,55 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useState } from "react";
|
|
3
|
-
export function CwDataItem(cwBoxItemsProps) {
|
|
4
|
-
return (_jsx("div", { id: cwBoxItemsProps.id, className: "cwelltBoxItems", style: cwBoxItemsProps.style, children: _jsx("span", { className: "cwelltBoxItemsText cwelltFont1em_required", style: cwBoxItemsProps.styleDataItem, children: cwBoxItemsProps.children }) }));
|
|
5
|
-
}
|
|
6
|
-
export function CwContextualMenu(CwelltRightClickProps) {
|
|
7
|
-
//#region Hooks
|
|
8
|
-
const [isVisibleContextMenu, setVisibleContextMenu] = useState(false);
|
|
9
|
-
const [resetClassName, setResetClassName] = useState("");
|
|
10
|
-
const [positionRightClick, setpositionRightClick] = useState({ x: 0, y: 0 });
|
|
11
|
-
//#endregion
|
|
12
|
-
//#region Functions
|
|
13
|
-
const onShowContextMenu = (e) => {
|
|
14
|
-
e.preventDefault();
|
|
15
|
-
setVisibleContextMenu(true);
|
|
16
|
-
const newPosition = {
|
|
17
|
-
x: e.clientX - e.currentTarget.getBoundingClientRect().left,
|
|
18
|
-
y: e.clientY - e.currentTarget.getBoundingClientRect().top
|
|
19
|
-
};
|
|
20
|
-
setpositionRightClick(newPosition);
|
|
21
|
-
toggleClassName();
|
|
22
|
-
};
|
|
23
|
-
const toggleClassName = () => {
|
|
24
|
-
setTimeout(() => {
|
|
25
|
-
setResetClassName("cwellt_fade_out");
|
|
26
|
-
});
|
|
27
|
-
setTimeout(() => {
|
|
28
|
-
setResetClassName("cwellt_fade_in");
|
|
29
|
-
}, 500);
|
|
30
|
-
};
|
|
31
|
-
const onMouseLeaveContextMenuContainer = () => {
|
|
32
|
-
setVisibleContextMenu(false);
|
|
33
|
-
};
|
|
34
|
-
const onClickContextMenuContainer = () => {
|
|
35
|
-
setVisibleContextMenu(false);
|
|
36
|
-
CwelltRightClickProps.onClick;
|
|
37
|
-
};
|
|
38
|
-
const onKeyUpContextMenu = (e) => {
|
|
39
|
-
if (e.key === "Escape") {
|
|
40
|
-
// context menu dissapear
|
|
41
|
-
setVisibleContextMenu(false);
|
|
42
|
-
}
|
|
43
|
-
if (e.key === "Enter") {
|
|
44
|
-
// context menu dissapear
|
|
45
|
-
setVisibleContextMenu(false);
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
//#endregion
|
|
49
|
-
return (_jsxs("div", { className: "cwelltContextMenu_container", onContextMenu: onShowContextMenu, onMouseLeave: onMouseLeaveContextMenuContainer, onClick: onClickContextMenuContainer, style: { position: "relative" }, onKeyUp: e => onKeyUpContextMenu(e), tabIndex: 0, children: [CwelltRightClickProps.children, _jsx("div", { id: "contextMenu", className: isVisibleContextMenu ? "cwelltContextMenu " + resetClassName : "cwelltContextMenuHide " + resetClassName, style: {
|
|
50
|
-
top: positionRightClick.y,
|
|
51
|
-
left: positionRightClick.x
|
|
52
|
-
}, children: CwelltRightClickProps.dataSourceContextMenu?.map(indexDataItem => {
|
|
53
|
-
return (_jsx(CwDataItem, { id: indexDataItem.idDataItem, style: indexDataItem.style, styleDataItem: indexDataItem.styleDataItem, children: indexDataItem.dataItemContent }));
|
|
54
|
-
}) })] }));
|
|
55
|
-
}
|
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { useEffect, useState } from "react";
|
|
3
|
-
export function CwSearchInput(optionsProps) {
|
|
4
|
-
const [searchText, setSearchText] = useState("");
|
|
5
|
-
const [filteredOptions, setFilteredOptions] = useState([]);
|
|
6
|
-
const [_selectedOption, setSelectedOption] = useState(null);
|
|
7
|
-
// Make default value selection when loading the component
|
|
8
|
-
useEffect(() => {
|
|
9
|
-
if (optionsProps.defaultValue && optionsProps.selectList && optionsProps.selectList.length > 0) {
|
|
10
|
-
const defaultOption = optionsProps.selectList.find(option => option.id === optionsProps.defaultValue?.toString());
|
|
11
|
-
if (defaultOption) {
|
|
12
|
-
setSearchText(defaultOption.description);
|
|
13
|
-
setSelectedOption(defaultOption);
|
|
14
|
-
// Notify the parent component if there is a handleChange
|
|
15
|
-
if (optionsProps.handleChange) {
|
|
16
|
-
optionsProps.handleChange(defaultOption.id);
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}, [optionsProps.defaultValue, optionsProps.selectList]);
|
|
21
|
-
const handleInputChange = (event) => {
|
|
22
|
-
const text = event.target.value;
|
|
23
|
-
setSearchText(text);
|
|
24
|
-
if (text === "") {
|
|
25
|
-
setFilteredOptions([]);
|
|
26
|
-
setSelectedOption(null);
|
|
27
|
-
// Notify that there is no selection
|
|
28
|
-
if (optionsProps.handleChange) {
|
|
29
|
-
optionsProps.handleChange("");
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
// Filter options based on search text in any text property
|
|
34
|
-
const filtered = optionsProps.selectList.filter((option) => {
|
|
35
|
-
// Search all properties of the object
|
|
36
|
-
return Object.keys(option).some(key => {
|
|
37
|
-
const value = option[key];
|
|
38
|
-
// Verify that the value is a string or number and contains the search text
|
|
39
|
-
return (typeof value === 'string' || typeof value === 'number') &&
|
|
40
|
-
String(value).toLowerCase().includes(text.toLowerCase());
|
|
41
|
-
});
|
|
42
|
-
});
|
|
43
|
-
setFilteredOptions(filtered);
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
const handleOptionSelect = (option) => {
|
|
47
|
-
setSearchText(option.description);
|
|
48
|
-
setSelectedOption(option);
|
|
49
|
-
if (optionsProps.handleChange) {
|
|
50
|
-
optionsProps.handleChange(option.id);
|
|
51
|
-
}
|
|
52
|
-
// Remove the filtered options when selecting one
|
|
53
|
-
setFilteredOptions([]);
|
|
54
|
-
};
|
|
55
|
-
const handleClearClick = () => {
|
|
56
|
-
setSearchText("");
|
|
57
|
-
setFilteredOptions([]);
|
|
58
|
-
setSelectedOption(null);
|
|
59
|
-
};
|
|
60
|
-
return (_jsxs("div", { className: "cwSearchInputComp", style: optionsProps.style, id: optionsProps.id, children: [_jsxs("div", { className: optionsProps.labelPosition === "inline"
|
|
61
|
-
? "cw-flex-row "
|
|
62
|
-
: optionsProps.labelPosition === "column"
|
|
63
|
-
? "cw-flex-column"
|
|
64
|
-
: "cw-flex-row ", children: [optionsProps.labelName && (_jsx("label", { className: optionsProps.disabled === true
|
|
65
|
-
? "cw_label_text cw_label_text_disabled" + " " + optionsProps.labelClassName
|
|
66
|
-
: "cw_label_text" + " " + optionsProps.labelClassName, children: optionsProps.labelName })), _jsx("input", { type: "text", value: searchText, onChange: handleInputChange, placeholder: "Search...", className: "cw_input_search", disabled: optionsProps.disabled }), searchText && (_jsx("button", { className: "cw-button-icon cwi-close cw-input-search-clear", onClick: handleClearClick }))] }), filteredOptions.length > 0 && (_jsx("div", { className: "cw-input-search-dropdown", children: _jsx("ul", { children: filteredOptions.map((option) => (_jsx("li", { onClick: () => handleOptionSelect(option), children: option.description }, option.id))) }) }))] }));
|
|
67
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { CwAlign } from "../../../../components/layout/align/CwAlign";
|
|
3
|
-
export var CwTooltipDialogType;
|
|
4
|
-
(function (CwTooltipDialogType) {
|
|
5
|
-
CwTooltipDialogType["warn"] = "exclamation-triangle";
|
|
6
|
-
CwTooltipDialogType["error"] = "times-circle";
|
|
7
|
-
CwTooltipDialogType["info"] = "info-circle";
|
|
8
|
-
})(CwTooltipDialogType || (CwTooltipDialogType = {}));
|
|
9
|
-
export default function CwTooltipDialog(props) {
|
|
10
|
-
return (_jsxs("div", { style: { position: "relative" }, children: [props.children, props.getIsOpen && (_jsxs("div", { className: "cw-tooltip-dialog", style: { width: props._width ?? "auto", height: props._height ?? "auto" }, children: [_jsx("span", { children: props.text }), _jsxs(CwAlign, { children: [...props.buttons] })] }))] }));
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
-
export function CwCheckbox(CwCheckboxProps) {
|
|
3
|
-
const handleChange = (e) => {
|
|
4
|
-
CwCheckboxProps.onChange?.(e.target.checked);
|
|
5
|
-
};
|
|
6
|
-
const inputElement = (_jsx("input", { id: CwCheckboxProps.id, type: "checkbox", checked: CwCheckboxProps.checked, onChange: e => handleChange(e), className: CwCheckboxProps.className ?? '', style: CwCheckboxProps.style, disabled: CwCheckboxProps.disabled }));
|
|
7
|
-
if (!CwCheckboxProps.labelName) {
|
|
8
|
-
return inputElement;
|
|
9
|
-
}
|
|
10
|
-
return (_jsxs("div", { className: CwCheckboxProps.labelPosition === "inline"
|
|
11
|
-
? "cw_checkboxContent cwellt_flex_row" + " " + CwCheckboxProps.classNameContainer
|
|
12
|
-
: CwCheckboxProps.labelPosition === "column"
|
|
13
|
-
? "cw_checkboxContent cwellt_flex_column" + " " + CwCheckboxProps.classNameContainer
|
|
14
|
-
: "cw_checkboxContent cwellt_flex_row" + " " + CwCheckboxProps.classNameContainer, style: CwCheckboxProps.styleContainer, children: [inputElement, CwCheckboxProps.labelName ? (_jsx("label", { htmlFor: CwCheckboxProps.id, className: CwCheckboxProps.labelClassName, children: CwCheckboxProps.labelName })) : null] }));
|
|
15
|
-
}
|