@bwg-ui/core 1.2.21 → 1.2.23
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/chunks/{MenuReport-D-gxEaXb.js → MenuReport-B7wOCWJH.js} +1 -1
- package/dist/chunks/{MenuReport-DbGZz84g.cjs → MenuReport-DWUqzoE_.cjs} +1 -1
- package/dist/chunks/common-components-1B6Dgw0G.cjs +1109 -0
- package/dist/chunks/common-components-DN-4Ydi7.js +51359 -0
- package/dist/chunks/{layout-components-IvmBzdev.js → layout-components-BO9fKUG7.js} +269 -234
- package/dist/chunks/layout-components-CQYHdg88.cjs +35 -0
- package/dist/components/common/ButtonAccessController.d.ts.map +1 -1
- package/dist/components/common/BwgTitleBox.d.ts.map +1 -1
- package/dist/components/common/BwgView.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +1 -1
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.js +1 -1
- package/dist/components/layout/custom/ConfigurableSidebar.d.ts.map +1 -1
- package/dist/components/layout/default/LocalPopupContainer.d.ts.map +1 -1
- package/dist/components/layout/default/PopupContainer.d.ts.map +1 -1
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/pages/board/CMAdminBoardM01.d.ts +6 -0
- package/dist/components/pages/board/CMAdminBoardM01.d.ts.map +1 -0
- package/dist/components/pages/board/CMBoardS01.d.ts +8 -0
- package/dist/components/pages/board/CMBoardS01.d.ts.map +1 -0
- package/dist/components/pages/board/CMMyBoardM01.d.ts +6 -0
- package/dist/components/pages/board/CMMyBoardM01.d.ts.map +1 -0
- package/dist/components/pages/index.d.ts +6 -1
- package/dist/components/pages/index.d.ts.map +1 -1
- package/dist/components/pages/syst/SystemCodeManage.d.ts +7 -0
- package/dist/components/pages/syst/SystemCodeManage.d.ts.map +1 -0
- package/dist/components/popup/CMPrgrMstrP02.d.ts +3 -0
- package/dist/components/popup/CMPrgrMstrP02.d.ts.map +1 -0
- package/dist/components/popup/MenuReport.d.ts +1 -1
- package/dist/components/popup/MenuReport.d.ts.map +1 -1
- package/dist/components/popup/SearchOrganizationP01.d.ts +2 -0
- package/dist/components/popup/SearchOrganizationP01.d.ts.map +1 -1
- package/dist/components/popup/config/localPopupRegistry.d.ts.map +1 -1
- package/dist/components/popup/index.cjs +1 -1
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/index.d.ts.map +1 -1
- package/dist/components/popup/index.js +7 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +253 -245
- package/dist/provider/contexts/ServiceCodeContext.d.ts.map +1 -1
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +115 -134
- package/dist/stores/codeStore.d.ts.map +1 -1
- package/dist/stores/index.cjs +2 -2
- package/dist/stores/index.js +342 -247
- package/dist/stores/userStore.d.ts +6 -0
- package/dist/stores/userStore.d.ts.map +1 -1
- package/dist/utils/apiUtils.d.ts.map +1 -1
- package/dist/utils/gwUtils.d.ts.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +10 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +644 -636
- package/dist/utils/serviceConfig.d.ts +1 -1
- package/dist/utils/serviceConfig.d.ts.map +1 -1
- package/dist/utils/userUtils.d.ts +2 -0
- package/dist/utils/userUtils.d.ts.map +1 -1
- package/package.json +2 -1
- package/dist/chunks/common-components-BLgaNCNY.js +0 -30500
- package/dist/chunks/common-components-CeY5flj3.cjs +0 -1028
- package/dist/chunks/layout-components-C_HvgcCg.cjs +0 -35
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { jsxs as g, jsx as e, Fragment as
|
|
2
|
-
import { ServiceCodeProvider as
|
|
1
|
+
import { jsxs as g, jsx as e, Fragment as F } from "react/jsx-runtime";
|
|
2
|
+
import { ServiceCodeProvider as pe, CommonCodeProvider as he, SearchBoxProvider as Q, ScreenProtectProvider as ge, useLock as fe } from "../provider/index.js";
|
|
3
3
|
import { Routes as be, Route as K, Navigate as ye, useNavigate as Ce } from "react-router-dom";
|
|
4
|
-
import { G as ve, B as we, Q as xe } from "./common-components-
|
|
5
|
-
import { Spin as j, Layout as
|
|
6
|
-
import { lazy as
|
|
7
|
-
import { useLogout as Fe, useMenuViewStore as
|
|
8
|
-
import * as
|
|
9
|
-
import { UserOutlined as
|
|
10
|
-
import { getCookie as Je, getTodateString as
|
|
4
|
+
import { G as ve, B as we, Q as xe } from "./common-components-DN-4Ydi7.js";
|
|
5
|
+
import { Spin as j, Layout as _, ColorPicker as ke, Button as x, Popover as Ne, Avatar as Ie, Tabs as Le, Tooltip as z, AutoComplete as Te, Input as Y, Segmented as Se, ConfigProvider as Pe, Menu as ne, Result as le, Space as Me, Typography as Ee, Empty as Z, Form as R, Flex as Be, Checkbox as De } from "antd";
|
|
6
|
+
import { lazy as D, useEffect as L, useState as S, useRef as $, useMemo as W, useCallback as B, createElement as ce, memo as X, cloneElement as Oe, Component as Re, Suspense as J } from "react";
|
|
7
|
+
import { useLogout as Fe, useMenuViewStore as T, useMenuModelStore as Ae, useFavoriteStore as ze, usePopupStore as ee, useLogin as _e, useSystemStore as $e } from "../stores/index.js";
|
|
8
|
+
import * as re from "@ant-design/icons";
|
|
9
|
+
import { UserOutlined as He, StepBackwardOutlined as Ve, LeftOutlined as Ge, RightOutlined as We, StepForwardOutlined as je, CloseOutlined as de, MenuUnfoldOutlined as Ue, MenuFoldOutlined as Ke, ExclamationCircleOutlined as Ze, WarningOutlined as Ye, StarOutlined as qe, FolderOpenOutlined as Qe, ReloadOutlined as ue, ExclamationCircleTwoTone as Xe } from "@ant-design/icons";
|
|
10
|
+
import { getCookie as Je, getTodateString as oe, setCookie as et, THEME_COOKIE_NAME as se, getUserId as ae } from "../utils/index.js";
|
|
11
11
|
import { useSensors as tt, useSensor as nt, PointerSensor as rt, DndContext as ot, closestCenter as st } from "@dnd-kit/core";
|
|
12
12
|
import { restrictToHorizontalAxis as at } from "@dnd-kit/modifiers";
|
|
13
13
|
import { arrayMove as it, SortableContext as lt, horizontalListSortingStrategy as ct, useSortable as dt } from "@dnd-kit/sortable";
|
|
14
|
-
const ut =
|
|
14
|
+
const ut = D(() => import("./MenuReport-B7wOCWJH.js")), mt = D(() => import("./common-components-DN-4Ydi7.js").then((r) => r.$)), pt = D(() => import("./common-components-DN-4Ydi7.js").then((r) => r.a0)), ht = D(() => import("./common-components-DN-4Ydi7.js").then((r) => r.a1)), gt = D(() => import("./common-components-DN-4Ydi7.js").then((r) => r.a2)), ft = D(() => import("./common-components-DN-4Ydi7.js").then((r) => r.a3)), bt = {
|
|
15
15
|
// 게시판/문의
|
|
16
16
|
CORE_REPORT: {
|
|
17
17
|
component: ut,
|
|
@@ -53,12 +53,20 @@ const ut = F(() => import("./MenuReport-D-gxEaXb.js")), mt = F(() => import("./c
|
|
|
53
53
|
width: 1e3,
|
|
54
54
|
height: 700
|
|
55
55
|
}
|
|
56
|
+
},
|
|
57
|
+
CORE_PRGR_02: {
|
|
58
|
+
component: ft,
|
|
59
|
+
defaultConfig: {
|
|
60
|
+
title: "프로그램 검색",
|
|
61
|
+
width: 700,
|
|
62
|
+
height: 800
|
|
63
|
+
}
|
|
56
64
|
}
|
|
57
|
-
},
|
|
58
|
-
function
|
|
59
|
-
if (typeof document > "u" || document.getElementById(
|
|
65
|
+
}, ie = "bwg-dot-line-wave-v4";
|
|
66
|
+
function yt() {
|
|
67
|
+
if (typeof document > "u" || document.getElementById(ie)) return;
|
|
60
68
|
const r = document.createElement("style");
|
|
61
|
-
r.id =
|
|
69
|
+
r.id = ie, r.textContent = `
|
|
62
70
|
.bwg-dotline {
|
|
63
71
|
display: inline-flex;
|
|
64
72
|
align-items: center;
|
|
@@ -94,7 +102,7 @@ function bt() {
|
|
|
94
102
|
}
|
|
95
103
|
`, document.head.appendChild(r);
|
|
96
104
|
}
|
|
97
|
-
const
|
|
105
|
+
const Ct = ({
|
|
98
106
|
colors: r = ["#DAD3FF", "#B3A6FF", "#9380FF", "#816BFA"],
|
|
99
107
|
count: t,
|
|
100
108
|
size: n = 12,
|
|
@@ -104,8 +112,8 @@ const yt = ({
|
|
|
104
112
|
direction: p = "ltr",
|
|
105
113
|
phase: m = 0.7
|
|
106
114
|
}) => {
|
|
107
|
-
|
|
108
|
-
|
|
115
|
+
L(() => {
|
|
116
|
+
yt();
|
|
109
117
|
}, []);
|
|
110
118
|
const i = t ?? r.length, c = Array.from({ length: i }), h = {
|
|
111
119
|
"--bwg-size": `${n}px`,
|
|
@@ -133,7 +141,7 @@ const yt = ({
|
|
|
133
141
|
))
|
|
134
142
|
}
|
|
135
143
|
);
|
|
136
|
-
},
|
|
144
|
+
}, tn = ({
|
|
137
145
|
spin: r = null,
|
|
138
146
|
text: t = "인증중...",
|
|
139
147
|
dimStyle: n = "dark"
|
|
@@ -169,7 +177,7 @@ const yt = ({
|
|
|
169
177
|
j,
|
|
170
178
|
{
|
|
171
179
|
indicator: /* @__PURE__ */ e(
|
|
172
|
-
|
|
180
|
+
Ct,
|
|
173
181
|
{
|
|
174
182
|
colors: ["#DAD3FF", "#B3A6FF", "#9380FF", "#816BFA"],
|
|
175
183
|
size: 12,
|
|
@@ -186,14 +194,14 @@ const yt = ({
|
|
|
186
194
|
]
|
|
187
195
|
}
|
|
188
196
|
);
|
|
189
|
-
},
|
|
197
|
+
}, nn = ({ routes: r, useCommonProvider: t = !0, useServiceProvider: n = !0 }) => {
|
|
190
198
|
let o = /* @__PURE__ */ g(be, { children: [
|
|
191
199
|
/* @__PURE__ */ e(K, { path: "/", element: /* @__PURE__ */ e(ye, { to: "/login" }) }),
|
|
192
200
|
/* @__PURE__ */ e(K, { path: "/login", element: r.login }),
|
|
193
201
|
/* @__PURE__ */ e(K, { path: "/main", element: r.main })
|
|
194
202
|
] });
|
|
195
|
-
return n && (o = /* @__PURE__ */ e(
|
|
196
|
-
}, { Content:
|
|
203
|
+
return n && (o = /* @__PURE__ */ e(pe, { children: o })), t && (o = /* @__PURE__ */ e(he, { children: o })), /* @__PURE__ */ e(ve, { children: o });
|
|
204
|
+
}, { Content: vt } = _, wt = ({
|
|
197
205
|
config: r = {},
|
|
198
206
|
children: t
|
|
199
207
|
}) => {
|
|
@@ -209,7 +217,7 @@ const yt = ({
|
|
|
209
217
|
...r
|
|
210
218
|
};
|
|
211
219
|
return /* @__PURE__ */ e(
|
|
212
|
-
|
|
220
|
+
vt,
|
|
213
221
|
{
|
|
214
222
|
className: n.wrapper.className,
|
|
215
223
|
style: n.wrapper.style,
|
|
@@ -223,7 +231,7 @@ const yt = ({
|
|
|
223
231
|
) })
|
|
224
232
|
}
|
|
225
233
|
);
|
|
226
|
-
},
|
|
234
|
+
}, xt = "data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M11.9998%2019.9993V20.9993C11.9998%2021.3932%2012.0774%2021.7833%2012.2282%2022.1473C12.3789%2022.5112%2012.5999%2022.8419%2012.8785%2023.1205C13.157%2023.399%2013.4877%2023.62%2013.8517%2023.7708C14.2156%2023.9215%2014.6057%2023.9991%2014.9997%2023.9991C15.3936%2023.9991%2015.7837%2023.9215%2016.1477%2023.7708C16.5116%2023.62%2016.8423%2023.399%2017.1209%2023.1205C17.3994%2022.8419%2017.6204%2022.5112%2017.7712%2022.1473C17.9219%2021.7833%2017.9995%2021.3932%2017.9995%2020.9993V19.9993M20.9994%2011.9997C20.9994%2014.9996%2022.9993%2019.9993%2022.9993%2019.9993H7.00006C7.00006%2019.9993%208.99996%2015.9995%208.99996%2011.9997C8.99996%208.73187%2011.7318%206%2014.9997%206C18.2675%206%2020.9994%208.73187%2020.9994%2011.9997Z'%20stroke='%23485299'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e", kt = "data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_93_4488)'%3e%3cpath%20d='M18%207H21C22.1046%207%2023%207.89543%2023%209V21C23%2022.1046%2022.1046%2023%2021%2023H18M11%2011L7%2015M7%2015L11%2019M7%2015L19%2015'%20stroke='%23485299'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_93_4488'%3e%3crect%20width='30'%20height='30'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Nt = "data:image/svg+xml,%3csvg%20width='30'%20height='30'%20viewBox='0%200%2030%2030'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%206H16C16.5523%206%2017%206.44772%2017%207V7.56879C17%207.99659%2017.2871%208.36825%2017.6822%208.53228C18.0775%208.69638%2018.5377%208.63384%2018.8403%208.33123L19.2426%207.92891C19.6331%207.53838%2020.2663%207.53838%2020.6568%207.92891L22.071%209.34312C22.4616%209.73365%2022.4615%2010.3668%2022.071%2010.7573L21.6688%2011.1596C21.3661%2011.4622%2021.3036%2011.9225%2021.4677%2012.3177C21.6317%2012.7129%2022.0034%2013%2022.4313%2013L23%2013C23.5523%2013%2024%2013.4477%2024%2014V16C24%2016.5523%2023.5523%2017%2023%2017H22.4312C22.0034%2017%2021.6318%2017.2871%2021.4677%2017.6822C21.3036%2018.0775%2021.3661%2018.5377%2021.6688%2018.8403L22.071%2019.2426C22.4616%2019.6331%2022.4616%2020.2663%2022.071%2020.6568L20.6568%2022.071C20.2663%2022.4616%2019.6331%2022.4616%2019.2426%2022.071L18.8403%2021.6688C18.5377%2021.3661%2018.0775%2021.3036%2017.6822%2021.4677C17.2871%2021.6318%2017%2022.0034%2017%2022.4312V23C17%2023.5523%2016.5523%2024%2016%2024H14C13.4477%2024%2013%2023.5523%2013%2023V22.4313C13%2022.0034%2012.7129%2021.6317%2012.3177%2021.4677C11.9225%2021.3036%2011.4622%2021.3661%2011.1596%2021.6688L10.7573%2022.071C10.3668%2022.4616%209.73363%2022.4616%209.34311%2022.071L7.92889%2020.6568C7.53837%2020.2663%207.53837%2019.6331%207.92889%2019.2426L8.33123%2018.8403C8.63384%2018.5377%208.69638%2018.0775%208.53228%2017.6822C8.36825%2017.2871%207.99659%2017%207.56879%2017H7C6.44772%2017%206%2016.5523%206%2016V14C6%2013.4477%206.44772%2013%207%2013L7.56877%2013C7.99658%2013%208.36825%2012.7129%208.53229%2012.3178C8.6964%2011.9225%208.63386%2011.4623%208.33123%2011.1597L7.92891%2010.7573C7.53838%2010.3668%207.53838%209.73365%207.92891%209.34313L9.34312%207.92891C9.73365%207.53839%2010.3668%207.53839%2010.7573%207.92891L11.1597%208.33123C11.4623%208.63386%2011.9225%208.6964%2012.3178%208.53229C12.7129%208.36825%2013%207.99658%2013%207.56876V7C13%206.44772%2013.4477%206%2014%206Z'%20stroke='%23485299'%20stroke-width='1.5'/%3e%3cpath%20d='M17%2015C17%2016.1046%2016.1046%2017%2015%2017C13.8954%2017%2013%2016.1046%2013%2015C13%2013.8954%2013.8954%2013%2015%2013C16.1046%2013%2017%2013.8954%2017%2015Z'%20stroke='%23485299'%20stroke-width='1.5'/%3e%3c/svg%3e", { Header: It } = _, E = {
|
|
227
235
|
light: {
|
|
228
236
|
headerBg: "#ffffff",
|
|
229
237
|
headerText: "#000000",
|
|
@@ -276,7 +284,7 @@ const yt = ({
|
|
|
276
284
|
buttonDefaultBorder: "#dddddd",
|
|
277
285
|
buttonPermissionBorder: "#bdb1ff"
|
|
278
286
|
}
|
|
279
|
-
},
|
|
287
|
+
}, Lt = ({ config: r = {} }) => {
|
|
280
288
|
const t = {
|
|
281
289
|
gap: 14,
|
|
282
290
|
minWidth: 200,
|
|
@@ -309,7 +317,7 @@ const yt = ({
|
|
|
309
317
|
...r.logo
|
|
310
318
|
},
|
|
311
319
|
right: t
|
|
312
|
-
}, s = Ce(), [o, d] =
|
|
320
|
+
}, s = Ce(), [o, d] = S("modern"), p = $(null), m = Fe(), i = (a, C) => {
|
|
313
321
|
try {
|
|
314
322
|
if (!/^[a-zA-Z0-9-]+$/.test(a) || !/^[#a-zA-Z0-9()\s,.-]+$/.test(C)) return;
|
|
315
323
|
document.documentElement.style.setProperty(a, C);
|
|
@@ -317,22 +325,22 @@ const yt = ({
|
|
|
317
325
|
console.error("CSS variable setting failed:", P);
|
|
318
326
|
}
|
|
319
327
|
}, c = (a) => {
|
|
320
|
-
if (!
|
|
328
|
+
if (!E[a]) return;
|
|
321
329
|
d(a);
|
|
322
|
-
const C = { ...
|
|
330
|
+
const C = { ...E[a] };
|
|
323
331
|
i("--header-bg", C.headerBg), i("--header-text", C.headerText), i("--sidebar-bg", C.sidebarBg), i("--sidebar-text", C.sidebarText), i("--button-primary", C.buttonPrimary), i("--button-primary-hover", C.buttonPrimaryHover), i("--button-primary-active", C.buttonPrimaryActive), i("--button-default", C.buttonDefault), i("--button-default-hover", C.buttonDefaultHover), i("--button-default-border", C.buttonDefaultBorder), i(
|
|
324
332
|
"--button-permission-border",
|
|
325
333
|
C.buttonPermissionBorder
|
|
326
|
-
), p.current && p.current.setAttribute("data-theme", a), document.documentElement.setAttribute("data-theme", a), et(
|
|
334
|
+
), p.current && p.current.setAttribute("data-theme", a), document.documentElement.setAttribute("data-theme", a), et(se, a, 30);
|
|
327
335
|
};
|
|
328
|
-
|
|
329
|
-
const a = Je(
|
|
330
|
-
a &&
|
|
336
|
+
L(() => {
|
|
337
|
+
const a = Je(se);
|
|
338
|
+
a && E[a] ? c(a) : c("modern");
|
|
331
339
|
}, []);
|
|
332
|
-
const h = () => ({ ...
|
|
340
|
+
const h = () => ({ ...E[o] }).headerBg, v = () => {
|
|
333
341
|
m(), s("/login");
|
|
334
342
|
};
|
|
335
|
-
|
|
343
|
+
oe ? oe("HH:mm:ss") : (/* @__PURE__ */ new Date()).toLocaleTimeString("ko-KR");
|
|
336
344
|
const b = /* @__PURE__ */ g("div", { style: { padding: "8px 0" }, children: [
|
|
337
345
|
/* @__PURE__ */ g("div", { style: { marginBottom: "12px" }, children: [
|
|
338
346
|
/* @__PURE__ */ e(ke, { value: h(), disabled: !0, size: "small" }),
|
|
@@ -347,14 +355,14 @@ const yt = ({
|
|
|
347
355
|
onClick: () => c("modern"),
|
|
348
356
|
style: {
|
|
349
357
|
textAlign: "left",
|
|
350
|
-
backgroundColor: o === "modern" ?
|
|
351
|
-
color: o === "modern" ?
|
|
358
|
+
backgroundColor: o === "modern" ? E.modern.headerBg : void 0,
|
|
359
|
+
color: o === "modern" ? E.modern.headerText : void 0
|
|
352
360
|
},
|
|
353
361
|
children: "모던"
|
|
354
362
|
},
|
|
355
363
|
"modern"
|
|
356
364
|
),
|
|
357
|
-
Object.entries(
|
|
365
|
+
Object.entries(E).filter(([a]) => a !== "modern").map(([a, C]) => /* @__PURE__ */ e(
|
|
358
366
|
x,
|
|
359
367
|
{
|
|
360
368
|
type: o === a ? "primary" : "default",
|
|
@@ -372,7 +380,7 @@ const yt = ({
|
|
|
372
380
|
] })
|
|
373
381
|
] });
|
|
374
382
|
return /* @__PURE__ */ g(
|
|
375
|
-
|
|
383
|
+
It,
|
|
376
384
|
{
|
|
377
385
|
className: n.wrapper.className,
|
|
378
386
|
style: { ...n.wrapper.style },
|
|
@@ -399,7 +407,7 @@ const yt = ({
|
|
|
399
407
|
x,
|
|
400
408
|
{
|
|
401
409
|
type: "text",
|
|
402
|
-
icon: /* @__PURE__ */ e("img", { src:
|
|
410
|
+
icon: /* @__PURE__ */ e("img", { src: xt, alt: "알림" }),
|
|
403
411
|
className: "alarm-btn",
|
|
404
412
|
onClick: n.right?.alarm?.onClick
|
|
405
413
|
}
|
|
@@ -416,7 +424,7 @@ const yt = ({
|
|
|
416
424
|
x,
|
|
417
425
|
{
|
|
418
426
|
type: "text",
|
|
419
|
-
icon: /* @__PURE__ */ e("img", { src:
|
|
427
|
+
icon: /* @__PURE__ */ e("img", { src: Nt, alt: "개인설정" }),
|
|
420
428
|
className: "theme-btn",
|
|
421
429
|
onClick: n.right?.theme?.onClick
|
|
422
430
|
}
|
|
@@ -427,7 +435,7 @@ const yt = ({
|
|
|
427
435
|
x,
|
|
428
436
|
{
|
|
429
437
|
type: "text",
|
|
430
|
-
icon: /* @__PURE__ */ e("img", { src:
|
|
438
|
+
icon: /* @__PURE__ */ e("img", { src: kt, alt: "로그아웃" }),
|
|
431
439
|
onClick: n.right?.logout?.onClick || v,
|
|
432
440
|
className: "logout-btn"
|
|
433
441
|
}
|
|
@@ -435,7 +443,7 @@ const yt = ({
|
|
|
435
443
|
n.right?.avatar?.visible && /* @__PURE__ */ e(
|
|
436
444
|
Ie,
|
|
437
445
|
{
|
|
438
|
-
icon: /* @__PURE__ */ e(
|
|
446
|
+
icon: /* @__PURE__ */ e(He, {}),
|
|
439
447
|
className: "avatar",
|
|
440
448
|
style: {
|
|
441
449
|
width: n.right?.avatar?.width,
|
|
@@ -450,7 +458,7 @@ const yt = ({
|
|
|
450
458
|
]
|
|
451
459
|
}
|
|
452
460
|
);
|
|
453
|
-
},
|
|
461
|
+
}, q = /* @__PURE__ */ Object.freeze({
|
|
454
462
|
Translate: {
|
|
455
463
|
toString(r) {
|
|
456
464
|
if (!r)
|
|
@@ -476,7 +484,7 @@ const yt = ({
|
|
|
476
484
|
Transform: {
|
|
477
485
|
toString(r) {
|
|
478
486
|
if (r)
|
|
479
|
-
return [
|
|
487
|
+
return [q.Translate.toString(r), q.Scale.toString(r)].join(" ");
|
|
480
488
|
}
|
|
481
489
|
},
|
|
482
490
|
Transition: {
|
|
@@ -489,17 +497,17 @@ const yt = ({
|
|
|
489
497
|
return t + " " + n + "ms " + s;
|
|
490
498
|
}
|
|
491
499
|
}
|
|
492
|
-
}), Tt =
|
|
500
|
+
}), Tt = X(
|
|
493
501
|
({ className: r, ...t }) => {
|
|
494
|
-
const n =
|
|
502
|
+
const n = $(null), {
|
|
495
503
|
attributes: s,
|
|
496
504
|
listeners: o,
|
|
497
505
|
transform: d,
|
|
498
506
|
transition: p,
|
|
499
507
|
isDragging: m,
|
|
500
508
|
setNodeRef: i
|
|
501
|
-
} = dt({ id: t["data-node-key"] }), [c, h] =
|
|
502
|
-
|
|
509
|
+
} = dt({ id: t["data-node-key"] }), [c, h] = S();
|
|
510
|
+
L(() => {
|
|
503
511
|
const b = n.current;
|
|
504
512
|
if (b)
|
|
505
513
|
if (m) {
|
|
@@ -510,7 +518,7 @@ const yt = ({
|
|
|
510
518
|
}, [m]);
|
|
511
519
|
const v = {
|
|
512
520
|
...t.style,
|
|
513
|
-
transform: d ?
|
|
521
|
+
transform: d ? q.Transform.toString(d) : void 0,
|
|
514
522
|
transition: p ?? "transform 0.16s ease",
|
|
515
523
|
cursor: "grab",
|
|
516
524
|
userSelect: "none",
|
|
@@ -530,7 +538,7 @@ const yt = ({
|
|
|
530
538
|
...o
|
|
531
539
|
});
|
|
532
540
|
}
|
|
533
|
-
), St =
|
|
541
|
+
), St = X(function({
|
|
534
542
|
config: t,
|
|
535
543
|
isFirst: n,
|
|
536
544
|
isLast: s,
|
|
@@ -554,7 +562,7 @@ const yt = ({
|
|
|
554
562
|
className: t.buttons?.className,
|
|
555
563
|
style: t.buttons?.style,
|
|
556
564
|
size: "small",
|
|
557
|
-
icon: /* @__PURE__ */ e(
|
|
565
|
+
icon: /* @__PURE__ */ e(Ve, {}),
|
|
558
566
|
onClick: d,
|
|
559
567
|
disabled: n
|
|
560
568
|
}
|
|
@@ -630,7 +638,7 @@ const yt = ({
|
|
|
630
638
|
className: t.buttons?.className,
|
|
631
639
|
style: t.buttons?.style,
|
|
632
640
|
size: "small",
|
|
633
|
-
icon: /* @__PURE__ */ e(
|
|
641
|
+
icon: /* @__PURE__ */ e(de, {}),
|
|
634
642
|
onClick: c,
|
|
635
643
|
disabled: !o
|
|
636
644
|
}
|
|
@@ -638,7 +646,7 @@ const yt = ({
|
|
|
638
646
|
}
|
|
639
647
|
)
|
|
640
648
|
] });
|
|
641
|
-
}),
|
|
649
|
+
}), Pt = ({
|
|
642
650
|
config: r = {}
|
|
643
651
|
}) => {
|
|
644
652
|
const t = {
|
|
@@ -666,7 +674,7 @@ const yt = ({
|
|
|
666
674
|
...r?.nav
|
|
667
675
|
},
|
|
668
676
|
...r
|
|
669
|
-
}, n =
|
|
677
|
+
}, n = T((u) => u.tabs), s = T((u) => u.activeMenuId), o = T((u) => u.focusTab), d = T((u) => u.closeTab), p = T((u) => u.reorderTabs), m = tt(
|
|
670
678
|
nt(rt, { activationConstraint: { distance: 6 } })
|
|
671
679
|
), i = (u) => {
|
|
672
680
|
o(u);
|
|
@@ -688,7 +696,7 @@ const yt = ({
|
|
|
688
696
|
n.forEach((u) => {
|
|
689
697
|
d(u.key);
|
|
690
698
|
});
|
|
691
|
-
}, P = s ? n.findIndex((u) => u.key === s) : -1,
|
|
699
|
+
}, P = s ? n.findIndex((u) => u.key === s) : -1, H = P === 0, A = P === n.length - 1, U = W(
|
|
692
700
|
() => n.map((u) => ({
|
|
693
701
|
key: u.key,
|
|
694
702
|
label: u.label,
|
|
@@ -697,7 +705,7 @@ const yt = ({
|
|
|
697
705
|
// 컨텐츠는 Main 쪽에서 렌더 → 여기선 헤더만 필요
|
|
698
706
|
})),
|
|
699
707
|
[n]
|
|
700
|
-
),
|
|
708
|
+
), V = B(
|
|
701
709
|
({ active: u, over: N }) => {
|
|
702
710
|
if (!N || u.id === N.id) return;
|
|
703
711
|
const I = n.findIndex((l) => l.key === u.id), M = n.findIndex((l) => l.key === N.id);
|
|
@@ -706,12 +714,12 @@ const yt = ({
|
|
|
706
714
|
p?.(y);
|
|
707
715
|
},
|
|
708
716
|
[n, p]
|
|
709
|
-
), G =
|
|
717
|
+
), G = B(
|
|
710
718
|
(u, N) => /* @__PURE__ */ e(
|
|
711
719
|
ot,
|
|
712
720
|
{
|
|
713
721
|
sensors: m,
|
|
714
|
-
onDragEnd:
|
|
722
|
+
onDragEnd: V,
|
|
715
723
|
collisionDetection: st,
|
|
716
724
|
modifiers: [at],
|
|
717
725
|
children: /* @__PURE__ */ e(
|
|
@@ -719,7 +727,7 @@ const yt = ({
|
|
|
719
727
|
{
|
|
720
728
|
items: n.map((I) => I.key),
|
|
721
729
|
strategy: ct,
|
|
722
|
-
children: /* @__PURE__ */ e(N, { ...u, children: (I) => /* @__PURE__ */
|
|
730
|
+
children: /* @__PURE__ */ e(N, { ...u, children: (I) => /* @__PURE__ */ ce(
|
|
723
731
|
Tt,
|
|
724
732
|
{
|
|
725
733
|
...I.props,
|
|
@@ -731,7 +739,7 @@ const yt = ({
|
|
|
731
739
|
)
|
|
732
740
|
}
|
|
733
741
|
),
|
|
734
|
-
[m,
|
|
742
|
+
[m, V, n]
|
|
735
743
|
);
|
|
736
744
|
return /* @__PURE__ */ e(
|
|
737
745
|
"div",
|
|
@@ -742,7 +750,7 @@ const yt = ({
|
|
|
742
750
|
display: n.length === 0 ? "none" : "block"
|
|
743
751
|
},
|
|
744
752
|
children: /* @__PURE__ */ e(
|
|
745
|
-
|
|
753
|
+
Le,
|
|
746
754
|
{
|
|
747
755
|
type: "editable-card",
|
|
748
756
|
activeKey: s || void 0,
|
|
@@ -756,7 +764,7 @@ const yt = ({
|
|
|
756
764
|
St,
|
|
757
765
|
{
|
|
758
766
|
config: t?.nav,
|
|
759
|
-
isFirst: !!
|
|
767
|
+
isFirst: !!H,
|
|
760
768
|
isLast: !!A,
|
|
761
769
|
canCloseAll: n.length > 0,
|
|
762
770
|
onFirst: h,
|
|
@@ -771,7 +779,7 @@ const yt = ({
|
|
|
771
779
|
)
|
|
772
780
|
}
|
|
773
781
|
);
|
|
774
|
-
}, { Sider:
|
|
782
|
+
}, { Sider: Mt } = _, Et = ({
|
|
775
783
|
config: r = {}
|
|
776
784
|
}) => {
|
|
777
785
|
const t = {
|
|
@@ -813,14 +821,12 @@ const yt = ({
|
|
|
813
821
|
...r?.style
|
|
814
822
|
},
|
|
815
823
|
...r
|
|
816
|
-
}
|
|
817
|
-
console.log("@@ 사이드바 config : ", r);
|
|
818
|
-
const [n, s] = L(""), [o, d] = L(
|
|
824
|
+
}, [n, s] = S(""), [o, d] = S(
|
|
819
825
|
"category"
|
|
820
|
-
), { activeMenuId: p, sidebarCollapsed: m, openTabFromMenu: i, toggleSidebar: c } =
|
|
826
|
+
), { activeMenuId: p, sidebarCollapsed: m, openTabFromMenu: i, toggleSidebar: c } = T(), { menuList: h, isLoading: v, error: b, findMenuById: a } = Ae(), { nodes: C, treeNodes: P, loadFavoritesIfNeeded: H } = ze(), A = W(() => {
|
|
821
827
|
const f = [], y = (l, k = 0) => {
|
|
822
828
|
if (l.menuGbCd === t.menuGubunCode.program && l.scrnPath) {
|
|
823
|
-
const w = " ".repeat(k),
|
|
829
|
+
const w = " ".repeat(k), O = l.menuNo || "";
|
|
824
830
|
f.push({
|
|
825
831
|
value: l.menuId,
|
|
826
832
|
label: /* @__PURE__ */ g(
|
|
@@ -847,7 +853,7 @@ const yt = ({
|
|
|
847
853
|
borderRadius: "3px",
|
|
848
854
|
marginLeft: "8px"
|
|
849
855
|
},
|
|
850
|
-
children:
|
|
856
|
+
children: O
|
|
851
857
|
}
|
|
852
858
|
)
|
|
853
859
|
]
|
|
@@ -862,7 +868,7 @@ const yt = ({
|
|
|
862
868
|
}, [h]), U = W(() => n.trim() ? A.filter((f) => {
|
|
863
869
|
const y = f.menuItem.menuNm.toLowerCase(), l = String(f.menuItem.menuNo || "미지정").toLowerCase(), k = n.toLowerCase();
|
|
864
870
|
return y.includes(k) || l.includes(k);
|
|
865
|
-
}) : [], [A, n]),
|
|
871
|
+
}) : [], [A, n]), V = (f) => {
|
|
866
872
|
if (!f || typeof f != "string") {
|
|
867
873
|
console.warn("Invalid menu selection value:", f);
|
|
868
874
|
return;
|
|
@@ -891,7 +897,7 @@ const yt = ({
|
|
|
891
897
|
l.scrnId
|
|
892
898
|
), i(l)) : (l.menuGbCd === t.menuGubunCode.mainMenu || l.menuGbCd === t.menuGubunCode.subMenu) && (console.log("❌ 검색으로 메인/서브 메뉴 선택 - 이벤트 무시"), console.log("메뉴명:", l.menuNm, "menuGbCd:", l.menuGbCd)), s("");
|
|
893
899
|
}
|
|
894
|
-
}, G =
|
|
900
|
+
}, G = B(
|
|
895
901
|
(f) => {
|
|
896
902
|
const y = a(f);
|
|
897
903
|
y?.menuGbCd === t.menuGubunCode.program && (console.log(
|
|
@@ -904,7 +910,7 @@ const yt = ({
|
|
|
904
910
|
), i(y));
|
|
905
911
|
},
|
|
906
912
|
[a, i]
|
|
907
|
-
), u =
|
|
913
|
+
), u = B((f) => f.map((y) => ({
|
|
908
914
|
key: y.menuId,
|
|
909
915
|
label: /* @__PURE__ */ e(
|
|
910
916
|
"div",
|
|
@@ -921,14 +927,14 @@ const yt = ({
|
|
|
921
927
|
children: y.children && y.children.length > 0 ? u(y.children) : void 0
|
|
922
928
|
})), []), N = (f, y) => {
|
|
923
929
|
if (f) {
|
|
924
|
-
const l =
|
|
930
|
+
const l = re[f];
|
|
925
931
|
if (l)
|
|
926
932
|
return /* @__PURE__ */ e(l, {});
|
|
927
933
|
}
|
|
928
934
|
if (y)
|
|
929
935
|
switch (y) {
|
|
930
936
|
case t.menuGubunCode.mainMenu:
|
|
931
|
-
return /* @__PURE__ */ e(
|
|
937
|
+
return /* @__PURE__ */ e(re.HomeOutlined, {});
|
|
932
938
|
case t.menuGubunCode.subMenu:
|
|
933
939
|
return null;
|
|
934
940
|
case t.menuGubunCode.program:
|
|
@@ -937,7 +943,7 @@ const yt = ({
|
|
|
937
943
|
return null;
|
|
938
944
|
}
|
|
939
945
|
return null;
|
|
940
|
-
}, I =
|
|
946
|
+
}, I = B(
|
|
941
947
|
(f) => {
|
|
942
948
|
if (h.length === 0) return [];
|
|
943
949
|
const y = (k) => {
|
|
@@ -945,19 +951,19 @@ const yt = ({
|
|
|
945
951
|
return typeof k == "string" ? C[k] : k;
|
|
946
952
|
}, l = (k) => {
|
|
947
953
|
if (k.type === "M") {
|
|
948
|
-
const w = k,
|
|
954
|
+
const w = k, O = a(w.menuId) || void 0, te = !!O, me = te ? `${O?.menuNm ?? w.menuNm ?? w.menuId}` : `${w.menuNm ?? w.menuId} (삭제됨)`;
|
|
949
955
|
return {
|
|
950
956
|
key: w.menuId,
|
|
951
|
-
label:
|
|
952
|
-
icon:
|
|
957
|
+
label: me,
|
|
958
|
+
icon: te ? void 0 : /* @__PURE__ */ e(Ye, { style: { color: "#faad14" } })
|
|
953
959
|
};
|
|
954
960
|
} else {
|
|
955
|
-
const w = k,
|
|
961
|
+
const w = k, O = (w.children ?? []).map(y).filter(Boolean).map(l);
|
|
956
962
|
return {
|
|
957
963
|
key: w.bkmkId,
|
|
958
964
|
label: w.bkmkNm ?? w.bkmkId,
|
|
959
|
-
icon: w.prntBkmkId === "-" ? /* @__PURE__ */ e(
|
|
960
|
-
children:
|
|
965
|
+
icon: w.prntBkmkId === "-" ? /* @__PURE__ */ e(qe, {}) : /* @__PURE__ */ e(Qe, {}),
|
|
966
|
+
children: O
|
|
961
967
|
// 빈 배열이면 자동으로 말아줌
|
|
962
968
|
};
|
|
963
969
|
}
|
|
@@ -969,12 +975,12 @@ const yt = ({
|
|
|
969
975
|
() => I(P),
|
|
970
976
|
[I, P, C]
|
|
971
977
|
);
|
|
972
|
-
return
|
|
973
|
-
|
|
974
|
-
}, [
|
|
978
|
+
return L(() => {
|
|
979
|
+
ae() && H(ae());
|
|
980
|
+
}, [H]), L(() => {
|
|
975
981
|
o === "category" && s("");
|
|
976
982
|
}, [o]), /* @__PURE__ */ g(
|
|
977
|
-
|
|
983
|
+
Mt,
|
|
978
984
|
{
|
|
979
985
|
className: t.className.wrapper,
|
|
980
986
|
collapsed: t.collapsed || m,
|
|
@@ -1029,11 +1035,11 @@ const yt = ({
|
|
|
1029
1035
|
padding: 10
|
|
1030
1036
|
},
|
|
1031
1037
|
children: /* @__PURE__ */ e(
|
|
1032
|
-
|
|
1038
|
+
Te,
|
|
1033
1039
|
{
|
|
1034
1040
|
value: n,
|
|
1035
1041
|
options: U,
|
|
1036
|
-
onSelect:
|
|
1042
|
+
onSelect: V,
|
|
1037
1043
|
onSearch: s,
|
|
1038
1044
|
style: { width: "100%" },
|
|
1039
1045
|
allowClear: !0,
|
|
@@ -1081,79 +1087,93 @@ const yt = ({
|
|
|
1081
1087
|
marginBottom: "10px"
|
|
1082
1088
|
},
|
|
1083
1089
|
children: /* @__PURE__ */ e(
|
|
1084
|
-
|
|
1090
|
+
Se,
|
|
1085
1091
|
{
|
|
1086
1092
|
className: t.className.segmented.wrapper,
|
|
1087
1093
|
options: [
|
|
1088
1094
|
{
|
|
1089
|
-
label: /* @__PURE__ */ g(
|
|
1090
|
-
/* @__PURE__ */ e(
|
|
1091
|
-
"
|
|
1095
|
+
label: /* @__PURE__ */ g(F, { children: [
|
|
1096
|
+
/* @__PURE__ */ e(
|
|
1097
|
+
"span",
|
|
1092
1098
|
{
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1099
|
+
className: t.className.segmented.item,
|
|
1100
|
+
style: { display: "flex", alignItems: "center" },
|
|
1101
|
+
children: /* @__PURE__ */ g(
|
|
1102
|
+
"svg",
|
|
1103
|
+
{
|
|
1104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1105
|
+
width: "16",
|
|
1106
|
+
height: "16",
|
|
1107
|
+
viewBox: "0 0 16 16",
|
|
1108
|
+
fill: "none",
|
|
1109
|
+
children: [
|
|
1110
|
+
/* @__PURE__ */ e(
|
|
1111
|
+
"path",
|
|
1112
|
+
{
|
|
1113
|
+
d: "M2.46979 6.90625H13.0298C13.7298 6.90625 14.2965 7.47292 14.2965 8.17292V13.5396H1.20312V8.17292C1.20312 7.47292 1.76979 6.90625 2.46979 6.90625Z",
|
|
1114
|
+
stroke: "currentColor",
|
|
1115
|
+
strokeWidth: "1.5",
|
|
1116
|
+
strokeLinecap: "round",
|
|
1117
|
+
strokeLinejoin: "round"
|
|
1118
|
+
}
|
|
1119
|
+
),
|
|
1120
|
+
/* @__PURE__ */ e(
|
|
1121
|
+
"path",
|
|
1122
|
+
{
|
|
1123
|
+
d: "M2.76318 4.70626C2.76318 4.00626 3.18318 3.75293 3.69652 3.75293H11.8032C12.3165 3.75293 12.7365 4.00626 12.7365 4.70626",
|
|
1124
|
+
stroke: "currentColor",
|
|
1125
|
+
strokeWidth: "1.5",
|
|
1126
|
+
strokeLinecap: "round",
|
|
1127
|
+
strokeLinejoin: "round"
|
|
1128
|
+
}
|
|
1129
|
+
),
|
|
1130
|
+
/* @__PURE__ */ e(
|
|
1131
|
+
"path",
|
|
1132
|
+
{
|
|
1133
|
+
d: "M4.71631 1.45996H10.783",
|
|
1134
|
+
stroke: "currentColor",
|
|
1135
|
+
strokeWidth: "1.5",
|
|
1136
|
+
strokeLinecap: "round",
|
|
1137
|
+
strokeLinejoin: "round"
|
|
1138
|
+
}
|
|
1139
|
+
)
|
|
1140
|
+
]
|
|
1141
|
+
}
|
|
1142
|
+
)
|
|
1130
1143
|
}
|
|
1131
|
-
)
|
|
1144
|
+
),
|
|
1132
1145
|
"카테고리"
|
|
1133
1146
|
] }),
|
|
1134
1147
|
value: "category"
|
|
1135
1148
|
},
|
|
1136
1149
|
{
|
|
1137
|
-
label: /* @__PURE__ */ g(
|
|
1138
|
-
/* @__PURE__ */ e(
|
|
1139
|
-
"
|
|
1150
|
+
label: /* @__PURE__ */ g(F, { children: [
|
|
1151
|
+
/* @__PURE__ */ e(
|
|
1152
|
+
"span",
|
|
1140
1153
|
{
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
height: "16",
|
|
1144
|
-
viewBox: "0 0 16 16",
|
|
1145
|
-
fill: "none",
|
|
1154
|
+
className: t.className.segmented.item,
|
|
1155
|
+
style: { display: "flex", alignItems: "center" },
|
|
1146
1156
|
children: /* @__PURE__ */ e(
|
|
1147
|
-
"
|
|
1157
|
+
"svg",
|
|
1148
1158
|
{
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1159
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1160
|
+
width: "16",
|
|
1161
|
+
height: "16",
|
|
1162
|
+
viewBox: "0 0 16 16",
|
|
1163
|
+
fill: "none",
|
|
1164
|
+
children: /* @__PURE__ */ e(
|
|
1165
|
+
"path",
|
|
1166
|
+
{
|
|
1167
|
+
d: "M7.11329 1.33356C7.32084 0.888813 7.66676 0.888813 7.88296 1.33356L9.258 4.25619C9.46556 4.70094 10.0277 5.12753 10.4947 5.20014L13.5647 5.67212C14.0317 5.74473 14.1441 6.08964 13.7982 6.43455L11.5757 8.70367C11.2384 9.04858 11.0222 9.73839 11.1 10.2285L11.6276 13.4325C11.7054 13.9227 11.4287 14.1405 11.0049 13.9045L8.26348 12.3887C7.83972 12.1527 7.15653 12.1527 6.73277 12.3887L3.99134 13.9045C3.56759 14.1405 3.29085 13.9227 3.36868 13.4325L3.89621 10.2285C3.97405 9.73839 3.76649 9.04858 3.42057 8.70367L1.19802 6.43455C0.86075 6.08964 0.964526 5.74473 1.43152 5.67212L4.50158 5.20014C4.96857 5.12753 5.5307 4.70094 5.73825 4.25619L7.11329 1.33356Z",
|
|
1168
|
+
stroke: "currentColor",
|
|
1169
|
+
strokeWidth: "1.5",
|
|
1170
|
+
strokeMiterlimit: "4"
|
|
1171
|
+
}
|
|
1172
|
+
)
|
|
1153
1173
|
}
|
|
1154
1174
|
)
|
|
1155
1175
|
}
|
|
1156
|
-
)
|
|
1176
|
+
),
|
|
1157
1177
|
"즐겨찾기"
|
|
1158
1178
|
] }),
|
|
1159
1179
|
value: "favorite"
|
|
@@ -1183,14 +1203,27 @@ const yt = ({
|
|
|
1183
1203
|
color: "var(--text-primary)"
|
|
1184
1204
|
},
|
|
1185
1205
|
children: [
|
|
1186
|
-
/* @__PURE__ */ e(
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1206
|
+
/* @__PURE__ */ e(
|
|
1207
|
+
Pe,
|
|
1208
|
+
{
|
|
1209
|
+
theme: {
|
|
1210
|
+
components: {
|
|
1211
|
+
Spin: {
|
|
1212
|
+
colorPrimary: "var(--primary-color)"
|
|
1213
|
+
}
|
|
1214
|
+
}
|
|
1215
|
+
},
|
|
1216
|
+
children: /* @__PURE__ */ e(j, { size: "default" })
|
|
1191
1217
|
}
|
|
1192
|
-
|
|
1193
|
-
/* @__PURE__ */ e(
|
|
1218
|
+
),
|
|
1219
|
+
/* @__PURE__ */ e(
|
|
1220
|
+
"div",
|
|
1221
|
+
{
|
|
1222
|
+
className: t.className.sider.loadingText,
|
|
1223
|
+
style: { marginTop: 10 },
|
|
1224
|
+
children: "메뉴 로딩 중..."
|
|
1225
|
+
}
|
|
1226
|
+
)
|
|
1194
1227
|
]
|
|
1195
1228
|
}
|
|
1196
1229
|
),
|
|
@@ -1228,7 +1261,7 @@ const yt = ({
|
|
|
1228
1261
|
}
|
|
1229
1262
|
),
|
|
1230
1263
|
!v && !b && o === "category" && h.length > 0 && /* @__PURE__ */ e("div", { className: t.className.sider.menuContainer, children: /* @__PURE__ */ e(
|
|
1231
|
-
|
|
1264
|
+
ne,
|
|
1232
1265
|
{
|
|
1233
1266
|
theme: "light",
|
|
1234
1267
|
mode: "inline",
|
|
@@ -1239,7 +1272,7 @@ const yt = ({
|
|
|
1239
1272
|
}
|
|
1240
1273
|
) }),
|
|
1241
1274
|
!v && !b && o === "favorite" && M.length > 0 && /* @__PURE__ */ e("div", { className: t.className.sider.menuContainer, children: /* @__PURE__ */ e(
|
|
1242
|
-
|
|
1275
|
+
ne,
|
|
1243
1276
|
{
|
|
1244
1277
|
theme: "light",
|
|
1245
1278
|
mode: "inline",
|
|
@@ -1284,7 +1317,7 @@ class Bt extends Re {
|
|
|
1284
1317
|
},
|
|
1285
1318
|
children: [
|
|
1286
1319
|
/* @__PURE__ */ e(
|
|
1287
|
-
|
|
1320
|
+
le,
|
|
1288
1321
|
{
|
|
1289
1322
|
status: "error",
|
|
1290
1323
|
title: "컴포넌트 로딩 중 오류가 발생했습니다",
|
|
@@ -1294,7 +1327,7 @@ class Bt extends Re {
|
|
|
1294
1327
|
x,
|
|
1295
1328
|
{
|
|
1296
1329
|
type: "primary",
|
|
1297
|
-
icon: /* @__PURE__ */ e(
|
|
1330
|
+
icon: /* @__PURE__ */ e(ue, {}),
|
|
1298
1331
|
onClick: this.resetError,
|
|
1299
1332
|
style: { marginRight: 8 },
|
|
1300
1333
|
children: "다시 시도"
|
|
@@ -1339,12 +1372,12 @@ class Bt extends Re {
|
|
|
1339
1372
|
) : this.props.children;
|
|
1340
1373
|
}
|
|
1341
1374
|
}
|
|
1342
|
-
const
|
|
1375
|
+
const Dt = ({
|
|
1343
1376
|
isActive: r,
|
|
1344
1377
|
instance: t,
|
|
1345
1378
|
params: n
|
|
1346
1379
|
}) => {
|
|
1347
|
-
const { activeMenuId: s, closeTab: o } =
|
|
1380
|
+
const { activeMenuId: s, closeTab: o } = T(), d = () => {
|
|
1348
1381
|
s && o(s);
|
|
1349
1382
|
};
|
|
1350
1383
|
return t ? /* @__PURE__ */ e(
|
|
@@ -1361,7 +1394,7 @@ const Et = ({
|
|
|
1361
1394
|
transition: "opacity 0.2s ease-in-out",
|
|
1362
1395
|
pointerEvents: r ? "auto" : "none"
|
|
1363
1396
|
},
|
|
1364
|
-
children: /* @__PURE__ */ e(Bt, { children: /* @__PURE__ */ e(
|
|
1397
|
+
children: /* @__PURE__ */ e(Bt, { children: /* @__PURE__ */ e(J, { fallback: null, children: t && ce(t, { params: n }) }) })
|
|
1365
1398
|
}
|
|
1366
1399
|
) : /* @__PURE__ */ e(
|
|
1367
1400
|
"div",
|
|
@@ -1392,20 +1425,20 @@ const Et = ({
|
|
|
1392
1425
|
padding: 24
|
|
1393
1426
|
},
|
|
1394
1427
|
children: /* @__PURE__ */ e(
|
|
1395
|
-
|
|
1428
|
+
le,
|
|
1396
1429
|
{
|
|
1397
|
-
icon: /* @__PURE__ */ e(
|
|
1430
|
+
icon: /* @__PURE__ */ e(Xe, { twoToneColor: "#69b1ff" }),
|
|
1398
1431
|
status: "warning",
|
|
1399
1432
|
title: "등록된 메뉴 정보가 없거나 유효한 메뉴가 아닙니다.",
|
|
1400
|
-
subTitle: /* @__PURE__ */ e(
|
|
1401
|
-
extra: /* @__PURE__ */ e(Me, { children: /* @__PURE__ */ e(x, { icon: /* @__PURE__ */ e(
|
|
1433
|
+
subTitle: /* @__PURE__ */ e(Ee.Text, { type: "secondary", children: "자세한 내용은 관리자에게 문의바랍니다." }),
|
|
1434
|
+
extra: /* @__PURE__ */ e(Me, { children: /* @__PURE__ */ e(x, { icon: /* @__PURE__ */ e(de, {}), onClick: d, children: "탭 닫기" }) })
|
|
1402
1435
|
}
|
|
1403
1436
|
)
|
|
1404
1437
|
}
|
|
1405
1438
|
)
|
|
1406
1439
|
}
|
|
1407
1440
|
);
|
|
1408
|
-
},
|
|
1441
|
+
}, Ot = X(Dt), Rt = () => /* @__PURE__ */ g(F, { children: [
|
|
1409
1442
|
/* @__PURE__ */ e(
|
|
1410
1443
|
"link",
|
|
1411
1444
|
{
|
|
@@ -1415,7 +1448,7 @@ const Et = ({
|
|
|
1415
1448
|
}
|
|
1416
1449
|
),
|
|
1417
1450
|
/* @__PURE__ */ e("div", { className: "LandingContainer-wrap", children: /* @__PURE__ */ e("div", { className: "inner", children: /* @__PURE__ */ e("div", { className: "content" }) }) })
|
|
1418
|
-
] }),
|
|
1451
|
+
] }), Ft = (r, t) => {
|
|
1419
1452
|
console.log("createPopupViewLoader 호출 - popupUrl:", r);
|
|
1420
1453
|
const s = ((o) => {
|
|
1421
1454
|
if (o.startsWith("/src/pages/views/popup/")) {
|
|
@@ -1425,16 +1458,16 @@ const Et = ({
|
|
|
1425
1458
|
const p = `/src/pages/views/popup/${o.startsWith("/") ? o.substring(1) : o}.tsx`;
|
|
1426
1459
|
return console.log(`팝업 URL 변환: ${o} -> ${p}`), p;
|
|
1427
1460
|
})(r);
|
|
1428
|
-
return !s || !t?.glob[s] ? (console.warn(`팝업 뷰를 찾을 수 없습니다: ${r} (${s})`), console.warn("사용 가능한 팝업 뷰들:", Object.keys(t?.glob || {})), null) : t
|
|
1429
|
-
},
|
|
1430
|
-
const [n, s] =
|
|
1431
|
-
console.log("PopupArea - handleClose:", r.popupId),
|
|
1461
|
+
return !s || !t?.glob || !t.glob[s] ? (console.warn(`팝업 뷰를 찾을 수 없습니다: ${r} (${s})`), console.warn("사용 가능한 팝업 뷰들:", Object.keys(t?.glob || {})), null) : t.glob[s];
|
|
1462
|
+
}, At = ({ popup: r, modules: t }) => {
|
|
1463
|
+
const [n, s] = S(null), [o, d] = S(!1), [p, m] = S(null), i = () => {
|
|
1464
|
+
console.log("PopupArea - handleClose:", r.popupId), ee.getState().closePopup(r.popupId);
|
|
1432
1465
|
};
|
|
1433
|
-
return
|
|
1466
|
+
return L(() => {
|
|
1434
1467
|
(async () => {
|
|
1435
1468
|
console.log("팝업 뷰 로드 시작:", r.popupUrl), d(!0), m(null);
|
|
1436
1469
|
try {
|
|
1437
|
-
const h =
|
|
1470
|
+
const h = Ft(r.popupUrl, t);
|
|
1438
1471
|
if (!h) {
|
|
1439
1472
|
const a = `팝업 뷰를 찾을 수 없습니다: ${r.popupUrl}`;
|
|
1440
1473
|
console.error(a), m(a), d(!1);
|
|
@@ -1461,13 +1494,13 @@ const Et = ({
|
|
|
1461
1494
|
/* @__PURE__ */ e(
|
|
1462
1495
|
x,
|
|
1463
1496
|
{
|
|
1464
|
-
icon: /* @__PURE__ */ e(
|
|
1497
|
+
icon: /* @__PURE__ */ e(ue, {}),
|
|
1465
1498
|
onClick: () => window.location.reload(),
|
|
1466
1499
|
children: "다시 시도"
|
|
1467
1500
|
}
|
|
1468
1501
|
)
|
|
1469
1502
|
] }) : n ? /* @__PURE__ */ e(
|
|
1470
|
-
|
|
1503
|
+
J,
|
|
1471
1504
|
{
|
|
1472
1505
|
fallback: /* @__PURE__ */ g("div", { className: "popup-loading", children: [
|
|
1473
1506
|
/* @__PURE__ */ e(j, { size: "large" }),
|
|
@@ -1486,9 +1519,11 @@ const Et = ({
|
|
|
1486
1519
|
)
|
|
1487
1520
|
}
|
|
1488
1521
|
) : /* @__PURE__ */ e("div", { className: "popup-empty", children: /* @__PURE__ */ e(Z, { description: "팝업 내용을 불러올 수 없습니다." }) });
|
|
1489
|
-
},
|
|
1490
|
-
const { popups: t } =
|
|
1491
|
-
return t.length === 0 ? null : /* @__PURE__ */ e(
|
|
1522
|
+
}, zt = ({ modules: r }) => {
|
|
1523
|
+
const { popups: t } = ee();
|
|
1524
|
+
return t.length === 0 ? null : /* @__PURE__ */ e(F, { children: t.map((n) => {
|
|
1525
|
+
if (n.isLocal || n.popupCode.startsWith("CORE_"))
|
|
1526
|
+
return null;
|
|
1492
1527
|
const s = n.config || {}, o = s.width || n.width || 800, d = s.height || n.height || 600, p = s.title || n.popupTitle, m = n.buttonList?.map((i, c) => ({
|
|
1493
1528
|
key: i.btnId || `btn_${c}`,
|
|
1494
1529
|
text: i.btnNm,
|
|
@@ -1503,35 +1538,35 @@ const Et = ({
|
|
|
1503
1538
|
width: o,
|
|
1504
1539
|
height: d,
|
|
1505
1540
|
buttons: m
|
|
1506
|
-
}), /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(
|
|
1541
|
+
}), /* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e("div", { children: /* @__PURE__ */ e(At, { popup: n, modules: r }) }, n.popupId) }, `sbp-${n.popupId}`);
|
|
1507
1542
|
}) });
|
|
1508
|
-
},
|
|
1509
|
-
const { popups: r, closePopup: t } =
|
|
1510
|
-
return /* @__PURE__ */ e(
|
|
1543
|
+
}, _t = () => {
|
|
1544
|
+
const { popups: r, closePopup: t } = ee();
|
|
1545
|
+
return /* @__PURE__ */ e(F, { children: r.map((n) => {
|
|
1511
1546
|
if (!(n.isLocal || n.popupCode.startsWith("CORE_"))) return null;
|
|
1512
|
-
const s =
|
|
1547
|
+
const s = bt[n.popupCode];
|
|
1513
1548
|
if (!s) return null;
|
|
1514
1549
|
const o = s.component;
|
|
1515
|
-
return /* @__PURE__ */ e(Q, { fallback: null, children: /* @__PURE__ */ e(o, { popup: n, onClose: () => t(n.popupId) }) }, n.popupId);
|
|
1550
|
+
return /* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(J, { fallback: null, children: /* @__PURE__ */ e(o, { popup: n, onClose: () => t(n.popupId) }) }, n.popupId) }, `sbp-${n.popupId}`);
|
|
1516
1551
|
}) });
|
|
1517
|
-
},
|
|
1552
|
+
}, $t = (r) => ({
|
|
1518
1553
|
position: "absolute",
|
|
1519
1554
|
inset: 0,
|
|
1520
1555
|
visibility: r ? "visible" : "hidden",
|
|
1521
1556
|
opacity: r ? 1 : 0,
|
|
1522
1557
|
transition: "opacity 0.2s ease-in-out",
|
|
1523
1558
|
pointerEvents: r ? "auto" : "none"
|
|
1524
|
-
}),
|
|
1525
|
-
const { lock: t } =
|
|
1526
|
-
return
|
|
1559
|
+
}), Ht = ({ once: r = !0 }) => {
|
|
1560
|
+
const { lock: t } = fe(), n = $(!1);
|
|
1561
|
+
return L(() => {
|
|
1527
1562
|
r && n.current || (n.current = !0, t());
|
|
1528
1563
|
}, [r, t]), null;
|
|
1529
|
-
},
|
|
1530
|
-
const d =
|
|
1564
|
+
}, Vt = ({ isActive: r, flagged: t, tabKey: n, onUnlock: s, children: o }) => {
|
|
1565
|
+
const d = $(null), [p, m] = S(!1), i = B((h) => {
|
|
1531
1566
|
d.current = h, m(!!h);
|
|
1532
|
-
}, []), c =
|
|
1567
|
+
}, []), c = $t(r);
|
|
1533
1568
|
return /* @__PURE__ */ e("div", { ref: i, style: c, children: p ? /* @__PURE__ */ g(
|
|
1534
|
-
|
|
1569
|
+
ge,
|
|
1535
1570
|
{
|
|
1536
1571
|
idleMs: Number.POSITIVE_INFINITY,
|
|
1537
1572
|
persistLocked: !1,
|
|
@@ -1541,12 +1576,12 @@ const Et = ({
|
|
|
1541
1576
|
overlayId: `tab-overlay-${n}`,
|
|
1542
1577
|
onUnlock: async () => (s(), !0),
|
|
1543
1578
|
children: [
|
|
1544
|
-
r && t ? /* @__PURE__ */ e(
|
|
1579
|
+
r && t ? /* @__PURE__ */ e(Ht, { once: !0 }) : null,
|
|
1545
1580
|
o
|
|
1546
1581
|
]
|
|
1547
1582
|
}
|
|
1548
1583
|
) : o });
|
|
1549
|
-
},
|
|
1584
|
+
}, rn = ({
|
|
1550
1585
|
config: r = {},
|
|
1551
1586
|
modules: t = {
|
|
1552
1587
|
view: {
|
|
@@ -1557,7 +1592,7 @@ const Et = ({
|
|
|
1557
1592
|
}
|
|
1558
1593
|
}
|
|
1559
1594
|
}) => {
|
|
1560
|
-
const n =
|
|
1595
|
+
const n = $(
|
|
1561
1596
|
/* @__PURE__ */ new Map()
|
|
1562
1597
|
), {
|
|
1563
1598
|
tabs: s,
|
|
@@ -1565,14 +1600,14 @@ const Et = ({
|
|
|
1565
1600
|
activeMenuId: d,
|
|
1566
1601
|
tabProtectFlag: p,
|
|
1567
1602
|
clearProtectFlagForKey: m
|
|
1568
|
-
} =
|
|
1603
|
+
} = T(), i = B(
|
|
1569
1604
|
(c) => {
|
|
1570
1605
|
const h = n.current.get(c.key);
|
|
1571
1606
|
if (h) return h;
|
|
1572
1607
|
const v = c.gubun === "M" ? `${t.view.path}${c.menuItem?.scrnPath}.tsx` : `${t.view.path}${c.componentItem?.scrnPath}.tsx`;
|
|
1573
1608
|
let b = t.view?.glob?.[v];
|
|
1574
1609
|
if (!b && typeof import.meta < "u" && typeof import.meta.glob == "function" && (b = (/* @__PURE__ */ Object.assign({}))[v]), b) {
|
|
1575
|
-
const a =
|
|
1610
|
+
const a = D(
|
|
1576
1611
|
b
|
|
1577
1612
|
);
|
|
1578
1613
|
return n.current.set(c.key, a), a;
|
|
@@ -1581,13 +1616,13 @@ const Et = ({
|
|
|
1581
1616
|
},
|
|
1582
1617
|
[t.view?.glob]
|
|
1583
1618
|
);
|
|
1584
|
-
return /* @__PURE__ */ g(
|
|
1585
|
-
/* @__PURE__ */ e(
|
|
1586
|
-
/* @__PURE__ */ g(
|
|
1587
|
-
/* @__PURE__ */ e(
|
|
1619
|
+
return /* @__PURE__ */ g(_, { className: "main-layout", children: [
|
|
1620
|
+
/* @__PURE__ */ e(Lt, { config: r?.header }),
|
|
1621
|
+
/* @__PURE__ */ g(_, { children: [
|
|
1622
|
+
/* @__PURE__ */ e(Et, { config: r?.sidebar }),
|
|
1588
1623
|
/* @__PURE__ */ g("div", { className: "content-container", children: [
|
|
1589
|
-
/* @__PURE__ */ e(
|
|
1590
|
-
/* @__PURE__ */ g(
|
|
1624
|
+
/* @__PURE__ */ e(Pt, { config: r?.menuTab }),
|
|
1625
|
+
/* @__PURE__ */ g(wt, { config: r?.content, children: [
|
|
1591
1626
|
/* @__PURE__ */ e("div", { className: "view-container", children: /* @__PURE__ */ g(
|
|
1592
1627
|
"div",
|
|
1593
1628
|
{
|
|
@@ -1599,15 +1634,15 @@ const Et = ({
|
|
|
1599
1634
|
children: [
|
|
1600
1635
|
s.map((c) => {
|
|
1601
1636
|
const h = i(c), v = d === c.key, b = !!p?.[c.key], a = o[c.key] || {};
|
|
1602
|
-
return /* @__PURE__ */ e(
|
|
1603
|
-
|
|
1637
|
+
return /* @__PURE__ */ e(Q, { children: /* @__PURE__ */ e(
|
|
1638
|
+
Vt,
|
|
1604
1639
|
{
|
|
1605
1640
|
isActive: v,
|
|
1606
1641
|
flagged: b,
|
|
1607
1642
|
tabKey: c.key,
|
|
1608
1643
|
onUnlock: () => m(c.key),
|
|
1609
1644
|
children: /* @__PURE__ */ e(
|
|
1610
|
-
|
|
1645
|
+
Ot,
|
|
1611
1646
|
{
|
|
1612
1647
|
isActive: v,
|
|
1613
1648
|
instance: h || void 0,
|
|
@@ -1619,29 +1654,29 @@ const Et = ({
|
|
|
1619
1654
|
c.key
|
|
1620
1655
|
) }, `sbp-${c.key}`);
|
|
1621
1656
|
}),
|
|
1622
|
-
(!d || s.length === 0) && /* @__PURE__ */ e(
|
|
1657
|
+
(!d || s.length === 0) && /* @__PURE__ */ e(Rt, {})
|
|
1623
1658
|
]
|
|
1624
1659
|
}
|
|
1625
1660
|
) }),
|
|
1626
|
-
/* @__PURE__ */ e(
|
|
1627
|
-
/* @__PURE__ */ e(
|
|
1661
|
+
/* @__PURE__ */ e(_t, {}),
|
|
1662
|
+
/* @__PURE__ */ e(zt, { modules: t?.popup })
|
|
1628
1663
|
] })
|
|
1629
1664
|
] })
|
|
1630
1665
|
] }),
|
|
1631
1666
|
/* @__PURE__ */ e(xe, {})
|
|
1632
1667
|
] });
|
|
1633
|
-
},
|
|
1634
|
-
function
|
|
1668
|
+
}, on = ({ config: r, children: t }) => /* @__PURE__ */ e("div", { children: "BwgPortal02" });
|
|
1669
|
+
function sn({
|
|
1635
1670
|
config: r,
|
|
1636
1671
|
ui: t,
|
|
1637
1672
|
navigate: n
|
|
1638
1673
|
}) {
|
|
1639
|
-
const { loading: s, capsOn: o, prefills: d, onKeyDown: p, doLogin: m } =
|
|
1640
|
-
return
|
|
1641
|
-
|
|
1642
|
-
}, []), /* @__PURE__ */ e(
|
|
1674
|
+
const { loading: s, capsOn: o, prefills: d, onKeyDown: p, doLogin: m } = _e(r), i = (c) => m(c, n);
|
|
1675
|
+
return L(() => {
|
|
1676
|
+
$e.getState().fetchSystemMap();
|
|
1677
|
+
}, []), /* @__PURE__ */ e(F, { children: t({ onSubmit: i, loading: s, capsOn: o, onKeyDown: p, prefills: d }) });
|
|
1643
1678
|
}
|
|
1644
|
-
function
|
|
1679
|
+
function an({
|
|
1645
1680
|
onSubmit: r,
|
|
1646
1681
|
loading: t,
|
|
1647
1682
|
capsOn: n,
|
|
@@ -1656,15 +1691,15 @@ function sn({
|
|
|
1656
1691
|
header: p,
|
|
1657
1692
|
footer: m
|
|
1658
1693
|
}) {
|
|
1659
|
-
const [i] =
|
|
1660
|
-
return
|
|
1694
|
+
const [i] = R.useForm();
|
|
1695
|
+
return L(() => {
|
|
1661
1696
|
o && (o.id || o.pswr) && i.setFieldsValue({ id: o.id, pswr: o.pswr });
|
|
1662
1697
|
}, [o, i]), /* @__PURE__ */ e("div", { className: "login-main", children: /* @__PURE__ */ g("div", { className: "login_wrap", children: [
|
|
1663
1698
|
p || /* @__PURE__ */ e("div", { className: "logo_box" }),
|
|
1664
1699
|
/* @__PURE__ */ e("div", { className: "login_title" }),
|
|
1665
|
-
/* @__PURE__ */ e(
|
|
1700
|
+
/* @__PURE__ */ e(R, { form: i, onFinish: r, className: "login-form", children: /* @__PURE__ */ g(Be, { vertical: !0, children: [
|
|
1666
1701
|
/* @__PURE__ */ e(
|
|
1667
|
-
|
|
1702
|
+
R.Item,
|
|
1668
1703
|
{
|
|
1669
1704
|
name: "id",
|
|
1670
1705
|
rules: [
|
|
@@ -1678,7 +1713,7 @@ function sn({
|
|
|
1678
1713
|
}
|
|
1679
1714
|
),
|
|
1680
1715
|
/* @__PURE__ */ e(
|
|
1681
|
-
|
|
1716
|
+
R.Item,
|
|
1682
1717
|
{
|
|
1683
1718
|
name: "pswr",
|
|
1684
1719
|
rules: [{ required: !0, message: "비밀번호를 입력하세요." }],
|
|
@@ -1692,27 +1727,27 @@ function sn({
|
|
|
1692
1727
|
)
|
|
1693
1728
|
}
|
|
1694
1729
|
),
|
|
1695
|
-
/* @__PURE__ */ e(
|
|
1730
|
+
/* @__PURE__ */ e(R.Item, { name: "remember", valuePropName: "checked", children: /* @__PURE__ */ e(De, { children: d.remember }) }),
|
|
1696
1731
|
/* @__PURE__ */ e("div", { className: n ? "caps-lock caps-lock-on" : "caps-lock", children: n ? "Caps Lock On" : "Caps Lock Off" }),
|
|
1697
|
-
/* @__PURE__ */ e(
|
|
1732
|
+
/* @__PURE__ */ e(R.Item, { children: /* @__PURE__ */ e(x, { type: "primary", htmlType: "submit", loading: t, block: !0, children: d.login }) })
|
|
1698
1733
|
] }) }),
|
|
1699
1734
|
m
|
|
1700
1735
|
] }) });
|
|
1701
1736
|
}
|
|
1702
1737
|
export {
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1738
|
+
nn as A,
|
|
1739
|
+
rn as B,
|
|
1740
|
+
Ot as C,
|
|
1741
|
+
an as D,
|
|
1742
|
+
tn as L,
|
|
1743
|
+
zt as P,
|
|
1744
|
+
on as a,
|
|
1745
|
+
sn as b,
|
|
1746
|
+
Rt as c,
|
|
1747
|
+
wt as d,
|
|
1748
|
+
Lt as e,
|
|
1749
|
+
Pt as f,
|
|
1750
|
+
Et as g,
|
|
1751
|
+
Vt as h,
|
|
1752
|
+
bt as l
|
|
1718
1753
|
};
|