contentoh-components-library 21.2.89 → 21.2.90
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 +1 -6
- package/dist/components/atoms/ChatPopUp/ChatPopUp.stories.js +28 -0
- package/dist/components/atoms/ChatPopUp/index.js +841 -0
- package/dist/components/atoms/ChatPopUp/styles.js +27 -0
- package/dist/components/atoms/ChatPopUp/utils/handlersChat.js +182 -0
- package/dist/components/atoms/ProgressBar/styles.js +1 -1
- package/dist/components/atoms/Tooltip/Tooltip.stories.js +5 -35
- package/dist/components/atoms/Tooltip/index.js +24 -41
- package/dist/components/atoms/Tooltip/styles.js +1 -3
- package/dist/components/molecules/CustomSelect/CustomSelect.stories.js +22 -21
- package/dist/components/molecules/CustomSelect/SelectItem.js +1 -10
- package/dist/components/molecules/HeaderTop/index.js +5 -10
- package/dist/components/molecules/HeaderTop/styles.js +1 -1
- package/dist/components/pages/Dashboard/Dashboard.stories.js +44 -16
- package/dist/components/pages/Dashboard/index.js +17 -10
- package/dist/components/pages/ProviderProductEdition/index.js +2 -3
- package/dist/components/pages/RetailerProductEdition/index.js +7 -4
- package/dist/global-files/fonts.css +0 -18
- package/dist/global-files/variables.js +1 -3
- package/dist/index.js +45 -227
- package/package.json +1 -13
- package/src/components/atoms/ProgressBar/styles.js +4 -3
- package/src/components/molecules/CustomSelect/CustomSelect.stories.js +12 -20
- package/src/components/molecules/CustomSelect/SelectItem.js +0 -7
- package/src/components/molecules/HeaderTop/index.js +6 -11
- package/src/components/molecules/HeaderTop/styles.js +0 -4
- package/src/components/pages/Dashboard/Dashboard.stories.js +47 -16
- package/src/components/pages/Dashboard/index.js +13 -4
- package/src/components/pages/ProviderProductEdition/index.js +7 -6
- package/src/components/pages/RetailerProductEdition/index.js +4 -5
- package/src/global-files/fonts.css +0 -18
- package/src/global-files/variables.js +0 -2
- package/src/index.js +0 -14
- package/dist/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/dist/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/dist/assets/images/defaultImages/Spinner.gif +0 -0
- package/dist/assets/images/defaultImages/notFound.svg +0 -124
- package/dist/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -72
- package/dist/components/atoms/ButtonFileChooser/index.js +0 -118
- package/dist/components/atoms/ButtonFileChooser/styles.js +0 -20
- package/dist/components/atoms/ButtonV2/ButtonV2.stories.js +0 -66
- package/dist/components/atoms/ButtonV2/index.js +0 -111
- package/dist/components/atoms/ButtonV2/styles.js +0 -53
- package/dist/components/atoms/CustomIcon/CustomIcon.stories.js +0 -50
- package/dist/components/atoms/CustomIcon/index.js +0 -40
- package/dist/components/atoms/CustomIcon/styles.js +0 -33
- package/dist/components/atoms/IconFile/IconFile.stories.js +0 -48
- package/dist/components/atoms/IconFile/index.js +0 -249
- package/dist/components/atoms/IconFile/styles.js +0 -23
- package/dist/components/atoms/Image/Image.stories.js +0 -63
- package/dist/components/atoms/Image/index.js +0 -74
- package/dist/components/atoms/Image/styles.js +0 -40
- package/dist/components/atoms/ImageLink/ImageLink.stories.js +0 -63
- package/dist/components/atoms/ImageLink/index.js +0 -77
- package/dist/components/atoms/ImageLink/styles.js +0 -40
- package/dist/components/atoms/ImagePreview/ImagePreview.stories.js +0 -70
- package/dist/components/atoms/ImagePreview/index.js +0 -222
- package/dist/components/atoms/ImagePreview/styles.js +0 -44
- package/dist/components/atoms/InputText/InputText.stories.js +0 -60
- package/dist/components/atoms/InputText/index.js +0 -66
- package/dist/components/atoms/InputText/styles.js +0 -32
- package/dist/components/atoms/NotFound/NotFound.stories.js +0 -36
- package/dist/components/atoms/NotFound/index.js +0 -75
- package/dist/components/atoms/NotFound/styles.js +0 -20
- package/dist/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -66
- package/dist/components/molecules/ButtonDownloadFile/index.js +0 -179
- package/dist/components/molecules/ButtonDownloadFile/styles.js +0 -23
- package/dist/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -72
- package/dist/components/molecules/ImageTooltip/index.js +0 -84
- package/dist/components/molecules/ImageTooltip/styles.js +0 -33
- package/dist/components/organisms/Chat/Chat.stories.js +0 -215
- package/dist/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -83
- package/dist/components/organisms/Chat/ChatLists/index.js +0 -160
- package/dist/components/organisms/Chat/ChatLists/styles.js +0 -29
- package/dist/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -176
- package/dist/components/organisms/Chat/ContainerItems/index.js +0 -572
- package/dist/components/organisms/Chat/ContainerItems/styles.js +0 -20
- package/dist/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -142
- package/dist/components/organisms/Chat/ContentChat/index.js +0 -1422
- package/dist/components/organisms/Chat/ContentChat/styles.js +0 -20
- package/dist/components/organisms/Chat/Footer/Footer.stories.js +0 -43
- package/dist/components/organisms/Chat/Footer/index.js +0 -984
- package/dist/components/organisms/Chat/Footer/styles.js +0 -32
- package/dist/components/organisms/Chat/Header/Header.stories.js +0 -96
- package/dist/components/organisms/Chat/Header/index.js +0 -84
- package/dist/components/organisms/Chat/Header/styles.js +0 -20
- package/dist/components/organisms/Chat/index.js +0 -327
- package/dist/components/organisms/Chat/styles.js +0 -29
- package/dist/components/organisms/Modal/Modal.stories.js +0 -66
- package/dist/components/organisms/Modal/index.js +0 -95
- package/dist/components/organisms/Modal/styles.js +0 -20
- package/dist/global-files/handle_http.js +0 -383
- package/dist/global-files/utils.js +0 -472
- package/src/assets/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/src/assets/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/src/assets/images/chatPopup/Spinner.gif +0 -0
- package/src/assets/images/chatPopup/close.svg +0 -3
- 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 +0 -1
- package/src/assets/images/chatPopup/document.svg +0 -1
- package/src/assets/images/chatPopup/iconChat.svg +0 -19
- package/src/assets/images/chatPopup/iconPlus.svg +0 -3
- package/src/assets/images/chatPopup/pdf.svg +0 -75
- package/src/assets/images/chatPopup/remove.svg +0 -4
- package/src/assets/images/chatPopup/send.svg +0 -3
- package/src/assets/images/chatPopup/svgIcon.svg +0 -109
- package/src/assets/images/chatPopup/upload_file.svg +0 -3
- package/src/assets/images/chatPopup/xls.svg +0 -53
- package/src/assets/images/customSelect/starIcon.svg +0 -14
- package/src/assets/images/defaultImages/Spinner.gif +0 -0
- package/src/assets/images/defaultImages/notFound.svg +0 -124
- package/src/components/atoms/ButtonFileChooser/ButtonFileChooser.stories.js +0 -47
- package/src/components/atoms/ButtonFileChooser/index.js +0 -69
- package/src/components/atoms/ButtonFileChooser/styles.js +0 -4
- package/src/components/atoms/ButtonV2/ButtonV2.stories.js +0 -50
- package/src/components/atoms/ButtonV2/index.js +0 -74
- package/src/components/atoms/ButtonV2/styles.js +0 -187
- package/src/components/atoms/CustomIcon/CustomIcon.stories.js +0 -36
- package/src/components/atoms/CustomIcon/index.js +0 -41
- package/src/components/atoms/CustomIcon/styles.js +0 -85
- package/src/components/atoms/IconFile/IconFile.stories.js +0 -35
- package/src/components/atoms/IconFile/index.js +0 -119
- package/src/components/atoms/IconFile/styles.js +0 -67
- package/src/components/atoms/Image/Image.stories.js +0 -43
- package/src/components/atoms/Image/index.js +0 -54
- package/src/components/atoms/Image/styles.js +0 -25
- package/src/components/atoms/ImageLink/ImageLink.stories.js +0 -43
- package/src/components/atoms/ImageLink/index.js +0 -57
- package/src/components/atoms/ImageLink/styles.js +0 -30
- package/src/components/atoms/ImagePreview/ImagePreview.stories.js +0 -52
- package/src/components/atoms/ImagePreview/index.js +0 -191
- package/src/components/atoms/ImagePreview/styles.js +0 -77
- package/src/components/atoms/InputText/InputText.stories.js +0 -39
- package/src/components/atoms/InputText/index.js +0 -61
- package/src/components/atoms/InputText/styles.js +0 -89
- package/src/components/atoms/NotFound/NotFound.stories.js +0 -19
- package/src/components/atoms/NotFound/index.js +0 -52
- package/src/components/atoms/NotFound/styles.js +0 -55
- package/src/components/atoms/Tooltip/Tooltip.stories.js +0 -51
- package/src/components/atoms/Tooltip/index.js +0 -59
- package/src/components/atoms/Tooltip/styles.js +0 -42
- package/src/components/molecules/ButtonDownloadFile/DownloadFile.stories.js +0 -54
- package/src/components/molecules/ButtonDownloadFile/index.js +0 -111
- package/src/components/molecules/ButtonDownloadFile/styles.js +0 -66
- package/src/components/molecules/ImageTooltip/ImageTooltip.stories.js +0 -46
- package/src/components/molecules/ImageTooltip/index.js +0 -62
- package/src/components/molecules/ImageTooltip/styles.js +0 -18
- package/src/components/organisms/Chat/Chat.stories.js +0 -199
- package/src/components/organisms/Chat/ChatLists/ChatLists.stories.js +0 -65
- package/src/components/organisms/Chat/ChatLists/Rotoplas.jpeg +0 -0
- package/src/components/organisms/Chat/ChatLists/THD.png +0 -0
- package/src/components/organisms/Chat/ChatLists/index.js +0 -141
- package/src/components/organisms/Chat/ChatLists/styles.js +0 -162
- package/src/components/organisms/Chat/ContainerItems/ContainerItems.stories.js +0 -142
- package/src/components/organisms/Chat/ContainerItems/index.js +0 -551
- package/src/components/organisms/Chat/ContainerItems/styles.js +0 -336
- package/src/components/organisms/Chat/ContentChat/ContentChat.stories.js +0 -102
- package/src/components/organisms/Chat/ContentChat/Rotoplas.jpeg +0 -0
- package/src/components/organisms/Chat/ContentChat/THD.png +0 -0
- package/src/components/organisms/Chat/ContentChat/index.js +0 -900
- package/src/components/organisms/Chat/ContentChat/styles.js +0 -41
- package/src/components/organisms/Chat/Footer/Footer.stories.js +0 -22
- package/src/components/organisms/Chat/Footer/index.js +0 -669
- package/src/components/organisms/Chat/Footer/styles.js +0 -286
- package/src/components/organisms/Chat/Header/Header.stories.js +0 -66
- package/src/components/organisms/Chat/Header/index.js +0 -94
- package/src/components/organisms/Chat/Header/styles.js +0 -49
- package/src/components/organisms/Chat/index.js +0 -294
- package/src/components/organisms/Chat/styles.js +0 -42
- package/src/components/organisms/Modal/Modal.stories.js +0 -55
- package/src/components/organisms/Modal/index.js +0 -97
- package/src/components/organisms/Modal/styles.js +0 -103
- package/src/global-files/handle_http.js +0 -231
- package/src/global-files/utils.js +0 -300
|
@@ -1,472 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
|
4
|
-
|
|
5
|
-
Object.defineProperty(exports, "__esModule", {
|
|
6
|
-
value: true
|
|
7
|
-
});
|
|
8
|
-
exports.isValidNaturalNumber = exports.isStringEmpty = exports.isArrayEmpty = exports.getTime = exports.getResizeImgHeight = exports.getImageURL = exports.getImageSize = exports.getFullDate = exports.getFileName = exports.getFileExtension = exports.getDataBuffer = exports.getDataBase64 = exports.getCustomDate = exports.getBase64 = exports.decodeJSON = void 0;
|
|
9
|
-
|
|
10
|
-
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
11
|
-
|
|
12
|
-
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/typeof"));
|
|
13
|
-
|
|
14
|
-
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/asyncToGenerator"));
|
|
15
|
-
|
|
16
|
-
var _jsBase = require("js-base64");
|
|
17
|
-
|
|
18
|
-
var _moment = _interopRequireDefault(require("moment"));
|
|
19
|
-
|
|
20
|
-
/*====================================================================
|
|
21
|
-
UTILERIAS PARA EL MANEJO DE ARCHIVOS
|
|
22
|
-
======================================================================*/
|
|
23
|
-
|
|
24
|
-
/*------------------------
|
|
25
|
-
devolver el base64
|
|
26
|
-
completo de un file
|
|
27
|
-
--------------------------*/
|
|
28
|
-
var getBase64 = /*#__PURE__*/function () {
|
|
29
|
-
var _ref = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee(file) {
|
|
30
|
-
return _regenerator.default.wrap(function _callee$(_context) {
|
|
31
|
-
while (1) {
|
|
32
|
-
switch (_context.prev = _context.next) {
|
|
33
|
-
case 0:
|
|
34
|
-
return _context.abrupt("return", new Promise(function (success) {
|
|
35
|
-
var reader = new FileReader();
|
|
36
|
-
reader.addEventListener("loadend", function () {
|
|
37
|
-
success(reader.result);
|
|
38
|
-
});
|
|
39
|
-
reader.readAsDataURL(file);
|
|
40
|
-
}));
|
|
41
|
-
|
|
42
|
-
case 1:
|
|
43
|
-
case "end":
|
|
44
|
-
return _context.stop();
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
}, _callee);
|
|
48
|
-
}));
|
|
49
|
-
|
|
50
|
-
return function getBase64(_x) {
|
|
51
|
-
return _ref.apply(this, arguments);
|
|
52
|
-
};
|
|
53
|
-
}();
|
|
54
|
-
/*------------------------
|
|
55
|
-
devolver la data de un string base64
|
|
56
|
-
--------------------------*/
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
exports.getBase64 = getBase64;
|
|
60
|
-
|
|
61
|
-
var getDataBase64 = function getDataBase64(base64Full) {
|
|
62
|
-
//const base64 = reader.result.replace(/^data:\w+\/\w+.*;base64,/, "");
|
|
63
|
-
try {
|
|
64
|
-
var base64 = base64Full.split("base64,");
|
|
65
|
-
return base64.length ? base64[1] : undefined;
|
|
66
|
-
} catch (err) {
|
|
67
|
-
return undefined;
|
|
68
|
-
}
|
|
69
|
-
};
|
|
70
|
-
/*------------------------
|
|
71
|
-
devolver un data Buffer a partir
|
|
72
|
-
de un data base64
|
|
73
|
-
--------------------------*/
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
exports.getDataBase64 = getDataBase64;
|
|
77
|
-
|
|
78
|
-
var getDataBuffer = function getDataBuffer(dataBase64) {
|
|
79
|
-
try {
|
|
80
|
-
var dataBuffer = Buffer.from(dataBase64, "base64");
|
|
81
|
-
return dataBuffer;
|
|
82
|
-
} catch (err) {
|
|
83
|
-
return undefined;
|
|
84
|
-
}
|
|
85
|
-
};
|
|
86
|
-
/*------------------------
|
|
87
|
-
devolver la extension de un file
|
|
88
|
-
a partir de un string: "name.ext"
|
|
89
|
-
--------------------------*/
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
exports.getDataBuffer = getDataBuffer;
|
|
93
|
-
|
|
94
|
-
var getFileExtension = function getFileExtension() {
|
|
95
|
-
var fileName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
|
|
96
|
-
var nameParts = fileName.split(".");
|
|
97
|
-
var ext = "";
|
|
98
|
-
nameParts.forEach(function (part, index) {
|
|
99
|
-
if (index !== 0) {
|
|
100
|
-
if (index + 1 === nameParts.length) ext += part;else ext += part + ".";
|
|
101
|
-
}
|
|
102
|
-
});
|
|
103
|
-
return ext === "" ? undefined : ext;
|
|
104
|
-
};
|
|
105
|
-
/*------------------------
|
|
106
|
-
devolver el nombre de un file
|
|
107
|
-
a partir de un string: "name.ext"
|
|
108
|
-
--------------------------*/
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
exports.getFileExtension = getFileExtension;
|
|
112
|
-
|
|
113
|
-
var getFileName = function getFileName() {
|
|
114
|
-
var fileName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
|
|
115
|
-
var nameParts = fileName.split(".");
|
|
116
|
-
if (nameParts.length) return nameParts[0];
|
|
117
|
-
return undefined;
|
|
118
|
-
};
|
|
119
|
-
/*------------------------
|
|
120
|
-
obtener la URL de una imagen
|
|
121
|
-
con un peso mas pequeño al
|
|
122
|
-
peso original pasando como
|
|
123
|
-
parametros:
|
|
124
|
-
=> bucket: <string> bucket en donde se ecuentra la img
|
|
125
|
-
=> key: <string> ruta y nombre completa de la img (keyS3)
|
|
126
|
-
=> width: <number> largo de la img en px
|
|
127
|
-
=> height: <number> altura de la img en px
|
|
128
|
-
--------------------------*/
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
exports.getFileName = getFileName;
|
|
132
|
-
|
|
133
|
-
var getImageURL = function getImageURL(bucket, key, width, height) {
|
|
134
|
-
try {
|
|
135
|
-
var configAWS = {
|
|
136
|
-
bucket: bucket,
|
|
137
|
-
key: key,
|
|
138
|
-
edits: {
|
|
139
|
-
resize: {
|
|
140
|
-
width: width,
|
|
141
|
-
height: height,
|
|
142
|
-
fit: "contain",
|
|
143
|
-
background: {
|
|
144
|
-
r: 255,
|
|
145
|
-
g: 255,
|
|
146
|
-
b: 255,
|
|
147
|
-
alpha: 0
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
};
|
|
152
|
-
var url = "https://d24s337exbt5zr.cloudfront.net/";
|
|
153
|
-
url += _jsBase.Base64.encode(JSON.stringify(configAWS));
|
|
154
|
-
return url;
|
|
155
|
-
} catch (err) {
|
|
156
|
-
console.log("ERROR al obtener la URL de la imagen (".concat(key, ")"), err.message);
|
|
157
|
-
return undefined;
|
|
158
|
-
}
|
|
159
|
-
};
|
|
160
|
-
/*------------------------
|
|
161
|
-
obtener la dimension de una imagen
|
|
162
|
-
a partir de un objeto <File>
|
|
163
|
-
retorno: {
|
|
164
|
-
=> width: <number> largo de la img en px
|
|
165
|
-
=> height: <number> altura de la img en px
|
|
166
|
-
}
|
|
167
|
-
NOTA regresa <undefined> si no se pudo
|
|
168
|
-
obtener la dimension de la imagen
|
|
169
|
-
--------------------------*/
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
exports.getImageURL = getImageURL;
|
|
173
|
-
|
|
174
|
-
var getImageSize = function getImageSize(file) {
|
|
175
|
-
return new Promise( /*#__PURE__*/function () {
|
|
176
|
-
var _ref2 = (0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2(response) {
|
|
177
|
-
var img, base64;
|
|
178
|
-
return _regenerator.default.wrap(function _callee2$(_context2) {
|
|
179
|
-
while (1) {
|
|
180
|
-
switch (_context2.prev = _context2.next) {
|
|
181
|
-
case 0:
|
|
182
|
-
img = new Image();
|
|
183
|
-
|
|
184
|
-
img.onload = function () {
|
|
185
|
-
return response({
|
|
186
|
-
width: img.width,
|
|
187
|
-
height: img.height
|
|
188
|
-
});
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
img.onerror = function () {
|
|
192
|
-
return response(undefined);
|
|
193
|
-
};
|
|
194
|
-
|
|
195
|
-
_context2.next = 5;
|
|
196
|
-
return getBase64(file);
|
|
197
|
-
|
|
198
|
-
case 5:
|
|
199
|
-
base64 = _context2.sent;
|
|
200
|
-
img.src = base64;
|
|
201
|
-
|
|
202
|
-
case 7:
|
|
203
|
-
case "end":
|
|
204
|
-
return _context2.stop();
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}, _callee2);
|
|
208
|
-
}));
|
|
209
|
-
|
|
210
|
-
return function (_x2) {
|
|
211
|
-
return _ref2.apply(this, arguments);
|
|
212
|
-
};
|
|
213
|
-
}());
|
|
214
|
-
};
|
|
215
|
-
/*------------------------
|
|
216
|
-
obtener una redimension (height) proporcional
|
|
217
|
-
a la dimension original (height) a partir de
|
|
218
|
-
un width deseado
|
|
219
|
-
retorno:
|
|
220
|
-
=> newHeight: <number> altura de la img en px
|
|
221
|
-
NOTA regresa <undefined> si no se pudo
|
|
222
|
-
obtener el nuevo <height> de la imagen
|
|
223
|
-
--------------------------*/
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
exports.getImageSize = getImageSize;
|
|
227
|
-
|
|
228
|
-
var getResizeImgHeight = function getResizeImgHeight(originalWidth, originalHeight, newWidth) {
|
|
229
|
-
/*
|
|
230
|
-
console.log(`==================
|
|
231
|
-
original width: ${originalWidth}
|
|
232
|
-
original height: ${originalHeight}
|
|
233
|
-
newWidth: ${newWidth}`);
|
|
234
|
-
*/
|
|
235
|
-
var scale = newWidth * 100 / originalWidth / 100; //console.log("scale:", scale);
|
|
236
|
-
|
|
237
|
-
return Math.ceil(originalHeight * scale);
|
|
238
|
-
};
|
|
239
|
-
/*====================================================================
|
|
240
|
-
UTILERIAS PARA EL MANEJO DE FECHAS
|
|
241
|
-
======================================================================*/
|
|
242
|
-
|
|
243
|
-
/*------------------------
|
|
244
|
-
nombres de los dias de la semana
|
|
245
|
-
--------------------------*/
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
exports.getResizeImgHeight = getResizeImgHeight;
|
|
249
|
-
var weekdayName = {
|
|
250
|
-
1: {
|
|
251
|
-
short: "Dom",
|
|
252
|
-
full: "Domingo"
|
|
253
|
-
},
|
|
254
|
-
2: {
|
|
255
|
-
short: "Lun",
|
|
256
|
-
full: "Lunes"
|
|
257
|
-
},
|
|
258
|
-
3: {
|
|
259
|
-
short: "Mar",
|
|
260
|
-
full: "Martes"
|
|
261
|
-
},
|
|
262
|
-
4: {
|
|
263
|
-
short: "Mié",
|
|
264
|
-
full: "Miércoles"
|
|
265
|
-
},
|
|
266
|
-
5: {
|
|
267
|
-
short: "Jue",
|
|
268
|
-
full: "Jueves"
|
|
269
|
-
},
|
|
270
|
-
6: {
|
|
271
|
-
short: "Vie",
|
|
272
|
-
full: "Viernes"
|
|
273
|
-
},
|
|
274
|
-
7: {
|
|
275
|
-
short: "Sab",
|
|
276
|
-
full: "Sabado"
|
|
277
|
-
}
|
|
278
|
-
};
|
|
279
|
-
/*------------------------
|
|
280
|
-
nombres de los meses
|
|
281
|
-
--------------------------*/
|
|
282
|
-
|
|
283
|
-
var monthName = {
|
|
284
|
-
1: {
|
|
285
|
-
short: "Ene",
|
|
286
|
-
full: "Enero"
|
|
287
|
-
},
|
|
288
|
-
2: {
|
|
289
|
-
short: "Feb",
|
|
290
|
-
full: "Febrero"
|
|
291
|
-
},
|
|
292
|
-
3: {
|
|
293
|
-
short: "Mar",
|
|
294
|
-
full: "Marzo"
|
|
295
|
-
},
|
|
296
|
-
4: {
|
|
297
|
-
short: "Abr",
|
|
298
|
-
full: "Abril"
|
|
299
|
-
},
|
|
300
|
-
5: {
|
|
301
|
-
short: "May",
|
|
302
|
-
full: "Mayo"
|
|
303
|
-
},
|
|
304
|
-
6: {
|
|
305
|
-
short: "Jun",
|
|
306
|
-
full: "Junio"
|
|
307
|
-
},
|
|
308
|
-
7: {
|
|
309
|
-
short: "Jul",
|
|
310
|
-
full: "Julio"
|
|
311
|
-
},
|
|
312
|
-
8: {
|
|
313
|
-
short: "Ago",
|
|
314
|
-
full: "Agosto"
|
|
315
|
-
},
|
|
316
|
-
9: {
|
|
317
|
-
short: "Sep",
|
|
318
|
-
full: "Septiembre"
|
|
319
|
-
},
|
|
320
|
-
10: {
|
|
321
|
-
short: "Oct",
|
|
322
|
-
full: "Octubre"
|
|
323
|
-
},
|
|
324
|
-
11: {
|
|
325
|
-
short: "Nov",
|
|
326
|
-
full: "Noviembre"
|
|
327
|
-
},
|
|
328
|
-
12: {
|
|
329
|
-
short: "Dic",
|
|
330
|
-
full: "Diciembre"
|
|
331
|
-
}
|
|
332
|
-
};
|
|
333
|
-
/*------------------------
|
|
334
|
-
Obtener una fecha a partir de
|
|
335
|
-
un objeto Date() en formato:
|
|
336
|
-
'DDD dd MMM aaaa'
|
|
337
|
-
ejemplo: 'Ene 12 Jul 2022'
|
|
338
|
-
--------------------------*/
|
|
339
|
-
|
|
340
|
-
var getFullDate = function getFullDate() {
|
|
341
|
-
var date = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : new Date();
|
|
342
|
-
if (isNaN(date)) return undefined;
|
|
343
|
-
var dateString = "".concat(weekdayName[date.getDay() + 1].short, " ");
|
|
344
|
-
dateString += date.getDate() + " ";
|
|
345
|
-
dateString += "".concat(monthName[date.getMonth() + 1].short, " ");
|
|
346
|
-
dateString += date.getFullYear();
|
|
347
|
-
return dateString;
|
|
348
|
-
};
|
|
349
|
-
/*------------------------
|
|
350
|
-
Obtener una fecha a partir de
|
|
351
|
-
un objeto Date() en formato:
|
|
352
|
-
'dd de MMMM del aaaa'
|
|
353
|
-
ejemplo: '12 de octubre del 2022'
|
|
354
|
-
=> si es la fecha del dia actual:
|
|
355
|
-
devolvera 'Hoy'
|
|
356
|
-
=> si es la fecha del dia de ayer:
|
|
357
|
-
devolvera 'Ayer'
|
|
358
|
-
=> si es fecha del mismo año:
|
|
359
|
-
devolvera '12 de octubre'
|
|
360
|
-
--------------------------*/
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
exports.getFullDate = getFullDate;
|
|
364
|
-
|
|
365
|
-
var getCustomDate = function getCustomDate() {
|
|
366
|
-
var date = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : new Date();
|
|
367
|
-
if (isNaN(date)) return "";
|
|
368
|
-
var dateString = date.getDate() + " de ";
|
|
369
|
-
dateString += "".concat(monthName[date.getMonth() + 1].full);
|
|
370
|
-
var today = new Date();
|
|
371
|
-
var yesterday = new Date();
|
|
372
|
-
yesterday.setDate(today.getDate() - 1); // fecha de Hoy
|
|
373
|
-
|
|
374
|
-
if (date.getDate() === today.getDate() && date.getMonth() === today.getMonth() && date.getFullYear() === today.getFullYear()) {
|
|
375
|
-
return "Hoy";
|
|
376
|
-
} // fecha de Ayer
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
if (date.getDate() === yesterday.getDate() && date.getMonth() === yesterday.getMonth() && date.getFullYear() === yesterday.getFullYear()) {
|
|
380
|
-
return "Ayer";
|
|
381
|
-
} // fechas del mismo año
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
if (date.getFullYear() === today.getFullYear()) return dateString; // fechas de diferente año
|
|
385
|
-
|
|
386
|
-
return dateString + " del " + date.getFullYear();
|
|
387
|
-
};
|
|
388
|
-
/*------------------------
|
|
389
|
-
Obtener una hora a partir de
|
|
390
|
-
una fecha string (current_timestamp)
|
|
391
|
-
en formato: 'hh:mm PM/AM'
|
|
392
|
-
ejemplo: '12:34 PM'
|
|
393
|
-
--------------------------*/
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
exports.getCustomDate = getCustomDate;
|
|
397
|
-
|
|
398
|
-
var getTime = function getTime() {
|
|
399
|
-
var time = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : "";
|
|
400
|
-
if ([undefined, null, ""].includes(time)) return (0, _moment.default)(new Date()).format("LT");else return (0, _moment.default)(time).format("LT");
|
|
401
|
-
};
|
|
402
|
-
/*====================================================================
|
|
403
|
-
UTILERIAS PARA EL MANEJO DE VALIDACIONES
|
|
404
|
-
======================================================================*/
|
|
405
|
-
|
|
406
|
-
/*------------------------
|
|
407
|
-
recibe un number o string
|
|
408
|
-
y determina si es numero natural
|
|
409
|
-
0,1,2,...
|
|
410
|
-
--------------------------*/
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
exports.getTime = getTime;
|
|
414
|
-
|
|
415
|
-
var isValidNaturalNumber = function isValidNaturalNumber(number) {
|
|
416
|
-
if ([undefined, null, ""].includes(number)) return false;
|
|
417
|
-
if (!["string", "number"].includes((0, _typeof2.default)(number))) return false;
|
|
418
|
-
|
|
419
|
-
try {
|
|
420
|
-
var numberString = number + "";
|
|
421
|
-
|
|
422
|
-
for (var i = 0; i < numberString.length; i++) {
|
|
423
|
-
if ("0123456789".indexOf(numberString.charAt(i)) === -1) return false;
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
return true;
|
|
427
|
-
} catch (err) {
|
|
428
|
-
return false;
|
|
429
|
-
}
|
|
430
|
-
};
|
|
431
|
-
/*------------------------
|
|
432
|
-
recibe un array y determina si
|
|
433
|
-
el array esta vacio []
|
|
434
|
-
--------------------------*/
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
exports.isValidNaturalNumber = isValidNaturalNumber;
|
|
438
|
-
|
|
439
|
-
var isArrayEmpty = function isArrayEmpty(array) {
|
|
440
|
-
if (Array.isArray(array) && array.length) return false;
|
|
441
|
-
return true;
|
|
442
|
-
};
|
|
443
|
-
/*------------------------
|
|
444
|
-
recibe un string y determina si
|
|
445
|
-
esta vacio ""
|
|
446
|
-
--------------------------*/
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
exports.isArrayEmpty = isArrayEmpty;
|
|
450
|
-
|
|
451
|
-
var isStringEmpty = function isStringEmpty(cad) {
|
|
452
|
-
if (cad && typeof cad === "string" && cad.trim().length !== 0) return false;
|
|
453
|
-
return true;
|
|
454
|
-
};
|
|
455
|
-
/*------------------------
|
|
456
|
-
recibe un string JSON y lo
|
|
457
|
-
decodifica a su valor original
|
|
458
|
-
--------------------------*/
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
exports.isStringEmpty = isStringEmpty;
|
|
462
|
-
|
|
463
|
-
var decodeJSON = function decodeJSON(valueJSON) {
|
|
464
|
-
try {
|
|
465
|
-
var decodeValue = JSON.parse(valueJSON);
|
|
466
|
-
return decodeValue;
|
|
467
|
-
} catch (err) {
|
|
468
|
-
return valueJSON;
|
|
469
|
-
}
|
|
470
|
-
};
|
|
471
|
-
|
|
472
|
-
exports.decodeJSON = decodeJSON;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,3 +0,0 @@
|
|
|
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
|
|
@@ -1 +0,0 @@
|
|
|
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>
|
|
@@ -1 +0,0 @@
|
|
|
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>
|
|
@@ -1,19 +0,0 @@
|
|
|
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>
|
|
@@ -1,3 +0,0 @@
|
|
|
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>
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
|
4
|
-
viewBox="0 0 303.188 303.188" style="enable-background:new 0 0 303.188 303.188;" xml:space="preserve">
|
|
5
|
-
<g>
|
|
6
|
-
<polygon style="fill:#E8E8E8;" points="219.821,0 32.842,0 32.842,303.188 270.346,303.188 270.346,50.525 "/>
|
|
7
|
-
<path style="fill:#FB3449;" d="M230.013,149.935c-3.643-6.493-16.231-8.533-22.006-9.451c-4.552-0.724-9.199-0.94-13.803-0.936
|
|
8
|
-
c-3.615-0.024-7.177,0.154-10.693,0.354c-1.296,0.087-2.579,0.199-3.861,0.31c-1.314-1.36-2.584-2.765-3.813-4.202
|
|
9
|
-
c-7.82-9.257-14.134-19.755-19.279-30.664c1.366-5.271,2.459-10.772,3.119-16.485c1.205-10.427,1.619-22.31-2.288-32.251
|
|
10
|
-
c-1.349-3.431-4.946-7.608-9.096-5.528c-4.771,2.392-6.113,9.169-6.502,13.973c-0.313,3.883-0.094,7.776,0.558,11.594
|
|
11
|
-
c0.664,3.844,1.733,7.494,2.897,11.139c1.086,3.342,2.283,6.658,3.588,9.943c-0.828,2.586-1.707,5.127-2.63,7.603
|
|
12
|
-
c-2.152,5.643-4.479,11.004-6.717,16.161c-1.18,2.557-2.335,5.06-3.465,7.507c-3.576,7.855-7.458,15.566-11.815,23.02
|
|
13
|
-
c-10.163,3.585-19.283,7.741-26.857,12.625c-4.063,2.625-7.652,5.476-10.641,8.603c-2.822,2.952-5.69,6.783-5.941,11.024
|
|
14
|
-
c-0.141,2.394,0.807,4.717,2.768,6.137c2.697,2.015,6.271,1.881,9.4,1.225c10.25-2.15,18.121-10.961,24.824-18.387
|
|
15
|
-
c4.617-5.115,9.872-11.61,15.369-19.465c0.012-0.018,0.024-0.036,0.037-0.054c9.428-2.923,19.689-5.391,30.579-7.205
|
|
16
|
-
c4.975-0.825,10.082-1.5,15.291-1.974c3.663,3.431,7.621,6.555,11.939,9.164c3.363,2.069,6.94,3.816,10.684,5.119
|
|
17
|
-
c3.786,1.237,7.595,2.247,11.528,2.886c1.986,0.284,4.017,0.413,6.092,0.335c4.631-0.175,11.278-1.951,11.714-7.57
|
|
18
|
-
C231.127,152.765,230.756,151.257,230.013,149.935z M119.144,160.245c-2.169,3.36-4.261,6.382-6.232,9.041
|
|
19
|
-
c-4.827,6.568-10.34,14.369-18.322,17.286c-1.516,0.554-3.512,1.126-5.616,1.002c-1.874-0.11-3.722-0.937-3.637-3.065
|
|
20
|
-
c0.042-1.114,0.587-2.535,1.423-3.931c0.915-1.531,2.048-2.935,3.275-4.226c2.629-2.762,5.953-5.439,9.777-7.918
|
|
21
|
-
c5.865-3.805,12.867-7.23,20.672-10.286C120.035,158.858,119.587,159.564,119.144,160.245z M146.366,75.985
|
|
22
|
-
c-0.602-3.514-0.693-7.077-0.323-10.503c0.184-1.713,0.533-3.385,1.038-4.952c0.428-1.33,1.352-4.576,2.826-4.993
|
|
23
|
-
c2.43-0.688,3.177,4.529,3.452,6.005c1.566,8.396,0.186,17.733-1.693,25.969c-0.299,1.31-0.632,2.599-0.973,3.883
|
|
24
|
-
c-0.582-1.601-1.137-3.207-1.648-4.821C147.945,83.048,146.939,79.482,146.366,75.985z M163.049,142.265
|
|
25
|
-
c-9.13,1.48-17.815,3.419-25.979,5.708c0.983-0.275,5.475-8.788,6.477-10.555c4.721-8.315,8.583-17.042,11.358-26.197
|
|
26
|
-
c4.9,9.691,10.847,18.962,18.153,27.214c0.673,0.749,1.357,1.489,2.053,2.22C171.017,141.096,166.988,141.633,163.049,142.265z
|
|
27
|
-
M224.793,153.959c-0.334,1.805-4.189,2.837-5.988,3.121c-5.316,0.836-10.94,0.167-16.028-1.542
|
|
28
|
-
c-3.491-1.172-6.858-2.768-10.057-4.688c-3.18-1.921-6.155-4.181-8.936-6.673c3.429-0.206,6.9-0.341,10.388-0.275
|
|
29
|
-
c3.488,0.035,7.003,0.211,10.475,0.664c6.511,0.726,13.807,2.961,18.932,7.186C224.588,152.585,224.91,153.321,224.793,153.959z"/>
|
|
30
|
-
<polygon style="fill:#FB3449;" points="227.64,25.263 32.842,25.263 32.842,0 219.821,0 "/>
|
|
31
|
-
<g>
|
|
32
|
-
<path style="fill:#A4A9AD;" d="M126.841,241.152c0,5.361-1.58,9.501-4.742,12.421c-3.162,2.921-7.652,4.381-13.472,4.381h-3.643
|
|
33
|
-
v15.917H92.022v-47.979h16.606c6.06,0,10.611,1.324,13.652,3.971C125.321,232.51,126.841,236.273,126.841,241.152z
|
|
34
|
-
M104.985,247.387h2.363c1.947,0,3.495-0.546,4.644-1.641c1.149-1.094,1.723-2.604,1.723-4.529c0-3.238-1.794-4.857-5.382-4.857
|
|
35
|
-
h-3.348C104.985,236.36,104.985,247.387,104.985,247.387z"/>
|
|
36
|
-
<path style="fill:#A4A9AD;" d="M175.215,248.864c0,8.007-2.205,14.177-6.613,18.509s-10.606,6.498-18.591,6.498h-15.523v-47.979
|
|
37
|
-
h16.606c7.701,0,13.646,1.969,17.836,5.907C173.119,235.737,175.215,241.426,175.215,248.864z M161.76,249.324
|
|
38
|
-
c0-4.398-0.87-7.657-2.609-9.78c-1.739-2.122-4.381-3.183-7.926-3.183h-3.773v26.877h2.888c3.939,0,6.826-1.143,8.664-3.43
|
|
39
|
-
C160.841,257.523,161.76,254.028,161.76,249.324z"/>
|
|
40
|
-
<path style="fill:#A4A9AD;" d="M196.579,273.871h-12.766v-47.979h28.355v10.403h-15.589v9.156h14.374v10.403h-14.374
|
|
41
|
-
L196.579,273.871L196.579,273.871z"/>
|
|
42
|
-
</g>
|
|
43
|
-
<polygon style="fill:#D1D3D3;" points="219.821,50.525 270.346,50.525 219.821,0 "/>
|
|
44
|
-
</g>
|
|
45
|
-
<g>
|
|
46
|
-
</g>
|
|
47
|
-
<g>
|
|
48
|
-
</g>
|
|
49
|
-
<g>
|
|
50
|
-
</g>
|
|
51
|
-
<g>
|
|
52
|
-
</g>
|
|
53
|
-
<g>
|
|
54
|
-
</g>
|
|
55
|
-
<g>
|
|
56
|
-
</g>
|
|
57
|
-
<g>
|
|
58
|
-
</g>
|
|
59
|
-
<g>
|
|
60
|
-
</g>
|
|
61
|
-
<g>
|
|
62
|
-
</g>
|
|
63
|
-
<g>
|
|
64
|
-
</g>
|
|
65
|
-
<g>
|
|
66
|
-
</g>
|
|
67
|
-
<g>
|
|
68
|
-
</g>
|
|
69
|
-
<g>
|
|
70
|
-
</g>
|
|
71
|
-
<g>
|
|
72
|
-
</g>
|
|
73
|
-
<g>
|
|
74
|
-
</g>
|
|
75
|
-
</svg>
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
<svg width="15" height="15" viewBox="0 0 30 31" fill="#FFFFFF" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<line x1="7.70711" y1="7.5" x2="23" y2="22.7929" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
<path d="M23 7.5L8 22.5" stroke="#FFFFFF" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</svg>
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="11.124" height="11.008" viewBox="0 0 11.124 11.008">
|
|
2
|
-
<path id="arrow_upward_FILL1_wght400_GRAD0_opsz48" d="M9.18,14.829V6.34l-4,4L4.5,9.664,9.664,4.5l5.164,5.164-.678.678-4-4v8.489Z" transform="translate(-4.102 -4.102)" fill="#fff" stroke="#fff" stroke-width="0.563"/>
|
|
3
|
-
</svg>
|