@cwellt_software/cwellt-reactjs-lib 1.2.13 → 1.2.15

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 (562) hide show
  1. package/dist/content/icons/new-cw-icons/NewCwIcons.json +1 -204
  2. package/dist/content/icons/new-cw-icons/css/new-cw-icons.css +9 -1
  3. package/dist/content/icons/new-cw-icons/fonts/NewCwIcons.woff +0 -0
  4. package/dist/{components/control/choice/deprecated → deprecated/components}/MultiSelect_deprecated_.d.ts +1 -1
  5. package/dist/deprecated/components/MultiSelect_deprecated_.d.ts.map +1 -0
  6. package/dist/deprecated/components/dropdown/CwDropdownContainer.d.ts.map +1 -0
  7. package/dist/{components/control/choice → deprecated/components}/multiselect/CwHeadFilter.d.ts +1 -0
  8. package/dist/deprecated/components/multiselect/CwHeadFilter.d.ts.map +1 -0
  9. package/dist/{components/control/choice → deprecated/components}/multiselect/CwMultiselect.d.ts +1 -1
  10. package/dist/deprecated/components/multiselect/CwMultiselect.d.ts.map +1 -0
  11. package/dist/{components/control/choice → deprecated/components}/multiselect/CwOptionList.d.ts +0 -1
  12. package/dist/deprecated/components/multiselect/CwOptionList.d.ts.map +1 -0
  13. package/dist/{components/display/text → deprecated/components}/tag/CwTag.d.ts +0 -1
  14. package/dist/deprecated/components/tag/CwTag.d.ts.map +1 -0
  15. package/dist/index.cjs.js +1184 -1606
  16. package/dist/index.css +1 -1
  17. package/dist/index.d.ts +323 -154
  18. package/dist/index.es.js +1179 -1606
  19. package/dist/playground/main.d.ts +4 -0
  20. package/dist/playground/main.d.ts.map +1 -0
  21. package/dist/src/common/functions/collections.d.ts.map +1 -1
  22. package/dist/src/common/functions/dsl/UiEventDSL.d.ts +1 -1
  23. package/dist/src/common/interfaces/CwFormTypes.d.ts +5 -0
  24. package/dist/src/common/interfaces/CwFormTypes.d.ts.map +1 -0
  25. package/dist/src/components/control/action/button/CwPopoverButton.d.ts +33 -0
  26. package/dist/src/components/control/action/button/CwPopoverButton.d.ts.map +1 -0
  27. package/dist/src/components/control/choice/checkbox/CwCheck.d.ts +15 -0
  28. package/dist/src/components/control/choice/checkbox/CwCheck.d.ts.map +1 -0
  29. package/dist/src/components/control/choice/checkbox/CwCheckbox.d.ts +4 -0
  30. package/dist/src/components/control/choice/checkbox/CwCheckbox.d.ts.map +1 -1
  31. package/dist/src/components/control/choice/checkbox/CwCheckboxGroup.d.ts +35 -0
  32. package/dist/src/components/control/choice/checkbox/CwCheckboxGroup.d.ts.map +1 -0
  33. package/dist/src/components/control/choice/deprecated/CwDropdown.d.ts.map +1 -0
  34. package/dist/src/components/control/choice/deprecated/CwDropdownNavigation.d.ts.map +1 -0
  35. package/dist/src/components/control/choice/dropdown/CwPopoverButton.d.ts +35 -0
  36. package/dist/src/components/control/choice/dropdown/CwPopoverButton.d.ts.map +1 -0
  37. package/dist/src/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +1 -1
  38. package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +1 -0
  39. package/dist/src/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +1 -1
  40. package/dist/src/components/control/choice/select/CwSelect.d.ts +7 -1
  41. package/dist/src/components/control/choice/select/CwSelect.d.ts.map +1 -1
  42. package/dist/src/components/control/choice/toggle/CwToggle.d.ts +1 -1
  43. package/dist/src/components/control/choice/toggle/CwToggle.d.ts.map +1 -1
  44. package/dist/src/components/control/input/color/CwInputColor.d.ts +30 -0
  45. package/dist/src/components/control/input/color/CwInputColor.d.ts.map +1 -1
  46. package/dist/src/components/control/input/new-dates/CwDatePicker.d.ts.map +1 -1
  47. package/dist/src/components/control/input/new-dates/CwDateRangePicker.d.ts.map +1 -1
  48. package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts +3 -1
  49. package/dist/src/components/control/input/new-dates/CwDateTimePicker.d.ts.map +1 -1
  50. package/dist/src/components/control/input/new-dates/CwDateTimePicker2.d.ts +47 -0
  51. package/dist/src/components/control/input/new-dates/CwDateTimePicker2.d.ts.map +1 -0
  52. package/dist/src/components/control/input/new-dates/CwDateTimePickerCompact.d.ts.map +1 -1
  53. package/dist/src/components/control/input/new-dates/CwTimePicker.d.ts.map +1 -1
  54. package/dist/src/components/control/input/new-dates/dateRangePresets.d.ts.map +1 -1
  55. package/dist/src/components/control/input/new-dates/usePickerPopup.d.ts +24 -0
  56. package/dist/src/components/control/input/new-dates/usePickerPopup.d.ts.map +1 -0
  57. package/dist/src/components/control/input/new-dates/utils/timezoneHelpers.d.ts +22 -0
  58. package/dist/src/components/control/input/new-dates/utils/timezoneHelpers.d.ts.map +1 -0
  59. package/dist/src/components/control/input/text/CwInputText.d.ts +7 -0
  60. package/dist/src/components/control/input/text/CwInputText.d.ts.map +1 -1
  61. package/dist/src/components/control/input/text-area/CwTextArea.d.ts +6 -0
  62. package/dist/src/components/control/input/text-area/CwTextArea.d.ts.map +1 -1
  63. package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts +1 -0
  64. package/dist/src/components/custom/find-airport/CwFindAirportComp.d.ts.map +1 -1
  65. package/dist/src/components/custom/scheduler/CwSchedulerComp.d.ts.map +1 -1
  66. package/dist/src/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +1 -1
  67. package/dist/src/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +1 -1
  68. package/dist/src/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +1 -1
  69. package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +1 -1
  70. package/dist/src/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +1 -1
  71. package/dist/src/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +1 -1
  72. package/dist/src/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +1 -1
  73. package/dist/src/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +1 -1
  74. package/dist/src/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +1 -1
  75. package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +1 -1
  76. package/dist/src/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +1 -1
  77. package/dist/src/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +1 -1
  78. package/dist/src/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +1 -1
  79. package/dist/src/components/custom/scheduler/logic/filtering/hasSameProperties.d.ts.map +1 -1
  80. package/dist/src/components/custom/scheduler/logic/pixels/getHeightLineScheduler.d.ts.map +1 -1
  81. package/dist/src/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +1 -1
  82. package/dist/src/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +1 -1
  83. package/dist/src/components/custom/scheduler/logic/pixels/heightSchedulerPinned.d.ts.map +1 -1
  84. package/dist/src/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +1 -1
  85. package/dist/src/components/custom/scheduler/logic/state_handle/handleResourceChange.d.ts.map +1 -1
  86. package/dist/src/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +1 -1
  87. package/dist/src/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +1 -1
  88. package/dist/src/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +1 -1
  89. package/dist/src/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +1 -1
  90. package/dist/src/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +1 -1
  91. package/dist/src/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +1 -1
  92. package/dist/src/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +1 -1
  93. package/dist/src/components/custom/scheduler/logic/ui/updateResourceVisibility.d.ts.map +1 -1
  94. package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts +2 -1
  95. package/dist/src/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +1 -1
  96. package/dist/src/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +1 -1
  97. package/dist/src/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +1 -1
  98. package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +1 -1
  99. package/dist/src/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +1 -1
  100. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +1 -0
  101. package/dist/src/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +1 -1
  102. package/dist/src/components/custom/scheduler-new/presentation/helpers.d.ts.map +1 -1
  103. package/dist/src/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +1 -1
  104. package/dist/src/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +1 -1
  105. package/dist/src/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +1 -1
  106. package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +1 -1
  107. package/dist/src/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +1 -1
  108. package/dist/src/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +1 -1
  109. package/dist/src/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +1 -1
  110. package/dist/src/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +1 -1
  111. package/dist/src/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +1 -1
  112. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +1 -0
  113. package/dist/src/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +1 -1
  114. package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +1 -12
  115. package/dist/src/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +1 -1
  116. package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +1 -11
  117. package/dist/src/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +1 -1
  118. package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +1 -1
  119. package/dist/src/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +1 -1
  120. package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +1 -1
  121. package/dist/src/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +1 -1
  122. package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts +1 -2
  123. package/dist/src/components/custom/super-scheduler/PinRowHeader.d.ts.map +1 -1
  124. package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts +1 -0
  125. package/dist/src/components/custom/super-scheduler/SuperScheduler.d.ts.map +1 -1
  126. package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +13 -0
  127. package/dist/src/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +1 -1
  128. package/dist/src/components/display/data/table/CwTable.d.ts +1 -1
  129. package/dist/src/components/display/data/table/CwTable.d.ts.map +1 -1
  130. package/dist/src/components/display/data/table_sortable/CwSortableTable.d.ts +74 -0
  131. package/dist/src/components/display/data/table_sortable/CwSortableTable.d.ts.map +1 -0
  132. package/dist/src/components/display/data/table_sortable/useSortableTable.d.ts +42 -0
  133. package/dist/src/components/display/data/table_sortable/useSortableTable.d.ts.map +1 -0
  134. package/dist/src/components/display/data/tooltip_manager/CwTooltip.d.ts +25 -0
  135. package/dist/src/components/display/data/tooltip_manager/CwTooltip.d.ts.map +1 -0
  136. package/dist/src/components/display/data/tooltip_manager/CwTooltipManager.d.ts +19 -0
  137. package/dist/src/components/display/data/tooltip_manager/CwTooltipManager.d.ts.map +1 -0
  138. package/dist/src/components/display/text/note/CwNote.d.ts +1 -1
  139. package/dist/src/components/display/text/note/CwNote.d.ts.map +1 -1
  140. package/dist/src/components/display/text/tag/CwChip.d.ts +1 -1
  141. package/dist/src/components/display/text/tag/CwChip.d.ts.map +1 -1
  142. package/dist/src/components/display/text/tooltip/CwTooltip.d.ts +4 -1
  143. package/dist/src/components/display/text/tooltip/CwTooltip.d.ts.map +1 -1
  144. package/dist/src/components/layout/dialog/CwDialog.d.ts +2 -0
  145. package/dist/src/components/layout/dialog/CwDialog.d.ts.map +1 -1
  146. package/dist/src/components/layout/dialog/CwDialogManager.d.ts.map +1 -1
  147. package/dist/src/components/layout/list/sortable/CwSortableList.d.ts +2 -1
  148. package/dist/src/components/layout/list/sortable/CwSortableList.d.ts.map +1 -1
  149. package/dist/src/components/layout/master-detail/CwMasterDetail.d.ts +41 -0
  150. package/dist/src/components/layout/master-detail/CwMasterDetail.d.ts.map +1 -0
  151. package/dist/src/components/layout/modal/legacy/cw_modal.d.ts.map +1 -1
  152. package/dist/src/components/layout/modal/legacy/cw_modal_report.d.ts +0 -2
  153. package/dist/src/components/layout/modal/legacy/cw_modal_report.d.ts.map +1 -1
  154. package/dist/src/dev/index.d.ts +5 -0
  155. package/dist/src/dev/index.d.ts.map +1 -0
  156. package/dist/src/dev/palette.d.ts +3 -0
  157. package/dist/src/dev/palette.d.ts.map +1 -0
  158. package/dist/src/dev/previews.d.ts +3 -0
  159. package/dist/src/dev/previews.d.ts.map +1 -0
  160. package/dist/src/dev/useInitial.d.ts +3 -0
  161. package/dist/src/dev/useInitial.d.ts.map +1 -0
  162. package/dist/src/index.d.ts +8 -3
  163. package/dist/src/index.d.ts.map +1 -1
  164. package/dist/src/main.d.ts +3 -0
  165. package/dist/src/main.d.ts.map +1 -0
  166. package/dist/test/components/control/input/new-dates/timezoneHelpers.test.d.ts +2 -0
  167. package/dist/test/components/control/input/new-dates/timezoneHelpers.test.d.ts.map +1 -0
  168. package/dist/test/vitest.setup.d.ts +2 -0
  169. package/dist/test/vitest.setup.d.ts.map +1 -0
  170. package/package.json +20 -22
  171. package/dist/common/classes/CwSelectList.d.ts +0 -8
  172. package/dist/common/classes/CwSelectList.d.ts.map +0 -1
  173. package/dist/common/classes/CwSelectListItems.d.ts +0 -9
  174. package/dist/common/classes/CwSelectListItems.d.ts.map +0 -1
  175. package/dist/common/functions/collections.d.ts +0 -15
  176. package/dist/common/functions/collections.d.ts.map +0 -1
  177. package/dist/common/functions/colorManipulation.d.ts +0 -6
  178. package/dist/common/functions/colorManipulation.d.ts.map +0 -1
  179. package/dist/common/functions/dsl/UiEventDSL.d.ts +0 -9
  180. package/dist/common/functions/dsl/UiEventDSL.d.ts.map +0 -1
  181. package/dist/common/functions/useSingleAndDoubleClicks.d.ts +0 -7
  182. package/dist/common/functions/useSingleAndDoubleClicks.d.ts.map +0 -1
  183. package/dist/common/interfaces/CwSelectListProps.d.ts +0 -9
  184. package/dist/common/interfaces/CwSelectListProps.d.ts.map +0 -1
  185. package/dist/components/control/action/button/CwButton.d.ts +0 -26
  186. package/dist/components/control/action/button/CwButton.d.ts.map +0 -1
  187. package/dist/components/control/action/buttons/CwButtons.d.ts +0 -59
  188. package/dist/components/control/action/buttons/CwButtons.d.ts.map +0 -1
  189. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts +0 -23
  190. package/dist/components/control/action/contextmenu/CwContextMenu.d.ts.map +0 -1
  191. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts +0 -29
  192. package/dist/components/control/action/contextual-menu/CwContextualMenu.d.ts.map +0 -1
  193. package/dist/components/control/action/search/CwSearch.d.ts +0 -16
  194. package/dist/components/control/action/search/CwSearch.d.ts.map +0 -1
  195. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts +0 -17
  196. package/dist/components/control/choice/checkbox/CwCheckbox.d.ts.map +0 -1
  197. package/dist/components/control/choice/deprecated/MultiSelect_deprecated_.d.ts.map +0 -1
  198. package/dist/components/control/choice/dropdown/CwDropdown.d.ts.map +0 -1
  199. package/dist/components/control/choice/dropdown/CwDropdownContainer.d.ts.map +0 -1
  200. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts +0 -28
  201. package/dist/components/control/choice/dropdown/CwDropdownFilter.d.ts.map +0 -1
  202. package/dist/components/control/choice/dropdown/CwDropdownNavigation.d.ts.map +0 -1
  203. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts +0 -158
  204. package/dist/components/control/choice/multi-filter/CwMultiFilter.d.ts.map +0 -1
  205. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts +0 -33
  206. package/dist/components/control/choice/multi-filter/components/tag/CwMultiFilterTag.d.ts.map +0 -1
  207. package/dist/components/control/choice/multiselect/CwHeadFilter.d.ts.map +0 -1
  208. package/dist/components/control/choice/multiselect/CwMultiselect.d.ts.map +0 -1
  209. package/dist/components/control/choice/multiselect/CwOptionList.d.ts.map +0 -1
  210. package/dist/components/control/choice/option/CwOption.d.ts +0 -17
  211. package/dist/components/control/choice/option/CwOption.d.ts.map +0 -1
  212. package/dist/components/control/choice/select/CwSelect.d.ts +0 -48
  213. package/dist/components/control/choice/select/CwSelect.d.ts.map +0 -1
  214. package/dist/components/control/choice/toggle/CwToggle.d.ts +0 -28
  215. package/dist/components/control/choice/toggle/CwToggle.d.ts.map +0 -1
  216. package/dist/components/control/input/any/CwInput.d.ts +0 -17
  217. package/dist/components/control/input/any/CwInput.d.ts.map +0 -1
  218. package/dist/components/control/input/date/CwInputDate.d.ts +0 -40
  219. package/dist/components/control/input/date/CwInputDate.d.ts.map +0 -1
  220. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts +0 -7
  221. package/dist/components/control/input/date-picker/CwInputDatePicker.d.ts.map +0 -1
  222. package/dist/components/control/input/date-text/CwInputDateText.d.ts +0 -38
  223. package/dist/components/control/input/date-text/CwInputDateText.d.ts.map +0 -1
  224. package/dist/components/control/input/datetime/CwInputDatetime.d.ts +0 -40
  225. package/dist/components/control/input/datetime/CwInputDatetime.d.ts.map +0 -1
  226. package/dist/components/control/input/digit/CwDigit.d.ts +0 -40
  227. package/dist/components/control/input/digit/CwDigit.d.ts.map +0 -1
  228. package/dist/components/control/input/file/CwFileUpload.d.ts +0 -18
  229. package/dist/components/control/input/file/CwFileUpload.d.ts.map +0 -1
  230. package/dist/components/control/input/file/CwFileUploadMultiple.d.ts +0 -15
  231. package/dist/components/control/input/file/CwFileUploadMultiple.d.ts.map +0 -1
  232. package/dist/components/control/input/image/CwInputImage.d.ts +0 -7
  233. package/dist/components/control/input/image/CwInputImage.d.ts.map +0 -1
  234. package/dist/components/control/input/image-area/CwImageArea.d.ts +0 -53
  235. package/dist/components/control/input/image-area/CwImageArea.d.ts.map +0 -1
  236. package/dist/components/control/input/number/CwInputNumber.d.ts +0 -20
  237. package/dist/components/control/input/number/CwInputNumber.d.ts.map +0 -1
  238. package/dist/components/control/input/phone/CwInputPhone.d.ts +0 -36
  239. package/dist/components/control/input/phone/CwInputPhone.d.ts.map +0 -1
  240. package/dist/components/control/input/text/CwInputText.d.ts +0 -40
  241. package/dist/components/control/input/text/CwInputText.d.ts.map +0 -1
  242. package/dist/components/control/input/text-area/CwTextArea.d.ts +0 -24
  243. package/dist/components/control/input/text-area/CwTextArea.d.ts.map +0 -1
  244. package/dist/components/control/input/time/CwTime.d.ts +0 -40
  245. package/dist/components/control/input/time/CwTime.d.ts.map +0 -1
  246. package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts +0 -53
  247. package/dist/components/control/input/weekday/CwWeekdaySelector.d.ts.map +0 -1
  248. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts +0 -35
  249. package/dist/components/custom/find-airport/CwFindAirportComp.d.ts.map +0 -1
  250. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts +0 -19
  251. package/dist/components/custom/scheduler/CwSchedulerComp.d.ts.map +0 -1
  252. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts +0 -86
  253. package/dist/components/custom/scheduler/CwSuperSchedulerComp.d.ts.map +0 -1
  254. package/dist/components/custom/scheduler/components/EventRender.d.ts +0 -10
  255. package/dist/components/custom/scheduler/components/EventRender.d.ts.map +0 -1
  256. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts +0 -20
  257. package/dist/components/custom/scheduler/components/ResourceListRender.d.ts.map +0 -1
  258. package/dist/components/custom/scheduler/components/ResourceRender.d.ts +0 -14
  259. package/dist/components/custom/scheduler/components/ResourceRender.d.ts.map +0 -1
  260. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts +0 -11
  261. package/dist/components/custom/scheduler/components/day_headers/DayHeader.d.ts.map +0 -1
  262. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts +0 -11
  263. package/dist/components/custom/scheduler/components/day_headers/MonthHeader.d.ts.map +0 -1
  264. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts +0 -13
  265. package/dist/components/custom/scheduler/components/day_headers/MyDaysHeader.d.ts.map +0 -1
  266. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts +0 -11
  267. package/dist/components/custom/scheduler/components/day_headers/WeekHeader.d.ts.map +0 -1
  268. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts +0 -14
  269. package/dist/components/custom/scheduler/components/resources_title_list/ResourcesTitleList.d.ts.map +0 -1
  270. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts +0 -23
  271. package/dist/components/custom/scheduler/components/scheduler_content_area/SchedulerContentArea.d.ts.map +0 -1
  272. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts +0 -8
  273. package/dist/components/custom/scheduler/components/scheduler_header/SchedulerHeader.d.ts.map +0 -1
  274. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts +0 -12
  275. package/dist/components/custom/scheduler/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +0 -1
  276. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts +0 -12
  277. package/dist/components/custom/scheduler/components/time_headers/TimeHeader.d.ts.map +0 -1
  278. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts +0 -10
  279. package/dist/components/custom/scheduler/components/time_headers/TimeHeaderRow.d.ts.map +0 -1
  280. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts +0 -12
  281. package/dist/components/custom/scheduler/components/time_line/TimeLine.d.ts.map +0 -1
  282. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts +0 -2
  283. package/dist/components/custom/scheduler/logic/dates/addMinutesToDateFromPx.d.ts.map +0 -1
  284. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts +0 -2
  285. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDates.d.ts.map +0 -1
  286. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +0 -2
  287. package/dist/components/custom/scheduler/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +0 -1
  288. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts +0 -7
  289. package/dist/components/custom/scheduler/logic/dates/getFormatedTimeForHeader.d.ts.map +0 -1
  290. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts +0 -10
  291. package/dist/components/custom/scheduler/logic/dates/getMonthHeaderData.d.ts.map +0 -1
  292. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts +0 -2
  293. package/dist/components/custom/scheduler/logic/dates/getUtcToday.d.ts.map +0 -1
  294. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +0 -7
  295. package/dist/components/custom/scheduler/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +0 -1
  296. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts +0 -8
  297. package/dist/components/custom/scheduler/logic/dates/listOfDatesToWeeks.d.ts.map +0 -1
  298. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts +0 -2
  299. package/dist/components/custom/scheduler/logic/divisions/calculateDivisionType.d.ts.map +0 -1
  300. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts +0 -2
  301. package/dist/components/custom/scheduler/logic/divisions/calculateDivisions.d.ts.map +0 -1
  302. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts +0 -3
  303. package/dist/components/custom/scheduler/logic/filtering/filterEvents.d.ts.map +0 -1
  304. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts +0 -3
  305. package/dist/components/custom/scheduler/logic/filtering/filterResources.d.ts.map +0 -1
  306. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts +0 -13
  307. package/dist/components/custom/scheduler/logic/onDrop/OnDrop.d.ts.map +0 -1
  308. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts +0 -17
  309. package/dist/components/custom/scheduler/logic/pixels/getPixelsForEvent.d.ts.map +0 -1
  310. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts +0 -3
  311. package/dist/components/custom/scheduler/logic/pixels/heightScheduler.d.ts.map +0 -1
  312. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts +0 -4
  313. package/dist/components/custom/scheduler/logic/state_handle/doubleClickOnResource.d.ts.map +0 -1
  314. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts +0 -2
  315. package/dist/components/custom/scheduler/logic/state_handle/onDragOver.d.ts.map +0 -1
  316. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts +0 -5
  317. package/dist/components/custom/scheduler/logic/state_handle/onDropEventToResource.d.ts.map +0 -1
  318. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts +0 -2
  319. package/dist/components/custom/scheduler/logic/strings/compareStrings.d.ts.map +0 -1
  320. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts +0 -2
  321. package/dist/components/custom/scheduler/logic/strings/getGUID.d.ts.map +0 -1
  322. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts +0 -3
  323. package/dist/components/custom/scheduler/logic/ui/checkIfSlotAvailable.d.ts.map +0 -1
  324. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts +0 -4
  325. package/dist/components/custom/scheduler/logic/ui/getEventsOfResource.d.ts.map +0 -1
  326. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts +0 -2
  327. package/dist/components/custom/scheduler/logic/ui/getTimeHeaders.d.ts.map +0 -1
  328. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts +0 -3
  329. package/dist/components/custom/scheduler/logic/ui/isAllowedToMove.d.ts.map +0 -1
  330. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts +0 -11
  331. package/dist/components/custom/scheduler/state/CblDragAndDrop.d.ts.map +0 -1
  332. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts +0 -43
  333. package/dist/components/custom/scheduler/state/CwSchedulerProps.d.ts.map +0 -1
  334. package/dist/components/custom/scheduler/state/Resource.d.ts +0 -14
  335. package/dist/components/custom/scheduler/state/Resource.d.ts.map +0 -1
  336. package/dist/components/custom/scheduler/state/State.d.ts +0 -19
  337. package/dist/components/custom/scheduler/state/State.d.ts.map +0 -1
  338. package/dist/components/custom/scheduler/state/cblEvent.d.ts +0 -18
  339. package/dist/components/custom/scheduler/state/cblEvent.d.ts.map +0 -1
  340. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts +0 -7
  341. package/dist/components/custom/scheduler/state/cblEventCompProps.d.ts.map +0 -1
  342. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts +0 -6
  343. package/dist/components/custom/scheduler/state/resourceCompProps2.d.ts.map +0 -1
  344. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts +0 -29
  345. package/dist/components/custom/scheduler-new/presentation/NewScheduler.d.ts.map +0 -1
  346. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts +0 -80
  347. package/dist/components/custom/scheduler-new/presentation/NewSchedulerUiEvents.d.ts.map +0 -1
  348. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts +0 -27
  349. package/dist/components/custom/scheduler-new/presentation/SchedulerPresenter.d.ts.map +0 -1
  350. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts +0 -19
  351. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderDivision.d.ts.map +0 -1
  352. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts +0 -10
  353. package/dist/components/custom/scheduler-new/presentation/components/header/HeaderTitle.d.ts.map +0 -1
  354. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts +0 -5
  355. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeader.d.ts.map +0 -1
  356. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts +0 -17
  357. package/dist/components/custom/scheduler-new/presentation/components/header/SchedulerHeaderState.d.ts.map +0 -1
  358. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts +0 -8
  359. package/dist/components/custom/scheduler-new/presentation/components/row/BackgroundEvent.d.ts.map +0 -1
  360. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts +0 -17
  361. package/dist/components/custom/scheduler-new/presentation/components/row/DefaultRowHeader.d.ts.map +0 -1
  362. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts +0 -34
  363. package/dist/components/custom/scheduler-new/presentation/components/row/Event.d.ts.map +0 -1
  364. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts +0 -8
  365. package/dist/components/custom/scheduler-new/presentation/components/row/EventSideDrag.d.ts.map +0 -1
  366. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts +0 -27
  367. package/dist/components/custom/scheduler-new/presentation/components/row/SchedulerRow.d.ts.map +0 -1
  368. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts +0 -10
  369. package/dist/components/custom/scheduler-new/presentation/components/timeline/DivisionLine.d.ts.map +0 -1
  370. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts +0 -15
  371. package/dist/components/custom/scheduler-new/presentation/components/timeline/TimeLine.d.ts.map +0 -1
  372. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts +0 -11
  373. package/dist/components/custom/scheduler-new/presentation/components/timeline/WeekEndLine.d.ts.map +0 -1
  374. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts +0 -19
  375. package/dist/components/custom/scheduler-new/presentation/helpers.d.ts.map +0 -1
  376. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts +0 -4
  377. package/dist/components/custom/scheduler-new/presentation/logic/WeekendCalc.d.ts.map +0 -1
  378. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts +0 -2
  379. package/dist/components/custom/scheduler-new/presentation/logic/dateFromPercentage.d.ts.map +0 -1
  380. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts +0 -2
  381. package/dist/components/custom/scheduler-new/presentation/logic/eventIsVisible.d.ts.map +0 -1
  382. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts +0 -6
  383. package/dist/components/custom/scheduler-new/presentation/logic/getDefaultDivisions.d.ts.map +0 -1
  384. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts +0 -3
  385. package/dist/components/custom/scheduler-new/presentation/logic/getDivisions.d.ts.map +0 -1
  386. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts +0 -6
  387. package/dist/components/custom/scheduler-new/presentation/logic/getEventSizes.d.ts.map +0 -1
  388. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts +0 -4
  389. package/dist/components/custom/scheduler-new/presentation/logic/getLinesByDivisions.d.ts.map +0 -1
  390. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts +0 -2
  391. package/dist/components/custom/scheduler-new/presentation/logic/getPercentageFromMouseEvent.d.ts.map +0 -1
  392. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts +0 -3
  393. package/dist/components/custom/scheduler-new/presentation/logic/separateEventsToInnerRows.d.ts.map +0 -1
  394. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts +0 -4
  395. package/dist/components/custom/scheduler-new/presentation/logic/sortByCategoryAndTitle.d.ts.map +0 -1
  396. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts +0 -12
  397. package/dist/components/custom/scheduler-new/presentation/state/ui/SchedulerState.d.ts.map +0 -1
  398. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts +0 -5
  399. package/dist/components/custom/scheduler-new/presentation/state/ui/WeekRange.d.ts.map +0 -1
  400. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts +0 -24
  401. package/dist/components/custom/scheduler-temporal/CwSchedulerComp2.d.ts.map +0 -1
  402. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts +0 -86
  403. package/dist/components/custom/scheduler-temporal/CwSuperSchedulerComp.d.ts.map +0 -1
  404. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts +0 -10
  405. package/dist/components/custom/scheduler-temporal/components/EventRender.d.ts.map +0 -1
  406. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts +0 -20
  407. package/dist/components/custom/scheduler-temporal/components/ResourceListRender.d.ts.map +0 -1
  408. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts +0 -14
  409. package/dist/components/custom/scheduler-temporal/components/ResourceRender.d.ts.map +0 -1
  410. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts +0 -11
  411. package/dist/components/custom/scheduler-temporal/components/day_headers/DayHeader.d.ts.map +0 -1
  412. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts +0 -11
  413. package/dist/components/custom/scheduler-temporal/components/day_headers/MonthHeader.d.ts.map +0 -1
  414. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts +0 -13
  415. package/dist/components/custom/scheduler-temporal/components/day_headers/MyDaysHeader.d.ts.map +0 -1
  416. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts +0 -11
  417. package/dist/components/custom/scheduler-temporal/components/day_headers/WeekHeader.d.ts.map +0 -1
  418. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts +0 -14
  419. package/dist/components/custom/scheduler-temporal/components/resources_title_list/ResourcesTitleList.d.ts.map +0 -1
  420. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts +0 -23
  421. package/dist/components/custom/scheduler-temporal/components/scheduler_content_area/SchedulerContentArea.d.ts.map +0 -1
  422. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts +0 -8
  423. package/dist/components/custom/scheduler-temporal/components/scheduler_header/SchedulerHeader.d.ts.map +0 -1
  424. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts +0 -12
  425. package/dist/components/custom/scheduler-temporal/components/scheduler_timeline/SchedulerTimeLine.d.ts.map +0 -1
  426. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts +0 -12
  427. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeader.d.ts.map +0 -1
  428. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts +0 -10
  429. package/dist/components/custom/scheduler-temporal/components/time_headers/TimeHeaderRow.d.ts.map +0 -1
  430. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts +0 -12
  431. package/dist/components/custom/scheduler-temporal/components/time_line/TimeLine.d.ts.map +0 -1
  432. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts +0 -2
  433. package/dist/components/custom/scheduler-temporal/logic/dates/addMinutesToDateFromPx.d.ts.map +0 -1
  434. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts +0 -2
  435. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDates.d.ts.map +0 -1
  436. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts +0 -2
  437. package/dist/components/custom/scheduler-temporal/logic/dates/daysBetweenTwoDatesWithoutCeil.d.ts.map +0 -1
  438. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts +0 -7
  439. package/dist/components/custom/scheduler-temporal/logic/dates/getFormatedTimeForHeader.d.ts.map +0 -1
  440. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts +0 -10
  441. package/dist/components/custom/scheduler-temporal/logic/dates/getMonthHeaderData.d.ts.map +0 -1
  442. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts +0 -2
  443. package/dist/components/custom/scheduler-temporal/logic/dates/getUtcToday.d.ts.map +0 -1
  444. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts +0 -7
  445. package/dist/components/custom/scheduler-temporal/logic/dates/getWeekHeaderDataFromWeekRange.d.ts.map +0 -1
  446. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts +0 -8
  447. package/dist/components/custom/scheduler-temporal/logic/dates/listOfDatesToWeeks.d.ts.map +0 -1
  448. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts +0 -2
  449. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisionType.d.ts.map +0 -1
  450. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts +0 -2
  451. package/dist/components/custom/scheduler-temporal/logic/divisions/calculateDivisions.d.ts.map +0 -1
  452. package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts +0 -15
  453. package/dist/components/custom/scheduler-temporal/logic/filtering/filterAndProcessResources.d.ts.map +0 -1
  454. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts +0 -3
  455. package/dist/components/custom/scheduler-temporal/logic/filtering/filterEvents.d.ts.map +0 -1
  456. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts +0 -3
  457. package/dist/components/custom/scheduler-temporal/logic/filtering/filterResources.d.ts.map +0 -1
  458. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts +0 -13
  459. package/dist/components/custom/scheduler-temporal/logic/onDrop/OnDrop.d.ts.map +0 -1
  460. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts +0 -17
  461. package/dist/components/custom/scheduler-temporal/logic/pixels/getPixelsForEvent.d.ts.map +0 -1
  462. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts +0 -3
  463. package/dist/components/custom/scheduler-temporal/logic/pixels/heightScheduler.d.ts.map +0 -1
  464. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts +0 -4
  465. package/dist/components/custom/scheduler-temporal/logic/state_handle/doubleClickOnResource.d.ts.map +0 -1
  466. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts +0 -2
  467. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDragOver.d.ts.map +0 -1
  468. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts +0 -5
  469. package/dist/components/custom/scheduler-temporal/logic/state_handle/onDropEventToResource.d.ts.map +0 -1
  470. package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts +0 -4
  471. package/dist/components/custom/scheduler-temporal/logic/state_handle/onResizeEvent.d.ts.map +0 -1
  472. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts +0 -2
  473. package/dist/components/custom/scheduler-temporal/logic/strings/compareStrings.d.ts.map +0 -1
  474. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts +0 -2
  475. package/dist/components/custom/scheduler-temporal/logic/strings/getGUID.d.ts.map +0 -1
  476. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts +0 -3
  477. package/dist/components/custom/scheduler-temporal/logic/ui/checkIfSlotAvailable.d.ts.map +0 -1
  478. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts +0 -6
  479. package/dist/components/custom/scheduler-temporal/logic/ui/getEventsOfResource.d.ts.map +0 -1
  480. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts +0 -2
  481. package/dist/components/custom/scheduler-temporal/logic/ui/getTimeHeaders.d.ts.map +0 -1
  482. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts +0 -3
  483. package/dist/components/custom/scheduler-temporal/logic/ui/isAllowedToMove.d.ts.map +0 -1
  484. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts +0 -11
  485. package/dist/components/custom/scheduler-temporal/state/CblDragAndDrop.d.ts.map +0 -1
  486. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts +0 -43
  487. package/dist/components/custom/scheduler-temporal/state/CwSchedulerProps.d.ts.map +0 -1
  488. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts +0 -14
  489. package/dist/components/custom/scheduler-temporal/state/Resource.d.ts.map +0 -1
  490. package/dist/components/custom/scheduler-temporal/state/State.d.ts +0 -25
  491. package/dist/components/custom/scheduler-temporal/state/State.d.ts.map +0 -1
  492. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts +0 -18
  493. package/dist/components/custom/scheduler-temporal/state/cblEvent.d.ts.map +0 -1
  494. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts +0 -7
  495. package/dist/components/custom/scheduler-temporal/state/cblEventCompProps.d.ts.map +0 -1
  496. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts +0 -15
  497. package/dist/components/custom/super-scheduler/PinRowHeader.d.ts.map +0 -1
  498. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts +0 -25
  499. package/dist/components/custom/super-scheduler/SuperScheduler.d.ts.map +0 -1
  500. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts +0 -13
  501. package/dist/components/custom/super-scheduler/SuperSchedulerEvents.d.ts.map +0 -1
  502. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts +0 -9
  503. package/dist/components/custom/super-scheduler/SuperSchedulerPresenter.d.ts.map +0 -1
  504. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts +0 -14
  505. package/dist/components/display/data/accordion/CwAccordionContainer.d.ts.map +0 -1
  506. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts +0 -15
  507. package/dist/components/display/data/generic_tooltip/CwGenericTooltip.d.ts.map +0 -1
  508. package/dist/components/display/data/table/CwTable.d.ts +0 -102
  509. package/dist/components/display/data/table/CwTable.d.ts.map +0 -1
  510. package/dist/components/display/graphics/icon/CwIcon.d.ts +0 -15
  511. package/dist/components/display/graphics/icon/CwIcon.d.ts.map +0 -1
  512. package/dist/components/display/graphics/loading/CwLoading.d.ts +0 -42
  513. package/dist/components/display/graphics/loading/CwLoading.d.ts.map +0 -1
  514. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts +0 -18
  515. package/dist/components/display/graphics/loading-small/CwLoadingSmall.d.ts.map +0 -1
  516. package/dist/components/display/text/heading/CwHeadingMain.d.ts +0 -3
  517. package/dist/components/display/text/heading/CwHeadingMain.d.ts.map +0 -1
  518. package/dist/components/display/text/heading/CwHeadingSecond.d.ts +0 -3
  519. package/dist/components/display/text/heading/CwHeadingSecond.d.ts.map +0 -1
  520. package/dist/components/display/text/label/CwLabel.d.ts +0 -28
  521. package/dist/components/display/text/label/CwLabel.d.ts.map +0 -1
  522. package/dist/components/display/text/message/CwMessage.d.ts +0 -31
  523. package/dist/components/display/text/message/CwMessage.d.ts.map +0 -1
  524. package/dist/components/display/text/tag/CwChip.d.ts +0 -36
  525. package/dist/components/display/text/tag/CwChip.d.ts.map +0 -1
  526. package/dist/components/display/text/tag/CwTag.d.ts.map +0 -1
  527. package/dist/components/display/text/tooltip/CwTooltip.d.ts +0 -8
  528. package/dist/components/display/text/tooltip/CwTooltip.d.ts.map +0 -1
  529. package/dist/components/layout/align/CwAlign.d.ts +0 -54
  530. package/dist/components/layout/align/CwAlign.d.ts.map +0 -1
  531. package/dist/components/layout/card/CwCard.d.ts +0 -61
  532. package/dist/components/layout/card/CwCard.d.ts.map +0 -1
  533. package/dist/components/layout/card/CwCardList.d.ts +0 -32
  534. package/dist/components/layout/card/CwCardList.d.ts.map +0 -1
  535. package/dist/components/layout/dialog/CwDialog.d.ts +0 -28
  536. package/dist/components/layout/dialog/CwDialog.d.ts.map +0 -1
  537. package/dist/components/layout/dialog/CwDialogManager.d.ts +0 -11
  538. package/dist/components/layout/dialog/CwDialogManager.d.ts.map +0 -1
  539. package/dist/components/layout/list/details/CwExpandable.d.ts +0 -23
  540. package/dist/components/layout/list/details/CwExpandable.d.ts.map +0 -1
  541. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts +0 -33
  542. package/dist/components/layout/list/key-value/CwKeyValueList.d.ts.map +0 -1
  543. package/dist/components/layout/modal/CwModalReportFunctional.d.ts +0 -15
  544. package/dist/components/layout/modal/CwModalReportFunctional.d.ts.map +0 -1
  545. package/dist/components/layout/modal/hover/CwModalHover.d.ts +0 -19
  546. package/dist/components/layout/modal/hover/CwModalHover.d.ts.map +0 -1
  547. package/dist/components/layout/modal/legacy/cw_modal.d.ts +0 -22
  548. package/dist/components/layout/modal/legacy/cw_modal.d.ts.map +0 -1
  549. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts +0 -16
  550. package/dist/components/layout/modal/legacy/cw_modal_confirm.d.ts.map +0 -1
  551. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts +0 -21
  552. package/dist/components/layout/modal/legacy/cw_modal_iframe.d.ts.map +0 -1
  553. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts +0 -32
  554. package/dist/components/layout/modal/legacy/cw_modal_report.d.ts.map +0 -1
  555. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts +0 -80
  556. package/dist/components/layout/table/grouped/CwTableGrouped.d.ts.map +0 -1
  557. package/dist/components/layout/tabs/CwTabs.d.ts +0 -46
  558. package/dist/components/layout/tabs/CwTabs.d.ts.map +0 -1
  559. package/dist/index.d.ts.map +0 -1
  560. /package/dist/{components/control/choice → deprecated/components}/dropdown/CwDropdownContainer.d.ts +0 -0
  561. /package/dist/{components/control/choice/dropdown → src/components/control/choice/deprecated}/CwDropdown.d.ts +0 -0
  562. /package/dist/{components/control/choice/dropdown → src/components/control/choice/deprecated}/CwDropdownNavigation.d.ts +0 -0
@@ -1,48 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,28 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,17 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,40 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,38 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,40 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,40 +0,0 @@
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
@@ -1 +0,0 @@
1
- {"version":3,"file":"CwDigit.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/digit/CwDigit.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,YAAa,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAC5F;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAiB1C"}
@@ -1,18 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,15 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,7 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,53 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,20 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,36 +0,0 @@
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
@@ -1 +0,0 @@
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"}
@@ -1,40 +0,0 @@
1
- import { HTMLProps } from "react";
2
- import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
- import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
- import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
- import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
- export interface CwInputTextProps extends Omit<HTMLProps<HTMLInputElement>, "className"> {
7
- /** Props to define alignment and size; undefined == column
8
- * @example alignProps={{direction:"row"}} */
9
- alignProps?: CwAlignProps;
10
- /** Props of the button; undefined == no button
11
- * @example buttonProps={{children:"Ok"}} */
12
- buttonProps?: CwButtonProps;
13
- /** Props of the label; undefined == no label
14
- * @example labelProps={{children:"Your name please:"}} */
15
- labelProps?: CwLabelProps;
16
- /** Props of the icon; undefined == no icon
17
- * @example iconProps={{iconId:"phone"}} */
18
- iconProps?: CwIconProps;
19
- }
20
- /**
21
- * Input for entering a string of text.
22
- * @remarks
23
- * ```txt
24
- * CwIcon CwLabel CwSelect CwButton
25
- * ↑ ↑ ↑ ↑
26
- * ╭────────────────────╮╭════╮
27
- * ⌂ Address ││ Sunset Valley, 2 │║ Ok ║
28
- * ╰────────────────────╯╰════╯
29
- * ```
30
- * @example
31
- * ```tsx
32
- * <CwInputText
33
- * iconProps={{ id: "home" }}
34
- * labelProps={{ children: "Name", width: "100px" }}
35
- * buttonProps={{ children: "Ok", onclick:()=>{alert("hi")} }}
36
- * />
37
- * ```
38
- */
39
- export declare function CwInputText(props: CwInputTextProps): import("react/jsx-runtime").JSX.Element;
40
- //# sourceMappingURL=CwInputText.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CwInputText.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/text/CwInputText.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,CAAC;IACvF;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAiBlD"}
@@ -1,24 +0,0 @@
1
- import * as CSS from "csstype";
2
- import { DetailedHTMLProps, TextareaHTMLAttributes } from "react";
3
- import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
4
- import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
5
- import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
6
- import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
7
- export interface CwTextAreaProps extends Omit<DetailedHTMLProps<TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "className"> {
8
- /** Can it be resized? */
9
- resize?: CSS.Property.Resize;
10
- /** Props to define alignment and size; undefined == column
11
- * @example alignProps={{direction:"row"}} */
12
- alignProps?: CwAlignProps;
13
- /** Props of the button; undefined == no button
14
- * @example buttonProps={{children:"Ok"}} */
15
- buttonProps?: CwButtonProps;
16
- /** Props of the label; undefined == no label
17
- * @example labelProps={{children:"Your name please:"}} */
18
- labelProps?: CwLabelProps;
19
- /** Props of the icon; undefined == no icon
20
- * @example iconProps={{iconId:"phone"}} */
21
- iconProps?: CwIconProps;
22
- }
23
- export declare function CwTextArea(props: CwTextAreaProps): import("react/jsx-runtime").JSX.Element;
24
- //# sourceMappingURL=CwTextArea.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CwTextArea.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/text-area/CwTextArea.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,GAAG,MAAM,SAAS,CAAC;AAC/B,OAAO,EAAE,iBAAiB,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,eAChB,SAAQ,IAAI,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,EAAE,WAAW,CAAC;IAC9G,yBAAyB;IACzB,MAAM,CAAC,EAAE,GAAG,CAAC,QAAQ,CAAC,MAAM,CAAC;IAC7B;iDAC6C;IAC7C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;+CAC2C;IAC3C,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,eAAe,2CAqBhD"}
@@ -1,40 +0,0 @@
1
- import { HTMLProps } from "react";
2
- import { CwButtonProps } from "../../../../components/control/action/button/CwButton";
3
- import { CwIconProps } from "../../../../components/display/graphics/icon/CwIcon";
4
- import { CwLabelProps } from "../../../../components/display/text/label/CwLabel";
5
- import { CwAlignProps } from "../../../../components/layout/align/CwAlign";
6
- export interface CwInputTimeProps extends Omit<HTMLProps<HTMLInputElement>, "className" | "type"> {
7
- /** Props to define alignment and size; undefined == column
8
- * @example alignProps={{_direction:"row"}} */
9
- alignProps?: CwAlignProps;
10
- /** Props of the button; undefined == no button
11
- * @example buttonProps={{children:"Ok"}} */
12
- buttonProps?: CwButtonProps;
13
- /** Props of the label; undefined == no label
14
- * @example labelProps={{children:"Your name please:"}} */
15
- labelProps?: CwLabelProps;
16
- /** Props of the icon; undefined == no icon
17
- * @example iconProps={{_id:"phone"}} */
18
- iconProps?: CwIconProps;
19
- }
20
- /**
21
- * Input for entering a string of text.
22
- * @remarks
23
- * ```txt
24
- * CwIcon CwLabel input type=time CwButton
25
- * ↑ ↑ ↑ ↑
26
- * ╭────────────────────╮╭════╮
27
- * ⌂ Birthdate │ 00:00 │║ Ok ║
28
- * ╰────────────────────╯╰════╯
29
- * ```
30
- * @example
31
- * ```tsx
32
- * <CwTime
33
- * iconProps={{ 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 CwTime(props: CwInputTimeProps): import("react/jsx-runtime").JSX.Element;
40
- //# sourceMappingURL=CwTime.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"CwTime.d.ts","sourceRoot":"","sources":["../../../../../src/components/control/input/time/CwTime.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAY,aAAa,EAAE,MAAM,uDAAuD,CAAC;AAChG,OAAO,EAAU,WAAW,EAAE,MAAM,qDAAqD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,mDAAmD,CAAC;AAC1F,OAAO,EAAW,YAAY,EAAE,MAAM,6CAA6C,CAAC;AAEpF,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,WAAW,GAAG,MAAM,CAAC;IAChG;kDAC8C;IAC9C,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;gDAC4C;IAC5C,WAAW,CAAC,EAAE,aAAa,CAAC;IAC5B;8DAC0D;IAC1D,UAAU,CAAC,EAAE,YAAY,CAAC;IAC1B;4CACwC;IACxC,SAAS,CAAC,EAAE,WAAW,CAAC;CACxB;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,MAAM,CAAC,KAAK,EAAE,gBAAgB,2CAkB7C"}