@bwg-ui/core 1.1.33 → 1.2.1
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/{common-components-C-dWpBJk.js → common-components-CKPZB7JH.js} +1997 -1981
- package/dist/chunks/common-components-Cw7pbhrp.cjs +183 -0
- package/dist/chunks/{core-uWiM5s5E.js → core-C2wEZy2f.js} +1 -1
- package/dist/chunks/{core-Cdocvd6i.cjs → core-DfOWJ6JQ.cjs} +1 -1
- package/dist/chunks/{enc-base64-1cOwmBuR.js → enc-base64-BNbm__mu.js} +2 -2
- package/dist/chunks/{enc-base64-D3cQUe7q.cjs → enc-base64-DPfS87kE.cjs} +1 -1
- package/dist/chunks/{sha256-C1laOj1I.cjs → sha256-BXXaP9RF.cjs} +1 -1
- package/dist/chunks/{sha256-naKE9EFq.js → sha256-ZWZAX8tH.js} +2 -2
- package/dist/components/common/BwgDraggable.d.ts +1 -1
- package/dist/components/common/BwgDraggable.d.ts.map +1 -1
- package/dist/components/common/BwgGrid.d.ts +4 -4
- package/dist/components/common/BwgGrid.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 +5 -5
- package/dist/components/core/BwgUploader.d.ts +31 -6
- package/dist/components/core/BwgUploader.d.ts.map +1 -1
- package/dist/components/core/index.cjs +1 -1
- package/dist/components/core/index.js +519 -451
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.js +1 -1
- package/dist/components/layout/AppWrapper.d.ts +13 -0
- package/dist/components/layout/AppWrapper.d.ts.map +1 -0
- package/dist/components/layout/BwgPortal01.d.ts +5 -0
- package/dist/components/layout/BwgPortal01.d.ts.map +1 -0
- package/dist/components/layout/BwgPortal02.d.ts +5 -0
- package/dist/components/layout/BwgPortal02.d.ts.map +1 -0
- package/dist/components/layout/custom/ConfigurableContent.d.ts +4 -0
- package/dist/components/layout/custom/ConfigurableContent.d.ts.map +1 -0
- package/dist/components/layout/{ErrorBound.d.ts → custom/ConfigurableErrorBound.d.ts} +1 -1
- package/dist/components/layout/custom/ConfigurableErrorBound.d.ts.map +1 -0
- package/dist/components/layout/custom/ConfigurableHeader.d.ts +5 -0
- package/dist/components/layout/custom/ConfigurableHeader.d.ts.map +1 -0
- package/dist/components/layout/custom/ConfigurableMenuTab.d.ts +5 -0
- package/dist/components/layout/custom/ConfigurableMenuTab.d.ts.map +1 -0
- package/dist/components/layout/custom/ConfigurableSidebar.d.ts +5 -0
- package/dist/components/layout/custom/ConfigurableSidebar.d.ts.map +1 -0
- package/dist/components/layout/custom/index.d.ts +5 -0
- package/dist/components/layout/custom/index.d.ts.map +1 -0
- package/dist/components/layout/{ViewContainer.d.ts → default/ContentContainer.d.ts} +1 -1
- package/dist/components/layout/default/ContentContainer.d.ts.map +1 -0
- package/dist/components/layout/default/LandingContainer.d.ts +3 -0
- package/dist/components/layout/default/LandingContainer.d.ts.map +1 -0
- package/dist/components/layout/default/LoadingContainer.d.ts +11 -0
- package/dist/components/layout/default/LoadingContainer.d.ts.map +1 -0
- package/dist/components/layout/default/PopupContainer.d.ts +12 -0
- package/dist/components/layout/default/PopupContainer.d.ts.map +1 -0
- package/dist/components/layout/default/index.d.ts +5 -0
- package/dist/components/layout/default/index.d.ts.map +1 -0
- package/dist/components/layout/{PrivateProtectedOverlay.d.ts → extension/ProtectWrapper.d.ts} +3 -3
- package/dist/components/layout/extension/ProtectWrapper.d.ts.map +1 -0
- package/dist/components/layout/extension/index.d.ts +2 -0
- package/dist/components/layout/extension/index.d.ts.map +1 -0
- package/dist/components/layout/index.cjs +2 -2
- package/dist/components/layout/index.d.ts +7 -7
- package/dist/components/layout/index.d.ts.map +1 -1
- package/dist/components/layout/index.js +1437 -229
- package/dist/components/layout/types.d.ts +181 -0
- package/dist/components/layout/types.d.ts.map +1 -0
- package/dist/components/popup/SearchAddress.d.ts +3 -0
- package/dist/components/popup/SearchAddress.d.ts.map +1 -0
- package/dist/components/popup/SearchDepartmentP01.d.ts +3 -0
- package/dist/components/popup/SearchDepartmentP01.d.ts.map +1 -0
- package/dist/components/popup/SearchDepartmentP02.d.ts +3 -0
- package/dist/components/popup/SearchDepartmentP02.d.ts.map +1 -0
- package/dist/components/popup/SearchEmployeeP01.d.ts +3 -0
- package/dist/components/popup/SearchEmployeeP01.d.ts.map +1 -0
- package/dist/components/popup/SearchEmployeeP02.d.ts +3 -0
- package/dist/components/popup/SearchEmployeeP02.d.ts.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.js +133 -128
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +84 -84
- 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-test.css +354 -0
- package/dist/styles/layout.css +65 -78
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.js +3 -3
- package/package.json +4 -1
- package/dist/chunks/common-components-eKBzroXe.cjs +0 -183
- package/dist/components/layout/ErrorBound.d.ts.map +0 -1
- package/dist/components/layout/LoadingOverlay.d.ts +0 -6
- package/dist/components/layout/LoadingOverlay.d.ts.map +0 -1
- package/dist/components/layout/PrivateProtectedOverlay.d.ts.map +0 -1
- package/dist/components/layout/ProgressOverlay.d.ts +0 -11
- package/dist/components/layout/ProgressOverlay.d.ts.map +0 -1
- package/dist/components/layout/ProtectLayout.d.ts +0 -7
- package/dist/components/layout/ProtectLayout.d.ts.map +0 -1
- package/dist/components/layout/PublicLayout.d.ts +0 -7
- package/dist/components/layout/PublicLayout.d.ts.map +0 -1
- package/dist/components/layout/ViewContainer.d.ts.map +0 -1
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
+
export type LayoutType = 'integrated1' | 'integrated2';
|
|
3
|
+
export type ThemeType = 'light' | 'dark' | 'blue' | 'modern';
|
|
4
|
+
export interface ContentProps {
|
|
5
|
+
config?: {
|
|
6
|
+
/**
|
|
7
|
+
* Ant Design Content 컴포넌트 래퍼 설정
|
|
8
|
+
*/
|
|
9
|
+
wrapper?: {
|
|
10
|
+
/**
|
|
11
|
+
* Ant Design Content 컴포넌트 래퍼 클래스명
|
|
12
|
+
*/
|
|
13
|
+
className?: string;
|
|
14
|
+
/**
|
|
15
|
+
* Ant Design Content 컴포넌트 래퍼 스타일
|
|
16
|
+
*/
|
|
17
|
+
style?: CSSProperties;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* Content 컴포넌트 바디 설정
|
|
21
|
+
*/
|
|
22
|
+
body?: {
|
|
23
|
+
/**
|
|
24
|
+
*Content 컴포넌트 바디 클래스명
|
|
25
|
+
*/
|
|
26
|
+
className?: string;
|
|
27
|
+
/**
|
|
28
|
+
* Content 컴포넌트 바디 스타일
|
|
29
|
+
*/
|
|
30
|
+
style?: CSSProperties;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
children?: ReactNode;
|
|
34
|
+
}
|
|
35
|
+
export interface HeaderProps {
|
|
36
|
+
config?: {
|
|
37
|
+
wrapper?: {
|
|
38
|
+
className?: string;
|
|
39
|
+
style?: CSSProperties;
|
|
40
|
+
};
|
|
41
|
+
logo?: {
|
|
42
|
+
gap?: number;
|
|
43
|
+
items?: ReactNode[];
|
|
44
|
+
};
|
|
45
|
+
right?: {
|
|
46
|
+
gap?: number;
|
|
47
|
+
minWidth?: number;
|
|
48
|
+
items?: ReactNode[];
|
|
49
|
+
avatar?: {
|
|
50
|
+
width?: number;
|
|
51
|
+
height?: number;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
showUserInfo?: boolean;
|
|
55
|
+
};
|
|
56
|
+
}
|
|
57
|
+
export interface MenuTabProps {
|
|
58
|
+
config?: {
|
|
59
|
+
wrapper?: {
|
|
60
|
+
className?: string;
|
|
61
|
+
style?: CSSProperties;
|
|
62
|
+
};
|
|
63
|
+
tabs?: {
|
|
64
|
+
className?: string;
|
|
65
|
+
style?: CSSProperties;
|
|
66
|
+
};
|
|
67
|
+
nav?: {
|
|
68
|
+
wrapper?: {
|
|
69
|
+
className?: string;
|
|
70
|
+
style?: CSSProperties;
|
|
71
|
+
};
|
|
72
|
+
buttons?: {
|
|
73
|
+
className?: string;
|
|
74
|
+
style?: CSSProperties;
|
|
75
|
+
};
|
|
76
|
+
tooltip?: {
|
|
77
|
+
className?: string;
|
|
78
|
+
style?: CSSProperties;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|
|
83
|
+
export interface SidebarProps {
|
|
84
|
+
/** 사이드바 설정 */
|
|
85
|
+
config?: {
|
|
86
|
+
/** 사이드바 축소 여부 */
|
|
87
|
+
collapsed?: boolean;
|
|
88
|
+
/** 사이드바 너비 */
|
|
89
|
+
width?: number;
|
|
90
|
+
/** 사이드바 클래스 이름 */
|
|
91
|
+
className?: {
|
|
92
|
+
wrapper?: string;
|
|
93
|
+
/** 사이드바 토글 버튼 클래스 이름 */
|
|
94
|
+
toggle?: {
|
|
95
|
+
wrapper?: string;
|
|
96
|
+
btn?: string;
|
|
97
|
+
};
|
|
98
|
+
/** 사이드바 검색 바 클래스 이름 */
|
|
99
|
+
search?: string;
|
|
100
|
+
segmented: {
|
|
101
|
+
/** 사이드바 세그먼트 클래스 이름 */
|
|
102
|
+
wrapper?: string;
|
|
103
|
+
/** 사이드바 세그먼트 아이템 클래스 이름 */
|
|
104
|
+
item?: string;
|
|
105
|
+
};
|
|
106
|
+
sider: {
|
|
107
|
+
/** 사이드바 컨텐츠 클래스 이름 */
|
|
108
|
+
content?: string;
|
|
109
|
+
/** 사이드바 로딩 클래스 이름 */
|
|
110
|
+
loading?: string;
|
|
111
|
+
/** 사이드바 로딩 텍스트 클래스 이름 */
|
|
112
|
+
loadingText?: string;
|
|
113
|
+
/** 사이드바 에러 클래스 이름 */
|
|
114
|
+
error?: string;
|
|
115
|
+
/** 사이드바 에러 아이콘 클래스 이름 */
|
|
116
|
+
errorIcon?: string;
|
|
117
|
+
/** 사이드바 에러 텍스트 클래스 이름 */
|
|
118
|
+
errorText?: string;
|
|
119
|
+
/** 사이드바 빈 클래스 이름 */
|
|
120
|
+
empty?: string;
|
|
121
|
+
/** 사이드바 빈 아이콘 클래스 이름 */
|
|
122
|
+
emptyIcon?: string;
|
|
123
|
+
/** 사이드바 빈 텍스트 클래스 이름 */
|
|
124
|
+
emptyText?: string;
|
|
125
|
+
/** 사이드바 메뉴 클래스 이름 */
|
|
126
|
+
menu?: string;
|
|
127
|
+
/** 사이드바 메뉴 컨테이너 클래스 이름 */
|
|
128
|
+
menuContainer?: string;
|
|
129
|
+
};
|
|
130
|
+
};
|
|
131
|
+
style?: {
|
|
132
|
+
search: {
|
|
133
|
+
placeholder: string;
|
|
134
|
+
height: number;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
menuGubunCode: {
|
|
138
|
+
mainMenu: string;
|
|
139
|
+
subMenu: string;
|
|
140
|
+
program: string;
|
|
141
|
+
};
|
|
142
|
+
custom?: {
|
|
143
|
+
loading?: ReactNode;
|
|
144
|
+
error?: ReactNode;
|
|
145
|
+
empty?: ReactNode;
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
}
|
|
149
|
+
export interface PopupContainerProps {
|
|
150
|
+
modules?: {
|
|
151
|
+
path: string;
|
|
152
|
+
glob?: Record<string, () => Promise<unknown>>;
|
|
153
|
+
};
|
|
154
|
+
}
|
|
155
|
+
export interface LoadingProps {
|
|
156
|
+
type: 'wave' | 'spin' | 'progress';
|
|
157
|
+
text?: string | ReactNode;
|
|
158
|
+
}
|
|
159
|
+
export type BwgPortal01Props = {
|
|
160
|
+
modules?: {
|
|
161
|
+
view: {
|
|
162
|
+
path: string;
|
|
163
|
+
glob?: Record<string, () => Promise<unknown>>;
|
|
164
|
+
};
|
|
165
|
+
popup: {
|
|
166
|
+
path: string;
|
|
167
|
+
glob?: Record<string, () => Promise<unknown>>;
|
|
168
|
+
};
|
|
169
|
+
};
|
|
170
|
+
config?: {
|
|
171
|
+
header?: HeaderProps['config'];
|
|
172
|
+
sidebar?: SidebarProps['config'];
|
|
173
|
+
menuTab?: MenuTabProps['config'];
|
|
174
|
+
content?: ContentProps['config'];
|
|
175
|
+
};
|
|
176
|
+
};
|
|
177
|
+
export type BwgPortal02Props = {
|
|
178
|
+
config: {};
|
|
179
|
+
children: ReactNode;
|
|
180
|
+
};
|
|
181
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/layout/types.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchAddress.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchAddress.tsx"],"names":[],"mappings":"AAoCA,QAAA,MAAM,aAAa,GAAI,WAAW,GAAG,4CAyjBpC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchDepartmentP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP01.tsx"],"names":[],"mappings":"AAmBA,QAAA,MAAM,aAAa,GAAI,WAAW,GAAG,4CA+YpC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchDepartmentP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP02.tsx"],"names":[],"mappings":"AAmBA,QAAA,MAAM,aAAa,GAAI,WAAW,GAAG,4CAylBpC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchEmployeeP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchEmployeeP01.tsx"],"names":[],"mappings":"AAoCA,QAAA,MAAM,eAAe,GAAI,WAAW,GAAG,4CAqtBtC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SearchEmployeeP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchEmployeeP02.tsx"],"names":[],"mappings":"AAqCA,QAAA,MAAM,eAAe,GAAI,WAAW,GAAG,4CAstBtC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/index.cjs"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/index.cjs"),t=require("./stores/index.cjs"),o=require("./chunks/common-components-Cw7pbhrp.cjs"),r=require("./components/core/index.cjs"),s=require("./components/layout/index.cjs"),i=require("./provider/index.cjs");exports.ApiError=e.ApiError;exports.THEME_COOKIE_NAME=e.THEME_COOKIE_NAME;exports.apiDelete=e.apiDelete;exports.apiGet=e.apiGet;exports.apiPatch=e.apiPatch;exports.apiPost=e.apiPost;exports.apiPut=e.apiPut;exports.apiUtils=e.apiUtils;exports.arrAverage=e.arrAverage;exports.arrCount=e.arrCount;exports.arrMax=e.arrMax;exports.arrMin=e.arrMin;exports.arrReverse=e.arrReverse;exports.arrSum=e.arrSum;exports.arrUnique=e.arrUnique;exports.bwgUtils=e.bwgUtils;exports.callService=e.callService;exports.callService_SYSCD=e.callService_SYSCD;exports.clamp=e.clamp;exports.clearSessionStorage=e.clearSessionStorage;exports.closeAllMessages=e.closeAllMessages;exports.closeMessage=e.closeMessage;exports.closeNotification=e.closeNotification;exports.commonUtils=e.commonUtils;exports.configureEnvUtils=e.configureEnvUtils;exports.copyToClipboard=e.copyToClipboard;exports.debounce=e.debounce;exports.deleteCookie=e.deleteCookie;exports.destroyNotifications=e.destroyNotifications;exports.downloadByFileKey=e.downloadByFileKey;exports.downloadFile=e.downloadFile;exports.duplicates=e.duplicates;exports.encryptSha256=e.encryptSha256;exports.envUtils=e.envUtils;exports.fileUtils=e.fileUtils;exports.generateRandomColor=e.generateRandomColor;exports.generateRandomString=e.generateRandomString;exports.generateUID=e.generateUID;exports.getAllServiceCodes=e.getAllServiceCodes;exports.getClientIp=e.getClientIp;exports.getCookie=e.getCookie;exports.getCrprCd=e.getCrprCd;exports.getCurrentDate=e.getCurrentDate;exports.getCurrentDateString=e.getCurrentDateString;exports.getDepartmentInfo=e.getDepartmentInfo;exports.getDeviceType=e.getDeviceType;exports.getDisplayName=e.getDisplayName;exports.getDprtCd=e.getDprtCd;exports.getDprtNm=e.getDprtNm;exports.getEmplNo=e.getEmplNo;exports.getEnvCode=e.getEnvCode;exports.getPermissionService=e.getPermissionService;exports.getRoleList=e.getRoleList;exports.getServiceCode=e.getServiceCode;exports.getSessionStorage=e.getSessionStorage;exports.getUserDvsn=e.getUserDvsn;exports.getUserId=e.getUserId;exports.getUserInfo=e.getUserInfo;exports.getUserNm=e.getUserNm;exports.hasAllRoles=e.hasAllRoles;exports.hasAnyRole=e.hasAnyRole;exports.hasRole=e.hasRole;exports.hasUserInfo=e.hasUserInfo;exports.isArray=e.isArray;exports.isBoolean=e.isBoolean;exports.isDesktop=e.isDesktop;exports.isDev=e.isDev;exports.isEmpty=e.isEmpty;exports.isEmptyArray=e.isEmptyArray;exports.isFunction=e.isFunction;exports.isLocal=e.isLocal;exports.isLoggedIn=e.isLoggedIn;exports.isMobile=e.isMobile;exports.isNull=e.isNull;exports.isNullOrUndefined=e.isNullOrUndefined;exports.isNumber=e.isNumber;exports.isObject=e.isObject;exports.isProd=e.isProd;exports.isSafeEmpty=e.isSafeEmpty;exports.isString=e.isString;exports.isTablet=e.isTablet;exports.isUndefined=e.isUndefined;exports.isValidEmail=e.isValidEmail;exports.isValidUrl=e.isValidUrl;exports.logServiceCodeConfig=e.logServiceCodeConfig;exports.messageUtils=e.messageUtils;exports.notiBwgError=e.notiBwgError;exports.notiError=e.notiError;exports.notiInfo=e.notiInfo;exports.notiSuccess=e.notiSuccess;exports.notiWarning=e.notiWarning;exports.notificationService=e.notificationService;exports.notificationUtils=e.notificationUtils;exports.padLeft=e.padLeft;exports.padRight=e.padRight;exports.random=e.random;exports.realFormat=e.realFormat;exports.removeSessionStorage=e.removeSessionStorage;exports.round=e.round;exports.serviceUtils=e.serviceUtils;exports.setClientIp=e.setClientIp;exports.setCookie=e.setCookie;exports.setServiceCodeOverrides=e.setServiceCodeOverrides;exports.setSessionStorage=e.setSessionStorage;exports.showApiError=e.showApiError;exports.showDuplicateError=e.showDuplicateError;exports.showError=e.showError;exports.showInfo=e.showInfo;exports.showLoading=e.showLoading;exports.showRequiredError=e.showRequiredError;exports.showSaveError=e.showSaveError;exports.showSaveSuccess=e.showSaveSuccess;exports.showSuccess=e.showSuccess;exports.showWarning=e.showWarning;exports.throttle=e.throttle;exports.toCamelCase=e.toCamelCase;exports.userUtils=e.userUtils;exports.verifyClientIp=e.verifyClientIp;exports.useCode=t.useCode;exports.useCodeStore=t.useCodeStore;exports.useColorStore=t.useColorStore;exports.useFavorite=t.useFavorite;exports.useFavoriteStore=t.useFavoriteStore;exports.useLoadingStore=t.useLoadingStore;exports.useMenuModel=t.useMenuModel;exports.useMenuModelStore=t.useMenuModelStore;exports.useMenuView=t.useMenuView;exports.useMenuViewStore=t.useMenuViewStore;exports.useOptionStore=t.useOptionStore;exports.usePopupLoadingStore=t.usePopupLoadingStore;exports.usePopupState=t.usePopupState;exports.usePopupStore=t.usePopupStore;exports.useUser=t.useUser;exports.useUserStore=t.useUserStore;exports.BwgButtonGroup=o.BwgButtonGroup;exports.BwgCmptArea=o.BwgCmptArea;exports.BwgCol=o.BwgCol;exports.BwgConfigProvider=o.BwgConfigProvider;exports.BwgDetail=o.BwgDetail;exports.BwgDrawer=o.BwgDrawer;exports.BwgEditor=o.BwgEditor;exports.BwgGrid=o.BwgGrid;exports.BwgInfoArea=o.BwgInfoArea;exports.BwgPagination=o.BwgPagination;exports.BwgPopup=o.BwgPopup;exports.BwgRow=o.BwgRow;exports.BwgSpace=o.BwgSpace;exports.BwgTable=o.BwgTable;exports.BwgTabs=o.BwgTabs;exports.BwgTitleBox=o.BwgTitleBox;exports.BwgView=o.BwgView;exports.ContentBox=o.ContentBox;exports.ContentLayOut=o.ContentLayOut;exports.GlobalConfigProvider=o.GlobalConfigProvider;exports.QuickServiceToggle=o.QuickServiceToggle;exports.SSOHandler=o.SSOHandler;exports.SearchBox=o.SearchBox;exports.createBwgGridRenderer=o.createBwgGridRenderer;exports.BwgButton=r.BwgButton;exports.BwgCheck=r.BwgCheck;exports.BwgCheckList=r.BwgCheckList;exports.BwgDatePicker=r.BwgDatePicker;exports.BwgDownload=r.BwgDownload;exports.BwgForm=r.BwgForm;exports.BwgFormItem=r.BwgFormItem;exports.BwgInput=r.BwgInput;exports.BwgLargeUploader=r.BwgLargeUploader;exports.BwgMaskedInput=r.BwgMaskedInput;exports.BwgMaskedPicker=r.BwgMaskedPicker;exports.BwgMultiSelect=r.BwgMultiSelect;exports.BwgNumber=r.BwgNumber;exports.BwgRadio=r.BwgRadio;exports.BwgRangePicker=r.BwgRangePicker;exports.BwgSearch=r.BwgSearch;exports.BwgSelect=r.BwgSelect;exports.BwgSwitch=r.BwgSwitch;exports.BwgTextArea=r.BwgTextArea;exports.BwgUploader=r.BwgUploader;exports.AppWrapper=s.AppWrapper;exports.BwgPortal01=s.BwgPortal01;exports.BwgPortal02=s.BwgPortal02;exports.ConfigurableContent=s.ConfigurableContent;exports.ConfigurableHeader=s.ConfigurableHeader;exports.ConfigurableMenuTab=s.ConfigurableMenuTab;exports.ConfigurableSidebar=s.ConfigurableSidebar;exports.ContentContainer=s.ContentContainer;exports.LandingContainer=s.LandingContainer;exports.LoadingContainer=s.LoadingContainer;exports.PopupContainer=s.PopupContainer;exports.ProtectWrapper=s.ProtectWrapper;exports.AuthProvider=i.AuthProvider;exports.CommonCodeProvider=i.CommonCodeProvider;exports.ScreenProtectProvider=i.ScreenProtectProvider;exports.SearchBoxProvider=i.SearchBoxProvider;exports.ServiceCodeProvider=i.ServiceCodeProvider;exports.useAllServiceCodes=i.useAllServiceCodes;exports.useAuth=i.useAuth;exports.useCodeColor=i.useCodeColor;exports.useCodeList=i.useCodeList;exports.useCodeListByOption=i.useCodeListByOption;exports.useCodeName=i.useCodeName;exports.useCommonCode=i.useCommonCode;exports.useGridLookup=i.useGridLookup;exports.useLock=i.useLock;exports.useLogServiceCodeConfig=i.useLogServiceCodeConfig;exports.usePopup=i.usePopup;exports.usePopupContext=i.usePopupContext;exports.useSearchBox=i.useSearchBox;exports.useServiceCode=i.useServiceCode;exports.useServiceCodeValue=i.useServiceCodeValue;
|
package/dist/index.js
CHANGED
|
@@ -1,24 +1,25 @@
|
|
|
1
|
-
import { ApiError as r, THEME_COOKIE_NAME as
|
|
2
|
-
import { useCode as
|
|
3
|
-
import {
|
|
4
|
-
import { BwgButton as rr, BwgCheck as
|
|
5
|
-
import {
|
|
6
|
-
import { AuthProvider as
|
|
1
|
+
import { ApiError as r, THEME_COOKIE_NAME as t, apiDelete as i, apiGet as s, apiPatch as a, apiPost as n, apiPut as g, apiUtils as l, arrAverage as u, arrCount as d, arrMax as p, arrMin as c, arrReverse as C, arrSum as w, arrUnique as S, bwgUtils as B, callService as m, callService_SYSCD as v, clamp as f, clearSessionStorage as h, closeAllMessages as P, closeMessage as U, closeNotification as E, commonUtils as D, configureEnvUtils as b, copyToClipboard as A, debounce as L, deleteCookie as M, destroyNotifications as y, downloadByFileKey as I, downloadFile as k, duplicates as x, encryptSha256 as R, envUtils as N, fileUtils as T, generateRandomColor as O, generateRandomString as F, generateUID as G, getAllServiceCodes as V, getClientIp as W, getCookie as q, getCrprCd as H, getCurrentDate as _, getCurrentDateString as j, getDepartmentInfo as K, getDeviceType as Q, getDisplayName as Y, getDprtCd as z, getDprtNm as J, getEmplNo as X, getEnvCode as Z, getPermissionService as $, getRoleList as ee, getServiceCode as oe, getSessionStorage as re, getUserDvsn as te, getUserId as ie, getUserInfo as se, getUserNm as ae, hasAllRoles as ne, hasAnyRole as ge, hasRole as le, hasUserInfo as ue, isArray as de, isBoolean as pe, isDesktop as ce, isDev as Ce, isEmpty as we, isEmptyArray as Se, isFunction as Be, isLocal as me, isLoggedIn as ve, isMobile as fe, isNull as he, isNullOrUndefined as Pe, isNumber as Ue, isObject as Ee, isProd as De, isSafeEmpty as be, isString as Ae, isTablet as Le, isUndefined as Me, isValidEmail as ye, isValidUrl as Ie, logServiceCodeConfig as ke, messageUtils as xe, notiBwgError as Re, notiError as Ne, notiInfo as Te, notiSuccess as Oe, notiWarning as Fe, notificationService as Ge, notificationUtils as Ve, padLeft as We, padRight as qe, random as He, realFormat as _e, removeSessionStorage as je, round as Ke, serviceUtils as Qe, setClientIp as Ye, setCookie as ze, setServiceCodeOverrides as Je, setSessionStorage as Xe, showApiError as Ze, showDuplicateError as $e, showError as eo, showInfo as oo, showLoading as ro, showRequiredError as to, showSaveError as io, showSaveSuccess as so, showSuccess as ao, showWarning as no, throttle as go, toCamelCase as lo, userUtils as uo, verifyClientIp as po } from "./utils/index.js";
|
|
2
|
+
import { useCode as Co, useCodeStore as wo, useColorStore as So, useFavorite as Bo, useFavoriteStore as mo, useLoadingStore as vo, useMenuModel as fo, useMenuModelStore as ho, useMenuView as Po, useMenuViewStore as Uo, useOptionStore as Eo, usePopupLoadingStore as Do, usePopupState as bo, usePopupStore as Ao, useUser as Lo, useUserStore as Mo } from "./stores/index.js";
|
|
3
|
+
import { d as Io, e as ko, f as xo, B as Ro, h as No, i as To, j as Oo, k as Fo, l as Go, m as Vo, n as Wo, o as qo, a as Ho, p as _o, q as jo, r as Ko, s as Qo, C as Yo, t as zo, G as Jo, Q as Xo, u as Zo, S as $o, v as er } from "./chunks/common-components-CKPZB7JH.js";
|
|
4
|
+
import { BwgButton as rr, BwgCheck as tr, BwgCheckList as ir, BwgDatePicker as sr, BwgDownload as ar, BwgForm as nr, BwgFormItem as gr, BwgInput as lr, BwgLargeUploader as ur, BwgMaskedInput as dr, BwgMaskedPicker as pr, BwgMultiSelect as cr, BwgNumber as Cr, BwgRadio as wr, BwgRangePicker as Sr, BwgSearch as Br, BwgSelect as mr, BwgSwitch as vr, BwgTextArea as fr, BwgUploader as hr } from "./components/core/index.js";
|
|
5
|
+
import { AppWrapper as Ur, BwgPortal01 as Er, BwgPortal02 as Dr, ConfigurableContent as br, ConfigurableHeader as Ar, ConfigurableMenuTab as Lr, ConfigurableSidebar as Mr, ContentContainer as yr, LandingContainer as Ir, LoadingContainer as kr, PopupContainer as xr, ProtectWrapper as Rr } from "./components/layout/index.js";
|
|
6
|
+
import { AuthProvider as Tr, CommonCodeProvider as Or, ScreenProtectProvider as Fr, SearchBoxProvider as Gr, ServiceCodeProvider as Vr, useAllServiceCodes as Wr, useAuth as qr, useCodeColor as Hr, useCodeList as _r, useCodeListByOption as jr, useCodeName as Kr, useCommonCode as Qr, useGridLookup as Yr, useLock as zr, useLogServiceCodeConfig as Jr, usePopup as Xr, usePopupContext as Zr, useSearchBox as $r, useServiceCode as et, useServiceCodeValue as ot } from "./provider/index.js";
|
|
7
7
|
export {
|
|
8
8
|
r as ApiError,
|
|
9
|
-
|
|
9
|
+
Ur as AppWrapper,
|
|
10
|
+
Tr as AuthProvider,
|
|
10
11
|
rr as BwgButton,
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
12
|
+
Io as BwgButtonGroup,
|
|
13
|
+
tr as BwgCheck,
|
|
14
|
+
ir as BwgCheckList,
|
|
15
|
+
ko as BwgCmptArea,
|
|
16
|
+
xo as BwgCol,
|
|
16
17
|
Ro as BwgConfigProvider,
|
|
17
|
-
|
|
18
|
+
sr as BwgDatePicker,
|
|
18
19
|
No as BwgDetail,
|
|
19
20
|
ar as BwgDownload,
|
|
20
|
-
|
|
21
|
-
|
|
21
|
+
To as BwgDrawer,
|
|
22
|
+
Oo as BwgEditor,
|
|
22
23
|
nr as BwgForm,
|
|
23
24
|
gr as BwgFormItem,
|
|
24
25
|
Fo as BwgGrid,
|
|
@@ -26,87 +27,91 @@ export {
|
|
|
26
27
|
lr as BwgInput,
|
|
27
28
|
ur as BwgLargeUploader,
|
|
28
29
|
dr as BwgMaskedInput,
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
pr as BwgMaskedPicker,
|
|
31
|
+
cr as BwgMultiSelect,
|
|
32
|
+
Cr as BwgNumber,
|
|
32
33
|
Vo as BwgPagination,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
Wo as BwgPopup,
|
|
35
|
+
Er as BwgPortal01,
|
|
36
|
+
Dr as BwgPortal02,
|
|
37
|
+
wr as BwgRadio,
|
|
38
|
+
Sr as BwgRangePicker,
|
|
39
|
+
qo as BwgRow,
|
|
37
40
|
Br as BwgSearch,
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
41
|
+
mr as BwgSelect,
|
|
42
|
+
Ho as BwgSpace,
|
|
43
|
+
vr as BwgSwitch,
|
|
44
|
+
_o as BwgTable,
|
|
45
|
+
jo as BwgTabs,
|
|
43
46
|
fr as BwgTextArea,
|
|
44
|
-
|
|
47
|
+
Ko as BwgTitleBox,
|
|
45
48
|
hr as BwgUploader,
|
|
46
|
-
|
|
47
|
-
|
|
49
|
+
Qo as BwgView,
|
|
50
|
+
Or as CommonCodeProvider,
|
|
51
|
+
br as ConfigurableContent,
|
|
52
|
+
Ar as ConfigurableHeader,
|
|
53
|
+
Lr as ConfigurableMenuTab,
|
|
54
|
+
Mr as ConfigurableSidebar,
|
|
48
55
|
Yo as ContentBox,
|
|
56
|
+
yr as ContentContainer,
|
|
49
57
|
zo as ContentLayOut,
|
|
50
|
-
Ur as ErrorBound,
|
|
51
58
|
Jo as GlobalConfigProvider,
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
Ar as PublicLayout,
|
|
59
|
+
Ir as LandingContainer,
|
|
60
|
+
kr as LoadingContainer,
|
|
61
|
+
xr as PopupContainer,
|
|
62
|
+
Rr as ProtectWrapper,
|
|
57
63
|
Xo as QuickServiceToggle,
|
|
58
64
|
Zo as SSOHandler,
|
|
59
|
-
|
|
65
|
+
Fr as ScreenProtectProvider,
|
|
60
66
|
$o as SearchBox,
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
i as apiGet,
|
|
67
|
+
Gr as SearchBoxProvider,
|
|
68
|
+
Vr as ServiceCodeProvider,
|
|
69
|
+
t as THEME_COOKIE_NAME,
|
|
70
|
+
i as apiDelete,
|
|
71
|
+
s as apiGet,
|
|
67
72
|
a as apiPatch,
|
|
68
73
|
n as apiPost,
|
|
69
74
|
g as apiPut,
|
|
70
75
|
l as apiUtils,
|
|
71
76
|
u as arrAverage,
|
|
72
77
|
d as arrCount,
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
p as arrMax,
|
|
79
|
+
c as arrMin,
|
|
80
|
+
C as arrReverse,
|
|
81
|
+
w as arrSum,
|
|
82
|
+
S as arrUnique,
|
|
78
83
|
B as bwgUtils,
|
|
79
|
-
|
|
80
|
-
|
|
84
|
+
m as callService,
|
|
85
|
+
v as callService_SYSCD,
|
|
81
86
|
f as clamp,
|
|
82
87
|
h as clearSessionStorage,
|
|
83
88
|
P as closeAllMessages,
|
|
84
89
|
U as closeMessage,
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
90
|
+
E as closeNotification,
|
|
91
|
+
D as commonUtils,
|
|
92
|
+
b as configureEnvUtils,
|
|
93
|
+
A as copyToClipboard,
|
|
89
94
|
er as createBwgGridRenderer,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
95
|
+
L as debounce,
|
|
96
|
+
M as deleteCookie,
|
|
97
|
+
y as destroyNotifications,
|
|
98
|
+
I as downloadByFileKey,
|
|
99
|
+
k as downloadFile,
|
|
100
|
+
x as duplicates,
|
|
96
101
|
R as encryptSha256,
|
|
97
102
|
N as envUtils,
|
|
98
|
-
|
|
99
|
-
|
|
103
|
+
T as fileUtils,
|
|
104
|
+
O as generateRandomColor,
|
|
100
105
|
F as generateRandomString,
|
|
101
106
|
G as generateUID,
|
|
102
107
|
V as getAllServiceCodes,
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
W as getClientIp,
|
|
109
|
+
q as getCookie,
|
|
110
|
+
H as getCrprCd,
|
|
111
|
+
_ as getCurrentDate,
|
|
112
|
+
j as getCurrentDateString,
|
|
113
|
+
K as getDepartmentInfo,
|
|
114
|
+
Q as getDeviceType,
|
|
110
115
|
Y as getDisplayName,
|
|
111
116
|
z as getDprtCd,
|
|
112
117
|
J as getDprtNm,
|
|
@@ -116,51 +121,51 @@ export {
|
|
|
116
121
|
ee as getRoleList,
|
|
117
122
|
oe as getServiceCode,
|
|
118
123
|
re as getSessionStorage,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
124
|
+
te as getUserDvsn,
|
|
125
|
+
ie as getUserId,
|
|
126
|
+
se as getUserInfo,
|
|
122
127
|
ae as getUserNm,
|
|
123
128
|
ne as hasAllRoles,
|
|
124
129
|
ge as hasAnyRole,
|
|
125
130
|
le as hasRole,
|
|
126
131
|
ue as hasUserInfo,
|
|
127
132
|
de as isArray,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
+
pe as isBoolean,
|
|
134
|
+
ce as isDesktop,
|
|
135
|
+
Ce as isDev,
|
|
136
|
+
we as isEmpty,
|
|
137
|
+
Se as isEmptyArray,
|
|
133
138
|
Be as isFunction,
|
|
134
|
-
|
|
135
|
-
|
|
139
|
+
me as isLocal,
|
|
140
|
+
ve as isLoggedIn,
|
|
136
141
|
fe as isMobile,
|
|
137
142
|
he as isNull,
|
|
138
143
|
Pe as isNullOrUndefined,
|
|
139
144
|
Ue as isNumber,
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
145
|
+
Ee as isObject,
|
|
146
|
+
De as isProd,
|
|
147
|
+
be as isSafeEmpty,
|
|
148
|
+
Ae as isString,
|
|
149
|
+
Le as isTablet,
|
|
150
|
+
Me as isUndefined,
|
|
151
|
+
ye as isValidEmail,
|
|
152
|
+
Ie as isValidUrl,
|
|
153
|
+
ke as logServiceCodeConfig,
|
|
154
|
+
xe as messageUtils,
|
|
150
155
|
Re as notiBwgError,
|
|
151
156
|
Ne as notiError,
|
|
152
|
-
|
|
153
|
-
|
|
157
|
+
Te as notiInfo,
|
|
158
|
+
Oe as notiSuccess,
|
|
154
159
|
Fe as notiWarning,
|
|
155
160
|
Ge as notificationService,
|
|
156
161
|
Ve as notificationUtils,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
162
|
+
We as padLeft,
|
|
163
|
+
qe as padRight,
|
|
164
|
+
He as random,
|
|
165
|
+
_e as realFormat,
|
|
166
|
+
je as removeSessionStorage,
|
|
167
|
+
Ke as round,
|
|
168
|
+
Qe as serviceUtils,
|
|
164
169
|
Ye as setClientIp,
|
|
165
170
|
ze as setCookie,
|
|
166
171
|
Je as setServiceCodeOverrides,
|
|
@@ -170,44 +175,44 @@ export {
|
|
|
170
175
|
eo as showError,
|
|
171
176
|
oo as showInfo,
|
|
172
177
|
ro as showLoading,
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
178
|
+
to as showRequiredError,
|
|
179
|
+
io as showSaveError,
|
|
180
|
+
so as showSaveSuccess,
|
|
176
181
|
ao as showSuccess,
|
|
177
182
|
no as showWarning,
|
|
178
183
|
go as throttle,
|
|
179
184
|
lo as toCamelCase,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
185
|
+
Wr as useAllServiceCodes,
|
|
186
|
+
qr as useAuth,
|
|
187
|
+
Co as useCode,
|
|
188
|
+
Hr as useCodeColor,
|
|
189
|
+
_r as useCodeList,
|
|
190
|
+
jr as useCodeListByOption,
|
|
191
|
+
Kr as useCodeName,
|
|
192
|
+
wo as useCodeStore,
|
|
193
|
+
So as useColorStore,
|
|
194
|
+
Qr as useCommonCode,
|
|
190
195
|
Bo as useFavorite,
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
+
mo as useFavoriteStore,
|
|
197
|
+
Yr as useGridLookup,
|
|
198
|
+
vo as useLoadingStore,
|
|
199
|
+
zr as useLock,
|
|
200
|
+
Jr as useLogServiceCodeConfig,
|
|
196
201
|
fo as useMenuModel,
|
|
197
202
|
ho as useMenuModelStore,
|
|
198
203
|
Po as useMenuView,
|
|
199
204
|
Uo as useMenuViewStore,
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
205
|
+
Eo as useOptionStore,
|
|
206
|
+
Xr as usePopup,
|
|
207
|
+
Zr as usePopupContext,
|
|
208
|
+
Do as usePopupLoadingStore,
|
|
209
|
+
bo as usePopupState,
|
|
210
|
+
Ao as usePopupStore,
|
|
211
|
+
$r as useSearchBox,
|
|
212
|
+
et as useServiceCode,
|
|
213
|
+
ot as useServiceCodeValue,
|
|
214
|
+
Lo as useUser,
|
|
215
|
+
Mo as useUserStore,
|
|
211
216
|
uo as userUtils,
|
|
212
|
-
|
|
217
|
+
po as verifyClientIp
|
|
213
218
|
};
|