@solar-taro/ui-vant 1.4.2 → 1.5.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.
Files changed (113) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/cascader/index.vue.d.ts +2 -2
  3. package/cascader-picker/index.vue.d.ts +4 -4
  4. package/date-range-picker/index.vue.d.ts +1 -1
  5. package/index100.js +5 -5
  6. package/index101.js +5 -7
  7. package/index102.js +7 -17
  8. package/index103.js +17 -10
  9. package/index104.js +10 -5
  10. package/index105.js +4 -3
  11. package/index106.js +4 -4
  12. package/index107.js +4 -5
  13. package/index108.js +5 -6
  14. package/index109.js +7 -10
  15. package/index110.js +10 -32
  16. package/index111.js +1 -1
  17. package/index117.js +2 -2
  18. package/index118.js +2 -2
  19. package/index122.js +1 -1
  20. package/index124.js +1 -1
  21. package/index133.js +1 -1
  22. package/index140.js +1 -1
  23. package/index17.js +1 -1
  24. package/index18.js +1 -1
  25. package/index19.js +1 -1
  26. package/index20.js +1 -1
  27. package/index21.js +1 -1
  28. package/index22.js +1 -1
  29. package/index23.js +1 -1
  30. package/index24.js +1 -1
  31. package/index25.js +1 -1
  32. package/index26.js +1 -1
  33. package/index27.js +13 -5
  34. package/index28.js +9 -13
  35. package/index29.js +7 -8
  36. package/index3.js +1 -1
  37. package/index30.js +5 -8
  38. package/index32.js +6 -62
  39. package/index33.js +793 -3
  40. package/index34.js +63 -8
  41. package/index35.js +3 -6
  42. package/index36.js +8 -4
  43. package/index37.js +7 -2
  44. package/index38.js +2 -4
  45. package/index39.js +2 -10
  46. package/index4.js +1 -1
  47. package/index40.js +5 -4
  48. package/index41.js +10 -4
  49. package/index42.js +4 -2
  50. package/index43.js +4 -4
  51. package/index44.js +3 -8
  52. package/index45.js +3 -4
  53. package/index46.js +7 -4
  54. package/index47.js +4 -6
  55. package/index48.js +5 -6
  56. package/index49.js +7 -9
  57. package/index50.js +6 -5
  58. package/index51.js +9 -7
  59. package/index52.js +5 -5
  60. package/index53.js +6 -9
  61. package/index54.js +4 -6
  62. package/index55.js +9 -17
  63. package/index56.js +4 -9
  64. package/index57.js +17 -6
  65. package/index58.js +9 -10
  66. package/index59.js +6 -3
  67. package/index60.js +11 -10
  68. package/index61.js +3 -7
  69. package/index62.js +31 -9
  70. package/index63.js +7 -5
  71. package/index64.js +9 -6
  72. package/index65.js +10 -792
  73. package/index66.js +5 -5
  74. package/index67.js +6 -9
  75. package/index68.js +9 -16
  76. package/index69.js +15 -5
  77. package/index7.js +13 -16
  78. package/index70.js +5 -5
  79. package/index71.js +5 -8
  80. package/index72.js +8 -6
  81. package/index73.js +6 -5
  82. package/index74.js +4 -4
  83. package/index75.js +5 -6
  84. package/index76.js +5 -5
  85. package/index77.js +7 -26
  86. package/index78.js +26 -6
  87. package/index79.js +5 -39
  88. package/index80.js +39 -6
  89. package/index81.js +6 -5
  90. package/index82.js +6 -15
  91. package/index83.js +14 -7
  92. package/index84.js +8 -2
  93. package/index85.js +2 -3
  94. package/index86.js +3 -13
  95. package/index87.js +12 -4
  96. package/index88.js +5 -3
  97. package/index89.js +3 -4
  98. package/index9.js +2 -2
  99. package/index90.js +4 -4
  100. package/index91.js +3 -3
  101. package/index92.js +4 -4
  102. package/index93.js +4 -4
  103. package/index94.js +3 -14
  104. package/index95.js +14 -13
  105. package/index96.js +13 -8
  106. package/index97.js +9 -3
  107. package/index98.js +3 -6
  108. package/index99.js +5 -5
  109. package/list/index.vue.d.ts +1 -1
  110. package/modal/index.vue.d.ts +2 -2
  111. package/package.json +1 -1
  112. package/select-picker/index.vue.d.ts +4 -4
  113. package/selector/index.vue.d.ts +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 1.4.2 (2025-10-13)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **selector:** add filter slot for custom filter functionality
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - HyperLife1119
10
+
1
11
  ## 1.4.1 (2025-10-13)
2
12
 
3
13
  ### 🚀 Features
@@ -44,9 +44,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
44
44
  default: string;
45
45
  };
46
46
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
47
+ close: () => void;
47
48
  select: (args_0: TreeNode<Record<string, any>>) => void;
48
49
  clear: (args_0: unknown) => void;
49
- close: () => void;
50
50
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
51
51
  modelValue: import('vue').PropType<unknown>;
52
52
  disabled: {
@@ -83,9 +83,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
83
83
  default: string;
84
84
  };
85
85
  }>> & Readonly<{
86
+ onClose?: (() => any) | undefined;
86
87
  onSelect?: ((args_0: TreeNode<Record<string, any>>) => any) | undefined;
87
88
  onClear?: ((args_0: unknown) => any) | undefined;
88
- onClose?: (() => any) | undefined;
89
89
  }>, {
90
90
  height: string;
91
91
  placeholder: string;
@@ -17,11 +17,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
17
17
  searchable: boolean;
18
18
  options: () => never[];
19
19
  }>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
+ cancel: (args_0: any) => void;
21
+ close: () => void;
20
22
  confirm: (args_0: any) => void;
21
23
  "update:modelValue": (args_0: any) => void;
22
- close: () => void;
23
24
  "update:show": (args_0: boolean) => void;
24
- cancel: (args_0: any) => void;
25
25
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
26
26
  show: boolean;
27
27
  labelKey?: string;
@@ -41,11 +41,11 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
41
41
  searchable: boolean;
42
42
  options: () => never[];
43
43
  }>>> & Readonly<{
44
+ onCancel?: ((args_0: any) => any) | undefined;
45
+ onClose?: (() => any) | undefined;
44
46
  onConfirm?: ((args_0: any) => any) | undefined;
45
47
  "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
46
- onClose?: (() => any) | undefined;
47
48
  "onUpdate:show"?: ((args_0: boolean) => any) | undefined;
48
- onCancel?: ((args_0: any) => any) | undefined;
49
49
  }>, {
50
50
  options: any[][];
51
51
  labelKey: string;
@@ -36,10 +36,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
36
36
  minDate: () => number;
37
37
  maxDate: () => number;
38
38
  }>>> & Readonly<{
39
+ onClose?: (() => any) | undefined;
39
40
  onClear?: ((v: [(number | undefined)?, (number | undefined)?]) => any) | undefined;
40
41
  onConfirm?: ((v: [number, number]) => any) | undefined;
41
42
  "onUpdate:modelValue"?: ((v: [(number | undefined)?, (number | undefined)?]) => any) | undefined;
42
- onClose?: (() => any) | undefined;
43
43
  }>, {
44
44
  type: "date" | "datetime";
45
45
  id: string;
package/index100.js CHANGED
@@ -1,8 +1,8 @@
1
- var o = 9007199254740991, d = /^(?:0|[1-9]\d*)$/;
2
- function f(r, s) {
3
- var t = typeof r;
4
- return s = s == null ? o : s, !!s && (t == "number" || t != "symbol" && d.test(r)) && r > -1 && r % 1 == 0 && r < s;
1
+ function i(r, t) {
2
+ for (var e = -1, a = Array(r); ++e < r; )
3
+ a[e] = t(e);
4
+ return a;
5
5
  }
6
6
  export {
7
- f as default
7
+ i as default
8
8
  };
package/index101.js CHANGED
@@ -1,10 +1,8 @@
1
- function t(n) {
2
- var r = [];
3
- if (n != null)
4
- for (var e in Object(n))
5
- r.push(e);
6
- return r;
1
+ var o = 9007199254740991, d = /^(?:0|[1-9]\d*)$/;
2
+ function f(r, s) {
3
+ var t = typeof r;
4
+ return s = s == null ? o : s, !!s && (t == "number" || t != "symbol" && d.test(r)) && r > -1 && r % 1 == 0 && r < s;
7
5
  }
8
6
  export {
9
- t as default
7
+ f as default
10
8
  };
package/index102.js CHANGED
@@ -1,20 +1,10 @@
1
- import r from "./index103.js";
2
- import m from "./index104.js";
3
- import h from "./index105.js";
4
- import l from "./index106.js";
5
- import c from "./index107.js";
6
- function e(t) {
7
- var o = -1, a = t == null ? 0 : t.length;
8
- for (this.clear(); ++o < a; ) {
9
- var p = t[o];
10
- this.set(p[0], p[1]);
11
- }
1
+ function t(n) {
2
+ var r = [];
3
+ if (n != null)
4
+ for (var e in Object(n))
5
+ r.push(e);
6
+ return r;
12
7
  }
13
- e.prototype.clear = r;
14
- e.prototype.delete = m;
15
- e.prototype.get = h;
16
- e.prototype.has = l;
17
- e.prototype.set = c;
18
8
  export {
19
- e as default
9
+ t as default
20
10
  };
package/index103.js CHANGED
@@ -1,13 +1,20 @@
1
- import a from "./index125.js";
2
- import t from "./index112.js";
3
- import e from "./index90.js";
4
- function o() {
5
- this.size = 0, this.__data__ = {
6
- hash: new a(),
7
- map: new (e || t)(),
8
- string: new a()
9
- };
1
+ import r from "./index104.js";
2
+ import m from "./index105.js";
3
+ import h from "./index106.js";
4
+ import l from "./index107.js";
5
+ import c from "./index108.js";
6
+ function e(t) {
7
+ var o = -1, a = t == null ? 0 : t.length;
8
+ for (this.clear(); ++o < a; ) {
9
+ var p = t[o];
10
+ this.set(p[0], p[1]);
11
+ }
10
12
  }
13
+ e.prototype.clear = r;
14
+ e.prototype.delete = m;
15
+ e.prototype.get = h;
16
+ e.prototype.has = l;
17
+ e.prototype.set = c;
11
18
  export {
12
- o as default
19
+ e as default
13
20
  };
package/index104.js CHANGED
@@ -1,8 +1,13 @@
1
- import a from "./index126.js";
2
- function i(e) {
3
- var t = a(this, e).delete(e);
4
- return this.size -= t ? 1 : 0, t;
1
+ import a from "./index125.js";
2
+ import t from "./index112.js";
3
+ import e from "./index91.js";
4
+ function o() {
5
+ this.size = 0, this.__data__ = {
6
+ hash: new a(),
7
+ map: new (e || t)(),
8
+ string: new a()
9
+ };
5
10
  }
6
11
  export {
7
- i as default
12
+ o as default
8
13
  };
package/index105.js CHANGED
@@ -1,7 +1,8 @@
1
1
  import a from "./index126.js";
2
- function r(t) {
3
- return a(this, t).get(t);
2
+ function i(e) {
3
+ var t = a(this, e).delete(e);
4
+ return this.size -= t ? 1 : 0, t;
4
5
  }
5
6
  export {
6
- r as default
7
+ i as default
7
8
  };
package/index106.js CHANGED
@@ -1,7 +1,7 @@
1
- import t from "./index126.js";
2
- function e(a) {
3
- return t(this, a).has(a);
1
+ import a from "./index126.js";
2
+ function r(t) {
3
+ return a(this, t).get(t);
4
4
  }
5
5
  export {
6
- e as default
6
+ r as default
7
7
  };
package/index107.js CHANGED
@@ -1,8 +1,7 @@
1
- import s from "./index126.js";
2
- function h(a, e) {
3
- var t = s(this, a), i = t.size;
4
- return t.set(a, e), this.size += t.size == i ? 0 : 1, this;
1
+ import t from "./index126.js";
2
+ function e(a) {
3
+ return t(this, a).has(a);
5
4
  }
6
5
  export {
7
- h as default
6
+ e as default
8
7
  };
package/index108.js CHANGED
@@ -1,9 +1,8 @@
1
- import e from "./index81.js";
2
- import u from "./index37.js";
3
- function l(r, s, t) {
4
- var a = s(r);
5
- return u(r) ? a : e(a, t(r));
1
+ import s from "./index126.js";
2
+ function h(a, e) {
3
+ var t = s(this, a), i = t.size;
4
+ return t.set(a, e), this.size += t.size == i ? 0 : 1, this;
6
5
  }
7
6
  export {
8
- l as default
7
+ h as default
9
8
  };
package/index109.js CHANGED
@@ -1,12 +1,9 @@
1
- import o from "./index81.js";
2
- import m from "./index97.js";
3
- import e from "./index118.js";
4
- import a from "./index59.js";
5
- var s = Object.getOwnPropertySymbols, f = s ? function(r) {
6
- for (var t = []; r; )
7
- o(t, e(r)), r = m(r);
8
- return t;
9
- } : a;
1
+ import e from "./index82.js";
2
+ import u from "./index39.js";
3
+ function l(r, s, t) {
4
+ var a = s(r);
5
+ return u(r) ? a : e(a, t(r));
6
+ }
10
7
  export {
11
- f as default
8
+ l as default
12
9
  };
package/index110.js CHANGED
@@ -1,34 +1,12 @@
1
- /**
2
- * @vue/shared v3.5.13
3
- * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
- * @license MIT
5
- **/
6
- /*! #__NO_SIDE_EFFECTS__ */
7
- // @__NO_SIDE_EFFECTS__
8
- function p(t) {
9
- const e = /* @__PURE__ */ Object.create(null);
10
- for (const n of t.split(",")) e[n] = 1;
11
- return (n) => n in e;
12
- }
13
- process.env.NODE_ENV !== "production" && Object.freeze({});
14
- process.env.NODE_ENV !== "production" && Object.freeze([]);
15
- const l = Object.assign, o = Object.prototype.hasOwnProperty, b = (t, e) => o.call(t, e), O = Array.isArray, j = (t) => c(t) === "[object Map]", s = (t) => typeof t == "string", u = (t) => typeof t == "symbol", y = (t) => t !== null && typeof t == "object", r = Object.prototype.toString, c = (t) => r.call(t), h = (t) => c(t).slice(8, -1), g = (t) => s(t) && t !== "NaN" && t[0] !== "-" && "" + parseInt(t, 10) === t, i = (t) => {
16
- const e = /* @__PURE__ */ Object.create(null);
17
- return (n) => e[n] || (e[n] = t(n));
18
- }, f = i((t) => t.charAt(0).toUpperCase() + t.slice(1)), N = (t, e) => !Object.is(t, e);
1
+ import o from "./index82.js";
2
+ import m from "./index98.js";
3
+ import e from "./index118.js";
4
+ import a from "./index61.js";
5
+ var s = Object.getOwnPropertySymbols, f = s ? function(r) {
6
+ for (var t = []; r; )
7
+ o(t, e(r)), r = m(r);
8
+ return t;
9
+ } : a;
19
10
  export {
20
- f as capitalize,
21
- l as extend,
22
- N as hasChanged,
23
- b as hasOwn,
24
- O as isArray,
25
- g as isIntegerKey,
26
- j as isMap,
27
- y as isObject,
28
- s as isString,
29
- u as isSymbol,
30
- p as makeMap,
31
- r as objectToString,
32
- h as toRawType,
33
- c as toTypeString
11
+ f as default
34
12
  };
package/index111.js CHANGED
@@ -1,4 +1,4 @@
1
- import r from "./index95.js";
1
+ import r from "./index96.js";
2
2
  import i from "./index127.js";
3
3
  function f(t, a) {
4
4
  var e = i(t, a);
package/index117.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import _ from "./index112.js";
2
- import e from "./index90.js";
3
- import r from "./index102.js";
2
+ import e from "./index91.js";
3
+ import r from "./index103.js";
4
4
  var h = 200;
5
5
  function m(i, s) {
6
6
  var t = this.__data__;
package/index118.js CHANGED
@@ -1,5 +1,5 @@
1
- import o from "./index83.js";
2
- import a from "./index59.js";
1
+ import o from "./index84.js";
2
+ import a from "./index61.js";
3
3
  var n = Object.prototype, l = n.propertyIsEnumerable, t = Object.getOwnPropertySymbols, m = t ? function(r) {
4
4
  return r == null ? [] : (r = Object(r), o(t(r), function(e) {
5
5
  return l.call(r, e);
package/index122.js CHANGED
@@ -1,4 +1,4 @@
1
- import o from "./index85.js";
1
+ import o from "./index86.js";
2
2
  var e = o ? o.prototype : void 0, l = e ? e.valueOf : void 0;
3
3
  function r(t) {
4
4
  return l ? Object(l.call(t)) : {};
package/index124.js CHANGED
@@ -1,4 +1,4 @@
1
- import r from "./index42.js";
1
+ import r from "./index44.js";
2
2
  var a = r["__core-js_shared__"];
3
3
  export {
4
4
  a as default
package/index133.js CHANGED
@@ -1,4 +1,4 @@
1
- import r from "./index42.js";
1
+ import r from "./index44.js";
2
2
  var a = r.Uint8Array;
3
3
  export {
4
4
  a as default
package/index140.js CHANGED
@@ -1,4 +1,4 @@
1
- import r from "./index33.js";
1
+ import r from "./index35.js";
2
2
  function o(t, n) {
3
3
  for (var e = t.length; e--; )
4
4
  if (r(t[e][0], n))
package/index17.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index5.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 "./index4.js";
1
+ import f from "./index5.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index19.js CHANGED
@@ -1,4 +1,4 @@
1
- import f from "./index3.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 "./index6.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 "./index9.js";
1
+ import f from "./index8.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index22.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 "./index8.js";
1
+ import f from "./index4.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index24.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/index25.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 "./index12.js";
1
+ import f from "./index11.js";
2
2
  export {
3
3
  f as default
4
4
  };
package/index27.js CHANGED
@@ -1,8 +1,16 @@
1
- import o from "./index32.js";
2
- var r = 1, n = 4;
3
- function L(e) {
4
- return o(e, r | n);
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
+ }
5
12
  }
6
13
  export {
7
- L as default
14
+ i as linkedRef,
15
+ u as untracked
8
16
  };
package/index28.js CHANGED
@@ -1,16 +1,12 @@
1
- import { ref as n, effect as t, pauseTracking as f, resetTracking as a } from "./index65.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/index29.js CHANGED
@@ -1,12 +1,11 @@
1
- import "rxjs";
2
- import { ref as i } from "vue";
3
- import { takeUntilDestroyed as p } from "./index64.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/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 "./index28.js";
5
+ import { linkedRef as q, untracked as he } from "./index27.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/index30.js CHANGED
@@ -1,11 +1,8 @@
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 o from "./index34.js";
2
+ var r = 1, n = 4;
3
+ function L(e) {
4
+ return o(e, r | n);
8
5
  }
9
6
  export {
10
- m as useDestroyed
7
+ L as default
11
8
  };
package/index32.js CHANGED
@@ -1,65 +1,9 @@
1
- import S from "./index68.js";
2
- import L from "./index66.js";
3
- import B from "./index61.js";
4
- import I from "./index69.js";
5
- import O from "./index70.js";
6
- import _ from "./index71.js";
7
- import M from "./index72.js";
8
- import l from "./index73.js";
9
- import w from "./index74.js";
10
- import D from "./index75.js";
11
- import G from "./index76.js";
12
- import N from "./index77.js";
13
- import U from "./index78.js";
14
- import h from "./index79.js";
15
- import x from "./index80.js";
16
- import K from "./index37.js";
17
- import P from "./index41.js";
18
- import R from "./index46.js";
19
- import W from "./index45.js";
20
- import Y from "./index50.js";
21
- import q from "./index54.js";
22
- import H from "./index57.js";
23
- var J = 1, Q = 2, V = 4, A = "[object Arguments]", X = "[object Array]", Z = "[object Boolean]", $ = "[object Date]", u = "[object Error]", d = "[object Function]", z = "[object GeneratorFunction]", k = "[object Map]", v = "[object Number]", E = "[object Object]", rr = "[object RegExp]", or = "[object Set]", tr = "[object String]", er = "[object Symbol]", ir = "[object WeakMap]", nr = "[object ArrayBuffer]", fr = "[object DataView]", ar = "[object Float32Array]", mr = "[object Float64Array]", cr = "[object Int8Array]", gr = "[object Int16Array]", pr = "[object Int32Array]", br = "[object Uint8Array]", Tr = "[object Uint8ClampedArray]", jr = "[object Uint16Array]", yr = "[object Uint32Array]", o = {};
24
- o[A] = o[X] = o[nr] = o[fr] = o[Z] = o[$] = o[ar] = o[mr] = o[cr] = o[gr] = o[pr] = o[k] = o[v] = o[E] = o[rr] = o[or] = o[tr] = o[er] = o[br] = o[Tr] = o[jr] = o[yr] = !0;
25
- o[u] = o[d] = o[ir] = !1;
26
- function p(r, f, g, sr, b, i) {
27
- var t, m = f & J, c = f & Q, F = f & V;
28
- if (t !== void 0)
29
- return t;
30
- if (!W(r))
31
- return r;
32
- var T = K(r);
33
- if (T) {
34
- if (t = U(r), !m)
35
- return M(r, t);
36
- } else {
37
- var a = N(r), j = a == d || a == z;
38
- if (P(r))
39
- return _(r, m);
40
- if (a == E || a == A || j && !b) {
41
- if (t = c || j ? {} : x(r), !m)
42
- return c ? w(r, O(t, r)) : l(r, I(t, r));
43
- } else {
44
- if (!o[a])
45
- return b ? r : {};
46
- t = h(r, a, m);
47
- }
48
- }
49
- i || (i = new S());
50
- var y = i.get(r);
51
- if (y)
52
- return y;
53
- i.set(r, t), Y(r) ? r.forEach(function(e) {
54
- t.add(p(e, f, g, e, r, i));
55
- }) : R(r) && r.forEach(function(e, n) {
56
- t.set(n, p(e, f, g, n, r, i));
57
- });
58
- var C = F ? c ? G : D : c ? H : q, s = T ? void 0 : C(r);
59
- return L(s || r, function(e, n) {
60
- s && (n = e, e = r[n]), B(t, n, p(e, f, g, n, r, i));
61
- }), t;
1
+ import { takeUntil as e } from "rxjs";
2
+ import { useDestroyed as o } from "./index29.js";
3
+ function i() {
4
+ const t = o();
5
+ return e(t);
62
6
  }
63
7
  export {
64
- p as default
8
+ i as takeUntilDestroyed
65
9
  };