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.
@@ -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", "time-picker-inline", "timezone", "modelValue"]));
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 = "350px"), 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;
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
- console.log(a.value), console.log(n.value.range), l != null && l({
40683
+ l != null && l({
40685
40684
  isCancelled: !1,
40686
40685
  isConfirmed: !0,
40687
40686
  isError: !1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "1.4.491",
3
+ "version": "1.4.492",
4
4
  "description": "Core app tools for some basic features like navigation, authentication, server apis, and cosmetics",
5
5
  "homepage": "https://github.com/BlitzItTech/bt-core",
6
6
  "bugs": {