jornada-ui 0.4.15 → 0.4.17
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/common/icons-svg/constants/index.js +2 -1
- package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
- package/lib/commonjs/common/icons-svg/download/index.js +53 -0
- package/lib/commonjs/common/icons-svg/download/index.js.map +1 -0
- package/lib/commonjs/common/icons-svg/index.js +7 -0
- package/lib/commonjs/common/icons-svg/index.js.map +1 -1
- package/lib/commonjs/components/inputs/input-date-time/index.js +11 -9
- package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -1
- package/lib/commonjs/components/inputs/input-date-time/styles.js +6 -3
- package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -1
- package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js +35 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/index.js +203 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js +6 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js.map +1 -0
- package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +71 -65
- package/lib/commonjs/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
- package/lib/commonjs/components/notification-card/index.js +142 -0
- package/lib/commonjs/components/notification-card/index.js.map +1 -0
- package/lib/commonjs/components/notification-card/interface.js +6 -0
- package/lib/commonjs/components/notification-card/interface.js.map +1 -0
- package/lib/commonjs/components/notification-details-card/index.js +181 -0
- package/lib/commonjs/components/notification-details-card/index.js.map +1 -0
- package/lib/commonjs/components/notification-details-card/interface.js +6 -0
- package/lib/commonjs/components/notification-details-card/interface.js.map +1 -0
- package/lib/commonjs/components/step-indicator/index.js +131 -68
- package/lib/commonjs/components/step-indicator/index.js.map +1 -1
- package/lib/commonjs/components/user-journey-work-card/index.js +44 -4
- package/lib/commonjs/components/user-journey-work-card/index.js.map +1 -1
- package/lib/commonjs/index.js +19 -5
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/stories/button/button.stories.js +0 -2
- package/lib/commonjs/stories/button/button.stories.js.map +1 -1
- package/lib/commonjs/stories/capture-photo/capture-photo.stories.js +0 -1
- package/lib/commonjs/stories/capture-photo/capture-photo.stories.js.map +1 -1
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
- package/lib/commonjs/stories/notification-card/notification-card.stories.js +100 -0
- package/lib/commonjs/stories/notification-card/notification-card.stories.js.map +1 -0
- package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js +112 -0
- package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
- package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
- package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
- package/lib/commonjs/styles/theme/theme.js +2 -1
- package/lib/commonjs/styles/theme/theme.js.map +1 -1
- package/lib/module/common/icons-svg/constants/index.js +2 -1
- package/lib/module/common/icons-svg/constants/index.js.map +1 -1
- package/lib/module/common/icons-svg/download/index.js +47 -0
- package/lib/module/common/icons-svg/download/index.js.map +1 -0
- package/lib/module/common/icons-svg/index.js +7 -0
- package/lib/module/common/icons-svg/index.js.map +1 -1
- package/lib/module/components/inputs/input-date-time/index.js +11 -9
- package/lib/module/components/inputs/input-date-time/index.js.map +1 -1
- package/lib/module/components/inputs/input-date-time/styles.js +6 -3
- package/lib/module/components/inputs/input-date-time/styles.js.map +1 -1
- package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js +32 -0
- package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
- package/lib/module/components/modals/modal-change-activitie-history/index.js +196 -0
- package/lib/module/components/modals/modal-change-activitie-history/index.js.map +1 -0
- package/lib/module/components/modals/modal-change-activitie-history/interface.js +4 -0
- package/lib/module/components/modals/modal-change-activitie-history/interface.js.map +1 -0
- package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +69 -63
- package/lib/module/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
- package/lib/module/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
- package/lib/module/components/notification-card/index.js +135 -0
- package/lib/module/components/notification-card/index.js.map +1 -0
- package/lib/module/components/notification-card/interface.js +4 -0
- package/lib/module/components/notification-card/interface.js.map +1 -0
- package/lib/module/components/notification-details-card/index.js +183 -0
- package/lib/module/components/notification-details-card/index.js.map +1 -0
- package/lib/module/components/notification-details-card/interface.js +4 -0
- package/lib/module/components/notification-details-card/interface.js.map +1 -0
- package/lib/module/components/step-indicator/index.js +129 -65
- package/lib/module/components/step-indicator/index.js.map +1 -1
- package/lib/module/components/user-journey-work-card/index.js +44 -4
- package/lib/module/components/user-journey-work-card/index.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/stories/button/button.stories.js +0 -1
- package/lib/module/stories/button/button.stories.js.map +1 -1
- package/lib/module/stories/capture-photo/capture-photo.stories.js +0 -1
- package/lib/module/stories/capture-photo/capture-photo.stories.js.map +1 -1
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
- package/lib/module/stories/notification-card/notification-card.stories.js +95 -0
- package/lib/module/stories/notification-card/notification-card.stories.js.map +1 -0
- package/lib/module/stories/notification-details-card/notification-details-card.stories.js +107 -0
- package/lib/module/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
- package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
- package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
- package/lib/module/styles/theme/theme.js +2 -1
- package/lib/module/styles/theme/theme.js.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +2 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-card/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification-card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts +15 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +3 -9
- package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +3 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts +14 -0
- package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
- package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/user-journey-work-card/user-journey-work-card.stories.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/common/icons-svg/constants/index.d.ts +1 -0
- package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/download/index.d.ts +11 -0
- package/lib/typescript/module/src/common/icons-svg/download/index.d.ts.map +1 -0
- package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +1 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +2 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
- package/lib/typescript/module/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-card/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification-card/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-card/interface.d.ts +17 -0
- package/lib/typescript/module/src/components/notification-card/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-details-card/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification-details-card/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-details-card/interface.d.ts +15 -0
- package/lib/typescript/module/src/components/notification-details-card/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +1 -1
- package/lib/typescript/module/src/components/step-indicator/index.d.ts +3 -9
- package/lib/typescript/module/src/components/step-indicator/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts +2 -0
- package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +3 -1
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
- package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts +14 -0
- package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
- package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/user-journey-work-card/user-journey-work-card.stories.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/common/icons-svg/constants/index.ts +1 -0
- package/src/common/icons-svg/download/index.tsx +52 -0
- package/src/common/icons-svg/index.tsx +4 -0
- package/src/components/card-report/interface.d.ts +1 -1
- package/src/components/inputs/input-date-time/index.tsx +13 -12
- package/src/components/inputs/input-date-time/styles.ts +64 -63
- package/src/components/modals/modal-change-activitie-history/helpers/index.ts +15 -0
- package/src/components/modals/modal-change-activitie-history/index.tsx +189 -0
- package/src/components/modals/modal-change-activitie-history/interface.ts +16 -0
- package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.tsx +78 -67
- package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.ts +10 -10
- package/src/components/monthly-summary-table/interface.d.ts +1 -1
- package/src/components/notification-card/index.tsx +123 -0
- package/src/components/notification-card/interface.ts +18 -0
- package/src/components/notification-details-card/index.tsx +180 -0
- package/src/components/notification-details-card/interface.ts +16 -0
- package/src/components/step-indicator/index.tsx +226 -155
- package/src/components/step-indicator/interface.d.ts +3 -2
- package/src/components/travel-history/interface.d.ts +1 -1
- package/src/components/user-journey-work-card/index.tsx +28 -1
- package/src/components/user-journey-work-card/interface.d.ts +149 -145
- package/src/index.tsx +3 -1
- package/src/stories/button/button.stories.tsx +1 -1
- package/src/stories/capture-photo/capture-photo.stories.tsx +1 -1
- package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -60
- package/src/stories/notification-card/notification-card.stories.tsx +93 -0
- package/src/stories/notification-details-card/notification-details-card.stories.tsx +109 -0
- package/src/stories/user-journey-work-card/user-journey-work-card.stories.tsx +71 -63
- package/src/styles/theme/theme.ts +1 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +0 -1
- package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
- package/lib/module/components/modals/modal-journey-rectification/index.js.map +0 -1
- package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
- package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
- /package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
- /package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
import React, { forwardRef, useState } from "react";
|
|
7
|
+
import { Modal, TouchableOpacity, Image, View } from "react-native";
|
|
8
|
+
|
|
9
|
+
// commons / icons
|
|
10
|
+
import { Icons } from "../../common/icons-svg/index.js";
|
|
11
|
+
|
|
12
|
+
// components
|
|
13
|
+
import Box from "../box/index.js";
|
|
14
|
+
import Typography from "../typography/index.js";
|
|
15
|
+
|
|
16
|
+
// typings
|
|
17
|
+
|
|
18
|
+
import { asBaseComponent } from "../../@types/as-base-component.js";
|
|
19
|
+
|
|
20
|
+
// styles / theme
|
|
21
|
+
import { theme } from "../../styles/theme/theme.js";
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Componente NotificationDetailCard
|
|
25
|
+
*/
|
|
26
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
27
|
+
const NotificationDetailCard = /*#__PURE__*/forwardRef(({
|
|
28
|
+
title,
|
|
29
|
+
description,
|
|
30
|
+
fileUrl,
|
|
31
|
+
fileType = "image",
|
|
32
|
+
testID
|
|
33
|
+
}, ref) => {
|
|
34
|
+
const [visible, setVisible] = useState(false);
|
|
35
|
+
function openFile() {
|
|
36
|
+
if (fileType === "image") {
|
|
37
|
+
setVisible(true);
|
|
38
|
+
} else if (fileUrl) {
|
|
39
|
+
import("react-native").then(({
|
|
40
|
+
Linking
|
|
41
|
+
}) => {
|
|
42
|
+
Linking.openURL(fileUrl).catch(err => console.warn("Erro ao abrir arquivo:", err));
|
|
43
|
+
});
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
const borderColor = theme.colors.blue[500];
|
|
47
|
+
return /*#__PURE__*/_jsxs(Box, {
|
|
48
|
+
ref: ref,
|
|
49
|
+
testID: testID ?? "notification-detail-card",
|
|
50
|
+
flexStyle: {
|
|
51
|
+
flexDirection: "row"
|
|
52
|
+
},
|
|
53
|
+
borderStyled: {
|
|
54
|
+
borderWidth: 1,
|
|
55
|
+
borderColor: theme.colors.neutral[200],
|
|
56
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
57
|
+
},
|
|
58
|
+
marginStyle: {
|
|
59
|
+
marginBottom: 16
|
|
60
|
+
},
|
|
61
|
+
backgroundColor: theme.colors.neutral[25],
|
|
62
|
+
children: [/*#__PURE__*/_jsx(Box, {
|
|
63
|
+
width: 8,
|
|
64
|
+
backgroundColor: borderColor,
|
|
65
|
+
borderStyled: {
|
|
66
|
+
borderTopLeftRadius: theme.borderWidths.thick_medium,
|
|
67
|
+
borderBottomLeftRadius: theme.borderWidths.thick_medium
|
|
68
|
+
}
|
|
69
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
70
|
+
flexStyle: {
|
|
71
|
+
flex: 1
|
|
72
|
+
},
|
|
73
|
+
paddingStyle: {
|
|
74
|
+
padding: theme.paddings.md
|
|
75
|
+
},
|
|
76
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
77
|
+
text: title,
|
|
78
|
+
fontFamily: theme.fonts.inter_bold,
|
|
79
|
+
fontWeight: "700",
|
|
80
|
+
size: theme.fontSizes.md,
|
|
81
|
+
color: theme.colors.black[100],
|
|
82
|
+
marginBottom: 8
|
|
83
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
84
|
+
text: description,
|
|
85
|
+
size: theme.fontSizes.sm,
|
|
86
|
+
lineHeight: theme.lineHeight.md,
|
|
87
|
+
color: theme.colors.gray[700],
|
|
88
|
+
marginBottom: fileUrl ? 12 : 0
|
|
89
|
+
}), fileUrl && /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
90
|
+
testID: "button",
|
|
91
|
+
onPress: openFile,
|
|
92
|
+
activeOpacity: 0.8,
|
|
93
|
+
style: {
|
|
94
|
+
borderRadius: theme.borderWidths.thick_medium,
|
|
95
|
+
overflow: "hidden",
|
|
96
|
+
borderWidth: 1,
|
|
97
|
+
borderColor: theme.colors.gray[300]
|
|
98
|
+
},
|
|
99
|
+
children: fileType === "image" ? /*#__PURE__*/_jsx(Box, {
|
|
100
|
+
borderStyled: {
|
|
101
|
+
borderWidth: 2,
|
|
102
|
+
borderColor: theme.colors.blue[525],
|
|
103
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
104
|
+
},
|
|
105
|
+
children: /*#__PURE__*/_jsx(Image, {
|
|
106
|
+
source: {
|
|
107
|
+
uri: fileUrl
|
|
108
|
+
},
|
|
109
|
+
style: {
|
|
110
|
+
width: "100%",
|
|
111
|
+
height: 180,
|
|
112
|
+
borderRadius: theme.borderWidths.thick_medium,
|
|
113
|
+
borderWidth: 2,
|
|
114
|
+
borderColor: theme.colors.blue[525]
|
|
115
|
+
},
|
|
116
|
+
resizeMode: "cover"
|
|
117
|
+
})
|
|
118
|
+
}) : /*#__PURE__*/_jsxs(Box, {
|
|
119
|
+
flexStyle: {
|
|
120
|
+
flexDirection: "row",
|
|
121
|
+
alignItems: "center",
|
|
122
|
+
justifyContent: "space-between"
|
|
123
|
+
},
|
|
124
|
+
paddingStyle: {
|
|
125
|
+
padding: theme.paddings.sm
|
|
126
|
+
},
|
|
127
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
128
|
+
text: `Abrir arquivo (${fileType.toUpperCase()})`,
|
|
129
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
130
|
+
color: theme.colors.blue[500],
|
|
131
|
+
size: theme.fontSizes.md
|
|
132
|
+
}), /*#__PURE__*/_jsx(Icons, {
|
|
133
|
+
icon: "FILES",
|
|
134
|
+
size: 20,
|
|
135
|
+
color: theme.colors.blue[500]
|
|
136
|
+
})]
|
|
137
|
+
})
|
|
138
|
+
})]
|
|
139
|
+
}), fileType === "image" && /*#__PURE__*/_jsx(Modal, {
|
|
140
|
+
visible: visible,
|
|
141
|
+
transparent: true,
|
|
142
|
+
animationType: "fade",
|
|
143
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
144
|
+
style: {
|
|
145
|
+
flex: 1,
|
|
146
|
+
backgroundColor: "rgba(0,0,0,0.9)",
|
|
147
|
+
justifyContent: "center",
|
|
148
|
+
alignItems: "center"
|
|
149
|
+
},
|
|
150
|
+
children: [/*#__PURE__*/_jsx(TouchableOpacity, {
|
|
151
|
+
onPress: () => setVisible(false),
|
|
152
|
+
style: {
|
|
153
|
+
position: "absolute",
|
|
154
|
+
top: 40,
|
|
155
|
+
right: 20
|
|
156
|
+
},
|
|
157
|
+
children: /*#__PURE__*/_jsx(Icons, {
|
|
158
|
+
icon: "CLOSED",
|
|
159
|
+
size: 28,
|
|
160
|
+
color: theme.colors.neutral[25]
|
|
161
|
+
})
|
|
162
|
+
}), /*#__PURE__*/_jsx(Image, {
|
|
163
|
+
source: {
|
|
164
|
+
uri: fileUrl
|
|
165
|
+
},
|
|
166
|
+
style: {
|
|
167
|
+
width: "90%",
|
|
168
|
+
height: "70%",
|
|
169
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
170
|
+
},
|
|
171
|
+
resizeMode: "contain"
|
|
172
|
+
})]
|
|
173
|
+
})
|
|
174
|
+
})]
|
|
175
|
+
});
|
|
176
|
+
});
|
|
177
|
+
NotificationDetailCard.displayName = "NotificationDetailCard";
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* EXPORTS
|
|
181
|
+
*/
|
|
182
|
+
export default asBaseComponent(NotificationDetailCard);
|
|
183
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useState","Modal","TouchableOpacity","Image","View","Icons","Box","Typography","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","NotificationDetailCard","title","description","fileUrl","fileType","testID","ref","visible","setVisible","openFile","then","Linking","openURL","catch","err","console","warn","borderColor","colors","blue","flexStyle","flexDirection","borderStyled","borderWidth","neutral","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","backgroundColor","children","width","borderTopLeftRadius","borderBottomLeftRadius","flex","paddingStyle","padding","paddings","md","text","fontFamily","fonts","inter_bold","fontWeight","size","fontSizes","color","black","sm","lineHeight","gray","onPress","activeOpacity","style","overflow","source","uri","height","resizeMode","alignItems","justifyContent","toUpperCase","inter_medium_500","icon","transparent","animationType","position","top","right","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/notification-details-card/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/notification-details-card/interface.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
3
|
+
import React, { useState, forwardRef, useImperativeHandle, useRef } from "react";
|
|
4
|
+
import { View, Text, TouchableOpacity, FlatList } from "react-native";
|
|
5
|
+
|
|
6
|
+
// components
|
|
7
|
+
import { ModalChangeActivity } from "../modals/modal-change-activitie-history/index.js";
|
|
8
8
|
|
|
9
9
|
// commons / svg
|
|
10
10
|
import { Icons } from "../../common/icons-svg/index.js";
|
|
@@ -12,83 +12,146 @@ import { Icons } from "../../common/icons-svg/index.js";
|
|
|
12
12
|
// helpers
|
|
13
13
|
import { getIconKeyByValue } from "./helpers/get-icon-by-status.js";
|
|
14
14
|
|
|
15
|
+
// typings
|
|
16
|
+
|
|
15
17
|
// utils
|
|
16
18
|
import { formHoursMinute } from "../../utils/format-date/index.js";
|
|
17
19
|
|
|
18
|
-
// typings
|
|
19
|
-
|
|
20
20
|
// styles
|
|
21
21
|
import { styles } from "./styles.js";
|
|
22
22
|
import { theme } from "../../styles/theme/theme.js";
|
|
23
|
+
import { asBaseComponent } from "../../@types/as-base-component.js";
|
|
23
24
|
|
|
24
25
|
/**
|
|
25
26
|
* Componente StepIndicator para a interação da ui.
|
|
26
27
|
*/
|
|
27
28
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
28
|
-
const StepIndicator = ({
|
|
29
|
+
const StepIndicator = /*#__PURE__*/forwardRef(({
|
|
29
30
|
data = [],
|
|
30
31
|
type,
|
|
31
32
|
textColorDescription,
|
|
32
33
|
titleColor,
|
|
33
34
|
titleNumberColor,
|
|
34
|
-
|
|
35
|
-
}) => {
|
|
35
|
+
onChangeActivity
|
|
36
|
+
}, ref) => {
|
|
36
37
|
const StepDefault = () => {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
const [isModalVisible, setIsModalVisible] = useState(false);
|
|
39
|
+
const [currentStepIndex, setCurrentStepIndex] = useState(null);
|
|
40
|
+
const [stepData, setStepData] = useState(data);
|
|
41
|
+
const flatListRef = useRef(null);
|
|
42
|
+
const handleOnPressActivitie = (stepItem, index) => {
|
|
43
|
+
const desc = stepItem?.descricao?.toLowerCase?.();
|
|
44
|
+
if (!desc) return;
|
|
45
|
+
const isDescanso = ["descanso", "refeição", "repouso_noturno", "repouso_semanal"].includes(desc.replace(/\s+/g, "_"));
|
|
46
|
+
if (isDescanso && stepItem?.sincronizado === true) {
|
|
47
|
+
setCurrentStepIndex(index);
|
|
48
|
+
setIsModalVisible(true);
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
const handleConfirmModal = newData => {
|
|
52
|
+
if (currentStepIndex !== null) {
|
|
53
|
+
const updatedStep = {
|
|
54
|
+
...stepData[currentStepIndex],
|
|
55
|
+
descricao: newData.label,
|
|
56
|
+
referencia: newData.value,
|
|
57
|
+
jr_tipo_atividade_id: newData.key
|
|
58
|
+
};
|
|
59
|
+
const newSteps = stepData.map((item, index) => index === currentStepIndex ? updatedStep : item);
|
|
60
|
+
setStepData(newSteps);
|
|
61
|
+
if (onChangeActivity) {
|
|
62
|
+
onChangeActivity(updatedStep);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
setIsModalVisible(false);
|
|
66
|
+
setCurrentStepIndex(null);
|
|
67
|
+
};
|
|
43
68
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
69
|
+
// render item padrão do step indicator
|
|
70
|
+
const renderItem = ({
|
|
71
|
+
item: history,
|
|
72
|
+
index
|
|
73
|
+
}) => {
|
|
74
|
+
const isFirst = index === 0;
|
|
75
|
+
const isEditableType = history.tipo === "descanso";
|
|
76
|
+
const isSynced = history?.sincronizado === true;
|
|
77
|
+
const canEdit = isFirst && isEditableType && isSynced;
|
|
78
|
+
return /*#__PURE__*/_jsxs(TouchableOpacity, {
|
|
79
|
+
testID: "step-indicator",
|
|
80
|
+
activeOpacity: 0.7,
|
|
81
|
+
style: styles({}).containerIndicator,
|
|
82
|
+
disabled: !canEdit,
|
|
83
|
+
onPress: () => handleOnPressActivitie(history, index),
|
|
84
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
85
|
+
style: styles({
|
|
86
|
+
sincronizado: history.sincronizado
|
|
87
|
+
}).containerBall,
|
|
88
|
+
children: [stepData.length > 1 && index < stepData.length - 1 && /*#__PURE__*/_jsx(View, {
|
|
89
|
+
style: {
|
|
90
|
+
width: 2,
|
|
91
|
+
height: 84,
|
|
92
|
+
marginTop: 116,
|
|
93
|
+
position: "relative",
|
|
94
|
+
backgroundColor: history.sincronizado ? theme.colors.blue[500] : theme.colors.orange[150]
|
|
95
|
+
}
|
|
96
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
54
97
|
style: styles({
|
|
55
|
-
|
|
56
|
-
}).
|
|
57
|
-
children:
|
|
58
|
-
style: {
|
|
59
|
-
width: 2,
|
|
60
|
-
height: 84,
|
|
61
|
-
marginTop: 116,
|
|
62
|
-
position: "relative",
|
|
63
|
-
backgroundColor: history.sincronizado ? theme.colors.blue[500] : theme.colors.orange[150]
|
|
64
|
-
}
|
|
65
|
-
}), /*#__PURE__*/_jsx(Text, {
|
|
66
|
-
style: styles({
|
|
67
|
-
titleNumberColor
|
|
68
|
-
}).titleNumber,
|
|
69
|
-
children: data?.length - index
|
|
70
|
-
})]
|
|
71
|
-
}), /*#__PURE__*/_jsxs(View, {
|
|
72
|
-
style: styles({}).containerMain,
|
|
73
|
-
children: [/*#__PURE__*/_jsx(Text, {
|
|
74
|
-
style: styles({
|
|
75
|
-
titleColor
|
|
76
|
-
}).title,
|
|
77
|
-
children: history?.descricao
|
|
78
|
-
}), history?.data_inicio && /*#__PURE__*/_jsx(Text, {
|
|
79
|
-
style: styles({
|
|
80
|
-
textColorDescription
|
|
81
|
-
}).titleDescription,
|
|
82
|
-
children: `Inicio: ${history.data_inicio} ás ${history.data_fim}`
|
|
83
|
-
}), history.duracao_segundos && /*#__PURE__*/_jsxs(Text, {
|
|
84
|
-
style: styles({
|
|
85
|
-
textColorDescription
|
|
86
|
-
}).titleDescription,
|
|
87
|
-
children: ["Dura\xE7\xE3o: ", formHoursMinute(history?.duracao_segundos)]
|
|
88
|
-
})]
|
|
98
|
+
titleNumberColor
|
|
99
|
+
}).titleNumber,
|
|
100
|
+
children: stepData.length - index
|
|
89
101
|
})]
|
|
90
|
-
},
|
|
91
|
-
|
|
102
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
103
|
+
style: styles({}).containerMain,
|
|
104
|
+
children: [/*#__PURE__*/_jsx(Text, {
|
|
105
|
+
style: styles({
|
|
106
|
+
titleColor
|
|
107
|
+
}).title,
|
|
108
|
+
children: history?.descricao
|
|
109
|
+
}), history?.data_inicio && /*#__PURE__*/_jsx(Text, {
|
|
110
|
+
style: styles({
|
|
111
|
+
textColorDescription
|
|
112
|
+
}).titleDescription,
|
|
113
|
+
children: `Inicio: ${history.data_inicio} ás ${history.data_fim}`
|
|
114
|
+
}), history.duracao_segundos && /*#__PURE__*/_jsxs(Text, {
|
|
115
|
+
style: styles({
|
|
116
|
+
textColorDescription
|
|
117
|
+
}).titleDescription,
|
|
118
|
+
children: ["Dura\xE7\xE3o: ", formHoursMinute(history?.duracao_segundos)]
|
|
119
|
+
})]
|
|
120
|
+
})]
|
|
121
|
+
});
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
// Expor funções para o pai via forwardRef
|
|
125
|
+
useImperativeHandle(ref, () => ({
|
|
126
|
+
scrollToIndex: index => {
|
|
127
|
+
flatListRef.current?.scrollToIndex({
|
|
128
|
+
index,
|
|
129
|
+
animated: true
|
|
130
|
+
});
|
|
131
|
+
},
|
|
132
|
+
openModalAt: index => {
|
|
133
|
+
if (stepData[index]) {
|
|
134
|
+
setCurrentStepIndex(index);
|
|
135
|
+
setIsModalVisible(true);
|
|
136
|
+
}
|
|
137
|
+
},
|
|
138
|
+
resetSteps: newData => {
|
|
139
|
+
setStepData(newData);
|
|
140
|
+
}
|
|
141
|
+
}));
|
|
142
|
+
return /*#__PURE__*/_jsxs(_Fragment, {
|
|
143
|
+
children: [/*#__PURE__*/_jsx(FlatList, {
|
|
144
|
+
ref: flatListRef,
|
|
145
|
+
data: stepData,
|
|
146
|
+
renderItem: renderItem,
|
|
147
|
+
keyExtractor: (item, index) => String(item?.id ?? String(index)),
|
|
148
|
+
showsVerticalScrollIndicator: false
|
|
149
|
+
}), isModalVisible && /*#__PURE__*/_jsx(ModalChangeActivity, {
|
|
150
|
+
visible: isModalVisible,
|
|
151
|
+
modalConfirm: handleConfirmModal,
|
|
152
|
+
descricao: "",
|
|
153
|
+
onClose: () => setIsModalVisible(false)
|
|
154
|
+
})]
|
|
92
155
|
});
|
|
93
156
|
};
|
|
94
157
|
const StepCustom = () => {
|
|
@@ -165,10 +228,11 @@ const StepIndicator = ({
|
|
|
165
228
|
return /*#__PURE__*/_jsx(_Fragment, {
|
|
166
229
|
children: handleRenderComponent(type)
|
|
167
230
|
});
|
|
168
|
-
};
|
|
231
|
+
});
|
|
232
|
+
StepIndicator.displayName = "StepIndicator";
|
|
169
233
|
|
|
170
234
|
/**
|
|
171
|
-
*
|
|
235
|
+
* Componente StepIndicator para a interação da ui.
|
|
172
236
|
*/
|
|
173
|
-
export default StepIndicator;
|
|
237
|
+
export default asBaseComponent(StepIndicator);
|
|
174
238
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","TouchableOpacity","Icons","getIconKeyByValue","formHoursMinute","styles","theme","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","StepIndicator","data","type","textColorDescription","titleColor","titleNumberColor","
|
|
1
|
+
{"version":3,"names":["React","useState","forwardRef","useImperativeHandle","useRef","View","Text","TouchableOpacity","FlatList","ModalChangeActivity","Icons","getIconKeyByValue","formHoursMinute","styles","theme","asBaseComponent","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","StepIndicator","data","type","textColorDescription","titleColor","titleNumberColor","onChangeActivity","ref","StepDefault","isModalVisible","setIsModalVisible","currentStepIndex","setCurrentStepIndex","stepData","setStepData","flatListRef","handleOnPressActivitie","stepItem","index","desc","descricao","toLowerCase","isDescanso","includes","replace","sincronizado","handleConfirmModal","newData","updatedStep","label","referencia","value","jr_tipo_atividade_id","key","newSteps","map","item","renderItem","history","isFirst","isEditableType","tipo","isSynced","canEdit","testID","activeOpacity","style","containerIndicator","disabled","onPress","children","containerBall","length","width","height","marginTop","position","backgroundColor","colors","blue","orange","titleNumber","containerMain","title","data_inicio","titleDescription","data_fim","duracao_segundos","scrollToIndex","current","animated","openModalAt","resetSteps","keyExtractor","String","id","showsVerticalScrollIndicator","visible","modalConfirm","onClose","StepCustom","paddingHorizontal","display","flexDirection","step","indexCustom","borderRadius","alignItems","justifyContent","borderWidth","borderColor","icon","top","fontWeight","fontSize","lineHeight","textAlign","color","handleRenderComponent","stepType","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/step-indicator/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -28,9 +28,11 @@ const UserJourneyWorkCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
28
28
|
initialTime = "00:40",
|
|
29
29
|
duration = "00:00",
|
|
30
30
|
avatar = "",
|
|
31
|
+
counterBadge = 0,
|
|
31
32
|
backgroundColor,
|
|
32
33
|
width,
|
|
33
|
-
handleNavigation
|
|
34
|
+
handleNavigation,
|
|
35
|
+
handleNavigationNotification
|
|
34
36
|
} = props;
|
|
35
37
|
return /*#__PURE__*/_jsxs(Box, {
|
|
36
38
|
ref: ref,
|
|
@@ -135,9 +137,47 @@ const UserJourneyWorkCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
135
137
|
lineHeight: theme.lineHeight["2xl"]
|
|
136
138
|
})]
|
|
137
139
|
})]
|
|
138
|
-
}), /*#__PURE__*/
|
|
139
|
-
|
|
140
|
-
|
|
140
|
+
}), /*#__PURE__*/_jsxs(TouchableOpacity, {
|
|
141
|
+
activeOpacity: 0.7,
|
|
142
|
+
onPress: handleNavigationNotification,
|
|
143
|
+
children: [counterBadge > 0 && /*#__PURE__*/_jsx(Box, {
|
|
144
|
+
backgroundColor: theme.colors.red[500],
|
|
145
|
+
flexStyle: {
|
|
146
|
+
alignItems: "center",
|
|
147
|
+
justifyContent: "center"
|
|
148
|
+
},
|
|
149
|
+
borderStyled: {
|
|
150
|
+
borderRadius: theme.borderWidths.hairline
|
|
151
|
+
},
|
|
152
|
+
style: [counterBadge < 10 ? {
|
|
153
|
+
right: -5,
|
|
154
|
+
top: -2,
|
|
155
|
+
height: 16,
|
|
156
|
+
width: 16
|
|
157
|
+
} : {
|
|
158
|
+
right: -8,
|
|
159
|
+
top: -5,
|
|
160
|
+
padding: 2
|
|
161
|
+
}, {
|
|
162
|
+
position: "absolute",
|
|
163
|
+
zIndex: 10
|
|
164
|
+
}],
|
|
165
|
+
children: /*#__PURE__*/_jsx(Typography, {
|
|
166
|
+
text: `${counterBadge}`,
|
|
167
|
+
align: "center",
|
|
168
|
+
size: theme.fontSizes["2xs"],
|
|
169
|
+
color: theme.colors.neutral[25],
|
|
170
|
+
fontFamily: theme.fonts.inter_bold_700,
|
|
171
|
+
lineHeight: theme.fontSizes.sm,
|
|
172
|
+
letterSpacing: "regular"
|
|
173
|
+
})
|
|
174
|
+
}), /*#__PURE__*/_jsx(Icons, {
|
|
175
|
+
icon: "BELL",
|
|
176
|
+
size: 28,
|
|
177
|
+
style: {
|
|
178
|
+
position: "relative"
|
|
179
|
+
}
|
|
180
|
+
})]
|
|
141
181
|
})]
|
|
142
182
|
}), /*#__PURE__*/_jsx(Box, {
|
|
143
183
|
flexStyle: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","Image","TouchableOpacity","Box","Typography","Icons","IMAGES","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","UserJourneyWorkCard","props","ref","name","workDate","initialTime","duration","avatar","backgroundColor","width","handleNavigation","paddingStyle","padding","paddings","md","borderStyled","borderBottomWidth","borderWidths","thin","borderColor","colors","gray","style","position","children","flexStyle","flexDirection","justifyContent","alignItems","onPress","height","borderRadius","borderWidth","thin_medium","blue","source","uri","IMAGE_ANONIMA","left","top","text","size","fontSizes","xs","color","black","fontFamily","fonts","inter_bold_700","letterSpacing","lineHeight","inter_regular_400","icon","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","Image","TouchableOpacity","Box","Typography","Icons","IMAGES","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","UserJourneyWorkCard","props","ref","name","workDate","initialTime","duration","avatar","counterBadge","backgroundColor","width","handleNavigation","handleNavigationNotification","paddingStyle","padding","paddings","md","borderStyled","borderBottomWidth","borderWidths","thin","borderColor","colors","gray","style","position","children","flexStyle","flexDirection","justifyContent","alignItems","onPress","height","borderRadius","borderWidth","thin_medium","blue","source","uri","IMAGE_ANONIMA","left","top","text","size","fontSizes","xs","color","black","fontFamily","fonts","inter_bold_700","letterSpacing","lineHeight","inter_regular_400","icon","activeOpacity","red","hairline","right","zIndex","align","neutral","sm","marginStyle","marginTop","margins","marginRight","inter_semi_bold_600","inter_medium_500","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/user-journey-work-card/index.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -45,10 +45,12 @@ export { default as ResumeRaking } from "./components/resume-raking/index.js";
|
|
|
45
45
|
export { default as ListSupplies } from "./components/list-supplies/index.js";
|
|
46
46
|
export { default as ListDevices } from "./components/list-devices/index.js";
|
|
47
47
|
export { default as ModalActivityReason } from "./components/modals/modal-activity-reason/index.js";
|
|
48
|
-
export { default as ModalJourneyRectification } from "./components/modals/modal-journey-rectification/index.js";
|
|
48
|
+
export { default as ModalJourneyRectification } from "./components/modals/modal-edite-journey-rectification/index.js";
|
|
49
49
|
export { default as ModalCreteActivitie } from "./components/modals/modal-create-activitie/index.js";
|
|
50
50
|
export { default as ModalToConfirmations } from "./components/modals/modal-to-confimations/index.js";
|
|
51
51
|
export { default as ActivityTimeline } from "./components/activity-step/index.js";
|
|
52
|
+
export { default as NotificationCard } from "./components/notification-card/index.js";
|
|
53
|
+
export { default as NotificationDetailCard } from "./components/notification-details-card/index.js";
|
|
52
54
|
|
|
53
55
|
// adicionar o storybook + teste
|
|
54
56
|
export { default as WeeklyHoursBalance } from "./components/weekly-hours-balance/index.js";
|
package/lib/module/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default","Box","Button","CapturePhoto","CardHours","CardScheduledJourney","CardWorkSession","StepIndicator","SelectOption","Typography","UserProfile","HeaderNavigation","ActivitiesDaily","ActivitiesProgress","InputField","UserJourneyCardWork","CardReport","BalanceWash","ToggleFuel","HistoryActivitiesCard","SelectWeek","WeeklyTable","CardMaintenance","ModalMaintenance","LoadingCircle","ConfirmWithdrawModal","MonthlySummaryTable","CardWithDrawCoil","CoilRemovalCode","SupplyErrorCard","MaintenanceDescriptionInput","TripDetailsCard","TruckNotFound","TravelHistory","BottomMessageConexion","ToastMessage","ModalTypeActivities","ResumeRaking","ListSupplies","ListDevices","ModalActivityReason","ModalJourneyRectification","ModalCreteActivitie","ModalToConfirmations","ActivityTimeline","WeeklyHoursBalance","formatDate","theme"],"sourceRoot":"..\\..\\src","sources":["index.tsx"],"mappings":";;AAAA;AACA;AACA;;AAEA;AACA,SAASA,OAAO,IAAIC,GAAG,QAAQ,2BAAkB;AACjD,SAASD,OAAO,IAAIE,MAAM,QAAQ,8BAAqB;AACvD,SAASF,OAAO,IAAIG,YAAY,QAAQ,qCAA4B;AACpE,SAASH,OAAO,IAAII,SAAS,QAAQ,kCAAyB;AAC9D,SAASJ,OAAO,IAAIK,oBAAoB,QAAQ,8CAAqC;AACrF,SAASL,OAAO,IAAIM,eAAe,QAAQ,yCAAgC;AAC3E,SAASN,OAAO,IAAIO,aAAa,QAAQ,sCAA6B;AACtE,SAASP,OAAO,IAAIQ,YAAY,QAAQ,6CAAoC;AAC5E,SAASR,OAAO,IAAIS,UAAU,QAAQ,kCAAyB;AAC/D,SAAST,OAAO,IAAIU,WAAW,QAAQ,oCAA2B;AAClE,SAASV,OAAO,IAAIW,gBAAgB,QAAQ,sCAA6B;AACzE,SAASX,OAAO,IAAIY,eAAe,QAAQ,wCAA+B;AAC1E,SAASZ,OAAO,IAAIa,kBAAkB,QAAQ,2CAAkC;AAChF,SAASb,OAAO,IAAIc,UAAU,QAAQ,6BAAoB;AAC1D,SAASd,OAAO,IAAIe,mBAAmB,QAAQ,8CAAqC;AACpF,SAASf,OAAO,IAAIgB,UAAU,QAAQ,mCAA0B;AAChE,SAAShB,OAAO,IAAIiB,WAAW,QAAQ,oCAA2B;AAClE,SAASjB,OAAO,IAAIkB,UAAU,QAAQ,mCAA0B;AAChE,SAASlB,OAAO,IAAImB,qBAAqB,QAAQ,+CAAsC;AACvF,SAASnB,OAAO,IAAIoB,UAAU,QAAQ,wCAA+B;AACrE,SAASpB,OAAO,IAAIqB,WAAW,QAAQ,oCAA2B;AAClE,SAASrB,OAAO,IAAIsB,eAAe,QAAQ,wCAA+B;AAC1E,SAAStB,OAAO,IAAIuB,gBAAgB,QAAQ,yCAAgC;AAC5E,SAASvB,OAAO,IAAIwB,aAAa,QAAQ,sCAA6B;AACtE,SAASxB,OAAO,IAAIyB,oBAAoB,QAAQ,8CAAqC;AACrF,SAASzB,OAAO,IAAI0B,mBAAmB,QAAQ,6CAAoC;AACnF,SAAS1B,OAAO,IAAI2B,gBAAgB,QAAQ,2CAAkC;AAC9E,SAAS3B,OAAO,IAAI4B,eAAe,QAAQ,yCAAgC;AAC3E,SAAS5B,OAAO,IAAI6B,eAAe,QAAQ,yCAAgC;AAC3E,SAAS7B,OAAO,IAAI8B,2BAA2B,QAAQ,qDAA4C;AACnG,SAAS9B,OAAO,IAAI+B,eAAe,QAAQ,yCAAgC;AAC3E,SAAS/B,OAAO,IAAIgC,aAAa,QAAQ,uCAA8B;AACvE,SAAShC,OAAO,IAAIiC,aAAa,QAAQ,sCAA6B;AACtE,SAASjC,OAAO,IAAIkC,qBAAqB,QAAQ,+CAAsC;AACvF,SAASlC,OAAO,IAAImC,YAAY,QAAQ,qCAA4B;AACpE,SAASnC,OAAO,IAAIoC,mBAAmB,QAAQ,6CAAoC;AACnF,SAASpC,OAAO,IAAIqC,YAAY,QAAQ,qCAA4B;AACpE,SAASrC,OAAO,IAAIsC,YAAY,QAAQ,qCAA4B;AACpE,SAAStC,OAAO,IAAIuC,WAAW,QAAQ,oCAA2B;AAClE,SAASvC,OAAO,IAAIwC,mBAAmB,QAAQ,oDAA2C;AAC1F,SAASxC,OAAO,IAAIyC,yBAAyB,QAAQ,
|
|
1
|
+
{"version":3,"names":["default","Box","Button","CapturePhoto","CardHours","CardScheduledJourney","CardWorkSession","StepIndicator","SelectOption","Typography","UserProfile","HeaderNavigation","ActivitiesDaily","ActivitiesProgress","InputField","UserJourneyCardWork","CardReport","BalanceWash","ToggleFuel","HistoryActivitiesCard","SelectWeek","WeeklyTable","CardMaintenance","ModalMaintenance","LoadingCircle","ConfirmWithdrawModal","MonthlySummaryTable","CardWithDrawCoil","CoilRemovalCode","SupplyErrorCard","MaintenanceDescriptionInput","TripDetailsCard","TruckNotFound","TravelHistory","BottomMessageConexion","ToastMessage","ModalTypeActivities","ResumeRaking","ListSupplies","ListDevices","ModalActivityReason","ModalJourneyRectification","ModalCreteActivitie","ModalToConfirmations","ActivityTimeline","NotificationCard","NotificationDetailCard","WeeklyHoursBalance","formatDate","theme"],"sourceRoot":"..\\..\\src","sources":["index.tsx"],"mappings":"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","ignoreList":[]}
|