jornada-ui 0.4.4 → 0.4.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/commonjs/components/capture-photo/index.js +4 -4
- package/lib/commonjs/components/card-report/index.js +139 -127
- package/lib/commonjs/components/card-report/index.js.map +1 -1
- package/lib/commonjs/components/card-with-draw-coil/index.js +5 -5
- package/lib/commonjs/components/card-with-draw-coil/index.js.map +1 -1
- package/lib/commonjs/components/coil-removel-code/index.js +5 -5
- package/lib/commonjs/components/coil-removel-code/index.js.map +1 -1
- package/lib/commonjs/components/history-activities-card/index.js +15 -18
- package/lib/commonjs/components/history-activities-card/index.js.map +1 -1
- package/lib/commonjs/components/resume-raking/index.js +79 -0
- package/lib/commonjs/components/resume-raking/index.js.map +1 -0
- package/lib/commonjs/components/resume-raking/interface.js +2 -0
- package/lib/commonjs/components/resume-raking/interface.js.map +1 -0
- package/lib/commonjs/components/resume-raking/styles.js +2 -0
- package/lib/commonjs/components/resume-raking/styles.js.map +1 -0
- package/lib/commonjs/components/travel-history/index.js +248 -237
- package/lib/commonjs/components/travel-history/index.js.map +1 -1
- package/lib/commonjs/components/user-profile/index.js +1 -1
- package/lib/commonjs/components/user-profile/index.js.map +1 -1
- package/lib/commonjs/components/weekly-table/helpers/calcular-total-horas.js +48 -10
- package/lib/commonjs/components/weekly-table/helpers/calcular-total-horas.js.map +1 -1
- package/lib/commonjs/components/weekly-table/index.js +9 -10
- package/lib/commonjs/components/weekly-table/index.js.map +1 -1
- package/lib/commonjs/index.js +11 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/styles/theme/theme.js +1 -0
- package/lib/commonjs/styles/theme/theme.js.map +1 -1
- package/lib/module/components/capture-photo/index.js +4 -4
- package/lib/module/components/card-report/index.js +139 -127
- package/lib/module/components/card-report/index.js.map +1 -1
- package/lib/module/components/card-with-draw-coil/index.js +5 -5
- package/lib/module/components/card-with-draw-coil/index.js.map +1 -1
- package/lib/module/components/coil-removel-code/index.js +5 -5
- package/lib/module/components/coil-removel-code/index.js.map +1 -1
- package/lib/module/components/history-activities-card/index.js +13 -16
- package/lib/module/components/history-activities-card/index.js.map +1 -1
- package/lib/module/components/resume-raking/index.js +72 -0
- package/lib/module/components/resume-raking/index.js.map +1 -0
- package/lib/module/components/resume-raking/interface.js +2 -0
- package/lib/module/components/resume-raking/interface.js.map +1 -0
- package/lib/module/components/resume-raking/styles.js +2 -0
- package/lib/module/components/resume-raking/styles.js.map +1 -0
- package/lib/module/components/travel-history/index.js +248 -237
- package/lib/module/components/travel-history/index.js.map +1 -1
- package/lib/module/components/user-profile/index.js +1 -1
- package/lib/module/components/user-profile/index.js.map +1 -1
- package/lib/module/components/weekly-table/helpers/calcular-total-horas.js +46 -9
- package/lib/module/components/weekly-table/helpers/calcular-total-horas.js.map +1 -1
- package/lib/module/components/weekly-table/index.js +10 -11
- package/lib/module/components/weekly-table/index.js.map +1 -1
- package/lib/module/index.js +1 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/styles/theme/theme.js +1 -0
- package/lib/module/styles/theme/theme.js.map +1 -1
- package/lib/typescript/commonjs/src/components/capture-photo/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-report/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-with-draw-coil/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/history-activities-card/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/history-activities-card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/history-activities-card/interface.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/history-activities-card/interface.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/resume-raking/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/resume-raking/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/resume-raking/interface.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/resume-raking/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/resume-raking/styles.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/resume-raking/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/travel-history/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/weekly-table/helpers/calcular-total-horas.d.ts +2 -1
- package/lib/typescript/commonjs/src/components/weekly-table/helpers/calcular-total-horas.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/weekly-table/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
- package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
- package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
- package/lib/typescript/module/src/components/capture-photo/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-report/index.d.ts +1 -0
- package/lib/typescript/module/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-with-draw-coil/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/history-activities-card/index.d.ts +1 -0
- package/lib/typescript/module/src/components/history-activities-card/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/history-activities-card/interface.d.ts +2 -0
- package/lib/typescript/module/src/components/history-activities-card/interface.d.ts.map +1 -1
- package/lib/typescript/module/src/components/resume-raking/index.d.ts +8 -0
- package/lib/typescript/module/src/components/resume-raking/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/resume-raking/interface.d.ts +13 -0
- package/lib/typescript/module/src/components/resume-raking/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/resume-raking/styles.d.ts +1 -0
- package/lib/typescript/module/src/components/resume-raking/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/travel-history/index.d.ts +1 -0
- package/lib/typescript/module/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/weekly-table/helpers/calcular-total-horas.d.ts +2 -1
- package/lib/typescript/module/src/components/weekly-table/helpers/calcular-total-horas.d.ts.map +1 -1
- package/lib/typescript/module/src/components/weekly-table/index.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +1 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
- package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
- package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
- package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/components/capture-photo/index.tsx +133 -133
- package/src/components/card-report/index.tsx +175 -168
- package/src/components/card-report/interface.d.ts +140 -136
- package/src/components/card-with-draw-coil/index.tsx +165 -165
- package/src/components/coil-removel-code/index.tsx +50 -50
- package/src/components/history-activities-card/index.tsx +211 -209
- package/src/components/history-activities-card/interface.ts +147 -145
- package/src/components/resume-raking/index.tsx +75 -0
- package/src/components/resume-raking/interface.ts +14 -0
- package/src/components/resume-raking/styles.ts +0 -0
- package/src/components/travel-history/index.tsx +330 -314
- package/src/components/travel-history/interface.d.ts +153 -149
- package/src/components/user-profile/index.tsx +1 -1
- package/src/components/weekly-table/helpers/calcular-total-horas.ts +89 -50
- package/src/components/weekly-table/index.tsx +138 -142
- package/src/index.tsx +1 -0
- package/src/styles/theme/theme.ts +1 -0
|
@@ -1,209 +1,211 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* IMPORTS
|
|
3
|
-
*/
|
|
4
|
-
import React, { forwardRef } from "react";
|
|
5
|
-
import { Image } from "react-native";
|
|
6
|
-
|
|
7
|
-
// components
|
|
8
|
-
import Box from "../box";
|
|
9
|
-
import Typography from "../typography";
|
|
10
|
-
|
|
11
|
-
//commons/ icons
|
|
12
|
-
import {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
import
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
import {
|
|
21
|
-
|
|
22
|
-
const HistoryActivitiesCard = forwardRef<any, ICardActivitiesWeek>(
|
|
23
|
-
(props, ref): React.ReactElement => {
|
|
24
|
-
const {
|
|
25
|
-
testID,
|
|
26
|
-
backgroundColor,
|
|
27
|
-
idAtividade,
|
|
28
|
-
name_activitie,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
);
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
1
|
+
/**
|
|
2
|
+
* IMPORTS
|
|
3
|
+
*/
|
|
4
|
+
import React, { forwardRef } from "react";
|
|
5
|
+
import { Image } from "react-native";
|
|
6
|
+
|
|
7
|
+
// components
|
|
8
|
+
import Box from "../box";
|
|
9
|
+
import Typography from "../typography";
|
|
10
|
+
|
|
11
|
+
//commons/ icons
|
|
12
|
+
import { IMAGES } from "../../common/constants";
|
|
13
|
+
|
|
14
|
+
// typings
|
|
15
|
+
import type { ICardActivitiesWeek } from "./interface";
|
|
16
|
+
import { asBaseComponent } from "../../@types/as-base-component";
|
|
17
|
+
|
|
18
|
+
// styles
|
|
19
|
+
import { theme } from "../../styles/theme/theme";
|
|
20
|
+
import { getIconByProperty } from "../../utils/get-icon-by-property";
|
|
21
|
+
|
|
22
|
+
const HistoryActivitiesCard = forwardRef<any, ICardActivitiesWeek>(
|
|
23
|
+
(props, ref): React.ReactElement => {
|
|
24
|
+
const {
|
|
25
|
+
testID,
|
|
26
|
+
backgroundColor,
|
|
27
|
+
idAtividade,
|
|
28
|
+
name_activitie,
|
|
29
|
+
referencia,
|
|
30
|
+
type_activitie,
|
|
31
|
+
data_start,
|
|
32
|
+
data_end,
|
|
33
|
+
duration,
|
|
34
|
+
avatar,
|
|
35
|
+
} = props;
|
|
36
|
+
return (
|
|
37
|
+
<Box
|
|
38
|
+
ref={ref}
|
|
39
|
+
testID={testID}
|
|
40
|
+
width={"100%"}
|
|
41
|
+
backgroundColor={theme.colors.neutral[25]}
|
|
42
|
+
borderStyled={{
|
|
43
|
+
borderRadius: theme.borderWidths.thick_medium,
|
|
44
|
+
}}
|
|
45
|
+
marginStyle={{
|
|
46
|
+
marginBottom: theme.margins["2xs"],
|
|
47
|
+
}}
|
|
48
|
+
>
|
|
49
|
+
<Box
|
|
50
|
+
width={"100%"}
|
|
51
|
+
height={30}
|
|
52
|
+
backgroundColor={backgroundColor ?? theme.colors.green[400]}
|
|
53
|
+
borderStyled={{
|
|
54
|
+
borderTopLeftRadius: theme.borderWidths.thin_bold,
|
|
55
|
+
borderTopRightRadius: theme.borderWidths.thin_bold,
|
|
56
|
+
borderColor: theme.colors.blue[400],
|
|
57
|
+
}}
|
|
58
|
+
flexStyle={{
|
|
59
|
+
justifyContent: "center",
|
|
60
|
+
}}
|
|
61
|
+
>
|
|
62
|
+
<Typography
|
|
63
|
+
text={`ATIVIDADE ${!data_end ? "EM ANDAMENTO" : ""} #${idAtividade}`}
|
|
64
|
+
color={theme.colors.neutral[25]}
|
|
65
|
+
size={theme.fontSizes.xs}
|
|
66
|
+
fontFamily={theme.fonts.inter_semi_bold_600}
|
|
67
|
+
fontWeight={"500"}
|
|
68
|
+
lineHeight={theme.fontSizes.lg}
|
|
69
|
+
marginLeft={theme.margins["2xs"]}
|
|
70
|
+
/>
|
|
71
|
+
</Box>
|
|
72
|
+
<Box
|
|
73
|
+
width={"100%"}
|
|
74
|
+
flexStyle={{
|
|
75
|
+
flexDirection: "row",
|
|
76
|
+
justifyContent: "space-between",
|
|
77
|
+
}}
|
|
78
|
+
paddingStyle={{
|
|
79
|
+
padding: theme.paddings["2xs"],
|
|
80
|
+
}}
|
|
81
|
+
>
|
|
82
|
+
<Box width={"100%"}>
|
|
83
|
+
<Box flexStyle={{ flexDirection: "row", alignItems: "center" }}>
|
|
84
|
+
<Image
|
|
85
|
+
style={{
|
|
86
|
+
width: 45,
|
|
87
|
+
height: 45,
|
|
88
|
+
borderRadius: 10,
|
|
89
|
+
marginRight: 10,
|
|
90
|
+
}}
|
|
91
|
+
source={{ uri: avatar ?? IMAGES.IMAGE_ANONIMA }}
|
|
92
|
+
/>
|
|
93
|
+
|
|
94
|
+
<Box width={"100%"}>
|
|
95
|
+
<Box
|
|
96
|
+
width={"84%"}
|
|
97
|
+
flexStyle={{
|
|
98
|
+
flexDirection: "row",
|
|
99
|
+
flexWrap: "wrap",
|
|
100
|
+
}}
|
|
101
|
+
>
|
|
102
|
+
<Typography
|
|
103
|
+
style={{ flexShrink: 1 }}
|
|
104
|
+
text={`Início: `}
|
|
105
|
+
size={theme.fontSizes.xs}
|
|
106
|
+
color={theme.colors.black[10]}
|
|
107
|
+
fontFamily={theme.fonts.inter_semi_bold_600}
|
|
108
|
+
/>
|
|
109
|
+
<Typography
|
|
110
|
+
text={`${data_start} ás ${data_end ?? "00/00/0000 00:00"}`}
|
|
111
|
+
size={11}
|
|
112
|
+
color={theme.colors.black[180]}
|
|
113
|
+
fontFamily={theme.fonts.inter_regular_400}
|
|
114
|
+
/>
|
|
115
|
+
</Box>
|
|
116
|
+
|
|
117
|
+
<Box
|
|
118
|
+
flexStyle={{
|
|
119
|
+
flexDirection: "row",
|
|
120
|
+
justifyContent: "space-between",
|
|
121
|
+
}}
|
|
122
|
+
width={"84%"}
|
|
123
|
+
>
|
|
124
|
+
<Box flexStyle={{ flexDirection: "row" }}>
|
|
125
|
+
<Typography
|
|
126
|
+
text={`Duração: `}
|
|
127
|
+
size={theme.fontSizes.xs}
|
|
128
|
+
color={theme.colors.black[10]}
|
|
129
|
+
fontFamily={theme.fonts.inter_semi_bold_600}
|
|
130
|
+
/>
|
|
131
|
+
|
|
132
|
+
<Typography
|
|
133
|
+
text={`${duration ?? "00:00"}`}
|
|
134
|
+
size={theme.fontSizes.xs}
|
|
135
|
+
color={theme.colors.black[180]}
|
|
136
|
+
fontFamily={theme.fonts.inter_light_300}
|
|
137
|
+
/>
|
|
138
|
+
</Box>
|
|
139
|
+
|
|
140
|
+
{getIconByProperty(referencia, backgroundColor)}
|
|
141
|
+
</Box>
|
|
142
|
+
</Box>
|
|
143
|
+
</Box>
|
|
144
|
+
</Box>
|
|
145
|
+
</Box>
|
|
146
|
+
|
|
147
|
+
<Box
|
|
148
|
+
width={"100%"}
|
|
149
|
+
flexStyle={{
|
|
150
|
+
flexDirection: "row",
|
|
151
|
+
justifyContent: "space-between",
|
|
152
|
+
alignItems: "center",
|
|
153
|
+
}}
|
|
154
|
+
paddingStyle={{
|
|
155
|
+
padding: theme.paddings["2xs"],
|
|
156
|
+
}}
|
|
157
|
+
borderStyled={{
|
|
158
|
+
borderTopWidth: theme.borderWidths.thin_medium,
|
|
159
|
+
borderTopColor: theme.colors.neutral[200],
|
|
160
|
+
}}
|
|
161
|
+
>
|
|
162
|
+
<Box marginStyle={{ marginRight: 2 }}>
|
|
163
|
+
<Typography
|
|
164
|
+
text={`Atividade:`}
|
|
165
|
+
size={theme.fontSizes.xs}
|
|
166
|
+
color={theme.colors.gray[700]}
|
|
167
|
+
fontFamily={theme.fonts.inter_regular_400}
|
|
168
|
+
/>
|
|
169
|
+
|
|
170
|
+
<Typography
|
|
171
|
+
text={`${name_activitie ?? "Sem informação"}`}
|
|
172
|
+
size={theme.fontSizes.sm}
|
|
173
|
+
color={theme.colors.black[100]}
|
|
174
|
+
fontFamily={theme.fonts.inter_semi_bold_600}
|
|
175
|
+
/>
|
|
176
|
+
</Box>
|
|
177
|
+
|
|
178
|
+
<Box
|
|
179
|
+
flexStyle={{
|
|
180
|
+
flexDirection: "column",
|
|
181
|
+
alignItems: "flex-end",
|
|
182
|
+
justifyContent: "center",
|
|
183
|
+
}}
|
|
184
|
+
>
|
|
185
|
+
<Typography
|
|
186
|
+
text={`Tipo atividade: `}
|
|
187
|
+
size={theme.fontSizes.xs}
|
|
188
|
+
color={theme.colors.gray[700]}
|
|
189
|
+
fontFamily={theme.fonts.inter_regular_400}
|
|
190
|
+
/>
|
|
191
|
+
|
|
192
|
+
<Typography
|
|
193
|
+
text={`${type_activitie}`}
|
|
194
|
+
size={theme.fontSizes.sm}
|
|
195
|
+
color={theme.colors.black[100]}
|
|
196
|
+
fontFamily={theme.fonts.inter_semi_bold_600}
|
|
197
|
+
marginLeft={4}
|
|
198
|
+
/>
|
|
199
|
+
</Box>
|
|
200
|
+
</Box>
|
|
201
|
+
</Box>
|
|
202
|
+
);
|
|
203
|
+
}
|
|
204
|
+
);
|
|
205
|
+
|
|
206
|
+
HistoryActivitiesCard.displayName = "HistoryActivitiesCard";
|
|
207
|
+
|
|
208
|
+
/**
|
|
209
|
+
* Componente Box para a interação da ui.
|
|
210
|
+
*/
|
|
211
|
+
export default asBaseComponent(HistoryActivitiesCard);
|