@bwg-ui/core 1.2.29 → 1.2.31
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/CMSearchIntfGwP01-C4Kg1iWo.cjs +1 -0
- package/dist/chunks/CMSearchIntfGwP01-CIf-fHXy.js +280 -0
- package/dist/chunks/MenuReport-DQS5SAmi.cjs +1 -0
- package/dist/chunks/{MenuReport-BOTGoNCO.js → MenuReport-GeXRkcDD.js} +26 -26
- package/dist/chunks/common-components-CyqUT5Vj.cjs +1109 -0
- package/dist/chunks/{common-components-DAW4iyA6.js → common-components-DNos8aEG.js} +14462 -14840
- package/dist/chunks/{layout-components-BtcSZhtL.js → layout-components-C4ehuALr.js} +537 -453
- package/dist/chunks/layout-components-USIA9TVn.cjs +35 -0
- package/dist/components/common/ButtonAccessController.d.ts.map +1 -1
- package/dist/components/common/BwgGrid.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/SearchBox.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +1 -1
- package/dist/components/core/BwgButton.d.ts +2 -2
- package/dist/components/core/BwgButton.d.ts.map +1 -1
- package/dist/components/core/index.cjs +1 -1
- package/dist/components/core/index.js +299 -276
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.js +1 -1
- package/dist/components/layout/custom/ConfigurableHeader.d.ts.map +1 -1
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/layout/types.d.ts +7 -0
- package/dist/components/layout/types.d.ts.map +1 -1
- package/dist/components/pages/rsrc/CMFileMstrM01.d.ts.map +1 -1
- package/dist/components/popup/CMSearchIntfGwP01.d.ts +8 -0
- package/dist/components/popup/CMSearchIntfGwP01.d.ts.map +1 -0
- package/dist/components/popup/SearchOrganizationP01.d.ts +2 -1
- 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.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +248 -246
- package/dist/provider/contexts/ServiceCodeContext.d.ts.map +1 -1
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +90 -90
- package/dist/public/realgrid/css/realgrid-style-custom.css +3 -3
- package/dist/stores/index.cjs +2 -2
- package/dist/stores/index.js +27 -6
- package/dist/stores/userStore.d.ts +15 -0
- package/dist/stores/userStore.d.ts.map +1 -1
- package/dist/styles/assets/images/header/icon/ico-bell.svg +3 -3
- package/dist/styles/assets/images/header/icon/ico-logout.svg +10 -10
- package/dist/styles/assets/images/header/icon/ico-setting.svg +4 -4
- package/dist/styles/assets/images/header/icon/ico-sidebar-arrow.svg +3 -3
- package/dist/styles/layout.css +1 -1
- package/dist/utils/{fileUtils.d.ts → FileUtils.d.ts} +1 -1
- package/dist/utils/FileUtils.d.ts.map +1 -0
- package/dist/utils/colorFormat.d.ts +169 -0
- package/dist/utils/colorFormat.d.ts.map +1 -0
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +179 -9
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1152 -954
- package/package.json +1 -1
- package/dist/chunks/MenuReport-YSnbFhL_.cjs +0 -1
- package/dist/chunks/common-components-BOFr4JmN.cjs +0 -1109
- package/dist/chunks/layout-components-CthY7deC.cjs +0 -35
- package/dist/utils/fileUtils.d.ts.map +0 -1
package/dist/stores/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { create as b } from "zustand";
|
|
2
2
|
import { callService as N, getServiceCode as w, getUserId as v, getUserInfo as ee, getCookie as te, encryptSha256 as oe, setCookie as $ } from "../utils/index.js";
|
|
3
3
|
import { message as L } from "antd";
|
|
4
|
-
import { l as se } from "../chunks/layout-components-
|
|
4
|
+
import { l as se } from "../chunks/layout-components-C4ehuALr.js";
|
|
5
5
|
import { useState as X, useCallback as q } from "react";
|
|
6
6
|
import { useNavigate as ne } from "react-router-dom";
|
|
7
7
|
function re(n, r) {
|
|
@@ -144,6 +144,12 @@ const E = (n) => (r) => {
|
|
|
144
144
|
user: null,
|
|
145
145
|
hrInfo: null,
|
|
146
146
|
buttonAuths: {},
|
|
147
|
+
componentSize: 1,
|
|
148
|
+
// 기본값: 보통
|
|
149
|
+
gridSize: 2,
|
|
150
|
+
// 기본값: 크게
|
|
151
|
+
spacingSize: 2,
|
|
152
|
+
// 기본값: 크게
|
|
147
153
|
isLoggedIn: () => !!r().user,
|
|
148
154
|
// 로그인
|
|
149
155
|
setLoginUser: (e, s) => {
|
|
@@ -162,6 +168,18 @@ const E = (n) => (r) => {
|
|
|
162
168
|
hrInfo: { ...t, ...s }
|
|
163
169
|
});
|
|
164
170
|
},
|
|
171
|
+
// 컴포넌트 사이즈 설정
|
|
172
|
+
setComponentSize: (e) => {
|
|
173
|
+
n({ componentSize: e }), console.log("컴포넌트 사이즈 변경:", e);
|
|
174
|
+
},
|
|
175
|
+
// 그리드 사이즈 설정
|
|
176
|
+
setGridSize: (e) => {
|
|
177
|
+
n({ gridSize: e }), console.log("그리드 사이즈 변경:", e);
|
|
178
|
+
},
|
|
179
|
+
// 여백 사이즈 설정
|
|
180
|
+
setSpacingSize: (e) => {
|
|
181
|
+
n({ spacingSize: e }), console.log("여백 사이즈 변경:", e);
|
|
182
|
+
},
|
|
165
183
|
// 권한 확인 결과 가져오기
|
|
166
184
|
getButtonAuth: (e, s) => {
|
|
167
185
|
const o = `${e}_${s}`;
|
|
@@ -188,6 +206,9 @@ const E = (n) => (r) => {
|
|
|
188
206
|
partialize: (n) => ({
|
|
189
207
|
user: n.user,
|
|
190
208
|
hrInfo: n.hrInfo,
|
|
209
|
+
componentSize: n.componentSize,
|
|
210
|
+
gridSize: n.gridSize,
|
|
211
|
+
spacingSize: n.spacingSize,
|
|
191
212
|
isLoggedIn: n.isLoggedIn
|
|
192
213
|
// buttonAuthCache는 세션 동안만 유지 (localStorage에 저장 안 함)
|
|
193
214
|
})
|
|
@@ -857,7 +878,7 @@ const E = (n) => (r) => {
|
|
|
857
878
|
Math.max(0, Math.min(o, m.length)),
|
|
858
879
|
0,
|
|
859
880
|
e
|
|
860
|
-
), i.prntBkmkId = s, n({ nodes: d, rootIds: c }),
|
|
881
|
+
), i.prntBkmkId = s, n({ nodes: d, rootIds: c }), z(d, c, s), z(d, c, l);
|
|
861
882
|
try {
|
|
862
883
|
await N("SCMBKMK00104", {
|
|
863
884
|
// 백엔드 명칭 호환
|
|
@@ -1147,7 +1168,7 @@ function O(n, r) {
|
|
|
1147
1168
|
if (e.type === "M" && e.menuId === r) return e.bkmkId;
|
|
1148
1169
|
return null;
|
|
1149
1170
|
}
|
|
1150
|
-
function
|
|
1171
|
+
function z(n, r, e) {
|
|
1151
1172
|
(!e || e === "-" ? r : n[e].children || []).forEach((o, t) => {
|
|
1152
1173
|
const a = n[o];
|
|
1153
1174
|
a && (a.sortOrdr = t);
|
|
@@ -1155,13 +1176,13 @@ function j(n, r, e) {
|
|
|
1155
1176
|
}
|
|
1156
1177
|
const T = {
|
|
1157
1178
|
DEFAULT_PRNT_GBCD: 1
|
|
1158
|
-
}, me = (n) => n && typeof n == "object" && typeof n.menuId == "string" && typeof n.menuNm == "string",
|
|
1179
|
+
}, me = (n) => n && typeof n == "object" && typeof n.menuId == "string" && typeof n.menuNm == "string", j = (n) => Array.isArray(n) && n.every(me);
|
|
1159
1180
|
let B = [], Y = [];
|
|
1160
1181
|
const Ce = (n) => {
|
|
1161
1182
|
if (n && typeof n == "object") {
|
|
1162
1183
|
const r = n;
|
|
1163
|
-
if (r.menus &&
|
|
1164
|
-
if (
|
|
1184
|
+
if (r.menus && j(r.menus)) return r.menus;
|
|
1185
|
+
if (j(n)) return n;
|
|
1165
1186
|
}
|
|
1166
1187
|
return console.warn("⚠️ 메뉴 응답이 비어있거나 예상과 다릅니다."), [];
|
|
1167
1188
|
}, he = (n, r) => !!r && n.crprCd === r.crprCd && n.userId === r.userId && (n.prntGbcd ?? T.DEFAULT_PRNT_GBCD) === (r.prntGbcd ?? T.DEFAULT_PRNT_GBCD), fe = (n) => {
|
|
@@ -21,14 +21,23 @@ export interface HrInfo {
|
|
|
21
21
|
jbdtCd: string;
|
|
22
22
|
jbkdCd: string;
|
|
23
23
|
}
|
|
24
|
+
export type ComponentSize = 0 | 1 | 2;
|
|
25
|
+
export type GridSize = 0 | 1 | 2;
|
|
26
|
+
export type SpacingSize = 0 | 1 | 2;
|
|
24
27
|
export interface UserStore {
|
|
25
28
|
user: UserInfo | null;
|
|
26
29
|
hrInfo: HrInfo | null;
|
|
27
30
|
buttonAuths: Record<string, Record<string, boolean>>;
|
|
31
|
+
componentSize: ComponentSize;
|
|
32
|
+
gridSize: GridSize;
|
|
33
|
+
spacingSize: SpacingSize;
|
|
28
34
|
isLoggedIn: () => boolean;
|
|
29
35
|
setLoginUser: (user: UserInfo, hrInfo?: HrInfo) => void;
|
|
30
36
|
clearLoginUser: () => void;
|
|
31
37
|
updateUser: (userData: Partial<UserInfo>, hrInfoData: Partial<HrInfo>) => void;
|
|
38
|
+
setComponentSize: (size: ComponentSize) => void;
|
|
39
|
+
setGridSize: (size: GridSize) => void;
|
|
40
|
+
setSpacingSize: (size: SpacingSize) => void;
|
|
32
41
|
getButtonAuth: (menuId: string, grpId: string) => Record<string, boolean> | null;
|
|
33
42
|
setButtonAuth: (menuId: string, grpId: string, data: Record<string, boolean>) => void;
|
|
34
43
|
clearButtonAuths: () => void;
|
|
@@ -40,6 +49,9 @@ export declare const useUserStore: import('zustand').UseBoundStore<Omit<import('
|
|
|
40
49
|
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<UserStore, {
|
|
41
50
|
user: UserInfo | null;
|
|
42
51
|
hrInfo: HrInfo | null;
|
|
52
|
+
componentSize: ComponentSize;
|
|
53
|
+
gridSize: GridSize;
|
|
54
|
+
spacingSize: SpacingSize;
|
|
43
55
|
isLoggedIn: () => boolean;
|
|
44
56
|
}, unknown>>) => void;
|
|
45
57
|
clearStorage: () => void;
|
|
@@ -50,6 +62,9 @@ export declare const useUserStore: import('zustand').UseBoundStore<Omit<import('
|
|
|
50
62
|
getOptions: () => Partial<import('zustand/middleware').PersistOptions<UserStore, {
|
|
51
63
|
user: UserInfo | null;
|
|
52
64
|
hrInfo: HrInfo | null;
|
|
65
|
+
componentSize: ComponentSize;
|
|
66
|
+
gridSize: GridSize;
|
|
67
|
+
spacingSize: SpacingSize;
|
|
53
68
|
isLoggedIn: () => boolean;
|
|
54
69
|
}, unknown>>;
|
|
55
70
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"userStore.d.ts","sourceRoot":"","sources":["../../src/stores/userStore.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAGD,MAAM,WAAW,MAAM;IACrB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"userStore.d.ts","sourceRoot":"","sources":["../../src/stores/userStore.ts"],"names":[],"mappings":"AAIA,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,MAAM,EAAE,CAAC;CACpB;AAGD,MAAM,WAAW,MAAM;IACrB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAGD,MAAM,MAAM,aAAa,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEtC,MAAM,MAAM,QAAQ,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAEjC,MAAM,MAAM,WAAW,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;AAGpC,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAC;IACtB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAEtB,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC;IAErD,aAAa,EAAE,aAAa,CAAC;IAE7B,QAAQ,EAAE,QAAQ,CAAC;IAEnB,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,MAAM,OAAO,CAAC;IAC1B,YAAY,EAAE,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;IACxD,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,UAAU,EAAE,CACV,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAC3B,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,KACxB,IAAI,CAAC;IAEV,gBAAgB,EAAE,CAAC,IAAI,EAAE,aAAa,KAAK,IAAI,CAAC;IAEhD,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;IAEtC,cAAc,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAE5C,aAAa,EAAE,CACb,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,KACV,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IAEpC,aAAa,EAAE,CACb,MAAM,EAAE,MAAM,EACd,KAAK,EAAE,MAAM,EACb,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAC1B,IAAI,CAAC;IAEV,gBAAgB,EAAE,MAAM,IAAI,CAAC;CAC9B;AAGD,eAAO,MAAM,YAAY;;;;;;;;;;8BA7BL,OAAO;;;;;;;;;;;;;8BAAP,OAAO;;;EAyH1B,CAAC"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M11.9998 19.9993V20.9993C11.9998 21.3932 12.0774 21.7833 12.2282 22.1473C12.3789 22.5112 12.5999 22.8419 12.8785 23.1205C13.157 23.399 13.4877 23.62 13.8517 23.7708C14.2156 23.9215 14.6057 23.9991 14.9997 23.9991C15.3936 23.9991 15.7837 23.9215 16.1477 23.7708C16.5116 23.62 16.8423 23.399 17.1209 23.1205C17.3994 22.8419 17.6204 22.5112 17.7712 22.1473C17.9219 21.7833 17.9995 21.3932 17.9995 20.9993V19.9993M20.9994 11.9997C20.9994 14.9996 22.9993 19.9993 22.9993 19.9993H7.00006C7.00006 19.9993 8.99996 15.9995 8.99996 11.9997C8.99996 8.73187 11.7318 6 14.9997 6C18.2675 6 20.9994 8.73187 20.9994 11.9997Z" stroke="#485299" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.9998 19.9993V20.9993C11.9998 21.3932 12.0774 21.7833 12.2282 22.1473C12.3789 22.5112 12.5999 22.8419 12.8785 23.1205C13.157 23.399 13.4877 23.62 13.8517 23.7708C14.2156 23.9215 14.6057 23.9991 14.9997 23.9991C15.3936 23.9991 15.7837 23.9215 16.1477 23.7708C16.5116 23.62 16.8423 23.399 17.1209 23.1205C17.3994 22.8419 17.6204 22.5112 17.7712 22.1473C17.9219 21.7833 17.9995 21.3932 17.9995 20.9993V19.9993M20.9994 11.9997C20.9994 14.9996 22.9993 19.9993 22.9993 19.9993H7.00006C7.00006 19.9993 8.99996 15.9995 8.99996 11.9997C8.99996 8.73187 11.7318 6 14.9997 6C18.2675 6 20.9994 8.73187 20.9994 11.9997Z" stroke="#485299" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
</svg>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_93_4488)">
|
|
3
|
-
<path d="M18 7H21C22.1046 7 23 7.89543 23 9V21C23 22.1046 22.1046 23 21 23H18M11 11L7 15M7 15L11 19M7 15L19 15" stroke="#485299" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
-
</g>
|
|
5
|
-
<defs>
|
|
6
|
-
<clipPath id="clip0_93_4488">
|
|
7
|
-
<rect width="30" height="30" fill="white"/>
|
|
8
|
-
</clipPath>
|
|
9
|
-
</defs>
|
|
10
|
-
</svg>
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_93_4488)">
|
|
3
|
+
<path d="M18 7H21C22.1046 7 23 7.89543 23 9V21C23 22.1046 22.1046 23 21 23H18M11 11L7 15M7 15L11 19M7 15L19 15" stroke="#485299" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</g>
|
|
5
|
+
<defs>
|
|
6
|
+
<clipPath id="clip0_93_4488">
|
|
7
|
+
<rect width="30" height="30" fill="white"/>
|
|
8
|
+
</clipPath>
|
|
9
|
+
</defs>
|
|
10
|
+
</svg>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M14 6H16C16.5523 6 17 6.44772 17 7V7.56879C17 7.99659 17.2871 8.36825 17.6822 8.53228C18.0775 8.69638 18.5377 8.63384 18.8403 8.33123L19.2426 7.92891C19.6331 7.53838 20.2663 7.53838 20.6568 7.92891L22.071 9.34312C22.4616 9.73365 22.4615 10.3668 22.071 10.7573L21.6688 11.1596C21.3661 11.4622 21.3036 11.9225 21.4677 12.3177C21.6317 12.7129 22.0034 13 22.4313 13L23 13C23.5523 13 24 13.4477 24 14V16C24 16.5523 23.5523 17 23 17H22.4312C22.0034 17 21.6318 17.2871 21.4677 17.6822C21.3036 18.0775 21.3661 18.5377 21.6688 18.8403L22.071 19.2426C22.4616 19.6331 22.4616 20.2663 22.071 20.6568L20.6568 22.071C20.2663 22.4616 19.6331 22.4616 19.2426 22.071L18.8403 21.6688C18.5377 21.3661 18.0775 21.3036 17.6822 21.4677C17.2871 21.6318 17 22.0034 17 22.4312V23C17 23.5523 16.5523 24 16 24H14C13.4477 24 13 23.5523 13 23V22.4313C13 22.0034 12.7129 21.6317 12.3177 21.4677C11.9225 21.3036 11.4622 21.3661 11.1596 21.6688L10.7573 22.071C10.3668 22.4616 9.73363 22.4616 9.34311 22.071L7.92889 20.6568C7.53837 20.2663 7.53837 19.6331 7.92889 19.2426L8.33123 18.8403C8.63384 18.5377 8.69638 18.0775 8.53228 17.6822C8.36825 17.2871 7.99659 17 7.56879 17H7C6.44772 17 6 16.5523 6 16V14C6 13.4477 6.44772 13 7 13L7.56877 13C7.99658 13 8.36825 12.7129 8.53229 12.3178C8.6964 11.9225 8.63386 11.4623 8.33123 11.1597L7.92891 10.7573C7.53838 10.3668 7.53838 9.73365 7.92891 9.34313L9.34312 7.92891C9.73365 7.53839 10.3668 7.53839 10.7573 7.92891L11.1597 8.33123C11.4623 8.63386 11.9225 8.6964 12.3178 8.53229C12.7129 8.36825 13 7.99658 13 7.56876V7C13 6.44772 13.4477 6 14 6Z" stroke="#485299" stroke-width="1.5"/>
|
|
3
|
-
<path d="M17 15C17 16.1046 16.1046 17 15 17C13.8954 17 13 16.1046 13 15C13 13.8954 13.8954 13 15 13C16.1046 13 17 13.8954 17 15Z" stroke="#485299" stroke-width="1.5"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 6H16C16.5523 6 17 6.44772 17 7V7.56879C17 7.99659 17.2871 8.36825 17.6822 8.53228C18.0775 8.69638 18.5377 8.63384 18.8403 8.33123L19.2426 7.92891C19.6331 7.53838 20.2663 7.53838 20.6568 7.92891L22.071 9.34312C22.4616 9.73365 22.4615 10.3668 22.071 10.7573L21.6688 11.1596C21.3661 11.4622 21.3036 11.9225 21.4677 12.3177C21.6317 12.7129 22.0034 13 22.4313 13L23 13C23.5523 13 24 13.4477 24 14V16C24 16.5523 23.5523 17 23 17H22.4312C22.0034 17 21.6318 17.2871 21.4677 17.6822C21.3036 18.0775 21.3661 18.5377 21.6688 18.8403L22.071 19.2426C22.4616 19.6331 22.4616 20.2663 22.071 20.6568L20.6568 22.071C20.2663 22.4616 19.6331 22.4616 19.2426 22.071L18.8403 21.6688C18.5377 21.3661 18.0775 21.3036 17.6822 21.4677C17.2871 21.6318 17 22.0034 17 22.4312V23C17 23.5523 16.5523 24 16 24H14C13.4477 24 13 23.5523 13 23V22.4313C13 22.0034 12.7129 21.6317 12.3177 21.4677C11.9225 21.3036 11.4622 21.3661 11.1596 21.6688L10.7573 22.071C10.3668 22.4616 9.73363 22.4616 9.34311 22.071L7.92889 20.6568C7.53837 20.2663 7.53837 19.6331 7.92889 19.2426L8.33123 18.8403C8.63384 18.5377 8.69638 18.0775 8.53228 17.6822C8.36825 17.2871 7.99659 17 7.56879 17H7C6.44772 17 6 16.5523 6 16V14C6 13.4477 6.44772 13 7 13L7.56877 13C7.99658 13 8.36825 12.7129 8.53229 12.3178C8.6964 11.9225 8.63386 11.4623 8.33123 11.1597L7.92891 10.7573C7.53838 10.3668 7.53838 9.73365 7.92891 9.34313L9.34312 7.92891C9.73365 7.53839 10.3668 7.53839 10.7573 7.92891L11.1597 8.33123C11.4623 8.63386 11.9225 8.6964 12.3178 8.53229C12.7129 8.36825 13 7.99658 13 7.56876V7C13 6.44772 13.4477 6 14 6Z" stroke="#485299" stroke-width="1.5"/>
|
|
3
|
+
<path d="M17 15C17 16.1046 16.1046 17 15 17C13.8954 17 13 16.1046 13 15C13 13.8954 13.8954 13 15 13C16.1046 13 17 13.8954 17 15Z" stroke="#485299" stroke-width="1.5"/>
|
|
4
|
+
</svg>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M6.77771 8.1809C6.37747 8.67607 5.62253 8.67607 5.22229 8.18089L2.98627 5.41454C2.4577 4.7606 2.92314 3.78592 3.76399 3.78592L8.23602 3.78592C9.07687 3.78592 9.5423 4.7606 9.01373 5.41454L6.77771 8.1809Z" fill="#B9B9B9"/>
|
|
3
|
-
</svg>
|
|
1
|
+
<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M6.77771 8.1809C6.37747 8.67607 5.62253 8.67607 5.22229 8.18089L2.98627 5.41454C2.4577 4.7606 2.92314 3.78592 3.76399 3.78592L8.23602 3.78592C9.07687 3.78592 9.5423 4.7606 9.01373 5.41454L6.77771 8.1809Z" fill="#B9B9B9"/>
|
|
3
|
+
</svg>
|
package/dist/styles/layout.css
CHANGED
|
@@ -13,4 +13,4 @@ export declare const downloadFile: (data: string, filename: string, type?: strin
|
|
|
13
13
|
* @returns API 호출 결과 또는 오류
|
|
14
14
|
*/
|
|
15
15
|
export declare function downloadByFileKey(fileKey: string): Promise<any>;
|
|
16
|
-
//# sourceMappingURL=
|
|
16
|
+
//# sourceMappingURL=FileUtils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FileUtils.d.ts","sourceRoot":"","sources":["../../src/utils/FileUtils.ts"],"names":[],"mappings":"AAGA;;;;;;GAMG;AACH,eAAO,MAAM,YAAY,GAAI,MAAM,MAAM,EAAE,UAAU,MAAM,EAAE,OAAM,MAAqB,KAAG,IAU1F,CAAA;AAED;;;;;GAKG;AACH,wBAAsB,iBAAiB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,GAAG,CAAC,CAqCrE"}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
export declare const colorFormat: {
|
|
2
|
+
readonly site: {
|
|
3
|
+
readonly purple01: "var(--bwg-purple-1)";
|
|
4
|
+
readonly purple02: "var(--bwg-purple-2)";
|
|
5
|
+
readonly purple03: "var(--bwg-purple-3)";
|
|
6
|
+
readonly purple04: "var(--bwg-purple-4)";
|
|
7
|
+
readonly purple05: "var(--bwg-purple-5)";
|
|
8
|
+
readonly green01: "var(--bwg-green-1)";
|
|
9
|
+
readonly green02: "var(--bwg-green-2)";
|
|
10
|
+
readonly green03: "var(--bwg-green-3)";
|
|
11
|
+
readonly green04: "var(--bwg-green-4)";
|
|
12
|
+
readonly green05: "var(--bwg-green-5)";
|
|
13
|
+
readonly blue01: "var(--bwg-blue-1)";
|
|
14
|
+
readonly blue02: "var(--bwg-blue-2)";
|
|
15
|
+
readonly blue03: "var(--bwg-blue-3)";
|
|
16
|
+
readonly blue04: "var(--bwg-blue-4)";
|
|
17
|
+
readonly blue05: "var(--bwg-blue-5)";
|
|
18
|
+
readonly red01: "var(--bwg-red-1)";
|
|
19
|
+
readonly red02: "var(--bwg-red-2)";
|
|
20
|
+
readonly red03: "var(--bwg-red-3)";
|
|
21
|
+
readonly red04: "var(--bwg-red-4)";
|
|
22
|
+
readonly red05: "var(--bwg-red-5)";
|
|
23
|
+
readonly yellow01: "var(--bwg-yellow-1)";
|
|
24
|
+
readonly yellow02: "var(--bwg-yellow-2)";
|
|
25
|
+
readonly yellow03: "var(--bwg-yellow-3)";
|
|
26
|
+
readonly yellow04: "var(--bwg-yellow-4)";
|
|
27
|
+
readonly yellow05: "var(--bwg-yellow-5)";
|
|
28
|
+
};
|
|
29
|
+
readonly default: {
|
|
30
|
+
readonly red01: string;
|
|
31
|
+
readonly red02: string;
|
|
32
|
+
readonly red03: string;
|
|
33
|
+
readonly red04: string;
|
|
34
|
+
readonly red05: string;
|
|
35
|
+
readonly red06: string;
|
|
36
|
+
readonly red07: string;
|
|
37
|
+
readonly red08: string;
|
|
38
|
+
readonly red09: string;
|
|
39
|
+
readonly red10: string;
|
|
40
|
+
readonly volcano01: string;
|
|
41
|
+
readonly volcano02: string;
|
|
42
|
+
readonly volcano03: string;
|
|
43
|
+
readonly volcano04: string;
|
|
44
|
+
readonly volcano05: string;
|
|
45
|
+
readonly volcano06: string;
|
|
46
|
+
readonly volcano07: string;
|
|
47
|
+
readonly volcano08: string;
|
|
48
|
+
readonly volcano09: string;
|
|
49
|
+
readonly volcano10: string;
|
|
50
|
+
readonly orange01: string;
|
|
51
|
+
readonly orange02: string;
|
|
52
|
+
readonly orange03: string;
|
|
53
|
+
readonly orange04: string;
|
|
54
|
+
readonly orange05: string;
|
|
55
|
+
readonly orange06: string;
|
|
56
|
+
readonly orange07: string;
|
|
57
|
+
readonly orange08: string;
|
|
58
|
+
readonly orange09: string;
|
|
59
|
+
readonly orange10: string;
|
|
60
|
+
readonly lime01: string;
|
|
61
|
+
readonly lime02: string;
|
|
62
|
+
readonly lime03: string;
|
|
63
|
+
readonly lime04: string;
|
|
64
|
+
readonly lime05: string;
|
|
65
|
+
readonly lime06: string;
|
|
66
|
+
readonly lime07: string;
|
|
67
|
+
readonly lime08: string;
|
|
68
|
+
readonly lime09: string;
|
|
69
|
+
readonly lime10: string;
|
|
70
|
+
readonly gold01: string;
|
|
71
|
+
readonly gold02: string;
|
|
72
|
+
readonly gold03: string;
|
|
73
|
+
readonly gold04: string;
|
|
74
|
+
readonly gold05: string;
|
|
75
|
+
readonly gold06: string;
|
|
76
|
+
readonly gold07: string;
|
|
77
|
+
readonly gold08: string;
|
|
78
|
+
readonly gold09: string;
|
|
79
|
+
readonly gold10: string;
|
|
80
|
+
readonly yellow01: string;
|
|
81
|
+
readonly yellow02: string;
|
|
82
|
+
readonly yellow03: string;
|
|
83
|
+
readonly yellow04: string;
|
|
84
|
+
readonly yellow05: string;
|
|
85
|
+
readonly yellow06: string;
|
|
86
|
+
readonly yellow07: string;
|
|
87
|
+
readonly yellow08: string;
|
|
88
|
+
readonly yellow09: string;
|
|
89
|
+
readonly yellow10: string;
|
|
90
|
+
readonly green01: string;
|
|
91
|
+
readonly green02: string;
|
|
92
|
+
readonly green03: string;
|
|
93
|
+
readonly green04: string;
|
|
94
|
+
readonly green05: string;
|
|
95
|
+
readonly green06: string;
|
|
96
|
+
readonly green07: string;
|
|
97
|
+
readonly green08: string;
|
|
98
|
+
readonly green09: string;
|
|
99
|
+
readonly green10: string;
|
|
100
|
+
readonly cyan01: string;
|
|
101
|
+
readonly cyan02: string;
|
|
102
|
+
readonly cyan03: string;
|
|
103
|
+
readonly cyan04: string;
|
|
104
|
+
readonly cyan05: string;
|
|
105
|
+
readonly cyan06: string;
|
|
106
|
+
readonly cyan07: string;
|
|
107
|
+
readonly cyan08: string;
|
|
108
|
+
readonly cyan09: string;
|
|
109
|
+
readonly cyan10: string;
|
|
110
|
+
readonly blue01: string;
|
|
111
|
+
readonly blue02: string;
|
|
112
|
+
readonly blue03: string;
|
|
113
|
+
readonly blue04: string;
|
|
114
|
+
readonly blue05: string;
|
|
115
|
+
readonly blue06: string;
|
|
116
|
+
readonly blue07: string;
|
|
117
|
+
readonly blue08: string;
|
|
118
|
+
readonly blue09: string;
|
|
119
|
+
readonly blue10: string;
|
|
120
|
+
readonly geekblue01: string;
|
|
121
|
+
readonly geekblue02: string;
|
|
122
|
+
readonly geekblue03: string;
|
|
123
|
+
readonly geekblue04: string;
|
|
124
|
+
readonly geekblue05: string;
|
|
125
|
+
readonly geekblue06: string;
|
|
126
|
+
readonly geekblue07: string;
|
|
127
|
+
readonly geekblue08: string;
|
|
128
|
+
readonly geekblue09: string;
|
|
129
|
+
readonly geekblue10: string;
|
|
130
|
+
readonly purple01: string;
|
|
131
|
+
readonly purple02: string;
|
|
132
|
+
readonly purple03: string;
|
|
133
|
+
readonly purple04: string;
|
|
134
|
+
readonly purple05: string;
|
|
135
|
+
readonly purple06: string;
|
|
136
|
+
readonly purple07: string;
|
|
137
|
+
readonly purple08: string;
|
|
138
|
+
readonly purple09: string;
|
|
139
|
+
readonly purple10: string;
|
|
140
|
+
readonly magenta01: string;
|
|
141
|
+
readonly magenta02: string;
|
|
142
|
+
readonly magenta03: string;
|
|
143
|
+
readonly magenta04: string;
|
|
144
|
+
readonly magenta05: string;
|
|
145
|
+
readonly magenta06: string;
|
|
146
|
+
readonly magenta07: string;
|
|
147
|
+
readonly magenta08: string;
|
|
148
|
+
readonly magenta09: string;
|
|
149
|
+
readonly magenta10: string;
|
|
150
|
+
readonly gray01: string;
|
|
151
|
+
readonly gray02: string;
|
|
152
|
+
readonly gray03: string;
|
|
153
|
+
readonly gray04: string;
|
|
154
|
+
readonly gray05: string;
|
|
155
|
+
readonly gray06: string;
|
|
156
|
+
readonly gray07: string;
|
|
157
|
+
readonly gray08: string;
|
|
158
|
+
readonly gray09: string;
|
|
159
|
+
readonly gray10: string;
|
|
160
|
+
};
|
|
161
|
+
readonly status: {
|
|
162
|
+
readonly error: string;
|
|
163
|
+
readonly warning: string;
|
|
164
|
+
readonly success: string;
|
|
165
|
+
readonly info: string;
|
|
166
|
+
};
|
|
167
|
+
};
|
|
168
|
+
export type ColorFormatKey = keyof typeof colorFormat;
|
|
169
|
+
//# sourceMappingURL=colorFormat.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"colorFormat.d.ts","sourceRoot":"","sources":["../../src/utils/colorFormat.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsKd,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,MAAM,OAAO,WAAW,CAAC"}
|