@solar-taro/ui-vant 2.4.0 → 2.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.
- package/CHANGELOG.md +10 -0
- package/index115.js +5 -5
- package/index116.js +1 -1
- package/index124.js +3 -3
- package/index125.js +4 -4
- package/index126.js +10 -4
- package/index127.js +6 -10
- package/index128.js +6 -6
- package/index129.js +4 -6
- package/index15.js +1 -1
- package/index16.js +1 -1
- package/index17.js +1 -1
- package/index19.js +1 -1
- package/index20.js +1 -1
- package/index21.js +1 -1
- package/index8.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 2.4.0 (2025-12-11)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **ui-vant/selector:** add custom searcher fn support
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- HyperLife1119
|
|
10
|
+
|
|
1
11
|
## 2.3.1 (2025-12-11)
|
|
2
12
|
|
|
3
13
|
This was a version bump only for ui-vant to align it with other projects, there were no code changes.
|
package/index115.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import p from "./
|
|
2
|
-
import a from "./
|
|
3
|
-
import l from "./
|
|
4
|
-
import s from "./
|
|
5
|
-
import m from "./
|
|
1
|
+
import p from "./index124.js";
|
|
2
|
+
import a from "./index125.js";
|
|
3
|
+
import l from "./index126.js";
|
|
4
|
+
import s from "./index127.js";
|
|
5
|
+
import m from "./index128.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/index116.js
CHANGED
package/index124.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import t from "./index131.js";
|
|
2
|
+
function e() {
|
|
3
|
+
this.__data__ = t ? t(null) : {}, this.size = 0;
|
|
4
4
|
}
|
|
5
5
|
export {
|
|
6
6
|
e as default
|
package/index125.js
CHANGED
package/index126.js
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import e from "./index131.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
|
-
|
|
12
|
+
h as default
|
|
7
13
|
};
|
package/index127.js
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
function
|
|
4
|
-
var
|
|
5
|
-
|
|
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 "./index131.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
|
-
|
|
8
|
+
p as default
|
|
13
9
|
};
|
package/index128.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
2
|
-
var
|
|
3
|
-
function
|
|
4
|
-
var
|
|
5
|
-
return
|
|
1
|
+
import e from "./index131.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
|
-
|
|
8
|
+
s as default
|
|
9
9
|
};
|
package/index129.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
var
|
|
3
|
-
|
|
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
|
-
|
|
6
|
+
e as default
|
|
9
7
|
};
|
package/index15.js
CHANGED
package/index16.js
CHANGED
package/index17.js
CHANGED
package/index19.js
CHANGED
package/index20.js
CHANGED
package/index21.js
CHANGED
package/index8.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as J, ref as I, computed as Q, watch as X, onUnmounted as Y, unref as Z, createElementVNode as ee, toDisplayString as te, vShow as ne, withDirectives as oe, normalizeClass as ie, createTextVNode as se, Fragment as re, openBlock as le, createElementBlock as ce, renderList as ae, normalizeStyle as ue, withCtx as de, createVNode as pe } from "vue";
|
|
2
2
|
import { isOpperDevice as ve } from "@opper/core";
|
|
3
|
-
import {
|
|
3
|
+
import { BluetoothLowEnergeyDevice as me } from "@opper/wx";
|
|
4
4
|
import { checkBluetooth as V, bluetoothService as w, vibrator as fe, overlay as r, withLoading as we } from "@solar-taro/core";
|
|
5
5
|
import { useDestroyed as A, useObservable as j } from "@solar-vue/core";
|
|
6
6
|
import { getSystemInfo as he, openSetting as be } from "@tarojs/taro";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solar-taro/ui-vant",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./index.js",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@types/lodash-es": "^4.17.0"
|
|
17
17
|
},
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@opper/core": ">=0.
|
|
20
|
-
"@opper/wx": ">=0.
|
|
19
|
+
"@opper/core": ">=0.7.0",
|
|
20
|
+
"@opper/wx": ">=0.7.0",
|
|
21
21
|
"vue": "^3.5.0"
|
|
22
22
|
}
|
|
23
23
|
}
|