@das-fed/web 6.4.0-dev.3 → 6.4.0-dev.30
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/index-5wV_mOTq.js +71 -0
- package/index-5wV_mOTq.js.gz +0 -0
- package/index-B2WDL3TT.js +7095 -0
- package/index-B2WDL3TT.js.gz +0 -0
- package/{index-CTiS2AQx.js → index-BqGXnYA-.js} +14 -14
- package/index-BqGXnYA-.js.gz +0 -0
- package/{packages/main-app-framework/index-CRT8yHn-.js → index-CBo0ZQ-Q.js} +1 -1
- package/index.js +1 -1
- package/package.json +6 -6
- package/packages/create-das-web-app/config.js +1 -0
- package/packages/create-das-web-app/index.js +48 -807
- package/packages/create-das-web-app/index.js.gz +0 -0
- package/packages/i18n/config.js +1 -0
- package/packages/i18n/index.js.gz +0 -0
- package/packages/layout/config.js +1 -0
- package/packages/layout/index.js +290 -283
- package/packages/layout/index.js.gz +0 -0
- package/packages/layout/style.css +2 -2
- package/packages/layout/style.css.gz +0 -0
- package/packages/main-app-framework/config.js +1 -0
- package/packages/main-app-framework/index-A69EQVG4.js +5786 -0
- package/packages/main-app-framework/index-A69EQVG4.js.gz +0 -0
- package/packages/main-app-framework/{index-Twj2RXRy.js → index-B9FQmM02.js} +14 -14
- package/packages/main-app-framework/index-B9FQmM02.js.gz +0 -0
- package/{index-DZPzbqdK.js → packages/main-app-framework/index-DLw2CpC0.js} +1 -1
- package/packages/main-app-framework/index-j5ACjIDv.js +71 -0
- package/packages/main-app-framework/index-j5ACjIDv.js.gz +0 -0
- package/packages/main-app-framework/index.js +3 -2
- package/packages/main-app-framework/style.css +1 -1
- package/packages/main-app-framework/style.css.gz +0 -0
- package/packages/micro-frontend/config.js +1 -0
- package/packages/micro-frontend/index.js +253 -243
- package/packages/micro-frontend/index.js.gz +0 -0
- package/packages/micro-frontend/style.css +1 -1
- package/packages/style/config.js +1 -0
- package/packages/style/style.css +1 -1
- package/packages/style/style.css.gz +0 -0
- package/packages/theme/config.js +1 -0
- package/packages/theme/index.js +24 -24
- package/packages/theme/index.js.gz +0 -0
- package/style.css +2 -2
- package/style.css.gz +0 -0
- package/types/main-app-framework/business/video-link/api.d.ts +2 -0
- package/types/main-app-framework/business/video-link/video-dialog/hooks/PlayerProvider.d.ts +3 -3
- package/types/main-app-framework/components/person-set-dialog/index.d.ts +1 -1
- package/types/main-app-framework/init-layout/hooks/nav-slots/use-user-command.d.ts +2 -2
- package/types/micro-frontend/index.d.ts +1 -1
- package/index-CTiS2AQx.js.gz +0 -0
- package/index-DjsZCo03.js +0 -70
- package/index-DjsZCo03.js.gz +0 -0
- package/index-LVjuqzoG.js +0 -11086
- package/index-LVjuqzoG.js.gz +0 -0
- package/packages/main-app-framework/index-2WWk8ggi.js +0 -9022
- package/packages/main-app-framework/index-2WWk8ggi.js.gz +0 -0
- package/packages/main-app-framework/index-BqkWKMMe.js +0 -70
- package/packages/main-app-framework/index-BqkWKMMe.js.gz +0 -0
- package/packages/main-app-framework/index-Twj2RXRy.js.gz +0 -0
package/packages/layout/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import '@das-fed/web/packages/layout/style.css';
|
|
2
|
-
import { reactive as U, ref as
|
|
3
|
-
import { useRouter as
|
|
4
|
-
import { setHtmlMinWH as
|
|
5
|
-
import { createCeNav as
|
|
6
|
-
import { flatTree as
|
|
2
|
+
import { reactive as U, ref as F, defineComponent as z, computed as v, watch as Y, openBlock as p, createElementBlock as C, Fragment as G, createBlock as A, TransitionGroup as de, normalizeProps as Z, mergeProps as te, withCtx as O, renderList as re, withDirectives as V, resolveDynamicComponent as H, vShow as P, unref as b, createCommentVNode as _, nextTick as oe, resolveComponent as me, createElementVNode as D, normalizeClass as fe, normalizeStyle as ge, renderSlot as B, createVNode as J, Transition as ie, guardReactiveProps as le, KeepAlive as ce, h as X, onBeforeMount as pe, onMounted as he, onUnmounted as ye } from "vue";
|
|
3
|
+
import { useRouter as we, useRoute as ue } from "vue-router";
|
|
4
|
+
import { setHtmlMinWH as be } from "@das-fed/utils/common-tools/setHtmlMinWH";
|
|
5
|
+
import { createCeNav as _e, createCeTabs as Le, createCeMenu as Ie } from "@das-fed/web-components/das-web-app";
|
|
6
|
+
import { flatTree as Ce } from "@das-fed/utils/common-tools/nest-tree-format";
|
|
7
7
|
const g = U({
|
|
8
8
|
visible: !1,
|
|
9
9
|
logo: "",
|
|
@@ -15,7 +15,7 @@ const g = U({
|
|
|
15
15
|
// activeItem: '',
|
|
16
16
|
// activeProject: {},
|
|
17
17
|
eventListeners: {}
|
|
18
|
-
}),
|
|
18
|
+
}), ke = {
|
|
19
19
|
show: () => {
|
|
20
20
|
g.visible = !0;
|
|
21
21
|
},
|
|
@@ -34,10 +34,14 @@ const g = U({
|
|
|
34
34
|
g.items = t;
|
|
35
35
|
},
|
|
36
36
|
appendItem: (e) => {
|
|
37
|
-
|
|
37
|
+
setTimeout(() => {
|
|
38
|
+
g.visible || (g.visible = !0), !g.items.find((n) => n.value == e.value) && g.items.push(e);
|
|
39
|
+
}, 200);
|
|
38
40
|
},
|
|
39
41
|
setActiveItem: (e) => {
|
|
40
|
-
|
|
42
|
+
setTimeout(() => {
|
|
43
|
+
g.activeItem = e;
|
|
44
|
+
}, 200);
|
|
41
45
|
},
|
|
42
46
|
setConfig: (e) => {
|
|
43
47
|
g.config = e;
|
|
@@ -60,8 +64,8 @@ const g = U({
|
|
|
60
64
|
triggerEventListener: (e, t, n) => {
|
|
61
65
|
var h;
|
|
62
66
|
const c = g.eventListeners, { autoRemove: i = !1 } = n || {}, u = [];
|
|
63
|
-
for (const
|
|
64
|
-
const r = c[
|
|
67
|
+
for (const w in c) {
|
|
68
|
+
const r = c[w];
|
|
65
69
|
r.type === e && u.push(
|
|
66
70
|
(h = r == null ? void 0 : r.handler) == null ? void 0 : h.call(r, t).then(() => {
|
|
67
71
|
i && r.remove();
|
|
@@ -91,13 +95,17 @@ const g = U({
|
|
|
91
95
|
}, M = U({
|
|
92
96
|
items: [],
|
|
93
97
|
eventListeners: {}
|
|
94
|
-
}),
|
|
98
|
+
}), Te = {
|
|
95
99
|
setItems: (e) => {
|
|
96
|
-
|
|
100
|
+
setTimeout(() => {
|
|
101
|
+
M.items = e;
|
|
102
|
+
}, 200);
|
|
97
103
|
},
|
|
98
104
|
getItems: () => M.items,
|
|
99
105
|
setActiveItem: (e) => {
|
|
100
|
-
|
|
106
|
+
setTimeout(() => {
|
|
107
|
+
M.activeItem = e;
|
|
108
|
+
}, 200);
|
|
101
109
|
},
|
|
102
110
|
setPopupClassName: (e) => {
|
|
103
111
|
M.popupClassName = e;
|
|
@@ -105,8 +113,8 @@ const g = U({
|
|
|
105
113
|
triggerEventListener: (e, t, n) => {
|
|
106
114
|
var h;
|
|
107
115
|
const c = M.eventListeners, { autoRemove: i = !1 } = n || {}, u = [];
|
|
108
|
-
for (const
|
|
109
|
-
const r = c[
|
|
116
|
+
for (const w in c) {
|
|
117
|
+
const r = c[w];
|
|
110
118
|
r.type === e && u.push(
|
|
111
119
|
(h = r == null ? void 0 : r.handler) == null ? void 0 : h.call(r, t).then(() => {
|
|
112
120
|
i && r.remove();
|
|
@@ -146,17 +154,21 @@ const g = U({
|
|
|
146
154
|
T.items = t;
|
|
147
155
|
},
|
|
148
156
|
appendItem: (e) => {
|
|
149
|
-
|
|
150
|
-
|
|
157
|
+
setTimeout(() => {
|
|
158
|
+
const t = T.items.findIndex((n) => n.value == e.value);
|
|
159
|
+
t !== -1 ? T.items.splice(t, 1, e) : T.items.push(e);
|
|
160
|
+
}, 200);
|
|
151
161
|
},
|
|
152
162
|
setActiveItem: (e) => {
|
|
153
|
-
|
|
163
|
+
setTimeout(() => {
|
|
164
|
+
T.activeItem = e;
|
|
165
|
+
}, 200);
|
|
154
166
|
},
|
|
155
167
|
triggerEventListener: (e, t, n) => {
|
|
156
168
|
var h;
|
|
157
169
|
const c = T.eventListeners, { autoRemove: i = !1 } = n || {}, u = [];
|
|
158
|
-
for (const
|
|
159
|
-
const r = c[
|
|
170
|
+
for (const w in c) {
|
|
171
|
+
const r = c[w];
|
|
160
172
|
r.type === e && u.push(
|
|
161
173
|
(h = r == null ? void 0 : r.handler) == null ? void 0 : h.call(r, t).then(() => {
|
|
162
174
|
i && r.remove();
|
|
@@ -183,14 +195,14 @@ const g = U({
|
|
|
183
195
|
remove: c
|
|
184
196
|
};
|
|
185
197
|
}
|
|
186
|
-
},
|
|
198
|
+
}, W = U({
|
|
187
199
|
eventListeners: {}
|
|
188
|
-
}),
|
|
200
|
+
}), Ae = {
|
|
189
201
|
triggerEventListener: (e, t, n) => {
|
|
190
202
|
var h;
|
|
191
|
-
const c =
|
|
192
|
-
for (const
|
|
193
|
-
const r = c[
|
|
203
|
+
const c = W.eventListeners, { autoRemove: i = !1 } = n || {}, u = [];
|
|
204
|
+
for (const w in c) {
|
|
205
|
+
const r = c[w];
|
|
194
206
|
r.type === e && u.push(
|
|
195
207
|
(h = r == null ? void 0 : r.handler) == null ? void 0 : h.call(r, t).then(() => {
|
|
196
208
|
i && r.remove();
|
|
@@ -201,9 +213,9 @@ const g = U({
|
|
|
201
213
|
},
|
|
202
214
|
addEventListener: (e, t) => {
|
|
203
215
|
const n = (/* @__PURE__ */ new Date()).getTime() + Math.random().toString(36).slice(-8), c = () => {
|
|
204
|
-
|
|
216
|
+
W.eventListeners[n] && delete W.eventListeners[n];
|
|
205
217
|
};
|
|
206
|
-
return
|
|
218
|
+
return W.eventListeners[n] = {
|
|
207
219
|
type: e,
|
|
208
220
|
handler: async (i) => {
|
|
209
221
|
try {
|
|
@@ -217,28 +229,28 @@ const g = U({
|
|
|
217
229
|
remove: c
|
|
218
230
|
};
|
|
219
231
|
}
|
|
220
|
-
},
|
|
232
|
+
}, ee = U({
|
|
221
233
|
visible: !1,
|
|
222
234
|
style: {}
|
|
223
|
-
}),
|
|
235
|
+
}), Ee = {
|
|
224
236
|
set: (e, t) => {
|
|
225
|
-
|
|
237
|
+
ee.visible = e, t || (t = {}), t.transition || (t.transition = "all 0.3s"), t && (ee.style = t);
|
|
226
238
|
}
|
|
227
|
-
},
|
|
239
|
+
}, $ = {
|
|
228
240
|
nav: g,
|
|
229
241
|
menu: M,
|
|
230
242
|
tab: T,
|
|
231
|
-
overlay:
|
|
232
|
-
iframeView:
|
|
233
|
-
visible:
|
|
243
|
+
overlay: ee,
|
|
244
|
+
iframeView: W,
|
|
245
|
+
visible: F(!0)
|
|
234
246
|
}, m = {
|
|
235
|
-
nav:
|
|
236
|
-
menu:
|
|
247
|
+
nav: ke,
|
|
248
|
+
menu: Te,
|
|
237
249
|
tab: Re,
|
|
238
|
-
overlay:
|
|
239
|
-
iframeView:
|
|
240
|
-
setVisible: (e) =>
|
|
241
|
-
},
|
|
250
|
+
overlay: Ee,
|
|
251
|
+
iframeView: Ae,
|
|
252
|
+
setVisible: (e) => $.visible.value = e
|
|
253
|
+
}, Ve = ["name"], Pe = ["name"], Se = /* @__PURE__ */ z({
|
|
242
254
|
__name: "das-iframe-router-view",
|
|
243
255
|
props: {
|
|
244
256
|
needTransition: { type: Boolean },
|
|
@@ -247,82 +259,82 @@ const g = U({
|
|
|
247
259
|
},
|
|
248
260
|
setup(e) {
|
|
249
261
|
const t = e, n = v(() => {
|
|
250
|
-
const { mode:
|
|
262
|
+
const { mode: s = "", ...o } = {
|
|
251
263
|
mode: "out-in",
|
|
252
264
|
"enter-active-class": "animate__animated animate__fadeInLeft",
|
|
253
265
|
...t.transitionConfig || {}
|
|
254
266
|
};
|
|
255
267
|
return o;
|
|
256
|
-
}), c =
|
|
268
|
+
}), c = we(), i = ue(), u = F([]), h = v(() => u.value.filter((s) => {
|
|
257
269
|
var o;
|
|
258
|
-
return (o =
|
|
259
|
-
})),
|
|
260
|
-
const o =
|
|
261
|
-
let
|
|
262
|
-
|
|
263
|
-
f.meta.key ===
|
|
270
|
+
return (o = s.meta) == null ? void 0 : o.isOpen;
|
|
271
|
+
})), w = (s) => {
|
|
272
|
+
const o = s.lastIndexOf("-");
|
|
273
|
+
let a = o !== -1 ? s.substring(o + 1) : "";
|
|
274
|
+
a === "0" ? a = "1" : a = "0", h.value.forEach((f) => {
|
|
275
|
+
f.meta.key === s && (f.meta.key = `${f.path}-${a}`);
|
|
264
276
|
});
|
|
265
277
|
};
|
|
266
|
-
|
|
278
|
+
Y(
|
|
267
279
|
() => t.exclude,
|
|
268
|
-
(
|
|
269
|
-
if (!
|
|
270
|
-
const o = h.value.find((
|
|
271
|
-
o &&
|
|
280
|
+
(s) => {
|
|
281
|
+
if (!s || !s.length) return;
|
|
282
|
+
const o = h.value.find((a) => s.includes(a.path));
|
|
283
|
+
o && w(o.meta.key);
|
|
272
284
|
},
|
|
273
285
|
{ deep: !0 }
|
|
274
286
|
);
|
|
275
|
-
const r = async (
|
|
276
|
-
const o =
|
|
277
|
-
let
|
|
278
|
-
return typeof o == "function" ?
|
|
287
|
+
const r = async (s) => {
|
|
288
|
+
const o = s.component;
|
|
289
|
+
let a = null;
|
|
290
|
+
return typeof o == "function" ? a = (await o()).default : a = o, a;
|
|
279
291
|
}, E = async () => {
|
|
280
292
|
var o;
|
|
281
|
-
const
|
|
282
|
-
for (const
|
|
283
|
-
if ((o =
|
|
284
|
-
const f = await r(
|
|
293
|
+
const s = c.options.routes;
|
|
294
|
+
for (const a of s)
|
|
295
|
+
if ((o = a == null ? void 0 : a.meta) != null && o.isIframe) {
|
|
296
|
+
const f = await r(a);
|
|
285
297
|
u.value.push({
|
|
286
|
-
...
|
|
287
|
-
meta: { ...
|
|
298
|
+
...a,
|
|
299
|
+
meta: { ...a.meta, key: `${a.path}-0`, componentInstance: f, isOpen: !1, isShow: !1 }
|
|
288
300
|
});
|
|
289
301
|
}
|
|
290
|
-
|
|
291
|
-
},
|
|
292
|
-
var
|
|
302
|
+
L();
|
|
303
|
+
}, L = async () => {
|
|
304
|
+
var a, f;
|
|
293
305
|
if (!u.value || !u.value.length) return;
|
|
294
|
-
const
|
|
295
|
-
|
|
306
|
+
const s = u.value.find((k) => k.meta.isShow);
|
|
307
|
+
s && (s.meta.isShow = !1, await oe(), m.iframeView.triggerEventListener("onDeactivated", { route: s }));
|
|
296
308
|
const o = u.value.find((k) => k.path === i.path);
|
|
297
|
-
o && ((
|
|
309
|
+
o && ((a = o.meta) != null && a.isOpen || (o.meta.isOpen = !0), (f = o.meta) != null && f.isShow || (o.meta.isShow = !0), await oe(), m.iframeView.triggerEventListener("onActivated", { route: o }));
|
|
298
310
|
};
|
|
299
|
-
return E(),
|
|
311
|
+
return E(), Y(
|
|
300
312
|
() => i.path,
|
|
301
313
|
() => {
|
|
302
|
-
|
|
314
|
+
L();
|
|
303
315
|
}
|
|
304
|
-
), (
|
|
305
|
-
|
|
316
|
+
), (s, o) => (p(), C(
|
|
317
|
+
G,
|
|
306
318
|
null,
|
|
307
319
|
[
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
te(
|
|
320
|
+
s.needTransition ? (p(), A(
|
|
321
|
+
de,
|
|
322
|
+
Z(te({ key: 0 }, n.value)),
|
|
311
323
|
{
|
|
312
|
-
default:
|
|
313
|
-
(p(!0),
|
|
314
|
-
|
|
324
|
+
default: O(() => [
|
|
325
|
+
(p(!0), C(
|
|
326
|
+
G,
|
|
315
327
|
null,
|
|
316
|
-
|
|
328
|
+
re(h.value, ({ path: a, meta: f }) => V((p(), C("div", {
|
|
317
329
|
class: "das-iframe-router-view",
|
|
318
|
-
key:
|
|
319
|
-
name:
|
|
330
|
+
key: a,
|
|
331
|
+
name: a
|
|
320
332
|
}, [
|
|
321
|
-
(p(),
|
|
333
|
+
(p(), A(H(f.componentInstance), {
|
|
322
334
|
key: f.key
|
|
323
335
|
}))
|
|
324
|
-
], 8,
|
|
325
|
-
[
|
|
336
|
+
], 8, Ve)), [
|
|
337
|
+
[P, f.componentInstance && a === b(i).path]
|
|
326
338
|
])),
|
|
327
339
|
128
|
|
328
340
|
/* KEYED_FRAGMENT */
|
|
@@ -334,19 +346,19 @@ const g = U({
|
|
|
334
346
|
16
|
|
335
347
|
/* FULL_PROPS */
|
|
336
348
|
)) : _("v-if", !0),
|
|
337
|
-
|
|
338
|
-
|
|
349
|
+
s.needTransition ? _("v-if", !0) : (p(!0), C(
|
|
350
|
+
G,
|
|
339
351
|
{ key: 1 },
|
|
340
|
-
|
|
352
|
+
re(h.value, ({ path: a, meta: f }) => V((p(), C("div", {
|
|
341
353
|
class: "das-iframe-router-view",
|
|
342
|
-
key:
|
|
343
|
-
name:
|
|
354
|
+
key: a,
|
|
355
|
+
name: a
|
|
344
356
|
}, [
|
|
345
|
-
(p(),
|
|
357
|
+
(p(), A(H(f.componentInstance), {
|
|
346
358
|
key: f.key
|
|
347
359
|
}))
|
|
348
|
-
], 8,
|
|
349
|
-
[
|
|
360
|
+
], 8, Pe)), [
|
|
361
|
+
[P, f.componentInstance && a === b(i).path]
|
|
350
362
|
])),
|
|
351
363
|
128
|
|
352
364
|
/* KEYED_FRAGMENT */
|
|
@@ -356,30 +368,30 @@ const g = U({
|
|
|
356
368
|
/* STABLE_FRAGMENT */
|
|
357
369
|
));
|
|
358
370
|
}
|
|
359
|
-
}),
|
|
371
|
+
}), ve = (e, t) => {
|
|
360
372
|
const n = e.__vccOpts || e;
|
|
361
373
|
for (const [c, i] of t)
|
|
362
374
|
n[c] = i;
|
|
363
375
|
return n;
|
|
364
|
-
},
|
|
376
|
+
}, De = /* @__PURE__ */ ve(Se, [["__scopeId", "data-v-3c2c943c"]]), Me = { class: "das-web-app-container" }, je = {
|
|
365
377
|
key: 0,
|
|
366
378
|
class: "das-web-app-header"
|
|
367
|
-
},
|
|
379
|
+
}, xe = { class: "das-web-app-main" }, $e = {
|
|
368
380
|
key: 0,
|
|
369
381
|
class: "aside"
|
|
370
|
-
}, Be = { class: "das-web-app-main-container" },
|
|
382
|
+
}, Be = { class: "das-web-app-main-container" }, He = {
|
|
371
383
|
key: 0,
|
|
372
384
|
class: "tab"
|
|
373
|
-
}, Fe = { class: "das-web-app-main-content" },
|
|
385
|
+
}, Fe = { class: "das-web-app-main-content" }, Ne = { class: "banner" }, Oe = { class: "das-web-app-main-router-view" }, We = { style: { width: "100%", height: "100%" } }, Ue = {
|
|
374
386
|
key: 0,
|
|
375
387
|
style: { width: "100%", height: "100%" }
|
|
376
|
-
},
|
|
388
|
+
}, ze = {
|
|
377
389
|
key: 1,
|
|
378
390
|
style: { width: "100%", height: "100%" }
|
|
379
|
-
},
|
|
391
|
+
}, Qe = { style: { width: "100%", height: "100%" } }, Ke = {
|
|
380
392
|
class: "micro-app",
|
|
381
393
|
style: { height: "100%", width: "100%" }
|
|
382
|
-
},
|
|
394
|
+
}, qe = /* @__PURE__ */ z({
|
|
383
395
|
__name: "das-web-layout",
|
|
384
396
|
props: {
|
|
385
397
|
needTransition: { type: Boolean, default: !0 },
|
|
@@ -389,28 +401,28 @@ const g = U({
|
|
|
389
401
|
showTabs: { type: Boolean, default: !0 },
|
|
390
402
|
routerViewVisible: { type: Boolean, default: !0 },
|
|
391
403
|
excludeRoutes: {},
|
|
392
|
-
routeKeepAliveVisible: { type: Boolean }
|
|
404
|
+
routeKeepAliveVisible: { type: Boolean, default: !0 }
|
|
393
405
|
},
|
|
394
406
|
setup(e) {
|
|
395
407
|
const t = e;
|
|
396
|
-
|
|
397
|
-
const n =
|
|
398
|
-
"das-web-app-overlay-show":
|
|
399
|
-
"das-web-app-overlay-hide":
|
|
400
|
-
"das-web-app-overlay-destroy":
|
|
401
|
-
})), o = v(() =>
|
|
402
|
-
|
|
408
|
+
_e(), Le(), Ie();
|
|
409
|
+
const n = ue(), c = F(!1), i = F(!1), u = F(!1), h = v(() => c.value && t.showLayout), w = v(() => i.value && t.showLayout && t.showAside), r = v(() => c.value && t.showLayout && t.showTabs), E = v(() => t.routerViewVisible ?? !0), L = v(() => $.overlay.visible ?? !1), s = v(() => ({
|
|
410
|
+
"das-web-app-overlay-show": L.value === !0,
|
|
411
|
+
"das-web-app-overlay-hide": L.value === !1,
|
|
412
|
+
"das-web-app-overlay-destroy": L.value === "destroy"
|
|
413
|
+
})), o = v(() => $.overlay.style ?? { backgroundColor: "rgba(0,0,0,0.5)" }), a = v(() => t.excludeRoutes), f = v(() => t.routeKeepAliveVisible);
|
|
414
|
+
Y(
|
|
403
415
|
() => [n.meta, n.query],
|
|
404
|
-
([
|
|
405
|
-
const { showLayout: l = !0, showAside: d = !0, showTabs:
|
|
406
|
-
showLayout:
|
|
407
|
-
showAside:
|
|
408
|
-
showTabs:
|
|
409
|
-
app:
|
|
410
|
-
} =
|
|
411
|
-
|
|
412
|
-
let
|
|
413
|
-
(l === !1 ||
|
|
416
|
+
([I, S]) => {
|
|
417
|
+
const { showLayout: l = !0, showAside: d = !0, showTabs: y = !0, layout: j = {} } = I, {
|
|
418
|
+
showLayout: R = !0,
|
|
419
|
+
showAside: ne = !0,
|
|
420
|
+
showTabs: se = !0,
|
|
421
|
+
app: Ye
|
|
422
|
+
} = S;
|
|
423
|
+
be(j);
|
|
424
|
+
let ae = !0, K = !0, q = !0;
|
|
425
|
+
(l === !1 || R === !1 || R === "false") && (ae = !1, K = !1, q = !1), (d === !1 || ne === !1 || ne === "false") && (K = !1), (y === !1 || se === !1 || se === "false") && (q = !1), c.value = ae, i.value = K, u.value = q;
|
|
414
426
|
}
|
|
415
427
|
);
|
|
416
428
|
const k = v(() => ({
|
|
@@ -419,113 +431,116 @@ const g = U({
|
|
|
419
431
|
...t.transitionConfig || {}
|
|
420
432
|
}));
|
|
421
433
|
let N = /* @__PURE__ */ new Map();
|
|
422
|
-
const Q = (
|
|
434
|
+
const Q = (I, S) => {
|
|
423
435
|
let l;
|
|
424
|
-
return N.has(
|
|
425
|
-
name:
|
|
436
|
+
return N.has(S) ? l = N.get(S) : (l = {
|
|
437
|
+
name: S,
|
|
426
438
|
render() {
|
|
427
|
-
return
|
|
439
|
+
return X("div", { style: { width: "100%", height: "100%" } }, [X(I)]);
|
|
428
440
|
}
|
|
429
|
-
}, N.set(
|
|
430
|
-
},
|
|
431
|
-
return (
|
|
432
|
-
const l =
|
|
433
|
-
return p(),
|
|
434
|
-
|
|
441
|
+
}, N.set(S, l)), X(l);
|
|
442
|
+
}, x = v(() => $.visible.value);
|
|
443
|
+
return (I, S) => {
|
|
444
|
+
const l = me("router-view");
|
|
445
|
+
return p(), C("div", Me, [
|
|
446
|
+
V(D(
|
|
435
447
|
"div",
|
|
436
448
|
{
|
|
437
|
-
class:
|
|
438
|
-
style:
|
|
449
|
+
class: fe(["das-web-app-overlay", s.value]),
|
|
450
|
+
style: ge(o.value)
|
|
439
451
|
},
|
|
440
452
|
null,
|
|
441
453
|
6
|
|
442
454
|
/* CLASS, STYLE */
|
|
443
455
|
), [
|
|
444
|
-
[
|
|
456
|
+
[P, x.value]
|
|
445
457
|
]),
|
|
446
|
-
h.value ?
|
|
458
|
+
h.value ? V((p(), C(
|
|
447
459
|
"div",
|
|
448
460
|
je,
|
|
449
461
|
[
|
|
450
|
-
|
|
462
|
+
B(I.$slots, "header", {}, void 0, !0)
|
|
451
463
|
],
|
|
452
464
|
512
|
|
453
465
|
/* NEED_PATCH */
|
|
454
466
|
)), [
|
|
455
|
-
[
|
|
467
|
+
[P, x.value]
|
|
456
468
|
]) : _("v-if", !0),
|
|
457
|
-
D("div",
|
|
458
|
-
|
|
469
|
+
D("div", xe, [
|
|
470
|
+
w.value ? V((p(), C(
|
|
459
471
|
"div",
|
|
460
472
|
$e,
|
|
461
473
|
[
|
|
462
|
-
|
|
474
|
+
B(I.$slots, "aside", {}, void 0, !0)
|
|
463
475
|
],
|
|
464
476
|
512
|
|
465
477
|
/* NEED_PATCH */
|
|
466
478
|
)), [
|
|
467
|
-
[
|
|
479
|
+
[P, x.value]
|
|
468
480
|
]) : _("v-if", !0),
|
|
469
481
|
D("div", Be, [
|
|
470
|
-
r.value ?
|
|
482
|
+
r.value ? V((p(), C(
|
|
471
483
|
"div",
|
|
472
|
-
|
|
484
|
+
He,
|
|
473
485
|
[
|
|
474
|
-
|
|
486
|
+
B(I.$slots, "tab", {}, void 0, !0)
|
|
475
487
|
],
|
|
476
488
|
512
|
|
477
489
|
/* NEED_PATCH */
|
|
478
490
|
)), [
|
|
479
|
-
[
|
|
491
|
+
[P, x.value]
|
|
480
492
|
]) : _("v-if", !0),
|
|
481
493
|
D("div", Fe, [
|
|
482
|
-
|
|
494
|
+
V(D(
|
|
483
495
|
"div",
|
|
484
|
-
|
|
496
|
+
Ne,
|
|
485
497
|
[
|
|
486
|
-
|
|
498
|
+
B(I.$slots, "banner", {}, void 0, !0)
|
|
487
499
|
],
|
|
488
500
|
512
|
|
489
501
|
/* NEED_PATCH */
|
|
490
502
|
), [
|
|
491
|
-
[
|
|
503
|
+
[P, x.value]
|
|
492
504
|
]),
|
|
493
|
-
D("div",
|
|
494
|
-
|
|
505
|
+
D("div", Oe, [
|
|
506
|
+
V(D(
|
|
495
507
|
"div",
|
|
496
|
-
|
|
508
|
+
We,
|
|
497
509
|
[
|
|
498
|
-
|
|
510
|
+
B(I.$slots, "router-view", {}, () => [
|
|
499
511
|
_(" 有动画 "),
|
|
500
|
-
|
|
501
|
-
default:
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
512
|
+
I.needTransition ? (p(), A(l, { key: 0 }, {
|
|
513
|
+
default: O(({ Component: d }) => [
|
|
514
|
+
J(
|
|
515
|
+
ie,
|
|
516
|
+
Z(le(k.value)),
|
|
505
517
|
{
|
|
506
|
-
default:
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
518
|
+
default: O(() => {
|
|
519
|
+
var y;
|
|
520
|
+
return [
|
|
521
|
+
b(n).meta.keepAlive ? (p(), A(ce, {
|
|
522
|
+
key: 0,
|
|
523
|
+
exclude: a.value
|
|
524
|
+
}, [
|
|
525
|
+
f.value && !((y = b(n).meta) != null && y.isIframe) ? (p(), A(H(Q(d, b(n).path)), {
|
|
526
|
+
key: b(n).path
|
|
527
|
+
})) : _("v-if", !0)
|
|
528
|
+
], 1032, ["exclude"])) : _("v-if", !0)
|
|
529
|
+
];
|
|
530
|
+
}),
|
|
516
531
|
_: 2
|
|
517
532
|
/* DYNAMIC */
|
|
518
533
|
},
|
|
519
534
|
1040
|
|
520
535
|
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
521
536
|
),
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
537
|
+
J(
|
|
538
|
+
ie,
|
|
539
|
+
Z(le(k.value)),
|
|
525
540
|
{
|
|
526
|
-
default:
|
|
527
|
-
!b(n).meta.keepAlive && !b(n).meta.isIframe ? (p(),
|
|
528
|
-
(p(),
|
|
541
|
+
default: O(() => [
|
|
542
|
+
!b(n).meta.keepAlive && !b(n).meta.isIframe ? (p(), C("div", Ue, [
|
|
543
|
+
(p(), A(H(d), {
|
|
529
544
|
key: b(n).path
|
|
530
545
|
}))
|
|
531
546
|
])) : _("v-if", !0)
|
|
@@ -541,18 +556,18 @@ const g = U({
|
|
|
541
556
|
/* STABLE */
|
|
542
557
|
})) : _("v-if", !0),
|
|
543
558
|
_(" 无动画 "),
|
|
544
|
-
|
|
545
|
-
default:
|
|
546
|
-
b(n).meta.keepAlive ? (p(),
|
|
559
|
+
I.needTransition ? _("v-if", !0) : (p(), A(l, { key: 1 }, {
|
|
560
|
+
default: O(({ Component: d }) => [
|
|
561
|
+
b(n).meta.keepAlive ? (p(), A(ce, {
|
|
547
562
|
key: 0,
|
|
548
|
-
exclude:
|
|
563
|
+
exclude: a.value
|
|
549
564
|
}, [
|
|
550
|
-
f.value && !b(n).meta.isIframe ? (p(),
|
|
565
|
+
f.value && !b(n).meta.isIframe ? (p(), A(H(Q(d, b(n).path)), {
|
|
551
566
|
key: b(n).path
|
|
552
567
|
})) : _("v-if", !0)
|
|
553
568
|
], 1032, ["exclude"])) : _("v-if", !0),
|
|
554
|
-
!b(n).meta.keepAlive && !b(n).meta.isIframe ? (p(),
|
|
555
|
-
(p(),
|
|
569
|
+
!b(n).meta.keepAlive && !b(n).meta.isIframe ? (p(), C("div", ze, [
|
|
570
|
+
(p(), A(H(d), {
|
|
556
571
|
key: b(n).path
|
|
557
572
|
}))
|
|
558
573
|
])) : _("v-if", !0)
|
|
@@ -560,38 +575,38 @@ const g = U({
|
|
|
560
575
|
_: 1
|
|
561
576
|
/* STABLE */
|
|
562
577
|
})),
|
|
563
|
-
|
|
578
|
+
V(D(
|
|
564
579
|
"div",
|
|
565
|
-
|
|
580
|
+
Qe,
|
|
566
581
|
[
|
|
567
|
-
|
|
568
|
-
exclude:
|
|
582
|
+
J(De, {
|
|
583
|
+
exclude: a.value,
|
|
569
584
|
transitionConfig: k.value,
|
|
570
|
-
needTransition:
|
|
585
|
+
needTransition: I.needTransition
|
|
571
586
|
}, null, 8, ["exclude", "transitionConfig", "needTransition"])
|
|
572
587
|
],
|
|
573
588
|
512
|
|
574
589
|
/* NEED_PATCH */
|
|
575
590
|
), [
|
|
576
|
-
[
|
|
591
|
+
[P, b(n).meta.isIframe]
|
|
577
592
|
])
|
|
578
593
|
], !0)
|
|
579
594
|
],
|
|
580
595
|
512
|
|
581
596
|
/* NEED_PATCH */
|
|
582
597
|
), [
|
|
583
|
-
[
|
|
598
|
+
[P, E.value]
|
|
584
599
|
]),
|
|
585
|
-
|
|
600
|
+
V(D(
|
|
586
601
|
"div",
|
|
587
|
-
|
|
602
|
+
Ke,
|
|
588
603
|
[
|
|
589
|
-
|
|
604
|
+
B(I.$slots, "default", {}, void 0, !0)
|
|
590
605
|
],
|
|
591
606
|
512
|
|
592
607
|
/* NEED_PATCH */
|
|
593
608
|
), [
|
|
594
|
-
[
|
|
609
|
+
[P, !E.value]
|
|
595
610
|
])
|
|
596
611
|
])
|
|
597
612
|
])
|
|
@@ -600,19 +615,19 @@ const g = U({
|
|
|
600
615
|
]);
|
|
601
616
|
};
|
|
602
617
|
}
|
|
603
|
-
}),
|
|
618
|
+
}), at = /* @__PURE__ */ ve(qe, [["__scopeId", "data-v-b6d7b17e"]]), Ge = ["modelValue", "logoUrl", "config", "innerPagesConfig", "searchConfig", "projectTreeConfig", "userInfoConfig"], rt = /* @__PURE__ */ z({
|
|
604
619
|
__name: "das-web-nav",
|
|
605
620
|
setup(e) {
|
|
606
|
-
const { nav: t } =
|
|
607
|
-
var l, d,
|
|
621
|
+
const { nav: t } = $, n = v(() => t.logo || ""), c = v(() => t.activeItem || ""), i = v(() => (t.items || []).filter((d) => d.fixed)), u = v(() => (t.items || []).filter((d) => !d.fixed)), h = v(() => {
|
|
622
|
+
var l, d, y, j;
|
|
608
623
|
return {
|
|
609
624
|
showFullScreen: ((l = t.config) == null ? void 0 : l.showFullScreen) ?? !1,
|
|
610
625
|
showChangeEnterprise: ((d = t.config) == null ? void 0 : d.showChangeEnterprise) ?? !1,
|
|
611
|
-
showSearch: ((
|
|
612
|
-
showProjectTree: ((
|
|
613
|
-
subAppList: u.value.map((
|
|
626
|
+
showSearch: ((y = t.config) == null ? void 0 : y.showSearch) ?? !0,
|
|
627
|
+
showProjectTree: ((j = t.config) == null ? void 0 : j.showProjectTree) ?? !0,
|
|
628
|
+
subAppList: u.value.map((R) => ({ code: R.value, name: R.label, ...R }))
|
|
614
629
|
};
|
|
615
|
-
}),
|
|
630
|
+
}), w = v(() => {
|
|
616
631
|
const l = i.value.find((d) => d.value === t.activeItem);
|
|
617
632
|
return {
|
|
618
633
|
activeInnerPagePath: (l == null ? void 0 : l.path) || "",
|
|
@@ -624,125 +639,117 @@ const g = U({
|
|
|
624
639
|
currentProject: t.activeProject
|
|
625
640
|
},
|
|
626
641
|
...t.projectConfig
|
|
627
|
-
})), E = v(() => t.userInfo),
|
|
628
|
-
const d = l.detail[0],
|
|
629
|
-
await m.nav.triggerEventListener("onItemClick",
|
|
642
|
+
})), E = v(() => t.userInfo), L = v(() => t.searchConfig), s = async (l) => {
|
|
643
|
+
const d = l.detail[0], y = i.value.find((R) => d.value === R.value);
|
|
644
|
+
await m.nav.triggerEventListener("onItemClick", y) && m.nav.setActiveItem(y.value);
|
|
630
645
|
}, o = async (l) => {
|
|
631
|
-
const d = l.detail[0],
|
|
632
|
-
await m.nav.triggerEventListener("onItemClick",
|
|
633
|
-
},
|
|
634
|
-
const d = l.detail[0],
|
|
635
|
-
await m.nav.triggerEventListener("onItemRemove",
|
|
646
|
+
const d = l.detail[0], y = u.value.find((R) => d === R.value);
|
|
647
|
+
await m.nav.triggerEventListener("onItemClick", y) && m.nav.setActiveItem(y.value);
|
|
648
|
+
}, a = async (l) => {
|
|
649
|
+
const d = l.detail[0], y = u.value.find((R) => d === R.value);
|
|
650
|
+
await m.nav.triggerEventListener("onItemRemove", y) && m.nav.removeItem(y.value);
|
|
636
651
|
}, f = async (l) => {
|
|
637
|
-
const [d,
|
|
638
|
-
!d || !await m.nav.triggerEventListener("onProjectChange",
|
|
652
|
+
const [d, y] = l.detail;
|
|
653
|
+
!d || !await m.nav.triggerEventListener("onProjectChange", y) || m.nav.setActiveProject(y);
|
|
639
654
|
}, k = (l) => {
|
|
640
655
|
m.nav.triggerEventListener("onUserCommandChange", l.detail[0]);
|
|
641
656
|
}, N = (l) => {
|
|
642
657
|
m.nav.triggerEventListener("searchToPage", { item: l.detail[0], keyword: l.detail[1], cb: l.detail[2] });
|
|
643
658
|
}, Q = (l) => {
|
|
644
659
|
m.nav.triggerEventListener("clearSearchList", { cb: l.detail[0] });
|
|
645
|
-
},
|
|
660
|
+
}, x = (l) => {
|
|
646
661
|
m.nav.triggerEventListener("deleteSearchItem", { value: l.detail[0], cb: l.detail[1] });
|
|
647
|
-
},
|
|
662
|
+
}, I = () => {
|
|
648
663
|
m.nav.triggerEventListener("changeEnterpriseHandle");
|
|
649
|
-
},
|
|
664
|
+
}, S = () => {
|
|
650
665
|
m.nav.triggerEventListener("fullScreenHandle");
|
|
651
666
|
};
|
|
652
|
-
return
|
|
667
|
+
return pe(() => {
|
|
653
668
|
m.nav.triggerEventListener("onBeforeMount", null, { autoRemove: !0 });
|
|
654
|
-
}),
|
|
669
|
+
}), he(() => {
|
|
655
670
|
m.nav.triggerEventListener("onMounted", null, { autoRemove: !0 });
|
|
656
|
-
}),
|
|
671
|
+
}), ye(() => {
|
|
657
672
|
m.nav.triggerEventListener("onUnmounted", null, { autoRemove: !0 });
|
|
658
|
-
}), (l, d) => {
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
onFullScreen: V
|
|
678
|
-
}, null, 8, ["modelValue", "logoUrl", "config", "innerPagesConfig", "searchConfig", "projectTreeConfig", "userInfoConfig"]);
|
|
679
|
-
};
|
|
673
|
+
}), (l, d) => (p(), C("das-ce-nav", {
|
|
674
|
+
modelValue: c.value,
|
|
675
|
+
logoUrl: n.value,
|
|
676
|
+
config: h.value,
|
|
677
|
+
innerPagesConfig: w.value,
|
|
678
|
+
searchConfig: L.value,
|
|
679
|
+
projectTreeConfig: r.value,
|
|
680
|
+
userInfoConfig: E.value,
|
|
681
|
+
"on:userCommandHandle": k,
|
|
682
|
+
"on:changeInnerPage": s,
|
|
683
|
+
"on:handleTabClick": o,
|
|
684
|
+
"on:handleTabDelete": a,
|
|
685
|
+
"on:changeTreeHandle": f,
|
|
686
|
+
"on:searchToPage": N,
|
|
687
|
+
"on:clearSearchList": Q,
|
|
688
|
+
"on:deleteSearchItem": x,
|
|
689
|
+
"on:changeEnterpriseHandle": I,
|
|
690
|
+
"on:fullScreen": S
|
|
691
|
+
}, null, 40, Ge));
|
|
680
692
|
}
|
|
681
|
-
}),
|
|
693
|
+
}), Je = ["modelValue", "data", "collapse", "fixedTopMenu", "subMenuAttrs"], ot = /* @__PURE__ */ z({
|
|
682
694
|
__name: "das-web-menu",
|
|
683
695
|
props: {
|
|
684
696
|
menuAttr: {}
|
|
685
697
|
},
|
|
686
698
|
setup(e) {
|
|
687
|
-
const { menu: t } =
|
|
688
|
-
const
|
|
699
|
+
const { menu: t } = $, n = e, c = v(() => n.menuAttr || {}), i = v(() => t.items), u = v(() => t.items.find((L) => L.fixed)), h = v(() => t.activeItem || ""), w = v(() => t.collapse ?? !1), r = v(() => ({ popupClassName: t.popupClassName ?? "" })), E = async (L) => {
|
|
700
|
+
const s = L.detail[0], o = Ce(i.value).find((f) => s === f.id);
|
|
689
701
|
await m.menu.triggerEventListener("onItemClick", o) && m.menu.setActiveItem(o.id);
|
|
690
702
|
};
|
|
691
|
-
return (
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
subMenuAttrs: r.value
|
|
700
|
-
}, c.value, { onChange: E }), null, 16, ["modelValue", "data", "collapse", "fixedTopMenu", "subMenuAttrs"])) : _("v-if", !0);
|
|
701
|
-
};
|
|
703
|
+
return (L, s) => i.value.length > 0 ? (p(), C("das-ce-menu", te({
|
|
704
|
+
key: 0,
|
|
705
|
+
modelValue: h.value,
|
|
706
|
+
data: i.value,
|
|
707
|
+
collapse: w.value,
|
|
708
|
+
fixedTopMenu: u.value,
|
|
709
|
+
subMenuAttrs: r.value
|
|
710
|
+
}, c.value, { onChange: E }), null, 16, Je)) : _("v-if", !0);
|
|
702
711
|
}
|
|
703
|
-
}),
|
|
712
|
+
}), Xe = ["modelValue", "options"], it = /* @__PURE__ */ z({
|
|
704
713
|
__name: "das-web-tabs",
|
|
705
714
|
props: {
|
|
706
715
|
tabsAttr: {}
|
|
707
716
|
},
|
|
708
717
|
setup(e) {
|
|
709
|
-
const { tab: t } =
|
|
710
|
-
...
|
|
711
|
-
key:
|
|
712
|
-
tab:
|
|
713
|
-
}))), u = v(() => t.activeItem || ""), h = async (
|
|
714
|
-
const o =
|
|
715
|
-
await m.tab.triggerEventListener("onItemClick",
|
|
716
|
-
},
|
|
717
|
-
const o =
|
|
718
|
-
await m.tab.triggerEventListener("onItemRemove",
|
|
719
|
-
}, r = async (
|
|
720
|
-
await m.tab.triggerEventListener("onMenuClick", { type:
|
|
721
|
-
}, E = async (
|
|
722
|
-
await m.tab.triggerEventListener("onPageRefresh",
|
|
723
|
-
},
|
|
718
|
+
const { tab: t } = $, n = e, c = v(() => n.tabsAttr || {}), i = v(() => t.items.map((s) => ({
|
|
719
|
+
...s,
|
|
720
|
+
key: s.value,
|
|
721
|
+
tab: s.label
|
|
722
|
+
}))), u = v(() => t.activeItem || ""), h = async (s) => {
|
|
723
|
+
const o = s.detail[0], a = i.value.find((k) => o === k.value);
|
|
724
|
+
await m.tab.triggerEventListener("onItemClick", a) && m.tab.setActiveItem(a.value);
|
|
725
|
+
}, w = async (s) => {
|
|
726
|
+
const o = s.detail[0], a = i.value.find((k) => o === k.value);
|
|
727
|
+
await m.tab.triggerEventListener("onItemRemove", a) && m.tab.removeItem(a.value);
|
|
728
|
+
}, r = async (s) => {
|
|
729
|
+
await m.tab.triggerEventListener("onMenuClick", { type: s.detail[0], data: s.detail[1] });
|
|
730
|
+
}, E = async (s) => {
|
|
731
|
+
await m.tab.triggerEventListener("onPageRefresh", s.detail[0]);
|
|
732
|
+
}, L = () => {
|
|
724
733
|
m.tab.triggerEventListener("onToggleFullScreen");
|
|
725
734
|
};
|
|
726
|
-
return (
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
onToggleFullScreen: I
|
|
738
|
-
}), null, 16, ["modelValue", "options"])) : _("v-if", !0);
|
|
739
|
-
};
|
|
735
|
+
return (s, o) => i.value.length > 0 ? (p(), C("das-ce-tabs", te({
|
|
736
|
+
key: 0,
|
|
737
|
+
modelValue: u.value,
|
|
738
|
+
options: i.value
|
|
739
|
+
}, c.value, {
|
|
740
|
+
"on:tabClick": h,
|
|
741
|
+
"on:tabDelete": w,
|
|
742
|
+
"on:menuClick": r,
|
|
743
|
+
"on:pageRefresh": E,
|
|
744
|
+
"on:toggleFullScreen": L
|
|
745
|
+
}), null, 16, Xe)) : _("v-if", !0);
|
|
740
746
|
}
|
|
741
747
|
});
|
|
748
|
+
F("@das-fed/web");
|
|
742
749
|
export {
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
750
|
+
at as DasWebLayout,
|
|
751
|
+
ot as DasWebMenu,
|
|
752
|
+
rt as DasWebNav,
|
|
753
|
+
it as DasWebTabs,
|
|
747
754
|
m as layout
|
|
748
755
|
};
|