contentoh-components-library 21.3.11 → 21.3.13

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 (125) hide show
  1. package/.env.development +0 -5
  2. package/dist/assets/images/generalButton/closeIcon.svg +2 -2
  3. package/dist/components/atoms/ButtonFileChooser/index.js +25 -33
  4. package/dist/components/atoms/ImagePreview/index.js +0 -14
  5. package/dist/components/atoms/ProgressBar/index.js +6 -36
  6. package/dist/components/atoms/ProgressBar/styles.js +3 -11
  7. package/dist/components/molecules/ButtonDownloadFile/index.js +2 -2
  8. package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
  9. package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
  10. package/dist/components/molecules/HeaderTop/index.js +6 -23
  11. package/dist/components/molecules/HeaderTop/styles.js +1 -1
  12. package/dist/components/molecules/ProductNameHeader/index.js +4 -6
  13. package/dist/components/organisms/Chat/ContainerItems/index.js +15 -49
  14. package/dist/components/organisms/Chat/ContentChat/index.js +81 -131
  15. package/dist/components/organisms/Chat/Footer/index.js +25 -33
  16. package/dist/components/organisms/FullProductNameHeader/index.js +0 -1
  17. package/dist/components/pages/Dashboard/index.js +21 -13
  18. package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +50 -65
  19. package/dist/components/pages/ProviderProductEdition/index.js +11 -15
  20. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +86 -60
  21. package/dist/components/pages/RetailerProductEdition/index.js +12 -13
  22. package/dist/global-files/fonts.css +0 -6
  23. package/dist/global-files/handle_http.js +7 -9
  24. package/dist/global-files/utils.js +3 -9
  25. package/dist/global-files/variables.js +0 -2
  26. package/dist/index.js +46 -267
  27. package/package.json +1 -12
  28. package/src/assets/images/generalButton/closeIcon.svg +2 -2
  29. package/src/components/atoms/ProgressBar/index.js +5 -40
  30. package/src/components/atoms/ProgressBar/styles.js +0 -24
  31. package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
  32. package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
  33. package/src/components/molecules/HeaderTop/index.js +8 -29
  34. package/src/components/molecules/HeaderTop/styles.js +0 -4
  35. package/src/components/molecules/ProductNameHeader/index.js +2 -7
  36. package/src/components/organisms/FullProductNameHeader/index.js +0 -1
  37. package/src/components/pages/Dashboard/index.js +37 -31
  38. package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +49 -67
  39. package/src/components/pages/ProviderProductEdition/index.js +7 -16
  40. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +85 -62
  41. package/src/components/pages/RetailerProductEdition/index.js +10 -12
  42. package/src/global-files/fonts.css +0 -6
  43. package/src/global-files/variables.js +0 -2
  44. package/src/index.js +0 -17
  45. package/src/assets/images/customSelect/starIcon.svg +0 -14
  46. package/src/assets/images/defaultImages/Spinner.gif +0 -0
  47. package/src/assets/images/defaultImages/notFound.svg +0 -124
  48. package/src/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -47
  49. package/src/components/atoms/ButtonFileChooser/index.js +0 -69
  50. package/src/components/atoms/ButtonFileChooser/styles.js +0 -4
  51. package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -53
  52. package/src/components/atoms/ButtonV2/index.js +0 -85
  53. package/src/components/atoms/ButtonV2/styles.js +0 -217
  54. package/src/components/atoms/CustomIcon/CustomIcon.stories.js +0 -36
  55. package/src/components/atoms/CustomIcon/index.js +0 -41
  56. package/src/components/atoms/CustomIcon/styles.js +0 -85
  57. package/src/components/atoms/IconFile/IconFile.stories.js +0 -35
  58. package/src/components/atoms/IconFile/index.js +0 -119
  59. package/src/components/atoms/IconFile/styles.js +0 -67
  60. package/src/components/atoms/Image/Image.stories.js +0 -51
  61. package/src/components/atoms/Image/index.js +0 -55
  62. package/src/components/atoms/Image/styles.js +0 -34
  63. package/src/components/atoms/ImageLink/ImageLink.stories.js +0 -43
  64. package/src/components/atoms/ImageLink/index.js +0 -57
  65. package/src/components/atoms/ImageLink/styles.js +0 -30
  66. package/src/components/atoms/ImagePreview/ImagePreview.stories.js +0 -52
  67. package/src/components/atoms/ImagePreview/index.js +0 -191
  68. package/src/components/atoms/ImagePreview/styles.js +0 -77
  69. package/src/components/atoms/InputText/InputText.stories.js +0 -39
  70. package/src/components/atoms/InputText/index.js +0 -61
  71. package/src/components/atoms/InputText/styles.js +0 -89
  72. package/src/components/atoms/NotFound/NotFound.stories.js +0 -19
  73. package/src/components/atoms/NotFound/index.js +0 -52
  74. package/src/components/atoms/NotFound/styles.js +0 -55
  75. package/src/components/atoms/SelectItemV2/SelectItemV2.stories.js +0 -26
  76. package/src/components/atoms/SelectItemV2/index.js +0 -61
  77. package/src/components/atoms/SelectItemV2/styles.js +0 -90
  78. package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -51
  79. package/src/components/atoms/Tooltip/index.js +0 -59
  80. package/src/components/atoms/Tooltip/styles.js +0 -42
  81. package/src/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -54
  82. package/src/components/molecules/ButtonDownloadFile/index.js +0 -111
  83. package/src/components/molecules/ButtonDownloadFile/styles.js +0 -66
  84. package/src/components/molecules/Dropdown/Dropdown.stories.js +0 -103
  85. package/src/components/molecules/Dropdown/index.js +0 -150
  86. package/src/components/molecules/Dropdown/styles.js +0 -75
  87. package/src/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -68
  88. package/src/components/molecules/ImageTooltip/index.js +0 -63
  89. package/src/components/molecules/ImageTooltip/styles.js +0 -18
  90. package/src/components/molecules/SelectV2/SelectV2.stories.js +0 -115
  91. package/src/components/molecules/SelectV2/index.js +0 -357
  92. package/src/components/molecules/SelectV2/styles.js +0 -105
  93. package/src/components/molecules/SelectV2/test.js +0 -61
  94. package/src/components/molecules/SelectV2/test.stories.js +0 -10
  95. package/src/components/organisms/Chat/Chat.stories.js +0 -147
  96. package/src/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -65
  97. package/src/components/organisms/Chat/ChatLists/Rotoplas.jpeg +0 -0
  98. package/src/components/organisms/Chat/ChatLists/THD.png +0 -0
  99. package/src/components/organisms/Chat/ChatLists/index.js +0 -141
  100. package/src/components/organisms/Chat/ChatLists/styles.js +0 -162
  101. package/src/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -142
  102. package/src/components/organisms/Chat/ContainerItems/index.js +0 -550
  103. package/src/components/organisms/Chat/ContainerItems/styles.js +0 -328
  104. package/src/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -102
  105. package/src/components/organisms/Chat/ContentChat/Rotoplas.jpeg +0 -0
  106. package/src/components/organisms/Chat/ContentChat/THD.png +0 -0
  107. package/src/components/organisms/Chat/ContentChat/index.js +0 -947
  108. package/src/components/organisms/Chat/ContentChat/styles.js +0 -41
  109. package/src/components/organisms/Chat/Footer/Footer.stories.js +0 -22
  110. package/src/components/organisms/Chat/Footer/index.js +0 -669
  111. package/src/components/organisms/Chat/Footer/styles.js +0 -286
  112. package/src/components/organisms/Chat/Header/Header.stories.js +0 -66
  113. package/src/components/organisms/Chat/Header/index.js +0 -94
  114. package/src/components/organisms/Chat/Header/styles.js +0 -49
  115. package/src/components/organisms/Chat/index.js +0 -235
  116. package/src/components/organisms/Chat/styles.js +0 -42
  117. package/src/components/organisms/Modal/Modal.stories.js +0 -55
  118. package/src/components/organisms/Modal/index.js +0 -97
  119. package/src/components/organisms/Modal/styles.js +0 -103
  120. package/src/components/organisms/RangeCalendar/RangeCalendar.stories.js +0 -16
  121. package/src/components/organisms/RangeCalendar/index.js +0 -121
  122. package/src/components/organisms/RangeCalendar/styles.js +0 -883
  123. package/src/global-files/handle_http.js +0 -231
  124. package/src/global-files/handle_userTech.js +0 -7
  125. package/src/global-files/utils.js +0 -322
@@ -1,5 +1,4 @@
1
1
  import { CustomSelect } from "./index";
2
- import iconStar from "../../../assets/images/customSelect/starIcon.svg";
3
2
 
4
3
  export default {
5
4
  title: "Components/molecules/CustomSelect",
@@ -9,27 +8,20 @@ export default {
9
8
  const Template = (args) => <CustomSelect {...args} />;
10
9
  export const CustomSelectDefault = Template.bind({});
11
10
  CustomSelectDefault.args = {
12
- // selectLabel: "Todos los departamentos",
11
+ selectLabel: "Todos los departamentos",
13
12
  defaultOption: "Todos los departamentos",
14
13
  options: [
15
- {
16
- id: 47,
17
- name: "Enero 2023",
18
- isSelected: true,
19
- },
20
- {
21
- id: 49,
22
- name: "Mis Favoritos",
14
+ {
15
+ id: 1,
16
+ value: "Decoración",
17
+ subOptions: [
18
+ { id: 1, value: "Espejos" },
19
+ { id: 2, value: "Persianas" },
20
+ ],
23
21
  },
22
+ { id: 2, value: "Eléctrico" },
23
+ { id: 3, value: "Ferretería" },
24
+ { id: 4, value: "Herramientas" },
25
+ { id: 5, value: "Iluminación" },
24
26
  ],
25
- onClickItem: (v, id) => {
26
- if (v) {
27
- console.log("Agregar a la lista", id);
28
- } else {
29
- console.log("Eliminar a la lista", id);
30
- }
31
- },
32
- icon: iconStar,
33
- showSearchBar: true,
34
- customOptions: <p>Esto es un customOptions</p>
35
27
  };
@@ -7,7 +7,6 @@ export const SelecItem = ({
7
7
  setParameterArray,
8
8
  activeFilters,
9
9
  setActiveFilters,
10
- onClickItem,
11
10
  }) => {
12
11
  const [showSubOptions, setShowSubOptions] = useState(false);
13
12
  const [chkGlobal, setChkGlobal] = useState(false);
@@ -18,9 +17,6 @@ export const SelecItem = ({
18
17
  id={"main-item-" + option.id}
19
18
  label={option.name}
20
19
  onChange={(e) => {
21
- if (onClickItem) {
22
- onClickItem(e.target.checked, option.id)
23
- }
24
20
  const subOptions = option.subOptions;
25
21
  const filtersCopy = { ...activeFilters };
26
22
  if (subOptions) {
@@ -81,9 +77,6 @@ export const SelecItem = ({
81
77
  activeFilters[option.name][sub.name]
82
78
  }
83
79
  onChange={(e) => {
84
- if (onClickItem) {
85
- onClickItem(e.target.checked, sub.id)
86
- }
87
80
  if (e.target.checked) {
88
81
  setParameterArray((current) =>
89
82
  [...current, sub.id].sort((a, b) => a - b)
@@ -1,15 +1,9 @@
1
1
  import { Container } from "./styles";
2
2
  import { ScreenHeader } from "../../atoms/ScreenHeader/index";
3
3
  import { Button } from "../../atoms/GeneralButton/index";
4
- import { useEffect, useRef, useState } from "react";
5
- import { Chat } from "../../organisms/Chat";
4
+ import { useEffect, useRef } from "react";
6
5
 
7
- export const HeaderTop = ({
8
- setHeaderTop,
9
- withChat,
10
- productSelected,
11
- token,
12
- }) => {
6
+ export const HeaderTop = ({ setHeaderTop }) => {
13
7
  const headerTop = useRef();
14
8
 
15
9
  useEffect(() => {
@@ -19,27 +13,12 @@ export const HeaderTop = ({
19
13
  return (
20
14
  <Container ref={headerTop}>
21
15
  <ScreenHeader text="Edición de producto" />
22
- <div className="buttons-top">
23
- {withChat && (
24
- <Chat
25
- chatType="merchant_product"
26
- chatContainerType="popUp"
27
- chatData={{
28
- userToken: token,
29
- id: productSelected.id_article,
30
- version: productSelected.version,
31
- }}
32
- size={18}
33
- />
34
- )}
35
-
36
- <Button
37
- buttonType="close-button"
38
- onClick={() => {
39
- window.location.href = `/products`;
40
- }}
41
- />
42
- </div>
16
+ <Button
17
+ buttonType="close-button"
18
+ onClick={() => {
19
+ window.location.href = `/products`;
20
+ }}
21
+ />
43
22
  </Container>
44
23
  );
45
24
  };
@@ -3,8 +3,4 @@ import styled from "styled-components";
3
3
  export const Container = styled.div`
4
4
  display: flex;
5
5
  justify-content: space-between;
6
- .buttons-top {
7
- display: flex;
8
- align-items: center;
9
- }
10
6
  `;
@@ -10,17 +10,12 @@ export const ProductNameHeader = ({
10
10
  percent,
11
11
  priority,
12
12
  date,
13
- percentRequired,
14
13
  }) => {
15
14
  return (
16
15
  <Container>
17
16
  <ScreenHeader headerType={"product-name-header"} text={productName} />
18
- {statusType && <Status statusType={statusType} />}
19
- <ProgressBar
20
- percent={percentRequired}
21
- progressBarType={statusType}
22
- percentRequired={percentRequired}
23
- />
17
+ <Status statusType={statusType} />
18
+ <ProgressBar percent={percent} progressBarType={statusType} />
24
19
  <PriorityFlag priority={priority} />
25
20
  <ScreenHeader headerType={"date-header"} text={date} />
26
21
  </Container>
@@ -42,7 +42,6 @@ export const FullProductNameHeader = ({
42
42
  headerData?.status ||
43
43
  headerData?.article_status
44
44
  }
45
- percentRequired={percent}
46
45
  percent={percent?.toFixed(0)}
47
46
  priority={headerData?.prio}
48
47
  date={new Date(
@@ -59,7 +59,7 @@ export const Dashboard = ({ jwt, user, company }) => {
59
59
  };
60
60
 
61
61
  const getRetailers = async () => {
62
- const isTHDUser = user.is_retailer && company.retailers;
62
+ const isRetailer = user.is_retailer && company.retailers;
63
63
  const retailersResponse = await axios.get(
64
64
  `${process.env.REACT_APP_RETAILER_ENDPOINT}`,
65
65
  {
@@ -69,16 +69,18 @@ export const Dashboard = ({ jwt, user, company }) => {
69
69
  }
70
70
  );
71
71
  const parsed = JSON.parse(retailersResponse.data.body).data;
72
- const retailers = isTHDUser
73
- ? Object.values(parsed).filter((value) =>
74
- [58, 59, 60, 61].includes(value.id)
75
- )
76
- : Object.values(parsed);
72
+ let retailers = Object.values(parsed);
73
+ if (isRetailer) {
74
+ const retailersValid = company.retailers.map((e) => e.id);
75
+ retailers = retailers.filter((value) =>
76
+ retailersValid.includes(value.id)
77
+ );
78
+ }
77
79
  setRetailers(retailers);
78
80
  };
79
81
 
80
- const loadProductsByStatus = async (orderByStatus, filter) => {
81
- const isTHDUser = user.is_retailer && company.retailers;
82
+ const loadProductsByStatus = async (orderByStatus) => {
83
+ const isRetailer = user.is_retailer && company.retailers;
82
84
  const isProvider = !user.is_retailer && user.id_role === 0;
83
85
  const isCollaborator = user.id_role > 0;
84
86
  const { ordersBydate, ordersByStatus } =
@@ -86,7 +88,7 @@ export const Dashboard = ({ jwt, user, company }) => {
86
88
 
87
89
  const { total = 0, R = 0, PA = 0, Ex = 0, ACA = 0 } = ordersByStatus;
88
90
  let productsFinished = 0;
89
- if (isTHDUser) productsFinished = Ex;
91
+ if (isRetailer) productsFinished = Ex;
90
92
  if (isProvider) productsFinished = ACA;
91
93
  if (isCollaborator) productsFinished = Ex + ACA;
92
94
 
@@ -250,17 +252,19 @@ export const Dashboard = ({ jwt, user, company }) => {
250
252
  setParameterArray={setDatesRange}
251
253
  isSingleSelect
252
254
  />
253
- <CustomSelect
254
- showFilterString={true}
255
- showSearchBar={true}
256
- options={providers}
257
- selectLabel="Todos los proveedores"
258
- placeHolder="Buscar proveedor"
259
- customSelectId="providers-select"
260
- parameterArray={companyId}
261
- setParameterArray={setCompanyId}
262
- defaultOption="Todos los proveedores"
263
- />
255
+ {providers?.length > 0 && (
256
+ <CustomSelect
257
+ showFilterString={true}
258
+ showSearchBar={true}
259
+ options={providers}
260
+ selectLabel="Todos los proveedores"
261
+ placeHolder="Buscar proveedor"
262
+ customSelectId="providers-select"
263
+ parameterArray={companyId}
264
+ setParameterArray={setCompanyId}
265
+ defaultOption="Todos los proveedores"
266
+ />
267
+ )}
264
268
  <CustomSelect
265
269
  showFilterString={true}
266
270
  showSearchBar={true}
@@ -272,17 +276,19 @@ export const Dashboard = ({ jwt, user, company }) => {
272
276
  setParameterArray={setCategoryId}
273
277
  defaultOption="Todas las categorías"
274
278
  />
275
- <CustomSelect
276
- showFilterString={true}
277
- showSearchBar={true}
278
- options={retailers}
279
- selectLabel="Todas las cadenas"
280
- placeHolder="Buscar cadena"
281
- customSelectId="retailers-select"
282
- parameterArray={retailerId}
283
- setParameterArray={setRetailerId}
284
- defaultOption="Todas las cadenas"
285
- />
279
+ {retailers?.length > 1 && (
280
+ <CustomSelect
281
+ showFilterString={true}
282
+ showSearchBar={true}
283
+ options={retailers}
284
+ selectLabel="Todas las cadenas"
285
+ placeHolder="Buscar cadena"
286
+ customSelectId="retailers-select"
287
+ parameterArray={retailerId}
288
+ setParameterArray={setRetailerId}
289
+ defaultOption="Todas las cadenas"
290
+ />
291
+ )}
286
292
  {user.is_retailer === 1 && (
287
293
  <CustomSelect
288
294
  showFilterString={true}
@@ -16,76 +16,74 @@ ProviderProductEditionDefault.args = {
16
16
  Imágenes: true,
17
17
  },
18
18
  token:
19
- "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiIwM2ViMjZhMC1hYjU2LTQ3NjctYjY0Zi04NDkyNTgwNzcwMmEiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6IjAzZWIyNmEwLWFiNTYtNDc2Ny1iNjRmLTg0OTI1ODA3NzAyYSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiJmNmNkMzA1My1iODE4LTQzYzgtOGZhMC0yNTZmMTBhMDYwNjciLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY3NDU5OTgwNiwibmFtZSI6IlBydWViYSBNZXJjaGFudHMiLCJwaG9uZV9udW1iZXIiOiIrNTIxMjM0NTY3ODkxIiwiZXhwIjoxNjc0NjAzNDA2LCJpYXQiOjE2NzQ1OTk4MDYsImVtYWlsIjoibWVyY2hhbnRzMjRlbmVAYWxsZnJlZW1haWwubmV0In0.osGY8Rdr20hTwL86dZ_CzXxHLvPe-L0iaLtWVwJ78prdMlbDoEZWNePr-Di1rb8F2efV6FAsf9mELW6Tw3PETo_d5yeDEPVAGD0pXFvVntTlSrJGtfEDMnpNWTG2uaMlL1_zJ8BcFYmIUniZN8VvEKW6ezFOt01cK3We-Vrv92TqKa-ePQRkDnhKu52nnTgxs5aysGf-mYLxLumQ4TcOPXJ2x6OsszedJaujFDeCPN7JVGbg9HC68__WklpgocSasU6fQg4Glh1kXWQ-fy4XaFw6cBParJjkqic2Gg1iqwB5wGbrwD4E0crZyPkgwwPydTLLu6WguGWBuQHhcoG-xg",
19
+ "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJmNTkyN2Y4ZS1jYmY3LTQ5MjItOWUwOS1lNjllYzBiMjczMWEiLCJjb2duaXRvOmdyb3VwcyI6WyJ1c3VhcmlvX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwicGhvbmVfbnVtYmVyX3ZlcmlmaWVkIjpmYWxzZSwiY29nbml0bzp1c2VybmFtZSI6ImY1OTI3ZjhlLWNiZjctNDkyMi05ZTA5LWU2OWVjMGIyNzMxYSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiIyOWY3YWY3Zi0yNmQ0LTRiMWItODZmZS0zOWY2ZTUyMDFhNzAiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2OTkyNzAyMSwibmFtZSI6IklzbWFlbCBMb3BleiIsInBob25lX251bWJlciI6Iis1MjMxMTEzNjYzMzYiLCJleHAiOjE2Njk5MzA2MjEsImlhdCI6MTY2OTkyNzAyMSwiZW1haWwiOiJpbG9wZXpAY29udGVudG9oLmNvbSJ9.NK6hVSiBksguboJ1m8yYqtDq19kzgE3GqYDEJHLUya_n_TsXriv6W1ypq7XiSo9zrqWcmHBpOoJQS7WbWzjGe__NlJEXjo8bykS8QBTTOiMrKxz1KzGRYJkwgG0axk-zVysUQH0_y-fbwgEgMPtd6qO46DB_KlFI_PEL1-uR5MJ9U0kNkS61gMbHwFQFs_DU-sS01NxjBsjUEp783rs1r-jm7TelZac1rGaFNUyi5vHdSozYzlnzfzGcuACZ0lHqvah2FHbDyurp-G_uhpUn5lNmcL4rVNh2lDd4TOnhJ3AtN1wGSmtErmhjmBHTvavh1ub9pklA1B9qjVuTRpYANw",
20
20
  articleId: 238,
21
21
  category: 846,
22
22
  version: 2,
23
23
  productSelected: {
24
- category: "Decoración|Accesorios Decorativos|Accesorios Decorativos",
25
- company_name: "merchants24ene@allfreemail.net",
26
- company_id: 918,
27
- id_category: "2028",
28
- id_article: 432,
29
- name: "VELA AROMA 18 OZ MAN/CAN",
30
- upc: "102852",
24
+ id_article: 3,
25
+ id_category: 2032,
26
+ name: "CORTINA BLACKOUT DE POLIÉSTER CAFÉ 2.13 X 1.06 M",
27
+ upc: "161157",
28
+ timestamp: "2022-11-14T16:02:47.000Z",
29
+ categoryName: "Decoración|Cortinas y Persianas|Cortinas",
31
30
  version: 1,
32
31
  retailersAvailable: [
33
32
  {
34
- id: 68,
35
- name: "The Home Depot Merchants",
33
+ name: "The Home Depot Golden",
34
+ id: 58,
36
35
  },
37
36
  ],
38
37
  },
39
38
  productToEdit: {
40
- idCategory: "2028",
41
- ArticleId: 432,
39
+ idCategory: 2032,
40
+ ArticleId: 3,
42
41
  product: [
43
42
  {
44
- category: "Decoración|Accesorios Decorativos|Accesorios Decorativos",
45
- company_name: "merchants24ene@allfreemail.net",
46
- company_id: 918,
47
- id_category: "2028",
48
- id_article: 432,
49
- name: "VELA AROMA 18 OZ MAN/CAN",
50
- upc: "102852",
43
+ id_article: 3,
44
+ id_category: 2032,
45
+ name: "CORTINA BLACKOUT DE POLIÉSTER CAFÉ 2.13 X 1.06 M",
46
+ upc: "161157",
47
+ timestamp: "2022-11-14T16:02:47.000Z",
48
+ categoryName: "Decoración|Cortinas y Persianas|Cortinas",
51
49
  version: 1,
52
50
  retailersAvailable: [
53
51
  {
54
- id: 68,
55
- name: "The Home Depot Merchants",
52
+ name: "The Home Depot Golden",
53
+ id: 58,
56
54
  },
57
55
  ],
58
56
  },
59
57
  ],
60
58
  },
61
59
  location: {
62
- state: { origin: "Contentoh", withChat: true },
60
+ state: { origin: "Contentoh" },
63
61
  },
64
62
  user: {
65
- id_user: 140,
66
- name: "Prueba",
67
- last_name: "Merchants",
68
- email: "merchants24ene@allfreemail.net",
69
- position: "merchants24ene@allfreemail.net",
70
- telephone: "+521234567891",
63
+ id_user: 28,
64
+ name: "Ismael",
65
+ last_name: "López",
66
+ email: "ilopez@contentoh.com",
67
+ position: "Test States",
68
+ telephone: "+523111366336",
71
69
  country: "México",
72
- id_company: 918,
73
- id_cognito: "03eb26a0-ab56-4767-b64f-84925807702a",
70
+ id_company: 1,
71
+ id_cognito: "f5927f8e-cbf7-4922-9e09-e69ec0b2731a",
74
72
  birth_Date: null,
75
- about_me: null,
76
- zip_code: null,
77
- address: null,
78
- job: null,
79
- id_stripe: null,
73
+ about_me: "",
74
+ zip_code: "",
75
+ address: "",
76
+ job: "",
77
+ id_stripe: "cus_KuEt6R6vwmN09f",
80
78
  id_role: 0,
81
79
  active: 1,
82
80
  is_retailer: 0,
83
- email_notify: 1,
84
- is_user_tech: null,
81
+ email_notify: 0,
82
+ is_user_tech: "AS",
85
83
  membership: {
86
- id: 109,
87
- start_date: "2023-01-24T22:07:34.000Z",
88
- end_date: "2024-01-24T22:07:34.000Z",
84
+ id: 76,
85
+ start_date: "2022-01-18T17:25:35.000Z",
86
+ end_date: "2023-01-18T17:25:35.000Z",
89
87
  planID: 8,
90
88
  plan: "prod_KtlhECVSFG2iro",
91
89
  name: "Plan Pro",
@@ -93,37 +91,21 @@ ProviderProductEditionDefault.args = {
93
91
  products_limit: "5000",
94
92
  type: "Enterprise",
95
93
  },
96
- src: "https://content-management-profile.s3.amazonaws.com/id-140/140.png?1674599807427",
94
+ src: "https://content-management-profile.s3.amazonaws.com/id-28/28.png?1669927021851",
97
95
  },
98
96
  company: {
99
- id_company: 918,
100
- trade_name: "merchants24ene@allfreemail.net",
101
- company_name: "merchants24ene@allfreemail.net",
102
- rfc: "merchants24ene@allfreemail.net",
103
- adress: "merchants24ene@allfreemail.net",
104
- about_company: null,
105
- telephone: null,
106
- web_site: null,
107
- zip_code: null,
97
+ id_company: 1,
98
+ trade_name: "GRUPO BRAHMA",
99
+ company_name: "GRUPO BRAHMA",
100
+ rfc: "XAXX010101000",
101
+ adress: "AA",
102
+ about_company: "",
103
+ telephone: "",
104
+ web_site: "",
105
+ zip_code: "",
108
106
  email: null,
109
- social_link: null,
107
+ social_link: "",
110
108
  is_retailer: 0,
111
- financedRetailers: [
112
- {
113
- id: 68,
114
- name: "The Home Depot Merchants",
115
- country: "México",
116
- id_region: 1,
117
- active: 1,
118
- },
119
- ],
120
- retailers: [
121
- {
122
- id: null,
123
- name: null,
124
- country: null,
125
- },
126
- ],
127
109
  },
128
110
  showSurvey: (v) => v && alert("se muestra"),
129
111
  };
@@ -42,7 +42,6 @@ import Slide1_4 from "../../../assets/images/sliderToolTip/slide4.svg";
42
42
  import Slide1_5 from "../../../assets/images/sliderToolTip/slide5.svg";
43
43
  import { VersionSelector } from "../../organisms/VersionSelector";
44
44
  import { useCloseModal } from "../../../global-files/customHooks";
45
- import { number } from "prop-types";
46
45
 
47
46
  const reducerImages = (state, action) => {
48
47
  let { values, attrForImgs, inputsByRetailer } = state;
@@ -134,7 +133,6 @@ export const ProviderProductEdition = ({
134
133
  setShowContentohRequestModal,
135
134
  showSurvey,
136
135
  company,
137
- withChat,
138
136
  }) => {
139
137
  const [activeTab, setActiveTab] = useState("Descripción");
140
138
  const [activeImage, setActiveImage] = useState();
@@ -275,7 +273,7 @@ export const ProviderProductEdition = ({
275
273
  setImages({ action: "init", init: services[2] });
276
274
  if (services[2]?.values?.length > 0) setActiveImage(0);
277
275
 
278
- getPercentage({ data: [product] }).then((res) => setPercentages(res[0]));
276
+ getPercentage({ data: [product] }).then((res) => setPercentages(res));
279
277
  setLoading(false);
280
278
  };
281
279
 
@@ -365,13 +363,11 @@ export const ProviderProductEdition = ({
365
363
  useEffect(() => {
366
364
  const productTemp = product;
367
365
  const retailers = productTemp?.retailersAvailable || productTemp?.retailers;
368
- if (Object.keys(percentages?.retailers ?? {})?.length > 0) {
369
- retailers?.forEach((retailer) => {
370
- retailer["percentage"] = Number(
371
- percentages?.retailers[retailer.id].percentageRequired
372
- );
373
- });
374
- }
366
+ retailers?.forEach((retailer) => {
367
+ retailer["percentage"] = percentages?.find(
368
+ (percent) => retailer?.id === percent?.id_retailer
369
+ )?.percentage;
370
+ });
375
371
 
376
372
  setProduct(productTemp);
377
373
  setActivePercentage(retailers[0]?.percentage);
@@ -1060,12 +1056,7 @@ export const ProviderProductEdition = ({
1060
1056
  ];
1061
1057
  return (
1062
1058
  <Container headerTop={headerTop}>
1063
- <HeaderTop
1064
- setHeaderTop={setHeaderTop}
1065
- withChat={location?.state?.withChat}
1066
- productSelected={productSelected}
1067
- token={token}
1068
- />
1059
+ <HeaderTop setHeaderTop={setHeaderTop} />
1069
1060
  <div className="data-container">
1070
1061
  <div className="image-data-panel">
1071
1062
  <ImagePreviewer