@bagelink/vue 1.12.44 → 1.12.47
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/AddressSearch.vue.d.ts.map +1 -1
- package/dist/components/Dropdown.vue.d.ts.map +1 -1
- package/dist/components/form/inputs/SelectInput.vue.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +218 -215
- package/package.json +1 -1
- package/src/components/Dropdown.vue +6 -3
package/dist/index.mjs
CHANGED
|
@@ -5420,6 +5420,7 @@ const p2 = {
|
|
|
5420
5420
|
});
|
|
5421
5421
|
}, w2 = { style: { display: "contents" } }, Jn = /* @__PURE__ */ Te({
|
|
5422
5422
|
inheritAttrs: !1,
|
|
5423
|
+
name: "DropDown",
|
|
5423
5424
|
__name: "Dropdown",
|
|
5424
5425
|
props: /* @__PURE__ */ sn({
|
|
5425
5426
|
value: {},
|
|
@@ -5445,7 +5446,8 @@ const p2 = {
|
|
|
5445
5446
|
popperHideTriggers: { default: () => [] },
|
|
5446
5447
|
showGroup: {},
|
|
5447
5448
|
card: { type: Boolean, default: !0 },
|
|
5448
|
-
delay: {}
|
|
5449
|
+
delay: {},
|
|
5450
|
+
referenceEl: {}
|
|
5449
5451
|
}, {
|
|
5450
5452
|
shown: { type: Boolean, default: !1 },
|
|
5451
5453
|
shownModifiers: {}
|
|
@@ -5460,7 +5462,7 @@ const p2 = {
|
|
|
5460
5462
|
}), v = V(() => a.delay !== void 0 ? typeof a.delay == "number" ? { show: a.delay, hide: a.delay } : a.delay : a.triggers.includes("hover") && !h.value ? { show: 0, hide: 10 } : { show: 0, hide: 0 }), y = /* @__PURE__ */ new Map();
|
|
5461
5463
|
async function S() {
|
|
5462
5464
|
var ve;
|
|
5463
|
-
const B = (ve = i.value) == null ? void 0 : ve.firstElementChild;
|
|
5465
|
+
const B = a.referenceEl ?? ((ve = i.value) == null ? void 0 : ve.firstElementChild);
|
|
5464
5466
|
if (!l.value || !B || d.value) return;
|
|
5465
5467
|
const R = a.placement === "auto", { x: Z, y: le } = await _2(B, l.value, {
|
|
5466
5468
|
placement: R ? void 0 : a.placement,
|
|
@@ -5540,7 +5542,8 @@ const p2 = {
|
|
|
5540
5542
|
var B, R;
|
|
5541
5543
|
document.removeEventListener("pointerdown", U, !0), document.removeEventListener("keydown", k), document.removeEventListener("scroll", K, !0), N(), a.showGroup && ((B = y.get(a.showGroup)) == null || B.delete(E)), w() && ((R = l.value) == null || R.hidePopover());
|
|
5542
5544
|
}), t({ show: x, hide: T, shown: o }), (B, R) => ($(), A("div", w2, [
|
|
5543
|
-
|
|
5545
|
+
e.referenceEl ? j("", !0) : ($(), A("div", kt({
|
|
5546
|
+
key: 0,
|
|
5544
5547
|
ref_key: "triggerWrapRef",
|
|
5545
5548
|
ref: i
|
|
5546
5549
|
}, B.$attrs, {
|
|
@@ -5568,7 +5571,7 @@ const p2 = {
|
|
|
5568
5571
|
onClick: z
|
|
5569
5572
|
}, null, 8, ["class", "iconEnd", "icon", "value", "thin", "flat", "outline", "round", "color", "disabled"])
|
|
5570
5573
|
])
|
|
5571
|
-
], 16),
|
|
5574
|
+
], 16)),
|
|
5572
5575
|
($(), re(qb, { to: s.value }, [
|
|
5573
5576
|
P("div", {
|
|
5574
5577
|
ref_key: "popoverRef",
|
|
@@ -31488,8 +31491,8 @@ function Q6(e, t) {
|
|
|
31488
31491
|
* (c) 2025 kazuya kawaguchi
|
|
31489
31492
|
* Released under the MIT License.
|
|
31490
31493
|
*/
|
|
31491
|
-
const
|
|
31492
|
-
function
|
|
31494
|
+
const eD = "11.2.8";
|
|
31495
|
+
function tD() {
|
|
31493
31496
|
typeof __VUE_I18N_FULL_INSTALL__ != "boolean" && (Ir().__VUE_I18N_FULL_INSTALL__ = !0), typeof __VUE_I18N_LEGACY_API__ != "boolean" && (Ir().__VUE_I18N_LEGACY_API__ = !0), typeof __INTLIFY_DROP_MESSAGE_COMPILER__ != "boolean" && (Ir().__INTLIFY_DROP_MESSAGE_COMPILER__ = !1), typeof __INTLIFY_PROD_DEVTOOLS__ != "boolean" && (Ir().__INTLIFY_PROD_DEVTOOLS__ = !1);
|
|
31494
31497
|
}
|
|
31495
31498
|
const Ft = {
|
|
@@ -31515,9 +31518,9 @@ const Ft = {
|
|
|
31515
31518
|
NOT_AVAILABLE_COMPOSITION_IN_LEGACY: 34
|
|
31516
31519
|
};
|
|
31517
31520
|
function Fn(e, ...t) {
|
|
31518
|
-
return No(e, null, process.env.NODE_ENV !== "production" ? { messages:
|
|
31521
|
+
return No(e, null, process.env.NODE_ENV !== "production" ? { messages: nD, args: t } : void 0);
|
|
31519
31522
|
}
|
|
31520
|
-
const
|
|
31523
|
+
const nD = {
|
|
31521
31524
|
[Ft.UNEXPECTED_RETURN_TYPE]: "Unexpected return type in composer",
|
|
31522
31525
|
[Ft.INVALID_ARGUMENT]: "Invalid argument",
|
|
31523
31526
|
[Ft.MUST_BE_CALL_SETUP_TOP]: "Must be called at the top of a `setup` function",
|
|
@@ -31544,7 +31547,7 @@ const n9 = {
|
|
|
31544
31547
|
DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE: 12,
|
|
31545
31548
|
// duplicate `useI18n` calling
|
|
31546
31549
|
DUPLICATE_USE_I18N_CALLING: 13
|
|
31547
|
-
},
|
|
31550
|
+
}, aD = {
|
|
31548
31551
|
[aa.FALLBACK_TO_ROOT]: "Fall back to {type} '{key}' with root locale.",
|
|
31549
31552
|
[aa.NOT_FOUND_PARENT_SCOPE]: "Not found parent scope. use the global scope.",
|
|
31550
31553
|
[aa.IGNORE_OBJ_FLATTEN]: "Ignore object flatten: '{key}' key has an string value",
|
|
@@ -31560,7 +31563,7 @@ About how to use the Composition API mode, see https://vue-i18n.intlify.dev/guid
|
|
|
31560
31563
|
[aa.DUPLICATE_USE_I18N_CALLING]: "Duplicate `useI18n` calling by local scope. Please don't call it on local scope, due to it does not work properly in component."
|
|
31561
31564
|
};
|
|
31562
31565
|
function xo(e, ...t) {
|
|
31563
|
-
return Vs(
|
|
31566
|
+
return Vs(aD[e], ...t);
|
|
31564
31567
|
}
|
|
31565
31568
|
function ki(e) {
|
|
31566
31569
|
if (!St(e) || la(e))
|
|
@@ -31638,12 +31641,12 @@ function po() {
|
|
|
31638
31641
|
const e = "currentInstance";
|
|
31639
31642
|
return e in iu ? iu[e] : iu.getCurrentInstance();
|
|
31640
31643
|
}
|
|
31641
|
-
const bh = "__INTLIFY_META__", yh = () => [],
|
|
31644
|
+
const bh = "__INTLIFY_META__", yh = () => [], rD = () => !1;
|
|
31642
31645
|
let _h = 0;
|
|
31643
31646
|
function wh(e) {
|
|
31644
31647
|
return (t, n, a, r) => e(n, a, po() || void 0, r);
|
|
31645
31648
|
}
|
|
31646
|
-
const
|
|
31649
|
+
const oD = /* @__NO_SIDE_EFFECTS__ */ () => {
|
|
31647
31650
|
const e = po();
|
|
31648
31651
|
let t = null;
|
|
31649
31652
|
return e && (t = l0(e)[bh]) ? { [bh]: t } : null;
|
|
@@ -31664,7 +31667,7 @@ function Gd(e = {}) {
|
|
|
31664
31667
|
E = (() => {
|
|
31665
31668
|
a && lh(null);
|
|
31666
31669
|
const _e = {
|
|
31667
|
-
version:
|
|
31670
|
+
version: eD,
|
|
31668
31671
|
locale: l.value,
|
|
31669
31672
|
fallbackLocale: s.value,
|
|
31670
31673
|
messages: u.value,
|
|
@@ -31801,7 +31804,7 @@ function Gd(e = {}) {
|
|
|
31801
31804
|
return !1;
|
|
31802
31805
|
const ft = Ye(Ae) ? Ae : l.value, Dt = Oe(ft), mn = E.messageResolver(Dt, _e);
|
|
31803
31806
|
return la(mn) || na(mn) || Ye(mn);
|
|
31804
|
-
}, () => [_e], "translate exists", (ft) => Reflect.apply(ft.te, ft, [_e, Ae]),
|
|
31807
|
+
}, () => [_e], "translate exists", (ft) => Reflect.apply(ft.te, ft, [_e, Ae]), rD, (ft) => xt(ft));
|
|
31805
31808
|
}
|
|
31806
31809
|
function ge(_e) {
|
|
31807
31810
|
let Ae = null;
|
|
@@ -31941,13 +31944,13 @@ const u0 = "vue-i18n: composer properties", Pu = {
|
|
|
31941
31944
|
"vue-devtools-plugin-vue-i18n": "Vue I18n DevTools",
|
|
31942
31945
|
"vue-i18n-resource-inspector": "Vue I18n DevTools",
|
|
31943
31946
|
"vue-i18n-timeline": "Vue I18n"
|
|
31944
|
-
},
|
|
31947
|
+
}, iD = {
|
|
31945
31948
|
"vue-i18n-resource-inspector": "Search for scopes ..."
|
|
31946
|
-
},
|
|
31949
|
+
}, lD = {
|
|
31947
31950
|
"vue-i18n-timeline": 16764185
|
|
31948
31951
|
};
|
|
31949
31952
|
let Rc;
|
|
31950
|
-
async function
|
|
31953
|
+
async function sD(e, t) {
|
|
31951
31954
|
return new Promise((n, a) => {
|
|
31952
31955
|
try {
|
|
31953
31956
|
Q6({
|
|
@@ -31961,36 +31964,36 @@ async function s9(e, t) {
|
|
|
31961
31964
|
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
31962
31965
|
}, (r) => {
|
|
31963
31966
|
Rc = r, r.on.visitComponentTree(({ componentInstance: i, treeNode: l }) => {
|
|
31964
|
-
|
|
31967
|
+
uD(i, l, t);
|
|
31965
31968
|
}), r.on.inspectComponent(({ componentInstance: i, instanceData: l }) => {
|
|
31966
31969
|
i.__VUE_I18N__ && l && (t.mode === "legacy" ? i.__VUE_I18N__ !== t.global.__composer && $h(l, i.__VUE_I18N__) : $h(l, i.__VUE_I18N__));
|
|
31967
31970
|
}), r.addInspector({
|
|
31968
31971
|
id: "vue-i18n-resource-inspector",
|
|
31969
31972
|
label: Pu["vue-i18n-resource-inspector"],
|
|
31970
31973
|
icon: "language",
|
|
31971
|
-
treeFilterPlaceholder:
|
|
31974
|
+
treeFilterPlaceholder: iD["vue-i18n-resource-inspector"]
|
|
31972
31975
|
}), r.on.getInspectorTree((i) => {
|
|
31973
|
-
i.app === e && i.inspectorId === "vue-i18n-resource-inspector" &&
|
|
31976
|
+
i.app === e && i.inspectorId === "vue-i18n-resource-inspector" && hD(i, t);
|
|
31974
31977
|
});
|
|
31975
31978
|
const o = /* @__PURE__ */ new Map();
|
|
31976
31979
|
r.on.getInspectorState(async (i) => {
|
|
31977
31980
|
if (i.app === e && i.inspectorId === "vue-i18n-resource-inspector")
|
|
31978
|
-
if (r.unhighlightElement(),
|
|
31981
|
+
if (r.unhighlightElement(), gD(i, t), i.nodeId === "global") {
|
|
31979
31982
|
if (!o.has(i.app)) {
|
|
31980
31983
|
const [l] = await r.getComponentInstances(i.app);
|
|
31981
31984
|
o.set(i.app, l);
|
|
31982
31985
|
}
|
|
31983
31986
|
r.highlightElement(o.get(i.app));
|
|
31984
31987
|
} else {
|
|
31985
|
-
const l =
|
|
31988
|
+
const l = pD(i.nodeId, t);
|
|
31986
31989
|
l && r.highlightElement(l);
|
|
31987
31990
|
}
|
|
31988
31991
|
}), r.on.editInspectorState((i) => {
|
|
31989
|
-
i.app === e && i.inspectorId === "vue-i18n-resource-inspector" &&
|
|
31992
|
+
i.app === e && i.inspectorId === "vue-i18n-resource-inspector" && bD(i, t);
|
|
31990
31993
|
}), r.addTimelineLayer({
|
|
31991
31994
|
id: "vue-i18n-timeline",
|
|
31992
31995
|
label: Pu["vue-i18n-timeline"],
|
|
31993
|
-
color:
|
|
31996
|
+
color: lD["vue-i18n-timeline"]
|
|
31994
31997
|
}), n(!0);
|
|
31995
31998
|
});
|
|
31996
31999
|
} catch (r) {
|
|
@@ -32001,7 +32004,7 @@ async function s9(e, t) {
|
|
|
32001
32004
|
function c0(e) {
|
|
32002
32005
|
return e.type.name || e.type.displayName || e.type.__file || "Anonymous";
|
|
32003
32006
|
}
|
|
32004
|
-
function
|
|
32007
|
+
function uD(e, t, n) {
|
|
32005
32008
|
const a = n.mode === "composition" ? n.global : n.global.__composer;
|
|
32006
32009
|
if (e && e.__VUE_I18N__ && e.__VUE_I18N__ !== a) {
|
|
32007
32010
|
const r = {
|
|
@@ -32055,30 +32058,30 @@ function Yd(e) {
|
|
|
32055
32058
|
const t = {};
|
|
32056
32059
|
return Object.keys(e).forEach((n) => {
|
|
32057
32060
|
const a = e[n];
|
|
32058
|
-
Nt(a) && "source" in a ? t[n] =
|
|
32061
|
+
Nt(a) && "source" in a ? t[n] = mD(a) : la(a) && a.loc && a.loc.source ? t[n] = a.loc.source : St(a) ? t[n] = Yd(a) : t[n] = a;
|
|
32059
32062
|
}), t;
|
|
32060
32063
|
}
|
|
32061
|
-
const
|
|
32064
|
+
const cD = {
|
|
32062
32065
|
"<": "<",
|
|
32063
32066
|
">": ">",
|
|
32064
32067
|
'"': """,
|
|
32065
32068
|
"&": "&"
|
|
32066
32069
|
};
|
|
32067
|
-
function
|
|
32068
|
-
return e.replace(/[<>"&]/g,
|
|
32070
|
+
function dD(e) {
|
|
32071
|
+
return e.replace(/[<>"&]/g, fD);
|
|
32069
32072
|
}
|
|
32070
|
-
function
|
|
32071
|
-
return
|
|
32073
|
+
function fD(e) {
|
|
32074
|
+
return cD[e] || e;
|
|
32072
32075
|
}
|
|
32073
|
-
function
|
|
32076
|
+
function mD(e) {
|
|
32074
32077
|
return {
|
|
32075
32078
|
_custom: {
|
|
32076
32079
|
type: "function",
|
|
32077
|
-
display: `<span>ƒ</span> ${e.source ? `("${
|
|
32080
|
+
display: `<span>ƒ</span> ${e.source ? `("${dD(e.source)}")` : "(?)"}`
|
|
32078
32081
|
}
|
|
32079
32082
|
};
|
|
32080
32083
|
}
|
|
32081
|
-
function
|
|
32084
|
+
function hD(e, t) {
|
|
32082
32085
|
e.rootNodes.push({
|
|
32083
32086
|
id: "global",
|
|
32084
32087
|
label: "Global Scope"
|
|
@@ -32092,7 +32095,7 @@ function h9(e, t) {
|
|
|
32092
32095
|
});
|
|
32093
32096
|
}
|
|
32094
32097
|
}
|
|
32095
|
-
function
|
|
32098
|
+
function pD(e, t) {
|
|
32096
32099
|
let n = null;
|
|
32097
32100
|
if (e !== "global") {
|
|
32098
32101
|
for (const [a, r] of t.__instances.entries())
|
|
@@ -32111,11 +32114,11 @@ function d0(e, t) {
|
|
|
32111
32114
|
return n ? t.mode === "composition" ? n : n.__composer : null;
|
|
32112
32115
|
}
|
|
32113
32116
|
}
|
|
32114
|
-
function
|
|
32117
|
+
function gD(e, t) {
|
|
32115
32118
|
const n = d0(e.nodeId, t);
|
|
32116
|
-
return n && (e.state =
|
|
32119
|
+
return n && (e.state = vD(n)), null;
|
|
32117
32120
|
}
|
|
32118
|
-
function
|
|
32121
|
+
function vD(e) {
|
|
32119
32122
|
const t = {}, n = "Locale related info", a = [
|
|
32120
32123
|
{
|
|
32121
32124
|
type: n,
|
|
@@ -32190,14 +32193,14 @@ function Ti(e, t) {
|
|
|
32190
32193
|
});
|
|
32191
32194
|
}
|
|
32192
32195
|
}
|
|
32193
|
-
function
|
|
32196
|
+
function bD(e, t) {
|
|
32194
32197
|
const n = d0(e.nodeId, t);
|
|
32195
32198
|
if (n) {
|
|
32196
32199
|
const [a] = e.path;
|
|
32197
32200
|
a === "locale" && Ye(e.state.value) ? n.locale.value = e.state.value : a === "fallbackLocale" && (Ye(e.state.value) || Ht(e.state.value) || St(e.state.value)) ? n.fallbackLocale.value = e.state.value : a === "inheritLocale" && xt(e.state.value) && (n.inheritLocale = e.state.value);
|
|
32198
32201
|
}
|
|
32199
32202
|
}
|
|
32200
|
-
function
|
|
32203
|
+
function yD(e) {
|
|
32201
32204
|
const t = Ye(e.locale) ? e.locale : Ei, n = Ye(e.fallbackLocale) || Ht(e.fallbackLocale) || bt(e.fallbackLocale) || e.fallbackLocale === !1 ? e.fallbackLocale : t, a = Nt(e.missing) ? e.missing : void 0, r = xt(e.silentTranslationWarn) || Co(e.silentTranslationWarn) ? !e.silentTranslationWarn : !0, o = xt(e.silentFallbackWarn) || Co(e.silentFallbackWarn) ? !e.silentFallbackWarn : !0, i = xt(e.fallbackRoot) ? e.fallbackRoot : !0, l = !!e.formatFallbackMessages, s = bt(e.modifiers) ? e.modifiers : {}, u = e.pluralizationRules, c = Nt(e.postTranslation) ? e.postTranslation : void 0, d = Ye(e.warnHtmlInMessage) ? e.warnHtmlInMessage !== "off" : !0, h = !!e.escapeParameterHtml, f = xt(e.sync) ? e.sync : !0;
|
|
32202
32205
|
let m = e.messages;
|
|
32203
32206
|
if (bt(e.sharedMessages)) {
|
|
@@ -32233,7 +32236,7 @@ function y9(e) {
|
|
|
32233
32236
|
};
|
|
32234
32237
|
}
|
|
32235
32238
|
function Fc(e = {}) {
|
|
32236
|
-
const t = Gd(
|
|
32239
|
+
const t = Gd(yD(e)), { __extender: n } = e, a = {
|
|
32237
32240
|
// id
|
|
32238
32241
|
id: t.id,
|
|
32239
32242
|
// locale
|
|
@@ -32401,7 +32404,7 @@ function Fc(e = {}) {
|
|
|
32401
32404
|
r[xi] && r[xi]();
|
|
32402
32405
|
}), a;
|
|
32403
32406
|
}
|
|
32404
|
-
function
|
|
32407
|
+
function _D(e, t, n) {
|
|
32405
32408
|
return {
|
|
32406
32409
|
beforeCreate() {
|
|
32407
32410
|
const a = po();
|
|
@@ -32480,7 +32483,7 @@ const Xd = {
|
|
|
32480
32483
|
type: Object
|
|
32481
32484
|
}
|
|
32482
32485
|
};
|
|
32483
|
-
function
|
|
32486
|
+
function wD({ slots: e }, t) {
|
|
32484
32487
|
return t.length === 1 && t[0] === "default" ? (e.default ? e.default() : []).reduce((a, r) => [
|
|
32485
32488
|
...a,
|
|
32486
32489
|
// prettier-ignore
|
|
@@ -32493,7 +32496,7 @@ function w9({ slots: e }, t) {
|
|
|
32493
32496
|
function f0() {
|
|
32494
32497
|
return Ee;
|
|
32495
32498
|
}
|
|
32496
|
-
const $
|
|
32499
|
+
const $D = /* @__PURE__ */ Te({
|
|
32497
32500
|
/* eslint-disable */
|
|
32498
32501
|
name: "i18n-t",
|
|
32499
32502
|
props: fn({
|
|
@@ -32516,12 +32519,12 @@ const $9 = /* @__PURE__ */ Te({
|
|
|
32516
32519
|
return () => {
|
|
32517
32520
|
const o = Object.keys(n).filter((d) => d[0] !== "_"), i = Pt();
|
|
32518
32521
|
e.locale && (i.locale = e.locale), e.plural !== void 0 && (i.plural = Ye(e.plural) ? +e.plural : e.plural);
|
|
32519
|
-
const l =
|
|
32522
|
+
const l = wD(t, o), s = r[Pc](e.keypath, l, i), u = fn(Pt(), a), c = Ye(e.tag) || St(e.tag) ? e.tag : f0();
|
|
32520
32523
|
return At(c, u, s);
|
|
32521
32524
|
};
|
|
32522
32525
|
}
|
|
32523
|
-
}), Ch = $
|
|
32524
|
-
function
|
|
32526
|
+
}), Ch = $D;
|
|
32527
|
+
function SD(e) {
|
|
32525
32528
|
return Ht(e) && !Ye(e[0]);
|
|
32526
32529
|
}
|
|
32527
32530
|
function m0(e, t, n, a) {
|
|
@@ -32534,13 +32537,13 @@ function m0(e, t, n, a) {
|
|
|
32534
32537
|
let u = [i.key];
|
|
32535
32538
|
Ht(s) ? u = s.map((h, f) => {
|
|
32536
32539
|
const m = r[h.type], p = m ? m({ [h.type]: h.value, index: f, parts: s }) : [h.value];
|
|
32537
|
-
return
|
|
32540
|
+
return SD(p) && (p[0].key = `${h.type}-${f}`), p;
|
|
32538
32541
|
}) : Ye(s) && (u = [s]);
|
|
32539
32542
|
const c = fn(Pt(), o), d = Ye(e.tag) || St(e.tag) ? e.tag : f0();
|
|
32540
32543
|
return At(d, c, u);
|
|
32541
32544
|
};
|
|
32542
32545
|
}
|
|
32543
|
-
const
|
|
32546
|
+
const CD = /* @__PURE__ */ Te({
|
|
32544
32547
|
/* eslint-disable */
|
|
32545
32548
|
name: "i18n-n",
|
|
32546
32549
|
props: fn({
|
|
@@ -32564,8 +32567,8 @@ const C9 = /* @__PURE__ */ Te({
|
|
|
32564
32567
|
n[Nc](...a)
|
|
32565
32568
|
));
|
|
32566
32569
|
}
|
|
32567
|
-
}), Eh =
|
|
32568
|
-
function
|
|
32570
|
+
}), Eh = CD;
|
|
32571
|
+
function ED(e, t) {
|
|
32569
32572
|
const n = e;
|
|
32570
32573
|
if (e.mode === "composition")
|
|
32571
32574
|
return n.__getInstance(t) || e.global;
|
|
@@ -32574,13 +32577,13 @@ function E9(e, t) {
|
|
|
32574
32577
|
return a != null ? a.__composer : e.global.__composer;
|
|
32575
32578
|
}
|
|
32576
32579
|
}
|
|
32577
|
-
function
|
|
32580
|
+
function xD(e) {
|
|
32578
32581
|
const t = (i) => {
|
|
32579
32582
|
process.env.NODE_ENV !== "production" && Fd(xo(aa.DEPRECATE_TRANSLATE_CUSTOME_DIRECTIVE));
|
|
32580
32583
|
const { instance: l, value: s } = i;
|
|
32581
32584
|
if (!l || !l.$)
|
|
32582
32585
|
throw Fn(Ft.UNEXPECTED_ERROR);
|
|
32583
|
-
const u =
|
|
32586
|
+
const u = ED(e, l.$), c = xh(s);
|
|
32584
32587
|
return [
|
|
32585
32588
|
Reflect.apply(u.t, u, [...kh(c)]),
|
|
32586
32589
|
u
|
|
@@ -32624,15 +32627,15 @@ function kh(e) {
|
|
|
32624
32627
|
const { path: t, locale: n, args: a, choice: r, plural: o } = e, i = {}, l = a || {};
|
|
32625
32628
|
return Ye(n) && (i.locale = n), on(r) && (i.plural = r), on(o) && (i.plural = o), [t, l, i];
|
|
32626
32629
|
}
|
|
32627
|
-
function
|
|
32630
|
+
function kD(e, t, ...n) {
|
|
32628
32631
|
const a = bt(n[0]) ? n[0] : {};
|
|
32629
|
-
(xt(a.globalInstall) ? a.globalInstall : !0) && ([Ch.name, "I18nT"].forEach((o) => e.component(o, Ch)), [Eh.name, "I18nN"].forEach((o) => e.component(o, Eh)), [Ah.name, "I18nD"].forEach((o) => e.component(o, Ah))), e.directive("t",
|
|
32632
|
+
(xt(a.globalInstall) ? a.globalInstall : !0) && ([Ch.name, "I18nT"].forEach((o) => e.component(o, Ch)), [Eh.name, "I18nN"].forEach((o) => e.component(o, Eh)), [Ah.name, "I18nD"].forEach((o) => e.component(o, Ah))), e.directive("t", xD(t));
|
|
32630
32633
|
}
|
|
32631
|
-
const
|
|
32632
|
-
function
|
|
32634
|
+
const TD = /* @__PURE__ */ Ba("global-vue-i18n");
|
|
32635
|
+
function AD(e = {}) {
|
|
32633
32636
|
const t = __VUE_I18N_LEGACY_API__ && xt(e.legacy) ? e.legacy : __VUE_I18N_LEGACY_API__;
|
|
32634
32637
|
process.env.NODE_ENV !== "production" && t && Fd(xo(aa.DEPRECATE_LEGACY_MODE));
|
|
32635
|
-
const n = xt(e.globalInjection) ? e.globalInjection : !0, a = /* @__PURE__ */ new Map(), [r, o] =
|
|
32638
|
+
const n = xt(e.globalInjection) ? e.globalInjection : !0, a = /* @__PURE__ */ new Map(), [r, o] = DD(e, t), i = /* @__PURE__ */ Ba(process.env.NODE_ENV !== "production" ? "vue-i18n" : "");
|
|
32636
32639
|
function l(d) {
|
|
32637
32640
|
return a.get(d) || null;
|
|
32638
32641
|
}
|
|
@@ -32654,12 +32657,12 @@ function A9(e = {}) {
|
|
|
32654
32657
|
c.__composerExtend = p.__composerExtend, c.__vueI18nExtend = p.__vueI18nExtend;
|
|
32655
32658
|
}
|
|
32656
32659
|
let f = null;
|
|
32657
|
-
!t && n && (f =
|
|
32660
|
+
!t && n && (f = FD(d, c.global)), __VUE_I18N_FULL_INSTALL__ && kD(d, c, ...h), __VUE_I18N_LEGACY_API__ && t && d.mixin(_D(o, o.__composer, c));
|
|
32658
32661
|
const m = d.unmount;
|
|
32659
32662
|
if (d.unmount = () => {
|
|
32660
32663
|
f && f(), c.dispose(), m();
|
|
32661
32664
|
}, process.env.NODE_ENV !== "production") {
|
|
32662
|
-
if (!await
|
|
32665
|
+
if (!await sD(d, c))
|
|
32663
32666
|
throw Fn(Ft.CANNOT_SETUP_VUE_DEVTOOLS_PLUGIN);
|
|
32664
32667
|
const b = zd();
|
|
32665
32668
|
if (t) {
|
|
@@ -32696,44 +32699,44 @@ function Kd(e = {}) {
|
|
|
32696
32699
|
throw Fn(Ft.MUST_BE_CALL_SETUP_TOP);
|
|
32697
32700
|
if (!t.isCE && t.appContext.app != null && !t.appContext.app.__VUE_I18N_SYMBOL__)
|
|
32698
32701
|
throw Fn(Ft.NOT_INSTALLED);
|
|
32699
|
-
const n =
|
|
32702
|
+
const n = MD(t), a = PD(n), r = l0(t), o = LD(e, r);
|
|
32700
32703
|
if (o === "global")
|
|
32701
32704
|
return s0(a, e, r), a;
|
|
32702
32705
|
if (o === "parent") {
|
|
32703
|
-
let s =
|
|
32706
|
+
let s = ID(n, t, e.__useComponent);
|
|
32704
32707
|
return s == null && (process.env.NODE_ENV !== "production" && Fa(xo(aa.NOT_FOUND_PARENT_SCOPE)), s = a), s;
|
|
32705
32708
|
}
|
|
32706
32709
|
const i = n;
|
|
32707
32710
|
let l = i.__getInstance(t);
|
|
32708
32711
|
if (l == null) {
|
|
32709
32712
|
const s = fn({}, e);
|
|
32710
|
-
"__i18n" in r && (s.__i18n = r.__i18n), a && (s.__root = a), l = Gd(s), i.__composerExtend && (l[Oc] = i.__composerExtend(l)),
|
|
32713
|
+
"__i18n" in r && (s.__i18n = r.__i18n), a && (s.__root = a), l = Gd(s), i.__composerExtend && (l[Oc] = i.__composerExtend(l)), OD(i, t, l), i.__setInstance(t, l);
|
|
32711
32714
|
} else
|
|
32712
32715
|
process.env.NODE_ENV !== "production" && o === "local" && Fa(xo(aa.DUPLICATE_USE_I18N_CALLING));
|
|
32713
32716
|
return l;
|
|
32714
32717
|
}
|
|
32715
|
-
function
|
|
32718
|
+
function DD(e, t) {
|
|
32716
32719
|
const n = Jb(), a = __VUE_I18N_LEGACY_API__ && t ? n.run(() => Fc(e)) : n.run(() => Gd(e));
|
|
32717
32720
|
if (a == null)
|
|
32718
32721
|
throw Fn(Ft.UNEXPECTED_ERROR);
|
|
32719
32722
|
return [n, a];
|
|
32720
32723
|
}
|
|
32721
|
-
function
|
|
32722
|
-
const t = ga(e.isCE ?
|
|
32724
|
+
function MD(e) {
|
|
32725
|
+
const t = ga(e.isCE ? TD : e.appContext.app.__VUE_I18N_SYMBOL__);
|
|
32723
32726
|
if (!t)
|
|
32724
32727
|
throw Fn(e.isCE ? Ft.NOT_INSTALLED_WITH_PROVIDE : Ft.UNEXPECTED_ERROR);
|
|
32725
32728
|
return t;
|
|
32726
32729
|
}
|
|
32727
|
-
function
|
|
32730
|
+
function LD(e, t) {
|
|
32728
32731
|
return Bs(e) ? "__i18n" in t ? "local" : "global" : e.useScope ? e.useScope : "local";
|
|
32729
32732
|
}
|
|
32730
|
-
function
|
|
32733
|
+
function PD(e) {
|
|
32731
32734
|
return e.mode === "composition" ? e.global : e.global.__composer;
|
|
32732
32735
|
}
|
|
32733
|
-
function
|
|
32736
|
+
function ID(e, t, n = !1) {
|
|
32734
32737
|
let a = null;
|
|
32735
32738
|
const r = t.root;
|
|
32736
|
-
let o =
|
|
32739
|
+
let o = ND(t, n);
|
|
32737
32740
|
for (; o != null; ) {
|
|
32738
32741
|
const i = e;
|
|
32739
32742
|
if (e.mode === "composition")
|
|
@@ -32748,10 +32751,10 @@ function I9(e, t, n = !1) {
|
|
|
32748
32751
|
}
|
|
32749
32752
|
return a;
|
|
32750
32753
|
}
|
|
32751
|
-
function
|
|
32754
|
+
function ND(e, t = !1) {
|
|
32752
32755
|
return e == null ? null : t && e.vnode.ctx || e.parent;
|
|
32753
32756
|
}
|
|
32754
|
-
function
|
|
32757
|
+
function OD(e, t, n) {
|
|
32755
32758
|
let a = null;
|
|
32756
32759
|
ut(() => {
|
|
32757
32760
|
if (process.env.NODE_ENV !== "production") {
|
|
@@ -32766,14 +32769,14 @@ function O9(e, t, n) {
|
|
|
32766
32769
|
o && (o(), delete r[Oc]);
|
|
32767
32770
|
}, t);
|
|
32768
32771
|
}
|
|
32769
|
-
const
|
|
32772
|
+
const RD = [
|
|
32770
32773
|
"locale",
|
|
32771
32774
|
"fallbackLocale",
|
|
32772
32775
|
"availableLocales"
|
|
32773
32776
|
], Th = ["t", "rt", "d", "n", "tm", "te"];
|
|
32774
|
-
function
|
|
32777
|
+
function FD(e, t) {
|
|
32775
32778
|
const n = /* @__PURE__ */ Object.create(null);
|
|
32776
|
-
return
|
|
32779
|
+
return RD.forEach((r) => {
|
|
32777
32780
|
const o = Object.getOwnPropertyDescriptor(t, r);
|
|
32778
32781
|
if (!o)
|
|
32779
32782
|
throw Fn(Ft.UNEXPECTED_ERROR);
|
|
@@ -32802,7 +32805,7 @@ function F9(e, t) {
|
|
|
32802
32805
|
});
|
|
32803
32806
|
};
|
|
32804
32807
|
}
|
|
32805
|
-
const
|
|
32808
|
+
const VD = /* @__PURE__ */ Te({
|
|
32806
32809
|
/* eslint-disable */
|
|
32807
32810
|
name: "i18n-d",
|
|
32808
32811
|
props: fn({
|
|
@@ -32826,8 +32829,8 @@ const V9 = /* @__PURE__ */ Te({
|
|
|
32826
32829
|
n[Ic](...a)
|
|
32827
32830
|
));
|
|
32828
32831
|
}
|
|
32829
|
-
}), Ah =
|
|
32830
|
-
|
|
32832
|
+
}), Ah = VD;
|
|
32833
|
+
tD();
|
|
32831
32834
|
E6(a6);
|
|
32832
32835
|
x6(_6);
|
|
32833
32836
|
k6(Wv);
|
|
@@ -32836,12 +32839,12 @@ if (process.env.NODE_ENV !== "production" || __INTLIFY_PROD_DEVTOOLS__) {
|
|
|
32836
32839
|
e.__INTLIFY__ = !0, r6(e.__INTLIFY_DEVTOOLS_GLOBAL_HOOK__);
|
|
32837
32840
|
}
|
|
32838
32841
|
process.env.NODE_ENV;
|
|
32839
|
-
const
|
|
32842
|
+
const BD = {
|
|
32840
32843
|
title: "Confirm",
|
|
32841
32844
|
message: "Are you sure you want to continue?",
|
|
32842
32845
|
confirm: "Confirm",
|
|
32843
32846
|
cancel: "Cancel"
|
|
32844
|
-
},
|
|
32847
|
+
}, zD = {
|
|
32845
32848
|
upload: "Upload",
|
|
32846
32849
|
uploading: "Uploading {count} file{plural}...",
|
|
32847
32850
|
noFile: "No file selected",
|
|
@@ -32849,11 +32852,11 @@ const B9 = {
|
|
|
32849
32852
|
delete: "Delete",
|
|
32850
32853
|
replace: "Replace",
|
|
32851
32854
|
download: "Download"
|
|
32852
|
-
},
|
|
32855
|
+
}, HD = {
|
|
32853
32856
|
of: "of",
|
|
32854
32857
|
prev: "Previous",
|
|
32855
32858
|
next: "Next"
|
|
32856
|
-
},
|
|
32859
|
+
}, UD = {
|
|
32857
32860
|
required: "This field is required",
|
|
32858
32861
|
invalidEmail: "Please enter a valid email address",
|
|
32859
32862
|
invalidUrl: "Please enter a valid URL",
|
|
@@ -32863,29 +32866,29 @@ const B9 = {
|
|
|
32863
32866
|
maxValue: "Must be no more than {max}",
|
|
32864
32867
|
pattern: "Invalid format",
|
|
32865
32868
|
passwordStrength: "Password strength"
|
|
32866
|
-
},
|
|
32869
|
+
}, jD = {
|
|
32867
32870
|
veryWeak: "Very Weak",
|
|
32868
32871
|
weak: "Weak",
|
|
32869
32872
|
fair: "Fair",
|
|
32870
32873
|
good: "Good",
|
|
32871
32874
|
strong: "Strong"
|
|
32872
|
-
},
|
|
32875
|
+
}, WD = {
|
|
32873
32876
|
placeholder: "Select",
|
|
32874
32877
|
search: "Search",
|
|
32875
32878
|
yes: "Yes",
|
|
32876
32879
|
no: "No"
|
|
32877
|
-
},
|
|
32880
|
+
}, qD = {
|
|
32878
32881
|
loadDefault: "Load Default {label}"
|
|
32879
|
-
},
|
|
32882
|
+
}, GD = {
|
|
32880
32883
|
item: "Item"
|
|
32881
|
-
},
|
|
32884
|
+
}, YD = {
|
|
32882
32885
|
loading: "Loading..."
|
|
32883
|
-
},
|
|
32886
|
+
}, XD = {
|
|
32884
32887
|
success: "Success",
|
|
32885
32888
|
error: "Error",
|
|
32886
32889
|
warning: "Warning",
|
|
32887
32890
|
info: "Information"
|
|
32888
|
-
},
|
|
32891
|
+
}, KD = {
|
|
32889
32892
|
filter: "Filter",
|
|
32890
32893
|
noActiveFilters: "No active filters",
|
|
32891
32894
|
connectors: {
|
|
@@ -32917,14 +32920,14 @@ const B9 = {
|
|
|
32917
32920
|
clearAll: "Clear all",
|
|
32918
32921
|
save: "Save"
|
|
32919
32922
|
}
|
|
32920
|
-
},
|
|
32923
|
+
}, JD = {
|
|
32921
32924
|
previous: "Previous",
|
|
32922
32925
|
next: "Next",
|
|
32923
32926
|
complete: "Complete",
|
|
32924
32927
|
step: "Step {current} of {total}"
|
|
32925
|
-
},
|
|
32928
|
+
}, ZD = {
|
|
32926
32929
|
placeholder: "Enter address"
|
|
32927
|
-
},
|
|
32930
|
+
}, QD = {
|
|
32928
32931
|
close: "Close",
|
|
32929
32932
|
cancel: "Cancel",
|
|
32930
32933
|
importData: "Import Data",
|
|
@@ -32938,7 +32941,7 @@ const B9 = {
|
|
|
32938
32941
|
selectTargetValue: "Select target value",
|
|
32939
32942
|
targetValue: "Target value",
|
|
32940
32943
|
selectColumn: "Select column..."
|
|
32941
|
-
},
|
|
32944
|
+
}, e9 = {
|
|
32942
32945
|
year: "year",
|
|
32943
32946
|
month: "month",
|
|
32944
32947
|
week: "week",
|
|
@@ -32949,29 +32952,29 @@ const B9 = {
|
|
|
32949
32952
|
ago: "ago",
|
|
32950
32953
|
in: "in",
|
|
32951
32954
|
justNow: "Just now"
|
|
32952
|
-
},
|
|
32955
|
+
}, t9 = {
|
|
32953
32956
|
save: "Save",
|
|
32954
32957
|
cancel: "Cancel",
|
|
32955
32958
|
delete: "Delete",
|
|
32956
32959
|
validationError: "Please fix the validation errors before submitting",
|
|
32957
32960
|
errorOccurred: "An error occurred"
|
|
32958
|
-
},
|
|
32961
|
+
}, n9 = {
|
|
32959
32962
|
phoneNumber: "Phone Number",
|
|
32960
32963
|
invalidPhone: "Please enter a valid phone number"
|
|
32961
|
-
},
|
|
32964
|
+
}, a9 = {
|
|
32962
32965
|
invalidEmail: "Please enter a valid email address",
|
|
32963
32966
|
invalidDomain: "This email domain appears to be invalid"
|
|
32964
|
-
},
|
|
32967
|
+
}, r9 = {
|
|
32965
32968
|
invalidFormat: "Invalid date format"
|
|
32966
|
-
},
|
|
32969
|
+
}, o9 = {
|
|
32967
32970
|
wrapText: "Wrap Text",
|
|
32968
32971
|
selectAll: "Select All",
|
|
32969
32972
|
clearAll: "Clear All"
|
|
32970
|
-
},
|
|
32973
|
+
}, i9 = {
|
|
32971
32974
|
openFile: "Open File"
|
|
32972
|
-
},
|
|
32975
|
+
}, l9 = {
|
|
32973
32976
|
placeholder: "Enter color"
|
|
32974
|
-
},
|
|
32977
|
+
}, s9 = {
|
|
32975
32978
|
deleteBlockConfirm: "Are you sure you want to delete this section?",
|
|
32976
32979
|
saving: "Saving...",
|
|
32977
32980
|
error: "Error",
|
|
@@ -33025,7 +33028,7 @@ const B9 = {
|
|
|
33025
33028
|
notPublished: "Not published yet",
|
|
33026
33029
|
production: "Production",
|
|
33027
33030
|
publishFailed: "Publish failed"
|
|
33028
|
-
},
|
|
33031
|
+
}, u9 = {
|
|
33029
33032
|
loadError: "Loading failed",
|
|
33030
33033
|
newItemTitle: "New item — {label}",
|
|
33031
33034
|
createSubmit: "Create",
|
|
@@ -33055,7 +33058,7 @@ const B9 = {
|
|
|
33055
33058
|
deleteTooltip: "Delete",
|
|
33056
33059
|
reorderTooltip: "Reorder",
|
|
33057
33060
|
reorderSaving: "Saving order..."
|
|
33058
|
-
},
|
|
33061
|
+
}, c9 = {
|
|
33059
33062
|
selectCollection: "Select a collection from the list",
|
|
33060
33063
|
fieldName: "Name",
|
|
33061
33064
|
fieldStore: "Store",
|
|
@@ -33070,7 +33073,7 @@ const B9 = {
|
|
|
33070
33073
|
addBtn: "Add Datastore",
|
|
33071
33074
|
empty: "No Datastores yet",
|
|
33072
33075
|
deleteConfirm: 'Delete "{name}"?'
|
|
33073
|
-
},
|
|
33076
|
+
}, d9 = {
|
|
33074
33077
|
content: "Content",
|
|
33075
33078
|
blox: "Blox",
|
|
33076
33079
|
whatsapp: "WhatsApp",
|
|
@@ -33078,7 +33081,7 @@ const B9 = {
|
|
|
33078
33081
|
agent: "Agents",
|
|
33079
33082
|
users: "Users",
|
|
33080
33083
|
tenants: "Organizations"
|
|
33081
|
-
},
|
|
33084
|
+
}, f9 = {
|
|
33082
33085
|
title: "Users",
|
|
33083
33086
|
notConfigured: "User management interface is not configured",
|
|
33084
33087
|
notConfiguredHint: "Pass userApi to createAuthAdmin() to enable this screen.",
|
|
@@ -33106,7 +33109,7 @@ const B9 = {
|
|
|
33106
33109
|
deleteInviteConfirm: "Delete the invitation?",
|
|
33107
33110
|
deleteInviteError: "Error deleting invitation",
|
|
33108
33111
|
removeUserConfirm: "Remove {email}?"
|
|
33109
|
-
},
|
|
33112
|
+
}, m9 = {
|
|
33110
33113
|
title: "Forms",
|
|
33111
33114
|
refresh: "Refresh",
|
|
33112
33115
|
newForm: "New Form",
|
|
@@ -33273,7 +33276,7 @@ const B9 = {
|
|
|
33273
33276
|
phone: "Phone"
|
|
33274
33277
|
}
|
|
33275
33278
|
}
|
|
33276
|
-
},
|
|
33279
|
+
}, h9 = {
|
|
33277
33280
|
today: "Today",
|
|
33278
33281
|
views: {
|
|
33279
33282
|
week: "Week",
|
|
@@ -33287,7 +33290,7 @@ const B9 = {
|
|
|
33287
33290
|
eventsCount: "{n} event | {n} events",
|
|
33288
33291
|
noEvents: "No events"
|
|
33289
33292
|
}
|
|
33290
|
-
},
|
|
33293
|
+
}, p9 = {
|
|
33291
33294
|
addTo: "Add to {name}",
|
|
33292
33295
|
addToCalendar: "Add to Calendar",
|
|
33293
33296
|
google: "Google Calendar",
|
|
@@ -33296,43 +33299,43 @@ const B9 = {
|
|
|
33296
33299
|
office365: "Office 365",
|
|
33297
33300
|
yahoo: "Yahoo Calendar",
|
|
33298
33301
|
ics: "Calendar (ICS file)"
|
|
33299
|
-
},
|
|
33300
|
-
modalConfirm:
|
|
33301
|
-
upload:
|
|
33302
|
-
pagination:
|
|
33303
|
-
form:
|
|
33304
|
-
password:
|
|
33305
|
-
select:
|
|
33306
|
-
fieldArray:
|
|
33307
|
-
arrayInput:
|
|
33308
|
-
btn:
|
|
33309
|
-
toast:
|
|
33310
|
-
filter:
|
|
33311
|
-
multiStep:
|
|
33312
|
-
addressSearch:
|
|
33313
|
-
importData:
|
|
33314
|
-
timeAgo:
|
|
33315
|
-
dialogForm:
|
|
33316
|
-
tel:
|
|
33317
|
-
email:
|
|
33318
|
-
date:
|
|
33319
|
-
spreadsheet:
|
|
33320
|
-
lightbox:
|
|
33321
|
-
color:
|
|
33322
|
-
pageDesigner:
|
|
33323
|
-
collection:
|
|
33324
|
-
datastores:
|
|
33325
|
-
admin:
|
|
33326
|
-
userManagement:
|
|
33327
|
-
forms:
|
|
33328
|
-
calendar:
|
|
33329
|
-
addToCalendar:
|
|
33330
|
-
},
|
|
33302
|
+
}, g9 = {
|
|
33303
|
+
modalConfirm: BD,
|
|
33304
|
+
upload: zD,
|
|
33305
|
+
pagination: HD,
|
|
33306
|
+
form: UD,
|
|
33307
|
+
password: jD,
|
|
33308
|
+
select: WD,
|
|
33309
|
+
fieldArray: qD,
|
|
33310
|
+
arrayInput: GD,
|
|
33311
|
+
btn: YD,
|
|
33312
|
+
toast: XD,
|
|
33313
|
+
filter: KD,
|
|
33314
|
+
multiStep: JD,
|
|
33315
|
+
addressSearch: ZD,
|
|
33316
|
+
importData: QD,
|
|
33317
|
+
timeAgo: e9,
|
|
33318
|
+
dialogForm: t9,
|
|
33319
|
+
tel: n9,
|
|
33320
|
+
email: a9,
|
|
33321
|
+
date: r9,
|
|
33322
|
+
spreadsheet: o9,
|
|
33323
|
+
lightbox: i9,
|
|
33324
|
+
color: l9,
|
|
33325
|
+
pageDesigner: s9,
|
|
33326
|
+
collection: u9,
|
|
33327
|
+
datastores: c9,
|
|
33328
|
+
admin: d9,
|
|
33329
|
+
userManagement: f9,
|
|
33330
|
+
forms: m9,
|
|
33331
|
+
calendar: h9,
|
|
33332
|
+
addToCalendar: p9
|
|
33333
|
+
}, v9 = {
|
|
33331
33334
|
title: "Confirmar",
|
|
33332
33335
|
message: "¿Estás seguro de que quieres continuar?",
|
|
33333
33336
|
confirm: "Confirmar",
|
|
33334
33337
|
cancel: "Cancelar"
|
|
33335
|
-
},
|
|
33338
|
+
}, b9 = {
|
|
33336
33339
|
upload: "Subir",
|
|
33337
33340
|
uploading: "Subiendo {count} archivo{plural}...",
|
|
33338
33341
|
noFile: "Ningún archivo seleccionado",
|
|
@@ -33340,11 +33343,11 @@ const B9 = {
|
|
|
33340
33343
|
delete: "Eliminar",
|
|
33341
33344
|
replace: "Reemplazar",
|
|
33342
33345
|
download: "Descargar"
|
|
33343
|
-
},
|
|
33346
|
+
}, y9 = {
|
|
33344
33347
|
of: "de",
|
|
33345
33348
|
prev: "Anterior",
|
|
33346
33349
|
next: "Siguiente"
|
|
33347
|
-
},
|
|
33350
|
+
}, _9 = {
|
|
33348
33351
|
required: "Este campo es obligatorio",
|
|
33349
33352
|
invalidEmail: "Introduce un correo electrónico válido",
|
|
33350
33353
|
invalidUrl: "Introduce una URL válida",
|
|
@@ -33354,29 +33357,29 @@ const B9 = {
|
|
|
33354
33357
|
maxValue: "Debe ser como máximo {max}",
|
|
33355
33358
|
pattern: "Formato inválido",
|
|
33356
33359
|
passwordStrength: "Fortaleza de la contraseña"
|
|
33357
|
-
},
|
|
33360
|
+
}, w9 = {
|
|
33358
33361
|
veryWeak: "Muy débil",
|
|
33359
33362
|
weak: "Débil",
|
|
33360
33363
|
fair: "Regular",
|
|
33361
33364
|
good: "Buena",
|
|
33362
33365
|
strong: "Fuerte"
|
|
33363
|
-
}, $
|
|
33366
|
+
}, $9 = {
|
|
33364
33367
|
placeholder: "Seleccionar",
|
|
33365
33368
|
search: "Buscar",
|
|
33366
33369
|
yes: "Sí",
|
|
33367
33370
|
no: "No"
|
|
33368
|
-
},
|
|
33371
|
+
}, S9 = {
|
|
33369
33372
|
loadDefault: "Cargar {label} predeterminado"
|
|
33370
|
-
},
|
|
33373
|
+
}, C9 = {
|
|
33371
33374
|
item: "Elemento"
|
|
33372
|
-
},
|
|
33375
|
+
}, E9 = {
|
|
33373
33376
|
loading: "Cargando..."
|
|
33374
|
-
},
|
|
33377
|
+
}, x9 = {
|
|
33375
33378
|
success: "Éxito",
|
|
33376
33379
|
error: "Error",
|
|
33377
33380
|
warning: "Advertencia",
|
|
33378
33381
|
info: "Información"
|
|
33379
|
-
},
|
|
33382
|
+
}, k9 = {
|
|
33380
33383
|
filter: "Filtro",
|
|
33381
33384
|
noActiveFilters: "Sin filtros activos",
|
|
33382
33385
|
connectors: {
|
|
@@ -33408,14 +33411,14 @@ const B9 = {
|
|
|
33408
33411
|
clearAll: "Limpiar todo",
|
|
33409
33412
|
save: "Guardar"
|
|
33410
33413
|
}
|
|
33411
|
-
},
|
|
33414
|
+
}, T9 = {
|
|
33412
33415
|
previous: "Anterior",
|
|
33413
33416
|
next: "Siguiente",
|
|
33414
33417
|
complete: "Completar",
|
|
33415
33418
|
step: "Paso {current} de {total}"
|
|
33416
|
-
},
|
|
33419
|
+
}, A9 = {
|
|
33417
33420
|
placeholder: "Introduce una dirección"
|
|
33418
|
-
},
|
|
33421
|
+
}, D9 = {
|
|
33419
33422
|
close: "Cerrar",
|
|
33420
33423
|
cancel: "Cancelar",
|
|
33421
33424
|
importData: "Importar datos",
|
|
@@ -33429,7 +33432,7 @@ const B9 = {
|
|
|
33429
33432
|
selectTargetValue: "Seleccionar valor de destino",
|
|
33430
33433
|
targetValue: "Valor de destino",
|
|
33431
33434
|
selectColumn: "Seleccionar columna..."
|
|
33432
|
-
},
|
|
33435
|
+
}, M9 = {
|
|
33433
33436
|
year: "año",
|
|
33434
33437
|
month: "mes",
|
|
33435
33438
|
week: "semana",
|
|
@@ -33440,29 +33443,29 @@ const B9 = {
|
|
|
33440
33443
|
ago: "hace",
|
|
33441
33444
|
in: "en",
|
|
33442
33445
|
justNow: "Justo ahora"
|
|
33443
|
-
},
|
|
33446
|
+
}, L9 = {
|
|
33444
33447
|
save: "Guardar",
|
|
33445
33448
|
cancel: "Cancelar",
|
|
33446
33449
|
delete: "Eliminar",
|
|
33447
33450
|
validationError: "Por favor corrija los errores de validación antes de enviar",
|
|
33448
33451
|
errorOccurred: "Ocurrió un error"
|
|
33449
|
-
},
|
|
33452
|
+
}, P9 = {
|
|
33450
33453
|
phoneNumber: "Número de teléfono",
|
|
33451
33454
|
invalidPhone: "Por favor introduce un número de teléfono válido"
|
|
33452
|
-
},
|
|
33455
|
+
}, I9 = {
|
|
33453
33456
|
invalidEmail: "Introduce un correo electrónico válido",
|
|
33454
33457
|
invalidDomain: "El dominio de este correo electrónico parece no ser válido"
|
|
33455
|
-
},
|
|
33458
|
+
}, N9 = {
|
|
33456
33459
|
invalidFormat: "Formato de fecha inválido"
|
|
33457
|
-
},
|
|
33460
|
+
}, O9 = {
|
|
33458
33461
|
wrapText: "Ajuste de texto",
|
|
33459
33462
|
selectAll: "Seleccionar todo",
|
|
33460
33463
|
clearAll: "Limpiar todo"
|
|
33461
|
-
},
|
|
33464
|
+
}, R9 = {
|
|
33462
33465
|
openFile: "Abrir archivo"
|
|
33463
|
-
},
|
|
33466
|
+
}, F9 = {
|
|
33464
33467
|
placeholder: "Introduce un color"
|
|
33465
|
-
},
|
|
33468
|
+
}, V9 = {
|
|
33466
33469
|
deleteBlockConfirm: "¿Estás seguro de que quieres eliminar esta sección?",
|
|
33467
33470
|
saving: "Guardando...",
|
|
33468
33471
|
error: "Error",
|
|
@@ -33516,7 +33519,7 @@ const B9 = {
|
|
|
33516
33519
|
notPublished: "No publicado aún",
|
|
33517
33520
|
production: "Producción",
|
|
33518
33521
|
publishFailed: "Error al publicar"
|
|
33519
|
-
},
|
|
33522
|
+
}, B9 = {
|
|
33520
33523
|
content: "Contenido",
|
|
33521
33524
|
blox: "Blox",
|
|
33522
33525
|
whatsapp: "WhatsApp",
|
|
@@ -33524,7 +33527,7 @@ const B9 = {
|
|
|
33524
33527
|
agent: "Agentes",
|
|
33525
33528
|
users: "Usuarios",
|
|
33526
33529
|
tenants: "Organizaciones"
|
|
33527
|
-
},
|
|
33530
|
+
}, z9 = {
|
|
33528
33531
|
title: "Usuarios",
|
|
33529
33532
|
notConfigured: "La interfaz de gestión de usuarios no está configurada",
|
|
33530
33533
|
notConfiguredHint: "Pasa userApi a createAuthAdmin() para habilitar esta pantalla.",
|
|
@@ -33552,7 +33555,7 @@ const B9 = {
|
|
|
33552
33555
|
deleteInviteConfirm: "¿Eliminar la invitación?",
|
|
33553
33556
|
deleteInviteError: "Error al eliminar la invitación",
|
|
33554
33557
|
removeUserConfirm: "¿Eliminar a {email}?"
|
|
33555
|
-
},
|
|
33558
|
+
}, H9 = {
|
|
33556
33559
|
today: "Hoy",
|
|
33557
33560
|
views: {
|
|
33558
33561
|
week: "Semana",
|
|
@@ -33566,43 +33569,43 @@ const B9 = {
|
|
|
33566
33569
|
eventsCount: "{n} evento | {n} eventos",
|
|
33567
33570
|
noEvents: "Sin eventos"
|
|
33568
33571
|
}
|
|
33569
|
-
},
|
|
33572
|
+
}, U9 = {
|
|
33570
33573
|
addTo: "Agregar a {name}",
|
|
33571
33574
|
addToCalendar: "Agregar al calendario"
|
|
33572
|
-
},
|
|
33573
|
-
modalConfirm:
|
|
33574
|
-
upload:
|
|
33575
|
-
pagination:
|
|
33576
|
-
form:
|
|
33577
|
-
password:
|
|
33578
|
-
select: $
|
|
33579
|
-
fieldArray:
|
|
33580
|
-
arrayInput:
|
|
33581
|
-
btn:
|
|
33582
|
-
toast:
|
|
33583
|
-
filter:
|
|
33584
|
-
multiStep:
|
|
33585
|
-
addressSearch:
|
|
33586
|
-
importData:
|
|
33587
|
-
timeAgo:
|
|
33588
|
-
dialogForm:
|
|
33589
|
-
tel:
|
|
33590
|
-
email:
|
|
33591
|
-
date:
|
|
33592
|
-
spreadsheet:
|
|
33593
|
-
lightbox:
|
|
33594
|
-
color:
|
|
33595
|
-
pageDesigner:
|
|
33596
|
-
admin:
|
|
33597
|
-
userManagement:
|
|
33598
|
-
calendar:
|
|
33599
|
-
addToCalendar:
|
|
33600
|
-
},
|
|
33575
|
+
}, j9 = {
|
|
33576
|
+
modalConfirm: v9,
|
|
33577
|
+
upload: b9,
|
|
33578
|
+
pagination: y9,
|
|
33579
|
+
form: _9,
|
|
33580
|
+
password: w9,
|
|
33581
|
+
select: $9,
|
|
33582
|
+
fieldArray: S9,
|
|
33583
|
+
arrayInput: C9,
|
|
33584
|
+
btn: E9,
|
|
33585
|
+
toast: x9,
|
|
33586
|
+
filter: k9,
|
|
33587
|
+
multiStep: T9,
|
|
33588
|
+
addressSearch: A9,
|
|
33589
|
+
importData: D9,
|
|
33590
|
+
timeAgo: M9,
|
|
33591
|
+
dialogForm: L9,
|
|
33592
|
+
tel: P9,
|
|
33593
|
+
email: I9,
|
|
33594
|
+
date: N9,
|
|
33595
|
+
spreadsheet: O9,
|
|
33596
|
+
lightbox: R9,
|
|
33597
|
+
color: F9,
|
|
33598
|
+
pageDesigner: V9,
|
|
33599
|
+
admin: B9,
|
|
33600
|
+
userManagement: z9,
|
|
33601
|
+
calendar: H9,
|
|
33602
|
+
addToCalendar: U9
|
|
33603
|
+
}, W9 = {
|
|
33601
33604
|
title: "Confirmer",
|
|
33602
33605
|
message: "Êtes-vous sûr de vouloir continuer ?",
|
|
33603
33606
|
confirm: "Confirmer",
|
|
33604
33607
|
cancel: "Annuler"
|
|
33605
|
-
},
|
|
33608
|
+
}, q9 = {
|
|
33606
33609
|
upload: "Télécharger",
|
|
33607
33610
|
uploading: "Téléchargement de {count} fichier{plural} en cours...",
|
|
33608
33611
|
noFile: "Aucun fichier sélectionné",
|
|
@@ -33610,11 +33613,11 @@ const B9 = {
|
|
|
33610
33613
|
delete: "Supprimer",
|
|
33611
33614
|
replace: "Remplacer",
|
|
33612
33615
|
download: "Télécharger"
|
|
33613
|
-
},
|
|
33616
|
+
}, G9 = {
|
|
33614
33617
|
of: "de",
|
|
33615
33618
|
prev: "Précédent",
|
|
33616
33619
|
next: "Suivant"
|
|
33617
|
-
},
|
|
33620
|
+
}, Y9 = {
|
|
33618
33621
|
required: "Ce champ est obligatoire",
|
|
33619
33622
|
invalidEmail: "Veuillez entrer une adresse email valide",
|
|
33620
33623
|
invalidUrl: "Veuillez entrer une URL valide",
|
|
@@ -33624,22 +33627,22 @@ const B9 = {
|
|
|
33624
33627
|
maxValue: "Doit être au maximum {max}",
|
|
33625
33628
|
pattern: "Format invalide",
|
|
33626
33629
|
passwordStrength: "Force du mot de passe"
|
|
33627
|
-
},
|
|
33630
|
+
}, X9 = {
|
|
33628
33631
|
veryWeak: "Très faible",
|
|
33629
33632
|
weak: "Faible",
|
|
33630
33633
|
fair: "Passable",
|
|
33631
33634
|
good: "Bonne",
|
|
33632
33635
|
strong: "Forte"
|
|
33633
|
-
},
|
|
33636
|
+
}, K9 = {
|
|
33634
33637
|
placeholder: "Sélectionner",
|
|
33635
33638
|
search: "Rechercher",
|
|
33636
33639
|
yes: "Oui",
|
|
33637
33640
|
no: "Non"
|
|
33638
|
-
},
|
|
33641
|
+
}, J9 = {
|
|
33639
33642
|
loadDefault: "Charger {label} par défaut"
|
|
33640
|
-
},
|
|
33643
|
+
}, Z9 = {
|
|
33641
33644
|
item: "Élément"
|
|
33642
|
-
},
|
|
33645
|
+
}, Q9 = {
|
|
33643
33646
|
loading: "Chargement..."
|
|
33644
33647
|
}, eM = {
|
|
33645
33648
|
success: "Succès",
|
|
@@ -33840,15 +33843,15 @@ const B9 = {
|
|
|
33840
33843
|
addTo: "Ajouter à {name}",
|
|
33841
33844
|
addToCalendar: "Ajouter au calendrier"
|
|
33842
33845
|
}, bM = {
|
|
33843
|
-
modalConfirm:
|
|
33844
|
-
upload:
|
|
33845
|
-
pagination:
|
|
33846
|
-
form:
|
|
33847
|
-
password:
|
|
33848
|
-
select:
|
|
33849
|
-
fieldArray:
|
|
33850
|
-
arrayInput:
|
|
33851
|
-
btn:
|
|
33846
|
+
modalConfirm: W9,
|
|
33847
|
+
upload: q9,
|
|
33848
|
+
pagination: G9,
|
|
33849
|
+
form: Y9,
|
|
33850
|
+
password: X9,
|
|
33851
|
+
select: K9,
|
|
33852
|
+
fieldArray: J9,
|
|
33853
|
+
arrayInput: Z9,
|
|
33854
|
+
btn: Q9,
|
|
33852
33855
|
toast: eM,
|
|
33853
33856
|
filter: tM,
|
|
33854
33857
|
multiStep: nM,
|
|
@@ -34920,10 +34923,10 @@ const B9 = {
|
|
|
34920
34923
|
calendar: XL,
|
|
34921
34924
|
addToCalendar: KL
|
|
34922
34925
|
}, Dh = {
|
|
34923
|
-
en:
|
|
34926
|
+
en: g9,
|
|
34924
34927
|
he: XM,
|
|
34925
34928
|
it: SL,
|
|
34926
|
-
es:
|
|
34929
|
+
es: j9,
|
|
34927
34930
|
fr: bM,
|
|
34928
34931
|
ru: JL
|
|
34929
34932
|
};
|
|
@@ -34941,7 +34944,7 @@ function ZL(e = {}) {
|
|
|
34941
34944
|
};
|
|
34942
34945
|
for (const i of Object.keys(a))
|
|
34943
34946
|
o[i] || (o[i] = a[i]);
|
|
34944
|
-
return as =
|
|
34947
|
+
return as = AD({
|
|
34945
34948
|
locale: t,
|
|
34946
34949
|
fallbackLocale: n,
|
|
34947
34950
|
messages: o,
|