@solar-taro/ui-vant 1.4.1 → 1.4.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/index62.js CHANGED
@@ -1,10 +1,12 @@
1
- import t from "./index63.js";
2
- import i from "./index33.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 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;
7
9
  }
8
10
  export {
9
- l as default
11
+ i as default
10
12
  };
package/index63.js CHANGED
@@ -1,12 +1,8 @@
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;
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;
9
5
  }
10
6
  export {
11
- i as default
7
+ e as default
12
8
  };
package/index64.js CHANGED
@@ -1,14 +1,9 @@
1
- import m from "./index62.js";
2
- import t from "./index63.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 { takeUntil as e } from "rxjs";
2
+ import { useDestroyed as o } from "./index30.js";
3
+ function i() {
4
+ const t = o();
5
+ return e(t);
11
6
  }
12
7
  export {
13
- v as default
8
+ i as takeUntilDestroyed
14
9
  };