@evoke-platform/ui-components 1.0.0-dev.1.10.6

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 (449) hide show
  1. package/README.md +15 -0
  2. package/dist/published/components/Test/Test.d.ts +3 -0
  3. package/dist/published/components/Test/Test.js +8 -0
  4. package/dist/published/components/Test/Test.test.d.ts +1 -0
  5. package/dist/published/components/Test/Test.test.js +11 -0
  6. package/dist/published/components/Test/index.d.ts +3 -0
  7. package/dist/published/components/Test/index.js +3 -0
  8. package/dist/published/components/core/Accordion/Accordion.d.ts +4 -0
  9. package/dist/published/components/core/Accordion/Accordion.js +8 -0
  10. package/dist/published/components/core/Accordion/AccordionActions/AccordionActions.d.ts +4 -0
  11. package/dist/published/components/core/Accordion/AccordionActions/AccordionActions.js +8 -0
  12. package/dist/published/components/core/Accordion/AccordionActions/index.d.ts +2 -0
  13. package/dist/published/components/core/Accordion/AccordionActions/index.js +2 -0
  14. package/dist/published/components/core/Accordion/AccordionDetails/AccordionDetails.d.ts +4 -0
  15. package/dist/published/components/core/Accordion/AccordionDetails/AccordionDetails.js +8 -0
  16. package/dist/published/components/core/Accordion/AccordionDetails/index.d.ts +2 -0
  17. package/dist/published/components/core/Accordion/AccordionDetails/index.js +2 -0
  18. package/dist/published/components/core/Accordion/AccordionSummary/AccordionSummary.d.ts +4 -0
  19. package/dist/published/components/core/Accordion/AccordionSummary/AccordionSummary.js +8 -0
  20. package/dist/published/components/core/Accordion/AccordionSummary/index.d.ts +2 -0
  21. package/dist/published/components/core/Accordion/AccordionSummary/index.js +2 -0
  22. package/dist/published/components/core/Accordion/index.d.ts +5 -0
  23. package/dist/published/components/core/Accordion/index.js +5 -0
  24. package/dist/published/components/core/Alert/Alert.d.ts +4 -0
  25. package/dist/published/components/core/Alert/Alert.js +8 -0
  26. package/dist/published/components/core/Alert/index.d.ts +2 -0
  27. package/dist/published/components/core/Alert/index.js +2 -0
  28. package/dist/published/components/core/AppBar/AppBar.d.ts +4 -0
  29. package/dist/published/components/core/AppBar/AppBar.js +8 -0
  30. package/dist/published/components/core/AppBar/index.d.ts +2 -0
  31. package/dist/published/components/core/AppBar/index.js +2 -0
  32. package/dist/published/components/core/Autocomplete/Autocomplete.d.ts +19 -0
  33. package/dist/published/components/core/Autocomplete/Autocomplete.js +48 -0
  34. package/dist/published/components/core/Autocomplete/index.d.ts +3 -0
  35. package/dist/published/components/core/Autocomplete/index.js +3 -0
  36. package/dist/published/components/core/Avatar/Avatar.d.ts +8 -0
  37. package/dist/published/components/core/Avatar/Avatar.js +12 -0
  38. package/dist/published/components/core/Avatar/index.d.ts +3 -0
  39. package/dist/published/components/core/Avatar/index.js +3 -0
  40. package/dist/published/components/core/Backdrop/Backdrop.d.ts +4 -0
  41. package/dist/published/components/core/Backdrop/Backdrop.js +8 -0
  42. package/dist/published/components/core/Backdrop/index.d.ts +3 -0
  43. package/dist/published/components/core/Backdrop/index.js +3 -0
  44. package/dist/published/components/core/Badge/Badge.d.ts +4 -0
  45. package/dist/published/components/core/Badge/Badge.js +8 -0
  46. package/dist/published/components/core/Badge/index.d.ts +3 -0
  47. package/dist/published/components/core/Badge/index.js +3 -0
  48. package/dist/published/components/core/Breadcrumbs/Breadcrumbs.d.ts +4 -0
  49. package/dist/published/components/core/Breadcrumbs/Breadcrumbs.js +8 -0
  50. package/dist/published/components/core/Breadcrumbs/index.d.ts +3 -0
  51. package/dist/published/components/core/Breadcrumbs/index.js +3 -0
  52. package/dist/published/components/core/Button/Button.d.ts +4 -0
  53. package/dist/published/components/core/Button/Button.js +8 -0
  54. package/dist/published/components/core/Button/index.d.ts +3 -0
  55. package/dist/published/components/core/Button/index.js +3 -0
  56. package/dist/published/components/core/ButtonGroup/ButtonGroup.d.ts +4 -0
  57. package/dist/published/components/core/ButtonGroup/ButtonGroup.js +8 -0
  58. package/dist/published/components/core/ButtonGroup/index.d.ts +3 -0
  59. package/dist/published/components/core/ButtonGroup/index.js +3 -0
  60. package/dist/published/components/core/Card/Card.d.ts +4 -0
  61. package/dist/published/components/core/Card/Card.js +8 -0
  62. package/dist/published/components/core/Card/index.d.ts +3 -0
  63. package/dist/published/components/core/Card/index.js +3 -0
  64. package/dist/published/components/core/Checkbox/Checkbox.d.ts +4 -0
  65. package/dist/published/components/core/Checkbox/Checkbox.js +8 -0
  66. package/dist/published/components/core/Checkbox/index.d.ts +3 -0
  67. package/dist/published/components/core/Checkbox/index.js +3 -0
  68. package/dist/published/components/core/Chip/Chip.d.ts +4 -0
  69. package/dist/published/components/core/Chip/Chip.js +8 -0
  70. package/dist/published/components/core/Chip/index.d.ts +3 -0
  71. package/dist/published/components/core/Chip/index.js +3 -0
  72. package/dist/published/components/core/CircularProgress/CircularProgress.d.ts +4 -0
  73. package/dist/published/components/core/CircularProgress/CircularProgress.js +8 -0
  74. package/dist/published/components/core/CircularProgress/index.d.ts +3 -0
  75. package/dist/published/components/core/CircularProgress/index.js +3 -0
  76. package/dist/published/components/core/Collapse/Collapse.d.ts +4 -0
  77. package/dist/published/components/core/Collapse/Collapse.js +8 -0
  78. package/dist/published/components/core/Collapse/index.d.ts +3 -0
  79. package/dist/published/components/core/Collapse/index.js +3 -0
  80. package/dist/published/components/core/DatePicker/DatePicker.d.ts +8 -0
  81. package/dist/published/components/core/DatePicker/DatePicker.js +41 -0
  82. package/dist/published/components/core/DatePicker/index.d.ts +2 -0
  83. package/dist/published/components/core/DatePicker/index.js +2 -0
  84. package/dist/published/components/core/Dialog/Dialog.d.ts +4 -0
  85. package/dist/published/components/core/Dialog/Dialog.js +8 -0
  86. package/dist/published/components/core/Dialog/DialogActions/DialogActions.d.ts +12 -0
  87. package/dist/published/components/core/Dialog/DialogActions/DialogActions.js +38 -0
  88. package/dist/published/components/core/Dialog/DialogActions/index.d.ts +2 -0
  89. package/dist/published/components/core/Dialog/DialogActions/index.js +2 -0
  90. package/dist/published/components/core/Dialog/DialogContent/DialogContent.d.ts +4 -0
  91. package/dist/published/components/core/Dialog/DialogContent/DialogContent.js +8 -0
  92. package/dist/published/components/core/Dialog/DialogContent/index.d.ts +2 -0
  93. package/dist/published/components/core/Dialog/DialogContent/index.js +2 -0
  94. package/dist/published/components/core/Dialog/DialogContentText/DialogContentText.d.ts +4 -0
  95. package/dist/published/components/core/Dialog/DialogContentText/DialogContentText.js +8 -0
  96. package/dist/published/components/core/Dialog/DialogContentText/index.d.ts +2 -0
  97. package/dist/published/components/core/Dialog/DialogContentText/index.js +2 -0
  98. package/dist/published/components/core/Dialog/DialogTitle/DialogTitle.d.ts +4 -0
  99. package/dist/published/components/core/Dialog/DialogTitle/DialogTitle.js +8 -0
  100. package/dist/published/components/core/Dialog/DialogTitle/index.d.ts +2 -0
  101. package/dist/published/components/core/Dialog/DialogTitle/index.js +2 -0
  102. package/dist/published/components/core/Dialog/index.d.ts +6 -0
  103. package/dist/published/components/core/Dialog/index.js +6 -0
  104. package/dist/published/components/core/Divider/Divider.d.ts +4 -0
  105. package/dist/published/components/core/Divider/Divider.js +8 -0
  106. package/dist/published/components/core/Divider/index.d.ts +3 -0
  107. package/dist/published/components/core/Divider/index.js +3 -0
  108. package/dist/published/components/core/Drawer/Drawer.d.ts +4 -0
  109. package/dist/published/components/core/Drawer/Drawer.js +8 -0
  110. package/dist/published/components/core/Drawer/index.d.ts +3 -0
  111. package/dist/published/components/core/Drawer/index.js +3 -0
  112. package/dist/published/components/core/FieldError/FieldError.d.ts +7 -0
  113. package/dist/published/components/core/FieldError/FieldError.js +11 -0
  114. package/dist/published/components/core/FieldError/index.d.ts +3 -0
  115. package/dist/published/components/core/FieldError/index.js +3 -0
  116. package/dist/published/components/core/FormElements/FormControl/FormControl.d.ts +4 -0
  117. package/dist/published/components/core/FormElements/FormControl/FormControl.js +8 -0
  118. package/dist/published/components/core/FormElements/FormControl/index.d.ts +2 -0
  119. package/dist/published/components/core/FormElements/FormControl/index.js +2 -0
  120. package/dist/published/components/core/FormElements/FormControlLabel/FormControlLabel.d.ts +4 -0
  121. package/dist/published/components/core/FormElements/FormControlLabel/FormControlLabel.js +8 -0
  122. package/dist/published/components/core/FormElements/FormControlLabel/index.d.ts +2 -0
  123. package/dist/published/components/core/FormElements/FormControlLabel/index.js +2 -0
  124. package/dist/published/components/core/FormElements/FormGroup/FormGroup.d.ts +4 -0
  125. package/dist/published/components/core/FormElements/FormGroup/FormGroup.js +8 -0
  126. package/dist/published/components/core/FormElements/FormGroup/index.d.ts +2 -0
  127. package/dist/published/components/core/FormElements/FormGroup/index.js +2 -0
  128. package/dist/published/components/core/FormElements/FormHelperText/FormHelperText.d.ts +4 -0
  129. package/dist/published/components/core/FormElements/FormHelperText/FormHelperText.js +8 -0
  130. package/dist/published/components/core/FormElements/FormHelperText/index.d.ts +2 -0
  131. package/dist/published/components/core/FormElements/FormHelperText/index.js +2 -0
  132. package/dist/published/components/core/FormElements/FormLabel/FormLabel.d.ts +4 -0
  133. package/dist/published/components/core/FormElements/FormLabel/FormLabel.js +8 -0
  134. package/dist/published/components/core/FormElements/FormLabel/index.d.ts +2 -0
  135. package/dist/published/components/core/FormElements/FormLabel/index.js +2 -0
  136. package/dist/published/components/core/FormElements/index.d.ts +6 -0
  137. package/dist/published/components/core/FormElements/index.js +6 -0
  138. package/dist/published/components/core/IconButton/IconButton.d.ts +4 -0
  139. package/dist/published/components/core/IconButton/IconButton.js +8 -0
  140. package/dist/published/components/core/IconButton/index.d.ts +3 -0
  141. package/dist/published/components/core/IconButton/index.js +3 -0
  142. package/dist/published/components/core/LinearProgress/LinearProgress.d.ts +4 -0
  143. package/dist/published/components/core/LinearProgress/LinearProgress.js +8 -0
  144. package/dist/published/components/core/LinearProgress/index.d.ts +3 -0
  145. package/dist/published/components/core/LinearProgress/index.js +3 -0
  146. package/dist/published/components/core/Link/Link.d.ts +4 -0
  147. package/dist/published/components/core/Link/Link.js +8 -0
  148. package/dist/published/components/core/Link/index.d.ts +3 -0
  149. package/dist/published/components/core/Link/index.js +3 -0
  150. package/dist/published/components/core/List/List.d.ts +4 -0
  151. package/dist/published/components/core/List/List.js +8 -0
  152. package/dist/published/components/core/List/ListItemText/ListItemText.d.ts +4 -0
  153. package/dist/published/components/core/List/ListItemText/ListItemText.js +8 -0
  154. package/dist/published/components/core/List/ListItemText/index.d.ts +3 -0
  155. package/dist/published/components/core/List/ListItemText/index.js +3 -0
  156. package/dist/published/components/core/List/index.d.ts +3 -0
  157. package/dist/published/components/core/List/index.js +3 -0
  158. package/dist/published/components/core/LocalizationProvider/LocalizationProvider.d.ts +5 -0
  159. package/dist/published/components/core/LocalizationProvider/LocalizationProvider.js +115 -0
  160. package/dist/published/components/core/LocalizationProvider/index.d.ts +2 -0
  161. package/dist/published/components/core/LocalizationProvider/index.js +2 -0
  162. package/dist/published/components/core/Menu/Menu.d.ts +4 -0
  163. package/dist/published/components/core/Menu/Menu.js +8 -0
  164. package/dist/published/components/core/Menu/MenuItem/MenuItem.d.ts +4 -0
  165. package/dist/published/components/core/Menu/MenuItem/MenuItem.js +8 -0
  166. package/dist/published/components/core/Menu/MenuItem/index.d.ts +3 -0
  167. package/dist/published/components/core/Menu/MenuItem/index.js +3 -0
  168. package/dist/published/components/core/Menu/index.d.ts +4 -0
  169. package/dist/published/components/core/Menu/index.js +4 -0
  170. package/dist/published/components/core/Paper/Paper.d.ts +4 -0
  171. package/dist/published/components/core/Paper/Paper.js +8 -0
  172. package/dist/published/components/core/Paper/index.d.ts +3 -0
  173. package/dist/published/components/core/Paper/index.js +3 -0
  174. package/dist/published/components/core/Popover/Popover.d.ts +4 -0
  175. package/dist/published/components/core/Popover/Popover.js +8 -0
  176. package/dist/published/components/core/Popover/index.d.ts +3 -0
  177. package/dist/published/components/core/Popover/index.js +3 -0
  178. package/dist/published/components/core/RadioGroup/Radio.d.ts +4 -0
  179. package/dist/published/components/core/RadioGroup/Radio.js +8 -0
  180. package/dist/published/components/core/RadioGroup/RadioGroup.d.ts +4 -0
  181. package/dist/published/components/core/RadioGroup/RadioGroup.js +8 -0
  182. package/dist/published/components/core/RadioGroup/index.d.ts +4 -0
  183. package/dist/published/components/core/RadioGroup/index.js +4 -0
  184. package/dist/published/components/core/Select/Select.d.ts +5 -0
  185. package/dist/published/components/core/Select/Select.js +10 -0
  186. package/dist/published/components/core/Select/index.d.ts +3 -0
  187. package/dist/published/components/core/Select/index.js +3 -0
  188. package/dist/published/components/core/Skeleton/Skeleton.d.ts +4 -0
  189. package/dist/published/components/core/Skeleton/Skeleton.js +8 -0
  190. package/dist/published/components/core/Skeleton/index.d.ts +3 -0
  191. package/dist/published/components/core/Skeleton/index.js +3 -0
  192. package/dist/published/components/core/Snackbar/Snackbar.d.ts +8 -0
  193. package/dist/published/components/core/Snackbar/Snackbar.js +40 -0
  194. package/dist/published/components/core/Snackbar/index.d.ts +3 -0
  195. package/dist/published/components/core/Snackbar/index.js +3 -0
  196. package/dist/published/components/core/StaticDatePicker/StaticDatePicker.d.ts +8 -0
  197. package/dist/published/components/core/StaticDatePicker/StaticDatePicker.js +41 -0
  198. package/dist/published/components/core/StaticDatePicker/index.d.ts +2 -0
  199. package/dist/published/components/core/StaticDatePicker/index.js +2 -0
  200. package/dist/published/components/core/Stepper/Step/Step.d.ts +4 -0
  201. package/dist/published/components/core/Stepper/Step/Step.js +8 -0
  202. package/dist/published/components/core/Stepper/Step/index.d.ts +2 -0
  203. package/dist/published/components/core/Stepper/Step/index.js +2 -0
  204. package/dist/published/components/core/Stepper/StepButton/StepButton.d.ts +4 -0
  205. package/dist/published/components/core/Stepper/StepButton/StepButton.js +8 -0
  206. package/dist/published/components/core/Stepper/StepButton/index.d.ts +2 -0
  207. package/dist/published/components/core/Stepper/StepButton/index.js +2 -0
  208. package/dist/published/components/core/Stepper/StepConnector/StepConnector.d.ts +4 -0
  209. package/dist/published/components/core/Stepper/StepConnector/StepConnector.js +8 -0
  210. package/dist/published/components/core/Stepper/StepConnector/index.d.ts +2 -0
  211. package/dist/published/components/core/Stepper/StepConnector/index.js +2 -0
  212. package/dist/published/components/core/Stepper/StepContent/StepContent.d.ts +4 -0
  213. package/dist/published/components/core/Stepper/StepContent/StepContent.js +8 -0
  214. package/dist/published/components/core/Stepper/StepContent/index.d.ts +2 -0
  215. package/dist/published/components/core/Stepper/StepContent/index.js +2 -0
  216. package/dist/published/components/core/Stepper/StepIcon/StepIcon.d.ts +4 -0
  217. package/dist/published/components/core/Stepper/StepIcon/StepIcon.js +8 -0
  218. package/dist/published/components/core/Stepper/StepIcon/index.d.ts +2 -0
  219. package/dist/published/components/core/Stepper/StepIcon/index.js +2 -0
  220. package/dist/published/components/core/Stepper/StepLabel/StepLabel.d.ts +4 -0
  221. package/dist/published/components/core/Stepper/StepLabel/StepLabel.js +8 -0
  222. package/dist/published/components/core/Stepper/StepLabel/index.d.ts +2 -0
  223. package/dist/published/components/core/Stepper/StepLabel/index.js +2 -0
  224. package/dist/published/components/core/Stepper/Stepper.d.ts +4 -0
  225. package/dist/published/components/core/Stepper/Stepper.js +8 -0
  226. package/dist/published/components/core/Stepper/index.d.ts +8 -0
  227. package/dist/published/components/core/Stepper/index.js +8 -0
  228. package/dist/published/components/core/Switch/Switch.d.ts +4 -0
  229. package/dist/published/components/core/Switch/Switch.js +8 -0
  230. package/dist/published/components/core/Switch/index.d.ts +3 -0
  231. package/dist/published/components/core/Switch/index.js +3 -0
  232. package/dist/published/components/core/Table/Table.d.ts +4 -0
  233. package/dist/published/components/core/Table/Table.js +8 -0
  234. package/dist/published/components/core/Table/index.d.ts +3 -0
  235. package/dist/published/components/core/Table/index.js +3 -0
  236. package/dist/published/components/core/Tabs/Tab/Tab.d.ts +4 -0
  237. package/dist/published/components/core/Tabs/Tab/Tab.js +8 -0
  238. package/dist/published/components/core/Tabs/Tab/index.d.ts +2 -0
  239. package/dist/published/components/core/Tabs/Tab/index.js +2 -0
  240. package/dist/published/components/core/Tabs/Tabs.d.ts +4 -0
  241. package/dist/published/components/core/Tabs/Tabs.js +8 -0
  242. package/dist/published/components/core/Tabs/index.d.ts +3 -0
  243. package/dist/published/components/core/Tabs/index.js +3 -0
  244. package/dist/published/components/core/TextField/TextField.d.ts +10 -0
  245. package/dist/published/components/core/TextField/TextField.js +36 -0
  246. package/dist/published/components/core/TextField/TextField.test.d.ts +1 -0
  247. package/dist/published/components/core/TextField/TextField.test.js +20 -0
  248. package/dist/published/components/core/TextField/index.d.ts +3 -0
  249. package/dist/published/components/core/TextField/index.js +3 -0
  250. package/dist/published/components/core/ToggleButton/ToggleButton.d.ts +4 -0
  251. package/dist/published/components/core/ToggleButton/ToggleButton.js +8 -0
  252. package/dist/published/components/core/ToggleButton/index.d.ts +3 -0
  253. package/dist/published/components/core/ToggleButton/index.js +3 -0
  254. package/dist/published/components/core/ToggleButtonGroup/ToggleButtonGroup.d.ts +4 -0
  255. package/dist/published/components/core/ToggleButtonGroup/ToggleButtonGroup.js +8 -0
  256. package/dist/published/components/core/ToggleButtonGroup/index.d.ts +3 -0
  257. package/dist/published/components/core/ToggleButtonGroup/index.js +3 -0
  258. package/dist/published/components/core/Tooltip/Tooltip.d.ts +4 -0
  259. package/dist/published/components/core/Tooltip/Tooltip.js +8 -0
  260. package/dist/published/components/core/Tooltip/index.d.ts +3 -0
  261. package/dist/published/components/core/Tooltip/index.js +3 -0
  262. package/dist/published/components/core/Typography/index.d.ts +4 -0
  263. package/dist/published/components/core/Typography/index.js +9 -0
  264. package/dist/published/components/core/index.d.ts +45 -0
  265. package/dist/published/components/core/index.js +46 -0
  266. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.d.ts +27 -0
  267. package/dist/published/components/custom/CriteriaBuilder/CriteriaBuilder.js +232 -0
  268. package/dist/published/components/custom/CriteriaBuilder/index.d.ts +3 -0
  269. package/dist/published/components/custom/CriteriaBuilder/index.js +3 -0
  270. package/dist/published/components/custom/FormField/BooleanSelect/BooleanSelect.d.ts +4 -0
  271. package/dist/published/components/custom/FormField/BooleanSelect/BooleanSelect.js +27 -0
  272. package/dist/published/components/custom/FormField/BooleanSelect/index.d.ts +1 -0
  273. package/dist/published/components/custom/FormField/BooleanSelect/index.js +1 -0
  274. package/dist/published/components/custom/FormField/DatePickerSelect/DatePickerSelect.d.ts +4 -0
  275. package/dist/published/components/custom/FormField/DatePickerSelect/DatePickerSelect.js +42 -0
  276. package/dist/published/components/custom/FormField/DatePickerSelect/index.d.ts +1 -0
  277. package/dist/published/components/custom/FormField/DatePickerSelect/index.js +1 -0
  278. package/dist/published/components/custom/FormField/FileUpload/FileUpload.d.ts +4 -0
  279. package/dist/published/components/custom/FormField/FileUpload/FileUpload.js +65 -0
  280. package/dist/published/components/custom/FormField/FileUpload/index.d.ts +1 -0
  281. package/dist/published/components/custom/FormField/FileUpload/index.js +1 -0
  282. package/dist/published/components/custom/FormField/FormField.d.ts +24 -0
  283. package/dist/published/components/custom/FormField/FormField.js +45 -0
  284. package/dist/published/components/custom/FormField/InputFieldComponent/InputFieldComponent.d.ts +4 -0
  285. package/dist/published/components/custom/FormField/InputFieldComponent/InputFieldComponent.js +76 -0
  286. package/dist/published/components/custom/FormField/InputFieldComponent/index.d.ts +1 -0
  287. package/dist/published/components/custom/FormField/InputFieldComponent/index.js +1 -0
  288. package/dist/published/components/custom/FormField/Select/Select.d.ts +4 -0
  289. package/dist/published/components/custom/FormField/Select/Select.js +32 -0
  290. package/dist/published/components/custom/FormField/Select/index.d.ts +1 -0
  291. package/dist/published/components/custom/FormField/Select/index.js +1 -0
  292. package/dist/published/components/custom/FormField/index.d.ts +3 -0
  293. package/dist/published/components/custom/FormField/index.js +3 -0
  294. package/dist/published/components/custom/Menubar/Menubar.d.ts +12 -0
  295. package/dist/published/components/custom/Menubar/Menubar.js +25 -0
  296. package/dist/published/components/custom/Menubar/Menubar.test.d.ts +1 -0
  297. package/dist/published/components/custom/Menubar/Menubar.test.js +12 -0
  298. package/dist/published/components/custom/Menubar/index.d.ts +3 -0
  299. package/dist/published/components/custom/Menubar/index.js +3 -0
  300. package/dist/published/components/custom/MultiSelect/MultiSelect.d.ts +14 -0
  301. package/dist/published/components/custom/MultiSelect/MultiSelect.js +144 -0
  302. package/dist/published/components/custom/MultiSelect/SortableItem.d.ts +2 -0
  303. package/dist/published/components/custom/MultiSelect/SortableItem.js +13 -0
  304. package/dist/published/components/custom/MultiSelect/index.d.ts +3 -0
  305. package/dist/published/components/custom/MultiSelect/index.js +3 -0
  306. package/dist/published/components/custom/RepeatableField/RepeatableField.d.ts +15 -0
  307. package/dist/published/components/custom/RepeatableField/RepeatableField.js +111 -0
  308. package/dist/published/components/custom/RepeatableField/index.d.ts +3 -0
  309. package/dist/published/components/custom/RepeatableField/index.js +3 -0
  310. package/dist/published/components/custom/index.d.ts +5 -0
  311. package/dist/published/components/custom/index.js +5 -0
  312. package/dist/published/components/layout/Box/Box.d.ts +8 -0
  313. package/dist/published/components/layout/Box/Box.js +8 -0
  314. package/dist/published/components/layout/Box/index.d.ts +3 -0
  315. package/dist/published/components/layout/Box/index.js +3 -0
  316. package/dist/published/components/layout/Container/Container.d.ts +4 -0
  317. package/dist/published/components/layout/Container/Container.js +8 -0
  318. package/dist/published/components/layout/Container/index.d.ts +3 -0
  319. package/dist/published/components/layout/Container/index.js +3 -0
  320. package/dist/published/components/layout/Grid/Grid.d.ts +4 -0
  321. package/dist/published/components/layout/Grid/Grid.js +8 -0
  322. package/dist/published/components/layout/Grid/index.d.ts +3 -0
  323. package/dist/published/components/layout/Grid/index.js +3 -0
  324. package/dist/published/components/layout/Stack/Stack.d.ts +4 -0
  325. package/dist/published/components/layout/Stack/Stack.js +8 -0
  326. package/dist/published/components/layout/Stack/index.d.ts +3 -0
  327. package/dist/published/components/layout/Stack/index.js +3 -0
  328. package/dist/published/components/layout/index.d.ts +4 -0
  329. package/dist/published/components/layout/index.js +4 -0
  330. package/dist/published/icons/index.d.ts +1 -0
  331. package/dist/published/icons/index.js +1 -0
  332. package/dist/published/index.d.ts +6 -0
  333. package/dist/published/index.js +6 -0
  334. package/dist/published/stories/Accordion.stories.d.ts +5 -0
  335. package/dist/published/stories/Accordion.stories.js +21 -0
  336. package/dist/published/stories/Alert.stories.d.ts +5 -0
  337. package/dist/published/stories/Alert.stories.js +8 -0
  338. package/dist/published/stories/Appbar.stories.d.ts +5 -0
  339. package/dist/published/stories/Appbar.stories.js +15 -0
  340. package/dist/published/stories/Autocomplete.stories.d.ts +23 -0
  341. package/dist/published/stories/Autocomplete.stories.js +413 -0
  342. package/dist/published/stories/Avatar.stories.d.ts +39 -0
  343. package/dist/published/stories/Avatar.stories.js +8 -0
  344. package/dist/published/stories/Backdrop.stories.d.ts +5 -0
  345. package/dist/published/stories/Backdrop.stories.js +20 -0
  346. package/dist/published/stories/Badge.stories.d.ts +5 -0
  347. package/dist/published/stories/Badge.stories.js +10 -0
  348. package/dist/published/stories/Box.stories.d.ts +25 -0
  349. package/dist/published/stories/Box.stories.js +18 -0
  350. package/dist/published/stories/Breadcrumbs.stories.d.ts +5 -0
  351. package/dist/published/stories/Breadcrumbs.stories.js +11 -0
  352. package/dist/published/stories/Button.stories.d.ts +5 -0
  353. package/dist/published/stories/Button.stories.js +8 -0
  354. package/dist/published/stories/ButtonGroup.stories.d.ts +5 -0
  355. package/dist/published/stories/ButtonGroup.stories.js +11 -0
  356. package/dist/published/stories/Card.stories.d.ts +5 -0
  357. package/dist/published/stories/Card.stories.js +15 -0
  358. package/dist/published/stories/Checkbox.stories.d.ts +5 -0
  359. package/dist/published/stories/Checkbox.stories.js +8 -0
  360. package/dist/published/stories/Chip.stories.d.ts +5 -0
  361. package/dist/published/stories/Chip.stories.js +8 -0
  362. package/dist/published/stories/CircularProgress.stories.d.ts +5 -0
  363. package/dist/published/stories/CircularProgress.stories.js +8 -0
  364. package/dist/published/stories/Collapse.stories.d.ts +5 -0
  365. package/dist/published/stories/Collapse.stories.js +26 -0
  366. package/dist/published/stories/Container.stories.d.ts +5 -0
  367. package/dist/published/stories/Container.stories.js +12 -0
  368. package/dist/published/stories/CriteriaBuilder.stories.d.ts +21 -0
  369. package/dist/published/stories/CriteriaBuilder.stories.js +206 -0
  370. package/dist/published/stories/DatePicker.stories.d.ts +6 -0
  371. package/dist/published/stories/DatePicker.stories.js +35 -0
  372. package/dist/published/stories/Dialog.stories.d.ts +5 -0
  373. package/dist/published/stories/Dialog.stories.js +24 -0
  374. package/dist/published/stories/Divider.stories.d.ts +5 -0
  375. package/dist/published/stories/Divider.stories.js +8 -0
  376. package/dist/published/stories/Drawer.stories.d.ts +5 -0
  377. package/dist/published/stories/Drawer.stories.js +27 -0
  378. package/dist/published/stories/FormControl.stories.d.ts +5 -0
  379. package/dist/published/stories/FormControl.stories.js +14 -0
  380. package/dist/published/stories/FormControlLabel.stories.d.ts +5 -0
  381. package/dist/published/stories/FormControlLabel.stories.js +8 -0
  382. package/dist/published/stories/FormField.stories.d.ts +9 -0
  383. package/dist/published/stories/FormField.stories.js +128 -0
  384. package/dist/published/stories/FormGroup.stories.d.ts +5 -0
  385. package/dist/published/stories/FormGroup.stories.js +10 -0
  386. package/dist/published/stories/FormHelperText.stories.d.ts +5 -0
  387. package/dist/published/stories/FormHelperText.stories.js +10 -0
  388. package/dist/published/stories/FormLabel.stories.d.ts +5 -0
  389. package/dist/published/stories/FormLabel.stories.js +13 -0
  390. package/dist/published/stories/Grid.stories.d.ts +5 -0
  391. package/dist/published/stories/Grid.stories.js +8 -0
  392. package/dist/published/stories/IconButton.stories.d.ts +5 -0
  393. package/dist/published/stories/IconButton.stories.js +17 -0
  394. package/dist/published/stories/LinearProgress.stories.d.ts +5 -0
  395. package/dist/published/stories/LinearProgress.stories.js +8 -0
  396. package/dist/published/stories/Link.stories.d.ts +5 -0
  397. package/dist/published/stories/Link.stories.js +16 -0
  398. package/dist/published/stories/List.stories.d.ts +5 -0
  399. package/dist/published/stories/List.stories.js +31 -0
  400. package/dist/published/stories/Menu.stories.d.ts +5 -0
  401. package/dist/published/stories/Menu.stories.js +25 -0
  402. package/dist/published/stories/MenuBar.stories.d.ts +5 -0
  403. package/dist/published/stories/MenuBar.stories.js +24 -0
  404. package/dist/published/stories/MultiSelect.stories.d.ts +5 -0
  405. package/dist/published/stories/MultiSelect.stories.js +26 -0
  406. package/dist/published/stories/Palette.stories.d.ts +25 -0
  407. package/dist/published/stories/Palette.stories.js +89 -0
  408. package/dist/published/stories/Paper.stories.d.ts +5 -0
  409. package/dist/published/stories/Paper.stories.js +15 -0
  410. package/dist/published/stories/RadioGroup.stories.d.ts +5 -0
  411. package/dist/published/stories/RadioGroup.stories.js +13 -0
  412. package/dist/published/stories/RepeatableField.stories.d.ts +5 -0
  413. package/dist/published/stories/RepeatableField.stories.js +36 -0
  414. package/dist/published/stories/Skeleton.stories.d.ts +5 -0
  415. package/dist/published/stories/Skeleton.stories.js +8 -0
  416. package/dist/published/stories/Snackbar.stories.d.ts +5 -0
  417. package/dist/published/stories/Snackbar.stories.js +22 -0
  418. package/dist/published/stories/Stack.stories.d.ts +5 -0
  419. package/dist/published/stories/Stack.stories.js +40 -0
  420. package/dist/published/stories/StaticDatePicker.stories.d.ts +7 -0
  421. package/dist/published/stories/StaticDatePicker.stories.js +42 -0
  422. package/dist/published/stories/Stepper.stories.d.ts +9 -0
  423. package/dist/published/stories/Stepper.stories.js +72 -0
  424. package/dist/published/stories/Switch.stories.d.ts +5 -0
  425. package/dist/published/stories/Switch.stories.js +8 -0
  426. package/dist/published/stories/Table.stories.d.ts +5 -0
  427. package/dist/published/stories/Table.stories.js +51 -0
  428. package/dist/published/stories/Tabs.stories.d.ts +5 -0
  429. package/dist/published/stories/Tabs.stories.js +45 -0
  430. package/dist/published/stories/TextField.stories.d.ts +21 -0
  431. package/dist/published/stories/TextField.stories.js +80 -0
  432. package/dist/published/stories/TimePicker.stories.d.ts +9 -0
  433. package/dist/published/stories/TimePicker.stories.js +34 -0
  434. package/dist/published/stories/ToggleButton.stories.d.ts +5 -0
  435. package/dist/published/stories/ToggleButton.stories.js +23 -0
  436. package/dist/published/stories/Typogrpahy.stories.d.ts +5 -0
  437. package/dist/published/stories/Typogrpahy.stories.js +21 -0
  438. package/dist/published/theme/UIThemeProvider.d.ts +7 -0
  439. package/dist/published/theme/UIThemeProvider.js +10 -0
  440. package/dist/published/theme/defaultTheme.d.ts +1 -0
  441. package/dist/published/theme/defaultTheme.js +104 -0
  442. package/dist/published/theme/index.d.ts +2 -0
  443. package/dist/published/theme/index.js +2 -0
  444. package/dist/published/util/date.d.ts +23 -0
  445. package/dist/published/util/date.js +47 -0
  446. package/dist/published/util/index.d.ts +1 -0
  447. package/dist/published/util/index.js +1 -0
  448. package/icons.ts +1 -0
  449. package/package.json +85 -0
@@ -0,0 +1,104 @@
1
+ import { createTheme } from '@mui/material';
2
+ export const defaultTheme = createTheme({
3
+ palette: {
4
+ primary: {
5
+ main: '#0075A7',
6
+ light: '#99C8DC',
7
+ dark: '#014E7B',
8
+ },
9
+ secondary: {
10
+ main: '#9c27b0',
11
+ light: '#ba68c8',
12
+ dark: '#7b1fa2',
13
+ },
14
+ info: {
15
+ main: '#1890FF',
16
+ light: '#74CAFF',
17
+ dark: '#0C53B7',
18
+ },
19
+ warning: {
20
+ main: '#FFC107',
21
+ light: '#FFE16A',
22
+ dark: '#B78103',
23
+ },
24
+ success: {
25
+ main: '#54D62C',
26
+ light: '#AAF27F',
27
+ dark: '#229A16',
28
+ },
29
+ error: {
30
+ main: '#FF4842',
31
+ light: '#FF695C',
32
+ dark: '#B72136',
33
+ },
34
+ },
35
+ typography: {
36
+ allVariants: {
37
+ color: '#212B36',
38
+ },
39
+ h1: {
40
+ fontFamily: 'sans-serif',
41
+ fontWeight: 600,
42
+ fontSize: '64px',
43
+ lineHeight: '80px',
44
+ },
45
+ h2: {
46
+ fontFamily: 'sans-serif',
47
+ fontWeight: 600,
48
+ fontSize: '48px',
49
+ lineHeight: '64px',
50
+ },
51
+ h3: {
52
+ fontFamily: 'sans-serif',
53
+ fontWeight: 600,
54
+ fontSize: '32px',
55
+ lineHeight: '48px',
56
+ },
57
+ body1: {
58
+ fontFamily: 'sans-serif',
59
+ fontWeight: 500,
60
+ fontSize: '16px',
61
+ lineHeight: '24px',
62
+ },
63
+ body2: {
64
+ fontFamily: 'sans-serif',
65
+ fontWeight: 500,
66
+ fontSize: '14px',
67
+ lineHeight: '22px',
68
+ },
69
+ caption: {
70
+ fontSize: '12px',
71
+ fontWeight: 400,
72
+ color: '#637381'
73
+ },
74
+ },
75
+ components: {
76
+ MuiInputLabel: {
77
+ defaultProps: {
78
+ sx: {
79
+ fontFamily: 'sans-serif',
80
+ fontWeight: 500,
81
+ fontSize: '14px',
82
+ lineHeight: '22px',
83
+ color: '#212B36',
84
+ borderRadius: '10px',
85
+ },
86
+ },
87
+ },
88
+ MuiInput: {
89
+ defaultProps: {
90
+ sx: {
91
+ fontWeight: 400,
92
+ },
93
+ },
94
+ },
95
+ MuiButton: {
96
+ styleOverrides: {
97
+ root: {
98
+ textTransform: 'none',
99
+ fontWeight: 700
100
+ }
101
+ }
102
+ }
103
+ },
104
+ });
@@ -0,0 +1,2 @@
1
+ import UIThemeProvider from './UIThemeProvider';
2
+ export default UIThemeProvider;
@@ -0,0 +1,2 @@
1
+ import UIThemeProvider from './UIThemeProvider';
2
+ export default UIThemeProvider;
@@ -0,0 +1,23 @@
1
+ import { LocalDate, LocalDateTime, Temporal, TemporalAdjuster, TemporalAmount, TemporalField, TemporalQuery, TemporalUnit, ValueRange } from '@js-joda/core';
2
+ export declare class InvalidDate implements Temporal {
3
+ invalid: boolean;
4
+ dateText?: string;
5
+ constructor(text?: string);
6
+ isSupported(field: TemporalField): boolean;
7
+ isSupported(unit: TemporalUnit): boolean;
8
+ minus(amountToSubtract: number, unit: TemporalUnit): Temporal;
9
+ minus(amount: TemporalAmount): Temporal;
10
+ plus(amountToAdd: number, unit: TemporalUnit): Temporal;
11
+ plus(amount: TemporalAmount): Temporal;
12
+ until(endTemporal: Temporal, unit: TemporalUnit): number;
13
+ with(adjuster: TemporalAdjuster): Temporal;
14
+ with(field: TemporalField, newValue: number): Temporal;
15
+ get(field: TemporalField): number;
16
+ query<R>(query: TemporalQuery<R>): R | null;
17
+ range(field: TemporalField): ValueRange;
18
+ getLong(field: TemporalField): number;
19
+ toString(): string;
20
+ }
21
+ export declare type CalendarDate = LocalDate | InvalidDate | LocalDateTime;
22
+ export declare function isValidDate(date: CalendarDate): date is LocalDate;
23
+ export { nativeJs, LocalDate } from '@js-joda/core';
@@ -0,0 +1,47 @@
1
+ import { ValueRange, } from '@js-joda/core';
2
+ // The MUI date pickers assume that the underlying date library can
3
+ // represent invalid dates. E.g. a Date instance may or may not
4
+ // represent a valid date. Joda, on the other hand, does not have
5
+ // such a concept. A Joda object instance always represents a real
6
+ // date. Create our own marker type to represent invalid dates.
7
+ export class InvalidDate {
8
+ constructor(text) {
9
+ this.invalid = true;
10
+ this.dateText = text;
11
+ }
12
+ isSupported(unit) {
13
+ return false;
14
+ }
15
+ minus(amountToSubtract, unit) {
16
+ return this;
17
+ }
18
+ plus(amountToAdd, unit) {
19
+ return this;
20
+ }
21
+ until(endTemporal, unit) {
22
+ return NaN;
23
+ }
24
+ with(field, newValue) {
25
+ return this;
26
+ }
27
+ get(field) {
28
+ return NaN;
29
+ }
30
+ query(query) {
31
+ return null;
32
+ }
33
+ range(field) {
34
+ return ValueRange.of(NaN, NaN);
35
+ }
36
+ getLong(field) {
37
+ return NaN;
38
+ }
39
+ toString() {
40
+ return `Invalid date ${this.dateText}`;
41
+ }
42
+ }
43
+ export function isValidDate(date) {
44
+ return date.invalid !== true;
45
+ }
46
+ // Re-export type and utility function from Joda for convenience.
47
+ export { nativeJs, LocalDate } from '@js-joda/core';
@@ -0,0 +1 @@
1
+ export * from './date';
@@ -0,0 +1 @@
1
+ export * from './date';
package/icons.ts ADDED
@@ -0,0 +1 @@
1
+ export * from './dist/published/icons';
package/package.json ADDED
@@ -0,0 +1,85 @@
1
+ {
2
+ "name": "@evoke-platform/ui-components",
3
+ "version": "1.0.0-dev.1.10.6",
4
+ "description": "",
5
+ "main": "dist/published/index.js",
6
+ "module": "dist/published/index.js",
7
+ "files": [
8
+ "dist/published/**",
9
+ "icons.ts"
10
+ ],
11
+ "scripts": {
12
+ "test": "jest",
13
+ "build": "rm -rf /dist && npm run build:esm && npm run build:cjs",
14
+ "build:esm": "tsc",
15
+ "build:cjs": "tsc --module CommonJS --outDir dist/cjs",
16
+ "prepublish": "rm -rf /dist && tsc",
17
+ "storybook": "start-storybook -p 6006",
18
+ "build-storybook": "build-storybook",
19
+ "lint": "prettier --check src/**/*.*",
20
+ "format": "prettier --write ."
21
+ },
22
+ "author": "",
23
+ "license": "UNLICENSED",
24
+ "devDependencies": {
25
+ "@babel/core": "^7.18.2",
26
+ "@babel/preset-env": "^7.18.6",
27
+ "@storybook/addon-actions": "^6.5.8",
28
+ "@storybook/addon-essentials": "^6.5.8",
29
+ "@storybook/addon-interactions": "^6.5.8",
30
+ "@storybook/addon-links": "^6.5.8",
31
+ "@storybook/builder-webpack5": "^6.5.8",
32
+ "@storybook/manager-webpack5": "^6.5.8",
33
+ "@storybook/react": "^6.5.8",
34
+ "@storybook/testing-library": "^0.0.11",
35
+ "@testing-library/jest-dom": "^5.16.4",
36
+ "@testing-library/react": "^13.3.0",
37
+ "@types/jest": "^28.1.4",
38
+ "@types/node": "^17.0.41",
39
+ "@types/react": "^17.0.49",
40
+ "@types/react-dom": "^18.0.5",
41
+ "babel-jest": "^28.1.2",
42
+ "babel-loader": "^8.2.5",
43
+ "husky": "^4.3.8",
44
+ "is-ci": "^3.0.1",
45
+ "jest": "^28.1.2",
46
+ "jest-environment-jsdom": "^28.1.2",
47
+ "lint-staged": "^13.0.1",
48
+ "prettier": "^2.6.2",
49
+ "react": "^18.1.0",
50
+ "react-dom": "^18.1.0",
51
+ "typescript": "^4.7.3",
52
+ "webpack": "^5.74.0"
53
+ },
54
+ "peerDependencies": {
55
+ "react": "^18.1.0",
56
+ "react-dom": "^18.1.0"
57
+ },
58
+ "dependencies": {
59
+ "@date-io/js-joda": "^2.16.1",
60
+ "@dnd-kit/core": "^6.0.6",
61
+ "@dnd-kit/modifiers": "^6.0.1",
62
+ "@dnd-kit/sortable": "^7.0.1",
63
+ "@emotion/react": "^11.9.0",
64
+ "@emotion/styled": "^11.8.1",
65
+ "@js-joda/core": "^3.2.0",
66
+ "@js-joda/locale_en-us": "^3.2.2",
67
+ "@mui/icons-material": "^5.8.4",
68
+ "@mui/lab": "^5.0.0-alpha.105",
69
+ "@mui/material": "^5.10.11",
70
+ "@mui/x-date-pickers": "^5.0.13",
71
+ "@react-querybuilder/dnd": "^5.4.1",
72
+ "@react-querybuilder/material": "^5.4.1",
73
+ "lodash-es": "^4.17.21",
74
+ "react-dropzone": "^14.2.2",
75
+ "react-number-format": "^4.9.3",
76
+ "react-querybuilder": "^6.0.2"
77
+ },
78
+ "lint-staged": {
79
+ "*": "prettier --write"
80
+ },
81
+ "jest": {
82
+ "verbose": true,
83
+ "testEnvironment": "jsdom"
84
+ }
85
+ }