jornada-ui 0.4.15 → 0.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/common/icons-svg/constants/index.js +2 -1
- package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
- package/lib/commonjs/common/icons-svg/download/index.js +53 -0
- package/lib/commonjs/common/icons-svg/download/index.js.map +1 -0
- package/lib/commonjs/common/icons-svg/index.js +7 -0
- package/lib/commonjs/common/icons-svg/index.js.map +1 -1
- package/lib/commonjs/components/inputs/input-date-time/index.js +11 -9
- package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -1
- package/lib/commonjs/components/inputs/input-date-time/styles.js +6 -3
- package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -1
- package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js +35 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/index.js +203 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js +6 -0
- package/lib/commonjs/components/modals/modal-change-activitie-history/interface.js.map +1 -0
- package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +71 -65
- package/lib/commonjs/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
- package/lib/commonjs/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
- package/lib/commonjs/components/notification-card/index.js +142 -0
- package/lib/commonjs/components/notification-card/index.js.map +1 -0
- package/lib/commonjs/components/notification-card/interface.js +6 -0
- package/lib/commonjs/components/notification-card/interface.js.map +1 -0
- package/lib/commonjs/components/notification-details-card/index.js +181 -0
- package/lib/commonjs/components/notification-details-card/index.js.map +1 -0
- package/lib/commonjs/components/notification-details-card/interface.js +6 -0
- package/lib/commonjs/components/notification-details-card/interface.js.map +1 -0
- package/lib/commonjs/components/step-indicator/index.js +131 -68
- package/lib/commonjs/components/step-indicator/index.js.map +1 -1
- package/lib/commonjs/components/user-journey-work-card/index.js +44 -4
- package/lib/commonjs/components/user-journey-work-card/index.js.map +1 -1
- package/lib/commonjs/index.js +19 -5
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/stories/button/button.stories.js +0 -2
- package/lib/commonjs/stories/button/button.stories.js.map +1 -1
- package/lib/commonjs/stories/capture-photo/capture-photo.stories.js +0 -1
- package/lib/commonjs/stories/capture-photo/capture-photo.stories.js.map +1 -1
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
- package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
- package/lib/commonjs/stories/notification-card/notification-card.stories.js +100 -0
- package/lib/commonjs/stories/notification-card/notification-card.stories.js.map +1 -0
- package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js +112 -0
- package/lib/commonjs/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
- package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
- package/lib/commonjs/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
- package/lib/commonjs/styles/theme/theme.js +2 -1
- package/lib/commonjs/styles/theme/theme.js.map +1 -1
- package/lib/module/common/icons-svg/constants/index.js +2 -1
- package/lib/module/common/icons-svg/constants/index.js.map +1 -1
- package/lib/module/common/icons-svg/download/index.js +47 -0
- package/lib/module/common/icons-svg/download/index.js.map +1 -0
- package/lib/module/common/icons-svg/index.js +7 -0
- package/lib/module/common/icons-svg/index.js.map +1 -1
- package/lib/module/components/inputs/input-date-time/index.js +11 -9
- package/lib/module/components/inputs/input-date-time/index.js.map +1 -1
- package/lib/module/components/inputs/input-date-time/styles.js +6 -3
- package/lib/module/components/inputs/input-date-time/styles.js.map +1 -1
- package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js +32 -0
- package/lib/module/components/modals/modal-change-activitie-history/helpers/index.js.map +1 -0
- package/lib/module/components/modals/modal-change-activitie-history/index.js +196 -0
- package/lib/module/components/modals/modal-change-activitie-history/index.js.map +1 -0
- package/lib/module/components/modals/modal-change-activitie-history/interface.js +4 -0
- package/lib/module/components/modals/modal-change-activitie-history/interface.js.map +1 -0
- package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.js +69 -63
- package/lib/module/components/modals/modal-edite-journey-rectification/index.js.map +1 -0
- package/lib/module/components/modals/modal-edite-journey-rectification/interface.d.js.map +1 -0
- package/lib/module/components/notification-card/index.js +135 -0
- package/lib/module/components/notification-card/index.js.map +1 -0
- package/lib/module/components/notification-card/interface.js +4 -0
- package/lib/module/components/notification-card/interface.js.map +1 -0
- package/lib/module/components/notification-details-card/index.js +183 -0
- package/lib/module/components/notification-details-card/index.js.map +1 -0
- package/lib/module/components/notification-details-card/interface.js +4 -0
- package/lib/module/components/notification-details-card/interface.js.map +1 -0
- package/lib/module/components/step-indicator/index.js +129 -65
- package/lib/module/components/step-indicator/index.js.map +1 -1
- package/lib/module/components/user-journey-work-card/index.js +44 -4
- package/lib/module/components/user-journey-work-card/index.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/stories/button/button.stories.js +0 -1
- package/lib/module/stories/button/button.stories.js.map +1 -1
- package/lib/module/stories/capture-photo/capture-photo.stories.js +0 -1
- package/lib/module/stories/capture-photo/capture-photo.stories.js.map +1 -1
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +3 -3
- package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -1
- package/lib/module/stories/notification-card/notification-card.stories.js +95 -0
- package/lib/module/stories/notification-card/notification-card.stories.js.map +1 -0
- package/lib/module/stories/notification-details-card/notification-details-card.stories.js +107 -0
- package/lib/module/stories/notification-details-card/notification-details-card.stories.js.map +1 -0
- package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js +12 -4
- package/lib/module/stories/user-journey-work-card/user-journey-work-card.stories.js.map +1 -1
- package/lib/module/styles/theme/theme.js +2 -1
- package/lib/module/styles/theme/theme.js.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +1 -0
- package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/common/icons-svg/download/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +2 -1
- package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
- package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
- package/lib/typescript/commonjs/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-card/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification-card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts +17 -0
- package/lib/typescript/commonjs/src/components/notification-card/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts +11 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/index.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts +15 -0
- package/lib/typescript/commonjs/src/components/notification-details-card/interface.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +1 -1
- package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts +3 -9
- package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts +2 -0
- package/lib/typescript/commonjs/src/components/user-journey-work-card/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/index.d.ts +3 -1
- package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
- package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts +14 -0
- package/lib/typescript/commonjs/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
- package/lib/typescript/commonjs/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
- package/lib/typescript/commonjs/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
- package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
- package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
- package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +1 -0
- package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
- package/lib/typescript/module/src/common/icons-svg/download/index.d.ts +11 -0
- package/lib/typescript/module/src/common/icons-svg/download/index.d.ts.map +1 -0
- package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-report/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +1 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +2 -1
- package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -1
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts +13 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/helpers/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts +10 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts +18 -0
- package/lib/typescript/module/src/components/modals/modal-change-activitie-history/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.d.ts +3 -0
- package/lib/typescript/module/src/components/modals/modal-edite-journey-rectification/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-card/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification-card/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-card/interface.d.ts +17 -0
- package/lib/typescript/module/src/components/notification-card/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-details-card/index.d.ts +11 -0
- package/lib/typescript/module/src/components/notification-details-card/index.d.ts.map +1 -0
- package/lib/typescript/module/src/components/notification-details-card/interface.d.ts +15 -0
- package/lib/typescript/module/src/components/notification-details-card/interface.d.ts.map +1 -0
- package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +1 -1
- package/lib/typescript/module/src/components/step-indicator/index.d.ts +3 -9
- package/lib/typescript/module/src/components/step-indicator/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/travel-history/index.d.ts.map +1 -1
- package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts +2 -0
- package/lib/typescript/module/src/components/user-journey-work-card/index.d.ts.map +1 -1
- package/lib/typescript/module/src/index.d.ts +3 -1
- package/lib/typescript/module/src/index.d.ts.map +1 -1
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +1 -1
- package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -1
- package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts +14 -0
- package/lib/typescript/module/src/stories/notification-card/notification-card.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts +16 -0
- package/lib/typescript/module/src/stories/notification-details-card/notification-details-card.stories.d.ts.map +1 -0
- package/lib/typescript/module/src/stories/user-journey-work-card/user-journey-work-card.stories.d.ts.map +1 -1
- package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
- package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
- package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
- package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/common/icons-svg/constants/index.ts +1 -0
- package/src/common/icons-svg/download/index.tsx +52 -0
- package/src/common/icons-svg/index.tsx +4 -0
- package/src/components/card-report/interface.d.ts +1 -1
- package/src/components/inputs/input-date-time/index.tsx +13 -12
- package/src/components/inputs/input-date-time/styles.ts +64 -63
- package/src/components/modals/modal-change-activitie-history/helpers/index.ts +15 -0
- package/src/components/modals/modal-change-activitie-history/index.tsx +189 -0
- package/src/components/modals/modal-change-activitie-history/interface.ts +16 -0
- package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/index.tsx +78 -67
- package/src/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.ts +10 -10
- package/src/components/monthly-summary-table/interface.d.ts +1 -1
- package/src/components/notification-card/index.tsx +123 -0
- package/src/components/notification-card/interface.ts +18 -0
- package/src/components/notification-details-card/index.tsx +180 -0
- package/src/components/notification-details-card/interface.ts +16 -0
- package/src/components/step-indicator/index.tsx +226 -155
- package/src/components/step-indicator/interface.d.ts +3 -2
- package/src/components/travel-history/interface.d.ts +1 -1
- package/src/components/user-journey-work-card/index.tsx +28 -1
- package/src/components/user-journey-work-card/interface.d.ts +149 -145
- package/src/index.tsx +3 -1
- package/src/stories/button/button.stories.tsx +1 -1
- package/src/stories/capture-photo/capture-photo.stories.tsx +1 -1
- package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -60
- package/src/stories/notification-card/notification-card.stories.tsx +93 -0
- package/src/stories/notification-details-card/notification-details-card.stories.tsx +109 -0
- package/src/stories/user-journey-work-card/user-journey-work-card.stories.tsx +71 -63
- package/src/styles/theme/theme.ts +1 -0
- package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +0 -1
- package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
- package/lib/module/components/modals/modal-journey-rectification/index.js.map +0 -1
- package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +0 -1
- package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
- package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +0 -1
- /package/lib/commonjs/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
- /package/lib/module/components/modals/{modal-journey-rectification → modal-edite-journey-rectification}/interface.d.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Button","theme","jsx","_jsx","meta","title","component","args","onPress","isLoading","parameters","notes","Basic","name","backgroundColor","colors","blue","width","height","flexStyle","alignItems","justifyContent","textAlign","borderStyled","borderWidth","borderColor","borderRadius","borderWidths","thick_medium","buttonTextStyle","fontFamily","fonts","inter_regular_400","fontSize","fontSizes","lg","color","neutral","fontWeight","ButtonConfirm","testID","inter_medium_500","ButtonCancel","red","inter_bold_700","ButtonRectifyJourney","orange","ButtonIsLoading","render","setIsLoading","useState","disabled","setTimeout"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/button/button.stories.tsx"],"mappings":";;
|
|
1
|
+
{"version":3,"names":["React","Button","theme","jsx","_jsx","meta","title","component","args","onPress","isLoading","parameters","notes","Basic","name","backgroundColor","colors","blue","width","height","flexStyle","alignItems","justifyContent","textAlign","borderStyled","borderWidth","borderColor","borderRadius","borderWidths","thick_medium","buttonTextStyle","fontFamily","fonts","inter_regular_400","fontSize","fontSizes","lg","color","neutral","fontWeight","ButtonConfirm","testID","inter_medium_500","ButtonCancel","red","inter_bold_700","ButtonRectifyJourney","orange","ButtonIsLoading","render","setIsLoading","useState","disabled","setTimeout"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/button/button.stories.tsx"],"mappings":";;AACA,OAAOA,KAAK,MAAM,OAAO;AAGzB;AACA,OAAOC,MAAM,MAAM,kCAAyB;;AAE5C;AACA,SAASC,KAAK,QAAQ,6BAA0B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEjD,MAAMC,IAAyB,GAAG;EAChCC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEN,MAAkB;EAC7BO,IAAI,EAAE;IACJC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,SAAS,EAAE;EACb,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeP,IAAI;AAInB,OAAO,MAAMQ,KAAY,GAAG;EAC1BC,IAAI,EAAE,cAAc;EACpBN,IAAI,EAAE;IACJF,KAAK,EAAE,QAAQ;IACfS,eAAe,EAAEb,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;IACvCR,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,SAAS,EAAE,KAAK;IAChBQ,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,SAAS,EAAE;MACTC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,SAAS,EAAE;IACb,CAAC;IACDC,YAAY,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;MACnCU,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;IACnC,CAAC;IAEDC,eAAe,EAAE;MACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACC,iBAAiB;MACzCC,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;MAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;MAC/BC,UAAU,EAAE;IACd;EACF;AACF,CAAC;AAED,OAAO,MAAMC,aAAoB,GAAG;EAClC1B,IAAI,EAAE,gBAAgB;EACtBN,IAAI,EAAE;IACJiC,MAAM,EAAE,0BAA0B;IAClCnC,KAAK,EAAE,qBAAqB;IAC5BS,eAAe,EAAEb,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;IACvCR,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,SAAS,EAAE,KAAK;IAChBQ,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,SAAS,EAAE;MACTC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,SAAS,EAAE;IACb,CAAC;IACDC,YAAY,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;MACnCU,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;IACnC,CAAC;IACDC,eAAe,EAAE;MACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACU,gBAAgB;MACxCR,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;MAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;MAC/BC,UAAU,EAAE;IACd;EACF;AACF,CAAC;AAED,OAAO,MAAMI,YAAmB,GAAG;EACjC7B,IAAI,EAAE,eAAe;EACrBN,IAAI,EAAE;IACJiC,MAAM,EAAE,0BAA0B;IAClCnC,KAAK,EAAE,iBAAiB;IACxBS,eAAe,EAAEb,KAAK,CAACc,MAAM,CAAC4B,GAAG,CAAC,GAAG,CAAC;IACtCnC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,SAAS,EAAE,KAAK;IAChBQ,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,SAAS,EAAE;MACTC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,SAAS,EAAE;IACb,CAAC;IACDC,YAAY,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAAC4B,GAAG,CAAC,GAAG,CAAC;MAClCjB,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;IACnC,CAAC;IACDC,eAAe,EAAE;MACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACa,cAAc;MACtCX,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;MAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;MAC/BC,UAAU,EAAE;IACd;EACF;AACF,CAAC;AAED,OAAO,MAAMO,oBAA2B,GAAG;EACzChC,IAAI,EAAE,wBAAwB;EAC9BN,IAAI,EAAE;IACJiC,MAAM,EAAE,wBAAwB;IAChCnC,KAAK,EAAE,mBAAmB;IAC1BS,eAAe,EAAEb,KAAK,CAACc,MAAM,CAAC+B,MAAM,CAAC,GAAG,CAAC;IACzCtC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,SAAS,EAAE,KAAK;IAChBQ,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IAEVC,SAAS,EAAE;MACTC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,SAAS,EAAE;IACb,CAAC;IACDC,YAAY,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAAC+B,MAAM,CAAC,GAAG,CAAC;MACrCpB,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;IACnC,CAAC;IACDC,eAAe,EAAE;MACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACU,gBAAgB;MACxCR,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;MAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;MAC/BC,UAAU,EAAE;IACd;EACF;AACF,CAAC;AAED,OAAO,MAAMS,eAAsB,GAAG;EACpClC,IAAI,EAAE,kBAAkB;EACxBmC,MAAM,EAAEA,CAAA,KAAM;IACZ,MAAM,CAACvC,SAAS,EAAEwC,YAAY,CAAC,GAAGlD,KAAK,CAACmD,QAAQ,CAAU,KAAK,CAAC;IAEhE,oBACE/C,IAAA,CAACH,MAAM;MACLK,KAAK,EAAC,cAAc;MACpBI,SAAS,EAAEA,SAAU;MACrB0C,QAAQ,EAAE1C,SAAU;MACpBQ,KAAK,EAAE,MAAO;MACdC,MAAM,EAAE,EAAG;MACXJ,eAAe,EAAEb,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAE;MACxCR,OAAO,EAAEA,CAAA,KAAM;QACbyC,YAAY,CAAC,IAAI,CAAC;QAClBG,UAAU,CAAC,MAAMH,YAAY,CAAC,KAAK,CAAC,EAAE,IAAI,CAAC;MAC7C,CAAE;MACFpB,eAAe,EAAE;QACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACC,iBAAiB;QACzCC,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;QAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;QAC/BC,UAAU,EAAE;MACd,CAAE;MACFf,YAAY,EAAE;QACZC,WAAW,EAAE,CAAC;QACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;QACnCU,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;MACnC,CAAE;MACFT,SAAS,EAAE;QAAEC,UAAU,EAAE,QAAQ;QAAEC,cAAc,EAAE,QAAQ;QAAEC,SAAS,EAAE;MAAS;IAAE,CACpF,CAAC;EAEN,CAAC;EACDf,IAAI,EAAE;IACJF,KAAK,EAAE,kBAAkB;IACzBS,eAAe,EAAEb,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;IACvCP,SAAS,EAAE,KAAK;IAChBQ,KAAK,EAAE,MAAM;IACbC,MAAM,EAAE,EAAE;IACVC,SAAS,EAAE;MACTC,UAAU,EAAE,QAAQ;MACpBC,cAAc,EAAE,QAAQ;MACxBC,SAAS,EAAE;IACb,CAAC;IACDC,YAAY,EAAE;MACZC,WAAW,EAAE,CAAC;MACdC,WAAW,EAAExB,KAAK,CAACc,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;MACnCU,YAAY,EAAEzB,KAAK,CAAC0B,YAAY,CAACC;IACnC,CAAC;IACDC,eAAe,EAAE;MACfC,UAAU,EAAE7B,KAAK,CAAC8B,KAAK,CAACC,iBAAiB;MACzCC,QAAQ,EAAEhC,KAAK,CAACiC,SAAS,CAACC,EAAE;MAC5BC,KAAK,EAAEnC,KAAK,CAACc,MAAM,CAACsB,OAAO,CAAC,EAAE,CAAC;MAC/BC,UAAU,EAAE;IACd;EACF;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CapturePhoto","theme","meta","title","component","args","takePhotoWithImagePicker","imageComprovante","onPress","parameters","notes","CaptureSimple","name","console","log","testID","opacity","marginStyle","marginBottom","width","height","borderStyled","borderWidth","borderColor","colors","blue","borderRadius","borderWidths","thick_medium","borderStyle","flexStyle","textAlign","justifyContent","flexDirection","alignItems","color","colorSvg","gray","colorText","green","fontStyle","fontSize","fontWeight","fontFamily","lineHeight","letterSpacing","text","smallText","CaptureSmallPhoto","paddingStyle","paddingTop","paddingBottom","textSmallPhoto","CaptureSimplePhoto","thin","CaptureSmallWithPhoto"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/capture-photo/capture-photo.stories.tsx"],"mappings":";;AAGA;AACA,OAAOA,YAAY,MAAM,yCAAgC;;AAEzD;AACA,SAASC,KAAK,QAAQ,6BAA0B;AAEhD,MAAMC,IAA+B,GAAG;EACtCC,KAAK,EAAE,0BAA0B;EACjCC,SAAS,EAAEJ,YAAwB;EACnCK,IAAI,EAAE;IACJC,wBAAwB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAClCC,gBAAgB,EAAE,IAAI;IACtBC,OAAO,EAAEA,CAAA,KAAM,CAAC;EAClB,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAeR,IAAI;
|
|
1
|
+
{"version":3,"names":["CapturePhoto","theme","meta","title","component","args","takePhotoWithImagePicker","imageComprovante","onPress","parameters","notes","CaptureSimple","name","console","log","testID","opacity","marginStyle","marginBottom","width","height","borderStyled","borderWidth","borderColor","colors","blue","borderRadius","borderWidths","thick_medium","borderStyle","flexStyle","textAlign","justifyContent","flexDirection","alignItems","color","colorSvg","gray","colorText","green","fontStyle","fontSize","fontWeight","fontFamily","lineHeight","letterSpacing","text","smallText","CaptureSmallPhoto","paddingStyle","paddingTop","paddingBottom","textSmallPhoto","CaptureSimplePhoto","thin","CaptureSmallWithPhoto"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/capture-photo/capture-photo.stories.tsx"],"mappings":"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","ignoreList":[]}
|
package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// components
|
|
8
|
-
import ModalJourneyRectification from "../../components/modals/modal-journey-rectification/index.js";
|
|
8
|
+
import ModalJourneyRectification from "../../components/modals/modal-edite-journey-rectification/index.js";
|
|
9
9
|
const meta = {
|
|
10
10
|
title: "Componente/ModalJourneyRectification",
|
|
11
11
|
component: ModalJourneyRectification,
|
package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["ModalJourneyRectification","meta","title","component","args","visible","onClose","modalConfirm","parameters","docs","description","Default","name"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/modal-journey-rectification/modal-journey-rectification.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAGA;AACA,OAAOA,yBAAyB,MAAM,
|
|
1
|
+
{"version":3,"names":["ModalJourneyRectification","meta","title","component","args","visible","onClose","modalConfirm","parameters","docs","description","Default","name"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/modal-journey-rectification/modal-journey-rectification.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAGA;AACA,OAAOA,yBAAyB,MAAM,oEAA2D;AAEjG,MAAMC,IAA4C,GAAG;EACnDC,KAAK,EAAE,sCAAsC;EAC7CC,SAAS,EAAEH,yBAAyB;EACpCI,IAAI,EAAE;IACJC,OAAO,EAAE,KAAK;IACdC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,YAAY,EAAEA,CAAA,KAAM,CAAC;EACvB,CAAC;EACDC,UAAU,EAAE;IACVC,IAAI,EAAE;MACJC,WAAW,EAAE;QACXP,SAAS,EAAE;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MACM;IACF;EACF;AACF,CAAC;AAED,eAAeF,IAAI;AAInB,OAAO,MAAMU,OAAc,GAAG;EAC5BC,IAAI,EAAE,6BAA6B;EACnCR,IAAI,EAAE;IACJC,OAAO,EAAE,IAAI;IACbC,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAC;IACjBC,YAAY,EAAEA,CAAA,KAAM,CAAC;EACvB;AACF,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// components
|
|
8
|
+
import NotificationCard from "../../components/notification-card/index.js";
|
|
9
|
+
|
|
10
|
+
// typings
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* META
|
|
14
|
+
*/
|
|
15
|
+
const meta = {
|
|
16
|
+
title: "Componente/NotificationCard",
|
|
17
|
+
component: NotificationCard,
|
|
18
|
+
args: {
|
|
19
|
+
variant: "read",
|
|
20
|
+
title: "Lorem Ipsum",
|
|
21
|
+
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry..."
|
|
22
|
+
},
|
|
23
|
+
argTypes: {
|
|
24
|
+
variant: {
|
|
25
|
+
control: {
|
|
26
|
+
type: "select"
|
|
27
|
+
},
|
|
28
|
+
description: "Define o estilo do card.",
|
|
29
|
+
options: ["success", "warning"]
|
|
30
|
+
},
|
|
31
|
+
title: {
|
|
32
|
+
control: {
|
|
33
|
+
type: "text"
|
|
34
|
+
},
|
|
35
|
+
description: "Título da notificação."
|
|
36
|
+
},
|
|
37
|
+
description: {
|
|
38
|
+
control: {
|
|
39
|
+
type: "text"
|
|
40
|
+
},
|
|
41
|
+
description: "Descrição da notificação."
|
|
42
|
+
},
|
|
43
|
+
actionLabel: {
|
|
44
|
+
control: {
|
|
45
|
+
type: "text"
|
|
46
|
+
},
|
|
47
|
+
description: "Texto do botão de ação opcional."
|
|
48
|
+
},
|
|
49
|
+
onPressAction: {
|
|
50
|
+
action: "onPressAction",
|
|
51
|
+
description: "Função chamada ao clicar no botão de ação."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
54
|
+
parameters: {
|
|
55
|
+
docs: {
|
|
56
|
+
description: {
|
|
57
|
+
component: `
|
|
58
|
+
### NotificationCard
|
|
59
|
+
|
|
60
|
+
Componente de **notificação** para exibir informações ao usuário.
|
|
61
|
+
|
|
62
|
+
- \`variant\`: define o tipo de card (\`success\` | \`warning\`)
|
|
63
|
+
- \`title\`: define o título da notificação
|
|
64
|
+
- \`description\`: define a descrição da notificação
|
|
65
|
+
- \`actionLabel\`: texto opcional do botão de ação
|
|
66
|
+
- \`onPressAction\`: callback executado ao clicar na ação
|
|
67
|
+
|
|
68
|
+
> Use este componente quando precisar exibir uma notificação com ou sem ação para o usuário.
|
|
69
|
+
`
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
export default meta;
|
|
75
|
+
/**
|
|
76
|
+
* STORIES
|
|
77
|
+
*/
|
|
78
|
+
export const NotificationCardSuccess = {
|
|
79
|
+
name: "notification-card-success",
|
|
80
|
+
args: {
|
|
81
|
+
variant: "read",
|
|
82
|
+
title: "Lorem Ipsum",
|
|
83
|
+
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. It has been used as a placeholder text since the 1500s..."
|
|
84
|
+
}
|
|
85
|
+
};
|
|
86
|
+
export const NotificationCardWarning = {
|
|
87
|
+
name: "notification-card-warning",
|
|
88
|
+
args: {
|
|
89
|
+
variant: "unread",
|
|
90
|
+
title: "Lorem Ipsum",
|
|
91
|
+
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry...",
|
|
92
|
+
actionLabel: "Lorem Ipsum"
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
//# sourceMappingURL=notification-card.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["NotificationCard","meta","title","component","args","variant","description","argTypes","control","type","options","actionLabel","onPressAction","action","parameters","docs","NotificationCardSuccess","name","NotificationCardWarning"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/notification-card/notification-card.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAIA;AACA,OAAOA,gBAAgB,MAAM,6CAAoC;;AAEjE;;AAGA;AACA;AACA;AACA,MAAMC,IAAmC,GAAG;EAC1CC,KAAK,EAAE,6BAA6B;EACpCC,SAAS,EAAEH,gBAAoD;EAC/DI,IAAI,EAAE;IACJC,OAAO,EAAE,MAAM;IACfH,KAAK,EAAE,aAAa;IACpBI,WAAW,EAAE;EACf,CAAC;EACDC,QAAQ,EAAE;IACRF,OAAO,EAAE;MACPG,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAS,CAAC;MAC3BH,WAAW,EAAE,0BAA0B;MACvCI,OAAO,EAAE,CAAC,SAAS,EAAE,SAAS;IAChC,CAAC;IACDR,KAAK,EAAE;MACLM,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDA,WAAW,EAAE;MACXE,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDK,WAAW,EAAE;MACXH,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDM,aAAa,EAAE;MACbC,MAAM,EAAE,eAAe;MACvBP,WAAW,EAAE;IACf;EACF,CAAC;EACDQ,UAAU,EAAE;IACVC,IAAI,EAAE;MACJT,WAAW,EAAE;QACXH,SAAS,EAAE;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MACM;IACF;EACF;AACF,CAAC;AAED,eAAeF,IAAI;AAInB;AACA;AACA;AACA,OAAO,MAAMe,uBAA8B,GAAG;EAC5CC,IAAI,EAAE,2BAA2B;EACjCb,IAAI,EAAE;IACJC,OAAO,EAAE,MAAM;IACfH,KAAK,EAAE,aAAa;IACpBI,WAAW,EACT;EACJ;AACF,CAAC;AAED,OAAO,MAAMY,uBAA8B,GAAG;EAC5CD,IAAI,EAAE,2BAA2B;EACjCb,IAAI,EAAE;IACJC,OAAO,EAAE,QAAQ;IACjBH,KAAK,EAAE,aAAa;IACpBI,WAAW,EAAE,8EAA8E;IAC3FK,WAAW,EAAE;EACf;AACF,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
// components
|
|
8
|
+
import NotificationDetailCard from "../../components/notification-details-card/index.js";
|
|
9
|
+
|
|
10
|
+
// typings
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* META
|
|
14
|
+
*/
|
|
15
|
+
const meta = {
|
|
16
|
+
title: "Componente/NotificationDetailCard",
|
|
17
|
+
component: NotificationDetailCard,
|
|
18
|
+
args: {
|
|
19
|
+
title: "Lorem Ipsum",
|
|
20
|
+
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. " + "Lorem Ipsum has been the industry's standard dummy text ever since the 1500s..."
|
|
21
|
+
},
|
|
22
|
+
argTypes: {
|
|
23
|
+
title: {
|
|
24
|
+
control: {
|
|
25
|
+
type: "text"
|
|
26
|
+
},
|
|
27
|
+
description: "Título da notificação."
|
|
28
|
+
},
|
|
29
|
+
description: {
|
|
30
|
+
control: {
|
|
31
|
+
type: "text"
|
|
32
|
+
},
|
|
33
|
+
description: "Descrição detalhada da notificação."
|
|
34
|
+
},
|
|
35
|
+
fileUrl: {
|
|
36
|
+
control: {
|
|
37
|
+
type: "text"
|
|
38
|
+
},
|
|
39
|
+
description: "URL de um arquivo anexo (imagem, PDF, CSV, etc.)."
|
|
40
|
+
},
|
|
41
|
+
fileType: {
|
|
42
|
+
control: {
|
|
43
|
+
type: "select"
|
|
44
|
+
},
|
|
45
|
+
options: ["image", "pdf", "csv", "other"],
|
|
46
|
+
description: "Tipo do arquivo anexo."
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
parameters: {
|
|
50
|
+
docs: {
|
|
51
|
+
description: {
|
|
52
|
+
component: `
|
|
53
|
+
### NotificationDetailCard
|
|
54
|
+
|
|
55
|
+
Componente de **detalhamento de notificações**, podendo conter apenas texto ou também anexos (imagem, PDF, CSV, etc.).
|
|
56
|
+
|
|
57
|
+
- \`title\`: título da notificação
|
|
58
|
+
- \`description\`: descrição detalhada
|
|
59
|
+
- \`fileUrl\`: URL do arquivo (opcional)
|
|
60
|
+
- \`fileType\`: tipo do arquivo (image, pdf, csv, other)
|
|
61
|
+
|
|
62
|
+
> Use este componente para exibir o detalhamento completo de uma notificação.
|
|
63
|
+
`
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
export default meta;
|
|
69
|
+
/**
|
|
70
|
+
* STORIES
|
|
71
|
+
*/
|
|
72
|
+
export const SomenteTexto = {
|
|
73
|
+
name: "Somente Texto",
|
|
74
|
+
args: {
|
|
75
|
+
title: "Lorem Ipsum",
|
|
76
|
+
description: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. " + "It has survived not only five centuries, but also the leap into electronic typesetting."
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
export const TextoComImagem = {
|
|
80
|
+
name: "Texto + Imagem",
|
|
81
|
+
args: {
|
|
82
|
+
title: "Atenção!",
|
|
83
|
+
description: "Ponte interditada para caminhões. Apenas veículos leves podem transitar.",
|
|
84
|
+
fileUrl: "https://placehold.co/300x300",
|
|
85
|
+
// aqui você troca pelo real
|
|
86
|
+
fileType: "image"
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
export const TextoComPdf = {
|
|
90
|
+
name: "Texto + PDF",
|
|
91
|
+
args: {
|
|
92
|
+
title: "Relatório disponível",
|
|
93
|
+
description: "Clique abaixo para abrir o relatório completo em PDF.",
|
|
94
|
+
fileUrl: "https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf",
|
|
95
|
+
fileType: "pdf"
|
|
96
|
+
}
|
|
97
|
+
};
|
|
98
|
+
export const TextoComCsv = {
|
|
99
|
+
name: "Texto + CSV",
|
|
100
|
+
args: {
|
|
101
|
+
title: "Dados Exportados",
|
|
102
|
+
description: "Clique abaixo para visualizar o arquivo CSV exportado.",
|
|
103
|
+
fileUrl: "https://people.sc.fsu.edu/~jburkardt/data/csv/airtravel.csv",
|
|
104
|
+
fileType: "csv"
|
|
105
|
+
}
|
|
106
|
+
};
|
|
107
|
+
//# sourceMappingURL=notification-details-card.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["NotificationDetailCard","meta","title","component","args","description","argTypes","control","type","fileUrl","fileType","options","parameters","docs","SomenteTexto","name","TextoComImagem","TextoComPdf","TextoComCsv"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/notification-details-card/notification-details-card.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAIA;AACA,OAAOA,sBAAsB,MAAM,qDAA4C;;AAE/E;;AAGA;AACA;AACA;AACA,MAAMC,IAAyC,GAAG;EAChDC,KAAK,EAAE,mCAAmC;EAC1CC,SAAS,EAAEH,sBAAgE;EAC3EI,IAAI,EAAE;IACJF,KAAK,EAAE,aAAa;IACpBG,WAAW,EACT,6EAA6E,GAC7E;EACJ,CAAC;EACDC,QAAQ,EAAE;IACRJ,KAAK,EAAE;MACLK,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDA,WAAW,EAAE;MACXE,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDI,OAAO,EAAE;MACPF,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAO,CAAC;MACzBH,WAAW,EAAE;IACf,CAAC;IACDK,QAAQ,EAAE;MACRH,OAAO,EAAE;QAAEC,IAAI,EAAE;MAAS,CAAC;MAC3BG,OAAO,EAAE,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,OAAO,CAAC;MACzCN,WAAW,EAAE;IACf;EACF,CAAC;EACDO,UAAU,EAAE;IACVC,IAAI,EAAE;MACJR,WAAW,EAAE;QACXF,SAAS,EAAE;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;MACM;IACF;EACF;AACF,CAAC;AAED,eAAeF,IAAI;AAInB;AACA;AACA;AACA,OAAO,MAAMa,YAAmB,GAAG;EACjCC,IAAI,EAAE,eAAe;EACrBX,IAAI,EAAE;IACJF,KAAK,EAAE,aAAa;IACpBG,WAAW,EACT,6EAA6E,GAC7E;EACJ;AACF,CAAC;AAED,OAAO,MAAMW,cAAqB,GAAG;EACnCD,IAAI,EAAE,gBAAgB;EACtBX,IAAI,EAAE;IACJF,KAAK,EAAE,UAAU;IACjBG,WAAW,EAAE,0EAA0E;IACvFI,OAAO,EAAE,8BAA8B;IAAE;IACzCC,QAAQ,EAAE;EACZ;AACF,CAAC;AAED,OAAO,MAAMO,WAAkB,GAAG;EAChCF,IAAI,EAAE,aAAa;EACnBX,IAAI,EAAE;IACJF,KAAK,EAAE,sBAAsB;IAC7BG,WAAW,EAAE,uDAAuD;IACpEI,OAAO,EAAE,yEAAyE;IAClFC,QAAQ,EAAE;EACZ;AACF,CAAC;AAED,OAAO,MAAMQ,WAAkB,GAAG;EAChCH,IAAI,EAAE,aAAa;EACnBX,IAAI,EAAE;IACJF,KAAK,EAAE,kBAAkB;IACzBG,WAAW,EAAE,wDAAwD;IACrEI,OAAO,EAAE,6DAA6D;IACtEC,QAAQ,EAAE;EACZ;AACF,CAAC","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
/**
|
|
4
|
-
* IMPORTS
|
|
3
|
+
/**
|
|
4
|
+
* IMPORTS
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
// components
|
|
@@ -14,13 +14,15 @@ const meta = {
|
|
|
14
14
|
component: UserJourneyWorkCard,
|
|
15
15
|
args: {
|
|
16
16
|
name: "Weverson L.S",
|
|
17
|
+
counterBadge: 1,
|
|
17
18
|
workDate: "25/01/2025",
|
|
18
19
|
initialTime: "11:40",
|
|
19
20
|
duration: "05:20",
|
|
20
21
|
avatar: "https://avatars.githubusercontent.com/u/43550853?s=400&u=15b97a467044ec1cda5803f00cb4aac4bc5ae95a&v=4",
|
|
21
22
|
backgroundColor: theme.colors.gray[300],
|
|
22
23
|
width: 360,
|
|
23
|
-
handleNavigation: () => {}
|
|
24
|
+
handleNavigation: () => {},
|
|
25
|
+
handleNavigationNotification: () => {}
|
|
24
26
|
},
|
|
25
27
|
parameters: {
|
|
26
28
|
notes: `
|
|
@@ -31,12 +33,15 @@ Você usa assim:
|
|
|
31
33
|
\`\`\`tsx
|
|
32
34
|
<UserJourneyWorkCard
|
|
33
35
|
width: 400,
|
|
36
|
+
counterBadge: 1,
|
|
34
37
|
name: "Enzo Martins",
|
|
35
38
|
workDate: "15/07/2025",
|
|
36
39
|
initialTime: "08:00",
|
|
37
40
|
duration: "05:20",
|
|
38
41
|
avatar: "https://avatars.githubusercontent.com/u/43550853?s=400&u=15b97a467044ec1cda5803f00cb4aac4bc5ae95a&v=4",
|
|
39
42
|
backgroundColor: theme.colors.gray[300],
|
|
43
|
+
handleNavigation: () => {},
|
|
44
|
+
handleNavigationNotification: () => {},
|
|
40
45
|
/>
|
|
41
46
|
\`\`\`
|
|
42
47
|
`
|
|
@@ -47,12 +52,15 @@ export const UserJourneyCardWork = {
|
|
|
47
52
|
name: "user-journey-work-card-01",
|
|
48
53
|
args: {
|
|
49
54
|
width: 400,
|
|
55
|
+
counterBadge: 4,
|
|
50
56
|
name: "Enzo Martins",
|
|
51
57
|
workDate: "15/07/2025",
|
|
52
58
|
initialTime: "08:00",
|
|
53
59
|
duration: "05:20",
|
|
54
60
|
avatar: "https://avatars.githubusercontent.com/u/43550853?s=400&u=15b97a467044ec1cda5803f00cb4aac4bc5ae95a&v=4",
|
|
55
|
-
backgroundColor: theme.colors.gray[300]
|
|
61
|
+
backgroundColor: theme.colors.gray[300],
|
|
62
|
+
handleNavigation: () => {},
|
|
63
|
+
handleNavigationNotification: () => {}
|
|
56
64
|
}
|
|
57
65
|
};
|
|
58
66
|
//# sourceMappingURL=user-journey-work-card.stories.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["UserJourneyWorkCard","theme","meta","title","component","args","name","workDate","initialTime","duration","avatar","backgroundColor","colors","gray","width","handleNavigation","parameters","notes","UserJourneyCardWork"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/user-journey-work-card/user-journey-work-card.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAGA;AACA,OAAOA,mBAAmB,MAAM,kDAAyC;;AAEzE;AACA,SAASC,KAAK,QAAQ,6BAA0B;AAEhD,MAAMC,IAAsC,GAAG;EAC7CC,KAAK,EAAE,gCAAgC;EACvCC,SAAS,EAAEJ,mBAAmB;EAC9BK,IAAI,EAAE;IACJC,IAAI,EAAE,cAAc;IACpBC,QAAQ,EAAE,YAAY;IACtBC,WAAW,EAAE,OAAO;IACpBC,QAAQ,EAAE,OAAO;IACjBC,MAAM,EACJ,uGAAuG;IACzGC,eAAe,
|
|
1
|
+
{"version":3,"names":["UserJourneyWorkCard","theme","meta","title","component","args","name","counterBadge","workDate","initialTime","duration","avatar","backgroundColor","colors","gray","width","handleNavigation","handleNavigationNotification","parameters","notes","UserJourneyCardWork"],"sourceRoot":"..\\..\\..\\..\\src","sources":["stories/user-journey-work-card/user-journey-work-card.stories.tsx"],"mappings":";;AAAA;AACA;AACA;;AAGA;AACA,OAAOA,mBAAmB,MAAM,kDAAyC;;AAEzE;AACA,SAASC,KAAK,QAAQ,6BAA0B;AAEhD,MAAMC,IAAsC,GAAG;EAC7CC,KAAK,EAAE,gCAAgC;EACvCC,SAAS,EAAEJ,mBAAmB;EAC9BK,IAAI,EAAE;IACJC,IAAI,EAAE,cAAc;IACpBC,YAAY,EAAE,CAAC;IACfC,QAAQ,EAAE,YAAY;IACtBC,WAAW,EAAE,OAAO;IACpBC,QAAQ,EAAE,OAAO;IACjBC,MAAM,EACJ,uGAAuG;IACzGC,eAAe,EAAEX,KAAK,CAACY,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;IACvCC,KAAK,EAAE,GAAG;IACVC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,4BAA4B,EAAEA,CAAA,KAAM,CAAC;EACvC,CAAC;EACDC,UAAU,EAAE;IACVC,KAAK,EAAE;AACX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;EACE;AACF,CAAC;AAED,eAAejB,IAAI;AAInB,OAAO,MAAMkB,mBAA0B,GAAG;EACxCd,IAAI,EAAE,2BAA2B;EACjCD,IAAI,EAAE;IACJU,KAAK,EAAE,GAAG;IACVR,YAAY,EAAE,CAAC;IACfD,IAAI,EAAE,cAAc;IACpBE,QAAQ,EAAE,YAAY;IACtBC,WAAW,EAAE,OAAO;IACpBC,QAAQ,EAAE,OAAO;IACjBC,MAAM,EACJ,uGAAuG;IACzGC,eAAe,EAAEX,KAAK,CAACY,MAAM,CAACC,IAAI,CAAC,GAAG,CAAC;IACvCE,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAC;IAC1BC,4BAA4B,EAAEA,CAAA,KAAM,CAAC;EACvC;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["colors","neutral","black","blue","red","gray","green","orange","yellow","fonts","inter_thin_100","inter_extra_light_200","inter_light_300","inter_regular_400","inter_medium_500","inter_semi_bold_600","inter_bold_700","inter_extra_bold_800","inter_bold","fontSizes","xs","sm","md","lg","xl","margins","fn","paddings","borderWidths","thin","thin_medium","thin_bold","thick","thick_medium","thick_bold","thick_large","hairline","shadows","z1","z2","letterSpacing","o_16","regular","medium","strong","lineHeight","theme"],"sourceRoot":"..\\..\\..\\..\\src","sources":["styles/theme/theme.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["colors","neutral","black","blue","red","gray","green","orange","yellow","fonts","inter_thin_100","inter_extra_light_200","inter_light_300","inter_regular_400","inter_medium_500","inter_semi_bold_600","inter_bold_700","inter_extra_bold_800","inter_bold","fontSizes","xs","sm","md","lg","xl","margins","fn","paddings","borderWidths","thin","thin_medium","thin_bold","thick","thick_medium","thick_bold","thick_large","hairline","shadows","z1","z2","letterSpacing","o_16","regular","medium","strong","lineHeight","theme"],"sourceRoot":"..\\..\\..\\..\\src","sources":["styles/theme/theme.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Db,CAAC;AACF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/download/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAqCxC,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/common/icons-svg/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAwD1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,aAAa,CAAC;AAW7C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAyM9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-report/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwK1C;;GAEG;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-report/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAwK1C;;GAEG;;;;;;;;oBAxJqC,CAAE;;;mBAYvB,CAAC;oBAGd,CAAC;4BAAmD,CAAC;2BAGnD,CAAA;+BAEO,CAAC;8BACE,CAAC;mBACmB,CAAC;uBAEtB,CAAC;wBACwB,CAAC;sBAIjC,CAAC;yBAEC,CAAC;mBAA2C,CAAC;yBACxC,CAAC;uBACG,CAAC;wBAA8B,CAAC;sBACnC,CAAC;;;kBASP,CAAV;iBACiC,CAAC;YAEV,CAAC;qBACK,CAAC;gBAEvB,CAAC;iBAGU,CAAC;sBAGV,CAAD;;;cAWoB,CAAC;kBACX,CAAC;mBACJ,CAAZ;iBACc,CAAH;oBACG,CAAJ;;;eAOI,CAAR;mBACQ,CAAjB;oBAA2C,CAAC;kBACpB,CAAC;qBAEZ,CAAC;;;;;;;gBA0CW,CAAC;iBACX,CAAN;qBAA2B,CAAC;qBACjB,CAAC;;;;AA4BxB,wBAA2C"}
|
|
@@ -10,7 +10,7 @@ declare const _default: React.ComponentType<import("react-native").ViewProps & {
|
|
|
10
10
|
subTitle?: string;
|
|
11
11
|
duracao: string;
|
|
12
12
|
widthChildren?: number | import("react-native").DimensionValue;
|
|
13
|
-
icon?: "CAMERA_PLUS" | "STEERING_WHEEL" | "CHECK_BOX_FILL" | "CHECK_BOX_OUTLINE" | "MOON_STARS" | "CALL_BELL" | "STEERING_WHEEL_FILL" | "TROPHY" | "SHOPPING_CART" | "CREDIT_CARD" | "FILE_TEXT" | "TRUCK" | "PACKAGE_CHECK" | "PLUS" | "PLUS_CONTAINER" | "EYE_SLASH" | "EYE" | "CALENDAR" | "TIMER" | "GEAR" | "CURRENCY" | "GAUGE" | "GAS_PUMP" | "ARROW_LEFT" | "BLUETOOTH" | "BLUETOOTH_CONNECTED" | "LIST" | "WIFI_X" | "WIFI_HIGH" | "NOTE_PINCEL" | "CHECK_CIRCLE" | "ARROW_DROP_DOWN" | "ARROW_CHEVRON_UP" | "ARROW_CHEVRON_DOWN" | "CLOSED" | "LOADING" | "COIL" | "HISTORY" | "BELL" | "BED" | "FILES" | "LIFEBUOY" | "RECUSED" | "EXCLAMATION_CIRCLE" | "EXCLAMATION_TRIANGLE" | "X_CIRCLE" | "TRUCK_ACTIVITY" | "COFFEE" | "CAR" | "CHECK_OUTLINE" | "HOURGLASS" | "HOUSE" | "ISLAND" | "CHEVRON_DOWN" | "CHEVRON_UP" | "TRASH";
|
|
13
|
+
icon?: "CAMERA_PLUS" | "STEERING_WHEEL" | "CHECK_BOX_FILL" | "CHECK_BOX_OUTLINE" | "MOON_STARS" | "CALL_BELL" | "STEERING_WHEEL_FILL" | "TROPHY" | "SHOPPING_CART" | "CREDIT_CARD" | "FILE_TEXT" | "TRUCK" | "PACKAGE_CHECK" | "PLUS" | "PLUS_CONTAINER" | "EYE_SLASH" | "EYE" | "CALENDAR" | "TIMER" | "GEAR" | "CURRENCY" | "GAUGE" | "GAS_PUMP" | "ARROW_LEFT" | "BLUETOOTH" | "BLUETOOTH_CONNECTED" | "LIST" | "WIFI_X" | "WIFI_HIGH" | "NOTE_PINCEL" | "CHECK_CIRCLE" | "ARROW_DROP_DOWN" | "ARROW_CHEVRON_UP" | "ARROW_CHEVRON_DOWN" | "CLOSED" | "LOADING" | "COIL" | "HISTORY" | "BELL" | "BED" | "FILES" | "LIFEBUOY" | "RECUSED" | "EXCLAMATION_CIRCLE" | "EXCLAMATION_TRIANGLE" | "X_CIRCLE" | "TRUCK_ACTIVITY" | "COFFEE" | "CAR" | "CHECK_OUTLINE" | "HOURGLASS" | "HOUSE" | "ISLAND" | "CHEVRON_DOWN" | "CHEVRON_UP" | "TRASH" | "DOWNLOAD";
|
|
14
14
|
borderRight?: string;
|
|
15
15
|
children?: React.ReactNode;
|
|
16
16
|
testID?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAwC,MAAM,OAAO,CAAC;AAS7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAwC,MAAM,OAAO,CAAC;AAS7D,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;;AAyHvD,wBAA8C"}
|
|
@@ -14,7 +14,7 @@ declare const styles: (props: IInputDateTimeProps) => {
|
|
|
14
14
|
selectBox: {
|
|
15
15
|
flexDirection: "row";
|
|
16
16
|
alignItems: "center";
|
|
17
|
-
justifyContent: "
|
|
17
|
+
justifyContent: "flex-start";
|
|
18
18
|
width: "100%";
|
|
19
19
|
height: number;
|
|
20
20
|
borderWidth: number;
|
|
@@ -29,6 +29,7 @@ declare const styles: (props: IInputDateTimeProps) => {
|
|
|
29
29
|
fontSize: number;
|
|
30
30
|
textAlign: "center";
|
|
31
31
|
color: string;
|
|
32
|
+
marginLeft: number;
|
|
32
33
|
};
|
|
33
34
|
placeholderText: {
|
|
34
35
|
flex: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEvD,QAAA,MAAM,MAAM,UAAW,mBAAmB
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/inputs/input-date-time/styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAEvD,QAAA,MAAM,MAAM,UAAW,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDtC,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/modals/modal-change-activitie-history/helpers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,iBAAiB;;;;GAMtB,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IMPORTS
|
|
3
|
+
*/
|
|
4
|
+
import React from "react";
|
|
5
|
+
import type { IModalChangeActivityProps } from "./interface";
|
|
6
|
+
/**
|
|
7
|
+
* Componente Modal para alteração de atividade.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ModalChangeActivity: React.FC<IModalChangeActivityProps>;
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/index.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-change-activitie-history/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAiB1B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,aAAa,CAAC;AAK7D;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CAgKnE,CAAC"}
|
package/lib/typescript/commonjs/src/components/modals/modal-change-activitie-history/interface.d.ts
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IMPROTS
|
|
3
|
+
*/
|
|
4
|
+
interface IModalChangeActivityProps {
|
|
5
|
+
visible: boolean;
|
|
6
|
+
onClose: () => void;
|
|
7
|
+
modalConfirm: (newData: {
|
|
8
|
+
label: string;
|
|
9
|
+
value: string;
|
|
10
|
+
key: number;
|
|
11
|
+
}) => void;
|
|
12
|
+
descricao: string;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* EXPORTS
|
|
16
|
+
*/
|
|
17
|
+
export { type IModalChangeActivityProps };
|
|
18
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-change-activitie-history/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,yBAAyB;IACjC,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB,YAAY,EAAE,CAAC,OAAO,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC/E,SAAS,EAAE,MAAM,CAAC;CACnB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,yBAAyB,EAAE,CAAC"}
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
*/
|
|
4
4
|
import React from "react";
|
|
5
5
|
import type { IModalJourneyRectificationProps } from "./interface";
|
|
6
|
+
/**
|
|
7
|
+
* EXPORTS
|
|
8
|
+
*/
|
|
6
9
|
declare const _default: React.ComponentType<IModalJourneyRectificationProps>;
|
|
7
10
|
export default _default;
|
|
8
11
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-edite-journey-rectification/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAexC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;AAiOnE;;GAEG;;AACH,wBAA0D"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IMPORTS
|
|
3
|
+
*/
|
|
4
|
+
import React from "react";
|
|
5
|
+
import type { INotificationCardProps } from "./interface";
|
|
6
|
+
/**
|
|
7
|
+
* EXPORTS
|
|
8
|
+
*/
|
|
9
|
+
declare const _default: React.ComponentType<INotificationCardProps>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAgB1C,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAoG1D;;GAEG;;AACH,wBAAiD"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IMPORTS
|
|
3
|
+
*/
|
|
4
|
+
interface INotificationCardProps {
|
|
5
|
+
variant?: "read" | "unread";
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
actionLabel?: string;
|
|
9
|
+
onPress?: () => void;
|
|
10
|
+
onPressAction?: () => void;
|
|
11
|
+
testID?: string;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* EXPORTS
|
|
15
|
+
*/
|
|
16
|
+
export { type INotificationCardProps };
|
|
17
|
+
//# sourceMappingURL=interface.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-card/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,UAAU,sBAAsB;IAC9B,OAAO,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;GAEG;AACH,OAAO,EAAE,KAAK,sBAAsB,EAAE,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* IMPORTS
|
|
3
|
+
*/
|
|
4
|
+
import React from "react";
|
|
5
|
+
import type { INotificationDetailCardProps } from "./interface";
|
|
6
|
+
/**
|
|
7
|
+
* EXPORTS
|
|
8
|
+
*/
|
|
9
|
+
declare const _default: React.ComponentType<INotificationDetailCardProps>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/notification-details-card/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;AAWpD,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,aAAa,CAAC;AAkKhE;;GAEG;;AACH,wBAAuD"}
|