@opentinyvue/vue-base-select 2.25.0 → 2.26.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.
@@ -772,8 +772,8 @@ function __vue2_injectStyles(context) {
772
772
  this[o] = __cssModules[o];
773
773
  }
774
774
  }
775
- var mobileFirst = /* @__PURE__ */ function() {
775
+ var mobileFirst = /* @__PURE__ */ (function() {
776
776
  return __component__.exports;
777
- }();
777
+ })();
778
778
 
779
779
  export { mobileFirst as default };
package/lib/pc.js CHANGED
@@ -920,8 +920,8 @@ function __vue2_injectStyles(context) {
920
920
  this[o] = __cssModules[o];
921
921
  }
922
922
  }
923
- var pc = /* @__PURE__ */ function() {
923
+ var pc = /* @__PURE__ */ (function() {
924
924
  return __component__.exports;
925
- }();
925
+ })();
926
926
 
927
927
  export { pc as default };
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-base-select",
3
3
  "type": "module",
4
- "version": "2.25.0",
4
+ "version": "2.26.0",
5
5
  "description": "",
6
6
  "license": "MIT",
7
7
  "sideEffects": false,
8
8
  "main": "./lib/index.js",
9
9
  "module": "./lib/index.js",
10
10
  "dependencies": {
11
- "@opentinyvue/vue-button": "~2.25.0",
12
- "@opentinyvue/vue-checkbox": "~2.25.0",
13
- "@opentinyvue/vue-common": "~2.25.0",
14
- "@opentinyvue/vue-directive": "~2.25.0",
15
- "@opentinyvue/vue-filter-box": "~2.25.0",
16
- "@opentinyvue/vue-icon": "~2.25.0",
17
- "@opentinyvue/vue-input": "~2.25.0",
18
- "@opentinyvue/vue-locale": "~2.25.0",
19
- "@opentinyvue/vue-option": "~2.25.0",
20
- "@opentinyvue/vue-recycle-scroller": "~2.25.0",
21
- "@opentinyvue/vue-renderless": "~3.25.0",
22
- "@opentinyvue/vue-scrollbar": "~2.25.0",
23
- "@opentinyvue/vue-select-dropdown": "~2.25.0",
24
- "@opentinyvue/vue-tag": "~2.25.0",
25
- "@opentinyvue/vue-theme": "~3.25.0",
26
- "@opentinyvue/vue-tooltip": "~2.25.0",
27
- "@opentinyvue/vue-tree": "~2.25.0"
11
+ "@opentinyvue/vue-button": "~2.26.0",
12
+ "@opentinyvue/vue-checkbox": "~2.26.0",
13
+ "@opentinyvue/vue-common": "~2.26.0",
14
+ "@opentinyvue/vue-directive": "~2.26.0",
15
+ "@opentinyvue/vue-filter-box": "~2.26.0",
16
+ "@opentinyvue/vue-icon": "~2.26.0",
17
+ "@opentinyvue/vue-input": "~2.26.0",
18
+ "@opentinyvue/vue-locale": "~2.26.0",
19
+ "@opentinyvue/vue-option": "~2.26.0",
20
+ "@opentinyvue/vue-recycle-scroller": "~2.26.0",
21
+ "@opentinyvue/vue-renderless": "~3.26.0",
22
+ "@opentinyvue/vue-scrollbar": "~2.26.0",
23
+ "@opentinyvue/vue-select-dropdown": "~2.26.0",
24
+ "@opentinyvue/vue-tag": "~2.26.0",
25
+ "@opentinyvue/vue-theme": "~3.26.0",
26
+ "@opentinyvue/vue-tooltip": "~2.26.0",
27
+ "@opentinyvue/vue-tree": "~2.26.0"
28
28
  },
29
29
  "types": "index.d.ts",
30
30
  "scripts": {