@solar-taro/ui-vant 2.5.3 → 2.6.0

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,13 @@
1
+ ## 2.5.3 (2026-01-24)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **ui-vant/selector:** add button visibility control for modal based on selection mode
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
1
11
  ## 2.5.2 (2026-01-21)
2
12
 
3
13
  ### 🩹 Fixes
package/index102.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import r from "./index87.js";
2
- import i from "./index118.js";
2
+ import i from "./index123.js";
3
3
  function f(t, a) {
4
4
  var e = i(t, a);
5
5
  return r(e) ? e : void 0;
package/index103.js CHANGED
@@ -1,8 +1,8 @@
1
- import p from "./index119.js";
2
- import a from "./index120.js";
3
- import i from "./index121.js";
4
- import h from "./index122.js";
5
- import s from "./index123.js";
1
+ import p from "./index118.js";
2
+ import a from "./index119.js";
3
+ import i from "./index120.js";
4
+ import h from "./index121.js";
5
+ import s from "./index122.js";
6
6
  function t(e) {
7
7
  var o = -1, l = e == null ? 0 : e.length;
8
8
  for (this.clear(); ++o < l; ) {
package/index118.js CHANGED
@@ -1,6 +1,6 @@
1
- function u(e, n) {
2
- return e == null ? void 0 : e[n];
1
+ function t() {
2
+ this.__data__ = [], this.size = 0;
3
3
  }
4
4
  export {
5
- u as default
5
+ t as default
6
6
  };
package/index119.js CHANGED
@@ -1,6 +1,12 @@
1
- function t() {
2
- this.__data__ = [], this.size = 0;
1
+ import s from "./index131.js";
2
+ var i = Array.prototype, l = i.splice;
3
+ function n(r) {
4
+ var e = this.__data__, a = s(e, r);
5
+ if (a < 0)
6
+ return !1;
7
+ var t = e.length - 1;
8
+ return a == t ? e.pop() : l.call(e, a, 1), --this.size, !0;
3
9
  }
4
10
  export {
5
- t as default
11
+ n as default
6
12
  };
package/index120.js CHANGED
@@ -1,12 +1,8 @@
1
- import s from "./index131.js";
2
- var i = Array.prototype, l = i.splice;
3
- function n(r) {
4
- var e = this.__data__, a = s(e, r);
5
- if (a < 0)
6
- return !1;
7
- var t = e.length - 1;
8
- return a == t ? e.pop() : l.call(e, a, 1), --this.size, !0;
1
+ import d from "./index131.js";
2
+ function i(e) {
3
+ var t = this.__data__, a = d(t, e);
4
+ return a < 0 ? void 0 : t[a][1];
9
5
  }
10
6
  export {
11
- n as default
7
+ i as default
12
8
  };
package/index121.js CHANGED
@@ -1,8 +1,7 @@
1
- import d from "./index131.js";
2
- function i(e) {
3
- var t = this.__data__, a = d(t, e);
4
- return a < 0 ? void 0 : t[a][1];
1
+ import a from "./index131.js";
2
+ function e(t) {
3
+ return a(this.__data__, t) > -1;
5
4
  }
6
5
  export {
7
- i as default
6
+ e as default
8
7
  };
package/index122.js CHANGED
@@ -1,7 +1,8 @@
1
- import a from "./index131.js";
2
- function e(t) {
3
- return a(this.__data__, t) > -1;
1
+ import e from "./index131.js";
2
+ function d(s, i) {
3
+ var t = this.__data__, a = e(t, s);
4
+ return a < 0 ? (++this.size, t.push([s, i])) : t[a][1] = i, this;
4
5
  }
5
6
  export {
6
- e as default
7
+ d as default
7
8
  };
package/index123.js CHANGED
@@ -1,8 +1,6 @@
1
- import e from "./index131.js";
2
- function d(s, i) {
3
- var t = this.__data__, a = e(t, s);
4
- return a < 0 ? (++this.size, t.push([s, i])) : t[a][1] = i, this;
1
+ function u(e, n) {
2
+ return e == null ? void 0 : e[n];
5
3
  }
6
4
  export {
7
- d as default
5
+ u as default
8
6
  };
package/index17.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index4.js";
1
+ import f from "./index3.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index18.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index6.js";
1
+ import f from "./index7.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index19.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index10.js";
1
+ import f from "./index6.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index20.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/index21.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index7.js";
1
+ import f from "./index9.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 "./index4.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index23.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index9.js";
1
+ import f from "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solar-taro/ui-vant",
3
- "version": "2.5.3",
3
+ "version": "2.6.0",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",