x-essential-lib 0.9.10 → 0.9.11
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/index.js +5 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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, {
|
|
813
|
+
w(he, {
|
|
814
|
+
title: a.value,
|
|
815
|
+
subtitle: o.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, ["title", "subtitle"])
|
|
869
872
|
]),
|
|
870
873
|
_: 1
|
|
871
874
|
}, 8, ["modelValue"]);
|