contentoh-components-library 21.5.19 → 21.5.21

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 (30) hide show
  1. package/dist/components/atoms/UserSelector/UserSelector.stories.js +1 -1
  2. package/dist/components/atoms/UserSelector/index.js +4 -2
  3. package/dist/components/molecules/RowItem/styles.js +1 -1
  4. package/dist/components/molecules/StatusAsignationInfo/FinancedCompanies.js +1 -1
  5. package/dist/components/organisms/GridProducts/GridProducts.stories.js +102 -615
  6. package/dist/components/organisms/GridProducts/index.js +2 -2
  7. package/dist/components/organisms/InputGroup/index.js +30 -30
  8. package/dist/components/organisms/Table/styles.js +1 -1
  9. package/dist/components/pages/MultipleEdition/MultipleEdition.stories.js +1 -1
  10. package/dist/components/pages/MultipleEdition/saveData.js +19 -9
  11. package/dist/components/pages/MultipleEdition/styles.js +1 -1
  12. package/dist/components/pages/MultipleEdition/utils.js +153 -61
  13. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +75 -72
  14. package/dist/components/pages/RetailerProductEdition/index.js +63 -19
  15. package/package.json +1 -1
  16. package/src/components/atoms/UserSelector/UserSelector.stories.js +1 -1
  17. package/src/components/atoms/UserSelector/index.js +7 -1
  18. package/src/components/molecules/RowItem/styles.js +1 -0
  19. package/src/components/molecules/StatusAsignationInfo/FinancedCompanies.js +43 -501
  20. package/src/components/molecules/StatusAsignationInfo/index.js +2 -3
  21. package/src/components/organisms/GridProducts/GridProducts.stories.js +107 -682
  22. package/src/components/organisms/GridProducts/index.js +2 -2
  23. package/src/components/organisms/InputGroup/index.js +47 -62
  24. package/src/components/organisms/Table/styles.js +5 -1
  25. package/src/components/pages/MultipleEdition/MultipleEdition.stories.js +1 -1
  26. package/src/components/pages/MultipleEdition/saveData.js +6 -7
  27. package/src/components/pages/MultipleEdition/styles.js +1 -7
  28. package/src/components/pages/MultipleEdition/utils.js +24 -47
  29. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +79 -72
  30. package/src/components/pages/RetailerProductEdition/index.js +93 -29
@@ -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
  ];