@solar-taro/ui-vant 1.4.2 → 1.5.1

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 (101) hide show
  1. package/CHANGELOG.md +25 -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 +17 -5
  6. package/index101.js +10 -7
  7. package/index102.js +5 -17
  8. package/index103.js +3 -9
  9. package/index104.js +4 -5
  10. package/index105.js +5 -4
  11. package/index106.js +6 -4
  12. package/index107.js +10 -6
  13. package/index108.js +6 -6
  14. package/index109.js +794 -10
  15. package/index110.js +6 -31
  16. package/index111.js +17 -6
  17. package/index112.js +4 -17
  18. package/index113.js +4 -4
  19. package/index114.js +3 -4
  20. package/index115.js +3 -3
  21. package/index116.js +14 -3
  22. package/index117.js +7 -14
  23. package/index118.js +6 -8
  24. package/index119.js +5 -5
  25. package/index120.js +5 -5
  26. package/index121.js +5 -5
  27. package/index122.js +5 -5
  28. package/index123.js +3 -6
  29. package/index124.js +18 -3
  30. package/index125.js +5 -17
  31. package/index126.js +31 -5
  32. package/index134.js +3 -3
  33. package/index135.js +4 -4
  34. package/index136.js +10 -4
  35. package/index137.js +6 -10
  36. package/index138.js +6 -6
  37. package/index139.js +4 -6
  38. package/index141.js +1 -1
  39. package/index18.js +1 -1
  40. package/index19.js +1 -1
  41. package/index20.js +1 -1
  42. package/index21.js +1 -1
  43. package/index23.js +1 -1
  44. package/index24.js +1 -1
  45. package/index25.js +1 -1
  46. package/index28.js +1 -1
  47. package/index29.js +1 -1
  48. package/index32.js +15 -15
  49. package/index42.js +1 -1
  50. package/index44.js +3 -3
  51. package/index47.js +1 -1
  52. package/index49.js +1 -1
  53. package/index51.js +1 -1
  54. package/index55.js +2 -2
  55. package/index56.js +1 -1
  56. package/index58.js +1 -1
  57. package/index60.js +7 -11
  58. package/index61.js +9 -7
  59. package/index62.js +11 -9
  60. package/index64.js +5 -6
  61. package/index65.js +7 -792
  62. package/index66.js +15 -5
  63. package/index67.js +6 -9
  64. package/index68.js +5 -15
  65. package/index69.js +8 -5
  66. package/index7.js +13 -16
  67. package/index70.js +6 -5
  68. package/index71.js +5 -8
  69. package/index72.js +5 -6
  70. package/index73.js +5 -4
  71. package/index74.js +6 -5
  72. package/index75.js +26 -7
  73. package/index76.js +5 -6
  74. package/index77.js +40 -26
  75. package/index78.js +4 -3
  76. package/index79.js +5 -39
  77. package/index80.js +15 -7
  78. package/index81.js +7 -5
  79. package/index82.js +2 -15
  80. package/index83.js +3 -8
  81. package/index84.js +13 -2
  82. package/index85.js +5 -3
  83. package/index86.js +3 -13
  84. package/index87.js +3 -4
  85. package/index88.js +4 -3
  86. package/index89.js +4 -4
  87. package/index90.js +4 -4
  88. package/index91.js +4 -4
  89. package/index92.js +15 -4
  90. package/index93.js +14 -4
  91. package/index94.js +8 -14
  92. package/index95.js +3 -14
  93. package/index96.js +5 -8
  94. package/index97.js +6 -3
  95. package/index98.js +5 -5
  96. package/index99.js +7 -5
  97. package/list/index.vue.d.ts +1 -1
  98. package/modal/index.vue.d.ts +2 -2
  99. package/package.json +1 -1
  100. package/select-picker/index.vue.d.ts +4 -4
  101. package/selector/index.vue.d.ts +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## 1.5.0 (2025-10-18)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **planets/mercury:** add new auth interceptors
6
+ - **ui-sun/slider-captcha:** add slider captcha component
7
+
8
+ ### 🩹 Fixes
9
+
10
+ - **ui-vant/virtual-scroll:** update spinner size to large
11
+
12
+ ### ❤️ Thank You
13
+
14
+ - HyperLife1119
15
+
16
+ ## 1.4.2 (2025-10-13)
17
+
18
+ ### 🚀 Features
19
+
20
+ - **selector:** add filter slot for custom filter functionality
21
+
22
+ ### ❤️ Thank You
23
+
24
+ - HyperLife1119
25
+
1
26
  ## 1.4.1 (2025-10-13)
2
27
 
3
28
  ### 🚀 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,20 @@
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
+ import r from "./index101.js";
2
+ import m from "./index102.js";
3
+ import h from "./index103.js";
4
+ import l from "./index104.js";
5
+ import c from "./index105.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
+ }
5
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;
6
18
  export {
7
- f as default
19
+ e as default
8
20
  };
package/index101.js CHANGED
@@ -1,10 +1,13 @@
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
+ import a from "./index124.js";
2
+ import t from "./index111.js";
3
+ import e from "./index88.js";
4
+ function o() {
5
+ this.size = 0, this.__data__ = {
6
+ hash: new a(),
7
+ map: new (e || t)(),
8
+ string: new a()
9
+ };
7
10
  }
8
11
  export {
9
- t as default
12
+ o as default
10
13
  };
package/index102.js CHANGED
@@ -1,20 +1,8 @@
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
+ import a from "./index125.js";
2
+ function i(e) {
3
+ var t = a(this, e).delete(e);
4
+ return this.size -= t ? 1 : 0, t;
12
5
  }
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
6
  export {
19
- e as default
7
+ i as default
20
8
  };
package/index103.js CHANGED
@@ -1,13 +1,7 @@
1
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
- };
2
+ function r(t) {
3
+ return a(this, t).get(t);
10
4
  }
11
5
  export {
12
- o as default
6
+ r as default
13
7
  };
package/index104.js CHANGED
@@ -1,8 +1,7 @@
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 t from "./index125.js";
2
+ function e(a) {
3
+ return t(this, a).has(a);
5
4
  }
6
5
  export {
7
- i as default
6
+ e as default
8
7
  };
package/index105.js CHANGED
@@ -1,7 +1,8 @@
1
- import a from "./index126.js";
2
- function r(t) {
3
- return a(this, t).get(t);
1
+ import s from "./index125.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;
4
5
  }
5
6
  export {
6
- r as default
7
+ h as default
7
8
  };
package/index106.js CHANGED
@@ -1,7 +1,9 @@
1
- import t from "./index126.js";
2
- function e(a) {
3
- return t(this, a).has(a);
1
+ import e from "./index79.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));
4
6
  }
5
7
  export {
6
- e as default
8
+ l as default
7
9
  };
package/index107.js CHANGED
@@ -1,8 +1,12 @@
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;
5
- }
1
+ import o from "./index79.js";
2
+ import m from "./index95.js";
3
+ import e from "./index117.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;
6
10
  export {
7
- h as default
11
+ f as default
8
12
  };
package/index108.js CHANGED
@@ -1,9 +1,9 @@
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 { takeUntil as e } from "rxjs";
2
+ import { useDestroyed as o } from "./index30.js";
3
+ function i() {
4
+ const t = o();
5
+ return e(t);
6
6
  }
7
7
  export {
8
- l as default
8
+ i as takeUntilDestroyed
9
9
  };