@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,92 +0,0 @@
|
|
|
1
|
-
var m = Object.defineProperty;
|
|
2
|
-
var r = (e, t) => m(e, "name", { value: t, configurable: !0 });
|
|
3
|
-
const x = /* @__PURE__ */ r((e) => (t) => t !== null && typeof t == "object" && e in t, "hasProp"), g = x("match"), l = /* @__PURE__ */ r((e) => typeof e < "u", "chunkExists");
|
|
4
|
-
function w({
|
|
5
|
-
curr: e,
|
|
6
|
-
next: t,
|
|
7
|
-
prev: n,
|
|
8
|
-
clipBy: o = 3
|
|
9
|
-
}) {
|
|
10
|
-
const i = e.text.split(" "), a = i.length;
|
|
11
|
-
if (e.match || o >= a)
|
|
12
|
-
return e.text;
|
|
13
|
-
const s = "...";
|
|
14
|
-
return l(t) && l(n) && g(n) && g(t) ? a > o * 2 ? [
|
|
15
|
-
...i.slice(0, o),
|
|
16
|
-
s,
|
|
17
|
-
...i.slice(-o)
|
|
18
|
-
].join(" ") : e.text : l(t) && g(t) ? [s, ...i.slice(-o)].join(" ") : l(n) && g(n) ? [...i.slice(0, o), s].join(" ") : e.text;
|
|
19
|
-
}
|
|
20
|
-
r(w, "clip");
|
|
21
|
-
const E = /* @__PURE__ */ r((e) => e.replace(/[|\\{}()[\]^$+*?.-]/g, (t) => `\\${t}`), "escapeRegexp"), d = /* @__PURE__ */ r((e) => e.replace(/\s{2,}/g, " ").split(" ").join("|"), "termsToRegExpString"), R = /* @__PURE__ */ r(({
|
|
22
|
-
terms: e,
|
|
23
|
-
matchExactly: t = !1
|
|
24
|
-
}) => {
|
|
25
|
-
if (typeof e != "string")
|
|
26
|
-
throw new TypeError("Expected a string");
|
|
27
|
-
const n = E(e.trim());
|
|
28
|
-
return `(${t ? n : d(n)})`;
|
|
29
|
-
}, "regexpQuery"), T = /* @__PURE__ */ r(({
|
|
30
|
-
terms: e,
|
|
31
|
-
matchExactly: t = !1
|
|
32
|
-
}) => {
|
|
33
|
-
try {
|
|
34
|
-
const n = /^([/~@;%#'])(.*?)\1([gimsuy]*)$/.exec(e);
|
|
35
|
-
return n ? new RegExp(n[2], n[3]) : new RegExp(R({ terms: e, matchExactly: t }), "ig");
|
|
36
|
-
} catch {
|
|
37
|
-
throw new TypeError("Expected terms to be either a string or a RegExp!");
|
|
38
|
-
}
|
|
39
|
-
}, "buildRegexp");
|
|
40
|
-
let p = 36, u = "";
|
|
41
|
-
for (; p--; )
|
|
42
|
-
u += p.toString(36);
|
|
43
|
-
function h(e = 11) {
|
|
44
|
-
let t = "", n = e;
|
|
45
|
-
for (; n--; )
|
|
46
|
-
t += u[Math.random() * 36 | 0];
|
|
47
|
-
return t;
|
|
48
|
-
}
|
|
49
|
-
r(h, "uid");
|
|
50
|
-
const $ = /* @__PURE__ */ r((e) => e.length > 0, "hasLength"), y = /* @__PURE__ */ r(({
|
|
51
|
-
text: e,
|
|
52
|
-
query: t,
|
|
53
|
-
clipBy: n,
|
|
54
|
-
matchExactly: o = !1
|
|
55
|
-
}) => {
|
|
56
|
-
const i = typeof t == "string" ? t.trim() : t;
|
|
57
|
-
if (i === "")
|
|
58
|
-
return [
|
|
59
|
-
{
|
|
60
|
-
key: h(),
|
|
61
|
-
text: e,
|
|
62
|
-
match: !1
|
|
63
|
-
}
|
|
64
|
-
];
|
|
65
|
-
const a = T({ terms: t, matchExactly: o });
|
|
66
|
-
return e.split(a).filter($).map((s) => ({
|
|
67
|
-
// Compose the object for a match
|
|
68
|
-
key: h(),
|
|
69
|
-
text: s,
|
|
70
|
-
match: o ? s.toLowerCase() === i.toLowerCase() : a.test(s)
|
|
71
|
-
})).map((s, c, f) => ({
|
|
72
|
-
// For each chunk, clip the text if needed
|
|
73
|
-
...s,
|
|
74
|
-
// All the props first
|
|
75
|
-
...typeof n == "number" && {
|
|
76
|
-
// We only overwrite the text if there is a clip
|
|
77
|
-
text: w({
|
|
78
|
-
curr: s,
|
|
79
|
-
// We need the current chunk
|
|
80
|
-
...c < f.length - 1 && { next: f[c + 1] },
|
|
81
|
-
// If this wasn't the last chunk, set the next chunk
|
|
82
|
-
...c > 0 && { prev: f[c - 1] },
|
|
83
|
-
// If this wasn't the first chunk, set the previous chunk
|
|
84
|
-
clipBy: n
|
|
85
|
-
})
|
|
86
|
-
}
|
|
87
|
-
}));
|
|
88
|
-
}, "highlightWords");
|
|
89
|
-
export {
|
|
90
|
-
y as default
|
|
91
|
-
};
|
|
92
|
-
//# sourceMappingURL=highlight-words.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"highlight-words.js","sources":["../../../../../../../../../node_modules/.pnpm/highlight-words@2.0.0/node_modules/highlight-words/dist/highlight-words.mjs"],"sourcesContent":["const hasProp = (prop) => (obj) => obj !== null && typeof obj === \"object\" && prop in obj;\nconst hasMatch = hasProp(\"match\");\nconst chunkExists = (chunk) => typeof chunk !== \"undefined\";\nfunction clip({\n curr,\n next,\n prev,\n clipBy = 3\n}) {\n const words = curr.text.split(\" \");\n const len = words.length;\n if (curr.match || clipBy >= len) {\n return curr.text;\n }\n const ellipsis = \"...\";\n if (chunkExists(next) && chunkExists(prev) && hasMatch(prev) && hasMatch(next)) {\n if (len > clipBy * 2) {\n return [\n ...words.slice(0, clipBy),\n ellipsis,\n ...words.slice(-clipBy)\n ].join(\" \");\n }\n return curr.text;\n }\n if (chunkExists(next) && hasMatch(next)) {\n return [ellipsis, ...words.slice(-clipBy)].join(\" \");\n }\n if (chunkExists(prev) && hasMatch(prev)) {\n return [...words.slice(0, clipBy), ellipsis].join(\" \");\n }\n return curr.text;\n}\n\nconst escapeRegexp = (term) => term.replace(/[|\\\\{}()[\\]^$+*?.-]/g, (char) => `\\\\${char}`);\nconst termsToRegExpString = (terms) => terms.replace(/\\s{2,}/g, \" \").split(\" \").join(\"|\");\nconst regexpQuery = ({\n terms,\n matchExactly = false\n}) => {\n if (typeof terms !== \"string\") {\n throw new TypeError(\"Expected a string\");\n }\n const escapedTerms = escapeRegexp(terms.trim());\n return `(${matchExactly ? escapedTerms : termsToRegExpString(escapedTerms)})`;\n};\nconst buildRegexp = ({\n terms,\n matchExactly = false\n}) => {\n try {\n const fromString = /^([/~@;%#'])(.*?)\\1([gimsuy]*)$/.exec(terms);\n if (fromString) {\n return new RegExp(fromString[2], fromString[3]);\n }\n return new RegExp(regexpQuery({ terms, matchExactly }), \"ig\");\n } catch {\n throw new TypeError(\"Expected terms to be either a string or a RegExp!\");\n }\n};\n\nlet IDX = 36;\nlet HEX = \"\";\nwhile (IDX--) {\n HEX += IDX.toString(36);\n}\nfunction uid(len = 11) {\n let str = \"\";\n let num = len;\n while (num--) {\n str += HEX[Math.random() * 36 | 0];\n }\n return str;\n}\n\nconst hasLength = (str) => str.length > 0;\nconst highlightWords = ({\n text,\n query,\n clipBy,\n matchExactly = false\n}) => {\n const safeQuery = typeof query === \"string\" ? query.trim() : query;\n if (safeQuery === \"\") {\n return [\n {\n key: uid(),\n text,\n match: false\n }\n ];\n }\n const searchRegexp = buildRegexp({ terms: query, matchExactly });\n return text.split(searchRegexp).filter(hasLength).map((str) => ({\n // Compose the object for a match\n key: uid(),\n text: str,\n match: matchExactly ? str.toLowerCase() === safeQuery.toLowerCase() : searchRegexp.test(str)\n })).map((chunk, index, chunks) => ({\n // For each chunk, clip the text if needed\n ...chunk,\n // All the props first\n ...typeof clipBy === \"number\" && {\n // We only overwrite the text if there is a clip\n text: clip({\n curr: chunk,\n // We need the current chunk\n ...index < chunks.length - 1 && { next: chunks[index + 1] },\n // If this wasn't the last chunk, set the next chunk\n ...index > 0 && { prev: chunks[index - 1] },\n // If this wasn't the first chunk, set the previous chunk\n clipBy\n })\n }\n }));\n};\n\nexport { highlightWords as default };\n"],"names":["hasProp","__name","prop","obj","hasMatch","chunkExists","chunk","clip","curr","next","prev","clipBy","words","len","ellipsis","escapeRegexp","term","char","termsToRegExpString","terms","regexpQuery","matchExactly","escapedTerms","buildRegexp","fromString","IDX","HEX","uid","str","num","hasLength","highlightWords","text","query","safeQuery","searchRegexp","index","chunks"],"mappings":"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","x_google_ignoreList":[0]}
|