@owp/core 2.5.0 → 2.5.2

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 (41) hide show
  1. package/dist/_virtual/index16.js +4 -4
  2. package/dist/_virtual/index17.js +4 -4
  3. package/dist/_virtual/index18.js +4 -4
  4. package/dist/_virtual/index19.js +4 -4
  5. package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js +39 -32
  6. package/dist/components/OwpPageBreadcrumb/OwpPageBreadcrumb.js.map +1 -1
  7. package/dist/hooks/useFormDataUploadMutation.js +27 -0
  8. package/dist/hooks/useFormDataUploadMutation.js.map +1 -0
  9. package/dist/hooks.js +63 -61
  10. package/dist/hooks.js.map +1 -1
  11. package/dist/layout/components/navbar/NavbarToggleButton.js +21 -22
  12. package/dist/layout/components/navbar/NavbarToggleButton.js.map +1 -1
  13. package/dist/layout/components/navbar/style/NavbarStyle.js +41 -37
  14. package/dist/layout/components/navbar/style/NavbarStyle.js.map +1 -1
  15. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  16. package/dist/layout/components/toolbar/ToolbarLayout.js +57 -69
  17. package/dist/layout/components/toolbar/ToolbarLayout.js.map +1 -1
  18. package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
  19. package/dist/owp-app.css +1 -1
  20. package/dist/types/hooks/index.d.ts +1 -0
  21. package/dist/types/hooks/useFormDataUploadMutation.d.ts +29 -0
  22. package/dist/types/utils/createFormDataBody.d.ts +20 -0
  23. package/dist/types/utils/index.d.ts +1 -0
  24. package/dist/types/utils/zipUtil.d.ts +13 -0
  25. package/dist/utils/createFormDataBody.js +21 -0
  26. package/dist/utils/createFormDataBody.js.map +1 -0
  27. package/dist/utils/zipUtil.js +42 -29
  28. package/dist/utils/zipUtil.js.map +1 -1
  29. package/dist/utils.js +87 -82
  30. package/dist/utils.js.map +1 -1
  31. package/package.json +1 -1
  32. package/vite/owpCoreAssetsPlugin.cjs +0 -3
  33. package/vite/owpCoreAssetsPlugin.mjs +0 -1
  34. package/vite/owpCoreFixedImagesPlugin.cjs +0 -2
  35. package/vite/owpCoreFixedImagesPlugin.mjs +0 -1
  36. package/vite/staticAssetPlugin.cjs +0 -8
  37. package/vite/treeGridAssetsPlugin.cjs +0 -6
  38. package/vite/treeGridAssetsPlugin.mjs +0 -1
  39. package/treegrid/Defaults.xml_.xml +0 -718
  40. package/treegrid/Text.xml +0 -176
  41. package/treegrid/orgDefaults.xml +0 -715
package/dist/utils.js CHANGED
@@ -1,88 +1,93 @@
1
1
  import { generateBarcodeUrl as o } from "./utils/barcodeUtil.js";
2
- import { buildTreeGridEnumAttributesByCommonCodeList as d, transformCommonCodeBasedOnGroupId as m, transformGridEnumByCommonCodeList as i } from "./utils/commonCodeUtils.js";
3
- import { createDateRangeSearchParams as T } from "./utils/createDateRangeSearchParams.js";
4
- import { createJsonBody as l } from "./utils/createJsonBody.js";
5
- import { createJsonString as n } from "./utils/createJsonString.js";
6
- import { exportExcelByBuffer as E, getIndexByLetters as f, getLettersByIndex as I, setCellValue as L, setMergeCells as g } from "./utils/excelUtil.js";
7
- import { fetchFile as C } from "./utils/fetchFile.js";
8
- import { formatDateToYmd as y, getTodayYmd as B } from "./utils/formatDateToYmd.js";
9
- import { formatNumber as R } from "./utils/formatNumber.js";
10
- import { getDisplayValue as A } from "./utils/getDisplayValue.js";
11
- import { getEstimatedTextCellWidth as c } from "./utils/getEstimatedTextCellWidth.js";
12
- import { getFormDefaultValues as U } from "./utils/getFormDefaultValues.js";
13
- import { getStartPagePath as N } from "./utils/getStartPagePath.js";
14
- import { getTrimmedValue as V } from "./utils/getTrimmedValue.js";
15
- import { isEnterKeyEvent as w } from "./utils/isEnterKeyEvent.js";
16
- import { getApiLanguageCode as b, getI18nextLanguageCode as M } from "./utils/language.js";
17
- import { formatTimeInputToHourMinute as W, normalizeTimeToHourMinute as v } from "./utils/normalizeTimeToHourMinute.js";
18
- import { preloadOnIdle as Y } from "./utils/preloadOnIdle.js";
19
- import { generateQrCodeUrl as Q } from "./utils/qrCodeUtil.js";
20
- import { rebuildValue as j } from "./utils/rebuildValue.js";
21
- import { sanitizePasswordValue as q, sanitizeUserIdValue as X } from "./utils/sanitizeAuthInputValue.js";
22
- import { exportTreeGridExcel as ee } from "./utils/treeGridExportExcelUtil.js";
23
- import { addTreeGridRowById as oe, exportTreeGridToExcelById as te, getTreeGridById as de, getTreeGridDataRowsById as me, getTreeGridRowChangesById as ie, getTreeGridSelectedRowsById as ae, highlightTreeGridCellById as Te, reloadTreeGridBodyById as se, resetTreeGridChangesById as le, resetTreeGridChangesByIds as pe, resetTreeGridSelectionById as ne, resetTreeGridSelectionsByIds as xe, setTreeGridColumnEnumOptionsById as Ee, setTreeGridColumnVisibilityById as fe } from "./utils/treeGridUtil.js";
24
- import { saveAsZipFile as Le } from "./utils/zipUtil.js";
25
- import { OwpUtils as Ge } from "./utils/common/OwpUtils.js";
26
- import { DEFAULT_CELL_ALIGNMENT as ue, DEFAULT_HEADER_FILL as ye, DEFAULT_HEADER_FONT as Be, DEFAULT_THIN_BORDER as _e, DEFAULT_VALUE_FONT as Re, DEFAULT_WRAP_CELL_ALIGNMENT as De } from "./constants/excel.js";
27
- import { TREEGRID_CELL_HIGHLIGHT_CLASS as Oe, TREEGRID_CELL_HIGHLIGHT_COLOR as ce, TREEGRID_INPUT_CELL_COLOR as Fe, TREEGRID_WARNING_CELL_COLOR as Ue } from "./constants/treeGrid.js";
2
+ import { buildTreeGridEnumAttributesByCommonCodeList as d, transformCommonCodeBasedOnGroupId as a, transformGridEnumByCommonCodeList as m } from "./utils/commonCodeUtils.js";
3
+ import { createDateRangeSearchParams as s } from "./utils/createDateRangeSearchParams.js";
4
+ import { createFormDataBody as p, normalizeFormDataUploadParams as n } from "./utils/createFormDataBody.js";
5
+ import { createJsonBody as x } from "./utils/createJsonBody.js";
6
+ import { createJsonString as f } from "./utils/createJsonString.js";
7
+ import { exportExcelByBuffer as L, getIndexByLetters as g, getLettersByIndex as G, setCellValue as y, setMergeCells as C } from "./utils/excelUtil.js";
8
+ import { fetchFile as B } from "./utils/fetchFile.js";
9
+ import { formatDateToYmd as R, getTodayYmd as D } from "./utils/formatDateToYmd.js";
10
+ import { formatNumber as F } from "./utils/formatNumber.js";
11
+ import { getDisplayValue as O } from "./utils/getDisplayValue.js";
12
+ import { getEstimatedTextCellWidth as H } from "./utils/getEstimatedTextCellWidth.js";
13
+ import { getFormDefaultValues as h } from "./utils/getFormDefaultValues.js";
14
+ import { getStartPagePath as S } from "./utils/getStartPagePath.js";
15
+ import { getTrimmedValue as w } from "./utils/getTrimmedValue.js";
16
+ import { isEnterKeyEvent as M } from "./utils/isEnterKeyEvent.js";
17
+ import { getApiLanguageCode as J, getI18nextLanguageCode as W } from "./utils/language.js";
18
+ import { formatTimeInputToHourMinute as v, normalizeTimeToHourMinute as Y } from "./utils/normalizeTimeToHourMinute.js";
19
+ import { preloadOnIdle as Q } from "./utils/preloadOnIdle.js";
20
+ import { generateQrCodeUrl as k } from "./utils/qrCodeUtil.js";
21
+ import { rebuildValue as X } from "./utils/rebuildValue.js";
22
+ import { sanitizePasswordValue as ee, sanitizeUserIdValue as re } from "./utils/sanitizeAuthInputValue.js";
23
+ import { exportTreeGridExcel as te } from "./utils/treeGridExportExcelUtil.js";
24
+ import { addTreeGridRowById as ae, exportTreeGridToExcelById as me, getTreeGridById as ie, getTreeGridDataRowsById as se, getTreeGridRowChangesById as Te, getTreeGridSelectedRowsById as pe, highlightTreeGridCellById as ne, reloadTreeGridBodyById as le, resetTreeGridChangesById as xe, resetTreeGridChangesByIds as Ee, resetTreeGridSelectionById as fe, resetTreeGridSelectionsByIds as Ie, setTreeGridColumnEnumOptionsById as Le, setTreeGridColumnVisibilityById as ge } from "./utils/treeGridUtil.js";
25
+ import { readZipEntryJson as ye, readZipEntryText as Ce, saveAsZipFile as ue } from "./utils/zipUtil.js";
26
+ import { OwpUtils as _e } from "./utils/common/OwpUtils.js";
27
+ import { DEFAULT_CELL_ALIGNMENT as De, DEFAULT_HEADER_FILL as Ae, DEFAULT_HEADER_FONT as Fe, DEFAULT_THIN_BORDER as ce, DEFAULT_VALUE_FONT as Oe, DEFAULT_WRAP_CELL_ALIGNMENT as Ue } from "./constants/excel.js";
28
+ import { TREEGRID_CELL_HIGHLIGHT_CLASS as Ne, TREEGRID_CELL_HIGHLIGHT_COLOR as he, TREEGRID_INPUT_CELL_COLOR as Ve, TREEGRID_WARNING_CELL_COLOR as Se } from "./constants/treeGrid.js";
28
29
  export {
29
- ue as DEFAULT_CELL_ALIGNMENT,
30
- ye as DEFAULT_HEADER_FILL,
31
- Be as DEFAULT_HEADER_FONT,
32
- _e as DEFAULT_THIN_BORDER,
33
- Re as DEFAULT_VALUE_FONT,
34
- De as DEFAULT_WRAP_CELL_ALIGNMENT,
35
- Ge as OwpUtils,
36
- Oe as TREEGRID_CELL_HIGHLIGHT_CLASS,
37
- ce as TREEGRID_CELL_HIGHLIGHT_COLOR,
38
- Fe as TREEGRID_INPUT_CELL_COLOR,
39
- Ue as TREEGRID_WARNING_CELL_COLOR,
40
- oe as addTreeGridRowById,
30
+ De as DEFAULT_CELL_ALIGNMENT,
31
+ Ae as DEFAULT_HEADER_FILL,
32
+ Fe as DEFAULT_HEADER_FONT,
33
+ ce as DEFAULT_THIN_BORDER,
34
+ Oe as DEFAULT_VALUE_FONT,
35
+ Ue as DEFAULT_WRAP_CELL_ALIGNMENT,
36
+ _e as OwpUtils,
37
+ Ne as TREEGRID_CELL_HIGHLIGHT_CLASS,
38
+ he as TREEGRID_CELL_HIGHLIGHT_COLOR,
39
+ Ve as TREEGRID_INPUT_CELL_COLOR,
40
+ Se as TREEGRID_WARNING_CELL_COLOR,
41
+ ae as addTreeGridRowById,
41
42
  d as buildTreeGridEnumAttributesByCommonCodeList,
42
- T as createDateRangeSearchParams,
43
- l as createJsonBody,
44
- n as createJsonString,
45
- E as exportExcelByBuffer,
46
- ee as exportTreeGridExcel,
47
- te as exportTreeGridToExcelById,
48
- C as fetchFile,
49
- y as formatDateToYmd,
50
- R as formatNumber,
51
- W as formatTimeInputToHourMinute,
43
+ s as createDateRangeSearchParams,
44
+ p as createFormDataBody,
45
+ x as createJsonBody,
46
+ f as createJsonString,
47
+ L as exportExcelByBuffer,
48
+ te as exportTreeGridExcel,
49
+ me as exportTreeGridToExcelById,
50
+ B as fetchFile,
51
+ R as formatDateToYmd,
52
+ F as formatNumber,
53
+ v as formatTimeInputToHourMinute,
52
54
  o as generateBarcodeUrl,
53
- Q as generateQrCodeUrl,
54
- b as getApiLanguageCode,
55
- A as getDisplayValue,
56
- c as getEstimatedTextCellWidth,
57
- U as getFormDefaultValues,
58
- M as getI18nextLanguageCode,
59
- f as getIndexByLetters,
60
- I as getLettersByIndex,
61
- N as getStartPagePath,
62
- B as getTodayYmd,
63
- de as getTreeGridById,
64
- me as getTreeGridDataRowsById,
65
- ie as getTreeGridRowChangesById,
66
- ae as getTreeGridSelectedRowsById,
67
- V as getTrimmedValue,
68
- Te as highlightTreeGridCellById,
69
- w as isEnterKeyEvent,
70
- v as normalizeTimeToHourMinute,
71
- Y as preloadOnIdle,
72
- j as rebuildValue,
73
- se as reloadTreeGridBodyById,
74
- le as resetTreeGridChangesById,
75
- pe as resetTreeGridChangesByIds,
76
- ne as resetTreeGridSelectionById,
77
- xe as resetTreeGridSelectionsByIds,
78
- q as sanitizePasswordValue,
79
- X as sanitizeUserIdValue,
80
- Le as saveAsZipFile,
81
- L as setCellValue,
82
- g as setMergeCells,
83
- Ee as setTreeGridColumnEnumOptionsById,
84
- fe as setTreeGridColumnVisibilityById,
85
- m as transformCommonCodeBasedOnGroupId,
86
- i as transformGridEnumByCommonCodeList
55
+ k as generateQrCodeUrl,
56
+ J as getApiLanguageCode,
57
+ O as getDisplayValue,
58
+ H as getEstimatedTextCellWidth,
59
+ h as getFormDefaultValues,
60
+ W as getI18nextLanguageCode,
61
+ g as getIndexByLetters,
62
+ G as getLettersByIndex,
63
+ S as getStartPagePath,
64
+ D as getTodayYmd,
65
+ ie as getTreeGridById,
66
+ se as getTreeGridDataRowsById,
67
+ Te as getTreeGridRowChangesById,
68
+ pe as getTreeGridSelectedRowsById,
69
+ w as getTrimmedValue,
70
+ ne as highlightTreeGridCellById,
71
+ M as isEnterKeyEvent,
72
+ n as normalizeFormDataUploadParams,
73
+ Y as normalizeTimeToHourMinute,
74
+ Q as preloadOnIdle,
75
+ ye as readZipEntryJson,
76
+ Ce as readZipEntryText,
77
+ X as rebuildValue,
78
+ le as reloadTreeGridBodyById,
79
+ xe as resetTreeGridChangesById,
80
+ Ee as resetTreeGridChangesByIds,
81
+ fe as resetTreeGridSelectionById,
82
+ Ie as resetTreeGridSelectionsByIds,
83
+ ee as sanitizePasswordValue,
84
+ re as sanitizeUserIdValue,
85
+ ue as saveAsZipFile,
86
+ y as setCellValue,
87
+ C as setMergeCells,
88
+ Le as setTreeGridColumnEnumOptionsById,
89
+ ge as setTreeGridColumnVisibilityById,
90
+ a as transformCommonCodeBasedOnGroupId,
91
+ m as transformGridEnumByCommonCodeList
87
92
  };
88
93
  //# sourceMappingURL=utils.js.map
package/dist/utils.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"utils.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"utils.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@owp/core",
3
3
  "private": false,
4
- "version": "2.5.0",
4
+ "version": "2.5.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -23,17 +23,14 @@ const FONT_STYLESHEET_RELATIVE_PATHS = [
23
23
  'pretendard/pretendard-subset.css',
24
24
  ];
25
25
 
26
- /** 폰트 자산 루트 경로 조회 */
27
26
  const resolveOwpFontAssetRoot = (owpCoreRoot) => {
28
27
  return resolve(resolveOwpCorePackageRoot(owpCoreRoot), 'assets/fonts');
29
28
  };
30
29
 
31
- /** 아이콘 자산 루트 경로 조회 */
32
30
  const resolveOwpIconAssetRoot = (owpCoreRoot) => {
33
31
  return resolve(resolveOwpCorePackageRoot(owpCoreRoot), 'assets/icons');
34
32
  };
35
33
 
36
- /** OWP Core 공통 자산 플러그인 */
37
34
  const owpCoreAssetsPlugin = ({
38
35
  fontAssetBasePath = DEFAULT_FONT_ASSET_BASE_PATH,
39
36
  fontAssetRoot = resolveOwpFontAssetRoot(),
@@ -2,7 +2,6 @@ import { createRequire } from 'node:module';
2
2
 
3
3
  const require = createRequire(import.meta.url);
4
4
 
5
- /** OWP Core 공통 정적 자산 플러그인 ESM 엔트리 */
6
5
  export const {
7
6
  owpCoreAssetsPlugin,
8
7
  resolveOwpFixedImageAssetRoot,
@@ -4,12 +4,10 @@ const { resolveOwpCorePackageRoot } = require('./treeGridAssetsPlugin.cjs');
4
4
 
5
5
  const DEFAULT_FIXED_IMAGE_ASSET_BASE_PATH = '/assets/images';
6
6
 
7
- /** 고정 이미지 자산 루트 경로 조회 */
8
7
  const resolveOwpFixedImageAssetRoot = (owpCoreRoot) => {
9
8
  return resolve(resolveOwpCorePackageRoot(owpCoreRoot), 'fixed-images');
10
9
  };
11
10
 
12
- /** OWP Core 고정 이미지 자산 플러그인 */
13
11
  const owpCoreFixedImagesPlugin = ({
14
12
  assetBasePath = DEFAULT_FIXED_IMAGE_ASSET_BASE_PATH,
15
13
  assetRoot = resolveOwpFixedImageAssetRoot(),
@@ -2,7 +2,6 @@ import { createRequire } from 'node:module';
2
2
 
3
3
  const require = createRequire(import.meta.url);
4
4
 
5
- /** OWP Core 고정 이미지 자산 플러그인 ESM 엔트리 */
6
5
  export const {
7
6
  owpCoreFixedImagesPlugin,
8
7
  resolveOwpFixedImageAssetRoot,
@@ -20,7 +20,6 @@ const MIME_TYPE_BY_EXTENSION = {
20
20
  '.xml': 'application/xml; charset=utf-8',
21
21
  };
22
22
 
23
- /** 정적 자산 base path 정규화 */
24
23
  const normalizeAssetBasePath = (assetBasePath) => {
25
24
  const trimmedPath = assetBasePath.trim();
26
25
  const normalizedPath = trimmedPath.startsWith('/') ? trimmedPath : `/${trimmedPath}`;
@@ -28,7 +27,6 @@ const normalizeAssetBasePath = (assetBasePath) => {
28
27
  return normalizedPath.replace(/\/+$/, '');
29
28
  };
30
29
 
31
- /** 정적 자산 파일 목록 수집 */
32
30
  const collectAssetFiles = async (rootPath) => {
33
31
  let entries;
34
32
 
@@ -59,7 +57,6 @@ const collectAssetFiles = async (rootPath) => {
59
57
  return assetFiles.flat().sort();
60
58
  };
61
59
 
62
- /** 정적 자산 응답 경로 보호 */
63
60
  const resolveSafeAssetFilePath = (assetRootPath, relativePath) => {
64
61
  const resolvedPath = resolve(assetRootPath, relativePath);
65
62
 
@@ -70,22 +67,18 @@ const resolveSafeAssetFilePath = (assetRootPath, relativePath) => {
70
67
  return undefined;
71
68
  };
72
69
 
73
- /** 정적 자산 MIME 타입 조회 */
74
70
  const getAssetMimeType = (assetFilePath) => {
75
71
  return MIME_TYPE_BY_EXTENSION[extname(assetFilePath).toLowerCase()] ?? 'application/octet-stream';
76
72
  };
77
73
 
78
- /** 정적 자산 URL 생성 */
79
74
  const resolveAssetUrl = (assetBasePath, assetPath) => {
80
75
  return `${assetBasePath}/${assetPath.replace(/^\/+/, '')}`;
81
76
  };
82
77
 
83
- /** 정적 자산 참조 여부 */
84
78
  const hasAssetReference = (html, assetPath) => {
85
79
  return html.includes(assetPath);
86
80
  };
87
81
 
88
- /** 정적 스타일시트 링크 태그 */
89
82
  const createStylesheetTag = (href) => {
90
83
  return {
91
84
  attrs: {
@@ -97,7 +90,6 @@ const createStylesheetTag = (href) => {
97
90
  };
98
91
  };
99
92
 
100
- /** 정적 자산 서빙 및 emit 플러그인 */
101
93
  const createStaticAssetPlugin = ({ assetDefinitions, name }) => {
102
94
  const normalizedAssetDefinitions = assetDefinitions.map(({ assetBasePath, assetRoot }) => ({
103
95
  assetBasePath: normalizeAssetBasePath(assetBasePath),
@@ -8,22 +8,18 @@ const {
8
8
  const DEFAULT_TREE_GRID_ASSET_BASE_PATH = '/assets/vendors/Grid';
9
9
  const TREE_GRID_ASSET_BASE_PATH_GLOBAL_KEY = '__OWP_TREE_GRID_ASSET_BASE_PATH__';
10
10
 
11
- /** OWP Core 패키지 루트 경로 조회 */
12
11
  const resolveOwpCorePackageRoot = (owpCoreRoot) => {
13
12
  return owpCoreRoot ?? resolve(dirname(__dirname));
14
13
  };
15
14
 
16
- /** TreeGrid 자산 루트 경로 조회 */
17
15
  const resolveOwpTreeGridAssetRoot = (owpCoreRoot) => {
18
16
  return resolve(resolveOwpCorePackageRoot(owpCoreRoot), 'treegrid');
19
17
  };
20
18
 
21
- /** TreeGrid 스크립트 참조 여부 */
22
19
  const hasTreeGridScriptReference = (html) => {
23
20
  return html.includes('GridE.js');
24
21
  };
25
22
 
26
- /** TreeGrid base path 설정 스크립트 */
27
23
  const createTreeGridRuntimeConfigTag = (assetBasePath) => {
28
24
  return {
29
25
  attrs: {
@@ -35,7 +31,6 @@ const createTreeGridRuntimeConfigTag = (assetBasePath) => {
35
31
  };
36
32
  };
37
33
 
38
- /** TreeGrid 런타임 스크립트 태그 */
39
34
  const createTreeGridRuntimeScriptTag = (assetBasePath) => {
40
35
  return {
41
36
  attrs: {
@@ -46,7 +41,6 @@ const createTreeGridRuntimeScriptTag = (assetBasePath) => {
46
41
  };
47
42
  };
48
43
 
49
- /** TreeGrid 정적 자산 플러그인 */
50
44
  const owpTreeGridAssetsPlugin = ({
51
45
  assetBasePath = DEFAULT_TREE_GRID_ASSET_BASE_PATH,
52
46
  assetRoot = resolveOwpTreeGridAssetRoot(),
@@ -2,7 +2,6 @@ import { createRequire } from 'node:module';
2
2
 
3
3
  const require = createRequire(import.meta.url);
4
4
 
5
- /** TreeGrid Vite 정적 자산 플러그인 ESM 엔트리 */
6
5
  export const {
7
6
  owpTreeGridAssetsPlugin,
8
7
  resolveOwpCorePackageRoot,