@tulip-systems/core 0.2.0 → 0.2.1
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/components/editor/components/content.client.d.ts +2 -2
- package/dist/components/editor/components/content.client.d.ts.map +1 -1
- package/dist/components/editor/components/fixed-menu.client.d.ts +2 -2
- package/dist/components/editor/components/fixed-menu.client.d.ts.map +1 -1
- package/dist/components/editor/context.client.d.ts +2 -2
- 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/index.client.d.ts.map +1 -1
- package/dist/components/editor/preview.client.d.ts +2 -2
- package/dist/components/editor/preview.client.d.ts.map +1 -1
- package/dist/components/header/back-button.client.d.ts +2 -2
- package/dist/components/header/back-button.client.d.ts.map +1 -1
- package/dist/components/header/bottom-bar.client.d.ts +3 -3
- package/dist/components/header/bottom-bar.client.d.ts.map +1 -1
- package/dist/components/header/breadcrumbs.client.d.ts +7 -7
- package/dist/components/header/breadcrumbs.client.d.ts.map +1 -1
- package/dist/components/header/header.client.d.ts +2 -2
- package/dist/components/header/header.client.d.ts.map +1 -1
- package/dist/components/header/mobile-nav-switcher.client.d.ts +2 -2
- package/dist/components/header/mobile-nav-switcher.client.d.ts.map +1 -1
- package/dist/components/header/top-bar.client.d.ts +4 -4
- package/dist/components/header/top-bar.client.d.ts.map +1 -1
- package/dist/components/layouts/admin-layout.server.d.ts +2 -2
- package/dist/components/layouts/providers.client.d.ts +2 -2
- package/dist/components/layouts/providers.client.d.ts.map +1 -1
- package/dist/components/layouts/root-layout.server.d.ts +2 -2
- package/dist/components/ui/avatar.client.d.ts +4 -4
- package/dist/components/ui/avatar.client.d.ts.map +1 -1
- package/dist/components/ui/chart.client.d.ts +5 -5
- package/dist/components/ui/chart.client.d.ts.map +1 -1
- package/dist/components/ui/collapsible.client.d.ts +4 -4
- package/dist/components/ui/collapsible.client.d.ts.map +1 -1
- package/dist/components/ui/color-picker.client.d.ts +2 -2
- package/dist/components/ui/color-picker.client.d.ts.map +1 -1
- package/dist/components/ui/combobox-dropdown.client.d.ts +2 -2
- package/dist/components/ui/combobox-dropdown.client.d.ts.map +1 -1
- package/dist/components/ui/combobox.client.d.ts +2 -2
- package/dist/components/ui/combobox.client.d.ts.map +1 -1
- package/dist/components/ui/dialog.client.d.ts +11 -11
- package/dist/components/ui/dialog.client.d.ts.map +1 -1
- package/dist/components/ui/drawer.client.d.ts +11 -11
- package/dist/components/ui/drawer.client.d.ts.map +1 -1
- package/dist/components/ui/form.client.d.ts +7 -7
- package/dist/components/ui/form.client.d.ts.map +1 -1
- package/dist/components/ui/hover-card.client.d.ts +4 -4
- package/dist/components/ui/hover-card.client.d.ts.map +1 -1
- package/dist/components/ui/progress.client.d.ts +2 -2
- package/dist/components/ui/progress.client.d.ts.map +1 -1
- package/dist/components/ui/resizable.client.d.ts +4 -4
- package/dist/components/ui/resizable.client.d.ts.map +1 -1
- package/dist/components/ui/select.client.d.ts +11 -11
- package/dist/components/ui/select.client.d.ts.map +1 -1
- package/dist/components/ui/sheet.client.d.ts +9 -9
- package/dist/components/ui/sidebar.client.d.ts +24 -24
- package/dist/components/ui/sonner.client.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 +2 -2
- 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/lib/hooks/use-indicator.d.ts +2 -2
- package/dist/modules/auth/components/allowed.client.d.ts +2 -2
- package/dist/modules/auth/components/allowed.server.d.ts +2 -2
- package/dist/modules/auth/components/allowed.server.d.ts.map +1 -1
- 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/forget-password-page.client.d.ts +2 -2
- package/dist/modules/auth/components/login-page.client.d.ts +2 -2
- 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/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 +4 -4
- 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 +2 -2
- package/dist/modules/commands/menus/dropdown-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/inline-menu.client.d.ts +2 -2
- package/dist/modules/commands/menus/inline-menu.client.d.ts.map +1 -1
- package/dist/modules/commands/menus/responsive-menu.client.d.ts +2 -2
- 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/config/router/client.server.d.ts +4 -4
- package/dist/modules/config/router/client.server.d.ts.map +1 -1
- package/dist/modules/data-tables/components/cell/common.client.d.ts +5 -5
- package/dist/modules/data-tables/components/cell/common.client.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/filters/combobox.client.d.ts +2 -2
- package/dist/modules/data-tables/components/filters/combobox.client.d.ts.map +1 -1
- package/dist/modules/data-tables/components/filters/slider.client.d.ts +2 -2
- package/dist/modules/data-tables/components/filters/slider.client.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/search-input.client.d.ts +2 -2
- package/dist/modules/data-tables/components/search-input.client.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/hooks/use-context.client.d.ts +2 -2
- package/dist/modules/data-tables/hooks/use-context.client.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/data-table/components/table.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/cells/common.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/inputs/advanced-select.client.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/inputs/combobox.client.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts +3 -3
- package/dist/modules/data-tables/tables/inline-table/components/inputs/input.client.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/inputs/read-only.d.ts.map +1 -1
- 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/inputs/select.client.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/components/table.d.ts.map +1 -1
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts +2 -2
- package/dist/modules/data-tables/tables/inline-table/hooks/context.client.d.ts.map +1 -1
- 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-picker.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/editor.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/input-toggle.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/input.client.d.ts +3 -3
- package/dist/modules/inline-edit/components/richtext.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/select.client.d.ts +6 -6
- package/dist/modules/inline-edit/components/switch.client.d.ts +2 -2
- package/dist/modules/inline-edit/components/toggle.client.d.ts +2 -2
- package/dist/modules/uploads/components/button.client.d.ts +2 -2
- package/dist/modules/uploads/components/images/grid.client.d.ts +2 -2
- 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/router.server.d.ts +752 -752
- package/dist/modules/uploads/lib/router.server.d.ts.map +1 -1
- package/dist/modules/uploads/lib/validators.d.ts +56 -56
- package/dist/modules/uploads/lib/validators.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime105 from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/lib/hooks/use-indicator.d.ts
|
|
@@ -26,7 +26,7 @@ declare function IndicatorContextProvider({
|
|
|
26
26
|
children
|
|
27
27
|
}: {
|
|
28
28
|
children: React.ReactNode;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime105.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { IndicatorContext, IndicatorContextProvider, IndicatorStatus, useIndicator };
|
|
32
32
|
//# sourceMappingURL=use-indicator.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Permission } from "../lib/permissions.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime100 from "react/jsx-runtime";
|
|
3
3
|
import { JSX } from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/auth/components/allowed.client.d.ts
|
|
@@ -15,7 +15,7 @@ declare function Allowed({
|
|
|
15
15
|
permission,
|
|
16
16
|
fallback,
|
|
17
17
|
children
|
|
18
|
-
}: AllowedProps):
|
|
18
|
+
}: AllowedProps): react_jsx_runtime100.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { Allowed };
|
|
21
21
|
//# sourceMappingURL=allowed.client.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Permission } from "../lib/permissions.js";
|
|
2
2
|
import { TDatabaseSchema } from "../../config/db/types.js";
|
|
3
3
|
import { TulipConfig } from "../../config/lib/config.server.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime98 from "react/jsx-runtime";
|
|
5
5
|
import { JSX } from "react";
|
|
6
6
|
import "server-cli-only";
|
|
7
7
|
|
|
@@ -17,7 +17,7 @@ declare function Allowed<TSchema extends TDatabaseSchema>({
|
|
|
17
17
|
permission,
|
|
18
18
|
fallback,
|
|
19
19
|
children
|
|
20
|
-
}: AllowedProps<TSchema>): Promise<
|
|
20
|
+
}: AllowedProps<TSchema>): Promise<react_jsx_runtime98.JSX.Element>;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { Allowed };
|
|
23
23
|
//# sourceMappingURL=allowed.server.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allowed.server.d.ts","names":[],"sources":["../../../../src/modules/auth/components/allowed.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;;KASK,6BAA6B;UACxB,YAAY;cACR;EAFT,QAAA,CAAA,EAGQ,GAAA,CAAI,OAHA,GAAA,MAAA;EAAA,QAAA,EAIL,KAAA,CAAM,SAJD;;AACK,iBAMA,OANA,CAAA,gBAMwB,eANxB,CAAA,CAAA;EAAA,MAAA;EAAA,UAAA;EAAA,QAAA;EAAA;AAAA,CAAA,EAWnB,YAXmB,CAWN,OAXM,CAAA,CAAA,EAWE,OAXF,CAWE,
|
|
1
|
+
{"version":3,"file":"allowed.server.d.ts","names":[],"sources":["../../../../src/modules/auth/components/allowed.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;;KASK,6BAA6B;UACxB,YAAY;cACR;EAFT,QAAA,CAAA,EAGQ,GAAA,CAAI,OAHA,GAAA,MAAA;EAAA,QAAA,EAIL,KAAA,CAAM,SAJD;;AACK,iBAMA,OANA,CAAA,gBAMwB,eANxB,CAAA,CAAA;EAAA,MAAA;EAAA,UAAA;EAAA,QAAA;EAAA;AAAA,CAAA,EAWnB,YAXmB,CAWN,OAXM,CAAA,CAAA,EAWE,OAXF,CAWE,mBAAA,CAAA,GAAA,CAAA,OAAA,CAXF"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { TDatabaseSchema } from "../../config/db/types.js";
|
|
2
2
|
import { GetTulipParams } from "../../config/lib/resolve.server.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime99 from "react/jsx-runtime";
|
|
4
4
|
import { PropsWithChildren } from "react";
|
|
5
5
|
import "server-cli-only";
|
|
6
6
|
|
|
7
7
|
//#region src/modules/auth/components/auth-layout.server.d.ts
|
|
8
|
-
declare function AuthLayout<TSchema extends TDatabaseSchema>(props: PropsWithChildren<GetTulipParams<TSchema>>): Promise<
|
|
8
|
+
declare function AuthLayout<TSchema extends TDatabaseSchema>(props: PropsWithChildren<GetTulipParams<TSchema>>): Promise<react_jsx_runtime99.JSX.Element>;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { AuthLayout };
|
|
11
11
|
//# sourceMappingURL=auth-layout.server.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-layout.server.d.ts","names":[],"sources":["../../../../src/modules/auth/components/auth-layout.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;iBAQsB,2BAA2B,wBACxC,kBAAkB,eAAe,YAAS,QAAA,
|
|
1
|
+
{"version":3,"file":"auth-layout.server.d.ts","names":[],"sources":["../../../../src/modules/auth/components/auth-layout.server.tsx"],"sourcesContent":[],"mappings":";;;;;;;iBAQsB,2BAA2B,wBACxC,kBAAkB,eAAe,YAAS,QAAA,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime101 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/modules/auth/components/forget-password-page.client.d.ts
|
|
4
|
-
declare function ForgetPasswordPage():
|
|
4
|
+
declare function ForgetPasswordPage(): react_jsx_runtime101.JSX.Element;
|
|
5
5
|
//#endregion
|
|
6
6
|
export { ForgetPasswordPage };
|
|
7
7
|
//# sourceMappingURL=forget-password-page.client.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime102 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/modules/auth/components/login-page.client.d.ts
|
|
4
4
|
declare function LoginPage(props: {
|
|
5
5
|
searchParams: Promise<{
|
|
6
6
|
callbackURL?: string;
|
|
7
7
|
}>;
|
|
8
|
-
}):
|
|
8
|
+
}): react_jsx_runtime102.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { LoginPage };
|
|
11
11
|
//# sourceMappingURL=login-page.client.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime103 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/modules/auth/components/reset-password-page.client.d.ts
|
|
4
4
|
declare function ResetPasswordPage(params: {
|
|
@@ -6,7 +6,7 @@ declare function ResetPasswordPage(params: {
|
|
|
6
6
|
email: string;
|
|
7
7
|
otp: string;
|
|
8
8
|
}>;
|
|
9
|
-
}):
|
|
9
|
+
}): react_jsx_runtime103.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { ResetPasswordPage };
|
|
12
12
|
//# sourceMappingURL=reset-password-page.client.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommandFormDialogTrigger } from "../../commands/components/form-dialog-command.client.js";
|
|
2
2
|
import { UpdatePasswordSchema } from "../lib/validators.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime104 from "react/jsx-runtime";
|
|
4
4
|
import React from "react";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/auth/components/update-password-command.d.ts
|
|
@@ -13,7 +13,7 @@ declare function UpdatePasswordCommand({
|
|
|
13
13
|
action,
|
|
14
14
|
defaultValues,
|
|
15
15
|
children
|
|
16
|
-
}: UpdatePasswordCommandProps):
|
|
16
|
+
}: UpdatePasswordCommandProps): react_jsx_runtime104.JSX.Element;
|
|
17
17
|
declare const UpdatePasswordCommandTrigger: typeof CommandFormDialogTrigger;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { UpdatePasswordCommand, UpdatePasswordCommandProps, UpdatePasswordCommandTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandAction } from "../hooks/use-command-action.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { AlertDialogCancelProps, AlertDialogContentProps, AlertDialogProps } from "@radix-ui/react-alert-dialog";
|
|
5
5
|
import { Keys } from "react-hotkeys-hook";
|
|
@@ -11,7 +11,7 @@ import { Keys } from "react-hotkeys-hook";
|
|
|
11
11
|
declare function CommandAlertDialog({
|
|
12
12
|
children,
|
|
13
13
|
...props
|
|
14
|
-
}: AlertDialogProps):
|
|
14
|
+
}: AlertDialogProps): react_jsx_runtime56.JSX.Element;
|
|
15
15
|
/**
|
|
16
16
|
* CommandAlertDialogTrigger
|
|
17
17
|
*/
|
|
@@ -28,49 +28,49 @@ declare function CommandAlertDialogTrigger({
|
|
|
28
28
|
children,
|
|
29
29
|
disabled,
|
|
30
30
|
...props
|
|
31
|
-
}: CommandAlertDialogTriggerProps):
|
|
31
|
+
}: CommandAlertDialogTriggerProps): react_jsx_runtime56.JSX.Element | undefined;
|
|
32
32
|
/**
|
|
33
33
|
* CommandAlertDialogContent
|
|
34
34
|
*/
|
|
35
35
|
declare function CommandAlertDialogContent({
|
|
36
36
|
children,
|
|
37
37
|
...props
|
|
38
|
-
}: AlertDialogContentProps):
|
|
38
|
+
}: AlertDialogContentProps): react_jsx_runtime56.JSX.Element;
|
|
39
39
|
/**
|
|
40
40
|
* CommandAlertDialogHeader
|
|
41
41
|
*/
|
|
42
42
|
declare function CommandAlertDialogHeader({
|
|
43
43
|
children,
|
|
44
44
|
...props
|
|
45
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
45
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime56.JSX.Element;
|
|
46
46
|
/**
|
|
47
47
|
* CommandAlertDialogTitle
|
|
48
48
|
*/
|
|
49
49
|
declare function CommandAlertDialogTitle({
|
|
50
50
|
children,
|
|
51
51
|
...props
|
|
52
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
52
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime56.JSX.Element;
|
|
53
53
|
/**
|
|
54
54
|
* CommandAlertDialogDescription
|
|
55
55
|
*/
|
|
56
56
|
declare function CommandAlertDialogDescription({
|
|
57
57
|
children,
|
|
58
58
|
...props
|
|
59
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
59
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime56.JSX.Element;
|
|
60
60
|
/**
|
|
61
61
|
* CommandAlertDialogFooter
|
|
62
62
|
*/
|
|
63
63
|
declare function CommandAlertDialogFooter({
|
|
64
64
|
children,
|
|
65
65
|
...props
|
|
66
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
66
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime56.JSX.Element;
|
|
67
67
|
/**
|
|
68
68
|
* CommandAlertDialogCancel
|
|
69
69
|
*/
|
|
70
70
|
declare function CommandAlertDialogCancel({
|
|
71
71
|
children,
|
|
72
72
|
...props
|
|
73
|
-
}: AlertDialogCancelProps):
|
|
73
|
+
}: AlertDialogCancelProps): react_jsx_runtime56.JSX.Element;
|
|
74
74
|
/**
|
|
75
75
|
* CommandAlertDialogAction
|
|
76
76
|
*/
|
|
@@ -87,7 +87,7 @@ declare function CommandAlertDialogAction({
|
|
|
87
87
|
children,
|
|
88
88
|
disabled,
|
|
89
89
|
...props
|
|
90
|
-
}: CommandAlertDialogActionProps):
|
|
90
|
+
}: CommandAlertDialogActionProps): react_jsx_runtime56.JSX.Element;
|
|
91
91
|
//#endregion
|
|
92
92
|
export { CommandAlertDialog, CommandAlertDialogAction, CommandAlertDialogCancel, CommandAlertDialogContent, CommandAlertDialogDescription, CommandAlertDialogFooter, CommandAlertDialogHeader, CommandAlertDialogTitle, CommandAlertDialogTrigger };
|
|
93
93
|
//# sourceMappingURL=alert-dialog-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"alert-dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/alert-dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AA0CgB,iBAAA,kBAAA,CAAkB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,gBAAzB,CAAA,EAAyC,
|
|
1
|
+
{"version":3,"file":"alert-dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/alert-dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;AA0CgB,iBAAA,kBAAA,CAAkB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,gBAAzB,CAAA,EAAyC,mBAAA,CAAA,GAAA,CAAA,OAAzC;;;;KAe7B,8BAAA,GAfsE;EAAA,QAAA,EAgB/D,KAAA,CAAM,SAhByD;EAetE,SAAA,CAAA,EAAA,MAAA;EAA8B,KAAA,CAAA,EAAA,MAAA;QACvB,CAAA,EAGD,IAHO;UAGP,CAAA,EAAA,OAAA;CAAI;AAIC,iBAAA,yBAAA,CAAyB;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAMtC,8BANsC,CAAA,EAMR,mBAAA,CAAA,GAAA,CAAA,OAAA,GANQ,SAAA;;;;AAGvC,iBAmEc,yBAAA,CAnEd;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmEgE,uBAnEhE,CAAA,EAmEuF,mBAAA,CAAA,GAAA,CAAA,OAnEvF;;;;AAG+B,iBAuEjB,wBAAA,CAvEiB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA0E9B,KAAA,CAAM,cA1EwB,CA0ET,WA1ES,CAAA,CAAA,EA0EG,mBAAA,CAAA,GAAA,CAAA,OA1EH;AAgEjC;;;AAAkE,iBAiBlD,uBAAA,CAjBkD;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAiBF,KAAA,CAAM,cAjBJ,CAiBmB,WAjBnB,CAAA,CAAA,EAiB+B,mBAAA,CAAA,GAAA,CAAA,OAjB/B;;;AAOlE;AAAwC,iBAiBxB,6BAAA,CAjBwB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAoBrC,KAAA,CAAM,cApB+B,CAoBhB,WApBgB,CAAA,CAAA,EAoBJ,mBAAA,CAAA,GAAA,CAAA,OApBI;;;;AAGJ,iBAwBpB,wBAAA,CAxBoB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA2BjC,KAAA,CAAM,cA3B2B,CA2BZ,WA3BY,CAAA,CAAA,EA2BA,mBAAA,CAAA,GAAA,CAAA,OA3BA;;AAOpC;;AAA0C,iBA2B1B,wBAAA,CA3B0B;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA2BuB,sBA3BvB,CAAA,EA2B6C,mBAAA,CAAA,GAAA,CAAA,OA3B7C;;;;KAkCrC,6BAAA,GAlC4F;EAOjF,QAAA,EA4BJ,KAAA,CAAM,SA5BF;EAA6B,SAAA,CAAA,EAAA,MAAA;QAC3C,EA6BQ,aA7BR;SAEsB,CAAA,EAAA,MAAA;UAArB,CAAM,EAAA,OAAA;;AAA2B,iBAgCpB,wBAAA,CAhCoB;EAAA,MAAA;EAAA,OAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAsCjC,6BAtCiC,CAAA,EAsCJ,mBAAA,CAAA,GAAA,CAAA,OAtCI"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandAction } from "../hooks/use-command-action.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { Keys } from "react-hotkeys-hook";
|
|
5
5
|
|
|
@@ -21,7 +21,7 @@ declare function CommandClick({
|
|
|
21
21
|
hotkey,
|
|
22
22
|
disabled,
|
|
23
23
|
...props
|
|
24
|
-
}: CommandClickProps):
|
|
24
|
+
}: CommandClickProps): react_jsx_runtime65.JSX.Element | null;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { CommandClick, CommandClickProps };
|
|
27
27
|
//# sourceMappingURL=click-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"click-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/click-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;KAWY,iBAAA;YACA,KAAA,CAAM;;EADN,QAAA,CAAA,EAAA,OAAA;EAAiB,MAAA,EAInB,aAJmB;SACjB,CAAA,EAAM,MAAA;OAGR,CAAA,EAAA,MAAA;QAGC,CAAA,EAAA,IAAA;CAAI;AAGC,iBAAA,YAAA,CAAY;EAAA,QAAA;EAAA,MAAA;EAAA,OAAA;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAQzB,iBARyB,CAAA,EAQR,
|
|
1
|
+
{"version":3,"file":"click-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/click-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;KAWY,iBAAA;YACA,KAAA,CAAM;;EADN,QAAA,CAAA,EAAA,OAAA;EAAiB,MAAA,EAInB,aAJmB;SACjB,CAAA,EAAM,MAAA;OAGR,CAAA,EAAA,MAAA;QAGC,CAAA,EAAA,IAAA;CAAI;AAGC,iBAAA,YAAA,CAAY;EAAA,QAAA;EAAA,MAAA;EAAA,OAAA;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAQzB,iBARyB,CAAA,EAQR,mBAAA,CAAA,GAAA,CAAA,OAAA,GARQ,IAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
2
2
|
import * as react0 from "react";
|
|
3
3
|
import { PropsWithChildren } from "react";
|
|
4
4
|
|
|
@@ -18,17 +18,17 @@ declare function CommandTrigger({
|
|
|
18
18
|
children
|
|
19
19
|
}: PropsWithChildren<{
|
|
20
20
|
label?: string;
|
|
21
|
-
}>):
|
|
21
|
+
}>): react_jsx_runtime66.JSX.Element;
|
|
22
22
|
/**
|
|
23
23
|
* Command label
|
|
24
24
|
*/
|
|
25
|
-
declare function CommandLabel():
|
|
25
|
+
declare function CommandLabel(): react_jsx_runtime66.JSX.Element | null;
|
|
26
26
|
/**
|
|
27
27
|
* Command icon
|
|
28
28
|
*/
|
|
29
29
|
declare function CommandIcon({
|
|
30
30
|
children
|
|
31
|
-
}: PropsWithChildren):
|
|
31
|
+
}: PropsWithChildren): react_jsx_runtime66.JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { CommandIcon, CommandLabel, CommandTrigger, CommandTriggerContext };
|
|
34
34
|
//# sourceMappingURL=command-trigger.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command-trigger.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/command-trigger.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;KAcK,0BAAA;EAAA,KAAA,CAAA,EAAA,MAAA;AAIL,CAAA;AAAoF,cAAvE,qBAAuE,EAAlD,MAAA,CAAA,OAAkD,CAAlD,0BAAkD,CAAA;;;;AAKpE,iBAAA,cAAA,CAAc;EAAA,KAAA;EAAA;CAAA,EAAsB,iBAAtB,CAAA;EAAA,KAAA,CAAA,EAAA,MAAA;KAA2D,
|
|
1
|
+
{"version":3,"file":"command-trigger.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/command-trigger.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;KAcK,0BAAA;EAAA,KAAA,CAAA,EAAA,MAAA;AAIL,CAAA;AAAoF,cAAvE,qBAAuE,EAAlD,MAAA,CAAA,OAAkD,CAAlD,0BAAkD,CAAA;;;;AAKpE,iBAAA,cAAA,CAAc;EAAA,KAAA;EAAA;CAAA,EAAsB,iBAAtB,CAAA;EAAA,KAAA,CAAA,EAAA,MAAA;KAA2D,mBAAA,CAAA,GAAA,CAAA,OAAxD;;;;AAAwD,iBAmBzE,YAAA,CAAA,CAnByE,EAmB7D,mBAAA,CAAA,GAAA,CAAA,OAAA,GAnB6D,IAAA;AAmBzF;AAcA;;AAA8B,iBAAd,WAAA,CAAc;EAAA;AAAA,CAAA,EAAY,iBAAZ,CAAA,EAA6B,mBAAA,CAAA,GAAA,CAAA,OAA7B"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime69 from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { DialogContentProps, DialogProps } from "@radix-ui/react-dialog";
|
|
4
4
|
import { Keys } from "react-hotkeys-hook";
|
|
@@ -10,7 +10,7 @@ import { Keys } from "react-hotkeys-hook";
|
|
|
10
10
|
declare function CommandDialog({
|
|
11
11
|
children,
|
|
12
12
|
...props
|
|
13
|
-
}: DialogProps):
|
|
13
|
+
}: DialogProps): react_jsx_runtime69.JSX.Element;
|
|
14
14
|
/**
|
|
15
15
|
* CommandDialogTrigger
|
|
16
16
|
*/
|
|
@@ -27,42 +27,42 @@ declare function CommandDialogTrigger({
|
|
|
27
27
|
children,
|
|
28
28
|
disabled,
|
|
29
29
|
...props
|
|
30
|
-
}: CommandDialogTriggerProps):
|
|
30
|
+
}: CommandDialogTriggerProps): react_jsx_runtime69.JSX.Element | undefined;
|
|
31
31
|
/**
|
|
32
32
|
* CommandDialogContent
|
|
33
33
|
*/
|
|
34
34
|
declare function CommandDialogContent({
|
|
35
35
|
children,
|
|
36
36
|
...props
|
|
37
|
-
}: DialogContentProps):
|
|
37
|
+
}: DialogContentProps): react_jsx_runtime69.JSX.Element;
|
|
38
38
|
/**
|
|
39
39
|
* CommandDialogHeader
|
|
40
40
|
*/
|
|
41
41
|
declare function CommandDialogHeader({
|
|
42
42
|
children,
|
|
43
43
|
...props
|
|
44
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
44
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime69.JSX.Element;
|
|
45
45
|
/**
|
|
46
46
|
* CommandDialogTitle
|
|
47
47
|
*/
|
|
48
48
|
declare function CommandDialogTitle({
|
|
49
49
|
children,
|
|
50
50
|
...props
|
|
51
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
51
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime69.JSX.Element;
|
|
52
52
|
/**
|
|
53
53
|
* CommandDialogDescription
|
|
54
54
|
*/
|
|
55
55
|
declare function CommandDialogDescription({
|
|
56
56
|
children,
|
|
57
57
|
...props
|
|
58
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
58
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime69.JSX.Element;
|
|
59
59
|
/**
|
|
60
60
|
* CommandDialogFooter
|
|
61
61
|
*/
|
|
62
62
|
declare function CommandDialogFooter({
|
|
63
63
|
children,
|
|
64
64
|
...props
|
|
65
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
65
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime69.JSX.Element;
|
|
66
66
|
//#endregion
|
|
67
67
|
export { CommandDialog, CommandDialogContent, CommandDialogDescription, CommandDialogFooter, CommandDialogHeader, CommandDialogTitle, CommandDialogTrigger };
|
|
68
68
|
//# sourceMappingURL=dialog-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAkCgB,iBAAA,aAAA,CAAa;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,WAAzB,CAAA,EAAoC,
|
|
1
|
+
{"version":3,"file":"dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAkCgB,iBAAA,aAAA,CAAa;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,WAAzB,CAAA,EAAoC,mBAAA,CAAA,GAAA,CAAA,OAApC;;;;KAexB,yBAAA,GAf4D;EAAA,QAAA,EAgBrD,KAAA,CAAM,SAhB+C;EAe5D,SAAA,CAAA,EAAA,MAAA;EAAyB,KAAA,CAAA,EAAA,MAAA;QAClB,CAAA,EAGD,IAHO;UAGP,CAAA,EAAA,OAAA;CAAI;AAIC,iBAAA,oBAAA,CAAoB;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAMjC,yBANiC,CAAA,EAMR,mBAAA,CAAA,GAAA,CAAA,OAAA,GANQ,SAAA;;;;AAGlC,iBAmEc,oBAAA,CAnEd;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmE2D,kBAnE3D,CAAA,EAmE6E,mBAAA,CAAA,GAAA,CAAA,OAnE7E;;;;AAG0B,iBAuEZ,mBAAA,CAvEY;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAuEgC,KAAA,CAAM,cAvEtC,CAuEqD,WAvErD,CAAA,CAAA,EAuEiE,mBAAA,CAAA,GAAA,CAAA,OAvEjE;AAgE5B;;;AAA6D,iBAc7C,kBAAA,CAd6C;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAcF,KAAA,CAAM,cAdJ,CAcmB,WAdnB,CAAA,CAAA,EAc+B,mBAAA,CAAA,GAAA,CAAA,OAd/B;;;AAO7D;AAAmC,iBAcnB,wBAAA,CAdmB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAiBhC,KAAA,CAAM,cAjB0B,CAiBX,WAjBW,CAAA,CAAA,EAiBC,mBAAA,CAAA,GAAA,CAAA,OAjBD;;;;AAA0D,iBAwB7E,mBAAA,CAxB6E;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAwBjC,KAAA,CAAM,cAxB2B,CAwBZ,WAxBY,CAAA,CAAA,EAwBA,mBAAA,CAAA,GAAA,CAAA,OAxBA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandAction } from "../hooks/use-command-action.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/commands/components/dropdown-command.client.d.ts
|
|
@@ -13,7 +13,7 @@ type CommandDropdownProps = {
|
|
|
13
13
|
declare function CommandDropdown({
|
|
14
14
|
children,
|
|
15
15
|
...props
|
|
16
|
-
}: CommandDropdownProps):
|
|
16
|
+
}: CommandDropdownProps): react_jsx_runtime76.JSX.Element | null;
|
|
17
17
|
/**
|
|
18
18
|
* CommandDropdownContent
|
|
19
19
|
*/
|
|
@@ -24,7 +24,7 @@ type CommandDropdownContentProps = {
|
|
|
24
24
|
declare function CommandDropdownContent({
|
|
25
25
|
children,
|
|
26
26
|
...props
|
|
27
|
-
}: CommandDropdownContentProps):
|
|
27
|
+
}: CommandDropdownContentProps): react_jsx_runtime76.JSX.Element | null;
|
|
28
28
|
/**
|
|
29
29
|
* CommandDropdownTrigger
|
|
30
30
|
*/
|
|
@@ -39,7 +39,7 @@ declare function CommandDropdownTrigger({
|
|
|
39
39
|
disabled,
|
|
40
40
|
children,
|
|
41
41
|
...props
|
|
42
|
-
}: CommandDropdownTriggerProps):
|
|
42
|
+
}: CommandDropdownTriggerProps): react_jsx_runtime76.JSX.Element | null;
|
|
43
43
|
/**
|
|
44
44
|
* CommandDropdownItem
|
|
45
45
|
*/
|
|
@@ -54,7 +54,7 @@ declare function CommandDropdownItem({
|
|
|
54
54
|
message,
|
|
55
55
|
children,
|
|
56
56
|
...props
|
|
57
|
-
}: CommandDropdownItemProps):
|
|
57
|
+
}: CommandDropdownItemProps): react_jsx_runtime76.JSX.Element | null;
|
|
58
58
|
//#endregion
|
|
59
59
|
export { CommandDropdown, CommandDropdownContent, CommandDropdownItem, CommandDropdownProps, CommandDropdownTrigger };
|
|
60
60
|
//# sourceMappingURL=dropdown-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/dropdown-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAqCY,KAAA,oBAAA,GAAoB;EAKhB,QAAA,EAJJ,KAAA,CAAM,SAIa;EAAA,SAAA,CAAA,EAAA,MAAA;;AAAyB,iBAAxC,eAAA,CAAwC;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAA,oBAAA,CAAA,EAAoB,
|
|
1
|
+
{"version":3,"file":"dropdown-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/dropdown-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;AAqCY,KAAA,oBAAA,GAAoB;EAKhB,QAAA,EAJJ,KAAA,CAAM,SAIa;EAAA,SAAA,CAAA,EAAA,MAAA;;AAAyB,iBAAxC,eAAA,CAAwC;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAA,oBAAA,CAAA,EAAoB,mBAAA,CAAA,GAAA,CAAA,OAAA,GAApB,IAAA;;;AAmCvD;AAUD,KALK,2BAAA,GAKiC;EAAA,QAAA,EAJ1B,KAAA,CAAM,SAIoB;WAAG,CAAA,EAAA,MAAA;;AAAiD,iBAA1E,sBAAA,CAA0E;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAA3B,2BAA2B,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,IAAA;;AAgBzF;AAYD;KAPK,2BAAA,GAOiC;UACpC,EAPU,KAAA,CAAM,SAOhB;WACA,CAAA,EAAA,MAAA;OACA,CAAA,EAAA,MAAA;UAEC,CAAA,EAAA,OAAA;;AAA2B,iBALd,sBAAA,CAKc;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAA3B,2BAA2B,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,IAAA;AAwC7B;;;KAKI,wBAAA,GAGa;EAAS,MAAA,EAFjB,aAEiB;EAIX,OAAA,CAAA,EAAA,MAAA;EAAmB,QAAA,EAJvB,KAAA,CAAM,SAIiB;WACjC,CAAA,EAAA,MAAA;;AAEA,iBAHc,mBAAA,CAGd;EAAA,MAAA;EAAA,OAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAEC,wBAFD,CAAA,EAEyB,mBAAA,CAAA,GAAA,CAAA,OAAA,GAFzB,IAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
2
2
|
import React from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/commands/components/empty-command.client.d.ts
|
|
@@ -13,7 +13,7 @@ declare function CommandEmpty({
|
|
|
13
13
|
children,
|
|
14
14
|
disabled,
|
|
15
15
|
...props
|
|
16
|
-
}: CommandEmptyProps):
|
|
16
|
+
}: CommandEmptyProps): react_jsx_runtime80.JSX.Element | null;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { CommandEmpty, CommandEmptyProps };
|
|
19
19
|
//# sourceMappingURL=empty-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"empty-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/empty-command.client.tsx"],"sourcesContent":[],"mappings":";;;;KASY,iBAAA;YACA,KAAA,CAAM;;EADN,QAAA,CAAA,EAAA,OAAA;EAOI,KAAA,CAAA,EAAA,MAAA;CAAY;AAAG,iBAAf,YAAA,CAAe;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAuC,iBAAvC,CAAA,EAAwD,
|
|
1
|
+
{"version":3,"file":"empty-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/empty-command.client.tsx"],"sourcesContent":[],"mappings":";;;;KASY,iBAAA;YACA,KAAA,CAAM;;EADN,QAAA,CAAA,EAAA,OAAA;EAOI,KAAA,CAAA,EAAA,MAAA;CAAY;AAAG,iBAAf,YAAA,CAAe;EAAA,KAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAuC,iBAAvC,CAAA,EAAwD,mBAAA,CAAA,GAAA,CAAA,OAAA,GAAxD,IAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CommandAction } from "../hooks/use-command-action.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
3
3
|
import React, { ComponentProps } from "react";
|
|
4
4
|
import { DialogContentProps, DialogProps } from "@radix-ui/react-dialog";
|
|
5
5
|
import { FieldValues, Form } from "react-hook-form";
|
|
@@ -12,7 +12,7 @@ import { Keys } from "react-hotkeys-hook";
|
|
|
12
12
|
declare function CommandFormDialog({
|
|
13
13
|
children,
|
|
14
14
|
...props
|
|
15
|
-
}: DialogProps):
|
|
15
|
+
}: DialogProps): react_jsx_runtime81.JSX.Element;
|
|
16
16
|
/**
|
|
17
17
|
* CommandFormDialogTrigger
|
|
18
18
|
*/
|
|
@@ -29,28 +29,28 @@ declare function CommandFormDialogTrigger({
|
|
|
29
29
|
children,
|
|
30
30
|
disabled,
|
|
31
31
|
...props
|
|
32
|
-
}: CommandFormDialogTriggerProps):
|
|
32
|
+
}: CommandFormDialogTriggerProps): react_jsx_runtime81.JSX.Element | undefined;
|
|
33
33
|
/**
|
|
34
34
|
* CommandFormDialogHeader
|
|
35
35
|
*/
|
|
36
36
|
declare function CommandFormDialogHeader({
|
|
37
37
|
children,
|
|
38
38
|
...props
|
|
39
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
39
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
40
40
|
/**
|
|
41
41
|
* CommandFormDialogTitle
|
|
42
42
|
*/
|
|
43
43
|
declare function CommandFormDialogTitle({
|
|
44
44
|
children,
|
|
45
45
|
...props
|
|
46
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
46
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
47
47
|
/**
|
|
48
48
|
* CommandFormDialogDescription
|
|
49
49
|
*/
|
|
50
50
|
declare function CommandFormDialogDescription({
|
|
51
51
|
children,
|
|
52
52
|
...props
|
|
53
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
53
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
54
54
|
declare const CommandFormDialogContentProvider: typeof Form;
|
|
55
55
|
/**
|
|
56
56
|
* CommandFormDialogContent
|
|
@@ -65,7 +65,7 @@ declare function CommandFormDialogContent<TSchema extends FieldValues>({
|
|
|
65
65
|
message,
|
|
66
66
|
children,
|
|
67
67
|
...props
|
|
68
|
-
}: CommandFormDialogContentProps<TSchema>):
|
|
68
|
+
}: CommandFormDialogContentProps<TSchema>): react_jsx_runtime81.JSX.Element;
|
|
69
69
|
/**
|
|
70
70
|
* FormDialogFields
|
|
71
71
|
*/
|
|
@@ -73,28 +73,28 @@ declare function CommandFormDialogFields({
|
|
|
73
73
|
children,
|
|
74
74
|
className,
|
|
75
75
|
...props
|
|
76
|
-
}: ComponentProps<"div">):
|
|
76
|
+
}: ComponentProps<"div">): react_jsx_runtime81.JSX.Element;
|
|
77
77
|
/**
|
|
78
78
|
* CommandFormDialogFooter
|
|
79
79
|
*/
|
|
80
80
|
declare function CommandFormDialogFooter({
|
|
81
81
|
children,
|
|
82
82
|
...props
|
|
83
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
83
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
84
84
|
/**
|
|
85
85
|
* CommandFormDialogCancel
|
|
86
86
|
*/
|
|
87
87
|
declare function CommandFormDialogCancel({
|
|
88
88
|
children,
|
|
89
89
|
...props
|
|
90
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
90
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
91
91
|
/**
|
|
92
92
|
* CommandFormDialogSubmit
|
|
93
93
|
*/
|
|
94
94
|
declare function CommandFormDialogSubmit({
|
|
95
95
|
children,
|
|
96
96
|
...props
|
|
97
|
-
}: React.HTMLAttributes<HTMLElement>):
|
|
97
|
+
}: React.HTMLAttributes<HTMLElement>): react_jsx_runtime81.JSX.Element;
|
|
98
98
|
//#endregion
|
|
99
99
|
export { CommandFormDialog, CommandFormDialogCancel, CommandFormDialogContent, CommandFormDialogContentProps, CommandFormDialogContentProvider, CommandFormDialogDescription, CommandFormDialogFields, CommandFormDialogFooter, CommandFormDialogHeader, CommandFormDialogSubmit, CommandFormDialogTitle, CommandFormDialogTrigger };
|
|
100
100
|
//# sourceMappingURL=form-dialog-command.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"form-dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/form-dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;AAqCgB,iBAAA,iBAAA,CAAiB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,WAAzB,CAAA,EAAoC,
|
|
1
|
+
{"version":3,"file":"form-dialog-command.client.d.ts","names":[],"sources":["../../../../src/modules/commands/components/form-dialog-command.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;;;AAqCgB,iBAAA,iBAAA,CAAiB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAAyB,WAAzB,CAAA,EAAoC,mBAAA,CAAA,GAAA,CAAA,OAApC;;;;KAe5B,6BAAA,GAfgE;EAAA,QAAA,EAgBzD,KAAA,CAAM,SAhBmD;EAehE,SAAA,CAAA,EAAA,MAAA;EAA6B,KAAA,CAAA,EAAA,MAAA;UACtB,CAAM,EAAA,OAAA;QAIP,CAAA,EAAA,IAAA;CAAI;AAGC,iBAAA,wBAAA,CAAwB;EAAA,KAAA;EAAA,MAAA;EAAA,QAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAMrC,6BANqC,CAAA,EAMR,mBAAA,CAAA,GAAA,CAAA,OAAA,GANQ,SAAA;;;;AAGtC,iBAmEc,uBAAA,CAnEd;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAmE8D,KAAA,CAAM,cAnEpE,CAmEmF,WAnEnF,CAAA,CAAA,EAmE+F,mBAAA,CAAA,GAAA,CAAA,OAnE/F;;;;AAG8B,iBAuEhB,sBAAA,CAvEgB;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAuE+B,KAAA,CAAM,cAvErC,CAuEoD,WAvEpD,CAAA,CAAA,EAuEgE,mBAAA,CAAA,GAAA,CAAA,OAvEhE;AAgEhC;;;AAAqF,iBAcrE,4BAAA,CAdqE;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAiBlF,KAAA,CAAM,cAjB4E,CAiB7D,WAjB6D,CAAA,CAAA,EAiBjD,mBAAA,CAAA,GAAA,CAAA,OAjBiD;AAArB,cAqBnD,gCArByD,EAAA,OAqBzB,IArByB;;;AAOtE;AAAsC,KAmB1B,6BAnB0B,CAAA,gBAmBoB,WAnBpB,CAAA,GAmBmC,kBAnBnC,GAAA;QAAG,EAoB/B,aApB+B,CAoBjB,OApBiB,CAAA;SAA2C,CAAA,EAAA,MAAA;UAArB,EAsBnD,KAAA,CAAM,SAtBmD;;AAA2B,iBAyBhF,wBAzBgF,CAAA,gBAyBvC,WAzBuC,CAAA,CAAA;EAAA,MAAA;EAAA,OAAA;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA8B7F,6BA9B6F,CA8B/D,OA9B+D,CAAA,CAAA,EA8BvD,mBAAA,CAAA,GAAA,CAAA,OA9BuD;AAOhG;;;AAGwB,iBA8CR,uBAAA,CA9CQ;EAAA,QAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EA8CmD,cA9CnD,CAAA,KAAA,CAAA,CAAA,EA8CwE,mBAAA,CAAA,GAAA,CAAA,OA9CxE;;;;AAIX,iBAqDG,uBAAA,CArDoC;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAqDY,KAAA,CAAM,cArDlB,CAqDiC,WArDjC,CAAA,CAAA,EAqD6C,mBAAA,CAAA,GAAA,CAAA,OArD7C;AAKpD;;;AAAyE,iBAuDzD,uBAAA,CAvDyD;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EAuDT,KAAA,CAAM,cAvDG,CAuDY,WAvDZ,CAAA,CAAA,EAuDwB,mBAAA,CAAA,GAAA,CAAA,OAvDxB;;;;AAG9C,iBA0EX,uBAAA,CA1EW;EAAA,QAAA;EAAA,GAAA;AAAA,CAAA,EA0EqC,KAAA,CAAM,cA1E3C,CA0E0D,WA1E1D,CAAA,CAAA,EA0EsE,mBAAA,CAAA,GAAA,CAAA,OA1EtE"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ContextMenu, ContextMenuTrigger } from "../../../components/ui/context-menu.js";
|
|
2
2
|
import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime91 from "react/jsx-runtime";
|
|
4
4
|
import { ContextMenuContentProps } from "@radix-ui/react-context-menu";
|
|
5
5
|
|
|
6
6
|
//#region src/modules/commands/menus/context-menu.client.d.ts
|
|
@@ -21,7 +21,7 @@ declare function ContextCommandMenuContent<TData, TMeta>({
|
|
|
21
21
|
meta,
|
|
22
22
|
className,
|
|
23
23
|
...props
|
|
24
|
-
}: SingleCommandMenuProps<TData, TMeta> & ContextMenuContentProps):
|
|
24
|
+
}: SingleCommandMenuProps<TData, TMeta> & ContextMenuContentProps): react_jsx_runtime91.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { ContextCommandMenu, ContextCommandMenuContent, ContextCommandMenuTrigger };
|
|
27
27
|
//# sourceMappingURL=context-menu.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"context-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/context-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAkBa,cAAA,kBAAkB,EAAA,OAAA,WAAc;AAK7C;AAKA;;AACE,cANW,yBAMX,EAAA,OANoC,kBAMpC;;;;AAKwB,iBANV,yBAMU,CAAA,KAAA,EAAA,KAAA,CAAA,CAAA;EAAA,IAAA;EAAA,QAAA;EAAA,IAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAAvB,sBAAuB,CAAA,KAAA,EAAO,KAAP,CAAA,GAAgB,uBAAhB,CAAA,EAAuC,
|
|
1
|
+
{"version":3,"file":"context-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/context-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;;;;;AAkBa,cAAA,kBAAkB,EAAA,OAAA,WAAc;AAK7C;AAKA;;AACE,cANW,yBAMX,EAAA,OANoC,kBAMpC;;;;AAKwB,iBANV,yBAMU,CAAA,KAAA,EAAA,KAAA,CAAA,CAAA;EAAA,IAAA;EAAA,QAAA;EAAA,IAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAAvB,sBAAuB,CAAA,KAAA,EAAO,KAAP,CAAA,GAAgB,uBAAhB,CAAA,EAAuC,mBAAA,CAAA,GAAA,CAAA,OAAvC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime92 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/commands/menus/dropdown-menu.client.d.ts
|
|
@@ -9,7 +9,7 @@ declare function DropdownCommandMenu<TData, TMeta>({
|
|
|
9
9
|
meta,
|
|
10
10
|
className,
|
|
11
11
|
...props
|
|
12
|
-
}: SingleCommandMenuProps<TData, TMeta> & React.HTMLAttributes<HTMLElement>):
|
|
12
|
+
}: SingleCommandMenuProps<TData, TMeta> & React.HTMLAttributes<HTMLElement>): react_jsx_runtime92.JSX.Element | null;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { DropdownCommandMenu };
|
|
15
15
|
//# sourceMappingURL=dropdown-menu.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dropdown-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/dropdown-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAegB;;;;;;GAMb,uBAAuB,OAAO,SAAS,KAAA,CAAM,eAAe,eAAY,
|
|
1
|
+
{"version":3,"file":"dropdown-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/dropdown-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;iBAegB;;;;;;GAMb,uBAAuB,OAAO,SAAS,KAAA,CAAM,eAAe,eAAY,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime93 from "react/jsx-runtime";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/modules/commands/menus/inline-menu.client.d.ts
|
|
@@ -10,7 +10,7 @@ declare function InlineCommandMenu<TData, TMeta>({
|
|
|
10
10
|
commands,
|
|
11
11
|
className,
|
|
12
12
|
...props
|
|
13
|
-
}: InlineCommandMenuProps<TData, TMeta>):
|
|
13
|
+
}: InlineCommandMenuProps<TData, TMeta>): react_jsx_runtime93.JSX.Element | null;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { InlineCommandMenu, InlineCommandMenuProps };
|
|
16
16
|
//# sourceMappingURL=inline-menu.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inline-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/inline-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAQY,uCAAuC,uBAAuB,OAAO,SAC/E,KAAA,CAAM,eAAe;iBAEP;;;;;;GAMb,uBAAuB,OAAO,SAAM,
|
|
1
|
+
{"version":3,"file":"inline-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/inline-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;;KAQY,uCAAuC,uBAAuB,OAAO,SAC/E,KAAA,CAAM,eAAe;iBAEP;;;;;;GAMb,uBAAuB,OAAO,SAAM,mBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { SingleCommandMenuProps } from "../hooks/use-command-menu.client.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime94 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/modules/commands/menus/responsive-menu.client.d.ts
|
|
5
5
|
type ResponsiveCommandMenuProps<TData, TMeta> = SingleCommandMenuProps<TData, TMeta>;
|
|
6
|
-
declare function ResponsiveCommandMenu<TData, TMeta>(props: ResponsiveCommandMenuProps<TData, TMeta>):
|
|
6
|
+
declare function ResponsiveCommandMenu<TData, TMeta>(props: ResponsiveCommandMenuProps<TData, TMeta>): react_jsx_runtime94.JSX.Element;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { ResponsiveCommandMenu };
|
|
9
9
|
//# sourceMappingURL=responsive-menu.client.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responsive-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/responsive-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;KAMK,2CAA2C,uBAAuB,OAAO;iBAE9D,2CACP,2BAA2B,OAAO,SAAM,
|
|
1
|
+
{"version":3,"file":"responsive-menu.client.d.ts","names":[],"sources":["../../../../src/modules/commands/menus/responsive-menu.client.tsx"],"sourcesContent":[],"mappings":";;;;KAMK,2CAA2C,uBAAuB,OAAO;iBAE9D,2CACP,2BAA2B,OAAO,SAAM,mBAAA,CAAA,GAAA,CAAA"}
|