@opentiny/vue-dropdown-item 2.6.6 → 2.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 +0 -8
- package/lib/mobile.js +2 -2
- package/lib/pc.js +2 -2
- package/package.json +5 -5
package/lib/index.js
CHANGED
|
@@ -15,14 +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 "../../vueComponentNormalizer-de5b7a1c.mjs";
|
|
22
|
-
import "@opentiny/vue-popup";
|
|
23
|
-
import "@opentiny/vue-button";
|
|
24
|
-
import "@opentiny/vue-renderless/common/deps/clickoutside";
|
|
25
|
-
import "@opentiny/vue-theme-mobile/dropdown-item/index.css";
|
|
26
18
|
var template = function template2(mode) {
|
|
27
19
|
if ("mobile" === (process.env.TINY_MODE || mode))
|
|
28
20
|
return MobileTemplate;
|
package/lib/mobile.js
CHANGED
|
@@ -211,9 +211,9 @@ function __vue2_injectStyles(context) {
|
|
|
211
211
|
this[o] = __cssModules[o];
|
|
212
212
|
}
|
|
213
213
|
}
|
|
214
|
-
var
|
|
214
|
+
var mobile = /* @__PURE__ */ function() {
|
|
215
215
|
return __component__.exports;
|
|
216
216
|
}();
|
|
217
217
|
export {
|
|
218
|
-
|
|
218
|
+
mobile as default
|
|
219
219
|
};
|
package/lib/pc.js
CHANGED
|
@@ -130,9 +130,9 @@ function __vue2_injectStyles(context) {
|
|
|
130
130
|
this[o] = __cssModules[o];
|
|
131
131
|
}
|
|
132
132
|
}
|
|
133
|
-
var
|
|
133
|
+
var pc = /* @__PURE__ */ function() {
|
|
134
134
|
return __component__.exports;
|
|
135
135
|
}();
|
|
136
136
|
export {
|
|
137
|
-
|
|
137
|
+
pc as default
|
|
138
138
|
};
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/vue-dropdown-item",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@opentiny/vue-common": "~2.6.
|
|
8
|
-
"@opentiny/vue-icon": "~2.6.
|
|
7
|
+
"@opentiny/vue-common": "~2.6.7",
|
|
8
|
+
"@opentiny/vue-icon": "~2.6.7",
|
|
9
9
|
"@opentiny/vue-renderless": "~3.6.6",
|
|
10
|
-
"@opentiny/vue-popup": "~2.6.
|
|
11
|
-
"@opentiny/vue-button": "~2.6.
|
|
10
|
+
"@opentiny/vue-popup": "~2.6.7",
|
|
11
|
+
"@opentiny/vue-button": "~2.6.7"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"types": "index.d.ts",
|