@owp/core 2.5.28 → 2.5.30
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/index20.js +2 -2
- package/dist/_virtual/index21.js +2 -2
- package/dist/_virtual/index22.js +2 -2
- package/dist/components/OwpTable/OwpDataTable.js +109 -104
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.js +1 -1
- package/dist/components/OwpTreeGrid/OwpTreeGrid.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/index.js +54 -56
- package/dist/index.js.map +1 -1
- package/dist/layout/components/menus/PasswordChangeMenu.js +5 -5
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/VisibilityOff.js.map +1 -1
- package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/match/index.js +1 -1
- package/dist/node_modules/.pnpm/autosuggest-highlight@3.3.4/node_modules/autosuggest-highlight/parse/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/ITF/constants.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/qrcode@1.5.4/node_modules/qrcode/lib/core/utils.js +1 -1
- package/dist/node_modules/.pnpm/qrcode@1.5.4/node_modules/qrcode/lib/renderer/utils.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/index.d.ts +0 -1
- package/dist/types/types/OwpGridThemeTypes.d.ts +1 -0
- package/dist/types/utils/treeGridUtil.d.ts +42 -0
- package/dist/utils/treeGridUtil.js +256 -163
- package/dist/utils/treeGridUtil.js.map +1 -1
- package/dist/utils.js +31 -30
- package/package.json +1 -2
- package/dist/components/OwpMrtTable/OwpMrtTable.js +0 -717
- package/dist/components/OwpMrtTable/OwpMrtTable.js.map +0 -1
- package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js +0 -54
- package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js.map +0 -1
- package/dist/components/OwpMrtTable/internal/OwpMrtTableTopToolbar.js +0 -102
- package/dist/components/OwpMrtTable/internal/OwpMrtTableTopToolbar.js.map +0 -1
- package/dist/components/OwpMrtTable/utils/parseFromValuesOrFunc.js +0 -7
- package/dist/components/OwpMrtTable/utils/parseFromValuesOrFunc.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDownward.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDownward.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDropDownRounded.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowDropDownRounded.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowRight.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ArrowRight.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Cancel.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Cancel.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ClearAll.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ClearAll.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ContentCopy.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ContentCopy.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensityLarge.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensityLarge.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensityMedium.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensityMedium.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensitySmall.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DensitySmall.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DragHandle.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DragHandle.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DynamicFeed.js +0 -11
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/DynamicFeed.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Edit.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Edit.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ExpandMore.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ExpandMore.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterAlt.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterAlt.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterList.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterList.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterListOff.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FilterListOff.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FirstPage.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FirstPage.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Fullscreen.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Fullscreen.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FullscreenExit.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/FullscreenExit.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardDoubleArrowDown.js +0 -11
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/KeyboardDoubleArrowDown.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/LastPage.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/LastPage.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MoreHoriz.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/MoreHoriz.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/PushPin.js +0 -10
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/PushPin.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Save.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Save.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SearchOff.js +0 -11
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SearchOff.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Sort.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Sort.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SyncAlt.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SyncAlt.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/UnfoldMoreRounded.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/UnfoldMoreRounded.js.map +0 -1
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ViewColumn.js +0 -9
- package/dist/node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/ViewColumn.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_match-sorter-utils@8.19.4/node_modules/@tanstack/match-sorter-utils/build/lib/index.js +0 -554
- package/dist/node_modules/.pnpm/@tanstack_match-sorter-utils@8.19.4/node_modules/@tanstack/match-sorter-utils/build/lib/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-table/build/lib/index.js +0 -95
- package/dist/node_modules/.pnpm/@tanstack_react-table@8.20.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-table/build/lib/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_react-virtual@3.11.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-virtual/dist/esm/index.js +0 -40
- package/dist/node_modules/.pnpm/@tanstack_react-virtual@3.11.2_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@tanstack/react-virtual/dist/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js +0 -2055
- package/dist/node_modules/.pnpm/@tanstack_table-core@8.20.5/node_modules/@tanstack/table-core/build/lib/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_virtual-core@3.11.2/node_modules/@tanstack/virtual-core/dist/esm/index.js +0 -454
- package/dist/node_modules/.pnpm/@tanstack_virtual-core@3.11.2/node_modules/@tanstack/virtual-core/dist/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/@tanstack_virtual-core@3.11.2/node_modules/@tanstack/virtual-core/dist/esm/utils.js +0 -54
- package/dist/node_modules/.pnpm/@tanstack_virtual-core@3.11.2/node_modules/@tanstack/virtual-core/dist/esm/utils.js.map +0 -1
- package/dist/node_modules/.pnpm/highlight-words@2.0.0/node_modules/highlight-words/dist/highlight-words.js +0 -92
- package/dist/node_modules/.pnpm/highlight-words@2.0.0/node_modules/highlight-words/dist/highlight-words.js.map +0 -1
- package/dist/node_modules/.pnpm/material-react-table@3.2.1_69126b2b17f4a182bc981f3ab8d41a62/node_modules/material-react-table/dist/index.esm.js +0 -2440
- package/dist/node_modules/.pnpm/material-react-table@3.2.1_69126b2b17f4a182bc981f3ab8d41a62/node_modules/material-react-table/dist/index.esm.js.map +0 -1
- package/dist/node_modules/.pnpm/material-react-table@3.2.1_69126b2b17f4a182bc981f3ab8d41a62/node_modules/material-react-table/locales/ko/index.esm.js +0 -98
- package/dist/node_modules/.pnpm/material-react-table@3.2.1_69126b2b17f4a182bc981f3ab8d41a62/node_modules/material-react-table/locales/ko/index.esm.js.map +0 -1
- package/dist/types/components/OwpMrtTable/OwpMrtTable.d.ts +0 -25
- package/dist/types/components/OwpMrtTable/index.d.ts +0 -1
- package/dist/types/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.d.ts +0 -14
- package/dist/types/components/OwpMrtTable/internal/OwpMrtTableTopToolbar.d.ts +0 -6
- package/dist/types/components/OwpMrtTable/utils/parseFromValuesOrFunc.d.ts +0 -11
|
@@ -5,47 +5,47 @@ import de from "../defs/ThemePreviewGridDef.xml.js";
|
|
|
5
5
|
import ce from "../defs/ThemePreviewReadonlyGridDef.xml.js";
|
|
6
6
|
import { OwpDatePicker as se } from "../../../components/OwpPicker/OwpDatePicker.js";
|
|
7
7
|
import { OwpDataTable as J } from "../../../components/OwpTable/OwpDataTable.js";
|
|
8
|
-
import { OwpFieldTable as
|
|
8
|
+
import { OwpFieldTable as O } from "../../../components/OwpTable/OwpFieldTable.js";
|
|
9
9
|
import { OwpTable as Q } from "../../../components/OwpTable/OwpTable.js";
|
|
10
|
-
import { OwpStoreProvider as
|
|
10
|
+
import { OwpStoreProvider as $ } from "../../../contexts/OwpStoreProvider.js";
|
|
11
11
|
import { highlightTreeGridCellById as he } from "../../../utils/treeGridUtil.js";
|
|
12
|
-
import
|
|
12
|
+
import A from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Close.js";
|
|
13
13
|
import me from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/Search.js";
|
|
14
14
|
import xe from "../../../node_modules/.pnpm/@mui_icons-material@7.3.9_@mui_material@7.3.9_@emotion_react@11.14.0_@types_react@19.2._dc2be6bc014bebdac88a574e3e02c144/node_modules/@mui/icons-material/esm/SpaceDashboardOutlined.js";
|
|
15
|
-
import { Typography as c, Box as v, Paper as D, TextField as
|
|
15
|
+
import { Typography as c, Box as v, Paper as D, TextField as E, Skeleton as M, Button as R, ButtonBase as fe, CircularProgress as F, LinearProgress as I, TableHead as pe, TableRow as U, TableCell as H, TableBody as ue, Table as ve, IconButton as ge } from "@mui/material";
|
|
16
16
|
import { useTheme as K, createTheme as be, ThemeProvider as we, alpha as j } from "@mui/material/styles";
|
|
17
17
|
import { enqueueSnackbar as ye, closeSnackbar as L, SnackbarContent as Te } from "notistack";
|
|
18
18
|
import { memo as N, useMemo as Se } from "react";
|
|
19
|
-
import { getThemePreviewFieldTableSx as z, getThemePreviewFieldTableTitleSx as Z, tableFieldPreviewLayout as ee, tableFieldPreviewData as le, getThemePreviewFieldTableCellSx as
|
|
20
|
-
import { OwpStyleProvider as
|
|
21
|
-
import { OwpTreeGrid as
|
|
22
|
-
import { OwpSearchFilter as
|
|
23
|
-
import { OwpYesNoSelector as
|
|
19
|
+
import { getThemePreviewFieldTableSx as z, getThemePreviewFieldTableTitleSx as Z, tableFieldPreviewLayout as ee, tableFieldPreviewData as le, getThemePreviewFieldTableCellSx as _, getThemePreviewBasicTableSx as Ne, tablePreviewRows as Ce, tablePreviewHeaders as re, getThemePreviewDataTableSx as Re, dataTablePreviewRows as V, dataTablePreviewHeadCells as ie, gridCanvasPreviewRows as X, gridStyledTablePreviewRows as Pe, gridStyledDataTablePreviewRows as We, previewNoop as T, previewChromeBorder as P, previewInnerCardSx as ae, searchHeaderPreviewData as ke, previewSectionCardClassName as Ee, gridPreviewColumnLabels as Be, gridPreviewRows as $e, gridPreviewBodyText as Ge } from "./themePreviewCanvas.shared.js";
|
|
20
|
+
import { OwpStyleProvider as G } from "../../../components/OwpStyleProvider/OwpStyleProvider.js";
|
|
21
|
+
import { OwpTreeGrid as Y } from "../../../components/OwpTreeGrid/OwpTreeGrid.js";
|
|
22
|
+
import { OwpSearchFilter as Me } from "../../../components/OwpSearchFilter/OwpSearchFilter.js";
|
|
23
|
+
import { OwpYesNoSelector as Oe } from "../../../components/OwpYesNoSelector/OwpYesNoSelector.js";
|
|
24
24
|
import { OwpPageContent as De } from "../../../components/OwpPageContent/OwpPageContent.js";
|
|
25
|
-
import { OwpSection as
|
|
25
|
+
import { OwpSection as q } from "../../../components/OwpSection/OwpSection.js";
|
|
26
26
|
function y({
|
|
27
27
|
children: s,
|
|
28
28
|
fillContentHeight: r = !1,
|
|
29
29
|
gapClassName: i = "gap-16",
|
|
30
|
-
paperClassName: a =
|
|
31
|
-
sx:
|
|
30
|
+
paperClassName: a = Ee,
|
|
31
|
+
sx: o,
|
|
32
32
|
title: n
|
|
33
33
|
}) {
|
|
34
|
-
const
|
|
34
|
+
const x = n != null && n !== "";
|
|
35
35
|
return /* @__PURE__ */ e(
|
|
36
36
|
D,
|
|
37
37
|
{
|
|
38
38
|
className: a,
|
|
39
39
|
sx: {
|
|
40
40
|
...ae,
|
|
41
|
-
...
|
|
41
|
+
...o
|
|
42
42
|
},
|
|
43
43
|
children: /* @__PURE__ */ l(
|
|
44
44
|
"div",
|
|
45
45
|
{
|
|
46
|
-
className: `flex flex-col ${
|
|
46
|
+
className: `flex flex-col ${x ? i : ""} ${r ? "min-h-0 flex-1" : ""}`,
|
|
47
47
|
children: [
|
|
48
|
-
|
|
48
|
+
x ? /* @__PURE__ */ e(c, { variant: "subtitle1", fontWeight: 700, children: n }) : null,
|
|
49
49
|
s
|
|
50
50
|
]
|
|
51
51
|
}
|
|
@@ -54,7 +54,7 @@ function y({
|
|
|
54
54
|
);
|
|
55
55
|
}
|
|
56
56
|
d(y, "PreviewSectionCard");
|
|
57
|
-
function
|
|
57
|
+
function B({ children: s }) {
|
|
58
58
|
const r = K(), i = Se(
|
|
59
59
|
() => be(r, {
|
|
60
60
|
palette: {
|
|
@@ -65,7 +65,7 @@ function $({ children: s }) {
|
|
|
65
65
|
);
|
|
66
66
|
return /* @__PURE__ */ e(we, { theme: i, children: s });
|
|
67
67
|
}
|
|
68
|
-
d(
|
|
68
|
+
d(B, "ThemePreviewStaticDividerBoundary");
|
|
69
69
|
function te({
|
|
70
70
|
buttonPreviewItems: s,
|
|
71
71
|
mainTextSecondary: r
|
|
@@ -73,14 +73,14 @@ function te({
|
|
|
73
73
|
return /* @__PURE__ */ l("div", { className: "flex flex-col gap-12", children: [
|
|
74
74
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-8", children: [
|
|
75
75
|
/* @__PURE__ */ e(c, { variant: "caption", sx: { color: r }, children: "contained" }),
|
|
76
|
-
/* @__PURE__ */ e("div", { className: "flex flex-wrap gap-8", children: s.map(({ label: i, color: a, previewContrastColor:
|
|
76
|
+
/* @__PURE__ */ e("div", { className: "flex flex-wrap gap-8", children: s.map(({ label: i, color: a, previewContrastColor: o }) => /* @__PURE__ */ e(
|
|
77
77
|
R,
|
|
78
78
|
{
|
|
79
79
|
size: "small",
|
|
80
80
|
variant: "contained",
|
|
81
81
|
sx: {
|
|
82
82
|
backgroundColor: a,
|
|
83
|
-
color:
|
|
83
|
+
color: o,
|
|
84
84
|
minWidth: 72,
|
|
85
85
|
px: 1.5,
|
|
86
86
|
py: 0.625
|
|
@@ -120,15 +120,15 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
120
120
|
buttonPreviewItems: r,
|
|
121
121
|
mainTextSecondary: i,
|
|
122
122
|
mainThemePreviewStoreState: a,
|
|
123
|
-
previewSectionCardSx:
|
|
123
|
+
previewSectionCardSx: o
|
|
124
124
|
}) {
|
|
125
|
-
return /* @__PURE__ */ e(
|
|
125
|
+
return /* @__PURE__ */ e($, { preloadedState: a, children: /* @__PURE__ */ e(G, { children: /* @__PURE__ */ l("div", { className: "grid gap-16 xl:grid-cols-[188px_212px_minmax(0,9fr)_minmax(280px,13fr)]", children: [
|
|
126
126
|
/* @__PURE__ */ e(
|
|
127
127
|
y,
|
|
128
128
|
{
|
|
129
129
|
gapClassName: "gap-12",
|
|
130
130
|
sx: {
|
|
131
|
-
...
|
|
131
|
+
...o,
|
|
132
132
|
minWidth: 0
|
|
133
133
|
},
|
|
134
134
|
title: "Common",
|
|
@@ -138,10 +138,10 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
138
138
|
/* @__PURE__ */ e(xe, { color: "primary" }),
|
|
139
139
|
/* @__PURE__ */ e(c, { variant: "body2", color: "primary.main", fontWeight: 600, children: "primary" })
|
|
140
140
|
] }),
|
|
141
|
-
/* @__PURE__ */ e(
|
|
141
|
+
/* @__PURE__ */ e(F, { color: "primary", size: 18, thickness: 5 })
|
|
142
142
|
] }),
|
|
143
143
|
/* @__PURE__ */ e(
|
|
144
|
-
|
|
144
|
+
I,
|
|
145
145
|
{
|
|
146
146
|
color: "primary",
|
|
147
147
|
sx: { borderRadius: 999, height: 6, width: "100%" },
|
|
@@ -154,10 +154,10 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
154
154
|
/* @__PURE__ */ e(me, { color: "secondary" }),
|
|
155
155
|
/* @__PURE__ */ e(c, { variant: "body2", color: "secondary.main", fontWeight: 600, children: "secondary" })
|
|
156
156
|
] }),
|
|
157
|
-
/* @__PURE__ */ e(
|
|
157
|
+
/* @__PURE__ */ e(F, { color: "secondary", size: 18, thickness: 5 })
|
|
158
158
|
] }),
|
|
159
159
|
/* @__PURE__ */ e(
|
|
160
|
-
|
|
160
|
+
I,
|
|
161
161
|
{
|
|
162
162
|
color: "secondary",
|
|
163
163
|
sx: { borderRadius: 999, height: 6, width: "100%" },
|
|
@@ -173,13 +173,13 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
173
173
|
{
|
|
174
174
|
gapClassName: "gap-12",
|
|
175
175
|
sx: {
|
|
176
|
-
...
|
|
176
|
+
...o,
|
|
177
177
|
minWidth: 0
|
|
178
178
|
},
|
|
179
179
|
title: "Inputs",
|
|
180
180
|
children: /* @__PURE__ */ l("div", { className: "grid gap-12", children: [
|
|
181
181
|
/* @__PURE__ */ e(
|
|
182
|
-
|
|
182
|
+
E,
|
|
183
183
|
{
|
|
184
184
|
fullWidth: !0,
|
|
185
185
|
label: "기본 입력",
|
|
@@ -189,7 +189,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
189
189
|
}
|
|
190
190
|
),
|
|
191
191
|
/* @__PURE__ */ e(
|
|
192
|
-
|
|
192
|
+
E,
|
|
193
193
|
{
|
|
194
194
|
focused: !0,
|
|
195
195
|
fullWidth: !0,
|
|
@@ -200,7 +200,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
200
200
|
}
|
|
201
201
|
),
|
|
202
202
|
/* @__PURE__ */ e(
|
|
203
|
-
|
|
203
|
+
E,
|
|
204
204
|
{
|
|
205
205
|
disabled: !0,
|
|
206
206
|
fullWidth: !0,
|
|
@@ -218,7 +218,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
218
218
|
{
|
|
219
219
|
gapClassName: "gap-12",
|
|
220
220
|
sx: {
|
|
221
|
-
...
|
|
221
|
+
...o,
|
|
222
222
|
minWidth: 0
|
|
223
223
|
},
|
|
224
224
|
title: "Text",
|
|
@@ -235,7 +235,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
235
235
|
{
|
|
236
236
|
gapClassName: "gap-12",
|
|
237
237
|
sx: {
|
|
238
|
-
...
|
|
238
|
+
...o,
|
|
239
239
|
minWidth: 0
|
|
240
240
|
},
|
|
241
241
|
title: "Buttons",
|
|
@@ -265,18 +265,18 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
265
265
|
previewSectionCardSx: r,
|
|
266
266
|
previewSnackbarKeysRef: i,
|
|
267
267
|
snackbarAnchorOrigin: a,
|
|
268
|
-
snackbarAutoHideDuration:
|
|
268
|
+
snackbarAutoHideDuration: o,
|
|
269
269
|
snackbarPreviewAnchorHorizontal: n,
|
|
270
|
-
snackbarPreviewAnchorVertical:
|
|
270
|
+
snackbarPreviewAnchorVertical: x,
|
|
271
271
|
snackbarPreviewFontSize: g,
|
|
272
272
|
snackbarPreviewItems: f,
|
|
273
|
-
snackbarPreviewLineHeight:
|
|
273
|
+
snackbarPreviewLineHeight: t,
|
|
274
274
|
snackbarPreviewMaxSnack: h
|
|
275
275
|
}) {
|
|
276
|
-
const p = K(),
|
|
276
|
+
const p = K(), m = /* @__PURE__ */ d((S, u, b, w, C, W) => {
|
|
277
277
|
const oe = ye(u, {
|
|
278
278
|
anchorOrigin: a,
|
|
279
|
-
autoHideDuration:
|
|
279
|
+
autoHideDuration: o,
|
|
280
280
|
variant: S,
|
|
281
281
|
content: /* @__PURE__ */ d((k) => /* @__PURE__ */ e(
|
|
282
282
|
Te,
|
|
@@ -288,7 +288,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
288
288
|
boxShadow: p.shadows[2],
|
|
289
289
|
color: w,
|
|
290
290
|
fontSize: g,
|
|
291
|
-
lineHeight:
|
|
291
|
+
lineHeight: t,
|
|
292
292
|
overflow: "hidden",
|
|
293
293
|
padding: 0
|
|
294
294
|
},
|
|
@@ -339,7 +339,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
339
339
|
color: "inherit",
|
|
340
340
|
flex: 1,
|
|
341
341
|
fontSize: g,
|
|
342
|
-
lineHeight:
|
|
342
|
+
lineHeight: t,
|
|
343
343
|
minWidth: 0
|
|
344
344
|
},
|
|
345
345
|
children: u
|
|
@@ -362,7 +362,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
362
362
|
backgroundColor: C
|
|
363
363
|
}
|
|
364
364
|
},
|
|
365
|
-
children: /* @__PURE__ */ e(
|
|
365
|
+
children: /* @__PURE__ */ e(A, { fontSize: "small" })
|
|
366
366
|
}
|
|
367
367
|
)
|
|
368
368
|
]
|
|
@@ -391,7 +391,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
391
391
|
className: "flex min-h-0 flex-1 flex-col gap-10",
|
|
392
392
|
style: {
|
|
393
393
|
alignItems: n === "left" ? "flex-start" : n === "right" ? "flex-end" : "center",
|
|
394
|
-
justifyContent:
|
|
394
|
+
justifyContent: x === "bottom" ? "flex-end" : "flex-start"
|
|
395
395
|
},
|
|
396
396
|
children: f.map(
|
|
397
397
|
({ key: S, actionHoverColor: u, backgroundColor: b, color: w, icon: C, message: W }) => /* @__PURE__ */ l(
|
|
@@ -399,7 +399,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
399
399
|
{
|
|
400
400
|
className: "flex items-center justify-between gap-10 px-16 py-10 text-left",
|
|
401
401
|
onClick: /* @__PURE__ */ d(() => {
|
|
402
|
-
|
|
402
|
+
m(
|
|
403
403
|
S,
|
|
404
404
|
W,
|
|
405
405
|
b,
|
|
@@ -428,8 +428,8 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
428
428
|
...g && {
|
|
429
429
|
fontSize: g
|
|
430
430
|
},
|
|
431
|
-
...
|
|
432
|
-
lineHeight:
|
|
431
|
+
...t && {
|
|
432
|
+
lineHeight: t
|
|
433
433
|
}
|
|
434
434
|
},
|
|
435
435
|
children: W
|
|
@@ -444,7 +444,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
444
444
|
backgroundColor: u,
|
|
445
445
|
color: w
|
|
446
446
|
},
|
|
447
|
-
children: /* @__PURE__ */ e(
|
|
447
|
+
children: /* @__PURE__ */ e(A, { sx: { fontSize: 16 } })
|
|
448
448
|
}
|
|
449
449
|
)
|
|
450
450
|
]
|
|
@@ -461,23 +461,23 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
461
461
|
activeSection: r,
|
|
462
462
|
gridPreviewTable: i,
|
|
463
463
|
mainBackground: a,
|
|
464
|
-
mainPaper:
|
|
464
|
+
mainPaper: o,
|
|
465
465
|
mainText: n,
|
|
466
|
-
mainThemePreviewStoreState:
|
|
466
|
+
mainThemePreviewStoreState: x,
|
|
467
467
|
previewSectionCardSx: g,
|
|
468
468
|
searchHeaderPreviewDate: f,
|
|
469
|
-
searchHeaderPreviewNumber:
|
|
469
|
+
searchHeaderPreviewNumber: t,
|
|
470
470
|
searchHeaderPreviewVersionKey: h,
|
|
471
471
|
tablePreviewCanTableRadiusZero: p,
|
|
472
|
-
tableTheme:
|
|
472
|
+
tableTheme: m,
|
|
473
473
|
tableThemePreviewVersionKey: S
|
|
474
474
|
}) {
|
|
475
|
-
const u =
|
|
475
|
+
const u = _(m), b = Z(m), w = r === "navbar" || r === "toolbar";
|
|
476
476
|
return /* @__PURE__ */ e(y, { paperClassName: "overflow-hidden rounded-lg p-0", sx: g, children: /* @__PURE__ */ e(
|
|
477
|
-
|
|
477
|
+
$,
|
|
478
478
|
{
|
|
479
|
-
preloadedState:
|
|
480
|
-
children: /* @__PURE__ */ e(
|
|
479
|
+
preloadedState: x,
|
|
480
|
+
children: /* @__PURE__ */ e(G, { children: /* @__PURE__ */ l(
|
|
481
481
|
v,
|
|
482
482
|
{
|
|
483
483
|
className: "flex flex-col gap-16 p-16",
|
|
@@ -500,7 +500,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
500
500
|
backgroundColor: "transparent",
|
|
501
501
|
boxShadow: "none"
|
|
502
502
|
},
|
|
503
|
-
children: /* @__PURE__ */ l(
|
|
503
|
+
children: /* @__PURE__ */ l(Me, { onSubmit: T, onReset: T, children: [
|
|
504
504
|
/* @__PURE__ */ e(
|
|
505
505
|
se,
|
|
506
506
|
{
|
|
@@ -511,7 +511,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
511
511
|
}
|
|
512
512
|
),
|
|
513
513
|
/* @__PURE__ */ e(
|
|
514
|
-
|
|
514
|
+
Oe,
|
|
515
515
|
{
|
|
516
516
|
label: "사용여부",
|
|
517
517
|
yesLabel: "사용",
|
|
@@ -521,11 +521,11 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
521
521
|
}
|
|
522
522
|
),
|
|
523
523
|
/* @__PURE__ */ e(
|
|
524
|
-
|
|
524
|
+
E,
|
|
525
525
|
{
|
|
526
526
|
label: "번호",
|
|
527
527
|
variant: "standard",
|
|
528
|
-
value:
|
|
528
|
+
value: t,
|
|
529
529
|
onChange: T
|
|
530
530
|
}
|
|
531
531
|
)
|
|
@@ -538,22 +538,22 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
538
538
|
className: "w-full rounded-lg p-16",
|
|
539
539
|
sx: {
|
|
540
540
|
...ae,
|
|
541
|
-
backgroundColor:
|
|
541
|
+
backgroundColor: o,
|
|
542
542
|
border: `1px solid ${P}`
|
|
543
543
|
},
|
|
544
544
|
children: /* @__PURE__ */ e(
|
|
545
545
|
De,
|
|
546
546
|
{
|
|
547
547
|
title: "제목",
|
|
548
|
-
centerSlot: /* @__PURE__ */ e("div", { className: "w-[240px]", children: /* @__PURE__ */ e(
|
|
548
|
+
centerSlot: /* @__PURE__ */ e("div", { className: "w-[240px]", children: /* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(
|
|
549
549
|
v,
|
|
550
550
|
{
|
|
551
551
|
sx: z(
|
|
552
|
-
|
|
552
|
+
m,
|
|
553
553
|
p
|
|
554
554
|
),
|
|
555
555
|
children: /* @__PURE__ */ e(
|
|
556
|
-
|
|
556
|
+
O,
|
|
557
557
|
{
|
|
558
558
|
canUseTreeGridStyle: !1,
|
|
559
559
|
cellSx: [
|
|
@@ -581,7 +581,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
581
581
|
children: /* @__PURE__ */ l("div", { className: "flex min-h-0 flex-1 flex-col gap-12", children: [
|
|
582
582
|
i,
|
|
583
583
|
/* @__PURE__ */ e(
|
|
584
|
-
|
|
584
|
+
q,
|
|
585
585
|
{
|
|
586
586
|
className: w ? "shrink-0" : "min-h-0 flex-1",
|
|
587
587
|
title: "섹션 제목",
|
|
@@ -590,18 +590,18 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
590
590
|
{
|
|
591
591
|
className: "flex min-h-0 flex-1 flex-col pt-12",
|
|
592
592
|
style: { borderTop: `1px solid ${P}` },
|
|
593
|
-
children: /* @__PURE__ */ e(
|
|
593
|
+
children: /* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(
|
|
594
594
|
v,
|
|
595
595
|
{
|
|
596
596
|
sx: z(
|
|
597
|
-
|
|
597
|
+
m,
|
|
598
598
|
p
|
|
599
599
|
),
|
|
600
600
|
children: /* @__PURE__ */ e(
|
|
601
|
-
|
|
601
|
+
O,
|
|
602
602
|
{
|
|
603
603
|
canUseTreeGridStyle: !0,
|
|
604
|
-
cellSx:
|
|
604
|
+
cellSx: _(m),
|
|
605
605
|
data: le,
|
|
606
606
|
layout: ee,
|
|
607
607
|
titleWidth: 108
|
|
@@ -615,7 +615,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
615
615
|
}
|
|
616
616
|
),
|
|
617
617
|
w ? /* @__PURE__ */ e("div", { className: "flex min-h-0 flex-1 flex-col gap-12", children: [0, 1].map((C) => /* @__PURE__ */ e(
|
|
618
|
-
|
|
618
|
+
q,
|
|
619
619
|
{
|
|
620
620
|
className: "min-h-0 flex-1",
|
|
621
621
|
title: "섹션 제목",
|
|
@@ -626,7 +626,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
626
626
|
style: { borderTop: `1px solid ${P}` },
|
|
627
627
|
children: [
|
|
628
628
|
/* @__PURE__ */ e(
|
|
629
|
-
|
|
629
|
+
M,
|
|
630
630
|
{
|
|
631
631
|
animation: !1,
|
|
632
632
|
height: 16,
|
|
@@ -635,7 +635,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
635
635
|
}
|
|
636
636
|
),
|
|
637
637
|
/* @__PURE__ */ e(
|
|
638
|
-
|
|
638
|
+
M,
|
|
639
639
|
{
|
|
640
640
|
animation: !1,
|
|
641
641
|
height: 16,
|
|
@@ -644,7 +644,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
644
644
|
}
|
|
645
645
|
),
|
|
646
646
|
/* @__PURE__ */ e(
|
|
647
|
-
|
|
647
|
+
M,
|
|
648
648
|
{
|
|
649
649
|
animation: !1,
|
|
650
650
|
className: "flex-1",
|
|
@@ -673,15 +673,15 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
673
673
|
editableThemePreviewGridId: r,
|
|
674
674
|
mainGridChangedBackgroundColor: i,
|
|
675
675
|
mainThemePreviewStoreKey: a,
|
|
676
|
-
mainThemePreviewStoreState:
|
|
676
|
+
mainThemePreviewStoreState: o,
|
|
677
677
|
previewSectionCardSx: n,
|
|
678
|
-
readonlyThemePreviewGridId:
|
|
678
|
+
readonlyThemePreviewGridId: x
|
|
679
679
|
}) {
|
|
680
680
|
return /* @__PURE__ */ e(y, { title: "Grid", sx: n, children: /* @__PURE__ */ e(
|
|
681
|
-
|
|
681
|
+
$,
|
|
682
682
|
{
|
|
683
|
-
preloadedState:
|
|
684
|
-
children: /* @__PURE__ */ e(
|
|
683
|
+
preloadedState: o,
|
|
684
|
+
children: /* @__PURE__ */ e(G, { children: /* @__PURE__ */ l(
|
|
685
685
|
"div",
|
|
686
686
|
{
|
|
687
687
|
className: "flex min-h-0 flex-col gap-12",
|
|
@@ -691,40 +691,46 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
691
691
|
children: [
|
|
692
692
|
/* @__PURE__ */ l("div", { className: "grid min-h-0 flex-1 grid-rows-[minmax(0,1fr)_minmax(0,1fr)] gap-12", children: [
|
|
693
693
|
/* @__PURE__ */ e(
|
|
694
|
-
|
|
694
|
+
Y,
|
|
695
695
|
{
|
|
696
|
-
data:
|
|
696
|
+
data: X,
|
|
697
697
|
height: "100%",
|
|
698
698
|
id: r,
|
|
699
699
|
layoutData: de,
|
|
700
|
-
onReady: /* @__PURE__ */ d((
|
|
701
|
-
if (!
|
|
700
|
+
onReady: /* @__PURE__ */ d((t) => {
|
|
701
|
+
if (!t)
|
|
702
702
|
return;
|
|
703
|
-
const h =
|
|
704
|
-
h && (
|
|
705
|
-
|
|
703
|
+
const h = t.GetFirst(), p = h ? t.GetNext(h) : null, m = p ? t.GetNext(p) : h;
|
|
704
|
+
h && (t.SelectRow(h, 1), p ? t.Focus(p, "OWP_THEME_PREVIEW.STATUS") : t.Focus(h, "OWP_THEME_PREVIEW.STATUS"), m && (t.SetAttribute(
|
|
705
|
+
m,
|
|
706
|
+
"OWP_THEME_PREVIEW.STATUS",
|
|
707
|
+
"Error",
|
|
708
|
+
"상태 필수 입력",
|
|
709
|
+
1
|
|
710
|
+
), he(r, {
|
|
711
|
+
row: m,
|
|
706
712
|
col: "OWP_THEME_PREVIEW.REMARK",
|
|
707
713
|
backgroundColor: i
|
|
708
|
-
}),
|
|
714
|
+
}), t.RefreshRow(m)));
|
|
709
715
|
}, "handleEditableThemePreviewGridReady")
|
|
710
716
|
},
|
|
711
717
|
r
|
|
712
718
|
),
|
|
713
719
|
/* @__PURE__ */ e(
|
|
714
|
-
|
|
720
|
+
Y,
|
|
715
721
|
{
|
|
716
|
-
data:
|
|
722
|
+
data: X,
|
|
717
723
|
height: "100%",
|
|
718
|
-
id:
|
|
724
|
+
id: x,
|
|
719
725
|
layoutData: ce,
|
|
720
|
-
onReady: /* @__PURE__ */ d((
|
|
721
|
-
if (!
|
|
726
|
+
onReady: /* @__PURE__ */ d((t) => {
|
|
727
|
+
if (!t)
|
|
722
728
|
return;
|
|
723
|
-
const h =
|
|
724
|
-
h &&
|
|
729
|
+
const h = t.GetFirst();
|
|
730
|
+
h && t.Focus(h, "OWP_THEME_PREVIEW.WORK_DATE");
|
|
725
731
|
}, "handleReadonlyThemePreviewGridReady")
|
|
726
732
|
},
|
|
727
|
-
|
|
733
|
+
x
|
|
728
734
|
)
|
|
729
735
|
] }),
|
|
730
736
|
/* @__PURE__ */ l("div", { className: "grid shrink-0 grid-cols-2 gap-12", children: [
|
|
@@ -773,24 +779,24 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
773
779
|
mainThemePreviewStoreState: r,
|
|
774
780
|
previewSectionCardSx: i,
|
|
775
781
|
tablePreviewCanTableRadiusZero: a,
|
|
776
|
-
tableTheme:
|
|
782
|
+
tableTheme: o,
|
|
777
783
|
tableThemePreviewVersionKey: n
|
|
778
784
|
}) {
|
|
779
785
|
return /* @__PURE__ */ e(y, { title: "Tables", sx: i, children: /* @__PURE__ */ e(
|
|
780
|
-
|
|
786
|
+
$,
|
|
781
787
|
{
|
|
782
788
|
preloadedState: r,
|
|
783
|
-
children: /* @__PURE__ */ e(
|
|
789
|
+
children: /* @__PURE__ */ e(G, { children: /* @__PURE__ */ l("div", { className: "flex flex-col gap-14", children: [
|
|
784
790
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-8", children: [
|
|
785
791
|
/* @__PURE__ */ e(c, { variant: "body2", color: "text.secondary", fontWeight: 600, children: "Field Table" }),
|
|
786
|
-
/* @__PURE__ */ e(
|
|
787
|
-
|
|
792
|
+
/* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(v, { sx: z(o, a), children: /* @__PURE__ */ e(
|
|
793
|
+
O,
|
|
788
794
|
{
|
|
789
795
|
canUseTreeGridStyle: !1,
|
|
790
|
-
cellSx:
|
|
796
|
+
cellSx: _(o),
|
|
791
797
|
data: le,
|
|
792
798
|
layout: ee,
|
|
793
|
-
titleSx: Z(
|
|
799
|
+
titleSx: Z(o),
|
|
794
800
|
titleWidth: 108
|
|
795
801
|
},
|
|
796
802
|
`field-table-${n}`
|
|
@@ -798,7 +804,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
798
804
|
] }),
|
|
799
805
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-8", children: [
|
|
800
806
|
/* @__PURE__ */ e(c, { variant: "body2", color: "text.secondary", fontWeight: 600, children: "Table" }),
|
|
801
|
-
/* @__PURE__ */ e(
|
|
807
|
+
/* @__PURE__ */ e(B, { children: /* @__PURE__ */ e(v, { sx: Ne(o, a), children: /* @__PURE__ */ e(
|
|
802
808
|
Q,
|
|
803
809
|
{
|
|
804
810
|
canUseTreeGridStyle: !1,
|
|
@@ -810,7 +816,7 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
810
816
|
] }),
|
|
811
817
|
/* @__PURE__ */ l("div", { className: "flex flex-col gap-8", children: [
|
|
812
818
|
/* @__PURE__ */ e(c, { variant: "body2", color: "text.secondary", fontWeight: 600, children: "Data Table" }),
|
|
813
|
-
/* @__PURE__ */ e(v, { sx: Re(
|
|
819
|
+
/* @__PURE__ */ e(v, { sx: Re(o, a), children: /* @__PURE__ */ e(
|
|
814
820
|
J,
|
|
815
821
|
{
|
|
816
822
|
canCheckbox: !1,
|
|
@@ -820,8 +826,8 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
820
826
|
canUseTreeGridStyle: !1,
|
|
821
827
|
fixedRowCount: 2,
|
|
822
828
|
headCells: ie,
|
|
823
|
-
rows:
|
|
824
|
-
selected:
|
|
829
|
+
rows: V,
|
|
830
|
+
selected: V.slice(0, 1)
|
|
825
831
|
},
|
|
826
832
|
`data-table-${n}`
|
|
827
833
|
) })
|
|
@@ -834,9 +840,9 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
834
840
|
gridBodyBorder: r,
|
|
835
841
|
layoutPreviewGridCellBackground: i,
|
|
836
842
|
layoutPreviewGridCellFontSize: a,
|
|
837
|
-
layoutPreviewGridHeaderBackground:
|
|
843
|
+
layoutPreviewGridHeaderBackground: o,
|
|
838
844
|
layoutPreviewGridHeaderBorder: n,
|
|
839
|
-
layoutPreviewGridHeaderColor:
|
|
845
|
+
layoutPreviewGridHeaderColor: x,
|
|
840
846
|
layoutPreviewGridHeaderFontSize: g
|
|
841
847
|
}) {
|
|
842
848
|
return /* @__PURE__ */ e(
|
|
@@ -854,14 +860,14 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
854
860
|
tableLayout: "fixed"
|
|
855
861
|
},
|
|
856
862
|
children: [
|
|
857
|
-
/* @__PURE__ */ e(pe, { children: /* @__PURE__ */ e(
|
|
863
|
+
/* @__PURE__ */ e(pe, { children: /* @__PURE__ */ e(U, { children: Be.map((f) => /* @__PURE__ */ e(
|
|
858
864
|
H,
|
|
859
865
|
{
|
|
860
866
|
sx: {
|
|
861
|
-
backgroundColor:
|
|
867
|
+
backgroundColor: o,
|
|
862
868
|
borderBottom: `1px solid ${n}`,
|
|
863
869
|
borderRight: `1px solid ${n}`,
|
|
864
|
-
color:
|
|
870
|
+
color: x,
|
|
865
871
|
fontSize: g,
|
|
866
872
|
fontWeight: 500,
|
|
867
873
|
px: 1.25,
|
|
@@ -875,19 +881,19 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
875
881
|
},
|
|
876
882
|
f
|
|
877
883
|
)) }) }),
|
|
878
|
-
/* @__PURE__ */ e(ue, { children:
|
|
879
|
-
|
|
884
|
+
/* @__PURE__ */ e(ue, { children: $e.map((f) => /* @__PURE__ */ e(
|
|
885
|
+
U,
|
|
880
886
|
{
|
|
881
887
|
sx: {
|
|
882
888
|
backgroundColor: i
|
|
883
889
|
},
|
|
884
|
-
children: f.map((
|
|
890
|
+
children: f.map((t, h) => /* @__PURE__ */ e(
|
|
885
891
|
H,
|
|
886
892
|
{
|
|
887
893
|
sx: {
|
|
888
894
|
borderBottom: `1px solid ${r}`,
|
|
889
895
|
borderRight: `1px solid ${r}`,
|
|
890
|
-
color:
|
|
896
|
+
color: Ge,
|
|
891
897
|
fontSize: a,
|
|
892
898
|
px: 1.25,
|
|
893
899
|
py: 1,
|
|
@@ -896,9 +902,9 @@ const nl = N(/* @__PURE__ */ d(function({
|
|
|
896
902
|
borderRight: "none"
|
|
897
903
|
}
|
|
898
904
|
},
|
|
899
|
-
children:
|
|
905
|
+
children: t
|
|
900
906
|
},
|
|
901
|
-
`${
|
|
907
|
+
`${t}-${h}`
|
|
902
908
|
))
|
|
903
909
|
},
|
|
904
910
|
f.join("-")
|