@owp/core 2.5.55 → 2.5.58

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 (35) hide show
  1. package/dist/_virtual/index16.js +4 -4
  2. package/dist/_virtual/index17.js +4 -4
  3. package/dist/_virtual/index18.js +4 -4
  4. package/dist/_virtual/index19.js +4 -4
  5. package/dist/_virtual/index3.js +2 -2
  6. package/dist/_virtual/index4.js +2 -2
  7. package/dist/components/OwpDialog/OwpDialog.js +26 -26
  8. package/dist/components/OwpDialog/OwpDialog.js.map +1 -1
  9. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +313 -327
  10. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  11. package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js +57 -48
  12. package/dist/components/OwpTreeGrid/OwpTreeGridToolbar.js.map +1 -1
  13. package/dist/components/OwpTreeGrid/internal/OwpTreeGridAddedRowBoxOverlay.js +32 -16
  14. package/dist/components/OwpTreeGrid/internal/OwpTreeGridAddedRowBoxOverlay.js.map +1 -1
  15. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.js +158 -107
  16. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.js.map +1 -1
  17. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js +280 -271
  18. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridDatePickerEditor.js.map +1 -1
  19. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.js +52 -53
  20. package/dist/components/OwpTreeGrid/internal/hooks/useOwpTreeGridOverlayFrame.js.map +1 -1
  21. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +608 -579
  22. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  23. package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
  24. package/dist/node_modules/.pnpm/inko@1.1.1/node_modules/inko/index.js +1 -1
  25. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
  26. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  27. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  28. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  29. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/index.js +1 -1
  30. 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
  31. package/dist/types/components/OwpDialog/OwpDialog.d.ts +1 -1
  32. package/dist/types/components/OwpTreeGrid/OwpTreeGridToolbar.d.ts +3 -1
  33. package/dist/types/components/OwpTreeGrid/internal/OwpTreeGridAddedRowBoxOverlay.d.ts +4 -2
  34. package/dist/types/components/OwpTreeGrid/internal/hooks/useOwpTreeGridAddedRowBoxOverlay.d.ts +19 -1
  35. package/package.json +1 -1
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as t } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js";
3
- var o = t();
4
- const m = /* @__PURE__ */ r(o);
2
+ import { __require as o } from "../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js";
3
+ var p = /* @__PURE__ */ o();
4
+ const s = /* @__PURE__ */ r(p);
5
5
  export {
6
- m as default
6
+ s as default
7
7
  };
8
8
  //# sourceMappingURL=index16.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as e } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js";
3
- var o = e();
4
- const s = /* @__PURE__ */ r(o);
2
+ import { __require as t } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js";
3
+ var o = t();
4
+ const m = /* @__PURE__ */ r(o);
5
5
  export {
6
- s as default
6
+ m as default
7
7
  };
8
8
  //# sourceMappingURL=index17.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as t } from "../node_modules/.pnpm/react-autosuggest@10.1.0_react@19.2.4/node_modules/react-autosuggest/dist/index.js";
3
- var o = t();
4
- const i = /* @__PURE__ */ r(o);
2
+ import { __require as e } from "../node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/index.js";
3
+ var o = e();
4
+ const s = /* @__PURE__ */ r(o);
5
5
  export {
6
- i as default
6
+ s as default
7
7
  };
8
8
  //# sourceMappingURL=index18.js.map
@@ -1,8 +1,8 @@
1
1
  import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as o } from "../node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js";
3
- var p = /* @__PURE__ */ o();
4
- const s = /* @__PURE__ */ r(p);
2
+ import { __require as t } from "../node_modules/.pnpm/react-autosuggest@10.1.0_react@19.2.4/node_modules/react-autosuggest/dist/index.js";
3
+ var o = t();
4
+ const i = /* @__PURE__ */ r(o);
5
5
  export {
6
- s as default
6
+ i as default
7
7
  };
8
8
  //# sourceMappingURL=index19.js.map
@@ -1,5 +1,5 @@
1
- var o = { exports: {} };
1
+ var r = {};
2
2
  export {
3
- o as __module
3
+ r as __exports
4
4
  };
5
5
  //# sourceMappingURL=index3.js.map
@@ -1,5 +1,5 @@
1
- var r = {};
1
+ var o = { exports: {} };
2
2
  export {
3
- r as __exports
3
+ o as __module
4
4
  };
5
5
  //# sourceMappingURL=index4.js.map
@@ -2,7 +2,7 @@ var P = Object.defineProperty;
2
2
  var n = (e, o) => P(e, "name", { value: o, configurable: !0 });
3
3
  import { jsxs as l, jsx as r } 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
4
  import { useOwpTranslation as z } from "../../hooks/useOwpTranslation.js";
5
- import { DialogContent as F, DialogActions as H, Dialog as R, DialogTitle as W, CircularProgress as q, Box as x, Button as y } from "@mui/material";
5
+ import { DialogContent as F, DialogActions as H, Dialog as R, DialogTitle as W, CircularProgress as q, Box as m, Button as x } from "@mui/material";
6
6
  import { forwardRef as E } from "react";
7
7
  import { useDialogOpenFocusCleanup as G } from "./internal/useDialogOpenFocusCleanup.js";
8
8
  const J = E(
@@ -10,43 +10,43 @@ const J = E(
10
10
  title: e,
11
11
  children: o,
12
12
  loading: c = !1,
13
- alertDialog: h = !1,
14
- canCancel: g = !0,
15
- canConfirm: s = !0,
13
+ alertDialog: y = !1,
14
+ canCancel: h = !0,
15
+ canConfirm: g = !0,
16
16
  confirmText: D,
17
17
  cancelText: v,
18
- onConfirm: d,
19
- onCancel: p,
18
+ onConfirm: s,
19
+ onCancel: d,
20
20
  onClose: t,
21
21
  open: w,
22
22
  useSubmit: a,
23
- actions: u,
23
+ actions: p,
24
24
  contentProps: T,
25
- role: B,
26
- ...O
27
- }, k) => {
28
- const { t: f } = z(), b = D ?? f("Button.저장"), j = v ?? f(s ? "Button.취소" : "Button.닫기"), A = G(w), { sx: i, ...I } = T ?? {}, K = [
25
+ role: O,
26
+ ...k
27
+ }, B) => {
28
+ const { t: f } = z(), b = D ?? f("Button.저장"), j = v ?? f("Button.닫기"), A = G(w), { sx: i, ...I } = T ?? {}, K = [
29
29
  { position: "relative", minHeight: c ? 120 : void 0 },
30
30
  ...Array.isArray(i) ? i : i ? [i] : []
31
31
  ];
32
32
  return /* @__PURE__ */ l(
33
33
  R,
34
34
  {
35
- ref: k,
35
+ ref: B,
36
36
  fullWidth: !0,
37
37
  open: A,
38
38
  component: a ? "form" : void 0,
39
- role: h ? "alertdialog" : B,
40
- onClose: /* @__PURE__ */ n((N, m) => {
41
- m !== "backdropClick" && (t == null || t(N, m));
39
+ role: y ? "alertdialog" : O,
40
+ onClose: /* @__PURE__ */ n((N, u) => {
41
+ u !== "backdropClick" && (t == null || t(N, u));
42
42
  }, "onClose"),
43
- ...O,
43
+ ...k,
44
44
  children: [
45
45
  e && /* @__PURE__ */ r(W, { children: e }),
46
46
  /* @__PURE__ */ l(F, { dividers: !0, "aria-busy": c, ...I, sx: K, children: [
47
47
  o,
48
48
  c && /* @__PURE__ */ r(
49
- x,
49
+ m,
50
50
  {
51
51
  "aria-hidden": "true",
52
52
  sx: {
@@ -62,14 +62,14 @@ const J = E(
62
62
  )
63
63
  ] }),
64
64
  /* @__PURE__ */ l(H, { children: [
65
- u && /* @__PURE__ */ r(x, { className: "flex w-full items-start", children: u }),
66
- g && /* @__PURE__ */ r(
67
- y,
65
+ p && /* @__PURE__ */ r(m, { className: "flex w-full items-start", children: p }),
66
+ h && /* @__PURE__ */ r(
67
+ x,
68
68
  {
69
69
  variant: "outlined",
70
70
  onClick: /* @__PURE__ */ n(() => {
71
- if (typeof p == "function") {
72
- p();
71
+ if (typeof d == "function") {
72
+ d();
73
73
  return;
74
74
  }
75
75
  t == null || t({}, "escapeKeyDown");
@@ -77,16 +77,16 @@ const J = E(
77
77
  children: j
78
78
  }
79
79
  ),
80
- s && /* @__PURE__ */ r(
81
- y,
80
+ g && /* @__PURE__ */ r(
81
+ x,
82
82
  {
83
83
  variant: "contained",
84
84
  color: "secondary",
85
85
  type: a ? "submit" : "button",
86
86
  onClick: /* @__PURE__ */ n(() => {
87
87
  if (!a) {
88
- if (typeof d == "function") {
89
- d();
88
+ if (typeof s == "function") {
89
+ s();
90
90
  return;
91
91
  }
92
92
  t == null || t({}, "escapeKeyDown");
@@ -1 +1 @@
1
- {"version":3,"file":"OwpDialog.js","sources":["../../../src/components/OwpDialog/OwpDialog.tsx"],"sourcesContent":null,"names":["OwpDialog","forwardRef","title","children","loading","alertDialog","canCancel","canConfirm","confirmTextProp","cancelTextProp","onConfirm","onCancel","onClose","open","useSubmit","actions","contentProps","roleProp","dialogProps","ref","t","useOwpTranslation","confirmText","cancelText","resolvedOpen","useDialogOpenFocusCleanup","contentSx","restContentProps","resolvedContentSx","jsxs","Dialog","__name","event","reason","jsx","DialogTitle","DialogContent","Box","CircularProgress","DialogActions","Button"],"mappings":"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"}
1
+ {"version":3,"file":"OwpDialog.js","sources":["../../../src/components/OwpDialog/OwpDialog.tsx"],"sourcesContent":null,"names":["OwpDialog","forwardRef","title","children","loading","alertDialog","canCancel","canConfirm","confirmTextProp","cancelTextProp","onConfirm","onCancel","onClose","open","useSubmit","actions","contentProps","roleProp","dialogProps","ref","t","useOwpTranslation","confirmText","cancelText","resolvedOpen","useDialogOpenFocusCleanup","contentSx","restContentProps","resolvedContentSx","jsxs","Dialog","__name","event","reason","jsx","DialogTitle","DialogContent","Box","CircularProgress","DialogActions","Button"],"mappings":"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"}