@bwg-ui/core 1.2.8 → 1.2.11
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-DIkKwvta.cjs → MenuReport-CXsmjSvg.cjs} +1 -1
- package/dist/chunks/{MenuReport-CiL4ggPy.js → MenuReport-Dgq2wH6w.js} +1 -1
- package/dist/chunks/{common-components-G-FELsbw.js → common-components-Bp95qOup.js} +1348 -1327
- package/dist/chunks/{common-components-B4mah7DM.cjs → common-components-CoRIM-Z-.cjs} +16 -16
- package/dist/chunks/{layout-components-De-k79AV.cjs → layout-components-hCEUMfz3.cjs} +2 -2
- package/dist/chunks/{layout-components-mRRx1BIz.js → layout-components-yyItu5pi.js} +2 -2
- package/dist/components/common/BwgView.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +5 -5
- package/dist/components/core/index.cjs +1 -1
- package/dist/components/core/index.js +107 -107
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.js +1 -1
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/pages/auth/CMAuthMstrM01.d.ts +7 -0
- package/dist/components/pages/auth/CMAuthMstrM01.d.ts.map +1 -0
- package/dist/components/pages/auth/CMRoleMstrM01.d.ts +3 -0
- package/dist/components/pages/auth/CMRoleMstrM01.d.ts.map +1 -0
- package/dist/components/pages/guide/BwgComponentGuideM01.d.ts +3 -0
- package/dist/components/pages/guide/BwgComponentGuideM01.d.ts.map +1 -0
- package/dist/components/pages/guide/BwgDeveloperGuideM01.d.ts +3 -0
- package/dist/components/pages/guide/BwgDeveloperGuideM01.d.ts.map +1 -0
- package/dist/components/pages/guide/BwgReactGuideM01.d.ts +3 -0
- package/dist/components/pages/guide/BwgReactGuideM01.d.ts.map +1 -0
- package/dist/components/pages/index.d.ts +20 -0
- package/dist/components/pages/index.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMFileMstrM01.d.ts +3 -0
- package/dist/components/pages/rsrc/CMFileMstrM01.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMMenuMstrM01.d.ts +3 -0
- package/dist/components/pages/rsrc/CMMenuMstrM01.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMMenuPrgrSelectModal.d.ts +16 -0
- package/dist/components/pages/rsrc/CMMenuPrgrSelectModal.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMMenuPrntSelectModal.d.ts +16 -0
- package/dist/components/pages/rsrc/CMMenuPrntSelectModal.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMPopuMstrM01.d.ts +3 -0
- package/dist/components/pages/rsrc/CMPopuMstrM01.d.ts.map +1 -0
- package/dist/components/pages/rsrc/CMPrgrMstrM01.d.ts +3 -0
- package/dist/components/pages/rsrc/CMPrgrMstrM01.d.ts.map +1 -0
- package/dist/components/pages/syst/CMSystCfgM01.d.ts +3 -0
- package/dist/components/pages/syst/CMSystCfgM01.d.ts.map +1 -0
- package/dist/components/pages/syst/CMSystCodeM01.d.ts +3 -0
- package/dist/components/pages/syst/CMSystCodeM01.d.ts.map +1 -0
- package/dist/components/pages/user/CMUserMstrM01.d.ts +3 -0
- package/dist/components/pages/user/CMUserMstrM01.d.ts.map +1 -0
- package/dist/components/popup/SearchAddressModalM01.d.ts +7 -0
- package/dist/components/popup/SearchAddressModalM01.d.ts.map +1 -0
- package/dist/components/popup/SearchDepartmentP01.d.ts.map +1 -1
- package/dist/components/popup/SearchDepartmentP02.d.ts.map +1 -1
- package/dist/components/popup/SearchEmployeeP01.d.ts.map +1 -1
- package/dist/components/popup/SearchEmployeeP02.d.ts.map +1 -1
- package/dist/components/popup/SearchOrganizationP01.d.ts.map +1 -1
- package/dist/components/popup/SearchOrganizationP02.d.ts.map +1 -1
- package/dist/components/popup/index.cjs +1 -1
- package/dist/components/popup/index.d.ts +1 -1
- package/dist/components/popup/index.d.ts.map +1 -1
- package/dist/components/popup/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +237 -219
- package/dist/provider/hooks/usePopup.d.ts +2 -2
- package/dist/provider/hooks/usePopup.d.ts.map +1 -1
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +35 -35
- package/dist/stores/index.cjs +2 -2
- package/dist/stores/index.js +93 -77
- package/dist/stores/popupStore.d.ts +9 -1
- package/dist/stores/popupStore.d.ts.map +1 -1
- package/dist/stores/userStore.d.ts +16 -2
- 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/types/bwg-global.d.ts +2 -1
- package/dist/utils/commonUtils.d.ts +76 -11
- package/dist/utils/commonUtils.d.ts.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +18 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1393 -706
- package/dist/utils/userUtils.d.ts +6 -0
- package/dist/utils/userUtils.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/chunks/core-CXP75zcn.cjs +0 -1
- package/dist/chunks/core-pjW5SaWA.js +0 -513
- package/dist/chunks/enc-base64-Bg9x86kU.cjs +0 -1
- package/dist/chunks/enc-base64-DtP_G7ev.js +0 -101
- package/dist/chunks/sha256-BTxiV_cX.js +0 -78
- package/dist/chunks/sha256-CFa0dyCj.cjs +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 v, getServiceCode as E, getUserId as N, getUserInfo as K } from "../utils/index.js";
|
|
3
3
|
import { message as O } from "antd";
|
|
4
|
-
import { l as Y } from "../chunks/layout-components-
|
|
4
|
+
import { l as Y } from "../chunks/layout-components-yyItu5pi.js";
|
|
5
5
|
function q(r, s) {
|
|
6
6
|
let e;
|
|
7
7
|
try {
|
|
@@ -78,7 +78,7 @@ const H = (r) => (s) => {
|
|
|
78
78
|
);
|
|
79
79
|
o.getInitialState = () => m;
|
|
80
80
|
let p;
|
|
81
|
-
const
|
|
81
|
+
const I = () => {
|
|
82
82
|
var h, y;
|
|
83
83
|
if (!u) return;
|
|
84
84
|
a = !1, c.forEach((C) => {
|
|
@@ -127,7 +127,7 @@ const H = (r) => (s) => {
|
|
|
127
127
|
u?.removeItem(t.name);
|
|
128
128
|
},
|
|
129
129
|
getOptions: () => t,
|
|
130
|
-
rehydrate: () =>
|
|
130
|
+
rehydrate: () => I(),
|
|
131
131
|
hasHydrated: () => a,
|
|
132
132
|
onHydrate: (h) => (c.add(h), () => {
|
|
133
133
|
c.delete(h);
|
|
@@ -135,24 +135,29 @@ const H = (r) => (s) => {
|
|
|
135
135
|
onFinishHydration: (h) => (d.add(h), () => {
|
|
136
136
|
d.delete(h);
|
|
137
137
|
})
|
|
138
|
-
}, t.skipHydration ||
|
|
138
|
+
}, t.skipHydration || I(), p || m;
|
|
139
139
|
}, S = J, Z = b()(
|
|
140
140
|
S(
|
|
141
141
|
(r, s) => ({
|
|
142
142
|
user: null,
|
|
143
143
|
isLoggedIn: !1,
|
|
144
|
+
hrInfo: null,
|
|
144
145
|
// 로그인
|
|
145
|
-
login: (e) => {
|
|
146
|
-
r({ user: e, isLoggedIn: !0 }), console.log("사용자 로그인:", e);
|
|
146
|
+
login: (e, n) => {
|
|
147
|
+
r({ user: e, isLoggedIn: !0, hrInfo: n }), console.log("사용자 로그인:", e), console.log("HR 정보 저장:", n);
|
|
147
148
|
},
|
|
148
149
|
// 로그아웃
|
|
149
150
|
logout: () => {
|
|
150
|
-
r({ user: null, isLoggedIn: !1 }), console.log("사용자 로그아웃");
|
|
151
|
+
r({ user: null, isLoggedIn: !1, hrInfo: null }), console.log("사용자 로그아웃");
|
|
151
152
|
},
|
|
152
153
|
// 사용자 정보 업데이트
|
|
153
|
-
updateUser: (e) => {
|
|
154
|
-
const
|
|
155
|
-
|
|
154
|
+
updateUser: (e, n) => {
|
|
155
|
+
const o = s().user, t = s().hrInfo;
|
|
156
|
+
o && r({
|
|
157
|
+
user: { ...o, ...e }
|
|
158
|
+
}), t && r({
|
|
159
|
+
hrInfo: { ...t, ...n }
|
|
160
|
+
});
|
|
156
161
|
}
|
|
157
162
|
}),
|
|
158
163
|
{
|
|
@@ -160,6 +165,7 @@ const H = (r) => (s) => {
|
|
|
160
165
|
// 로컬 스토리지 키
|
|
161
166
|
partialize: (r) => ({
|
|
162
167
|
user: r.user,
|
|
168
|
+
hrInfo: r.hrInfo,
|
|
163
169
|
isLoggedIn: r.isLoggedIn
|
|
164
170
|
})
|
|
165
171
|
// 저장할 상태만 선택
|
|
@@ -217,7 +223,7 @@ const H = (r) => (s) => {
|
|
|
217
223
|
});
|
|
218
224
|
}
|
|
219
225
|
return console.log("대규모 데이터 변환 완료:", s), s;
|
|
220
|
-
},
|
|
226
|
+
}, g = b()(
|
|
221
227
|
S(
|
|
222
228
|
(r, s) => ({
|
|
223
229
|
codeData: null,
|
|
@@ -294,20 +300,20 @@ const H = (r) => (s) => {
|
|
|
294
300
|
(r, s) => ({
|
|
295
301
|
// 공통 데이터 스토어에서 상태 가져오기
|
|
296
302
|
get codeData() {
|
|
297
|
-
return
|
|
303
|
+
return g.getState().codeData;
|
|
298
304
|
},
|
|
299
305
|
get isLoading() {
|
|
300
|
-
return
|
|
306
|
+
return g.getState().isLoading;
|
|
301
307
|
},
|
|
302
308
|
get error() {
|
|
303
|
-
return
|
|
309
|
+
return g.getState().error;
|
|
304
310
|
},
|
|
305
311
|
get lastUpdated() {
|
|
306
|
-
return
|
|
312
|
+
return g.getState().lastUpdated;
|
|
307
313
|
},
|
|
308
314
|
// 공통코드 가져오기 (중앙 스토어 사용)
|
|
309
315
|
fetchCommonCodes: async () => {
|
|
310
|
-
await
|
|
316
|
+
await g.getState().fetchData();
|
|
311
317
|
},
|
|
312
318
|
// 1. 통합된 코드 목록 조회 (그룹코드 필수, 옵션으로 필터링)
|
|
313
319
|
getCodeList: (e, n) => {
|
|
@@ -318,34 +324,34 @@ const H = (r) => (s) => {
|
|
|
318
324
|
excludeParentCode: c = !1
|
|
319
325
|
} = n || {}, d = `simpleCodeList_${e}_${o}_${t}_${a}_${c}`;
|
|
320
326
|
if (l.optionCache.has(d)) {
|
|
321
|
-
const
|
|
322
|
-
return l.cacheHits.set(d,
|
|
327
|
+
const I = l.cacheHits.get(d) || 0;
|
|
328
|
+
return l.cacheHits.set(d, I + 1), l.optionCache.get(d);
|
|
323
329
|
}
|
|
324
|
-
const u =
|
|
330
|
+
const u = g.getState().codeData;
|
|
325
331
|
if (!u) return [];
|
|
326
332
|
if (!l.isGroupLoaded(e) && !u[e])
|
|
327
333
|
return console.warn(`그룹 ${e}가 아직 로드되지 않았습니다.`), [];
|
|
328
334
|
const i = [], f = u[e];
|
|
329
|
-
f && Object.values(f).forEach((
|
|
330
|
-
if (!(o && !
|
|
335
|
+
f && Object.values(f).forEach((I) => {
|
|
336
|
+
if (!(o && !I.enabled) && !(t && I.systemCodeYn !== "Y"))
|
|
331
337
|
if (c) {
|
|
332
|
-
const h = e.length, y =
|
|
338
|
+
const h = e.length, y = I.codeValue.substring(h);
|
|
333
339
|
y.length > 0 && i.push({
|
|
334
|
-
...
|
|
340
|
+
...I,
|
|
335
341
|
codeValue: y
|
|
336
342
|
// 자식코드만 사용
|
|
337
343
|
});
|
|
338
344
|
} else
|
|
339
|
-
i.push(
|
|
345
|
+
i.push(I);
|
|
340
346
|
});
|
|
341
347
|
let m;
|
|
342
|
-
a ? m = i.sort((
|
|
343
|
-
(
|
|
348
|
+
a ? m = i.sort((I, h) => I.sortOrder !== h.sortOrder ? I.sortOrder - h.sortOrder : I.codeValue.localeCompare(h.codeValue)) : m = i.sort(
|
|
349
|
+
(I, h) => I.codeValue.localeCompare(h.codeValue)
|
|
344
350
|
);
|
|
345
|
-
const p = m.map((
|
|
346
|
-
label:
|
|
347
|
-
value:
|
|
348
|
-
tagColor:
|
|
351
|
+
const p = m.map((I) => ({
|
|
352
|
+
label: I.codeNm,
|
|
353
|
+
value: I.codeValue,
|
|
354
|
+
tagColor: I.labelColor
|
|
349
355
|
}));
|
|
350
356
|
return l.optionCache.size >= F.CACHE_SIZE_LIMIT && l.cleanupCache(), l.optionCache.set(d, p), l.cacheHits.set(d, 1), p;
|
|
351
357
|
},
|
|
@@ -355,7 +361,7 @@ const H = (r) => (s) => {
|
|
|
355
361
|
const o = l.cacheHits.get(`name_${e}`) || 0;
|
|
356
362
|
return l.cacheHits.set(`name_${e}`, o + 1), l.nameCache.get(e);
|
|
357
363
|
}
|
|
358
|
-
const n =
|
|
364
|
+
const n = g.getState().codeData;
|
|
359
365
|
if (!n) return null;
|
|
360
366
|
for (const o of Object.values(n))
|
|
361
367
|
for (const t of Object.values(o))
|
|
@@ -369,7 +375,7 @@ const H = (r) => (s) => {
|
|
|
369
375
|
const o = l.cacheHits.get(`color_${e}`) || 0;
|
|
370
376
|
return l.cacheHits.set(`color_${e}`, o + 1), l.colorCache.get(e);
|
|
371
377
|
}
|
|
372
|
-
const n =
|
|
378
|
+
const n = g.getState().codeData;
|
|
373
379
|
if (!n) return null;
|
|
374
380
|
for (const o of Object.values(n))
|
|
375
381
|
for (const t of Object.values(o))
|
|
@@ -387,7 +393,7 @@ const H = (r) => (s) => {
|
|
|
387
393
|
const u = l.cacheHits.get(n) || 0;
|
|
388
394
|
return l.cacheHits.set(n, u + 1), l.optionCache.get(n);
|
|
389
395
|
}
|
|
390
|
-
const o =
|
|
396
|
+
const o = g.getState().codeData;
|
|
391
397
|
if (!o) return { labels: [], values: [], lookupDisplay: !0 };
|
|
392
398
|
const t = o[e];
|
|
393
399
|
if (!t) return { labels: [], values: [], lookupDisplay: !0 };
|
|
@@ -405,7 +411,7 @@ const H = (r) => (s) => {
|
|
|
405
411
|
const i = l.cacheHits.get(t) || 0;
|
|
406
412
|
return l.cacheHits.set(t, i + 1), l.codeCache.get(t);
|
|
407
413
|
}
|
|
408
|
-
const a =
|
|
414
|
+
const a = g.getState().codeData;
|
|
409
415
|
if (!a) return [];
|
|
410
416
|
const c = [], d = a[e];
|
|
411
417
|
d && Object.values(d).forEach((i) => {
|
|
@@ -433,7 +439,7 @@ const H = (r) => (s) => {
|
|
|
433
439
|
d
|
|
434
440
|
);
|
|
435
441
|
}
|
|
436
|
-
const u =
|
|
442
|
+
const u = g.getState().codeData;
|
|
437
443
|
if (!u) return [];
|
|
438
444
|
if (!l.isGroupLoaded(e) && !u[e])
|
|
439
445
|
return console.warn(`그룹 ${e}가 아직 로드되지 않았습니다.`), [];
|
|
@@ -449,8 +455,8 @@ const H = (r) => (s) => {
|
|
|
449
455
|
});
|
|
450
456
|
});
|
|
451
457
|
let m;
|
|
452
|
-
return c ? m = i.sort((p,
|
|
453
|
-
(p,
|
|
458
|
+
return c ? m = i.sort((p, I) => p.value.localeCompare(I.value)) : m = i.sort(
|
|
459
|
+
(p, I) => p.value.localeCompare(I.value)
|
|
454
460
|
), l.codeCache.size >= F.CACHE_SIZE_LIMIT && l.cleanupCache(), l.codeCache.set(d, m), l.cacheHits.set(d, 1), m;
|
|
455
461
|
},
|
|
456
462
|
// 7. 그룹코드 목록 조회
|
|
@@ -460,7 +466,7 @@ const H = (r) => (s) => {
|
|
|
460
466
|
const t = l.cacheHits.get(e) || 0;
|
|
461
467
|
return l.cacheHits.set(e, t + 1), JSON.parse(l.nameCache.get(e));
|
|
462
468
|
}
|
|
463
|
-
const n =
|
|
469
|
+
const n = g.getState().codeData;
|
|
464
470
|
if (!n) return [];
|
|
465
471
|
const o = Object.keys(n).sort();
|
|
466
472
|
return l.nameCache.set(
|
|
@@ -470,7 +476,7 @@ const H = (r) => (s) => {
|
|
|
470
476
|
},
|
|
471
477
|
// 공통코드 초기화
|
|
472
478
|
clearCodes: () => {
|
|
473
|
-
|
|
479
|
+
g.getState().clearData();
|
|
474
480
|
}
|
|
475
481
|
}),
|
|
476
482
|
{
|
|
@@ -485,20 +491,20 @@ const H = (r) => (s) => {
|
|
|
485
491
|
(r, s) => ({
|
|
486
492
|
// 공통 데이터 스토어에서 상태 가져오기
|
|
487
493
|
get codeData() {
|
|
488
|
-
return
|
|
494
|
+
return g.getState().codeData;
|
|
489
495
|
},
|
|
490
496
|
get isLoading() {
|
|
491
|
-
return
|
|
497
|
+
return g.getState().isLoading;
|
|
492
498
|
},
|
|
493
499
|
get error() {
|
|
494
|
-
return
|
|
500
|
+
return g.getState().error;
|
|
495
501
|
},
|
|
496
502
|
get lastUpdated() {
|
|
497
|
-
return
|
|
503
|
+
return g.getState().lastUpdated;
|
|
498
504
|
},
|
|
499
505
|
// 공통코드 가져오기 (중앙 스토어 사용)
|
|
500
506
|
fetchCommonCodes: async () => {
|
|
501
|
-
await
|
|
507
|
+
await g.getState().fetchData();
|
|
502
508
|
},
|
|
503
509
|
// 그룹코드와 옵션코드를 던졌을 때 상세코드의 옵션값을 리턴 (대규모 최적화)
|
|
504
510
|
getOptionValue: (e, n) => {
|
|
@@ -507,7 +513,7 @@ const H = (r) => (s) => {
|
|
|
507
513
|
const c = l.cacheHits.get(o) || 0;
|
|
508
514
|
return l.cacheHits.set(o, c + 1), l.optionCache.get(o);
|
|
509
515
|
}
|
|
510
|
-
const t =
|
|
516
|
+
const t = g.getState().codeData;
|
|
511
517
|
if (!t) return null;
|
|
512
518
|
const a = t[e];
|
|
513
519
|
if (a && a[n]) {
|
|
@@ -528,7 +534,7 @@ const H = (r) => (s) => {
|
|
|
528
534
|
},
|
|
529
535
|
// 공통코드 초기화
|
|
530
536
|
clearCodes: () => {
|
|
531
|
-
|
|
537
|
+
g.getState().clearData();
|
|
532
538
|
}
|
|
533
539
|
}),
|
|
534
540
|
{
|
|
@@ -538,25 +544,25 @@ const H = (r) => (s) => {
|
|
|
538
544
|
})
|
|
539
545
|
}
|
|
540
546
|
)
|
|
541
|
-
),
|
|
547
|
+
), Ie = b()(
|
|
542
548
|
S(
|
|
543
549
|
(r, s) => ({
|
|
544
550
|
// 공통 데이터 스토어에서 상태 가져오기
|
|
545
551
|
get codeData() {
|
|
546
|
-
return
|
|
552
|
+
return g.getState().codeData;
|
|
547
553
|
},
|
|
548
554
|
get isLoading() {
|
|
549
|
-
return
|
|
555
|
+
return g.getState().isLoading;
|
|
550
556
|
},
|
|
551
557
|
get error() {
|
|
552
|
-
return
|
|
558
|
+
return g.getState().error;
|
|
553
559
|
},
|
|
554
560
|
get lastUpdated() {
|
|
555
|
-
return
|
|
561
|
+
return g.getState().lastUpdated;
|
|
556
562
|
},
|
|
557
563
|
// 공통코드 가져오기 (중앙 스토어 사용)
|
|
558
564
|
fetchCommonCodes: async () => {
|
|
559
|
-
await
|
|
565
|
+
await g.getState().fetchData();
|
|
560
566
|
},
|
|
561
567
|
// 코드를 던졌을 때 컬러코드를 리턴 (대규모 최적화)
|
|
562
568
|
getColorCode: (e) => {
|
|
@@ -564,7 +570,7 @@ const H = (r) => (s) => {
|
|
|
564
570
|
const o = l.cacheHits.get(`color_${e}`) || 0;
|
|
565
571
|
return l.cacheHits.set(`color_${e}`, o + 1), l.colorCache.get(e);
|
|
566
572
|
}
|
|
567
|
-
const n =
|
|
573
|
+
const n = g.getState().codeData;
|
|
568
574
|
if (!n) return null;
|
|
569
575
|
for (const o of Object.values(n))
|
|
570
576
|
for (const t of Object.values(o))
|
|
@@ -582,7 +588,7 @@ const H = (r) => (s) => {
|
|
|
582
588
|
const t = l.cacheHits.get(e) || 0;
|
|
583
589
|
return l.cacheHits.set(e, t + 1), l.optionCache.get(e);
|
|
584
590
|
}
|
|
585
|
-
const n =
|
|
591
|
+
const n = g.getState().codeData;
|
|
586
592
|
if (!n) return [];
|
|
587
593
|
const o = [];
|
|
588
594
|
return Object.values(n).forEach((t) => {
|
|
@@ -596,7 +602,7 @@ const H = (r) => (s) => {
|
|
|
596
602
|
},
|
|
597
603
|
// 공통코드 초기화
|
|
598
604
|
clearCodes: () => {
|
|
599
|
-
|
|
605
|
+
g.getState().clearData();
|
|
600
606
|
}
|
|
601
607
|
}),
|
|
602
608
|
{
|
|
@@ -1330,45 +1336,55 @@ const ae = (r) => {
|
|
|
1330
1336
|
}
|
|
1331
1337
|
},
|
|
1332
1338
|
// 로컬 팝업 열기 (DB 조회 없이 레지스트리 매핑으로 렌더)
|
|
1333
|
-
openCorePopup: (e, n
|
|
1334
|
-
const
|
|
1335
|
-
...
|
|
1336
|
-
...
|
|
1339
|
+
openCorePopup: (e, n) => {
|
|
1340
|
+
const o = `popup_${Date.now()}_${Math.random().toString(36).substr(2, 9)}`, t = s().zIndexSeed + 1, c = Y[e]?.defaultConfig || {}, d = {
|
|
1341
|
+
...c,
|
|
1342
|
+
...n,
|
|
1337
1343
|
// buttons와 callback은 완전히 덮어쓰기 (병합하지 않음)
|
|
1338
|
-
buttons:
|
|
1339
|
-
callback:
|
|
1340
|
-
}, i = s().popups.find(
|
|
1344
|
+
buttons: n?.buttons !== void 0 ? n.buttons : c.buttons,
|
|
1345
|
+
callback: n?.callback !== void 0 ? n.callback : c.callback
|
|
1346
|
+
}, u = n?.defaultParams || {}, i = s().popups.find(
|
|
1341
1347
|
(m) => m.popupCode === e && m.isLocal
|
|
1342
1348
|
);
|
|
1343
1349
|
if (i) {
|
|
1344
1350
|
const m = s().zIndexSeed + 1;
|
|
1345
1351
|
r({ activePopupId: i.popupId, zIndexSeed: m }), r((p) => ({
|
|
1346
1352
|
popups: p.popups.map(
|
|
1347
|
-
(
|
|
1353
|
+
(I) => I.popupId === i.popupId ? {
|
|
1354
|
+
...I,
|
|
1355
|
+
config: d,
|
|
1356
|
+
zIndex: m,
|
|
1357
|
+
close: () => {
|
|
1358
|
+
s().closePopup(i.popupId);
|
|
1359
|
+
}
|
|
1360
|
+
} : I
|
|
1348
1361
|
)
|
|
1349
1362
|
}));
|
|
1350
1363
|
return;
|
|
1351
1364
|
}
|
|
1352
1365
|
const f = {
|
|
1353
|
-
popupId:
|
|
1366
|
+
popupId: o,
|
|
1354
1367
|
popupCode: e,
|
|
1355
|
-
popupTitle:
|
|
1368
|
+
popupTitle: d.title || e,
|
|
1356
1369
|
popupUrl: "",
|
|
1357
1370
|
// 로컬 팝업은 URL 사용 안 함
|
|
1358
|
-
popupParams:
|
|
1359
|
-
width:
|
|
1360
|
-
height:
|
|
1361
|
-
resizable:
|
|
1362
|
-
draggable:
|
|
1371
|
+
popupParams: u,
|
|
1372
|
+
width: d.width || 1e3,
|
|
1373
|
+
height: d.height || 700,
|
|
1374
|
+
resizable: d.resizable !== void 0 ? d.resizable : !0,
|
|
1375
|
+
draggable: d.draggable !== void 0 ? d.draggable : !0,
|
|
1363
1376
|
buttonList: [],
|
|
1364
|
-
config:
|
|
1377
|
+
config: d,
|
|
1365
1378
|
isLocal: !0,
|
|
1366
|
-
zIndex:
|
|
1379
|
+
zIndex: t,
|
|
1380
|
+
close: () => {
|
|
1381
|
+
s().closePopup(o);
|
|
1382
|
+
}
|
|
1367
1383
|
};
|
|
1368
1384
|
r((m) => ({
|
|
1369
1385
|
popups: [...m.popups, f],
|
|
1370
|
-
activePopupId:
|
|
1371
|
-
zIndexSeed:
|
|
1386
|
+
activePopupId: o,
|
|
1387
|
+
zIndexSeed: t
|
|
1372
1388
|
}));
|
|
1373
1389
|
},
|
|
1374
1390
|
// 팝업 닫기
|
|
@@ -1406,7 +1422,7 @@ const ae = (r) => {
|
|
|
1406
1422
|
)
|
|
1407
1423
|
}));
|
|
1408
1424
|
}
|
|
1409
|
-
})),
|
|
1425
|
+
})), ge = b((r) => ({
|
|
1410
1426
|
requestCount: 0,
|
|
1411
1427
|
loading: !1,
|
|
1412
1428
|
showLoading: () => r((s) => {
|
|
@@ -1432,10 +1448,10 @@ const ae = (r) => {
|
|
|
1432
1448
|
export {
|
|
1433
1449
|
be as useCode,
|
|
1434
1450
|
W as useCodeStore,
|
|
1435
|
-
|
|
1451
|
+
Ie as useColorStore,
|
|
1436
1452
|
ve as useFavorite,
|
|
1437
1453
|
V as useFavoriteStore,
|
|
1438
|
-
|
|
1454
|
+
ge as useLoadingStore,
|
|
1439
1455
|
Se as useMenuModel,
|
|
1440
1456
|
z as useMenuModelStore,
|
|
1441
1457
|
Me as useMenuView,
|
|
@@ -25,7 +25,7 @@ export interface PopupStore {
|
|
|
25
25
|
zIndexSeed: number;
|
|
26
26
|
openPopup: (popupCode: string, data?: any, config?: PopupConfig) => Promise<void>;
|
|
27
27
|
/** 코어 로컬 팝업 열기 (DB 조회 없음) */
|
|
28
|
-
openCorePopup: (localCode: string,
|
|
28
|
+
openCorePopup: (localCode: string, config?: CorePopupConfig) => void;
|
|
29
29
|
closePopup: (popupId: string) => void;
|
|
30
30
|
closeAllPopups: () => void;
|
|
31
31
|
setActivePopup: (popupId: string) => void;
|
|
@@ -64,6 +64,14 @@ export interface PopupConfig {
|
|
|
64
64
|
*/
|
|
65
65
|
callback?: (callbackParams?: any) => void;
|
|
66
66
|
}
|
|
67
|
+
export interface CorePopupConfig extends PopupConfig {
|
|
68
|
+
defaultParams?: any;
|
|
69
|
+
callback?: (callbackParams?: any) => void;
|
|
70
|
+
onSelect?: (selectedData?: any) => void;
|
|
71
|
+
onSearch?: (searchData?: any) => void;
|
|
72
|
+
onClose?: () => void;
|
|
73
|
+
onCancel?: (cancelData?: any) => void;
|
|
74
|
+
}
|
|
67
75
|
/**
|
|
68
76
|
* 팝업 내부 뷰 컴포넌트 타입
|
|
69
77
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"popupStore.d.ts","sourceRoot":"","sources":["../../src/stores/popupStore.ts"],"names":[],"mappings":"AAOA,MAAM,WAAW,SAAS;IACxB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,GAAG,CAAC;IAClB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,IAAI,CAAC;IACnB,uBAAuB;IACvB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,wCAAwC;IACxC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAGD,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,uBAAuB;IACvB,UAAU,EAAE,MAAM,CAAC;IAGnB,SAAS,EAAE,CACT,SAAS,EAAE,MAAM,EACjB,IAAI,CAAC,EAAE,GAAG,EACV,MAAM,CAAC,EAAE,WAAW,KACjB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,6BAA6B;IAC7B,aAAa,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"popupStore.d.ts","sourceRoot":"","sources":["../../src/stores/popupStore.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,12 +8,24 @@ export interface UserInfo {
|
|
|
8
8
|
dprtNm: string;
|
|
9
9
|
roleList: string[];
|
|
10
10
|
}
|
|
11
|
+
export interface HrInfo {
|
|
12
|
+
crprCd: string | number;
|
|
13
|
+
wkplCd: string;
|
|
14
|
+
empNo: string;
|
|
15
|
+
empNm: string;
|
|
16
|
+
deptCd: string;
|
|
17
|
+
jbpsCd: string;
|
|
18
|
+
jbgdCd: string;
|
|
19
|
+
jbdtCd: string;
|
|
20
|
+
jbkdCd: string;
|
|
21
|
+
}
|
|
11
22
|
export interface UserStore {
|
|
12
23
|
user: UserInfo | null;
|
|
24
|
+
hrInfo: HrInfo | null;
|
|
13
25
|
isLoggedIn: boolean;
|
|
14
|
-
login: (user: UserInfo) => void;
|
|
26
|
+
login: (user: UserInfo, hrInfo: HrInfo) => void;
|
|
15
27
|
logout: () => void;
|
|
16
|
-
updateUser: (userData: Partial<UserInfo>) => void;
|
|
28
|
+
updateUser: (userData: Partial<UserInfo>, hrInfoData: Partial<HrInfo>) => void;
|
|
17
29
|
}
|
|
18
30
|
export declare const useUserStore: import('zustand').UseBoundStore<Omit<import('zustand').StoreApi<UserStore>, "setState" | "persist"> & {
|
|
19
31
|
setState(partial: UserStore | Partial<UserStore> | ((state: UserStore) => UserStore | Partial<UserStore>), replace?: false | undefined): unknown;
|
|
@@ -21,6 +33,7 @@ export declare const useUserStore: import('zustand').UseBoundStore<Omit<import('
|
|
|
21
33
|
persist: {
|
|
22
34
|
setOptions: (options: Partial<import('zustand/middleware').PersistOptions<UserStore, {
|
|
23
35
|
user: UserInfo | null;
|
|
36
|
+
hrInfo: HrInfo | null;
|
|
24
37
|
isLoggedIn: boolean;
|
|
25
38
|
}, unknown>>) => void;
|
|
26
39
|
clearStorage: () => void;
|
|
@@ -30,6 +43,7 @@ export declare const useUserStore: import('zustand').UseBoundStore<Omit<import('
|
|
|
30
43
|
onFinishHydration: (fn: (state: UserStore) => void) => () => void;
|
|
31
44
|
getOptions: () => Partial<import('zustand/middleware').PersistOptions<UserStore, {
|
|
32
45
|
user: UserInfo | null;
|
|
46
|
+
hrInfo: HrInfo | null;
|
|
33
47
|
isLoggedIn: boolean;
|
|
34
48
|
}, unknown>>;
|
|
35
49
|
};
|
|
@@ -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,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,EAAE,CAAA;CACnB;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAA;IACrB,UAAU,EAAE,OAAO,CAAA;IACnB,KAAK,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAA;IAC/
|
|
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,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,EAAE,CAAA;CACnB;AAGD,MAAM,WAAW,MAAM;IACrB,MAAM,EAAE,MAAM,GAAG,MAAM,CAAA;IACvB,MAAM,EAAE,MAAM,CAAA;IACd,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;CACf;AAGD,MAAM,WAAW,SAAS;IACxB,IAAI,EAAE,QAAQ,GAAG,IAAI,CAAA;IACrB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACrB,UAAU,EAAE,OAAO,CAAA;IACnB,KAAK,EAAE,CAAC,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAA;IAC/C,MAAM,EAAE,MAAM,IAAI,CAAA;IAClB,UAAU,EAAE,CAAC,QAAQ,EAAE,OAAO,CAAC,QAAQ,CAAC,EAAE,UAAU,EAAE,OAAO,CAAC,MAAM,CAAC,KAAK,IAAI,CAAA;CAC/E;AAGD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;EA8CxB,CAAA"}
|
|
@@ -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>
|