2019-09-13 15:28:10 +02:00
|
|
|
// Assets
|
2019-07-01 19:14:57 +02:00
|
|
|
export { default as colors } from './assets/styles/colors';
|
|
|
|
export { default as sizes } from './assets/styles/sizes';
|
|
|
|
|
2019-09-13 15:28:10 +02:00
|
|
|
// CommonPropTypes
|
2019-04-16 12:54:16 +02:00
|
|
|
export { default as routerPropTypes } from './commonPropTypes/router';
|
2020-02-20 07:58:59 +01:00
|
|
|
export { default as themePropTypes } from './commonPropTypes/themeShape';
|
2019-09-13 15:28:10 +02:00
|
|
|
// Components
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as BackHeader } from './components/BackHeader';
|
2020-12-11 13:13:41 +01:00
|
|
|
export { default as BaselineAlignment } from './components/BaselineAlignment';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as BlockerComponent } from './components/BlockerComponent';
|
|
|
|
export { default as Button } from './components/Button';
|
2019-09-11 16:38:42 +02:00
|
|
|
export { default as ButtonModal } from './components/ButtonModal';
|
2020-12-10 18:46:57 +01:00
|
|
|
export { default as Carret } from './components/Carret';
|
2020-01-03 15:54:53 +01:00
|
|
|
export { default as CircleButton } from './components/CircleButton';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as ContainerFluid } from './components/ContainerFluid';
|
|
|
|
export { default as ErrorBoundary } from './components/ErrorBoundary';
|
|
|
|
export { default as ExtendComponent } from './components/ExtendComponent';
|
2020-02-25 14:40:52 +01:00
|
|
|
export { default as FilterButton } from './components/FilterButton';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as GlobalPagination } from './components/GlobalPagination';
|
2019-04-16 16:55:53 +02:00
|
|
|
export { default as HeaderNav } from './components/HeaderNav';
|
2019-09-11 17:13:45 +02:00
|
|
|
export { default as HeaderModal } from './components/HeaderModal';
|
|
|
|
export { default as HeaderModalTitle } from './components/HeaderModalTitle';
|
2020-02-13 10:02:28 +01:00
|
|
|
export { default as HeaderSearch } from './components/HeaderSearch';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as IcoContainer } from './components/IcoContainer';
|
|
|
|
export { default as InputAddon } from './components/InputAddon';
|
2021-02-08 13:47:43 +01:00
|
|
|
export { default as EmptyState } from './components/EmptyState';
|
2019-04-15 18:35:01 +02:00
|
|
|
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputAddonWithErrors } from './components/InputAddonWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputCheckbox } from './components/InputCheckbox';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputCheckboxWithErrors } from './components/InputCheckboxWithErrors';
|
2019-04-16 17:48:17 +02:00
|
|
|
export { default as InputDescription } from './components/InputDescription';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputEmail } from './components/InputEmail';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputEmailWithErrors } from './components/InputEmailWithErrors';
|
2019-04-16 17:48:17 +02:00
|
|
|
export { default as InputErrors } from './components/InputErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputNumber } from './components/InputNumber';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputNumberWithErrors } from './components/InputNumberWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputPassword } from './components/InputPassword';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputPasswordWithErrors } from './components/InputPasswordWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputSearch } from './components/InputSearch';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputSearchWithErrors } from './components/InputSearchWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputSelect } from './components/InputSelect';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputSelectWithErrors } from './components/InputSelectWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputsIndex } from './components/InputsIndex';
|
2019-04-16 17:48:17 +02:00
|
|
|
export { default as InputSpacer } from './components/InputSpacer';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputText } from './components/InputText';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputTextWithErrors } from './components/InputTextWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputTextArea } from './components/InputTextArea';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputTextAreaWithErrors } from './components/InputTextAreaWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as InputToggle } from './components/InputToggle';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as InputToggleWithErrors } from './components/InputToggleWithErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
|
|
|
|
export { default as Label } from './components/Label';
|
2019-12-12 17:11:28 +01:00
|
|
|
export { default as LeftMenu } from './components/LeftMenu';
|
2019-10-24 14:41:06 +02:00
|
|
|
export { default as LeftMenuList } from './components/LeftMenuList';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as LiLink } from './components/LiLink';
|
2019-07-15 15:00:05 +02:00
|
|
|
export { default as List } from './components/List';
|
2019-12-16 23:54:32 +01:00
|
|
|
export { default as ListButton } from './components/ListButton';
|
2019-04-16 11:53:29 +02:00
|
|
|
export { default as ListRow } from './components/ListRow';
|
2019-06-07 19:08:33 +02:00
|
|
|
export { default as ListWrapper } from './components/ListWrapper';
|
|
|
|
export { default as ListHeader } from './components/ListHeader';
|
2019-07-15 15:00:05 +02:00
|
|
|
export { default as ListTitle } from './components/ListTitle';
|
2019-04-15 18:35:01 +02:00
|
|
|
|
|
|
|
export { default as LoadingBar } from './components/LoadingBar';
|
|
|
|
export { default as LoadingIndicator } from './components/LoadingIndicator';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as LoadingIndicatorPage } from './components/LoadingIndicatorPage';
|
2019-04-15 18:35:01 +02:00
|
|
|
|
2020-10-02 17:23:53 +02:00
|
|
|
export { default as ModalConfirm } from './components/ModalConfirm';
|
2019-09-11 17:13:45 +02:00
|
|
|
export { default as Modal } from './components/Modal';
|
|
|
|
export { default as ModalBody } from './components/BodyModal';
|
2020-05-12 15:48:10 +02:00
|
|
|
export { default as ModalHeader } from './components/ModalHeader';
|
2019-09-11 17:13:45 +02:00
|
|
|
export { default as ModalFooter } from './components/FooterModal';
|
|
|
|
export { default as ModalForm } from './components/FormModal';
|
2020-05-12 15:48:10 +02:00
|
|
|
export { default as ModalSection } from './components/ModalSection';
|
2020-12-24 10:46:25 +01:00
|
|
|
export { default as NotAllowedInput } from './components/NotAllowedInput';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as NotFound } from './components/NotFound';
|
|
|
|
export { default as OverlayBlocker } from './components/OverlayBlocker';
|
|
|
|
export { default as PageFooter } from './components/PageFooter';
|
|
|
|
export { default as PluginHeader } from './components/PluginHeader';
|
|
|
|
export { default as PopUpWarning } from './components/PopUpWarning';
|
2020-05-19 09:43:43 +02:00
|
|
|
export { default as Row } from './components/Row';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as SearchInfo } from './components/SearchInfo';
|
2019-11-25 13:22:04 +01:00
|
|
|
export { default as SelectNav } from './components/SelectNav';
|
|
|
|
export { default as SelectWrapper } from './components/SelectWrapper';
|
2020-06-08 11:25:05 +02:00
|
|
|
export { default as UserProvider } from './components/UserProvider';
|
2019-09-11 16:06:24 +02:00
|
|
|
export { default as ViewContainer } from './components/ViewContainer';
|
2020-06-11 09:38:34 +02:00
|
|
|
export { default as CheckPagePermissions } from './components/CheckPagePermissions';
|
|
|
|
export { default as CheckPermissions } from './components/CheckPermissions';
|
2020-08-04 14:33:43 +02:00
|
|
|
export { default as SettingsPageTitle } from './components/SettingsPageTitle';
|
2020-08-04 17:45:45 +02:00
|
|
|
export { default as FormBloc } from './components/FormBloc';
|
|
|
|
export { default as IntlInput } from './components/IntlInput';
|
|
|
|
export { default as SizedInput } from './components/SizedInput';
|
2020-09-25 12:09:36 +02:00
|
|
|
export * from './components/Permissions';
|
2019-04-15 18:35:01 +02:00
|
|
|
|
2020-09-02 14:49:47 +02:00
|
|
|
// PopUpWarning
|
|
|
|
export { default as PopUpWarningBody } from './components/PopUpWarning/Body';
|
|
|
|
export { default as PopUpWarningFooter } from './components/PopUpWarning/StyledFooter';
|
|
|
|
export { default as PopUpWarningHeader } from './components/PopUpWarning/Header';
|
|
|
|
export { default as PopUpWarningIcon } from './components/PopUpWarning/Icon';
|
|
|
|
export { default as PopUpWarningModal } from './components/PopUpWarning/StyledModal';
|
|
|
|
|
2019-09-13 15:28:10 +02:00
|
|
|
// Contexts
|
2020-02-21 11:03:39 +01:00
|
|
|
export { GlobalContext, GlobalContextProvider, useGlobalContext } from './contexts/GlobalContext';
|
2020-06-08 11:25:05 +02:00
|
|
|
export { default as UserContext } from './contexts/UserContext';
|
2019-09-13 15:28:10 +02:00
|
|
|
|
2020-02-25 21:15:26 +01:00
|
|
|
// Hooks
|
2020-06-12 12:47:23 +02:00
|
|
|
export { default as useQuery } from './hooks/useQuery';
|
2020-03-05 14:43:00 +01:00
|
|
|
export { default as useStrapi } from './hooks/useStrapi';
|
2020-06-10 14:37:43 +02:00
|
|
|
export { default as useUser } from './hooks/useUser';
|
2020-06-11 18:34:37 +02:00
|
|
|
export { default as useUserPermissions } from './hooks/useUserPermissions';
|
2020-03-05 14:43:00 +01:00
|
|
|
|
|
|
|
// Providers
|
|
|
|
export { default as StrapiProvider } from './providers/StrapiProvider';
|
2020-02-25 21:15:26 +01:00
|
|
|
|
2019-04-15 18:35:01 +02:00
|
|
|
// Utils
|
|
|
|
export { default as auth } from './utils/auth';
|
|
|
|
export { default as cleanData } from './utils/cleanData';
|
2019-09-12 12:26:52 +02:00
|
|
|
export { default as difference } from './utils/difference';
|
2020-02-25 14:40:52 +01:00
|
|
|
export { default as dateFormats } from './utils/dateFormats';
|
2020-03-23 22:30:23 +01:00
|
|
|
export { default as dateToUtcTime } from './utils/dateToUtcTime';
|
2020-06-08 16:51:42 +02:00
|
|
|
export { default as hasPermissions } from './utils/hasPermissions';
|
2020-06-25 17:14:17 +02:00
|
|
|
export { findMatchingPermissions } from './utils/hasPermissions';
|
2019-09-06 16:01:36 +02:00
|
|
|
export { default as translatedErrors } from './utils/translatedErrors';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { darken } from './utils/colors';
|
2020-04-14 00:22:40 +02:00
|
|
|
export { default as getFileExtension } from './utils/getFileExtension';
|
2020-02-26 03:34:04 +01:00
|
|
|
export { default as getFilterType } from './utils/getFilterType';
|
2019-04-15 18:35:01 +02:00
|
|
|
export { default as getQueryParameters } from './utils/getQueryParameters';
|
|
|
|
export { default as injectHooks } from './utils/injectHooks';
|
|
|
|
export { default as validateInput } from './utils/inputsValidations';
|
|
|
|
export { default as Manager } from './utils/Manager';
|
|
|
|
export { default as request } from './utils/request';
|
|
|
|
export { default as storeData } from './utils/storeData';
|
|
|
|
export { default as templateObject } from './utils/templateObject';
|
2019-09-06 16:01:36 +02:00
|
|
|
export { default as getYupInnerErrors } from './utils/getYupInnerErrors';
|
2020-02-20 22:49:51 +01:00
|
|
|
export { default as generateFiltersFromSearch } from './utils/generateFiltersFromSearch';
|
|
|
|
export { default as generateSearchFromFilters } from './utils/generateSearchFromFilters';
|
|
|
|
export { default as generateSearchFromObject } from './utils/generateSearchFromObject';
|
2020-03-27 14:54:03 +01:00
|
|
|
export { default as prefixFileUrlWithBackendUrl } from './utils/prefixFileUrlWithBackendUrl';
|
2019-10-15 11:17:26 +02:00
|
|
|
|
|
|
|
// SVGS
|
|
|
|
export { default as LayoutIcon } from './svgs/Layout';
|
2020-02-19 08:10:40 +01:00
|
|
|
export { default as ClearIcon } from './svgs/Clear';
|
2019-12-06 18:27:07 +01:00
|
|
|
export { default as Close } from './svgs/Close';
|
2020-12-24 10:46:25 +01:00
|
|
|
export { default as EyeSlashed } from './svgs/EyeSlashed';
|
2020-02-13 09:39:20 +01:00
|
|
|
export { default as FilterIcon } from './svgs/Filter';
|
|
|
|
export { default as SearchIcon } from './svgs/Search';
|