@its/core 2.3.6 → 2.3.7

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 (550) hide show
  1. package/dist/core.css +21 -0
  2. package/dist/core.es.js +54832 -0
  3. package/dist/types/index.d.ts +2 -0
  4. package/dist/types/index.d.ts.map +1 -0
  5. package/dist/types/src/assets/icons/Barcode.d.ts +6 -0
  6. package/dist/types/src/assets/icons/Barcode.d.ts.map +1 -0
  7. package/dist/types/src/assets/icons/Delete.d.ts +6 -0
  8. package/dist/types/src/assets/icons/Delete.d.ts.map +1 -0
  9. package/dist/types/src/assets/icons/Flags/China.d.ts +4 -0
  10. package/dist/types/src/assets/icons/Flags/China.d.ts.map +1 -0
  11. package/dist/types/src/assets/icons/Flags/France.d.ts +4 -0
  12. package/dist/types/src/assets/icons/Flags/France.d.ts.map +1 -0
  13. package/dist/types/src/assets/icons/Flags/Italy.d.ts +4 -0
  14. package/dist/types/src/assets/icons/Flags/Italy.d.ts.map +1 -0
  15. package/dist/types/src/assets/icons/Flags/Spain.d.ts +4 -0
  16. package/dist/types/src/assets/icons/Flags/Spain.d.ts.map +1 -0
  17. package/dist/types/src/assets/icons/Flags/Tunisia.d.ts +4 -0
  18. package/dist/types/src/assets/icons/Flags/Tunisia.d.ts.map +1 -0
  19. package/dist/types/src/assets/icons/Flags/Uk.d.ts +4 -0
  20. package/dist/types/src/assets/icons/Flags/Uk.d.ts.map +1 -0
  21. package/dist/types/src/assets/icons/Flags/index.d.ts +7 -0
  22. package/dist/types/src/assets/icons/Flags/index.d.ts.map +1 -0
  23. package/dist/types/src/assets/icons/Flags/types.d.ts +4 -0
  24. package/dist/types/src/assets/icons/Flags/types.d.ts.map +1 -0
  25. package/dist/types/src/assets/icons/index.d.ts +4 -0
  26. package/dist/types/src/assets/icons/index.d.ts.map +1 -0
  27. package/dist/types/src/assets/index.d.ts +2 -0
  28. package/dist/types/src/assets/index.d.ts.map +1 -0
  29. package/dist/types/src/components/Auth/AuthWrapper.d.ts +3 -0
  30. package/dist/types/src/components/Auth/AuthWrapper.d.ts.map +1 -0
  31. package/dist/types/src/components/Auth/index.d.ts +3 -0
  32. package/dist/types/src/components/Auth/index.d.ts.map +1 -0
  33. package/dist/types/src/components/Auth/types.d.ts +21 -0
  34. package/dist/types/src/components/Auth/types.d.ts.map +1 -0
  35. package/dist/types/src/components/BadgeScanner/BadgeScanner.d.ts +3 -0
  36. package/dist/types/src/components/BadgeScanner/BadgeScanner.d.ts.map +1 -0
  37. package/dist/types/src/components/BadgeScanner/index.d.ts +2 -0
  38. package/dist/types/src/components/BadgeScanner/index.d.ts.map +1 -0
  39. package/dist/types/src/components/BadgeScanner/types.d.ts +7 -0
  40. package/dist/types/src/components/BadgeScanner/types.d.ts.map +1 -0
  41. package/dist/types/src/components/Blink/Blink.d.ts +20 -0
  42. package/dist/types/src/components/Blink/Blink.d.ts.map +1 -0
  43. package/dist/types/src/components/Blink/index.d.ts +2 -0
  44. package/dist/types/src/components/Blink/index.d.ts.map +1 -0
  45. package/dist/types/src/components/BreadCrumb/BreadCrumb.d.ts +2 -0
  46. package/dist/types/src/components/BreadCrumb/BreadCrumb.d.ts.map +1 -0
  47. package/dist/types/src/components/BreadCrumb/BreadCrumbProvider.d.ts +15 -0
  48. package/dist/types/src/components/BreadCrumb/BreadCrumbProvider.d.ts.map +1 -0
  49. package/dist/types/src/components/BreadCrumb/index.d.ts +3 -0
  50. package/dist/types/src/components/BreadCrumb/index.d.ts.map +1 -0
  51. package/dist/types/src/components/Buttons/CopyToClipboard.d.ts +5 -0
  52. package/dist/types/src/components/Buttons/CopyToClipboard.d.ts.map +1 -0
  53. package/dist/types/src/components/Buttons/FlagButton.d.ts +17 -0
  54. package/dist/types/src/components/Buttons/FlagButton.d.ts.map +1 -0
  55. package/dist/types/src/components/Buttons/GlobalSwitch/GlobalSwitch.d.ts +3 -0
  56. package/dist/types/src/components/Buttons/GlobalSwitch/GlobalSwitch.d.ts.map +1 -0
  57. package/dist/types/src/components/Buttons/GlobalSwitch/index.d.ts +2 -0
  58. package/dist/types/src/components/Buttons/GlobalSwitch/index.d.ts.map +1 -0
  59. package/dist/types/src/components/Buttons/GlobalSwitch/types.d.ts +6 -0
  60. package/dist/types/src/components/Buttons/GlobalSwitch/types.d.ts.map +1 -0
  61. package/dist/types/src/components/Buttons/MenuButton.d.ts +7 -0
  62. package/dist/types/src/components/Buttons/MenuButton.d.ts.map +1 -0
  63. package/dist/types/src/components/Buttons/ToggleSwitch.d.ts +7 -0
  64. package/dist/types/src/components/Buttons/ToggleSwitch.d.ts.map +1 -0
  65. package/dist/types/src/components/Buttons/ToolButton.d.ts +10 -0
  66. package/dist/types/src/components/Buttons/ToolButton.d.ts.map +1 -0
  67. package/dist/types/src/components/Buttons/index.d.ts +7 -0
  68. package/dist/types/src/components/Buttons/index.d.ts.map +1 -0
  69. package/dist/types/src/components/CaptionValue/CaptionValue.d.ts +3 -0
  70. package/dist/types/src/components/CaptionValue/CaptionValue.d.ts.map +1 -0
  71. package/dist/types/src/components/CaptionValue/index.d.ts +3 -0
  72. package/dist/types/src/components/CaptionValue/index.d.ts.map +1 -0
  73. package/dist/types/src/components/CaptionValue/types.d.ts +37 -0
  74. package/dist/types/src/components/CaptionValue/types.d.ts.map +1 -0
  75. package/dist/types/src/components/Cards/IconDetailCard.d.ts +9 -0
  76. package/dist/types/src/components/Cards/IconDetailCard.d.ts.map +1 -0
  77. package/dist/types/src/components/Cards/index.d.ts +2 -0
  78. package/dist/types/src/components/Cards/index.d.ts.map +1 -0
  79. package/dist/types/src/components/Charts/AreaRangeChartComponent.d.ts +19 -0
  80. package/dist/types/src/components/Charts/AreaRangeChartComponent.d.ts.map +1 -0
  81. package/dist/types/src/components/Charts/BarChartComponent.d.ts +34 -0
  82. package/dist/types/src/components/Charts/BarChartComponent.d.ts.map +1 -0
  83. package/dist/types/src/components/Charts/CustomToolTip.d.ts +9 -0
  84. package/dist/types/src/components/Charts/CustomToolTip.d.ts.map +1 -0
  85. package/dist/types/src/components/Charts/GaugeWithLabel.d.ts +8 -0
  86. package/dist/types/src/components/Charts/GaugeWithLabel.d.ts.map +1 -0
  87. package/dist/types/src/components/Charts/Graph/CustomLegend.d.ts +18 -0
  88. package/dist/types/src/components/Charts/Graph/CustomLegend.d.ts.map +1 -0
  89. package/dist/types/src/components/Charts/Graph/CustomTooltip.d.ts +11 -0
  90. package/dist/types/src/components/Charts/Graph/CustomTooltip.d.ts.map +1 -0
  91. package/dist/types/src/components/Charts/Graph/Graph.d.ts +3 -0
  92. package/dist/types/src/components/Charts/Graph/Graph.d.ts.map +1 -0
  93. package/dist/types/src/components/Charts/Graph/index.d.ts +3 -0
  94. package/dist/types/src/components/Charts/Graph/index.d.ts.map +1 -0
  95. package/dist/types/src/components/Charts/Graph/types.d.ts +49 -0
  96. package/dist/types/src/components/Charts/Graph/types.d.ts.map +1 -0
  97. package/dist/types/src/components/Charts/Graph/utils/alignScatterData.d.ts +14 -0
  98. package/dist/types/src/components/Charts/Graph/utils/alignScatterData.d.ts.map +1 -0
  99. package/dist/types/src/components/Charts/Graph/utils/colors.d.ts +3 -0
  100. package/dist/types/src/components/Charts/Graph/utils/colors.d.ts.map +1 -0
  101. package/dist/types/src/components/Charts/Graph/utils/generateTimeTicks.d.ts +2 -0
  102. package/dist/types/src/components/Charts/Graph/utils/generateTimeTicks.d.ts.map +1 -0
  103. package/dist/types/src/components/Charts/Graph/utils/generateYAxisTicks.d.ts +8 -0
  104. package/dist/types/src/components/Charts/Graph/utils/generateYAxisTicks.d.ts.map +1 -0
  105. package/dist/types/src/components/Charts/Graph/utils/getScatterPointByTimestamp.d.ts +19 -0
  106. package/dist/types/src/components/Charts/Graph/utils/getScatterPointByTimestamp.d.ts.map +1 -0
  107. package/dist/types/src/components/Charts/GraphsFlexbox.d.ts +8 -0
  108. package/dist/types/src/components/Charts/GraphsFlexbox.d.ts.map +1 -0
  109. package/dist/types/src/components/Charts/LineChartComponent.d.ts +40 -0
  110. package/dist/types/src/components/Charts/LineChartComponent.d.ts.map +1 -0
  111. package/dist/types/src/components/Charts/PieSingleChartComponent.d.ts +14 -0
  112. package/dist/types/src/components/Charts/PieSingleChartComponent.d.ts.map +1 -0
  113. package/dist/types/src/components/Charts/ScatterChartComponent.d.ts +19 -0
  114. package/dist/types/src/components/Charts/ScatterChartComponent.d.ts.map +1 -0
  115. package/dist/types/src/components/Charts/TimelineChart/CustomEventScatter.d.ts +2 -0
  116. package/dist/types/src/components/Charts/TimelineChart/CustomEventScatter.d.ts.map +1 -0
  117. package/dist/types/src/components/Charts/TimelineChart/TimelineChart.d.ts +5 -0
  118. package/dist/types/src/components/Charts/TimelineChart/TimelineChart.d.ts.map +1 -0
  119. package/dist/types/src/components/Charts/TimelineChart/index.d.ts +3 -0
  120. package/dist/types/src/components/Charts/TimelineChart/index.d.ts.map +1 -0
  121. package/dist/types/src/components/Charts/TimelineChart/types.d.ts +50 -0
  122. package/dist/types/src/components/Charts/TimelineChart/types.d.ts.map +1 -0
  123. package/dist/types/src/components/Charts/index.d.ts +11 -0
  124. package/dist/types/src/components/Charts/index.d.ts.map +1 -0
  125. package/dist/types/src/components/Charts/utils/shade-color.d.ts +3 -0
  126. package/dist/types/src/components/Charts/utils/shade-color.d.ts.map +1 -0
  127. package/dist/types/src/components/Chips/QualificationChip.d.ts +20 -0
  128. package/dist/types/src/components/Chips/QualificationChip.d.ts.map +1 -0
  129. package/dist/types/src/components/Chips/index.d.ts +2 -0
  130. package/dist/types/src/components/Chips/index.d.ts.map +1 -0
  131. package/dist/types/src/components/Dialog/ConfirmDialog.d.ts +13 -0
  132. package/dist/types/src/components/Dialog/ConfirmDialog.d.ts.map +1 -0
  133. package/dist/types/src/components/Dialog/Dialog.d.ts +3 -0
  134. package/dist/types/src/components/Dialog/Dialog.d.ts.map +1 -0
  135. package/dist/types/src/components/Dialog/index.d.ts +3 -0
  136. package/dist/types/src/components/Dialog/index.d.ts.map +1 -0
  137. package/dist/types/src/components/Dialog/types.d.ts +46 -0
  138. package/dist/types/src/components/Dialog/types.d.ts.map +1 -0
  139. package/dist/types/src/components/Dnd/DDRRItem.d.ts +22 -0
  140. package/dist/types/src/components/Dnd/DDRRItem.d.ts.map +1 -0
  141. package/dist/types/src/components/Dnd/functions.d.ts +26 -0
  142. package/dist/types/src/components/Dnd/functions.d.ts.map +1 -0
  143. package/dist/types/src/components/Dnd/index.d.ts +3 -0
  144. package/dist/types/src/components/Dnd/index.d.ts.map +1 -0
  145. package/dist/types/src/components/Filters/FilterSort.d.ts +8 -0
  146. package/dist/types/src/components/Filters/FilterSort.d.ts.map +1 -0
  147. package/dist/types/src/components/Filters/PaginationFilters.d.ts +4 -0
  148. package/dist/types/src/components/Filters/PaginationFilters.d.ts.map +1 -0
  149. package/dist/types/src/components/Filters/PaginationSortings.d.ts +4 -0
  150. package/dist/types/src/components/Filters/PaginationSortings.d.ts.map +1 -0
  151. package/dist/types/src/components/Filters/SearchField.d.ts +10 -0
  152. package/dist/types/src/components/Filters/SearchField.d.ts.map +1 -0
  153. package/dist/types/src/components/Filters/Utils/index.d.ts +2 -0
  154. package/dist/types/src/components/Filters/Utils/index.d.ts.map +1 -0
  155. package/dist/types/src/components/Filters/Utils/render-filters.d.ts +3 -0
  156. package/dist/types/src/components/Filters/Utils/render-filters.d.ts.map +1 -0
  157. package/dist/types/src/components/Filters/index.d.ts +6 -0
  158. package/dist/types/src/components/Filters/index.d.ts.map +1 -0
  159. package/dist/types/src/components/Header/Header.d.ts +4 -0
  160. package/dist/types/src/components/Header/Header.d.ts.map +1 -0
  161. package/dist/types/src/components/Header/index.d.ts +2 -0
  162. package/dist/types/src/components/Header/index.d.ts.map +1 -0
  163. package/dist/types/src/components/Header/types.d.ts +14 -0
  164. package/dist/types/src/components/Header/types.d.ts.map +1 -0
  165. package/dist/types/src/components/HotKeys/HotKeysSelector.d.ts +10 -0
  166. package/dist/types/src/components/HotKeys/HotKeysSelector.d.ts.map +1 -0
  167. package/dist/types/src/components/HotKeys/index.d.ts +2 -0
  168. package/dist/types/src/components/HotKeys/index.d.ts.map +1 -0
  169. package/dist/types/src/components/IFrame/IFrame.d.ts +13 -0
  170. package/dist/types/src/components/IFrame/IFrame.d.ts.map +1 -0
  171. package/dist/types/src/components/IFrame/index.d.ts +2 -0
  172. package/dist/types/src/components/IFrame/index.d.ts.map +1 -0
  173. package/dist/types/src/components/Inputs/Autocomplete.d.ts +22 -0
  174. package/dist/types/src/components/Inputs/Autocomplete.d.ts.map +1 -0
  175. package/dist/types/src/components/Inputs/AutocompleteClient.d.ts +13 -0
  176. package/dist/types/src/components/Inputs/AutocompleteClient.d.ts.map +1 -0
  177. package/dist/types/src/components/Inputs/Checkbox.d.ts +15 -0
  178. package/dist/types/src/components/Inputs/Checkbox.d.ts.map +1 -0
  179. package/dist/types/src/components/Inputs/DatePicker.d.ts +24 -0
  180. package/dist/types/src/components/Inputs/DatePicker.d.ts.map +1 -0
  181. package/dist/types/src/components/Inputs/MultipleSelect.d.ts +16 -0
  182. package/dist/types/src/components/Inputs/MultipleSelect.d.ts.map +1 -0
  183. package/dist/types/src/components/Inputs/Radio.d.ts +16 -0
  184. package/dist/types/src/components/Inputs/Radio.d.ts.map +1 -0
  185. package/dist/types/src/components/Inputs/Select.d.ts +28 -0
  186. package/dist/types/src/components/Inputs/Select.d.ts.map +1 -0
  187. package/dist/types/src/components/Inputs/TextField.d.ts +25 -0
  188. package/dist/types/src/components/Inputs/TextField.d.ts.map +1 -0
  189. package/dist/types/src/components/Inputs/TextFieldWithKeyboard.d.ts +22 -0
  190. package/dist/types/src/components/Inputs/TextFieldWithKeyboard.d.ts.map +1 -0
  191. package/dist/types/src/components/Inputs/index.d.ts +10 -0
  192. package/dist/types/src/components/Inputs/index.d.ts.map +1 -0
  193. package/dist/types/src/components/Keyboard/StyledKeyboardWrapper.d.ts +5 -0
  194. package/dist/types/src/components/Keyboard/StyledKeyboardWrapper.d.ts.map +1 -0
  195. package/dist/types/src/components/Keyboard/index.d.ts +4 -0
  196. package/dist/types/src/components/Keyboard/index.d.ts.map +1 -0
  197. package/dist/types/src/components/Keyboard/layout.d.ts +5 -0
  198. package/dist/types/src/components/Keyboard/layout.d.ts.map +1 -0
  199. package/dist/types/src/components/Keyboard/types.d.ts +9 -0
  200. package/dist/types/src/components/Keyboard/types.d.ts.map +1 -0
  201. package/dist/types/src/components/Keypad/ButtonsGrid.d.ts +10 -0
  202. package/dist/types/src/components/Keypad/ButtonsGrid.d.ts.map +1 -0
  203. package/dist/types/src/components/Keypad/KeyButton.d.ts +11 -0
  204. package/dist/types/src/components/Keypad/KeyButton.d.ts.map +1 -0
  205. package/dist/types/src/components/Keypad/Keypad.d.ts +13 -0
  206. package/dist/types/src/components/Keypad/Keypad.d.ts.map +1 -0
  207. package/dist/types/src/components/Keypad/index.d.ts +4 -0
  208. package/dist/types/src/components/Keypad/index.d.ts.map +1 -0
  209. package/dist/types/src/components/Language/LanguageSelector.d.ts +12 -0
  210. package/dist/types/src/components/Language/LanguageSelector.d.ts.map +1 -0
  211. package/dist/types/src/components/Language/index.d.ts +2 -0
  212. package/dist/types/src/components/Language/index.d.ts.map +1 -0
  213. package/dist/types/src/components/Lists/FilteredList.d.ts +14 -0
  214. package/dist/types/src/components/Lists/FilteredList.d.ts.map +1 -0
  215. package/dist/types/src/components/Lists/ListItem.d.ts +3 -0
  216. package/dist/types/src/components/Lists/ListItem.d.ts.map +1 -0
  217. package/dist/types/src/components/Lists/ListWrapper.d.ts +20 -0
  218. package/dist/types/src/components/Lists/ListWrapper.d.ts.map +1 -0
  219. package/dist/types/src/components/Lists/Looper.d.ts +8 -0
  220. package/dist/types/src/components/Lists/Looper.d.ts.map +1 -0
  221. package/dist/types/src/components/Lists/PaginatedList.d.ts +11 -0
  222. package/dist/types/src/components/Lists/PaginatedList.d.ts.map +1 -0
  223. package/dist/types/src/components/Lists/Types.d.ts +44 -0
  224. package/dist/types/src/components/Lists/Types.d.ts.map +1 -0
  225. package/dist/types/src/components/Lists/index.d.ts +7 -0
  226. package/dist/types/src/components/Lists/index.d.ts.map +1 -0
  227. package/dist/types/src/components/Loading/LoadingComponent.d.ts +6 -0
  228. package/dist/types/src/components/Loading/LoadingComponent.d.ts.map +1 -0
  229. package/dist/types/src/components/Loading/index.d.ts +2 -0
  230. package/dist/types/src/components/Loading/index.d.ts.map +1 -0
  231. package/dist/types/src/components/MenuWrapper/MenuWrapper.d.ts +12 -0
  232. package/dist/types/src/components/MenuWrapper/MenuWrapper.d.ts.map +1 -0
  233. package/dist/types/src/components/MenuWrapper/index.d.ts +2 -0
  234. package/dist/types/src/components/MenuWrapper/index.d.ts.map +1 -0
  235. package/dist/types/src/components/Navbar/Navbar.d.ts +3 -0
  236. package/dist/types/src/components/Navbar/Navbar.d.ts.map +1 -0
  237. package/dist/types/src/components/Navbar/Profile/ProfileWindow.d.ts +7 -0
  238. package/dist/types/src/components/Navbar/Profile/ProfileWindow.d.ts.map +1 -0
  239. package/dist/types/src/components/Navbar/Routes/RoutesList.d.ts +6 -0
  240. package/dist/types/src/components/Navbar/Routes/RoutesList.d.ts.map +1 -0
  241. package/dist/types/src/components/Navbar/Routes/RoutesWindow.d.ts +9 -0
  242. package/dist/types/src/components/Navbar/Routes/RoutesWindow.d.ts.map +1 -0
  243. package/dist/types/src/components/Navbar/index.d.ts +3 -0
  244. package/dist/types/src/components/Navbar/index.d.ts.map +1 -0
  245. package/dist/types/src/components/Navbar/types.d.ts +7 -0
  246. package/dist/types/src/components/Navbar/types.d.ts.map +1 -0
  247. package/dist/types/src/components/PressSvg/PressSvg.d.ts +4 -0
  248. package/dist/types/src/components/PressSvg/PressSvg.d.ts.map +1 -0
  249. package/dist/types/src/components/PressSvg/index.d.ts +2 -0
  250. package/dist/types/src/components/PressSvg/index.d.ts.map +1 -0
  251. package/dist/types/src/components/Progress/ProgressBar.d.ts +8 -0
  252. package/dist/types/src/components/Progress/ProgressBar.d.ts.map +1 -0
  253. package/dist/types/src/components/Progress/index.d.ts +2 -0
  254. package/dist/types/src/components/Progress/index.d.ts.map +1 -0
  255. package/dist/types/src/components/Rad/RadDialog/DetailsWidget.d.ts +3 -0
  256. package/dist/types/src/components/Rad/RadDialog/DetailsWidget.d.ts.map +1 -0
  257. package/dist/types/src/components/Rad/RadDialog/EditWidget.d.ts +3 -0
  258. package/dist/types/src/components/Rad/RadDialog/EditWidget.d.ts.map +1 -0
  259. package/dist/types/src/components/Rad/RadDialog/RadDialog.d.ts +3 -0
  260. package/dist/types/src/components/Rad/RadDialog/RadDialog.d.ts.map +1 -0
  261. package/dist/types/src/components/Rad/RadDialog/index.d.ts +2 -0
  262. package/dist/types/src/components/Rad/RadDialog/index.d.ts.map +1 -0
  263. package/dist/types/src/components/Rad/RadSection.d.ts +3 -0
  264. package/dist/types/src/components/Rad/RadSection.d.ts.map +1 -0
  265. package/dist/types/src/components/Rad/RadTable.d.ts +3 -0
  266. package/dist/types/src/components/Rad/RadTable.d.ts.map +1 -0
  267. package/dist/types/src/components/Rad/RadTypes/RADColumnTypes.d.ts +17 -0
  268. package/dist/types/src/components/Rad/RadTypes/RADColumnTypes.d.ts.map +1 -0
  269. package/dist/types/src/components/Rad/RadTypes/RADDataTypes.d.ts +17 -0
  270. package/dist/types/src/components/Rad/RadTypes/RADDataTypes.d.ts.map +1 -0
  271. package/dist/types/src/components/Rad/RadTypes/RADDialogTypes.d.ts +28 -0
  272. package/dist/types/src/components/Rad/RadTypes/RADDialogTypes.d.ts.map +1 -0
  273. package/dist/types/src/components/Rad/RadTypes/RADPaginationTypes.d.ts +8 -0
  274. package/dist/types/src/components/Rad/RadTypes/RADPaginationTypes.d.ts.map +1 -0
  275. package/dist/types/src/components/Rad/RadTypes/RADSectionTypes.d.ts +8 -0
  276. package/dist/types/src/components/Rad/RadTypes/RADSectionTypes.d.ts.map +1 -0
  277. package/dist/types/src/components/Rad/RadTypes/RADTableTypes/index.d.ts +2 -0
  278. package/dist/types/src/components/Rad/RadTypes/RADTableTypes/index.d.ts.map +1 -0
  279. package/dist/types/src/components/Rad/RadTypes/RADTableTypes/types.d.ts +30 -0
  280. package/dist/types/src/components/Rad/RadTypes/RADTableTypes/types.d.ts.map +1 -0
  281. package/dist/types/src/components/Rad/RadTypes/index.d.ts +7 -0
  282. package/dist/types/src/components/Rad/RadTypes/index.d.ts.map +1 -0
  283. package/dist/types/src/components/Rad/Utils/format-form-data.d.ts +5 -0
  284. package/dist/types/src/components/Rad/Utils/format-form-data.d.ts.map +1 -0
  285. package/dist/types/src/components/Rad/Utils/format-records-data.d.ts +5 -0
  286. package/dist/types/src/components/Rad/Utils/format-records-data.d.ts.map +1 -0
  287. package/dist/types/src/components/Rad/Utils/index.d.ts +4 -0
  288. package/dist/types/src/components/Rad/Utils/index.d.ts.map +1 -0
  289. package/dist/types/src/components/Rad/Utils/render-form-fields.d.ts +5 -0
  290. package/dist/types/src/components/Rad/Utils/render-form-fields.d.ts.map +1 -0
  291. package/dist/types/src/components/Rad/index.d.ts +6 -0
  292. package/dist/types/src/components/Rad/index.d.ts.map +1 -0
  293. package/dist/types/src/components/Resizable/Resizable.d.ts +22 -0
  294. package/dist/types/src/components/Resizable/Resizable.d.ts.map +1 -0
  295. package/dist/types/src/components/Resizable/index.d.ts +2 -0
  296. package/dist/types/src/components/Resizable/index.d.ts.map +1 -0
  297. package/dist/types/src/components/RouteWrapper/RouteWrapper.d.ts +3 -0
  298. package/dist/types/src/components/RouteWrapper/RouteWrapper.d.ts.map +1 -0
  299. package/dist/types/src/components/RouteWrapper/index.d.ts +2 -0
  300. package/dist/types/src/components/RouteWrapper/index.d.ts.map +1 -0
  301. package/dist/types/src/components/RouteWrapper/types.d.ts +22 -0
  302. package/dist/types/src/components/RouteWrapper/types.d.ts.map +1 -0
  303. package/dist/types/src/components/Scanner/Scanner.d.ts +8 -0
  304. package/dist/types/src/components/Scanner/Scanner.d.ts.map +1 -0
  305. package/dist/types/src/components/Scanner/index.d.ts +2 -0
  306. package/dist/types/src/components/Scanner/index.d.ts.map +1 -0
  307. package/dist/types/src/components/Sidebar/Sidebar.d.ts +4 -0
  308. package/dist/types/src/components/Sidebar/Sidebar.d.ts.map +1 -0
  309. package/dist/types/src/components/Sidebar/index.d.ts +4 -0
  310. package/dist/types/src/components/Sidebar/index.d.ts.map +1 -0
  311. package/dist/types/src/components/Sidebar/types.d.ts +18 -0
  312. package/dist/types/src/components/Sidebar/types.d.ts.map +1 -0
  313. package/dist/types/src/components/Sidebar/useSidebar.d.ts +4 -0
  314. package/dist/types/src/components/Sidebar/useSidebar.d.ts.map +1 -0
  315. package/dist/types/src/components/Styled/AppBar.d.ts +7 -0
  316. package/dist/types/src/components/Styled/AppBar.d.ts.map +1 -0
  317. package/dist/types/src/components/Styled/Box.d.ts +39 -0
  318. package/dist/types/src/components/Styled/Box.d.ts.map +1 -0
  319. package/dist/types/src/components/Styled/Drawer.d.ts +16 -0
  320. package/dist/types/src/components/Styled/Drawer.d.ts.map +1 -0
  321. package/dist/types/src/components/Styled/Main.d.ts +16 -0
  322. package/dist/types/src/components/Styled/Main.d.ts.map +1 -0
  323. package/dist/types/src/components/Styled/Paper.d.ts +28 -0
  324. package/dist/types/src/components/Styled/Paper.d.ts.map +1 -0
  325. package/dist/types/src/components/Styled/Snackbar.d.ts +5 -0
  326. package/dist/types/src/components/Styled/Snackbar.d.ts.map +1 -0
  327. package/dist/types/src/components/Styled/index.d.ts +7 -0
  328. package/dist/types/src/components/Styled/index.d.ts.map +1 -0
  329. package/dist/types/src/components/Svg/ExternalSvg.d.ts +4 -0
  330. package/dist/types/src/components/Svg/ExternalSvg.d.ts.map +1 -0
  331. package/dist/types/src/components/Svg/descriptors.d.ts +3 -0
  332. package/dist/types/src/components/Svg/descriptors.d.ts.map +1 -0
  333. package/dist/types/src/components/Svg/handles.d.ts +3 -0
  334. package/dist/types/src/components/Svg/handles.d.ts.map +1 -0
  335. package/dist/types/src/components/Svg/index.d.ts +2 -0
  336. package/dist/types/src/components/Svg/index.d.ts.map +1 -0
  337. package/dist/types/src/components/Svg/types.d.ts +64 -0
  338. package/dist/types/src/components/Svg/types.d.ts.map +1 -0
  339. package/dist/types/src/components/Table/SortableContent.d.ts +3 -0
  340. package/dist/types/src/components/Table/SortableContent.d.ts.map +1 -0
  341. package/dist/types/src/components/Table/SortableContentNew.d.ts +3 -0
  342. package/dist/types/src/components/Table/SortableContentNew.d.ts.map +1 -0
  343. package/dist/types/src/components/Table/Table.d.ts +3 -0
  344. package/dist/types/src/components/Table/Table.d.ts.map +1 -0
  345. package/dist/types/src/components/Table/TableRow.d.ts +3 -0
  346. package/dist/types/src/components/Table/TableRow.d.ts.map +1 -0
  347. package/dist/types/src/components/Table/TableToolbar.d.ts +3 -0
  348. package/dist/types/src/components/Table/TableToolbar.d.ts.map +1 -0
  349. package/dist/types/src/components/Table/index.d.ts +7 -0
  350. package/dist/types/src/components/Table/index.d.ts.map +1 -0
  351. package/dist/types/src/components/Table/types.d.ts +114 -0
  352. package/dist/types/src/components/Table/types.d.ts.map +1 -0
  353. package/dist/types/src/components/Tabs/RoundedTabs.d.ts +3 -0
  354. package/dist/types/src/components/Tabs/RoundedTabs.d.ts.map +1 -0
  355. package/dist/types/src/components/Tabs/StandardTabs.d.ts +3 -0
  356. package/dist/types/src/components/Tabs/StandardTabs.d.ts.map +1 -0
  357. package/dist/types/src/components/Tabs/TabPanel.d.ts +10 -0
  358. package/dist/types/src/components/Tabs/TabPanel.d.ts.map +1 -0
  359. package/dist/types/src/components/Tabs/Tabs.d.ts +16 -0
  360. package/dist/types/src/components/Tabs/Tabs.d.ts.map +1 -0
  361. package/dist/types/src/components/Tabs/index.d.ts +6 -0
  362. package/dist/types/src/components/Tabs/index.d.ts.map +1 -0
  363. package/dist/types/src/components/Tabs/types.d.ts +6 -0
  364. package/dist/types/src/components/Tabs/types.d.ts.map +1 -0
  365. package/dist/types/src/components/index.d.ts +35 -0
  366. package/dist/types/src/components/index.d.ts.map +1 -0
  367. package/dist/types/src/config/env-config.d.ts +15 -0
  368. package/dist/types/src/config/env-config.d.ts.map +1 -0
  369. package/dist/types/src/hooks/index.d.ts +19 -0
  370. package/dist/types/src/hooks/index.d.ts.map +1 -0
  371. package/dist/types/src/hooks/useActionsDialog/index.d.ts +3 -0
  372. package/dist/types/src/hooks/useActionsDialog/index.d.ts.map +1 -0
  373. package/dist/types/src/hooks/useActionsDialog/types.d.ts +10 -0
  374. package/dist/types/src/hooks/useActionsDialog/types.d.ts.map +1 -0
  375. package/dist/types/src/hooks/useActionsDialog/useHotKeysDialog.d.ts +4 -0
  376. package/dist/types/src/hooks/useActionsDialog/useHotKeysDialog.d.ts.map +1 -0
  377. package/dist/types/src/hooks/useActionsDialog/useLanguageDialog.d.ts +4 -0
  378. package/dist/types/src/hooks/useActionsDialog/useLanguageDialog.d.ts.map +1 -0
  379. package/dist/types/src/hooks/useArray.d.ts +25 -0
  380. package/dist/types/src/hooks/useArray.d.ts.map +1 -0
  381. package/dist/types/src/hooks/useAuth/index.d.ts +1 -0
  382. package/dist/types/src/hooks/useAuth/index.d.ts.map +1 -0
  383. package/dist/types/src/hooks/useAuth/types.d.ts +22 -0
  384. package/dist/types/src/hooks/useAuth/types.d.ts.map +1 -0
  385. package/dist/types/src/hooks/useAuth/useAuth.d.ts +23 -0
  386. package/dist/types/src/hooks/useAuth/useAuth.d.ts.map +1 -0
  387. package/dist/types/src/hooks/useBreadCrumbs.d.ts +14 -0
  388. package/dist/types/src/hooks/useBreadCrumbs.d.ts.map +1 -0
  389. package/dist/types/src/hooks/useConfig.d.ts +2 -0
  390. package/dist/types/src/hooks/useConfig.d.ts.map +1 -0
  391. package/dist/types/src/hooks/useDebounce.d.ts +2 -0
  392. package/dist/types/src/hooks/useDebounce.d.ts.map +1 -0
  393. package/dist/types/src/hooks/useGState.d.ts +4 -0
  394. package/dist/types/src/hooks/useGState.d.ts.map +1 -0
  395. package/dist/types/src/hooks/useIdleTimer.d.ts +2 -0
  396. package/dist/types/src/hooks/useIdleTimer.d.ts.map +1 -0
  397. package/dist/types/src/hooks/useInfiniteQuery.d.ts +19 -0
  398. package/dist/types/src/hooks/useInfiniteQuery.d.ts.map +1 -0
  399. package/dist/types/src/hooks/useMediaQuery.d.ts +2 -0
  400. package/dist/types/src/hooks/useMediaQuery.d.ts.map +1 -0
  401. package/dist/types/src/hooks/useOrientation.d.ts +3 -0
  402. package/dist/types/src/hooks/useOrientation.d.ts.map +1 -0
  403. package/dist/types/src/hooks/usePagination.d.ts +8 -0
  404. package/dist/types/src/hooks/usePagination.d.ts.map +1 -0
  405. package/dist/types/src/hooks/useRfid.d.ts +32 -0
  406. package/dist/types/src/hooks/useRfid.d.ts.map +1 -0
  407. package/dist/types/src/hooks/useScanner.d.ts +18 -0
  408. package/dist/types/src/hooks/useScanner.d.ts.map +1 -0
  409. package/dist/types/src/hooks/useScroll.d.ts +3 -0
  410. package/dist/types/src/hooks/useScroll.d.ts.map +1 -0
  411. package/dist/types/src/hooks/useVirtualKeyboard.d.ts +10 -0
  412. package/dist/types/src/hooks/useVirtualKeyboard.d.ts.map +1 -0
  413. package/dist/types/src/hooks/useVisibilityChange.d.ts +3 -0
  414. package/dist/types/src/hooks/useVisibilityChange.d.ts.map +1 -0
  415. package/dist/types/src/i18n/i18n.d.ts +3 -0
  416. package/dist/types/src/i18n/i18n.d.ts.map +1 -0
  417. package/dist/types/src/i18n/index.d.ts +2 -0
  418. package/dist/types/src/i18n/index.d.ts.map +1 -0
  419. package/dist/types/src/layouts/AssignmentLayout/AssignmentLayout.d.ts +16 -0
  420. package/dist/types/src/layouts/AssignmentLayout/AssignmentLayout.d.ts.map +1 -0
  421. package/dist/types/src/layouts/AssignmentLayout/InnerHeader.d.ts +6 -0
  422. package/dist/types/src/layouts/AssignmentLayout/InnerHeader.d.ts.map +1 -0
  423. package/dist/types/src/layouts/AssignmentLayout/TableHeader.d.ts +6 -0
  424. package/dist/types/src/layouts/AssignmentLayout/TableHeader.d.ts.map +1 -0
  425. package/dist/types/src/layouts/AssignmentLayout/TitleRow.d.ts +8 -0
  426. package/dist/types/src/layouts/AssignmentLayout/TitleRow.d.ts.map +1 -0
  427. package/dist/types/src/layouts/AssignmentLayout/index.d.ts +5 -0
  428. package/dist/types/src/layouts/AssignmentLayout/index.d.ts.map +1 -0
  429. package/dist/types/src/layouts/index.d.ts +2 -0
  430. package/dist/types/src/layouts/index.d.ts.map +1 -0
  431. package/dist/types/src/main.d.ts +14 -0
  432. package/dist/types/src/main.d.ts.map +1 -0
  433. package/dist/types/src/messages/NotificationsProvider.d.ts +5 -0
  434. package/dist/types/src/messages/NotificationsProvider.d.ts.map +1 -0
  435. package/dist/types/src/messages/index.d.ts +2 -0
  436. package/dist/types/src/messages/index.d.ts.map +1 -0
  437. package/dist/types/src/plugins/artifactImportRewriteBuild.d.ts +7 -0
  438. package/dist/types/src/plugins/artifactImportRewriteBuild.d.ts.map +1 -0
  439. package/dist/types/src/plugins/artifactsImportRewrite.d.ts +7 -0
  440. package/dist/types/src/plugins/artifactsImportRewrite.d.ts.map +1 -0
  441. package/dist/types/src/plugins/index.d.ts +3 -0
  442. package/dist/types/src/plugins/index.d.ts.map +1 -0
  443. package/dist/types/src/relay/RelayEnvironmentProvider.d.ts +4 -0
  444. package/dist/types/src/relay/RelayEnvironmentProvider.d.ts.map +1 -0
  445. package/dist/types/src/relay/RelayNetwork.d.ts +5 -0
  446. package/dist/types/src/relay/RelayNetwork.d.ts.map +1 -0
  447. package/dist/types/src/relay/createRelayEnvironment.d.ts +4 -0
  448. package/dist/types/src/relay/createRelayEnvironment.d.ts.map +1 -0
  449. package/dist/types/src/relay/index.d.ts +4 -0
  450. package/dist/types/src/relay/index.d.ts.map +1 -0
  451. package/dist/types/src/relay/types.d.ts +4 -0
  452. package/dist/types/src/relay/types.d.ts.map +1 -0
  453. package/dist/types/src/routes/getRoutes.d.ts +25 -0
  454. package/dist/types/src/routes/getRoutes.d.ts.map +1 -0
  455. package/dist/types/src/routes/index.d.ts +3 -0
  456. package/dist/types/src/routes/index.d.ts.map +1 -0
  457. package/dist/types/src/routes/types.d.ts +38 -0
  458. package/dist/types/src/routes/types.d.ts.map +1 -0
  459. package/dist/types/src/state_manager/StateInterface.d.ts +10 -0
  460. package/dist/types/src/state_manager/StateInterface.d.ts.map +1 -0
  461. package/dist/types/src/state_manager/StateProvider.d.ts +15 -0
  462. package/dist/types/src/state_manager/StateProvider.d.ts.map +1 -0
  463. package/dist/types/src/state_manager/adapters/index.d.ts +3 -0
  464. package/dist/types/src/state_manager/adapters/index.d.ts.map +1 -0
  465. package/dist/types/src/state_manager/adapters/jotaiAdapter.d.ts +3 -0
  466. package/dist/types/src/state_manager/adapters/jotaiAdapter.d.ts.map +1 -0
  467. package/dist/types/src/state_manager/adapters/recoilAdapter.d.ts +3 -0
  468. package/dist/types/src/state_manager/adapters/recoilAdapter.d.ts.map +1 -0
  469. package/dist/types/src/state_manager/index.d.ts +3 -0
  470. package/dist/types/src/state_manager/index.d.ts.map +1 -0
  471. package/dist/types/src/store/AuthContext/AuthProvider.d.ts +21 -0
  472. package/dist/types/src/store/AuthContext/AuthProvider.d.ts.map +1 -0
  473. package/dist/types/src/store/AuthContext/index.d.ts +3 -0
  474. package/dist/types/src/store/AuthContext/index.d.ts.map +1 -0
  475. package/dist/types/src/store/AuthContext/useAuthContext.d.ts +10 -0
  476. package/dist/types/src/store/AuthContext/useAuthContext.d.ts.map +1 -0
  477. package/dist/types/src/store/config_context/ConfigProvider.d.ts +8 -0
  478. package/dist/types/src/store/config_context/ConfigProvider.d.ts.map +1 -0
  479. package/dist/types/src/store/config_context/index.d.ts +3 -0
  480. package/dist/types/src/store/config_context/index.d.ts.map +1 -0
  481. package/dist/types/src/store/config_context/types.d.ts +10 -0
  482. package/dist/types/src/store/config_context/types.d.ts.map +1 -0
  483. package/dist/types/src/store/idle_context/IdleContext.d.ts +3 -0
  484. package/dist/types/src/store/idle_context/IdleContext.d.ts.map +1 -0
  485. package/dist/types/src/store/idle_context/IdleProvider.d.ts +8 -0
  486. package/dist/types/src/store/idle_context/IdleProvider.d.ts.map +1 -0
  487. package/dist/types/src/store/idle_context/index.d.ts +3 -0
  488. package/dist/types/src/store/idle_context/index.d.ts.map +1 -0
  489. package/dist/types/src/store/index.d.ts +5 -0
  490. package/dist/types/src/store/index.d.ts.map +1 -0
  491. package/dist/types/src/store/mobile_context/MobileProvider.d.ts +8 -0
  492. package/dist/types/src/store/mobile_context/MobileProvider.d.ts.map +1 -0
  493. package/dist/types/src/store/pagination_context/index.d.ts +4 -0
  494. package/dist/types/src/store/pagination_context/index.d.ts.map +1 -0
  495. package/dist/types/src/store/pagination_context/paginationContext.d.ts +16 -0
  496. package/dist/types/src/store/pagination_context/paginationContext.d.ts.map +1 -0
  497. package/dist/types/src/store/pagination_context/types.d.ts +63 -0
  498. package/dist/types/src/store/pagination_context/types.d.ts.map +1 -0
  499. package/dist/types/src/theme/Provider.d.ts +3 -0
  500. package/dist/types/src/theme/Provider.d.ts.map +1 -0
  501. package/dist/types/src/theme/components.d.ts +4 -0
  502. package/dist/types/src/theme/components.d.ts.map +1 -0
  503. package/dist/types/src/theme/index.d.ts +5 -0
  504. package/dist/types/src/theme/index.d.ts.map +1 -0
  505. package/dist/types/src/theme/themes.d.ts +20 -0
  506. package/dist/types/src/theme/themes.d.ts.map +1 -0
  507. package/dist/types/src/theme/types.d.ts +17 -0
  508. package/dist/types/src/theme/types.d.ts.map +1 -0
  509. package/dist/types/src/theme/useTheme.d.ts +4 -0
  510. package/dist/types/src/theme/useTheme.d.ts.map +1 -0
  511. package/dist/types/src/utils/arrays/aggregate.d.ts +5 -0
  512. package/dist/types/src/utils/arrays/aggregate.d.ts.map +1 -0
  513. package/dist/types/src/utils/auto-grid-size.d.ts +3 -0
  514. package/dist/types/src/utils/auto-grid-size.d.ts.map +1 -0
  515. package/dist/types/src/utils/bitwise-check.d.ts +3 -0
  516. package/dist/types/src/utils/bitwise-check.d.ts.map +1 -0
  517. package/dist/types/src/utils/dates/add-to-date.d.ts +4 -0
  518. package/dist/types/src/utils/dates/add-to-date.d.ts.map +1 -0
  519. package/dist/types/src/utils/dates/calc-time-difference.d.ts +3 -0
  520. package/dist/types/src/utils/dates/calc-time-difference.d.ts.map +1 -0
  521. package/dist/types/src/utils/dates/format-date-time.d.ts +3 -0
  522. package/dist/types/src/utils/dates/format-date-time.d.ts.map +1 -0
  523. package/dist/types/src/utils/dates/format-duration.d.ts +3 -0
  524. package/dist/types/src/utils/dates/format-duration.d.ts.map +1 -0
  525. package/dist/types/src/utils/dates/index.d.ts +7 -0
  526. package/dist/types/src/utils/dates/index.d.ts.map +1 -0
  527. package/dist/types/src/utils/dates/is-valid-date.d.ts +3 -0
  528. package/dist/types/src/utils/dates/is-valid-date.d.ts.map +1 -0
  529. package/dist/types/src/utils/dates/subtract-to-date.d.ts +4 -0
  530. package/dist/types/src/utils/dates/subtract-to-date.d.ts.map +1 -0
  531. package/dist/types/src/utils/dates/types.d.ts +9 -0
  532. package/dist/types/src/utils/dates/types.d.ts.map +1 -0
  533. package/dist/types/src/utils/extract-edges.d.ts +6 -0
  534. package/dist/types/src/utils/extract-edges.d.ts.map +1 -0
  535. package/dist/types/src/utils/format-number.d.ts +2 -0
  536. package/dist/types/src/utils/format-number.d.ts.map +1 -0
  537. package/dist/types/src/utils/get-date-format.d.ts +3 -0
  538. package/dist/types/src/utils/get-date-format.d.ts.map +1 -0
  539. package/dist/types/src/utils/index.d.ts +12 -0
  540. package/dist/types/src/utils/index.d.ts.map +1 -0
  541. package/dist/types/src/utils/opentelemetry.d.ts +2 -0
  542. package/dist/types/src/utils/opentelemetry.d.ts.map +1 -0
  543. package/dist/types/src/utils/subscription-updater.d.ts +4 -0
  544. package/dist/types/src/utils/subscription-updater.d.ts.map +1 -0
  545. package/dist/types/src/utils/types/custom-types.d.ts +7 -0
  546. package/dist/types/src/utils/types/custom-types.d.ts.map +1 -0
  547. package/dist/types/src/utils/useFetchData.d.ts +2 -0
  548. package/dist/types/src/utils/useFetchData.d.ts.map +1 -0
  549. package/dist/types/tsconfig.tsbuildinfo +1 -0
  550. package/package.json +1 -1
@@ -0,0 +1,8 @@
1
+ import './styles.scss';
2
+ type ScannerProps = {
3
+ title: string;
4
+ lastScanned: string;
5
+ };
6
+ declare function Scanner({ title, lastScanned }: ScannerProps): import("react/jsx-runtime").JSX.Element;
7
+ export default Scanner;
8
+ //# sourceMappingURL=Scanner.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Scanner.d.ts","sourceRoot":"","sources":["../../../../../src/components/Scanner/Scanner.tsx"],"names":[],"mappings":"AACA,OAAO,eAAe,CAAC;AAEvB,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;CACrB,CAAC;AAqBF,iBAAS,OAAO,CAAC,EAAE,KAAK,EAAE,WAAW,EAAE,EAAE,YAAY,2CAwBpD;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default as Scanner } from './Scanner';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Scanner/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { SidebarProps } from './types';
2
+ declare function Sidebar({ children, Logo, theme, isIdle }: SidebarProps): import("react/jsx-runtime").JSX.Element;
3
+ export default Sidebar;
4
+ //# sourceMappingURL=Sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Sidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/Sidebar.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,iBAAS,OAAO,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,YAAY,2CAgD/D;AAED,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ export { default as Sidebar } from './Sidebar';
2
+ export { default as useSidebar } from './useSidebar';
3
+ export * from './types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,cAAc,SAAS,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { FC } from 'react';
2
+ export type Actions = {
3
+ toggle: () => void;
4
+ close: () => void;
5
+ open: () => void;
6
+ };
7
+ export type LogoProps = {
8
+ width: string;
9
+ height: string;
10
+ theme?: string;
11
+ };
12
+ export type SidebarProps = {
13
+ children: React.ReactNode;
14
+ Logo?: FC<LogoProps>;
15
+ theme?: string;
16
+ isIdle?: boolean;
17
+ };
18
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAE3B,MAAM,MAAM,OAAO,GAAG;IACpB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,IAAI,EAAE,MAAM,IAAI,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,IAAI,CAAC,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { Actions } from './types';
2
+ declare function useSidebar(): [boolean, Actions];
3
+ export default useSidebar;
4
+ //# sourceMappingURL=useSidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useSidebar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Sidebar/useSidebar.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,SAAS,CAAC;AAEvC,iBAAS,UAAU,IAAI,CAAC,OAAO,EAAE,OAAO,CAAC,CAmBxC;AAED,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { Theme } from '@mui/material/styles';
2
+ type AppBarProps = {
3
+ theme?: Theme;
4
+ };
5
+ declare const AppBar: import("@emotion/styled").StyledComponent<import("@mui/material/AppBar").AppBarOwnProps & Omit<import("@mui/material").PaperOwnProps, "color" | "position" | "classes"> & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, "style" | "color" | "position" | "children" | "sx" | "className" | "classes" | "elevation" | "square" | "variant" | "enableColorOnDark"> & import("@mui/system").MUIStyledCommonProps<Theme> & AppBarProps, {}, {}>;
6
+ export { AppBar };
7
+ //# sourceMappingURL=AppBar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppBar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/AppBar.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAElD,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,KAAK,CAAC;CACf,CAAC;AAEF,QAAA,MAAM,MAAM,4hBAET,CAAC;AAEJ,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,39 @@
1
+ import { Theme } from '@emotion/react';
2
+ declare const FullPageWrapper: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
3
+ theme?: Theme;
4
+ }, {}, {}>;
5
+ declare const FullPageFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
6
+ theme?: Theme;
7
+ }, {}, {}>;
8
+ declare const FlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
9
+ theme?: Theme;
10
+ }, {}, {}>;
11
+ declare const ColumnFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
12
+ theme?: Theme;
13
+ }, {}, {}>;
14
+ declare const FullSizeFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
15
+ theme?: Theme;
16
+ }, {}, {}>;
17
+ declare const FullSizeColumn: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
18
+ theme?: Theme;
19
+ }, {}, {}>;
20
+ declare const FullSizeCenteredColumn: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
21
+ theme?: Theme;
22
+ }, {}, {}>;
23
+ declare const CenteredFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
24
+ theme?: Theme;
25
+ }, {}, {}>;
26
+ declare const CenteredColumnFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
27
+ theme?: Theme;
28
+ }, {}, {}>;
29
+ declare const FullSizeCenteredFlexBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
30
+ theme?: Theme;
31
+ }, {}, {}>;
32
+ declare const DoubleColumnGridBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
33
+ theme?: Theme;
34
+ }, {}, {}>;
35
+ declare const TripleColumnGridBox: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<import("@mui/material").Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<import("@mui/material").Theme>> & {
36
+ theme?: Theme;
37
+ }, {}, {}>;
38
+ export { FlexBox, ColumnFlexBox, FullSizeFlexBox, CenteredFlexBox, CenteredColumnFlexBox, FullSizeCenteredFlexBox, FullPageWrapper, FullPageFlexBox, FullSizeColumn, FullSizeCenteredColumn, DoubleColumnGridBox, TripleColumnGridBox, };
39
+ //# sourceMappingURL=Box.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/Box.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAEvC,QAAA,MAAM,eAAe;;UAInB,CAAC;AAEH,QAAA,MAAM,eAAe;;UAEnB,CAAC;AAEH,QAAA,MAAM,OAAO;;UAEX,CAAC;AAEH,QAAA,MAAM,aAAa;;UAEjB,CAAC;AAEH,QAAA,MAAM,eAAe;;UAGnB,CAAC;AAEH,QAAA,MAAM,cAAc;;UAGlB,CAAC;AAEH,QAAA,MAAM,sBAAsB;;UAE1B,CAAC;AAEH,QAAA,MAAM,eAAe;;UAGnB,CAAC;AAEH,QAAA,MAAM,qBAAqB;;UAGzB,CAAC;AAEH,QAAA,MAAM,uBAAuB;;UAG3B,CAAC;AAEH,QAAA,MAAM,mBAAmB;;UAMvB,CAAC;AAEH,QAAA,MAAM,mBAAmB;;UAMvB,CAAC;AAEH,OAAO,EACL,OAAO,EACP,aAAa,EACb,eAAe,EACf,eAAe,EACf,qBAAqB,EACrB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,cAAc,EACd,sBAAsB,EACtB,mBAAmB,EACnB,mBAAmB,GACpB,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { Theme } from '@mui/material/styles';
2
+ export declare const OPEN_DRAWER_WIDTH = "300px";
3
+ export declare const CLOSED_DRAWER_WIDTH = "56px";
4
+ export declare const TRANSITION_DURATION = 0.5;
5
+ export type DrawerProps = {
6
+ theme?: Theme;
7
+ open: boolean;
8
+ dir: 'rtl' | 'ltr';
9
+ isMobile?: boolean;
10
+ isIdle?: boolean;
11
+ };
12
+ declare const Drawer: import("@emotion/styled").StyledComponent<import("@mui/material/Drawer").DrawerProps & {
13
+ theme?: import("@emotion/react").Theme;
14
+ } & DrawerProps, {}, {}>;
15
+ export { Drawer };
16
+ //# sourceMappingURL=Drawer.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/Drawer.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAGlD,eAAO,MAAM,iBAAiB,UAAU,CAAC;AACzC,eAAO,MAAM,mBAAmB,SAAS,CAAC;AAC1C,eAAO,MAAM,mBAAmB,MAAM,CAAC;AAEvC,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,KAAK,GAAG,KAAK,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,QAAA,MAAM,MAAM;;wBAuBT,CAAC;AAEJ,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,16 @@
1
+ import type { Theme } from '@mui/material/styles';
2
+ export type MainProps = {
3
+ theme?: Theme;
4
+ sidebarOpen?: boolean;
5
+ dir: 'rtl' | 'ltr';
6
+ hasSidebar: boolean;
7
+ backgroundImage?: string;
8
+ backgroundRepeat?: string;
9
+ backgroundSize?: string;
10
+ isMobile?: boolean;
11
+ };
12
+ declare const Main: import("@emotion/styled").StyledComponent<import("@mui/system").BoxOwnProps<Theme> & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps<Theme>> & {
13
+ theme?: import("@emotion/react").Theme;
14
+ } & MainProps, {}, {}>;
15
+ export { Main };
16
+ //# sourceMappingURL=Main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/Main.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAIlD,MAAM,MAAM,SAAS,GAAG;IACtB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,GAAG,EAAE,KAAK,GAAG,KAAK,CAAC;IACnB,UAAU,EAAE,OAAO,CAAC;IACpB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,QAAA,MAAM,IAAI;;sBAiCT,CAAC;AAEF,OAAO,EAAE,IAAI,EAAE,CAAC"}
@@ -0,0 +1,28 @@
1
+ import type { Theme } from '@mui/material';
2
+ import { ReactNode } from 'react';
3
+ export type FormPaperProps = {
4
+ theme?: Theme;
5
+ backgroundColor?: string;
6
+ blur?: string;
7
+ saturate?: string;
8
+ elevation?: number;
9
+ variant?: 'elevation' | 'outlined';
10
+ color?: string;
11
+ borderRadius?: string;
12
+ border?: string;
13
+ padding?: string;
14
+ children?: ReactNode;
15
+ width?: string;
16
+ height?: string;
17
+ marginLeft?: string;
18
+ marginRight?: string;
19
+ marginTop?: string;
20
+ marginBottom?: string;
21
+ backdropFilter?: string;
22
+ style?: React.CSSProperties;
23
+ };
24
+ declare const FormPaper: import("@emotion/styled").StyledComponent<Pick<import("@mui/material").PaperOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "style" | "children" | "sx" | "className" | "classes" | "elevation" | "square" | "variant">, "children" | "elevation" | "variant"> & {
25
+ theme?: import("@emotion/react").Theme;
26
+ } & FormPaperProps, {}, {}>;
27
+ export { FormPaper };
28
+ //# sourceMappingURL=Paper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Paper.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/Paper.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE3C,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,WAAW,GAAG,UAAU,CAAC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,KAAK,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,SAAS;;2BAoCd,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const StyledSnackbar: import("@emotion/styled").StyledComponent<import("notistack").CustomContentProps & import("react").RefAttributes<HTMLDivElement> & {
2
+ theme?: import("@emotion/react").Theme;
3
+ }, {}, {}>;
4
+ export default StyledSnackbar;
5
+ //# sourceMappingURL=Snackbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Snackbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/Snackbar.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,cAAc;;UAgBjB,CAAC;AAEJ,eAAe,cAAc,CAAC"}
@@ -0,0 +1,7 @@
1
+ export * from './AppBar';
2
+ export * from './Box';
3
+ export * from './Drawer';
4
+ export * from './Main';
5
+ export * from './Paper';
6
+ export * from './Snackbar';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Styled/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ExternalSvgProps } from './types';
2
+ declare function ExternalSvg({ blob, ruleSet, dataSource, callBacksSet }: ExternalSvgProps): import("react/jsx-runtime").JSX.Element;
3
+ export default ExternalSvg;
4
+ //# sourceMappingURL=ExternalSvg.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ExternalSvg.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/ExternalSvg.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAG3C,iBAAS,WAAW,CAAC,EAAE,IAAI,EAAE,OAAO,EAAE,UAAU,EAAE,YAAiB,EAAE,EAAE,gBAAgB,2CA0DtF;AACD,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare function getValue(source: string, record: Record<string, any>): any;
2
+ export default function elaborateRuleSet(ruleSet: string, record: Record<string, any>): Record<string, any>;
3
+ //# sourceMappingURL=descriptors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"descriptors.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/descriptors.ts"],"names":[],"mappings":"AAsNA,wBAAgB,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,CAgBzE;AAED,MAAM,CAAC,OAAO,UAAU,gBAAgB,CACtC,OAAO,EAAE,MAAM,EACf,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAC1B,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAuDrB"}
@@ -0,0 +1,3 @@
1
+ import { Themes } from '../../theme/types';
2
+ export default function interpolate(svg: SVGSVGElement, ruleSet: Record<string, any>, callBacksSet: Record<string, () => void>, theme: Themes): void;
3
+ //# sourceMappingURL=handles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"handles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/handles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AA2G3C,MAAM,CAAC,OAAO,UAAU,WAAW,CACjC,GAAG,EAAE,aAAa,EAClB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAC5B,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,EACxC,KAAK,EAAE,MAAM,QAoBd"}
@@ -0,0 +1,2 @@
1
+ export { default as ExternalSvg } from './ExternalSvg';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC"}
@@ -0,0 +1,64 @@
1
+ export type BooleanDescriptor = {
2
+ dataSourceKey: ValueDescriptor;
3
+ booleanOperation: BooleanOperation;
4
+ comparerValue: string;
5
+ };
6
+ export type ColorDescriptor = {
7
+ booleanRules: BooleanDescriptor[][][];
8
+ colors: string[];
9
+ };
10
+ export type AnimationDescriptor = {
11
+ name: string;
12
+ duration: number;
13
+ iteration: 'infinite' | number;
14
+ direction: 'normal' | 'reverse' | 'alternate' | 'alternate-reverse';
15
+ frames: Record<string, Record<string, any>>;
16
+ };
17
+ export type BlinkDescriptor = {
18
+ name: string;
19
+ duration: ValueDescriptor;
20
+ };
21
+ export type ValueDescriptor = string | ArrayDescriptor | MathDescriptor;
22
+ export type WidthDescriptor = {
23
+ dataSourceKey: ValueDescriptor;
24
+ maxLenght: number;
25
+ };
26
+ export type MathDescriptor = (string | MathOperator | MathDescriptor)[];
27
+ export type ArrayDescriptor = {
28
+ dataSourceKey: ValueDescriptor;
29
+ booleanDescriptor: BooleanDescriptor[][];
30
+ };
31
+ export type RuleDescriptor = {
32
+ type: 'Boolean';
33
+ rule: BooleanDescriptor[][];
34
+ } | {
35
+ type: 'Color';
36
+ rule: ColorDescriptor;
37
+ } | {
38
+ type: 'Animation';
39
+ rule: AnimationDescriptor;
40
+ } | {
41
+ type: 'Blink';
42
+ rule: BlinkDescriptor;
43
+ } | {
44
+ type: 'Value';
45
+ rule: ValueDescriptor;
46
+ } | {
47
+ type: 'Width';
48
+ rule: WidthDescriptor;
49
+ };
50
+ export type RuleSet = Record<string, RuleDescriptor>;
51
+ export type MathOperator = '+' | '-' | '*' | '/' | '%';
52
+ export type BooleanOperation = '>' | '<' | '==' | '===' | '!=' | '!==' | 'null' | '!null' | 'undefined' | '!undefined';
53
+ export type SvgConfig = {
54
+ readonly blob: ReadonlyArray<any>;
55
+ readonly resourceId: string;
56
+ readonly ruleSet: string;
57
+ };
58
+ export type ExternalSvgProps = {
59
+ blob: readonly any[];
60
+ ruleSet: string;
61
+ dataSource: Record<string, any>;
62
+ callBacksSet?: Record<string, () => void>;
63
+ };
64
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Svg/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,aAAa,EAAE,eAAe,CAAC;IAC/B,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,aAAa,EAAE,MAAM,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,YAAY,EAAE,iBAAiB,EAAE,EAAE,EAAE,CAAC;IACtC,MAAM,EAAE,MAAM,EAAE,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,UAAU,GAAG,MAAM,CAAC;IAC/B,SAAS,EAAE,QAAQ,GAAG,SAAS,GAAG,WAAW,GAAG,mBAAmB,CAAC;IACpE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC,CAAC;CAC7C,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,eAAe,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,eAAe,GAAG,MAAM,GAAG,eAAe,GAAG,cAAc,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG;IAC5B,aAAa,EAAE,eAAe,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,CAAC,MAAM,GAAG,YAAY,GAAG,cAAc,CAAC,EAAE,CAAC;AAExE,MAAM,MAAM,eAAe,GAAG;IAC5B,aAAa,EAAE,eAAe,CAAC;IAC/B,iBAAiB,EAAE,iBAAiB,EAAE,EAAE,CAAC;CAC1C,CAAC;AAOF,MAAM,MAAM,cAAc,GACtB;IACE,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,iBAAiB,EAAE,EAAE,CAAC;CAC7B,GACD;IACE,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,eAAe,CAAC;CACvB,GACD;IACE,IAAI,EAAE,WAAW,CAAC;IAClB,IAAI,EAAE,mBAAmB,CAAC;CAC3B,GACD;IACE,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,eAAe,CAAC;CACvB,GACD;IACE,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,eAAe,CAAC;CACvB,GACD;IACE,IAAI,EAAE,OAAO,CAAC;IACd,IAAI,EAAE,eAAe,CAAC;CACvB,CAAC;AAMN,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,cAAc,CAAC,CAAC;AAErD,MAAM,MAAM,YAAY,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,CAAC;AAEvD,MAAM,MAAM,gBAAgB,GACxB,GAAG,GACH,GAAG,GACH,IAAI,GACJ,KAAK,GACL,IAAI,GACJ,KAAK,GACL,MAAM,GACN,OAAO,GACP,WAAW,GACX,YAAY,CAAC;AAEjB,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC,GAAG,CAAC,CAAC;IAClC,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,SAAS,GAAG,EAAE,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAChC,YAAY,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,IAAI,CAAC,CAAC;CAC3C,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { SortableContentProps } from './types';
2
+ export default function SortableContent({ options, updateSortings, GstateKey, }: SortableContentProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SortableContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SortableContent.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/SortableContent.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,OAAO,EACP,cAAc,EACd,SAAS,GACV,EAAE,oBAAoB,2CAsEtB"}
@@ -0,0 +1,3 @@
1
+ import { SortableContentProps } from './types';
2
+ export default function SortableContent({ options, updateSortings, GstateKey, }: SortableContentProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=SortableContentNew.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SortableContentNew.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/SortableContentNew.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAE/C,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,OAAO,EACP,cAAc,EACd,SAAS,GACV,EAAE,oBAAoB,2CA+DtB"}
@@ -0,0 +1,3 @@
1
+ import { type TableProps } from './types';
2
+ export default function Table({ id, tableTitle, width, height, columns, data, rowsPerPage, hover, selected, FiltersComponent, SortingsComponent, slotStyles, spacing, onAdd, onEdit, onDelete, onOpenDetails, injectCallback, hasMore, loadMore, fallback, }: TableProps): string | number | bigint | true | Iterable<import("react").ReactNode> | Promise<string | number | bigint | boolean | import("react").ReactPortal | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | Iterable<import("react").ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=Table.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Table.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/Table.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAiC,KAAK,UAAU,EAAE,MAAM,SAAS,CAAC;AAMzE,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAC5B,EAAE,EACF,UAAU,EACV,KAAK,EACL,MAAM,EACN,OAAO,EACP,IAAI,EACJ,WAAW,EACX,KAAK,EACL,QAAQ,EACR,gBAAgB,EAChB,iBAAiB,EACjB,UAAU,EACV,OAAO,EACP,KAAK,EACL,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,OAAO,EACP,QAAQ,EACR,QAAQ,GACT,EAAE,UAAU,qVAuIZ"}
@@ -0,0 +1,3 @@
1
+ import { TableRowProps } from './types';
2
+ export default function TableRow({ columns, rowVariant, hover, selected, onEdit, onDelete, onOpenDetails, injectCallback, selectedStyle, rowData, }: TableRowProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TableRow.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/TableRow.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAW,aAAa,EAAE,MAAM,SAAS,CAAC;AAIjD,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,OAAO,EACP,UAAmB,EACnB,KAAK,EACL,QAAQ,EACR,MAAM,EACN,QAAQ,EACR,aAAa,EACb,cAAc,EACd,aAAkB,EAClB,OAAO,GACR,EAAE,aAAa,2CAkFf"}
@@ -0,0 +1,3 @@
1
+ import { TableToolbarProps } from './types';
2
+ export default function TableToolbar({ title, onAdd, Filters, Sortings }: TableToolbarProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=TableToolbar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TableToolbar.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/TableToolbar.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CAmC1F"}
@@ -0,0 +1,7 @@
1
+ export { default as Table } from './Table';
2
+ export { default as SortableContent } from './SortableContent';
3
+ export { default as SortableContentNew } from './SortableContentNew';
4
+ export { default as TableRow } from './TableRow';
5
+ export { default as TableToolbar } from './TableToolbar';
6
+ export * from './types';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,cAAc,SAAS,CAAC"}
@@ -0,0 +1,114 @@
1
+ import type { FC, MouseEvent, ReactNode } from 'react';
2
+ import { InjectCallback } from '../../utils/types/custom-types';
3
+ import { SortType } from '../../store/pagination_context/types';
4
+ import { Disposable } from 'graphql-ws';
5
+ import type { RadRecord } from '../Rad/RadTypes/RADDialogTypes';
6
+ export type TableRowData = ({
7
+ id: string | number;
8
+ } | {
9
+ Id: string | number;
10
+ }) & Record<string, string | number | ReactNode>;
11
+ export declare enum Alignment {
12
+ Center = "center",
13
+ Left = "left",
14
+ Right = "right"
15
+ }
16
+ export declare enum Section {
17
+ Header = "header",
18
+ Footer = "footer",
19
+ Row = "row",
20
+ Cell = "cell",
21
+ HeaderCell = "headerCell"
22
+ }
23
+ export type TableColumnData = {
24
+ id: string | number;
25
+ alignment: Alignment;
26
+ label: string | ReactNode;
27
+ styles?: Record<string, string> | null;
28
+ translatable?: boolean;
29
+ fallback?: string | ReactNode;
30
+ formatCallback?: (data: unknown, objectData: unknown) => string | number | ReactNode;
31
+ };
32
+ export type TableRowProps = {
33
+ columns: TableColumnData[];
34
+ rowVariant?: 'body' | 'head';
35
+ hover?: boolean;
36
+ selected?: boolean;
37
+ onEdit?: () => void;
38
+ onDelete?: () => void;
39
+ onOpenDetails?: (event: MouseEvent<any>) => void;
40
+ injectCallback?: InjectCallback;
41
+ selectedStyle?: Record<string, string>;
42
+ rowData?: TableRowData | RadRecord;
43
+ };
44
+ export type RadComponent = {
45
+ containerId: string;
46
+ section: Section;
47
+ dataKey: string;
48
+ component: ReactNode;
49
+ };
50
+ export type TableProps = {
51
+ id: string;
52
+ tableTitle?: string | ReactNode;
53
+ width?: string | number;
54
+ height?: string | number;
55
+ columns: TableColumnData[];
56
+ data: TableRowData[] | RadRecord[];
57
+ hover?: boolean;
58
+ selected?: string;
59
+ rowsPerPage?: number;
60
+ FiltersComponent?: FC<{
61
+ onClose?: () => void;
62
+ }> | FC<{
63
+ onClose: () => void;
64
+ }>;
65
+ SortingsComponent?: FC<{
66
+ onClose?: () => void;
67
+ }> | FC<{
68
+ onClose: () => void;
69
+ }>;
70
+ slotStyles?: {
71
+ paper?: Record<string, string>;
72
+ container?: Record<string, string>;
73
+ table?: Record<string, string>;
74
+ head?: Record<string, string>;
75
+ body?: Record<string, string>;
76
+ selected?: Record<string, string>;
77
+ };
78
+ spacing?: string;
79
+ onAdd?: (data: string) => void;
80
+ onEdit?: (data: any) => void;
81
+ onDelete?: (data: any) => void;
82
+ onOpenDetails?: (data: any, event?: MouseEvent<any>) => void;
83
+ injectCallback?: InjectCallback;
84
+ onRowOrderChange?: (id: string, newIndex: number) => void;
85
+ page?: number;
86
+ handleChangePage?: (event: unknown, newPage: number) => void;
87
+ hasMore?: boolean;
88
+ loadMore?: () => void | Promise<Response> | Disposable;
89
+ fallback?: ReactNode;
90
+ };
91
+ export type TableToolbarProps = {
92
+ title?: string | ReactNode;
93
+ onAdd?: (() => void) | undefined;
94
+ Filters?: FC<{
95
+ onClose?: () => void;
96
+ }> | FC<{
97
+ onClose: () => void;
98
+ }> | undefined;
99
+ Sortings?: FC<{
100
+ onClose?: () => void;
101
+ }> | FC<{
102
+ onClose: () => void;
103
+ }> | undefined;
104
+ };
105
+ export type SortableContentProps = {
106
+ options: Option[];
107
+ updateSortings: (newSortingValue: Record<string, SortType>, recompute?: boolean) => void;
108
+ GstateKey: string;
109
+ };
110
+ export type Option = {
111
+ id: string;
112
+ name: string;
113
+ };
114
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/components/Table/types.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ import { TabsProps } from './Tabs';
2
+ export default function ToggleButtonNotEmpty({ tabs, value, onChange, color, textColor, fullWidth, size, height, width, }: TabsProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=RoundedTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RoundedTabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/RoundedTabs.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAGnC,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,EAC3C,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAsB,EACtB,SAAqB,EACrB,SAAiB,EACjB,IAAe,EACf,MAAM,EACN,KAAK,GACN,EAAE,SAAS,2CAgEX"}
@@ -0,0 +1,3 @@
1
+ import { TabsProps } from './Tabs';
2
+ export default function Tabs({ tabs, value, onChange, color, textColor, fullWidth, }: TabsProps): import("react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=StandardTabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StandardTabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/StandardTabs.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAEnC,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAsB,EACtB,SAAqB,EACrB,SAAiB,GAClB,EAAE,SAAS,2CAwCX"}
@@ -0,0 +1,10 @@
1
+ import { ReactNode } from 'react';
2
+ type TabPanelProps = {
3
+ index: number;
4
+ value: string | number;
5
+ children: ReactNode;
6
+ styles?: Record<string, any>;
7
+ };
8
+ export default function TabPanel({ children, value, index, styles }: TabPanelProps): import("react/jsx-runtime").JSX.Element;
9
+ export {};
10
+ //# sourceMappingURL=TabPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TabPanel.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/TabPanel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC,KAAK,aAAa,GAAG;IACnB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,SAAS,CAAC;IAEpB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,EAAE,aAAa,2CAYjF"}
@@ -0,0 +1,16 @@
1
+ import { SyntheticEvent } from 'react';
2
+ import { ITab } from './types';
3
+ export type TabsProps = {
4
+ tabs: Array<ITab> | string[];
5
+ value: string | number;
6
+ onChange: (event: SyntheticEvent<Element, Event>, newValue: number | string) => void;
7
+ color?: string;
8
+ textColor?: string;
9
+ variant?: 'standard' | 'rounded';
10
+ fullWidth?: boolean;
11
+ size?: 'small' | 'medium' | 'large';
12
+ height?: number | string;
13
+ width?: number | string;
14
+ };
15
+ export default function Tabs({ tabs, value, onChange, color, textColor, variant, fullWidth, size, }: TabsProps): import("react/jsx-runtime").JSX.Element;
16
+ //# sourceMappingURL=Tabs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Tabs.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/Tabs.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAE/B,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,KAAK,CAAC,IAAI,CAAC,GAAG,MAAM,EAAE,CAAC;IAC7B,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,QAAQ,EAAE,CAAC,KAAK,EAAE,cAAc,CAAC,OAAO,EAAE,KAAK,CAAC,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,KAAK,IAAI,CAAC;IACrF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACjC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IACpC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACzB,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CACzB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,EAC3B,IAAI,EACJ,KAAK,EACL,QAAQ,EACR,KAAK,EACL,SAAqB,EACrB,OAAoB,EACpB,SAAiB,EACjB,IAAe,GAChB,EAAE,SAAS,2CAqBX"}
@@ -0,0 +1,6 @@
1
+ export { default as Tabs } from './Tabs';
2
+ export { default as RoundedTabs } from './RoundedTabs';
3
+ export { default as StandardTabs } from './StandardTabs';
4
+ export { default as TabPanel } from './TabPanel';
5
+ export * from './types';
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/components/Tabs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,cAAc,SAAS,CAAC"}
@@ -0,0 +1,6 @@
1
+ export type ITab = {
2
+ label: string;
3
+ icon?: React.JSX.Element;
4
+ value: string | number;
5
+ };
6
+ //# sourceMappingURL=types.d.ts.map