@delta-comic/ui 0.0.4 → 0.0.6
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 -10
- 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 +8 -7
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,8 +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
|
-
"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)"]
|
|
9039
9044
|
}), {
|
|
9040
9045
|
default: R(() => [a.value ? N(t.$slots, "default", { key: 0 }) : c("", !0)]),
|
|
9041
9046
|
_: 3
|
|
@@ -9797,12 +9802,12 @@ var Iv = ["data-index"], Lv = /* @__PURE__ */ m({
|
|
|
9797
9802
|
"input-readonly": "",
|
|
9798
9803
|
format: e.config.format,
|
|
9799
9804
|
type: e.config.time ? "date" : "datetime",
|
|
9800
|
-
value: t.value,
|
|
9801
|
-
"onUpdate:
|
|
9805
|
+
"formatted-value": t.value,
|
|
9806
|
+
"onUpdate:formattedValue": r[0] ||= (e) => t.value = e
|
|
9802
9807
|
}, null, 8, [
|
|
9803
9808
|
"format",
|
|
9804
9809
|
"type",
|
|
9805
|
-
"value"
|
|
9810
|
+
"formatted-value"
|
|
9806
9811
|
]));
|
|
9807
9812
|
}
|
|
9808
9813
|
}), Gv = /* @__PURE__ */ m({
|
|
@@ -9818,12 +9823,12 @@ var Iv = ["data-index"], Lv = /* @__PURE__ */ m({
|
|
|
9818
9823
|
"input-readonly": "",
|
|
9819
9824
|
format: e.config.format,
|
|
9820
9825
|
type: e.config.time ? "daterange" : "datetimerange",
|
|
9821
|
-
value: t.value,
|
|
9822
|
-
"onUpdate:
|
|
9826
|
+
"formatted-value": t.value,
|
|
9827
|
+
"onUpdate:formattedValue": r[0] ||= (e) => t.value = e
|
|
9823
9828
|
}, null, 8, [
|
|
9824
9829
|
"format",
|
|
9825
9830
|
"type",
|
|
9826
|
-
"value"
|
|
9831
|
+
"formatted-value"
|
|
9827
9832
|
]));
|
|
9828
9833
|
}
|
|
9829
9834
|
}), Kv = { class: "w-full items-center" }, qv = /* @__PURE__ */ m({
|