@jmruthers/pace-core 0.5.69 → 0.5.71
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-MPBSXUC6.js → DataTable-V3RFYBBB.js} +6 -5
- package/dist/{PublicLoadingSpinner-BOdyU3u-.d.ts → PublicLoadingSpinner-DLpF5bbs.d.ts} +77 -1
- package/dist/{api-A4SUYPPV.js → api-DDMUKIUD.js} +2 -2
- package/dist/{chunk-ZXJGZLLO.js → chunk-2NWIXRSB.js} +662 -106
- package/dist/chunk-2NWIXRSB.js.map +1 -0
- package/dist/{chunk-6JILXFEA.js → chunk-4CET7YQI.js} +51 -3
- package/dist/chunk-4CET7YQI.js.map +1 -0
- package/dist/{chunk-FJTAWPAQ.js → chunk-67FGPOHX.js} +3 -3
- package/dist/{chunk-Q2UP3ZWQ.js → chunk-BUM2ZPYC.js} +12 -12
- package/dist/{chunk-V3QO3LL7.js → chunk-C353TCFY.js} +2 -2
- package/dist/{chunk-NHR52QAQ.js → chunk-FGMFQSHX.js} +8 -7
- package/dist/chunk-FGMFQSHX.js.map +1 -0
- package/dist/{chunk-2ARQW6VX.js → chunk-GDIBOLKV.js} +2 -2
- package/dist/{chunk-RVYGJPOD.js → chunk-MTI7X73I.js} +9 -7
- package/dist/{chunk-RVYGJPOD.js.map → chunk-MTI7X73I.js.map} +1 -1
- package/dist/chunk-SMJZMKYN.js +141 -0
- package/dist/chunk-SMJZMKYN.js.map +1 -0
- package/dist/{chunk-L3RV2ALE.js → chunk-VKOCWWVY.js} +6 -1
- package/dist/{chunk-L3RV2ALE.js.map → chunk-VKOCWWVY.js.map} +1 -1
- package/dist/{chunk-NO5QHMDX.js → chunk-VLFIYM6B.js} +3 -3
- package/dist/{chunk-UCMHBF7Y.js → chunk-XC4ZCSO4.js} +2 -2
- package/dist/components.d.ts +4 -79
- package/dist/components.js +22 -579
- package/dist/components.js.map +1 -1
- package/dist/hooks.js +5 -5
- package/dist/index.d.ts +3 -2
- package/dist/index.js +26 -13
- package/dist/index.js.map +1 -1
- package/dist/providers.js +3 -2
- package/dist/rbac/index.d.ts +4 -0
- package/dist/rbac/index.js +6 -5
- package/dist/styles/index.js +2 -2
- package/dist/theming/runtime.d.ts +4 -3
- package/dist/theming/runtime.js +3 -1
- 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 +2 -2
- 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 +129 -0
- 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 +7 -7
- package/docs/api/interfaces/EventLogoProps.md +1 -1
- package/docs/api/interfaces/EventProviderProps.md +2 -2
- package/docs/api/interfaces/FileDisplayProps.md +107 -0
- package/docs/api/interfaces/FileMetadata.md +129 -0
- package/docs/api/interfaces/FileReference.md +118 -0
- package/docs/api/interfaces/FileSizeLimits.md +1 -1
- package/docs/api/interfaces/FileUploadOptions.md +85 -0
- 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/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/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 +192 -12
- package/package.json +3 -2
- package/src/components/PaceAppLayout/__tests__/PaceAppLayout.performance.test.tsx +3 -2
- package/src/index.ts +6 -0
- package/src/providers/EventProvider.tsx +58 -2
- package/src/rbac/__tests__/engine.comprehensive.test.ts +150 -78
- package/src/rbac/__tests__/rbac-engine-core-logic.test.ts +52 -50
- package/src/rbac/__tests__/rbac-engine-simplified.test.ts +39 -19
- package/src/rbac/engine.test.ts +4 -0
- package/src/rbac/engine.ts +16 -7
- package/src/rbac/providers/RBACProvider.tsx +15 -4
- package/src/theming/__tests__/runtime.test.ts +102 -82
- package/src/theming/runtime.ts +71 -28
- package/dist/chunk-6JILXFEA.js.map +0 -1
- package/dist/chunk-N2EUGZRW.js +0 -98
- package/dist/chunk-N2EUGZRW.js.map +0 -1
- package/dist/chunk-NHR52QAQ.js.map +0 -1
- package/dist/chunk-ZXJGZLLO.js.map +0 -1
- package/src/styles/base.css +0 -208
- package/src/styles/semantic.css +0 -24
- /package/dist/{DataTable-MPBSXUC6.js.map → DataTable-V3RFYBBB.js.map} +0 -0
- /package/dist/{api-A4SUYPPV.js.map → api-DDMUKIUD.js.map} +0 -0
- /package/dist/{chunk-FJTAWPAQ.js.map → chunk-67FGPOHX.js.map} +0 -0
- /package/dist/{chunk-Q2UP3ZWQ.js.map → chunk-BUM2ZPYC.js.map} +0 -0
- /package/dist/{chunk-V3QO3LL7.js.map → chunk-C353TCFY.js.map} +0 -0
- /package/dist/{chunk-2ARQW6VX.js.map → chunk-GDIBOLKV.js.map} +0 -0
- /package/dist/{chunk-NO5QHMDX.js.map → chunk-VLFIYM6B.js.map} +0 -0
- /package/dist/{chunk-UCMHBF7Y.js.map → chunk-XC4ZCSO4.js.map} +0 -0
|
@@ -32,9 +32,9 @@ import {
|
|
|
32
32
|
useDataTableContext,
|
|
33
33
|
usePluginRegistry,
|
|
34
34
|
useStateManager
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-
|
|
37
|
-
import "./chunk-
|
|
35
|
+
} from "./chunk-VLFIYM6B.js";
|
|
36
|
+
import "./chunk-67FGPOHX.js";
|
|
37
|
+
import "./chunk-FGMFQSHX.js";
|
|
38
38
|
import "./chunk-B2WTCLCV.js";
|
|
39
39
|
import {
|
|
40
40
|
DataChunkManager,
|
|
@@ -47,10 +47,11 @@ import {
|
|
|
47
47
|
throttle,
|
|
48
48
|
useDataTablePerformance
|
|
49
49
|
} from "./chunk-YNUBMSMV.js";
|
|
50
|
-
import "./chunk-
|
|
50
|
+
import "./chunk-4CET7YQI.js";
|
|
51
51
|
import "./chunk-ULBI5JGB.js";
|
|
52
52
|
import "./chunk-5BSLGBYI.js";
|
|
53
53
|
import "./chunk-6RBH67W7.js";
|
|
54
|
+
import "./chunk-SMJZMKYN.js";
|
|
54
55
|
import "./chunk-PLDDJCW6.js";
|
|
55
56
|
export {
|
|
56
57
|
ActionButtons,
|
|
@@ -96,4 +97,4 @@ export {
|
|
|
96
97
|
usePluginRegistry,
|
|
97
98
|
useStateManager
|
|
98
99
|
};
|
|
99
|
-
//# sourceMappingURL=DataTable-
|
|
100
|
+
//# sourceMappingURL=DataTable-V3RFYBBB.js.map
|
|
@@ -14,6 +14,7 @@ import { z } from 'zod';
|
|
|
14
14
|
import { User, SupabaseClient, createClient } from '@supabase/supabase-js';
|
|
15
15
|
import { r as Event } from './unified-CMPjE_fv.js';
|
|
16
16
|
import { b as Organisation } from './organisation-t-vvQC3g.js';
|
|
17
|
+
import { b as FileCategory, c as FileUploadOptions, e as FileUploadResult, F as FileReference } from './file-reference-9xUOnwyt.js';
|
|
17
18
|
|
|
18
19
|
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
|
|
19
20
|
/** Visual variant of the button */
|
|
@@ -2840,6 +2841,19 @@ interface PasswordResetFormProps {
|
|
|
2840
2841
|
}
|
|
2841
2842
|
declare function PasswordResetForm({ onSuccess, onError, className }: PasswordResetFormProps): react_jsx_runtime.JSX.Element;
|
|
2842
2843
|
|
|
2844
|
+
interface FileDisplayProps {
|
|
2845
|
+
supabase: SupabaseClient;
|
|
2846
|
+
table_name: string;
|
|
2847
|
+
record_id: string;
|
|
2848
|
+
organisation_id: string;
|
|
2849
|
+
category?: FileCategory;
|
|
2850
|
+
showUpload?: boolean;
|
|
2851
|
+
showDelete?: boolean;
|
|
2852
|
+
className?: string;
|
|
2853
|
+
children?: React__default.ReactNode;
|
|
2854
|
+
}
|
|
2855
|
+
declare function FileDisplay({ supabase, table_name, record_id, organisation_id, category, showUpload, showDelete, className, children }: FileDisplayProps): react_jsx_runtime.JSX.Element;
|
|
2856
|
+
|
|
2843
2857
|
/**
|
|
2844
2858
|
* Storage utility types for pace-core
|
|
2845
2859
|
*/
|
|
@@ -2968,6 +2982,68 @@ declare function useFileUpload({ supabase, appName, orgId }: UseStorageOptions):
|
|
|
2968
2982
|
uploadError: string | null;
|
|
2969
2983
|
};
|
|
2970
2984
|
|
|
2985
|
+
declare function useFileReference(supabase: SupabaseClient): {
|
|
2986
|
+
isLoading: boolean;
|
|
2987
|
+
error: string | null;
|
|
2988
|
+
uploadFile: (options: FileUploadOptions, file: File) => Promise<FileUploadResult | null>;
|
|
2989
|
+
getFileReference: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference | null>;
|
|
2990
|
+
getFileUrl: (table_name: string, record_id: string, organisation_id: string) => Promise<string | null>;
|
|
2991
|
+
getSignedUrl: (table_name: string, record_id: string, organisation_id: string, expires_in?: number) => Promise<string | null>;
|
|
2992
|
+
updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
|
|
2993
|
+
deleteFileReference: (table_name: string, record_id: string, organisation_id: string, delete_file?: boolean) => Promise<boolean>;
|
|
2994
|
+
listFileReferences: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference[]>;
|
|
2995
|
+
getFileCount: (table_name: string, record_id: string, organisation_id: string) => Promise<number>;
|
|
2996
|
+
clearError: () => void;
|
|
2997
|
+
};
|
|
2998
|
+
declare function useFileReferenceForRecord(supabase: SupabaseClient, table_name: string, record_id: string, organisation_id: string): {
|
|
2999
|
+
isLoading: boolean;
|
|
3000
|
+
error: string | null;
|
|
3001
|
+
fileUrl: string | null;
|
|
3002
|
+
fileReference: FileReference | null;
|
|
3003
|
+
fileReferences: FileReference[];
|
|
3004
|
+
fileCount: number;
|
|
3005
|
+
loadFileReference: () => Promise<FileReference | null>;
|
|
3006
|
+
loadFileUrl: () => Promise<string | null>;
|
|
3007
|
+
loadFileReferences: () => Promise<FileReference[]>;
|
|
3008
|
+
loadFileCount: () => Promise<number>;
|
|
3009
|
+
deleteFile: (delete_file?: boolean) => Promise<boolean>;
|
|
3010
|
+
updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
|
|
3011
|
+
clearError: () => void;
|
|
3012
|
+
};
|
|
3013
|
+
type UseFileReferenceOptions = {
|
|
3014
|
+
table_name: string;
|
|
3015
|
+
record_id: string;
|
|
3016
|
+
organisation_id: string;
|
|
3017
|
+
};
|
|
3018
|
+
type UseFileReferenceReturn = {
|
|
3019
|
+
isLoading: boolean;
|
|
3020
|
+
error: string | null;
|
|
3021
|
+
uploadFile: (options: FileUploadOptions, file: File) => Promise<FileUploadResult | null>;
|
|
3022
|
+
getFileReference: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference | null>;
|
|
3023
|
+
getFileUrl: (table_name: string, record_id: string, organisation_id: string) => Promise<string | null>;
|
|
3024
|
+
getSignedUrl: (table_name: string, record_id: string, organisation_id: string, expires_in?: number) => Promise<string | null>;
|
|
3025
|
+
updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
|
|
3026
|
+
deleteFileReference: (table_name: string, record_id: string, organisation_id: string, delete_file?: boolean) => Promise<boolean>;
|
|
3027
|
+
listFileReferences: (table_name: string, record_id: string, organisation_id: string) => Promise<FileReference[]>;
|
|
3028
|
+
getFileCount: (table_name: string, record_id: string, organisation_id: string) => Promise<number>;
|
|
3029
|
+
clearError: () => void;
|
|
3030
|
+
};
|
|
3031
|
+
type UseFileReferenceForRecordReturn = {
|
|
3032
|
+
isLoading: boolean;
|
|
3033
|
+
error: string | null;
|
|
3034
|
+
fileUrl: string | null;
|
|
3035
|
+
fileReference: FileReference | null;
|
|
3036
|
+
fileReferences: FileReference[];
|
|
3037
|
+
fileCount: number;
|
|
3038
|
+
loadFileReference: () => Promise<FileReference | null>;
|
|
3039
|
+
loadFileUrl: () => Promise<string | null>;
|
|
3040
|
+
loadFileReferences: () => Promise<FileReference[]>;
|
|
3041
|
+
loadFileCount: () => Promise<number>;
|
|
3042
|
+
deleteFile: (delete_file?: boolean) => Promise<boolean>;
|
|
3043
|
+
updateFileReference: (id: string, updates: Partial<FileReference>) => Promise<FileReference | null>;
|
|
3044
|
+
clearError: () => void;
|
|
3045
|
+
};
|
|
3046
|
+
|
|
2971
3047
|
/**
|
|
2972
3048
|
* @file Table Component System
|
|
2973
3049
|
* @package @jmruthers/pace-core
|
|
@@ -3477,4 +3553,4 @@ declare function PublicLoadingSkeleton({ lines, className }: {
|
|
|
3477
3553
|
className?: string;
|
|
3478
3554
|
}): react_jsx_runtime.JSX.Element;
|
|
3479
3555
|
|
|
3480
|
-
export {
|
|
3556
|
+
export { Select as $, Alert as A, Button as B, Card as C, Dialog as D, DialogOverlay as E, DialogTrigger as F, DialogClose as G, DialogContent as H, Input as I, DialogHeader as J, DialogBody as K, Label as L, DialogFooter as M, DialogTitle as N, DialogDescription as O, Progress as P, type DialogProps as Q, type DialogTriggerProps as R, Switch as S, Table as T, type DialogContentProps as U, type DialogOverlayProps as V, type DialogHeaderProps as W, type DialogFooterProps as X, type DialogTitleProps as Y, type DialogDescriptionProps as Z, type DialogSize as _, type ButtonProps as a, EventLogoCompact as a$, SelectGroup as a0, SelectValue as a1, SelectTrigger as a2, SelectContent as a3, SelectLabel as a4, SelectItem as a5, SelectSeparator as a6, Toast as a7, Toaster as a8, ToastAction as a9, type ErrorBoundaryProps as aA, type ErrorBoundaryState as aB, LoadingSpinner as aC, EventSelector as aD, PasswordResetForm as aE, FileDisplay as aF, type FileDisplayProps as aG, useStorage as aH, useFileUpload as aI, type UseStorageOptions as aJ, type UseStorageReturn as aK, useFileReference as aL, useFileReferenceForRecord as aM, type UseFileReferenceOptions as aN, type UseFileReferenceReturn as aO, type UseFileReferenceForRecordReturn as aP, PublicPageLayout as aQ, usePublicPageContext$1 as aR, PublicPageHeader as aS, PublicPageProvider as aT, usePublicPageContext as aU, useIsPublicPage as aV, PublicPageFooter as aW, PublicPageDebugger as aX, PublicPageDiagnostic as aY, PublicPageContextChecker as aZ, EventLogo as a_, ToastProvider as aa, ToastViewport as ab, ToastTitle as ac, ToastDescription as ad, ToastClose as ae, type ToastActionElement as af, type ToastProps as ag, Tooltip as ah, TooltipTrigger as ai, TooltipContent as aj, TooltipProvider as ak, TooltipRoot as al, Form as am, type FormProps as an, LoginForm as ao, type LoginFormProps as ap, Header as aq, Footer as ar, type FooterProps as as, NavigationMenu as at, type NavigationMenuProps as au, type NavigationItem as av, OrganisationSelector as aw, type OrganisationSelectorProps as ax, UserMenu as ay, ErrorBoundary as az, CardHeader as b, EventLogoLarge as b0, PublicErrorBoundary as b1, useErrorBoundary as b2, DefaultPublicErrorFallback as b3, PublicLoadingSpinner as b4, PublicLoadingSpinnerFullPage as b5, PublicLoadingSkeleton as b6, type PublicPageLayoutProps as b7, type PublicPageHeaderProps as b8, type PublicPageFooterProps as b9, type EventLogoProps as ba, type PublicErrorBoundaryProps as bb, type PublicErrorBoundaryState as bc, type PublicLoadingSpinnerProps as bd, type PaceAppLayoutProps as be, PaceAppLayout as bf, type PaceLoginPageProps as bg, PaceLoginPage as bh, type FileSizeLimits as bi, type StorageConfig as bj, type StorageUploadOptions as bk, type StorageFileMetadata as bl, type StorageUploadResult as bm, type StorageUrlOptions as bn, type StorageListOptions as bo, type StorageListResult as bp, type UserMenuProps as bq, type StorageFileInfo as br, CardFooter as c, CardTitle as d, CardDescription as e, CardContent as f, CardActions as g, type CardProps as h, type CardActionsProps as i, type InputProps as j, type LabelProps as k, AlertTitle as l, AlertDescription as m, Avatar as n, AvatarImage as o, AvatarFallback as p, Checkbox as q, type SwitchProps as r, TableHeader as s, TableBody as t, TableCaption as u, TableCell as v, TableFooter as w, TableHead as x, TableRow as y, DialogPortal as z };
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
isPermittedCached,
|
|
17
17
|
isSuperAdmin,
|
|
18
18
|
setupRBAC
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-FGMFQSHX.js";
|
|
20
20
|
import "./chunk-B2WTCLCV.js";
|
|
21
21
|
import "./chunk-PLDDJCW6.js";
|
|
22
22
|
export {
|
|
@@ -38,4 +38,4 @@ export {
|
|
|
38
38
|
isSuperAdmin,
|
|
39
39
|
setupRBAC
|
|
40
40
|
};
|
|
41
|
-
//# sourceMappingURL=api-
|
|
41
|
+
//# sourceMappingURL=api-DDMUKIUD.js.map
|