@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.
Files changed (365) hide show
  1. package/dist/assets/asset-Boimp3FS +46 -0
  2. package/dist/assets/asset-CIKjURuf +48 -0
  3. package/dist/assets/asset-DO0cv1ff +51 -0
  4. package/dist/assets/asset-DitoBYw6 +51 -0
  5. package/dist/common/classes/CwSelectList.d.ts +8 -0
  6. package/dist/common/classes/CwSelectList.d.ts.map +1 -0
  7. package/dist/common/classes/CwSelectListItems.d.ts +9 -0
  8. package/dist/common/classes/CwSelectListItems.d.ts.map +1 -0
  9. package/dist/common/functions/collections.d.ts +5 -0
  10. package/dist/common/functions/collections.d.ts.map +1 -0
  11. package/dist/common/functions/reactor.d.ts +2 -0
  12. package/dist/common/functions/reactor.d.ts.map +1 -0
  13. package/dist/common/interfaces/CwSelectListProps.d.ts +9 -0
  14. package/dist/common/interfaces/CwSelectListProps.d.ts.map +1 -0
  15. package/dist/components/control/action/button/CwButton.d.ts +7 -0
  16. package/dist/components/control/action/button/CwButton.d.ts.map +1 -0
  17. package/dist/components/control/action/buttons/CwButtons.d.ts +326 -0
  18. package/dist/components/control/action/buttons/CwButtons.d.ts.map +1 -0
  19. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +33 -0
  20. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -0
  21. package/dist/components/control/action/search/CwSearch.d.ts +18 -0
  22. package/dist/components/control/action/search/CwSearch.d.ts.map +1 -0
  23. package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts +21 -0
  24. package/dist/components/control/action/tooltip-dialog/CwTooltipDialog.d.ts.map +1 -0
  25. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +19 -0
  26. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -0
  27. package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts +24 -0
  28. package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +1 -0
  29. package/dist/components/control/choice/dropdown/CwDropdown.d.ts +21 -0
  30. package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +1 -0
  31. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +19 -0
  32. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +1 -0
  33. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +32 -0
  34. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +1 -0
  35. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +23 -0
  36. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +1 -0
  37. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +68 -0
  38. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -0
  39. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +34 -0
  40. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -0
  41. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts +18 -0
  42. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +1 -0
  43. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +15 -0
  44. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +1 -0
  45. package/dist/components/control/choice/multiselect/CwOptionList.d.ts +17 -0
  46. package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +1 -0
  47. package/dist/components/control/choice/option/CwOption.d.ts +17 -0
  48. package/dist/components/control/choice/option/CwOption.d.ts.map +1 -0
  49. package/dist/components/control/choice/select/CwSelect.d.ts +49 -0
  50. package/dist/components/control/choice/select/CwSelect.d.ts.map +1 -0
  51. package/dist/components/control/choice/toggle/CwToggle.d.ts +36 -0
  52. package/dist/components/control/choice/toggle/CwToggle.d.ts.map +1 -0
  53. package/dist/components/control/input/any/CwInput.d.ts +19 -0
  54. package/dist/components/control/input/any/CwInput.d.ts.map +1 -0
  55. package/dist/components/control/input/chipper/CwChip.d.ts +16 -0
  56. package/dist/components/control/input/chipper/CwChip.d.ts.map +1 -0
  57. package/dist/components/control/input/date/CwInputDate.d.ts +40 -0
  58. package/dist/components/control/input/date/CwInputDate.d.ts.map +1 -0
  59. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +7 -0
  60. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +1 -0
  61. package/dist/components/control/input/date-text/CwInputDateText.d.ts +39 -0
  62. package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +1 -0
  63. package/dist/components/control/input/datetime/CwInputDatetime.d.ts +40 -0
  64. package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -0
  65. package/dist/components/control/input/digit/CwDigit.d.ts +40 -0
  66. package/dist/components/control/input/digit/CwDigit.d.ts.map +1 -0
  67. package/dist/components/control/input/file/CwFileUpload.d.ts +20 -0
  68. package/dist/components/control/input/file/CwFileUpload.d.ts.map +1 -0
  69. package/dist/components/control/input/image/CwInputImage.d.ts +11 -0
  70. package/dist/components/control/input/image/CwInputImage.d.ts.map +1 -0
  71. package/dist/components/control/input/image-area/CwImageArea.d.ts +58 -0
  72. package/dist/components/control/input/image-area/CwImageArea.d.ts.map +1 -0
  73. package/dist/components/control/input/number/CwInputNumber.d.ts +22 -0
  74. package/dist/components/control/input/number/CwInputNumber.d.ts.map +1 -0
  75. package/dist/components/control/input/phone/CwInputPhone.d.ts +36 -0
  76. package/dist/components/control/input/phone/CwInputPhone.d.ts.map +1 -0
  77. package/dist/components/control/input/text/CwInputText.d.ts +40 -0
  78. package/dist/components/control/input/text/CwInputText.d.ts.map +1 -0
  79. package/dist/components/control/input/text-area/CwTextArea.d.ts +25 -0
  80. package/dist/components/control/input/text-area/CwTextArea.d.ts.map +1 -0
  81. package/dist/components/control/input/time/CwTime.d.ts +40 -0
  82. package/dist/components/control/input/time/CwTime.d.ts.map +1 -0
  83. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +32 -0
  84. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -0
  85. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +39 -0
  86. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -0
  87. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +101 -0
  88. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -0
  89. package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts +7 -0
  90. package/dist/components/custom/scheduler/components/ClearSchedulerButton.d.ts.map +1 -0
  91. package/dist/components/custom/scheduler/components/EventRender.d.ts +3 -0
  92. package/dist/components/custom/scheduler/components/EventRender.d.ts.map +1 -0
  93. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +17 -0
  94. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -0
  95. package/dist/components/custom/scheduler/components/ResourceRender.d.ts +15 -0
  96. package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +1 -0
  97. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +10 -0
  98. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +1 -0
  99. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +10 -0
  100. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +1 -0
  101. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +10 -0
  102. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +1 -0
  103. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +10 -0
  104. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +1 -0
  105. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
  106. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
  107. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +24 -0
  108. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
  109. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +8 -0
  110. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
  111. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +11 -0
  112. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
  113. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +11 -0
  114. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +1 -0
  115. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +10 -0
  116. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
  117. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +7 -0
  118. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -0
  119. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
  120. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
  121. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +2 -0
  122. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
  123. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
  124. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
  125. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +11 -0
  126. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
  127. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +10 -0
  128. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -0
  129. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +2 -0
  130. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +1 -0
  131. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +11 -0
  132. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
  133. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +8 -0
  134. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
  135. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +2 -0
  136. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -0
  137. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +2 -0
  138. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -0
  139. package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts +19 -0
  140. package/dist/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +1 -0
  141. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +10 -0
  142. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -0
  143. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +10 -0
  144. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -0
  145. package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts +3 -0
  146. package/dist/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts.map +1 -0
  147. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +14 -0
  148. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +1 -0
  149. package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +7 -0
  150. package/dist/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts.map +1 -0
  151. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +8 -0
  152. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
  153. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +6 -0
  154. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -0
  155. package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts +6 -0
  156. package/dist/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts.map +1 -0
  157. package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +10 -0
  158. package/dist/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts.map +1 -0
  159. package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts +11 -0
  160. package/dist/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +1 -0
  161. package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts +10 -0
  162. package/dist/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts.map +1 -0
  163. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +2 -0
  164. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -0
  165. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +2 -0
  166. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +1 -0
  167. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +3 -0
  168. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
  169. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +13 -0
  170. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -0
  171. package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts +8 -0
  172. package/dist/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +1 -0
  173. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +2 -0
  174. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -0
  175. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +3 -0
  176. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -0
  177. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +19 -0
  178. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +1 -0
  179. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +48 -0
  180. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +1 -0
  181. package/dist/components/custom/scheduler/state/EventProps.d.ts +7 -0
  182. package/dist/components/custom/scheduler/state/EventProps.d.ts.map +1 -0
  183. package/dist/components/custom/scheduler/state/Resource.d.ts +14 -0
  184. package/dist/components/custom/scheduler/state/Resource.d.ts.map +1 -0
  185. package/dist/components/custom/scheduler/state/State.d.ts +25 -0
  186. package/dist/components/custom/scheduler/state/State.d.ts.map +1 -0
  187. package/dist/components/custom/scheduler/state/cblEvent.d.ts +26 -0
  188. package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +1 -0
  189. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +7 -0
  190. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +1 -0
  191. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +6 -0
  192. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +1 -0
  193. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +16 -0
  194. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +1 -0
  195. package/dist/components/display/data/table/CwTable.d.ts +130 -0
  196. package/dist/components/display/data/table/CwTable.d.ts.map +1 -0
  197. package/dist/components/display/graphics/icon/CwIcon.d.ts +14 -0
  198. package/dist/components/display/graphics/icon/CwIcon.d.ts.map +1 -0
  199. package/dist/components/display/graphics/loading/CwLoading.d.ts +19 -0
  200. package/dist/components/display/graphics/loading/CwLoading.d.ts.map +1 -0
  201. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +8 -0
  202. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -0
  203. package/dist/components/display/text/heading/CwHeadingMain.d.ts +5 -0
  204. package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +1 -0
  205. package/dist/components/display/text/heading/CwHeadingSecond.d.ts +5 -0
  206. package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +1 -0
  207. package/dist/components/display/text/label/CwLabel.d.ts +28 -0
  208. package/dist/components/display/text/label/CwLabel.d.ts.map +1 -0
  209. package/dist/components/display/text/message/CwMessage.d.ts +31 -0
  210. package/dist/components/display/text/message/CwMessage.d.ts.map +1 -0
  211. package/dist/components/display/text/tag/CwTag.d.ts +16 -0
  212. package/dist/components/display/text/tag/CwTag.d.ts.map +1 -0
  213. package/dist/components/display/text/tooltip/CwTooltip.d.ts +10 -0
  214. package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +1 -0
  215. package/dist/components/layout/align/CwAlign.d.ts +53 -0
  216. package/dist/components/layout/align/CwAlign.d.ts.map +1 -0
  217. package/dist/components/layout/list/details/CwExpandable.d.ts +23 -0
  218. package/dist/components/layout/list/details/CwExpandable.d.ts.map +1 -0
  219. package/dist/components/layout/modal/hover/CwModalHover.d.ts +19 -0
  220. package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +1 -0
  221. package/dist/components/layout/modal/legacy/cw_modal.d.ts +24 -0
  222. package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +1 -0
  223. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +19 -0
  224. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +1 -0
  225. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +21 -0
  226. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +1 -0
  227. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +35 -0
  228. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -0
  229. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts +80 -0
  230. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +1 -0
  231. package/dist/components/layout/tabs/CwTabs.d.ts +37 -0
  232. package/dist/components/layout/tabs/CwTabs.d.ts.map +1 -0
  233. package/dist/content/icons/new-cw-icons/NewCwIcons.html +2 -2
  234. package/dist/content/icons/new-cw-icons/NewCwIcons.json +1 -1
  235. package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +3 -1
  236. package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
  237. package/dist/index.cjs.js +687 -514
  238. package/dist/index.cjs.js.map +1 -1
  239. package/dist/index.css +2 -4
  240. package/dist/index.css.map +1 -1
  241. package/dist/index.d.ts +206 -192
  242. package/dist/index.es.js +688 -515
  243. package/dist/index.es.js.map +1 -0
  244. package/dist/index.esm.js +621 -693
  245. package/dist/index.esm.js.map +1 -0
  246. package/dist/src/common/functions/colorManipulation.d.ts +6 -0
  247. package/dist/src/common/functions/colorManipulation.d.ts.map +1 -0
  248. package/dist/src/common/functions/reactor.d.ts +0 -1
  249. package/dist/src/common/functions/useSingleAndDoubleClicks.d.ts.map +1 -1
  250. package/dist/src/components/control/action/button/CwButton.d.ts +1 -1
  251. package/dist/src/components/control/action/button/CwButton.d.ts.map +1 -1
  252. package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts +5 -5
  253. package/dist/src/components/control/choice/option/CwOption.d.ts +1 -1
  254. package/dist/src/components/control/choice/option/CwOption.d.ts.map +1 -1
  255. package/dist/src/components/control/choice/select/CwSelect.d.ts +11 -11
  256. package/dist/src/components/control/choice/select/CwSelect.d.ts.map +1 -1
  257. package/dist/src/components/control/choice/toggle/CwToggle.d.ts +8 -8
  258. package/dist/src/components/control/choice/toggle/CwToggle.d.ts.map +1 -1
  259. package/dist/src/components/control/input/chipper/CwChip.d.ts +4 -4
  260. package/dist/src/components/control/input/chipper/CwChip.d.ts.map +1 -1
  261. package/dist/src/components/control/input/date/CwInputDate.d.ts +11 -11
  262. package/dist/src/components/control/input/date/CwInputDate.d.ts.map +1 -1
  263. package/dist/src/components/control/input/date-text/CwInputDateText.d.ts +8 -8
  264. package/dist/src/components/control/input/date-text/CwInputDateText.d.ts.map +1 -1
  265. package/dist/src/components/control/input/datetime/CwInputDatetime.d.ts +11 -11
  266. package/dist/src/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -1
  267. package/dist/src/components/control/input/digit/CwDigit.d.ts +11 -11
  268. package/dist/src/components/control/input/digit/CwDigit.d.ts.map +1 -1
  269. package/dist/src/components/control/input/file/CwFileUpload.d.ts.map +1 -1
  270. package/dist/src/components/control/input/image/CwInputImage.d.ts +1 -1
  271. package/dist/src/components/control/input/image/CwInputImage.d.ts.map +1 -1
  272. package/dist/src/components/control/input/image-area/CwImageArea.d.ts +7 -7
  273. package/dist/src/components/control/input/image-area/CwImageArea.d.ts.map +1 -1
  274. package/dist/src/components/control/input/phone/CwInputPhone.d.ts +9 -9
  275. package/dist/src/components/control/input/phone/CwInputPhone.d.ts.map +1 -1
  276. package/dist/src/components/control/input/text/CwInputText.d.ts +11 -11
  277. package/dist/src/components/control/input/text/CwInputText.d.ts.map +1 -1
  278. package/dist/src/components/control/input/text-area/CwTextArea.d.ts +9 -9
  279. package/dist/src/components/control/input/text-area/CwTextArea.d.ts.map +1 -1
  280. package/dist/src/components/control/input/time/CwTime.d.ts +11 -11
  281. package/dist/src/components/control/input/time/CwTime.d.ts.map +1 -1
  282. package/dist/src/components/custom/scheduler/CwSchedulerComp.d.ts +1 -0
  283. package/dist/src/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -1
  284. package/dist/src/components/custom/scheduler/components/ClearSchedulerButton.d.ts +2 -2
  285. package/dist/src/components/custom/scheduler/logic/filtering/filterAndProcessResources.d.ts.map +1 -1
  286. package/dist/src/components/custom/scheduler/logic/pixels/calculateMaxPxFromDateRange.d.ts +0 -1
  287. package/dist/src/components/custom/scheduler/logic/state_handle/handleDateChange.d.ts +0 -1
  288. package/dist/src/components/custom/scheduler/logic/state_handle/handlePropChanges.d.ts.map +1 -1
  289. package/dist/src/components/custom/scheduler/logic/ui/getHasPropsChanged.d.ts.map +1 -1
  290. package/dist/src/components/custom/scheduler/logic/ui/shouldTriggerScroll.d.ts.map +1 -1
  291. package/dist/src/components/custom/scheduler/state/EventProps.d.ts +0 -1
  292. package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts +6 -4
  293. package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -1
  294. package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +1 -1
  295. package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -1
  296. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +4 -0
  297. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +1 -1
  298. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +1 -1
  299. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +1 -1
  300. package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +1 -1
  301. package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +3 -1
  302. package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +1 -1
  303. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts +7 -0
  304. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgrounEvent.d.ts.map +1 -1
  305. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +2 -3
  306. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +1 -1
  307. package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +3 -3
  308. package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -1
  309. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts +4 -2
  310. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -1
  311. package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +2 -1
  312. package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -1
  313. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +3 -1
  314. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +1 -1
  315. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +1 -1
  316. package/dist/src/components/custom/scheduler-new/presentation/helpers.d.ts +1 -1
  317. package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -1
  318. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -1
  319. package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +1 -1
  320. package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -1
  321. package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts +0 -1
  322. package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts +0 -1
  323. package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts +0 -1
  324. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts +3 -2
  325. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts +2 -5
  326. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerHeaderState.d.ts.map +1 -1
  327. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts +0 -1
  328. package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +5 -0
  329. package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +1 -1
  330. package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
  331. package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts +5 -5
  332. package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -1
  333. package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +3 -2
  334. package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -1
  335. package/dist/src/components/display/graphics/icon/CwIcon.d.ts +2 -2
  336. package/dist/src/components/display/graphics/icon/CwIcon.d.ts.map +1 -1
  337. package/dist/src/components/display/text/label/CwLabel.d.ts +9 -9
  338. package/dist/src/components/display/text/label/CwLabel.d.ts.map +1 -1
  339. package/dist/src/components/display/text/message/CwMessage.d.ts +5 -5
  340. package/dist/src/components/display/text/message/CwMessage.d.ts.map +1 -1
  341. package/dist/src/components/layout/align/CwAlign.d.ts +24 -24
  342. package/dist/src/components/layout/align/CwAlign.d.ts.map +1 -1
  343. package/dist/src/components/layout/dialog/CwDialog.d.ts +8 -8
  344. package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
  345. package/dist/src/components/layout/list/details/CwExpandable.d.ts +9 -9
  346. package/dist/src/components/layout/list/details/CwExpandable.d.ts.map +1 -1
  347. package/dist/src/components/layout/modal/hover/CwModalHover.d.ts +5 -5
  348. package/dist/src/components/layout/modal/hover/CwModalHover.d.ts.map +1 -1
  349. package/dist/src/index.d.ts +5 -5
  350. package/dist/src/index.d.ts.map +1 -1
  351. package/dist/test/components/custom/scheduler/calculateMaxPxFromDateRange.test.d.ts +0 -1
  352. package/package.json +2 -2
  353. package/dist/src/components/custom/scheduler-new/presentation/TestScheduler.d.ts +0 -1
  354. package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts +0 -7
  355. package/dist/src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.d.ts.map +0 -1
  356. package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts +0 -7
  357. package/dist/src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.d.ts.map +0 -1
  358. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts +0 -5
  359. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.d.ts.map +0 -1
  360. package/dist/src/components/custom/scheduler-new/presentation/state/external/Event.d.ts.map +0 -1
  361. package/dist/src/components/custom/scheduler-new/presentation/state/external/Row.d.ts.map +0 -1
  362. package/dist/src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.d.ts.map +0 -1
  363. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.d.ts.map +0 -1
  364. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.d.ts.map +0 -1
  365. 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":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AACpC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,MAAM,iBAAiB,GAAG;IAC/B,QAAQ,EAAE,QAAQ,CAAC;IACnB,6BAA6B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1E,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAChC,QAAQ,EAAE,QAAQ,CAAC;IACnB,gCAAgC,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC7E,CAAC;AAEF,MAAM,WAAW,mBAAmB;IACnC,MAAM,EAAE,QAAQ,EAAE,CAAC;IACnB,cAAc,EAAE,QAAQ,EAAE,CAAC;IAC3B,SAAS,EAAE,QAAQ,EAAE,CAAC;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,6BAA6B,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACjF,kCAAkC,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACvF,mCAAmC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IACvF,yCAAyC,EAAE,CAAC,YAAY,EAAE,cAAc,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IACtG,MAAM,EAAE,GAAG,CAAC;IACZ,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAAC,CAAC;IAC1C,uCAAuC,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC/E,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,kBAAkB,CAAC,CAAC;IAC3C,0CAA0C,CAAC,EAAE,CAAC,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,MAAM,KAAK,IAAI,CAAC;IACnG,2BAA2B,CAAC,EAAE,KAAK,CAAC;QACnC,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,EAAE,MAAM,CAAC;KACd,CAAC,CAAC;IACH,6CAA6C,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAC7E,0BAA0B,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3D,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,eAAe,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAChC,8BAA8B,CAAC,EAAE,CAAC,YAAY,EAAE,cAAc,KAAK,IAAI,CAAC;IACxE,iCAAiC,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,EAAE,oBAAoB,EAAE,GAAG,KAAK,IAAI,CAAC;IACpF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,mCAAmC,EAAE,MAAM,IAAI,CAAC;IAChD,kCAAkC,EAAE,CACnC,UAAU,EAAE,MAAM,EAAE,EACpB,IAAI,EAAE,MAAM,EACZ,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,KACjB,IAAI,CAAC;IACV,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,YAAY,CAAC,EAAE,QAAQ,EAAE,CAAC;IAC1B,0CAA0C,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;IAClF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,OAAO,CAAC;CACzB;AAED,UAAU,KAAK;IACd,cAAc,EAAE,MAAM,CAAC;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;CACpB;AAGD,MAAM,CAAC,OAAO,OAAO,cAAe,SAAQ,KAAK,CAAC,SAAS,CAAC,mBAAmB,EAAE,KAAK,CAAC;gBAC1E,KAAK,EAAE,mBAAmB;IAStC,kBAAkB,CAAC,cAAc,EAAE,mBAAmB,EAAE,cAAc,EAAE,KAAK;IAuB7E,6BAA6B,aAAc,QAAQ,eAAe,MAAM,UAEtE;IAEF,kCAAkC,aAAc,QAAQ,eAAe,MAAM,UAI3E;IAEF,mCAAmC,aAAc,QAAQ,eAAe,MAAM,UAE5E;IAEF,sCAAsC,WAAY,MAAM,EAAE,eAAe,MAAM,iBAAiB,MAAM,UAEpG;IAEF,2BAA2B,UAAW,MAAM,QAAQ,MAAM,eAAe,MAAM,UAI7E;IAEF,mBAAmB,CAAC,MAAM,EAAE,MAAM,EAAE,cAAc,EAAE,MAAM;;;;IA2D1D,oBAAoB,CAAC,KAAK,EAAE,KAAK,CAAC,QAAQ,CAAC,EAAE,KAAK,EAAE,QAAQ;IAU5D,gCAAgC,SAAU,IAAI,YAAY,QAAQ,OAAO,MAAM,eAAe,MAAM,UAwHlG;IAEF,aAAa,CAAC,IAAI,EAAE,GAAG;IAWvB,MAAM;CAyEN;AAED,qBAAa,cAAc;IAC1B,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,CAAC;IACxB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,eAAe,EAAE,OAAO,GAAG,IAAI,CAAC;IAChC,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,OAAO,GAAG,IAAI,CAAC;gBAGzB,MAAM,EAAE,MAAM,GAAG,IAAI,EACrB,IAAI,EAAE,MAAM,GAAG,IAAI,EACnB,IAAI,EAAE,KAAK,CAAC,GAAG,CAAC,GAAG,IAAI,EACvB,aAAa,GAAE,IAAI,GAAG,IAAW,EACjC,eAAe,GAAE,OAAO,GAAG,IAAW,EACtC,aAAa,GAAE,OAAO,GAAG,IAAW,EACpC,SAAS,GAAE,OAAO,GAAG,IAAW;CAUjC"}
@@ -0,0 +1,7 @@
1
+ import { type FC } from "react";
2
+ interface ClearSchedulerButtonProps {
3
+ onClick: () => void;
4
+ }
5
+ export declare const ClearSchedulerButton: FC<ClearSchedulerButtonProps>;
6
+ export {};
7
+ //# sourceMappingURL=ClearSchedulerButton.d.ts.map