@solar-taro/ui-vant 1.6.1 → 1.6.3

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/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ ## 1.6.2 (2025-11-03)
2
+
3
+ This was a version bump only for ui-vant to align it with other projects, there were no code changes.
4
+
5
+ ## 1.6.1 (2025-11-01)
6
+
7
+ This was a version bump only for ui-vant to align it with other projects, there were no code changes.
8
+
1
9
  ## 1.6.0 (2025-10-31)
2
10
 
3
11
  This was a version bump only for ui-vant to align it with other projects, there were no code changes.
package/index18.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index3.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index19.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index5.js";
1
+ import f from "./index9.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index20.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index9.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index21.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index7.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index22.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index8.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index23.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index12.js";
1
+ import f from "./index5.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index24.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index10.js";
1
+ import f from "./index12.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index26.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index11.js";
1
+ import f from "./index7.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index27.js CHANGED
@@ -1,16 +1,12 @@
1
- import { ref as n, effect as t, pauseTracking as f, resetTracking as a } from "./index33.js";
2
- function i(e) {
3
- const r = n(e());
4
- return t(() => r.value = e()), r;
5
- }
6
- function u(e) {
7
- try {
8
- return f(), e();
9
- } finally {
10
- a();
11
- }
1
+ import "rxjs";
2
+ import { ref as i } from "vue";
3
+ import { takeUntilDestroyed as p } from "./index32.js";
4
+ function c(t, o) {
5
+ const e = i(o);
6
+ return (typeof t == "function" ? t() : t).pipe(p()).subscribe((r) => {
7
+ e.value = r;
8
+ }), e;
12
9
  }
13
10
  export {
14
- i as linkedRef,
15
- u as untracked
11
+ c as useObservable
16
12
  };
package/index28.js CHANGED
@@ -1,12 +1,11 @@
1
- import "rxjs";
2
- import { ref as i } from "vue";
3
- import { takeUntilDestroyed as p } from "./index32.js";
4
- function c(t, o) {
5
- const e = i(o);
6
- return (typeof t == "function" ? t() : t).pipe(p()).subscribe((r) => {
7
- e.value = r;
1
+ import { Subject as o } from "rxjs";
2
+ import { onUnmounted as t } from "vue";
3
+ function m() {
4
+ const e = new o();
5
+ return t(() => {
6
+ e.next(), e.complete();
8
7
  }), e;
9
8
  }
10
9
  export {
11
- c as useObservable
10
+ m as useDestroyed
12
11
  };
package/index29.js CHANGED
@@ -1,11 +1,16 @@
1
- import { Subject as o } from "rxjs";
2
- import { onUnmounted as t } from "vue";
3
- function m() {
4
- const e = new o();
5
- return t(() => {
6
- e.next(), e.complete();
7
- }), e;
1
+ import { ref as n, effect as t, pauseTracking as f, resetTracking as a } from "./index33.js";
2
+ function i(e) {
3
+ const r = n(e());
4
+ return t(() => r.value = e()), r;
5
+ }
6
+ function u(e) {
7
+ try {
8
+ return f(), e();
9
+ } finally {
10
+ a();
11
+ }
8
12
  }
9
13
  export {
10
- m as useDestroyed
14
+ i as linkedRef,
15
+ u as untracked
11
16
  };
package/index3.js CHANGED
@@ -2,7 +2,7 @@ import { defineComponent as J, mergeModels as T, useModel as O, computed as n, r
2
2
  import { tree2list as me } from "@solar-kit/core";
3
3
  import { SunLazyRender as pe } from "@solar-taro/ui-sun";
4
4
  import { SunModal as fe, SunItem as _ } from "@solar-taro/ui-vant";
5
- import { linkedRef as q, untracked as he } from "./index27.js";
5
+ import { linkedRef as q, untracked as he } from "./index29.js";
6
6
  const ye = Q, t = W, o = X, b = Y, be = Z, ke = x, ge = ee, d = le, k = ae, m = te, z = ne, g = oe, E = se, we = re, c = ue, Ke = ie, M = de, I = ce, L = ve, Ne = ["label", "value", "placeholder", "required", "disabled"], Ve = ["active"], Ce = ["title"], Se = {
7
7
  key: 0,
8
8
  class: "sun-cascader-tab",
package/index32.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { takeUntil as e } from "rxjs";
2
- import { useDestroyed as o } from "./index29.js";
2
+ import { useDestroyed as o } from "./index28.js";
3
3
  function i() {
4
4
  const t = o();
5
5
  return e(t);
package/index35.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import S from "./index69.js";
2
2
  import L from "./index67.js";
3
- import B from "./index63.js";
3
+ import B from "./index64.js";
4
4
  import I from "./index70.js";
5
5
  import O from "./index71.js";
6
6
  import _ from "./index72.js";
package/index63.js CHANGED
@@ -1,10 +1,14 @@
1
- import t from "./index64.js";
2
- import i from "./index36.js";
3
- var s = Object.prototype, p = s.hasOwnProperty;
4
- function l(r, a, o) {
5
- var n = r[a];
6
- (!(p.call(r, a) && i(n, o)) || o === void 0 && !(a in r)) && t(r, a, o);
1
+ import m from "./index64.js";
2
+ import t from "./index65.js";
3
+ function v(a, f, i, u) {
4
+ var d = !i;
5
+ i || (i = {});
6
+ for (var s = -1, e = f.length; ++s < e; ) {
7
+ var n = f[s], r = void 0;
8
+ r === void 0 && (r = a[n]), d ? t(i, n, r) : m(i, n, r);
9
+ }
10
+ return i;
7
11
  }
8
12
  export {
9
- l as default
13
+ v as default
10
14
  };
package/index64.js CHANGED
@@ -1,12 +1,10 @@
1
- import u from "./index68.js";
2
- function i(r, e, t) {
3
- e == "__proto__" && u ? u(r, e, {
4
- configurable: !0,
5
- enumerable: !0,
6
- value: t,
7
- writable: !0
8
- }) : r[e] = t;
1
+ import t from "./index65.js";
2
+ import i from "./index36.js";
3
+ var s = Object.prototype, p = s.hasOwnProperty;
4
+ function l(r, a, o) {
5
+ var n = r[a];
6
+ (!(p.call(r, a) && i(n, o)) || o === void 0 && !(a in r)) && t(r, a, o);
9
7
  }
10
8
  export {
11
- i as default
9
+ l as default
12
10
  };
package/index65.js CHANGED
@@ -1,14 +1,12 @@
1
- import m from "./index63.js";
2
- import t from "./index64.js";
3
- function v(a, f, i, u) {
4
- var d = !i;
5
- i || (i = {});
6
- for (var s = -1, e = f.length; ++s < e; ) {
7
- var n = f[s], r = void 0;
8
- r === void 0 && (r = a[n]), d ? t(i, n, r) : m(i, n, r);
9
- }
10
- return i;
1
+ import u from "./index68.js";
2
+ function i(r, e, t) {
3
+ e == "__proto__" && u ? u(r, e, {
4
+ configurable: !0,
5
+ enumerable: !0,
6
+ value: t,
7
+ writable: !0
8
+ }) : r[e] = t;
11
9
  }
12
10
  export {
13
- v as default
11
+ i as default
14
12
  };
package/index70.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index65.js";
1
+ import o from "./index63.js";
2
2
  import e from "./index57.js";
3
3
  function m(r, t) {
4
4
  return r && o(t, e(t), r);
package/index71.js CHANGED
@@ -1,4 +1,4 @@
1
- import t from "./index65.js";
1
+ import t from "./index63.js";
2
2
  import o from "./index60.js";
3
3
  function i(n, r) {
4
4
  return n && t(r, o(r), n);
package/index74.js CHANGED
@@ -1,4 +1,4 @@
1
- import m from "./index65.js";
1
+ import m from "./index63.js";
2
2
  import r from "./index118.js";
3
3
  function f(o, t) {
4
4
  return m(o, r(o), t);
package/index75.js CHANGED
@@ -1,4 +1,4 @@
1
- import m from "./index65.js";
1
+ import m from "./index63.js";
2
2
  import r from "./index110.js";
3
3
  function e(o, t) {
4
4
  return m(o, r(o), t);
package/index9.js CHANGED
@@ -4,10 +4,10 @@ import { BluetoothLowEnergeDevice as me } from "@opper/wx";
4
4
  import { checkBluetooth as V, bluetoothService as w, vibrator as fe, overlay as r, withLoading as we } from "@solar-taro/core";
5
5
  import { getSystemInfo as he, openSetting as be } from "@tarojs/taro";
6
6
  import { filter as A, switchMap as m, combineLatest as ge, of as E, map as $, catchError as D, tap as B, timer as ye, takeUntil as N, finalize as O, from as _e } from "rxjs";
7
- import { useObservable as j } from "./index28.js";
7
+ import { useObservable as j } from "./index27.js";
8
8
  import De from "./index7.js";
9
9
  import { dialog as Se } from "./index16.js";
10
- import { useDestroyed as F } from "./index29.js";
10
+ import { useDestroyed as F } from "./index28.js";
11
11
  const l = Z, n = ee, p = te, Ce = ne, ke = oe, xe = ie, Ie = se, T = re, h = le, b = ce, Ee = ae, $e = ue, Be = de, Ne = pe, Oe = { class: "sun-opper-controller" }, Te = ["show"], Me = { class: "sun-opper-controller-device" }, Pe = { class: "sun-opper-controller-device-header" }, Re = { class: "sun-opper-controller-device-name" }, ze = { class: "sun-opper-controller-device-infos" }, Le = { class: "sun-opper-controller-device-info" }, Ve = { class: "sun-opper-controller-device-info" }, Ae = { class: "sun-opper-controller-device-info" }, je = { class: "sun-opper-controller-device-info" }, Fe = { class: "van-button-container" }, Ue = ["title", "label", "onTap"], qe = { class: "van-button-container" }, Ke = ["show"], nt = /* @__PURE__ */ J({
12
12
  __name: "index",
13
13
  props: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/ui-vant",
3
- "version": "1.6.1",
3
+ "version": "1.6.3",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",