@jmruthers/pace-core 0.5.78 → 0.5.80
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-ETGVF4Y5.js → DataTable-OOZS7YTJ.js} +6 -6
- package/dist/{UnifiedAuthProvider-P5SOJAQ6.js → UnifiedAuthProvider-K2IZAY5F.js} +3 -3
- package/dist/{chunk-MNJXXD6C.js → chunk-5BN3YGNK.js} +166 -57
- package/dist/chunk-5BN3YGNK.js.map +1 -0
- package/dist/{chunk-FT2M4R4F.js → chunk-CBSD3BZ3.js} +8 -3
- package/dist/{chunk-FT2M4R4F.js.map → chunk-CBSD3BZ3.js.map} +1 -1
- package/dist/{chunk-QGVSOUJ2.js → chunk-I2VVV5PQ.js} +2 -2
- package/dist/{chunk-VSOKOFRF.js → chunk-KUYWZVR2.js} +4 -4
- package/dist/{chunk-YVVGHRGI.js → chunk-MJWN5JKI.js} +14 -7
- package/dist/chunk-MJWN5JKI.js.map +1 -0
- package/dist/{chunk-ZMNXIJP4.js → chunk-MVFZYTIZ.js} +142 -75
- package/dist/{chunk-ZMNXIJP4.js.map → chunk-MVFZYTIZ.js.map} +1 -1
- package/dist/{chunk-2OGV6IRV.js → chunk-NTW3KGS4.js} +5 -5
- package/dist/{chunk-FL4ZCQLD.js → chunk-RIXPZJUB.js} +2 -2
- package/dist/{chunk-5BO3MI5Y.js → chunk-S3JKDMD5.js} +3 -3
- package/dist/{chunk-PTR5PMPE.js → chunk-V5SWX6KL.js} +4 -4
- package/dist/{chunk-LRQ6RBJC.js → chunk-YVUZWLQG.js} +3 -3
- package/dist/components.js +8 -8
- package/dist/hooks.js +7 -7
- package/dist/index.js +11 -11
- package/dist/providers.js +2 -2
- package/dist/rbac/index.js +7 -7
- package/dist/utils.js +1 -1
- package/docs/api/classes/ColumnFactory.md +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/classes/StorageUtils.md +1 -1
- package/docs/api/enums/FileCategory.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/DataRecord.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/EventLogoProps.md +1 -1
- package/docs/api/interfaces/FileDisplayProps.md +1 -1
- package/docs/api/interfaces/FileMetadata.md +1 -1
- package/docs/api/interfaces/FileReference.md +1 -1
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadOptions.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/RBACLogger.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/SwitchProps.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/UseResolvedScopeOptions.md +1 -1
- package/docs/api/interfaces/UseResolvedScopeReturn.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 +3 -3
- package/docs/architecture/rpc-function-standards.md +757 -0
- package/package.json +1 -1
- package/src/components/DataTable/components/DataTableCore.tsx +105 -18
- package/src/components/DataTable/components/PaginationControls.tsx +78 -77
- package/src/components/DataTable/hooks/useDataTableConfiguration.ts +29 -16
- package/src/components/DataTable/hooks/useEffectiveColumnOrder.ts +6 -4
- package/src/components/DataTable/hooks/useTableColumns.ts +20 -19
- package/src/components/DataTable/hooks/useTableHandlers.ts +8 -3
- package/src/components/EventSelector/EventSelector.tsx +8 -0
- package/src/hooks/useEvents.ts +8 -1
- package/src/providers/services/UnifiedAuthProvider.tsx +177 -59
- package/src/services/EventService.ts +8 -0
- package/src/styles/core.css +1 -2
- package/dist/chunk-MNJXXD6C.js.map +0 -1
- package/dist/chunk-YVVGHRGI.js.map +0 -1
- package/src/styles/base.css +0 -208
- /package/dist/{DataTable-ETGVF4Y5.js.map → DataTable-OOZS7YTJ.js.map} +0 -0
- /package/dist/{UnifiedAuthProvider-P5SOJAQ6.js.map → UnifiedAuthProvider-K2IZAY5F.js.map} +0 -0
- /package/dist/{chunk-QGVSOUJ2.js.map → chunk-I2VVV5PQ.js.map} +0 -0
- /package/dist/{chunk-VSOKOFRF.js.map → chunk-KUYWZVR2.js.map} +0 -0
- /package/dist/{chunk-2OGV6IRV.js.map → chunk-NTW3KGS4.js.map} +0 -0
- /package/dist/{chunk-FL4ZCQLD.js.map → chunk-RIXPZJUB.js.map} +0 -0
- /package/dist/{chunk-5BO3MI5Y.js.map → chunk-S3JKDMD5.js.map} +0 -0
- /package/dist/{chunk-PTR5PMPE.js.map → chunk-V5SWX6KL.js.map} +0 -0
- /package/dist/{chunk-LRQ6RBJC.js.map → chunk-YVUZWLQG.js.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
createScopeFromEvent,
|
|
3
3
|
useAccessLevel,
|
|
4
4
|
useCan
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YVUZWLQG.js";
|
|
6
6
|
import {
|
|
7
7
|
OrganisationContextRequiredError,
|
|
8
8
|
RBACCache,
|
|
@@ -11,13 +11,13 @@ import {
|
|
|
11
11
|
} from "./chunk-S63MFSY6.js";
|
|
12
12
|
import {
|
|
13
13
|
useSecureDataAccess
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-S3JKDMD5.js";
|
|
15
15
|
import {
|
|
16
16
|
init_UnifiedAuthProvider
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-RIXPZJUB.js";
|
|
18
18
|
import {
|
|
19
19
|
useUnifiedAuth
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-5BN3YGNK.js";
|
|
21
21
|
import {
|
|
22
22
|
getCurrentAppName
|
|
23
23
|
} from "./chunk-JCQZ6LA7.js";
|
|
@@ -1860,4 +1860,4 @@ export {
|
|
|
1860
1860
|
getPermissionsForRole,
|
|
1861
1861
|
ALL_PERMISSIONS
|
|
1862
1862
|
};
|
|
1863
|
-
//# sourceMappingURL=chunk-
|
|
1863
|
+
//# sourceMappingURL=chunk-NTW3KGS4.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
UnifiedAuthProvider,
|
|
3
3
|
init_UnifiedAuthProvider,
|
|
4
4
|
useUnifiedAuth
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-5BN3YGNK.js";
|
|
6
6
|
import {
|
|
7
7
|
__esm,
|
|
8
8
|
__export
|
|
@@ -24,4 +24,4 @@ export {
|
|
|
24
24
|
UnifiedAuthProvider_exports,
|
|
25
25
|
init_UnifiedAuthProvider2 as init_UnifiedAuthProvider
|
|
26
26
|
};
|
|
27
|
-
//# sourceMappingURL=chunk-
|
|
27
|
+
//# sourceMappingURL=chunk-RIXPZJUB.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_useOrganisations,
|
|
3
3
|
useOrganisations
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CBSD3BZ3.js";
|
|
5
5
|
import {
|
|
6
6
|
useUnifiedAuth
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5BN3YGNK.js";
|
|
8
8
|
import {
|
|
9
9
|
init_organisationContext,
|
|
10
10
|
setOrganisationContext
|
|
@@ -380,4 +380,4 @@ function useSecureDataAccess() {
|
|
|
380
380
|
export {
|
|
381
381
|
useSecureDataAccess
|
|
382
382
|
};
|
|
383
|
-
//# sourceMappingURL=chunk-
|
|
383
|
+
//# sourceMappingURL=chunk-S3JKDMD5.js.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
init_OrganisationProvider,
|
|
3
3
|
usePublicPageContext
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KUYWZVR2.js";
|
|
5
5
|
import {
|
|
6
6
|
init_useOrganisations,
|
|
7
7
|
useEvents,
|
|
8
8
|
useOrganisations
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CBSD3BZ3.js";
|
|
10
10
|
import {
|
|
11
11
|
useUnifiedAuth
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-5BN3YGNK.js";
|
|
13
13
|
import {
|
|
14
14
|
applyPalette,
|
|
15
15
|
clearPalette
|
|
@@ -699,4 +699,4 @@ export {
|
|
|
699
699
|
generatePublicRoutePath,
|
|
700
700
|
extractEventCodeFromPath
|
|
701
701
|
};
|
|
702
|
-
//# sourceMappingURL=chunk-
|
|
702
|
+
//# sourceMappingURL=chunk-V5SWX6KL.js.map
|
|
@@ -11,11 +11,11 @@ import {
|
|
|
11
11
|
init_useOrganisations,
|
|
12
12
|
useEvents,
|
|
13
13
|
useOrganisations
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-CBSD3BZ3.js";
|
|
15
15
|
import {
|
|
16
16
|
init_UnifiedAuthProvider,
|
|
17
17
|
useUnifiedAuth
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-5BN3YGNK.js";
|
|
19
19
|
import {
|
|
20
20
|
getCurrentAppName
|
|
21
21
|
} from "./chunk-JCQZ6LA7.js";
|
|
@@ -729,4 +729,4 @@ export {
|
|
|
729
729
|
useHasAllPermissions,
|
|
730
730
|
useCachedPermissions
|
|
731
731
|
};
|
|
732
|
-
//# sourceMappingURL=chunk-
|
|
732
|
+
//# sourceMappingURL=chunk-YVUZWLQG.js.map
|
package/dist/components.js
CHANGED
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
useFileUpload,
|
|
52
52
|
usePublicPageContext as usePublicPageContext2,
|
|
53
53
|
useStorage
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-MJWN5JKI.js";
|
|
55
55
|
import {
|
|
56
56
|
Alert,
|
|
57
57
|
AlertDescription,
|
|
@@ -91,10 +91,10 @@ import {
|
|
|
91
91
|
TooltipProvider,
|
|
92
92
|
TooltipRoot,
|
|
93
93
|
TooltipTrigger
|
|
94
|
-
} from "./chunk-
|
|
94
|
+
} from "./chunk-MVFZYTIZ.js";
|
|
95
95
|
import {
|
|
96
96
|
useRBAC
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-YVUZWLQG.js";
|
|
98
98
|
import "./chunk-S63MFSY6.js";
|
|
99
99
|
import "./chunk-Q7APDV6H.js";
|
|
100
100
|
import {
|
|
@@ -104,19 +104,19 @@ import {
|
|
|
104
104
|
useErrorBoundary,
|
|
105
105
|
useIsPublicPage,
|
|
106
106
|
usePublicPageContext
|
|
107
|
-
} from "./chunk-
|
|
107
|
+
} from "./chunk-KUYWZVR2.js";
|
|
108
108
|
import {
|
|
109
109
|
useToast
|
|
110
110
|
} from "./chunk-YCKPEMJA.js";
|
|
111
|
-
import "./chunk-
|
|
111
|
+
import "./chunk-CBSD3BZ3.js";
|
|
112
112
|
import {
|
|
113
113
|
init_UnifiedAuthProvider
|
|
114
|
-
} from "./chunk-
|
|
115
|
-
import "./chunk-
|
|
114
|
+
} from "./chunk-RIXPZJUB.js";
|
|
115
|
+
import "./chunk-I2VVV5PQ.js";
|
|
116
116
|
import {
|
|
117
117
|
UnifiedAuthProvider,
|
|
118
118
|
useUnifiedAuth
|
|
119
|
-
} from "./chunk-
|
|
119
|
+
} from "./chunk-5BN3YGNK.js";
|
|
120
120
|
import {
|
|
121
121
|
FileCategory
|
|
122
122
|
} from "./chunk-WUXCWRL6.js";
|
package/dist/hooks.js
CHANGED
|
@@ -9,24 +9,24 @@ import {
|
|
|
9
9
|
usePublicEvent,
|
|
10
10
|
usePublicEventCode,
|
|
11
11
|
usePublicRouteParams
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-V5SWX6KL.js";
|
|
13
13
|
import {
|
|
14
14
|
useSecureDataAccess
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-S3JKDMD5.js";
|
|
16
16
|
import {
|
|
17
17
|
clearPublicLogoCache,
|
|
18
18
|
getPublicLogoCacheStats,
|
|
19
19
|
useAppConfig,
|
|
20
20
|
usePublicEventLogo
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-KUYWZVR2.js";
|
|
22
22
|
import {
|
|
23
23
|
useDataTablePerformance,
|
|
24
24
|
useToast
|
|
25
25
|
} from "./chunk-YCKPEMJA.js";
|
|
26
|
-
import "./chunk-
|
|
27
|
-
import "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
26
|
+
import "./chunk-CBSD3BZ3.js";
|
|
27
|
+
import "./chunk-RIXPZJUB.js";
|
|
28
|
+
import "./chunk-I2VVV5PQ.js";
|
|
29
|
+
import "./chunk-5BN3YGNK.js";
|
|
30
30
|
import {
|
|
31
31
|
useComponentPerformance
|
|
32
32
|
} from "./chunk-66C4BSAY.js";
|
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
withAccessLevelGuard,
|
|
31
31
|
withPermissionGuard,
|
|
32
32
|
withRoleGuard
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-NTW3KGS4.js";
|
|
34
34
|
import {
|
|
35
35
|
init_useInactivityTracker,
|
|
36
36
|
useInactivityTracker
|
|
@@ -107,7 +107,7 @@ import {
|
|
|
107
107
|
usePublicPageContext as usePublicPageContext2,
|
|
108
108
|
useStorage,
|
|
109
109
|
validateFileSize
|
|
110
|
-
} from "./chunk-
|
|
110
|
+
} from "./chunk-MJWN5JKI.js";
|
|
111
111
|
import {
|
|
112
112
|
Alert,
|
|
113
113
|
AlertDescription,
|
|
@@ -148,7 +148,7 @@ import {
|
|
|
148
148
|
TooltipProvider,
|
|
149
149
|
TooltipRoot,
|
|
150
150
|
TooltipTrigger
|
|
151
|
-
} from "./chunk-
|
|
151
|
+
} from "./chunk-MVFZYTIZ.js";
|
|
152
152
|
import {
|
|
153
153
|
useAccessLevel,
|
|
154
154
|
useCachedPermissions,
|
|
@@ -159,7 +159,7 @@ import {
|
|
|
159
159
|
usePermissions,
|
|
160
160
|
useRBAC,
|
|
161
161
|
useResolvedScope
|
|
162
|
-
} from "./chunk-
|
|
162
|
+
} from "./chunk-YVUZWLQG.js";
|
|
163
163
|
import {
|
|
164
164
|
CACHE_PATTERNS,
|
|
165
165
|
RBACCache,
|
|
@@ -200,8 +200,8 @@ import {
|
|
|
200
200
|
usePublicEvent,
|
|
201
201
|
usePublicEventCode,
|
|
202
202
|
usePublicRouteParams
|
|
203
|
-
} from "./chunk-
|
|
204
|
-
import "./chunk-
|
|
203
|
+
} from "./chunk-V5SWX6KL.js";
|
|
204
|
+
import "./chunk-S3JKDMD5.js";
|
|
205
205
|
import {
|
|
206
206
|
DefaultPublicErrorFallback,
|
|
207
207
|
PublicErrorBoundary,
|
|
@@ -214,7 +214,7 @@ import {
|
|
|
214
214
|
useIsPublicPage,
|
|
215
215
|
usePublicEventLogo,
|
|
216
216
|
usePublicPageContext
|
|
217
|
-
} from "./chunk-
|
|
217
|
+
} from "./chunk-KUYWZVR2.js";
|
|
218
218
|
import {
|
|
219
219
|
useToast
|
|
220
220
|
} from "./chunk-YCKPEMJA.js";
|
|
@@ -222,11 +222,11 @@ import {
|
|
|
222
222
|
init_useOrganisations,
|
|
223
223
|
useEvents,
|
|
224
224
|
useOrganisations
|
|
225
|
-
} from "./chunk-
|
|
225
|
+
} from "./chunk-CBSD3BZ3.js";
|
|
226
226
|
import {
|
|
227
227
|
init_UnifiedAuthProvider
|
|
228
|
-
} from "./chunk-
|
|
229
|
-
import "./chunk-
|
|
228
|
+
} from "./chunk-RIXPZJUB.js";
|
|
229
|
+
import "./chunk-I2VVV5PQ.js";
|
|
230
230
|
import {
|
|
231
231
|
EventServiceProvider,
|
|
232
232
|
InactivityServiceProvider,
|
|
@@ -242,7 +242,7 @@ import {
|
|
|
242
242
|
useInactivityService2 as useInactivityService,
|
|
243
243
|
useOrganisationService2 as useOrganisationService,
|
|
244
244
|
useUnifiedAuth
|
|
245
|
-
} from "./chunk-
|
|
245
|
+
} from "./chunk-5BN3YGNK.js";
|
|
246
246
|
import {
|
|
247
247
|
FileCategory
|
|
248
248
|
} from "./chunk-WUXCWRL6.js";
|
package/dist/providers.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-I2VVV5PQ.js";
|
|
2
2
|
import {
|
|
3
3
|
AuthServiceContext,
|
|
4
4
|
AuthServiceProvider,
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
useInactivityService,
|
|
15
15
|
useOrganisationService,
|
|
16
16
|
useUnifiedAuth
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-5BN3YGNK.js";
|
|
18
18
|
import "./chunk-CVMVPYAL.js";
|
|
19
19
|
import "./chunk-PLDDJCW6.js";
|
|
20
20
|
export {
|
package/dist/rbac/index.js
CHANGED
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
withAccessLevelGuard,
|
|
31
31
|
withPermissionGuard,
|
|
32
32
|
withRoleGuard
|
|
33
|
-
} from "../chunk-
|
|
33
|
+
} from "../chunk-NTW3KGS4.js";
|
|
34
34
|
import {
|
|
35
35
|
useAccessLevel,
|
|
36
36
|
useCachedPermissions,
|
|
@@ -41,7 +41,7 @@ import {
|
|
|
41
41
|
usePermissions,
|
|
42
42
|
useRBAC,
|
|
43
43
|
useResolvedScope
|
|
44
|
-
} from "../chunk-
|
|
44
|
+
} from "../chunk-YVUZWLQG.js";
|
|
45
45
|
import {
|
|
46
46
|
CACHE_PATTERNS,
|
|
47
47
|
RBACCache,
|
|
@@ -71,11 +71,11 @@ import {
|
|
|
71
71
|
getGlobalAuditManager,
|
|
72
72
|
setGlobalAuditManager
|
|
73
73
|
} from "../chunk-Q7APDV6H.js";
|
|
74
|
-
import "../chunk-
|
|
75
|
-
import "../chunk-
|
|
76
|
-
import "../chunk-
|
|
77
|
-
import "../chunk-
|
|
78
|
-
import "../chunk-
|
|
74
|
+
import "../chunk-S3JKDMD5.js";
|
|
75
|
+
import "../chunk-CBSD3BZ3.js";
|
|
76
|
+
import "../chunk-RIXPZJUB.js";
|
|
77
|
+
import "../chunk-I2VVV5PQ.js";
|
|
78
|
+
import "../chunk-5BN3YGNK.js";
|
|
79
79
|
import "../chunk-JCQZ6LA7.js";
|
|
80
80
|
import "../chunk-CVMVPYAL.js";
|
|
81
81
|
import "../chunk-PLDDJCW6.js";
|
package/dist/utils.js
CHANGED
|
@@ -594,7 +594,7 @@ function createLazyComponent(importFn, componentName, options = {}) {
|
|
|
594
594
|
return WrappedComponent;
|
|
595
595
|
}
|
|
596
596
|
var LazyDataTable = createLazyComponent(
|
|
597
|
-
() => import("./DataTable-
|
|
597
|
+
() => import("./DataTable-OOZS7YTJ.js").then((module) => ({ default: module.DataTable })),
|
|
598
598
|
"DataTable"
|
|
599
599
|
);
|
|
600
600
|
|