@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,33 @@
1
+ import { FC } from "react";
2
+ export interface CwMultiFilterTagProps {
3
+ /** Make sure each ID is unique */
4
+ ID: string;
5
+ /** The text displayed on the tag/filter/chip */
6
+ Name: string;
7
+ /** Working value, used for whatever you need, it might be the CrewmemberID or the same as Name */
8
+ Value: string;
9
+ /** Category it belongs to (you don't need to define categories elsewhere) */
10
+ Category: string;
11
+ /** background color for the tag/filter/chip, you can use hexToRGB("#bbbbbb") instead */
12
+ PrimaryColor: {
13
+ r: number;
14
+ g: number;
15
+ b: number;
16
+ };
17
+ /** color for text and outline of the tag/filter/chip, you can use hexToRGB("#222222") instead */
18
+ OnPrimaryColor: {
19
+ r: number;
20
+ g: number;
21
+ b: number;
22
+ };
23
+ Removable?: boolean;
24
+ Selectable?: boolean;
25
+ Selected?: boolean;
26
+ OnSelect?: (props: Omit<CwMultiFilterTagProps, "OnClick">) => void;
27
+ OnRemove?: (props: Omit<CwMultiFilterTagProps, "OnRemove">) => void;
28
+ }
29
+ /** @inheritdoc */
30
+ export interface ICwMultiFilterTag extends Omit<CwMultiFilterTagProps, "Removable" | "Selectable" | "Selected" | "OnSelect" | "OnRemove"> {
31
+ }
32
+ export declare const CwMultiFilterTag: FC<CwMultiFilterTagProps>;
33
+ //# sourceMappingURL=CwMultiFilterTag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwMultiFilterTag.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAI3B,MAAM,WAAW,qBAAqB;IACrC,kCAAkC;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,gDAAgD;IAChD,IAAI,EAAE,MAAM,CAAC;IACb,kGAAkG;IAClG,KAAK,EAAE,MAAM,CAAC;IACd,6EAA6E;IAC7E,QAAQ,EAAE,MAAM,CAAC;IACjB,wFAAwF;IACxF,YAAY,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAClD,iGAAiG;IACjG,cAAc,EAAE;QAAE,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IACpD,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,SAAS,CAAC,KAAK,IAAI,CAAC;IACnE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,IAAI,CAAC,qBAAqB,EAAE,UAAU,CAAC,KAAK,IAAI,CAAC;CACpE;AAED,kBAAkB;AAClB,MAAM,WAAW,iBAChB,SAAQ,IAAI,CAAC,qBAAqB,EAAE,WAAW,GAAG,YAAY,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAAC;CAAI;AAE3G,eAAO,MAAM,gBAAgB,EAAE,EAAE,CAAC,qBAAqB,CAkCtD,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ export interface CwHeadFilterProps {
3
+ style?: React.CSSProperties;
4
+ className?: string;
5
+ placeholder_desc?: string;
6
+ children?: any;
7
+ onShowDropDown?: any;
8
+ onChangeSearch?: any;
9
+ Id?: string;
10
+ tagValueContent?: any;
11
+ onClearValue?: any;
12
+ onKeypressInput?: any;
13
+ onMouseLeave?: any;
14
+ }
15
+ export declare function CwHeadFilter(cwelltFilterTabMultiSelectProps: React.PropsWithChildren<CwHeadFilterProps>): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=CwHeadFilter.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwHeadFilter.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/multiselect/CwHeadFilter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,iBAAiB;IACjC,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,cAAc,CAAC,EAAE,GAAG,CAAC;IACrB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,eAAe,CAAC,EAAE,GAAG,CAAC;IACtB,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,eAAe,CAAC,EAAE,GAAG,CAAC;IAEtB,YAAY,CAAC,EAAE,GAAG,CAAC;CACnB;AAED,wBAAgB,YAAY,CAAC,+BAA+B,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,2CA8HvG"}
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ import { CwSelectListProps } from "../../../../common/interfaces/CwSelectListProps";
3
+ export interface CwFilterTabProps {
4
+ id?: string;
5
+ idDropDownContainer?: string;
6
+ style?: React.CSSProperties;
7
+ placeholder?: string;
8
+ onclickHandleChange?: any;
9
+ selectListsItems?: Array<Array<CwSelectListProps>>;
10
+ selectedListsItems?: Array<CwSelectListProps>;
11
+ }
12
+ export declare function CwMultiselect(CwelltCustomFilterTabProps: React.PropsWithChildren<CwFilterTabProps>): JSX.Element;
13
+ //# sourceMappingURL=CwMultiselect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwMultiselect.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/multiselect/CwMultiselect.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AAOpF,MAAM,WAAW,gBAAgB;IAChC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,CAAC,EAAE,GAAG,CAAC;IAE1B,gBAAgB,CAAC,EAAE,KAAK,CAAC,KAAK,CAAC,iBAAiB,CAAC,CAAC,CAAC;IAEnD,kBAAkB,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CAC9C;AAGD,wBAAgB,aAAa,CAC5B,0BAA0B,EAAE,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,GACnE,GAAG,CAAC,OAAO,CA6lBb"}
@@ -0,0 +1,15 @@
1
+ import * as React from "react";
2
+ export interface CwOptionListProps {
3
+ children?: any;
4
+ value?: string;
5
+ title?: string;
6
+ className?: string;
7
+ onClick?: any;
8
+ idOptionList?: string | number | any;
9
+ onKeyPress?: any;
10
+ onChangeOptionList?: any;
11
+ isSelected?: boolean;
12
+ style?: React.CSSProperties;
13
+ }
14
+ export declare function CwOptionList(optionListProps: React.PropsWithChildren<CwOptionListProps>): import("react/jsx-runtime").JSX.Element;
15
+ //# sourceMappingURL=CwOptionList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwOptionList.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/multiselect/CwOptionList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,MAAM,WAAW,iBAAiB;IACjC,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,GAAG,CAAC;IACrC,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,kBAAkB,CAAC,EAAE,GAAG,CAAC;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC5B;AAED,wBAAgB,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,2CAmFvF"}
@@ -0,0 +1,17 @@
1
+ import { HTMLProps, PropsWithChildren } from "react";
2
+ export interface CwOptionProps extends Omit<HTMLProps<PropsWithChildren<HTMLOptionElement>>, "className"> {
3
+ text?: string;
4
+ }
5
+ /**
6
+ * Option to display in the CwSelect
7
+ * @remarks
8
+ * Must be child of CwSelect
9
+ * @example
10
+ * <CwSelect>
11
+ * <CwOption>A</CwOption>
12
+ * <CwOption>B</CwOption>
13
+ * <CwOption>C</CwOption>
14
+ * </CwSelect>
15
+ */
16
+ export declare function CwOption(props: CwOptionProps): import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=CwOption.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwOption.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/option/CwOption.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAErD,MAAM,WAAW,aAAc,SAAQ,IAAI,CAAC,SAAS,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,CAAC,EAAE,WAAW,CAAC;IACxG,IAAI,CAAC,EAAE,MAAM,CAAC;CACd;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAO5C"}
@@ -0,0 +1,48 @@
1
+ import { DetailedHTMLProps, SelectHTMLAttributes } from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwSelectProps extends Omit<DetailedHTMLProps<SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "className"> {
7
+ /** Props to define alignment and size; undefined == column
8
+ * @example alignProps={{_direction:"row"}} */
9
+ alignProps?: CwAlignProps;
10
+ /** Props of the button; undefined == no button
11
+ * @example buttonProps={{_text:"Ok"}} */
12
+ buttonProps?: CwButtonProps;
13
+ /** Props of the label; undefined == no label
14
+ * @example labelProps={{_text:"Your name please:"}} */
15
+ labelProps?: CwLabelProps;
16
+ /** Props of the icon; undefined == no icon
17
+ * @example iconProps={{_id:"phone"}} */
18
+ iconProps?: CwIconProps;
19
+ /** Default item
20
+ * @example placeholder="Select something" */
21
+ placeholder?: string;
22
+ }
23
+ /**
24
+ * Input for selecting an option from a list
25
+ * @remarks
26
+ * ```txt
27
+ * CwIcon CwLabel CwSelect CwButton
28
+ * ↑ ↑ ↑ ↑
29
+ * ╭────────────────────╮╭════╮
30
+ * ⌂ Cat: │ Choose a cat ╲╱ │║ Ok ║
31
+ * ╰────────────────────╯╰════╯
32
+ * │ Orange │ ← CwOption
33
+ * ├────────────────────┤
34
+ * │ Black │ ← CwOption
35
+ * ├────────────────────┤
36
+ * │ White │ ← CwOption
37
+ * ╰────────────────────╯
38
+ * ```
39
+ * @example
40
+ * <CwSelect name="cat" iconProps={{iconId:"pet"}} labelProps={{children:"Cat:"}}>
41
+ * <CwOption value="" > - Choose a cat - </CwOption>
42
+ * <CwOption value="o" >Orange</CwOption>
43
+ * <CwOption value="b" >Black</CwOption>
44
+ * <CwOption value="w" >White</CwOption>
45
+ * </CwSelect>
46
+ */
47
+ export declare function CwSelect(props: CwSelectProps): import("react/jsx-runtime").JSX.Element;
48
+ //# sourceMappingURL=CwSelect.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwSelect.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/select/CwSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAChE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGpF,MAAM,WAAW,aAChB,SAAQ,IAAI,CAAC,iBAAiB,CAAC,oBAAoB,CAAC,iBAAiB,CAAC,EAAE,iBAAiB,CAAC,EAAE,WAAW,CAAC;IACxG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;6CACyC;IACzC,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;2DACuD;IACvD,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB;iDAC6C;IAC7C,WAAW,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAuB5C"}
@@ -0,0 +1,28 @@
1
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
2
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
3
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
4
+ import React from "react";
5
+ export interface CwToggleProps extends Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "className" | "type"> {
6
+ /** Props of the button; undefined == no button
7
+ * @example buttonProps={{children:"Ok"}} */
8
+ buttonProps?: CwButtonProps;
9
+ /** Props of the label; undefined == no label
10
+ * @example labelProps={{children:"Your name please:"}} */
11
+ labelProps?: CwLabelProps;
12
+ /** Props of the icon; undefined == no icon
13
+ * @example iconProps={{_id:"phone"}} */
14
+ iconProps?: CwIconProps;
15
+ }
16
+ /**
17
+ * Toggle-styled checkbox
18
+ * @remarks
19
+ * ```txt
20
+ * ▁▁▁▁
21
+ * ( ⦿)
22
+ * ▔▔▔▔
23
+ * ```
24
+ * @example
25
+ * <CwToggle checked/>
26
+ */
27
+ export declare function CwToggle(props: CwToggleProps): import("react/jsx-runtime").JSX.Element;
28
+ //# sourceMappingURL=CwToggle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwToggle.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/choice/toggle/CwToggle.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAE1F,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAChB,SAAQ,IAAI,CACX,KAAK,CAAC,iBAAiB,CAAC,KAAK,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EACtF,WAAW,GAAG,MAAM,CACpB;IAED;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAiB5C"}
@@ -0,0 +1,17 @@
1
+ import React from "react";
2
+ export interface CwInputProps {
3
+ id?: string;
4
+ labelName?: string;
5
+ labelPosition?: string;
6
+ value?: string;
7
+ onChange?: any;
8
+ className?: string;
9
+ labelClassName?: string;
10
+ placeholder?: string;
11
+ style?: React.CSSProperties;
12
+ disabled?: boolean;
13
+ required?: boolean;
14
+ error?: boolean;
15
+ }
16
+ export declare function CwInput(CwInputProps: React.PropsWithChildren<CwInputProps>): import("react/jsx-runtime").JSX.Element;
17
+ //# sourceMappingURL=CwInput.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInput.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/any/CwInput.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,YAAY;IAC5B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;CAChB;AAED,wBAAgB,OAAO,CAAC,YAAY,EAAE,KAAK,CAAC,iBAAiB,CAAC,YAAY,CAAC,2CA6C1E"}
@@ -0,0 +1,40 @@
1
+ import { HTMLProps } from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwInputDateProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
7
+ /** Props to define alignment and size; undefined == column
8
+ * @example alignProps={{_direction:"row"}} */
9
+ alignProps?: CwAlignProps;
10
+ /** Props of the button; undefined == no button
11
+ * @example buttonProps={{children:"Ok"}} */
12
+ buttonProps?: CwButtonProps;
13
+ /** Props of the label; undefined == no label
14
+ * @example labelProps={{children:"Your name please:"}} */
15
+ labelProps?: CwLabelProps;
16
+ /** Props of the icon; undefined == no icon
17
+ * @example iconProps={{_id:"phone"}} */
18
+ iconProps?: CwIconProps;
19
+ }
20
+ /**
21
+ * Input for entering a string of text.
22
+ * @remarks
23
+ * ```txt
24
+ * CwIcon CwLabel input type=date CwButton
25
+ * ↑ ↑ ↑ ↑
26
+ * ╭────────────────────╮╭════╮
27
+ * ⌂ Birthdate │ 0000 / 00 / 00 │║ Ok ║
28
+ * ╰────────────────────╯╰════╯
29
+ * ```
30
+ * @example
31
+ * ```tsx
32
+ * <CwInputDate
33
+ * iconProps={{ iconId: "Birthdate" }}
34
+ * labelProps={{ children: "Name", width: "100px" }}
35
+ * buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
36
+ * />
37
+ * ```
38
+ */
39
+ export declare function CwInputDate(props: CwInputDateProps): import("react/jsx-runtime").JSX.Element;
40
+ //# sourceMappingURL=CwInputDate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputDate.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/date/CwInputDate.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAkBlD"}
@@ -0,0 +1,7 @@
1
+ import { type FC } from "react";
2
+ export interface CwInputDatePickerProps {
3
+ value: string;
4
+ onChange?: (value: string) => void;
5
+ }
6
+ export declare const CwInputDatePicker: FC<CwInputDatePickerProps>;
7
+ //# sourceMappingURL=CwInputDatePicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputDatePicker.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/date-picker/CwInputDatePicker.tsx"],"names":[],"mappings":"AACA,OAAc,EAA+B,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGpE,MAAM,WAAW,sBAAsB;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC;AAED,eAAO,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CAkKxD,CAAC"}
@@ -0,0 +1,38 @@
1
+ import React from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwInputDateTextProps extends Omit<React.HTMLProps<HTMLInputElement>, "className" | "type" | "placeholder" | "defaultValue" | "onChange"> {
7
+ /** "DD.MM.YYYY" by default */
8
+ dateFormat?: "MM/DD/YYYY" | "DD/MM/YYYY" | "DD.MM.YYYY" | "YYYY-MM-DD";
9
+ alignProps?: CwAlignProps;
10
+ buttonProps?: CwButtonProps;
11
+ labelProps?: CwLabelProps;
12
+ iconProps?: CwIconProps;
13
+ onChange?: (e: any) => void;
14
+ }
15
+ /**
16
+ * Input for entering a string of text as a date
17
+ * @remarks
18
+ * ```txt
19
+ * CwIcon CwLabel (input type=text) CwButton
20
+ * ↑ ↑ ↑ ↑
21
+ * ╭──────────────────╮╭════╮
22
+ * % Birthdate │ yyyy.MM.dd [^] │║ Ok ║
23
+ * ╰──────────────────╯╰════╯
24
+ * ↓
25
+ * (input type=date)
26
+ * ```
27
+ * - ***_format***: Is "DD.MM.YYYY" by default
28
+ * @example
29
+ * ```tsx
30
+ * <CwInputDateText
31
+ * iconProps={{ id: "Birthdate" }}
32
+ * labelProps={{ children: "Name", width: "100px" }}
33
+ * buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
34
+ * />
35
+ * ```
36
+ */
37
+ export declare function CwInputDateText(props: CwInputDateTextProps): import("react/jsx-runtime").JSX.Element;
38
+ //# sourceMappingURL=CwInputDateText.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputDateText.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/date-text/CwInputDateText.tsx"],"names":[],"mappings":"AACA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAChB,SAAQ,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,GAAG,aAAa,GAAG,cAAc,GAAG,UAAU,CAAC;IACnH,8BAA8B;IAC9B,UAAU,CAAC,EAAE,YAAY,GAAG,YAAY,GAAG,YAAY,GAAG,YAAY,CAAC;IACvE,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,GAAG,KAAK,IAAI,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CA2H1D"}
@@ -0,0 +1,40 @@
1
+ import { HTMLProps } from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwInputDatetimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
7
+ /** Props to define alignment and size; undefined == column
8
+ * @example alignProps={{_direction:"row"}} */
9
+ alignProps?: CwAlignProps;
10
+ /** Props of the button; undefined == no button
11
+ * @example buttonProps={{children:"Ok"}} */
12
+ buttonProps?: CwButtonProps;
13
+ /** Props of the label; undefined == no label
14
+ * @example labelProps={{children:"Your name please:"}} */
15
+ labelProps?: CwLabelProps;
16
+ /** Props of the icon; undefined == no icon
17
+ * @example iconProps={{_id:"phone"}} */
18
+ iconProps?: CwIconProps;
19
+ }
20
+ /**
21
+ * Input for entering a string of text.
22
+ * @remarks
23
+ * ```txt
24
+ * CwIcon CwLabel input type=date CwButton
25
+ * ↑ ↑ ↑ ↑
26
+ * ╭────────────────────╮╭════╮
27
+ * ⌂ Birthdate │ 0000 / 00 / 00 │║ Ok ║
28
+ * ╰────────────────────╯╰════╯
29
+ * ```
30
+ * @example
31
+ * ```tsx
32
+ * <CwInputDate
33
+ * iconProps={{ id: "Birthdate" }}
34
+ * labelProps={{ children: "Name", width: "100px" }}
35
+ * buttonProps={{ children: "Ok", onClick:()=>{alert("happy happy joy joy")} }}
36
+ * />
37
+ * ```
38
+ */
39
+ export declare function CwInputDatetime(props: CwInputDatetimeProps): import("react/jsx-runtime").JSX.Element;
40
+ //# sourceMappingURL=CwInputDatetime.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputDatetime.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/datetime/CwInputDatetime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,oBAAqB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACpG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,oBAAoB,2CAkB1D"}
@@ -0,0 +1,40 @@
1
+ import { HTMLProps } from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwDigitProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
7
+ /** Props to define alignment and size; undefined == column
8
+ * @example alignProps={{direction:"row"}} */
9
+ alignProps?: CwAlignProps;
10
+ /** Props of the button; undefined == no button
11
+ * @example buttonProps={{children:"Ok"}} */
12
+ buttonProps?: CwButtonProps;
13
+ /** Props of the label; undefined == no label
14
+ * @example labelProps={{children:"Your name please:"}} */
15
+ labelProps?: CwLabelProps;
16
+ /** Props of the icon; undefined == no icon
17
+ * @example iconProps={{iconId:"phone"}} */
18
+ iconProps?: CwIconProps;
19
+ }
20
+ /**
21
+ * Input for entering a string of number.
22
+ * @remarks
23
+ * ```txt
24
+ * CwIcon CwLabel CwSelect CwButton
25
+ * ↑ ↑ ↑ ↑
26
+ * ╭────────────────────╮╭════╮
27
+ * ⌂ Address ││ 2 │║ Ok ║
28
+ * ╰────────────────────╯╰════╯
29
+ * ```
30
+ * @example
31
+ * ```tsx
32
+ * <CwDigit
33
+ * iconProps={{ id: "home" }}
34
+ * labelProps={{ children: "Name", width: "100px" }}
35
+ * buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
36
+ * />
37
+ * ```
38
+ */
39
+ export declare function CwDigit(props: CwDigitProps): import("react/jsx-runtime").JSX.Element;
40
+ //# sourceMappingURL=CwDigit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwDigit.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/digit/CwDigit.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC5F;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAiB1C"}
@@ -0,0 +1,18 @@
1
+ import React from "react";
2
+ interface ConfigDM {
3
+ ID: number;
4
+ Description: string;
5
+ Value: string;
6
+ Bindata: string;
7
+ }
8
+ interface CwFileUploadProps {
9
+ accept: string;
10
+ acceptString: string;
11
+ sizeString?: string;
12
+ file?: ConfigDM;
13
+ onChange: (file: File) => void;
14
+ onSaveHexContent: (hexContent: string) => void;
15
+ }
16
+ export declare function CwFileUpload(fileUploadProps: React.PropsWithChildren<CwFileUploadProps>): import("react/jsx-runtime").JSX.Element;
17
+ export {};
18
+ //# sourceMappingURL=CwFileUpload.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwFileUpload.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/file/CwFileUpload.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,UAAU,QAAQ;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,iBAAiB;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,gBAAgB,EAAE,CAAC,UAAU,EAAE,MAAM,KAAK,IAAI,CAAC;CAC/C;AAED,wBAAgB,YAAY,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,iBAAiB,CAAC,2CAmFvF"}
@@ -0,0 +1,15 @@
1
+ import React from 'react';
2
+ interface CwFileUploadMultipleProps {
3
+ name?: string;
4
+ accept?: string;
5
+ multiple?: boolean;
6
+ maxFileSize?: number;
7
+ allowedTypes?: string[];
8
+ onSelect?: (files: FileList | null) => void;
9
+ onError?: (error: string) => void;
10
+ className?: string;
11
+ disabled?: boolean;
12
+ }
13
+ export declare function CwFileUploadMultiple(fileUploadProps: React.PropsWithChildren<CwFileUploadMultipleProps>): import("react/jsx-runtime").JSX.Element;
14
+ export {};
15
+ //# sourceMappingURL=CwFileUploadMultiple.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwFileUploadMultiple.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/file/CwFileUploadMultiple.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAK7D,UAAU,yBAAyB;IAClC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;IACxB,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,GAAG,IAAI,KAAK,IAAI,CAAC;IAC5C,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACnB;AAED,wBAAgB,oBAAoB,CAAC,eAAe,EAAE,KAAK,CAAC,iBAAiB,CAAC,yBAAyB,CAAC,2CAyRvG"}
@@ -0,0 +1,7 @@
1
+ import { DetailedHTMLProps, InputHTMLAttributes } from "react";
2
+ export interface CwInputImageProps extends Omit<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "className" | "type" | "onChange"> {
3
+ allowedImageFormats?: string[];
4
+ onChange?: (image: string | null) => void;
5
+ }
6
+ export declare function CwInputImage(props: CwInputImageProps): import("react/jsx-runtime").JSX.Element;
7
+ //# sourceMappingURL=CwInputImage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputImage.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/image/CwInputImage.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAe,iBAAiB,EAAa,mBAAmB,EAAoB,MAAM,OAAO,CAAC;AAIzG,MAAM,WAAW,iBAChB,SAAQ,IAAI,CACX,iBAAiB,CAAC,mBAAmB,CAAC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC,EAC1E,WAAW,GAAG,MAAM,GAAG,UAAU,CACjC;IACD,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI,KAAK,IAAI,CAAC;CAC1C;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CA8EpD"}
@@ -0,0 +1,53 @@
1
+ import * as CSS from "csstype";
2
+ import React, { CSSProperties, HTMLProps } from "react";
3
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
4
+ export interface CwImageAreaProps extends Omit<HTMLProps<HTMLImageElement>, "className" | "ref" | "onMouseDown" | "onMouseMove" | "onMouseUp" | "onDragStart"> {
5
+ /** Not implemented */
6
+ initialSelectionArea?: DOMRect;
7
+ /** Hide the selection area right after selecting */
8
+ selectionAreaAttenuation?: CSS.Property.Opacity;
9
+ /** Called when the selection ends, return true to continue, false to abort */
10
+ onSelectionEnd?: (rect: DOMRect) => boolean;
11
+ /** Called when the selection starts, return true to continue, false to abort */
12
+ onSelectionStart?: (x: number, y: number) => boolean;
13
+ /** Called when the picture area is successfully selected and the sub-image is obtained */
14
+ onSelectionSuccess?: (base64img: string) => void;
15
+ /** Custom style for the selection area */
16
+ selectionAreaStyle?: Omit<CSSProperties, "position" | "left" | "top" | "width" | "height" | "pointerEvents">;
17
+ /** Custom alignment props */
18
+ alignProps?: Omit<CwAlignProps, "_position">;
19
+ }
20
+ export interface CwImageAreaMethods {
21
+ /** Returns the current selected area as an image, or undefined if no selection has been made */
22
+ getSelectedImage: () => string | undefined;
23
+ }
24
+ /**
25
+ * An image with a selectable rectangle region, useful for cropping or selecting a section of the image
26
+ * @remarks ```txt
27
+ * ╭――――――――――――――――――――――――――――――――――――╮
28
+ * │ +═══════════════════+ │
29
+ * │ ║ .:::::::. ║ │
30
+ * │ ║ .' '::: ║ │
31
+ * │ ║ : ::. ║ │
32
+ * │ ║ :- -- ' : ║ │
33
+ * │ ║ : ..: ║ │
34
+ * │ ║ :.-- .'::; ║ │
35
+ * │ ║ ::.__ .' ':;_ ║ │
36
+ * │ ║ ::/""". .' ""║._ │
37
+ * │ +═══════════════════+ : │
38
+ * │ .::: .'..' ' │
39
+ * │ . :' . ' ': │
40
+ * │ : ' .: . . . │
41
+ * │ :' .: : .: "--__ │
42
+ * │ /' .:: : . │
43
+ * │ _: . :::: ' . │
44
+ * │.' '-----------: . │
45
+ * │ : '---''--'-- │
46
+ * │ '--'"""""----------'' │
47
+ * ╰――――――――――――――――――――――――――――――――――――╯
48
+ * ```
49
+ * @example
50
+ * <CwImageArea src="path/to/image.png" _onSelectionSuccess={img => setImage(img)} />
51
+ */
52
+ export declare const CwImageArea: React.ForwardRefExoticComponent<CwImageAreaProps & React.RefAttributes<CwImageAreaMethods>>;
53
+ //# sourceMappingURL=CwImageArea.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwImageArea.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/image-area/CwImageArea.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,KAAK,EAAE,EAAE,aAAa,EAAE,SAAS,EAAkE,MAAM,OAAO,CAAC;AACxH,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAGpF,MAAM,WAAW,gBAChB,SAAQ,IAAI,CACX,SAAS,CAAC,gBAAgB,CAAC,EAC3B,WAAW,GAAG,KAAK,GAAG,aAAa,GAAG,aAAa,GAAG,WAAW,GAAG,aAAa,CACjF;IACD,sBAAsB;IACtB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,oDAAoD;IACpD,wBAAwB,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,OAAO,CAAC;IAChD,8EAA8E;IAC9E,cAAc,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC;IAC5C,iFAAiF;IACjF,gBAAgB,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC;IACrD,0FAA0F;IAC1F,kBAAkB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IACjD,0CAA0C;IAC1C,kBAAkB,CAAC,EAAE,IAAI,CAAC,aAAa,EAAE,UAAU,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,eAAe,CAAC,CAAC;IAC7G,6BAA6B;IAC7B,UAAU,CAAC,EAAE,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC;CAC7C;AAGD,MAAM,WAAW,kBAAkB;IAClC,gGAAgG;IAChG,gBAAgB,EAAE,MAAM,MAAM,GAAG,SAAS,CAAC;CAC3C;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;GA2BG;AACH,eAAO,MAAM,WAAW,6FA8ItB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import React from "react";
2
+ export interface CwInputNumberProps {
3
+ id?: string;
4
+ labelName?: string;
5
+ labelPosition?: string;
6
+ value?: string;
7
+ onChange?: any;
8
+ className?: string;
9
+ labelClassName?: string;
10
+ placeholder?: string;
11
+ style?: React.CSSProperties;
12
+ disabled?: boolean;
13
+ required?: boolean;
14
+ error?: boolean;
15
+ step?: string;
16
+ min?: number;
17
+ max?: number;
18
+ }
19
+ export declare function CwInputNumber(CwInputNumberProps: React.PropsWithChildren<CwInputNumberProps>): import("react/jsx-runtime").JSX.Element;
20
+ //# sourceMappingURL=CwInputNumber.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputNumber.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/number/CwInputNumber.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;IAC5B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,aAAa,CAAC,kBAAkB,EAAE,KAAK,CAAC,iBAAiB,CAAC,kBAAkB,CAAC,2CAuC5F"}
@@ -0,0 +1,36 @@
1
+ import { HTMLProps } from "react";
2
+ import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
+ import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
+ import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
+ import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
+ export interface CwInputPhoneProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
7
+ /** Props to define alignment and size; undefined == column
8
+ * @example alignProps={{_direction:"row"}} */
9
+ alignProps?: CwAlignProps;
10
+ /** Props of the button; undefined == no button
11
+ * @example buttonProps={{children:"Ok"}} */
12
+ buttonProps?: CwButtonProps;
13
+ /** Props of the label; undefined == no label
14
+ * @example labelProps={{children:"Your name please:"}} */
15
+ labelProps?: CwLabelProps;
16
+ /** Props of the icon; undefined == no icon
17
+ * @example iconProps={{_id:"phone"}} */
18
+ iconProps?: CwIconProps;
19
+ }
20
+ /**
21
+ * Input for entering a telephone number.
22
+ * @remarks
23
+ * ```txt
24
+ * CwIcon CwLabel CwSelect CwButton
25
+ * ↑ ↑ ↑ ↑
26
+ * ╭────────────────────╮╭════╮
27
+ * ( Phone ││ 0123456789+ │║ Ok ║
28
+ * ╰────────────────────╯╰════╯
29
+ * ```
30
+ * @example
31
+ * ```tsx
32
+ * <CwInputPhone iconProps={{iconId:"phone"}} labelProps={{children:"Phone"}} />
33
+ * ```
34
+ */
35
+ export declare function CwInputPhone(props: CwInputPhoneProps): import("react/jsx-runtime").JSX.Element;
36
+ //# sourceMappingURL=CwInputPhone.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CwInputPhone.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/phone/CwInputPhone.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,iBAAkB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IACjG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAiBpD"}