@opentiny/vue-drawer 2.9.0 → 2.10.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
@@ -97,7 +97,7 @@ var Drawer = {
97
97
  });
98
98
  }
99
99
  };
100
- var version = "2.9.0";
100
+ var version = "2.10.0";
101
101
  Drawer.model = {
102
102
  prop: "modelValue",
103
103
  event: "update:modelValue"
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@opentiny/vue-drawer",
3
- "version": "2.9.0",
3
+ "version": "2.10.0",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "module": "./lib/index.js",
7
7
  "sideEffects": false,
8
+ "type": "module",
8
9
  "dependencies": {
9
- "@opentiny/vue-button": "~2.9.0",
10
- "@opentiny/vue-common": "~2.9.0",
11
- "@opentiny/vue-renderless": "~3.9.0"
10
+ "@opentiny/vue-button": "~2.10.0",
11
+ "@opentiny/vue-common": "~2.10.0",
12
+ "@opentiny/vue-renderless": "~3.10.0"
12
13
  },
13
14
  "license": "MIT",
14
15
  "types": "index.d.ts"
@@ -1,15 +1,2 @@
1
- declare const _sfc_main: {
2
- components: undefined;
3
- props: string[];
4
- setup(props: any, context: any): {
5
- t: (this: any, path: any, options?: any) => any;
6
- vm: any;
7
- f: (props: any, attrs?: {}) => {};
8
- a: (attrs: any, filters: any, include: any) => {};
9
- d: (props: any) => void;
10
- dp: (props: any) => void;
11
- gcls: (key: any) => any;
12
- m: (...cssClasses: any[]) => string;
13
- };
14
- };
15
- export default _sfc_main;
1
+ declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, unknown, unknown, unknown, Record<string, any>>;
2
+ export default _default;
package/src/pc.vue.d.ts CHANGED
@@ -1,15 +1,2 @@
1
- declare const _sfc_main: {
2
- components: undefined;
3
- props: string[];
4
- setup(props: any, context: any): {
5
- t: (this: any, path: any, options?: any) => any;
6
- vm: any;
7
- f: (props: any, attrs?: {}) => {};
8
- a: (attrs: any, filters: any, include: any) => {};
9
- d: (props: any) => void;
10
- dp: (props: any) => void;
11
- gcls: (key: any) => any;
12
- m: (...cssClasses: any[]) => string;
13
- };
14
- };
15
- export default _sfc_main;
1
+ declare const _default: import("vue/types/vue").ExtendedVue<import("vue").default, unknown, unknown, unknown, Record<string, any>>;
2
+ export default _default;