ss-component-new 1.3.659 → 1.3.660
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/dist/{platform-BsULsE0-.js → _plugin-vue_export-helper-BZ_eTSzz.js} +14645 -14691
- package/dist/config.js +1 -1
- package/dist/index-BofWylNB.js +620 -0
- package/dist/index-C5rFKP3J.js +1042 -0
- package/dist/{index-ZPct7ETq.js → index-CLw1Ncst.js} +9 -8
- package/dist/{index-C_HX7GAm.js → index-Cz0F1nRr.js} +2195 -2808
- package/dist/index-p2dYw5GI.js +49 -0
- package/dist/index.vue_vue_type_script_setup_true_lang-DRzriV-s.js +55 -0
- package/dist/ss-component.css +2 -2
- package/dist/ss-component.js +214 -26
- package/dist/ss-component2.js +4 -4
- package/package.json +1 -1
- package/public/config.js +1 -1
- package/dist/index-CQG5_ZDD.js +0 -1084
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { defineComponent as q, resolveComponent as u, createElementBlock as k, openBlock as s, Fragment as y, renderList as C, createBlock as f, createCommentVNode as z, withCtx as o, createVNode as r, createSlots as O, renderSlot as d, mergeProps as P, computed as W, ref as j, normalizeStyle as
|
|
2
|
-
import {
|
|
3
|
-
import { S as $ } from "./index-
|
|
1
|
+
import { defineComponent as q, resolveComponent as u, createElementBlock as k, openBlock as s, Fragment as y, renderList as C, createBlock as f, createCommentVNode as z, withCtx as o, createVNode as r, createSlots as O, renderSlot as d, mergeProps as P, computed as W, ref as j, normalizeStyle as b } from "vue";
|
|
2
|
+
import { b as D, p as g, s as w, W as G, _ as H } from "./_plugin-vue_export-helper-BZ_eTSzz.js";
|
|
3
|
+
import { S as $ } from "./index-BofWylNB.js";
|
|
4
|
+
import "./index-Cz0F1nRr.js";
|
|
4
5
|
const J = /* @__PURE__ */ q({
|
|
5
6
|
__name: "menuItem",
|
|
6
7
|
props: {
|
|
@@ -88,7 +89,7 @@ const J = /* @__PURE__ */ q({
|
|
|
88
89
|
},
|
|
89
90
|
emits: ["clickMenu", "openMenu", "closeMenu", "selectMenu"],
|
|
90
91
|
setup(i, { expose: x, emit: p }) {
|
|
91
|
-
const m = D(
|
|
92
|
+
const m = D(g), { activeMenuPath: L, activeTopMenuPath: M } = w(m), l = G(g), { routeToChildPath: S } = w(l), c = i, a = p, _ = (n) => {
|
|
92
93
|
a("clickMenu", n);
|
|
93
94
|
}, e = (n) => {
|
|
94
95
|
a("openMenu", n);
|
|
@@ -128,7 +129,7 @@ const J = /* @__PURE__ */ q({
|
|
|
128
129
|
t.show && t.children && t.children.length > 0 ? (s(), f(T, {
|
|
129
130
|
index: t.path,
|
|
130
131
|
key: t.path,
|
|
131
|
-
style:
|
|
132
|
+
style: b(t.style)
|
|
132
133
|
}, {
|
|
133
134
|
title: o(() => [
|
|
134
135
|
r($, {
|
|
@@ -154,7 +155,7 @@ const J = /* @__PURE__ */ q({
|
|
|
154
155
|
}, 1032, ["index", "style"])) : t.show ? (s(), f(A, {
|
|
155
156
|
index: t.path,
|
|
156
157
|
key: t.path,
|
|
157
|
-
style:
|
|
158
|
+
style: b(t.style),
|
|
158
159
|
onClick: (E) => _(t)
|
|
159
160
|
}, {
|
|
160
161
|
title: o(() => [
|
|
@@ -174,7 +175,7 @@ const J = /* @__PURE__ */ q({
|
|
|
174
175
|
}, 8, ["mode", "default-active", "unique-opened", "collapse"]);
|
|
175
176
|
};
|
|
176
177
|
}
|
|
177
|
-
}),
|
|
178
|
+
}), te = /* @__PURE__ */ H(K, [["__scopeId", "data-v-1566b485"]]);
|
|
178
179
|
export {
|
|
179
|
-
|
|
180
|
+
te as default
|
|
180
181
|
};
|