@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,15 @@
1
+ import React from 'react';
2
+ import { Card as CustomCard, CardMedia, CardContent, Typography, CardActions, Button } from '../index';
3
+ export default {
4
+ title: 'Data Display/Card',
5
+ component: CustomCard,
6
+ };
7
+ const CardTemplate = (args) => (React.createElement(CustomCard, Object.assign({ sx: { maxWidth: 345 } }, args),
8
+ React.createElement(CardMedia, { component: "img", height: "180", image: "data:image/jpeg;base64,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", alt: "green iguana" }),
9
+ React.createElement(CardContent, null,
10
+ React.createElement(Typography, { gutterBottom: true, variant: "h5", component: "div" }, "Lizard"),
11
+ React.createElement(Typography, { variant: "body2", color: "text.secondary" }, "Lizards are a widespread group of squamate reptiles, with over 6,000 species, ranging across all continents except Antarctica")),
12
+ React.createElement(CardActions, null,
13
+ React.createElement(Button, { size: "small" }, "Share"),
14
+ React.createElement(Button, { size: "small" }, "Learn More"))));
15
+ export const Card = CardTemplate.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").CheckboxProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Checkbox: ComponentStory<(props: import("@mui/material").CheckboxProps) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Checkbox as CustomCheckbox } from '../index';
3
+ export default {
4
+ title: 'Input/Checkbox',
5
+ component: CustomCheckbox,
6
+ };
7
+ const CheckboxTemplate = (args) => React.createElement(CustomCheckbox, Object.assign({}, args));
8
+ export const Checkbox = CheckboxTemplate.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").ChipProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Chip: ComponentStory<(props: import("@mui/material").ChipProps<"div", {}>) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Chip as CustomChip } from '../index';
3
+ export default {
4
+ title: 'Data Display/Chip',
5
+ component: CustomChip,
6
+ };
7
+ const ChipTemplate = (args) => React.createElement(CustomChip, Object.assign({}, args));
8
+ export const Chip = ChipTemplate.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").CircularProgressProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const CircularProgress: ComponentStory<(props: import("@mui/material").CircularProgressProps) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { CircularProgress as CustomCircularProgress } from '../index';
3
+ export default {
4
+ title: 'Data Display/CircularProgress',
5
+ component: CustomCircularProgress,
6
+ };
7
+ const CircularProgressTemplate = (args) => (React.createElement(CustomCircularProgress, Object.assign({}, args)));
8
+ export const CircularProgress = CircularProgressTemplate.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").CollapseProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Collapse: ComponentStory<(props: import("@mui/material").CollapseProps) => JSX.Element>;
@@ -0,0 +1,26 @@
1
+ import React, { useState } from 'react';
2
+ import { Collapse as CustomCollapse, Box, FormControlLabel, Switch, Typography } from '../index';
3
+ export default {
4
+ title: 'Data Display/Collapse',
5
+ component: CustomCollapse,
6
+ };
7
+ const CollapseTemplate = (args) => {
8
+ const children = (React.createElement(Typography, { variant: "body1" }, "Lorem ipsum dolor sit amet. Et odit quia qui deserunt repellat eum commodi totam id ipsa repellendus sed accusantium rerum. Quo laborum tempora in similique culpa sed enim dolores At tempora aut voluptates sint vel praesentium quis! Aut perferendis minima et molestiae corrupti sit illum velit in fugit consectetur qui accusantium culpa sed nihil omnis."));
9
+ const [checked, setChecked] = useState(false);
10
+ const handleChange = () => {
11
+ setChecked((prev) => !prev);
12
+ };
13
+ return (React.createElement(Box, { sx: { height: 300 } },
14
+ React.createElement(FormControlLabel, { control: React.createElement(Switch, { checked: checked, onChange: handleChange }), label: "Show" }),
15
+ React.createElement(Box, { sx: {
16
+ '& > :not(style)': {
17
+ display: 'flex',
18
+ justifyContent: 'space-around',
19
+ height: 120,
20
+ width: 250,
21
+ },
22
+ } },
23
+ React.createElement("div", null,
24
+ React.createElement(CustomCollapse, Object.assign({ in: checked }, args), children)))));
25
+ };
26
+ export const Collapse = CollapseTemplate.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").ContainerProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Container: ComponentStory<(props: import("@mui/material").ContainerProps<"div", {}>) => JSX.Element>;
@@ -0,0 +1,12 @@
1
+ import React from 'react';
2
+ import { Container as CustomContainer, Box } from '../index';
3
+ export default {
4
+ title: 'Layout/Container',
5
+ component: CustomContainer,
6
+ };
7
+ const ContainerTemplate = (args) => {
8
+ return (React.createElement(React.Fragment, null,
9
+ React.createElement(CustomContainer, Object.assign({ maxWidth: "sm" }, args),
10
+ React.createElement(Box, { sx: { bgcolor: '#cfe8fc', height: '200px' } }))));
11
+ };
12
+ export const Container = ContainerTemplate.bind({});
@@ -0,0 +1,21 @@
1
+ /// <reference types="react" />
2
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
3
+ declare const _default: ComponentMeta<(props: {
4
+ properties: import("../components/custom/CriteriaBuilder/CriteriaBuilder").ObjectProperty[];
5
+ setCriteria: Function;
6
+ criteria?: Record<string, any> | undefined;
7
+ enablePresetValues?: boolean | undefined;
8
+ }) => JSX.Element>;
9
+ export default _default;
10
+ export declare const CriteriaBuilder: ComponentStory<(props: {
11
+ properties: import("../components/custom/CriteriaBuilder/CriteriaBuilder").ObjectProperty[];
12
+ setCriteria: Function;
13
+ criteria?: Record<string, any> | undefined;
14
+ enablePresetValues?: boolean | undefined;
15
+ }) => JSX.Element>;
16
+ export declare const CriteriaBuilderPresetValues: ComponentStory<(props: {
17
+ properties: import("../components/custom/CriteriaBuilder/CriteriaBuilder").ObjectProperty[];
18
+ setCriteria: Function;
19
+ criteria?: Record<string, any> | undefined;
20
+ enablePresetValues?: boolean | undefined;
21
+ }) => JSX.Element>;
@@ -0,0 +1,206 @@
1
+ import React from 'react';
2
+ import { CriteriaBuilder as BuildCriteria } from '../index';
3
+ export default {
4
+ title: 'Input/CriteriaBuilder',
5
+ component: BuildCriteria,
6
+ };
7
+ const CriteriaBuilderTemplate = (args) => React.createElement(BuildCriteria, Object.assign({}, args));
8
+ export const CriteriaBuilder = CriteriaBuilderTemplate.bind({});
9
+ CriteriaBuilder.args = {
10
+ properties: [
11
+ {
12
+ id: 'name',
13
+ name: 'name',
14
+ type: 'string',
15
+ required: true,
16
+ },
17
+ {
18
+ id: 'licenseNumber',
19
+ name: 'license number',
20
+ type: 'string',
21
+ required: true,
22
+ },
23
+ {
24
+ id: 'issueDate',
25
+ name: 'issue date',
26
+ type: 'date',
27
+ required: false,
28
+ objectId: '',
29
+ },
30
+ {
31
+ id: 'status',
32
+ name: 'status',
33
+ type: 'string',
34
+ enum: ['active', 'expired', 'pending approval'],
35
+ required: false,
36
+ objectId: '',
37
+ },
38
+ {
39
+ id: 'licenseeName',
40
+ name: 'Licensee Name',
41
+ type: 'string',
42
+ required: false,
43
+ formula: '{{person.firstName}} {{person.middleName}} {{person.lastName}}',
44
+ },
45
+ {
46
+ id: 'calculated',
47
+ name: 'calculated',
48
+ type: 'string',
49
+ required: false,
50
+ objectId: '',
51
+ formula: '{{status}} - {{licensee.firstName}}',
52
+ },
53
+ {
54
+ id: 'application',
55
+ name: 'applicant',
56
+ type: 'object',
57
+ required: false,
58
+ objectId: 'application',
59
+ },
60
+ {
61
+ id: 'applicantName',
62
+ name: 'Application Info',
63
+ type: 'string',
64
+ required: false,
65
+ formula: '{{application.name}} - {{status}}',
66
+ },
67
+ {
68
+ id: 'licensedFor',
69
+ name: 'licensed for',
70
+ type: 'array',
71
+ enum: [
72
+ 'amusements',
73
+ 'food and beverage',
74
+ 'entertainment',
75
+ 'transportation',
76
+ 'hot dogs',
77
+ 'swimming pools',
78
+ 'ferris wheels',
79
+ 'bungee jumping',
80
+ ],
81
+ required: true,
82
+ searchable: false,
83
+ },
84
+ {
85
+ id: 'inState',
86
+ name: 'In State',
87
+ type: 'string',
88
+ enum: ['Yes', 'No'],
89
+ required: false,
90
+ searchable: false,
91
+ },
92
+ ],
93
+ setCriteria: (criteria) => console.log('criteria= ', criteria),
94
+ criteria: {
95
+ $or: [
96
+ {
97
+ name: 'bert',
98
+ },
99
+ {
100
+ licensedFor: { $in: ['hot dogs', 'amusements', 'entertainment'] },
101
+ },
102
+ {
103
+ licenseNumber: '123456',
104
+ },
105
+ {
106
+ issueDate: '2023-03-16',
107
+ },
108
+ ],
109
+ },
110
+ enablePresetValues: false,
111
+ };
112
+ export const CriteriaBuilderPresetValues = CriteriaBuilderTemplate.bind({});
113
+ CriteriaBuilderPresetValues.args = {
114
+ properties: [
115
+ {
116
+ id: 'name',
117
+ name: 'name',
118
+ type: 'string',
119
+ required: true,
120
+ },
121
+ {
122
+ id: 'licenseNumber',
123
+ name: 'license number',
124
+ type: 'string',
125
+ required: true,
126
+ },
127
+ {
128
+ id: 'issueDate',
129
+ name: 'issue date',
130
+ type: 'date',
131
+ required: false,
132
+ objectId: '',
133
+ },
134
+ {
135
+ id: 'status',
136
+ name: 'status',
137
+ type: 'string',
138
+ enum: ['active', 'expired', 'pending approval'],
139
+ required: false,
140
+ objectId: '',
141
+ },
142
+ {
143
+ id: 'licenseeName',
144
+ name: 'Licensee Name',
145
+ type: 'string',
146
+ required: false,
147
+ formula: '{{person.firstName}} {{person.middleName}} {{person.lastName}}',
148
+ },
149
+ {
150
+ id: 'calculated',
151
+ name: 'calculated',
152
+ type: 'string',
153
+ required: false,
154
+ objectId: '',
155
+ formula: '{{status}} - {{licensee.firstName}}',
156
+ },
157
+ {
158
+ id: 'application',
159
+ name: 'applicant',
160
+ type: 'object',
161
+ required: false,
162
+ objectId: 'application',
163
+ },
164
+ {
165
+ id: 'applicantName',
166
+ name: 'Application Info',
167
+ type: 'string',
168
+ required: false,
169
+ formula: '{{application.name}} - {{status}}',
170
+ },
171
+ {
172
+ id: 'licensedFor',
173
+ name: 'licensed for',
174
+ type: 'array',
175
+ enum: [
176
+ 'amusements',
177
+ 'food and beverage',
178
+ 'entertainment',
179
+ 'transportation',
180
+ 'hot dogs',
181
+ 'swimming pools',
182
+ 'ferris wheels',
183
+ 'bungee jumping',
184
+ ],
185
+ required: true,
186
+ searchable: false,
187
+ },
188
+ {
189
+ id: 'inState',
190
+ name: 'In State',
191
+ type: 'string',
192
+ enum: ['Yes', 'No'],
193
+ required: false,
194
+ searchable: false,
195
+ },
196
+ ],
197
+ setCriteria: (criteria) => console.log('criteria= ', criteria),
198
+ criteria: {
199
+ $or: [
200
+ {
201
+ name: '',
202
+ },
203
+ ],
204
+ },
205
+ enablePresetValues: true,
206
+ };
@@ -0,0 +1,6 @@
1
+ /// <reference types="react" />
2
+ import { ComponentStory, ComponentMeta } from '@storybook/react';
3
+ import { DatePickerProps } from '../index';
4
+ declare const _default: ComponentMeta<(props: DatePickerProps) => JSX.Element>;
5
+ export default _default;
6
+ export declare const DatePicker: ComponentStory<(props: DatePickerProps) => JSX.Element>;
@@ -0,0 +1,35 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import React, { useState } from 'react';
13
+ import { DatePicker as CustomDatePicker, LocalizationProvider } from '../index';
14
+ export default {
15
+ title: 'Input/DatePicker',
16
+ component: CustomDatePicker,
17
+ argTypes: {
18
+ value: {
19
+ type: {
20
+ name: 'string',
21
+ },
22
+ },
23
+ },
24
+ };
25
+ const DatePickerTemplate = (args) => {
26
+ const { value: initialValue, onChange } = args, rest = __rest(args, ["value", "onChange"]);
27
+ const [value, setValue] = useState(initialValue !== null && initialValue !== void 0 ? initialValue : null);
28
+ const handleChange = (newValue, input) => {
29
+ onChange(newValue, input);
30
+ setValue(newValue);
31
+ };
32
+ return (React.createElement(LocalizationProvider, null,
33
+ React.createElement(CustomDatePicker, Object.assign({}, rest, { value: value, onChange: handleChange }))));
34
+ };
35
+ export const DatePicker = DatePickerTemplate.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").DialogProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Dialog: ComponentStory<(props: import("@mui/material").DialogProps) => JSX.Element>;
@@ -0,0 +1,24 @@
1
+ import React from 'react';
2
+ import { Dialog as CustomDialog, Button, DialogTitle, DialogActions, DialogContent, TextField, Typography } from '../index';
3
+ export default {
4
+ title: 'Data Display/Dialog',
5
+ component: CustomDialog,
6
+ };
7
+ const DialogTemplate = (args) => {
8
+ const [open, setOpen] = React.useState(false);
9
+ const handleClickOpen = () => {
10
+ setOpen(true);
11
+ };
12
+ const handleClose = () => {
13
+ setOpen(false);
14
+ };
15
+ return (React.createElement(React.Fragment, null,
16
+ React.createElement(Button, { variant: "outlined", onClick: handleClickOpen }, "Open simple dialog"),
17
+ React.createElement(CustomDialog, Object.assign({ onClose: handleClose, open: open }, args),
18
+ React.createElement(DialogTitle, null, "Add backup account"),
19
+ React.createElement(DialogContent, null,
20
+ React.createElement(Typography, null, "Backup Account:"),
21
+ React.createElement(TextField, { placeholder: 'Account Name' })),
22
+ React.createElement(DialogActions, { defaultAction: { text: 'Add', onClick: () => { } }, defaultCancel: { text: 'Cancel', onClick: handleClose } }))));
23
+ };
24
+ export const Dialog = DialogTemplate.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").DividerProps<"hr", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Divider: ComponentStory<(props: import("@mui/material").DividerProps<"hr", {}>) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { Divider as CustomDivider } from '../index';
3
+ export default {
4
+ title: 'Data Display/Divider',
5
+ component: CustomDivider,
6
+ };
7
+ const DividerTemplate = (args) => React.createElement(CustomDivider, Object.assign({}, args));
8
+ export const Divider = DividerTemplate.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").DrawerProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const Drawer: ComponentStory<(props: import("@mui/material").DrawerProps) => JSX.Element>;
@@ -0,0 +1,27 @@
1
+ import React from 'react';
2
+ import { Typography } from '@mui/material';
3
+ import { Drawer as CustomDrawer, Button } from '../index';
4
+ export default {
5
+ title: 'Navigation/Drawer',
6
+ component: CustomDrawer,
7
+ };
8
+ const DrawerTemplate = (args) => {
9
+ const [state, setState] = React.useState({
10
+ top: false,
11
+ left: false,
12
+ bottom: false,
13
+ right: false,
14
+ });
15
+ const toggleDrawer = (anchor, open) => (event) => {
16
+ if (event.type === 'keydown' &&
17
+ (event.key === 'Tab' || event.key === 'Shift')) {
18
+ return;
19
+ }
20
+ setState(Object.assign(Object.assign({}, state), { [anchor]: open }));
21
+ };
22
+ return (React.createElement("div", null, ['left', 'right', 'top', 'bottom'].map((anchor) => (React.createElement(React.Fragment, { key: anchor },
23
+ React.createElement(Button, { onClick: toggleDrawer(anchor, true) }, anchor),
24
+ React.createElement(CustomDrawer, Object.assign({ anchor: anchor, open: state[anchor], onClose: toggleDrawer(anchor, false) }, args),
25
+ React.createElement(Typography, { variant: "h6" }, "Testing Drawer")))))));
26
+ };
27
+ export const Drawer = DrawerTemplate.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").FormControlProps<"div", {}>) => JSX.Element>;
4
+ export default _default;
5
+ export declare const FormControl: ComponentStory<(props: import("@mui/material").FormControlProps<"div", {}>) => JSX.Element>;
@@ -0,0 +1,14 @@
1
+ import React from 'react';
2
+ import { FormControl as CustomFormControl, FormControlLabel } from '../index';
3
+ import { FormLabel, Radio, RadioGroup } from '@mui/material';
4
+ export default {
5
+ title: 'Form Elements/FormControl',
6
+ component: CustomFormControl,
7
+ };
8
+ const FormControlTemplate = (args) => (React.createElement(CustomFormControl, Object.assign({}, args),
9
+ React.createElement(FormLabel, { id: "demo-radio-buttons-group-label" }, "Gender"),
10
+ React.createElement(RadioGroup, { "aria-labelledby": "demo-radio-buttons-group-label", defaultValue: "female", name: "radio-buttons-group" },
11
+ React.createElement(FormControlLabel, { value: "female", control: React.createElement(Radio, null), label: "Female" }),
12
+ React.createElement(FormControlLabel, { value: "male", control: React.createElement(Radio, null), label: "Male" }),
13
+ React.createElement(FormControlLabel, { value: "other", control: React.createElement(Radio, null), label: "Other" }))));
14
+ export const FormControl = FormControlTemplate.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").FormControlLabelProps) => JSX.Element>;
4
+ export default _default;
5
+ export declare const FormControlLabel: ComponentStory<(props: import("@mui/material").FormControlLabelProps) => JSX.Element>;
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ import { FormControlLabel as CustomFormControlLabel, Switch } from '../index';
3
+ export default {
4
+ title: 'Form Elements/FormControlLabel',
5
+ component: CustomFormControlLabel,
6
+ };
7
+ const FormControlLabelTemplate = (args) => (React.createElement(CustomFormControlLabel, Object.assign({ control: React.createElement(Switch, { defaultChecked: true }), label: "Label" }, args)));
8
+ export const FormControlLabel = FormControlLabelTemplate.bind({});
@@ -0,0 +1,9 @@
1
+ import { ComponentMeta, ComponentStory } from '@storybook/react';
2
+ declare const _default: ComponentMeta<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
3
+ export default _default;
4
+ export declare const InputField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
5
+ export declare const ChoicesSelectField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
6
+ export declare const DatePickerField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
7
+ export declare const BooleanField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
8
+ export declare const FileUploadField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;
9
+ export declare const ArraySelectField: ComponentStory<(props: import("../components/custom/FormField/FormField").FormFieldProps) => any>;