@axelor/aos-mobile-project 8.2.0
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/README.md +44 -0
- package/lib/api/index.d.ts +4 -0
- package/lib/api/index.js +22 -0
- package/lib/api/index.js.map +1 -0
- package/lib/api/project-api.d.ts +20 -0
- package/lib/api/project-api.js +136 -0
- package/lib/api/project-api.js.map +1 -0
- package/lib/api/project-task-api.d.ts +51 -0
- package/lib/api/project-task-api.js +294 -0
- package/lib/api/project-task-api.js.map +1 -0
- package/lib/api/reporting-api.d.ts +3 -0
- package/lib/api/reporting-api.js +26 -0
- package/lib/api/reporting-api.js.map +1 -0
- package/lib/api/timesheet-lines-api.d.ts +3 -0
- package/lib/api/timesheet-lines-api.js +41 -0
- package/lib/api/timesheet-lines-api.js.map +1 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.d.ts +6 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.js +59 -0
- package/lib/components/atoms/DatesDisplay/DatesDisplay.js.map +1 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.d.ts +12 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.js +74 -0
- package/lib/components/atoms/PartnerCard/PartnerCard.js.map +1 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.d.ts +15 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.js +101 -0
- package/lib/components/atoms/ProjectCard/ProjectCard.js.map +1 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.d.ts +10 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.js +48 -0
- package/lib/components/atoms/ProjectSimpleCard/ProjectSimpleCard.js.map +1 -0
- package/lib/components/atoms/TaskCard/TaskCard.d.ts +16 -0
- package/lib/components/atoms/TaskCard/TaskCard.js +93 -0
- package/lib/components/atoms/TaskCard/TaskCard.js.map +1 -0
- package/lib/components/atoms/index.d.ts +5 -0
- package/lib/components/atoms/index.js +23 -0
- package/lib/components/atoms/index.js.map +1 -0
- package/lib/components/index.d.ts +5 -0
- package/lib/components/index.js +23 -0
- package/lib/components/index.js.map +1 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.d.ts +11 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.js +80 -0
- package/lib/components/molecules/ActivityCard/ActivityCard.js.map +1 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.d.ts +11 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.js +53 -0
- package/lib/components/molecules/CustomFieldPopup/CustomFieldPopup.js.map +1 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.d.ts +11 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.js +41 -0
- package/lib/components/molecules/DropdownInvoicing/DropdownInvoicing.js.map +1 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.d.ts +8 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.js +33 -0
- package/lib/components/molecules/DropdownMembers/DropdownMembers.js.map +1 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.d.ts +13 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.js +51 -0
- package/lib/components/molecules/DropdownTaskCharacteristics/DropdownTaskCharacteristics.js.map +1 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.d.ts +8 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.js +39 -0
- package/lib/components/molecules/DropdownTaskDescription/DropdownTaskDescription.js.map +1 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.d.ts +19 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.js +53 -0
- package/lib/components/molecules/PartnerActionCard/PartnerActionCard.js.map +1 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.d.ts +3 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.js +67 -0
- package/lib/components/molecules/ProjectHeader/ProjectHeader.js.map +1 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.d.ts +3 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.js +34 -0
- package/lib/components/molecules/ProjectSiteTags/ProjectSiteTags.js.map +1 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.d.ts +9 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.js +56 -0
- package/lib/components/molecules/SectionHeader/SectionHeader.js.map +1 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.d.ts +20 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.js +39 -0
- package/lib/components/molecules/TaskActionCard/TaskActionCard.js.map +1 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.d.ts +3 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.js +67 -0
- package/lib/components/molecules/TaskDetailsHeader/TaskDetailsHeader.js.map +1 -0
- package/lib/components/molecules/index.d.ts +12 -0
- package/lib/components/molecules/index.js +30 -0
- package/lib/components/molecules/index.js.map +1 -0
- package/lib/components/organisms/CustomSection/CustomSection.d.ts +10 -0
- package/lib/components/organisms/CustomSection/CustomSection.js +49 -0
- package/lib/components/organisms/CustomSection/CustomSection.js.map +1 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.d.ts +6 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.js +41 -0
- package/lib/components/organisms/LogTimeButton/LogTimeButton.js.map +1 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.d.ts +3 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.js +51 -0
- package/lib/components/organisms/ProjectDropdownCards/ProjectDropdownCards.js.map +1 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.d.ts +3 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.js +52 -0
- package/lib/components/organisms/ProjectTaskDropdownCards/ProjectTaskDropdownCards.js.map +1 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.d.ts +3 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.js +53 -0
- package/lib/components/organisms/TimeSpentGridView/TimeSpentGridView.js.map +1 -0
- package/lib/components/organisms/index.d.ts +5 -0
- package/lib/components/organisms/index.js +23 -0
- package/lib/components/organisms/index.js.map +1 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.d.ts +3 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.js +55 -0
- package/lib/components/pages/GeneralInformationView/GeneralInformationView.js.map +1 -0
- package/lib/components/pages/ReportingView/ReportingView.d.ts +3 -0
- package/lib/components/pages/ReportingView/ReportingView.js +60 -0
- package/lib/components/pages/ReportingView/ReportingView.js.map +1 -0
- package/lib/components/pages/SubProjectView/SubProjectView.d.ts +3 -0
- package/lib/components/pages/SubProjectView/SubProjectView.js +80 -0
- package/lib/components/pages/SubProjectView/SubProjectView.js.map +1 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.d.ts +3 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.js +49 -0
- package/lib/components/pages/TaskCustomFieldsView/TaskCustomFieldsView.js.map +1 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.d.ts +5 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.js +55 -0
- package/lib/components/pages/TaskGeneralInformationView/TaskGeneralInformationView.js.map +1 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.d.ts +3 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.js +58 -0
- package/lib/components/pages/TaskLinkView/TaskLinkView.js.map +1 -0
- package/lib/components/pages/TaskView/TaskView.d.ts +3 -0
- package/lib/components/pages/TaskView/TaskView.js +63 -0
- package/lib/components/pages/TaskView/TaskView.js.map +1 -0
- package/lib/components/pages/TimeView/TimeView.d.ts +7 -0
- package/lib/components/pages/TimeView/TimeView.js +59 -0
- package/lib/components/pages/TimeView/TimeView.js.map +1 -0
- package/lib/components/pages/index.d.ts +8 -0
- package/lib/components/pages/index.js +26 -0
- package/lib/components/pages/index.js.map +1 -0
- package/lib/components/templates/ActivityListView/ActivityListView.d.ts +3 -0
- package/lib/components/templates/ActivityListView/ActivityListView.js +117 -0
- package/lib/components/templates/ActivityListView/ActivityListView.js.map +1 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.d.ts +12 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.js +41 -0
- package/lib/components/templates/CategorySearchBar/CategorySearchBar.js.map +1 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.d.ts +12 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.js +41 -0
- package/lib/components/templates/ParentTaskSearchBar/ParentTaskSearchBar.js.map +1 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.d.ts +12 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.js +41 -0
- package/lib/components/templates/PrioritySearchBar/PrioritySearchBar.js.map +1 -0
- package/lib/components/templates/ProjectListView/ProjectListView.d.ts +6 -0
- package/lib/components/templates/ProjectListView/ProjectListView.js +71 -0
- package/lib/components/templates/ProjectListView/ProjectListView.js.map +1 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.d.ts +13 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.js +39 -0
- package/lib/components/templates/ProjectSearchBar/ProjectSearchBar.js.map +1 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.d.ts +7 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.js +70 -0
- package/lib/components/templates/ReportingDetailsView/IndicatorCategory.js.map +1 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.d.ts +3 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.js +50 -0
- package/lib/components/templates/ReportingDetailsView/ReportingDetailsView.js.map +1 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.d.ts +12 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.js +38 -0
- package/lib/components/templates/SectionSearchBar/SectionSearchBar.js.map +1 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.d.ts +12 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.js +40 -0
- package/lib/components/templates/TargetVersionSearchBar/TargetVersionSearchBar.js.map +1 -0
- package/lib/components/templates/TaskFilters/TaskFilters.d.ts +14 -0
- package/lib/components/templates/TaskFilters/TaskFilters.js +135 -0
- package/lib/components/templates/TaskFilters/TaskFilters.js.map +1 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.d.ts +12 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.js +56 -0
- package/lib/components/templates/TaskStatusSearchBar/TaskStatusSearchBar.js.map +1 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.d.ts +11 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.js +50 -0
- package/lib/components/templates/TaskTagMultiValuePicker/TaskTagMultiValuePicker.js.map +1 -0
- package/lib/components/templates/index.d.ts +12 -0
- package/lib/components/templates/index.js +30 -0
- package/lib/components/templates/index.js.map +1 -0
- package/lib/features/asyncFunctions-index.d.ts +4 -0
- package/lib/features/asyncFunctions-index.js +22 -0
- package/lib/features/asyncFunctions-index.js.map +1 -0
- package/lib/features/index.d.ts +4 -0
- package/lib/features/index.js +22 -0
- package/lib/features/index.js.map +1 -0
- package/lib/features/projectSlice.d.ts +65 -0
- package/lib/features/projectSlice.js +118 -0
- package/lib/features/projectSlice.js.map +1 -0
- package/lib/features/projectTaskSlice.d.ts +193 -0
- package/lib/features/projectTaskSlice.js +310 -0
- package/lib/features/projectTaskSlice.js.map +1 -0
- package/lib/features/reportingSlice.d.ts +13 -0
- package/lib/features/reportingSlice.js +43 -0
- package/lib/features/reportingSlice.js.map +1 -0
- package/lib/features/timesheetLinesSlice.d.ts +39 -0
- package/lib/features/timesheetLinesSlice.js +57 -0
- package/lib/features/timesheetLinesSlice.js.map +1 -0
- package/lib/hooks/index.d.ts +2 -0
- package/lib/hooks/index.js +20 -0
- package/lib/hooks/index.js.map +1 -0
- package/lib/hooks/use-project-header-actions.d.ts +1 -0
- package/lib/hooks/use-project-header-actions.js +75 -0
- package/lib/hooks/use-project-header-actions.js.map +1 -0
- package/lib/hooks/use-reporting-configuration.d.ts +5 -0
- package/lib/hooks/use-reporting-configuration.js +33 -0
- package/lib/hooks/use-reporting-configuration.js.map +1 -0
- package/lib/hooks/use-task-filter.d.ts +32 -0
- package/lib/hooks/use-task-filter.js +96 -0
- package/lib/hooks/use-task-filter.js.map +1 -0
- package/lib/i18n/en.json +87 -0
- package/lib/i18n/fr.json +87 -0
- package/lib/index.d.ts +8 -0
- package/lib/index.js +81 -0
- package/lib/index.js.map +1 -0
- package/lib/models/forms.d.ts +2 -0
- package/lib/models/forms.js +245 -0
- package/lib/models/forms.js.map +1 -0
- package/lib/models/index.d.ts +5 -0
- package/lib/models/index.js +23 -0
- package/lib/models/index.js.map +1 -0
- package/lib/models/objectFields.d.ts +2 -0
- package/lib/models/objectFields.js +187 -0
- package/lib/models/objectFields.js.map +1 -0
- package/lib/models/searchFields.d.ts +2 -0
- package/lib/models/searchFields.js +31 -0
- package/lib/models/searchFields.js.map +1 -0
- package/lib/models/sortFields.d.ts +2 -0
- package/lib/models/sortFields.js +22 -0
- package/lib/models/sortFields.js.map +1 -0
- package/lib/models/typeObjects.d.ts +2 -0
- package/lib/models/typeObjects.js +63 -0
- package/lib/models/typeObjects.js.map +1 -0
- package/lib/screens/ActiveProjectScreen.d.ts +3 -0
- package/lib/screens/ActiveProjectScreen.js +50 -0
- package/lib/screens/ActiveProjectScreen.js.map +1 -0
- package/lib/screens/BuisnessProjectScreen.d.ts +3 -0
- package/lib/screens/BuisnessProjectScreen.js +27 -0
- package/lib/screens/BuisnessProjectScreen.js.map +1 -0
- package/lib/screens/ProjectDetailsScreen.d.ts +7 -0
- package/lib/screens/ProjectDetailsScreen.js +87 -0
- package/lib/screens/ProjectDetailsScreen.js.map +1 -0
- package/lib/screens/ProjectScreen.d.ts +3 -0
- package/lib/screens/ProjectScreen.js +27 -0
- package/lib/screens/ProjectScreen.js.map +1 -0
- package/lib/screens/TaskDetailsScreen.d.ts +6 -0
- package/lib/screens/TaskDetailsScreen.js +92 -0
- package/lib/screens/TaskDetailsScreen.js.map +1 -0
- package/lib/screens/TaskFormScreen.d.ts +6 -0
- package/lib/screens/TaskFormScreen.js +83 -0
- package/lib/screens/TaskFormScreen.js.map +1 -0
- package/lib/screens/TaskListScreen.d.ts +5 -0
- package/lib/screens/TaskListScreen.js +56 -0
- package/lib/screens/TaskListScreen.js.map +1 -0
- package/lib/screens/index.d.ts +74 -0
- package/lib/screens/index.js +82 -0
- package/lib/screens/index.js.map +1 -0
- package/lib/types/index.d.ts +1 -0
- package/lib/types/index.js +19 -0
- package/lib/types/index.js.map +1 -0
- package/lib/types/reporting-type.d.ts +5 -0
- package/lib/types/reporting-type.js +23 -0
- package/lib/types/reporting-type.js.map +1 -0
- package/package.json +48 -0
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import BuisnessProjectScreen from './BuisnessProjectScreen';
|
|
3
|
+
import ProjectDetailsScreen from './ProjectDetailsScreen';
|
|
4
|
+
import ActiveProjectScreen from './ActiveProjectScreen';
|
|
5
|
+
import ProjectScreen from './ProjectScreen';
|
|
6
|
+
import TaskDetailsScreen from './TaskDetailsScreen';
|
|
7
|
+
import TaskFormScreen from './TaskFormScreen';
|
|
8
|
+
import TaskListScreen from './TaskListScreen';
|
|
9
|
+
declare const _default: {
|
|
10
|
+
BuisnessProjectScreen: {
|
|
11
|
+
title: string;
|
|
12
|
+
component: ({}: {}) => import("react").JSX.Element;
|
|
13
|
+
options: {
|
|
14
|
+
shadedHeader: boolean;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
ActiveProjectScreen: {
|
|
18
|
+
title: string;
|
|
19
|
+
component: ({}: {}) => import("react").JSX.Element;
|
|
20
|
+
options: {
|
|
21
|
+
shadedHeader: boolean;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
ProjectScreen: {
|
|
25
|
+
title: string;
|
|
26
|
+
component: ({}: {}) => import("react").JSX.Element;
|
|
27
|
+
options: {
|
|
28
|
+
shadedHeader: boolean;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
ProjectDetailsScreen: {
|
|
32
|
+
title: string;
|
|
33
|
+
component: ({ route, projectId, }: import("./ProjectDetailsScreen").ProjectDetailsScreenProps) => import("react").JSX.Element;
|
|
34
|
+
actionID: string;
|
|
35
|
+
options: {
|
|
36
|
+
shadedHeader: boolean;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
TaskListScreen: {
|
|
40
|
+
title: string;
|
|
41
|
+
component: ({ navigation }: {
|
|
42
|
+
navigation: any;
|
|
43
|
+
}) => import("react").JSX.Element;
|
|
44
|
+
options: {
|
|
45
|
+
shadedHeader: boolean;
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
TaskDetailsScreen: {
|
|
49
|
+
title: string;
|
|
50
|
+
component: ({ navigation, route }: {
|
|
51
|
+
navigation: any;
|
|
52
|
+
route: any;
|
|
53
|
+
}) => import("react").JSX.Element;
|
|
54
|
+
actionID: string;
|
|
55
|
+
options: {
|
|
56
|
+
shadedHeader: boolean;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
TaskFormScreen: {
|
|
60
|
+
title: string;
|
|
61
|
+
component: ({ navigation, route }: {
|
|
62
|
+
navigation: any;
|
|
63
|
+
route: any;
|
|
64
|
+
}) => import("react").JSX.Element;
|
|
65
|
+
};
|
|
66
|
+
};
|
|
67
|
+
export default _default;
|
|
68
|
+
export { ActiveProjectScreen };
|
|
69
|
+
export { ProjectScreen };
|
|
70
|
+
export { BuisnessProjectScreen };
|
|
71
|
+
export { ProjectDetailsScreen };
|
|
72
|
+
export { TaskListScreen };
|
|
73
|
+
export { TaskDetailsScreen };
|
|
74
|
+
export { TaskFormScreen };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
import BuisnessProjectScreen from './BuisnessProjectScreen';
|
|
19
|
+
import ProjectDetailsScreen from './ProjectDetailsScreen';
|
|
20
|
+
import ActiveProjectScreen from './ActiveProjectScreen';
|
|
21
|
+
import ProjectScreen from './ProjectScreen';
|
|
22
|
+
import TaskDetailsScreen from './TaskDetailsScreen';
|
|
23
|
+
import TaskFormScreen from './TaskFormScreen';
|
|
24
|
+
import TaskListScreen from './TaskListScreen';
|
|
25
|
+
export default {
|
|
26
|
+
BuisnessProjectScreen: {
|
|
27
|
+
title: 'Project_BuisnessProjects',
|
|
28
|
+
component: BuisnessProjectScreen,
|
|
29
|
+
options: {
|
|
30
|
+
shadedHeader: false,
|
|
31
|
+
},
|
|
32
|
+
},
|
|
33
|
+
ActiveProjectScreen: {
|
|
34
|
+
title: 'Project_ActiveProject',
|
|
35
|
+
component: ActiveProjectScreen,
|
|
36
|
+
options: {
|
|
37
|
+
shadedHeader: false,
|
|
38
|
+
},
|
|
39
|
+
},
|
|
40
|
+
ProjectScreen: {
|
|
41
|
+
title: 'Project_Projects',
|
|
42
|
+
component: ProjectScreen,
|
|
43
|
+
options: {
|
|
44
|
+
shadedHeader: false,
|
|
45
|
+
},
|
|
46
|
+
},
|
|
47
|
+
ProjectDetailsScreen: {
|
|
48
|
+
title: 'Project_Projects',
|
|
49
|
+
component: ProjectDetailsScreen,
|
|
50
|
+
actionID: 'project_project_details',
|
|
51
|
+
options: {
|
|
52
|
+
shadedHeader: false,
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
TaskListScreen: {
|
|
56
|
+
title: 'Project_Tasks',
|
|
57
|
+
component: TaskListScreen,
|
|
58
|
+
options: {
|
|
59
|
+
shadedHeader: false,
|
|
60
|
+
},
|
|
61
|
+
},
|
|
62
|
+
TaskDetailsScreen: {
|
|
63
|
+
title: 'Project_Task',
|
|
64
|
+
component: TaskDetailsScreen,
|
|
65
|
+
actionID: 'project_projectTask_details',
|
|
66
|
+
options: {
|
|
67
|
+
shadedHeader: false,
|
|
68
|
+
},
|
|
69
|
+
},
|
|
70
|
+
TaskFormScreen: {
|
|
71
|
+
title: 'Project_Task',
|
|
72
|
+
component: TaskFormScreen,
|
|
73
|
+
},
|
|
74
|
+
};
|
|
75
|
+
export { ActiveProjectScreen };
|
|
76
|
+
export { ProjectScreen };
|
|
77
|
+
export { BuisnessProjectScreen };
|
|
78
|
+
export { ProjectDetailsScreen };
|
|
79
|
+
export { TaskListScreen };
|
|
80
|
+
export { TaskDetailsScreen };
|
|
81
|
+
export { TaskFormScreen };
|
|
82
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/screens/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,qBAAqB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,oBAAoB,MAAM,wBAAwB,CAAC;AAC1D,OAAO,mBAAmB,MAAM,uBAAuB,CAAC;AACxD,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAC5C,OAAO,iBAAiB,MAAM,qBAAqB,CAAC;AACpD,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAC9C,OAAO,cAAc,MAAM,kBAAkB,CAAC;AAE9C,eAAe;IACb,qBAAqB,EAAE;QACrB,KAAK,EAAE,0BAA0B;QACjC,SAAS,EAAE,qBAAqB;QAChC,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,mBAAmB,EAAE;QACnB,KAAK,EAAE,uBAAuB;QAC9B,SAAS,EAAE,mBAAmB;QAC9B,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,aAAa,EAAE;QACb,KAAK,EAAE,kBAAkB;QACzB,SAAS,EAAE,aAAa;QACxB,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,oBAAoB,EAAE;QACpB,KAAK,EAAE,kBAAkB;QACzB,SAAS,EAAE,oBAAoB;QAC/B,QAAQ,EAAE,yBAAyB;QACnC,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE,eAAe;QACtB,SAAS,EAAE,cAAc;QACzB,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,iBAAiB,EAAE;QACjB,KAAK,EAAE,cAAc;QACrB,SAAS,EAAE,iBAAiB;QAC5B,QAAQ,EAAE,6BAA6B;QACvC,OAAO,EAAE;YACP,YAAY,EAAE,KAAK;SACpB;KACF;IACD,cAAc,EAAE;QACd,KAAK,EAAE,cAAc;QACrB,SAAS,EAAE,cAAc;KAC1B;CACF,CAAC;AAEF,OAAO,EAAC,mBAAmB,EAAC,CAAC;AAC7B,OAAO,EAAC,aAAa,EAAC,CAAC;AACvB,OAAO,EAAC,qBAAqB,EAAC,CAAC;AAC/B,OAAO,EAAC,oBAAoB,EAAC,CAAC;AAC9B,OAAO,EAAC,cAAc,EAAC,CAAC;AACxB,OAAO,EAAC,iBAAiB,EAAC,CAAC;AAC3B,OAAO,EAAC,cAAc,EAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './reporting-type';
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
export * from './reporting-type';
|
|
19
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Axelor Business Solutions
|
|
3
|
+
*
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
|
+
*
|
|
6
|
+
* This program is free software: you can redistribute it and/or modify
|
|
7
|
+
* it under the terms of the GNU Affero General Public License, version 3,
|
|
8
|
+
* as published by the Free Software Foundation.
|
|
9
|
+
*
|
|
10
|
+
* This program is distributed in the hope that it will be useful,
|
|
11
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
12
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
13
|
+
* GNU Affero General Public License for more details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License
|
|
16
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
export const ReportingType = {
|
|
19
|
+
indicators: 'indicators',
|
|
20
|
+
activities: 'activities',
|
|
21
|
+
none: 'none',
|
|
22
|
+
};
|
|
23
|
+
//# sourceMappingURL=reporting-type.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"reporting-type.js","sourceRoot":"","sources":["../../src/types/reporting-type.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,UAAU,EAAE,YAAY;IACxB,UAAU,EAAE,YAAY;IACxB,IAAI,EAAE,MAAM;CACb,CAAC"}
|
package/package.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@axelor/aos-mobile-project",
|
|
3
|
+
"version": "8.2.0",
|
|
4
|
+
"author": "Axelor",
|
|
5
|
+
"license": "AGPL-3.0-only",
|
|
6
|
+
"publishConfig": {
|
|
7
|
+
"access": "public"
|
|
8
|
+
},
|
|
9
|
+
"main": "lib/index.js",
|
|
10
|
+
"types": "lib/index.d.js",
|
|
11
|
+
"files": [
|
|
12
|
+
"lib"
|
|
13
|
+
],
|
|
14
|
+
"scripts": {
|
|
15
|
+
"clean": "rm -rf lib/",
|
|
16
|
+
"compile": "tsc -p tsconfig.build.json",
|
|
17
|
+
"dev": "npm run compile -- --watch",
|
|
18
|
+
"build": "npm run clean && npm run compile",
|
|
19
|
+
"npm-publish": "npm publish",
|
|
20
|
+
"lint": "eslint .",
|
|
21
|
+
"format": "prettier --write src/",
|
|
22
|
+
"format:check": "prettier --check src/",
|
|
23
|
+
"license:add": "npx add-copyright-header --generate --dir 'src'"
|
|
24
|
+
},
|
|
25
|
+
"peerDependencies": {
|
|
26
|
+
"react": "18.2.0",
|
|
27
|
+
"react-native": "0.73.9"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@axelor/aos-mobile-core": "8.2.0",
|
|
31
|
+
"@axelor/aos-mobile-hr": "8.2.0",
|
|
32
|
+
"@axelor/aos-mobile-ui": "8.2.0",
|
|
33
|
+
"@reduxjs/toolkit": "^2.2.7"
|
|
34
|
+
},
|
|
35
|
+
"devDependencies": {
|
|
36
|
+
"@babel/runtime": "^7.20.0",
|
|
37
|
+
"@react-native/babel-preset": "0.73.21",
|
|
38
|
+
"@react-native/eslint-config": "0.73.2",
|
|
39
|
+
"@types/react": "^18.2.6",
|
|
40
|
+
"eslint": "8.57.0",
|
|
41
|
+
"prettier": "^3.3.3",
|
|
42
|
+
"react": "18.2.0",
|
|
43
|
+
"react-native": "0.73.9"
|
|
44
|
+
},
|
|
45
|
+
"resolutions": {
|
|
46
|
+
"@types/react": "^18.2.6"
|
|
47
|
+
}
|
|
48
|
+
}
|