jornada-ui 0.4.11 → 0.4.13

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.
Files changed (447) hide show
  1. package/README.md +31 -31
  2. package/lib/commonjs/common/icons-svg/bluetooth/index.js +45 -27
  3. package/lib/commonjs/common/icons-svg/bluetooth/index.js.map +1 -1
  4. package/lib/commonjs/common/icons-svg/constants/index.js +7 -5
  5. package/lib/commonjs/common/icons-svg/constants/index.js.map +1 -1
  6. package/lib/commonjs/common/icons-svg/index.js +19 -4
  7. package/lib/commonjs/common/icons-svg/index.js.map +1 -1
  8. package/lib/commonjs/common/icons-svg/plus-container/index.js +42 -0
  9. package/lib/commonjs/common/icons-svg/plus-container/index.js.map +1 -0
  10. package/lib/commonjs/common/icons-svg/trash/index.js +41 -0
  11. package/lib/commonjs/common/icons-svg/trash/index.js.map +1 -0
  12. package/lib/commonjs/components/activity-step/components/activite-row/index.js +137 -0
  13. package/lib/commonjs/components/activity-step/components/activite-row/index.js.map +1 -0
  14. package/lib/commonjs/components/activity-step/index.js +77 -0
  15. package/lib/commonjs/components/activity-step/index.js.map +1 -0
  16. package/lib/commonjs/components/activity-step/interface.js +6 -0
  17. package/lib/commonjs/components/activity-step/interface.js.map +1 -0
  18. package/lib/commonjs/components/activity-step/styles.js +86 -0
  19. package/lib/commonjs/components/activity-step/styles.js.map +1 -0
  20. package/lib/commonjs/components/card-scheduled-journey/index.js +8 -6
  21. package/lib/commonjs/components/card-scheduled-journey/index.js.map +1 -1
  22. package/lib/commonjs/components/coil-removel-code/index.js +4 -3
  23. package/lib/commonjs/components/coil-removel-code/index.js.map +1 -1
  24. package/lib/commonjs/components/inputs/input-date-time/index.js +136 -0
  25. package/lib/commonjs/components/inputs/input-date-time/index.js.map +1 -0
  26. package/lib/commonjs/components/inputs/input-date-time/interface.d.js +2 -0
  27. package/lib/commonjs/components/inputs/input-date-time/interface.d.js.map +1 -0
  28. package/lib/commonjs/components/inputs/input-date-time/styles.js +66 -0
  29. package/lib/commonjs/components/inputs/input-date-time/styles.js.map +1 -0
  30. package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js +25 -0
  31. package/lib/commonjs/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
  32. package/lib/commonjs/components/list-devices/index.js +104 -0
  33. package/lib/commonjs/components/list-devices/index.js.map +1 -0
  34. package/lib/commonjs/components/list-devices/interface.d.js +2 -0
  35. package/lib/commonjs/components/list-devices/interface.d.js.map +1 -0
  36. package/lib/commonjs/components/list-devices/styles.js +60 -0
  37. package/lib/commonjs/components/list-devices/styles.js.map +1 -0
  38. package/lib/commonjs/components/list-supplies/index.js +171 -0
  39. package/lib/commonjs/components/list-supplies/index.js.map +1 -0
  40. package/lib/commonjs/components/list-supplies/interface.d.js +2 -0
  41. package/lib/commonjs/components/list-supplies/interface.d.js.map +1 -0
  42. package/lib/commonjs/components/maintenance-description-input/index.js +3 -0
  43. package/lib/commonjs/components/maintenance-description-input/index.js.map +1 -1
  44. package/lib/commonjs/components/maintenance-description-input/styles.js +1 -1
  45. package/lib/commonjs/components/maintenance-description-input/styles.js.map +1 -1
  46. package/lib/commonjs/components/modals/modal-activity-reason/index.js +170 -0
  47. package/lib/commonjs/components/modals/modal-activity-reason/index.js.map +1 -0
  48. package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js +2 -0
  49. package/lib/commonjs/components/modals/modal-activity-reason/interface.d.js.map +1 -0
  50. package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js +27 -0
  51. package/lib/commonjs/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
  52. package/lib/commonjs/components/modals/modal-create-activitie/index.js +203 -0
  53. package/lib/commonjs/components/modals/modal-create-activitie/index.js.map +1 -0
  54. package/lib/commonjs/components/modals/modal-create-activitie/interface.js +2 -0
  55. package/lib/commonjs/components/modals/modal-create-activitie/interface.js.map +1 -0
  56. package/lib/commonjs/components/modals/modal-create-activitie/styles.js +42 -0
  57. package/lib/commonjs/components/modals/modal-create-activitie/styles.js.map +1 -0
  58. package/lib/commonjs/components/modals/modal-exclude-activitie/index.js +2 -0
  59. package/lib/commonjs/components/modals/modal-exclude-activitie/index.js.map +1 -0
  60. package/lib/commonjs/components/modals/modal-journey-rectification/index.js +242 -0
  61. package/lib/commonjs/components/modals/modal-journey-rectification/index.js.map +1 -0
  62. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js +2 -0
  63. package/lib/commonjs/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
  64. package/lib/commonjs/components/modals/modal-to-confimations/index.js +182 -0
  65. package/lib/commonjs/components/modals/modal-to-confimations/index.js.map +1 -0
  66. package/lib/commonjs/components/modals/modal-to-confimations/interface.js +2 -0
  67. package/lib/commonjs/components/modals/modal-to-confimations/interface.js.map +1 -0
  68. package/lib/commonjs/components/selects/select-date-and-hours/index.js +80 -0
  69. package/lib/commonjs/components/selects/select-date-and-hours/index.js.map +1 -0
  70. package/lib/commonjs/components/selects/select-date-and-hours/interface.js +6 -0
  71. package/lib/commonjs/components/selects/select-date-and-hours/interface.js.map +1 -0
  72. package/lib/commonjs/components/selects/select-date-and-hours/styles.js +34 -0
  73. package/lib/commonjs/components/selects/select-date-and-hours/styles.js.map +1 -0
  74. package/lib/commonjs/components/selects/select-option/index.js +26 -9
  75. package/lib/commonjs/components/selects/select-option/index.js.map +1 -1
  76. package/lib/commonjs/components/selects/select-option/styles.js +6 -7
  77. package/lib/commonjs/components/selects/select-option/styles.js.map +1 -1
  78. package/lib/commonjs/components/step-indicator/index.js +54 -40
  79. package/lib/commonjs/components/step-indicator/index.js.map +1 -1
  80. package/lib/commonjs/components/step-indicator/styles.js.map +1 -1
  81. package/lib/commonjs/components/supply-error-card/index.js +6 -6
  82. package/lib/commonjs/components/toast-message/index.js +8 -7
  83. package/lib/commonjs/components/toast-message/index.js.map +1 -1
  84. package/lib/commonjs/components/travel-history/index.js +7 -7
  85. package/lib/commonjs/components/travel-history/index.js.map +1 -1
  86. package/lib/commonjs/components/trip-details-card/index.js +102 -22
  87. package/lib/commonjs/components/trip-details-card/index.js.map +1 -1
  88. package/lib/commonjs/components/typography/index.js +5 -5
  89. package/lib/commonjs/components/typography/index.js.map +1 -1
  90. package/lib/commonjs/index.js +53 -4
  91. package/lib/commonjs/index.js.map +1 -1
  92. package/lib/commonjs/stories/list-devices/list-devices.stories.js +146 -0
  93. package/lib/commonjs/stories/list-devices/list-devices.stories.js.map +1 -0
  94. package/lib/commonjs/stories/list-supplies/list-supplies.stories.js +69 -0
  95. package/lib/commonjs/stories/list-supplies/list-supplies.stories.js.map +1 -0
  96. package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js +63 -0
  97. package/lib/commonjs/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
  98. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js +63 -0
  99. package/lib/commonjs/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
  100. package/lib/commonjs/stories/step-indicator/step-indicator.stories.js +1 -0
  101. package/lib/commonjs/stories/step-indicator/step-indicator.stories.js.map +1 -1
  102. package/lib/commonjs/stories/supply-error-card/supply-error-card.stories.js +2 -2
  103. package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.js +39 -6
  104. package/lib/commonjs/stories/trip-details-card/trip-details-card.stories.js.map +1 -1
  105. package/lib/commonjs/styles/theme/theme.js +1 -0
  106. package/lib/commonjs/styles/theme/theme.js.map +1 -1
  107. package/lib/commonjs/utils/text-limit/index.js +37 -0
  108. package/lib/commonjs/utils/text-limit/index.js.map +1 -0
  109. package/lib/module/common/icons-svg/bluetooth/index.js +45 -27
  110. package/lib/module/common/icons-svg/bluetooth/index.js.map +1 -1
  111. package/lib/module/common/icons-svg/constants/index.js +7 -5
  112. package/lib/module/common/icons-svg/constants/index.js.map +1 -1
  113. package/lib/module/common/icons-svg/index.js +19 -4
  114. package/lib/module/common/icons-svg/index.js.map +1 -1
  115. package/lib/module/common/icons-svg/plus-container/index.js +36 -0
  116. package/lib/module/common/icons-svg/plus-container/index.js.map +1 -0
  117. package/lib/module/common/icons-svg/trash/index.js +34 -0
  118. package/lib/module/common/icons-svg/trash/index.js.map +1 -0
  119. package/lib/module/components/activity-step/components/activite-row/index.js +134 -0
  120. package/lib/module/components/activity-step/components/activite-row/index.js.map +1 -0
  121. package/lib/module/components/activity-step/index.js +73 -0
  122. package/lib/module/components/activity-step/index.js.map +1 -0
  123. package/lib/module/components/activity-step/interface.js +4 -0
  124. package/lib/module/components/activity-step/interface.js.map +1 -0
  125. package/lib/module/components/activity-step/styles.js +83 -0
  126. package/lib/module/components/activity-step/styles.js.map +1 -0
  127. package/lib/module/components/card-scheduled-journey/index.js +8 -6
  128. package/lib/module/components/card-scheduled-journey/index.js.map +1 -1
  129. package/lib/module/components/coil-removel-code/index.js +4 -3
  130. package/lib/module/components/coil-removel-code/index.js.map +1 -1
  131. package/lib/module/components/inputs/input-date-time/index.js +130 -0
  132. package/lib/module/components/inputs/input-date-time/index.js.map +1 -0
  133. package/lib/module/components/inputs/input-date-time/interface.d.js +2 -0
  134. package/lib/module/components/inputs/input-date-time/interface.d.js.map +1 -0
  135. package/lib/module/components/inputs/input-date-time/styles.js +62 -0
  136. package/lib/module/components/inputs/input-date-time/styles.js.map +1 -0
  137. package/lib/module/components/list-devices/helpers/get-icon-by-status.js +21 -0
  138. package/lib/module/components/list-devices/helpers/get-icon-by-status.js.map +1 -0
  139. package/lib/module/components/list-devices/index.js +100 -0
  140. package/lib/module/components/list-devices/index.js.map +1 -0
  141. package/lib/module/components/list-devices/interface.d.js +2 -0
  142. package/lib/module/components/list-devices/interface.d.js.map +1 -0
  143. package/lib/module/components/list-devices/styles.js +56 -0
  144. package/lib/module/components/list-devices/styles.js.map +1 -0
  145. package/lib/module/components/list-supplies/index.js +165 -0
  146. package/lib/module/components/list-supplies/index.js.map +1 -0
  147. package/lib/module/components/list-supplies/interface.d.js +2 -0
  148. package/lib/module/components/list-supplies/interface.d.js.map +1 -0
  149. package/lib/module/components/maintenance-description-input/index.js +3 -0
  150. package/lib/module/components/maintenance-description-input/index.js.map +1 -1
  151. package/lib/module/components/maintenance-description-input/styles.js +1 -1
  152. package/lib/module/components/maintenance-description-input/styles.js.map +1 -1
  153. package/lib/module/components/modals/modal-activity-reason/index.js +165 -0
  154. package/lib/module/components/modals/modal-activity-reason/index.js.map +1 -0
  155. package/lib/module/components/modals/modal-activity-reason/interface.d.js +2 -0
  156. package/lib/module/components/modals/modal-activity-reason/interface.d.js.map +1 -0
  157. package/lib/module/components/modals/modal-create-activitie/helpers/index.js +24 -0
  158. package/lib/module/components/modals/modal-create-activitie/helpers/index.js.map +1 -0
  159. package/lib/module/components/modals/modal-create-activitie/index.js +196 -0
  160. package/lib/module/components/modals/modal-create-activitie/index.js.map +1 -0
  161. package/lib/module/components/modals/modal-create-activitie/interface.js +2 -0
  162. package/lib/module/components/modals/modal-create-activitie/interface.js.map +1 -0
  163. package/lib/module/components/modals/modal-create-activitie/styles.js +39 -0
  164. package/lib/module/components/modals/modal-create-activitie/styles.js.map +1 -0
  165. package/lib/module/components/modals/modal-exclude-activitie/index.js +2 -0
  166. package/lib/module/components/modals/modal-exclude-activitie/index.js.map +1 -0
  167. package/lib/module/components/modals/modal-journey-rectification/index.js +236 -0
  168. package/lib/module/components/modals/modal-journey-rectification/index.js.map +1 -0
  169. package/lib/module/components/modals/modal-journey-rectification/interface.d.js +2 -0
  170. package/lib/module/components/modals/modal-journey-rectification/interface.d.js.map +1 -0
  171. package/lib/module/components/modals/modal-to-confimations/index.js +179 -0
  172. package/lib/module/components/modals/modal-to-confimations/index.js.map +1 -0
  173. package/lib/module/components/modals/modal-to-confimations/interface.js +2 -0
  174. package/lib/module/components/modals/modal-to-confimations/interface.js.map +1 -0
  175. package/lib/module/components/selects/select-date-and-hours/index.js +74 -0
  176. package/lib/module/components/selects/select-date-and-hours/index.js.map +1 -0
  177. package/lib/module/components/selects/select-date-and-hours/interface.js +4 -0
  178. package/lib/module/components/selects/select-date-and-hours/interface.js.map +1 -0
  179. package/lib/module/components/selects/select-date-and-hours/styles.js +31 -0
  180. package/lib/module/components/selects/select-date-and-hours/styles.js.map +1 -0
  181. package/lib/module/components/selects/select-option/index.js +26 -9
  182. package/lib/module/components/selects/select-option/index.js.map +1 -1
  183. package/lib/module/components/selects/select-option/styles.js +6 -7
  184. package/lib/module/components/selects/select-option/styles.js.map +1 -1
  185. package/lib/module/components/step-indicator/index.js +55 -41
  186. package/lib/module/components/step-indicator/index.js.map +1 -1
  187. package/lib/module/components/step-indicator/styles.js.map +1 -1
  188. package/lib/module/components/supply-error-card/index.js +6 -6
  189. package/lib/module/components/toast-message/index.js +8 -7
  190. package/lib/module/components/toast-message/index.js.map +1 -1
  191. package/lib/module/components/travel-history/index.js +7 -7
  192. package/lib/module/components/travel-history/index.js.map +1 -1
  193. package/lib/module/components/trip-details-card/index.js +105 -24
  194. package/lib/module/components/trip-details-card/index.js.map +1 -1
  195. package/lib/module/components/typography/index.js +5 -5
  196. package/lib/module/components/typography/index.js.map +1 -1
  197. package/lib/module/index.js +7 -0
  198. package/lib/module/index.js.map +1 -1
  199. package/lib/module/stories/list-devices/list-devices.stories.js +140 -0
  200. package/lib/module/stories/list-devices/list-devices.stories.js.map +1 -0
  201. package/lib/module/stories/list-supplies/list-supplies.stories.js +63 -0
  202. package/lib/module/stories/list-supplies/list-supplies.stories.js.map +1 -0
  203. package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js +57 -0
  204. package/lib/module/stories/modal-activity-reason/modal-activity-reason.stories.js.map +1 -0
  205. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js +57 -0
  206. package/lib/module/stories/modal-journey-rectification/modal-journey-rectification.stories.js.map +1 -0
  207. package/lib/module/stories/step-indicator/step-indicator.stories.js +1 -0
  208. package/lib/module/stories/step-indicator/step-indicator.stories.js.map +1 -1
  209. package/lib/module/stories/supply-error-card/supply-error-card.stories.js +2 -2
  210. package/lib/module/stories/trip-details-card/trip-details-card.stories.js +39 -6
  211. package/lib/module/stories/trip-details-card/trip-details-card.stories.js.map +1 -1
  212. package/lib/module/styles/theme/theme.js +1 -0
  213. package/lib/module/styles/theme/theme.js.map +1 -1
  214. package/lib/module/utils/text-limit/index.js +32 -0
  215. package/lib/module/utils/text-limit/index.js.map +1 -0
  216. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts +5 -1
  217. package/lib/typescript/commonjs/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
  218. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts +2 -0
  219. package/lib/typescript/commonjs/src/common/icons-svg/constants/index.d.ts.map +1 -1
  220. package/lib/typescript/commonjs/src/common/icons-svg/index.d.ts.map +1 -1
  221. package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts +11 -0
  222. package/lib/typescript/commonjs/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
  223. package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts +11 -0
  224. package/lib/typescript/commonjs/src/common/icons-svg/trash/index.d.ts.map +1 -0
  225. package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts +11 -0
  226. package/lib/typescript/commonjs/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
  227. package/lib/typescript/commonjs/src/components/activity-step/index.d.ts +17 -0
  228. package/lib/typescript/commonjs/src/components/activity-step/index.d.ts.map +1 -0
  229. package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts +40 -0
  230. package/lib/typescript/commonjs/src/components/activity-step/interface.d.ts.map +1 -0
  231. package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts +75 -0
  232. package/lib/typescript/commonjs/src/components/activity-step/styles.d.ts.map +1 -0
  233. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts +2 -1
  234. package/lib/typescript/commonjs/src/components/card-scheduled-journey/index.d.ts.map +1 -1
  235. package/lib/typescript/commonjs/src/components/coil-removel-code/index.d.ts.map +1 -1
  236. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts +8 -0
  237. package/lib/typescript/commonjs/src/components/inputs/input-date-time/index.d.ts.map +1 -0
  238. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts +59 -0
  239. package/lib/typescript/commonjs/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
  240. package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
  241. package/lib/typescript/commonjs/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
  242. package/lib/typescript/commonjs/src/components/list-devices/index.d.ts +11 -0
  243. package/lib/typescript/commonjs/src/components/list-devices/index.d.ts.map +1 -0
  244. package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts +57 -0
  245. package/lib/typescript/commonjs/src/components/list-devices/styles.d.ts.map +1 -0
  246. package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts +8 -0
  247. package/lib/typescript/commonjs/src/components/list-supplies/index.d.ts.map +1 -0
  248. package/lib/typescript/commonjs/src/components/maintenance-description-input/index.d.ts.map +1 -1
  249. package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts +8 -0
  250. package/lib/typescript/commonjs/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
  251. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
  252. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
  253. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts +8 -0
  254. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
  255. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
  256. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
  257. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
  258. package/lib/typescript/commonjs/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
  259. package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
  260. package/lib/typescript/commonjs/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
  261. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
  262. package/lib/typescript/commonjs/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
  263. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts +8 -0
  264. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
  265. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
  266. package/lib/typescript/commonjs/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
  267. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts +13 -0
  268. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
  269. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
  270. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
  271. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
  272. package/lib/typescript/commonjs/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
  273. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts +1 -0
  274. package/lib/typescript/commonjs/src/components/selects/select-option/index.d.ts.map +1 -1
  275. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts +0 -1
  276. package/lib/typescript/commonjs/src/components/selects/select-option/styles.d.ts.map +1 -1
  277. package/lib/typescript/commonjs/src/components/step-indicator/index.d.ts.map +1 -1
  278. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts +2 -2
  279. package/lib/typescript/commonjs/src/components/step-indicator/styles.d.ts.map +1 -1
  280. package/lib/typescript/commonjs/src/components/supply-error-card/index.d.ts.map +1 -1
  281. package/lib/typescript/commonjs/src/components/toast-message/index.d.ts.map +1 -1
  282. package/lib/typescript/commonjs/src/components/trip-details-card/index.d.ts.map +1 -1
  283. package/lib/typescript/commonjs/src/index.d.ts +7 -0
  284. package/lib/typescript/commonjs/src/index.d.ts.map +1 -1
  285. package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts +22 -0
  286. package/lib/typescript/commonjs/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
  287. package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
  288. package/lib/typescript/commonjs/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
  289. package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
  290. package/lib/typescript/commonjs/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
  291. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
  292. package/lib/typescript/commonjs/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
  293. package/lib/typescript/commonjs/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  294. package/lib/typescript/commonjs/src/stories/trip-details-card/trip-details-card.stories.d.ts.map +1 -1
  295. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts +1 -0
  296. package/lib/typescript/commonjs/src/styles/global/theme-provider.d.ts.map +1 -1
  297. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts +1 -0
  298. package/lib/typescript/commonjs/src/styles/theme/theme.d.ts.map +1 -1
  299. package/lib/typescript/commonjs/src/utils/text-limit/index.d.ts +14 -0
  300. package/lib/typescript/commonjs/src/utils/text-limit/index.d.ts.map +1 -0
  301. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts +5 -1
  302. package/lib/typescript/module/src/common/icons-svg/bluetooth/index.d.ts.map +1 -1
  303. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts +2 -0
  304. package/lib/typescript/module/src/common/icons-svg/constants/index.d.ts.map +1 -1
  305. package/lib/typescript/module/src/common/icons-svg/index.d.ts.map +1 -1
  306. package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts +11 -0
  307. package/lib/typescript/module/src/common/icons-svg/plus-container/index.d.ts.map +1 -0
  308. package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts +11 -0
  309. package/lib/typescript/module/src/common/icons-svg/trash/index.d.ts.map +1 -0
  310. package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts +11 -0
  311. package/lib/typescript/module/src/components/activity-step/components/activite-row/index.d.ts.map +1 -0
  312. package/lib/typescript/module/src/components/activity-step/index.d.ts +17 -0
  313. package/lib/typescript/module/src/components/activity-step/index.d.ts.map +1 -0
  314. package/lib/typescript/module/src/components/activity-step/interface.d.ts +40 -0
  315. package/lib/typescript/module/src/components/activity-step/interface.d.ts.map +1 -0
  316. package/lib/typescript/module/src/components/activity-step/styles.d.ts +75 -0
  317. package/lib/typescript/module/src/components/activity-step/styles.d.ts.map +1 -0
  318. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts +2 -1
  319. package/lib/typescript/module/src/components/card-scheduled-journey/index.d.ts.map +1 -1
  320. package/lib/typescript/module/src/components/coil-removel-code/index.d.ts.map +1 -1
  321. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts +8 -0
  322. package/lib/typescript/module/src/components/inputs/input-date-time/index.d.ts.map +1 -0
  323. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts +59 -0
  324. package/lib/typescript/module/src/components/inputs/input-date-time/styles.d.ts.map +1 -0
  325. package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts +15 -0
  326. package/lib/typescript/module/src/components/list-devices/helpers/get-icon-by-status.d.ts.map +1 -0
  327. package/lib/typescript/module/src/components/list-devices/index.d.ts +11 -0
  328. package/lib/typescript/module/src/components/list-devices/index.d.ts.map +1 -0
  329. package/lib/typescript/module/src/components/list-devices/styles.d.ts +57 -0
  330. package/lib/typescript/module/src/components/list-devices/styles.d.ts.map +1 -0
  331. package/lib/typescript/module/src/components/list-supplies/index.d.ts +8 -0
  332. package/lib/typescript/module/src/components/list-supplies/index.d.ts.map +1 -0
  333. package/lib/typescript/module/src/components/maintenance-description-input/index.d.ts.map +1 -1
  334. package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts +8 -0
  335. package/lib/typescript/module/src/components/modals/modal-activity-reason/index.d.ts.map +1 -0
  336. package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts +21 -0
  337. package/lib/typescript/module/src/components/modals/modal-create-activitie/helpers/index.d.ts.map +1 -0
  338. package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts +8 -0
  339. package/lib/typescript/module/src/components/modals/modal-create-activitie/index.d.ts.map +1 -0
  340. package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts +19 -0
  341. package/lib/typescript/module/src/components/modals/modal-create-activitie/interface.d.ts.map +1 -0
  342. package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts +33 -0
  343. package/lib/typescript/module/src/components/modals/modal-create-activitie/styles.d.ts.map +1 -0
  344. package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts +1 -0
  345. package/lib/typescript/module/src/components/modals/modal-exclude-activitie/index.d.ts.map +1 -0
  346. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts +8 -0
  347. package/lib/typescript/module/src/components/modals/modal-journey-rectification/index.d.ts.map +1 -0
  348. package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts +8 -0
  349. package/lib/typescript/module/src/components/modals/modal-to-confimations/index.d.ts.map +1 -0
  350. package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts +28 -0
  351. package/lib/typescript/module/src/components/modals/modal-to-confimations/interface.d.ts.map +1 -0
  352. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts +13 -0
  353. package/lib/typescript/module/src/components/selects/select-date-and-hours/index.d.ts.map +1 -0
  354. package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts +22 -0
  355. package/lib/typescript/module/src/components/selects/select-date-and-hours/interface.d.ts.map +1 -0
  356. package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts +26 -0
  357. package/lib/typescript/module/src/components/selects/select-date-and-hours/styles.d.ts.map +1 -0
  358. package/lib/typescript/module/src/components/selects/select-option/index.d.ts +1 -0
  359. package/lib/typescript/module/src/components/selects/select-option/index.d.ts.map +1 -1
  360. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts +0 -1
  361. package/lib/typescript/module/src/components/selects/select-option/styles.d.ts.map +1 -1
  362. package/lib/typescript/module/src/components/step-indicator/index.d.ts.map +1 -1
  363. package/lib/typescript/module/src/components/step-indicator/styles.d.ts +2 -2
  364. package/lib/typescript/module/src/components/step-indicator/styles.d.ts.map +1 -1
  365. package/lib/typescript/module/src/components/supply-error-card/index.d.ts.map +1 -1
  366. package/lib/typescript/module/src/components/toast-message/index.d.ts.map +1 -1
  367. package/lib/typescript/module/src/components/trip-details-card/index.d.ts.map +1 -1
  368. package/lib/typescript/module/src/index.d.ts +7 -0
  369. package/lib/typescript/module/src/index.d.ts.map +1 -1
  370. package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts +22 -0
  371. package/lib/typescript/module/src/stories/list-devices/list-devices.stories.d.ts.map +1 -0
  372. package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts +10 -0
  373. package/lib/typescript/module/src/stories/list-supplies/list-supplies.stories.d.ts.map +1 -0
  374. package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts +10 -0
  375. package/lib/typescript/module/src/stories/modal-activity-reason/modal-activity-reason.stories.d.ts.map +1 -0
  376. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts +10 -0
  377. package/lib/typescript/module/src/stories/modal-journey-rectification/modal-journey-rectification.stories.d.ts.map +1 -0
  378. package/lib/typescript/module/src/stories/step-indicator/step-indicator.stories.d.ts.map +1 -1
  379. package/lib/typescript/module/src/stories/trip-details-card/trip-details-card.stories.d.ts.map +1 -1
  380. package/lib/typescript/module/src/styles/global/theme-provider.d.ts +1 -0
  381. package/lib/typescript/module/src/styles/global/theme-provider.d.ts.map +1 -1
  382. package/lib/typescript/module/src/styles/theme/theme.d.ts +1 -0
  383. package/lib/typescript/module/src/styles/theme/theme.d.ts.map +1 -1
  384. package/lib/typescript/module/src/utils/text-limit/index.d.ts +14 -0
  385. package/lib/typescript/module/src/utils/text-limit/index.d.ts.map +1 -0
  386. package/package.json +2 -1
  387. package/src/common/icons-svg/bluetooth/index.tsx +51 -24
  388. package/src/common/icons-svg/constants/index.ts +67 -65
  389. package/src/common/icons-svg/index.tsx +289 -280
  390. package/src/common/icons-svg/plus-container/index.tsx +32 -0
  391. package/src/common/icons-svg/trash/index.tsx +31 -0
  392. package/src/components/activity-step/components/activite-row/index.tsx +141 -0
  393. package/src/components/activity-step/index.tsx +73 -0
  394. package/src/components/activity-step/interface.ts +54 -0
  395. package/src/components/activity-step/styles.ts +72 -0
  396. package/src/components/card-scheduled-journey/index.tsx +140 -138
  397. package/src/components/card-scheduled-journey/interface.d.ts +145 -140
  398. package/src/components/coil-removel-code/index.tsx +8 -3
  399. package/src/components/coil-removel-code/interface.d.ts +14 -13
  400. package/src/components/inputs/input-date-time/index.tsx +133 -0
  401. package/src/components/inputs/input-date-time/interface.d.ts +25 -0
  402. package/src/components/inputs/input-date-time/styles.ts +63 -0
  403. package/src/components/list-devices/helpers/get-icon-by-status.tsx +20 -0
  404. package/src/components/list-devices/index.tsx +103 -0
  405. package/src/components/list-devices/interface.d.ts +36 -0
  406. package/src/components/list-devices/styles.ts +68 -0
  407. package/src/components/list-supplies/index.tsx +153 -0
  408. package/src/components/list-supplies/interface.d.ts +9 -0
  409. package/src/components/maintenance-description-input/index.tsx +1 -0
  410. package/src/components/maintenance-description-input/styles.ts +1 -1
  411. package/src/components/modals/modal-activity-reason/index.tsx +168 -0
  412. package/src/components/modals/modal-activity-reason/interface.d.ts +9 -0
  413. package/src/components/modals/modal-create-activitie/helpers/index.ts +14 -0
  414. package/src/components/modals/modal-create-activitie/index.tsx +210 -0
  415. package/src/components/modals/modal-create-activitie/interface.ts +22 -0
  416. package/src/components/modals/modal-create-activitie/styles.ts +24 -0
  417. package/src/components/modals/modal-exclude-activitie/index.ts +0 -0
  418. package/src/components/modals/modal-journey-rectification/index.tsx +236 -0
  419. package/src/components/modals/modal-journey-rectification/interface.d.ts +10 -0
  420. package/src/components/modals/modal-to-confimations/index.tsx +182 -0
  421. package/src/components/modals/modal-to-confimations/interface.ts +36 -0
  422. package/src/components/selects/select-date-and-hours/index.tsx +70 -0
  423. package/src/components/selects/select-date-and-hours/interface.ts +31 -0
  424. package/src/components/selects/select-date-and-hours/styles.ts +24 -0
  425. package/src/components/selects/select-option/index.tsx +124 -94
  426. package/src/components/selects/select-option/interface.d.ts +1 -1
  427. package/src/components/selects/select-option/styles.ts +74 -75
  428. package/src/components/step-indicator/index.tsx +56 -36
  429. package/src/components/step-indicator/interface.d.ts +14 -3
  430. package/src/components/step-indicator/styles.ts +2 -2
  431. package/src/components/supply-error-card/index.tsx +109 -109
  432. package/src/components/supply-error-card/interface.d.ts +133 -133
  433. package/src/components/toast-message/index.tsx +75 -74
  434. package/src/components/travel-history/index.tsx +7 -7
  435. package/src/components/trip-details-card/index.tsx +267 -193
  436. package/src/components/trip-details-card/interface.d.ts +4 -1
  437. package/src/components/typography/index.tsx +78 -78
  438. package/src/index.tsx +7 -0
  439. package/src/stories/list-devices/list-devices.stories.tsx +114 -0
  440. package/src/stories/list-supplies/list-supplies.stories.tsx +66 -0
  441. package/src/stories/modal-activity-reason/modal-activity-reason.stories.tsx +60 -0
  442. package/src/stories/modal-journey-rectification/modal-journey-rectification.stories.tsx +60 -0
  443. package/src/stories/step-indicator/step-indicator.stories.tsx +1 -0
  444. package/src/stories/supply-error-card/supply-error-card.stories.tsx +72 -72
  445. package/src/stories/trip-details-card/trip-details-card.stories.tsx +38 -5
  446. package/src/styles/theme/theme.ts +1 -0
  447. package/src/utils/text-limit/index.ts +28 -0
@@ -16,6 +16,7 @@ declare const SVG_NAME: {
16
16
  TRUCK: string;
17
17
  PACKAGE_CHECK: string;
18
18
  PLUS: string;
19
+ PLUS_CONTAINER: string;
19
20
  EYE_SLASH: string;
20
21
  EYE: string;
21
22
  CALENDAR: string;
@@ -56,6 +57,7 @@ declare const SVG_NAME: {
56
57
  ISLAND: string;
57
58
  CHEVRON_DOWN: string;
58
59
  CHEVRON_UP: string;
60
+ TRASH: string;
59
61
  };
60
62
  /**
61
63
  * EXPORTS
@@ -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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDb,CAAC;AACF;;GAEG;AAEH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/constants/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDb,CAAC;AACF;;GAEG;AAEH,OAAO,EAAE,QAAQ,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;AAQ7C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA+L9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,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;AAU7C,QAAA,MAAM,KAAK,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAsM9B,CAAC;AAEF,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAavC,CAAC;AAEF;;GAEG;AAEH,OAAO,EAAE,KAAK,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import * as React from "react";
5
+ import { type ISvgProps } from "../interface";
6
+ declare const SvgIconPlusContainer: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconPlusContainer };
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/plus-container/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,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAiB7C,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,oBAAoB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import { type ISvgProps } from "../interface";
6
+ declare const SvgIconPlusTrash: React.FC<ISvgProps>;
7
+ /**
8
+ * EXPORTS
9
+ */
10
+ export { SvgIconPlusTrash };
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/common/icons-svg/trash/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAE9C,QAAA,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAgBzC,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IActivitieRowProps } from "../../interface";
6
+ /**
7
+ * EXPORTS
8
+ */
9
+ declare const _default: React.ComponentType<IActivitieRowProps<any> & React.RefAttributes<any>>;
10
+ export default _default;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/activity-step/components/activite-row/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAkC,MAAM,OAAO,CAAC;AAWvD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AA0H1D;;GAEG;;AACH,wBAA6C"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ /**
6
+ * EXPORTS
7
+ */
8
+ declare const _default: React.ComponentType<import("react-native").TouchableOpacityProps & {
9
+ data: any[];
10
+ onAdd: any;
11
+ onEdit: any;
12
+ onDelete: any;
13
+ showIndexBadge?: boolean;
14
+ testID?: string;
15
+ } & React.RefAttributes<any>>;
16
+ export default _default;
17
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/activity-step/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAkC,MAAM,OAAO,CAAC;AAkEvD;;GAEG;;;;;;;;;AACH,wBAAiD"}
@@ -0,0 +1,40 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import type { TouchableOpacityProps } from "react-native";
5
+ import type { SVG_NAME } from "../../common/icons-svg/constants";
6
+ /**
7
+ * IMPORTS
8
+ */
9
+ type ActivityId = string | number;
10
+ type ActivityItemModel = {
11
+ id: ActivityId;
12
+ title: string;
13
+ date: Date | string;
14
+ time: Date | string;
15
+ invalid?: boolean;
16
+ };
17
+ type IconName = keyof typeof SVG_NAME;
18
+ type OnActivity = (item: ActivityItemModel) => void;
19
+ type ActivityTimelineProps<T> = TouchableOpacityProps & {
20
+ data: T[];
21
+ onAdd: T;
22
+ onEdit: T;
23
+ onDelete: T;
24
+ showIndexBadge?: boolean;
25
+ testID?: string;
26
+ };
27
+ type IActivitieRowProps<T> = {
28
+ index: number;
29
+ activities: ActivityItemModel;
30
+ items: T[];
31
+ onAdd: OnActivity;
32
+ onEdit: OnActivity;
33
+ onDelete: OnActivity;
34
+ showIndexBadge?: boolean;
35
+ };
36
+ /**
37
+ * EXPORT
38
+ */
39
+ export type { ActivityId, ActivityItemModel, IconName, OnActivity, ActivityTimelineProps, IActivitieRowProps, };
40
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../src/components/activity-step/interface.ts"],"names":[],"mappings":"AACA;;GAEG;AACH,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kCAAkC,CAAC;AAEjE;;GAEG;AACH,KAAK,UAAU,GAAG,MAAM,GAAG,MAAM,CAAC;AAElC,KAAK,iBAAiB,GAAG;IACvB,EAAE,EAAE,UAAU,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpB,IAAI,EAAE,IAAI,GAAG,MAAM,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,KAAK,QAAQ,GAAG,MAAM,OAAO,QAAQ,CAAC;AAEtC,KAAK,UAAU,GAAG,CAAC,IAAI,EAAE,iBAAiB,KAAK,IAAI,CAAC;AAEpD,KAAK,qBAAqB,CAAC,CAAC,IAAI,qBAAqB,GAAG;IACtD,IAAI,EAAE,CAAC,EAAE,CAAC;IACV,KAAK,EAAE,CAAC,CAAC;IACT,MAAM,EAAE,CAAC,CAAC;IACV,QAAQ,EAAE,CAAC,CAAC;IACZ,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,KAAK,kBAAkB,CAAC,CAAC,IAAI;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,iBAAiB,CAAC;IAC9B,KAAK,EAAE,CAAC,EAAE,CAAC;IACX,KAAK,EAAE,UAAU,CAAC;IAClB,MAAM,EAAE,UAAU,CAAC;IACnB,QAAQ,EAAE,UAAU,CAAC;IACrB,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,YAAY,EACV,UAAU,EACV,iBAAiB,EACjB,QAAQ,EACR,UAAU,EACV,qBAAqB,EACrB,kBAAkB,GACnB,CAAC"}
@@ -0,0 +1,75 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ export declare const ROW_HEIGHT = 72;
5
+ declare const styles: {
6
+ listContainer: {
7
+ paddingVertical: number;
8
+ };
9
+ row: {
10
+ width: "100%";
11
+ minHeight: number;
12
+ paddingVertical: number;
13
+ paddingHorizontal: number;
14
+ flexDirection: "row";
15
+ alignItems: "center";
16
+ justifyContent: "center";
17
+ gap: number;
18
+ };
19
+ badge: {
20
+ width: number;
21
+ height: number;
22
+ borderRadius: number;
23
+ backgroundColor: string;
24
+ alignItems: "center";
25
+ justifyContent: "center";
26
+ };
27
+ card: {
28
+ flex: number;
29
+ borderRadius: number;
30
+ };
31
+ title: {
32
+ marginBottom: number;
33
+ };
34
+ pill: {
35
+ flexDirection: "row";
36
+ alignItems: "center";
37
+ borderWidth: number;
38
+ borderRadius: number;
39
+ paddingHorizontal: number;
40
+ paddingVertical: number;
41
+ gap: number;
42
+ };
43
+ pillOk: {
44
+ backgroundColor: string;
45
+ borderColor: string;
46
+ };
47
+ pillInvalid: {
48
+ backgroundColor: string;
49
+ borderColor: string;
50
+ };
51
+ sep: {
52
+ marginHorizontal: number;
53
+ opacity: number;
54
+ };
55
+ actions: {
56
+ flexDirection: "row";
57
+ gap: number;
58
+ };
59
+ iconButton: {
60
+ width: number;
61
+ height: number;
62
+ borderRadius: number;
63
+ backgroundColor: string;
64
+ borderWidth: number;
65
+ borderColor: string;
66
+ alignItems: "center";
67
+ justifyContent: "center";
68
+ marginTop: number;
69
+ };
70
+ };
71
+ /**
72
+ * EXPORTS
73
+ */
74
+ export { styles };
75
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/activity-step/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAOH,eAAO,MAAM,UAAU,KAAK,CAAC;AAE7B,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuDV,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -7,9 +7,10 @@ import React from "react";
7
7
  */
8
8
  declare const _default: React.ComponentType<import("react-native").ViewProps & {
9
9
  title: string;
10
+ subTitle?: string;
10
11
  duracao: string;
11
12
  widthChildren?: number | import("react-native").DimensionValue;
12
- 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" | "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";
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
14
  borderRight?: string;
14
15
  children?: React.ReactNode;
15
16
  testID?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-scheduled-journey/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAmI1C;;GAEG;;;;;;;;;;mBAvFgB,CAAC;oBAAoD,CAAC;4BACjC,CAAC;2BAEnC,CAAF;+BAGM,CAAC;8BAEC,CAAL;mBACK,CAAL;uBAEG,CAAJ;wBACe,CAAC;sBACmB,CAAC;yBAChC,CAAD;mBAEI,CAAC;yBAAgC,CAAC;uBAEvC,CAAF;wBAEI,CAAP;sBACa,CAAC;;;kBAK0C,CAAC;iBAG5B,CAAC;YACC,CAAC;qBAAqC,CAAC;gBACjB,CAAC;iBAG7C,CAAZ;sBAAuE,CAAC;;;cAc1C,CAAC;kBACC,CAAC;mBACZ,CAAC;iBACO,CAAC;oBAChB,CAAJ;;;eASM,CAAC;mBAA2C,CAAC;oBACrB,CAAC;kBACL,CAAC;qBAI3B,CAAJ;;;;;;gBAsBggB,CAAC;iBAAwB,CAAC;qBAA4B,CAAC;qBAA4B,CAAC;;;AAD1lB,wBAAqD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/card-scheduled-journey/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAqI1C;;GAEG;;;;;;;;;;;mBAvF4B,CAAC;oBACxB,CAAD;4BAIG,CAAR;2BAC2B,CAAC;+BAElB,CAAN;8BAEM,CAAC;mBACW,CAAC;uBACoB,CAAC;wBACnC,CAAC;sBAEM,CAAC;yBACT,CAAC;mBAGD,CAAD;yBAEG,CAAT;uBACS,CAAH;wBAA8B,CAAC;sBAA4B,CAAC;;;kBAMhB,CAAA;iBACH,CAAC;YACF,CAAC;qBACtC,CAAL;gBAEwC,CAAC;iBAGtC,CAAF;sBAEoB,CAAA;;;cAYd,CAAV;kBAAyC,CAAC;mBACtB,CAAC;iBACN,CAAC;oBAGR,CAAJ;;;eAM6B,CAAC;mBACJ,CAAC;oBAEvB,CAAD;kBAGQ,CAAC;qBAGR,CAAV;;;;;;gBAmB+jB,CAAC;iBAAuB,CAAC;qBAA2B,CAAC;qBAA2B,CAAC;;;AADlpB,wBAAqD"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/coil-removel-code/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAMzD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CA2B3D,CAAC;AAGF;;GAEG;;AACH,wBAAgD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/coil-removel-code/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAO1B,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,aAAa,CAAC;AAMzD,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,qBAAqB,CAgC3D,CAAC;AAGF;;GAEG;;AACH,wBAAgD"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IInputDateTimeProps } from "./interface";
6
+ declare const _default: React.ComponentType<IInputDateTimeProps & React.RefAttributes<any>>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +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;;AAwHvD,wBAA8C"}
@@ -0,0 +1,59 @@
1
+ import type { IInputDateTimeProps } from "./interface";
2
+ declare const styles: (props: IInputDateTimeProps) => {
3
+ container: {
4
+ width: "100%";
5
+ marginBottom: number;
6
+ opacity: number;
7
+ };
8
+ label: {
9
+ fontSize: number;
10
+ fontWeight: "bold";
11
+ color: string;
12
+ marginBottom: number;
13
+ };
14
+ selectBox: {
15
+ flexDirection: "row";
16
+ alignItems: "center";
17
+ justifyContent: "center";
18
+ width: "100%";
19
+ height: number;
20
+ borderWidth: number;
21
+ borderColor: string;
22
+ borderRadius: number;
23
+ backgroundColor: string;
24
+ paddingHorizontal: number;
25
+ position: "relative";
26
+ };
27
+ selectedText: {
28
+ flex: number;
29
+ fontSize: number;
30
+ textAlign: "center";
31
+ color: string;
32
+ };
33
+ placeholderText: {
34
+ flex: number;
35
+ textAlign: "center";
36
+ fontSize: number;
37
+ color: string;
38
+ };
39
+ modalOverlay: {
40
+ flex: number;
41
+ backgroundColor: string;
42
+ justifyContent: "center";
43
+ alignItems: "center";
44
+ padding: number;
45
+ };
46
+ modalContainer: {
47
+ width: "100%";
48
+ backgroundColor: string;
49
+ borderRadius: number;
50
+ padding: number;
51
+ alignItems: "center";
52
+ };
53
+ iconStandard: {
54
+ position: "absolute";
55
+ left: number;
56
+ };
57
+ };
58
+ export { styles };
59
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwDtC,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,15 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import { SVG_NAME } from "../../../common/icons-svg/constants";
5
+ /**
6
+ * Função que mapeará os ícones correspondentes em SVG 🛠️.
7
+ * @param propertyType
8
+ * @returns SVG
9
+ */
10
+ declare const getIconKeyByValue: (propertyType: string) => keyof typeof SVG_NAME | undefined;
11
+ /**
12
+ * EXPORTS
13
+ */
14
+ export { getIconKeyByValue };
15
+ //# sourceMappingURL=get-icon-by-status.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-icon-by-status.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/list-devices/helpers/get-icon-by-status.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAE/D;;;;GAIG;AACH,QAAA,MAAM,iBAAiB,iBAAkB,MAAM,KAAG,MAAM,OAAO,QAAQ,GAAG,SAIzE,CAAC;AAEF;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IListDevices } from "./interface";
6
+ /**
7
+ * EXPORTS
8
+ */
9
+ declare const _default: React.ComponentType<IListDevices & React.RefAttributes<any>>;
10
+ export default _default;
11
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list-devices/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAqB,MAAM,OAAO,CAAC;AAU1C,OAAO,KAAK,EAAE,YAAY,EAAS,MAAM,aAAa,CAAC;AAsFvD;;GAEG;;AACH,wBAA4C"}
@@ -0,0 +1,57 @@
1
+ import { type IListDevices } from "./interface";
2
+ type Extra = {
3
+ disabled?: boolean;
4
+ isSelected?: boolean;
5
+ };
6
+ declare const styles: (props?: Partial<IListDevices & Extra>) => {
7
+ containerIndicator: {
8
+ width: "100%";
9
+ flexDirection: "row";
10
+ justifyContent: "flex-start";
11
+ alignItems: "center";
12
+ marginTop: number;
13
+ paddingVertical: number;
14
+ paddingHorizontal: number;
15
+ opacity: number;
16
+ };
17
+ containerIndicatorSelected: {
18
+ backgroundColor: string;
19
+ borderRadius: number;
20
+ };
21
+ separator: {
22
+ borderBottomWidth: number;
23
+ borderBottomColor: string;
24
+ };
25
+ title: {
26
+ color: string;
27
+ textAlign: "center";
28
+ lineHeight: number;
29
+ fontSize: number;
30
+ fontWeight: "500";
31
+ marginLeft: number;
32
+ };
33
+ titleSelected: {
34
+ color: string;
35
+ fontWeight: "600";
36
+ };
37
+ titleDescription: {
38
+ color: string;
39
+ textAlign: "center";
40
+ lineHeight: number;
41
+ fontSize: number;
42
+ fontFamily: string;
43
+ marginLeft: number;
44
+ };
45
+ descSelected: {
46
+ color: string;
47
+ };
48
+ containerMain: {
49
+ width: "100%";
50
+ flexDirection: "column";
51
+ alignItems: "flex-start";
52
+ marginLeft: number;
53
+ justifyContent: "center";
54
+ };
55
+ };
56
+ export { styles };
57
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list-devices/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAE,MAAM,aAAa,CAAC;AAGhD,KAAK,KAAK,GAAG;IAAE,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAE1D,QAAA,MAAM,MAAM,WAAW,OAAO,CAAC,YAAY,GAAG,KAAK,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2DhD,CAAC;AAEL,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IListSupplies } from "./interface";
6
+ declare const _default: React.ComponentType<IListSupplies>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list-supplies/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAoB,MAAM,OAAO,CAAC;AAWzC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;;AA0IjD,wBAA6C"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/maintenance-description-input/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;;;;;;mBAa/B,CAAC;oBAAkD,CAAC;4BACpC,CAAC;2BAChC,CAAC;+BAEW,CAAC;8BACG,CAAC;mBAEjB,CAAJ;uBAGS,CAAA;wBAEqB,CAAC;sBAEX,CAAC;yBAEX,CAAT;mBAES,CAAT;yBAA+B,CAAC;uBACT,CAAC;wBACV,CAAC;sBACN,CAAA;;;AAiBZ,wBAAwE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/components/maintenance-description-input/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAA+B,MAAM,OAAO,CAAC;;;;;;mBAa/B,CAAC;oBAAkD,CAAC;4BACpC,CAAC;2BAChC,CAAC;+BAEW,CAAC;8BACG,CAAC;mBAEjB,CAAJ;uBAGS,CAAA;wBAEqB,CAAC;sBAEX,CAAC;yBAEX,CAAT;mBAES,CAAT;yBAA+B,CAAC;uBACT,CAAC;wBACV,CAAC;sBACN,CAAA;;;AAkBZ,wBAAwE"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalActivityReasonProps } from ".//interface";
6
+ declare const _default: React.ComponentType<IModalActivityReasonProps<any>>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-activity-reason/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,cAAc,CAAC;;AAuJ9D,wBAAoD"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const OPTIONS: readonly [{
5
+ readonly label: "Disp com veículo parado";
6
+ readonly value: "option1";
7
+ }, {
8
+ readonly label: "Operação com veículo";
9
+ readonly value: "option2";
10
+ }, {
11
+ readonly label: "Em carga";
12
+ readonly value: "option3";
13
+ }, {
14
+ readonly label: "Em descarga";
15
+ readonly value: "option4";
16
+ }];
17
+ /**
18
+ * EXPORTS
19
+ */
20
+ export { OPTIONS };
21
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/modals/modal-create-activitie/helpers/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,QAAA,MAAM,OAAO;;;;;;;;;;;;EAKH,CAAC;AAEX;;GAEG;AACH,OAAO,EAAE,OAAO,EAAE,CAAC"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalCreateActivitieProps } from "./interface";
6
+ declare const _default: React.ComponentType<IModalCreateActivitieProps<any>>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAyC,MAAM,OAAO,CAAC;AAqB9D,OAAO,KAAK,EAAsB,0BAA0B,EAAE,MAAM,aAAa,CAAC;;AAyLlF,wBAAoD"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ type IModalCreateActivitieProps<T> = {
5
+ visible: boolean;
6
+ textTitle?: string;
7
+ options?: T;
8
+ onClose: () => void;
9
+ onPressConfirm: (value: T) => void;
10
+ };
11
+ type IDateAndHoursProps = {
12
+ date: string;
13
+ hours: string;
14
+ };
15
+ /**
16
+ * EXPORTS
17
+ */
18
+ export type { IModalCreateActivitieProps, IDateAndHoursProps };
19
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/interface.ts"],"names":[],"mappings":"AACA;;GAEG;AAEH,KAAK,0BAA0B,CAAC,CAAC,IAAI;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,CAAC,CAAC;IACZ,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,cAAc,EAAE,CAAC,KAAK,EAAE,CAAC,KAAK,IAAI,CAAC;CACpC,CAAC;AAEF,KAAK,kBAAkB,GAAG;IACxB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF;;GAEG;AACH,YAAY,EAAE,0BAA0B,EAAE,kBAAkB,EAAE,CAAC"}
@@ -0,0 +1,33 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ declare const styles: {
5
+ overlay: {
6
+ flex: number;
7
+ justifyContent: "center";
8
+ alignItems: "center";
9
+ backgroundColor: string;
10
+ };
11
+ card: {
12
+ width: "90%";
13
+ };
14
+ headerRow: {
15
+ marginBottom: number;
16
+ marginLeft: number;
17
+ flexDirection: "row";
18
+ alignItems: "center";
19
+ };
20
+ content: {
21
+ padding: number;
22
+ };
23
+ actions: {
24
+ marginTop: number;
25
+ flexDirection: "row";
26
+ justifyContent: "space-between";
27
+ };
28
+ };
29
+ /**
30
+ * EXPORTS
31
+ */
32
+ export { styles };
33
+ //# sourceMappingURL=styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-create-activitie/styles.ts"],"names":[],"mappings":"AAAA;;GAEG;AAKH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;CAWV,CAAC;AAEH;;GAEG;AACH,OAAO,EAAE,MAAM,EAAE,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-exclude-activitie/index.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalJourneyRectificationProps } from "./interface";
6
+ declare const _default: React.ComponentType<IModalJourneyRectificationProps>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-journey-rectification/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAcxC,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,aAAa,CAAC;;AA0NnE,wBAA0D"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ import React from "react";
5
+ import type { IModalToConfirmationsProps } from ".//interface";
6
+ declare const _default: React.ComponentType<IModalToConfirmationsProps>;
7
+ export default _default;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-to-confimations/index.tsx"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,cAAc,CAAC;;AAsK/D,wBAAqD"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ * IMPORTS
3
+ */
4
+ interface IModalToConfirmationsProps {
5
+ /**params para informa se o modal estár aberto ou fecahdo */
6
+ visible: boolean;
7
+ /**params do modal */
8
+ textTitle?: string;
9
+ /**params que armazena o texto da descrição com cor padrão */
10
+ text1?: string;
11
+ /**params que armazema o texto da descrição com a cor pintada */
12
+ text2?: string;
13
+ /**params para o titulo do botão de cancelar */
14
+ titleButtonCancel?: string;
15
+ /**params para o titulo do botão de confirmar */
16
+ titleButtonConfirm?: string;
17
+ /**params para colocar cor de fundo no botão */
18
+ backgroundColor?: string;
19
+ /**params que faz o fechamento do modal */
20
+ onClose: () => void;
21
+ /**params que faz o fechamento do modal + confirmação */
22
+ onPressConfirm: () => void;
23
+ }
24
+ /**
25
+ * EXPORTS
26
+ */
27
+ export type { IModalToConfirmationsProps };
28
+ //# sourceMappingURL=interface.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/modals/modal-to-confimations/interface.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,UAAU,0BAA0B;IAClC,4DAA4D;IAC5D,OAAO,EAAE,OAAO,CAAC;IAEjB,qBAAqB;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,6DAA6D;IAC7D,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,gEAAgE;IAChE,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,+CAA+C;IAC/C,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAE5B,+CAA+C;IAC/C,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB,0CAA0C;IAC1C,OAAO,EAAE,MAAM,IAAI,CAAC;IAEpB,wDAAwD;IACxD,cAAc,EAAE,MAAM,IAAI,CAAC;CAC5B;AAED;;GAEG;AACH,YAAY,EAAE,0BAA0B,EAAE,CAAC"}