@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
|
@@ -1,98 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
language: "ko",
|
|
3
|
-
actions: "동작",
|
|
4
|
-
and: "~",
|
|
5
|
-
cancel: "취소",
|
|
6
|
-
changeFilterMode: "필터 모드 변경",
|
|
7
|
-
changeSearchMode: "검색 모드 변경",
|
|
8
|
-
clearFilter: "필터 초기화",
|
|
9
|
-
clearSearch: "검색 초기화",
|
|
10
|
-
clearSelection: "선택 초기화",
|
|
11
|
-
clearSort: "정렬 초기화",
|
|
12
|
-
clickToCopy: "클릭하여 복사하기",
|
|
13
|
-
copy: "복사",
|
|
14
|
-
collapse: "행 접기",
|
|
15
|
-
collapseAll: "전체 접기",
|
|
16
|
-
columnActions: "열 동작",
|
|
17
|
-
copiedToClipboard: "클립보드에 복사됨",
|
|
18
|
-
dropToGroupBy: "드롭하여 {column} 그룹화",
|
|
19
|
-
edit: "편집",
|
|
20
|
-
expand: "행 확장",
|
|
21
|
-
expandAll: "전체 확장",
|
|
22
|
-
filterArrIncludes: "포함",
|
|
23
|
-
filterArrIncludesAll: "모두 포함",
|
|
24
|
-
filterArrIncludesSome: "포함",
|
|
25
|
-
filterBetween: "사이(필터 값 제외)",
|
|
26
|
-
filterBetweenInclusive: "사이(필터 값 포함)",
|
|
27
|
-
filterByColumn: "{column} 필터링",
|
|
28
|
-
filterContains: "포함",
|
|
29
|
-
filterEmpty: "비어있는 셀",
|
|
30
|
-
filterEndsWith: "끝 단어",
|
|
31
|
-
filterEquals: "같음",
|
|
32
|
-
filterEqualsString: "같음",
|
|
33
|
-
filterFuzzy: "퍼지",
|
|
34
|
-
filterGreaterThan: "보다 큼",
|
|
35
|
-
filterGreaterThanOrEqualTo: "보다 크거나 같음",
|
|
36
|
-
filterInNumberRange: "사이",
|
|
37
|
-
filterIncludesString: "포함",
|
|
38
|
-
filterIncludesStringSensitive: "포함",
|
|
39
|
-
filterLessThan: "보다 작음",
|
|
40
|
-
filterLessThanOrEqualTo: "보다 작거나 같음",
|
|
41
|
-
filterMode: "필터 모드: {filterType}",
|
|
42
|
-
filterNotEmpty: "비어있지 않은 셀",
|
|
43
|
-
filterNotEquals: "같지 않음",
|
|
44
|
-
filterStartsWith: "시작 단어",
|
|
45
|
-
filterWeakEquals: "같음",
|
|
46
|
-
filteringByColumn: "{column} 필터링 - {filterValue} {filterType}",
|
|
47
|
-
goToFirstPage: "첫 페이지",
|
|
48
|
-
goToLastPage: "마지막 페이지",
|
|
49
|
-
goToNextPage: "다음 페이지",
|
|
50
|
-
goToPreviousPage: "이전 페이지",
|
|
51
|
-
grab: "잡기",
|
|
52
|
-
groupByColumn: "{column} 그룹화",
|
|
53
|
-
groupedBy: "다음으로 그룹화 됨 ",
|
|
54
|
-
hideAll: "모두 숨기기",
|
|
55
|
-
hideColumn: "{column} 숨기기",
|
|
56
|
-
max: "최대",
|
|
57
|
-
min: "최소",
|
|
58
|
-
move: "이동",
|
|
59
|
-
noRecordsToDisplay: "표시할 데이터가 없습니다.",
|
|
60
|
-
noResultsFound: "찾은 결과가 없습니다.",
|
|
61
|
-
of: "/",
|
|
62
|
-
or: "또는",
|
|
63
|
-
pin: "고정",
|
|
64
|
-
pinToLeft: "왼쪽에 고정",
|
|
65
|
-
pinToRight: "오른쪽에 고정",
|
|
66
|
-
resetColumnSize: "열 크기 초기화",
|
|
67
|
-
resetOrder: "순서 초기화",
|
|
68
|
-
rowActions: "행 동작",
|
|
69
|
-
rowNumber: "#",
|
|
70
|
-
rowNumbers: "행 번호",
|
|
71
|
-
rowsPerPage: "페이지 당 행 수",
|
|
72
|
-
save: "저장",
|
|
73
|
-
search: "검색",
|
|
74
|
-
selectedCountOfRowCountRowsSelected: "{rowCount} 행 중 {selectedCount} 행 선택됨",
|
|
75
|
-
select: "선택",
|
|
76
|
-
showAll: "모두 보이기",
|
|
77
|
-
showAllColumns: "모든 열 보이기",
|
|
78
|
-
showHideColumns: "열 숨기기/보이기",
|
|
79
|
-
showHideFilters: "필터 숨기기/보이기",
|
|
80
|
-
showHideSearch: "검색 숨기기/보이기",
|
|
81
|
-
sortByColumnAsc: "{column} 오름차순 정렬",
|
|
82
|
-
sortByColumnDesc: "{column} 내림차순 정렬",
|
|
83
|
-
sortedByColumnAsc: "{column} 오름차순 정렬됨",
|
|
84
|
-
sortedByColumnDesc: "{column} 내림차순 정렬됨",
|
|
85
|
-
thenBy: ", ",
|
|
86
|
-
toggleDensity: "행 높이 조정",
|
|
87
|
-
toggleFullScreen: "전체 화면 토글",
|
|
88
|
-
toggleSelectAll: "전체 선택",
|
|
89
|
-
toggleSelectRow: "행 선택",
|
|
90
|
-
toggleVisibility: "숨기기/보이기",
|
|
91
|
-
ungroupByColumn: "{column} 그룹 해제",
|
|
92
|
-
unpin: "고정 해제",
|
|
93
|
-
unpinAll: "전체 고정 해제"
|
|
94
|
-
};
|
|
95
|
-
export {
|
|
96
|
-
e as MRT_Localization_KO
|
|
97
|
-
};
|
|
98
|
-
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../../../../../../../../../node_modules/.pnpm/material-react-table@3.2.1_69126b2b17f4a182bc981f3ab8d41a62/node_modules/material-react-table/locales/ko/index.esm.js"],"sourcesContent":["const MRT_Localization_KO = {\n language: 'ko',\n actions: '동작',\n and: '~',\n cancel: '취소',\n changeFilterMode: '필터 모드 변경',\n changeSearchMode: '검색 모드 변경',\n clearFilter: '필터 초기화',\n clearSearch: '검색 초기화',\n clearSelection: '선택 초기화',\n clearSort: '정렬 초기화',\n clickToCopy: '클릭하여 복사하기',\n copy: '복사',\n collapse: '행 접기',\n collapseAll: '전체 접기',\n columnActions: '열 동작',\n copiedToClipboard: '클립보드에 복사됨',\n dropToGroupBy: '드롭하여 {column} 그룹화',\n edit: '편집',\n expand: '행 확장',\n expandAll: '전체 확장',\n filterArrIncludes: '포함',\n filterArrIncludesAll: '모두 포함',\n filterArrIncludesSome: '포함',\n filterBetween: '사이(필터 값 제외)',\n filterBetweenInclusive: '사이(필터 값 포함)',\n filterByColumn: '{column} 필터링',\n filterContains: '포함',\n filterEmpty: '비어있는 셀',\n filterEndsWith: '끝 단어',\n filterEquals: '같음',\n filterEqualsString: '같음',\n filterFuzzy: '퍼지',\n filterGreaterThan: '보다 큼',\n filterGreaterThanOrEqualTo: '보다 크거나 같음',\n filterInNumberRange: '사이',\n filterIncludesString: '포함',\n filterIncludesStringSensitive: '포함',\n filterLessThan: '보다 작음',\n filterLessThanOrEqualTo: '보다 작거나 같음',\n filterMode: '필터 모드: {filterType}',\n filterNotEmpty: '비어있지 않은 셀',\n filterNotEquals: '같지 않음',\n filterStartsWith: '시작 단어',\n filterWeakEquals: '같음',\n filteringByColumn: '{column} 필터링 - {filterValue} {filterType}',\n goToFirstPage: '첫 페이지',\n goToLastPage: '마지막 페이지',\n goToNextPage: '다음 페이지',\n goToPreviousPage: '이전 페이지',\n grab: '잡기',\n groupByColumn: '{column} 그룹화',\n groupedBy: '다음으로 그룹화 됨 ',\n hideAll: '모두 숨기기',\n hideColumn: '{column} 숨기기',\n max: '최대',\n min: '최소',\n move: '이동',\n noRecordsToDisplay: '표시할 데이터가 없습니다.',\n noResultsFound: '찾은 결과가 없습니다.',\n of: '/',\n or: '또는',\n pin: '고정',\n pinToLeft: '왼쪽에 고정',\n pinToRight: '오른쪽에 고정',\n resetColumnSize: '열 크기 초기화',\n resetOrder: '순서 초기화',\n rowActions: '행 동작',\n rowNumber: '#',\n rowNumbers: '행 번호',\n rowsPerPage: '페이지 당 행 수',\n save: '저장',\n search: '검색',\n selectedCountOfRowCountRowsSelected: '{rowCount} 행 중 {selectedCount} 행 선택됨',\n select: '선택',\n showAll: '모두 보이기',\n showAllColumns: '모든 열 보이기',\n showHideColumns: '열 숨기기/보이기',\n showHideFilters: '필터 숨기기/보이기',\n showHideSearch: '검색 숨기기/보이기',\n sortByColumnAsc: '{column} 오름차순 정렬',\n sortByColumnDesc: '{column} 내림차순 정렬',\n sortedByColumnAsc: '{column} 오름차순 정렬됨',\n sortedByColumnDesc: '{column} 내림차순 정렬됨',\n thenBy: ', ',\n toggleDensity: '행 높이 조정',\n toggleFullScreen: '전체 화면 토글',\n toggleSelectAll: '전체 선택',\n toggleSelectRow: '행 선택',\n toggleVisibility: '숨기기/보이기',\n ungroupByColumn: '{column} 그룹 해제',\n unpin: '고정 해제',\n unpinAll: '전체 고정 해제',\n};\n\nexport { MRT_Localization_KO };\n"],"names":["MRT_Localization_KO"],"mappings":"AAAK,MAACA,IAAsB;AAAA,EACxB,UAAU;AAAA,EACV,SAAS;AAAA,EACT,KAAK;AAAA,EACL,QAAQ;AAAA,EACR,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,aAAa;AAAA,EACb,aAAa;AAAA,EACb,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,aAAa;AAAA,EACb,MAAM;AAAA,EACN,UAAU;AAAA,EACV,aAAa;AAAA,EACb,eAAe;AAAA,EACf,mBAAmB;AAAA,EACnB,eAAe;AAAA,EACf,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,mBAAmB;AAAA,EACnB,sBAAsB;AAAA,EACtB,uBAAuB;AAAA,EACvB,eAAe;AAAA,EACf,wBAAwB;AAAA,EACxB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,aAAa;AAAA,EACb,gBAAgB;AAAA,EAChB,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,aAAa;AAAA,EACb,mBAAmB;AAAA,EACnB,4BAA4B;AAAA,EAC5B,qBAAqB;AAAA,EACrB,sBAAsB;AAAA,EACtB,+BAA+B;AAAA,EAC/B,gBAAgB;AAAA,EAChB,yBAAyB;AAAA,EACzB,YAAY;AAAA,EACZ,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,MAAM;AAAA,EACN,eAAe;AAAA,EACf,WAAW;AAAA,EACX,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,KAAK;AAAA,EACL,KAAK;AAAA,EACL,MAAM;AAAA,EACN,oBAAoB;AAAA,EACpB,gBAAgB;AAAA,EAChB,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,iBAAiB;AAAA,EACjB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,WAAW;AAAA,EACX,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,qCAAqC;AAAA,EACrC,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,mBAAmB;AAAA,EACnB,oBAAoB;AAAA,EACpB,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,OAAO;AAAA,EACP,UAAU;AACd;","x_google_ignoreList":[0]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { type MaterialReactTableProps, type MRT_RowData } from 'material-react-table';
|
|
2
|
-
export type OwpMrtTableHeaderCellStyle = {
|
|
3
|
-
backgroundColor?: string;
|
|
4
|
-
color?: string;
|
|
5
|
-
fontSize?: number | string;
|
|
6
|
-
fontWeight?: number | string;
|
|
7
|
-
height?: number | string;
|
|
8
|
-
};
|
|
9
|
-
type DataTableProps<TData extends MRT_RowData> = MaterialReactTableProps<TData> & {
|
|
10
|
-
canHideTotalCountFooterBorder?: boolean;
|
|
11
|
-
canUseNoDataOverlay?: boolean;
|
|
12
|
-
canUseTableRadius?: boolean;
|
|
13
|
-
canTotalCountRow?: boolean;
|
|
14
|
-
canUseTreeGridStyle?: boolean;
|
|
15
|
-
headerCellStyle?: OwpMrtTableHeaderCellStyle;
|
|
16
|
-
tableBorderRadius?: string | number;
|
|
17
|
-
totalCount?: number;
|
|
18
|
-
};
|
|
19
|
-
export type OwpMrtTableProps<TData extends MRT_RowData> = DataTableProps<TData>;
|
|
20
|
-
/**
|
|
21
|
-
* MRT 기반 공통 테이블 컴포넌트
|
|
22
|
-
* @param props 컴포넌트 props
|
|
23
|
-
*/
|
|
24
|
-
declare const OwpMrtTable: <TData extends MRT_RowData>(props: OwpMrtTableProps<TData>) => import("react/jsx-runtime").JSX.Element;
|
|
25
|
-
export { OwpMrtTable };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './OwpMrtTable';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { MRT_RowData, MRT_TableInstance } from 'material-react-table';
|
|
2
|
-
type OwpMrtTableNoDataOverlayProps<TData extends MRT_RowData> = {
|
|
3
|
-
visible: boolean;
|
|
4
|
-
message: string;
|
|
5
|
-
table: MRT_TableInstance<TData>;
|
|
6
|
-
};
|
|
7
|
-
/**
|
|
8
|
-
* MRT no-data overlay
|
|
9
|
-
* @param visible overlay visibility
|
|
10
|
-
* @param message no-data message
|
|
11
|
-
* @param table MRT table instance
|
|
12
|
-
*/
|
|
13
|
-
declare const OwpMrtTableNoDataOverlay: <TData extends MRT_RowData>({ visible, message, table, }: OwpMrtTableNoDataOverlayProps<TData>) => import("react").ReactPortal;
|
|
14
|
-
export { OwpMrtTableNoDataOverlay };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { MRT_RowData, MRT_TableInstance } from 'material-react-table';
|
|
2
|
-
interface OwpMrtTableTopToolbarProps<TData extends MRT_RowData> {
|
|
3
|
-
table: MRT_TableInstance<TData>;
|
|
4
|
-
}
|
|
5
|
-
declare function OwpMrtTableTopToolbar<TData extends MRT_RowData>({ table, }: OwpMrtTableTopToolbarProps<TData>): import("react/jsx-runtime").JSX.Element;
|
|
6
|
-
export default OwpMrtTableTopToolbar;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { DropdownOption } from 'material-react-table';
|
|
2
|
-
declare const parseFromValuesOrFunc: <T, U>(fn: ((arg: U) => T) | T | undefined, arg: U) => T | undefined;
|
|
3
|
-
/**
|
|
4
|
-
* getValueAndLabel 조회 함수
|
|
5
|
-
* @param option option 값
|
|
6
|
-
*/
|
|
7
|
-
export declare const getValueAndLabel: (option?: DropdownOption) => {
|
|
8
|
-
label: string;
|
|
9
|
-
value: string;
|
|
10
|
-
};
|
|
11
|
-
export default parseFromValuesOrFunc;
|