@owp/core 1.8.1 → 1.9.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 (82) hide show
  1. package/dist/{QuickPanel-BhlyN4eC.js → QuickPanel-5ikBUxxQ.js} +2 -2
  2. package/dist/{QuickPanel-BhlyN4eC.js.map → QuickPanel-5ikBUxxQ.js.map} +1 -1
  3. package/dist/{index-ckIyDs1s.js → index-CgoWDo9w.js} +6614 -6571
  4. package/dist/{index-ckIyDs1s.js.map → index-CgoWDo9w.js.map} +1 -1
  5. package/dist/index.js +146 -144
  6. package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +4 -0
  7. package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +4 -0
  8. package/dist/types/components/OwpButtonDelete/index.d.ts +5 -0
  9. package/dist/types/components/OwpButtonSave/index.d.ts +5 -0
  10. package/dist/types/components/OwpCommonDialog/index.d.ts +9 -0
  11. package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +8 -0
  12. package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +8 -0
  13. package/dist/types/components/OwpMessage/OwpMessage.d.ts +3 -0
  14. package/dist/types/components/OwpMoreActionsButton/OwpMoreActionsButton.d.ts +9 -0
  15. package/dist/types/components/OwpMrtTable/index.d.ts +4 -0
  16. package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +3 -0
  17. package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +3 -0
  18. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +3 -0
  19. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +3 -0
  20. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +3 -0
  21. package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +3 -0
  22. package/dist/types/components/OwpNumberField/index.d.ts +5 -0
  23. package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +3 -0
  24. package/dist/types/components/OwpPageCarded/OwpPageCardedHeader.d.ts +4 -0
  25. package/dist/types/components/OwpPageContent/index.d.ts +8 -0
  26. package/dist/types/components/OwpPageLockLoading/index.d.ts +5 -0
  27. package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +3 -0
  28. package/dist/types/components/OwpPageTitle/index.d.ts +7 -0
  29. package/dist/types/components/OwpPicker/CalendarContainer.d.ts +4 -0
  30. package/dist/types/components/OwpPicker/DatePickerInput.d.ts +9 -0
  31. package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +9 -0
  32. package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +9 -0
  33. package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +9 -0
  34. package/dist/types/components/OwpPicker/OwpYearRangePicker.d.ts +9 -0
  35. package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +5 -0
  36. package/dist/types/components/OwpSearch/OwpSearch.d.ts +3 -0
  37. package/dist/types/components/OwpSearchFilter/index.d.ts +8 -0
  38. package/dist/types/components/OwpSection/index.d.ts +9 -0
  39. package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +4 -0
  40. package/dist/types/components/OwpSettings/OwpLayoutConfigs.d.ts +4 -0
  41. package/dist/types/components/OwpSettings/OwpSettings.d.ts +3 -0
  42. package/dist/types/components/OwpSettings/owpSettingsSlice.d.ts +39 -0
  43. package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +3 -0
  44. package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +3 -0
  45. package/dist/types/components/OwpSplashScreen/OwpSplashScreen.d.ts +3 -0
  46. package/dist/types/components/OwpTable/OwpDataTable.d.ts +9 -0
  47. package/dist/types/components/OwpTable/OwpTable.d.ts +10 -0
  48. package/dist/types/components/OwpTable/OwpVerticalTable.d.ts +9 -0
  49. package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +9 -0
  50. package/dist/types/components/OwpTheme/OwpTheme.d.ts +3 -0
  51. package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +3 -0
  52. package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +9 -0
  53. package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +6 -0
  54. package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +7 -0
  55. package/dist/types/components/OwpTreeGrid/utils.d.ts +15 -0
  56. package/dist/types/components/OwpTreeGridExcelButton/index.d.ts +12 -0
  57. package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +11 -0
  58. package/dist/types/components/OwpYesNoSelector/index.d.ts +14 -0
  59. package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +9 -0
  60. package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +3 -0
  61. package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +4 -0
  62. package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +4 -0
  63. package/dist/types/components/layouts/shared-components/navbar/navbarSlice.d.ts +4 -0
  64. package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +6 -0
  65. package/dist/types/components/shared-components/data-table/utils/parseFromValuesOrFunc.d.ts +4 -0
  66. package/dist/types/components/shared-components/tabs/OwpTab.d.ts +3 -0
  67. package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +3 -0
  68. package/dist/types/hooks/useCommonCodeList.d.ts +6 -0
  69. package/dist/types/hooks/useConfirm.d.ts +3 -0
  70. package/dist/types/hooks/useCurrentLanguage.d.ts +9 -0
  71. package/dist/types/hooks/useCurrentLogoSrc.d.ts +6 -0
  72. package/dist/types/hooks/useCurrentUserId.d.ts +6 -0
  73. package/dist/types/hooks/useDeepCompareEffect.d.ts +5 -0
  74. package/dist/types/hooks/useNavigation.d.ts +6 -0
  75. package/dist/types/hooks/useOwpTranslation.d.ts +3 -0
  76. package/dist/types/hooks/useShortcuts.d.ts +6 -0
  77. package/dist/types/hooks/useStorage.d.ts +3 -0
  78. package/dist/types/index.d.ts +2 -0
  79. package/dist/types/utils/barcodeUtil.d.ts +5 -0
  80. package/dist/types/utils/qrCodeUtil.d.ts +5 -0
  81. package/dist/types/utils/zipUtil.d.ts +5 -0
  82. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,11 +1,11 @@
1
- import { aW as r, aU as o, a2 as i, F as l, h as n, i as p, aO as d, aP as c, aQ as w, aR as g, aV as u, aT as b, aS as O, cg as m, bw as C, bx as T, aX as S, aY as G, aZ as L, aM as h, a_ as I, bE as y, bF as B, a$ as D, b0 as E, b2 as v, b1 as N, bb as R, b5 as P, b6 as k, b7 as f, b4 as x, b8 as V, bc as A, ba as H, bf as _, bg as M, bh as F, bd as U, be as z, bi as J, bj as K, b3 as Q, bk as W, bl as Z, bm as q, bn as Y, bo as j, bp as X, bq as $, br as ee, bs as ae, bt as se, bu as te, bv as re, d as oe, bA as ie, bB as le, bC as ne, bD as pe, aN as de, cc as ce, cd as we, cr as ge, ce as ue, cf as be, O as Oe, cu as me, cj as Ce, cv as Te, cl as Se, cm as Ge, cn as Le, co as he, cq as Ie, aa as ye, ck as Be, by as De, bz as Ee, ct as ve, ch as Ne, ci as Re, ag as Pe, ah as ke, af as fe, ae as xe, cp as Ve, al as Ae, az as He, e as _e, $ as Me, bI as Fe, ap as Ue, X as ze, a0 as Je, a1 as Ke, bH as Qe, a5 as We, ad as Ze, an as qe, aB as Ye, Y as je, ab as Xe, bJ as $e, am as ea, aj as aa, bT as sa, bX as ta, a8 as ra, ai as oa, a3 as ia, a4 as la, bU as na, bV as pa, ao as da, bW as ca, aw as wa, ax as ga, aA as ua, aC as ba, aE as Oa, a9 as ma, b9 as Ca, bG as Ta, V as Sa, o as Ga, bL as La, ac as ha, ak as Ia, ay as ya, at as Ba, ar as Da, au as Ea, as as va, c9 as Na, aH as Ra, aI as Pa, aF as ka, aG as fa, aK as xa, bY as Va, bS as Aa, c6 as Ha, c7 as _a, c8 as Ma, bZ as Fa, b_ as Ua, b$ as za, c0 as Ja, c1 as Ka, c2 as Qa, bM as Wa, bN as Za, bR as qa, bO as Ya, bQ as ja, bP as Xa, c3 as $a, c4 as es, c5 as as, a6 as ss, bK as ts, av as rs, aq as os, ca as is, a7 as ls, cb as ns, aJ as ps, aD as ds, g as cs, W as ws, aL as gs, _ as us, Z as bs, cs as Os, n as ms, B as Cs, K as Ts, L as Ss, J as Gs, l as Ls, q as hs, v as Is, x as ys, z as Bs, p as Ds, C as Es, E as vs, M as Ns, U as Rs, T as Ps, k as ks, I as fs, G as xs, H as Vs, m as As, r as Hs, w as _s, y as Ms, A as Fs, D as Us, N as zs, P as Js, Q as Ks, R as Qs, S as Ws } from "./index-ckIyDs1s.js";
2
- import { DialogsProvider as qs } from "@toolpad/core/useDialogs";
1
+ import { aW as r, aU as o, a2 as i, F as l, h as n, i as p, aO as d, aP as c, aQ as w, aR as u, aV as g, aT as b, aS as O, cg as m, bw as C, bx as T, aX as S, aY as G, aZ as L, aM as h, a_ as I, bE as y, bF as B, a$ as D, b0 as E, b2 as v, b1 as N, bb as R, b5 as P, b6 as k, b7 as x, b4 as f, b8 as V, bc as A, ba as H, bf as _, bg as M, bh as F, bd as U, be as z, bi as J, bj as K, b3 as Q, bk as W, bl as Y, bm as Z, bn as q, bo as j, bp as X, bq as $, br as ee, bs as ae, bt as se, bu as te, bv as re, d as oe, bA as ie, bB as le, bC as ne, bD as pe, aN as de, cc as ce, cd as we, cs as ue, ce as ge, cf as be, O as Oe, cw as me, cj as Ce, cx as Te, cl as Se, cm as Ge, cn as Le, cp as he, co as Ie, cr as ye, aa as Be, ck as De, by as Ee, bz as ve, cv as Ne, cu as Re, ch as Pe, ci as ke, ag as xe, ah as fe, af as Ve, ae as Ae, cq as He, al as _e, az as Me, e as Fe, $ as Ue, bI as ze, ap as Je, X as Ke, a0 as Qe, a1 as We, bH as Ye, a5 as Ze, ad as qe, an as je, aB as Xe, Y as $e, ab as ea, bJ as aa, am as sa, aj as ta, bT as ra, bX as oa, a8 as ia, ai as la, a3 as na, a4 as pa, bU as da, bV as ca, ao as wa, bW as ua, aw as ga, ax as ba, aA as Oa, aC as ma, aE as Ca, a9 as Ta, b9 as Sa, bG as Ga, V as La, o as ha, bL as Ia, ac as ya, ak as Ba, ay as Da, at as Ea, ar as va, au as Na, as as Ra, c9 as Pa, aH as ka, aI as xa, aF as fa, aG as Va, aK as Aa, bY as Ha, bS as _a, c6 as Ma, c7 as Fa, c8 as Ua, bZ as za, b_ as Ja, b$ as Ka, c0 as Qa, c1 as Wa, c2 as Ya, bM as Za, bN as qa, bR as ja, bO as Xa, bQ as $a, bP as es, c3 as as, c4 as ss, c5 as ts, a6 as rs, bK as os, av as is, aq as ls, ca as ns, a7 as ps, cb as ds, aJ as cs, aD as ws, g as us, W as gs, aL as bs, _ as Os, Z as ms, ct as Cs, n as Ts, B as Ss, K as Gs, L as Ls, J as hs, l as Is, q as ys, v as Bs, x as Ds, z as Es, p as vs, C as Ns, E as Rs, M as Ps, U as ks, T as xs, k as fs, I as Vs, G as As, H as Hs, m as _s, r as Ms, w as Fs, y as Us, A as zs, D as Js, N as Ks, P as Qs, Q as Ws, R as Ys, S as Zs } from "./index-CgoWDo9w.js";
2
+ import { DialogsProvider as js } from "@toolpad/core/useDialogs";
3
3
  import "@mui/material/styles";
4
4
  import "@mui/material/Typography";
5
5
  export {
6
6
  r as CommonCodeRadioGroup,
7
7
  o as CommonCodeSelector,
8
- qs as DialogsProvider,
8
+ js as DialogsProvider,
9
9
  i as ErrorBoundary,
10
10
  l as FALLBACK_LANGUAGE_LIST,
11
11
  n as OwpAppContext,
@@ -13,8 +13,8 @@ export {
13
13
  d as OwpAutoLogoutDialog,
14
14
  c as OwpBarcodeInputField,
15
15
  w as OwpButtonDelete,
16
- g as OwpButtonSave,
17
- u as OwpCommonCodeRadioGroup,
16
+ u as OwpButtonSave,
17
+ g as OwpCommonCodeRadioGroup,
18
18
  b as OwpCommonCodeSelector,
19
19
  O as OwpCommonDialog,
20
20
  m as OwpDataTable,
@@ -34,8 +34,8 @@ export {
34
34
  R as OwpNavBadge,
35
35
  P as OwpNavHorizontalCollapse,
36
36
  k as OwpNavHorizontalGroup,
37
- f as OwpNavHorizontalItem,
38
- x as OwpNavHorizontalLayout1,
37
+ x as OwpNavHorizontalItem,
38
+ f as OwpNavHorizontalLayout1,
39
39
  V as OwpNavHorizontalLink,
40
40
  A as OwpNavItem,
41
41
  H as OwpNavItemModel,
@@ -48,9 +48,9 @@ export {
48
48
  K as OwpNavVerticalTab,
49
49
  Q as OwpNavigation,
50
50
  W as OwpNumberField,
51
- Z as OwpPageCarded,
52
- q as OwpPageCardedHeader,
53
- Y as OwpPageCardedSidebar,
51
+ Y as OwpPageCarded,
52
+ Z as OwpPageCardedHeader,
53
+ q as OwpPageCardedSidebar,
54
54
  j as OwpPageCardedSidebarContent,
55
55
  X as OwpPageContent,
56
56
  $ as OwpPageLockLoading,
@@ -67,8 +67,8 @@ export {
67
67
  de as OwpSettingsViewerDialog,
68
68
  ce as OwpShortcuts,
69
69
  we as OwpSidePanel,
70
- ge as OwpSlotTreeView,
71
- ue as OwpSplashScreen,
70
+ ue as OwpSlotTreeView,
71
+ ge as OwpSplashScreen,
72
72
  be as OwpSuspense,
73
73
  Oe as OwpSvgIcon,
74
74
  me as OwpTab,
@@ -78,137 +78,139 @@ export {
78
78
  Ge as OwpTheme,
79
79
  Le as OwpThemeSelector,
80
80
  he as OwpTreeGrid,
81
- Ie as OwpTreeGridToolbar,
82
- ye as OwpUtils,
83
- Be as OwpVerticalTable,
84
- De as OwpWeekDatePicker,
85
- Ee as OwpYearRangePicker,
86
- ve as OwpZoomImageSlider,
87
- Ne as StyledTable,
88
- Re as StyledTableRow,
89
- Pe as TREEGRID_CELL_HIGHLIGHT_CLASS,
90
- ke as TREEGRID_CELL_HIGHLIGHT_COLOR,
91
- fe as TREEGRID_INPUT_CELL_COLOR,
92
- xe as TREEGRID_WARNING_CELL_COLOR,
93
- Ve as TreeGrid,
94
- Ae as addRowById,
95
- He as addTreeGridRowById,
96
- _e as authRoles,
97
- Me as buildTreeGridEnumAttributesByCommonCodeList,
98
- Fe as changeOwpTheme,
99
- Ue as changeVisibleCellByGridId,
100
- ze as createAppSelector,
101
- Je as createJsonBody,
102
- Ke as createJsonString,
103
- Qe as darkPaletteText,
104
- We as exportExcelByBuffer,
105
- Ze as exportExcelByGrid,
106
- qe as exportExcelById,
107
- Ye as exportTreeGridToExcelById,
108
- je as generateBarcodeUrl,
109
- Xe as generateQrCodeUrl,
110
- $e as generateSettings,
111
- ea as getChangedDataRowsById,
112
- aa as getDataRowsById,
113
- sa as getDirection,
114
- ta as getFooterTheme,
115
- ra as getFormDefaultValues,
116
- oa as getGridById,
117
- ia as getIndexByLetters,
118
- la as getLettersByIndex,
119
- na as getMainTheme,
120
- pa as getNavbarTheme,
121
- da as getSelectedRowsById,
122
- ca as getToolbarTheme,
123
- wa as getTreeGridById,
124
- ga as getTreeGridDataRowsById,
125
- ua as getTreeGridRowChangesById,
126
- ba as getTreeGridSelectedRowsById,
127
- Oa as highlightTreeGridCellById,
128
- ma as isEnterKeyEvent,
129
- Ca as isUrlInChildren,
130
- Ta as lightPaletteText,
131
- Sa as makeStore,
132
- Ga as owpDark,
133
- La as owpSettingsSlice,
134
- ha as rebuildValue,
135
- Ia as reloadBodyById,
136
- ya as reloadTreeGridBodyById,
137
- Ba as resetGridChanges,
138
- Da as resetGridSelection,
139
- Ea as resetGridsChanges,
140
- va as resetGridsSelection,
141
- Na as resetSettings,
142
- Ra as resetTreeGridChangesById,
143
- Pa as resetTreeGridChangesByIds,
144
- ka as resetTreeGridSelectionById,
145
- fa as resetTreeGridSelectionsByIds,
146
- xa as saveAsZipFile,
147
- Va as selectContrastMainTheme,
148
- Aa as selectCustomScrollbarsEnabled,
149
- Ha as selectFooterTheme,
150
- _a as selectFooterThemeDark,
151
- Ma as selectFooterThemeLight,
152
- Fa as selectMainTheme,
153
- Ua as selectMainThemeDark,
154
- za as selectMainThemeLight,
155
- Ja as selectNavbarTheme,
156
- Ka as selectNavbarThemeDark,
157
- Qa as selectNavbarThemeLight,
158
- Wa as selectOwpCurrentLayoutConfig,
159
- Za as selectOwpCurrentSettings,
160
- qa as selectOwpDefaultSettings,
161
- Ya as selectOwpSettings,
162
- ja as selectOwpSettingsCurrent,
163
- Xa as selectOwpSettingsDefaults,
164
- $a as selectToolbarTheme,
165
- es as selectToolbarThemeDark,
166
- as as selectToolbarThemeLight,
167
- ss as setCellValue,
168
- ts as setDefaultSettings,
169
- rs as setGridEnum,
170
- os as setHighlightTargetCellByGridId,
171
- is as setInitialSettings,
172
- ls as setMergeCells,
173
- ns as setSettings,
174
- ps as setTreeGridColumnEnumOptionsById,
175
- ds as setTreeGridColumnVisibilityById,
176
- cs as skyBlue,
177
- ws as store,
178
- gs as themeLayouts,
179
- us as transformCommonCodeBasedOnGroupId,
180
- bs as transformGridEnumByCommonCodeList,
181
- Os as transformTreeViewListData,
182
- ms as useConfirm,
183
- Cs as useDebounce,
184
- Ts as useDeepCompareEffect,
185
- Ss as useDeepCompareEffectNoCheck,
186
- Gs as useDeepCompareMemoize,
187
- Ls as useGetCommonCodeList,
188
- hs as useGetCurrentLanguage,
189
- Is as useGetCurrentLogoSrc,
190
- ys as useGetCurrentUser,
191
- Bs as useGetCurrentUserId,
192
- Ds as useGetLanguageList,
193
- Es as useGetNavigationList,
194
- vs as useGetPageLockLoading,
195
- Ns as useGetShortcuts,
196
- Rs as useGetTreeGridEnumByCommonCode,
197
- Ps as useGetTreeGridInstance,
198
- ks as useOwpAppContext,
199
- fs as useOwpTranslation,
200
- xs as usePageLockLoading,
201
- Vs as usePrevious,
202
- As as useSetCommonCodeList,
203
- Hs as useSetCurrentLanguage,
204
- _s as useSetCurrentLogoSrc,
205
- Ms as useSetCurrentUser,
206
- Fs as useSetCurrentUserId,
207
- Us as useSetNavigationList,
208
- zs as useSetShortcuts,
209
- Js as useStorage,
210
- Ks as useThemeMediaQuery,
211
- Qs as useTimeout,
212
- Ws as useTreeGridCommonCodeEnum
81
+ Ie as OwpTreeGridExcelButton,
82
+ ye as OwpTreeGridToolbar,
83
+ Be as OwpUtils,
84
+ De as OwpVerticalTable,
85
+ Ee as OwpWeekDatePicker,
86
+ ve as OwpYearRangePicker,
87
+ Ne as OwpYesNoSelector,
88
+ Re as OwpZoomImageSlider,
89
+ Pe as StyledTable,
90
+ ke as StyledTableRow,
91
+ xe as TREEGRID_CELL_HIGHLIGHT_CLASS,
92
+ fe as TREEGRID_CELL_HIGHLIGHT_COLOR,
93
+ Ve as TREEGRID_INPUT_CELL_COLOR,
94
+ Ae as TREEGRID_WARNING_CELL_COLOR,
95
+ He as TreeGrid,
96
+ _e as addRowById,
97
+ Me as addTreeGridRowById,
98
+ Fe as authRoles,
99
+ Ue as buildTreeGridEnumAttributesByCommonCodeList,
100
+ ze as changeOwpTheme,
101
+ Je as changeVisibleCellByGridId,
102
+ Ke as createAppSelector,
103
+ Qe as createJsonBody,
104
+ We as createJsonString,
105
+ Ye as darkPaletteText,
106
+ Ze as exportExcelByBuffer,
107
+ qe as exportExcelByGrid,
108
+ je as exportExcelById,
109
+ Xe as exportTreeGridToExcelById,
110
+ $e as generateBarcodeUrl,
111
+ ea as generateQrCodeUrl,
112
+ aa as generateSettings,
113
+ sa as getChangedDataRowsById,
114
+ ta as getDataRowsById,
115
+ ra as getDirection,
116
+ oa as getFooterTheme,
117
+ ia as getFormDefaultValues,
118
+ la as getGridById,
119
+ na as getIndexByLetters,
120
+ pa as getLettersByIndex,
121
+ da as getMainTheme,
122
+ ca as getNavbarTheme,
123
+ wa as getSelectedRowsById,
124
+ ua as getToolbarTheme,
125
+ ga as getTreeGridById,
126
+ ba as getTreeGridDataRowsById,
127
+ Oa as getTreeGridRowChangesById,
128
+ ma as getTreeGridSelectedRowsById,
129
+ Ca as highlightTreeGridCellById,
130
+ Ta as isEnterKeyEvent,
131
+ Sa as isUrlInChildren,
132
+ Ga as lightPaletteText,
133
+ La as makeStore,
134
+ ha as owpDark,
135
+ Ia as owpSettingsSlice,
136
+ ya as rebuildValue,
137
+ Ba as reloadBodyById,
138
+ Da as reloadTreeGridBodyById,
139
+ Ea as resetGridChanges,
140
+ va as resetGridSelection,
141
+ Na as resetGridsChanges,
142
+ Ra as resetGridsSelection,
143
+ Pa as resetSettings,
144
+ ka as resetTreeGridChangesById,
145
+ xa as resetTreeGridChangesByIds,
146
+ fa as resetTreeGridSelectionById,
147
+ Va as resetTreeGridSelectionsByIds,
148
+ Aa as saveAsZipFile,
149
+ Ha as selectContrastMainTheme,
150
+ _a as selectCustomScrollbarsEnabled,
151
+ Ma as selectFooterTheme,
152
+ Fa as selectFooterThemeDark,
153
+ Ua as selectFooterThemeLight,
154
+ za as selectMainTheme,
155
+ Ja as selectMainThemeDark,
156
+ Ka as selectMainThemeLight,
157
+ Qa as selectNavbarTheme,
158
+ Wa as selectNavbarThemeDark,
159
+ Ya as selectNavbarThemeLight,
160
+ Za as selectOwpCurrentLayoutConfig,
161
+ qa as selectOwpCurrentSettings,
162
+ ja as selectOwpDefaultSettings,
163
+ Xa as selectOwpSettings,
164
+ $a as selectOwpSettingsCurrent,
165
+ es as selectOwpSettingsDefaults,
166
+ as as selectToolbarTheme,
167
+ ss as selectToolbarThemeDark,
168
+ ts as selectToolbarThemeLight,
169
+ rs as setCellValue,
170
+ os as setDefaultSettings,
171
+ is as setGridEnum,
172
+ ls as setHighlightTargetCellByGridId,
173
+ ns as setInitialSettings,
174
+ ps as setMergeCells,
175
+ ds as setSettings,
176
+ cs as setTreeGridColumnEnumOptionsById,
177
+ ws as setTreeGridColumnVisibilityById,
178
+ us as skyBlue,
179
+ gs as store,
180
+ bs as themeLayouts,
181
+ Os as transformCommonCodeBasedOnGroupId,
182
+ ms as transformGridEnumByCommonCodeList,
183
+ Cs as transformTreeViewListData,
184
+ Ts as useConfirm,
185
+ Ss as useDebounce,
186
+ Gs as useDeepCompareEffect,
187
+ Ls as useDeepCompareEffectNoCheck,
188
+ hs as useDeepCompareMemoize,
189
+ Is as useGetCommonCodeList,
190
+ ys as useGetCurrentLanguage,
191
+ Bs as useGetCurrentLogoSrc,
192
+ Ds as useGetCurrentUser,
193
+ Es as useGetCurrentUserId,
194
+ vs as useGetLanguageList,
195
+ Ns as useGetNavigationList,
196
+ Rs as useGetPageLockLoading,
197
+ Ps as useGetShortcuts,
198
+ ks as useGetTreeGridEnumByCommonCode,
199
+ xs as useGetTreeGridInstance,
200
+ fs as useOwpAppContext,
201
+ Vs as useOwpTranslation,
202
+ As as usePageLockLoading,
203
+ Hs as usePrevious,
204
+ _s as useSetCommonCodeList,
205
+ Ms as useSetCurrentLanguage,
206
+ Fs as useSetCurrentLogoSrc,
207
+ Us as useSetCurrentUser,
208
+ zs as useSetCurrentUserId,
209
+ Js as useSetNavigationList,
210
+ Ks as useSetShortcuts,
211
+ Qs as useStorage,
212
+ Ws as useThemeMediaQuery,
213
+ Ys as useTimeout,
214
+ Zs as useTreeGridCommonCodeEnum
213
215
  };
214
216
  //# sourceMappingURL=index.js.map
@@ -1,3 +1,7 @@
1
+ /**
2
+ * OwpAutoLogoutDialog 컴포넌트
3
+ * @param timeout 자동 로그아웃 시간(ms)
4
+ */
1
5
  export declare function OwpAutoLogoutDialog({ timeout }: {
2
6
  timeout?: number;
3
7
  }): import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1,6 @@
1
1
  import { TextFieldProps } from '@mui/material';
2
+ /**
3
+ * OwpBarcodeInputField 컴포넌트
4
+ * @param props 컴포넌트 props
5
+ */
2
6
  export declare function OwpBarcodeInputField(props: TextFieldProps): import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,10 @@ import { ButtonProps } from '@mui/material';
3
3
  export interface OwpButtonDeleteProps extends ButtonProps {
4
4
  confirmProps?: ConfirmProps;
5
5
  }
6
+ /**
7
+ * OwpButtonDelete 컴포넌트
8
+ * @param confirmProps 확인 대화상자 옵션
9
+ * @param children 하위 콘텐츠
10
+ */
6
11
  declare const OwpButtonDelete: ({ confirmProps, children, ...buttonProps }: OwpButtonDeleteProps) => import("react/jsx-runtime").JSX.Element;
7
12
  export { OwpButtonDelete };
@@ -3,5 +3,10 @@ import { ButtonProps } from '@mui/material';
3
3
  export interface OwpButtonSaveProps extends ButtonProps {
4
4
  confirmProps?: ConfirmProps;
5
5
  }
6
+ /**
7
+ * OwpButtonSave 컴포넌트
8
+ * @param confirmProps 확인 대화상자 옵션
9
+ * @param children 하위 콘텐츠
10
+ */
6
11
  declare const OwpButtonSave: ({ confirmProps, children, ...buttonProps }: OwpButtonSaveProps) => import("react/jsx-runtime").JSX.Element;
7
12
  export { OwpButtonSave };
@@ -13,5 +13,14 @@ export interface OwpCommonDialogProps extends Omit<DialogProps, 'title'> {
13
13
  onConfirm?: () => void;
14
14
  onCancel?: () => void;
15
15
  }
16
+ /**
17
+ * OwpCommonDialog 컴포넌트
18
+ * @param title 제목
19
+ * @param children 하위 콘텐츠
20
+ * @param canCancel canCancel 값
21
+ * @param canConfirm canConfirm 값
22
+ * @param onConfirm onConfirm 핸들러
23
+ * @param onCancel onCancel 핸들러
24
+ */
16
25
  declare const OwpCommonDialog: import("react").ForwardRefExoticComponent<Omit<OwpCommonDialogProps, "ref"> & import("react").RefAttributes<HTMLDivElement>>;
17
26
  export { OwpCommonDialog };
@@ -18,5 +18,13 @@ interface OwpExportDataToExcelButtonProps<T> extends ButtonProps {
18
18
  title?: string;
19
19
  exportName?: string;
20
20
  }
21
+ /**
22
+ * OwpExportDataToExcelButton 컴포넌트
23
+ * @param header 헤더 정보
24
+ * @param mapper 엑셀 매핑 정보
25
+ * @param data 데이터
26
+ * @param exportName 다운로드 파일명
27
+ * @param title 제목
28
+ */
21
29
  export declare function OwpExportDataToExcelButton<T>({ header, mapper, data, exportName, title, ...restProps }: OwpExportDataToExcelButtonProps<T>): import("react/jsx-runtime").JSX.Element;
22
30
  export {};
@@ -8,4 +8,12 @@ export interface OwpFileUploadButtonOwnProps {
8
8
  onCancel?: (evt: Event) => void;
9
9
  }
10
10
  export type OwpFileUploadButtonProps = OwpFileUploadButtonOwnProps & Omit<LoadingButtonProps, 'title'>;
11
+ /**
12
+ * OwpFileUploadButton 컴포넌트
13
+ * @param title 제목
14
+ * @param multiple multiple 값
15
+ * @param onChange onChange 핸들러
16
+ * @param onCancel onCancel 핸들러
17
+ * @param accept accept 값
18
+ */
11
19
  export declare function OwpFileUploadButton({ title, multiple, onChange, onCancel, accept, ...restProps }: OwpFileUploadButtonProps): import("react/jsx-runtime").JSX.Element;
@@ -4,5 +4,8 @@ export type OwpMessageVariantType = 'success' | 'error' | 'warning' | 'info';
4
4
  * The OwpMessage component holds a snackbar that is capable of displaying message with 4 different variant. It uses the @mui/material React packages to create the components.
5
5
  */
6
6
  declare function OwpMessage(): import("react/jsx-runtime").JSX.Element;
7
+ /**
8
+ * OwpMessageMemo 메모이징 컴포넌트
9
+ */
7
10
  declare const OwpMessageMemo: import("react").MemoExoticComponent<typeof OwpMessage>;
8
11
  export { OwpMessageMemo as OwpMessage };
@@ -45,5 +45,14 @@ export type OwpMoreActionsButtonProps = {
45
45
  containerSx?: SxProps<Theme>;
46
46
  actionsSx?: SxProps<Theme>;
47
47
  };
48
+ /**
49
+ * OwpMoreActionsButton 컴포넌트
50
+ * @param actions 액션 영역
51
+ * @param openProp openProp 값
52
+ * @param defaultOpen defaultOpen 값
53
+ * @param onOpenChange onOpenChange 핸들러
54
+ * @param disabled disabled 값
55
+ * @param className CSS 클래스명
56
+ */
48
57
  export declare const OwpMoreActionsButton: ({ actions, open: openProp, defaultOpen, onOpenChange, disabled, className, containerSx, actionsSx, }: OwpMoreActionsButtonProps) => import("react/jsx-runtime").JSX.Element;
49
58
  export {};
@@ -1,4 +1,8 @@
1
1
  import type { MRT_RowData, MaterialReactTableProps } from 'material-react-table';
2
2
  export type OwpMrtTableProps<TData extends MRT_RowData> = MaterialReactTableProps<TData>;
3
+ /**
4
+ * OwpMrtTable 컴포넌트
5
+ * @param props 컴포넌트 props
6
+ */
3
7
  declare const OwpMrtTable: <TData extends MRT_RowData>(props: OwpMrtTableProps<TData>) => import("react/jsx-runtime").JSX.Element;
4
8
  export { OwpMrtTable };
@@ -10,5 +10,8 @@ type OwpNavBadgeProps = {
10
10
  * which is an object containing a title and background and foreground colour.
11
11
  */
12
12
  declare function OwpNavBadge(props: OwpNavBadgeProps): import("react/jsx-runtime").JSX.Element;
13
+ /**
14
+ * OwpNavBadgeMemo 메모이징 컴포넌트
15
+ */
13
16
  declare const OwpNavBadgeMemo: import("react").MemoExoticComponent<typeof OwpNavBadge>;
14
17
  export { OwpNavBadgeMemo as OwpNavBadge };
@@ -16,5 +16,8 @@ export type OwpNavigationProps = {
16
16
  * and acts as parent for providing props to its children components
17
17
  */
18
18
  declare function OwpNavigation(props: OwpNavigationProps): import("react/jsx-runtime").JSX.Element;
19
+ /**
20
+ * MemoizedOwpNavigation 메모이징 컴포넌트
21
+ */
19
22
  declare const MemoizedOwpNavigation: import("react").MemoExoticComponent<typeof OwpNavigation>;
20
23
  export { MemoizedOwpNavigation as OwpNavigation };
@@ -8,5 +8,8 @@ type OwpNavHorizontalCollapseProps = OwpNavItemComponentProps & {
8
8
  * Used in OwpNavVerticalItems and OwpNavHorizontalItems
9
9
  */
10
10
  declare function OwpNavHorizontalCollapse(props: OwpNavHorizontalCollapseProps): import("react/jsx-runtime").JSX.Element;
11
+ /**
12
+ * NavHorizontalCollapseWithMemo 메모이징 컴포넌트
13
+ */
11
14
  declare const NavHorizontalCollapseWithMemo: import("react").MemoExoticComponent<typeof OwpNavHorizontalCollapse>;
12
15
  export { NavHorizontalCollapseWithMemo as OwpNavHorizontalCollapse };
@@ -7,5 +7,8 @@ type OwpNavHorizontalGroupProps = OwpNavItemComponentProps & WithRouterProps;
7
7
  * It shows the list item as well as its children with a flyout effect.
8
8
  */
9
9
  declare function OwpNavHorizontalGroup(props: OwpNavHorizontalGroupProps): import("react/jsx-runtime").JSX.Element;
10
+ /**
11
+ * NavHorizontalGroupWithMemo 메모이징 컴포넌트
12
+ */
10
13
  declare const NavHorizontalGroupWithMemo: import("react").MemoExoticComponent<typeof OwpNavHorizontalGroup>;
11
14
  export { NavHorizontalGroupWithMemo as OwpNavHorizontalGroup };
@@ -5,5 +5,8 @@ type OwpNavHorizontalItemProps = OwpNavItemComponentProps & WithRouterProps;
5
5
  * OwpNavHorizontalItem is a component responsible for rendering the navigation element in the horizontal menu in the Owp theme.
6
6
  */
7
7
  declare function OwpNavHorizontalItem(props: OwpNavHorizontalItemProps): import("react/jsx-runtime").JSX.Element;
8
+ /**
9
+ * NavHorizontalItemWithMemo 메모이징 컴포넌트
10
+ */
8
11
  declare const NavHorizontalItemWithMemo: import("react").MemoExoticComponent<typeof OwpNavHorizontalItem>;
9
12
  export { NavHorizontalItemWithMemo as OwpNavHorizontalItem };
@@ -2,5 +2,8 @@ import { WithRouterProps } from '@/components/withRouter/withRouter';
2
2
  import { OwpNavItemComponentProps } from '../../OwpNavItem';
3
3
  type OwpNavHorizontalLinkProps = OwpNavItemComponentProps & WithRouterProps;
4
4
  declare function OwpNavHorizontalLink(props: OwpNavHorizontalLinkProps): import("react/jsx-runtime").JSX.Element;
5
+ /**
6
+ * NavHorizontalLinkWithMemo 메모이징 컴포넌트
7
+ */
5
8
  declare const NavHorizontalLinkWithMemo: import("react").MemoExoticComponent<typeof OwpNavHorizontalLink>;
6
9
  export { NavHorizontalLinkWithMemo as OwpNavHorizontalLink };
@@ -1,6 +1,11 @@
1
1
  import { TextFieldProps } from '@mui/material';
2
2
  import { ComponentProps } from 'react';
3
3
  import { NumericFormat } from 'react-number-format';
4
+ /**
5
+ * OwpNumberField 컴포넌트
6
+ * @param className CSS 클래스명
7
+ * @param inputAlign inputAlign 값
8
+ */
4
9
  declare const OwpNumberField: ({ className, inputAlign, ...props }: ComponentProps<typeof NumericFormat<TextFieldProps & {
5
10
  inputAlign?: "left" | "center" | "right";
6
11
  }>>) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,8 @@
1
1
  import { Theme } from '@mui/system';
2
2
  import { ReactNode } from 'react';
3
+ /**
4
+ * OwpPageCarded 컴포넌트
5
+ */
3
6
  declare const OwpPageCarded: import("react").NamedExoticComponent<((((import("@mui/system").SystemCssProperties<Theme> & {
4
7
  className?: string;
5
8
  leftSidebarContent?: ReactNode;
@@ -3,5 +3,9 @@ interface OwpPageCardedHeaderProps {
3
3
  className?: string;
4
4
  header?: ReactNode;
5
5
  }
6
+ /**
7
+ * OwpPageCardedHeader 컴포넌트
8
+ * @param props 컴포넌트 props
9
+ */
6
10
  declare function OwpPageCardedHeader(props: OwpPageCardedHeaderProps): import("react/jsx-runtime").JSX.Element;
7
11
  export { OwpPageCardedHeader };
@@ -5,5 +5,13 @@ interface OwpPageContentProps {
5
5
  actions?: React.ReactNode;
6
6
  children?: React.ReactNode;
7
7
  }
8
+ /**
9
+ * OwpPageContent 컴포넌트
10
+ * @param title 제목
11
+ * @param leftSlot leftSlot 값
12
+ * @param centerSlot centerSlot 값
13
+ * @param actions 액션 영역
14
+ * @param children 하위 콘텐츠
15
+ */
8
16
  declare const OwpPageContent: ({ title, leftSlot, centerSlot, actions, children, }: OwpPageContentProps) => import("react/jsx-runtime").JSX.Element;
9
17
  export { OwpPageContent };
@@ -2,5 +2,10 @@ export interface OwpPageLockLoadingProps {
2
2
  loading?: boolean;
3
3
  title?: string;
4
4
  }
5
+ /**
6
+ * OwpPageLockLoading 컴포넌트
7
+ * @param loading 로딩 여부
8
+ * @param title 제목
9
+ */
5
10
  declare const OwpPageLockLoading: ({ loading, title }: OwpPageLockLoadingProps) => import("react/jsx-runtime").JSX.Element;
6
11
  export { OwpPageLockLoading };
@@ -1,5 +1,8 @@
1
1
  import { Theme } from '@mui/system';
2
2
  import { ReactNode } from 'react';
3
+ /**
4
+ * OwpPageSimple 컴포넌트
5
+ */
3
6
  declare const OwpPageSimple: import("react").NamedExoticComponent<((((import("@mui/system").SystemCssProperties<Theme> & {
4
7
  className?: string;
5
8
  leftSidebarContent?: ReactNode;
@@ -4,5 +4,12 @@ interface OwpPageTitleProps {
4
4
  centerSlot?: React.ReactNode;
5
5
  actions?: React.ReactNode;
6
6
  }
7
+ /**
8
+ * OwpPageTitle 컴포넌트
9
+ * @param title 제목
10
+ * @param leftSlot leftSlot 값
11
+ * @param centerSlot centerSlot 값
12
+ * @param actions 액션 영역
13
+ */
7
14
  declare const OwpPageTitle: ({ title, leftSlot, centerSlot, actions }: OwpPageTitleProps) => import("react/jsx-runtime").JSX.Element;
8
15
  export { OwpPageTitle };
@@ -1,4 +1,8 @@
1
1
  import { ReactNode } from 'react';
2
+ /**
3
+ * CalendarContainer 컴포넌트
4
+ * @param children 하위 콘텐츠
5
+ */
2
6
  export declare const CalendarContainer: ({ children }: {
3
7
  children: ReactNode;
4
8
  }) => import("react/jsx-runtime").JSX.Element;
@@ -6,5 +6,14 @@ interface OwnProps {
6
6
  disabledClearButton?: boolean;
7
7
  reset?: () => void;
8
8
  }
9
+ /**
10
+ * DatePickerInput 컴포넌트
11
+ * @param value 현재 값
12
+ * @param valueFormatter valueFormatter 값
13
+ * @param useRange useRange 값
14
+ * @param disabledClearButton disabledClearButton 값
15
+ * @param reset reset 값
16
+ * @param ref forwardRef 참조
17
+ */
9
18
  export declare const DatePickerInput: import("react").ForwardRefExoticComponent<(Omit<import("@mui/material").FilledTextFieldProps & OwnProps, "ref"> | Omit<import("@mui/material").OutlinedTextFieldProps & OwnProps, "ref"> | Omit<import("@mui/material").StandardTextFieldProps & OwnProps, "ref">) & import("react").RefAttributes<unknown>>;
10
19
  export {};