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
|
@@ -14,8 +14,8 @@ var _styles = require("./styles.js");
|
|
|
14
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
17
|
-
/**
|
|
18
|
-
* IMPORTS
|
|
17
|
+
/**
|
|
18
|
+
* IMPORTS
|
|
19
19
|
*/
|
|
20
20
|
|
|
21
21
|
// components
|
|
@@ -110,8 +110,8 @@ const CapturePhoto = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
|
110
110
|
});
|
|
111
111
|
});
|
|
112
112
|
|
|
113
|
-
/**
|
|
114
|
-
* Componente CapturePhoto para a interação da ui.
|
|
113
|
+
/**
|
|
114
|
+
* Componente CapturePhoto para a interação da ui.
|
|
115
115
|
*/
|
|
116
116
|
var _default = exports.default = (0, _asBaseComponent.asBaseComponent)(CapturePhoto);
|
|
117
117
|
//# sourceMappingURL=index.js.map
|
|
@@ -5,6 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _reactNative = require("react-native");
|
|
8
9
|
var _index = _interopRequireDefault(require("../../components/box/index.js"));
|
|
9
10
|
var _index2 = _interopRequireDefault(require("../../components/typography/index.js"));
|
|
10
11
|
var _index3 = require("../../common/icons-svg/index.js");
|
|
@@ -13,8 +14,8 @@ var _asBaseComponent = require("../../@types/as-base-component.js");
|
|
|
13
14
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
15
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
|
-
/**
|
|
17
|
-
* IMPORTS
|
|
17
|
+
/**
|
|
18
|
+
* IMPORTS
|
|
18
19
|
*/
|
|
19
20
|
|
|
20
21
|
// components
|
|
@@ -31,154 +32,165 @@ const CardReport = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
|
31
32
|
const {
|
|
32
33
|
name = "Enzo Martins",
|
|
33
34
|
generatedDate = "15/07/2025",
|
|
34
|
-
generatedTime =
|
|
35
|
+
generatedTime = null,
|
|
35
36
|
status = "OK",
|
|
36
37
|
backgroundColor,
|
|
37
38
|
ciclo = "DIÁRIA",
|
|
38
|
-
testID = "card-report"
|
|
39
|
+
testID = "card-report",
|
|
40
|
+
onPress
|
|
39
41
|
} = props;
|
|
40
|
-
return /*#__PURE__*/(0, _jsxRuntime.
|
|
42
|
+
return /*#__PURE__*/(0, _jsxRuntime.jsx)(_reactNative.TouchableOpacity, {
|
|
41
43
|
ref: ref,
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
44
|
+
activeOpacity: 0.7,
|
|
45
|
+
onPress: () => onPress({
|
|
46
|
+
name,
|
|
47
|
+
generatedDate,
|
|
48
|
+
generatedTime,
|
|
49
|
+
status,
|
|
50
|
+
ciclo
|
|
51
|
+
}),
|
|
52
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
53
|
+
testID: testID,
|
|
52
54
|
width: "100%",
|
|
53
|
-
|
|
54
|
-
backgroundColor: backgroundColor ?? _theme.theme.colors.green[400],
|
|
55
|
+
backgroundColor: _theme.theme.colors.neutral[25],
|
|
55
56
|
borderStyled: {
|
|
56
|
-
|
|
57
|
-
borderTopRightRadius: _theme.theme.borderWidths.thin_bold,
|
|
58
|
-
borderColor: _theme.theme.colors.blue[400]
|
|
57
|
+
borderRadius: _theme.theme.borderWidths.thick_medium
|
|
59
58
|
},
|
|
60
|
-
|
|
61
|
-
|
|
59
|
+
marginStyle: {
|
|
60
|
+
marginBottom: _theme.theme.margins["2xs"]
|
|
62
61
|
},
|
|
63
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
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
|
-
|
|
62
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
63
|
+
width: "100%",
|
|
64
|
+
height: 30,
|
|
65
|
+
backgroundColor: backgroundColor ?? _theme.theme.colors.green[400],
|
|
66
|
+
borderStyled: {
|
|
67
|
+
borderTopLeftRadius: _theme.theme.borderWidths.thin_bold,
|
|
68
|
+
borderTopRightRadius: _theme.theme.borderWidths.thin_bold,
|
|
69
|
+
borderColor: _theme.theme.colors.blue[400]
|
|
70
|
+
},
|
|
71
|
+
flexStyle: {
|
|
72
|
+
justifyContent: "center"
|
|
73
|
+
},
|
|
74
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
75
|
+
text: `ASSINATURA ${ciclo}`,
|
|
76
|
+
color: _theme.theme.colors.neutral[25],
|
|
77
|
+
size: _theme.theme.fontSizes.xs,
|
|
78
|
+
fontFamily: _theme.theme.fonts.inter_medium_500,
|
|
79
|
+
fontWeight: "500",
|
|
80
|
+
lineHeight: _theme.theme.fontSizes.xs,
|
|
81
|
+
marginLeft: _theme.theme.margins["2xs"]
|
|
82
|
+
})
|
|
83
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
84
|
+
width: "100%",
|
|
85
|
+
flexStyle: {
|
|
86
|
+
flexDirection: "row",
|
|
87
|
+
justifyContent: "space-between"
|
|
88
|
+
},
|
|
89
|
+
paddingStyle: {
|
|
90
|
+
padding: _theme.theme.paddings["2xs"]
|
|
91
|
+
},
|
|
92
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
93
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
94
|
+
flexStyle: {
|
|
95
|
+
flexDirection: "row",
|
|
96
|
+
alignItems: "center"
|
|
97
|
+
},
|
|
98
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.Icons, {
|
|
99
|
+
icon: "FILES",
|
|
100
|
+
size: 28,
|
|
101
|
+
color: _theme.theme.colors.black[100]
|
|
102
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
93
103
|
marginStyle: {
|
|
94
|
-
|
|
104
|
+
marginLeft: 4
|
|
95
105
|
},
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
106
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
107
|
+
flexStyle: {
|
|
108
|
+
flexDirection: "row"
|
|
109
|
+
},
|
|
110
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
111
|
+
text: `Doc gerado em: `,
|
|
112
|
+
size: _theme.theme.fontSizes.sm,
|
|
113
|
+
color: _theme.theme.colors.black[180],
|
|
114
|
+
fontFamily: _theme.theme.fonts.inter_medium_500
|
|
115
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
116
|
+
text: `${generatedDate} ${generatedTime ?? ""}`,
|
|
117
|
+
size: 12,
|
|
118
|
+
color: _theme.theme.colors.black[180],
|
|
119
|
+
fontFamily: _theme.theme.fonts.inter_light_300,
|
|
120
|
+
marginLeft: 2
|
|
121
|
+
})]
|
|
122
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
123
|
+
flexStyle: {
|
|
124
|
+
flexDirection: "row"
|
|
125
|
+
},
|
|
126
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
127
|
+
text: `Status documento:`,
|
|
128
|
+
size: _theme.theme.fontSizes.sm,
|
|
129
|
+
color: _theme.theme.colors.black[100],
|
|
130
|
+
fontFamily: _theme.theme.fonts.inter_medium_500
|
|
131
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
132
|
+
text: `${status}`,
|
|
133
|
+
size: _theme.theme.fontSizes.xs,
|
|
134
|
+
color: _theme.theme.colors.black[100],
|
|
135
|
+
fontFamily: _theme.theme.fonts.inter_light_300,
|
|
136
|
+
marginLeft: 2
|
|
137
|
+
})]
|
|
110
138
|
})]
|
|
111
|
-
})
|
|
112
|
-
|
|
113
|
-
|
|
139
|
+
})]
|
|
140
|
+
})
|
|
141
|
+
})
|
|
142
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
143
|
+
width: "100%",
|
|
144
|
+
flexStyle: {
|
|
145
|
+
flexDirection: "row",
|
|
146
|
+
justifyContent: "space-between",
|
|
147
|
+
alignItems: "center"
|
|
148
|
+
},
|
|
149
|
+
paddingStyle: {
|
|
150
|
+
padding: _theme.theme.paddings["2xs"]
|
|
151
|
+
},
|
|
152
|
+
borderStyled: {
|
|
153
|
+
borderTopWidth: 2,
|
|
154
|
+
borderTopColor: _theme.theme.colors.neutral[200]
|
|
155
|
+
},
|
|
156
|
+
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
157
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
158
|
+
flexStyle: {
|
|
159
|
+
flexDirection: "row",
|
|
160
|
+
alignItems: "center"
|
|
161
|
+
},
|
|
162
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
163
|
+
marginStyle: {
|
|
164
|
+
marginRight: 2
|
|
114
165
|
},
|
|
115
166
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
116
|
-
text: `
|
|
117
|
-
size:
|
|
118
|
-
color: _theme.theme.colors.black[
|
|
119
|
-
fontFamily: _theme.theme.fonts.
|
|
167
|
+
text: `Assinado por:`,
|
|
168
|
+
size: _theme.theme.fontSizes.xs,
|
|
169
|
+
color: _theme.theme.colors.black[180],
|
|
170
|
+
fontFamily: _theme.theme.fonts.inter_regular_400,
|
|
171
|
+
marginLeft: 0
|
|
120
172
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
121
|
-
text: `${
|
|
122
|
-
size:
|
|
173
|
+
text: `${name}`,
|
|
174
|
+
size: 14,
|
|
123
175
|
color: _theme.theme.colors.black[100],
|
|
124
|
-
fontFamily: _theme.theme.fonts.
|
|
125
|
-
marginLeft:
|
|
176
|
+
fontFamily: _theme.theme.fonts.inter_bold_700,
|
|
177
|
+
marginLeft: 0
|
|
126
178
|
})]
|
|
127
|
-
})
|
|
128
|
-
})]
|
|
129
|
-
})
|
|
130
|
-
})
|
|
131
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
132
|
-
width: "100%",
|
|
133
|
-
flexStyle: {
|
|
134
|
-
flexDirection: "row",
|
|
135
|
-
justifyContent: "space-between",
|
|
136
|
-
alignItems: "center"
|
|
137
|
-
},
|
|
138
|
-
paddingStyle: {
|
|
139
|
-
padding: _theme.theme.paddings["2xs"]
|
|
140
|
-
},
|
|
141
|
-
borderStyled: {
|
|
142
|
-
borderTopWidth: 2,
|
|
143
|
-
borderTopColor: _theme.theme.colors.neutral[200]
|
|
144
|
-
},
|
|
145
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
146
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.default, {
|
|
147
|
-
flexStyle: {
|
|
148
|
-
flexDirection: "row",
|
|
149
|
-
alignItems: "center"
|
|
150
|
-
},
|
|
151
|
-
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
152
|
-
marginStyle: {
|
|
153
|
-
marginRight: 2
|
|
154
|
-
},
|
|
155
|
-
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
156
|
-
text: `Assinado por:`,
|
|
157
|
-
size: 12,
|
|
158
|
-
color: _theme.theme.colors.black[180],
|
|
159
|
-
fontFamily: _theme.theme.fonts.inter_light_300,
|
|
160
|
-
marginLeft: 0
|
|
161
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
162
|
-
text: `${name}`,
|
|
163
|
-
size: 14,
|
|
164
|
-
color: _theme.theme.colors.black[100],
|
|
165
|
-
fontFamily: _theme.theme.fonts.inter_extra_bold_800,
|
|
166
|
-
marginLeft: 0
|
|
167
|
-
})]
|
|
179
|
+
})
|
|
168
180
|
})
|
|
169
|
-
})
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
181
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index3.Icons, {
|
|
182
|
+
icon: "CHECK_CIRCLE",
|
|
183
|
+
size: 36,
|
|
184
|
+
background: backgroundColor
|
|
185
|
+
})]
|
|
174
186
|
})]
|
|
175
|
-
})
|
|
187
|
+
})
|
|
176
188
|
});
|
|
177
189
|
});
|
|
178
190
|
CardReport.displayName = "CardReport";
|
|
179
191
|
|
|
180
|
-
/**
|
|
181
|
-
* Componente Box para a interação da ui.
|
|
192
|
+
/**
|
|
193
|
+
* Componente Box para a interação da ui.
|
|
182
194
|
*/
|
|
183
195
|
var _default = exports.default = (0, _asBaseComponent.asBaseComponent)(CardReport);
|
|
184
196
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_index","_interopRequireDefault","_index2","_index3","_theme","_asBaseComponent","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CardReport","forwardRef","props","ref","name","generatedDate","generatedTime","status","backgroundColor","ciclo","testID","jsxs","width","theme","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_reactNative","_index","_interopRequireDefault","_index2","_index3","_theme","_asBaseComponent","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CardReport","forwardRef","props","ref","name","generatedDate","generatedTime","status","backgroundColor","ciclo","testID","onPress","jsx","TouchableOpacity","activeOpacity","children","jsxs","width","theme","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","height","green","borderTopLeftRadius","thin_bold","borderTopRightRadius","borderColor","blue","flexStyle","justifyContent","text","color","size","fontSizes","xs","fontFamily","fonts","inter_medium_500","fontWeight","lineHeight","marginLeft","flexDirection","paddingStyle","padding","paddings","alignItems","Icons","icon","black","sm","inter_light_300","borderTopWidth","borderTopColor","marginRight","inter_regular_400","inter_bold_700","background","displayName","_default","exports","asBaseComponent"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/card-report/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -13,8 +13,8 @@ var _asBaseComponent = require("../../@types/as-base-component.js");
|
|
|
13
13
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
14
14
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
15
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
16
|
-
/**
|
|
17
|
-
* IMPORTS
|
|
16
|
+
/**
|
|
17
|
+
* IMPORTS
|
|
18
18
|
*/
|
|
19
19
|
|
|
20
20
|
// components
|
|
@@ -92,7 +92,7 @@ const CardWithDrawCoil = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
|
92
92
|
text: `Efetuada em: `,
|
|
93
93
|
size: 12,
|
|
94
94
|
color: _theme.theme.colors.gray[700],
|
|
95
|
-
fontFamily: _theme.theme.fonts.
|
|
95
|
+
fontFamily: _theme.theme.fonts.inter_medium_500
|
|
96
96
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
97
97
|
text: `${generatedDate} ${generatedTime}`,
|
|
98
98
|
size: _theme.theme.fontSizes.xs,
|
|
@@ -170,8 +170,8 @@ const CardWithDrawCoil = /*#__PURE__*/(0, _react.forwardRef)((props, ref) => {
|
|
|
170
170
|
});
|
|
171
171
|
CardWithDrawCoil.displayName = "CardWithDrawCoil";
|
|
172
172
|
|
|
173
|
-
/**
|
|
174
|
-
* Componente CardWithDrawCoil para a interação da ui.
|
|
173
|
+
/**
|
|
174
|
+
* Componente CardWithDrawCoil para a interação da ui.
|
|
175
175
|
*/
|
|
176
176
|
var _default = exports.default = (0, _asBaseComponent.asBaseComponent)(CardWithDrawCoil);
|
|
177
177
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireWildcard","require","_index","_interopRequireDefault","_index2","_index3","_theme","_asBaseComponent","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CardWithDrawCoil","forwardRef","props","ref","codigoApresentado","generatedDate","generatedTime","status","backgroundColor","idRetirada","width","jsxs","theme","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","children","jsx","height","green","borderTopLeftRadius","thin_bold","borderTopRightRadius","borderColor","blue","flexStyle","justifyContent","text","color","size","fontSizes","sm","fontFamily","fonts","inter_medium_500","fontWeight","lineHeight","lg","marginLeft","flexDirection","paddingStyle","padding","alignItems","Icons","icon","black","gray","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireWildcard","require","_index","_interopRequireDefault","_index2","_index3","_theme","_asBaseComponent","_jsxRuntime","e","__esModule","default","t","WeakMap","r","n","o","i","f","__proto__","has","get","set","hasOwnProperty","call","Object","defineProperty","getOwnPropertyDescriptor","CardWithDrawCoil","forwardRef","props","ref","codigoApresentado","generatedDate","generatedTime","status","backgroundColor","idRetirada","width","jsxs","theme","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","children","jsx","height","green","borderTopLeftRadius","thin_bold","borderTopRightRadius","borderColor","blue","flexStyle","justifyContent","text","color","size","fontSizes","sm","fontFamily","fonts","inter_medium_500","fontWeight","lineHeight","lg","marginLeft","flexDirection","paddingStyle","padding","alignItems","Icons","icon","black","gray","xs","inter_regular_400","marginTop","paddingLeft","paddings","paddingRight","borderTopWidth","borderTopColor","marginRight","inter_semi_bold_600","background","displayName","_default","exports","asBaseComponent"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/card-with-draw-coil/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -11,8 +11,8 @@ var _asBaseComponent = require("../../@types/as-base-component.js");
|
|
|
11
11
|
var _theme = require("../../styles/theme/theme.js");
|
|
12
12
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
13
13
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
14
|
-
/**
|
|
15
|
-
* IMPORTS
|
|
14
|
+
/**
|
|
15
|
+
* IMPORTS
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
18
|
// components
|
|
@@ -43,7 +43,7 @@ const CoilRemovalCode = ({
|
|
|
43
43
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
44
44
|
text: `${code}`,
|
|
45
45
|
color: _theme.theme.colors.orange[150],
|
|
46
|
-
fontFamily: _theme.theme.fonts.
|
|
46
|
+
fontFamily: _theme.theme.fonts.inter_medium_500,
|
|
47
47
|
fontWeight: "500",
|
|
48
48
|
size: _theme.theme.fontSizes["5xl"],
|
|
49
49
|
lineHeight: _theme.theme.lineHeight["5xl"]
|
|
@@ -53,8 +53,8 @@ const CoilRemovalCode = ({
|
|
|
53
53
|
exports.CoilRemovalCode = CoilRemovalCode;
|
|
54
54
|
CoilRemovalCode.displayName = "CoilRemovalCode";
|
|
55
55
|
|
|
56
|
-
/**
|
|
57
|
-
* Componente CoilRemovalCode para a interação da ui.
|
|
56
|
+
/**
|
|
57
|
+
* Componente CoilRemovalCode para a interação da ui.
|
|
58
58
|
*/
|
|
59
59
|
var _default = exports.default = (0, _asBaseComponent.asBaseComponent)(CoilRemovalCode);
|
|
60
60
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_react","_interopRequireDefault","require","_index","_index2","_asBaseComponent","_theme","_jsxRuntime","e","__esModule","default","CoilRemovalCode","code","width","height","jsx","borderStyled","borderWidth","theme","borderWidths","thin_medium","borderRadius","thick_medium","borderColor","colors","orange","borderStyle","backgroundColor","gray","flexStyle","justifyContent","alignItems","children","text","color","fontFamily","fonts","
|
|
1
|
+
{"version":3,"names":["_react","_interopRequireDefault","require","_index","_index2","_asBaseComponent","_theme","_jsxRuntime","e","__esModule","default","CoilRemovalCode","code","width","height","jsx","borderStyled","borderWidth","theme","borderWidths","thin_medium","borderRadius","thick_medium","borderColor","colors","orange","borderStyle","backgroundColor","gray","flexStyle","justifyContent","alignItems","children","text","color","fontFamily","fonts","inter_medium_500","fontWeight","size","fontSizes","lineHeight","exports","displayName","_default","asBaseComponent"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/coil-removel-code/index.tsx"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,OAAA,GAAAH,sBAAA,CAAAC,OAAA;AAIA,IAAAG,gBAAA,GAAAH,OAAA;AAGA,IAAAI,MAAA,GAAAJ,OAAA;AAAiD,IAAAK,WAAA,GAAAL,OAAA;AAAA,SAAAD,uBAAAO,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,KAAAE,OAAA,EAAAF,CAAA;AAdjD;AACA;AACA;;AAGA;;AAIA;;AAIA;;AAGO,MAAMG,eAAgD,GAAGA,CAAC;EAAEC,IAAI;EAAEC,KAAK;EAAEC;AAAO,CAAC,KAAK;EAC3F,oBACE,IAAAP,WAAA,CAAAQ,GAAA,EAACZ,MAAA,CAAAO,OAAG;IACFG,KAAK,EAAEA,KAAK,IAAI,MAAO;IACvBC,MAAM,EAAEA,MAAM,IAAI,GAAI;IACtBE,YAAY,EAAE;MACZC,WAAW,EAAEC,YAAK,CAACC,YAAY,CAACC,WAAW;MAC3CC,YAAY,EAAEH,YAAK,CAACC,YAAY,CAACG,YAAY;MAC7CC,WAAW,EAAEL,YAAK,CAACM,MAAM,CAACC,MAAM,CAAC,GAAG,CAAC;MACrCC,WAAW,EAAE;IACf,CAAE;IACFC,eAAe,EAAET,YAAK,CAACM,MAAM,CAACI,IAAI,CAAC,GAAG,CAAE;IACxCC,SAAS,EAAE;MACTC,cAAc,EAAE,QAAQ;MACxBC,UAAU,EAAE;IACd,CAAE;IAAAC,QAAA,eAEF,IAAAzB,WAAA,CAAAQ,GAAA,EAACX,OAAA,CAAAM,OAAU;MACTuB,IAAI,EAAE,GAAGrB,IAAI,EAAG;MAChBsB,KAAK,EAAEhB,YAAK,CAACM,MAAM,CAACC,MAAM,CAAC,GAAG,CAAE;MAChCU,UAAU,EAAEjB,YAAK,CAACkB,KAAK,CAACC,gBAAiB;MACzCC,UAAU,EAAC,KAAK;MAChBC,IAAI,EAAErB,YAAK,CAACsB,SAAS,CAAC,KAAK,CAAE;MAC7BC,UAAU,EAAEvB,YAAK,CAACuB,UAAU,CAAC,KAAK;IAAE,CACrC;EAAC,CACC,CAAC;AAEV,CAAC;AAACC,OAAA,CAAA/B,eAAA,GAAAA,eAAA;AACFA,eAAe,CAACgC,WAAW,GAAG,iBAAiB;;AAE/C;AACA;AACA;AAFA,IAAAC,QAAA,GAAAF,OAAA,CAAAhC,OAAA,GAGe,IAAAmC,gCAAe,EAAClC,eAAe,CAAC","ignoreList":[]}
|
|
@@ -8,15 +8,15 @@ var _react = _interopRequireWildcard(require("react"));
|
|
|
8
8
|
var _reactNative = require("react-native");
|
|
9
9
|
var _index = _interopRequireDefault(require("../box/index.js"));
|
|
10
10
|
var _index2 = _interopRequireDefault(require("../typography/index.js"));
|
|
11
|
-
var _index3 = require("../../common/
|
|
12
|
-
var _index4 = require("../../common/constants/index.js");
|
|
11
|
+
var _index3 = require("../../common/constants/index.js");
|
|
13
12
|
var _asBaseComponent = require("../../@types/as-base-component.js");
|
|
14
13
|
var _theme = require("../../styles/theme/theme.js");
|
|
14
|
+
var _index4 = require("../../utils/get-icon-by-property/index.js");
|
|
15
15
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
16
16
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }
|
|
17
17
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function (e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != typeof e && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (const t in e) "default" !== t && {}.hasOwnProperty.call(e, t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, t)) && (i.get || i.set) ? o(f, t, i) : f[t] = e[t]); return f; })(e, t); }
|
|
18
|
-
/**
|
|
19
|
-
* IMPORTS
|
|
18
|
+
/**
|
|
19
|
+
* IMPORTS
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
22
|
// components
|
|
@@ -33,6 +33,7 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
33
33
|
backgroundColor,
|
|
34
34
|
idAtividade,
|
|
35
35
|
name_activitie,
|
|
36
|
+
referencia,
|
|
36
37
|
type_activitie,
|
|
37
38
|
data_start,
|
|
38
39
|
data_end,
|
|
@@ -65,7 +66,7 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
65
66
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
66
67
|
text: `ATIVIDADE ${!data_end ? "EM ANDAMENTO" : ""} #${idAtividade}`,
|
|
67
68
|
color: _theme.theme.colors.neutral[25],
|
|
68
|
-
size: _theme.theme.fontSizes.
|
|
69
|
+
size: _theme.theme.fontSizes.xs,
|
|
69
70
|
fontFamily: _theme.theme.fonts.inter_semi_bold_600,
|
|
70
71
|
fontWeight: "500",
|
|
71
72
|
lineHeight: _theme.theme.fontSizes.lg,
|
|
@@ -95,7 +96,7 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
95
96
|
marginRight: 10
|
|
96
97
|
},
|
|
97
98
|
source: {
|
|
98
|
-
uri: avatar ??
|
|
99
|
+
uri: avatar ?? _index3.IMAGES.IMAGE_ANONIMA
|
|
99
100
|
}
|
|
100
101
|
}), /*#__PURE__*/(0, _jsxRuntime.jsxs)(_index.default, {
|
|
101
102
|
width: "100%",
|
|
@@ -112,7 +113,7 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
112
113
|
text: `Início: `,
|
|
113
114
|
size: _theme.theme.fontSizes.xs,
|
|
114
115
|
color: _theme.theme.colors.black[10],
|
|
115
|
-
fontFamily: _theme.theme.fonts.
|
|
116
|
+
fontFamily: _theme.theme.fonts.inter_semi_bold_600
|
|
116
117
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
117
118
|
text: `${data_start} ás ${data_end ?? "00/00/0000 00:00"}`,
|
|
118
119
|
size: 11,
|
|
@@ -133,18 +134,14 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
133
134
|
text: `Duração: `,
|
|
134
135
|
size: _theme.theme.fontSizes.xs,
|
|
135
136
|
color: _theme.theme.colors.black[10],
|
|
136
|
-
fontFamily: _theme.theme.fonts.
|
|
137
|
+
fontFamily: _theme.theme.fonts.inter_semi_bold_600
|
|
137
138
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
138
139
|
text: `${duration ?? "00:00"}`,
|
|
139
140
|
size: _theme.theme.fontSizes.xs,
|
|
140
141
|
color: _theme.theme.colors.black[180],
|
|
141
142
|
fontFamily: _theme.theme.fonts.inter_light_300
|
|
142
143
|
})]
|
|
143
|
-
}),
|
|
144
|
-
icon: "TRUCK_ACTIVITY",
|
|
145
|
-
color: backgroundColor,
|
|
146
|
-
size: 24
|
|
147
|
-
})]
|
|
144
|
+
}), (0, _index4.getIconByProperty)(referencia, backgroundColor)]
|
|
148
145
|
})]
|
|
149
146
|
})]
|
|
150
147
|
})
|
|
@@ -170,7 +167,7 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
170
167
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
171
168
|
text: `Atividade:`,
|
|
172
169
|
size: _theme.theme.fontSizes.xs,
|
|
173
|
-
color: _theme.theme.colors.
|
|
170
|
+
color: _theme.theme.colors.gray[700],
|
|
174
171
|
fontFamily: _theme.theme.fonts.inter_regular_400
|
|
175
172
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
176
173
|
text: `${name_activitie ?? "Sem informação"}`,
|
|
@@ -187,8 +184,8 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
187
184
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
188
185
|
text: `Tipo atividade: `,
|
|
189
186
|
size: _theme.theme.fontSizes.xs,
|
|
190
|
-
color: _theme.theme.colors.
|
|
191
|
-
fontFamily: _theme.theme.fonts.
|
|
187
|
+
color: _theme.theme.colors.gray[700],
|
|
188
|
+
fontFamily: _theme.theme.fonts.inter_regular_400
|
|
192
189
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.default, {
|
|
193
190
|
text: `${type_activitie}`,
|
|
194
191
|
size: _theme.theme.fontSizes.sm,
|
|
@@ -202,8 +199,8 @@ const HistoryActivitiesCard = /*#__PURE__*/(0, _react.forwardRef)((props, ref) =
|
|
|
202
199
|
});
|
|
203
200
|
HistoryActivitiesCard.displayName = "HistoryActivitiesCard";
|
|
204
201
|
|
|
205
|
-
/**
|
|
206
|
-
* Componente Box para a interação da ui.
|
|
202
|
+
/**
|
|
203
|
+
* Componente Box para a interação da ui.
|
|
207
204
|
*/
|
|
208
205
|
var _default = exports.default = (0, _asBaseComponent.asBaseComponent)(HistoryActivitiesCard);
|
|
209
206
|
//# sourceMappingURL=index.js.map
|