contentoh-components-library 21.2.71 → 21.2.73
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/.env.development +4 -1
- package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +21 -22
- package/dist/components/molecules/CustomSelect/SelectItem.js +10 -1
- package/dist/components/molecules/CustomSelect/index.js +3 -4
- package/dist/components/molecules/HeaderTop/index.js +10 -5
- package/dist/components/molecules/HeaderTop/styles.js +1 -1
- package/dist/components/molecules/TagAndInput/index.js +3 -2
- package/dist/components/molecules/TagAndInput/styles.js +1 -1
- package/dist/components/organisms/InputGroup/index.js +4 -2
- package/dist/components/pages/Dashboard/Dashboard.stories.js +1 -1
- package/dist/components/pages/Dashboard/index.js +3 -2
- package/dist/components/pages/ProviderProductEdition/index.js +9 -13
- package/dist/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +32 -128
- package/dist/global-files/data.js +1 -0
- package/package.json +10 -5
- package/src/assets/images/chatPopup/Spinner.gif +0 -0
- package/src/assets/images/chatPopup/close.svg +3 -0
- package/src/assets/images/chatPopup/defaultImage.png +0 -0
- package/src/assets/images/chatPopup/defaultProfile.png +0 -0
- package/src/assets/images/chatPopup/doc.svg +1 -0
- package/src/assets/images/chatPopup/document.svg +1 -0
- package/src/assets/images/chatPopup/iconChat.svg +19 -0
- package/src/assets/images/chatPopup/iconPlus.svg +3 -0
- package/src/assets/images/chatPopup/pdf.svg +75 -0
- package/src/assets/images/chatPopup/remove.svg +4 -0
- package/src/assets/images/chatPopup/send.svg +3 -0
- package/src/assets/images/chatPopup/svgIcon.svg +109 -0
- package/src/assets/images/chatPopup/upload_file.svg +3 -0
- package/src/assets/images/chatPopup/xls.svg +53 -0
- package/src/assets/images/customSelect/starIcon.svg +14 -0
- package/src/components/atoms/ChatPopUp/ChatPopUp.stories.js +11 -0
- package/src/components/atoms/ChatPopUp/index.js +541 -0
- package/src/components/atoms/ChatPopUp/styles.js +278 -0
- package/src/components/atoms/ChatPopUp/utils/handlersChat.js +104 -0
- package/src/components/atoms/Tooltip/Tooltip.stories.js +15 -0
- package/src/components/atoms/Tooltip/index.js +35 -0
- package/src/components/atoms/Tooltip/styles.js +5 -0
- package/src/components/molecules/CustomSelect/CustomSelect.stories.js +19 -11
- package/src/components/molecules/CustomSelect/SelectItem.js +7 -0
- package/src/components/molecules/CustomSelect/index.js +2 -3
- package/src/components/molecules/HeaderTop/index.js +10 -6
- package/src/components/molecules/HeaderTop/styles.js +4 -0
- package/src/components/molecules/TagAndInput/index.js +2 -1
- package/src/components/molecules/TagAndInput/styles.js +1 -1
- package/src/components/organisms/InputGroup/index.js +2 -0
- package/src/components/pages/Dashboard/Dashboard.stories.js +1 -1
- package/src/components/pages/Dashboard/index.js +5 -4
- package/src/components/pages/ProviderProductEdition/index.js +0 -1
- package/src/components/pages/RetailerProductEdition/RetailerProductEdition.stories.js +31 -318
- package/src/global-files/data.js +1 -0
- package/dist/components/atoms/StatusTag/StatusTag.stories.js +0 -48
- package/dist/components/atoms/StatusTag/index.js +0 -58
- package/dist/components/atoms/StatusTag/styles.js +0 -20
- package/dist/components/pages/RegistrationLoginFirstStep/RegistrationLoginFirstStep.stories.js +0 -37
- package/dist/components/pages/RegistrationLoginFirstStep/index.js +0 -269
- package/dist/components/pages/RegistrationLoginFirstStep/styles.js +0 -20
package/.env.development
CHANGED
|
@@ -21,8 +21,11 @@ REACT_APP_READ_REQUIRED_ORDERS=https://fc069ovhuk.execute-api.us-east-1.amazonaw
|
|
|
21
21
|
REACT_APP_CATEGORY_ENDPOINT=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/categories
|
|
22
22
|
REACT_APP_READ_PROVIDERS=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/providers
|
|
23
23
|
REACT_APP_PENDING_INVITATIONS=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/pending-invitations
|
|
24
|
-
|
|
24
|
+
REACT_APP_POST_MESSAGE=https://fc069ovhuk.execute-api.us-east-1.amazonaws.com/dev/products-chat
|
|
25
|
+
REACT_APP_KEY_UPLOAD_TO_S3=AKIA5CPHLQTT46EQ5TIK
|
|
26
|
+
REACT_APP_ACCESS_KEY_UPLOAD_TO_S3=tZDdrmvwxM1cScspfxFM3XpU4HSYrCNPazyHd0BL
|
|
25
27
|
REACT_APP_IMAGES_BUCKET=content-management-images
|
|
28
|
+
|
|
26
29
|
REACT_APP_KEY_UPLOAD_TO_S3=AKIA5CPHLQTT46EQ5TIK
|
|
27
30
|
REACT_APP_IMAGES_PROFILE_BUCKET=content-management-profile
|
|
28
31
|
REACT_APP_ACCESS_KEY_UPLOAD_TO_S3=tZDdrmvwxM1cScspfxFM3XpU4HSYrCNPazyHd0BL
|
|
@@ -11,6 +11,8 @@ var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/
|
|
|
11
11
|
|
|
12
12
|
var _index = require("./index");
|
|
13
13
|
|
|
14
|
+
var _starIcon = _interopRequireDefault(require("../../../assets/images/customSelect/starIcon.svg"));
|
|
15
|
+
|
|
14
16
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
15
17
|
|
|
16
18
|
var _default = {
|
|
@@ -26,29 +28,26 @@ var Template = function Template(args) {
|
|
|
26
28
|
var CustomSelectDefault = Template.bind({});
|
|
27
29
|
exports.CustomSelectDefault = CustomSelectDefault;
|
|
28
30
|
CustomSelectDefault.args = {
|
|
29
|
-
selectLabel: "Todos los departamentos",
|
|
31
|
+
// selectLabel: "Todos los departamentos",
|
|
30
32
|
defaultOption: "Todos los departamentos",
|
|
31
33
|
options: [{
|
|
32
|
-
id:
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
id: 1,
|
|
36
|
-
value: "Espejos"
|
|
37
|
-
}, {
|
|
38
|
-
id: 2,
|
|
39
|
-
value: "Persianas"
|
|
40
|
-
}]
|
|
41
|
-
}, {
|
|
42
|
-
id: 2,
|
|
43
|
-
value: "Eléctrico"
|
|
44
|
-
}, {
|
|
45
|
-
id: 3,
|
|
46
|
-
value: "Ferretería"
|
|
47
|
-
}, {
|
|
48
|
-
id: 4,
|
|
49
|
-
value: "Herramientas"
|
|
34
|
+
id: 47,
|
|
35
|
+
name: "Enero 2023",
|
|
36
|
+
isSelected: true
|
|
50
37
|
}, {
|
|
51
|
-
id:
|
|
52
|
-
|
|
53
|
-
}]
|
|
38
|
+
id: 49,
|
|
39
|
+
name: "Mis Favoritos"
|
|
40
|
+
}],
|
|
41
|
+
onClickItem: function onClickItem(v, id) {
|
|
42
|
+
if (v) {
|
|
43
|
+
console.log("Agregar a la lista", id);
|
|
44
|
+
} else {
|
|
45
|
+
console.log("Eliminar a la lista", id);
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
icon: _starIcon.default,
|
|
49
|
+
showSearchBar: true,
|
|
50
|
+
customOptions: /*#__PURE__*/(0, _jsxRuntime.jsx)("p", {
|
|
51
|
+
children: "Esto es un customOptions"
|
|
52
|
+
})
|
|
54
53
|
};
|
|
@@ -26,7 +26,8 @@ var SelecItem = function SelecItem(_ref) {
|
|
|
26
26
|
customSelectId = _ref.customSelectId,
|
|
27
27
|
setParameterArray = _ref.setParameterArray,
|
|
28
28
|
activeFilters = _ref.activeFilters,
|
|
29
|
-
setActiveFilters = _ref.setActiveFilters
|
|
29
|
+
setActiveFilters = _ref.setActiveFilters,
|
|
30
|
+
onClickItem = _ref.onClickItem;
|
|
30
31
|
|
|
31
32
|
var _useState = (0, _react.useState)(false),
|
|
32
33
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
@@ -46,6 +47,10 @@ var SelecItem = function SelecItem(_ref) {
|
|
|
46
47
|
id: "main-item-" + option.id,
|
|
47
48
|
label: option.name,
|
|
48
49
|
onChange: function onChange(e) {
|
|
50
|
+
if (onClickItem) {
|
|
51
|
+
onClickItem(e.target.checked, option.id);
|
|
52
|
+
}
|
|
53
|
+
|
|
49
54
|
var subOptions = option.subOptions;
|
|
50
55
|
var filtersCopy = (0, _objectSpread2.default)({}, activeFilters);
|
|
51
56
|
|
|
@@ -108,6 +113,10 @@ var SelecItem = function SelecItem(_ref) {
|
|
|
108
113
|
label: sub.name,
|
|
109
114
|
defaultChecked: activeFilters[option.name] && activeFilters[option.name][sub.name],
|
|
110
115
|
onChange: function onChange(e) {
|
|
116
|
+
if (onClickItem) {
|
|
117
|
+
onClickItem(e.target.checked, sub.id);
|
|
118
|
+
}
|
|
119
|
+
|
|
111
120
|
if (e.target.checked) {
|
|
112
121
|
setParameterArray(function (current) {
|
|
113
122
|
return [].concat((0, _toConsumableArray2.default)(current), [sub.id]).sort(function (a, b) {
|
|
@@ -23,8 +23,6 @@ var _searchIcon = _interopRequireDefault(require("../../../assets/images/customS
|
|
|
23
23
|
|
|
24
24
|
var _customHooks = require("../../../global-files/customHooks");
|
|
25
25
|
|
|
26
|
-
var _SelectItem = require("./SelectItem");
|
|
27
|
-
|
|
28
26
|
var _Calendar = require("../../organisms/Calendar");
|
|
29
27
|
|
|
30
28
|
var _CustomSelectItem = require("../../atoms/CustomSelectItem");
|
|
@@ -46,7 +44,8 @@ var CustomSelect = function CustomSelect(_ref) {
|
|
|
46
44
|
onClickItem = _ref.onClickItem,
|
|
47
45
|
icon = _ref.icon,
|
|
48
46
|
customOptions = _ref.customOptions,
|
|
49
|
-
|
|
47
|
+
_ref$isSingleSelect = _ref.isSingleSelect,
|
|
48
|
+
isSingleSelect = _ref$isSingleSelect === void 0 ? false : _ref$isSingleSelect;
|
|
50
49
|
|
|
51
50
|
var _useState = (0, _react.useState)([]),
|
|
52
51
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
@@ -223,7 +222,7 @@ var CustomSelect = function CustomSelect(_ref) {
|
|
|
223
222
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
224
223
|
className: "filters-container",
|
|
225
224
|
children: filters === null || filters === void 0 ? void 0 : filters.map(function (option) {
|
|
226
|
-
return
|
|
225
|
+
return isSingleSelect ? /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
227
226
|
className: "dates-select-item",
|
|
228
227
|
onClick: function onClick() {
|
|
229
228
|
option.function ? option.function(setShowDatePicker) : setShowDatePicker(true);
|
|
@@ -13,6 +13,8 @@ var _index2 = require("../../atoms/GeneralButton/index");
|
|
|
13
13
|
|
|
14
14
|
var _react = require("react");
|
|
15
15
|
|
|
16
|
+
var _index3 = require("../../atoms/ChatPopUp/index");
|
|
17
|
+
|
|
16
18
|
var _jsxRuntime = require("react/jsx-runtime");
|
|
17
19
|
|
|
18
20
|
var HeaderTop = function HeaderTop(_ref) {
|
|
@@ -25,11 +27,14 @@ var HeaderTop = function HeaderTop(_ref) {
|
|
|
25
27
|
ref: headerTop,
|
|
26
28
|
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_index.ScreenHeader, {
|
|
27
29
|
text: "Edici\xF3n de producto"
|
|
28
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
30
|
+
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("div", {
|
|
31
|
+
className: "buttons-top",
|
|
32
|
+
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_index2.Button, {
|
|
33
|
+
buttonType: "close-button",
|
|
34
|
+
onClick: function onClick() {
|
|
35
|
+
window.location.href = "/products";
|
|
36
|
+
}
|
|
37
|
+
})
|
|
33
38
|
})]
|
|
34
39
|
});
|
|
35
40
|
};
|
|
@@ -13,6 +13,6 @@ var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
|
13
13
|
|
|
14
14
|
var _templateObject;
|
|
15
15
|
|
|
16
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n"])));
|
|
16
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n justify-content: space-between;\n .buttons-top {\n display: flex;\n align-items: center;\n }\n"])));
|
|
17
17
|
|
|
18
18
|
exports.Container = Container;
|
|
@@ -37,7 +37,8 @@ var TagAndInput = function TagAndInput(_ref) {
|
|
|
37
37
|
inputOnChange = _ref.inputOnChange,
|
|
38
38
|
color = _ref.color,
|
|
39
39
|
disabled = _ref.disabled,
|
|
40
|
-
onKeyDown = _ref.onKeyDown
|
|
40
|
+
onKeyDown = _ref.onKeyDown,
|
|
41
|
+
showTooltip = _ref.showTooltip;
|
|
41
42
|
return /*#__PURE__*/(0, _jsxRuntime.jsxs)(_styles.Container, {
|
|
42
43
|
inputType: inputType,
|
|
43
44
|
className: "input-container",
|
|
@@ -47,7 +48,7 @@ var TagAndInput = function TagAndInput(_ref) {
|
|
|
47
48
|
text: label,
|
|
48
49
|
headerType: "input-name-header",
|
|
49
50
|
color: color
|
|
50
|
-
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
51
|
+
}), showTooltip && /*#__PURE__*/(0, _jsxRuntime.jsx)("span", {
|
|
51
52
|
className: "tooltip",
|
|
52
53
|
children: label
|
|
53
54
|
})]
|
|
@@ -15,7 +15,7 @@ var _variables = require("../../../global-files/variables");
|
|
|
15
15
|
|
|
16
16
|
var _templateObject;
|
|
17
17
|
|
|
18
|
-
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n .title-container {\n
|
|
18
|
+
var Container = _styledComponents.default.div(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n .title-container {\n position: relative;\n .tooltip {\n display: none;\n position: absolute;\n background-color: ", ";\n color: ", ";\n font-family: ", ";\n font-size: 14px;\n line-height: 19px;\n left: 0;\n top: 0;\n height: fit-content;\n transition: display 2s;\n }\n\n &:hover {\n .tooltip {\n display: block;\n }\n }\n }\n\n & > :first-child {\n & + * {\n margin-top: ", "px;\n }\n }\n & + * {\n margin-top: ", "px;\n }\n"])), _variables.GlobalColors.white, function (_ref) {
|
|
19
19
|
var color = _ref.color;
|
|
20
20
|
return color ? color : _variables.GlobalColors.s5;
|
|
21
21
|
}, _variables.FontFamily.Raleway, function (_ref2) {
|
|
@@ -67,7 +67,8 @@ var InputGroup = function InputGroup(_ref) {
|
|
|
67
67
|
setUpdatedDatasheets: setUpdatedDatasheets,
|
|
68
68
|
maxChar: (_dataInputs$input9 = dataInputs[input]) !== null && _dataInputs$input9 !== void 0 && _dataInputs$input9.max_chars ? (_dataInputs$input10 = dataInputs[input]) === null || _dataInputs$input10 === void 0 ? void 0 : _dataInputs$input10.max_chars : 999,
|
|
69
69
|
optionList: (_dataInputs$input11 = dataInputs[input]) === null || _dataInputs$input11 === void 0 ? void 0 : _dataInputs$input11.option_list,
|
|
70
|
-
description: (_dataInputs$input12 = dataInputs[input]) === null || _dataInputs$input12 === void 0 ? void 0 : _dataInputs$input12.description
|
|
70
|
+
description: (_dataInputs$input12 = dataInputs[input]) === null || _dataInputs$input12 === void 0 ? void 0 : _dataInputs$input12.description,
|
|
71
|
+
showTooltip: true
|
|
71
72
|
}, index + "-" + ((_dataInputs$input = dataInputs[input]) === null || _dataInputs$input === void 0 ? void 0 : _dataInputs$input.value) + "-" + ((_dataInputs$input2 = dataInputs[input]) === null || _dataInputs$input2 === void 0 ? void 0 : _dataInputs$input2.id)) : /*#__PURE__*/(0, _jsxRuntime.jsx)(_TagAndInput.TagAndInput, {
|
|
72
73
|
inputId: input.id,
|
|
73
74
|
index: index,
|
|
@@ -82,7 +83,8 @@ var InputGroup = function InputGroup(_ref) {
|
|
|
82
83
|
articleId: articleId,
|
|
83
84
|
version: version,
|
|
84
85
|
dinamicHeight: dinamicHeight,
|
|
85
|
-
description: input === null || input === void 0 ? void 0 : input.description
|
|
86
|
+
description: input === null || input === void 0 ? void 0 : input.description,
|
|
87
|
+
showTooltip: true
|
|
86
88
|
}, index + "-" + (input === null || input === void 0 ? void 0 : input.value));
|
|
87
89
|
})
|
|
88
90
|
})]
|
|
@@ -59,5 +59,5 @@ DashboardDeafult.args = {
|
|
|
59
59
|
},
|
|
60
60
|
src: "https://content-management-profile-prod.s3.amazonaws.com/id-425/425.png?1666639556174"
|
|
61
61
|
},
|
|
62
|
-
jwt: "
|
|
62
|
+
jwt: "eyJraWQiOiJkQWJkZCtlclwvTlwveVRQUWNvUlVyOCtrNUd2M1hMM2N1MWUzQ09zWExVRnc9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI5YTIxMzEyOC02NDgyLTRjMTYtYTRiNi02ZTY0ZjIyNWIxYmQiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfWE1aUWRxa0dqIiwiY29nbml0bzp1c2VybmFtZSI6IjlhMjEzMTI4LTY0ODItNGMxNi1hNGI2LTZlNjRmMjI1YjFiZCIsImNvZ25pdG86cm9sZXMiOlsiYXJuOmF3czppYW06Ojg5ODY3MDIzMjgwNzpyb2xlXC9jb250ZW50b2gtZGV2LXVzLWVhc3QtMS1sYW1iZGFSb2xlIl0sImF1ZCI6IjVhYzh0cGdzNmdic3ExM2ZydnJwaWVlcDQwIiwiZXZlbnRfaWQiOiJkYWVmODU5ZC00ODQyLTRkNDQtYTNiNC02ODZlNmJhNTVkMjgiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2NzA3MjM5MCwibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTY2NzA3NTk5MCwiaWF0IjoxNjY3MDcyMzkwLCJlbWFpbCI6ImlzbWFlbDk3bG9wZXpAZ21haWwuY29tIn0.FbGtX1sC3b2c76hGcxkx-GSurEMKZSwNVEnuUOlV9Dhhqrre1VmtfjvodH_3Leipr4g38Sukb6Pr9lVgEy6DJ57MShpS63niXE7Y43FUJ4gVe4F6k8sYbXUaZYS2vw2_PibnycNsFrpD76fZ_ulTqlSuHNrnzf2mjcDFJ5Qlj8hcLlRnpu_DFVpIiXVyK9kvLE5jImHvo4oQZUSrnuIs-oUE7j8mX8-GH2e95Up2wnBMak6S6meMibKoUEFo2qdtDSFbS1JCMBq4vWw2DxToX-7AGXGp_CLxf-sjJ_UpLmFa0KyyxjhAE2cR9BGo8DM8LEUIqMvcz2KH-7e9QTgisA"
|
|
63
63
|
};
|
|
@@ -438,7 +438,8 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
438
438
|
placeHolder: "Buscar fecha",
|
|
439
439
|
customSelectId: "dates-select",
|
|
440
440
|
parameterArray: datesRange,
|
|
441
|
-
setParameterArray: setDatesRange
|
|
441
|
+
setParameterArray: setDatesRange,
|
|
442
|
+
isSingleSelect: true
|
|
442
443
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CustomSelect.CustomSelect, {
|
|
443
444
|
showFilterString: true,
|
|
444
445
|
showSearchBar: true,
|
|
@@ -458,7 +459,7 @@ var Dashboard = function Dashboard(_ref) {
|
|
|
458
459
|
customSelectId: "category-select",
|
|
459
460
|
parameterArray: categoryId,
|
|
460
461
|
setParameterArray: setCategoryId,
|
|
461
|
-
defaultOption: "Todas las
|
|
462
|
+
defaultOption: "Todas las categor\xEDas"
|
|
462
463
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_CustomSelect.CustomSelect, {
|
|
463
464
|
showFilterString: true,
|
|
464
465
|
showSearchBar: true,
|
|
@@ -1550,10 +1550,6 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1550
1550
|
|
|
1551
1551
|
case 8:
|
|
1552
1552
|
evalResponse = _context13.sent;
|
|
1553
|
-
console.log(evalResponse.map(function (_ref15) {
|
|
1554
|
-
var data = _ref15.data;
|
|
1555
|
-
return JSON.parse(data.body);
|
|
1556
|
-
}));
|
|
1557
1553
|
userType = user.is_retailer === 1 ? "CA" : "P";
|
|
1558
1554
|
productTemp = product;
|
|
1559
1555
|
productTemp.article_status = "".concat(result).concat(userType);
|
|
@@ -1582,24 +1578,24 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1582
1578
|
idCategory: productTemp.article.id_category,
|
|
1583
1579
|
product: productTemp
|
|
1584
1580
|
}));
|
|
1585
|
-
_context13.next =
|
|
1581
|
+
_context13.next = 25;
|
|
1586
1582
|
return loadData();
|
|
1587
1583
|
|
|
1588
|
-
case
|
|
1589
|
-
_context13.next =
|
|
1584
|
+
case 25:
|
|
1585
|
+
_context13.next = 30;
|
|
1590
1586
|
break;
|
|
1591
1587
|
|
|
1592
|
-
case
|
|
1593
|
-
_context13.prev =
|
|
1588
|
+
case 27:
|
|
1589
|
+
_context13.prev = 27;
|
|
1594
1590
|
_context13.t0 = _context13["catch"](0);
|
|
1595
1591
|
console.log(_context13.t0);
|
|
1596
1592
|
|
|
1597
|
-
case
|
|
1593
|
+
case 30:
|
|
1598
1594
|
case "end":
|
|
1599
1595
|
return _context13.stop();
|
|
1600
1596
|
}
|
|
1601
1597
|
}
|
|
1602
|
-
}, _callee13, null, [[0,
|
|
1598
|
+
}, _callee13, null, [[0, 27]]);
|
|
1603
1599
|
}));
|
|
1604
1600
|
|
|
1605
1601
|
return function validateAll(_x8) {
|
|
@@ -1608,7 +1604,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1608
1604
|
}();
|
|
1609
1605
|
|
|
1610
1606
|
var evaluationToRetailer = /*#__PURE__*/function () {
|
|
1611
|
-
var
|
|
1607
|
+
var _ref15 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee14(result) {
|
|
1612
1608
|
var data, prod, statusComplete;
|
|
1613
1609
|
return _regenerator.default.wrap(function _callee14$(_context14) {
|
|
1614
1610
|
while (1) {
|
|
@@ -1650,7 +1646,7 @@ var ProviderProductEdition = function ProviderProductEdition(_ref) {
|
|
|
1650
1646
|
}));
|
|
1651
1647
|
|
|
1652
1648
|
return function evaluationToRetailer(_x9) {
|
|
1653
|
-
return
|
|
1649
|
+
return _ref15.apply(this, arguments);
|
|
1654
1650
|
};
|
|
1655
1651
|
}();
|
|
1656
1652
|
|
|
@@ -31,162 +31,66 @@ RetailerProductEditionDefault.args = {
|
|
|
31
31
|
"Ficha técnica": false,
|
|
32
32
|
Imágenes: false
|
|
33
33
|
},
|
|
34
|
-
token: "eyJraWQiOiJEV3owZnNieXg2MXNFcVduN3RCXC81bVhod3ZNbFZIOTgwUnZcL3RjT0lKdEk9IiwiYWxnIjoiUlMyNTYifQ.
|
|
34
|
+
token: "eyJraWQiOiJEV3owZnNieXg2MXNFcVduN3RCXC81bVhod3ZNbFZIOTgwUnZcL3RjT0lKdEk9IiwiYWxnIjoiUlMyNTYifQ.eyJzdWIiOiI4ZDAxMDIxNC01YmZhLTQzYzMtOTZmYi1jNTU2ZGMwNTc3NGIiLCJjb2duaXRvOmdyb3VwcyI6WyJjb2xhYm9yYWRvcmVzX2NvbnRlbnRvaCJdLCJlbWFpbF92ZXJpZmllZCI6dHJ1ZSwiaXNzIjoiaHR0cHM6XC9cL2NvZ25pdG8taWRwLnVzLWVhc3QtMS5hbWF6b25hd3MuY29tXC91cy1lYXN0LTFfbFN6UVo0WjdSIiwiY29nbml0bzp1c2VybmFtZSI6IjhkMDEwMjE0LTViZmEtNDNjMy05NmZiLWM1NTZkYzA1Nzc0YiIsImF1ZCI6IjUyZDlza2tkY2c4cWpwODhvb2sxdXNlNm1rIiwiZXZlbnRfaWQiOiI2ZWY3Y2UxYy0xYjBjLTRkNGYtYTc3Yy1jMWIwYTk0ZjIwOWEiLCJ0b2tlbl91c2UiOiJpZCIsImF1dGhfdGltZSI6MTY2NzMyMTQ5NCwibmFtZSI6IkNvbGFib3JhZG9yIiwicGhvbmVfbnVtYmVyIjoiKzUyMTExMSIsImV4cCI6MTY2NzMyNTA5NCwiaWF0IjoxNjY3MzIxNDk0LCJlbWFpbCI6ImthcmFmZTMyMThAbW9tMmtpZC5jb20ifQ.GjBtY-LW5eYzvNfrIJOdb9pDMU_CZlIxRAn1ZszjMfWNU9s8s_j6o4_2x0J7AyiSjgu9TaLRcRpF6FZ5pzwNGs8G5AxnO3r_PIg2mznM44QLnt5PTfdoFx2jJmU53UA8GZU1SFDvDlR1QZR-EtANz2wfNs8RqY_mKTz5WjY7RdGTFVkowTv-Y1Q9T7x_fpv_5o-nB5GzLBQoHwTLQ_vjguSLH17l2BUn0QxLi2WJVs-qWX4ze4QysADVxYOlMkAQql328oqoqdXRbZrntnxYxa5EMpmref1bGbSOFk4qgHax4qa3gD2_h291NLjCZS7IMGDSIhOk9r7irItbojM01Q",
|
|
35
35
|
productSelected: {
|
|
36
36
|
services: {
|
|
37
37
|
datasheets: 1,
|
|
38
38
|
descriptions: 1,
|
|
39
39
|
images: 1
|
|
40
40
|
},
|
|
41
|
-
orderId:
|
|
42
|
-
status: "
|
|
43
|
-
datasheet_status: "
|
|
41
|
+
orderId: 3321,
|
|
42
|
+
status: "PA",
|
|
43
|
+
datasheet_status: "AC",
|
|
44
44
|
prio: "none",
|
|
45
|
-
version:
|
|
46
|
-
description_status: "
|
|
47
|
-
images_status: "
|
|
45
|
+
version: 2,
|
|
46
|
+
description_status: "AC",
|
|
47
|
+
images_status: "PA",
|
|
48
48
|
statusByRetailer: {
|
|
49
|
-
|
|
50
|
-
datasheet: "
|
|
51
|
-
description: "
|
|
52
|
-
images: "
|
|
53
|
-
},
|
|
54
|
-
5: {
|
|
55
|
-
datasheet: "RP/RA/AS",
|
|
56
|
-
description: "RP/RA/CA",
|
|
57
|
-
images: "AA"
|
|
58
|
-
},
|
|
59
|
-
12: {
|
|
60
|
-
description: "RP/RA/CA",
|
|
61
|
-
images: "AA",
|
|
62
|
-
datasheet: "RP/RA/AS"
|
|
63
|
-
},
|
|
64
|
-
13: {
|
|
65
|
-
datasheet: "RP/RA/AS",
|
|
66
|
-
description: "RP/RA/CA",
|
|
67
|
-
images: "AA"
|
|
68
|
-
},
|
|
69
|
-
16: {
|
|
70
|
-
datasheet: "RP/RA/AS",
|
|
71
|
-
description: "RP/RA/CA",
|
|
72
|
-
images: "AA"
|
|
73
|
-
},
|
|
74
|
-
29: {
|
|
75
|
-
datasheet: "RP/RA/AS",
|
|
76
|
-
description: "RP/RA/CA",
|
|
77
|
-
images: "AA"
|
|
78
|
-
},
|
|
79
|
-
34: {
|
|
80
|
-
datasheet: "RP/RA/AC",
|
|
81
|
-
description: "RP/RA/AC",
|
|
82
|
-
images: "AA"
|
|
49
|
+
58: {
|
|
50
|
+
datasheet: "AC",
|
|
51
|
+
description: "AC",
|
|
52
|
+
images: "PA"
|
|
83
53
|
}
|
|
84
54
|
},
|
|
85
55
|
article: {
|
|
86
|
-
id_article:
|
|
87
|
-
id_category: "
|
|
88
|
-
name: "
|
|
89
|
-
upc: "
|
|
90
|
-
timestamp: "2022-
|
|
91
|
-
id_user:
|
|
92
|
-
status:
|
|
56
|
+
id_article: 85655,
|
|
57
|
+
id_category: "2052",
|
|
58
|
+
name: "EXTENSION P/ EXTERIOR 3X10 AWG 10M ROJO",
|
|
59
|
+
upc: "165679",
|
|
60
|
+
timestamp: "2022-11-01T15:46:51.000Z",
|
|
61
|
+
id_user: 1436,
|
|
62
|
+
status: null,
|
|
93
63
|
active: 1,
|
|
94
|
-
company_id:
|
|
64
|
+
company_id: 409,
|
|
95
65
|
SKU: null,
|
|
96
66
|
Descripcion: null,
|
|
97
67
|
Proveedor: null,
|
|
98
68
|
id_proveedor: 0,
|
|
99
|
-
company_name: "
|
|
69
|
+
company_name: "HIGHLINE-WARREN LLC",
|
|
100
70
|
country: null,
|
|
101
|
-
id_order:
|
|
102
|
-
id_datasheet_especialist:
|
|
71
|
+
id_order: 3321,
|
|
72
|
+
id_datasheet_especialist: 1248,
|
|
103
73
|
id_datasheet_facilitator: null,
|
|
104
|
-
id_description_especialist:
|
|
74
|
+
id_description_especialist: 1248,
|
|
105
75
|
id_description_facilitator: null,
|
|
106
|
-
id_images_especialist:
|
|
107
|
-
id_images_facilitator:
|
|
108
|
-
id_auditor:
|
|
76
|
+
id_images_especialist: null,
|
|
77
|
+
id_images_facilitator: null,
|
|
78
|
+
id_auditor: null,
|
|
109
79
|
id_recepcionist: null,
|
|
110
|
-
category: "
|
|
80
|
+
category: "Eléctrico|Extensiones y Multicontactos|Extensiones y Multicontactos",
|
|
111
81
|
missingAttributes: null,
|
|
112
82
|
missingDescriptions: null,
|
|
113
83
|
missingImages: null
|
|
114
84
|
},
|
|
115
85
|
retailers: [{
|
|
116
|
-
id:
|
|
117
|
-
name: "
|
|
86
|
+
id: 58,
|
|
87
|
+
name: "The Home Depot Golden",
|
|
118
88
|
country: "México",
|
|
119
89
|
id_region: 1,
|
|
120
|
-
active: 1
|
|
121
|
-
percentage: 100,
|
|
122
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/4.png",
|
|
123
|
-
services: ["RP/RA/CA", "RP/RA/CA", "AP", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
124
|
-
}, {
|
|
125
|
-
id: 5,
|
|
126
|
-
name: "Chedraui",
|
|
127
|
-
country: "México",
|
|
128
|
-
id_region: 1,
|
|
129
|
-
active: 1,
|
|
130
|
-
percentage: 100,
|
|
131
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/5.png",
|
|
132
|
-
services: ["NA", "NA", "NA", "RP/RA/AS", "RP/RA/CA", "AA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
133
|
-
}, {
|
|
134
|
-
id: 6,
|
|
135
|
-
name: "HEB",
|
|
136
|
-
country: "México",
|
|
137
|
-
id_region: 1,
|
|
138
|
-
active: 1,
|
|
139
|
-
percentage: 100,
|
|
140
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/6.png",
|
|
141
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
142
|
-
}, {
|
|
143
|
-
id: 12,
|
|
144
|
-
name: "La Comer",
|
|
145
|
-
country: "México",
|
|
146
|
-
id_region: 1,
|
|
147
|
-
active: 1,
|
|
148
|
-
percentage: 100,
|
|
149
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/12.png",
|
|
150
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "RP/RA/AS", "RP/RA/CA", "AA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
151
|
-
}, {
|
|
152
|
-
id: 13,
|
|
153
|
-
name: "Soriana",
|
|
154
|
-
country: "México",
|
|
155
|
-
id_region: 1,
|
|
156
|
-
active: 1,
|
|
157
|
-
percentage: 100,
|
|
158
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/13.png",
|
|
159
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "RP/RA/AS", "RP/RA/CA", "AA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
160
|
-
}, {
|
|
161
|
-
id: 16,
|
|
162
|
-
name: "Rappi",
|
|
163
|
-
country: "México",
|
|
164
|
-
id_region: 1,
|
|
165
|
-
active: 1,
|
|
166
|
-
percentage: 100,
|
|
167
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/16.png",
|
|
168
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "RP/RA/AS", "RP/RA/CA", "AA", "NA", "NA", "NA", "NA", "NA", "NA"]
|
|
169
|
-
}, {
|
|
170
|
-
id: 29,
|
|
171
|
-
name: "Farmacias del Ahorro",
|
|
172
|
-
country: "México",
|
|
173
|
-
id_region: 1,
|
|
174
|
-
active: 1,
|
|
175
|
-
percentage: 100,
|
|
176
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/29.png",
|
|
177
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "RP/RA/AS", "RP/RA/CA", "AA", "NA", "NA", "NA"]
|
|
178
|
-
}, {
|
|
179
|
-
id: 34,
|
|
180
|
-
name: "San Pablo",
|
|
181
|
-
country: "México",
|
|
182
|
-
id_region: 1,
|
|
183
|
-
active: 1,
|
|
184
|
-
percentage: 83.33333333333333,
|
|
185
|
-
image: "https://content-management-images.s3.amazonaws.com/retailers/34.png",
|
|
186
|
-
services: ["NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "NA", "RP/RA/AC", "RP/RA/AC", "AA"]
|
|
90
|
+
active: 1
|
|
187
91
|
}],
|
|
188
92
|
country: null,
|
|
189
|
-
upc: "
|
|
93
|
+
upc: "165679"
|
|
190
94
|
},
|
|
191
95
|
location: {
|
|
192
96
|
product: {
|
|
@@ -225,6 +129,6 @@ RetailerProductEditionDefault.args = {
|
|
|
225
129
|
products_limit: "1000",
|
|
226
130
|
type: "Enterprise"
|
|
227
131
|
},
|
|
228
|
-
src: "https://content-management-profile-prod.s3.amazonaws.com/id-426/426.png?
|
|
132
|
+
src: "https://content-management-profile-prod.s3.amazonaws.com/id-426/426.png?1667321494598"
|
|
229
133
|
}
|
|
230
134
|
};
|
|
@@ -294,6 +294,7 @@ var getNewStatus = function getNewStatus(statusArray) {
|
|
|
294
294
|
if (lookupString.includes("AP")) return "AP";
|
|
295
295
|
if (lookupString.includes("R")) return "R";
|
|
296
296
|
if (lookupString.includes("NA")) return "NA";
|
|
297
|
+
if (lookupString.includes("Ex")) return "EX";
|
|
297
298
|
return new Error("Status not found");
|
|
298
299
|
};
|
|
299
300
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contentoh-components-library",
|
|
3
|
-
"version": "21.2.
|
|
3
|
+
"version": "21.2.73",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"@aws-amplify/auth": "^4.5.3",
|
|
6
6
|
"@aws-amplify/datastore": "^3.11.0",
|
|
7
7
|
"@aws-amplify/ui-react": "^2.17.0",
|
|
8
8
|
"@babel/runtime": "^7.17.2",
|
|
9
|
+
"@emotion/react": "^11.10.4",
|
|
10
|
+
"@emotion/styled": "^11.10.4",
|
|
11
|
+
"@mui/material": "^5.10.8",
|
|
12
|
+
"@mui/styled-engine-sc": "^5.10.6",
|
|
9
13
|
"@storybook/addon-postcss": "^2.0.0",
|
|
10
14
|
"@testing-library/jest-dom": "^5.11.4",
|
|
11
15
|
"@testing-library/react": "^11.1.0",
|
|
@@ -19,6 +23,7 @@
|
|
|
19
23
|
"draft-js": "^0.11.7",
|
|
20
24
|
"file-saver": "^2.0.5",
|
|
21
25
|
"js-base64": "^3.7.2",
|
|
26
|
+
"moment": "^2.29.4",
|
|
22
27
|
"prop-types": "^15.7.2",
|
|
23
28
|
"react": "^17.0.2",
|
|
24
29
|
"react-chartjs-2": "^4.0.1",
|
|
@@ -77,10 +82,10 @@
|
|
|
77
82
|
"devDependencies": {
|
|
78
83
|
"@babel/cli": "^7.17.10",
|
|
79
84
|
"@babel/core": "^7.16.0",
|
|
80
|
-
"@storybook/addon-actions": "^6.5.
|
|
81
|
-
"@storybook/addon-essentials": "^6.5.
|
|
82
|
-
"@storybook/addon-links": "^6.5.
|
|
83
|
-
"@storybook/react": "^6.5.
|
|
85
|
+
"@storybook/addon-actions": "^6.5.13",
|
|
86
|
+
"@storybook/addon-essentials": "^6.5.13",
|
|
87
|
+
"@storybook/addon-links": "^6.5.13",
|
|
88
|
+
"@storybook/react": "^6.5.13",
|
|
84
89
|
"auth": "^0.0.9",
|
|
85
90
|
"auto": "^10.36.5",
|
|
86
91
|
"babel-loader": "^8.2.3",
|
|
Binary file
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14">
|
|
2
|
+
<path id="close_FILL0_wght400_GRAD0_opsz48" d="M6.385,19.308,5.308,18.231l5.923-5.923L5.308,6.385,6.385,5.308l5.923,5.923,5.923-5.923,1.077,1.077-5.923,5.923,5.923,5.923-1.077,1.077-5.923-5.923Z" transform="translate(-5.308 -5.308)" fill="#fff"/>
|
|
3
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 51 65" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#C" x=".5" y=".5"/><defs><filter id="A" x="-6%" y="-4.6875%" width="116%" height="112.5%"><feGaussianBlur in="SourceAlpha" stdDeviation="1"/><feOffset dx="2" dy="2" result="B"/><feFlood flood-color="#000" flood-opacity=".2"/><feComposite in2="B" operator="in" result="C"/><feMerge><feMergeNode in="C"/><feMergeNode in="SourceGraphic"/></feMerge></filter><filter id="B" x="-27.5%" y="-32.5%" width="160%" height="160%"><feGaussianBlur in="SourceAlpha" stdDeviation="2"/><feOffset dx="1" dy="-1" result="B"/><feFlood flood-color="#000" flood-opacity=".2"/><feComposite in2="B" operator="in" result="C"/><feMerge><feMergeNode in="C"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><symbol id="C" overflow="visible"><path d="M50 20L30 0H5a4.99 4.99 0 0 0-5 5v54a4.99 4.99 0 0 0 5 5h40a4.99 4.99 0 0 0 5-5z" fill="#2196f3" stroke="none" filter="url(#A)"/><defs/><g transform="matrix(-1 0 0 -1 50 20)"><path d="M20 20L0 0h15a4.99 4.99 0 0 1 5 5z" fill="#90caf9" stroke="none" filter="url(#B)"/><defs/></g><path d="M10 17.5h17.5V20H10zm0 10h27.5V30H10zm0 10h27.5V40H10zm0 10h27.5V50H10z" stroke="none"/></symbol></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 66 81" fill="#fff" fill-rule="evenodd" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><use xlink:href="#A" x=".5" y=".5"/><symbol id="A" overflow="visible"><path d="M44.674 0H0v79.977h65V20.012L44.674 0zM60.93 75.993H4.07V4.007h38.593v18.008h18.291v53.978zm-10.151-40H14.221v-3.984h36.558zm0 9.995H14.221v-3.984h36.558zm0 10.017H14.221v-4.007h36.558zm0 9.994H14.221v-4.007h36.558z" fill="#2a3282" stroke="none"/></symbol></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">
|
|
2
|
+
<defs>
|
|
3
|
+
<style>
|
|
4
|
+
.cls-1 {
|
|
5
|
+
fill: #707070;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.cls-2 {
|
|
9
|
+
clip-path: url(#clip-path);
|
|
10
|
+
}
|
|
11
|
+
</style>
|
|
12
|
+
<clipPath id="clip-path">
|
|
13
|
+
<rect id="Rectángulo_368" data-name="Rectángulo 368" class="cls-1" width="14" height="14" transform="translate(1737 869)"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
<g id="Enmascarar_grupo_83" data-name="Enmascarar grupo 83" class="cls-2" transform="translate(-1737 -869)">
|
|
17
|
+
<path id="forum_FILL0_wght400_GRAD0_opsz48" class="cls-1" d="M1.4,11.9V2.135a.728.728,0,0,1,.228-.49A.651.651,0,0,1,2.1,1.4h9.082a.675.675,0,0,1,.49.236.714.714,0,0,1,.227.5v6.23a.728.728,0,0,1-.227.49.666.666,0,0,1-.49.245H4.2Zm3.518.7a.678.678,0,0,1-.481-.245.716.716,0,0,1-.236-.49V10.15h8.75V4.2H14.7a.651.651,0,0,1,.472.245.744.744,0,0,1,.227.508v10.43L12.617,12.6ZM10.85,2.45H2.45V9.363L3.763,8.05H10.85Zm-8.4,0v0Z" transform="translate(1735.6 867.609)"/>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
2
|
+
<path id="Icono_cargar_más" data-name="Icono, cargar más" d="M18,28a9.64,9.64,0,0,1-7.078-2.922A9.64,9.64,0,0,1,8,18a9.64,9.64,0,0,1,2.922-7.078A9.64,9.64,0,0,1,18,8a9.665,9.665,0,0,1,4.656,1.078,11.027,11.027,0,0,1,3.469,2.953V8H28v7.938H20.063V14.063h5.25a9.572,9.572,0,0,0-3.031-3.031A7.888,7.888,0,0,0,18,9.875,8.056,8.056,0,0,0,9.875,18,8.056,8.056,0,0,0,18,26.125a8.2,8.2,0,0,0,4.75-1.484,7.72,7.72,0,0,0,3-3.922h1.937A9.576,9.576,0,0,1,24.094,26,9.947,9.947,0,0,1,18,28Z" transform="translate(-8 -8)" fill="#8a6caa"/>
|
|
3
|
+
</svg>
|