@opentiny/vue-dropdown-item 3.6.1-alpha.3 → 3.6.6
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 +9 -0
- package/lib/mobile.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +6 -6
package/lib/index.js
CHANGED
|
@@ -15,6 +15,15 @@ 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";
|
|
18
27
|
var template = function template2(mode) {
|
|
19
28
|
if ("mobile" === (process.env.TINY_MODE || mode))
|
|
20
29
|
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
|
|
230
|
+
var MobileTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
231
231
|
export {
|
|
232
|
-
|
|
232
|
+
MobileTemplate 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
|
|
139
|
+
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
|
|
140
140
|
export {
|
|
141
|
-
|
|
141
|
+
PcTemplate 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.
|
|
3
|
+
"version": "3.6.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@opentiny/vue-common": "~3.6.
|
|
8
|
-
"@opentiny/vue-icon": "~3.6.
|
|
9
|
-
"@opentiny/vue-renderless": "~3.6.
|
|
10
|
-
"@opentiny/vue-popup": "~3.6.
|
|
11
|
-
"@opentiny/vue-button": "~3.6.
|
|
7
|
+
"@opentiny/vue-common": "~3.6.6",
|
|
8
|
+
"@opentiny/vue-icon": "~3.6.6",
|
|
9
|
+
"@opentiny/vue-renderless": "~3.6.6",
|
|
10
|
+
"@opentiny/vue-popup": "~3.6.6",
|
|
11
|
+
"@opentiny/vue-button": "~3.6.6"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"types": "index.d.ts",
|