@cwellt_software/cwellt-reactjs-lib 1.2.0 → 1.2.2

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 (641) hide show
  1. package/dist/common/classes/CwSelectList.d.ts +8 -0
  2. package/dist/common/classes/CwSelectList.d.ts.map +1 -0
  3. package/dist/common/classes/CwSelectListItems.d.ts +9 -0
  4. package/dist/common/classes/CwSelectListItems.d.ts.map +1 -0
  5. package/dist/common/functions/collections.d.ts +15 -0
  6. package/dist/common/functions/collections.d.ts.map +1 -0
  7. package/dist/common/functions/colorManipulation.d.ts +6 -0
  8. package/dist/common/functions/colorManipulation.d.ts.map +1 -0
  9. package/dist/common/functions/dsl/UiEventDSL.d.ts +9 -0
  10. package/dist/common/functions/dsl/UiEventDSL.d.ts.map +1 -0
  11. package/dist/common/functions/useSingleAndDoubleClicks.d.ts +7 -0
  12. package/dist/common/functions/useSingleAndDoubleClicks.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 +26 -0
  16. package/dist/components/control/action/button/CwButton.d.ts.map +1 -0
  17. package/dist/components/control/action/buttons/CwButtons.d.ts +59 -0
  18. package/dist/components/control/action/buttons/CwButtons.d.ts.map +1 -0
  19. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +23 -0
  20. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +1 -0
  21. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts +29 -0
  22. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts.map +1 -0
  23. package/dist/components/control/action/search/CwSearch.d.ts +16 -0
  24. package/dist/components/control/action/search/CwSearch.d.ts.map +1 -0
  25. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +17 -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 +19 -0
  30. package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +1 -0
  31. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts +17 -0
  32. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +1 -0
  33. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +28 -0
  34. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +1 -0
  35. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts +21 -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 +158 -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 +33 -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 +16 -0
  42. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +1 -0
  43. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts +13 -0
  44. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +1 -0
  45. package/dist/components/control/choice/multiselect/CwOptionList.d.ts +15 -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 +48 -0
  50. package/dist/components/control/choice/select/CwSelect.d.ts.map +1 -0
  51. package/dist/components/control/choice/toggle/CwToggle.d.ts +28 -0
  52. package/dist/components/control/choice/toggle/CwToggle.d.ts.map +1 -0
  53. package/dist/components/control/input/any/CwInput.d.ts +17 -0
  54. package/dist/components/control/input/any/CwInput.d.ts.map +1 -0
  55. package/dist/components/control/input/date/CwInputDate.d.ts +40 -0
  56. package/dist/components/control/input/date/CwInputDate.d.ts.map +1 -0
  57. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +7 -0
  58. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +1 -0
  59. package/dist/components/control/input/date-text/CwInputDateText.d.ts +38 -0
  60. package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +1 -0
  61. package/dist/components/control/input/datetime/CwInputDatetime.d.ts +40 -0
  62. package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +1 -0
  63. package/dist/components/control/input/digit/CwDigit.d.ts +40 -0
  64. package/dist/components/control/input/digit/CwDigit.d.ts.map +1 -0
  65. package/dist/components/control/input/file/CwFileUpload.d.ts +18 -0
  66. package/dist/components/control/input/file/CwFileUpload.d.ts.map +1 -0
  67. package/dist/components/control/input/file/CwFileUploadMultiple.d.ts +15 -0
  68. package/dist/components/control/input/file/CwFileUploadMultiple.d.ts.map +1 -0
  69. package/dist/components/control/input/image/CwInputImage.d.ts +7 -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 +53 -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 +20 -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 +24 -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/control/input/weekday/CwWeekdaySelector.d.ts +53 -0
  84. package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts.map +1 -0
  85. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +35 -0
  86. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -0
  87. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +19 -0
  88. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -0
  89. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +86 -0
  90. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -0
  91. package/dist/components/custom/scheduler/components/EventRender.d.ts +10 -0
  92. package/dist/components/custom/scheduler/components/EventRender.d.ts.map +1 -0
  93. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +20 -0
  94. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +1 -0
  95. package/dist/components/custom/scheduler/components/ResourceRender.d.ts +14 -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 +11 -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 +11 -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 +13 -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 +11 -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 +23 -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 +12 -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 +12 -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 +12 -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 +7 -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 +7 -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/filterEvents.d.ts +3 -0
  140. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -0
  141. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +3 -0
  142. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -0
  143. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +13 -0
  144. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +1 -0
  145. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +17 -0
  146. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
  147. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +3 -0
  148. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -0
  149. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts +4 -0
  150. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
  151. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts +2 -0
  152. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +1 -0
  153. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts +5 -0
  154. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
  155. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +2 -0
  156. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -0
  157. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +2 -0
  158. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +1 -0
  159. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +3 -0
  160. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
  161. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +4 -0
  162. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -0
  163. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +2 -0
  164. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -0
  165. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +3 -0
  166. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -0
  167. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +11 -0
  168. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +1 -0
  169. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +43 -0
  170. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +1 -0
  171. package/dist/components/custom/scheduler/state/Resource.d.ts +14 -0
  172. package/dist/components/custom/scheduler/state/Resource.d.ts.map +1 -0
  173. package/dist/components/custom/scheduler/state/State.d.ts +19 -0
  174. package/dist/components/custom/scheduler/state/State.d.ts.map +1 -0
  175. package/dist/components/custom/scheduler/state/cblEvent.d.ts +18 -0
  176. package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +1 -0
  177. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +7 -0
  178. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +1 -0
  179. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +6 -0
  180. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +1 -0
  181. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts +29 -0
  182. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -0
  183. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts +80 -0
  184. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts.map +1 -0
  185. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +27 -0
  186. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -0
  187. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +19 -0
  188. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +1 -0
  189. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +10 -0
  190. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +1 -0
  191. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts +5 -0
  192. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +1 -0
  193. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +17 -0
  194. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +1 -0
  195. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +8 -0
  196. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +1 -0
  197. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +17 -0
  198. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +1 -0
  199. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts +34 -0
  200. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -0
  201. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts +8 -0
  202. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map +1 -0
  203. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +27 -0
  204. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -0
  205. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +10 -0
  206. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +1 -0
  207. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +15 -0
  208. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +1 -0
  209. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts +11 -0
  210. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +1 -0
  211. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts +19 -0
  212. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts.map +1 -0
  213. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts +4 -0
  214. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +1 -0
  215. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts +2 -0
  216. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts.map +1 -0
  217. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts +2 -0
  218. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +1 -0
  219. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts +6 -0
  220. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -0
  221. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +3 -0
  222. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +1 -0
  223. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts +6 -0
  224. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +1 -0
  225. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts +4 -0
  226. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +1 -0
  227. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +2 -0
  228. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +1 -0
  229. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts +3 -0
  230. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -0
  231. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +4 -0
  232. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -0
  233. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +12 -0
  234. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +1 -0
  235. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts +5 -0
  236. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts.map +1 -0
  237. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +24 -0
  238. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +1 -0
  239. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts +86 -0
  240. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts.map +1 -0
  241. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts +10 -0
  242. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts.map +1 -0
  243. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts +20 -0
  244. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts.map +1 -0
  245. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts +14 -0
  246. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts.map +1 -0
  247. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts +11 -0
  248. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts.map +1 -0
  249. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts +11 -0
  250. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map +1 -0
  251. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts +13 -0
  252. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map +1 -0
  253. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts +11 -0
  254. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map +1 -0
  255. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts +14 -0
  256. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts.map +1 -0
  257. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts +23 -0
  258. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts.map +1 -0
  259. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts +8 -0
  260. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts.map +1 -0
  261. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts +12 -0
  262. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +1 -0
  263. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts +12 -0
  264. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map +1 -0
  265. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts +10 -0
  266. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts.map +1 -0
  267. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts +12 -0
  268. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts.map +1 -0
  269. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts +2 -0
  270. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -0
  271. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts +2 -0
  272. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts.map +1 -0
  273. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +2 -0
  274. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -0
  275. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts +7 -0
  276. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -0
  277. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts +10 -0
  278. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts.map +1 -0
  279. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts +2 -0
  280. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts.map +1 -0
  281. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +7 -0
  282. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -0
  283. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts +8 -0
  284. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts.map +1 -0
  285. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts +2 -0
  286. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts.map +1 -0
  287. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts +2 -0
  288. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts.map +1 -0
  289. package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +15 -0
  290. package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +1 -0
  291. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts +3 -0
  292. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts.map +1 -0
  293. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts +3 -0
  294. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts.map +1 -0
  295. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts +13 -0
  296. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts.map +1 -0
  297. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +17 -0
  298. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +1 -0
  299. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +3 -0
  300. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +1 -0
  301. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts +4 -0
  302. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts.map +1 -0
  303. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts +2 -0
  304. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts.map +1 -0
  305. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts +5 -0
  306. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts.map +1 -0
  307. package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts +4 -0
  308. package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts.map +1 -0
  309. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts +2 -0
  310. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts.map +1 -0
  311. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts +2 -0
  312. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts.map +1 -0
  313. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +3 -0
  314. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +1 -0
  315. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts +6 -0
  316. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts.map +1 -0
  317. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts +2 -0
  318. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts.map +1 -0
  319. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts +3 -0
  320. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts.map +1 -0
  321. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts +11 -0
  322. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts.map +1 -0
  323. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts +43 -0
  324. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts.map +1 -0
  325. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts +14 -0
  326. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts.map +1 -0
  327. package/dist/components/custom/scheduler-temporal/state/State.d.ts +25 -0
  328. package/dist/components/custom/scheduler-temporal/state/State.d.ts.map +1 -0
  329. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts +18 -0
  330. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts.map +1 -0
  331. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts +7 -0
  332. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts.map +1 -0
  333. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts +15 -0
  334. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -0
  335. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts +25 -0
  336. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -0
  337. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts +13 -0
  338. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts.map +1 -0
  339. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts +9 -0
  340. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts.map +1 -0
  341. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +14 -0
  342. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +1 -0
  343. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +15 -0
  344. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -0
  345. package/dist/components/display/data/table/CwTable.d.ts +102 -0
  346. package/dist/components/display/data/table/CwTable.d.ts.map +1 -0
  347. package/dist/components/display/graphics/icon/CwIcon.d.ts +15 -0
  348. package/dist/components/display/graphics/icon/CwIcon.d.ts.map +1 -0
  349. package/dist/components/display/graphics/loading/CwLoading.d.ts +42 -0
  350. package/dist/components/display/graphics/loading/CwLoading.d.ts.map +1 -0
  351. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +18 -0
  352. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +1 -0
  353. package/dist/components/display/text/heading/CwHeadingMain.d.ts +3 -0
  354. package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +1 -0
  355. package/dist/components/display/text/heading/CwHeadingSecond.d.ts +3 -0
  356. package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +1 -0
  357. package/dist/components/display/text/label/CwLabel.d.ts +28 -0
  358. package/dist/components/display/text/label/CwLabel.d.ts.map +1 -0
  359. package/dist/components/display/text/message/CwMessage.d.ts +31 -0
  360. package/dist/components/display/text/message/CwMessage.d.ts.map +1 -0
  361. package/dist/components/display/text/tag/CwChip.d.ts +36 -0
  362. package/dist/components/display/text/tag/CwChip.d.ts.map +1 -0
  363. package/dist/components/display/text/tag/CwTag.d.ts +16 -0
  364. package/dist/components/display/text/tag/CwTag.d.ts.map +1 -0
  365. package/dist/components/display/text/tooltip/CwTooltip.d.ts +8 -0
  366. package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +1 -0
  367. package/dist/components/layout/align/CwAlign.d.ts +54 -0
  368. package/dist/components/layout/align/CwAlign.d.ts.map +1 -0
  369. package/dist/components/layout/card/CwCard.d.ts +61 -0
  370. package/dist/components/layout/card/CwCard.d.ts.map +1 -0
  371. package/dist/components/layout/card/CwCardList.d.ts +32 -0
  372. package/dist/components/layout/card/CwCardList.d.ts.map +1 -0
  373. package/dist/components/layout/dialog/CwDialog.d.ts +28 -0
  374. package/dist/components/layout/dialog/CwDialog.d.ts.map +1 -0
  375. package/dist/components/layout/dialog/CwDialogManager.d.ts +11 -0
  376. package/dist/components/layout/dialog/CwDialogManager.d.ts.map +1 -0
  377. package/dist/components/layout/list/details/CwExpandable.d.ts +23 -0
  378. package/dist/components/layout/list/details/CwExpandable.d.ts.map +1 -0
  379. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts +33 -0
  380. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts.map +1 -0
  381. package/dist/components/layout/modal/CwModalReportFunctional.d.ts +15 -0
  382. package/dist/components/layout/modal/CwModalReportFunctional.d.ts.map +1 -0
  383. package/dist/components/layout/modal/hover/CwModalHover.d.ts +19 -0
  384. package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +1 -0
  385. package/dist/components/layout/modal/legacy/cw_modal.d.ts +22 -0
  386. package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +1 -0
  387. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +16 -0
  388. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +1 -0
  389. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +21 -0
  390. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +1 -0
  391. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +32 -0
  392. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -0
  393. package/dist/{src/components/layout/table/grouped/CwTableGrouped.js → components/layout/table/grouped/CwTableGrouped.d.ts} +23 -13
  394. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +1 -0
  395. package/dist/components/layout/tabs/CwTabs.d.ts +46 -0
  396. package/dist/components/layout/tabs/CwTabs.d.ts.map +1 -0
  397. package/dist/index.d.ts +325 -447
  398. package/dist/index.d.ts.map +1 -0
  399. package/package.json +5 -5
  400. package/dist/playground/main.d.ts +0 -4
  401. package/dist/playground/main.d.ts.map +0 -1
  402. package/dist/src/common/classes/CwSelectList.js +0 -12
  403. package/dist/src/common/classes/CwSelectListItems.js +0 -14
  404. package/dist/src/common/functions/collections.js +0 -18
  405. package/dist/src/common/functions/colorManipulation.js +0 -76
  406. package/dist/src/common/functions/dsl/UiEventDSL.js +0 -20
  407. package/dist/src/common/functions/useSingleAndDoubleClicks.js +0 -28
  408. package/dist/src/common/interfaces/CwSelectListProps.js +0 -1
  409. package/dist/src/components/control/action/button/CwButton.js +0 -13
  410. package/dist/src/components/control/action/buttons/CwButtons.js +0 -188
  411. package/dist/src/components/control/action/contextmenu/CwContextMenu.js +0 -43
  412. package/dist/src/components/control/action/contextual-menu/CwContextualMenu.js +0 -55
  413. package/dist/src/components/control/action/search/CwSearch.js +0 -67
  414. package/dist/src/components/control/action/tooltip-dialog/CwTooltipDialog.js +0 -11
  415. package/dist/src/components/control/choice/checkbox/CwCheckbox.js +0 -15
  416. package/dist/src/components/control/choice/deprecated/MultiSelect_deprecated_.js +0 -99
  417. package/dist/src/components/control/choice/dropdown/CwDropdown.js +0 -27
  418. package/dist/src/components/control/choice/dropdown/CwDropdownContainer.js +0 -30
  419. package/dist/src/components/control/choice/dropdown/CwDropdownFilter.js +0 -10
  420. package/dist/src/components/control/choice/multi-filter/CwMultiFilter.js +0 -298
  421. package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.js +0 -17
  422. package/dist/src/components/control/choice/multiselect/CwHeadFilter.js +0 -80
  423. package/dist/src/components/control/choice/multiselect/CwMultiselect.js +0 -393
  424. package/dist/src/components/control/choice/multiselect/CwOptionList.js +0 -36
  425. package/dist/src/components/control/choice/option/CwOption.js +0 -16
  426. package/dist/src/components/control/choice/select/CwSelect.js +0 -36
  427. package/dist/src/components/control/choice/toggle/CwToggle.js +0 -9
  428. package/dist/src/components/control/input/any/CwInput.js +0 -16
  429. package/dist/src/components/control/input/color/CwColorPicker.js +0 -210
  430. package/dist/src/components/control/input/color/CwInputColor.js +0 -142
  431. package/dist/src/components/control/input/date/CwInputDate.js +0 -29
  432. package/dist/src/components/control/input/date-picker/CwInputDatePicker.js +0 -109
  433. package/dist/src/components/control/input/date-text/CwInputDateText.js +0 -90
  434. package/dist/src/components/control/input/datetime/CwInputDatetime.js +0 -29
  435. package/dist/src/components/control/input/digit/CwDigit.js +0 -28
  436. package/dist/src/components/control/input/file/CwFileUpload.js +0 -52
  437. package/dist/src/components/control/input/file/CwFileUploadMultiple.js +0 -148
  438. package/dist/src/components/control/input/image/CwInputImage.js +0 -52
  439. package/dist/src/components/control/input/image-area/CwImageArea.js +0 -113
  440. package/dist/src/components/control/input/number/CwInputNumber.js +0 -11
  441. package/dist/src/components/control/input/phone/CwInputPhone.js +0 -24
  442. package/dist/src/components/control/input/text/CwInputText.js +0 -31
  443. package/dist/src/components/control/input/text-area/CwTextArea.js +0 -9
  444. package/dist/src/components/control/input/time/CwTime.js +0 -29
  445. package/dist/src/components/control/input/weekday/CwWeekdaySelector.js +0 -143
  446. package/dist/src/components/custom/find-airport/CwFindAirportComp.js +0 -240
  447. package/dist/src/components/custom/scheduler/CwSchedulerComp.js +0 -211
  448. package/dist/src/components/custom/scheduler/CwSuperSchedulerComp.js +0 -269
  449. package/dist/src/components/custom/scheduler/components/EventRender.js +0 -142
  450. package/dist/src/components/custom/scheduler/components/ResourceListRender.js +0 -12
  451. package/dist/src/components/custom/scheduler/components/ResourceRender.js +0 -26
  452. package/dist/src/components/custom/scheduler/components/day_headers/DayHeader.js +0 -13
  453. package/dist/src/components/custom/scheduler/components/day_headers/MonthHeader.js +0 -12
  454. package/dist/src/components/custom/scheduler/components/day_headers/MyDaysHeader.js +0 -62
  455. package/dist/src/components/custom/scheduler/components/day_headers/WeekHeader.js +0 -13
  456. package/dist/src/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.js +0 -24
  457. package/dist/src/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.js +0 -17
  458. package/dist/src/components/custom/scheduler/components/scheduler_header/SchedulerHeader.js +0 -26
  459. package/dist/src/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
  460. package/dist/src/components/custom/scheduler/components/time_headers/TimeHeader.js +0 -31
  461. package/dist/src/components/custom/scheduler/components/time_headers/TimeHeaderRow.js +0 -16
  462. package/dist/src/components/custom/scheduler/components/time_line/TimeLine.js +0 -12
  463. package/dist/src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.js +0 -5
  464. package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.js +0 -15
  465. package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
  466. package/dist/src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.js +0 -43
  467. package/dist/src/components/custom/scheduler/logic/dates/getMonthHeaderData.js +0 -35
  468. package/dist/src/components/custom/scheduler/logic/dates/getUtcToday.js +0 -6
  469. package/dist/src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
  470. package/dist/src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.js +0 -55
  471. package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisionType.js +0 -13
  472. package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisions.js +0 -16
  473. package/dist/src/components/custom/scheduler/logic/filtering/filterEvents.js +0 -33
  474. package/dist/src/components/custom/scheduler/logic/filtering/filterResources.js +0 -14
  475. package/dist/src/components/custom/scheduler/logic/filtering/hasSameProperties.js +0 -10
  476. package/dist/src/components/custom/scheduler/logic/onDrop/OnDrop.js +0 -45
  477. package/dist/src/components/custom/scheduler/logic/pixels/getHeightLineScheduler.js +0 -14
  478. package/dist/src/components/custom/scheduler/logic/pixels/getPixelsForEvent.js +0 -32
  479. package/dist/src/components/custom/scheduler/logic/pixels/heightScheduler.js +0 -14
  480. package/dist/src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.js +0 -9
  481. package/dist/src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.js +0 -5
  482. package/dist/src/components/custom/scheduler/logic/state_handle/handleResourceChange.js +0 -11
  483. package/dist/src/components/custom/scheduler/logic/state_handle/onDragOver.js +0 -9
  484. package/dist/src/components/custom/scheduler/logic/state_handle/onDropEventToResource.js +0 -3
  485. package/dist/src/components/custom/scheduler/logic/strings/compareStrings.js +0 -7
  486. package/dist/src/components/custom/scheduler/logic/strings/getGUID.js +0 -7
  487. package/dist/src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.js +0 -8
  488. package/dist/src/components/custom/scheduler/logic/ui/getEventsOfResource.js +0 -45
  489. package/dist/src/components/custom/scheduler/logic/ui/getTimeHeaders.js +0 -35
  490. package/dist/src/components/custom/scheduler/logic/ui/isAllowedToMove.js +0 -19
  491. package/dist/src/components/custom/scheduler/logic/ui/updateResourceVisibility.js +0 -15
  492. package/dist/src/components/custom/scheduler/state/CblDragAndDrop.js +0 -18
  493. package/dist/src/components/custom/scheduler/state/CwSchedulerProps.js +0 -1
  494. package/dist/src/components/custom/scheduler/state/Resource.js +0 -18
  495. package/dist/src/components/custom/scheduler/state/State.js +0 -1
  496. package/dist/src/components/custom/scheduler/state/cblEvent.js +0 -28
  497. package/dist/src/components/custom/scheduler/state/cblEventCompProps.js +0 -1
  498. package/dist/src/components/custom/scheduler/state/resourceCompProps2.js +0 -1
  499. package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.js +0 -123
  500. package/dist/src/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.js +0 -118
  501. package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.js +0 -166
  502. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderDivision.js +0 -26
  503. package/dist/src/components/custom/scheduler-new/presentation/components/header/HeaderTitle.js +0 -8
  504. package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.js +0 -86
  505. package/dist/src/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.js +0 -1
  506. package/dist/src/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.js +0 -60
  507. package/dist/src/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.js +0 -24
  508. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.js +0 -150
  509. package/dist/src/components/custom/scheduler-new/presentation/components/row/EventSideDrag.js +0 -11
  510. package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.js +0 -176
  511. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.js +0 -8
  512. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/TimeLine.js +0 -39
  513. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.js +0 -8
  514. package/dist/src/components/custom/scheduler-new/presentation/helpers.js +0 -43
  515. package/dist/src/components/custom/scheduler-new/presentation/logic/WeekendCalc.js +0 -24
  516. package/dist/src/components/custom/scheduler-new/presentation/logic/dateFromPercentage.js +0 -7
  517. package/dist/src/components/custom/scheduler-new/presentation/logic/eventIsVisible.js +0 -7
  518. package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.js +0 -113
  519. package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.js +0 -21
  520. package/dist/src/components/custom/scheduler-new/presentation/logic/getEventSizes.js +0 -30
  521. package/dist/src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.js +0 -13
  522. package/dist/src/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.js +0 -7
  523. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.js +0 -32
  524. package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.js +0 -12
  525. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.js +0 -1
  526. package/dist/src/components/custom/scheduler-new/presentation/state/ui/WeekRange.js +0 -1
  527. package/dist/src/components/custom/scheduler-temporal/CwSchedulerComp2.js +0 -267
  528. package/dist/src/components/custom/scheduler-temporal/CwSuperSchedulerComp.js +0 -269
  529. package/dist/src/components/custom/scheduler-temporal/components/EventRender.js +0 -142
  530. package/dist/src/components/custom/scheduler-temporal/components/ResourceListRender.js +0 -12
  531. package/dist/src/components/custom/scheduler-temporal/components/ResourceRender.js +0 -26
  532. package/dist/src/components/custom/scheduler-temporal/components/day_headers/DayHeader.js +0 -13
  533. package/dist/src/components/custom/scheduler-temporal/components/day_headers/MonthHeader.js +0 -12
  534. package/dist/src/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.js +0 -62
  535. package/dist/src/components/custom/scheduler-temporal/components/day_headers/WeekHeader.js +0 -13
  536. package/dist/src/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.js +0 -22
  537. package/dist/src/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.js +0 -17
  538. package/dist/src/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.js +0 -26
  539. package/dist/src/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.js +0 -23
  540. package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeader.js +0 -31
  541. package/dist/src/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.js +0 -16
  542. package/dist/src/components/custom/scheduler-temporal/components/time_line/TimeLine.js +0 -12
  543. package/dist/src/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.js +0 -5
  544. package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.js +0 -15
  545. package/dist/src/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.js +0 -5
  546. package/dist/src/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.js +0 -43
  547. package/dist/src/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.js +0 -35
  548. package/dist/src/components/custom/scheduler-temporal/logic/dates/getUtcToday.js +0 -6
  549. package/dist/src/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.js +0 -20
  550. package/dist/src/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.js +0 -55
  551. package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.js +0 -13
  552. package/dist/src/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.js +0 -16
  553. package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.js +0 -10
  554. package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterEvents.js +0 -34
  555. package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterResources.js +0 -14
  556. package/dist/src/components/custom/scheduler-temporal/logic/filtering/hasSameProperties.js +0 -10
  557. package/dist/src/components/custom/scheduler-temporal/logic/onDrop/OnDrop.js +0 -36
  558. package/dist/src/components/custom/scheduler-temporal/logic/pixels/getHeightLineScheduler.js +0 -14
  559. package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.js +0 -32
  560. package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.js +0 -14
  561. package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightSchedulerPinned.js +0 -9
  562. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.js +0 -5
  563. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handlePropChanges.js +0 -178
  564. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/handleResourceChange.js +0 -11
  565. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDragOver.js +0 -9
  566. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.js +0 -3
  567. package/dist/src/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.js +0 -3
  568. package/dist/src/components/custom/scheduler-temporal/logic/strings/compareStrings.js +0 -7
  569. package/dist/src/components/custom/scheduler-temporal/logic/strings/getGUID.js +0 -7
  570. package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.js +0 -9
  571. package/dist/src/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.js +0 -92
  572. package/dist/src/components/custom/scheduler-temporal/logic/ui/getHasPropsChanged.js +0 -242
  573. package/dist/src/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.js +0 -35
  574. package/dist/src/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.js +0 -19
  575. package/dist/src/components/custom/scheduler-temporal/logic/ui/shouldTriggerScroll.js +0 -241
  576. package/dist/src/components/custom/scheduler-temporal/logic/ui/updateResourceVisibility.js +0 -15
  577. package/dist/src/components/custom/scheduler-temporal/state/CblDragAndDrop.js +0 -18
  578. package/dist/src/components/custom/scheduler-temporal/state/CwSchedulerProps.js +0 -1
  579. package/dist/src/components/custom/scheduler-temporal/state/Resource.js +0 -18
  580. package/dist/src/components/custom/scheduler-temporal/state/State.js +0 -1
  581. package/dist/src/components/custom/scheduler-temporal/state/cblEvent.js +0 -28
  582. package/dist/src/components/custom/scheduler-temporal/state/cblEventCompProps.js +0 -1
  583. package/dist/src/components/custom/scheduler-temporal/state/resourceCompProps2.js +0 -1
  584. package/dist/src/components/custom/super-scheduler/PinRowHeader.js +0 -53
  585. package/dist/src/components/custom/super-scheduler/SuperScheduler.js +0 -23
  586. package/dist/src/components/custom/super-scheduler/SuperSchedulerEvents.js +0 -15
  587. package/dist/src/components/custom/super-scheduler/SuperSchedulerPresenter.js +0 -45
  588. package/dist/src/components/display/data/accordion/CwAccordionContainer.js +0 -20
  589. package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.js +0 -138
  590. package/dist/src/components/display/data/table/CwTable.js +0 -203
  591. package/dist/src/components/display/graphics/icon/CwIcon.js +0 -23
  592. package/dist/src/components/display/graphics/loading/CwLoading.js +0 -27
  593. package/dist/src/components/display/graphics/loading-small/CwLoadingSmall.js +0 -20
  594. package/dist/src/components/display/text/heading/CwHeadingMain.js +0 -5
  595. package/dist/src/components/display/text/heading/CwHeadingSecond.js +0 -5
  596. package/dist/src/components/display/text/label/CwLabel.js +0 -13
  597. package/dist/src/components/display/text/message/CwMessage.js +0 -75
  598. package/dist/src/components/display/text/note/CwNote.js +0 -78
  599. package/dist/src/components/display/text/tag/CwChip.js +0 -57
  600. package/dist/src/components/display/text/tag/CwTag.js +0 -21
  601. package/dist/src/components/display/text/tooltip/CwTooltip.js +0 -4
  602. package/dist/src/components/layout/align/CwAlign.js +0 -54
  603. package/dist/src/components/layout/card/CwCard.js +0 -55
  604. package/dist/src/components/layout/card/CwCardList.js +0 -38
  605. package/dist/src/components/layout/dialog/CwDialog.js +0 -255
  606. package/dist/src/components/layout/dialog/CwDialogManager.js +0 -44
  607. package/dist/src/components/layout/list/details/CwExpandable.js +0 -28
  608. package/dist/src/components/layout/list/key-value/CwKeyValueList.js +0 -23
  609. package/dist/src/components/layout/list/sortable/CwSortableList.js +0 -73
  610. package/dist/src/components/layout/list/sortable/useSortableList.js +0 -53
  611. package/dist/src/components/layout/modal/CwModalReportFunctional.js +0 -23
  612. package/dist/src/components/layout/modal/hover/CwModalHover.js +0 -61
  613. package/dist/src/components/layout/modal/legacy/cw_modal.js +0 -44
  614. package/dist/src/components/layout/modal/legacy/cw_modal_confirm.js +0 -39
  615. package/dist/src/components/layout/modal/legacy/cw_modal_iframe.js +0 -44
  616. package/dist/src/components/layout/modal/legacy/cw_modal_report.js +0 -26
  617. package/dist/src/components/layout/tabs/CwTabs.js +0 -53
  618. package/dist/src/dev/index.d.ts +0 -5
  619. package/dist/src/dev/index.d.ts.map +0 -1
  620. package/dist/src/dev/palette.d.ts +0 -3
  621. package/dist/src/dev/palette.d.ts.map +0 -1
  622. package/dist/src/dev/previews.d.ts +0 -3
  623. package/dist/src/dev/previews.d.ts.map +0 -1
  624. package/dist/src/dev/useInitial.d.ts +0 -3
  625. package/dist/src/dev/useInitial.d.ts.map +0 -1
  626. package/dist/src/index.js +0 -187
  627. package/dist/test/components/custom/new-scheduler/presentation/logic/getDefaultDivisions.test.js +0 -48
  628. package/dist/test/components/custom/new-scheduler/presentation/logic/hoursBetween.test.js +0 -15
  629. package/dist/test/components/custom/new-scheduler/presentation/logic/monthDivisions.test.js +0 -42
  630. package/dist/test/components/custom/new-scheduler/presentation/logic/weekendCalc.test.js +0 -30
  631. package/dist/test/components/custom/scheduler/addMinutesToDateFromPx.test.js +0 -43
  632. package/dist/test/components/custom/scheduler/checkIfSlotAvailable.test.js +0 -30
  633. package/dist/test/components/custom/scheduler/daysBetweenTwoDates.test.js +0 -61
  634. package/dist/test/components/custom/scheduler/daysBetweenTwoDatesWithoutCeilForEvent.test.js +0 -27
  635. package/dist/test/components/custom/scheduler/getGUID.test.js +0 -30
  636. package/dist/test/components/custom/scheduler/getPixelsForEvent.test.js +0 -38
  637. package/dist/test/components/custom/scheduler/getTimeHeaders.test.js +0 -35
  638. package/dist/test/components/custom/scheduler/hasSameProperties.test.js +0 -51
  639. package/dist/test/components/custom/scheduler/isAllowedToMove.test.js +0 -28
  640. package/dist/test/components/custom/scheduler/listOfDatesToWeeks.test.js +0 -72
  641. package/dist/test/jest.setup.js +0 -1
@@ -0,0 +1,7 @@
1
+ import type { cblEvent } from "./cblEvent";
2
+ export type cblEventCompProps = {
3
+ ref?: any;
4
+ cblEvent: cblEvent;
5
+ handleOnClickEventContextMenu?: (key: string, cblEvent: cblEvent) => void;
6
+ };
7
+ //# sourceMappingURL=cblEventCompProps.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cblEventCompProps.d.ts","sourceRoot":"","sources":["../../../../../src/components/custom/scheduler-temporal/state/cblEventCompProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AAE3C,MAAM,MAAM,iBAAiB,GAAG;IAC/B,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,QAAQ,EAAE,QAAQ,CAAC;IACnB,6BAA6B,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,KAAK,IAAI,CAAC;CAC1E,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { ItemType } from "antd/lib/menu/hooks/useItems";
2
+ import { FC, type CSSProperties, type ReactNode } from "react";
3
+ import { RowHeaderDm, RowHeaderProps } from "../scheduler-new/presentation/components/row/DefaultRowHeader";
4
+ export interface PinRowHeaderProps extends RowHeaderDm {
5
+ isPinned: boolean;
6
+ contextMenuItems: ItemType[];
7
+ isLoading: boolean;
8
+ highlightColor?: string;
9
+ tooltip?: ReactNode;
10
+ overlayTooltipStyle?: CSSProperties;
11
+ indicators?: ReactNode;
12
+ }
13
+ export declare const PinRowHeader: FC<RowHeaderProps<PinRowHeaderProps>>;
14
+ export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=PinRowHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PinRowHeader.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/super-scheduler/PinRowHeader.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAE7D,OAAO,EAAE,EAAE,EAAY,KAAK,aAAa,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzE,OAAO,EAAE,WAAW,EAAE,cAAc,EAAE,MAAM,+DAA+D,CAAC;AAK5G,MAAM,WAAW,iBAAkB,SAAQ,WAAW;IACrD,QAAQ,EAAE,OAAO,CAAC;IAClB,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,mBAAmB,CAAC,EAAE,aAAa,CAAC;IACpC,UAAU,CAAC,EAAE,SAAS,CAAC;CACvB;AAYD,eAAO,MAAM,YAAY,EAAE,EAAE,CAAC,cAAc,CAAC,iBAAiB,CAAC,CAkE9D,CAAC;AAGF,eAAO,MAAM,QAAQ,+CAoBpB,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { ItemType } from "antd/lib/menu/hooks/useItems";
2
+ import { FC } from "react";
3
+ import { OnEvent } from "../../../common/functions/dsl/UiEventDSL";
4
+ import { SchedulerHeaderContent } from "../scheduler-new/presentation/components/header/SchedulerHeaderState";
5
+ import { BackgroundEventDm } from "../scheduler-new/presentation/components/row/BackgroundEvent";
6
+ import { SchedulerEventDm } from "../scheduler-new/presentation/components/row/Event";
7
+ import { OrderCategory } from "../scheduler-new/presentation/NewScheduler";
8
+ import { SchedulerState } from "../scheduler-new/presentation/state/ui/SchedulerState";
9
+ import { PinRowHeaderProps } from "./PinRowHeader";
10
+ export interface SuperSchedulerProps {
11
+ id: string;
12
+ state: SchedulerState;
13
+ header: SchedulerHeaderContent;
14
+ rows: PinRowHeaderProps[];
15
+ events: SchedulerEventDm[];
16
+ backgroundEvents: BackgroundEventDm[];
17
+ contextMenuItems: ItemType[];
18
+ pinnedOrderCategory?: OrderCategory<PinRowHeaderProps>[];
19
+ unPinnedOrderCategory?: OrderCategory<PinRowHeaderProps>[];
20
+ onEvent: OnEvent;
21
+ }
22
+ export declare const SuperScheduler: FC<SuperSchedulerProps>;
23
+ export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
24
+ export default SuperScheduler;
25
+ //# sourceMappingURL=SuperScheduler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuperScheduler.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/super-scheduler/SuperScheduler.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAC3B,OAAO,EAAE,OAAO,EAAE,MAAM,0CAA0C,CAAC;AAEnE,OAAO,EAAE,sBAAsB,EAAE,MAAM,sEAAsE,CAAC;AAC9G,OAAO,EAAE,iBAAiB,EAAE,MAAM,8DAA8D,CAAC;AACjG,OAAO,EAAkB,gBAAgB,EAAE,MAAM,oDAAoD,CAAC;AACtG,OAAO,EAAE,aAAa,EAAa,MAAM,4CAA4C,CAAC;AACtF,OAAO,EAAE,cAAc,EAAE,MAAM,uDAAuD,CAAC;AACvF,OAAO,EAAgB,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAIjE,MAAM,WAAW,mBAAmB;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,cAAc,CAAC;IACtB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,IAAI,EAAE,iBAAiB,EAAE,CAAC;IAC1B,MAAM,EAAE,gBAAgB,EAAE,CAAC;IAC3B,gBAAgB,EAAE,iBAAiB,EAAE,CAAC;IACtC,gBAAgB,EAAE,QAAQ,EAAE,CAAC;IAC7B,mBAAmB,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,EAAE,CAAC;IACzD,qBAAqB,CAAC,EAAE,aAAa,CAAC,iBAAiB,CAAC,EAAE,CAAC;IAC3D,OAAO,EAAE,OAAO,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,EAAE,EAAE,CAAC,mBAAmB,CA6DlD,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAepB,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,13 @@
1
+ import type { UiEvent } from "../../../common/functions/dsl/UiEventDSL";
2
+ export declare class OnPinRow implements UiEvent {
3
+ readonly id: string;
4
+ constructor(id: string);
5
+ }
6
+ export declare class OnUnpinRow implements UiEvent {
7
+ readonly id: string;
8
+ constructor(id: string);
9
+ }
10
+ export declare class OnClearPinned implements UiEvent {
11
+ constructor();
12
+ }
13
+ //# sourceMappingURL=SuperSchedulerEvents.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuperSchedulerEvents.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/super-scheduler/SuperSchedulerEvents.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,0CAA0C,CAAC;AAEtE,qBAAa,QAAS,YAAW,OAAO;aACJ,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAC7C;AAED,qBAAa,UAAW,YAAW,OAAO;aACN,EAAE,EAAE,MAAM;gBAAV,EAAE,EAAE,MAAM;CAC7C;AAED,qBAAa,aAAc,YAAW,OAAO;;CAE5C"}
@@ -0,0 +1,9 @@
1
+ import { OnEvent } from "../../../common/functions/dsl/UiEventDSL";
2
+ import type { SchedulerState } from "../scheduler-new/presentation/state/ui/SchedulerState";
3
+ import { PinRowHeaderProps } from "./PinRowHeader";
4
+ export declare const SuperSchedulerPresenter: () => {
5
+ state: SchedulerState;
6
+ rows: PinRowHeaderProps[];
7
+ onEvent: OnEvent;
8
+ };
9
+ //# sourceMappingURL=SuperSchedulerPresenter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SuperSchedulerPresenter.d.ts","sourceRoot":"","sources":["../../../../src/components/custom/super-scheduler/SuperSchedulerPresenter.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,EAAW,MAAM,0CAA0C,CAAC;AAC5E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,uDAAuD,CAAC;AAC5F,OAAO,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEnD,eAAO,MAAM,uBAAuB;;;;CAgDnC,CAAC"}
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ export interface CwAccordionContainerProps {
3
+ children?: any;
4
+ desc_text?: string;
5
+ style?: React.CSSProperties;
6
+ }
7
+ /**
8
+ *
9
+ * @param CwelltAccordionContainerProps
10
+ * @remarks Previously CwAccordionContainer
11
+ * @returns
12
+ */
13
+ export declare function CwAccordionContainer(CwelltAccordionContainerProps: React.PropsWithChildren<CwAccordionContainerProps>): import("react/jsx-runtime").JSX.Element;
14
+ //# sourceMappingURL=CwAccordionContainer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwAccordionContainer.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/data/accordion/CwAccordionContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,WAAW,yBAAyB;IACzC,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC5B;AAED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CACnC,6BAA6B,EAAE,KAAK,CAAC,iBAAiB,CAAC,yBAAyB,CAAC,2CA+BjF"}
@@ -0,0 +1,15 @@
1
+ import { type CSSProperties, type FC, type ReactNode } from "react";
2
+ type TooltipPosition = "top" | "bottom" | "left" | "right";
3
+ interface CwGenericTooltipProps {
4
+ children: ReactNode;
5
+ content?: ReactNode;
6
+ dissapearsWhenHover?: boolean;
7
+ hide?: boolean;
8
+ position?: TooltipPosition;
9
+ overlayStyle?: CSSProperties;
10
+ showDelay?: number;
11
+ }
12
+ export declare const CwGenericTooltip: FC<CwGenericTooltipProps>;
13
+ export declare const _preview: () => import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=CwGenericTooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwGenericTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/data/generic_tooltip/CwGenericTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAqD,KAAK,aAAa,EAAE,KAAK,EAAE,EAAE,KAAK,SAAS,EAAE,MAAM,OAAO,CAAC;AAUvH,KAAK,eAAe,GAAG,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;AAG3D,UAAU,qBAAqB;IAC9B,QAAQ,EAAE,SAAS,CAAC;IACpB,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,YAAY,CAAC,EAAE,aAAa,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AA+HD,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAuEtD,CAAC;AAEF,eAAO,MAAM,QAAQ,+CAgEpB,CAAC"}
@@ -0,0 +1,102 @@
1
+ import React from "react";
2
+ export interface Column<T = any> {
3
+ title: string;
4
+ dataIndex?: keyof T;
5
+ key: string;
6
+ render?: (item: T) => React.ReactNode;
7
+ className?: string;
8
+ sortable?: boolean;
9
+ width?: number | string;
10
+ }
11
+ export interface DataItem {
12
+ [key: string]: any;
13
+ }
14
+ export interface CwTableProps<T = any> {
15
+ columns: Column<T>[];
16
+ data: T[];
17
+ pagination?: boolean;
18
+ pageSizeOptions?: number[];
19
+ expandedRowRender?: (record: T) => React.ReactNode;
20
+ onExpand?: (record: T) => void;
21
+ classNameContainer?: string;
22
+ className?: string;
23
+ classNameRow?: string;
24
+ style?: React.CSSProperties;
25
+ id?: string;
26
+ textNoData?: string;
27
+ rowKey?: keyof T;
28
+ loading?: boolean;
29
+ scrollHeight?: number | string;
30
+ stickyHeader?: boolean;
31
+ }
32
+ /**
33
+ * A reusable and customizable table component.
34
+ *
35
+ * @param props - Component props to configure columns, data, styles, pagination, expanded rows, and more.
36
+ *
37
+ * @example
38
+ * const columns: Column<User>[] = [
39
+ * {
40
+ * title: 'Name',
41
+ * dataIndex: 'name',
42
+ * key: 'name',
43
+ * sortable: true, // Column is sortable
44
+ * width: 100 // You can define the width of the column
45
+ * },
46
+ * {
47
+ * title: 'Age',
48
+ * dataIndex: 'age',
49
+ * key: 'age',
50
+ * sortable: true,
51
+ * render: (item) => <span>{item.age} years</span> // Custom rendering
52
+ * },
53
+ * {
54
+ * title: 'Address',
55
+ * dataIndex: 'address',
56
+ * key: 'address',
57
+ * render: (item) => (
58
+ * <a href={`https://maps.google.com/?q=${encodeURIComponent(item.address)}`} target="_blank" rel="noreferrer">
59
+ * {item.address}
60
+ * </a>
61
+ * ) // Link rendering
62
+ * }
63
+ * ];
64
+ *
65
+ * const data:User[] = [
66
+ * { key: '1', name: 'Mike', age: 32, address: '10 Downing Street' },
67
+ * { key: '2', name: 'John', age: 42, address: '11 Downing Street' },
68
+ * { key: '3', name: 'Andres', age: 33, address: '12 Downing Street' },
69
+ * { key: '4', name: 'Gabriel', age: 22, address: '13 Downing Street' },
70
+ * { key: '5', name: 'Sergio', age: 47, address: '14 Downing Street' },
71
+ * { key: '6', name: 'Zacarias', age: 61, address: '15 Downing Street' }
72
+ * ];
73
+ *
74
+ * const generateExpandedContent = (record) => (
75
+ * <div>
76
+ * Custom expanded content for {record.name}
77
+ * </div>
78
+ * );
79
+ *
80
+ * <CwTable<User>
81
+ * columns={columns}
82
+ * data={data}
83
+ * pagination={true}
84
+ * pageSizeOptions={[3, 5, 10]} // Optional, defaults to [5, 10, 20, 50]
85
+ * expandedRowRender={generateExpandedContent}
86
+ * onExpand={(item) => console.log('Expanded:', item)}
87
+ * rowKey="key" // Optional, defaults to 'key'
88
+ * textNoData="No data available" // Optional message when no data
89
+ * loading={false} // Optional, shows loading indicator
90
+ * scrollHeight={300} // Optional scroll height, defaults to 300
91
+ * stickyHeader={true} // Optional, makes header sticky on scroll
92
+ * classNameContainer="my-table-wrapper" // Optional wrapper class
93
+ * className="my-table" // Optional table class
94
+ * classNameRow="my-table-row" // Optional class for each row
95
+ * id="custom-table-id" // Optional ID for the container
96
+ * style={{ border: '1px solid #ccc' }} // Optional inline styles
97
+ * />
98
+ *
99
+ * @returns React component
100
+ */
101
+ export declare function CwTable<T = any>({ columns, data, pagination, pageSizeOptions, expandedRowRender, onExpand, className, classNameRow, style, classNameContainer, id, textNoData, rowKey, loading, scrollHeight, stickyHeader, }: Readonly<CwTableProps<T>>): import("react/jsx-runtime").JSX.Element;
102
+ //# sourceMappingURL=CwTable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwTable.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/data/table/CwTable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAE9D,MAAM,WAAW,MAAM,CAAC,CAAC,GAAG,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,CAAC,EAAE,CAAC,IAAI,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACtC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,QAAQ;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAEnB;AAED,MAAM,WAAW,YAAY,CAAC,CAAC,GAAG,GAAG;IACpC,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;IACrB,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,iBAAiB,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACnD,QAAQ,CAAC,EAAE,CAAC,MAAM,EAAE,CAAC,KAAK,IAAI,CAAC;IAC/B,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC,CAAC;IACjB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC/B,YAAY,CAAC,EAAE,OAAO,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAoEG;AAEH,wBAAgB,OAAO,CAAC,CAAC,GAAG,GAAG,EAAE,EAChC,OAAO,EACP,IAAI,EACJ,UAAkB,EAClB,eAAiC,EACjC,iBAAiB,EACjB,QAAQ,EACR,SAAS,EACT,YAAY,EACZ,KAAK,EACL,kBAAkB,EAClB,EAAE,EACF,UAA8C,EAC9C,MAAyB,EACzB,OAAe,EACf,YAAY,EACZ,YAAoB,GACpB,EAAE,QAAQ,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,2CA+Q3B"}
@@ -0,0 +1,15 @@
1
+ import { HTMLProps } from "react";
2
+ export interface CwIconProps extends Omit<HTMLProps<HTMLDivElement>, "className"> {
3
+ /** Icon identifier */
4
+ iconId: string;
5
+ /** Source of the icon: 'fontawesome' or 'cwellt'. Defaults to 'cwellt' */
6
+ source?: 'fontawesome' | 'cwellt';
7
+ }
8
+ /**
9
+ * Icon component that supports both FontAwesome 4 and cwellt icon font
10
+ * @example
11
+ * <CwIcon iconId="house" /> // Uses cwellt icon font
12
+ * <CwIcon iconId="house" source="fontawesome" /> // Uses FontAwesome
13
+ */
14
+ export declare function CwIcon(props: CwIconProps): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=CwIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwIcon.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/graphics/icon/CwIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,WAAW,WAAY,SAAQ,IAAI,CAAC,SAAS,CAAC,cAAc,CAAC,EAAE,WAAW,CAAC;IAChF,sBAAsB;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,0EAA0E;IAC1E,MAAM,CAAC,EAAE,aAAa,GAAG,QAAQ,CAAC;CAClC;AAED;;;;;GAKG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAUxC"}
@@ -0,0 +1,42 @@
1
+ import React from 'react';
2
+ import './cw-loading.css';
3
+ type LoadingSize = 'small' | 'regular' | 'large';
4
+ type IconPosition = 'inside' | 'outside';
5
+ interface CwLoadingProps {
6
+ /** Boolean to show/hide loading */
7
+ isLoading?: boolean;
8
+ /** Text to display alongside the loading icon */
9
+ text?: string;
10
+ /** Controls the size of the loading indicator (small/regular/large) */
11
+ size?: LoadingSize;
12
+ /** Position of the icon */
13
+ iconPosition?: IconPosition;
14
+ /** Custom icon class (default: 'cwi-plane-solid') */
15
+ iconName?: string;
16
+ /** Custom animation (default: 'spin') */
17
+ animation?: string;
18
+ }
19
+ /**
20
+ * CwLoading
21
+ *
22
+ * A versatile loading component that shows a spinner with optional text
23
+ * and disables the wrapped content while in loading state.
24
+ *
25
+ * @example
26
+ * // Basic usage
27
+ * <CwLoading isLoading={isSubmitting}>
28
+ * <form>...</form>
29
+ * </CwLoading>
30
+ *
31
+ * // With custom text and size
32
+ * <CwLoading
33
+ * isLoading={isLoading}
34
+ * text="Please wait..."
35
+ * size="large"
36
+ * >
37
+ * <UserProfile />
38
+ * </CwLoading>
39
+ */
40
+ export declare function CwLoading({ isLoading, text, size, iconPosition, iconName, animation, children }: React.PropsWithChildren<CwLoadingProps>): import("react/jsx-runtime").JSX.Element;
41
+ export {};
42
+ //# sourceMappingURL=CwLoading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwLoading.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/graphics/loading/CwLoading.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,kBAAkB,CAAC;AAG1B,KAAK,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAGjD,KAAK,YAAY,GAAG,QAAQ,GAAG,SAAS,CAAC;AAGzC,UAAU,cAAc;IACvB,mCAAmC;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iDAAiD;IACjD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uEAAuE;IACvE,IAAI,CAAC,EAAE,WAAW,CAAC;IACnB,2BAA2B;IAC3B,YAAY,CAAC,EAAE,YAAY,CAAC;IAC5B,qDAAqD;IACrD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,yCAAyC;IACzC,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED;;;;;;;;;;;;;;;;;;;;GAoBG;AAIH,wBAAgB,SAAS,CAAC,EACzB,SAAiB,EACjB,IAAS,EACT,IAAgB,EAChB,YAAwB,EACxB,QAA4B,EAC5B,SAAkB,EAClB,QAAQ,EACR,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,2CAiCzC"}
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ export interface CwLoadingSmallProps {
3
+ isLoading?: boolean;
4
+ }
5
+ /**
6
+ * @deprecated since may 2025. Use <CwLoading size="small"> instead.
7
+ *
8
+ * This component will be removed in a future release.
9
+ *
10
+ * @example
11
+ * // Instead of:
12
+ * <CwLoadingSmall />
13
+ *
14
+ * // Use:
15
+ * <CwLoading size="small" />
16
+ */
17
+ export declare function CwLoadingSmall(CwelltLoadingAppointements: React.PropsWithChildren<CwLoadingSmallProps>): import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=CwLoadingSmall.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwLoadingSmall.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/graphics/loading-small/CwLoadingSmall.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,mBAAmB;IAEnC,SAAS,CAAC,EAAE,OAAO,CAAC;CACpB;AAED;;;;;;;;;;;GAWG;AAEH,wBAAgB,cAAc,CAAC,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAAC,mBAAmB,CAAC,2CAiBtG"}
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function CwHeadingMain(props: React.PropsWithChildren<React.HTMLProps<HTMLHeadingElement>>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CwHeadingMain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwHeadingMain.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/heading/CwHeadingMain.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC,2CAShG"}
@@ -0,0 +1,3 @@
1
+ import React from "react";
2
+ export declare function CwHeadingSecond(props: React.PropsWithChildren<React.HTMLProps<HTMLHeadingElement>>): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=CwHeadingSecond.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwHeadingSecond.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/heading/CwHeadingSecond.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,SAAS,CAAC,kBAAkB,CAAC,CAAC,2CASlG"}
@@ -0,0 +1,28 @@
1
+ import * as CSS from "csstype";
2
+ import { HTMLProps, PropsWithChildren } from "react";
3
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
4
+ export interface CwLabelProps extends Omit<HTMLProps<PropsWithChildren<HTMLLabelElement>>, "className"> {
5
+ /** Text to display on the label; Same as props.children
6
+ * @example text="Name:" */
7
+ text?: string;
8
+ /** Text justify to side.
9
+ * @example justify=right */
10
+ /** css margin */
11
+ margin?: CSS.Property.Margin;
12
+ justify?: CSS.Property.TextAlign;
13
+ /** css width */
14
+ labelWidth?: CSS.Property.Width;
15
+ /** css height */
16
+ labelHeight?: CSS.Property.Height;
17
+ /** CwAlign properties */
18
+ alignProps?: CwAlignProps;
19
+ }
20
+ /**
21
+ * Label for form controls.
22
+ * @example
23
+ * ```tsx
24
+ * <CwLabelForm justify="right" >Username:</CwLabelForm>
25
+ * ```
26
+ */
27
+ export declare function CwLabel(props: CwLabelProps): import("react/jsx-runtime").JSX.Element;
28
+ //# sourceMappingURL=CwLabel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwLabel.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/label/CwLabel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACrD,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC,EAAE,WAAW,CAAC;IACtG;+BAC2B;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;gCAC4B;IAC5B,iBAAiB;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC7B,OAAO,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,SAAS,CAAC;IACjC,iBAAiB;IACjB,UAAU,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,KAAK,CAAC;IAChC,iBAAiB;IACjB,WAAW,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAClC,yBAAyB;IACzB,UAAU,CAAC,EAAE,YAAY,CAAC;CAC1B;AAED;;;;;;GAMG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAc1C"}
@@ -0,0 +1,31 @@
1
+ import { type FC } from "react";
2
+ export declare const CW_DEFAULT_MESSAGE_DURATION: number;
3
+ export declare enum CwMessageType {
4
+ ERROR = "close-circle",
5
+ WARN = "warning",
6
+ INFO = "info-bubble",
7
+ SUCCESS = "check-circle"
8
+ }
9
+ export interface CwMessageProps {
10
+ message: string;
11
+ messageType?: CwMessageType;
12
+ duration?: number;
13
+ onClose?: () => void;
14
+ }
15
+ export declare const CwMessage: FC<CwMessageProps>;
16
+ export declare const useCwMessage: () => {
17
+ showMessage: (props: CwMessageProps) => void;
18
+ RenderMessage: import("react/jsx-runtime").JSX.Element | null;
19
+ };
20
+ export declare class CwMessageManager {
21
+ private static instance;
22
+ private messageContainer;
23
+ root: any;
24
+ private constructor();
25
+ static getInstance(): CwMessageManager;
26
+ private init;
27
+ showMessage(message: string, type?: CwMessageType, duration?: number): void;
28
+ private closeMessage;
29
+ }
30
+ export declare function CwDisplayMessage(message: string, type?: CwMessageType, duration?: number): void;
31
+ //# sourceMappingURL=CwMessage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwMessage.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/message/CwMessage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAuB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAKrD,eAAO,MAAM,2BAA2B,EAAE,MAAa,CAAC;AAExD,oBAAY,aAAa;IACxB,KAAK,iBAAiB;IACtB,IAAI,YAAY;IAChB,IAAI,gBAAgB;IACpB,OAAO,iBAAiB;CACxB;AAED,MAAM,WAAW,cAAc;IAC9B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACrB;AAED,eAAO,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAqBxC,CAAC;AAEF,eAAO,MAAM,YAAY;yBAMI,cAAc;;CAgB1C,CAAC;AAEF,qBAAa,gBAAgB;IAC5B,OAAO,CAAC,MAAM,CAAC,QAAQ,CAAmB;IAC1C,OAAO,CAAC,gBAAgB,CAA+B;IACvD,IAAI,EAAE,GAAG,CAAC;IAEV,OAAO;WAIO,WAAW,IAAI,gBAAgB;IAO7C,OAAO,CAAC,IAAI;IAWL,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM;IAS3E,OAAO,CAAC,YAAY;CAGpB;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,aAAa,EAAE,QAAQ,CAAC,EAAE,MAAM,QAExF"}
@@ -0,0 +1,36 @@
1
+ import React from 'react';
2
+ import './cw-chip.css';
3
+ export type ChipColorScheme = 'danger' | 'warning' | 'success' | 'info' | 'custom';
4
+ export type ChipVariant = 'soft' | 'solid' | 'outline';
5
+ export interface CwChipProps {
6
+ /*** Text content of the chip **/
7
+ label: string;
8
+ /*** Predefined color scheme of the chip **/
9
+ colorScheme?: ChipColorScheme;
10
+ /*** Custom color (only used when colorScheme is 'custom') **/
11
+ customColor?: string;
12
+ /*** Visual variant of the chip **/
13
+ variant?: ChipVariant;
14
+ /*** Additional CSS class name **/
15
+ className?: string;
16
+ /*** Whether to show a close icon **/
17
+ closable?: boolean;
18
+ /*** Handler for close icon click, required if closable is true **/
19
+ onClose?: () => void;
20
+ /*** Optional icon **/
21
+ icon?: string;
22
+ /*** Additional inline styles **/
23
+ style?: React.CSSProperties;
24
+ }
25
+ /**
26
+ * CwChip - A simple chip/tag component for displaying labels or categories
27
+ *
28
+ * @example
29
+ * <CwChip label="Active" colorScheme="success" />
30
+ * <CwChip label="High Priority" colorScheme="danger" variant="solid" />
31
+ * <CwChip label="Custom" colorScheme="custom" customColor="#8a2be2" />
32
+ * <CwChip label="Outlined" colorScheme="info" variant="outline" />
33
+ * <CwChip label="Removable" closable onClose={() => console.log('closed')} />
34
+ **/
35
+ export declare const CwChip: React.FC<CwChipProps>;
36
+ //# sourceMappingURL=CwChip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwChip.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/tag/CwChip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,eAAe,CAAC;AAEvB,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,QAAQ,CAAC;AACnF,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CAAC;AAEvD,MAAM,WAAW,WAAW;IAC3B,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;IACd,4CAA4C;IAC5C,WAAW,CAAC,EAAE,eAAe,CAAC;IAC9B,8DAA8D;IAC9D,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mCAAmC;IACnC,OAAO,CAAC,EAAE,WAAW,CAAC;IACtB,kCAAkC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mEAAmE;IACnE,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,sBAAsB;IACtB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,iCAAiC;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC5B;AAED;;;;;;;;;GASG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA0ExC,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ export interface CwTagProps {
3
+ children?: any;
4
+ styleTag?: React.CSSProperties;
5
+ styleTag_description?: React.CSSProperties;
6
+ closableTag?: boolean;
7
+ className?: string;
8
+ classNameTag_description?: string;
9
+ onClickTag?: (clickEvent: React.MouseEvent<HTMLSpanElement, MouseEvent>) => void;
10
+ onClickClosableTag?: (clickEvent: React.MouseEvent<HTMLSpanElement, MouseEvent>) => void;
11
+ idTag?: string;
12
+ ref?: any;
13
+ styleClosableButton?: React.CSSProperties;
14
+ }
15
+ export declare function CwTag(tagProps: React.PropsWithChildren<CwTagProps>): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=CwTag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwTag.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/tag/CwTag.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,UAAU;IAC1B,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,QAAQ,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC/B,oBAAoB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC3C,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wBAAwB,CAAC,EAAE,MAAM,CAAC;IAClC,UAAU,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IACjF,kBAAkB,CAAC,EAAE,CAAC,UAAU,EAAE,KAAK,CAAC,UAAU,CAAC,eAAe,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;IACzF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,mBAAmB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC1C;AAED,wBAAgB,KAAK,CAAC,QAAQ,EAAE,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,2CAkDlE"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ export interface CwTooltipProps {
3
+ children?: any;
4
+ tooltipTitle?: any;
5
+ tooltipTitleStyle?: React.CSSProperties;
6
+ }
7
+ export declare function CwTooltip(CwelltTooltipProps: React.PropsWithChildren<CwTooltipProps>): import("react/jsx-runtime").JSX.Element;
8
+ //# sourceMappingURL=CwTooltip.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwTooltip.d.ts","sourceRoot":"","sources":["../../../../../src/components/display/text/tooltip/CwTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,MAAM,WAAW,cAAc;IAE9B,QAAQ,CAAC,EAAE,GAAG,CAAC;IAEf,YAAY,CAAC,EAAE,GAAG,CAAC;IAEnB,iBAAiB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CACxC;AAED,wBAAgB,SAAS,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,cAAc,CAAC,2CASpF"}
@@ -0,0 +1,54 @@
1
+ import * as CSS from "csstype";
2
+ import { HTMLProps, PropsWithChildren } from "react";
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
+ 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
+ }
26
+ /**
27
+ * General purpose aligner flex container, useful for column or row view.
28
+ * @remarks
29
+ * ```txt
30
+ * flexDirection="row" (default):
31
+ *
32
+ * <Row A> | - item 1 - item 2 - item 3 |
33
+ * <Row B> | - item 1 - item 2 - item 3 |
34
+ *
35
+ * flexDirection="column":
36
+ *
37
+ * <Col A> <Col B>
38
+ * | - item 1 | - item 1 |
39
+ * | - item 2 | - item 2 |
40
+ * | - item 3 | - item 3 |
41
+ *
42
+ * ```
43
+ * @example
44
+ * <CwAlign flexDirection="column">
45
+ * <div>
46
+ * <h2>ColumnA</h2>
47
+ * </div>
48
+ * <div>
49
+ * <h2>ColumnB</h2>
50
+ * </div>
51
+ * </CwAlign>
52
+ */
53
+ export declare function CwAlign(props: CwAlignProps): import("react/jsx-runtime").JSX.Element;
54
+ //# sourceMappingURL=CwAlign.d.ts.map
@@ -0,0 +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,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"}
@@ -0,0 +1,61 @@
1
+ import React, { ReactNode } from 'react';
2
+ import { CwChipProps } from '../../display/text/tag/CwChip';
3
+ export type CardChip = Omit<CwChipProps, 'closable' | 'onClose' | 'className' | 'style'>;
4
+ export interface CwCardProps {
5
+ /*** Unique identifier for the card **/
6
+ id?: string;
7
+ /*** Card title content **/
8
+ title?: ReactNode;
9
+ /*** Card subtitle content **/
10
+ subtitle?: ReactNode;
11
+ /*** Card header alignment **/
12
+ alignment?: "center" | "left";
13
+ /*** Main content of the card **/
14
+ children: ReactNode;
15
+ /*** Footer content of the card **/
16
+ footer?: ReactNode;
17
+ /** Optional callback for edit action - displays edit button when provided */
18
+ onEdit?: () => void;
19
+ /** Optional callback for delete action - displays delete button when provided */
20
+ onDelete?: () => void;
21
+ /** Additional actions beyond edit/delete (for edge cases) */
22
+ extraActions?: ReactNode;
23
+ /*** Additional CSS class name to apply **/
24
+ className?: string;
25
+ /*** Whether the card is clickable **/
26
+ clickable?: boolean;
27
+ /*** Click handler when clickable is true **/
28
+ onClick?: () => void;
29
+ /*** Whether the card is in a loading state **/
30
+ isLoading?: boolean;
31
+ /*** Whether the card is disabled **/
32
+ disabled?: boolean;
33
+ /*** Custom style object for additional inline styles **/
34
+ style?: React.CSSProperties;
35
+ /*** Tags or chips to be displayed in the card **/
36
+ chips?: CardChip[];
37
+ /*** Variant design **/
38
+ variant?: "border" | "shadow";
39
+ /*** Flex direction **/
40
+ direction?: "column" | "row";
41
+ }
42
+ /**
43
+ * CwCard - A simple card component for displaying content in a contained format
44
+ *
45
+ * @example
46
+ * <CwCard
47
+ * title="Card Title"
48
+ * subtitle="Card Subtitle"
49
+ * onEdit={handleEdit}
50
+ * onDelete={confirmDeletion}
51
+ * footer="Last updated: 2 days ago"
52
+ * chips={[
53
+ * { label: 'Important', colorScheme: 'danger' },
54
+ * { label: 'Custom', colorScheme: 'custom', customColor: '#8a2be2' }
55
+ * ]}
56
+ * >
57
+ * <p>This is the main content of the card.</p>
58
+ * </CwCard>
59
+ **/
60
+ export declare const CwCard: React.FC<CwCardProps>;
61
+ //# sourceMappingURL=CwCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwCard.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/card/CwCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGzC,OAAO,EAAU,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAIpE,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,WAAW,EAAE,UAAU,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC,CAAC;AAEzF,MAAM,WAAW,WAAW;IAC3B,uCAAuC;IACvC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,2BAA2B;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,8BAA8B;IAC9B,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,8BAA8B;IAC9B,SAAS,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IAC9B,iCAAiC;IACjC,QAAQ,EAAE,SAAS,CAAC;IACpB,mCAAmC;IACnC,MAAM,CAAC,EAAE,SAAS,CAAC;IACnB,6EAA6E;IAC7E,MAAM,CAAC,EAAE,MAAM,IAAI,CAAC;IACpB,iFAAiF;IACjF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,6DAA6D;IAC7D,YAAY,CAAC,EAAE,SAAS,CAAC;IACzB,2CAA2C;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sCAAsC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,6CAA6C;IAC7C,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,+CAA+C;IAC/C,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,yDAAyD;IACzD,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,kDAAkD;IAClD,KAAK,CAAC,EAAE,QAAQ,EAAE,CAAC;IACnB,uBAAuB;IACvB,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IAC9B,uBAAuB;IACvB,SAAS,CAAC,EAAE,QAAQ,GAAG,KAAK,CAAC;CAC7B;AAED;;;;;;;;;;;;;;;;;GAiBG;AACH,eAAO,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CAwHxC,CAAC"}