contentoh-components-library 21.5.8 → 21.5.10

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 (296) hide show
  1. package/dist/components/organisms/InputGroup/index.js +1 -9
  2. package/dist/components/organisms/Table/styles.js +1 -1
  3. package/dist/components/pages/MultipleEdition/saveData.js +19 -9
  4. package/dist/components/pages/MultipleEdition/styles.js +1 -1
  5. package/dist/components/pages/MultipleEdition/utils.js +153 -86
  6. package/package.json +1 -4
  7. package/src/components/atoms/Avatar/index.js +2 -8
  8. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -1
  9. package/src/components/atoms/ButtonV2/index.js +0 -1
  10. package/src/components/atoms/ButtonV2/styles.js +0 -16
  11. package/src/components/atoms/CheckBox/CheckBox.stories.js +0 -5
  12. package/src/components/atoms/CheckBox/index.js +1 -5
  13. package/src/components/atoms/CheckBox/styles.js +3 -9
  14. package/src/components/atoms/GeneralButton/styles.js +0 -46
  15. package/src/components/atoms/GeneralInput/index.js +0 -3
  16. package/src/components/atoms/GeneralInput/styles.js +1 -19
  17. package/src/components/atoms/InputFormatter/index.js +1 -2
  18. package/src/components/atoms/InputFormatter/styles.js +4 -9
  19. package/src/components/atoms/ProductImage/index.js +11 -24
  20. package/src/components/atoms/ProductImage/styles.js +0 -7
  21. package/src/components/atoms/SliderToolTip/styles.js +1 -1
  22. package/src/components/atoms/TabSection/index.js +1 -1
  23. package/src/components/atoms/TabSection/styles.js +3 -0
  24. package/src/components/molecules/BoxAttribute/index.js +25 -32
  25. package/src/components/molecules/BoxAttribute/styles.js +1 -1
  26. package/src/components/molecules/BoxButtons/index.js +22 -23
  27. package/src/components/molecules/CarouselImagesLogin/index.js +1 -1
  28. package/src/components/molecules/GalleryElement/index.js +1 -76
  29. package/src/components/molecules/GalleryHeader/index.js +0 -1
  30. package/src/components/molecules/HeaderTop/index.js +6 -52
  31. package/src/components/molecules/ProductNameHeader/index.js +1 -19
  32. package/src/components/molecules/RowItem/styles.js +1 -0
  33. package/src/components/molecules/SignInLogin/index.js +11 -11
  34. package/src/components/molecules/StatusAsignationInfo/FinancedCompanies.js +63 -501
  35. package/src/components/molecules/StatusAsignationInfo/index.js +1 -1
  36. package/src/components/molecules/StripeCardSelector/CardSelector.stories.js +2 -1
  37. package/src/components/molecules/TagAndInput/index.js +6 -8
  38. package/src/components/organisms/Chat/Chat.stories.js +7 -27
  39. package/src/components/organisms/Chat/ContainerItems/index.js +2 -18
  40. package/src/components/organisms/Chat/ContainerItems/styles.js +2 -14
  41. package/src/components/organisms/Chat/ContentChat/index.js +12 -88
  42. package/src/components/organisms/Chat/Footer/index.js +0 -11
  43. package/src/components/organisms/Chat/index.js +4 -46
  44. package/src/components/organisms/Chat/styles.js +0 -4
  45. package/src/components/organisms/DashboardMetric/index.js +3 -6
  46. package/src/components/organisms/FullProductNameHeader/index.js +1 -13
  47. package/src/components/organisms/GridProducts/GridProducts.stories.js +107 -682
  48. package/src/components/organisms/GridProducts/index.js +1 -1
  49. package/src/components/organisms/InputGroup/index.js +144 -303
  50. package/src/components/organisms/InputGroup/styles.js +0 -31
  51. package/src/components/organisms/Modal/Modal.stories.js +1 -2
  52. package/src/components/organisms/Modal/index.js +2 -9
  53. package/src/components/organisms/Modal/styles.js +1 -8
  54. package/src/components/organisms/OrderDetail/utils/Table/utils.js +16 -6
  55. package/src/components/pages/Dashboard/Dashboard.stories.js +38 -33
  56. package/src/components/pages/Dashboard/index.js +7 -36
  57. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +60 -56
  58. package/src/components/pages/ProviderProductEdition/index.js +133 -148
  59. package/src/components/pages/ProviderProductEdition/styles.js +1 -5
  60. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +0 -4
  61. package/src/components/pages/RetailerProductEdition/index.js +300 -293
  62. package/src/components/pages/RetailerProductEdition/styles.js +0 -4
  63. package/src/components/pages/RetailerProductEdition/utils.js +0 -37
  64. package/src/global-files/data.js +10 -6
  65. package/src/global-files/variables.js +0 -6
  66. package/src/index.js +0 -12
  67. package/src/assets/images/Icons/addv2.svg +0 -8
  68. package/src/assets/images/Icons/beenhere.svg +0 -9
  69. package/src/assets/images/Icons/checkv2.svg +0 -8
  70. package/src/assets/images/Icons/close-magenta.svg +0 -9
  71. package/src/assets/images/Icons/close.svg +0 -8
  72. package/src/assets/images/Icons/closeCircle.svg +0 -8
  73. package/src/assets/images/Icons/delete-forever-red.svg +0 -9
  74. package/src/assets/images/Icons/delete-forever-white.svg +0 -10
  75. package/src/assets/images/Icons/edit.svg +0 -8
  76. package/src/assets/images/Icons/fullscreen.svg +0 -3
  77. package/src/assets/images/Icons/infoNR.svg +0 -8
  78. package/src/assets/images/Icons/options.svg +0 -3
  79. package/src/assets/images/Icons/save-white-gray.svg +0 -9
  80. package/src/assets/images/Icons/save-white.svg +0 -9
  81. package/src/assets/images/Icons/save.svg +0 -8
  82. package/src/assets/images/Icons/search.svg +0 -3
  83. package/src/assets/images/Icons/settings.svg +0 -8
  84. package/src/assets/images/Icons/trash.svg +0 -8
  85. package/src/assets/images/Icons/undo.svg +0 -8
  86. package/src/assets/images/Icons/upload-file-white.svg +0 -4
  87. package/src/assets/images/Icons/upload-file.svg +0 -10
  88. package/src/assets/images/Icons/upload_file.svg +0 -10
  89. package/src/assets/images/Icons/warningv2.svg +0 -3
  90. package/src/assets/images/checkBox/checkrosa.svg +0 -3
  91. package/src/assets/images/checkBox/checkverde.svg +0 -3
  92. package/src/assets/images/flagsv2/highPriority.svg +0 -3
  93. package/src/assets/images/flagsv2/lowPriority.svg +0 -3
  94. package/src/assets/images/flagsv2/mediumPriority.svg +0 -3
  95. package/src/assets/images/flagsv2/noPriority.svg +0 -3
  96. package/src/assets/images/generalButton/closeIconWhite.svg +0 -4
  97. package/src/assets/images/generalButton/closeIconv2.svg +0 -4
  98. package/src/assets/images/generalButton/saveIconpink.svg +0 -3
  99. package/src/components/atoms/CharsMissing/Wysiwyg.stories.js +0 -12
  100. package/src/components/atoms/CharsMissing/index.js +0 -60
  101. package/src/components/atoms/CharsMissing/styles.js +0 -44
  102. package/src/components/atoms/CustomChip/CustomChip.stories.js +0 -16
  103. package/src/components/atoms/CustomChip/index.js +0 -34
  104. package/src/components/atoms/CustomChip/styles.js +0 -6
  105. package/src/components/atoms/FeatureTagv2/FeatureTagv2.stories.js +0 -16
  106. package/src/components/atoms/FeatureTagv2/index.js +0 -10
  107. package/src/components/atoms/FeatureTagv2/styles.js +0 -56
  108. package/src/components/atoms/GeneralInputv2/GeneralInputv2.stories.js +0 -33
  109. package/src/components/atoms/GeneralInputv2/index.js +0 -155
  110. package/src/components/atoms/GeneralInputv2/styles.js +0 -67
  111. package/src/components/atoms/InputFormatterv2/Wysiwyg.stories.js +0 -12
  112. package/src/components/atoms/InputFormatterv2/index.js +0 -148
  113. package/src/components/atoms/InputFormatterv2/styles.js +0 -39
  114. package/src/components/atoms/InputImages/InputImages.stories.js +0 -19
  115. package/src/components/atoms/InputImages/index.js +0 -25
  116. package/src/components/atoms/InputImages/styles.js +0 -17
  117. package/src/components/atoms/Multiselect/Multiselect.stories.js +0 -364
  118. package/src/components/atoms/Multiselect/index.js +0 -351
  119. package/src/components/atoms/Multiselect/styles.js +0 -33
  120. package/src/components/atoms/NumberMandatory/NumberMandatory.stories.js +0 -19
  121. package/src/components/atoms/NumberMandatory/index.js +0 -16
  122. package/src/components/atoms/NumberMandatory/styles.js +0 -11
  123. package/src/components/atoms/ObservationFlag/ObservationFlag.stories.js +0 -20
  124. package/src/components/atoms/ObservationFlag/index.js +0 -167
  125. package/src/components/atoms/ObservationFlag/styles.js +0 -104
  126. package/src/components/atoms/PriorityFlagv2/PriorityFlagv2.stories.js +0 -20
  127. package/src/components/atoms/PriorityFlagv2/index.js +0 -20
  128. package/src/components/atoms/PriorityFlagv2/styles.js +0 -6
  129. package/src/components/atoms/ProductImagev2/ProductImagev2.stories.js +0 -28
  130. package/src/components/atoms/ProductImagev2/index.js +0 -16
  131. package/src/components/atoms/ProductImagev2/styles.js +0 -62
  132. package/src/components/atoms/Progress/Progress.stories.js +0 -25
  133. package/src/components/atoms/Progress/index.js +0 -74
  134. package/src/components/atoms/Progress/styles.js +0 -98
  135. package/src/components/atoms/ScreenHeaderv2/ScreenHeaderv2.stories.js +0 -53
  136. package/src/components/atoms/ScreenHeaderv2/index.js +0 -134
  137. package/src/components/atoms/ScreenHeaderv2/styles.js +0 -103
  138. package/src/components/atoms/Selectv2/VersionSelect.js +0 -27
  139. package/src/components/atoms/Selectv2/index.js +0 -35
  140. package/src/components/atoms/Selectv2/style.js +0 -93
  141. package/src/components/atoms/TabSectionv2/TabSection.stories.js +0 -25
  142. package/src/components/atoms/TabSectionv2/index.js +0 -9
  143. package/src/components/atoms/TabSectionv2/styles.js +0 -20
  144. package/src/components/atoms/TooltipLight/Tooltip.stories.js +0 -20
  145. package/src/components/atoms/TooltipLight/index.js +0 -46
  146. package/src/components/atoms/TooltipLight/styles.js +0 -65
  147. package/src/components/atoms/WordsMissing/Wysiwyg.stories.js +0 -12
  148. package/src/components/atoms/WordsMissing/index.js +0 -60
  149. package/src/components/atoms/WordsMissing/styles.js +0 -10
  150. package/src/components/molecules/AddGroup/AddGroup.stories.js +0 -15
  151. package/src/components/molecules/AddGroup/index.js +0 -84
  152. package/src/components/molecules/AddGroup/styles.js +0 -141
  153. package/src/components/molecules/AsignationInfo/AsignationInfo.stories.js +0 -17
  154. package/src/components/molecules/AsignationInfo/index.js +0 -108
  155. package/src/components/molecules/AsignationInfo/styles.js +0 -86
  156. package/src/components/molecules/EditionActiveImagev2/EditionActiveImagev2.stories.js +0 -12
  157. package/src/components/molecules/EditionActiveImagev2/index.js +0 -15
  158. package/src/components/molecules/EditionActiveImagev2/styles.js +0 -7
  159. package/src/components/molecules/EditionTabs/EditionTabs.stories.js +0 -12
  160. package/src/components/molecules/EditionTabs/index.js +0 -33
  161. package/src/components/molecules/EditionTabs/styles.js +0 -24
  162. package/src/components/molecules/FeaturesBarv2/FeaturesBarv2.stories.js +0 -20
  163. package/src/components/molecules/FeaturesBarv2/index.js +0 -32
  164. package/src/components/molecules/FeaturesBarv2/styles.js +0 -17
  165. package/src/components/molecules/GalleryElementv2/GalleryElementv2.stories.js +0 -30
  166. package/src/components/molecules/GalleryElementv2/index.js +0 -142
  167. package/src/components/molecules/GalleryElementv2/styles.js +0 -119
  168. package/src/components/molecules/GalleryHeaderv2/GalleryHeaderv2.stories.js +0 -10
  169. package/src/components/molecules/GalleryHeaderv2/index.js +0 -25
  170. package/src/components/molecules/GalleryHeaderv2/styles.js +0 -47
  171. package/src/components/molecules/GroupSelect/GroupSelect.stories.js +0 -35
  172. package/src/components/molecules/GroupSelect/SelectItem.js +0 -105
  173. package/src/components/molecules/GroupSelect/index.js +0 -190
  174. package/src/components/molecules/GroupSelect/styles.js +0 -124
  175. package/src/components/molecules/HeaderTopv2/HeaderTopv2.stories.js +0 -10
  176. package/src/components/molecules/HeaderTopv2/index.js +0 -100
  177. package/src/components/molecules/HeaderTopv2/styles.js +0 -33
  178. package/src/components/molecules/ImageSelectorv2/ImageSelectorv2.stories.js +0 -46
  179. package/src/components/molecules/ImageSelectorv2/index.js +0 -22
  180. package/src/components/molecules/ImageSelectorv2/styles.js +0 -15
  181. package/src/components/molecules/Phase/Phase.stories.js +0 -107
  182. package/src/components/molecules/Phase/index.js +0 -391
  183. package/src/components/molecules/Phase/styles.js +0 -97
  184. package/src/components/molecules/ProductNameHeaderv2/ProductNameHeaderv2.stories.js +0 -37
  185. package/src/components/molecules/ProductNameHeaderv2/index.js +0 -12
  186. package/src/components/molecules/ProductNameHeaderv2/styles.js +0 -10
  187. package/src/components/molecules/ProductSkuStatus/ProductSkuStatus.stories.js +0 -37
  188. package/src/components/molecules/ProductSkuStatus/index.js +0 -26
  189. package/src/components/molecules/ProductSkuStatus/styles.js +0 -7
  190. package/src/components/molecules/RetailerSelectorv2/RetailerSelectorv2.stories.js +0 -35
  191. package/src/components/molecules/RetailerSelectorv2/index.js +0 -80
  192. package/src/components/molecules/RetailerSelectorv2/styles.js +0 -21
  193. package/src/components/molecules/ServiceDataValidator/ServiceDataValidator.stories.js +0 -90
  194. package/src/components/molecules/ServiceDataValidator/index.js +0 -49
  195. package/src/components/molecules/ServiceDataValidator/styles.js +0 -36
  196. package/src/components/molecules/StatusRetailer/StatusAsignationInfo.stories.js +0 -17
  197. package/src/components/molecules/StatusRetailer/index.js +0 -55
  198. package/src/components/molecules/StatusRetailer/styles.js +0 -85
  199. package/src/components/molecules/TabsMenuv2/TabsMenuv2.stories.js +0 -19
  200. package/src/components/molecules/TabsMenuv2/index.js +0 -112
  201. package/src/components/molecules/TabsMenuv2/styles.js +0 -19
  202. package/src/components/molecules/TagAndInputv2/TagAndInputv2.stories.js +0 -24
  203. package/src/components/molecules/TagAndInputv2/index.js +0 -86
  204. package/src/components/molecules/TagAndInputv2/styles.js +0 -35
  205. package/src/components/molecules/Validation/Validation.stories.js +0 -12
  206. package/src/components/molecules/Validation/index.js +0 -77
  207. package/src/components/molecules/Validation/styles.js +0 -19
  208. package/src/components/molecules/VersionItemv2/VersionItemv2.stories.js +0 -14
  209. package/src/components/molecules/VersionItemv2/index.js +0 -59
  210. package/src/components/molecules/VersionItemv2/styles.js +0 -47
  211. package/src/components/organisms/BarButtons/BarButtons.stories.js +0 -13
  212. package/src/components/organisms/BarButtons/index.js +0 -150
  213. package/src/components/organisms/BarButtons/styles.js +0 -54
  214. package/src/components/organisms/Chatv2/ChatLists/ChatLists.stories.js +0 -65
  215. package/src/components/organisms/Chatv2/ChatLists/Rotoplas.jpeg +0 -0
  216. package/src/components/organisms/Chatv2/ChatLists/THD.png +0 -0
  217. package/src/components/organisms/Chatv2/ChatLists/index.js +0 -141
  218. package/src/components/organisms/Chatv2/ChatLists/styles.js +0 -162
  219. package/src/components/organisms/Chatv2/Chatv2.stories.js +0 -184
  220. package/src/components/organisms/Chatv2/ContainerItems/ContainerItems.stories.js +0 -142
  221. package/src/components/organisms/Chatv2/ContainerItems/index.js +0 -538
  222. package/src/components/organisms/Chatv2/ContainerItems/styles.js +0 -360
  223. package/src/components/organisms/Chatv2/ContentChat/ContentChat.stories.js +0 -102
  224. package/src/components/organisms/Chatv2/ContentChat/Rotoplas.jpeg +0 -0
  225. package/src/components/organisms/Chatv2/ContentChat/THD.png +0 -0
  226. package/src/components/organisms/Chatv2/ContentChat/index.js +0 -1016
  227. package/src/components/organisms/Chatv2/ContentChat/styles.js +0 -44
  228. package/src/components/organisms/Chatv2/Footer/Footer.stories.js +0 -22
  229. package/src/components/organisms/Chatv2/Footer/index.js +0 -668
  230. package/src/components/organisms/Chatv2/Footer/styles.js +0 -290
  231. package/src/components/organisms/Chatv2/Header/Header.stories.js +0 -66
  232. package/src/components/organisms/Chatv2/Header/index.js +0 -93
  233. package/src/components/organisms/Chatv2/Header/styles.js +0 -49
  234. package/src/components/organisms/Chatv2/index.js +0 -281
  235. package/src/components/organisms/Chatv2/styles.js +0 -85
  236. package/src/components/organisms/CompleteServices/CompleteServices.stories.js +0 -91
  237. package/src/components/organisms/CompleteServices/index.js +0 -82
  238. package/src/components/organisms/CompleteServices/styles.js +0 -35
  239. package/src/components/organisms/DragAndDropPhases/DragAndDropPhases.stories.js +0 -13
  240. package/src/components/organisms/DragAndDropPhases/index.js +0 -336
  241. package/src/components/organisms/DragAndDropPhases/styles.js +0 -107
  242. package/src/components/organisms/DragPrueba/DragPrueba.stories.js +0 -12
  243. package/src/components/organisms/DragPrueba/index.js +0 -57
  244. package/src/components/organisms/DragPrueba/styles.js +0 -8
  245. package/src/components/organisms/EditGroup/EditGroup.stories.js +0 -20
  246. package/src/components/organisms/EditGroup/index.js +0 -321
  247. package/src/components/organisms/EditGroup/styles.js +0 -207
  248. package/src/components/organisms/FullProductNamev2/FullProductNamev2.stories.js +0 -28
  249. package/src/components/organisms/FullProductNamev2/index.js +0 -101
  250. package/src/components/organisms/FullProductNamev2/styles.js +0 -49
  251. package/src/components/organisms/FullTabsMenuv2/FullTabsMenuv2.stories.js +0 -22
  252. package/src/components/organisms/FullTabsMenuv2/index.js +0 -142
  253. package/src/components/organisms/FullTabsMenuv2/styles.js +0 -47
  254. package/src/components/organisms/ImageDataTablev2/ImageDataTablev2.stories.js +0 -24
  255. package/src/components/organisms/ImageDataTablev2/index.js +0 -124
  256. package/src/components/organisms/ImageDataTablev2/styles.js +0 -18
  257. package/src/components/organisms/ImagePreviewerv2/ImagePreviewerv2.stories.js +0 -38
  258. package/src/components/organisms/ImagePreviewerv2/index.js +0 -22
  259. package/src/components/organisms/ImagePreviewerv2/styles.js +0 -7
  260. package/src/components/organisms/ImageUploader/ImageUploader.stories.js +0 -15
  261. package/src/components/organisms/ImageUploader/index.js +0 -62
  262. package/src/components/organisms/ImageUploader/styles.js +0 -29
  263. package/src/components/organisms/ImageVisor/ImageVisor.stories.js +0 -15
  264. package/src/components/organisms/ImageVisor/index.js +0 -143
  265. package/src/components/organisms/ImageVisor/styles.js +0 -106
  266. package/src/components/organisms/InputGroupv2/InputGroupv2.stories.js +0 -31
  267. package/src/components/organisms/InputGroupv2/index.js +0 -296
  268. package/src/components/organisms/InputGroupv2/styles.js +0 -90
  269. package/src/components/organisms/MandatoryBar/MandatoryBar.stories.js +0 -18
  270. package/src/components/organisms/MandatoryBar/index.js +0 -31
  271. package/src/components/organisms/MandatoryBar/styles.js +0 -12
  272. package/src/components/organisms/ProductImageModalv2/ProductImageModalv2.stories.js +0 -90
  273. package/src/components/organisms/ProductImageModalv2/index.js +0 -105
  274. package/src/components/organisms/ProductImageModalv2/styles.js +0 -71
  275. package/src/components/organisms/RenameImagesBar/RenameImagesBar.stories.js +0 -18
  276. package/src/components/organisms/RenameImagesBar/index.js +0 -30
  277. package/src/components/organisms/RenameImagesBar/styles.js +0 -12
  278. package/src/components/organisms/Table/Table.stories.js +0 -609
  279. package/src/components/organisms/Table/index.js +0 -84
  280. package/src/components/organisms/Table/styles.js +0 -114
  281. package/src/components/organisms/VersionSelectorv2/VersionSelectorv2.stories.js +0 -15
  282. package/src/components/organisms/VersionSelectorv2/index.js +0 -105
  283. package/src/components/organisms/VersionSelectorv2/styles.js +0 -45
  284. package/src/components/pages/MultipleEdition/MultipleEdition.stories.js +0 -17
  285. package/src/components/pages/MultipleEdition/components/ImageUploader.js +0 -62
  286. package/src/components/pages/MultipleEdition/components/ImageUploaderStyles.js +0 -29
  287. package/src/components/pages/MultipleEdition/components/ImageVisor.js +0 -143
  288. package/src/components/pages/MultipleEdition/components/styles.js +0 -106
  289. package/src/components/pages/MultipleEdition/index.js +0 -248
  290. package/src/components/pages/MultipleEdition/saveData.js +0 -92
  291. package/src/components/pages/MultipleEdition/styles.js +0 -201
  292. package/src/components/pages/MultipleEdition/utils.js +0 -1073
  293. package/src/components/pages/ProductEditionv2/ProductEditionv2.stories.js +0 -213
  294. package/src/components/pages/ProductEditionv2/index.js +0 -1758
  295. package/src/components/pages/ProductEditionv2/styles.js +0 -154
  296. package/src/components/pages/RetailerProductEdition/generateThumnail.js +0 -21
@@ -5420,10 +5420,10 @@ const onAssign = (
5420
5420
  };
5421
5421
  const data = [
5422
5422
  {
5423
- id: "121153-823824234",
5423
+ id: "121220-123456789123",
5424
5424
  cols: [
5425
5425
  {
5426
- name: "823824234",
5426
+ name: "123456789123",
5427
5427
  flex: 1,
5428
5428
  minWidth: 100,
5429
5429
  },
@@ -5433,7 +5433,7 @@ const data = [
5433
5433
  key: null,
5434
5434
  ref: null,
5435
5435
  props: {
5436
- children: "Producto rechazo de atributos",
5436
+ children: "Lozano product",
5437
5437
  },
5438
5438
  _owner: null,
5439
5439
  _store: {},
@@ -5447,7 +5447,8 @@ const data = [
5447
5447
  key: null,
5448
5448
  ref: null,
5449
5449
  props: {
5450
- children: "Audio|Audífonos|In Ear",
5450
+ children:
5451
+ "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
5451
5452
  },
5452
5453
  _owner: null,
5453
5454
  _store: {},
@@ -5460,29 +5461,29 @@ const data = [
5460
5461
  key: null,
5461
5462
  ref: null,
5462
5463
  props: {
5463
- id: "retailers-121153-823824234",
5464
+ id: "retailers-121220-123456789123",
5464
5465
  limit: 2,
5465
5466
  article: {
5466
- id_article: 121153,
5467
- upc: "823824234",
5468
- name: "Producto rechazo de atributos",
5469
- timestamp: "2024-02-03T23:33:09.000Z",
5470
- categoryName: "Audio|Audífonos|In Ear",
5471
- id_category: 905,
5467
+ id_article: 121220,
5468
+ upc: "123456789123",
5469
+ name: "Lozano product",
5470
+ timestamp: "2024-04-18T14:35:20.000Z",
5471
+ categoryName:
5472
+ "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
5473
+ id_category: 4004,
5472
5474
  version: 1,
5473
- reviewState: "in_progress",
5474
5475
  retailersAvailable: [
5475
5476
  {
5476
- name: "Radioshack",
5477
- id: 74,
5477
+ name: "Bodega Aurrera",
5478
+ id: 70,
5478
5479
  },
5479
5480
  ],
5480
- percentage: 100,
5481
+ percentage: 46.67,
5481
5482
  },
5482
5483
  retailers: [
5483
5484
  {
5484
- name: "Radioshack",
5485
- id: 74,
5485
+ name: "Bodega Aurrera",
5486
+ id: 70,
5486
5487
  },
5487
5488
  ],
5488
5489
  },
@@ -5493,7 +5494,7 @@ const data = [
5493
5494
  minWidth: 100,
5494
5495
  },
5495
5496
  {
5496
- name: 100,
5497
+ name: 46.67,
5497
5498
  flex: 1,
5498
5499
  minWidth: 100,
5499
5500
  },
@@ -5503,7 +5504,7 @@ const data = [
5503
5504
  minWidth: 100,
5504
5505
  },
5505
5506
  {
5506
- name: "03/02/2024",
5507
+ name: "18/04/2024",
5507
5508
  flex: 1,
5508
5509
  minWidth: 100,
5509
5510
  },
@@ -5511,327 +5512,59 @@ const data = [
5511
5512
  gridElement: {
5512
5513
  images: [
5513
5514
  {
5514
- id: 896450,
5515
+ id: 896691,
5515
5516
  status: null,
5516
- image_id: 1,
5517
- packing_type: "3",
5518
- image_type: "1",
5519
- article_id: "121153",
5520
- src: "id-121153/1/1-1ba450b4-edf5-496d-bcdd-5c21328bf1a4.jpg",
5521
- timestamp: "2024-02-03T23:36:56.000Z",
5522
- id_version: 1,
5523
- width: 1000,
5524
- height: 1000,
5525
- scene_type: null,
5526
- image_shot_type: null,
5527
- last_modified: "2024-02-03T23:36:56.000Z",
5528
- has_leyend: 0,
5529
- },
5530
- {
5531
- id: 896451,
5532
- status: null,
5533
- image_id: 4,
5534
- packing_type: "2",
5535
- image_type: "1",
5536
- article_id: "121153",
5537
- src: "id-121153/1/4-4219803a-bd7a-44ec-816d-59356e5e1eb0.jpg",
5538
- timestamp: "2024-02-03T23:36:56.000Z",
5539
- id_version: 1,
5540
- width: 1000,
5541
- height: 1000,
5542
- scene_type: null,
5543
- image_shot_type: null,
5544
- last_modified: "2024-02-03T23:36:56.000Z",
5545
- has_leyend: 0,
5546
- },
5547
- {
5548
- id: 896452,
5549
- status: null,
5550
- image_id: 5,
5551
- packing_type: "2",
5552
- image_type: "2",
5553
- article_id: "121153",
5554
- src: "id-121153/1/5-e533709c-e1a9-4ec7-bdbd-b5920286801f.jpg",
5555
- timestamp: "2024-02-03T23:36:56.000Z",
5556
- id_version: 1,
5557
- width: 1000,
5558
- height: 1000,
5559
- scene_type: null,
5560
- image_shot_type: null,
5561
- last_modified: "2024-02-03T23:36:56.000Z",
5562
- has_leyend: 0,
5563
- },
5564
- {
5565
- id: 896453,
5566
- status: null,
5567
- image_id: 3,
5517
+ image_id: 36,
5568
5518
  packing_type: "1",
5569
5519
  image_type: "1",
5570
- article_id: "121153",
5571
- src: "id-121153/1/3-999fa944-43ed-46fd-8261-1e92986291a8.jpg",
5572
- timestamp: "2024-02-03T23:36:56.000Z",
5520
+ article_id: "121220",
5521
+ src: "id-121220/1/36-e8c76087-91e0-42b4-88ad-4c6376125f79.jpg",
5522
+ timestamp: "2024-04-18T14:36:36.000Z",
5573
5523
  id_version: 1,
5574
- width: 1000,
5575
- height: 1000,
5524
+ width: 235,
5525
+ height: 235,
5576
5526
  scene_type: null,
5577
5527
  image_shot_type: null,
5578
- last_modified: "2024-02-03T23:36:56.000Z",
5528
+ last_modified: "2024-04-18T14:36:36.000Z",
5579
5529
  has_leyend: 0,
5580
5530
  },
5581
- ],
5582
- info: [
5583
- {
5584
- title: "name",
5585
- value: "Producto rechazo de atributos",
5586
- },
5587
- {
5588
- title: "category",
5589
- value: "Audio|Audífonos|In Ear",
5590
- },
5591
- {
5592
- title: "order",
5593
- value: "823824234",
5594
- },
5595
- ],
5596
- status: [
5597
- {
5598
- title: "Porcentaje",
5599
- percent: 100,
5600
- },
5601
- ],
5602
- catalogs: {
5603
- leftSide: {
5604
- key: null,
5605
- ref: null,
5606
- props: {
5607
- id: "retailers-121153-823824234",
5608
- limit: 2,
5609
- article: {
5610
- id_article: 121153,
5611
- upc: "823824234",
5612
- name: "Producto rechazo de atributos",
5613
- timestamp: "2024-02-03T23:33:09.000Z",
5614
- categoryName: "Audio|Audífonos|In Ear",
5615
- id_category: 905,
5616
- version: 1,
5617
- reviewState: "in_progress",
5618
- retailersAvailable: [
5619
- {
5620
- name: "Radioshack",
5621
- id: 74,
5622
- },
5623
- ],
5624
- percentage: 100,
5625
- },
5626
- retailers: [
5627
- {
5628
- name: "Radioshack",
5629
- id: 74,
5630
- },
5631
- ],
5632
- },
5633
- _owner: null,
5634
- _store: {},
5635
- },
5636
- },
5637
- },
5638
- showBottom: true,
5639
- product: {
5640
- id_article: 121153,
5641
- upc: "823824234",
5642
- name: "Producto rechazo de atributos",
5643
- timestamp: "2024-02-03T23:33:09.000Z",
5644
- categoryName: "Audio|Audífonos|In Ear",
5645
- id_category: 905,
5646
- version: 1,
5647
- reviewState: "in_progress",
5648
- retailersAvailable: [
5649
5531
  {
5650
- name: "Radioshack",
5651
- id: 74,
5652
- },
5653
- ],
5654
- percentage: 100,
5655
- },
5656
- },
5657
- {
5658
- id: "121152-92347234",
5659
- cols: [
5660
- {
5661
- name: "92347234",
5662
- flex: 1,
5663
- minWidth: 100,
5664
- },
5665
- {
5666
- name: {
5667
- type: "p",
5668
- key: null,
5669
- ref: null,
5670
- props: {
5671
- children: "Rechazo para el proveedor",
5672
- },
5673
- _owner: null,
5674
- _store: {},
5675
- },
5676
- flex: 1,
5677
- minWidth: 200,
5678
- },
5679
- {
5680
- name: {
5681
- type: "p",
5682
- key: null,
5683
- ref: null,
5684
- props: {
5685
- children: "Tecnología|Accesorios Computadora|Mouse",
5686
- },
5687
- _owner: null,
5688
- _store: {},
5689
- },
5690
- flex: 2,
5691
- minWidth: 200,
5692
- },
5693
- {
5694
- name: {
5695
- key: null,
5696
- ref: null,
5697
- props: {
5698
- id: "retailers-121152-92347234",
5699
- limit: 2,
5700
- article: {
5701
- id_article: 121152,
5702
- upc: "92347234",
5703
- name: "Rechazo para el proveedor",
5704
- timestamp: "2024-02-03T04:11:35.000Z",
5705
- categoryName: "Tecnología|Accesorios Computadora|Mouse",
5706
- id_category: 904,
5707
- version: 1,
5708
- reviewState: "in_progress",
5709
- retailersAvailable: [
5710
- {
5711
- name: "Radioshack",
5712
- id: 74,
5713
- },
5714
- ],
5715
- percentage: 100,
5716
- },
5717
- retailers: [
5718
- {
5719
- name: "Radioshack",
5720
- id: 74,
5721
- },
5722
- ],
5723
- },
5724
- _owner: null,
5725
- _store: {},
5726
- },
5727
- flex: 1,
5728
- minWidth: 100,
5729
- },
5730
- {
5731
- name: 100,
5732
- flex: 1,
5733
- minWidth: 100,
5734
- },
5735
- {
5736
- name: 1,
5737
- flex: 1,
5738
- minWidth: 100,
5739
- },
5740
- {
5741
- name: "02/02/2024",
5742
- flex: 1,
5743
- minWidth: 100,
5744
- },
5745
- ],
5746
- gridElement: {
5747
- images: [
5748
- {
5749
- id: 896446,
5532
+ id: 896692,
5750
5533
  status: null,
5751
- image_id: 1,
5534
+ image_id: 40,
5752
5535
  packing_type: "2",
5753
- image_type: "2",
5754
- article_id: "121152",
5755
- src: "id-121152/1/1-69ec716b-abd1-4cdb-b18c-69b8b3bda3ab.jpg",
5756
- timestamp: "2024-02-03T04:20:59.000Z",
5757
- id_version: 1,
5758
- width: 1000,
5759
- height: 1000,
5760
- scene_type: null,
5761
- image_shot_type: null,
5762
- last_modified: "2024-02-03T04:20:59.000Z",
5763
- has_leyend: 0,
5764
- },
5765
- {
5766
- id: 896447,
5767
- status: null,
5768
- image_id: 4,
5769
- packing_type: "1",
5770
5536
  image_type: "1",
5771
- article_id: "121152",
5772
- src: "id-121152/1/4-7d54c98e-08bf-4406-8d01-723dd240a210.jpg",
5773
- timestamp: "2024-02-03T04:20:59.000Z",
5537
+ article_id: "121220",
5538
+ src: "id-121220/1/40-953189f5-db1f-4f07-96d9-5471a758f1ee.jpg",
5539
+ timestamp: "2024-04-18T14:36:36.000Z",
5774
5540
  id_version: 1,
5775
- width: 1000,
5776
- height: 1000,
5541
+ width: 235,
5542
+ height: 235,
5777
5543
  scene_type: null,
5778
5544
  image_shot_type: null,
5779
- last_modified: "2024-02-03T04:20:59.000Z",
5780
- has_leyend: 0,
5781
- },
5782
- {
5783
- id: 896448,
5784
- status: null,
5785
- image_id: 3,
5786
- packing_type: "1",
5787
- image_type: "2",
5788
- article_id: "121152",
5789
- src: "id-121152/1/3-276fea21-7fd9-4a5d-b5d5-257681d417d1.jpg",
5790
- timestamp: "2024-02-03T04:20:59.000Z",
5791
- id_version: 1,
5792
- width: 1000,
5793
- height: 1000,
5794
- scene_type: null,
5795
- image_shot_type: null,
5796
- last_modified: "2024-02-03T04:20:59.000Z",
5797
- has_leyend: 0,
5798
- },
5799
- {
5800
- id: 896449,
5801
- status: null,
5802
- image_id: 5,
5803
- packing_type: "1",
5804
- image_type: "1",
5805
- article_id: "121152",
5806
- src: "id-121152/1/5-0ac59823-7569-4f8d-b49e-77871f6aa12b.jpg",
5807
- timestamp: "2024-02-03T04:20:59.000Z",
5808
- id_version: 1,
5809
- width: 1000,
5810
- height: 1000,
5811
- scene_type: null,
5812
- image_shot_type: null,
5813
- last_modified: "2024-02-03T04:20:59.000Z",
5545
+ last_modified: "2024-04-18T14:36:36.000Z",
5814
5546
  has_leyend: 0,
5815
5547
  },
5816
5548
  ],
5817
5549
  info: [
5818
5550
  {
5819
5551
  title: "name",
5820
- value: "Rechazo para el proveedor",
5552
+ value: "Lozano product",
5821
5553
  },
5822
5554
  {
5823
5555
  title: "category",
5824
- value: "Tecnología|Accesorios Computadora|Mouse",
5556
+ value:
5557
+ "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
5825
5558
  },
5826
5559
  {
5827
5560
  title: "order",
5828
- value: "92347234",
5561
+ value: "123456789123",
5829
5562
  },
5830
5563
  ],
5831
5564
  status: [
5832
5565
  {
5833
5566
  title: "Porcentaje",
5834
- percent: 100,
5567
+ percent: 46.67,
5835
5568
  },
5836
5569
  ],
5837
5570
  catalogs: {
@@ -5839,29 +5572,29 @@ const data = [
5839
5572
  key: null,
5840
5573
  ref: null,
5841
5574
  props: {
5842
- id: "retailers-121152-92347234",
5575
+ id: "retailers-121220-123456789123",
5843
5576
  limit: 2,
5844
5577
  article: {
5845
- id_article: 121152,
5846
- upc: "92347234",
5847
- name: "Rechazo para el proveedor",
5848
- timestamp: "2024-02-03T04:11:35.000Z",
5849
- categoryName: "Tecnología|Accesorios Computadora|Mouse",
5850
- id_category: 904,
5578
+ id_article: 121220,
5579
+ upc: "123456789123",
5580
+ name: "Lozano product",
5581
+ timestamp: "2024-04-18T14:35:20.000Z",
5582
+ categoryName:
5583
+ "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
5584
+ id_category: 4004,
5851
5585
  version: 1,
5852
- reviewState: "in_progress",
5853
5586
  retailersAvailable: [
5854
5587
  {
5855
- name: "Radioshack",
5856
- id: 74,
5588
+ name: "Bodega Aurrera",
5589
+ id: 70,
5857
5590
  },
5858
5591
  ],
5859
- percentage: 100,
5592
+ percentage: 46.67,
5860
5593
  },
5861
5594
  retailers: [
5862
5595
  {
5863
- name: "Radioshack",
5864
- id: 74,
5596
+ name: "Bodega Aurrera",
5597
+ id: 70,
5865
5598
  },
5866
5599
  ],
5867
5600
  },
@@ -5872,263 +5605,28 @@ const data = [
5872
5605
  },
5873
5606
  showBottom: true,
5874
5607
  product: {
5875
- id_article: 121152,
5876
- upc: "92347234",
5877
- name: "Rechazo para el proveedor",
5878
- timestamp: "2024-02-03T04:11:35.000Z",
5879
- categoryName: "Tecnología|Accesorios Computadora|Mouse",
5880
- id_category: 904,
5881
- version: 1,
5882
- reviewState: "in_progress",
5883
- retailersAvailable: [
5884
- {
5885
- name: "Radioshack",
5886
- id: 74,
5887
- },
5888
- ],
5889
- percentage: 100,
5890
- },
5891
- },
5892
- {
5893
- id: "121151-92384234",
5894
- cols: [
5895
- {
5896
- name: "92384234",
5897
- flex: 1,
5898
- minWidth: 100,
5899
- },
5900
- {
5901
- name: {
5902
- type: "p",
5903
- key: null,
5904
- ref: null,
5905
- props: {
5906
- children: "Comentarios visibles",
5907
- },
5908
- _owner: null,
5909
- _store: {},
5910
- },
5911
- flex: 1,
5912
- minWidth: 200,
5913
- },
5914
- {
5915
- name: {
5916
- type: "p",
5917
- key: null,
5918
- ref: null,
5919
- props: {
5920
- children: "Audio|Audífonos|In Ear",
5921
- },
5922
- _owner: null,
5923
- _store: {},
5924
- },
5925
- flex: 2,
5926
- minWidth: 200,
5927
- },
5928
- {
5929
- name: {
5930
- key: null,
5931
- ref: null,
5932
- props: {
5933
- id: "retailers-121151-92384234",
5934
- limit: 2,
5935
- article: {
5936
- id_article: 121151,
5937
- upc: "92384234",
5938
- name: "Comentarios visibles",
5939
- timestamp: "2024-02-03T04:11:35.000Z",
5940
- categoryName: "Audio|Audífonos|In Ear",
5941
- id_category: 905,
5942
- version: 1,
5943
- reviewState: "rejected_to_provider",
5944
- retailersAvailable: [
5945
- {
5946
- name: "Radioshack",
5947
- id: 74,
5948
- },
5949
- ],
5950
- percentage: 100,
5951
- },
5952
- retailers: [
5953
- {
5954
- name: "Radioshack",
5955
- id: 74,
5956
- },
5957
- ],
5958
- },
5959
- _owner: null,
5960
- _store: {},
5961
- },
5962
- flex: 1,
5963
- minWidth: 100,
5964
- },
5965
- {
5966
- name: 100,
5967
- flex: 1,
5968
- minWidth: 100,
5969
- },
5970
- {
5971
- name: 1,
5972
- flex: 1,
5973
- minWidth: 100,
5974
- },
5975
- {
5976
- name: "02/02/2024",
5977
- flex: 1,
5978
- minWidth: 100,
5979
- },
5980
- ],
5981
- gridElement: {
5982
- images: [
5983
- {
5984
- id: 896442,
5985
- status: null,
5986
- image_id: 1,
5987
- packing_type: "2",
5988
- image_type: "1",
5989
- article_id: "121151",
5990
- src: "id-121151/1/1-039ca855-90a0-4752-8f9d-9a443de52acd.jpg",
5991
- timestamp: "2024-02-03T04:15:54.000Z",
5992
- id_version: 1,
5993
- width: 1000,
5994
- height: 1000,
5995
- scene_type: null,
5996
- image_shot_type: null,
5997
- last_modified: "2024-02-03T04:15:54.000Z",
5998
- has_leyend: 0,
5999
- },
6000
- {
6001
- id: 896443,
6002
- status: null,
6003
- image_id: 4,
6004
- packing_type: "2",
6005
- image_type: "2",
6006
- article_id: "121151",
6007
- src: "id-121151/1/4-c72d21e3-5bb2-45e8-8a4a-78f111084ae7.jpg",
6008
- timestamp: "2024-02-03T04:15:54.000Z",
6009
- id_version: 1,
6010
- width: 1000,
6011
- height: 1000,
6012
- scene_type: null,
6013
- image_shot_type: null,
6014
- last_modified: "2024-02-03T04:15:54.000Z",
6015
- has_leyend: 0,
6016
- },
6017
- {
6018
- id: 896444,
6019
- status: null,
6020
- image_id: 5,
6021
- packing_type: "2",
6022
- image_type: "1",
6023
- article_id: "121151",
6024
- src: "id-121151/1/5-b62cb42f-4b63-49a5-a4d8-82b274b26918.jpg",
6025
- timestamp: "2024-02-03T04:15:54.000Z",
6026
- id_version: 1,
6027
- width: 1000,
6028
- height: 1000,
6029
- scene_type: null,
6030
- image_shot_type: null,
6031
- last_modified: "2024-02-03T04:15:54.000Z",
6032
- has_leyend: 0,
6033
- },
6034
- {
6035
- id: 896445,
6036
- status: null,
6037
- image_id: 3,
6038
- packing_type: "1",
6039
- image_type: "1",
6040
- article_id: "121151",
6041
- src: "id-121151/1/3-fd3d2995-7403-423c-8fc7-b592571d2a22.jpg",
6042
- timestamp: "2024-02-03T04:15:54.000Z",
6043
- id_version: 1,
6044
- width: 1000,
6045
- height: 1000,
6046
- scene_type: null,
6047
- image_shot_type: null,
6048
- last_modified: "2024-02-03T04:15:54.000Z",
6049
- has_leyend: 0,
6050
- },
6051
- ],
6052
- info: [
6053
- {
6054
- title: "name",
6055
- value: "Comentarios visibles",
6056
- },
6057
- {
6058
- title: "category",
6059
- value: "Audio|Audífonos|In Ear",
6060
- },
6061
- {
6062
- title: "order",
6063
- value: "92384234",
6064
- },
6065
- ],
6066
- status: [
6067
- {
6068
- title: "Porcentaje",
6069
- percent: 100,
6070
- },
6071
- ],
6072
- catalogs: {
6073
- leftSide: {
6074
- key: null,
6075
- ref: null,
6076
- props: {
6077
- id: "retailers-121151-92384234",
6078
- limit: 2,
6079
- article: {
6080
- id_article: 121151,
6081
- upc: "92384234",
6082
- name: "Comentarios visibles",
6083
- timestamp: "2024-02-03T04:11:35.000Z",
6084
- categoryName: "Audio|Audífonos|In Ear",
6085
- id_category: 905,
6086
- version: 1,
6087
- reviewState: "rejected_to_provider",
6088
- retailersAvailable: [
6089
- {
6090
- name: "Radioshack",
6091
- id: 74,
6092
- },
6093
- ],
6094
- percentage: 100,
6095
- },
6096
- retailers: [
6097
- {
6098
- name: "Radioshack",
6099
- id: 74,
6100
- },
6101
- ],
6102
- },
6103
- _owner: null,
6104
- _store: {},
6105
- },
6106
- },
6107
- },
6108
- showBottom: true,
6109
- product: {
6110
- id_article: 121151,
6111
- upc: "92384234",
6112
- name: "Comentarios visibles",
6113
- timestamp: "2024-02-03T04:11:35.000Z",
6114
- categoryName: "Audio|Audífonos|In Ear",
6115
- id_category: 905,
5608
+ id_article: 121220,
5609
+ upc: "123456789123",
5610
+ name: "Lozano product",
5611
+ timestamp: "2024-04-18T14:35:20.000Z",
5612
+ categoryName:
5613
+ "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
5614
+ id_category: 4004,
6116
5615
  version: 1,
6117
- reviewState: "rejected_to_provider",
6118
5616
  retailersAvailable: [
6119
5617
  {
6120
- name: "Radioshack",
6121
- id: 74,
5618
+ name: "Bodega Aurrera",
5619
+ id: 70,
6122
5620
  },
6123
5621
  ],
6124
- percentage: 100,
5622
+ percentage: 46.67,
6125
5623
  },
6126
5624
  },
6127
5625
  {
6128
- id: "121150-123131223443243432",
5626
+ id: "121215-098098",
6129
5627
  cols: [
6130
5628
  {
6131
- name: "123131223443243432",
5629
+ name: "098098",
6132
5630
  flex: 1,
6133
5631
  minWidth: 100,
6134
5632
  },
@@ -6138,7 +5636,7 @@ const data = [
6138
5636
  key: null,
6139
5637
  ref: null,
6140
5638
  props: {
6141
- children: "Testing Radioshack",
5639
+ children: "test2",
6142
5640
  },
6143
5641
  _owner: null,
6144
5642
  _store: {},
@@ -6152,7 +5650,7 @@ const data = [
6152
5650
  key: null,
6153
5651
  ref: null,
6154
5652
  props: {
6155
- children: "Audio|Audífonos|In Ear",
5653
+ children: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
6156
5654
  },
6157
5655
  _owner: null,
6158
5656
  _store: {},
@@ -6165,29 +5663,28 @@ const data = [
6165
5663
  key: null,
6166
5664
  ref: null,
6167
5665
  props: {
6168
- id: "retailers-121150-123131223443243432",
5666
+ id: "retailers-121215-098098",
6169
5667
  limit: 2,
6170
5668
  article: {
6171
- id_article: 121150,
6172
- upc: "123131223443243432",
6173
- name: "Testing Radioshack",
6174
- timestamp: "2024-02-02T23:38:29.000Z",
6175
- categoryName: "Audio|Audífonos|In Ear",
6176
- id_category: 905,
5669
+ id_article: 121215,
5670
+ upc: "098098",
5671
+ name: "test2",
5672
+ timestamp: "2024-04-02T22:02:49.000Z",
5673
+ categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
5674
+ id_category: 4,
6177
5675
  version: 1,
6178
- reviewState: "onboarding_flow",
6179
5676
  retailersAvailable: [
6180
5677
  {
6181
- name: "Radioshack",
6182
- id: 74,
5678
+ name: "Walmart Super y Superama",
5679
+ id: 4,
6183
5680
  },
6184
5681
  ],
6185
- percentage: 100,
5682
+ percentage: 6.67,
6186
5683
  },
6187
5684
  retailers: [
6188
5685
  {
6189
- name: "Radioshack",
6190
- id: 74,
5686
+ name: "Walmart Super y Superama",
5687
+ id: 4,
6191
5688
  },
6192
5689
  ],
6193
5690
  },
@@ -6198,7 +5695,7 @@ const data = [
6198
5695
  minWidth: 100,
6199
5696
  },
6200
5697
  {
6201
- name: 100,
5698
+ name: 6.67,
6202
5699
  flex: 1,
6203
5700
  minWidth: 100,
6204
5701
  },
@@ -6208,100 +5705,30 @@ const data = [
6208
5705
  minWidth: 100,
6209
5706
  },
6210
5707
  {
6211
- name: "02/02/2024",
5708
+ name: "02/04/2024",
6212
5709
  flex: 1,
6213
5710
  minWidth: 100,
6214
5711
  },
6215
5712
  ],
6216
5713
  gridElement: {
6217
- images: [
6218
- {
6219
- id: 896438,
6220
- status: null,
6221
- image_id: 1,
6222
- packing_type: "1",
6223
- image_type: "1",
6224
- article_id: "121150",
6225
- src: "id-121150/1/1-1e4eae50-ad99-4148-a63b-416fc240109d.jpg",
6226
- timestamp: "2024-02-02T23:43:49.000Z",
6227
- id_version: 1,
6228
- width: 1200,
6229
- height: 1200,
6230
- scene_type: null,
6231
- image_shot_type: null,
6232
- last_modified: "2024-02-02T23:43:49.000Z",
6233
- has_leyend: 0,
6234
- },
6235
- {
6236
- id: 896439,
6237
- status: null,
6238
- image_id: 4,
6239
- packing_type: "1",
6240
- image_type: "1",
6241
- article_id: "121150",
6242
- src: "id-121150/1/4-d0937226-bb2d-4573-8ec4-3c39e329bd55.jpg",
6243
- timestamp: "2024-02-02T23:43:49.000Z",
6244
- id_version: 1,
6245
- width: 1200,
6246
- height: 1200,
6247
- scene_type: null,
6248
- image_shot_type: null,
6249
- last_modified: "2024-02-02T23:43:49.000Z",
6250
- has_leyend: 0,
6251
- },
6252
- {
6253
- id: 896440,
6254
- status: null,
6255
- image_id: 3,
6256
- packing_type: "1",
6257
- image_type: "1",
6258
- article_id: "121150",
6259
- src: "id-121150/1/3-67dd66a8-ce10-4772-8c93-4e9e03f4be1b.jpg",
6260
- timestamp: "2024-02-02T23:43:49.000Z",
6261
- id_version: 1,
6262
- width: 1200,
6263
- height: 1200,
6264
- scene_type: null,
6265
- image_shot_type: null,
6266
- last_modified: "2024-02-02T23:43:49.000Z",
6267
- has_leyend: 0,
6268
- },
6269
- {
6270
- id: 896441,
6271
- status: null,
6272
- image_id: 5,
6273
- packing_type: "1",
6274
- image_type: "2",
6275
- article_id: "121150",
6276
- src: "id-121150/1/5-b391afe1-7d9f-4739-8393-b71b6f15f385.jpg",
6277
- timestamp: "2024-02-02T23:43:49.000Z",
6278
- id_version: 1,
6279
- width: 1200,
6280
- height: 1200,
6281
- scene_type: null,
6282
- image_shot_type: null,
6283
- last_modified: "2024-02-02T23:43:49.000Z",
6284
- has_leyend: 0,
6285
- },
6286
- ],
6287
5714
  info: [
6288
5715
  {
6289
5716
  title: "name",
6290
- value: "Testing Radioshack",
5717
+ value: "test2",
6291
5718
  },
6292
5719
  {
6293
5720
  title: "category",
6294
- value: "Audio|Audífonos|In Ear",
5721
+ value: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
6295
5722
  },
6296
5723
  {
6297
5724
  title: "order",
6298
- value: "123131223443243432",
5725
+ value: "098098",
6299
5726
  },
6300
5727
  ],
6301
5728
  status: [
6302
5729
  {
6303
5730
  title: "Porcentaje",
6304
- percent: 100,
5731
+ percent: 6.67,
6305
5732
  },
6306
5733
  ],
6307
5734
  catalogs: {
@@ -6309,29 +5736,28 @@ const data = [
6309
5736
  key: null,
6310
5737
  ref: null,
6311
5738
  props: {
6312
- id: "retailers-121150-123131223443243432",
5739
+ id: "retailers-121215-098098",
6313
5740
  limit: 2,
6314
5741
  article: {
6315
- id_article: 121150,
6316
- upc: "123131223443243432",
6317
- name: "Testing Radioshack",
6318
- timestamp: "2024-02-02T23:38:29.000Z",
6319
- categoryName: "Audio|Audífonos|In Ear",
6320
- id_category: 905,
5742
+ id_article: 121215,
5743
+ upc: "098098",
5744
+ name: "test2",
5745
+ timestamp: "2024-04-02T22:02:49.000Z",
5746
+ categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
5747
+ id_category: 4,
6321
5748
  version: 1,
6322
- reviewState: "onboarding_flow",
6323
5749
  retailersAvailable: [
6324
5750
  {
6325
- name: "Radioshack",
6326
- id: 74,
5751
+ name: "Walmart Super y Superama",
5752
+ id: 4,
6327
5753
  },
6328
5754
  ],
6329
- percentage: 100,
5755
+ percentage: 6.67,
6330
5756
  },
6331
5757
  retailers: [
6332
5758
  {
6333
- name: "Radioshack",
6334
- id: 74,
5759
+ name: "Walmart Super y Superama",
5760
+ id: 4,
6335
5761
  },
6336
5762
  ],
6337
5763
  },
@@ -6342,21 +5768,20 @@ const data = [
6342
5768
  },
6343
5769
  showBottom: true,
6344
5770
  product: {
6345
- id_article: 121150,
6346
- upc: "123131223443243432",
6347
- name: "Testing Radioshack",
6348
- timestamp: "2024-02-02T23:38:29.000Z",
6349
- categoryName: "Audio|Audífonos|In Ear",
6350
- id_category: 905,
5771
+ id_article: 121215,
5772
+ upc: "098098",
5773
+ name: "test2",
5774
+ timestamp: "2024-04-02T22:02:49.000Z",
5775
+ categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
5776
+ id_category: 4,
6351
5777
  version: 1,
6352
- reviewState: "onboarding_flow",
6353
5778
  retailersAvailable: [
6354
5779
  {
6355
- name: "Radioshack",
6356
- id: 74,
5780
+ name: "Walmart Super y Superama",
5781
+ id: 4,
6357
5782
  },
6358
5783
  ],
6359
- percentage: 100,
5784
+ percentage: 6.67,
6360
5785
  },
6361
5786
  },
6362
5787
  ];