@opentiny/vue-drawer 3.11.0 → 3.12.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 = "3.11.0";
100
+ var version = "3.12.0";
101
101
  Drawer.model = {
102
102
  prop: "modelValue",
103
103
  event: "update:modelValue"
package/lib/pc.js CHANGED
@@ -129,7 +129,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
129
129
  _: 1
130
130
  /* STABLE */
131
131
  }), createVNode(Transition, {
132
- name: "drawer-slideRight",
132
+ name: "drawer-slide-" + $props.placement,
133
133
  persisted: ""
134
134
  }, {
135
135
  default: withCtx(function() {
@@ -234,7 +234,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
234
234
  }),
235
235
  _: 3
236
236
  /* FORWARDED */
237
- })]);
237
+ }, 8, ["name"])]);
238
238
  }
239
239
  var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
240
240
  export {
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@opentiny/vue-drawer",
3
- "version": "3.11.0",
3
+ "version": "3.12.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
- "@opentiny/vue-button": "~3.11.0",
11
- "@opentiny/vue-common": "~3.11.0",
12
- "@opentiny/vue-renderless": "~3.11.0"
10
+ "@opentiny/vue-button": "~3.12.0",
11
+ "@opentiny/vue-common": "~3.12.0",
12
+ "@opentiny/vue-renderless": "~3.12.0"
13
13
  },
14
14
  "license": "MIT",
15
15
  "types": "index.d.ts"