@opentinyvue/vue-grid-select 3.21.0 → 3.22.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/lib/index.js CHANGED
@@ -151,7 +151,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
151
151
  }, 8, ["modelValue", "multiple", "filterable", "filter-method"]);
152
152
  }
153
153
  var GridSelect = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
154
- var version = "3.21.0";
154
+ var version = "3.22.0";
155
155
  GridSelect.install = function(Vue) {
156
156
  Vue.component(GridSelect.name, GridSelect);
157
157
  };
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@opentinyvue/vue-grid-select",
3
- "version": "3.21.0",
3
+ "type": "module",
4
+ "version": "3.22.0",
4
5
  "description": "",
6
+ "license": "MIT",
7
+ "sideEffects": false,
5
8
  "main": "./lib/index.js",
6
9
  "module": "./lib/index.js",
7
- "sideEffects": false,
8
- "type": "module",
9
10
  "dependencies": {
10
- "@opentinyvue/vue-common": "~3.21.0",
11
- "@opentinyvue/vue-renderless": "~3.21.0",
12
- "@opentinyvue/vue-base-select": "~3.21.0",
13
- "@opentinyvue/vue-grid": "~3.21.0"
11
+ "@opentinyvue/vue-base-select": "~3.22.0",
12
+ "@opentinyvue/vue-common": "~3.22.0",
13
+ "@opentinyvue/vue-grid": "~3.22.0",
14
+ "@opentinyvue/vue-renderless": "~3.22.0"
14
15
  },
15
- "license": "MIT",
16
16
  "types": "index.d.ts",
17
17
  "scripts": {
18
18
  "build": "pnpm -w build:ui $npm_package_name",
package/src/pc.vue.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  declare const _default: import("@vue/runtime-core").DefineComponent<{
2
2
  clearable: BooleanConstructor;
3
3
  extraQueryParams: {
4
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
4
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
5
5
  default: string;
6
6
  };
7
7
  filterable: BooleanConstructor;
@@ -60,7 +60,7 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{
60
60
  }, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<{
61
61
  clearable: BooleanConstructor;
62
62
  extraQueryParams: {
63
- type: (StringConstructor | BooleanConstructor | ObjectConstructor | ArrayConstructor | NumberConstructor)[];
63
+ type: (StringConstructor | BooleanConstructor | ObjectConstructor | NumberConstructor | ArrayConstructor)[];
64
64
  default: string;
65
65
  };
66
66
  filterable: BooleanConstructor;