@owp/core 2.5.29 → 2.5.31
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/index10.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 +4 -4
- package/dist/_virtual/index17.js +4 -4
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/components/OwpTable/OwpDataTable.js +109 -104
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +475 -427
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js +335 -288
- package/dist/components/OwpTreeGrid/internal/treeGridTheme.js.map +1 -1
- package/dist/constants/gridTheme.js +8 -7
- package/dist/constants/gridTheme.js.map +1 -1
- package/dist/constants/treeGrid.js +26 -25
- package/dist/constants/treeGrid.js.map +1 -1
- package/dist/constants.js +25 -24
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js +120 -114
- package/dist/features/themePreview/components/ThemePreviewCanvasSections.js.map +1 -1
- package/dist/features/themePreview/configs/grid.js +1 -0
- package/dist/features/themePreview/configs/grid.js.map +1 -1
- package/dist/features/themePreview/utils/themePreviewDefinitions.js +4 -0
- package/dist/features/themePreview/utils/themePreviewDefinitions.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- 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/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/constants.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/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/OwpTreeGrid/internal/treeGridTheme.d.ts +2 -1
- package/dist/types/constants/gridTheme.d.ts +2 -0
- package/dist/types/constants/treeGrid.d.ts +1 -0
- package/dist/types/features/themePreview/configs/grid.d.ts +1 -0
- package/dist/types/features/themePreview/configs/settings.d.ts +1 -0
- package/dist/types/types/OwpGridThemeTypes.d.ts +1 -0
- package/dist/types/utils/treeGridUtil.d.ts +42 -0
- package/dist/utils/treeGridUtil.js +282 -177
- package/dist/utils/treeGridUtil.js.map +1 -1
- package/dist/utils.js +31 -30
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"treeGrid.js","sources":["../../src/constants/treeGrid.ts"],"sourcesContent":["const TREEGRID_DEFAULT_ASSET_BASE_PATH = '/assets/vendors/Grid';\nconst TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY = '__OWP_TREE_GRID_ASSET_BASE_PATH__';\nconst TREEGRID_FONT_PATH = 'Styles/Roboto-Light.ttf';\nlet cachedTreeGridFontFaceStyles: { '@font-face': Record<string, string> } | undefined;\nlet cachedTreeGridFontUrl: string | undefined;\n\nexport const TREEGRID_WARNING_CELL_COLOR = '#f44336';\nexport const TREEGRID_INPUT_CELL_COLOR = '#ffe0b2';\nexport const TREEGRID_CELL_CHANGED_CLASS = 'OwpTreeGridChangedCell';\nexport const TREEGRID_CELL_HIGHLIGHT_COLOR = '#ffa726';\nexport const TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR = '#ffffff';\nexport const TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT = 600;\nexport const TREEGRID_FONT_FAMILY = 'RobotoLight';\nexport const TREEGRID_FONT_FAMILY_STACK = [\n 'Pretendard',\n 'Roboto',\n '\"Helvetica\"',\n 'Arial',\n 'sans-serif',\n].join(', ');\nconst TREEGRID_HEX_COLOR_PATTERN = /^#?(?<hex>[0-9a-f]{3}|[0-9a-f]{6})$/i;\nconst TREEGRID_RGB_COLOR_PATTERN =\n /^rgba?\\(\\s*(?<r>\\d{1,3})\\s*,\\s*(?<g>\\d{1,3})\\s*,\\s*(?<b>\\d{1,3})(?:\\s*,\\s*(?<a>[\\d.]+))?\\s*\\)$/i;\n\n/** TreeGrid 자산 base path 정규화 */\nconst normalizeTreeGridAssetBasePath = (assetBasePath: string) => {\n const trimmedPath = assetBasePath.trim();\n const normalizedPath = trimmedPath.startsWith('/') ? trimmedPath : `/${trimmedPath}`;\n\n return normalizedPath.replace(/\\/+$/, '');\n};\n\n/** TreeGrid 자산 base path 조회 */\nexport const getTreeGridAssetBasePath = () => {\n const runtimeWindow =\n typeof window === 'undefined'\n ? undefined\n : (window as Window & {\n [TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY]?: string;\n });\n const runtimeAssetBasePath = runtimeWindow?.[TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY];\n\n return normalizeTreeGridAssetBasePath(\n runtimeAssetBasePath || TREEGRID_DEFAULT_ASSET_BASE_PATH,\n );\n};\n\n/** TreeGrid 자산 URL 생성 */\nexport const resolveTreeGridAssetUrl = (assetPath: string) => {\n const normalizedAssetPath = assetPath.replace(/^\\/+/, '');\n\n return `${getTreeGridAssetBasePath()}/${normalizedAssetPath}`;\n};\n\n/** TreeGrid 다국어 리소스 URL 조회 */\nexport const getTreeGridTextResourceUrl = (languageId: string) => {\n return resolveTreeGridAssetUrl(languageId === 'kr' ? 'TextKR.xml' : 'TextEN.xml');\n};\n\n/**\n * TreeGrid 색상 문자열 숫자 변환\n * @param color CSS 색상 문자열\n */\nexport const resolveTreeGridColorNumber = (color?: string | null) => {\n if (!color) {\n return undefined;\n }\n\n const trimmedColor = color.trim();\n const hexMatch = trimmedColor.match(TREEGRID_HEX_COLOR_PATTERN);\n\n if (hexMatch?.groups?.hex) {\n const normalizedHex =\n hexMatch.groups.hex.length === 3\n ? hexMatch.groups.hex\n .split('')\n .map((value) => `${value}${value}`)\n .join('')\n : hexMatch.groups.hex;\n\n return Number.parseInt(normalizedHex, 16);\n }\n\n const rgbMatch = trimmedColor.match(TREEGRID_RGB_COLOR_PATTERN);\n\n if (!rgbMatch?.groups) {\n return undefined;\n }\n\n const channels = [rgbMatch.groups.r, rgbMatch.groups.g, rgbMatch.groups.b].map((value) =>\n Number.parseInt(value, 10),\n );\n\n if (channels.some((value) => Number.isNaN(value) || value < 0 || value > 255)) {\n return undefined;\n }\n\n return (channels[0] << 16) + (channels[1] << 8) + channels[2];\n};\n\n/** TreeGrid 폰트 face 스타일 조회 */\nexport const getTreeGridFontFaceStyles = () => {\n const fontUrl = resolveTreeGridAssetUrl(TREEGRID_FONT_PATH);\n\n if (cachedTreeGridFontFaceStyles && cachedTreeGridFontUrl === fontUrl) {\n return cachedTreeGridFontFaceStyles;\n }\n\n cachedTreeGridFontUrl = fontUrl;\n cachedTreeGridFontFaceStyles = {\n '@font-face': {\n fontFamily: TREEGRID_FONT_FAMILY,\n fontStyle: 'normal',\n fontWeight: 'normal',\n src: `url('${fontUrl}') format('truetype')`,\n },\n };\n\n return cachedTreeGridFontFaceStyles;\n};\n"],"names":["TREEGRID_DEFAULT_ASSET_BASE_PATH","TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY","TREEGRID_FONT_PATH","cachedTreeGridFontFaceStyles","cachedTreeGridFontUrl","TREEGRID_WARNING_CELL_COLOR","TREEGRID_INPUT_CELL_COLOR","TREEGRID_CELL_CHANGED_CLASS","TREEGRID_CELL_HIGHLIGHT_COLOR","TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR","TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT","TREEGRID_FONT_FAMILY","TREEGRID_FONT_FAMILY_STACK","TREEGRID_HEX_COLOR_PATTERN","TREEGRID_RGB_COLOR_PATTERN","normalizeTreeGridAssetBasePath","__name","assetBasePath","trimmedPath","getTreeGridAssetBasePath","runtimeWindow","runtimeAssetBasePath","resolveTreeGridAssetUrl","assetPath","normalizedAssetPath","getTreeGridTextResourceUrl","languageId","resolveTreeGridColorNumber","color","_a","trimmedColor","hexMatch","normalizedHex","value","rgbMatch","channels","getTreeGridFontFaceStyles","fontUrl"],"mappings":";;AAAA,MAAMA,IAAmC,wBACnCC,IAAsC,qCACtCC,IAAqB;AAC3B,IAAIC,GACAC;AAEG,MAAMC,IAA8B,WAC9BC,IAA4B,WAC5BC,IAA8B,0BAC9BC,IAAgC,WAChCC,IAAqC,WACrCC,IAAsC,KACtCC,IAAuB,eACvBC,IAA6B;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,EAAE,KAAK,IAAI,GACLC,IAA6B,wCAC7BC,IACJ,mGAGIC,IAAiC,gBAAAC,EAAA,CAACC,MAA0B;AAChE,QAAMC,IAAcD,EAAc,KAAA;AAGlC,UAFuBC,EAAY,WAAW,GAAG,IAAIA,IAAc,IAAIA,CAAW,IAE5D,QAAQ,QAAQ,EAAE;AAC1C,GALuC,mCAQ1BC,IAA2B,gBAAAH,EAAA,MAAM;AAC5C,QAAMI,IACJ,OAAO,SAAW,MACd,SACC,QAGDC,IAAuBD,KAAA,gBAAAA,
|
|
1
|
+
{"version":3,"file":"treeGrid.js","sources":["../../src/constants/treeGrid.ts"],"sourcesContent":["const TREEGRID_DEFAULT_ASSET_BASE_PATH = '/assets/vendors/Grid';\nconst TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY = '__OWP_TREE_GRID_ASSET_BASE_PATH__';\nconst TREEGRID_FONT_PATH = 'Styles/Roboto-Light.ttf';\nlet cachedTreeGridFontFaceStyles: { '@font-face': Record<string, string> } | undefined;\nlet cachedTreeGridFontUrl: string | undefined;\n\nexport const TREEGRID_WARNING_CELL_COLOR = '#f44336';\nexport const TREEGRID_INPUT_CELL_COLOR = '#ffe0b2';\nexport const TREEGRID_ERROR_CELL_BORDER_COLOR = '#c00000';\nexport const TREEGRID_CELL_CHANGED_CLASS = 'OwpTreeGridChangedCell';\nexport const TREEGRID_CELL_HIGHLIGHT_COLOR = '#ffa726';\nexport const TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR = '#ffffff';\nexport const TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT = 600;\nexport const TREEGRID_FONT_FAMILY = 'RobotoLight';\nexport const TREEGRID_FONT_FAMILY_STACK = [\n 'Pretendard',\n 'Roboto',\n '\"Helvetica\"',\n 'Arial',\n 'sans-serif',\n].join(', ');\nconst TREEGRID_HEX_COLOR_PATTERN = /^#?(?<hex>[0-9a-f]{3}|[0-9a-f]{6})$/i;\nconst TREEGRID_RGB_COLOR_PATTERN =\n /^rgba?\\(\\s*(?<r>\\d{1,3})\\s*,\\s*(?<g>\\d{1,3})\\s*,\\s*(?<b>\\d{1,3})(?:\\s*,\\s*(?<a>[\\d.]+))?\\s*\\)$/i;\n\n/** TreeGrid 자산 base path 정규화 */\nconst normalizeTreeGridAssetBasePath = (assetBasePath: string) => {\n const trimmedPath = assetBasePath.trim();\n const normalizedPath = trimmedPath.startsWith('/') ? trimmedPath : `/${trimmedPath}`;\n\n return normalizedPath.replace(/\\/+$/, '');\n};\n\n/** TreeGrid 자산 base path 조회 */\nexport const getTreeGridAssetBasePath = () => {\n const runtimeWindow =\n typeof window === 'undefined'\n ? undefined\n : (window as Window & {\n [TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY]?: string;\n });\n const runtimeAssetBasePath = runtimeWindow?.[TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY];\n\n return normalizeTreeGridAssetBasePath(\n runtimeAssetBasePath || TREEGRID_DEFAULT_ASSET_BASE_PATH,\n );\n};\n\n/** TreeGrid 자산 URL 생성 */\nexport const resolveTreeGridAssetUrl = (assetPath: string) => {\n const normalizedAssetPath = assetPath.replace(/^\\/+/, '');\n\n return `${getTreeGridAssetBasePath()}/${normalizedAssetPath}`;\n};\n\n/** TreeGrid 다국어 리소스 URL 조회 */\nexport const getTreeGridTextResourceUrl = (languageId: string) => {\n return resolveTreeGridAssetUrl(languageId === 'kr' ? 'TextKR.xml' : 'TextEN.xml');\n};\n\n/**\n * TreeGrid 색상 문자열 숫자 변환\n * @param color CSS 색상 문자열\n */\nexport const resolveTreeGridColorNumber = (color?: string | null) => {\n if (!color) {\n return undefined;\n }\n\n const trimmedColor = color.trim();\n const hexMatch = trimmedColor.match(TREEGRID_HEX_COLOR_PATTERN);\n\n if (hexMatch?.groups?.hex) {\n const normalizedHex =\n hexMatch.groups.hex.length === 3\n ? hexMatch.groups.hex\n .split('')\n .map((value) => `${value}${value}`)\n .join('')\n : hexMatch.groups.hex;\n\n return Number.parseInt(normalizedHex, 16);\n }\n\n const rgbMatch = trimmedColor.match(TREEGRID_RGB_COLOR_PATTERN);\n\n if (!rgbMatch?.groups) {\n return undefined;\n }\n\n const channels = [rgbMatch.groups.r, rgbMatch.groups.g, rgbMatch.groups.b].map((value) =>\n Number.parseInt(value, 10),\n );\n\n if (channels.some((value) => Number.isNaN(value) || value < 0 || value > 255)) {\n return undefined;\n }\n\n return (channels[0] << 16) + (channels[1] << 8) + channels[2];\n};\n\n/** TreeGrid 폰트 face 스타일 조회 */\nexport const getTreeGridFontFaceStyles = () => {\n const fontUrl = resolveTreeGridAssetUrl(TREEGRID_FONT_PATH);\n\n if (cachedTreeGridFontFaceStyles && cachedTreeGridFontUrl === fontUrl) {\n return cachedTreeGridFontFaceStyles;\n }\n\n cachedTreeGridFontUrl = fontUrl;\n cachedTreeGridFontFaceStyles = {\n '@font-face': {\n fontFamily: TREEGRID_FONT_FAMILY,\n fontStyle: 'normal',\n fontWeight: 'normal',\n src: `url('${fontUrl}') format('truetype')`,\n },\n };\n\n return cachedTreeGridFontFaceStyles;\n};\n"],"names":["TREEGRID_DEFAULT_ASSET_BASE_PATH","TREEGRID_ASSET_BASE_PATH_GLOBAL_KEY","TREEGRID_FONT_PATH","cachedTreeGridFontFaceStyles","cachedTreeGridFontUrl","TREEGRID_WARNING_CELL_COLOR","TREEGRID_INPUT_CELL_COLOR","TREEGRID_ERROR_CELL_BORDER_COLOR","TREEGRID_CELL_CHANGED_CLASS","TREEGRID_CELL_HIGHLIGHT_COLOR","TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR","TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT","TREEGRID_FONT_FAMILY","TREEGRID_FONT_FAMILY_STACK","TREEGRID_HEX_COLOR_PATTERN","TREEGRID_RGB_COLOR_PATTERN","normalizeTreeGridAssetBasePath","__name","assetBasePath","trimmedPath","getTreeGridAssetBasePath","runtimeWindow","runtimeAssetBasePath","resolveTreeGridAssetUrl","assetPath","normalizedAssetPath","getTreeGridTextResourceUrl","languageId","resolveTreeGridColorNumber","color","_a","trimmedColor","hexMatch","normalizedHex","value","rgbMatch","channels","getTreeGridFontFaceStyles","fontUrl"],"mappings":";;AAAA,MAAMA,IAAmC,wBACnCC,IAAsC,qCACtCC,IAAqB;AAC3B,IAAIC,GACAC;AAEG,MAAMC,IAA8B,WAC9BC,IAA4B,WAC5BC,IAAmC,WACnCC,IAA8B,0BAC9BC,IAAgC,WAChCC,IAAqC,WACrCC,IAAsC,KACtCC,IAAuB,eACvBC,IAA6B;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,EAAE,KAAK,IAAI,GACLC,IAA6B,wCAC7BC,IACJ,mGAGIC,IAAiC,gBAAAC,EAAA,CAACC,MAA0B;AAChE,QAAMC,IAAcD,EAAc,KAAA;AAGlC,UAFuBC,EAAY,WAAW,GAAG,IAAIA,IAAc,IAAIA,CAAW,IAE5D,QAAQ,QAAQ,EAAE;AAC1C,GALuC,mCAQ1BC,IAA2B,gBAAAH,EAAA,MAAM;AAC5C,QAAMI,IACJ,OAAO,SAAW,MACd,SACC,QAGDC,IAAuBD,KAAA,gBAAAA,EAAgBpB;AAE7C,SAAOe;AAAA,IACLM,KAAwBtB;AAAA,EAAA;AAE5B,GAZwC,6BAe3BuB,IAA0B,gBAAAN,EAAA,CAACO,MAAsB;AAC5D,QAAMC,IAAsBD,EAAU,QAAQ,QAAQ,EAAE;AAExD,SAAO,GAAGJ,EAAA,CAA0B,IAAIK,CAAmB;AAC7D,GAJuC,4BAO1BC,IAA6B,gBAAAT,EAAA,CAACU,MAClCJ,EAAwBI,MAAe,OAAO,eAAe,YAAY,GADxC,+BAQ7BC,IAA6B,gBAAAX,EAAA,CAACY,MAA0B;AAhErE,MAAAC;AAiEE,MAAI,CAACD;AACH;AAGF,QAAME,IAAeF,EAAM,KAAA,GACrBG,IAAWD,EAAa,MAAMjB,CAA0B;AAE9D,OAAIgB,IAAAE,KAAA,gBAAAA,EAAU,WAAV,QAAAF,EAAkB,KAAK;AACzB,UAAMG,IACJD,EAAS,OAAO,IAAI,WAAW,IAC3BA,EAAS,OAAO,IACb,MAAM,EAAE,EACR,IAAI,CAACE,MAAU,GAAGA,CAAK,GAAGA,CAAK,EAAE,EACjC,KAAK,EAAE,IACVF,EAAS,OAAO;AAEtB,WAAO,OAAO,SAASC,GAAe,EAAE;AAAA,EAC1C;AAEA,QAAME,IAAWJ,EAAa,MAAMhB,CAA0B;AAE9D,MAAI,EAACoB,KAAA,QAAAA,EAAU;AACb;AAGF,QAAMC,IAAW,CAACD,EAAS,OAAO,GAAGA,EAAS,OAAO,GAAGA,EAAS,OAAO,CAAC,EAAE;AAAA,IAAI,CAACD,MAC9E,OAAO,SAASA,GAAO,EAAE;AAAA,EAAA;AAG3B,MAAI,CAAAE,EAAS,KAAK,CAACF,MAAU,OAAO,MAAMA,CAAK,KAAKA,IAAQ,KAAKA,IAAQ,GAAG;AAI5E,YAAQE,EAAS,CAAC,KAAK,OAAOA,EAAS,CAAC,KAAK,KAAKA,EAAS,CAAC;AAC9D,GAnC0C,+BAsC7BC,IAA4B,gBAAApB,EAAA,MAAM;AAC7C,QAAMqB,IAAUf,EAAwBrB,CAAkB;AAE1D,SAAIC,KAAgCC,MAA0BkC,MAI9DlC,IAAwBkC,GACxBnC,IAA+B;AAAA,IAC7B,cAAc;AAAA,MACZ,YAAYS;AAAA,MACZ,WAAW;AAAA,MACX,YAAY;AAAA,MACZ,KAAK,QAAQ0B,CAAO;AAAA,IAAA;AAAA,EACtB,IAGKnC;AACT,GAlByC;"}
|
package/dist/constants.js
CHANGED
|
@@ -1,37 +1,38 @@
|
|
|
1
|
-
import { DEFAULT_CELL_ALIGNMENT as L, DEFAULT_HEADER_FILL as
|
|
2
|
-
import { FALLBACK_LANGUAGE_LIST as
|
|
3
|
-
import { CURRENT_LANGUAGE as
|
|
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";
|
|
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
5
|
import { DEFAULT_TABLE_RADIUS as H } from "./constants/table.js";
|
|
6
|
-
import { TREEGRID_CELL_CHANGED_CLASS as S, TREEGRID_CELL_HIGHLIGHT_COLOR as
|
|
7
|
-
import { TREEGRID_TABLE_BODY_BORDER_COLOR as
|
|
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";
|
|
8
8
|
export {
|
|
9
|
-
|
|
9
|
+
I as CURRENT_LANGUAGE,
|
|
10
10
|
L as DEFAULT_CELL_ALIGNMENT,
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
R as DEFAULT_HEADER_FILL,
|
|
12
|
+
T as DEFAULT_HEADER_FONT,
|
|
13
13
|
H as DEFAULT_TABLE_RADIUS,
|
|
14
14
|
A as DEFAULT_THIN_BORDER,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
15
|
+
G as DEFAULT_VALUE_FONT,
|
|
16
|
+
e as DEFAULT_WRAP_CELL_ALIGNMENT,
|
|
17
|
+
O 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
21
|
S as TREEGRID_CELL_CHANGED_CLASS,
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
B as TREEGRID_CELL_HIGHLIGHT_COLOR,
|
|
23
|
+
s as TREEGRID_CELL_HIGHLIGHT_FONT_WEIGHT,
|
|
24
24
|
m as TREEGRID_CELL_HIGHLIGHT_TEXT_COLOR,
|
|
25
|
-
x as
|
|
26
|
-
f as
|
|
27
|
-
p as
|
|
28
|
-
|
|
29
|
-
P as
|
|
30
|
-
|
|
31
|
-
K as
|
|
32
|
-
Y as
|
|
33
|
-
d as
|
|
34
|
-
i as
|
|
35
|
-
M as
|
|
25
|
+
x as TREEGRID_ERROR_CELL_BORDER_COLOR,
|
|
26
|
+
f as TREEGRID_FONT_FAMILY,
|
|
27
|
+
p as TREEGRID_FONT_FAMILY_STACK,
|
|
28
|
+
l as TREEGRID_INPUT_CELL_COLOR,
|
|
29
|
+
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,
|
|
36
|
+
a as resolveTreeGridColorNumber
|
|
36
37
|
};
|
|
37
38
|
//# sourceMappingURL=constants.js.map
|