@owp/core 2.3.1 → 2.4.1
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/_virtual/index11.js +2 -2
- package/dist/_virtual/index12.js +2 -2
- package/dist/_virtual/index13.js +2 -2
- package/dist/_virtual/index14.js +2 -2
- package/dist/_virtual/index16.js +5 -2
- package/dist/_virtual/index16.js.map +1 -1
- package/dist/_virtual/index17.js +5 -2
- package/dist/_virtual/index17.js.map +1 -1
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/_virtual/index20.js +2 -5
- package/dist/_virtual/index20.js.map +1 -1
- package/dist/_virtual/index5.js +2 -5
- package/dist/_virtual/index5.js.map +1 -1
- package/dist/_virtual/index6.js +2 -2
- package/dist/_virtual/index7.js +2 -2
- package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js +38 -38
- package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
- package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js +34 -0
- package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -0
- package/dist/components/OwpLayout/OwpLayout.js +39 -39
- package/dist/components/OwpLayout/OwpLayout.js.map +1 -1
- package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js +38 -0
- package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -0
- package/dist/components/OwpTable/OwpFieldTable.js +99 -0
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -0
- package/dist/components/OwpTextField/OwpTextMaskField.js +138 -87
- package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +169 -148
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridLoadingOverlay.js +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridLoadingOverlay.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js.map +1 -1
- package/dist/components/OwpTreeGrid/{hooks → internal/hooks}/useOwpTreeGridOverlayFrame.js +1 -1
- package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/treeGridColumnEditRules.js +84 -0
- package/dist/components/OwpTreeGrid/internal/treeGridColumnEditRules.js.map +1 -0
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +114 -103
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/utils/perf.js.map +1 -0
- package/dist/hooks/useCurrentUserSeq.js +20 -6
- package/dist/hooks/useCurrentUserSeq.js.map +1 -1
- package/dist/hooks.js +50 -49
- package/dist/index.js +74 -70
- package/dist/index.js.map +1 -1
- package/dist/layout/Layout.js +24 -24
- package/dist/layout/Layout.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/layout/themeLayouts.js.map +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
- package/dist/node_modules/.pnpm/react-overlays@5.2.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/react-overlays/esm/Portal.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +14 -0
- package/dist/types/components/OwpFieldHelperText/index.d.ts +2 -0
- package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +18 -0
- package/dist/types/components/OwpRequiredHelperText/index.d.ts +2 -0
- package/dist/types/components/OwpTable/{OwpVerticalTable.d.ts → OwpFieldTable.d.ts} +9 -8
- package/dist/types/components/OwpTable/index.d.ts +1 -1
- package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +5 -3
- package/dist/types/components/OwpTreeGrid/OwpTreeGrid.d.ts +7 -1
- package/dist/types/components/OwpTreeGrid/index.d.ts +1 -1
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridLoadingOverlay.d.ts +1 -1
- package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.d.ts +1 -1
- package/dist/types/components/OwpTreeGrid/internal/treeGridColumnEditRules.d.ts +60 -0
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +7 -2
- package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -2
- package/dist/types/index.d.ts +3 -1
- package/dist/types/layout/Layout.d.ts +2 -0
- package/dist/types/layout/themeLayouts.d.ts +2 -0
- package/package.json +3 -3
- package/dist/components/OwpTable/OwpVerticalTable.js +0 -96
- package/dist/components/OwpTable/OwpVerticalTable.js.map +0 -1
- package/dist/components/OwpTreeGrid/hooks/useOwpTreeGridOverlayFrame.js.map +0 -1
- package/dist/components/OwpTreeGrid/utils/perf.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -39
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js +0 -36
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js +0 -52
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js +0 -35
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js +0 -227
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js +0 -48
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js +0 -56
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js +0 -41
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js +0 -47
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js +0 -10
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js +0 -76
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js +0 -51
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js +0 -257
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js +0 -121
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js +0 -227
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js +0 -74
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js +0 -52
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js +0 -28
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js +0 -217
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -108
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js +0 -105
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -107
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js +0 -138
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js +0 -327
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js +0 -28
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js +0 -83
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js +0 -26
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js +0 -109
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js.map +0 -1
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js +0 -28
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js.map +0 -1
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js +0 -136
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js.map +0 -1
- /package/dist/components/OwpTreeGrid/{utils → internal/utils}/perf.js +0 -0
- /package/dist/types/components/OwpTreeGrid/{hooks → internal/hooks}/useOwpTreeGridOverlayFrame.d.ts +0 -0
- /package/dist/types/components/OwpTreeGrid/{utils → internal/utils}/perf.d.ts +0 -0
package/dist/hooks.js
CHANGED
|
@@ -2,83 +2,84 @@ import { useGetCommonCodeList as t, useSetCommonCodeList as o } from "./hooks/us
|
|
|
2
2
|
import { useAccessTokenGuard as u } from "./hooks/useAccessTokenGuard.js";
|
|
3
3
|
import { useConfirm as n } from "./hooks/useConfirm.js";
|
|
4
4
|
import { useGetCurrentLanguage as a, useGetLanguageList as f, useSetCurrentLanguage as i } from "./hooks/useCurrentLanguage.js";
|
|
5
|
-
import { useGetLogoSrc as C, useSetLogoSrc as
|
|
5
|
+
import { useGetLogoSrc as C, useSetLogoSrc as S } from "./hooks/useLogoSrc.js";
|
|
6
6
|
import { useGetCurrentUser as g, useSetCurrentUser as L } from "./hooks/useCurrentUser.js";
|
|
7
7
|
import { useGetCurrentUserId as d, useSetCurrentUserId as T } from "./hooks/useCurrentUserId.js";
|
|
8
|
-
import { useGetCurrentUserSeq as
|
|
8
|
+
import { useEnsureCurrentUserSeq as h, useGetCurrentUserSeq as l, useSetCurrentUserSeq as v } from "./hooks/useCurrentUserSeq.js";
|
|
9
9
|
import { useDebounce as b } from "./hooks/useDebounce.js";
|
|
10
|
-
import { useDeepCompareEffect as N, useDeepCompareEffectNoCheck as
|
|
11
|
-
import { useHeaderWrapState as
|
|
10
|
+
import { useDeepCompareEffect as N, useDeepCompareEffectNoCheck as D, useDeepCompareMemoize as I } from "./hooks/useDeepCompareEffect.js";
|
|
11
|
+
import { useHeaderWrapState as q } from "./hooks/useHeaderWrapState.js";
|
|
12
12
|
import { useInitApp as M } from "./hooks/useInitApp.js";
|
|
13
13
|
import { useInitCommonCodes as P } from "./hooks/useInitCommonCodes.js";
|
|
14
|
-
import { useGetNavbar as
|
|
15
|
-
import { useGetNavigationList as
|
|
16
|
-
import { useChangeOwpTheme as
|
|
17
|
-
import { useOwpTranslation as
|
|
18
|
-
import { useGetPageLockLoading as
|
|
19
|
-
import { usePrevious as
|
|
20
|
-
import { useGetShortcuts as
|
|
21
|
-
import { getEnv as
|
|
22
|
-
import { useThemeMediaQuery as
|
|
23
|
-
import { useTimeout as
|
|
14
|
+
import { useGetNavbar as F, useNavbarActions as _ } from "./hooks/useNavbar.js";
|
|
15
|
+
import { useGetNavigationList as B, useSetNavigationList as H } from "./hooks/useNavigation.js";
|
|
16
|
+
import { useChangeOwpTheme as Q, useGetCurrentLayoutConfig as R, useGetCurrentSettings as W, useGetCustomScrollbarsEnabled as j, useGetDefaultSettings as J, useGetFooterTheme as V, useGetMainTheme as X, useGetNavbarTheme as Y, useGetOwpSettings as Z, useGetToolbarTheme as $, useResetSettings as ee, useSetDefaultSettings as re, useSetSettings as te } from "./hooks/useOwpSettings.js";
|
|
17
|
+
import { useOwpTranslation as se } from "./hooks/useOwpTranslation.js";
|
|
18
|
+
import { useGetPageLockLoading as me, usePageLockLoading as ne } from "./hooks/usePageLockLoading.js";
|
|
19
|
+
import { usePrevious as ae } from "./hooks/usePrevious.js";
|
|
20
|
+
import { useGetShortcuts as ie, useSetShortcuts as xe } from "./hooks/useShortcuts.js";
|
|
21
|
+
import { getEnv as Se, setEnv as Ge, useStorage as ge } from "./hooks/useStorage.js";
|
|
22
|
+
import { useThemeMediaQuery as ce } from "./hooks/useThemeMediaQuery.js";
|
|
23
|
+
import { useTimeout as Te } from "./hooks/useTimeout.js";
|
|
24
24
|
import { useTreeGridCommonCodeEnums as he } from "./hooks/useTreeGridCommonCodeEnums.js";
|
|
25
|
-
import { useTreeGridEnums as
|
|
25
|
+
import { useTreeGridEnums as ve } from "./hooks/useTreeGridEnums.js";
|
|
26
26
|
import { useTreeGridExcelExport as be } from "./hooks/useTreeGridExcelExport.js";
|
|
27
27
|
import { FALLBACK_LANGUAGE_LIST as Ne } from "./constants/language.js";
|
|
28
28
|
export {
|
|
29
29
|
Ne as FALLBACK_LANGUAGE_LIST,
|
|
30
|
-
|
|
30
|
+
Se as getEnv,
|
|
31
31
|
Ge as setEnv,
|
|
32
32
|
u as useAccessTokenGuard,
|
|
33
|
-
|
|
33
|
+
Q as useChangeOwpTheme,
|
|
34
34
|
n as useConfirm,
|
|
35
35
|
b as useDebounce,
|
|
36
36
|
N as useDeepCompareEffect,
|
|
37
|
-
|
|
38
|
-
|
|
37
|
+
D as useDeepCompareEffectNoCheck,
|
|
38
|
+
I as useDeepCompareMemoize,
|
|
39
|
+
h as useEnsureCurrentUserSeq,
|
|
39
40
|
t as useGetCommonCodeList,
|
|
40
41
|
a as useGetCurrentLanguage,
|
|
41
|
-
|
|
42
|
-
|
|
42
|
+
R as useGetCurrentLayoutConfig,
|
|
43
|
+
W as useGetCurrentSettings,
|
|
43
44
|
g as useGetCurrentUser,
|
|
44
45
|
d as useGetCurrentUserId,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
46
|
+
l as useGetCurrentUserSeq,
|
|
47
|
+
j as useGetCustomScrollbarsEnabled,
|
|
48
|
+
J as useGetDefaultSettings,
|
|
49
|
+
V as useGetFooterTheme,
|
|
49
50
|
f as useGetLanguageList,
|
|
50
51
|
C as useGetLogoSrc,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
52
|
+
X as useGetMainTheme,
|
|
53
|
+
F as useGetNavbar,
|
|
54
|
+
Y as useGetNavbarTheme,
|
|
55
|
+
B as useGetNavigationList,
|
|
56
|
+
Z as useGetOwpSettings,
|
|
57
|
+
me as useGetPageLockLoading,
|
|
58
|
+
ie as useGetShortcuts,
|
|
59
|
+
$ as useGetToolbarTheme,
|
|
60
|
+
q as useHeaderWrapState,
|
|
60
61
|
M as useInitApp,
|
|
61
62
|
P as useInitCommonCodes,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
_ as useNavbarActions,
|
|
64
|
+
se as useOwpTranslation,
|
|
65
|
+
ne as usePageLockLoading,
|
|
66
|
+
ae as usePrevious,
|
|
67
|
+
ee as useResetSettings,
|
|
67
68
|
o as useSetCommonCodeList,
|
|
68
69
|
i as useSetCurrentLanguage,
|
|
69
70
|
L as useSetCurrentUser,
|
|
70
71
|
T as useSetCurrentUserId,
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
v as useSetCurrentUserSeq,
|
|
73
|
+
re as useSetDefaultSettings,
|
|
74
|
+
S as useSetLogoSrc,
|
|
75
|
+
H as useSetNavigationList,
|
|
76
|
+
te as useSetSettings,
|
|
77
|
+
xe as useSetShortcuts,
|
|
78
|
+
ge as useStorage,
|
|
79
|
+
ce as useThemeMediaQuery,
|
|
80
|
+
Te as useTimeout,
|
|
80
81
|
he as useTreeGridCommonCodeEnums,
|
|
81
|
-
|
|
82
|
+
ve as useTreeGridEnums,
|
|
82
83
|
be as useTreeGridExcelExport
|
|
83
84
|
};
|
|
84
85
|
//# sourceMappingURL=hooks.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,62 +1,64 @@
|
|
|
1
1
|
import { DialogsProvider as r } from "@toolpad/core/useDialogs";
|
|
2
2
|
import { themeLayouts as p } from "./layout/themeLayouts.js";
|
|
3
|
-
import { createInitialOwpSettings as a, defaultSettings as
|
|
3
|
+
import { createInitialOwpSettings as a, defaultSettings as x, defaultThemeOptions as f, defaultThemes as O, extendThemeWithMixins as w, generateSettings as i, getDefaultLayout as l, getDefaultThemeSettings as n, getParsedQuerySettings as d, mustHaveThemeOptions as u } from "./configs/defaultConfig.js";
|
|
4
4
|
import { OwpAutoLogoutDialog as T } from "./components/OwpAutoLogoutDialog/OwpAutoLogoutDialog.js";
|
|
5
|
-
import { OwpBarcodeInputField as
|
|
5
|
+
import { OwpBarcodeInputField as c } from "./components/OwpBarcodeInput/OwpBarcodeInputField.js";
|
|
6
6
|
import { OwpExportDataToExcelButton as P } from "./components/OwpExportExcelButton/OwpExportExcelButton.js";
|
|
7
7
|
import { OwpFileUploadButton as C } from "./components/OwpFileUploadButton/OwpFileUploadButton.js";
|
|
8
8
|
import { OwpMoreActionsButton as D } from "./components/OwpMoreActionsButton/OwpMoreActionsButton.js";
|
|
9
9
|
import { OwpDatePicker as k } from "./components/OwpPicker/OwpDatePicker.js";
|
|
10
10
|
import { OwpDateRangePicker as L } from "./components/OwpPicker/OwpDateRangePicker.js";
|
|
11
|
-
import { OwpTimePicker as
|
|
12
|
-
import { OwpWeekDatePicker as
|
|
11
|
+
import { OwpTimePicker as F } from "./components/OwpPicker/OwpTimePicker.js";
|
|
12
|
+
import { OwpWeekDatePicker as R } from "./components/OwpPicker/OwpWeekDatePicker.js";
|
|
13
13
|
import { OwpYearRangePicker as I } from "./components/OwpPicker/OwpYearRangePicker.js";
|
|
14
|
-
import { OwpDataTable as
|
|
15
|
-
import { OwpTable as
|
|
16
|
-
import {
|
|
14
|
+
import { OwpDataTable as H } from "./components/OwpTable/OwpDataTable.js";
|
|
15
|
+
import { OwpTable as N, OwpTableTotalCount as Q, StyledTable as W, StyledTableRow as Y } from "./components/OwpTable/OwpTable.js";
|
|
16
|
+
import { OwpFieldTable as U } from "./components/OwpTable/OwpFieldTable.js";
|
|
17
17
|
import { OwpTextMaskField as j } from "./components/OwpTextField/OwpTextMaskField.js";
|
|
18
|
-
import { OwpTreeGridToolbar as
|
|
19
|
-
import { OwpZoomImageSlider as
|
|
18
|
+
import { OwpTreeGridToolbar as J } from "./components/OwpTreeGrid/OwpTreeGridToolbar.js";
|
|
19
|
+
import { OwpZoomImageSlider as V } from "./components/OwpZoomImageSlider/OwpZoomImageSlider.js";
|
|
20
20
|
import { default as _ } from "./components/OwpPageBreadcrumb/OwpPageBreadcrumb.js";
|
|
21
21
|
import { OwpErrorBoundary as ee } from "./components/OwpErrorBoundary/OwpErrorBoundary.js";
|
|
22
22
|
import { OwpEventEmitter as re } from "./components/OwpEventEmitter/OwpEventEmitter.js";
|
|
23
23
|
import { OwpLanguageSwitcherSelect as pe } from "./components/OwpLanguageSwitcherSelect/OwpLanguageSwitcherSelect.js";
|
|
24
24
|
import { OwpDialog as ae } from "./components/OwpDialog/OwpDialog.js";
|
|
25
|
-
import { CommonCodeSelector as
|
|
25
|
+
import { CommonCodeSelector as fe, OwpCommonCodeSelector as Oe } from "./components/OwpCommonCode/OwpCommonCodeSelector.js";
|
|
26
26
|
import { CommonCodeRadioGroup as ie, OwpCommonCodeRadioGroup as le } from "./components/OwpCommonCode/OwpCommonCodeRadioGroup.js";
|
|
27
27
|
import { OwpErrorStatusPage as de } from "./components/OwpErrorStatusPage/OwpErrorStatusPage.js";
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
28
|
+
import { OwpFieldHelperText as ge } from "./components/OwpFieldHelperText/OwpFieldHelperText.js";
|
|
29
|
+
import { OwpLayout as se } from "./components/OwpLayout/OwpLayout.js";
|
|
30
|
+
import { OwpLoading as Se } from "./components/OwpLoading/OwpLoading.js";
|
|
31
|
+
import { OwpMrtTable as be } from "./components/OwpMrtTable/OwpMrtTable.js";
|
|
32
|
+
import { OwpNumberField as he } from "./components/OwpNumberField/OwpNumberField.js";
|
|
33
|
+
import { OwpOptionSelector as ye } from "./components/OwpOptionSelector/OwpOptionSelector.js";
|
|
34
|
+
import { OwpPageCarded as Be } from "./components/OwpPageCarded/OwpPageCarded.js";
|
|
35
|
+
import { OwpPageContent as Ee } from "./components/OwpPageContent/OwpPageContent.js";
|
|
36
|
+
import { OwpPageLockLoading as Ge } from "./components/OwpPageLockLoading/OwpPageLockLoading.js";
|
|
37
|
+
import { OwpPageTitle as ve } from "./components/OwpPageTitle/OwpPageTitle.js";
|
|
38
|
+
import { OwpQuerySelector as Me } from "./components/OwpQuerySelector/OwpQuerySelector.js";
|
|
39
|
+
import { OwpScrollbars as Ae } from "./components/OwpScrollbars/OwpScrollbars.js";
|
|
40
|
+
import { OwpSearchFilter as Qe } from "./components/OwpSearchFilter/OwpSearchFilter.js";
|
|
41
|
+
import { OwpSection as Ye } from "./components/OwpSection/OwpSection.js";
|
|
42
|
+
import { OwpStyleProvider as Ue } from "./components/OwpStyleProvider/OwpStyleProvider.js";
|
|
43
|
+
import { OwpSuspense as je } from "./components/OwpSuspense/OwpSuspense.js";
|
|
44
|
+
import { OwpSvgIcon as Je } from "./components/OwpSvgIcon/OwpSvgIcon.js";
|
|
45
|
+
import { OwpRequiredHelperText as Ve } from "./components/OwpRequiredHelperText/OwpRequiredHelperText.js";
|
|
46
|
+
import { OwpTab as _e } from "./components/OwpTabs/OwpTab.js";
|
|
47
|
+
import { OwpTabs as eo } from "./components/OwpTabs/OwpTabs.js";
|
|
48
|
+
import { OwpTreeGridExcelButton as ro } from "./components/OwpTreeGridExcelButton/OwpTreeGridExcelButton.js";
|
|
49
|
+
import { OwpTreeGridResetChangesButton as po } from "./components/OwpTreeGridResetChangesButton/OwpTreeGridResetChangesButton.js";
|
|
50
|
+
import { OwpTreeGrid as ao } from "./components/OwpTreeGrid/OwpTreeGrid.js";
|
|
51
|
+
import { TreeGrid as fo } from "./components/OwpTreeGrid/TreeGrid.js";
|
|
52
|
+
import { OwpYesNoSelector as wo } from "./components/OwpYesNoSelector/OwpYesNoSelector.js";
|
|
51
53
|
export {
|
|
52
54
|
ie as CommonCodeRadioGroup,
|
|
53
|
-
|
|
55
|
+
fe as CommonCodeSelector,
|
|
54
56
|
r as DialogsProvider,
|
|
55
57
|
T as OwpAutoLogoutDialog,
|
|
56
|
-
|
|
58
|
+
c as OwpBarcodeInputField,
|
|
57
59
|
le as OwpCommonCodeRadioGroup,
|
|
58
60
|
Oe as OwpCommonCodeSelector,
|
|
59
|
-
|
|
61
|
+
H as OwpDataTable,
|
|
60
62
|
k as OwpDatePicker,
|
|
61
63
|
L as OwpDateRangePicker,
|
|
62
64
|
ae as OwpDialog,
|
|
@@ -64,47 +66,49 @@ export {
|
|
|
64
66
|
de as OwpErrorStatusPage,
|
|
65
67
|
re as OwpEventEmitter,
|
|
66
68
|
P as OwpExportDataToExcelButton,
|
|
69
|
+
ge as OwpFieldHelperText,
|
|
70
|
+
U as OwpFieldTable,
|
|
67
71
|
C as OwpFileUploadButton,
|
|
68
72
|
pe as OwpLanguageSwitcherSelect,
|
|
69
|
-
|
|
70
|
-
|
|
73
|
+
se as OwpLayout,
|
|
74
|
+
Se as OwpLoading,
|
|
71
75
|
D as OwpMoreActionsButton,
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
76
|
+
be as OwpMrtTable,
|
|
77
|
+
he as OwpNumberField,
|
|
78
|
+
ye as OwpOptionSelector,
|
|
75
79
|
_ as OwpPageBreadcrumb,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
je as
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
80
|
+
Be as OwpPageCarded,
|
|
81
|
+
Ee as OwpPageContent,
|
|
82
|
+
Ge as OwpPageLockLoading,
|
|
83
|
+
ve as OwpPageTitle,
|
|
84
|
+
Me as OwpQuerySelector,
|
|
85
|
+
Ve as OwpRequiredHelperText,
|
|
86
|
+
Ae as OwpScrollbars,
|
|
87
|
+
Qe as OwpSearchFilter,
|
|
88
|
+
Ye as OwpSection,
|
|
89
|
+
Ue as OwpStyleProvider,
|
|
90
|
+
je as OwpSuspense,
|
|
91
|
+
Je as OwpSvgIcon,
|
|
92
|
+
_e as OwpTab,
|
|
93
|
+
N as OwpTable,
|
|
94
|
+
Q as OwpTableTotalCount,
|
|
95
|
+
eo as OwpTabs,
|
|
91
96
|
j as OwpTextMaskField,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
v as OwpWeekDatePicker,
|
|
97
|
+
F as OwpTimePicker,
|
|
98
|
+
ao as OwpTreeGrid,
|
|
99
|
+
ro as OwpTreeGridExcelButton,
|
|
100
|
+
po as OwpTreeGridResetChangesButton,
|
|
101
|
+
J as OwpTreeGridToolbar,
|
|
102
|
+
R as OwpWeekDatePicker,
|
|
99
103
|
I as OwpYearRangePicker,
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
104
|
+
wo as OwpYesNoSelector,
|
|
105
|
+
V as OwpZoomImageSlider,
|
|
106
|
+
W as StyledTable,
|
|
107
|
+
Y as StyledTableRow,
|
|
108
|
+
fo as TreeGrid,
|
|
105
109
|
a as createInitialOwpSettings,
|
|
106
|
-
|
|
107
|
-
|
|
110
|
+
x as defaultSettings,
|
|
111
|
+
f as defaultThemeOptions,
|
|
108
112
|
O as defaultThemes,
|
|
109
113
|
w as extendThemeWithMixins,
|
|
110
114
|
i as generateSettings,
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
package/dist/layout/Layout.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
var
|
|
2
|
-
var r = (a, e) =>
|
|
1
|
+
var d = Object.defineProperty;
|
|
2
|
+
var r = (a, e) => d(a, "name", { value: e, configurable: !0 });
|
|
3
3
|
import { jsxs as i, jsx as t } from "../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
|
|
4
|
-
import { useGetCurrentLayoutConfig as
|
|
5
|
-
import { LinearProgress as
|
|
6
|
-
import { styled as
|
|
7
|
-
import { useIsFetching as
|
|
8
|
-
import { memo as
|
|
9
|
-
import { Outlet as
|
|
10
|
-
import
|
|
11
|
-
import
|
|
4
|
+
import { useGetCurrentLayoutConfig as p } from "../hooks/useOwpSettings.js";
|
|
5
|
+
import { LinearProgress as c } from "@mui/material";
|
|
6
|
+
import { styled as u } from "@mui/material/styles";
|
|
7
|
+
import { useIsFetching as x, useIsMutating as h } from "@tanstack/react-query";
|
|
8
|
+
import { memo as y } from "react";
|
|
9
|
+
import { Outlet as g } from "react-router-dom";
|
|
10
|
+
import b from "./components/layouts/FooterLayout.js";
|
|
11
|
+
import L from "./components/layouts/LeftSideLayout.js";
|
|
12
12
|
import l from "./components/layouts/NavbarWrapperLayout.js";
|
|
13
|
-
import
|
|
14
|
-
import { OwpSuspense as
|
|
15
|
-
const
|
|
13
|
+
import v from "./components/toolbar/ToolbarLayout.js";
|
|
14
|
+
import { OwpSuspense as w } from "../components/OwpSuspense/OwpSuspense.js";
|
|
15
|
+
const N = u("div")(({ config: a }) => ({
|
|
16
16
|
...a.mode === "boxed" && {
|
|
17
17
|
clipPath: "inset(0)",
|
|
18
18
|
maxWidth: a.containerWidth,
|
|
@@ -29,28 +29,28 @@ const L = p("div")(({ config: a }) => ({
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
}));
|
|
32
|
-
function
|
|
33
|
-
const { children: e } = a,
|
|
34
|
-
return /* @__PURE__ */ i(
|
|
35
|
-
o.leftSidePanel.display && /* @__PURE__ */ t(
|
|
32
|
+
function W(a) {
|
|
33
|
+
const { children: e, layoutConfig: n } = a, s = p(), o = n ?? s, m = x(), f = h();
|
|
34
|
+
return /* @__PURE__ */ i(N, { id: "owp-layout", config: o, className: "flex w-full", children: [
|
|
35
|
+
o.leftSidePanel.display && /* @__PURE__ */ t(L, {}),
|
|
36
36
|
/* @__PURE__ */ i("div", { className: "flex min-w-0 flex-auto", children: [
|
|
37
37
|
o.navbar.display && o.navbar.position === "left" && /* @__PURE__ */ t(l, {}),
|
|
38
38
|
/* @__PURE__ */ i("main", { id: "owp-main", className: "relative z-10 flex min-h-full min-w-0 flex-auto flex-col", children: [
|
|
39
|
-
o.toolbar.display && /* @__PURE__ */ t(
|
|
40
|
-
!!(
|
|
39
|
+
o.toolbar.display && /* @__PURE__ */ t(v, { className: o.toolbar.style === "fixed" ? "sticky top-0" : "" }),
|
|
40
|
+
!!(m || f) && /* @__PURE__ */ t("div", { className: "fixed top-0 left-0 z-30 w-full", children: /* @__PURE__ */ t(c, { color: "secondary" }) }),
|
|
41
41
|
/* @__PURE__ */ i("div", { className: "relative z-10 flex min-h-0 flex-auto flex-col", children: [
|
|
42
|
-
/* @__PURE__ */ t(
|
|
42
|
+
/* @__PURE__ */ t(w, { children: /* @__PURE__ */ t(g, {}) }),
|
|
43
43
|
e
|
|
44
44
|
] }),
|
|
45
|
-
o.footer.display && /* @__PURE__ */ t(
|
|
45
|
+
o.footer.display && /* @__PURE__ */ t(b, { className: o.footer.style === "fixed" ? "sticky bottom-0" : "" })
|
|
46
46
|
] }),
|
|
47
47
|
o.navbar.display && o.navbar.position === "right" && /* @__PURE__ */ t(l, {})
|
|
48
48
|
] })
|
|
49
49
|
] });
|
|
50
50
|
}
|
|
51
|
-
r(
|
|
52
|
-
const
|
|
51
|
+
r(W, "Layout");
|
|
52
|
+
const T = y(W);
|
|
53
53
|
export {
|
|
54
|
-
|
|
54
|
+
T as default
|
|
55
55
|
};
|
|
56
56
|
//# sourceMappingURL=Layout.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Layout.js","sources":["../../src/layout/Layout.tsx"],"sourcesContent":["import { LayoutConfigDefaultsType } from '@/configs/layoutConfig';\nimport { OwpSuspense } from '@/components/OwpSuspense';\nimport { useGetCurrentLayoutConfig } from '@/hooks/useOwpSettings';\nimport { LinearProgress } from '@mui/material';\nimport { styled } from '@mui/material/styles';\nimport { useIsFetching, useIsMutating } from '@tanstack/react-query';\nimport { memo, ReactNode } from 'react';\nimport { Outlet } from 'react-router-dom';\nimport FooterLayout from './components/layouts/FooterLayout';\nimport LeftSideLayout from './components/layouts/LeftSideLayout';\nimport NavbarWrapperLayout from './components/layouts/NavbarWrapperLayout';\nimport ToolbarLayout from './components/toolbar/ToolbarLayout';\n\nconst Root = styled('div')(({ config }: { config: LayoutConfigDefaultsType }) => ({\n ...(config.mode === 'boxed' && {\n clipPath: 'inset(0)',\n maxWidth: config.containerWidth,\n marginLeft: 'auto',\n marginRight: 'auto',\n boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',\n }),\n ...(config.mode === 'container' && {\n '& .container': {\n maxWidth: config.containerWidth,\n width: '100%',\n marginLeft: 'auto',\n marginRight: 'auto',\n },\n }),\n}));\n\ntype LayoutProps = {\n children?: ReactNode;\n};\n\n/**\n * The layout.\n */\nfunction Layout(props: LayoutProps) {\n const { children } = props;\n const
|
|
1
|
+
{"version":3,"file":"Layout.js","sources":["../../src/layout/Layout.tsx"],"sourcesContent":["import { LayoutConfigDefaultsType } from '@/configs/layoutConfig';\nimport { OwpSuspense } from '@/components/OwpSuspense';\nimport { useGetCurrentLayoutConfig } from '@/hooks/useOwpSettings';\nimport { LinearProgress } from '@mui/material';\nimport { styled } from '@mui/material/styles';\nimport { useIsFetching, useIsMutating } from '@tanstack/react-query';\nimport { memo, ReactNode } from 'react';\nimport { Outlet } from 'react-router-dom';\nimport FooterLayout from './components/layouts/FooterLayout';\nimport LeftSideLayout from './components/layouts/LeftSideLayout';\nimport NavbarWrapperLayout from './components/layouts/NavbarWrapperLayout';\nimport ToolbarLayout from './components/toolbar/ToolbarLayout';\n\nconst Root = styled('div')(({ config }: { config: LayoutConfigDefaultsType }) => ({\n ...(config.mode === 'boxed' && {\n clipPath: 'inset(0)',\n maxWidth: config.containerWidth,\n marginLeft: 'auto',\n marginRight: 'auto',\n boxShadow: '0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)',\n }),\n ...(config.mode === 'container' && {\n '& .container': {\n maxWidth: config.containerWidth,\n width: '100%',\n marginLeft: 'auto',\n marginRight: 'auto',\n },\n }),\n}));\n\ntype LayoutProps = {\n layoutConfig?: LayoutConfigDefaultsType;\n children?: ReactNode;\n};\n\n/**\n * The layout.\n */\nfunction Layout(props: LayoutProps) {\n const { children, layoutConfig } = props;\n const currentLayoutConfig = useGetCurrentLayoutConfig() as LayoutConfigDefaultsType;\n const config = layoutConfig ?? currentLayoutConfig;\n const isFetching = useIsFetching();\n const isMutating = useIsMutating();\n\n return (\n <Root id=\"owp-layout\" config={config} className=\"flex w-full\">\n {config.leftSidePanel.display && <LeftSideLayout />}\n\n <div className=\"flex min-w-0 flex-auto\">\n {config.navbar.display && config.navbar.position === 'left' && <NavbarWrapperLayout />}\n\n <main id=\"owp-main\" className=\"relative z-10 flex min-h-full min-w-0 flex-auto flex-col\">\n {config.toolbar.display && (\n <ToolbarLayout className={config.toolbar.style === 'fixed' ? 'sticky top-0' : ''} />\n )}\n {Boolean(isFetching || isMutating) && (\n <div className=\"fixed top-0 left-0 z-30 w-full\">\n <LinearProgress color=\"secondary\" />\n </div>\n )}\n\n <div className=\"relative z-10 flex min-h-0 flex-auto flex-col\">\n <OwpSuspense>\n <Outlet />\n </OwpSuspense>\n {children}\n </div>\n\n {config.footer.display && (\n <FooterLayout className={config.footer.style === 'fixed' ? 'sticky bottom-0' : ''} />\n )}\n </main>\n\n {config.navbar.display && config.navbar.position === 'right' && <NavbarWrapperLayout />}\n </div>\n </Root>\n );\n}\n\nexport default memo(Layout);\n"],"names":["Root","styled","config","Layout","props","children","layoutConfig","currentLayoutConfig","useGetCurrentLayoutConfig","isFetching","useIsFetching","isMutating","useIsMutating","jsx","LeftSideLayout","jsxs","NavbarWrapperLayout","ToolbarLayout","LinearProgress","OwpSuspense","Outlet","FooterLayout","__name","Layout$1","memo"],"mappings":";;;;;;;;;;;;;;AAaA,MAAMA,IAAOC,EAAO,KAAK,EAAE,CAAC,EAAE,QAAAC,SAAoD;AAAA,EAChF,GAAIA,EAAO,SAAS,WAAW;AAAA,IAC7B,UAAU;AAAA,IACV,UAAUA,EAAO;AAAA,IACjB,YAAY;AAAA,IACZ,aAAa;AAAA,IACb,WAAW;AAAA,EAAA;AAAA,EAEb,GAAIA,EAAO,SAAS,eAAe;AAAA,IACjC,gBAAgB;AAAA,MACd,UAAUA,EAAO;AAAA,MACjB,OAAO;AAAA,MACP,YAAY;AAAA,MACZ,aAAa;AAAA,IAAA;AAAA,EACf;AAEJ,EAAE;AAUF,SAASC,EAAOC,GAAoB;AAClC,QAAM,EAAE,UAAAC,GAAU,cAAAC,EAAA,IAAiBF,GAC7BG,IAAsBC,EAAA,GACtBN,IAASI,KAAgBC,GACzBE,IAAaC,EAAA,GACbC,IAAaC,EAAA;AAEnB,2BACGZ,GAAA,EAAK,IAAG,cAAa,QAAAE,GAAgB,WAAU,eAC7C,UAAA;AAAA,IAAAA,EAAO,cAAc,WAAW,gBAAAW,EAACC,GAAA,CAAA,CAAe;AAAA,IAEjD,gBAAAC,EAAC,OAAA,EAAI,WAAU,0BACZ,UAAA;AAAA,MAAAb,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,4BAAWc,GAAA,EAAoB;AAAA,MAEpF,gBAAAD,EAAC,QAAA,EAAK,IAAG,YAAW,WAAU,4DAC3B,UAAA;AAAA,QAAAb,EAAO,QAAQ,WACd,gBAAAW,EAACI,GAAA,EAAc,WAAWf,EAAO,QAAQ,UAAU,UAAU,iBAAiB,GAAA,CAAI;AAAA,QAEnF,GAAQO,KAAcE,MACrB,gBAAAE,EAAC,OAAA,EAAI,WAAU,kCACb,UAAA,gBAAAA,EAACK,GAAA,EAAe,OAAM,YAAA,CAAY,GACpC;AAAA,QAGF,gBAAAH,EAAC,OAAA,EAAI,WAAU,iDACb,UAAA;AAAA,UAAA,gBAAAF,EAACM,GAAA,EACC,UAAA,gBAAAN,EAACO,GAAA,CAAA,CAAO,GACV;AAAA,UACCf;AAAA,QAAA,GACH;AAAA,QAECH,EAAO,OAAO,WACb,gBAAAW,EAACQ,GAAA,EAAa,WAAWnB,EAAO,OAAO,UAAU,UAAU,oBAAoB,GAAA,CAAI;AAAA,MAAA,GAEvF;AAAA,MAECA,EAAO,OAAO,WAAWA,EAAO,OAAO,aAAa,6BAAYc,GAAA,CAAA,CAAoB;AAAA,IAAA,EAAA,CACvF;AAAA,EAAA,GACF;AAEJ;AAxCSM,EAAAnB,GAAA;AA0CT,MAAAoB,IAAeC,EAAKrB,CAAM;"}
|
|
@@ -18,11 +18,11 @@ import { styled as te } from "@mui/material/styles";
|
|
|
18
18
|
import z from "@mui/material/TextField";
|
|
19
19
|
import ne from "@mui/material/Tooltip";
|
|
20
20
|
import E from "@mui/material/Typography";
|
|
21
|
-
import D from "../../../_virtual/
|
|
22
|
-
import re from "../../../_virtual/
|
|
21
|
+
import D from "../../../_virtual/index17.js";
|
|
22
|
+
import re from "../../../_virtual/index18.js";
|
|
23
23
|
import { clsx as B } from "../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
|
|
24
24
|
import { useMemo as oe, useReducer as ie, useRef as T, useEffect as se } from "react";
|
|
25
|
-
import W from "../../../_virtual/
|
|
25
|
+
import W from "../../../_virtual/index19.js";
|
|
26
26
|
import { useNavigate as ae } from "react-router-dom";
|
|
27
27
|
import { toolbarToggleSx as le } from "./toggleStyles.js";
|
|
28
28
|
import { OwpSvgIcon as w } from "../../../components/OwpSvgIcon/OwpSvgIcon.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"themeLayouts.js","sources":["../../src/layout/themeLayouts.ts"],"sourcesContent":["import type { ComponentType, ReactNode } from 'react';\nimport Layout from './Layout';\n\n/**\n * The type definition for the theme layouts.\n */\nexport type themeLayoutsType = {\n [key: string]: ComponentType<{ children?: ReactNode }>;\n};\n\n/**\n * The theme layouts.\n */\nexport const themeLayouts: themeLayoutsType = {\n layout: Layout,\n};\n"],"names":["themeLayouts","Layout"],"mappings":";
|
|
1
|
+
{"version":3,"file":"themeLayouts.js","sources":["../../src/layout/themeLayouts.ts"],"sourcesContent":["import type { LayoutConfigDefaultsType } from '@/configs/layoutConfig';\nimport type { ComponentType, ReactNode } from 'react';\nimport Layout from './Layout';\n\n/**\n * The type definition for the theme layouts.\n */\nexport type themeLayoutsType = {\n [key: string]: ComponentType<{ children?: ReactNode; layoutConfig?: LayoutConfigDefaultsType }>;\n};\n\n/**\n * The theme layouts.\n */\nexport const themeLayouts: themeLayoutsType = {\n layout: Layout,\n};\n"],"names":["themeLayouts","Layout"],"mappings":";AAcO,MAAMA,IAAiC;AAAA,EAC5C,QAAQC;AACV;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var f = Object.defineProperty;
|
|
2
2
|
var t = (e, _) => f(e, "name", { value: _, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/constants2.js";
|
|
4
4
|
var i;
|
|
5
5
|
function E() {
|
|
6
6
|
if (i) return r;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var q = Object.defineProperty;
|
|
2
2
|
var O = (C, _) => q(C, "name", { value: _, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index7.js";
|
|
4
4
|
import { __require as d } from "./CODE128_AUTO.js";
|
|
5
5
|
import { __require as n } from "./CODE128A.js";
|
|
6
6
|
import { __require as m } from "./CODE128B.js";
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var w = Object.defineProperty;
|
|
2
2
|
var n = (f, a) => w(f, "name", { value: a, configurable: !0 });
|
|
3
|
-
import { __exports as i } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as i } from "../../../../../../../../_virtual/index6.js";
|
|
4
4
|
import { __require as k } from "../Barcode.js";
|
|
5
5
|
var _;
|
|
6
6
|
function P() {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var D = Object.defineProperty;
|
|
2
2
|
var C = (u, t) => D(u, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as e } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as e } from "../../../../../../../../_virtual/index13.js";
|
|
4
4
|
import { __require as O } from "./CODE93.js";
|
|
5
5
|
import { __require as E } from "./CODE93FullASCII.js";
|
|
6
6
|
var l;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var n = Object.defineProperty;
|
|
2
2
|
var G = (r, t) => n(r, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as L } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as L } from "../../../../../../../../_virtual/constants.js";
|
|
4
4
|
var e;
|
|
5
5
|
function o() {
|
|
6
6
|
return e ? L : (e = 1, Object.defineProperty(L, "__esModule", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var C = Object.defineProperty;
|
|
2
2
|
var i = (u, a) => C(u, "name", { value: a, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index8.js";
|
|
4
4
|
import { __require as U } from "./EAN13.js";
|
|
5
5
|
import { __require as s } from "./EAN8.js";
|
|
6
6
|
import { __require as l } from "./EAN5.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var b = Object.defineProperty;
|
|
2
2
|
var r = (a, f) => b(a, "name", { value: f, configurable: !0 });
|
|
3
|
-
import { __exports as u } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as u } from "../../../../../../../../_virtual/index14.js";
|
|
4
4
|
import { __require as p } from "../Barcode.js";
|
|
5
5
|
var c;
|
|
6
6
|
function w() {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var T = Object.defineProperty;
|
|
2
2
|
var i = (u, t) => T(u, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as e } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as e } from "../../../../../../../../_virtual/index9.js";
|
|
4
4
|
import { __require as f } from "./ITF.js";
|
|
5
5
|
import { __require as n } from "./ITF14.js";
|
|
6
6
|
var a;
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var I = (M, _) => v(M, "name", { value: _, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index10.js";
|
|
4
4
|
import { __require as n } from "./MSI.js";
|
|
5
5
|
import { __require as s } from "./MSI10.js";
|
|
6
6
|
import { __require as l } from "./MSI11.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var p = Object.defineProperty;
|
|
2
2
|
var a = (f, c) => p(f, "name", { value: c, configurable: !0 });
|
|
3
|
-
import { __exports as i } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as i } from "../../../../../../../../_virtual/index12.js";
|
|
4
4
|
import { __require as g } from "../Barcode.js";
|
|
5
5
|
var h;
|
|
6
6
|
function w() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var i = (u, f) => v(u, "name", { value: f, configurable: !0 });
|
|
3
|
-
import { __exports as a } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as a } from "../../../../../../../../_virtual/index11.js";
|
|
4
4
|
import { __require as y } from "../Barcode.js";
|
|
5
5
|
var c;
|
|
6
6
|
function q() {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var _ = (a, t) => v(a, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../_virtual/index15.js";
|
|
4
4
|
import { __require as f } from "./canvas.js";
|
|
5
5
|
import { __require as q } from "./svg.js";
|
|
6
6
|
import { __require as c } from "./object.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var t = Object.defineProperty;
|
|
2
2
|
var i = (e, o) => t(e, "name", { value: o, configurable: !0 });
|
|
3
|
-
import { __module as r } from "../../../../../_virtual/
|
|
3
|
+
import { __module as r } from "../../../../../_virtual/index20.js";
|
|
4
4
|
import { __require as p } from "../../../react-is@16.13.1/node_modules/react-is/index.js";
|
|
5
5
|
import { __require as u } from "./factoryWithTypeCheckers.js";
|
|
6
6
|
import { __require as a } from "./factoryWithThrowingShims.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var i = Object.defineProperty;
|
|
2
2
|
var r = (t, s) => i(t, "name", { value: s, configurable: !0 });
|
|
3
|
-
import { __module as e } from "../../../../../_virtual/
|
|
3
|
+
import { __module as e } from "../../../../../_virtual/index5.js";
|
|
4
4
|
import { __require as u } from "./cjs/react-is.production.min.js";
|
|
5
5
|
import { __require as p } from "./cjs/react-is.development.js";
|
|
6
6
|
var o;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var c = Object.defineProperty;
|
|
2
2
|
var a = (r, e) => c(r, "name", { value: e, configurable: !0 });
|
|
3
|
-
import n from "../../../../../../_virtual/
|
|
3
|
+
import n from "../../../../../../_virtual/index16.js";
|
|
4
4
|
import m from "react-dom";
|
|
5
5
|
import t from "react";
|
|
6
6
|
import u from "./useWaitForDOMRef.js";
|