@owp/core 2.4.0 → 2.5.0
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/assets/fonts/material-design-icons/MaterialIconsOutlined-Regular.woff2 +0 -0
- package/assets/fonts/material-design-icons/MaterialIconsOutlined.css +36 -0
- package/assets/fonts/pretendard/pretendard-subset.css +98 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Black.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Bold.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraBold.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-ExtraLight.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Light.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Medium.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Regular.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-SemiBold.subset.woff +0 -0
- package/assets/fonts/pretendard/woff-subset/Pretendard-Thin.subset.woff +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Black.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Bold.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraBold.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-ExtraLight.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Light.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Medium.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Regular.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-SemiBold.subset.woff2 +0 -0
- package/assets/fonts/pretendard/woff2-subset/Pretendard-Thin.subset.woff2 +0 -0
- package/assets/icons/feather.svg +1314 -0
- package/assets/icons/heroicons-outline.svg +1 -0
- package/assets/icons/heroicons-solid.svg +1 -0
- package/assets/icons/material-outline.svg +3586 -0
- package/assets/icons/material-solid.svg +3586 -0
- package/assets/icons/material-twotone.svg +3586 -0
- package/assets/icons/owp_sb.svg +35 -0
- package/dist/_virtual/_virtual_owp-exceljs-browser-source.js +5 -0
- package/dist/_virtual/_virtual_owp-exceljs-browser-source.js.map +1 -0
- package/dist/_virtual/index10.js +2 -2
- package/dist/_virtual/index12.js +2 -2
- package/dist/_virtual/index13.js +2 -2
- package/dist/_virtual/index14.js +2 -2
- package/dist/_virtual/index15.js +2 -2
- package/dist/_virtual/index17.js +5 -2
- package/dist/_virtual/index17.js.map +1 -1
- package/dist/_virtual/index18.js +4 -4
- package/dist/_virtual/index19.js +4 -4
- package/dist/_virtual/index20.js +2 -5
- package/dist/_virtual/index20.js.map +1 -1
- package/dist/_virtual/index5.js +2 -2
- package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js +38 -38
- package/dist/components/OwpCommonCode/OwpCommonCodeRadioGroup.js.map +1 -1
- package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js +34 -0
- package/dist/components/OwpFieldHelperText/OwpFieldHelperText.js.map +1 -0
- package/dist/components/OwpMrtTable/OwpMrtTable.js +98 -104
- package/dist/components/OwpMrtTable/OwpMrtTable.js.map +1 -1
- package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js +10 -9
- package/dist/components/OwpMrtTable/internal/OwpMrtTableNoDataOverlay.js.map +1 -1
- package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js +38 -0
- package/dist/components/OwpRequiredHelperText/OwpRequiredHelperText.js.map +1 -0
- package/dist/components/OwpTable/OwpDataTable.js +171 -177
- package/dist/components/OwpTable/OwpDataTable.js.map +1 -1
- package/dist/components/OwpTable/OwpFieldTable.js +99 -0
- package/dist/components/OwpTable/OwpFieldTable.js.map +1 -0
- package/dist/components/OwpTable/OwpTable.js +62 -68
- package/dist/components/OwpTable/OwpTable.js.map +1 -1
- package/dist/components/OwpTextField/OwpTextMaskField.js +138 -87
- package/dist/components/OwpTextField/OwpTextMaskField.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js +6 -5
- package/dist/components/OwpTreeGrid/internal/OwpTreeGridNoDataOverlay.js.map +1 -1
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js +66 -69
- package/dist/components/OwpTreeGrid/internal/treeGridRuntime.js.map +1 -1
- package/dist/constants/treeGrid.js +36 -5
- package/dist/constants/treeGrid.js.map +1 -1
- package/dist/constants.js +25 -19
- package/dist/contexts/OwpAppProvider.js.map +1 -1
- package/dist/hooks/useCurrentUserSeq.js +20 -6
- package/dist/hooks/useCurrentUserSeq.js.map +1 -1
- package/dist/hooks/useLogoSrc.js +9 -9
- package/dist/hooks/useLogoSrc.js.map +1 -1
- package/dist/hooks/useNavigationActiveRouteRemount.js +38 -0
- package/dist/hooks/useNavigationActiveRouteRemount.js.map +1 -0
- package/dist/hooks.js +50 -49
- package/dist/index.js +74 -70
- package/dist/index.js.map +1 -1
- package/dist/layout/Layout.js +37 -36
- package/dist/layout/Layout.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js +61 -51
- package/dist/layout/components/navigation/vertical/types/NavVerticalCollapse.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js +35 -27
- package/dist/layout/components/navigation/vertical/types/NavVerticalGroup.js.map +1 -1
- package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js +34 -27
- package/dist/layout/components/navigation/vertical/types/NavVerticalItem.js.map +1 -1
- package/dist/layout/components/toggles/NavigationSearchToggle.js +3 -3
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE128/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/EAN_UPC/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/GenericBarcode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/constants.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/codabar/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/pharmacode/index.js +1 -1
- package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js +1 -1
- package/dist/node_modules/.pnpm/prop-types@15.8.1/node_modules/prop-types/index.js +1 -1
- package/dist/node_modules/.pnpm/react-is@16.13.1/node_modules/react-is/index.js +1 -1
- package/dist/owp-app.css +1 -1
- package/dist/types/components/OwpFieldHelperText/OwpFieldHelperText.d.ts +14 -0
- package/dist/types/components/OwpFieldHelperText/index.d.ts +2 -0
- package/dist/types/components/OwpRequiredHelperText/OwpRequiredHelperText.d.ts +18 -0
- package/dist/types/components/OwpRequiredHelperText/index.d.ts +2 -0
- package/dist/types/components/OwpTable/{OwpVerticalTable.d.ts → OwpFieldTable.d.ts} +9 -8
- package/dist/types/components/OwpTable/index.d.ts +1 -1
- package/dist/types/components/OwpTextField/OwpTextMaskField.d.ts +5 -3
- package/dist/types/components/OwpTreeGrid/internal/treeGridRuntime.d.ts +1 -1
- package/dist/types/constants/treeGrid.d.ts +12 -0
- package/dist/types/contexts/OwpAppProvider.d.ts +1 -0
- package/dist/types/hooks/useCurrentUserSeq.d.ts +11 -2
- package/dist/types/hooks/useNavigationActiveRouteRemount.d.ts +14 -0
- package/dist/types/index.d.ts +3 -1
- package/dist/types/utils/exceljsBrowser.d.ts +1 -3
- package/dist/utils/exceljsBrowser.js +64 -7
- package/dist/utils/exceljsBrowser.js.map +1 -1
- package/fixed-images/flags/EN.svg +11 -0
- package/fixed-images/flags/KR.svg +27 -0
- package/fixed-images/logo/owp/owp_sb.svg +35 -0
- package/package.json +6 -2
- package/treegrid/Compatible/Borders/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Borders/BackgroundsRight.gif +0 -0
- package/treegrid/Compatible/Borders/Bool.gif +0 -0
- package/treegrid/Compatible/Borders/BoolSpace.gif +0 -0
- package/treegrid/Compatible/Borders/Button.gif +0 -0
- package/treegrid/Compatible/Borders/Dependencies.gif +0 -0
- package/treegrid/Compatible/Borders/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Borders/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Borders/Filter.gif +0 -0
- package/treegrid/Compatible/Borders/Gantt.css +1228 -0
- package/treegrid/Compatible/Borders/Gantt.gif +0 -0
- package/treegrid/Compatible/Borders/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Borders/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Borders/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Borders/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Borders/Grid.css +2762 -0
- package/treegrid/Compatible/Borders/HScroll.png +0 -0
- package/treegrid/Compatible/Borders/Menu.gif +0 -0
- package/treegrid/Compatible/Borders/Pager.gif +0 -0
- package/treegrid/Compatible/Borders/Pager.png +0 -0
- package/treegrid/Compatible/Borders/Panel.gif +0 -0
- package/treegrid/Compatible/Borders/Sort.gif +0 -0
- package/treegrid/Compatible/Borders/Toolbar.gif +0 -0
- package/treegrid/Compatible/Borders/Toolbar.png +0 -0
- package/treegrid/Compatible/Borders/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Borders/ToolbarGantt.png +0 -0
- package/treegrid/Compatible/Borders/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Borders/ToolbarSheet.png +0 -0
- package/treegrid/Compatible/Borders/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Borders/ToolbarSheetWide.png +0 -0
- package/treegrid/Compatible/Borders/Tree.gif +0 -0
- package/treegrid/Compatible/Borders/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Borders/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Borders/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Borders/TreeRev.gif +0 -0
- package/treegrid/Compatible/Borders/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Borders/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Borders/VScroll.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsBlue.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsBottom.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsGantt.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsHeader.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsMain.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsMiddle.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsTop.gif +0 -0
- package/treegrid/Compatible/Colors/BackgroundsYellow.gif +0 -0
- package/treegrid/Compatible/Colors/Bool.gif +0 -0
- package/treegrid/Compatible/Colors/Button.gif +0 -0
- package/treegrid/Compatible/Colors/Dependencies.gif +0 -0
- package/treegrid/Compatible/Colors/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Colors/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Colors/Filter.gif +0 -0
- package/treegrid/Compatible/Colors/Gantt.css +1228 -0
- package/treegrid/Compatible/Colors/Gantt.gif +0 -0
- package/treegrid/Compatible/Colors/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Colors/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Colors/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Colors/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Colors/Grid.css +2768 -0
- package/treegrid/Compatible/Colors/HScroll.png +0 -0
- package/treegrid/Compatible/Colors/Menu.gif +0 -0
- package/treegrid/Compatible/Colors/Pager.gif +0 -0
- package/treegrid/Compatible/Colors/Panel.gif +0 -0
- package/treegrid/Compatible/Colors/Sort.gif +0 -0
- package/treegrid/Compatible/Colors/Toolbar.gif +0 -0
- package/treegrid/Compatible/Colors/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Colors/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Colors/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Colors/Tree.gif +0 -0
- package/treegrid/Compatible/Colors/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Colors/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Colors/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Colors/TreeRev.gif +0 -0
- package/treegrid/Compatible/Colors/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Colors/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Colors/VScroll.gif +0 -0
- package/treegrid/Compatible/ExtJS/Backgrounds.gif +0 -0
- package/treegrid/Compatible/ExtJS/BackgroundsFill.gif +0 -0
- package/treegrid/Compatible/ExtJS/Bool.gif +0 -0
- package/treegrid/Compatible/ExtJS/Button.gif +0 -0
- package/treegrid/Compatible/ExtJS/Dependencies.gif +0 -0
- package/treegrid/Compatible/ExtJS/FastPanel1.gif +0 -0
- package/treegrid/Compatible/ExtJS/FastPanel2.gif +0 -0
- package/treegrid/Compatible/ExtJS/Filter.gif +0 -0
- package/treegrid/Compatible/ExtJS/Gantt.css +1233 -0
- package/treegrid/Compatible/ExtJS/Gantt.gif +0 -0
- package/treegrid/Compatible/ExtJS/GanttLineA.gif +0 -0
- package/treegrid/Compatible/ExtJS/GanttLineB.gif +0 -0
- package/treegrid/Compatible/ExtJS/GanttLineC.gif +0 -0
- package/treegrid/Compatible/ExtJS/GanttLineD.gif +0 -0
- package/treegrid/Compatible/ExtJS/Grid.css +2764 -0
- package/treegrid/Compatible/ExtJS/HScroll.png +0 -0
- package/treegrid/Compatible/ExtJS/Menu.gif +0 -0
- package/treegrid/Compatible/ExtJS/Pager.gif +0 -0
- package/treegrid/Compatible/ExtJS/Panel.gif +0 -0
- package/treegrid/Compatible/ExtJS/Sort.gif +0 -0
- package/treegrid/Compatible/ExtJS/Toolbar.gif +0 -0
- package/treegrid/Compatible/ExtJS/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/ExtJS/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/ExtJS/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/ExtJS/Tree.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeBottom.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeNWait.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeRev.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/ExtJS/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/ExtJS/VScroll.gif +0 -0
- package/treegrid/Compatible/Gradient/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Gradient/BackgroundsGantt.gif +0 -0
- package/treegrid/Compatible/Gradient/BackgroundsRight.gif +0 -0
- package/treegrid/Compatible/Gradient/Bool.gif +0 -0
- package/treegrid/Compatible/Gradient/BoolSpace.gif +0 -0
- package/treegrid/Compatible/Gradient/Button.gif +0 -0
- package/treegrid/Compatible/Gradient/Dependencies.gif +0 -0
- package/treegrid/Compatible/Gradient/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Gradient/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Gradient/Filter.gif +0 -0
- package/treegrid/Compatible/Gradient/Gantt.css +1234 -0
- package/treegrid/Compatible/Gradient/Gantt.gif +0 -0
- package/treegrid/Compatible/Gradient/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Gradient/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Gradient/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Gradient/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Gradient/Grid.css +2835 -0
- package/treegrid/Compatible/Gradient/HScroll.png +0 -0
- package/treegrid/Compatible/Gradient/Menu.gif +0 -0
- package/treegrid/Compatible/Gradient/Pager.gif +0 -0
- package/treegrid/Compatible/Gradient/Pager.png +0 -0
- package/treegrid/Compatible/Gradient/Panel.gif +0 -0
- package/treegrid/Compatible/Gradient/Sort.gif +0 -0
- package/treegrid/Compatible/Gradient/Toolbar.gif +0 -0
- package/treegrid/Compatible/Gradient/Toolbar.png +0 -0
- package/treegrid/Compatible/Gradient/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Gradient/ToolbarGantt.png +0 -0
- package/treegrid/Compatible/Gradient/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Gradient/ToolbarSheet.png +0 -0
- package/treegrid/Compatible/Gradient/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Gradient/ToolbarSheetWide.png +0 -0
- package/treegrid/Compatible/Gradient/Tree.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeRev.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Gradient/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Gradient/VScroll.gif +0 -0
- package/treegrid/Compatible/Info.txt +3 -0
- package/treegrid/Compatible/Light/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Light/Bool.gif +0 -0
- package/treegrid/Compatible/Light/Button.gif +0 -0
- package/treegrid/Compatible/Light/Dependencies.gif +0 -0
- package/treegrid/Compatible/Light/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Light/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Light/Filter.gif +0 -0
- package/treegrid/Compatible/Light/Gantt.css +1230 -0
- package/treegrid/Compatible/Light/Gantt.gif +0 -0
- package/treegrid/Compatible/Light/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Light/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Light/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Light/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Light/Grid.css +2769 -0
- package/treegrid/Compatible/Light/HScroll.png +0 -0
- package/treegrid/Compatible/Light/Menu.gif +0 -0
- package/treegrid/Compatible/Light/Pager.gif +0 -0
- package/treegrid/Compatible/Light/Panel.gif +0 -0
- package/treegrid/Compatible/Light/Sort.gif +0 -0
- package/treegrid/Compatible/Light/Toolbar.gif +0 -0
- package/treegrid/Compatible/Light/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Light/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Light/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Light/Tree.gif +0 -0
- package/treegrid/Compatible/Light/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Light/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Light/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Light/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Light/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Light/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Light/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Light/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Light/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Light/TreeRev.gif +0 -0
- package/treegrid/Compatible/Light/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Light/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Light/VScroll.gif +0 -0
- package/treegrid/Compatible/Office/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Office/Bool.gif +0 -0
- package/treegrid/Compatible/Office/Button.gif +0 -0
- package/treegrid/Compatible/Office/Dependencies.gif +0 -0
- package/treegrid/Compatible/Office/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Office/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Office/Filter.gif +0 -0
- package/treegrid/Compatible/Office/Gantt.css +1228 -0
- package/treegrid/Compatible/Office/Gantt.gif +0 -0
- package/treegrid/Compatible/Office/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Office/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Office/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Office/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Office/Grid.css +2770 -0
- package/treegrid/Compatible/Office/HScroll.png +0 -0
- package/treegrid/Compatible/Office/Menu.gif +0 -0
- package/treegrid/Compatible/Office/Pager.gif +0 -0
- package/treegrid/Compatible/Office/Panel.gif +0 -0
- package/treegrid/Compatible/Office/Sort.gif +0 -0
- package/treegrid/Compatible/Office/Toolbar.gif +0 -0
- package/treegrid/Compatible/Office/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Office/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Office/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Office/Tree.gif +0 -0
- package/treegrid/Compatible/Office/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Office/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Office/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Office/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Office/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Office/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Office/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Office/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Office/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Office/TreeRev.gif +0 -0
- package/treegrid/Compatible/Office/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Office/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Office/VScroll.gif +0 -0
- package/treegrid/Compatible/Plain/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Plain/Bool.gif +0 -0
- package/treegrid/Compatible/Plain/Button.gif +0 -0
- package/treegrid/Compatible/Plain/Dependencies.gif +0 -0
- package/treegrid/Compatible/Plain/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Plain/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Plain/Filter.gif +0 -0
- package/treegrid/Compatible/Plain/Gantt.css +1233 -0
- package/treegrid/Compatible/Plain/Gantt.gif +0 -0
- package/treegrid/Compatible/Plain/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Plain/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Plain/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Plain/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Plain/Grid.css +2767 -0
- package/treegrid/Compatible/Plain/HScroll.png +0 -0
- package/treegrid/Compatible/Plain/Menu.gif +0 -0
- package/treegrid/Compatible/Plain/Pager.gif +0 -0
- package/treegrid/Compatible/Plain/Pager.png +0 -0
- package/treegrid/Compatible/Plain/Panel.gif +0 -0
- package/treegrid/Compatible/Plain/Sort.gif +0 -0
- package/treegrid/Compatible/Plain/Toolbar.gif +0 -0
- package/treegrid/Compatible/Plain/Toolbar.png +0 -0
- package/treegrid/Compatible/Plain/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Plain/ToolbarGantt.png +0 -0
- package/treegrid/Compatible/Plain/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Plain/ToolbarSheet.png +0 -0
- package/treegrid/Compatible/Plain/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Plain/ToolbarSheetWide.png +0 -0
- package/treegrid/Compatible/Plain/Tree.gif +0 -0
- package/treegrid/Compatible/Plain/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Plain/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Plain/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Plain/TreeRev.gif +0 -0
- package/treegrid/Compatible/Plain/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Plain/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Plain/VScroll.gif +0 -0
- package/treegrid/Compatible/Query/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Query/BackgroundsGantt.gif +0 -0
- package/treegrid/Compatible/Query/Bool.gif +0 -0
- package/treegrid/Compatible/Query/Button.gif +0 -0
- package/treegrid/Compatible/Query/Dependencies.gif +0 -0
- package/treegrid/Compatible/Query/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Query/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Query/Filter.gif +0 -0
- package/treegrid/Compatible/Query/Gantt.css +1234 -0
- package/treegrid/Compatible/Query/Gantt.gif +0 -0
- package/treegrid/Compatible/Query/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Query/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Query/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Query/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Query/Grid.css +2772 -0
- package/treegrid/Compatible/Query/HScroll.png +0 -0
- package/treegrid/Compatible/Query/Menu.gif +0 -0
- package/treegrid/Compatible/Query/Pager.gif +0 -0
- package/treegrid/Compatible/Query/Panel.gif +0 -0
- package/treegrid/Compatible/Query/Sort.gif +0 -0
- package/treegrid/Compatible/Query/Toolbar.gif +0 -0
- package/treegrid/Compatible/Query/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Query/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Query/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Query/Tree.gif +0 -0
- package/treegrid/Compatible/Query/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Query/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Query/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Query/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Query/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Query/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Query/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Query/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Query/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Query/TreeRev.gif +0 -0
- package/treegrid/Compatible/Query/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Query/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Query/VScroll.gif +0 -0
- package/treegrid/Compatible/Relief/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Relief/Bool.gif +0 -0
- package/treegrid/Compatible/Relief/Button.gif +0 -0
- package/treegrid/Compatible/Relief/Dependencies.gif +0 -0
- package/treegrid/Compatible/Relief/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Relief/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Relief/Filter.gif +0 -0
- package/treegrid/Compatible/Relief/Gantt.css +1228 -0
- package/treegrid/Compatible/Relief/Gantt.gif +0 -0
- package/treegrid/Compatible/Relief/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Relief/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Relief/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Relief/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Relief/Grid.css +2773 -0
- package/treegrid/Compatible/Relief/HScroll.png +0 -0
- package/treegrid/Compatible/Relief/Menu.gif +0 -0
- package/treegrid/Compatible/Relief/Pager.gif +0 -0
- package/treegrid/Compatible/Relief/Panel.gif +0 -0
- package/treegrid/Compatible/Relief/Sort.gif +0 -0
- package/treegrid/Compatible/Relief/Toolbar.gif +0 -0
- package/treegrid/Compatible/Relief/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Relief/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Relief/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Relief/Tree.gif +0 -0
- package/treegrid/Compatible/Relief/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Relief/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Relief/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Relief/TreeRev.gif +0 -0
- package/treegrid/Compatible/Relief/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Relief/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Relief/VScroll.gif +0 -0
- package/treegrid/Compatible/Round/Backgrounds.gif +0 -0
- package/treegrid/Compatible/Round/Bool.gif +0 -0
- package/treegrid/Compatible/Round/Button.gif +0 -0
- package/treegrid/Compatible/Round/Dependencies.gif +0 -0
- package/treegrid/Compatible/Round/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Round/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Round/Filter.gif +0 -0
- package/treegrid/Compatible/Round/Gantt.css +1233 -0
- package/treegrid/Compatible/Round/Gantt.gif +0 -0
- package/treegrid/Compatible/Round/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Round/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Round/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Round/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Round/Grid.css +2767 -0
- package/treegrid/Compatible/Round/HScroll.png +0 -0
- package/treegrid/Compatible/Round/Menu.gif +0 -0
- package/treegrid/Compatible/Round/Pager.gif +0 -0
- package/treegrid/Compatible/Round/Panel.gif +0 -0
- package/treegrid/Compatible/Round/Sort.gif +0 -0
- package/treegrid/Compatible/Round/Toolbar.gif +0 -0
- package/treegrid/Compatible/Round/ToolbarGantt.gif +0 -0
- package/treegrid/Compatible/Round/ToolbarSheet.gif +0 -0
- package/treegrid/Compatible/Round/ToolbarSheetWide.gif +0 -0
- package/treegrid/Compatible/Round/Tree.gif +0 -0
- package/treegrid/Compatible/Round/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Round/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Round/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Round/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Round/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Round/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Round/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Round/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Round/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Round/TreeRev.gif +0 -0
- package/treegrid/Compatible/Round/TreeRevBottom.gif +0 -0
- package/treegrid/Compatible/Round/TreeRevMiddle.gif +0 -0
- package/treegrid/Compatible/Round/VScroll.gif +0 -0
- package/treegrid/Compatible/Sharp/ArrowDropDown.png +0 -0
- package/treegrid/Compatible/Sharp/Bool.gif +0 -0
- package/treegrid/Compatible/Sharp/BoolSpace.gif +0 -0
- package/treegrid/Compatible/Sharp/Button.gif +0 -0
- package/treegrid/Compatible/Sharp/ButtonSpace.gif +0 -0
- package/treegrid/Compatible/Sharp/Dependencies.gif +0 -0
- package/treegrid/Compatible/Sharp/FastPanel1.gif +0 -0
- package/treegrid/Compatible/Sharp/FastPanel2.gif +0 -0
- package/treegrid/Compatible/Sharp/Filter.gif +0 -0
- package/treegrid/Compatible/Sharp/Gantt.css +1232 -0
- package/treegrid/Compatible/Sharp/Gantt.gif +0 -0
- package/treegrid/Compatible/Sharp/GanttLineA.gif +0 -0
- package/treegrid/Compatible/Sharp/GanttLineB.gif +0 -0
- package/treegrid/Compatible/Sharp/GanttLineC.gif +0 -0
- package/treegrid/Compatible/Sharp/GanttLineD.gif +0 -0
- package/treegrid/Compatible/Sharp/Grid.css +2773 -0
- package/treegrid/Compatible/Sharp/HScroll.png +0 -0
- package/treegrid/Compatible/Sharp/Menu.gif +0 -0
- package/treegrid/Compatible/Sharp/Pager.png +0 -0
- package/treegrid/Compatible/Sharp/Panel.gif +0 -0
- package/treegrid/Compatible/Sharp/Roboto-Regular.ttf +0 -0
- package/treegrid/Compatible/Sharp/Sort.gif +0 -0
- package/treegrid/Compatible/Sharp/Toolbar.png +0 -0
- package/treegrid/Compatible/Sharp/ToolbarGantt.png +0 -0
- package/treegrid/Compatible/Sharp/ToolbarSheet.png +0 -0
- package/treegrid/Compatible/Sharp/ToolbarSheetWide.png +0 -0
- package/treegrid/Compatible/Sharp/Tree.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeBottom.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeMiddle.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNCollapse.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNDrag0.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNDrag1.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNDrag2.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNDrag3.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNExpand.gif +0 -0
- package/treegrid/Compatible/Sharp/TreeNWait.gif +0 -0
- package/treegrid/Compatible/Sharp/VScroll.gif +0 -0
- package/treegrid/Defaults.xml +728 -0
- package/treegrid/Defaults.xml_.xml +718 -0
- package/treegrid/Ding.wav +0 -0
- package/treegrid/Drag.cur +0 -0
- package/treegrid/External/jszip.license.txt +10 -0
- package/treegrid/External/jszip.min.js +15 -0
- package/treegrid/External/jszip.min.sync.js +14 -0
- package/treegrid/GridE.js +45 -0
- package/treegrid/GridEOnDemand.js +53 -0
- package/treegrid/Help.html +536 -0
- package/treegrid/NoDrag.cur +0 -0
- package/treegrid/Styles/BlackGantt.css +887 -0
- package/treegrid/Styles/BlackGrid.css +1940 -0
- package/treegrid/Styles/Info.txt +6 -0
- package/treegrid/Styles/MaterialGantt.css +845 -0
- package/treegrid/Styles/MaterialGrid.css +1978 -0
- package/treegrid/Styles/Roboto-Light.ttf +0 -0
- package/treegrid/Styles/Roboto-Regular.ttf +0 -0
- package/treegrid/Styles/StandardGantt.css +891 -0
- package/treegrid/Styles/StandardGrid.css +1923 -0
- package/treegrid/Styles/TurqGantt.css +880 -0
- package/treegrid/Styles/TurqGrid.css +1980 -0
- package/treegrid/Styles/WhiteGantt.css +1021 -0
- package/treegrid/Styles/WhiteGrid.css +1911 -0
- package/treegrid/Text.xml +176 -0
- package/treegrid/TextEN.xml +1785 -0
- package/treegrid/TextKR.xml +176 -0
- package/treegrid/orgDefaults.xml +715 -0
- package/treegrid-global.d.ts +3294 -4904
- package/vite/owpCoreAssetsPlugin.cjs +120 -0
- package/vite/owpCoreAssetsPlugin.mjs +14 -0
- package/vite/owpCoreFixedImagesPlugin.cjs +33 -0
- package/vite/owpCoreFixedImagesPlugin.mjs +11 -0
- package/vite/staticAssetPlugin.cjs +187 -0
- package/vite/treeGridAssetsPlugin.cjs +88 -0
- package/vite/treeGridAssetsPlugin.mjs +12 -0
- package/dist/components/OwpTable/OwpVerticalTable.js +0 -96
- package/dist/components/OwpTable/OwpVerticalTable.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js +0 -39
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-contenteditable-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js +0 -36
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-input-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js +0 -52
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/html-mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js +0 -35
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input-history.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js +0 -227
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/input.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js +0 -48
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/controls/mask-element.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js +0 -56
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/action-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js +0 -41
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/change-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js +0 -47
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/continuous-tail-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js +0 -10
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/holder.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js +0 -76
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/core/utils.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js +0 -51
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/index.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js +0 -257
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/base.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js +0 -121
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/date.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js +0 -227
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/dynamic.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js +0 -74
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/enum.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js +0 -52
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/factory.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js +0 -28
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/function.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js +0 -217
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/number.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js +0 -108
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/chunk-tail-details.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js +0 -105
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/cursor.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js +0 -107
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/fixed-definition.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js +0 -138
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern/input-definition.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js +0 -327
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pattern.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js +0 -28
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/pipe.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js +0 -83
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/range.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js +0 -26
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/regexp.js.map +0 -1
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js +0 -109
- package/dist/node_modules/.pnpm/imask@7.6.1/node_modules/imask/esm/masked/repeat.js.map +0 -1
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js +0 -28
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/input.js.map +0 -1
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js +0 -136
- package/dist/node_modules/.pnpm/react-imask@7.6.1_react@19.2.4/node_modules/react-imask/esm/mixin.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavVerticalCollapse.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalCollapse.tsx"],"sourcesContent":["import NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { OwpSvgIcon as SvgIcon } from '@/components/OwpSvgIcon';\nimport { ListItemButton } from '@mui/material';\nimport Collapse from '@mui/material/Collapse';\nimport IconButton from '@mui/material/IconButton';\nimport List, { ListProps } from '@mui/material/List';\nimport ListItemText from '@mui/material/ListItemText';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport { useEffect, useState } from 'react';\nimport { NavBadge } from '../../NavBadge';\nimport { NavItem, NavItemComponentProps } from '../../NavItem';\n\ntype ListComponentProps = ListProps & {\n itempadding: number;\n};\n\nconst Root = styled(List)<ListComponentProps>(({ theme, ...props }) => ({\n padding: 0,\n '&.open': {},\n '& > .owp-list-item': {\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '0 0 4px 0',\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n '&:hover': {\n color: theme.palette.text.primary,\n },\n '& > .owp-list-item-icon': {\n marginRight: 16,\n width: 22,\n height: 22,\n minWidth: 22,\n minHeight: 22,\n fontSize: 22,\n lineHeight: '22px',\n textAlign: 'center',\n color: 'inherit',\n },\n },\n}));\n\n/**\n * NavVerticalCollapse component used for vertical navigation items with collapsible children.\n */\nfunction NavVerticalCollapse(props: NavItemComponentProps) {\n const { item, nestedLevel = 0, onItemClick, checkPermission, openedCollapseIds } = props;\n\n const isRouteOpened = openedCollapseIds?.has(item.id) ?? false;\n const [manualOpen, setManualOpen] = useState(isRouteOpened);\n const open = isRouteOpened || manualOpen;\n\n const itempadding = nestedLevel > 0 ? 38 + nestedLevel * 16 : 16;\n\n useEffect(() => {\n if (isRouteOpened) {\n setManualOpen(true);\n }\n }, [isRouteOpened]);\n\n const component = item.url ? NavLinkAdapter : 'li';\n\n let itemProps = {};\n\n if (typeof component !== 'string') {\n itemProps = {\n disabled: item.disabled,\n to: item.url,\n end: item.end,\n role: 'button',\n };\n }\n\n if (checkPermission && !item?.hasPermission) {\n return null;\n }\n\n return (\n <Root className={clsx(open && 'open')} itempadding={itempadding} sx={item.sx}>\n <ListItemButton\n component={component}\n className=\"owp-list-item\"\n onClick={
|
|
1
|
+
{"version":3,"file":"NavVerticalCollapse.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalCollapse.tsx"],"sourcesContent":["import { useNavigationActiveRouteRemount } from '@/hooks/useNavigationActiveRouteRemount';\nimport NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { OwpSvgIcon as SvgIcon } from '@/components/OwpSvgIcon';\nimport { ListItemButton } from '@mui/material';\nimport Collapse from '@mui/material/Collapse';\nimport IconButton from '@mui/material/IconButton';\nimport List, { ListProps } from '@mui/material/List';\nimport ListItemText from '@mui/material/ListItemText';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport { type MouseEvent, useEffect, useState } from 'react';\nimport { NavBadge } from '../../NavBadge';\nimport { NavItem, NavItemComponentProps } from '../../NavItem';\n\ntype ListComponentProps = ListProps & {\n itempadding: number;\n};\n\nconst Root = styled(List)<ListComponentProps>(({ theme, ...props }) => ({\n padding: 0,\n '&.open': {},\n '& > .owp-list-item': {\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '0 0 4px 0',\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n '&:hover': {\n color: theme.palette.text.primary,\n },\n '& > .owp-list-item-icon': {\n marginRight: 16,\n width: 22,\n height: 22,\n minWidth: 22,\n minHeight: 22,\n fontSize: 22,\n lineHeight: '22px',\n textAlign: 'center',\n color: 'inherit',\n },\n },\n}));\n\n/**\n * NavVerticalCollapse component used for vertical navigation items with collapsible children.\n */\nfunction NavVerticalCollapse(props: NavItemComponentProps) {\n const { item, nestedLevel = 0, onItemClick, checkPermission, openedCollapseIds } = props;\n const { remountRoute, shouldRemountRouteOnClick } = useNavigationActiveRouteRemount(\n item.url || undefined,\n );\n\n const isRouteOpened = openedCollapseIds?.has(item.id) ?? false;\n const [manualOpen, setManualOpen] = useState(isRouteOpened);\n const open = isRouteOpened || manualOpen;\n\n const itempadding = nestedLevel > 0 ? 38 + nestedLevel * 16 : 16;\n\n useEffect(() => {\n if (isRouteOpened) {\n setManualOpen(true);\n }\n }, [isRouteOpened]);\n\n const component = item.url ? NavLinkAdapter : 'li';\n\n let itemProps = {};\n\n if (typeof component !== 'string') {\n itemProps = {\n disabled: item.disabled,\n to: item.url,\n end: item.end,\n role: 'button',\n };\n }\n\n if (checkPermission && !item?.hasPermission) {\n return null;\n }\n\n const handleClick = (event: MouseEvent<HTMLElement>) => {\n if (shouldRemountRouteOnClick) {\n event.preventDefault();\n remountRoute();\n onItemClick?.(item);\n return;\n }\n\n setManualOpen((previousOpen) => !previousOpen);\n onItemClick?.(item);\n };\n\n return (\n <Root className={clsx(open && 'open')} itempadding={itempadding} sx={item.sx}>\n <ListItemButton\n component={component}\n className=\"owp-list-item\"\n onClick={handleClick}\n {...itemProps}\n >\n {item.icon && (\n <SvgIcon className={clsx('owp-list-item-icon shrink-0', item.iconClass)} color=\"action\">\n {item.icon}\n </SvgIcon>\n )}\n\n <ListItemText\n className=\"owp-list-item-text\"\n primary={item.title}\n secondary={item.subtitle}\n sx={{\n my: 0,\n display: 'flex',\n flexDirection: 'column',\n gap: 0.25,\n '& .owp-list-item-text-primary': {\n fontSize: 15,\n fontWeight: 600,\n lineHeight: 1.4,\n },\n '& .owp-list-item-text-secondary': {\n fontSize: 14,\n fontWeight: 500,\n lineHeight: 1.4,\n },\n }}\n classes={{\n primary: 'owp-list-item-text-primary truncate',\n secondary: 'owp-list-item-text-secondary truncate',\n }}\n />\n\n {item.badge && <NavBadge className=\"mx-4\" badge={item.badge} />}\n\n <IconButton\n disableRipple\n className=\"-mx-12 h-20 w-20 p-0 hover:bg-transparent focus:bg-transparent\"\n onClick={(ev) => {\n ev.preventDefault();\n ev.stopPropagation();\n setManualOpen((previousOpen) => !previousOpen);\n }}\n >\n <SvgIcon size={13} className=\"arrow-icon\" color=\"inherit\">\n {open ? 'heroicons-solid:chevron-down' : 'heroicons-solid:chevron-right'}\n </SvgIcon>\n </IconButton>\n </ListItemButton>\n\n {item.children && (\n <Collapse in={open} className=\"collapse-children\">\n {item.children.map((_item) => (\n <NavItem\n key={_item.id}\n type={`vertical-${_item.type}`}\n item={_item}\n nestedLevel={nestedLevel + 1}\n onItemClick={onItemClick}\n checkPermission={checkPermission}\n openedCollapseIds={openedCollapseIds}\n />\n ))}\n </Collapse>\n )}\n </Root>\n );\n}\n\nexport { NavVerticalCollapse };\n"],"names":["Root","styled","List","theme","props","alpha","NavVerticalCollapse","item","nestedLevel","onItemClick","checkPermission","openedCollapseIds","remountRoute","shouldRemountRouteOnClick","useNavigationActiveRouteRemount","isRouteOpened","manualOpen","setManualOpen","useState","open","itempadding","useEffect","component","NavLinkAdapter","itemProps","handleClick","__name","event","previousOpen","jsxs","clsx","ListItemButton","jsx","SvgIcon","ListItemText","NavBadge","IconButton","ev","Collapse","_item","NavItem"],"mappings":"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"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
|
|
1
|
+
var x = Object.defineProperty;
|
|
2
|
+
var r = (i, e) => x(i, "name", { value: e, configurable: !0 });
|
|
3
|
+
import { jsxs as h, jsx as a, Fragment as y } from "../../../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
|
|
4
|
+
import { useNavigationActiveRouteRemount as v } from "../../../../../hooks/useNavigationActiveRouteRemount.js";
|
|
5
|
+
import b from "../../../../../components/OwpNavLinkAdapter/OwpNavLinkAdapter.js";
|
|
6
|
+
import { ListItemText as R, ListItem as L } from "@mui/material";
|
|
7
|
+
import { styled as N, alpha as S } from "@mui/material/styles";
|
|
8
|
+
import { clsx as T } from "../../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
|
|
9
|
+
import { NavItem as k } from "../../NavItem.js";
|
|
10
|
+
const I = N(L)(({ theme: i, ...e }) => ({
|
|
10
11
|
minHeight: 36,
|
|
11
12
|
width: "100%",
|
|
12
13
|
borderRadius: "8px",
|
|
@@ -18,37 +19,44 @@ const v = b(y)(({ theme: i, ...e }) => ({
|
|
|
18
19
|
paddingLeft: e.itempadding > 80 ? 80 : e.itempadding,
|
|
19
20
|
paddingTop: 10,
|
|
20
21
|
paddingBottom: 10,
|
|
21
|
-
color:
|
|
22
|
+
color: S(i.palette.text.primary, 0.7),
|
|
22
23
|
fontWeight: 600,
|
|
23
24
|
letterSpacing: "0.025em"
|
|
24
25
|
}));
|
|
25
|
-
function
|
|
26
|
+
function D(i) {
|
|
26
27
|
var d;
|
|
27
|
-
const { item: e, nestedLevel: n = 0, onItemClick:
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
const { item: e, nestedLevel: n = 0, onItemClick: o, checkPermission: s, openedCollapseIds: m } = i, { remountRoute: c, shouldRemountRouteOnClick: u } = v(
|
|
29
|
+
e.url || void 0
|
|
30
|
+
), f = n > 0 ? 38 + n * 16 : 16, l = e.url ? b : "li";
|
|
31
|
+
let p = {};
|
|
32
|
+
if (typeof l != "string" && (p = {
|
|
30
33
|
disabled: e.disabled,
|
|
31
34
|
to: e.url,
|
|
32
35
|
end: e.end,
|
|
33
36
|
role: "button"
|
|
34
|
-
}), s && !(e != null && e.hasPermission)
|
|
37
|
+
}), s && !(e != null && e.hasPermission))
|
|
38
|
+
return null;
|
|
39
|
+
const g = /* @__PURE__ */ r((t) => {
|
|
40
|
+
u && (t.preventDefault(), c()), o == null || o(e);
|
|
41
|
+
}, "handleClick");
|
|
42
|
+
return /* @__PURE__ */ h(y, { children: [
|
|
35
43
|
/* @__PURE__ */ a(
|
|
36
|
-
|
|
44
|
+
I,
|
|
37
45
|
{
|
|
38
|
-
component:
|
|
39
|
-
itempadding:
|
|
40
|
-
className:
|
|
46
|
+
component: l,
|
|
47
|
+
itempadding: f,
|
|
48
|
+
className: T(
|
|
41
49
|
"owp-list-subheader flex items-center py-10",
|
|
42
50
|
e.url ? "" : "cursor-default"
|
|
43
51
|
),
|
|
44
|
-
onClick:
|
|
52
|
+
onClick: g,
|
|
45
53
|
sx: e.sx,
|
|
46
|
-
...
|
|
54
|
+
...p,
|
|
47
55
|
children: /* @__PURE__ */ a(
|
|
48
|
-
|
|
56
|
+
R,
|
|
49
57
|
{
|
|
50
58
|
className: "owp-list-subheader-text",
|
|
51
|
-
sx: /* @__PURE__ */
|
|
59
|
+
sx: /* @__PURE__ */ r((t) => ({
|
|
52
60
|
margin: 0,
|
|
53
61
|
display: "flex",
|
|
54
62
|
flexDirection: "column",
|
|
@@ -79,12 +87,12 @@ function W(i) {
|
|
|
79
87
|
}
|
|
80
88
|
),
|
|
81
89
|
(d = e.children) == null ? void 0 : d.map((t) => /* @__PURE__ */ a(
|
|
82
|
-
|
|
90
|
+
k,
|
|
83
91
|
{
|
|
84
92
|
type: `vertical-${t.type}`,
|
|
85
93
|
item: t,
|
|
86
94
|
nestedLevel: n,
|
|
87
|
-
onItemClick:
|
|
95
|
+
onItemClick: o,
|
|
88
96
|
checkPermission: s,
|
|
89
97
|
openedCollapseIds: m
|
|
90
98
|
},
|
|
@@ -92,8 +100,8 @@ function W(i) {
|
|
|
92
100
|
))
|
|
93
101
|
] });
|
|
94
102
|
}
|
|
95
|
-
|
|
103
|
+
r(D, "NavVerticalGroup");
|
|
96
104
|
export {
|
|
97
|
-
|
|
105
|
+
D as NavVerticalGroup
|
|
98
106
|
};
|
|
99
107
|
//# sourceMappingURL=NavVerticalGroup.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavVerticalGroup.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalGroup.tsx"],"sourcesContent":["import NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { ListItem, ListItemButtonProps, ListItemText } from '@mui/material';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport { NavItem, NavItemComponentProps } from '../../NavItem';\n\ntype ListItemButtonComponentProps = ListItemButtonProps & {\n itempadding: number;\n};\n\nconst Root = styled(ListItem)<ListItemButtonComponentProps>(({ theme, ...props }) => ({\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '28px 0 0 0',\n '&:first-of-type': {\n marginTop: 0,\n },\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n fontWeight: 600,\n letterSpacing: '0.025em',\n}));\n\n/**\n * NavVerticalGroup renders a group of navigation items in a vertical layout.\n */\nfunction NavVerticalGroup(props: NavItemComponentProps) {\n const { item, nestedLevel = 0, onItemClick, checkPermission, openedCollapseIds } = props;\n\n const itempadding = nestedLevel > 0 ? 38 + nestedLevel * 16 : 16;\n\n const component = item.url ? NavLinkAdapter : 'li';\n\n let itemProps = {};\n\n if (typeof component !== 'string') {\n itemProps = {\n disabled: item.disabled,\n to: item.url,\n end: item.end,\n role: 'button',\n };\n }\n\n if (checkPermission && !item?.hasPermission) {\n return null;\n }\n\n return (\n <>\n <Root\n component={component}\n itempadding={itempadding}\n className={clsx(\n 'owp-list-subheader flex items-center py-10',\n !item.url ? 'cursor-default' : '',\n )}\n onClick={
|
|
1
|
+
{"version":3,"file":"NavVerticalGroup.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalGroup.tsx"],"sourcesContent":["import { useNavigationActiveRouteRemount } from '@/hooks/useNavigationActiveRouteRemount';\nimport NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { ListItem, ListItemButtonProps, ListItemText } from '@mui/material';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport type { MouseEvent } from 'react';\nimport { NavItem, NavItemComponentProps } from '../../NavItem';\n\ntype ListItemButtonComponentProps = ListItemButtonProps & {\n itempadding: number;\n};\n\nconst Root = styled(ListItem)<ListItemButtonComponentProps>(({ theme, ...props }) => ({\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '28px 0 0 0',\n '&:first-of-type': {\n marginTop: 0,\n },\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n fontWeight: 600,\n letterSpacing: '0.025em',\n}));\n\n/**\n * NavVerticalGroup renders a group of navigation items in a vertical layout.\n */\nfunction NavVerticalGroup(props: NavItemComponentProps) {\n const { item, nestedLevel = 0, onItemClick, checkPermission, openedCollapseIds } = props;\n const { remountRoute, shouldRemountRouteOnClick } = useNavigationActiveRouteRemount(\n item.url || undefined,\n );\n\n const itempadding = nestedLevel > 0 ? 38 + nestedLevel * 16 : 16;\n\n const component = item.url ? NavLinkAdapter : 'li';\n\n let itemProps = {};\n\n if (typeof component !== 'string') {\n itemProps = {\n disabled: item.disabled,\n to: item.url,\n end: item.end,\n role: 'button',\n };\n }\n\n if (checkPermission && !item?.hasPermission) {\n return null;\n }\n\n const handleClick = (event: MouseEvent<HTMLElement>) => {\n if (shouldRemountRouteOnClick) {\n event.preventDefault();\n remountRoute();\n }\n\n onItemClick?.(item);\n };\n\n return (\n <>\n <Root\n component={component}\n itempadding={itempadding}\n className={clsx(\n 'owp-list-subheader flex items-center py-10',\n !item.url ? 'cursor-default' : '',\n )}\n onClick={handleClick}\n sx={item.sx}\n {...itemProps}\n >\n <ListItemText\n className=\"owp-list-subheader-text\"\n sx={(theme) => ({\n margin: 0,\n display: 'flex',\n flexDirection: 'column',\n gap: theme.spacing(0.25),\n '& > .MuiListItemText-primary': {\n fontSize: 12,\n color: 'secondary.main',\n fontWeight: 600,\n textTransform: 'uppercase',\n letterSpacing: '.05em',\n lineHeight: '20px',\n ...theme.applyStyles('dark', {\n color: 'secondary.light',\n }),\n },\n '& > .MuiListItemText-secondary': {\n fontSize: 11,\n color: 'text.disabled',\n letterSpacing: '.06px',\n fontWeight: 500,\n lineHeight: '1.5',\n },\n })}\n primary={item.title}\n secondary={item.subtitle}\n />\n </Root>\n {item.children?.map((_item) => (\n <NavItem\n key={_item.id}\n type={`vertical-${_item.type}`}\n item={_item}\n nestedLevel={nestedLevel}\n onItemClick={onItemClick}\n checkPermission={checkPermission}\n openedCollapseIds={openedCollapseIds}\n />\n ))}\n </>\n );\n}\n\nexport { NavVerticalGroup };\n"],"names":["Root","styled","ListItem","theme","props","alpha","NavVerticalGroup","item","nestedLevel","onItemClick","checkPermission","openedCollapseIds","remountRoute","shouldRemountRouteOnClick","useNavigationActiveRouteRemount","itempadding","component","NavLinkAdapter","itemProps","handleClick","__name","event","jsxs","Fragment","jsx","clsx","ListItemText","_a","_item","NavItem"],"mappings":";;;;;;;;;AAYA,MAAMA,IAAOC,EAAOC,CAAQ,EAAgC,CAAC,EAAE,OAAAC,GAAO,GAAGC,SAAa;AAAA,EACpF,WAAW;AAAA,EACX,OAAO;AAAA,EACP,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,mBAAmB;AAAA,IACjB,WAAW;AAAA,EAAA;AAAA,EAEb,cAAc;AAAA,EACd,aAAaA,EAAM,cAAc,KAAK,KAAKA,EAAM;AAAA,EACjD,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,OAAOC,EAAMF,EAAM,QAAQ,KAAK,SAAS,GAAG;AAAA,EAC5C,YAAY;AAAA,EACZ,eAAe;AACjB,EAAE;AAKF,SAASG,EAAiBF,GAA8B;;AACtD,QAAM,EAAE,MAAAG,GAAM,aAAAC,IAAc,GAAG,aAAAC,GAAa,iBAAAC,GAAiB,mBAAAC,MAAsBP,GAC7E,EAAE,cAAAQ,GAAc,2BAAAC,EAAA,IAA8BC;AAAA,IAClDP,EAAK,OAAO;AAAA,EAAA,GAGRQ,IAAcP,IAAc,IAAI,KAAKA,IAAc,KAAK,IAExDQ,IAAYT,EAAK,MAAMU,IAAiB;AAE9C,MAAIC,IAAY,CAAA;AAWhB,MATI,OAAOF,KAAc,aACvBE,IAAY;AAAA,IACV,UAAUX,EAAK;AAAA,IACf,IAAIA,EAAK;AAAA,IACT,KAAKA,EAAK;AAAA,IACV,MAAM;AAAA,EAAA,IAING,KAAmB,EAACH,KAAA,QAAAA,EAAM;AAC5B,WAAO;AAGT,QAAMY,IAAc,gBAAAC,EAAA,CAACC,MAAmC;AACtD,IAAIR,MACFQ,EAAM,eAAA,GACNT,EAAA,IAGFH,KAAA,QAAAA,EAAcF;AAAA,EAChB,GAPoB;AASpB,SACE,gBAAAe,EAAAC,GAAA,EACE,UAAA;AAAA,IAAA,gBAAAC;AAAA,MAACxB;AAAA,MAAA;AAAA,QACC,WAAAgB;AAAA,QACA,aAAAD;AAAA,QACA,WAAWU;AAAA,UACT;AAAA,UACClB,EAAK,MAAyB,KAAnB;AAAA,QAAmB;AAAA,QAEjC,SAASY;AAAA,QACT,IAAIZ,EAAK;AAAA,QACR,GAAGW;AAAA,QAEJ,UAAA,gBAAAM;AAAA,UAACE;AAAA,UAAA;AAAA,YACC,WAAU;AAAA,YACV,IAAI,gBAAAN,EAAA,CAACjB,OAAW;AAAA,cACd,QAAQ;AAAA,cACR,SAAS;AAAA,cACT,eAAe;AAAA,cACf,KAAKA,EAAM,QAAQ,IAAI;AAAA,cACvB,gCAAgC;AAAA,gBAC9B,UAAU;AAAA,gBACV,OAAO;AAAA,gBACP,YAAY;AAAA,gBACZ,eAAe;AAAA,gBACf,eAAe;AAAA,gBACf,YAAY;AAAA,gBACZ,GAAGA,EAAM,YAAY,QAAQ;AAAA,kBAC3B,OAAO;AAAA,gBAAA,CACR;AAAA,cAAA;AAAA,cAEH,kCAAkC;AAAA,gBAChC,UAAU;AAAA,gBACV,OAAO;AAAA,gBACP,eAAe;AAAA,gBACf,YAAY;AAAA,gBACZ,YAAY;AAAA,cAAA;AAAA,YACd,IAtBE;AAAA,YAwBJ,SAASI,EAAK;AAAA,YACd,WAAWA,EAAK;AAAA,UAAA;AAAA,QAAA;AAAA,MAClB;AAAA,IAAA;AAAA,KAEDoB,IAAApB,EAAK,aAAL,gBAAAoB,EAAe,IAAI,CAACC,MACnB,gBAAAJ;AAAA,MAACK;AAAA,MAAA;AAAA,QAEC,MAAM,YAAYD,EAAM,IAAI;AAAA,QAC5B,MAAMA;AAAA,QACN,aAAApB;AAAA,QACA,aAAAC;AAAA,QACA,iBAAAC;AAAA,QACA,mBAAAC;AAAA,MAAA;AAAA,MANKiB,EAAM;AAAA,IAAA;AAAA,EAQd,GACH;AAEJ;AA1FSR,EAAAd,GAAA;"}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
var o = (i, t) =>
|
|
3
|
-
import { jsxs as
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
1
|
+
var f = Object.defineProperty;
|
|
2
|
+
var o = (i, t) => f(i, "name", { value: t, configurable: !0 });
|
|
3
|
+
import { jsxs as h, jsx as r } from "../../../../../node_modules/.pnpm/@emotion_react@11.14.0_@types_react@19.2.14_react@19.2.4/node_modules/@emotion/react/jsx-runtime/dist/emotion-react-jsx-runtime.browser.esm.js";
|
|
4
|
+
import { useNavigationActiveRouteRemount as y } from "../../../../../hooks/useNavigationActiveRouteRemount.js";
|
|
5
|
+
import w from "../../../../../components/OwpNavLinkAdapter/OwpNavLinkAdapter.js";
|
|
6
|
+
import { ListItemButton as v } from "@mui/material";
|
|
7
|
+
import b from "@mui/material/ListItemText";
|
|
8
|
+
import { styled as R, alpha as s } from "@mui/material/styles";
|
|
8
9
|
import { clsx as l } from "../../../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
|
|
9
|
-
import { NavBadge as
|
|
10
|
-
import { OwpSvgIcon as
|
|
11
|
-
const
|
|
10
|
+
import { NavBadge as N } from "../../NavBadge.js";
|
|
11
|
+
import { OwpSvgIcon as k } from "../../../../../components/OwpSvgIcon/OwpSvgIcon.js";
|
|
12
|
+
const L = R(v)(({ theme: i, ...t }) => ({
|
|
12
13
|
minHeight: 36,
|
|
13
14
|
width: "100%",
|
|
14
15
|
borderRadius: "8px",
|
|
@@ -17,7 +18,7 @@ const b = u(f)(({ theme: i, ...t }) => ({
|
|
|
17
18
|
paddingLeft: t.itempadding > 80 ? 80 : t.itempadding,
|
|
18
19
|
paddingTop: 10,
|
|
19
20
|
paddingBottom: 10,
|
|
20
|
-
color:
|
|
21
|
+
color: s(i.palette.text.primary, 0.7),
|
|
21
22
|
cursor: "pointer",
|
|
22
23
|
textDecoration: "none!important",
|
|
23
24
|
"&:hover": {
|
|
@@ -25,8 +26,7 @@ const b = u(f)(({ theme: i, ...t }) => ({
|
|
|
25
26
|
},
|
|
26
27
|
"&.active": {
|
|
27
28
|
color: i.palette.secondary.main,
|
|
28
|
-
backgroundColor:
|
|
29
|
-
pointerEvents: "none",
|
|
29
|
+
backgroundColor: s(i.palette.secondary.main, 0.2),
|
|
30
30
|
transition: "border-radius .15s cubic-bezier(0.4,0.0,0.2,1)",
|
|
31
31
|
"& > .owp-list-item-text-primary": {
|
|
32
32
|
color: "inherit"
|
|
@@ -48,27 +48,34 @@ const b = u(f)(({ theme: i, ...t }) => ({
|
|
|
48
48
|
},
|
|
49
49
|
"& > .owp-list-item-text": {}
|
|
50
50
|
}));
|
|
51
|
-
function
|
|
52
|
-
const { item: t, nestedLevel: n = 0, onItemClick: e, checkPermission:
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
function j(i) {
|
|
52
|
+
const { item: t, nestedLevel: n = 0, onItemClick: e, checkPermission: c } = i, { remountRoute: d, shouldRemountRouteOnClick: p } = y(
|
|
53
|
+
t.url || void 0
|
|
54
|
+
), g = n > 0 ? 38 + n * 16 : 16, a = t.url ? w : "li";
|
|
55
|
+
let m = {};
|
|
56
|
+
if (typeof a != "string" && (m = {
|
|
55
57
|
disabled: t.disabled,
|
|
56
58
|
to: t.url || "",
|
|
57
59
|
end: t.end,
|
|
58
60
|
role: "button"
|
|
59
|
-
}),
|
|
60
|
-
|
|
61
|
+
}), c && !(t != null && t.hasPermission))
|
|
62
|
+
return null;
|
|
63
|
+
const u = /* @__PURE__ */ o((x) => {
|
|
64
|
+
p && (x.preventDefault(), d()), e == null || e(t);
|
|
65
|
+
}, "handleClick");
|
|
66
|
+
return /* @__PURE__ */ h(
|
|
67
|
+
L,
|
|
61
68
|
{
|
|
62
69
|
component: a,
|
|
63
70
|
className: l("owp-list-item", t.active && "active"),
|
|
64
|
-
onClick:
|
|
65
|
-
itempadding:
|
|
71
|
+
onClick: u,
|
|
72
|
+
itempadding: g,
|
|
66
73
|
sx: t.sx,
|
|
67
|
-
...
|
|
74
|
+
...m,
|
|
68
75
|
children: [
|
|
69
|
-
t.icon && /* @__PURE__ */ r(
|
|
76
|
+
t.icon && /* @__PURE__ */ r(k, { className: l("owp-list-item-icon shrink-0", t.iconClass), color: "action", children: t.icon }),
|
|
70
77
|
/* @__PURE__ */ r(
|
|
71
|
-
|
|
78
|
+
b,
|
|
72
79
|
{
|
|
73
80
|
className: "owp-list-item-text",
|
|
74
81
|
primary: t.title,
|
|
@@ -91,13 +98,13 @@ function P(i) {
|
|
|
91
98
|
}
|
|
92
99
|
}
|
|
93
100
|
),
|
|
94
|
-
t.badge && /* @__PURE__ */ r(
|
|
101
|
+
t.badge && /* @__PURE__ */ r(N, { badge: t.badge })
|
|
95
102
|
]
|
|
96
103
|
}
|
|
97
104
|
);
|
|
98
105
|
}
|
|
99
|
-
o(
|
|
106
|
+
o(j, "NavVerticalItem");
|
|
100
107
|
export {
|
|
101
|
-
|
|
108
|
+
j as NavVerticalItem
|
|
102
109
|
};
|
|
103
110
|
//# sourceMappingURL=NavVerticalItem.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavVerticalItem.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalItem.tsx"],"sourcesContent":["import NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { OwpSvgIcon as SvgIcon } from '@/components/OwpSvgIcon';\nimport { ListItemButton, ListItemButtonProps } from '@mui/material';\nimport ListItemText from '@mui/material/ListItemText';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport { NavBadge } from '../../NavBadge';\nimport { NavItemComponentProps } from '../../NavItem';\n\ntype ListItemButtonStyleProps = ListItemButtonProps & {\n itempadding: number;\n};\n\nconst Root = styled(ListItemButton)<ListItemButtonStyleProps>(({ theme, ...props }) => ({\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '0 0 4px 0',\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n cursor: 'pointer',\n textDecoration: 'none!important',\n '&:hover': {\n color: theme.palette.text.primary,\n },\n '&.active': {\n color: theme.palette.secondary.main,\n backgroundColor: alpha(theme.palette.secondary.main, 0.2),\n
|
|
1
|
+
{"version":3,"file":"NavVerticalItem.js","sources":["../../../../../../src/layout/components/navigation/vertical/types/NavVerticalItem.tsx"],"sourcesContent":["import { useNavigationActiveRouteRemount } from '@/hooks/useNavigationActiveRouteRemount';\nimport NavLinkAdapter from '@/components/OwpNavLinkAdapter';\nimport { OwpSvgIcon as SvgIcon } from '@/components/OwpSvgIcon';\nimport { ListItemButton, ListItemButtonProps } from '@mui/material';\nimport ListItemText from '@mui/material/ListItemText';\nimport { alpha, styled } from '@mui/material/styles';\nimport clsx from 'clsx';\nimport type { MouseEvent } from 'react';\nimport { NavBadge } from '../../NavBadge';\nimport { NavItemComponentProps } from '../../NavItem';\n\ntype ListItemButtonStyleProps = ListItemButtonProps & {\n itempadding: number;\n};\n\nconst Root = styled(ListItemButton)<ListItemButtonStyleProps>(({ theme, ...props }) => ({\n minHeight: 36,\n width: '100%',\n borderRadius: '8px',\n margin: '0 0 4px 0',\n paddingRight: 16,\n paddingLeft: props.itempadding > 80 ? 80 : props.itempadding,\n paddingTop: 10,\n paddingBottom: 10,\n color: alpha(theme.palette.text.primary, 0.7),\n cursor: 'pointer',\n textDecoration: 'none!important',\n '&:hover': {\n color: theme.palette.text.primary,\n },\n '&.active': {\n color: theme.palette.secondary.main,\n backgroundColor: alpha(theme.palette.secondary.main, 0.2),\n transition: 'border-radius .15s cubic-bezier(0.4,0.0,0.2,1)',\n '& > .owp-list-item-text-primary': {\n color: 'inherit',\n },\n '& > .owp-list-item-icon': {\n color: 'inherit',\n },\n },\n '& > .owp-list-item-icon': {\n marginRight: 16,\n width: 22,\n height: 22,\n minWidth: 22,\n minHeight: 22,\n fontSize: 22,\n lineHeight: '22px',\n textAlign: 'center',\n color: 'inherit',\n },\n '& > .owp-list-item-text': {},\n}));\n\n/**\n * NavVerticalItem renders a single vertical navigation item.\n */\nfunction NavVerticalItem(props: NavItemComponentProps) {\n const { item, nestedLevel = 0, onItemClick, checkPermission } = props;\n const { remountRoute, shouldRemountRouteOnClick } = useNavigationActiveRouteRemount(\n item.url || undefined,\n );\n\n const itempadding = nestedLevel > 0 ? 38 + nestedLevel * 16 : 16;\n\n const component = item.url ? NavLinkAdapter : 'li';\n\n let itemProps = {};\n\n if (typeof component !== 'string') {\n itemProps = {\n disabled: item.disabled,\n to: item.url || '',\n end: item.end,\n role: 'button',\n };\n }\n\n if (checkPermission && !item?.hasPermission) {\n return null;\n }\n\n const handleClick = (event: MouseEvent<HTMLElement>) => {\n if (shouldRemountRouteOnClick) {\n event.preventDefault();\n remountRoute();\n }\n\n onItemClick?.(item);\n };\n\n return (\n <Root\n component={component}\n className={clsx('owp-list-item', item.active && 'active')}\n onClick={handleClick}\n itempadding={itempadding}\n sx={item.sx}\n {...itemProps}\n >\n {item.icon && (\n <SvgIcon className={clsx('owp-list-item-icon shrink-0', item.iconClass)} color=\"action\">\n {item.icon}\n </SvgIcon>\n )}\n\n <ListItemText\n className=\"owp-list-item-text\"\n primary={item.title}\n secondary={item.subtitle}\n sx={{\n my: 0,\n display: 'flex',\n flexDirection: 'column',\n gap: 0.25,\n '& .owp-list-item-text-primary': {\n fontWeight: 600,\n },\n '& .owp-list-item-text-secondary': {\n fontWeight: 500,\n },\n }}\n classes={{\n primary: 'text-lg font-medium owp-list-item-text-primary truncate',\n secondary: 'text-md font-medium owp-list-item-text-secondary leading-normal truncate',\n }}\n />\n {item.badge && <NavBadge badge={item.badge} />}\n </Root>\n );\n}\n\nexport { NavVerticalItem };\n"],"names":["Root","styled","ListItemButton","theme","props","alpha","NavVerticalItem","item","nestedLevel","onItemClick","checkPermission","remountRoute","shouldRemountRouteOnClick","useNavigationActiveRouteRemount","itempadding","component","NavLinkAdapter","itemProps","handleClick","__name","event","jsxs","clsx","jsx","SvgIcon","ListItemText","NavBadge"],"mappings":"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"}
|
|
@@ -18,11 +18,11 @@ import { styled as te } from "@mui/material/styles";
|
|
|
18
18
|
import z from "@mui/material/TextField";
|
|
19
19
|
import ne from "@mui/material/Tooltip";
|
|
20
20
|
import E from "@mui/material/Typography";
|
|
21
|
-
import D from "../../../_virtual/
|
|
22
|
-
import re from "../../../_virtual/
|
|
21
|
+
import D from "../../../_virtual/index17.js";
|
|
22
|
+
import re from "../../../_virtual/index18.js";
|
|
23
23
|
import { clsx as B } from "../../../node_modules/.pnpm/clsx@2.1.1/node_modules/clsx/dist/clsx.js";
|
|
24
24
|
import { useMemo as oe, useReducer as ie, useRef as T, useEffect as se } from "react";
|
|
25
|
-
import W from "../../../_virtual/
|
|
25
|
+
import W from "../../../_virtual/index19.js";
|
|
26
26
|
import { useNavigate as ae } from "react-router-dom";
|
|
27
27
|
import { toolbarToggleSx as le } from "./toggleStyles.js";
|
|
28
28
|
import { OwpSvgIcon as w } from "../../../components/OwpSvgIcon/OwpSvgIcon.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var q = Object.defineProperty;
|
|
2
2
|
var O = (C, _) => q(C, "name", { value: _, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index7.js";
|
|
4
4
|
import { __require as d } from "./CODE128_AUTO.js";
|
|
5
5
|
import { __require as n } from "./CODE128A.js";
|
|
6
6
|
import { __require as m } from "./CODE128B.js";
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE39/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var w = Object.defineProperty;
|
|
2
2
|
var n = (f, a) => w(f, "name", { value: a, configurable: !0 });
|
|
3
|
-
import { __exports as i } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as i } from "../../../../../../../../_virtual/index6.js";
|
|
4
4
|
import { __require as k } from "../Barcode.js";
|
|
5
5
|
var _;
|
|
6
6
|
function P() {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/CODE93/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var D = Object.defineProperty;
|
|
2
2
|
var C = (u, t) => D(u, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as e } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as e } from "../../../../../../../../_virtual/index13.js";
|
|
4
4
|
import { __require as O } from "./CODE93.js";
|
|
5
5
|
import { __require as E } from "./CODE93FullASCII.js";
|
|
6
6
|
var l;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var n = Object.defineProperty;
|
|
2
2
|
var G = (r, t) => n(r, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as L } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as L } from "../../../../../../../../_virtual/constants3.js";
|
|
4
4
|
var e;
|
|
5
5
|
function o() {
|
|
6
6
|
return e ? L : (e = 1, Object.defineProperty(L, "__esModule", {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var C = Object.defineProperty;
|
|
2
2
|
var i = (u, a) => C(u, "name", { value: a, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index8.js";
|
|
4
4
|
import { __require as U } from "./EAN13.js";
|
|
5
5
|
import { __require as s } from "./EAN8.js";
|
|
6
6
|
import { __require as l } from "./EAN5.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var b = Object.defineProperty;
|
|
2
2
|
var r = (a, f) => b(a, "name", { value: f, configurable: !0 });
|
|
3
|
-
import { __exports as u } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as u } from "../../../../../../../../_virtual/index14.js";
|
|
4
4
|
import { __require as p } from "../Barcode.js";
|
|
5
5
|
var c;
|
|
6
6
|
function w() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var o = Object.defineProperty;
|
|
2
2
|
var r = (n, s) => o(n, "name", { value: s, configurable: !0 });
|
|
3
|
-
import { __exports as e } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as e } from "../../../../../../../../_virtual/constants2.js";
|
|
4
4
|
var t;
|
|
5
5
|
function _() {
|
|
6
6
|
return t ? e : (t = 1, Object.defineProperty(e, "__esModule", {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/ITF/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var T = Object.defineProperty;
|
|
2
2
|
var i = (u, t) => T(u, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as e } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as e } from "../../../../../../../../_virtual/index9.js";
|
|
4
4
|
import { __require as f } from "./ITF.js";
|
|
5
5
|
import { __require as n } from "./ITF14.js";
|
|
6
6
|
var a;
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/barcodes/MSI/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var I = (M, _) => v(M, "name", { value: _, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../../_virtual/index10.js";
|
|
4
4
|
import { __require as n } from "./MSI.js";
|
|
5
5
|
import { __require as s } from "./MSI10.js";
|
|
6
6
|
import { __require as l } from "./MSI11.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var p = Object.defineProperty;
|
|
2
2
|
var a = (f, c) => p(f, "name", { value: c, configurable: !0 });
|
|
3
|
-
import { __exports as i } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as i } from "../../../../../../../../_virtual/index12.js";
|
|
4
4
|
import { __require as g } from "../Barcode.js";
|
|
5
5
|
var h;
|
|
6
6
|
function w() {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var i = (u, f) => v(u, "name", { value: f, configurable: !0 });
|
|
3
|
-
import { __exports as a } from "../../../../../../../../_virtual/
|
|
3
|
+
import { __exports as a } from "../../../../../../../../_virtual/index11.js";
|
|
4
4
|
import { __require as y } from "../Barcode.js";
|
|
5
5
|
var c;
|
|
6
6
|
function q() {
|
package/dist/node_modules/.pnpm/jsbarcode@3.12.1/node_modules/jsbarcode/bin/renderers/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var v = Object.defineProperty;
|
|
2
2
|
var _ = (a, t) => v(a, "name", { value: t, configurable: !0 });
|
|
3
|
-
import { __exports as r } from "../../../../../../../_virtual/
|
|
3
|
+
import { __exports as r } from "../../../../../../../_virtual/index15.js";
|
|
4
4
|
import { __require as f } from "./canvas.js";
|
|
5
5
|
import { __require as q } from "./svg.js";
|
|
6
6
|
import { __require as c } from "./object.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var t = Object.defineProperty;
|
|
2
2
|
var i = (e, o) => t(e, "name", { value: o, configurable: !0 });
|
|
3
|
-
import { __module as r } from "../../../../../_virtual/
|
|
3
|
+
import { __module as r } from "../../../../../_virtual/index20.js";
|
|
4
4
|
import { __require as p } from "../../../react-is@16.13.1/node_modules/react-is/index.js";
|
|
5
5
|
import { __require as u } from "./factoryWithTypeCheckers.js";
|
|
6
6
|
import { __require as a } from "./factoryWithThrowingShims.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
var i = Object.defineProperty;
|
|
2
2
|
var r = (t, s) => i(t, "name", { value: s, configurable: !0 });
|
|
3
|
-
import { __module as e } from "../../../../../_virtual/
|
|
3
|
+
import { __module as e } from "../../../../../_virtual/index5.js";
|
|
4
4
|
import { __require as u } from "./cjs/react-is.production.min.js";
|
|
5
5
|
import { __require as p } from "./cjs/react-is.development.js";
|
|
6
6
|
var o;
|