@solar-taro/ui-vant 1.6.1 → 1.6.2

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,7 @@
1
+ ## 1.6.1 (2025-11-01)
2
+
3
+ This was a version bump only for ui-vant to align it with other projects, there were no code changes.
4
+
1
5
  ## 1.6.0 (2025-10-31)
2
6
 
3
7
  This was a version bump only for ui-vant to align it with other projects, there were no code changes.
package/index11.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineComponent as H, ref as L, computed as b, renderSlot as J, openBlock as Q, createElementBlock as U, createCommentVNode as X, mergeProps as Y, resolveDirective as Z, withDirectives as _, unref as x, toDisplayString as ee, createTextVNode as le, createElementVNode as oe, normalizeClass as te, withCtx as ne, createSlots as se, createVNode as ae, normalizeStyle as re, createBlock as ie, Fragment as ue, renderList as de } from "vue";
2
2
  import { useFilterList as pe } from "@solar-taro/core";
3
3
  import { SunLazyRender as ce, SunVirtualScroll as fe } from "@solar-taro/ui-sun";
4
- import C from "./index30.js";
4
+ import C from "./index31.js";
5
5
  import E from "./index6.js";
6
6
  import ve from "./index7.js";
7
7
  const u = J, s = Q, r = U, f = X, F = Y, me = Z, O = _, p = x, R = ee, ye = le, v = oe, P = te, d = ne, j = se, I = ae, z = re, N = ie, T = ue, he = de, ge = ["label", "value", "placeholder", "required", "disabled"], be = {
package/index125.js CHANGED
@@ -1,8 +1,8 @@
1
- import p from "./index135.js";
2
- import a from "./index136.js";
3
- import l from "./index137.js";
4
- import s from "./index138.js";
5
- import m from "./index139.js";
1
+ import p from "./index134.js";
2
+ import a from "./index135.js";
3
+ import l from "./index136.js";
4
+ import s from "./index137.js";
5
+ import m from "./index138.js";
6
6
  function t(o) {
7
7
  var e = -1, h = o == null ? 0 : o.length;
8
8
  for (this.clear(); ++e < h; ) {
package/index126.js CHANGED
@@ -1,4 +1,4 @@
1
- import e from "./index134.js";
1
+ import e from "./index139.js";
2
2
  function n(r, a) {
3
3
  var t = r.__data__;
4
4
  return e(a) ? t[typeof a == "string" ? "string" : "hash"] : t.map;
package/index134.js CHANGED
@@ -1,6 +1,6 @@
1
- function e(t) {
2
- var o = typeof t;
3
- return o == "string" || o == "number" || o == "symbol" || o == "boolean" ? t !== "__proto__" : t === null;
1
+ import t from "./index141.js";
2
+ function e() {
3
+ this.__data__ = t ? t(null) : {}, this.size = 0;
4
4
  }
5
5
  export {
6
6
  e as default
package/index135.js CHANGED
@@ -1,7 +1,7 @@
1
- import t from "./index141.js";
2
- function e() {
3
- this.__data__ = t ? t(null) : {}, this.size = 0;
1
+ function s(t) {
2
+ var e = this.has(t) && delete this.__data__[t];
3
+ return this.size -= e ? 1 : 0, e;
4
4
  }
5
5
  export {
6
- e as default
6
+ s as default
7
7
  };
package/index136.js CHANGED
@@ -1,7 +1,13 @@
1
- function s(t) {
2
- var e = this.has(t) && delete this.__data__[t];
3
- return this.size -= e ? 1 : 0, e;
1
+ import e from "./index141.js";
2
+ var n = "__lodash_hash_undefined__", o = Object.prototype, _ = o.hasOwnProperty;
3
+ function h(a) {
4
+ var r = this.__data__;
5
+ if (e) {
6
+ var t = r[a];
7
+ return t === n ? void 0 : t;
8
+ }
9
+ return _.call(r, a) ? r[a] : void 0;
4
10
  }
5
11
  export {
6
- s as default
12
+ h as default
7
13
  };
package/index137.js CHANGED
@@ -1,13 +1,9 @@
1
- import e from "./index141.js";
2
- var n = "__lodash_hash_undefined__", o = Object.prototype, _ = o.hasOwnProperty;
3
- function h(a) {
4
- var r = this.__data__;
5
- if (e) {
6
- var t = r[a];
7
- return t === n ? void 0 : t;
8
- }
9
- return _.call(r, a) ? r[a] : void 0;
1
+ import r from "./index141.js";
2
+ var e = Object.prototype, o = e.hasOwnProperty;
3
+ function p(t) {
4
+ var a = this.__data__;
5
+ return r ? a[t] !== void 0 : o.call(a, t);
10
6
  }
11
7
  export {
12
- h as default
8
+ p as default
13
9
  };
package/index138.js CHANGED
@@ -1,9 +1,9 @@
1
- import r from "./index141.js";
2
- var e = Object.prototype, o = e.hasOwnProperty;
3
- function p(t) {
4
- var a = this.__data__;
5
- return r ? a[t] !== void 0 : o.call(a, t);
1
+ import e from "./index141.js";
2
+ var h = "__lodash_hash_undefined__";
3
+ function s(t, a) {
4
+ var _ = this.__data__;
5
+ return this.size += this.has(t) ? 0 : 1, _[t] = e && a === void 0 ? h : a, this;
6
6
  }
7
7
  export {
8
- p as default
8
+ s as default
9
9
  };
package/index139.js CHANGED
@@ -1,9 +1,7 @@
1
- import e from "./index141.js";
2
- var h = "__lodash_hash_undefined__";
3
- function s(t, a) {
4
- var _ = this.__data__;
5
- return this.size += this.has(t) ? 0 : 1, _[t] = e && a === void 0 ? h : a, this;
1
+ function e(t) {
2
+ var o = typeof t;
3
+ return o == "string" || o == "number" || o == "symbol" || o == "boolean" ? t !== "__proto__" : t === null;
6
4
  }
7
5
  export {
8
- s as default
6
+ e as default
9
7
  };
package/index17.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index6.js";
1
+ import f from "./index4.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 "./index7.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/index23.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index12.js";
1
+ import f from "./index11.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 "./index6.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index25.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index4.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 "./index10.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index30.js CHANGED
@@ -1,6 +1,8 @@
1
- function n(l) {
2
- return l == null;
1
+ import o from "./index35.js";
2
+ var r = 1, n = 4;
3
+ function L(e) {
4
+ return o(e, r | n);
3
5
  }
4
6
  export {
5
- n as default
7
+ L as default
6
8
  };
package/index31.js CHANGED
@@ -1,8 +1,6 @@
1
- import o from "./index35.js";
2
- var r = 1, n = 4;
3
- function L(e) {
4
- return o(e, r | n);
1
+ function n(l) {
2
+ return l == null;
5
3
  }
6
4
  export {
7
- L as default
5
+ n as default
8
6
  };
package/index35.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import S from "./index69.js";
2
- import L from "./index67.js";
3
- import B from "./index63.js";
2
+ import L from "./index66.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/index4.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { defineComponent as E, ref as N, computed as r, mergeProps as I, createElementVNode as L, openBlock as P, createElementBlock as $, createCommentVNode as q } from "vue";
2
- import y from "./index31.js";
2
+ import y from "./index30.js";
3
3
  const D = I, A = L, v = P, h = $, T = q, j = ["show"], z = ["title", "value-key", "columns", "loading"], H = /* @__PURE__ */ E({
4
4
  inheritAttrs: !1,
5
5
  __name: "index",
package/index59.js CHANGED
@@ -1,4 +1,4 @@
1
- import a from "./index66.js";
1
+ import a from "./index68.js";
2
2
  import e from "./index89.js";
3
3
  var s = Object.prototype, n = s.hasOwnProperty;
4
4
  function f(r) {
package/index61.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import a from "./index48.js";
2
- import i from "./index66.js";
2
+ import i from "./index68.js";
3
3
  import n from "./index102.js";
4
4
  var e = Object.prototype, p = e.hasOwnProperty;
5
5
  function v(r) {
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 "./index67.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/index66.js CHANGED
@@ -1,8 +1,8 @@
1
- var p = Object.prototype;
2
- function e(t) {
3
- var o = t && t.constructor, r = typeof o == "function" && o.prototype || p;
4
- return t === r;
1
+ function f(e, n) {
2
+ for (var l = -1, t = e == null ? 0 : e.length; ++l < t && n(e[l], l, e) !== !1; )
3
+ ;
4
+ return e;
5
5
  }
6
6
  export {
7
- e as default
7
+ f as default
8
8
  };
package/index67.js CHANGED
@@ -1,8 +1,11 @@
1
- function f(e, n) {
2
- for (var l = -1, t = e == null ? 0 : e.length; ++l < t && n(e[l], l, e) !== !1; )
3
- ;
4
- return e;
5
- }
1
+ import r from "./index111.js";
2
+ var o = function() {
3
+ try {
4
+ var e = r(Object, "defineProperty");
5
+ return e({}, "", {}), e;
6
+ } catch {
7
+ }
8
+ }();
6
9
  export {
7
- f as default
10
+ o as default
8
11
  };
package/index68.js CHANGED
@@ -1,11 +1,8 @@
1
- import r from "./index111.js";
2
- var o = function() {
3
- try {
4
- var e = r(Object, "defineProperty");
5
- return e({}, "", {}), e;
6
- } catch {
7
- }
8
- }();
1
+ var p = Object.prototype;
2
+ function e(t) {
3
+ var o = t && t.constructor, r = typeof o == "function" && o.prototype || p;
4
+ return t === r;
5
+ }
9
6
  export {
10
- o as default
7
+ e as default
11
8
  };
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/index81.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import o from "./index83.js";
2
2
  import r from "./index98.js";
3
- import e from "./index66.js";
3
+ import e from "./index68.js";
4
4
  function p(t) {
5
5
  return typeof t.constructor == "function" && !e(t) ? o(r(t)) : {};
6
6
  }
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.2",
4
4
  "type": "module",
5
5
  "main": "./index.js",
6
6
  "module": "./index.js",