contentoh-components-library 21.1.26 → 21.1.27
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/CheckBox/styles.js +1 -1
- package/dist/components/atoms/Percent/Percent.stories.js +39 -0
- package/dist/components/atoms/Percent/index.js +39 -0
- package/dist/components/atoms/Percent/styles.js +20 -0
- package/dist/components/atoms/SliderToolTip/SliderToolTip.stories.js +13 -67
- package/dist/components/atoms/SliderToolTip/index.js +134 -64
- package/dist/components/atoms/SliderToolTip/styles.js +2 -2
- package/dist/components/atoms/ValidationPanel/index.js +4 -3
- package/dist/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +1 -44
- package/dist/components/atoms/VerticalSideMenuMainPage/index.js +48 -47
- package/dist/components/atoms/VerticalSideMenuMainPage/styles.js +4 -29
- package/dist/components/molecules/AvatarAndValidation/index.js +4 -0
- package/dist/components/molecules/StatusAsignationInfo/index.js +1 -29
- package/dist/components/molecules/TextAndGradient/TextAndGradient.stories.js +31 -0
- package/dist/components/molecules/TextAndGradient/index.js +36 -0
- package/dist/components/molecules/TextAndGradient/styles.js +18 -0
- package/dist/components/organisms/FullProductNameHeader/index.js +5 -1
- package/dist/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +99 -109
- package/dist/components/pages/ProviderProductEdition/index.js +87 -97
- package/dist/components/pages/RetailerProductEdition/index.js +9 -10
- package/dist/global-files/global-styles.css +1 -0
- package/dist/index.js +51 -38
- package/package.json +1 -1
- package/src/components/atoms/CheckBox/styles.js +1 -0
- package/src/components/atoms/SliderToolTip/SliderToolTip.stories.js +11 -77
- package/src/components/atoms/SliderToolTip/index.js +154 -91
- package/src/components/atoms/SliderToolTip/styles.js +22 -51
- package/src/components/atoms/ValidationPanel/index.js +4 -3
- package/src/components/atoms/VerticalSideMenuMainPage/VerticalSideMenuMainPage.stories.js +1 -24
- package/src/components/atoms/VerticalSideMenuMainPage/index.js +30 -38
- package/src/components/atoms/VerticalSideMenuMainPage/styles.js +18 -76
- package/src/components/molecules/AvatarAndValidation/index.js +4 -0
- package/src/components/molecules/StatusAsignationInfo/index.js +0 -31
- package/src/components/organisms/FullProductNameHeader/index.js +4 -0
- package/src/components/pages/ProviderProductEdition/ProviderProductEdition.stories.js +105 -107
- package/src/components/pages/ProviderProductEdition/index.js +37 -64
- package/src/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +17 -0
- package/src/components/pages/RegistrationLoginFirstStep/index.js +160 -0
- package/src/components/pages/RegistrationLoginFirstStep/styles.js +85 -0
- package/src/components/pages/RetailerProductEdition/index.js +0 -1
- package/src/index.js +1 -0
- package/dist/assets/images/sliderToolTip/slide21.svg +0 -9
- package/dist/assets/images/sliderToolTip/slide22.svg +0 -9
- package/dist/assets/images/sliderToolTip/slide23.svg +0 -9
- package/dist/components/atoms/ListCommercialRetailers/ListCommercialRetailers.stories.js +0 -36
- package/dist/components/atoms/ListCommercialRetailers/index.js +0 -64
- package/dist/components/atoms/ListCommercialRetailers/styles.js +0 -20
- package/dist/components/atoms/MenuCommercialRetailers/MenuCommercialRetailers.stories.js +0 -37
- package/dist/components/atoms/MenuCommercialRetailers/index.js +0 -25
- package/dist/components/atoms/MenuCommercialRetailers/styles.js +0 -20
- package/dist/components/atoms/MenuProductImage/MenuProductImage.stories.js +0 -28
- package/dist/components/atoms/MenuProductImage/index.js +0 -88
- package/dist/components/atoms/MenuProductImage/styles.js +0 -20
- package/dist/components/molecules/ApproveRejetPanel/ApproveRejetPanel.stories.js +0 -25
- package/dist/components/molecules/ApproveRejetPanel/index.js +0 -49
- package/dist/components/molecules/ApproveRejetPanel/styles.js +0 -18
- package/dist/components/molecules/SignInLoginCreationApp/SignInLogin.stories.js +0 -28
- package/dist/components/molecules/SignInLoginCreationApp/index.js +0 -270
- package/dist/components/molecules/SignInLoginCreationApp/styles.js +0 -20
- package/src/assets/images/sliderToolTip/slide21.svg +0 -9
- package/src/assets/images/sliderToolTip/slide22.svg +0 -9
- package/src/assets/images/sliderToolTip/slide23.svg +0 -9
|
@@ -81,20 +81,6 @@ var _errorModal = _interopRequireDefault(require("../../../assets/images/generic
|
|
|
81
81
|
|
|
82
82
|
var _index2 = require("../../organisms/GlobalModal/index");
|
|
83
83
|
|
|
84
|
-
var _SliderToolTip = require("../../atoms/SliderToolTip");
|
|
85
|
-
|
|
86
|
-
var _infoIcon = _interopRequireDefault(require("../../../assets/images/sliderToolTip/infoIcon.svg"));
|
|
87
|
-
|
|
88
|
-
var _slide = _interopRequireDefault(require("../../../assets/images/sliderToolTip/slide1.svg"));
|
|
89
|
-
|
|
90
|
-
var _slide2 = _interopRequireDefault(require("../../../assets/images/sliderToolTip/slide2.svg"));
|
|
91
|
-
|
|
92
|
-
var _slide3 = _interopRequireDefault(require("../../../assets/images/sliderToolTip/slide3.svg"));
|
|
93
|
-
|
|
94
|
-
var _slide4 = _interopRequireDefault(require("../../../assets/images/sliderToolTip/slide4.svg"));
|
|
95
|
-
|
|
96
|
-
var _slide5 = _interopRequireDefault(require("../../../assets/images/sliderToolTip/slide5.svg"));
|
|
97
|
-
|
|
98
84
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
99
85
|
|
|
100
86
|
var reducerImages = function reducerImages(state, action) {
|
|
@@ -479,7 +465,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
479
465
|
|
|
480
466
|
var loadData = /*#__PURE__*/function () {
|
|
481
467
|
var _ref3 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {
|
|
482
|
-
var _product$article, _product$article2, _services$, _services$$values;
|
|
468
|
+
var _product$article, _product$article2, _product$article3, _services$, _services$$values;
|
|
483
469
|
|
|
484
470
|
var services;
|
|
485
471
|
return _regenerator.default.wrap(function _callee2$(_context2) {
|
|
@@ -487,7 +473,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
487
473
|
switch (_context2.prev = _context2.next) {
|
|
488
474
|
case 0:
|
|
489
475
|
_context2.next = 2;
|
|
490
|
-
return (0, _data2.getRetailerServices)((product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article = product.article) === null || _product$article === void 0 ? void 0 : _product$article.id_article),
|
|
476
|
+
return (0, _data2.getRetailerServices)((product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article = product.article) === null || _product$article === void 0 ? void 0 : _product$article.id_article), (product === null || product === void 0 ? void 0 : (_product$article2 = product.article) === null || _product$article2 === void 0 ? void 0 : _product$article2.company_name) || (product === null || product === void 0 ? void 0 : product.categoryName), parseInt((product === null || product === void 0 ? void 0 : (_product$article3 = product.article) === null || _product$article3 === void 0 ? void 0 : _product$article3.id_category) || (product === null || product === void 0 ? void 0 : product.id_category)), product === null || product === void 0 ? void 0 : product.version);
|
|
491
477
|
|
|
492
478
|
case 2:
|
|
493
479
|
services = _context2.sent;
|
|
@@ -527,7 +513,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
527
513
|
|
|
528
514
|
var getServices = /*#__PURE__*/function () {
|
|
529
515
|
var _ref4 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {
|
|
530
|
-
var _product$
|
|
516
|
+
var _product$article4;
|
|
531
517
|
|
|
532
518
|
var productInOrder, idArticle, _product$id_order, _servicesResponse$dat, servicesResponse, parsedResponse, retailers, active;
|
|
533
519
|
|
|
@@ -536,7 +522,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
536
522
|
switch (_context3.prev = _context3.next) {
|
|
537
523
|
case 0:
|
|
538
524
|
productInOrder = product.id_order || product.orderId;
|
|
539
|
-
idArticle = (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$
|
|
525
|
+
idArticle = (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article4 = product.article) === null || _product$article4 === void 0 ? void 0 : _product$article4.id_article);
|
|
540
526
|
|
|
541
527
|
if (!(isRevision() || productInOrder)) {
|
|
542
528
|
_context3.next = 11;
|
|
@@ -1250,10 +1236,10 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1250
1236
|
});
|
|
1251
1237
|
|
|
1252
1238
|
if (imgsInBack.length > 0) {
|
|
1253
|
-
var _product$
|
|
1239
|
+
var _product$article5;
|
|
1254
1240
|
|
|
1255
1241
|
var data = {
|
|
1256
|
-
articleId: (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$
|
|
1242
|
+
articleId: (product === null || product === void 0 ? void 0 : product.id_article) || (product === null || product === void 0 ? void 0 : (_product$article5 = product.article) === null || _product$article5 === void 0 ? void 0 : _product$article5.id_article),
|
|
1257
1243
|
deleteImages: imgsInBack
|
|
1258
1244
|
};
|
|
1259
1245
|
|
|
@@ -1347,7 +1333,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1347
1333
|
});
|
|
1348
1334
|
|
|
1349
1335
|
case 7:
|
|
1350
|
-
_context13.next =
|
|
1336
|
+
_context13.next = 19;
|
|
1351
1337
|
break;
|
|
1352
1338
|
|
|
1353
1339
|
case 9:
|
|
@@ -1367,6 +1353,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1367
1353
|
});
|
|
1368
1354
|
|
|
1369
1355
|
setProduct(productTemp);
|
|
1356
|
+
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1370
1357
|
setProductEdit({
|
|
1371
1358
|
ArticleId: productTemp.id_article,
|
|
1372
1359
|
idCategory: productTemp.article.id_category,
|
|
@@ -1381,11 +1368,11 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1381
1368
|
return (0, _objectSpread3.default)((0, _objectSpread3.default)({}, prev), {}, (0, _defineProperty2.default)({}, concept, "Evaluated"));
|
|
1382
1369
|
});
|
|
1383
1370
|
|
|
1384
|
-
case
|
|
1371
|
+
case 19:
|
|
1385
1372
|
loadData();
|
|
1386
1373
|
showSurvey && showSurvey(confirmStatusComplete());
|
|
1387
1374
|
|
|
1388
|
-
case
|
|
1375
|
+
case 21:
|
|
1389
1376
|
case "end":
|
|
1390
1377
|
return _context13.stop();
|
|
1391
1378
|
}
|
|
@@ -1400,58 +1387,86 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1400
1387
|
|
|
1401
1388
|
var validateAll = /*#__PURE__*/function () {
|
|
1402
1389
|
var _ref15 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14(result) {
|
|
1403
|
-
var evaluationArray, sendAll, conceptArray;
|
|
1390
|
+
var evaluationArray, sendAll, conceptArray, productTemp;
|
|
1404
1391
|
return _regenerator.default.wrap(function _callee14$(_context14) {
|
|
1405
1392
|
while (1) {
|
|
1406
1393
|
switch (_context14.prev = _context14.next) {
|
|
1407
1394
|
case 0:
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1395
|
+
_context14.prev = 0;
|
|
1396
|
+
setLoading(true);
|
|
1397
|
+
evaluationArray = [];
|
|
1398
|
+
sendAll = [];
|
|
1399
|
+
conceptArray = ["description", "datasheet", "images"];
|
|
1400
|
+
servicesData === null || servicesData === void 0 ? void 0 : servicesData.forEach(function (ret) {
|
|
1401
|
+
var _product$id_order4;
|
|
1402
|
+
|
|
1403
|
+
var data = {
|
|
1404
|
+
articleId: product.id_article,
|
|
1405
|
+
orderId: (_product$id_order4 = product.id_order) !== null && _product$id_order4 !== void 0 ? _product$id_order4 : product.orderId,
|
|
1406
|
+
concept: ret.service,
|
|
1407
|
+
result: result,
|
|
1408
|
+
retailerId: ret.id_retailer
|
|
1409
|
+
};
|
|
1410
|
+
evaluationArray.push(_axios.default.put("".concat(process.env.REACT_APP_EVALUATION_ENDPOINT), data, {
|
|
1411
|
+
headers: {
|
|
1412
|
+
Authorization: token
|
|
1413
|
+
}
|
|
1414
|
+
}));
|
|
1415
|
+
});
|
|
1416
|
+
_context14.next = 8;
|
|
1417
|
+
return Promise.all(evaluationArray);
|
|
1418
|
+
|
|
1419
|
+
case 8:
|
|
1420
|
+
conceptArray === null || conceptArray === void 0 ? void 0 : conceptArray.forEach(function (concept) {
|
|
1421
|
+
var _product$id_order5;
|
|
1422
|
+
|
|
1423
|
+
var data = {
|
|
1424
|
+
articleId: product.id_article,
|
|
1425
|
+
orderId: (_product$id_order5 = product.id_order) !== null && _product$id_order5 !== void 0 ? _product$id_order5 : product.orderId,
|
|
1426
|
+
concept: concept
|
|
1427
|
+
};
|
|
1428
|
+
sendAll.push(_axios.default.put("".concat(process.env.REACT_APP_SEND_EVAL), data, {
|
|
1429
|
+
headers: {
|
|
1430
|
+
Authorization: token
|
|
1431
|
+
}
|
|
1432
|
+
}));
|
|
1433
|
+
});
|
|
1434
|
+
_context14.next = 11;
|
|
1435
|
+
return Promise.all(sendAll);
|
|
1448
1436
|
|
|
1449
|
-
case
|
|
1437
|
+
case 11:
|
|
1438
|
+
productTemp = product;
|
|
1439
|
+
productTemp.article_status = "".concat(result, "C");
|
|
1440
|
+
productTemp.datasheet_status = "".concat(result, "C");
|
|
1441
|
+
productTemp.description_status = "".concat(result, "C");
|
|
1442
|
+
productTemp.images_status = "".concat(result, "C");
|
|
1443
|
+
setProduct(productTemp);
|
|
1444
|
+
sessionStorage.setItem("productSelected", JSON.stringify(productTemp));
|
|
1445
|
+
setProductEdit({
|
|
1446
|
+
ArticleId: productTemp.id_article,
|
|
1447
|
+
idCategory: productTemp.article.id_category,
|
|
1448
|
+
product: productTemp
|
|
1449
|
+
});
|
|
1450
|
+
sessionStorage.setItem("productEdit", JSON.stringify({
|
|
1451
|
+
ArticleId: productTemp.id_article,
|
|
1452
|
+
idCategory: productTemp.article.id_category,
|
|
1453
|
+
product: productTemp
|
|
1454
|
+
}));
|
|
1455
|
+
loadData();
|
|
1456
|
+
_context14.next = 26;
|
|
1457
|
+
break;
|
|
1458
|
+
|
|
1459
|
+
case 23:
|
|
1460
|
+
_context14.prev = 23;
|
|
1461
|
+
_context14.t0 = _context14["catch"](0);
|
|
1462
|
+
console.log(_context14.t0);
|
|
1463
|
+
|
|
1464
|
+
case 26:
|
|
1450
1465
|
case "end":
|
|
1451
1466
|
return _context14.stop();
|
|
1452
1467
|
}
|
|
1453
1468
|
}
|
|
1454
|
-
}, _callee14);
|
|
1469
|
+
}, _callee14, null, [[0, 23]]);
|
|
1455
1470
|
}));
|
|
1456
1471
|
|
|
1457
1472
|
return function validateAll(_x8) {
|
|
@@ -1526,27 +1541,9 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1526
1541
|
}
|
|
1527
1542
|
};
|
|
1528
1543
|
|
|
1529
|
-
var slidefront = [{
|
|
1530
|
-
slide: _slide.default,
|
|
1531
|
-
description: "Creamos tu contenido, y todo lo que haga falta para tu producto, cada sección puedes socilitar contenido enriquecido, y nosotros lo haremos por ti."
|
|
1532
|
-
}, {
|
|
1533
|
-
slide: _slide2.default,
|
|
1534
|
-
description: "Puedes agregar solicitudes de contenido enriquecido a tu carrito de compra las veces que sean necesarias. Una vez completada tu lista con los servicios necesitados sigue el proceso de compra en checkout."
|
|
1535
|
-
}, {
|
|
1536
|
-
slide: _slide3.default,
|
|
1537
|
-
description: "Revisa el contenido que deseas solicilitar, valida y tambien puedes agregar contenido extra, traducciones, o simplemente completar el checkout."
|
|
1538
|
-
}, {
|
|
1539
|
-
slide: _slide4.default,
|
|
1540
|
-
description: "Elige el tipo de entrega de tu producto, puedes ser recolección en el lugar o por el contrario puedes dejarlo en nuestras oficinas."
|
|
1541
|
-
}, {
|
|
1542
|
-
slide: _slide5.default,
|
|
1543
|
-
title: "Bienvenido al modo Content-oh!",
|
|
1544
|
-
description: "Finalmente elige la forma de pago que más te guste, procede con el pago y listo."
|
|
1545
|
-
}];
|
|
1546
1544
|
(0, _react.useEffect)(function () {
|
|
1547
1545
|
setSaving(loading);
|
|
1548
1546
|
}, [loading]);
|
|
1549
|
-
console.log(user.is_retailer === 1, product.id_order || product.orderId, isRevision(), getSectionStatus(), "XD");
|
|
1550
1547
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
1551
1548
|
headerTop: headerTop,
|
|
1552
1549
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_HeaderTop.HeaderTop, {
|
|
@@ -1798,19 +1795,12 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1798
1795
|
children: "Ir a checkout"
|
|
1799
1796
|
})]
|
|
1800
1797
|
})
|
|
1801
|
-
}) : /*#__PURE__*/(0, _jsxRuntime.
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1808
|
-
onClick: function onClick() {
|
|
1809
|
-
setShowContentohRequestModal && setShowContentohRequestModal(true);
|
|
1810
|
-
},
|
|
1811
|
-
buttonType: "general-default-button",
|
|
1812
|
-
label: "Enviar a Content-oh!"
|
|
1813
|
-
})]
|
|
1798
|
+
}) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
1799
|
+
onClick: function onClick() {
|
|
1800
|
+
setShowContentohRequestModal && setShowContentohRequestModal(true);
|
|
1801
|
+
},
|
|
1802
|
+
buttonType: "general-default-button",
|
|
1803
|
+
label: "Enviar a Content-oh!"
|
|
1814
1804
|
})]
|
|
1815
1805
|
})]
|
|
1816
1806
|
})]
|
|
@@ -753,17 +753,16 @@ var RetailerProductEdition = function RetailerProductEdition(_ref) {
|
|
|
753
753
|
articleId: product === null || product === void 0 ? void 0 : (_product$article10 = product.article) === null || _product$article10 === void 0 ? void 0 : _product$article10.id_article,
|
|
754
754
|
articleData: updatedDatasheets
|
|
755
755
|
};
|
|
756
|
-
console.log(updatedDatasheets, "updatedDatasheets");
|
|
757
756
|
if (product !== null && product !== void 0 && product.orderId) dataObject["orderId"] = product === null || product === void 0 ? void 0 : product.orderId;
|
|
758
|
-
_context6.prev =
|
|
759
|
-
_context6.next =
|
|
757
|
+
_context6.prev = 4;
|
|
758
|
+
_context6.next = 7;
|
|
760
759
|
return _axios.default.put("".concat(process.env.REACT_APP_ARTICLE_DATA_ENDPOINT, "?datasheet=true&version=").concat(version), dataObject, {
|
|
761
760
|
headers: {
|
|
762
761
|
Authorization: token
|
|
763
762
|
}
|
|
764
763
|
});
|
|
765
764
|
|
|
766
|
-
case
|
|
765
|
+
case 7:
|
|
767
766
|
setMessage("Fichas técnicas guardadas");
|
|
768
767
|
|
|
769
768
|
if (productTemp.status === "ASSIGNED") {
|
|
@@ -773,20 +772,20 @@ var RetailerProductEdition = function RetailerProductEdition(_ref) {
|
|
|
773
772
|
}
|
|
774
773
|
|
|
775
774
|
loadData();
|
|
776
|
-
_context6.next =
|
|
775
|
+
_context6.next = 15;
|
|
777
776
|
break;
|
|
778
777
|
|
|
779
|
-
case
|
|
780
|
-
_context6.prev =
|
|
781
|
-
_context6.t0 = _context6["catch"](
|
|
778
|
+
case 12:
|
|
779
|
+
_context6.prev = 12;
|
|
780
|
+
_context6.t0 = _context6["catch"](4);
|
|
782
781
|
console.log(_context6.t0);
|
|
783
782
|
|
|
784
|
-
case
|
|
783
|
+
case 15:
|
|
785
784
|
case "end":
|
|
786
785
|
return _context6.stop();
|
|
787
786
|
}
|
|
788
787
|
}
|
|
789
|
-
}, _callee6, null, [[
|
|
788
|
+
}, _callee6, null, [[4, 12]]);
|
|
790
789
|
}));
|
|
791
790
|
|
|
792
791
|
return function saveDatasheets() {
|
package/dist/index.js
CHANGED
|
@@ -303,7 +303,7 @@ Object.keys(_index23).forEach(function (key) {
|
|
|
303
303
|
});
|
|
304
304
|
});
|
|
305
305
|
|
|
306
|
-
var _index24 = require("./components/
|
|
306
|
+
var _index24 = require("./components/atoms/VerticalSideMenuMainPage/index");
|
|
307
307
|
|
|
308
308
|
Object.keys(_index24).forEach(function (key) {
|
|
309
309
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -316,33 +316,33 @@ Object.keys(_index24).forEach(function (key) {
|
|
|
316
316
|
});
|
|
317
317
|
});
|
|
318
318
|
|
|
319
|
-
var
|
|
319
|
+
var _index25 = require("./components/molecules/AvatarAndValidation/index");
|
|
320
320
|
|
|
321
|
-
Object.keys(
|
|
321
|
+
Object.keys(_index25).forEach(function (key) {
|
|
322
322
|
if (key === "default" || key === "__esModule") return;
|
|
323
|
-
if (key in exports && exports[key] ===
|
|
323
|
+
if (key in exports && exports[key] === _index25[key]) return;
|
|
324
324
|
Object.defineProperty(exports, key, {
|
|
325
325
|
enumerable: true,
|
|
326
326
|
get: function get() {
|
|
327
|
-
return
|
|
327
|
+
return _index25[key];
|
|
328
328
|
}
|
|
329
329
|
});
|
|
330
330
|
});
|
|
331
331
|
|
|
332
|
-
var
|
|
332
|
+
var _CarouselImagesLogin = require("./components/molecules/CarouselImagesLogin");
|
|
333
333
|
|
|
334
|
-
Object.keys(
|
|
334
|
+
Object.keys(_CarouselImagesLogin).forEach(function (key) {
|
|
335
335
|
if (key === "default" || key === "__esModule") return;
|
|
336
|
-
if (key in exports && exports[key] ===
|
|
336
|
+
if (key in exports && exports[key] === _CarouselImagesLogin[key]) return;
|
|
337
337
|
Object.defineProperty(exports, key, {
|
|
338
338
|
enumerable: true,
|
|
339
339
|
get: function get() {
|
|
340
|
-
return
|
|
340
|
+
return _CarouselImagesLogin[key];
|
|
341
341
|
}
|
|
342
342
|
});
|
|
343
343
|
});
|
|
344
344
|
|
|
345
|
-
var _index26 = require("./components/molecules/
|
|
345
|
+
var _index26 = require("./components/molecules/EditionActiveImage/index");
|
|
346
346
|
|
|
347
347
|
Object.keys(_index26).forEach(function (key) {
|
|
348
348
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -355,7 +355,7 @@ Object.keys(_index26).forEach(function (key) {
|
|
|
355
355
|
});
|
|
356
356
|
});
|
|
357
357
|
|
|
358
|
-
var _index27 = require("./components/molecules/
|
|
358
|
+
var _index27 = require("./components/molecules/EmailResetPasswordLogin/index");
|
|
359
359
|
|
|
360
360
|
Object.keys(_index27).forEach(function (key) {
|
|
361
361
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -368,7 +368,7 @@ Object.keys(_index27).forEach(function (key) {
|
|
|
368
368
|
});
|
|
369
369
|
});
|
|
370
370
|
|
|
371
|
-
var _index28 = require("./components/molecules/
|
|
371
|
+
var _index28 = require("./components/molecules/FeaturesBar/index");
|
|
372
372
|
|
|
373
373
|
Object.keys(_index28).forEach(function (key) {
|
|
374
374
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -381,7 +381,7 @@ Object.keys(_index28).forEach(function (key) {
|
|
|
381
381
|
});
|
|
382
382
|
});
|
|
383
383
|
|
|
384
|
-
var _index29 = require("./components/molecules/
|
|
384
|
+
var _index29 = require("./components/molecules/GalleryElement/index");
|
|
385
385
|
|
|
386
386
|
Object.keys(_index29).forEach(function (key) {
|
|
387
387
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -394,7 +394,7 @@ Object.keys(_index29).forEach(function (key) {
|
|
|
394
394
|
});
|
|
395
395
|
});
|
|
396
396
|
|
|
397
|
-
var _index30 = require("./components/molecules/
|
|
397
|
+
var _index30 = require("./components/molecules/HeaderTop/index");
|
|
398
398
|
|
|
399
399
|
Object.keys(_index30).forEach(function (key) {
|
|
400
400
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -407,7 +407,7 @@ Object.keys(_index30).forEach(function (key) {
|
|
|
407
407
|
});
|
|
408
408
|
});
|
|
409
409
|
|
|
410
|
-
var _index31 = require("./components/molecules/
|
|
410
|
+
var _index31 = require("./components/molecules/ImageSelector/index");
|
|
411
411
|
|
|
412
412
|
Object.keys(_index31).forEach(function (key) {
|
|
413
413
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -420,7 +420,7 @@ Object.keys(_index31).forEach(function (key) {
|
|
|
420
420
|
});
|
|
421
421
|
});
|
|
422
422
|
|
|
423
|
-
var _index32 = require("./components/molecules/
|
|
423
|
+
var _index32 = require("./components/molecules/LoginPasswordStrength/index");
|
|
424
424
|
|
|
425
425
|
Object.keys(_index32).forEach(function (key) {
|
|
426
426
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -433,7 +433,7 @@ Object.keys(_index32).forEach(function (key) {
|
|
|
433
433
|
});
|
|
434
434
|
});
|
|
435
435
|
|
|
436
|
-
var _index33 = require("./components/molecules/
|
|
436
|
+
var _index33 = require("./components/molecules/LogoLoading/index");
|
|
437
437
|
|
|
438
438
|
Object.keys(_index33).forEach(function (key) {
|
|
439
439
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -446,7 +446,7 @@ Object.keys(_index33).forEach(function (key) {
|
|
|
446
446
|
});
|
|
447
447
|
});
|
|
448
448
|
|
|
449
|
-
var _index34 = require("./components/molecules/
|
|
449
|
+
var _index34 = require("./components/molecules/PlanSelection/index");
|
|
450
450
|
|
|
451
451
|
Object.keys(_index34).forEach(function (key) {
|
|
452
452
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -459,7 +459,7 @@ Object.keys(_index34).forEach(function (key) {
|
|
|
459
459
|
});
|
|
460
460
|
});
|
|
461
461
|
|
|
462
|
-
var _index35 = require("./components/molecules/
|
|
462
|
+
var _index35 = require("./components/molecules/ProductNameHeader/index");
|
|
463
463
|
|
|
464
464
|
Object.keys(_index35).forEach(function (key) {
|
|
465
465
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -472,7 +472,7 @@ Object.keys(_index35).forEach(function (key) {
|
|
|
472
472
|
});
|
|
473
473
|
});
|
|
474
474
|
|
|
475
|
-
var _index36 = require("./components/molecules/
|
|
475
|
+
var _index36 = require("./components/molecules/RegistrationFirstStep/index");
|
|
476
476
|
|
|
477
477
|
Object.keys(_index36).forEach(function (key) {
|
|
478
478
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -485,7 +485,7 @@ Object.keys(_index36).forEach(function (key) {
|
|
|
485
485
|
});
|
|
486
486
|
});
|
|
487
487
|
|
|
488
|
-
var _index37 = require("./components/molecules/
|
|
488
|
+
var _index37 = require("./components/molecules/RegistrationSecondStep/index");
|
|
489
489
|
|
|
490
490
|
Object.keys(_index37).forEach(function (key) {
|
|
491
491
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -498,7 +498,7 @@ Object.keys(_index37).forEach(function (key) {
|
|
|
498
498
|
});
|
|
499
499
|
});
|
|
500
500
|
|
|
501
|
-
var _index38 = require("./components/molecules/
|
|
501
|
+
var _index38 = require("./components/molecules/RegistrationThirdStep/index");
|
|
502
502
|
|
|
503
503
|
Object.keys(_index38).forEach(function (key) {
|
|
504
504
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -511,7 +511,7 @@ Object.keys(_index38).forEach(function (key) {
|
|
|
511
511
|
});
|
|
512
512
|
});
|
|
513
513
|
|
|
514
|
-
var _index39 = require("./components/molecules/
|
|
514
|
+
var _index39 = require("./components/molecules/SignInLogin/index");
|
|
515
515
|
|
|
516
516
|
Object.keys(_index39).forEach(function (key) {
|
|
517
517
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -524,7 +524,7 @@ Object.keys(_index39).forEach(function (key) {
|
|
|
524
524
|
});
|
|
525
525
|
});
|
|
526
526
|
|
|
527
|
-
var _index40 = require("./components/molecules/
|
|
527
|
+
var _index40 = require("./components/molecules/StatusAsignationInfo/index");
|
|
528
528
|
|
|
529
529
|
Object.keys(_index40).forEach(function (key) {
|
|
530
530
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -537,7 +537,7 @@ Object.keys(_index40).forEach(function (key) {
|
|
|
537
537
|
});
|
|
538
538
|
});
|
|
539
539
|
|
|
540
|
-
var _index41 = require("./components/molecules/
|
|
540
|
+
var _index41 = require("./components/molecules/TableHeader/index");
|
|
541
541
|
|
|
542
542
|
Object.keys(_index41).forEach(function (key) {
|
|
543
543
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -550,7 +550,7 @@ Object.keys(_index41).forEach(function (key) {
|
|
|
550
550
|
});
|
|
551
551
|
});
|
|
552
552
|
|
|
553
|
-
var _index42 = require("./components/molecules/
|
|
553
|
+
var _index42 = require("./components/molecules/TableRow/index");
|
|
554
554
|
|
|
555
555
|
Object.keys(_index42).forEach(function (key) {
|
|
556
556
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -563,7 +563,7 @@ Object.keys(_index42).forEach(function (key) {
|
|
|
563
563
|
});
|
|
564
564
|
});
|
|
565
565
|
|
|
566
|
-
var _index43 = require("./components/molecules/
|
|
566
|
+
var _index43 = require("./components/molecules/TabsMenu/index");
|
|
567
567
|
|
|
568
568
|
Object.keys(_index43).forEach(function (key) {
|
|
569
569
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -576,7 +576,7 @@ Object.keys(_index43).forEach(function (key) {
|
|
|
576
576
|
});
|
|
577
577
|
});
|
|
578
578
|
|
|
579
|
-
var _index44 = require("./components/molecules/
|
|
579
|
+
var _index44 = require("./components/molecules/TagAndInput/index");
|
|
580
580
|
|
|
581
581
|
Object.keys(_index44).forEach(function (key) {
|
|
582
582
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -589,7 +589,7 @@ Object.keys(_index44).forEach(function (key) {
|
|
|
589
589
|
});
|
|
590
590
|
});
|
|
591
591
|
|
|
592
|
-
var _index45 = require("./components/molecules/
|
|
592
|
+
var _index45 = require("./components/molecules/VerificationCodeResetPasswordLogin/index");
|
|
593
593
|
|
|
594
594
|
Object.keys(_index45).forEach(function (key) {
|
|
595
595
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -602,7 +602,7 @@ Object.keys(_index45).forEach(function (key) {
|
|
|
602
602
|
});
|
|
603
603
|
});
|
|
604
604
|
|
|
605
|
-
var _index46 = require("./components/
|
|
605
|
+
var _index46 = require("./components/molecules/RetailerSelector/index");
|
|
606
606
|
|
|
607
607
|
Object.keys(_index46).forEach(function (key) {
|
|
608
608
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -615,7 +615,7 @@ Object.keys(_index46).forEach(function (key) {
|
|
|
615
615
|
});
|
|
616
616
|
});
|
|
617
617
|
|
|
618
|
-
var _index47 = require("./components/organisms/
|
|
618
|
+
var _index47 = require("./components/organisms/ChangePassword/index");
|
|
619
619
|
|
|
620
620
|
Object.keys(_index47).forEach(function (key) {
|
|
621
621
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -628,7 +628,7 @@ Object.keys(_index47).forEach(function (key) {
|
|
|
628
628
|
});
|
|
629
629
|
});
|
|
630
630
|
|
|
631
|
-
var _index48 = require("./components/organisms/
|
|
631
|
+
var _index48 = require("./components/organisms/Fullplan/index");
|
|
632
632
|
|
|
633
633
|
Object.keys(_index48).forEach(function (key) {
|
|
634
634
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -641,7 +641,7 @@ Object.keys(_index48).forEach(function (key) {
|
|
|
641
641
|
});
|
|
642
642
|
});
|
|
643
643
|
|
|
644
|
-
var _index49 = require("./components/organisms/
|
|
644
|
+
var _index49 = require("./components/organisms/FullProductNameHeader/index");
|
|
645
645
|
|
|
646
646
|
Object.keys(_index49).forEach(function (key) {
|
|
647
647
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -654,7 +654,7 @@ Object.keys(_index49).forEach(function (key) {
|
|
|
654
654
|
});
|
|
655
655
|
});
|
|
656
656
|
|
|
657
|
-
var _index50 = require("./components/organisms/
|
|
657
|
+
var _index50 = require("./components/organisms/FullTabsMenu/index");
|
|
658
658
|
|
|
659
659
|
Object.keys(_index50).forEach(function (key) {
|
|
660
660
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -667,7 +667,7 @@ Object.keys(_index50).forEach(function (key) {
|
|
|
667
667
|
});
|
|
668
668
|
});
|
|
669
669
|
|
|
670
|
-
var _index51 = require("./components/organisms/
|
|
670
|
+
var _index51 = require("./components/organisms/ImageDataTable/index");
|
|
671
671
|
|
|
672
672
|
Object.keys(_index51).forEach(function (key) {
|
|
673
673
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -680,7 +680,7 @@ Object.keys(_index51).forEach(function (key) {
|
|
|
680
680
|
});
|
|
681
681
|
});
|
|
682
682
|
|
|
683
|
-
var _index52 = require("./components/organisms/
|
|
683
|
+
var _index52 = require("./components/organisms/ImagePreviewer/index");
|
|
684
684
|
|
|
685
685
|
Object.keys(_index52).forEach(function (key) {
|
|
686
686
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -693,7 +693,7 @@ Object.keys(_index52).forEach(function (key) {
|
|
|
693
693
|
});
|
|
694
694
|
});
|
|
695
695
|
|
|
696
|
-
var _index53 = require("./components/organisms/
|
|
696
|
+
var _index53 = require("./components/organisms/ImagesGroup/index");
|
|
697
697
|
|
|
698
698
|
Object.keys(_index53).forEach(function (key) {
|
|
699
699
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -706,7 +706,7 @@ Object.keys(_index53).forEach(function (key) {
|
|
|
706
706
|
});
|
|
707
707
|
});
|
|
708
708
|
|
|
709
|
-
var _index54 = require("./components/organisms/
|
|
709
|
+
var _index54 = require("./components/organisms/InputGroup/index");
|
|
710
710
|
|
|
711
711
|
Object.keys(_index54).forEach(function (key) {
|
|
712
712
|
if (key === "default" || key === "__esModule") return;
|
|
@@ -719,6 +719,19 @@ Object.keys(_index54).forEach(function (key) {
|
|
|
719
719
|
});
|
|
720
720
|
});
|
|
721
721
|
|
|
722
|
+
var _index55 = require("./components/organisms/ProductImageModal/index");
|
|
723
|
+
|
|
724
|
+
Object.keys(_index55).forEach(function (key) {
|
|
725
|
+
if (key === "default" || key === "__esModule") return;
|
|
726
|
+
if (key in exports && exports[key] === _index55[key]) return;
|
|
727
|
+
Object.defineProperty(exports, key, {
|
|
728
|
+
enumerable: true,
|
|
729
|
+
get: function get() {
|
|
730
|
+
return _index55[key];
|
|
731
|
+
}
|
|
732
|
+
});
|
|
733
|
+
});
|
|
734
|
+
|
|
722
735
|
var _ChangePasswordLogin = require("./components/pages/ChangePasswordLogin");
|
|
723
736
|
|
|
724
737
|
Object.keys(_ChangePasswordLogin).forEach(function (key) {
|