@owp/core 1.25.0 → 1.26.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/colors.d.ts +1 -0
- package/colors.js +1 -0
- package/context.d.ts +1 -0
- package/context.js +1 -0
- package/dist/OwpAppProvider-F48yHfyI.js +22 -0
- package/dist/OwpAppProvider-F48yHfyI.js.map +1 -0
- package/dist/OwpStoreProvider-CqHkIIUm.js +34 -0
- package/dist/OwpStoreProvider-CqHkIIUm.js.map +1 -0
- package/dist/OwpUtils-DxEd-Pjo.js +618 -0
- package/dist/OwpUtils-DxEd-Pjo.js.map +1 -0
- package/dist/{QuickPanel-uWtPXsYC.js → QuickPanel-DNAisp_R.js} +3 -3
- package/dist/{QuickPanel-uWtPXsYC.js.map → QuickPanel-DNAisp_R.js.map} +1 -1
- package/dist/colors.js +38 -0
- package/dist/colors.js.map +1 -0
- package/dist/constants.js +9 -8
- package/dist/constants.js.map +1 -1
- package/dist/context.js +28 -0
- package/dist/context.js.map +1 -0
- package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js +1751 -0
- package/dist/emotion-react-jsx-runtime.browser.esm-Cb9H5d3i.js.map +1 -0
- package/dist/hooks.js +76 -33
- package/dist/hooks.js.map +1 -1
- package/dist/{index-DvBno1rF.js → index-fDrAKBzK.js} +18170 -20983
- package/dist/index-fDrAKBzK.js.map +1 -0
- package/dist/index.js +125 -233
- package/dist/index.js.map +1 -1
- package/dist/isTypedArray-DPyC49cI.js +411 -0
- package/dist/isTypedArray-DPyC49cI.js.map +1 -0
- package/dist/lazyLoadedSlices-CsgnywgU.js +2815 -0
- package/dist/lazyLoadedSlices-CsgnywgU.js.map +1 -0
- package/dist/owp-app.css +1 -1
- package/dist/storageKeys-DRzte9LZ.js +15 -0
- package/dist/storageKeys-DRzte9LZ.js.map +1 -0
- package/dist/store.js +7 -0
- package/dist/store.js.map +1 -0
- package/dist/toUpper-BhzrnIm3.js +16 -0
- package/dist/toUpper-BhzrnIm3.js.map +1 -0
- package/dist/treeGrid-CjB04cBq.js +35 -0
- package/dist/treeGrid-CjB04cBq.js.map +1 -0
- package/dist/treeGridUtil-DaqTz5v3.js +771 -0
- package/dist/treeGridUtil-DaqTz5v3.js.map +1 -0
- package/dist/types/colors/index.d.ts +2 -0
- package/dist/types/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
- package/dist/types/components/OwpAutoLogoutDialog/index.d.ts +1 -0
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInput.d.ts +1 -0
- package/dist/types/components/OwpBarcodeInput/index.d.ts +1 -0
- package/dist/types/components/OwpButtonDelete/OwpButtonDelete.d.ts +12 -0
- package/dist/types/components/OwpButtonDelete/index.d.ts +1 -12
- package/dist/types/components/OwpButtonSave/OwpButtonSave.d.ts +12 -0
- package/dist/types/components/OwpButtonSave/index.d.ts +1 -12
- package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +26 -0
- package/dist/types/components/OwpCommonDialog/index.d.ts +1 -26
- package/dist/types/components/OwpExportExcelButton/index.d.ts +1 -0
- package/dist/types/components/OwpFileUploadButton/index.d.ts +1 -0
- package/dist/types/components/OwpMrtTable/OwpMrtTable.d.ts +9 -0
- package/dist/types/components/OwpMrtTable/index.d.ts +1 -9
- package/dist/types/components/OwpNumberField/OwpNumberField.d.ts +12 -0
- package/dist/types/components/OwpNumberField/index.d.ts +1 -12
- package/dist/types/components/OwpOptionSelector/OwpOptionSelector.d.ts +22 -0
- package/dist/types/components/OwpOptionSelector/index.d.ts +1 -22
- package/dist/types/components/OwpPageContent/OwpPageContent.d.ts +17 -0
- package/dist/types/components/OwpPageContent/index.d.ts +1 -17
- package/dist/types/components/OwpPageLockLoading/OwpPageLockLoading.d.ts +11 -0
- package/dist/types/components/OwpPageLockLoading/index.d.ts +1 -11
- package/dist/types/components/OwpPageTitle/OwpPageTitle.d.ts +15 -0
- package/dist/types/components/OwpPageTitle/index.d.ts +1 -15
- package/dist/types/components/OwpPicker/index.d.ts +5 -0
- package/dist/types/components/OwpSearchFilter/OwpSearchFilter.d.ts +17 -0
- package/dist/types/components/OwpSearchFilter/index.d.ts +1 -17
- package/dist/types/components/OwpSection/OwpSection.d.ts +24 -0
- package/dist/types/components/OwpSection/index.d.ts +1 -24
- package/dist/types/components/OwpTable/index.d.ts +3 -0
- package/dist/types/components/OwpTextField/index.d.ts +1 -0
- package/dist/types/components/OwpTreeGridExcelButton/OwpTreeGridExcelButton.d.ts +12 -0
- package/dist/types/components/OwpTreeGridExcelButton/index.d.ts +1 -12
- package/dist/types/components/OwpTreeView/index.d.ts +1 -0
- package/dist/types/components/OwpYesNoSelector/OwpYesNoSelector.d.ts +16 -0
- package/dist/types/components/OwpYesNoSelector/index.d.ts +1 -16
- package/dist/types/components/OwpZoomImageSlider/index.d.ts +1 -0
- package/dist/types/components/shared-components/tabs/OwpTab.d.ts +1 -1
- package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +1 -1
- package/dist/types/context/OwpCoreProvider.d.ts +21 -0
- package/dist/types/context/index.d.ts +2 -0
- package/dist/types/hooks/useCommonCodeList.d.ts +4 -4
- package/dist/types/hooks/useNavigation.d.ts +4 -4
- package/dist/types/index.d.ts +2 -9
- package/dist/types/store/OwpStoreProvider.d.ts +12 -0
- package/dist/types/store/index.d.ts +3 -0
- package/dist/useStorage-B4ZrPct1.js +65 -0
- package/dist/useStorage-B4ZrPct1.js.map +1 -0
- package/dist/useTreeGridExcelExport-BjyBdpz1.js +360 -0
- package/dist/useTreeGridExcelExport-BjyBdpz1.js.map +1 -0
- package/dist/utils.js +6934 -64
- package/dist/utils.js.map +1 -1
- package/package.json +7 -1
- package/store.d.ts +1 -0
- package/store.js +1 -0
- package/dist/index-DvBno1rF.js.map +0 -1
- package/dist/treeGrid-CPgV7yMG.js +0 -46
- package/dist/treeGrid-CPgV7yMG.js.map +0 -1
- package/dist/treeGridUtil-mbjQrrTs.js +0 -1176
- package/dist/treeGridUtil-mbjQrrTs.js.map +0 -1
- package/dist/types/components/layouts/index.d.ts +0 -8
- package/dist/types/components/layouts/layout1/components/RightSideLayout1.d.ts +0 -6
- package/dist/types/components/layouts/shared-components/DemoLayoutFooterContent.d.ts +0 -5
- package/dist/types/components/layouts/shared-components/DocumentationButton.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/PoweredByLinks.d.ts +0 -5
- package/dist/types/components/layouts/shared-components/PurchaseButton.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/UserNavbarHeader.d.ts +0 -5
- package/dist/useTreeGridExcelExport-BPWeY2Oq.js +0 -2201
- package/dist/useTreeGridExcelExport-BPWeY2Oq.js.map +0 -1
- package/dist/zipUtil-Dmq4Gna2.js +0 -7505
- 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;"}
|