mp-front-cli 0.0.117 → 0.0.118
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.
|
@@ -411,8 +411,8 @@ const e = {
|
|
|
411
411
|
message: "{{ message }}"
|
|
412
412
|
},
|
|
413
413
|
internalError: {
|
|
414
|
-
title: "
|
|
415
|
-
message: "
|
|
414
|
+
title: "No pudimos cargar alguno de los datos solicitados.",
|
|
415
|
+
message: "Valida tu conexión a internet y vuelve a intentarlo."
|
|
416
416
|
},
|
|
417
417
|
UserConfigError: {
|
|
418
418
|
title: "Error en la configuración del usuario",
|
|
@@ -2,7 +2,7 @@ import { ApiMiddleware as g, ErrorCatalog as l, FetchServiceBE as x, FetchServic
|
|
|
2
2
|
import { LoadingHandler as v, MessageHandler as E, RxSubjectManager as F } from "./mp-front-cli-utils-rxjs.es.js";
|
|
3
3
|
import { S as h } from "./index-def0b487.js";
|
|
4
4
|
import "i18next";
|
|
5
|
-
import "./index-
|
|
5
|
+
import "./index-3e533091.js";
|
|
6
6
|
import "./mp-front-cli-logger.es.js";
|
|
7
7
|
import "rxjs";
|
|
8
8
|
import "./mp-front-cli-encrypter.es.js";
|
|
@@ -6,7 +6,7 @@ import { RxSubjectManager as ne } from "./mp-front-cli-utils-rxjs.es.js";
|
|
|
6
6
|
import { f as c } from "./index-def0b487.js";
|
|
7
7
|
import { S as De } from "./index-def0b487.js";
|
|
8
8
|
import v, { t as U } from "i18next";
|
|
9
|
-
import { t as w } from "./index-
|
|
9
|
+
import { t as w } from "./index-3e533091.js";
|
|
10
10
|
import { CustomLogger as F } from "./mp-front-cli-logger.es.js";
|
|
11
11
|
import { of as T, switchMap as L, forkJoin as B, catchError as n, EMPTY as d, filter as h } from "rxjs";
|
|
12
12
|
import { CustomEncrypter as V } from "./mp-front-cli-encrypter.es.js";
|