bt-core-app 2.0.185 → 2.0.186

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.
@@ -69761,15 +69761,18 @@ const wh = ut()({
69761
69761
  "open-delay": "5"
69762
69762
  }, {
69763
69763
  activator: O(({ props: v }) => [
69764
- k(qa, ge({ clearable: w.canSelectNone }, v, {
69764
+ k(qa, ge({
69765
+ "append-inner-icon": w.canSelectNone && s.value != null && s.value.length > 0 ? "$close" : void 0,
69766
+ "onClick:appendInner": b[0] || (b[0] = (C) => s.value = void 0)
69767
+ }, v, {
69765
69768
  "hide-details": p.value == null,
69766
69769
  label: w.label,
69767
69770
  readonly: "",
69768
69771
  rules: p.value,
69769
69772
  variant: m.value ? M(h) : M(g),
69770
69773
  modelValue: c.value,
69771
- "onUpdate:modelValue": b[0] || (b[0] = (C) => c.value = C)
69772
- }), null, 16, ["clearable", "hide-details", "label", "rules", "variant", "modelValue"])
69774
+ "onUpdate:modelValue": b[1] || (b[1] = (C) => c.value = C)
69775
+ }), null, 16, ["append-inner-icon", "hide-details", "label", "rules", "variant", "modelValue"])
69773
69776
  ]),
69774
69777
  default: O(() => [
69775
69778
  k(M(xp), ge({
@@ -69783,7 +69786,7 @@ const wh = ut()({
69783
69786
  utc: ""
69784
69787
  }, w.$attrs, {
69785
69788
  modelValue: s.value,
69786
- "onUpdate:modelValue": b[1] || (b[1] = (v) => s.value = v)
69789
+ "onUpdate:modelValue": b[2] || (b[2] = (v) => s.value = v)
69787
69790
  }), null, 16, ["dark", "enable-time-picker", "time-picker-inline", "timezone", "modelValue"])
69788
69791
  ]),
69789
69792
  _: 1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bt-core-app",
3
- "version": "2.0.185",
3
+ "version": "2.0.186",
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": {