@questpie/admin 1.0.0 → 1.0.2

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.
@@ -6,13 +6,13 @@ import React$1, { ReactElement, ReactNode } from "react";
6
6
  import * as zod169 from "zod";
7
7
  import { z } from "zod";
8
8
  import { Control } from "react-hook-form";
9
- import * as react_jsx_runtime23 from "react/jsx-runtime";
9
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
10
10
  import { Button } from "@base-ui/react/button";
11
11
  import "class-variance-authority";
12
12
  import { Select } from "@base-ui/react/select";
13
13
  import { useRender } from "@base-ui/react/use-render";
14
14
  import { useShallow } from "zustand/shallow";
15
- import * as _tanstack_react_query3 from "@tanstack/react-query";
15
+ import * as _tanstack_react_query5 from "@tanstack/react-query";
16
16
  import { QueryClient, UseMutationOptions, UseQueryOptions } from "@tanstack/react-query";
17
17
  import * as zustand0 from "zustand";
18
18
  import { Checkbox } from "@base-ui/react/checkbox";
@@ -30,7 +30,7 @@ import { createAuthClient } from "better-auth/react";
30
30
  import { Extension } from "@tiptap/core";
31
31
  import "@tanstack/react-table";
32
32
  import "@base-ui/react/avatar";
33
- import { Combobox } from "@base-ui/react";
33
+ import "@base-ui/react";
34
34
  import "@base-ui/react/scroll-area";
35
35
  import * as questpie102 from "questpie";
36
36
  import { CollectionInfer, Questpie } from "questpie";
@@ -3568,7 +3568,7 @@ declare function AuthLayout({
3568
3568
  footer,
3569
3569
  children,
3570
3570
  className
3571
- }: AuthLayoutProps): react_jsx_runtime23.JSX.Element;
3571
+ }: AuthLayoutProps): react_jsx_runtime11.JSX.Element;
3572
3572
  //#endregion
3573
3573
  //#region src/client/views/auth/login-form.d.ts
3574
3574
  /**
@@ -3637,7 +3637,7 @@ declare function LoginForm({
3637
3637
  defaultValues,
3638
3638
  className,
3639
3639
  error
3640
- }: LoginFormProps): react_jsx_runtime23.JSX.Element;
3640
+ }: LoginFormProps): react_jsx_runtime11.JSX.Element;
3641
3641
  //#endregion
3642
3642
  //#region src/client/views/auth/forgot-password-form.d.ts
3643
3643
  /**
@@ -3692,7 +3692,7 @@ declare function ForgotPasswordForm({
3692
3692
  defaultValues,
3693
3693
  className,
3694
3694
  error
3695
- }: ForgotPasswordFormProps): react_jsx_runtime23.JSX.Element;
3695
+ }: ForgotPasswordFormProps): react_jsx_runtime11.JSX.Element;
3696
3696
  //#endregion
3697
3697
  //#region src/client/views/auth/reset-password-form.d.ts
3698
3698
  /**
@@ -3754,7 +3754,7 @@ declare function ResetPasswordForm({
3754
3754
  minPasswordLength,
3755
3755
  className,
3756
3756
  error
3757
- }: ResetPasswordFormProps): react_jsx_runtime23.JSX.Element;
3757
+ }: ResetPasswordFormProps): react_jsx_runtime11.JSX.Element;
3758
3758
  //#endregion
3759
3759
  //#region src/client/views/auth/accept-invite-form.d.ts
3760
3760
  /**
@@ -3823,7 +3823,7 @@ declare function AcceptInviteForm({
3823
3823
  className,
3824
3824
  error,
3825
3825
  minPasswordLength
3826
- }: AcceptInviteFormProps): react_jsx_runtime23.JSX.Element;
3826
+ }: AcceptInviteFormProps): react_jsx_runtime11.JSX.Element;
3827
3827
  //#endregion
3828
3828
  //#region src/client/views/auth/setup-form.d.ts
3829
3829
  /**
@@ -3877,7 +3877,7 @@ declare function SetupForm({
3877
3877
  defaultValues,
3878
3878
  className,
3879
3879
  error
3880
- }: SetupFormProps): react_jsx_runtime23.JSX.Element;
3880
+ }: SetupFormProps): react_jsx_runtime11.JSX.Element;
3881
3881
  //#endregion
3882
3882
  //#region src/client/views/collection/cells/complex-cells.d.ts
3883
3883
  /**
@@ -3887,7 +3887,7 @@ declare function JsonCell({
3887
3887
  value
3888
3888
  }: {
3889
3889
  value: unknown;
3890
- }): react_jsx_runtime23.JSX.Element;
3890
+ }): react_jsx_runtime11.JSX.Element;
3891
3891
  /**
3892
3892
  * Object cell - displays nested object with hover tooltip preview
3893
3893
  */
@@ -3898,7 +3898,7 @@ declare function ObjectCell({
3898
3898
  value: unknown;
3899
3899
  row?: unknown;
3900
3900
  fieldDef?: FieldDefinition;
3901
- }): react_jsx_runtime23.JSX.Element;
3901
+ }): react_jsx_runtime11.JSX.Element;
3902
3902
  /**
3903
3903
  * Blocks cell - summarizes block tree content with type counts
3904
3904
  */
@@ -3906,7 +3906,7 @@ declare function BlocksCell({
3906
3906
  value
3907
3907
  }: {
3908
3908
  value: unknown;
3909
- }): react_jsx_runtime23.JSX.Element;
3909
+ }): react_jsx_runtime11.JSX.Element;
3910
3910
  //#endregion
3911
3911
  //#region src/client/views/collection/cells/primitive-cells.d.ts
3912
3912
  /**
@@ -3916,12 +3916,12 @@ declare function TextCell({
3916
3916
  value
3917
3917
  }: {
3918
3918
  value: unknown;
3919
- }): react_jsx_runtime23.JSX.Element;
3919
+ }): react_jsx_runtime11.JSX.Element;
3920
3920
  declare function RichTextCell({
3921
3921
  value
3922
3922
  }: {
3923
3923
  value: unknown;
3924
- }): react_jsx_runtime23.JSX.Element;
3924
+ }): react_jsx_runtime11.JSX.Element;
3925
3925
  /**
3926
3926
  * Number cell - right-aligned number display
3927
3927
  */
@@ -3929,7 +3929,7 @@ declare function NumberCell({
3929
3929
  value
3930
3930
  }: {
3931
3931
  value: unknown;
3932
- }): react_jsx_runtime23.JSX.Element;
3932
+ }): react_jsx_runtime11.JSX.Element;
3933
3933
  /**
3934
3934
  * Boolean cell - badge display
3935
3935
  */
@@ -3937,7 +3937,7 @@ declare function BooleanCell({
3937
3937
  value
3938
3938
  }: {
3939
3939
  value: unknown;
3940
- }): react_jsx_runtime23.JSX.Element;
3940
+ }): react_jsx_runtime11.JSX.Element;
3941
3941
  /**
3942
3942
  * Date cell - formatted date display
3943
3943
  */
@@ -3945,7 +3945,7 @@ declare function DateCell({
3945
3945
  value
3946
3946
  }: {
3947
3947
  value: unknown;
3948
- }): react_jsx_runtime23.JSX.Element;
3948
+ }): react_jsx_runtime11.JSX.Element;
3949
3949
  /**
3950
3950
  * DateTime cell - formatted date and time display
3951
3951
  */
@@ -3953,7 +3953,7 @@ declare function DateTimeCell({
3953
3953
  value
3954
3954
  }: {
3955
3955
  value: unknown;
3956
- }): react_jsx_runtime23.JSX.Element;
3956
+ }): react_jsx_runtime11.JSX.Element;
3957
3957
  /**
3958
3958
  * Time cell - formatted time display (for time-only values stored as string)
3959
3959
  */
@@ -3961,7 +3961,7 @@ declare function TimeCell({
3961
3961
  value
3962
3962
  }: {
3963
3963
  value: unknown;
3964
- }): react_jsx_runtime23.JSX.Element;
3964
+ }): react_jsx_runtime11.JSX.Element;
3965
3965
  /**
3966
3966
  * Email cell - displays email with mailto link styling
3967
3967
  */
@@ -3969,7 +3969,7 @@ declare function EmailCell({
3969
3969
  value
3970
3970
  }: {
3971
3971
  value: unknown;
3972
- }): react_jsx_runtime23.JSX.Element;
3972
+ }): react_jsx_runtime11.JSX.Element;
3973
3973
  /**
3974
3974
  * Select/Status cell - badge display
3975
3975
  */
@@ -3977,7 +3977,7 @@ declare function SelectCell({
3977
3977
  value
3978
3978
  }: {
3979
3979
  value: unknown;
3980
- }): react_jsx_runtime23.JSX.Element;
3980
+ }): react_jsx_runtime11.JSX.Element;
3981
3981
  //#endregion
3982
3982
  //#region src/client/views/collection/cells/relation-cells.d.ts
3983
3983
  /**
@@ -3992,7 +3992,7 @@ declare function RelationCell({
3992
3992
  value: unknown;
3993
3993
  row?: unknown;
3994
3994
  fieldDef?: FieldDefinition;
3995
- }): react_jsx_runtime23.JSX.Element;
3995
+ }): react_jsx_runtime11.JSX.Element;
3996
3996
  /**
3997
3997
  * Reverse relation cell - displays related items as clickable chips
3998
3998
  * Shows count badge with tooltip listing all items for navigation
@@ -4005,7 +4005,7 @@ declare function ReverseRelationCell({
4005
4005
  value: unknown;
4006
4006
  row?: unknown;
4007
4007
  fieldDef?: FieldDefinition;
4008
- }): react_jsx_runtime23.JSX.Element;
4008
+ }): react_jsx_runtime11.JSX.Element;
4009
4009
  //#endregion
4010
4010
  //#region src/client/views/collection/cells/upload-cells.d.ts
4011
4011
  /**
@@ -4025,7 +4025,7 @@ declare function UploadCell({
4025
4025
  value
4026
4026
  }: {
4027
4027
  value: unknown;
4028
- }): react_jsx_runtime23.JSX.Element;
4028
+ }): react_jsx_runtime11.JSX.Element;
4029
4029
  /**
4030
4030
  * Upload many cell - displays multiple assets count or thumbnails
4031
4031
  */
@@ -4033,7 +4033,7 @@ declare function UploadManyCell({
4033
4033
  value
4034
4034
  }: {
4035
4035
  value: unknown;
4036
- }): react_jsx_runtime23.JSX.Element;
4036
+ }): react_jsx_runtime11.JSX.Element;
4037
4037
  //#endregion
4038
4038
  //#region src/client/views/collection/form-view.d.ts
4039
4039
  /**
@@ -7114,7 +7114,7 @@ declare function DashboardPage({
7114
7114
  title,
7115
7115
  description,
7116
7116
  className
7117
- }: DashboardPageProps): react_jsx_runtime23.JSX.Element;
7117
+ }: DashboardPageProps): react_jsx_runtime11.JSX.Element;
7118
7118
  declare namespace login_page_d_exports {
7119
7119
  export { LoginPage, LoginPageProps, LoginPage as default };
7120
7120
  }
@@ -7183,7 +7183,7 @@ declare function LoginPage({
7183
7183
  signUpPath,
7184
7184
  showForgotPassword,
7185
7185
  showSignUp
7186
- }: LoginPageProps): react_jsx_runtime23.JSX.Element;
7186
+ }: LoginPageProps): react_jsx_runtime11.JSX.Element;
7187
7187
  declare namespace forgot_password_page_d_exports {
7188
7188
  export { ForgotPasswordPage, ForgotPasswordPageProps, ForgotPasswordPage as default };
7189
7189
  }
@@ -7235,7 +7235,7 @@ declare function ForgotPasswordPage({
7235
7235
  logo,
7236
7236
  loginPath,
7237
7237
  resetPasswordRedirectUrl
7238
- }: ForgotPasswordPageProps): react_jsx_runtime23.JSX.Element;
7238
+ }: ForgotPasswordPageProps): react_jsx_runtime11.JSX.Element;
7239
7239
  declare namespace reset_password_page_d_exports {
7240
7240
  export { ResetPasswordPage, ResetPasswordPageProps, ResetPasswordPage as default };
7241
7241
  }
@@ -7294,7 +7294,7 @@ declare function ResetPasswordPage({
7294
7294
  loginPath,
7295
7295
  minPasswordLength,
7296
7296
  getToken
7297
- }: ResetPasswordPageProps): react_jsx_runtime23.JSX.Element;
7297
+ }: ResetPasswordPageProps): react_jsx_runtime11.JSX.Element;
7298
7298
  //#endregion
7299
7299
  //#region src/client/views/pages/invite-page.d.ts
7300
7300
  interface InvitePageProps {
@@ -7359,7 +7359,7 @@ declare function InvitePage({
7359
7359
  defaultRole,
7360
7360
  showMessage,
7361
7361
  onSuccess
7362
- }: InvitePageProps): react_jsx_runtime23.JSX.Element;
7362
+ }: InvitePageProps): react_jsx_runtime11.JSX.Element;
7363
7363
  //#endregion
7364
7364
  //#region src/client/views/pages/accept-invite-page.d.ts
7365
7365
  interface AcceptInvitePageProps {
@@ -7420,7 +7420,7 @@ declare function AcceptInvitePage({
7420
7420
  redirectTo,
7421
7421
  loginPath,
7422
7422
  minPasswordLength
7423
- }: AcceptInvitePageProps): react_jsx_runtime23.JSX.Element;
7423
+ }: AcceptInvitePageProps): react_jsx_runtime11.JSX.Element;
7424
7424
  declare namespace setup_page_d_exports {
7425
7425
  export { SetupPage, SetupPageProps, SetupPage as default };
7426
7426
  }
@@ -7477,7 +7477,7 @@ declare function SetupPage({
7477
7477
  redirectTo,
7478
7478
  loginPath,
7479
7479
  showLoginLink
7480
- }: SetupPageProps): react_jsx_runtime23.JSX.Element;
7480
+ }: SetupPageProps): react_jsx_runtime11.JSX.Element;
7481
7481
  //#endregion
7482
7482
  //#region src/client/components/admin-link.d.ts
7483
7483
  interface AdminLinkProps<TApp extends Questpie<any>> extends Omit<React$2.AnchorHTMLAttributes<HTMLAnchorElement>, "href"> {
@@ -7536,7 +7536,7 @@ declare function AdminLink<TApp extends Questpie<any>>({
7536
7536
  children,
7537
7537
  onClick,
7538
7538
  ...rest
7539
- }: AdminLinkProps<TApp>): react_jsx_runtime23.JSX.Element;
7539
+ }: AdminLinkProps<TApp>): react_jsx_runtime11.JSX.Element;
7540
7540
  //#endregion
7541
7541
  //#region src/client/components/auth/auth-guard.d.ts
7542
7542
  interface AuthGuardProps {
@@ -7649,7 +7649,7 @@ declare function ArrayField({
7649
7649
  layout,
7650
7650
  columns,
7651
7651
  itemLabel
7652
- }: ArrayFieldProps): react_jsx_runtime23.JSX.Element;
7652
+ }: ArrayFieldProps): react_jsx_runtime11.JSX.Element;
7653
7653
  //#endregion
7654
7654
  //#region src/client/components/fields/asset-preview-field.d.ts
7655
7655
  interface AssetPreviewFieldProps {
@@ -7695,7 +7695,7 @@ declare function AssetPreviewField({
7695
7695
  mimeTypeField,
7696
7696
  filenameField,
7697
7697
  altField
7698
- }: AssetPreviewFieldProps): react_jsx_runtime23.JSX.Element;
7698
+ }: AssetPreviewFieldProps): react_jsx_runtime11.JSX.Element;
7699
7699
  //#endregion
7700
7700
  //#region src/client/components/fields/blocks-field/blocks-field.d.ts
7701
7701
  /**
@@ -7734,7 +7734,7 @@ declare function BlocksField({
7734
7734
  minBlocks,
7735
7735
  maxBlocks,
7736
7736
  blocks
7737
- }: BlocksFieldProps): react_jsx_runtime23.JSX.Element;
7737
+ }: BlocksFieldProps): react_jsx_runtime11.JSX.Element;
7738
7738
  //#endregion
7739
7739
  //#region src/client/components/fields/checkbox-field.d.ts
7740
7740
  declare function CheckboxField({
@@ -7747,7 +7747,7 @@ declare function CheckboxField({
7747
7747
  locale,
7748
7748
  control,
7749
7749
  className
7750
- }: BooleanFieldProps): react_jsx_runtime23.JSX.Element;
7750
+ }: BooleanFieldProps): react_jsx_runtime11.JSX.Element;
7751
7751
  //#endregion
7752
7752
  //#region src/client/components/fields/date-field.d.ts
7753
7753
  declare function DateField({
@@ -7764,7 +7764,7 @@ declare function DateField({
7764
7764
  minDate,
7765
7765
  maxDate,
7766
7766
  format
7767
- }: DateFieldProps): react_jsx_runtime23.JSX.Element;
7767
+ }: DateFieldProps): react_jsx_runtime11.JSX.Element;
7768
7768
  //#endregion
7769
7769
  //#region src/client/components/fields/datetime-field.d.ts
7770
7770
  declare function DatetimeField({
@@ -7782,7 +7782,7 @@ declare function DatetimeField({
7782
7782
  maxDate,
7783
7783
  format,
7784
7784
  precision
7785
- }: DateTimeFieldProps): react_jsx_runtime23.JSX.Element;
7785
+ }: DateTimeFieldProps): react_jsx_runtime11.JSX.Element;
7786
7786
  //#endregion
7787
7787
  //#region src/client/components/fields/email-field.d.ts
7788
7788
  declare function EmailField({
@@ -7796,7 +7796,7 @@ declare function EmailField({
7796
7796
  locale,
7797
7797
  control,
7798
7798
  className
7799
- }: BaseFieldProps): react_jsx_runtime23.JSX.Element;
7799
+ }: BaseFieldProps): react_jsx_runtime11.JSX.Element;
7800
7800
  //#endregion
7801
7801
  //#region src/client/components/fields/embedded-collection.d.ts
7802
7802
  type RowLabel = ((item: any) => string) | string;
@@ -7825,7 +7825,7 @@ declare function EmbeddedCollectionField({
7825
7825
  renderFields,
7826
7826
  minItems,
7827
7827
  maxItems
7828
- }: EmbeddedCollectionFieldProps): react_jsx_runtime23.JSX.Element;
7828
+ }: EmbeddedCollectionFieldProps): react_jsx_runtime11.JSX.Element;
7829
7829
  //#endregion
7830
7830
  //#region src/client/components/fields/json-field.d.ts
7831
7831
  type JsonFieldMode = "code" | "form";
@@ -7902,7 +7902,7 @@ declare function JsonField({
7902
7902
  renderForm,
7903
7903
  control: controlProp,
7904
7904
  className
7905
- }: JsonFieldProps): react_jsx_runtime23.JSX.Element | null;
7905
+ }: JsonFieldProps): react_jsx_runtime11.JSX.Element | null;
7906
7906
  //#endregion
7907
7907
  //#region src/client/components/fields/number-field.d.ts
7908
7908
  declare function NumberField({
@@ -7920,7 +7920,7 @@ declare function NumberField({
7920
7920
  max,
7921
7921
  step,
7922
7922
  showButtons
7923
- }: NumberFieldProps): react_jsx_runtime23.JSX.Element;
7923
+ }: NumberFieldProps): react_jsx_runtime11.JSX.Element;
7924
7924
  //#endregion
7925
7925
  //#region src/client/components/fields/object-field.d.ts
7926
7926
  interface ObjectFieldProps extends BaseFieldProps, Omit<ObjectFieldConfig, "fields"> {
@@ -7946,7 +7946,7 @@ declare function ObjectField({
7946
7946
  layout,
7947
7947
  columns,
7948
7948
  defaultCollapsed
7949
- }: ObjectFieldProps): react_jsx_runtime23.JSX.Element | null;
7949
+ }: ObjectFieldProps): react_jsx_runtime11.JSX.Element | null;
7950
7950
  //#endregion
7951
7951
  //#region src/client/components/fields/password-field.d.ts
7952
7952
  declare function PasswordField({
@@ -7960,7 +7960,7 @@ declare function PasswordField({
7960
7960
  locale,
7961
7961
  control,
7962
7962
  className
7963
- }: BaseFieldProps): react_jsx_runtime23.JSX.Element;
7963
+ }: BaseFieldProps): react_jsx_runtime11.JSX.Element;
7964
7964
  //#endregion
7965
7965
  //#region src/client/components/fields/relation-field.d.ts
7966
7966
  type RelationFieldProps<T$1 extends Questpie<any>> = {
@@ -8086,7 +8086,7 @@ declare function RelationField<T$1 extends Questpie<any>>({
8086
8086
  renderValue,
8087
8087
  renderItem,
8088
8088
  control: controlProp
8089
- }: RelationFieldProps<T$1>): react_jsx_runtime23.JSX.Element | null;
8089
+ }: RelationFieldProps<T$1>): react_jsx_runtime11.JSX.Element | null;
8090
8090
  //#endregion
8091
8091
  //#region src/client/components/fields/reverse-relation-field.d.ts
8092
8092
  interface ReverseRelationFieldProps extends BaseFieldProps, ReverseRelationFieldConfig {}
@@ -8111,7 +8111,7 @@ declare function ReverseRelationField({
8111
8111
  allowAssign: allowAssignProp,
8112
8112
  createLabel,
8113
8113
  openInSheet
8114
- }: ReverseRelationFieldProps): react_jsx_runtime23.JSX.Element;
8114
+ }: ReverseRelationFieldProps): react_jsx_runtime11.JSX.Element;
8115
8115
  //#endregion
8116
8116
  //#region src/client/components/fields/rich-text-editor/presets.d.ts
8117
8117
  /**
@@ -8199,7 +8199,7 @@ declare function RichTextField({
8199
8199
  control,
8200
8200
  onChange,
8201
8201
  ...props
8202
- }: RichTextEditorProps): react_jsx_runtime23.JSX.Element;
8202
+ }: RichTextEditorProps): react_jsx_runtime11.JSX.Element;
8203
8203
  //#endregion
8204
8204
  //#region src/client/components/fields/select-field.d.ts
8205
8205
  declare function SelectField<TValue extends string = string>({
@@ -8219,7 +8219,7 @@ declare function SelectField<TValue extends string = string>({
8219
8219
  clearable,
8220
8220
  maxSelections,
8221
8221
  emptyMessage
8222
- }: SelectFieldProps<TValue>): react_jsx_runtime23.JSX.Element;
8222
+ }: SelectFieldProps<TValue>): react_jsx_runtime11.JSX.Element;
8223
8223
  //#endregion
8224
8224
  //#region src/client/components/fields/switch-field.d.ts
8225
8225
  declare function SwitchField({
@@ -8232,7 +8232,7 @@ declare function SwitchField({
8232
8232
  locale,
8233
8233
  control,
8234
8234
  className
8235
- }: BooleanFieldProps): react_jsx_runtime23.JSX.Element;
8235
+ }: BooleanFieldProps): react_jsx_runtime11.JSX.Element;
8236
8236
  //#endregion
8237
8237
  //#region src/client/components/fields/text-field.d.ts
8238
8238
  declare function TextField({
@@ -8249,7 +8249,7 @@ declare function TextField({
8249
8249
  type,
8250
8250
  maxLength,
8251
8251
  autoComplete
8252
- }: TextFieldProps): react_jsx_runtime23.JSX.Element;
8252
+ }: TextFieldProps): react_jsx_runtime11.JSX.Element;
8253
8253
  //#endregion
8254
8254
  //#region src/client/components/fields/textarea-field.d.ts
8255
8255
  declare function TextareaField({
@@ -8266,7 +8266,7 @@ declare function TextareaField({
8266
8266
  rows,
8267
8267
  maxLength,
8268
8268
  autoResize
8269
- }: TextareaFieldProps): react_jsx_runtime23.JSX.Element;
8269
+ }: TextareaFieldProps): react_jsx_runtime11.JSX.Element;
8270
8270
  //#endregion
8271
8271
  //#region src/client/components/fields/time-field.d.ts
8272
8272
  declare function TimeField({
@@ -8281,7 +8281,7 @@ declare function TimeField({
8281
8281
  control,
8282
8282
  className,
8283
8283
  precision
8284
- }: TimeFieldProps): react_jsx_runtime23.JSX.Element;
8284
+ }: TimeFieldProps): react_jsx_runtime11.JSX.Element;
8285
8285
  //#endregion
8286
8286
  //#region src/client/hooks/use-upload.d.ts
8287
8287
  /**
@@ -8367,7 +8367,7 @@ declare function UploadField({
8367
8367
  onUploadStart,
8368
8368
  onUploadComplete,
8369
8369
  onUploadError
8370
- }: UploadFieldProps): react_jsx_runtime23.JSX.Element;
8370
+ }: UploadFieldProps): react_jsx_runtime11.JSX.Element;
8371
8371
  //#endregion
8372
8372
  //#region src/client/components/fields/upload-many-field.d.ts
8373
8373
  interface UploadManyFieldProps extends BaseFieldProps {
@@ -8438,7 +8438,7 @@ declare function UploadManyField({
8438
8438
  onUploadStart,
8439
8439
  onUploadComplete,
8440
8440
  onUploadError
8441
- }: UploadManyFieldProps): react_jsx_runtime23.JSX.Element;
8441
+ }: UploadManyFieldProps): react_jsx_runtime11.JSX.Element;
8442
8442
  //#endregion
8443
8443
  //#region src/client/components/filter-builder/types.d.ts
8444
8444
  /**
@@ -10073,7 +10073,7 @@ declare const coreAdminModule: AdminBuilder<Omit<Omit<Omit<{
10073
10073
  }: {
10074
10074
  value: unknown;
10075
10075
  row?: any;
10076
- }) => react_jsx_runtime23.JSX.Element;
10076
+ }) => react_jsx_runtime11.JSX.Element;
10077
10077
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10078
10078
  }>;
10079
10079
  readonly richText: FieldBuilder<{
@@ -10406,7 +10406,7 @@ declare const adminModule: AdminBuilder<Omit<Omit<Omit<Omit<Omit<{
10406
10406
  }: {
10407
10407
  value: unknown;
10408
10408
  row?: any;
10409
- }) => react_jsx_runtime23.JSX.Element;
10409
+ }) => react_jsx_runtime11.JSX.Element;
10410
10410
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10411
10411
  }>;
10412
10412
  readonly richText: FieldBuilder<{
@@ -10695,7 +10695,7 @@ declare const adminModule: AdminBuilder<Omit<Omit<Omit<Omit<Omit<{
10695
10695
  }: {
10696
10696
  value: unknown;
10697
10697
  row?: any;
10698
- }) => react_jsx_runtime23.JSX.Element;
10698
+ }) => react_jsx_runtime11.JSX.Element;
10699
10699
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10700
10700
  }>;
10701
10701
  readonly richText: FieldBuilder<{
@@ -11007,7 +11007,7 @@ declare const adminModule: AdminBuilder<Omit<Omit<Omit<Omit<Omit<{
11007
11007
  }: {
11008
11008
  value: unknown;
11009
11009
  row?: any;
11010
- }) => react_jsx_runtime23.JSX.Element;
11010
+ }) => react_jsx_runtime11.JSX.Element;
11011
11011
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
11012
11012
  }>;
11013
11013
  readonly richText: FieldBuilder<{
@@ -12382,7 +12382,7 @@ declare function useGlobalUpdate<K$1 extends ResolvedGlobalNames>(globalName: K$
12382
12382
  * Note: This hook requires the adminModule to be used in your CMS setup.
12383
12383
  * If admin_saved_views collection is not available, returns empty array.
12384
12384
  */
12385
- declare function useSavedViews(collectionName: string): _tanstack_react_query3.UseQueryResult<{
12385
+ declare function useSavedViews(collectionName: string): _tanstack_react_query5.UseQueryResult<{
12386
12386
  docs: SavedView[];
12387
12387
  }, Error>;
12388
12388
  //#endregion
@@ -12418,7 +12418,7 @@ interface SetupStatus {
12418
12418
  * }
12419
12419
  * ```
12420
12420
  */
12421
- declare function useSetupStatus(): _tanstack_react_query3.UseQueryResult<SetupStatus, Error>;
12421
+ declare function useSetupStatus(): _tanstack_react_query5.UseQueryResult<SetupStatus, Error>;
12422
12422
  //#endregion
12423
12423
  //#region src/client/hooks/use-media-query.d.ts
12424
12424
  /**
@@ -12539,7 +12539,7 @@ declare function RichTextRenderer({
12539
12539
  content,
12540
12540
  styles: customStyles,
12541
12541
  className
12542
- }: RichTextRendererProps): react_jsx_runtime23.JSX.Element | null;
12542
+ }: RichTextRendererProps): react_jsx_runtime11.JSX.Element | null;
12543
12543
  //#endregion
12544
12544
  //#region src/client/views/dashboard/dashboard-grid.d.ts
12545
12545
  interface DashboardGridProps {
@@ -12779,7 +12779,7 @@ declare function AdminTopbar({
12779
12779
  theme,
12780
12780
  setTheme,
12781
12781
  showThemeToggle
12782
- }: AdminTopbarProps): react_jsx_runtime23.JSX.Element;
12782
+ }: AdminTopbarProps): react_jsx_runtime11.JSX.Element;
12783
12783
  //#endregion
12784
12784
  //#region src/client/utils/locale-to-flag.d.ts
12785
12785
  /**
@@ -12929,7 +12929,7 @@ declare function BlockRenderer({
12929
12929
  selectedBlockId,
12930
12930
  onBlockClick,
12931
12931
  className
12932
- }: BlockRendererProps): react_jsx_runtime23.JSX.Element | null;
12932
+ }: BlockRendererProps): react_jsx_runtime11.JSX.Element | null;
12933
12933
  //#endregion
12934
12934
  //#region src/client/blocks/prefetch.d.ts
12935
12935
  /**
@@ -13082,7 +13082,7 @@ declare function PreviewToggleButton({
13082
13082
  isPreviewVisible,
13083
13083
  onToggle,
13084
13084
  className
13085
- }: PreviewToggleButtonProps): react_jsx_runtime23.JSX.Element;
13085
+ }: PreviewToggleButtonProps): react_jsx_runtime11.JSX.Element;
13086
13086
  //#endregion
13087
13087
  //#region src/client/preview/preview-field.d.ts
13088
13088
  type PreviewFieldProps = {
@@ -13127,7 +13127,7 @@ declare function PreviewProvider({
13127
13127
  fieldType?: "regular" | "block" | "relation";
13128
13128
  }) => void;
13129
13129
  children: React$2.ReactNode;
13130
- }): react_jsx_runtime23.JSX.Element;
13130
+ }): react_jsx_runtime11.JSX.Element;
13131
13131
  /**
13132
13132
  * Hook to access preview context.
13133
13133
  */
@@ -13163,7 +13163,7 @@ declare function PreviewField({
13163
13163
  as: Component,
13164
13164
  className,
13165
13165
  onClick
13166
- }: PreviewFieldProps): react_jsx_runtime23.JSX.Element;
13166
+ }: PreviewFieldProps): react_jsx_runtime11.JSX.Element;
13167
13167
  /**
13168
13168
  * Standalone PreviewField that works without context.
13169
13169
  * Useful when you can't use PreviewProvider.
@@ -13184,7 +13184,7 @@ declare function StandalonePreviewField({
13184
13184
  blockId?: string;
13185
13185
  fieldType?: "regular" | "block" | "relation";
13186
13186
  }) => void;
13187
- }): react_jsx_runtime23.JSX.Element;
13187
+ }): react_jsx_runtime11.JSX.Element;
13188
13188
  //#endregion
13189
13189
  //#region src/client/preview/preview-banner.d.ts
13190
13190
  /**
@@ -13225,7 +13225,7 @@ declare function PreviewBanner({
13225
13225
  isPreviewMode,
13226
13226
  className,
13227
13227
  exitPreviewUrl
13228
- }: PreviewBannerProps): react_jsx_runtime23.JSX.Element | null;
13228
+ }: PreviewBannerProps): react_jsx_runtime11.JSX.Element | null;
13229
13229
  //#endregion
13230
13230
  //#region src/client/preview/block-scope-context.d.ts
13231
13231
  type BlockScopeContextValue = {
@@ -13260,7 +13260,7 @@ declare function BlockScopeProvider({
13260
13260
  blockId,
13261
13261
  basePath,
13262
13262
  children
13263
- }: BlockScopeProviderProps): react_jsx_runtime23.JSX.Element;
13263
+ }: BlockScopeProviderProps): react_jsx_runtime11.JSX.Element;
13264
13264
  /**
13265
13265
  * Get current block scope context.
13266
13266
  *
@@ -13523,7 +13523,7 @@ type FocusProviderProps = {
13523
13523
  declare function FocusProvider({
13524
13524
  children,
13525
13525
  onFocusChange
13526
- }: FocusProviderProps): react_jsx_runtime23.JSX.Element;
13526
+ }: FocusProviderProps): react_jsx_runtime11.JSX.Element;
13527
13527
  /**
13528
13528
  * Use the focus context
13529
13529
  */
@@ -13582,4 +13582,4 @@ type CollectionFieldKeys<TApp extends Questpie<any>, TCollectionName extends str
13582
13582
  } ? keyof TSelect : never : never : never;
13583
13583
  //#endregion
13584
13584
  export { BlockRenderer as $, LoginForm as $n, BlockDefinition as $r, SectionBuilderState as $t, BlockScopeContextValue as A, BaseFieldProps$1 as Ai, selectAuthClient as An, DashboardWidgetConfig as Ar, useShallow as At, StandalonePreviewField as B, AdminLayout as Bn, PageBuilder as Br, global$1 as Bt, PreviewReadyMessage as C, RelationFieldConfig$1 as Ci, AdminRouter as Cn, SidebarLinkItem as Cr, useCollectionItem as Ct, SelectBlockMessage as D, TabConfig as Di, AdminState as Dn, BaseWidgetConfig as Dr, useAuthClient as Dt, RefreshCompleteMessage as E, SelectOption$1 as Ei, AdminProviderProps as En, AnyWidgetConfig as Er, createAdminAuthClient as Et, PreviewBanner as F, selectNavigate as Fn, StatsWidgetConfig as Fr, CoreAdminModule as Ft, PreviewToggleButton as G, FormView as Gn, GlobalConfig as Gr, AdminTypeRegistry as Gt, PreviewPane as H, TableView as Hn, PageDefinition as Hr, Admin as Ht, PreviewBannerProps as I, selectNavigation as In, WidgetAction as Ir, coreAdminModule as It, BlockPrefetchError as J, SetupForm as Jn, CollectionConfig as Jr, RegisteredCMS as Jt, PreviewToggleButtonProps as K, FormViewProps as Kn, AutoSaveConfig as Kr, IsRegistered as Kt, PreviewField as L, selectSetContentLocale as Ln, WidgetComponentProps as Lr, qa as Lt, BlockScopeProviderProps as M, MaybeLazyComponent as Mi, selectBrandName as Mn, KnownWidgetType as Mr, adminMessagesEN as Mt, useBlockScope as N, I18nContext as Ni, selectClient as Nn, QuickActionsWidgetConfig as Nr, AdminModule as Nt, isAdminToPreviewMessage as O, TabsLayout as Oi, AdminStore as On, ChartWidgetConfig as Or, TypedHooks as Ot, useResolveFieldPath as P, I18nText as Pi, selectContentLocale as Pn, RecentItemsWidgetConfig as Pr, adminModule as Pt, prefetchBlockData as Q, ForgotPasswordForm as Qn, BlockBuilderState as Qr, SectionBuilder as Qt, PreviewFieldProps as R, useAdminStore as Rn, WidgetConfig as Rr, AdminHelpers as Rt, PreviewConfig as S, LayoutMode$1 as Si, DashboardPage as Sn, SidebarItem as Sr, useCollectionDelete as St, PreviewToAdminMessage as T, SectionLayout as Ti, AdminProvider as Tn, SidebarSection as Tr, useCollectionUpdate as Tt, PreviewPaneProps as U, TableViewConfig as Un, page as Ur, AppAdmin as Ut, usePreviewContext as V, AdminSidebar as Vn, PageBuilderState as Vr, collection$1 as Vt, PreviewPaneRef as W, TableViewProps as Wn, GlobalBuilderState as Wr, InferAdminCMS as Wt, BlockPrefetchResult as X, AcceptInviteForm as Xn, ColumnConfigObject as Xr, RegisteredGlobalNames as Xt, BlockPrefetchParams as Y, SetupFormValues as Yn, ColumnConfig as Yr, RegisteredCollectionNames as Yt, TypedBlockPrefetch as Z, ResetPasswordForm as Zn, ListViewConfig as Zr, AdminBuilder as Zt, useCollectionPreview as _, FieldComponentProps as _i, AcceptInvitePage as _n, LocaleConfig as _r, useSavedViews as _t, FocusContextValue as a, BlockRendererProps$1 as ai, TypedSidebarItem as an, widget as ar, AdminTopbar as at, FieldClickedMessage as b, FormSidebarConfig as bi, ForgotPasswordPage as bn, SidebarDividerItem as br, useCurrentUser as bt, FocusState as c, isBlockContent as ci, GlobalBuilder as cn, EditViewDefinition as cr, DashboardGrid as ct, useFocus as d, FieldDefinition as di, block as dn, ListViewDefinition as dr, TipTapDoc as dt, InferBlockValues as ei, SidebarBuilder as en, AuthLayout as er, BlockRendererProps as et, useFocusOptional as f, field$1 as fi, AuthLoading as fn, editView as fr, TipTapNode as ft, UseCollectionPreviewResult as g, EmbeddedFieldConfig$1 as gi, SetupPageProps as gn, DashboardConfig as gr, useSetupStatus as gt, UseCollectionPreviewOptions as h, EmbeddedCollectionProps as hi, SetupPage as hn, BrandingConfig as hr, useMediaQuery as ht, GlobalNames as i, BlockPrefetch as ii, TypedSidebarGlobalItem as in, WidgetDefinition as ir, getFlagUrl as it, BlockScopeProvider as j, IconComponent as ji, selectBasePath as jn, GenericWidgetConfig as jr, adminMessagesSK as jt, isPreviewToAdminMessage as k, WrapperMode as ki, selectAdmin as kn, CustomWidgetConfig as kr, createTypedHooks as kt, parsePreviewFieldPath as l, FieldBuilder as li, CollectionBuilder as ln, ListViewBuilder as lr, RichTextRenderer as lt, useIsFieldFocused as m, ComponentRegistry as mi, AdminLink as mn, DefaultViewsConfig as mr, useIsMobile as mt, CollectionItem as n, BlockContent as ni, SidebarItemForApp as nn, WidgetBuilder as nr, getCountryCode as nt, FocusProvider as o, EMPTY_BLOCK_CONTENT as oi, section as on, EditViewBuilder as or, GlobalForm as ot, useIsBlockFocused as p, ArrayFieldConfig$1 as pi, AuthGuard as pn, listView as pr, useIsDesktop as pt, BlockPrefetchContext as q, FormViewRegistryConfig as qn, CollectionBuilderState as qr, RegisteredAdmin as qt, CollectionNames as r, BlockNode as ri, TypedSidebarCollectionItem as rn, WidgetBuilderState as rr, getFlagConfig as rt, FocusProviderProps as s, createBlockNode as si, sidebar$1 as sn, EditViewBuilderState as sr, DashboardWidget as st, CollectionFieldKeys as t, BlockCategory as ti, SidebarBuilderState as tn, AdminBuilderState as tr, FlagConfig as tt, scrollFieldIntoView as u, FieldBuilderState as ui, BlockBuilder as un, ListViewBuilderState as ur, RichTextStyles as ut, AdminToPreviewMessage as v, FieldLayoutItem as vi, InvitePage as vn, SidebarCollectionItem as vr, useGlobal as vt, PreviewRefreshMessage as w, RichTextConfig as wi, AdminRouterProps as wn, SidebarPageItem as wr, useCollectionList as wt, FocusFieldMessage as x, FormViewConfig as xi, LoginPage as xn, SidebarGlobalItem as xr, useCollectionCreate as xt, BlockClickedMessage as y, FieldUIConfig as yi, ResetPasswordPage as yn, SidebarConfig as yr, useGlobalUpdate as yt, PreviewProvider as z, AdminLayoutProvider as zn, WidgetDataSource as zr, createAdminHelpers as zt };
13585
- //# sourceMappingURL=client-CcWZbkBP.d.mts.map
13585
+ //# sourceMappingURL=client-COb2f2pl.d.mts.map