@omniumretail/shared-resources 0.0.26 → 0.0.75
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/.eslintrc.json +31 -31
- package/README.md +44 -44
- package/dist/bundle.js +214 -214
- package/dist/types/components/BottomDrawer/index.d.ts +9 -9
- package/dist/types/components/Button/index.d.ts +2 -2
- package/dist/types/components/Footer/index.d.ts +3 -3
- package/dist/types/components/Form/FormInputField/index.d.ts +8 -8
- package/dist/types/components/Form/FormSelectField/index.d.ts +9 -9
- package/dist/types/components/Form/index.d.ts +2 -2
- package/dist/types/components/Header/index.d.ts +4 -4
- package/dist/types/components/Link/index.d.ts +6 -6
- package/dist/types/components/Navigation/index.d.ts +8 -8
- package/dist/types/components/Page/index.d.ts +13 -13
- package/dist/types/components/SharedContextProvider/index.d.ts +7 -7
- package/dist/types/components/index.d.ts +9 -9
- package/dist/types/constants/Icons.d.ts +15 -15
- package/dist/types/constants/QueryClient.d.ts +2 -2
- package/dist/types/constants/index.d.ts +2 -2
- package/dist/types/contexts/useStore.d.ts +8 -8
- package/dist/types/hooks/activateEvaluationCycleQuery.hook.d.ts +2 -2
- package/dist/types/hooks/activateQuestionnaireQuery.hook.d.ts +2 -2
- package/dist/types/hooks/cancelEvaluationCycleQuery.hook.d.ts +2 -2
- package/dist/types/hooks/cancelQuestionnaireQuery.hook.d.ts +2 -2
- package/dist/types/hooks/deleteEvaluationCycleQuery.hook.d.ts +2 -2
- package/dist/types/hooks/deleteQuestionnaireQuery.hook.d.ts +2 -2
- package/dist/types/hooks/duplicateQuestionnaireQuery.hook.d.ts +2 -2
- package/dist/types/hooks/finishEvaluationCycleQuery.hook.d.ts +2 -2
- package/dist/types/hooks/finishQuestionnaireQuery.hook.d.ts +2 -2
- package/dist/types/hooks/index.d.ts +44 -44
- package/dist/types/hooks/useAllRolesQuery.hook.d.ts +11 -11
- package/dist/types/hooks/useAllStoreQuery.hook.d.ts +13 -13
- package/dist/types/hooks/useAnalyticsEvaluationCyclesQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useAnalyticsQuestionsQuery.hook.d.ts +9 -9
- package/dist/types/hooks/useAnalyticsSideBarQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useAnalyticsUserIdQuery.hook.d.ts +9 -9
- package/dist/types/hooks/useAnalyticsUserQuery.hook.d.ts +9 -9
- package/dist/types/hooks/useAnswerIdQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useAnswerMutateQuery.hook.d.ts +9 -9
- package/dist/types/hooks/useAnswersUserSupervisorQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useApplicationDataQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useContractStatesQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useCountriesQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useCustomersQuery.hook.d.ts +138 -138
- package/dist/types/hooks/useEvaluationCycleIdQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useEvaluationCycleMutateQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useEvaluationCycleQuery.hook.d.ts +8 -8
- package/dist/types/hooks/useExpUsersAnswersQuery.hook.d.ts +8 -8
- package/dist/types/hooks/useJobTitlesQuery.hook.d.ts +7 -7
- package/dist/types/hooks/useProductHierarchies.hook.d.ts +7 -7
- package/dist/types/hooks/useProductsQuery.hook.d.ts +138 -138
- package/dist/types/hooks/useQuestionnaireIdQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useQuestionnaireMutateQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useQuestionnaireQuery.hook.d.ts +9 -9
- package/dist/types/hooks/useSingleUserIdMutateQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useSingleUserIdQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useSingleUserResetPassword.hook.d.ts +2 -2
- package/dist/types/hooks/useStoreQuery.d.ts +7 -7
- package/dist/types/hooks/useTermNotificationQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useUpdateSupervisorMutateQuery.hook.d.ts +8 -8
- package/dist/types/hooks/useUserBlockQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useUserEmailVerifQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useUserIdQuery.hook.d.ts +2 -2
- package/dist/types/hooks/useUserListQuery.hook.d.ts +8 -8
- package/dist/types/hooks/useUserQuery.hook.d.ts +10 -10
- package/dist/types/index.d.ts +7 -7
- package/dist/types/interfaces/AnalyticsEvaluationCycle.d.ts +19 -19
- package/dist/types/interfaces/AnalyticsUserId.d.ts +12 -12
- package/dist/types/interfaces/Answer.d.ts +12 -12
- package/dist/types/interfaces/AnswersUserSupervisor.d.ts +42 -42
- package/dist/types/interfaces/ApplicationsByCategory.d.ts +16 -16
- package/dist/types/interfaces/Brand.d.ts +4 -4
- package/dist/types/interfaces/Cart.d.ts +10 -10
- package/dist/types/interfaces/Configuration.d.ts +6 -6
- package/dist/types/interfaces/ContractStates.d.ts +7 -7
- package/dist/types/interfaces/Countries.d.ts +10 -10
- package/dist/types/interfaces/Customer.d.ts +21 -21
- package/dist/types/interfaces/EvaluationCycle.d.ts +32 -32
- package/dist/types/interfaces/ExpUsersAnswers.d.ts +15 -15
- package/dist/types/interfaces/JobTitles.d.ts +7 -7
- package/dist/types/interfaces/Product.d.ts +15 -15
- package/dist/types/interfaces/ProductsHierarchies.d.ts +5 -5
- package/dist/types/interfaces/Questionnaire.d.ts +36 -36
- package/dist/types/interfaces/ResponseList.d.ts +5 -5
- package/dist/types/interfaces/Roles.d.ts +5 -5
- package/dist/types/interfaces/Store.d.ts +7 -7
- package/dist/types/interfaces/TermNotification.d.ts +5 -5
- package/dist/types/interfaces/User.d.ts +65 -65
- package/dist/types/interfaces/index.d.ts +22 -22
- package/dist/types/services/ApiService/index.d.ts +9 -9
- package/dist/types/services/InitService/index.d.ts +3 -3
- package/dist/types/services/index.d.ts +2 -2
- package/package.json +54 -54
- package/src/assets/sitoo.svg +9 -9
- package/src/components/BottomDrawer/index.tsx +32 -32
- package/src/components/BottomDrawer/styles.module.scss +59 -59
- package/src/components/Button/index.tsx +7 -7
- package/src/components/Footer/index.tsx +44 -44
- package/src/components/Footer/styles.module.scss +33 -33
- package/src/components/Form/FormInputField/index.tsx +18 -18
- package/src/components/Form/FormSelectField/index.tsx +16 -16
- package/src/components/Form/index.ts +2 -2
- package/src/components/Header/index.tsx +20 -20
- package/src/components/Header/styles.module.scss +16 -16
- package/src/components/Link/index.tsx +21 -21
- package/src/components/Link/styles.module.scss +24 -24
- package/src/components/Navigation/index.tsx +30 -30
- package/src/components/Navigation/styles.module.scss +34 -34
- package/src/components/Page/index.tsx +35 -35
- package/src/components/Page/styles.module.scss +26 -26
- package/src/components/SharedContextProvider/index.tsx +30 -30
- package/src/components/index.ts +9 -9
- package/src/constants/Icons.ts +23 -23
- package/src/constants/QueryClient.ts +10 -10
- package/src/constants/index.ts +2 -2
- package/src/contexts/useStore.tsx +20 -20
- package/src/global.scss +124 -124
- package/src/hooks/activateEvaluationCycleQuery.hook.ts +15 -15
- package/src/hooks/activateQuestionnaireQuery.hook.ts +15 -15
- package/src/hooks/cancelEvaluationCycleQuery.hook.ts +15 -15
- package/src/hooks/cancelQuestionnaireQuery.hook.ts +15 -15
- package/src/hooks/deleteEvaluationCycleQuery.hook.ts +15 -15
- package/src/hooks/deleteQuestionnaireQuery.hook.ts +15 -15
- package/src/hooks/duplicateQuestionnaireQuery.hook.ts +14 -14
- package/src/hooks/finishEvaluationCycleQuery.hook.ts +15 -15
- package/src/hooks/finishQuestionnaireQuery.hook.ts +15 -15
- package/src/hooks/index.ts +44 -44
- package/src/hooks/useAllRolesQuery.hook.ts +25 -21
- package/src/hooks/useAllStoreQuery.hook.ts +39 -39
- package/src/hooks/useAnalyticsEvaluationCyclesQuery.hook.ts +21 -21
- package/src/hooks/useAnalyticsQuestionsQuery.hook.ts +22 -22
- package/src/hooks/useAnalyticsSideBarQuery.hook.ts +21 -21
- package/src/hooks/useAnalyticsUserIdQuery.hook.ts +24 -24
- package/src/hooks/useAnalyticsUserQuery.hook.ts +27 -27
- package/src/hooks/useAnswerIdQuery.hook.ts +13 -13
- package/src/hooks/useAnswerMutateQuery.hook.ts +31 -31
- package/src/hooks/useAnswersUserSupervisorQuery.hook.tsx +21 -21
- package/src/hooks/useApplicationDataQuery.hook.ts +10 -10
- package/src/hooks/useContractStatesQuery.hook.ts +14 -14
- package/src/hooks/useCountriesQuery.hook.ts +14 -14
- package/src/hooks/useCustomersQuery.hook.ts +30 -30
- package/src/hooks/useEvaluationCycleIdQuery.hook.ts +13 -13
- package/src/hooks/useEvaluationCycleMutateQuery.hook.ts +17 -17
- package/src/hooks/useEvaluationCycleQuery.hook.ts +25 -25
- package/src/hooks/useExpUsersAnswersQuery.hook.ts +25 -25
- package/src/hooks/useJobTitlesQuery.hook.ts +14 -14
- package/src/hooks/useProductHierarchies.hook.ts +12 -12
- package/src/hooks/useProductsQuery.hook.ts +30 -30
- package/src/hooks/useQuestionnaireIdQuery.hook.ts +13 -13
- package/src/hooks/useQuestionnaireMutateQuery.hook.ts +17 -17
- package/src/hooks/useQuestionnaireQuery.hook.ts +27 -27
- package/src/hooks/useSingleUserIdMutateQuery.hook.ts +18 -18
- package/src/hooks/useSingleUserIdQuery.hook.ts +14 -14
- package/src/hooks/useSingleUserResetPassword.hook.ts +15 -15
- package/src/hooks/useStoreQuery.ts +13 -13
- package/src/hooks/useTermNotificationQuery.hook.ts +11 -11
- package/src/hooks/useUpdateSupervisorMutateQuery.hook.ts +27 -27
- package/src/hooks/useUserBlockQuery.hook.ts +15 -15
- package/src/hooks/useUserEmailVerifQuery.hook.ts +15 -15
- package/src/hooks/useUserIdQuery.hook.ts +14 -14
- package/src/hooks/useUserListQuery.hook.ts +25 -25
- package/src/hooks/useUserQuery.hook.ts +29 -29
- package/src/index.ts +9 -9
- package/src/interfaces/AnalyticsEvaluationCycle.ts +24 -24
- package/src/interfaces/AnalyticsUserId.ts +13 -13
- package/src/interfaces/Answer.ts +13 -13
- package/src/interfaces/AnswersUserSupervisor.ts +45 -45
- package/src/interfaces/ApplicationsByCategory.ts +19 -19
- package/src/interfaces/Brand.ts +4 -4
- package/src/interfaces/Cart.ts +13 -13
- package/src/interfaces/Configuration.ts +7 -7
- package/src/interfaces/ContractStates.ts +7 -7
- package/src/interfaces/Countries.ts +10 -10
- package/src/interfaces/Customer.ts +23 -23
- package/src/interfaces/EvaluationCycle.ts +32 -32
- package/src/interfaces/ExpUsersAnswers.ts +16 -16
- package/src/interfaces/JobTitles.ts +7 -7
- package/src/interfaces/Product.ts +17 -17
- package/src/interfaces/ProductsHierarchies.ts +6 -6
- package/src/interfaces/Questionnaire.ts +38 -38
- package/src/interfaces/ResponseList.ts +6 -6
- package/src/interfaces/Roles.ts +5 -5
- package/src/interfaces/Store.ts +8 -8
- package/src/interfaces/TermNotification.ts +5 -5
- package/src/interfaces/User.ts +69 -69
- package/src/interfaces/index.ts +22 -22
- package/src/services/ApiService/index.ts +125 -125
- package/src/services/InitService/index.ts +7 -7
- package/src/services/index.ts +3 -3
- package/src/types/Global.d.ts +4 -4
- package/tsconfig.json +27 -27
- package/webpack.config.js +48 -48
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { Form, FormItemProps, Select } from 'antd';
|
|
2
|
-
import { LabeledValue, SelectProps } from 'antd/lib/select';
|
|
3
|
-
|
|
4
|
-
interface FormSelectFieldProps extends Omit<FormItemProps, "name"> {
|
|
5
|
-
name: string;
|
|
6
|
-
options: LabeledValue[];
|
|
7
|
-
selectProps?: SelectProps<LabeledValue>
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export const FormSelectField = ({ options, selectProps, ...itemProps }: FormSelectFieldProps) => {
|
|
11
|
-
return (
|
|
12
|
-
<Form.Item { ...itemProps }>
|
|
13
|
-
<Select { ...selectProps } options={ options } />
|
|
14
|
-
</Form.Item>
|
|
15
|
-
)
|
|
16
|
-
};
|
|
1
|
+
import { Form, FormItemProps, Select } from 'antd';
|
|
2
|
+
import { LabeledValue, SelectProps } from 'antd/lib/select';
|
|
3
|
+
|
|
4
|
+
interface FormSelectFieldProps extends Omit<FormItemProps, "name"> {
|
|
5
|
+
name: string;
|
|
6
|
+
options: LabeledValue[];
|
|
7
|
+
selectProps?: SelectProps<LabeledValue>
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const FormSelectField = ({ options, selectProps, ...itemProps }: FormSelectFieldProps) => {
|
|
11
|
+
return (
|
|
12
|
+
<Form.Item { ...itemProps }>
|
|
13
|
+
<Select { ...selectProps } options={ options } />
|
|
14
|
+
</Form.Item>
|
|
15
|
+
)
|
|
16
|
+
};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './FormInputField';
|
|
2
|
-
export * from './FormSelectField';
|
|
1
|
+
export * from './FormInputField';
|
|
2
|
+
export * from './FormSelectField';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
|
2
|
-
import { icons, } from '../../constants/Icons';
|
|
3
|
-
import sitooIcon from '../../assets/sitoo.svg';
|
|
4
|
-
import styles from './styles.module.scss';
|
|
5
|
-
|
|
6
|
-
export interface HeaderProps {
|
|
7
|
-
onOpenMenu: () => void;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export const Header = ({ onOpenMenu }: HeaderProps) => (
|
|
11
|
-
<div className={ styles.header }>
|
|
12
|
-
<FontAwesomeIcon icon={ icons.faBars } onClick={ onOpenMenu } />
|
|
13
|
-
|
|
14
|
-
<div className={ styles.logoContainer }>
|
|
15
|
-
<img src={ sitooIcon } />
|
|
16
|
-
</div>
|
|
17
|
-
|
|
18
|
-
<FontAwesomeIcon icon={ icons.faUserTie } />
|
|
19
|
-
</div>
|
|
20
|
-
);
|
|
1
|
+
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
|
|
2
|
+
import { icons, } from '../../constants/Icons';
|
|
3
|
+
import sitooIcon from '../../assets/sitoo.svg';
|
|
4
|
+
import styles from './styles.module.scss';
|
|
5
|
+
|
|
6
|
+
export interface HeaderProps {
|
|
7
|
+
onOpenMenu: () => void;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const Header = ({ onOpenMenu }: HeaderProps) => (
|
|
11
|
+
<div className={ styles.header }>
|
|
12
|
+
<FontAwesomeIcon icon={ icons.faBars } onClick={ onOpenMenu } />
|
|
13
|
+
|
|
14
|
+
<div className={ styles.logoContainer }>
|
|
15
|
+
<img src={ sitooIcon } />
|
|
16
|
+
</div>
|
|
17
|
+
|
|
18
|
+
<FontAwesomeIcon icon={ icons.faUserTie } />
|
|
19
|
+
</div>
|
|
20
|
+
);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
.header {
|
|
3
|
-
height: 88px;
|
|
4
|
-
display: flex;
|
|
5
|
-
align-items: flex-end;
|
|
6
|
-
padding: 13px 20px;
|
|
7
|
-
border-bottom: 2px solid #E5E5E5;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.logoContainer {
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-grow: 1;
|
|
14
|
-
align-items: flex-end;
|
|
15
|
-
justify-content: center;
|
|
16
|
-
}
|
|
1
|
+
|
|
2
|
+
.header {
|
|
3
|
+
height: 88px;
|
|
4
|
+
display: flex;
|
|
5
|
+
align-items: flex-end;
|
|
6
|
+
padding: 13px 20px;
|
|
7
|
+
border-bottom: 2px solid #E5E5E5;
|
|
8
|
+
box-sizing: border-box;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.logoContainer {
|
|
12
|
+
display: flex;
|
|
13
|
+
flex-grow: 1;
|
|
14
|
+
align-items: flex-end;
|
|
15
|
+
justify-content: center;
|
|
16
|
+
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { Button as AntButton, ButtonProps } from 'antd';
|
|
2
|
-
import styles from './styles.module.scss';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
|
|
5
|
-
export interface CustomLinkProps extends ButtonProps {
|
|
6
|
-
iconAlignRight?: boolean;
|
|
7
|
-
linkSecondary?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export const Link = (props: CustomLinkProps) => {
|
|
11
|
-
const { iconAlignRight, linkSecondary } = props;
|
|
12
|
-
|
|
13
|
-
const linkClasses = classNames({
|
|
14
|
-
[styles.iconAlignRight]: iconAlignRight,
|
|
15
|
-
[styles.linkSecondary]: linkSecondary,
|
|
16
|
-
}, [styles.link])
|
|
17
|
-
|
|
18
|
-
return (
|
|
19
|
-
<AntButton { ...props } className={ linkClasses } type={'link'} />
|
|
20
|
-
);
|
|
21
|
-
};
|
|
1
|
+
import { Button as AntButton, ButtonProps } from 'antd';
|
|
2
|
+
import styles from './styles.module.scss';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
|
|
5
|
+
export interface CustomLinkProps extends ButtonProps {
|
|
6
|
+
iconAlignRight?: boolean;
|
|
7
|
+
linkSecondary?: boolean;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export const Link = (props: CustomLinkProps) => {
|
|
11
|
+
const { iconAlignRight, linkSecondary } = props;
|
|
12
|
+
|
|
13
|
+
const linkClasses = classNames({
|
|
14
|
+
[styles.iconAlignRight]: iconAlignRight,
|
|
15
|
+
[styles.linkSecondary]: linkSecondary,
|
|
16
|
+
}, [styles.link])
|
|
17
|
+
|
|
18
|
+
return (
|
|
19
|
+
<AntButton { ...props } className={ linkClasses } type={'link'} />
|
|
20
|
+
);
|
|
21
|
+
};
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.link {
|
|
2
|
-
display: inline-flex;
|
|
3
|
-
text-decoration: none;
|
|
4
|
-
height: auto;
|
|
5
|
-
|
|
6
|
-
color: var(--color-black);
|
|
7
|
-
font-size: var(--font-size-body-3);
|
|
8
|
-
line-height: 100%;
|
|
9
|
-
font-weight: 300;
|
|
10
|
-
font-style: var(--font-style-italic);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.linkSecondary {
|
|
14
|
-
color: var(--color-orange);
|
|
15
|
-
font-style: var(--font-style-normal);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.iconAlignRight {
|
|
19
|
-
span:nth-child(2) {
|
|
20
|
-
margin-inline-end: 8px;
|
|
21
|
-
margin-inline-start: 0;
|
|
22
|
-
order: -1;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
1
|
+
.link {
|
|
2
|
+
display: inline-flex;
|
|
3
|
+
text-decoration: none;
|
|
4
|
+
height: auto;
|
|
5
|
+
|
|
6
|
+
color: var(--color-black);
|
|
7
|
+
font-size: var(--font-size-body-3);
|
|
8
|
+
line-height: 100%;
|
|
9
|
+
font-weight: 300;
|
|
10
|
+
font-style: var(--font-style-italic);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.linkSecondary {
|
|
14
|
+
color: var(--color-orange);
|
|
15
|
+
font-style: var(--font-style-normal);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.iconAlignRight {
|
|
19
|
+
span:nth-child(2) {
|
|
20
|
+
margin-inline-end: 8px;
|
|
21
|
+
margin-inline-start: 0;
|
|
22
|
+
order: -1;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import styles from './styles.module.scss';
|
|
2
|
-
import { Link } from '../Link/index';
|
|
3
|
-
import { ArrowLeftOutlined, HomeOutlined, LogoutOutlined } from '@ant-design/icons';
|
|
4
|
-
|
|
5
|
-
export interface NavigationProps {
|
|
6
|
-
backLink?: boolean;
|
|
7
|
-
title: string;
|
|
8
|
-
homeLink?: boolean;
|
|
9
|
-
loginLink?: boolean;
|
|
10
|
-
onClickFunction?: () => void;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export const Navigation = (props: NavigationProps) => {
|
|
14
|
-
const { backLink, title, homeLink, onClickFunction, loginLink } = props;
|
|
15
|
-
|
|
16
|
-
return (
|
|
17
|
-
<div className={styles.navigation}>
|
|
18
|
-
<div className={styles.columnLeft}>
|
|
19
|
-
{ backLink && <Link href="#" icon={<ArrowLeftOutlined />} linkSecondary> Voltar </Link> }
|
|
20
|
-
</div>
|
|
21
|
-
<div className={styles.columnCenter}>
|
|
22
|
-
<h1 className={styles.title}>{title}</h1>
|
|
23
|
-
</div>
|
|
24
|
-
<div className={styles.columnRight}>
|
|
25
|
-
{homeLink && <Link href="" icon={<HomeOutlined />} linkSecondary iconAlignRight> Home </Link>}
|
|
26
|
-
{loginLink && <Link href="#" onClick={onClickFunction} icon={<LogoutOutlined />} linkSecondary iconAlignRight> Log Out</Link>}
|
|
27
|
-
</div>
|
|
28
|
-
</div>
|
|
29
|
-
)
|
|
30
|
-
};
|
|
1
|
+
import styles from './styles.module.scss';
|
|
2
|
+
import { Link } from '../Link/index';
|
|
3
|
+
import { ArrowLeftOutlined, HomeOutlined, LogoutOutlined } from '@ant-design/icons';
|
|
4
|
+
|
|
5
|
+
export interface NavigationProps {
|
|
6
|
+
backLink?: boolean;
|
|
7
|
+
title: string;
|
|
8
|
+
homeLink?: boolean;
|
|
9
|
+
loginLink?: boolean;
|
|
10
|
+
onClickFunction?: () => void;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export const Navigation = (props: NavigationProps) => {
|
|
14
|
+
const { backLink, title, homeLink, onClickFunction, loginLink } = props;
|
|
15
|
+
|
|
16
|
+
return (
|
|
17
|
+
<div className={styles.navigation}>
|
|
18
|
+
<div className={styles.columnLeft}>
|
|
19
|
+
{ backLink && <Link href="#" icon={<ArrowLeftOutlined />} linkSecondary> Voltar </Link> }
|
|
20
|
+
</div>
|
|
21
|
+
<div className={styles.columnCenter}>
|
|
22
|
+
<h1 className={styles.title}>{title}</h1>
|
|
23
|
+
</div>
|
|
24
|
+
<div className={styles.columnRight}>
|
|
25
|
+
{homeLink && <Link href="" icon={<HomeOutlined />} linkSecondary iconAlignRight> Home </Link>}
|
|
26
|
+
{loginLink && <Link href="#" onClick={onClickFunction} icon={<LogoutOutlined />} linkSecondary iconAlignRight> Log Out</Link>}
|
|
27
|
+
</div>
|
|
28
|
+
</div>
|
|
29
|
+
)
|
|
30
|
+
};
|
|
@@ -1,34 +1,34 @@
|
|
|
1
|
-
.navigation {
|
|
2
|
-
display: flex;
|
|
3
|
-
align-items: center;
|
|
4
|
-
justify-content: space-between;
|
|
5
|
-
padding: 0 24px;
|
|
6
|
-
height: 75px;
|
|
7
|
-
gap: 0 24px;
|
|
8
|
-
position: relative;
|
|
9
|
-
|
|
10
|
-
@media(max-width: 767px) {
|
|
11
|
-
padding-top: 32px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
@media(min-width: 767px) {
|
|
15
|
-
padding: 0 40px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.title {
|
|
19
|
-
font-size: var(--font-size-body-4);
|
|
20
|
-
font-weight: var(--font-weight-semibold);
|
|
21
|
-
text-transform: uppercase;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.columnCenter {
|
|
25
|
-
@media(max-width: 767px) {
|
|
26
|
-
position: absolute;
|
|
27
|
-
top: 12px;
|
|
28
|
-
margin: 0 auto;
|
|
29
|
-
left: 0;
|
|
30
|
-
right: 0;
|
|
31
|
-
text-align: center;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
1
|
+
.navigation {
|
|
2
|
+
display: flex;
|
|
3
|
+
align-items: center;
|
|
4
|
+
justify-content: space-between;
|
|
5
|
+
padding: 0 24px;
|
|
6
|
+
height: 75px;
|
|
7
|
+
gap: 0 24px;
|
|
8
|
+
position: relative;
|
|
9
|
+
|
|
10
|
+
@media(max-width: 767px) {
|
|
11
|
+
padding-top: 32px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
@media(min-width: 767px) {
|
|
15
|
+
padding: 0 40px;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.title {
|
|
19
|
+
font-size: var(--font-size-body-4);
|
|
20
|
+
font-weight: var(--font-weight-semibold);
|
|
21
|
+
text-transform: uppercase;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.columnCenter {
|
|
25
|
+
@media(max-width: 767px) {
|
|
26
|
+
position: absolute;
|
|
27
|
+
top: 12px;
|
|
28
|
+
margin: 0 auto;
|
|
29
|
+
left: 0;
|
|
30
|
+
right: 0;
|
|
31
|
+
text-align: center;
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
}
|
|
@@ -1,35 +1,35 @@
|
|
|
1
|
-
|
|
2
|
-
import { Spin } from 'antd';
|
|
3
|
-
import classNames from 'classnames';
|
|
4
|
-
import styles from './styles.module.scss';
|
|
5
|
-
|
|
6
|
-
interface PageContentProps extends PageBaseProps {
|
|
7
|
-
isLoading?: boolean;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
interface PageBaseProps {
|
|
11
|
-
children?: React.ReactNode | React.ReactNode[];
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
export const Page = ({ children }: PageBaseProps) => {
|
|
15
|
-
return (
|
|
16
|
-
<div className={ styles.pageContainer }>
|
|
17
|
-
{ children }
|
|
18
|
-
</div>
|
|
19
|
-
)
|
|
20
|
-
};
|
|
21
|
-
|
|
22
|
-
const PageHeader = ({ children }: PageBaseProps) => (
|
|
23
|
-
<div className={ styles.header }>
|
|
24
|
-
{ children }
|
|
25
|
-
</div>
|
|
26
|
-
);
|
|
27
|
-
|
|
28
|
-
const PageContent = ({ children, isLoading }: PageContentProps) => (
|
|
29
|
-
<div className={ classNames(styles.pageContent, { [styles.pageContentLoading]: isLoading }) }>
|
|
30
|
-
{ isLoading ? <Spin /> : children }
|
|
31
|
-
</div>
|
|
32
|
-
);
|
|
33
|
-
|
|
34
|
-
Page.Header = PageHeader;
|
|
35
|
-
Page.Content = PageContent;
|
|
1
|
+
|
|
2
|
+
import { Spin } from 'antd';
|
|
3
|
+
import classNames from 'classnames';
|
|
4
|
+
import styles from './styles.module.scss';
|
|
5
|
+
|
|
6
|
+
interface PageContentProps extends PageBaseProps {
|
|
7
|
+
isLoading?: boolean;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
interface PageBaseProps {
|
|
11
|
+
children?: React.ReactNode | React.ReactNode[];
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export const Page = ({ children }: PageBaseProps) => {
|
|
15
|
+
return (
|
|
16
|
+
<div className={ styles.pageContainer }>
|
|
17
|
+
{ children }
|
|
18
|
+
</div>
|
|
19
|
+
)
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
const PageHeader = ({ children }: PageBaseProps) => (
|
|
23
|
+
<div className={ styles.header }>
|
|
24
|
+
{ children }
|
|
25
|
+
</div>
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
const PageContent = ({ children, isLoading }: PageContentProps) => (
|
|
29
|
+
<div className={ classNames(styles.pageContent, { [styles.pageContentLoading]: isLoading }) }>
|
|
30
|
+
{ isLoading ? <Spin /> : children }
|
|
31
|
+
</div>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
Page.Header = PageHeader;
|
|
35
|
+
Page.Content = PageContent;
|
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
$padding: 8.5px 20px;
|
|
2
|
-
|
|
3
|
-
.header {
|
|
4
|
-
background: var(--white-color);
|
|
5
|
-
height: 37px;
|
|
6
|
-
border-bottom: 2px solid var(--disabled-input);
|
|
7
|
-
color: var(--app-footer-bg-color);
|
|
8
|
-
display: flex;
|
|
9
|
-
gap: 21px;
|
|
10
|
-
align-items: center;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.pageContent, .header {
|
|
14
|
-
padding: $padding;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.pageContainer {
|
|
18
|
-
height: 100%;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.pageContentLoading {
|
|
22
|
-
min-height: 50%;
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
justify-content: center;
|
|
26
|
-
}
|
|
1
|
+
$padding: 8.5px 20px;
|
|
2
|
+
|
|
3
|
+
.header {
|
|
4
|
+
background: var(--white-color);
|
|
5
|
+
height: 37px;
|
|
6
|
+
border-bottom: 2px solid var(--disabled-input);
|
|
7
|
+
color: var(--app-footer-bg-color);
|
|
8
|
+
display: flex;
|
|
9
|
+
gap: 21px;
|
|
10
|
+
align-items: center;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.pageContent, .header {
|
|
14
|
+
padding: $padding;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.pageContainer {
|
|
18
|
+
height: 100%;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.pageContentLoading {
|
|
22
|
+
min-height: 50%;
|
|
23
|
+
display: flex;
|
|
24
|
+
align-items: center;
|
|
25
|
+
justify-content: center;
|
|
26
|
+
}
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { QueryClientProvider } from "@tanstack/react-query";
|
|
3
|
-
import { queryClient } from '../../constants';
|
|
4
|
-
import { StoreProvider } from '../../contexts/useStore';
|
|
5
|
-
|
|
6
|
-
export interface SharedContextProviderProps {
|
|
7
|
-
providers?: React.JSXElementConstructor<unknown>[];
|
|
8
|
-
children?: React.ReactElement | React.ReactElement[];
|
|
9
|
-
disableInitialStoreRequest?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
const DefaultProviders = [
|
|
13
|
-
StoreProvider,
|
|
14
|
-
[QueryClientProvider, { client: queryClient }],
|
|
15
|
-
] as React.JSXElementConstructor<unknown>[];
|
|
16
|
-
|
|
17
|
-
const ContextProvider = ({ providers, children }) => providers.reduceRight(
|
|
18
|
-
(children, parent) => React.cloneElement(parent, { children: children }),
|
|
19
|
-
children
|
|
20
|
-
);
|
|
21
|
-
|
|
22
|
-
export const SharedContextProvider = ({ children, disableInitialStoreRequest }: SharedContextProviderProps) => {
|
|
23
|
-
return (
|
|
24
|
-
<QueryClientProvider client={ queryClient }>
|
|
25
|
-
<StoreProvider disableInitialStoreRequest={disableInitialStoreRequest}>
|
|
26
|
-
{ children }
|
|
27
|
-
</StoreProvider>
|
|
28
|
-
</QueryClientProvider>
|
|
29
|
-
);
|
|
30
|
-
};
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { QueryClientProvider } from "@tanstack/react-query";
|
|
3
|
+
import { queryClient } from '../../constants';
|
|
4
|
+
import { StoreProvider } from '../../contexts/useStore';
|
|
5
|
+
|
|
6
|
+
export interface SharedContextProviderProps {
|
|
7
|
+
providers?: React.JSXElementConstructor<unknown>[];
|
|
8
|
+
children?: React.ReactElement | React.ReactElement[];
|
|
9
|
+
disableInitialStoreRequest?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
const DefaultProviders = [
|
|
13
|
+
StoreProvider,
|
|
14
|
+
[QueryClientProvider, { client: queryClient }],
|
|
15
|
+
] as React.JSXElementConstructor<unknown>[];
|
|
16
|
+
|
|
17
|
+
const ContextProvider = ({ providers, children }) => providers.reduceRight(
|
|
18
|
+
(children, parent) => React.cloneElement(parent, { children: children }),
|
|
19
|
+
children
|
|
20
|
+
);
|
|
21
|
+
|
|
22
|
+
export const SharedContextProvider = ({ children, disableInitialStoreRequest }: SharedContextProviderProps) => {
|
|
23
|
+
return (
|
|
24
|
+
<QueryClientProvider client={ queryClient }>
|
|
25
|
+
<StoreProvider disableInitialStoreRequest={disableInitialStoreRequest}>
|
|
26
|
+
{ children }
|
|
27
|
+
</StoreProvider>
|
|
28
|
+
</QueryClientProvider>
|
|
29
|
+
);
|
|
30
|
+
};
|
package/src/components/index.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export * from './SharedContextProvider';
|
|
2
|
-
export * from './Header';
|
|
3
|
-
export * from './Footer';
|
|
4
|
-
export * from './Page';
|
|
5
|
-
export * from './Button';
|
|
6
|
-
export * from './BottomDrawer';
|
|
7
|
-
export * from './Form';
|
|
8
|
-
export * from './Link';
|
|
9
|
-
export * from './Navigation';
|
|
1
|
+
export * from './SharedContextProvider';
|
|
2
|
+
export * from './Header';
|
|
3
|
+
export * from './Footer';
|
|
4
|
+
export * from './Page';
|
|
5
|
+
export * from './Button';
|
|
6
|
+
export * from './BottomDrawer';
|
|
7
|
+
export * from './Form';
|
|
8
|
+
export * from './Link';
|
|
9
|
+
export * from './Navigation';
|
package/src/constants/Icons.ts
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
import {
|
|
3
|
-
faBars, faUserTie, faPlus, faXmark, faUser, faUserPlus,
|
|
4
|
-
faCartShopping, faChevronDown, faFilter, faSearch, faQrcode, faCheck
|
|
5
|
-
} from '@fortawesome/free-solid-svg-icons'
|
|
6
|
-
|
|
7
|
-
import { faTrashAlt } from '@fortawesome/free-regular-svg-icons';
|
|
8
|
-
|
|
9
|
-
export const icons = {
|
|
10
|
-
faBars,
|
|
11
|
-
faUser,
|
|
12
|
-
faUserTie,
|
|
13
|
-
faPlus,
|
|
14
|
-
faUserPlus,
|
|
15
|
-
faXmark,
|
|
16
|
-
faCartShopping,
|
|
17
|
-
faChevronDown,
|
|
18
|
-
faFilter,
|
|
19
|
-
faSearch,
|
|
20
|
-
faQrcode,
|
|
21
|
-
faCheck,
|
|
22
|
-
'fa-thin': faTrashAlt
|
|
23
|
-
};
|
|
1
|
+
|
|
2
|
+
import {
|
|
3
|
+
faBars, faUserTie, faPlus, faXmark, faUser, faUserPlus,
|
|
4
|
+
faCartShopping, faChevronDown, faFilter, faSearch, faQrcode, faCheck
|
|
5
|
+
} from '@fortawesome/free-solid-svg-icons'
|
|
6
|
+
|
|
7
|
+
import { faTrashAlt } from '@fortawesome/free-regular-svg-icons';
|
|
8
|
+
|
|
9
|
+
export const icons = {
|
|
10
|
+
faBars,
|
|
11
|
+
faUser,
|
|
12
|
+
faUserTie,
|
|
13
|
+
faPlus,
|
|
14
|
+
faUserPlus,
|
|
15
|
+
faXmark,
|
|
16
|
+
faCartShopping,
|
|
17
|
+
faChevronDown,
|
|
18
|
+
faFilter,
|
|
19
|
+
faSearch,
|
|
20
|
+
faQrcode,
|
|
21
|
+
faCheck,
|
|
22
|
+
'fa-thin': faTrashAlt
|
|
23
|
+
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
-
|
|
3
|
-
export const queryClient = new QueryClient({
|
|
4
|
-
defaultOptions: {
|
|
5
|
-
queries: {
|
|
6
|
-
refetchOnWindowFocus: false,
|
|
7
|
-
suspense: true,
|
|
8
|
-
},
|
|
9
|
-
},
|
|
10
|
-
});
|
|
1
|
+
import { QueryClient } from '@tanstack/react-query';
|
|
2
|
+
|
|
3
|
+
export const queryClient = new QueryClient({
|
|
4
|
+
defaultOptions: {
|
|
5
|
+
queries: {
|
|
6
|
+
refetchOnWindowFocus: false,
|
|
7
|
+
suspense: true,
|
|
8
|
+
},
|
|
9
|
+
},
|
|
10
|
+
});
|
package/src/constants/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './QueryClient'
|
|
2
|
-
export * from './Icons';
|
|
1
|
+
export * from './QueryClient'
|
|
2
|
+
export * from './Icons';
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { useSearchParams } from 'react-router-dom';
|
|
4
|
-
import { useStoreQuery } from '../hooks/useStoreQuery';
|
|
5
|
-
import { Store } from '../interfaces/Store';
|
|
6
|
-
|
|
7
|
-
const StoreContext = React.createContext<Store | null>(null);
|
|
8
|
-
|
|
9
|
-
const StoreProvider = ({ children, disableInitialStoreRequest }: { disableInitialStoreRequest?: boolean, children: React.ReactElement | React.ReactElement[] }) => {
|
|
10
|
-
const [params] = useSearchParams();
|
|
11
|
-
const { data: store } = useStoreQuery({ id: params.get('storeId') as string, enabled: !disableInitialStoreRequest });
|
|
12
|
-
|
|
13
|
-
return <StoreContext.Provider value={ store }> { children } </StoreContext.Provider>;
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
const useStoreContext = (): Store => {
|
|
17
|
-
return React.useContext(StoreContext) as Store;
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export { StoreProvider, useStoreContext };
|
|
1
|
+
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import { useSearchParams } from 'react-router-dom';
|
|
4
|
+
import { useStoreQuery } from '../hooks/useStoreQuery';
|
|
5
|
+
import { Store } from '../interfaces/Store';
|
|
6
|
+
|
|
7
|
+
const StoreContext = React.createContext<Store | null>(null);
|
|
8
|
+
|
|
9
|
+
const StoreProvider = ({ children, disableInitialStoreRequest }: { disableInitialStoreRequest?: boolean, children: React.ReactElement | React.ReactElement[] }) => {
|
|
10
|
+
const [params] = useSearchParams();
|
|
11
|
+
const { data: store } = useStoreQuery({ id: params.get('storeId') as string, enabled: !disableInitialStoreRequest });
|
|
12
|
+
|
|
13
|
+
return <StoreContext.Provider value={ store }> { children } </StoreContext.Provider>;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
const useStoreContext = (): Store => {
|
|
17
|
+
return React.useContext(StoreContext) as Store;
|
|
18
|
+
};
|
|
19
|
+
|
|
20
|
+
export { StoreProvider, useStoreContext };
|