@bwg-ui/core 1.2.11 → 1.2.13

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.
Files changed (95) hide show
  1. package/dist/chunks/{MenuReport-CXsmjSvg.cjs → MenuReport-Bqeps5fC.cjs} +1 -1
  2. package/dist/chunks/{MenuReport-Dgq2wH6w.js → MenuReport-CozV1tpR.js} +28 -28
  3. package/dist/chunks/common-components-B-zgrX-L.cjs +1028 -0
  4. package/dist/chunks/common-components-XA2KG7Pl.js +30179 -0
  5. package/dist/chunks/{layout-components-yyItu5pi.js → layout-components-MrnKV5g7.js} +548 -478
  6. package/dist/chunks/layout-components-bb0cWC3I.cjs +35 -0
  7. package/dist/components/common/BwgGrid.d.ts +1 -1
  8. package/dist/components/common/BwgGrid.d.ts.map +1 -1
  9. package/dist/components/common/BwgView.d.ts +9 -3
  10. package/dist/components/common/BwgView.d.ts.map +1 -1
  11. package/dist/components/common/index.cjs +1 -1
  12. package/dist/components/common/index.d.ts +1 -1
  13. package/dist/components/common/index.d.ts.map +1 -1
  14. package/dist/components/common/index.js +1 -1
  15. package/dist/components/core/index.cjs +1 -1
  16. package/dist/components/core/index.js +122 -122
  17. package/dist/components/guide/BwgPracticeGuide.d.ts +6 -0
  18. package/dist/components/guide/BwgPracticeGuide.d.ts.map +1 -0
  19. package/dist/components/guide/BwgPracticeGuideS00.d.ts +6 -0
  20. package/dist/components/guide/BwgPracticeGuideS00.d.ts.map +1 -0
  21. package/dist/components/guide/BwgPracticeGuideS01.d.ts +6 -0
  22. package/dist/components/guide/BwgPracticeGuideS01.d.ts.map +1 -0
  23. package/dist/components/guide/CMHldyCfg.d.ts +3 -0
  24. package/dist/components/guide/CMHldyCfg.d.ts.map +1 -0
  25. package/dist/components/guide/index.cjs +1 -1
  26. package/dist/components/guide/index.d.ts +2 -0
  27. package/dist/components/guide/index.d.ts.map +1 -1
  28. package/dist/components/guide/index.js +645 -5
  29. package/dist/components/layout/BwgCoreLogin.d.ts +38 -0
  30. package/dist/components/layout/BwgCoreLogin.d.ts.map +1 -0
  31. package/dist/components/layout/custom/ConfigurableHeader.d.ts.map +1 -1
  32. package/dist/components/layout/index.cjs +1 -1
  33. package/dist/components/layout/index.d.ts +1 -0
  34. package/dist/components/layout/index.d.ts.map +1 -1
  35. package/dist/components/layout/index.js +13 -11
  36. package/dist/components/pages/auth/CMAuthMstrM01.d.ts +1 -2
  37. package/dist/components/pages/auth/CMAuthMstrM01.d.ts.map +1 -1
  38. package/dist/components/pages/auth/CMRoleMstrM01.d.ts +2 -1
  39. package/dist/components/pages/auth/CMRoleMstrM01.d.ts.map +1 -1
  40. package/dist/components/pages/rsrc/CMFileMstrM01.d.ts +2 -1
  41. package/dist/components/pages/rsrc/CMFileMstrM01.d.ts.map +1 -1
  42. package/dist/components/pages/rsrc/CMMenuMstrM01.d.ts +2 -1
  43. package/dist/components/pages/rsrc/CMMenuMstrM01.d.ts.map +1 -1
  44. package/dist/components/pages/rsrc/CMPopuMstrM01.d.ts +2 -1
  45. package/dist/components/pages/rsrc/CMPopuMstrM01.d.ts.map +1 -1
  46. package/dist/components/pages/rsrc/CMPrgrMstrM01.d.ts +2 -1
  47. package/dist/components/pages/rsrc/CMPrgrMstrM01.d.ts.map +1 -1
  48. package/dist/components/pages/syst/CMSystCfgM01.d.ts +2 -1
  49. package/dist/components/pages/syst/CMSystCfgM01.d.ts.map +1 -1
  50. package/dist/components/pages/syst/CMSystCodeM01.d.ts +2 -1
  51. package/dist/components/pages/syst/CMSystCodeM01.d.ts.map +1 -1
  52. package/dist/components/pages/types.d.ts +5 -0
  53. package/dist/components/pages/types.d.ts.map +1 -0
  54. package/dist/components/pages/user/CMUserMstrM01.d.ts +2 -1
  55. package/dist/components/pages/user/CMUserMstrM01.d.ts.map +1 -1
  56. package/dist/components/popup/SearchHolidayP01.d.ts +4 -0
  57. package/dist/components/popup/SearchHolidayP01.d.ts.map +1 -0
  58. package/dist/components/popup/index.cjs +1 -1
  59. package/dist/components/popup/index.d.ts +1 -0
  60. package/dist/components/popup/index.d.ts.map +1 -1
  61. package/dist/components/popup/index.js +4 -3
  62. package/dist/index.cjs +1 -1
  63. package/dist/index.d.ts +1 -0
  64. package/dist/index.d.ts.map +1 -1
  65. package/dist/index.js +256 -238
  66. package/dist/stores/favoriteStore.d.ts +10 -9
  67. package/dist/stores/favoriteStore.d.ts.map +1 -1
  68. package/dist/stores/index.cjs +2 -2
  69. package/dist/stores/index.d.ts +4 -0
  70. package/dist/stores/index.d.ts.map +1 -1
  71. package/dist/stores/index.js +1129 -631
  72. package/dist/stores/loginStore.d.ts +64 -0
  73. package/dist/stores/loginStore.d.ts.map +1 -0
  74. package/dist/stores/menuModelStore.d.ts +1 -1
  75. package/dist/stores/menuViewStore.d.ts +1 -0
  76. package/dist/stores/menuViewStore.d.ts.map +1 -1
  77. package/dist/stores/systemStore.d.ts +32 -0
  78. package/dist/stores/systemStore.d.ts.map +1 -0
  79. package/dist/stores/userStore.d.ts +5 -5
  80. package/dist/stores/userStore.d.ts.map +1 -1
  81. package/dist/utils/apiUtils.d.ts +27 -60
  82. package/dist/utils/apiUtils.d.ts.map +1 -1
  83. package/dist/utils/gwUtils.d.ts +3 -2
  84. package/dist/utils/gwUtils.d.ts.map +1 -1
  85. package/dist/utils/index.cjs +1 -1
  86. package/dist/utils/index.d.ts +3 -7
  87. package/dist/utils/index.d.ts.map +1 -1
  88. package/dist/utils/index.js +1169 -1196
  89. package/dist/utils/serviceConfig.d.ts +1 -0
  90. package/dist/utils/serviceConfig.d.ts.map +1 -1
  91. package/dist/utils/userUtils.d.ts.map +1 -1
  92. package/package.json +1 -1
  93. package/dist/chunks/common-components-Bp95qOup.js +0 -16236
  94. package/dist/chunks/common-components-CoRIM-Z-.cjs +0 -183
  95. package/dist/chunks/layout-components-hCEUMfz3.cjs +0 -35
package/dist/index.js CHANGED
@@ -1,242 +1,260 @@
1
- import { ApiError as r, COMMON_DATE_FORMAT as a, THEME_COOKIE_NAME as t, addDays as s, addMonths as i, apiDelete as n, apiGet as g, apiPatch as l, apiPost as d, apiPut as u, apiUtils as p, arrAverage as c, arrCount as C, arrMax as S, arrMin as w, arrReverse as B, arrSum as m, arrUnique as v, bwgUtils as f, callService as h, callService_SYSCD as P, clamp as D, clearSessionStorage as b, closeAllMessages as A, closeMessage as U, closeNotification as M, commonUtils as y, configureEnvUtils as E, copyToClipboard as L, datetimeFormat as k, debounce as I, deleteCookie as x, destroyNotifications as O, diffDays as R, downloadByFileKey as N, downloadFile as T, duplicates as F, encryptSha256 as V, envUtils as G, fileUtils as W, generateRandomColor as _, generateRandomString as H, generateUID as J, getAge as q, getAllServiceCodes as z, getClientIp as Y, getCookie as j, getCrprCd as K, getCurrentDate as Q, getCurrentDateString as X, getDepartmentInfo as Z, getDeviceType as $, getDisplayName as ee, getDprtCd as oe, getDprtNm as re, getEmplNo as ae, getEnvCode as te, getHrInfo as se, getJbdtCd as ie, getJbgdCd as ne, getJbkdCd as ge, getJbpsCd as le, getLastDateByDiv as de, getPermissionService as ue, getRoleList as pe, getServiceCode as ce, getSessionStorage as Ce, getStartDateByDiv as Se, getUserDvsn as we, getUserId as Be, getUserInfo as me, getUserNm as ve, getWkplCd as fe, hasAllRoles as he, hasAnyRole as Pe, hasRole as De, hasUserInfo as be, isArray as Ae, isBoolean as Ue, isDesktop as Me, isDev as ye, isEmpty as Ee, isEmptyArray as Le, isFunction as ke, isLocal as Ie, isLoggedIn as xe, isMobile as Oe, isNull as Re, isNullOrUndefined as Ne, isNumber as Te, isObject as Fe, isProd as Ve, isSafeEmpty as Ge, isString as We, isTablet as _e, isUndefined as He, isValidDate as Je, isValidDateTime as qe, isValidEmail as ze, isValidUrl as Ye, isValidYear as je, isValidYearMonth as Ke, logServiceCodeConfig as Qe, messageUtils as Xe, notiBwgError as Ze, notiError as $e, notiInfo as eo, notiSuccess as oo, notiWarning as ro, notificationService as ao, notificationUtils as to, padLeft as so, padRight as io, random as no, realFormat as go, removeSessionStorage as lo, round as uo, serviceUtils as po, setClientIp as co, setCookie as Co, setServiceCodeOverrides as So, setSessionStorage as wo, showApiError as Bo, showDuplicateError as mo, showError as vo, showInfo as fo, showLoading as ho, showRequiredError as Po, showSaveError as Do, showSaveSuccess as bo, showSuccess as Ao, showWarning as Uo, submitGwApproval as Mo, throttle as yo, toCamelCase as Eo, uploadFilesViaSftp as Lo, userUtils as ko, verifyClientIp as Io } from "./utils/index.js";
2
- import { useCode as Oo, useCodeStore as Ro, useColorStore as No, useFavorite as To, useFavoriteStore as Fo, useLoadingStore as Vo, useMenuModel as Go, useMenuModelStore as Wo, useMenuView as _o, useMenuViewStore as Ho, useOptionStore as Jo, usePopupLoadingStore as qo, usePopupState as zo, usePopupStore as Yo, useUser as jo, useUserStore as Ko } from "./stores/index.js";
3
- import { j as Xo, k as Zo, l as $o, m as er, B as or, n as rr, o as ar, i as tr, f as sr, p as ir, h as nr, e as gr, q as lr, b as dr, r as ur, s as pr, t as cr, u as Cr, C as Sr, v as wr, G as Br, Q as mr, w as vr, S as fr, x as hr, y as Pr, z as Dr, A as br, d as Ar } from "./chunks/common-components-Bp95qOup.js";
4
- import { BwgButton as Mr, BwgCheck as yr, BwgCheckList as Er, BwgDatePicker as Lr, BwgDownload as kr, BwgForm as Ir, BwgFormItem as xr, BwgInput as Or, BwgLargeUploader as Rr, BwgMaskedInput as Nr, BwgMaskedPicker as Tr, BwgMultiSelect as Fr, BwgNumber as Vr, BwgRadio as Gr, BwgRangePicker as Wr, BwgSearch as _r, BwgSelect as Hr, BwgSwitch as Jr, BwgTextArea as qr, BwgUploader as zr } from "./components/core/index.js";
5
- import { A as jr, B as Kr, a as Qr, c as Xr, d as Zr, e as $r, f as ea, C as oa, b as ra, L as aa, P as ta, g as sa } from "./chunks/layout-components-yyItu5pi.js";
6
- import { AuthProvider as na, CommonCodeProvider as ga, ScreenProtectProvider as la, SearchBoxProvider as da, ServiceCodeProvider as ua, useAllServiceCodes as pa, useAuth as ca, useCodeColor as Ca, useCodeList as Sa, useCodeListByOption as wa, useCodeName as Ba, useCommonCode as ma, useGridLookup as va, useLock as fa, useLogServiceCodeConfig as ha, usePopup as Pa, useSearchBox as Da, useServiceCode as ba, useServiceCodeValue as Aa } from "./provider/index.js";
1
+ import { ApiError as r, COMMON_DATE_FORMAT as s, THEME_COOKIE_NAME as a, addDays as t, addMonths as i, apiGet as n, apiUtils as g, arrAverage as l, arrCount as d, arrMax as u, arrMin as C, arrReverse as c, arrSum as p, arrUnique as S, bwgUtils as w, callService as B, callServiceBySysCd as M, clamp as m, clearSessionStorage as v, closeAllMessages as f, closeMessage as h, closeNotification as P, commonUtils as D, configureEnvUtils as y, copyToClipboard as U, datetimeFormat as A, debounce as L, deleteCookie as b, destroyNotifications as E, diffDays as k, downloadByFileKey as I, downloadFile as R, duplicates as O, encryptSha256 as x, envUtils as N, fileUtils as T, generateRandomColor as F, generateRandomString as V, generateUID as G, getAge as H, getAllServiceCodes as J, getClientIp as W, getCookie as _, getCrprCd as q, getCurrentDate as z, getCurrentDateString as K, getDepartmentInfo as j, getDeviceType as Q, getDisplayName as Y, getDprtCd as X, getDprtNm as Z, getEmplNo as $, getEnvCode as ee, getHrInfo as oe, getJbdtCd as re, getJbgdCd as se, getJbkdCd as ae, getJbpsCd as te, getLastDateByDiv as ie, getPermissionService as ne, getRoleList as ge, getServiceCode as le, getSessionStorage as de, getStartDateByDiv as ue, getUserDvsn as Ce, getUserId as ce, getUserInfo as pe, getUserNm as Se, getWkplCd as we, hasAllRoles as Be, hasAnyRole as Me, hasRole as me, hasUserInfo as ve, isArray as fe, isBoolean as he, isDesktop as Pe, isDev as De, isEmpty as ye, isEmptyArray as Ue, isFunction as Ae, isLocal as Le, isLoggedIn as be, isMobile as Ee, isNull as ke, isNullOrUndefined as Ie, isNumber as Re, isObject as Oe, isProd as xe, isSafeEmpty as Ne, isString as Te, isTablet as Fe, isUndefined as Ve, isValidDate as Ge, isValidDateTime as He, isValidEmail as Je, isValidUrl as We, isValidYear as _e, isValidYearMonth as qe, logServiceCodeConfig as ze, messageUtils as Ke, notiBwgError as je, notiError as Qe, notiInfo as Ye, notiSuccess as Xe, notiWarning as Ze, notificationService as $e, notificationUtils as eo, padLeft as oo, padRight as ro, random as so, realFormat as ao, removeSessionStorage as to, round as io, serviceUtils as no, setClientIp as go, setCookie as lo, setServiceCodeOverrides as uo, setSessionStorage as Co, showApiError as co, showDuplicateError as po, showError as So, showInfo as wo, showLoading as Bo, showRequiredError as Mo, showSaveError as mo, showSaveSuccess as vo, showSuccess as fo, showWarning as ho, submitGwApproval as Po, throttle as Do, toCamelCase as yo, uploadFilesViaSftp as Uo, userUtils as Ao, verifyClientIp as Lo } from "./utils/index.js";
2
+ import { useCapsLock as Eo, useCode as ko, useCodeStore as Io, useColorStore as Ro, useFavorite as Oo, useFavoriteStore as xo, useLoadingStore as No, useLogin as To, useLogout as Fo, useMenuModel as Vo, useMenuModelStore as Go, useMenuView as Ho, useMenuViewStore as Jo, useOptionStore as Wo, usePopupLoadingStore as _o, usePopupState as qo, usePopupStore as zo, useSystemCode as Ko, useSystemStore as jo, useUser as Qo, useUserStore as Yo } from "./stores/index.js";
3
+ import { f as Zo, q as $o, r as er, j as or, H as rr, B as sr, s as ar, I as tr, t as ir, p as nr, h as gr, u as lr, o as dr, n as ur, J as Cr, i as cr, b as pr, v as Sr, l as wr, e as Br, k as Mr, E as mr, K as vr, L as fr, M as hr, N as Pr, O as Dr, P as yr, F as Ur, R as Ar, T as Lr, U as br, d as Er, C as kr, G as Ir, Q as Rr, w as Or, S as xr, x as Nr, y as Tr, D as Fr, z as Vr, A as Gr, m as Hr } from "./chunks/common-components-XA2KG7Pl.js";
4
+ import { BwgButton as Wr, BwgCheck as _r, BwgCheckList as qr, BwgDatePicker as zr, BwgDownload as Kr, BwgForm as jr, BwgFormItem as Qr, BwgInput as Yr, BwgLargeUploader as Xr, BwgMaskedInput as Zr, BwgMaskedPicker as $r, BwgMultiSelect as es, BwgNumber as os, BwgRadio as rs, BwgRangePicker as ss, BwgSearch as as, BwgSelect as ts, BwgSwitch as is, BwgTextArea as ns, BwgUploader as gs } from "./components/core/index.js";
5
+ import { A as ds, b as us, B as Cs, a as cs, d as ps, e as Ss, f as ws, g as Bs, C as Ms, D as ms, c as vs, L as fs, P as hs, h as Ps } from "./chunks/layout-components-MrnKV5g7.js";
6
+ import { AuthProvider as ys, CommonCodeProvider as Us, ScreenProtectProvider as As, SearchBoxProvider as Ls, ServiceCodeProvider as bs, useAllServiceCodes as Es, useAuth as ks, useCodeColor as Is, useCodeList as Rs, useCodeListByOption as Os, useCodeName as xs, useCommonCode as Ns, useGridLookup as Ts, useLock as Fs, useLogServiceCodeConfig as Vs, usePopup as Gs, useSearchBox as Hs, useServiceCode as Js, useServiceCodeValue as Ws } from "./provider/index.js";
7
7
  export {
8
8
  r as ApiError,
9
- jr as AppWrapper,
10
- na as AuthProvider,
11
- Xo as ButtonAccessController,
12
- Mr as BwgButton,
13
- Zo as BwgButtonGroup,
14
- yr as BwgCheck,
15
- Er as BwgCheckList,
16
- $o as BwgCmptArea,
17
- er as BwgCol,
18
- or as BwgConfigProvider,
19
- Lr as BwgDatePicker,
20
- rr as BwgDetail,
21
- kr as BwgDownload,
22
- ar as BwgDrawer,
23
- tr as BwgEditor,
24
- Ir as BwgForm,
25
- xr as BwgFormItem,
26
- sr as BwgGrid,
27
- ir as BwgInfoArea,
28
- Or as BwgInput,
29
- Rr as BwgLargeUploader,
30
- Nr as BwgMaskedInput,
31
- Tr as BwgMaskedPicker,
32
- Fr as BwgMultiSelect,
33
- Vr as BwgNumber,
34
- nr as BwgPagination,
35
- gr as BwgPopup,
36
- Kr as BwgPortal01,
37
- Qr as BwgPortal02,
38
- Gr as BwgRadio,
39
- Wr as BwgRangePicker,
40
- lr as BwgRow,
41
- _r as BwgSearch,
42
- Hr as BwgSelect,
43
- dr as BwgSpace,
44
- Jr as BwgSwitch,
45
- ur as BwgTable,
46
- pr as BwgTabs,
47
- qr as BwgTextArea,
48
- cr as BwgTitleBox,
49
- zr as BwgUploader,
50
- Cr as BwgView,
51
- a as COMMON_DATE_FORMAT,
52
- ga as CommonCodeProvider,
53
- Xr as ConfigurableContent,
54
- Zr as ConfigurableHeader,
55
- $r as ConfigurableMenuTab,
56
- ea as ConfigurableSidebar,
57
- Sr as ContentBox,
58
- oa as ContentContainer,
59
- wr as ContentLayOut,
60
- Br as GlobalConfigProvider,
61
- ra as LandingContainer,
62
- aa as LoadingContainer,
63
- ta as PopupContainer,
64
- sa as ProtectWrapper,
65
- mr as QuickServiceToggle,
66
- vr as SSOHandler,
67
- la as ScreenProtectProvider,
68
- fr as SearchBox,
69
- da as SearchBoxProvider,
70
- hr as SearchDepartmentP01,
71
- Pr as SearchDepartmentP02,
72
- Dr as SearchOrganizationP01,
73
- br as SearchOrganizationP02,
74
- ua as ServiceCodeProvider,
75
- t as THEME_COOKIE_NAME,
76
- s as addDays,
9
+ ds as AppWrapper,
10
+ ys as AuthProvider,
11
+ Zo as ButtonAccessController,
12
+ Wr as BwgButton,
13
+ $o as BwgButtonGroup,
14
+ _r as BwgCheck,
15
+ qr as BwgCheckList,
16
+ er as BwgCmptArea,
17
+ or as BwgCol,
18
+ rr as BwgComponentGuideM01,
19
+ sr as BwgConfigProvider,
20
+ us as BwgCoreLogin,
21
+ zr as BwgDatePicker,
22
+ ar as BwgDetail,
23
+ tr as BwgDeveloperGuideM01,
24
+ Kr as BwgDownload,
25
+ ir as BwgDrawer,
26
+ nr as BwgEditor,
27
+ jr as BwgForm,
28
+ Qr as BwgFormItem,
29
+ gr as BwgGrid,
30
+ lr as BwgInfoArea,
31
+ Yr as BwgInput,
32
+ Xr as BwgLargeUploader,
33
+ Zr as BwgMaskedInput,
34
+ $r as BwgMaskedPicker,
35
+ es as BwgMultiSelect,
36
+ os as BwgNumber,
37
+ dr as BwgPagination,
38
+ ur as BwgPopup,
39
+ Cs as BwgPortal01,
40
+ cs as BwgPortal02,
41
+ rs as BwgRadio,
42
+ ss as BwgRangePicker,
43
+ Cr as BwgReactGuideM01,
44
+ cr as BwgRow,
45
+ as as BwgSearch,
46
+ ts as BwgSelect,
47
+ pr as BwgSpace,
48
+ is as BwgSwitch,
49
+ Sr as BwgTable,
50
+ wr as BwgTabs,
51
+ ns as BwgTextArea,
52
+ Br as BwgTitleBox,
53
+ gs as BwgUploader,
54
+ Mr as BwgView,
55
+ mr as CMAuthMstrM01,
56
+ vr as CMFileMstrM01,
57
+ fr as CMMenuMstrM01,
58
+ hr as CMMenuPrgrSelectModal,
59
+ Pr as CMMenuPrntSelectModal,
60
+ Dr as CMPopupMstrM01,
61
+ yr as CMPrgrMstrM01,
62
+ Ur as CMRoleMstrM01,
63
+ Ar as CMSystCfgM01,
64
+ Lr as CMSystCodeM01,
65
+ br as CMUserMstrM01,
66
+ s as COMMON_DATE_FORMAT,
67
+ Us as CommonCodeProvider,
68
+ ps as ConfigurableContent,
69
+ Ss as ConfigurableHeader,
70
+ ws as ConfigurableMenuTab,
71
+ Bs as ConfigurableSidebar,
72
+ Er as ContentBox,
73
+ Ms as ContentContainer,
74
+ kr as ContentLayOut,
75
+ ms as DefaultLoginView,
76
+ Ir as GlobalConfigProvider,
77
+ vs as LandingContainer,
78
+ fs as LoadingContainer,
79
+ hs as PopupContainer,
80
+ Ps as ProtectWrapper,
81
+ Rr as QuickServiceToggle,
82
+ Or as SSOHandler,
83
+ As as ScreenProtectProvider,
84
+ xr as SearchBox,
85
+ Ls as SearchBoxProvider,
86
+ Nr as SearchDepartmentP01,
87
+ Tr as SearchDepartmentP02,
88
+ Fr as SearchHolidayP01,
89
+ Vr as SearchOrganizationP01,
90
+ Gr as SearchOrganizationP02,
91
+ bs as ServiceCodeProvider,
92
+ a as THEME_COOKIE_NAME,
93
+ t as addDays,
77
94
  i as addMonths,
78
- n as apiDelete,
79
- g as apiGet,
80
- l as apiPatch,
81
- d as apiPost,
82
- u as apiPut,
83
- p as apiUtils,
84
- c as arrAverage,
85
- C as arrCount,
86
- S as arrMax,
87
- w as arrMin,
88
- B as arrReverse,
89
- m as arrSum,
90
- v as arrUnique,
91
- f as bwgUtils,
92
- h as callService,
93
- P as callService_SYSCD,
94
- D as clamp,
95
- b as clearSessionStorage,
96
- A as closeAllMessages,
97
- U as closeMessage,
98
- M as closeNotification,
99
- y as commonUtils,
100
- E as configureEnvUtils,
101
- L as copyToClipboard,
102
- Ar as createBwgGridRenderer,
103
- k as datetimeFormat,
104
- I as debounce,
105
- x as deleteCookie,
106
- O as destroyNotifications,
107
- R as diffDays,
108
- N as downloadByFileKey,
109
- T as downloadFile,
110
- F as duplicates,
111
- V as encryptSha256,
112
- G as envUtils,
113
- W as fileUtils,
114
- _ as generateRandomColor,
115
- H as generateRandomString,
116
- J as generateUID,
117
- q as getAge,
118
- z as getAllServiceCodes,
119
- Y as getClientIp,
120
- j as getCookie,
121
- K as getCrprCd,
122
- Q as getCurrentDate,
123
- X as getCurrentDateString,
124
- Z as getDepartmentInfo,
125
- $ as getDeviceType,
126
- ee as getDisplayName,
127
- oe as getDprtCd,
128
- re as getDprtNm,
129
- ae as getEmplNo,
130
- te as getEnvCode,
131
- se as getHrInfo,
132
- ie as getJbdtCd,
133
- ne as getJbgdCd,
134
- ge as getJbkdCd,
135
- le as getJbpsCd,
136
- de as getLastDateByDiv,
137
- ue as getPermissionService,
138
- pe as getRoleList,
139
- ce as getServiceCode,
140
- Ce as getSessionStorage,
141
- Se as getStartDateByDiv,
142
- we as getUserDvsn,
143
- Be as getUserId,
144
- me as getUserInfo,
145
- ve as getUserNm,
146
- fe as getWkplCd,
147
- he as hasAllRoles,
148
- Pe as hasAnyRole,
149
- De as hasRole,
150
- be as hasUserInfo,
151
- Ae as isArray,
152
- Ue as isBoolean,
153
- Me as isDesktop,
154
- ye as isDev,
155
- Ee as isEmpty,
156
- Le as isEmptyArray,
157
- ke as isFunction,
158
- Ie as isLocal,
159
- xe as isLoggedIn,
160
- Oe as isMobile,
161
- Re as isNull,
162
- Ne as isNullOrUndefined,
163
- Te as isNumber,
164
- Fe as isObject,
165
- Ve as isProd,
166
- Ge as isSafeEmpty,
167
- We as isString,
168
- _e as isTablet,
169
- He as isUndefined,
170
- Je as isValidDate,
171
- qe as isValidDateTime,
172
- ze as isValidEmail,
173
- Ye as isValidUrl,
174
- je as isValidYear,
175
- Ke as isValidYearMonth,
176
- Qe as logServiceCodeConfig,
177
- Xe as messageUtils,
178
- Ze as notiBwgError,
179
- $e as notiError,
180
- eo as notiInfo,
181
- oo as notiSuccess,
182
- ro as notiWarning,
183
- ao as notificationService,
184
- to as notificationUtils,
185
- so as padLeft,
186
- io as padRight,
187
- no as random,
188
- go as realFormat,
189
- lo as removeSessionStorage,
190
- uo as round,
191
- po as serviceUtils,
192
- co as setClientIp,
193
- Co as setCookie,
194
- So as setServiceCodeOverrides,
195
- wo as setSessionStorage,
196
- Bo as showApiError,
197
- mo as showDuplicateError,
198
- vo as showError,
199
- fo as showInfo,
200
- ho as showLoading,
201
- Po as showRequiredError,
202
- Do as showSaveError,
203
- bo as showSaveSuccess,
204
- Ao as showSuccess,
205
- Uo as showWarning,
206
- Mo as submitGwApproval,
207
- yo as throttle,
208
- Eo as toCamelCase,
209
- Lo as uploadFilesViaSftp,
210
- pa as useAllServiceCodes,
211
- ca as useAuth,
212
- Oo as useCode,
213
- Ca as useCodeColor,
214
- Sa as useCodeList,
215
- wa as useCodeListByOption,
216
- Ba as useCodeName,
217
- Ro as useCodeStore,
218
- No as useColorStore,
219
- ma as useCommonCode,
220
- To as useFavorite,
221
- Fo as useFavoriteStore,
222
- va as useGridLookup,
223
- Vo as useLoadingStore,
224
- fa as useLock,
225
- ha as useLogServiceCodeConfig,
226
- Go as useMenuModel,
227
- Wo as useMenuModelStore,
228
- _o as useMenuView,
229
- Ho as useMenuViewStore,
230
- Jo as useOptionStore,
231
- Pa as usePopup,
232
- qo as usePopupLoadingStore,
233
- zo as usePopupState,
234
- Yo as usePopupStore,
235
- Da as useSearchBox,
236
- ba as useServiceCode,
237
- Aa as useServiceCodeValue,
238
- jo as useUser,
239
- Ko as useUserStore,
240
- ko as userUtils,
241
- Io as verifyClientIp
95
+ n as apiGet,
96
+ g as apiUtils,
97
+ l as arrAverage,
98
+ d as arrCount,
99
+ u as arrMax,
100
+ C as arrMin,
101
+ c as arrReverse,
102
+ p as arrSum,
103
+ S as arrUnique,
104
+ w as bwgUtils,
105
+ B as callService,
106
+ M as callServiceBySysCd,
107
+ m as clamp,
108
+ v as clearSessionStorage,
109
+ f as closeAllMessages,
110
+ h as closeMessage,
111
+ P as closeNotification,
112
+ D as commonUtils,
113
+ y as configureEnvUtils,
114
+ U as copyToClipboard,
115
+ Hr as createBwgGridRenderer,
116
+ A as datetimeFormat,
117
+ L as debounce,
118
+ b as deleteCookie,
119
+ E as destroyNotifications,
120
+ k as diffDays,
121
+ I as downloadByFileKey,
122
+ R as downloadFile,
123
+ O as duplicates,
124
+ x as encryptSha256,
125
+ N as envUtils,
126
+ T as fileUtils,
127
+ F as generateRandomColor,
128
+ V as generateRandomString,
129
+ G as generateUID,
130
+ H as getAge,
131
+ J as getAllServiceCodes,
132
+ W as getClientIp,
133
+ _ as getCookie,
134
+ q as getCrprCd,
135
+ z as getCurrentDate,
136
+ K as getCurrentDateString,
137
+ j as getDepartmentInfo,
138
+ Q as getDeviceType,
139
+ Y as getDisplayName,
140
+ X as getDprtCd,
141
+ Z as getDprtNm,
142
+ $ as getEmplNo,
143
+ ee as getEnvCode,
144
+ oe as getHrInfo,
145
+ re as getJbdtCd,
146
+ se as getJbgdCd,
147
+ ae as getJbkdCd,
148
+ te as getJbpsCd,
149
+ ie as getLastDateByDiv,
150
+ ne as getPermissionService,
151
+ ge as getRoleList,
152
+ le as getServiceCode,
153
+ de as getSessionStorage,
154
+ ue as getStartDateByDiv,
155
+ Ce as getUserDvsn,
156
+ ce as getUserId,
157
+ pe as getUserInfo,
158
+ Se as getUserNm,
159
+ we as getWkplCd,
160
+ Be as hasAllRoles,
161
+ Me as hasAnyRole,
162
+ me as hasRole,
163
+ ve as hasUserInfo,
164
+ fe as isArray,
165
+ he as isBoolean,
166
+ Pe as isDesktop,
167
+ De as isDev,
168
+ ye as isEmpty,
169
+ Ue as isEmptyArray,
170
+ Ae as isFunction,
171
+ Le as isLocal,
172
+ be as isLoggedIn,
173
+ Ee as isMobile,
174
+ ke as isNull,
175
+ Ie as isNullOrUndefined,
176
+ Re as isNumber,
177
+ Oe as isObject,
178
+ xe as isProd,
179
+ Ne as isSafeEmpty,
180
+ Te as isString,
181
+ Fe as isTablet,
182
+ Ve as isUndefined,
183
+ Ge as isValidDate,
184
+ He as isValidDateTime,
185
+ Je as isValidEmail,
186
+ We as isValidUrl,
187
+ _e as isValidYear,
188
+ qe as isValidYearMonth,
189
+ ze as logServiceCodeConfig,
190
+ Ke as messageUtils,
191
+ je as notiBwgError,
192
+ Qe as notiError,
193
+ Ye as notiInfo,
194
+ Xe as notiSuccess,
195
+ Ze as notiWarning,
196
+ $e as notificationService,
197
+ eo as notificationUtils,
198
+ oo as padLeft,
199
+ ro as padRight,
200
+ so as random,
201
+ ao as realFormat,
202
+ to as removeSessionStorage,
203
+ io as round,
204
+ no as serviceUtils,
205
+ go as setClientIp,
206
+ lo as setCookie,
207
+ uo as setServiceCodeOverrides,
208
+ Co as setSessionStorage,
209
+ co as showApiError,
210
+ po as showDuplicateError,
211
+ So as showError,
212
+ wo as showInfo,
213
+ Bo as showLoading,
214
+ Mo as showRequiredError,
215
+ mo as showSaveError,
216
+ vo as showSaveSuccess,
217
+ fo as showSuccess,
218
+ ho as showWarning,
219
+ Po as submitGwApproval,
220
+ Do as throttle,
221
+ yo as toCamelCase,
222
+ Uo as uploadFilesViaSftp,
223
+ Es as useAllServiceCodes,
224
+ ks as useAuth,
225
+ Eo as useCapsLock,
226
+ ko as useCode,
227
+ Is as useCodeColor,
228
+ Rs as useCodeList,
229
+ Os as useCodeListByOption,
230
+ xs as useCodeName,
231
+ Io as useCodeStore,
232
+ Ro as useColorStore,
233
+ Ns as useCommonCode,
234
+ Oo as useFavorite,
235
+ xo as useFavoriteStore,
236
+ Ts as useGridLookup,
237
+ No as useLoadingStore,
238
+ Fs as useLock,
239
+ Vs as useLogServiceCodeConfig,
240
+ To as useLogin,
241
+ Fo as useLogout,
242
+ Vo as useMenuModel,
243
+ Go as useMenuModelStore,
244
+ Ho as useMenuView,
245
+ Jo as useMenuViewStore,
246
+ Wo as useOptionStore,
247
+ Gs as usePopup,
248
+ _o as usePopupLoadingStore,
249
+ qo as usePopupState,
250
+ zo as usePopupStore,
251
+ Hs as useSearchBox,
252
+ Js as useServiceCode,
253
+ Ws as useServiceCodeValue,
254
+ Ko as useSystemCode,
255
+ jo as useSystemStore,
256
+ Qo as useUser,
257
+ Yo as useUserStore,
258
+ Ao as userUtils,
259
+ Lo as verifyClientIp
242
260
  };
@@ -2,9 +2,9 @@ import { DataNode } from 'antd/es/tree';
2
2
  export type Id = string;
3
3
  /** 공통 베이스 (CM_BKMK_MSTR 매핑) */
4
4
  export type BkmkBase = {
5
- type: "F" | "M";
5
+ type: 'F' | 'M';
6
6
  bkmkId: Id;
7
- prntBkmkId: Id | "-";
7
+ prntBkmkId: Id | '-';
8
8
  sortOrdr: number;
9
9
  sysCd?: string;
10
10
  userId?: string | null;
@@ -23,13 +23,13 @@ export type ItemNode = BkmkBase & {
23
23
  export type FavNode = FolderNode | ItemNode;
24
24
  export type MovePayload = {
25
25
  bkmkId: Id;
26
- newPrntBkmkId: Id | "-";
26
+ newPrntBkmkId: Id | '-';
27
27
  sortOrdr: number;
28
28
  userId: string | null;
29
29
  };
30
30
  export type AddNodePayload = {
31
- type: "F" | "M";
32
- prntBkmkId: Id | "-";
31
+ type: 'F' | 'M';
32
+ prntBkmkId: Id | '-';
33
33
  sysCd: string;
34
34
  userId: string | null;
35
35
  bkmkNm?: string;
@@ -41,7 +41,7 @@ export type EditNodePayload = {
41
41
  bkmkId: Id;
42
42
  userId: string;
43
43
  bkmkNm?: string;
44
- prntBkmkId?: Id | "-";
44
+ prntBkmkId?: Id | '-';
45
45
  sortOrdr?: number;
46
46
  };
47
47
  export type Normalized = {
@@ -56,16 +56,17 @@ export type State = {
56
56
  loading: boolean;
57
57
  error?: string;
58
58
  isMenuBookmarked: (menuId: string) => boolean;
59
- getPrntBkmkIdByMenuId: (menuId: string) => Id | "-";
59
+ getPrntBkmkIdByMenuId: (menuId: string) => Id | '-';
60
60
  getNodeByMenuId: (menuId: string) => ItemNode | null;
61
61
  getFolderTree: (q?: string) => DataNode[];
62
62
  loadFavorites: (userId: string, force?: boolean) => Promise<void>;
63
63
  loadFavoritesIfNeeded: (userId: string) => Promise<void>;
64
+ clearFavorites: () => void;
64
65
  addNode: (p: AddNodePayload) => Promise<Id>;
65
66
  moveNode: (p: MovePayload) => Promise<void>;
66
67
  removeNode: (bkmkId: Id) => Promise<void>;
67
68
  editNode: (p: EditNodePayload) => Promise<void>;
68
- addFolder: (bkmkNm: string, prntBkmkId: Id | "-", sysCd: string, userId: string | null) => Promise<Id>;
69
+ addFolder: (bkmkNm: string, prntBkmkId: Id | '-', sysCd: string, userId: string | null) => Promise<Id>;
69
70
  addMenuToFolder: (folderBkmkId: Id, menu: {
70
71
  menuId: string;
71
72
  menuNm: string;
@@ -77,7 +78,7 @@ export type State = {
77
78
  removeMenu: (bkmkId: Id) => Promise<void>;
78
79
  removeMenuByMenuId: (menuId: string) => Promise<void>;
79
80
  removeFolder: (folderBkmkId: Id) => Promise<void>;
80
- editFolder: (folderBkmkId: Id, userId: string | null, newBkmkNm?: string, prntBkmkId?: Id | "-", sortOrdr?: number) => Promise<void>;
81
+ editFolder: (folderBkmkId: Id, userId: string, newBkmkNm?: string, prntBkmkId?: Id | '-', sortOrdr?: number) => Promise<void>;
81
82
  convertToAntTreeData: (nodesMap: Record<string, FavNode>, rootIds: string[], q: string, onlyFolder?: boolean) => any[];
82
83
  };
83
84
  export declare const useFavoriteStore: import('zustand').UseBoundStore<import('zustand').StoreApi<State>>;
@@ -1 +1 @@
1
- {"version":3,"file":"favoriteStore.d.ts","sourceRoot":"","sources":["../../src/stores/favoriteStore.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"favoriteStore.d.ts","sourceRoot":"","sources":["../../src/stores/favoriteStore.ts"],"names":[],"mappings":"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"}