@jmruthers/pace-core 0.6.9 → 0.6.11
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/CHANGELOG.md +21 -0
- package/audit-tool/00-dependencies.cjs +46 -13
- package/audit-tool/audits/01-pace-core-compliance.cjs +96 -21
- package/audit-tool/audits/02-project-structure.cjs +74 -2
- package/audit-tool/audits/03-architecture.cjs +220 -20
- package/audit-tool/audits/04-code-quality.cjs +95 -3
- package/audit-tool/audits/05-styling.cjs +19 -7
- package/audit-tool/audits/06-security-rbac.cjs +214 -25
- package/audit-tool/audits/07-api-tech-stack.cjs +31 -15
- package/audit-tool/audits/08-testing-documentation.cjs +11 -3
- package/audit-tool/audits/09-operations.cjs +19 -7
- package/audit-tool/index.cjs +22 -11
- package/audit-tool/utils/report-utils.cjs +4 -0
- package/cursor-rules/01-pace-core-compliance.mdc +1 -0
- package/cursor-rules/02-project-structure.mdc +3 -26
- package/cursor-rules/03-architecture.mdc +3 -1
- package/cursor-rules/04-code-quality.mdc +1 -0
- package/cursor-rules/05-styling.mdc +120 -8
- package/cursor-rules/06-security-rbac.mdc +126 -2
- package/cursor-rules/07-api-tech-stack.mdc +1 -0
- package/cursor-rules/08-testing-documentation.mdc +1 -0
- package/cursor-rules/09-operations.mdc +1 -0
- package/dist/DataTable-EFYP2QLE.js +16 -0
- package/dist/InactivityServiceProvider-BbxwwDz1.d.ts +308 -0
- package/dist/UnifiedAuthProvider-Bkt_tzdS.d.ts +183 -0
- package/dist/api-BZR2CYXL.js +5 -0
- package/dist/api-result-USV1Czr-.d.ts +51 -0
- package/dist/assets/app-icons/admin_favicon.svg +462 -0
- package/dist/assets/app-icons/base_favicon.svg +85 -0
- package/dist/assets/app-icons/cake_favicon.svg +68 -0
- package/dist/assets/app-icons/core_favicon.svg +256 -0
- package/dist/assets/app-icons/gear_favicon.svg +91 -0
- package/dist/assets/app-icons/medi_favicon.svg +92 -0
- package/dist/assets/app-icons/mint_favicon.svg +83 -0
- package/dist/assets/app-icons/pace_favicon.svg +49 -0
- package/dist/assets/app-icons/pump_favicon.svg +68 -0
- package/dist/assets/app-icons/seed_favicon.svg +91 -0
- package/dist/assets/app-icons/team_favicon.svg +67 -0
- package/dist/assets/app-icons/trac_favicon.svg +112 -0
- package/dist/assets/app-icons/trip_favicon.svg +102 -0
- package/dist/audit-HI2DHUVU.js +4 -0
- package/dist/auth-JvdRVaud.d.ts +49 -0
- package/dist/chunk-2DL2WSOE.js +327 -0
- package/dist/chunk-2OEVOGGR.js +9598 -0
- package/dist/chunk-44CNXN4P.js +15 -0
- package/dist/chunk-4R3T5ENU.js +2943 -0
- package/dist/chunk-7A6IMHH2.js +2321 -0
- package/dist/chunk-BTHN5MKC.js +121 -0
- package/dist/chunk-CU2BU2MQ.js +2 -0
- package/dist/chunk-D6BMFMQZ.js +200 -0
- package/dist/chunk-DDMPHZ3D.js +58 -0
- package/dist/chunk-ENLXB7GP.js +721 -0
- package/dist/chunk-J2KQK6DG.js +2159 -0
- package/dist/chunk-KJXRL3XE.js +6434 -0
- package/dist/chunk-L5LFKKLJ.js +61 -0
- package/dist/chunk-PCSHBLPB.js +811 -0
- package/dist/chunk-QRYSEPHB.js +429 -0
- package/dist/chunk-RMLY6KB5.js +187 -0
- package/dist/chunk-SACF5YSM.js +31 -0
- package/dist/chunk-UZNAFKGW.js +125 -0
- package/dist/chunk-V7FTM2LU.js +1080 -0
- package/dist/chunk-WY6Y7KC3.js +264 -0
- package/dist/chunk-XOJME5T7.js +407 -0
- package/dist/chunk-XPFVT3GN.js +492 -0
- package/dist/chunk-YFTFFJIV.js +529 -0
- package/dist/chunk-YYTWKVHO.js +1334 -0
- package/dist/components.d.ts +12 -89
- package/dist/components.js +23 -55
- package/dist/database.generated-qkdoiVrJ.d.ts +9441 -0
- package/dist/eslint-rules/index.cjs +3 -0
- package/dist/eslint-rules/rules/03-architecture.cjs +74 -0
- package/dist/eslint-rules/rules/05-styling.cjs +507 -0
- package/dist/eslint-rules/rules/06-security-rbac.cjs +84 -0
- package/dist/event-BfCox3N2.d.ts +265 -0
- package/dist/file-reference-DU1hcawx.d.ts +164 -0
- package/dist/functions-DH45k8ec.d.ts +208 -0
- package/dist/hooks.d.ts +28 -14
- package/dist/hooks.js +90 -56
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +1 -0
- package/dist/index.d.ts +392 -155
- package/dist/index.js +337 -347
- package/dist/pagination-BW1mqywp.d.ts +201 -0
- package/dist/papaparseLoader-WG2UXQ22.js +7 -0
- package/dist/providers.d.ts +29 -14
- package/dist/providers.js +7 -5
- package/dist/rbac/eslint-rules.js +2 -2
- package/dist/rbac/index.d.ts +180 -351
- package/dist/rbac/index.js +13 -11
- package/dist/theming/runtime.d.ts +28 -5
- package/dist/theming/runtime.js +2 -2
- package/dist/timezone-BTWWXKVY.d.ts +696 -0
- package/dist/types-BE2sEHKd.d.ts +55 -0
- package/dist/types-CvOPXWWZ.d.ts +111 -0
- package/dist/types-Dr8sNhER.d.ts +50 -0
- package/dist/types.d.ts +20 -13
- package/dist/types.js +1 -0
- package/dist/usePublicPageContext-B91dGYW1.d.ts +4367 -0
- package/dist/usePublicRouteParams-BgV6VhMi.d.ts +946 -0
- package/dist/utils.d.ts +338 -156
- package/dist/utils.js +78 -60
- package/dist/validation-g5n0hDkh.d.ts +177 -0
- package/docs/api/modules.md +1226 -1094
- package/docs/api-reference/components.md +5 -5
- package/docs/api-reference/rpc-functions.md +12 -3
- package/docs/core-concepts/rbac-system.md +8 -0
- package/docs/getting-started/cursor-rules.md +17 -20
- package/docs/getting-started/dependencies.md +1 -1
- package/docs/getting-started/setup.md +235 -0
- package/docs/implementation-guides/authentication.md +27 -0
- package/docs/implementation-guides/data-tables.md +365 -10
- package/docs/migration/ApiResult-migration.md +25 -0
- package/docs/rbac/RBAC_CONTRACT.md +0 -12
- package/docs/rbac/api-reference.md +33 -31
- package/docs/standards/0-standards-overview.md +50 -15
- package/docs/standards/1-pace-core-compliance-standards.md +62 -57
- package/docs/standards/2-project-structure-standards.md +45 -90
- package/docs/standards/3-architecture-standards.md +41 -1
- package/docs/standards/4-code-quality-standards.md +26 -6
- package/docs/standards/5-styling-standards.md +35 -1
- package/docs/standards/6-security-rbac-standards.md +288 -7
- package/docs/standards/7-api-tech-stack-standards.md +116 -17
- package/docs/standards/8-testing-documentation-standards.md +31 -0
- package/docs/standards/9-operations-standards.md +19 -0
- package/docs/standards/README.md +20 -201
- package/docs/testing/README.md +10 -0
- package/docs/testing/test-setup-for-consumers.md +916 -0
- package/docs/troubleshooting/common-issues.md +17 -1
- package/docs/troubleshooting/organisation-context-setup.md +8 -0
- package/docs/troubleshooting/print-event-name-css-variable-analysis.md +217 -0
- package/eslint-config-pace-core.cjs +24 -0
- package/package.json +14 -20
- package/scripts/build-docs.js +180 -0
- package/scripts/setup.cjs +536 -0
- package/scripts/validate.cjs +480 -0
- package/src/__mocks__/lucide-react.ts +0 -2
- package/src/__tests__/helpers/component-test-utils.test.tsx +260 -0
- package/src/__tests__/helpers/optimized-test-setup.test.ts +224 -0
- package/src/__tests__/helpers/supabaseMock.test.ts +273 -0
- package/src/__tests__/helpers/test-providers.test.tsx +99 -0
- package/src/__tests__/helpers/test-providers.tsx +37 -39
- package/src/__tests__/helpers/test-utils.test.tsx +447 -0
- package/src/__tests__/helpers/timer-utils.test.ts +371 -0
- package/src/assets/app-icons/admin_favicon.svg +462 -0
- package/src/assets/app-icons/base_favicon.svg +85 -0
- package/src/assets/app-icons/cake_favicon.svg +68 -0
- package/src/assets/app-icons/core_favicon.svg +256 -0
- package/src/assets/app-icons/gear_favicon.svg +91 -0
- package/src/assets/app-icons/index.test.ts +304 -0
- package/src/assets/app-icons/index.ts +83 -0
- package/src/assets/app-icons/medi_favicon.svg +92 -0
- package/src/assets/app-icons/mint_favicon.svg +83 -0
- package/src/assets/app-icons/pace_favicon.svg +49 -0
- package/src/assets/app-icons/pump_favicon.svg +68 -0
- package/src/assets/app-icons/seed_favicon.svg +91 -0
- package/src/assets/app-icons/team_favicon.svg +67 -0
- package/src/assets/app-icons/trac_favicon.svg +112 -0
- package/src/assets/app-icons/trip_favicon.svg +102 -0
- package/src/components/AddressField/AddressField.test.tsx +379 -4
- package/src/components/AddressField/AddressField.tsx +239 -213
- package/src/components/AddressField/types.ts +2 -2
- package/src/components/Alert/Alert.test.tsx +35 -25
- package/src/components/Alert/Alert.tsx +8 -8
- package/src/components/AppSwitcher/AppSwitcher.test.tsx +1250 -0
- package/src/components/AppSwitcher/AppSwitcher.tsx +315 -0
- package/src/components/Avatar/Avatar.test.tsx +11 -1
- package/src/components/Avatar/Avatar.tsx +3 -2
- package/src/components/Badge/Badge.test.tsx +11 -1
- package/src/components/Button/Button.test.tsx +13 -3
- package/src/components/Button/Button.tsx +1 -1
- package/src/components/Calendar/Calendar.test.tsx +523 -131
- package/src/components/Calendar/Calendar.tsx +107 -488
- package/src/components/Card/Card.test.tsx +384 -258
- package/src/components/Card/Card.tsx +19 -10
- package/src/components/Checkbox/Checkbox.test.tsx +58 -174
- package/src/components/ContextSelector/ContextSelector.internals.tsx +204 -0
- package/src/components/ContextSelector/ContextSelector.test.tsx +360 -0
- package/src/components/ContextSelector/ContextSelector.tsx +66 -280
- package/src/components/ContextSelector/ContextSelector.types.ts +35 -0
- package/src/components/ContextSelector/useContextSelectorState.tsx +195 -0
- package/src/components/DataTable/AUDIT_REPORT.md +59 -44
- package/src/components/DataTable/DataTable.comprehensive.test.tsx +759 -0
- package/src/components/DataTable/DataTable.default-state.test.tsx +524 -0
- package/src/components/DataTable/DataTable.export.test.tsx +705 -0
- package/src/components/DataTable/DataTable.grouping-aggregation.test.tsx +658 -0
- package/src/components/DataTable/DataTable.hooks.test.tsx +192 -0
- package/src/components/DataTable/DataTable.select-label-display.test.tsx +485 -0
- package/src/components/DataTable/DataTable.test.tsx +787 -416
- package/src/components/DataTable/DataTable.tsx +14 -14
- package/src/components/DataTable/DataTableCore.integration.test.tsx +458 -0
- package/src/components/DataTable/DataTableCore.test-setup.ts +221 -0
- package/src/components/DataTable/DataTableCore.test.tsx +970 -0
- package/src/components/DataTable/README.md +155 -0
- package/src/components/DataTable/TESTING.md +101 -0
- package/src/components/DataTable/a11y.basic.test.tsx +788 -0
- package/src/components/DataTable/components/DataTableCore.tsx +126 -894
- package/src/components/DataTable/components/GroupingDropdown.test.tsx +621 -0
- package/src/components/DataTable/components/GroupingDropdown.tsx +2 -3
- package/src/components/DataTable/components/ImportModal.tsx +82 -408
- package/src/components/DataTable/components/ImportModalFileSection.tsx +148 -0
- package/src/components/DataTable/context/DataTableContext.test.tsx +328 -0
- package/src/components/DataTable/context/DataTableContext.tsx +13 -13
- package/src/components/DataTable/core/ColumnFactory.test.ts +403 -0
- package/src/components/DataTable/core/ColumnFactory.ts +3 -3
- package/src/components/DataTable/hooks/useColumnOrderPersistence.test.ts +516 -0
- package/src/components/DataTable/hooks/useColumnOrderPersistence.ts +12 -9
- package/src/components/DataTable/hooks/useColumnVisibilityPersistence.test.ts +256 -0
- package/src/components/DataTable/hooks/useColumnVisibilityPersistence.ts +12 -9
- package/src/components/DataTable/hooks/useDataTableConfiguration.test.ts +297 -0
- package/src/components/DataTable/hooks/useDataTableConfiguration.ts +15 -3
- package/src/components/DataTable/hooks/useDataTableDataPipeline.test.ts +270 -0
- package/src/components/DataTable/hooks/useDataTableDeletionBatching.test.ts +127 -0
- package/src/components/DataTable/hooks/useDataTableDeletionBatching.ts +106 -0
- package/src/components/DataTable/hooks/useDataTableEffectiveActions.test.ts +461 -0
- package/src/components/DataTable/hooks/useDataTableEffectiveActions.ts +238 -0
- package/src/components/DataTable/hooks/useDataTableLayoutHandlers.test.ts +296 -0
- package/src/components/DataTable/hooks/useDataTableLayoutHandlers.ts +175 -0
- package/src/components/DataTable/hooks/useDataTablePaginationSync.test.ts +203 -0
- package/src/components/DataTable/hooks/useDataTablePaginationSync.ts +109 -0
- package/src/components/DataTable/hooks/useDataTablePermissions.test.ts +280 -0
- package/src/components/DataTable/hooks/useDataTablePermissions.ts +81 -260
- package/src/components/DataTable/hooks/useDataTablePipeline.test.tsx +219 -0
- package/src/components/DataTable/hooks/useDataTablePipeline.tsx +239 -0
- package/src/components/DataTable/hooks/useDataTableRenderGuard.test.tsx +316 -0
- package/src/components/DataTable/hooks/useDataTableRenderGuard.tsx +195 -0
- package/src/components/DataTable/hooks/useDataTableScope.test.ts +110 -0
- package/src/components/DataTable/hooks/useDataTableScope.ts +123 -0
- package/src/components/DataTable/hooks/useDataTableState.test.ts +733 -0
- package/src/components/DataTable/hooks/useDataTableState.ts +161 -114
- package/src/components/DataTable/hooks/useDataTableStateAndPersistence.test.ts +277 -0
- package/src/components/DataTable/hooks/useDataTableStateAndPersistence.ts +222 -0
- package/src/components/DataTable/hooks/useDataTableSuperAdmin.test.ts +93 -0
- package/src/components/DataTable/hooks/useDataTableSuperAdmin.ts +86 -0
- package/src/components/DataTable/hooks/useDataTableTableInstance.test.ts +185 -0
- package/src/components/DataTable/hooks/useDataTableTableInstance.ts +178 -0
- package/src/components/DataTable/hooks/useEffectiveColumnOrder.test.ts +183 -0
- package/src/components/DataTable/hooks/useHierarchicalState.test.ts +294 -0
- package/src/components/DataTable/hooks/useImportModalFocus.test.ts +184 -0
- package/src/components/DataTable/hooks/useImportModalFocus.ts +53 -0
- package/src/components/DataTable/hooks/useImportModalState.test.ts +390 -0
- package/src/components/DataTable/hooks/useImportModalState.ts +345 -0
- package/src/components/DataTable/hooks/useKeyboardNavigation.test.ts +787 -0
- package/src/components/DataTable/hooks/useKeyboardNavigation.ts +311 -271
- package/src/components/DataTable/hooks/usePermissionTracking.test.ts +381 -0
- package/src/components/DataTable/hooks/usePermissionTracking.ts +122 -0
- package/src/components/DataTable/hooks/useServerSideDataEffect.test.ts +258 -0
- package/src/components/DataTable/hooks/useServerSideDataEffect.ts +27 -4
- package/src/components/DataTable/hooks/useTableColumns.test.ts +499 -0
- package/src/components/DataTable/hooks/useTableColumns.ts +15 -39
- package/src/components/DataTable/hooks/useTableHandlers.test.ts +461 -0
- package/src/components/DataTable/hooks/useTableHandlers.ts +13 -22
- package/src/components/DataTable/index.ts +28 -5
- package/src/components/DataTable/keyboard.test.tsx +734 -0
- package/src/components/DataTable/mocks/MockRBACProvider.tsx +66 -0
- package/src/components/DataTable/pagination.modes.test.tsx +728 -0
- package/src/components/DataTable/ssr.strict-mode.test.tsx +319 -0
- package/src/components/DataTable/styles.test.ts +379 -0
- package/src/components/DataTable/styles.ts +0 -1
- package/src/components/DataTable/test-utils/MockDataTableComponents.tsx +55 -0
- package/src/components/DataTable/test-utils/dataFactories.ts +103 -0
- package/src/components/DataTable/test-utils/featureConfig.ts +10 -0
- package/src/components/DataTable/test-utils/sharedTestUtils.ts +419 -0
- package/src/components/DataTable/test-utils.ts +94 -0
- package/src/components/DataTable/types/actions.ts +71 -0
- package/src/components/DataTable/types/base.ts +39 -0
- package/src/components/DataTable/types/columns.ts +125 -0
- package/src/components/DataTable/types/export.ts +32 -0
- package/src/components/DataTable/types/features.ts +81 -0
- package/src/components/DataTable/types/hierarchical.ts +44 -0
- package/src/components/DataTable/types/index.ts +43 -0
- package/src/components/DataTable/types/pagination.ts +85 -0
- package/src/components/DataTable/types/performance.ts +47 -0
- package/src/components/DataTable/types/props.ts +62 -0
- package/src/components/DataTable/types/rbac.ts +45 -0
- package/src/components/DataTable/ui/layout/DataTableCore.test.tsx +1194 -0
- package/src/components/DataTable/ui/layout/DataTableCore.tsx +345 -0
- package/src/components/DataTable/ui/layout/DataTableErrorBoundary.test.tsx +438 -0
- package/src/components/DataTable/ui/layout/DataTableErrorBoundary.tsx +225 -0
- package/src/components/DataTable/ui/layout/DataTableLayout.test.tsx +1352 -0
- package/src/components/DataTable/ui/layout/DataTableLayout.tsx +661 -0
- package/src/components/DataTable/ui/modals/BulkDeleteConfirmDialog.test.tsx +91 -0
- package/src/components/DataTable/ui/modals/BulkDeleteConfirmDialog.tsx +43 -0
- package/src/components/DataTable/ui/modals/DataTableModals.test.tsx +749 -0
- package/src/components/DataTable/ui/modals/DataTableModals.tsx +341 -0
- package/src/components/DataTable/ui/modals/ImportModal.test.tsx +1834 -0
- package/src/components/DataTable/ui/modals/ImportModal.tsx +197 -0
- package/src/components/DataTable/ui/modals/ImportModalFailedRowsSection.tsx +60 -0
- package/src/components/DataTable/ui/modals/ImportModalFileSection.tsx +148 -0
- package/src/components/DataTable/ui/modals/ImportModalPreviewSection.tsx +60 -0
- package/src/components/DataTable/ui/modals/ImportModalSummarySection.tsx +59 -0
- package/src/components/DataTable/ui/modals/importModalPersistence.ts +73 -0
- package/src/components/DataTable/ui/shared/AccessDeniedPage.test.tsx +245 -0
- package/src/components/DataTable/ui/shared/AccessDeniedPage.tsx +159 -0
- package/src/components/DataTable/ui/shared/ActionButtons.test.tsx +921 -0
- package/src/components/DataTable/ui/shared/ActionButtons.tsx +195 -0
- package/src/components/DataTable/ui/shared/ColumnFilter.test.tsx +497 -0
- package/src/components/DataTable/ui/shared/ColumnFilter.tsx +113 -0
- package/src/components/DataTable/ui/shared/PaginationControls.test.tsx +451 -0
- package/src/components/DataTable/ui/shared/PaginationControls.tsx +291 -0
- package/src/components/DataTable/ui/shared/SortIndicator.test.tsx +135 -0
- package/src/components/DataTable/ui/shared/SortIndicator.tsx +50 -0
- package/src/components/DataTable/ui/table/EditFields.test.tsx +526 -0
- package/src/components/DataTable/ui/table/EditFields.tsx +355 -0
- package/src/components/DataTable/ui/table/EditableRow.test.tsx +1003 -0
- package/src/components/DataTable/ui/table/EditableRow.tsx +444 -0
- package/src/components/DataTable/ui/table/EmptyState.test.tsx +360 -0
- package/src/components/DataTable/ui/table/EmptyState.tsx +74 -0
- package/src/components/DataTable/ui/table/FilterRow.test.tsx +416 -0
- package/src/components/DataTable/ui/table/FilterRow.tsx +148 -0
- package/src/components/DataTable/ui/table/LoadingState.test.tsx +77 -0
- package/src/components/DataTable/ui/table/LoadingState.tsx +17 -0
- package/src/components/DataTable/ui/table/RowComponent.test.tsx +1024 -0
- package/src/components/DataTable/ui/table/RowComponent.tsx +429 -0
- package/src/components/DataTable/ui/table/UnifiedTableBody.test.tsx +1273 -0
- package/src/components/DataTable/ui/table/UnifiedTableBody.tsx +440 -0
- package/src/components/DataTable/ui/table/cellValueUtils.test.ts +453 -0
- package/src/components/DataTable/ui/table/cellValueUtils.ts +40 -0
- package/src/components/DataTable/ui/toolbar/BulkOperationsDropdown.test.tsx +551 -0
- package/src/components/DataTable/ui/toolbar/BulkOperationsDropdown.tsx +160 -0
- package/src/components/DataTable/ui/toolbar/ColumnVisibilityDropdown.test.tsx +751 -0
- package/src/components/DataTable/ui/toolbar/ColumnVisibilityDropdown.tsx +114 -0
- package/src/components/DataTable/ui/toolbar/DataTableToolbar.test.tsx +629 -0
- package/src/components/DataTable/ui/toolbar/DataTableToolbar.tsx +271 -0
- package/src/components/DataTable/ui/toolbar/GroupingDropdown.test.tsx +621 -0
- package/src/components/DataTable/ui/toolbar/GroupingDropdown.tsx +107 -0
- package/src/components/DataTable/utils/a11yUtils.test.ts +548 -0
- package/src/components/DataTable/utils/a11yUtils.ts +1 -1
- package/src/components/DataTable/utils/aggregationUtils.test.ts +288 -0
- package/src/components/DataTable/utils/aggregationUtils.ts +5 -5
- package/src/components/DataTable/utils/columnUtils.test.ts +94 -0
- package/src/components/DataTable/utils/csvParse.test.ts +74 -0
- package/src/components/DataTable/utils/csvParse.ts +65 -0
- package/src/components/DataTable/utils/errorHandling.test.ts +209 -0
- package/src/components/DataTable/utils/errorHandling.ts +3 -1
- package/src/components/DataTable/utils/exportUtils.test.ts +954 -0
- package/src/components/DataTable/utils/exportUtils.ts +1 -1
- package/src/components/DataTable/utils/flexibleImport.test.ts +573 -0
- package/src/components/DataTable/utils/flexibleImport.ts +3 -186
- package/src/components/DataTable/utils/hierarchicalSorting.test.ts +235 -0
- package/src/components/DataTable/utils/hierarchicalSorting.ts +3 -3
- package/src/components/DataTable/utils/hierarchicalUtils.test.ts +586 -0
- package/src/components/DataTable/utils/importDateParser.test.ts +162 -0
- package/src/components/DataTable/utils/importDateParser.ts +114 -0
- package/src/components/DataTable/utils/importValueParser.test.ts +138 -0
- package/src/components/DataTable/utils/importValueParser.ts +91 -0
- package/src/components/DataTable/utils/paginationUtils.test.ts +593 -0
- package/src/components/DataTable/utils/paginationUtils.ts +7 -4
- package/src/components/DataTable/utils/performanceUtils.test.ts +470 -0
- package/src/components/DataTable/utils/performanceUtils.ts +1 -1
- package/src/components/DataTable/utils/rowUtils.test.ts +235 -0
- package/src/components/DataTable/utils/selectFieldUtils.test.ts +271 -0
- package/src/components/DataTable/utils/selectFieldUtils.ts +97 -67
- package/src/components/DatePickerWithTimezone/DatePickerWithTimezone.test.tsx +18 -25
- package/src/components/DatePickerWithTimezone/DatePickerWithTimezone.tsx +1 -1
- package/src/components/DateTimeField/DateTimeField.test.tsx +3 -16
- package/src/components/DateTimeField/DateTimeField.tsx +1 -1
- package/src/components/Dialog/Dialog.test-utils.ts +49 -0
- package/src/components/Dialog/Dialog.test.tsx +2865 -458
- package/src/components/Dialog/Dialog.tsx +183 -986
- package/src/components/Dialog/dialogLock.test.ts +238 -0
- package/src/components/Dialog/dialogLock.ts +98 -0
- package/src/components/Dialog/index.ts +2 -0
- package/src/components/Dialog/useDialogDimensions.test.ts +163 -0
- package/src/components/Dialog/useDialogDimensions.ts +140 -0
- package/src/components/Dialog/useDialogLifecycle.test.ts +358 -0
- package/src/components/Dialog/useDialogLifecycle.ts +135 -0
- package/src/components/Dialog/useDialogPersistence.test.ts +381 -0
- package/src/components/Dialog/useDialogPersistence.ts +357 -0
- package/src/components/ErrorBoundary/ErrorBoundary.test.tsx +2 -62
- package/src/components/ErrorBoundary/ErrorBoundaryContext.context.ts +17 -0
- package/src/components/ErrorBoundary/ErrorBoundaryContext.tsx +2 -45
- package/src/components/ErrorBoundary/ErrorBoundaryContext.types.ts +41 -0
- package/src/components/ErrorBoundary/index.ts +3 -4
- package/src/components/ErrorBoundary/useErrorBoundaryContext.ts +20 -0
- package/src/components/FileDisplay/FileDisplay.test.tsx +479 -247
- package/src/components/FileDisplay/FileDisplay.tsx +29 -659
- package/src/components/FileDisplay/FileDisplayContent.test.tsx +395 -0
- package/src/components/FileDisplay/FileDisplayContent.tsx +242 -0
- package/src/components/FileDisplay/FileDisplayDeleteConfirmDialog.test.tsx +74 -0
- package/src/components/FileDisplay/FileDisplayDeleteConfirmDialog.tsx +38 -0
- package/src/components/FileDisplay/FileDisplayEmptyView.test.tsx +33 -0
- package/src/components/FileDisplay/FileDisplayEmptyView.tsx +33 -0
- package/src/components/FileDisplay/FileDisplayErrorView.test.tsx +71 -0
- package/src/components/FileDisplay/FileDisplayErrorView.tsx +50 -0
- package/src/components/FileDisplay/FileDisplayLoadingFallbackView.test.tsx +22 -0
- package/src/components/FileDisplay/FileDisplayLoadingFallbackView.tsx +22 -0
- package/src/components/FileDisplay/FileDisplayLoadingView.test.tsx +21 -0
- package/src/components/FileDisplay/FileDisplayLoadingView.tsx +23 -0
- package/src/components/FileDisplay/FileDisplayMultipleFilesView.test.tsx +101 -0
- package/src/components/FileDisplay/FileDisplayMultipleFilesView.tsx +109 -0
- package/src/components/FileDisplay/FileDisplaySingleDocumentLinkView.test.tsx +58 -0
- package/src/components/FileDisplay/FileDisplaySingleDocumentLinkView.tsx +48 -0
- package/src/components/FileDisplay/FileDisplaySingleFileWithActionsView.test.tsx +111 -0
- package/src/components/FileDisplay/FileDisplaySingleFileWithActionsView.tsx +270 -0
- package/src/components/FileDisplay/FileDisplaySingleImageView.test.tsx +78 -0
- package/src/components/FileDisplay/FileDisplaySingleImageView.tsx +67 -0
- package/src/components/FileDisplay/fallbackUtils.test.ts +50 -0
- package/src/components/FileDisplay/fallbackUtils.ts +44 -0
- package/src/components/FileDisplay/fetchFileDisplayData.ts +24 -0
- package/src/components/FileDisplay/fetchFileDisplayData.unit.test.ts +183 -0
- package/src/components/FileDisplay/fileDisplayUtils.test.ts +58 -0
- package/src/components/FileDisplay/fileDisplayUtils.ts +24 -0
- package/src/components/FileDisplay/index.tsx +1 -1
- package/src/components/FileDisplay/useFileDisplay.test.ts +538 -0
- package/src/components/FileDisplay/useFileDisplay.ts +515 -0
- package/src/components/FileDisplay/useFileDisplay.unit.test.ts +1438 -0
- package/src/components/FileDisplay/useFileDisplayData.ts +126 -0
- package/src/components/FileDisplay/usePublicFileDisplay.test.ts +729 -0
- package/src/components/FileDisplay/usePublicFileDisplay.ts +579 -0
- package/src/components/FileUpload/FileUpload.test.tsx +69 -27
- package/src/components/FileUpload/FileUpload.tsx +112 -527
- package/src/components/FileUpload/FileUploadDropZone.tsx +112 -0
- package/src/components/FileUpload/FileUploadProgressItem.tsx +86 -0
- package/src/components/FileUpload/FileUploadProgressList.tsx +40 -0
- package/src/components/FileUpload/index.tsx +1 -1
- package/src/components/FileUpload/useFileUploadManager.test.ts +308 -0
- package/src/components/FileUpload/useFileUploadManager.ts +454 -0
- package/src/components/FileUpload/useResolvedAppId.test.ts +102 -0
- package/src/components/FileUpload/useResolvedAppId.ts +77 -0
- package/src/components/Footer/Footer.test.tsx +15 -382
- package/src/components/Footer/Footer.tsx +8 -125
- package/src/components/Form/Form.test.tsx +425 -88
- package/src/components/Form/Form.tsx +91 -299
- package/src/components/Form/useFormPersistence.ts +257 -0
- package/src/components/Header/Header.test.tsx +653 -163
- package/src/components/Header/Header.tsx +62 -44
- package/src/components/InactivityWarningModal/InactivityWarningModal.test.tsx +35 -76
- package/src/components/Input/Input.test.tsx +34 -120
- package/src/components/Input/Input.tsx +1 -1
- package/src/components/Label/Label.test.tsx +46 -45
- package/src/components/LoadingSpinner/LoadingSpinner.test.tsx +8 -11
- package/src/components/LoginForm/LoginForm.test.tsx +0 -1
- package/src/components/NavigationMenu/HierarchicalNavItem.tsx +104 -0
- package/src/components/NavigationMenu/NavigationMenu.test.tsx +2422 -102
- package/src/components/NavigationMenu/NavigationMenu.tsx +62 -362
- package/src/components/NavigationMenu/index.ts +6 -1
- package/src/components/NavigationMenu/navigationPermissionHelper.ts +188 -0
- package/src/components/NavigationMenu/useNavigationFiltering.test.ts +1949 -0
- package/src/components/NavigationMenu/useNavigationFiltering.ts +199 -308
- package/src/components/NavigationMenu/useNavigationScope.ts +125 -0
- package/src/components/PaceAppLayout/PaceAppLayout.edge-cases.test.tsx +1322 -0
- package/src/components/PaceAppLayout/PaceAppLayout.integration.test.tsx +50 -49
- package/src/components/PaceAppLayout/PaceAppLayout.performance.test.tsx +81 -38
- package/src/components/PaceAppLayout/PaceAppLayout.security.test.tsx +103 -85
- package/src/components/PaceAppLayout/PaceAppLayout.test.tsx +774 -44
- package/src/components/PaceAppLayout/PaceAppLayout.tsx +282 -764
- package/src/components/PaceAppLayout/README.md +0 -9
- package/src/components/PaceAppLayout/test-setup.tsx +15 -9
- package/src/components/PaceAppLayout/useFilteredNavItems.ts +304 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutConfig.ts +142 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutGate.tsx +150 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutPermissions.ts +162 -0
- package/src/components/PaceAppLayout/usePaceAppLayoutScope.ts +79 -0
- package/src/components/PaceAppLayout/useRoleBasedRouteAccess.ts +157 -0
- package/src/components/PaceAppLayout/useSuperAdminFallback.ts +58 -0
- package/src/components/PaceLoginPage/PaceLoginPage.test.tsx +782 -20
- package/src/components/PaceLoginPage/PaceLoginPage.tsx +33 -125
- package/src/components/PaceLoginPage/useLoginAppAccess.ts +153 -0
- package/src/components/PasswordChange/PasswordChangeForm.test.tsx +1 -1
- package/src/components/Progress/Progress.test.tsx +127 -1
- package/src/components/Progress/Progress.tsx +1 -2
- package/src/components/ProtectedRoute/ProtectedRoute.test.tsx +1196 -4
- package/src/components/ProtectedRoute/ProtectedRoute.tsx +29 -217
- package/src/components/ProtectedRoute/useProtectedRouteState.ts +128 -0
- package/src/components/ProtectedRoute/useVisibilityRedirectGrace.ts +89 -0
- package/src/components/PublicLayout/PublicLayout.test.tsx +1640 -38
- package/src/components/PublicLayout/PublicPageContext.ts +28 -0
- package/src/components/PublicLayout/PublicPageLayout.tsx +134 -75
- package/src/components/PublicLayout/PublicPageProvider.tsx +7 -42
- package/src/components/PublicLayout/usePublicPageContext.ts +36 -0
- package/src/components/Select/Select.test.tsx +45 -8
- package/src/components/Select/Select.tsx +57 -40
- package/src/components/Select/context.test.tsx +56 -0
- package/src/components/Select/text.test.tsx +104 -0
- package/src/components/Select/text.ts +26 -0
- package/src/components/Select/types.ts +3 -0
- package/src/components/Select/useSelectEvents.test.ts +279 -0
- package/src/components/Select/useSelectEvents.ts +87 -0
- package/src/components/Select/useSelectSearch.test.tsx +295 -0
- package/src/components/Select/useSelectSearch.ts +91 -0
- package/src/components/Select/useSelectState.test.ts +268 -0
- package/src/components/Select/useSelectState.ts +104 -0
- package/src/components/SessionRestorationLoader/SessionRestorationLoader.test.tsx +28 -112
- package/src/components/Switch/Switch.test.tsx +57 -153
- package/src/components/Table/Table.test.tsx +395 -317
- package/src/components/Tabs/Tabs.test.tsx +270 -0
- package/src/components/Tabs/Tabs.tsx +4 -4
- package/src/components/Textarea/Textarea.test.tsx +11 -38
- package/src/components/Toast/Toast.test.tsx +425 -496
- package/src/components/Tooltip/Tooltip.test.tsx +4 -21
- package/src/components/UserMenu/UserMenu.test.tsx +1 -21
- package/src/components/UserMenu/UserMenu.tsx +0 -1
- package/src/components/index.test.ts +346 -0
- package/src/components/index.ts +12 -1
- package/src/constants/performance.test.ts +91 -0
- package/src/hooks/ServiceHooks.test.tsx +725 -0
- package/src/hooks/hooks.integration.test.tsx +608 -0
- package/src/hooks/index.ts +18 -3
- package/src/hooks/index.unit.test.ts +220 -0
- package/src/hooks/public/usePublicEvent.test.ts +304 -0
- package/src/hooks/public/usePublicEvent.ts +11 -11
- package/src/hooks/public/usePublicEventLogo.test.ts +655 -120
- package/src/hooks/public/usePublicEventLogo.ts +2 -2
- package/src/hooks/public/usePublicRouteParams.test.ts +595 -0
- package/src/hooks/public/usePublicRouteParams.ts +2 -2
- package/src/hooks/services/useAuth.ts +9 -7
- package/src/hooks/services/useAuthService.ts +1 -1
- package/src/hooks/services/useEventService.ts +1 -1
- package/src/hooks/useAccessibleApps.test.ts +400 -0
- package/src/hooks/useAccessibleApps.ts +264 -0
- package/src/hooks/useAddressAutocomplete.test.ts +170 -47
- package/src/hooks/useAddressAutocomplete.ts +109 -81
- package/src/hooks/useApiFetch.unit.test.ts +111 -0
- package/src/hooks/useAppConfig.ts +13 -3
- package/src/hooks/useAppConfig.unit.test.ts +712 -0
- package/src/hooks/useComponentPerformance.unit.test.tsx +314 -0
- package/src/hooks/useDataTablePerformance.ts +111 -130
- package/src/hooks/useDataTablePerformance.unit.test.ts +720 -0
- package/src/hooks/useDataTableState.test.ts +170 -0
- package/src/hooks/useDataTableState.ts +5 -5
- package/src/hooks/useDebounce.unit.test.ts +157 -0
- package/src/hooks/useEventTheme.test.ts +70 -18
- package/src/hooks/useEventTheme.ts +50 -22
- package/src/hooks/useEvents.ts +49 -2
- package/src/hooks/useEvents.unit.test.ts +227 -0
- package/src/hooks/useFileReference.test.ts +388 -107
- package/src/hooks/useFileReference.ts +184 -179
- package/src/hooks/useFileUrl.ts +1 -1
- package/src/hooks/useFileUrl.unit.test.ts +686 -0
- package/src/hooks/useFileUrlCache.test.ts +319 -0
- package/src/hooks/useFileUrlCache.ts +5 -2
- package/src/hooks/useFocusManagement.unit.test.ts +604 -0
- package/src/hooks/useFocusTrap.unit.test.tsx +613 -0
- package/src/hooks/useFormDialog.test.ts +307 -0
- package/src/hooks/useFormDialog.ts +2 -2
- package/src/hooks/useInactivityTracker.ts +141 -134
- package/src/hooks/useInactivityTracker.unit.test.ts +446 -0
- package/src/hooks/useIsMobile.unit.test.ts +317 -0
- package/src/hooks/useIsPrint.ts +62 -0
- package/src/hooks/useIsPrint.unit.test.ts +545 -0
- package/src/hooks/useKeyboardShortcuts.unit.test.ts +907 -0
- package/src/hooks/useOrganisationPermissions.test.ts +1 -2
- package/src/hooks/useOrganisationPermissions.ts +1 -4
- package/src/hooks/useOrganisationPermissions.unit.test.tsx +293 -0
- package/src/hooks/useOrganisationSecurity.test.ts +4 -33
- package/src/hooks/useOrganisationSecurity.ts +192 -203
- package/src/hooks/useOrganisationSecurity.unit.test.tsx +959 -0
- package/src/hooks/useOrganisations.ts +1 -1
- package/src/hooks/useOrganisations.unit.test.ts +369 -0
- package/src/hooks/usePerformanceMonitor.ts +1 -1
- package/src/hooks/usePerformanceMonitor.unit.test.ts +693 -0
- package/src/hooks/usePermissionCache.test.ts +298 -329
- package/src/hooks/usePermissionCache.ts +277 -276
- package/src/hooks/usePreventTabReload.test.ts +307 -0
- package/src/hooks/usePublicEvent.simple.test.ts +794 -0
- package/src/hooks/usePublicEvent.test.ts +670 -0
- package/src/hooks/usePublicEvent.unit.test.ts +638 -0
- package/src/hooks/usePublicFileDisplay.test.ts +948 -0
- package/src/hooks/usePublicRouteParams.unit.test.ts +442 -0
- package/src/hooks/useQueryCache.test.ts +391 -0
- package/src/hooks/useQueryCache.ts +7 -9
- package/src/hooks/useRBAC.unit.test.ts +253 -0
- package/src/hooks/useSessionDraft.test.ts +556 -0
- package/src/hooks/useSessionDraft.ts +14 -11
- package/src/hooks/useSessionRestoration.ts +1 -1
- package/src/hooks/useSessionRestoration.unit.test.tsx +381 -0
- package/src/hooks/useStorage.ts +94 -54
- package/src/hooks/useStorage.unit.test.ts +684 -0
- package/src/hooks/useToast.test.ts +413 -0
- package/src/hooks/useToast.ts +2 -2
- package/src/hooks/useToast.unit.test.tsx +481 -0
- package/src/hooks/useZodForm.ts +3 -3
- package/src/hooks/useZodForm.unit.test.tsx +191 -0
- package/src/icons/index.test.ts +133 -0
- package/src/icons/index.ts +3 -1
- package/src/index.test.ts +528 -0
- package/src/index.ts +56 -9
- package/src/providers/AuthProvider.test.tsx +218 -0
- package/src/providers/EventProvider.test.tsx +487 -0
- package/src/providers/InactivityProvider.test-helper.tsx +40 -0
- package/src/providers/InactivityProvider.test.tsx +421 -0
- package/src/providers/ProviderLifecycle.test.tsx +308 -0
- package/src/providers/UnifiedAuthProvider.smoke.test.tsx +7 -12
- package/src/providers/UnifiedAuthProvider.test.tsx +503 -0
- package/src/providers/index.test.ts +138 -0
- package/src/providers/services/AuthServiceContext.ts +27 -0
- package/src/providers/services/AuthServiceProvider.integration.test.tsx +229 -0
- package/src/providers/services/AuthServiceProvider.test.tsx +638 -0
- package/src/providers/services/AuthServiceProvider.tsx +81 -20
- package/src/providers/services/EventServiceContext.ts +25 -0
- package/src/providers/services/EventServiceProvider.test.tsx +839 -0
- package/src/providers/services/EventServiceProvider.tsx +11 -20
- package/src/providers/services/InactivityServiceContext.ts +25 -0
- package/src/providers/services/InactivityServiceProvider.test.tsx +662 -0
- package/src/providers/services/InactivityServiceProvider.tsx +7 -17
- package/src/providers/services/OrganisationServiceContext.ts +25 -0
- package/src/providers/services/OrganisationServiceProvider.test.tsx +440 -0
- package/src/providers/services/OrganisationServiceProvider.tsx +7 -17
- package/src/providers/services/UnifiedAuthContext.ts +102 -0
- package/src/providers/services/UnifiedAuthProvider.advanced.test.tsx +434 -0
- package/src/providers/services/UnifiedAuthProvider.appId.test.tsx +408 -0
- package/src/providers/services/UnifiedAuthProvider.integration.test.tsx +304 -0
- package/src/providers/services/UnifiedAuthProvider.test.tsx +212 -0
- package/src/providers/services/UnifiedAuthProvider.tsx +147 -497
- package/src/providers/services/contexts.test.tsx +281 -0
- package/src/providers/services/useUnifiedAuth.test.tsx +251 -0
- package/src/providers/services/useUnifiedAuth.ts +29 -0
- package/src/providers/services/useUnifiedAuthContextValue.ts +279 -0
- package/src/providers/useInactivity.test-helper.ts +27 -0
- package/src/rbac/README.md +5 -5
- package/src/rbac/adapters.comprehensive.test.tsx +429 -0
- package/src/rbac/adapters.test.tsx +654 -0
- package/src/rbac/adapters.tsx +53 -38
- package/src/rbac/api.test.ts +986 -259
- package/src/rbac/api.ts +260 -216
- package/src/rbac/audit-batched.test.ts +550 -0
- package/src/rbac/audit-batched.ts +5 -4
- package/src/rbac/audit.test.ts +225 -28
- package/src/rbac/audit.ts +26 -18
- package/src/rbac/auth-rbac-security.integration.test.tsx +300 -0
- package/src/rbac/auth-rbac.e2e.test.tsx +510 -0
- package/src/rbac/cache-invalidation.test.ts +715 -0
- package/src/rbac/cache-invalidation.ts +18 -15
- package/src/rbac/cache.test.ts +123 -63
- package/src/rbac/cache.ts +3 -4
- package/src/rbac/components/AccessDenied.test.tsx +324 -0
- package/src/rbac/components/AccessDenied.tsx +20 -18
- package/src/rbac/components/NavigationGuard.test.tsx +1148 -0
- package/src/rbac/components/NavigationGuard.tsx +10 -8
- package/src/rbac/components/PagePermissionGuard.guard.test.tsx +236 -0
- package/src/rbac/components/PagePermissionGuard.performance.test.tsx +252 -0
- package/src/rbac/components/PagePermissionGuard.race-condition.test.tsx +243 -0
- package/src/rbac/components/PagePermissionGuard.test.tsx +1430 -0
- package/src/rbac/components/PagePermissionGuard.tsx +188 -381
- package/src/rbac/components/PagePermissionGuard.verification.test.tsx +185 -0
- package/src/rbac/config.test.ts +131 -48
- package/src/rbac/config.ts +69 -26
- package/src/rbac/docs/event-based-apps.md +26 -13
- package/src/rbac/engine.comprehensive.test.ts +808 -0
- package/src/rbac/engine.test.ts +974 -130
- package/src/rbac/engine.ts +53 -13
- package/src/rbac/errors.test.ts +99 -87
- package/src/rbac/errors.ts +89 -55
- package/src/rbac/eslint-rules.js +2 -2
- package/src/rbac/hooks/permissions/runPermissionCheck.ts +77 -0
- package/src/rbac/hooks/permissions/useAccessLevel.test.ts +622 -0
- package/src/rbac/hooks/permissions/useAccessLevel.ts +23 -14
- package/src/rbac/hooks/permissions/useCan.test.ts +798 -0
- package/src/rbac/hooks/permissions/useCan.ts +173 -253
- package/src/rbac/hooks/permissions/useMultiplePermissions.test.ts +843 -0
- package/src/rbac/hooks/permissions/useMultiplePermissions.ts +63 -10
- package/src/rbac/hooks/permissions/usePermissions.test.ts +543 -0
- package/src/rbac/hooks/permissions/usePermissions.ts +50 -78
- package/src/rbac/hooks/useCan.test.ts +348 -32
- package/src/rbac/hooks/usePageAccessLogging.ts +160 -0
- package/src/rbac/hooks/usePageGuardScope.ts +117 -0
- package/src/rbac/hooks/usePagePermissionCheck.ts +67 -0
- package/src/rbac/hooks/usePermissions.integration.test.ts +427 -0
- package/src/rbac/hooks/usePermissions.stability.test.ts +268 -0
- package/src/rbac/hooks/usePermissions.test.ts +459 -33
- package/src/rbac/hooks/usePermissions.ts +5 -7
- package/src/rbac/hooks/useRBAC.test.ts +1784 -21
- package/src/rbac/hooks/useRBAC.ts +148 -88
- package/src/rbac/hooks/useResolvedScope.test.ts +442 -5
- package/src/rbac/hooks/useResolvedScope.ts +4 -1
- package/src/rbac/hooks/useResourcePermissions.test.ts +561 -24
- package/src/rbac/hooks/useResourcePermissions.ts +76 -140
- package/src/rbac/hooks/useResourcePermissionsSuperAdmin.ts +67 -0
- package/src/rbac/hooks/useRoleManagement.test.ts +634 -61
- package/src/rbac/hooks/useRoleManagement.ts +158 -586
- package/src/rbac/hooks/useSecureSupabase.test.ts +1179 -0
- package/src/rbac/hooks/useSecureSupabase.ts +21 -14
- package/src/rbac/hooks/useSuperAdminCheck.ts +80 -0
- package/src/rbac/index.test.ts +107 -0
- package/src/rbac/index.ts +32 -32
- package/src/rbac/performance.test.ts +451 -0
- package/src/rbac/permissions.test.ts +149 -68
- package/src/rbac/permissions.ts +0 -3
- package/src/rbac/rbac-core.test.tsx +276 -0
- package/src/rbac/rbac-engine-core-logic.test.ts +387 -0
- package/src/rbac/rbac-engine-simplified.test.ts +252 -0
- package/src/rbac/rbac-functions.test.ts +703 -0
- package/src/rbac/rbac-integration.test.ts +523 -0
- package/src/rbac/rbac-role-isolation.test.ts +456 -0
- package/src/rbac/request-deduplication.test.ts +352 -0
- package/src/rbac/request-deduplication.ts +5 -4
- package/src/rbac/scenarios.user-role.test.tsx +271 -0
- package/src/rbac/secureClient.test.ts +499 -115
- package/src/rbac/secureClient.ts +54 -28
- package/src/rbac/security.test.ts +448 -44
- package/src/rbac/security.ts +7 -6
- package/src/rbac/types/roleManagement.ts +66 -0
- package/src/rbac/types.test.ts +236 -0
- package/src/rbac/types.ts +7 -5
- package/src/rbac/utils/clientSecurity.test.ts +192 -0
- package/src/rbac/utils/clientSecurity.ts +6 -4
- package/src/rbac/utils/contextValidator.test.ts +126 -0
- package/src/rbac/utils/contextValidator.ts +6 -3
- package/src/rbac/utils/deep-equal.test.ts +76 -0
- package/src/rbac/utils/eventContext.test.ts +401 -0
- package/src/rbac/utils/eventContext.ts +38 -34
- package/src/rbac/utils/fetchPermissionMap.ts +13 -0
- package/src/rbac/utils/permissionMapHelpers.ts +34 -0
- package/src/rbac/utils/roleManagementRpc.ts +303 -0
- package/src/services/AuthService.edge-cases.test.ts +746 -0
- package/src/services/AuthService.restoreSession.test.ts +59 -0
- package/src/services/AuthService.test.ts +1362 -0
- package/src/services/AuthService.ts +197 -216
- package/src/services/BaseService.edge-cases.test.ts +506 -0
- package/src/services/BaseService.test.ts +363 -0
- package/src/services/EventService.edge-cases.test.ts +636 -0
- package/src/services/EventService.eventColours.test.ts +64 -0
- package/src/services/EventService.test.ts +1250 -0
- package/src/services/EventService.ts +244 -315
- package/src/services/InactivityService.edge-cases.test.ts +492 -0
- package/src/services/InactivityService.lifecycle.test.ts +406 -0
- package/src/services/InactivityService.test.ts +829 -0
- package/src/services/InactivityService.ts +172 -213
- package/src/services/OrganisationService.edge-cases.test.ts +633 -0
- package/src/services/OrganisationService.pagination.test.ts +409 -0
- package/src/services/OrganisationService.test.ts +1579 -0
- package/src/services/OrganisationService.ts +186 -257
- package/src/services/base/BaseService.test.ts +214 -0
- package/src/services/interfaces/IAuthService.test.ts +184 -0
- package/src/services/interfaces/IAuthService.ts +10 -9
- package/src/services/interfaces/IEventService.test.ts +176 -0
- package/src/services/interfaces/IInactivityService.test.ts +183 -0
- package/src/services/interfaces/IOrganisationService.test.ts +207 -0
- package/src/services/interfaces/IOrganisationService.ts +0 -1
- package/src/styles/core.css +244 -12
- package/src/theming/parseEventColours.test.ts +321 -0
- package/src/theming/parseEventColours.ts +18 -9
- package/src/theming/runtime.test.ts +495 -0
- package/src/theming/runtime.ts +72 -7
- package/src/types/api-result.ts +53 -0
- package/src/types/auth.ts +0 -1
- package/src/types/core.test.ts +397 -0
- package/src/types/database-generated.test.ts +78 -0
- package/src/types/database.generated.ts +45 -10
- package/src/types/event.ts +39 -19
- package/src/types/file-reference.test.ts +351 -0
- package/src/types/file-reference.ts +37 -12
- package/src/types/guards.test.ts +246 -0
- package/src/types/index.test.ts +265 -0
- package/src/types/index.ts +3 -0
- package/src/types/organisation.roles.test.ts +55 -0
- package/src/types/organisation.test.ts +1105 -0
- package/src/types/organisation.ts +15 -15
- package/src/types/rpc-responses.ts +33 -0
- package/src/types/supabase.ts +14 -6
- package/src/types/theme.test.ts +830 -0
- package/src/types/type-validation.test.ts +526 -0
- package/src/types/validation.test.ts +729 -0
- package/src/types/vitest-globals.d.ts +1 -1
- package/src/utils/app/appConfig.test.ts +235 -0
- package/src/utils/app/appIdResolver.test.ts +252 -57
- package/src/utils/app/appIdResolver.ts +31 -20
- package/src/utils/app/appNameResolver.test.ts +18 -10
- package/src/utils/app/appNameResolver.ts +11 -9
- package/src/utils/app/appPortMap.test.ts +125 -0
- package/src/utils/app/appPortMap.ts +51 -0
- package/src/utils/app/buildAppUrl.test.ts +273 -0
- package/src/utils/app/buildAppUrl.ts +114 -0
- package/src/utils/appConfig.unit.test.ts +55 -0
- package/src/utils/audit/audit.test.ts +354 -39
- package/src/utils/audit.unit.test.ts +69 -0
- package/src/utils/auth-utils.unit.test.ts +69 -0
- package/src/utils/bundleAnalysis.unit.test.ts +326 -0
- package/src/utils/cn.unit.test.ts +34 -0
- package/src/utils/context/organisationContext.test.ts +115 -95
- package/src/utils/context/organisationContext.ts +32 -43
- package/src/utils/context/sessionTracking.test.ts +354 -0
- package/src/utils/core/cn.test.ts +66 -0
- package/src/utils/core/debugLogger.test.ts +113 -0
- package/src/utils/core/debugLogger.ts +15 -8
- package/src/utils/core/logger.test.ts +217 -0
- package/src/utils/core/logger.ts +20 -16
- package/src/utils/core/mergeRefs.ts +24 -0
- package/src/utils/debugLogger.test.ts +417 -0
- package/src/utils/device/deviceFingerprint.test.ts +8 -5
- package/src/utils/device/deviceFingerprint.ts +3 -3
- package/src/utils/deviceFingerprint.unit.test.ts +818 -0
- package/src/utils/dynamic/createLazyComponent.tsx +46 -0
- package/src/utils/dynamic/dynamicUtils.test.ts +185 -0
- package/src/utils/dynamic/dynamicUtils.ts +6 -6
- package/src/utils/dynamic/lazyLoad.test.tsx +156 -0
- package/src/utils/dynamic/lazyLoad.tsx +8 -36
- package/src/utils/dynamic/papaparseLoader.ts +7 -0
- package/src/utils/dynamicUtils.unit.test.ts +331 -0
- package/src/utils/file-reference/file-reference.test.ts +1238 -0
- package/src/utils/file-reference/index.ts +330 -348
- package/src/utils/formatDate.unit.test.ts +109 -0
- package/src/utils/formatting/formatDate.test.ts +22 -148
- package/src/utils/formatting/formatDateTime.test.ts +41 -119
- package/src/utils/formatting/formatDateTimeTimezone.test.ts +41 -85
- package/src/utils/formatting/formatNumber.test.ts +259 -0
- package/src/utils/formatting/formatTime.test.ts +36 -128
- package/src/utils/formatting/formatting.ts +1 -1
- package/src/utils/formatting.unit.test.ts +99 -0
- package/src/utils/google-places/googlePlacesUtils.test.ts +127 -36
- package/src/utils/google-places/googlePlacesUtils.ts +67 -86
- package/src/utils/google-places/loadGoogleMapsScript.test.ts +68 -8
- package/src/utils/google-places/loadGoogleMapsScript.ts +140 -118
- package/src/utils/index.ts +52 -11
- package/src/utils/index.unit.test.ts +251 -0
- package/src/utils/lazyLoad.unit.test.tsx +319 -0
- package/src/utils/location/location.test.ts +19 -116
- package/src/utils/logger.unit.test.ts +398 -0
- package/src/utils/organisationContext.unit.test.ts +180 -0
- package/src/utils/performance/bundleAnalysis.test.ts +148 -0
- package/src/utils/performance/bundleAnalysis.ts +16 -22
- package/src/utils/performance/performanceBenchmark.test.ts +251 -0
- package/src/utils/performance/performanceBenchmark.ts +12 -4
- package/src/utils/performance/performanceBudgets.test.ts +241 -0
- package/src/utils/performance/performanceBudgets.ts +9 -6
- package/src/utils/performanceBenchmark.test.ts +174 -0
- package/src/utils/performanceBudgets.unit.test.ts +288 -0
- package/src/utils/permissionTypes.unit.test.ts +250 -0
- package/src/utils/permissionUtils.unit.test.ts +362 -0
- package/src/utils/permissions/permissionTypes.test.ts +149 -0
- package/src/utils/permissions/permissionUtils.test.ts +20 -42
- package/src/utils/persistence/keyDerivation.test.ts +306 -0
- package/src/utils/persistence/sensitiveFieldDetection.test.ts +271 -0
- package/src/utils/persistence/sensitiveFieldDetection.ts +2 -2
- package/src/utils/request-deduplication.test.ts +349 -0
- package/src/utils/request-deduplication.ts +6 -4
- package/src/utils/sanitization.unit.test.ts +346 -0
- package/src/utils/schemaUtils.unit.test.ts +441 -0
- package/src/utils/secureDataAccess.unit.test.ts +334 -0
- package/src/utils/secureErrors.unit.test.ts +390 -0
- package/src/utils/secureStorage.unit.test.ts +289 -0
- package/src/utils/security/auth-utils.ts +38 -27
- package/src/utils/security/secureDataAccess.test.ts +22 -191
- package/src/utils/security/secureDataAccess.ts +241 -281
- package/src/utils/security/secureErrors.test.ts +163 -0
- package/src/utils/security/secureStorage.test.ts +156 -0
- package/src/utils/security/secureStorage.ts +1 -1
- package/src/utils/security/security.test.ts +212 -0
- package/src/utils/security/security.ts +15 -18
- package/src/utils/security/securityMonitor.test.ts +90 -0
- package/src/utils/security/securityMonitor.ts +1 -1
- package/src/utils/security.unit.test.ts +155 -0
- package/src/utils/securityMonitor.unit.test.ts +276 -0
- package/src/utils/sessionTracking.unit.test.ts +218 -0
- package/src/utils/storage/config.unit.test.ts +239 -0
- package/src/utils/storage/helpers.test.ts +769 -456
- package/src/utils/storage/helpers.ts +174 -253
- package/src/utils/storage/index.unit.test.ts +68 -0
- package/src/utils/storage/storageUtils.ts +32 -0
- package/src/utils/storage/types.ts +9 -2
- package/src/utils/supabase/createBaseClient.test.ts +201 -0
- package/src/utils/supabase/createBaseClient.ts +2 -1
- package/src/utils/timezone/timezone.test.ts +26 -44
- package/src/utils/timezone.test.ts +345 -0
- package/src/utils/validation/common.test.ts +115 -0
- package/src/utils/validation/csrf.test.ts +198 -0
- package/src/utils/validation/csrf.ts +42 -41
- package/src/utils/validation/htmlSanitization.ts +27 -31
- package/src/utils/validation/htmlSanitization.unit.test.ts +618 -0
- package/src/utils/validation/passwordSchema.test.ts +164 -0
- package/src/utils/validation/schema.test.ts +127 -0
- package/src/utils/validation/schema.ts +6 -3
- package/src/utils/validation/sqlInjectionProtection.test.ts +165 -0
- package/src/utils/validation/sqlInjectionProtection.ts +2 -2
- package/src/utils/validation/user.test.ts +173 -0
- package/src/utils/validation/validation.test.ts +197 -0
- package/src/utils/validation/validationUtils.test.ts +294 -0
- package/src/utils/validation.unit.test.ts +307 -0
- package/src/utils/validationUtils.unit.test.ts +558 -0
- package/src/vite-env.d.ts +6 -0
- package/dist/AuthService-DmfO5rGS.d.ts +0 -524
- package/dist/DataTable-DRUIgtUH.d.ts +0 -166
- package/dist/DataTable-SOAFXIWY.js +0 -15
- package/dist/PublicPageProvider-CIGSujI2.d.ts +0 -4147
- package/dist/UnifiedAuthProvider-7SNDOWYD.js +0 -7
- package/dist/UnifiedAuthProvider-CKvHP1MK.d.ts +0 -139
- package/dist/api-7P7DI652.js +0 -4
- package/dist/audit-MYQXYZFU.js +0 -3
- package/dist/auth-BZOJqrdd.d.ts +0 -49
- package/dist/chunk-4DDCYDQ3.js +0 -544
- package/dist/chunk-5HNSDQWH.js +0 -5046
- package/dist/chunk-5W2A3DRC.js +0 -164
- package/dist/chunk-6GLLNA6U.js +0 -31
- package/dist/chunk-7ILTDCL2.js +0 -80
- package/dist/chunk-A3W6LW53.js +0 -70
- package/dist/chunk-AHU7G2R5.js +0 -423
- package/dist/chunk-C7ZQ5O4C.js +0 -481
- package/dist/chunk-EF2UGZWY.js +0 -611
- package/dist/chunk-FEJLJNWA.js +0 -181
- package/dist/chunk-FYHN4DD5.js +0 -415
- package/dist/chunk-GS5672WG.js +0 -2003
- package/dist/chunk-HF6O3O37.js +0 -187
- package/dist/chunk-J2U36LHD.js +0 -8517
- package/dist/chunk-LX6U42O3.js +0 -2177
- package/dist/chunk-MPBLMWVR.js +0 -2161
- package/dist/chunk-OJ4SKRSV.js +0 -105
- package/dist/chunk-S6ZQKDY6.js +0 -62
- package/dist/chunk-S7DKJPLT.js +0 -699
- package/dist/chunk-T5CVK4R3.js +0 -2816
- package/dist/chunk-TTRFSOKR.js +0 -121
- package/dist/chunk-Z2FNRKF3.js +0 -994
- package/dist/database.generated-DT8JTZiP.d.ts +0 -9406
- package/dist/event-CW5YB_2p.d.ts +0 -239
- package/dist/file-reference-BavO2eQj.d.ts +0 -148
- package/dist/functions-lBy5L2ry.d.ts +0 -208
- package/dist/timezone-0AyangqX.d.ts +0 -697
- package/dist/types-BeoeWV5I.d.ts +0 -110
- package/dist/types-DXstZpNI.d.ts +0 -614
- package/dist/types-t9H8qKRw.d.ts +0 -55
- package/dist/usePublicRouteParams-DQLrDqDb.d.ts +0 -876
- package/dist/useToast-AyaT-x7p.d.ts +0 -68
- package/dist/validation-643vUDZW.d.ts +0 -177
- package/scripts/build-docs-incremental.js +0 -179
- package/scripts/eslint-audit.cjs +0 -123
- package/scripts/generate-docs.js +0 -157
- package/scripts/install-cursor-rules.cjs +0 -255
- package/scripts/install-eslint-config.cjs +0 -349
- package/scripts/setup-build-cache.js +0 -73
- package/scripts/validate-pre-publish.js +0 -145
- package/src/__tests__/helpers/__tests__/component-test-utils.test.tsx +0 -260
- package/src/__tests__/helpers/__tests__/optimized-test-setup.test.ts +0 -224
- package/src/__tests__/helpers/__tests__/supabaseMock.test.ts +0 -273
- package/src/__tests__/helpers/__tests__/test-providers.test.tsx +0 -99
- package/src/__tests__/helpers/__tests__/test-utils.test.tsx +0 -448
- package/src/__tests__/helpers/__tests__/timer-utils.test.ts +0 -371
- package/src/__tests__/hooks/usePermissions.test.ts +0 -268
- package/src/__tests__/integration/UserProfile.test.tsx +0 -124
- package/src/__tests__/public-recipe-view.test.ts +0 -228
- package/src/__tests__/rbac/PagePermissionGuard.test.tsx +0 -220
- package/src/__tests__/rls-policies.test.ts +0 -471
- package/src/components/DataTable/__tests__/DataTable.comprehensive.test.tsx +0 -759
- package/src/components/DataTable/__tests__/DataTable.default-state.test.tsx +0 -524
- package/src/components/DataTable/__tests__/DataTable.export.test.tsx +0 -705
- package/src/components/DataTable/__tests__/DataTable.grouping-aggregation.test.tsx +0 -658
- package/src/components/DataTable/__tests__/DataTable.hooks.test.tsx +0 -192
- package/src/components/DataTable/__tests__/DataTable.select-label-display.test.tsx +0 -483
- package/src/components/DataTable/__tests__/DataTable.test.tsx +0 -876
- package/src/components/DataTable/__tests__/DataTableCore.test-setup.ts +0 -220
- package/src/components/DataTable/__tests__/DataTableCore.test.tsx +0 -1474
- package/src/components/DataTable/__tests__/README.md +0 -145
- package/src/components/DataTable/__tests__/a11y.basic.test.tsx +0 -788
- package/src/components/DataTable/__tests__/keyboard.test.tsx +0 -756
- package/src/components/DataTable/__tests__/mocks/MockRBACProvider.tsx +0 -66
- package/src/components/DataTable/__tests__/pagination.modes.test.tsx +0 -730
- package/src/components/DataTable/__tests__/ssr.strict-mode.test.tsx +0 -325
- package/src/components/DataTable/__tests__/styles.test.ts +0 -382
- package/src/components/DataTable/__tests__/test-utils/dataFactories.ts +0 -103
- package/src/components/DataTable/__tests__/test-utils/sharedTestUtils.tsx +0 -380
- package/src/components/DataTable/__tests__/test-utils.ts +0 -94
- package/src/components/DataTable/components/AccessDeniedPage.tsx +0 -159
- package/src/components/DataTable/components/ActionButtons.tsx +0 -190
- package/src/components/DataTable/components/BulkOperationsDropdown.tsx +0 -160
- package/src/components/DataTable/components/ColumnFilter.tsx +0 -118
- package/src/components/DataTable/components/ColumnVisibilityDropdown.tsx +0 -114
- package/src/components/DataTable/components/DataTableErrorBoundary.tsx +0 -225
- package/src/components/DataTable/components/DataTableLayout.tsx +0 -573
- package/src/components/DataTable/components/DataTableModals.tsx +0 -245
- package/src/components/DataTable/components/DataTableToolbar.tsx +0 -271
- package/src/components/DataTable/components/EditFields.tsx +0 -327
- package/src/components/DataTable/components/EditableRow.tsx +0 -462
- package/src/components/DataTable/components/EmptyState.tsx +0 -79
- package/src/components/DataTable/components/FilterRow.tsx +0 -141
- package/src/components/DataTable/components/LoadingState.tsx +0 -17
- package/src/components/DataTable/components/PaginationControls.tsx +0 -289
- package/src/components/DataTable/components/RowComponent.tsx +0 -403
- package/src/components/DataTable/components/SortIndicator.tsx +0 -50
- package/src/components/DataTable/components/UnifiedTableBody.tsx +0 -355
- package/src/components/DataTable/components/__tests__/AccessDeniedPage.test.tsx +0 -657
- package/src/components/DataTable/components/__tests__/ActionButtons.test.tsx +0 -913
- package/src/components/DataTable/components/__tests__/BulkOperationsDropdown.test.tsx +0 -572
- package/src/components/DataTable/components/__tests__/ColumnFilter.test.tsx +0 -612
- package/src/components/DataTable/components/__tests__/ColumnVisibilityDropdown.test.tsx +0 -708
- package/src/components/DataTable/components/__tests__/DataTableErrorBoundary.test.tsx +0 -479
- package/src/components/DataTable/components/__tests__/DataTableModals.test.tsx +0 -475
- package/src/components/DataTable/components/__tests__/DataTableToolbar.test.tsx +0 -157
- package/src/components/DataTable/components/__tests__/EditableRow.test.tsx +0 -1061
- package/src/components/DataTable/components/__tests__/EmptyState.test.tsx +0 -437
- package/src/components/DataTable/components/__tests__/FilterRow.test.tsx +0 -474
- package/src/components/DataTable/components/__tests__/GroupingDropdown.test.tsx +0 -617
- package/src/components/DataTable/components/__tests__/ImportModal.test.tsx +0 -1093
- package/src/components/DataTable/components/__tests__/LoadingState.test.tsx +0 -139
- package/src/components/DataTable/components/__tests__/PaginationControls.test.tsx +0 -519
- package/src/components/DataTable/components/__tests__/UnifiedTableBody.test.tsx +0 -1004
- package/src/components/DataTable/components/cellValueUtils.ts +0 -40
- package/src/components/DataTable/components/hooks/useImportModalFocus.ts +0 -53
- package/src/components/DataTable/components/hooks/usePermissionTracking.ts +0 -122
- package/src/components/DataTable/components/index.ts +0 -16
- package/src/components/DataTable/context/__tests__/DataTableContext.test.tsx +0 -342
- package/src/components/DataTable/core/ActionManager.ts +0 -235
- package/src/components/DataTable/core/ColumnManager.ts +0 -205
- package/src/components/DataTable/core/DataManager.ts +0 -188
- package/src/components/DataTable/core/LocalDataAdapter.ts +0 -274
- package/src/components/DataTable/core/PluginRegistry.ts +0 -229
- package/src/components/DataTable/core/StateManager.ts +0 -312
- package/src/components/DataTable/core/__tests__/ActionManager.test.ts +0 -123
- package/src/components/DataTable/core/__tests__/ColumnFactory.test.ts +0 -305
- package/src/components/DataTable/core/__tests__/ColumnManager.test.ts +0 -84
- package/src/components/DataTable/core/__tests__/DataManager.test.ts +0 -115
- package/src/components/DataTable/core/__tests__/LocalDataAdapter.test.ts +0 -100
- package/src/components/DataTable/core/__tests__/PluginRegistry.test.ts +0 -120
- package/src/components/DataTable/core/__tests__/StateManager.test.ts +0 -104
- package/src/components/DataTable/core/index.ts +0 -1
- package/src/components/DataTable/core/interfaces.ts +0 -338
- package/src/components/DataTable/hooks/__tests__/useColumnOrderPersistence.test.ts +0 -521
- package/src/components/DataTable/hooks/__tests__/useColumnVisibilityPersistence.test.ts +0 -167
- package/src/components/DataTable/hooks/__tests__/useDataTableConfiguration.test.ts +0 -124
- package/src/components/DataTable/hooks/__tests__/useDataTableDataPipeline.test.ts +0 -117
- package/src/components/DataTable/hooks/__tests__/useDataTablePermissions.test.ts +0 -102
- package/src/components/DataTable/hooks/__tests__/useDataTableState.test.ts +0 -596
- package/src/components/DataTable/hooks/__tests__/useEffectiveColumnOrder.test.ts +0 -53
- package/src/components/DataTable/hooks/__tests__/useHierarchicalState.test.ts +0 -214
- package/src/components/DataTable/hooks/__tests__/useTableColumns.test.ts +0 -448
- package/src/components/DataTable/hooks/index.ts +0 -13
- package/src/components/DataTable/types.ts +0 -761
- package/src/components/DataTable/utils/__tests__/a11yUtils.test.ts +0 -612
- package/src/components/DataTable/utils/__tests__/columnUtils.test.ts +0 -94
- package/src/components/DataTable/utils/__tests__/errorHandling.test.ts +0 -266
- package/src/components/DataTable/utils/__tests__/exportUtils.test.ts +0 -954
- package/src/components/DataTable/utils/__tests__/flexibleImport.test.ts +0 -573
- package/src/components/DataTable/utils/__tests__/hierarchicalSorting.test.ts +0 -247
- package/src/components/DataTable/utils/__tests__/hierarchicalUtils.test.ts +0 -570
- package/src/components/DataTable/utils/__tests__/performanceUtils.test.ts +0 -470
- package/src/components/DataTable/utils/__tests__/rowUtils.test.ts +0 -251
- package/src/components/DataTable/utils/__tests__/selectFieldUtils.test.ts +0 -207
- package/src/components/DataTable/utils/index.ts +0 -10
- package/src/components/PublicLayout/index.ts +0 -32
- package/src/components/Select/hooks/useSelectEvents.ts +0 -87
- package/src/components/Select/hooks/useSelectSearch.ts +0 -91
- package/src/components/Select/hooks/useSelectState.ts +0 -104
- package/src/components/Select/utils/text.ts +0 -26
- package/src/hooks/__tests__/ServiceHooks.test.tsx +0 -615
- package/src/hooks/__tests__/hooks.integration.test.tsx +0 -607
- package/src/hooks/__tests__/index.unit.test.ts +0 -220
- package/src/hooks/__tests__/useApiFetch.unit.test.ts +0 -111
- package/src/hooks/__tests__/useAppConfig.unit.test.ts +0 -347
- package/src/hooks/__tests__/useComponentPerformance.unit.test.tsx +0 -144
- package/src/hooks/__tests__/useDataTablePerformance.unit.test.ts +0 -776
- package/src/hooks/__tests__/useDataTableState.test.ts +0 -76
- package/src/hooks/__tests__/useDebounce.unit.test.ts +0 -82
- package/src/hooks/__tests__/useEvents.unit.test.ts +0 -252
- package/src/hooks/__tests__/useFileDisplay.unit.test.ts +0 -1112
- package/src/hooks/__tests__/useFileUrl.unit.test.ts +0 -916
- package/src/hooks/__tests__/useFileUrlCache.test.ts +0 -129
- package/src/hooks/__tests__/useFocusManagement.unit.test.ts +0 -230
- package/src/hooks/__tests__/useFocusTrap.unit.test.tsx +0 -828
- package/src/hooks/__tests__/useFormDialog.test.ts +0 -478
- package/src/hooks/__tests__/useInactivityTracker.unit.test.ts +0 -446
- package/src/hooks/__tests__/useIsMobile.unit.test.ts +0 -317
- package/src/hooks/__tests__/useKeyboardShortcuts.unit.test.ts +0 -910
- package/src/hooks/__tests__/useOrganisationPermissions.unit.test.tsx +0 -294
- package/src/hooks/__tests__/useOrganisationSecurity.unit.test.tsx +0 -961
- package/src/hooks/__tests__/useOrganisations.unit.test.ts +0 -369
- package/src/hooks/__tests__/usePerformanceMonitor.unit.test.ts +0 -694
- package/src/hooks/__tests__/usePermissionCache.simple.test.ts +0 -192
- package/src/hooks/__tests__/usePermissionCache.unit.test.ts +0 -741
- package/src/hooks/__tests__/usePreventTabReload.test.ts +0 -88
- package/src/hooks/__tests__/usePublicEvent.simple.test.ts +0 -785
- package/src/hooks/__tests__/usePublicEvent.test.ts +0 -678
- package/src/hooks/__tests__/usePublicEvent.unit.test.ts +0 -630
- package/src/hooks/__tests__/usePublicFileDisplay.test.ts +0 -951
- package/src/hooks/__tests__/usePublicRouteParams.unit.test.ts +0 -443
- package/src/hooks/__tests__/useQueryCache.test.ts +0 -144
- package/src/hooks/__tests__/useRBAC.unit.test.ts +0 -236
- package/src/hooks/__tests__/useSessionDraft.test.ts +0 -163
- package/src/hooks/__tests__/useSessionRestoration.unit.test.tsx +0 -390
- package/src/hooks/__tests__/useStorage.unit.test.ts +0 -751
- package/src/hooks/__tests__/useToast.unit.test.tsx +0 -481
- package/src/hooks/__tests__/useZodForm.unit.test.tsx +0 -37
- package/src/hooks/public/index.ts +0 -36
- package/src/hooks/public/usePublicFileDisplay.ts +0 -504
- package/src/hooks/useFileDisplay.ts +0 -715
- package/src/providers/OrganisationProvider.tsx +0 -92
- package/src/providers/__tests__/AuthProvider.test.tsx +0 -287
- package/src/providers/__tests__/EventProvider.test.tsx +0 -551
- package/src/providers/__tests__/InactivityProvider.test-helper.tsx +0 -65
- package/src/providers/__tests__/InactivityProvider.test.tsx +0 -572
- package/src/providers/__tests__/OrganisationProvider.test.tsx +0 -617
- package/src/providers/__tests__/ProviderLifecycle.test.tsx +0 -424
- package/src/providers/__tests__/UnifiedAuthProvider.test.tsx +0 -596
- package/src/providers/services/__tests__/AuthServiceProvider.integration.test.tsx +0 -263
- package/src/providers/services/__tests__/UnifiedAuthProvider.integration.test.tsx +0 -294
- package/src/rbac/__tests__/adapters.comprehensive.test.tsx +0 -434
- package/src/rbac/__tests__/auth-rbac-security.integration.test.tsx +0 -313
- package/src/rbac/__tests__/auth-rbac.e2e.test.tsx +0 -486
- package/src/rbac/__tests__/cache-invalidation.test.ts +0 -399
- package/src/rbac/__tests__/engine.comprehensive.test.ts +0 -813
- package/src/rbac/__tests__/isSuperAdmin.real.test.ts +0 -82
- package/src/rbac/__tests__/rbac-core.test.tsx +0 -276
- package/src/rbac/__tests__/rbac-engine-core-logic.test.ts +0 -392
- package/src/rbac/__tests__/rbac-engine-simplified.test.ts +0 -258
- package/src/rbac/__tests__/rbac-functions.test.ts +0 -647
- package/src/rbac/__tests__/rbac-integration.test.ts +0 -524
- package/src/rbac/__tests__/rbac-role-isolation.test.ts +0 -456
- package/src/rbac/__tests__/scenarios.user-role.test.tsx +0 -282
- package/src/rbac/audit-enhanced.ts +0 -384
- package/src/rbac/compliance/database-validator.ts +0 -165
- package/src/rbac/compliance/index.ts +0 -48
- package/src/rbac/compliance/pattern-detector.ts +0 -553
- package/src/rbac/compliance/quick-fix-suggestions.ts +0 -209
- package/src/rbac/compliance/runtime-compliance.ts +0 -99
- package/src/rbac/compliance/setup-validator.ts +0 -131
- package/src/rbac/components/__tests__/NavigationGuard.test.tsx +0 -975
- package/src/rbac/components/__tests__/PagePermissionGuard.performance.test.tsx +0 -248
- package/src/rbac/components/__tests__/PagePermissionGuard.race-condition.test.tsx +0 -242
- package/src/rbac/components/__tests__/PagePermissionGuard.test.tsx +0 -1107
- package/src/rbac/components/__tests__/PagePermissionGuard.verification.test.tsx +0 -184
- package/src/rbac/components/index.ts +0 -26
- package/src/rbac/hooks/__tests__/usePermissions.integration.test.ts +0 -432
- package/src/rbac/hooks/__tests__/useSecureSupabase.test.ts +0 -579
- package/src/rbac/hooks/index.ts +0 -34
- package/src/rbac/hooks/permissions/index.ts +0 -4
- package/src/rbac/hooks/useRBAC.simple.test.ts +0 -95
- package/src/rbac/utils/__tests__/contextValidator.test.ts +0 -128
- package/src/rbac/utils/__tests__/deep-equal.test.ts +0 -53
- package/src/rbac/utils/__tests__/eventContext.test.ts +0 -433
- package/src/rbac/utils/__tests__/eventContext.unit.test.ts +0 -490
- package/src/services/__tests__/AuthService.restoreSession.test.ts +0 -39
- package/src/services/__tests__/AuthService.test.ts +0 -1332
- package/src/services/__tests__/BaseService.test.ts +0 -314
- package/src/services/__tests__/EventService.eventColours.test.ts +0 -76
- package/src/services/__tests__/EventService.test.ts +0 -1025
- package/src/services/__tests__/InactivityService.lifecycle.test.ts +0 -411
- package/src/services/__tests__/InactivityService.test.ts +0 -654
- package/src/services/__tests__/OrganisationService.pagination.test.ts +0 -409
- package/src/services/__tests__/OrganisationService.test.ts +0 -1176
- package/src/theming/__tests__/parseEventColours.test.ts +0 -321
- package/src/theming/__tests__/runtime.test.ts +0 -569
- package/src/types/__tests__/file-reference.test.ts +0 -447
- package/src/types/__tests__/guards.test.ts +0 -246
- package/src/types/__tests__/organisation.roles.test.ts +0 -55
- package/src/types/__tests__/organisation.test.ts +0 -1133
- package/src/types/__tests__/theme.test.ts +0 -830
- package/src/types/__tests__/type-validation.test.ts +0 -526
- package/src/types/__tests__/validation.test.ts +0 -731
- package/src/utils/__tests__/appConfig.unit.test.ts +0 -55
- package/src/utils/__tests__/audit.unit.test.ts +0 -69
- package/src/utils/__tests__/auth-utils.unit.test.ts +0 -70
- package/src/utils/__tests__/bundleAnalysis.unit.test.ts +0 -339
- package/src/utils/__tests__/cn.unit.test.ts +0 -34
- package/src/utils/__tests__/debugLogger.test.ts +0 -417
- package/src/utils/__tests__/deviceFingerprint.unit.test.ts +0 -818
- package/src/utils/__tests__/dynamicUtils.unit.test.ts +0 -318
- package/src/utils/__tests__/formatDate.unit.test.ts +0 -109
- package/src/utils/__tests__/formatting.unit.test.ts +0 -99
- package/src/utils/__tests__/index.unit.test.ts +0 -251
- package/src/utils/__tests__/lazyLoad.unit.test.tsx +0 -321
- package/src/utils/__tests__/logger.unit.test.ts +0 -398
- package/src/utils/__tests__/organisationContext.unit.test.ts +0 -191
- package/src/utils/__tests__/performanceBenchmark.test.ts +0 -175
- package/src/utils/__tests__/performanceBudgets.unit.test.ts +0 -253
- package/src/utils/__tests__/permissionTypes.unit.test.ts +0 -250
- package/src/utils/__tests__/permissionUtils.unit.test.ts +0 -362
- package/src/utils/__tests__/sanitization.unit.test.ts +0 -346
- package/src/utils/__tests__/schemaUtils.unit.test.ts +0 -441
- package/src/utils/__tests__/secureDataAccess.unit.test.ts +0 -335
- package/src/utils/__tests__/secureErrors.unit.test.ts +0 -390
- package/src/utils/__tests__/secureStorage.unit.test.ts +0 -289
- package/src/utils/__tests__/security.unit.test.ts +0 -149
- package/src/utils/__tests__/securityMonitor.unit.test.ts +0 -276
- package/src/utils/__tests__/sessionTracking.unit.test.ts +0 -218
- package/src/utils/__tests__/timezone.test.ts +0 -345
- package/src/utils/__tests__/validation.unit.test.ts +0 -308
- package/src/utils/__tests__/validationUtils.unit.test.ts +0 -555
- package/src/utils/app/appNameResolver.simple.test.ts +0 -212
- package/src/utils/file-reference/__tests__/file-reference.test.ts +0 -875
- package/src/utils/google-places/index.ts +0 -26
- package/src/utils/location/index.ts +0 -16
- package/src/utils/persistence/__tests__/keyDerivation.test.ts +0 -135
- package/src/utils/persistence/__tests__/sensitiveFieldDetection.test.ts +0 -123
- package/src/utils/storage/__tests__/helpers.unit.test.ts +0 -332
- package/src/utils/storage/__tests__/index.unit.test.ts +0 -16
- package/src/utils/storage/index.ts +0 -67
- package/src/utils/timezone/index.ts +0 -17
- package/src/utils/validation/__tests__/csrf.test.ts +0 -105
- package/src/utils/validation/__tests__/htmlSanitization.unit.test.ts +0 -598
- package/src/utils/validation/__tests__/sqlInjectionProtection.test.ts +0 -92
- package/src/utils/validation/__tests__/validationUtils.test.ts +0 -72
- package/src/utils/validation/index.ts +0 -73
- /package/src/components/DataTable/{components/__tests__ → ui}/COVERAGE_NOTE.md +0 -0
- /package/src/components/DataTable/utils/{__tests__/COVERAGE_NOTE.md → COVERAGE_NOTE.md} +0 -0
- /package/src/providers/{__tests__/README.md → README.md} +0 -0
- /package/src/types/{__tests__/README.md → README.md} +0 -0
package/dist/chunk-MPBLMWVR.js
DELETED
|
@@ -1,2161 +0,0 @@
|
|
|
1
|
-
import { clearPalette, parseAndNormalizeEventColours, applyPalette } from './chunk-5W2A3DRC.js';
|
|
2
|
-
import { EventServiceContext } from './chunk-T5CVK4R3.js';
|
|
3
|
-
import { assertAppId } from './chunk-4SXLQIZO.js';
|
|
4
|
-
import { fetchPlaceDetails, createAddressFromPlaceResult, getAddressByPlaceId, fetchPlaceAutocomplete, setOrganisationContext } from './chunk-FYHN4DD5.js';
|
|
5
|
-
import { createLogger, logger } from './chunk-TTRFSOKR.js';
|
|
6
|
-
import { useState, useEffect, useCallback, useRef, useMemo, useContext } from 'react';
|
|
7
|
-
import { useLocation } from 'react-router-dom';
|
|
8
|
-
|
|
9
|
-
function useDebounce(value, delay) {
|
|
10
|
-
const [debouncedValue, setDebouncedValue] = useState(value);
|
|
11
|
-
useEffect(() => {
|
|
12
|
-
const handler = setTimeout(() => {
|
|
13
|
-
setDebouncedValue(value);
|
|
14
|
-
}, delay);
|
|
15
|
-
return () => {
|
|
16
|
-
clearTimeout(handler);
|
|
17
|
-
};
|
|
18
|
-
}, [value, delay]);
|
|
19
|
-
return debouncedValue;
|
|
20
|
-
}
|
|
21
|
-
var log = createLogger("useQueryCache");
|
|
22
|
-
var queryCache = /* @__PURE__ */ new Map();
|
|
23
|
-
var CLEANUP_INTERVAL_MS = 5 * 60 * 1e3;
|
|
24
|
-
var cleanupTimer = null;
|
|
25
|
-
function runCacheCleanup() {
|
|
26
|
-
const now = Date.now();
|
|
27
|
-
const expiredKeys = [];
|
|
28
|
-
queryCache.forEach((entry, key) => {
|
|
29
|
-
if (entry.expiresAt <= now) {
|
|
30
|
-
expiredKeys.push(key);
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
expiredKeys.forEach((key) => {
|
|
34
|
-
queryCache.delete(key);
|
|
35
|
-
log.debug(`Removed expired query from cache: ${key}`);
|
|
36
|
-
});
|
|
37
|
-
}
|
|
38
|
-
if (typeof window !== "undefined" && !cleanupTimer) {
|
|
39
|
-
cleanupTimer = setInterval(runCacheCleanup, CLEANUP_INTERVAL_MS);
|
|
40
|
-
window.addEventListener("beforeunload", () => {
|
|
41
|
-
if (cleanupTimer) {
|
|
42
|
-
clearInterval(cleanupTimer);
|
|
43
|
-
cleanupTimer = null;
|
|
44
|
-
log.debug("Query cache cleanup timer cleared on page unload.");
|
|
45
|
-
}
|
|
46
|
-
});
|
|
47
|
-
}
|
|
48
|
-
function cleanupQueryCache() {
|
|
49
|
-
if (cleanupTimer) {
|
|
50
|
-
clearInterval(cleanupTimer);
|
|
51
|
-
cleanupTimer = null;
|
|
52
|
-
log.debug("Query cache cleanup timer cleared.");
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
function useQueryCache(supabase) {
|
|
56
|
-
const getCachedQuery = useCallback(async (table, filterKey, filterValue, fetchFn, options = {}) => {
|
|
57
|
-
const { ttl = 300, enabled = true } = options;
|
|
58
|
-
const cacheKey = `${table}:${filterKey}:${filterValue}`;
|
|
59
|
-
const now = Date.now();
|
|
60
|
-
if (!enabled) {
|
|
61
|
-
return fetchFn();
|
|
62
|
-
}
|
|
63
|
-
const cached = queryCache.get(cacheKey);
|
|
64
|
-
if (cached) {
|
|
65
|
-
if (cached.expiresAt > now && cached.data !== void 0) {
|
|
66
|
-
log.debug(`Cache hit for query: ${cacheKey}`);
|
|
67
|
-
return cached.data;
|
|
68
|
-
}
|
|
69
|
-
if (cached.promise) {
|
|
70
|
-
log.debug(`Waiting for in-flight request: ${cacheKey}`);
|
|
71
|
-
return cached.promise;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
log.debug(`Cache miss for query: ${cacheKey}, fetching...`);
|
|
75
|
-
const fetchPromise = fetchFn();
|
|
76
|
-
queryCache.set(cacheKey, {
|
|
77
|
-
data: void 0,
|
|
78
|
-
expiresAt: now + ttl * 1e3,
|
|
79
|
-
promise: fetchPromise
|
|
80
|
-
});
|
|
81
|
-
try {
|
|
82
|
-
const data = await fetchPromise;
|
|
83
|
-
queryCache.set(cacheKey, {
|
|
84
|
-
data,
|
|
85
|
-
expiresAt: now + ttl * 1e3
|
|
86
|
-
});
|
|
87
|
-
log.debug(`Cached query result: ${cacheKey}, expires in ${ttl}s`);
|
|
88
|
-
return data;
|
|
89
|
-
} catch (error) {
|
|
90
|
-
queryCache.delete(cacheKey);
|
|
91
|
-
log.error(`Query failed for ${cacheKey}:`, error);
|
|
92
|
-
throw error;
|
|
93
|
-
}
|
|
94
|
-
}, []);
|
|
95
|
-
const invalidateQuery = useCallback((table, filterKey, filterValue) => {
|
|
96
|
-
const cacheKey = `${table}:${filterKey}:${filterValue}`;
|
|
97
|
-
queryCache.delete(cacheKey);
|
|
98
|
-
log.debug(`Invalidated query cache: ${cacheKey}`);
|
|
99
|
-
}, []);
|
|
100
|
-
const clearCache = useCallback(() => {
|
|
101
|
-
queryCache.clear();
|
|
102
|
-
log.debug("Cleared all query cache entries.");
|
|
103
|
-
}, []);
|
|
104
|
-
const getCacheStats = useCallback(() => {
|
|
105
|
-
return {
|
|
106
|
-
size: queryCache.size,
|
|
107
|
-
keys: Array.from(queryCache.keys())
|
|
108
|
-
};
|
|
109
|
-
}, []);
|
|
110
|
-
return {
|
|
111
|
-
getCachedQuery,
|
|
112
|
-
invalidateQuery,
|
|
113
|
-
clearCache,
|
|
114
|
-
getCacheStats
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
var queryCacheHelpers = {
|
|
118
|
-
/**
|
|
119
|
-
* Cache core_person queries by user_id
|
|
120
|
-
* TTL: 5 minutes
|
|
121
|
-
*/
|
|
122
|
-
pacePersonByUserId: (supabase, userId, fetchFn) => {
|
|
123
|
-
const cacheKey = `core_person:user_id:${userId}`;
|
|
124
|
-
const now = Date.now();
|
|
125
|
-
const ttl = 300 * 1e3;
|
|
126
|
-
const cached = queryCache.get(cacheKey);
|
|
127
|
-
if (cached && cached.expiresAt > now && cached.data !== void 0) {
|
|
128
|
-
return Promise.resolve(cached.data);
|
|
129
|
-
}
|
|
130
|
-
if (cached?.promise) {
|
|
131
|
-
return cached.promise;
|
|
132
|
-
}
|
|
133
|
-
const promise = fetchFn();
|
|
134
|
-
queryCache.set(cacheKey, {
|
|
135
|
-
data: void 0,
|
|
136
|
-
expiresAt: now + ttl,
|
|
137
|
-
promise
|
|
138
|
-
});
|
|
139
|
-
promise.then((data) => {
|
|
140
|
-
queryCache.set(cacheKey, { data, expiresAt: now + ttl });
|
|
141
|
-
}).catch(() => {
|
|
142
|
-
queryCache.delete(cacheKey);
|
|
143
|
-
});
|
|
144
|
-
return promise;
|
|
145
|
-
},
|
|
146
|
-
/**
|
|
147
|
-
* Cache core_member queries by person_id
|
|
148
|
-
* TTL: 5 minutes
|
|
149
|
-
*/
|
|
150
|
-
paceMemberByPersonId: (supabase, personId, fetchFn) => {
|
|
151
|
-
const cacheKey = `core_member:person_id:${personId}`;
|
|
152
|
-
const now = Date.now();
|
|
153
|
-
const ttl = 300 * 1e3;
|
|
154
|
-
const cached = queryCache.get(cacheKey);
|
|
155
|
-
if (cached && cached.expiresAt > now && cached.data !== void 0) {
|
|
156
|
-
return Promise.resolve(cached.data);
|
|
157
|
-
}
|
|
158
|
-
if (cached?.promise) {
|
|
159
|
-
return cached.promise;
|
|
160
|
-
}
|
|
161
|
-
const promise = fetchFn();
|
|
162
|
-
queryCache.set(cacheKey, {
|
|
163
|
-
data: void 0,
|
|
164
|
-
expiresAt: now + ttl,
|
|
165
|
-
promise
|
|
166
|
-
});
|
|
167
|
-
promise.then((data) => {
|
|
168
|
-
queryCache.set(cacheKey, { data, expiresAt: now + ttl });
|
|
169
|
-
}).catch(() => {
|
|
170
|
-
queryCache.delete(cacheKey);
|
|
171
|
-
});
|
|
172
|
-
return promise;
|
|
173
|
-
},
|
|
174
|
-
/**
|
|
175
|
-
* Cache rbac_app_pages queries by app_id
|
|
176
|
-
* TTL: 15 minutes (app pages are relatively static)
|
|
177
|
-
*/
|
|
178
|
-
rbacAppPagesByAppId: (supabase, appId, fetchFn) => {
|
|
179
|
-
const cacheKey = `rbac_app_pages:app_id:${appId}`;
|
|
180
|
-
const now = Date.now();
|
|
181
|
-
const ttl = 15 * 60 * 1e3;
|
|
182
|
-
const cached = queryCache.get(cacheKey);
|
|
183
|
-
if (cached && cached.expiresAt > now && cached.data !== void 0) {
|
|
184
|
-
return Promise.resolve(cached.data);
|
|
185
|
-
}
|
|
186
|
-
if (cached?.promise) {
|
|
187
|
-
return cached.promise;
|
|
188
|
-
}
|
|
189
|
-
const promise = fetchFn();
|
|
190
|
-
queryCache.set(cacheKey, {
|
|
191
|
-
data: void 0,
|
|
192
|
-
expiresAt: now + ttl,
|
|
193
|
-
promise
|
|
194
|
-
});
|
|
195
|
-
promise.then((data) => {
|
|
196
|
-
queryCache.set(cacheKey, { data, expiresAt: now + ttl });
|
|
197
|
-
}).catch(() => {
|
|
198
|
-
queryCache.delete(cacheKey);
|
|
199
|
-
});
|
|
200
|
-
return promise;
|
|
201
|
-
}
|
|
202
|
-
};
|
|
203
|
-
function useAddressAutocomplete(apiKey, inputValue, options = {}) {
|
|
204
|
-
const {
|
|
205
|
-
debounceDelay = 300,
|
|
206
|
-
cacheEnabled = true,
|
|
207
|
-
cacheTTL = {
|
|
208
|
-
autocomplete: 3600,
|
|
209
|
-
// 1 hour
|
|
210
|
-
placeDetails: 86400
|
|
211
|
-
// 24 hours
|
|
212
|
-
},
|
|
213
|
-
autocompleteOptions
|
|
214
|
-
} = options;
|
|
215
|
-
const [suggestions, setSuggestions] = useState([]);
|
|
216
|
-
const [isLoading, setIsLoading] = useState(false);
|
|
217
|
-
const [error, setError] = useState(null);
|
|
218
|
-
const debouncedInput = useDebounce(inputValue, debounceDelay);
|
|
219
|
-
const { getCachedQuery } = useQueryCache();
|
|
220
|
-
const abortControllerRef = useRef(null);
|
|
221
|
-
const memoizedAutocompleteOptions = useMemo(
|
|
222
|
-
() => autocompleteOptions,
|
|
223
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
224
|
-
[JSON.stringify(autocompleteOptions)]
|
|
225
|
-
);
|
|
226
|
-
useEffect(() => {
|
|
227
|
-
if (abortControllerRef.current) {
|
|
228
|
-
abortControllerRef.current.abort();
|
|
229
|
-
}
|
|
230
|
-
if (!debouncedInput.trim()) {
|
|
231
|
-
setSuggestions([]);
|
|
232
|
-
setIsLoading(false);
|
|
233
|
-
setError(null);
|
|
234
|
-
return;
|
|
235
|
-
}
|
|
236
|
-
if (!apiKey) {
|
|
237
|
-
setError(new Error("Google Places API key is required"));
|
|
238
|
-
return;
|
|
239
|
-
}
|
|
240
|
-
setIsLoading(true);
|
|
241
|
-
setError(null);
|
|
242
|
-
const fetchSuggestions = async () => {
|
|
243
|
-
try {
|
|
244
|
-
let predictions;
|
|
245
|
-
if (cacheEnabled) {
|
|
246
|
-
predictions = await getCachedQuery(
|
|
247
|
-
"google-places-autocomplete",
|
|
248
|
-
"query",
|
|
249
|
-
debouncedInput,
|
|
250
|
-
async () => {
|
|
251
|
-
return fetchPlaceAutocomplete(debouncedInput, apiKey, memoizedAutocompleteOptions);
|
|
252
|
-
},
|
|
253
|
-
{ ttl: cacheTTL.autocomplete, enabled: true }
|
|
254
|
-
);
|
|
255
|
-
} else {
|
|
256
|
-
predictions = await fetchPlaceAutocomplete(debouncedInput, apiKey, memoizedAutocompleteOptions);
|
|
257
|
-
}
|
|
258
|
-
setSuggestions(predictions);
|
|
259
|
-
setIsLoading(false);
|
|
260
|
-
} catch (err) {
|
|
261
|
-
if (err instanceof Error && err.name === "AbortError") {
|
|
262
|
-
return;
|
|
263
|
-
}
|
|
264
|
-
const error2 = err instanceof Error ? err : new Error("Failed to fetch autocomplete suggestions");
|
|
265
|
-
setError(error2);
|
|
266
|
-
setSuggestions([]);
|
|
267
|
-
setIsLoading(false);
|
|
268
|
-
}
|
|
269
|
-
};
|
|
270
|
-
fetchSuggestions();
|
|
271
|
-
return () => {
|
|
272
|
-
if (abortControllerRef.current) {
|
|
273
|
-
abortControllerRef.current.abort();
|
|
274
|
-
}
|
|
275
|
-
};
|
|
276
|
-
}, [debouncedInput, apiKey, cacheEnabled, cacheTTL.autocomplete]);
|
|
277
|
-
const selectAddress = useCallback(
|
|
278
|
-
async (placeId) => {
|
|
279
|
-
if (!placeId || !apiKey) {
|
|
280
|
-
return null;
|
|
281
|
-
}
|
|
282
|
-
setIsLoading(true);
|
|
283
|
-
setError(null);
|
|
284
|
-
try {
|
|
285
|
-
let placeDetails;
|
|
286
|
-
if (cacheEnabled) {
|
|
287
|
-
placeDetails = await getCachedQuery(
|
|
288
|
-
"google-places-details",
|
|
289
|
-
"place_id",
|
|
290
|
-
placeId,
|
|
291
|
-
async () => {
|
|
292
|
-
return fetchPlaceDetails(placeId, apiKey);
|
|
293
|
-
},
|
|
294
|
-
{ ttl: cacheTTL.placeDetails, enabled: true }
|
|
295
|
-
);
|
|
296
|
-
} else {
|
|
297
|
-
placeDetails = await fetchPlaceDetails(placeId, apiKey);
|
|
298
|
-
}
|
|
299
|
-
const parsedAddress = createAddressFromPlaceResult(placeDetails);
|
|
300
|
-
setIsLoading(false);
|
|
301
|
-
return parsedAddress;
|
|
302
|
-
} catch (err) {
|
|
303
|
-
const error2 = err instanceof Error ? err : new Error("Failed to fetch place details");
|
|
304
|
-
setError(error2);
|
|
305
|
-
setIsLoading(false);
|
|
306
|
-
return null;
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
310
|
-
[apiKey, cacheEnabled, cacheTTL.placeDetails]
|
|
311
|
-
);
|
|
312
|
-
const getAddressByPlaceIdFn = useCallback(
|
|
313
|
-
async (placeId) => {
|
|
314
|
-
if (!placeId || !apiKey) {
|
|
315
|
-
return null;
|
|
316
|
-
}
|
|
317
|
-
try {
|
|
318
|
-
if (cacheEnabled) {
|
|
319
|
-
return await getCachedQuery(
|
|
320
|
-
"google-places-details",
|
|
321
|
-
"place_id",
|
|
322
|
-
placeId,
|
|
323
|
-
async () => {
|
|
324
|
-
const result = await getAddressByPlaceId(placeId, apiKey);
|
|
325
|
-
if (!result) {
|
|
326
|
-
throw new Error("Failed to fetch address");
|
|
327
|
-
}
|
|
328
|
-
return result;
|
|
329
|
-
},
|
|
330
|
-
{ ttl: cacheTTL.placeDetails, enabled: true }
|
|
331
|
-
);
|
|
332
|
-
} else {
|
|
333
|
-
return await getAddressByPlaceId(placeId, apiKey);
|
|
334
|
-
}
|
|
335
|
-
} catch (err) {
|
|
336
|
-
const error2 = err instanceof Error ? err : new Error("Failed to get address by place_id");
|
|
337
|
-
setError(error2);
|
|
338
|
-
return null;
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
342
|
-
[apiKey, cacheEnabled, cacheTTL.placeDetails]
|
|
343
|
-
);
|
|
344
|
-
const clearSuggestions = useCallback(() => {
|
|
345
|
-
setSuggestions([]);
|
|
346
|
-
setError(null);
|
|
347
|
-
}, []);
|
|
348
|
-
return {
|
|
349
|
-
suggestions,
|
|
350
|
-
isLoading,
|
|
351
|
-
error,
|
|
352
|
-
selectAddress,
|
|
353
|
-
getAddressByPlaceId: getAddressByPlaceIdFn,
|
|
354
|
-
clearSuggestions
|
|
355
|
-
};
|
|
356
|
-
}
|
|
357
|
-
|
|
358
|
-
// src/utils/storage/config.ts
|
|
359
|
-
var FILE_SIZE_LIMITS = {
|
|
360
|
-
// Images
|
|
361
|
-
"image/jpeg": 5 * 1024 * 1024,
|
|
362
|
-
// 5MB
|
|
363
|
-
"image/png": 5 * 1024 * 1024,
|
|
364
|
-
// 5MB
|
|
365
|
-
"image/gif": 10 * 1024 * 1024,
|
|
366
|
-
// 10MB (for animations)
|
|
367
|
-
"image/webp": 5 * 1024 * 1024,
|
|
368
|
-
// 5MB
|
|
369
|
-
"image/svg+xml": 1 * 1024 * 1024,
|
|
370
|
-
// 1MB (vector graphics)
|
|
371
|
-
// Documents
|
|
372
|
-
"application/pdf": 50 * 1024 * 1024,
|
|
373
|
-
// 50MB
|
|
374
|
-
"application/msword": 25 * 1024 * 1024,
|
|
375
|
-
// 25MB
|
|
376
|
-
"application/vnd.openxmlformats-officedocument.wordprocessingml.document": 25 * 1024 * 1024,
|
|
377
|
-
// 25MB
|
|
378
|
-
"application/vnd.ms-excel": 25 * 1024 * 1024,
|
|
379
|
-
// 25MB
|
|
380
|
-
"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": 25 * 1024 * 1024,
|
|
381
|
-
// 25MB
|
|
382
|
-
// Archives
|
|
383
|
-
"application/zip": 100 * 1024 * 1024,
|
|
384
|
-
// 100MB
|
|
385
|
-
"application/x-rar-compressed": 100 * 1024 * 1024,
|
|
386
|
-
// 100MB
|
|
387
|
-
// Text files
|
|
388
|
-
"text/plain": 1 * 1024 * 1024,
|
|
389
|
-
// 1MB
|
|
390
|
-
"text/csv": 10 * 1024 * 1024,
|
|
391
|
-
// 10MB
|
|
392
|
-
"application/json": 10 * 1024 * 1024
|
|
393
|
-
// 10MB
|
|
394
|
-
};
|
|
395
|
-
var DEFAULT_FILE_SIZE_LIMIT = 10 * 1024 * 1024;
|
|
396
|
-
var APP_PATH_MAPPING = {
|
|
397
|
-
"PACE": "event_logos",
|
|
398
|
-
"TRAC": "trac_accommodation",
|
|
399
|
-
// Default category for TRAC files
|
|
400
|
-
"MEDI": "documents",
|
|
401
|
-
"CAKE": "documents"
|
|
402
|
-
};
|
|
403
|
-
var STORAGE_CONFIG = {
|
|
404
|
-
bucketName: "files",
|
|
405
|
-
fileSizeLimits: FILE_SIZE_LIMITS,
|
|
406
|
-
defaultFileSizeLimit: DEFAULT_FILE_SIZE_LIMIT
|
|
407
|
-
};
|
|
408
|
-
function getFileSizeLimit(mimeType) {
|
|
409
|
-
return STORAGE_CONFIG.fileSizeLimits[mimeType] || STORAGE_CONFIG.defaultFileSizeLimit;
|
|
410
|
-
}
|
|
411
|
-
function getBucketName(isPublic) {
|
|
412
|
-
return isPublic ? "public-files" : "files";
|
|
413
|
-
}
|
|
414
|
-
function validateFileSize(file) {
|
|
415
|
-
const limit = getFileSizeLimit(file.type);
|
|
416
|
-
if (file.size > limit) {
|
|
417
|
-
const limitMB = Math.round(limit / (1024 * 1024));
|
|
418
|
-
const fileMB = Math.round(file.size / (1024 * 1024));
|
|
419
|
-
return {
|
|
420
|
-
isValid: false,
|
|
421
|
-
error: `File size (${fileMB}MB) exceeds limit (${limitMB}MB) for ${file.type}`
|
|
422
|
-
};
|
|
423
|
-
}
|
|
424
|
-
return { isValid: true };
|
|
425
|
-
}
|
|
426
|
-
|
|
427
|
-
// src/utils/storage/helpers.ts
|
|
428
|
-
var log2 = createLogger("StorageHelpers");
|
|
429
|
-
function generateFilePath(options, fileName) {
|
|
430
|
-
const { orgId, userId, isPublic = false, customPath } = options;
|
|
431
|
-
if (!orgId && !userId) {
|
|
432
|
-
throw new Error("Either orgId or userId is required for file path generation");
|
|
433
|
-
}
|
|
434
|
-
const basePath = orgId ? orgId : `users/${userId}`;
|
|
435
|
-
if (isPublic) {
|
|
436
|
-
if (customPath) {
|
|
437
|
-
return `${basePath}/${customPath}/${fileName}`;
|
|
438
|
-
}
|
|
439
|
-
return `${basePath}/public/${fileName}`;
|
|
440
|
-
}
|
|
441
|
-
if (customPath) {
|
|
442
|
-
return `${basePath}/${customPath}/${fileName}`;
|
|
443
|
-
}
|
|
444
|
-
const pathFolder = customPath || "files";
|
|
445
|
-
return `${basePath}/${pathFolder}/${fileName}`;
|
|
446
|
-
}
|
|
447
|
-
function generateUniqueFileName(originalName) {
|
|
448
|
-
const timestamp = Date.now();
|
|
449
|
-
const uuid = crypto.randomUUID();
|
|
450
|
-
const extension = originalName.split(".").pop() || "";
|
|
451
|
-
let baseName = originalName.replace(/\.[^/.]+$/, "");
|
|
452
|
-
baseName = baseName.trim().replace(/\s+/g, "_").replace(/[<>:"/\\|?*]/g, "").replace(/\.\./g, "").replace(/^\.+|\.+$/g, "").substring(0, 200);
|
|
453
|
-
if (!extension || extension === originalName) {
|
|
454
|
-
return `${timestamp}-${uuid}-${baseName}`;
|
|
455
|
-
}
|
|
456
|
-
return `${timestamp}-${uuid}-${baseName}.${extension}`;
|
|
457
|
-
}
|
|
458
|
-
async function extractFileMetadata(file, options, uploadedBy) {
|
|
459
|
-
const metadata = {
|
|
460
|
-
mimeType: file.type,
|
|
461
|
-
size: file.size,
|
|
462
|
-
...options.orgId && { orgId: options.orgId },
|
|
463
|
-
...options.userId && { userId: options.userId },
|
|
464
|
-
appName: options.appName || "pace-core",
|
|
465
|
-
uploadedBy,
|
|
466
|
-
uploadedAt: (/* @__PURE__ */ new Date()).toISOString(),
|
|
467
|
-
tags: options.tags || [],
|
|
468
|
-
isPublic: options.isPublic || false,
|
|
469
|
-
customMetadata: options.metadata || {}
|
|
470
|
-
};
|
|
471
|
-
if (file.type.startsWith("image/")) {
|
|
472
|
-
try {
|
|
473
|
-
const dimensions = await getImageDimensions(file);
|
|
474
|
-
metadata.width = dimensions.width;
|
|
475
|
-
metadata.height = dimensions.height;
|
|
476
|
-
} catch (_error) {
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
try {
|
|
480
|
-
metadata.hash = await generateFileHash(file);
|
|
481
|
-
} catch (_error) {
|
|
482
|
-
}
|
|
483
|
-
return metadata;
|
|
484
|
-
}
|
|
485
|
-
async function getImageDimensions(file) {
|
|
486
|
-
return new Promise((resolve, reject) => {
|
|
487
|
-
const img = new Image();
|
|
488
|
-
const url = URL.createObjectURL(file);
|
|
489
|
-
img.onload = () => {
|
|
490
|
-
URL.revokeObjectURL(url);
|
|
491
|
-
resolve({ width: img.width, height: img.height });
|
|
492
|
-
};
|
|
493
|
-
img.onerror = () => {
|
|
494
|
-
URL.revokeObjectURL(url);
|
|
495
|
-
reject(new Error("Could not load image"));
|
|
496
|
-
};
|
|
497
|
-
img.src = url;
|
|
498
|
-
});
|
|
499
|
-
}
|
|
500
|
-
async function generateFileHash(file) {
|
|
501
|
-
const buffer = await file.arrayBuffer();
|
|
502
|
-
const hashBuffer = await crypto.subtle.digest("SHA-256", buffer);
|
|
503
|
-
const hashArray = Array.from(new Uint8Array(hashBuffer));
|
|
504
|
-
const hashHex = hashArray.map((b) => b.toString(16).padStart(2, "0")).join("");
|
|
505
|
-
return `sha256:${hashHex}`;
|
|
506
|
-
}
|
|
507
|
-
async function ensureFolderExists(supabase, folderPath, bucketName) {
|
|
508
|
-
try {
|
|
509
|
-
const { data, error } = await supabase.storage.from(bucketName).list(folderPath, {
|
|
510
|
-
limit: 1
|
|
511
|
-
});
|
|
512
|
-
if (!error) {
|
|
513
|
-
return true;
|
|
514
|
-
}
|
|
515
|
-
const placeholderPath = `${folderPath}/.keep`;
|
|
516
|
-
const placeholderBlob = new Blob([""], { type: "text/plain" });
|
|
517
|
-
const placeholderFile = new File([placeholderBlob], ".keep", { type: "text/plain" });
|
|
518
|
-
const { error: uploadError } = await supabase.storage.from(bucketName).upload(placeholderPath, placeholderFile, {
|
|
519
|
-
cacheControl: "3600",
|
|
520
|
-
upsert: true,
|
|
521
|
-
// Use upsert to avoid errors if file already exists
|
|
522
|
-
contentType: "text/plain"
|
|
523
|
-
});
|
|
524
|
-
if (uploadError) {
|
|
525
|
-
log2.debug(`Could not create folder placeholder (will be created on upload): ${uploadError.message}`);
|
|
526
|
-
return true;
|
|
527
|
-
}
|
|
528
|
-
return true;
|
|
529
|
-
} catch (error) {
|
|
530
|
-
log2.debug(`Folder creation exception (will be created on upload): ${error instanceof Error ? error.message : "Unknown error"}`);
|
|
531
|
-
return true;
|
|
532
|
-
}
|
|
533
|
-
}
|
|
534
|
-
async function uploadFile(supabase, file, options) {
|
|
535
|
-
try {
|
|
536
|
-
const sizeValidation = validateFileSize(file);
|
|
537
|
-
if (!sizeValidation.isValid) {
|
|
538
|
-
return {
|
|
539
|
-
success: false,
|
|
540
|
-
error: sizeValidation.error
|
|
541
|
-
};
|
|
542
|
-
}
|
|
543
|
-
const uniqueFileName = generateUniqueFileName(file.name);
|
|
544
|
-
const filePath = generateFilePath(options, uniqueFileName);
|
|
545
|
-
const folderPath = filePath.substring(0, filePath.lastIndexOf("/"));
|
|
546
|
-
const metadata = await extractFileMetadata(file, options, "current-user");
|
|
547
|
-
const bucketName = getBucketName(options.isPublic || false);
|
|
548
|
-
await ensureFolderExists(supabase, folderPath, bucketName);
|
|
549
|
-
const { data, error } = await supabase.storage.from(bucketName).upload(filePath, file, {
|
|
550
|
-
cacheControl: "3600",
|
|
551
|
-
upsert: false,
|
|
552
|
-
contentType: file.type
|
|
553
|
-
});
|
|
554
|
-
if (error) {
|
|
555
|
-
return {
|
|
556
|
-
success: false,
|
|
557
|
-
error: `Upload failed: ${error.message}`
|
|
558
|
-
};
|
|
559
|
-
}
|
|
560
|
-
let publicUrl;
|
|
561
|
-
if (options.isPublic) {
|
|
562
|
-
const { data: urlData } = supabase.storage.from(bucketName).getPublicUrl(filePath);
|
|
563
|
-
publicUrl = urlData.publicUrl;
|
|
564
|
-
}
|
|
565
|
-
return {
|
|
566
|
-
success: true,
|
|
567
|
-
path: filePath,
|
|
568
|
-
publicUrl,
|
|
569
|
-
metadata
|
|
570
|
-
};
|
|
571
|
-
} catch (error) {
|
|
572
|
-
return {
|
|
573
|
-
success: false,
|
|
574
|
-
error: `Upload failed: ${error instanceof Error ? error.message : "Unknown error"}`
|
|
575
|
-
};
|
|
576
|
-
}
|
|
577
|
-
}
|
|
578
|
-
function getPublicUrl(supabase, path, isPublic = true) {
|
|
579
|
-
if (!supabase) {
|
|
580
|
-
throw new Error("Supabase client is required to generate a public URL");
|
|
581
|
-
}
|
|
582
|
-
if (!path || typeof path !== "string") {
|
|
583
|
-
throw new Error("A valid storage path is required to generate a public URL");
|
|
584
|
-
}
|
|
585
|
-
if (/^https?:\/\//i.test(path)) {
|
|
586
|
-
return path;
|
|
587
|
-
}
|
|
588
|
-
const normalisedPath = path.trim().replace(/^\/+/, "");
|
|
589
|
-
if (!normalisedPath) {
|
|
590
|
-
throw new Error("Storage path cannot be empty after normalisation");
|
|
591
|
-
}
|
|
592
|
-
const { bucketNameFromPath, storagePath } = resolveBucketHint(normalisedPath);
|
|
593
|
-
const bucketName = bucketNameFromPath || getBucketName(isPublic);
|
|
594
|
-
const { data } = supabase.storage.from(bucketName).getPublicUrl(storagePath);
|
|
595
|
-
return data.publicUrl;
|
|
596
|
-
}
|
|
597
|
-
function resolveBucketHint(pathWithPotentialBucket) {
|
|
598
|
-
const BUCKET_NAME_PATTERN = /^[a-z0-9][a-z0-9-_\.]{1,62}$/i;
|
|
599
|
-
const UUID_PATTERN = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
|
600
|
-
const KNOWN_BUCKET_NAMES = /* @__PURE__ */ new Set(["files", "public-files"]);
|
|
601
|
-
const trimmedPath = pathWithPotentialBucket.trim();
|
|
602
|
-
if (!trimmedPath) {
|
|
603
|
-
throw new Error("Storage path cannot be empty after normalisation");
|
|
604
|
-
}
|
|
605
|
-
const doubleColonIndex = trimmedPath.indexOf("::");
|
|
606
|
-
if (doubleColonIndex > 0) {
|
|
607
|
-
const potentialBucket = trimmedPath.slice(0, doubleColonIndex).trim();
|
|
608
|
-
const remainingPath = trimmedPath.slice(doubleColonIndex + 2).replace(/^\/+/, "");
|
|
609
|
-
if (potentialBucket && remainingPath && BUCKET_NAME_PATTERN.test(potentialBucket)) {
|
|
610
|
-
return {
|
|
611
|
-
bucketNameFromPath: potentialBucket,
|
|
612
|
-
storagePath: remainingPath
|
|
613
|
-
};
|
|
614
|
-
}
|
|
615
|
-
}
|
|
616
|
-
const firstSlashIndex = trimmedPath.indexOf("/");
|
|
617
|
-
if (firstSlashIndex > 0) {
|
|
618
|
-
const potentialBucket = trimmedPath.slice(0, firstSlashIndex).trim();
|
|
619
|
-
const remainingPath = trimmedPath.slice(firstSlashIndex + 1).replace(/^\/+/, "");
|
|
620
|
-
if (potentialBucket && remainingPath && BUCKET_NAME_PATTERN.test(potentialBucket) && !UUID_PATTERN.test(potentialBucket) && (KNOWN_BUCKET_NAMES.has(potentialBucket) || !potentialBucket.includes("-")) && !/^\d+$/.test(potentialBucket)) {
|
|
621
|
-
return {
|
|
622
|
-
bucketNameFromPath: potentialBucket,
|
|
623
|
-
storagePath: remainingPath
|
|
624
|
-
};
|
|
625
|
-
}
|
|
626
|
-
}
|
|
627
|
-
return {
|
|
628
|
-
bucketNameFromPath: null,
|
|
629
|
-
storagePath: trimmedPath
|
|
630
|
-
};
|
|
631
|
-
}
|
|
632
|
-
async function getSignedUrl(supabase, path, options) {
|
|
633
|
-
try {
|
|
634
|
-
const bucketName = getBucketName(false);
|
|
635
|
-
const { data, error } = await supabase.storage.from(bucketName).createSignedUrl(path, options.expiresIn || 3600);
|
|
636
|
-
if (error) {
|
|
637
|
-
log2.error("Failed to create signed URL:", error);
|
|
638
|
-
return null;
|
|
639
|
-
}
|
|
640
|
-
return {
|
|
641
|
-
url: data.signedUrl,
|
|
642
|
-
expiresAt: new Date(Date.now() + (options.expiresIn || 3600) * 1e3).toISOString()
|
|
643
|
-
};
|
|
644
|
-
} catch (error) {
|
|
645
|
-
log2.error("Failed to create signed URL:", error);
|
|
646
|
-
return null;
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
var globalUrlCache = /* @__PURE__ */ new Map();
|
|
650
|
-
var MAX_CACHE_SIZE = 500;
|
|
651
|
-
function getCacheKey(fileId, filePath, isPublic) {
|
|
652
|
-
return `file-url:${fileId}:${isPublic ? "public" : "private"}`;
|
|
653
|
-
}
|
|
654
|
-
function cleanupUrlCache() {
|
|
655
|
-
const now = Date.now();
|
|
656
|
-
for (const [key, value] of globalUrlCache.entries()) {
|
|
657
|
-
if (value.expiresAt < now) {
|
|
658
|
-
globalUrlCache.delete(key);
|
|
659
|
-
}
|
|
660
|
-
}
|
|
661
|
-
if (globalUrlCache.size > MAX_CACHE_SIZE) {
|
|
662
|
-
const entries = Array.from(globalUrlCache.entries());
|
|
663
|
-
entries.sort((a, b) => a[1].expiresAt - b[1].expiresAt);
|
|
664
|
-
const toRemove = Math.floor(MAX_CACHE_SIZE * 0.2);
|
|
665
|
-
for (let i = 0; i < toRemove && i < entries.length; i++) {
|
|
666
|
-
globalUrlCache.delete(entries[i][0]);
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
async function generateFileUrlsBatch(supabase, fileReferences, options) {
|
|
671
|
-
const urlMap = /* @__PURE__ */ new Map();
|
|
672
|
-
if (fileReferences.length === 0) {
|
|
673
|
-
return urlMap;
|
|
674
|
-
}
|
|
675
|
-
const now = Date.now();
|
|
676
|
-
const ttl = (options.expiresIn || 3600) * 1e3;
|
|
677
|
-
const publicFiles = [];
|
|
678
|
-
const privateFiles = [];
|
|
679
|
-
const uncachedFiles = [];
|
|
680
|
-
for (const fileRef of fileReferences) {
|
|
681
|
-
const cacheKey = getCacheKey(fileRef.id, fileRef.file_path, fileRef.is_public);
|
|
682
|
-
const cached = globalUrlCache.get(cacheKey);
|
|
683
|
-
if (cached && cached.expiresAt > now) {
|
|
684
|
-
urlMap.set(fileRef.id, cached.url);
|
|
685
|
-
continue;
|
|
686
|
-
}
|
|
687
|
-
if (fileRef.is_public) {
|
|
688
|
-
publicFiles.push({ id: fileRef.id, file_path: fileRef.file_path });
|
|
689
|
-
} else {
|
|
690
|
-
privateFiles.push({ id: fileRef.id, file_path: fileRef.file_path });
|
|
691
|
-
}
|
|
692
|
-
uncachedFiles.push(fileRef);
|
|
693
|
-
}
|
|
694
|
-
for (const file of publicFiles) {
|
|
695
|
-
try {
|
|
696
|
-
const url = getPublicUrl(supabase, file.file_path, true);
|
|
697
|
-
if (url) {
|
|
698
|
-
urlMap.set(file.id, url);
|
|
699
|
-
const cacheKey = getCacheKey(file.id, file.file_path, true);
|
|
700
|
-
globalUrlCache.set(cacheKey, {
|
|
701
|
-
url,
|
|
702
|
-
expiresAt: now + ttl
|
|
703
|
-
});
|
|
704
|
-
}
|
|
705
|
-
} catch (err) {
|
|
706
|
-
log2.error(`Failed to generate public URL for file ${file.id}:`, err);
|
|
707
|
-
}
|
|
708
|
-
}
|
|
709
|
-
if (privateFiles.length > 0) {
|
|
710
|
-
const signedUrlPromises = privateFiles.map(async (file) => {
|
|
711
|
-
try {
|
|
712
|
-
const signedUrlResult = await getSignedUrl(supabase, file.file_path, {
|
|
713
|
-
appName: options.appName || "pace-core",
|
|
714
|
-
orgId: options.orgId,
|
|
715
|
-
expiresIn: options.expiresIn || 3600
|
|
716
|
-
});
|
|
717
|
-
const url = signedUrlResult?.url || null;
|
|
718
|
-
if (url) {
|
|
719
|
-
const cacheKey = getCacheKey(file.id, file.file_path, false);
|
|
720
|
-
globalUrlCache.set(cacheKey, {
|
|
721
|
-
url,
|
|
722
|
-
expiresAt: now + ttl
|
|
723
|
-
});
|
|
724
|
-
}
|
|
725
|
-
return { id: file.id, url };
|
|
726
|
-
} catch (err) {
|
|
727
|
-
log2.error(`Failed to generate signed URL for file ${file.id}:`, err);
|
|
728
|
-
return { id: file.id, url: null };
|
|
729
|
-
}
|
|
730
|
-
});
|
|
731
|
-
const signedUrlResults = await Promise.all(signedUrlPromises);
|
|
732
|
-
for (const result of signedUrlResults) {
|
|
733
|
-
if (result.url) {
|
|
734
|
-
urlMap.set(result.id, result.url);
|
|
735
|
-
}
|
|
736
|
-
}
|
|
737
|
-
}
|
|
738
|
-
if (uncachedFiles.length > 0) {
|
|
739
|
-
cleanupUrlCache();
|
|
740
|
-
}
|
|
741
|
-
return urlMap;
|
|
742
|
-
}
|
|
743
|
-
async function deleteFile(supabase, path, isPublic = false) {
|
|
744
|
-
try {
|
|
745
|
-
const bucketName = getBucketName(isPublic);
|
|
746
|
-
const { error } = await supabase.storage.from(bucketName).remove([path]);
|
|
747
|
-
if (error) {
|
|
748
|
-
return {
|
|
749
|
-
success: false,
|
|
750
|
-
error: `Delete failed: ${error.message}`
|
|
751
|
-
};
|
|
752
|
-
}
|
|
753
|
-
return { success: true };
|
|
754
|
-
} catch (error) {
|
|
755
|
-
return {
|
|
756
|
-
success: false,
|
|
757
|
-
error: `Delete failed: ${error instanceof Error ? error.message : "Unknown error"}`
|
|
758
|
-
};
|
|
759
|
-
}
|
|
760
|
-
}
|
|
761
|
-
async function listFiles(supabase, options) {
|
|
762
|
-
try {
|
|
763
|
-
const bucketName = getBucketName(options.isPublic || false);
|
|
764
|
-
if (!options.orgId && !options.userId) {
|
|
765
|
-
throw new Error("Either orgId or userId is required for listing files");
|
|
766
|
-
}
|
|
767
|
-
const basePath = options.orgId ? options.orgId : `users/${options.userId}`;
|
|
768
|
-
const pathPrefix = `${basePath}/`;
|
|
769
|
-
const searchPath = options.pathPrefix ? `${pathPrefix}${options.pathPrefix}` : pathPrefix;
|
|
770
|
-
const { data, error } = await supabase.storage.from(bucketName).list(searchPath, {
|
|
771
|
-
limit: options.limit || 100,
|
|
772
|
-
offset: options.offset || 0,
|
|
773
|
-
sortBy: { column: "created_at", order: "desc" }
|
|
774
|
-
});
|
|
775
|
-
if (error) {
|
|
776
|
-
log2.error("Failed to list files:", error);
|
|
777
|
-
return { files: [], totalCount: 0, hasMore: false };
|
|
778
|
-
}
|
|
779
|
-
const files = (data || []).map((item) => ({
|
|
780
|
-
name: item.name,
|
|
781
|
-
path: `${searchPath}${item.name}`,
|
|
782
|
-
size: item.metadata?.size || 0,
|
|
783
|
-
mimeType: item.metadata?.mimetype || "application/octet-stream",
|
|
784
|
-
lastModified: item.updated_at || item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
785
|
-
metadata: {
|
|
786
|
-
mimeType: item.metadata?.mimetype || "application/octet-stream",
|
|
787
|
-
size: item.metadata?.size || 0,
|
|
788
|
-
...options.orgId && { orgId: options.orgId },
|
|
789
|
-
...options.userId && { userId: options.userId },
|
|
790
|
-
appName: options.appName,
|
|
791
|
-
uploadedBy: "unknown",
|
|
792
|
-
uploadedAt: item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
793
|
-
isPublic: options.isPublic || false
|
|
794
|
-
}
|
|
795
|
-
}));
|
|
796
|
-
return {
|
|
797
|
-
files,
|
|
798
|
-
totalCount: files.length,
|
|
799
|
-
hasMore: files.length >= (options.limit || 100)
|
|
800
|
-
};
|
|
801
|
-
} catch (error) {
|
|
802
|
-
log2.error("Failed to list files:", error);
|
|
803
|
-
return { files: [], totalCount: 0, hasMore: false };
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
async function downloadFile(supabase, path, isPublic = false) {
|
|
807
|
-
try {
|
|
808
|
-
const bucketName = getBucketName(isPublic);
|
|
809
|
-
const { data, error } = await supabase.storage.from(bucketName).download(path);
|
|
810
|
-
if (error) {
|
|
811
|
-
log2.error("Failed to download file:", error);
|
|
812
|
-
return null;
|
|
813
|
-
}
|
|
814
|
-
if (!data) {
|
|
815
|
-
return null;
|
|
816
|
-
}
|
|
817
|
-
const fileName = path.split("/").pop() || "download";
|
|
818
|
-
const { data: fileInfo } = await supabase.storage.from(bucketName).list(path.split("/").slice(0, -1).join("/"), {
|
|
819
|
-
search: fileName
|
|
820
|
-
});
|
|
821
|
-
const metadata = fileInfo?.[0]?.metadata || {};
|
|
822
|
-
return {
|
|
823
|
-
blob: data,
|
|
824
|
-
metadata: {
|
|
825
|
-
name: fileName,
|
|
826
|
-
size: metadata.size || data.size,
|
|
827
|
-
type: metadata.mimetype || "application/octet-stream"
|
|
828
|
-
}
|
|
829
|
-
};
|
|
830
|
-
} catch (error) {
|
|
831
|
-
log2.error("Failed to download file:", error);
|
|
832
|
-
return null;
|
|
833
|
-
}
|
|
834
|
-
}
|
|
835
|
-
async function archiveFile(supabase, path, options) {
|
|
836
|
-
try {
|
|
837
|
-
const bucketName = getBucketName(options.isPublic || false);
|
|
838
|
-
let archivedPath;
|
|
839
|
-
if (options.orgId) {
|
|
840
|
-
archivedPath = path.replace(`${options.orgId}/`, `archived/${options.orgId}/`);
|
|
841
|
-
} else if (options.userId) {
|
|
842
|
-
archivedPath = path.replace(`users/${options.userId}/`, `archived/users/${options.userId}/`);
|
|
843
|
-
} else {
|
|
844
|
-
throw new Error("Either orgId or userId is required for archiving files");
|
|
845
|
-
}
|
|
846
|
-
const { error: copyError } = await supabase.storage.from(bucketName).copy(path, archivedPath);
|
|
847
|
-
if (copyError) {
|
|
848
|
-
return {
|
|
849
|
-
success: false,
|
|
850
|
-
error: `Archive failed: ${copyError.message}`
|
|
851
|
-
};
|
|
852
|
-
}
|
|
853
|
-
const deleteResult = await deleteFile(supabase, path, options.isPublic || false);
|
|
854
|
-
if (!deleteResult.success) {
|
|
855
|
-
return deleteResult;
|
|
856
|
-
}
|
|
857
|
-
return { success: true };
|
|
858
|
-
} catch (error) {
|
|
859
|
-
return {
|
|
860
|
-
success: false,
|
|
861
|
-
error: `Archive failed: ${error instanceof Error ? error.message : "Unknown error"}`
|
|
862
|
-
};
|
|
863
|
-
}
|
|
864
|
-
}
|
|
865
|
-
var publicFileCache = /* @__PURE__ */ new Map();
|
|
866
|
-
function usePublicFileDisplay(table_name, record_id, organisation_id, category, options) {
|
|
867
|
-
const {
|
|
868
|
-
cacheTtl = 30 * 60 * 1e3,
|
|
869
|
-
// 30 minutes
|
|
870
|
-
enableCache = true,
|
|
871
|
-
supabase
|
|
872
|
-
} = options;
|
|
873
|
-
const [fileUrl, setFileUrl] = useState(null);
|
|
874
|
-
const [fileReference, setFileReference] = useState(null);
|
|
875
|
-
const [fileReferences, setFileReferences] = useState([]);
|
|
876
|
-
const [fileUrls, setFileUrls] = useState(/* @__PURE__ */ new Map());
|
|
877
|
-
const [fileCount, setFileCount] = useState(0);
|
|
878
|
-
const [isLoading, setIsLoading] = useState(false);
|
|
879
|
-
const [error, setError] = useState(null);
|
|
880
|
-
const fetchFiles = useCallback(async () => {
|
|
881
|
-
if (!table_name || !record_id || !supabase) {
|
|
882
|
-
setFileUrl(null);
|
|
883
|
-
setFileReference(null);
|
|
884
|
-
setFileReferences([]);
|
|
885
|
-
setFileUrls(/* @__PURE__ */ new Map());
|
|
886
|
-
setFileCount(0);
|
|
887
|
-
setIsLoading(false);
|
|
888
|
-
return;
|
|
889
|
-
}
|
|
890
|
-
if (organisation_id) {
|
|
891
|
-
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
|
892
|
-
if (!uuidRegex.test(organisation_id)) {
|
|
893
|
-
logger.warn("usePublicFileDisplay", "Invalid organisationId format (not a valid UUID)", { organisation_id });
|
|
894
|
-
}
|
|
895
|
-
}
|
|
896
|
-
const cacheKey = `public_file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_${category || "all"}`;
|
|
897
|
-
if (enableCache) {
|
|
898
|
-
const cached = publicFileCache.get(cacheKey);
|
|
899
|
-
if (cached && Date.now() - cached.timestamp < cached.ttl) {
|
|
900
|
-
const cachedData = cached.data;
|
|
901
|
-
setFileUrl(cachedData.fileUrl || null);
|
|
902
|
-
setFileReference(cachedData.fileReference || null);
|
|
903
|
-
setFileReferences(cachedData.fileReferences || []);
|
|
904
|
-
setFileUrls(cachedData.fileUrls || /* @__PURE__ */ new Map());
|
|
905
|
-
setFileCount(cachedData.fileCount || 0);
|
|
906
|
-
setIsLoading(false);
|
|
907
|
-
setError(null);
|
|
908
|
-
return;
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
try {
|
|
912
|
-
setIsLoading(true);
|
|
913
|
-
setError(null);
|
|
914
|
-
let files = [];
|
|
915
|
-
if (organisation_id === void 0) {
|
|
916
|
-
logger.debug("usePublicFileDisplay", "organisation_id is undefined, searching both user-scoped and organisation-scoped files:", {
|
|
917
|
-
table_name,
|
|
918
|
-
record_id,
|
|
919
|
-
category
|
|
920
|
-
});
|
|
921
|
-
let userScopedFiles = [];
|
|
922
|
-
let orgScopedFiles = [];
|
|
923
|
-
if (category) {
|
|
924
|
-
const { data: userData, error: userRpcError } = await supabase.rpc("data_file_reference_by_category_list", {
|
|
925
|
-
p_table_name: table_name,
|
|
926
|
-
p_record_id: record_id,
|
|
927
|
-
p_category: category,
|
|
928
|
-
p_organisation_id: null
|
|
929
|
-
});
|
|
930
|
-
if (!userRpcError && userData) {
|
|
931
|
-
userScopedFiles = userData.filter((item) => item.is_public === true && item.id && item.file_path && item.file_metadata).map((item) => ({
|
|
932
|
-
id: item.id,
|
|
933
|
-
table_name,
|
|
934
|
-
record_id,
|
|
935
|
-
file_path: item.file_path,
|
|
936
|
-
file_metadata: item.file_metadata || {},
|
|
937
|
-
organisation_id: null,
|
|
938
|
-
app_id: item.file_metadata?.app_id || null,
|
|
939
|
-
is_public: true,
|
|
940
|
-
created_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
941
|
-
updated_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString()
|
|
942
|
-
}));
|
|
943
|
-
}
|
|
944
|
-
} else {
|
|
945
|
-
const { data: userData, error: userRpcError } = await supabase.rpc("data_file_reference_list", {
|
|
946
|
-
p_table_name: table_name,
|
|
947
|
-
p_record_id: record_id,
|
|
948
|
-
p_organisation_id: null
|
|
949
|
-
});
|
|
950
|
-
if (!userRpcError && userData) {
|
|
951
|
-
const ids = userData.map((item) => item.id);
|
|
952
|
-
if (ids.length > 0) {
|
|
953
|
-
const { data: fullData } = await supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").in("id", ids).eq("is_public", true);
|
|
954
|
-
userScopedFiles = fullData || [];
|
|
955
|
-
}
|
|
956
|
-
}
|
|
957
|
-
}
|
|
958
|
-
const allFiles = [...userScopedFiles, ...orgScopedFiles];
|
|
959
|
-
allFiles.sort((a, b) => {
|
|
960
|
-
const aTime = new Date(a.created_at).getTime();
|
|
961
|
-
const bTime = new Date(b.created_at).getTime();
|
|
962
|
-
return bTime - aTime;
|
|
963
|
-
});
|
|
964
|
-
files = allFiles;
|
|
965
|
-
logger.debug("usePublicFileDisplay", "Found files with undefined organisation_id:", {
|
|
966
|
-
userScopedCount: userScopedFiles.length,
|
|
967
|
-
orgScopedCount: orgScopedFiles.length,
|
|
968
|
-
totalCount: files.length
|
|
969
|
-
});
|
|
970
|
-
} else {
|
|
971
|
-
if (category) {
|
|
972
|
-
const rpcParams = {
|
|
973
|
-
p_table_name: table_name,
|
|
974
|
-
p_record_id: record_id,
|
|
975
|
-
p_category: category,
|
|
976
|
-
p_organisation_id: organisation_id ?? null
|
|
977
|
-
};
|
|
978
|
-
const { data, error: rpcError } = await supabase.rpc("data_file_reference_by_category_list", rpcParams);
|
|
979
|
-
if (rpcError) {
|
|
980
|
-
logger.error("usePublicFileDisplay", "RPC function error", {
|
|
981
|
-
function: "data_file_reference_by_category_list",
|
|
982
|
-
table_name,
|
|
983
|
-
record_id,
|
|
984
|
-
category,
|
|
985
|
-
organisation_id,
|
|
986
|
-
error: rpcError.message,
|
|
987
|
-
errorCode: rpcError.code,
|
|
988
|
-
errorDetails: rpcError.details,
|
|
989
|
-
errorHint: rpcError.hint
|
|
990
|
-
});
|
|
991
|
-
throw new Error(rpcError.message || "Failed to fetch file reference");
|
|
992
|
-
}
|
|
993
|
-
if (!data || data.length === 0) {
|
|
994
|
-
files = [];
|
|
995
|
-
} else {
|
|
996
|
-
files = data.filter((item) => {
|
|
997
|
-
return item.is_public === true && item.id && item.file_path && item.file_metadata;
|
|
998
|
-
}).map((item) => {
|
|
999
|
-
return {
|
|
1000
|
-
id: item.id,
|
|
1001
|
-
table_name,
|
|
1002
|
-
record_id,
|
|
1003
|
-
file_path: item.file_path,
|
|
1004
|
-
file_metadata: item.file_metadata || {},
|
|
1005
|
-
organisation_id: organisation_id ?? null,
|
|
1006
|
-
app_id: item.file_metadata?.app_id || null,
|
|
1007
|
-
is_public: true,
|
|
1008
|
-
// RPC already filtered for public files
|
|
1009
|
-
created_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
1010
|
-
updated_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString()
|
|
1011
|
-
};
|
|
1012
|
-
});
|
|
1013
|
-
}
|
|
1014
|
-
} else {
|
|
1015
|
-
const { data: fileIds, error: rpcError } = await supabase.rpc("data_file_reference_list", {
|
|
1016
|
-
p_table_name: table_name,
|
|
1017
|
-
p_record_id: record_id,
|
|
1018
|
-
p_organisation_id: organisation_id ?? null
|
|
1019
|
-
});
|
|
1020
|
-
if (rpcError) {
|
|
1021
|
-
logger.error("usePublicFileDisplay", "RPC function error", {
|
|
1022
|
-
function: "data_file_reference_list",
|
|
1023
|
-
table_name,
|
|
1024
|
-
record_id,
|
|
1025
|
-
organisation_id,
|
|
1026
|
-
error: rpcError.message,
|
|
1027
|
-
errorCode: rpcError.code,
|
|
1028
|
-
errorDetails: rpcError.details,
|
|
1029
|
-
errorHint: rpcError.hint
|
|
1030
|
-
});
|
|
1031
|
-
throw new Error(rpcError.message || "Failed to fetch file references");
|
|
1032
|
-
}
|
|
1033
|
-
if (!fileIds || fileIds.length === 0) {
|
|
1034
|
-
files = [];
|
|
1035
|
-
} else {
|
|
1036
|
-
const ids = fileIds.map((item) => item.id);
|
|
1037
|
-
const { data: fullData, error: fetchError } = await supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").in("id", ids).eq("is_public", true);
|
|
1038
|
-
if (fetchError) {
|
|
1039
|
-
throw new Error(fetchError.message || "Failed to fetch file references");
|
|
1040
|
-
}
|
|
1041
|
-
files = fullData || [];
|
|
1042
|
-
}
|
|
1043
|
-
}
|
|
1044
|
-
}
|
|
1045
|
-
const publicFiles = files.filter((f) => f.is_public === true);
|
|
1046
|
-
if (publicFiles.length === 0) {
|
|
1047
|
-
setFileUrl(null);
|
|
1048
|
-
setFileReference(null);
|
|
1049
|
-
setFileReferences([]);
|
|
1050
|
-
setFileUrls(/* @__PURE__ */ new Map());
|
|
1051
|
-
setFileCount(0);
|
|
1052
|
-
if (enableCache) {
|
|
1053
|
-
publicFileCache.set(cacheKey, {
|
|
1054
|
-
data: { fileUrl: null, fileReference: null, fileReferences: [], fileUrls: /* @__PURE__ */ new Map(), fileCount: 0 },
|
|
1055
|
-
timestamp: Date.now(),
|
|
1056
|
-
ttl: cacheTtl
|
|
1057
|
-
});
|
|
1058
|
-
}
|
|
1059
|
-
return;
|
|
1060
|
-
}
|
|
1061
|
-
const fileRefs = publicFiles.map((f) => ({
|
|
1062
|
-
id: f.id,
|
|
1063
|
-
table_name: f.table_name,
|
|
1064
|
-
record_id: f.record_id,
|
|
1065
|
-
file_path: f.file_path,
|
|
1066
|
-
file_metadata: f.file_metadata || {},
|
|
1067
|
-
organisation_id: f.organisation_id,
|
|
1068
|
-
app_id: f.app_id,
|
|
1069
|
-
is_public: f.is_public ?? true,
|
|
1070
|
-
created_at: f.created_at,
|
|
1071
|
-
updated_at: f.updated_at
|
|
1072
|
-
}));
|
|
1073
|
-
setFileReferences(fileRefs);
|
|
1074
|
-
setFileCount(fileRefs.length);
|
|
1075
|
-
if (category && fileRefs.length > 0) {
|
|
1076
|
-
const firstFile = fileRefs[0];
|
|
1077
|
-
setFileReference(firstFile);
|
|
1078
|
-
const url = getPublicUrl(supabase, firstFile.file_path, true);
|
|
1079
|
-
setFileUrl(url);
|
|
1080
|
-
} else {
|
|
1081
|
-
const urlMap = await generateFileUrlsBatch(supabase, fileRefs, {
|
|
1082
|
-
appName: "pace-core",
|
|
1083
|
-
orgId: organisation_id,
|
|
1084
|
-
expiresIn: 3600
|
|
1085
|
-
});
|
|
1086
|
-
setFileUrls(urlMap);
|
|
1087
|
-
setFileReference(null);
|
|
1088
|
-
setFileUrl(null);
|
|
1089
|
-
}
|
|
1090
|
-
if (enableCache) {
|
|
1091
|
-
publicFileCache.set(cacheKey, {
|
|
1092
|
-
data: {
|
|
1093
|
-
fileUrl: category ? fileRefs.length > 0 ? getPublicUrl(supabase, fileRefs[0].file_path, true) : null : null,
|
|
1094
|
-
fileReference: category && fileRefs.length > 0 ? fileRefs[0] : null,
|
|
1095
|
-
fileReferences: fileRefs,
|
|
1096
|
-
fileUrls: category ? /* @__PURE__ */ new Map() : (() => {
|
|
1097
|
-
const urlMap = /* @__PURE__ */ new Map();
|
|
1098
|
-
for (const fileRef of fileRefs) {
|
|
1099
|
-
const url = getPublicUrl(supabase, fileRef.file_path, true);
|
|
1100
|
-
if (url) {
|
|
1101
|
-
urlMap.set(fileRef.id, url);
|
|
1102
|
-
}
|
|
1103
|
-
}
|
|
1104
|
-
return urlMap;
|
|
1105
|
-
})(),
|
|
1106
|
-
fileCount: fileRefs.length
|
|
1107
|
-
},
|
|
1108
|
-
timestamp: Date.now(),
|
|
1109
|
-
ttl: cacheTtl
|
|
1110
|
-
});
|
|
1111
|
-
}
|
|
1112
|
-
} catch (err) {
|
|
1113
|
-
logger.error("usePublicFileDisplay", "Error fetching files", {
|
|
1114
|
-
table_name,
|
|
1115
|
-
record_id,
|
|
1116
|
-
organisation_id,
|
|
1117
|
-
category,
|
|
1118
|
-
error: err instanceof Error ? err.message : "Unknown error",
|
|
1119
|
-
errorDetails: err instanceof Error ? err.stack : String(err)
|
|
1120
|
-
});
|
|
1121
|
-
const error2 = err instanceof Error ? err : new Error("Unknown error occurred");
|
|
1122
|
-
setError(error2);
|
|
1123
|
-
setFileUrl(null);
|
|
1124
|
-
setFileReference(null);
|
|
1125
|
-
setFileReferences([]);
|
|
1126
|
-
setFileUrls(/* @__PURE__ */ new Map());
|
|
1127
|
-
setFileCount(0);
|
|
1128
|
-
} finally {
|
|
1129
|
-
setIsLoading(false);
|
|
1130
|
-
}
|
|
1131
|
-
}, [table_name, record_id, organisation_id, category, supabase, cacheTtl, enableCache]);
|
|
1132
|
-
useEffect(() => {
|
|
1133
|
-
if (table_name && record_id) {
|
|
1134
|
-
fetchFiles();
|
|
1135
|
-
} else {
|
|
1136
|
-
setFileUrl(null);
|
|
1137
|
-
setFileReference(null);
|
|
1138
|
-
setFileReferences([]);
|
|
1139
|
-
setFileUrls(/* @__PURE__ */ new Map());
|
|
1140
|
-
setFileCount(0);
|
|
1141
|
-
setIsLoading(false);
|
|
1142
|
-
setError(null);
|
|
1143
|
-
}
|
|
1144
|
-
}, [fetchFiles, table_name, record_id, organisation_id]);
|
|
1145
|
-
const refetch = useCallback(async () => {
|
|
1146
|
-
if (!table_name || !record_id) return;
|
|
1147
|
-
if (enableCache) {
|
|
1148
|
-
const cacheKey = `public_file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_${category || "all"}`;
|
|
1149
|
-
publicFileCache.delete(cacheKey);
|
|
1150
|
-
}
|
|
1151
|
-
await fetchFiles();
|
|
1152
|
-
}, [fetchFiles, table_name, record_id, organisation_id, category, enableCache]);
|
|
1153
|
-
return {
|
|
1154
|
-
fileUrl,
|
|
1155
|
-
fileReference,
|
|
1156
|
-
fileReferences,
|
|
1157
|
-
fileUrls,
|
|
1158
|
-
fileCount,
|
|
1159
|
-
isLoading,
|
|
1160
|
-
error,
|
|
1161
|
-
refetch
|
|
1162
|
-
};
|
|
1163
|
-
}
|
|
1164
|
-
function clearPublicFileDisplayCache() {
|
|
1165
|
-
for (const [key] of publicFileCache) {
|
|
1166
|
-
if (key.startsWith("public_file_")) {
|
|
1167
|
-
publicFileCache.delete(key);
|
|
1168
|
-
}
|
|
1169
|
-
}
|
|
1170
|
-
}
|
|
1171
|
-
function getPublicFileDisplayCacheStats() {
|
|
1172
|
-
const keys = Array.from(publicFileCache.keys()).filter((key) => key.startsWith("public_file_"));
|
|
1173
|
-
return {
|
|
1174
|
-
size: keys.length,
|
|
1175
|
-
keys
|
|
1176
|
-
};
|
|
1177
|
-
}
|
|
1178
|
-
|
|
1179
|
-
// src/utils/file-reference/index.ts
|
|
1180
|
-
var log3 = createLogger("FileReferenceService");
|
|
1181
|
-
var FileReferenceServiceImpl = class {
|
|
1182
|
-
constructor(supabase) {
|
|
1183
|
-
this.supabase = supabase;
|
|
1184
|
-
}
|
|
1185
|
-
/**
|
|
1186
|
-
* Helper method to get app name from app ID
|
|
1187
|
-
*/
|
|
1188
|
-
async getAppName(appId) {
|
|
1189
|
-
try {
|
|
1190
|
-
const { data, error } = await this.supabase.from("rbac_apps").select("name").eq("id", appId).single();
|
|
1191
|
-
if (error || !data) {
|
|
1192
|
-
return "unknown";
|
|
1193
|
-
}
|
|
1194
|
-
return data.name || "unknown";
|
|
1195
|
-
} catch {
|
|
1196
|
-
return "unknown";
|
|
1197
|
-
}
|
|
1198
|
-
}
|
|
1199
|
-
/**
|
|
1200
|
-
* Creates a file reference by uploading a file to storage and linking it in the database.
|
|
1201
|
-
*
|
|
1202
|
-
* Storage Flow:
|
|
1203
|
-
* 1. Upload file to storage bucket first (files or public-files based on is_public flag)
|
|
1204
|
-
* - Path format: {orgId}/{folder}/{timestamp-uuid-filename}
|
|
1205
|
-
* - Bucket selection: 'files' (private) or 'public-files' (public)
|
|
1206
|
-
* 2. Extract file metadata (dimensions, hash, etc.)
|
|
1207
|
-
* 3. Set organisation context for RLS policies
|
|
1208
|
-
* 4. Create database reference via RPC function
|
|
1209
|
-
* 5. If DB insert fails, rollback by deleting uploaded file
|
|
1210
|
-
*
|
|
1211
|
-
* This ensures atomicity: either both storage and DB succeed, or both are cleaned up.
|
|
1212
|
-
*/
|
|
1213
|
-
async createFileReference(options, file) {
|
|
1214
|
-
try {
|
|
1215
|
-
const isUserScoped = !options.organisation_id && options.userId;
|
|
1216
|
-
if (!isUserScoped && !options.organisation_id) {
|
|
1217
|
-
throw new Error("organisation_id is required for file upload, or userId must be provided for user-scoped files");
|
|
1218
|
-
}
|
|
1219
|
-
if (!options.table_name) {
|
|
1220
|
-
throw new Error("table_name is required for file upload");
|
|
1221
|
-
}
|
|
1222
|
-
if (!options.record_id) {
|
|
1223
|
-
throw new Error("record_id is required for file upload");
|
|
1224
|
-
}
|
|
1225
|
-
if (!options.folder) {
|
|
1226
|
-
throw new Error("folder is required for file upload. The folder prop determines the storage path.");
|
|
1227
|
-
}
|
|
1228
|
-
let authenticatedUserId = void 0;
|
|
1229
|
-
if (isUserScoped) {
|
|
1230
|
-
const { data: { user: authUser }, error: authError } = await this.supabase.auth.getUser();
|
|
1231
|
-
if (authError || !authUser) {
|
|
1232
|
-
throw new Error("User must be authenticated to upload user-scoped files");
|
|
1233
|
-
}
|
|
1234
|
-
authenticatedUserId = authUser.id;
|
|
1235
|
-
log3.debug("Using authenticated user ID for user-scoped file upload", { userId: authenticatedUserId });
|
|
1236
|
-
}
|
|
1237
|
-
let isSuperAdminUser = false;
|
|
1238
|
-
const userIdForCheck = authenticatedUserId || options.userId;
|
|
1239
|
-
if (userIdForCheck) {
|
|
1240
|
-
try {
|
|
1241
|
-
const { isSuperAdmin } = await import('./api-7P7DI652.js');
|
|
1242
|
-
isSuperAdminUser = await isSuperAdmin(userIdForCheck);
|
|
1243
|
-
if (isSuperAdminUser) {
|
|
1244
|
-
log3.debug("Super admin detected - bypassing permission checks", { userId: userIdForCheck });
|
|
1245
|
-
}
|
|
1246
|
-
} catch (superAdminCheckError) {
|
|
1247
|
-
log3.warn("Failed to check super-admin status, proceeding with normal permission checks", superAdminCheckError);
|
|
1248
|
-
}
|
|
1249
|
-
}
|
|
1250
|
-
const uploadResult = await uploadFile(this.supabase, file, {
|
|
1251
|
-
appName: "file-reference",
|
|
1252
|
-
orgId: options.organisation_id || void 0,
|
|
1253
|
-
userId: authenticatedUserId || (isUserScoped ? void 0 : options.userId),
|
|
1254
|
-
// Use auth.uid() for user-scoped files
|
|
1255
|
-
isPublic: options.is_public || false,
|
|
1256
|
-
customPath: options.folder
|
|
1257
|
-
// Use folder prop as the custom path segment
|
|
1258
|
-
});
|
|
1259
|
-
if (!uploadResult.success) {
|
|
1260
|
-
throw new Error(`Failed to upload file: ${uploadResult.error}`);
|
|
1261
|
-
}
|
|
1262
|
-
if (!uploadResult.path) {
|
|
1263
|
-
throw new Error("File upload did not return a path");
|
|
1264
|
-
}
|
|
1265
|
-
const filePath = uploadResult.path;
|
|
1266
|
-
const metadata = await extractFileMetadata(file, {
|
|
1267
|
-
appName: "file-reference",
|
|
1268
|
-
orgId: options.organisation_id || void 0,
|
|
1269
|
-
userId: authenticatedUserId || (isUserScoped ? void 0 : options.userId),
|
|
1270
|
-
// Use auth.uid() for user-scoped files
|
|
1271
|
-
isPublic: options.is_public || false
|
|
1272
|
-
}, "system");
|
|
1273
|
-
if (!isUserScoped && options.organisation_id) {
|
|
1274
|
-
await setOrganisationContext(this.supabase, options.organisation_id);
|
|
1275
|
-
}
|
|
1276
|
-
let rpcUserId = null;
|
|
1277
|
-
if (authenticatedUserId) {
|
|
1278
|
-
rpcUserId = authenticatedUserId;
|
|
1279
|
-
} else if (options.userId) {
|
|
1280
|
-
rpcUserId = options.userId;
|
|
1281
|
-
} else {
|
|
1282
|
-
const { data: { user: authUser } } = await this.supabase.auth.getUser();
|
|
1283
|
-
if (authUser) {
|
|
1284
|
-
rpcUserId = authUser.id;
|
|
1285
|
-
}
|
|
1286
|
-
}
|
|
1287
|
-
const { data, error } = await this.supabase.rpc("data_file_reference_create", {
|
|
1288
|
-
p_table_name: options.table_name,
|
|
1289
|
-
p_record_id: options.record_id,
|
|
1290
|
-
p_file_path: filePath,
|
|
1291
|
-
// Storage path from step 1
|
|
1292
|
-
p_organisation_id: options.organisation_id ?? null,
|
|
1293
|
-
p_app_id: options.app_id,
|
|
1294
|
-
p_page_context: options.pageContext,
|
|
1295
|
-
p_event_id: options.event_id || null,
|
|
1296
|
-
// Pass event_id for event-based apps
|
|
1297
|
-
p_file_metadata: {
|
|
1298
|
-
fileName: file.name,
|
|
1299
|
-
fileType: file.type,
|
|
1300
|
-
fileSize: file.size,
|
|
1301
|
-
category: options.category,
|
|
1302
|
-
...metadata,
|
|
1303
|
-
...options.custom_metadata
|
|
1304
|
-
},
|
|
1305
|
-
p_is_public: options.is_public || false,
|
|
1306
|
-
p_user_id: rpcUserId
|
|
1307
|
-
// Always pass authenticated user ID for SECURITY DEFINER functions
|
|
1308
|
-
});
|
|
1309
|
-
if (error) {
|
|
1310
|
-
await deleteFile(this.supabase, filePath, options.is_public || false);
|
|
1311
|
-
throw new Error(`Failed to create file reference: ${error.message}`);
|
|
1312
|
-
}
|
|
1313
|
-
if (!data || data === null) {
|
|
1314
|
-
await deleteFile(this.supabase, filePath, options.is_public || false);
|
|
1315
|
-
const appName = await this.getAppName(options.app_id).catch(() => "unknown");
|
|
1316
|
-
const pageContextDisplay = options.pageContext || "undefined";
|
|
1317
|
-
if (isSuperAdminUser) {
|
|
1318
|
-
throw new Error(
|
|
1319
|
-
`File upload failed for super-admin user. This may indicate a database issue. Page context: '${pageContextDisplay}', App: '${appName}'. Please check that the page '${pageContextDisplay}' exists in rbac_app_pages table for app '${appName}'.`
|
|
1320
|
-
);
|
|
1321
|
-
} else {
|
|
1322
|
-
throw new Error(
|
|
1323
|
-
`File upload denied: insufficient permissions. You need 'create:page.${pageContextDisplay}' or 'update:page.${pageContextDisplay}' permission for the '${pageContextDisplay}' page. Make sure the page exists in rbac_app_pages table for app '${appName}'.`
|
|
1324
|
-
);
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
const { data: fileRef, error: fetchError } = await this.supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").eq("id", data).single();
|
|
1328
|
-
if (fetchError || !fileRef) {
|
|
1329
|
-
await deleteFile(this.supabase, filePath, options.is_public || false);
|
|
1330
|
-
throw new Error(`Failed to fetch created file reference: ${fetchError?.message}`);
|
|
1331
|
-
}
|
|
1332
|
-
invalidateFileDisplayCache(
|
|
1333
|
-
options.table_name,
|
|
1334
|
-
options.record_id,
|
|
1335
|
-
options.organisation_id || null,
|
|
1336
|
-
options.category
|
|
1337
|
-
);
|
|
1338
|
-
return fileRef;
|
|
1339
|
-
} catch (error) {
|
|
1340
|
-
log3.error("Error creating file reference:", error);
|
|
1341
|
-
throw error;
|
|
1342
|
-
}
|
|
1343
|
-
}
|
|
1344
|
-
async getFileReference(table_name, record_id, organisation_id) {
|
|
1345
|
-
try {
|
|
1346
|
-
let query = this.supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").eq("table_name", table_name).eq("record_id", record_id);
|
|
1347
|
-
if (organisation_id === null || organisation_id === void 0) {
|
|
1348
|
-
query = query.is("organisation_id", null);
|
|
1349
|
-
} else {
|
|
1350
|
-
query = query.eq("organisation_id", organisation_id);
|
|
1351
|
-
}
|
|
1352
|
-
const { data, error } = await query.single();
|
|
1353
|
-
if (error) {
|
|
1354
|
-
if (error.code === "PGRST116") {
|
|
1355
|
-
return null;
|
|
1356
|
-
}
|
|
1357
|
-
throw new Error(`Failed to get file reference: ${error.message}`);
|
|
1358
|
-
}
|
|
1359
|
-
return data;
|
|
1360
|
-
} catch (error) {
|
|
1361
|
-
log3.error("Error getting file reference:", error);
|
|
1362
|
-
throw error;
|
|
1363
|
-
}
|
|
1364
|
-
}
|
|
1365
|
-
async getFileUrl(table_name, record_id, organisation_id) {
|
|
1366
|
-
try {
|
|
1367
|
-
const fileRef = await this.getFileReference(table_name, record_id, organisation_id);
|
|
1368
|
-
if (!fileRef) {
|
|
1369
|
-
return null;
|
|
1370
|
-
}
|
|
1371
|
-
if (fileRef.is_public) {
|
|
1372
|
-
const { data: pathData } = await this.supabase.rpc("data_file_reference_url_get", {
|
|
1373
|
-
p_table_name: table_name,
|
|
1374
|
-
p_record_id: record_id,
|
|
1375
|
-
p_organisation_id: organisation_id
|
|
1376
|
-
});
|
|
1377
|
-
if (!pathData) {
|
|
1378
|
-
return null;
|
|
1379
|
-
}
|
|
1380
|
-
return getPublicUrl(this.supabase, pathData, true);
|
|
1381
|
-
} else {
|
|
1382
|
-
return await this.getSignedUrl(table_name, record_id, organisation_id);
|
|
1383
|
-
}
|
|
1384
|
-
} catch (error) {
|
|
1385
|
-
log3.error("Error getting file URL:", error);
|
|
1386
|
-
throw error;
|
|
1387
|
-
}
|
|
1388
|
-
}
|
|
1389
|
-
async getSignedUrl(table_name, record_id, organisation_id, expires_in = 3600) {
|
|
1390
|
-
try {
|
|
1391
|
-
const { data: filePath, error } = await this.supabase.rpc("data_file_reference_signed_url_get", {
|
|
1392
|
-
p_table_name: table_name,
|
|
1393
|
-
p_record_id: record_id,
|
|
1394
|
-
p_organisation_id: organisation_id ?? null,
|
|
1395
|
-
p_expires_in: expires_in
|
|
1396
|
-
});
|
|
1397
|
-
if (error) {
|
|
1398
|
-
throw new Error(`Failed to get signed URL: ${error.message}`);
|
|
1399
|
-
}
|
|
1400
|
-
if (!filePath) {
|
|
1401
|
-
return null;
|
|
1402
|
-
}
|
|
1403
|
-
const signedUrlResult = await getSignedUrl(this.supabase, filePath, {
|
|
1404
|
-
appName: "file-reference",
|
|
1405
|
-
orgId: organisation_id,
|
|
1406
|
-
userId: organisation_id ? void 0 : record_id,
|
|
1407
|
-
expiresIn: expires_in
|
|
1408
|
-
});
|
|
1409
|
-
return signedUrlResult?.url || null;
|
|
1410
|
-
} catch (error) {
|
|
1411
|
-
log3.error("Error getting signed URL:", error);
|
|
1412
|
-
throw error;
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
async updateFileReference(id, updates) {
|
|
1416
|
-
try {
|
|
1417
|
-
const { data, error } = await this.supabase.from("core_file_references").update(updates).eq("id", id).select().single();
|
|
1418
|
-
if (error) {
|
|
1419
|
-
throw new Error(`Failed to update file reference: ${error.message}`);
|
|
1420
|
-
}
|
|
1421
|
-
return data;
|
|
1422
|
-
} catch (error) {
|
|
1423
|
-
log3.error("Error updating file reference:", error);
|
|
1424
|
-
throw error;
|
|
1425
|
-
}
|
|
1426
|
-
}
|
|
1427
|
-
async deleteFileReference(table_name, record_id, organisation_id, delete_file = false) {
|
|
1428
|
-
try {
|
|
1429
|
-
const fileRef = await this.getFileReference(table_name, record_id, organisation_id);
|
|
1430
|
-
const { error } = await this.supabase.rpc("data_file_reference_delete", {
|
|
1431
|
-
p_table_name: table_name,
|
|
1432
|
-
p_record_id: record_id,
|
|
1433
|
-
p_organisation_id: organisation_id ?? null,
|
|
1434
|
-
p_delete_file: delete_file
|
|
1435
|
-
});
|
|
1436
|
-
if (error) {
|
|
1437
|
-
throw new Error(`Failed to delete file reference: ${error.message}`);
|
|
1438
|
-
}
|
|
1439
|
-
if (delete_file && fileRef) {
|
|
1440
|
-
await deleteFile(this.supabase, fileRef.file_path, fileRef.is_public || false);
|
|
1441
|
-
}
|
|
1442
|
-
return true;
|
|
1443
|
-
} catch (error) {
|
|
1444
|
-
log3.error("Error deleting file reference:", error);
|
|
1445
|
-
throw error;
|
|
1446
|
-
}
|
|
1447
|
-
}
|
|
1448
|
-
async listFileReferences(table_name, record_id, organisation_id) {
|
|
1449
|
-
try {
|
|
1450
|
-
const { data, error } = await this.supabase.rpc("data_file_reference_list", {
|
|
1451
|
-
p_table_name: table_name,
|
|
1452
|
-
p_record_id: record_id,
|
|
1453
|
-
p_organisation_id: organisation_id ?? null
|
|
1454
|
-
});
|
|
1455
|
-
if (error) {
|
|
1456
|
-
throw new Error(`Failed to list file references: ${error.message}`);
|
|
1457
|
-
}
|
|
1458
|
-
if (!data || data.length === 0) {
|
|
1459
|
-
return [];
|
|
1460
|
-
}
|
|
1461
|
-
const fileReferences = data.filter((item) => item.id && item.file_path && item.file_metadata).map((item) => {
|
|
1462
|
-
const fileName = item.file_path.split("/").pop() || "unknown";
|
|
1463
|
-
const fileType = fileName.split(".").pop() || "unknown";
|
|
1464
|
-
const fileRef = {
|
|
1465
|
-
id: item.id,
|
|
1466
|
-
table_name,
|
|
1467
|
-
record_id,
|
|
1468
|
-
file_path: item.file_path,
|
|
1469
|
-
file_metadata: {
|
|
1470
|
-
fileName,
|
|
1471
|
-
fileType,
|
|
1472
|
-
...item.file_metadata || {}
|
|
1473
|
-
},
|
|
1474
|
-
organisation_id: organisation_id ?? null,
|
|
1475
|
-
app_id: item.file_metadata?.app_id ? assertAppId(item.file_metadata.app_id) : assertAppId(""),
|
|
1476
|
-
// May not be in metadata, use empty string
|
|
1477
|
-
is_public: item.is_public ?? false,
|
|
1478
|
-
created_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
1479
|
-
updated_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString()
|
|
1480
|
-
// RPC doesn't return updated_at, use created_at
|
|
1481
|
-
};
|
|
1482
|
-
return fileRef;
|
|
1483
|
-
});
|
|
1484
|
-
return fileReferences;
|
|
1485
|
-
} catch (error) {
|
|
1486
|
-
log3.error("Error listing file references:", error);
|
|
1487
|
-
throw error;
|
|
1488
|
-
}
|
|
1489
|
-
}
|
|
1490
|
-
async getFileCount(table_name, record_id, organisation_id) {
|
|
1491
|
-
try {
|
|
1492
|
-
const { data, error } = await this.supabase.rpc("data_file_reference_count_get", {
|
|
1493
|
-
p_table_name: table_name,
|
|
1494
|
-
p_record_id: record_id,
|
|
1495
|
-
p_organisation_id: organisation_id ?? null
|
|
1496
|
-
});
|
|
1497
|
-
if (error) {
|
|
1498
|
-
throw new Error(`Failed to get file count: ${error.message}`);
|
|
1499
|
-
}
|
|
1500
|
-
return data || 0;
|
|
1501
|
-
} catch (error) {
|
|
1502
|
-
log3.error("Error getting file count:", error);
|
|
1503
|
-
throw error;
|
|
1504
|
-
}
|
|
1505
|
-
}
|
|
1506
|
-
async getFileReferenceById(id, organisation_id) {
|
|
1507
|
-
try {
|
|
1508
|
-
const { data, error } = await this.supabase.rpc("data_file_reference_get", {
|
|
1509
|
-
p_file_reference_id: id,
|
|
1510
|
-
p_organisation_id: organisation_id ?? null
|
|
1511
|
-
});
|
|
1512
|
-
if (error) {
|
|
1513
|
-
throw new Error(`Failed to get file reference by ID: ${error.message}`);
|
|
1514
|
-
}
|
|
1515
|
-
if (!data || data.length === 0) {
|
|
1516
|
-
return null;
|
|
1517
|
-
}
|
|
1518
|
-
return data[0];
|
|
1519
|
-
} catch (error) {
|
|
1520
|
-
log3.error("Error getting file reference by ID:", error);
|
|
1521
|
-
throw error;
|
|
1522
|
-
}
|
|
1523
|
-
}
|
|
1524
|
-
async getFilesByCategory(table_name, record_id, category, organisation_id) {
|
|
1525
|
-
try {
|
|
1526
|
-
const { data, error } = await this.supabase.rpc("data_file_reference_by_category_list", {
|
|
1527
|
-
p_table_name: table_name,
|
|
1528
|
-
p_record_id: record_id,
|
|
1529
|
-
p_category: category,
|
|
1530
|
-
p_organisation_id: organisation_id ?? null
|
|
1531
|
-
});
|
|
1532
|
-
if (error) {
|
|
1533
|
-
log3.error("RPC ERROR getting files by category:", {
|
|
1534
|
-
error,
|
|
1535
|
-
errorCode: error.code,
|
|
1536
|
-
errorMessage: error.message,
|
|
1537
|
-
errorDetails: error.details,
|
|
1538
|
-
table_name,
|
|
1539
|
-
record_id,
|
|
1540
|
-
category,
|
|
1541
|
-
organisation_id,
|
|
1542
|
-
message: "CRITICAL: Category filtering MUST use RPC function data_file_reference_by_category_list. Direct queries with .eq('category', ...) will FAIL with HTTP 406 because category is stored in file_metadata JSONB field, not a direct column."
|
|
1543
|
-
});
|
|
1544
|
-
throw new Error(`Failed to get files by category: ${error.message}. Category filtering uses file_metadata JSONB field, not a direct column. RPC function required.`);
|
|
1545
|
-
}
|
|
1546
|
-
if (!data || data.length === 0) {
|
|
1547
|
-
return [];
|
|
1548
|
-
}
|
|
1549
|
-
const fileReferences = data.filter((item) => {
|
|
1550
|
-
const fileCategory = item.file_metadata?.category;
|
|
1551
|
-
const matches = fileCategory === category;
|
|
1552
|
-
if (!matches) {
|
|
1553
|
-
log3.warn("File category mismatch in RPC response:", {
|
|
1554
|
-
fileId: item.id,
|
|
1555
|
-
expectedCategory: category,
|
|
1556
|
-
actualCategory: fileCategory
|
|
1557
|
-
});
|
|
1558
|
-
}
|
|
1559
|
-
return matches && item.id && item.file_path && item.file_metadata;
|
|
1560
|
-
}).map((item) => {
|
|
1561
|
-
const fileName = item.file_path.split("/").pop() || "unknown";
|
|
1562
|
-
const fileType = fileName.split(".").pop() || "unknown";
|
|
1563
|
-
const fileRef = {
|
|
1564
|
-
id: item.id,
|
|
1565
|
-
table_name,
|
|
1566
|
-
record_id,
|
|
1567
|
-
file_path: item.file_path,
|
|
1568
|
-
file_metadata: {
|
|
1569
|
-
fileName,
|
|
1570
|
-
fileType,
|
|
1571
|
-
category: item.file_metadata?.category || "general_documents" /* GENERAL_DOCUMENTS */,
|
|
1572
|
-
...item.file_metadata || {}
|
|
1573
|
-
},
|
|
1574
|
-
organisation_id: organisation_id ?? null,
|
|
1575
|
-
app_id: item.file_metadata?.app_id ? assertAppId(item.file_metadata.app_id) : assertAppId(""),
|
|
1576
|
-
// May not be in metadata, use empty string
|
|
1577
|
-
is_public: item.is_public ?? false,
|
|
1578
|
-
created_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString(),
|
|
1579
|
-
updated_at: item.created_at || (/* @__PURE__ */ new Date()).toISOString()
|
|
1580
|
-
// RPC doesn't return updated_at, use created_at
|
|
1581
|
-
};
|
|
1582
|
-
return fileRef;
|
|
1583
|
-
});
|
|
1584
|
-
return fileReferences;
|
|
1585
|
-
} catch (error) {
|
|
1586
|
-
log3.error("Error getting files by category:", error);
|
|
1587
|
-
throw error;
|
|
1588
|
-
}
|
|
1589
|
-
}
|
|
1590
|
-
async uploadMultipleFiles(options, files) {
|
|
1591
|
-
const success = [];
|
|
1592
|
-
const failed = [];
|
|
1593
|
-
const results = [];
|
|
1594
|
-
for (const file of files) {
|
|
1595
|
-
try {
|
|
1596
|
-
const fileReference = await this.createFileReference(options, file);
|
|
1597
|
-
success.push(fileReference);
|
|
1598
|
-
results.push({
|
|
1599
|
-
file,
|
|
1600
|
-
result: {
|
|
1601
|
-
file_reference: fileReference,
|
|
1602
|
-
file_url: fileReference.is_public ? getPublicUrl(this.supabase, fileReference.file_path, true) : ""
|
|
1603
|
-
}
|
|
1604
|
-
});
|
|
1605
|
-
} catch (error) {
|
|
1606
|
-
const message = error instanceof Error ? error.message : "Unknown error";
|
|
1607
|
-
failed.push({ file, error: message });
|
|
1608
|
-
results.push({ file, result: null, error: message });
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
return {
|
|
1612
|
-
success,
|
|
1613
|
-
failed,
|
|
1614
|
-
total: results.length,
|
|
1615
|
-
successful: success.length,
|
|
1616
|
-
results
|
|
1617
|
-
};
|
|
1618
|
-
}
|
|
1619
|
-
};
|
|
1620
|
-
function createFileReferenceService(supabase) {
|
|
1621
|
-
return new FileReferenceServiceImpl(supabase);
|
|
1622
|
-
}
|
|
1623
|
-
async function uploadFileWithReference(supabase, options, file) {
|
|
1624
|
-
const service = createFileReferenceService(supabase);
|
|
1625
|
-
const fileReference = await service.createFileReference(options, file);
|
|
1626
|
-
const fileUrl = options.is_public ? getPublicUrl(supabase, fileReference.file_path, true) : await getSignedUrl(supabase, fileReference.file_path, {
|
|
1627
|
-
appName: "file-reference",
|
|
1628
|
-
orgId: options.organisation_id || void 0,
|
|
1629
|
-
userId: options.userId || void 0,
|
|
1630
|
-
expiresIn: 3600
|
|
1631
|
-
});
|
|
1632
|
-
const urlString = typeof fileUrl === "string" ? fileUrl : fileUrl?.url || "";
|
|
1633
|
-
return {
|
|
1634
|
-
file_reference: fileReference,
|
|
1635
|
-
file_url: urlString,
|
|
1636
|
-
signed_url: options.is_public ? void 0 : urlString || void 0
|
|
1637
|
-
};
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
// src/hooks/useFileDisplay.ts
|
|
1641
|
-
var authenticatedFileCache = /* @__PURE__ */ new Map();
|
|
1642
|
-
var MAX_CACHE_SIZE2 = 100;
|
|
1643
|
-
function cleanupCache() {
|
|
1644
|
-
const now = Date.now();
|
|
1645
|
-
const entries = Array.from(authenticatedFileCache.entries());
|
|
1646
|
-
const expiredKeys = [];
|
|
1647
|
-
entries.forEach(([key, value]) => {
|
|
1648
|
-
if (now - value.timestamp >= value.ttl) {
|
|
1649
|
-
expiredKeys.push(key);
|
|
1650
|
-
}
|
|
1651
|
-
});
|
|
1652
|
-
expiredKeys.forEach((key) => authenticatedFileCache.delete(key));
|
|
1653
|
-
if (authenticatedFileCache.size > MAX_CACHE_SIZE2) {
|
|
1654
|
-
const sorted = entries.filter(([key]) => !expiredKeys.includes(key)).sort((a, b) => a[1].timestamp - b[1].timestamp);
|
|
1655
|
-
const toRemove = sorted.slice(0, authenticatedFileCache.size - MAX_CACHE_SIZE2);
|
|
1656
|
-
toRemove.forEach(([key]) => authenticatedFileCache.delete(key));
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
function useFileDisplay(table_name, record_id, organisation_id, category, options) {
|
|
1660
|
-
const {
|
|
1661
|
-
cacheTtl = 30 * 60 * 1e3,
|
|
1662
|
-
// 30 minutes
|
|
1663
|
-
enableCache = true,
|
|
1664
|
-
supabase
|
|
1665
|
-
} = options;
|
|
1666
|
-
const [fileUrl, setFileUrl] = useState(null);
|
|
1667
|
-
const [fileReference, setFileReference] = useState(null);
|
|
1668
|
-
const [fileReferences, setFileReferences] = useState([]);
|
|
1669
|
-
const [fileUrls, setFileUrls] = useState(/* @__PURE__ */ new Map());
|
|
1670
|
-
const [fileCount, setFileCount] = useState(0);
|
|
1671
|
-
const [isLoading, setIsLoading] = useState(false);
|
|
1672
|
-
const [error, setError] = useState(null);
|
|
1673
|
-
const isMountedRef = useRef(true);
|
|
1674
|
-
const safeSetState = (setter, value) => {
|
|
1675
|
-
if (isMountedRef.current) {
|
|
1676
|
-
setter(value);
|
|
1677
|
-
}
|
|
1678
|
-
};
|
|
1679
|
-
const fetchFiles = useCallback(async () => {
|
|
1680
|
-
if (!table_name || !record_id || !supabase) {
|
|
1681
|
-
safeSetState(setFileUrl, null);
|
|
1682
|
-
safeSetState(setFileReference, null);
|
|
1683
|
-
safeSetState(setFileReferences, []);
|
|
1684
|
-
safeSetState(setFileUrls, /* @__PURE__ */ new Map());
|
|
1685
|
-
safeSetState(setFileCount, 0);
|
|
1686
|
-
safeSetState(setIsLoading, false);
|
|
1687
|
-
return;
|
|
1688
|
-
}
|
|
1689
|
-
if (organisation_id) {
|
|
1690
|
-
const uuidRegex = /^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;
|
|
1691
|
-
if (!uuidRegex.test(organisation_id)) {
|
|
1692
|
-
logger.warn("useFileDisplay", "Invalid organisationId format (not a valid UUID):", organisation_id);
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
const cacheKey = `file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_${category || "all"}`;
|
|
1696
|
-
if (enableCache) {
|
|
1697
|
-
const cached = authenticatedFileCache.get(cacheKey);
|
|
1698
|
-
if (cached && Date.now() - cached.timestamp < cached.ttl) {
|
|
1699
|
-
const cachedData = cached.data;
|
|
1700
|
-
if (cachedData.fileReference && !cachedData.fileUrl && cachedData.fileReference.is_public === false && supabase) {
|
|
1701
|
-
try {
|
|
1702
|
-
const signedUrlResult = await getSignedUrl(supabase, cachedData.fileReference.file_path, {
|
|
1703
|
-
appName: "pace-core",
|
|
1704
|
-
orgId: organisation_id,
|
|
1705
|
-
userId: organisation_id ? void 0 : record_id,
|
|
1706
|
-
expiresIn: 3600
|
|
1707
|
-
});
|
|
1708
|
-
const regeneratedUrl = signedUrlResult?.url || null;
|
|
1709
|
-
safeSetState(setFileUrl, regeneratedUrl);
|
|
1710
|
-
safeSetState(setFileReference, cachedData.fileReference);
|
|
1711
|
-
safeSetState(setFileReferences, cachedData.fileReferences || []);
|
|
1712
|
-
safeSetState(setFileUrls, cachedData.fileUrls || /* @__PURE__ */ new Map());
|
|
1713
|
-
safeSetState(setFileCount, cachedData.fileCount || 0);
|
|
1714
|
-
safeSetState(setIsLoading, false);
|
|
1715
|
-
safeSetState(setError, null);
|
|
1716
|
-
return;
|
|
1717
|
-
} catch (err) {
|
|
1718
|
-
logger.warn("useFileDisplay", "Failed to regenerate signed URL from cache, falling back to fetch:", err);
|
|
1719
|
-
}
|
|
1720
|
-
}
|
|
1721
|
-
safeSetState(setFileUrl, cachedData.fileUrl || null);
|
|
1722
|
-
safeSetState(setFileReference, cachedData.fileReference || null);
|
|
1723
|
-
safeSetState(setFileReferences, cachedData.fileReferences || []);
|
|
1724
|
-
safeSetState(setFileUrls, cachedData.fileUrls || /* @__PURE__ */ new Map());
|
|
1725
|
-
safeSetState(setFileCount, cachedData.fileCount || 0);
|
|
1726
|
-
safeSetState(setIsLoading, false);
|
|
1727
|
-
safeSetState(setError, null);
|
|
1728
|
-
return;
|
|
1729
|
-
}
|
|
1730
|
-
}
|
|
1731
|
-
try {
|
|
1732
|
-
safeSetState(setIsLoading, true);
|
|
1733
|
-
safeSetState(setError, null);
|
|
1734
|
-
const service = createFileReferenceService(supabase);
|
|
1735
|
-
let files = [];
|
|
1736
|
-
const shouldSearchBothScopes = organisation_id === void 0;
|
|
1737
|
-
if (shouldSearchBothScopes) {
|
|
1738
|
-
let userScopedFiles = [];
|
|
1739
|
-
let orgScopedFiles = [];
|
|
1740
|
-
try {
|
|
1741
|
-
if (category) {
|
|
1742
|
-
userScopedFiles = await service.getFilesByCategory(
|
|
1743
|
-
table_name,
|
|
1744
|
-
record_id,
|
|
1745
|
-
category,
|
|
1746
|
-
void 0
|
|
1747
|
-
// Explicitly pass undefined for user-scoped files (service converts to null for RPC)
|
|
1748
|
-
);
|
|
1749
|
-
} else {
|
|
1750
|
-
userScopedFiles = await service.listFileReferences(
|
|
1751
|
-
table_name,
|
|
1752
|
-
record_id,
|
|
1753
|
-
void 0
|
|
1754
|
-
// Explicitly pass undefined for user-scoped files (service converts to null for RPC)
|
|
1755
|
-
);
|
|
1756
|
-
}
|
|
1757
|
-
} catch (err) {
|
|
1758
|
-
logger.warn("useFileDisplay", "Error querying user-scoped files:", err);
|
|
1759
|
-
userScopedFiles = [];
|
|
1760
|
-
}
|
|
1761
|
-
try {
|
|
1762
|
-
const { data: { user }, error: userError } = await supabase.auth.getUser();
|
|
1763
|
-
if (userError) {
|
|
1764
|
-
logger.warn("useFileDisplay", "Error getting user:", userError);
|
|
1765
|
-
}
|
|
1766
|
-
if (user) {
|
|
1767
|
-
const { data: memberships, error: membershipError } = await supabase.from("core_organisation_memberships").select("organisation_id").eq("user_id", user.id);
|
|
1768
|
-
if (membershipError) {
|
|
1769
|
-
logger.warn("useFileDisplay", "Error querying organisation memberships:", membershipError);
|
|
1770
|
-
}
|
|
1771
|
-
if (memberships && memberships.length > 0) {
|
|
1772
|
-
const orgIds = memberships.map((m) => m.organisation_id).filter(Boolean);
|
|
1773
|
-
const orgQueries = orgIds.map(async (orgId) => {
|
|
1774
|
-
try {
|
|
1775
|
-
if (category) {
|
|
1776
|
-
return await service.getFilesByCategory(
|
|
1777
|
-
table_name,
|
|
1778
|
-
record_id,
|
|
1779
|
-
category,
|
|
1780
|
-
orgId
|
|
1781
|
-
);
|
|
1782
|
-
} else {
|
|
1783
|
-
return await service.listFileReferences(
|
|
1784
|
-
table_name,
|
|
1785
|
-
record_id,
|
|
1786
|
-
orgId
|
|
1787
|
-
);
|
|
1788
|
-
}
|
|
1789
|
-
} catch (err) {
|
|
1790
|
-
return [];
|
|
1791
|
-
}
|
|
1792
|
-
});
|
|
1793
|
-
const orgResults = await Promise.all(orgQueries);
|
|
1794
|
-
orgScopedFiles = orgResults.flat();
|
|
1795
|
-
} else {
|
|
1796
|
-
try {
|
|
1797
|
-
let fallbackQuery = supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").eq("table_name", table_name).eq("record_id", record_id).order("created_at", { ascending: false });
|
|
1798
|
-
if (category) {
|
|
1799
|
-
fallbackQuery = fallbackQuery.eq("file_metadata->>category", category);
|
|
1800
|
-
}
|
|
1801
|
-
const { data: fallbackFiles } = await fallbackQuery;
|
|
1802
|
-
if (fallbackFiles && fallbackFiles.length > 0) {
|
|
1803
|
-
orgScopedFiles = fallbackFiles.map((f) => ({
|
|
1804
|
-
id: f.id,
|
|
1805
|
-
table_name: f.table_name,
|
|
1806
|
-
record_id: f.record_id,
|
|
1807
|
-
file_path: f.file_path,
|
|
1808
|
-
file_metadata: f.file_metadata || {},
|
|
1809
|
-
organisation_id: f.organisation_id,
|
|
1810
|
-
app_id: f.app_id,
|
|
1811
|
-
is_public: f.is_public ?? false,
|
|
1812
|
-
created_at: f.created_at,
|
|
1813
|
-
updated_at: f.updated_at
|
|
1814
|
-
}));
|
|
1815
|
-
}
|
|
1816
|
-
} catch (err) {
|
|
1817
|
-
}
|
|
1818
|
-
}
|
|
1819
|
-
}
|
|
1820
|
-
} catch (err) {
|
|
1821
|
-
logger.warn("useFileDisplay", "Error querying organisation-scoped files:", err);
|
|
1822
|
-
orgScopedFiles = [];
|
|
1823
|
-
}
|
|
1824
|
-
const allFiles = [...userScopedFiles, ...orgScopedFiles];
|
|
1825
|
-
allFiles.sort((a, b) => {
|
|
1826
|
-
const aTime = new Date(a.created_at).getTime();
|
|
1827
|
-
const bTime = new Date(b.created_at).getTime();
|
|
1828
|
-
return bTime - aTime;
|
|
1829
|
-
});
|
|
1830
|
-
if (orgScopedFiles.length > 0 && userScopedFiles.length > 0) {
|
|
1831
|
-
files = allFiles.filter((f) => f.organisation_id !== null);
|
|
1832
|
-
} else {
|
|
1833
|
-
files = allFiles;
|
|
1834
|
-
}
|
|
1835
|
-
if (files.length === 0) {
|
|
1836
|
-
try {
|
|
1837
|
-
let directQuery = supabase.from("core_file_references").select("id, table_name, record_id, file_path, file_metadata, organisation_id, app_id, is_public, created_at, updated_at").eq("table_name", table_name).eq("record_id", record_id).order("created_at", { ascending: false });
|
|
1838
|
-
if (category) {
|
|
1839
|
-
directQuery = directQuery.eq("file_metadata->>category", category);
|
|
1840
|
-
}
|
|
1841
|
-
const { data: directFiles } = await directQuery;
|
|
1842
|
-
if (directFiles && directFiles.length > 0) {
|
|
1843
|
-
files = directFiles.map((f) => ({
|
|
1844
|
-
id: f.id,
|
|
1845
|
-
table_name: f.table_name,
|
|
1846
|
-
record_id: f.record_id,
|
|
1847
|
-
file_path: f.file_path,
|
|
1848
|
-
file_metadata: f.file_metadata || {},
|
|
1849
|
-
organisation_id: f.organisation_id,
|
|
1850
|
-
app_id: f.app_id,
|
|
1851
|
-
is_public: f.is_public ?? false,
|
|
1852
|
-
created_at: f.created_at,
|
|
1853
|
-
updated_at: f.updated_at
|
|
1854
|
-
}));
|
|
1855
|
-
}
|
|
1856
|
-
} catch (err) {
|
|
1857
|
-
}
|
|
1858
|
-
}
|
|
1859
|
-
} else {
|
|
1860
|
-
if (category) {
|
|
1861
|
-
files = await service.getFilesByCategory(
|
|
1862
|
-
table_name,
|
|
1863
|
-
record_id,
|
|
1864
|
-
category,
|
|
1865
|
-
organisation_id
|
|
1866
|
-
);
|
|
1867
|
-
} else {
|
|
1868
|
-
files = await service.listFileReferences(
|
|
1869
|
-
table_name,
|
|
1870
|
-
record_id,
|
|
1871
|
-
organisation_id
|
|
1872
|
-
);
|
|
1873
|
-
}
|
|
1874
|
-
if (files.length === 0 && (!organisation_id || organisation_id === "")) {
|
|
1875
|
-
let userScopedFiles = [];
|
|
1876
|
-
let orgScopedFiles = [];
|
|
1877
|
-
try {
|
|
1878
|
-
if (category) {
|
|
1879
|
-
userScopedFiles = await service.getFilesByCategory(
|
|
1880
|
-
table_name,
|
|
1881
|
-
record_id,
|
|
1882
|
-
category,
|
|
1883
|
-
void 0
|
|
1884
|
-
);
|
|
1885
|
-
} else {
|
|
1886
|
-
userScopedFiles = await service.listFileReferences(
|
|
1887
|
-
table_name,
|
|
1888
|
-
record_id,
|
|
1889
|
-
void 0
|
|
1890
|
-
);
|
|
1891
|
-
}
|
|
1892
|
-
} catch (err) {
|
|
1893
|
-
}
|
|
1894
|
-
try {
|
|
1895
|
-
const { data: { user } } = await supabase.auth.getUser();
|
|
1896
|
-
if (user) {
|
|
1897
|
-
const { data: memberships } = await supabase.from("core_organisation_memberships").select("organisation_id").eq("user_id", user.id).or("status.is.null,status.eq.active");
|
|
1898
|
-
if (memberships && memberships.length > 0) {
|
|
1899
|
-
const orgIds = memberships.map((m) => m.organisation_id).filter(Boolean);
|
|
1900
|
-
const orgQueries = orgIds.map(async (orgId) => {
|
|
1901
|
-
try {
|
|
1902
|
-
if (category) {
|
|
1903
|
-
return await service.getFilesByCategory(table_name, record_id, category, orgId);
|
|
1904
|
-
} else {
|
|
1905
|
-
return await service.listFileReferences(table_name, record_id, orgId);
|
|
1906
|
-
}
|
|
1907
|
-
} catch (err) {
|
|
1908
|
-
return [];
|
|
1909
|
-
}
|
|
1910
|
-
});
|
|
1911
|
-
const orgResults = await Promise.all(orgQueries);
|
|
1912
|
-
orgScopedFiles = orgResults.flat();
|
|
1913
|
-
}
|
|
1914
|
-
}
|
|
1915
|
-
} catch (err) {
|
|
1916
|
-
}
|
|
1917
|
-
const allFiles = [...userScopedFiles, ...orgScopedFiles];
|
|
1918
|
-
allFiles.sort((a, b) => {
|
|
1919
|
-
const aTime = new Date(a.created_at).getTime();
|
|
1920
|
-
const bTime = new Date(b.created_at).getTime();
|
|
1921
|
-
return bTime - aTime;
|
|
1922
|
-
});
|
|
1923
|
-
if (orgScopedFiles.length > 0 && userScopedFiles.length > 0) {
|
|
1924
|
-
files = allFiles.filter((f) => f.organisation_id !== null);
|
|
1925
|
-
} else {
|
|
1926
|
-
files = allFiles;
|
|
1927
|
-
}
|
|
1928
|
-
}
|
|
1929
|
-
}
|
|
1930
|
-
if (files.length === 0) {
|
|
1931
|
-
safeSetState(setFileUrl, null);
|
|
1932
|
-
safeSetState(setFileReference, null);
|
|
1933
|
-
safeSetState(setFileReferences, []);
|
|
1934
|
-
safeSetState(setFileUrls, /* @__PURE__ */ new Map());
|
|
1935
|
-
safeSetState(setFileCount, 0);
|
|
1936
|
-
if (enableCache) {
|
|
1937
|
-
authenticatedFileCache.set(cacheKey, {
|
|
1938
|
-
data: { fileUrl: null, fileReference: null, fileReferences: [], fileUrls: /* @__PURE__ */ new Map(), fileCount: 0 },
|
|
1939
|
-
timestamp: Date.now(),
|
|
1940
|
-
ttl: cacheTtl
|
|
1941
|
-
});
|
|
1942
|
-
cleanupCache();
|
|
1943
|
-
}
|
|
1944
|
-
return;
|
|
1945
|
-
}
|
|
1946
|
-
safeSetState(setFileReferences, files);
|
|
1947
|
-
safeSetState(setFileCount, files.length);
|
|
1948
|
-
if (category && files.length > 0) {
|
|
1949
|
-
const firstFile = files[0];
|
|
1950
|
-
safeSetState(setFileReference, firstFile);
|
|
1951
|
-
let url = null;
|
|
1952
|
-
if (firstFile.is_public) {
|
|
1953
|
-
url = getPublicUrl(supabase, firstFile.file_path, true);
|
|
1954
|
-
} else {
|
|
1955
|
-
const signedUrlResult = await getSignedUrl(supabase, firstFile.file_path, {
|
|
1956
|
-
appName: "pace-core",
|
|
1957
|
-
orgId: organisation_id,
|
|
1958
|
-
userId: organisation_id ? void 0 : record_id,
|
|
1959
|
-
expiresIn: 3600
|
|
1960
|
-
});
|
|
1961
|
-
url = signedUrlResult?.url || null;
|
|
1962
|
-
if (!url) {
|
|
1963
|
-
logger.warn("useFileDisplay", "Failed to generate signed URL for file:", {
|
|
1964
|
-
file_path: firstFile.file_path,
|
|
1965
|
-
record_id,
|
|
1966
|
-
table_name
|
|
1967
|
-
});
|
|
1968
|
-
}
|
|
1969
|
-
}
|
|
1970
|
-
safeSetState(setFileUrl, url);
|
|
1971
|
-
} else {
|
|
1972
|
-
const urlMap = await generateFileUrlsBatch(supabase, files, {
|
|
1973
|
-
appName: "pace-core",
|
|
1974
|
-
orgId: organisation_id,
|
|
1975
|
-
userId: organisation_id ? void 0 : record_id,
|
|
1976
|
-
expiresIn: 3600
|
|
1977
|
-
});
|
|
1978
|
-
safeSetState(setFileUrls, urlMap);
|
|
1979
|
-
safeSetState(setFileReference, null);
|
|
1980
|
-
safeSetState(setFileUrl, null);
|
|
1981
|
-
}
|
|
1982
|
-
if (enableCache) {
|
|
1983
|
-
let cacheData = {
|
|
1984
|
-
fileReference: category && files.length > 0 ? files[0] : null,
|
|
1985
|
-
fileReferences: files,
|
|
1986
|
-
fileUrls: /* @__PURE__ */ new Map(),
|
|
1987
|
-
fileCount: files.length
|
|
1988
|
-
};
|
|
1989
|
-
if (category && files.length > 0) {
|
|
1990
|
-
const firstFile = files[0];
|
|
1991
|
-
let url = null;
|
|
1992
|
-
if (firstFile.is_public) {
|
|
1993
|
-
url = getPublicUrl(supabase, firstFile.file_path, true);
|
|
1994
|
-
}
|
|
1995
|
-
cacheData.fileUrl = url;
|
|
1996
|
-
} else {
|
|
1997
|
-
const urlMap = /* @__PURE__ */ new Map();
|
|
1998
|
-
for (const fileRef of files) {
|
|
1999
|
-
if (fileRef.is_public) {
|
|
2000
|
-
const url = getPublicUrl(supabase, fileRef.file_path, true);
|
|
2001
|
-
if (url) {
|
|
2002
|
-
urlMap.set(fileRef.id, url);
|
|
2003
|
-
}
|
|
2004
|
-
}
|
|
2005
|
-
}
|
|
2006
|
-
cacheData.fileUrls = urlMap;
|
|
2007
|
-
}
|
|
2008
|
-
authenticatedFileCache.set(cacheKey, {
|
|
2009
|
-
data: cacheData,
|
|
2010
|
-
timestamp: Date.now(),
|
|
2011
|
-
ttl: cacheTtl
|
|
2012
|
-
});
|
|
2013
|
-
cleanupCache();
|
|
2014
|
-
}
|
|
2015
|
-
} catch (err) {
|
|
2016
|
-
logger.error("useFileDisplay", "Error fetching files:", err);
|
|
2017
|
-
const error2 = err instanceof Error ? err : new Error("Unknown error occurred");
|
|
2018
|
-
safeSetState(setError, error2);
|
|
2019
|
-
safeSetState(setFileUrl, null);
|
|
2020
|
-
safeSetState(setFileReference, null);
|
|
2021
|
-
safeSetState(setFileReferences, []);
|
|
2022
|
-
safeSetState(setFileUrls, /* @__PURE__ */ new Map());
|
|
2023
|
-
safeSetState(setFileCount, 0);
|
|
2024
|
-
} finally {
|
|
2025
|
-
safeSetState(setIsLoading, false);
|
|
2026
|
-
}
|
|
2027
|
-
}, [table_name, record_id, organisation_id, category, supabase, cacheTtl, enableCache]);
|
|
2028
|
-
useEffect(() => {
|
|
2029
|
-
isMountedRef.current = true;
|
|
2030
|
-
if (table_name && record_id && supabase) {
|
|
2031
|
-
fetchFiles().catch((err) => {
|
|
2032
|
-
if (isMountedRef.current) {
|
|
2033
|
-
safeSetState(setError, err instanceof Error ? err : new Error("Unknown error"));
|
|
2034
|
-
}
|
|
2035
|
-
});
|
|
2036
|
-
} else {
|
|
2037
|
-
safeSetState(setFileUrl, null);
|
|
2038
|
-
safeSetState(setFileReference, null);
|
|
2039
|
-
safeSetState(setFileReferences, []);
|
|
2040
|
-
safeSetState(setFileUrls, /* @__PURE__ */ new Map());
|
|
2041
|
-
safeSetState(setFileCount, 0);
|
|
2042
|
-
safeSetState(setIsLoading, false);
|
|
2043
|
-
safeSetState(setError, null);
|
|
2044
|
-
}
|
|
2045
|
-
return () => {
|
|
2046
|
-
isMountedRef.current = false;
|
|
2047
|
-
};
|
|
2048
|
-
}, [table_name, record_id, organisation_id, supabase]);
|
|
2049
|
-
const refetch = useCallback(async () => {
|
|
2050
|
-
if (!table_name || !record_id || !supabase) return;
|
|
2051
|
-
if (enableCache) {
|
|
2052
|
-
const cacheKey = `file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_${category || "all"}`;
|
|
2053
|
-
authenticatedFileCache.delete(cacheKey);
|
|
2054
|
-
}
|
|
2055
|
-
await fetchFiles();
|
|
2056
|
-
}, [fetchFiles, table_name, record_id, organisation_id, category, supabase, enableCache]);
|
|
2057
|
-
return {
|
|
2058
|
-
fileUrl,
|
|
2059
|
-
fileReference,
|
|
2060
|
-
fileReferences,
|
|
2061
|
-
fileUrls,
|
|
2062
|
-
fileCount,
|
|
2063
|
-
isLoading,
|
|
2064
|
-
error,
|
|
2065
|
-
refetch
|
|
2066
|
-
};
|
|
2067
|
-
}
|
|
2068
|
-
function clearFileDisplayCache() {
|
|
2069
|
-
for (const [key] of authenticatedFileCache) {
|
|
2070
|
-
if (key.startsWith("file_")) {
|
|
2071
|
-
authenticatedFileCache.delete(key);
|
|
2072
|
-
}
|
|
2073
|
-
}
|
|
2074
|
-
}
|
|
2075
|
-
function getFileDisplayCacheStats() {
|
|
2076
|
-
const keys = Array.from(authenticatedFileCache.keys()).filter((key) => key.startsWith("file_"));
|
|
2077
|
-
return {
|
|
2078
|
-
size: keys.length,
|
|
2079
|
-
keys
|
|
2080
|
-
};
|
|
2081
|
-
}
|
|
2082
|
-
function invalidateFileDisplayCache(table_name, record_id, organisation_id, category) {
|
|
2083
|
-
const cacheKey = `file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_${category || "all"}`;
|
|
2084
|
-
authenticatedFileCache.delete(cacheKey);
|
|
2085
|
-
if (category) {
|
|
2086
|
-
const allCategoryKey = `file_${table_name}_${record_id}_${organisation_id === void 0 ? "undefined" : organisation_id ?? "null"}_all`;
|
|
2087
|
-
authenticatedFileCache.delete(allCategoryKey);
|
|
2088
|
-
}
|
|
2089
|
-
}
|
|
2090
|
-
var log4 = createLogger("useEventTheme");
|
|
2091
|
-
function useEventTheme(event) {
|
|
2092
|
-
const location = useLocation();
|
|
2093
|
-
const eventServiceContext = useContext(EventServiceContext);
|
|
2094
|
-
const eventsContextSelectedEvent = eventServiceContext?.eventService?.getSelectedEvent() ?? null;
|
|
2095
|
-
const selectedEvent = event !== void 0 ? event : eventsContextSelectedEvent;
|
|
2096
|
-
useEffect(() => {
|
|
2097
|
-
const isOnLoginRoute = location.pathname === "/login" || location.pathname.startsWith("/login");
|
|
2098
|
-
if (isOnLoginRoute) {
|
|
2099
|
-
clearPalette();
|
|
2100
|
-
return;
|
|
2101
|
-
}
|
|
2102
|
-
if (!selectedEvent) {
|
|
2103
|
-
clearPalette();
|
|
2104
|
-
return;
|
|
2105
|
-
}
|
|
2106
|
-
const eventColours = selectedEvent.event_colours;
|
|
2107
|
-
const normalized = parseAndNormalizeEventColours(eventColours);
|
|
2108
|
-
if (!normalized) {
|
|
2109
|
-
clearPalette();
|
|
2110
|
-
return;
|
|
2111
|
-
}
|
|
2112
|
-
try {
|
|
2113
|
-
applyPalette(normalized);
|
|
2114
|
-
} catch (error) {
|
|
2115
|
-
log4.error("Failed to apply event palette:", error);
|
|
2116
|
-
}
|
|
2117
|
-
return () => {
|
|
2118
|
-
};
|
|
2119
|
-
}, [selectedEvent, location.pathname]);
|
|
2120
|
-
}
|
|
2121
|
-
function usePreventTabReload(options = {}) {
|
|
2122
|
-
const { enabled = true, gracePeriodMs = 2e3 } = options;
|
|
2123
|
-
const isRestoringFromCacheRef = useRef(false);
|
|
2124
|
-
const gracePeriodTimeoutRef = useRef(null);
|
|
2125
|
-
useEffect(() => {
|
|
2126
|
-
if (!enabled || typeof window === "undefined") return;
|
|
2127
|
-
const handlePageShow = (event) => {
|
|
2128
|
-
if (event.persisted) {
|
|
2129
|
-
isRestoringFromCacheRef.current = true;
|
|
2130
|
-
if (gracePeriodTimeoutRef.current) {
|
|
2131
|
-
clearTimeout(gracePeriodTimeoutRef.current);
|
|
2132
|
-
}
|
|
2133
|
-
gracePeriodTimeoutRef.current = setTimeout(() => {
|
|
2134
|
-
isRestoringFromCacheRef.current = false;
|
|
2135
|
-
}, gracePeriodMs);
|
|
2136
|
-
}
|
|
2137
|
-
};
|
|
2138
|
-
const handleVisibilityChange = () => {
|
|
2139
|
-
if (!document.hidden) {
|
|
2140
|
-
isRestoringFromCacheRef.current = true;
|
|
2141
|
-
if (gracePeriodTimeoutRef.current) {
|
|
2142
|
-
clearTimeout(gracePeriodTimeoutRef.current);
|
|
2143
|
-
}
|
|
2144
|
-
gracePeriodTimeoutRef.current = setTimeout(() => {
|
|
2145
|
-
isRestoringFromCacheRef.current = false;
|
|
2146
|
-
}, gracePeriodMs);
|
|
2147
|
-
}
|
|
2148
|
-
};
|
|
2149
|
-
window.addEventListener("pageshow", handlePageShow);
|
|
2150
|
-
document.addEventListener("visibilitychange", handleVisibilityChange);
|
|
2151
|
-
return () => {
|
|
2152
|
-
window.removeEventListener("pageshow", handlePageShow);
|
|
2153
|
-
document.removeEventListener("visibilitychange", handleVisibilityChange);
|
|
2154
|
-
if (gracePeriodTimeoutRef.current) {
|
|
2155
|
-
clearTimeout(gracePeriodTimeoutRef.current);
|
|
2156
|
-
}
|
|
2157
|
-
};
|
|
2158
|
-
}, [enabled, gracePeriodMs]);
|
|
2159
|
-
}
|
|
2160
|
-
|
|
2161
|
-
export { APP_PATH_MAPPING, DEFAULT_FILE_SIZE_LIMIT, FILE_SIZE_LIMITS, STORAGE_CONFIG, archiveFile, cleanupQueryCache, clearFileDisplayCache, clearPublicFileDisplayCache, createFileReferenceService, deleteFile, downloadFile, extractFileMetadata, generateFilePath, generateFileUrlsBatch, generateUniqueFileName, getBucketName, getFileDisplayCacheStats, getFileSizeLimit, getPublicFileDisplayCacheStats, getPublicUrl, getSignedUrl, invalidateFileDisplayCache, listFiles, queryCacheHelpers, uploadFile, uploadFileWithReference, useAddressAutocomplete, useDebounce, useEventTheme, useFileDisplay, usePreventTabReload, usePublicFileDisplay, useQueryCache, validateFileSize };
|