@vertesia/ui 0.71.0 → 0.73.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/esm/core/components/shadcn/index.js +2 -2
- package/lib/esm/core/components/shadcn/index.js.map +1 -1
- package/lib/esm/core/components/shadcn/theme/ThemeProvider.js +1 -0
- package/lib/esm/core/components/shadcn/theme/ThemeProvider.js.map +1 -1
- package/lib/esm/features/facets/RunsFacetsNav.js +15 -5
- package/lib/esm/features/facets/RunsFacetsNav.js.map +1 -1
- package/lib/esm/features/permissions/UserPermissionsProvider.js +1 -0
- package/lib/esm/features/permissions/UserPermissionsProvider.js.map +1 -1
- package/lib/esm/shell/apps/AppInstallationProvider.js +13 -0
- package/lib/esm/shell/apps/AppInstallationProvider.js.map +1 -0
- package/lib/esm/shell/apps/AppProjectSelector.js +25 -0
- package/lib/esm/shell/apps/AppProjectSelector.js.map +1 -0
- package/lib/esm/shell/apps/StandaloneApp.js +60 -0
- package/lib/esm/shell/apps/StandaloneApp.js.map +1 -0
- package/lib/esm/shell/apps/index.js +4 -0
- package/lib/esm/shell/apps/index.js.map +1 -0
- package/lib/esm/shell/index.js +1 -0
- package/lib/esm/shell/index.js.map +1 -1
- package/lib/esm/shell/login/InviteAcceptModal.js +1 -1
- package/lib/esm/shell/login/InviteAcceptModal.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/lib/types/core/components/shadcn/index.d.ts +2 -2
- package/lib/types/core/components/shadcn/index.d.ts.map +1 -1
- package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts +2 -1
- package/lib/types/core/components/shadcn/theme/ThemeProvider.d.ts.map +1 -1
- package/lib/types/features/facets/RunsFacetsNav.d.ts +1 -0
- package/lib/types/features/facets/RunsFacetsNav.d.ts.map +1 -1
- package/lib/types/features/facets/VFacetsNav.d.ts +1 -1
- package/lib/types/features/facets/VFacetsNav.d.ts.map +1 -1
- package/lib/types/features/permissions/UserPermissionsProvider.d.ts +2 -1
- package/lib/types/features/permissions/UserPermissionsProvider.d.ts.map +1 -1
- package/lib/types/shell/apps/AppInstallationProvider.d.ts +12 -0
- package/lib/types/shell/apps/AppInstallationProvider.d.ts.map +1 -0
- package/lib/types/shell/apps/AppProjectSelector.d.ts +12 -0
- package/lib/types/shell/apps/AppProjectSelector.d.ts.map +1 -0
- package/lib/types/shell/apps/StandaloneApp.d.ts +23 -0
- package/lib/types/shell/apps/StandaloneApp.d.ts.map +1 -0
- package/lib/types/shell/apps/index.d.ts +4 -0
- package/lib/types/shell/apps/index.d.ts.map +1 -0
- package/lib/types/shell/index.d.ts +1 -0
- package/lib/types/shell/index.d.ts.map +1 -1
- package/lib/vertesia-ui-core.js +1 -1
- package/lib/vertesia-ui-core.js.map +1 -1
- package/lib/vertesia-ui-features.js +1 -1
- package/lib/vertesia-ui-features.js.map +1 -1
- package/lib/vertesia-ui-shell.js +1 -1
- package/lib/vertesia-ui-shell.js.map +1 -1
- package/package.json +7 -7
- package/src/core/components/shadcn/index.ts +2 -2
- package/src/core/components/shadcn/theme/ThemeProvider.tsx +2 -0
- package/src/features/facets/RunsFacetsNav.tsx +17 -5
- package/src/features/facets/VFacetsNav.tsx +1 -1
- package/src/features/permissions/UserPermissionsProvider.tsx +1 -0
- package/src/shell/apps/AppInstallationProvider.tsx +22 -0
- package/src/shell/apps/AppProjectSelector.tsx +47 -0
- package/src/shell/apps/StandaloneApp.tsx +108 -0
- package/src/shell/apps/index.ts +3 -0
- package/src/shell/index.tsx +1 -0
- package/src/shell/login/InviteAcceptModal.tsx +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import ModeToggle from './theme/ThemeSwitcher';
|
|
2
|
-
import { ThemeProvider } from './theme/ThemeProvider';
|
|
3
|
-
export { ModeToggle, ThemeProvider };
|
|
2
|
+
import { ThemeProvider, ThemeProviderContext } from './theme/ThemeProvider';
|
|
3
|
+
export { ModeToggle, ThemeProvider, ThemeProviderContext };
|
|
4
4
|
export * from './button';
|
|
5
5
|
export * from './card';
|
|
6
6
|
export * from './dialog';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/components/shadcn/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/core/components/shadcn/index.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAC5E,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,oBAAoB,EAAE,CAAC;AAE3D,cAAc,UAAU,CAAC;AACzB,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC"}
|
|
@@ -8,7 +8,8 @@ type ThemeProviderState = {
|
|
|
8
8
|
theme: Theme;
|
|
9
9
|
setTheme: (theme: Theme) => void;
|
|
10
10
|
};
|
|
11
|
+
declare const ThemeProviderContext: import("react").Context<ThemeProviderState>;
|
|
12
|
+
export { ThemeProviderContext };
|
|
11
13
|
export declare function ThemeProvider({ children, defaultTheme, storageKey, ...props }: ThemeProviderProps): import("react/jsx-runtime").JSX.Element;
|
|
12
14
|
export declare const useTheme: () => ThemeProviderState;
|
|
13
|
-
export {};
|
|
14
15
|
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/shadcn/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;AAExC,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;CACjC,CAAA;
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/shadcn/theme/ThemeProvider.tsx"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,MAAM,GAAG,OAAO,GAAG,QAAQ,CAAA;AAExC,KAAK,kBAAkB,GAAG;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;IACzB,YAAY,CAAC,EAAE,KAAK,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,KAAK,kBAAkB,GAAG;IACxB,KAAK,EAAE,KAAK,CAAA;IACZ,QAAQ,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAA;CACjC,CAAA;AAOD,QAAA,MAAM,oBAAoB,6CAAkD,CAAA;AAE5E,OAAO,EAAE,oBAAoB,EAAE,CAAA;AAE/B,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,YAAuB,EACvB,UAA4B,EAC5B,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAoCpB;AAED,eAAO,MAAM,QAAQ,0BAOpB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RunsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/RunsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMzH,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,kBAAkB;IACxB,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,
|
|
1
|
+
{"version":3,"file":"RunsFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/RunsFacetsNav.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAqD,WAAW,EAAE,MAAM,mBAAmB,CAAC;AAMzH,OAAO,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AAE/C,UAAU,kBAAkB;IACxB,MAAM,EAAE;QACJ,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,YAAY,CAAC,EAAE,GAAG,EAAE,CAAC;QACrB,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC;QACf,QAAQ,CAAC,EAAE,GAAG,EAAE,CAAC;QACjB,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;QACb,aAAa,CAAC,EAAE,GAAG,EAAE,CAAC;QACtB,UAAU,CAAC,EAAE,GAAG,EAAE,CAAC;KACtB,CAAC;IACF,MAAM,EAAE,eAAe,CAAC;CAC3B;AAGD,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,kBAAkB,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,CAwFvF;AAGD,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,eAAe,IAChD,YAAY,UAAU,EAAE,UAmCnC;AAGD,wBAAgB,aAAa,CAAC,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,kBAAkB,2CAwBnE"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export interface SearchInterface {
|
|
2
2
|
getFilterValue(name: string): any;
|
|
3
3
|
setFilterValue(name: string, value: any): void;
|
|
4
|
-
clearFilters(autoSearch?: boolean): void;
|
|
4
|
+
clearFilters(autoSearch?: boolean, applyDefaults?: boolean): void;
|
|
5
5
|
search(): Promise<boolean | undefined>;
|
|
6
6
|
readonly isRunning: boolean;
|
|
7
7
|
query: Record<string, any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/VFacetsNav.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC5B,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAClC,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IAC/C,YAAY,CAAC,UAAU,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"VFacetsNav.d.ts","sourceRoot":"","sources":["../../../../src/features/facets/VFacetsNav.tsx"],"names":[],"mappings":"AAGA,MAAM,WAAW,eAAe;IAC5B,cAAc,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,CAAC;IAClC,cAAc,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC;IAC/C,YAAY,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,aAAa,CAAC,EAAE,OAAO,GAAG,IAAI,CAAC;IAClE,MAAM,IAAI,OAAO,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;IACvC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC;IAC5B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAC9B;AAED,UAAU,cAAc;IACpB,MAAM,EAAE,GAAG,CAAC;IACZ,MAAM,EAAE,eAAe,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;CACvB;AACD,wBAAgB,UAAU,CAAC,EAAE,MAAM,EAAE,UAAe,EAAE,EAAE,cAAc,2CA+DrE"}
|
|
@@ -11,10 +11,11 @@ export declare class UserPermissions {
|
|
|
11
11
|
constructor(session: UserSession, roles: ListRolesResponse);
|
|
12
12
|
hasPermission(permission: string | string[]): boolean;
|
|
13
13
|
}
|
|
14
|
+
declare const UserPermissionsContext: import("react").Context<UserPermissions | undefined>;
|
|
15
|
+
export { UserPermissionsContext };
|
|
14
16
|
export declare function useUserPermissions(): UserPermissions;
|
|
15
17
|
interface UserPermissionProviderProps {
|
|
16
18
|
children: React.ReactNode;
|
|
17
19
|
}
|
|
18
20
|
export declare function UserPermissionProvider({ children }: UserPermissionProviderProps): import("react/jsx-runtime").JSX.Element | undefined;
|
|
19
|
-
export {};
|
|
20
21
|
//# sourceMappingURL=UserPermissionsProvider.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserPermissionsProvider.d.ts","sourceRoot":"","sources":["../../../../src/features/permissions/UserPermissionsProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAE3D,OAAO,EAAE,WAAW,EAAkB,MAAM,sBAAsB,CAAA;AAIlE,KAAK,iBAAiB,GAAG;IACrB,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,EAAE,UAAU,EAAE,CAAA;CAC5B,EAAE,CAAC;AAEJ,qBAAa,eAAe;IACxB,YAAY,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;gBAEb,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,iBAAiB;IA8B1D,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE;CAe9C;
|
|
1
|
+
{"version":3,"file":"UserPermissionsProvider.d.ts","sourceRoot":"","sources":["../../../../src/features/permissions/UserPermissionsProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAA;AAE3D,OAAO,EAAE,WAAW,EAAkB,MAAM,sBAAsB,CAAA;AAIlE,KAAK,iBAAiB,GAAG;IACrB,IAAI,EAAE,YAAY,CAAC;IACnB,WAAW,EAAE,UAAU,EAAE,CAAA;CAC5B,EAAE,CAAC;AAEJ,qBAAa,eAAe;IACxB,YAAY,EAAE,iBAAiB,CAAC;IAChC,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACnB,WAAW,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;gBAEb,OAAO,EAAE,WAAW,EAAE,KAAK,EAAE,iBAAiB;IA8B1D,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,EAAE;CAe9C;AAED,QAAA,MAAM,sBAAsB,sDAAwD,CAAA;AACpF,OAAO,EAAE,sBAAsB,EAAE,CAAA;AAEjC,wBAAgB,kBAAkB,oBAMjC;AAED,UAAU,2BAA2B;IACjC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAC5B;AACD,wBAAgB,sBAAsB,CAAC,EAAE,QAAQ,EAAE,EAAE,2BAA2B,uDAyB/E"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AppInstallationWithManifest } from "@vertesia/common";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
export declare const AppInstallationContext: import("react").Context<AppInstallationWithManifest | null>;
|
|
4
|
+
export declare function AppInstallationProvider({ installation, children }: {
|
|
5
|
+
installation: AppInstallationWithManifest;
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
/**
|
|
9
|
+
* Get the current app installation obejct when called in an app context otheriwse returns null
|
|
10
|
+
*/
|
|
11
|
+
export declare function useAppInstallation(): AppInstallationWithManifest | null;
|
|
12
|
+
//# sourceMappingURL=AppInstallationProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppInstallationProvider.d.ts","sourceRoot":"","sources":["../../../../src/shell/apps/AppInstallationProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,2BAA2B,EAAE,MAAM,kBAAkB,CAAC;AAC/D,OAAO,EAAiB,SAAS,EAAc,MAAM,OAAO,CAAC;AAG7D,eAAO,MAAM,sBAAsB,6DAA0D,CAAC;AAE9F,wBAAgB,uBAAuB,CAAC,EAAE,YAAY,EAAE,QAAQ,EAAE,EAAE;IAAE,YAAY,EAAE,2BAA2B,CAAC;IAAC,QAAQ,EAAE,SAAS,CAAA;CAAE,2CAMrI;AAED;;GAEG;AACH,wBAAgB,kBAAkB,uCAEjC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { ProjectRef, RequireAtLeastOne } from "@vertesia/common";
|
|
2
|
+
interface AppProjectSelectorProps {
|
|
3
|
+
app: RequireAtLeastOne<{
|
|
4
|
+
id?: string;
|
|
5
|
+
name?: string;
|
|
6
|
+
}, 'id' | 'name'>;
|
|
7
|
+
onChange: (value: ProjectRef) => void;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
}
|
|
10
|
+
export declare function AppProjectSelector({ app, onChange, placeholder }: AppProjectSelectorProps): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export {};
|
|
12
|
+
//# sourceMappingURL=AppProjectSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppProjectSelector.d.ts","sourceRoot":"","sources":["../../../../src/shell/apps/AppProjectSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAKjE,UAAU,uBAAuB;IAC7B,GAAG,EAAE,iBAAiB,CAAC;QAAE,EAAE,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,IAAI,GAAG,MAAM,CAAC,CAAC;IACtE,QAAQ,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AACD,wBAAgB,kBAAkB,CAAC,EAAE,GAAG,EAAE,QAAQ,EAAE,WAAW,EAAE,EAAE,uBAAuB,2CAWzF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { ComponentType, ReactNode } from "react";
|
|
2
|
+
interface StandaloneAppProps {
|
|
3
|
+
/**
|
|
4
|
+
* The app name.
|
|
5
|
+
* The name must be the name used to register the app in Vertesia. It will be used to check if thre user has access to the app.
|
|
6
|
+
*
|
|
7
|
+
* Also, this component is providing an AppInfo context that can be retrieved using the useAppInfo() hook.
|
|
8
|
+
*/
|
|
9
|
+
name: string;
|
|
10
|
+
/**
|
|
11
|
+
* A react element to display if the access is denied to the app.
|
|
12
|
+
* If not specified a simple message will be displayed
|
|
13
|
+
*/
|
|
14
|
+
AccessDenied?: ComponentType<AccessDeniedMessageProps>;
|
|
15
|
+
children: ReactNode;
|
|
16
|
+
}
|
|
17
|
+
export declare function StandaloneApp({ name, AccessDenied, children }: StandaloneAppProps): import("react/jsx-runtime").JSX.Element;
|
|
18
|
+
export declare function StandaloneAppImpl({ name, AccessDenied, children }: StandaloneAppProps): import("react/jsx-runtime").JSX.Element | null | undefined;
|
|
19
|
+
interface AccessDeniedMessageProps {
|
|
20
|
+
name: string;
|
|
21
|
+
}
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=StandaloneApp.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"StandaloneApp.d.ts","sourceRoot":"","sources":["../../../../src/shell/apps/StandaloneApp.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,aAAa,EAAE,SAAS,EAAuB,MAAM,OAAO,CAAC;AAKtE,UAAU,kBAAkB;IACxB;;;;;OAKG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;;OAGG;IACH,YAAY,CAAC,EAAE,aAAa,CAAC,wBAAwB,CAAC,CAAC;IAEvD,QAAQ,EAAE,SAAS,CAAC;CACvB;AACD,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,YAAkC,EAAE,QAAQ,EAAE,EAAE,kBAAkB,2CAMvG;AACD,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,YAAkC,EAAE,QAAQ,EAAE,EAAE,kBAAkB,8DAmC3G;AAED,UAAU,wBAAwB;IAC9B,IAAI,EAAE,MAAM,CAAC;CAChB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/shell/apps/index.ts"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shell/index.tsx"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/shell/index.tsx"],"names":[],"mappings":"AAAA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,sBAAsB,CAAC;AACrC,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
|