@jmruthers/pace-core 0.5.28 → 0.5.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{DataTable-K6ZB56JF.js → DataTable-B3QAKJN2.js} +2 -2
- package/dist/{chunk-FHSK2UES.js → chunk-4MGZ5E3J.js} +33 -10
- package/dist/chunk-4MGZ5E3J.js.map +1 -0
- package/dist/{chunk-M3UUEWLR.js → chunk-VLWG2SIU.js} +2 -2
- package/dist/components.js +2 -2
- package/dist/index.js +2 -2
- package/dist/utils.js +1 -1
- package/docs/api/classes/ErrorBoundary.md +1 -1
- package/docs/api/classes/InvalidScopeError.md +1 -1
- package/docs/api/classes/MissingUserContextError.md +1 -1
- package/docs/api/classes/OrganisationContextRequiredError.md +1 -1
- package/docs/api/classes/PermissionDeniedError.md +1 -1
- package/docs/api/classes/PublicErrorBoundary.md +1 -1
- package/docs/api/classes/RBACAuditManager.md +1 -1
- package/docs/api/classes/RBACCache.md +1 -1
- package/docs/api/classes/RBACEngine.md +1 -1
- package/docs/api/classes/RBACError.md +1 -1
- package/docs/api/classes/RBACNotInitializedError.md +1 -1
- package/docs/api/classes/SecureSupabaseClient.md +1 -1
- package/docs/api/interfaces/AggregateConfig.md +1 -1
- package/docs/api/interfaces/ButtonProps.md +1 -1
- package/docs/api/interfaces/CardProps.md +1 -1
- package/docs/api/interfaces/ColorPalette.md +1 -1
- package/docs/api/interfaces/ColorShade.md +1 -1
- package/docs/api/interfaces/DataAccessRecord.md +1 -1
- package/docs/api/interfaces/DataTableAction.md +1 -1
- package/docs/api/interfaces/DataTableColumn.md +1 -1
- package/docs/api/interfaces/DataTableProps.md +1 -1
- package/docs/api/interfaces/DataTableToolbarButton.md +1 -1
- package/docs/api/interfaces/EmptyStateConfig.md +1 -1
- package/docs/api/interfaces/EnhancedNavigationMenuProps.md +1 -1
- package/docs/api/interfaces/EventContextType.md +1 -1
- package/docs/api/interfaces/EventLogoProps.md +1 -1
- package/docs/api/interfaces/EventProviderProps.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadProps.md +1 -1
- package/docs/api/interfaces/FooterProps.md +1 -1
- package/docs/api/interfaces/InactivityWarningModalProps.md +1 -1
- package/docs/api/interfaces/InputProps.md +1 -1
- package/docs/api/interfaces/LabelProps.md +1 -1
- package/docs/api/interfaces/LoginFormProps.md +1 -1
- package/docs/api/interfaces/NavigationAccessRecord.md +1 -1
- package/docs/api/interfaces/NavigationContextType.md +1 -1
- package/docs/api/interfaces/NavigationGuardProps.md +1 -1
- package/docs/api/interfaces/NavigationItem.md +1 -1
- package/docs/api/interfaces/NavigationMenuProps.md +1 -1
- package/docs/api/interfaces/NavigationProviderProps.md +1 -1
- package/docs/api/interfaces/Organisation.md +1 -1
- package/docs/api/interfaces/OrganisationContextType.md +1 -1
- package/docs/api/interfaces/OrganisationMembership.md +1 -1
- package/docs/api/interfaces/OrganisationProviderProps.md +1 -1
- package/docs/api/interfaces/OrganisationSecurityError.md +1 -1
- package/docs/api/interfaces/PaceAppLayoutProps.md +1 -1
- package/docs/api/interfaces/PaceLoginPageProps.md +1 -1
- package/docs/api/interfaces/PageAccessRecord.md +1 -1
- package/docs/api/interfaces/PagePermissionContextType.md +1 -1
- package/docs/api/interfaces/PagePermissionGuardProps.md +1 -1
- package/docs/api/interfaces/PagePermissionProviderProps.md +1 -1
- package/docs/api/interfaces/PaletteData.md +1 -1
- package/docs/api/interfaces/PermissionEnforcerProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryProps.md +1 -1
- package/docs/api/interfaces/PublicErrorBoundaryState.md +1 -1
- package/docs/api/interfaces/PublicLoadingSpinnerProps.md +1 -1
- package/docs/api/interfaces/PublicPageFooterProps.md +1 -1
- package/docs/api/interfaces/PublicPageHeaderProps.md +1 -1
- package/docs/api/interfaces/PublicPageLayoutProps.md +1 -1
- package/docs/api/interfaces/RBACConfig.md +1 -1
- package/docs/api/interfaces/RBACContextType.md +1 -1
- package/docs/api/interfaces/RBACLogger.md +1 -1
- package/docs/api/interfaces/RBACProviderProps.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterContextType.md +1 -1
- package/docs/api/interfaces/RoleBasedRouterProps.md +1 -1
- package/docs/api/interfaces/RouteAccessRecord.md +1 -1
- package/docs/api/interfaces/RouteConfig.md +1 -1
- package/docs/api/interfaces/SecureDataContextType.md +1 -1
- package/docs/api/interfaces/SecureDataProviderProps.md +1 -1
- package/docs/api/interfaces/StorageConfig.md +1 -1
- package/docs/api/interfaces/StorageFileInfo.md +1 -1
- package/docs/api/interfaces/StorageFileMetadata.md +1 -1
- package/docs/api/interfaces/StorageListOptions.md +1 -1
- package/docs/api/interfaces/StorageListResult.md +1 -1
- package/docs/api/interfaces/StorageUploadOptions.md +1 -1
- package/docs/api/interfaces/StorageUploadResult.md +1 -1
- package/docs/api/interfaces/StorageUrlOptions.md +1 -1
- package/docs/api/interfaces/StyleImport.md +1 -1
- package/docs/api/interfaces/ToastActionElement.md +1 -1
- package/docs/api/interfaces/ToastProps.md +1 -1
- package/docs/api/interfaces/UnifiedAuthContextType.md +1 -1
- package/docs/api/interfaces/UnifiedAuthProviderProps.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerOptions.md +1 -1
- package/docs/api/interfaces/UseInactivityTrackerReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventLogoReturn.md +1 -1
- package/docs/api/interfaces/UsePublicEventOptions.md +1 -1
- package/docs/api/interfaces/UsePublicEventReturn.md +1 -1
- package/docs/api/interfaces/UsePublicRouteParamsReturn.md +1 -1
- package/docs/api/interfaces/UserEventAccess.md +1 -1
- package/docs/api/interfaces/UserMenuProps.md +1 -1
- package/docs/api/interfaces/UserProfile.md +1 -1
- package/docs/api/modules.md +2 -2
- package/package.json +1 -1
- package/src/components/DataTable/components/DataTableCore.tsx +44 -11
- package/dist/chunk-FHSK2UES.js.map +0 -1
- /package/dist/{DataTable-K6ZB56JF.js.map → DataTable-B3QAKJN2.js.map} +0 -0
- /package/dist/{chunk-M3UUEWLR.js.map → chunk-VLWG2SIU.js.map} +0 -0
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
useDataTableContext,
|
|
33
33
|
usePluginRegistry,
|
|
34
34
|
useStateManager
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-4MGZ5E3J.js";
|
|
36
36
|
import "./chunk-YA77BOZM.js";
|
|
37
37
|
import "./chunk-GWSBHC4J.js";
|
|
38
38
|
import "./chunk-7BNPOCLL.js";
|
|
@@ -96,4 +96,4 @@ export {
|
|
|
96
96
|
usePluginRegistry,
|
|
97
97
|
useStateManager
|
|
98
98
|
};
|
|
99
|
-
//# sourceMappingURL=DataTable-
|
|
99
|
+
//# sourceMappingURL=DataTable-B3QAKJN2.js.map
|
|
@@ -3361,6 +3361,28 @@ function DataTableInternal({
|
|
|
3361
3361
|
userId: user?.id
|
|
3362
3362
|
});
|
|
3363
3363
|
const [resolvedScope, setResolvedScope] = useState6(null);
|
|
3364
|
+
const stableScopeRef = useRef4({
|
|
3365
|
+
organisationId: "",
|
|
3366
|
+
appId: "",
|
|
3367
|
+
eventId: void 0
|
|
3368
|
+
});
|
|
3369
|
+
if (resolvedScope && resolvedScope.organisationId) {
|
|
3370
|
+
const newScope = {
|
|
3371
|
+
organisationId: resolvedScope.organisationId,
|
|
3372
|
+
appId: resolvedScope.appId,
|
|
3373
|
+
eventId: resolvedScope.eventId
|
|
3374
|
+
};
|
|
3375
|
+
if (stableScopeRef.current.organisationId !== newScope.organisationId || stableScopeRef.current.eventId !== newScope.eventId || stableScopeRef.current.appId !== newScope.appId) {
|
|
3376
|
+
stableScopeRef.current = {
|
|
3377
|
+
organisationId: newScope.organisationId,
|
|
3378
|
+
appId: newScope.appId || "",
|
|
3379
|
+
eventId: newScope.eventId
|
|
3380
|
+
};
|
|
3381
|
+
}
|
|
3382
|
+
} else if (!resolvedScope) {
|
|
3383
|
+
stableScopeRef.current = { organisationId: "", appId: "", eventId: void 0 };
|
|
3384
|
+
}
|
|
3385
|
+
const stableScope = stableScopeRef.current;
|
|
3364
3386
|
useEffect5(() => {
|
|
3365
3387
|
const resolveScope = async () => {
|
|
3366
3388
|
if (selectedOrganisationId && selectedEventId) {
|
|
@@ -3401,13 +3423,13 @@ function DataTableInternal({
|
|
|
3401
3423
|
resolveScope();
|
|
3402
3424
|
}, [selectedOrganisationId, selectedEventId, supabase]);
|
|
3403
3425
|
const permissions = {
|
|
3404
|
-
canRead: useCan(user?.id || "",
|
|
3405
|
-
canCreate: useCan(user?.id || "",
|
|
3406
|
-
canUpdate: useCan(user?.id || "",
|
|
3407
|
-
canDelete: useCan(user?.id || "",
|
|
3408
|
-
canExport: useCan(user?.id || "",
|
|
3426
|
+
canRead: useCan(user?.id || "", stableScope, `read:page.${effectivePageId}`, effectivePageId),
|
|
3427
|
+
canCreate: useCan(user?.id || "", stableScope, `create:page.${effectivePageId}`, effectivePageId),
|
|
3428
|
+
canUpdate: useCan(user?.id || "", stableScope, `update:page.${effectivePageId}`, effectivePageId),
|
|
3429
|
+
canDelete: useCan(user?.id || "", stableScope, `delete:page.${effectivePageId}`, effectivePageId),
|
|
3430
|
+
canExport: useCan(user?.id || "", stableScope, `manage:page.${effectivePageId}`, effectivePageId),
|
|
3409
3431
|
// Using manage for export/import
|
|
3410
|
-
canImport: useCan(user?.id || "",
|
|
3432
|
+
canImport: useCan(user?.id || "", stableScope, `manage:page.${effectivePageId}`, effectivePageId)
|
|
3411
3433
|
// Using manage for export/import
|
|
3412
3434
|
};
|
|
3413
3435
|
const finalPaginationMode = paginationMode || detectedMode;
|
|
@@ -3736,9 +3758,10 @@ function DataTableInternal({
|
|
|
3736
3758
|
console.log(" refetch type:", typeof permissions.canRead.refetch);
|
|
3737
3759
|
console.log("[DataTable] RBAC DEBUG - Scope (FIXED):");
|
|
3738
3760
|
console.log(" resolvedScope:", resolvedScope);
|
|
3739
|
-
console.log("
|
|
3740
|
-
console.log("
|
|
3741
|
-
console.log("
|
|
3761
|
+
console.log(" stableScope:", stableScope);
|
|
3762
|
+
console.log(" organisationId:", stableScope?.organisationId);
|
|
3763
|
+
console.log(" eventId:", stableScope?.eventId);
|
|
3764
|
+
console.log(" appId:", stableScope?.appId);
|
|
3742
3765
|
if (!permissions.canRead.can) {
|
|
3743
3766
|
console.error("[DataTable] ACCESS DENIED - DataTable RBAC failing!");
|
|
3744
3767
|
console.error(" effectivePageId:", effectivePageId);
|
|
@@ -5517,4 +5540,4 @@ export {
|
|
|
5517
5540
|
GroupHeader,
|
|
5518
5541
|
EditableRow
|
|
5519
5542
|
};
|
|
5520
|
-
//# sourceMappingURL=chunk-
|
|
5543
|
+
//# sourceMappingURL=chunk-4MGZ5E3J.js.map
|