@v-c/tree-select 1.1.0-rc.1 → 1.1.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.
@@ -469,7 +469,7 @@ var TreeSelect = /* @__PURE__ */ defineComponent({
469
469
  default: void 0
470
470
  },
471
471
  tokenSeparators: {
472
- type: Array,
472
+ type: [Array, Function],
473
473
  required: false,
474
474
  default: void 0
475
475
  },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@v-c/tree-select",
3
3
  "type": "module",
4
- "version": "1.1.0-rc.1",
4
+ "version": "1.1.0",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -29,9 +29,9 @@
29
29
  "vue": "^3.0.0"
30
30
  },
31
31
  "dependencies": {
32
- "@v-c/select": "^1.0.23",
33
- "@v-c/util": "^1.0.19",
34
- "@v-c/tree": "^1.1.0-rc.1"
32
+ "@v-c/select": "^1.1.0",
33
+ "@v-c/tree": "^1.1.0",
34
+ "@v-c/util": "^1.0.19"
35
35
  },
36
36
  "scripts": {
37
37
  "build": "vite build",