@owp/core 1.27.0 → 1.29.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 +2 -0
- package/constants.d.ts +2 -0
- package/context.d.ts +2 -0
- package/dist/{Close-DA97hwNx.js → Close-Cm04EulE.js} +331 -341
- package/dist/Close-Cm04EulE.js.map +1 -0
- package/dist/OwpStoreProvider-CFq963Pl.js +30 -0
- package/dist/OwpStoreProvider-CFq963Pl.js.map +1 -0
- package/dist/OwpUtils-9lHSCdan.js.map +1 -1
- package/dist/{QuickPanel-EyvjMTxX.js → QuickPanel-DlrhsNXW.js} +2 -2
- package/dist/{QuickPanel-EyvjMTxX.js.map → QuickPanel-DlrhsNXW.js.map} +1 -1
- package/dist/constants.js +17 -18
- package/dist/constants.js.map +1 -1
- package/dist/context.js +24 -22
- package/dist/context.js.map +1 -1
- package/dist/hooks.js +97 -64
- package/dist/hooks.js.map +1 -1
- package/dist/{index-CdxKoZlQ.js → index-Dn7pPU3W.js} +12546 -13902
- package/dist/index-Dn7pPU3W.js.map +1 -0
- package/dist/index.js +78 -117
- package/dist/{lazyLoadedSlices-Bjy1crVY.js → lazyLoadedSlices-BYAl2fil.js} +710 -718
- package/dist/lazyLoadedSlices-BYAl2fil.js.map +1 -0
- package/dist/owp-app.css +1 -1
- package/dist/store.js +38 -3
- package/dist/store.js.map +1 -1
- package/dist/{toUpper-CilZrxEa.js → toUpper-K8I4frC5.js} +2 -2
- package/dist/{toUpper-CilZrxEa.js.map → toUpper-K8I4frC5.js.map} +1 -1
- package/dist/{treeGrid-CjB04cBq.js → treeGrid-DRAoPLXh.js} +11 -11
- package/dist/{treeGrid-CjB04cBq.js.map → treeGrid-DRAoPLXh.js.map} +1 -1
- package/dist/{treeGridUtil-_FDvRzzt.js → treeGridUtil-C46Qi5LG.js} +2 -2
- package/dist/{treeGridUtil-_FDvRzzt.js.map → treeGridUtil-C46Qi5LG.js.map} +1 -1
- package/dist/types/components/OwpCommonDialog/OwpCommonDialog.d.ts +1 -26
- package/dist/types/components/OwpDialog/OwpDialog.d.ts +32 -6
- package/dist/types/components/OwpDialog/index.d.ts +1 -4
- package/dist/types/components/OwpErrorBoundary/OwpErrorBoundary.d.ts +1 -1
- package/dist/types/components/OwpLanguageSwitcherSelect/index.d.ts +1 -0
- package/dist/types/components/OwpLayout/OwpLayout.d.ts +1 -1
- package/dist/types/components/OwpMrtTable/OwpMrtTable.d.ts +7 -3
- package/dist/types/components/OwpMrtTable/OwpMrtTableTopToolbar.d.ts +6 -0
- package/dist/types/components/OwpNavLinkAdapter/OwpNavLinkAdapter.d.ts +16 -0
- package/dist/types/components/OwpNavLinkAdapter/index.d.ts +2 -0
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalGroup.d.ts +1 -2
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalItem.d.ts +1 -2
- package/dist/types/components/OwpNavigation/horizontal/types/OwpNavHorizontalLink.d.ts +1 -2
- package/dist/types/components/{shared-components/PageBreadcrumb.d.ts → OwpPageBreadcrumb/OwpPageBreadcrumb.d.ts} +1 -1
- package/dist/types/components/OwpPageBreadcrumb/index.d.ts +2 -0
- package/dist/types/components/OwpTable/OwpTable.d.ts +1 -1
- package/dist/types/components/{shared-components/tabs → OwpTabs}/OwpTab.d.ts +1 -1
- package/dist/types/components/{shared-components/tabs → OwpTabs}/OwpTabs.d.ts +1 -1
- package/dist/types/components/OwpTabs/index.d.ts +2 -0
- package/dist/types/components/OwpThemeSelector/SchemePreview.d.ts +1 -1
- package/dist/types/components/OwpThemeSelector/ThemePreview.d.ts +1 -1
- package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +1 -1
- package/dist/types/components/layouts/shared-components/navigation/store/navigationSlice.d.ts +9 -9
- package/dist/types/components/layouts/themeLayoutConfigs.d.ts +1 -1
- package/dist/types/context/OwpAppProvider.d.ts +1 -1
- package/dist/types/context/OwpCoreProvider.d.ts +1 -1
- package/dist/types/{store → context}/OwpStoreProvider.d.ts +1 -1
- package/dist/types/context/index.d.ts +1 -0
- package/dist/types/hooks/index.d.ts +1 -0
- package/dist/types/hooks/useAccessTokenGuard.d.ts +12 -0
- package/dist/types/hooks/useStorage.d.ts +10 -1
- package/dist/types/index.d.ts +4 -13
- package/dist/types/store/generateReducersFromSlices.d.ts +4 -1
- package/dist/types/store/hooks.d.ts +3 -0
- package/dist/types/store/index.d.ts +5 -1
- package/dist/types/store/lazyLoadedSlices.d.ts +3 -0
- package/dist/types/store/middleware.d.ts +3 -0
- package/dist/types/{components/OwpSettings → store}/owpSettingsSlice.d.ts +1 -1
- package/dist/types/store/store.d.ts +3 -0
- package/dist/types/store/withSlices.d.ts +2 -2
- package/dist/types/{components/OwpSettings/OwpSettings.d.ts → types/OwpSettingsTypes.d.ts} +0 -12
- package/dist/types/utils/common/OwpUtils.d.ts +1 -1
- package/dist/types/utils/createDateRangeSearchParams.d.ts +16 -0
- package/dist/types/utils/fetchFile.d.ts +12 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/sanitizeAuthInputValue.d.ts +10 -0
- package/dist/useOwpTranslation-CMrtqKkT.js +190 -0
- package/dist/useOwpTranslation-CMrtqKkT.js.map +1 -0
- package/dist/useStorage-BA0D8KA7.js +67 -0
- package/dist/useStorage-BA0D8KA7.js.map +1 -0
- package/dist/{useTreeGridExcelExport-BGh2y8Cg.js → useTreeGridExcelExport-DLMecvHS.js} +62 -71
- package/dist/useTreeGridExcelExport-DLMecvHS.js.map +1 -0
- package/dist/utils.js +2066 -2026
- package/dist/utils.js.map +1 -1
- package/hooks.d.ts +2 -0
- package/index.d.ts +3 -0
- package/package.json +5 -12
- package/store.d.ts +2 -0
- package/treegrid-global.d.ts +4904 -0
- package/utils.d.ts +2 -0
- package/dist/Close-DA97hwNx.js.map +0 -1
- package/dist/OwpStoreProvider-BKRp9Maw.js +0 -34
- package/dist/OwpStoreProvider-BKRp9Maw.js.map +0 -1
- package/dist/index-CdxKoZlQ.js.map +0 -1
- package/dist/language-CwsGUe4C.js +0 -5
- package/dist/language-CwsGUe4C.js.map +0 -1
- package/dist/lazyLoadedSlices-Bjy1crVY.js.map +0 -1
- package/dist/types/auth/authRoles.d.ts +0 -21
- package/dist/types/components/NavLinkAdapter/NavLinkAdapter.d.ts +0 -18
- package/dist/types/components/NavLinkAdapter/index.d.ts +0 -1
- package/dist/types/components/OwpDialog/owpDialogSlice.d.ts +0 -14
- package/dist/types/components/OwpMessage/OwpMessage.d.ts +0 -11
- package/dist/types/components/OwpMessage/index.d.ts +0 -4
- package/dist/types/components/OwpMessage/owpMessageSlice.d.ts +0 -14
- package/dist/types/components/OwpSettings/OwpLayoutConfig.d.ts +0 -16
- package/dist/types/components/OwpSettings/OwpLayoutConfigs.d.ts +0 -14
- package/dist/types/components/OwpSettings/index.d.ts +0 -1
- package/dist/types/components/OwpSettings/palette-generator/PalettePreview.d.ts +0 -14
- package/dist/types/components/OwpSettings/palette-generator/PaletteSelector.d.ts +0 -15
- package/dist/types/components/OwpSettings/palette-generator/SectionPreview.d.ts +0 -12
- package/dist/types/components/layouts/shared-components/AdjustFontSize.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/OwpSettingsViewerDialog.d.ts +0 -8
- package/dist/types/components/layouts/shared-components/configurator/Configurator.d.ts +0 -9
- package/dist/types/components/layouts/shared-components/configurator/SettingsPanel.d.ts +0 -12
- package/dist/types/components/layouts/shared-components/configurator/ThemesPanel.d.ts +0 -12
- package/dist/types/components/shared-components/LightDarkModeToggle.d.ts +0 -8
- package/dist/types/components/shared-components/PageTitle.d.ts +0 -11
- package/dist/types/components/shared-components/data-table/DataTable.d.ts +0 -12
- package/dist/types/components/shared-components/data-table/DataTableTopToolbar.d.ts +0 -6
- package/dist/types/components/shared-components/index.d.ts +0 -7
- package/dist/types/components/withRouter/index.d.ts +0 -1
- package/dist/types/components/withRouter/withRouter.d.ts +0 -14
- package/dist/types/store/apiService.d.ts +0 -3
- package/dist/types/store/withReducer.d.ts +0 -5
- package/dist/useOwpTranslation-VarZsCQ4.js +0 -233
- package/dist/useOwpTranslation-VarZsCQ4.js.map +0 -1
- package/dist/useTreeGridExcelExport-BGh2y8Cg.js.map +0 -1
- /package/dist/types/components/{layouts/shared-components → OwpLanguageSwitcherSelect}/OwpLanguageSwitcherSelect.d.ts +0 -0
- /package/dist/types/components/{shared-components/data-table → OwpMrtTable}/utils/parseFromValuesOrFunc.d.ts +0 -0
- /package/dist/types/{components/OwpSettings → types}/ThemeFormConfigTypes.d.ts +0 -0
package/dist/index.js
CHANGED
|
@@ -1,128 +1,89 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { h as
|
|
5
|
-
import {
|
|
1
|
+
import { DialogsProvider as s } from "@toolpad/core/useDialogs";
|
|
2
|
+
import { k as t, C as w, h as O, j as i, i as l, a7 as n, W as d, X as c, d as m, l as g, m as S, g as u, n as T, o as v, q as C, p as N, z as b, N as P, v as L, w as h, r as k, x, A as y, E as D, F as B, G, B as I, D as V, H, I as E, M as f, J as z, K as F, S as R, L as M, P as A, Q as U, R as W, T as Y, U as j, V as Z, c as q, $ as J, a0 as K, a1 as Q, a2 as X, a3 as _, a4 as $, a5 as aa, a6 as ea, O as oa, ag as pa, ab as sa, a8 as ra, ah as ta, ad as wa, ae as Oa, af as ia, Y as la, aj as na, ai as da, al as ca, ac as ma, Z as ga, _ as Sa, an as ua, am as Ta, a9 as va, aa as Ca, ak as Na, y as ba, e as Pa } from "./index-Dn7pPU3W.js";
|
|
3
|
+
import { O as ha, b as ka, a as xa } from "./Close-Cm04EulE.js";
|
|
4
|
+
import { h as Da } from "./OwpUtils-9lHSCdan.js";
|
|
5
|
+
import { W as Ga, S as Ia } from "./lazyLoadedSlices-BYAl2fil.js";
|
|
6
6
|
import "@mui/material/styles";
|
|
7
7
|
import "@mui/material/Typography";
|
|
8
8
|
export {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
C as OwpLoading,
|
|
30
|
-
b as OwpMessage,
|
|
31
|
-
v as OwpMoreActionsButton,
|
|
9
|
+
t as CommonCodeRadioGroup,
|
|
10
|
+
w as CommonCodeSelector,
|
|
11
|
+
s as DialogsProvider,
|
|
12
|
+
ha as OwpAutoLogoutDialog,
|
|
13
|
+
O as OwpBarcodeInputField,
|
|
14
|
+
i as OwpCommonCodeRadioGroup,
|
|
15
|
+
l as OwpCommonCodeSelector,
|
|
16
|
+
ka as OwpCommonDialog,
|
|
17
|
+
n as OwpDataTable,
|
|
18
|
+
d as OwpDatePicker,
|
|
19
|
+
c as OwpDateRangePicker,
|
|
20
|
+
xa as OwpDialog,
|
|
21
|
+
m as OwpErrorBoundary,
|
|
22
|
+
Da as OwpEventEmitter,
|
|
23
|
+
g as OwpExportDataToExcelButton,
|
|
24
|
+
S as OwpFileUploadButton,
|
|
25
|
+
u as OwpLanguageSwitcherSelect,
|
|
26
|
+
T as OwpLayout,
|
|
27
|
+
v as OwpLoading,
|
|
28
|
+
C as OwpMoreActionsButton,
|
|
32
29
|
N as OwpMrtTable,
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
30
|
+
b as OwpNavBadge,
|
|
31
|
+
P as OwpNavHorizontalCollapse,
|
|
32
|
+
L as OwpNavHorizontalGroup,
|
|
33
|
+
h as OwpNavHorizontalItem,
|
|
34
|
+
k as OwpNavHorizontalLayout1,
|
|
38
35
|
x as OwpNavHorizontalLink,
|
|
39
36
|
y as OwpNavItem,
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
37
|
+
Ga as OwpNavItemModel,
|
|
38
|
+
D as OwpNavVerticalCollapse,
|
|
39
|
+
B as OwpNavVerticalGroup,
|
|
40
|
+
G as OwpNavVerticalItem,
|
|
41
|
+
I as OwpNavVerticalLayout1,
|
|
42
|
+
V as OwpNavVerticalLayout2,
|
|
43
|
+
H as OwpNavVerticalLink,
|
|
47
44
|
E as OwpNavVerticalTab,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
W as
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
oa as
|
|
70
|
-
ra as OwpSvgIcon,
|
|
45
|
+
f as OwpNavigation,
|
|
46
|
+
Ia as OwpNavigationHelper,
|
|
47
|
+
z as OwpNumberField,
|
|
48
|
+
F as OwpOptionSelector,
|
|
49
|
+
R as OwpPageBreadcrumb,
|
|
50
|
+
M as OwpPageCarded,
|
|
51
|
+
A as OwpPageCardedHeader,
|
|
52
|
+
U as OwpPageCardedSidebar,
|
|
53
|
+
W as OwpPageCardedSidebarContent,
|
|
54
|
+
Y as OwpPageContent,
|
|
55
|
+
j as OwpPageLockLoading,
|
|
56
|
+
Z as OwpPageTitle,
|
|
57
|
+
q as OwpScrollbars,
|
|
58
|
+
J as OwpSearch,
|
|
59
|
+
K as OwpSearchFilter,
|
|
60
|
+
Q as OwpSection,
|
|
61
|
+
X as OwpShortcuts,
|
|
62
|
+
_ as OwpSidePanel,
|
|
63
|
+
$ as OwpSplashScreen,
|
|
64
|
+
aa as OwpStyleProvider,
|
|
65
|
+
ea as OwpSuspense,
|
|
66
|
+
oa as OwpSvgIcon,
|
|
71
67
|
pa as OwpTab,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
68
|
+
sa as OwpTable,
|
|
69
|
+
ra as OwpTableTotalCount,
|
|
70
|
+
ta as OwpTabs,
|
|
71
|
+
wa as OwpTextMaskField,
|
|
72
|
+
Oa as OwpTheme,
|
|
73
|
+
ia as OwpThemeSelector,
|
|
74
|
+
la as OwpTimePicker,
|
|
75
|
+
na as OwpTreeGrid,
|
|
76
|
+
da as OwpTreeGridExcelButton,
|
|
77
|
+
ca as OwpTreeGridToolbar,
|
|
78
|
+
ma as OwpVerticalTable,
|
|
79
|
+
ga as OwpWeekDatePicker,
|
|
80
|
+
Sa as OwpYearRangePicker,
|
|
81
|
+
ua as OwpYesNoSelector,
|
|
82
|
+
Ta as OwpZoomImageSlider,
|
|
87
83
|
va as StyledTable,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
Ra as darkPaletteText,
|
|
93
|
-
za as generateSettings,
|
|
94
|
-
Aa as getDirection,
|
|
95
|
-
Ua as getFooterTheme,
|
|
96
|
-
Ya as getMainTheme,
|
|
97
|
-
ja as getNavbarTheme,
|
|
98
|
-
Wa as getToolbarTheme,
|
|
99
|
-
Pa as isUrlInChildren,
|
|
100
|
-
Za as lightPaletteText,
|
|
101
|
-
qa as owpSettingsSlice,
|
|
102
|
-
Ja as resetSettings,
|
|
103
|
-
Ka as selectContrastMainTheme,
|
|
104
|
-
Qa as selectCustomScrollbarsEnabled,
|
|
105
|
-
Xa as selectFooterTheme,
|
|
106
|
-
_a as selectFooterThemeDark,
|
|
107
|
-
$a as selectFooterThemeLight,
|
|
108
|
-
ae as selectMainTheme,
|
|
109
|
-
ee as selectMainThemeDark,
|
|
110
|
-
se as selectMainThemeLight,
|
|
111
|
-
te as selectNavbarTheme,
|
|
112
|
-
oe as selectNavbarThemeDark,
|
|
113
|
-
re as selectNavbarThemeLight,
|
|
114
|
-
pe as selectOwpCurrentLayoutConfig,
|
|
115
|
-
le as selectOwpCurrentSettings,
|
|
116
|
-
ie as selectOwpDefaultSettings,
|
|
117
|
-
we as selectOwpSettings,
|
|
118
|
-
Oe as selectOwpSettingsCurrent,
|
|
119
|
-
ne as selectOwpSettingsDefaults,
|
|
120
|
-
ce as selectToolbarTheme,
|
|
121
|
-
ge as selectToolbarThemeDark,
|
|
122
|
-
me as selectToolbarThemeLight,
|
|
123
|
-
Te as setDefaultSettings,
|
|
124
|
-
de as setInitialSettings,
|
|
125
|
-
Se as setSettings,
|
|
126
|
-
ka as themeLayouts
|
|
84
|
+
Ca as StyledTableRow,
|
|
85
|
+
Na as TreeGrid,
|
|
86
|
+
ba as isUrlInChildren,
|
|
87
|
+
Pa as themeLayouts
|
|
127
88
|
};
|
|
128
89
|
//# sourceMappingURL=index.js.map
|