@cwellt_software/cwellt-reactjs-lib 1.0.0 → 1.0.1
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/assets/asset-Boimp3FS +46 -0
- package/dist/assets/asset-CIKjURuf +48 -0
- package/dist/assets/asset-DO0cv1ff +51 -0
- package/dist/assets/asset-DitoBYw6 +51 -0
- package/dist/common/classes/CwSelectList.d.ts +8 -0
- package/dist/common/classes/CwSelectList.d.ts.map +1 -0
- package/dist/common/classes/CwSelectListItems.d.ts +9 -0
- package/dist/common/classes/CwSelectListItems.d.ts.map +1 -0
- package/dist/common/functions/collections.d.ts +5 -0
- package/dist/common/functions/collections.d.ts.map +1 -0
- package/dist/common/functions/reactor.d.ts +2 -0
- package/dist/common/functions/reactor.d.ts.map +1 -0
- package/dist/common/interfaces/CwSelectListProps.d.ts +9 -0
- package/dist/common/interfaces/CwSelectListProps.d.ts.map +1 -0
- package/dist/components/control/action/button/CwButton.d.ts +7 -0
- package/dist/components/control/action/button/CwButton.d.ts.map +1 -0
- package/dist/components/control/action/buttons/CwButtons.d.ts +326 -0
- package/dist/components/control/action/buttons/CwButtons.d.ts.map +1 -0
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +33 -0
- package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -0
- package/dist/components/control/action/search/CwSearch.d.ts +18 -0
- package/dist/components/control/action/search/CwSearch.d.ts.map +1 -0
- package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts +21 -0
- package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts.map +1 -0
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +19 -0
- package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -0
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts +24 -0
- package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts +21 -0
- package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +19 -0
- package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +32 -0
- package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +1 -0
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +23 -0
- package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +1 -0
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +68 -0
- package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -0
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +34 -0
- package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts +18 -0
- package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +15 -0
- package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +1 -0
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts +17 -0
- package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +1 -0
- package/dist/components/control/choice/option/CwOption.d.ts +17 -0
- package/dist/components/control/choice/option/CwOption.d.ts.map +1 -0
- package/dist/components/control/choice/select/CwSelect.d.ts +49 -0
- package/dist/components/control/choice/select/CwSelect.d.ts.map +1 -0
- package/dist/components/control/choice/toggle/CwToggle.d.ts +36 -0
- package/dist/components/control/choice/toggle/CwToggle.d.ts.map +1 -0
- package/dist/components/control/input/any/CwInput.d.ts +19 -0
- package/dist/components/control/input/any/CwInput.d.ts.map +1 -0
- package/dist/components/control/input/chipper/CwChip.d.ts +16 -0
- package/dist/components/control/input/chipper/CwChip.d.ts.map +1 -0
- package/dist/components/control/input/date/CwInputDate.d.ts +40 -0
- package/dist/components/control/input/date/CwInputDate.d.ts.map +1 -0
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +7 -0
- package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +1 -0
- package/dist/components/control/input/date-text/CwInputDateText.d.ts +39 -0
- package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +1 -0
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts +40 -0
- package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -0
- package/dist/components/control/input/digit/CwDigit.d.ts +40 -0
- package/dist/components/control/input/digit/CwDigit.d.ts.map +1 -0
- package/dist/components/control/input/file/CwFileUpload.d.ts +20 -0
- package/dist/components/control/input/file/CwFileUpload.d.ts.map +1 -0
- package/dist/components/control/input/image/CwInputImage.d.ts +11 -0
- package/dist/components/control/input/image/CwInputImage.d.ts.map +1 -0
- package/dist/components/control/input/image-area/CwImageArea.d.ts +58 -0
- package/dist/components/control/input/image-area/CwImageArea.d.ts.map +1 -0
- package/dist/components/control/input/number/CwInputNumber.d.ts +22 -0
- package/dist/components/control/input/number/CwInputNumber.d.ts.map +1 -0
- package/dist/components/control/input/phone/CwInputPhone.d.ts +36 -0
- package/dist/components/control/input/phone/CwInputPhone.d.ts.map +1 -0
- package/dist/components/control/input/text/CwInputText.d.ts +40 -0
- package/dist/components/control/input/text/CwInputText.d.ts.map +1 -0
- package/dist/components/control/input/text-area/CwTextArea.d.ts +25 -0
- package/dist/components/control/input/text-area/CwTextArea.d.ts.map +1 -0
- package/dist/components/control/input/time/CwTime.d.ts +40 -0
- package/dist/components/control/input/time/CwTime.d.ts.map +1 -0
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +32 -0
- package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +39 -0
- package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +101 -0
- package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts +7 -0
- package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/EventRender.d.ts +3 -0
- package/dist/components/custom/scheduler/components/EventRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +17 -0
- package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts +15 -0
- package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +10 -0
- package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +10 -0
- package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +10 -0
- package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +10 -0
- package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
- package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +24 -0
- package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +8 -0
- package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +11 -0
- package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +11 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +10 -0
- package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +7 -0
- package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +11 -0
- package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +11 -0
- package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +8 -0
- package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts +19 -0
- package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +14 -0
- package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +7 -0
- package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +8 -0
- package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +6 -0
- package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts +6 -0
- package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts +11 -0
- package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts +10 -0
- package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +13 -0
- package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts +8 -0
- package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +2 -0
- package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -0
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +3 -0
- package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +19 -0
- package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +48 -0
- package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/EventProps.d.ts +7 -0
- package/dist/components/custom/scheduler/state/EventProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/Resource.d.ts +14 -0
- package/dist/components/custom/scheduler/state/Resource.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/State.d.ts +25 -0
- package/dist/components/custom/scheduler/state/State.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/cblEvent.d.ts +26 -0
- package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +7 -0
- package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +1 -0
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +6 -0
- package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +1 -0
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +16 -0
- package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +1 -0
- package/dist/components/display/data/table/CwTable.d.ts +130 -0
- package/dist/components/display/data/table/CwTable.d.ts.map +1 -0
- package/dist/components/display/graphics/icon/CwIcon.d.ts +14 -0
- package/dist/components/display/graphics/icon/CwIcon.d.ts.map +1 -0
- package/dist/components/display/graphics/loading/CwLoading.d.ts +19 -0
- package/dist/components/display/graphics/loading/CwLoading.d.ts.map +1 -0
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +8 -0
- package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -0
- package/dist/components/display/text/heading/CwHeadingMain.d.ts +5 -0
- package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +1 -0
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts +5 -0
- package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +1 -0
- package/dist/components/display/text/label/CwLabel.d.ts +28 -0
- package/dist/components/display/text/label/CwLabel.d.ts.map +1 -0
- package/dist/components/display/text/message/CwMessage.d.ts +31 -0
- package/dist/components/display/text/message/CwMessage.d.ts.map +1 -0
- package/dist/components/display/text/tag/CwTag.d.ts +16 -0
- package/dist/components/display/text/tag/CwTag.d.ts.map +1 -0
- package/dist/components/display/text/tooltip/CwTooltip.d.ts +10 -0
- package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +1 -0
- package/dist/components/layout/align/CwAlign.d.ts +53 -0
- package/dist/components/layout/align/CwAlign.d.ts.map +1 -0
- package/dist/components/layout/list/details/CwExpandable.d.ts +23 -0
- package/dist/components/layout/list/details/CwExpandable.d.ts.map +1 -0
- package/dist/components/layout/modal/hover/CwModalHover.d.ts +19 -0
- package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal.d.ts +24 -0
- package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +19 -0
- package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +21 -0
- package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +1 -0
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +35 -0
- package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -0
- package/dist/components/layout/table/grouped/CwTableGrouped.d.ts +80 -0
- package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +1 -0
- package/dist/components/layout/tabs/CwTabs.d.ts +37 -0
- package/dist/components/layout/tabs/CwTabs.d.ts.map +1 -0
- package/dist/content/icons/new-cw-icons/NewCwIcons.html +2 -2
- package/dist/content/icons/new-cw-icons/NewCwIcons.json +1 -1
- package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +3 -1
- package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
- package/dist/index.cjs.js +687 -514
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +2 -4
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +206 -192
- package/dist/index.es.js +688 -515
- package/dist/index.es.js.map +1 -0
- package/dist/index.esm.js +621 -693
- package/dist/index.esm.js.map +1 -0
- package/dist/src/common/functions/colorManipulation.d.ts +6 -0
- package/dist/src/common/functions/colorManipulation.d.ts.map +1 -0
- package/dist/src/common/functions/reactor.d.ts +0 -1
- package/dist/src/common/functions/useSingleAndDoubleClicks.d.ts.map +1 -1
- package/dist/src/components/control/action/button/CwButton.d.ts +1 -1
- package/dist/src/components/control/action/button/CwButton.d.ts.map +1 -1
- package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts +5 -5
- package/dist/src/components/control/choice/option/CwOption.d.ts +1 -1
- package/dist/src/components/control/choice/option/CwOption.d.ts.map +1 -1
- package/dist/src/components/control/choice/select/CwSelect.d.ts +11 -11
- package/dist/src/components/control/choice/select/CwSelect.d.ts.map +1 -1
- package/dist/src/components/control/choice/toggle/CwToggle.d.ts +8 -8
- package/dist/src/components/control/choice/toggle/CwToggle.d.ts.map +1 -1
- package/dist/src/components/control/input/chipper/CwChip.d.ts +4 -4
- package/dist/src/components/control/input/chipper/CwChip.d.ts.map +1 -1
- package/dist/src/components/control/input/date/CwInputDate.d.ts +11 -11
- package/dist/src/components/control/input/date/CwInputDate.d.ts.map +1 -1
- package/dist/src/components/control/input/date-text/CwInputDateText.d.ts +8 -8
- package/dist/src/components/control/input/date-text/CwInputDateText.d.ts.map +1 -1
- package/dist/src/components/control/input/datetime/CwInputDatetime.d.ts +11 -11
- package/dist/src/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -1
- package/dist/src/components/control/input/digit/CwDigit.d.ts +11 -11
- package/dist/src/components/control/input/digit/CwDigit.d.ts.map +1 -1
- package/dist/src/components/control/input/file/CwFileUpload.d.ts.map +1 -1
- package/dist/src/components/control/input/image/CwInputImage.d.ts +1 -1
- package/dist/src/components/control/input/image/CwInputImage.d.ts.map +1 -1
- package/dist/src/components/control/input/image-area/CwImageArea.d.ts +7 -7
- package/dist/src/components/control/input/image-area/CwImageArea.d.ts.map +1 -1
- package/dist/src/components/control/input/phone/CwInputPhone.d.ts +9 -9
- package/dist/src/components/control/input/phone/CwInputPhone.d.ts.map +1 -1
- package/dist/src/components/control/input/text/CwInputText.d.ts +11 -11
- package/dist/src/components/control/input/text/CwInputText.d.ts.map +1 -1
- package/dist/src/components/control/input/text-area/CwTextArea.d.ts +9 -9
- package/dist/src/components/control/input/text-area/CwTextArea.d.ts.map +1 -1
- package/dist/src/components/control/input/time/CwTime.d.ts +11 -11
- package/dist/src/components/control/input/time/CwTime.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/CwSchedulerComp.d.ts +1 -0
- package/dist/src/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/components/ClearSchedulerButton.d.ts +2 -2
- package/dist/src/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +0 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +0 -1
- package/dist/src/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/logic/ui/shouldTriggerScroll.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler/state/EventProps.d.ts +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts +6 -4
- 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 +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/header/HeaderDivision.d.ts +4 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +3 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts +7 -0
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +2 -3
- package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +3 -3
- package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts +4 -2
- 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 +2 -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/TimeLine.d.ts +3 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/helpers.d.ts +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/separateEventsToInnerRows.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +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/external/Event.d.ts +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts +3 -2
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts +2 -5
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts.map +1 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts +0 -1
- package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +5 -0
- package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts +5 -5
- package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -1
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +3 -2
- package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -1
- package/dist/src/components/display/graphics/icon/CwIcon.d.ts +2 -2
- package/dist/src/components/display/graphics/icon/CwIcon.d.ts.map +1 -1
- package/dist/src/components/display/text/label/CwLabel.d.ts +9 -9
- package/dist/src/components/display/text/label/CwLabel.d.ts.map +1 -1
- package/dist/src/components/display/text/message/CwMessage.d.ts +5 -5
- package/dist/src/components/display/text/message/CwMessage.d.ts.map +1 -1
- package/dist/src/components/layout/align/CwAlign.d.ts +24 -24
- package/dist/src/components/layout/align/CwAlign.d.ts.map +1 -1
- package/dist/src/components/layout/dialog/CwDialog.d.ts +8 -8
- package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
- package/dist/src/components/layout/list/details/CwExpandable.d.ts +9 -9
- package/dist/src/components/layout/list/details/CwExpandable.d.ts.map +1 -1
- package/dist/src/components/layout/modal/hover/CwModalHover.d.ts +5 -5
- package/dist/src/components/layout/modal/hover/CwModalHover.d.ts.map +1 -1
- package/dist/src/index.d.ts +5 -5
- package/dist/src/index.d.ts.map +1 -1
- package/dist/test/components/custom/scheduler/calculateMaxPxFromDateRange.test.d.ts +0 -1
- package/package.json +2 -2
- package/dist/src/components/custom/scheduler-new/presentation/TestScheduler.d.ts +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts +0 -7
- package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts +0 -5
- package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts.map +0 -1
- package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts.map +0 -1
- package/dist/test/components/custom/newScheduler/presentation/logic/getDefaultDivisions.test.d.ts.map +0 -1
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwInputDateTextProps
|
|
7
|
+
extends Omit<React.HTMLProps<HTMLInputElement>, "className" | "type" | "placeholder" | "defaultValue" | "onChange"> {
|
|
8
|
+
/** "DD.MM.YYYY" by default */
|
|
9
|
+
$format?: "MM/DD/YYYY" | "DD/MM/YYYY" | "DD.MM.YYYY" | "YYYY-MM-DD";
|
|
10
|
+
$alignProps?: CwAlignProps;
|
|
11
|
+
$buttonProps?: CwButtonProps;
|
|
12
|
+
$labelProps?: CwLabelProps;
|
|
13
|
+
$iconProps?: CwIconProps;
|
|
14
|
+
onChange?: (e: any) => void;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Input for entering a string of text as a date
|
|
18
|
+
* @remarks
|
|
19
|
+
* ```txt
|
|
20
|
+
* CwIcon CwLabel (input type=text) CwButton
|
|
21
|
+
* ↑ ↑ ↑ ↑
|
|
22
|
+
* ╭──────────────────╮╭════╮
|
|
23
|
+
* % Birthdate │ yyyy.MM.dd [^] │║ Ok ║
|
|
24
|
+
* ╰──────────────────╯╰════╯
|
|
25
|
+
* ↓
|
|
26
|
+
* (input type=date)
|
|
27
|
+
* ```
|
|
28
|
+
* - ***_format***: Is "DD.MM.YYYY" by default
|
|
29
|
+
* @example
|
|
30
|
+
* ```tsx
|
|
31
|
+
* <CwInputDateText
|
|
32
|
+
* $iconProps={{ $id: "Birthdate" }}
|
|
33
|
+
* $labelProps={{ children: "Name", width: "100px" }}
|
|
34
|
+
* $buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
35
|
+
* />
|
|
36
|
+
* ```
|
|
37
|
+
*/
|
|
38
|
+
export default function CwInputDateText(props: CwInputDateTextProps): import("react/jsx-runtime").JSX.Element;
|
|
39
|
+
//# sourceMappingURL=CwInputDateText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputDateText.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/date-text/CwInputDateText.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAChB,SAAQ,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,cAAc,GAAG,UAAU,CAAC;IACnH,8BAA8B;IAC9B,OAAO,CAAC,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,CAAC;IACpE,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CA2HlE"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwInputDatetimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
|
+
/** Props to define alignment and size; undefined == column
|
|
8
|
+
* @example $alignProps={{_direction:"row"}} */
|
|
9
|
+
$alignProps?: CwAlignProps;
|
|
10
|
+
/** Props of the button; undefined == no button
|
|
11
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
12
|
+
$buttonProps?: CwButtonProps;
|
|
13
|
+
/** Props of the label; undefined == no label
|
|
14
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
15
|
+
$labelProps?: CwLabelProps;
|
|
16
|
+
/** Props of the icon; undefined == no icon
|
|
17
|
+
* @example $iconProps={{_id:"phone"}} */
|
|
18
|
+
$iconProps?: CwIconProps;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for entering a string of text.
|
|
22
|
+
* @remarks
|
|
23
|
+
* ```txt
|
|
24
|
+
* CwIcon CwLabel input type=date CwButton
|
|
25
|
+
* ↑ ↑ ↑ ↑
|
|
26
|
+
* ╭────────────────────╮╭════╮
|
|
27
|
+
* ⌂ Birthdate │ 0000 / 00 / 00 │║ Ok ║
|
|
28
|
+
* ╰────────────────────╯╰════╯
|
|
29
|
+
* ```
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <CwInputDate
|
|
33
|
+
* $iconProps={{ $id: "Birthdate" }}
|
|
34
|
+
* $labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* $buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export default function CwInputDate(props: CwInputDatetimeProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=CwInputDatetime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputDatetime.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/datetime/CwInputDatetime.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACpG;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,oBAAoB,2CAkB9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwDigitProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
|
+
/** Props to define alignment and size; undefined == column
|
|
8
|
+
* @example $alignProps={{_direction:"row"}} */
|
|
9
|
+
$alignProps?: CwAlignProps;
|
|
10
|
+
/** Props of the button; undefined == no button
|
|
11
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
12
|
+
$buttonProps?: CwButtonProps;
|
|
13
|
+
/** Props of the label; undefined == no label
|
|
14
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
15
|
+
$labelProps?: CwLabelProps;
|
|
16
|
+
/** Props of the icon; undefined == no icon
|
|
17
|
+
* @example $iconProps={{_id:"phone"}} */
|
|
18
|
+
$iconProps?: CwIconProps;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for entering a string of number.
|
|
22
|
+
* @remarks
|
|
23
|
+
* ```txt
|
|
24
|
+
* CwIcon CwLabel CwSelect CwButton
|
|
25
|
+
* ↑ ↑ ↑ ↑
|
|
26
|
+
* ╭────────────────────╮╭════╮
|
|
27
|
+
* ⌂ Address ││ 2 │║ Ok ║
|
|
28
|
+
* ╰────────────────────╯╰════╯
|
|
29
|
+
* ```
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <CwDigit
|
|
33
|
+
* $iconProps={{ $id: "home" }}
|
|
34
|
+
* $labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* $buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export default function CwDigit(props: CwDigitProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=CwDigit.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwDigit.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/digit/CwDigit.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC5F;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,KAAK,EAAE,YAAY,2CAiBlD"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface ConfigDM {
|
|
3
|
+
ID: number;
|
|
4
|
+
Description: string;
|
|
5
|
+
Value: string;
|
|
6
|
+
Bindata: string;
|
|
7
|
+
}
|
|
8
|
+
interface CwFileUploadProps {
|
|
9
|
+
accept: string;
|
|
10
|
+
acceptString: string;
|
|
11
|
+
sizeString?: string;
|
|
12
|
+
file?: ConfigDM;
|
|
13
|
+
onChange: (file: File) => void;
|
|
14
|
+
onSaveHexContent: (hexContent: string) => void;
|
|
15
|
+
}
|
|
16
|
+
declare function CwFileUpload(
|
|
17
|
+
fileUploadProps: React.PropsWithChildren<CwFileUploadProps>
|
|
18
|
+
): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default CwFileUpload;
|
|
20
|
+
//# sourceMappingURL=CwFileUpload.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwFileUpload.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/file/CwFileUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,UAAU,QAAQ;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,iBAAiB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C;AAED,iBAAS,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,2CAiFhF;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { DetailedHTMLProps, InputHTMLAttributes } from "react";
|
|
2
|
+
export interface CwInputImageProps
|
|
3
|
+
extends Omit<
|
|
4
|
+
DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>,
|
|
5
|
+
"className" | "type" | "onChange"
|
|
6
|
+
> {
|
|
7
|
+
$allowedImageFormats?: string[];
|
|
8
|
+
onChange?: (image: string | null) => void;
|
|
9
|
+
}
|
|
10
|
+
export default function CwInputImage(props: CwInputImageProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
//# sourceMappingURL=CwInputImage.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputImage.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/image/CwInputImage.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAe,iBAAiB,EAAa,mBAAmB,EAAoB,MAAM,OAAO,CAAC;AAIhH,MAAM,WAAW,iBAChB,SAAQ,IAAI,CACX,iBAAiB,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EAC1E,WAAW,GAAG,MAAM,GAAG,UAAU,CACjC;IACD,oBAAoB,CAAC,EAAE,MAAM,EAAE,CAAC;IAChC,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C;AAED,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CA4E5D"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import * as CSS from "csstype";
|
|
2
|
+
import React, { CSSProperties, HTMLProps } from "react";
|
|
3
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
4
|
+
export interface CwImageAreaProps
|
|
5
|
+
extends Omit<
|
|
6
|
+
HTMLProps<HTMLImageElement>,
|
|
7
|
+
"className" | "ref" | "onMouseDown" | "onMouseMove" | "onMouseUp" | "onDragStart"
|
|
8
|
+
> {
|
|
9
|
+
/** Not implemented */
|
|
10
|
+
$initialSelectionArea?: DOMRect;
|
|
11
|
+
/** Hide the selection area right after selecting */
|
|
12
|
+
$selectionAreaAttenuation?: CSS.Property.Opacity;
|
|
13
|
+
/** Called when the selection ends, return true to continue, false to abort */
|
|
14
|
+
$onSelectionEnd?: (rect: DOMRect) => boolean;
|
|
15
|
+
/** Called when the selection starts, return true to continue, false to abort */
|
|
16
|
+
$onSelectionStart?: (x: number, y: number) => boolean;
|
|
17
|
+
/** Called when the picture area is successfully selected and the sub-image is obtained */
|
|
18
|
+
$onSelectionSuccess?: (base64img: string) => void;
|
|
19
|
+
/** Custom style for the selection area */
|
|
20
|
+
$selectionAreaStyle?: Omit<CSSProperties, "position" | "left" | "top" | "width" | "height" | "pointerEvents">;
|
|
21
|
+
/** Custom alignment props */
|
|
22
|
+
$alignProps?: Omit<CwAlignProps, "_position">;
|
|
23
|
+
}
|
|
24
|
+
export interface CwImageAreaMethods {
|
|
25
|
+
/** Returns the current selected area as an image, or undefined if no selection has been made */
|
|
26
|
+
getSelectedImage: () => string | undefined;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* An image with a selectable rectangle region, useful for cropping or selecting a section of the image
|
|
30
|
+
* @remarks ```txt
|
|
31
|
+
* ╭――――――――――――――――――――――――――――――――――――╮
|
|
32
|
+
* │ +═══════════════════+ │
|
|
33
|
+
* │ ║ .:::::::. ║ │
|
|
34
|
+
* │ ║ .' '::: ║ │
|
|
35
|
+
* │ ║ : ::. ║ │
|
|
36
|
+
* │ ║ :- -- ' : ║ │
|
|
37
|
+
* │ ║ : ..: ║ │
|
|
38
|
+
* │ ║ :.-- .'::; ║ │
|
|
39
|
+
* │ ║ ::.__ .' ':;_ ║ │
|
|
40
|
+
* │ ║ ::/""". .' ""║._ │
|
|
41
|
+
* │ +═══════════════════+ : │
|
|
42
|
+
* │ .::: .'..' ' │
|
|
43
|
+
* │ . :' . ' ': │
|
|
44
|
+
* │ : ' .: . . . │
|
|
45
|
+
* │ :' .: : .: "--__ │
|
|
46
|
+
* │ /' .:: : . │
|
|
47
|
+
* │ _: . :::: ' . │
|
|
48
|
+
* │.' '-----------: . │
|
|
49
|
+
* │ : '---''--'-- │
|
|
50
|
+
* │ '--'"""""----------'' │
|
|
51
|
+
* ╰――――――――――――――――――――――――――――――――――――╯
|
|
52
|
+
* ```
|
|
53
|
+
* @example
|
|
54
|
+
* <CwImageArea src="path/to/image.png" _onSelectionSuccess={img => setImage(img)} />
|
|
55
|
+
*/
|
|
56
|
+
declare const CwImageArea: React.ForwardRefExoticComponent<CwImageAreaProps & React.RefAttributes<CwImageAreaMethods>>;
|
|
57
|
+
export default CwImageArea;
|
|
58
|
+
//# sourceMappingURL=CwImageArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwImageArea.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/image-area/CwImageArea.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAkE,MAAM,OAAO,CAAC;AACxH,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGpF,MAAM,WAAW,gBAChB,SAAQ,IAAI,CACX,SAAS,CAAC,gBAAgB,CAAC,EAC3B,WAAW,GAAG,KAAK,GAAG,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,aAAa,CACjF;IACD,sBAAsB;IACtB,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,oDAAoD;IACpD,yBAAyB,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IACjD,8EAA8E;IAC9E,eAAe,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IAC7C,iFAAiF;IACjF,iBAAiB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC;IACtD,0FAA0F;IAC1F,mBAAmB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,0CAA0C;IAC1C,mBAAmB,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,eAAe,CAAC,CAAC;IAC9G,6BAA6B;IAC7B,WAAW,CAAC,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;CAC9C;AAGD,MAAM,WAAW,kBAAkB;IAClC,gGAAgG;IAChG,gBAAgB,EAAE,MAAM,MAAM,GAAG,SAAS,CAAC;CAC3C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,QAAA,MAAM,WAAW,6FA8If,CAAC;AAEH,eAAe,WAAW,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
export interface CwInputNumberProps {
|
|
3
|
+
id?: string;
|
|
4
|
+
labelName?: string;
|
|
5
|
+
labelPosition?: string;
|
|
6
|
+
value?: string;
|
|
7
|
+
onChange?: any;
|
|
8
|
+
className?: string;
|
|
9
|
+
labelClassName?: string;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
style?: React.CSSProperties;
|
|
12
|
+
disabled?: boolean;
|
|
13
|
+
required?: boolean;
|
|
14
|
+
error?: boolean;
|
|
15
|
+
step?: string;
|
|
16
|
+
min?: number;
|
|
17
|
+
max?: number;
|
|
18
|
+
}
|
|
19
|
+
export default function CwInputNumber(
|
|
20
|
+
CwInputNumberProps: React.PropsWithChildren<CwInputNumberProps>
|
|
21
|
+
): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=CwInputNumber.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputNumber.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/number/CwInputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,2CA0CpG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwInputPhoneProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
|
+
/** Props to define alignment and size; undefined == column
|
|
8
|
+
* @example $alignProps={{_direction:"row"}} */
|
|
9
|
+
$alignProps?: CwAlignProps;
|
|
10
|
+
/** Props of the button; undefined == no button
|
|
11
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
12
|
+
$buttonProps?: CwButtonProps;
|
|
13
|
+
/** Props of the label; undefined == no label
|
|
14
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
15
|
+
$labelProps?: CwLabelProps;
|
|
16
|
+
/** Props of the icon; undefined == no icon
|
|
17
|
+
* @example $iconProps={{_id:"phone"}} */
|
|
18
|
+
$iconProps?: CwIconProps;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for entering a telephone number.
|
|
22
|
+
* @remarks
|
|
23
|
+
* ```txt
|
|
24
|
+
* CwIcon CwLabel CwSelect CwButton
|
|
25
|
+
* ↑ ↑ ↑ ↑
|
|
26
|
+
* ╭────────────────────╮╭════╮
|
|
27
|
+
* ( Phone ││ 0123456789+ │║ Ok ║
|
|
28
|
+
* ╰────────────────────╯╰════╯
|
|
29
|
+
* ```
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <CwInputPhone $iconProps={{_id:"phone"}} $labelProps={{children:"Phone"}} />
|
|
33
|
+
* ```
|
|
34
|
+
*/
|
|
35
|
+
export default function CwInputPhone(props: CwInputPhoneProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
//# sourceMappingURL=CwInputPhone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputPhone.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/phone/CwInputPhone.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACjG;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;;;;;;;;;;;;GAcG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAiB5D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwInputTextProps extends Omit<HTMLProps<HTMLInputElement>, "className"> {
|
|
7
|
+
/** Props to define alignment and size; undefined == column
|
|
8
|
+
* @example $alignProps={{$direction:"row"}} */
|
|
9
|
+
$alignProps?: CwAlignProps;
|
|
10
|
+
/** Props of the button; undefined == no button
|
|
11
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
12
|
+
$buttonProps?: CwButtonProps;
|
|
13
|
+
/** Props of the label; undefined == no label
|
|
14
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
15
|
+
$labelProps?: CwLabelProps;
|
|
16
|
+
/** Props of the icon; undefined == no icon
|
|
17
|
+
* @example $iconProps={{$id:"phone"}} */
|
|
18
|
+
$iconProps?: CwIconProps;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for entering a string of text.
|
|
22
|
+
* @remarks
|
|
23
|
+
* ```txt
|
|
24
|
+
* CwIcon CwLabel CwSelect CwButton
|
|
25
|
+
* ↑ ↑ ↑ ↑
|
|
26
|
+
* ╭────────────────────╮╭════╮
|
|
27
|
+
* ⌂ Address ││ Sunset Valley, 2 │║ Ok ║
|
|
28
|
+
* ╰────────────────────╯╰════╯
|
|
29
|
+
* ```
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <CwInputText
|
|
33
|
+
* $iconProps={{ $id: "home" }}
|
|
34
|
+
* $labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* $buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export default function CwInputText(props: CwInputTextProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=CwInputText.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwInputText.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/text/CwInputText.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IACvF;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAiB1D"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as CSS from "csstype";
|
|
2
|
+
import { DetailedHTMLProps, TextareaHTMLAttributes } from "react";
|
|
3
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
4
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
5
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
6
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
7
|
+
export interface CwTextAreaProps
|
|
8
|
+
extends Omit<DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "className"> {
|
|
9
|
+
/** Can it be resized? */
|
|
10
|
+
$resize?: CSS.Property.Resize;
|
|
11
|
+
/** Props to define alignment and size; undefined == column
|
|
12
|
+
* @example $alignProps={{$direction:"row"}} */
|
|
13
|
+
$alignProps?: CwAlignProps;
|
|
14
|
+
/** Props of the button; undefined == no button
|
|
15
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
16
|
+
$buttonProps?: CwButtonProps;
|
|
17
|
+
/** Props of the label; undefined == no label
|
|
18
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
19
|
+
$labelProps?: CwLabelProps;
|
|
20
|
+
/** Props of the icon; undefined == no icon
|
|
21
|
+
* @example $iconProps={{$id:"phone"}} */
|
|
22
|
+
$iconProps?: CwIconProps;
|
|
23
|
+
}
|
|
24
|
+
export default function CwTextArea(props: CwTextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
//# sourceMappingURL=CwTextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwTextArea.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/text-area/CwTextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAc,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AACzE,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,eAChB,SAAQ,IAAI,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAC9G,yBAAyB;IACzB,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC9B;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,KAAK,EAAE,eAAe,2CAqBxD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { HTMLProps } from "react";
|
|
2
|
+
import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
|
|
3
|
+
import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
|
|
4
|
+
import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
|
|
5
|
+
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
|
+
export interface CwInputTimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
|
+
/** Props to define alignment and size; undefined == column
|
|
8
|
+
* @example $alignProps={{_direction:"row"}} */
|
|
9
|
+
$alignProps?: CwAlignProps;
|
|
10
|
+
/** Props of the button; undefined == no button
|
|
11
|
+
* @example $buttonProps={{children:"Ok"}} */
|
|
12
|
+
$buttonProps?: CwButtonProps;
|
|
13
|
+
/** Props of the label; undefined == no label
|
|
14
|
+
* @example $labelProps={{children:"Your name please:"}} */
|
|
15
|
+
$labelProps?: CwLabelProps;
|
|
16
|
+
/** Props of the icon; undefined == no icon
|
|
17
|
+
* @example $iconProps={{_id:"phone"}} */
|
|
18
|
+
$iconProps?: CwIconProps;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Input for entering a string of text.
|
|
22
|
+
* @remarks
|
|
23
|
+
* ```txt
|
|
24
|
+
* CwIcon CwLabel input type=time CwButton
|
|
25
|
+
* ↑ ↑ ↑ ↑
|
|
26
|
+
* ╭────────────────────╮╭════╮
|
|
27
|
+
* ⌂ Birthdate │ 00:00 │║ Ok ║
|
|
28
|
+
* ╰────────────────────╯╰════╯
|
|
29
|
+
* ```
|
|
30
|
+
* @example
|
|
31
|
+
* ```tsx
|
|
32
|
+
* <CwTime
|
|
33
|
+
* $iconProps={{ $id: "Birthdate" }}
|
|
34
|
+
* $labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* $buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
36
|
+
* />
|
|
37
|
+
* ```
|
|
38
|
+
*/
|
|
39
|
+
export default function CwTime(props: CwInputTimeProps): import("react/jsx-runtime").JSX.Element;
|
|
40
|
+
//# sourceMappingURL=CwTime.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/time/CwTime.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACzC,OAAiB,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAe,EAAE,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAgB,EAAE,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;mDAC+C;IAC/C,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;iDAC6C;IAC7C,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B;+DAC2D;IAC3D,WAAW,CAAC,EAAE,YAAY,CAAC;IAC3B;6CACyC;IACzC,UAAU,CAAC,EAAE,WAAW,CAAC;CACzB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,KAAK,EAAE,gBAAgB,2CAkBrD"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
export interface CwFindAirportProps {
|
|
3
|
+
handleChange: (value: number) => void;
|
|
4
|
+
searchType?: string;
|
|
5
|
+
placeHolder?: string;
|
|
6
|
+
required: boolean;
|
|
7
|
+
cblConfig: string;
|
|
8
|
+
className: string;
|
|
9
|
+
value?: number;
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
icaoText?: boolean;
|
|
12
|
+
}
|
|
13
|
+
interface State {
|
|
14
|
+
data: any[];
|
|
15
|
+
valueId: any;
|
|
16
|
+
valueText: string;
|
|
17
|
+
searchingAtProviders: boolean;
|
|
18
|
+
searchType: string;
|
|
19
|
+
airports: any[];
|
|
20
|
+
}
|
|
21
|
+
export default class CwFindAirport extends React.Component<CwFindAirportProps, State> {
|
|
22
|
+
constructor(Props: CwFindAirportProps);
|
|
23
|
+
componentDidMount(): void;
|
|
24
|
+
componentDidUpdate(_previousProps: any, _previousState: State): void;
|
|
25
|
+
handleSearch(value: any): void;
|
|
26
|
+
handleChange(value: number): void;
|
|
27
|
+
handleSelect(value: any): void;
|
|
28
|
+
onClick(): void;
|
|
29
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
}
|
|
31
|
+
export {};
|
|
32
|
+
//# sourceMappingURL=CwFindAirportComp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwFindAirportComp.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/find-airport/CwFindAirportComp.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,kBAAkB;IAClC,YAAY,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,UAAU,KAAK;IACd,IAAI,EAAE,GAAG,EAAE,CAAC;IACZ,OAAO,EAAE,GAAG,CAAC;IACb,SAAS,EAAE,MAAM,CAAC;IAClB,oBAAoB,EAAE,OAAO,CAAC;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,GAAG,EAAE,CAAC;CAChB;AAED,MAAM,CAAC,OAAO,OAAO,aAAc,SAAQ,KAAK,CAAC,SAAS,CAAC,kBAAkB,EAAE,KAAK,CAAC;gBACxE,KAAK,EAAE,kBAAkB;IAarC,iBAAiB;IAqBjB,kBAAkB,CAAC,cAAc,EAAE,GAAG,EAAE,cAAc,EAAE,KAAK;IAkB7D,YAAY,CAAC,KAAK,EAAE,GAAG;IAwCvB,YAAY,CAAC,KAAK,EAAE,MAAM;IAK1B,YAAY,CAAC,KAAK,EAAE,GAAG;IA8BvB,OAAO;IA4BP,MAAM;CAiDN"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { CblDragAndDrop } from "./state/CblDragAndDrop";
|
|
3
|
+
import { cblEvent } from "./state/cblEvent";
|
|
4
|
+
import type { CwSchedulerProps } from "./state/CwSchedulerProps";
|
|
5
|
+
import type { Resource } from "./state/Resource";
|
|
6
|
+
import type { State } from "./state/State";
|
|
7
|
+
export default class CwScheduler extends React.Component<CwSchedulerProps, State> {
|
|
8
|
+
id: string;
|
|
9
|
+
myRef: any;
|
|
10
|
+
contentArea: HTMLTableDataCellElement | null;
|
|
11
|
+
resourcesDomRefs: {};
|
|
12
|
+
nowUtc: Date | undefined;
|
|
13
|
+
refResourceArea: React.RefObject<HTMLTableCellElement>;
|
|
14
|
+
refRowResourceArea: React.RefObject<HTMLTableRowElement>;
|
|
15
|
+
constructor(Props: CwSchedulerProps);
|
|
16
|
+
init: (props: CwSchedulerProps) => void;
|
|
17
|
+
initOutside: (events: Array<cblEvent>, resources: Array<Resource>, startDate: Date, endDate: Date) => void;
|
|
18
|
+
componentDidMount(): void;
|
|
19
|
+
private initializeComponent;
|
|
20
|
+
private setupEventListeners;
|
|
21
|
+
handleResize: () => void;
|
|
22
|
+
componentWillReceiveProps(_nextProps: CwSchedulerProps): void;
|
|
23
|
+
handleCblEventClick(cblEvent: cblEvent, e: any): void;
|
|
24
|
+
handleCblEventClickRight(cblEvent: cblEvent, e: any): void;
|
|
25
|
+
handleCblEventDoubleClick(_e: any, cblEvent: cblEvent): void;
|
|
26
|
+
handleOnDropCblEventsOnResource(cblDragNDrop: CblDragAndDrop, resource: Resource): void;
|
|
27
|
+
handleOnResize(cblDragNDrop: CblDragAndDrop): void;
|
|
28
|
+
onDragOver(e: any): void;
|
|
29
|
+
onDragStart(e: React.DragEvent, cblEvent: cblEvent, isResizeFromStart: boolean, isResizeFromEnd: boolean): void;
|
|
30
|
+
handleOnClickContextMenuResourceScheduler: (_clickEvent: any, _resource: Resource) => void;
|
|
31
|
+
handleOnClickEventContextMenu: (_e: any, cblEvent: cblEvent) => void;
|
|
32
|
+
handleOnClickResourceContextMenu: (_e: any, resource: Resource) => void;
|
|
33
|
+
handleCrewPinning: (resource: Resource, text: string) => void;
|
|
34
|
+
handleClearPinning: () => void;
|
|
35
|
+
showClearButton: () => import("react/jsx-runtime").JSX.Element | null;
|
|
36
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
37
|
+
HandleDblClickOnResourceInScheduler: (resource: Resource) => void;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=CwSchedulerComp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwSchedulerComp.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/scheduler/CwSchedulerComp.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAoB/B,OAAO,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AACxD,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAC5C,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;AAK3C,MAAM,CAAC,OAAO,OAAO,WAAY,SAAQ,KAAK,CAAC,SAAS,CAAC,gBAAgB,EAAE,KAAK,CAAC;IAChF,EAAE,EAAE,MAAM,CAAM;IAChB,KAAK,EAAE,GAAG,CAAC;IACX,WAAW,EAAE,wBAAwB,GAAG,IAAI,CAAQ;IACpD,gBAAgB,KAAM;IACtB,MAAM,EAAE,IAAI,GAAG,SAAS,CAAC;IACzB,eAAe,EAAE,KAAK,CAAC,SAAS,CAAC,oBAAoB,CAAC,CAAC;IACvD,kBAAkB,EAAE,KAAK,CAAC,SAAS,CAAC,mBAAmB,CAAC,CAAC;gBAE7C,KAAK,EAAE,gBAAgB;IAanC,IAAI,UAAW,gBAAgB,UA8B7B;IAEF,WAAW,WAAY,KAAK,CAAC,QAAQ,CAAC,aAAa,KAAK,CAAC,QAAQ,CAAC,aAAa,IAAI,WAAW,IAAI,UAkDhG;IAEF,iBAAiB;IAKjB,OAAO,CAAC,mBAAmB,CAYzB;IAEF,OAAO,CAAC,mBAAmB,CAEzB;IAEF,YAAY,aAAY;IAGxB,yBAAyB,CAAC,UAAU,EAAE,gBAAgB;IAsCtD,mBAAmB,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG;IAK9C,wBAAwB,CAAC,QAAQ,EAAE,QAAQ,EAAE,CAAC,EAAE,GAAG;IAOnD,yBAAyB,CAAC,EAAE,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ;IAMrD,+BAA+B,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ;IAIhF,cAAc,CAAC,YAAY,EAAE,cAAc;IAI3C,UAAU,CAAC,CAAC,EAAE,GAAG;IAUjB,WAAW,CAAC,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,iBAAiB,EAAE,OAAO,EAAE,eAAe,EAAE,OAAO;IA2BxG,yCAAyC,gBAAiB,GAAG,aAAa,QAAQ,UAgBhF;IAEF,6BAA6B,OAAQ,GAAG,YAAY,QAAQ,UAI1D;IAEF,gCAAgC,OAAQ,GAAG,YAAY,QAAQ,UAI7D;IAEF,iBAAiB,aAAc,QAAQ,QAAQ,MAAM,UAmBnD;IAEF,kBAAkB,aAWhB;IAEF,eAAe,uDAeb;IAEF,MAAM;IAsEC,mCAAmC,aAAc,QAAQ,UAI9D;CACF"}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { cblEvent } from "../../..";
|
|
3
|
+
import { Resource } from "../../..";
|
|
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: (
|
|
44
|
+
resourceId: number[],
|
|
45
|
+
text: string,
|
|
46
|
+
schedulerId: string,
|
|
47
|
+
requestString: string
|
|
48
|
+
) => void;
|
|
49
|
+
resourceName?: string;
|
|
50
|
+
descriptionColumn?: string;
|
|
51
|
+
pinnedEvents?: cblEvent[];
|
|
52
|
+
scheduler_handleOnClickResourceContextMenu?: (e: any, resource: Resource) => void;
|
|
53
|
+
airportSelected?: number;
|
|
54
|
+
module?: string;
|
|
55
|
+
groupByFunction: boolean;
|
|
56
|
+
}
|
|
57
|
+
interface State {
|
|
58
|
+
topsCalculated: number;
|
|
59
|
+
height: number;
|
|
60
|
+
dataConfig?: string;
|
|
61
|
+
}
|
|
62
|
+
export default class SuperScheduler extends React.Component<SuperSchedulerProps, State> {
|
|
63
|
+
constructor(Props: SuperSchedulerProps);
|
|
64
|
+
componentDidUpdate(_previousProps: SuperSchedulerProps, _previousState: State): void;
|
|
65
|
+
scheduler_handleCblEventClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
66
|
+
scheduler_handleCblEventClickRight: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
67
|
+
scheduler_handleCblEventDoubleClick: (cblEvent: cblEvent, schedulerId: string) => void;
|
|
68
|
+
scheduler_handlePinnedClickMultipleIds: (resIds: number[], schedulerId: string, requestString: string) => void;
|
|
69
|
+
scheduler_handlePinnedClick: (resId: number, text: string, schedulerId: string) => void;
|
|
70
|
+
returnDynamicHeight(
|
|
71
|
+
pinned: number,
|
|
72
|
+
topsCalculated: number
|
|
73
|
+
): {
|
|
74
|
+
topsCalculated: number;
|
|
75
|
+
height: number;
|
|
76
|
+
};
|
|
77
|
+
checkIfSlotAvailable(array: Array<cblEvent>, event: cblEvent): boolean;
|
|
78
|
+
handleOnClickContextMenuResource: (date: Date, resource: Resource, key: string, schedulerId: string) => void;
|
|
79
|
+
dateUTCString(date: any): any;
|
|
80
|
+
render(): import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
}
|
|
82
|
+
export declare class CblDragAndDrop {
|
|
83
|
+
fromId: string | null;
|
|
84
|
+
toId: string | null;
|
|
85
|
+
data: Array<any> | null;
|
|
86
|
+
droppedOnDate: Date | null;
|
|
87
|
+
resizeFromStart: boolean | null;
|
|
88
|
+
resizeFromEnd: boolean | null;
|
|
89
|
+
isCtrlKey: boolean | null;
|
|
90
|
+
constructor(
|
|
91
|
+
fromId: string | null,
|
|
92
|
+
toId: string | null,
|
|
93
|
+
data: Array<any> | null,
|
|
94
|
+
droppedOnDate?: Date | null,
|
|
95
|
+
resizeFromStart?: boolean | null,
|
|
96
|
+
resizeFromEnd?: boolean | null,
|
|
97
|
+
isCtrlKey?: boolean | null
|
|
98
|
+
);
|
|
99
|
+
}
|
|
100
|
+
export {};
|
|
101
|
+
//# sourceMappingURL=CwSuperSchedulerComp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CwSuperSchedulerComp.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/scheduler/CwSuperSchedulerComp.tsx"],"names":[],"mappings":"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"}
|