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.
- package/dist/components/atoms/UserSelector/UserSelector.stories.js +1 -1
- package/dist/components/atoms/UserSelector/index.js +4 -2
- package/dist/components/molecules/RowItem/styles.js +1 -1
- package/dist/components/molecules/StatusAsignationInfo/FinancedCompanies.js +1 -1
- package/dist/components/organisms/GridProducts/GridProducts.stories.js +102 -615
- package/dist/components/organisms/GridProducts/index.js +2 -2
- package/dist/components/organisms/InputGroup/index.js +30 -30
- package/dist/components/organisms/Table/styles.js +1 -1
- package/dist/components/pages/MultipleEdition/MultipleEdition.stories.js +1 -1
- package/dist/components/pages/MultipleEdition/saveData.js +19 -9
- package/dist/components/pages/MultipleEdition/styles.js +1 -1
- package/dist/components/pages/MultipleEdition/utils.js +153 -61
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +75 -72
- package/dist/components/pages/RetailerProductEdition/index.js +63 -19
- package/package.json +1 -1
- package/src/components/atoms/UserSelector/UserSelector.stories.js +1 -1
- package/src/components/atoms/UserSelector/index.js +7 -1
- package/src/components/molecules/RowItem/styles.js +1 -0
- package/src/components/molecules/StatusAsignationInfo/FinancedCompanies.js +43 -501
- package/src/components/molecules/StatusAsignationInfo/index.js +2 -3
- package/src/components/organisms/GridProducts/GridProducts.stories.js +107 -682
- package/src/components/organisms/GridProducts/index.js +2 -2
- package/src/components/organisms/InputGroup/index.js +47 -62
- package/src/components/organisms/Table/styles.js +5 -1
- package/src/components/pages/MultipleEdition/MultipleEdition.stories.js +1 -1
- package/src/components/pages/MultipleEdition/saveData.js +6 -7
- package/src/components/pages/MultipleEdition/styles.js +1 -7
- package/src/components/pages/MultipleEdition/utils.js +24 -47
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +79 -72
- package/src/components/pages/RetailerProductEdition/index.js +93 -29
|
@@ -5013,9 +5013,9 @@ var onAssign = function onAssign(productData, assigneeID, assignationTarget, con
|
|
|
5013
5013
|
};
|
|
5014
5014
|
|
|
5015
5015
|
var data = [{
|
|
5016
|
-
id: "
|
|
5016
|
+
id: "121220-123456789123",
|
|
5017
5017
|
cols: [{
|
|
5018
|
-
name: "
|
|
5018
|
+
name: "123456789123",
|
|
5019
5019
|
flex: 1,
|
|
5020
5020
|
minWidth: 100
|
|
5021
5021
|
}, {
|
|
@@ -5024,7 +5024,7 @@ var data = [{
|
|
|
5024
5024
|
key: null,
|
|
5025
5025
|
ref: null,
|
|
5026
5026
|
props: {
|
|
5027
|
-
children: "
|
|
5027
|
+
children: "Lozano product"
|
|
5028
5028
|
},
|
|
5029
5029
|
_owner: null,
|
|
5030
5030
|
_store: {}
|
|
@@ -5037,7 +5037,7 @@ var data = [{
|
|
|
5037
5037
|
key: null,
|
|
5038
5038
|
ref: null,
|
|
5039
5039
|
props: {
|
|
5040
|
-
children: "
|
|
5040
|
+
children: "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados"
|
|
5041
5041
|
},
|
|
5042
5042
|
_owner: null,
|
|
5043
5043
|
_store: {}
|
|
@@ -5049,26 +5049,25 @@ var data = [{
|
|
|
5049
5049
|
key: null,
|
|
5050
5050
|
ref: null,
|
|
5051
5051
|
props: {
|
|
5052
|
-
id: "retailers-
|
|
5052
|
+
id: "retailers-121220-123456789123",
|
|
5053
5053
|
limit: 2,
|
|
5054
5054
|
article: {
|
|
5055
|
-
id_article:
|
|
5056
|
-
upc: "
|
|
5057
|
-
name: "
|
|
5058
|
-
timestamp: "2024-
|
|
5059
|
-
categoryName: "
|
|
5060
|
-
id_category:
|
|
5055
|
+
id_article: 121220,
|
|
5056
|
+
upc: "123456789123",
|
|
5057
|
+
name: "Lozano product",
|
|
5058
|
+
timestamp: "2024-04-18T14:35:20.000Z",
|
|
5059
|
+
categoryName: "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
|
|
5060
|
+
id_category: 4004,
|
|
5061
5061
|
version: 1,
|
|
5062
|
-
reviewState: "in_progress",
|
|
5063
5062
|
retailersAvailable: [{
|
|
5064
|
-
name: "
|
|
5065
|
-
id:
|
|
5063
|
+
name: "Bodega Aurrera",
|
|
5064
|
+
id: 70
|
|
5066
5065
|
}],
|
|
5067
|
-
percentage:
|
|
5066
|
+
percentage: 46.67
|
|
5068
5067
|
},
|
|
5069
5068
|
retailers: [{
|
|
5070
|
-
name: "
|
|
5071
|
-
id:
|
|
5069
|
+
name: "Bodega Aurrera",
|
|
5070
|
+
id: 70
|
|
5072
5071
|
}]
|
|
5073
5072
|
},
|
|
5074
5073
|
_owner: null,
|
|
@@ -5077,7 +5076,7 @@ var data = [{
|
|
|
5077
5076
|
flex: 1,
|
|
5078
5077
|
minWidth: 100
|
|
5079
5078
|
}, {
|
|
5080
|
-
name:
|
|
5079
|
+
name: 46.67,
|
|
5081
5080
|
flex: 1,
|
|
5082
5081
|
minWidth: 100
|
|
5083
5082
|
}, {
|
|
@@ -5085,320 +5084,82 @@ var data = [{
|
|
|
5085
5084
|
flex: 1,
|
|
5086
5085
|
minWidth: 100
|
|
5087
5086
|
}, {
|
|
5088
|
-
name: "
|
|
5087
|
+
name: "18/04/2024",
|
|
5089
5088
|
flex: 1,
|
|
5090
5089
|
minWidth: 100
|
|
5091
5090
|
}],
|
|
5092
5091
|
gridElement: {
|
|
5093
5092
|
images: [{
|
|
5094
|
-
id:
|
|
5093
|
+
id: 896691,
|
|
5095
5094
|
status: null,
|
|
5096
|
-
image_id:
|
|
5097
|
-
packing_type: "3",
|
|
5098
|
-
image_type: "1",
|
|
5099
|
-
article_id: "121153",
|
|
5100
|
-
src: "id-121153/1/1-1ba450b4-edf5-496d-bcdd-5c21328bf1a4.jpg",
|
|
5101
|
-
timestamp: "2024-02-03T23:36:56.000Z",
|
|
5102
|
-
id_version: 1,
|
|
5103
|
-
width: 1000,
|
|
5104
|
-
height: 1000,
|
|
5105
|
-
scene_type: null,
|
|
5106
|
-
image_shot_type: null,
|
|
5107
|
-
last_modified: "2024-02-03T23:36:56.000Z",
|
|
5108
|
-
has_leyend: 0
|
|
5109
|
-
}, {
|
|
5110
|
-
id: 896451,
|
|
5111
|
-
status: null,
|
|
5112
|
-
image_id: 4,
|
|
5113
|
-
packing_type: "2",
|
|
5114
|
-
image_type: "1",
|
|
5115
|
-
article_id: "121153",
|
|
5116
|
-
src: "id-121153/1/4-4219803a-bd7a-44ec-816d-59356e5e1eb0.jpg",
|
|
5117
|
-
timestamp: "2024-02-03T23:36:56.000Z",
|
|
5118
|
-
id_version: 1,
|
|
5119
|
-
width: 1000,
|
|
5120
|
-
height: 1000,
|
|
5121
|
-
scene_type: null,
|
|
5122
|
-
image_shot_type: null,
|
|
5123
|
-
last_modified: "2024-02-03T23:36:56.000Z",
|
|
5124
|
-
has_leyend: 0
|
|
5125
|
-
}, {
|
|
5126
|
-
id: 896452,
|
|
5127
|
-
status: null,
|
|
5128
|
-
image_id: 5,
|
|
5129
|
-
packing_type: "2",
|
|
5130
|
-
image_type: "2",
|
|
5131
|
-
article_id: "121153",
|
|
5132
|
-
src: "id-121153/1/5-e533709c-e1a9-4ec7-bdbd-b5920286801f.jpg",
|
|
5133
|
-
timestamp: "2024-02-03T23:36:56.000Z",
|
|
5134
|
-
id_version: 1,
|
|
5135
|
-
width: 1000,
|
|
5136
|
-
height: 1000,
|
|
5137
|
-
scene_type: null,
|
|
5138
|
-
image_shot_type: null,
|
|
5139
|
-
last_modified: "2024-02-03T23:36:56.000Z",
|
|
5140
|
-
has_leyend: 0
|
|
5141
|
-
}, {
|
|
5142
|
-
id: 896453,
|
|
5143
|
-
status: null,
|
|
5144
|
-
image_id: 3,
|
|
5095
|
+
image_id: 36,
|
|
5145
5096
|
packing_type: "1",
|
|
5146
5097
|
image_type: "1",
|
|
5147
|
-
article_id: "
|
|
5148
|
-
src: "id-
|
|
5149
|
-
timestamp: "2024-
|
|
5098
|
+
article_id: "121220",
|
|
5099
|
+
src: "id-121220/1/36-e8c76087-91e0-42b4-88ad-4c6376125f79.jpg",
|
|
5100
|
+
timestamp: "2024-04-18T14:36:36.000Z",
|
|
5150
5101
|
id_version: 1,
|
|
5151
|
-
width:
|
|
5152
|
-
height:
|
|
5102
|
+
width: 235,
|
|
5103
|
+
height: 235,
|
|
5153
5104
|
scene_type: null,
|
|
5154
5105
|
image_shot_type: null,
|
|
5155
|
-
last_modified: "2024-
|
|
5106
|
+
last_modified: "2024-04-18T14:36:36.000Z",
|
|
5156
5107
|
has_leyend: 0
|
|
5157
|
-
}],
|
|
5158
|
-
info: [{
|
|
5159
|
-
title: "name",
|
|
5160
|
-
value: "Producto rechazo de atributos"
|
|
5161
|
-
}, {
|
|
5162
|
-
title: "category",
|
|
5163
|
-
value: "Audio|Audífonos|In Ear"
|
|
5164
5108
|
}, {
|
|
5165
|
-
|
|
5166
|
-
value: "823824234"
|
|
5167
|
-
}],
|
|
5168
|
-
status: [{
|
|
5169
|
-
title: "Porcentaje",
|
|
5170
|
-
percent: 100
|
|
5171
|
-
}],
|
|
5172
|
-
catalogs: {
|
|
5173
|
-
leftSide: {
|
|
5174
|
-
key: null,
|
|
5175
|
-
ref: null,
|
|
5176
|
-
props: {
|
|
5177
|
-
id: "retailers-121153-823824234",
|
|
5178
|
-
limit: 2,
|
|
5179
|
-
article: {
|
|
5180
|
-
id_article: 121153,
|
|
5181
|
-
upc: "823824234",
|
|
5182
|
-
name: "Producto rechazo de atributos",
|
|
5183
|
-
timestamp: "2024-02-03T23:33:09.000Z",
|
|
5184
|
-
categoryName: "Audio|Audífonos|In Ear",
|
|
5185
|
-
id_category: 905,
|
|
5186
|
-
version: 1,
|
|
5187
|
-
reviewState: "in_progress",
|
|
5188
|
-
retailersAvailable: [{
|
|
5189
|
-
name: "Radioshack",
|
|
5190
|
-
id: 74
|
|
5191
|
-
}],
|
|
5192
|
-
percentage: 100
|
|
5193
|
-
},
|
|
5194
|
-
retailers: [{
|
|
5195
|
-
name: "Radioshack",
|
|
5196
|
-
id: 74
|
|
5197
|
-
}]
|
|
5198
|
-
},
|
|
5199
|
-
_owner: null,
|
|
5200
|
-
_store: {}
|
|
5201
|
-
}
|
|
5202
|
-
}
|
|
5203
|
-
},
|
|
5204
|
-
showBottom: true,
|
|
5205
|
-
product: {
|
|
5206
|
-
id_article: 121153,
|
|
5207
|
-
upc: "823824234",
|
|
5208
|
-
name: "Producto rechazo de atributos",
|
|
5209
|
-
timestamp: "2024-02-03T23:33:09.000Z",
|
|
5210
|
-
categoryName: "Audio|Audífonos|In Ear",
|
|
5211
|
-
id_category: 905,
|
|
5212
|
-
version: 1,
|
|
5213
|
-
reviewState: "in_progress",
|
|
5214
|
-
retailersAvailable: [{
|
|
5215
|
-
name: "Radioshack",
|
|
5216
|
-
id: 74
|
|
5217
|
-
}],
|
|
5218
|
-
percentage: 100
|
|
5219
|
-
}
|
|
5220
|
-
}, {
|
|
5221
|
-
id: "121152-92347234",
|
|
5222
|
-
cols: [{
|
|
5223
|
-
name: "92347234",
|
|
5224
|
-
flex: 1,
|
|
5225
|
-
minWidth: 100
|
|
5226
|
-
}, {
|
|
5227
|
-
name: {
|
|
5228
|
-
type: "p",
|
|
5229
|
-
key: null,
|
|
5230
|
-
ref: null,
|
|
5231
|
-
props: {
|
|
5232
|
-
children: "Rechazo para el proveedor"
|
|
5233
|
-
},
|
|
5234
|
-
_owner: null,
|
|
5235
|
-
_store: {}
|
|
5236
|
-
},
|
|
5237
|
-
flex: 1,
|
|
5238
|
-
minWidth: 200
|
|
5239
|
-
}, {
|
|
5240
|
-
name: {
|
|
5241
|
-
type: "p",
|
|
5242
|
-
key: null,
|
|
5243
|
-
ref: null,
|
|
5244
|
-
props: {
|
|
5245
|
-
children: "Tecnología|Accesorios Computadora|Mouse"
|
|
5246
|
-
},
|
|
5247
|
-
_owner: null,
|
|
5248
|
-
_store: {}
|
|
5249
|
-
},
|
|
5250
|
-
flex: 2,
|
|
5251
|
-
minWidth: 200
|
|
5252
|
-
}, {
|
|
5253
|
-
name: {
|
|
5254
|
-
key: null,
|
|
5255
|
-
ref: null,
|
|
5256
|
-
props: {
|
|
5257
|
-
id: "retailers-121152-92347234",
|
|
5258
|
-
limit: 2,
|
|
5259
|
-
article: {
|
|
5260
|
-
id_article: 121152,
|
|
5261
|
-
upc: "92347234",
|
|
5262
|
-
name: "Rechazo para el proveedor",
|
|
5263
|
-
timestamp: "2024-02-03T04:11:35.000Z",
|
|
5264
|
-
categoryName: "Tecnología|Accesorios Computadora|Mouse",
|
|
5265
|
-
id_category: 904,
|
|
5266
|
-
version: 1,
|
|
5267
|
-
reviewState: "in_progress",
|
|
5268
|
-
retailersAvailable: [{
|
|
5269
|
-
name: "Radioshack",
|
|
5270
|
-
id: 74
|
|
5271
|
-
}],
|
|
5272
|
-
percentage: 100
|
|
5273
|
-
},
|
|
5274
|
-
retailers: [{
|
|
5275
|
-
name: "Radioshack",
|
|
5276
|
-
id: 74
|
|
5277
|
-
}]
|
|
5278
|
-
},
|
|
5279
|
-
_owner: null,
|
|
5280
|
-
_store: {}
|
|
5281
|
-
},
|
|
5282
|
-
flex: 1,
|
|
5283
|
-
minWidth: 100
|
|
5284
|
-
}, {
|
|
5285
|
-
name: 100,
|
|
5286
|
-
flex: 1,
|
|
5287
|
-
minWidth: 100
|
|
5288
|
-
}, {
|
|
5289
|
-
name: 1,
|
|
5290
|
-
flex: 1,
|
|
5291
|
-
minWidth: 100
|
|
5292
|
-
}, {
|
|
5293
|
-
name: "02/02/2024",
|
|
5294
|
-
flex: 1,
|
|
5295
|
-
minWidth: 100
|
|
5296
|
-
}],
|
|
5297
|
-
gridElement: {
|
|
5298
|
-
images: [{
|
|
5299
|
-
id: 896446,
|
|
5109
|
+
id: 896692,
|
|
5300
5110
|
status: null,
|
|
5301
|
-
image_id:
|
|
5111
|
+
image_id: 40,
|
|
5302
5112
|
packing_type: "2",
|
|
5303
|
-
image_type: "2",
|
|
5304
|
-
article_id: "121152",
|
|
5305
|
-
src: "id-121152/1/1-69ec716b-abd1-4cdb-b18c-69b8b3bda3ab.jpg",
|
|
5306
|
-
timestamp: "2024-02-03T04:20:59.000Z",
|
|
5307
|
-
id_version: 1,
|
|
5308
|
-
width: 1000,
|
|
5309
|
-
height: 1000,
|
|
5310
|
-
scene_type: null,
|
|
5311
|
-
image_shot_type: null,
|
|
5312
|
-
last_modified: "2024-02-03T04:20:59.000Z",
|
|
5313
|
-
has_leyend: 0
|
|
5314
|
-
}, {
|
|
5315
|
-
id: 896447,
|
|
5316
|
-
status: null,
|
|
5317
|
-
image_id: 4,
|
|
5318
|
-
packing_type: "1",
|
|
5319
5113
|
image_type: "1",
|
|
5320
|
-
article_id: "
|
|
5321
|
-
src: "id-
|
|
5322
|
-
timestamp: "2024-
|
|
5323
|
-
id_version: 1,
|
|
5324
|
-
width: 1000,
|
|
5325
|
-
height: 1000,
|
|
5326
|
-
scene_type: null,
|
|
5327
|
-
image_shot_type: null,
|
|
5328
|
-
last_modified: "2024-02-03T04:20:59.000Z",
|
|
5329
|
-
has_leyend: 0
|
|
5330
|
-
}, {
|
|
5331
|
-
id: 896448,
|
|
5332
|
-
status: null,
|
|
5333
|
-
image_id: 3,
|
|
5334
|
-
packing_type: "1",
|
|
5335
|
-
image_type: "2",
|
|
5336
|
-
article_id: "121152",
|
|
5337
|
-
src: "id-121152/1/3-276fea21-7fd9-4a5d-b5d5-257681d417d1.jpg",
|
|
5338
|
-
timestamp: "2024-02-03T04:20:59.000Z",
|
|
5114
|
+
article_id: "121220",
|
|
5115
|
+
src: "id-121220/1/40-953189f5-db1f-4f07-96d9-5471a758f1ee.jpg",
|
|
5116
|
+
timestamp: "2024-04-18T14:36:36.000Z",
|
|
5339
5117
|
id_version: 1,
|
|
5340
|
-
width:
|
|
5341
|
-
height:
|
|
5118
|
+
width: 235,
|
|
5119
|
+
height: 235,
|
|
5342
5120
|
scene_type: null,
|
|
5343
5121
|
image_shot_type: null,
|
|
5344
|
-
last_modified: "2024-
|
|
5345
|
-
has_leyend: 0
|
|
5346
|
-
}, {
|
|
5347
|
-
id: 896449,
|
|
5348
|
-
status: null,
|
|
5349
|
-
image_id: 5,
|
|
5350
|
-
packing_type: "1",
|
|
5351
|
-
image_type: "1",
|
|
5352
|
-
article_id: "121152",
|
|
5353
|
-
src: "id-121152/1/5-0ac59823-7569-4f8d-b49e-77871f6aa12b.jpg",
|
|
5354
|
-
timestamp: "2024-02-03T04:20:59.000Z",
|
|
5355
|
-
id_version: 1,
|
|
5356
|
-
width: 1000,
|
|
5357
|
-
height: 1000,
|
|
5358
|
-
scene_type: null,
|
|
5359
|
-
image_shot_type: null,
|
|
5360
|
-
last_modified: "2024-02-03T04:20:59.000Z",
|
|
5122
|
+
last_modified: "2024-04-18T14:36:36.000Z",
|
|
5361
5123
|
has_leyend: 0
|
|
5362
5124
|
}],
|
|
5363
5125
|
info: [{
|
|
5364
5126
|
title: "name",
|
|
5365
|
-
value: "
|
|
5127
|
+
value: "Lozano product"
|
|
5366
5128
|
}, {
|
|
5367
5129
|
title: "category",
|
|
5368
|
-
value: "
|
|
5130
|
+
value: "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados"
|
|
5369
5131
|
}, {
|
|
5370
5132
|
title: "order",
|
|
5371
|
-
value: "
|
|
5133
|
+
value: "123456789123"
|
|
5372
5134
|
}],
|
|
5373
5135
|
status: [{
|
|
5374
5136
|
title: "Porcentaje",
|
|
5375
|
-
percent:
|
|
5137
|
+
percent: 46.67
|
|
5376
5138
|
}],
|
|
5377
5139
|
catalogs: {
|
|
5378
5140
|
leftSide: {
|
|
5379
5141
|
key: null,
|
|
5380
5142
|
ref: null,
|
|
5381
5143
|
props: {
|
|
5382
|
-
id: "retailers-
|
|
5144
|
+
id: "retailers-121220-123456789123",
|
|
5383
5145
|
limit: 2,
|
|
5384
5146
|
article: {
|
|
5385
|
-
id_article:
|
|
5386
|
-
upc: "
|
|
5387
|
-
name: "
|
|
5388
|
-
timestamp: "2024-
|
|
5389
|
-
categoryName: "
|
|
5390
|
-
id_category:
|
|
5147
|
+
id_article: 121220,
|
|
5148
|
+
upc: "123456789123",
|
|
5149
|
+
name: "Lozano product",
|
|
5150
|
+
timestamp: "2024-04-18T14:35:20.000Z",
|
|
5151
|
+
categoryName: "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
|
|
5152
|
+
id_category: 4004,
|
|
5391
5153
|
version: 1,
|
|
5392
|
-
reviewState: "in_progress",
|
|
5393
5154
|
retailersAvailable: [{
|
|
5394
|
-
name: "
|
|
5395
|
-
id:
|
|
5155
|
+
name: "Bodega Aurrera",
|
|
5156
|
+
id: 70
|
|
5396
5157
|
}],
|
|
5397
|
-
percentage:
|
|
5158
|
+
percentage: 46.67
|
|
5398
5159
|
},
|
|
5399
5160
|
retailers: [{
|
|
5400
|
-
name: "
|
|
5401
|
-
id:
|
|
5161
|
+
name: "Bodega Aurrera",
|
|
5162
|
+
id: 70
|
|
5402
5163
|
}]
|
|
5403
5164
|
},
|
|
5404
5165
|
_owner: null,
|
|
@@ -5408,24 +5169,23 @@ var data = [{
|
|
|
5408
5169
|
},
|
|
5409
5170
|
showBottom: true,
|
|
5410
5171
|
product: {
|
|
5411
|
-
id_article:
|
|
5412
|
-
upc: "
|
|
5413
|
-
name: "
|
|
5414
|
-
timestamp: "2024-
|
|
5415
|
-
categoryName: "
|
|
5416
|
-
id_category:
|
|
5172
|
+
id_article: 121220,
|
|
5173
|
+
upc: "123456789123",
|
|
5174
|
+
name: "Lozano product",
|
|
5175
|
+
timestamp: "2024-04-18T14:35:20.000Z",
|
|
5176
|
+
categoryName: "Abarrotes Básicos|Abarrotes Básicos y Procesados|Abarrotes Básicos y Procesados",
|
|
5177
|
+
id_category: 4004,
|
|
5417
5178
|
version: 1,
|
|
5418
|
-
reviewState: "in_progress",
|
|
5419
5179
|
retailersAvailable: [{
|
|
5420
|
-
name: "
|
|
5421
|
-
id:
|
|
5180
|
+
name: "Bodega Aurrera",
|
|
5181
|
+
id: 70
|
|
5422
5182
|
}],
|
|
5423
|
-
percentage:
|
|
5183
|
+
percentage: 46.67
|
|
5424
5184
|
}
|
|
5425
5185
|
}, {
|
|
5426
|
-
id: "
|
|
5186
|
+
id: "121215-098098",
|
|
5427
5187
|
cols: [{
|
|
5428
|
-
name: "
|
|
5188
|
+
name: "098098",
|
|
5429
5189
|
flex: 1,
|
|
5430
5190
|
minWidth: 100
|
|
5431
5191
|
}, {
|
|
@@ -5434,7 +5194,7 @@ var data = [{
|
|
|
5434
5194
|
key: null,
|
|
5435
5195
|
ref: null,
|
|
5436
5196
|
props: {
|
|
5437
|
-
children: "
|
|
5197
|
+
children: "test2"
|
|
5438
5198
|
},
|
|
5439
5199
|
_owner: null,
|
|
5440
5200
|
_store: {}
|
|
@@ -5447,7 +5207,7 @@ var data = [{
|
|
|
5447
5207
|
key: null,
|
|
5448
5208
|
ref: null,
|
|
5449
5209
|
props: {
|
|
5450
|
-
children: "
|
|
5210
|
+
children: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados"
|
|
5451
5211
|
},
|
|
5452
5212
|
_owner: null,
|
|
5453
5213
|
_store: {}
|
|
@@ -5459,26 +5219,25 @@ var data = [{
|
|
|
5459
5219
|
key: null,
|
|
5460
5220
|
ref: null,
|
|
5461
5221
|
props: {
|
|
5462
|
-
id: "retailers-
|
|
5222
|
+
id: "retailers-121215-098098",
|
|
5463
5223
|
limit: 2,
|
|
5464
5224
|
article: {
|
|
5465
|
-
id_article:
|
|
5466
|
-
upc: "
|
|
5467
|
-
name: "
|
|
5468
|
-
timestamp: "2024-
|
|
5469
|
-
categoryName: "
|
|
5470
|
-
id_category:
|
|
5225
|
+
id_article: 121215,
|
|
5226
|
+
upc: "098098",
|
|
5227
|
+
name: "test2",
|
|
5228
|
+
timestamp: "2024-04-02T22:02:49.000Z",
|
|
5229
|
+
categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
|
|
5230
|
+
id_category: 4,
|
|
5471
5231
|
version: 1,
|
|
5472
|
-
reviewState: "rejected_to_provider",
|
|
5473
5232
|
retailersAvailable: [{
|
|
5474
|
-
name: "
|
|
5475
|
-
id:
|
|
5233
|
+
name: "Walmart Super y Superama",
|
|
5234
|
+
id: 4
|
|
5476
5235
|
}],
|
|
5477
|
-
percentage:
|
|
5236
|
+
percentage: 6.67
|
|
5478
5237
|
},
|
|
5479
5238
|
retailers: [{
|
|
5480
|
-
name: "
|
|
5481
|
-
id:
|
|
5239
|
+
name: "Walmart Super y Superama",
|
|
5240
|
+
id: 4
|
|
5482
5241
|
}]
|
|
5483
5242
|
},
|
|
5484
5243
|
_owner: null,
|
|
@@ -5487,7 +5246,7 @@ var data = [{
|
|
|
5487
5246
|
flex: 1,
|
|
5488
5247
|
minWidth: 100
|
|
5489
5248
|
}, {
|
|
5490
|
-
name:
|
|
5249
|
+
name: 6.67,
|
|
5491
5250
|
flex: 1,
|
|
5492
5251
|
minWidth: 100
|
|
5493
5252
|
}, {
|
|
@@ -5495,320 +5254,49 @@ var data = [{
|
|
|
5495
5254
|
flex: 1,
|
|
5496
5255
|
minWidth: 100
|
|
5497
5256
|
}, {
|
|
5498
|
-
name: "02/
|
|
5257
|
+
name: "02/04/2024",
|
|
5499
5258
|
flex: 1,
|
|
5500
5259
|
minWidth: 100
|
|
5501
5260
|
}],
|
|
5502
5261
|
gridElement: {
|
|
5503
|
-
images: [{
|
|
5504
|
-
id: 896442,
|
|
5505
|
-
status: null,
|
|
5506
|
-
image_id: 1,
|
|
5507
|
-
packing_type: "2",
|
|
5508
|
-
image_type: "1",
|
|
5509
|
-
article_id: "121151",
|
|
5510
|
-
src: "id-121151/1/1-039ca855-90a0-4752-8f9d-9a443de52acd.jpg",
|
|
5511
|
-
timestamp: "2024-02-03T04:15:54.000Z",
|
|
5512
|
-
id_version: 1,
|
|
5513
|
-
width: 1000,
|
|
5514
|
-
height: 1000,
|
|
5515
|
-
scene_type: null,
|
|
5516
|
-
image_shot_type: null,
|
|
5517
|
-
last_modified: "2024-02-03T04:15:54.000Z",
|
|
5518
|
-
has_leyend: 0
|
|
5519
|
-
}, {
|
|
5520
|
-
id: 896443,
|
|
5521
|
-
status: null,
|
|
5522
|
-
image_id: 4,
|
|
5523
|
-
packing_type: "2",
|
|
5524
|
-
image_type: "2",
|
|
5525
|
-
article_id: "121151",
|
|
5526
|
-
src: "id-121151/1/4-c72d21e3-5bb2-45e8-8a4a-78f111084ae7.jpg",
|
|
5527
|
-
timestamp: "2024-02-03T04:15:54.000Z",
|
|
5528
|
-
id_version: 1,
|
|
5529
|
-
width: 1000,
|
|
5530
|
-
height: 1000,
|
|
5531
|
-
scene_type: null,
|
|
5532
|
-
image_shot_type: null,
|
|
5533
|
-
last_modified: "2024-02-03T04:15:54.000Z",
|
|
5534
|
-
has_leyend: 0
|
|
5535
|
-
}, {
|
|
5536
|
-
id: 896444,
|
|
5537
|
-
status: null,
|
|
5538
|
-
image_id: 5,
|
|
5539
|
-
packing_type: "2",
|
|
5540
|
-
image_type: "1",
|
|
5541
|
-
article_id: "121151",
|
|
5542
|
-
src: "id-121151/1/5-b62cb42f-4b63-49a5-a4d8-82b274b26918.jpg",
|
|
5543
|
-
timestamp: "2024-02-03T04:15:54.000Z",
|
|
5544
|
-
id_version: 1,
|
|
5545
|
-
width: 1000,
|
|
5546
|
-
height: 1000,
|
|
5547
|
-
scene_type: null,
|
|
5548
|
-
image_shot_type: null,
|
|
5549
|
-
last_modified: "2024-02-03T04:15:54.000Z",
|
|
5550
|
-
has_leyend: 0
|
|
5551
|
-
}, {
|
|
5552
|
-
id: 896445,
|
|
5553
|
-
status: null,
|
|
5554
|
-
image_id: 3,
|
|
5555
|
-
packing_type: "1",
|
|
5556
|
-
image_type: "1",
|
|
5557
|
-
article_id: "121151",
|
|
5558
|
-
src: "id-121151/1/3-fd3d2995-7403-423c-8fc7-b592571d2a22.jpg",
|
|
5559
|
-
timestamp: "2024-02-03T04:15:54.000Z",
|
|
5560
|
-
id_version: 1,
|
|
5561
|
-
width: 1000,
|
|
5562
|
-
height: 1000,
|
|
5563
|
-
scene_type: null,
|
|
5564
|
-
image_shot_type: null,
|
|
5565
|
-
last_modified: "2024-02-03T04:15:54.000Z",
|
|
5566
|
-
has_leyend: 0
|
|
5567
|
-
}],
|
|
5568
|
-
info: [{
|
|
5569
|
-
title: "name",
|
|
5570
|
-
value: "Comentarios visibles"
|
|
5571
|
-
}, {
|
|
5572
|
-
title: "category",
|
|
5573
|
-
value: "Audio|Audífonos|In Ear"
|
|
5574
|
-
}, {
|
|
5575
|
-
title: "order",
|
|
5576
|
-
value: "92384234"
|
|
5577
|
-
}],
|
|
5578
|
-
status: [{
|
|
5579
|
-
title: "Porcentaje",
|
|
5580
|
-
percent: 100
|
|
5581
|
-
}],
|
|
5582
|
-
catalogs: {
|
|
5583
|
-
leftSide: {
|
|
5584
|
-
key: null,
|
|
5585
|
-
ref: null,
|
|
5586
|
-
props: {
|
|
5587
|
-
id: "retailers-121151-92384234",
|
|
5588
|
-
limit: 2,
|
|
5589
|
-
article: {
|
|
5590
|
-
id_article: 121151,
|
|
5591
|
-
upc: "92384234",
|
|
5592
|
-
name: "Comentarios visibles",
|
|
5593
|
-
timestamp: "2024-02-03T04:11:35.000Z",
|
|
5594
|
-
categoryName: "Audio|Audífonos|In Ear",
|
|
5595
|
-
id_category: 905,
|
|
5596
|
-
version: 1,
|
|
5597
|
-
reviewState: "rejected_to_provider",
|
|
5598
|
-
retailersAvailable: [{
|
|
5599
|
-
name: "Radioshack",
|
|
5600
|
-
id: 74
|
|
5601
|
-
}],
|
|
5602
|
-
percentage: 100
|
|
5603
|
-
},
|
|
5604
|
-
retailers: [{
|
|
5605
|
-
name: "Radioshack",
|
|
5606
|
-
id: 74
|
|
5607
|
-
}]
|
|
5608
|
-
},
|
|
5609
|
-
_owner: null,
|
|
5610
|
-
_store: {}
|
|
5611
|
-
}
|
|
5612
|
-
}
|
|
5613
|
-
},
|
|
5614
|
-
showBottom: true,
|
|
5615
|
-
product: {
|
|
5616
|
-
id_article: 121151,
|
|
5617
|
-
upc: "92384234",
|
|
5618
|
-
name: "Comentarios visibles",
|
|
5619
|
-
timestamp: "2024-02-03T04:11:35.000Z",
|
|
5620
|
-
categoryName: "Audio|Audífonos|In Ear",
|
|
5621
|
-
id_category: 905,
|
|
5622
|
-
version: 1,
|
|
5623
|
-
reviewState: "rejected_to_provider",
|
|
5624
|
-
retailersAvailable: [{
|
|
5625
|
-
name: "Radioshack",
|
|
5626
|
-
id: 74
|
|
5627
|
-
}],
|
|
5628
|
-
percentage: 100
|
|
5629
|
-
}
|
|
5630
|
-
}, {
|
|
5631
|
-
id: "121150-123131223443243432",
|
|
5632
|
-
cols: [{
|
|
5633
|
-
name: "123131223443243432",
|
|
5634
|
-
flex: 1,
|
|
5635
|
-
minWidth: 100
|
|
5636
|
-
}, {
|
|
5637
|
-
name: {
|
|
5638
|
-
type: "p",
|
|
5639
|
-
key: null,
|
|
5640
|
-
ref: null,
|
|
5641
|
-
props: {
|
|
5642
|
-
children: "Testing Radioshack"
|
|
5643
|
-
},
|
|
5644
|
-
_owner: null,
|
|
5645
|
-
_store: {}
|
|
5646
|
-
},
|
|
5647
|
-
flex: 1,
|
|
5648
|
-
minWidth: 200
|
|
5649
|
-
}, {
|
|
5650
|
-
name: {
|
|
5651
|
-
type: "p",
|
|
5652
|
-
key: null,
|
|
5653
|
-
ref: null,
|
|
5654
|
-
props: {
|
|
5655
|
-
children: "Audio|Audífonos|In Ear"
|
|
5656
|
-
},
|
|
5657
|
-
_owner: null,
|
|
5658
|
-
_store: {}
|
|
5659
|
-
},
|
|
5660
|
-
flex: 2,
|
|
5661
|
-
minWidth: 200
|
|
5662
|
-
}, {
|
|
5663
|
-
name: {
|
|
5664
|
-
key: null,
|
|
5665
|
-
ref: null,
|
|
5666
|
-
props: {
|
|
5667
|
-
id: "retailers-121150-123131223443243432",
|
|
5668
|
-
limit: 2,
|
|
5669
|
-
article: {
|
|
5670
|
-
id_article: 121150,
|
|
5671
|
-
upc: "123131223443243432",
|
|
5672
|
-
name: "Testing Radioshack",
|
|
5673
|
-
timestamp: "2024-02-02T23:38:29.000Z",
|
|
5674
|
-
categoryName: "Audio|Audífonos|In Ear",
|
|
5675
|
-
id_category: 905,
|
|
5676
|
-
version: 1,
|
|
5677
|
-
reviewState: "onboarding_flow",
|
|
5678
|
-
retailersAvailable: [{
|
|
5679
|
-
name: "Radioshack",
|
|
5680
|
-
id: 74
|
|
5681
|
-
}],
|
|
5682
|
-
percentage: 100
|
|
5683
|
-
},
|
|
5684
|
-
retailers: [{
|
|
5685
|
-
name: "Radioshack",
|
|
5686
|
-
id: 74
|
|
5687
|
-
}]
|
|
5688
|
-
},
|
|
5689
|
-
_owner: null,
|
|
5690
|
-
_store: {}
|
|
5691
|
-
},
|
|
5692
|
-
flex: 1,
|
|
5693
|
-
minWidth: 100
|
|
5694
|
-
}, {
|
|
5695
|
-
name: 100,
|
|
5696
|
-
flex: 1,
|
|
5697
|
-
minWidth: 100
|
|
5698
|
-
}, {
|
|
5699
|
-
name: 1,
|
|
5700
|
-
flex: 1,
|
|
5701
|
-
minWidth: 100
|
|
5702
|
-
}, {
|
|
5703
|
-
name: "02/02/2024",
|
|
5704
|
-
flex: 1,
|
|
5705
|
-
minWidth: 100
|
|
5706
|
-
}],
|
|
5707
|
-
gridElement: {
|
|
5708
|
-
images: [{
|
|
5709
|
-
id: 896438,
|
|
5710
|
-
status: null,
|
|
5711
|
-
image_id: 1,
|
|
5712
|
-
packing_type: "1",
|
|
5713
|
-
image_type: "1",
|
|
5714
|
-
article_id: "121150",
|
|
5715
|
-
src: "id-121150/1/1-1e4eae50-ad99-4148-a63b-416fc240109d.jpg",
|
|
5716
|
-
timestamp: "2024-02-02T23:43:49.000Z",
|
|
5717
|
-
id_version: 1,
|
|
5718
|
-
width: 1200,
|
|
5719
|
-
height: 1200,
|
|
5720
|
-
scene_type: null,
|
|
5721
|
-
image_shot_type: null,
|
|
5722
|
-
last_modified: "2024-02-02T23:43:49.000Z",
|
|
5723
|
-
has_leyend: 0
|
|
5724
|
-
}, {
|
|
5725
|
-
id: 896439,
|
|
5726
|
-
status: null,
|
|
5727
|
-
image_id: 4,
|
|
5728
|
-
packing_type: "1",
|
|
5729
|
-
image_type: "1",
|
|
5730
|
-
article_id: "121150",
|
|
5731
|
-
src: "id-121150/1/4-d0937226-bb2d-4573-8ec4-3c39e329bd55.jpg",
|
|
5732
|
-
timestamp: "2024-02-02T23:43:49.000Z",
|
|
5733
|
-
id_version: 1,
|
|
5734
|
-
width: 1200,
|
|
5735
|
-
height: 1200,
|
|
5736
|
-
scene_type: null,
|
|
5737
|
-
image_shot_type: null,
|
|
5738
|
-
last_modified: "2024-02-02T23:43:49.000Z",
|
|
5739
|
-
has_leyend: 0
|
|
5740
|
-
}, {
|
|
5741
|
-
id: 896440,
|
|
5742
|
-
status: null,
|
|
5743
|
-
image_id: 3,
|
|
5744
|
-
packing_type: "1",
|
|
5745
|
-
image_type: "1",
|
|
5746
|
-
article_id: "121150",
|
|
5747
|
-
src: "id-121150/1/3-67dd66a8-ce10-4772-8c93-4e9e03f4be1b.jpg",
|
|
5748
|
-
timestamp: "2024-02-02T23:43:49.000Z",
|
|
5749
|
-
id_version: 1,
|
|
5750
|
-
width: 1200,
|
|
5751
|
-
height: 1200,
|
|
5752
|
-
scene_type: null,
|
|
5753
|
-
image_shot_type: null,
|
|
5754
|
-
last_modified: "2024-02-02T23:43:49.000Z",
|
|
5755
|
-
has_leyend: 0
|
|
5756
|
-
}, {
|
|
5757
|
-
id: 896441,
|
|
5758
|
-
status: null,
|
|
5759
|
-
image_id: 5,
|
|
5760
|
-
packing_type: "1",
|
|
5761
|
-
image_type: "2",
|
|
5762
|
-
article_id: "121150",
|
|
5763
|
-
src: "id-121150/1/5-b391afe1-7d9f-4739-8393-b71b6f15f385.jpg",
|
|
5764
|
-
timestamp: "2024-02-02T23:43:49.000Z",
|
|
5765
|
-
id_version: 1,
|
|
5766
|
-
width: 1200,
|
|
5767
|
-
height: 1200,
|
|
5768
|
-
scene_type: null,
|
|
5769
|
-
image_shot_type: null,
|
|
5770
|
-
last_modified: "2024-02-02T23:43:49.000Z",
|
|
5771
|
-
has_leyend: 0
|
|
5772
|
-
}],
|
|
5773
5262
|
info: [{
|
|
5774
5263
|
title: "name",
|
|
5775
|
-
value: "
|
|
5264
|
+
value: "test2"
|
|
5776
5265
|
}, {
|
|
5777
5266
|
title: "category",
|
|
5778
|
-
value: "
|
|
5267
|
+
value: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados"
|
|
5779
5268
|
}, {
|
|
5780
5269
|
title: "order",
|
|
5781
|
-
value: "
|
|
5270
|
+
value: "098098"
|
|
5782
5271
|
}],
|
|
5783
5272
|
status: [{
|
|
5784
5273
|
title: "Porcentaje",
|
|
5785
|
-
percent:
|
|
5274
|
+
percent: 6.67
|
|
5786
5275
|
}],
|
|
5787
5276
|
catalogs: {
|
|
5788
5277
|
leftSide: {
|
|
5789
5278
|
key: null,
|
|
5790
5279
|
ref: null,
|
|
5791
5280
|
props: {
|
|
5792
|
-
id: "retailers-
|
|
5281
|
+
id: "retailers-121215-098098",
|
|
5793
5282
|
limit: 2,
|
|
5794
5283
|
article: {
|
|
5795
|
-
id_article:
|
|
5796
|
-
upc: "
|
|
5797
|
-
name: "
|
|
5798
|
-
timestamp: "2024-
|
|
5799
|
-
categoryName: "
|
|
5800
|
-
id_category:
|
|
5284
|
+
id_article: 121215,
|
|
5285
|
+
upc: "098098",
|
|
5286
|
+
name: "test2",
|
|
5287
|
+
timestamp: "2024-04-02T22:02:49.000Z",
|
|
5288
|
+
categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
|
|
5289
|
+
id_category: 4,
|
|
5801
5290
|
version: 1,
|
|
5802
|
-
reviewState: "onboarding_flow",
|
|
5803
5291
|
retailersAvailable: [{
|
|
5804
|
-
name: "
|
|
5805
|
-
id:
|
|
5292
|
+
name: "Walmart Super y Superama",
|
|
5293
|
+
id: 4
|
|
5806
5294
|
}],
|
|
5807
|
-
percentage:
|
|
5295
|
+
percentage: 6.67
|
|
5808
5296
|
},
|
|
5809
5297
|
retailers: [{
|
|
5810
|
-
name: "
|
|
5811
|
-
id:
|
|
5298
|
+
name: "Walmart Super y Superama",
|
|
5299
|
+
id: 4
|
|
5812
5300
|
}]
|
|
5813
5301
|
},
|
|
5814
5302
|
_owner: null,
|
|
@@ -5818,19 +5306,18 @@ var data = [{
|
|
|
5818
5306
|
},
|
|
5819
5307
|
showBottom: true,
|
|
5820
5308
|
product: {
|
|
5821
|
-
id_article:
|
|
5822
|
-
upc: "
|
|
5823
|
-
name: "
|
|
5824
|
-
timestamp: "2024-
|
|
5825
|
-
categoryName: "
|
|
5826
|
-
id_category:
|
|
5309
|
+
id_article: 121215,
|
|
5310
|
+
upc: "098098",
|
|
5311
|
+
name: "test2",
|
|
5312
|
+
timestamp: "2024-04-02T22:02:49.000Z",
|
|
5313
|
+
categoryName: "Abarrotes|Abarrotes Secos|Alimentos Deshidratados",
|
|
5314
|
+
id_category: 4,
|
|
5827
5315
|
version: 1,
|
|
5828
|
-
reviewState: "onboarding_flow",
|
|
5829
5316
|
retailersAvailable: [{
|
|
5830
|
-
name: "
|
|
5831
|
-
id:
|
|
5317
|
+
name: "Walmart Super y Superama",
|
|
5318
|
+
id: 4
|
|
5832
5319
|
}],
|
|
5833
|
-
percentage:
|
|
5320
|
+
percentage: 6.67
|
|
5834
5321
|
}
|
|
5835
5322
|
}];
|
|
5836
5323
|
GridProductsDefault.args = {
|