@bwg-ui/core 1.0.0
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/README.md +106 -0
- package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
- package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
- package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
- package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
- package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
- package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
- package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
- package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
- package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
- package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
- package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
- package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
- package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
- package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
- package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
- package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
- package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
- package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
- package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
- package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
- package/dist/chunks/messageUtils-9DXOwada.js +117 -0
- package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
- package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
- package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
- package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
- package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
- package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
- package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
- package/dist/components/common/BwgButtonGroup.d.ts +31 -0
- package/dist/components/common/BwgCmptArea.d.ts +16 -0
- package/dist/components/common/BwgConfigProvider.d.ts +10 -0
- package/dist/components/common/BwgDrawer.d.ts +20 -0
- package/dist/components/common/BwgGrid.d.ts +505 -0
- package/dist/components/common/BwgInfoArea.d.ts +8 -0
- package/dist/components/common/BwgPopup.d.ts +9 -0
- package/dist/components/common/BwgSpace.d.ts +11 -0
- package/dist/components/common/BwgTable.d.ts +13 -0
- package/dist/components/common/BwgTabs.d.ts +5 -0
- package/dist/components/common/BwgTitleBox.d.ts +29 -0
- package/dist/components/common/BwgView.d.ts +36 -0
- package/dist/components/common/ContentBox.d.ts +19 -0
- package/dist/components/common/ContentLayOut.d.ts +13 -0
- package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
- package/dist/components/common/QuickServiceToggle.d.ts +13 -0
- package/dist/components/common/SearchBox.d.ts +16 -0
- package/dist/components/common/index.cjs +1 -0
- package/dist/components/common/index.d.ts +34 -0
- package/dist/components/common/index.js +24 -0
- package/dist/components/core/BwgButton.d.ts +6 -0
- package/dist/components/core/BwgCheck.d.ts +11 -0
- package/dist/components/core/BwgCheckList.d.ts +11 -0
- package/dist/components/core/BwgDatePicker.d.ts +10 -0
- package/dist/components/core/BwgForm.d.ts +6 -0
- package/dist/components/core/BwgFormItem.d.ts +17 -0
- package/dist/components/core/BwgInput.d.ts +9 -0
- package/dist/components/core/BwgLargeUploader.d.ts +15 -0
- package/dist/components/core/BwgMaskedInput.d.ts +20 -0
- package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
- package/dist/components/core/BwgMultiSelect.d.ts +14 -0
- package/dist/components/core/BwgNumber.d.ts +13 -0
- package/dist/components/core/BwgRadio.d.ts +8 -0
- package/dist/components/core/BwgRangePicker.d.ts +12 -0
- package/dist/components/core/BwgSearch.d.ts +16 -0
- package/dist/components/core/BwgSelect.d.ts +15 -0
- package/dist/components/core/BwgTextArea.d.ts +8 -0
- package/dist/components/core/BwgUploader.d.ts +34 -0
- package/dist/components/core/index.cjs +1 -0
- package/dist/components/core/index.d.ts +36 -0
- package/dist/components/core/index.js +21 -0
- package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
- package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
- package/dist/components/guide/index.cjs +1 -0
- package/dist/components/guide/index.d.ts +2 -0
- package/dist/components/guide/index.js +7 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +291 -0
- package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
- package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
- package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
- package/dist/provider/contexts/UtilsContext.d.ts +194 -0
- package/dist/provider/contexts/index.d.ts +4 -0
- package/dist/provider/hooks/index.d.ts +2 -0
- package/dist/provider/hooks/usePopup.d.ts +17 -0
- package/dist/provider/hooks/useViewState.d.ts +14 -0
- package/dist/provider/index.cjs +1 -0
- package/dist/provider/index.d.ts +2 -0
- package/dist/provider/index.js +27 -0
- package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
- package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/dist/public/test.txt +0 -0
- package/dist/stores/codeStore.d.ts +173 -0
- package/dist/stores/favoriteStore.d.ts +19 -0
- package/dist/stores/index.cjs +1 -0
- package/dist/stores/index.d.ts +14 -0
- package/dist/stores/index.js +20 -0
- package/dist/stores/menuStore.d.ts +52 -0
- package/dist/stores/popupStore.d.ts +72 -0
- package/dist/stores/userStore.d.ts +36 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
- package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
- package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
- package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
- package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
- package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
- package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
- package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
- package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
- package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
- package/dist/styles/assets/images/README.md +144 -0
- package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
- package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
- package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
- package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
- package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
- package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
- package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
- package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
- package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
- package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
- package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
- package/dist/styles/assets/images/logos/krx-logo.png +0 -0
- package/dist/styles/assets/react.svg +1 -0
- package/dist/styles/components.css +785 -0
- package/dist/styles/fonts.css +101 -0
- package/dist/styles/global.css +52 -0
- package/dist/styles/index.css +41 -0
- package/dist/styles/layout.css +1132 -0
- package/dist/styles/login.css +151 -0
- package/dist/styles/popup.css +30 -0
- package/dist/styles/renderers.css +190 -0
- package/dist/styles/size.css +4019 -0
- package/dist/styles/variables.css +106 -0
- package/dist/test.txt +0 -0
- package/dist/types/images.d.ts +25 -0
- package/dist/utils/apiUtils.d.ts +85 -0
- package/dist/utils/arrayUtils.d.ts +34 -0
- package/dist/utils/commonUtils.d.ts +54 -0
- package/dist/utils/cookieUtils.d.ts +4 -0
- package/dist/utils/dateUtils.d.ts +26 -0
- package/dist/utils/envUtils.d.ts +8 -0
- package/dist/utils/imageUtils.d.ts +31 -0
- package/dist/utils/index.cjs +1 -0
- package/dist/utils/index.d.ts +14 -0
- package/dist/utils/index.js +211 -0
- package/dist/utils/messageUtils.d.ts +65 -0
- package/dist/utils/notificationUtils.d.ts +51 -0
- package/dist/utils/objectUtils.d.ts +27 -0
- package/dist/utils/realFormat.d.ts +242 -0
- package/dist/utils/serviceConfig.d.ts +35 -0
- package/dist/utils/stringUtils.d.ts +142 -0
- package/dist/utils/userUtils.d.ts +19 -0
- package/package.json +123 -0
- package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
- package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
- package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
- package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
- package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
- package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
- package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
- package/public/test.txt +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface BwgTitleBoxIcon {
|
|
2
|
+
type: 'cstm' | 'antd';
|
|
3
|
+
icon?: string;
|
|
4
|
+
color?: string;
|
|
5
|
+
}
|
|
6
|
+
export interface BwgTitleBoxProps {
|
|
7
|
+
/** 타이틀 */
|
|
8
|
+
title: string | React.ReactNode;
|
|
9
|
+
/** 아이콘
|
|
10
|
+
* @default AppstoreTwoTone
|
|
11
|
+
*/
|
|
12
|
+
icons?: BwgTitleBoxIcon;
|
|
13
|
+
/** 툴팁 */
|
|
14
|
+
tooltip?: {
|
|
15
|
+
/** 툴팁 타이틀 */
|
|
16
|
+
title: string;
|
|
17
|
+
/** 툴팁 위치 */
|
|
18
|
+
placement?: 'top' | 'bottom' | 'left' | 'right';
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* 아이콘 표시 여부
|
|
22
|
+
* @default true
|
|
23
|
+
*/
|
|
24
|
+
iconVisible?: boolean;
|
|
25
|
+
/** 컨텐츠 */
|
|
26
|
+
children?: React.ReactNode;
|
|
27
|
+
}
|
|
28
|
+
declare const BwgTitleBox: ({ title, icons, tooltip, iconVisible, children, }: BwgTitleBoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
export default BwgTitleBox;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { default as BwgCmptArea } from './BwgCmptArea';
|
|
3
|
+
interface BwgViewProps {
|
|
4
|
+
children: React.ReactNode;
|
|
5
|
+
searchBox?: {
|
|
6
|
+
/**
|
|
7
|
+
* 필수입력 영역
|
|
8
|
+
*/
|
|
9
|
+
reqArea: React.ComponentProps<typeof BwgCmptArea>;
|
|
10
|
+
/**
|
|
11
|
+
* 추가 입력 영역
|
|
12
|
+
*/
|
|
13
|
+
subArea?: React.ComponentProps<typeof BwgCmptArea>;
|
|
14
|
+
style?: any;
|
|
15
|
+
};
|
|
16
|
+
title?: {
|
|
17
|
+
text?: string;
|
|
18
|
+
useMenuTitle?: boolean;
|
|
19
|
+
prefix?: string;
|
|
20
|
+
suffix?: string;
|
|
21
|
+
style?: React.CSSProperties;
|
|
22
|
+
};
|
|
23
|
+
preRenderEvents?: Array<() => Promise<void> | void>;
|
|
24
|
+
postRenderEvents?: Array<() => Promise<void> | void>;
|
|
25
|
+
requiredPermissions?: string[];
|
|
26
|
+
loading?: boolean;
|
|
27
|
+
error?: string | null;
|
|
28
|
+
grantEvent?: {
|
|
29
|
+
[key: string]: (params?: any) => void | Promise<void>;
|
|
30
|
+
};
|
|
31
|
+
customEvent?: {
|
|
32
|
+
[key: string]: (params?: any) => void | Promise<void>;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
35
|
+
declare const _default: React.ComponentType<BwgViewProps>;
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { RefObject } from 'react';
|
|
2
|
+
export interface ContentBoxProps {
|
|
3
|
+
width?: string;
|
|
4
|
+
height?: string;
|
|
5
|
+
style?: React.CSSProperties;
|
|
6
|
+
className?: string;
|
|
7
|
+
boxAlign?: 'left' | 'center' | 'right';
|
|
8
|
+
display?: 'show' | 'none';
|
|
9
|
+
overflow?: {
|
|
10
|
+
x: 'auto' | 'scroll' | 'hidden';
|
|
11
|
+
y: 'auto' | 'scroll' | 'hidden';
|
|
12
|
+
};
|
|
13
|
+
border?: boolean;
|
|
14
|
+
children?: React.ReactNode;
|
|
15
|
+
ref?: RefObject<any>;
|
|
16
|
+
}
|
|
17
|
+
/** 컴포넌트를 위치시킬 컨텐츠 상자 */
|
|
18
|
+
declare const ContentBox: ({ width, height, boxAlign, display, overflow, style, className, border, children, ref, }: ContentBoxProps) => import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export default ContentBox;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export interface ContentLayOutProps {
|
|
2
|
+
type?: "horizontal" | "vertical";
|
|
3
|
+
className?: string;
|
|
4
|
+
style?: React.CSSProperties;
|
|
5
|
+
/** Layout 정렬(between, around는 only type=horizontal 적용) */
|
|
6
|
+
layoutAlign?: "left" | "center" | "right" | "between" | "around";
|
|
7
|
+
/** type이 horizontal 일 때, 수직정렬 타입 */
|
|
8
|
+
verticalAlign?: "center" | "top" | "bottom";
|
|
9
|
+
children?: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
/** 컨텐츠 레이아웃 - 컨텐츠 박스 정렬 */
|
|
12
|
+
declare const ContentLayOut: ({ type, layoutAlign, verticalAlign, className, style, children, }: ContentLayOutProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default ContentLayOut;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React, ReactNode } from 'react';
|
|
2
|
+
import { ThemeConfig } from 'antd';
|
|
3
|
+
export interface GlobalConfigProviderProps {
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
customTheme?: Partial<ThemeConfig>;
|
|
6
|
+
customComponentSize?: 'small' | 'middle' | 'large';
|
|
7
|
+
}
|
|
8
|
+
export declare const GlobalConfigProvider: React.FC<GlobalConfigProviderProps>;
|
|
9
|
+
export default GlobalConfigProvider;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface QuickServiceToggleProps {
|
|
3
|
+
children?: React.ReactNode;
|
|
4
|
+
}
|
|
5
|
+
export interface QuickServiceItem {
|
|
6
|
+
id: string;
|
|
7
|
+
title: string;
|
|
8
|
+
icon: React.ReactNode;
|
|
9
|
+
color: string;
|
|
10
|
+
onClick?: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const QuickServiceToggle: React.FC<QuickServiceToggleProps>;
|
|
13
|
+
export default QuickServiceToggle;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { BwgCmptAreaProps } from './BwgCmptArea';
|
|
3
|
+
export interface SearchBoxProps {
|
|
4
|
+
/** 필수출력 Row */
|
|
5
|
+
reqRows?: BwgCmptAreaProps;
|
|
6
|
+
/** Collapsible (접힘 가능) Row */
|
|
7
|
+
subRows?: BwgCmptAreaProps;
|
|
8
|
+
}
|
|
9
|
+
export interface SearchBoxRef {
|
|
10
|
+
getFormData: () => any;
|
|
11
|
+
setFormData: (data: any) => void;
|
|
12
|
+
resetForm: () => void;
|
|
13
|
+
validateForm: () => Promise<any>;
|
|
14
|
+
}
|
|
15
|
+
declare const SearchBox: React.ForwardRefExoticComponent<SearchBoxProps & React.RefAttributes<SearchBoxRef>>;
|
|
16
|
+
export default SearchBox;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/QuickServiceToggle-CiCuWfCF.cjs"),r=require("../../chunks/BwgSpace-b0hmM1Ht.cjs"),o=require("../../chunks/realFormat-Cha7OTd9.cjs");exports.BwgButtonGroup=e.BwgButtonGroup;exports.BwgCmptArea=e.BwgCmptArea;exports.BwgConfigProvider=e.BwgConfigProvider;exports.BwgDrawer=e.BwgDrawer;exports.BwgGrid=e.BwgGrid;exports.BwgInfoArea=e.BwgInfoArea;exports.BwgPopup=e.BwgPopup;exports.BwgTable=e.BwgTable;exports.BwgTabs=e.BwgTabs;exports.BwgTitleBox=e.BwgTitleBox;exports.BwgView=e.BwgView;exports.ContentBox=e.ContentBox;exports.ContentLayOut=e.ContentLayOut;exports.GlobalConfigProvider=e.GlobalConfigProvider;exports.QuickServiceToggle=e.QuickServiceToggle;exports.SearchBox=e.SearchBox;exports.createBwgGridRenderer=e.createBwgGridRenderer;exports.BwgSpace=r.BwgSpace;exports.realFormat=o.realFormat;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export { default as BwgGrid } from './BwgGrid';
|
|
2
|
+
export { default as BwgSpace } from './BwgSpace';
|
|
3
|
+
export { default as BwgView } from './BwgView';
|
|
4
|
+
export { default as BwgTitleBox } from './BwgTitleBox';
|
|
5
|
+
export { default as ContentBox } from './ContentBox';
|
|
6
|
+
export { default as ContentLayOut } from './ContentLayOut';
|
|
7
|
+
export { default as BwgTable } from './BwgTable';
|
|
8
|
+
export { default as SearchBox } from './SearchBox';
|
|
9
|
+
export { default as BwgCmptArea } from './BwgCmptArea';
|
|
10
|
+
export { default as BwgButtonGroup } from './BwgButtonGroup';
|
|
11
|
+
export { default as BwgConfigProvider } from './BwgConfigProvider';
|
|
12
|
+
export { default as GlobalConfigProvider } from './GlobalConfigProvider';
|
|
13
|
+
export { default as BwgPopup } from './BwgPopup';
|
|
14
|
+
export { default as BwgInfoArea } from './BwgInfoArea';
|
|
15
|
+
export { default as BwgDrawer } from './BwgDrawer';
|
|
16
|
+
export { default as BwgTabs } from './BwgTabs';
|
|
17
|
+
export { default as QuickServiceToggle } from './QuickServiceToggle';
|
|
18
|
+
export type { BwgGridProps, BwgGridColProps, BwgGridColHeaderProps, BwgGridRef, BwgGridOptions, BwgGridEventList, BwgGridRenderType, } from './BwgGrid';
|
|
19
|
+
export { createBwgGridRenderer } from './BwgGrid';
|
|
20
|
+
export { default as realFormat } from '../../utils/realFormat';
|
|
21
|
+
export type { BwgButtonGroupProps, ButtonEvent, ButtonPermissionResponse, } from './BwgButtonGroup';
|
|
22
|
+
export type { BwgConfigProviderProps } from './BwgConfigProvider';
|
|
23
|
+
export type { BwgDrawerProps } from './BwgDrawer';
|
|
24
|
+
export type { BwgInfoAreaProps } from './BwgInfoArea';
|
|
25
|
+
export type { BwgPopupProps } from './BwgPopup';
|
|
26
|
+
export type { BwgTitleBoxProps, BwgTitleBoxIcon } from './BwgTitleBox';
|
|
27
|
+
export type { BwgTabsProps } from './BwgTabs';
|
|
28
|
+
export type { BwgTableProps } from './BwgTable';
|
|
29
|
+
export type { ContentBoxProps } from './ContentBox';
|
|
30
|
+
export type { ContentLayOutProps } from './ContentLayOut';
|
|
31
|
+
export type { GlobalConfigProviderProps } from './GlobalConfigProvider';
|
|
32
|
+
export type { QuickServiceToggleProps, QuickServiceItem, } from './QuickServiceToggle';
|
|
33
|
+
export type { SearchBoxProps, SearchBoxRef } from './SearchBox';
|
|
34
|
+
export type { BwgCmptAreaProps } from './BwgCmptArea';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { f as r, e as o, g as s, j as B, B as g, i as w, h as t, d as i, k as n, b as p, a as f, C as l, c, G as d, Q as x, S as C, l as m } from "../../chunks/QuickServiceToggle-y7esp1kp.js";
|
|
2
|
+
import { B as G } from "../../chunks/BwgSpace-CnLM4qcg.js";
|
|
3
|
+
import { r as S } from "../../chunks/realFormat-DRGLFabQ.js";
|
|
4
|
+
export {
|
|
5
|
+
r as BwgButtonGroup,
|
|
6
|
+
o as BwgCmptArea,
|
|
7
|
+
s as BwgConfigProvider,
|
|
8
|
+
B as BwgDrawer,
|
|
9
|
+
g as BwgGrid,
|
|
10
|
+
w as BwgInfoArea,
|
|
11
|
+
t as BwgPopup,
|
|
12
|
+
G as BwgSpace,
|
|
13
|
+
i as BwgTable,
|
|
14
|
+
n as BwgTabs,
|
|
15
|
+
p as BwgTitleBox,
|
|
16
|
+
f as BwgView,
|
|
17
|
+
l as ContentBox,
|
|
18
|
+
c as ContentLayOut,
|
|
19
|
+
d as GlobalConfigProvider,
|
|
20
|
+
x as QuickServiceToggle,
|
|
21
|
+
C as SearchBox,
|
|
22
|
+
m as createBwgGridRenderer,
|
|
23
|
+
S as realFormat
|
|
24
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { CheckboxProps } from 'antd';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
export type BwgCheckBoxProps = CheckboxProps & {
|
|
4
|
+
format?: 'boolean' | 'YN';
|
|
5
|
+
};
|
|
6
|
+
export interface BwgCheckProps {
|
|
7
|
+
itemProps?: BwgFormItemProps;
|
|
8
|
+
inputProps?: BwgCheckBoxProps;
|
|
9
|
+
}
|
|
10
|
+
declare const BwgCheck: ({ itemProps, inputProps, }: BwgCheckProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default BwgCheck;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
2
|
+
import { CheckboxGroupProps } from 'antd/es/checkbox';
|
|
3
|
+
export type BwgCheckboxGroupProps = CheckboxGroupProps & {
|
|
4
|
+
allCheck?: boolean;
|
|
5
|
+
};
|
|
6
|
+
export interface BwgCheckListProps {
|
|
7
|
+
itemProps?: BwgFormItemProps;
|
|
8
|
+
inputProps?: BwgCheckboxGroupProps;
|
|
9
|
+
}
|
|
10
|
+
declare const BwgCheckList: ({ itemProps, inputProps }: BwgCheckListProps) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export default BwgCheckList;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
2
|
+
import { DatePickerProps } from 'antd/es/date-picker';
|
|
3
|
+
export interface BwgDatePickerProps {
|
|
4
|
+
itemProps?: BwgFormItemProps;
|
|
5
|
+
inputProps?: DatePickerProps;
|
|
6
|
+
type?: 'year' | 'month' | 'date';
|
|
7
|
+
useMask?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const BwgDatePicker: ({ itemProps, inputProps, type, useMask, }: BwgDatePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export default BwgDatePicker;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { FormItemProps } from 'antd';
|
|
2
|
+
import { default as React } from 'react';
|
|
3
|
+
export interface BwgFormItemProps extends FormItemProps {
|
|
4
|
+
/** 폼 아이템 이름 */
|
|
5
|
+
name?: string | string[];
|
|
6
|
+
/** 폼 아이템 라벨 */
|
|
7
|
+
label?: string | React.ReactNode;
|
|
8
|
+
/** 폼 아이템 규칙 */
|
|
9
|
+
rules?: any;
|
|
10
|
+
/** 폼 아이템 초기값 */
|
|
11
|
+
initialValue?: any;
|
|
12
|
+
/** 폼 아이템 자식 컴포넌트 */
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
}
|
|
15
|
+
/** 입력 폼 아이템 컴포넌트 */
|
|
16
|
+
declare const BwgFormItem: React.MemoExoticComponent<({ children, label, name, rules, initialValue, style }: BwgFormItemProps) => import("react/jsx-runtime").JSX.Element>;
|
|
17
|
+
export default BwgFormItem;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { InputProps } from 'antd';
|
|
3
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
4
|
+
export interface BwgInputProps {
|
|
5
|
+
itemProps?: BwgFormItemProps;
|
|
6
|
+
inputProps?: InputProps;
|
|
7
|
+
}
|
|
8
|
+
declare const BwgInput: React.FC<BwgInputProps>;
|
|
9
|
+
export default BwgInput;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface BwgLargeUploaderProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
onUploadComplete?: (fileDetails: {
|
|
5
|
+
fileNameP: string;
|
|
6
|
+
fileNameL: string;
|
|
7
|
+
}) => void;
|
|
8
|
+
trxCd?: string;
|
|
9
|
+
allowedExtensions?: string[];
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* BwgLargeUploader 컴포넌트 (대용량 파일 일괄 업로드용)
|
|
13
|
+
*/
|
|
14
|
+
declare const BwgLargeUploader: React.FC<BwgLargeUploaderProps>;
|
|
15
|
+
export default BwgLargeUploader;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { InputProps } from 'antd';
|
|
3
|
+
import { MaskedOptions } from 'imask';
|
|
4
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
5
|
+
export type MaskInputType = string | string[] | MaskedOptions<any>;
|
|
6
|
+
export type BwgMaskedInputProps = {
|
|
7
|
+
/** 폼 아이템 속성 */
|
|
8
|
+
itemProps?: BwgFormItemProps;
|
|
9
|
+
/** 마스킹 입력창 속성(InputProps) */
|
|
10
|
+
inputProps?: InputProps;
|
|
11
|
+
/** 마스킹 패턴 */
|
|
12
|
+
mask: MaskInputType;
|
|
13
|
+
} & Omit<InputProps, 'value' | 'onChange'>;
|
|
14
|
+
/**
|
|
15
|
+
* 마스킹이 적용된 키보드 친화 고도화 데이트피커
|
|
16
|
+
* @param param0
|
|
17
|
+
* @returns
|
|
18
|
+
*/
|
|
19
|
+
declare const BwgMaskedInput: React.FC<BwgMaskedInputProps>;
|
|
20
|
+
export default BwgMaskedInput;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
import { InputProps } from 'antd';
|
|
3
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
4
|
+
export type DateType = 'date' | 'month' | 'year';
|
|
5
|
+
export type BwgMaskedPickerProps = {
|
|
6
|
+
type?: DateType;
|
|
7
|
+
itemProps?: BwgFormItemProps;
|
|
8
|
+
inputProps?: InputProps;
|
|
9
|
+
} & Omit<InputProps, 'value' | 'onChange'>;
|
|
10
|
+
declare const BwgMaskedPicker: React.FC<BwgMaskedPickerProps>;
|
|
11
|
+
export default BwgMaskedPicker;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
2
|
+
import { SelectProps } from 'antd';
|
|
3
|
+
import { SimpleCodeItem } from '../../stores/codeStore';
|
|
4
|
+
export type MultiSelectProps = SelectProps & {
|
|
5
|
+
printCode?: boolean;
|
|
6
|
+
addField?: "ALL" | "NULL";
|
|
7
|
+
list: SimpleCodeItem[];
|
|
8
|
+
};
|
|
9
|
+
export interface BwgMultiSelectProps {
|
|
10
|
+
itemProps?: BwgFormItemProps;
|
|
11
|
+
inputProps?: MultiSelectProps;
|
|
12
|
+
}
|
|
13
|
+
declare const BwgMultiSelect: ({ itemProps, inputProps }: BwgMultiSelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
14
|
+
export default BwgMultiSelect;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { InputNumberProps } from 'antd';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
export type NumberProps = InputNumberProps & {
|
|
4
|
+
/** 소수점 자리 */
|
|
5
|
+
decimalPoint?: number;
|
|
6
|
+
mode: any;
|
|
7
|
+
};
|
|
8
|
+
export interface BwgNumberProps {
|
|
9
|
+
itemProps?: BwgFormItemProps;
|
|
10
|
+
inputProps?: NumberProps;
|
|
11
|
+
}
|
|
12
|
+
declare const BwgNumber: ({ itemProps, inputProps }: BwgNumberProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export default BwgNumber;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { RadioGroupProps } from 'antd';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
export interface BwgRadioProps {
|
|
4
|
+
itemProps?: BwgFormItemProps;
|
|
5
|
+
inputProps?: RadioGroupProps;
|
|
6
|
+
}
|
|
7
|
+
declare const BwgRadio: ({ itemProps, inputProps }: BwgRadioProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default BwgRadio;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
2
|
+
import { RangePickerProps } from 'antd/es/date-picker';
|
|
3
|
+
export interface BwgRangePickerProps {
|
|
4
|
+
inputProps?: RangePickerProps;
|
|
5
|
+
itemProps?: BwgFormItemProps;
|
|
6
|
+
type?: 'year' | 'month' | 'date';
|
|
7
|
+
minDate?: string;
|
|
8
|
+
maxDate?: string;
|
|
9
|
+
useMask?: boolean;
|
|
10
|
+
}
|
|
11
|
+
declare const BwgRangePicker: ({ itemProps, inputProps, type, minDate, maxDate, useMask, }: BwgRangePickerProps) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export default BwgRangePicker;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { InputProps } from 'antd';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
export interface BwgSearchProps extends Omit<InputProps, "placeholder"> {
|
|
4
|
+
/** 폼 아이템 속성 */
|
|
5
|
+
itemProps?: BwgFormItemProps;
|
|
6
|
+
/** 팝업 코드 */
|
|
7
|
+
popuCd?: string;
|
|
8
|
+
/** 플레이스홀더 */
|
|
9
|
+
placeholder?: string | string[];
|
|
10
|
+
/** 팝업에 전달할 데이터 */
|
|
11
|
+
popupParams?: any;
|
|
12
|
+
/** 팝업 설정 */
|
|
13
|
+
popupConfig?: any;
|
|
14
|
+
}
|
|
15
|
+
declare const BwgSearch: (props: BwgSearchProps) => import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export default BwgSearch;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { SelectProps } from 'antd/es/select';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
import { SimpleCodeItem } from '../../stores/codeStore';
|
|
4
|
+
export type SelectBoxProps = SelectProps & {
|
|
5
|
+
addField?: "ALL" | "NULL";
|
|
6
|
+
options: SimpleCodeItem[];
|
|
7
|
+
copyable?: boolean;
|
|
8
|
+
};
|
|
9
|
+
export interface BwgSelectProps {
|
|
10
|
+
/** 폼 아이템 속성 */
|
|
11
|
+
itemProps?: BwgFormItemProps;
|
|
12
|
+
selectProps?: SelectBoxProps;
|
|
13
|
+
}
|
|
14
|
+
declare const BwgSelect: ({ itemProps, selectProps, }: BwgSelectProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export default BwgSelect;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { TextAreaProps } from 'antd/es/input';
|
|
2
|
+
import { BwgFormItemProps } from './BwgFormItem';
|
|
3
|
+
export interface BwgTextAreaProps {
|
|
4
|
+
itemProps?: BwgFormItemProps;
|
|
5
|
+
inputProps?: TextAreaProps;
|
|
6
|
+
}
|
|
7
|
+
declare const BwgTextArea: ({ itemProps, inputProps }: BwgTextAreaProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export default BwgTextArea;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
export interface BwgUploaderProps {
|
|
3
|
+
/**
|
|
4
|
+
* 파일 업로드 완료 시 호출되는 콜백 함수입니다.
|
|
5
|
+
* 업로드된 파일의 `fileNameP` (fileKey)와 `fileNameL` (fileName)을 포함하는 객체를 반환합니다.
|
|
6
|
+
*/
|
|
7
|
+
onUploadComplete?: (fileDetails: {
|
|
8
|
+
fileNameP: string;
|
|
9
|
+
fileNameL: string;
|
|
10
|
+
}) => void;
|
|
11
|
+
/**
|
|
12
|
+
* 파일 업로드 시 함께 전송할 거래코드(trxCd)입니다.
|
|
13
|
+
*/
|
|
14
|
+
trxCd?: string;
|
|
15
|
+
/**
|
|
16
|
+
* 허용되는 파일 확장자 목록입니다.
|
|
17
|
+
* 예: `['.jpg', '.png', '.pdf']`
|
|
18
|
+
*/
|
|
19
|
+
allowedExtensions?: string[];
|
|
20
|
+
/**
|
|
21
|
+
* 최대 파일 크기(MB)입니다.
|
|
22
|
+
*/
|
|
23
|
+
maxFileSize?: number;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* BwgUploader 컴포넌트
|
|
27
|
+
*
|
|
28
|
+
* @param onUploadComplete - 파일 업로드 완료 시 콜백
|
|
29
|
+
* @param trxCd - 거래코드
|
|
30
|
+
* @param allowedExtensions - 허용되는 파일 확장자 목록
|
|
31
|
+
* @param maxFileSize - 최대 파일 크기(MB)
|
|
32
|
+
*/
|
|
33
|
+
declare const BwgUploader: React.FC<BwgUploaderProps>;
|
|
34
|
+
export default BwgUploader;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/BwgLargeUploader-CU0-MVk4.cjs");exports.BwgButton=e.BwgButton;exports.BwgCheck=e.BwgCheck;exports.BwgCheckList=e.BwgCheckList;exports.BwgDatePicker=e.BwgDatePicker;exports.BwgForm=e.BwgForm;exports.BwgFormItem=e.BwgFormItem;exports.BwgInput=e.BwgInput;exports.BwgLargeUploader=e.BwgLargeUploader;exports.BwgMaskedInput=e.BwgMaskedInput;exports.BwgMaskedPicker=e.BwgMaskedPicker;exports.BwgMultiSelect=e.BwgMultiSelect;exports.BwgNumber=e.BwgNumber;exports.BwgRadio=e.BwgRadio;exports.BwgRangePicker=e.BwgRangePicker;exports.BwgSearch=e.BwgSearch;exports.BwgSelect=e.BwgSelect;exports.BwgTextArea=e.BwgTextArea;exports.BwgUploader=e.BwgUploader;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
export { default as BwgFormItem } from './BwgFormItem';
|
|
2
|
+
export { default as BwgForm } from './BwgForm';
|
|
3
|
+
export { default as BwgSelect } from './BwgSelect';
|
|
4
|
+
export { default as BwgSearch } from './BwgSearch';
|
|
5
|
+
export { default as BwgMaskedInput } from './BwgMaskedInput';
|
|
6
|
+
export { default as BwgMaskedPicker } from './BwgMaskedPicker';
|
|
7
|
+
export { default as BwgInput } from './BwgInput';
|
|
8
|
+
export { default as BwgDatePicker } from './BwgDatePicker';
|
|
9
|
+
export { default as BwgRangePicker } from './BwgRangePicker';
|
|
10
|
+
export { default as BwgRadio } from './BwgRadio';
|
|
11
|
+
export { default as BwgCheck } from './BwgCheck';
|
|
12
|
+
export { default as BwgCheckList } from './BwgCheckList';
|
|
13
|
+
export { default as BwgTextArea } from './BwgTextArea';
|
|
14
|
+
export { default as BwgNumber } from './BwgNumber';
|
|
15
|
+
export { default as BwgMultiSelect } from './BwgMultiSelect';
|
|
16
|
+
export { default as BwgButton } from './BwgButton';
|
|
17
|
+
export { default as BwgUploader } from './BwgUploader';
|
|
18
|
+
export { default as BwgLargeUploader } from './BwgLargeUploader';
|
|
19
|
+
export type { BwgFormItemProps } from './BwgFormItem';
|
|
20
|
+
export type { BwgInputProps } from './BwgInput';
|
|
21
|
+
export type { BwgButtonProps } from './BwgButton';
|
|
22
|
+
export type { BwgCheckProps, BwgCheckBoxProps } from './BwgCheck';
|
|
23
|
+
export type { BwgCheckListProps, BwgCheckboxGroupProps } from './BwgCheckList';
|
|
24
|
+
export type { BwgDatePickerProps } from './BwgDatePicker';
|
|
25
|
+
export type { BwgFormProps } from './BwgForm';
|
|
26
|
+
export type { BwgMaskedInputProps, MaskInputType } from './BwgMaskedInput';
|
|
27
|
+
export type { BwgMaskedPickerProps } from './BwgMaskedPicker';
|
|
28
|
+
export type { BwgMultiSelectProps, MultiSelectProps } from './BwgMultiSelect';
|
|
29
|
+
export type { BwgNumberProps, NumberProps } from './BwgNumber';
|
|
30
|
+
export type { BwgRadioProps } from './BwgRadio';
|
|
31
|
+
export type { BwgRangePickerProps } from './BwgRangePicker';
|
|
32
|
+
export type { BwgSearchProps } from './BwgSearch';
|
|
33
|
+
export type { BwgSelectProps, SelectBoxProps } from './BwgSelect';
|
|
34
|
+
export type { BwgTextAreaProps } from './BwgTextArea';
|
|
35
|
+
export type { BwgUploaderProps } from './BwgUploader';
|
|
36
|
+
export type { BwgLargeUploaderProps } from './BwgLargeUploader';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { o as g, j as s, k as B, g as w, a as r, B as t, f as c, q as o, d as k, e as i, n as d, m as l, i as m, h as p, c as n, b as u, l as h, p as I } from "../../chunks/BwgLargeUploader-ByN1XWV4.js";
|
|
2
|
+
export {
|
|
3
|
+
g as BwgButton,
|
|
4
|
+
s as BwgCheck,
|
|
5
|
+
B as BwgCheckList,
|
|
6
|
+
w as BwgDatePicker,
|
|
7
|
+
r as BwgForm,
|
|
8
|
+
t as BwgFormItem,
|
|
9
|
+
c as BwgInput,
|
|
10
|
+
o as BwgLargeUploader,
|
|
11
|
+
k as BwgMaskedInput,
|
|
12
|
+
i as BwgMaskedPicker,
|
|
13
|
+
d as BwgMultiSelect,
|
|
14
|
+
l as BwgNumber,
|
|
15
|
+
m as BwgRadio,
|
|
16
|
+
p as BwgRangePicker,
|
|
17
|
+
n as BwgSearch,
|
|
18
|
+
u as BwgSelect,
|
|
19
|
+
h as BwgTextArea,
|
|
20
|
+
I as BwgUploader
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/jsx-runtime-CeSfJrVB.cjs"),t=require("../../chunks/BwgSpace-b0hmM1Ht.cjs"),n=()=>e.jsxRuntimeExports.jsx(t.BwgSpace,{children:"BwgComponentGuide"}),o=()=>e.jsxRuntimeExports.jsx(t.BwgSpace,{children:"BwgDeveloperGuide"});exports.BwgComponentGuide=n;exports.BwgDeveloperGuide=o;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { j as e } from "../../chunks/jsx-runtime-Dpn_P65e.js";
|
|
2
|
+
import { B as o } from "../../chunks/BwgSpace-CnLM4qcg.js";
|
|
3
|
+
const t = () => /* @__PURE__ */ e.jsx(o, { children: "BwgComponentGuide" }), i = () => /* @__PURE__ */ e.jsx(o, { children: "BwgDeveloperGuide" });
|
|
4
|
+
export {
|
|
5
|
+
t as BwgComponentGuide,
|
|
6
|
+
i as BwgDeveloperGuide
|
|
7
|
+
};
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const a=require("./chunks/QuickServiceToggle-CiCuWfCF.cjs"),u=require("./chunks/BwgSpace-b0hmM1Ht.cjs"),c=require("./chunks/realFormat-Cha7OTd9.cjs"),o=require("./chunks/BwgLargeUploader-CU0-MVk4.cjs"),e=require("./chunks/commonUtils-L9Jgc5y-.cjs"),t=require("./chunks/serviceConfig-Cr2P4yr4.cjs"),r=require("./chunks/messageUtils-RjJD_ArW.cjs"),n=require("./stores/index.cjs"),s=require("./chunks/UtilsContext-B16Gh9LL.cjs"),g=require("./chunks/codeStore-Dt6j826J.cjs"),l=require("./chunks/favoriteStore-TgeeY32l.cjs"),d=require("./chunks/popupStore-CVD8SPTa.cjs"),i=require("./chunks/ServiceCodeContext--ZnMtjzD.cjs");exports.BwgButtonGroup=a.BwgButtonGroup;exports.BwgCmptArea=a.BwgCmptArea;exports.BwgConfigProvider=a.BwgConfigProvider;exports.BwgDrawer=a.BwgDrawer;exports.BwgGrid=a.BwgGrid;exports.BwgInfoArea=a.BwgInfoArea;exports.BwgPopup=a.BwgPopup;exports.BwgTable=a.BwgTable;exports.BwgTabs=a.BwgTabs;exports.BwgTitleBox=a.BwgTitleBox;exports.BwgView=a.BwgView;exports.ContentBox=a.ContentBox;exports.ContentLayOut=a.ContentLayOut;exports.GlobalConfigProvider=a.GlobalConfigProvider;exports.QuickServiceToggle=a.QuickServiceToggle;exports.SearchBox=a.SearchBox;exports.createBwgGridRenderer=a.createBwgGridRenderer;exports.BwgSpace=u.BwgSpace;exports.realFormat=c.realFormat;exports.BwgButton=o.BwgButton;exports.BwgCheck=o.BwgCheck;exports.BwgCheckList=o.BwgCheckList;exports.BwgDatePicker=o.BwgDatePicker;exports.BwgForm=o.BwgForm;exports.BwgFormItem=o.BwgFormItem;exports.BwgInput=o.BwgInput;exports.BwgLargeUploader=o.BwgLargeUploader;exports.BwgMaskedInput=o.BwgMaskedInput;exports.BwgMaskedPicker=o.BwgMaskedPicker;exports.BwgMultiSelect=o.BwgMultiSelect;exports.BwgNumber=o.BwgNumber;exports.BwgRadio=o.BwgRadio;exports.BwgRangePicker=o.BwgRangePicker;exports.BwgSearch=o.BwgSearch;exports.BwgSelect=o.BwgSelect;exports.BwgTextArea=o.BwgTextArea;exports.BwgUploader=o.BwgUploader;exports.average=e.average;exports.calculateAge=e.calculateAge;exports.chunk=e.chunk;exports.clamp=e.clamp;exports.clearLocalStorage=e.clearLocalStorage;exports.clearSessionStorage=e.clearSessionStorage;exports.copyToClipboard=e.copyToClipboard;exports.count=e.count;exports.debounce=e.debounce;exports.deepClone=e.deepClone;exports.delay=e.delay;exports.difference=e.difference;exports.downloadFile=e.downloadFile;exports.duplicates=e.duplicates;exports.entries=e.entries;exports.find=e.find;exports.findLast=e.findLast;exports.flattenArray=e.flattenArray;exports.flattenDeep=e.flattenDeep;exports.formatDate=e.formatDate;exports.formatDateKST=e.formatDateKST;exports.formatDateKorean=e.formatDateKorean;exports.formatDateTimeKorean=e.formatDateTimeKorean;exports.formatTimeKorean=e.formatTimeKorean;exports.generateRandomColor=e.generateRandomColor;exports.getAllKeys=e.getAllKeys;exports.getCurrentDate=e.getCurrentDate;exports.getCurrentDateString=e.getCurrentDateString;exports.getDateDiff=e.getDateDiff;exports.getDateRange=e.getDateRange;exports.getDateRangeForPicker=e.getDateRangeForPicker;exports.getDeviceType=e.getDeviceType;exports.getLocalStorage=e.getLocalStorage;exports.getMonthEnd=e.getMonthEnd;exports.getMonthStart=e.getMonthStart;exports.getRelativeTime=e.getRelativeTime;exports.getSessionStorage=e.getSessionStorage;exports.getWeekEnd=e.getWeekEnd;exports.getWeekStart=e.getWeekStart;exports.groupBy=e.groupBy;exports.has=e.has;exports.includes=e.includes;exports.intersection=e.intersection;exports.isArray=e.isArray;exports.isBoolean=e.isBoolean;exports.isDesktop=e.isDesktop;exports.isEqual=e.isEqual;exports.isFunction=e.isFunction;exports.isInViewport=e.isInViewport;exports.isMobile=e.isMobile;exports.isNull=e.isNull;exports.isNullOrUndefined=e.isNullOrUndefined;exports.isNumber=e.isNumber;exports.isObject=e.isObject;exports.isString=e.isString;exports.isTablet=e.isTablet;exports.isThisMonth=e.isThisMonth;exports.isThisWeek=e.isThisWeek;exports.isToday=e.isToday;exports.isUndefined=e.isUndefined;exports.isValidDate=e.isValidDate;exports.keys=e.keys;exports.lastIndexOf=e.lastIndexOf;exports.map=e.map;exports.max=e.max;exports.merge=e.merge;exports.min=e.min;exports.omit=e.omit;exports.pick=e.pick;exports.random=e.random;exports.randomChoice=e.randomChoice;exports.randomFromArray=e.randomFromArray;exports.randomInt=e.randomInt;exports.randomMultiple=e.randomMultiple;exports.range=e.range;exports.remove=e.remove;exports.removeAt=e.removeAt;exports.removeEmptyStrings=e.removeEmptyStrings;exports.removeLocalStorage=e.removeLocalStorage;exports.removeNullValues=e.removeNullValues;exports.removeSessionStorage=e.removeSessionStorage;exports.removeWhere=e.removeWhere;exports.round=e.round;exports.scrollToElement=e.scrollToElement;exports.scrollToTop=e.scrollToTop;exports.set=e.set;exports.setLocalStorage=e.setLocalStorage;exports.setSessionStorage=e.setSessionStorage;exports.shuffle=e.shuffle;exports.size=e.size;exports.sortBy=e.sortBy;exports.sortNumbers=e.sortNumbers;exports.sum=e.sum;exports.throttle=e.throttle;exports.union=e.union;exports.unique=e.unique;exports.uniqueBy=e.uniqueBy;exports.values=e.values;exports.apiDelete=t.apiDelete;exports.apiGet=t.apiGet;exports.apiPatch=t.apiPatch;exports.apiPost=t.apiPost;exports.apiPut=t.apiPut;exports.base64Decode=t.base64Decode;exports.base64Encode=t.base64Encode;exports.br2nl=t.br2nl;exports.bxmDecrypt=t.bxmDecrypt;exports.bxmEncrypt=t.bxmEncrypt;exports.callService=t.callService;exports.capitalize=t.capitalize;exports.capitalizeWords=t.capitalizeWords;exports.center=t.center;exports.closeNotification=t.closeNotification;exports.countChar=t.countChar;exports.countWords=t.countWords;exports.destroyNotifications=t.destroyNotifications;exports.encryptSha256=t.encryptSha256;exports.extractNumbers=t.extractNumbers;exports.findPattern=t.findPattern;exports.formatPhoneNumber=t.formatPhoneNumber;exports.generateAlphanumericUID=t.generateAlphanumericUID;exports.generateCustomUID=t.generateCustomUID;exports.generateGUID=t.generateGUID;exports.generateGUIDWithoutHyphens=t.generateGUIDWithoutHyphens;exports.generateLongUID=t.generateLongUID;exports.generateNumericUID=t.generateNumericUID;exports.generateRandomString=t.generateRandomString;exports.generateShortUID=t.generateShortUID;exports.generateTimestampUID=t.generateTimestampUID;exports.generateUID=t.generateUID;exports.getAllServiceCodes=t.getAllServiceCodes;exports.getClientIp=t.getClientIp;exports.getCrprCd=t.getCrprCd;exports.getDepartmentInfo=t.getDepartmentInfo;exports.getDisplayName=t.getDisplayName;exports.getDprtCd=t.getDprtCd;exports.getDprtNm=t.getDprtNm;exports.getEmplNo=t.getEmplNo;exports.getEnvCode=t.getEnvCode;exports.getGuid=t.getGuid;exports.getRoleList=t.getRoleList;exports.getServiceCode=t.getServiceCode;exports.getUserDvsn=t.getUserDvsn;exports.getUserId=t.getUserId;exports.getUserInfo=t.getUserInfo;exports.getUserNm=t.getUserNm;exports.hasAllRoles=t.hasAllRoles;exports.hasAnyRole=t.hasAnyRole;exports.hasRole=t.hasRole;exports.hasUserInfo=t.hasUserInfo;exports.isDev=t.isDev;exports.isEmpty=t.isEmpty;exports.isLocal=t.isLocal;exports.isLoggedIn=t.isLoggedIn;exports.isProd=t.isProd;exports.isSafeEmpty=t.isSafeEmpty;exports.isValidEmail=t.isValidEmail;exports.isValidUrl=t.isValidUrl;exports.md5Hash=t.md5Hash;exports.nl2br=t.nl2br;exports.notificationService=t.notificationService;exports.padLeft=t.padLeft;exports.padRight=t.padRight;exports.removeHtmlTags=t.removeHtmlTags;exports.removeSpecialChars=t.removeSpecialChars;exports.reverse=t.reverse;exports.setClientIp=t.setClientIp;exports.setServiceCodeOverrides=t.setServiceCodeOverrides;exports.sha256Hash=t.sha256Hash;exports.showError=t.showError;exports.showInfo=t.showInfo;exports.showSuccess=t.showSuccess;exports.showWarning=t.showWarning;exports.simpleDecrypt=t.simpleDecrypt;exports.simpleEncrypt=t.simpleEncrypt;exports.toCamelCase=t.toCamelCase;exports.toKebabCase=t.toKebabCase;exports.toSnakeCase=t.toSnakeCase;exports.truncate=t.truncate;exports.useUserStore=t.useUserStore;exports.verifyClientIp=t.verifyClientIp;exports.THEME_COOKIE_NAME=r.THEME_COOKIE_NAME;exports.closeAllMessages=r.closeAllMessages;exports.closeMessage=r.closeMessage;exports.convertImageFormat=r.convertImageFormat;exports.deleteCookie=r.deleteCookie;exports.generateSrcSet=r.generateSrcSet;exports.getAvatarImage=r.getAvatarImage;exports.getBackgroundImage=r.getBackgroundImage;exports.getCookie=r.getCookie;exports.getDefaultBackgroundImage=r.getDefaultBackgroundImage;exports.getIconImage=r.getIconImage;exports.getLogoImage=r.getLogoImage;exports.getOptimizedImageUrl=r.getOptimizedImageUrl;exports.handleImageError=r.handleImageError;exports.preloadImage=r.preloadImage;exports.resizeImage=r.resizeImage;exports.setCookie=r.setCookie;exports.showApiError=r.showApiError;exports.showDuplicateError=r.showDuplicateError;exports.showLoading=r.showLoading;exports.showRequiredError=r.showRequiredError;exports.showSaveError=r.showSaveError;exports.showSaveSuccess=r.showSaveSuccess;exports.useImageLoader=r.useImageLoader;exports.useCode=n.useCode;exports.useFavorite=n.useFavorite;exports.useMenu=n.useMenu;exports.usePopupState=n.usePopupState;exports.useUser=n.useUser;exports.CommonCodeProvider=s.CommonCodeProvider;exports.UtilsProvider=s.UtilsProvider;exports.useApiUtils=s.useApiUtils;exports.useArrayUtils=s.useArrayUtils;exports.useCodeColor=s.useCodeColor;exports.useCodeList=s.useCodeList;exports.useCodeListByOption=s.useCodeListByOption;exports.useCodeName=s.useCodeName;exports.useCommonCode=s.useCommonCode;exports.useCommonUtils=s.useCommonUtils;exports.useDateUtils=s.useDateUtils;exports.useGridLookup=s.useGridLookup;exports.usePopup=s.usePopup;exports.usePopupContext=s.usePopupContext;exports.useStringUtils=s.useStringUtils;exports.useUtils=s.useUtils;exports.useCodeStore=g.useCodeStore;exports.useColorStore=g.useColorStore;exports.useOptionStore=g.useOptionStore;exports.useFavoriteStore=l.useFavoriteStore;exports.useMenuStore=l.useMenuStore;exports.usePopupStore=d.usePopupStore;exports.SearchBoxProvider=i.SearchBoxProvider;exports.ServiceCodeProvider=i.ServiceCodeProvider;exports.useAllServiceCodes=i.useAllServiceCodes;exports.useLogServiceCodeConfig=i.useLogServiceCodeConfig;exports.useSearchBox=i.useSearchBox;exports.useServiceCode=i.useServiceCode;exports.useServiceCodeValue=i.useServiceCodeValue;
|