@opentiny/vue-dropdown-item 3.6.6 → 3.6.7

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
@@ -15,15 +15,6 @@ function _extends() {
15
15
  import { defineComponent, $prefix, $props, $setup } from "@opentiny/vue-common";
16
16
  import PcTemplate from "./pc.js";
17
17
  import MobileTemplate from "./mobile.js";
18
- import "@opentiny/vue-renderless/dropdown-item/vue";
19
- import "@opentiny/vue-icon";
20
- import "@opentiny/vue-theme/dropdown-item/index.css";
21
- import "vue";
22
- import "../../_plugin-vue_export-helper-cfc4284c.mjs";
23
- import "@opentiny/vue-popup";
24
- import "@opentiny/vue-button";
25
- import "@opentiny/vue-renderless/common/deps/clickoutside";
26
- import "@opentiny/vue-theme-mobile/dropdown-item/index.css";
27
18
  var template = function template2(mode) {
28
19
  if ("mobile" === (process.env.TINY_MODE || mode))
29
20
  return MobileTemplate;
package/lib/mobile.js CHANGED
@@ -227,7 +227,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
227
227
  /* CLASS, STYLE */
228
228
  )), [[vShow, _ctx.state.showWrapper]]);
229
229
  }
230
- var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
230
+ var mobile = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
231
231
  export {
232
- MobileTemplate as default
232
+ mobile as default
233
233
  };
package/lib/pc.js CHANGED
@@ -136,7 +136,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
136
136
  /* CLASS */
137
137
  )) : createCommentVNode("v-if", true)], 42, _hoisted_1);
138
138
  }
139
- var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
139
+ var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
140
140
  export {
141
- PcTemplate as default
141
+ pc as default
142
142
  };
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@opentiny/vue-dropdown-item",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
4
4
  "description": "",
5
5
  "main": "./lib/index.js",
6
6
  "dependencies": {
7
- "@opentiny/vue-common": "~3.6.6",
8
- "@opentiny/vue-icon": "~3.6.6",
7
+ "@opentiny/vue-common": "~3.6.7",
8
+ "@opentiny/vue-icon": "~3.6.7",
9
9
  "@opentiny/vue-renderless": "~3.6.6",
10
- "@opentiny/vue-popup": "~3.6.6",
11
- "@opentiny/vue-button": "~3.6.6"
10
+ "@opentiny/vue-popup": "~3.6.7",
11
+ "@opentiny/vue-button": "~3.6.7"
12
12
  },
13
13
  "license": "MIT",
14
14
  "types": "index.d.ts",