@getsoren/design-system 4.39.3
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.
- package/LICENSE +15 -0
- package/README.md +75 -0
- package/colors/index.d.ts +1 -0
- package/dist/colors/main.d.ts +1 -0
- package/dist/colors.cjs +1 -0
- package/dist/colors.js +204 -0
- package/dist/grey-2gXhhZ8O.cjs +1 -0
- package/dist/grey-yfF9T-hp.js +119 -0
- package/dist/main.cjs +239 -0
- package/dist/main.js +21509 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/Autocomplete.d.ts +345 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/autocompleteClasses.d.ts +58 -0
- package/dist/node_modules/@mui/material/esm/Autocomplete/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Avatar/Avatar.d.ts +112 -0
- package/dist/node_modules/@mui/material/esm/Avatar/avatarClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Avatar/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/AvatarGroup.d.ts +96 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/avatarGroupClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/AvatarGroup/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/Backdrop.d.ts +118 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/backdropClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Backdrop/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Box/Box.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Box/boxClasses.d.ts +7 -0
- package/dist/node_modules/@mui/material/esm/Box/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/ButtonBase.d.ts +125 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/TouchRipple.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/buttonBaseClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/index.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/ButtonBase/touchRippleClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/Chip/Chip.d.ts +133 -0
- package/dist/node_modules/@mui/material/esm/Chip/chipClasses.d.ts +150 -0
- package/dist/node_modules/@mui/material/esm/Chip/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/CircularProgress.d.ts +78 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/circularProgressClasses.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/CircularProgress/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Dialog/Dialog.d.ts +192 -0
- package/dist/node_modules/@mui/material/esm/Dialog/dialogClasses.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/Dialog/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/DialogActions.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/dialogActionsClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/DialogActions/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/DialogContent.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/dialogContentClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/DialogContent/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/DialogTitle.d.ts +43 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/dialogTitleClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/DialogTitle/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Divider/Divider.d.ts +75 -0
- package/dist/node_modules/@mui/material/esm/Divider/dividerClasses.d.ts +38 -0
- package/dist/node_modules/@mui/material/esm/Divider/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Fade/Fade.d.ts +48 -0
- package/dist/node_modules/@mui/material/esm/Fade/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/FilledInput.d.ts +43 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/filledInputClasses.d.ts +30 -0
- package/dist/node_modules/@mui/material/esm/FilledInput/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/FormControl/FormControl.d.ts +121 -0
- package/dist/node_modules/@mui/material/esm/FormControl/FormControlContext.d.ts +17 -0
- package/dist/node_modules/@mui/material/esm/FormControl/formControlClasses.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/FormControl/index.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/FormControl/useFormControl.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/FormHelperText.d.ts +72 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/formHelperTextClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/FormHelperText/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/FormLabel.d.ts +79 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/formLabelClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/FormLabel/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/GlobalStyles/GlobalStyles.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/Grow/Grow.d.ts +49 -0
- package/dist/node_modules/@mui/material/esm/Grow/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/IconButton/IconButton.d.ts +91 -0
- package/dist/node_modules/@mui/material/esm/IconButton/iconButtonClasses.d.ts +40 -0
- package/dist/node_modules/@mui/material/esm/IconButton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +65 -0
- package/dist/node_modules/@mui/material/esm/Input/Input.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/Input/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Input/inputClasses.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/InputAdornment.d.ts +59 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputAdornment/inputAdornmentClasses.d.ts +24 -0
- package/dist/node_modules/@mui/material/esm/InputBase/InputBase.d.ts +247 -0
- package/dist/node_modules/@mui/material/esm/InputBase/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputBase/inputBaseClasses.d.ts +55 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/InputLabel.d.ts +80 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/InputLabel/inputLabelClasses.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/Link/Link.d.ts +63 -0
- package/dist/node_modules/@mui/material/esm/Link/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Link/linkClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/List/List.d.ts +66 -0
- package/dist/node_modules/@mui/material/esm/List/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/List/listClasses.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/ListItemAvatar.d.ts +31 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemAvatar/listItemAvatarClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/ListItemButton.d.ts +86 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemButton/listItemButtonClasses.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/ListItemIcon.d.ts +34 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemIcon/listItemIconClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/ListItemText.d.ts +107 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListItemText/listItemTextClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/ListSubheader.d.ts +60 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/ListSubheader/listSubheaderClasses.d.ts +18 -0
- package/dist/node_modules/@mui/material/esm/Menu/Menu.d.ts +162 -0
- package/dist/node_modules/@mui/material/esm/Menu/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Menu/menuClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/MenuItem.d.ts +69 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/MenuItem/menuItemClasses.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/MenuList/MenuList.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/MenuList/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/Modal/Modal.d.ts +218 -0
- package/dist/node_modules/@mui/material/esm/Modal/ModalManager.d.ts +25 -0
- package/dist/node_modules/@mui/material/esm/Modal/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Modal/modalClasses.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/NativeSelect/NativeSelectInput.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/NativeSelect/nativeSelectClasses.d.ts +34 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/OutlinedInput.d.ts +57 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/OutlinedInput/outlinedInputClasses.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/Paper/Paper.d.ts +63 -0
- package/dist/node_modules/@mui/material/esm/Paper/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Paper/paperClasses.d.ts +64 -0
- package/dist/node_modules/@mui/material/esm/Popover/Popover.d.ts +234 -0
- package/dist/node_modules/@mui/material/esm/Popover/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Popover/popoverClasses.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Popper/Popper.d.ts +46 -0
- package/dist/node_modules/@mui/material/esm/Popper/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Popper/popperClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/Portal/Portal.d.ts +16 -0
- package/dist/node_modules/@mui/material/esm/Portal/index.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/Select/Select.d.ts +189 -0
- package/dist/node_modules/@mui/material/esm/Select/SelectInput.d.ts +57 -0
- package/dist/node_modules/@mui/material/esm/Select/index.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/Select/selectClasses.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/SelectFocusSourceContext.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/areEqualValues.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/getOpenInteractionType.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Select/utils/isEmpty.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/Skeleton.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Skeleton/skeletonClasses.d.ts +26 -0
- package/dist/node_modules/@mui/material/esm/Stack/Stack.d.ts +58 -0
- package/dist/node_modules/@mui/material/esm/Stack/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Stack/stackClasses.d.ts +6 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/SvgIcon.d.ts +89 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/SvgIcon/svgIconClasses.d.ts +26 -0
- package/dist/node_modules/@mui/material/esm/TextField/TextField.d.ts +347 -0
- package/dist/node_modules/@mui/material/esm/TextField/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/TextField/textFieldClasses.d.ts +8 -0
- package/dist/node_modules/@mui/material/esm/TextareaAutosize/TextareaAutosize.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/TextareaAutosize/index.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/Typography/Typography.d.ts +100 -0
- package/dist/node_modules/@mui/material/esm/Typography/index.d.ts +4 -0
- package/dist/node_modules/@mui/material/esm/Typography/typographyClasses.d.ts +53 -0
- package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/FocusTrap.d.ts +10 -0
- package/dist/node_modules/@mui/material/esm/Unstable_TrapFocus/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/colors/amber.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/blue.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/blueGrey.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/brown.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/common.d.ts +14 -0
- package/dist/node_modules/@mui/material/esm/colors/cyan.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/deepOrange.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/deepPurple.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/green.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/grey.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/index.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/colors/indigo.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lightBlue.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lightGreen.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/lime.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/orange.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/pink.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/purple.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/red.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/teal.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/colors/yellow.d.ts +62 -0
- package/dist/node_modules/@mui/material/esm/locale/amET.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arEG.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arSA.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/arSD.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/azAZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/beBY.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/bgBG.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/bnBD.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/caES.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/csCZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/daDK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/deDE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/elGR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/enUS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/esES.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/etEE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/faIR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/fiFI.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/frFR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/heIL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hiIN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hrHR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/huHU.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/hyAM.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/idID.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/index.d.ts +60 -0
- package/dist/node_modules/@mui/material/esm/locale/isIS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/itIT.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/jaJP.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/khKH.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kkKZ.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/koKR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kuCKB.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/kuLatn.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/mkMK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/msMS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/myMY.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nbNO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/neNP.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nlNL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/nnNO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/plPL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/psAF.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ptBR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ptPT.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/roRO.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ruRU.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/siLK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/skSK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/srRS.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/svSE.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/thTH.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/tlTL.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/trTR.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/ukUA.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/urPK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/utils/LocaleTextApi.d.ts +23 -0
- package/dist/node_modules/@mui/material/esm/locale/viVN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhCN.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhHK.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/locale/zhTW.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/ThemeProvider.d.ts +76 -0
- package/dist/node_modules/@mui/material/esm/styles/ThemeProviderWithVars.d.ts +50 -0
- package/dist/node_modules/@mui/material/esm/styles/adaptV4Theme.d.ts +36 -0
- package/dist/node_modules/@mui/material/esm/styles/createColorScheme.d.ts +11 -0
- package/dist/node_modules/@mui/material/esm/styles/createMixins.d.ts +32 -0
- package/dist/node_modules/@mui/material/esm/styles/createPalette.d.ts +125 -0
- package/dist/node_modules/@mui/material/esm/styles/createStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/createTheme.d.ts +22 -0
- package/dist/node_modules/@mui/material/esm/styles/createThemeNoVars.d.ts +76 -0
- package/dist/node_modules/@mui/material/esm/styles/createThemeWithVars.d.ts +70 -0
- package/dist/node_modules/@mui/material/esm/styles/createTransitions.d.ts +51 -0
- package/dist/node_modules/@mui/material/esm/styles/createTypography.d.ts +28 -0
- package/dist/node_modules/@mui/material/esm/styles/cssUtils.d.ts +25 -0
- package/dist/node_modules/@mui/material/esm/styles/excludeVariablesFromRoot.d.ts +5 -0
- package/dist/node_modules/@mui/material/esm/styles/getOverlayAlpha.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/identifier.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/index.d.ts +68 -0
- package/dist/node_modules/@mui/material/esm/styles/makeStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/responsiveFontSizes.d.ts +11 -0
- package/dist/node_modules/@mui/material/esm/styles/rootShouldForwardProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/shadows.d.ts +3 -0
- package/dist/node_modules/@mui/material/esm/styles/shouldSkipGeneratingVar.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/slotShouldForwardProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/styled.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/styles/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/styles/useThemeProps.d.ts +42 -0
- package/dist/node_modules/@mui/material/esm/styles/withStyles.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/withTheme.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/styles/zIndex.d.ts +13 -0
- package/dist/node_modules/@mui/material/esm/transitions/index.d.ts +1 -0
- package/dist/node_modules/@mui/material/esm/transitions/transition.d.ts +12 -0
- package/dist/node_modules/@mui/material/esm/useAutocomplete/index.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/useAutocomplete/useAutocomplete.d.ts +420 -0
- package/dist/node_modules/@mui/material/esm/utils/capitalize.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/createChainedFunction.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/createSvgIcon.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/debounce.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/deprecatedPropType.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/index.d.ts +20 -0
- package/dist/node_modules/@mui/material/esm/utils/isMuiElement.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/memoTheme.d.ts +7 -0
- package/dist/node_modules/@mui/material/esm/utils/mergeSlotProps.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/ownerDocument.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/ownerWindow.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/requirePropFactory.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/setRef.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/unsupportedProp.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useControlled.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useEnhancedEffect.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useEventCallback.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useForkRef.d.ts +2 -0
- package/dist/node_modules/@mui/material/esm/utils/useId.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/ThemeProvider.d.ts +6 -0
- package/dist/node_modules/@mui/private-theming/esm/ThemeProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/index.d.ts +5 -0
- package/dist/node_modules/@mui/private-theming/esm/useTheme/index.d.ts +2 -0
- package/dist/node_modules/@mui/private-theming/esm/useTheme/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/GlobalStyles.d.ts +7 -0
- package/dist/node_modules/@mui/styled-engine/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/StyledEngineProvider.d.ts +7 -0
- package/dist/node_modules/@mui/styled-engine/esm/StyledEngineProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/styled-engine/esm/index.d.ts +124 -0
- package/dist/node_modules/@mui/system/esm/Box/Box.d.ts +54 -0
- package/dist/node_modules/@mui/system/esm/Box/boxClasses.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/Box/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/Container/Container.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Container/containerClasses.d.ts +22 -0
- package/dist/node_modules/@mui/system/esm/Container/createContainer.d.ts +18 -0
- package/dist/node_modules/@mui/system/esm/Container/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/GlobalStyles.d.ts +16 -0
- package/dist/node_modules/@mui/system/esm/GlobalStyles/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/Grid/Grid.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Grid/GridProps.d.ts +103 -0
- package/dist/node_modules/@mui/system/esm/Grid/createGrid.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridClasses.d.ts +20 -0
- package/dist/node_modules/@mui/system/esm/Grid/gridGenerator.d.ts +42 -0
- package/dist/node_modules/@mui/system/esm/Grid/index.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/Grid/traverseBreakpoints.d.ts +7 -0
- package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/InitColorSchemeScript.d.ts +47 -0
- package/dist/node_modules/@mui/system/esm/InitColorSchemeScript/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/Stack/Stack.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/Stack/StackProps.d.ts +53 -0
- package/dist/node_modules/@mui/system/esm/Stack/createStack.d.ts +24 -0
- package/dist/node_modules/@mui/system/esm/Stack/index.d.ts +5 -0
- package/dist/node_modules/@mui/system/esm/Stack/stackClasses.d.ts +8 -0
- package/dist/node_modules/@mui/system/esm/ThemeProvider/ThemeProvider.d.ts +25 -0
- package/dist/node_modules/@mui/system/esm/ThemeProvider/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/borders/borders.d.ts +15 -0
- package/dist/node_modules/@mui/system/esm/borders/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/breakpoints/breakpoints.d.ts +19 -0
- package/dist/node_modules/@mui/system/esm/breakpoints/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/colorManipulator/colorManipulator.d.ts +25 -0
- package/dist/node_modules/@mui/system/esm/colorManipulator/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/compose/compose.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/compose/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/createBox/createBox.d.ts +9 -0
- package/dist/node_modules/@mui/system/esm/createBox/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/createBreakpoints/createBreakpoints.d.ts +78 -0
- package/dist/node_modules/@mui/system/esm/createBreakpoints/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/createStyled/createStyled.d.ts +27 -0
- package/dist/node_modules/@mui/system/esm/createStyled/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/createTheme/applyStyles.d.ts +67 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createSpacing.d.ts +10 -0
- package/dist/node_modules/@mui/system/esm/createTheme/createTheme.d.ts +54 -0
- package/dist/node_modules/@mui/system/esm/createTheme/index.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/createTheme/shape.d.ts +6 -0
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/cssContainerQueries.d.ts +23 -0
- package/dist/node_modules/@mui/system/esm/cssContainerQueries/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/cssGrid/cssGrid.d.ts +16 -0
- package/dist/node_modules/@mui/system/esm/cssGrid/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsProvider.d.ts +141 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createCssVarsTheme.d.ts +15 -0
- package/dist/node_modules/@mui/system/esm/cssVars/createGetCssVar.d.ts +5 -0
- package/dist/node_modules/@mui/system/esm/cssVars/cssVarsParser.d.ts +64 -0
- package/dist/node_modules/@mui/system/esm/cssVars/getColorSchemeSelector.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/cssVars/index.d.ts +8 -0
- package/dist/node_modules/@mui/system/esm/cssVars/localStorageManager.d.ts +34 -0
- package/dist/node_modules/@mui/system/esm/cssVars/prepareCssVars.d.ts +17 -0
- package/dist/node_modules/@mui/system/esm/cssVars/prepareTypographyVars.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/cssVars/useCurrentColorScheme.d.ts +56 -0
- package/dist/node_modules/@mui/system/esm/display/display.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/display/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/flexbox/flexbox.d.ts +17 -0
- package/dist/node_modules/@mui/system/esm/flexbox/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/getThemeValue.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/getThemeValue/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/index.d.ts +90 -0
- package/dist/node_modules/@mui/system/esm/memoTheme.d.ts +12 -0
- package/dist/node_modules/@mui/system/esm/palette/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/palette/palette.d.ts +6 -0
- package/dist/node_modules/@mui/system/esm/positions/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/positions/positions.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/responsivePropType/responsivePropType.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/shadows/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/shadows/shadows.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/sizing/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/sizing/sizing.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/spacing/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/spacing/spacing.d.ts +20 -0
- package/dist/node_modules/@mui/system/esm/style/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/style/style.d.ts +23 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/defaultSxConfig.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/extendSxProp.d.ts +4 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/index.d.ts +9 -0
- package/dist/node_modules/@mui/system/esm/styleFunctionSx/styleFunctionSx.d.ts +62 -0
- package/dist/node_modules/@mui/system/esm/styled/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/styled/styled.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/typography/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/typography/typography.d.ts +13 -0
- package/dist/node_modules/@mui/system/esm/useMediaQuery/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useMediaQuery/useMediaQuery.d.ts +32 -0
- package/dist/node_modules/@mui/system/esm/useTheme/index.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useTheme/useTheme.d.ts +2 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/getThemeProps.d.ts +11 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/index.d.ts +3 -0
- package/dist/node_modules/@mui/system/esm/useThemeProps/useThemeProps.d.ts +14 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/index.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/useThemeWithoutDefault/useThemeWithoutDefault.d.ts +1 -0
- package/dist/node_modules/@mui/system/esm/version/index.d.ts +6 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/ClassNameGenerator.d.ts +6 -0
- package/dist/node_modules/@mui/utils/esm/ClassNameGenerator/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/capitalize.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/capitalize/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/composeClasses/composeClasses.d.ts +29 -0
- package/dist/node_modules/@mui/utils/esm/composeClasses/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/createChainedFunction/createChainedFunction.d.ts +7 -0
- package/dist/node_modules/@mui/utils/esm/createChainedFunction/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/debounce/debounce.d.ts +4 -0
- package/dist/node_modules/@mui/utils/esm/debounce/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/deprecatedPropType/deprecatedPropType.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/deprecatedPropType/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/generateUtilityClass.d.ts +17 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClass/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/generateUtilityClasses.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/generateUtilityClasses/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/isMuiElement/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/isMuiElement/isMuiElement.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerDocument/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerDocument/ownerDocument.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerWindow/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/ownerWindow/ownerWindow.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/requirePropFactory/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/requirePropFactory/requirePropFactory.d.ts +3 -0
- package/dist/node_modules/@mui/utils/esm/setRef/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/setRef/setRef.d.ts +15 -0
- package/dist/node_modules/@mui/utils/esm/unsupportedProp/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/unsupportedProp/unsupportedProp.d.ts +3 -0
- package/dist/node_modules/@mui/utils/esm/useControlled/index.d.ts +2 -0
- package/dist/node_modules/@mui/utils/esm/useControlled/useControlled.d.ts +20 -0
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useEnhancedEffect/useEnhancedEffect.d.ts +10 -0
- package/dist/node_modules/@mui/utils/esm/useEventCallback/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useEventCallback/useEventCallback.d.ts +7 -0
- package/dist/node_modules/@mui/utils/esm/useForkRef/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useForkRef/useForkRef.d.ts +17 -0
- package/dist/node_modules/@mui/utils/esm/useId/index.d.ts +1 -0
- package/dist/node_modules/@mui/utils/esm/useId/useId.d.ts +7 -0
- package/dist/node_modules/@popperjs/core/lib/createPopper.d.ts +9 -0
- package/dist/node_modules/@popperjs/core/lib/enums.d.ts +34 -0
- package/dist/node_modules/@popperjs/core/lib/index.d.ts +6 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/applyStyles.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/arrow.d.ts +13 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/computeStyles.d.ts +38 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/eventListeners.d.ts +8 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/flip.d.ts +16 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/hide.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/index.d.ts +9 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/offset.d.ts +18 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/popperOffsets.d.ts +4 -0
- package/dist/node_modules/@popperjs/core/lib/modifiers/preventOverflow.d.ts +30 -0
- package/dist/node_modules/@popperjs/core/lib/popper-lite.d.ts +5 -0
- package/dist/node_modules/@popperjs/core/lib/popper.d.ts +7 -0
- package/dist/node_modules/@popperjs/core/lib/utils/detectOverflow.d.ts +12 -0
- package/dist/src/components/DataDisplay/ArticleImage/ArticleImage.d.ts +15 -0
- package/dist/src/components/DataDisplay/ArticleImage/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Avatar/Avatar.d.ts +11 -0
- package/dist/src/components/DataDisplay/Avatar/index.d.ts +2 -0
- package/dist/src/components/DataDisplay/AvatarAppBar/AvatarAppBar.d.ts +3 -0
- package/dist/src/components/DataDisplay/AvatarAppBar/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/Chat.d.ts +25 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetail.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationDetailHeader.d.ts +18 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatConversationList.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatMessageBubble.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatMessageInput.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatParticipantAutocomplete.d.ts +21 -0
- package/dist/src/components/DataDisplay/Chat/components/ChatParticipantDialog.d.ts +3 -0
- package/dist/src/components/DataDisplay/Chat/types.d.ts +122 -0
- package/dist/src/components/DataDisplay/Chat/utils/ensureUtc.d.ts +5 -0
- package/dist/src/components/DataDisplay/Chat/utils/extractUrls.d.ts +4 -0
- package/dist/src/components/DataDisplay/Chat/utils/formatParticipantNames.d.ts +7 -0
- package/dist/src/components/DataDisplay/Chip/Chip.d.ts +7 -0
- package/dist/src/components/DataDisplay/Chip/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/FileViewer/FileViewer.d.ts +22 -0
- package/dist/src/components/DataDisplay/FileViewer/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/FileViewer/utils/downloadFile.d.ts +2 -0
- package/dist/src/components/DataDisplay/FileViewer/utils/getThumbnailPath.d.ts +2 -0
- package/dist/src/components/DataDisplay/Icons/ArrowRightIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/ChatBubbleIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/CheckIcon.d.ts +5 -0
- package/dist/src/components/DataDisplay/Icons/ChevronIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/ChevronLeftDoubleIcon.d.ts +7 -0
- package/dist/src/components/DataDisplay/Icons/CloseIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/DeleteIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/DotIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/MenuIcon.d.ts +5 -0
- package/dist/src/components/DataDisplay/Icons/MoreHorizIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/PenLineIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/PersonAddIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/SearchIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/SendIcon.d.ts +3 -0
- package/dist/src/components/DataDisplay/Icons/UploadIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/VisibilityIcon.d.ts +8 -0
- package/dist/src/components/DataDisplay/Icons/VisibilityOff.d.ts +8 -0
- package/dist/src/components/DataDisplay/Kanban/Kanban.d.ts +16 -0
- package/dist/src/components/DataDisplay/Kanban/components/ChipStatusKanban.d.ts +17 -0
- package/dist/src/components/DataDisplay/Kanban/components/EmptyStateOverlay.d.ts +5 -0
- package/dist/src/components/DataDisplay/Kanban/components/KanbanCard.d.ts +10 -0
- package/dist/src/components/DataDisplay/Kanban/components/KanbanColumn.d.ts +24 -0
- package/dist/src/components/DataDisplay/Kanban/hooks/useDragScroll.d.ts +7 -0
- package/dist/src/components/DataDisplay/Kanban/types.d.ts +131 -0
- package/dist/src/components/DataDisplay/ListAvatar/ListAvatar.d.ts +125 -0
- package/dist/src/components/DataDisplay/ListAvatar/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/ListItemCard/ListItemCard.d.ts +25 -0
- package/dist/src/components/DataDisplay/ListItemCard/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Logo/Logo.d.ts +55 -0
- package/dist/src/components/DataDisplay/Logo/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/Logo/useLogo.d.ts +17 -0
- package/dist/src/components/DataDisplay/StatusIcon/StatusIcon.d.ts +22 -0
- package/dist/src/components/DataDisplay/StatusIcon/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/TimeLine/TimeLine.d.ts +114 -0
- package/dist/src/components/DataDisplay/TimeLine/TimeLineEventItem.d.ts +7 -0
- package/dist/src/components/DataDisplay/TimeLine/index.d.ts +3 -0
- package/dist/src/components/DataDisplay/TypographySkeleton/TypographySkeleton.d.ts +23 -0
- package/dist/src/components/DataDisplay/TypographySkeleton/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogCloseIcon/DialogCloseIcon.d.ts +7 -0
- package/dist/src/components/Feedback/Dialog/DialogCloseIcon/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogPopper/DialogPopper.d.ts +30 -0
- package/dist/src/components/Feedback/Dialog/DialogPopper/index.d.ts +2 -0
- package/dist/src/components/Feedback/Dialog/DialogValidation/DialogValidation.d.ts +35 -0
- package/dist/src/components/Feedback/Lightbox/Lightbox.d.ts +9 -0
- package/dist/src/components/Feedback/Lightbox/index.d.ts +2 -0
- package/dist/src/components/Inputs/ActionAppBar/ActionAppBar.d.ts +3 -0
- package/dist/src/components/Inputs/ActionAppBar/index.d.ts +3 -0
- package/dist/src/components/Inputs/AutocompleteFilter/AutocompleteFilter.d.ts +75 -0
- package/dist/src/components/Inputs/AutocompleteFilter/index.d.ts +3 -0
- package/dist/src/components/Inputs/Button/Button.d.ts +10 -0
- package/dist/src/components/Inputs/Button/index.d.ts +3 -0
- package/dist/src/components/Inputs/ChipFilter/ChipFilter.d.ts +123 -0
- package/dist/src/components/Inputs/File/File.d.ts +28 -0
- package/dist/src/components/Inputs/File/index.d.ts +3 -0
- package/dist/src/components/Inputs/QuantityField/QuantityField.d.ts +8 -0
- package/dist/src/components/Inputs/QuantityField/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextArea/TextArea.d.ts +3 -0
- package/dist/src/components/Inputs/TextArea/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldAppBar/TextFieldAppBar.d.ts +2 -0
- package/dist/src/components/Inputs/TextFieldAppBar/index.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldAutosize/TextFieldAutosize.d.ts +15 -0
- package/dist/src/components/Inputs/TextFieldAutosize/utils/measureInputWidth.d.ts +2 -0
- package/dist/src/components/Inputs/TextFieldPassword/TextFieldPassword.d.ts +3 -0
- package/dist/src/components/Inputs/TextFieldPassword/index.d.ts +3 -0
- package/dist/src/components/Layout/Backoffice/Backoffice.d.ts +8 -0
- package/dist/src/components/Layout/Backoffice/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/BurgerAppBar.d.ts +2 -0
- package/dist/src/components/Navigation/NavigationMenu/BurgerAppBar/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/NavLinkItem.d.ts +10 -0
- package/dist/src/components/Navigation/NavigationMenu/NavLinkItem/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/NavigationMenu.d.ts +110 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBar/SideBar.d.ts +10 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBar/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/SideBarMenu.d.ts +9 -0
- package/dist/src/components/Navigation/NavigationMenu/SideBarMenu/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/index.d.ts +3 -0
- package/dist/src/components/Navigation/NavigationMenu/utils/utils.d.ts +10 -0
- package/dist/src/components/Navigation/TabPanel/TabPanel.d.ts +13 -0
- package/dist/src/components/Navigation/TabPanel/index.d.ts +2 -0
- package/dist/src/components/Navigation/Tabs/LinkTab/LinkTab.d.ts +10 -0
- package/dist/src/components/Navigation/Tabs/LinkTab/index.d.ts +3 -0
- package/dist/src/components/Surface/AppBar/AppBar.d.ts +23 -0
- package/dist/src/components/Surface/AppBar/index.d.ts +3 -0
- package/dist/src/components/Surface/BottomFixedPaper/BottomFixedPaper.d.ts +37 -0
- package/dist/src/components/Surface/BottomFixedPaper/index.d.ts +3 -0
- package/dist/src/components/Surface/CardModal/CardModal.d.ts +4 -0
- package/dist/src/components/Surface/CardModal/index.d.ts +3 -0
- package/dist/src/components/Utils/HasPermission/HasPermission.d.ts +28 -0
- package/dist/src/components/Utils/HasPermission/index.d.ts +3 -0
- package/dist/src/config/theme.d.ts +127 -0
- package/dist/src/constants/colors.d.ts +262 -0
- package/dist/src/constants/fonts.d.ts +2 -0
- package/dist/src/context/Permission/PermissionContext.d.ts +9 -0
- package/dist/src/context/Permission/PermissionProvider.d.ts +17 -0
- package/dist/src/context/Snackbar/SnackbarProvider.d.ts +28 -0
- package/dist/src/context/Theme/ThemeProvider.d.ts +52 -0
- package/dist/src/hooks/useMenu/index.d.ts +3 -0
- package/dist/src/hooks/useMenu/useMenu.d.ts +11 -0
- package/dist/src/hooks/usePermission/index.d.ts +3 -0
- package/dist/src/hooks/usePermission/usePermission.d.ts +13 -0
- package/dist/src/hooks/useSnackbar/index.d.ts +3 -0
- package/dist/src/hooks/useSnackbar/useSnackbar.d.ts +9 -0
- package/dist/src/hooks/useTabs/index.d.ts +3 -0
- package/dist/src/hooks/useTabs/useTabs.d.ts +9 -0
- package/dist/src/hooks/useTranslation/index.d.ts +2 -0
- package/dist/src/hooks/useTranslation/useTranslation.d.ts +6 -0
- package/dist/src/locales/en.d.ts +8 -0
- package/dist/src/locales/fr.d.ts +8 -0
- package/dist/src/locales/index.d.ts +4 -0
- package/dist/src/main.d.ts +98 -0
- package/dist/src/utils/getBackgroundImageElevation.d.ts +6 -0
- package/dist/src/utils/getBrowser.d.ts +10 -0
- package/dist/src/utils/isDocumentType.d.ts +6 -0
- package/dist/src/utils/isValidUrl.d.ts +6 -0
- package/dist/src/utils/pxToRem.d.ts +8 -0
- package/dist/tracktor-dark-B3y9ZpLo.js +4 -0
- package/dist/tracktor-dark-Dh3lN-nb.cjs +1 -0
- package/dist/tracktor-light-BIuNDEGa.js +4 -0
- package/dist/tracktor-light-CrAkOlDb.cjs +1 -0
- package/dist/tracktor-logo-Cd1IkThG.cjs +1 -0
- package/dist/tracktor-logo-D1a8jDkZ.js +4 -0
- package/dist/tracktor-pricing-BsdIh7ok.js +4 -0
- package/dist/tracktor-pricing-CgcMSJEr.cjs +1 -0
- package/dist/tracktor-supplier-dark-C1gkEYha.js +4 -0
- package/dist/tracktor-supplier-dark-DQ3IOshg.cjs +1 -0
- package/dist/tracktor-supplier-light-BDNvaTwl.js +4 -0
- package/dist/tracktor-supplier-light-BZ14UCiP.cjs +1 -0
- package/package.json +110 -0
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { FC, ReactNode } from 'react';
|
|
2
|
+
import { default as ChatConversationDetail } from './components/ChatConversationDetail';
|
|
3
|
+
import { default as ChatConversationList } from './components/ChatConversationList';
|
|
4
|
+
import { default as ChatMessageBubble } from './components/ChatMessageBubble';
|
|
5
|
+
import { default as ChatMessageInput } from './components/ChatMessageInput';
|
|
6
|
+
import { default as ChatParticipantDialog } from './components/ChatParticipantDialog';
|
|
7
|
+
interface ChatProps {
|
|
8
|
+
children: ReactNode;
|
|
9
|
+
height?: string | number;
|
|
10
|
+
width?: string | number;
|
|
11
|
+
}
|
|
12
|
+
interface ChatBodyProps {
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}
|
|
15
|
+
declare const ChatBody: ({ children }: ChatBodyProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
|
+
type ChatComponent = FC<ChatProps> & {
|
|
17
|
+
Body: typeof ChatBody;
|
|
18
|
+
ConversationDetail: typeof ChatConversationDetail;
|
|
19
|
+
ConversationList: typeof ChatConversationList;
|
|
20
|
+
MessageBubble: typeof ChatMessageBubble;
|
|
21
|
+
MessageInput: typeof ChatMessageInput;
|
|
22
|
+
ParticipantDialog: typeof ChatParticipantDialog;
|
|
23
|
+
};
|
|
24
|
+
declare const Chat: ChatComponent;
|
|
25
|
+
export default Chat;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ChatConversationDetailProps } from '../types';
|
|
2
|
+
declare const ChatConversationDetail: ({ threadId, participants, isLoading, messages, currentUserId, onDeleteConversation, onNewConversation, onSendMessage, onAddParticipants, onSearchParticipants, searchResults, isSearchingParticipants, avatarSrcResolver, renderAfterBubble, labels, formatDayLabel, isSending, formatParticipantName, headerAction, defaultMessage, onAddParticipantDialogOpenChange, messageMaxLength, }: ChatConversationDetailProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ChatConversationDetail;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ChatConversationDetailLabels, ChatParticipant, ChatSearchUser } from '../types';
|
|
3
|
+
interface ChatConversationDetailHeaderProps {
|
|
4
|
+
threadId: string;
|
|
5
|
+
participants?: ChatParticipant[] | null;
|
|
6
|
+
onDeleteConversation: (threadId: string) => void;
|
|
7
|
+
onAddParticipants: (participants: ChatSearchUser[]) => void;
|
|
8
|
+
onSearchParticipants?: (query: string) => void;
|
|
9
|
+
searchResults?: ChatSearchUser[];
|
|
10
|
+
isSearchingParticipants?: boolean;
|
|
11
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
12
|
+
labels?: ChatConversationDetailLabels;
|
|
13
|
+
formatParticipantName?: (participant: ChatParticipant) => string;
|
|
14
|
+
headerAction?: ReactNode;
|
|
15
|
+
onAddParticipantDialogOpenChange?: (open: boolean) => void;
|
|
16
|
+
}
|
|
17
|
+
declare const ChatConversationDetailHeader: ({ threadId, participants, onDeleteConversation, onAddParticipants, onSearchParticipants, searchResults, isSearchingParticipants, avatarSrcResolver, labels, formatParticipantName, headerAction, onAddParticipantDialogOpenChange, }: ChatConversationDetailHeaderProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
18
|
+
export default ChatConversationDetailHeader;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ChatConversationListProps } from '../types';
|
|
2
|
+
declare const ChatConversationList: ({ threads, isLoading, selectedThreadId, onSelectThread, onNewConversation, avatarSrcResolver, labels, formatDate, formatParticipantName, onLoadMore, hasMore, }: ChatConversationListProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ChatConversationList;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ChatMessageBubbleProps } from '../types';
|
|
2
|
+
declare const ChatMessageBubble: ({ isOwn, message, participants, avatarSrcResolver, renderAfterBubble, formatTime }: ChatMessageBubbleProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ChatMessageBubble;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { Ref } from 'react';
|
|
2
|
+
import { ChatSearchUser } from '../types';
|
|
3
|
+
export interface ChatParticipantAutocompleteHandle {
|
|
4
|
+
focus: () => void;
|
|
5
|
+
}
|
|
6
|
+
interface ChatParticipantAutocompleteProps {
|
|
7
|
+
ref?: Ref<ChatParticipantAutocompleteHandle>;
|
|
8
|
+
value: ChatSearchUser[];
|
|
9
|
+
onChange: (value: ChatSearchUser[]) => void;
|
|
10
|
+
onInputChange?: (query: string) => void;
|
|
11
|
+
options?: ChatSearchUser[];
|
|
12
|
+
isLoading?: boolean;
|
|
13
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
14
|
+
labels?: {
|
|
15
|
+
participants?: string;
|
|
16
|
+
searchContacts?: string;
|
|
17
|
+
noOptionsText?: string;
|
|
18
|
+
};
|
|
19
|
+
}
|
|
20
|
+
declare const ChatParticipantAutocomplete: ({ ref, value, onChange, onInputChange, options, isLoading, avatarSrcResolver, labels, }: ChatParticipantAutocompleteProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
21
|
+
export default ChatParticipantAutocomplete;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ChatParticipantDialogProps } from '../types';
|
|
2
|
+
declare const ChatParticipantDialog: ({ open, onClose, onConfirm, onSearch, searchResults, isSearchLoading, isConfirmLoading, avatarSrcResolver, labels, }: ChatParticipantDialogProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
3
|
+
export default ChatParticipantDialog;
|
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export interface ChatMessage {
|
|
3
|
+
id: string | number;
|
|
4
|
+
authorId: string;
|
|
5
|
+
body: string;
|
|
6
|
+
createdAt: string;
|
|
7
|
+
}
|
|
8
|
+
export interface ChatParticipant {
|
|
9
|
+
userId: string;
|
|
10
|
+
firstName: string;
|
|
11
|
+
lastName: string;
|
|
12
|
+
avatar?: string | null;
|
|
13
|
+
}
|
|
14
|
+
export interface ChatThread {
|
|
15
|
+
id: string;
|
|
16
|
+
createdAt: string;
|
|
17
|
+
updatedAt?: string | null;
|
|
18
|
+
lastMessagePreview?: string | null;
|
|
19
|
+
unreadCount?: number | null;
|
|
20
|
+
participants?: ChatParticipant[] | null;
|
|
21
|
+
}
|
|
22
|
+
export interface ChatSearchUser {
|
|
23
|
+
id: string;
|
|
24
|
+
firstName: string;
|
|
25
|
+
lastName: string;
|
|
26
|
+
email: string;
|
|
27
|
+
avatar?: string | null;
|
|
28
|
+
}
|
|
29
|
+
export interface ChatConversationListLabels {
|
|
30
|
+
messages?: string;
|
|
31
|
+
search?: string;
|
|
32
|
+
}
|
|
33
|
+
export interface ChatConversationDetailLabels {
|
|
34
|
+
today?: string;
|
|
35
|
+
yesterday?: string;
|
|
36
|
+
createYourFirstConversation?: string;
|
|
37
|
+
newConversation?: string;
|
|
38
|
+
writeAMessage?: string;
|
|
39
|
+
send?: string;
|
|
40
|
+
enterToSend?: string;
|
|
41
|
+
addParticipant?: string;
|
|
42
|
+
deleteConversation?: string;
|
|
43
|
+
participants?: string;
|
|
44
|
+
searchContacts?: string;
|
|
45
|
+
add?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface ChatMessageInputLabels {
|
|
48
|
+
writeAMessage?: string;
|
|
49
|
+
send?: string;
|
|
50
|
+
enterToSend?: string;
|
|
51
|
+
}
|
|
52
|
+
export interface ChatParticipantDialogLabels {
|
|
53
|
+
title?: string;
|
|
54
|
+
confirm?: string;
|
|
55
|
+
participants?: string;
|
|
56
|
+
searchContacts?: string;
|
|
57
|
+
noOptionsText?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface ChatConversationListProps {
|
|
60
|
+
threads?: ChatThread[];
|
|
61
|
+
isLoading?: boolean;
|
|
62
|
+
selectedThreadId?: string;
|
|
63
|
+
onSelectThread: (threadId: string) => void;
|
|
64
|
+
onNewConversation: () => void;
|
|
65
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
66
|
+
labels?: ChatConversationListLabels;
|
|
67
|
+
formatDate?: (date: string) => string;
|
|
68
|
+
formatParticipantName?: (participant: ChatParticipant) => string;
|
|
69
|
+
onLoadMore?: () => void;
|
|
70
|
+
hasMore?: boolean;
|
|
71
|
+
}
|
|
72
|
+
export interface ChatConversationDetailProps {
|
|
73
|
+
threadId?: string;
|
|
74
|
+
participants?: ChatParticipant[] | null;
|
|
75
|
+
isLoading?: boolean;
|
|
76
|
+
messages?: ChatMessage[];
|
|
77
|
+
currentUserId: string;
|
|
78
|
+
onDeleteConversation: (threadId: string) => void;
|
|
79
|
+
onNewConversation: () => void;
|
|
80
|
+
onSendMessage: (threadId: string, body: string) => void;
|
|
81
|
+
onAddParticipants: (participants: ChatSearchUser[]) => void;
|
|
82
|
+
onSearchParticipants?: (query: string) => void;
|
|
83
|
+
searchResults?: ChatSearchUser[];
|
|
84
|
+
isSearchingParticipants?: boolean;
|
|
85
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
86
|
+
renderAfterBubble?: (message: ChatMessage, urls: string[]) => ReactNode;
|
|
87
|
+
labels?: ChatConversationDetailLabels;
|
|
88
|
+
formatDayLabel?: (date: string) => string;
|
|
89
|
+
isSending?: boolean;
|
|
90
|
+
formatParticipantName?: (participant: ChatParticipant) => string;
|
|
91
|
+
headerAction?: ReactNode;
|
|
92
|
+
defaultMessage?: string;
|
|
93
|
+
onAddParticipantDialogOpenChange?: (open: boolean) => void;
|
|
94
|
+
messageMaxLength?: number;
|
|
95
|
+
}
|
|
96
|
+
export interface ChatMessageBubbleProps {
|
|
97
|
+
isOwn: boolean;
|
|
98
|
+
message: ChatMessage;
|
|
99
|
+
participants?: ChatParticipant[] | null;
|
|
100
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
101
|
+
renderAfterBubble?: (urls: string[]) => ReactNode;
|
|
102
|
+
formatTime?: (date: string) => string;
|
|
103
|
+
}
|
|
104
|
+
export interface ChatMessageInputProps {
|
|
105
|
+
onSend: (message: string) => void;
|
|
106
|
+
labels?: ChatMessageInputLabels;
|
|
107
|
+
autoFocusKey?: string;
|
|
108
|
+
isSending?: boolean;
|
|
109
|
+
defaultMessage?: string;
|
|
110
|
+
maxLength?: number;
|
|
111
|
+
}
|
|
112
|
+
export interface ChatParticipantDialogProps {
|
|
113
|
+
open: boolean;
|
|
114
|
+
onClose: () => void;
|
|
115
|
+
onConfirm: (participants: ChatSearchUser[]) => void;
|
|
116
|
+
onSearch: (query: string) => void;
|
|
117
|
+
searchResults?: ChatSearchUser[];
|
|
118
|
+
isSearchLoading?: boolean;
|
|
119
|
+
isConfirmLoading?: boolean;
|
|
120
|
+
avatarSrcResolver?: (src?: string | null) => string | undefined;
|
|
121
|
+
labels?: ChatParticipantDialogLabels;
|
|
122
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ChatParticipant } from '../types';
|
|
2
|
+
/**
|
|
3
|
+
* Format a list of participants into a comma-separated string of names.
|
|
4
|
+
* An optional formatter can be provided to customize how each participant's name is displayed.
|
|
5
|
+
*/
|
|
6
|
+
declare const formatParticipantNames: (participants?: ChatParticipant[] | null, formatName?: (participant: ChatParticipant) => string) => string;
|
|
7
|
+
export default formatParticipantNames;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ChipProps as ChipPropsMui } from '@mui/material';
|
|
2
|
+
interface ChipProps extends ChipPropsMui {
|
|
3
|
+
dot?: boolean;
|
|
4
|
+
lineThrough?: boolean;
|
|
5
|
+
}
|
|
6
|
+
declare const _default: import('react').ForwardRefExoticComponent<Omit<ChipProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
2
|
+
import { PropsWithChildren } from 'react';
|
|
3
|
+
interface FileViewerPros extends PropsWithChildren {
|
|
4
|
+
src?: string | null;
|
|
5
|
+
srcThumb?: string | null;
|
|
6
|
+
fileName?: string;
|
|
7
|
+
width?: number | string;
|
|
8
|
+
height?: number | string;
|
|
9
|
+
sx?: SxProps;
|
|
10
|
+
widthLightbox?: number | string;
|
|
11
|
+
heightLightbox?: number | string;
|
|
12
|
+
sxLightbox?: SxProps;
|
|
13
|
+
disableLightbox?: boolean;
|
|
14
|
+
disableThumb?: boolean;
|
|
15
|
+
open?: boolean;
|
|
16
|
+
variant?: "default" | "rounded";
|
|
17
|
+
onClickThumb?: () => void;
|
|
18
|
+
onClose?(): void;
|
|
19
|
+
iconOnly?: boolean;
|
|
20
|
+
}
|
|
21
|
+
declare const FileViewer: ({ src, srcThumb, fileName, children, sx, widthLightbox, heightLightbox, sxLightbox, disableLightbox, disableThumb, open, onClose, onClickThumb, variant, iconOnly, height, width, }: FileViewerPros) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
22
|
+
export default FileViewer;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps, SxProps } from '@mui/material';
|
|
2
|
+
interface CloseIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
sx?: SxProps;
|
|
5
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
6
|
+
}
|
|
7
|
+
declare const ArrowRightIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default ArrowRightIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps, SxProps } from '@mui/material';
|
|
2
|
+
interface CloseIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
sx?: SxProps;
|
|
5
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
6
|
+
}
|
|
7
|
+
declare const ChevronIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default ChevronIcon;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SxProps } from '@mui/material';
|
|
2
|
+
interface CloseIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
sx?: SxProps;
|
|
5
|
+
}
|
|
6
|
+
declare const ChevronLeftDoubleIcon: ({ sx, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default ChevronLeftDoubleIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps, SxProps } from '@mui/material';
|
|
2
|
+
interface CloseIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
sx?: SxProps;
|
|
5
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
6
|
+
}
|
|
7
|
+
declare const CloseIcon: ({ sx, fontSize, color }: CloseIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default CloseIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
interface CheckIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
5
|
+
sx?: SvgIconProps["sx"];
|
|
6
|
+
}
|
|
7
|
+
declare const DotIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default DotIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
interface CheckIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
5
|
+
sx?: SvgIconProps["sx"];
|
|
6
|
+
}
|
|
7
|
+
declare const UploadIcon: ({ fontSize, sx, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default UploadIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
interface CheckIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
5
|
+
sx?: SvgIconProps["sx"];
|
|
6
|
+
}
|
|
7
|
+
declare const VisibilityIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default VisibilityIcon;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { SvgIconProps } from '@mui/material';
|
|
2
|
+
interface CheckIconProps {
|
|
3
|
+
color?: string;
|
|
4
|
+
fontSize?: SvgIconProps["fontSize"];
|
|
5
|
+
sx?: SvgIconProps["sx"];
|
|
6
|
+
}
|
|
7
|
+
declare const VisibilityIcon: ({ sx, fontSize, color }: CheckIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default VisibilityIcon;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
import { KanbanDataItemProps, KanbanProps } from './types';
|
|
3
|
+
export * from './types';
|
|
4
|
+
type KanbanItemProps = {
|
|
5
|
+
index: number;
|
|
6
|
+
style: CSSProperties;
|
|
7
|
+
data: {
|
|
8
|
+
activeItemId: string;
|
|
9
|
+
gutterSize: number;
|
|
10
|
+
onClickItem: KanbanProps["onClickItem"];
|
|
11
|
+
items: KanbanDataItemProps[];
|
|
12
|
+
};
|
|
13
|
+
};
|
|
14
|
+
export declare const VirtualizedKanbanItem: ({ index, data }: KanbanItemProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
15
|
+
declare const Kanban: ({ data, onClickItem, disableCount, onColumnInView, emptyState, chipColumVariant, chipStatus, headerColumnChip, activeItemId, variant, chipColumDot, height, itemPerPage, listWidth, loadMoreItems, }: KanbanProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
|
+
export default Kanban;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { ChipProps } from '@mui/material';
|
|
2
|
+
import { ReactElement } from 'react';
|
|
3
|
+
import { defaultKanbanChip, HeaderColumnChip } from '../types';
|
|
4
|
+
interface ChipStatusProps {
|
|
5
|
+
status?: keyof typeof defaultKanbanChip | keyof HeaderColumnChip | string;
|
|
6
|
+
size?: ChipProps["size"];
|
|
7
|
+
variant?: ChipProps["variant"];
|
|
8
|
+
lineThrough?: boolean;
|
|
9
|
+
dot?: boolean;
|
|
10
|
+
label?: string;
|
|
11
|
+
sx?: ChipProps["sx"];
|
|
12
|
+
deleteIcon?: ReactElement;
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
headerColumnChip?: HeaderColumnChip;
|
|
15
|
+
}
|
|
16
|
+
declare const ChipStatusKanban: ({ label, status, sx, deleteIcon, lineThrough, disabled, headerColumnChip, dot, variant, size, }: ChipStatusProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
export default ChipStatusKanban;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { KanbanCardVariant, KanbanDataItemProps } from '../types';
|
|
2
|
+
export interface KanbanCardProps {
|
|
3
|
+
item: KanbanDataItemProps;
|
|
4
|
+
activeItemId: string;
|
|
5
|
+
gutterSize: number;
|
|
6
|
+
onClickItem?: (id: string) => void;
|
|
7
|
+
variant?: KanbanCardVariant;
|
|
8
|
+
}
|
|
9
|
+
declare const KanbanCard: import('react').MemoExoticComponent<({ item, activeItemId, gutterSize, onClickItem, variant }: KanbanCardProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
10
|
+
export default KanbanCard;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { HeaderColumnChip, KanbanCardVariant, KanbanDataItemProps } from '../types';
|
|
2
|
+
export interface KanbanColumnProps {
|
|
3
|
+
name: string;
|
|
4
|
+
label?: string;
|
|
5
|
+
count?: number;
|
|
6
|
+
items: KanbanDataItemProps[];
|
|
7
|
+
chipColumVariant?: "filled" | "outlined";
|
|
8
|
+
chipColumDot?: boolean;
|
|
9
|
+
chipStatus?: string;
|
|
10
|
+
isLoading?: boolean;
|
|
11
|
+
isFetching?: boolean;
|
|
12
|
+
gutterSize: number;
|
|
13
|
+
itemPerPage?: number;
|
|
14
|
+
listWidth: number | string;
|
|
15
|
+
disableCount?: boolean;
|
|
16
|
+
activeItemId: string;
|
|
17
|
+
onClickItem?: (id: string) => void;
|
|
18
|
+
loadMoreItems?: (startIndex: number, stopIndex: number, status?: string) => void;
|
|
19
|
+
onInView?: (name: string) => void;
|
|
20
|
+
headerColumnChip?: HeaderColumnChip;
|
|
21
|
+
variant?: KanbanCardVariant;
|
|
22
|
+
}
|
|
23
|
+
declare const KanbanColumn: import('react').MemoExoticComponent<({ name, label, count, items, isFetching, isLoading, gutterSize, itemPerPage, listWidth, disableCount, loadMoreItems, activeItemId, onClickItem, onInView, chipColumVariant, chipColumDot, chipStatus, headerColumnChip, variant, }: KanbanColumnProps) => import("@emotion/react/jsx-runtime").JSX.Element>;
|
|
24
|
+
export default KanbanColumn;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { MouseEvent, RefObject } from 'react';
|
|
2
|
+
declare const useDragScroll: (ref: RefObject<HTMLDivElement | null>) => {
|
|
3
|
+
onMouseDown: (e: MouseEvent<HTMLElement>) => void;
|
|
4
|
+
onMouseMove: (e: MouseEvent<HTMLElement>) => void;
|
|
5
|
+
onMouseUp: () => void;
|
|
6
|
+
};
|
|
7
|
+
export default useDragScroll;
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
import { ChipProps } from '@mui/material';
|
|
2
|
+
import { MouseEvent, ReactElement, ReactNode } from 'react';
|
|
3
|
+
export type KanbanCardVariant = "primary" | "secondary";
|
|
4
|
+
export type KanbanChipFormat = {
|
|
5
|
+
color: ChipProps["color"];
|
|
6
|
+
variant?: ChipProps["variant"];
|
|
7
|
+
};
|
|
8
|
+
export type HeaderColumnChip = Record<string, KanbanChipFormat>;
|
|
9
|
+
/**
|
|
10
|
+
* Mapping of booking statuses to their corresponding chip variants and colors.
|
|
11
|
+
* This is used to style the status chips in the Kanban columns.
|
|
12
|
+
*/
|
|
13
|
+
export declare const defaultKanbanChip: Record<string, KanbanChipFormat>;
|
|
14
|
+
/**
|
|
15
|
+
* Props for configuring the empty state of the Kanban component.
|
|
16
|
+
*/
|
|
17
|
+
export interface EmptyStateProps {
|
|
18
|
+
title: string;
|
|
19
|
+
description?: string;
|
|
20
|
+
buttonText?: string;
|
|
21
|
+
onButtonClick?: () => void;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Props for each subtitle item in a Kanban card.
|
|
25
|
+
*/
|
|
26
|
+
export interface SubtitleDataItemProps {
|
|
27
|
+
text: ReactNode;
|
|
28
|
+
icon?: ReactNode;
|
|
29
|
+
onClick?: (event: MouseEvent<HTMLElement>) => void;
|
|
30
|
+
}
|
|
31
|
+
/**
|
|
32
|
+
* Props for each item in a Kanban column.
|
|
33
|
+
* Each item represents a card in the Kanban board.
|
|
34
|
+
*/
|
|
35
|
+
export interface KanbanDataItemProps {
|
|
36
|
+
id: string;
|
|
37
|
+
image: string | undefined;
|
|
38
|
+
imageTitle?: string;
|
|
39
|
+
headerTitle?: string;
|
|
40
|
+
title: string;
|
|
41
|
+
secondaryImage?: string;
|
|
42
|
+
secondaryImageText?: string;
|
|
43
|
+
subtitle?: SubtitleDataItemProps;
|
|
44
|
+
subtitles?: SubtitleDataItemProps[];
|
|
45
|
+
tag: string;
|
|
46
|
+
titleLineClamp?: number;
|
|
47
|
+
Footer?: ReactNode;
|
|
48
|
+
RightFooter?: ReactNode;
|
|
49
|
+
}
|
|
50
|
+
/**
|
|
51
|
+
* Props for each column in the Kanban board.
|
|
52
|
+
* Each column contains multiple Kanban items.
|
|
53
|
+
*/
|
|
54
|
+
export interface KanbanDataProps {
|
|
55
|
+
name: string;
|
|
56
|
+
label?: string;
|
|
57
|
+
count?: number;
|
|
58
|
+
isLoading?: boolean;
|
|
59
|
+
isFetching?: boolean;
|
|
60
|
+
isFetched?: boolean;
|
|
61
|
+
items: KanbanDataItemProps[];
|
|
62
|
+
}
|
|
63
|
+
export interface KanbanProps {
|
|
64
|
+
/**
|
|
65
|
+
* The height of the Kanban component.
|
|
66
|
+
*/
|
|
67
|
+
height?: string | number;
|
|
68
|
+
/**
|
|
69
|
+
* The width of each Kanban list.
|
|
70
|
+
*/
|
|
71
|
+
listWidth?: string | number;
|
|
72
|
+
/**
|
|
73
|
+
* Disables the count of items in the Kanban list.
|
|
74
|
+
*/
|
|
75
|
+
disableCount?: boolean;
|
|
76
|
+
/**
|
|
77
|
+
* The number of items to display per page.
|
|
78
|
+
*/
|
|
79
|
+
itemPerPage?: number;
|
|
80
|
+
/**
|
|
81
|
+
* Variant for the chip column.
|
|
82
|
+
*/
|
|
83
|
+
chipColumVariant?: "filled" | "outlined";
|
|
84
|
+
/**
|
|
85
|
+
* If true, the Kanban column will display a dot indicator in the chip.
|
|
86
|
+
*/
|
|
87
|
+
chipColumDot?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Status of the chip in the Kanban column.
|
|
90
|
+
*/
|
|
91
|
+
chipStatus?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Function to load more items when the user scrolls to the end of the list.
|
|
94
|
+
* @param startIndex
|
|
95
|
+
* @param stopIndex
|
|
96
|
+
* @param status
|
|
97
|
+
*/
|
|
98
|
+
loadMoreItems?: (startIndex: number, stopIndex: number, status?: string) => Promise<void> | void;
|
|
99
|
+
/**
|
|
100
|
+
* Function triggered when an item is clicked.
|
|
101
|
+
* @param id
|
|
102
|
+
*/
|
|
103
|
+
onClickItem?: (id: string) => void;
|
|
104
|
+
/**
|
|
105
|
+
* Trigger when column is visible
|
|
106
|
+
* @param listName
|
|
107
|
+
*/
|
|
108
|
+
onColumnInView?: (name: string) => void;
|
|
109
|
+
/**
|
|
110
|
+
* The ID of the currently active item.
|
|
111
|
+
*/
|
|
112
|
+
activeItemId?: string;
|
|
113
|
+
/**
|
|
114
|
+
* Custom mapping of booking statuses to chip variants/colors.
|
|
115
|
+
* Keys can be any string, but the value must be { color, variant? }.
|
|
116
|
+
*/
|
|
117
|
+
headerColumnChip?: HeaderColumnChip;
|
|
118
|
+
/**
|
|
119
|
+
* The Kanban data to be displayed.
|
|
120
|
+
*/
|
|
121
|
+
data: KanbanDataProps[];
|
|
122
|
+
/**
|
|
123
|
+
* Variant of the Kanban cards.
|
|
124
|
+
* @default "primary"
|
|
125
|
+
*/
|
|
126
|
+
variant?: KanbanCardVariant;
|
|
127
|
+
/**
|
|
128
|
+
* Optional empty state configuration.
|
|
129
|
+
*/
|
|
130
|
+
emptyState?: ReactElement | EmptyStateProps;
|
|
131
|
+
}
|