@opentinyvue/vue-cascader-view 3.22.1 → 3.23.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 (2) hide show
  1. package/lib/index.js +1 -1
  2. package/package.json +8 -8
package/lib/index.js CHANGED
@@ -739,7 +739,7 @@ function _sfc_render(_ctx, _cache, $props2, $setup, $data, $options) {
739
739
  }, 8, ["title", "menus", "visible"])]);
740
740
  }
741
741
  var CascaderView = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
742
- var version = "3.undefined";
742
+ var version = "3.23.0";
743
743
  CascaderView.model = {
744
744
  prop: "modelValue",
745
745
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-cascader-view",
3
- "version": "3.22.1",
3
+ "version": "3.23.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
8
  "type": "module",
9
9
  "dependencies": {
10
- "@opentinyvue/vue-icon": "~3.22.0",
11
- "@opentinyvue/vue-button": "~3.22.0",
12
- "@opentinyvue/vue-exception": "~3.22.0",
13
- "@opentinyvue/vue-action-sheet": "~3.22.0",
14
- "@opentinyvue/vue-common": "~3.22.0",
15
- "@opentinyvue/vue-renderless": "~3.22.0",
16
- "@opentinyvue/vue-checkbox": "~3.22.0"
10
+ "@opentinyvue/vue-icon": "~3.23.0",
11
+ "@opentinyvue/vue-button": "~3.23.0",
12
+ "@opentinyvue/vue-exception": "~3.23.0",
13
+ "@opentinyvue/vue-action-sheet": "~3.23.0",
14
+ "@opentinyvue/vue-common": "~3.23.0",
15
+ "@opentinyvue/vue-renderless": "~3.23.0",
16
+ "@opentinyvue/vue-checkbox": "~3.23.0"
17
17
  },
18
18
  "license": "MIT",
19
19
  "types": "index.d.ts",