@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
@@ -1,38 +1,38 @@
1
1
  import * as CSS from "csstype";
2
2
  import { HTMLProps, PropsWithChildren } from "react";
3
3
  export interface CwAlignProps extends Omit<PropsWithChildren<HTMLProps<HTMLDivElement>>, "className" | "style"> {
4
- $alignContent?: CSS.Property.AlignContent;
5
- $alignItems?: CSS.Property.AlignItems;
6
- $alignSelf?: CSS.Property.AlignSelf;
7
- $bottom?: CSS.Property.Bottom;
8
- $display?: CSS.Property.Display;
9
- $flexBasis?: CSS.Property.FlexBasis;
10
- $flexDirection?: CSS.Property.FlexDirection;
11
- $flexGrow?: CSS.Property.FlexGrow;
12
- $flexShrink?: CSS.Property.FlexShrink;
13
- $flexWrap?: CSS.Property.FlexWrap;
14
- $height?: CSS.Property.Height;
15
- $justifyContent?: CSS.Property.JustifyContent;
16
- $left?: CSS.Property.Left;
17
- $margin?: CSS.Property.Margin;
18
- $order?: CSS.Property.Order;
19
- $padding?: CSS.Property.Padding;
20
- $position?: CSS.Property.Position;
21
- $right?: CSS.Property.Right;
22
- $top?: CSS.Property.Top;
23
- $width?: CSS.Property.Width;
24
- $gap?: CSS.Property.Gap;
4
+ alignContent?: CSS.Property.AlignContent;
5
+ alignItems?: CSS.Property.AlignItems;
6
+ alignSelf?: CSS.Property.AlignSelf;
7
+ bottom?: CSS.Property.Bottom;
8
+ display?: CSS.Property.Display;
9
+ flexBasis?: CSS.Property.FlexBasis;
10
+ flexDirection?: CSS.Property.FlexDirection;
11
+ flexGrow?: CSS.Property.FlexGrow;
12
+ flexShrink?: CSS.Property.FlexShrink;
13
+ flexWrap?: CSS.Property.FlexWrap;
14
+ cssHeight?: CSS.Property.Height;
15
+ justifyContent?: CSS.Property.JustifyContent;
16
+ left?: CSS.Property.Left;
17
+ margin?: CSS.Property.Margin;
18
+ order?: CSS.Property.Order;
19
+ padding?: CSS.Property.Padding;
20
+ position?: CSS.Property.Position;
21
+ right?: CSS.Property.Right;
22
+ top?: CSS.Property.Top;
23
+ cssWidth?: CSS.Property.Width;
24
+ gap?: CSS.Property.Gap;
25
25
  }
26
26
  /**
27
27
  * General purpose aligner flex container, useful for column or row view.
28
28
  * @remarks
29
29
  * ```txt
30
- * $flexDirection="row" (default):
30
+ * flexDirection="row" (default):
31
31
  *
32
32
  * <Row A> | - item 1 - item 2 - item 3 |
33
33
  * <Row B> | - item 1 - item 2 - item 3 |
34
34
  *
35
- * $flexDirection="column":
35
+ * flexDirection="column":
36
36
  *
37
37
  * <Col A> <Col B>
38
38
  * | - item 1 | - item 1 |
@@ -41,7 +41,7 @@ export interface CwAlignProps extends Omit<PropsWithChildren<HTMLProps<HTMLDivEl
41
41
  *
42
42
  * ```
43
43
  * @example
44
- * <CwAlign $flexDirection="column">
44
+ * <CwAlign flexDirection="column">
45
45
  * <div>
46
46
  * <h2>ColumnA</h2>
47
47
  * </div>
@@ -1 +1 @@
1
- {"version":3,"file":"CwAlign.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/align/CwAlign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC;IAC9G,aAAa,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,YAAY,CAAC;IAC1C,WAAW,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC;IACtC,UAAU,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC9B,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAChC,UAAU,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC;IACpC,cAAc,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC5C,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAClC,WAAW,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC;IACtC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAClC,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC9B,eAAe,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,cAAc,CAAC;IAC9C,KAAK,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;IAC1B,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC9B,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC5B,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAChC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IAClC,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC5B,IAAI,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC;IACxB,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC5B,IAAI,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAyD1C"}
1
+ {"version":3,"file":"CwAlign.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/align/CwAlign.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,iBAAiB,CAAC,SAAS,CAAC,cAAc,CAAC,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC;IAC9G,YAAY,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,YAAY,CAAC;IACzC,UAAU,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC;IACrC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC;IACnC,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAC/B,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC;IACnC,aAAa,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,aAAa,CAAC;IAC3C,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IACjC,UAAU,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC;IACrC,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IACjC,SAAS,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAChC,cAAc,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,cAAc,CAAC;IAC7C,IAAI,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,IAAI,CAAC;IACzB,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC3B,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAC/B,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC;IACjC,KAAK,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC3B,GAAG,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC;IACvB,QAAQ,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAC9B,GAAG,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAyD1C"}
@@ -1,16 +1,16 @@
1
1
  import { FC, ReactElement, type HTMLProps, type PropsWithChildren } from "react";
2
2
  export interface CwDialogProps extends Omit<HTMLProps<PropsWithChildren<HTMLDialogElement>>, "className"> {
3
- $customFooter?: Array<ReactElement>;
4
- $customHeader?: Array<ReactElement>;
5
- $headline?: string;
6
- $size?: {
3
+ customFooter?: Array<ReactElement>;
4
+ customHeader?: Array<ReactElement>;
5
+ headline?: string;
6
+ dialogSize?: {
7
7
  width: number;
8
8
  height: number;
9
9
  };
10
- $zIndex?: number;
11
- $scrim?: boolean;
12
- $onSave?: () => void;
13
- $onClose?: () => void;
10
+ zIndex?: number;
11
+ scrim?: boolean;
12
+ onSave?: () => void;
13
+ onClose?: () => void;
14
14
  isReport?: boolean;
15
15
  }
16
16
  export declare const CwDialog: FC<CwDialogProps>;
@@ -1 +1 @@
1
- {"version":3,"file":"CwDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/dialog/CwDialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,YAAY,EAA+B,KAAK,SAAS,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGrH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,EAAE,WAAW,CAAC;IACxG,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACpC,aAAa,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC1C,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAsKtC,CAAC"}
1
+ {"version":3,"file":"CwDialog.d.ts","sourceRoot":"","sources":["../../../../../src/components/layout/dialog/CwDialog.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,EAAE,EAAE,YAAY,EAA+B,KAAK,SAAS,EAAE,KAAK,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGrH,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,EAAE,WAAW,CAAC;IACxG,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACnC,YAAY,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACnC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CAsKtC,CAAC"}
@@ -1,22 +1,22 @@
1
1
  import React, { FC, HTMLProps, PropsWithChildren } from "react";
2
2
  export interface CwExpandableProps extends Omit<HTMLProps<PropsWithChildren<HTMLDetailsElement>>, "className"> {
3
3
  /** Title of the expandable */
4
- $briefing?: React.ReactNode;
4
+ briefing?: React.ReactNode;
5
5
  /** Function to run when expandable is toggled open/closed */
6
- $onToggle?: (willOpen: boolean) => void;
6
+ onToggle?: (willOpen: boolean) => void;
7
7
  /** Function to run when expandable is open */
8
- $onOpen?: (ev: MouseEvent) => void;
8
+ onOpen?: (ev: MouseEvent) => void;
9
9
  /** Function to run when expandable is closed */
10
- $onClose?: (ev: MouseEvent) => void;
10
+ onClose?: (ev: MouseEvent) => void;
11
11
  }
12
12
  /**
13
13
  * An expandable element with briefing and children displayed when clicked
14
- * @param $briefing Title of the expandable
15
- * @param $onToggle Function to run when expandable is toggled open/closed
16
- * @param $onClose Function to run when expandable is closed
17
- * @param $onOpen Function to run when expandable is opened
14
+ * @param briefing Title of the expandable
15
+ * @param onToggle Function to run when expandable is toggled open/closed
16
+ * @param onClose Function to run when expandable is closed
17
+ * @param onOpen Function to run when expandable is opened
18
18
  * @example
19
- * <CwExpandable $briefing="Title here">Contents here</CwExpandable>
19
+ * <CwExpandable briefing="Title here">Contents here</CwExpandable>
20
20
  */
21
21
  export declare const CwExpandable: FC<CwExpandableProps>;
22
22
  export declare const _CwExpandableTest: FC;
@@ -1 +1 @@
1
- {"version":3,"file":"CwExpandable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/list/details/CwExpandable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,iBAAiB,EAAqB,MAAM,OAAO,CAAC;AAEnF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,EAAE,WAAW,CAAC;IAC7G,8BAA8B;IAC9B,SAAS,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC5B,6DAA6D;IAC7D,SAAS,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACxC,8CAA8C;IAC9C,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,UAAU,KAAK,IAAI,CAAC;IACnC,gDAAgD;IAChD,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,UAAU,KAAK,IAAI,CAAC;CACpC;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA2B9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAE/B,CAAC"}
1
+ {"version":3,"file":"CwExpandable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/list/details/CwExpandable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,EAAE,SAAS,EAAE,iBAAiB,EAAqB,MAAM,OAAO,CAAC;AAEnF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,CAAC,EAAE,WAAW,CAAC;IAC7G,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,6DAA6D;IAC7D,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,8CAA8C;IAC9C,MAAM,CAAC,EAAE,CAAC,EAAE,EAAE,UAAU,KAAK,IAAI,CAAC;IAClC,gDAAgD;IAChD,OAAO,CAAC,EAAE,CAAC,EAAE,EAAE,UAAU,KAAK,IAAI,CAAC;CACnC;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CA2B9C,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,EAE/B,CAAC"}
@@ -1,17 +1,17 @@
1
1
  import { FC, HTMLProps } from "react";
2
2
  export interface CwModalHoverProps extends Omit<HTMLProps<HTMLDialogElement>, "className"> {
3
3
  /** Function to run only once when the modal opens for the first time */
4
- $onFirstOpened?: () => void;
4
+ onFirstOpened?: () => void;
5
5
  /** Element to hover to display the modal */
6
- $hovereable: JSX.Element;
6
+ hovereable: JSX.Element;
7
7
  }
8
8
  /**
9
9
  * A modal that appears when an element is hovered
10
10
  * @param children Contents of the modal
11
- * @param $hovereable Element to hover to display the modal
12
- * @param $onFirstOpened Function to run only once when the modal opens for the first time
11
+ * @param hovereable Element to hover to display the modal
12
+ * @param onFirstOpened Function to run only once when the modal opens for the first time
13
13
  * @example
14
- * <CwModalHover $hovereable={<span>Hover me!</span>}>
14
+ * <CwModalHover hovereable={<span>Hover me!</span>}>
15
15
  * <p>Hello there</p>
16
16
  * </CwModalHover>
17
17
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CwModalHover.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/modal/hover/CwModalHover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AAEzD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC;IACzF,yEAAyE;IACzE,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,6CAA6C;IAC7C,WAAW,EAAE,GAAG,CAAC,OAAO,CAAC;CACzB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAsE9C,CAAC"}
1
+ {"version":3,"file":"CwModalHover.d.ts","sourceRoot":"","sources":["../../../../../../src/components/layout/modal/hover/CwModalHover.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,SAAS,EAAqB,MAAM,OAAO,CAAC;AAEzD,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,EAAE,WAAW,CAAC;IACzF,yEAAyE;IACzE,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,6CAA6C;IAC7C,UAAU,EAAE,GAAG,CAAC,OAAO,CAAC;CACxB;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAsE9C,CAAC"}
@@ -65,8 +65,8 @@ import { CwScheduler2 } from "./components/custom/scheduler-temporal/CwScheduler
65
65
  import { CwScheduler } from "./components/custom/scheduler/CwSchedulerComp";
66
66
  export { CwScheduler, CwScheduler2 };
67
67
  export { Scheduler } from "./components/custom/scheduler-new/presentation/NewScheduler";
68
- export { DefaultRowHeader, type RowHeaderDm, type RowHeaderProps, } from "./components/custom/scheduler-new/presentation/components/row/DefaultRowHeader";
69
- export { SchedulerEvent, type SchedulerEventDm, } from "./components/custom/scheduler-new/presentation/components/row/Event";
68
+ export { DefaultRowHeader, type RowHeaderDm, type RowHeaderProps } from "./components/custom/scheduler-new/presentation/components/row/DefaultRowHeader";
69
+ export { SchedulerEvent, type SchedulerEventDm } from "./components/custom/scheduler-new/presentation/components/row/Event";
70
70
  export type { SchedulerEventState } from "./components/custom/scheduler-new/presentation/components/row/Event";
71
71
  export type { SchedulerState } from "./components/custom/scheduler-new/presentation/state/ui/SchedulerState";
72
72
  export type { SchedulerRowProps } from "./components/custom/scheduler-new/presentation/components/row/SchedulerRow";
@@ -85,7 +85,7 @@ import { PinRowHeader, PinRowHeaderProps } from "./components/custom/super-sched
85
85
  import { SuperScheduler, SuperSchedulerProps } from "./components/custom/super-scheduler/SuperScheduler";
86
86
  import { OnClearPinned, OnPinRow, OnUnpinRow } from "./components/custom/super-scheduler/SuperSchedulerEvents";
87
87
  export { CwFindAirport } from "./components/custom/find-airport/CwFindAirportComp";
88
- export { OnClearPinned, OnPinRow, OnUnpinRow, PinRowHeader, SuperScheduler, type PinRowHeaderProps, type SuperSchedulerProps, };
89
- export { OnClickContextMenu, OnClickEvent, OnClickRowEvent, OnClickRowHeader, OnClickUtc, OnDoubleClickEvent, OnDoubleClickRowEvent, OnDragEvent, OnDropCtrlEvent, OnDropEvent, OnEndClickHeaderEvent, OnLeftDragStart, OnMultiClickEvent, OnRangeClickEvent, OnRightClickEvent, OnRightClickRow, OnRightDragStart, OnStartClickHeaderEvent, } from "./components/custom/scheduler-new/presentation/NewSchedulerUiEvents";
90
- export type { BackgroundEventDm, BackgroundEventProps, } from "./components/custom/scheduler-new/presentation/components/row/BackgroundEvent";
88
+ export { OnClearPinned, OnPinRow, OnUnpinRow, PinRowHeader, SuperScheduler, type PinRowHeaderProps, type SuperSchedulerProps };
89
+ export { OnClickContextMenu, OnClickEvent, OnClickRowEvent, OnClickRowHeader, OnClickUtc, OnDoubleClickEvent, OnDoubleClickRowEvent, OnDragEvent, OnDropCtrlEvent, OnDropEvent, OnEndClickHeaderEvent, OnLeftDragStart, OnMultiClickEvent, OnRangeClickEvent, OnRightClickEvent, OnRightClickRow, OnRightDragStart, OnStartClickHeaderEvent } from "./components/custom/scheduler-new/presentation/NewSchedulerUiEvents";
90
+ export type { BackgroundEventDm } from "./components/custom/scheduler-new/presentation/components/row/BackgroundEvent";
91
91
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.tsx"],"names":[],"mappings":"AAOA,OAAO,aAAa,CAAC;AAKrB,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,oCAAoC,CAAC;AACvE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,uCAAuC,CAAC;AAQ/E,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAChF,OAAO,EAAE,eAAe,EAAE,MAAM,mDAAmD,CAAC;AAGpF,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,yCAAyC,CAAC;AAIrF,OAAO,EAAE,SAAS,EAAE,MAAM,6CAA6C,CAAC;AAGxE,OAAO,EAAE,KAAK,EAAE,MAAM,qCAAqC,CAAC;AAG5D,OAAO,EACN,gBAAgB,EAChB,SAAS,EACT,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,KAAK,cAAc,EACnB,MAAM,6CAA6C,CAAC;AAMrD,OAAO,EAAE,MAAM,EAAE,MAAM,2CAA2C,CAAC;AAGnE,OAAO,EAAE,SAAS,EAAE,MAAM,iDAAiD,CAAC;AAG5E,OAAO,EAAE,cAAc,EAAE,MAAM,4DAA4D,CAAC;AAK5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,4DAA4D,CAAC;AAQ9F,OAAO,EAAE,OAAO,EAAE,MAAM,2CAA2C,CAAC;AAGpE,OAAO,EAAE,cAAc,EAAE,MAAM,mDAAmD,CAAC;AAGnF,OAAO,EAAE,aAAa,EAAE,MAAM,kDAAkD,CAAC;AAGjF,OAAO,EAAE,uBAAuB,EAAE,KAAK,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AAErH,OAAO,EAAE,aAAa,EAAE,MAAM,kDAAkD,CAAC;AAGjF,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,8CAA8C,CAAC;AAGpG,OAAO,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,MAAM,qCAAqC,CAAC;AAGnF,OAAO,EAAE,eAAe,EAAE,MAAM,4CAA4C,CAAC;AAG7E,OAAO,EAAE,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAM/E,OAAO,EAAE,oBAAoB,EAAE,MAAM,0DAA0D,CAAC;AAGhG,OAAO,EAAE,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,QAAQ,EAAE,MAAM,yCAAyC,CAAC;AAG9F,OAAO,EAAE,MAAM,EAAE,MAAM,iCAAiC,CAAC;AAGzD,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAMrG,OAAO,EACN,cAAc,EACd,KAAK,kBAAkB,EACvB,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,mBAAmB,EACxB,MAAM,kDAAkD,CAAC;AAS1D,OAAO,EAAE,YAAY,EAAE,MAAM,8CAA8C,CAAC;AAG5E,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC;AAGjE,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AAGnE,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAGjG,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAGrG,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AAGzG,OAAO,EAAE,UAAU,EAAE,KAAK,eAAe,EAAE,MAAM,iDAAiD,CAAC;AAGnG,OAAO,EAAE,WAAW,EAAE,KAAK,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAGjG,OAAO,EACN,iBAAiB,EAAE,KAAK,sBAAsB,EAC9C,MAAM,0DAA0D,CAAC;AAGlE,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,qDAAqD,CAAC;AAGjH,OAAO,EAAE,MAAM,EAAE,KAAK,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAGvF,OAAO,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAGlH,OAAO,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAGrG,OAAO,EACN,WAAW,EAAE,KAAK,kBAAkB,EAAE,KAAK,gBAAgB,EAC3D,MAAM,mDAAmD,CAAC;AAG3D,OAAO,EAAE,iBAAiB,EAAE,QAAQ,EAAE,KAAK,OAAO,EAAE,MAAM,sDAAsD,CAAC;AAMjH,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAG7E,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAGvE,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAGvE,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAGvE,OAAO,EAAE,UAAU,EAAE,MAAM,iDAAiD,CAAC;AAC7E,OAAO,EAAE,mBAAmB,EAAE,MAAM,0DAA0D,CAAC;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,2DAA2D,CAAC;AAGjG,OAAO,EAAE,WAAW,EAAE,MAAM,gEAAgE,CAAC;AAG7F,OAAO,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,sDAAsD,CAAC;AACpF,OAAO,EAAE,aAAa,EAAE,KAAK,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AAC7G,OAAO,EAAE,YAAY,EAAE,MAAM,sDAAsD,CAAC;AAGpF,OAAO,EACN,gBAAgB,EAAE,KAAK,qBAAqB,EAAE,KAAK,iBAAiB,EACpE,MAAM,0EAA0E,CAAC;AAClF,OAAO,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAMhH,OAAO,EAAE,aAAa,EAAE,MAAM,6CAA6C,CAAC;AAG5E,OAAO,EAAE,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAGtF,OAAO,EAAE,gBAAgB,EAAE,MAAM,8DAA8D,CAAC;AAGhG,OAAO,EAAE,QAAQ,EAAE,MAAM,6CAA6C,CAAC;AAIvE,OAAO,EACN,QAAQ,EACR,cAAc,EACd,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,YAAY,EACZ,mBAAmB,EACnB,aAAa,EACb,qBAAqB,EACrB,aAAa,EACb,WAAW,EACX,iBAAiB,EACjB,UAAU,EACV,WAAW,EACX,aAAa,EACb,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EACT,eAAe,EACf,UAAU,EACV,oBAAoB,EACpB,iBAAiB,EACjB,SAAS,EACT,mBAAmB,EACnB,SAAS,EACT,QAAQ,EACR,qBAAqB,EACrB,oBAAoB,EACpB,eAAe,EACf,mBAAmB,EACnB,YAAY,EACZ,UAAU,EACV,mBAAmB,EACnB,YAAY,EACZ,YAAY,EACZ,kBAAkB,EAClB,SAAS,EACT,WAAW,EACX,WAAW,EACX,mBAAmB,EACnB,UAAU,EACV,cAAc,EACd,gBAAgB,EAChB,eAAe,EACf,cAAc,EACd,SAAS,EACT,YAAY,EACZ,cAAc,EACd,qBAAqB,EACrB,WAAW,EACX,kBAAkB,EAClB,yBAAyB,EACzB,WAAW,EACX,kBAAkB,EAClB,gBAAgB,EAChB,MAAM,+CAA+C,CAAC;AAIvD,OAAO,EAAE,YAAY,EAAE,MAAM,yDAAyD,CAAC;AACvF,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,CAAC;AAIrC,OAAO,EAAE,SAAS,EAAE,MAAM,6DAA6D,CAAC;AAGxF,OAAO,EACN,gBAAgB,EAChB,KAAK,WAAW,EAChB,KAAK,cAAc,EACnB,MAAM,gFAAgF,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,KAAK,gBAAgB,EAAE,MAAM,qEAAqE,CAAC;AAG5H,YAAY,EAAE,mBAAmB,EAAE,MAAM,qEAAqE,CAAC;AAC/G,YAAY,EAAE,cAAc,EAAE,MAAM,wEAAwE,CAAC;AAG7G,YAAY,EAAE,iBAAiB,EAAE,MAAM,4EAA4E,CAAC;AAGpH,OAAO,EAAE,cAAc,EAAE,MAAM,0EAA0E,CAAC;AAC1G,OAAO,EAAE,mBAAmB,EAAE,MAAM,0EAA0E,CAAC;AAC/G,OAAO,EAAE,aAAa,EAAE,MAAM,oEAAoE,CAAC;AAGnG,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAC5D,YAAY,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC;AAMjE,OAAO,EAAE,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AAGtF,OAAO,EAAE,QAAQ,EAAE,MAAM,8CAA8C,CAAC;AACxE,OAAO,EAAE,QAAQ,EAAE,MAAM,8CAA8C,CAAC;AAGxE,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,uDAAuD,CAAC;AAC/F,OAAO,EAAE,KAAK,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAEjG,OAAO,EAAE,cAAc,EAAE,MAAM,oDAAoD,CAAC;AAEpF,OAAO,EAAE,YAAY,EAAE,iBAAiB,EAAE,MAAM,kDAAkD,CAAC;AACnG,OAAO,EAAE,cAAc,EAAE,mBAAmB,EAAE,MAAM,oDAAoD,CAAC;AACzG,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,0DAA0D,CAAC;AAI/G,OAAO,EAAE,aAAa,EAAE,MAAM,oDAAoD,CAAC;AAEnF,OAAO,EACN,aAAa,EACb,QAAQ,EACR,UAAU,EACV,YAAY,EACZ,cAAc,EACd,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACxB,CAAC;AAEF,OAAO,EACN,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,UAAU,EACV,kBAAkB,EAClB,qBAAqB,EACrB,WAAW,EACX,eAAe,EACf,WAAW,EACX,qBAAqB,EACrB,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,uBAAuB,EACvB,MAAM,qEAAqE,CAAC;AAG7E,YAAY,EACX,iBAAiB,EACjB,MAAM,+EAA+E,CAAC"}
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=calculateMaxPxFromDateRange.test.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cwellt_software/cwellt-reactjs-lib",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"
@@ -63,7 +63,7 @@
63
63
  "postcss-url": "^10.1.3",
64
64
  "rollup": "^4.26.0",
65
65
  "rollup-plugin-copy": "^3.5.0",
66
- "rollup-plugin-dts": "^6.1.1",
66
+ "rollup-plugin-dts": "6.1.1",
67
67
  "rollup-plugin-postcss": "^4.0.2",
68
68
  "stylelint": "^16.10.0",
69
69
  "stylelint-config-standard": "^36.0.1",
@@ -1,7 +0,0 @@
1
- declare const useCancellablePromises: () => {
2
- appendPendingPromise: (promise: any) => any[];
3
- removePendingPromise: (promise: any) => never[];
4
- clearPendingPromises: () => any[];
5
- };
6
- export default useCancellablePromises;
7
- //# sourceMappingURL=cancellablePromise.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cancellablePromise.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/components/row/cancellablePromise.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;;;;CAkB3B,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,7 +0,0 @@
1
- declare const useCancellablePromises: () => {
2
- appendPendingPromise: (promise: Promise<any>) => Promise<any>[];
3
- removePendingPromise: (promise: Promise<any>) => Promise<any>[];
4
- clearPendingPromises: () => any[];
5
- };
6
- export default useCancellablePromises;
7
- //# sourceMappingURL=useCancellablePromise.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"useCancellablePromise.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/components/row/useCancellablePromise.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,sBAAsB;oCAGY,OAAO,CAAC,GAAG,CAAC;oCAGZ,OAAO,CAAC,GAAG,CAAC;;CAYnD,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -1,5 +0,0 @@
1
- import type { Row } from "../state/external/Row";
2
- import type { SchedulerEventState } from "../state/ui/SchedulerEventState";
3
- import type { SchedulerRowState } from "../state/ui/SchedulerRow";
4
- export declare const separateEventsByResource: (events: SchedulerEventState[], resources: Row[]) => SchedulerRowState[];
5
- //# sourceMappingURL=separateEventsByResource.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"separateEventsByResource.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/custom/scheduler-new/presentation/logic/separateEventsByResource.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAC3E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,0BAA0B,CAAC;AAElE,eAAO,MAAM,wBAAwB,WAAY,mBAAmB,EAAE,aAAa,GAAG,EAAE,KAAG,iBAAiB,EAU3G,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Event.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/state/external/Event.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,KAAK;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;CACd"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"Row.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/state/external/Row.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,GAAG;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;CACd"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"EventSideDragState.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/state/ui/EventSideDragState.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,kBAAkB;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IACxC,UAAU,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;CACtC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SchedulerEventState.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/state/ui/SchedulerEventState.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC1C,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,6CAA6C,CAAC;AAE/E,MAAM,WAAW,mBAAmB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,IAAI,CAAC;IAChB,OAAO,EAAE,IAAI,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,YAAY,CAAC,WAAW,CAAC,EAAE,CAAC;CACnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SchedulerRow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/custom/scheduler-new/presentation/state/ui/SchedulerRow.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAEjE,MAAM,WAAW,iBAAiB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,mBAAmB,EAAE,CAAC;CAC9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"getDefaultDivisions.test.d.ts","sourceRoot":"","sources":["../../../../../../../test/components/custom/newScheduler/presentation/logic/getDefaultDivisions.test.ts"],"names":[],"mappings":""}