@bwg-ui/core 1.2.20 → 1.2.22
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-ByLduwwZ.js → MenuReport-Bsz0OEet.js} +26 -26
- package/dist/chunks/MenuReport-PYufvmGR.cjs +1 -0
- package/dist/chunks/common-components-CdNJR00U.cjs +1109 -0
- package/dist/chunks/common-components-aD7WLZ5f.js +50899 -0
- package/dist/chunks/layout-components-CIO09Lhe.cjs +35 -0
- package/dist/chunks/{layout-components-CyKRhOdT.js → layout-components-OnRWLesF.js} +268 -233
- package/dist/components/common/ButtonAccessController.d.ts.map +1 -1
- package/dist/components/common/BwgGrid.d.ts +7 -3
- package/dist/components/common/BwgGrid.d.ts.map +1 -1
- package/dist/components/common/BwgTitleBox.d.ts.map +1 -1
- package/dist/components/common/BwgView.d.ts.map +1 -1
- package/dist/components/common/index.cjs +1 -1
- package/dist/components/common/index.js +1 -1
- package/dist/components/guide/BwgPracticeGuideS00.d.ts.map +1 -1
- package/dist/components/guide/index.cjs +1 -1
- package/dist/components/guide/index.js +60 -66
- package/dist/components/layout/custom/ConfigurableHeader.d.ts.map +1 -1
- package/dist/components/layout/custom/ConfigurableSidebar.d.ts.map +1 -1
- package/dist/components/layout/default/LocalPopupContainer.d.ts.map +1 -1
- package/dist/components/layout/default/PopupContainer.d.ts.map +1 -1
- package/dist/components/layout/index.cjs +1 -1
- package/dist/components/layout/index.js +1 -1
- package/dist/components/pages/auth/CMAuthMstrM01.d.ts.map +1 -1
- package/dist/components/pages/auth/CMRoleMstrM01.d.ts.map +1 -1
- package/dist/components/pages/board/CMAdminBoardM01.d.ts +6 -0
- package/dist/components/pages/board/CMAdminBoardM01.d.ts.map +1 -0
- package/dist/components/pages/board/CMBoardS01.d.ts +8 -0
- package/dist/components/pages/board/CMBoardS01.d.ts.map +1 -0
- package/dist/components/pages/board/CMMyBoardM01.d.ts +6 -0
- package/dist/components/pages/board/CMMyBoardM01.d.ts.map +1 -0
- package/dist/components/pages/index.d.ts +6 -1
- package/dist/components/pages/index.d.ts.map +1 -1
- package/dist/components/pages/rsrc/CMMenuMstrM01.d.ts.map +1 -1
- package/dist/components/pages/rsrc/CMPopuMstrM01.d.ts.map +1 -1
- package/dist/components/pages/syst/SystemCodeManage.d.ts +7 -0
- package/dist/components/pages/syst/SystemCodeManage.d.ts.map +1 -0
- package/dist/components/popup/CMPrgrMstrP02.d.ts +3 -0
- package/dist/components/popup/CMPrgrMstrP02.d.ts.map +1 -0
- package/dist/components/popup/MenuReport.d.ts +1 -1
- package/dist/components/popup/MenuReport.d.ts.map +1 -1
- package/dist/components/popup/config/localPopupRegistry.d.ts.map +1 -1
- package/dist/components/popup/index.cjs +1 -1
- package/dist/components/popup/index.d.ts +1 -0
- package/dist/components/popup/index.d.ts.map +1 -1
- package/dist/components/popup/index.js +7 -6
- package/dist/index.cjs +1 -1
- package/dist/index.js +243 -239
- package/dist/provider/contexts/ServiceCodeContext.d.ts.map +1 -1
- package/dist/provider/index.cjs +1 -1
- package/dist/provider/index.js +115 -134
- package/dist/stores/codeStore.d.ts.map +1 -1
- package/dist/stores/index.cjs +2 -2
- package/dist/stores/index.js +342 -247
- package/dist/stores/userStore.d.ts +4 -0
- package/dist/stores/userStore.d.ts.map +1 -1
- package/dist/styles/assets/images/header/icon/ico-bell.svg +3 -3
- package/dist/styles/assets/images/header/icon/ico-logout.svg +10 -10
- package/dist/styles/assets/images/header/icon/ico-setting.svg +4 -4
- package/dist/styles/assets/images/header/icon/ico-sidebar-arrow.svg +3 -3
- package/dist/utils/apiUtils.d.ts.map +1 -1
- package/dist/utils/commonUtils.d.ts +23 -84
- package/dist/utils/commonUtils.d.ts.map +1 -1
- package/dist/utils/gwUtils.d.ts +20 -1
- package/dist/utils/gwUtils.d.ts.map +1 -1
- package/dist/utils/index.cjs +1 -1
- package/dist/utils/index.d.ts +20 -14
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1131 -977
- package/dist/utils/serviceConfig.d.ts +1 -1
- package/dist/utils/serviceConfig.d.ts.map +1 -1
- package/package.json +2 -1
- package/dist/chunks/MenuReport-D5nIx5g9.cjs +0 -1
- package/dist/chunks/common-components-BXjzima0.cjs +0 -1028
- package/dist/chunks/common-components-CyxuMobg.js +0 -30563
- package/dist/chunks/layout-components-CfFi4fiJ.cjs +0 -35
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CMPrgrMstrP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/CMPrgrMstrP02.tsx"],"names":[],"mappings":"AAsBA,QAAA,MAAM,aAAa,GAAI,WAAW,GAAG,4CAyNpC,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { PopupViewProps } from '
|
|
2
|
+
import { PopupViewProps } from '../layout/default/PopupContainer';
|
|
3
3
|
declare const MenuReport: FC<PopupViewProps>;
|
|
4
4
|
export default MenuReport;
|
|
5
5
|
//# sourceMappingURL=MenuReport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MenuReport.d.ts","sourceRoot":"","sources":["../../../src/components/popup/MenuReport.tsx"],"names":[],"mappings":"AAyBA,OAAO,EAAE,EAAE,EAAwC,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"MenuReport.d.ts","sourceRoot":"","sources":["../../../src/components/popup/MenuReport.tsx"],"names":[],"mappings":"AAyBA,OAAO,EAAE,EAAE,EAAwC,MAAM,OAAO,CAAC;AAuBjE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AA2ClE,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,cAAc,CA46ClC,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localPopupRegistry.d.ts","sourceRoot":"","sources":["../../../../src/components/popup/config/localPopupRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAQ,MAAM,OAAO,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAG9E,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,mBAAmB,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC;IAC9D,aAAa,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;CACtC;
|
|
1
|
+
{"version":3,"file":"localPopupRegistry.d.ts","sourceRoot":"","sources":["../../../../src/components/popup/config/localPopupRegistry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,mBAAmB,EAAQ,MAAM,OAAO,CAAC;AACjE,OAAO,KAAK,EAAE,cAAc,EAAE,WAAW,EAAE,MAAM,4BAA4B,CAAC;AAG9E,MAAM,WAAW,sBAAsB;IACrC,SAAS,EAAE,mBAAmB,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC,CAAC;IAC9D,aAAa,CAAC,EAAE,OAAO,CAAC,WAAW,CAAC,CAAC;CACtC;AAWD,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CAmDrE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../../chunks/common-components-CdNJR00U.cjs");exports.CMPrgrMstrP02=r.CMPrgrMstrP02;exports.SearchDepartmentP01=r.SearchDepartmentP01;exports.SearchDepartmentP02=r.SearchDepartmentP02;exports.SearchHolidayP01=r.CMHldyMstrP01;exports.SearchOrganizationP01=r.SearchOrganizationP01;exports.SearchOrganizationP02=r.SearchOrganizationP02;
|
|
@@ -3,6 +3,7 @@ export { default as SearchDepartmentP02 } from './SearchDepartmentP02';
|
|
|
3
3
|
export { default as SearchOrganizationP01 } from './SearchOrganizationP01';
|
|
4
4
|
export { default as SearchOrganizationP02 } from './SearchOrganizationP02';
|
|
5
5
|
export { default as SearchHolidayP01 } from './SearchHolidayP01';
|
|
6
|
+
export { default as CMPrgrMstrP02 } from './CMPrgrMstrP02';
|
|
6
7
|
export type { Department } from './SearchDepartmentP01';
|
|
7
8
|
export type { Employee, Department as OrgDepartment, } from './SearchOrganizationP01';
|
|
8
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/popup/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAA;AAI1D,YAAY,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,YAAY,EACV,QAAQ,EACR,UAAU,IAAI,aAAa,GAC5B,MAAM,yBAAyB,CAAC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { E as e, x as t, y as s, D as P, z as n, A as c } from "../../chunks/common-components-aD7WLZ5f.js";
|
|
2
2
|
export {
|
|
3
|
-
e as
|
|
4
|
-
t as
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
e as CMPrgrMstrP02,
|
|
4
|
+
t as SearchDepartmentP01,
|
|
5
|
+
s as SearchDepartmentP02,
|
|
6
|
+
P as SearchHolidayP01,
|
|
7
|
+
n as SearchOrganizationP01,
|
|
8
|
+
c as SearchOrganizationP02
|
|
8
9
|
};
|
package/dist/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/index.cjs"),r=require("./stores/index.cjs"),o=require("./chunks/common-components-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/index.cjs"),r=require("./stores/index.cjs"),o=require("./chunks/common-components-CdNJR00U.cjs"),t=require("./components/core/index.cjs"),s=require("./chunks/layout-components-CIO09Lhe.cjs"),i=require("./provider/index.cjs");exports.ApiError=e.ApiError;exports.DEFAULT_FMT=e.DEFAULT_FMT;exports.DEFAULT_SERVICE_CODES=e.DEFAULT_SERVICE_CODES;exports.THEME_COOKIE_NAME=e.THEME_COOKIE_NAME;exports.add=e.add;exports.apiGet=e.apiGet;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.callServiceBySysCd=e.callServiceBySysCd;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.diff=e.diff;exports.downloadByFileKey=e.downloadByFileKey;exports.downloadFile=e.downloadFile;exports.duplicates=e.duplicates;exports.encryptSha256=e.encryptSha256;exports.endOf=e.endOf;exports.envUtils=e.envUtils;exports.fileUtils=e.fileUtils;exports.format=e.format;exports.generateRandomColor=e.generateRandomColor;exports.generateRandomString=e.generateRandomString;exports.generateUID=e.generateUID;exports.getAllServiceCodes=e.getAllServiceCodes;exports.getApiDeps=e.getApiDeps;exports.getClientIp=e.getClientIp;exports.getCookie=e.getCookie;exports.getCrprCd=e.getCrprCd;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.getHrInfo=e.getHrInfo;exports.getJbdtCd=e.getJbdtCd;exports.getJbgdCd=e.getJbgdCd;exports.getJbkdCd=e.getJbkdCd;exports.getJbpsCd=e.getJbpsCd;exports.getPermissionService=e.getPermissionService;exports.getRoleList=e.getRoleList;exports.getServiceCode=e.getServiceCode;exports.getSessionStorage=e.getSessionStorage;exports.getTodateString=e.getTodateString;exports.getUserDvsn=e.getUserDvsn;exports.getUserId=e.getUserId;exports.getUserInfo=e.getUserInfo;exports.getUserNm=e.getUserNm;exports.getWkplCd=e.getWkplCd;exports.hasAllRoles=e.hasAllRoles;exports.hasAnyRole=e.hasAnyRole;exports.hasRole=e.hasRole;exports.hasUserInfo=e.hasUserInfo;exports.initApiDeps=e.initApiDeps;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.isValid=e.isValid;exports.isValidDate=e.isValidDate;exports.isValidEmail=e.isValidEmail;exports.isValidUrl=e.isValidUrl;exports.isValidYear=e.isValidYear;exports.isValidYearMonth=e.isValidYearMonth;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.now=e.now;exports.openGwDraftByAprvKey=e.openGwDraftByAprvKey;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.startOf=e.startOf;exports.submitGwApproval=e.submitGwApproval;exports.throttle=e.throttle;exports.toCamelCase=e.toCamelCase;exports.uploadFilesViaSftp=e.uploadFilesViaSftp;exports.userUtils=e.userUtils;exports.verifyClientIp=e.verifyClientIp;exports.useCapsLock=r.useCapsLock;exports.useCode=r.useCode;exports.useCodeStore=r.useCodeStore;exports.useColorStore=r.useColorStore;exports.useFavorite=r.useFavorite;exports.useFavoriteStore=r.useFavoriteStore;exports.useLoadingStore=r.useLoadingStore;exports.useLogin=r.useLogin;exports.useLogout=r.useLogout;exports.useMenuModel=r.useMenuModel;exports.useMenuModelStore=r.useMenuModelStore;exports.useMenuView=r.useMenuView;exports.useMenuViewStore=r.useMenuViewStore;exports.useOptionStore=r.useOptionStore;exports.usePopupLoadingStore=r.usePopupLoadingStore;exports.usePopupState=r.usePopupState;exports.usePopupStore=r.usePopupStore;exports.useSystemCode=r.useSystemCode;exports.useSystemStore=r.useSystemStore;exports.useUser=r.useUser;exports.useUserStore=r.useUserStore;exports.ButtonAccessController=o.ButtonAccessController;exports.BwgButtonGroup=o.BwgButtonGroup;exports.BwgCmptArea=o.BwgCmptArea;exports.BwgCol=o.BwgCol;exports.BwgComponentGuideM01=o.BwgComponentGuideM01;exports.BwgConfigProvider=o.BwgConfigProvider;exports.BwgDetail=o.BwgDetail;exports.BwgDeveloperGuideM01=o.BwgDeveloperGuideM01;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.BwgReactGuideM01=o.BwgReactGuideM01;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.CMAdminBoardM01=o.CMAdminBoardM01;exports.CMAuthMstrM01=o.CMAuthMstrM01;exports.CMBoardS01=o.CMBoardCommentS01;exports.CMFileMstrM01=o.CMFileMstrM01;exports.CMHldyCfg=o.CMHldyCfg;exports.CMMenuMstrM01=o.CMMenuMstrM01;exports.CMMenuPrgrSelectModal=o.CMMenuPrgrSelectModal;exports.CMMenuPrntSelectModal=o.CMMenuPrntSelectModal;exports.CMMyBoardM01=o.CMMyBoardM01;exports.CMPopupMstrM01=o.CMPopuMstrM01;exports.CMPrgrMstrM01=o.CMPrgrMstrM01;exports.CMPrgrMstrP02=o.CMPrgrMstrP02;exports.CMRoleMstrM01=o.CMRoleMstrM01;exports.CMSystCfgM01=o.CMSystCfgM01;exports.CMSystCodeM01=o.CMSystCodeM01;exports.CMUserMstrM01=o.CMUserMstrM01;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.SearchDepartmentP01=o.SearchDepartmentP01;exports.SearchDepartmentP02=o.SearchDepartmentP02;exports.SearchHolidayP01=o.CMHldyMstrP01;exports.SearchOrganizationP01=o.SearchOrganizationP01;exports.SearchOrganizationP02=o.SearchOrganizationP02;exports.SystemCodeManage=o.SystemCodeManage;exports.createBwgGridRenderer=o.createBwgGridRenderer;exports.BwgButton=t.BwgButton;exports.BwgCheck=t.BwgCheck;exports.BwgCheckList=t.BwgCheckList;exports.BwgDatePicker=t.BwgDatePicker;exports.BwgDownload=t.BwgDownload;exports.BwgForm=t.BwgForm;exports.BwgFormItem=t.BwgFormItem;exports.BwgInput=t.BwgInput;exports.BwgLargeUploader=t.BwgLargeUploader;exports.BwgMaskedInput=t.BwgMaskedInput;exports.BwgMaskedPicker=t.BwgMaskedPicker;exports.BwgMultiSelect=t.BwgMultiSelect;exports.BwgNumber=t.BwgNumber;exports.BwgRadio=t.BwgRadio;exports.BwgRangePicker=t.BwgRangePicker;exports.BwgSearch=t.BwgSearch;exports.BwgSelect=t.BwgSelect;exports.BwgSwitch=t.BwgSwitch;exports.BwgTextArea=t.BwgTextArea;exports.BwgUploader=t.BwgUploader;exports.AppWrapper=s.AppWrapper;exports.BwgCoreLogin=s.BwgCoreLogin;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.DefaultLoginView=s.DefaultLoginView;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.useSearchBox=i.useSearchBox;exports.useServiceCode=i.useServiceCode;exports.useServiceCodeValue=i.useServiceCodeValue;
|
package/dist/index.js
CHANGED
|
@@ -1,264 +1,268 @@
|
|
|
1
|
-
import { ApiError as r,
|
|
2
|
-
import { useCapsLock as
|
|
3
|
-
import { f as
|
|
4
|
-
import { BwgButton as
|
|
5
|
-
import { A as
|
|
6
|
-
import { AuthProvider as
|
|
1
|
+
import { ApiError as r, DEFAULT_FMT as s, DEFAULT_SERVICE_CODES as a, THEME_COOKIE_NAME as t, add as i, apiGet as n, apiUtils as g, arrAverage as d, arrCount as l, arrMax as u, arrMin as C, arrReverse as p, arrSum as S, arrUnique as c, bwgUtils as w, callService as M, callServiceBySysCd as B, clamp as m, clearSessionStorage as f, closeAllMessages as v, closeMessage as P, closeNotification as h, commonUtils as y, configureEnvUtils as A, copyToClipboard as U, debounce as D, deleteCookie as E, destroyNotifications as L, diff as b, downloadByFileKey as I, downloadFile as k, duplicates as R, encryptSha256 as O, endOf as T, envUtils as x, fileUtils as F, format as V, generateRandomColor as N, generateRandomString as G, generateUID as H, getAllServiceCodes as W, getApiDeps as _, getClientIp as J, getCookie as K, getCrprCd as q, getDepartmentInfo as z, getDeviceType as Y, getDisplayName as j, getDprtCd as Q, getDprtNm as X, getEmplNo as Z, getEnvCode as $, getHrInfo as ee, getJbdtCd as oe, getJbgdCd as re, getJbkdCd as se, getJbpsCd as ae, getPermissionService as te, getRoleList as ie, getServiceCode as ne, getSessionStorage as ge, getTodateString as de, getUserDvsn as le, getUserId as ue, getUserInfo as Ce, getUserNm as pe, getWkplCd as Se, hasAllRoles as ce, hasAnyRole as we, hasRole as Me, hasUserInfo as Be, initApiDeps as me, isArray as fe, isBoolean as ve, isDesktop as Pe, isDev as he, isEmpty as ye, isEmptyArray as Ae, isFunction as Ue, isLocal as De, isLoggedIn as Ee, isMobile as Le, isNull as be, isNullOrUndefined as Ie, isNumber as ke, isObject as Re, isProd as Oe, isSafeEmpty as Te, isString as xe, isTablet as Fe, isUndefined as Ve, isValid as Ne, isValidDate as Ge, isValidEmail as He, isValidUrl as We, isValidYear as _e, isValidYearMonth as Je, logServiceCodeConfig as Ke, messageUtils as qe, notiBwgError as ze, notiError as Ye, notiInfo as je, notiSuccess as Qe, notiWarning as Xe, notificationService as Ze, notificationUtils as $e, now as eo, openGwDraftByAprvKey as oo, padLeft as ro, padRight as so, random as ao, realFormat as to, removeSessionStorage as io, round as no, serviceUtils as go, setClientIp as lo, setCookie as uo, setServiceCodeOverrides as Co, setSessionStorage as po, showApiError as So, showDuplicateError as co, showError as wo, showInfo as Mo, showLoading as Bo, showRequiredError as mo, showSaveError as fo, showSaveSuccess as vo, showSuccess as Po, showWarning as ho, startOf as yo, submitGwApproval as Ao, throttle as Uo, toCamelCase as Do, uploadFilesViaSftp as Eo, userUtils as Lo, verifyClientIp as bo } from "./utils/index.js";
|
|
2
|
+
import { useCapsLock as ko, useCode as Ro, useCodeStore as Oo, useColorStore as To, useFavorite as xo, useFavoriteStore as Fo, useLoadingStore as Vo, useLogin as No, useLogout as Go, useMenuModel as Ho, useMenuModelStore as Wo, useMenuView as _o, useMenuViewStore as Jo, useOptionStore as Ko, usePopupLoadingStore as qo, usePopupState as zo, usePopupStore as Yo, useSystemCode as jo, useSystemStore as Qo, useUser as Xo, useUserStore as Zo } from "./stores/index.js";
|
|
3
|
+
import { f as er, q as or, r as rr, j as sr, I as ar, B as tr, s as ir, J as nr, t as gr, p as dr, h as lr, u as ur, o as Cr, n as pr, K as Sr, i as cr, b as wr, v as Mr, l as Br, e as mr, k as fr, Y as vr, F as Pr, Z as hr, L as yr, T as Ar, M as Ur, N as Dr, O as Er, _ as Lr, P as br, R as Ir, E as kr, H as Rr, U as Or, V as Tr, X as xr, d as Fr, C as Vr, G as Nr, Q as Gr, w as Hr, S as Wr, x as _r, y as Jr, D as Kr, z as qr, A as zr, W as Yr, m as jr } from "./chunks/common-components-aD7WLZ5f.js";
|
|
4
|
+
import { BwgButton as Xr, BwgCheck as Zr, BwgCheckList as $r, BwgDatePicker as es, BwgDownload as os, BwgForm as rs, BwgFormItem as ss, BwgInput as as, BwgLargeUploader as ts, BwgMaskedInput as is, BwgMaskedPicker as ns, BwgMultiSelect as gs, BwgNumber as ds, BwgRadio as ls, BwgRangePicker as us, BwgSearch as Cs, BwgSelect as ps, BwgSwitch as Ss, BwgTextArea as cs, BwgUploader as ws } from "./components/core/index.js";
|
|
5
|
+
import { A as Bs, b as ms, B as fs, a as vs, d as Ps, e as hs, f as ys, g as As, C as Us, D as Ds, c as Es, L as Ls, P as bs, h as Is } from "./chunks/layout-components-OnRWLesF.js";
|
|
6
|
+
import { AuthProvider as Rs, CommonCodeProvider as Os, ScreenProtectProvider as Ts, SearchBoxProvider as xs, ServiceCodeProvider as Fs, useAllServiceCodes as Vs, useAuth as Ns, useCodeColor as Gs, useCodeList as Hs, useCodeListByOption as Ws, useCodeName as _s, useCommonCode as Js, useGridLookup as Ks, useLock as qs, useLogServiceCodeConfig as zs, usePopup as Ys, useSearchBox as js, useServiceCode as Qs, useServiceCodeValue as Xs } from "./provider/index.js";
|
|
7
7
|
export {
|
|
8
8
|
r as ApiError,
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
9
|
+
Bs as AppWrapper,
|
|
10
|
+
Rs as AuthProvider,
|
|
11
|
+
er as ButtonAccessController,
|
|
12
|
+
Xr as BwgButton,
|
|
13
|
+
or as BwgButtonGroup,
|
|
14
|
+
Zr as BwgCheck,
|
|
15
|
+
$r as BwgCheckList,
|
|
16
|
+
rr as BwgCmptArea,
|
|
17
|
+
sr as BwgCol,
|
|
18
|
+
ar as BwgComponentGuideM01,
|
|
19
|
+
tr as BwgConfigProvider,
|
|
20
|
+
ms as BwgCoreLogin,
|
|
21
|
+
es as BwgDatePicker,
|
|
22
|
+
ir as BwgDetail,
|
|
23
|
+
nr as BwgDeveloperGuideM01,
|
|
24
|
+
os as BwgDownload,
|
|
25
|
+
gr as BwgDrawer,
|
|
26
26
|
dr as BwgEditor,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
27
|
+
rs as BwgForm,
|
|
28
|
+
ss as BwgFormItem,
|
|
29
|
+
lr as BwgGrid,
|
|
30
|
+
ur as BwgInfoArea,
|
|
31
|
+
as as BwgInput,
|
|
32
|
+
ts as BwgLargeUploader,
|
|
33
|
+
is as BwgMaskedInput,
|
|
34
|
+
ns as BwgMaskedPicker,
|
|
35
|
+
gs as BwgMultiSelect,
|
|
36
|
+
ds as BwgNumber,
|
|
37
|
+
Cr as BwgPagination,
|
|
38
|
+
pr as BwgPopup,
|
|
39
|
+
fs as BwgPortal01,
|
|
40
|
+
vs as BwgPortal02,
|
|
41
|
+
ls as BwgRadio,
|
|
42
|
+
us as BwgRangePicker,
|
|
43
43
|
Sr as BwgReactGuideM01,
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
cr as BwgRow,
|
|
45
|
+
Cs as BwgSearch,
|
|
46
|
+
ps as BwgSelect,
|
|
47
|
+
wr as BwgSpace,
|
|
48
|
+
Ss as BwgSwitch,
|
|
49
49
|
Mr as BwgTable,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
Br as BwgTabs,
|
|
51
|
+
cs as BwgTextArea,
|
|
52
|
+
mr as BwgTitleBox,
|
|
53
|
+
ws as BwgUploader,
|
|
54
54
|
fr as BwgView,
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
yr as
|
|
59
|
-
Ar as
|
|
60
|
-
Ur as
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
Ir as
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
55
|
+
vr as CMAdminBoardM01,
|
|
56
|
+
Pr as CMAuthMstrM01,
|
|
57
|
+
hr as CMBoardS01,
|
|
58
|
+
yr as CMFileMstrM01,
|
|
59
|
+
Ar as CMHldyCfg,
|
|
60
|
+
Ur as CMMenuMstrM01,
|
|
61
|
+
Dr as CMMenuPrgrSelectModal,
|
|
62
|
+
Er as CMMenuPrntSelectModal,
|
|
63
|
+
Lr as CMMyBoardM01,
|
|
64
|
+
br as CMPopupMstrM01,
|
|
65
|
+
Ir as CMPrgrMstrM01,
|
|
66
|
+
kr as CMPrgrMstrP02,
|
|
67
|
+
Rr as CMRoleMstrM01,
|
|
68
|
+
Or as CMSystCfgM01,
|
|
69
|
+
Tr as CMSystCodeM01,
|
|
70
|
+
xr as CMUserMstrM01,
|
|
71
|
+
Os as CommonCodeProvider,
|
|
72
|
+
Ps as ConfigurableContent,
|
|
73
|
+
hs as ConfigurableHeader,
|
|
74
|
+
ys as ConfigurableMenuTab,
|
|
75
|
+
As as ConfigurableSidebar,
|
|
76
|
+
Fr as ContentBox,
|
|
77
|
+
Us as ContentContainer,
|
|
78
|
+
Vr as ContentLayOut,
|
|
79
|
+
s as DEFAULT_FMT,
|
|
80
|
+
a as DEFAULT_SERVICE_CODES,
|
|
76
81
|
Ds as DefaultLoginView,
|
|
77
82
|
Nr as GlobalConfigProvider,
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
t as
|
|
95
|
-
i as
|
|
83
|
+
Es as LandingContainer,
|
|
84
|
+
Ls as LoadingContainer,
|
|
85
|
+
bs as PopupContainer,
|
|
86
|
+
Is as ProtectWrapper,
|
|
87
|
+
Gr as QuickServiceToggle,
|
|
88
|
+
Hr as SSOHandler,
|
|
89
|
+
Ts as ScreenProtectProvider,
|
|
90
|
+
Wr as SearchBox,
|
|
91
|
+
xs as SearchBoxProvider,
|
|
92
|
+
_r as SearchDepartmentP01,
|
|
93
|
+
Jr as SearchDepartmentP02,
|
|
94
|
+
Kr as SearchHolidayP01,
|
|
95
|
+
qr as SearchOrganizationP01,
|
|
96
|
+
zr as SearchOrganizationP02,
|
|
97
|
+
Fs as ServiceCodeProvider,
|
|
98
|
+
Yr as SystemCodeManage,
|
|
99
|
+
t as THEME_COOKIE_NAME,
|
|
100
|
+
i as add,
|
|
96
101
|
n as apiGet,
|
|
97
102
|
g as apiUtils,
|
|
98
|
-
|
|
99
|
-
|
|
103
|
+
d as arrAverage,
|
|
104
|
+
l as arrCount,
|
|
100
105
|
u as arrMax,
|
|
101
106
|
C as arrMin,
|
|
102
107
|
p as arrReverse,
|
|
103
|
-
|
|
104
|
-
|
|
108
|
+
S as arrSum,
|
|
109
|
+
c as arrUnique,
|
|
105
110
|
w as bwgUtils,
|
|
106
|
-
|
|
107
|
-
|
|
111
|
+
M as callService,
|
|
112
|
+
B as callServiceBySysCd,
|
|
108
113
|
m as clamp,
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
k as diffDays,
|
|
114
|
+
f as clearSessionStorage,
|
|
115
|
+
v as closeAllMessages,
|
|
116
|
+
P as closeMessage,
|
|
117
|
+
h as closeNotification,
|
|
118
|
+
y as commonUtils,
|
|
119
|
+
A as configureEnvUtils,
|
|
120
|
+
U as copyToClipboard,
|
|
121
|
+
jr as createBwgGridRenderer,
|
|
122
|
+
D as debounce,
|
|
123
|
+
E as deleteCookie,
|
|
124
|
+
L as destroyNotifications,
|
|
125
|
+
b as diff,
|
|
122
126
|
I as downloadByFileKey,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
F as
|
|
129
|
-
V as
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
W as
|
|
134
|
-
|
|
135
|
-
|
|
127
|
+
k as downloadFile,
|
|
128
|
+
R as duplicates,
|
|
129
|
+
O as encryptSha256,
|
|
130
|
+
T as endOf,
|
|
131
|
+
x as envUtils,
|
|
132
|
+
F as fileUtils,
|
|
133
|
+
V as format,
|
|
134
|
+
N as generateRandomColor,
|
|
135
|
+
G as generateRandomString,
|
|
136
|
+
H as generateUID,
|
|
137
|
+
W as getAllServiceCodes,
|
|
138
|
+
_ as getApiDeps,
|
|
139
|
+
J as getClientIp,
|
|
140
|
+
K as getCookie,
|
|
136
141
|
q as getCrprCd,
|
|
137
|
-
z as
|
|
138
|
-
j as getCurrentDateString,
|
|
139
|
-
Q as getDepartmentInfo,
|
|
142
|
+
z as getDepartmentInfo,
|
|
140
143
|
Y as getDeviceType,
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
Pe as
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
Ee as
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
Te as
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
_e as
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
Ye as
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
144
|
+
j as getDisplayName,
|
|
145
|
+
Q as getDprtCd,
|
|
146
|
+
X as getDprtNm,
|
|
147
|
+
Z as getEmplNo,
|
|
148
|
+
$ as getEnvCode,
|
|
149
|
+
ee as getHrInfo,
|
|
150
|
+
oe as getJbdtCd,
|
|
151
|
+
re as getJbgdCd,
|
|
152
|
+
se as getJbkdCd,
|
|
153
|
+
ae as getJbpsCd,
|
|
154
|
+
te as getPermissionService,
|
|
155
|
+
ie as getRoleList,
|
|
156
|
+
ne as getServiceCode,
|
|
157
|
+
ge as getSessionStorage,
|
|
158
|
+
de as getTodateString,
|
|
159
|
+
le as getUserDvsn,
|
|
160
|
+
ue as getUserId,
|
|
161
|
+
Ce as getUserInfo,
|
|
162
|
+
pe as getUserNm,
|
|
163
|
+
Se as getWkplCd,
|
|
164
|
+
ce as hasAllRoles,
|
|
165
|
+
we as hasAnyRole,
|
|
166
|
+
Me as hasRole,
|
|
167
|
+
Be as hasUserInfo,
|
|
168
|
+
me as initApiDeps,
|
|
169
|
+
fe as isArray,
|
|
170
|
+
ve as isBoolean,
|
|
171
|
+
Pe as isDesktop,
|
|
172
|
+
he as isDev,
|
|
173
|
+
ye as isEmpty,
|
|
174
|
+
Ae as isEmptyArray,
|
|
175
|
+
Ue as isFunction,
|
|
176
|
+
De as isLocal,
|
|
177
|
+
Ee as isLoggedIn,
|
|
178
|
+
Le as isMobile,
|
|
179
|
+
be as isNull,
|
|
180
|
+
Ie as isNullOrUndefined,
|
|
181
|
+
ke as isNumber,
|
|
182
|
+
Re as isObject,
|
|
183
|
+
Oe as isProd,
|
|
184
|
+
Te as isSafeEmpty,
|
|
185
|
+
xe as isString,
|
|
186
|
+
Fe as isTablet,
|
|
187
|
+
Ve as isUndefined,
|
|
188
|
+
Ne as isValid,
|
|
189
|
+
Ge as isValidDate,
|
|
190
|
+
He as isValidEmail,
|
|
191
|
+
We as isValidUrl,
|
|
192
|
+
_e as isValidYear,
|
|
193
|
+
Je as isValidYearMonth,
|
|
194
|
+
Ke as logServiceCodeConfig,
|
|
195
|
+
qe as messageUtils,
|
|
196
|
+
ze as notiBwgError,
|
|
197
|
+
Ye as notiError,
|
|
198
|
+
je as notiInfo,
|
|
199
|
+
Qe as notiSuccess,
|
|
200
|
+
Xe as notiWarning,
|
|
201
|
+
Ze as notificationService,
|
|
202
|
+
$e as notificationUtils,
|
|
203
|
+
eo as now,
|
|
204
|
+
oo as openGwDraftByAprvKey,
|
|
205
|
+
ro as padLeft,
|
|
206
|
+
so as padRight,
|
|
207
|
+
ao as random,
|
|
208
|
+
to as realFormat,
|
|
209
|
+
io as removeSessionStorage,
|
|
210
|
+
no as round,
|
|
211
|
+
go as serviceUtils,
|
|
212
|
+
lo as setClientIp,
|
|
213
|
+
uo as setCookie,
|
|
214
|
+
Co as setServiceCodeOverrides,
|
|
215
|
+
po as setSessionStorage,
|
|
216
|
+
So as showApiError,
|
|
217
|
+
co as showDuplicateError,
|
|
218
|
+
wo as showError,
|
|
219
|
+
Mo as showInfo,
|
|
220
|
+
Bo as showLoading,
|
|
221
|
+
mo as showRequiredError,
|
|
222
|
+
fo as showSaveError,
|
|
223
|
+
vo as showSaveSuccess,
|
|
221
224
|
Po as showSuccess,
|
|
222
|
-
|
|
225
|
+
ho as showWarning,
|
|
226
|
+
yo as startOf,
|
|
223
227
|
Ao as submitGwApproval,
|
|
224
228
|
Uo as throttle,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
229
|
+
Do as toCamelCase,
|
|
230
|
+
Eo as uploadFilesViaSftp,
|
|
231
|
+
Vs as useAllServiceCodes,
|
|
232
|
+
Ns as useAuth,
|
|
233
|
+
ko as useCapsLock,
|
|
234
|
+
Ro as useCode,
|
|
235
|
+
Gs as useCodeColor,
|
|
236
|
+
Hs as useCodeList,
|
|
237
|
+
Ws as useCodeListByOption,
|
|
238
|
+
_s as useCodeName,
|
|
239
|
+
Oo as useCodeStore,
|
|
240
|
+
To as useColorStore,
|
|
241
|
+
Js as useCommonCode,
|
|
242
|
+
xo as useFavorite,
|
|
239
243
|
Fo as useFavoriteStore,
|
|
240
|
-
|
|
244
|
+
Ks as useGridLookup,
|
|
241
245
|
Vo as useLoadingStore,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
246
|
+
qs as useLock,
|
|
247
|
+
zs as useLogServiceCodeConfig,
|
|
248
|
+
No as useLogin,
|
|
249
|
+
Go as useLogout,
|
|
250
|
+
Ho as useMenuModel,
|
|
247
251
|
Wo as useMenuModelStore,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
252
|
+
_o as useMenuView,
|
|
253
|
+
Jo as useMenuViewStore,
|
|
254
|
+
Ko as useOptionStore,
|
|
255
|
+
Ys as usePopup,
|
|
256
|
+
qo as usePopupLoadingStore,
|
|
257
|
+
zo as usePopupState,
|
|
258
|
+
Yo as usePopupStore,
|
|
259
|
+
js as useSearchBox,
|
|
260
|
+
Qs as useServiceCode,
|
|
261
|
+
Xs as useServiceCodeValue,
|
|
262
|
+
jo as useSystemCode,
|
|
263
|
+
Qo as useSystemStore,
|
|
264
|
+
Xo as useUser,
|
|
265
|
+
Zo as useUserStore,
|
|
266
|
+
Lo as userUtils,
|
|
267
|
+
bo as verifyClientIp
|
|
264
268
|
};
|