bt-core-app 1.4.491 → 1.4.492
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/bt-core-app.js +3 -4
- package/package.json +1 -1
package/dist/bt-core-app.js
CHANGED
|
@@ -32413,13 +32413,12 @@ const zL = /* @__PURE__ */ Ke({
|
|
|
32413
32413
|
"is-24": !1,
|
|
32414
32414
|
"min-date": o.value,
|
|
32415
32415
|
range: c.range,
|
|
32416
|
-
"time-picker-inline": c.useTime,
|
|
32417
32416
|
timezone: M(r).timeZone.value,
|
|
32418
32417
|
utc: ""
|
|
32419
32418
|
}, c.$attrs, {
|
|
32420
32419
|
modelValue: s.value,
|
|
32421
32420
|
"onUpdate:modelValue": u[0] || (u[0] = (f) => s.value = f)
|
|
32422
|
-
}), null, 16, ["dark", "enable-time-picker", "min-date", "range", "
|
|
32421
|
+
}), null, 16, ["dark", "enable-time-picker", "min-date", "range", "timezone", "modelValue"]));
|
|
32423
32422
|
}
|
|
32424
32423
|
}), HL = {
|
|
32425
32424
|
key: 0,
|
|
@@ -40677,11 +40676,11 @@ const W5 = { class: "d-flex align-center" }, UV = /* @__PURE__ */ Ke({
|
|
|
40677
40676
|
const r = bd({
|
|
40678
40677
|
dialogType: "date",
|
|
40679
40678
|
open: (s, c) => {
|
|
40680
|
-
s.format ?? (s.format = "ccc dd/LL/yyyy"), s.height ?? (s.height = "65vh"), s.maxWidth ?? (s.maxWidth = "
|
|
40679
|
+
s.format ?? (s.format = "ccc dd/LL/yyyy"), s.height ?? (s.height = "65vh"), s.maxWidth ?? (s.maxWidth = "300px"), s.cancelText ?? (s.cancelText = "Cancel"), s.confirmText ?? (s.confirmText = "Confirm"), s.range ?? (s.range = !1), n.value = s, t.value = !0, l = c, a.value = s.startingDate;
|
|
40681
40680
|
}
|
|
40682
40681
|
});
|
|
40683
40682
|
function i() {
|
|
40684
|
-
|
|
40683
|
+
l != null && l({
|
|
40685
40684
|
isCancelled: !1,
|
|
40686
40685
|
isConfirmed: !0,
|
|
40687
40686
|
isError: !1,
|
package/package.json
CHANGED