@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 +8 -0
- package/index18.js +1 -1
- package/index19.js +1 -1
- package/index20.js +1 -1
- package/index21.js +1 -1
- package/index22.js +1 -1
- package/index23.js +1 -1
- package/index24.js +1 -1
- package/index26.js +1 -1
- package/index27.js +9 -13
- package/index28.js +7 -8
- package/index29.js +13 -8
- package/index3.js +1 -1
- package/index32.js +1 -1
- package/index35.js +1 -1
- package/index63.js +11 -7
- package/index64.js +7 -9
- package/index65.js +9 -11
- package/index70.js +1 -1
- package/index71.js +1 -1
- package/index74.js +1 -1
- package/index75.js +1 -1
- package/index9.js +2 -2
- package/package.json +1 -1
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
package/index19.js
CHANGED
package/index20.js
CHANGED
package/index21.js
CHANGED
package/index22.js
CHANGED
package/index23.js
CHANGED
package/index24.js
CHANGED
package/index26.js
CHANGED
package/index27.js
CHANGED
|
@@ -1,16 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
function
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
15
|
-
u as untracked
|
|
11
|
+
c as useObservable
|
|
16
12
|
};
|
package/index28.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import "rxjs";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
10
|
+
m as useDestroyed
|
|
12
11
|
};
|
package/index29.js
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
-
|
|
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 "./
|
|
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
package/index35.js
CHANGED
package/index63.js
CHANGED
|
@@ -1,10 +1,14 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
(
|
|
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
|
-
|
|
13
|
+
v as default
|
|
10
14
|
};
|
package/index64.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
9
|
+
l as default
|
|
12
10
|
};
|
package/index65.js
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
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
|
-
|
|
11
|
+
i as default
|
|
14
12
|
};
|
package/index70.js
CHANGED
package/index71.js
CHANGED
package/index74.js
CHANGED
package/index75.js
CHANGED
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 "./
|
|
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 "./
|
|
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: {
|