@variocube/app-ui 1.14.0

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 (644) hide show
  1. package/README.md +65 -0
  2. package/esm/AppShell/AppShell.d.ts +12 -0
  3. package/esm/AppShell/AppShell.js +92 -0
  4. package/esm/AppShell/AppShell.js.map +1 -0
  5. package/esm/AppShell/index.d.ts +1 -0
  6. package/esm/AppShell/index.js +2 -0
  7. package/esm/AppShell/index.js.map +1 -0
  8. package/esm/ErrorAlert.d.ts +12 -0
  9. package/esm/ErrorAlert.js +61 -0
  10. package/esm/ErrorAlert.js.map +1 -0
  11. package/esm/Input/ActionsMenu.d.ts +9 -0
  12. package/esm/Input/ActionsMenu.js +29 -0
  13. package/esm/Input/ActionsMenu.js.map +1 -0
  14. package/esm/Input/Checkbox.d.ts +9 -0
  15. package/esm/Input/Checkbox.js +23 -0
  16. package/esm/Input/Checkbox.js.map +1 -0
  17. package/esm/Input/EmailSenderField.d.ts +8 -0
  18. package/esm/Input/EmailSenderField.js +71 -0
  19. package/esm/Input/EmailSenderField.js.map +1 -0
  20. package/esm/Input/NumberField.d.ts +10 -0
  21. package/esm/Input/NumberField.js +94 -0
  22. package/esm/Input/NumberField.js.map +1 -0
  23. package/esm/Input/RadioGroup.d.ts +12 -0
  24. package/esm/Input/RadioGroup.js +20 -0
  25. package/esm/Input/RadioGroup.js.map +1 -0
  26. package/esm/Input/Select.d.ts +11 -0
  27. package/esm/Input/Select.js +19 -0
  28. package/esm/Input/Select.js.map +1 -0
  29. package/esm/Input/Selector.d.ts +10 -0
  30. package/esm/Input/Selector.js +19 -0
  31. package/esm/Input/Selector.js.map +1 -0
  32. package/esm/Input/Switch.d.ts +9 -0
  33. package/esm/Input/Switch.js +23 -0
  34. package/esm/Input/Switch.js.map +1 -0
  35. package/esm/Input/TextField.d.ts +7 -0
  36. package/esm/Input/TextField.js +58 -0
  37. package/esm/Input/TextField.js.map +1 -0
  38. package/esm/Input/UrlUploadField.d.ts +9 -0
  39. package/esm/Input/UrlUploadField.js +43 -0
  40. package/esm/Input/UrlUploadField.js.map +1 -0
  41. package/esm/Input/index.d.ts +9 -0
  42. package/esm/Input/index.js +10 -0
  43. package/esm/Input/index.js.map +1 -0
  44. package/esm/LanguageSwitcher/LanguageSwitcher.d.ts +14 -0
  45. package/esm/LanguageSwitcher/LanguageSwitcher.js +20 -0
  46. package/esm/LanguageSwitcher/LanguageSwitcher.js.map +1 -0
  47. package/esm/LanguageSwitcher/index.d.ts +1 -0
  48. package/esm/LanguageSwitcher/index.js +2 -0
  49. package/esm/LanguageSwitcher/index.js.map +1 -0
  50. package/esm/Paging/Paging.d.ts +40 -0
  51. package/esm/Paging/Paging.js +43 -0
  52. package/esm/Paging/Paging.js.map +1 -0
  53. package/esm/Paging/index.d.ts +1 -0
  54. package/esm/Paging/index.js +2 -0
  55. package/esm/Paging/index.js.map +1 -0
  56. package/esm/VCThemeProvider/JetbrainsMonoFont.d.ts +5 -0
  57. package/esm/VCThemeProvider/JetbrainsMonoFont.js +52 -0
  58. package/esm/VCThemeProvider/JetbrainsMonoFont.js.map +1 -0
  59. package/esm/VCThemeProvider/RobotoFont.d.ts +7 -0
  60. package/esm/VCThemeProvider/RobotoFont.js +49 -0
  61. package/esm/VCThemeProvider/RobotoFont.js.map +1 -0
  62. package/esm/VCThemeProvider/ThemeModeSwitcher.d.ts +2 -0
  63. package/esm/VCThemeProvider/ThemeModeSwitcher.js +14 -0
  64. package/esm/VCThemeProvider/ThemeModeSwitcher.js.map +1 -0
  65. package/esm/VCThemeProvider/VCThemeProvider.d.ts +25 -0
  66. package/esm/VCThemeProvider/VCThemeProvider.js +173 -0
  67. package/esm/VCThemeProvider/VCThemeProvider.js.map +1 -0
  68. package/esm/VCThemeProvider/code-colors.d.ts +108 -0
  69. package/esm/VCThemeProvider/code-colors.js +26 -0
  70. package/esm/VCThemeProvider/code-colors.js.map +1 -0
  71. package/esm/VCThemeProvider/index.d.ts +5 -0
  72. package/esm/VCThemeProvider/index.js +6 -0
  73. package/esm/VCThemeProvider/index.js.map +1 -0
  74. package/esm/audit/AuditChanges.d.ts +9 -0
  75. package/esm/audit/AuditChanges.js +43 -0
  76. package/esm/audit/AuditChanges.js.map +1 -0
  77. package/esm/audit/AuditTimeline.d.ts +6 -0
  78. package/esm/audit/AuditTimeline.js +13 -0
  79. package/esm/audit/AuditTimeline.js.map +1 -0
  80. package/esm/audit/AuditTimelineItem.d.ts +10 -0
  81. package/esm/audit/AuditTimelineItem.js +27 -0
  82. package/esm/audit/AuditTimelineItem.js.map +1 -0
  83. package/esm/audit/index.d.ts +4 -0
  84. package/esm/audit/index.js +5 -0
  85. package/esm/audit/index.js.map +1 -0
  86. package/esm/audit/types.d.ts +42 -0
  87. package/esm/audit/types.js +2 -0
  88. package/esm/audit/types.js.map +1 -0
  89. package/esm/breadcrumbs.d.ts +6 -0
  90. package/esm/breadcrumbs.js +13 -0
  91. package/esm/breadcrumbs.js.map +1 -0
  92. package/esm/code/Code.d.ts +10 -0
  93. package/esm/code/Code.js +19 -0
  94. package/esm/code/Code.js.map +1 -0
  95. package/esm/code/CodeBlock.d.ts +4 -0
  96. package/esm/code/CodeBlock.js +6 -0
  97. package/esm/code/CodeBlock.js.map +1 -0
  98. package/esm/code/Json.d.ts +4 -0
  99. package/esm/code/Json.js +60 -0
  100. package/esm/code/Json.js.map +1 -0
  101. package/esm/code/index.d.ts +3 -0
  102. package/esm/code/index.js +4 -0
  103. package/esm/code/index.js.map +1 -0
  104. package/esm/confirm/ConfirmButton.d.ts +16 -0
  105. package/esm/confirm/ConfirmButton.js +29 -0
  106. package/esm/confirm/ConfirmButton.js.map +1 -0
  107. package/esm/confirm/ConfirmDialog.d.ts +16 -0
  108. package/esm/confirm/ConfirmDialog.js +35 -0
  109. package/esm/confirm/ConfirmDialog.js.map +1 -0
  110. package/esm/confirm/ConfirmIconButton.d.ts +14 -0
  111. package/esm/confirm/ConfirmIconButton.js +29 -0
  112. package/esm/confirm/ConfirmIconButton.js.map +1 -0
  113. package/esm/confirm/ConfirmMenuItem.d.ts +15 -0
  114. package/esm/confirm/ConfirmMenuItem.js +31 -0
  115. package/esm/confirm/ConfirmMenuItem.js.map +1 -0
  116. package/esm/confirm/index.d.ts +4 -0
  117. package/esm/confirm/index.js +5 -0
  118. package/esm/confirm/index.js.map +1 -0
  119. package/esm/container/ContainerLayout.d.ts +8 -0
  120. package/esm/container/ContainerLayout.js +20 -0
  121. package/esm/container/ContainerLayout.js.map +1 -0
  122. package/esm/container/ContainerSettingsContext.d.ts +12 -0
  123. package/esm/container/ContainerSettingsContext.js +46 -0
  124. package/esm/container/ContainerSettingsContext.js.map +1 -0
  125. package/esm/container/ContainerWidthControl.d.ts +6 -0
  126. package/esm/container/ContainerWidthControl.js +12 -0
  127. package/esm/container/ContainerWidthControl.js.map +1 -0
  128. package/esm/container/index.d.ts +3 -0
  129. package/esm/container/index.js +4 -0
  130. package/esm/container/index.js.map +1 -0
  131. package/esm/content-table/ContentTable.d.ts +25 -0
  132. package/esm/content-table/ContentTable.js +87 -0
  133. package/esm/content-table/ContentTable.js.map +1 -0
  134. package/esm/content-table/UndrawEmpty.d.ts +2 -0
  135. package/esm/content-table/UndrawEmpty.js +71 -0
  136. package/esm/content-table/UndrawEmpty.js.map +1 -0
  137. package/esm/content-table/index.d.ts +1 -0
  138. package/esm/content-table/index.js +2 -0
  139. package/esm/content-table/index.js.map +1 -0
  140. package/esm/country/countries.d.ts +34 -0
  141. package/esm/country/countries.js +266 -0
  142. package/esm/country/countries.js.map +1 -0
  143. package/esm/country/country-select.d.ts +8 -0
  144. package/esm/country/country-select.js +18 -0
  145. package/esm/country/country-select.js.map +1 -0
  146. package/esm/country/index.d.ts +5 -0
  147. package/esm/country/index.js +6 -0
  148. package/esm/country/index.js.map +1 -0
  149. package/esm/country/locale-select.d.ts +9 -0
  150. package/esm/country/locale-select.js +15 -0
  151. package/esm/country/locale-select.js.map +1 -0
  152. package/esm/country/locales.d.ts +10 -0
  153. package/esm/country/locales.js +190 -0
  154. package/esm/country/locales.js.map +1 -0
  155. package/esm/country/phone-prefix-select.d.ts +9 -0
  156. package/esm/country/phone-prefix-select.js +18 -0
  157. package/esm/country/phone-prefix-select.js.map +1 -0
  158. package/esm/cube/BoxFeatures.d.ts +11 -0
  159. package/esm/cube/BoxFeatures.js +40 -0
  160. package/esm/cube/BoxFeatures.js.map +1 -0
  161. package/esm/cube/BoxMaintenanceChip.d.ts +9 -0
  162. package/esm/cube/BoxMaintenanceChip.js +15 -0
  163. package/esm/cube/BoxMaintenanceChip.js.map +1 -0
  164. package/esm/cube/BoxNumber.d.ts +6 -0
  165. package/esm/cube/BoxNumber.js +6 -0
  166. package/esm/cube/BoxNumber.js.map +1 -0
  167. package/esm/cube/BoxType.d.ts +7 -0
  168. package/esm/cube/BoxType.js +21 -0
  169. package/esm/cube/BoxType.js.map +1 -0
  170. package/esm/cube/CubeConnectedChip.d.ts +9 -0
  171. package/esm/cube/CubeConnectedChip.js +22 -0
  172. package/esm/cube/CubeConnectedChip.js.map +1 -0
  173. package/esm/cube/LockStatusChip.d.ts +11 -0
  174. package/esm/cube/LockStatusChip.js +40 -0
  175. package/esm/cube/LockStatusChip.js.map +1 -0
  176. package/esm/cube/UtilizationBar.d.ts +11 -0
  177. package/esm/cube/UtilizationBar.js +38 -0
  178. package/esm/cube/UtilizationBar.js.map +1 -0
  179. package/esm/cube/accessibility.d.ts +48 -0
  180. package/esm/cube/accessibility.js +242 -0
  181. package/esm/cube/accessibility.js.map +1 -0
  182. package/esm/cube/index.d.ts +8 -0
  183. package/esm/cube/index.js +9 -0
  184. package/esm/cube/index.js.map +1 -0
  185. package/esm/data-table/DataTable.d.ts +63 -0
  186. package/esm/data-table/DataTable.js +124 -0
  187. package/esm/data-table/DataTable.js.map +1 -0
  188. package/esm/data-table/DataTableColumnSettings.d.ts +10 -0
  189. package/esm/data-table/DataTableColumnSettings.js +98 -0
  190. package/esm/data-table/DataTableColumnSettings.js.map +1 -0
  191. package/esm/data-table/DataTableHeader.d.ts +2 -0
  192. package/esm/data-table/DataTableHeader.js +6 -0
  193. package/esm/data-table/DataTableHeader.js.map +1 -0
  194. package/esm/data-table/DataTableToolbar.d.ts +2 -0
  195. package/esm/data-table/DataTableToolbar.js +6 -0
  196. package/esm/data-table/DataTableToolbar.js.map +1 -0
  197. package/esm/data-table/index.d.ts +8 -0
  198. package/esm/data-table/index.js +9 -0
  199. package/esm/data-table/index.js.map +1 -0
  200. package/esm/data-table/useDataTableColumnStorage.d.ts +5 -0
  201. package/esm/data-table/useDataTableColumnStorage.js +20 -0
  202. package/esm/data-table/useDataTableColumnStorage.js.map +1 -0
  203. package/esm/data-table/useDataTableStorage.d.ts +16 -0
  204. package/esm/data-table/useDataTableStorage.js +19 -0
  205. package/esm/data-table/useDataTableStorage.js.map +1 -0
  206. package/esm/data-table/useSpringPage.d.ts +6 -0
  207. package/esm/data-table/useSpringPage.js +18 -0
  208. package/esm/data-table/useSpringPage.js.map +1 -0
  209. package/esm/data-table/useSpringPageable.d.ts +9 -0
  210. package/esm/data-table/useSpringPageable.js +10 -0
  211. package/esm/data-table/useSpringPageable.js.map +1 -0
  212. package/esm/date-pickers/PlainAdapterCommon.d.ts +31 -0
  213. package/esm/date-pickers/PlainAdapterCommon.js +97 -0
  214. package/esm/date-pickers/PlainAdapterCommon.js.map +1 -0
  215. package/esm/date-pickers/PlainDateAdapter.d.ts +30 -0
  216. package/esm/date-pickers/PlainDateAdapter.js +114 -0
  217. package/esm/date-pickers/PlainDateAdapter.js.map +1 -0
  218. package/esm/date-pickers/PlainDatePicker.d.ts +21 -0
  219. package/esm/date-pickers/PlainDatePicker.js +26 -0
  220. package/esm/date-pickers/PlainDatePicker.js.map +1 -0
  221. package/esm/date-pickers/PlainDatePicker.spec.d.ts +1 -0
  222. package/esm/date-pickers/PlainDatePicker.spec.js +15 -0
  223. package/esm/date-pickers/PlainDatePicker.spec.js.map +1 -0
  224. package/esm/date-pickers/PlainDateTimeAdapter.d.ts +30 -0
  225. package/esm/date-pickers/PlainDateTimeAdapter.js +114 -0
  226. package/esm/date-pickers/PlainDateTimeAdapter.js.map +1 -0
  227. package/esm/date-pickers/PlainDateTimePicker.d.ts +20 -0
  228. package/esm/date-pickers/PlainDateTimePicker.js +26 -0
  229. package/esm/date-pickers/PlainDateTimePicker.js.map +1 -0
  230. package/esm/date-pickers/PlainDateTimePicker.spec.d.ts +1 -0
  231. package/esm/date-pickers/PlainDateTimePicker.spec.js +15 -0
  232. package/esm/date-pickers/PlainDateTimePicker.spec.js.map +1 -0
  233. package/esm/date-pickers/PlainTimeAdapter.d.ts +58 -0
  234. package/esm/date-pickers/PlainTimeAdapter.js +194 -0
  235. package/esm/date-pickers/PlainTimeAdapter.js.map +1 -0
  236. package/esm/date-pickers/PlainTimePicker.d.ts +16 -0
  237. package/esm/date-pickers/PlainTimePicker.js +24 -0
  238. package/esm/date-pickers/PlainTimePicker.js.map +1 -0
  239. package/esm/date-pickers/PlainTimePicker.spec.d.ts +1 -0
  240. package/esm/date-pickers/PlainTimePicker.spec.js +15 -0
  241. package/esm/date-pickers/PlainTimePicker.spec.js.map +1 -0
  242. package/esm/date-pickers/TemporalAdapter.d.ts +18 -0
  243. package/esm/date-pickers/TemporalAdapter.js +109 -0
  244. package/esm/date-pickers/TemporalAdapter.js.map +1 -0
  245. package/esm/date-pickers/TimezoneSelect.d.ts +9 -0
  246. package/esm/date-pickers/TimezoneSelect.js +357 -0
  247. package/esm/date-pickers/TimezoneSelect.js.map +1 -0
  248. package/esm/date-pickers/getFormatString.d.ts +11 -0
  249. package/esm/date-pickers/getFormatString.js +26 -0
  250. package/esm/date-pickers/getFormatString.js.map +1 -0
  251. package/esm/date-pickers/index.d.ts +5 -0
  252. package/esm/date-pickers/index.js +6 -0
  253. package/esm/date-pickers/index.js.map +1 -0
  254. package/esm/date-pickers/parse.d.ts +4 -0
  255. package/esm/date-pickers/parse.js +66 -0
  256. package/esm/date-pickers/parse.js.map +1 -0
  257. package/esm/date-pickers/timeframe-picker.d.ts +46 -0
  258. package/esm/date-pickers/timeframe-picker.js +120 -0
  259. package/esm/date-pickers/timeframe-picker.js.map +1 -0
  260. package/esm/date-pickers/useLocale.d.ts +1 -0
  261. package/esm/date-pickers/useLocale.js +6 -0
  262. package/esm/date-pickers/useLocale.js.map +1 -0
  263. package/esm/date-pickers/useRenderInput.d.ts +4 -0
  264. package/esm/date-pickers/useRenderInput.js +8 -0
  265. package/esm/date-pickers/useRenderInput.js.map +1 -0
  266. package/esm/fetch.d.ts +51 -0
  267. package/esm/fetch.js +138 -0
  268. package/esm/fetch.js.map +1 -0
  269. package/esm/filter/Filter.d.ts +38 -0
  270. package/esm/filter/Filter.js +72 -0
  271. package/esm/filter/Filter.js.map +1 -0
  272. package/esm/filter/index.d.ts +1 -0
  273. package/esm/filter/index.js +2 -0
  274. package/esm/filter/index.js.map +1 -0
  275. package/esm/formats/CompactFormat.d.ts +22 -0
  276. package/esm/formats/CompactFormat.js +21 -0
  277. package/esm/formats/CompactFormat.js.map +1 -0
  278. package/esm/formats/CompactFormat.spec.d.ts +1 -0
  279. package/esm/formats/CompactFormat.spec.js +22 -0
  280. package/esm/formats/CompactFormat.spec.js.map +1 -0
  281. package/esm/formats/CurrencyFormat.d.ts +39 -0
  282. package/esm/formats/CurrencyFormat.js +25 -0
  283. package/esm/formats/CurrencyFormat.js.map +1 -0
  284. package/esm/formats/CurrencyFormat.spec.d.ts +1 -0
  285. package/esm/formats/CurrencyFormat.spec.js +22 -0
  286. package/esm/formats/CurrencyFormat.spec.js.map +1 -0
  287. package/esm/formats/DecimalFormat.d.ts +29 -0
  288. package/esm/formats/DecimalFormat.js +22 -0
  289. package/esm/formats/DecimalFormat.js.map +1 -0
  290. package/esm/formats/DecimalFormat.spec.d.ts +1 -0
  291. package/esm/formats/DecimalFormat.spec.js +22 -0
  292. package/esm/formats/DecimalFormat.spec.js.map +1 -0
  293. package/esm/formats/DurationFormat.d.ts +23 -0
  294. package/esm/formats/DurationFormat.js +35 -0
  295. package/esm/formats/DurationFormat.js.map +1 -0
  296. package/esm/formats/DurationFormat.spec.d.ts +1 -0
  297. package/esm/formats/DurationFormat.spec.js +52 -0
  298. package/esm/formats/DurationFormat.spec.js.map +1 -0
  299. package/esm/formats/RelativeTemporalFormat.d.ts +22 -0
  300. package/esm/formats/RelativeTemporalFormat.js +57 -0
  301. package/esm/formats/RelativeTemporalFormat.js.map +1 -0
  302. package/esm/formats/RelativeTemporalFormat.spec.d.ts +1 -0
  303. package/esm/formats/RelativeTemporalFormat.spec.js +77 -0
  304. package/esm/formats/RelativeTemporalFormat.spec.js.map +1 -0
  305. package/esm/formats/SwitchableTemporalFormat.d.ts +5 -0
  306. package/esm/formats/SwitchableTemporalFormat.js +11 -0
  307. package/esm/formats/SwitchableTemporalFormat.js.map +1 -0
  308. package/esm/formats/TemporalFormat.d.ts +27 -0
  309. package/esm/formats/TemporalFormat.js +19 -0
  310. package/esm/formats/TemporalFormat.js.map +1 -0
  311. package/esm/formats/TemporalFormat.spec.d.ts +1 -0
  312. package/esm/formats/TemporalFormat.spec.js +87 -0
  313. package/esm/formats/TemporalFormat.spec.js.map +1 -0
  314. package/esm/formats/TemporalRangeFormat.d.ts +30 -0
  315. package/esm/formats/TemporalRangeFormat.js +17 -0
  316. package/esm/formats/TemporalRangeFormat.js.map +1 -0
  317. package/esm/formats/TemporalRangeFormat.spec.d.ts +1 -0
  318. package/esm/formats/TemporalRangeFormat.spec.js +87 -0
  319. package/esm/formats/TemporalRangeFormat.spec.js.map +1 -0
  320. package/esm/formats/index.d.ts +8 -0
  321. package/esm/formats/index.js +9 -0
  322. package/esm/formats/index.js.map +1 -0
  323. package/esm/formats/types.d.ts +2 -0
  324. package/esm/formats/types.js +2 -0
  325. package/esm/formats/types.js.map +1 -0
  326. package/esm/formats/useDateTimeFormat.d.ts +2 -0
  327. package/esm/formats/useDateTimeFormat.js +7 -0
  328. package/esm/formats/useDateTimeFormat.js.map +1 -0
  329. package/esm/formats/useNumberFormat.d.ts +1 -0
  330. package/esm/formats/useNumberFormat.js +6 -0
  331. package/esm/formats/useNumberFormat.js.map +1 -0
  332. package/esm/formats/useRelativeTimeFormat.d.ts +1 -0
  333. package/esm/formats/useRelativeTimeFormat.js +6 -0
  334. package/esm/formats/useRelativeTimeFormat.js.map +1 -0
  335. package/esm/forms/EditForm.d.ts +13 -0
  336. package/esm/forms/EditForm.js +22 -0
  337. package/esm/forms/EditForm.js.map +1 -0
  338. package/esm/forms/SearchForm.d.ts +7 -0
  339. package/esm/forms/SearchForm.js +36 -0
  340. package/esm/forms/SearchForm.js.map +1 -0
  341. package/esm/forms/SubmitButton.d.ts +9 -0
  342. package/esm/forms/SubmitButton.js +28 -0
  343. package/esm/forms/SubmitButton.js.map +1 -0
  344. package/esm/forms/index.d.ts +4 -0
  345. package/esm/forms/index.js +5 -0
  346. package/esm/forms/index.js.map +1 -0
  347. package/esm/forms/useFormSubmit.d.ts +12 -0
  348. package/esm/forms/useFormSubmit.js +28 -0
  349. package/esm/forms/useFormSubmit.js.map +1 -0
  350. package/esm/getNavigatorLanguages.d.ts +5 -0
  351. package/esm/getNavigatorLanguages.js +11 -0
  352. package/esm/getNavigatorLanguages.js.map +1 -0
  353. package/esm/getSupportedFormatLocale.d.ts +19 -0
  354. package/esm/getSupportedFormatLocale.js +21 -0
  355. package/esm/getSupportedFormatLocale.js.map +1 -0
  356. package/esm/help/HelpButton.d.ts +12 -0
  357. package/esm/help/HelpButton.js +74 -0
  358. package/esm/help/HelpButton.js.map +1 -0
  359. package/esm/help/HelpDrawer.d.ts +3 -0
  360. package/esm/help/HelpDrawer.js +48 -0
  361. package/esm/help/HelpDrawer.js.map +1 -0
  362. package/esm/help/HelpSettingsContext.d.ts +26 -0
  363. package/esm/help/HelpSettingsContext.js +94 -0
  364. package/esm/help/HelpSettingsContext.js.map +1 -0
  365. package/esm/help/index.d.ts +3 -0
  366. package/esm/help/index.js +4 -0
  367. package/esm/help/index.js.map +1 -0
  368. package/esm/icons.d.ts +21 -0
  369. package/esm/icons.js +22 -0
  370. package/esm/icons.js.map +1 -0
  371. package/esm/index.d.ts +34 -0
  372. package/esm/index.js +35 -0
  373. package/esm/index.js.map +1 -0
  374. package/esm/layout/ErrorBoundary.d.ts +46 -0
  375. package/esm/layout/ErrorBoundary.js +186 -0
  376. package/esm/layout/ErrorBoundary.js.map +1 -0
  377. package/esm/layout/NotFound.d.ts +9 -0
  378. package/esm/layout/NotFound.js +26 -0
  379. package/esm/layout/NotFound.js.map +1 -0
  380. package/esm/layout/NotFoundSvg.d.ts +2 -0
  381. package/esm/layout/NotFoundSvg.js +37 -0
  382. package/esm/layout/NotFoundSvg.js.map +1 -0
  383. package/esm/layout/UserNav.d.ts +15 -0
  384. package/esm/layout/UserNav.js +50 -0
  385. package/esm/layout/UserNav.js.map +1 -0
  386. package/esm/layout/index.d.ts +5 -0
  387. package/esm/layout/index.js +6 -0
  388. package/esm/layout/index.js.map +1 -0
  389. package/esm/layout/layout-context.d.ts +9 -0
  390. package/esm/layout/layout-context.js +23 -0
  391. package/esm/layout/layout-context.js.map +1 -0
  392. package/esm/layout/page-title.d.ts +7 -0
  393. package/esm/layout/page-title.js +41 -0
  394. package/esm/layout/page-title.js.map +1 -0
  395. package/esm/list/List.d.ts +14 -0
  396. package/esm/list/List.js +25 -0
  397. package/esm/list/List.js.map +1 -0
  398. package/esm/list/SkeletonListItem.d.ts +14 -0
  399. package/esm/list/SkeletonListItem.js +11 -0
  400. package/esm/list/SkeletonListItem.js.map +1 -0
  401. package/esm/list/index.d.ts +1 -0
  402. package/esm/list/index.js +2 -0
  403. package/esm/list/index.js.map +1 -0
  404. package/esm/localization.d.ts +140 -0
  405. package/esm/localization.js +200 -0
  406. package/esm/localization.js.map +1 -0
  407. package/esm/logo/Logo.d.ts +7 -0
  408. package/esm/logo/Logo.js +29 -0
  409. package/esm/logo/Logo.js.map +1 -0
  410. package/esm/logo/VCAppLogo.d.ts +7 -0
  411. package/esm/logo/VCAppLogo.js +28 -0
  412. package/esm/logo/VCAppLogo.js.map +1 -0
  413. package/esm/logo/VCLogo.d.ts +4 -0
  414. package/esm/logo/VCLogo.js +33 -0
  415. package/esm/logo/VCLogo.js.map +1 -0
  416. package/esm/logo/VCLogoIcon.d.ts +4 -0
  417. package/esm/logo/VCLogoIcon.js +36 -0
  418. package/esm/logo/VCLogoIcon.js.map +1 -0
  419. package/esm/logo/index.d.ts +4 -0
  420. package/esm/logo/index.js +5 -0
  421. package/esm/logo/index.js.map +1 -0
  422. package/esm/splash/index.d.ts +3 -0
  423. package/esm/splash/index.js +37 -0
  424. package/esm/splash/index.js.map +1 -0
  425. package/esm/spring.d.ts +14 -0
  426. package/esm/spring.js +2 -0
  427. package/esm/spring.js.map +1 -0
  428. package/esm/storage/MemoryStorage.d.ts +7 -0
  429. package/esm/storage/MemoryStorage.js +18 -0
  430. package/esm/storage/MemoryStorage.js.map +1 -0
  431. package/esm/storage/index.d.ts +2 -0
  432. package/esm/storage/index.js +3 -0
  433. package/esm/storage/index.js.map +1 -0
  434. package/esm/storage/storage.d.ts +16 -0
  435. package/esm/storage/storage.js +87 -0
  436. package/esm/storage/storage.js.map +1 -0
  437. package/esm/storage/useStorage.d.ts +1 -0
  438. package/esm/storage/useStorage.js +29 -0
  439. package/esm/storage/useStorage.js.map +1 -0
  440. package/esm/tabs/Tabs.d.ts +10 -0
  441. package/esm/tabs/Tabs.js +95 -0
  442. package/esm/tabs/Tabs.js.map +1 -0
  443. package/esm/tabs/index.d.ts +1 -0
  444. package/esm/tabs/index.js +2 -0
  445. package/esm/tabs/index.js.map +1 -0
  446. package/esm/temporal/index.d.ts +2 -0
  447. package/esm/temporal/index.js +3 -0
  448. package/esm/temporal/index.js.map +1 -0
  449. package/esm/temporal/parse.d.ts +4 -0
  450. package/esm/temporal/parse.js +25 -0
  451. package/esm/temporal/parse.js.map +1 -0
  452. package/esm/temporal/polyfill.d.ts +34 -0
  453. package/esm/temporal/polyfill.js +10 -0
  454. package/esm/temporal/polyfill.js.map +1 -0
  455. package/esm/utils/defined.d.ts +1 -0
  456. package/esm/utils/defined.js +4 -0
  457. package/esm/utils/defined.js.map +1 -0
  458. package/esm/utils/index.d.ts +3 -0
  459. package/esm/utils/index.js +4 -0
  460. package/esm/utils/index.js.map +1 -0
  461. package/esm/utils/useFlag.d.ts +1 -0
  462. package/esm/utils/useFlag.js +9 -0
  463. package/esm/utils/useFlag.js.map +1 -0
  464. package/esm/utils/useIsMounted.d.ts +1 -0
  465. package/esm/utils/useIsMounted.js +12 -0
  466. package/esm/utils/useIsMounted.js.map +1 -0
  467. package/esm/view/View.d.ts +9 -0
  468. package/esm/view/View.js +22 -0
  469. package/esm/view/View.js.map +1 -0
  470. package/esm/view/ViewHeader.d.ts +10 -0
  471. package/esm/view/ViewHeader.js +15 -0
  472. package/esm/view/ViewHeader.js.map +1 -0
  473. package/esm/view/index.d.ts +2 -0
  474. package/esm/view/index.js +3 -0
  475. package/esm/view/index.js.map +1 -0
  476. package/package.json +72 -0
  477. package/src/AppShell/AppShell.tsx +165 -0
  478. package/src/AppShell/index.tsx +1 -0
  479. package/src/ErrorAlert.tsx +71 -0
  480. package/src/Input/ActionsMenu.tsx +102 -0
  481. package/src/Input/Checkbox.tsx +33 -0
  482. package/src/Input/EmailSenderField.tsx +64 -0
  483. package/src/Input/NumberField.tsx +127 -0
  484. package/src/Input/RadioGroup.tsx +37 -0
  485. package/src/Input/Select.tsx +33 -0
  486. package/src/Input/Selector.tsx +21 -0
  487. package/src/Input/Switch.tsx +33 -0
  488. package/src/Input/TextField.tsx +69 -0
  489. package/src/Input/UrlUploadField.tsx +84 -0
  490. package/src/Input/index.ts +9 -0
  491. package/src/LanguageSwitcher/LanguageSwitcher.tsx +63 -0
  492. package/src/LanguageSwitcher/index.ts +1 -0
  493. package/src/Paging/Paging.ts +77 -0
  494. package/src/Paging/index.ts +1 -0
  495. package/src/VCThemeProvider/JetbrainsMonoFont.tsx +55 -0
  496. package/src/VCThemeProvider/RobotoFont.tsx +52 -0
  497. package/src/VCThemeProvider/ThemeModeSwitcher.tsx +23 -0
  498. package/src/VCThemeProvider/VCThemeProvider.tsx +232 -0
  499. package/src/VCThemeProvider/code-colors.ts +34 -0
  500. package/src/VCThemeProvider/files.d.ts +2 -0
  501. package/src/VCThemeProvider/index.ts +5 -0
  502. package/src/audit/AuditChanges.tsx +82 -0
  503. package/src/audit/AuditTimeline.tsx +25 -0
  504. package/src/audit/AuditTimelineItem.tsx +75 -0
  505. package/src/audit/index.ts +4 -0
  506. package/src/audit/types.ts +46 -0
  507. package/src/breadcrumbs.tsx +27 -0
  508. package/src/code/Code.tsx +53 -0
  509. package/src/code/CodeBlock.tsx +15 -0
  510. package/src/code/Json.tsx +73 -0
  511. package/src/code/index.ts +3 -0
  512. package/src/confirm/ConfirmButton.tsx +69 -0
  513. package/src/confirm/ConfirmDialog.tsx +68 -0
  514. package/src/confirm/ConfirmIconButton.tsx +62 -0
  515. package/src/confirm/ConfirmMenuItem.tsx +66 -0
  516. package/src/confirm/index.ts +4 -0
  517. package/src/container/ContainerLayout.tsx +40 -0
  518. package/src/container/ContainerSettingsContext.tsx +77 -0
  519. package/src/container/ContainerWidthControl.tsx +20 -0
  520. package/src/container/index.ts +3 -0
  521. package/src/content-table/ContentTable.tsx +214 -0
  522. package/src/content-table/UndrawEmpty.tsx +285 -0
  523. package/src/content-table/index.ts +1 -0
  524. package/src/country/countries.ts +268 -0
  525. package/src/country/country-select.tsx +48 -0
  526. package/src/country/index.ts +5 -0
  527. package/src/country/locale-select.tsx +43 -0
  528. package/src/country/locales.ts +192 -0
  529. package/src/country/phone-prefix-select.tsx +50 -0
  530. package/src/cube/BoxFeatures.tsx +91 -0
  531. package/src/cube/BoxMaintenanceChip.tsx +33 -0
  532. package/src/cube/BoxNumber.tsx +10 -0
  533. package/src/cube/BoxType.tsx +22 -0
  534. package/src/cube/CubeConnectedChip.tsx +16 -0
  535. package/src/cube/LockStatusChip.tsx +54 -0
  536. package/src/cube/UtilizationBar.tsx +94 -0
  537. package/src/cube/accessibility.tsx +422 -0
  538. package/src/cube/index.tsx +8 -0
  539. package/src/data-table/DataTable.tsx +338 -0
  540. package/src/data-table/DataTableColumnSettings.tsx +204 -0
  541. package/src/data-table/DataTableHeader.tsx +10 -0
  542. package/src/data-table/DataTableToolbar.tsx +10 -0
  543. package/src/data-table/index.tsx +8 -0
  544. package/src/data-table/useDataTableColumnStorage.ts +26 -0
  545. package/src/data-table/useDataTableStorage.ts +43 -0
  546. package/src/data-table/useSpringPage.ts +21 -0
  547. package/src/data-table/useSpringPageable.ts +25 -0
  548. package/src/date-pickers/PlainAdapterCommon.ts +125 -0
  549. package/src/date-pickers/PlainDateAdapter.spec.ts +50 -0
  550. package/src/date-pickers/PlainDateAdapter.ts +139 -0
  551. package/src/date-pickers/PlainDatePicker.spec.tsx +22 -0
  552. package/src/date-pickers/PlainDatePicker.tsx +73 -0
  553. package/src/date-pickers/PlainDateTimeAdapter.spec.ts +50 -0
  554. package/src/date-pickers/PlainDateTimeAdapter.ts +140 -0
  555. package/src/date-pickers/PlainDateTimePicker.spec.tsx +22 -0
  556. package/src/date-pickers/PlainDateTimePicker.tsx +65 -0
  557. package/src/date-pickers/PlainTimeAdapter.ts +247 -0
  558. package/src/date-pickers/PlainTimePicker.spec.tsx +22 -0
  559. package/src/date-pickers/PlainTimePicker.tsx +45 -0
  560. package/src/date-pickers/TemporalAdapter.ts +150 -0
  561. package/src/date-pickers/TimezoneSelect.tsx +387 -0
  562. package/src/date-pickers/getFormatString.ts +38 -0
  563. package/src/date-pickers/index.ts +5 -0
  564. package/src/date-pickers/parse.spec.ts +43 -0
  565. package/src/date-pickers/parse.ts +72 -0
  566. package/src/date-pickers/timeframe-picker.tsx +202 -0
  567. package/src/date-pickers/useLocale.ts +6 -0
  568. package/src/date-pickers/useRenderInput.tsx +20 -0
  569. package/src/fetch.spec.ts +85 -0
  570. package/src/fetch.ts +165 -0
  571. package/src/filter/Filter.tsx +194 -0
  572. package/src/filter/index.ts +1 -0
  573. package/src/formats/CompactFormat.spec.tsx +25 -0
  574. package/src/formats/CompactFormat.tsx +48 -0
  575. package/src/formats/CurrencyFormat.spec.tsx +25 -0
  576. package/src/formats/CurrencyFormat.tsx +77 -0
  577. package/src/formats/DecimalFormat.spec.tsx +25 -0
  578. package/src/formats/DecimalFormat.tsx +59 -0
  579. package/src/formats/DurationFormat.spec.tsx +57 -0
  580. package/src/formats/DurationFormat.tsx +72 -0
  581. package/src/formats/RelativeTemporalFormat.spec.tsx +84 -0
  582. package/src/formats/RelativeTemporalFormat.tsx +86 -0
  583. package/src/formats/SwitchableTemporalFormat.tsx +17 -0
  584. package/src/formats/TemporalFormat.spec.tsx +110 -0
  585. package/src/formats/TemporalFormat.tsx +58 -0
  586. package/src/formats/TemporalRangeFormat.spec.tsx +159 -0
  587. package/src/formats/TemporalRangeFormat.tsx +62 -0
  588. package/src/formats/index.ts +8 -0
  589. package/src/formats/types.ts +4 -0
  590. package/src/formats/useDateTimeFormat.ts +7 -0
  591. package/src/formats/useNumberFormat.ts +6 -0
  592. package/src/formats/useRelativeTimeFormat.ts +6 -0
  593. package/src/forms/EditForm.tsx +69 -0
  594. package/src/forms/SearchForm.tsx +51 -0
  595. package/src/forms/SubmitButton.tsx +34 -0
  596. package/src/forms/index.ts +4 -0
  597. package/src/forms/useFormSubmit.tsx +28 -0
  598. package/src/getNavigatorLanguages.ts +11 -0
  599. package/src/getSupportedFormatLocale.ts +24 -0
  600. package/src/help/HelpButton.tsx +134 -0
  601. package/src/help/HelpDrawer.tsx +65 -0
  602. package/src/help/HelpSettingsContext.tsx +178 -0
  603. package/src/help/index.ts +3 -0
  604. package/src/icons.ts +23 -0
  605. package/src/index.ts +34 -0
  606. package/src/layout/ErrorBoundary.tsx +232 -0
  607. package/src/layout/NotFound.tsx +51 -0
  608. package/src/layout/NotFoundSvg.tsx +172 -0
  609. package/src/layout/UserNav.tsx +107 -0
  610. package/src/layout/index.ts +5 -0
  611. package/src/layout/layout-context.tsx +40 -0
  612. package/src/layout/page-title.tsx +33 -0
  613. package/src/list/List.tsx +40 -0
  614. package/src/list/SkeletonListItem.tsx +50 -0
  615. package/src/list/index.tsx +1 -0
  616. package/src/localization.tsx +404 -0
  617. package/src/logo/Logo.tsx +35 -0
  618. package/src/logo/VCAppLogo.tsx +28 -0
  619. package/src/logo/VCLogo.tsx +56 -0
  620. package/src/logo/VCLogoIcon.tsx +55 -0
  621. package/src/logo/V_C_LOGO.svg +1 -0
  622. package/src/logo/V_C_LOGO_ICON.svg +1 -0
  623. package/src/logo/V_C_LOGO_ICON_WHITE.svg +1 -0
  624. package/src/logo/V_C_LOGO_WHITE.svg +1 -0
  625. package/src/logo/index.tsx +4 -0
  626. package/src/splash/index.tsx +34 -0
  627. package/src/splash/template.html +86 -0
  628. package/src/spring.ts +15 -0
  629. package/src/storage/MemoryStorage.ts +21 -0
  630. package/src/storage/index.ts +2 -0
  631. package/src/storage/storage.ts +97 -0
  632. package/src/storage/useStorage.ts +35 -0
  633. package/src/tabs/Tabs.tsx +187 -0
  634. package/src/tabs/index.ts +1 -0
  635. package/src/temporal/index.ts +2 -0
  636. package/src/temporal/parse.ts +29 -0
  637. package/src/temporal/polyfill.ts +36 -0
  638. package/src/utils/defined.ts +4 -0
  639. package/src/utils/index.ts +3 -0
  640. package/src/utils/useFlag.ts +9 -0
  641. package/src/utils/useIsMounted.ts +12 -0
  642. package/src/view/View.tsx +22 -0
  643. package/src/view/ViewHeader.tsx +35 -0
  644. package/src/view/index.ts +2 -0
package/README.md ADDED
@@ -0,0 +1,65 @@
1
+ # app-ui
2
+
3
+ Common UI components for Variocube applications.
4
+
5
+ ## Demos
6
+
7
+ Check out the demos hosted with GitHub pages: https://variocube.github.io/app-ui
8
+
9
+ ## Using the splash screen
10
+
11
+ 1. Reference the splash template in your `HtmlWebpackPlugin` options:
12
+
13
+ ```javascript
14
+ {
15
+ plugins:
16
+ [
17
+ new HtmlWebPackPlugin({
18
+ filename: "./index.html",
19
+ template: "./node_modules/@variocube/app-ui/src/splash/template.html",
20
+ title: "My splashy app",
21
+ }),
22
+ // ,..other plugins
23
+ ];
24
+ // ...other config
25
+ }
26
+ ```
27
+
28
+ 1. Use the `render` function of `app-ui` instead of the one from `react-dom`:
29
+
30
+ ```javascript
31
+ import {render} from "@variocube/app-ui";
32
+ import * as React from "react";
33
+ import {App} from "./App";
34
+
35
+ render(<App />);
36
+ ```
37
+
38
+ ## Using local Google Fonts
39
+
40
+ 1. Add `VCThemeProvider` or the `RobotoFont` component to your application.
41
+
42
+ 2. Configure a loader rule for webfonts in your webpack config:
43
+
44
+ ```javascript
45
+ {
46
+ module: {
47
+ rules:
48
+ [
49
+ {
50
+ test: /\.woff(2?)$/,
51
+ type: "asset/resource",
52
+ },
53
+ // ...other rules
54
+ ];
55
+ }
56
+ // ...other config
57
+ }
58
+ ```
59
+
60
+ ## Using for local development
61
+
62
+ 1. In the project run:
63
+ npm pack
64
+ 2. In Consumer Project run:
65
+ npm install ..\app-ui\variocube-app-ui-1.0.0.tgz
@@ -0,0 +1,12 @@
1
+ import { Breakpoint } from "@mui/material";
2
+ import { PropsWithChildren } from "react";
3
+ interface AppShellProps {
4
+ appName: string;
5
+ sideNav?: JSX.Element | null | undefined;
6
+ sideNavWidth?: number;
7
+ sideNavFixed?: Breakpoint;
8
+ topNav?: JSX.Element | null | undefined;
9
+ footer?: JSX.Element | null | undefined;
10
+ }
11
+ export declare function AppShell(props: PropsWithChildren<AppShellProps>): JSX.Element;
12
+ export {};
@@ -0,0 +1,92 @@
1
+ import { AppBar, Box, Drawer, IconButton, useMediaQuery, useTheme } from "@mui/material";
2
+ import React, { useEffect } from "react";
3
+ import { useFlag } from "../utils";
4
+ import { MenuIcon } from "../icons";
5
+ import { LayoutProvider } from "../layout";
6
+ import { VCAppLogo } from "../logo/VCAppLogo";
7
+ export function AppShell(props) {
8
+ const { children, appName, sideNav, sideNavWidth = 200, topNav, sideNavFixed = "md", footer, } = props;
9
+ const [drawerOpen, setDrawerOpen, clearDrawerOpen, toggleDrawerOpen] = useFlag(false);
10
+ const theme = useTheme();
11
+ const drawerPermanent = useMediaQuery(theme.breakpoints.up(sideNavFixed));
12
+ useEffect(() => {
13
+ if (drawerPermanent) {
14
+ setDrawerOpen();
15
+ }
16
+ }, [drawerPermanent]);
17
+ return (React.createElement(LayoutProvider, { appName: appName },
18
+ React.createElement(Box, { sx: {
19
+ display: "flex",
20
+ flexFlow: "column nowrap",
21
+ "@media screen": {
22
+ height: "100vh",
23
+ overflowY: "scroll"
24
+ },
25
+ "@media print": {
26
+ padding: 0,
27
+ margin: 0
28
+ }
29
+ } },
30
+ React.createElement(AppBar, { elevation: 0, position: "static", color: "inherit", sx: {
31
+ borderBottom: 1,
32
+ borderColor: "divider",
33
+ backgroundColor: "paper.elevation1",
34
+ color: "text.primary",
35
+ displayPrint: "none"
36
+ } },
37
+ React.createElement(Box, { sx: {
38
+ position: "relative",
39
+ display: "flex",
40
+ flexFlow: "row nowrap",
41
+ justifyContent: "space-between",
42
+ alignItems: "center",
43
+ px: 2
44
+ } },
45
+ !drawerPermanent && (React.createElement(IconButton, { edge: "start", sx: { marginRight: 1 }, color: "inherit", "aria-label": "menu", onClick: toggleDrawerOpen, disabled: !sideNav, size: "large" },
46
+ React.createElement(MenuIcon, null))),
47
+ React.createElement(VCAppLogo, { appName: drawerPermanent ? appName : undefined, sx: Object.assign({ py: 1 }, (!drawerPermanent && {
48
+ position: "absolute",
49
+ top: "50%",
50
+ left: "50%",
51
+ transform: "translate(-50%, -50%)"
52
+ })) }),
53
+ topNav,
54
+ !topNav && React.createElement(Box, null))),
55
+ React.createElement(Box, { sx: {
56
+ flex: "1 1 auto",
57
+ display: "flex",
58
+ flexFlow: "row nowrap",
59
+ } },
60
+ sideNav && (React.createElement(Drawer, { variant: !drawerPermanent ? "temporary" : "permanent", sx: {
61
+ displayPrint: "none",
62
+ [`& .MuiDrawer-paper`]: {
63
+ position: "relative",
64
+ whiteSpace: "nowrap",
65
+ overflowX: "hidden",
66
+ width: sideNavWidth,
67
+ boxSizing: "border-box"
68
+ },
69
+ ["& .MuiPaper-elevation0"]: {
70
+ backgroundColor: "paper.elevation1"
71
+ }
72
+ }, open: drawerOpen, onClick: !drawerPermanent ? clearDrawerOpen : undefined, onClose: clearDrawerOpen },
73
+ !drawerPermanent && (React.createElement(VCAppLogo, { appName: appName, sx: {
74
+ px: 2,
75
+ py: 1,
76
+ } })),
77
+ sideNav)),
78
+ React.createElement(Box, { sx: {
79
+ py: 4,
80
+ flex: 1,
81
+ maxWidth: "100%",
82
+ "@media print": { padding: 0, margin: 0 }
83
+ } }, children)),
84
+ footer && (React.createElement(Box, { sx: {
85
+ borderTop: 1,
86
+ borderColor: "divider",
87
+ backgroundColor: theme.palette.background.paper,
88
+ color: "text.primary",
89
+ displayPrint: "none"
90
+ } }, footer)))));
91
+ }
92
+ //# sourceMappingURL=AppShell.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AppShell.js","sourceRoot":"","sources":["../../src/AppShell/AppShell.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1 @@
1
+ export { AppShell } from "./AppShell";
@@ -0,0 +1,2 @@
1
+ export { AppShell } from "./AppShell";
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/AppShell/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ import * as React from "react";
2
+ import { ProblemJson } from "./fetch";
3
+ export interface ErrorAlertProps {
4
+ /**
5
+ * The error to display.
6
+ *
7
+ * This can be an API error, JavaScript error, an error message string. If the passed value evaluates to `false`,
8
+ * no error message is displayed.
9
+ */
10
+ error: Partial<ProblemJson> | Error | string | any;
11
+ }
12
+ export declare const ErrorAlert: React.ForwardRefExoticComponent<ErrorAlertProps & React.RefAttributes<HTMLDivElement>>;
@@ -0,0 +1,61 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { Alert, AlertTitle, Typography } from "@mui/material";
13
+ import * as React from "react";
14
+ import { ApiError } from "./fetch";
15
+ import { ErrorIcon } from "./icons";
16
+ export const ErrorAlert = React.forwardRef(({ error }, ref) => {
17
+ if (!error) {
18
+ return null;
19
+ }
20
+ const _a = normalizeError(error), { title, status, detail, type, instance, stack } = _a, rest = __rest(_a, ["title", "status", "detail", "type", "instance", "stack"]);
21
+ return (React.createElement(Alert, { ref: ref, severity: "error", icon: React.createElement(ErrorIcon, null) },
22
+ React.createElement(AlertTitle, null, title),
23
+ detail,
24
+ status && React.createElement(Typography, { component: "div", variant: "caption" },
25
+ "Status: ",
26
+ status),
27
+ instance && React.createElement(Typography, { component: "div", variant: "caption" },
28
+ "Instance: ",
29
+ instance),
30
+ type && type != "about:blank" && (React.createElement(Typography, { component: "div", variant: "caption" },
31
+ "Type: ",
32
+ type)),
33
+ Object.entries(rest).map(([key, value]) => (React.createElement(Typography, { component: "div", variant: "caption", key: key },
34
+ key,
35
+ ": ",
36
+ value)))));
37
+ });
38
+ function normalizeError(error) {
39
+ if (typeof error == "string") {
40
+ return {
41
+ title: error,
42
+ };
43
+ }
44
+ if (error instanceof ApiError) {
45
+ return error;
46
+ }
47
+ if (error instanceof Error) {
48
+ return {
49
+ title: error.message,
50
+ type: error.name,
51
+ stack: error.stack,
52
+ };
53
+ }
54
+ if (typeof error.title != "undefined") {
55
+ return error;
56
+ }
57
+ return {
58
+ title: error.toString(),
59
+ };
60
+ }
61
+ //# sourceMappingURL=ErrorAlert.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ErrorAlert.js","sourceRoot":"","sources":["../src/ErrorAlert.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAC,KAAK,EAAE,UAAU,EAAE,UAAU,EAAC,MAAM,eAAe,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAC,QAAQ,EAAc,MAAM,SAAS,CAAC;AAC9C,OAAO,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAalC,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAAC,UAAU,CACzC,CAAC,EAAC,KAAK,EAAkB,EAAE,GAAiC,EAAE,EAAE;IAC/D,IAAI,CAAC,KAAK,EAAE,CAAC;QACZ,OAAO,IAAI,CAAC;IACb,CAAC;IACD,MAAM,KAA0D,cAAc,CAAC,KAAK,CAAC,EAA/E,EAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,QAAQ,EAAE,KAAK,OAAkC,EAA7B,IAAI,cAAtD,0DAAuD,CAAwB,CAAC;IACtF,OAAO,CACN,oBAAC,KAAK,IAAC,GAAG,EAAE,GAAG,EAAE,QAAQ,EAAC,OAAO,EAAC,IAAI,EAAE,oBAAC,SAAS,OAAG;QACpD,oBAAC,UAAU,QAAE,KAAK,CAAc;QAC/B,MAAM;QACN,MAAM,IAAI,oBAAC,UAAU,IAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS;;YAAU,MAAM,CAAc;QACrF,QAAQ,IAAI,oBAAC,UAAU,IAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS;;YAAY,QAAQ,CAAc;QAC3F,IAAI,IAAI,IAAI,IAAI,aAAa,IAAI,CACjC,oBAAC,UAAU,IAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS;;YAAQ,IAAI,CAAc,CACvE;QACA,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAC3C,oBAAC,UAAU,IAAC,SAAS,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS,EAAC,GAAG,EAAE,GAAG;YAAG,GAAG;;YAAI,KAAK,CAAc,CACnF,CAAC,CACK,CACR,CAAC;AACH,CAAC,CACD,CAAC;AAUF,SAAS,cAAc,CAAC,KAAU;IACjC,IAAI,OAAO,KAAK,IAAI,QAAQ,EAAE,CAAC;QAC9B,OAAO;YACN,KAAK,EAAE,KAAK;SACZ,CAAC;IACH,CAAC;IACD,IAAI,KAAK,YAAY,QAAQ,EAAE,CAAC;QAC/B,OAAO,KAAK,CAAC;IACd,CAAC;IACD,IAAI,KAAK,YAAY,KAAK,EAAE,CAAC;QAC5B,OAAO;YACN,KAAK,EAAE,KAAK,CAAC,OAAO;YACpB,IAAI,EAAE,KAAK,CAAC,IAAI;YAChB,KAAK,EAAE,KAAK,CAAC,KAAK;SAClB,CAAC;IACH,CAAC;IACD,IAAI,OAAO,KAAK,CAAC,KAAK,IAAI,WAAW,EAAE,CAAC;QACvC,OAAO,KAAK,CAAC;IACd,CAAC;IACD,OAAO;QACN,KAAK,EAAE,KAAK,CAAC,QAAQ,EAAE;KACvB,CAAC;AACH,CAAC"}
@@ -0,0 +1,9 @@
1
+ /// <reference types="react" />
2
+ export interface ActionMenuItem {
3
+ label: string;
4
+ onClick: () => void;
5
+ }
6
+ export interface ActionsMenuProps {
7
+ actions: ActionMenuItem[];
8
+ }
9
+ export declare function ActionsMenu(props: ActionsMenuProps): JSX.Element | null;
@@ -0,0 +1,29 @@
1
+ import { Button, ButtonGroup, Menu, MenuItem } from "@mui/material";
2
+ import * as React from "react";
3
+ import { useState } from "react";
4
+ import { ExpandMore } from "@mui/icons-material";
5
+ export function ActionsMenu(props) {
6
+ const { actions } = props;
7
+ if (actions.length == 0) {
8
+ return null;
9
+ }
10
+ if (actions.length == 1) {
11
+ return React.createElement(SimpleButton, { label: actions[0].label, onClick: actions[0].onClick });
12
+ }
13
+ return (React.createElement(PushButtonWithMenu, { label: actions[0].label, onClick: actions[0].onClick }, actions.slice(1).map((action, index) => (React.createElement(MenuItem, { key: index, onClick: action.onClick }, action.label)))));
14
+ }
15
+ function SimpleButton({ label, onClick, primary, size, loading }) {
16
+ return (React.createElement(Button, { color: primary ? "primary" : undefined, variant: primary ? "contained" : "outlined", size: size, disabled: loading, onClick: onClick }, label));
17
+ }
18
+ function PushButtonWithMenu(props) {
19
+ const { label, onClick, disabled, size, children } = props;
20
+ const [anchorEl, setAnchorEl] = useState(null);
21
+ return (React.createElement(React.Fragment, null,
22
+ React.createElement(ButtonGroup, { size: size },
23
+ React.createElement(Button, { variant: "outlined", disabled: disabled, onClick: onClick }, label),
24
+ React.createElement(Button, { variant: "outlined", disabled: disabled, size: "small", onClick: (e) => setAnchorEl(e.currentTarget) },
25
+ React.createElement(ExpandMore, null))),
26
+ children
27
+ && (React.createElement(Menu, { open: Boolean(anchorEl), anchorEl: anchorEl, onClose: () => setAnchorEl(null), keepMounted: true, onClick: () => setAnchorEl(null), anchorOrigin: { vertical: "bottom", horizontal: "center" }, transformOrigin: { vertical: "top", horizontal: "center" } }, children))));
28
+ }
29
+ //# sourceMappingURL=ActionsMenu.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionsMenu.js","sourceRoot":"","sources":["../../src/Input/ActionsMenu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,9 @@
1
+ import { CheckboxProps as MuiCheckboxProps } from "@mui/material";
2
+ import { ReactNode } from "react";
3
+ export type CheckboxProps = Omit<MuiCheckboxProps, "onChange" | "value"> & {
4
+ label?: ReactNode;
5
+ value?: boolean;
6
+ onChange?: (checked: boolean) => any;
7
+ className?: string;
8
+ };
9
+ export declare const Checkbox: ({ label, value, onChange, disabled, className, color, ...props }: CheckboxProps) => JSX.Element;
@@ -0,0 +1,23 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { Checkbox as MuiCheckbox, FormControlLabel } from "@mui/material";
13
+ import React, { useCallback } from "react";
14
+ export const Checkbox = (_a) => {
15
+ var { label, value, onChange, disabled, className, color } = _a, props = __rest(_a, ["label", "value", "onChange", "disabled", "className", "color"]);
16
+ const handleChange = useCallback((e) => {
17
+ if (onChange) {
18
+ onChange(e.target.checked);
19
+ }
20
+ }, [onChange]);
21
+ return (React.createElement(FormControlLabel, { control: React.createElement(MuiCheckbox, Object.assign({ checked: value, onChange: handleChange, disabled: disabled }, props)), label: label, disabled: disabled, className: className }));
22
+ };
23
+ //# sourceMappingURL=Checkbox.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Checkbox.js","sourceRoot":"","sources":["../../src/Input/Checkbox.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAC,QAAQ,IAAI,WAAW,EAAqC,gBAAgB,EAAC,MAAM,eAAe,CAAC;AAC3G,OAAO,KAAK,EAAE,EAAY,WAAW,EAAC,MAAM,OAAO,CAAC;AASpD,MAAM,CAAC,MAAM,QAAQ,GAAG,CAAC,EAA6E,EAAE,EAAE;QAAjF,EAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,QAAQ,EAAE,SAAS,EAAE,KAAK,OAA0B,EAArB,KAAK,cAA7D,gEAA8D,CAAD;IACrF,MAAM,YAAY,GAAG,WAAW,CAAC,CAAC,CAAsC,EAAE,EAAE;QAC3E,IAAI,QAAQ,EAAE,CAAC;YACd,QAAQ,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC;QAC5B,CAAC;IACF,CAAC,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEf,OAAO,CACN,oBAAC,gBAAgB,IAChB,OAAO,EACN,oBAAC,WAAW,kBACX,OAAO,EAAE,KAAK,EACd,QAAQ,EAAE,YAAY,EACtB,QAAQ,EAAE,QAAQ,IACd,KAAK,EACR,EAEH,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,QAAQ,EAClB,SAAS,EAAE,SAAS,GACnB,CACF,CAAC;AACH,CAAC,CAAC"}
@@ -0,0 +1,8 @@
1
+ import * as React from "react";
2
+ import { TextFieldProps } from "./TextField";
3
+ export type EmailSenderFieldProps = Omit<TextFieldProps, "onChange"> & {
4
+ onChange?: (value: string, e: React.ChangeEvent<HTMLInputElement>) => any;
5
+ updateValidity?: (valid: boolean) => void;
6
+ };
7
+ export declare function EmailSenderField({ onChange, validate, onBlur, helperText, select, SelectProps, error, updateValidity, ...props }: EmailSenderFieldProps): JSX.Element;
8
+ export declare function isEmail(email: string): boolean;
@@ -0,0 +1,71 @@
1
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
2
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
3
+ return new (P || (P = Promise))(function (resolve, reject) {
4
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
5
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
6
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
7
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
8
+ });
9
+ };
10
+ var __rest = (this && this.__rest) || function (s, e) {
11
+ var t = {};
12
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
13
+ t[p] = s[p];
14
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
15
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
16
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
17
+ t[p[i]] = s[p[i]];
18
+ }
19
+ return t;
20
+ };
21
+ import * as React from "react";
22
+ import { TextField } from "./TextField";
23
+ import { useState } from "react";
24
+ export function EmailSenderField(_a) {
25
+ var { onChange, validate, onBlur, helperText, select, SelectProps, error, updateValidity } = _a, props = __rest(_a, ["onChange", "validate", "onBlur", "helperText", "select", "SelectProps", "error", "updateValidity"]);
26
+ const [valid, setValid] = useState(false);
27
+ function validateEmailSender(value) {
28
+ return __awaiter(this, void 0, void 0, function* () {
29
+ let valid = false;
30
+ if (isEmail(value)) {
31
+ const response = yield fetch("https://28pdqh9qy3.execute-api.eu-west-1.amazonaws.com/dev/validate-email-sender", {
32
+ method: "POST",
33
+ body: JSON.stringify({
34
+ "email": value
35
+ })
36
+ });
37
+ if (response.ok) {
38
+ const json = yield response.json();
39
+ valid = json.valid;
40
+ }
41
+ }
42
+ setValid(valid);
43
+ if (updateValidity) {
44
+ updateValidity(valid);
45
+ }
46
+ });
47
+ }
48
+ function handleChange(value, e) {
49
+ if (onChange) {
50
+ onChange(value, e);
51
+ }
52
+ validateEmailSender(value);
53
+ }
54
+ function handleBlur(e) {
55
+ var _a;
56
+ const value = ((_a = e.currentTarget) === null || _a === void 0 ? void 0 : _a.value) || e.target.value;
57
+ if (onBlur) {
58
+ onBlur(e);
59
+ }
60
+ validateEmailSender(value);
61
+ }
62
+ return (React.createElement(TextField, Object.assign({}, props, { onChange: handleChange, onBlur: handleBlur, error: error || !valid })));
63
+ }
64
+ export function isEmail(email) {
65
+ if (!email) {
66
+ return false;
67
+ }
68
+ const re = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
69
+ return re.test(email.toLowerCase());
70
+ }
71
+ //# sourceMappingURL=EmailSenderField.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"EmailSenderField.js","sourceRoot":"","sources":["../../src/Input/EmailSenderField.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,SAAS,EAAiB,MAAM,aAAa,CAAC;AACtD,OAAO,EAAC,QAAQ,EAAC,MAAM,OAAO,CAAC;AAO/B,MAAM,UAAU,gBAAgB,CAAC,EAAqH;QAArH,EAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,WAAW,EAAE,KAAK,EAAE,cAAc,OAAkC,EAA7B,KAAK,cAA7F,oGAA8F,CAAD;IAC1H,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAU,KAAK,CAAC,CAAC;IAEnD,SAAe,mBAAmB,CAAC,KAAa;;YAC5C,IAAI,KAAK,GAAG,KAAK,CAAC;YAClB,IAAG,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC;gBAChB,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,kFAAkF,EAAE;oBAC7G,MAAM,EAAE,MAAM;oBACd,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC;wBACjB,OAAO,EAAE,KAAK;qBACjB,CAAC;iBACL,CAAC,CAAC;gBACH,IAAG,QAAQ,CAAC,EAAE,EAAE,CAAC;oBACb,MAAM,IAAI,GAAG,MAAM,QAAQ,CAAC,IAAI,EAAE,CAAC;oBACnC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC;gBACvB,CAAC;YACL,CAAC;YACD,QAAQ,CAAC,KAAK,CAAC,CAAC;YAChB,IAAG,cAAc,EAAE,CAAC;gBAChB,cAAc,CAAC,KAAK,CAAC,CAAC;YAC1B,CAAC;QACL,CAAC;KAAA;IAED,SAAS,YAAY,CAAC,KAAa,EAAE,CAAsC;QACvE,IAAI,QAAQ,EAAE,CAAC;YACX,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QACvB,CAAC;QACD,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAED,SAAS,UAAU,CAAC,CAAqC;;QACrD,MAAM,KAAK,GAAG,CAAA,MAAA,CAAC,CAAC,aAAa,0CAAE,KAAK,KAAI,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC;QACvD,IAAI,MAAM,EAAE,CAAC;YACT,MAAM,CAAC,CAAC,CAAC,CAAC;QACd,CAAC;QACD,mBAAmB,CAAC,KAAK,CAAC,CAAC;IAC/B,CAAC;IAED,OAAO,CACH,oBAAC,SAAS,oBACF,KAAK,IACT,QAAQ,EAAE,YAAY,EACtB,MAAM,EAAE,UAAU,EAClB,KAAK,EAAE,KAAK,IAAI,CAAC,KAAK,IACxB,CACL,CAAC;AACN,CAAC;AAED,MAAM,UAAU,OAAO,CAAC,KAAa;IACjC,IAAG,CAAC,KAAK,EAAE,CAAC;QACR,OAAO,KAAK,CAAC;IACjB,CAAC;IACD,MAAM,EAAE,GAAG,yJAAyJ,CAAC;IACrK,OAAO,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,WAAW,EAAE,CAAC,CAAC;AACxC,CAAC"}
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ import { TextFieldProps } from "@mui/material/TextField/TextField";
3
+ export declare const IntegerNumberFormat: Intl.NumberFormat;
4
+ export type NumberFieldProps = TextFieldProps & {
5
+ numberFormat: Intl.NumberFormat;
6
+ numberValue: number | null;
7
+ onChangeNumber: (value: number | null) => void;
8
+ invalidMessage?: string;
9
+ };
10
+ export declare function NumberField({ numberValue, onChangeNumber, onChange, onFocus, onBlur, onKeyPress, numberFormat, invalidMessage, helperText, ...props }: NumberFieldProps): JSX.Element;
@@ -0,0 +1,94 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { TextField } from "@mui/material";
13
+ import * as React from "react";
14
+ import { useCallback, useEffect, useMemo, useRef, useState } from "react";
15
+ export const IntegerNumberFormat = new Intl.NumberFormat("en-US", {
16
+ minimumFractionDigits: 0,
17
+ maximumFractionDigits: 0,
18
+ useGrouping: false,
19
+ });
20
+ export function NumberField(_a) {
21
+ var { numberValue, onChangeNumber, onChange, onFocus, onBlur, onKeyPress, numberFormat, invalidMessage, helperText } = _a, props = __rest(_a, ["numberValue", "onChangeNumber", "onChange", "onFocus", "onBlur", "onKeyPress", "numberFormat", "invalidMessage", "helperText"]);
22
+ const [strValue, setStrValue] = useState("");
23
+ const [error, setError] = useState("");
24
+ const [focus, setFocus] = useState(false);
25
+ const input = useRef(null);
26
+ // find out decimal separator
27
+ const decimalSeparator = useMemo(() => {
28
+ return numberFormat.format(1.1).replace(/[01]/g, "");
29
+ }, [numberFormat]);
30
+ // find out thousands separator
31
+ const thousandSeparator = useMemo(() => {
32
+ return numberFormat.format(1111).replace(/[01]/g, "").replace(decimalSeparator, "");
33
+ }, [numberFormat, decimalSeparator]);
34
+ // restrict key press to chars that can be part of a number
35
+ const handleKeyPress = useCallback((e) => {
36
+ const keyValue = String.fromCharCode(e.charCode);
37
+ if (!keyValue.match(/[\-0-9]/g) && keyValue !== thousandSeparator && keyValue !== decimalSeparator) {
38
+ e.preventDefault();
39
+ }
40
+ else {
41
+ onKeyPress && onKeyPress(e);
42
+ }
43
+ }, [onKeyPress, thousandSeparator, decimalSeparator]);
44
+ // set controlled string value and call onChange with numeric value
45
+ const handleChange = useCallback((e) => {
46
+ const { value } = e.currentTarget;
47
+ setStrValue(value);
48
+ onChangeNumber(value ? parseNumber(value, thousandSeparator, decimalSeparator) : null);
49
+ onChange && onChange(e);
50
+ }, [thousandSeparator, decimalSeparator, onChangeNumber, onChange]);
51
+ // remember focus
52
+ const handleFocus = useCallback(e => {
53
+ setFocus(true);
54
+ onFocus && onFocus(e);
55
+ }, [onFocus]);
56
+ // format on blur
57
+ const handleBlur = useCallback((e) => {
58
+ setFocus(false);
59
+ onBlur && onBlur(e);
60
+ }, [onBlur, numberFormat, numberValue]);
61
+ // format when number value changes and user is not editing
62
+ useEffect(() => {
63
+ if (!focus) {
64
+ if (numberValue !== null && Number.isFinite(numberValue)) {
65
+ setStrValue(numberFormat.format(numberValue));
66
+ }
67
+ }
68
+ }, [focus, numberValue]);
69
+ // set error message when user entered a string that is NaN
70
+ useEffect(() => {
71
+ const valid = (numberValue === null || Number.isFinite(numberValue));
72
+ setError(valid ? "" : (invalidMessage || "Invalid number"));
73
+ }, [numberValue, invalidMessage]);
74
+ // apply error to HTML5 form validation
75
+ useEffect(() => {
76
+ if (input.current) {
77
+ input.current.setCustomValidity(error);
78
+ }
79
+ }, [error]);
80
+ return (React.createElement(TextField, Object.assign({}, props, { value: strValue, inputRef: input, error: !!error, helperText: error || helperText, onFocus: handleFocus, onBlur: handleBlur, onKeyPress: handleKeyPress, onChange: handleChange })));
81
+ }
82
+ function parseNumber(value, thousandSeparator, decimalSeparator) {
83
+ if (thousandSeparator) {
84
+ value = replaceAll(value, thousandSeparator, "");
85
+ }
86
+ if (decimalSeparator) {
87
+ value = replaceAll(value, decimalSeparator, ".");
88
+ }
89
+ return Number.parseFloat(value);
90
+ }
91
+ function replaceAll(str, search, replacement) {
92
+ return str.split(search).join(replacement);
93
+ }
94
+ //# sourceMappingURL=NumberField.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NumberField.js","sourceRoot":"","sources":["../../src/Input/NumberField.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,12 @@
1
+ import { RadioGroupProps as MuiRadioGroupProps } from "@mui/material";
2
+ import { ReactNode } from "react";
3
+ interface RadioGroupProps<T extends string> extends Omit<MuiRadioGroupProps, "value" | "onChange" | "children"> {
4
+ label?: ReactNode;
5
+ value: T | undefined;
6
+ onChange: (value: T) => any;
7
+ options: ReadonlyArray<T>;
8
+ renderLabel?: (option: T) => ReactNode;
9
+ required?: boolean;
10
+ }
11
+ export declare function RadioGroup<T extends string>(props: Readonly<RadioGroupProps<T>>): JSX.Element;
12
+ export {};
@@ -0,0 +1,20 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { FormControl, FormControlLabel, FormLabel, Radio, RadioGroup as MuiRadioGroup, } from "@mui/material";
13
+ import React from "react";
14
+ export function RadioGroup(props) {
15
+ const { label, value, onChange, options, renderLabel, required } = props, radioGroupProps = __rest(props, ["label", "value", "onChange", "options", "renderLabel", "required"]);
16
+ return (React.createElement(FormControl, { required: required },
17
+ label && React.createElement(FormLabel, null, label),
18
+ React.createElement(MuiRadioGroup, Object.assign({ value: value, onChange: (_, value) => onChange(value) }, radioGroupProps), options.map(option => (React.createElement(FormControlLabel, { key: option, control: React.createElement(Radio, { required: required, value: option }), label: renderLabel ? renderLabel(option) : option }))))));
19
+ }
20
+ //# sourceMappingURL=RadioGroup.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RadioGroup.js","sourceRoot":"","sources":["../../src/Input/RadioGroup.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EACN,WAAW,EACX,gBAAgB,EAChB,SAAS,EACT,KAAK,EACL,UAAU,IAAI,aAAa,GAE3B,MAAM,eAAe,CAAC;AACvB,OAAO,KAAkB,MAAM,OAAO,CAAC;AAWvC,MAAM,UAAU,UAAU,CAAmB,KAAmC;IAC/E,MAAM,EAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,KAAwB,KAAK,EAAxB,eAAe,UAAI,KAAK,EAApF,oEAA4E,CAAQ,CAAC;IAE3F,OAAO,CACN,oBAAC,WAAW,IAAC,QAAQ,EAAE,QAAQ;QAC7B,KAAK,IAAI,oBAAC,SAAS,QAAE,KAAK,CAAa;QACxC,oBAAC,aAAa,kBAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAU,CAAC,IAAM,eAAe,GAC5F,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CACtB,oBAAC,gBAAgB,IAChB,GAAG,EAAE,MAAM,EACX,OAAO,EAAE,oBAAC,KAAK,IAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAI,EACrD,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,GAChD,CACF,CAAC,CACa,CACH,CACd,CAAC;AACH,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ReactNode } from "react";
2
+ import { TextFieldProps } from "./TextField";
3
+ interface SelectProps<T extends string | number> extends Omit<TextFieldProps, "value" | "onChange" | "children"> {
4
+ label?: ReactNode;
5
+ value: T | undefined;
6
+ onChange: (value: T) => any;
7
+ options: ReadonlyArray<T>;
8
+ renderLabel?: (option: T) => ReactNode;
9
+ }
10
+ export declare function Select<T extends string>(props: Readonly<SelectProps<T>>): JSX.Element;
11
+ export {};
@@ -0,0 +1,19 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { MenuItem } from "@mui/material";
13
+ import React from "react";
14
+ import { TextField } from "./TextField";
15
+ export function Select(props) {
16
+ const { label, value, onChange, options, renderLabel } = props, rest = __rest(props, ["label", "value", "onChange", "options", "renderLabel"]);
17
+ return (React.createElement(TextField, Object.assign({ select: true, label: label, value: value, onChange: (value) => onChange(value) }, rest), options.map(option => (React.createElement(MenuItem, { key: option, value: option }, renderLabel ? renderLabel(option) : option)))));
18
+ }
19
+ //# sourceMappingURL=Select.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Select.js","sourceRoot":"","sources":["../../src/Input/Select.tsx"],"names":[],"mappings":";;;;;;;;;;;AAAA,OAAO,EAAC,QAAQ,EAAC,MAAM,eAAe,CAAC;AACvC,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,EAAC,SAAS,EAAiB,MAAM,aAAa,CAAC;AAUtD,MAAM,UAAU,MAAM,CAAmB,KAA+B;IACvE,MAAM,EAAC,KAAK,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,WAAW,KAAa,KAAK,EAAb,IAAI,UAAI,KAAK,EAA/D,wDAAuD,CAAQ,CAAC;IACtE,OAAO,CACN,oBAAC,SAAS,kBACT,MAAM,QACN,KAAK,EAAE,KAAK,EACZ,KAAK,EAAE,KAAK,EACZ,QAAQ,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,QAAQ,CAAC,KAAU,CAAC,IACrC,IAAI,GAEP,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CACtB,oBAAC,QAAQ,IACR,GAAG,EAAE,MAAM,EACX,KAAK,EAAE,MAAM,IAEZ,WAAW,CAAC,CAAC,CAAC,WAAW,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CACjC,CACX,CAAC,CACS,CACZ,CAAC;AACH,CAAC"}