x-essential-lib 0.9.10 → 0.9.12

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.
@@ -4,5 +4,5 @@ export declare function useSystem(): {
4
4
  isCurvedScreen: import("vue").ComputedRef<boolean>;
5
5
  isMobile: () => boolean;
6
6
  nameOfList: (entries: string[], stack?: boolean, instance?: string) => string;
7
- nameOfAsk: (verb: string, object: string, name: string) => string;
7
+ sentenceOfAsk: (verb: string, object: string, name: string) => string;
8
8
  };
package/dist/index.js CHANGED
@@ -473,7 +473,7 @@ function Ht() {
473
473
  const b = c.map((i) => t(i));
474
474
  return d ? m = b.join(" / ") : e.value === "en" ? m = b.join(" ") : m = b.join(""), k && (m += ` <${k}>`), m;
475
475
  },
476
- nameOfAsk: (c, d, k) => e.value === "en" ? t("dlg.common.ask", {
476
+ sentenceOfAsk: (c, d, k) => e.value === "en" ? t("dlg.common.ask", {
477
477
  verb: re(t(c)),
478
478
  object: re(t(d)),
479
479
  name: k
@@ -810,7 +810,10 @@ const lt = /* @__PURE__ */ E({
810
810
  onKeydown: C[4] || (C[4] = F(I((B) => f.value = !1, ["stop", "prevent"]), ["esc"]))
811
811
  }, {
812
812
  default: v(() => [
813
- w(he, { title: a.value }, {
813
+ w(he, {
814
+ subtitle: o.value,
815
+ title: a.value
816
+ }, {
814
817
  default: v(() => [
815
818
  l.value ? (q(), A(Y, { key: 0 }, {
816
819
  default: v(() => [
@@ -865,7 +868,7 @@ const lt = /* @__PURE__ */ E({
865
868
  }, 8, ["modelValue"])
866
869
  ]),
867
870
  _: 1
868
- }, 8, ["title"])
871
+ }, 8, ["subtitle", "title"])
869
872
  ]),
870
873
  _: 1
871
874
  }, 8, ["modelValue"]);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-essential-lib",
3
3
  "private": false,
4
- "version": "0.9.10",
4
+ "version": "0.9.12",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",