@owp/core 2.5.36 → 2.5.37

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 (32) hide show
  1. package/dist/_virtual/index10.js +2 -2
  2. package/dist/_virtual/index12.js +2 -2
  3. package/dist/_virtual/index13.js +2 -2
  4. package/dist/_virtual/index14.js +2 -2
  5. package/dist/components/OwpTable/OwpDataTable.js +187 -183
  6. package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
  7. package/dist/components/OwpTreeGrid/OwpTreeGrid.js +279 -311
  8. package/dist/components/OwpTreeGrid/OwpTreeGrid.js.map +1 -1
  9. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +563 -481
  10. package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
  11. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +282 -248
  12. package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
  13. package/dist/constants/treeGrid.js +17 -16
  14. package/dist/constants/treeGrid.js.map +1 -1
  15. package/dist/constants.js +24 -23
  16. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/constants.js +1 -1
  17. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
  18. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
  19. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/constants.js +1 -1
  20. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
  21. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
  22. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
  23. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
  24. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
  25. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
  26. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
  27. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
  28. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
  29. package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
  30. package/dist/types/components/OwpTreeGrid/internal/treeGridTheme.d.ts +4 -1
  31. package/dist/types/constants/treeGrid.d.ts +1 -0
  32. package/package.json +1 -1
package/dist/constants.js CHANGED
@@ -1,38 +1,39 @@
1
- import { DEFAULT_CELL_ALIGNMENT as L, DEFAULT_HEADER_FILL as R, DEFAULT_HEADER_FONT as T, DEFAULT_THIN_BORDER as A, DEFAULT_VALUE_FONT as G, DEFAULT_WRAP_CELL_ALIGNMENT as e } from "./constants/excel.js";
2
- import { FALLBACK_LANGUAGE_LIST as O } from "./constants/language.js";
1
+ import { DEFAULT_CELL_ALIGNMENT as R, DEFAULT_HEADER_FILL as L, DEFAULT_HEADER_FONT as T, DEFAULT_THIN_BORDER as A, DEFAULT_VALUE_FONT as G, DEFAULT_WRAP_CELL_ALIGNMENT as O } from "./constants/excel.js";
2
+ import { FALLBACK_LANGUAGE_LIST as D } from "./constants/language.js";
3
3
  import { CURRENT_LANGUAGE as I, LOCAL_STORAGE_KEYS as C, STORAGE_ACCESS_TOKEN_KEY as o } from "./constants/localStorageKeys.js";
4
4
  import { STORAGE_KEYS as F } from "./constants/storageKeys.js";
5
- import { DEFAULT_TABLE_RADIUS as H } from "./constants/table.js";
6
- import { TREEGRID_CELL_CHANGED_CLASS as S, TREEGRID_CELL_HIGHLIGHT_COLOR as B, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as s, TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR as m, TREEGRID_ERROR_CELL_BORDER_COLOR as x, TREEGRID_FONT_FAMILY as f, TREEGRID_FONT_FAMILY_STACK as p, TREEGRID_INPUT_CELL_COLOR as l, TREEGRID_WARNING_CELL_COLOR as K, getTreeGridAssetBasePath as Y, getTreeGridFontFaceStyles as d, getTreeGridTextResourceUrl as i, resolveTreeGridAssetUrl as M, resolveTreeGridColorNumber as a } from "./constants/treeGrid.js";
7
- import { TREEGRID_TABLE_BODY_BORDER_COLOR as P, TREEGRID_TABLE_HEADER_BORDER_COLOR as W } from "./components/OwpTable/internal/treeGridTableStyle.js";
5
+ import { DEFAULT_TABLE_RADIUS as U } from "./constants/table.js";
6
+ import { TREEGRID_ADDED_ROW_BACKGROUND_COLOR as S, TREEGRID_CELL_CHANGED_CLASS as B, TREEGRID_CELL_HIGHLIGHT_COLOR as s, TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT as m, TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR as x, TREEGRID_ERROR_CELL_BORDER_COLOR as f, TREEGRID_FONT_FAMILY as p, TREEGRID_FONT_FAMILY_STACK as K, TREEGRID_INPUT_CELL_COLOR as l, TREEGRID_WARNING_CELL_COLOR as Y, getTreeGridAssetBasePath as d, getTreeGridFontFaceStyles as i, getTreeGridTextResourceUrl as M, resolveTreeGridAssetUrl as W, resolveTreeGridColorNumber as a } from "./constants/treeGrid.js";
7
+ import { TREEGRID_TABLE_BODY_BORDER_COLOR as P, TREEGRID_TABLE_HEADER_BORDER_COLOR as c } from "./components/OwpTable/internal/treeGridTableStyle.js";
8
8
  export {
9
9
  I as CURRENT_LANGUAGE,
10
- L as DEFAULT_CELL_ALIGNMENT,
11
- R as DEFAULT_HEADER_FILL,
10
+ R as DEFAULT_CELL_ALIGNMENT,
11
+ L as DEFAULT_HEADER_FILL,
12
12
  T as DEFAULT_HEADER_FONT,
13
- H as DEFAULT_TABLE_RADIUS,
13
+ U as DEFAULT_TABLE_RADIUS,
14
14
  A as DEFAULT_THIN_BORDER,
15
15
  G as DEFAULT_VALUE_FONT,
16
- e as DEFAULT_WRAP_CELL_ALIGNMENT,
17
- O as FALLBACK_LANGUAGE_LIST,
16
+ O as DEFAULT_WRAP_CELL_ALIGNMENT,
17
+ D as FALLBACK_LANGUAGE_LIST,
18
18
  C as LOCAL_STORAGE_KEYS,
19
19
  o as STORAGE_ACCESS_TOKEN_KEY,
20
20
  F as STORAGE_KEYS,
21
- S as TREEGRID_CELL_CHANGED_CLASS,
22
- B as TREEGRID_CELL_HIGHLIGHT_COLOR,
23
- s as TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT,
24
- m as TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR,
25
- x as TREEGRID_ERROR_CELL_BORDER_COLOR,
26
- f as TREEGRID_FONT_FAMILY,
27
- p as TREEGRID_FONT_FAMILY_STACK,
21
+ S as TREEGRID_ADDED_ROW_BACKGROUND_COLOR,
22
+ B as TREEGRID_CELL_CHANGED_CLASS,
23
+ s as TREEGRID_CELL_HIGHLIGHT_COLOR,
24
+ m as TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT,
25
+ x as TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR,
26
+ f as TREEGRID_ERROR_CELL_BORDER_COLOR,
27
+ p as TREEGRID_FONT_FAMILY,
28
+ K as TREEGRID_FONT_FAMILY_STACK,
28
29
  l as TREEGRID_INPUT_CELL_COLOR,
29
30
  P as TREEGRID_TABLE_BODY_BORDER_COLOR,
30
- W as TREEGRID_TABLE_HEADER_BORDER_COLOR,
31
- K as TREEGRID_WARNING_CELL_COLOR,
32
- Y as getTreeGridAssetBasePath,
33
- d as getTreeGridFontFaceStyles,
34
- i as getTreeGridTextResourceUrl,
35
- M as resolveTreeGridAssetUrl,
31
+ c as TREEGRID_TABLE_HEADER_BORDER_COLOR,
32
+ Y as TREEGRID_WARNING_CELL_COLOR,
33
+ d as getTreeGridAssetBasePath,
34
+ i as getTreeGridFontFaceStyles,
35
+ M as getTreeGridTextResourceUrl,
36
+ W as resolveTreeGridAssetUrl,
36
37
  a as resolveTreeGridColorNumber
37
38
  };
38
39
  //# sourceMappingURL=constants.js.map
@@ -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/constants.js";
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/index6.js";
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";
@@ -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/index5.js";
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() {
@@ -1,6 +1,6 @@
1
1
  var n = Object.defineProperty;
2
2
  var $ = (r, t) => n(r, "name", { value: t, configurable: !0 });
3
- import { __exports as x } from "../../../../../../../../_virtual/constants4.js";
3
+ import { __exports as x } from "../../../../../../../../_virtual/constants3.js";
4
4
  var e;
5
5
  function o() {
6
6
  return e ? x : (e = 1, Object.defineProperty(x, "__esModule", {
@@ -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/index12.js";
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/constants2.js";
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/index7.js";
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/index13.js";
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() {
@@ -1,6 +1,6 @@
1
1
  var o = Object.defineProperty;
2
2
  var r = (n, s) => o(n, "name", { value: s, configurable: !0 });
3
- import { __exports as e } from "../../../../../../../../_virtual/constants3.js";
3
+ import { __exports as e } from "../../../../../../../../_virtual/constants4.js";
4
4
  var t;
5
5
  function _() {
6
6
  return t ? e : (t = 1, Object.defineProperty(e, "__esModule", {
@@ -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/index8.js";
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;
@@ -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/index9.js";
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/index11.js";
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/index10.js";
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() {
@@ -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/index14.js";
3
+ import { __exports as r } from "../../../../../../../_virtual/index5.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,7 +1,7 @@
1
1
  import type { OwpResolvedGridThemeConfigType } from '@/constants/gridTheme';
2
2
  import type { OwpGridThemeConfigType } from '@/types/OwpGridThemeTypes';
3
3
  import type { CSSProperties } from 'react';
4
- type TreeGridThemeCssVariableName = '--owp-tree-grid-body-background-color' | '--owp-tree-grid-body-color' | '--owp-tree-grid-body-fill-background-color' | '--owp-tree-grid-row-background-color' | '--owp-tree-grid-row-solid-background-color' | '--owp-tree-grid-toolbar-row-background-color' | '--owp-tree-grid-header-background-color' | '--owp-tree-grid-header-color' | '--owp-tree-grid-header-font-size' | '--owp-tree-grid-header-font-weight' | '--owp-tree-grid-header-height' | '--owp-tree-grid-cell-font-size' | '--owp-tree-grid-hover-row-background-color' | '--owp-tree-grid-hover-row-border-color' | '--owp-tree-grid-selected-cell-background-color' | '--owp-tree-grid-selected-row-background-color' | '--owp-tree-grid-focused-row-background-color' | '--owp-tree-grid-focused-row-border-color' | '--owp-tree-grid-hover-cell-background-color' | '--owp-tree-grid-hover-cell-border-color' | '--owp-tree-grid-focused-cell-background-color' | '--owp-tree-grid-focused-cell-border-color' | '--owp-tree-grid-editing-cell-border-color' | '--owp-tree-grid-error-cell-border-color' | '--owp-tree-grid-focused-cell-rect-background-color' | '--owp-tree-grid-changed-background-color' | '--owp-tree-grid-changed-text-color' | '--owp-tree-grid-changed-font-weight' | '--owp-tree-grid-table-border-radius';
4
+ type TreeGridThemeCssVariableName = '--owp-tree-grid-body-background-color' | '--owp-tree-grid-body-color' | '--owp-tree-grid-body-fill-background-color' | '--owp-tree-grid-row-background-color' | '--owp-tree-grid-row-solid-background-color' | '--owp-tree-grid-toolbar-row-background-color' | '--owp-tree-grid-header-background-color' | '--owp-tree-grid-header-color' | '--owp-tree-grid-header-font-size' | '--owp-tree-grid-header-font-weight' | '--owp-tree-grid-header-height' | '--owp-tree-grid-cell-font-size' | '--owp-tree-grid-hover-row-background-color' | '--owp-tree-grid-hover-row-border-color' | '--owp-tree-grid-selected-cell-background-color' | '--owp-tree-grid-selected-row-background-color' | '--owp-tree-grid-focused-row-background-color' | '--owp-tree-grid-focused-row-border-color' | '--owp-tree-grid-hover-cell-background-color' | '--owp-tree-grid-hover-cell-border-color' | '--owp-tree-grid-focused-cell-background-color' | '--owp-tree-grid-focused-cell-border-color' | '--owp-tree-grid-editing-cell-border-color' | '--owp-tree-grid-error-cell-border-color' | '--owp-tree-grid-focused-cell-rect-background-color' | '--owp-tree-grid-changed-background-color' | '--owp-tree-grid-changed-text-color' | '--owp-tree-grid-changed-font-weight' | '--owp-tree-grid-added-row-box-color' | '--owp-tree-grid-table-border-radius';
5
5
  type TreeGridLayoutDimensionValue = string | number;
6
6
  export type TreeGridThemeContainerStyle = CSSProperties & Partial<Record<TreeGridThemeCssVariableName, string>>;
7
7
  export declare const TREE_GRID_THEME_WRAPPER_CLASS = "owp-tree-grid-theme";
@@ -12,6 +12,9 @@ export declare const TREE_GRID_SELECT_ALL_INDETERMINATE_CLASS = "owp-tree-grid-s
12
12
  export declare const TREE_GRID_SELECT_ALL_UNCHECKED_CLASS = "owp-tree-grid-select-all-unchecked";
13
13
  export declare const TREE_GRID_SELECTED_CHANGED_CELL_CLASS = "owp-tree-grid-selected-changed-cell";
14
14
  export declare const TREE_GRID_ERROR_CELL_CLASS = "owp-tree-grid-error-cell";
15
+ export declare const TREE_GRID_ADDED_ROW_BOX_CELL_CLASS = "owp-tree-grid-added-row-box-cell";
16
+ export declare const TREE_GRID_ADDED_ROW_BOX_START_CLASS = "owp-tree-grid-added-row-box-start";
17
+ export declare const TREE_GRID_ADDED_ROW_BOX_END_CLASS = "owp-tree-grid-added-row-box-end";
15
18
  export declare const treeGridThemeStyles: Record<string, CSSProperties>;
16
19
  /**
17
20
  * TreeGrid theme CSS 변수 컨테이너 스타일 생성
@@ -1,5 +1,6 @@
1
1
  export declare const TREEGRID_WARNING_CELL_COLOR = "#f44336";
2
2
  export declare const TREEGRID_INPUT_CELL_COLOR = "#ffe0b2";
3
+ export declare const TREEGRID_ADDED_ROW_BACKGROUND_COLOR = "#D7FFD7";
3
4
  export declare const TREEGRID_ERROR_CELL_BORDER_COLOR = "#c00000";
4
5
  export declare const TREEGRID_CELL_CHANGED_CLASS = "OwpTreeGridChangedCell";
5
6
  export declare const TREEGRID_CELL_HIGHLIGHT_COLOR = "#ffa726";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@owp/core",
3
3
  "private": false,
4
- "version": "2.5.36",
4
+ "version": "2.5.37",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",