@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
|
@@ -5,20 +5,20 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwSelectProps extends Omit<DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "className"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{_text:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{_text:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
/** Default item
|
|
20
|
-
* @example
|
|
21
|
-
|
|
20
|
+
* @example placeholder="Select something" */
|
|
21
|
+
placeholder?: string;
|
|
22
22
|
}
|
|
23
23
|
/**
|
|
24
24
|
* Input for selecting an option from a list
|
|
@@ -37,7 +37,7 @@ export interface CwSelectProps extends Omit<DetailedHTMLProps<SelectHTMLAttribut
|
|
|
37
37
|
* ╰────────────────────╯
|
|
38
38
|
* ```
|
|
39
39
|
* @example
|
|
40
|
-
* <CwSelect name="cat"
|
|
40
|
+
* <CwSelect name="cat" iconProps={{iconId:"pet"}} labelProps={{children:"Cat:"}}>
|
|
41
41
|
* <CwOption value="" > - Choose a cat - </CwOption>
|
|
42
42
|
* <CwOption value="o" >Orange</CwOption>
|
|
43
43
|
* <CwOption value="b" >Black</CwOption>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/choice/select/CwSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGpF,MAAM,WAAW,aAChB,SAAQ,IAAI,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,EAAE,WAAW,CAAC;IACxG;
|
|
1
|
+
{"version":3,"file":"CwSelect.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/choice/select/CwSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGpF,MAAM,WAAW,aAChB,SAAQ,IAAI,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,EAAE,WAAW,CAAC;IACxG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;6CACyC;IACzC,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;2DACuD;IACvD,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB;iDAC6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAmB5C"}
|
|
@@ -5,17 +5,17 @@ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
|
5
5
|
import React from "react";
|
|
6
6
|
export interface CwToggleProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Toggle-styled checkbox
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwToggle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/choice/toggle/CwToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAChB,SAAQ,IAAI,CACX,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EACtF,WAAW,GAAG,MAAM,CACpB;IACD;
|
|
1
|
+
{"version":3,"file":"CwToggle.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/choice/toggle/CwToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAChB,SAAQ,IAAI,CACX,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EACtF,WAAW,GAAG,MAAM,CACpB;IACD;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAiB5C"}
|
|
@@ -2,10 +2,10 @@ import * as CSS from "csstype";
|
|
|
2
2
|
import type { DetailedHTMLProps, FC } from "react";
|
|
3
3
|
import React from "react";
|
|
4
4
|
interface CwChipProps extends DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
color: CSS.Globals | CSS.DataType.Color;
|
|
6
|
+
removeable?: boolean;
|
|
7
|
+
selected?: boolean;
|
|
8
|
+
icon?: JSX.Element;
|
|
9
9
|
}
|
|
10
10
|
export declare const CwChip: FC<CwChipProps>;
|
|
11
11
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwChip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/chipper/CwChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,WAAY,SAAQ,iBAAiB,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAChH,
|
|
1
|
+
{"version":3,"file":"CwChip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/chipper/CwChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,iBAAiB,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,WAAY,SAAQ,iBAAiB,CAAC,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IAChH,KAAK,EAAE,GAAG,CAAC,OAAO,GAAG,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IACxC,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EAAE,GAAG,CAAC,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,MAAM,EAAE,EAAE,CAAC,WAAW,CAsClC,CAAC"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputDateProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a string of text.
|
|
@@ -30,9 +30,9 @@ export interface CwInputDateProps extends Omit<HTMLProps<HTMLInputElement>, "cla
|
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
32
|
* <CwInputDate
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* iconProps={{ iconId: "Birthdate" }}
|
|
34
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
36
36
|
* />
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputDate.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/date/CwInputDate.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;
|
|
1
|
+
{"version":3,"file":"CwInputDate.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/date/CwInputDate.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkBlD"}
|
|
@@ -5,11 +5,11 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputDateTextProps extends Omit<React.HTMLProps<HTMLInputElement>, "className" | "type" | "placeholder" | "defaultValue" | "onChange"> {
|
|
7
7
|
/** "DD.MM.YYYY" by default */
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
dateFormat?: "MM/DD/YYYY" | "DD/MM/YYYY" | "DD.MM.YYYY" | "YYYY-MM-DD";
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
|
+
buttonProps?: CwButtonProps;
|
|
11
|
+
labelProps?: CwLabelProps;
|
|
12
|
+
iconProps?: CwIconProps;
|
|
13
13
|
onChange?: (e: any) => void;
|
|
14
14
|
}
|
|
15
15
|
/**
|
|
@@ -28,9 +28,9 @@ export interface CwInputDateTextProps extends Omit<React.HTMLProps<HTMLInputElem
|
|
|
28
28
|
* @example
|
|
29
29
|
* ```tsx
|
|
30
30
|
* <CwInputDateText
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
31
|
+
* iconProps={{ id: "Birthdate" }}
|
|
32
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
33
|
+
* buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
34
34
|
* />
|
|
35
35
|
* ```
|
|
36
36
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputDateText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/date-text/CwInputDateText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,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,
|
|
1
|
+
{"version":3,"file":"CwInputDateText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/date-text/CwInputDateText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,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,UAAU,CAAC,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,CAAC;IACvE,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CA2H1D"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputDatetimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a string of text.
|
|
@@ -30,9 +30,9 @@ export interface CwInputDatetimeProps extends Omit<HTMLProps<HTMLInputElement>,
|
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
32
|
* <CwInputDate
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* iconProps={{ id: "Birthdate" }}
|
|
34
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
36
36
|
* />
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputDatetime.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/datetime/CwInputDatetime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACpG;
|
|
1
|
+
{"version":3,"file":"CwInputDatetime.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/datetime/CwInputDatetime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACpG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAkB1D"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwDigitProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{iconId:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a string of number.
|
|
@@ -30,9 +30,9 @@ export interface CwDigitProps extends Omit<HTMLProps<HTMLInputElement>, "classNa
|
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
32
|
* <CwDigit
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* iconProps={{ id: "home" }}
|
|
34
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
|
|
36
36
|
* />
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwDigit.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/digit/CwDigit.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC5F;
|
|
1
|
+
{"version":3,"file":"CwDigit.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/digit/CwDigit.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC5F;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAiB1C"}
|
|
@@ -1 +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;AAEnD,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,wBAAgB,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,
|
|
1
|
+
{"version":3,"file":"CwFileUpload.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/file/CwFileUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,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,wBAAgB,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,2CA2EvF"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { DetailedHTMLProps, InputHTMLAttributes } from "react";
|
|
2
2
|
export interface CwInputImageProps extends Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "className" | "type" | "onChange"> {
|
|
3
|
-
|
|
3
|
+
allowedImageFormats?: string[];
|
|
4
4
|
onChange?: (image: string | null) => void;
|
|
5
5
|
}
|
|
6
6
|
export declare function CwInputImage(props: CwInputImageProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputImage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/image/CwInputImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,iBAAiB,EAAa,mBAAmB,EAAoB,MAAM,OAAO,CAAC;AAIzG,MAAM,WAAW,iBAChB,SAAQ,IAAI,CACX,iBAAiB,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EAC1E,WAAW,GAAG,MAAM,GAAG,UAAU,CACjC;IACD,
|
|
1
|
+
{"version":3,"file":"CwInputImage.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/image/CwInputImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,iBAAiB,EAAa,mBAAmB,EAAoB,MAAM,OAAO,CAAC;AAIzG,MAAM,WAAW,iBAChB,SAAQ,IAAI,CACX,iBAAiB,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EAC1E,WAAW,GAAG,MAAM,GAAG,UAAU,CACjC;IACD,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CA8EpD"}
|
|
@@ -3,19 +3,19 @@ import React, { CSSProperties, HTMLProps } from "react";
|
|
|
3
3
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
4
4
|
export interface CwImageAreaProps extends Omit<HTMLProps<HTMLImageElement>, "className" | "ref" | "onMouseDown" | "onMouseMove" | "onMouseUp" | "onDragStart"> {
|
|
5
5
|
/** Not implemented */
|
|
6
|
-
|
|
6
|
+
initialSelectionArea?: DOMRect;
|
|
7
7
|
/** Hide the selection area right after selecting */
|
|
8
|
-
|
|
8
|
+
selectionAreaAttenuation?: CSS.Property.Opacity;
|
|
9
9
|
/** Called when the selection ends, return true to continue, false to abort */
|
|
10
|
-
|
|
10
|
+
onSelectionEnd?: (rect: DOMRect) => boolean;
|
|
11
11
|
/** Called when the selection starts, return true to continue, false to abort */
|
|
12
|
-
|
|
12
|
+
onSelectionStart?: (x: number, y: number) => boolean;
|
|
13
13
|
/** Called when the picture area is successfully selected and the sub-image is obtained */
|
|
14
|
-
|
|
14
|
+
onSelectionSuccess?: (base64img: string) => void;
|
|
15
15
|
/** Custom style for the selection area */
|
|
16
|
-
|
|
16
|
+
selectionAreaStyle?: Omit<CSSProperties, "position" | "left" | "top" | "width" | "height" | "pointerEvents">;
|
|
17
17
|
/** Custom alignment props */
|
|
18
|
-
|
|
18
|
+
alignProps?: Omit<CwAlignProps, "_position">;
|
|
19
19
|
}
|
|
20
20
|
export interface CwImageAreaMethods {
|
|
21
21
|
/** Returns the current selected area as an image, or undefined if no selection has been made */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwImageArea.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/image-area/CwImageArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAkE,MAAM,OAAO,CAAC;AACxH,OAAO,EAAW,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,
|
|
1
|
+
{"version":3,"file":"CwImageArea.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/image-area/CwImageArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAkE,MAAM,OAAO,CAAC;AACxH,OAAO,EAAW,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,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oDAAoD;IACpD,wBAAwB,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAChD,8EAA8E;IAC9E,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IAC5C,iFAAiF;IACjF,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC;IACrD,0FAA0F;IAC1F,kBAAkB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,0CAA0C;IAC1C,kBAAkB,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,eAAe,CAAC,CAAC;IAC7G,6BAA6B;IAC7B,UAAU,CAAC,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;CAC7C;AAGD,MAAM,WAAW,kBAAkB;IAClC,gGAAgG;IAChG,gBAAgB,EAAE,MAAM,MAAM,GAAG,SAAS,CAAC;CAC3C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,WAAW,6FA8ItB,CAAC"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputPhoneProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a telephone number.
|
|
@@ -29,7 +29,7 @@ export interface CwInputPhoneProps extends Omit<HTMLProps<HTMLInputElement>, "cl
|
|
|
29
29
|
* ```
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
|
-
* <CwInputPhone
|
|
32
|
+
* <CwInputPhone iconProps={{iconId:"phone"}} labelProps={{children:"Phone"}} />
|
|
33
33
|
* ```
|
|
34
34
|
*/
|
|
35
35
|
export declare function CwInputPhone(props: CwInputPhoneProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputPhone.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/phone/CwInputPhone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACjG;
|
|
1
|
+
{"version":3,"file":"CwInputPhone.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/phone/CwInputPhone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACjG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAiBpD"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputTextProps extends Omit<HTMLProps<HTMLInputElement>, "className"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{iconId:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a string of text.
|
|
@@ -30,9 +30,9 @@ export interface CwInputTextProps extends Omit<HTMLProps<HTMLInputElement>, "cla
|
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
32
|
* <CwInputText
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* iconProps={{ id: "home" }}
|
|
34
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
|
|
36
36
|
* />
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwInputText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/text/CwInputText.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IACvF;
|
|
1
|
+
{"version":3,"file":"CwInputText.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/text/CwInputText.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IACvF;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAiBlD"}
|
|
@@ -6,19 +6,19 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
6
6
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
7
7
|
export interface CwTextAreaProps extends Omit<DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "className"> {
|
|
8
8
|
/** Can it be resized? */
|
|
9
|
-
|
|
9
|
+
resize?: CSS.Property.Resize;
|
|
10
10
|
/** Props to define alignment and size; undefined == column
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example alignProps={{direction:"row"}} */
|
|
12
|
+
alignProps?: CwAlignProps;
|
|
13
13
|
/** Props of the button; undefined == no button
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
15
|
+
buttonProps?: CwButtonProps;
|
|
16
16
|
/** Props of the label; undefined == no label
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
18
|
+
labelProps?: CwLabelProps;
|
|
19
19
|
/** Props of the icon; undefined == no icon
|
|
20
|
-
* @example
|
|
21
|
-
|
|
20
|
+
* @example iconProps={{iconId:"phone"}} */
|
|
21
|
+
iconProps?: CwIconProps;
|
|
22
22
|
}
|
|
23
23
|
export declare function CwTextArea(props: CwTextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
24
24
|
//# sourceMappingURL=CwTextArea.d.ts.map
|
|
@@ -1 +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,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,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,
|
|
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,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,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,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC7B;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAqBhD"}
|
|
@@ -5,17 +5,17 @@ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel"
|
|
|
5
5
|
import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
|
|
6
6
|
export interface CwInputTimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
|
|
7
7
|
/** Props to define alignment and size; undefined == column
|
|
8
|
-
* @example
|
|
9
|
-
|
|
8
|
+
* @example alignProps={{_direction:"row"}} */
|
|
9
|
+
alignProps?: CwAlignProps;
|
|
10
10
|
/** Props of the button; undefined == no button
|
|
11
|
-
* @example
|
|
12
|
-
|
|
11
|
+
* @example buttonProps={{children:"Ok"}} */
|
|
12
|
+
buttonProps?: CwButtonProps;
|
|
13
13
|
/** Props of the label; undefined == no label
|
|
14
|
-
* @example
|
|
15
|
-
|
|
14
|
+
* @example labelProps={{children:"Your name please:"}} */
|
|
15
|
+
labelProps?: CwLabelProps;
|
|
16
16
|
/** Props of the icon; undefined == no icon
|
|
17
|
-
* @example
|
|
18
|
-
|
|
17
|
+
* @example iconProps={{_id:"phone"}} */
|
|
18
|
+
iconProps?: CwIconProps;
|
|
19
19
|
}
|
|
20
20
|
/**
|
|
21
21
|
* Input for entering a string of text.
|
|
@@ -30,9 +30,9 @@ export interface CwInputTimeProps extends Omit<HTMLProps<HTMLInputElement>, "cla
|
|
|
30
30
|
* @example
|
|
31
31
|
* ```tsx
|
|
32
32
|
* <CwTime
|
|
33
|
-
*
|
|
34
|
-
*
|
|
35
|
-
*
|
|
33
|
+
* iconProps={{ iconId: "Birthdate" }}
|
|
34
|
+
* labelProps={{ children: "Name", width: "100px" }}
|
|
35
|
+
* buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
|
|
36
36
|
* />
|
|
37
37
|
* ```
|
|
38
38
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwTime.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/time/CwTime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;
|
|
1
|
+
{"version":3,"file":"CwTime.d.ts","sourceRoot":"","sources":["../../../../../../src/components/control/input/time/CwTime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,gBAAgB,2CAkB7C"}
|
|
@@ -4,6 +4,7 @@ import type { Resource } from "./state/Resource";
|
|
|
4
4
|
import type { State } from "./state/State";
|
|
5
5
|
export declare class CwScheduler extends Component<CwSchedulerProps, State> {
|
|
6
6
|
contentArea?: HTMLTableDataCellElement;
|
|
7
|
+
calculateMaxPx: () => number;
|
|
7
8
|
constructor(props: CwSchedulerProps);
|
|
8
9
|
handleResize: () => void;
|
|
9
10
|
objectsEqual: (o1: any, o2: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CwSchedulerComp.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/CwSchedulerComp.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAelC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,qBAAa,WAAY,SAAQ,SAAS,CAAC,gBAAgB,EAAE,KAAK,CAAC;IAClE,WAAW,CAAC,EAAE,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"CwSchedulerComp.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler/CwSchedulerComp.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAelC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AACjE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,qBAAa,WAAY,SAAQ,SAAS,CAAC,gBAAgB,EAAE,KAAK,CAAC;IAClE,WAAW,CAAC,EAAE,wBAAwB,CAAC;IAEvC,cAAc,QAAO,MAAM,CAGzB;gBAEU,KAAK,EAAE,gBAAgB;IAuCnC,YAAY,aASV;IAEF,YAAY,OAAQ,GAAG,MAAM,GAAG,UAE/B;IACD,gBAAgB,OAAQ,GAAG,MAAM,GAAG,aAItB;IACd,WAAW,OAAQ,GAAG,EAAE,MAAM,GAAG,EAAE,aACiD;IAEpF,yBAAyB,CAAC,UAAU,EAAE,gBAAgB;IA2EtD,eAAe,eAAgB,gBAAgB,SAAS,MAAM,KAAG,QAAQ,EAAE,CA8CzE;IACF,yCAAyC,gBAAiB,GAAG,aAAa,QAAQ,UAgBhF;IAEF,iBAAiB,aAAc,QAAQ,QAAQ,MAAM,UAInD;IAEF,MAAM;CA6EN"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type FC } from "react";
|
|
2
2
|
interface ClearSchedulerButtonProps {
|
|
3
|
-
|
|
3
|
+
onClick: () => void;
|
|
4
4
|
}
|
|
5
5
|
export declare const ClearSchedulerButton: FC<ClearSchedulerButtonProps>;
|
|
6
6
|
export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
8
|
-
//# sourceMappingURL=ClearSchedulerButton.d.ts.map
|
|
8
|
+
//# sourceMappingURL=ClearSchedulerButton.d.ts.map
|
package/dist/src/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filterAndProcessResources.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/filtering/filterAndProcessResources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI/C,eAAO,MAAM,yBAAyB,OAAQ,MAAM,SAAS,gBAAgB,SAAS,KAAK;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"filterAndProcessResources.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/filtering/filterAndProcessResources.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI/C,eAAO,MAAM,yBAAyB,OAAQ,MAAM,SAAS,gBAAgB,SAAS,KAAK;;;;;;;;;;GAe1F,CAAC"}
|
|
@@ -2,4 +2,3 @@ import type { cblEvent } from "../../state/cblEvent";
|
|
|
2
2
|
import type { CwSchedulerProps } from "../../state/CwSchedulerProps";
|
|
3
3
|
import type { Resource } from "../../state/Resource";
|
|
4
4
|
export declare const handleDateChange: (nextProps: CwSchedulerProps, currentProps: CwSchedulerProps, showLogs: boolean, initOutside: (events: cblEvent[], resources: Resource[], startDate: Date, endDate: Date) => void) => void;
|
|
5
|
-
//# sourceMappingURL=handleDateChange.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"handlePropChanges.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/state_handle/handlePropChanges.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"handlePropChanges.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/state_handle/handlePropChanges.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI/C,eAAO,MAAM,iBAAiB,eACjB,gBAAgB,gBACd,gBAAgB,SACvB,KAAK,YACF,CAAC,MAAM,EAAE,QAAQ,EAAE,EAAE,SAAS,EAAE,QAAQ,EAAE,KAAK,IAAI,SAiO7D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getHasPropsChanged.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/ui/getHasPropsChanged.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,kBAAkB,UAAW,gBAAgB,SAAS,KAAK,cAAc,gBAAgB,KAAG,
|
|
1
|
+
{"version":3,"file":"getHasPropsChanged.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/ui/getHasPropsChanged.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,kBAAkB,UAAW,gBAAgB,SAAS,KAAK,cAAc,gBAAgB,KAAG,OAuUxG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"shouldTriggerScroll.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/ui/shouldTriggerScroll.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,mBAAmB,iBACjB,gBAAgB,kBACd,gBAAgB,kBAChB,KAAK,
|
|
1
|
+
{"version":3,"file":"shouldTriggerScroll.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler/logic/ui/shouldTriggerScroll.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAE/C,eAAO,MAAM,mBAAmB,iBACjB,gBAAgB,kBACd,gBAAgB,kBAChB,KAAK,YAqVrB,CAAC"}
|