@gx-design-vue/pro-layout 0.1.0-beta.40 → 0.1.0-beta.42
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/PageLoading.d.ts +2 -2
- package/dist/ProLayout.d.ts +9 -9
- package/dist/components/GlobalFooter/index.d.ts +2 -2
- package/dist/components/GlobalHeader/DefaultHeader.d.ts +7 -7
- package/dist/components/GlobalHeader/index.d.ts +7 -7
- package/dist/components/LogoContent/index.d.ts +2 -2
- package/dist/components/MultiTab/index.d.ts +2 -2
- package/dist/components/PageContainer/PageHeader.d.ts +2 -2
- package/dist/components/PageContainer/index.d.ts +2 -2
- package/dist/components/PageTranstion/index.d.ts +2 -2
- package/dist/components/SettingDrawer/BlockCheckbox.d.ts +2 -2
- package/dist/components/SettingDrawer/OthersChange.d.ts +2 -2
- package/dist/components/SettingDrawer/RegionalChange.d.ts +3 -3
- package/dist/components/SettingDrawer/ThemeColor.d.ts +2 -2
- package/dist/components/SettingDrawer/ThemeEditor.d.ts +2 -2
- package/dist/components/SettingDrawer/index.d.ts +2 -2
- package/dist/components/SiderMenu/BaseMenu.d.ts +7 -7
- package/dist/components/SiderMenu/SiderMenu.d.ts +7 -7
- package/dist/components/SiderMenu/index.d.ts +7 -7
- package/dist/{pro-layout.mjs → pro-layout.js} +410 -410
- package/dist/pro-layout.umd.cjs +1 -0
- package/dist/utils/index.d.ts +1 -1
- package/package.json +39 -36
- package/dist/pro-layout.umd.js +0 -1
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { defineComponent as j, createVNode as a, mergeProps as G, provide as ot, readonly as
|
|
2
|
-
import { Spin as ve, Menu as ne, ConfigProvider as Pe, Layout as ce, Drawer as be, Breadcrumb as
|
|
1
|
+
import { defineComponent as j, createVNode as a, mergeProps as G, provide as ot, readonly as Ot, inject as Rt, resolveComponent as it, computed as p, isVNode as ie, Fragment as Q, toRefs as we, unref as K, createTextVNode as ae, ref as Oe, reactive as lt, watch as ue, withDirectives as kt, vShow as Bt, watchEffect as $t, Transition as Pt } from "vue";
|
|
2
|
+
import { Spin as ve, Menu as ne, ConfigProvider as Pe, Layout as ce, Drawer as be, Breadcrumb as Ft, Card as Tt, LayoutFooter as Lt, Tabs as Fe, Dropdown as Xe, Tooltip as Se, List as oe, Switch as rt, TabPane as Dt, Select as ge, message as Nt, Divider as Me, Alert as zt, Button as Ht } from "ant-design-vue";
|
|
3
3
|
import { useProAppContext as Te } from "@gx-design-vue/pro-app";
|
|
4
|
-
import { useRouter as Le, RouterLink as
|
|
5
|
-
import { createFromIconfontCN as
|
|
6
|
-
import
|
|
7
|
-
import { createTypes as
|
|
4
|
+
import { useRouter as Le, RouterLink as Vt } from "vue-router";
|
|
5
|
+
import { createFromIconfontCN as jt, MenuUnfoldOutlined as Wt, MenuFoldOutlined as At, GithubOutlined as Kt, EllipsisOutlined as Ut, ReloadOutlined as Et, CloseOutlined as st, CheckOutlined as dt, SettingOutlined as Xt, NotificationOutlined as Yt, CopyOutlined as _t } from "@ant-design/icons-vue";
|
|
6
|
+
import Gt, { themeConfig as V, Keyframe as s, useProStyle as te, useProConfigContext as fe, useStyle as De, mergeToken as Ne, colorList as qt } from "@gx-design-vue/pro-provider";
|
|
7
|
+
import { createTypes as Zt } from "vue-types";
|
|
8
8
|
import { cloneDeep as ze, pick as le, omit as He } from "lodash-es";
|
|
9
|
-
import { GPorWaterMark as
|
|
10
|
-
import { isBoolean as Ye, getSlot as A, getPrefixCls as me, classNames as ut, getLevelData as
|
|
11
|
-
import { useMediaQuery as
|
|
12
|
-
import { useWindowSize as
|
|
13
|
-
import
|
|
9
|
+
import { GPorWaterMark as Jt } from "@gx-design-vue/pro-watermark";
|
|
10
|
+
import { isBoolean as Ye, getSlot as A, getPrefixCls as me, classNames as ut, getLevelData as Qt, isArray as ea, isBrowser as ta, merge as aa } from "@gx-design-vue/pro-utils";
|
|
11
|
+
import { useMediaQuery as na, useState as pe, useMergedState as oa } from "@gx-design-vue/pro-hooks";
|
|
12
|
+
import { useWindowSize as ia, useClipboard as la } from "@vueuse/core";
|
|
13
|
+
import ra from "@gx-design-vue/scrollbar";
|
|
14
14
|
import { GColorPicker as _e } from "@gx-design-vue/color-picker";
|
|
15
|
-
const
|
|
15
|
+
const sa = /* @__PURE__ */ j({
|
|
16
16
|
name: "PageLoading",
|
|
17
17
|
props: {
|
|
18
18
|
...ve.props
|
|
@@ -30,7 +30,7 @@ const da = /* @__PURE__ */ j({
|
|
|
30
30
|
indicator: t == null ? void 0 : t.value
|
|
31
31
|
}), null)]);
|
|
32
32
|
}
|
|
33
|
-
}),
|
|
33
|
+
}), D = Zt({
|
|
34
34
|
func: void 0,
|
|
35
35
|
bool: void 0,
|
|
36
36
|
string: void 0,
|
|
@@ -39,7 +39,7 @@ const da = /* @__PURE__ */ j({
|
|
|
39
39
|
object: void 0,
|
|
40
40
|
integer: void 0
|
|
41
41
|
});
|
|
42
|
-
|
|
42
|
+
D.extend([{
|
|
43
43
|
name: "looseBool",
|
|
44
44
|
getter: !0,
|
|
45
45
|
type: Boolean,
|
|
@@ -54,7 +54,7 @@ ct.extend([{
|
|
|
54
54
|
getter: !0,
|
|
55
55
|
type: null
|
|
56
56
|
}]);
|
|
57
|
-
const
|
|
57
|
+
const se = {
|
|
58
58
|
theme: {
|
|
59
59
|
type: String,
|
|
60
60
|
default: V.theme
|
|
@@ -248,16 +248,16 @@ const D = ct, se = {
|
|
|
248
248
|
onCollapse: {
|
|
249
249
|
type: Function
|
|
250
250
|
}
|
|
251
|
-
},
|
|
252
|
-
function
|
|
251
|
+
}, da = /(((^https?:(?:\/\/)?)(?:[-;:&=\+\$,\w]+@)?[A-Za-z0-9.-]+(?::\d+)?|(?:www.|[-;:&=\+\$,\w]+@)[A-Za-z0-9.-]+)((?:\/[\+~%\/.\w-_]*)?\??(?:[-\+=&;%@.\w_]*)#?(?:[\w]*))?)$/, ct = (e) => da.test(e);
|
|
252
|
+
function ua(e) {
|
|
253
253
|
return /\w.(png|jpg|jpeg|svg|webp|gif|bmp)$/i.test(e);
|
|
254
254
|
}
|
|
255
|
-
function
|
|
255
|
+
function mt(e, t, n, o) {
|
|
256
256
|
var u, f, c, w, v, O, h, T, l, r, I, k, x, y, g, C, $, d, S, R, M, L, H, N, P, W, X, U, Y, m, b, B, F, z;
|
|
257
257
|
const i = { ...e };
|
|
258
258
|
return n === "light" ? (i.colorItemBg = (f = (u = t.layout) == null ? void 0 : u[o]) == null ? void 0 : f.colorBgMenu, i.colorSubItemBg = (w = (c = t.layout) == null ? void 0 : c[o]) == null ? void 0 : w.colorSubItemBg, i.colorItemBgSelected = (O = (v = t.layout) == null ? void 0 : v[o]) == null ? void 0 : O.colorBgMenuItemSelected, i.colorItemBgSelectedHorizontal = (T = (h = t.layout) == null ? void 0 : h[o]) == null ? void 0 : T.colorBgMenuItemSelected, i.colorItemText = (r = (l = t.layout) == null ? void 0 : l[o]) == null ? void 0 : r.colorTextMenu, i.colorItemTextHover = (k = (I = t.layout) == null ? void 0 : I[o]) == null ? void 0 : k.colorTextMenuHover, i.colorItemTextSelected = (y = (x = t.layout) == null ? void 0 : x[o]) == null ? void 0 : y.colorTextMenuSelected, i.colorItemTextSelectedHorizontal = (C = (g = t.layout) == null ? void 0 : g[o]) == null ? void 0 : C.colorTextMenuSelected, o === "sider" && (i.colorItemBgHover = (d = ($ = t.layout) == null ? void 0 : $[o]) == null ? void 0 : d.colorBgMenuItemHover)) : n === "dark" && (i.colorItemBg = (R = (S = t.layout) == null ? void 0 : S[o]) == null ? void 0 : R.colorDarkBgMenu, i.colorSubItemBg = (L = (M = t.layout) == null ? void 0 : M[o]) == null ? void 0 : L.colorDarkSubItemBg, i.colorItemBgSelected = (N = (H = t.layout) == null ? void 0 : H[o]) == null ? void 0 : N.colorDarkBgMenuItemSelected, i.colorItemBgSelectedHorizontal = (W = (P = t.layout) == null ? void 0 : P[o]) == null ? void 0 : W.colorDarkBgMenuItemSelected, i.colorItemText = (U = (X = t.layout) == null ? void 0 : X[o]) == null ? void 0 : U.colorDarkTextMenu, i.colorItemTextHover = (m = (Y = t.layout) == null ? void 0 : Y[o]) == null ? void 0 : m.colorDarkTextMenuHover, i.colorItemTextSelected = (B = (b = t.layout) == null ? void 0 : b[o]) == null ? void 0 : B.colorDarkTextMenuSelected, i.colorItemTextSelectedHorizontal = (z = (F = t.layout) == null ? void 0 : F[o]) == null ? void 0 : z.colorDarkTextMenuSelected, o === "header" && (i.colorActiveBarHeight = 0)), i;
|
|
259
259
|
}
|
|
260
|
-
const
|
|
260
|
+
const ca = ["left", "right"], de = ["left", "right", "down", "up"], ma = ["downBig", "upBig", "leftBig", "rightBig"], fa = ["topLeft", "bottomRight", "topRight", "bottomLeft"], ga = ["downLeft", "upRight", "downRight", "upLeft"], Ve = {
|
|
261
261
|
preset: [
|
|
262
262
|
//预设动画配置
|
|
263
263
|
{ name: "back", alias: "渐近", directions: de },
|
|
@@ -265,17 +265,17 @@ const ma = ["left", "right"], de = ["left", "right", "down", "up"], fa = ["downB
|
|
|
265
265
|
{
|
|
266
266
|
name: "fade",
|
|
267
267
|
alias: "淡化",
|
|
268
|
-
directions: de.concat(
|
|
268
|
+
directions: de.concat(ma).concat(fa).concat("default")
|
|
269
269
|
},
|
|
270
270
|
{ name: "flip", alias: "翻转", directions: ["x", "y"] },
|
|
271
|
-
{ name: "lightSpeed", alias: "光速", directions:
|
|
272
|
-
{ name: "rotate", alias: "旋转", directions:
|
|
271
|
+
{ name: "lightSpeed", alias: "光速", directions: ca },
|
|
272
|
+
{ name: "rotate", alias: "旋转", directions: ga.concat("default") },
|
|
273
273
|
{ name: "roll", alias: "翻滚", directions: ["default"] },
|
|
274
274
|
{ name: "zoom", alias: "缩放", directions: de.concat("default") },
|
|
275
275
|
{ name: "slide", alias: "滑动", directions: de }
|
|
276
276
|
]
|
|
277
277
|
};
|
|
278
|
-
function
|
|
278
|
+
function ha(e) {
|
|
279
279
|
return e.map((t) => {
|
|
280
280
|
var o;
|
|
281
281
|
const n = { ...t };
|
|
@@ -288,25 +288,25 @@ function ya(e) {
|
|
|
288
288
|
}))
|
|
289
289
|
return {
|
|
290
290
|
...n,
|
|
291
|
-
children:
|
|
291
|
+
children: ha(n.children)
|
|
292
292
|
};
|
|
293
293
|
delete n.children;
|
|
294
294
|
}
|
|
295
295
|
return n;
|
|
296
296
|
}).filter((t) => t);
|
|
297
297
|
}
|
|
298
|
-
function
|
|
298
|
+
function ya(e) {
|
|
299
299
|
return e.map((t) => {
|
|
300
300
|
var o;
|
|
301
301
|
const n = { ...t };
|
|
302
|
-
return (o = n.meta) != null && o.hideInMenu ? null : (n.linkPath =
|
|
302
|
+
return (o = n.meta) != null && o.hideInMenu ? null : (n.linkPath = pa(n.children || []), n.children && delete n.children, n);
|
|
303
303
|
}).filter((t) => t);
|
|
304
304
|
}
|
|
305
|
-
function
|
|
305
|
+
function ba(e, t) {
|
|
306
306
|
const n = (t || "").split("/").length === 2 ? t || "" : `/${(t || "").split("/")[1]}`, o = e.find((i) => i.path === n);
|
|
307
307
|
return t === void 0 ? [] : (o == null ? void 0 : o.children) || [];
|
|
308
308
|
}
|
|
309
|
-
function
|
|
309
|
+
function pa(e) {
|
|
310
310
|
let t = "";
|
|
311
311
|
const n = function(o) {
|
|
312
312
|
let i = "";
|
|
@@ -320,7 +320,7 @@ function va(e) {
|
|
|
320
320
|
}
|
|
321
321
|
return t;
|
|
322
322
|
}
|
|
323
|
-
function
|
|
323
|
+
function Si(e, t) {
|
|
324
324
|
var o, i;
|
|
325
325
|
const n = ((i = (o = e.find((u) => u.path === t)) == null ? void 0 : o.meta) == null ? void 0 : i.key) || "";
|
|
326
326
|
if (n) {
|
|
@@ -334,20 +334,20 @@ function Ii(e, t) {
|
|
|
334
334
|
}
|
|
335
335
|
return [];
|
|
336
336
|
}
|
|
337
|
-
function
|
|
337
|
+
function va(e) {
|
|
338
338
|
return e.layout === "mix" && (e.fixSiderbar = !0, e.fixedHeader = !0, e.splitMenus = !0), e.layout === "top" && (e.fixSiderbar = !1, e.fixedHeader = !0, e.splitMenus = !1), e.layout === "simple" && (e.splitMenus = !1, e.showTabsBar = !1), e.layout === "side" && (e.splitMenus = !1), e.layout === "wide" && (e.splitMenus = !1, e.fixSiderbar = !1, e.fixedHeader = !0, e.showTabsBar = !1, e.fixedMultiTab = !1), { ...e };
|
|
339
339
|
}
|
|
340
|
-
function
|
|
340
|
+
function xa(e) {
|
|
341
341
|
const t = ["showTabsBar", "fixedMultiTab", "fixSiderbar", "fixedHeader", "splitMenus"];
|
|
342
342
|
let o = Object.keys(e).reduce((i, u) => (i[u] = !1, i), {});
|
|
343
|
-
return o =
|
|
343
|
+
return o = Ca(o, t), e.layout === "mix" && (o.fixSiderbar = !0, o.fixedHeader = !0), e.layout === "side" && (o.splitMenus = !0), e.layout === "simple" && (o.splitMenus = !0, o.fixedHeader = !0, o.showTabsBar = !0, o.fixedMultiTab = !0), e.layout === "wide" && (o.splitMenus = !0, o.fixedHeader = !0, o.fixSiderbar = !0, o.showTabsBar = !0, o.fixedMultiTab = !0), o;
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function Ca(e, t) {
|
|
346
346
|
return {
|
|
347
347
|
...t.reduce((n, o) => ({ ...n, [o]: e[o] }), {})
|
|
348
348
|
};
|
|
349
349
|
}
|
|
350
|
-
const
|
|
350
|
+
const wa = (e = Symbol(), t = "Context.Provider") => j({
|
|
351
351
|
name: t,
|
|
352
352
|
props: {
|
|
353
353
|
value: {
|
|
@@ -356,15 +356,15 @@ const Sa = (e = Symbol(), t = "Context.Provider") => j({
|
|
|
356
356
|
}
|
|
357
357
|
},
|
|
358
358
|
setup(o, { slots: i }) {
|
|
359
|
-
return ot(e,
|
|
359
|
+
return ot(e, Ot(o.value)), () => {
|
|
360
360
|
var u;
|
|
361
361
|
return (u = i.default) == null ? void 0 : u.call(i);
|
|
362
362
|
};
|
|
363
363
|
}
|
|
364
|
-
}),
|
|
364
|
+
}), Sa = (e = Symbol(), t) => Rt(e, t || {}), je = Symbol("pro-layout-context"), Ia = () => wa(je, "ProLayoutContext.Provider"), Ma = (e) => {
|
|
365
365
|
ot(je, e);
|
|
366
|
-
}, ee = () =>
|
|
367
|
-
|
|
366
|
+
}, ee = () => Sa(je);
|
|
367
|
+
Ia();
|
|
368
368
|
function Ge(e) {
|
|
369
369
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
370
370
|
}
|
|
@@ -377,14 +377,14 @@ const xe = (e) => {
|
|
|
377
377
|
if (!t)
|
|
378
378
|
return null;
|
|
379
379
|
if (typeof t == "string" && t !== "") {
|
|
380
|
-
if (
|
|
380
|
+
if (ct(t) || ua(t))
|
|
381
381
|
return a("img", {
|
|
382
382
|
src: t,
|
|
383
383
|
alt: "icon",
|
|
384
384
|
class: `${e.className}-icon-image`
|
|
385
385
|
}, null);
|
|
386
386
|
if (n === 1) {
|
|
387
|
-
const u =
|
|
387
|
+
const u = jt({
|
|
388
388
|
scriptUrl: o || V.iconfontUrl
|
|
389
389
|
});
|
|
390
390
|
return o ? a(u, {
|
|
@@ -407,7 +407,7 @@ xe.props = {
|
|
|
407
407
|
className: String,
|
|
408
408
|
iconfontUrl: String
|
|
409
409
|
};
|
|
410
|
-
const
|
|
410
|
+
const ft = /* @__PURE__ */ j({
|
|
411
411
|
name: "BaseMenu",
|
|
412
412
|
props: Ie,
|
|
413
413
|
setup(e) {
|
|
@@ -427,7 +427,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
427
427
|
(r = e.onClick) == null || r.call(e, ...l);
|
|
428
428
|
}, c = (l, r) => {
|
|
429
429
|
var x;
|
|
430
|
-
const I = l.target || "", k =
|
|
430
|
+
const I = l.target || "", k = ct(I);
|
|
431
431
|
((x = t.currentRoute.value) == null ? void 0 : x.fullPath) !== r.to && k && I && l.targetStatus === 1 && window.open(I);
|
|
432
432
|
}, w = it("router-link"), v = (l = []) => l.map((r) => O(r)).filter((r) => r), O = (l) => {
|
|
433
433
|
var k, x, y, g, C, $, d, S, R;
|
|
@@ -511,7 +511,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
511
511
|
default: () => [T.value]
|
|
512
512
|
});
|
|
513
513
|
}
|
|
514
|
-
}),
|
|
514
|
+
}), gt = new s("pro-layout-title-hide", {
|
|
515
515
|
"0%": { display: "none", opacity: 0 },
|
|
516
516
|
"99%": {
|
|
517
517
|
display: "none",
|
|
@@ -521,7 +521,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
521
521
|
display: "block",
|
|
522
522
|
opacity: 1
|
|
523
523
|
}
|
|
524
|
-
}),
|
|
524
|
+
}), Oa = (e) => {
|
|
525
525
|
const t = `${e.antCls}-menu`;
|
|
526
526
|
return {
|
|
527
527
|
[`${e.proComponentsCls}-basic-layout`]: {
|
|
@@ -532,7 +532,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
532
532
|
}
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
|
-
},
|
|
535
|
+
}, Ra = (e) => {
|
|
536
536
|
var t, n, o, i, u, f, c, w, v, O, h, T;
|
|
537
537
|
return {
|
|
538
538
|
[`${e.proComponentsCls}-basic-layout`]: {
|
|
@@ -585,7 +585,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
585
585
|
color: (w = (c = e.layout) == null ? void 0 : c.sider) == null ? void 0 : w.colorDarkTextMenu,
|
|
586
586
|
paddingBlockEnd: 16,
|
|
587
587
|
fontSize: e.fontSize,
|
|
588
|
-
animationName:
|
|
588
|
+
animationName: gt,
|
|
589
589
|
animationDuration: ".4s",
|
|
590
590
|
animationTimingFunction: "ease"
|
|
591
591
|
}
|
|
@@ -603,7 +603,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
603
603
|
}
|
|
604
604
|
}
|
|
605
605
|
};
|
|
606
|
-
},
|
|
606
|
+
}, ka = (e) => ({
|
|
607
607
|
[`${e.proComponentsCls}-basic-layout`]: {
|
|
608
608
|
[`${e.antCls}-menu`]: {
|
|
609
609
|
[`${e.proComponentsCls}-menu-item-icon${e.antCls}-menu-item-icon`]: {
|
|
@@ -612,7 +612,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
612
612
|
}
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
|
-
}),
|
|
615
|
+
}), Ba = (e) => ({
|
|
616
616
|
[`${e.proComponentsCls}-sider`]: {
|
|
617
617
|
"&-light": {
|
|
618
618
|
[`${e.proComponentsCls}-sider-logo`]: {
|
|
@@ -646,7 +646,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
646
646
|
marginInlineEnd: 0,
|
|
647
647
|
marginInlineStart: 12,
|
|
648
648
|
color: e.colorWhite,
|
|
649
|
-
animationName:
|
|
649
|
+
animationName: gt,
|
|
650
650
|
animationDuration: ".2s",
|
|
651
651
|
fontWeight: 600,
|
|
652
652
|
fontSize: 18,
|
|
@@ -671,11 +671,11 @@ const gt = /* @__PURE__ */ j({
|
|
|
671
671
|
}
|
|
672
672
|
}
|
|
673
673
|
}
|
|
674
|
-
}),
|
|
674
|
+
}), ht = (e, t) => e ? typeof e == "string" ? a("img", {
|
|
675
675
|
src: e,
|
|
676
676
|
alt: "logo",
|
|
677
677
|
style: t
|
|
678
|
-
}, null) : typeof e == "function" ? e() : e : null,
|
|
678
|
+
}, null) : typeof e == "function" ? e() : e : null, $a = (e, t = "menuHeaderRender") => {
|
|
679
679
|
const {
|
|
680
680
|
logo: n,
|
|
681
681
|
logoStyle: o,
|
|
@@ -684,7 +684,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
684
684
|
} = e, f = e[t || ""];
|
|
685
685
|
if (f === !1)
|
|
686
686
|
return null;
|
|
687
|
-
const c =
|
|
687
|
+
const c = ht(n, o), w = i && a("h1", null, [i]);
|
|
688
688
|
return typeof f == "function" ? f(c, e.collapsed ? null : w, e) : a(Q, null, [c || null, e.collapsed && u === "side" ? null : w]);
|
|
689
689
|
}, We = /* @__PURE__ */ j({
|
|
690
690
|
name: "LogoContent",
|
|
@@ -698,7 +698,7 @@ const gt = /* @__PURE__ */ j({
|
|
|
698
698
|
})), {
|
|
699
699
|
wrapSSR: i,
|
|
700
700
|
hashId: u
|
|
701
|
-
} = te("ProLayoutLogo", [
|
|
701
|
+
} = te("ProLayoutLogo", [Ba]), f = p(() => $a(e, e.renderKey));
|
|
702
702
|
return () => i(a("div", {
|
|
703
703
|
id: "logo",
|
|
704
704
|
class: {
|
|
@@ -714,14 +714,14 @@ const gt = /* @__PURE__ */ j({
|
|
|
714
714
|
}
|
|
715
715
|
});
|
|
716
716
|
We.inheritAttrs = !1;
|
|
717
|
-
function
|
|
717
|
+
function Pa(e) {
|
|
718
718
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
719
719
|
}
|
|
720
720
|
const {
|
|
721
|
-
Sider:
|
|
721
|
+
Sider: Fa
|
|
722
722
|
} = ce, {
|
|
723
723
|
Item: qe
|
|
724
|
-
} = ne,
|
|
724
|
+
} = ne, yt = (e) => e ? a(Wt, null, null) : a(At, null, null), Ze = /* @__PURE__ */ j({
|
|
725
725
|
props: q,
|
|
726
726
|
inheritAttrs: !1,
|
|
727
727
|
setup(e) {
|
|
@@ -756,10 +756,10 @@ const {
|
|
|
756
756
|
}), {
|
|
757
757
|
wrapSSR: S,
|
|
758
758
|
hashId: R
|
|
759
|
-
} = te("ProLayoutSiderMenu", [Ra, ka
|
|
759
|
+
} = te("ProLayoutSiderMenu", [Oa, Ra, ka], d), M = p(() => e.layout === "wide"), L = p(() => e.layout === "mix" && !e.isMobile && e.splitMenus), H = p(() => v.value === "side" || v.value === "simple"), N = p(() => (e.layout === "mix" || M.value) && "light" || w.value), P = p(() => v.value === "top" ? [] : i.value), W = p(() => e.collapsed ? e.collapsedWidth : e.siderWidth), X = p(() => [R.value, d, O.value ? "shadow" : null, `${d}-${N.value}`, l.value && e.layout !== "wide" ? `${d}-fixed` : null]), U = p(() => {
|
|
760
760
|
var b;
|
|
761
761
|
return typeof $.value == "function" ? (b = $.value) == null ? void 0 : b.call($) : $.value;
|
|
762
|
-
}), Y = p(() => C.value !== !1 ? C.value ||
|
|
762
|
+
}), Y = p(() => C.value !== !1 ? C.value || yt : !1), m = (b) => {
|
|
763
763
|
var B;
|
|
764
764
|
if (e.onSelect) {
|
|
765
765
|
if (K(L)) {
|
|
@@ -773,7 +773,7 @@ const {
|
|
|
773
773
|
var z;
|
|
774
774
|
const b = H.value ? a(We, G({
|
|
775
775
|
drawer: O.value
|
|
776
|
-
}, e), null) : null, B = x.value && ((z = x.value) == null ? void 0 : z.call(x, e)), F = a(
|
|
776
|
+
}, e), null) : null, B = x.value && ((z = x.value) == null ? void 0 : z.call(x, e)), F = a(ft, {
|
|
777
777
|
class: `${d}-menu ${R.value}`,
|
|
778
778
|
theme: N.value,
|
|
779
779
|
mode: "inline",
|
|
@@ -796,7 +796,7 @@ const {
|
|
|
796
796
|
return L.value && K(o.value).length === 0 || P.value.length === 0 ? null : S(a(Pe, {
|
|
797
797
|
theme: {
|
|
798
798
|
components: {
|
|
799
|
-
Menu:
|
|
799
|
+
Menu: mt({
|
|
800
800
|
radiusItem: 4,
|
|
801
801
|
colorActiveBarWidth: 0,
|
|
802
802
|
colorActiveBarHeight: 0,
|
|
@@ -815,7 +815,7 @@ const {
|
|
|
815
815
|
minWidth: `${W.value}px`,
|
|
816
816
|
transition: "background-color 0.2s, min-width 0.2s, max-width 0.2s"
|
|
817
817
|
}
|
|
818
|
-
}, null), a(
|
|
818
|
+
}, null), a(Fa, {
|
|
819
819
|
collapsible: !0,
|
|
820
820
|
trigger: null,
|
|
821
821
|
class: X.value,
|
|
@@ -863,7 +863,7 @@ const {
|
|
|
863
863
|
default: () => [(U.value || []).map((E, J) => a(qe, {
|
|
864
864
|
class: `${d}-link ${R.value}`,
|
|
865
865
|
key: J
|
|
866
|
-
},
|
|
866
|
+
}, Pa(E) ? E : {
|
|
867
867
|
default: () => [E]
|
|
868
868
|
})), Y.value && !O.value && a(qe, {
|
|
869
869
|
class: `${d}-collapsed-button ${R.value}`,
|
|
@@ -922,7 +922,7 @@ const {
|
|
|
922
922
|
}), null)]
|
|
923
923
|
}) : a(Ze, e, null)]);
|
|
924
924
|
}
|
|
925
|
-
}),
|
|
925
|
+
}), bt = {
|
|
926
926
|
usePageCard: {
|
|
927
927
|
type: Boolean,
|
|
928
928
|
default: () => {
|
|
@@ -958,8 +958,8 @@ const {
|
|
|
958
958
|
},
|
|
959
959
|
pageHeaderStyle: D.style,
|
|
960
960
|
loading: D.bool.def(!1),
|
|
961
|
-
...
|
|
962
|
-
},
|
|
961
|
+
...bt
|
|
962
|
+
}, Ta = (e) => ({
|
|
963
963
|
[e.componentCls]: {
|
|
964
964
|
background: e.colorBgContainer,
|
|
965
965
|
padding: `${e.paddingLG}px`,
|
|
@@ -970,7 +970,7 @@ const {
|
|
|
970
970
|
marginTop: "8px"
|
|
971
971
|
}
|
|
972
972
|
}
|
|
973
|
-
}),
|
|
973
|
+
}), La = /* @__PURE__ */ j({
|
|
974
974
|
name: "ProPageHeader",
|
|
975
975
|
props: {
|
|
976
976
|
content: Ce.contentRender,
|
|
@@ -986,13 +986,13 @@ const {
|
|
|
986
986
|
}), {
|
|
987
987
|
wrapSSR: i,
|
|
988
988
|
hashId: u
|
|
989
|
-
} = te("ProPageHeader", [
|
|
989
|
+
} = te("ProPageHeader", [Ta], o), f = p(() => {
|
|
990
990
|
var c;
|
|
991
991
|
return {
|
|
992
992
|
...t.value,
|
|
993
993
|
itemRender: ((c = t.value) == null ? void 0 : c.itemRender) || (({
|
|
994
994
|
route: w
|
|
995
|
-
}) => w.path ? a(
|
|
995
|
+
}) => w.path ? a(Vt, {
|
|
996
996
|
to: w.path
|
|
997
997
|
}, {
|
|
998
998
|
default: () => [w.breadcrumbName]
|
|
@@ -1003,12 +1003,12 @@ const {
|
|
|
1003
1003
|
var c, w;
|
|
1004
1004
|
return i(a("div", {
|
|
1005
1005
|
class: [`${o}`, u.value, `${o}-has-breadcrumb`]
|
|
1006
|
-
}, [e.breadcrumb ? (c = e.breadcrumb) == null ? void 0 : c.call(e, f.value) : a(
|
|
1006
|
+
}, [e.breadcrumb ? (c = e.breadcrumb) == null ? void 0 : c.call(e, f.value) : a(Ft, f.value, null), e.content && a("div", {
|
|
1007
1007
|
class: [`${o}-content`, u.value]
|
|
1008
1008
|
}, [(w = e.content) == null ? void 0 : w.call(e)])]));
|
|
1009
1009
|
};
|
|
1010
1010
|
}
|
|
1011
|
-
}),
|
|
1011
|
+
}), Da = (e) => {
|
|
1012
1012
|
var t, n, o, i, u, f, c, w;
|
|
1013
1013
|
return {
|
|
1014
1014
|
[`${e.proComponentsCls}-basic-layout`]: {
|
|
@@ -1021,7 +1021,7 @@ const {
|
|
|
1021
1021
|
}
|
|
1022
1022
|
},
|
|
1023
1023
|
[e.componentCls]: {
|
|
1024
|
-
|
|
1024
|
+
"&-children-content": {
|
|
1025
1025
|
marginInline: ((f = (u = e.layout) == null ? void 0 : u.pageContainer) == null ? void 0 : f.marginInlinePageContainerContent) ?? 24,
|
|
1026
1026
|
marginBlockStart: ((w = (c = e.layout) == null ? void 0 : c.pageContainer) == null ? void 0 : w.marginBlockPageContainerContent) ?? 24,
|
|
1027
1027
|
padding: "inherit"
|
|
@@ -1029,18 +1029,18 @@ const {
|
|
|
1029
1029
|
}
|
|
1030
1030
|
};
|
|
1031
1031
|
};
|
|
1032
|
-
function
|
|
1032
|
+
function Na(e) {
|
|
1033
1033
|
return De("ProPageContainter", (t) => {
|
|
1034
1034
|
const n = Ne(t, {
|
|
1035
1035
|
gridContent: `${t.proComponentsCls}-grid-content`
|
|
1036
1036
|
});
|
|
1037
|
-
return [
|
|
1037
|
+
return [Da(n)];
|
|
1038
1038
|
}, e);
|
|
1039
1039
|
}
|
|
1040
|
-
function
|
|
1040
|
+
function za(e) {
|
|
1041
1041
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
1042
1042
|
}
|
|
1043
|
-
const
|
|
1043
|
+
const Ii = /* @__PURE__ */ j({
|
|
1044
1044
|
inheritAttrs: !1,
|
|
1045
1045
|
name: "GProPageContainer",
|
|
1046
1046
|
props: Ce,
|
|
@@ -1069,13 +1069,13 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1069
1069
|
}), k = p(() => e.pageCardProps || v.value), x = p(() => e.waterMarkProps || h.value || {}), y = p(() => e.pageContentStyle || c.value), g = p(() => e.pageChildrenContentStyle || w.value || {}), C = p(() => Ye(e.usePageCard) ? e.usePageCard : Ye(O.value) ? O.value : !0), {
|
|
1070
1070
|
wrapSSR: $,
|
|
1071
1071
|
hashId: d
|
|
1072
|
-
} =
|
|
1072
|
+
} = Na(r), S = () => {
|
|
1073
1073
|
var L, H, N, P, W, X;
|
|
1074
1074
|
const M = A(t, e, "pageChildrenExtraRender");
|
|
1075
1075
|
return a("div", {
|
|
1076
1076
|
class: `${r}-children-content ${d.value}`,
|
|
1077
1077
|
style: g.value
|
|
1078
|
-
}, [M && (M == null ? void 0 : M()), C.value ? a(
|
|
1078
|
+
}, [M && (M == null ? void 0 : M()), C.value ? a(Tt, G(k.value ? le(k.value, ["loading", "bodyStyle"]) : {}, {
|
|
1079
1079
|
style: i.value ? {
|
|
1080
1080
|
minHeight: "853px"
|
|
1081
1081
|
} : void 0,
|
|
@@ -1092,7 +1092,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1092
1092
|
}, [(W = t.default) == null ? void 0 : W.call(t)]) : (X = t.default) == null ? void 0 : X.call(t)]);
|
|
1093
1093
|
}, R = () => {
|
|
1094
1094
|
let M;
|
|
1095
|
-
return a(Q, null, [e.waterMark && u.value ? a(
|
|
1095
|
+
return a(Q, null, [e.waterMark && u.value ? a(Jt, x.value, za(M = S()) ? M : {
|
|
1096
1096
|
default: () => [M]
|
|
1097
1097
|
}) : S()]);
|
|
1098
1098
|
};
|
|
@@ -1108,7 +1108,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1108
1108
|
[`${d.value}`]: !0,
|
|
1109
1109
|
[`${r}`]: !0
|
|
1110
1110
|
}
|
|
1111
|
-
}, [!i.value && M !== !1 && (M || a(
|
|
1111
|
+
}, [!i.value && M !== !1 && (M || a(La, {
|
|
1112
1112
|
style: e.pageHeaderStyle,
|
|
1113
1113
|
breadcrumb: L,
|
|
1114
1114
|
content: H
|
|
@@ -1161,7 +1161,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1161
1161
|
onOpenKeys: q.onOpenKeys,
|
|
1162
1162
|
onMenuHeaderClick: Function,
|
|
1163
1163
|
onSelect: q.onSelect
|
|
1164
|
-
},
|
|
1164
|
+
}, pt = {
|
|
1165
1165
|
...Ae,
|
|
1166
1166
|
headerTitleRender: {
|
|
1167
1167
|
type: [Object, Function],
|
|
@@ -1181,7 +1181,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1181
1181
|
hasSiderMenu: Boolean,
|
|
1182
1182
|
collapsedWidth: q.collapsedWidth,
|
|
1183
1183
|
siderWidth: q.siderWidth
|
|
1184
|
-
},
|
|
1184
|
+
}, vt = {
|
|
1185
1185
|
loading: D.looseBool,
|
|
1186
1186
|
isMobile: q.isMobile,
|
|
1187
1187
|
collapsed: Ie.collapsed,
|
|
@@ -1197,7 +1197,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1197
1197
|
"onUpdate:tabs": {
|
|
1198
1198
|
type: Function
|
|
1199
1199
|
}
|
|
1200
|
-
},
|
|
1200
|
+
}, Ha = (e) => ({
|
|
1201
1201
|
[e.componentCls]: {
|
|
1202
1202
|
marginBlock: 0,
|
|
1203
1203
|
marginBlockStart: 48,
|
|
@@ -1228,14 +1228,14 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1228
1228
|
}
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
|
-
}),
|
|
1231
|
+
}), xt = [{
|
|
1232
1232
|
key: "Ant Design Pro",
|
|
1233
1233
|
title: "Ant Design Pro",
|
|
1234
1234
|
href: "https://pro.ant.design",
|
|
1235
1235
|
blankTarget: !0
|
|
1236
1236
|
}, {
|
|
1237
1237
|
key: "gitee",
|
|
1238
|
-
title: a(
|
|
1238
|
+
title: a(Kt, null, null),
|
|
1239
1239
|
href: "https://gitee.com/gx12358/vue-antd-admin",
|
|
1240
1240
|
blankTarget: !0
|
|
1241
1241
|
}, {
|
|
@@ -1248,7 +1248,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1248
1248
|
props: {
|
|
1249
1249
|
links: {
|
|
1250
1250
|
type: [Array, Boolean],
|
|
1251
|
-
default:
|
|
1251
|
+
default: xt
|
|
1252
1252
|
},
|
|
1253
1253
|
copyright: {
|
|
1254
1254
|
type: [Object, Function, Boolean, String],
|
|
@@ -1262,8 +1262,8 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1262
1262
|
}), {
|
|
1263
1263
|
wrapSSR: n,
|
|
1264
1264
|
hashId: o
|
|
1265
|
-
} = te("ProLayoutFooter", [
|
|
1266
|
-
return () => n(a(
|
|
1265
|
+
} = te("ProLayoutFooter", [Ha], t);
|
|
1266
|
+
return () => n(a(Lt, {
|
|
1267
1267
|
style: {
|
|
1268
1268
|
padding: 0
|
|
1269
1269
|
}
|
|
@@ -1284,12 +1284,12 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1284
1284
|
}, [e.copyright])])])]
|
|
1285
1285
|
}));
|
|
1286
1286
|
}
|
|
1287
|
-
}),
|
|
1287
|
+
}), Ct = {
|
|
1288
1288
|
...se,
|
|
1289
1289
|
...Ae,
|
|
1290
1290
|
...q,
|
|
1291
|
+
...pt,
|
|
1291
1292
|
...vt,
|
|
1292
|
-
...xt,
|
|
1293
1293
|
...Ce,
|
|
1294
1294
|
pure: Boolean,
|
|
1295
1295
|
token: Object,
|
|
@@ -1317,7 +1317,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1317
1317
|
loading: D.looseBool,
|
|
1318
1318
|
footerLinks: {
|
|
1319
1319
|
type: [Array, Boolean],
|
|
1320
|
-
default:
|
|
1320
|
+
default: xt
|
|
1321
1321
|
},
|
|
1322
1322
|
copyrightRender: {
|
|
1323
1323
|
type: [Object, Function, Boolean, String],
|
|
@@ -1338,14 +1338,14 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1338
1338
|
default: () => []
|
|
1339
1339
|
},
|
|
1340
1340
|
collapsed: D.looseBool
|
|
1341
|
-
},
|
|
1341
|
+
}, Va = (e) => ({
|
|
1342
1342
|
[e.componentCls]: {
|
|
1343
1343
|
display: "flex",
|
|
1344
1344
|
flexDirection: "column",
|
|
1345
1345
|
width: "100%",
|
|
1346
1346
|
minHeight: "100vh"
|
|
1347
1347
|
}
|
|
1348
|
-
}),
|
|
1348
|
+
}), ja = (e) => {
|
|
1349
1349
|
var t, n;
|
|
1350
1350
|
return {
|
|
1351
1351
|
[e.componentCls]: {
|
|
@@ -1376,7 +1376,7 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1376
1376
|
}
|
|
1377
1377
|
}
|
|
1378
1378
|
};
|
|
1379
|
-
},
|
|
1379
|
+
}, Wa = (e) => {
|
|
1380
1380
|
var t, n;
|
|
1381
1381
|
return {
|
|
1382
1382
|
[`${e.componentCls}`]: {
|
|
@@ -1426,15 +1426,15 @@ const Mi = /* @__PURE__ */ j({
|
|
|
1426
1426
|
}
|
|
1427
1427
|
};
|
|
1428
1428
|
};
|
|
1429
|
-
function
|
|
1429
|
+
function Aa(e) {
|
|
1430
1430
|
return De("ProMultiTabs", (t) => {
|
|
1431
1431
|
const n = Ne(t, {
|
|
1432
1432
|
componentWrapCls: `${t.componentCls}-wrap`
|
|
1433
1433
|
});
|
|
1434
|
-
return [
|
|
1434
|
+
return [Wa(n)];
|
|
1435
1435
|
}, e);
|
|
1436
1436
|
}
|
|
1437
|
-
const
|
|
1437
|
+
const Ka = [
|
|
1438
1438
|
{
|
|
1439
1439
|
key: "closeOthersTabs",
|
|
1440
1440
|
label: "关闭其他"
|
|
@@ -1452,12 +1452,12 @@ const Ua = [
|
|
|
1452
1452
|
label: "刷新当前页"
|
|
1453
1453
|
}
|
|
1454
1454
|
];
|
|
1455
|
-
function
|
|
1455
|
+
function Ua(e) {
|
|
1456
1456
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
1457
1457
|
}
|
|
1458
|
-
const
|
|
1458
|
+
const Ea = Fe.TabPane, Xa = ne.Item, Ya = /* @__PURE__ */ j({
|
|
1459
1459
|
props: {
|
|
1460
|
-
...
|
|
1460
|
+
...vt,
|
|
1461
1461
|
visible: {
|
|
1462
1462
|
type: Boolean,
|
|
1463
1463
|
default: !0
|
|
@@ -1483,7 +1483,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1483
1483
|
}), {
|
|
1484
1484
|
wrapSSR: T,
|
|
1485
1485
|
hashId: l
|
|
1486
|
-
} =
|
|
1486
|
+
} = Aa(h), r = Oe([]);
|
|
1487
1487
|
ue(r, () => {
|
|
1488
1488
|
var m;
|
|
1489
1489
|
(m = e.onChangeTabs) == null || m.call(e, ze(K(r)));
|
|
@@ -1608,7 +1608,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1608
1608
|
onClick: ({
|
|
1609
1609
|
key: z
|
|
1610
1610
|
}) => W(z, F)
|
|
1611
|
-
},
|
|
1611
|
+
}, Ua(b = Ka.map((z) => a(Xa, {
|
|
1612
1612
|
key: z.key,
|
|
1613
1613
|
disabled: X(z.key, B)
|
|
1614
1614
|
}, {
|
|
@@ -1634,7 +1634,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1634
1634
|
var B;
|
|
1635
1635
|
return [a("div", {
|
|
1636
1636
|
class: [`${h}-title`, l.value]
|
|
1637
|
-
}, [(B = b.meta) == null ? void 0 : B.title, i.activeKey === b.fullPath && a(
|
|
1637
|
+
}, [(B = b.meta) == null ? void 0 : B.title, i.activeKey === b.fullPath && a(Et, {
|
|
1638
1638
|
class: [`${h}-reload-btn`, l.value],
|
|
1639
1639
|
spin: o.value,
|
|
1640
1640
|
onClick: (F) => {
|
|
@@ -1649,9 +1649,9 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1649
1649
|
}
|
|
1650
1650
|
});
|
|
1651
1651
|
};
|
|
1652
|
-
return () => T(a(Q, null, [!!e.isFixedMultiTab &&
|
|
1652
|
+
return () => T(a(Q, null, [!!e.isFixedMultiTab && kt(a("div", {
|
|
1653
1653
|
class: [`${h}-fixed`, l.value]
|
|
1654
|
-
}, null), [[
|
|
1654
|
+
}, null), [[Bt, e.visible]]), a(Fe, {
|
|
1655
1655
|
hideAdd: !0,
|
|
1656
1656
|
type: "editable-card",
|
|
1657
1657
|
style: C.value,
|
|
@@ -1659,7 +1659,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1659
1659
|
activeKey: i.activeKey,
|
|
1660
1660
|
onTabClick: L
|
|
1661
1661
|
}, {
|
|
1662
|
-
default: () => [r.value.map((m) => a(
|
|
1662
|
+
default: () => [r.value.map((m) => a(Ea, {
|
|
1663
1663
|
key: m.fullPath,
|
|
1664
1664
|
closable: !1,
|
|
1665
1665
|
tab: a(Y, {
|
|
@@ -1672,7 +1672,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1672
1672
|
stateType: "activeKey"
|
|
1673
1673
|
}, null)
|
|
1674
1674
|
}, {
|
|
1675
|
-
default: () => [a(
|
|
1675
|
+
default: () => [a(Ut, {
|
|
1676
1676
|
class: [`${h}-dropdown-menu-btn`, l.value],
|
|
1677
1677
|
rotate: 90
|
|
1678
1678
|
}, null)]
|
|
@@ -1680,7 +1680,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1680
1680
|
})]));
|
|
1681
1681
|
}
|
|
1682
1682
|
}), {
|
|
1683
|
-
Content:
|
|
1683
|
+
Content: _a
|
|
1684
1684
|
} = ce, Ke = (e, {
|
|
1685
1685
|
slots: t,
|
|
1686
1686
|
attrs: n
|
|
@@ -1704,7 +1704,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1704
1704
|
flatMenuData: l,
|
|
1705
1705
|
layout: r
|
|
1706
1706
|
} = ee();
|
|
1707
|
-
return a(Q, null, [a(
|
|
1707
|
+
return a(Q, null, [a(Ya, {
|
|
1708
1708
|
visible: (K(r) === "mix" ? K(l).length > 0 : !0) && v,
|
|
1709
1709
|
isMobile: u,
|
|
1710
1710
|
loading: f,
|
|
@@ -1713,13 +1713,13 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1713
1713
|
collapsed: c,
|
|
1714
1714
|
onReloadPage: h,
|
|
1715
1715
|
onChangeTabs: T
|
|
1716
|
-
}, null), a(
|
|
1716
|
+
}, null), a(_a, {
|
|
1717
1717
|
style: n.style,
|
|
1718
1718
|
class: [`${i}-content`]
|
|
1719
1719
|
}, {
|
|
1720
1720
|
default: () => {
|
|
1721
1721
|
var k;
|
|
1722
|
-
return [f && a(
|
|
1722
|
+
return [f && a(sa, null, null), a("div", {
|
|
1723
1723
|
class: [`${i}-content-spin-container`, o],
|
|
1724
1724
|
style: {
|
|
1725
1725
|
opacity: f ? "0" : void 0
|
|
@@ -1730,7 +1730,7 @@ const Xa = Fe.TabPane, Ya = ne.Item, _a = /* @__PURE__ */ j({
|
|
|
1730
1730
|
};
|
|
1731
1731
|
Ke.inheritAttrs = !1;
|
|
1732
1732
|
Ke.displayName = "wrap-content";
|
|
1733
|
-
const
|
|
1733
|
+
const Ga = (e) => {
|
|
1734
1734
|
var t, n, o, i;
|
|
1735
1735
|
return {
|
|
1736
1736
|
[`${e.proComponentsCls}-basic-layout`]: {
|
|
@@ -1782,7 +1782,7 @@ const qa = (e) => {
|
|
|
1782
1782
|
}
|
|
1783
1783
|
}
|
|
1784
1784
|
};
|
|
1785
|
-
},
|
|
1785
|
+
}, qa = (e) => ({
|
|
1786
1786
|
[`${e.proComponentsCls}-header`]: {
|
|
1787
1787
|
"&-light": {
|
|
1788
1788
|
[`${e.componentCls}-logo`]: {
|
|
@@ -1812,7 +1812,7 @@ const qa = (e) => {
|
|
|
1812
1812
|
margin: "0 auto"
|
|
1813
1813
|
}
|
|
1814
1814
|
},
|
|
1815
|
-
|
|
1815
|
+
"&-main": {
|
|
1816
1816
|
display: "flex",
|
|
1817
1817
|
width: "100%",
|
|
1818
1818
|
height: "100%",
|
|
@@ -1865,18 +1865,18 @@ const qa = (e) => {
|
|
|
1865
1865
|
marginInlineEnd: 0
|
|
1866
1866
|
}
|
|
1867
1867
|
}
|
|
1868
|
-
}),
|
|
1868
|
+
}), wt = {
|
|
1869
1869
|
...q,
|
|
1870
1870
|
...Ae
|
|
1871
|
-
},
|
|
1872
|
-
props:
|
|
1871
|
+
}, Za = (e, t) => e === !1 ? null : e ? e(t, null) : t, Ja = /* @__PURE__ */ j({
|
|
1872
|
+
props: wt,
|
|
1873
1873
|
setup(e) {
|
|
1874
1874
|
return () => e.rightContentRender && typeof e.rightContentRender == "function" && a(Q, null, [e.rightContentRender({
|
|
1875
1875
|
...e
|
|
1876
1876
|
})]);
|
|
1877
1877
|
}
|
|
1878
|
-
}),
|
|
1879
|
-
props:
|
|
1878
|
+
}), Qa = /* @__PURE__ */ j({
|
|
1879
|
+
props: wt,
|
|
1880
1880
|
inheritAttrs: !1,
|
|
1881
1881
|
setup(e, {
|
|
1882
1882
|
slots: t,
|
|
@@ -1890,13 +1890,13 @@ const qa = (e) => {
|
|
|
1890
1890
|
selectedKeys: c
|
|
1891
1891
|
} = ee(), {
|
|
1892
1892
|
width: w
|
|
1893
|
-
} =
|
|
1893
|
+
} = ia(), v = u({
|
|
1894
1894
|
suffixCls: "global-header",
|
|
1895
1895
|
isPor: !0
|
|
1896
1896
|
}), {
|
|
1897
1897
|
wrapSSR: O,
|
|
1898
1898
|
hashId: h
|
|
1899
|
-
} = te("ProGlobalHeader", [
|
|
1899
|
+
} = te("ProGlobalHeader", [qa], v), T = p(() => !e.isMobile || e.layout === "top" || e.layout === "mix" && e.splitMenus), l = p(() => ({
|
|
1900
1900
|
[`${h.value}`]: !0,
|
|
1901
1901
|
[`${v}`]: !0,
|
|
1902
1902
|
[`${v}-${e.layout}`]: !0
|
|
@@ -1908,7 +1908,7 @@ const qa = (e) => {
|
|
|
1908
1908
|
}
|
|
1909
1909
|
}, I = () => {
|
|
1910
1910
|
n("collapse", !e.collapsed);
|
|
1911
|
-
}, k = p(() => e.collapsedButtonRender ||
|
|
1911
|
+
}, k = p(() => e.collapsedButtonRender || yt), x = () => {
|
|
1912
1912
|
var y;
|
|
1913
1913
|
return a(Q, null, [T.value ? a("div", {
|
|
1914
1914
|
style: {
|
|
@@ -1922,7 +1922,7 @@ const qa = (e) => {
|
|
|
1922
1922
|
headerBg: "transparent",
|
|
1923
1923
|
bodyBg: "transparent"
|
|
1924
1924
|
},
|
|
1925
|
-
Menu:
|
|
1925
|
+
Menu: mt({
|
|
1926
1926
|
radiusItem: 4,
|
|
1927
1927
|
colorActiveBarWidth: 0,
|
|
1928
1928
|
colorActiveBarHeight: 2,
|
|
@@ -1932,7 +1932,7 @@ const qa = (e) => {
|
|
|
1932
1932
|
}
|
|
1933
1933
|
}
|
|
1934
1934
|
}, {
|
|
1935
|
-
default: () => [a(
|
|
1935
|
+
default: () => [a(ft, G({
|
|
1936
1936
|
theme: e.theme,
|
|
1937
1937
|
mode: e.mode,
|
|
1938
1938
|
collapsed: e.collapsed,
|
|
@@ -1954,7 +1954,7 @@ const qa = (e) => {
|
|
|
1954
1954
|
style: {
|
|
1955
1955
|
flex: 1
|
|
1956
1956
|
}
|
|
1957
|
-
}, [(y = t.default) == null ? void 0 : y.call(t)]), e.layout !== "simple" && a(
|
|
1957
|
+
}, [(y = t.default) == null ? void 0 : y.call(t)]), e.layout !== "simple" && a(Ja, G(e, {
|
|
1958
1958
|
extraRightDropdownRender: e.extraRightDropdownRender,
|
|
1959
1959
|
rightContentRender: e.rightContentRender
|
|
1960
1960
|
}), null)]);
|
|
@@ -1967,10 +1967,10 @@ const qa = (e) => {
|
|
|
1967
1967
|
return (g = e.onMenuHeaderClick) == null ? void 0 : g.call(e);
|
|
1968
1968
|
},
|
|
1969
1969
|
class: [`${v}-logo`, e.isMobile ? "mobile" : "", h.value]
|
|
1970
|
-
}, [a("a", null, [
|
|
1970
|
+
}, [a("a", null, [ht(e.logo)])]);
|
|
1971
1971
|
return O(a("div", {
|
|
1972
1972
|
class: l.value
|
|
1973
|
-
}, [e.isMobile ? a(Q, null, [
|
|
1973
|
+
}, [e.isMobile ? a(Q, null, [Za(e.menuHeaderRender, y), e.isMobile && K(k) && a("span", {
|
|
1974
1974
|
class: `${v}-collapsed-button ${h.value}`,
|
|
1975
1975
|
onClick: I
|
|
1976
1976
|
}, [K(k)(e.collapsed)]), x()]) : ["mix", "wide", "top"].includes(e.layout) ? a(Q, null, [a("div", {
|
|
@@ -1987,14 +1987,14 @@ const qa = (e) => {
|
|
|
1987
1987
|
};
|
|
1988
1988
|
}
|
|
1989
1989
|
});
|
|
1990
|
-
function
|
|
1990
|
+
function en(e) {
|
|
1991
1991
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
1992
1992
|
}
|
|
1993
1993
|
const {
|
|
1994
1994
|
Header: Je
|
|
1995
1995
|
} = ce, Be = /* @__PURE__ */ j({
|
|
1996
1996
|
inheritAttrs: !1,
|
|
1997
|
-
props:
|
|
1997
|
+
props: pt,
|
|
1998
1998
|
setup(e) {
|
|
1999
1999
|
const {
|
|
2000
2000
|
theme: t,
|
|
@@ -2016,13 +2016,13 @@ const {
|
|
|
2016
2016
|
}), {
|
|
2017
2017
|
wrapSSR: T,
|
|
2018
2018
|
hashId: l
|
|
2019
|
-
} = te("ProLayoutHeader", [
|
|
2019
|
+
} = te("ProLayoutHeader", [Ga], O), r = p(() => u.value === "wide"), I = p(() => o.value), k = p(() => u.value === "mix" || r.value), x = p(() => u.value === "side" || u.value === "simple"), y = p(() => x.value && "light" || t.value), g = p(() => ({
|
|
2020
2020
|
[`${l.value}`]: !0,
|
|
2021
2021
|
[`${O}-${y.value}`]: !0,
|
|
2022
2022
|
[`${O}`]: !0,
|
|
2023
2023
|
[`${h}`]: I.value
|
|
2024
|
-
})), C = p(() => I.value && !n.value), $ = p(() => c.value ? v.value &&
|
|
2025
|
-
const M = a(
|
|
2024
|
+
})), C = p(() => I.value && !n.value), $ = p(() => c.value ? v.value && ya(v.value) || [] : u.value === "top" ? v.value : []), d = p(() => x.value && C.value ? `calc(100% - ${e.collapsed ? e.collapsedWidth : e.siderWidth}px)` : "100%"), S = p(() => I.value ? 0 : void 0), R = () => {
|
|
2025
|
+
const M = a(Qa, G(e, {
|
|
2026
2026
|
theme: y.value,
|
|
2027
2027
|
mode: "horizontal",
|
|
2028
2028
|
onCollapse: f.value,
|
|
@@ -2051,12 +2051,12 @@ const {
|
|
|
2051
2051
|
zIndex: x.value ? 100 : 101,
|
|
2052
2052
|
right: S.value
|
|
2053
2053
|
}
|
|
2054
|
-
},
|
|
2054
|
+
}, en(M = R()) ? M : {
|
|
2055
2055
|
default: () => [M]
|
|
2056
2056
|
})]));
|
|
2057
2057
|
};
|
|
2058
2058
|
}
|
|
2059
|
-
}),
|
|
2059
|
+
}), tn = /* @__PURE__ */ j({
|
|
2060
2060
|
name: "BaseProLayout",
|
|
2061
2061
|
inheritAttrs: !1,
|
|
2062
2062
|
components: {
|
|
@@ -2064,7 +2064,7 @@ const {
|
|
|
2064
2064
|
GlobalFooter: ke,
|
|
2065
2065
|
SiderMenuWrapper: Re
|
|
2066
2066
|
},
|
|
2067
|
-
props:
|
|
2067
|
+
props: Ct,
|
|
2068
2068
|
emits: ["update:collapsed", "update:open-keys", "update:selected-keys", "collapse", "openKeys", "reloadPage", "select", "menuHeaderClick", "menuClick", "changeTabs"],
|
|
2069
2069
|
setup(e, {
|
|
2070
2070
|
slots: t
|
|
@@ -2075,13 +2075,13 @@ const {
|
|
|
2075
2075
|
}), {
|
|
2076
2076
|
wrapSSR: o,
|
|
2077
2077
|
hashId: i
|
|
2078
|
-
} = te("ProLayout", [
|
|
2078
|
+
} = te("ProLayout", [Va, ja], n), u = na(), {
|
|
2079
2079
|
token: f
|
|
2080
2080
|
} = fe(), c = p(() => {
|
|
2081
2081
|
var y;
|
|
2082
2082
|
return (y = f == null ? void 0 : f.value) == null ? void 0 : y.colorPrimary;
|
|
2083
2083
|
});
|
|
2084
|
-
|
|
2084
|
+
$t(() => {
|
|
2085
2085
|
c.value && document.querySelector("html") && document.querySelector("html").style.setProperty("--gx-primary-color", c.value);
|
|
2086
2086
|
});
|
|
2087
2087
|
const w = p(() => e.layout === "mix" || e.layout === "side" || e.layout === "wide" || !1), v = p(() => e.layout === "wide"), O = p(() => w.value), h = p(() => e.collapsed ? e.collapsedWidth : e.siderWidth), T = p(() => (e.theme || "dark").toLocaleLowerCase().includes("dark") ? "dark" : "light"), l = p(() => (u.value === "sm" || u.value === "xs") && !e.disableMobile && !v.value), r = lt({
|
|
@@ -2093,10 +2093,10 @@ const {
|
|
|
2093
2093
|
}), null), k = p(() => ({
|
|
2094
2094
|
...e.breadcrumb,
|
|
2095
2095
|
itemRender: A(t, e, "breadcrumbRender")
|
|
2096
|
-
})), x = p(() => O.value && e.selectedKeys ?
|
|
2097
|
-
return
|
|
2096
|
+
})), x = p(() => O.value && e.selectedKeys ? ba(e.menuData, e.selectedKeys[0]) : []);
|
|
2097
|
+
return Ma({
|
|
2098
2098
|
getPrefixCls: me,
|
|
2099
|
-
...le(we(e), ["layout", "waterMark", "menuData", "openKeys", "splitMenus", "headerHeight", "selectedKeys", "disableMobile", "fixSiderbar", "fixedHeader", "waterMarkProps"].concat(Object.keys(
|
|
2099
|
+
...le(we(e), ["layout", "waterMark", "menuData", "openKeys", "splitMenus", "headerHeight", "selectedKeys", "disableMobile", "fixSiderbar", "fixedHeader", "waterMarkProps"].concat(Object.keys(bt))),
|
|
2100
2100
|
theme: T.value,
|
|
2101
2101
|
hasContentWide: v,
|
|
2102
2102
|
isMobile: l,
|
|
@@ -2181,13 +2181,13 @@ const {
|
|
|
2181
2181
|
})])]));
|
|
2182
2182
|
};
|
|
2183
2183
|
}
|
|
2184
|
-
}),
|
|
2184
|
+
}), Mi = /* @__PURE__ */ j({
|
|
2185
2185
|
components: {
|
|
2186
2186
|
GlobalHeader: Be,
|
|
2187
2187
|
GlobalFooter: ke,
|
|
2188
2188
|
SiderMenuWrapper: Re
|
|
2189
2189
|
},
|
|
2190
|
-
props:
|
|
2190
|
+
props: Ct,
|
|
2191
2191
|
emits: ["update:collapsed", "update:open-keys", "update:selected-keys", "collapse", "openKeys", "reloadPage", "select", "menuHeaderClick", "menuClick", "changeTabs"],
|
|
2192
2192
|
setup(e, {
|
|
2193
2193
|
slots: t,
|
|
@@ -2209,10 +2209,10 @@ const {
|
|
|
2209
2209
|
}
|
|
2210
2210
|
} : void 0
|
|
2211
2211
|
}, {
|
|
2212
|
-
default: () => [a(
|
|
2212
|
+
default: () => [a(Gt, G({
|
|
2213
2213
|
token: e.token
|
|
2214
2214
|
}, o.value), {
|
|
2215
|
-
default: () => [a(
|
|
2215
|
+
default: () => [a(tn, G(He(e, ["onSelect", "onOpenKeys", "onCollapse"]), {
|
|
2216
2216
|
onSelect: f,
|
|
2217
2217
|
onOpenKeys: u,
|
|
2218
2218
|
onCollapse: i
|
|
@@ -2220,17 +2220,17 @@ const {
|
|
|
2220
2220
|
})]
|
|
2221
2221
|
});
|
|
2222
2222
|
}
|
|
2223
|
-
}),
|
|
2223
|
+
}), St = (e, t, n) => e.map((o, i) => {
|
|
2224
2224
|
var u;
|
|
2225
|
-
return o.meta && (o.meta.key = n ? `${n}-${i}` : `${i}`), o.path = o.path.replace("//", "/"), o.children && o.children.length > 0 && (o.children =
|
|
2226
|
-
}),
|
|
2227
|
-
const t = e.find((i) => i.path === "/"), n = {}, o =
|
|
2225
|
+
return o.meta && (o.meta.key = n ? `${n}-${i}` : `${i}`), o.path = o.path.replace("//", "/"), o.children && o.children.length > 0 && (o.children = St(o.children, t, (u = o.meta) == null ? void 0 : u.key)), t[`${o.path}`] = o, o;
|
|
2226
|
+
}), Oi = (e) => {
|
|
2227
|
+
const t = e.find((i) => i.path === "/"), n = {}, o = St((t == null ? void 0 : t.children) || [], n);
|
|
2228
2228
|
return {
|
|
2229
2229
|
menuData: o,
|
|
2230
2230
|
breadcrumb: n,
|
|
2231
|
-
levelMenuData:
|
|
2231
|
+
levelMenuData: Qt(o)
|
|
2232
2232
|
};
|
|
2233
|
-
},
|
|
2233
|
+
}, It = [
|
|
2234
2234
|
{
|
|
2235
2235
|
key: "light",
|
|
2236
2236
|
title: "亮色菜单风格"
|
|
@@ -2243,7 +2243,7 @@ const {
|
|
|
2243
2243
|
key: "realDark",
|
|
2244
2244
|
title: "暗黑模式"
|
|
2245
2245
|
}
|
|
2246
|
-
],
|
|
2246
|
+
], Mt = [
|
|
2247
2247
|
{
|
|
2248
2248
|
key: "side",
|
|
2249
2249
|
title: "侧边菜单布局"
|
|
@@ -2260,7 +2260,7 @@ const {
|
|
|
2260
2260
|
key: "simple",
|
|
2261
2261
|
title: "简单菜单布局"
|
|
2262
2262
|
}
|
|
2263
|
-
],
|
|
2263
|
+
], an = [
|
|
2264
2264
|
{
|
|
2265
2265
|
key: "header",
|
|
2266
2266
|
title: "顶部主题"
|
|
@@ -2269,7 +2269,7 @@ const {
|
|
|
2269
2269
|
key: "sider",
|
|
2270
2270
|
title: "左侧主题"
|
|
2271
2271
|
}
|
|
2272
|
-
],
|
|
2272
|
+
], nn = (e) => ({
|
|
2273
2273
|
[e.componentCls]: {
|
|
2274
2274
|
[`${e.antCls}-drawer-content-wrapper`]: {
|
|
2275
2275
|
transform: "translate(100%)",
|
|
@@ -2285,7 +2285,7 @@ const {
|
|
|
2285
2285
|
transition: "none !important;"
|
|
2286
2286
|
}
|
|
2287
2287
|
},
|
|
2288
|
-
|
|
2288
|
+
"&-handle": {
|
|
2289
2289
|
position: "absolute",
|
|
2290
2290
|
top: 240,
|
|
2291
2291
|
right: 300,
|
|
@@ -2475,7 +2475,7 @@ const {
|
|
|
2475
2475
|
}))]);
|
|
2476
2476
|
};
|
|
2477
2477
|
}
|
|
2478
|
-
}),
|
|
2478
|
+
}), on = /* @__PURE__ */ j({
|
|
2479
2479
|
name: "ThemeColor",
|
|
2480
2480
|
inheritAttrs: !1,
|
|
2481
2481
|
props: {
|
|
@@ -2560,7 +2560,7 @@ const {
|
|
|
2560
2560
|
}]
|
|
2561
2561
|
}, null);
|
|
2562
2562
|
}
|
|
2563
|
-
}),
|
|
2563
|
+
}), ln = (e) => ({
|
|
2564
2564
|
[e.componentCls]: {
|
|
2565
2565
|
padding: e.marginLG,
|
|
2566
2566
|
"&-title": {
|
|
@@ -2591,10 +2591,10 @@ const {
|
|
|
2591
2591
|
}
|
|
2592
2592
|
}
|
|
2593
2593
|
});
|
|
2594
|
-
function
|
|
2594
|
+
function rn(e) {
|
|
2595
2595
|
return typeof e == "function" || Object.prototype.toString.call(e) === "[object Object]" && !ie(e);
|
|
2596
2596
|
}
|
|
2597
|
-
const
|
|
2597
|
+
const sn = /* @__PURE__ */ j({
|
|
2598
2598
|
name: "ThemeEditor",
|
|
2599
2599
|
props: {
|
|
2600
2600
|
settingValue: Object,
|
|
@@ -2609,7 +2609,7 @@ const dn = /* @__PURE__ */ j({
|
|
|
2609
2609
|
}), {
|
|
2610
2610
|
wrapSSR: u,
|
|
2611
2611
|
hashId: f
|
|
2612
|
-
} = te("ProThemeEditor", [
|
|
2612
|
+
} = te("ProThemeEditor", [ln], i), {
|
|
2613
2613
|
token: c
|
|
2614
2614
|
} = fe(), w = p(() => {
|
|
2615
2615
|
var l;
|
|
@@ -2733,14 +2733,14 @@ const dn = /* @__PURE__ */ j({
|
|
|
2733
2733
|
class: [`${i}-title`, f.value]
|
|
2734
2734
|
}, [ae("主题编辑器"), a("div", {
|
|
2735
2735
|
class: [`${i}-sub-title`, f.value]
|
|
2736
|
-
}, [a("span", null, [(r =
|
|
2736
|
+
}, [a("span", null, [(r = It.find((x) => {
|
|
2737
2737
|
var y;
|
|
2738
2738
|
return x.key === ((y = e.settingValue) == null ? void 0 : y.theme);
|
|
2739
2739
|
})) == null ? void 0 : r.title]), a("span", {
|
|
2740
2740
|
style: {
|
|
2741
2741
|
marginInline: "8px"
|
|
2742
2742
|
}
|
|
2743
|
-
}, [ae("/")]), a("span", null, [(I =
|
|
2743
|
+
}, [ae("/")]), a("span", null, [(I = Mt.find((x) => {
|
|
2744
2744
|
var y;
|
|
2745
2745
|
return x.key === ((y = e.settingValue) == null ? void 0 : y.layout);
|
|
2746
2746
|
})) == null ? void 0 : I.title])])]), a("div", {
|
|
@@ -2773,7 +2773,7 @@ const dn = /* @__PURE__ */ j({
|
|
|
2773
2773
|
}, null), a(Fe, {
|
|
2774
2774
|
activeKey: n.value,
|
|
2775
2775
|
onChange: o
|
|
2776
|
-
},
|
|
2776
|
+
}, rn(l = an.map((x) => a(Dt, {
|
|
2777
2777
|
key: x.key,
|
|
2778
2778
|
tab: x.title
|
|
2779
2779
|
}, {
|
|
@@ -2808,7 +2808,7 @@ const dn = /* @__PURE__ */ j({
|
|
|
2808
2808
|
})])]));
|
|
2809
2809
|
};
|
|
2810
2810
|
}
|
|
2811
|
-
}),
|
|
2811
|
+
}), dn = (e) => ({
|
|
2812
2812
|
[e.componentCls]: {
|
|
2813
2813
|
padding: e.marginLG,
|
|
2814
2814
|
"&-title": {
|
|
@@ -2844,7 +2844,7 @@ function et(e) {
|
|
|
2844
2844
|
}
|
|
2845
2845
|
const {
|
|
2846
2846
|
preset: tt
|
|
2847
|
-
} = Ve,
|
|
2847
|
+
} = Ve, un = /* @__PURE__ */ j({
|
|
2848
2848
|
name: "OthersChange",
|
|
2849
2849
|
props: {
|
|
2850
2850
|
prefixCls: D.string,
|
|
@@ -2858,7 +2858,7 @@ const {
|
|
|
2858
2858
|
}), {
|
|
2859
2859
|
wrapSSR: n,
|
|
2860
2860
|
hashId: o
|
|
2861
|
-
} = te("SettingsDrawOthers", [
|
|
2861
|
+
} = te("SettingsDrawOthers", [dn], t);
|
|
2862
2862
|
return () => {
|
|
2863
2863
|
var u, f, c, w, v, O, h, T, l, r, I, k, x, y;
|
|
2864
2864
|
let i;
|
|
@@ -2954,11 +2954,11 @@ const {
|
|
|
2954
2954
|
};
|
|
2955
2955
|
}
|
|
2956
2956
|
}), {
|
|
2957
|
-
preset:
|
|
2957
|
+
preset: cn
|
|
2958
2958
|
} = Ve, $e = Object.keys(V).filter((e) => e !== "title"), at = {
|
|
2959
2959
|
color: "#fff",
|
|
2960
2960
|
fontSize: 20
|
|
2961
|
-
},
|
|
2961
|
+
}, mn = [{
|
|
2962
2962
|
label: "fixedHeader",
|
|
2963
2963
|
title: "固定 Header"
|
|
2964
2964
|
}, {
|
|
@@ -2967,13 +2967,13 @@ const {
|
|
|
2967
2967
|
}, {
|
|
2968
2968
|
label: "splitMenus",
|
|
2969
2969
|
title: "自动分割菜单"
|
|
2970
|
-
}],
|
|
2970
|
+
}], fn = [{
|
|
2971
2971
|
label: "showTabsBar",
|
|
2972
2972
|
title: "多标签"
|
|
2973
2973
|
}, {
|
|
2974
2974
|
label: "fixedMultiTab",
|
|
2975
2975
|
title: "固定多标签"
|
|
2976
|
-
}], nt = (e) =>
|
|
2976
|
+
}], nt = (e) => ta() ? {
|
|
2977
2977
|
...le(V, $e),
|
|
2978
2978
|
...e || {}
|
|
2979
2979
|
} : ze(V), ye = (e, {
|
|
@@ -2987,7 +2987,7 @@ const {
|
|
|
2987
2987
|
}, [a("h3", {
|
|
2988
2988
|
class: `${e.prefixCls}-body-title ${e.hashId}`.trim()
|
|
2989
2989
|
}, [e.title]), (n = t.default) == null ? void 0 : n.call(t)]);
|
|
2990
|
-
},
|
|
2990
|
+
}, Ri = /* @__PURE__ */ j({
|
|
2991
2991
|
name: "SettingDrawer",
|
|
2992
2992
|
props: {
|
|
2993
2993
|
themeOnly: Boolean,
|
|
@@ -3000,7 +3000,7 @@ const {
|
|
|
3000
3000
|
},
|
|
3001
3001
|
colorList: {
|
|
3002
3002
|
type: [Boolean, Array],
|
|
3003
|
-
default: () =>
|
|
3003
|
+
default: () => qt
|
|
3004
3004
|
},
|
|
3005
3005
|
onChange: Function,
|
|
3006
3006
|
onChangeLayout: Function
|
|
@@ -3015,14 +3015,14 @@ const {
|
|
|
3015
3015
|
}), {
|
|
3016
3016
|
wrapSSR: o,
|
|
3017
3017
|
hashId: i
|
|
3018
|
-
} = te("ProSettingDraw", [
|
|
3018
|
+
} = te("ProSettingDraw", [nn], n), u = Oe(!1), [f, c] = pe(!1), [w, v] = pe(!1), [O, h] = pe(!1), T = p(() => nt(le(e.settings, $e))), [l, r] = oa(() => nt(le(e.settings, $e)), {
|
|
3019
3019
|
value: T,
|
|
3020
3020
|
onChange: e.onChange
|
|
3021
|
-
}), I = p(() => e.colorList &&
|
|
3021
|
+
}), I = p(() => e.colorList && ea(e.colorList) ? e.colorList : []), k = p(() => xa(K(l))), {
|
|
3022
3022
|
copy: x,
|
|
3023
3023
|
copied: y,
|
|
3024
3024
|
isSupported: g
|
|
3025
|
-
} =
|
|
3025
|
+
} = la();
|
|
3026
3026
|
ue(f, () => {
|
|
3027
3027
|
u.value || (u.value = !0);
|
|
3028
3028
|
});
|
|
@@ -3033,19 +3033,19 @@ const {
|
|
|
3033
3033
|
L[d] = {}, L[d][R] = S, e.onChangeLayout && e.onChangeLayout(le(L, M));
|
|
3034
3034
|
return;
|
|
3035
3035
|
} else
|
|
3036
|
-
d === "animate" ? (L[d] = {}, L[d][R] = S, R === "name" && (L[d].direction = (N = (H =
|
|
3036
|
+
d === "animate" ? (L[d] = {}, L[d][R] = S, R === "name" && (L[d].direction = (N = (H = cn.find((P) => P.name === S)) == null ? void 0 : H.directions) == null ? void 0 : N[0])) : L[d] = S;
|
|
3037
3037
|
if (d === "colorWeak") {
|
|
3038
3038
|
const P = document.querySelector("body");
|
|
3039
3039
|
P && (P.dataset.prosettingdrawer = S === !0 ? P.style.filter : P.dataset.prosettingdrawer || "none", S === !0 && (P.dataset.prosettingdrawer = P.style.filter), P.style.filter = S === !0 ? "invert(80%)" : P.dataset.prosettingdrawer || "none", S || delete P.dataset.prosettingdrawer);
|
|
3040
3040
|
}
|
|
3041
|
-
r(
|
|
3042
|
-
...
|
|
3041
|
+
r(aa(K(l), {
|
|
3042
|
+
...va(He(L, M))
|
|
3043
3043
|
}));
|
|
3044
3044
|
}, $ = () => {
|
|
3045
3045
|
g.value && x(JSON.stringify(K(l)));
|
|
3046
3046
|
};
|
|
3047
3047
|
return ue(y, (d) => {
|
|
3048
|
-
d &&
|
|
3048
|
+
d && Nt.success("拷贝成功,请到 config/default/themeConfig.js 中替换默认配置");
|
|
3049
3049
|
}), () => o(a(be, {
|
|
3050
3050
|
width: 300,
|
|
3051
3051
|
closable: !1,
|
|
@@ -3064,13 +3064,13 @@ const {
|
|
|
3064
3064
|
onClick: () => c(!f.value)
|
|
3065
3065
|
}, [f.value ? a(st, {
|
|
3066
3066
|
style: at
|
|
3067
|
-
}, null) : a(
|
|
3067
|
+
}, null) : a(Xt, {
|
|
3068
3068
|
style: at
|
|
3069
3069
|
}, null)])
|
|
3070
3070
|
}, {
|
|
3071
3071
|
default: () => [a("div", {
|
|
3072
3072
|
class: [`${n}-wrapper`, i.value]
|
|
3073
|
-
}, [a(
|
|
3073
|
+
}, [a(ra, null, {
|
|
3074
3074
|
default: () => [a("div", {
|
|
3075
3075
|
class: [`${n}-content`, i.value]
|
|
3076
3076
|
}, [a(ye, {
|
|
@@ -3081,7 +3081,7 @@ const {
|
|
|
3081
3081
|
default: () => [a(Qe, {
|
|
3082
3082
|
hashId: i.value,
|
|
3083
3083
|
prefixCls: n,
|
|
3084
|
-
list:
|
|
3084
|
+
list: It,
|
|
3085
3085
|
value: l.value.theme,
|
|
3086
3086
|
configType: "theme",
|
|
3087
3087
|
key: "navTheme",
|
|
@@ -3097,7 +3097,7 @@ const {
|
|
|
3097
3097
|
}, [ae("更多配置")])]),
|
|
3098
3098
|
prefixCls: n
|
|
3099
3099
|
}, {
|
|
3100
|
-
default: () => [a(
|
|
3100
|
+
default: () => [a(on, {
|
|
3101
3101
|
hashId: i.value,
|
|
3102
3102
|
prefixCls: n,
|
|
3103
3103
|
colorList: I.value,
|
|
@@ -3115,10 +3115,10 @@ const {
|
|
|
3115
3115
|
key: "layout",
|
|
3116
3116
|
hashId: i.value,
|
|
3117
3117
|
configType: "layout",
|
|
3118
|
-
list:
|
|
3118
|
+
list: Mt,
|
|
3119
3119
|
onChange: (d) => C("layout", d)
|
|
3120
3120
|
}, null)]
|
|
3121
|
-
}),
|
|
3121
|
+
}), mn.map(({
|
|
3122
3122
|
label: d,
|
|
3123
3123
|
title: S
|
|
3124
3124
|
}) => a(he, {
|
|
@@ -3139,7 +3139,7 @@ const {
|
|
|
3139
3139
|
onClick: () => h(!0)
|
|
3140
3140
|
}, [ae("更多配置")])])
|
|
3141
3141
|
}, {
|
|
3142
|
-
default: () => [
|
|
3142
|
+
default: () => [fn.map(({
|
|
3143
3143
|
label: d,
|
|
3144
3144
|
title: S
|
|
3145
3145
|
}) => a(he, {
|
|
@@ -3165,19 +3165,19 @@ const {
|
|
|
3165
3165
|
valueKey: "showProgressBar",
|
|
3166
3166
|
onChange: (d, S) => C(d, S)
|
|
3167
3167
|
}, null)]
|
|
3168
|
-
})]), e.hideHintAlert && e.hideCopyButton ? null : a(Me, null, null), e.hideHintAlert ? null : a(
|
|
3168
|
+
})]), e.hideHintAlert && e.hideCopyButton ? null : a(Me, null, null), e.hideHintAlert ? null : a(zt, {
|
|
3169
3169
|
type: "warning",
|
|
3170
3170
|
message: "配置栏只在开发环境用于预览,生产环境不会展现,请拷贝后手动修改配置文件",
|
|
3171
|
-
icon: a(
|
|
3171
|
+
icon: a(Yt, null, null),
|
|
3172
3172
|
showIcon: !0,
|
|
3173
3173
|
style: {
|
|
3174
3174
|
marginBottom: "16px"
|
|
3175
3175
|
}
|
|
3176
|
-
}, null), e.hideCopyButton ? null : a(
|
|
3176
|
+
}, null), e.hideCopyButton ? null : a(Ht, {
|
|
3177
3177
|
onClick: () => $(),
|
|
3178
3178
|
block: !0
|
|
3179
3179
|
}, {
|
|
3180
|
-
default: () => [a(
|
|
3180
|
+
default: () => [a(_t, null, null), ae("拷贝设置")]
|
|
3181
3181
|
})])]
|
|
3182
3182
|
})]), a(be, {
|
|
3183
3183
|
width: 320,
|
|
@@ -3189,7 +3189,7 @@ const {
|
|
|
3189
3189
|
},
|
|
3190
3190
|
onClose: () => v(!1)
|
|
3191
3191
|
}, {
|
|
3192
|
-
default: () => [a(
|
|
3192
|
+
default: () => [a(sn, {
|
|
3193
3193
|
settingValue: l.value,
|
|
3194
3194
|
onChange: (d, S, R) => C(S || "primaryColor", d, R)
|
|
3195
3195
|
}, null)]
|
|
@@ -3203,14 +3203,14 @@ const {
|
|
|
3203
3203
|
},
|
|
3204
3204
|
onClose: () => h(!1)
|
|
3205
3205
|
}, {
|
|
3206
|
-
default: () => [a(
|
|
3206
|
+
default: () => [a(un, {
|
|
3207
3207
|
settingValue: l.value,
|
|
3208
3208
|
onChange: (d, S, R) => C(d, R, S)
|
|
3209
3209
|
}, null)]
|
|
3210
3210
|
})]
|
|
3211
3211
|
}));
|
|
3212
3212
|
}
|
|
3213
|
-
}),
|
|
3213
|
+
}), gn = new s("backInLeft", {
|
|
3214
3214
|
"0%": {
|
|
3215
3215
|
opacity: 0.7,
|
|
3216
3216
|
transform: "translateX(-2000px) scale(0.7)"
|
|
@@ -3223,7 +3223,7 @@ const {
|
|
|
3223
3223
|
opacity: 1,
|
|
3224
3224
|
transform: "scale(1)"
|
|
3225
3225
|
}
|
|
3226
|
-
}),
|
|
3226
|
+
}), hn = new s("backInRight", {
|
|
3227
3227
|
"0%": {
|
|
3228
3228
|
opacity: 0.7,
|
|
3229
3229
|
transform: "translateX(2000px) scale(0.7)"
|
|
@@ -3236,7 +3236,7 @@ const {
|
|
|
3236
3236
|
opacity: 1,
|
|
3237
3237
|
transform: "scale(1)"
|
|
3238
3238
|
}
|
|
3239
|
-
}),
|
|
3239
|
+
}), yn = new s("backInUp", {
|
|
3240
3240
|
"0%": {
|
|
3241
3241
|
opacity: 0.7,
|
|
3242
3242
|
transform: "translateY(1200px) scale(0.7)"
|
|
@@ -3249,7 +3249,7 @@ const {
|
|
|
3249
3249
|
opacity: 1,
|
|
3250
3250
|
transform: "scale(1)"
|
|
3251
3251
|
}
|
|
3252
|
-
}),
|
|
3252
|
+
}), bn = new s("backInDown", {
|
|
3253
3253
|
"0%": {
|
|
3254
3254
|
opacity: 0.7,
|
|
3255
3255
|
transform: "translateY(-1200px) scale(0.7)"
|
|
@@ -3262,7 +3262,7 @@ const {
|
|
|
3262
3262
|
opacity: 1,
|
|
3263
3263
|
transform: "scale(1)"
|
|
3264
3264
|
}
|
|
3265
|
-
}),
|
|
3265
|
+
}), pn = new s("backOutLeft", {
|
|
3266
3266
|
"0%": {
|
|
3267
3267
|
opacity: 1,
|
|
3268
3268
|
transform: "scale(1)"
|
|
@@ -3275,7 +3275,7 @@ const {
|
|
|
3275
3275
|
opacity: 0.7,
|
|
3276
3276
|
transform: "translateX(-2000px) scale(0.7)"
|
|
3277
3277
|
}
|
|
3278
|
-
}),
|
|
3278
|
+
}), vn = new s("backOutRight", {
|
|
3279
3279
|
"0%": {
|
|
3280
3280
|
opacity: 1,
|
|
3281
3281
|
transform: "scale(1)"
|
|
@@ -3288,7 +3288,7 @@ const {
|
|
|
3288
3288
|
opacity: 0.7,
|
|
3289
3289
|
transform: "translateX(2000px) scale(0.7)"
|
|
3290
3290
|
}
|
|
3291
|
-
}),
|
|
3291
|
+
}), xn = new s("backOutUp", {
|
|
3292
3292
|
"0%": {
|
|
3293
3293
|
opacity: 1,
|
|
3294
3294
|
transform: "scale(1)"
|
|
@@ -3301,7 +3301,7 @@ const {
|
|
|
3301
3301
|
opacity: 0.7,
|
|
3302
3302
|
transform: "translateY(-700px) scale(0.7)"
|
|
3303
3303
|
}
|
|
3304
|
-
}),
|
|
3304
|
+
}), Cn = new s("backOutDown", {
|
|
3305
3305
|
"0%": {
|
|
3306
3306
|
opacity: 1,
|
|
3307
3307
|
transform: "scale(1)"
|
|
@@ -3314,41 +3314,41 @@ const {
|
|
|
3314
3314
|
opacity: 0.7,
|
|
3315
3315
|
transform: "translateY(700px) scale(0.7)"
|
|
3316
3316
|
}
|
|
3317
|
-
}),
|
|
3317
|
+
}), wn = () => ({
|
|
3318
3318
|
"&.backInLeft": {
|
|
3319
3319
|
animationFillMode: "both",
|
|
3320
|
-
animationName:
|
|
3320
|
+
animationName: gn
|
|
3321
3321
|
},
|
|
3322
3322
|
"&.backInRight": {
|
|
3323
3323
|
animationFillMode: "both",
|
|
3324
|
-
animationName:
|
|
3324
|
+
animationName: hn
|
|
3325
3325
|
},
|
|
3326
3326
|
"&.backInUp": {
|
|
3327
3327
|
animationFillMode: "both",
|
|
3328
|
-
animationName:
|
|
3328
|
+
animationName: yn
|
|
3329
3329
|
},
|
|
3330
3330
|
"&.backInDown": {
|
|
3331
3331
|
animationFillMode: "both",
|
|
3332
|
-
animationName:
|
|
3332
|
+
animationName: bn
|
|
3333
3333
|
}
|
|
3334
|
-
}),
|
|
3334
|
+
}), Sn = () => ({
|
|
3335
3335
|
"&.backOutLeft": {
|
|
3336
3336
|
animationFillMode: "both",
|
|
3337
|
-
animationName:
|
|
3337
|
+
animationName: pn
|
|
3338
3338
|
},
|
|
3339
3339
|
"&.backOutRight": {
|
|
3340
3340
|
animationFillMode: "both",
|
|
3341
|
-
animationName:
|
|
3341
|
+
animationName: vn
|
|
3342
3342
|
},
|
|
3343
3343
|
"&.backOutUp": {
|
|
3344
3344
|
animationFillMode: "both",
|
|
3345
|
-
animationName:
|
|
3345
|
+
animationName: xn
|
|
3346
3346
|
},
|
|
3347
3347
|
"&.backOutDown": {
|
|
3348
3348
|
animationFillMode: "both",
|
|
3349
|
-
animationName:
|
|
3349
|
+
animationName: Cn
|
|
3350
3350
|
}
|
|
3351
|
-
}),
|
|
3351
|
+
}), In = new s("bounceIn", {
|
|
3352
3352
|
"from,20%,40%,60%,80%,to": {
|
|
3353
3353
|
animationTimingFunction: "cubic-bezier(0.215, 0.61, 0.355, 1)"
|
|
3354
3354
|
},
|
|
@@ -3372,7 +3372,7 @@ const {
|
|
|
3372
3372
|
opacity: 1,
|
|
3373
3373
|
transform: "scale3d(1, 1, 1)"
|
|
3374
3374
|
}
|
|
3375
|
-
}),
|
|
3375
|
+
}), Mn = new s("bounceInLeft", {
|
|
3376
3376
|
"from,60%,75%,90%,to": {
|
|
3377
3377
|
animationTimingFunction: "cubic-bezier(0.215, 0.61, 0.355, 1)"
|
|
3378
3378
|
},
|
|
@@ -3393,7 +3393,7 @@ const {
|
|
|
3393
3393
|
to: {
|
|
3394
3394
|
transform: "translate3d(0, 0, 0)"
|
|
3395
3395
|
}
|
|
3396
|
-
}),
|
|
3396
|
+
}), On = new s("bounceInRight", {
|
|
3397
3397
|
"from,60%,75%,90%,to": {
|
|
3398
3398
|
animationTimingFunction: "cubic-bezier(0.215, 0.61, 0.355, 1)"
|
|
3399
3399
|
},
|
|
@@ -3414,7 +3414,7 @@ const {
|
|
|
3414
3414
|
to: {
|
|
3415
3415
|
transform: "translate3d(0, 0, 0)"
|
|
3416
3416
|
}
|
|
3417
|
-
}),
|
|
3417
|
+
}), Rn = new s("bounceInDown", {
|
|
3418
3418
|
"from,60%,75%,90%,to": {
|
|
3419
3419
|
animationTimingFunction: "cubic-bezier(0.215, 0.61, 0.355, 1)"
|
|
3420
3420
|
},
|
|
@@ -3435,7 +3435,7 @@ const {
|
|
|
3435
3435
|
to: {
|
|
3436
3436
|
transform: "translate3d(0, 0, 0)"
|
|
3437
3437
|
}
|
|
3438
|
-
}),
|
|
3438
|
+
}), kn = new s("bounceInUp", {
|
|
3439
3439
|
"from,60%,75%,90%,to": {
|
|
3440
3440
|
animationTimingFunction: "cubic-bezier(0.215, 0.61, 0.355, 1)"
|
|
3441
3441
|
},
|
|
@@ -3456,7 +3456,7 @@ const {
|
|
|
3456
3456
|
to: {
|
|
3457
3457
|
transform: "translate3d(0, 0, 0)"
|
|
3458
3458
|
}
|
|
3459
|
-
}),
|
|
3459
|
+
}), Bn = new s("bounceOut", {
|
|
3460
3460
|
"20%": {
|
|
3461
3461
|
transform: "scale3d(0.9, 0.9, 0.9)"
|
|
3462
3462
|
},
|
|
@@ -3470,7 +3470,7 @@ const {
|
|
|
3470
3470
|
opacity: 0,
|
|
3471
3471
|
transform: "scale3d(0.3, 0.3, 0.3)"
|
|
3472
3472
|
}
|
|
3473
|
-
}),
|
|
3473
|
+
}), $n = new s("bounceOutLeft", {
|
|
3474
3474
|
"20%": {
|
|
3475
3475
|
opacity: 1,
|
|
3476
3476
|
transform: "translate3d(20px, 0, 0) scaleX(0.9)"
|
|
@@ -3479,7 +3479,7 @@ const {
|
|
|
3479
3479
|
opacity: 0,
|
|
3480
3480
|
transform: "translate3d(-2000px, 0, 0) scaleX(2)"
|
|
3481
3481
|
}
|
|
3482
|
-
}),
|
|
3482
|
+
}), Pn = new s("bounceOutRight", {
|
|
3483
3483
|
"20%": {
|
|
3484
3484
|
opacity: 1,
|
|
3485
3485
|
transform: "translate3d(-20px, 0, 0) scaleX(0.9)"
|
|
@@ -3488,7 +3488,7 @@ const {
|
|
|
3488
3488
|
opacity: 0,
|
|
3489
3489
|
transform: "translate3d(2000px, 0, 0) scaleX(2)"
|
|
3490
3490
|
}
|
|
3491
|
-
}),
|
|
3491
|
+
}), Fn = new s("bounceOutDown", {
|
|
3492
3492
|
"20%": {
|
|
3493
3493
|
transform: "translate3d(0, 10px, 0) scaleY(0.985)"
|
|
3494
3494
|
},
|
|
@@ -3500,7 +3500,7 @@ const {
|
|
|
3500
3500
|
opacity: 0,
|
|
3501
3501
|
transform: "translate3d(0, 2000px, 0) scaleY(3)"
|
|
3502
3502
|
}
|
|
3503
|
-
}),
|
|
3503
|
+
}), Tn = new s("bounceOutUp", {
|
|
3504
3504
|
"20%": {
|
|
3505
3505
|
transform: "translate3d(0, -10px, 0) scaleY(0.985)"
|
|
3506
3506
|
},
|
|
@@ -3512,58 +3512,58 @@ const {
|
|
|
3512
3512
|
opacity: 0,
|
|
3513
3513
|
transform: "translate3d(0, -2000px, 0) scaleY(3)"
|
|
3514
3514
|
}
|
|
3515
|
-
}),
|
|
3515
|
+
}), Ln = () => ({
|
|
3516
3516
|
"&.bounceIn": {
|
|
3517
3517
|
animationFillMode: "both",
|
|
3518
3518
|
animationDuration: `${0.3 * 0.75}s !important`,
|
|
3519
|
-
animationName:
|
|
3519
|
+
animationName: In
|
|
3520
3520
|
},
|
|
3521
3521
|
"&.bounceInLeft": {
|
|
3522
3522
|
animationFillMode: "both",
|
|
3523
|
-
animationName:
|
|
3523
|
+
animationName: Mn
|
|
3524
3524
|
},
|
|
3525
3525
|
"&.bounceInRight": {
|
|
3526
3526
|
animationFillMode: "both",
|
|
3527
|
-
animationName:
|
|
3527
|
+
animationName: On
|
|
3528
3528
|
},
|
|
3529
3529
|
"&.bounceInDown": {
|
|
3530
3530
|
animationFillMode: "both",
|
|
3531
|
-
animationName:
|
|
3531
|
+
animationName: Rn
|
|
3532
3532
|
},
|
|
3533
3533
|
"&.bounceInUp": {
|
|
3534
3534
|
animationFillMode: "both",
|
|
3535
|
-
animationName:
|
|
3535
|
+
animationName: kn
|
|
3536
3536
|
}
|
|
3537
|
-
}),
|
|
3537
|
+
}), Dn = () => ({
|
|
3538
3538
|
"&.bounceOut": {
|
|
3539
3539
|
animationFillMode: "both",
|
|
3540
3540
|
animationDuration: `${0.3 * 0.75}s !important`,
|
|
3541
|
-
animationName:
|
|
3541
|
+
animationName: Bn
|
|
3542
3542
|
},
|
|
3543
3543
|
"&.bounceOutLeft": {
|
|
3544
3544
|
animationFillMode: "both",
|
|
3545
|
-
animationName:
|
|
3545
|
+
animationName: $n
|
|
3546
3546
|
},
|
|
3547
3547
|
"&.bounceOutRight": {
|
|
3548
3548
|
animationFillMode: "both",
|
|
3549
|
-
animationName:
|
|
3549
|
+
animationName: Pn
|
|
3550
3550
|
},
|
|
3551
3551
|
"&.bounceOutDown": {
|
|
3552
3552
|
animationFillMode: "both",
|
|
3553
|
-
animationName:
|
|
3553
|
+
animationName: Fn
|
|
3554
3554
|
},
|
|
3555
3555
|
"&.bounceOutUp": {
|
|
3556
3556
|
animationFillMode: "both",
|
|
3557
|
-
animationName:
|
|
3557
|
+
animationName: Tn
|
|
3558
3558
|
}
|
|
3559
|
-
}),
|
|
3559
|
+
}), Nn = new s("fadeIn", {
|
|
3560
3560
|
from: {
|
|
3561
3561
|
opacity: 0
|
|
3562
3562
|
},
|
|
3563
3563
|
to: {
|
|
3564
3564
|
opacity: 1
|
|
3565
3565
|
}
|
|
3566
|
-
}),
|
|
3566
|
+
}), zn = new s("fadeInLeft", {
|
|
3567
3567
|
from: {
|
|
3568
3568
|
opacity: 0,
|
|
3569
3569
|
transform: "translate3d(-100%, 0, 0)"
|
|
@@ -3572,7 +3572,7 @@ const {
|
|
|
3572
3572
|
opacity: 1,
|
|
3573
3573
|
transform: "translate3d(0, 0, 0)"
|
|
3574
3574
|
}
|
|
3575
|
-
}),
|
|
3575
|
+
}), Hn = new s("fadeInRight", {
|
|
3576
3576
|
from: {
|
|
3577
3577
|
opacity: 0,
|
|
3578
3578
|
transform: "translate3d(100%, 0, 0)"
|
|
@@ -3581,7 +3581,7 @@ const {
|
|
|
3581
3581
|
opacity: 1,
|
|
3582
3582
|
transform: "translate3d(0, 0, 0)"
|
|
3583
3583
|
}
|
|
3584
|
-
}),
|
|
3584
|
+
}), Vn = new s("fadeInDown", {
|
|
3585
3585
|
from: {
|
|
3586
3586
|
opacity: 0,
|
|
3587
3587
|
transform: "translate3d(0, -100%, 0)"
|
|
@@ -3590,7 +3590,7 @@ const {
|
|
|
3590
3590
|
opacity: 1,
|
|
3591
3591
|
transform: "translate3d(0, 0, 0)"
|
|
3592
3592
|
}
|
|
3593
|
-
}),
|
|
3593
|
+
}), jn = new s("fadeInUp", {
|
|
3594
3594
|
from: {
|
|
3595
3595
|
opacity: 0,
|
|
3596
3596
|
transform: "translate3d(0, 100%, 0)"
|
|
@@ -3599,7 +3599,7 @@ const {
|
|
|
3599
3599
|
opacity: 1,
|
|
3600
3600
|
transform: "translate3d(0, 0, 0)"
|
|
3601
3601
|
}
|
|
3602
|
-
}),
|
|
3602
|
+
}), Wn = new s("fadeInDownBig", {
|
|
3603
3603
|
from: {
|
|
3604
3604
|
opacity: 0,
|
|
3605
3605
|
transform: "translate3d(0, -2000px, 0)"
|
|
@@ -3608,7 +3608,7 @@ const {
|
|
|
3608
3608
|
opacity: 1,
|
|
3609
3609
|
transform: "translate3d(0, 0, 0)"
|
|
3610
3610
|
}
|
|
3611
|
-
}),
|
|
3611
|
+
}), An = new s("fadeInUpBig", {
|
|
3612
3612
|
from: {
|
|
3613
3613
|
opacity: 0,
|
|
3614
3614
|
transform: "translate3d(0, 2000px, 0)"
|
|
@@ -3617,7 +3617,7 @@ const {
|
|
|
3617
3617
|
opacity: 1,
|
|
3618
3618
|
transform: "translate3d(0, 0, 0)"
|
|
3619
3619
|
}
|
|
3620
|
-
}),
|
|
3620
|
+
}), Kn = new s("fadeInLeftBig", {
|
|
3621
3621
|
from: {
|
|
3622
3622
|
opacity: 0,
|
|
3623
3623
|
transform: "translate3d(-2000px, 0, 0)"
|
|
@@ -3626,7 +3626,7 @@ const {
|
|
|
3626
3626
|
opacity: 1,
|
|
3627
3627
|
transform: "translate3d(0, 0, 0)"
|
|
3628
3628
|
}
|
|
3629
|
-
}),
|
|
3629
|
+
}), Un = new s("fadeInRightBig", {
|
|
3630
3630
|
from: {
|
|
3631
3631
|
opacity: 0,
|
|
3632
3632
|
transform: "translate3d(2000px, 0, 0)"
|
|
@@ -3635,7 +3635,7 @@ const {
|
|
|
3635
3635
|
opacity: 1,
|
|
3636
3636
|
transform: "translate3d(0, 0, 0)"
|
|
3637
3637
|
}
|
|
3638
|
-
}),
|
|
3638
|
+
}), En = new s("fadeInTopLeft", {
|
|
3639
3639
|
from: {
|
|
3640
3640
|
opacity: 0,
|
|
3641
3641
|
transform: "translate3d(-100%, -100%, 0)"
|
|
@@ -3644,7 +3644,7 @@ const {
|
|
|
3644
3644
|
opacity: 1,
|
|
3645
3645
|
transform: "translate3d(0, 0, 0)"
|
|
3646
3646
|
}
|
|
3647
|
-
}),
|
|
3647
|
+
}), Xn = new s("fadeInBottomRight", {
|
|
3648
3648
|
from: {
|
|
3649
3649
|
opacity: 0,
|
|
3650
3650
|
transform: "translate3d(100%, 100%, 0)"
|
|
@@ -3653,7 +3653,7 @@ const {
|
|
|
3653
3653
|
opacity: 1,
|
|
3654
3654
|
transform: "translate3d(0, 0, 0)"
|
|
3655
3655
|
}
|
|
3656
|
-
}),
|
|
3656
|
+
}), Yn = new s("fadeInTopRight", {
|
|
3657
3657
|
from: {
|
|
3658
3658
|
opacity: 0,
|
|
3659
3659
|
transform: "translate3d(100%, -100%, 0)"
|
|
@@ -3662,7 +3662,7 @@ const {
|
|
|
3662
3662
|
opacity: 1,
|
|
3663
3663
|
transform: "translate3d(0, 0, 0)"
|
|
3664
3664
|
}
|
|
3665
|
-
}),
|
|
3665
|
+
}), _n = new s("fadeInBottomLeft", {
|
|
3666
3666
|
from: {
|
|
3667
3667
|
opacity: 0,
|
|
3668
3668
|
transform: "translate3d(-100%, 100%, 0)"
|
|
@@ -3671,14 +3671,14 @@ const {
|
|
|
3671
3671
|
opacity: 1,
|
|
3672
3672
|
transform: "translate3d(0, 0, 0)"
|
|
3673
3673
|
}
|
|
3674
|
-
}),
|
|
3674
|
+
}), Gn = new s("fadeOut", {
|
|
3675
3675
|
from: {
|
|
3676
3676
|
opacity: 1
|
|
3677
3677
|
},
|
|
3678
3678
|
to: {
|
|
3679
3679
|
opacity: 0
|
|
3680
3680
|
}
|
|
3681
|
-
}),
|
|
3681
|
+
}), qn = new s("fadeOutLeft", {
|
|
3682
3682
|
from: {
|
|
3683
3683
|
opacity: 1
|
|
3684
3684
|
},
|
|
@@ -3686,7 +3686,7 @@ const {
|
|
|
3686
3686
|
opacity: 0,
|
|
3687
3687
|
transform: "translate3d(-100%, 0, 0)"
|
|
3688
3688
|
}
|
|
3689
|
-
}),
|
|
3689
|
+
}), Zn = new s("fadeOutRight", {
|
|
3690
3690
|
from: {
|
|
3691
3691
|
opacity: 1
|
|
3692
3692
|
},
|
|
@@ -3694,7 +3694,7 @@ const {
|
|
|
3694
3694
|
opacity: 0,
|
|
3695
3695
|
transform: "translate3d(100%, 0, 0)"
|
|
3696
3696
|
}
|
|
3697
|
-
}),
|
|
3697
|
+
}), Jn = new s("fadeOutDown", {
|
|
3698
3698
|
from: {
|
|
3699
3699
|
opacity: 1
|
|
3700
3700
|
},
|
|
@@ -3702,7 +3702,7 @@ const {
|
|
|
3702
3702
|
opacity: 0,
|
|
3703
3703
|
transform: "translate3d(0, 100%, 0)"
|
|
3704
3704
|
}
|
|
3705
|
-
}),
|
|
3705
|
+
}), Qn = new s("fadeOutUp", {
|
|
3706
3706
|
from: {
|
|
3707
3707
|
opacity: 1
|
|
3708
3708
|
},
|
|
@@ -3710,7 +3710,7 @@ const {
|
|
|
3710
3710
|
opacity: 0,
|
|
3711
3711
|
transform: "translate3d(0, -100%, 0)"
|
|
3712
3712
|
}
|
|
3713
|
-
}),
|
|
3713
|
+
}), eo = new s("fadeOutDownBig", {
|
|
3714
3714
|
from: {
|
|
3715
3715
|
opacity: 1
|
|
3716
3716
|
},
|
|
@@ -3718,7 +3718,7 @@ const {
|
|
|
3718
3718
|
opacity: 0,
|
|
3719
3719
|
transform: "translate3d(0, 2000px, 0)"
|
|
3720
3720
|
}
|
|
3721
|
-
}),
|
|
3721
|
+
}), to = new s("fadeOutUpBig", {
|
|
3722
3722
|
from: {
|
|
3723
3723
|
opacity: 1
|
|
3724
3724
|
},
|
|
@@ -3726,7 +3726,7 @@ const {
|
|
|
3726
3726
|
opacity: 0,
|
|
3727
3727
|
transform: "translate3d(0, -2000px, 0)"
|
|
3728
3728
|
}
|
|
3729
|
-
}),
|
|
3729
|
+
}), ao = new s("fadeOutLeftBig", {
|
|
3730
3730
|
from: {
|
|
3731
3731
|
opacity: 1
|
|
3732
3732
|
},
|
|
@@ -3734,7 +3734,7 @@ const {
|
|
|
3734
3734
|
opacity: 0,
|
|
3735
3735
|
transform: "translate3d(-2000px, 0, 0)"
|
|
3736
3736
|
}
|
|
3737
|
-
}),
|
|
3737
|
+
}), no = new s("fadeOutRightBig", {
|
|
3738
3738
|
from: {
|
|
3739
3739
|
opacity: 1
|
|
3740
3740
|
},
|
|
@@ -3742,7 +3742,7 @@ const {
|
|
|
3742
3742
|
opacity: 0,
|
|
3743
3743
|
transform: "translate3d(2000px, 0, 0)"
|
|
3744
3744
|
}
|
|
3745
|
-
}),
|
|
3745
|
+
}), oo = new s("fadeOutTopLeft", {
|
|
3746
3746
|
from: {
|
|
3747
3747
|
opacity: 1,
|
|
3748
3748
|
transform: "translate3d(0, 0, 0)"
|
|
@@ -3751,7 +3751,7 @@ const {
|
|
|
3751
3751
|
opacity: 0,
|
|
3752
3752
|
transform: "translate3d(-100%, -100%, 0)"
|
|
3753
3753
|
}
|
|
3754
|
-
}),
|
|
3754
|
+
}), io = new s("fadeOutBottomRight", {
|
|
3755
3755
|
from: {
|
|
3756
3756
|
opacity: 1,
|
|
3757
3757
|
transform: "translate3d(0, 0, 0)"
|
|
@@ -3760,7 +3760,7 @@ const {
|
|
|
3760
3760
|
opacity: 0,
|
|
3761
3761
|
transform: "translate3d(100%, 100%, 0)"
|
|
3762
3762
|
}
|
|
3763
|
-
}),
|
|
3763
|
+
}), lo = new s("fadeOutTopRight", {
|
|
3764
3764
|
from: {
|
|
3765
3765
|
opacity: 1,
|
|
3766
3766
|
transform: "translate3d(0, 0, 0)"
|
|
@@ -3769,7 +3769,7 @@ const {
|
|
|
3769
3769
|
opacity: 0,
|
|
3770
3770
|
transform: "translate3d(100%, -100%, 0)"
|
|
3771
3771
|
}
|
|
3772
|
-
}),
|
|
3772
|
+
}), ro = new s("fadeOutBottomLeft", {
|
|
3773
3773
|
from: {
|
|
3774
3774
|
opacity: 1,
|
|
3775
3775
|
transform: "translate3d(0, 0, 0)"
|
|
@@ -3778,113 +3778,113 @@ const {
|
|
|
3778
3778
|
opacity: 0,
|
|
3779
3779
|
transform: "translate3d(-100%, 100%, 0)"
|
|
3780
3780
|
}
|
|
3781
|
-
}),
|
|
3781
|
+
}), so = () => ({
|
|
3782
3782
|
"&.fadeIn": {
|
|
3783
3783
|
animationFillMode: "both",
|
|
3784
|
-
animationName:
|
|
3784
|
+
animationName: Nn
|
|
3785
3785
|
},
|
|
3786
3786
|
"&.fadeInLeft": {
|
|
3787
3787
|
animationFillMode: "both",
|
|
3788
|
-
animationName:
|
|
3788
|
+
animationName: zn
|
|
3789
3789
|
},
|
|
3790
3790
|
"&.fadeInRight": {
|
|
3791
3791
|
animationFillMode: "both",
|
|
3792
|
-
animationName:
|
|
3792
|
+
animationName: Hn
|
|
3793
3793
|
},
|
|
3794
3794
|
"&.fadeInDown": {
|
|
3795
3795
|
animationFillMode: "both",
|
|
3796
|
-
animationName:
|
|
3796
|
+
animationName: Vn
|
|
3797
3797
|
},
|
|
3798
3798
|
"&.fadeInUp": {
|
|
3799
3799
|
animationFillMode: "both",
|
|
3800
|
-
animationName:
|
|
3800
|
+
animationName: jn
|
|
3801
3801
|
},
|
|
3802
3802
|
"&.fadeInLeftBig": {
|
|
3803
3803
|
animationFillMode: "both",
|
|
3804
|
-
animationName:
|
|
3804
|
+
animationName: Kn
|
|
3805
3805
|
},
|
|
3806
3806
|
"&.fadeInRightBig": {
|
|
3807
3807
|
animationFillMode: "both",
|
|
3808
|
-
animationName:
|
|
3808
|
+
animationName: Un
|
|
3809
3809
|
},
|
|
3810
3810
|
"&.fadeInUpBig": {
|
|
3811
3811
|
animationFillMode: "both",
|
|
3812
|
-
animationName:
|
|
3812
|
+
animationName: An
|
|
3813
3813
|
},
|
|
3814
3814
|
"&.fadeInDownBig": {
|
|
3815
3815
|
animationFillMode: "both",
|
|
3816
|
-
animationName:
|
|
3816
|
+
animationName: Wn
|
|
3817
3817
|
},
|
|
3818
3818
|
"&.fadeInTopLeft": {
|
|
3819
3819
|
animationFillMode: "both",
|
|
3820
|
-
animationName:
|
|
3820
|
+
animationName: En
|
|
3821
3821
|
},
|
|
3822
3822
|
"&.fadeInBottomRight": {
|
|
3823
3823
|
animationFillMode: "both",
|
|
3824
|
-
animationName:
|
|
3824
|
+
animationName: Xn
|
|
3825
3825
|
},
|
|
3826
3826
|
"&.fadeInTopRight": {
|
|
3827
3827
|
animationFillMode: "both",
|
|
3828
|
-
animationName:
|
|
3828
|
+
animationName: Yn
|
|
3829
3829
|
},
|
|
3830
3830
|
"&.fadeInBottomLeft": {
|
|
3831
3831
|
animationFillMode: "both",
|
|
3832
|
-
animationName:
|
|
3832
|
+
animationName: _n
|
|
3833
3833
|
}
|
|
3834
|
-
}),
|
|
3834
|
+
}), uo = () => ({
|
|
3835
3835
|
"&.fadeOut": {
|
|
3836
3836
|
animationFillMode: "both",
|
|
3837
|
-
animationName:
|
|
3837
|
+
animationName: Gn
|
|
3838
3838
|
},
|
|
3839
3839
|
"&.fadeOutLeft": {
|
|
3840
3840
|
animationFillMode: "both",
|
|
3841
|
-
animationName:
|
|
3841
|
+
animationName: qn
|
|
3842
3842
|
},
|
|
3843
3843
|
"&.fadeOutRight": {
|
|
3844
3844
|
animationFillMode: "both",
|
|
3845
|
-
animationName:
|
|
3845
|
+
animationName: Zn
|
|
3846
3846
|
},
|
|
3847
3847
|
"&.fadeOutDown": {
|
|
3848
3848
|
animationFillMode: "both",
|
|
3849
|
-
animationName:
|
|
3849
|
+
animationName: Jn
|
|
3850
3850
|
},
|
|
3851
3851
|
"&.fadeOutUp": {
|
|
3852
3852
|
animationFillMode: "both",
|
|
3853
|
-
animationName:
|
|
3853
|
+
animationName: Qn
|
|
3854
3854
|
},
|
|
3855
3855
|
"&.fadeOutDownBig": {
|
|
3856
3856
|
animationFillMode: "both",
|
|
3857
|
-
animationName:
|
|
3857
|
+
animationName: eo
|
|
3858
3858
|
},
|
|
3859
3859
|
"&.fadeOutUpBig": {
|
|
3860
3860
|
animationFillMode: "both",
|
|
3861
|
-
animationName:
|
|
3861
|
+
animationName: to
|
|
3862
3862
|
},
|
|
3863
3863
|
"&.fadeOutLeftBig": {
|
|
3864
3864
|
animationFillMode: "both",
|
|
3865
|
-
animationName:
|
|
3865
|
+
animationName: ao
|
|
3866
3866
|
},
|
|
3867
3867
|
"&.fadeOutRightBig": {
|
|
3868
3868
|
animationFillMode: "both",
|
|
3869
|
-
animationName:
|
|
3869
|
+
animationName: no
|
|
3870
3870
|
},
|
|
3871
3871
|
"&.fadeOutTopLeft": {
|
|
3872
3872
|
animationFillMode: "both",
|
|
3873
|
-
animationName:
|
|
3873
|
+
animationName: oo
|
|
3874
3874
|
},
|
|
3875
3875
|
"&.fadeOutBottomRight": {
|
|
3876
3876
|
animationFillMode: "both",
|
|
3877
|
-
animationName:
|
|
3877
|
+
animationName: io
|
|
3878
3878
|
},
|
|
3879
3879
|
"&.fadeOutTopRight": {
|
|
3880
3880
|
animationFillMode: "both",
|
|
3881
|
-
animationName:
|
|
3881
|
+
animationName: lo
|
|
3882
3882
|
},
|
|
3883
3883
|
"&.fadeOutBottomLeft": {
|
|
3884
3884
|
animationFillMode: "both",
|
|
3885
|
-
animationName:
|
|
3885
|
+
animationName: ro
|
|
3886
3886
|
}
|
|
3887
|
-
}),
|
|
3887
|
+
}), co = new s("flipInX", {
|
|
3888
3888
|
from: {
|
|
3889
3889
|
opacity: 0,
|
|
3890
3890
|
animationTimingFunction: "ease-in",
|
|
@@ -3904,7 +3904,7 @@ const {
|
|
|
3904
3904
|
to: {
|
|
3905
3905
|
transform: "perspective(400px)"
|
|
3906
3906
|
}
|
|
3907
|
-
}),
|
|
3907
|
+
}), mo = new s("flipInY", {
|
|
3908
3908
|
from: {
|
|
3909
3909
|
opacity: 0,
|
|
3910
3910
|
animationTimingFunction: "ease-in",
|
|
@@ -3924,7 +3924,7 @@ const {
|
|
|
3924
3924
|
to: {
|
|
3925
3925
|
transform: "perspective(400px)"
|
|
3926
3926
|
}
|
|
3927
|
-
}),
|
|
3927
|
+
}), fo = new s("flipOutX", {
|
|
3928
3928
|
from: {
|
|
3929
3929
|
transform: "perspective(400px)"
|
|
3930
3930
|
},
|
|
@@ -3936,7 +3936,7 @@ const {
|
|
|
3936
3936
|
opacity: 0,
|
|
3937
3937
|
transform: "perspective(400px) rotate3d(1, 0, 0, 90deg)"
|
|
3938
3938
|
}
|
|
3939
|
-
}),
|
|
3939
|
+
}), go = new s("flipOutY", {
|
|
3940
3940
|
from: {
|
|
3941
3941
|
transform: "perspective(400px)"
|
|
3942
3942
|
},
|
|
@@ -3948,31 +3948,31 @@ const {
|
|
|
3948
3948
|
opacity: 0,
|
|
3949
3949
|
transform: "perspective(400px) rotate3d(0, 1, 0, 90deg)"
|
|
3950
3950
|
}
|
|
3951
|
-
}),
|
|
3951
|
+
}), ho = () => ({
|
|
3952
3952
|
"&.flipInX": {
|
|
3953
3953
|
animationFillMode: "both",
|
|
3954
3954
|
backfaceVisibility: "visible !important",
|
|
3955
|
-
animationName:
|
|
3955
|
+
animationName: co
|
|
3956
3956
|
},
|
|
3957
3957
|
"&.flipInY": {
|
|
3958
3958
|
animationFillMode: "both",
|
|
3959
3959
|
backfaceVisibility: "visible !important",
|
|
3960
|
-
animationName:
|
|
3960
|
+
animationName: mo
|
|
3961
3961
|
}
|
|
3962
|
-
}),
|
|
3962
|
+
}), yo = () => ({
|
|
3963
3963
|
"&.flipOutX": {
|
|
3964
3964
|
animationFillMode: "both",
|
|
3965
3965
|
backfaceVisibility: "visible !important",
|
|
3966
3966
|
animationDuration: `${0.3 * 0.75}s !important`,
|
|
3967
|
-
animationName:
|
|
3967
|
+
animationName: fo
|
|
3968
3968
|
},
|
|
3969
3969
|
"&.flipOutY": {
|
|
3970
3970
|
animationFillMode: "both",
|
|
3971
3971
|
backfaceVisibility: "visible !important",
|
|
3972
3972
|
animationDuration: `${0.3 * 0.75}s !important`,
|
|
3973
|
-
animationName:
|
|
3973
|
+
animationName: go
|
|
3974
3974
|
}
|
|
3975
|
-
}),
|
|
3975
|
+
}), bo = new s("lightSpeedInLeft", {
|
|
3976
3976
|
from: {
|
|
3977
3977
|
opacity: 0,
|
|
3978
3978
|
transform: "translate3d(-100%, 0, 0) skewX(30deg)"
|
|
@@ -3987,7 +3987,7 @@ const {
|
|
|
3987
3987
|
to: {
|
|
3988
3988
|
transform: "translate3d(0, 0, 0)"
|
|
3989
3989
|
}
|
|
3990
|
-
}),
|
|
3990
|
+
}), po = new s("lightSpeedInRight", {
|
|
3991
3991
|
from: {
|
|
3992
3992
|
opacity: 0,
|
|
3993
3993
|
transform: "translate3d(100%, 0, 0) skewX(-30deg)"
|
|
@@ -4002,7 +4002,7 @@ const {
|
|
|
4002
4002
|
to: {
|
|
4003
4003
|
transform: "translate3d(0, 0, 0)"
|
|
4004
4004
|
}
|
|
4005
|
-
}),
|
|
4005
|
+
}), vo = new s("lightSpeedOutLeft", {
|
|
4006
4006
|
from: {
|
|
4007
4007
|
opacity: 1
|
|
4008
4008
|
},
|
|
@@ -4010,7 +4010,7 @@ const {
|
|
|
4010
4010
|
opacity: 0,
|
|
4011
4011
|
transform: "translate3d(-100%, 0, 0) skewX(-30deg)"
|
|
4012
4012
|
}
|
|
4013
|
-
}),
|
|
4013
|
+
}), xo = new s("lightSpeedOutRight", {
|
|
4014
4014
|
from: {
|
|
4015
4015
|
opacity: 1
|
|
4016
4016
|
},
|
|
@@ -4018,29 +4018,29 @@ const {
|
|
|
4018
4018
|
opacity: 0,
|
|
4019
4019
|
transform: "translate3d(100%, 0, 0) skewX(30deg)"
|
|
4020
4020
|
}
|
|
4021
|
-
}),
|
|
4021
|
+
}), Co = () => ({
|
|
4022
4022
|
"&.lightSpeedInLeft": {
|
|
4023
4023
|
animationFillMode: "both",
|
|
4024
4024
|
animationTimingFunction: "ease-out",
|
|
4025
|
-
animationName:
|
|
4025
|
+
animationName: bo
|
|
4026
4026
|
},
|
|
4027
4027
|
"&.lightSpeedInRight": {
|
|
4028
4028
|
animationFillMode: "both",
|
|
4029
4029
|
animationTimingFunction: "ease-out",
|
|
4030
|
-
animationName:
|
|
4030
|
+
animationName: po
|
|
4031
4031
|
}
|
|
4032
|
-
}),
|
|
4032
|
+
}), wo = () => ({
|
|
4033
4033
|
"&.lightSpeedOutLeft": {
|
|
4034
4034
|
animationFillMode: "both",
|
|
4035
4035
|
animationTimingFunction: "ease-in",
|
|
4036
|
-
animationName:
|
|
4036
|
+
animationName: vo
|
|
4037
4037
|
},
|
|
4038
4038
|
"&.lightSpeedOutRight": {
|
|
4039
4039
|
animationFillMode: "both",
|
|
4040
4040
|
animationTimingFunction: "ease-in",
|
|
4041
|
-
animationName:
|
|
4041
|
+
animationName: xo
|
|
4042
4042
|
}
|
|
4043
|
-
}),
|
|
4043
|
+
}), So = new s("rotateIn", {
|
|
4044
4044
|
from: {
|
|
4045
4045
|
opacity: 0,
|
|
4046
4046
|
transform: "rotate3d(0, 0, 1, -200deg)"
|
|
@@ -4049,7 +4049,7 @@ const {
|
|
|
4049
4049
|
opacity: 1,
|
|
4050
4050
|
transform: "translate3d(0, 0, 0)"
|
|
4051
4051
|
}
|
|
4052
|
-
}),
|
|
4052
|
+
}), Io = new s("rotateInDownLeft", {
|
|
4053
4053
|
from: {
|
|
4054
4054
|
opacity: 0,
|
|
4055
4055
|
transform: "rotate3d(0, 0, 1, -45deg)"
|
|
@@ -4058,7 +4058,7 @@ const {
|
|
|
4058
4058
|
opacity: 1,
|
|
4059
4059
|
transform: "translate3d(0, 0, 0)"
|
|
4060
4060
|
}
|
|
4061
|
-
}),
|
|
4061
|
+
}), Mo = new s("rotateInDownRight", {
|
|
4062
4062
|
from: {
|
|
4063
4063
|
opacity: 0,
|
|
4064
4064
|
transform: "rotate3d(0, 0, 1, 45deg)"
|
|
@@ -4067,7 +4067,7 @@ const {
|
|
|
4067
4067
|
opacity: 1,
|
|
4068
4068
|
transform: "translate3d(0, 0, 0)"
|
|
4069
4069
|
}
|
|
4070
|
-
}),
|
|
4070
|
+
}), Oo = new s("rotateInUpLeft", {
|
|
4071
4071
|
from: {
|
|
4072
4072
|
opacity: 0,
|
|
4073
4073
|
transform: "rotate3d(0, 0, 1, 45deg)"
|
|
@@ -4076,7 +4076,7 @@ const {
|
|
|
4076
4076
|
opacity: 1,
|
|
4077
4077
|
transform: "translate3d(0, 0, 0)"
|
|
4078
4078
|
}
|
|
4079
|
-
}),
|
|
4079
|
+
}), Ro = new s("rotateInUpRight", {
|
|
4080
4080
|
from: {
|
|
4081
4081
|
opacity: 0,
|
|
4082
4082
|
transform: "rotate3d(0, 0, 1, -90deg)"
|
|
@@ -4085,7 +4085,7 @@ const {
|
|
|
4085
4085
|
opacity: 1,
|
|
4086
4086
|
transform: "translate3d(0, 0, 0)"
|
|
4087
4087
|
}
|
|
4088
|
-
}),
|
|
4088
|
+
}), ko = new s("rotateOut", {
|
|
4089
4089
|
from: {
|
|
4090
4090
|
opacity: 1
|
|
4091
4091
|
},
|
|
@@ -4093,7 +4093,7 @@ const {
|
|
|
4093
4093
|
opacity: 0,
|
|
4094
4094
|
transform: "rotate3d(0, 0, 1, 200deg)"
|
|
4095
4095
|
}
|
|
4096
|
-
}),
|
|
4096
|
+
}), Bo = new s("rotateOutDownLeft", {
|
|
4097
4097
|
from: {
|
|
4098
4098
|
opacity: 1
|
|
4099
4099
|
},
|
|
@@ -4101,7 +4101,7 @@ const {
|
|
|
4101
4101
|
opacity: 0,
|
|
4102
4102
|
transform: "rotate3d(0, 0, 1, 45deg)"
|
|
4103
4103
|
}
|
|
4104
|
-
}),
|
|
4104
|
+
}), $o = new s("rotateOutDownRight", {
|
|
4105
4105
|
from: {
|
|
4106
4106
|
opacity: 1
|
|
4107
4107
|
},
|
|
@@ -4109,7 +4109,7 @@ const {
|
|
|
4109
4109
|
opacity: 0,
|
|
4110
4110
|
transform: "rotate3d(0, 0, 1, -45deg)"
|
|
4111
4111
|
}
|
|
4112
|
-
}),
|
|
4112
|
+
}), Po = new s("rotateOutUpLeft", {
|
|
4113
4113
|
from: {
|
|
4114
4114
|
opacity: 1
|
|
4115
4115
|
},
|
|
@@ -4117,7 +4117,7 @@ const {
|
|
|
4117
4117
|
opacity: 0,
|
|
4118
4118
|
transform: "rotate3d(0, 0, 1, -45deg)"
|
|
4119
4119
|
}
|
|
4120
|
-
}),
|
|
4120
|
+
}), Fo = new s("rotateOutUpRight", {
|
|
4121
4121
|
from: {
|
|
4122
4122
|
opacity: 1
|
|
4123
4123
|
},
|
|
@@ -4125,59 +4125,59 @@ const {
|
|
|
4125
4125
|
opacity: 0,
|
|
4126
4126
|
transform: "rotate3d(0, 0, 1, 90deg)"
|
|
4127
4127
|
}
|
|
4128
|
-
}),
|
|
4128
|
+
}), To = () => ({
|
|
4129
4129
|
"&.rotateIn": {
|
|
4130
4130
|
animationFillMode: "both",
|
|
4131
4131
|
transformOrigin: "center",
|
|
4132
|
-
animationName:
|
|
4132
|
+
animationName: So
|
|
4133
4133
|
},
|
|
4134
4134
|
"&.rotateInDownLeft": {
|
|
4135
4135
|
animationFillMode: "both",
|
|
4136
4136
|
transformOrigin: "left bottom",
|
|
4137
|
-
animationName:
|
|
4137
|
+
animationName: Io
|
|
4138
4138
|
},
|
|
4139
4139
|
"&.rotateInDownRight": {
|
|
4140
4140
|
animationFillMode: "both",
|
|
4141
4141
|
transformOrigin: "right bottom",
|
|
4142
|
-
animationName:
|
|
4142
|
+
animationName: Mo
|
|
4143
4143
|
},
|
|
4144
4144
|
"&.rotateInUpLeft": {
|
|
4145
4145
|
animationFillMode: "both",
|
|
4146
4146
|
transformOrigin: "left bottom",
|
|
4147
|
-
animationName:
|
|
4147
|
+
animationName: Oo
|
|
4148
4148
|
},
|
|
4149
4149
|
"&.rotateInUpRight": {
|
|
4150
4150
|
animationFillMode: "both",
|
|
4151
4151
|
transformOrigin: "right bottom",
|
|
4152
|
-
animationName:
|
|
4152
|
+
animationName: Ro
|
|
4153
4153
|
}
|
|
4154
|
-
}),
|
|
4154
|
+
}), Lo = () => ({
|
|
4155
4155
|
"&.rotateOut": {
|
|
4156
4156
|
animationFillMode: "both",
|
|
4157
4157
|
transformOrigin: "center",
|
|
4158
|
-
animationName:
|
|
4158
|
+
animationName: ko
|
|
4159
4159
|
},
|
|
4160
4160
|
"&.rotateOutDownLeft": {
|
|
4161
4161
|
animationFillMode: "both",
|
|
4162
4162
|
transformOrigin: "left bottom",
|
|
4163
|
-
animationName:
|
|
4163
|
+
animationName: Bo
|
|
4164
4164
|
},
|
|
4165
4165
|
"&.rotateOutDownRight": {
|
|
4166
4166
|
animationFillMode: "both",
|
|
4167
4167
|
transformOrigin: "right bottom",
|
|
4168
|
-
animationName:
|
|
4168
|
+
animationName: $o
|
|
4169
4169
|
},
|
|
4170
4170
|
"&.rotateOutUpLeft": {
|
|
4171
4171
|
animationFillMode: "both",
|
|
4172
4172
|
transformOrigin: "left bottom",
|
|
4173
|
-
animationName:
|
|
4173
|
+
animationName: Po
|
|
4174
4174
|
},
|
|
4175
4175
|
"&.rotateOutUpRight": {
|
|
4176
4176
|
animationFillMode: "both",
|
|
4177
4177
|
transformOrigin: "right bottom",
|
|
4178
|
-
animationName:
|
|
4178
|
+
animationName: Fo
|
|
4179
4179
|
}
|
|
4180
|
-
}),
|
|
4180
|
+
}), Do = new s("rollIn", {
|
|
4181
4181
|
from: {
|
|
4182
4182
|
opacity: 0,
|
|
4183
4183
|
transform: "translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)"
|
|
@@ -4186,7 +4186,7 @@ const {
|
|
|
4186
4186
|
opacity: 1,
|
|
4187
4187
|
transform: "translate3d(0, 0, 0)"
|
|
4188
4188
|
}
|
|
4189
|
-
}),
|
|
4189
|
+
}), No = new s("rollOut", {
|
|
4190
4190
|
from: {
|
|
4191
4191
|
opacity: 1
|
|
4192
4192
|
},
|
|
@@ -4194,17 +4194,17 @@ const {
|
|
|
4194
4194
|
opacity: 0,
|
|
4195
4195
|
transform: "translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)"
|
|
4196
4196
|
}
|
|
4197
|
-
}),
|
|
4197
|
+
}), zo = () => ({
|
|
4198
4198
|
"&.rollIn": {
|
|
4199
4199
|
animationFillMode: "both",
|
|
4200
|
-
animationName:
|
|
4200
|
+
animationName: Do
|
|
4201
4201
|
}
|
|
4202
|
-
}),
|
|
4202
|
+
}), Ho = () => ({
|
|
4203
4203
|
"&.rollOut": {
|
|
4204
4204
|
animationFillMode: "both",
|
|
4205
|
-
animationName:
|
|
4205
|
+
animationName: No
|
|
4206
4206
|
}
|
|
4207
|
-
}),
|
|
4207
|
+
}), Vo = new s("zoomIn", {
|
|
4208
4208
|
from: {
|
|
4209
4209
|
opacity: 0,
|
|
4210
4210
|
transform: "scale3d(0.3, 0.3, 0.3)"
|
|
@@ -4212,7 +4212,7 @@ const {
|
|
|
4212
4212
|
"50%": {
|
|
4213
4213
|
opacity: 1
|
|
4214
4214
|
}
|
|
4215
|
-
}),
|
|
4215
|
+
}), jo = new s("zoomInDown", {
|
|
4216
4216
|
from: {
|
|
4217
4217
|
opacity: 0,
|
|
4218
4218
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0)",
|
|
@@ -4223,7 +4223,7 @@ const {
|
|
|
4223
4223
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
4224
4224
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4225
4225
|
}
|
|
4226
|
-
}),
|
|
4226
|
+
}), Wo = new s("zoomInLeft", {
|
|
4227
4227
|
from: {
|
|
4228
4228
|
opacity: 0,
|
|
4229
4229
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0)",
|
|
@@ -4234,7 +4234,7 @@ const {
|
|
|
4234
4234
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0)",
|
|
4235
4235
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4236
4236
|
}
|
|
4237
|
-
}),
|
|
4237
|
+
}), Ao = new s("zoomInRight", {
|
|
4238
4238
|
from: {
|
|
4239
4239
|
opacity: 0,
|
|
4240
4240
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0)",
|
|
@@ -4245,7 +4245,7 @@ const {
|
|
|
4245
4245
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0)",
|
|
4246
4246
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4247
4247
|
}
|
|
4248
|
-
}),
|
|
4248
|
+
}), Ko = new s("zoomInUp", {
|
|
4249
4249
|
from: {
|
|
4250
4250
|
opacity: 0,
|
|
4251
4251
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0)",
|
|
@@ -4256,7 +4256,7 @@ const {
|
|
|
4256
4256
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
4257
4257
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4258
4258
|
}
|
|
4259
|
-
}),
|
|
4259
|
+
}), Uo = new s("zoomOut", {
|
|
4260
4260
|
from: {
|
|
4261
4261
|
opacity: 1
|
|
4262
4262
|
},
|
|
@@ -4267,7 +4267,7 @@ const {
|
|
|
4267
4267
|
to: {
|
|
4268
4268
|
opacity: 0
|
|
4269
4269
|
}
|
|
4270
|
-
}),
|
|
4270
|
+
}), Eo = new s("zoomOutDown", {
|
|
4271
4271
|
"40%": {
|
|
4272
4272
|
opacity: 1,
|
|
4273
4273
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0)",
|
|
@@ -4278,7 +4278,7 @@ const {
|
|
|
4278
4278
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0)",
|
|
4279
4279
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4280
4280
|
}
|
|
4281
|
-
}),
|
|
4281
|
+
}), Xo = new s("zoomOutLeft", {
|
|
4282
4282
|
"40%": {
|
|
4283
4283
|
opacity: 1,
|
|
4284
4284
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)"
|
|
@@ -4287,7 +4287,7 @@ const {
|
|
|
4287
4287
|
opacity: 0,
|
|
4288
4288
|
transform: "scale(0.1) translate3d(-2000px, 0, 0)"
|
|
4289
4289
|
}
|
|
4290
|
-
}),
|
|
4290
|
+
}), Yo = new s("zoomOutRight", {
|
|
4291
4291
|
"40%": {
|
|
4292
4292
|
opacity: 1,
|
|
4293
4293
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)"
|
|
@@ -4296,7 +4296,7 @@ const {
|
|
|
4296
4296
|
opacity: 0,
|
|
4297
4297
|
transform: "scale(0.1) translate3d(2000px, 0, 0)"
|
|
4298
4298
|
}
|
|
4299
|
-
}),
|
|
4299
|
+
}), _o = new s("zoomOutUp", {
|
|
4300
4300
|
"40%": {
|
|
4301
4301
|
opacity: 1,
|
|
4302
4302
|
transform: "scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0)",
|
|
@@ -4307,53 +4307,53 @@ const {
|
|
|
4307
4307
|
transform: "scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0)",
|
|
4308
4308
|
animationTimingFunction: "cubic-bezier(0.175, 0.885, 0.32, 1)"
|
|
4309
4309
|
}
|
|
4310
|
-
}),
|
|
4310
|
+
}), Go = () => ({
|
|
4311
4311
|
"&.zoomIn": {
|
|
4312
4312
|
animationFillMode: "both",
|
|
4313
|
-
animationName:
|
|
4313
|
+
animationName: Vo
|
|
4314
4314
|
},
|
|
4315
4315
|
"&.zoomInDown": {
|
|
4316
4316
|
animationFillMode: "both",
|
|
4317
|
-
animationName:
|
|
4317
|
+
animationName: jo
|
|
4318
4318
|
},
|
|
4319
4319
|
"&.zoomInLeft": {
|
|
4320
4320
|
animationFillMode: "both",
|
|
4321
|
-
animationName:
|
|
4321
|
+
animationName: Wo
|
|
4322
4322
|
},
|
|
4323
4323
|
"&.zoomInRight": {
|
|
4324
4324
|
animationFillMode: "both",
|
|
4325
|
-
animationName:
|
|
4325
|
+
animationName: Ao
|
|
4326
4326
|
},
|
|
4327
4327
|
"&.zoomInUp": {
|
|
4328
4328
|
animationFillMode: "both",
|
|
4329
|
-
animationName:
|
|
4329
|
+
animationName: Ko
|
|
4330
4330
|
}
|
|
4331
|
-
}),
|
|
4331
|
+
}), qo = () => ({
|
|
4332
4332
|
"&.zoomOut": {
|
|
4333
4333
|
animationFillMode: "both",
|
|
4334
|
-
animationName:
|
|
4334
|
+
animationName: Uo
|
|
4335
4335
|
},
|
|
4336
4336
|
"&.zoomOutDown": {
|
|
4337
4337
|
animationFillMode: "both",
|
|
4338
4338
|
transformOrigin: "center bottom",
|
|
4339
|
-
animationName:
|
|
4339
|
+
animationName: Eo
|
|
4340
4340
|
},
|
|
4341
4341
|
"&.zoomOutLeft": {
|
|
4342
4342
|
animationFillMode: "both",
|
|
4343
4343
|
transformOrigin: "left center",
|
|
4344
|
-
animationName:
|
|
4344
|
+
animationName: Xo
|
|
4345
4345
|
},
|
|
4346
4346
|
"&.zoomOutRight": {
|
|
4347
4347
|
animationFillMode: "both",
|
|
4348
4348
|
transformOrigin: "right center",
|
|
4349
|
-
animationName:
|
|
4349
|
+
animationName: Yo
|
|
4350
4350
|
},
|
|
4351
4351
|
"&.zoomOutUp": {
|
|
4352
4352
|
animationFillMode: "both",
|
|
4353
4353
|
transformOrigin: "center bottom",
|
|
4354
|
-
animationName:
|
|
4354
|
+
animationName: _o
|
|
4355
4355
|
}
|
|
4356
|
-
}),
|
|
4356
|
+
}), Zo = new s("slideInDown", {
|
|
4357
4357
|
from: {
|
|
4358
4358
|
transform: "translate3d(0, -100%, 0)",
|
|
4359
4359
|
visibility: "visible"
|
|
@@ -4361,7 +4361,7 @@ const {
|
|
|
4361
4361
|
to: {
|
|
4362
4362
|
transform: "translate3d(0, 0, 0)"
|
|
4363
4363
|
}
|
|
4364
|
-
}),
|
|
4364
|
+
}), Jo = new s("slideInLeft", {
|
|
4365
4365
|
from: {
|
|
4366
4366
|
transform: "translate3d(-100%, 0, 0)",
|
|
4367
4367
|
visibility: "visible"
|
|
@@ -4369,7 +4369,7 @@ const {
|
|
|
4369
4369
|
to: {
|
|
4370
4370
|
transform: "translate3d(0, 0, 0)"
|
|
4371
4371
|
}
|
|
4372
|
-
}),
|
|
4372
|
+
}), Qo = new s("slideInRight", {
|
|
4373
4373
|
from: {
|
|
4374
4374
|
transform: "translate3d(100%, 0, 0)",
|
|
4375
4375
|
visibility: "visible"
|
|
@@ -4377,7 +4377,7 @@ const {
|
|
|
4377
4377
|
to: {
|
|
4378
4378
|
transform: "translate3d(0, 0, 0)"
|
|
4379
4379
|
}
|
|
4380
|
-
}),
|
|
4380
|
+
}), ei = new s("slideInUp", {
|
|
4381
4381
|
from: {
|
|
4382
4382
|
transform: "translate3d(0, 100%, 0)",
|
|
4383
4383
|
visibility: "visible"
|
|
@@ -4385,7 +4385,7 @@ const {
|
|
|
4385
4385
|
to: {
|
|
4386
4386
|
transform: "translate3d(0, 0, 0)"
|
|
4387
4387
|
}
|
|
4388
|
-
}),
|
|
4388
|
+
}), ti = new s("slideOutDown", {
|
|
4389
4389
|
from: {
|
|
4390
4390
|
transform: "translate3d(0, 0, 0)"
|
|
4391
4391
|
},
|
|
@@ -4393,7 +4393,7 @@ const {
|
|
|
4393
4393
|
transform: "translate3d(0, 100%, 0)",
|
|
4394
4394
|
visibility: "hidden"
|
|
4395
4395
|
}
|
|
4396
|
-
}),
|
|
4396
|
+
}), ai = new s("slideOutLeft", {
|
|
4397
4397
|
from: {
|
|
4398
4398
|
transform: "translate3d(0, 0, 0)"
|
|
4399
4399
|
},
|
|
@@ -4401,7 +4401,7 @@ const {
|
|
|
4401
4401
|
transform: "translate3d(-100%, 0, 0)",
|
|
4402
4402
|
visibility: "hidden"
|
|
4403
4403
|
}
|
|
4404
|
-
}),
|
|
4404
|
+
}), ni = new s("slideOutRight", {
|
|
4405
4405
|
from: {
|
|
4406
4406
|
transform: "translate3d(0, 0, 0)"
|
|
4407
4407
|
},
|
|
@@ -4409,7 +4409,7 @@ const {
|
|
|
4409
4409
|
transform: "translate3d(100%, 0, 0)",
|
|
4410
4410
|
visibility: "hidden"
|
|
4411
4411
|
}
|
|
4412
|
-
}),
|
|
4412
|
+
}), oi = new s("slideOutUp", {
|
|
4413
4413
|
from: {
|
|
4414
4414
|
transform: "translate3d(0, 0, 0)"
|
|
4415
4415
|
},
|
|
@@ -4417,43 +4417,57 @@ const {
|
|
|
4417
4417
|
transform: "translate3d(0, -100%, 0)",
|
|
4418
4418
|
visibility: "hidden"
|
|
4419
4419
|
}
|
|
4420
|
-
}),
|
|
4420
|
+
}), ii = () => ({
|
|
4421
4421
|
"&.slideInDown": {
|
|
4422
4422
|
animationFillMode: "both",
|
|
4423
|
-
animationName:
|
|
4423
|
+
animationName: Zo
|
|
4424
4424
|
},
|
|
4425
4425
|
"&.slideInLeft": {
|
|
4426
4426
|
animationFillMode: "both",
|
|
4427
|
-
animationName:
|
|
4427
|
+
animationName: Jo
|
|
4428
4428
|
},
|
|
4429
4429
|
"&.slideInRight": {
|
|
4430
4430
|
animationFillMode: "both",
|
|
4431
|
-
animationName:
|
|
4431
|
+
animationName: Qo
|
|
4432
4432
|
},
|
|
4433
4433
|
"&.slideInUp": {
|
|
4434
4434
|
animationFillMode: "both",
|
|
4435
|
-
animationName:
|
|
4435
|
+
animationName: ei
|
|
4436
4436
|
}
|
|
4437
|
-
}),
|
|
4437
|
+
}), li = () => ({
|
|
4438
4438
|
"&.slideOutDown": {
|
|
4439
4439
|
animationFillMode: "both",
|
|
4440
|
-
animationName:
|
|
4440
|
+
animationName: ti
|
|
4441
4441
|
},
|
|
4442
4442
|
"&.slideOutLeft": {
|
|
4443
4443
|
animationFillMode: "both",
|
|
4444
|
-
animationName:
|
|
4444
|
+
animationName: ai
|
|
4445
4445
|
},
|
|
4446
4446
|
"&.slideOutRight": {
|
|
4447
4447
|
animationFillMode: "both",
|
|
4448
|
-
animationName:
|
|
4448
|
+
animationName: ni
|
|
4449
4449
|
},
|
|
4450
4450
|
"&.slideOutUp": {
|
|
4451
4451
|
animationFillMode: "both",
|
|
4452
|
-
animationName:
|
|
4452
|
+
animationName: oi
|
|
4453
4453
|
}
|
|
4454
|
-
}),
|
|
4454
|
+
}), ri = (e) => ({
|
|
4455
4455
|
[e.componentCls]: {
|
|
4456
4456
|
"&-enter": {
|
|
4457
|
+
background: "transparent",
|
|
4458
|
+
animationDuration: ".3s !important",
|
|
4459
|
+
...wn(),
|
|
4460
|
+
...Ln(),
|
|
4461
|
+
...so(),
|
|
4462
|
+
...ho(),
|
|
4463
|
+
...Co(),
|
|
4464
|
+
...To(),
|
|
4465
|
+
...zo(),
|
|
4466
|
+
...Go(),
|
|
4467
|
+
...ii()
|
|
4468
|
+
},
|
|
4469
|
+
"&-leave": {
|
|
4470
|
+
display: "none",
|
|
4457
4471
|
background: "transparent",
|
|
4458
4472
|
animationDuration: ".3s !important",
|
|
4459
4473
|
...Sn(),
|
|
@@ -4465,30 +4479,16 @@ const {
|
|
|
4465
4479
|
...Ho(),
|
|
4466
4480
|
...qo(),
|
|
4467
4481
|
...li()
|
|
4468
|
-
},
|
|
4469
|
-
"&-leave": {
|
|
4470
|
-
display: "none",
|
|
4471
|
-
background: "transparent",
|
|
4472
|
-
animationDuration: ".3s !important",
|
|
4473
|
-
...In(),
|
|
4474
|
-
...Nn(),
|
|
4475
|
-
...co(),
|
|
4476
|
-
...bo(),
|
|
4477
|
-
...So(),
|
|
4478
|
-
...Do(),
|
|
4479
|
-
...Vo(),
|
|
4480
|
-
...Zo(),
|
|
4481
|
-
...ri()
|
|
4482
4482
|
}
|
|
4483
4483
|
}
|
|
4484
4484
|
});
|
|
4485
|
-
function
|
|
4485
|
+
function si(e) {
|
|
4486
4486
|
return De("LayoutPageTranstion", (t) => {
|
|
4487
4487
|
const n = Ne(t);
|
|
4488
|
-
return [
|
|
4488
|
+
return [ri(n)];
|
|
4489
4489
|
}, e);
|
|
4490
4490
|
}
|
|
4491
|
-
const
|
|
4491
|
+
const ki = /* @__PURE__ */ j({
|
|
4492
4492
|
name: "PageTranstion",
|
|
4493
4493
|
props: {
|
|
4494
4494
|
disabled: {
|
|
@@ -4514,7 +4514,7 @@ const Bi = /* @__PURE__ */ j({
|
|
|
4514
4514
|
}), {
|
|
4515
4515
|
wrapSSR: o,
|
|
4516
4516
|
hashId: i
|
|
4517
|
-
} =
|
|
4517
|
+
} = si(n), u = p(() => [c(!1), `${n}-enter`, i.value].join(" ")), f = p(() => [c(!0), `${n}-leave`, i.value].join(" ")), c = (v) => {
|
|
4518
4518
|
const O = Ve.preset.find((l) => e.name == l.name);
|
|
4519
4519
|
if (O == null)
|
|
4520
4520
|
return "";
|
|
@@ -4530,7 +4530,7 @@ const Bi = /* @__PURE__ */ j({
|
|
|
4530
4530
|
};
|
|
4531
4531
|
return () => {
|
|
4532
4532
|
var v;
|
|
4533
|
-
return e.disabled ? (v = t.default) == null ? void 0 : v.call(t) : o(a(
|
|
4533
|
+
return e.disabled ? (v = t.default) == null ? void 0 : v.call(t) : o(a(Pt, {
|
|
4534
4534
|
enterActiveClass: u.value,
|
|
4535
4535
|
leaveActiveClass: f.value
|
|
4536
4536
|
}, {
|
|
@@ -4543,27 +4543,27 @@ const Bi = /* @__PURE__ */ j({
|
|
|
4543
4543
|
}
|
|
4544
4544
|
});
|
|
4545
4545
|
export {
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4546
|
+
ft as BaseMenu,
|
|
4547
|
+
Qa as DefaultHeader,
|
|
4548
|
+
Mi as GProLayout,
|
|
4549
4549
|
ke as GlobalFooter,
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4550
|
+
Ii as PageContainer,
|
|
4551
|
+
sa as PageLoading,
|
|
4552
|
+
ki as PageTranstion,
|
|
4553
|
+
Ri as SettingDrawer,
|
|
4554
4554
|
Re as SiderMenuWrapper,
|
|
4555
4555
|
Ke as WrapContent,
|
|
4556
4556
|
Ie as baseMenuProps,
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
|
|
4557
|
+
ha as clearMenuItem,
|
|
4558
|
+
wa as createContext,
|
|
4559
|
+
Ia as createRouteContext,
|
|
4560
|
+
ya as flatMap,
|
|
4561
|
+
Si as getMatchedList,
|
|
4562
|
+
Oi as getMenuData,
|
|
4563
|
+
ba as getMenuFirstChildren,
|
|
4564
|
+
pa as getMenuFirstLastChildPath,
|
|
4565
|
+
va as handleThemeConfig,
|
|
4566
|
+
Ma as provideProLayoutContext,
|
|
4567
|
+
Sa as useContext,
|
|
4568
4568
|
ee as useProLayoutContext
|
|
4569
4569
|
};
|