jornada-ui 0.4.11 → 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 +6 -6
- 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 +2 -2
- 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 +6 -6
- 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 +2 -2
- 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.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.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 +109 -109
- package/src/components/supply-error-card/interface.d.ts +133 -133
- 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 +72 -72
- package/src/stories/trip-details-card/trip-details-card.stories.tsx +38 -5
- package/src/styles/theme/theme.ts +1 -0
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
import React from "react";
|
|
7
|
+
import { Modal, Text, View } from "react-native";
|
|
8
|
+
|
|
9
|
+
// components
|
|
10
|
+
import Box from "../../box/index.js";
|
|
11
|
+
import Button from "../../button/index.js";
|
|
12
|
+
import Typography from "../../typography/index.js";
|
|
13
|
+
|
|
14
|
+
// commons / svg
|
|
15
|
+
import { Icons } from "../../../common/icons-svg/index.js";
|
|
16
|
+
|
|
17
|
+
// typings
|
|
18
|
+
|
|
19
|
+
import { asBaseComponent } from "../../../@types/as-base-component.js";
|
|
20
|
+
|
|
21
|
+
// styles
|
|
22
|
+
import { theme } from "../../../styles/theme/theme.js";
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* Componente ModalToConfirmations para a interação da ui.
|
|
26
|
+
*/
|
|
27
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
28
|
+
const ModalToConfirmations = ({
|
|
29
|
+
visible,
|
|
30
|
+
onClose,
|
|
31
|
+
onPressConfirm,
|
|
32
|
+
textTitle,
|
|
33
|
+
text1,
|
|
34
|
+
text2,
|
|
35
|
+
titleButtonCancel,
|
|
36
|
+
titleButtonConfirm,
|
|
37
|
+
backgroundColor
|
|
38
|
+
}) => {
|
|
39
|
+
return /*#__PURE__*/_jsx(Modal, {
|
|
40
|
+
animationType: "fade",
|
|
41
|
+
transparent: true,
|
|
42
|
+
visible: visible,
|
|
43
|
+
children: /*#__PURE__*/_jsx(View, {
|
|
44
|
+
style: {
|
|
45
|
+
flex: 1,
|
|
46
|
+
justifyContent: "center",
|
|
47
|
+
alignItems: "center",
|
|
48
|
+
backgroundColor: theme.shadows.z1
|
|
49
|
+
},
|
|
50
|
+
children: /*#__PURE__*/_jsxs(Box, {
|
|
51
|
+
width: "90%",
|
|
52
|
+
backgroundColor: theme.colors.orange[500],
|
|
53
|
+
borderStyled: {
|
|
54
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
55
|
+
},
|
|
56
|
+
paddingStyle: {
|
|
57
|
+
paddingLeft: theme.paddings["2xs"],
|
|
58
|
+
paddingRight: theme.paddings["2xs"],
|
|
59
|
+
paddingTop: theme.paddings.sm,
|
|
60
|
+
paddingBottom: theme.paddings.sm
|
|
61
|
+
},
|
|
62
|
+
children: [/*#__PURE__*/_jsxs(Box, {
|
|
63
|
+
marginStyle: {
|
|
64
|
+
marginBottom: 10,
|
|
65
|
+
marginLeft: 4
|
|
66
|
+
},
|
|
67
|
+
flexStyle: {
|
|
68
|
+
flexDirection: "row",
|
|
69
|
+
alignItems: "center"
|
|
70
|
+
},
|
|
71
|
+
children: [/*#__PURE__*/_jsx(Icons, {
|
|
72
|
+
icon: "EXCLAMATION_TRIANGLE",
|
|
73
|
+
color: theme.colors.orange[500],
|
|
74
|
+
background: theme.colors.neutral[300],
|
|
75
|
+
size: 22
|
|
76
|
+
}), /*#__PURE__*/_jsx(Typography, {
|
|
77
|
+
text: `${textTitle ?? "TITULO NÃO INFORMADO"}`,
|
|
78
|
+
color: theme.colors.neutral[25],
|
|
79
|
+
marginLeft: theme.margins["2xs"],
|
|
80
|
+
fontFamily: theme.fonts.inter_bold_700,
|
|
81
|
+
size: theme.fontSizes.lg
|
|
82
|
+
})]
|
|
83
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
84
|
+
backgroundColor: theme.colors.neutral[300],
|
|
85
|
+
paddingStyle: {
|
|
86
|
+
padding: theme.paddings.xs
|
|
87
|
+
},
|
|
88
|
+
borderStyled: {
|
|
89
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
90
|
+
},
|
|
91
|
+
children: [/*#__PURE__*/_jsx(Box, {
|
|
92
|
+
flexStyle: {
|
|
93
|
+
flexDirection: "row",
|
|
94
|
+
alignItems: "center"
|
|
95
|
+
},
|
|
96
|
+
children: /*#__PURE__*/_jsxs(Text, {
|
|
97
|
+
style: {
|
|
98
|
+
color: theme.colors.orange[150],
|
|
99
|
+
fontFamily: theme.fonts.inter_semi_bold_600,
|
|
100
|
+
marginBottom: text2 ? 16 : 8
|
|
101
|
+
},
|
|
102
|
+
children: [/*#__PURE__*/_jsx(Typography, {
|
|
103
|
+
text: `${text1} `,
|
|
104
|
+
size: theme.fontSizes.sm,
|
|
105
|
+
fontFamily: theme.fonts.inter_regular_400,
|
|
106
|
+
fontWeight: "400",
|
|
107
|
+
color: theme.colors.black[180],
|
|
108
|
+
lineHeight: 24,
|
|
109
|
+
letterSpacing: "regular"
|
|
110
|
+
}), text2 ?? "Alterar?"]
|
|
111
|
+
})
|
|
112
|
+
}), /*#__PURE__*/_jsxs(Box, {
|
|
113
|
+
flexStyle: {
|
|
114
|
+
flexDirection: "row",
|
|
115
|
+
justifyContent: "space-between"
|
|
116
|
+
},
|
|
117
|
+
children: [/*#__PURE__*/_jsx(Button, {
|
|
118
|
+
title: titleButtonCancel ?? "CANCELAR",
|
|
119
|
+
onPress: onClose,
|
|
120
|
+
width: text2 ? "48%" : "100%",
|
|
121
|
+
height: 40,
|
|
122
|
+
isLoading: false,
|
|
123
|
+
disabled: false,
|
|
124
|
+
backgroundColor: backgroundColor ?? theme.colors.neutral[300],
|
|
125
|
+
buttonTextStyle: {
|
|
126
|
+
color: backgroundColor ? theme.colors.neutral[25] : theme.colors.blue[100],
|
|
127
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
128
|
+
fontSize: theme.fontSizes.xs,
|
|
129
|
+
fontWeight: "500"
|
|
130
|
+
},
|
|
131
|
+
flexStyle: {
|
|
132
|
+
flexDirection: "row",
|
|
133
|
+
alignItems: "center",
|
|
134
|
+
justifyContent: "center",
|
|
135
|
+
textAlign: "center"
|
|
136
|
+
},
|
|
137
|
+
borderStyled: {
|
|
138
|
+
borderWidth: theme.borderWidths.thin,
|
|
139
|
+
borderColor: theme.colors.blue[100],
|
|
140
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
141
|
+
}
|
|
142
|
+
}), text2 && /*#__PURE__*/_jsx(Button, {
|
|
143
|
+
title: titleButtonConfirm ?? "CONFIRMAR",
|
|
144
|
+
onPress: () => {
|
|
145
|
+
onPressConfirm();
|
|
146
|
+
onClose();
|
|
147
|
+
},
|
|
148
|
+
width: "48%",
|
|
149
|
+
height: 40,
|
|
150
|
+
isLoading: false,
|
|
151
|
+
disabled: false,
|
|
152
|
+
backgroundColor: theme.colors.blue[500],
|
|
153
|
+
buttonTextStyle: {
|
|
154
|
+
color: theme.colors.neutral[25],
|
|
155
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
156
|
+
fontSize: theme.fontSizes.xs,
|
|
157
|
+
fontWeight: "500"
|
|
158
|
+
},
|
|
159
|
+
flexStyle: {
|
|
160
|
+
flexDirection: "row",
|
|
161
|
+
alignItems: "center",
|
|
162
|
+
justifyContent: "center",
|
|
163
|
+
textAlign: "center"
|
|
164
|
+
},
|
|
165
|
+
borderStyled: {
|
|
166
|
+
borderWidth: theme.borderWidths.thin,
|
|
167
|
+
borderColor: theme.colors.blue[100],
|
|
168
|
+
borderRadius: theme.borderWidths.thick_medium
|
|
169
|
+
}
|
|
170
|
+
})]
|
|
171
|
+
})]
|
|
172
|
+
})]
|
|
173
|
+
})
|
|
174
|
+
})
|
|
175
|
+
});
|
|
176
|
+
};
|
|
177
|
+
ModalToConfirmations.displayName = "ModalToConfirmations";
|
|
178
|
+
export default asBaseComponent(ModalToConfirmations);
|
|
179
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Modal","Text","View","Box","Button","Typography","Icons","asBaseComponent","theme","jsx","_jsx","jsxs","_jsxs","ModalToConfirmations","visible","onClose","onPressConfirm","textTitle","text1","text2","titleButtonCancel","titleButtonConfirm","backgroundColor","animationType","transparent","children","style","flex","justifyContent","alignItems","shadows","z1","width","colors","orange","borderStyled","borderRadius","borderWidths","thick_medium","paddingStyle","paddingLeft","paddings","paddingRight","paddingTop","sm","paddingBottom","marginStyle","marginBottom","marginLeft","flexStyle","flexDirection","icon","color","background","neutral","size","text","margins","fontFamily","fonts","inter_bold_700","fontSizes","lg","padding","xs","inter_semi_bold_600","inter_regular_400","fontWeight","black","lineHeight","letterSpacing","title","onPress","height","isLoading","disabled","buttonTextStyle","blue","inter_medium_500","fontSize","textAlign","borderWidth","thin","borderColor","displayName"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/modals/modal-to-confimations/index.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/modals/modal-to-confimations/interface.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,74 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
import React, { forwardRef } from "react";
|
|
7
|
+
import { View, TouchableOpacity } from "react-native";
|
|
8
|
+
|
|
9
|
+
// seus componentes
|
|
10
|
+
import Box from "../../box/index.js";
|
|
11
|
+
import Typography from "../../typography/index.js";
|
|
12
|
+
|
|
13
|
+
// commons / svg
|
|
14
|
+
import { Icons } from "../../../common/icons-svg/index.js";
|
|
15
|
+
|
|
16
|
+
// typings
|
|
17
|
+
|
|
18
|
+
import { asBaseComponent } from "../../../@types/as-base-component.js";
|
|
19
|
+
|
|
20
|
+
// styles
|
|
21
|
+
import { theme } from "../../../styles/theme/theme.js";
|
|
22
|
+
import { styles } from "./styles.js";
|
|
23
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
24
|
+
const ActivityFields = /*#__PURE__*/forwardRef(({
|
|
25
|
+
value,
|
|
26
|
+
icon,
|
|
27
|
+
onPressConfirm,
|
|
28
|
+
disabled = false
|
|
29
|
+
}, ref) => {
|
|
30
|
+
return /*#__PURE__*/_jsx(TouchableOpacity, {
|
|
31
|
+
ref: ref,
|
|
32
|
+
activeOpacity: 0.7,
|
|
33
|
+
style: [styles.field, {
|
|
34
|
+
borderColor: theme.colors.gray[700],
|
|
35
|
+
backgroundColor: theme.colors.neutral[300],
|
|
36
|
+
opacity: disabled ? 0.7 : 1
|
|
37
|
+
}],
|
|
38
|
+
onPress: () => onPressConfirm(value),
|
|
39
|
+
disabled: disabled,
|
|
40
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
41
|
+
style: styles.row,
|
|
42
|
+
children: [/*#__PURE__*/_jsx(Box, {
|
|
43
|
+
width: "10%",
|
|
44
|
+
height: 45,
|
|
45
|
+
flexStyle: {
|
|
46
|
+
alignItems: "center",
|
|
47
|
+
justifyContent: "center"
|
|
48
|
+
},
|
|
49
|
+
children: /*#__PURE__*/_jsx(Icons, {
|
|
50
|
+
icon: icon ? icon : "CALENDAR",
|
|
51
|
+
color: theme.colors.black[100],
|
|
52
|
+
size: 18
|
|
53
|
+
})
|
|
54
|
+
}), /*#__PURE__*/_jsx(Box, {
|
|
55
|
+
width: "90%",
|
|
56
|
+
height: 45,
|
|
57
|
+
flexStyle: {
|
|
58
|
+
alignItems: "center",
|
|
59
|
+
justifyContent: "center"
|
|
60
|
+
},
|
|
61
|
+
children: /*#__PURE__*/_jsx(Typography, {
|
|
62
|
+
text: String(value),
|
|
63
|
+
color: theme.colors.blue[500],
|
|
64
|
+
fontFamily: theme.fonts.inter_medium_500,
|
|
65
|
+
size: theme.fontSizes.md,
|
|
66
|
+
marginRight: 44
|
|
67
|
+
})
|
|
68
|
+
})]
|
|
69
|
+
})
|
|
70
|
+
});
|
|
71
|
+
});
|
|
72
|
+
ActivityFields.displayName = "ActivityFields";
|
|
73
|
+
export default asBaseComponent(ActivityFields);
|
|
74
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","forwardRef","View","TouchableOpacity","Box","Typography","Icons","asBaseComponent","theme","styles","jsx","_jsx","jsxs","_jsxs","ActivityFields","value","icon","onPressConfirm","disabled","ref","activeOpacity","style","field","borderColor","colors","gray","backgroundColor","neutral","opacity","onPress","children","row","width","height","flexStyle","alignItems","justifyContent","color","black","size","text","String","blue","fontFamily","fonts","inter_medium_500","fontSizes","md","marginRight","displayName"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-date-and-hours/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,UAAU,QAAQ,OAAO;AAEzC,SAASC,IAAI,EAAEC,gBAAgB,QAAQ,cAAc;;AAErD;AACA,OAAOC,GAAG,MAAM,oBAAW;AAC3B,OAAOC,UAAU,MAAM,2BAAkB;;AAEzC;AACA,SAASC,KAAK,QAAQ,oCAA2B;;AAEjD;;AAEA,SAASC,eAAe,QAAQ,sCAAmC;;AAEnE;AACA,SAASC,KAAK,QAAQ,gCAA6B;AACnD,SAASC,MAAM,QAAQ,aAAU;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAElC,MAAMC,cAAc,gBAAGb,UAAU,CAC/B,CAAC;EAAEc,KAAK;EAAEC,IAAI;EAAEC,cAAc;EAAEC,QAAQ,GAAG;AAAM,CAAC,EAAEC,GAAG,KAAyB;EAC9E,oBACER,IAAA,CAACR,gBAAgB;IACfgB,GAAG,EAAEA,GAAI;IACTC,aAAa,EAAE,GAAI;IACnBC,KAAK,EAAE,CACLZ,MAAM,CAACa,KAAK,EACZ;MACEC,WAAW,EAAEf,KAAK,CAACgB,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;MACnCC,eAAe,EAAElB,KAAK,CAACgB,MAAM,CAACG,OAAO,CAAC,GAAG,CAAC;MAC1CC,OAAO,EAAEV,QAAQ,GAAG,GAAG,GAAG;IAC5B,CAAC,CACD;IACFW,OAAO,EAAEA,CAAA,KAAMZ,cAAc,CAACF,KAAK,CAAE;IACrCG,QAAQ,EAAEA,QAAS;IAAAY,QAAA,eAEnBjB,KAAA,CAACX,IAAI;MAACmB,KAAK,EAAEZ,MAAM,CAACsB,GAAI;MAAAD,QAAA,gBACtBnB,IAAA,CAACP,GAAG;QACF4B,KAAK,EAAE,KAAM;QACbC,MAAM,EAAE,EAAG;QACXC,SAAS,EAAE;UAAEC,UAAU,EAAE,QAAQ;UAAEC,cAAc,EAAE;QAAS,CAAE;QAAAN,QAAA,eAE9DnB,IAAA,CAACL,KAAK;UAACU,IAAI,EAAEA,IAAI,GAAGA,IAAI,GAAG,UAAW;UAACqB,KAAK,EAAE7B,KAAK,CAACgB,MAAM,CAACc,KAAK,CAAC,GAAG,CAAE;UAACC,IAAI,EAAE;QAAG,CAAE;MAAC,CAChF,CAAC,eAEN5B,IAAA,CAACP,GAAG;QACF4B,KAAK,EAAE,KAAM;QACbC,MAAM,EAAE,EAAG;QACXC,SAAS,EAAE;UAAEC,UAAU,EAAE,QAAQ;UAAEC,cAAc,EAAE;QAAS,CAAE;QAAAN,QAAA,eAE9DnB,IAAA,CAACN,UAAU;UACTmC,IAAI,EAAEC,MAAM,CAAC1B,KAAK,CAAE;UACpBsB,KAAK,EAAE7B,KAAK,CAACgB,MAAM,CAACkB,IAAI,CAAC,GAAG,CAAE;UAC9BC,UAAU,EAAEnC,KAAK,CAACoC,KAAK,CAACC,gBAAiB;UACzCN,IAAI,EAAE/B,KAAK,CAACsC,SAAS,CAACC,EAAG;UACzBC,WAAW,EAAE;QAAG,CACjB;MAAC,CACC,CAAC;IAAA,CACF;EAAC,CACS,CAAC;AAEvB,CACF,CAAC;AAEDlC,cAAc,CAACmC,WAAW,GAAG,gBAAgB;AAE7C,eAAe1C,eAAe,CAACO,cAAc,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-date-and-hours/interface.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import { StyleSheet } from "react-native";
|
|
8
|
+
const styles = StyleSheet.create({
|
|
9
|
+
field: {
|
|
10
|
+
width: "100%",
|
|
11
|
+
height: 45,
|
|
12
|
+
borderRadius: 12,
|
|
13
|
+
borderWidth: 1,
|
|
14
|
+
paddingHorizontal: 12,
|
|
15
|
+
justifyContent: "center",
|
|
16
|
+
marginTop: 10,
|
|
17
|
+
marginBottom: 16
|
|
18
|
+
},
|
|
19
|
+
row: {
|
|
20
|
+
flexDirection: "row",
|
|
21
|
+
alignItems: "center",
|
|
22
|
+
gap: 8,
|
|
23
|
+
justifyContent: "space-around"
|
|
24
|
+
}
|
|
25
|
+
});
|
|
26
|
+
|
|
27
|
+
/**
|
|
28
|
+
* EXPORTS
|
|
29
|
+
*/
|
|
30
|
+
export { styles };
|
|
31
|
+
//# sourceMappingURL=styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","styles","create","field","width","height","borderRadius","borderWidth","paddingHorizontal","justifyContent","marginTop","marginBottom","row","flexDirection","alignItems","gap"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-date-and-hours/styles.ts"],"mappings":";;AAAA;AACA;AACA;;AAEA,SAASA,UAAU,QAAQ,cAAc;AAEzC,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EAC/BC,KAAK,EAAE;IACLC,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,YAAY,EAAE,EAAE;IAChBC,WAAW,EAAE,CAAC;IACdC,iBAAiB,EAAE,EAAE;IACrBC,cAAc,EAAE,QAAQ;IACxBC,SAAS,EAAE,EAAE;IACbC,YAAY,EAAE;EAChB,CAAC;EACDC,GAAG,EAAE;IAAEC,aAAa,EAAE,KAAK;IAAEC,UAAU,EAAE,QAAQ;IAAEC,GAAG,EAAE,CAAC;IAAEN,cAAc,EAAE;EAAe;AAC5F,CAAC,CAAC;;AAEF;AACA;AACA;AACA,SAASR,MAAM","ignoreList":[]}
|
|
@@ -21,7 +21,8 @@ const SelectOption = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21
21
|
handleSelectDown,
|
|
22
22
|
titleLabel,
|
|
23
23
|
sizeTitleLabel,
|
|
24
|
-
colortitleLabel
|
|
24
|
+
colortitleLabel,
|
|
25
|
+
backgroundColor
|
|
25
26
|
} = props;
|
|
26
27
|
const [selectedValue, setSelectedValue] = useState(dataOption[0]?.value || "");
|
|
27
28
|
const [modalVisible, setModalVisible] = useState(false);
|
|
@@ -35,7 +36,8 @@ const SelectOption = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
35
36
|
handleSelectDown,
|
|
36
37
|
titleLabel,
|
|
37
38
|
sizeTitleLabel,
|
|
38
|
-
colortitleLabel
|
|
39
|
+
colortitleLabel,
|
|
40
|
+
backgroundColor
|
|
39
41
|
};
|
|
40
42
|
return /*#__PURE__*/_jsxs(View, {
|
|
41
43
|
ref: ref,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","forwardRef","useState","View","Text","TouchableOpacity","Modal","FlatList","Icons","asBaseComponent","styles","theme","jsxs","_jsxs","jsx","_jsx","SelectOption","props","ref","dataOption","handleSelectDown","titleLabel","sizeTitleLabel","colortitleLabel","selectedValue","setSelectedValue","value","modalVisible","setModalVisible","handleSelect","styleProps","style","container","children","label","testID","selectBox","onPress","selectedText","find","item","size","fontSizes","color","colors","blue","icon","visible","transparent","animationType","modalOverlay","modalContainer","width","alignItems","data","keyExtractor","renderItem","option","optionText"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-option/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA,OAAOA,KAAK,IAAIC,UAAU,EAAEC,QAAQ,QAAQ,OAAO;AACnD,SAASC,IAAI,EAAEC,IAAI,EAAEC,gBAAgB,EAAEC,KAAK,EAAEC,QAAQ,QAAQ,cAAc;;AAE5E;AACA,SAASC,KAAK,QAAQ,oCAA2B;;AAEjD;AACA,SAASC,eAAe,QAAQ,sCAAmC;AAGnE;AACA,SAASC,MAAM,QAAQ,aAAU;AACjC,SAASC,KAAK,QAAQ,gCAA6B;AAAC,SAAAC,IAAA,IAAAC,KAAA,EAAAC,GAAA,IAAAC,IAAA;AAEpD,MAAMC,YAAY,gBAAGf,UAAU,CAA4B,CAACgB,KAAK,EAAEC,GAAG,KAAyB;EAC7F,MAAM;IAAEC,UAAU;IAAEC,gBAAgB;IAAEC,UAAU;IAAEC,cAAc;IAAEC;EAAgB,CAAC,
|
|
1
|
+
{"version":3,"names":["React","forwardRef","useState","View","Text","TouchableOpacity","Modal","FlatList","Icons","asBaseComponent","styles","theme","jsxs","_jsxs","jsx","_jsx","SelectOption","props","ref","dataOption","handleSelectDown","titleLabel","sizeTitleLabel","colortitleLabel","backgroundColor","selectedValue","setSelectedValue","value","modalVisible","setModalVisible","handleSelect","styleProps","style","container","children","label","testID","selectBox","onPress","selectedText","find","item","size","fontSizes","color","colors","blue","icon","visible","transparent","animationType","modalOverlay","modalContainer","width","alignItems","data","keyExtractor","renderItem","option","optionText"],"sourceRoot":"..\\..\\..\\..\\..\\src","sources":["components/selects/select-option/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 { 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":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
import React, { forwardRef, useState } from "react";
|
|
7
7
|
import { TouchableOpacity } from "react-native";
|
|
@@ -20,8 +20,8 @@ import { asBaseComponent } from "../../@types/as-base-component.js";
|
|
|
20
20
|
// styles / theme
|
|
21
21
|
import { theme } from "../../styles/theme/theme.js";
|
|
22
22
|
|
|
23
|
-
/**
|
|
24
|
-
* Componente SupplyErrorCard para a interação da ui.
|
|
23
|
+
/**
|
|
24
|
+
* Componente SupplyErrorCard para a interação da ui.
|
|
25
25
|
*/
|
|
26
26
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
27
27
|
const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
@@ -107,8 +107,8 @@ const SupplyErrorCard = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
107
107
|
});
|
|
108
108
|
SupplyErrorCard.displayName = "SupplyErrorCard";
|
|
109
109
|
|
|
110
|
-
/**
|
|
111
|
-
* EXPORTS
|
|
110
|
+
/**
|
|
111
|
+
* EXPORTS
|
|
112
112
|
*/
|
|
113
113
|
export default asBaseComponent(SupplyErrorCard);
|
|
114
114
|
//# sourceMappingURL=index.js.map
|
|
@@ -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":[]}
|