contentoh-components-library 21.0.9 → 21.0.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 (287) hide show
  1. package/.env.development +3 -18
  2. package/.env.production +1 -16
  3. package/CHANGELOG.md +0 -40
  4. package/dist/assets/images/carouselImagesLogin/login2.svg +117 -0
  5. package/dist/assets/images/carouselImagesLogin/login3.svg +147 -0
  6. package/dist/assets/images/carouselImagesLogin/loginImage.svg +301 -0
  7. package/dist/components/atoms/ActivedFilter/ActivedFilter.stories.js +1 -7
  8. package/dist/components/atoms/ActivedFilter/index.js +4 -12
  9. package/dist/components/atoms/AsignationOption/AsignationOptions.stories.js +1 -7
  10. package/dist/components/atoms/AsignationOption/index.js +21 -33
  11. package/dist/components/atoms/AsignationOption/styles.js +1 -1
  12. package/dist/components/atoms/AtomList/AtomList.stories.js +1 -7
  13. package/dist/components/atoms/AtomList/index.js +9 -14
  14. package/dist/components/atoms/Avatar/AsignationImage.stories.js +1 -7
  15. package/dist/components/atoms/Avatar/index.js +8 -11
  16. package/dist/components/atoms/Card/Card.stories.js +1 -7
  17. package/dist/components/atoms/Card/index.js +4 -8
  18. package/dist/components/atoms/CheckBox/CheckBox.stories.js +1 -7
  19. package/dist/components/atoms/CheckBox/index.js +13 -19
  20. package/dist/components/atoms/CustomerTypeImage/CustomerTypeImage.stories.js +1 -7
  21. package/dist/components/atoms/CustomerTypeImage/index.js +6 -8
  22. package/dist/components/atoms/DropDownButton/DropDownButton.stories.js +1 -7
  23. package/dist/components/atoms/DropDownButton/index.js +6 -9
  24. package/dist/components/atoms/EditField/EditField.stories.js +1 -7
  25. package/dist/components/atoms/EditField/index.js +10 -17
  26. package/dist/components/atoms/FeatureTag/FeatureTag.stories.js +1 -7
  27. package/dist/components/atoms/FeatureTag/index.js +5 -11
  28. package/dist/components/atoms/GeneralButton/GeneralButton.stories.js +1 -7
  29. package/dist/components/atoms/GeneralButton/index.js +6 -13
  30. package/dist/components/atoms/GeneralButton/styles.js +2 -4
  31. package/dist/components/atoms/GeneralInput/GeneralInput.stories.js +1 -7
  32. package/dist/components/atoms/GeneralInput/index.js +36 -89
  33. package/dist/components/atoms/GeneralInput/styles.js +1 -7
  34. package/dist/components/atoms/GeneralTextBox/GeneralTextBox.stories.js +1 -7
  35. package/dist/components/atoms/GeneralTextBox/index.js +7 -12
  36. package/dist/components/atoms/GenericModal/GenericModal.stories.js +59 -46
  37. package/dist/components/atoms/GenericModal/index.js +8 -15
  38. package/dist/components/atoms/GenericModal/styles.js +1 -1
  39. package/dist/components/atoms/GradientPanel/GradientPanel.stories.js +80 -85
  40. package/dist/components/atoms/GradientPanel/index.js +7 -11
  41. package/dist/components/atoms/Graphic/Graphic.stories.js +1 -7
  42. package/dist/components/atoms/Graphic/index.js +5 -9
  43. package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +36 -0
  44. package/dist/components/atoms/ListCommercialRetailers/index.js +64 -0
  45. package/dist/components/atoms/ListCommercialRetailers/styles.js +20 -0
  46. package/dist/components/atoms/LoadImageMenu/LoadImageMenu.stories.js +1 -7
  47. package/dist/components/atoms/LoadImageMenu/index.js +22 -33
  48. package/dist/components/atoms/LogoImage/LogoImage.stories.js +1 -7
  49. package/dist/components/atoms/LogoImage/index.js +6 -8
  50. package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +37 -0
  51. package/dist/components/atoms/MenuCommercialRetailers/index.js +25 -0
  52. package/dist/components/{molecules/RetailerSelector → atoms/MenuCommercialRetailers}/styles.js +1 -1
  53. package/dist/components/atoms/MenuNotification/MenuNotification.stories.js +1 -7
  54. package/dist/components/atoms/MenuNotification/index.js +15 -21
  55. package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +28 -0
  56. package/dist/components/atoms/MenuProductImage/index.js +88 -0
  57. package/dist/components/atoms/MenuProductImage/styles.js +20 -0
  58. package/dist/components/atoms/MenuProfile/MenuProfile.stories.js +1 -7
  59. package/dist/components/atoms/MenuProfile/index.js +15 -25
  60. package/dist/components/atoms/Notification/Notification.stories.js +1 -5
  61. package/dist/components/atoms/Notification/index.js +9 -15
  62. package/dist/components/atoms/PriorityFlag/PriorityFlag.stories.js +1 -7
  63. package/dist/components/atoms/PriorityFlag/index.js +5 -9
  64. package/dist/components/atoms/ProductImage/ProductImage.stories.js +1 -7
  65. package/dist/components/atoms/ProductImage/index.js +8 -11
  66. package/dist/components/atoms/ProductImage/styles.js +1 -1
  67. package/dist/components/atoms/ProductPercentCard/Percent.stories.js +1 -7
  68. package/dist/components/atoms/ProductPercentCard/index.js +14 -21
  69. package/dist/components/atoms/ProgressBar/ProgressBar.stories.js +1 -7
  70. package/dist/components/atoms/ProgressBar/index.js +4 -9
  71. package/dist/components/atoms/ProgressBar/styles.js +5 -3
  72. package/dist/components/atoms/ScreenHeader/ScreenHeader.stories.js +1 -7
  73. package/dist/components/atoms/ScreenHeader/index.js +3 -9
  74. package/dist/components/atoms/ScreenHeader/styles.js +1 -1
  75. package/dist/components/atoms/SideMenuButton/SideMenuButton.stories.js +1 -5
  76. package/dist/components/atoms/SideMenuButton/index.js +4 -10
  77. package/dist/components/atoms/StatusTag/StatusTag.stories.js +1 -7
  78. package/dist/components/atoms/StatusTag/index.js +3 -43
  79. package/dist/components/atoms/StatusTag/styles.js +1 -1
  80. package/dist/components/atoms/TabSection/TabSection.stories.js +1 -7
  81. package/dist/components/atoms/TabSection/index.js +3 -8
  82. package/dist/components/atoms/ValidationPanel/ValidationPanel.stories.js +1 -7
  83. package/dist/components/atoms/ValidationPanel/index.js +28 -41
  84. package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +22 -0
  85. package/dist/components/atoms/VerticalSideMenuMainPage/index.js +49 -0
  86. package/dist/components/atoms/{Commentary → VerticalSideMenuMainPage}/styles.js +1 -6
  87. package/dist/components/molecules/AddProvidersAndProducts/AddProvidersAndProducts.stories.js +1 -5
  88. package/dist/components/molecules/AddProvidersAndProducts/index.js +12 -18
  89. package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +25 -0
  90. package/dist/components/molecules/ApproveRejetPanel/index.js +49 -0
  91. package/dist/components/{atoms/CharCounter → molecules/ApproveRejetPanel}/styles.js +1 -3
  92. package/dist/components/molecules/AssignedWork/AssignedWork.stories.js +1 -5
  93. package/dist/components/molecules/AssignedWork/index.js +30 -36
  94. package/dist/components/molecules/AvatarAndValidation/AvatarAndValidation.stories.js +1 -7
  95. package/dist/components/molecules/AvatarAndValidation/index.js +17 -32
  96. package/dist/components/molecules/AvatarAndValidation/styles.js +1 -1
  97. package/dist/components/molecules/CarouselImagesLogin/CarouselImagesLogin.stories.js +1 -5
  98. package/dist/components/molecules/CarouselImagesLogin/index.js +16 -20
  99. package/dist/components/molecules/EditionActiveImage/EditionActiveImage.stories.js +1 -7
  100. package/dist/components/molecules/EditionActiveImage/index.js +10 -14
  101. package/dist/components/molecules/FeaturesBar/FeaturesBar.stories.js +1 -7
  102. package/dist/components/molecules/FeaturesBar/index.js +9 -11
  103. package/dist/components/molecules/GalleryElement/GalleryElement.stories.js +1 -7
  104. package/dist/components/molecules/GalleryElement/index.js +32 -99
  105. package/dist/components/molecules/GalleryElement/styles.js +1 -1
  106. package/dist/components/molecules/GalleryHeader/GalleryHeader.stories.js +1 -7
  107. package/dist/components/molecules/GalleryHeader/index.js +6 -46
  108. package/dist/components/molecules/GalleryHeader/styles.js +1 -1
  109. package/dist/components/molecules/HeaderTop/HeaderTop.stories.js +1 -7
  110. package/dist/components/molecules/HeaderTop/index.js +7 -10
  111. package/dist/components/molecules/ImageSelector/ImageSelector.stories.js +1 -7
  112. package/dist/components/molecules/ImageSelector/index.js +14 -14
  113. package/dist/components/molecules/LoginPasswordStrength/LoginPasswordStrength.stories.js +1 -7
  114. package/dist/components/molecules/LoginPasswordStrength/index.js +38 -60
  115. package/dist/components/molecules/ParentComponent/ParentComponent.stories.js +2 -10
  116. package/dist/components/molecules/ParentComponent/index.js +5 -9
  117. package/dist/components/molecules/PayMethod/PayMethod.stories.js +1 -7
  118. package/dist/components/molecules/PayMethod/index.js +33 -38
  119. package/dist/components/molecules/PlanSelection/PlanSelection.stories.js +1 -7
  120. package/dist/components/molecules/PlanSelection/index.js +11 -14
  121. package/dist/components/molecules/ProductNameHeader/ProductNameHeader.stories.js +1 -7
  122. package/dist/components/molecules/ProductNameHeader/index.js +15 -18
  123. package/dist/components/molecules/ProductNotification/ProductNotification.stories.js +1 -7
  124. package/dist/components/molecules/ProductNotification/index.js +9 -12
  125. package/dist/components/molecules/ProfileHeader/ProfileHeader.stories.js +1 -5
  126. package/dist/components/molecules/ProfileHeader/index.js +15 -21
  127. package/dist/components/molecules/SidebarNotification/SidebarNotification.stories.js +1 -5
  128. package/dist/components/molecules/SidebarNotification/index.js +37 -43
  129. package/dist/components/molecules/StatusAsignationInfo/StatusAsignationInfo.stories.js +1 -7
  130. package/dist/components/molecules/StatusAsignationInfo/index.js +76 -113
  131. package/dist/components/molecules/StatusAsignationInfo/styles.js +1 -1
  132. package/dist/components/molecules/TableHeader/TableHeader.stories.js +1 -7
  133. package/dist/components/molecules/TableHeader/index.js +10 -21
  134. package/dist/components/molecules/TableHeader/styles.js +1 -1
  135. package/dist/components/molecules/TableRow/TableRow.stories.js +1 -7
  136. package/dist/components/molecules/TableRow/index.js +7 -11
  137. package/dist/components/molecules/TabsMenu/TabsMenu.stories.js +1 -7
  138. package/dist/components/molecules/TabsMenu/index.js +10 -13
  139. package/dist/components/molecules/TagAndInput/TagAndInput.stories.js +1 -7
  140. package/dist/components/molecules/TagAndInput/index.js +12 -38
  141. package/dist/components/organisms/FullProductNameHeader/FullProductNameHeader.stories.js +1 -7
  142. package/dist/components/organisms/FullProductNameHeader/index.js +16 -45
  143. package/dist/components/organisms/FullTabsMenu/FullTabsMenu.stories.js +1 -7
  144. package/dist/components/organisms/FullTabsMenu/index.js +13 -30
  145. package/dist/components/organisms/Fullplan/FullPlan.stories.js +1 -7
  146. package/dist/components/organisms/Fullplan/index.js +15 -23
  147. package/dist/components/organisms/ImageDataTable/ImageDataTable.stories.js +1 -7
  148. package/dist/components/organisms/ImageDataTable/index.js +18 -96
  149. package/dist/components/organisms/ImagePreviewer/ImagePreviewer.stories.js +1 -7
  150. package/dist/components/organisms/ImagePreviewer/index.js +8 -12
  151. package/dist/components/organisms/ImagesGroup/index.js +1 -5
  152. package/dist/components/organisms/InputGroup/InputGroup.stories.js +1 -7
  153. package/dist/components/organisms/InputGroup/index.js +26 -49
  154. package/dist/components/organisms/InputGroup/styles.js +1 -1
  155. package/dist/components/organisms/ProductImageModal/ProductImageModal.stories.js +1 -7
  156. package/dist/components/organisms/ProductImageModal/index.js +41 -54
  157. package/dist/components/organisms/ProductImageModal/styles.js +1 -1
  158. package/dist/components/pages/ChangePasswordLogin/ChangePasswordLogin.stories.js +1 -5
  159. package/dist/components/pages/ChangePasswordLogin/index.js +33 -36
  160. package/dist/components/pages/CustomerLogin/CustomerLogin.stories.js +47 -52
  161. package/dist/components/pages/CustomerLogin/index.js +12 -18
  162. package/dist/components/pages/CustomerPayMethod/CustomerPayMethod.stories.js +28 -36
  163. package/dist/components/pages/CustomerPayMethod/index.js +12 -18
  164. package/dist/components/pages/CustomerType/CustomerType.stories.js +22 -21
  165. package/dist/components/pages/CustomerType/index.js +12 -18
  166. package/dist/components/pages/EmailResetPassword/EmailResetPassword.stories.js +1 -5
  167. package/dist/components/pages/EmailResetPassword/index.js +39 -49
  168. package/dist/components/pages/OnboardPlan/OnboardPlan.stories.js +9 -12
  169. package/dist/components/pages/OnboardPlan/index.js +12 -18
  170. package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +1 -5
  171. package/dist/components/pages/RegistrationLoginFirstStep/index.js +104 -155
  172. package/dist/components/pages/RegistrationLoginSecondStep/RegistrationLoginSecondStep.stories.js +1 -5
  173. package/dist/components/pages/RegistrationLoginSecondStep/index.js +63 -74
  174. package/dist/components/pages/RegistrationLoginThirdStep/RegistrationLoginThirdStep.stories.js +1 -5
  175. package/dist/components/pages/RegistrationLoginThirdStep/index.js +65 -79
  176. package/dist/components/pages/RetailerPlan/RetailerPlan.stories.js +10 -13
  177. package/dist/components/pages/RetailerPlan/index.js +12 -18
  178. package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +311 -98
  179. package/dist/components/pages/RetailerProductEdition/index.js +82 -1640
  180. package/dist/components/pages/RetailerProductEdition/styles.js +1 -1
  181. package/dist/components/pages/VerificationCodeResetPassword/VerificationCodeResetPassword.stories.js +1 -5
  182. package/dist/components/pages/VerificationCodeResetPassword/index.js +51 -62
  183. package/dist/global-files/data.js +53 -190
  184. package/dist/global-files/variables.js +0 -1
  185. package/dist/index.js +65 -0
  186. package/package.json +5 -19
  187. package/src/components/atoms/AsignationOption/index.js +5 -7
  188. package/src/components/atoms/AsignationOption/styles.js +1 -9
  189. package/src/components/atoms/CheckBox/index.js +2 -8
  190. package/src/components/atoms/GeneralButton/index.js +2 -9
  191. package/src/components/atoms/GeneralButton/styles.js +0 -23
  192. package/src/components/atoms/GeneralInput/index.js +21 -71
  193. package/src/components/atoms/GeneralInput/styles.js +1 -11
  194. package/src/components/atoms/GenericModal/index.js +2 -2
  195. package/src/components/atoms/GenericModal/styles.js +2 -10
  196. package/src/components/atoms/PriorityFlag/index.js +1 -1
  197. package/src/components/atoms/ProductImage/styles.js +1 -1
  198. package/src/components/atoms/ProgressBar/index.js +2 -2
  199. package/src/components/atoms/ProgressBar/styles.js +3 -54
  200. package/src/components/atoms/ScreenHeader/index.js +3 -7
  201. package/src/components/atoms/ScreenHeader/styles.js +2 -9
  202. package/src/components/atoms/StatusTag/index.js +2 -30
  203. package/src/components/atoms/StatusTag/styles.js +3 -15
  204. package/src/components/atoms/ValidationPanel/index.js +3 -3
  205. package/src/components/molecules/AvatarAndValidation/index.js +6 -24
  206. package/src/components/molecules/AvatarAndValidation/styles.js +1 -1
  207. package/src/components/molecules/FeaturesBar/index.js +7 -10
  208. package/src/components/molecules/GalleryElement/index.js +36 -75
  209. package/src/components/molecules/GalleryElement/styles.js +11 -38
  210. package/src/components/molecules/GalleryHeader/index.js +8 -14
  211. package/src/components/molecules/GalleryHeader/styles.js +0 -16
  212. package/src/components/molecules/ImageSelector/index.js +3 -2
  213. package/src/components/molecules/ProductNameHeader/index.js +2 -1
  214. package/src/components/molecules/StatusAsignationInfo/index.js +38 -62
  215. package/src/components/molecules/StatusAsignationInfo/styles.js +2 -12
  216. package/src/components/molecules/TableHeader/index.js +3 -16
  217. package/src/components/molecules/TableHeader/styles.js +0 -5
  218. package/src/components/molecules/TagAndInput/index.js +0 -24
  219. package/src/components/organisms/FullProductNameHeader/index.js +7 -28
  220. package/src/components/organisms/FullTabsMenu/index.js +4 -16
  221. package/src/components/organisms/ImageDataTable/index.js +11 -89
  222. package/src/components/organisms/InputGroup/index.js +11 -46
  223. package/src/components/organisms/InputGroup/styles.js +0 -3
  224. package/src/components/organisms/ProductImageModal/index.js +12 -20
  225. package/src/components/organisms/ProductImageModal/styles.js +0 -3
  226. package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +315 -95
  227. package/src/components/pages/RetailerProductEdition/index.js +46 -1235
  228. package/src/components/pages/RetailerProductEdition/styles.js +4 -67
  229. package/src/global-files/data.js +57 -138
  230. package/src/global-files/global-styles.css +0 -1
  231. package/src/global-files/variables.js +0 -1
  232. package/src/index.js +6 -0
  233. package/dist/assets/images/generalButton/downloadIcon.svg +0 -3
  234. package/dist/assets/images/modalsSVGs/attributesSent.svg +0 -208
  235. package/dist/assets/images/modalsSVGs/descriptionSent.svg +0 -237
  236. package/dist/assets/images/modalsSVGs/providerSent.svg +0 -445
  237. package/dist/assets/images/modalsSVGs/uploadingImages.svg +0 -148
  238. package/dist/components/atoms/CharCounter/CharCounter.stories.js +0 -31
  239. package/dist/components/atoms/CharCounter/index.js +0 -22
  240. package/dist/components/atoms/Commentary/Commentary.stories.js +0 -1
  241. package/dist/components/atoms/Commentary/index.js +0 -23
  242. package/dist/components/atoms/Input/index.js +0 -26
  243. package/dist/components/atoms/Input/style.js +0 -26
  244. package/dist/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -30
  245. package/dist/components/atoms/InputFormatter/index.js +0 -185
  246. package/dist/components/atoms/InputFormatter/styles.js +0 -33
  247. package/dist/components/atoms/LabelToInput/index.js +0 -53
  248. package/dist/components/atoms/LabelToInput/style.js +0 -22
  249. package/dist/components/atoms/Loading/index.js +0 -26
  250. package/dist/components/atoms/Loading/styles.js +0 -22
  251. package/dist/components/atoms/Percent/Percent.stories.js +0 -39
  252. package/dist/components/atoms/Percent/index.js +0 -39
  253. package/dist/components/atoms/Percent/styles.js +0 -20
  254. package/dist/components/atoms/Select/index.js +0 -39
  255. package/dist/components/atoms/Select/style.js +0 -32
  256. package/dist/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -48
  257. package/dist/components/molecules/RetailerSelector/index.js +0 -74
  258. package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +0 -31
  259. package/dist/components/molecules/TextAndGradient/index.js +0 -36
  260. package/dist/components/molecules/TextAndGradient/styles.js +0 -18
  261. package/dist/global-files/fonts.css +0 -45
  262. package/dist/global-files/global-styles.css +0 -41
  263. package/src/assets/images/generalButton/downloadIcon.svg +0 -3
  264. package/src/assets/images/modalsSVGs/attributesSent.svg +0 -208
  265. package/src/assets/images/modalsSVGs/descriptionSent.svg +0 -237
  266. package/src/assets/images/modalsSVGs/providerSent.svg +0 -445
  267. package/src/assets/images/modalsSVGs/uploadingImages.svg +0 -148
  268. package/src/components/atoms/CharCounter/CharCounter.stories.js +0 -11
  269. package/src/components/atoms/CharCounter/index.js +0 -13
  270. package/src/components/atoms/CharCounter/styles.js +0 -10
  271. package/src/components/atoms/Commentary/Commentary.stories.js +0 -0
  272. package/src/components/atoms/Commentary/index.js +0 -9
  273. package/src/components/atoms/Commentary/styles.js +0 -16
  274. package/src/components/atoms/Input/index.js +0 -15
  275. package/src/components/atoms/Input/style.js +0 -31
  276. package/src/components/atoms/InputFormatter/Wysiwyg.stories.js +0 -12
  277. package/src/components/atoms/InputFormatter/index.js +0 -141
  278. package/src/components/atoms/InputFormatter/styles.js +0 -40
  279. package/src/components/atoms/LabelToInput/index.js +0 -26
  280. package/src/components/atoms/LabelToInput/style.js +0 -41
  281. package/src/components/atoms/Loading/index.js +0 -12
  282. package/src/components/atoms/Loading/styles.js +0 -57
  283. package/src/components/atoms/Select/index.js +0 -35
  284. package/src/components/atoms/Select/style.js +0 -76
  285. package/src/components/molecules/RetailerSelector/RetailerSelector.stories.js +0 -35
  286. package/src/components/molecules/RetailerSelector/index.js +0 -63
  287. package/src/components/molecules/RetailerSelector/styles.js +0 -18
@@ -1,18 +1,12 @@
1
1
  "use strict";
2
2
 
3
- var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
4
-
5
3
  Object.defineProperty(exports, "__esModule", {
6
4
  value: true
7
5
  });
8
6
  exports.default = exports.RetailerProductEditionDefault = void 0;
9
7
 
10
- var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectSpread2"));
11
-
12
8
  var _index = require("./index");
13
9
 
14
- var _jsxRuntime = require("react/jsx-runtime");
15
-
16
10
  var _default = {
17
11
  title: "Components/pages/RetailerProductEdition",
18
12
  component: _index.RetailerProductEdition
@@ -20,7 +14,7 @@ var _default = {
20
14
  exports.default = _default;
21
15
 
22
16
  var Template = function Template(args) {
23
- return /*#__PURE__*/(0, _jsxRuntime.jsx)(_index.RetailerProductEdition, (0, _objectSpread2.default)({}, args));
17
+ return /*#__PURE__*/React.createElement(_index.RetailerProductEdition, args);
24
18
  };
25
19
 
26
20
  var RetailerProductEditionDefault = Template.bind({});
@@ -61,102 +55,321 @@ RetailerProductEditionDefault.args = {
61
55
  status: "AA",
62
56
  image: {
63
57
  src: "https://image.shutterstock.com/image-illustration/3d-render-generic-drug-pills-260nw-709112806.jpg"
58
+ },
59
+ services: {
60
+ Descripción: [{
61
+ inputGroup: {
62
+ name: "Información básica del producto",
63
+ inputs: [{
64
+ label: "Item",
65
+ value: "1234567890",
66
+ placeholder: "Ingresar valor"
67
+ }, {
68
+ label: "Item",
69
+ value: "1234567890",
70
+ placeholder: "Ingresar valor"
71
+ }, {
72
+ label: "Item",
73
+ value: "1234567890",
74
+ placeholder: "Ingresar valor"
75
+ }, {
76
+ label: "Item",
77
+ value: "1234567890",
78
+ placeholder: "Ingresar valor"
79
+ }, {
80
+ label: "Item",
81
+ value: "1234567890",
82
+ placeholder: "Ingresar valor"
83
+ }, {
84
+ label: "Item",
85
+ value: "1234567890",
86
+ placeholder: "Ingresar valor"
87
+ }, {
88
+ label: "Item",
89
+ value: "1234567890",
90
+ placeholder: "Ingresar valor"
91
+ }, {
92
+ label: "Item",
93
+ value: "1234567890",
94
+ placeholder: "Ingresar valor"
95
+ }]
96
+ }
97
+ }],
98
+ "Ficha técnica": [{
99
+ inputGroup: {
100
+ name: "Información básica del producto",
101
+ inputs: [{
102
+ label: "Item",
103
+ value: "1234567890",
104
+ placeholder: "Ingresar valor"
105
+ }, {
106
+ label: "Item",
107
+ value: "1234567890",
108
+ placeholder: "Ingresar valor"
109
+ }, {
110
+ label: "Item",
111
+ value: "1234567890",
112
+ placeholder: "Ingresar valor"
113
+ }, {
114
+ label: "Item",
115
+ value: "1234567890",
116
+ placeholder: "Ingresar valor"
117
+ }, {
118
+ label: "Item",
119
+ value: "1234567890",
120
+ placeholder: "Ingresar valor"
121
+ }, {
122
+ label: "Item",
123
+ value: "1234567890",
124
+ placeholder: "Ingresar valor"
125
+ }, {
126
+ label: "Item",
127
+ value: "1234567890",
128
+ placeholder: "Ingresar valor"
129
+ }, {
130
+ label: "Item",
131
+ value: "1234567890",
132
+ placeholder: "Ingresar valor"
133
+ }]
134
+ }
135
+ }, {
136
+ inputGroup: {
137
+ name: "Información básica del producto",
138
+ inputs: [{
139
+ label: "Item",
140
+ value: "1234567890",
141
+ placeholder: "Ingresar valor"
142
+ }, {
143
+ label: "Item",
144
+ value: "1234567890",
145
+ placeholder: "Ingresar valor"
146
+ }, {
147
+ label: "Item",
148
+ value: "1234567890",
149
+ placeholder: "Ingresar valor"
150
+ }, {
151
+ label: "Item",
152
+ value: "1234567890",
153
+ placeholder: "Ingresar valor"
154
+ }, {
155
+ label: "Item",
156
+ value: "1234567890",
157
+ placeholder: "Ingresar valor"
158
+ }, {
159
+ label: "Item",
160
+ value: "1234567890",
161
+ placeholder: "Ingresar valor"
162
+ }, {
163
+ label: "Item",
164
+ value: "1234567890",
165
+ placeholder: "Ingresar valor"
166
+ }, {
167
+ label: "Item",
168
+ value: "1234567890",
169
+ placeholder: "Ingresar valor"
170
+ }]
171
+ }
172
+ }, {
173
+ inputGroup: {
174
+ name: "Información básica del producto",
175
+ inputs: [{
176
+ label: "Item",
177
+ value: "1234567890",
178
+ placeholder: "Ingresar valor"
179
+ }, {
180
+ label: "Item",
181
+ value: "1234567890",
182
+ placeholder: "Ingresar valor"
183
+ }, {
184
+ label: "Item",
185
+ value: "1234567890",
186
+ placeholder: "Ingresar valor"
187
+ }, {
188
+ label: "Item",
189
+ value: "1234567890",
190
+ placeholder: "Ingresar valor"
191
+ }, {
192
+ label: "Item",
193
+ value: "1234567890",
194
+ placeholder: "Ingresar valor"
195
+ }, {
196
+ label: "Item",
197
+ value: "1234567890",
198
+ placeholder: "Ingresar valor"
199
+ }, {
200
+ label: "Item",
201
+ value: "1234567890",
202
+ placeholder: "Ingresar valor"
203
+ }, {
204
+ label: "Item",
205
+ value: "1234567890",
206
+ placeholder: "Ingresar valor"
207
+ }]
208
+ }
209
+ }, {
210
+ inputGroup: {
211
+ name: "Información básica del producto",
212
+ inputs: [{
213
+ label: "Item",
214
+ value: "1234567890",
215
+ placeholder: "Ingresar valor"
216
+ }, {
217
+ label: "Item",
218
+ value: "1234567890",
219
+ placeholder: "Ingresar valor"
220
+ }, {
221
+ label: "Item",
222
+ value: "1234567890",
223
+ placeholder: "Ingresar valor"
224
+ }, {
225
+ label: "Item",
226
+ value: "1234567890",
227
+ placeholder: "Ingresar valor"
228
+ }, {
229
+ label: "Item",
230
+ value: "1234567890",
231
+ placeholder: "Ingresar valor"
232
+ }, {
233
+ label: "Item",
234
+ value: "1234567890",
235
+ placeholder: "Ingresar valor"
236
+ }, {
237
+ label: "Item",
238
+ value: "1234567890",
239
+ placeholder: "Ingresar valor"
240
+ }, {
241
+ label: "Item",
242
+ value: "1234567890",
243
+ placeholder: "Ingresar valor"
244
+ }]
245
+ }
246
+ }],
247
+ Imágenes: [{
248
+ img: "https://image.shutterstock.com/image-illustration/3d-render-generic-drug-pills-260nw-709112806.jpg",
249
+ alt: "img",
250
+ name: "Hero",
251
+ data: [{
252
+ feature: "Tamaño de imagen",
253
+ value: "1000x10000"
254
+ }, {
255
+ feature: "Formato",
256
+ value: "jpg"
257
+ }, {
258
+ feature: "Resolución",
259
+ value: "300dpi"
260
+ }, {
261
+ feature: "Tipo de imagen",
262
+ value: "Tipo de imagen"
263
+ }, {
264
+ feature: "Identificador",
265
+ value: "F261"
266
+ }]
267
+ }, {
268
+ img: "https://www.muycomputer.com/wp-content/uploads/2020/12/google.png",
269
+ alt: "img",
270
+ name: "Hero2",
271
+ data: [{
272
+ feature: "Tamaño de imagen",
273
+ value: "1000x10000"
274
+ }, {
275
+ feature: "Formato",
276
+ value: "jpg"
277
+ }, {
278
+ feature: "Resolución",
279
+ value: "300dpi"
280
+ }, {
281
+ feature: "Tipo de imagen",
282
+ value: "Tipo de imagen"
283
+ }, {
284
+ feature: "Identificador",
285
+ value: "F261"
286
+ }]
287
+ }, {
288
+ img: "https://www.ionos.es/digitalguide/fileadmin/DigitalGuide/Teaser/bildergalerie-online-t.jpg",
289
+ alt: "img",
290
+ name: "Hero3",
291
+ data: [{
292
+ feature: "Tamaño de imagen",
293
+ value: "1000x10000"
294
+ }, {
295
+ feature: "Formato",
296
+ value: "jpg"
297
+ }, {
298
+ feature: "Resolución",
299
+ value: "300dpi"
300
+ }, {
301
+ feature: "Tipo de imagen",
302
+ value: "Tipo de imagen"
303
+ }, {
304
+ feature: "Identificador",
305
+ value: "F261"
306
+ }]
307
+ }, {
308
+ img: "https://i.pinimg.com/originals/d0/b9/28/d0b928df15d3a3bf1905865a8fedb257.jpg",
309
+ alt: "img",
310
+ name: "Hero4",
311
+ data: [{
312
+ feature: "Tamaño de imagen",
313
+ value: "1000x10000"
314
+ }, {
315
+ feature: "Formato",
316
+ value: "jpg"
317
+ }, {
318
+ feature: "Resolución",
319
+ value: "300dpi"
320
+ }, {
321
+ feature: "Tipo de imagen",
322
+ value: "Tipo de imagen"
323
+ }, {
324
+ feature: "Identificador",
325
+ value: "F261"
326
+ }]
327
+ }, {
328
+ img: "https://memegenerator.net/img/images/72798198.jpg",
329
+ alt: "img",
330
+ name: "Hero5",
331
+ data: [{
332
+ feature: "Tamaño de imagen",
333
+ value: "1000x10000"
334
+ }, {
335
+ feature: "Formato",
336
+ value: "jpg"
337
+ }, {
338
+ feature: "Resolución",
339
+ value: "300dpi"
340
+ }, {
341
+ feature: "Tipo de imagen",
342
+ value: "Tipo de imagen"
343
+ }, {
344
+ feature: "Identificador",
345
+ value: "F261"
346
+ }]
347
+ }, {
348
+ img: "http://www.dumpaday.com/wp-content/uploads/2016/02/funny-pictures-621.jpg",
349
+ alt: "img",
350
+ name: "Hero6",
351
+ data: [{
352
+ feature: "Tamaño de imagen",
353
+ value: "1000x10000"
354
+ }, {
355
+ feature: "Formato",
356
+ value: "jpg"
357
+ }, {
358
+ feature: "Resolución",
359
+ value: "300dpi"
360
+ }, {
361
+ feature: "Tipo de imagen",
362
+ value: "Tipo de imagen"
363
+ }, {
364
+ feature: "Identificador",
365
+ value: "F261"
366
+ }]
367
+ }]
64
368
  }
65
369
  },
66
370
  tabsSections: {
67
371
  Descripción: true,
68
372
  "Ficha técnica": false,
69
373
  Imágenes: false
70
- },
71
- token: "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiJiMmNlNWIyYS02MDljLTRlNzktOWVhOS0yZjc0Y2ZmNDM4ODkiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwiY29nbml0bzp1c2VybmFtZSI6ImIyY2U1YjJhLTYwOWMtNGU3OS05ZWE5LTJmNzRjZmY0Mzg4OSIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiJkMGQ0NDUxYS01ODg1LTQ0ZTctYjZhNi0xODdkY2NjNDI4MTgiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY1MTIyMDI2NiwibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTY1MTIyMzg2NiwiaWF0IjoxNjUxMjIwMjY2LCJlbWFpbCI6ImF6YXJhdGVAY29udGVudG9oLmNvbSJ9.lhlgp4NoHgFu4LrpIWiGCTD08MIHo-mLQ17SNx1rAmyHP5YosGp9LKJXEgNcpAIaVfFiy4Zd-YGTf2QExMcP9kAYksoKHI1G6jSg87yh3Pg3V3aGE6X6JkuOOflz2M8jZgyYMRvbkJfG7oi6uj_nZ-tCjq7VMnmZyfWL4LjTvF5E0EqzVC93fcPViwW5ozqr51VvGhIoXGHiG01i4CPbsorp0jJjlU795cq4ETNw6i0d61Wz9pLDUttYmt5RCEMrbCp3ctSymtxHuz3eJTXzsF330KAmGL2SG4hJ8l-kdyoYRSlkGy3PTy4tYdFVrcubpHL3LOFzJWMrmLn98J3MoA",
72
- articleId: 238,
73
- category: 846,
74
- version: 2,
75
- productSelected: {
76
- services: {
77
- datasheets: 1,
78
- descriptions: 1,
79
- images: 1
80
- },
81
- orderId: 125,
82
- status: "IN_PROGRESS",
83
- datasheet_status: "QF",
84
- prio: "none",
85
- version: 2,
86
- description_status: "QF",
87
- images_status: "IN_PROGRESS",
88
- article: {
89
- id_article: 109483,
90
- id_category: "2046",
91
- name: "Celular",
92
- upc: "31313131",
93
- timestamp: "2022-04-28T21:42:27.000Z",
94
- id_user: 28,
95
- status: "NULL",
96
- active: 1,
97
- company_id: 1,
98
- company_name: "COMPANY DEV",
99
- country: "Colombia",
100
- id_order: 125,
101
- id_datasheet_especialist: 54,
102
- id_datasheet_facilitator: 52,
103
- id_description_especialist: 54,
104
- id_description_facilitator: 52,
105
- id_images_especialist: 55,
106
- id_images_facilitator: 53,
107
- id_auditor: 30,
108
- id_recepcionist: null,
109
- category: "ELÉCTRICO|ELECTRÓNICA|ANTENAS Y ACCESORIOS",
110
- missingAttributes: null,
111
- missingDescriptions: null,
112
- missingImages: null
113
- },
114
- retailers: [{
115
- id: 58,
116
- name: "The Home Depot",
117
- country: "México",
118
- id_region: 1,
119
- active: 1
120
- }, {
121
- id: 59,
122
- name: "Home Depot Platinum",
123
- country: "México",
124
- id_region: 1,
125
- active: 1
126
- }],
127
- country: "Colombia",
128
- upc: "31313131"
129
- },
130
- user: {
131
- id_user: 52,
132
- name: "FACILITADOR TXT PRUEBA",
133
- last_name: "",
134
- email: "azarate@contentoh.com",
135
- position: null,
136
- telephone: null,
137
- country: null,
138
- id_company: 2,
139
- id_cognito: "b2ce5b2a-609c-4e79-9ea9-2f74cff43889",
140
- birth_Date: null,
141
- about_me: null,
142
- zip_code: null,
143
- address: null,
144
- job: null,
145
- id_stripe: null,
146
- id_role: 4,
147
- active: 1,
148
- is_retailer: 0,
149
- membership: {
150
- id: 2,
151
- start_date: "2021-11-05T02:35:12.000Z",
152
- end_date: "2022-11-05T02:34:49.000Z",
153
- planID: 1,
154
- plan: "prod_KtkvuFFLpOdP6e",
155
- name: "Plan Free",
156
- user_limit: "1",
157
- products_limit: "3",
158
- type: "PyMES"
159
- },
160
- src: "https://content-management-profile.s3.amazonaws.com/id-52/52.png?1651207506986"
161
374
  }
162
375
  };