@questpie/admin 1.0.4 → 1.0.5

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.
@@ -1,4 +1,4 @@
1
- import { t as adminModule$1 } from "./index-2AfQaXoY.mjs";
1
+ import { t as adminModule$1 } from "./index-CSdBA36M.mjs";
2
2
  import { i as ViewConfiguration } from "./saved-views.types-BMsz5mCy.mjs";
3
3
  import * as questpie_shared0 from "questpie/shared";
4
4
  import { Prettify, SetProperty, TypeMerge, UnsetProperty } from "questpie/shared";
@@ -7,13 +7,13 @@ import React$1, { ReactElement, ReactNode } from "react";
7
7
  import * as zod169 from "zod";
8
8
  import { z } from "zod";
9
9
  import { Control } from "react-hook-form";
10
- import * as react_jsx_runtime10 from "react/jsx-runtime";
10
+ import * as react_jsx_runtime11 from "react/jsx-runtime";
11
11
  import { Button } from "@base-ui/react/button";
12
12
  import "class-variance-authority";
13
13
  import { Select } from "@base-ui/react/select";
14
14
  import { useRender } from "@base-ui/react/use-render";
15
15
  import { useShallow } from "zustand/shallow";
16
- import * as _tanstack_react_query3 from "@tanstack/react-query";
16
+ import * as _tanstack_react_query4 from "@tanstack/react-query";
17
17
  import { QueryClient, UseMutationOptions, UseQueryOptions } from "@tanstack/react-query";
18
18
  import * as zustand0 from "zustand";
19
19
  import { Checkbox } from "@base-ui/react/checkbox";
@@ -3557,7 +3557,7 @@ declare function AuthLayout({
3557
3557
  footer,
3558
3558
  children,
3559
3559
  className
3560
- }: AuthLayoutProps): react_jsx_runtime10.JSX.Element;
3560
+ }: AuthLayoutProps): react_jsx_runtime11.JSX.Element;
3561
3561
  //#endregion
3562
3562
  //#region src/client/views/auth/login-form.d.ts
3563
3563
  /**
@@ -3626,7 +3626,7 @@ declare function LoginForm({
3626
3626
  defaultValues,
3627
3627
  className,
3628
3628
  error
3629
- }: LoginFormProps): react_jsx_runtime10.JSX.Element;
3629
+ }: LoginFormProps): react_jsx_runtime11.JSX.Element;
3630
3630
  //#endregion
3631
3631
  //#region src/client/views/auth/forgot-password-form.d.ts
3632
3632
  /**
@@ -3681,7 +3681,7 @@ declare function ForgotPasswordForm({
3681
3681
  defaultValues,
3682
3682
  className,
3683
3683
  error
3684
- }: ForgotPasswordFormProps): react_jsx_runtime10.JSX.Element;
3684
+ }: ForgotPasswordFormProps): react_jsx_runtime11.JSX.Element;
3685
3685
  //#endregion
3686
3686
  //#region src/client/views/auth/reset-password-form.d.ts
3687
3687
  /**
@@ -3743,7 +3743,7 @@ declare function ResetPasswordForm({
3743
3743
  minPasswordLength,
3744
3744
  className,
3745
3745
  error
3746
- }: ResetPasswordFormProps): react_jsx_runtime10.JSX.Element;
3746
+ }: ResetPasswordFormProps): react_jsx_runtime11.JSX.Element;
3747
3747
  //#endregion
3748
3748
  //#region src/client/views/auth/accept-invite-form.d.ts
3749
3749
  /**
@@ -3812,7 +3812,7 @@ declare function AcceptInviteForm({
3812
3812
  className,
3813
3813
  error,
3814
3814
  minPasswordLength
3815
- }: AcceptInviteFormProps): react_jsx_runtime10.JSX.Element;
3815
+ }: AcceptInviteFormProps): react_jsx_runtime11.JSX.Element;
3816
3816
  //#endregion
3817
3817
  //#region src/client/views/auth/setup-form.d.ts
3818
3818
  /**
@@ -3866,7 +3866,7 @@ declare function SetupForm({
3866
3866
  defaultValues,
3867
3867
  className,
3868
3868
  error
3869
- }: SetupFormProps): react_jsx_runtime10.JSX.Element;
3869
+ }: SetupFormProps): react_jsx_runtime11.JSX.Element;
3870
3870
  //#endregion
3871
3871
  //#region src/client/views/collection/cells/complex-cells.d.ts
3872
3872
  /**
@@ -3876,7 +3876,7 @@ declare function JsonCell({
3876
3876
  value
3877
3877
  }: {
3878
3878
  value: unknown;
3879
- }): react_jsx_runtime10.JSX.Element;
3879
+ }): react_jsx_runtime11.JSX.Element;
3880
3880
  /**
3881
3881
  * Object cell - displays nested object with hover tooltip preview
3882
3882
  */
@@ -3887,7 +3887,7 @@ declare function ObjectCell({
3887
3887
  value: unknown;
3888
3888
  row?: unknown;
3889
3889
  fieldDef?: FieldDefinition;
3890
- }): react_jsx_runtime10.JSX.Element;
3890
+ }): react_jsx_runtime11.JSX.Element;
3891
3891
  /**
3892
3892
  * Blocks cell - summarizes block tree content with type counts
3893
3893
  */
@@ -3895,7 +3895,7 @@ declare function BlocksCell({
3895
3895
  value
3896
3896
  }: {
3897
3897
  value: unknown;
3898
- }): react_jsx_runtime10.JSX.Element;
3898
+ }): react_jsx_runtime11.JSX.Element;
3899
3899
  //#endregion
3900
3900
  //#region src/client/views/collection/cells/primitive-cells.d.ts
3901
3901
  /**
@@ -3905,12 +3905,12 @@ declare function TextCell({
3905
3905
  value
3906
3906
  }: {
3907
3907
  value: unknown;
3908
- }): react_jsx_runtime10.JSX.Element;
3908
+ }): react_jsx_runtime11.JSX.Element;
3909
3909
  declare function RichTextCell({
3910
3910
  value
3911
3911
  }: {
3912
3912
  value: unknown;
3913
- }): react_jsx_runtime10.JSX.Element;
3913
+ }): react_jsx_runtime11.JSX.Element;
3914
3914
  /**
3915
3915
  * Number cell - right-aligned number display
3916
3916
  */
@@ -3918,7 +3918,7 @@ declare function NumberCell({
3918
3918
  value
3919
3919
  }: {
3920
3920
  value: unknown;
3921
- }): react_jsx_runtime10.JSX.Element;
3921
+ }): react_jsx_runtime11.JSX.Element;
3922
3922
  /**
3923
3923
  * Boolean cell - badge display
3924
3924
  */
@@ -3926,7 +3926,7 @@ declare function BooleanCell({
3926
3926
  value
3927
3927
  }: {
3928
3928
  value: unknown;
3929
- }): react_jsx_runtime10.JSX.Element;
3929
+ }): react_jsx_runtime11.JSX.Element;
3930
3930
  /**
3931
3931
  * Date cell - formatted date display
3932
3932
  */
@@ -3934,7 +3934,7 @@ declare function DateCell({
3934
3934
  value
3935
3935
  }: {
3936
3936
  value: unknown;
3937
- }): react_jsx_runtime10.JSX.Element;
3937
+ }): react_jsx_runtime11.JSX.Element;
3938
3938
  /**
3939
3939
  * DateTime cell - formatted date and time display
3940
3940
  */
@@ -3942,7 +3942,7 @@ declare function DateTimeCell({
3942
3942
  value
3943
3943
  }: {
3944
3944
  value: unknown;
3945
- }): react_jsx_runtime10.JSX.Element;
3945
+ }): react_jsx_runtime11.JSX.Element;
3946
3946
  /**
3947
3947
  * Time cell - formatted time display (for time-only values stored as string)
3948
3948
  */
@@ -3950,7 +3950,7 @@ declare function TimeCell({
3950
3950
  value
3951
3951
  }: {
3952
3952
  value: unknown;
3953
- }): react_jsx_runtime10.JSX.Element;
3953
+ }): react_jsx_runtime11.JSX.Element;
3954
3954
  /**
3955
3955
  * Email cell - displays email with mailto link styling
3956
3956
  */
@@ -3958,7 +3958,7 @@ declare function EmailCell({
3958
3958
  value
3959
3959
  }: {
3960
3960
  value: unknown;
3961
- }): react_jsx_runtime10.JSX.Element;
3961
+ }): react_jsx_runtime11.JSX.Element;
3962
3962
  /**
3963
3963
  * Select/Status cell - badge display
3964
3964
  */
@@ -3966,7 +3966,7 @@ declare function SelectCell({
3966
3966
  value
3967
3967
  }: {
3968
3968
  value: unknown;
3969
- }): react_jsx_runtime10.JSX.Element;
3969
+ }): react_jsx_runtime11.JSX.Element;
3970
3970
  //#endregion
3971
3971
  //#region src/client/views/collection/cells/relation-cells.d.ts
3972
3972
  /**
@@ -3981,7 +3981,7 @@ declare function RelationCell({
3981
3981
  value: unknown;
3982
3982
  row?: unknown;
3983
3983
  fieldDef?: FieldDefinition;
3984
- }): react_jsx_runtime10.JSX.Element;
3984
+ }): react_jsx_runtime11.JSX.Element;
3985
3985
  /**
3986
3986
  * Reverse relation cell - displays related items as clickable chips
3987
3987
  * Shows count badge with tooltip listing all items for navigation
@@ -3994,7 +3994,7 @@ declare function ReverseRelationCell({
3994
3994
  value: unknown;
3995
3995
  row?: unknown;
3996
3996
  fieldDef?: FieldDefinition;
3997
- }): react_jsx_runtime10.JSX.Element;
3997
+ }): react_jsx_runtime11.JSX.Element;
3998
3998
  //#endregion
3999
3999
  //#region src/client/views/collection/cells/upload-cells.d.ts
4000
4000
  /**
@@ -4014,7 +4014,7 @@ declare function UploadCell({
4014
4014
  value
4015
4015
  }: {
4016
4016
  value: unknown;
4017
- }): react_jsx_runtime10.JSX.Element;
4017
+ }): react_jsx_runtime11.JSX.Element;
4018
4018
  /**
4019
4019
  * Upload many cell - displays multiple assets count or thumbnails
4020
4020
  */
@@ -4022,7 +4022,7 @@ declare function UploadManyCell({
4022
4022
  value
4023
4023
  }: {
4024
4024
  value: unknown;
4025
- }): react_jsx_runtime10.JSX.Element;
4025
+ }): react_jsx_runtime11.JSX.Element;
4026
4026
  //#endregion
4027
4027
  //#region src/client/views/collection/form-view.d.ts
4028
4028
  /**
@@ -7103,7 +7103,7 @@ declare function DashboardPage({
7103
7103
  title,
7104
7104
  description,
7105
7105
  className
7106
- }: DashboardPageProps): react_jsx_runtime10.JSX.Element;
7106
+ }: DashboardPageProps): react_jsx_runtime11.JSX.Element;
7107
7107
  declare namespace login_page_d_exports {
7108
7108
  export { LoginPage, LoginPageProps, LoginPage as default };
7109
7109
  }
@@ -7172,7 +7172,7 @@ declare function LoginPage({
7172
7172
  signUpPath,
7173
7173
  showForgotPassword,
7174
7174
  showSignUp
7175
- }: LoginPageProps): react_jsx_runtime10.JSX.Element;
7175
+ }: LoginPageProps): react_jsx_runtime11.JSX.Element;
7176
7176
  declare namespace forgot_password_page_d_exports {
7177
7177
  export { ForgotPasswordPage, ForgotPasswordPageProps, ForgotPasswordPage as default };
7178
7178
  }
@@ -7224,7 +7224,7 @@ declare function ForgotPasswordPage({
7224
7224
  logo,
7225
7225
  loginPath,
7226
7226
  resetPasswordRedirectUrl
7227
- }: ForgotPasswordPageProps): react_jsx_runtime10.JSX.Element;
7227
+ }: ForgotPasswordPageProps): react_jsx_runtime11.JSX.Element;
7228
7228
  declare namespace reset_password_page_d_exports {
7229
7229
  export { ResetPasswordPage, ResetPasswordPageProps, ResetPasswordPage as default };
7230
7230
  }
@@ -7283,7 +7283,7 @@ declare function ResetPasswordPage({
7283
7283
  loginPath,
7284
7284
  minPasswordLength,
7285
7285
  getToken
7286
- }: ResetPasswordPageProps): react_jsx_runtime10.JSX.Element;
7286
+ }: ResetPasswordPageProps): react_jsx_runtime11.JSX.Element;
7287
7287
  //#endregion
7288
7288
  //#region src/client/views/pages/invite-page.d.ts
7289
7289
  interface InvitePageProps {
@@ -7348,7 +7348,7 @@ declare function InvitePage({
7348
7348
  defaultRole,
7349
7349
  showMessage,
7350
7350
  onSuccess
7351
- }: InvitePageProps): react_jsx_runtime10.JSX.Element;
7351
+ }: InvitePageProps): react_jsx_runtime11.JSX.Element;
7352
7352
  //#endregion
7353
7353
  //#region src/client/views/pages/accept-invite-page.d.ts
7354
7354
  interface AcceptInvitePageProps {
@@ -7409,7 +7409,7 @@ declare function AcceptInvitePage({
7409
7409
  redirectTo,
7410
7410
  loginPath,
7411
7411
  minPasswordLength
7412
- }: AcceptInvitePageProps): react_jsx_runtime10.JSX.Element;
7412
+ }: AcceptInvitePageProps): react_jsx_runtime11.JSX.Element;
7413
7413
  declare namespace setup_page_d_exports {
7414
7414
  export { SetupPage, SetupPageProps, SetupPage as default };
7415
7415
  }
@@ -7466,7 +7466,7 @@ declare function SetupPage({
7466
7466
  redirectTo,
7467
7467
  loginPath,
7468
7468
  showLoginLink
7469
- }: SetupPageProps): react_jsx_runtime10.JSX.Element;
7469
+ }: SetupPageProps): react_jsx_runtime11.JSX.Element;
7470
7470
  //#endregion
7471
7471
  //#region src/client/components/admin-link.d.ts
7472
7472
  interface AdminLinkProps<TApp extends Questpie<any>> extends Omit<React$2.AnchorHTMLAttributes<HTMLAnchorElement>, "href"> {
@@ -7525,7 +7525,7 @@ declare function AdminLink<TApp extends Questpie<any>>({
7525
7525
  children,
7526
7526
  onClick,
7527
7527
  ...rest
7528
- }: AdminLinkProps<TApp>): react_jsx_runtime10.JSX.Element;
7528
+ }: AdminLinkProps<TApp>): react_jsx_runtime11.JSX.Element;
7529
7529
  //#endregion
7530
7530
  //#region src/client/components/auth/auth-guard.d.ts
7531
7531
  interface AuthGuardProps {
@@ -7638,7 +7638,7 @@ declare function ArrayField({
7638
7638
  layout,
7639
7639
  columns,
7640
7640
  itemLabel
7641
- }: ArrayFieldProps): react_jsx_runtime10.JSX.Element;
7641
+ }: ArrayFieldProps): react_jsx_runtime11.JSX.Element;
7642
7642
  //#endregion
7643
7643
  //#region src/client/components/fields/asset-preview-field.d.ts
7644
7644
  interface AssetPreviewFieldProps {
@@ -7684,7 +7684,7 @@ declare function AssetPreviewField({
7684
7684
  mimeTypeField,
7685
7685
  filenameField,
7686
7686
  altField
7687
- }: AssetPreviewFieldProps): react_jsx_runtime10.JSX.Element;
7687
+ }: AssetPreviewFieldProps): react_jsx_runtime11.JSX.Element;
7688
7688
  //#endregion
7689
7689
  //#region src/client/components/fields/blocks-field/blocks-field.d.ts
7690
7690
  /**
@@ -7723,7 +7723,7 @@ declare function BlocksField({
7723
7723
  minBlocks,
7724
7724
  maxBlocks,
7725
7725
  blocks
7726
- }: BlocksFieldProps): react_jsx_runtime10.JSX.Element;
7726
+ }: BlocksFieldProps): react_jsx_runtime11.JSX.Element;
7727
7727
  //#endregion
7728
7728
  //#region src/client/components/fields/checkbox-field.d.ts
7729
7729
  declare function CheckboxField({
@@ -7736,7 +7736,7 @@ declare function CheckboxField({
7736
7736
  locale,
7737
7737
  control,
7738
7738
  className
7739
- }: BooleanFieldProps): react_jsx_runtime10.JSX.Element;
7739
+ }: BooleanFieldProps): react_jsx_runtime11.JSX.Element;
7740
7740
  //#endregion
7741
7741
  //#region src/client/components/fields/date-field.d.ts
7742
7742
  declare function DateField({
@@ -7753,7 +7753,7 @@ declare function DateField({
7753
7753
  minDate,
7754
7754
  maxDate,
7755
7755
  format
7756
- }: DateFieldProps): react_jsx_runtime10.JSX.Element;
7756
+ }: DateFieldProps): react_jsx_runtime11.JSX.Element;
7757
7757
  //#endregion
7758
7758
  //#region src/client/components/fields/datetime-field.d.ts
7759
7759
  declare function DatetimeField({
@@ -7771,7 +7771,7 @@ declare function DatetimeField({
7771
7771
  maxDate,
7772
7772
  format,
7773
7773
  precision
7774
- }: DateTimeFieldProps): react_jsx_runtime10.JSX.Element;
7774
+ }: DateTimeFieldProps): react_jsx_runtime11.JSX.Element;
7775
7775
  //#endregion
7776
7776
  //#region src/client/components/fields/email-field.d.ts
7777
7777
  declare function EmailField({
@@ -7785,7 +7785,7 @@ declare function EmailField({
7785
7785
  locale,
7786
7786
  control,
7787
7787
  className
7788
- }: BaseFieldProps): react_jsx_runtime10.JSX.Element;
7788
+ }: BaseFieldProps): react_jsx_runtime11.JSX.Element;
7789
7789
  //#endregion
7790
7790
  //#region src/client/components/fields/embedded-collection.d.ts
7791
7791
  type RowLabel = ((item: any) => string) | string;
@@ -7814,7 +7814,7 @@ declare function EmbeddedCollectionField({
7814
7814
  renderFields,
7815
7815
  minItems,
7816
7816
  maxItems
7817
- }: EmbeddedCollectionFieldProps): react_jsx_runtime10.JSX.Element;
7817
+ }: EmbeddedCollectionFieldProps): react_jsx_runtime11.JSX.Element;
7818
7818
  //#endregion
7819
7819
  //#region src/client/components/fields/json-field.d.ts
7820
7820
  type JsonFieldMode = "code" | "form";
@@ -7891,7 +7891,7 @@ declare function JsonField({
7891
7891
  renderForm,
7892
7892
  control: controlProp,
7893
7893
  className
7894
- }: JsonFieldProps): react_jsx_runtime10.JSX.Element | null;
7894
+ }: JsonFieldProps): react_jsx_runtime11.JSX.Element | null;
7895
7895
  //#endregion
7896
7896
  //#region src/client/components/fields/number-field.d.ts
7897
7897
  declare function NumberField({
@@ -7909,7 +7909,7 @@ declare function NumberField({
7909
7909
  max,
7910
7910
  step,
7911
7911
  showButtons
7912
- }: NumberFieldProps): react_jsx_runtime10.JSX.Element;
7912
+ }: NumberFieldProps): react_jsx_runtime11.JSX.Element;
7913
7913
  //#endregion
7914
7914
  //#region src/client/components/fields/object-field.d.ts
7915
7915
  interface ObjectFieldProps extends BaseFieldProps, Omit<ObjectFieldConfig, "fields"> {
@@ -7935,7 +7935,7 @@ declare function ObjectField({
7935
7935
  layout,
7936
7936
  columns,
7937
7937
  defaultCollapsed
7938
- }: ObjectFieldProps): react_jsx_runtime10.JSX.Element | null;
7938
+ }: ObjectFieldProps): react_jsx_runtime11.JSX.Element | null;
7939
7939
  //#endregion
7940
7940
  //#region src/client/components/fields/password-field.d.ts
7941
7941
  declare function PasswordField({
@@ -7949,7 +7949,7 @@ declare function PasswordField({
7949
7949
  locale,
7950
7950
  control,
7951
7951
  className
7952
- }: BaseFieldProps): react_jsx_runtime10.JSX.Element;
7952
+ }: BaseFieldProps): react_jsx_runtime11.JSX.Element;
7953
7953
  //#endregion
7954
7954
  //#region src/client/components/fields/relation-field.d.ts
7955
7955
  type RelationFieldProps<T$1 extends Questpie<any>> = {
@@ -8075,7 +8075,7 @@ declare function RelationField<T$1 extends Questpie<any>>({
8075
8075
  renderValue,
8076
8076
  renderItem,
8077
8077
  control: controlProp
8078
- }: RelationFieldProps<T$1>): react_jsx_runtime10.JSX.Element | null;
8078
+ }: RelationFieldProps<T$1>): react_jsx_runtime11.JSX.Element | null;
8079
8079
  //#endregion
8080
8080
  //#region src/client/components/fields/reverse-relation-field.d.ts
8081
8081
  interface ReverseRelationFieldProps extends BaseFieldProps, ReverseRelationFieldConfig {}
@@ -8100,7 +8100,7 @@ declare function ReverseRelationField({
8100
8100
  allowAssign: allowAssignProp,
8101
8101
  createLabel,
8102
8102
  openInSheet
8103
- }: ReverseRelationFieldProps): react_jsx_runtime10.JSX.Element;
8103
+ }: ReverseRelationFieldProps): react_jsx_runtime11.JSX.Element;
8104
8104
  //#endregion
8105
8105
  //#region src/client/components/fields/rich-text-editor/presets.d.ts
8106
8106
  /**
@@ -8188,7 +8188,7 @@ declare function RichTextField({
8188
8188
  control,
8189
8189
  onChange,
8190
8190
  ...props
8191
- }: RichTextEditorProps): react_jsx_runtime10.JSX.Element;
8191
+ }: RichTextEditorProps): react_jsx_runtime11.JSX.Element;
8192
8192
  //#endregion
8193
8193
  //#region src/client/components/fields/select-field.d.ts
8194
8194
  declare function SelectField<TValue extends string = string>({
@@ -8208,7 +8208,7 @@ declare function SelectField<TValue extends string = string>({
8208
8208
  clearable,
8209
8209
  maxSelections,
8210
8210
  emptyMessage
8211
- }: SelectFieldProps<TValue>): react_jsx_runtime10.JSX.Element;
8211
+ }: SelectFieldProps<TValue>): react_jsx_runtime11.JSX.Element;
8212
8212
  //#endregion
8213
8213
  //#region src/client/components/fields/switch-field.d.ts
8214
8214
  declare function SwitchField({
@@ -8221,7 +8221,7 @@ declare function SwitchField({
8221
8221
  locale,
8222
8222
  control,
8223
8223
  className
8224
- }: BooleanFieldProps): react_jsx_runtime10.JSX.Element;
8224
+ }: BooleanFieldProps): react_jsx_runtime11.JSX.Element;
8225
8225
  //#endregion
8226
8226
  //#region src/client/components/fields/text-field.d.ts
8227
8227
  declare function TextField({
@@ -8238,7 +8238,7 @@ declare function TextField({
8238
8238
  type,
8239
8239
  maxLength,
8240
8240
  autoComplete
8241
- }: TextFieldProps): react_jsx_runtime10.JSX.Element;
8241
+ }: TextFieldProps): react_jsx_runtime11.JSX.Element;
8242
8242
  //#endregion
8243
8243
  //#region src/client/components/fields/textarea-field.d.ts
8244
8244
  declare function TextareaField({
@@ -8255,7 +8255,7 @@ declare function TextareaField({
8255
8255
  rows,
8256
8256
  maxLength,
8257
8257
  autoResize
8258
- }: TextareaFieldProps): react_jsx_runtime10.JSX.Element;
8258
+ }: TextareaFieldProps): react_jsx_runtime11.JSX.Element;
8259
8259
  //#endregion
8260
8260
  //#region src/client/components/fields/time-field.d.ts
8261
8261
  declare function TimeField({
@@ -8270,7 +8270,7 @@ declare function TimeField({
8270
8270
  control,
8271
8271
  className,
8272
8272
  precision
8273
- }: TimeFieldProps): react_jsx_runtime10.JSX.Element;
8273
+ }: TimeFieldProps): react_jsx_runtime11.JSX.Element;
8274
8274
  //#endregion
8275
8275
  //#region src/client/hooks/use-upload.d.ts
8276
8276
  /**
@@ -8356,7 +8356,7 @@ declare function UploadField({
8356
8356
  onUploadStart,
8357
8357
  onUploadComplete,
8358
8358
  onUploadError
8359
- }: UploadFieldProps): react_jsx_runtime10.JSX.Element;
8359
+ }: UploadFieldProps): react_jsx_runtime11.JSX.Element;
8360
8360
  //#endregion
8361
8361
  //#region src/client/components/fields/upload-many-field.d.ts
8362
8362
  interface UploadManyFieldProps extends BaseFieldProps {
@@ -8427,7 +8427,7 @@ declare function UploadManyField({
8427
8427
  onUploadStart,
8428
8428
  onUploadComplete,
8429
8429
  onUploadError
8430
- }: UploadManyFieldProps): react_jsx_runtime10.JSX.Element;
8430
+ }: UploadManyFieldProps): react_jsx_runtime11.JSX.Element;
8431
8431
  //#endregion
8432
8432
  //#region src/client/components/filter-builder/types.d.ts
8433
8433
  /**
@@ -10002,7 +10002,7 @@ declare const coreAdminModule: AdminBuilder<questpie134.SetProperty<{
10002
10002
  }: {
10003
10003
  value: unknown;
10004
10004
  row?: any;
10005
- }) => react_jsx_runtime10.JSX.Element;
10005
+ }) => react_jsx_runtime11.JSX.Element;
10006
10006
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10007
10007
  }>;
10008
10008
  richText: FieldBuilder<{
@@ -10306,7 +10306,7 @@ declare const adminModule: AdminBuilder<questpie134.SetProperty<questpie134.SetP
10306
10306
  }: {
10307
10307
  value: unknown;
10308
10308
  row?: any;
10309
- }) => react_jsx_runtime10.JSX.Element;
10309
+ }) => react_jsx_runtime11.JSX.Element;
10310
10310
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10311
10311
  }>;
10312
10312
  richText: FieldBuilder<{
@@ -10565,7 +10565,7 @@ declare const adminModule: AdminBuilder<questpie134.SetProperty<questpie134.SetP
10565
10565
  }: {
10566
10566
  value: unknown;
10567
10567
  row?: any;
10568
- }) => react_jsx_runtime10.JSX.Element;
10568
+ }) => react_jsx_runtime11.JSX.Element;
10569
10569
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10570
10570
  }>;
10571
10571
  richText: FieldBuilder<{
@@ -10842,7 +10842,7 @@ declare const adminModule: AdminBuilder<questpie134.SetProperty<questpie134.SetP
10842
10842
  }: {
10843
10843
  value: unknown;
10844
10844
  row?: any;
10845
- }) => react_jsx_runtime10.JSX.Element;
10845
+ }) => react_jsx_runtime11.JSX.Element;
10846
10846
  createZod: CreateZodFn<AssetPreviewFieldProps & Partial<Pick<BaseFieldConfigProps, "label" | "description" | "placeholder" | "required"> & Pick<BaseFieldProps$1, "localized">> & FieldStateOptions & FieldHookOptions> | undefined;
10847
10847
  }>;
10848
10848
  richText: FieldBuilder<{
@@ -12199,7 +12199,7 @@ declare function useGlobalUpdate<K$1 extends ResolvedGlobalNames>(globalName: K$
12199
12199
  * Note: This hook requires the adminModule to be used in your CMS setup.
12200
12200
  * If admin_saved_views collection is not available, returns empty array.
12201
12201
  */
12202
- declare function useSavedViews(collectionName: string): _tanstack_react_query3.UseQueryResult<{
12202
+ declare function useSavedViews(collectionName: string): _tanstack_react_query4.UseQueryResult<{
12203
12203
  docs: SavedView[];
12204
12204
  }, Error>;
12205
12205
  //#endregion
@@ -12235,7 +12235,7 @@ interface SetupStatus {
12235
12235
  * }
12236
12236
  * ```
12237
12237
  */
12238
- declare function useSetupStatus(): _tanstack_react_query3.UseQueryResult<SetupStatus, Error>;
12238
+ declare function useSetupStatus(): _tanstack_react_query4.UseQueryResult<SetupStatus, Error>;
12239
12239
  //#endregion
12240
12240
  //#region src/client/hooks/use-media-query.d.ts
12241
12241
  /**
@@ -12356,7 +12356,7 @@ declare function RichTextRenderer({
12356
12356
  content,
12357
12357
  styles: customStyles,
12358
12358
  className
12359
- }: RichTextRendererProps): react_jsx_runtime10.JSX.Element | null;
12359
+ }: RichTextRendererProps): react_jsx_runtime11.JSX.Element | null;
12360
12360
  //#endregion
12361
12361
  //#region src/client/views/dashboard/dashboard-grid.d.ts
12362
12362
  interface DashboardGridProps {
@@ -12596,7 +12596,7 @@ declare function AdminTopbar({
12596
12596
  theme,
12597
12597
  setTheme,
12598
12598
  showThemeToggle
12599
- }: AdminTopbarProps): react_jsx_runtime10.JSX.Element;
12599
+ }: AdminTopbarProps): react_jsx_runtime11.JSX.Element;
12600
12600
  //#endregion
12601
12601
  //#region src/client/utils/locale-to-flag.d.ts
12602
12602
  /**
@@ -12746,7 +12746,7 @@ declare function BlockRenderer({
12746
12746
  selectedBlockId,
12747
12747
  onBlockClick,
12748
12748
  className
12749
- }: BlockRendererProps): react_jsx_runtime10.JSX.Element | null;
12749
+ }: BlockRendererProps): react_jsx_runtime11.JSX.Element | null;
12750
12750
  //#endregion
12751
12751
  //#region src/client/blocks/prefetch.d.ts
12752
12752
  /**
@@ -12899,7 +12899,7 @@ declare function PreviewToggleButton({
12899
12899
  isPreviewVisible,
12900
12900
  onToggle,
12901
12901
  className
12902
- }: PreviewToggleButtonProps): react_jsx_runtime10.JSX.Element;
12902
+ }: PreviewToggleButtonProps): react_jsx_runtime11.JSX.Element;
12903
12903
  //#endregion
12904
12904
  //#region src/client/preview/preview-field.d.ts
12905
12905
  type PreviewFieldProps = {
@@ -12944,7 +12944,7 @@ declare function PreviewProvider({
12944
12944
  fieldType?: "regular" | "block" | "relation";
12945
12945
  }) => void;
12946
12946
  children: React$2.ReactNode;
12947
- }): react_jsx_runtime10.JSX.Element;
12947
+ }): react_jsx_runtime11.JSX.Element;
12948
12948
  /**
12949
12949
  * Hook to access preview context.
12950
12950
  */
@@ -12980,7 +12980,7 @@ declare function PreviewField({
12980
12980
  as: Component,
12981
12981
  className,
12982
12982
  onClick
12983
- }: PreviewFieldProps): react_jsx_runtime10.JSX.Element;
12983
+ }: PreviewFieldProps): react_jsx_runtime11.JSX.Element;
12984
12984
  /**
12985
12985
  * Standalone PreviewField that works without context.
12986
12986
  * Useful when you can't use PreviewProvider.
@@ -13001,7 +13001,7 @@ declare function StandalonePreviewField({
13001
13001
  blockId?: string;
13002
13002
  fieldType?: "regular" | "block" | "relation";
13003
13003
  }) => void;
13004
- }): react_jsx_runtime10.JSX.Element;
13004
+ }): react_jsx_runtime11.JSX.Element;
13005
13005
  //#endregion
13006
13006
  //#region src/client/preview/preview-banner.d.ts
13007
13007
  /**
@@ -13042,7 +13042,7 @@ declare function PreviewBanner({
13042
13042
  isPreviewMode,
13043
13043
  className,
13044
13044
  exitPreviewUrl
13045
- }: PreviewBannerProps): react_jsx_runtime10.JSX.Element | null;
13045
+ }: PreviewBannerProps): react_jsx_runtime11.JSX.Element | null;
13046
13046
  //#endregion
13047
13047
  //#region src/client/preview/block-scope-context.d.ts
13048
13048
  type BlockScopeContextValue = {
@@ -13077,7 +13077,7 @@ declare function BlockScopeProvider({
13077
13077
  blockId,
13078
13078
  basePath,
13079
13079
  children
13080
- }: BlockScopeProviderProps): react_jsx_runtime10.JSX.Element;
13080
+ }: BlockScopeProviderProps): react_jsx_runtime11.JSX.Element;
13081
13081
  /**
13082
13082
  * Get current block scope context.
13083
13083
  *
@@ -13340,7 +13340,7 @@ type FocusProviderProps = {
13340
13340
  declare function FocusProvider({
13341
13341
  children,
13342
13342
  onFocusChange
13343
- }: FocusProviderProps): react_jsx_runtime10.JSX.Element;
13343
+ }: FocusProviderProps): react_jsx_runtime11.JSX.Element;
13344
13344
  /**
13345
13345
  * Use the focus context
13346
13346
  */
@@ -13399,4 +13399,4 @@ type CollectionFieldKeys<TApp extends Questpie<any>, TCollectionName extends str
13399
13399
  } ? keyof TSelect : never : never : never;
13400
13400
  //#endregion
13401
13401
  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 };
13402
- //# sourceMappingURL=client-DCKQuHYi.d.mts.map
13402
+ //# sourceMappingURL=client-BcHj40mZ.d.mts.map