@bwg-ui/core 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (75) hide show
  1. package/README.md +28 -0
  2. package/dist/chunks/MenuReport-CiL4ggPy.js +1244 -0
  3. package/dist/chunks/MenuReport-DIkKwvta.cjs +1 -0
  4. package/dist/chunks/common-components-B4mah7DM.cjs +183 -0
  5. package/dist/chunks/{common-components-BiUtYMIt.js → common-components-G-FELsbw.js} +6664 -7980
  6. package/dist/chunks/{core-CF_HWm44.cjs → core-CXP75zcn.cjs} +1 -1
  7. package/dist/chunks/{core-Cb5dF0QU.js → core-pjW5SaWA.js} +1 -1
  8. package/dist/chunks/{enc-base64-CAxIzedh.cjs → enc-base64-Bg9x86kU.cjs} +1 -1
  9. package/dist/chunks/{enc-base64-Dy-3zKzn.js → enc-base64-DtP_G7ev.js} +2 -2
  10. package/dist/chunks/layout-components-De-k79AV.cjs +35 -0
  11. package/dist/chunks/layout-components-mRRx1BIz.js +1616 -0
  12. package/dist/chunks/{sha256-DKma8qua.js → sha256-BTxiV_cX.js} +2 -2
  13. package/dist/chunks/{sha256-DbQnwvPn.cjs → sha256-CFa0dyCj.cjs} +1 -1
  14. package/dist/components/common/ButtonAccessController.d.ts +5 -0
  15. package/dist/components/common/ButtonAccessController.d.ts.map +1 -0
  16. package/dist/components/common/BwgEditor.d.ts +3 -3
  17. package/dist/components/common/BwgEditor.d.ts.map +1 -1
  18. package/dist/components/common/BwgPopup.d.ts +15 -0
  19. package/dist/components/common/BwgPopup.d.ts.map +1 -1
  20. package/dist/components/common/BwgView.d.ts +2 -23
  21. package/dist/components/common/BwgView.d.ts.map +1 -1
  22. package/dist/components/common/SearchBox.d.ts +1 -57
  23. package/dist/components/common/SearchBox.d.ts.map +1 -1
  24. package/dist/components/common/index.cjs +1 -1
  25. package/dist/components/common/index.d.ts +5 -3
  26. package/dist/components/common/index.d.ts.map +1 -1
  27. package/dist/components/common/index.js +24 -23
  28. package/dist/components/common/type.d.ts +132 -0
  29. package/dist/components/common/type.d.ts.map +1 -0
  30. package/dist/components/guide/index.cjs +1 -1
  31. package/dist/components/guide/index.js +1 -1
  32. package/dist/components/layout/BwgPortal01.d.ts.map +1 -1
  33. package/dist/components/layout/default/LocalPopupContainer.d.ts +3 -0
  34. package/dist/components/layout/default/LocalPopupContainer.d.ts.map +1 -0
  35. package/dist/components/layout/default/PopupContainer.d.ts.map +1 -1
  36. package/dist/components/layout/index.cjs +1 -35
  37. package/dist/components/layout/index.js +13 -1558
  38. package/dist/components/popup/MenuReport.d.ts +2 -5
  39. package/dist/components/popup/MenuReport.d.ts.map +1 -1
  40. package/dist/components/popup/SearchDepartmentP01.d.ts +4 -5
  41. package/dist/components/popup/SearchDepartmentP01.d.ts.map +1 -1
  42. package/dist/components/popup/SearchDepartmentP02.d.ts +3 -5
  43. package/dist/components/popup/SearchDepartmentP02.d.ts.map +1 -1
  44. package/dist/components/popup/SearchEmployeeP01.d.ts +3 -1
  45. package/dist/components/popup/SearchEmployeeP01.d.ts.map +1 -1
  46. package/dist/components/popup/SearchEmployeeP02.d.ts +3 -1
  47. package/dist/components/popup/SearchEmployeeP02.d.ts.map +1 -1
  48. package/dist/components/popup/SearchOrganizationP01.d.ts +2 -4
  49. package/dist/components/popup/SearchOrganizationP01.d.ts.map +1 -1
  50. package/dist/components/popup/SearchOrganizationP02.d.ts +3 -4
  51. package/dist/components/popup/SearchOrganizationP02.d.ts.map +1 -1
  52. package/dist/components/popup/config/localPopupRegistry.d.ts +8 -0
  53. package/dist/components/popup/config/localPopupRegistry.d.ts.map +1 -0
  54. package/dist/components/popup/index.cjs +1 -1
  55. package/dist/components/popup/index.d.ts +2 -4
  56. package/dist/components/popup/index.d.ts.map +1 -1
  57. package/dist/components/popup/index.js +1 -1
  58. package/dist/index.cjs +1 -1
  59. package/dist/index.js +135 -132
  60. package/dist/provider/hooks/usePopup.d.ts +1 -0
  61. package/dist/provider/hooks/usePopup.d.ts.map +1 -1
  62. package/dist/provider/index.cjs +1 -1
  63. package/dist/provider/index.js +205 -188
  64. package/dist/stores/index.cjs +2 -2
  65. package/dist/stores/index.js +253 -200
  66. package/dist/stores/popupStore.d.ts +9 -1
  67. package/dist/stores/popupStore.d.ts.map +1 -1
  68. package/dist/utils/gwUtils.d.ts +23 -0
  69. package/dist/utils/gwUtils.d.ts.map +1 -0
  70. package/dist/utils/index.cjs +1 -1
  71. package/dist/utils/index.d.ts +9 -8
  72. package/dist/utils/index.d.ts.map +1 -1
  73. package/dist/utils/index.js +588 -486
  74. package/package.json +4 -4
  75. package/dist/chunks/common-components-DyOLtUJx.cjs +0 -183
@@ -1,8 +1,5 @@
1
1
  import { FC } from 'react';
2
- interface MenuReportProps {
3
- open: boolean;
4
- onClose: () => void;
5
- }
6
- declare const MenuReport: FC<MenuReportProps>;
2
+ import { PopupViewProps } from '../../stores/popupStore';
3
+ declare const MenuReport: FC<PopupViewProps>;
7
4
  export default MenuReport;
8
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;AAwBjE,UAAU,eAAe;IACvB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AA2CC,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CA07CnC,CAAC;AAEJ,eAAe,UAAU,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;AAEjE,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAgE9D,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,cAAc,CA26ClC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { FC } from 'react';
2
+ import { PopupViewProps } from '../layout/default/PopupContainer';
1
3
  export interface Department {
2
4
  crprCd?: string;
3
5
  wkplCd?: string;
@@ -12,12 +14,9 @@ export interface Department {
12
14
  deptAbrv?: string | null;
13
15
  deptFullNm?: string | null;
14
16
  deptEnglNm?: string | null;
15
- isLeaf?: 'Y' | 'N' | null;
17
+ isLeaf?: "Y" | "N" | null;
16
18
  children?: Department[];
17
19
  }
18
- export interface SearchDepartmentP01Props {
19
- popup: any;
20
- }
21
- declare const SearchDepartmentP01: ({ popup }: SearchDepartmentP01Props) => import("react/jsx-runtime").JSX.Element;
20
+ declare const SearchDepartmentP01: FC<PopupViewProps>;
22
21
  export default SearchDepartmentP01;
23
22
  //# sourceMappingURL=SearchDepartmentP01.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchDepartmentP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP01.tsx"],"names":[],"mappings":"AAiBA,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAsHD,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,GAAG,CAAC;CACZ;AAED,QAAA,MAAM,mBAAmB,GAAI,WAAW,wBAAwB,4CAmV/D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"SearchDepartmentP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP01.tsx"],"names":[],"mappings":"AAYA,OAAO,EAAE,EAAE,EAA6C,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGlE,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAsHD,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,cAAc,CAmW3C,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { PopupViewProps } from '../layout/default/PopupContainer';
1
2
  export interface Department {
2
3
  crprCd?: string;
3
4
  wkplCd?: string;
@@ -12,12 +13,9 @@ export interface Department {
12
13
  deptAbrv?: string | null;
13
14
  deptFullNm?: string | null;
14
15
  deptEnglNm?: string | null;
15
- isLeaf?: 'Y' | 'N' | null;
16
+ isLeaf?: "Y" | "N" | null;
16
17
  children?: Department[];
17
18
  }
18
- export interface SearchDepartmentP02Props {
19
- popup: any;
20
- }
21
- declare const SearchDepartmentP02: ({ popup }: SearchDepartmentP02Props) => import("react/jsx-runtime").JSX.Element;
19
+ declare const SearchDepartmentP02: React.FC<PopupViewProps>;
22
20
  export default SearchDepartmentP02;
23
21
  //# sourceMappingURL=SearchDepartmentP02.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchDepartmentP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP02.tsx"],"names":[],"mappings":"AAiBA,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAsHD,MAAM,WAAW,wBAAwB;IACvC,KAAK,EAAE,GAAG,CAAC;CACZ;AAED,QAAA,MAAM,mBAAmB,GAAI,WAAW,wBAAwB,4CAqiB/D,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
1
+ {"version":3,"file":"SearchDepartmentP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchDepartmentP02.tsx"],"names":[],"mappings":"AAeA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGlE,MAAM,WAAW,UAAU;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG,GAAG,IAAI,CAAC;IAC1B,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAsHD,QAAA,MAAM,mBAAmB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAqjBjD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -1,3 +1,5 @@
1
- declare const CMHrInfoSrchP01: ({ popup }: any) => import("react/jsx-runtime").JSX.Element;
1
+ import { default as React } from 'react';
2
+ import { PopupViewProps } from '../layout/default/PopupContainer';
3
+ declare const CMHrInfoSrchP01: React.FC<PopupViewProps>;
2
4
  export default CMHrInfoSrchP01;
3
5
  //# sourceMappingURL=SearchEmployeeP01.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"SearchEmployeeP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchEmployeeP01.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAM/B,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAyBlE,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA8tB7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,5 @@
1
- declare const CMHrInfoSrchP02: ({ popup }: any) => import("react/jsx-runtime").JSX.Element;
1
+ import { default as React } from 'react';
2
+ import { PopupViewProps } from '../layout/default/PopupContainer';
3
+ declare const CMHrInfoSrchP02: React.FC<PopupViewProps>;
2
4
  export default CMHrInfoSrchP02;
3
5
  //# sourceMappingURL=SearchEmployeeP02.d.ts.map
@@ -1 +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"}
1
+ {"version":3,"file":"SearchEmployeeP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchEmployeeP02.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAyC,MAAM,OAAO,CAAC;AAK9D,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAyBlE,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA6tB7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,4 @@
1
+ import { PopupViewProps } from '../layout/default/PopupContainer';
1
2
  export interface Employee {
2
3
  crprCd: string;
3
4
  wkplCd: string;
@@ -30,9 +31,6 @@ export interface Department {
30
31
  employees?: Employee[];
31
32
  children?: Department[];
32
33
  }
33
- export interface SearchOrganizationP01Props {
34
- popup: any;
35
- }
36
- declare const SearchOrganizationP01: ({ popup }: SearchOrganizationP01Props) => import("react/jsx-runtime").JSX.Element;
34
+ declare const SearchOrganizationP01: React.FC<PopupViewProps>;
37
35
  export default SearchOrganizationP01;
38
36
  //# sourceMappingURL=SearchOrganizationP01.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchOrganizationP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchOrganizationP01.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,GAAG,CAAC;CACZ;AAED,QAAA,MAAM,qBAAqB,GAAI,WAAW,0BAA0B,4CA0kBnE,CAAC;AAEA,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"SearchOrganizationP01.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchOrganizationP01.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGlE,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CA6lBnD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -1,3 +1,5 @@
1
+ import { default as React } from 'react';
2
+ import { PopupViewProps } from '../layout/default/PopupContainer';
1
3
  export interface Employee {
2
4
  crprCd: string;
3
5
  wkplCd: string;
@@ -30,9 +32,6 @@ export interface Department {
30
32
  employees?: Employee[];
31
33
  children?: Department[];
32
34
  }
33
- export interface SearchOrganizationP02Props {
34
- popup: any;
35
- }
36
- declare const SearchOrganizationP02: ({ popup }: SearchOrganizationP02Props) => import("react/jsx-runtime").JSX.Element;
35
+ declare const SearchOrganizationP02: React.FC<PopupViewProps>;
37
36
  export default SearchOrganizationP02;
38
37
  //# sourceMappingURL=SearchOrganizationP02.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SearchOrganizationP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchOrganizationP02.tsx"],"names":[],"mappings":"AAyBA,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,MAAM,WAAW,0BAA0B;IACzC,KAAK,EAAE,GAAG,CAAC;CACZ;AAED,QAAA,MAAM,qBAAqB,GAAI,WAAW,0BAA0B,4CA+qBnE,CAAC;AAEA,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"SearchOrganizationP02.d.ts","sourceRoot":"","sources":["../../../src/components/popup/SearchOrganizationP02.tsx"],"names":[],"mappings":"AAiBA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAMzE,OAAO,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAGlE,MAAM,WAAW,QAAQ;IACvB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,EAAE,MAAM,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,QAAQ,EAAE,CAAC;IACvB,QAAQ,CAAC,EAAE,UAAU,EAAE,CAAC;CACzB;AAED,QAAA,MAAM,qBAAqB,EAAE,KAAK,CAAC,EAAE,CAAC,cAAc,CAksBnD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import { ComponentType, LazyExoticComponent } from 'react';
2
+ import { PopupViewProps, PopupConfig } from '../../../stores/popupStore';
3
+ export interface LocalPopupRegistryItem {
4
+ component: LazyExoticComponent<ComponentType<PopupViewProps>>;
5
+ defaultConfig?: Partial<PopupConfig>;
6
+ }
7
+ export declare const localPopupRegistry: Record<string, LocalPopupRegistryItem>;
8
+ //# sourceMappingURL=localPopupRegistry.d.ts.map
@@ -0,0 +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;AAUD,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,MAAM,EAAE,sBAAsB,CA2CrE,CAAC"}
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/common-components-DyOLtUJx.cjs");exports.SearchDepartmentP01=e.SearchDepartmentP01;exports.SearchDepartmentP02=e.SearchDepartmentP02;exports.SearchOrganizationP01=e.SearchOrganizationP01;exports.SearchOrganizationP02=e.SearchOrganizationP02;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../../chunks/common-components-B4mah7DM.cjs");exports.SearchDepartmentP01=e.SearchDepartmentP01;exports.SearchDepartmentP02=e.SearchDepartmentP02;exports.SearchOrganizationP01=e.SearchOrganizationP01;exports.SearchOrganizationP02=e.SearchOrganizationP02;
@@ -2,8 +2,6 @@ export { default as SearchDepartmentP01 } from './SearchDepartmentP01';
2
2
  export { default as SearchDepartmentP02 } from './SearchDepartmentP02';
3
3
  export { default as SearchOrganizationP01 } from './SearchOrganizationP01';
4
4
  export { default as SearchOrganizationP02 } from './SearchOrganizationP02';
5
- export type { Department, SearchDepartmentP01Props } from './SearchDepartmentP01';
6
- export type { SearchDepartmentP02Props } from './SearchDepartmentP02';
7
- export type { Employee, Department as OrgDepartment, SearchOrganizationP01Props } from './SearchOrganizationP01';
8
- export type { SearchOrganizationP02Props } from './SearchOrganizationP02';
5
+ export type { Department } from './SearchDepartmentP01';
6
+ export type { Employee, Department as OrgDepartment } from './SearchOrganizationP01';
9
7
  //# 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;AAG3E,YAAY,EAAE,UAAU,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAClF,YAAY,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AACtE,YAAY,EAAE,QAAQ,EAAE,UAAU,IAAI,aAAa,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,CAAC;AACjH,YAAY,EAAE,0BAA0B,EAAE,MAAM,yBAAyB,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;AAG3E,YAAY,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAC;AACxD,YAAY,EAAE,QAAQ,EAAE,UAAU,IAAI,aAAa,EAAE,MAAM,yBAAyB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { w as e, x as t, y as n, z as c } from "../../chunks/common-components-BiUtYMIt.js";
1
+ import { x as e, y as t, z as n, A as c } from "../../chunks/common-components-G-FELsbw.js";
2
2
  export {
3
3
  e as SearchDepartmentP01,
4
4
  t as SearchDepartmentP02,
package/dist/index.cjs CHANGED
@@ -1 +1 @@
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-DyOLtUJx.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.SearchDepartmentP01=o.SearchDepartmentP01;exports.SearchDepartmentP02=o.SearchDepartmentP02;exports.SearchOrganizationP01=o.SearchOrganizationP01;exports.SearchOrganizationP02=o.SearchOrganizationP02;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.useSearchBox=i.useSearchBox;exports.useServiceCode=i.useServiceCode;exports.useServiceCodeValue=i.useServiceCodeValue;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./utils/index.cjs"),i=require("./stores/index.cjs"),o=require("./chunks/common-components-B4mah7DM.cjs"),r=require("./components/core/index.cjs"),s=require("./chunks/layout-components-De-k79AV.cjs"),t=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.submitGwApproval=e.submitGwApproval;exports.throttle=e.throttle;exports.toCamelCase=e.toCamelCase;exports.uploadFilesViaSftp=e.uploadFilesViaSftp;exports.userUtils=e.userUtils;exports.verifyClientIp=e.verifyClientIp;exports.useCode=i.useCode;exports.useCodeStore=i.useCodeStore;exports.useColorStore=i.useColorStore;exports.useFavorite=i.useFavorite;exports.useFavoriteStore=i.useFavoriteStore;exports.useLoadingStore=i.useLoadingStore;exports.useMenuModel=i.useMenuModel;exports.useMenuModelStore=i.useMenuModelStore;exports.useMenuView=i.useMenuView;exports.useMenuViewStore=i.useMenuViewStore;exports.useOptionStore=i.useOptionStore;exports.usePopupLoadingStore=i.usePopupLoadingStore;exports.usePopupState=i.usePopupState;exports.usePopupStore=i.usePopupStore;exports.useUser=i.useUser;exports.useUserStore=i.useUserStore;exports.ButtonAccessController=o.ButtonAccessController;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.SearchDepartmentP01=o.SearchDepartmentP01;exports.SearchDepartmentP02=o.SearchDepartmentP02;exports.SearchOrganizationP01=o.SearchOrganizationP01;exports.SearchOrganizationP02=o.SearchOrganizationP02;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=t.AuthProvider;exports.CommonCodeProvider=t.CommonCodeProvider;exports.ScreenProtectProvider=t.ScreenProtectProvider;exports.SearchBoxProvider=t.SearchBoxProvider;exports.ServiceCodeProvider=t.ServiceCodeProvider;exports.useAllServiceCodes=t.useAllServiceCodes;exports.useAuth=t.useAuth;exports.useCodeColor=t.useCodeColor;exports.useCodeList=t.useCodeList;exports.useCodeListByOption=t.useCodeListByOption;exports.useCodeName=t.useCodeName;exports.useCommonCode=t.useCommonCode;exports.useGridLookup=t.useGridLookup;exports.useLock=t.useLock;exports.useLogServiceCodeConfig=t.useLogServiceCodeConfig;exports.usePopup=t.usePopup;exports.useSearchBox=t.useSearchBox;exports.useServiceCode=t.useServiceCode;exports.useServiceCodeValue=t.useServiceCodeValue;
package/dist/index.js CHANGED
@@ -1,86 +1,87 @@
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 c, arrMin as p, arrReverse as S, arrSum as w, arrUnique as C, bwgUtils as B, callService as m, callService_SYSCD as v, clamp as f, clearSessionStorage as h, closeAllMessages as P, closeMessage as U, closeNotification as D, commonUtils as E, configureEnvUtils as b, copyToClipboard as y, debounce as A, deleteCookie as L, destroyNotifications as M, downloadByFileKey as I, downloadFile as k, duplicates as x, encryptSha256 as R, envUtils as N, fileUtils as O, generateRandomColor as T, generateRandomString as F, generateUID as G, getAllServiceCodes as V, getClientIp as W, getCookie as q, getCrprCd as z, getCurrentDate as H, getCurrentDateString as _, getDepartmentInfo as j, getDeviceType as K, getDisplayName as Q, getDprtCd as Y, 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 ce, isDesktop as pe, isDev as Se, isEmpty as we, isEmptyArray as Ce, isFunction as Be, isLocal as me, isLoggedIn as ve, isMobile as fe, isNull as he, isNullOrUndefined as Pe, isNumber as Ue, isObject as De, isProd as Ee, isSafeEmpty as be, isString as ye, isTablet as Ae, isUndefined as Le, isValidEmail as Me, isValidUrl as Ie, logServiceCodeConfig as ke, messageUtils as xe, notiBwgError as Re, notiError as Ne, notiInfo as Oe, notiSuccess as Te, notiWarning as Fe, notificationService as Ge, notificationUtils as Ve, padLeft as We, padRight as qe, random as ze, realFormat as He, removeSessionStorage as _e, round as je, serviceUtils as Ke, setClientIp as Qe, setCookie as Ye, 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 co } from "./utils/index.js";
2
- import { useCode as So, useCodeStore as wo, useColorStore as Co, useFavorite as Bo, useFavoriteStore as mo, useLoadingStore as vo, useMenuModel as fo, useMenuModelStore as ho, useMenuView as Po, useMenuViewStore as Uo, useOptionStore as Do, usePopupLoadingStore as Eo, usePopupState as bo, usePopupStore as yo, useUser as Ao, useUserStore as Lo } from "./stores/index.js";
3
- import { d as Io, e as ko, f as xo, B as Ro, h as No, i as Oo, j as To, k as Fo, l as Go, m as Vo, n as Wo, o as qo, a as zo, p as Ho, q as _o, r as jo, s as Ko, C as Qo, t as Yo, G as Jo, Q as Xo, u as Zo, S as $o, w as er, x as or, y as rr, z as tr, v as ir } from "./chunks/common-components-BiUtYMIt.js";
4
- import { BwgButton as ar, BwgCheck as nr, BwgCheckList as gr, BwgDatePicker as lr, BwgDownload as ur, BwgForm as dr, BwgFormItem as cr, BwgInput as pr, BwgLargeUploader as Sr, BwgMaskedInput as wr, BwgMaskedPicker as Cr, BwgMultiSelect as Br, BwgNumber as mr, BwgRadio as vr, BwgRangePicker as fr, BwgSearch as hr, BwgSelect as Pr, BwgSwitch as Ur, BwgTextArea as Dr, BwgUploader as Er } from "./components/core/index.js";
5
- import { AppWrapper as yr, BwgPortal01 as Ar, BwgPortal02 as Lr, ConfigurableContent as Mr, ConfigurableHeader as Ir, ConfigurableMenuTab as kr, ConfigurableSidebar as xr, ContentContainer as Rr, LandingContainer as Nr, LoadingContainer as Or, PopupContainer as Tr, ProtectWrapper as Fr } from "./components/layout/index.js";
6
- import { AuthProvider as Vr, CommonCodeProvider as Wr, ScreenProtectProvider as qr, SearchBoxProvider as zr, ServiceCodeProvider as Hr, useAllServiceCodes as _r, useAuth as jr, useCodeColor as Kr, useCodeList as Qr, useCodeListByOption as Yr, useCodeName as Jr, useCommonCode as Xr, useGridLookup as Zr, useLock as $r, useLogServiceCodeConfig as et, usePopup as ot, useSearchBox as rt, useServiceCode as tt, useServiceCodeValue as it } from "./provider/index.js";
1
+ import { ApiError as r, THEME_COOKIE_NAME as s, apiDelete as a, apiGet as t, apiPatch as i, apiPost as n, apiPut as g, apiUtils as l, arrAverage as u, arrCount as d, arrMax as p, arrMin as c, arrReverse as S, arrSum as w, arrUnique as C, bwgUtils as B, callService as m, callService_SYSCD as v, clamp as f, clearSessionStorage as h, closeAllMessages as P, closeMessage as U, closeNotification as A, commonUtils as D, configureEnvUtils as E, copyToClipboard as b, debounce as L, deleteCookie as y, destroyNotifications as M, downloadByFileKey as I, downloadFile as k, duplicates as x, encryptSha256 as R, envUtils as N, fileUtils as O, generateRandomColor as T, generateRandomString as F, generateUID as G, getAllServiceCodes as V, getClientIp as W, getCookie as q, getCrprCd as z, getCurrentDate as H, getCurrentDateString as _, getDepartmentInfo as j, getDeviceType as K, getDisplayName as Q, getDprtCd as Y, getDprtNm as J, getEmplNo as X, getEnvCode as Z, getPermissionService as $, getRoleList as ee, getServiceCode as oe, getSessionStorage as re, getUserDvsn as se, getUserId as ae, getUserInfo as te, getUserNm as ie, hasAllRoles as ne, hasAnyRole as ge, hasRole as le, hasUserInfo as ue, isArray as de, isBoolean as pe, isDesktop as ce, isDev as Se, isEmpty as we, isEmptyArray as Ce, isFunction as Be, isLocal as me, isLoggedIn as ve, isMobile as fe, isNull as he, isNullOrUndefined as Pe, isNumber as Ue, isObject as Ae, isProd as De, isSafeEmpty as Ee, isString as be, isTablet as Le, isUndefined as ye, isValidEmail as Me, isValidUrl as Ie, logServiceCodeConfig as ke, messageUtils as xe, notiBwgError as Re, notiError as Ne, notiInfo as Oe, notiSuccess as Te, notiWarning as Fe, notificationService as Ge, notificationUtils as Ve, padLeft as We, padRight as qe, random as ze, realFormat as He, removeSessionStorage as _e, round as je, serviceUtils as Ke, setClientIp as Qe, setCookie as Ye, setServiceCodeOverrides as Je, setSessionStorage as Xe, showApiError as Ze, showDuplicateError as $e, showError as eo, showInfo as oo, showLoading as ro, showRequiredError as so, showSaveError as ao, showSaveSuccess as to, showSuccess as io, showWarning as no, submitGwApproval as go, throttle as lo, toCamelCase as uo, uploadFilesViaSftp as po, userUtils as co, verifyClientIp as So } from "./utils/index.js";
2
+ import { useCode as Co, useCodeStore as Bo, useColorStore as mo, useFavorite as vo, useFavoriteStore as fo, useLoadingStore as ho, useMenuModel as Po, useMenuModelStore as Uo, useMenuView as Ao, useMenuViewStore as Do, useOptionStore as Eo, usePopupLoadingStore as bo, usePopupState as Lo, usePopupStore as yo, useUser as Mo, useUserStore as Io } from "./stores/index.js";
3
+ import { j as xo, k as Ro, l as No, m as Oo, B as To, n as Fo, o as Go, i as Vo, f as Wo, p as qo, h as zo, e as Ho, q as _o, a as jo, r as Ko, s as Qo, t as Yo, u as Jo, C as Xo, v as Zo, G as $o, Q as er, w as or, S as rr, x as sr, y as ar, z as tr, A as ir, d as nr } from "./chunks/common-components-G-FELsbw.js";
4
+ import { BwgButton as lr, BwgCheck as ur, BwgCheckList as dr, BwgDatePicker as pr, BwgDownload as cr, BwgForm as Sr, BwgFormItem as wr, BwgInput as Cr, BwgLargeUploader as Br, BwgMaskedInput as mr, BwgMaskedPicker as vr, BwgMultiSelect as fr, BwgNumber as hr, BwgRadio as Pr, BwgRangePicker as Ur, BwgSearch as Ar, BwgSelect as Dr, BwgSwitch as Er, BwgTextArea as br, BwgUploader as Lr } from "./components/core/index.js";
5
+ import { A as Mr, B as Ir, a as kr, c as xr, d as Rr, e as Nr, f as Or, C as Tr, b as Fr, L as Gr, P as Vr, g as Wr } from "./chunks/layout-components-mRRx1BIz.js";
6
+ import { AuthProvider as zr, CommonCodeProvider as Hr, ScreenProtectProvider as _r, SearchBoxProvider as jr, ServiceCodeProvider as Kr, useAllServiceCodes as Qr, useAuth as Yr, useCodeColor as Jr, useCodeList as Xr, useCodeListByOption as Zr, useCodeName as $r, useCommonCode as es, useGridLookup as os, useLock as rs, useLogServiceCodeConfig as ss, usePopup as as, useSearchBox as ts, useServiceCode as is, useServiceCodeValue as ns } from "./provider/index.js";
7
7
  export {
8
8
  r as ApiError,
9
- yr as AppWrapper,
10
- Vr as AuthProvider,
11
- ar as BwgButton,
12
- Io as BwgButtonGroup,
13
- nr as BwgCheck,
14
- gr as BwgCheckList,
15
- ko as BwgCmptArea,
16
- xo as BwgCol,
17
- Ro as BwgConfigProvider,
18
- lr as BwgDatePicker,
19
- No as BwgDetail,
20
- ur as BwgDownload,
21
- Oo as BwgDrawer,
22
- To as BwgEditor,
23
- dr as BwgForm,
24
- cr as BwgFormItem,
25
- Fo as BwgGrid,
26
- Go as BwgInfoArea,
27
- pr as BwgInput,
28
- Sr as BwgLargeUploader,
29
- wr as BwgMaskedInput,
30
- Cr as BwgMaskedPicker,
31
- Br as BwgMultiSelect,
32
- mr as BwgNumber,
33
- Vo as BwgPagination,
34
- Wo as BwgPopup,
35
- Ar as BwgPortal01,
36
- Lr as BwgPortal02,
37
- vr as BwgRadio,
38
- fr as BwgRangePicker,
39
- qo as BwgRow,
40
- hr as BwgSearch,
41
- Pr as BwgSelect,
42
- zo as BwgSpace,
43
- Ur as BwgSwitch,
44
- Ho as BwgTable,
45
- _o as BwgTabs,
46
- Dr as BwgTextArea,
47
- jo as BwgTitleBox,
48
- Er as BwgUploader,
49
- Ko as BwgView,
50
- Wr as CommonCodeProvider,
51
- Mr as ConfigurableContent,
52
- Ir as ConfigurableHeader,
53
- kr as ConfigurableMenuTab,
54
- xr as ConfigurableSidebar,
55
- Qo as ContentBox,
56
- Rr as ContentContainer,
57
- Yo as ContentLayOut,
58
- Jo as GlobalConfigProvider,
59
- Nr as LandingContainer,
60
- Or as LoadingContainer,
61
- Tr as PopupContainer,
62
- Fr as ProtectWrapper,
63
- Xo as QuickServiceToggle,
64
- Zo as SSOHandler,
65
- qr as ScreenProtectProvider,
66
- $o as SearchBox,
67
- zr as SearchBoxProvider,
68
- er as SearchDepartmentP01,
69
- or as SearchDepartmentP02,
70
- rr as SearchOrganizationP01,
71
- tr as SearchOrganizationP02,
72
- Hr as ServiceCodeProvider,
73
- t as THEME_COOKIE_NAME,
74
- i as apiDelete,
75
- s as apiGet,
76
- a as apiPatch,
9
+ Mr as AppWrapper,
10
+ zr as AuthProvider,
11
+ xo as ButtonAccessController,
12
+ lr as BwgButton,
13
+ Ro as BwgButtonGroup,
14
+ ur as BwgCheck,
15
+ dr as BwgCheckList,
16
+ No as BwgCmptArea,
17
+ Oo as BwgCol,
18
+ To as BwgConfigProvider,
19
+ pr as BwgDatePicker,
20
+ Fo as BwgDetail,
21
+ cr as BwgDownload,
22
+ Go as BwgDrawer,
23
+ Vo as BwgEditor,
24
+ Sr as BwgForm,
25
+ wr as BwgFormItem,
26
+ Wo as BwgGrid,
27
+ qo as BwgInfoArea,
28
+ Cr as BwgInput,
29
+ Br as BwgLargeUploader,
30
+ mr as BwgMaskedInput,
31
+ vr as BwgMaskedPicker,
32
+ fr as BwgMultiSelect,
33
+ hr as BwgNumber,
34
+ zo as BwgPagination,
35
+ Ho as BwgPopup,
36
+ Ir as BwgPortal01,
37
+ kr as BwgPortal02,
38
+ Pr as BwgRadio,
39
+ Ur as BwgRangePicker,
40
+ _o as BwgRow,
41
+ Ar as BwgSearch,
42
+ Dr as BwgSelect,
43
+ jo as BwgSpace,
44
+ Er as BwgSwitch,
45
+ Ko as BwgTable,
46
+ Qo as BwgTabs,
47
+ br as BwgTextArea,
48
+ Yo as BwgTitleBox,
49
+ Lr as BwgUploader,
50
+ Jo as BwgView,
51
+ Hr as CommonCodeProvider,
52
+ xr as ConfigurableContent,
53
+ Rr as ConfigurableHeader,
54
+ Nr as ConfigurableMenuTab,
55
+ Or as ConfigurableSidebar,
56
+ Xo as ContentBox,
57
+ Tr as ContentContainer,
58
+ Zo as ContentLayOut,
59
+ $o as GlobalConfigProvider,
60
+ Fr as LandingContainer,
61
+ Gr as LoadingContainer,
62
+ Vr as PopupContainer,
63
+ Wr as ProtectWrapper,
64
+ er as QuickServiceToggle,
65
+ or as SSOHandler,
66
+ _r as ScreenProtectProvider,
67
+ rr as SearchBox,
68
+ jr as SearchBoxProvider,
69
+ sr as SearchDepartmentP01,
70
+ ar as SearchDepartmentP02,
71
+ tr as SearchOrganizationP01,
72
+ ir as SearchOrganizationP02,
73
+ Kr as ServiceCodeProvider,
74
+ s as THEME_COOKIE_NAME,
75
+ a as apiDelete,
76
+ t as apiGet,
77
+ i as apiPatch,
77
78
  n as apiPost,
78
79
  g as apiPut,
79
80
  l as apiUtils,
80
81
  u as arrAverage,
81
82
  d as arrCount,
82
- c as arrMax,
83
- p as arrMin,
83
+ p as arrMax,
84
+ c as arrMin,
84
85
  S as arrReverse,
85
86
  w as arrSum,
86
87
  C as arrUnique,
@@ -91,13 +92,13 @@ export {
91
92
  h as clearSessionStorage,
92
93
  P as closeAllMessages,
93
94
  U as closeMessage,
94
- D as closeNotification,
95
- E as commonUtils,
96
- b as configureEnvUtils,
97
- y as copyToClipboard,
98
- ir as createBwgGridRenderer,
99
- A as debounce,
100
- L as deleteCookie,
95
+ A as closeNotification,
96
+ D as commonUtils,
97
+ E as configureEnvUtils,
98
+ b as copyToClipboard,
99
+ nr as createBwgGridRenderer,
100
+ L as debounce,
101
+ y as deleteCookie,
101
102
  M as destroyNotifications,
102
103
  I as downloadByFileKey,
103
104
  k as downloadFile,
@@ -125,17 +126,17 @@ export {
125
126
  ee as getRoleList,
126
127
  oe as getServiceCode,
127
128
  re as getSessionStorage,
128
- te as getUserDvsn,
129
- ie as getUserId,
130
- se as getUserInfo,
131
- ae as getUserNm,
129
+ se as getUserDvsn,
130
+ ae as getUserId,
131
+ te as getUserInfo,
132
+ ie as getUserNm,
132
133
  ne as hasAllRoles,
133
134
  ge as hasAnyRole,
134
135
  le as hasRole,
135
136
  ue as hasUserInfo,
136
137
  de as isArray,
137
- ce as isBoolean,
138
- pe as isDesktop,
138
+ pe as isBoolean,
139
+ ce as isDesktop,
139
140
  Se as isDev,
140
141
  we as isEmpty,
141
142
  Ce as isEmptyArray,
@@ -146,12 +147,12 @@ export {
146
147
  he as isNull,
147
148
  Pe as isNullOrUndefined,
148
149
  Ue as isNumber,
149
- De as isObject,
150
- Ee as isProd,
151
- be as isSafeEmpty,
152
- ye as isString,
153
- Ae as isTablet,
154
- Le as isUndefined,
150
+ Ae as isObject,
151
+ De as isProd,
152
+ Ee as isSafeEmpty,
153
+ be as isString,
154
+ Le as isTablet,
155
+ ye as isUndefined,
155
156
  Me as isValidEmail,
156
157
  Ie as isValidUrl,
157
158
  ke as logServiceCodeConfig,
@@ -179,43 +180,45 @@ export {
179
180
  eo as showError,
180
181
  oo as showInfo,
181
182
  ro as showLoading,
182
- to as showRequiredError,
183
- io as showSaveError,
184
- so as showSaveSuccess,
185
- ao as showSuccess,
183
+ so as showRequiredError,
184
+ ao as showSaveError,
185
+ to as showSaveSuccess,
186
+ io as showSuccess,
186
187
  no as showWarning,
187
- go as throttle,
188
- lo as toCamelCase,
189
- _r as useAllServiceCodes,
190
- jr as useAuth,
191
- So as useCode,
192
- Kr as useCodeColor,
193
- Qr as useCodeList,
194
- Yr as useCodeListByOption,
195
- Jr as useCodeName,
196
- wo as useCodeStore,
197
- Co as useColorStore,
198
- Xr as useCommonCode,
199
- Bo as useFavorite,
200
- mo as useFavoriteStore,
201
- Zr as useGridLookup,
202
- vo as useLoadingStore,
203
- $r as useLock,
204
- et as useLogServiceCodeConfig,
205
- fo as useMenuModel,
206
- ho as useMenuModelStore,
207
- Po as useMenuView,
208
- Uo as useMenuViewStore,
209
- Do as useOptionStore,
210
- ot as usePopup,
211
- Eo as usePopupLoadingStore,
212
- bo as usePopupState,
188
+ go as submitGwApproval,
189
+ lo as throttle,
190
+ uo as toCamelCase,
191
+ po as uploadFilesViaSftp,
192
+ Qr as useAllServiceCodes,
193
+ Yr as useAuth,
194
+ Co as useCode,
195
+ Jr as useCodeColor,
196
+ Xr as useCodeList,
197
+ Zr as useCodeListByOption,
198
+ $r as useCodeName,
199
+ Bo as useCodeStore,
200
+ mo as useColorStore,
201
+ es as useCommonCode,
202
+ vo as useFavorite,
203
+ fo as useFavoriteStore,
204
+ os as useGridLookup,
205
+ ho as useLoadingStore,
206
+ rs as useLock,
207
+ ss as useLogServiceCodeConfig,
208
+ Po as useMenuModel,
209
+ Uo as useMenuModelStore,
210
+ Ao as useMenuView,
211
+ Do as useMenuViewStore,
212
+ Eo as useOptionStore,
213
+ as as usePopup,
214
+ bo as usePopupLoadingStore,
215
+ Lo as usePopupState,
213
216
  yo as usePopupStore,
214
- rt as useSearchBox,
215
- tt as useServiceCode,
216
- it as useServiceCodeValue,
217
- Ao as useUser,
218
- Lo as useUserStore,
219
- uo as userUtils,
220
- co as verifyClientIp
217
+ ts as useSearchBox,
218
+ is as useServiceCode,
219
+ ns as useServiceCodeValue,
220
+ Mo as useUser,
221
+ Io as useUserStore,
222
+ co as userUtils,
223
+ So as verifyClientIp
221
224
  };
@@ -8,6 +8,7 @@ export declare const usePopup: () => {
8
8
  setActivePopup: (popupId: string) => void;
9
9
  closePopup: (popupId: string) => void;
10
10
  showPopup: (popupCode: string, popParams?: any, config?: PopupConfig) => Promise<void>;
11
+ openCorePopup: (localCode: string, popParams?: any, config?: PopupConfig) => void;
11
12
  isPopup: boolean;
12
13
  };
13
14
  //# sourceMappingURL=usePopup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"usePopup.d.ts","sourceRoot":"","sources":["../../../src/provider/hooks/usePopup.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;2BAMC,MAAM,cAAc,GAAG,WAAW,WAAW;;CAmBlE,CAAC"}
1
+ {"version":3,"file":"usePopup.d.ts","sourceRoot":"","sources":["../../../src/provider/hooks/usePopup.ts"],"names":[],"mappings":"AACA,OAAO,EAAiB,KAAK,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE1E;;GAEG;AACH,eAAO,MAAM,QAAQ;;;;;2BAYC,MAAM,cAAc,GAAG,WAAW,WAAW;+BAanD,MAAM,cAAc,GAAG,WAAW,WAAW;;CAoB5D,CAAC"}