@delta-comic/ui 0.0.3 → 0.0.5
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.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +15 -11
- package/dist/index.js.map +1 -1
- package/dist/lib/components/DcPopup.vue.d.ts +2 -0
- package/dist/lib/form/components/DcFormDate.vue.d.ts +2 -2
- package/dist/lib/form/components/DcFormDateRange.vue.d.ts +2 -2
- package/dist/lib/form/row.d.ts +2 -2
- package/dist/pack.tgz +0 -0
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -8972,7 +8972,10 @@ var q_ = { class: "relative size-full overflow-hidden" }, J_ = { key: 2 }, Y_ =
|
|
|
8972
8972
|
props: /* @__PURE__ */ C({
|
|
8973
8973
|
show: { type: Boolean },
|
|
8974
8974
|
zIndex: {},
|
|
8975
|
-
overlay: {
|
|
8975
|
+
overlay: {
|
|
8976
|
+
type: Boolean,
|
|
8977
|
+
default: !0
|
|
8978
|
+
},
|
|
8976
8979
|
duration: {},
|
|
8977
8980
|
teleport: {},
|
|
8978
8981
|
lockScroll: { type: Boolean },
|
|
@@ -8982,7 +8985,10 @@ var q_ = { class: "relative size-full overflow-hidden" }, J_ = { key: 2 }, Y_ =
|
|
|
8982
8985
|
overlayStyle: {},
|
|
8983
8986
|
overlayClass: {},
|
|
8984
8987
|
transitionAppear: { type: Boolean },
|
|
8985
|
-
closeOnClickOverlay: {
|
|
8988
|
+
closeOnClickOverlay: {
|
|
8989
|
+
type: Boolean,
|
|
8990
|
+
default: !0
|
|
8991
|
+
},
|
|
8986
8992
|
round: { type: Boolean },
|
|
8987
8993
|
position: { default: "center" },
|
|
8988
8994
|
closeIcon: {},
|
|
@@ -9034,9 +9040,7 @@ var q_ = { class: "relative size-full overflow-hidden" }, J_ = { key: 2 }, Y_ =
|
|
|
9034
9040
|
onClosed: n[2] ||= () => {
|
|
9035
9041
|
a.value = !1, t.$emit("closed");
|
|
9036
9042
|
},
|
|
9037
|
-
class: ["max-h-screen overflow-hidden overflow-y-auto!", !e.noBorder && "border-0 border-t border-solid border-(--van-border-color)"]
|
|
9038
|
-
overlay: "",
|
|
9039
|
-
"close-on-click-overlay": ""
|
|
9043
|
+
class: ["max-h-screen overflow-hidden overflow-y-auto!", !e.noBorder && "border-0 border-t border-solid border-(--van-border-color)"]
|
|
9040
9044
|
}), {
|
|
9041
9045
|
default: R(() => [a.value ? N(t.$slots, "default", { key: 0 }) : c("", !0)]),
|
|
9042
9046
|
_: 3
|
|
@@ -9798,12 +9802,12 @@ var Iv = ["data-index"], Lv = /* @__PURE__ */ m({
|
|
|
9798
9802
|
"input-readonly": "",
|
|
9799
9803
|
format: e.config.format,
|
|
9800
9804
|
type: e.config.time ? "date" : "datetime",
|
|
9801
|
-
value: t.value,
|
|
9802
|
-
"onUpdate:
|
|
9805
|
+
"formatted-value": t.value,
|
|
9806
|
+
"onUpdate:formattedValue": r[0] ||= (e) => t.value = e
|
|
9803
9807
|
}, null, 8, [
|
|
9804
9808
|
"format",
|
|
9805
9809
|
"type",
|
|
9806
|
-
"value"
|
|
9810
|
+
"formatted-value"
|
|
9807
9811
|
]));
|
|
9808
9812
|
}
|
|
9809
9813
|
}), Gv = /* @__PURE__ */ m({
|
|
@@ -9819,12 +9823,12 @@ var Iv = ["data-index"], Lv = /* @__PURE__ */ m({
|
|
|
9819
9823
|
"input-readonly": "",
|
|
9820
9824
|
format: e.config.format,
|
|
9821
9825
|
type: e.config.time ? "daterange" : "datetimerange",
|
|
9822
|
-
value: t.value,
|
|
9823
|
-
"onUpdate:
|
|
9826
|
+
"formatted-value": t.value,
|
|
9827
|
+
"onUpdate:formattedValue": r[0] ||= (e) => t.value = e
|
|
9824
9828
|
}, null, 8, [
|
|
9825
9829
|
"format",
|
|
9826
9830
|
"type",
|
|
9827
|
-
"value"
|
|
9831
|
+
"formatted-value"
|
|
9828
9832
|
]));
|
|
9829
9833
|
}
|
|
9830
9834
|
}), Kv = { class: "w-full items-center" }, qv = /* @__PURE__ */ m({
|