@owp/core 1.25.0 → 1.27.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.
Files changed (132) hide show
  1. package/colors.d.ts +1 -0
  2. package/colors.js +1 -0
  3. package/context.d.ts +1 -0
  4. package/context.js +1 -0
  5. package/dist/Close-DA97hwNx.js +914 -0
  6. package/dist/Close-DA97hwNx.js.map +1 -0
  7. package/dist/OwpStoreProvider-BKRp9Maw.js +34 -0
  8. package/dist/OwpStoreProvider-BKRp9Maw.js.map +1 -0
  9. package/dist/OwpUtils-9lHSCdan.js +611 -0
  10. package/dist/OwpUtils-9lHSCdan.js.map +1 -0
  11. package/dist/{QuickPanel-uWtPXsYC.js → QuickPanel-EyvjMTxX.js} +3 -3
  12. package/dist/{QuickPanel-uWtPXsYC.js.map → QuickPanel-EyvjMTxX.js.map} +1 -1
  13. package/dist/colors.js +38 -0
  14. package/dist/colors.js.map +1 -0
  15. package/dist/constants.js +9 -8
  16. package/dist/constants.js.map +1 -1
  17. package/dist/context.js +72 -0
  18. package/dist/context.js.map +1 -0
  19. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js +1751 -0
  20. package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map +1 -0
  21. package/dist/hooks.js +76 -33
  22. package/dist/hooks.js.map +1 -1
  23. package/dist/{index-DvBno1rF.js → index-CdxKoZlQ.js} +19773 -23892
  24. package/dist/index-CdxKoZlQ.js.map +1 -0
  25. package/dist/index.js +120 -234
  26. package/dist/index.js.map +1 -1
  27. package/dist/isTypedArray-xp-fB7W4.js +411 -0
  28. package/dist/isTypedArray-xp-fB7W4.js.map +1 -0
  29. package/dist/lazyLoadedSlices-Bjy1crVY.js +2794 -0
  30. package/dist/lazyLoadedSlices-Bjy1crVY.js.map +1 -0
  31. package/dist/owp-app.css +1 -1
  32. package/dist/storageKeys-DRzte9LZ.js +15 -0
  33. package/dist/storageKeys-DRzte9LZ.js.map +1 -0
  34. package/dist/store.js +7 -0
  35. package/dist/store.js.map +1 -0
  36. package/dist/toUpper-CilZrxEa.js +16 -0
  37. package/dist/toUpper-CilZrxEa.js.map +1 -0
  38. package/dist/treeGrid-CjB04cBq.js +35 -0
  39. package/dist/treeGrid-CjB04cBq.js.map +1 -0
  40. package/dist/treeGridUtil-_FDvRzzt.js +771 -0
  41. package/dist/treeGridUtil-_FDvRzzt.js.map +1 -0
  42. package/dist/types/colors/index.d.ts +2 -0
  43. package/dist/types/components/OwpAutoLogoutDialog/index.d.ts +1 -0
  44. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInput.d.ts +1 -0
  45. package/dist/types/components/OwpBarcodeInput/index.d.ts +1 -0
  46. package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +26 -0
  47. package/dist/types/components/OwpCommonDialog/index.d.ts +1 -26
  48. package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +16 -0
  49. package/dist/types/components/OwpErrorBoundary/index.d.ts +1 -0
  50. package/dist/types/components/OwpEventEmitter/OwpEventEmitter.d.ts +27 -0
  51. package/dist/types/components/OwpEventEmitter/index.d.ts +1 -0
  52. package/dist/types/components/OwpExportExcelButton/index.d.ts +1 -0
  53. package/dist/types/components/OwpFileUploadButton/index.d.ts +1 -0
  54. package/dist/types/components/OwpMrtTable/OwpMrtTable.d.ts +9 -0
  55. package/dist/types/components/OwpMrtTable/index.d.ts +1 -9
  56. package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +12 -0
  57. package/dist/types/components/OwpNumberField/index.d.ts +1 -12
  58. package/dist/types/components/OwpOptionSelector/OwpOptionSelector.d.ts +22 -0
  59. package/dist/types/components/OwpOptionSelector/index.d.ts +1 -22
  60. package/dist/types/components/OwpPageContent/OwpPageContent.d.ts +17 -0
  61. package/dist/types/components/OwpPageContent/index.d.ts +1 -17
  62. package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +11 -0
  63. package/dist/types/components/OwpPageLockLoading/index.d.ts +1 -11
  64. package/dist/types/components/OwpPageTitle/OwpPageTitle.d.ts +15 -0
  65. package/dist/types/components/OwpPageTitle/index.d.ts +1 -15
  66. package/dist/types/components/OwpPicker/index.d.ts +5 -0
  67. package/dist/types/components/OwpSearchFilter/OwpSearchFilter.d.ts +17 -0
  68. package/dist/types/components/OwpSearchFilter/index.d.ts +1 -17
  69. package/dist/types/components/OwpSection/OwpSection.d.ts +24 -0
  70. package/dist/types/components/OwpSection/index.d.ts +1 -24
  71. package/dist/types/components/OwpStyleProvider/OwpStyleProvider.d.ts +18 -0
  72. package/dist/types/components/OwpStyleProvider/index.d.ts +2 -0
  73. package/dist/types/components/OwpTable/index.d.ts +3 -0
  74. package/dist/types/components/OwpTextField/index.d.ts +1 -0
  75. package/dist/types/components/OwpTreeGridExcelButton/OwpTreeGridExcelButton.d.ts +12 -0
  76. package/dist/types/components/OwpTreeGridExcelButton/index.d.ts +1 -12
  77. package/dist/types/components/OwpYesNoSelector/OwpYesNoSelector.d.ts +16 -0
  78. package/dist/types/components/OwpYesNoSelector/index.d.ts +1 -16
  79. package/dist/types/components/OwpZoomImageSlider/index.d.ts +1 -0
  80. package/dist/types/components/shared-components/tabs/OwpTab.d.ts +1 -1
  81. package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +1 -1
  82. package/dist/types/context/OwpAppProvider.d.ts +5 -3
  83. package/dist/types/context/OwpCoreProvider.d.ts +21 -0
  84. package/dist/types/context/OwpUiProvider.d.ts +17 -0
  85. package/dist/types/context/index.d.ts +3 -0
  86. package/dist/types/hooks/useCommonCodeList.d.ts +4 -4
  87. package/dist/types/hooks/useNavigation.d.ts +4 -4
  88. package/dist/types/index.d.ts +3 -16
  89. package/dist/types/store/OwpStoreProvider.d.ts +12 -0
  90. package/dist/types/store/index.d.ts +3 -0
  91. package/dist/types/utils/common/OwpUtils.d.ts +3 -4
  92. package/dist/types/utils/getTrimmedValue.d.ts +5 -0
  93. package/dist/types/utils/index.d.ts +1 -0
  94. package/dist/useOwpTranslation-VarZsCQ4.js +233 -0
  95. package/dist/useOwpTranslation-VarZsCQ4.js.map +1 -0
  96. package/dist/useTreeGridExcelExport-BGh2y8Cg.js +195 -0
  97. package/dist/useTreeGridExcelExport-BGh2y8Cg.js.map +1 -0
  98. package/dist/utils.js +6939 -64
  99. package/dist/utils.js.map +1 -1
  100. package/package.json +7 -1
  101. package/store.d.ts +1 -0
  102. package/store.js +1 -0
  103. package/dist/index-DvBno1rF.js.map +0 -1
  104. package/dist/treeGrid-CPgV7yMG.js +0 -46
  105. package/dist/treeGrid-CPgV7yMG.js.map +0 -1
  106. package/dist/treeGridUtil-mbjQrrTs.js +0 -1176
  107. package/dist/treeGridUtil-mbjQrrTs.js.map +0 -1
  108. package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +0 -16
  109. package/dist/types/components/ErrorBoundary/index.d.ts +0 -1
  110. package/dist/types/components/EventEmitter/EventEmitter.d.ts +0 -34
  111. package/dist/types/components/EventEmitter/index.d.ts +0 -1
  112. package/dist/types/components/OwpButtonDelete/index.d.ts +0 -12
  113. package/dist/types/components/OwpButtonSave/index.d.ts +0 -12
  114. package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +0 -55
  115. package/dist/types/components/OwpPageSimple/OwpPageSimpleHeader.d.ts +0 -14
  116. package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebar.d.ts +0 -19
  117. package/dist/types/components/OwpPageSimple/OwpPageSimpleSidebarContent.d.ts +0 -13
  118. package/dist/types/components/OwpPageSimple/index.d.ts +0 -1
  119. package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +0 -27
  120. package/dist/types/components/layouts/index.d.ts +0 -8
  121. package/dist/types/components/layouts/layout1/components/RightSideLayout1.d.ts +0 -6
  122. package/dist/types/components/layouts/shared-components/DemoLayoutFooterContent.d.ts +0 -5
  123. package/dist/types/components/layouts/shared-components/DocumentationButton.d.ts +0 -8
  124. package/dist/types/components/layouts/shared-components/PoweredByLinks.d.ts +0 -5
  125. package/dist/types/components/layouts/shared-components/PurchaseButton.d.ts +0 -8
  126. package/dist/types/components/layouts/shared-components/UserNavbarHeader.d.ts +0 -5
  127. package/dist/types/components/withRouterAndRef/index.d.ts +0 -1
  128. package/dist/types/components/withRouterAndRef/withRouterAndRef.d.ts +0 -14
  129. package/dist/useTreeGridExcelExport-BPWeY2Oq.js +0 -2201
  130. package/dist/useTreeGridExcelExport-BPWeY2Oq.js.map +0 -1
  131. package/dist/zipUtil-Dmq4Gna2.js +0 -7505
  132. package/dist/zipUtil-Dmq4Gna2.js.map +0 -1
@@ -1,46 +0,0 @@
1
- const t = {
2
- vertical: "middle",
3
- horizontal: "center"
4
- }, o = {
5
- ...t,
6
- wrapText: !0
7
- }, s = {
8
- size: 11,
9
- bold: !0
10
- }, e = {
11
- size: 10,
12
- bold: !1
13
- }, n = {
14
- top: { style: "thin" },
15
- left: { style: "thin" },
16
- bottom: { style: "thin" },
17
- right: { style: "thin" }
18
- }, r = {
19
- type: "pattern",
20
- pattern: "solid",
21
- fgColor: { argb: "FFE0E0E0" }
22
- }, L = {
23
- commonCodeList: "commonCodeList",
24
- navigationList: "navigationList",
25
- lockLoadingProps: "lockLoadingProps",
26
- currentLogoSrc: "CurrentLogoSrc",
27
- currentLanguage: "CurrentLanguage",
28
- currentUser: "currentUser",
29
- currentUserId: "CurrentUserId",
30
- currentShortcuts: "CurrentShortcuts",
31
- owpEnv: "owpEnv"
32
- }, E = "#f44336", a = "#ffd6a8", c = "text-white text-xl font-semibold", _ = "#ff8904";
33
- export {
34
- t as D,
35
- L as S,
36
- c as T,
37
- r as a,
38
- s as b,
39
- n as c,
40
- e as d,
41
- o as e,
42
- _ as f,
43
- a as g,
44
- E as h
45
- };
46
- //# sourceMappingURL=treeGrid-CPgV7yMG.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"treeGrid-CPgV7yMG.js","sources":["../src/constants/excel.ts","../src/constants/storageKeys.ts","../src/constants/treeGrid.ts"],"sourcesContent":["import type ExcelJS from 'exceljs';\n\ntype ExcelCellFont = ExcelJS.Cell['font'];\ntype ExcelCellAlignment = ExcelJS.Cell['alignment'];\ntype ExcelCellFill = ExcelJS.Cell['fill'];\ntype ExcelCellBorder = ExcelJS.Cell['border'];\n\nexport const DEFAULT_CELL_ALIGNMENT = {\n vertical: 'middle',\n horizontal: 'center',\n} as ExcelCellAlignment;\n\nexport const DEFAULT_WRAP_CELL_ALIGNMENT = {\n ...DEFAULT_CELL_ALIGNMENT,\n wrapText: true,\n} as ExcelCellAlignment;\n\nexport const DEFAULT_HEADER_FONT = {\n size: 11,\n bold: true,\n} as ExcelCellFont;\n\nexport const DEFAULT_VALUE_FONT = {\n size: 10,\n bold: false,\n} as ExcelCellFont;\n\nexport const DEFAULT_THIN_BORDER = {\n top: { style: 'thin' },\n left: { style: 'thin' },\n bottom: { style: 'thin' },\n right: { style: 'thin' },\n} as ExcelCellBorder;\n\nexport const DEFAULT_HEADER_FILL = {\n type: 'pattern',\n pattern: 'solid',\n fgColor: { argb: 'FFE0E0E0' },\n} as ExcelCellFill;\n","/**\n * 스토리지 키 목록\n */\nexport const STORAGE_KEYS = {\n commonCodeList: 'commonCodeList',\n navigationList: 'navigationList',\n lockLoadingProps: 'lockLoadingProps',\n currentLogoSrc: 'CurrentLogoSrc',\n currentLanguage: 'CurrentLanguage',\n currentUser: 'currentUser',\n currentUserId: 'CurrentUserId',\n currentShortcuts: 'CurrentShortcuts',\n owpEnv: 'owpEnv',\n} as const;\n","export const TREEGRID_WARNING_CELL_COLOR = '#f44336';\nexport const TREEGRID_INPUT_CELL_COLOR = '#ffd6a8';\n\nexport const TREEGRID_CELL_HIGHLIGHT_CLASS = 'text-white text-xl font-semibold';\nexport const TREEGRID_CELL_HIGHLIGHT_COLOR = '#ff8904';\n"],"names":["DEFAULT_CELL_ALIGNMENT","DEFAULT_WRAP_CELL_ALIGNMENT","DEFAULT_HEADER_FONT","DEFAULT_VALUE_FONT","DEFAULT_THIN_BORDER","DEFAULT_HEADER_FILL","STORAGE_KEYS","TREEGRID_WARNING_CELL_COLOR","TREEGRID_INPUT_CELL_COLOR","TREEGRID_CELL_HIGHLIGHT_CLASS","TREEGRID_CELL_HIGHLIGHT_COLOR"],"mappings":"AAOO,MAAMA,IAAyB;AAAA,EACpC,UAAU;AAAA,EACV,YAAY;AACd,GAEaC,IAA8B;AAAA,EACzC,GAAGD;AAAA,EACH,UAAU;AACZ,GAEaE,IAAsB;AAAA,EACjC,MAAM;AAAA,EACN,MAAM;AACR,GAEaC,IAAqB;AAAA,EAChC,MAAM;AAAA,EACN,MAAM;AACR,GAEaC,IAAsB;AAAA,EACjC,KAAK,EAAE,OAAO,OAAA;AAAA,EACd,MAAM,EAAE,OAAO,OAAA;AAAA,EACf,QAAQ,EAAE,OAAO,OAAA;AAAA,EACjB,OAAO,EAAE,OAAO,OAAA;AAClB,GAEaC,IAAsB;AAAA,EACjC,MAAM;AAAA,EACN,SAAS;AAAA,EACT,SAAS,EAAE,MAAM,WAAA;AACnB,GCnCaC,IAAe;AAAA,EAC1B,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,aAAa;AAAA,EACb,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,QAAQ;AACV,GCbaC,IAA8B,WAC9BC,IAA4B,WAE5BC,IAAgC,oCAChCC,IAAgC;"}