contentoh-components-library 21.4.57 → 21.4.59
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/Avatar/index.js +2 -3
- package/dist/components/atoms/CheckBox/index.js +2 -7
- package/dist/components/atoms/CheckBox/styles.js +1 -1
- package/dist/components/atoms/InputFormatter/styles.js +1 -1
- package/dist/components/atoms/SliderToolTip/styles.js +1 -1
- package/dist/components/molecules/CarouselImagesLogin/index.js +1 -1
- package/dist/components/molecules/HeaderTop/index.js +11 -68
- package/dist/components/molecules/SignInLogin/index.js +28 -36
- package/dist/components/molecules/StripeCardSelector/CardSelector.stories.js +2 -1
- package/dist/components/molecules/TagAndInput/index.js +3 -64
- package/dist/components/organisms/Chat/Chat.stories.js +8 -27
- package/dist/components/organisms/Chat/ContainerItems/index.js +3 -19
- package/dist/components/organisms/Chat/ContainerItems/styles.js +1 -1
- package/dist/components/organisms/Chat/ContentChat/index.js +197 -350
- package/dist/components/organisms/Chat/Footer/index.js +39 -48
- package/dist/components/organisms/Chat/index.js +4 -49
- package/dist/components/organisms/Chat/styles.js +1 -1
- package/dist/components/organisms/FullProductNameHeader/index.js +2 -2
- package/dist/components/organisms/InputGroup/index.js +48 -154
- package/dist/components/organisms/Modal/styles.js +1 -1
- package/dist/components/pages/Dashboard/index.js +2 -8
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +137 -123
- package/dist/components/pages/ProviderProductEdition/index.js +258 -269
- package/dist/components/pages/ProviderProductEdition/styles.js +1 -1
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +3 -7
- package/dist/components/pages/RetailerProductEdition/index.js +276 -278
- package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
- package/dist/components/pages/RetailerProductEdition/utils.js +2 -61
- package/dist/global-files/data.js +8 -21
- package/dist/global-files/variables.js +1 -5
- package/dist/index.js +58 -201
- package/package.json +1 -2
- package/src/components/atoms/Avatar/index.js +2 -8
- package/src/components/atoms/CheckBox/index.js +1 -4
- package/src/components/atoms/CheckBox/styles.js +0 -2
- package/src/components/atoms/InputFormatter/styles.js +1 -2
- package/src/components/atoms/SliderToolTip/styles.js +1 -1
- package/src/components/molecules/CarouselImagesLogin/index.js +1 -1
- package/src/components/molecules/HeaderTop/index.js +6 -52
- package/src/components/molecules/SignInLogin/index.js +11 -11
- package/src/components/molecules/StripeCardSelector/CardSelector.stories.js +2 -1
- package/src/components/molecules/TagAndInput/index.js +8 -52
- package/src/components/organisms/Chat/Chat.stories.js +7 -27
- package/src/components/organisms/Chat/ContainerItems/index.js +2 -18
- package/src/components/organisms/Chat/ContainerItems/styles.js +2 -14
- package/src/components/organisms/Chat/ContentChat/index.js +12 -88
- package/src/components/organisms/Chat/Footer/index.js +0 -11
- package/src/components/organisms/Chat/index.js +4 -46
- package/src/components/organisms/Chat/styles.js +0 -4
- package/src/components/organisms/FullProductNameHeader/index.js +1 -1
- package/src/components/organisms/InputGroup/index.js +88 -238
- package/src/components/organisms/Modal/styles.js +1 -4
- package/src/components/organisms/OrderDetail/utils/Table/utils.js +16 -6
- package/src/components/pages/Dashboard/index.js +1 -6
- package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +145 -141
- package/src/components/pages/ProviderProductEdition/index.js +148 -145
- package/src/components/pages/ProviderProductEdition/styles.js +1 -5
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +2 -6
- package/src/components/pages/RetailerProductEdition/index.js +144 -115
- package/src/components/pages/RetailerProductEdition/styles.js +0 -4
- package/src/components/pages/RetailerProductEdition/utils.js +0 -37
- package/src/global-files/data.js +6 -10
- package/src/global-files/variables.js +0 -4
- package/src/index.js +0 -11
- package/src/assets/images/Icons/info.svg +0 -8
- package/src/components/atoms/ImageCarousel/ImgeSlider.stories.js +0 -76
- package/src/components/atoms/ImageCarousel/index.js +0 -103
- package/src/components/atoms/ImageCarousel/styles.js +0 -79
- package/src/components/atoms/PercentTag/PercentTag.stories.js +0 -7
- package/src/components/atoms/PercentTag/index.js +0 -9
- package/src/components/atoms/PercentTag/styles.js +0 -69
- package/src/components/atoms/RatingStars/RatingStars.stories.js +0 -10
- package/src/components/atoms/RatingStars/index.js +0 -31
- package/src/components/atoms/RatingStars/styles.js +0 -28
- package/src/components/atoms/RetailerCatalog/RetailerCatalog.stories.js +0 -36
- package/src/components/atoms/RetailerCatalog/index.js +0 -49
- package/src/components/atoms/RetailerCatalog/styles.js +0 -30
- package/src/components/atoms/RetailerOption/RetailerOption.stories.js +0 -15
- package/src/components/atoms/RetailerOption/index.js +0 -53
- package/src/components/atoms/RetailerOption/styles.js +0 -41
- package/src/components/atoms/RetailersList/RetailersList.stories.js +0 -33
- package/src/components/atoms/RetailersList/index.js +0 -20
- package/src/components/atoms/RetailersList/styles.js +0 -19
- package/src/components/atoms/TabSection/styles.js +0 -23
- package/src/components/atoms/UserCatalog/UserCatalog.stories.js +0 -67
- package/src/components/atoms/UserCatalog/index.js +0 -100
- package/src/components/atoms/UserCatalog/styles.js +0 -24
- package/src/components/atoms/UserOption/UserOption.stories.js +0 -25
- package/src/components/atoms/UserOption/index.js +0 -95
- package/src/components/atoms/UserOption/styles.js +0 -61
- package/src/components/atoms/UserSelector/UserSelector.stories.js +0 -25
- package/src/components/atoms/UserSelector/index.js +0 -86
- package/src/components/atoms/UserSelector/styles.js +0 -55
- package/src/components/molecules/BoxAttribute/BoxAttribute.stories.js +0 -16
- package/src/components/molecules/BoxAttribute/index.js +0 -72
- package/src/components/molecules/BoxAttribute/styles.js +0 -41
- package/src/components/molecules/BoxButtons/BoxButtons.stories.js +0 -15
- package/src/components/molecules/BoxButtons/index.js +0 -32
- package/src/components/molecules/BoxButtons/styles.js +0 -43
- package/src/components/molecules/GridItem/GridItem.stories.js +0 -126
- package/src/components/molecules/GridItem/index.js +0 -105
- package/src/components/molecules/GridItem/styles.js +0 -104
- package/src/components/molecules/HeaderItem/ColumnItem.js +0 -9
- package/src/components/molecules/HeaderItem/HeaderItem.stories.js +0 -24
- package/src/components/molecules/HeaderItem/index.js +0 -26
- package/src/components/molecules/HeaderItem/styles.js +0 -27
- package/src/components/molecules/RowItem/ColumnItem.js +0 -9
- package/src/components/molecules/RowItem/RowItem.stories.js +0 -5660
- package/src/components/molecules/RowItem/index.js +0 -45
- package/src/components/molecules/RowItem/styles.js +0 -40
- package/src/components/organisms/Box/Box.stories.js +0 -17
- package/src/components/organisms/Box/index.js +0 -103
- package/src/components/organisms/Box/styles.js +0 -48
- package/src/components/organisms/BoxOnboarding/BoxOnboarding.stories.js +0 -17
- package/src/components/organisms/BoxOnboarding/index.js +0 -60
- package/src/components/organisms/BoxOnboarding/styles.js +0 -44
- package/src/components/organisms/GridProducts/GridProducts.stories.js +0 -5485
- package/src/components/organisms/GridProducts/index.js +0 -50
- package/src/components/organisms/GridProducts/styles.js +0 -14
- package/src/components/organisms/GridProducts/utils.js +0 -111
|
@@ -16,156 +16,172 @@ ProviderProductEditionDefault.args = {
|
|
|
16
16
|
Imágenes: false,
|
|
17
17
|
},
|
|
18
18
|
token:
|
|
19
|
-
"eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.
|
|
19
|
+
"eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJmNTkyN2Y4ZS1jYmY3LTQ5MjItOWUwOS1lNjllYzBiMjczMWEiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6ImY1OTI3ZjhlLWNiZjctNDkyMi05ZTA5LWU2OWVjMGIyNzMxYSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiIwZmUxYTZjMS05MzcyLTRiNjktOTgwMi1lN2QxOGM2MzU4YzQiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY5MzMzODMzMiwibmFtZSI6IklzbWFlbCBMb3BleiIsInBob25lX251bWJlciI6Iis1MjMxMTEzNjYzMzYiLCJleHAiOjE2OTMzNDE5MzIsImlhdCI6MTY5MzMzODMzMiwiZW1haWwiOiJpbG9wZXpAY29udGVudG9oLmNvbSJ9.lQwTS_RbJalEPmmpWcBsVYd8xx4tkw3U6uyW_laE6ucyHQpXSXYMfadAxxV2PZ5ObbgmX98nFKj32E2F4CxHxw3W7B1Wj7ZoGML409GjlylQ1RuVVHjwTw0OH5TtveV1JNNpts0belvzxbk5vX9E1vKoZLOKn8gO9yaFe0YawKjS0hW-P4NcjIonsNJ5KWMsh0fJCM2oAKAk8oAGZcszYHknMPF6ahf-fWeboVuK89UEsKlQukr7W8fnIePFI8aSlKM1nG0I7nOT_1734Pf-A9QQDXEwhfj8NMHHICb2c_ECgHPEspM9VxIR6Lbws-gCTSG6FTMjsIFKU3EqaQvlVw",
|
|
20
20
|
articleId: 39485,
|
|
21
21
|
category: 11,
|
|
22
22
|
version: 3,
|
|
23
23
|
productSelected: {
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
orderId: 15275,
|
|
25
|
+
status: "AA",
|
|
26
|
+
datasheet_status: "AA",
|
|
27
|
+
prio: "none",
|
|
28
|
+
version: 3,
|
|
29
|
+
description_status: "AA",
|
|
30
|
+
images_status: "AA",
|
|
31
|
+
brand: null,
|
|
32
|
+
retailerOrder: 0,
|
|
33
|
+
missing: {
|
|
34
|
+
datasheet: null,
|
|
35
|
+
descriptions: null,
|
|
36
|
+
images: null,
|
|
37
|
+
},
|
|
38
|
+
services: {
|
|
39
|
+
datasheets: 1,
|
|
40
|
+
descriptions: 1,
|
|
41
|
+
images: 1,
|
|
42
|
+
},
|
|
26
43
|
article: {
|
|
27
|
-
category: "
|
|
28
|
-
company_name: "
|
|
29
|
-
|
|
30
|
-
id_category: "
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
44
|
+
category: "Abarrotes|Abarrotes Secos|Frutos Secos",
|
|
45
|
+
company_name: "GRUPO BRAHMA",
|
|
46
|
+
country: "México",
|
|
47
|
+
id_category: "11",
|
|
48
|
+
id_datasheet_especialist: 54,
|
|
49
|
+
id_datasheet_facilitator: 52,
|
|
50
|
+
id_description_especialist: 54,
|
|
51
|
+
id_description_facilitator: 52,
|
|
52
|
+
id_images_especialist: 55,
|
|
53
|
+
id_images_facilitator: 53,
|
|
54
|
+
id_order: 15275,
|
|
55
|
+
id_article: 39485,
|
|
56
|
+
id_auditor: 37,
|
|
57
|
+
name: "Mix de nueces",
|
|
58
|
+
timestamp: "2023-07-14T21:03:19.000Z",
|
|
59
|
+
upc: "7543453453",
|
|
34
60
|
},
|
|
35
|
-
asignations: [],
|
|
36
61
|
retailers: [
|
|
37
62
|
{
|
|
38
|
-
id:
|
|
39
|
-
name: "
|
|
40
|
-
country: "México",
|
|
41
|
-
id_region: 1,
|
|
42
|
-
active: 1,
|
|
43
|
-
flow: 1,
|
|
63
|
+
id: 34,
|
|
64
|
+
name: "San Pablo",
|
|
44
65
|
},
|
|
45
66
|
],
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
country: "México",
|
|
52
|
-
id_region: 1,
|
|
53
|
-
active: 1,
|
|
54
|
-
flow: 1,
|
|
67
|
+
statusByRetailer: {
|
|
68
|
+
34: {
|
|
69
|
+
datasheet: "AA",
|
|
70
|
+
description: "AA",
|
|
71
|
+
images: "AA",
|
|
55
72
|
},
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
name: "Mouse Gamer",
|
|
59
|
-
categoryName: "Tecnología|Accesorios Computadora|Mouse",
|
|
60
|
-
id_category: "904",
|
|
61
|
-
id_article: 118438,
|
|
62
|
-
services: [
|
|
73
|
+
},
|
|
74
|
+
retailersAvailable: [
|
|
63
75
|
{
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
quantity: 1,
|
|
67
|
-
price: 0,
|
|
68
|
-
id_user: 349,
|
|
69
|
-
datasheet_common: null,
|
|
70
|
-
discount: null,
|
|
76
|
+
id: 34,
|
|
77
|
+
name: "San Pablo",
|
|
71
78
|
},
|
|
72
79
|
],
|
|
80
|
+
categoryName: "Abarrotes|Abarrotes Secos|Frutos Secos",
|
|
81
|
+
upc: "7543453453",
|
|
82
|
+
id_article: 39485,
|
|
83
|
+
id_order: 15275,
|
|
73
84
|
},
|
|
74
85
|
productToEdit: {
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
product:
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
86
|
+
ArticleId: 39485,
|
|
87
|
+
idCategory: "11",
|
|
88
|
+
product: {
|
|
89
|
+
orderId: 15275,
|
|
90
|
+
status: "AA",
|
|
91
|
+
datasheet_status: "AA",
|
|
92
|
+
prio: "none",
|
|
93
|
+
version: 3,
|
|
94
|
+
description_status: "AA",
|
|
95
|
+
images_status: "AA",
|
|
96
|
+
brand: null,
|
|
97
|
+
retailerOrder: 0,
|
|
98
|
+
missing: {
|
|
99
|
+
datasheet: null,
|
|
100
|
+
descriptions: null,
|
|
101
|
+
images: null,
|
|
102
|
+
},
|
|
103
|
+
services: {
|
|
104
|
+
datasheets: 1,
|
|
105
|
+
descriptions: 1,
|
|
106
|
+
images: 1,
|
|
107
|
+
},
|
|
108
|
+
article: {
|
|
109
|
+
category: "Abarrotes|Abarrotes Secos|Frutos Secos",
|
|
110
|
+
company_name: "GRUPO BRAHMA",
|
|
111
|
+
country: "México",
|
|
112
|
+
id_category: "11",
|
|
113
|
+
id_datasheet_especialist: 54,
|
|
114
|
+
id_datasheet_facilitator: 52,
|
|
115
|
+
id_description_especialist: 54,
|
|
116
|
+
id_description_facilitator: 52,
|
|
117
|
+
id_images_especialist: 55,
|
|
118
|
+
id_images_facilitator: 53,
|
|
119
|
+
id_order: 15275,
|
|
120
|
+
id_article: 39485,
|
|
121
|
+
id_auditor: 37,
|
|
122
|
+
name: "Mix de nueces",
|
|
123
|
+
timestamp: "2023-07-14T21:03:19.000Z",
|
|
124
|
+
upc: "7543453453",
|
|
125
|
+
},
|
|
126
|
+
retailers: [
|
|
127
|
+
{
|
|
128
|
+
id: 34,
|
|
129
|
+
name: "San Pablo",
|
|
130
|
+
},
|
|
131
|
+
],
|
|
132
|
+
statusByRetailer: {
|
|
133
|
+
34: {
|
|
134
|
+
datasheet: "AA",
|
|
135
|
+
description: "AA",
|
|
136
|
+
images: "AA",
|
|
89
137
|
},
|
|
90
|
-
asignations: [],
|
|
91
|
-
retailers: [
|
|
92
|
-
{
|
|
93
|
-
id: 74,
|
|
94
|
-
name: "Radioshack",
|
|
95
|
-
country: "México",
|
|
96
|
-
id_region: 1,
|
|
97
|
-
active: 1,
|
|
98
|
-
flow: 1,
|
|
99
|
-
percentage: 100,
|
|
100
|
-
},
|
|
101
|
-
],
|
|
102
|
-
percentage: "100",
|
|
103
|
-
retailersAvailable: [
|
|
104
|
-
{
|
|
105
|
-
id: 74,
|
|
106
|
-
name: "Radioshack",
|
|
107
|
-
country: "México",
|
|
108
|
-
id_region: 1,
|
|
109
|
-
active: 1,
|
|
110
|
-
flow: 1,
|
|
111
|
-
percentage: 100,
|
|
112
|
-
},
|
|
113
|
-
],
|
|
114
|
-
upc: "3434",
|
|
115
|
-
name: "Mouse Gamer",
|
|
116
|
-
categoryName: "Tecnología|Accesorios Computadora|Mouse",
|
|
117
|
-
id_category: "904",
|
|
118
|
-
id_article: 118438,
|
|
119
|
-
services: [
|
|
120
|
-
{
|
|
121
|
-
id_article: 118438,
|
|
122
|
-
service: "datasheet",
|
|
123
|
-
quantity: 1,
|
|
124
|
-
price: 0,
|
|
125
|
-
id_user: 349,
|
|
126
|
-
datasheet_common: null,
|
|
127
|
-
discount: null,
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
138
|
},
|
|
131
|
-
|
|
139
|
+
retailersAvailable: [
|
|
140
|
+
{
|
|
141
|
+
id: 34,
|
|
142
|
+
name: "San Pablo",
|
|
143
|
+
},
|
|
144
|
+
],
|
|
145
|
+
categoryName: "Abarrotes|Abarrotes Secos|Frutos Secos",
|
|
146
|
+
upc: "7543453453",
|
|
147
|
+
id_article: 39485,
|
|
148
|
+
id_order: 15275,
|
|
149
|
+
},
|
|
132
150
|
},
|
|
133
151
|
location: {
|
|
134
152
|
pathname: "/EditProducts",
|
|
135
153
|
search: "",
|
|
136
154
|
hash: "",
|
|
137
155
|
state: {
|
|
138
|
-
withChat: true,
|
|
139
|
-
chatType: "product_status",
|
|
140
156
|
origin: "RequestWithContentoh",
|
|
141
157
|
},
|
|
142
158
|
key: "24vwut",
|
|
143
159
|
},
|
|
144
160
|
user: {
|
|
145
|
-
id_user:
|
|
146
|
-
name: "
|
|
147
|
-
last_name: "
|
|
148
|
-
email: "
|
|
149
|
-
position: "
|
|
150
|
-
telephone: "+
|
|
161
|
+
id_user: 28,
|
|
162
|
+
name: "Ismael",
|
|
163
|
+
last_name: "López",
|
|
164
|
+
email: "ilopez@contentoh.com",
|
|
165
|
+
position: "Test States",
|
|
166
|
+
telephone: "+523111366336",
|
|
151
167
|
country: "México",
|
|
152
|
-
id_company:
|
|
153
|
-
id_cognito: "
|
|
168
|
+
id_company: 1,
|
|
169
|
+
id_cognito: "f5927f8e-cbf7-4922-9e09-e69ec0b2731a",
|
|
154
170
|
birth_Date: null,
|
|
155
|
-
about_me:
|
|
156
|
-
zip_code:
|
|
157
|
-
address:
|
|
158
|
-
job:
|
|
159
|
-
id_stripe:
|
|
171
|
+
about_me: "",
|
|
172
|
+
zip_code: "",
|
|
173
|
+
address: "",
|
|
174
|
+
job: "",
|
|
175
|
+
id_stripe: "cus_KuEt6R6vwmN09f",
|
|
160
176
|
id_role: 0,
|
|
161
177
|
active: 1,
|
|
162
|
-
is_retailer:
|
|
178
|
+
is_retailer: 0,
|
|
163
179
|
email_notify: 1,
|
|
164
|
-
is_user_tech:
|
|
180
|
+
is_user_tech: "ADMIN-AS",
|
|
165
181
|
membership: {
|
|
166
|
-
id:
|
|
167
|
-
start_date: "
|
|
168
|
-
end_date: "
|
|
182
|
+
id: 76,
|
|
183
|
+
start_date: "2022-01-18T17:25:35.000Z",
|
|
184
|
+
end_date: "2023-01-18T17:25:35.000Z",
|
|
169
185
|
planID: 8,
|
|
170
186
|
plan: "prod_KtlhECVSFG2iro",
|
|
171
187
|
name: "Plan Pro",
|
|
@@ -173,35 +189,23 @@ ProviderProductEditionDefault.args = {
|
|
|
173
189
|
products_limit: "5000",
|
|
174
190
|
type: "Enterprise",
|
|
175
191
|
},
|
|
176
|
-
src: "https://content-management-profile.s3.amazonaws.com/id-
|
|
192
|
+
src: "https://content-management-profile.s3.amazonaws.com/id-28/28.png?1693338334183",
|
|
177
193
|
},
|
|
178
194
|
company: {
|
|
179
|
-
id_company:
|
|
180
|
-
trade_name: "
|
|
181
|
-
company_name: "
|
|
182
|
-
rfc: "
|
|
183
|
-
adress: "
|
|
184
|
-
about_company:
|
|
185
|
-
telephone:
|
|
186
|
-
web_site:
|
|
187
|
-
zip_code:
|
|
195
|
+
id_company: 1,
|
|
196
|
+
trade_name: "GRUPO BRAHMA",
|
|
197
|
+
company_name: "GRUPO BRAHMA",
|
|
198
|
+
rfc: "XAXX010101000",
|
|
199
|
+
adress: "AA",
|
|
200
|
+
about_company: "",
|
|
201
|
+
telephone: "",
|
|
202
|
+
web_site: "",
|
|
203
|
+
zip_code: "",
|
|
188
204
|
email: null,
|
|
189
|
-
social_link:
|
|
190
|
-
is_retailer:
|
|
191
|
-
financedRetailers: [
|
|
192
|
-
|
|
193
|
-
id: 74,
|
|
194
|
-
name: "Radioshack",
|
|
195
|
-
country: "México",
|
|
196
|
-
},
|
|
197
|
-
],
|
|
198
|
-
retailers: [
|
|
199
|
-
{
|
|
200
|
-
id: 74,
|
|
201
|
-
name: "Radioshack",
|
|
202
|
-
country: "México",
|
|
203
|
-
},
|
|
204
|
-
],
|
|
205
|
+
social_link: "",
|
|
206
|
+
is_retailer: 0,
|
|
207
|
+
financedRetailers: [],
|
|
208
|
+
retailers: [],
|
|
205
209
|
},
|
|
206
210
|
showSurvey: (v) => v && alert("se muestra"),
|
|
207
211
|
};
|