@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,23 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").AutocompleteProps<any, any, any, any, "div"> & {
4
+ options: string[] | import("../index").AutocompleteOption[] | number[];
5
+ sortBy?: "ASC" | "DESC" | "NONE" | undefined;
6
+ label?: string | undefined;
7
+ labelPlacement?: string | undefined;
8
+ required?: boolean | undefined;
9
+ instructionText?: string | undefined;
10
+ error?: boolean | undefined;
11
+ errorMessage?: string | undefined;
12
+ }) => JSX.Element>;
13
+ export default _default;
14
+ export declare const Autocomplete: ComponentStory<(props: import("@mui/material").AutocompleteProps<any, any, any, any, "div"> & {
15
+ options: string[] | import("../index").AutocompleteOption[] | number[];
16
+ sortBy?: "ASC" | "DESC" | "NONE" | undefined;
17
+ label?: string | undefined;
18
+ labelPlacement?: string | undefined;
19
+ required?: boolean | undefined;
20
+ instructionText?: string | undefined;
21
+ error?: boolean | undefined;
22
+ errorMessage?: string | undefined;
23
+ }) => JSX.Element>;
@@ -0,0 +1,413 @@
1
+ import React from 'react';
2
+ import { Autocomplete as CustomAutocomplete } from '../index';
3
+ import { TextField } from '@mui/material';
4
+ export default {
5
+ title: 'Input/Autocomplete',
6
+ component: CustomAutocomplete,
7
+ argTypes: {
8
+ children: {
9
+ description: 'The content of the component.',
10
+ },
11
+ sortBy: {
12
+ description: 'The sort order of the options.',
13
+ control: 'select',
14
+ options: ['ASC', 'DESC', 'NONE'],
15
+ defaultValue: 'ASC',
16
+ },
17
+ options: {
18
+ description: 'Array of options',
19
+ control: 'array',
20
+ defaultValue: [
21
+ { label: 'The Shawshank Redemption', year: 1994 },
22
+ { label: 'The Godfather', year: 1972 },
23
+ { label: 'The Godfather: Part II', year: 1974 },
24
+ { label: 'The Dark Knight', year: 2008 },
25
+ { label: '12 Angry Men', year: 1957 },
26
+ { label: "Schindler's List", year: 1993 },
27
+ { label: 'Pulp Fiction', year: 1994 },
28
+ {
29
+ label: 'The Lord of the Rings: The Return of the King',
30
+ year: 2003,
31
+ },
32
+ ],
33
+ },
34
+ renderInput: {
35
+ description: `Render the input.
36
+ Signature:
37
+ function(params: object) => ReactNode
38
+ `,
39
+ type: 'function',
40
+ defaultValue: (params) => {
41
+ return React.createElement(TextField, Object.assign({}, params, { label: "Placeholder" }));
42
+ },
43
+ },
44
+ autoComplete: {
45
+ type: 'boolean',
46
+ defaultValue: false,
47
+ description: 'If true, the portion of the selected suggestion that has not been typed by the user, known as the completion string, appears inline after the input cursor in the textbox. The inline completion string is visually highlighted and has a selected state',
48
+ },
49
+ autoHighlight: {
50
+ type: 'boolean',
51
+ defaultValue: false,
52
+ description: 'If true, the first option is automatically highlighted',
53
+ },
54
+ autoSelect: {
55
+ type: 'boolean',
56
+ defaultValue: false,
57
+ description: 'If true, the selected option becomes the value of the input when the Autocomplete loses focus unless the user chooses a different option or changes the character string in the input',
58
+ },
59
+ blurOnSelect: {
60
+ type: 'boolean',
61
+ defaultValue: false,
62
+ },
63
+ ChipProps: {
64
+ control: 'object',
65
+ description: 'Props applied to the MUI Chip element',
66
+ },
67
+ classes: {
68
+ control: 'none',
69
+ description: 'Override or extend the styles applied to the component',
70
+ },
71
+ clearIcon: {
72
+ description: 'The icon to display in place of the default clear icon',
73
+ },
74
+ clearOnBlur: {
75
+ type: 'boolean',
76
+ defaultValue: '!props.freeSolo',
77
+ description: "If true, the input's text is cleared on blur if no value is selected. Set to true if you want to help the user enter a new value. Set to false if you want to help the user resume their search",
78
+ },
79
+ clearOnEscape: {
80
+ type: 'boolean',
81
+ defaultValue: false,
82
+ description: 'If true, clear all values when the user presses escape and the popup is closed.',
83
+ },
84
+ clearText: {
85
+ description: 'Override the default text for the clear icon button.For localization purposes, you can use the provided translations.',
86
+ type: 'string',
87
+ defaultValue: 'Clear',
88
+ },
89
+ closeText: {
90
+ description: 'Override the default text for the close popup icon button.For localization purposes, you can use the provided translations.',
91
+ type: 'string',
92
+ defaultValue: 'Close',
93
+ },
94
+ componentsProps: {
95
+ control: 'object',
96
+ description: 'The props used for each slot inside.',
97
+ },
98
+ defaultValue: {
99
+ type: 'string',
100
+ description: 'The default value. Use when the component is not controlled',
101
+ },
102
+ disableClearable: {
103
+ type: 'boolean',
104
+ defaultValue: false,
105
+ description: "If true, the input can't be cleared.",
106
+ },
107
+ disableCloseOnSelect: {
108
+ type: 'boolean',
109
+ defaultValue: false,
110
+ description: "If true, the popup won't close when a value is selected.",
111
+ },
112
+ disabled: {
113
+ type: 'boolean',
114
+ defaultValue: false,
115
+ description: 'If true, component is disabled.',
116
+ },
117
+ disabledItemsFocusable: {
118
+ type: 'boolean',
119
+ defaultValue: false,
120
+ description: 'If true, will allow focus on disabled items.',
121
+ },
122
+ disableListWrap: {
123
+ type: 'boolean',
124
+ defaultValue: false,
125
+ description: 'If true, the list box in the popup will not wrap focus.',
126
+ },
127
+ disablePortal: {
128
+ type: 'boolean',
129
+ defaultValue: false,
130
+ description: 'If true, the Popper content will be under the DOM hierarchy of the parent component.',
131
+ },
132
+ error: {
133
+ type: 'boolean',
134
+ defaultValue: true,
135
+ },
136
+ filterOptions: {
137
+ type: 'function',
138
+ description: `A function that determines the filtered options to be rendered on search.
139
+ Signature:
140
+ function(options: Array<T>, state: object) => Array<T>
141
+ options: The options to render.
142
+ state: The state of the component.
143
+ `,
144
+ },
145
+ filterSelectedOptions: {
146
+ type: 'boolean',
147
+ defaultValue: false,
148
+ description: 'If true, hide the selected options from the list box.',
149
+ },
150
+ forcePopupIcon: {
151
+ type: 'boolean',
152
+ defaultValue: 'auto',
153
+ description: 'Force the visibility display of the popup icon',
154
+ },
155
+ freeSolo: {
156
+ type: 'boolean',
157
+ defaultValue: false,
158
+ description: 'If true, the Autocomplete is free solo, meaning that the user input is not bound to provided options',
159
+ },
160
+ fullWidth: {
161
+ type: 'boolean',
162
+ defaultValue: false,
163
+ description: 'If true, the input will take up the full width of its container',
164
+ },
165
+ getLimitTagsText: {
166
+ type: 'function',
167
+ description: `The label to display when the tags are truncated (limitTags).
168
+ Signature:
169
+ function(more: number) => ReactNode
170
+ more: The number of truncated tags
171
+ `,
172
+ },
173
+ getOptionDisabled: {
174
+ type: 'function',
175
+ description: `Used to determine the disabled state for a given option.
176
+
177
+ Signature:
178
+ function(option: T) => boolean
179
+ option: The option to test.
180
+ `,
181
+ },
182
+ getOptionLabel: {
183
+ type: 'function',
184
+ description: `Used to determine the string value for a given option. It's used to fill the input (and the list box options if renderOption is not provided).
185
+ If used in free solo mode, it must accept both the type of the options and a string.
186
+
187
+ Signature:
188
+ function(option: T) => string
189
+ `,
190
+ },
191
+ groupBy: {
192
+ type: 'function',
193
+ description: `If provided, the options will be grouped under the returned string. The groupBy value is also used as the text for group headings when renderGroup is not provided.
194
+
195
+ Signature:
196
+ function(options: T) => string
197
+ options: The options to group.
198
+ `,
199
+ },
200
+ handleHomeEndKeys: {
201
+ type: 'boolean',
202
+ defaultValue: '!props.freeSolo',
203
+ description: `If true, the component handles the "Home" and "End" keys when the popup is open. It should move focus to the first option and last option, respectively`,
204
+ },
205
+ id: {
206
+ type: 'string',
207
+ description: "This prop is used to help implement the accessibility logic. If you don't provide an id it will fall back to a randomly generated one.",
208
+ },
209
+ includeInputInList: {
210
+ type: 'boolean',
211
+ defaultValue: '!props.freeSolo',
212
+ description: `If true, the highlight can move to the input`,
213
+ },
214
+ inputValue: {
215
+ type: 'string',
216
+ description: 'The input value',
217
+ },
218
+ isOptionEqualToValue: {
219
+ type: 'function',
220
+ description: `Used to determine if the option represents the given value. Uses strict equality by default. ⚠️ Both arguments need to be handled, an option can only match with one value.
221
+
222
+ Signature:
223
+ function(option: T, value: T) => boolean
224
+ option: The option to test.
225
+ value: The value to test against.
226
+ `,
227
+ },
228
+ label: {
229
+ type: 'string',
230
+ description: 'The label content.',
231
+ defaultValue: undefined,
232
+ },
233
+ labelPlacement: {
234
+ type: 'string',
235
+ defaultValue: undefined,
236
+ description: 'outside-top | undefined',
237
+ },
238
+ limitTags: {
239
+ type: 'number',
240
+ defaultValue: -1,
241
+ description: 'The maximum number of tags that will be visible when not focused. Set -1 to disable the limit',
242
+ },
243
+ ListboxComponent: {
244
+ type: 'string',
245
+ defaultValue: 'ul',
246
+ description: 'The component used to render the listbox',
247
+ },
248
+ ListboxProps: {
249
+ control: 'object',
250
+ description: 'Props applied to the Listbox element',
251
+ },
252
+ loading: {
253
+ type: 'boolean',
254
+ defaultValue: false,
255
+ description: `If true, the component is in a loading state. This shows the loadingText in place of suggestions (only if there are no suggestions to show, e.g. options are empty)`,
256
+ },
257
+ loadingText: {
258
+ type: 'string',
259
+ defaultValue: 'Loading...',
260
+ description: `Text to display when in a loading state.For localization purposes, you can use the provided translations`,
261
+ },
262
+ multiple: {
263
+ type: 'boolean',
264
+ defaultValue: false,
265
+ description: `
266
+ If true, value must be an array and the menu will support multiple selections`,
267
+ },
268
+ noOptionsText: {
269
+ description: 'Text to display when there are no options.For localization purposes, you can use the provided translations',
270
+ },
271
+ onChange: {
272
+ type: 'function',
273
+ description: `Callback fired when the value changes.
274
+
275
+ Signature:
276
+ function(event: React.SyntheticEvent, value: T | Array<T>, reason: string, details?: string) => void
277
+ event: The event source of the callback.
278
+ value: The new value of the component.
279
+ reason: One of "createOption", "selectOption", "removeOption", "blur" or "clear".
280
+ `,
281
+ },
282
+ onClose: {
283
+ type: 'function',
284
+ description: `Callback fired when the popup requests to be closed. Use in controlled mode (see open).
285
+
286
+ Signature:
287
+ function(event: React.SyntheticEvent, reason: string) => void
288
+ event: The event source of the callback.
289
+ reason: Can be: "toggleInput", "escape", "selectOption", "removeOption", "blur".
290
+ `,
291
+ },
292
+ onHighlightChange: {
293
+ type: 'function',
294
+ description: `Callback fired when the highlight option changes.
295
+
296
+ Signature:
297
+ function(event: React.SyntheticEvent, option: T, reason: string) => void
298
+ event: The event source of the callback.
299
+ option: The highlighted option.
300
+ reason: Can be: "keyboard", "auto", "mouse".
301
+ `,
302
+ },
303
+ onInputChange: {
304
+ type: 'function',
305
+ description: ` Callback fired when the input value changes.
306
+
307
+ Signature:
308
+ function(event: React.SyntheticEvent, value: string, reason: string) => void
309
+ event: The event source of the callback.
310
+ value: The new value of the text input.
311
+ reason: Can be: "input" (user input), "reset" (programmatic change), "clear".
312
+ `,
313
+ },
314
+ onOpen: {
315
+ type: 'function',
316
+ description: `Callback fired when the popup requests to be opened. Use in controlled mode (see open).
317
+
318
+ Signature:
319
+ function(event: React.SyntheticEvent) => void
320
+ event: The event source of the callback.
321
+ `,
322
+ },
323
+ openOnFocus: {
324
+ type: 'boolean',
325
+ defaultValue: false,
326
+ description: `If true, the component is shown.`,
327
+ },
328
+ openText: {
329
+ type: 'boolean',
330
+ defaultValue: false,
331
+ description: `Override the default text for the open popup icon button.
332
+ For localization purposes, you can use the provided translations.`,
333
+ },
334
+ PaperComponent: {
335
+ type: 'string',
336
+ defaultValue: '',
337
+ description: `The component used to render the body of the popup`,
338
+ },
339
+ PopperComponent: {
340
+ type: 'string',
341
+ defaultValue: '',
342
+ description: `The component used to position the popup.`,
343
+ },
344
+ popupIcon: {
345
+ type: 'string',
346
+ description: `The icon to display in place of the default popup icon. <ArrowDropDownIcon />`,
347
+ },
348
+ readOnly: {
349
+ type: 'boolean',
350
+ defaultValue: false,
351
+ description: `If true, the component becomes readonly. It is also supported for multiple tags where the tag cannot be deleted.`,
352
+ },
353
+ renderGroup: {
354
+ type: 'function',
355
+ description: `
356
+ Render the group.
357
+
358
+ Signature:
359
+ function(params: AutocompleteRenderGroupParams) => ReactNode
360
+ params: The group to render.
361
+ `,
362
+ },
363
+ renderOption: {
364
+ type: 'function',
365
+ description: `Render the option, use getOptionLabel by default.
366
+
367
+ Signature:
368
+ function(props: object, option: T, state: object) => ReactNode
369
+ props: The props to apply on the li element.
370
+ option: The option to render.
371
+ state: The state of the component..
372
+ `,
373
+ },
374
+ renderTags: {
375
+ type: 'function',
376
+ description: `Render the selected value.
377
+
378
+ Signature:
379
+ function(value: Array<T>, getTagProps: function, ownerState: object) => ReactNode
380
+ value: The value provided to the component.
381
+ getTagProps: A tag props getter.
382
+ ownerState: The state of the Autocomplete component.
383
+ `,
384
+ },
385
+ required: {
386
+ type: 'boolean',
387
+ defaultValue: false,
388
+ },
389
+ selectOnFocus: {
390
+ type: 'boolean',
391
+ description: `If true, the input's text is selected on focus. It helps the user clear the selected value.`,
392
+ },
393
+ size: {
394
+ description: 'The size of the component.',
395
+ control: 'select',
396
+ options: ['small', 'medium', 'string'],
397
+ },
398
+ instructionText: {
399
+ type: 'string',
400
+ description: 'The instruction text content.',
401
+ defaultValue: undefined,
402
+ },
403
+ sx: {
404
+ control: 'object',
405
+ description: 'The system prop that allows defining system overrides as well as additional CSS',
406
+ },
407
+ value: {
408
+ description: 'The value of the autocomplete. The value must have reference equality with the option in order to be selected. You can customize the equality behavior with the isOptionEqualToValue prop',
409
+ },
410
+ },
411
+ };
412
+ const AutocompleteTemplate = (args) => React.createElement(CustomAutocomplete, Object.assign({}, args));
413
+ export const Autocomplete = AutocompleteTemplate.bind({});
@@ -0,0 +1,39 @@
1
+ import React from 'react';
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: {
4
+ alt?: string | undefined;
5
+ children?: React.ReactNode;
6
+ classes?: Partial<import("@mui/material").AvatarClasses> | undefined;
7
+ imgProps?: (React.ImgHTMLAttributes<HTMLImageElement> & {
8
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
9
+ }) | undefined;
10
+ sizes?: string | undefined;
11
+ src?: string | undefined;
12
+ srcSet?: string | undefined;
13
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
14
+ variant?: "square" | "rounded" | "circular" | undefined;
15
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
16
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
17
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "alt" | "src" | "sizes" | "srcSet" | "imgProps"> & {
18
+ isSelected?: boolean | undefined;
19
+ backgroundColor?: string | undefined;
20
+ }) => JSX.Element>;
21
+ export default _default;
22
+ export declare const Avatar: ComponentStory<(props: {
23
+ alt?: string | undefined;
24
+ children?: React.ReactNode;
25
+ classes?: Partial<import("@mui/material").AvatarClasses> | undefined;
26
+ imgProps?: (React.ImgHTMLAttributes<HTMLImageElement> & {
27
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
28
+ }) | undefined;
29
+ sizes?: string | undefined;
30
+ src?: string | undefined;
31
+ srcSet?: string | undefined;
32
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
33
+ variant?: "square" | "rounded" | "circular" | undefined;
34
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
35
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
36
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "variant" | "alt" | "src" | "sizes" | "srcSet" | "imgProps"> & {
37
+ isSelected?: boolean | undefined;
38
+ backgroundColor?: string | undefined;
39
+ }) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Avatar as CustomAvatar } from '../index';
3
+ export default {
4
+ title: 'Data Display/Avatar',
5
+ component: CustomAvatar,
6
+ };
7
+ const AvatarTemplate = (args) => React.createElement(CustomAvatar, Object.assign({}, args), "AZ");
8
+ export const Avatar = AvatarTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").BackdropProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Backdrop: ComponentStory<(props: import("@mui/material").BackdropProps<"div", {}>) => JSX.Element>;
@@ -0,0 +1,20 @@
1
+ import React from 'react';
2
+ import { Backdrop as CustomBackdrop, Button, CircularProgress } from '../index';
3
+ export default {
4
+ title: 'Data Display/Backdrop',
5
+ component: CustomBackdrop,
6
+ };
7
+ const BackdropTemplate = (args) => {
8
+ const [open, setOpen] = React.useState(false);
9
+ const handleClose = () => {
10
+ setOpen(false);
11
+ };
12
+ const handleToggle = () => {
13
+ setOpen(!open);
14
+ };
15
+ return (React.createElement("div", null,
16
+ React.createElement(Button, { onClick: handleToggle }, "Show backdrop"),
17
+ React.createElement(CustomBackdrop, Object.assign({ sx: { color: '#fff', zIndex: (theme) => theme.zIndex.drawer + 1 }, open: open, onClick: handleClose }, args),
18
+ React.createElement(CircularProgress, { color: "inherit" }))));
19
+ };
20
+ export const Backdrop = BackdropTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").BadgeProps<"span", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Badge: ComponentStory<(props: import("@mui/material").BadgeProps<"span", {}>) => JSX.Element>;
@@ -0,0 +1,10 @@
1
+ import React from 'react';
2
+ import { Badge as CustomBadge } from '../index';
3
+ import { Mail } from '@mui/icons-material';
4
+ export default {
5
+ title: 'Data Display/Badge',
6
+ component: CustomBadge,
7
+ };
8
+ const BadgeTemplate = (args) => (React.createElement(CustomBadge, Object.assign({ badgeContent: "4", color: "primary" }, args),
9
+ React.createElement(Mail, null)));
10
+ export const Badge = BadgeTemplate.bind({});
@@ -0,0 +1,25 @@
1
+ import React from 'react';
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/system").SystemProps<import("@mui/material").Theme> & {
4
+ children?: React.ReactNode;
5
+ component?: React.ElementType<any> | undefined;
6
+ ref?: React.Ref<unknown> | undefined;
7
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
8
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
9
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
10
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "ref" | ("zIndex" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "p" | "margin" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint") | "component"> & {
11
+ sx?: object | undefined;
12
+ component?: React.ElementType<any> | undefined;
13
+ }) => JSX.Element>;
14
+ export default _default;
15
+ export declare const Box: ComponentStory<(props: import("@mui/system").SystemProps<import("@mui/material").Theme> & {
16
+ children?: React.ReactNode;
17
+ component?: React.ElementType<any> | undefined;
18
+ ref?: React.Ref<unknown> | undefined;
19
+ sx?: import("@mui/system").SxProps<import("@mui/material").Theme> | undefined;
20
+ } & import("@mui/material/OverridableComponent").CommonProps & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
21
+ ref?: ((instance: HTMLDivElement | null) => void) | React.RefObject<HTMLDivElement> | null | undefined;
22
+ }, keyof import("@mui/material/OverridableComponent").CommonProps | "children" | "sx" | "ref" | ("zIndex" | "typography" | "fontFamily" | "fontSize" | "color" | "fontWeight" | "lineHeight" | "p" | "margin" | "border" | "boxShadow" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "boxSizing" | "columnGap" | "display" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "fontStyle" | "gridAutoColumns" | "gridAutoFlow" | "gridAutoRows" | "gridTemplateAreas" | "gridTemplateColumns" | "gridTemplateRows" | "height" | "justifyContent" | "justifyItems" | "justifySelf" | "left" | "letterSpacing" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "order" | "paddingBottom" | "paddingLeft" | "paddingRight" | "paddingTop" | "position" | "right" | "rowGap" | "textAlign" | "textOverflow" | "textTransform" | "top" | "visibility" | "whiteSpace" | "width" | "borderBottom" | "borderColor" | "borderLeft" | "borderRadius" | "borderRight" | "borderTop" | "flex" | "gap" | "gridArea" | "gridColumn" | "gridRow" | "overflow" | "padding" | "bgcolor" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "marginX" | "my" | "marginY" | "pt" | "pr" | "pb" | "pl" | "px" | "paddingX" | "py" | "paddingY" | "displayPrint") | "component"> & {
23
+ sx?: object | undefined;
24
+ component?: React.ElementType<any> | undefined;
25
+ }) => JSX.Element>;
@@ -0,0 +1,18 @@
1
+ import React from 'react';
2
+ import { Box as CustomBox } from '../index';
3
+ export default {
4
+ title: 'Layout/Box',
5
+ component: CustomBox,
6
+ };
7
+ const BoxTemplate = (args) => {
8
+ return (React.createElement(CustomBox, Object.assign({ sx: {
9
+ width: 300,
10
+ height: 300,
11
+ backgroundColor: 'primary.dark',
12
+ '&:hover': {
13
+ backgroundColor: 'primary.main',
14
+ opacity: [0.9, 0.8, 0.7],
15
+ },
16
+ } }, args)));
17
+ };
18
+ export const Box = BoxTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").BreadcrumbsProps<"nav", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Breadcrumbs: ComponentStory<(props: import("@mui/material").BreadcrumbsProps<"nav", {}>) => JSX.Element>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Breadcrumbs as CustomBreadcrumbs, Link, Typography } from '../index';
3
+ export default {
4
+ title: 'Data Display/Breadcrumbs',
5
+ component: CustomBreadcrumbs,
6
+ };
7
+ const BreadcrumbsTemplate = (args) => (React.createElement(CustomBreadcrumbs, Object.assign({ "aria-label": "breadcrumb" }, args),
8
+ React.createElement(Link, { underline: "hover", color: "inherit", href: "https://mui.com" }, "MUI"),
9
+ React.createElement(Link, { underline: "hover", color: "inherit", href: "https://mui.com/material-ui/getting-started/overview/" }, "Core"),
10
+ React.createElement(Typography, { color: "text.primary" }, "Breadcrumbs")));
11
+ export const Breadcrumbs = BreadcrumbsTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").ButtonProps<"button", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Button: ComponentStory<(props: import("@mui/material").ButtonProps<"button", {}>) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Button as CustomButton } from '../index';
3
+ export default {
4
+ title: 'Input/Button',
5
+ component: CustomButton,
6
+ };
7
+ const ButtonTemplate = (args) => (React.createElement(CustomButton, Object.assign({}, args), "Button"));
8
+ export const Button = ButtonTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").ButtonGroupProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const ButtonGroup: ComponentStory<(props: import("@mui/material").ButtonGroupProps<"div", {}>) => JSX.Element>;
@@ -0,0 +1,11 @@
1
+ import React from 'react';
2
+ import { Button, ButtonGroup as CustomButtonGroup } from '../index';
3
+ export default {
4
+ title: 'Data Display/ButtonGroup',
5
+ component: CustomButtonGroup,
6
+ };
7
+ const ButtonGroupTemplate = (args) => (React.createElement(CustomButtonGroup, Object.assign({ variant: "contained", "aria-label": "outlined primary button group" }, args),
8
+ React.createElement(Button, null, "One"),
9
+ React.createElement(Button, null, "Two"),
10
+ React.createElement(Button, null, "Three")));
11
+ export const ButtonGroup = ButtonGroupTemplate.bind({});
@@ -0,0 +1,5 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: import("@mui/material").CardProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Card: ComponentStory<(props: import("@mui/material").CardProps<"div", {}>) => JSX.Element>;