@vc-shell/framework 1.0.163 → 1.0.164

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/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.0.164](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.163...v1.0.164) (2024-02-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **framework:** Add i18n support to StatusField component and fix Quill editor issue ([7749feb](https://github.com/VirtoCommerce/vc-shell/commit/7749feba938b8011220c6139908daa7e68df5bcd))
7
+
8
+
9
+
1
10
  ## [1.0.163](https://github.com/VirtoCommerce/vc-shell/compare/v1.0.162...v1.0.163) (2024-02-09)
2
11
 
3
12
 
package/dist/framework.js CHANGED
@@ -24999,15 +24999,15 @@ Ll.exports;
24999
24999
  return M && fs(q, ps(q), M);
25000
25000
  }
25001
25001
  function us(M, q, re, ye, tt, Ge, ht) {
25002
- var vt;
25003
- if (ye && (vt = Ge ? ye(M, tt, Ge, ht) : ye(M)), vt !== void 0)
25004
- return vt;
25002
+ var yt;
25003
+ if (ye && (yt = Ge ? ye(M, tt, Ge, ht) : ye(M)), yt !== void 0)
25004
+ return yt;
25005
25005
  if (!_r(M))
25006
25006
  return M;
25007
25007
  var zt = ds(M);
25008
25008
  if (zt) {
25009
- if (vt = Oc(M), !q)
25010
- return xc(M, vt);
25009
+ if (yt = Oc(M), !q)
25010
+ return xc(M, yt);
25011
25011
  } else {
25012
25012
  var St = Fr(M), pn = St == c || St == l;
25013
25013
  if (Ba(M))
@@ -25015,23 +25015,23 @@ Ll.exports;
25015
25015
  if (St == h || St == o || pn && !Ge) {
25016
25016
  if (G(M))
25017
25017
  return Ge ? M : {};
25018
- if (vt = wr(pn ? {} : M), !q)
25019
- return kc(M, br(vt, M));
25018
+ if (yt = wr(pn ? {} : M), !q)
25019
+ return kc(M, br(yt, M));
25020
25020
  } else {
25021
25021
  if (!P[St])
25022
25022
  return Ge ? M : {};
25023
- vt = $c(M, St, us, q);
25023
+ yt = $c(M, St, us, q);
25024
25024
  }
25025
25025
  }
25026
25026
  ht || (ht = new kn());
25027
25027
  var Cn = ht.get(M);
25028
25028
  if (Cn)
25029
25029
  return Cn;
25030
- if (ht.set(M, vt), !zt)
25030
+ if (ht.set(M, yt), !zt)
25031
25031
  var Jt = re ? Cc(M) : ps(M);
25032
25032
  return Q(Jt || M, function(mn, un) {
25033
- Jt && (un = mn, mn = M[un]), Na(vt, un, us(mn, q, re, ye, un, M, ht));
25034
- }), vt;
25033
+ Jt && (un = mn, mn = M[un]), Na(yt, un, us(mn, q, re, ye, un, M, ht));
25034
+ }), yt;
25035
25035
  }
25036
25036
  function yc(M) {
25037
25037
  return _r(M) ? Ze(M) : {};
@@ -25099,8 +25099,8 @@ Ll.exports;
25099
25099
  function fs(M, q, re, ye) {
25100
25100
  re || (re = {});
25101
25101
  for (var tt = -1, Ge = q.length; ++tt < Ge; ) {
25102
- var ht = q[tt], vt = ye ? ye(re[ht], M[ht], ht, re, M) : void 0;
25103
- Na(re, ht, vt === void 0 ? M[ht] : vt);
25102
+ var ht = q[tt], yt = ye ? ye(re[ht], M[ht], ht, re, M) : void 0;
25103
+ Na(re, ht, yt === void 0 ? M[ht] : yt);
25104
25104
  }
25105
25105
  return re;
25106
25106
  }
@@ -25443,14 +25443,14 @@ Il.exports;
25443
25443
  }
25444
25444
  br.prototype.clear = us, br.prototype.delete = yc, br.prototype.get = bc, br.prototype.has = wc, br.prototype.set = _c;
25445
25445
  function Sc(M, q) {
25446
- var re = ho(M), ye = !re && Fa(M), tt = !re && !ye && po(M), Ge = !re && !ye && !tt && Ua(M), ht = re || ye || tt || Ge, vt = ht ? ae(M.length, String) : [], zt = vt.length;
25446
+ var re = ho(M), ye = !re && Fa(M), tt = !re && !ye && po(M), Ge = !re && !ye && !tt && Ua(M), ht = re || ye || tt || Ge, yt = ht ? ae(M.length, String) : [], zt = yt.length;
25447
25447
  for (var St in M)
25448
25448
  (q || Re.call(M, St)) && !(ht && // Safari 9 has enumerable `arguments.length` in strict mode.
25449
25449
  (St == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
25450
25450
  tt && (St == "offset" || St == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
25451
25451
  Ge && (St == "buffer" || St == "byteLength" || St == "byteOffset") || // Skip index properties.
25452
- $c(St, zt))) && vt.push(St);
25453
- return vt;
25452
+ $c(St, zt))) && yt.push(St);
25453
+ return yt;
25454
25454
  }
25455
25455
  function fo(M, q) {
25456
25456
  for (var re = M.length; re--; )
@@ -25472,7 +25472,7 @@ Il.exports;
25472
25472
  return M === q ? !0 : M == null || q == null || !_r(M) && !_r(q) ? M !== M && q !== q : Ec(M, q, re, ye, Ra, tt);
25473
25473
  }
25474
25474
  function Ec(M, q, re, ye, tt, Ge) {
25475
- var ht = ho(M), vt = ho(q), zt = ht ? s : wr(M), St = vt ? s : wr(q);
25475
+ var ht = ho(M), yt = ho(q), zt = ht ? s : wr(M), St = yt ? s : wr(q);
25476
25476
  zt = zt == d ? y : zt, St = St == d ? y : St;
25477
25477
  var pn = zt == y, Cn = St == y, Jt = zt == St;
25478
25478
  if (Jt && po(M)) {
@@ -25509,14 +25509,14 @@ Il.exports;
25509
25509
  return q;
25510
25510
  }
25511
25511
  function fs(M, q, re, ye, tt, Ge) {
25512
- var ht = re & i, vt = M.length, zt = q.length;
25513
- if (vt != zt && !(ht && zt > vt))
25512
+ var ht = re & i, yt = M.length, zt = q.length;
25513
+ if (yt != zt && !(ht && zt > yt))
25514
25514
  return !1;
25515
25515
  var St = Ge.get(M);
25516
25516
  if (St && Ge.get(q))
25517
25517
  return St == q;
25518
25518
  var pn = -1, Cn = !0, Jt = re & o ? new uo() : void 0;
25519
- for (Ge.set(M, q), Ge.set(q, M); ++pn < vt; ) {
25519
+ for (Ge.set(M, q), Ge.set(q, M); ++pn < yt; ) {
25520
25520
  var mn = M[pn], un = q[pn];
25521
25521
  if (ye)
25522
25522
  var ai = ht ? ye(un, mn, pn, q, M, Ge) : ye(mn, un, pn, M, q, Ge);
@@ -25559,16 +25559,16 @@ Il.exports;
25559
25559
  case x:
25560
25560
  return M == q + "";
25561
25561
  case m:
25562
- var vt = be;
25562
+ var yt = be;
25563
25563
  case S:
25564
25564
  var zt = ye & i;
25565
- if (vt || (vt = We), M.size != q.size && !zt)
25565
+ if (yt || (yt = We), M.size != q.size && !zt)
25566
25566
  return !1;
25567
25567
  var St = ht.get(M);
25568
25568
  if (St)
25569
25569
  return St == q;
25570
25570
  ye |= o, ht.set(M, q);
25571
- var pn = fs(vt(M), vt(q), ye, tt, Ge, ht);
25571
+ var pn = fs(yt(M), yt(q), ye, tt, Ge, ht);
25572
25572
  return ht.delete(M), pn;
25573
25573
  case C:
25574
25574
  if (ls)
@@ -25577,11 +25577,11 @@ Il.exports;
25577
25577
  return !1;
25578
25578
  }
25579
25579
  function Cc(M, q, re, ye, tt, Ge) {
25580
- var ht = re & i, vt = Ii(M), zt = vt.length, St = Ii(q), pn = St.length;
25580
+ var ht = re & i, yt = Ii(M), zt = yt.length, St = Ii(q), pn = St.length;
25581
25581
  if (zt != pn && !ht)
25582
25582
  return !1;
25583
25583
  for (var Cn = zt; Cn--; ) {
25584
- var Jt = vt[Cn];
25584
+ var Jt = yt[Cn];
25585
25585
  if (!(ht ? Jt in q : Re.call(q, Jt)))
25586
25586
  return !1;
25587
25587
  }
@@ -25591,7 +25591,7 @@ Il.exports;
25591
25591
  var un = !0;
25592
25592
  Ge.set(M, q), Ge.set(q, M);
25593
25593
  for (var ai = ht; ++Cn < zt; ) {
25594
- Jt = vt[Cn];
25594
+ Jt = yt[Cn];
25595
25595
  var Br = M[Jt], Ni = q[Jt];
25596
25596
  if (ye)
25597
25597
  var zp = ht ? ye(Ni, Br, Jt, q, M, Ge) : ye(Br, Ni, Jt, M, q, Ge);
@@ -26402,7 +26402,7 @@ const py = /* @__PURE__ */ Ie({
26402
26402
  },
26403
26403
  emits: ["update:modelValue"],
26404
26404
  setup(n, { emit: e }) {
26405
- const t = n, r = e, i = se(), o = {
26405
+ const t = n, r = e, i = se(), o = se(null), a = {
26406
26406
  container: [
26407
26407
  { header: 1 },
26408
26408
  { header: 2 },
@@ -26417,90 +26417,96 @@ const py = /* @__PURE__ */ Ie({
26417
26417
  { list: "bullet" }
26418
26418
  ],
26419
26419
  handlers: {}
26420
- }, a = {
26420
+ }, d = {
26421
26421
  name: "imageUploader",
26422
26422
  module: hy,
26423
26423
  options: {
26424
- upload: async (c) => {
26425
- const l = new FormData();
26426
- l.append("image", c);
26427
- const f = await (await fetch(`/api/assets?folderUrl=/catalog/${t.assetsFolder}`, {
26424
+ upload: async (l) => {
26425
+ const u = new FormData();
26426
+ u.append("image", l);
26427
+ const h = await (await fetch(`/api/assets?folderUrl=/catalog/${t.assetsFolder}`, {
26428
26428
  method: "POST",
26429
- body: l
26429
+ body: u
26430
26430
  })).json();
26431
- if (f)
26432
- return f[0].url;
26431
+ if (h)
26432
+ return h[0].url;
26433
26433
  }
26434
26434
  }
26435
26435
  };
26436
26436
  rn(() => {
26437
- d();
26437
+ s();
26438
26438
  }), Ko(() => {
26439
- d();
26439
+ s();
26440
26440
  }), qe(
26441
26441
  () => t.modelValue,
26442
- (c) => {
26443
- i.value = W(c);
26442
+ (l) => {
26443
+ if (l === "") {
26444
+ o.value?.setText(l);
26445
+ return;
26446
+ }
26447
+ i.value = W(l);
26444
26448
  },
26445
26449
  { immediate: !0 }
26446
26450
  );
26447
- function d() {
26448
- const c = document.querySelector(".ql-editor.ql-blank");
26449
- c && i.value && c.classList.remove("ql-blank");
26450
- }
26451
26451
  function s() {
26452
- p(i.value) ? r("update:modelValue", null) : r("update:modelValue", i.value);
26452
+ const l = document.querySelector(".ql-editor.ql-blank");
26453
+ l && i.value && l.classList.remove("ql-blank");
26453
26454
  }
26454
- function p(c) {
26455
- return c.replace(/<(.|\n)*?>/g, "").trim().length === 0;
26455
+ function p() {
26456
+ c(i.value) ? r("update:modelValue", null) : r("update:modelValue", i.value);
26457
+ }
26458
+ function c(l) {
26459
+ return l.replace(/<(.|\n)*?>/g, "").trim().length === 0;
26456
26460
  }
26457
- return (c, l) => (V(), J("div", {
26461
+ return (l, u) => (V(), J("div", {
26458
26462
  class: De(["vc-editor", [
26459
26463
  {
26460
- "vc-editor_error": c.errorMessage,
26461
- "vc-editor_disabled": c.disabled
26464
+ "vc-editor_error": l.errorMessage,
26465
+ "vc-editor_disabled": l.disabled
26462
26466
  }
26463
26467
  ]])
26464
26468
  }, [
26465
- c.label ? (V(), _e(W(er), {
26469
+ l.label ? (V(), _e(W(er), {
26466
26470
  key: 0,
26467
26471
  class: "tw-mb-2",
26468
- required: c.required,
26469
- multilanguage: c.multilanguage,
26470
- "current-language": c.currentLanguage
26472
+ required: l.required,
26473
+ multilanguage: l.multilanguage,
26474
+ "current-language": l.currentLanguage
26471
26475
  }, Wn({
26472
26476
  default: me(() => [
26473
- te("span", null, he(c.label), 1)
26477
+ te("span", null, he(l.label), 1)
26474
26478
  ]),
26475
26479
  _: 2
26476
26480
  }, [
26477
- c.tooltip ? {
26481
+ l.tooltip ? {
26478
26482
  name: "tooltip",
26479
26483
  fn: me(() => [
26480
- Pe(he(c.tooltip), 1)
26484
+ Pe(he(l.tooltip), 1)
26481
26485
  ]),
26482
26486
  key: "0"
26483
26487
  } : void 0
26484
26488
  ]), 1032, ["required", "multilanguage", "current-language"])) : ce("", !0),
26485
26489
  (V(), _e(W(jE), {
26486
- key: `${c.disabled}`,
26490
+ key: `${l.disabled}`,
26491
+ ref_key: "quillRef",
26492
+ ref: o,
26487
26493
  content: i.value,
26488
26494
  "onUpdate:content": [
26489
- l[0] || (l[0] = (u) => i.value = u),
26490
- s
26495
+ u[0] || (u[0] = (f) => i.value = f),
26496
+ p
26491
26497
  ],
26492
- class: De(["quill-editor tw-border tw-border-solid tw-border-[color:var(--editor-border-color)] tw-rounded-b-[var(--editor-border-radius)] tw-h-[200px]", { "tw-bg-[#fafafa] tw-text-[#424242] tw-cursor-default": c.disabled }]),
26498
+ class: De(["quill-editor tw-border tw-border-solid tw-border-[color:var(--editor-border-color)] tw-rounded-b-[var(--editor-border-radius)] tw-h-[200px]", { "tw-bg-[#fafafa] tw-text-[#424242] tw-cursor-default": l.disabled }]),
26493
26499
  theme: "snow",
26494
- toolbar: o,
26495
- modules: a,
26500
+ toolbar: a,
26501
+ modules: d,
26496
26502
  "content-type": "html",
26497
- "read-only": c.disabled,
26498
- placeholder: c.placeholder
26503
+ "read-only": l.disabled,
26504
+ placeholder: l.placeholder
26499
26505
  }, null, 8, ["content", "class", "read-only", "placeholder"])),
26500
- c.errorMessage ? Me(c.$slots, "error", { key: 1 }, () => [
26506
+ l.errorMessage ? Me(l.$slots, "error", { key: 1 }, () => [
26501
26507
  fe(W(Un), { class: "vc-editor__error !tw-text-[color:var(--editor-border-color-error)] tw-mt-1" }, {
26502
26508
  default: me(() => [
26503
- Pe(he(c.errorMessage), 1)
26509
+ Pe(he(l.errorMessage), 1)
26504
26510
  ]),
26505
26511
  _: 1
26506
26512
  })
@@ -26534,7 +26540,7 @@ if (process.env.NODE_ENV !== "production") {
26534
26540
  }
26535
26541
  const zE = /\{([0-9a-zA-Z]+)\}/g;
26536
26542
  function Hd(n, ...e) {
26537
- return e.length === 1 && yt(e[0]) && (e = e[0]), (!e || !e.hasOwnProperty) && (e = {}), n.replace(zE, (t, r) => e.hasOwnProperty(r) ? e[r] : "");
26543
+ return e.length === 1 && bt(e[0]) && (e = e[0]), (!e || !e.hasOwnProperty) && (e = {}), n.replace(zE, (t, r) => e.hasOwnProperty(r) ? e[r] : "");
26538
26544
  }
26539
26545
  const Or = (n, e = !1) => e ? Symbol.for(n) : Symbol(n), GE = (n, e, t) => qE({ l: n, k: e, s: t }), qE = (n) => JSON.stringify(n).replace(/\u2028/g, "\\u2028").replace(/\u2029/g, "\\u2029").replace(/\u0027/g, "\\u0027"), Zt = (n) => typeof n == "number" && isFinite(n), YE = (n) => gy(n) === "[object Date]", Ei = (n) => gy(n) === "[object RegExp]", wu = (n) => Qe(n) && Object.keys(n).length === 0, fn = Object.assign;
26540
26546
  let im;
@@ -26546,8 +26552,8 @@ const KE = Object.prototype.hasOwnProperty;
26546
26552
  function Nl(n, e) {
26547
26553
  return KE.call(n, e);
26548
26554
  }
26549
- const kt = Array.isArray, Et = (n) => typeof n == "function", Ne = (n) => typeof n == "string", at = (n) => typeof n == "boolean", yt = (n) => n !== null && typeof n == "object", JE = (n) => yt(n) && Et(n.then) && Et(n.catch), my = Object.prototype.toString, gy = (n) => my.call(n), Qe = (n) => {
26550
- if (!yt(n))
26555
+ const kt = Array.isArray, Et = (n) => typeof n == "function", Ne = (n) => typeof n == "string", at = (n) => typeof n == "boolean", bt = (n) => n !== null && typeof n == "object", JE = (n) => bt(n) && Et(n.then) && Et(n.catch), my = Object.prototype.toString, gy = (n) => my.call(n), Qe = (n) => {
26556
+ if (!bt(n))
26551
26557
  return !1;
26552
26558
  const e = Object.getPrototypeOf(n);
26553
26559
  return e === null || e.constructor === Object;
@@ -26612,7 +26618,7 @@ function zd() {
26612
26618
  }
26613
26619
  };
26614
26620
  }
26615
- const Ya = (n) => !yt(n) || kt(n);
26621
+ const Ya = (n) => !bt(n) || kt(n);
26616
26622
  function ml(n, e) {
26617
26623
  if (Ya(n) || Ya(e))
26618
26624
  throw new Error("Invalid value");
@@ -27826,10 +27832,10 @@ function FA(n) {
27826
27832
  }
27827
27833
  const dm = /* @__PURE__ */ new Map();
27828
27834
  function BA(n, e) {
27829
- return yt(n) ? n[e] : null;
27835
+ return bt(n) ? n[e] : null;
27830
27836
  }
27831
27837
  function jA(n, e) {
27832
- if (!yt(n))
27838
+ if (!bt(n))
27833
27839
  return null;
27834
27840
  let t = dm.get(e);
27835
27841
  if (t || (t = FA(e), t && dm.set(e, t)), !t)
@@ -27856,11 +27862,11 @@ function qA(n, e) {
27856
27862
  e.count || (e.count = n), e.n || (e.n = n);
27857
27863
  }
27858
27864
  function YA(n = {}) {
27859
- const e = n.locale, t = GA(n), r = yt(n.pluralRules) && Ne(e) && Et(n.pluralRules[e]) ? n.pluralRules[e] : hm, i = yt(n.pluralRules) && Ne(e) && Et(n.pluralRules[e]) ? hm : void 0, o = (v) => v[r(t, v.length, i)], a = n.list || [], d = (v) => a[v], s = n.named || {};
27865
+ const e = n.locale, t = GA(n), r = bt(n.pluralRules) && Ne(e) && Et(n.pluralRules[e]) ? n.pluralRules[e] : hm, i = bt(n.pluralRules) && Ne(e) && Et(n.pluralRules[e]) ? hm : void 0, o = (v) => v[r(t, v.length, i)], a = n.list || [], d = (v) => a[v], s = n.named || {};
27860
27866
  Zt(n.pluralIndex) && qA(t, s);
27861
27867
  const p = (v) => s[v];
27862
27868
  function c(v) {
27863
- const y = Et(n.messages) ? n.messages(v) : yt(n.messages) ? n.messages[v] : !1;
27869
+ const y = Et(n.messages) ? n.messages(v) : bt(n.messages) ? n.messages[v] : !1;
27864
27870
  return y || (n.parent ? n.parent.message(v) : VA);
27865
27871
  }
27866
27872
  const l = (v) => n.modifiers ? n.modifiers[v] : UA, u = Qe(n.processor) && Et(n.processor.normalize) ? n.processor.normalize : WA, f = Qe(n.processor) && Et(n.processor.interpolate) ? n.processor.interpolate : zA, h = Qe(n.processor) && Ne(n.processor.type) ? n.processor.type : HA, g = {
@@ -27870,7 +27876,7 @@ function YA(n = {}) {
27870
27876
  linked: (v, ...y) => {
27871
27877
  const [w, b] = y;
27872
27878
  let _ = "text", S = "";
27873
- y.length === 1 ? yt(w) ? (S = w.modifier || S, _ = w.type || _) : Ne(w) && (S = w || S) : y.length === 2 && (Ne(w) && (S = w || S), Ne(b) && (_ = b || _));
27879
+ y.length === 1 ? bt(w) ? (S = w.modifier || S, _ = w.type || _) : Ne(w) && (S = w || S) : y.length === 2 && (Ne(w) && (S = w || S), Ne(b) && (_ = b || _));
27874
27880
  const x = c(v)(g), C = (
27875
27881
  // The message in vnode resolved with linked are returned as an array by processor.nomalize
27876
27882
  _ === "vnode" && kt(x) && S ? x[0] : x
@@ -27971,7 +27977,7 @@ function pm(n) {
27971
27977
  function tT(n, e, t) {
27972
27978
  return [.../* @__PURE__ */ new Set([
27973
27979
  t,
27974
- ...kt(e) ? e : yt(e) ? Object.keys(e) : Ne(e) ? [e] : [t]
27980
+ ...kt(e) ? e : bt(e) ? Object.keys(e) : Ne(e) ? [e] : [t]
27975
27981
  ])];
27976
27982
  }
27977
27983
  function wy(n, e, t) {
@@ -28017,9 +28023,9 @@ function rT(n, e, t) {
28017
28023
  const iT = "9.9.0", _u = -1, Fo = "en-US", Ml = "", gm = (n) => `${n.charAt(0).toLocaleUpperCase()}${n.substr(1)}`;
28018
28024
  function oT() {
28019
28025
  return {
28020
- upper: (n, e) => e === "text" && Ne(n) ? n.toUpperCase() : e === "vnode" && yt(n) && "__v_isVNode" in n ? n.children.toUpperCase() : n,
28021
- lower: (n, e) => e === "text" && Ne(n) ? n.toLowerCase() : e === "vnode" && yt(n) && "__v_isVNode" in n ? n.children.toLowerCase() : n,
28022
- capitalize: (n, e) => e === "text" && Ne(n) ? gm(n) : e === "vnode" && yt(n) && "__v_isVNode" in n ? gm(n.children) : n
28026
+ upper: (n, e) => e === "text" && Ne(n) ? n.toUpperCase() : e === "vnode" && bt(n) && "__v_isVNode" in n ? n.children.toUpperCase() : n,
28027
+ lower: (n, e) => e === "text" && Ne(n) ? n.toLowerCase() : e === "vnode" && bt(n) && "__v_isVNode" in n ? n.children.toLowerCase() : n,
28028
+ capitalize: (n, e) => e === "text" && Ne(n) ? gm(n) : e === "vnode" && bt(n) && "__v_isVNode" in n ? gm(n.children) : n
28023
28029
  };
28024
28030
  }
28025
28031
  let _y;
@@ -28046,7 +28052,7 @@ let bm = 0;
28046
28052
  function fT(n = {}) {
28047
28053
  const e = Et(n.onWarn) ? n.onWarn : an, t = Ne(n.version) ? n.version : iT, r = Ne(n.locale) || Et(n.locale) ? n.locale : Fo, i = Et(r) ? Fo : r, o = kt(n.fallbackLocale) || Qe(n.fallbackLocale) || Ne(n.fallbackLocale) || n.fallbackLocale === !1 ? n.fallbackLocale : i, a = Qe(n.messages) ? n.messages : { [i]: {} }, d = Qe(n.datetimeFormats) ? n.datetimeFormats : { [i]: {} }, s = Qe(n.numberFormats) ? n.numberFormats : { [i]: {} }, p = fn({}, n.modifiers || {}, oT()), c = n.pluralRules || {}, l = Et(n.missing) ? n.missing : null, u = at(n.missingWarn) || Ei(n.missingWarn) ? n.missingWarn : !0, f = at(n.fallbackWarn) || Ei(n.fallbackWarn) ? n.fallbackWarn : !0, h = !!n.fallbackFormat, m = !!n.unresolving, g = Et(n.postTranslation) ? n.postTranslation : null, v = Qe(n.processor) ? n.processor : null, y = at(n.warnHtmlMessage) ? n.warnHtmlMessage : !0, w = !!n.escapeParameter, b = Et(n.messageCompiler) ? n.messageCompiler : _y;
28048
28054
  process.env.NODE_ENV !== "production" && Et(n.messageCompiler) && eA(qi(Sn.EXPERIMENTAL_CUSTOM_MESSAGE_COMPILER));
28049
- const _ = Et(n.messageResolver) ? n.messageResolver : Sy || BA, S = Et(n.localeFallbacker) ? n.localeFallbacker : Ey || tT, x = yt(n.fallbackContext) ? n.fallbackContext : void 0, C = n, O = yt(C.__datetimeFormatters) ? C.__datetimeFormatters : /* @__PURE__ */ new Map(), $ = yt(C.__numberFormatters) ? C.__numberFormatters : /* @__PURE__ */ new Map(), E = yt(C.__meta) ? C.__meta : {};
28055
+ const _ = Et(n.messageResolver) ? n.messageResolver : Sy || BA, S = Et(n.localeFallbacker) ? n.localeFallbacker : Ey || tT, x = bt(n.fallbackContext) ? n.fallbackContext : void 0, C = n, O = bt(C.__datetimeFormatters) ? C.__datetimeFormatters : /* @__PURE__ */ new Map(), $ = bt(C.__numberFormatters) ? C.__numberFormatters : /* @__PURE__ */ new Map(), E = bt(C.__meta) ? C.__meta : {};
28050
28056
  bm++;
28051
28057
  const A = {
28052
28058
  version: t,
@@ -28158,7 +28164,7 @@ function ky(n, e) {
28158
28164
  }
28159
28165
  const Cy = (n) => n;
28160
28166
  let So = /* @__PURE__ */ Object.create(null);
28161
- const Ai = (n) => yt(n) && (n.t === 0 || n.type === 0) && ("b" in n || "body" in n);
28167
+ const Ai = (n) => bt(n) && (n.t === 0 || n.type === 0) && ("b" in n || "body" in n);
28162
28168
  function Oy(n, e = {}) {
28163
28169
  let t = !1;
28164
28170
  const r = e.onError || sA;
@@ -28236,7 +28242,7 @@ function Sm(n, ...e) {
28236
28242
  return A;
28237
28243
  }
28238
28244
  function gT(n) {
28239
- kt(n.list) ? n.list = n.list.map((e) => Ne(e) ? om(e) : e) : yt(n.named) && Object.keys(n.named).forEach((e) => {
28245
+ kt(n.list) ? n.list = n.list.map((e) => Ne(e) ? om(e) : e) : bt(n.named) && Object.keys(n.named).forEach((e) => {
28240
28246
  Ne(n.named[e]) && (n.named[e] = om(n.named[e]));
28241
28247
  });
28242
28248
  }
@@ -28731,17 +28737,17 @@ const IT = {
28731
28737
  [mt.NOT_AVAILABLE_COMPOSITION_IN_LEGACY]: "Not available Compostion API in Legacy API mode. Please make sure that the legacy API mode is working properly"
28732
28738
  }, Pf = /* @__PURE__ */ Or("__translateVNode"), Df = /* @__PURE__ */ Or("__datetimeParts"), Ff = /* @__PURE__ */ Or("__numberParts"), Yi = /* @__PURE__ */ Or("__enableEmitter"), Ds = /* @__PURE__ */ Or("__disableEmitter"), Fy = Or("__setPluralRules"), By = /* @__PURE__ */ Or("__injectWithOption"), Bf = /* @__PURE__ */ Or("__dispose");
28733
28739
  function Fs(n) {
28734
- if (!yt(n))
28740
+ if (!bt(n))
28735
28741
  return n;
28736
28742
  for (const e in n)
28737
28743
  if (Nl(n, e))
28738
28744
  if (!e.includes("."))
28739
- yt(n[e]) && Fs(n[e]);
28745
+ bt(n[e]) && Fs(n[e]);
28740
28746
  else {
28741
28747
  const t = e.split("."), r = t.length - 1;
28742
28748
  let i = n, o = !1;
28743
28749
  for (let a = 0; a < r; a++) {
28744
- if (t[a] in i || (i[t[a]] = {}), !yt(i[t[a]])) {
28750
+ if (t[a] in i || (i[t[a]] = {}), !bt(i[t[a]])) {
28745
28751
  process.env.NODE_ENV !== "production" && an(Mn(Ft.IGNORE_OBJ_FLATTEN, {
28746
28752
  key: t[a]
28747
28753
  })), o = !0;
@@ -28749,7 +28755,7 @@ function Fs(n) {
28749
28755
  }
28750
28756
  i = i[t[a]];
28751
28757
  }
28752
- o || (i[t[r]] = n[e], delete n[e]), yt(i[t[r]]) && Fs(i[t[r]]);
28758
+ o || (i[t[r]] = n[e], delete n[e]), bt(i[t[r]]) && Fs(i[t[r]]);
28753
28759
  }
28754
28760
  return n;
28755
28761
  }
@@ -28770,7 +28776,7 @@ function jy(n) {
28770
28776
  return n.type;
28771
28777
  }
28772
28778
  function Uy(n, e, t) {
28773
- let r = yt(e.messages) ? e.messages : {};
28779
+ let r = bt(e.messages) ? e.messages : {};
28774
28780
  "__i18nGlobal" in t && (r = Eu(n.locale.value, {
28775
28781
  messages: r,
28776
28782
  __i18n: t.__i18nGlobal
@@ -28780,13 +28786,13 @@ function Uy(n, e, t) {
28780
28786
  n.mergeLocaleMessage(o, r[o]);
28781
28787
  });
28782
28788
  {
28783
- if (yt(e.datetimeFormats)) {
28789
+ if (bt(e.datetimeFormats)) {
28784
28790
  const o = Object.keys(e.datetimeFormats);
28785
28791
  o.length && o.forEach((a) => {
28786
28792
  n.mergeDateTimeFormat(a, e.datetimeFormats[a]);
28787
28793
  });
28788
28794
  }
28789
- if (yt(e.numberFormats)) {
28795
+ if (bt(e.numberFormats)) {
28790
28796
  const o = Object.keys(e.numberFormats);
28791
28797
  o.length && o.forEach((a) => {
28792
28798
  n.mergeNumberFormat(a, e.numberFormats[a]);
@@ -28915,7 +28921,7 @@ function Kd(n = {}, e) {
28915
28921
  }
28916
28922
  function F(...X) {
28917
28923
  const [de, Se, Be] = X;
28918
- if (Be && !yt(Be))
28924
+ if (Be && !bt(Be))
28919
28925
  throw en(mt.INVALID_ARGUMENT);
28920
28926
  return j(de, Se, fn({ resolvedMessage: !0 }, Be || {}));
28921
28927
  }
@@ -29418,14 +29424,14 @@ const DT = /* @__PURE__ */ Ie({
29418
29424
  /* eslint-enable */
29419
29425
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
29420
29426
  setup(n, e) {
29421
- const { slots: t, attrs: r } = e, i = n.i18n || bt({
29427
+ const { slots: t, attrs: r } = e, i = n.i18n || gt({
29422
29428
  useScope: n.scope,
29423
29429
  __useComponent: !0
29424
29430
  });
29425
29431
  return () => {
29426
29432
  const o = Object.keys(t).filter((l) => l !== "_"), a = {};
29427
29433
  n.locale && (a.locale = n.locale), n.plural !== void 0 && (a.plural = Ne(n.plural) ? +n.plural : n.plural);
29428
- const d = PT(e, o), s = i[Pf](n.keypath, d, a), p = fn({}, r), c = Ne(n.tag) || yt(n.tag) ? n.tag : Vy();
29434
+ const d = PT(e, o), s = i[Pf](n.keypath, d, a), p = fn({}, r), c = Ne(n.tag) || bt(n.tag) ? n.tag : Vy();
29429
29435
  return $e(c, p, s);
29430
29436
  };
29431
29437
  }
@@ -29438,14 +29444,14 @@ function Hy(n, e, t, r) {
29438
29444
  return () => {
29439
29445
  const a = { part: !0 };
29440
29446
  let d = {};
29441
- n.locale && (a.locale = n.locale), Ne(n.format) ? a.key = n.format : yt(n.format) && (Ne(n.format.key) && (a.key = n.format.key), d = Object.keys(n.format).reduce((u, f) => t.includes(f) ? fn({}, u, { [f]: n.format[f] }) : u, {}));
29447
+ n.locale && (a.locale = n.locale), Ne(n.format) ? a.key = n.format : bt(n.format) && (Ne(n.format.key) && (a.key = n.format.key), d = Object.keys(n.format).reduce((u, f) => t.includes(f) ? fn({}, u, { [f]: n.format[f] }) : u, {}));
29442
29448
  const s = r(n.value, a, d);
29443
29449
  let p = [a.key];
29444
29450
  kt(s) ? p = s.map((u, f) => {
29445
29451
  const h = i[u.type], m = h ? h({ [u.type]: u.value, index: f, parts: s }) : [u.value];
29446
29452
  return FT(m) && (m[0].key = `${u.type}-${f}`), m;
29447
29453
  }) : Ne(s) && (p = [s]);
29448
- const c = fn({}, o), l = Ne(n.tag) || yt(n.tag) ? n.tag : Vy();
29454
+ const c = fn({}, o), l = Ne(n.tag) || bt(n.tag) ? n.tag : Vy();
29449
29455
  return $e(l, c, p);
29450
29456
  };
29451
29457
  }
@@ -29464,7 +29470,7 @@ const BT = /* @__PURE__ */ Ie({
29464
29470
  /* eslint-enable */
29465
29471
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
29466
29472
  setup(n, e) {
29467
- const t = n.i18n || bt({
29473
+ const t = n.i18n || gt({
29468
29474
  useScope: "parent",
29469
29475
  __useComponent: !0
29470
29476
  });
@@ -29488,7 +29494,7 @@ const BT = /* @__PURE__ */ Ie({
29488
29494
  /* eslint-enable */
29489
29495
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
29490
29496
  setup(n, e) {
29491
- const t = n.i18n || bt({
29497
+ const t = n.i18n || gt({
29492
29498
  useScope: "parent",
29493
29499
  __useComponent: !0
29494
29500
  });
@@ -29697,7 +29703,7 @@ function Xd(n) {
29697
29703
  const e = {};
29698
29704
  return Object.keys(n).forEach((t) => {
29699
29705
  const r = n[t];
29700
- Et(r) && "source" in r ? e[t] = XT(r) : Ai(r) && r.loc && r.loc.source ? e[t] = r.loc.source : yt(r) ? e[t] = Xd(r) : e[t] = r;
29706
+ Et(r) && "source" in r ? e[t] = XT(r) : Ai(r) && r.loc && r.loc.source ? e[t] = r.loc.source : bt(r) ? e[t] = Xd(r) : e[t] = r;
29701
29707
  }), e;
29702
29708
  }
29703
29709
  const YT = {
@@ -29836,7 +29842,7 @@ function nx(n, e) {
29836
29842
  const t = Gy(n.nodeId, e);
29837
29843
  if (t) {
29838
29844
  const [r] = n.path;
29839
- r === "locale" && Ne(n.state.value) ? t.locale.value = n.state.value : r === "fallbackLocale" && (Ne(n.state.value) || kt(n.state.value) || yt(n.state.value)) ? t.fallbackLocale.value = n.state.value : r === "inheritLocale" && at(n.state.value) && (t.inheritLocale = n.state.value);
29845
+ r === "locale" && Ne(n.state.value) ? t.locale.value = n.state.value : r === "fallbackLocale" && (Ne(n.state.value) || kt(n.state.value) || bt(n.state.value)) ? t.fallbackLocale.value = n.state.value : r === "inheritLocale" && at(n.state.value) && (t.inheritLocale = n.state.value);
29840
29846
  }
29841
29847
  }
29842
29848
  function rx(n, e, t) {
@@ -29964,7 +29970,7 @@ function ox(n = {}, e) {
29964
29970
  return u;
29965
29971
  }
29966
29972
  }
29967
- function bt(n = {}) {
29973
+ function gt(n = {}) {
29968
29974
  const e = An();
29969
29975
  if (e == null)
29970
29976
  throw en(mt.MUST_BE_CALL_SETUP_TOP);
@@ -30296,7 +30302,7 @@ const gx = { class: "tw-flex tw-flex-col tw-flex-1" }, vx = { class: "tw-text-[#
30296
30302
  },
30297
30303
  emits: ["upload"],
30298
30304
  setup(n, { emit: e }) {
30299
- const t = n, r = e, { t: i } = bt({ useScope: "global" }), o = An(), a = W(t.rules) || "", d = se(!1), { errorMessage: s, handleChange: p, validate: c } = v1(
30305
+ const t = n, r = e, { t: i } = gt({ useScope: "global" }), o = An(), a = W(t.rules) || "", d = se(!1), { errorMessage: s, handleChange: p, validate: c } = v1(
30300
30306
  `${t.name === "Gallery" ? o?.uid : t.name}`,
30301
30307
  a
30302
30308
  ), l = se(), u = async (v) => {
@@ -32860,44 +32866,44 @@ function Mu() {
32860
32866
  var n = Gc(this._milliseconds) / 1e3, e = Gc(this._days), t = Gc(this._months), r, i, o, a, d = this.asSeconds(), s, p, c, l;
32861
32867
  return d ? (r = Xn(n / 60), i = Xn(r / 60), n %= 60, r %= 60, o = Xn(t / 12), t %= 12, a = n ? n.toFixed(3).replace(/\.?0+$/, "") : "", s = d < 0 ? "-" : "", p = vo(this._months) !== vo(d) ? "-" : "", c = vo(this._days) !== vo(d) ? "-" : "", l = vo(this._milliseconds) !== vo(d) ? "-" : "", s + "P" + (o ? p + o + "Y" : "") + (t ? p + t + "M" : "") + (e ? c + e + "D" : "") + (i || r || n ? "T" : "") + (i ? l + i + "H" : "") + (r ? l + r + "M" : "") + (n ? l + a + "S" : "")) : "P0D";
32862
32868
  }
32863
- var gt = Iu.prototype;
32864
- gt.isValid = hC;
32865
- gt.abs = GO;
32866
- gt.add = qO;
32867
- gt.subtract = YO;
32868
- gt.as = JO;
32869
- gt.asMilliseconds = Fb;
32870
- gt.asSeconds = XO;
32871
- gt.asMinutes = ZO;
32872
- gt.asHours = QO;
32873
- gt.asDays = e$;
32874
- gt.asWeeks = t$;
32875
- gt.asMonths = n$;
32876
- gt.asQuarters = r$;
32877
- gt.asYears = i$;
32878
- gt.valueOf = o$;
32879
- gt._bubble = KO;
32880
- gt.clone = s$;
32881
- gt.get = a$;
32882
- gt.milliseconds = l$;
32883
- gt.seconds = u$;
32884
- gt.minutes = c$;
32885
- gt.hours = f$;
32886
- gt.days = d$;
32887
- gt.weeks = m$;
32888
- gt.months = h$;
32889
- gt.years = p$;
32890
- gt.humanize = w$;
32891
- gt.toISOString = Mu;
32892
- gt.toString = Mu;
32893
- gt.toJSON = Mu;
32894
- gt.locale = Tb;
32895
- gt.localeData = kb;
32896
- gt.toIsoString = tr(
32869
+ var vt = Iu.prototype;
32870
+ vt.isValid = hC;
32871
+ vt.abs = GO;
32872
+ vt.add = qO;
32873
+ vt.subtract = YO;
32874
+ vt.as = JO;
32875
+ vt.asMilliseconds = Fb;
32876
+ vt.asSeconds = XO;
32877
+ vt.asMinutes = ZO;
32878
+ vt.asHours = QO;
32879
+ vt.asDays = e$;
32880
+ vt.asWeeks = t$;
32881
+ vt.asMonths = n$;
32882
+ vt.asQuarters = r$;
32883
+ vt.asYears = i$;
32884
+ vt.valueOf = o$;
32885
+ vt._bubble = KO;
32886
+ vt.clone = s$;
32887
+ vt.get = a$;
32888
+ vt.milliseconds = l$;
32889
+ vt.seconds = u$;
32890
+ vt.minutes = c$;
32891
+ vt.hours = f$;
32892
+ vt.days = d$;
32893
+ vt.weeks = m$;
32894
+ vt.months = h$;
32895
+ vt.years = p$;
32896
+ vt.humanize = w$;
32897
+ vt.toISOString = Mu;
32898
+ vt.toString = Mu;
32899
+ vt.toJSON = Mu;
32900
+ vt.locale = Tb;
32901
+ vt.localeData = kb;
32902
+ vt.toIsoString = tr(
32897
32903
  "toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",
32898
32904
  Mu
32899
32905
  );
32900
- gt.lang = xb;
32906
+ vt.lang = xb;
32901
32907
  Ye("X", 0, 0, "unix");
32902
32908
  Ye("x", 0, 0, "valueOf");
32903
32909
  je("x", Cu);
@@ -35946,7 +35952,7 @@ const ND = ["innerHTML"], MD = { class: "tw-flex tw-flex-nowrap tw-items-start t
35946
35952
  },
35947
35953
  emits: ["update:modelValue", "search", "close"],
35948
35954
  setup(n, { emit: e }) {
35949
- const t = n, r = e, { t: i } = bt({ useScope: "global" }), { modelValue: o, options: a } = _i(t), d = se(!1), s = se(), p = se(), c = se(), l = se(), u = se(), f = se(!1), h = se(), m = se([]), g = se([]), v = se([]), y = se();
35955
+ const t = n, r = e, { t: i } = gt({ useScope: "global" }), { modelValue: o, options: a } = _i(t), d = se(!1), s = se(), p = se(), c = se(), l = se(), u = se(), f = se(!1), h = se(), m = se([]), g = se([]), v = se([]), y = se();
35950
35956
  let w, b, _;
35951
35957
  TL(
35952
35958
  u,
@@ -46600,7 +46606,7 @@ const Qj = { class: "tw-flex tw-grow-1 tw-border-t tw-border-solid tw-border-t-[
46600
46606
  setup(n, { emit: e }) {
46601
46607
  const t = n, r = e;
46602
46608
  Jo({ validateOnMount: !1 });
46603
- const i = na(), o = ra(), { t: a } = bt({ useScope: "global" }), d = se({ ...t.options?.asset }), s = pe(() => t.options?.disabled), p = pe({
46609
+ const i = na(), o = ra(), { t: a } = gt({ useScope: "global" }), d = se({ ...t.options?.asset }), s = pe(() => t.options?.disabled), p = pe({
46604
46610
  get() {
46605
46611
  return d.value.name?.split(".").shift();
46606
46612
  },
@@ -50181,7 +50187,7 @@ function Ev() {
50181
50187
  return An() && zn("popupPlugin") || I_;
50182
50188
  }
50183
50189
  function as(n) {
50184
- const { t: e } = bt({ useScope: "global" }), t = Ev();
50190
+ const { t: e } = gt({ useScope: "global" }), t = Ev();
50185
50191
  let r;
50186
50192
  n && (r = p(W(n))), qe(
50187
50193
  () => n,
@@ -50279,7 +50285,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
50279
50285
  __name: "change-password",
50280
50286
  emits: ["close"],
50281
50287
  setup(n, { emit: e }) {
50282
- const t = e, { t: r } = bt({ useScope: "global" }), { changeUserPassword: i, loading: o, validatePassword: a } = Nr();
50288
+ const t = e, { t: r } = gt({ useScope: "global" }), { changeUserPassword: i, loading: o, validatePassword: a } = Nr();
50283
50289
  Jo({ validateOnMount: !1 });
50284
50290
  const d = na(), s = ra(), p = dn({
50285
50291
  isValid: !1,
@@ -50426,7 +50432,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
50426
50432
  }, Mz = ["onClick"], Rz = /* @__PURE__ */ Ie({
50427
50433
  __name: "language-selector",
50428
50434
  setup(n) {
50429
- const { availableLocales: e, getLocaleMessage: t } = bt({ useScope: "global" }), { setLocale: r } = Jj(), i = se(!1), o = e.map((a) => ({
50435
+ const { availableLocales: e, getLocaleMessage: t } = gt({ useScope: "global" }), { setLocale: r } = Jj(), i = se(!1), o = e.map((a) => ({
50430
50436
  lang: a,
50431
50437
  title: t(a).language_name,
50432
50438
  clickHandler(d) {
@@ -50480,7 +50486,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
50480
50486
  disabled: { type: Boolean }
50481
50487
  },
50482
50488
  setup(n) {
50483
- const e = n, { user: t, signOut: r } = Nr(), i = ia(), { t: o } = bt({ useScope: "global" }), { open: a } = as({
50489
+ const e = n, { user: t, signOut: r } = Nr(), i = ia(), { t: o } = gt({ useScope: "global" }), { open: a } = as({
50484
50490
  component: Lz
50485
50491
  }), { closeBlade: d } = ao(), s = se(!1), p = pe(() => [
50486
50492
  ...e.menuItems,
@@ -50636,7 +50642,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
50636
50642
  }, t5 = /* @__PURE__ */ Ie({
50637
50643
  __name: "notification-dropdown",
50638
50644
  setup(n) {
50639
- const e = zn("notificationTemplates"), { t } = bt({ useScope: "global" }), { notifications: r, markAllAsRead: i } = Yu(), o = se(!1), a = pe(() => r.value.some((p) => p.isNew));
50645
+ const e = zn("notificationTemplates"), { t } = gt({ useScope: "global" }), { notifications: r, markAllAsRead: i } = Yu(), o = se(!1), a = pe(() => r.value.some((p) => p.isNew));
50640
50646
  function d() {
50641
50647
  o.value = !o.value, s();
50642
50648
  }
@@ -50732,7 +50738,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
50732
50738
  },
50733
50739
  emits: ["parent:call", "close:blade", "expand:blade", "collapse:blade"],
50734
50740
  setup(n, { expose: e, emit: t }) {
50735
- const r = n, i = t, { t: o } = bt({ useScope: "global" }), a = se([]), d = se(!1), s = se(), p = se([]), c = pe(() => r.options.disabled);
50741
+ const r = n, i = t, { t: o } = gt({ useScope: "global" }), a = se([]), d = se(!1), s = se(), p = se([]), c = pe(() => r.options.disabled);
50736
50742
  let l;
50737
50743
  const u = se(!1), { openBlade: f, resolveBladeByName: h } = ao(), m = se([
50738
50744
  {
@@ -51218,7 +51224,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
51218
51224
  TextareaField: D_,
51219
51225
  VideoField: j_
51220
51226
  }, Symbol.toStringTag, { value: "Module" })), T5 = (n) => {
51221
- const e = n.load, t = n.data, r = se(!0), i = se({}), { t: o } = bt({ useScope: "global" }), a = se([]), d = se({}), s = pe(() => Object.values(d.value).filter((w) => !!w).length), p = _h((w) => {
51227
+ const e = n.load, t = n.data, r = se(!0), i = se({}), { t: o } = gt({ useScope: "global" }), a = se([]), d = se({}), s = pe(() => Object.values(d.value).filter((w) => !!w).length), p = _h((w) => {
51222
51228
  const b = Object.keys(w);
51223
51229
  return b.length === 0 || b.every((_) => !w[_]);
51224
51230
  });
@@ -51409,7 +51415,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
51409
51415
  }, X_ = (n) => {
51410
51416
  if (!n)
51411
51417
  return;
51412
- const { t: e } = bt({ useScope: "global" }), t = Bw(
51418
+ const { t: e } = gt({ useScope: "global" }), t = Bw(
51413
51419
  se({}),
51414
51420
  se(n.defaultToolbarBindings),
51415
51421
  se(Ot(n.customToolbarConfig))
@@ -51465,7 +51471,7 @@ const kz = { class: "change-password tw-p-3 tw-overflow-scroll" }, Cz = { class:
51465
51471
  },
51466
51472
  emits: ["parent:call", "close:blade", "collapse:blade", "expand:blade", "close:children", "item-click", "add"],
51467
51473
  setup(n, { expose: e, emit: t }) {
51468
- const r = n, { t: i } = bt({ useScope: "global" }), { showConfirmation: o } = as(), { debounce: a } = cj(), d = t, s = pe(() => r.model?.settings), p = pe(() => i(s.value?.titleTemplate)), c = se(!1), l = se(), u = Rn(), f = Rn("createdDate:DESC"), h = Rn([]), m = zn("isDesktop"), g = se(), v = Rn(!1), { moduleNotifications: y, markAsRead: w } = Yu(s.value?.pushNotificationType);
51474
+ const r = n, { t: i } = gt({ useScope: "global" }), { showConfirmation: o } = as(), { debounce: a } = cj(), d = t, s = pe(() => r.model?.settings), p = pe(() => i(s.value?.titleTemplate)), c = se(!1), l = se(), u = Rn(), f = Rn("createdDate:DESC"), h = Rn([]), m = zn("isDesktop"), g = se(), v = Rn(!1), { moduleNotifications: y, markAsRead: w } = Yu(s.value?.pushNotificationType);
51469
51475
  qe(
51470
51476
  y,
51471
51477
  (ue) => {
@@ -52136,7 +52142,7 @@ const F5 = {
52136
52142
  name: "Checkbox",
52137
52143
  props: Kt,
52138
52144
  setup(n) {
52139
- const { t: e } = bt({ useScope: "global" });
52145
+ const { t: e } = gt({ useScope: "global" });
52140
52146
  return () => {
52141
52147
  const t = Wp({
52142
52148
  props: Object.assign(
@@ -52279,7 +52285,7 @@ const U5 = {
52279
52285
  2
52280
52286
  )}`
52281
52287
  );
52282
- const { showConfirmation: e } = as(), { t } = bt({ useScope: "global" }), { openBlade: r } = ao(), i = _i(n.bladeContext.scope?.assetsHandler?.images), o = se();
52288
+ const { showConfirmation: e } = as(), { t } = gt({ useScope: "global" }), { openBlade: r } = ao(), i = _i(n.bladeContext.scope?.assetsHandler?.images), o = se();
52283
52289
  return qe(
52284
52290
  () => n.fieldContext,
52285
52291
  (a) => {
@@ -52365,7 +52371,7 @@ const U5 = {
52365
52371
  name: "ButtonEl",
52366
52372
  props: Kt,
52367
52373
  setup(n) {
52368
- const { t: e } = bt({ useScope: "global" });
52374
+ const { t: e } = gt({ useScope: "global" });
52369
52375
  return () => {
52370
52376
  const t = G_({
52371
52377
  props: Object.assign(
@@ -52395,16 +52401,17 @@ const U5 = {
52395
52401
  name: "StatusField",
52396
52402
  props: Kt,
52397
52403
  setup(n) {
52404
+ const { t: e } = gt({ useScope: "global" });
52398
52405
  return () => {
52399
- const e = pe(() => {
52406
+ const t = pe(() => {
52400
52407
  if (n.element.content && typeof n.element.content == "string")
52401
52408
  return n.element.content;
52402
52409
  if (n.element.content?.method) {
52403
- const r = W(n.bladeContext.scope)?.[n.element.content?.method];
52404
- return r === "function" ? r() : r;
52410
+ const i = W(n.bladeContext.scope)?.[n.element.content?.method];
52411
+ return i === "function" ? i() : i;
52405
52412
  }
52406
52413
  return null;
52407
- }), t = P_({
52414
+ }), r = P_({
52408
52415
  props: Object.assign(
52409
52416
  {
52410
52417
  variant: n.element.variant,
@@ -52424,11 +52431,14 @@ const U5 = {
52424
52431
  variant: n.element.iconVariant,
52425
52432
  class: "tw-mr-3"
52426
52433
  }),
52427
- $e("div", [$e("div", { class: "tw-font-bold" }, n.element.title), $e("div", e.value)])
52434
+ $e("div", [
52435
+ $e("div", { class: "tw-font-bold" }, pe(() => e(n.element.title ?? "")).value),
52436
+ $e("div", t.value)
52437
+ ])
52428
52438
  ])
52429
52439
  }
52430
52440
  });
52431
- return $e(t.component, { ...t.props, class: "tw-w-full tw-box-border" }, t.slots);
52441
+ return $e(r.component, { ...r.props, class: "tw-w-full tw-box-border" }, r.slots);
52432
52442
  };
52433
52443
  }
52434
52444
  }, W5 = {
@@ -52596,7 +52606,7 @@ const U5 = {
52596
52606
  name: "TableEl",
52597
52607
  props: Kt,
52598
52608
  setup(n) {
52599
- const { tableTemplates: e } = J_(n.element), { t } = bt({ useScope: "global" });
52609
+ const { tableTemplates: e } = J_(n.element), { t } = gt({ useScope: "global" });
52600
52610
  return () => {
52601
52611
  const r = Y_({
52602
52612
  props: Object.assign(
@@ -52837,7 +52847,7 @@ const tG = {
52837
52847
  },
52838
52848
  emits: ["parent:call", "close:blade", "collapse:blade", "expand:blade"],
52839
52849
  setup(n, { expose: e, emit: t }) {
52840
- const r = n, i = t, { t: o } = bt({ useScope: "global" }), { showConfirmation: a } = as(), { onBeforeClose: d } = ao(), s = xL(), { loading: p, item: c, validationState: l, scope: u, load: f, remove: h, saveChanges: m, bladeTitle: g } = r.composables ? r.composables?.[r.model?.settings?.composable ?? ""]({ emit: i, props: r, mounted: Sh() }) : {
52850
+ const r = n, i = t, { t: o } = gt({ useScope: "global" }), { showConfirmation: a } = as(), { onBeforeClose: d } = ao(), s = xL(), { loading: p, item: c, validationState: l, scope: u, load: f, remove: h, saveChanges: m, bladeTitle: g } = r.composables ? r.composables?.[r.model?.settings?.composable ?? ""]({ emit: i, props: r, mounted: Sh() }) : {
52841
52851
  loading: !0,
52842
52852
  item: void 0,
52843
52853
  validationState: void 0,
@@ -53244,7 +53254,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53244
53254
  },
53245
53255
  setup(n) {
53246
53256
  Jo({ validateOnMount: !1 });
53247
- const e = n, { validateToken: t, validatePassword: r, resetPasswordByToken: i, signIn: o, loading: a } = Nr(), d = ia(), { t: s } = bt({ useScope: "global" }), p = na(), c = ra(), l = dn({
53257
+ const e = n, { validateToken: t, validatePassword: r, resetPasswordByToken: i, signIn: o, loading: a } = Nr(), d = ia(), { t: s } = gt({ useScope: "global" }), p = na(), c = ra(), l = dn({
53248
53258
  isValid: !1,
53249
53259
  tokenIsValid: !1,
53250
53260
  errors: [],
@@ -53396,7 +53406,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53396
53406
  setup(n) {
53397
53407
  const e = n, t = ia();
53398
53408
  Jo({ validateOnMount: !1 });
53399
- const { uiSettings: r, loading: i } = Dj(), { t: o } = bt({ useScope: "global" });
53409
+ const { uiSettings: r, loading: i } = Dj(), { t: o } = gt({ useScope: "global" });
53400
53410
  let a;
53401
53411
  const d = se({ succeeded: !0 }), s = se({ succeeded: !0 }), p = se(!1), { signIn: c, loading: l, externalSignIn: u, getExternalLoginProviders: f } = Nr(), h = se(!0), m = na(), g = ra(), v = se(!1), y = se();
53402
53412
  let w;
@@ -53653,7 +53663,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53653
53663
  token: {}
53654
53664
  },
53655
53665
  setup(n) {
53656
- const e = n, { validateToken: t, validatePassword: r, resetPasswordByToken: i, signIn: o, loading: a } = Nr(), d = ia(), { t: s } = bt({ useScope: "global" }), { validate: p } = Jo({ validateOnMount: !1 }), c = dn({
53666
+ const e = n, { validateToken: t, validatePassword: r, resetPasswordByToken: i, signIn: o, loading: a } = Nr(), d = ia(), { t: s } = gt({ useScope: "global" }), { validate: p } = Jo({ validateOnMount: !1 }), c = dn({
53657
53667
  isValid: !1,
53658
53668
  tokenIsValid: !1,
53659
53669
  errors: [],
@@ -53803,7 +53813,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
53803
53813
  },
53804
53814
  emits: ["logo:click", "backlink:click", "menubutton:click", "button:click"],
53805
53815
  setup(n) {
53806
- const { t: e } = bt({ useScope: "global" }), { blades: t } = ao();
53816
+ const { t: e } = gt({ useScope: "global" }), { blades: t } = ao();
53807
53817
  let r;
53808
53818
  const i = se();
53809
53819
  return qe(
@@ -54405,7 +54415,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54405
54415
  },
54406
54416
  emits: ["close", "expand", "collapse"],
54407
54417
  setup(n) {
54408
- const e = m1(), { maximized: t, error: r } = _i(dn(e)), { t: i } = bt({ useScope: "global" }), { open: o } = as({
54418
+ const e = m1(), { maximized: t, error: r } = _i(dn(e)), { t: i } = gt({ useScope: "global" }), { open: o } = as({
54409
54419
  component: Yo,
54410
54420
  props: {
54411
54421
  type: "error",
@@ -54494,7 +54504,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54494
54504
  },
54495
54505
  emits: ["update:model-value"],
54496
54506
  setup(n, { emit: e }) {
54497
- const t = n, r = e, { locale: i, te: o, t: a } = bt({ useScope: "global" }), d = se([]), s = se(!1), p = pe(() => {
54507
+ const t = n, r = e, { locale: i, te: o, t: a } = gt({ useScope: "global" }), d = se([]), s = se(!1), p = pe(() => {
54498
54508
  const h = {};
54499
54509
  t.required && (h.required = !0), t.rules?.min && (h.min = Number(t.rules.min)), t.rules?.max && (h.max = Number(t.rules.max)), t.rules?.regex && (h.regex = new RegExp(t.rules.regex));
54500
54510
  const m = t.displayNames?.find((y) => y.languageCode?.startsWith(i.value))?.name || t.name, g = m && o(m.toUpperCase()) ? a(m.toUpperCase()) : m, v = t.multilanguage ? "value" : "alias";
@@ -54714,7 +54724,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54714
54724
  },
54715
54725
  emits: ["preview", "edit", "remove"],
54716
54726
  setup(n) {
54717
- const { t: e } = bt({ useScope: "global" }), t = se(!1);
54727
+ const { t: e } = gt({ useScope: "global" }), t = se(!1);
54718
54728
  function r() {
54719
54729
  t.value = !1;
54720
54730
  }
@@ -54791,7 +54801,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54791
54801
  },
54792
54802
  emits: ["close"],
54793
54803
  setup(n) {
54794
- const e = n, { t } = bt({ useScope: "global" }), r = se(e.index), i = pe(() => {
54804
+ const e = n, { t } = gt({ useScope: "global" }), r = se(e.index), i = pe(() => {
54795
54805
  if (o.value.url)
54796
54806
  return `background: url(${CSS.escape(o.value.url)}) center / contain no-repeat`;
54797
54807
  }), o = pe(() => e.images[r.value]), a = (d) => {
@@ -54896,7 +54906,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
54896
54906
  },
54897
54907
  emits: ["upload", "sort", "edit", "remove"],
54898
54908
  setup(n, { emit: e }) {
54899
- const t = n, r = e, { t: i } = bt({ useScope: "global" }), o = se(), a = se([]), d = se(), s = se(), p = se(), c = se(), l = se(), u = pe(() => o.value), f = pe(() => a.value.length <= 1), h = se(!1), { open: m } = as(
54909
+ const t = n, r = e, { t: i } = gt({ useScope: "global" }), o = se(), a = se([]), d = se(), s = se(), p = se(), c = se(), l = se(), u = pe(() => o.value), f = pe(() => a.value.length <= 1), h = se(!1), { open: m } = as(
54900
54910
  pe(() => ({
54901
54911
  component: J8,
54902
54912
  props: {
@@ -55059,7 +55069,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
55059
55069
  __name: "vc-popup-warning",
55060
55070
  emits: ["close", "confirm"],
55061
55071
  setup(n) {
55062
- const { t: e } = bt({ useScope: "global" });
55072
+ const { t: e } = gt({ useScope: "global" });
55063
55073
  return (t, r) => {
55064
55074
  const i = Fe("VcContainer");
55065
55075
  return V(), J(Ue, null, [
@@ -55103,7 +55113,7 @@ const wq = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
55103
55113
  __name: "vc-popup-error",
55104
55114
  emits: ["close"],
55105
55115
  setup(n) {
55106
- const { t: e } = bt({ useScope: "global" });
55116
+ const { t: e } = gt({ useScope: "global" });
55107
55117
  return (t, r) => {
55108
55118
  const i = Fe("VcContainer");
55109
55119
  return V(), J(Ue, null, [
@@ -55312,7 +55322,7 @@ const Yo = /* @__PURE__ */ lu(d6, [["render", g6]]), v6 = { class: "tw-font-medi
55312
55322
  },
55313
55323
  emits: ["swipeStart", "click"],
55314
55324
  setup(n, { emit: e }) {
55315
- const t = n, r = e, { t: i } = bt({ useScope: "global" }), o = se(0), a = se(0), d = se(0), s = se(0), p = se(!1), c = se(!1), l = se([]);
55325
+ const t = n, r = e, { t: i } = gt({ useScope: "global" }), o = se(0), a = se(0), d = se(0), s = se(0), p = se(!1), c = se(!1), l = se([]);
55316
55326
  qe(
55317
55327
  () => t.swipingItem,
55318
55328
  (w) => {
@@ -55673,7 +55683,7 @@ const Yo = /* @__PURE__ */ lu(d6, [["render", g6]]), v6 = { class: "tw-font-medi
55673
55683
  },
55674
55684
  emits: ["paginationClick", "selectionChanged", "search:change", "headerClick", "value", "itemClick", "scroll:ptr", "row:reorder", "select:all"],
55675
55685
  setup(n, { emit: e }) {
55676
- const t = n, r = e, { t: i } = bt({ useScope: "global" }), o = se([]), a = se([]), d = se(), s = se();
55686
+ const t = n, r = e, { t: i } = gt({ useScope: "global" }), o = se([]), a = se([]), d = se(), s = se();
55677
55687
  let p = null, c = null;
55678
55688
  const l = se([]), u = se(!1), f = se(), h = se(), m = se(), g = se([]), v = se([]), y = se(), w = se(!1), b = se(), _ = se(), S = se(), x = AL(), C = se(), O = Eh("VC_TABLE_STATE_" + t.stateKey.toUpperCase(), []), $ = se([]), E = se(), A = se(), T = se(), k = se(), L = se(!1), I = se(), N = se();
55679
55689
  ta(() => {
@@ -1 +1 @@
1
- {"version":3,"file":"StatusField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/StatusField.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,gBAAgB,EAAsB,MAAM,KAAK,CAAC;AACtE,OAAO,cAAc,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ5B,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE;;;;AAHlF,wBAkDE"}
1
+ {"version":3,"file":"StatusField.d.ts","sourceRoot":"","sources":["../../../../../../shared/modules/dynamic/components/fields/StatusField.ts"],"names":[],"mappings":"AACA,OAAO,EAAa,gBAAgB,EAAsB,MAAM,KAAK,CAAC;AACtE,OAAO,cAAc,MAAM,SAAS,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAQ5B,iBAAiB,qBAAqB,CAAC,GAAG;QAAE,OAAO,EAAE,YAAY,CAAA;KAAE;;;;AAHlF,wBAuDE"}
@@ -404,7 +404,7 @@ export interface FieldSchema extends Pick<SchemaBase, "id" | "property" | "label
404
404
  component: "vc-field";
405
405
  /**
406
406
  * Field variant.
407
- * @type {"text" | "normal" | "date" | "date-ago" | "link"}
407
+ * @type {"date-ago" | "date" | "link" | "text" | "email"}
408
408
  */
409
409
  variant?: ComponentProps<typeof VcField>["type"];
410
410
  /**
@@ -421,6 +421,7 @@ export interface FieldSchema extends Pick<SchemaBase, "id" | "property" | "label
421
421
  /**
422
422
  * Field columns aspect ratio.
423
423
  * @description Uses CSS flex-grow property.
424
+ * @default [1,1]
424
425
  * @type {[number, number]}
425
426
  */
426
427
  aspectRatio?: [number, number];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../shared/modules/dynamic/types/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAKlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;CACtF;;;;;;;;;;AA8OD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"vc-editor.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-editor/vc-editor.vue.ts"],"names":[],"mappings":"AAGA,OAAO,0CAA0C,CAAC;AAKlD,MAAM,WAAW,KAAK;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;IACpC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,mBAAmB,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI,CAAC;CACtF;;;;;;;;;;AAuPD,wBAAwG;AACxG,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC;AAC9M,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAAE,QAAO;QAClD,MAAM,EAAE,CAAC,CAAC;KACT,CAAA;CAAE,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vc-shell/framework",
3
- "version": "1.0.163",
3
+ "version": "1.0.164",
4
4
  "type": "module",
5
5
  "main": "./dist/framework.js",
6
6
  "types": "./dist/index.d.ts",
@@ -53,9 +53,9 @@
53
53
  "whatwg-fetch": "^3.6.19"
54
54
  },
55
55
  "devDependencies": {
56
- "@vc-shell/api-client-generator": "^1.0.163",
57
- "@vc-shell/config-generator": "^1.0.163",
58
- "@vc-shell/ts-config": "^1.0.163",
56
+ "@vc-shell/api-client-generator": "^1.0.164",
57
+ "@vc-shell/config-generator": "^1.0.164",
58
+ "@vc-shell/ts-config": "^1.0.164",
59
59
  "@vitejs/plugin-vue": "^5.0.3",
60
60
  "sass": "^1.69.6",
61
61
  "typescript": "^5.3.3",
@@ -1,3 +1,4 @@
1
+ import { useI18n } from "vue-i18n";
1
2
  import { Component, ExtractPropTypes, computed, h, unref } from "vue";
2
3
  import componentProps from "./props";
3
4
  import { StatusSchema } from "../../types";
@@ -9,6 +10,8 @@ export default {
9
10
  name: "StatusField",
10
11
  props: componentProps,
11
12
  setup(props: ExtractPropTypes<typeof componentProps> & { element: StatusSchema }) {
13
+ const { t } = useI18n({ useScope: "global" });
14
+
12
15
  return () => {
13
16
  const slotContent = computed(() => {
14
17
  if (props.element.content && typeof props.element.content === "string") {
@@ -46,7 +49,10 @@ export default {
46
49
  variant: props.element.iconVariant,
47
50
  class: "tw-mr-3",
48
51
  }),
49
- h("div", [h("div", { class: "tw-font-bold" }, props.element.title), h("div", slotContent.value)]),
52
+ h("div", [
53
+ h("div", { class: "tw-font-bold" }, computed(() => t(props.element.title ?? "")).value),
54
+ h("div", slotContent.value),
55
+ ]),
50
56
  ]);
51
57
  },
52
58
  },
@@ -138,7 +138,6 @@ export interface SettingsBase {
138
138
  * Collapsed blade width in percentage
139
139
  * @default "50%"
140
140
  */
141
- // TODO Add to documentation
142
141
  width?: `${number}%`;
143
142
  }
144
143
 
@@ -427,7 +426,6 @@ export interface VideoSchema
427
426
  * Data field schema interface.
428
427
  * @interface
429
428
  */
430
- // TODO update documentation
431
429
  export interface FieldSchema
432
430
  extends Pick<SchemaBase, "id" | "property" | "label" | "visibility" | "tooltip" | "horizontalSeparator"> {
433
431
  /**
@@ -437,7 +435,7 @@ export interface FieldSchema
437
435
  component: "vc-field";
438
436
  /**
439
437
  * Field variant.
440
- * @type {"text" | "normal" | "date" | "date-ago" | "link"}
438
+ * @type {"date-ago" | "date" | "link" | "text" | "email"}
441
439
  */
442
440
  variant?: ComponentProps<typeof VcField>["type"];
443
441
  /**
@@ -454,6 +452,7 @@ export interface FieldSchema
454
452
  /**
455
453
  * Field columns aspect ratio.
456
454
  * @description Uses CSS flex-grow property.
455
+ * @default [1,1]
457
456
  * @type {[number, number]}
458
457
  */
459
458
  aspectRatio?: [number, number];
@@ -769,7 +768,6 @@ export interface FieldsetSchema
769
768
  * Switch schema interface.
770
769
  * @interface
771
770
  */
772
- // TODO add to documentation
773
771
  export interface SwitchSchema extends Omit<SchemaBase, "placeholder" | "multilanguage"> {
774
772
  /**
775
773
  * Component type for switch.
@@ -27,6 +27,7 @@
27
27
  <!-- Editor field -->
28
28
  <QuillEditor
29
29
  :key="`${disabled}`"
30
+ ref="quillRef"
30
31
  v-model:content="content"
31
32
  class="quill-editor tw-border tw-border-solid tw-border-[color:var(--editor-border-color)] tw-rounded-b-[var(--editor-border-radius)] tw-h-[200px]"
32
33
  :class="{ 'tw-bg-[#fafafa] tw-text-[#424242] tw-cursor-default': disabled }"
@@ -50,9 +51,9 @@
50
51
  </template>
51
52
  <!-- eslint-disable @typescript-eslint/no-explicit-any -->
52
53
  <script lang="ts" setup>
53
- import { QuillEditor } from "@vueup/vue-quill";
54
+ import { QuillEditor, Quill } from "@vueup/vue-quill";
54
55
  import "@vueup/vue-quill/dist/vue-quill.snow.css";
55
- import { ref, unref, watch, onMounted, onUpdated } from "vue";
56
+ import { ref, unref, watch, onMounted, onUpdated, Ref } from "vue";
56
57
  import ImageUploader from "quill-image-uploader";
57
58
  import { VcLabel, VcHint } from "./../../";
58
59
 
@@ -82,6 +83,8 @@ defineSlots<{
82
83
  }>();
83
84
 
84
85
  const content = ref();
86
+ const quillRef = ref<Quill | null>(null);
87
+
85
88
  const toolbar = {
86
89
  container: [
87
90
  { header: 1 },
@@ -131,6 +134,10 @@ onUpdated(() => {
131
134
  watch(
132
135
  () => props.modelValue,
133
136
  (value) => {
137
+ if (value === "") {
138
+ quillRef.value?.setText(value);
139
+ return;
140
+ }
134
141
  content.value = unref(value);
135
142
  },
136
143
  { immediate: true },