@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.
- package/dist/{QuickPanel-BhlyN4eC.js → QuickPanel-5ikBUxxQ.js} +2 -2
- package/dist/{QuickPanel-BhlyN4eC.js.map → QuickPanel-5ikBUxxQ.js.map} +1 -1
- package/dist/{index-ckIyDs1s.js → index-CgoWDo9w.js} +6614 -6571
- package/dist/{index-ckIyDs1s.js.map → index-CgoWDo9w.js.map} +1 -1
- package/dist/index.js +146 -144
- package/dist/types/components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.d.ts +4 -0
- package/dist/types/components/OwpBarcodeInput/OwpBarcodeInputField.d.ts +4 -0
- package/dist/types/components/OwpButtonDelete/index.d.ts +5 -0
- package/dist/types/components/OwpButtonSave/index.d.ts +5 -0
- package/dist/types/components/OwpCommonDialog/index.d.ts +9 -0
- package/dist/types/components/OwpExportExcelButton/OwpExportExcelButton.d.ts +8 -0
- package/dist/types/components/OwpFileUploadButton/OwpFileUploadButton.d.ts +8 -0
- package/dist/types/components/OwpMessage/OwpMessage.d.ts +3 -0
- package/dist/types/components/OwpMoreActionsButton/OwpMoreActionsButton.d.ts +9 -0
- package/dist/types/components/OwpMrtTable/index.d.ts +4 -0
- package/dist/types/components/OwpNavigation/OwpNavBadge.d.ts +3 -0
- package/dist/types/components/OwpNavigation/OwpNavigation.d.ts +3 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalCollapse.d.ts +3 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +3 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +3 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +3 -0
- package/dist/types/components/OwpNumberField/index.d.ts +5 -0
- package/dist/types/components/OwpPageCarded/OwpPageCarded.d.ts +3 -0
- package/dist/types/components/OwpPageCarded/OwpPageCardedHeader.d.ts +4 -0
- package/dist/types/components/OwpPageContent/index.d.ts +8 -0
- package/dist/types/components/OwpPageLockLoading/index.d.ts +5 -0
- package/dist/types/components/OwpPageSimple/OwpPageSimple.d.ts +3 -0
- package/dist/types/components/OwpPageTitle/index.d.ts +7 -0
- package/dist/types/components/OwpPicker/CalendarContainer.d.ts +4 -0
- package/dist/types/components/OwpPicker/DatePickerInput.d.ts +9 -0
- package/dist/types/components/OwpPicker/OwpDatePicker.d.ts +9 -0
- package/dist/types/components/OwpPicker/OwpDateRangePicker.d.ts +9 -0
- package/dist/types/components/OwpPicker/OwpWeekDatePicker.d.ts +9 -0
- package/dist/types/components/OwpPicker/OwpYearRangePicker.d.ts +9 -0
- package/dist/types/components/OwpScrollbars/OwpScrollbars.d.ts +5 -0
- package/dist/types/components/OwpSearch/OwpSearch.d.ts +3 -0
- package/dist/types/components/OwpSearchFilter/index.d.ts +8 -0
- package/dist/types/components/OwpSection/index.d.ts +9 -0
- package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +4 -0
- package/dist/types/components/OwpSettings/OwpLayoutConfigs.d.ts +4 -0
- package/dist/types/components/OwpSettings/OwpSettings.d.ts +3 -0
- package/dist/types/components/OwpSettings/owpSettingsSlice.d.ts +39 -0
- package/dist/types/components/OwpShortcuts/OwpShortcuts.d.ts +3 -0
- package/dist/types/components/OwpSidePanel/OwpSidePanel.d.ts +3 -0
- package/dist/types/components/OwpSplashScreen/OwpSplashScreen.d.ts +3 -0
- package/dist/types/components/OwpTable/OwpDataTable.d.ts +9 -0
- package/dist/types/components/OwpTable/OwpTable.d.ts +10 -0
- package/dist/types/components/OwpTable/OwpVerticalTable.d.ts +9 -0
- package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +9 -0
- package/dist/types/components/OwpTheme/OwpTheme.d.ts +3 -0
- package/dist/types/components/OwpThemeSelector/OwpThemeSelector.d.ts +3 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +9 -0
- package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +6 -0
- package/dist/types/components/OwpTreeGrid/TreeGrid.d.ts +7 -0
- package/dist/types/components/OwpTreeGrid/utils.d.ts +15 -0
- package/dist/types/components/OwpTreeGridExcelButton/index.d.ts +12 -0
- package/dist/types/components/OwpTreeView/OwpSlotTreeView.d.ts +11 -0
- package/dist/types/components/OwpYesNoSelector/index.d.ts +14 -0
- package/dist/types/components/OwpZoomImageSlider/OwpZoomImageSlider.d.ts +9 -0
- package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +3 -0
- package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +4 -0
- package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +4 -0
- package/dist/types/components/layouts/shared-components/navbar/navbarSlice.d.ts +4 -0
- package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +6 -0
- package/dist/types/components/shared-components/data-table/utils/parseFromValuesOrFunc.d.ts +4 -0
- package/dist/types/components/shared-components/tabs/OwpTab.d.ts +3 -0
- package/dist/types/components/shared-components/tabs/OwpTabs.d.ts +3 -0
- package/dist/types/hooks/useCommonCodeList.d.ts +6 -0
- package/dist/types/hooks/useConfirm.d.ts +3 -0
- package/dist/types/hooks/useCurrentLanguage.d.ts +9 -0
- package/dist/types/hooks/useCurrentLogoSrc.d.ts +6 -0
- package/dist/types/hooks/useCurrentUserId.d.ts +6 -0
- package/dist/types/hooks/useDeepCompareEffect.d.ts +5 -0
- package/dist/types/hooks/useNavigation.d.ts +6 -0
- package/dist/types/hooks/useOwpTranslation.d.ts +3 -0
- package/dist/types/hooks/useShortcuts.d.ts +6 -0
- package/dist/types/hooks/useStorage.d.ts +3 -0
- package/dist/types/index.d.ts +2 -0
- package/dist/types/utils/barcodeUtil.d.ts +5 -0
- package/dist/types/utils/qrCodeUtil.d.ts +5 -0
- package/dist/types/utils/zipUtil.d.ts +5 -0
- 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
|
|
2
|
-
import { DialogsProvider as
|
|
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
|
-
|
|
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
|
-
|
|
17
|
-
|
|
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
|
-
|
|
38
|
-
|
|
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
|
-
|
|
52
|
-
|
|
53
|
-
|
|
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
|
-
|
|
71
|
-
|
|
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
|
|
82
|
-
ye as
|
|
83
|
-
Be as
|
|
84
|
-
De as
|
|
85
|
-
Ee as
|
|
86
|
-
ve as
|
|
87
|
-
Ne as
|
|
88
|
-
Re as
|
|
89
|
-
Pe as
|
|
90
|
-
ke as
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
Ve as
|
|
94
|
-
Ae as
|
|
95
|
-
He as
|
|
96
|
-
_e as
|
|
97
|
-
Me as
|
|
98
|
-
Fe as
|
|
99
|
-
Ue as
|
|
100
|
-
ze as
|
|
101
|
-
Je as
|
|
102
|
-
Ke as
|
|
103
|
-
Qe as
|
|
104
|
-
We as
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
je as
|
|
109
|
-
Xe as
|
|
110
|
-
$e as
|
|
111
|
-
ea as
|
|
112
|
-
aa as
|
|
113
|
-
sa as
|
|
114
|
-
ta as
|
|
115
|
-
ra as
|
|
116
|
-
oa as
|
|
117
|
-
ia as
|
|
118
|
-
la as
|
|
119
|
-
na as
|
|
120
|
-
pa as
|
|
121
|
-
da as
|
|
122
|
-
ca as
|
|
123
|
-
wa as
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
ba as
|
|
127
|
-
Oa as
|
|
128
|
-
ma as
|
|
129
|
-
Ca as
|
|
130
|
-
Ta as
|
|
131
|
-
Sa as
|
|
132
|
-
Ga as
|
|
133
|
-
La as
|
|
134
|
-
ha as
|
|
135
|
-
Ia as
|
|
136
|
-
ya as
|
|
137
|
-
Ba as
|
|
138
|
-
Da as
|
|
139
|
-
Ea as
|
|
140
|
-
va as
|
|
141
|
-
Na as
|
|
142
|
-
Ra as
|
|
143
|
-
Pa as
|
|
144
|
-
ka as
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
Va as
|
|
148
|
-
Aa as
|
|
149
|
-
Ha as
|
|
150
|
-
_a as
|
|
151
|
-
Ma as
|
|
152
|
-
Fa as
|
|
153
|
-
Ua as
|
|
154
|
-
za as
|
|
155
|
-
Ja as
|
|
156
|
-
Ka as
|
|
157
|
-
Qa as
|
|
158
|
-
Wa as
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
ja as
|
|
163
|
-
Xa as
|
|
164
|
-
$a as
|
|
165
|
-
es as
|
|
166
|
-
as as
|
|
167
|
-
ss as
|
|
168
|
-
ts as
|
|
169
|
-
rs as
|
|
170
|
-
os as
|
|
171
|
-
is as
|
|
172
|
-
ls as
|
|
173
|
-
ns as
|
|
174
|
-
ps as
|
|
175
|
-
ds as
|
|
176
|
-
cs as
|
|
177
|
-
ws as
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
bs as
|
|
181
|
-
Os as
|
|
182
|
-
ms as
|
|
183
|
-
Cs as
|
|
184
|
-
Ts as
|
|
185
|
-
Ss as
|
|
186
|
-
Gs as
|
|
187
|
-
Ls as
|
|
188
|
-
hs as
|
|
189
|
-
Is as
|
|
190
|
-
ys as
|
|
191
|
-
Bs as
|
|
192
|
-
Ds as
|
|
193
|
-
Es as
|
|
194
|
-
vs as
|
|
195
|
-
Ns as
|
|
196
|
-
Rs as
|
|
197
|
-
Ps as
|
|
198
|
-
ks as
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
Vs as
|
|
202
|
-
As as
|
|
203
|
-
Hs as
|
|
204
|
-
_s as
|
|
205
|
-
Ms as
|
|
206
|
-
Fs as
|
|
207
|
-
Us as
|
|
208
|
-
zs as
|
|
209
|
-
Js as
|
|
210
|
-
Ks as
|
|
211
|
-
Qs as
|
|
212
|
-
Ws as
|
|
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
|
|
@@ -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 };
|
|
@@ -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 {};
|