@tulip-systems/core 0.3.0 → 0.4.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/dist/auth/server.d.ts +2 -2
- package/dist/auth/server.js +3 -3
- package/dist/components/common/icons.d.ts +51 -51
- package/dist/components/common/icons.d.ts.map +1 -1
- package/dist/components/common/status.d.ts +3 -3
- package/dist/components/common/status.d.ts.map +1 -1
- package/dist/components/editor/components/content.client.d.ts +2 -2
- package/dist/components/editor/components/fixed-menu.client.d.ts +2 -2
- package/dist/components/editor/context.client.d.ts +4 -4
- package/dist/components/editor/context.client.d.ts.map +1 -1
- package/dist/components/editor/index.client.d.ts +2 -2
- package/dist/components/editor/preview.client.d.ts +2 -2
- package/dist/components/header/back-button.client.d.ts +2 -2
- package/dist/components/header/bottom-bar.client.d.ts +3 -3
- package/dist/components/header/breadcrumbs.client.d.ts +7 -7
- package/dist/components/header/header.client.d.ts +2 -2
- package/dist/components/header/mobile-nav-switcher.client.d.ts +2 -2
- package/dist/components/header/top-bar.client.d.ts +4 -4
- package/dist/components/layouts/admin-content.client.d.ts +2 -2
- package/dist/components/layouts/admin-layout.d.ts +2 -2
- package/dist/components/layouts/admin-layout.js +1 -1
- package/dist/components/layouts/admin-layout.js.map +1 -1
- package/dist/components/layouts/admin-loading.d.ts +2 -2
- package/dist/components/layouts/admin-loading.d.ts.map +1 -1
- package/dist/components/layouts/empty-page.d.ts +4 -4
- package/dist/components/layouts/empty-page.d.ts.map +1 -1
- package/dist/components/layouts/list-layout.d.ts +2 -2
- package/dist/components/layouts/list-layout.d.ts.map +1 -1
- package/dist/components/layouts/not-found-page.d.ts +4 -3
- package/dist/components/layouts/not-found-page.d.ts.map +1 -1
- package/dist/components/layouts/not-found-page.js +8 -2
- package/dist/components/layouts/not-found-page.js.map +1 -1
- package/dist/components/layouts/not-found-section.js +1 -1
- package/dist/components/layouts/not-found-section.js.map +1 -1
- package/dist/components/layouts/providers.client.d.ts +2 -2
- package/dist/components/layouts/root-layout.server.d.ts +2 -2
- package/dist/components/layouts/root-layout.server.d.ts.map +1 -1
- package/dist/components/layouts/root-loading.d.ts +2 -2
- package/dist/components/layouts/root-loading.d.ts.map +1 -1
- package/dist/components/layouts/tab-layout.d.ts +2 -2
- package/dist/components/layouts/tab-layout.d.ts.map +1 -1
- package/dist/components/lists/data-list.d.ts +5 -5
- package/dist/components/lists/data-list.d.ts.map +1 -1
- package/dist/components/lists/data-stack.d.ts +8 -8
- package/dist/components/lists/data-stack.d.ts.map +1 -1
- package/dist/components/navigation/admin-sidebar-paths.client.d.ts +10 -10
- package/dist/components/ui/accordion.d.ts +5 -5
- package/dist/components/ui/accordion.d.ts.map +1 -1
- package/dist/components/ui/alert-dialog.d.ts +12 -12
- package/dist/components/ui/alert-dialog.d.ts.map +1 -1
- package/dist/components/ui/alert.d.ts +4 -4
- package/dist/components/ui/alert.d.ts.map +1 -1
- package/dist/components/ui/aspect-ratio.d.ts +2 -2
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -1
- package/dist/components/ui/avatar.client.d.ts +4 -4
- package/dist/components/ui/badge.d.ts +2 -2
- package/dist/components/ui/badge.d.ts.map +1 -1
- package/dist/components/ui/breadcrumb.d.ts +8 -8
- package/dist/components/ui/breadcrumb.d.ts.map +1 -1
- package/dist/components/ui/button.d.ts +3 -3
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/calendar.d.ts +2 -2
- package/dist/components/ui/calendar.d.ts.map +1 -1
- package/dist/components/ui/card.d.ts +7 -7
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/carousel.d.ts +6 -6
- package/dist/components/ui/carousel.d.ts.map +1 -1
- package/dist/components/ui/chart.client.d.ts +5 -5
- package/dist/components/ui/checkbox.d.ts +2 -2
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/collapsible.client.d.ts +4 -4
- package/dist/components/ui/color-picker.client.d.ts +2 -2
- package/dist/components/ui/combobox-dropdown.client.d.ts +2 -2
- package/dist/components/ui/combobox.client.d.ts +2 -2
- package/dist/components/ui/command.d.ts +10 -10
- package/dist/components/ui/command.d.ts.map +1 -1
- package/dist/components/ui/context-menu.d.ts +16 -16
- package/dist/components/ui/dialog.client.d.ts +11 -11
- package/dist/components/ui/drawer.client.d.ts +11 -11
- package/dist/components/ui/dropdown-menu.d.ts +16 -16
- package/dist/components/ui/form.client.d.ts +7 -7
- package/dist/components/ui/hover-card.client.d.ts +4 -4
- package/dist/components/ui/input.d.ts +2 -2
- package/dist/components/ui/label.d.ts +2 -2
- package/dist/components/ui/navigation-menu.d.ts +9 -9
- package/dist/components/ui/pagination.d.ts +8 -8
- package/dist/components/ui/pagination.d.ts.map +1 -1
- package/dist/components/ui/popover.d.ts +5 -5
- package/dist/components/ui/progress.client.d.ts +2 -2
- package/dist/components/ui/radio-group.d.ts +3 -3
- package/dist/components/ui/resizable.client.d.ts +4 -4
- package/dist/components/ui/scroll-area.d.ts +3 -3
- package/dist/components/ui/select.client.d.ts +11 -11
- package/dist/components/ui/separator.d.ts +2 -2
- package/dist/components/ui/sheet.client.d.ts +9 -9
- package/dist/components/ui/sidebar.client.d.ts +26 -26
- package/dist/components/ui/skeleton.d.ts +2 -2
- package/dist/components/ui/slider.d.ts +2 -2
- package/dist/components/ui/sonner.client.d.ts +2 -2
- package/dist/components/ui/switch.d.ts +2 -2
- package/dist/components/ui/tabs.d.ts +5 -5
- package/dist/components/ui/textarea.d.ts +2 -2
- package/dist/components/ui/time-input.client.d.ts +2 -2
- package/dist/components/ui/toggle-group.client.d.ts +3 -3
- package/dist/components/ui/toggle.d.ts +4 -4
- package/dist/components/ui/toggle.d.ts.map +1 -1
- package/dist/components/ui/tooltip.client.d.ts +5 -5
- package/dist/components/ui/tree.client.d.ts +5 -5
- package/dist/components/ui/tree.client.d.ts.map +1 -1
- package/dist/components.d.ts +2 -2
- package/dist/components.js +2 -2
- package/dist/lib/hooks/use-indicator.d.ts +2 -2
- package/dist/modules/auth/components/allowed.client.d.ts +2 -2
- package/dist/modules/auth/components/auth-layout.server.d.ts +2 -2
- package/dist/modules/auth/components/auth-layout.server.d.ts.map +1 -1
- package/dist/modules/auth/components/auth-loading.d.ts +2 -2
- package/dist/modules/auth/components/auth-loading.js +1 -1
- package/dist/modules/auth/components/auth-loading.js.map +1 -1
- package/dist/modules/auth/components/forget-password-page.client.d.ts +2 -2
- package/dist/modules/auth/components/{guard.js → guard.client.js} +2 -2
- package/dist/modules/auth/components/guard.client.js.map +1 -0
- package/dist/modules/auth/components/login-page.client.d.ts +2 -2
- package/dist/modules/auth/components/login-page.client.js +35 -26
- package/dist/modules/auth/components/login-page.client.js.map +1 -1
- package/dist/modules/auth/components/reset-password-page.client.d.ts +2 -2
- package/dist/modules/auth/components/update-password-command.d.ts +2 -2
- package/dist/modules/auth/handler/client.client.d.ts +96 -96
- package/dist/modules/auth/handler/client.client.d.ts.map +1 -1
- package/dist/modules/auth/handler/proxy.server.d.ts +13 -0
- package/dist/modules/auth/handler/proxy.server.d.ts.map +1 -0
- package/dist/modules/auth/handler/proxy.server.js +22 -0
- package/dist/modules/auth/handler/proxy.server.js.map +1 -0
- package/dist/modules/auth/handler/server.server.js +3 -1
- package/dist/modules/auth/handler/server.server.js.map +1 -1
- package/dist/modules/auth/lib/helpers.server.d.ts +1 -1
- package/dist/modules/auth/lib/helpers.server.d.ts.map +1 -1
- package/dist/modules/auth/lib/helpers.server.js +1 -4
- package/dist/modules/auth/lib/helpers.server.js.map +1 -1
- package/dist/modules/auth/lib/validators.d.ts +3 -3
- package/dist/modules/auth/lib/validators.d.ts.map +1 -1
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts +10 -10
- package/dist/modules/commands/components/alert-dialog-command.client.d.ts.map +1 -1
- package/dist/modules/commands/components/click-command.client.d.ts +2 -2
- package/dist/modules/commands/components/click-command.client.d.ts.map +1 -1
- package/dist/modules/commands/components/command-trigger.client.d.ts +6 -6
- package/dist/modules/commands/components/command-trigger.client.d.ts.map +1 -1
- package/dist/modules/commands/components/dialog-command.client.d.ts +8 -8
- package/dist/modules/commands/components/dialog-command.client.d.ts.map +1 -1
- package/dist/modules/commands/components/dropdown-command.client.d.ts +5 -5
- package/dist/modules/commands/components/dropdown-command.client.d.ts.map +1 -1
- package/dist/modules/commands/components/empty-command.client.d.ts +2 -2
- package/dist/modules/commands/components/empty-command.client.d.ts.map +1 -1
- package/dist/modules/commands/components/form-dialog-command.client.d.ts +11 -11
- package/dist/modules/commands/components/form-dialog-command.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/context-menu.client.d.ts +2 -2
- package/dist/modules/commands/menus/context-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts +3 -3
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/inline-menu.client.d.ts +3 -3
- package/dist/modules/commands/menus/inline-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/responsive-menu.client.d.ts +3 -3
- package/dist/modules/commands/menus/responsive-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/utils/archive-command.client.d.ts +3 -3
- package/dist/modules/commands/utils/archive-command.client.d.ts.map +1 -1
- package/dist/modules/commands/utils/delete-command.client.d.ts +2 -2
- package/dist/modules/commands/utils/delete-command.client.d.ts.map +1 -1
- package/dist/modules/commands/utils/send-mail-command.client.d.ts +2 -2
- package/dist/modules/commands/utils/send-mail-command.client.d.ts.map +1 -1
- package/dist/modules/config/db/helpers.d.ts +4 -4
- package/dist/modules/config/db/helpers.d.ts.map +1 -1
- package/dist/modules/config/lib/resolve.server.d.ts +3 -0
- package/dist/modules/config/lib/resolve.server.d.ts.map +1 -1
- package/dist/modules/config/router/client.server.d.ts +2 -2
- package/dist/modules/config/router/context.server.d.ts +3 -0
- package/dist/modules/config/router/context.server.d.ts.map +1 -1
- package/dist/modules/config/router/init.server.d.ts +9 -6
- package/dist/modules/config/router/init.server.d.ts.map +1 -1
- package/dist/modules/data-tables/components/column-header.d.ts +2 -2
- package/dist/modules/data-tables/components/column-header.d.ts.map +1 -1
- package/dist/modules/data-tables/components/header.d.ts +4 -4
- package/dist/modules/data-tables/components/header.d.ts.map +1 -1
- package/dist/modules/data-tables/components/layout.d.ts +2 -2
- package/dist/modules/data-tables/components/layout.d.ts.map +1 -1
- package/dist/modules/data-tables/components/skeleton.d.ts +2 -2
- package/dist/modules/data-tables/components/skeleton.d.ts.map +1 -1
- package/dist/modules/data-tables/components/table.d.ts +7 -7
- package/dist/modules/data-tables/components/table.d.ts.map +1 -1
- package/dist/modules/data-tables/components/toolbar.d.ts +3 -3
- package/dist/modules/data-tables/components/toolbar.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/data-table/components/table.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/inputs/select.client.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/combobox-dropdown.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/combobox.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/combobox.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/date-input.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/date-input.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/date-picker.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/date-picker.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/editor.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/editor.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/input.client.d.ts +3 -3
- package/dist/modules/inline-edit/components/input.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/richtext.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/richtext.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/select.client.d.ts +6 -6
- package/dist/modules/inline-edit/components/select.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/switch.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/switch.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/components/toggle.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/toggle.client.d.ts.map +1 -1
- package/dist/modules/inline-edit/hooks/context.client.d.ts +2 -2
- package/dist/modules/inline-edit/hooks/context.client.d.ts.map +1 -1
- package/dist/modules/uploads/components/button.client.d.ts +2 -2
- package/dist/modules/uploads/components/button.client.d.ts.map +1 -1
- package/dist/modules/uploads/components/images/grid.client.d.ts +2 -2
- package/dist/modules/uploads/components/images/grid.client.d.ts.map +1 -1
- package/dist/modules/uploads/components/images/input.client.d.ts +2 -2
- package/dist/modules/uploads/components/images/input.client.d.ts.map +1 -1
- package/dist/modules/uploads/components/preview-dialog.client.d.ts +2 -2
- package/dist/modules/uploads/components/preview-dialog.client.d.ts.map +1 -1
- package/dist/modules/uploads/components/zone.client.d.ts +2 -2
- package/dist/modules/uploads/components/zone.client.d.ts.map +1 -1
- package/dist/modules/uploads/lib/proxy.server.js +1 -1
- package/dist/modules/uploads/lib/route.server.js +1 -1
- package/dist/modules/uploads/lib/router.server.d.ts +31 -31
- package/dist/modules/uploads/lib/router.server.js +1 -1
- package/dist/modules/uploads/lib/validators.d.ts +51 -51
- package/package.json +2 -1
- package/src/components/layouts/admin-layout.tsx +2 -2
- package/src/components/layouts/not-found-page.tsx +9 -1
- package/src/components/layouts/not-found-section.tsx +10 -5
- package/src/modules/auth/components/auth-loading.tsx +1 -1
- package/src/modules/auth/components/login-page.client.tsx +42 -35
- package/src/modules/auth/entry.server.ts +1 -1
- package/src/modules/auth/handler/proxy.server.ts +28 -0
- package/src/modules/auth/handler/server.server.ts +5 -0
- package/src/modules/auth/lib/helpers.server.ts +1 -5
- package/dist/modules/auth/components/allowed.server.d.ts +0 -23
- package/dist/modules/auth/components/allowed.server.d.ts.map +0 -1
- package/dist/modules/auth/components/allowed.server.js +0 -24
- package/dist/modules/auth/components/allowed.server.js.map +0 -1
- package/dist/modules/auth/components/guard.js.map +0 -1
- package/src/modules/auth/components/allowed.server.tsx +0 -41
- /package/src/modules/auth/components/{guard.tsx → guard.client.tsx} +0 -0
package/dist/auth/server.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Allowed } from "../modules/auth/components/allowed.server.js";
|
|
2
1
|
import { AuthLayout } from "../modules/auth/components/auth-layout.server.js";
|
|
2
|
+
import { createAuthProxy } from "../modules/auth/handler/proxy.server.js";
|
|
3
3
|
import { handleAuthRoute } from "../modules/auth/handler/route.server.js";
|
|
4
4
|
import { createUser, getSession, updateUser } from "../modules/auth/lib/helpers.server.js";
|
|
5
|
-
export {
|
|
5
|
+
export { AuthLayout, createAuthProxy, createUser, getSession, handleAuthRoute, updateUser };
|
package/dist/auth/server.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { createUser, getSession, updateUser } from "../modules/auth/lib/helpers.server.js";
|
|
2
|
-
import { Allowed } from "../modules/auth/components/allowed.server.js";
|
|
3
1
|
import { AuthLayout } from "../modules/auth/components/auth-layout.server.js";
|
|
2
|
+
import { createAuthProxy } from "../modules/auth/handler/proxy.server.js";
|
|
4
3
|
import { handleAuthRoute } from "../modules/auth/handler/route.server.js";
|
|
4
|
+
import { createUser, getSession, updateUser } from "../modules/auth/lib/helpers.server.js";
|
|
5
5
|
|
|
6
|
-
export {
|
|
6
|
+
export { AuthLayout, createAuthProxy, createUser, getSession, handleAuthRoute, updateUser };
|
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
import { LucideIcon, LucideProps } from "lucide-react";
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime240 from "react/jsx-runtime";
|
|
3
|
+
import * as react1 from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/common/icons.d.ts
|
|
6
6
|
type Icon = LucideIcon;
|
|
7
7
|
declare const Icons: {
|
|
8
|
-
close:
|
|
9
|
-
save:
|
|
10
|
-
spinner:
|
|
11
|
-
chevronLeft:
|
|
12
|
-
chevronRight:
|
|
13
|
-
chevronDown:
|
|
14
|
-
chevronUp:
|
|
15
|
-
trash:
|
|
16
|
-
post:
|
|
17
|
-
page:
|
|
18
|
-
media:
|
|
19
|
-
download:
|
|
20
|
-
settings:
|
|
21
|
-
billing:
|
|
22
|
-
ellipsis:
|
|
23
|
-
add:
|
|
24
|
-
edit:
|
|
25
|
-
warning:
|
|
26
|
-
user:
|
|
27
|
-
users:
|
|
28
|
-
arrowUp:
|
|
29
|
-
arrowDown:
|
|
30
|
-
arrowRight:
|
|
31
|
-
arrowLeft:
|
|
32
|
-
moveLeft:
|
|
33
|
-
moveRight:
|
|
34
|
-
help:
|
|
35
|
-
pizza:
|
|
36
|
-
check:
|
|
37
|
-
copy:
|
|
38
|
-
copyDone:
|
|
39
|
-
refresh:
|
|
40
|
-
preview:
|
|
41
|
-
externalLink:
|
|
42
|
-
sun:
|
|
43
|
-
lock:
|
|
44
|
-
unLock:
|
|
45
|
-
moon:
|
|
46
|
-
search:
|
|
47
|
-
laptop:
|
|
48
|
-
active:
|
|
49
|
-
draft:
|
|
50
|
-
archive:
|
|
51
|
-
restore:
|
|
52
|
-
dashboard:
|
|
53
|
-
regulations:
|
|
54
|
-
home:
|
|
55
|
-
building:
|
|
56
|
-
logo: (props: LucideProps) =>
|
|
8
|
+
close: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
9
|
+
save: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
10
|
+
spinner: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
11
|
+
chevronLeft: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
12
|
+
chevronRight: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
13
|
+
chevronDown: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
14
|
+
chevronUp: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
15
|
+
trash: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
16
|
+
post: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
17
|
+
page: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
18
|
+
media: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
19
|
+
download: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
20
|
+
settings: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
21
|
+
billing: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
22
|
+
ellipsis: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
23
|
+
add: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
24
|
+
edit: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
25
|
+
warning: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
26
|
+
user: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
27
|
+
users: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
28
|
+
arrowUp: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
29
|
+
arrowDown: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
30
|
+
arrowRight: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
arrowLeft: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
32
|
+
moveLeft: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
33
|
+
moveRight: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
34
|
+
help: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
35
|
+
pizza: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
36
|
+
check: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
37
|
+
copy: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
38
|
+
copyDone: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
39
|
+
refresh: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
40
|
+
preview: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
41
|
+
externalLink: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
42
|
+
sun: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
43
|
+
lock: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
44
|
+
unLock: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
45
|
+
moon: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
46
|
+
search: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
47
|
+
laptop: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
48
|
+
active: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
49
|
+
draft: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
50
|
+
archive: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
51
|
+
restore: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
52
|
+
dashboard: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
53
|
+
regulations: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
54
|
+
home: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
55
|
+
building: react1.ForwardRefExoticComponent<Omit<LucideProps, "ref"> & react1.RefAttributes<SVGSVGElement>>;
|
|
56
|
+
logo: (props: LucideProps) => react_jsx_runtime240.JSX.Element;
|
|
57
57
|
};
|
|
58
58
|
//#endregion
|
|
59
59
|
export { Icon, Icons };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","names":[],"sources":["../../../src/components/common/icons.tsx"],"sourcesContent":[],"mappings":";;;;;KAqDY,IAAA,GAAO;cAEN;;;EAFD,OAAI,kCAAa,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;EAEhB,WA6GZ,kCAAA,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;EAAA,YAAA,kCAAA,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA5De,gBAAW,
|
|
1
|
+
{"version":3,"file":"icons.d.ts","names":[],"sources":["../../../src/components/common/icons.tsx"],"sourcesContent":[],"mappings":";;;;;KAqDY,IAAA,GAAO;cAEN;;;EAFD,OAAI,kCAAa,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;EAEhB,WA6GZ,kCAAA,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;EAAA,YAAA,kCAAA,KAAA,YAAA,EAAA,KAAA,CAAA,uBAAA,cAAA,CAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBA5De,gBAAW,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ConfigWithIcon } from "../../lib/types/config.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime241 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/common/status.d.ts
|
|
5
5
|
/**
|
|
@@ -43,11 +43,11 @@ type StatusComponentProps<TStatus extends string> = {
|
|
|
43
43
|
/**
|
|
44
44
|
* Status column
|
|
45
45
|
*/
|
|
46
|
-
declare function StatusField<TStatus extends string>(props: StatusComponentProps<TStatus>):
|
|
46
|
+
declare function StatusField<TStatus extends string>(props: StatusComponentProps<TStatus>): react_jsx_runtime241.JSX.Element;
|
|
47
47
|
/**
|
|
48
48
|
* Status badge
|
|
49
49
|
*/
|
|
50
|
-
declare function StatusBadge<TStatus extends string>(props: StatusComponentProps<TStatus>):
|
|
50
|
+
declare function StatusBadge<TStatus extends string>(props: StatusComponentProps<TStatus>): react_jsx_runtime241.JSX.Element;
|
|
51
51
|
//#endregion
|
|
52
52
|
export { CreateStatusComponentProps, StatusBadge, StatusField, createStatusConfig, createStatusVariants, findStatus };
|
|
53
53
|
//# sourceMappingURL=status.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status.d.ts","names":[],"sources":["../../../src/components/common/status.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAOa,cAAA,kBACL,EAAA,CAAA,gBAAA,MAAA,CAAA,CAAA,MAAA,EAD2D,cAC3D,CAD0E,OAC1E,CAAA,EAAA,EAAA,GADoF,cACpF,CADoF,OACpF,CAAA,EAAA;;;;;;;AAQQ,iBAAA,UAAU,CAAA,gBAAA;EAAA,KAAA,EAAA,MAAA;SAChB,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,MAAA,CAAA,EAEP,OAFO,GAAA,SAAA;;;AAWV;;;AAEU,iBAFM,oBAEN,CAAA,gBAAA,MAAA,CAAA,CAAA,MAAA,EAAA;OAAP,EADgB,OAChB;EAAM,SAAA,EAAA,MAAA;AAaT,CAAA,EAAA,CAAY,EAbT,MAaS,CAbF,OAaE,EAAA,MAAA,CAAA;AAEV;;;AAMQ,KARE,0BAQF,CAAA,gBAAA,MAAA,CAAA,GAAA;QACoB,EARpB,OAQoB,GAAA,IAAA;;;AAO9B;;KATK,oBAS2E,CAAA,gBAAA,MAAA,CAAA,GAAA;QAArB,EARjD,cAQiD,CARlC,OAQkC,CAAA,EAAA;UAA6B,EAAA,CAAA,KAAA,EAAA;IAAA,MAAA,EAP1D,OAO0D;EAexE,CAAA,EAAA,GAAA,MAAA;EAAW,MAAA,EArBjB,OAqBiB,GAAA,IAAA;;;;;iBAfX,2CAA2C,qBAAqB,WAAQ,
|
|
1
|
+
{"version":3,"file":"status.d.ts","names":[],"sources":["../../../src/components/common/status.tsx"],"sourcesContent":[],"mappings":";;;;;;;AAOa,cAAA,kBACL,EAAA,CAAA,gBAAA,MAAA,CAAA,CAAA,MAAA,EAD2D,cAC3D,CAD0E,OAC1E,CAAA,EAAA,EAAA,GADoF,cACpF,CADoF,OACpF,CAAA,EAAA;;;;;;;AAQQ,iBAAA,UAAU,CAAA,gBAAA;EAAA,KAAA,EAAA,MAAA;SAChB,EAAA,OAAA,EAAA,EAAA,MAAA,EAAA,MAAA,CAAA,EAEP,OAFO,GAAA,SAAA;;;AAWV;;;AAEU,iBAFM,oBAEN,CAAA,gBAAA,MAAA,CAAA,CAAA,MAAA,EAAA;OAAP,EADgB,OAChB;EAAM,SAAA,EAAA,MAAA;AAaT,CAAA,EAAA,CAAY,EAbT,MAaS,CAbF,OAaE,EAAA,MAAA,CAAA;AAEV;;;AAMQ,KARE,0BAQF,CAAA,gBAAA,MAAA,CAAA,GAAA;QACoB,EARpB,OAQoB,GAAA,IAAA;;;AAO9B;;KATK,oBAS2E,CAAA,gBAAA,MAAA,CAAA,GAAA;QAArB,EARjD,cAQiD,CARlC,OAQkC,CAAA,EAAA;UAA6B,EAAA,CAAA,KAAA,EAAA;IAAA,MAAA,EAP1D,OAO0D;EAexE,CAAA,EAAA,GAAA,MAAA;EAAW,MAAA,EArBjB,OAqBiB,GAAA,IAAA;;;;;iBAfX,2CAA2C,qBAAqB,WAAQ,oBAAA,CAAA,GAAA,CAAA;;;;iBAexE,2CAA2C,qBAAqB,WAAQ,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/editor/components/content.client.d.ts
|
|
4
|
-
declare function EditorContent():
|
|
4
|
+
declare function EditorContent(): react_jsx_runtime106.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { EditorContent };
|
|
7
7
|
//# sourceMappingURL=content.client.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime107 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/editor/components/fixed-menu.client.d.ts
|
|
4
|
-
declare function FixedMenu():
|
|
4
|
+
declare function FixedMenu(): react_jsx_runtime107.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { FixedMenu };
|
|
7
7
|
//# sourceMappingURL=fixed-menu.client.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime108 from "react/jsx-runtime";
|
|
2
|
+
import * as react0 from "react";
|
|
3
3
|
import { PropsWithChildren } from "react";
|
|
4
4
|
import { Content, Editor, JSONContent } from "@tiptap/react";
|
|
5
5
|
|
|
@@ -10,7 +10,7 @@ import { Content, Editor, JSONContent } from "@tiptap/react";
|
|
|
10
10
|
type EditorContextValue = {
|
|
11
11
|
editor: Editor;
|
|
12
12
|
};
|
|
13
|
-
declare const EditorContext:
|
|
13
|
+
declare const EditorContext: react0.Context<EditorContextValue>;
|
|
14
14
|
/**
|
|
15
15
|
* Editor context provider
|
|
16
16
|
*/
|
|
@@ -26,7 +26,7 @@ declare function EditorContextProvider({
|
|
|
26
26
|
disabled,
|
|
27
27
|
className,
|
|
28
28
|
children
|
|
29
|
-
}: EditorContextProviderProps):
|
|
29
|
+
}: EditorContextProviderProps): react_jsx_runtime108.JSX.Element | null;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { EditorContext, EditorContextProvider };
|
|
32
32
|
//# sourceMappingURL=context.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context.client.d.ts","names":[],"sources":["../../../src/components/editor/context.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;KAgBK,kBAAA;EAAA,MAAA,EACK,MADL;AAIL,CAAA;AAAoE,cAAvD,aAAuD,EAA1C,
|
|
1
|
+
{"version":3,"file":"context.client.d.ts","names":[],"sources":["../../../src/components/editor/context.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;KAgBK,kBAAA;EAAA,MAAA,EACK,MADL;AAIL,CAAA;AAAoE,cAAvD,aAAuD,EAA1C,MAAA,CAAA,OAA0C,CAA1C,kBAA0C,CAAA;;;;AAAC,KAKhE,0BAAA,GAA6B,iBAAH,CAAA;EAAA,KAAA,CAAA,EACrB,OADqB;UACrB,CAAA,EAAA,CAAA,KAAA,EACW,WADX,EAAA,GAAA,IAAA;UACW,CAAA,EAAA,OAAA;WAFa,CAAA,EAAA,MAAA;CAAiB,CAAA;AAOnC,iBAAA,qBAAA,CAAqB;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,SAAA;EAAA;AAAA,CAAA,EAMlC,0BANkC,CAAA,EAMR,oBAAA,CAAA,GAAA,CAAA,OAAA,GANQ,IAAA"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
2
2
|
import { HTMLAttributes } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/editor/index.client.d.ts
|
|
5
5
|
declare function Editor({
|
|
6
6
|
className,
|
|
7
7
|
...props
|
|
8
|
-
}: HTMLAttributes<HTMLDivElement>):
|
|
8
|
+
}: HTMLAttributes<HTMLDivElement>): react_jsx_runtime109.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { Editor };
|
|
11
11
|
//# sourceMappingURL=index.client.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime110 from "react/jsx-runtime";
|
|
2
2
|
import { Content } from "@tiptap/react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/editor/preview.client.d.ts
|
|
@@ -6,7 +6,7 @@ declare function EditorPreview({
|
|
|
6
6
|
value
|
|
7
7
|
}: {
|
|
8
8
|
value?: Content;
|
|
9
|
-
}):
|
|
9
|
+
}): react_jsx_runtime110.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { EditorPreview };
|
|
12
12
|
//# sourceMappingURL=preview.client.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/header/back-button.client.d.ts
|
|
4
4
|
declare function HeaderTopbarBackButton({
|
|
5
5
|
className,
|
|
6
6
|
...props
|
|
7
|
-
}: React.HtmlHTMLAttributes<HTMLButtonElement>):
|
|
7
|
+
}: React.HtmlHTMLAttributes<HTMLButtonElement>): react_jsx_runtime111.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { HeaderTopbarBackButton };
|
|
10
10
|
//# sourceMappingURL=back-button.client.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Path } from "../../modules/config/paths/types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime112 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/header/bottom-bar.client.d.ts
|
|
@@ -11,7 +11,7 @@ type BottomBarProps = {
|
|
|
11
11
|
};
|
|
12
12
|
declare function BottomBar({
|
|
13
13
|
children
|
|
14
|
-
}: BottomBarProps):
|
|
14
|
+
}: BottomBarProps): react_jsx_runtime112.JSX.Element;
|
|
15
15
|
/**
|
|
16
16
|
* Bottombar link component
|
|
17
17
|
*/
|
|
@@ -23,7 +23,7 @@ declare function BottomBarLinks({
|
|
|
23
23
|
paths,
|
|
24
24
|
className,
|
|
25
25
|
...props
|
|
26
|
-
}: BottomBarLinksProps):
|
|
26
|
+
}: BottomBarLinksProps): react_jsx_runtime112.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { BottomBar, BottomBarLink, BottomBarLinks, BottomBarLinksProps, BottomBarProps };
|
|
29
29
|
//# sourceMappingURL=bottom-bar.client.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BreadcrumbSeparator } from "../ui/breadcrumb.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime114 from "react/jsx-runtime";
|
|
3
3
|
import { PropsWithChildren } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/header/breadcrumbs.client.d.ts
|
|
@@ -10,26 +10,26 @@ type HeaderBreadcrumb = {
|
|
|
10
10
|
type HeaderBreadcrumbProps = {
|
|
11
11
|
breadcrumbs: HeaderBreadcrumb[];
|
|
12
12
|
};
|
|
13
|
-
declare function HeaderBreadcrumbs(props: PropsWithChildren):
|
|
13
|
+
declare function HeaderBreadcrumbs(props: PropsWithChildren): react_jsx_runtime114.JSX.Element;
|
|
14
14
|
declare const HeaderBreadcrumbSeparator: typeof BreadcrumbSeparator;
|
|
15
15
|
/**
|
|
16
16
|
* Dropdown menu
|
|
17
17
|
*/
|
|
18
|
-
declare function HeaderBreadcrumbsDropdownMenu(props: PropsWithChildren):
|
|
18
|
+
declare function HeaderBreadcrumbsDropdownMenu(props: PropsWithChildren): react_jsx_runtime114.JSX.Element;
|
|
19
19
|
declare function HeaderBreadcrumbsDropdownMenuItem(props: {
|
|
20
20
|
breadcrumb: HeaderBreadcrumb;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime114.JSX.Element;
|
|
22
22
|
/**
|
|
23
23
|
* Links
|
|
24
24
|
*/
|
|
25
25
|
declare function HeaderBreadcrumbsLink(props: {
|
|
26
26
|
breadcrumb: HeaderBreadcrumb;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime114.JSX.Element;
|
|
28
28
|
/**
|
|
29
29
|
* Lists
|
|
30
30
|
*/
|
|
31
|
-
declare function HeaderBreadcrumbsMobileList(props: PropsWithChildren):
|
|
32
|
-
declare function HeaderBreadcrumbsDesktopList(props: PropsWithChildren):
|
|
31
|
+
declare function HeaderBreadcrumbsMobileList(props: PropsWithChildren): react_jsx_runtime114.JSX.Element;
|
|
32
|
+
declare function HeaderBreadcrumbsDesktopList(props: PropsWithChildren): react_jsx_runtime114.JSX.Element;
|
|
33
33
|
//#endregion
|
|
34
34
|
export { HeaderBreadcrumb, HeaderBreadcrumbProps, HeaderBreadcrumbSeparator, HeaderBreadcrumbs, HeaderBreadcrumbsDesktopList, HeaderBreadcrumbsDropdownMenu, HeaderBreadcrumbsDropdownMenuItem, HeaderBreadcrumbsLink, HeaderBreadcrumbsMobileList };
|
|
35
35
|
//# sourceMappingURL=breadcrumbs.client.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime120 from "react/jsx-runtime";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/header/header.client.d.ts
|
|
@@ -6,7 +6,7 @@ declare function Header({
|
|
|
6
6
|
children,
|
|
7
7
|
className,
|
|
8
8
|
...props
|
|
9
|
-
}: ComponentProps<"header">):
|
|
9
|
+
}: ComponentProps<"header">): react_jsx_runtime120.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { Header };
|
|
12
12
|
//# sourceMappingURL=header.client.d.ts.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime121 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/header/mobile-nav-switcher.client.d.ts
|
|
4
4
|
declare function HeaderTopbarMobileNavSwitcher({
|
|
5
5
|
className,
|
|
6
6
|
...props
|
|
7
|
-
}: React.HtmlHTMLAttributes<HTMLButtonElement>):
|
|
7
|
+
}: React.HtmlHTMLAttributes<HTMLButtonElement>): react_jsx_runtime121.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { HeaderTopbarMobileNavSwitcher };
|
|
10
10
|
//# sourceMappingURL=mobile-nav-switcher.client.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeaderBreadcrumb } from "./breadcrumbs.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime122 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/header/top-bar.client.d.ts
|
|
@@ -11,7 +11,7 @@ type TopbarProps = {
|
|
|
11
11
|
};
|
|
12
12
|
declare function Topbar({
|
|
13
13
|
children
|
|
14
|
-
}: TopbarProps):
|
|
14
|
+
}: TopbarProps): react_jsx_runtime122.JSX.Element;
|
|
15
15
|
/**
|
|
16
16
|
* Topbar title component
|
|
17
17
|
*/
|
|
@@ -26,7 +26,7 @@ declare function TopbarTitle({
|
|
|
26
26
|
isDeleted,
|
|
27
27
|
className,
|
|
28
28
|
...props
|
|
29
|
-
}: TopbarTitleProps):
|
|
29
|
+
}: TopbarTitleProps): react_jsx_runtime122.JSX.Element;
|
|
30
30
|
/**
|
|
31
31
|
* Topbar tools component
|
|
32
32
|
*/
|
|
@@ -37,7 +37,7 @@ declare function TopbarTools({
|
|
|
37
37
|
children,
|
|
38
38
|
className,
|
|
39
39
|
...props
|
|
40
|
-
}: TopbarToolsProps):
|
|
40
|
+
}: TopbarToolsProps): react_jsx_runtime122.JSX.Element;
|
|
41
41
|
//#endregion
|
|
42
42
|
export { Topbar, TopbarProps, TopbarTitle, TopbarTitleProps, TopbarTools, TopbarToolsProps };
|
|
43
43
|
//# sourceMappingURL=top-bar.client.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ScrollArea } from "../ui/scroll-area.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime125 from "react/jsx-runtime";
|
|
3
3
|
import { ComponentProps } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/layouts/admin-content.client.d.ts
|
|
@@ -7,7 +7,7 @@ declare function AdminContent({
|
|
|
7
7
|
children,
|
|
8
8
|
className,
|
|
9
9
|
...props
|
|
10
|
-
}: ComponentProps<typeof ScrollArea>):
|
|
10
|
+
}: ComponentProps<typeof ScrollArea>): react_jsx_runtime125.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { AdminContent };
|
|
13
13
|
//# sourceMappingURL=admin-content.client.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime231 from "react/jsx-runtime";
|
|
2
2
|
import { PropsWithChildren } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/layouts/admin-layout.d.ts
|
|
5
|
-
declare function AdminLayout(props: PropsWithChildren):
|
|
5
|
+
declare function AdminLayout(props: PropsWithChildren): react_jsx_runtime231.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { AdminLayout };
|
|
8
8
|
//# sourceMappingURL=admin-layout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SidebarProvider } from "../ui/sidebar.client.js";
|
|
2
|
-
import { AuthGuard } from "../../modules/auth/components/guard.js";
|
|
2
|
+
import { AuthGuard } from "../../modules/auth/components/guard.client.js";
|
|
3
3
|
import { jsx } from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/layouts/admin-layout.tsx
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-layout.js","names":[],"sources":["../../../src/components/layouts/admin-layout.tsx"],"sourcesContent":["import { AuthGuard } from \"@/modules/auth/components/guard\";\nimport { PropsWithChildren } from \"react\";\nimport { SidebarProvider } from \"../
|
|
1
|
+
{"version":3,"file":"admin-layout.js","names":[],"sources":["../../../src/components/layouts/admin-layout.tsx"],"sourcesContent":["import { AuthGuard } from \"@/modules/auth/components/guard.client\";\nimport { PropsWithChildren } from \"react\";\nimport { SidebarProvider } from \"../ui/sidebar.client\";\n\nexport function AdminLayout(props: PropsWithChildren) {\n return (\n <AuthGuard>\n <SidebarProvider className=\"max-h-[100dvh] overflow-hidden border\">\n {props.children}\n </SidebarProvider>\n </AuthGuard>\n );\n}\n"],"mappings":";;;;;AAIA,SAAgB,YAAY,OAA0B;AACpD,QACE,oBAAC,uBACC,oBAAC;EAAgB,WAAU;YACxB,MAAM;GACS,GACR"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime243 from "react/jsx-runtime";
|
|
2
2
|
import { PropsWithChildren } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/layouts/admin-loading.d.ts
|
|
5
|
-
declare function AdminLoadingLayout(props: PropsWithChildren):
|
|
5
|
+
declare function AdminLoadingLayout(props: PropsWithChildren): react_jsx_runtime243.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { AdminLoadingLayout };
|
|
8
8
|
//# sourceMappingURL=admin-loading.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"admin-loading.d.ts","names":[],"sources":["../../../src/components/layouts/admin-loading.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,kBAAA,QAA0B,oBAAiB,
|
|
1
|
+
{"version":3,"file":"admin-loading.d.ts","names":[],"sources":["../../../src/components/layouts/admin-loading.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,kBAAA,QAA0B,oBAAiB,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime244 from "react/jsx-runtime";
|
|
2
2
|
import { ComponentProps, HTMLAttributes } from "react";
|
|
3
3
|
import { Route } from "next";
|
|
4
4
|
|
|
@@ -15,17 +15,17 @@ declare function EmptyPage({
|
|
|
15
15
|
className,
|
|
16
16
|
children,
|
|
17
17
|
...props
|
|
18
|
-
}: ComponentProps<"div">):
|
|
18
|
+
}: ComponentProps<"div">): react_jsx_runtime244.JSX.Element;
|
|
19
19
|
declare function EmptyPageTitle({
|
|
20
20
|
className,
|
|
21
21
|
children,
|
|
22
22
|
...props
|
|
23
|
-
}: ComponentProps<"h2">):
|
|
23
|
+
}: ComponentProps<"h2">): react_jsx_runtime244.JSX.Element;
|
|
24
24
|
declare function EmptyPageDescription({
|
|
25
25
|
className,
|
|
26
26
|
children,
|
|
27
27
|
...props
|
|
28
|
-
}: ComponentProps<"p">):
|
|
28
|
+
}: ComponentProps<"p">): react_jsx_runtime244.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { EmptyPage, EmptyPageDescription, EmptyPageProps, EmptyPageTitle };
|
|
31
31
|
//# sourceMappingURL=empty-page.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty-page.d.ts","names":[],"sources":["../../../src/components/layouts/empty-page.tsx"],"sourcesContent":[],"mappings":";;;;;KAIY,cAAA,GAAiB,eAAe;;;EAAhC,YAAA,CAAA,EAAA;IAAc,IAAA,EAIhB,KAJgB;IAAkB,KAAA,EAAA,MAAA;;;AAI7B,iBAKC,SAAA,CALD;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAK8C,cAL9C,CAAA,KAAA,CAAA,CAAA,EAKmE,
|
|
1
|
+
{"version":3,"file":"empty-page.d.ts","names":[],"sources":["../../../src/components/layouts/empty-page.tsx"],"sourcesContent":[],"mappings":";;;;;KAIY,cAAA,GAAiB,eAAe;;;EAAhC,YAAA,CAAA,EAAA;IAAc,IAAA,EAIhB,KAJgB;IAAkB,KAAA,EAAA,MAAA;;;AAI7B,iBAKC,SAAA,CALD;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAK8C,cAL9C,CAAA,KAAA,CAAA,CAAA,EAKmE,oBAAA,CAAA,GAAA,CAAA,OALnE;AAKC,iBAcA,cAAA,CAdS;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAcyC,cAdzC,CAAA,IAAA,CAAA,CAAA,EAc6D,oBAAA,CAAA,GAAA,CAAA,OAd7D;AAAA,iBAsBT,oBAAA,CAtBS;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAsB+C,cAtB/C,CAAA,GAAA,CAAA,CAAA,EAsBkE,oBAAA,CAAA,GAAA,CAAA,OAtBlE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime247 from "react/jsx-runtime";
|
|
2
2
|
import { ComponentProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/layouts/list-layout.d.ts
|
|
@@ -6,7 +6,7 @@ declare function ListLayout({
|
|
|
6
6
|
className,
|
|
7
7
|
children,
|
|
8
8
|
...props
|
|
9
|
-
}: ComponentProps<"div">):
|
|
9
|
+
}: ComponentProps<"div">): react_jsx_runtime247.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { ListLayout };
|
|
12
12
|
//# sourceMappingURL=list-layout.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-layout.d.ts","names":[],"sources":["../../../src/components/layouts/list-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,UAAA;;;;GAA8C,wBAAqB,
|
|
1
|
+
{"version":3,"file":"list-layout.d.ts","names":[],"sources":["../../../src/components/layouts/list-layout.tsx"],"sourcesContent":[],"mappings":";;;;iBAGgB,UAAA;;;;GAA8C,wBAAqB,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime238 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/layouts/not-found-page.d.ts
|
|
4
|
-
declare function
|
|
4
|
+
declare function AdminNotFoundPage(): react_jsx_runtime238.JSX.Element;
|
|
5
|
+
declare function NotFoundPage(): react_jsx_runtime238.JSX.Element;
|
|
5
6
|
//#endregion
|
|
6
|
-
export { NotFoundPage };
|
|
7
|
+
export { AdminNotFoundPage, NotFoundPage };
|
|
7
8
|
//# sourceMappingURL=not-found-page.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"not-found-page.d.ts","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,YAAA,CAAA,GAAY,
|
|
1
|
+
{"version":3,"file":"not-found-page.d.ts","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":[],"mappings":";;;iBAEgB,iBAAA,CAAA,GAAiB,oBAAA,CAAA,GAAA,CAAA;iBAQjB,YAAA,CAAA,GAAY,oBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -2,13 +2,19 @@ import { NotFoundSection } from "./not-found-section.js";
|
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/layouts/not-found-page.tsx
|
|
5
|
+
function AdminNotFoundPage() {
|
|
6
|
+
return /* @__PURE__ */ jsx("div", {
|
|
7
|
+
className: "relative z-0 grid h-[100dvh] w-full place-items-center",
|
|
8
|
+
children: /* @__PURE__ */ jsx(NotFoundSection, { href: "/admin" })
|
|
9
|
+
});
|
|
10
|
+
}
|
|
5
11
|
function NotFoundPage() {
|
|
6
12
|
return /* @__PURE__ */ jsx("div", {
|
|
7
13
|
className: "relative z-0 grid h-[100dvh] w-full place-items-center",
|
|
8
|
-
children: /* @__PURE__ */ jsx(NotFoundSection, {
|
|
14
|
+
children: /* @__PURE__ */ jsx(NotFoundSection, {})
|
|
9
15
|
});
|
|
10
16
|
}
|
|
11
17
|
|
|
12
18
|
//#endregion
|
|
13
|
-
export { NotFoundPage };
|
|
19
|
+
export { AdminNotFoundPage, NotFoundPage };
|
|
14
20
|
//# sourceMappingURL=not-found-page.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"not-found-page.js","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":["import { NotFoundSection } from \"./not-found-section\";\n\nexport function
|
|
1
|
+
{"version":3,"file":"not-found-page.js","names":[],"sources":["../../../src/components/layouts/not-found-page.tsx"],"sourcesContent":["import { NotFoundSection } from \"./not-found-section\";\n\nexport function AdminNotFoundPage() {\n return (\n <div className=\"relative z-0 grid h-[100dvh] w-full place-items-center\">\n <NotFoundSection href=\"/admin\" />\n </div>\n );\n}\n\nexport function NotFoundPage() {\n return (\n <div className=\"relative z-0 grid h-[100dvh] w-full place-items-center\">\n <NotFoundSection />\n </div>\n );\n}\n"],"mappings":";;;;AAEA,SAAgB,oBAAoB;AAClC,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC,mBAAgB,MAAK,WAAW;GAC7B;;AAIV,SAAgB,eAAe;AAC7B,QACE,oBAAC;EAAI,WAAU;YACb,oBAAC,oBAAkB;GACf"}
|
|
@@ -17,7 +17,7 @@ function NotFoundSection({ href }) {
|
|
|
17
17
|
className: "text-2xl font-bold lg:text-3xl",
|
|
18
18
|
children: "Oeps, deze pagina is niet gevonden."
|
|
19
19
|
})]
|
|
20
|
-
}), /* @__PURE__ */ jsxs(Link, {
|
|
20
|
+
}), href && /* @__PURE__ */ jsxs(Link, {
|
|
21
21
|
href,
|
|
22
22
|
className: cn(buttonVariants({ variant: "secondary" }), "text-foreground"),
|
|
23
23
|
children: [/* @__PURE__ */ jsx(HomeIcon, { className: "mr-2 size-4" }), "Terug naar home"]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"not-found-section.js","names":[],"sources":["../../../src/components/layouts/not-found-section.tsx"],"sourcesContent":["import { buttonVariants } from \"@/components/ui/button\";\nimport { cn } from \"@/lib/utils/cn\";\nimport { HomeIcon } from \"lucide-react\";\nimport type { Route } from \"next\";\nimport Link from \"next/link\";\n\nexport function NotFoundSection({ href }: { href
|
|
1
|
+
{"version":3,"file":"not-found-section.js","names":[],"sources":["../../../src/components/layouts/not-found-section.tsx"],"sourcesContent":["import { buttonVariants } from \"@/components/ui/button\";\nimport { cn } from \"@/lib/utils/cn\";\nimport { HomeIcon } from \"lucide-react\";\nimport type { Route } from \"next\";\nimport Link from \"next/link\";\n\nexport function NotFoundSection({ href }: { href?: Route }) {\n return (\n <div className=\"flex flex-col items-center gap-12 text-center\">\n <span className=\"text-foreground space-y-2\">\n <h2 className=\"text-9xl font-bold leading-none\">404</h2>\n <h1 className=\"text-2xl font-bold lg:text-3xl\">Oeps, deze pagina is niet gevonden.</h1>\n </span>\n\n {href && (\n <Link\n href={href}\n className={cn(buttonVariants({ variant: \"secondary\" }), \"text-foreground\")}\n >\n <HomeIcon className=\"mr-2 size-4\" />\n Terug naar home\n </Link>\n )}\n </div>\n );\n}\n"],"mappings":";;;;;;;AAMA,SAAgB,gBAAgB,EAAE,QAA0B;AAC1D,QACE,qBAAC;EAAI,WAAU;aACb,qBAAC;GAAK,WAAU;cACd,oBAAC;IAAG,WAAU;cAAkC;KAAQ,EACxD,oBAAC;IAAG,WAAU;cAAiC;KAAwC;IAClF,EAEN,QACC,qBAAC;GACO;GACN,WAAW,GAAG,eAAe,EAAE,SAAS,aAAa,CAAC,EAAE,kBAAkB;cAE1E,oBAAC,YAAS,WAAU,gBAAgB;IAE/B;GAEL"}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime126 from "react/jsx-runtime";
|
|
2
2
|
import { PropsWithChildren } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/components/layouts/providers.client.d.ts
|
|
5
5
|
declare function Providers({
|
|
6
6
|
children
|
|
7
|
-
}: PropsWithChildren):
|
|
7
|
+
}: PropsWithChildren): react_jsx_runtime126.JSX.Element;
|
|
8
8
|
//#endregion
|
|
9
9
|
export { Providers };
|
|
10
10
|
//# sourceMappingURL=providers.client.d.ts.map
|