contentoh-components-library 21.5.3 → 21.5.5

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 (295) hide show
  1. package/dist/components/organisms/InputGroup/index.js +1 -1
  2. package/dist/components/organisms/Table/styles.js +1 -1
  3. package/dist/components/pages/MultipleEdition/saveData.js +9 -19
  4. package/dist/components/pages/MultipleEdition/styles.js +1 -1
  5. package/dist/components/pages/MultipleEdition/utils.js +86 -153
  6. package/dist/components/pages/ProviderProductEdition/index.js +3 -4
  7. package/package.json +4 -1
  8. package/src/assets/images/Icons/addv2.svg +8 -0
  9. package/src/assets/images/Icons/beenhere.svg +9 -0
  10. package/src/assets/images/Icons/checkv2.svg +8 -0
  11. package/src/assets/images/Icons/close-magenta.svg +9 -0
  12. package/src/assets/images/Icons/close.svg +8 -0
  13. package/src/assets/images/Icons/closeCircle.svg +8 -0
  14. package/src/assets/images/Icons/delete-forever-red.svg +9 -0
  15. package/src/assets/images/Icons/delete-forever-white.svg +10 -0
  16. package/src/assets/images/Icons/edit.svg +8 -0
  17. package/src/assets/images/Icons/fullscreen.svg +3 -0
  18. package/src/assets/images/Icons/infoNR.svg +8 -0
  19. package/src/assets/images/Icons/options.svg +3 -0
  20. package/src/assets/images/Icons/save-white-gray.svg +9 -0
  21. package/src/assets/images/Icons/save-white.svg +9 -0
  22. package/src/assets/images/Icons/save.svg +8 -0
  23. package/src/assets/images/Icons/search.svg +3 -0
  24. package/src/assets/images/Icons/settings.svg +8 -0
  25. package/src/assets/images/Icons/trash.svg +8 -0
  26. package/src/assets/images/Icons/undo.svg +8 -0
  27. package/src/assets/images/Icons/upload-file-white.svg +4 -0
  28. package/src/assets/images/Icons/upload-file.svg +10 -0
  29. package/src/assets/images/Icons/upload_file.svg +10 -0
  30. package/src/assets/images/Icons/warningv2.svg +3 -0
  31. package/src/assets/images/checkBox/checkrosa.svg +3 -0
  32. package/src/assets/images/checkBox/checkverde.svg +3 -0
  33. package/src/assets/images/flagsv2/highPriority.svg +3 -0
  34. package/src/assets/images/flagsv2/lowPriority.svg +3 -0
  35. package/src/assets/images/flagsv2/mediumPriority.svg +3 -0
  36. package/src/assets/images/flagsv2/noPriority.svg +3 -0
  37. package/src/assets/images/generalButton/closeIconWhite.svg +4 -0
  38. package/src/assets/images/generalButton/closeIconv2.svg +4 -0
  39. package/src/assets/images/generalButton/saveIconpink.svg +3 -0
  40. package/src/components/atoms/Avatar/index.js +8 -2
  41. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +1 -0
  42. package/src/components/atoms/ButtonV2/index.js +1 -0
  43. package/src/components/atoms/ButtonV2/styles.js +16 -0
  44. package/src/components/atoms/CharsMissing/Wysiwyg.stories.js +12 -0
  45. package/src/components/atoms/CharsMissing/index.js +60 -0
  46. package/src/components/atoms/CharsMissing/styles.js +44 -0
  47. package/src/components/atoms/CheckBox/CheckBox.stories.js +5 -0
  48. package/src/components/atoms/CheckBox/index.js +5 -1
  49. package/src/components/atoms/CheckBox/styles.js +9 -3
  50. package/src/components/atoms/CustomChip/CustomChip.stories.js +16 -0
  51. package/src/components/atoms/CustomChip/index.js +34 -0
  52. package/src/components/atoms/CustomChip/styles.js +6 -0
  53. package/src/components/atoms/FeatureTagv2/FeatureTagv2.stories.js +16 -0
  54. package/src/components/atoms/FeatureTagv2/index.js +10 -0
  55. package/src/components/atoms/FeatureTagv2/styles.js +56 -0
  56. package/src/components/atoms/GeneralButton/styles.js +46 -0
  57. package/src/components/atoms/GeneralInput/index.js +3 -0
  58. package/src/components/atoms/GeneralInput/styles.js +19 -1
  59. package/src/components/atoms/GeneralInputv2/GeneralInputv2.stories.js +33 -0
  60. package/src/components/atoms/GeneralInputv2/index.js +155 -0
  61. package/src/components/atoms/GeneralInputv2/styles.js +67 -0
  62. package/src/components/atoms/InputFormatter/index.js +2 -1
  63. package/src/components/atoms/InputFormatter/styles.js +9 -4
  64. package/src/components/atoms/InputFormatterv2/Wysiwyg.stories.js +12 -0
  65. package/src/components/atoms/InputFormatterv2/index.js +148 -0
  66. package/src/components/atoms/InputFormatterv2/styles.js +39 -0
  67. package/src/components/atoms/InputImages/InputImages.stories.js +19 -0
  68. package/src/components/atoms/InputImages/index.js +25 -0
  69. package/src/components/atoms/InputImages/styles.js +17 -0
  70. package/src/components/atoms/Multiselect/Multiselect.stories.js +364 -0
  71. package/src/components/atoms/Multiselect/index.js +351 -0
  72. package/src/components/atoms/Multiselect/styles.js +33 -0
  73. package/src/components/atoms/NumberMandatory/NumberMandatory.stories.js +19 -0
  74. package/src/components/atoms/NumberMandatory/index.js +16 -0
  75. package/src/components/atoms/NumberMandatory/styles.js +11 -0
  76. package/src/components/atoms/ObservationFlag/ObservationFlag.stories.js +20 -0
  77. package/src/components/atoms/ObservationFlag/index.js +167 -0
  78. package/src/components/atoms/ObservationFlag/styles.js +104 -0
  79. package/src/components/atoms/PriorityFlagv2/PriorityFlagv2.stories.js +20 -0
  80. package/src/components/atoms/PriorityFlagv2/index.js +20 -0
  81. package/src/components/atoms/PriorityFlagv2/styles.js +6 -0
  82. package/src/components/atoms/ProductImage/index.js +24 -11
  83. package/src/components/atoms/ProductImage/styles.js +7 -0
  84. package/src/components/atoms/ProductImagev2/ProductImagev2.stories.js +28 -0
  85. package/src/components/atoms/ProductImagev2/index.js +16 -0
  86. package/src/components/atoms/ProductImagev2/styles.js +62 -0
  87. package/src/components/atoms/Progress/Progress.stories.js +25 -0
  88. package/src/components/atoms/Progress/index.js +74 -0
  89. package/src/components/atoms/Progress/styles.js +98 -0
  90. package/src/components/atoms/ScreenHeaderv2/ScreenHeaderv2.stories.js +53 -0
  91. package/src/components/atoms/ScreenHeaderv2/index.js +134 -0
  92. package/src/components/atoms/ScreenHeaderv2/styles.js +103 -0
  93. package/src/components/atoms/Selectv2/VersionSelect.js +27 -0
  94. package/src/components/atoms/Selectv2/index.js +35 -0
  95. package/src/components/atoms/Selectv2/style.js +93 -0
  96. package/src/components/atoms/SliderToolTip/styles.js +1 -1
  97. package/src/components/atoms/TabSection/index.js +1 -1
  98. package/src/components/atoms/TabSection/styles.js +0 -3
  99. package/src/components/atoms/TabSectionv2/TabSection.stories.js +25 -0
  100. package/src/components/atoms/TabSectionv2/index.js +9 -0
  101. package/src/components/atoms/TabSectionv2/styles.js +20 -0
  102. package/src/components/atoms/TooltipLight/Tooltip.stories.js +20 -0
  103. package/src/components/atoms/TooltipLight/index.js +46 -0
  104. package/src/components/atoms/TooltipLight/styles.js +65 -0
  105. package/src/components/atoms/WordsMissing/Wysiwyg.stories.js +12 -0
  106. package/src/components/atoms/WordsMissing/index.js +60 -0
  107. package/src/components/atoms/WordsMissing/styles.js +10 -0
  108. package/src/components/molecules/AddGroup/AddGroup.stories.js +15 -0
  109. package/src/components/molecules/AddGroup/index.js +84 -0
  110. package/src/components/molecules/AddGroup/styles.js +141 -0
  111. package/src/components/molecules/AsignationInfo/AsignationInfo.stories.js +17 -0
  112. package/src/components/molecules/AsignationInfo/index.js +108 -0
  113. package/src/components/molecules/AsignationInfo/styles.js +86 -0
  114. package/src/components/molecules/BoxAttribute/index.js +32 -25
  115. package/src/components/molecules/BoxAttribute/styles.js +1 -1
  116. package/src/components/molecules/BoxButtons/index.js +23 -22
  117. package/src/components/molecules/CarouselImagesLogin/index.js +1 -1
  118. package/src/components/molecules/EditionActiveImagev2/EditionActiveImagev2.stories.js +12 -0
  119. package/src/components/molecules/EditionActiveImagev2/index.js +15 -0
  120. package/src/components/molecules/EditionActiveImagev2/styles.js +7 -0
  121. package/src/components/molecules/EditionTabs/EditionTabs.stories.js +12 -0
  122. package/src/components/molecules/EditionTabs/index.js +33 -0
  123. package/src/components/molecules/EditionTabs/styles.js +24 -0
  124. package/src/components/molecules/FeaturesBarv2/FeaturesBarv2.stories.js +20 -0
  125. package/src/components/molecules/FeaturesBarv2/index.js +32 -0
  126. package/src/components/molecules/FeaturesBarv2/styles.js +17 -0
  127. package/src/components/molecules/GalleryElement/index.js +76 -1
  128. package/src/components/molecules/GalleryElementv2/GalleryElementv2.stories.js +30 -0
  129. package/src/components/molecules/GalleryElementv2/index.js +142 -0
  130. package/src/components/molecules/GalleryElementv2/styles.js +119 -0
  131. package/src/components/molecules/GalleryHeader/index.js +1 -0
  132. package/src/components/molecules/GalleryHeaderv2/GalleryHeaderv2.stories.js +10 -0
  133. package/src/components/molecules/GalleryHeaderv2/index.js +25 -0
  134. package/src/components/molecules/GalleryHeaderv2/styles.js +47 -0
  135. package/src/components/molecules/GroupSelect/GroupSelect.stories.js +35 -0
  136. package/src/components/molecules/GroupSelect/SelectItem.js +105 -0
  137. package/src/components/molecules/GroupSelect/index.js +190 -0
  138. package/src/components/molecules/GroupSelect/styles.js +124 -0
  139. package/src/components/molecules/HeaderTop/index.js +52 -6
  140. package/src/components/molecules/HeaderTopv2/HeaderTopv2.stories.js +10 -0
  141. package/src/components/molecules/HeaderTopv2/index.js +100 -0
  142. package/src/components/molecules/HeaderTopv2/styles.js +33 -0
  143. package/src/components/molecules/ImageSelectorv2/ImageSelectorv2.stories.js +46 -0
  144. package/src/components/molecules/ImageSelectorv2/index.js +22 -0
  145. package/src/components/molecules/ImageSelectorv2/styles.js +15 -0
  146. package/src/components/molecules/Phase/Phase.stories.js +107 -0
  147. package/src/components/molecules/Phase/index.js +391 -0
  148. package/src/components/molecules/Phase/styles.js +97 -0
  149. package/src/components/molecules/ProductNameHeader/index.js +19 -1
  150. package/src/components/molecules/ProductNameHeaderv2/ProductNameHeaderv2.stories.js +37 -0
  151. package/src/components/molecules/ProductNameHeaderv2/index.js +12 -0
  152. package/src/components/molecules/ProductNameHeaderv2/styles.js +10 -0
  153. package/src/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +37 -0
  154. package/src/components/molecules/ProductSkuStatus/index.js +26 -0
  155. package/src/components/molecules/ProductSkuStatus/styles.js +7 -0
  156. package/src/components/molecules/RetailerSelectorv2/RetailerSelectorv2.stories.js +35 -0
  157. package/src/components/molecules/RetailerSelectorv2/index.js +80 -0
  158. package/src/components/molecules/RetailerSelectorv2/styles.js +21 -0
  159. package/src/components/molecules/ServiceDataValidator/ServiceDataValidator.stories.js +90 -0
  160. package/src/components/molecules/ServiceDataValidator/index.js +49 -0
  161. package/src/components/molecules/ServiceDataValidator/styles.js +36 -0
  162. package/src/components/molecules/SignInLogin/index.js +11 -11
  163. package/src/components/molecules/StatusAsignationInfo/FinancedCompanies.js +501 -63
  164. package/src/components/molecules/StatusAsignationInfo/index.js +1 -1
  165. package/src/components/molecules/StatusRetailer/StatusAsignationInfo.stories.js +17 -0
  166. package/src/components/molecules/StatusRetailer/index.js +55 -0
  167. package/src/components/molecules/StatusRetailer/styles.js +85 -0
  168. package/src/components/molecules/StripeCardSelector/CardSelector.stories.js +1 -2
  169. package/src/components/molecules/TabsMenuv2/TabsMenuv2.stories.js +19 -0
  170. package/src/components/molecules/TabsMenuv2/index.js +112 -0
  171. package/src/components/molecules/TabsMenuv2/styles.js +19 -0
  172. package/src/components/molecules/TagAndInput/index.js +8 -6
  173. package/src/components/molecules/TagAndInputv2/TagAndInputv2.stories.js +24 -0
  174. package/src/components/molecules/TagAndInputv2/index.js +86 -0
  175. package/src/components/molecules/TagAndInputv2/styles.js +35 -0
  176. package/src/components/molecules/Validation/Validation.stories.js +12 -0
  177. package/src/components/molecules/Validation/index.js +77 -0
  178. package/src/components/molecules/Validation/styles.js +19 -0
  179. package/src/components/molecules/VersionItemv2/VersionItemv2.stories.js +14 -0
  180. package/src/components/molecules/VersionItemv2/index.js +59 -0
  181. package/src/components/molecules/VersionItemv2/styles.js +47 -0
  182. package/src/components/organisms/BarButtons/BarButtons.stories.js +13 -0
  183. package/src/components/organisms/BarButtons/index.js +150 -0
  184. package/src/components/organisms/BarButtons/styles.js +54 -0
  185. package/src/components/organisms/Chat/Chat.stories.js +27 -7
  186. package/src/components/organisms/Chat/ContainerItems/index.js +18 -2
  187. package/src/components/organisms/Chat/ContainerItems/styles.js +14 -2
  188. package/src/components/organisms/Chat/ContentChat/index.js +88 -12
  189. package/src/components/organisms/Chat/Footer/index.js +11 -0
  190. package/src/components/organisms/Chat/index.js +46 -4
  191. package/src/components/organisms/Chat/styles.js +4 -0
  192. package/src/components/organisms/Chatv2/ChatLists/ChatLists.stories.js +65 -0
  193. package/src/components/organisms/Chatv2/ChatLists/Rotoplas.jpeg +0 -0
  194. package/src/components/organisms/Chatv2/ChatLists/THD.png +0 -0
  195. package/src/components/organisms/Chatv2/ChatLists/index.js +141 -0
  196. package/src/components/organisms/Chatv2/ChatLists/styles.js +162 -0
  197. package/src/components/organisms/Chatv2/Chatv2.stories.js +184 -0
  198. package/src/components/organisms/Chatv2/ContainerItems/ContainerItems.stories.js +142 -0
  199. package/src/components/organisms/Chatv2/ContainerItems/index.js +538 -0
  200. package/src/components/organisms/Chatv2/ContainerItems/styles.js +360 -0
  201. package/src/components/organisms/Chatv2/ContentChat/ContentChat.stories.js +102 -0
  202. package/src/components/organisms/Chatv2/ContentChat/Rotoplas.jpeg +0 -0
  203. package/src/components/organisms/Chatv2/ContentChat/THD.png +0 -0
  204. package/src/components/organisms/Chatv2/ContentChat/index.js +1016 -0
  205. package/src/components/organisms/Chatv2/ContentChat/styles.js +44 -0
  206. package/src/components/organisms/Chatv2/Footer/Footer.stories.js +22 -0
  207. package/src/components/organisms/Chatv2/Footer/index.js +668 -0
  208. package/src/components/organisms/Chatv2/Footer/styles.js +290 -0
  209. package/src/components/organisms/Chatv2/Header/Header.stories.js +66 -0
  210. package/src/components/organisms/Chatv2/Header/index.js +93 -0
  211. package/src/components/organisms/Chatv2/Header/styles.js +49 -0
  212. package/src/components/organisms/Chatv2/index.js +281 -0
  213. package/src/components/organisms/Chatv2/styles.js +85 -0
  214. package/src/components/organisms/CompleteServices/CompleteServices.stories.js +91 -0
  215. package/src/components/organisms/CompleteServices/index.js +82 -0
  216. package/src/components/organisms/CompleteServices/styles.js +35 -0
  217. package/src/components/organisms/DashboardMetric/index.js +6 -3
  218. package/src/components/organisms/DragAndDropPhases/DragAndDropPhases.stories.js +13 -0
  219. package/src/components/organisms/DragAndDropPhases/index.js +336 -0
  220. package/src/components/organisms/DragAndDropPhases/styles.js +107 -0
  221. package/src/components/organisms/DragPrueba/DragPrueba.stories.js +12 -0
  222. package/src/components/organisms/DragPrueba/index.js +57 -0
  223. package/src/components/organisms/DragPrueba/styles.js +8 -0
  224. package/src/components/organisms/EditGroup/EditGroup.stories.js +20 -0
  225. package/src/components/organisms/EditGroup/index.js +321 -0
  226. package/src/components/organisms/EditGroup/styles.js +207 -0
  227. package/src/components/organisms/FullProductNameHeader/index.js +13 -1
  228. package/src/components/organisms/FullProductNamev2/FullProductNamev2.stories.js +28 -0
  229. package/src/components/organisms/FullProductNamev2/index.js +101 -0
  230. package/src/components/organisms/FullProductNamev2/styles.js +49 -0
  231. package/src/components/organisms/FullTabsMenuv2/FullTabsMenuv2.stories.js +22 -0
  232. package/src/components/organisms/FullTabsMenuv2/index.js +142 -0
  233. package/src/components/organisms/FullTabsMenuv2/styles.js +47 -0
  234. package/src/components/organisms/GridProducts/GridProducts.stories.js +682 -107
  235. package/src/components/organisms/ImageDataTablev2/ImageDataTablev2.stories.js +24 -0
  236. package/src/components/organisms/ImageDataTablev2/index.js +124 -0
  237. package/src/components/organisms/ImageDataTablev2/styles.js +18 -0
  238. package/src/components/organisms/ImagePreviewerv2/ImagePreviewerv2.stories.js +38 -0
  239. package/src/components/organisms/ImagePreviewerv2/index.js +22 -0
  240. package/src/components/organisms/ImagePreviewerv2/styles.js +7 -0
  241. package/src/components/organisms/ImageUploader/ImageUploader.stories.js +15 -0
  242. package/src/components/organisms/ImageUploader/index.js +62 -0
  243. package/src/components/organisms/ImageUploader/styles.js +29 -0
  244. package/src/components/organisms/ImageVisor/ImageVisor.stories.js +15 -0
  245. package/src/components/organisms/ImageVisor/index.js +143 -0
  246. package/src/components/organisms/ImageVisor/styles.js +106 -0
  247. package/src/components/organisms/InputGroup/index.js +292 -144
  248. package/src/components/organisms/InputGroup/styles.js +31 -0
  249. package/src/components/organisms/InputGroupv2/InputGroupv2.stories.js +31 -0
  250. package/src/components/organisms/InputGroupv2/index.js +296 -0
  251. package/src/components/organisms/InputGroupv2/styles.js +90 -0
  252. package/src/components/organisms/MandatoryBar/MandatoryBar.stories.js +18 -0
  253. package/src/components/organisms/MandatoryBar/index.js +31 -0
  254. package/src/components/organisms/MandatoryBar/styles.js +12 -0
  255. package/src/components/organisms/Modal/Modal.stories.js +2 -1
  256. package/src/components/organisms/Modal/index.js +9 -2
  257. package/src/components/organisms/Modal/styles.js +8 -1
  258. package/src/components/organisms/OrderDetail/utils/Table/utils.js +6 -16
  259. package/src/components/organisms/ProductImageModalv2/ProductImageModalv2.stories.js +90 -0
  260. package/src/components/organisms/ProductImageModalv2/index.js +105 -0
  261. package/src/components/organisms/ProductImageModalv2/styles.js +71 -0
  262. package/src/components/organisms/RenameImagesBar/RenameImagesBar.stories.js +18 -0
  263. package/src/components/organisms/RenameImagesBar/index.js +30 -0
  264. package/src/components/organisms/RenameImagesBar/styles.js +12 -0
  265. package/src/components/organisms/Table/Table.stories.js +609 -0
  266. package/src/components/organisms/Table/index.js +84 -0
  267. package/src/components/organisms/Table/styles.js +114 -0
  268. package/src/components/organisms/VersionSelectorv2/VersionSelectorv2.stories.js +15 -0
  269. package/src/components/organisms/VersionSelectorv2/index.js +105 -0
  270. package/src/components/organisms/VersionSelectorv2/styles.js +45 -0
  271. package/src/components/pages/Dashboard/Dashboard.stories.js +33 -38
  272. package/src/components/pages/Dashboard/index.js +36 -7
  273. package/src/components/pages/MultipleEdition/MultipleEdition.stories.js +17 -0
  274. package/src/components/pages/MultipleEdition/components/ImageUploader.js +62 -0
  275. package/src/components/pages/MultipleEdition/components/ImageUploaderStyles.js +29 -0
  276. package/src/components/pages/MultipleEdition/components/ImageVisor.js +143 -0
  277. package/src/components/pages/MultipleEdition/components/styles.js +106 -0
  278. package/src/components/pages/MultipleEdition/index.js +248 -0
  279. package/src/components/pages/MultipleEdition/saveData.js +92 -0
  280. package/src/components/pages/MultipleEdition/styles.js +201 -0
  281. package/src/components/pages/MultipleEdition/utils.js +1073 -0
  282. package/src/components/pages/ProductEditionv2/ProductEditionv2.stories.js +213 -0
  283. package/src/components/pages/ProductEditionv2/index.js +1758 -0
  284. package/src/components/pages/ProductEditionv2/styles.js +154 -0
  285. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +56 -60
  286. package/src/components/pages/ProviderProductEdition/index.js +149 -133
  287. package/src/components/pages/ProviderProductEdition/styles.js +5 -1
  288. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +4 -0
  289. package/src/components/pages/RetailerProductEdition/generateThumnail.js +21 -0
  290. package/src/components/pages/RetailerProductEdition/index.js +293 -300
  291. package/src/components/pages/RetailerProductEdition/styles.js +4 -0
  292. package/src/components/pages/RetailerProductEdition/utils.js +37 -0
  293. package/src/global-files/data.js +6 -10
  294. package/src/global-files/variables.js +6 -0
  295. package/src/index.js +12 -0
@@ -0,0 +1,296 @@
1
+ import { Container } from "./styles";
2
+ import { TagAndInputv2 } from "../../molecules/TagAndInputv2";
3
+ import { ScreenHeaderv2 } from "../../atoms/ScreenHeaderv2";
4
+ import { useState, useEffect } from "react";
5
+ import { Box } from "../Box";
6
+
7
+ export const InputGroupv2 = ({
8
+ inputGroup = {},
9
+ auditInputGroup,
10
+ activeSection,
11
+ dataInputs = {},
12
+ auditInputs = {},
13
+ updatedDescriptions,
14
+ setUpdatedDescriptions,
15
+ updatedDatasheets,
16
+ setUpdatedDatasheets,
17
+ articleId,
18
+ version,
19
+ dinamicHeight,
20
+ compare,
21
+ activeRetailer,
22
+ setUpdatedBoxData,
23
+ showMissingChars,
24
+ }) => {
25
+ const inputTypeValue = (type) => {
26
+ switch (type) {
27
+ case "Booleano":
28
+ return "checkbox";
29
+ case "Numérico":
30
+ return "number";
31
+ default:
32
+ return "text";
33
+ }
34
+ };
35
+ const [showBox, setShowBox] = useState(false);
36
+
37
+ const isEquals = (dataInputsVal, auditInputsVal) => {
38
+ const result = dataInputsVal === auditInputsVal;
39
+ return result;
40
+ };
41
+
42
+
43
+ useEffect(() => {
44
+ if (inputGroup.groupId === "16" && activeRetailer && activeRetailer?.retailer?.id) {
45
+ if (activeRetailer?.retailer?.id === 68) {
46
+ setShowBox(true);
47
+ } else {
48
+ setShowBox(false);
49
+ }
50
+ }
51
+ }, [activeRetailer, inputGroup.groupId]);
52
+
53
+ // useEffect(() => {
54
+ // if (showBox) {
55
+ // // Realiza la acción que deseas cuando showBox es true
56
+ // console.log("showBox es true");
57
+ // } else {
58
+ // // Realiza la acción que deseas cuando showBox es false
59
+ // console.log("showBox es false");
60
+ // }
61
+ // }, [showBox]);
62
+ // console.log("dataInputs",dataInputs);
63
+
64
+ return (
65
+ <>
66
+ {inputGroup.groupId === "16" && activeRetailer?.retailer?.id === 68 && (
67
+ <Container
68
+ className={
69
+ activeSection === "Ficha técnica"
70
+ ? "datasheets-layout"
71
+ : "descriptions-layout"
72
+ }
73
+ >
74
+ <Box
75
+ inputGroup={inputGroup}
76
+ dataInputs={dataInputs}
77
+ onChange={setUpdatedBoxData}
78
+ />
79
+ </Container>
80
+ )}
81
+ {(inputGroup.groupId !== "16") && (
82
+ <Container
83
+ className={
84
+ activeSection === "Ficha técnica"
85
+ ? "datasheets-layout"
86
+ : "descriptions-layout"
87
+ }
88
+ >
89
+ {inputGroup?.dataGroup && (
90
+ <ScreenHeaderv2
91
+ headerType={"retailer-name-header"}
92
+ text={`${inputGroup?.dataGroup}`}
93
+ />
94
+ )}
95
+ <div className="inputs-container">
96
+ {inputGroup?.inputs?.map((input, index) =>
97
+ activeSection === "Ficha técnica" ? (
98
+ <>
99
+ <TagAndInputv2
100
+ key={
101
+ index +
102
+ "-" +
103
+ dataInputs[input]?.value +
104
+ "-" +
105
+ dataInputs[input]?.id +
106
+ "-" +
107
+ compare
108
+ }
109
+ //disabled={input === 40001}
110
+ disabled={false}
111
+ inputId={dataInputs[input]?.id}
112
+ version={version}
113
+ inputType={inputTypeValue(dataInputs[input]?.type)}
114
+ label={
115
+ dataInputs[input]?.name +
116
+ (dataInputs[input]?.required ? "*" : "")
117
+ }
118
+ value={
119
+ compare
120
+ ? auditInputs[input]?.value
121
+ : dataInputs[input]?.value
122
+ }
123
+ inputPlaceHolder={input?.placeholder}
124
+ articleId={articleId}
125
+ isRequired={dataInputs[input]?.required}
126
+ required={dataInputs[input]?.required}
127
+ minWords={dataInputs[input]?.min_words}
128
+ maxWords={dataInputs[input]?.max_words}
129
+ minChar={dataInputs[input]?.min_chars}
130
+ updatedDatasheets={updatedDatasheets}
131
+ setUpdatedDatasheets={setUpdatedDatasheets}
132
+ maxChar={
133
+ dataInputs[input]?.max_chars
134
+ ? dataInputs[input]?.max_chars
135
+ : 999
136
+ }
137
+ optionList={dataInputs[input]?.option_list}
138
+ description={dataInputs[input]?.description}
139
+ showTooltip={true}
140
+ auditClass={
141
+ compare &&
142
+ !isEquals(dataInputs[input].value, auditInputs[input].value)
143
+ ? "audit-class"
144
+ : ""
145
+ }
146
+ showMissingChars={showMissingChars}
147
+ />
148
+ </>
149
+ ) : (
150
+ <TagAndInputv2
151
+ key={index + "-" + input?.value + "-" + compare}
152
+ inputId={input.id}
153
+ index={index}
154
+ inputType={"textarea"}
155
+ label={input?.name + (input.required ? "*" : "")}
156
+ value={
157
+ compare ? auditInputGroup?.inputs[index]?.value : input?.value
158
+ }
159
+ isRequired={input.required}
160
+ required={input.required}
161
+ minWords={input?.min_words}
162
+ maxWords={input?.max_words}
163
+ minChar={input?.min_chars}
164
+ maxChar={input.max_chars}
165
+ inputPlaceHolder={input?.placeholder}
166
+ updatedDescriptions={updatedDescriptions}
167
+ setUpdatedDescriptions={setUpdatedDescriptions}
168
+ articleId={articleId}
169
+ version={version}
170
+ dinamicHeight={dinamicHeight}
171
+ description={input?.description}
172
+ showTooltip={true}
173
+ auditClass={
174
+ compare &&
175
+ !isEquals(input?.value, auditInputGroup?.inputs[index]?.value)
176
+ ? "audit-class"
177
+ : ""
178
+ }
179
+ showMissingChars={showMissingChars}
180
+ />
181
+ )
182
+ )}
183
+ </div>
184
+ </Container>
185
+ )}
186
+ {(inputGroup.groupId === "16" && activeRetailer?.retailer?.id === 74) && (
187
+ <Container
188
+ className={
189
+ activeSection === "Ficha técnica"
190
+ ? "datasheets-layout"
191
+ : "descriptions-layout"
192
+ }
193
+ >
194
+ {inputGroup?.dataGroup && (
195
+ <ScreenHeaderv2
196
+ headerType={"retailer-name-header"}
197
+ text={`${inputGroup?.dataGroup}`}
198
+ />
199
+ )}
200
+ <div className="inputs-container">
201
+ {inputGroup?.inputs?.map((input, index) =>
202
+ activeSection === "Ficha técnica" ? (
203
+ <>
204
+ <TagAndInputv2
205
+ key={
206
+ index +
207
+ "-" +
208
+ dataInputs[input]?.value +
209
+ "-" +
210
+ dataInputs[input]?.id +
211
+ "-" +
212
+ compare
213
+ }
214
+ //disabled={input === 40001}
215
+ disabled={false}
216
+ inputId={dataInputs[input]?.id}
217
+ version={version}
218
+ inputType={inputTypeValue(dataInputs[input]?.type)}
219
+ label={
220
+ dataInputs[input]?.name +
221
+ (dataInputs[input]?.required ? "*" : "")
222
+ }
223
+ value={
224
+ compare
225
+ ? auditInputs[input]?.value
226
+ : dataInputs[input]?.value
227
+ }
228
+ inputPlaceHolder={input?.placeholder}
229
+ articleId={articleId}
230
+ isRequired={dataInputs[input]?.required}
231
+ required={input.required}
232
+ minWords={input?.min_words}
233
+ maxWords={input?.max_words}
234
+ minChar={input?.min_chars}
235
+ updatedDatasheets={updatedDatasheets}
236
+ setUpdatedDatasheets={setUpdatedDatasheets}
237
+ maxChar={
238
+ dataInputs[input]?.max_chars
239
+ ? dataInputs[input]?.max_chars
240
+ : 999
241
+ }
242
+ optionList={dataInputs[input]?.option_list}
243
+ description={dataInputs[input]?.description}
244
+ showTooltip={true}
245
+ inputGroup={inputGroup}
246
+ dataInputs={dataInputs}
247
+ onChange={setUpdatedBoxData}
248
+ auditClass={
249
+ compare &&
250
+ !isEquals(dataInputs[input].value, auditInputs[input].value)
251
+ ? "audit-class"
252
+ : ""
253
+ }
254
+ showMissingChars={showMissingChars}
255
+ />
256
+ </>
257
+ ) : (
258
+ <TagAndInputv2
259
+ key={index + "-" + input?.value + "-" + compare}
260
+ inputId={input.id}
261
+ index={index}
262
+ inputType={"textarea"}
263
+ label={input?.name + (input.required ? "*" : "")}
264
+ value={
265
+ compare ? auditInputGroup?.inputs[index]?.value : input?.value
266
+ }
267
+ isRequired={input.required}
268
+ required={input.required}
269
+ minWords={input?.min_words}
270
+ maxWords={input?.max_words}
271
+ minChar={input?.min_chars}
272
+ maxChar={input.max_chars}
273
+ inputPlaceHolder={input?.placeholder}
274
+ updatedDescriptions={updatedDescriptions}
275
+ setUpdatedDescriptions={setUpdatedDescriptions}
276
+ articleId={articleId}
277
+ version={version}
278
+ dinamicHeight={dinamicHeight}
279
+ description={input?.description}
280
+ showTooltip={true}
281
+ auditClass={
282
+ compare &&
283
+ !isEquals(input?.value, auditInputGroup?.inputs[index]?.value)
284
+ ? "audit-class"
285
+ : ""
286
+ }
287
+ showMissingChars={showMissingChars}
288
+ />
289
+ )
290
+ )}
291
+ </div>
292
+ </Container>
293
+ )}
294
+ </>
295
+ );
296
+ }
@@ -0,0 +1,90 @@
1
+ import styled from "styled-components";
2
+ import { GlobalColors } from "../../../global-files/variables";
3
+
4
+ export const Container = styled.div`
5
+ border-radius: 6px;
6
+ padding: 10px;
7
+ width: 100%;
8
+
9
+ .retailer-name-header {
10
+ & + * {
11
+ margin-top: 10px;
12
+ }
13
+ }
14
+ &.datasheets-layout {
15
+ border: 1px solid ${GlobalColors.gray_light};
16
+ padding: 18px;
17
+ border-radius: 10px;
18
+
19
+ .inputs-container {
20
+ display: flex;
21
+ flex-wrap: wrap;
22
+ width: 100%;
23
+ gap: 10px;
24
+
25
+ .input-container {
26
+ flex: 1 1 20%;
27
+ min-width: 227px;
28
+ display: flex;
29
+ flex-direction: row;
30
+ align-items: center;
31
+ gap: 10px;
32
+ }
33
+ }
34
+ }
35
+ &.datasheets-layout .title-container {
36
+ width:auto;
37
+ white-space:nowrap;
38
+ }
39
+
40
+ & + * {
41
+ margin-top: 15px;
42
+ }
43
+ .title-container {
44
+ display:flex;
45
+ gap:8px;
46
+ }
47
+
48
+ &.descriptions-layout .title-container {
49
+ width:20%;
50
+ }
51
+
52
+ &.descriptions-layout {
53
+ .inputs-container{
54
+ .input-container{
55
+ display: flex;
56
+ align-items: center;
57
+ gap:8px;
58
+ margin-top:10px;
59
+ }
60
+ }
61
+ }
62
+ `;
63
+ export const ContainerIcon = styled.div`
64
+ cursor: pointer;
65
+ @font-face {
66
+ font-family: "Material Symbols Outlined";
67
+ font-style: normal;
68
+ font-weight: 100 700;
69
+ src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v68/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2)
70
+ format("woff2");
71
+ }
72
+
73
+ .hola {
74
+ font-family: "Material Symbols Outlined";
75
+ font-size: 30px;
76
+ //line-height: 1;
77
+ margin-top: 10px;
78
+ }
79
+ .hola {
80
+ font-variation-settings: "FILL"
81
+ ${(props) => (props.percentageRequired < 100 ? 0 : 1)},
82
+ "wght" 400, "GRAD" 0, "opsz" 48;
83
+
84
+ }
85
+ .icono-police{
86
+ font-size:20px;
87
+ color: ${(props) =>
88
+ props.percentageRequired < 100 ? "#d4d1d7" : "#ECDD1D"};
89
+ }
90
+ `;
@@ -0,0 +1,18 @@
1
+ import { MandatoryBar } from "./index";
2
+
3
+ export default {
4
+ title: "Components/organisms/MandatoryBar",
5
+ component: MandatoryBar,
6
+ argTypes: {
7
+
8
+ },
9
+ };
10
+
11
+ const Template = (args) => <MandatoryBar {...args} />;
12
+
13
+ export const MandatoryBarDefault = Template.bind({});
14
+ MandatoryBarDefault.args = {
15
+ MandatoryBar: {
16
+
17
+ },
18
+ };
@@ -0,0 +1,31 @@
1
+ import { NumberMandatory } from "../../atoms/NumberMandatory";
2
+ import { Container } from "./styles";
3
+
4
+ export const MandatoryBar = ({
5
+ obligatorias,
6
+ minimas,
7
+ maximas
8
+ }) => {
9
+ return (
10
+ <Container>
11
+ <NumberMandatory
12
+ number={obligatorias}
13
+ required={true}
14
+ typeImage={"obligatorias"}
15
+ typeSingle={"obligatoria"}
16
+ ></NumberMandatory>
17
+ <NumberMandatory
18
+ number={minimas}
19
+ required={false}
20
+ typeImage={"mínimas"}
21
+ typeSingle={"mínimas"}
22
+ ></NumberMandatory>
23
+ <NumberMandatory
24
+ number={maximas}
25
+ required={false}
26
+ typeImage={"máximas"}
27
+ typeSingle={"máximas"}
28
+ ></NumberMandatory>
29
+ </Container>
30
+ );
31
+ }
@@ -0,0 +1,12 @@
1
+ import styled from "styled-components";
2
+ import { GlobalColors } from "../../../global-files/variables";
3
+
4
+ export const Container = styled.div`
5
+ width: fit-content;
6
+ height:60px;
7
+ display: flex;
8
+ gap: 10px;
9
+ padding:22px 15px;
10
+ border:1px solid ${GlobalColors.gray_light};
11
+ border-radius:10px;
12
+ `;
@@ -6,7 +6,7 @@ export default {
6
6
  component: Modal,
7
7
  argTypes: {
8
8
  icon: {
9
- options: [undefined, "error", "warning", "success", "info"],
9
+ options: [undefined, "error", "warning", "success", "successv2", "info"],
10
10
  control: { type: "select" },
11
11
  },
12
12
  },
@@ -19,6 +19,7 @@ modalDefault.args = {
19
19
  show: false,
20
20
  title: "Titulo del modal",
21
21
  icon: undefined,
22
+ image:undefined,
22
23
  message: `descripcion amplia sobre el componente
23
24
  modal white para saber como se ven varias lineas
24
25
  de codigo`,
@@ -6,6 +6,7 @@ import {
6
6
  faCheck as successIcon,
7
7
  faExclamation as infoIcon,
8
8
  } from "@fortawesome/free-solid-svg-icons";
9
+
9
10
  import { FontAwesomeIcon as Icon } from "@fortawesome/react-fontawesome";
10
11
  import { Fade, Grow, Zoom, Modal as ModalMUI, Backdrop } from "@mui/material";
11
12
  import { ButtonV2 } from "../../atoms/ButtonV2";
@@ -17,7 +18,8 @@ export const Modal = (props) => {
17
18
  show, // boolean
18
19
  title, // string
19
20
  message, // string
20
- icon, // "error" | "warning" | "success" | "info" | (por default no icon)
21
+ icon, // "error" | "warning" | "success" | "successV2" | "info" (por default no icon)
22
+ image,
21
23
  customComponent, // JSX
22
24
  buttons, // array<JSX>
23
25
  onClickModal, // (event) => {}
@@ -28,6 +30,7 @@ export const Modal = (props) => {
28
30
  warning: warningIcon,
29
31
  info: infoIcon,
30
32
  success: successIcon,
33
+ successv2: successIcon,
31
34
  };
32
35
 
33
36
  return (
@@ -37,7 +40,7 @@ export const Modal = (props) => {
37
40
  timeout={400}
38
41
  style={{
39
42
  backgroundColor: "transparent",
40
- zIndex: 10,
43
+ zIndex: 10100,
41
44
  }}
42
45
  onClick={(event) => onClickModal && onClickModal(event)}
43
46
  >
@@ -51,6 +54,10 @@ export const Modal = (props) => {
51
54
  )}
52
55
  </header>
53
56
 
57
+ {/* imagen modal */}
58
+ {image && (
59
+ <img src={image} alt="img modal"></img>
60
+ )}
54
61
  {/* icono modal */}
55
62
  {icons[icon?.toLowerCase()] && (
56
63
  <CustomIcon
@@ -31,7 +31,6 @@ export const ContainerModal = styled.div`
31
31
  align-items: center;
32
32
  justify-content: flex-start;
33
33
  gap: 6px;
34
- margin-bottom: 20px;
35
34
 
36
35
  .label-title {
37
36
  width: 100%;
@@ -42,6 +41,10 @@ export const ContainerModal = styled.div`
42
41
  color: #262626;
43
42
  white-space: pre-wrap;
44
43
  }
44
+
45
+ & + * {
46
+ margin-top: 20px;
47
+ }
45
48
  }
46
49
 
47
50
  .iconModal {
@@ -69,6 +72,10 @@ export const ContainerModal = styled.div`
69
72
  }
70
73
  &.iconModal-success {
71
74
  }
75
+ &.iconModal-successv2{
76
+ border-color: #85BC5B;
77
+ color: #85BC5B;
78
+ }
72
79
  }
73
80
 
74
81
  .label-message {
@@ -1,41 +1,31 @@
1
1
  export const servicesCodeIcon = {
2
2
  datasheet: (
3
3
  <div key="datasheet" className="tooltip">
4
- <span className="material-icons small">
5
- &#xf8ee;
6
- </span>
4
+ <span className="material-icons small">&#xf8ee;</span>
7
5
  <span className="tooltiptext">Ficha Técnica</span>
8
6
  </div>
9
7
  ),
10
8
  description: (
11
9
  <div key="description" className="tooltip">
12
- <span className="material-icons small">
13
- &#xe873;
14
- </span>
10
+ <span className="material-icons small">&#xe873;</span>
15
11
  <span className="tooltiptext">Descripción</span>
16
12
  </div>
17
13
  ),
18
14
  image: (
19
15
  <div key="image" className="tooltip">
20
- <span className="material-icons small">
21
- &#xe3f4;
22
- </span>
16
+ <span className="material-icons small">&#xe3f4;</span>
23
17
  <span className="tooltiptext">Imagen</span>
24
18
  </div>
25
19
  ),
26
20
  translate: (
27
21
  <div key="translate" className="tooltip">
28
- <span className="material-icons small">
29
- &#xe8e2;
30
- </span>
22
+ <span className="material-icons small">&#xe8e2;</span>
31
23
  <span className="tooltiptext">Traducción</span>
32
24
  </div>
33
25
  ),
34
26
  build: (
35
- <div key="build" className="tooltip">
36
- <span className="material-icons small">
37
- &#xe1bd;
38
- </span>
27
+ <div key="build" className="tooltip">
28
+ <span className="material-icons small">&#xe1bd;</span>
39
29
  <span className="tooltiptext">Construcción</span>
40
30
  </div>
41
31
  ),
@@ -0,0 +1,90 @@
1
+ import { ProductImageModalv2 } from "./index";
2
+
3
+ export default {
4
+ title: "Components/organisms/ProductImageModalv2",
5
+ component: ProductImageModalv2,
6
+ };
7
+
8
+ const Template = (args) => <ProductImageModalv2 {...args} />;
9
+
10
+ export const ProductImageModalv2Default = Template.bind({});
11
+ ProductImageModalv2Default.args = {
12
+ headerInfo: {},
13
+
14
+ images: {
15
+ values: [
16
+ {
17
+ img: "https://image.shutterstock.com/image-illustration/3d-render-generic-drug-pills-260nw-709112806.jpg",
18
+ alt: "img",
19
+ name: "Hero",
20
+ data: [
21
+ { feature: "Tamaño de imagen", value: "1000x10000" },
22
+ { feature: "Formato", value: "jpg" },
23
+ { feature: "Resolución", value: "300dpi" },
24
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
25
+ { feature: "Identificador", value: "F261" },
26
+ ],
27
+ },
28
+ {
29
+ img: "https://www.muycomputer.com/wp-content/uploads/2020/12/google.png",
30
+ alt: "img",
31
+ name: "Hero2",
32
+ data: [
33
+ { feature: "Tamaño de imagen", value: "1000x10000" },
34
+ { feature: "Formato", value: "jpg" },
35
+ { feature: "Resolución", value: "300dpi" },
36
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
37
+ { feature: "Identificador", value: "F261" },
38
+ ],
39
+ },
40
+ {
41
+ img: "https://www.ionos.es/digitalguide/fileadmin/DigitalGuide/Teaser/bildergalerie-online-t.jpg",
42
+ alt: "img",
43
+ name: "Hero3",
44
+ data: [
45
+ { feature: "Tamaño de imagen", value: "1000x10000" },
46
+ { feature: "Formato", value: "jpg" },
47
+ { feature: "Resolución", value: "300dpi" },
48
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
49
+ { feature: "Identificador", value: "F261" },
50
+ ],
51
+ },
52
+ {
53
+ img: "https://i.pinimg.com/originals/d0/b9/28/d0b928df15d3a3bf1905865a8fedb257.jpg",
54
+ alt: "img",
55
+ name: "Hero4",
56
+ data: [
57
+ { feature: "Tamaño de imagen", value: "1000x10000" },
58
+ { feature: "Formato", value: "jpg" },
59
+ { feature: "Resolución", value: "300dpi" },
60
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
61
+ { feature: "Identificador", value: "F261" },
62
+ ],
63
+ },
64
+ {
65
+ img: "https://memegenerator.net/img/images/72798198.jpg",
66
+ alt: "img",
67
+ name: "Hero5",
68
+ data: [
69
+ { feature: "Tamaño de imagen", value: "1000x10000" },
70
+ { feature: "Formato", value: "jpg" },
71
+ { feature: "Resolución", value: "300dpi" },
72
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
73
+ { feature: "Identificador", value: "F261" },
74
+ ],
75
+ },
76
+ {
77
+ img: "http://www.dumpaday.com/wp-content/uploads/2016/02/funny-pictures-621.jpg",
78
+ alt: "img",
79
+ name: "Hero6",
80
+ data: [
81
+ { feature: "Tamaño de imagen", value: "1000x10000" },
82
+ { feature: "Formato", value: "jpg" },
83
+ { feature: "Resolución", value: "300dpi" },
84
+ { feature: "Tipo de imagen", value: "Tipo de imagen" },
85
+ { feature: "Identificador", value: "F261" },
86
+ ],
87
+ },
88
+ ],
89
+ },
90
+ };