@axelor/aos-mobile-crm 7.2.4 → 7.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/catalog-api.js +1 -1
- package/lib/api/client-api.js +1 -1
- package/lib/api/company-api.js +1 -1
- package/lib/api/contact-api.js +1 -1
- package/lib/api/crm-config-api.js +1 -1
- package/lib/api/event-api.js +1 -1
- package/lib/api/function-api.js +1 -1
- package/lib/api/index.js +1 -1
- package/lib/api/leads-api.js +1 -1
- package/lib/api/opportunities-api.js +1 -1
- package/lib/api/partner-api.js +1 -1
- package/lib/api/prospect-api.js +1 -1
- package/lib/components/index.js +1 -1
- package/lib/components/molecules/CatalogCard/CatalogCard.js +1 -1
- package/lib/components/molecules/ContactInfoCard/ContactInfoCard.js +1 -1
- package/lib/components/molecules/EventCard/EventCard.js +11 -22
- package/lib/components/molecules/EventCard/EventCard.js.map +1 -1
- package/lib/components/molecules/LeadsCard/LeadsCard.js +1 -1
- package/lib/components/molecules/LiteContactCard/LiteContactCard.js +1 -1
- package/lib/components/molecules/OpportunityCard/OpportunityCard.js +1 -1
- package/lib/components/molecules/PartnerCard/PartnerCard.js +1 -1
- package/lib/components/molecules/PartnerInfoCard/PartnerInfoCard.js +1 -1
- package/lib/components/molecules/PlanningEventCard/PlanningEventCard.js +1 -1
- package/lib/components/molecules/SocialNetworksInfoCard/SocialNetworksInfoCard.js +1 -1
- package/lib/components/molecules/index.js +1 -1
- package/lib/components/organisms/Client/ClientBottom/ClientBottom.js +1 -1
- package/lib/components/organisms/Client/ClientDropdownCards/ClientDropdownCards.js +1 -1
- package/lib/components/organisms/Client/ClientHeader/ClientHeader.js +1 -1
- package/lib/components/organisms/Client/index.js +1 -1
- package/lib/components/organisms/Contact/ContactBottom/ContactBottom.js +1 -1
- package/lib/components/organisms/Contact/ContactDropdownCards/ContactDropdownCards.js +1 -1
- package/lib/components/organisms/Contact/ContactHeader/ContactHeader.js +1 -1
- package/lib/components/organisms/Contact/ContactPartnerCard/ContactPartnerCard.js +1 -1
- package/lib/components/organisms/Contact/index.js +1 -1
- package/lib/components/organisms/DropdownContactPartnerView/DropdownContactPartnerView.js +1 -1
- package/lib/components/organisms/DropdownContactView/DropdownContactView.js +1 -1
- package/lib/components/organisms/DropdownEmployeeView/DropdownEmployeeView.js +1 -1
- package/lib/components/organisms/DropdownEventView/DropdownEventView.js +1 -1
- package/lib/components/organisms/DropdownGeneralView/DropdownGeneralView.js +1 -1
- package/lib/components/organisms/DropdownOpportunityView/DropdownOpportunityView.js +1 -1
- package/lib/components/organisms/EditButton/EditButton.js +1 -1
- package/lib/components/organisms/Event/EventBottom/EventBottom.js +1 -1
- package/lib/components/organisms/Event/EventContactCard/EventContactCard.js +1 -1
- package/lib/components/organisms/Event/EventDatesCard/EventDatesCard.js +1 -1
- package/lib/components/organisms/Event/EventHeader/EventHeader.js +1 -1
- package/lib/components/organisms/Event/EventLabelsCard/EventLabelsCard.js +1 -1
- package/lib/components/organisms/Event/EventLeadCard/EventLeadCard.js +1 -1
- package/lib/components/organisms/Event/EventPartnerCard/EventPartnerCard.js +1 -1
- package/lib/components/organisms/Event/index.js +1 -1
- package/lib/components/organisms/Lead/LeadBottom/LeadBottom.js +1 -1
- package/lib/components/organisms/Lead/LeadDropdownCards/LeadDropdownCards.js +1 -1
- package/lib/components/organisms/Lead/LeadHeader/LeadHeader.js +1 -1
- package/lib/components/organisms/Lead/index.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityBottom/OpportunityBottom.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityDropdownInfo/OpportunityDropdownInfo.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityHeader/OpportunityHeader.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityPartnerCard/OpportunityPartnerCard.js +1 -1
- package/lib/components/organisms/Opportunity/OpportunityUpdateStatusPicker/OpportunityUpdateStatusPicker.js +1 -1
- package/lib/components/organisms/Opportunity/index.js +1 -1
- package/lib/components/organisms/Prospect/ProspectBottom/ProspectBottom.js +1 -1
- package/lib/components/organisms/Prospect/ProspectDropdownCards/ProspectDropdownCards.js +1 -1
- package/lib/components/organisms/Prospect/ProspectHeader/ProspectHeader.js +1 -1
- package/lib/components/organisms/Prospect/index.js +1 -1
- package/lib/components/organisms/index.js +1 -1
- package/lib/components/templates/CatalogTypePicker/CatalogTypePicker.js +1 -1
- package/lib/components/templates/CatalogsSearchBar/CatalogsSearchBar.js +1 -1
- package/lib/components/templates/CivilityPicker/CivilityPicker.js +1 -1
- package/lib/components/templates/ClientProspectSearchBar/ClientProspectSearchBar.js +3 -3
- package/lib/components/templates/ClientProspectSearchBar/ClientProspectSearchBar.js.map +1 -1
- package/lib/components/templates/ClientSearchBar/ClientSearchBar.js +1 -1
- package/lib/components/templates/ContactSearchBar/ContactSearchBar.js +1 -1
- package/lib/components/templates/EventSearchBar/EventSearchBar.js +3 -3
- package/lib/components/templates/EventSearchBar/EventSearchBar.js.map +1 -1
- package/lib/components/templates/EventStatusPicker/EventStatusPicker.js +1 -1
- package/lib/components/templates/EventTypePicker/EventTypePicker.js +1 -1
- package/lib/components/templates/FunctionSearchBar/FunctionSearchBar.js +1 -1
- package/lib/components/templates/LeadSearchBar/LeadSearchBar.js +1 -1
- package/lib/components/templates/OpportunitySearchBar/OpportunitySearchBar.js +1 -1
- package/lib/components/templates/OpportunityStatusPicker/OpportunityStatusPicker.js +1 -1
- package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js +3 -3
- package/lib/components/templates/PartnerSearchBar/PartnerSearchBar.js.map +1 -1
- package/lib/components/templates/ProspectSearchBar/ProspectSearchBar.js +3 -3
- package/lib/components/templates/ProspectSearchBar/ProspectSearchBar.js.map +1 -1
- package/lib/components/templates/index.js +1 -1
- package/lib/features/asyncFunctions-index.js +1 -1
- package/lib/features/catalogSlice.d.ts +1 -1
- package/lib/features/catalogSlice.js +2 -2
- package/lib/features/catalogSlice.js.map +1 -1
- package/lib/features/clientSlice.d.ts +2 -1
- package/lib/features/clientSlice.js +8 -7
- package/lib/features/clientSlice.js.map +1 -1
- package/lib/features/companySlice.js +1 -1
- package/lib/features/contactSlice.d.ts +2 -2
- package/lib/features/contactSlice.js +3 -3
- package/lib/features/contactSlice.js.map +1 -1
- package/lib/features/crmConfigSlice.js +1 -1
- package/lib/features/eventSlice.d.ts +2 -1
- package/lib/features/eventSlice.js +4 -3
- package/lib/features/eventSlice.js.map +1 -1
- package/lib/features/functionSlice.js +1 -1
- package/lib/features/index.js +1 -1
- package/lib/features/leadSlice.d.ts +3 -2
- package/lib/features/leadSlice.js +7 -6
- package/lib/features/leadSlice.js.map +1 -1
- package/lib/features/opportunitySlice.d.ts +3 -2
- package/lib/features/opportunitySlice.js +7 -6
- package/lib/features/opportunitySlice.js.map +1 -1
- package/lib/features/partnerSlice.d.ts +3 -2
- package/lib/features/partnerSlice.js +6 -5
- package/lib/features/partnerSlice.js.map +1 -1
- package/lib/features/prospectSlice.d.ts +3 -2
- package/lib/features/prospectSlice.js +5 -4
- package/lib/features/prospectSlice.js.map +1 -1
- package/lib/hooks/index.js +1 -1
- package/lib/hooks/use-civility-list.js +1 -1
- package/lib/hooks/use-crm-header-actions.js +1 -1
- package/lib/i18n/en.json +0 -7
- package/lib/i18n/fr.json +0 -7
- package/lib/index.js +1 -1
- package/lib/models/forms.js +1 -1
- package/lib/models/index.js +1 -1
- package/lib/models/objectFields.js +1 -1
- package/lib/models/searchFields.js +1 -1
- package/lib/models/sortFields.js +1 -1
- package/lib/screens/catalog/CatalogFormScreen.js +1 -1
- package/lib/screens/catalog/CatalogListScreen.js +1 -1
- package/lib/screens/catalog/index.js +1 -1
- package/lib/screens/client/ClientDetailsScreen.js +3 -3
- package/lib/screens/client/ClientDetailsScreen.js.map +1 -1
- package/lib/screens/client/ClientFormScreen.js +1 -1
- package/lib/screens/client/ClientsListScreen.js +3 -3
- package/lib/screens/client/ClientsListScreen.js.map +1 -1
- package/lib/screens/client/index.js +1 -1
- package/lib/screens/contact/ContactDetailsScreen.js +1 -1
- package/lib/screens/contact/ContactFormScreen.js +1 -1
- package/lib/screens/contact/ContactListScreen.js +1 -1
- package/lib/screens/contact/index.js +1 -1
- package/lib/screens/event/EventDetailsScreen.js +1 -1
- package/lib/screens/event/EventFormScreen.js +1 -1
- package/lib/screens/event/EventPlanningScreen.js +1 -1
- package/lib/screens/event/index.js +1 -1
- package/lib/screens/lead/LeadDetailsScreen.js +1 -1
- package/lib/screens/lead/LeadFormScreen.js +1 -1
- package/lib/screens/lead/LeadListScreen.js +3 -3
- package/lib/screens/lead/LeadListScreen.js.map +1 -1
- package/lib/screens/lead/index.js +1 -1
- package/lib/screens/opportunity/OpportunityDetailsScreen.js +1 -1
- package/lib/screens/opportunity/OpportunityFormScreen.js +1 -1
- package/lib/screens/opportunity/OpportunityListScreen.js +3 -3
- package/lib/screens/opportunity/OpportunityListScreen.js.map +1 -1
- package/lib/screens/opportunity/index.js +1 -1
- package/lib/screens/prospect/ProspectDetailsScreen.js +1 -1
- package/lib/screens/prospect/ProspectFormScreen.js +1 -1
- package/lib/screens/prospect/ProspectsListScreen.js +3 -3
- package/lib/screens/prospect/ProspectsListScreen.js.map +1 -1
- package/lib/screens/prospect/index.js +1 -1
- package/lib/types/catalog.js +1 -1
- package/lib/types/event-type.js +1 -1
- package/lib/types/index.js +1 -1
- package/lib/types/lead.js +1 -1
- package/lib/types/opportunity.js +1 -1
- package/lib/types/prospect.js +1 -1
- package/lib/utils/dateEvent.js +1 -1
- package/lib/utils/index.js +1 -1
- package/lib/utils/list.js +1 -1
- package/package.json +3 -3
package/lib/api/catalog-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/client-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/company-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/contact-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/event-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/function-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/leads-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/partner-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/api/prospect-api.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
package/lib/components/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -18,17 +18,8 @@
|
|
|
18
18
|
import React, { useMemo } from 'react';
|
|
19
19
|
import { StyleSheet, TouchableOpacity, View } from 'react-native';
|
|
20
20
|
import { Card, Icon, Text, useThemeColor, Badge } from '@axelor/aos-mobile-ui';
|
|
21
|
-
import { useTranslator } from '@axelor/aos-mobile-core';
|
|
21
|
+
import { getFullDateItems, useTranslator } from '@axelor/aos-mobile-core';
|
|
22
22
|
import EventType from '../../../types/event-type';
|
|
23
|
-
const dayOfWeek = [
|
|
24
|
-
'Crm_Sun',
|
|
25
|
-
'Crm_Mon',
|
|
26
|
-
'Crm_Tue',
|
|
27
|
-
'Crm_Wed',
|
|
28
|
-
'Crm_Thu',
|
|
29
|
-
'Crm_Fri',
|
|
30
|
-
'Crm_Sat',
|
|
31
|
-
];
|
|
32
23
|
const formatTime = (date) => {
|
|
33
24
|
const hours = date.getHours();
|
|
34
25
|
const minutes = date.getMinutes();
|
|
@@ -39,8 +30,7 @@ const formatTime = (date) => {
|
|
|
39
30
|
const EventCard = ({ style, startDate = new Date(), endDate = new Date(), status = 1, category = 3, eventName = 'Event name', onPress, }) => {
|
|
40
31
|
const Colors = useThemeColor();
|
|
41
32
|
const I18n = useTranslator();
|
|
42
|
-
const
|
|
43
|
-
const day = startDate.getDate();
|
|
33
|
+
const _date = useMemo(() => getFullDateItems(startDate.toISOString(), I18n), [I18n, startDate]);
|
|
44
34
|
const startTime = useMemo(() => formatTime(startDate), [startDate]);
|
|
45
35
|
const endTime = useMemo(() => formatTime(endDate), [endDate]);
|
|
46
36
|
const borderStyle = useMemo(() => {
|
|
@@ -50,8 +40,9 @@ const EventCard = ({ style, startDate = new Date(), endDate = new Date(), status
|
|
|
50
40
|
<Card style={[styles.container, borderStyle, style]}>
|
|
51
41
|
<View style={styles.containerChild}>
|
|
52
42
|
<View style={styles.containerLeft}>
|
|
53
|
-
<Text
|
|
54
|
-
<Text>{
|
|
43
|
+
<Text>{_date.day}</Text>
|
|
44
|
+
<Text style={styles.textNumber}>{_date.date}</Text>
|
|
45
|
+
<Text>{_date.month}</Text>
|
|
55
46
|
</View>
|
|
56
47
|
<View style={styles.containerMid}>
|
|
57
48
|
<Text>{startTime}</Text>
|
|
@@ -75,26 +66,24 @@ const getStyles = (color) => StyleSheet.create({
|
|
|
75
66
|
const styles = StyleSheet.create({
|
|
76
67
|
container: {
|
|
77
68
|
flexDirection: 'row',
|
|
78
|
-
alignItems: 'center',
|
|
79
|
-
borderLeftWidth: 7,
|
|
80
|
-
borderLeftColor: 'red',
|
|
81
69
|
justifyContent: 'space-between',
|
|
82
|
-
|
|
70
|
+
alignItems: 'center',
|
|
71
|
+
paddingLeft: 15,
|
|
72
|
+
paddingRight: 20,
|
|
83
73
|
},
|
|
84
74
|
containerChild: {
|
|
85
75
|
flexDirection: 'row',
|
|
86
76
|
alignItems: 'center',
|
|
87
77
|
},
|
|
88
78
|
containerLeft: {
|
|
79
|
+
flex: 1,
|
|
89
80
|
flexDirection: 'column',
|
|
90
81
|
alignItems: 'center',
|
|
91
|
-
flex: 1,
|
|
92
82
|
},
|
|
93
83
|
containerMid: {
|
|
84
|
+
flex: 2,
|
|
94
85
|
flexDirection: 'column',
|
|
95
86
|
alignItems: 'center',
|
|
96
|
-
marginHorizontal: '7%',
|
|
97
|
-
flex: 1,
|
|
98
87
|
},
|
|
99
88
|
containerRight: {
|
|
100
89
|
flexDirection: 'column',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventCard.js","sourceRoot":"","sources":["../../../../src/components/molecules/EventCard/EventCard.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;GAgBG;AAEH,OAAO,KAAK,EAAE,EAAC,OAAO,EAAC,MAAM,OAAO,CAAC;AACrC,OAAO,EAAC,UAAU,EAAE,gBAAgB,EAAE,IAAI,EAAC,MAAM,cAAc,CAAC;AAChE,OAAO,EAAC,IAAI,EAAE,IAAI,EAAE,IAAI,EAAE,aAAa,EAAE,KAAK,EAAC,MAAM,uBAAuB,CAAC;AAC7E,OAAO,EAAC,aAAa,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"EventCard.js","sourceRoot":"","sources":["../../../../src/components/molecules/EventCard/EventCard.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
* Axelor Business Solutions
|
|
3
3
|
*
|
|
4
|
-
* Copyright (C)
|
|
4
|
+
* Copyright (C) 2024 Axelor (<http://axelor.com>).
|
|
5
5
|
*
|
|
6
6
|
* This program is free software: you can redistribute it and/or modify
|
|
7
7
|
* it under the terms of the GNU Affero General Public License, version 3,
|