jornada-ui 0.4.10 → 0.4.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +31 -31
- package/lib/commonjs/common/icons-svg/bluetooth/index.js +45 -27
- package/lib/commonjs/common/icons-svg/bluetooth/index.js.map +1 -1
- package/lib/commonjs/common/icons-svg/constants/index.js +7 -5
- package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
- package/lib/commonjs/common/icons-svg/index.js +19 -4
- package/lib/commonjs/common/icons-svg/index.js.map +1 -1
- package/lib/commonjs/common/icons-svg/plus-container/index.js +42 -0
- package/lib/commonjs/common/icons-svg/plus-container/index.js.map +1 -0
- package/lib/commonjs/common/icons-svg/trash/index.js +41 -0
- package/lib/commonjs/common/icons-svg/trash/index.js.map +1 -0
- package/lib/commonjs/components/activity-step/components/activite-row/index.js +137 -0
- package/lib/commonjs/components/activity-step/components/activite-row/index.js.map +1 -0
- package/lib/commonjs/components/activity-step/index.js +77 -0
- package/lib/commonjs/components/activity-step/index.js.map +1 -0
- package/lib/commonjs/components/activity-step/interface.js +6 -0
- package/lib/commonjs/components/activity-step/interface.js.map +1 -0
- package/lib/commonjs/components/activity-step/styles.js +86 -0
- package/lib/commonjs/components/activity-step/styles.js.map +1 -0
- package/lib/commonjs/components/card-scheduled-journey/index.js +8 -6
- package/lib/commonjs/components/card-scheduled-journey/index.js.map +1 -1
- package/lib/commonjs/components/inputs/input-date-time/index.js +136 -0
- package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -0
- package/lib/commonjs/components/inputs/input-date-time/interface.d.js +2 -0
- package/lib/commonjs/components/inputs/input-date-time/interface.d.js.map +1 -0
- package/lib/commonjs/components/inputs/input-date-time/styles.js +66 -0
- package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -0
- package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js +25 -0
- package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
- package/lib/commonjs/components/list-devices/index.js +97 -0
- package/lib/commonjs/components/list-devices/index.js.map +1 -0
- package/lib/commonjs/components/list-devices/interface.d.js +2 -0
- package/lib/commonjs/components/list-devices/interface.d.js.map +1 -0
- package/lib/commonjs/components/list-devices/styles.js +60 -0
- package/lib/commonjs/components/list-devices/styles.js.map +1 -0
- package/lib/commonjs/components/list-supplies/index.js +171 -0
- package/lib/commonjs/components/list-supplies/index.js.map +1 -0
- package/lib/commonjs/components/list-supplies/interface.d.js +2 -0
- package/lib/commonjs/components/list-supplies/interface.d.js.map +1 -0
- package/lib/commonjs/components/maintenance-description-input/index.js +3 -0
- package/lib/commonjs/components/maintenance-description-input/index.js.map +1 -1
- package/lib/commonjs/components/maintenance-description-input/styles.js +1 -1
- package/lib/commonjs/components/maintenance-description-input/styles.js.map +1 -1
- package/lib/commonjs/components/modals/modal-activity-reason/index.js +170 -0
- package/lib/commonjs/components/modals/modal-activity-reason/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js +2 -0
- package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js.map +1 -0
- package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js +27 -0
- package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-create-activitie/index.js +203 -0
- package/lib/commonjs/components/modals/modal-create-activitie/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-create-activitie/interface.js +2 -0
- package/lib/commonjs/components/modals/modal-create-activitie/interface.js.map +1 -0
- package/lib/commonjs/components/modals/modal-create-activitie/styles.js +42 -0
- package/lib/commonjs/components/modals/modal-create-activitie/styles.js.map +1 -0
- package/lib/commonjs/components/modals/modal-exclude-activitie/index.js +2 -0
- package/lib/commonjs/components/modals/modal-exclude-activitie/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/index.js +242 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js +2 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
- package/lib/commonjs/components/modals/modal-to-confimations/index.js +182 -0
- package/lib/commonjs/components/modals/modal-to-confimations/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-to-confimations/interface.js +2 -0
- package/lib/commonjs/components/modals/modal-to-confimations/interface.js.map +1 -0
- package/lib/commonjs/components/selects/select-date-and-hours/index.js +80 -0
- package/lib/commonjs/components/selects/select-date-and-hours/index.js.map +1 -0
- package/lib/commonjs/components/selects/select-date-and-hours/interface.js +6 -0
- package/lib/commonjs/components/selects/select-date-and-hours/interface.js.map +1 -0
- package/lib/commonjs/components/selects/select-date-and-hours/styles.js +34 -0
- package/lib/commonjs/components/selects/select-date-and-hours/styles.js.map +1 -0
- package/lib/commonjs/components/selects/select-option/index.js +4 -2
- package/lib/commonjs/components/selects/select-option/index.js.map +1 -1
- package/lib/commonjs/components/selects/select-option/styles.js +6 -7
- package/lib/commonjs/components/selects/select-option/styles.js.map +1 -1
- package/lib/commonjs/components/supply-error-card/index.js +7 -6
- package/lib/commonjs/components/supply-error-card/index.js.map +1 -1
- package/lib/commonjs/components/toast-message/index.js +8 -7
- package/lib/commonjs/components/toast-message/index.js.map +1 -1
- package/lib/commonjs/components/travel-history/index.js +7 -7
- package/lib/commonjs/components/travel-history/index.js.map +1 -1
- package/lib/commonjs/components/trip-details-card/index.js +94 -13
- package/lib/commonjs/components/trip-details-card/index.js.map +1 -1
- package/lib/commonjs/components/typography/index.js +5 -5
- package/lib/commonjs/components/typography/index.js.map +1 -1
- package/lib/commonjs/index.js +53 -4
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/stories/list-devices/list-devices.stories.js +146 -0
- package/lib/commonjs/stories/list-devices/list-devices.stories.js.map +1 -0
- package/lib/commonjs/stories/list-supplies/list-supplies.stories.js +69 -0
- package/lib/commonjs/stories/list-supplies/list-supplies.stories.js.map +1 -0
- package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js +63 -0
- package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +63 -0
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
- package/lib/commonjs/stories/supply-error-card/supply-error-card.stories.js +12 -12
- package/lib/commonjs/stories/supply-error-card/supply-error-card.stories.js.map +1 -1
- package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.js +39 -6
- package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.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/common/icons-svg/bluetooth/index.js +45 -27
- package/lib/module/common/icons-svg/bluetooth/index.js.map +1 -1
- package/lib/module/common/icons-svg/constants/index.js +7 -5
- package/lib/module/common/icons-svg/constants/index.js.map +1 -1
- package/lib/module/common/icons-svg/index.js +19 -4
- package/lib/module/common/icons-svg/index.js.map +1 -1
- package/lib/module/common/icons-svg/plus-container/index.js +36 -0
- package/lib/module/common/icons-svg/plus-container/index.js.map +1 -0
- package/lib/module/common/icons-svg/trash/index.js +34 -0
- package/lib/module/common/icons-svg/trash/index.js.map +1 -0
- package/lib/module/components/activity-step/components/activite-row/index.js +134 -0
- package/lib/module/components/activity-step/components/activite-row/index.js.map +1 -0
- package/lib/module/components/activity-step/index.js +73 -0
- package/lib/module/components/activity-step/index.js.map +1 -0
- package/lib/module/components/activity-step/interface.js +4 -0
- package/lib/module/components/activity-step/interface.js.map +1 -0
- package/lib/module/components/activity-step/styles.js +83 -0
- package/lib/module/components/activity-step/styles.js.map +1 -0
- package/lib/module/components/card-scheduled-journey/index.js +8 -6
- package/lib/module/components/card-scheduled-journey/index.js.map +1 -1
- package/lib/module/components/inputs/input-date-time/index.js +130 -0
- package/lib/module/components/inputs/input-date-time/index.js.map +1 -0
- package/lib/module/components/inputs/input-date-time/interface.d.js +2 -0
- package/lib/module/components/inputs/input-date-time/interface.d.js.map +1 -0
- package/lib/module/components/inputs/input-date-time/styles.js +62 -0
- package/lib/module/components/inputs/input-date-time/styles.js.map +1 -0
- package/lib/module/components/list-devices/helpers/get-icon-by-status.js +21 -0
- package/lib/module/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
- package/lib/module/components/list-devices/index.js +93 -0
- package/lib/module/components/list-devices/index.js.map +1 -0
- package/lib/module/components/list-devices/interface.d.js +2 -0
- package/lib/module/components/list-devices/interface.d.js.map +1 -0
- package/lib/module/components/list-devices/styles.js +56 -0
- package/lib/module/components/list-devices/styles.js.map +1 -0
- package/lib/module/components/list-supplies/index.js +165 -0
- package/lib/module/components/list-supplies/index.js.map +1 -0
- package/lib/module/components/list-supplies/interface.d.js +2 -0
- package/lib/module/components/list-supplies/interface.d.js.map +1 -0
- package/lib/module/components/maintenance-description-input/index.js +3 -0
- package/lib/module/components/maintenance-description-input/index.js.map +1 -1
- package/lib/module/components/maintenance-description-input/styles.js +1 -1
- package/lib/module/components/maintenance-description-input/styles.js.map +1 -1
- package/lib/module/components/modals/modal-activity-reason/index.js +165 -0
- package/lib/module/components/modals/modal-activity-reason/index.js.map +1 -0
- package/lib/module/components/modals/modal-activity-reason/interface.d.js +2 -0
- package/lib/module/components/modals/modal-activity-reason/interface.d.js.map +1 -0
- package/lib/module/components/modals/modal-create-activitie/helpers/index.js +24 -0
- package/lib/module/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
- package/lib/module/components/modals/modal-create-activitie/index.js +196 -0
- package/lib/module/components/modals/modal-create-activitie/index.js.map +1 -0
- package/lib/module/components/modals/modal-create-activitie/interface.js +2 -0
- package/lib/module/components/modals/modal-create-activitie/interface.js.map +1 -0
- package/lib/module/components/modals/modal-create-activitie/styles.js +39 -0
- package/lib/module/components/modals/modal-create-activitie/styles.js.map +1 -0
- package/lib/module/components/modals/modal-exclude-activitie/index.js +2 -0
- package/lib/module/components/modals/modal-exclude-activitie/index.js.map +1 -0
- package/lib/module/components/modals/modal-journey-rectification/index.js +236 -0
- package/lib/module/components/modals/modal-journey-rectification/index.js.map +1 -0
- package/lib/module/components/modals/modal-journey-rectification/interface.d.js +2 -0
- package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
- package/lib/module/components/modals/modal-to-confimations/index.js +179 -0
- package/lib/module/components/modals/modal-to-confimations/index.js.map +1 -0
- package/lib/module/components/modals/modal-to-confimations/interface.js +2 -0
- package/lib/module/components/modals/modal-to-confimations/interface.js.map +1 -0
- package/lib/module/components/selects/select-date-and-hours/index.js +74 -0
- package/lib/module/components/selects/select-date-and-hours/index.js.map +1 -0
- package/lib/module/components/selects/select-date-and-hours/interface.js +4 -0
- package/lib/module/components/selects/select-date-and-hours/interface.js.map +1 -0
- package/lib/module/components/selects/select-date-and-hours/styles.js +31 -0
- package/lib/module/components/selects/select-date-and-hours/styles.js.map +1 -0
- package/lib/module/components/selects/select-option/index.js +4 -2
- package/lib/module/components/selects/select-option/index.js.map +1 -1
- package/lib/module/components/selects/select-option/styles.js +6 -7
- package/lib/module/components/selects/select-option/styles.js.map +1 -1
- package/lib/module/components/supply-error-card/index.js +7 -6
- package/lib/module/components/supply-error-card/index.js.map +1 -1
- package/lib/module/components/toast-message/index.js +8 -7
- package/lib/module/components/toast-message/index.js.map +1 -1
- package/lib/module/components/travel-history/index.js +7 -7
- package/lib/module/components/travel-history/index.js.map +1 -1
- package/lib/module/components/trip-details-card/index.js +94 -13
- package/lib/module/components/trip-details-card/index.js.map +1 -1
- package/lib/module/components/typography/index.js +5 -5
- package/lib/module/components/typography/index.js.map +1 -1
- package/lib/module/index.js +7 -0
- package/lib/module/index.js.map +1 -1
- package/lib/module/stories/list-devices/list-devices.stories.js +140 -0
- package/lib/module/stories/list-devices/list-devices.stories.js.map +1 -0
- package/lib/module/stories/list-supplies/list-supplies.stories.js +63 -0
- package/lib/module/stories/list-supplies/list-supplies.stories.js.map +1 -0
- package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js +57 -0
- package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +57 -0
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
- package/lib/module/stories/supply-error-card/supply-error-card.stories.js +12 -12
- package/lib/module/stories/supply-error-card/supply-error-card.stories.js.map +1 -1
- package/lib/module/stories/trip-details-card/trip-details-card.stories.js +39 -6
- package/lib/module/stories/trip-details-card/trip-details-card.stories.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/common/icons-svg/bluetooth/index.d.ts +5 -1
- package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +2 -0
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/activity-step/index.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/activity-step/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts +40 -0
- package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts +75 -0
- package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +2 -1
- package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +59 -0
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
- package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/list-devices/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/list-devices/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts +57 -0
- package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/maintenance-description-input/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
- package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts +8 -0
- package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
- package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +0 -1
- package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/supply-error-card/index.d.ts +3 -8
- package/lib/typescript/commonjs/src/components/supply-error-card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/toast-message/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/trip-details-card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +7 -0
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts +22 -0
- package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
- package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
- package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/trip-details-card/trip-details-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/bluetooth/index.d.ts +5 -1
- package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +2 -0
- package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts +11 -0
- package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
- package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts +11 -0
- package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts +11 -0
- package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/activity-step/index.d.ts +17 -0
- package/lib/typescript/module/src/components/activity-step/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/activity-step/interface.d.ts +40 -0
- package/lib/typescript/module/src/components/activity-step/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/activity-step/styles.d.ts +75 -0
- package/lib/typescript/module/src/components/activity-step/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +2 -1
- package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts +8 -0
- package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +59 -0
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
- package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
- package/lib/typescript/module/src/components/list-devices/index.d.ts +11 -0
- package/lib/typescript/module/src/components/list-devices/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/list-devices/styles.d.ts +57 -0
- package/lib/typescript/module/src/components/list-devices/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/list-supplies/index.d.ts +8 -0
- package/lib/typescript/module/src/components/list-supplies/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/maintenance-description-input/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts +8 -0
- package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts +8 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
- package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
- package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
- package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts +8 -0
- package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
- package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +13 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-option/index.d.ts +1 -0
- package/lib/typescript/module/src/components/selects/select-option/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +0 -1
- package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
- package/lib/typescript/module/src/components/supply-error-card/index.d.ts +3 -8
- package/lib/typescript/module/src/components/supply-error-card/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/toast-message/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/trip-details-card/index.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +7 -0
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts +22 -0
- package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
- package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
- package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/trip-details-card/trip-details-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 +2 -1
- package/src/common/icons-svg/bluetooth/index.tsx +51 -24
- package/src/common/icons-svg/constants/index.ts +67 -65
- package/src/common/icons-svg/index.tsx +289 -280
- package/src/common/icons-svg/plus-container/index.tsx +32 -0
- package/src/common/icons-svg/trash/index.tsx +31 -0
- package/src/components/activity-step/components/activite-row/index.tsx +141 -0
- package/src/components/activity-step/index.tsx +73 -0
- package/src/components/activity-step/interface.ts +54 -0
- package/src/components/activity-step/styles.ts +72 -0
- package/src/components/card-scheduled-journey/index.tsx +140 -138
- package/src/components/card-scheduled-journey/interface.d.ts +145 -140
- package/src/components/inputs/input-date-time/index.tsx +133 -0
- package/src/components/inputs/input-date-time/interface.d.ts +25 -0
- package/src/components/inputs/input-date-time/styles.ts +63 -0
- package/src/components/list-devices/helpers/get-icon-by-status.tsx +20 -0
- package/src/components/list-devices/index.tsx +102 -0
- package/src/components/list-devices/interface.d.ts +36 -0
- package/src/components/list-devices/styles.ts +68 -0
- package/src/components/list-supplies/index.tsx +153 -0
- package/src/components/list-supplies/interface.d.ts +9 -0
- package/src/components/maintenance-description-input/index.tsx +1 -0
- package/src/components/maintenance-description-input/styles.ts +1 -1
- package/src/components/modals/modal-activity-reason/index.tsx +168 -0
- package/src/components/modals/modal-activity-reason/interface.d.ts +9 -0
- package/src/components/modals/modal-create-activitie/helpers/index.ts +14 -0
- package/src/components/modals/modal-create-activitie/index.tsx +210 -0
- package/src/components/modals/modal-create-activitie/interface.ts +22 -0
- package/src/components/modals/modal-create-activitie/styles.ts +24 -0
- package/src/components/modals/modal-exclude-activitie/index.ts +0 -0
- package/src/components/modals/modal-journey-rectification/index.tsx +236 -0
- package/src/components/modals/modal-journey-rectification/interface.d.ts +10 -0
- package/src/components/modals/modal-to-confimations/index.tsx +182 -0
- package/src/components/modals/modal-to-confimations/interface.ts +36 -0
- package/src/components/selects/select-date-and-hours/index.tsx +70 -0
- package/src/components/selects/select-date-and-hours/interface.ts +31 -0
- package/src/components/selects/select-date-and-hours/styles.ts +24 -0
- package/src/components/selects/select-option/index.tsx +2 -1
- package/src/components/selects/select-option/interface.d.ts +1 -1
- package/src/components/selects/select-option/styles.ts +74 -75
- package/src/components/supply-error-card/index.tsx +10 -6
- package/src/components/supply-error-card/interface.d.ts +3 -9
- package/src/components/toast-message/index.tsx +75 -74
- package/src/components/travel-history/index.tsx +7 -7
- package/src/components/trip-details-card/index.tsx +89 -12
- package/src/components/trip-details-card/interface.d.ts +4 -1
- package/src/components/typography/index.tsx +78 -78
- package/src/index.tsx +7 -0
- package/src/stories/list-devices/list-devices.stories.tsx +114 -0
- package/src/stories/list-supplies/list-supplies.stories.tsx +66 -0
- package/src/stories/modal-activity-reason/modal-activity-reason.stories.tsx +60 -0
- package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -0
- package/src/stories/supply-error-card/supply-error-card.stories.tsx +12 -12
- package/src/stories/trip-details-card/trip-details-card.stories.tsx +38 -5
- package/src/styles/theme/theme.ts +1 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
import { StyleSheet } from "react-native";
|
|
7
7
|
|
|
@@ -29,7 +29,7 @@ const styles = props => StyleSheet.create({
|
|
|
29
29
|
borderWidth: 1,
|
|
30
30
|
borderColor: theme.colors.gray[700],
|
|
31
31
|
borderRadius: 10,
|
|
32
|
-
backgroundColor: theme.colors.neutral[25],
|
|
32
|
+
backgroundColor: props.backgroundColor ?? theme.colors.neutral[25],
|
|
33
33
|
paddingHorizontal: 10
|
|
34
34
|
},
|
|
35
35
|
selectedText: {
|
|
@@ -47,8 +47,7 @@ const styles = props => StyleSheet.create({
|
|
|
47
47
|
width: "100%",
|
|
48
48
|
backgroundColor: theme.colors.neutral[25],
|
|
49
49
|
borderRadius: 10,
|
|
50
|
-
padding: 15
|
|
51
|
-
alignItems: "center"
|
|
50
|
+
padding: 15
|
|
52
51
|
},
|
|
53
52
|
option: {
|
|
54
53
|
width: "100%",
|
|
@@ -68,8 +67,8 @@ const styles = props => StyleSheet.create({
|
|
|
68
67
|
}
|
|
69
68
|
});
|
|
70
69
|
|
|
71
|
-
/**
|
|
72
|
-
* EXPORTS
|
|
70
|
+
/**
|
|
71
|
+
* EXPORTS
|
|
73
72
|
*/
|
|
74
73
|
export { styles };
|
|
75
74
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","theme","styles","props","create","container","width","marginBottom","label","fontSize","sizeTitleLabel","fontWeight","color","colortitleLabel","colors","black","selectBox","flexDirection","alignItems","justifyContent","height","borderWidth","borderColor","gray","borderRadius","backgroundColor","neutral","paddingHorizontal","selectedText","modalOverlay","flex","padding","modalContainer","option","borderBottomWidth","borderBottomColor","optionText","closeButtonText"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-option/styles.ts"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,UAAU,QAAQ,cAAc;;AAEzC;;AAGA;AACA,SAASC,KAAK,QAAQ,gCAA6B;AAEnD,MAAMC,MAAM,GAAIC,KAA2B,IACzCH,UAAU,CAACI,MAAM,CAAC;EAChBC,SAAS,EAAE;IACTC,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE;EAChB,CAAC;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAEN,KAAK,CAACO,cAAc,IAAI,EAAE;IACpCC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAET,KAAK,CAACU,eAAe,IAAIZ,KAAK,CAACa,MAAM,CAACC,KAAK,CAAC,GAAG,CAAC;IACvDR,YAAY,EAAE;EAChB,CAAC;EACDS,SAAS,EAAE;IACTC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,eAAe;IAC/Bb,KAAK,EAAE,MAAM;IACbc,MAAM,EAAE,EAAE;IACVC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAErB,KAAK,CAACa,MAAM,CAACS,IAAI,CAAC,GAAG,CAAC;IACnCC,YAAY,EAAE,EAAE;IAChBC,eAAe,
|
|
1
|
+
{"version":3,"names":["StyleSheet","theme","styles","props","create","container","width","marginBottom","label","fontSize","sizeTitleLabel","fontWeight","color","colortitleLabel","colors","black","selectBox","flexDirection","alignItems","justifyContent","height","borderWidth","borderColor","gray","borderRadius","backgroundColor","neutral","paddingHorizontal","selectedText","modalOverlay","flex","padding","modalContainer","option","borderBottomWidth","borderBottomColor","optionText","closeButtonText"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-option/styles.ts"],"mappings":";;AAAA;AACA;AACA;AACA,SAASA,UAAU,QAAQ,cAAc;;AAEzC;;AAGA;AACA,SAASC,KAAK,QAAQ,gCAA6B;AAEnD,MAAMC,MAAM,GAAIC,KAA2B,IACzCH,UAAU,CAACI,MAAM,CAAC;EAChBC,SAAS,EAAE;IACTC,KAAK,EAAE,MAAM;IACbC,YAAY,EAAE;EAChB,CAAC;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAEN,KAAK,CAACO,cAAc,IAAI,EAAE;IACpCC,UAAU,EAAE,MAAM;IAClBC,KAAK,EAAET,KAAK,CAACU,eAAe,IAAIZ,KAAK,CAACa,MAAM,CAACC,KAAK,CAAC,GAAG,CAAC;IACvDR,YAAY,EAAE;EAChB,CAAC;EACDS,SAAS,EAAE;IACTC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE,QAAQ;IACpBC,cAAc,EAAE,eAAe;IAC/Bb,KAAK,EAAE,MAAM;IACbc,MAAM,EAAE,EAAE;IACVC,WAAW,EAAE,CAAC;IACdC,WAAW,EAAErB,KAAK,CAACa,MAAM,CAACS,IAAI,CAAC,GAAG,CAAC;IACnCC,YAAY,EAAE,EAAE;IAChBC,eAAe,EAAEtB,KAAK,CAACsB,eAAe,IAAIxB,KAAK,CAACa,MAAM,CAACY,OAAO,CAAC,EAAE,CAAC;IAClEC,iBAAiB,EAAE;EACrB,CAAC;EACDC,YAAY,EAAE;IACZnB,QAAQ,EAAE,EAAE;IACZG,KAAK,EAAE;EACT,CAAC;EACDiB,YAAY,EAAE;IACZC,IAAI,EAAE,CAAC;IACPL,eAAe,EAAE,iBAAiB;IAClCN,cAAc,EAAE,QAAQ;IACxBD,UAAU,EAAE,QAAQ;IACpBa,OAAO,EAAE;EACX,CAAC;EACDC,cAAc,EAAE;IACd1B,KAAK,EAAE,MAAM;IACbmB,eAAe,EAAExB,KAAK,CAACa,MAAM,CAACY,OAAO,CAAC,EAAE,CAAC;IACzCF,YAAY,EAAE,EAAE;IAChBO,OAAO,EAAE;EACX,CAAC;EACDE,MAAM,EAAE;IACN3B,KAAK,EAAE,MAAM;IACbyB,OAAO,EAAE,EAAE;IACXb,UAAU,EAAE,YAAY;IACxBgB,iBAAiB,EAAE,CAAC;IACpBC,iBAAiB,EAAElC,KAAK,CAACa,MAAM,CAACS,IAAI,CAAC,GAAG;EAC1C,CAAC;EACDa,UAAU,EAAE;IACV3B,QAAQ,EAAE,EAAE;IACZG,KAAK,EAAEX,KAAK,CAACa,MAAM,CAACC,KAAK,CAAC,GAAG,CAAC;IAC9BJ,UAAU,EAAE;EACd,CAAC;EACD0B,eAAe,EAAE;IACfzB,KAAK,EAAEX,KAAK,CAACa,MAAM,CAACY,OAAO,CAAC,EAAE,CAAC;IAC/Bf,UAAU,EAAE;EACd;AACF,CAAC,CAAC;;AAEJ;AACA;AACA;AACA,SAAST,MAAM","ignoreList":[]}
|
|
@@ -27,14 +27,14 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
27
27
|
const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
28
28
|
const {
|
|
29
29
|
backgroundColor,
|
|
30
|
-
|
|
30
|
+
errors,
|
|
31
31
|
handleOnPress
|
|
32
32
|
} = props;
|
|
33
33
|
const [isExpanded, setIsExpanded] = useState(false);
|
|
34
34
|
|
|
35
35
|
/**Função para alternar a expansão do card */
|
|
36
36
|
const handleToggleExpand = () => setIsExpanded(prev => !prev);
|
|
37
|
-
const firstMessage =
|
|
37
|
+
const firstMessage = errors?.[0];
|
|
38
38
|
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
39
39
|
onPress: handleToggleExpand,
|
|
40
40
|
activeOpacity: 0.9,
|
|
@@ -70,11 +70,11 @@ const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
70
70
|
flexStyle: {
|
|
71
71
|
justifyContent: "center"
|
|
72
72
|
},
|
|
73
|
-
children: isExpanded ?
|
|
73
|
+
children: isExpanded ? errors?.map((error, index) => /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
74
74
|
activeOpacity: 0.7,
|
|
75
75
|
onPress: () => handleOnPress(error),
|
|
76
76
|
children: /*#__PURE__*/_jsx(Typography, {
|
|
77
|
-
text: `${index + 1}. ${error.
|
|
77
|
+
text: `${index + 1}. ${error.descricao ?? "Sem mensagens de erro"}`,
|
|
78
78
|
color: theme.colors.red[900],
|
|
79
79
|
size: theme.fontSizes.sm,
|
|
80
80
|
fontFamily: theme.fonts.inter_medium_500,
|
|
@@ -82,7 +82,7 @@ const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
82
82
|
marginBottom: theme.margins.xs
|
|
83
83
|
})
|
|
84
84
|
}, error?.id)) : /*#__PURE__*/_jsx(Typography, {
|
|
85
|
-
text: firstMessage ? `1. ${firstMessage.
|
|
85
|
+
text: firstMessage ? `1. ${firstMessage.descricao}` : "Nenhum erro disponível",
|
|
86
86
|
color: theme.colors.red[900],
|
|
87
87
|
size: theme.fontSizes.sm,
|
|
88
88
|
fontFamily: theme.fonts.inter_medium_500,
|
|
@@ -97,7 +97,8 @@ const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
97
97
|
},
|
|
98
98
|
children: /*#__PURE__*/_jsx(Icons, {
|
|
99
99
|
icon: isExpanded ? "ARROW_CHEVRON_UP" : "ARROW_CHEVRON_DOWN",
|
|
100
|
-
size: 32
|
|
100
|
+
size: 32,
|
|
101
|
+
color: theme.colors.gray[800]
|
|
101
102
|
})
|
|
102
103
|
})]
|
|
103
104
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useState","TouchableOpacity","Box","Typography","Icons","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","SupplyErrorCard","props","ref","backgroundColor","
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useState","TouchableOpacity","Box","Typography","Icons","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","SupplyErrorCard","props","ref","backgroundColor","errors","handleOnPress","isExpanded","setIsExpanded","handleToggleExpand","prev","firstMessage","onPress","activeOpacity","children","width","borderStyled","borderRadius","borderWidths","thick_medium","borderWidth","thin_medium","borderColor","colors","orange","yellow","thin_bold","flexStyle","flexDirection","justifyContent","paddingStyle","padding","paddings","xs","icon","size","map","error","index","text","descricao","color","red","fontSizes","sm","fontFamily","fonts","inter_medium_500","lineHeight","lg","marginBottom","margins","id","alignItems","textAlign","gray","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/supply-error-card/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import React, { forwardRef, useMemo } from "react";
|
|
@@ -16,8 +16,8 @@ import { asBaseComponent } from "../../@types/as-base-component.js";
|
|
|
16
16
|
import { styles } from "./styles.js";
|
|
17
17
|
import { theme } from "../../styles/theme/theme.js";
|
|
18
18
|
|
|
19
|
-
/**
|
|
20
|
-
* Componente ToastMessage para a exibição de mensagens de conexão.
|
|
19
|
+
/**
|
|
20
|
+
* Componente ToastMessage para a exibição de mensagens de conexão.
|
|
21
21
|
*/
|
|
22
22
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
23
23
|
const ToastMessage = /*#__PURE__*/forwardRef(({
|
|
@@ -59,15 +59,16 @@ const ToastMessage = /*#__PURE__*/forwardRef(({
|
|
|
59
59
|
color: "black25",
|
|
60
60
|
size: theme.fontSizes.xs,
|
|
61
61
|
lineHeight: theme.lineHeight["2xl"],
|
|
62
|
-
letterSpacing: "regular"
|
|
62
|
+
letterSpacing: "regular",
|
|
63
|
+
marginBottom: 4
|
|
63
64
|
})]
|
|
64
65
|
})]
|
|
65
66
|
});
|
|
66
67
|
});
|
|
67
68
|
ToastMessage.displayName = "ToastMessage";
|
|
68
69
|
|
|
69
|
-
/**
|
|
70
|
-
* EXPORT
|
|
70
|
+
/**
|
|
71
|
+
* EXPORT
|
|
71
72
|
*/
|
|
72
73
|
export default asBaseComponent(ToastMessage);
|
|
73
74
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useMemo","View","Typography","asBaseComponent","styles","theme","jsx","_jsx","jsxs","_jsxs","ToastMessage","text1","text2","options","ref","borderColor","map","success","colors","green","alert","blue","error","red","style","wrapperToash","children","wrapperBorder","testID","borderCustom","backgroundColor","wrapperText","text","String","fontFamily","fonts","inter_medium_500","color","size","fontSizes","xs","lineHeight","letterSpacing","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/toast-message/index.tsx"],"mappings":";;AAAA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,UAAU,EAAEC,OAAO,QAAQ,OAAO;AAClD,SAASC,IAAI,QAAQ,cAAc;;AAEnC;AACA,OAAOC,UAAU,MAAM,wBAAe;;AAEtC;;AAEA,SAASC,eAAe,QAAQ,mCAAgC;AAEhE,SAASC,MAAM,QAAQ,aAAU;AACjC,SAASC,KAAK,QAAQ,6BAA0B;;AAEhD;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAGA,MAAMC,YAAY,gBAAGX,UAAU,CAC7B,CAAC;EAAEY,KAAK;EAAEC,KAAK;EAAEC;AAAQ,CAAC,EAAEC,GAAG,KAAyB;EACtD,MAAMC,WAAW,GAAGf,OAAO,CAAC,MAAM;IAChC,MAAMgB,GAAG,GAAG;MACVC,OAAO,EAAEZ,KAAK,CAACa,MAAM,EAAEC,KAAK,CAAC,GAAG,CAAC,IAAI,SAAS;MAC9CC,KAAK,EAAEf,KAAK,CAACa,MAAM,EAAEG,IAAI,CAAC,GAAG,CAAC,IAAI,SAAS;MAC3CC,KAAK,EAAEjB,KAAK,CAACa,MAAM,EAAEK,GAAG,CAAC,GAAG,CAAC,IAAI;IACnC,CAAU;IACV,OAAOP,GAAG,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAER,KAAK,CAAC,CAAC;EAEpB,oBACEI,KAAA,CAACR,IAAI;IAACa,GAAG,EAAEA,GAAI;IAACU,KAAK,EAAEpB,MAAM,CAACqB,YAAa;IAAAC,QAAA,gBACzCnB,IAAA,CAACN,IAAI;MAACuB,KAAK,EAAEpB,MAAM,CAACuB,aAAc;MAAAD,QAAA,eAChCnB,IAAA,CAACN,IAAI;QACH2B,MAAM,EAAC,eAAe;QACtBJ,KAAK,EAAE,CAACpB,MAAM,CAACyB,YAAY,EAAE;UAAEC,eAAe,EAAEf;QAAY,CAAC;MAAE,CAChE;IAAC,CACE,CAAC,eAEPN,KAAA,CAACR,IAAI;MAACuB,KAAK,EAAEpB,MAAM,CAAC2B,WAAY;MAAAL,QAAA,GAC7B,CAAC,CAACf,KAAK,iBACNJ,IAAA,CAACL,UAAU;QACT8B,IAAI,EAAEC,MAAM,CAACtB,KAAK,CAAE;QACpBuB,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACC,gBAAiB;QACzCC,KAAK,EAAE,SAAU;QACjBC,IAAI,EAAEjC,KAAK,CAACkC,SAAS,CAACC,EAAG;QACzBC,UAAU,EAAEpC,KAAK,CAACoC,UAAU,CAAC,KAAK,CAAE;QACpCC,aAAa,EAAE;MAAU,CAC1B,CACF,EAEA,CAAC,CAAC9B,KAAK,iBACNL,IAAA,CAACL,UAAU;QACT8B,IAAI,EAAEC,MAAM,CAACrB,KAAK,CAAE;QACpBsB,UAAU,EAAC,mBAAmB;QAC9BG,KAAK,EAAE,SAAU;QACjBC,IAAI,EAAEjC,KAAK,CAACkC,SAAS,CAACC,EAAG;QACzBC,UAAU,EAAEpC,KAAK,CAACoC,UAAU,CAAC,KAAK,CAAE;QACpCC,aAAa,EAAE;
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useMemo","View","Typography","asBaseComponent","styles","theme","jsx","_jsx","jsxs","_jsxs","ToastMessage","text1","text2","options","ref","borderColor","map","success","colors","green","alert","blue","error","red","style","wrapperToash","children","wrapperBorder","testID","borderCustom","backgroundColor","wrapperText","text","String","fontFamily","fonts","inter_medium_500","color","size","fontSizes","xs","lineHeight","letterSpacing","marginBottom","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/toast-message/index.tsx"],"mappings":";;AAAA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAIC,UAAU,EAAEC,OAAO,QAAQ,OAAO;AAClD,SAASC,IAAI,QAAQ,cAAc;;AAEnC;AACA,OAAOC,UAAU,MAAM,wBAAe;;AAEtC;;AAEA,SAASC,eAAe,QAAQ,mCAAgC;AAEhE,SAASC,MAAM,QAAQ,aAAU;AACjC,SAASC,KAAK,QAAQ,6BAA0B;;AAEhD;AACA;AACA;AAFA,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAGA,MAAMC,YAAY,gBAAGX,UAAU,CAC7B,CAAC;EAAEY,KAAK;EAAEC,KAAK;EAAEC;AAAQ,CAAC,EAAEC,GAAG,KAAyB;EACtD,MAAMC,WAAW,GAAGf,OAAO,CAAC,MAAM;IAChC,MAAMgB,GAAG,GAAG;MACVC,OAAO,EAAEZ,KAAK,CAACa,MAAM,EAAEC,KAAK,CAAC,GAAG,CAAC,IAAI,SAAS;MAC9CC,KAAK,EAAEf,KAAK,CAACa,MAAM,EAAEG,IAAI,CAAC,GAAG,CAAC,IAAI,SAAS;MAC3CC,KAAK,EAAEjB,KAAK,CAACa,MAAM,EAAEK,GAAG,CAAC,GAAG,CAAC,IAAI;IACnC,CAAU;IACV,OAAOP,GAAG,CAACH,OAAO,CAAC;EACrB,CAAC,EAAE,CAACA,OAAO,EAAER,KAAK,CAAC,CAAC;EAEpB,oBACEI,KAAA,CAACR,IAAI;IAACa,GAAG,EAAEA,GAAI;IAACU,KAAK,EAAEpB,MAAM,CAACqB,YAAa;IAAAC,QAAA,gBACzCnB,IAAA,CAACN,IAAI;MAACuB,KAAK,EAAEpB,MAAM,CAACuB,aAAc;MAAAD,QAAA,eAChCnB,IAAA,CAACN,IAAI;QACH2B,MAAM,EAAC,eAAe;QACtBJ,KAAK,EAAE,CAACpB,MAAM,CAACyB,YAAY,EAAE;UAAEC,eAAe,EAAEf;QAAY,CAAC;MAAE,CAChE;IAAC,CACE,CAAC,eAEPN,KAAA,CAACR,IAAI;MAACuB,KAAK,EAAEpB,MAAM,CAAC2B,WAAY;MAAAL,QAAA,GAC7B,CAAC,CAACf,KAAK,iBACNJ,IAAA,CAACL,UAAU;QACT8B,IAAI,EAAEC,MAAM,CAACtB,KAAK,CAAE;QACpBuB,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACC,gBAAiB;QACzCC,KAAK,EAAE,SAAU;QACjBC,IAAI,EAAEjC,KAAK,CAACkC,SAAS,CAACC,EAAG;QACzBC,UAAU,EAAEpC,KAAK,CAACoC,UAAU,CAAC,KAAK,CAAE;QACpCC,aAAa,EAAE;MAAU,CAC1B,CACF,EAEA,CAAC,CAAC9B,KAAK,iBACNL,IAAA,CAACL,UAAU;QACT8B,IAAI,EAAEC,MAAM,CAACrB,KAAK,CAAE;QACpBsB,UAAU,EAAC,mBAAmB;QAC9BG,KAAK,EAAE,SAAU;QACjBC,IAAI,EAAEjC,KAAK,CAACkC,SAAS,CAACC,EAAG;QACzBC,UAAU,EAAEpC,KAAK,CAACoC,UAAU,CAAC,KAAK,CAAE;QACpCC,aAAa,EAAE,SAAU;QACzBC,YAAY,EAAE;MAAE,CACjB,CACF;IAAA,CACG,CAAC;EAAA,CACH,CAAC;AAEX,CACF,CAAC;AAEDjC,YAAY,CAACkC,WAAW,GAAG,cAAc;;AAEzC;AACA;AACA;AACA,eAAezC,eAAe,CAACO,YAAY,CAAC","ignoreList":[]}
|
|
@@ -216,7 +216,7 @@ const TravelHistory = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
216
216
|
text: `${status ?? "ABERTA"}`,
|
|
217
217
|
size: theme.fontSizes.xs,
|
|
218
218
|
color: backgroundColor ?? theme.colors.black[180],
|
|
219
|
-
fontFamily: theme.fonts.
|
|
219
|
+
fontFamily: theme.fonts.inter_semi_bold_600
|
|
220
220
|
})]
|
|
221
221
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
222
222
|
width: "84%",
|
|
@@ -228,15 +228,15 @@ const TravelHistory = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
228
228
|
style: {
|
|
229
229
|
flexShrink: 1
|
|
230
230
|
},
|
|
231
|
-
text: `
|
|
231
|
+
text: `Próxima viagem: `,
|
|
232
232
|
size: theme.fontSizes.sm,
|
|
233
233
|
color: theme.colors.black[10],
|
|
234
234
|
fontFamily: theme.fonts.inter_medium_500
|
|
235
235
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
236
|
-
text: `${
|
|
236
|
+
text: `${nextTrip ?? "Não especificado"}`,
|
|
237
237
|
size: theme.fontSizes.xs,
|
|
238
238
|
color: backgroundColor ?? theme.colors.black[180],
|
|
239
|
-
fontFamily: theme.fonts.
|
|
239
|
+
fontFamily: theme.fonts.inter_semi_bold_600
|
|
240
240
|
})]
|
|
241
241
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
242
242
|
width: "84%",
|
|
@@ -248,15 +248,15 @@ const TravelHistory = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
248
248
|
style: {
|
|
249
249
|
flexShrink: 1
|
|
250
250
|
},
|
|
251
|
-
text: `
|
|
251
|
+
text: `Abastecimentos: `,
|
|
252
252
|
size: theme.fontSizes.sm,
|
|
253
253
|
color: theme.colors.black[10],
|
|
254
254
|
fontFamily: theme.fonts.inter_medium_500
|
|
255
255
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
256
|
-
text: `${
|
|
256
|
+
text: `${supply ?? "0"}`,
|
|
257
257
|
size: theme.fontSizes.xs,
|
|
258
258
|
color: backgroundColor ?? theme.colors.black[180],
|
|
259
|
-
fontFamily: theme.fonts.
|
|
259
|
+
fontFamily: theme.fonts.inter_semi_bold_600
|
|
260
260
|
})]
|
|
261
261
|
})]
|
|
262
262
|
})
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","Box","Typography","Icons","asBaseComponent","theme","TouchableOpacity","jsx","_jsx","jsxs","_jsxs","TravelHistory","props","ref","testID","backgroundColor","idViagem","startTrip","plate","value","status","supply","nextTrip","origin","destination","onPress","supplyIssue","logisticsIssue","activeOpacity","children","width","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","height","borderTopLeftRadius","thin_bold","borderTopRightRadius","borderColor","blue","flexStyle","flexDirection","justifyContent","alignItems","text","color","size","fontSizes","xs","fontFamily","fonts","inter_semi_bold_600","fontWeight","lineHeight","lg","marginLeft","marginRight","paddingStyle","padding","paddings","sm","black","inter_medium_500","inter_light_300","icon","background","flexWrap","style","flexShrink","inter_regular_400","borderTopWidth","thin_medium","borderTopColor","align","letterSpacing","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/travel-history/index.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["React","forwardRef","Box","Typography","Icons","asBaseComponent","theme","TouchableOpacity","jsx","_jsx","jsxs","_jsxs","TravelHistory","props","ref","testID","backgroundColor","idViagem","startTrip","plate","value","status","supply","nextTrip","origin","destination","onPress","supplyIssue","logisticsIssue","activeOpacity","children","width","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","marginStyle","marginBottom","margins","height","borderTopLeftRadius","thin_bold","borderTopRightRadius","borderColor","blue","flexStyle","flexDirection","justifyContent","alignItems","text","color","size","fontSizes","xs","fontFamily","fonts","inter_semi_bold_600","fontWeight","lineHeight","lg","marginLeft","marginRight","paddingStyle","padding","paddings","sm","black","inter_medium_500","inter_light_300","icon","background","flexWrap","style","flexShrink","inter_regular_400","borderTopWidth","thin_medium","borderTopColor","align","letterSpacing","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/travel-history/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -19,11 +19,16 @@ import { Icons } from "../../common/icons-svg/index.js";
|
|
|
19
19
|
import { asBaseComponent } from "../../@types/as-base-component.js";
|
|
20
20
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
|
21
21
|
const TripDetailsCard = ({
|
|
22
|
+
dataRegistro,
|
|
23
|
+
numeroCte,
|
|
22
24
|
origem,
|
|
23
25
|
destino,
|
|
24
26
|
proximoCarregamento,
|
|
25
27
|
peso,
|
|
26
|
-
baseCalculo
|
|
28
|
+
baseCalculo,
|
|
29
|
+
corBarra,
|
|
30
|
+
kmCarregado,
|
|
31
|
+
kmVazio
|
|
27
32
|
}) => {
|
|
28
33
|
const [expanded, setExpanded] = useState(false);
|
|
29
34
|
useEffect(() => {
|
|
@@ -49,7 +54,7 @@ const TripDetailsCard = ({
|
|
|
49
54
|
children: [/*#__PURE__*/_jsx(View, {
|
|
50
55
|
style: {
|
|
51
56
|
width: 15,
|
|
52
|
-
backgroundColor: theme.colors.orange[150],
|
|
57
|
+
backgroundColor: corBarra ?? theme.colors.orange[150],
|
|
53
58
|
borderTopLeftRadius: theme.borderWidths.thick_medium,
|
|
54
59
|
borderBottomLeftRadius: theme.borderWidths.thick_medium
|
|
55
60
|
}
|
|
@@ -92,15 +97,15 @@ const TripDetailsCard = ({
|
|
|
92
97
|
justifyContent: "flex-start"
|
|
93
98
|
},
|
|
94
99
|
children: [/*#__PURE__*/_jsx(Typography, {
|
|
95
|
-
text: "
|
|
100
|
+
text: "Número CTE: ",
|
|
96
101
|
color: theme.colors.black[25],
|
|
97
102
|
fontFamily: theme.fonts.inter_medium_500,
|
|
98
103
|
size: theme.fontSizes.sm
|
|
99
104
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
100
|
-
text: `${
|
|
105
|
+
text: `${numeroCte || "Não informado"}`,
|
|
101
106
|
color: theme.colors.gray[700],
|
|
102
107
|
fontFamily: theme.fonts.inter_regular_400,
|
|
103
|
-
size: theme.fontSizes.
|
|
108
|
+
size: theme.fontSizes.xs
|
|
104
109
|
})]
|
|
105
110
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
106
111
|
marginStyle: {
|
|
@@ -111,15 +116,53 @@ const TripDetailsCard = ({
|
|
|
111
116
|
justifyContent: "flex-start"
|
|
112
117
|
},
|
|
113
118
|
children: [/*#__PURE__*/_jsx(Typography, {
|
|
114
|
-
text: "
|
|
119
|
+
text: "Data carregamento: ",
|
|
115
120
|
color: theme.colors.black[25],
|
|
116
121
|
fontFamily: theme.fonts.inter_medium_500,
|
|
117
122
|
size: theme.fontSizes.sm
|
|
118
123
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
119
|
-
text: `${
|
|
124
|
+
text: `${dataRegistro || "Não informado"}`,
|
|
120
125
|
color: theme.colors.gray[700],
|
|
121
126
|
fontFamily: theme.fonts.inter_regular_400,
|
|
127
|
+
size: theme.fontSizes.xs
|
|
128
|
+
})]
|
|
129
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
130
|
+
marginStyle: {
|
|
131
|
+
marginTop: theme.margins["1xs"]
|
|
132
|
+
},
|
|
133
|
+
flexStyle: {
|
|
134
|
+
flexDirection: "row",
|
|
135
|
+
justifyContent: "flex-start"
|
|
136
|
+
},
|
|
137
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
138
|
+
text: "Origem: ",
|
|
139
|
+
color: theme.colors.black[25],
|
|
140
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
122
141
|
size: theme.fontSizes.sm
|
|
142
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
143
|
+
text: `${origem || "Não informado"}`,
|
|
144
|
+
color: theme.colors.gray[700],
|
|
145
|
+
fontFamily: theme.fonts.inter_regular_400,
|
|
146
|
+
size: theme.fontSizes.xs
|
|
147
|
+
})]
|
|
148
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
149
|
+
marginStyle: {
|
|
150
|
+
marginTop: theme.margins["1xs"]
|
|
151
|
+
},
|
|
152
|
+
flexStyle: {
|
|
153
|
+
flexDirection: "row",
|
|
154
|
+
justifyContent: "flex-start"
|
|
155
|
+
},
|
|
156
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
157
|
+
text: "Destino: ",
|
|
158
|
+
color: theme.colors.black[25],
|
|
159
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
160
|
+
size: theme.fontSizes.xs
|
|
161
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
162
|
+
text: `${destino || "Não informado"}`,
|
|
163
|
+
color: theme.colors.gray[700],
|
|
164
|
+
fontFamily: theme.fonts.inter_regular_400,
|
|
165
|
+
size: theme.fontSizes.xs
|
|
123
166
|
})]
|
|
124
167
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
125
168
|
marginStyle: {
|
|
@@ -133,12 +176,12 @@ const TripDetailsCard = ({
|
|
|
133
176
|
text: "Pr\xF3ximo carregamento: ",
|
|
134
177
|
color: theme.colors.black[25],
|
|
135
178
|
fontFamily: theme.fonts.inter_medium_500,
|
|
136
|
-
size: theme.fontSizes.
|
|
179
|
+
size: theme.fontSizes.xs
|
|
137
180
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
138
181
|
text: `${proximoCarregamento || "Não informado"}`,
|
|
139
182
|
color: theme.colors.gray[700],
|
|
140
183
|
fontFamily: theme.fonts.inter_regular_400,
|
|
141
|
-
size: theme.fontSizes.
|
|
184
|
+
size: theme.fontSizes.xs
|
|
142
185
|
})]
|
|
143
186
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
144
187
|
marginStyle: {
|
|
@@ -152,12 +195,50 @@ const TripDetailsCard = ({
|
|
|
152
195
|
text: "Peso: ",
|
|
153
196
|
color: theme.colors.black[25],
|
|
154
197
|
fontFamily: theme.fonts.inter_medium_500,
|
|
155
|
-
size: theme.fontSizes.
|
|
198
|
+
size: theme.fontSizes.xs
|
|
156
199
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
157
200
|
text: `${formatPeso(peso) || "Não informado"}`,
|
|
158
201
|
color: theme.colors.gray[700],
|
|
159
202
|
fontFamily: theme.fonts.inter_regular_400,
|
|
160
|
-
size: theme.fontSizes.
|
|
203
|
+
size: theme.fontSizes.xs
|
|
204
|
+
})]
|
|
205
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
206
|
+
marginStyle: {
|
|
207
|
+
marginTop: theme.margins["1xs"]
|
|
208
|
+
},
|
|
209
|
+
flexStyle: {
|
|
210
|
+
flexDirection: "row",
|
|
211
|
+
justifyContent: "flex-start"
|
|
212
|
+
},
|
|
213
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
214
|
+
text: "Km carregado: ",
|
|
215
|
+
color: theme.colors.black[25],
|
|
216
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
217
|
+
size: theme.fontSizes.xs
|
|
218
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
219
|
+
text: `${kmCarregado || "Não informado"}`,
|
|
220
|
+
color: theme.colors.gray[700],
|
|
221
|
+
fontFamily: theme.fonts.inter_regular_400,
|
|
222
|
+
size: theme.fontSizes.xs
|
|
223
|
+
})]
|
|
224
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
225
|
+
marginStyle: {
|
|
226
|
+
marginTop: theme.margins["1xs"]
|
|
227
|
+
},
|
|
228
|
+
flexStyle: {
|
|
229
|
+
flexDirection: "row",
|
|
230
|
+
justifyContent: "flex-start"
|
|
231
|
+
},
|
|
232
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
233
|
+
text: "Km vazio: ",
|
|
234
|
+
color: theme.colors.black[25],
|
|
235
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
236
|
+
size: theme.fontSizes.xs
|
|
237
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
238
|
+
text: `${kmVazio || "Não informado"}`,
|
|
239
|
+
color: theme.colors.gray[700],
|
|
240
|
+
fontFamily: theme.fonts.inter_regular_400,
|
|
241
|
+
size: theme.fontSizes.xs
|
|
161
242
|
})]
|
|
162
243
|
}), /*#__PURE__*/_jsxs(Box, {
|
|
163
244
|
marginStyle: {
|
|
@@ -171,12 +252,12 @@ const TripDetailsCard = ({
|
|
|
171
252
|
text: "Base para c\xE1lculo do PRO: ",
|
|
172
253
|
color: theme.colors.black[25],
|
|
173
254
|
fontFamily: theme.fonts.inter_medium_500,
|
|
174
|
-
size: theme.fontSizes.
|
|
255
|
+
size: theme.fontSizes.xs
|
|
175
256
|
}), /*#__PURE__*/_jsx(Typography, {
|
|
176
257
|
text: `${formatBase(baseCalculo) || "Não informado"}`,
|
|
177
258
|
color: theme.colors.gray[700],
|
|
178
259
|
fontFamily: theme.fonts.inter_regular_400,
|
|
179
|
-
size: theme.fontSizes.
|
|
260
|
+
size: theme.fontSizes.xs
|
|
180
261
|
})]
|
|
181
262
|
})]
|
|
182
263
|
})]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useState","View","TouchableOpacity","LayoutAnimation","UIManager","Platform","Box","Typography","theme","Icons","asBaseComponent","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","TripDetailsCard","origem","destino","proximoCarregamento","peso","baseCalculo","expanded","setExpanded","OS","setLayoutAnimationEnabledExperimental","toggleExpand","configureNext","Presets","easeInEaseOut","prev","formatPeso","v","undefined","toLocaleString","formatBase","width","flexStyle","flexDirection","backgroundColor","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","children","style","orange","borderTopLeftRadius","borderBottomLeftRadius","flex","paddingStyle","padding","paddings","onPress","activeOpacity","accessibilityRole","accessibilityLabel","justifyContent","alignItems","text","color","black","fontFamily","fonts","inter_bold","size","fontSizes","md","icon","gray","marginStyle","marginTop","margins","inter_medium_500","sm","inter_regular_400","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/trip-details-card/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,SAAS,EAAEC,QAAQ,QAAQ,OAAO;AAClD,SAASC,IAAI,EAAEC,gBAAgB,EAAEC,eAAe,EAAEC,SAAS,EAAEC,QAAQ,QAAQ,cAAc;;AAE3F;AACA,OAAOC,GAAG,MAAM,+BAAsB;AACtC,OAAOC,UAAU,MAAM,sCAA6B;;AAEpD;AACA,SAASC,KAAK,QAAQ,6BAA0B;AAChD,SAASC,KAAK,QAAQ,iCAAwB;;AAE9C;;AAEA,SAASC,eAAe,QAAQ,mCAAgC;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA,EAAAC,QAAA,IAAAC,SAAA;AAEjE,MAAMC,eAA2C,GAAGA,CAAC;EACnDC,MAAM;EACNC,OAAO;EACPC,mBAAmB;EACnBC,IAAI;EACJC;AACF,CAAC,KAAK;EACJ,MAAM,CAACC,QAAQ,EAAEC,WAAW,CAAC,
|
|
1
|
+
{"version":3,"names":["React","useEffect","useState","View","TouchableOpacity","LayoutAnimation","UIManager","Platform","Box","Typography","theme","Icons","asBaseComponent","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","TripDetailsCard","dataRegistro","numeroCte","origem","destino","proximoCarregamento","peso","baseCalculo","corBarra","kmCarregado","kmVazio","expanded","setExpanded","OS","setLayoutAnimationEnabledExperimental","toggleExpand","configureNext","Presets","easeInEaseOut","prev","formatPeso","v","undefined","toLocaleString","formatBase","width","flexStyle","flexDirection","backgroundColor","colors","neutral","borderStyled","borderRadius","borderWidths","thick_medium","children","style","orange","borderTopLeftRadius","borderBottomLeftRadius","flex","paddingStyle","padding","paddings","onPress","activeOpacity","accessibilityRole","accessibilityLabel","justifyContent","alignItems","text","color","black","fontFamily","fonts","inter_bold","size","fontSizes","md","icon","gray","marginStyle","marginTop","margins","inter_medium_500","sm","inter_regular_400","xs","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/trip-details-card/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
import React, { forwardRef } from "react";
|
|
7
7
|
import { Text } from "react-native";
|
|
@@ -21,7 +21,7 @@ const Typography = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21
21
|
lineHeight = 24,
|
|
22
22
|
align = "left",
|
|
23
23
|
textDecoration,
|
|
24
|
-
fontWeight
|
|
24
|
+
fontWeight,
|
|
25
25
|
fontFamily,
|
|
26
26
|
margin,
|
|
27
27
|
marginLeft,
|
|
@@ -67,8 +67,8 @@ const Typography = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
67
67
|
});
|
|
68
68
|
Typography.displayName = "Text";
|
|
69
69
|
|
|
70
|
-
/**
|
|
71
|
-
* Componente Typography para a interação da ui.
|
|
70
|
+
/**
|
|
71
|
+
* Componente Typography para a interação da ui.
|
|
72
72
|
*/
|
|
73
73
|
export default asBaseComponent(Typography);
|
|
74
74
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","Text","asBaseComponent","styles","jsx","_jsx","Typography","props","ref","text","color","size","lineHeight","align","textDecoration","fontWeight","fontFamily","margin","marginLeft","marginRight","marginTop","marginBottom","padding","paddingLeft","paddingRight","paddingTop","paddingBottom","numberOfLines","ellipsizeMode","data","style","children","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/typography/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,SAASC,IAAI,QAAQ,cAAc;;AAEnC;AACA,SAASC,eAAe,QAAQ,mCAAgC;;AAEhE;AACA,SAASC,MAAM,QAAQ,aAAU;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAIlC,MAAMC,UAAU,gBAAGN,UAAU,CAAsB,CAACO,KAAK,EAAEC,GAAG,KAAyB;EACrF;EACA,MAAM;IACJC,IAAI,GAAG,WAAW;IAClBC,KAAK,GAAG,SAAS;IACjBC,IAAI,GAAG,EAAE;IACTC,UAAU,GAAG,EAAE;IACfC,KAAK,GAAG,MAAM;IACdC,cAAc;IACdC,UAAU
|
|
1
|
+
{"version":3,"names":["React","forwardRef","Text","asBaseComponent","styles","jsx","_jsx","Typography","props","ref","text","color","size","lineHeight","align","textDecoration","fontWeight","fontFamily","margin","marginLeft","marginRight","marginTop","marginBottom","padding","paddingLeft","paddingRight","paddingTop","paddingBottom","numberOfLines","ellipsizeMode","data","style","children","displayName"],"sourceRoot":"..\\..\\..\\..\\src","sources":["components/typography/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AACzC,SAASC,IAAI,QAAQ,cAAc;;AAEnC;AACA,SAASC,eAAe,QAAQ,mCAAgC;;AAEhE;AACA,SAASC,MAAM,QAAQ,aAAU;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAIlC,MAAMC,UAAU,gBAAGN,UAAU,CAAsB,CAACO,KAAK,EAAEC,GAAG,KAAyB;EACrF;EACA,MAAM;IACJC,IAAI,GAAG,WAAW;IAClBC,KAAK,GAAG,SAAS;IACjBC,IAAI,GAAG,EAAE;IACTC,UAAU,GAAG,EAAE;IACfC,KAAK,GAAG,MAAM;IACdC,cAAc;IACdC,UAAU;IACVC,UAAU;IACVC,MAAM;IACNC,UAAU;IACVC,WAAW;IACXC,SAAS;IACTC,YAAY;IACZC,OAAO;IACPC,WAAW;IACXC,YAAY;IACZC,UAAU;IACVC,aAAa;IACbC,aAAa;IACbC;EACF,CAAC,GAAGrB,KAAK;;EAET;EACA,MAAMsB,IAAI,GAAG;IACXnB,KAAK;IACLC,IAAI;IACJC,UAAU;IACVC,KAAK;IACLC,cAAc;IACdC,UAAU;IACVC,UAAU;IACVC,MAAM;IACNC,UAAU;IACVC,WAAW;IACXC,SAAS;IACTC,YAAY;IACZC,OAAO;IACPC,WAAW;IACXC,YAAY;IACZC,UAAU;IACVC;EACF,CAAmB;EAEnB,oBACErB,IAAA,CAACJ,IAAI;IACHO,GAAG,EAAEA,GAAI;IACTmB,aAAa,EAAEA,aAAc;IAC7BC,aAAa,EAAEA,aAAc;IAC7BE,KAAK,EAAE3B,MAAM,CAAC0B,IAAI,CAAC,CAACpB,IAAK;IAAAsB,QAAA,EAExBtB;EAAI,CACD,CAAC;AAEX,CAAC,CAAC;AAEFH,UAAU,CAAC0B,WAAW,GAAG,MAAM;;AAE/B;AACA;AACA;AACA,eAAe9B,eAAe,CAACI,UAAU,CAAC","ignoreList":[]}
|
package/lib/module/index.js
CHANGED
|
@@ -42,6 +42,13 @@ export { default as BottomMessageConexion } from "./components/bottom-message-co
|
|
|
42
42
|
export { default as ToastMessage } from "./components/toast-message/index.js";
|
|
43
43
|
export { default as ModalTypeActivities } from "./components/modal-type-activities/index.js";
|
|
44
44
|
export { default as ResumeRaking } from "./components/resume-raking/index.js";
|
|
45
|
+
export { default as ListSupplies } from "./components/list-supplies/index.js";
|
|
46
|
+
export { default as ListDevices } from "./components/list-devices/index.js";
|
|
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";
|
|
49
|
+
export { default as ModalCreteActivitie } from "./components/modals/modal-create-activitie/index.js";
|
|
50
|
+
export { default as ModalToConfirmations } from "./components/modals/modal-to-confimations/index.js";
|
|
51
|
+
export { default as ActivityTimeline } from "./components/activity-step/index.js";
|
|
45
52
|
|
|
46
53
|
// adicionar o storybook + teste
|
|
47
54
|
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","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
|
|
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,0DAAiD;AACtG,SAASzC,OAAO,IAAI0C,mBAAmB,QAAQ,qDAA4C;AAC3F,SAAS1C,OAAO,IAAI2C,oBAAoB,QAAQ,oDAA2C;AAC3F,SAAS3C,OAAO,IAAI4C,gBAAgB,QAAQ,qCAA4B;;AAExE;AACA,SAAS5C,OAAO,IAAI6C,kBAAkB,QAAQ,4CAAmC;;AAEjF;AACA,SAASC,UAAU,QAAQ,8BAAqB;;AAEhD;AACA,SAASC,KAAK,QAAQ,yBAAsB","ignoreList":[]}
|