sanity 5.21.0-next.9 → 5.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/_chunks-dts/ActiveWorkspaceMatcherContext.d.ts +298 -261
- package/lib/_chunks-dts/index.d.ts +13 -12
- package/lib/_chunks-dts/types2.d.ts +26 -26
- package/lib/_chunks-es/StructureToolProvider.js +30 -17
- package/lib/_chunks-es/StructureToolProvider.js.map +1 -1
- package/lib/_chunks-es/ViteDevServerStopped.js +1 -1
- package/lib/_chunks-es/ViteDevServerStopped.js.map +1 -1
- package/lib/_chunks-es/resources7.js +2 -0
- package/lib/_chunks-es/resources7.js.map +1 -1
- package/lib/_chunks-es/structureTool.js +131 -74
- package/lib/_chunks-es/structureTool.js.map +1 -1
- package/lib/_chunks-es/version.js +2 -2
- package/lib/_singletons.d.ts +114 -105
- package/lib/_singletons.js +7 -1
- package/lib/_singletons.js.map +1 -1
- package/lib/cli.d.ts +1 -1
- package/lib/desk.d.ts +4 -4
- package/lib/index.d.ts +2 -2
- package/lib/index.js +831 -551
- package/lib/index.js.map +1 -1
- package/lib/media-library.d.ts +3 -3
- package/lib/presentation.d.ts +2 -2
- package/lib/router.d.ts +4 -4
- package/package.json +30 -30
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import * as react from "react";
|
|
1
|
+
import * as _$react from "react";
|
|
2
2
|
import { CSSProperties, Component, ComponentProps, ComponentType, Dispatch, ElementType, ErrorInfo, FC, FocusEvent, FocusEventHandler, FormEvent, FormEventHandler, HTMLAttributes, HTMLProps, KeyboardEvent, MutableRefObject, PropsWithChildren, PureComponent, ReactElement, ReactNode, Ref, RefAttributes, RefObject, SVGProps, SetStateAction } from "react";
|
|
3
|
-
import * as _sanity_types0 from "@sanity/types";
|
|
3
|
+
import * as _$_sanity_types0 from "@sanity/types";
|
|
4
4
|
import { ArraySchemaType, AssetMetadataType, AssetSource, AssetSourceSpec, BlockDecoratorDefinition, BlockListDefinition, BlockStyleDefinition, BooleanSchemaType, ConditionalProperty, CrossDatasetReferenceSchemaType, CrossDatasetReferenceValue, CrossDatasetType, CurrentUser, DeprecatedProperty, FieldGroup, File as File$1, FileAsset, FileSchemaType, FileValue, FormNodeValidation, GeopointValue, GlobalDocumentReferenceType, I18nTextRecord, Image, ImageAsset, ImageSchemaType, ImageUrlFitMode, ImageValue, IndexTuple, InitialValueProperty, InitialValueResolverContext, IntrinsicTypeName, KeyedObject, KeyedSegment, MendozaEffectPair, NumberSchemaType, ObjectField, ObjectFieldType, ObjectSchemaType, PatchOperations, Path, PathSegment, PortableTextBlock, PortableTextObject, PortableTextTextBlock, PrepareViewOptions, PreviewValue, Reference, ReferenceSchemaType, ReferenceValue, Role, RuleClass, SanityDocument, SanityDocumentLike, Schema, SchemaType, SchemaTypeDefinition, SearchStrategy, SlugSchemaType, SlugValue, SortOrdering, StrictVersionLayeringOptions, StringSchemaType, TextSchemaType, TransactionLogEventWithEffects, TransactionLogEventWithMutations, UploadState, User, ValidationMarker } from "@sanity/types";
|
|
5
5
|
import { BifurClient } from "@sanity/bifur-client";
|
|
6
|
-
import * as _sanity_client0 from "@sanity/client";
|
|
6
|
+
import * as _$_sanity_client0 from "@sanity/client";
|
|
7
7
|
import { ClientConfig, ClientPerspective, QueryParams, ReconnectEvent, ReleaseDocument, ReleaseDocument as ReleaseDocument$1, ReleaseType, ResetEvent, SanityClient, SanityDocument as SanityDocument$1, SingleActionResult, SingleMutationResult, StackablePerspective, WelcomeBackEvent, WelcomeEvent } from "@sanity/client";
|
|
8
|
-
import * as _sanity_ui0 from "@sanity/ui";
|
|
8
|
+
import * as _$_sanity_ui0 from "@sanity/ui";
|
|
9
9
|
import { AvatarPosition, AvatarProps, AvatarSize, AvatarStatus, BadgeProps, BadgeTone, BoxProps, ButtonProps, ButtonTone, CardProps, DialogProps, HotkeysProps, MenuButtonProps, MenuItem, Placement, PopoverProps, ResponsivePaddingProps, ResponsiveWidthProps, Text, TextProps, ThemeColorSchemeKey, ToastParams, TooltipProps } from "@sanity/ui";
|
|
10
10
|
import { FlatNamespace, KeyPrefix, Namespace, TFunction, TFunction as TFunction$1, i18n as i18n$1 } from "i18next";
|
|
11
11
|
import { MonoTypeOperatorFunction, Observable, OperatorFunction, Subject } from "rxjs";
|
|
12
12
|
import { IntentLinkProps, IntentParameters, Router, RouterState, SearchParam } from "sanity/router";
|
|
13
13
|
import { ScrollToOptions } from "@tanstack/react-virtual";
|
|
14
|
-
import * as _sanity_telemetry0 from "@sanity/telemetry";
|
|
15
|
-
import { DRAFTS_FOLDER, DraftId, PublishedId, VERSION_FOLDER, getDraftId, getPublishedId, getVersionFromId, getVersionId, isDraftId, isPublishedId, isVersionId } from "@sanity/client/csm";
|
|
16
|
-
import * as sanity__singletons0 from "sanity/_singletons";
|
|
17
|
-
import { DocumentDivergencesContextValue, DocumentLimitUpsellContextValue, FieldActionsContextValue, HoveredFieldContextValue, LocaleContextValue, SchedulesContext, SingleDocReleaseContextValue } from "sanity/_singletons";
|
|
14
|
+
import * as _$_sanity_telemetry0 from "@sanity/telemetry";
|
|
15
|
+
import { DRAFTS_FOLDER, DraftId, PublishedId, VERSION_FOLDER, getDraftId, getPublishedId, getVersionFromId, getVersionId, isDraftId, isPublishedId, isVersionId } from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+client@7.21.0/node_modules/@sanity/client/dist/csm.js";
|
|
16
|
+
import * as _$sanity__singletons0 from "sanity/_singletons";
|
|
17
|
+
import { DocumentDivergencesContextValue, DocumentLimitUpsellContextValue, FeedbackContext, FeedbackContextValue, FieldActionsContextValue, HoveredFieldContextValue, LocaleContextValue, SchedulesContext, SingleDocReleaseContextValue } from "sanity/_singletons";
|
|
18
18
|
import { Mutation } from "@sanity/mutator";
|
|
19
19
|
import { CanvasResource, FrameMessages, MediaResource, StudioResource, WindowMessages } from "@sanity/message-protocol";
|
|
20
20
|
import { DocumentHandle } from "@sanity/sdk";
|
|
21
21
|
import { FallbackNs } from "react-i18next";
|
|
22
22
|
import { BrowserHistory, HashHistory, History, MemoryHistory } from "history";
|
|
23
|
-
import { RootTheme, ThemeColorSchemeKey as ThemeColorSchemeKey$1 } from "@sanity/ui/theme";
|
|
23
|
+
import { RootTheme, ThemeColorSchemeKey as ThemeColorSchemeKey$1 } from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+ui@3.1.14_@emotion+is-prop-valid@1.4.0_@sanity+styled-components@6.1.24_react-d_528b1f4be90cc37f64b725ea29f6a91b/node_modules/@sanity/ui/dist/theme.mjs";
|
|
24
24
|
import { EditorSelection, HotkeyOptions, InvalidValueResolution, OnCopyFn, OnPasteResultOrPromise, PasteData, Patch, PortableTextEditor, RangeDecoration, RangeDecorationOnMovedDetails, RenderBlockFunction } from "@portabletext/editor";
|
|
25
25
|
import { ColorHueKey, ColorTintKey, ColorTints } from "@sanity/color";
|
|
26
26
|
import { Subscriber } from "nano-pubsub";
|
|
27
27
|
import { ArrayDiff, BooleanDiff, Diff, ItemDiff, NullDiff, NumberDiff, ObjectDiff, StringDiff, StringSegmentChanged, StringSegmentUnchanged, TypeChangeDiff } from "@sanity/diff";
|
|
28
|
-
import * as styled_components0 from "styled-components";
|
|
28
|
+
import * as _$styled_components0 from "styled-components";
|
|
29
29
|
import { CSSProperties as CSSProperties$1, ExecutionProps } from "styled-components";
|
|
30
|
-
import * as date_fns_formatRelative0 from "date-fns/formatRelative";
|
|
31
|
-
import { ResizeObserverEntry } from "@juggle/resize-observer";
|
|
30
|
+
import * as _$date_fns_formatRelative0 from "date-fns/formatRelative";
|
|
32
31
|
import { ThrottleSettings } from "lodash-es/throttle.js";
|
|
33
32
|
import { DEFAULT_ANNOTATIONS, DEFAULT_DECORATORS } from "@sanity/schema";
|
|
34
|
-
import * as styled_components_dist_types0 from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+styled-components@6.1.24_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@sanity/styled-components/dist/types.js";
|
|
33
|
+
import * as _$styled_components_dist_types0 from "/home/runner/work/sanity/sanity/node_modules/.pnpm/@sanity+styled-components@6.1.24_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@sanity/styled-components/dist/types.js";
|
|
35
34
|
import { PortableTextMemberSchemaTypes } from "@portabletext/sanity-bridge";
|
|
36
35
|
import { ImageUrlBuilder, ImageUrlBuilder as ImageUrlBuilder$1 } from "@sanity/image-url";
|
|
37
36
|
import { MarkdownShortcutsPluginProps } from "@portabletext/plugin-markdown-shortcuts";
|
|
@@ -338,7 +337,7 @@ declare class CorsOriginError extends Error {
|
|
|
338
337
|
/** @internal */
|
|
339
338
|
type BetaBadgeProps = Omit<BadgeProps, 'mode' | 'tone'>;
|
|
340
339
|
/** @internal */
|
|
341
|
-
declare function BetaBadge(props: BetaBadgeProps & Omit<HTMLProps<HTMLDivElement>, 'ref'>): react.JSX.Element;
|
|
340
|
+
declare function BetaBadge(props: BetaBadgeProps & Omit<HTMLProps<HTMLDivElement>, 'ref'>): _$react.JSX.Element;
|
|
342
341
|
/** @internal */
|
|
343
342
|
type CommandListElementType = 'input' | 'list';
|
|
344
343
|
/** @internal */
|
|
@@ -420,7 +419,7 @@ interface CommandListProps<T = any> extends ResponsivePaddingProps {
|
|
|
420
419
|
*
|
|
421
420
|
* @internal
|
|
422
421
|
*/
|
|
423
|
-
declare const CommandList: react.NamedExoticComponent<CommandListProps<any> & react.RefAttributes<CommandListHandle>>;
|
|
422
|
+
declare const CommandList: _$react.NamedExoticComponent<CommandListProps<any> & _$react.RefAttributes<CommandListHandle>>;
|
|
424
423
|
type BaseButtonProps = Pick<ButtonProps, 'as' | 'icon' | 'iconRight' | 'justify' | 'loading' | 'mode' | 'paddingY' | 'paddingLeft' | 'selected' | 'tone' | 'type' | 'width'> & {
|
|
425
424
|
size?: 'default' | 'large';
|
|
426
425
|
radius?: 'full';
|
|
@@ -445,13 +444,13 @@ type ButtonProps$1 = BaseButtonProps & (ButtonWithText | IconButton);
|
|
|
445
444
|
*
|
|
446
445
|
* @internal
|
|
447
446
|
*/
|
|
448
|
-
declare const Button: react.ForwardRefExoticComponent<(Omit<Pick<ButtonProps, "as" | "icon" | "iconRight" | "justify" | "loading" | "mode" | "paddingLeft" | "paddingY" | "selected" | "tone" | "type" | "width"> & {
|
|
447
|
+
declare const Button: _$react.ForwardRefExoticComponent<(Omit<Pick<ButtonProps, "as" | "icon" | "iconRight" | "justify" | "loading" | "mode" | "paddingLeft" | "paddingY" | "selected" | "tone" | "type" | "width"> & {
|
|
449
448
|
size?: "default" | "large" | undefined;
|
|
450
449
|
radius?: "full" | undefined;
|
|
451
450
|
} & ButtonWithText & Omit<HTMLProps<HTMLButtonElement>, "as" | "size" | "title">, "ref"> | Omit<Pick<ButtonProps, "as" | "icon" | "iconRight" | "justify" | "loading" | "mode" | "paddingLeft" | "paddingY" | "selected" | "tone" | "type" | "width"> & {
|
|
452
451
|
size?: "default" | "large" | undefined;
|
|
453
452
|
radius?: "full" | undefined;
|
|
454
|
-
} & IconButton & Omit<HTMLProps<HTMLButtonElement>, "as" | "size" | "title">, "ref">) & react.RefAttributes<HTMLButtonElement>>;
|
|
453
|
+
} & IconButton & Omit<HTMLProps<HTMLButtonElement>, "as" | "size" | "title">, "ref">) & _$react.RefAttributes<HTMLButtonElement>>;
|
|
455
454
|
/** @internal */
|
|
456
455
|
type MenuButtonProps$1 = Omit<MenuButtonProps, 'popover'> & {
|
|
457
456
|
popover?: Omit<PopoverProps, 'animate' | 'content' | 'open'>;
|
|
@@ -468,7 +467,7 @@ type ContextMenuButtonProps = Pick<ButtonProps$1, 'mode' | 'selected' | 'size' |
|
|
|
468
467
|
*
|
|
469
468
|
* @internal
|
|
470
469
|
*/
|
|
471
|
-
declare const ContextMenuButton: react.ForwardRefExoticComponent<ContextMenuButtonProps & Pick<HTMLProps<HTMLButtonElement>, "disabled" | "hidden" | "onClick"> & react.RefAttributes<HTMLButtonElement>>;
|
|
470
|
+
declare const ContextMenuButton: _$react.ForwardRefExoticComponent<ContextMenuButtonProps & Pick<HTMLProps<HTMLButtonElement>, "disabled" | "hidden" | "onClick"> & _$react.RefAttributes<HTMLButtonElement>>;
|
|
472
471
|
/**
|
|
473
472
|
* Indicates the type of document variant, either `draft`, `version` or `published`.
|
|
474
473
|
* Draft documents are prefixed with `drafts.`.
|
|
@@ -488,7 +487,7 @@ declare function getDocumentVariantType(documentId: string): DocumentVariantType
|
|
|
488
487
|
/**
|
|
489
488
|
* @internal
|
|
490
489
|
*/
|
|
491
|
-
declare const Chip: react.ForwardRefExoticComponent<Omit<Omit<_sanity_ui0.ButtonProps & Omit<react.HTMLProps<HTMLButtonElement>, "as" | "width">, "ref"> & react.RefAttributes<HTMLButtonElement>, "ref"> & react.RefAttributes<unknown>>;
|
|
490
|
+
declare const Chip: _$react.ForwardRefExoticComponent<Omit<Omit<_$_sanity_ui0.ButtonProps & Omit<_$react.HTMLProps<HTMLButtonElement>, "as" | "width">, "ref"> & _$react.RefAttributes<HTMLButtonElement>, "ref"> & _$react.RefAttributes<unknown>>;
|
|
492
491
|
/**
|
|
493
492
|
*
|
|
494
493
|
* Checks if the document ID `documentId` has the same ID as `equalsDocumentId`,
|
|
@@ -662,7 +661,7 @@ type ReleasesNavMenuItemPropsGetter = (content: {
|
|
|
662
661
|
/**
|
|
663
662
|
* @internal
|
|
664
663
|
*/
|
|
665
|
-
declare const VersionChip: react.NamedExoticComponent<{
|
|
664
|
+
declare const VersionChip: _$react.NamedExoticComponent<{
|
|
666
665
|
disabled?: boolean | undefined;
|
|
667
666
|
selected: boolean;
|
|
668
667
|
tooltipContent?: ReactNode;
|
|
@@ -705,7 +704,7 @@ declare const ReleaseAvatarIcon: ({
|
|
|
705
704
|
tone,
|
|
706
705
|
release,
|
|
707
706
|
releaseType
|
|
708
|
-
}: ReleaseAvatarIconProps) => react.JSX.Element;
|
|
707
|
+
}: ReleaseAvatarIconProps) => _$react.JSX.Element;
|
|
709
708
|
declare function ReleaseAvatar({
|
|
710
709
|
fontSize,
|
|
711
710
|
padding,
|
|
@@ -741,12 +740,12 @@ declare const VersionInlineBadge: ({
|
|
|
741
740
|
$tone
|
|
742
741
|
}: PropsWithChildren<{
|
|
743
742
|
$tone?: "caution" | "critical" | "default" | "neutral" | "positive" | "primary" | "suggest" | undefined;
|
|
744
|
-
}>) => react.JSX.Element;
|
|
743
|
+
}>) => _$react.JSX.Element;
|
|
745
744
|
/**
|
|
746
745
|
* @internal
|
|
747
746
|
*/
|
|
748
747
|
declare const getVersionInlineBadge: (release?: TargetPerspective | undefined) => FC<{
|
|
749
|
-
children?: react.ReactNode;
|
|
748
|
+
children?: _$react.ReactNode;
|
|
750
749
|
}>;
|
|
751
750
|
interface ObserveDocumentAPIConfig {
|
|
752
751
|
dataset?: string;
|
|
@@ -1067,7 +1066,7 @@ declare const ChangeFieldWrapper: (props: {
|
|
|
1067
1066
|
path: Path;
|
|
1068
1067
|
children: ReactNode;
|
|
1069
1068
|
hasRevertHover: boolean;
|
|
1070
|
-
}) => react.JSX.Element;
|
|
1069
|
+
}) => _$react.JSX.Element;
|
|
1071
1070
|
/** @internal */
|
|
1072
1071
|
interface ChangeIndicatorProps {
|
|
1073
1072
|
path: Path;
|
|
@@ -1076,7 +1075,7 @@ interface ChangeIndicatorProps {
|
|
|
1076
1075
|
withHoverEffect?: boolean;
|
|
1077
1076
|
}
|
|
1078
1077
|
/** @internal */
|
|
1079
|
-
declare function ChangeIndicator(props: ChangeIndicatorProps & Omit<HTMLProps<HTMLDivElement>, 'as'>): react.JSX.Element;
|
|
1078
|
+
declare function ChangeIndicator(props: ChangeIndicatorProps & Omit<HTMLProps<HTMLDivElement>, 'as'>): _$react.JSX.Element;
|
|
1080
1079
|
/** @internal */
|
|
1081
1080
|
interface ConnectorContextValue {
|
|
1082
1081
|
isReviewChangesOpen: boolean;
|
|
@@ -1100,7 +1099,7 @@ declare function ChangeConnectorRoot({
|
|
|
1100
1099
|
onOpenReviewChanges,
|
|
1101
1100
|
onSetFocus,
|
|
1102
1101
|
...restProps
|
|
1103
|
-
}: ChangeConnectorRootProps): react.JSX.Element;
|
|
1102
|
+
}: ChangeConnectorRootProps): _$react.JSX.Element;
|
|
1104
1103
|
/** @internal */
|
|
1105
1104
|
type Reported<Value> = [string, Value];
|
|
1106
1105
|
/** @internal */
|
|
@@ -1140,11 +1139,11 @@ interface TrackedArea {
|
|
|
1140
1139
|
type ChangeIndicatorTrackerContextValue = TrackedChange;
|
|
1141
1140
|
declare function ChangeIndicatorsTrackerComponent(props: {
|
|
1142
1141
|
children: React.ReactNode;
|
|
1143
|
-
}): react.JSX.Element;
|
|
1142
|
+
}): _$react.JSX.Element;
|
|
1144
1143
|
/**
|
|
1145
1144
|
* @internal
|
|
1146
1145
|
*/
|
|
1147
|
-
declare const ChangeIndicatorsTracker: react.MemoExoticComponent<typeof ChangeIndicatorsTrackerComponent>;
|
|
1146
|
+
declare const ChangeIndicatorsTracker: _$react.MemoExoticComponent<typeof ChangeIndicatorsTrackerComponent>;
|
|
1148
1147
|
/**
|
|
1149
1148
|
* @internal
|
|
1150
1149
|
*/
|
|
@@ -1169,11 +1168,11 @@ interface CommentDeleteDialogProps {
|
|
|
1169
1168
|
* @beta
|
|
1170
1169
|
* @hidden
|
|
1171
1170
|
*/
|
|
1172
|
-
declare function CommentDeleteDialog(props: CommentDeleteDialogProps): react.JSX.Element;
|
|
1171
|
+
declare function CommentDeleteDialog(props: CommentDeleteDialogProps): _$react.JSX.Element;
|
|
1173
1172
|
/**
|
|
1174
1173
|
* @internal
|
|
1175
1174
|
*/
|
|
1176
|
-
declare const CommentDisabledIcon: react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
1175
|
+
declare const CommentDisabledIcon: _$react.ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & _$react.RefAttributes<SVGSVGElement>>;
|
|
1177
1176
|
/**
|
|
1178
1177
|
*
|
|
1179
1178
|
* @deprecated Calling `useClient()` without specifying an API version is deprecated - specify a date to prevent breaking changes, e.g. `useClient({apiVersion: "2025-02-07"})`.
|
|
@@ -1268,8 +1267,8 @@ declare function useDialogStack({
|
|
|
1268
1267
|
path?: Path;
|
|
1269
1268
|
}): {
|
|
1270
1269
|
/** Unique ID for this dialog instance */dialogId: string; /** The current top dialog entry */
|
|
1271
|
-
topEntry: sanity__singletons0.DialogStackEntry | null; /** The full stack of dialog entries (each has id and path) */
|
|
1272
|
-
stack: sanity__singletons0.DialogStackEntry[]; /** Check if this dialog is on top */
|
|
1270
|
+
topEntry: _$sanity__singletons0.DialogStackEntry | null; /** The full stack of dialog entries (each has id and path) */
|
|
1271
|
+
stack: _$sanity__singletons0.DialogStackEntry[]; /** Check if this dialog is on top */
|
|
1273
1272
|
isTop: boolean; /** Close dialogs */
|
|
1274
1273
|
close: (options?: {
|
|
1275
1274
|
toParent?: boolean | undefined;
|
|
@@ -1427,6 +1426,19 @@ interface DocumentPairLoadedEvent {
|
|
|
1427
1426
|
hasVersion: boolean;
|
|
1428
1427
|
}
|
|
1429
1428
|
/** @internal */
|
|
1429
|
+
interface MutationPerformanceEvent {
|
|
1430
|
+
transactionId: string;
|
|
1431
|
+
debounceMs: number;
|
|
1432
|
+
apiMs: number;
|
|
1433
|
+
callbackMs: number;
|
|
1434
|
+
shard?: string;
|
|
1435
|
+
}
|
|
1436
|
+
/** @internal */
|
|
1437
|
+
interface DocumentRebaseTelemetryEvent {
|
|
1438
|
+
remoteMutationCount: number;
|
|
1439
|
+
localMutationCount: number;
|
|
1440
|
+
}
|
|
1441
|
+
/** @internal */
|
|
1430
1442
|
interface DocumentStoreExtraOptions {
|
|
1431
1443
|
tag?: string;
|
|
1432
1444
|
/**
|
|
@@ -1438,6 +1450,8 @@ interface DocumentStoreExtraOptions {
|
|
|
1438
1450
|
onReportLatency?: (event: LatencyReportEvent) => void;
|
|
1439
1451
|
onSlowCommit?: () => void;
|
|
1440
1452
|
onDocumentPairLoaded?: (event: DocumentPairLoadedEvent) => void;
|
|
1453
|
+
onReportMutationPerformance?: (event: MutationPerformanceEvent) => void;
|
|
1454
|
+
onDocumentRebase?: (event: DocumentRebaseTelemetryEvent) => void;
|
|
1441
1455
|
}
|
|
1442
1456
|
/** @internal */
|
|
1443
1457
|
type ListenerEvent = MutationEvent | ReconnectEvent | InitialSnapshotEvent | PendingMutationsEvent | WelcomeEvent | WelcomeBackEvent | ResetEvent;
|
|
@@ -2427,29 +2441,7 @@ declare const studioLocaleStrings: {
|
|
|
2427
2441
|
'document-store.slow-commit.description': string; /** Toast title shown when saving changes is taking longer than expected */
|
|
2428
2442
|
'document-store.slow-commit.title': string; /** Label to indicate that a document type was not found */
|
|
2429
2443
|
'document.type.not-found': string; /** Error message shown when an action cannot be performed */
|
|
2430
|
-
'errors.unable-to-perform-action': string; /**
|
|
2431
|
-
'feedback.attachment.browse': string; /** Drop zone text for image attachment */
|
|
2432
|
-
'feedback.attachment.drop-zone': string; /** Error shown when attached image exceeds size limit */
|
|
2433
|
-
'feedback.attachment.error.size': string; /** Label for the image attachment section */
|
|
2434
|
-
'feedback.attachment.label': string; /** Remove attached image button text */
|
|
2435
|
-
'feedback.attachment.remove': string; /** Upload button text */
|
|
2436
|
-
'feedback.attachment.upload': string; /** Cancel button text */
|
|
2437
|
-
'feedback.cancel': string; /** Consent disclaimer shown when the user agrees to follow up */
|
|
2438
|
-
'feedback.consent.disclaimer': string; /** Label for the contact consent toggle */
|
|
2439
|
-
'feedback.consent.label': string; /** Consent toggle: no */
|
|
2440
|
-
'feedback.consent.no': string; /** Consent toggle: yes */
|
|
2441
|
-
'feedback.consent.yes': string; /** Title of the feedback dialog */
|
|
2442
|
-
'feedback.dialog.title': string; /** Toast message after failed submission */
|
|
2443
|
-
'feedback.error': string; /** Label for "send feedback" in the help resources menu */
|
|
2444
|
-
'feedback.menu-item': string; /** Label for the message field */
|
|
2445
|
-
'feedback.message.label': string; /** Placeholder for the message field */
|
|
2446
|
-
'feedback.message.placeholder': string; /** Sentiment option: happy */
|
|
2447
|
-
'feedback.sentiment.happy': string; /** Label for the sentiment question */
|
|
2448
|
-
'feedback.sentiment.label': string; /** Sentiment option: neutral */
|
|
2449
|
-
'feedback.sentiment.neutral': string; /** Sentiment option: unhappy */
|
|
2450
|
-
'feedback.sentiment.unhappy': string; /** Submit button text */
|
|
2451
|
-
'feedback.submit': string; /** Toast message after successful submission */
|
|
2452
|
-
'feedback.success': string; /** The value of the <code>_key</code> property must be a unique string. */
|
|
2444
|
+
'errors.unable-to-perform-action': string; /** The value of the <code>_key</code> property must be a unique string. */
|
|
2453
2445
|
'form.error.duplicate-keys-alert.details.additional-description': string; /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
|
|
2454
2446
|
'form.error.duplicate-keys-alert.details.description': string; /** Developer info */
|
|
2455
2447
|
'form.error.duplicate-keys-alert.details.title': string; /** Generate unique keys */
|
|
@@ -3603,7 +3595,7 @@ interface LocaleSource {
|
|
|
3603
3595
|
* @internal
|
|
3604
3596
|
* @hidden
|
|
3605
3597
|
*/
|
|
3606
|
-
declare function LocaleProvider(props: PropsWithChildren): react.JSX.Element;
|
|
3598
|
+
declare function LocaleProvider(props: PropsWithChildren): _$react.JSX.Element;
|
|
3607
3599
|
/**
|
|
3608
3600
|
* @internal
|
|
3609
3601
|
* @hidden
|
|
@@ -3619,7 +3611,7 @@ declare function LocaleProviderBase({
|
|
|
3619
3611
|
sourceId: string;
|
|
3620
3612
|
locales: Locale[];
|
|
3621
3613
|
i18next: i18n$1;
|
|
3622
|
-
}>): react.JSX.Element;
|
|
3614
|
+
}>): _$react.JSX.Element;
|
|
3623
3615
|
/**
|
|
3624
3616
|
* Defines a resource bundle for a given locale and namespace.
|
|
3625
3617
|
*
|
|
@@ -3824,7 +3816,7 @@ interface TranslationProps {
|
|
|
3824
3816
|
*
|
|
3825
3817
|
* @public
|
|
3826
3818
|
*/
|
|
3827
|
-
declare function Translate(props: TranslationProps): react.JSX.Element;
|
|
3819
|
+
declare function Translate(props: TranslationProps): _$react.JSX.Element;
|
|
3828
3820
|
declare module '@sanity/types' {
|
|
3829
3821
|
/**
|
|
3830
3822
|
* Extended validation context that includes internationalization
|
|
@@ -3954,7 +3946,7 @@ interface CommentsAuthoringPathProviderProps {
|
|
|
3954
3946
|
* the component re-renders, for example, when the form is temporarily set to `readOnly`
|
|
3955
3947
|
* while reconnecting.
|
|
3956
3948
|
*/
|
|
3957
|
-
declare function CommentsAuthoringPathProvider(props: CommentsAuthoringPathProviderProps): react.JSX.Element;
|
|
3949
|
+
declare function CommentsAuthoringPathProvider(props: CommentsAuthoringPathProviderProps): _$react.JSX.Element;
|
|
3958
3950
|
/**
|
|
3959
3951
|
* @beta
|
|
3960
3952
|
* @hidden
|
|
@@ -4252,7 +4244,7 @@ interface CommentsProviderProps {
|
|
|
4252
4244
|
/**
|
|
4253
4245
|
* @beta
|
|
4254
4246
|
*/
|
|
4255
|
-
declare const CommentsProvider: react.NamedExoticComponent<CommentsProviderProps>;
|
|
4247
|
+
declare const CommentsProvider: _$react.NamedExoticComponent<CommentsProviderProps>;
|
|
4256
4248
|
interface CommentsEnabledProviderProps {
|
|
4257
4249
|
children: ReactNode;
|
|
4258
4250
|
documentId: string;
|
|
@@ -4262,7 +4254,7 @@ interface CommentsEnabledProviderProps {
|
|
|
4262
4254
|
* @beta
|
|
4263
4255
|
* @hidden
|
|
4264
4256
|
*/
|
|
4265
|
-
declare const CommentsEnabledProvider: react.NamedExoticComponent<CommentsEnabledProviderProps>;
|
|
4257
|
+
declare const CommentsEnabledProvider: _$react.NamedExoticComponent<CommentsEnabledProviderProps>;
|
|
4266
4258
|
/**
|
|
4267
4259
|
* @beta
|
|
4268
4260
|
* @hidden
|
|
@@ -4275,14 +4267,14 @@ interface CommentsIntentProviderProps {
|
|
|
4275
4267
|
* @beta
|
|
4276
4268
|
* @hidden
|
|
4277
4269
|
*/
|
|
4278
|
-
declare const CommentsIntentProvider: react.NamedExoticComponent<CommentsIntentProviderProps>;
|
|
4270
|
+
declare const CommentsIntentProvider: _$react.NamedExoticComponent<CommentsIntentProviderProps>;
|
|
4279
4271
|
interface CommentsSelectedPathProviderProps {
|
|
4280
4272
|
children: React.ReactNode;
|
|
4281
4273
|
}
|
|
4282
4274
|
/**
|
|
4283
4275
|
* @internal
|
|
4284
4276
|
*/
|
|
4285
|
-
declare const CommentsSelectedPathProvider: react.NamedExoticComponent<CommentsSelectedPathProviderProps>;
|
|
4277
|
+
declare const CommentsSelectedPathProvider: _$react.NamedExoticComponent<CommentsSelectedPathProviderProps>;
|
|
4286
4278
|
/**
|
|
4287
4279
|
* @internal
|
|
4288
4280
|
*/
|
|
@@ -4325,7 +4317,7 @@ declare function ActiveWorkspaceMatcher({
|
|
|
4325
4317
|
LoadingComponent,
|
|
4326
4318
|
NotFoundComponent,
|
|
4327
4319
|
unstable_history: historyProp
|
|
4328
|
-
}: ActiveWorkspaceMatcherProps): react.JSX.Element;
|
|
4320
|
+
}: ActiveWorkspaceMatcherProps): _$react.JSX.Element;
|
|
4329
4321
|
/** @internal */
|
|
4330
4322
|
interface WorkspaceLike {
|
|
4331
4323
|
name?: string;
|
|
@@ -4396,7 +4388,7 @@ declare function WorkspacesProvider({
|
|
|
4396
4388
|
children,
|
|
4397
4389
|
basePath,
|
|
4398
4390
|
LoadingComponent
|
|
4399
|
-
}: WorkspacesProviderProps): react.JSX.Element;
|
|
4391
|
+
}: WorkspacesProviderProps): _$react.JSX.Element;
|
|
4400
4392
|
/** @internal */
|
|
4401
4393
|
type NormalizedWorkspace = {
|
|
4402
4394
|
workspace: WorkspacesContextValue[number];
|
|
@@ -4442,7 +4434,7 @@ interface AddonDatasetSetupProviderProps {
|
|
|
4442
4434
|
* @beta
|
|
4443
4435
|
* @hidden
|
|
4444
4436
|
*/
|
|
4445
|
-
declare function AddonDatasetProvider(props: AddonDatasetSetupProviderProps): string | number | bigint | boolean | react.JSX.Element | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | Iterable<react.ReactNode> | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | react.ReactPortal | null | undefined> | null | undefined;
|
|
4437
|
+
declare function AddonDatasetProvider(props: AddonDatasetSetupProviderProps): string | number | bigint | boolean | _$react.JSX.Element | Iterable<_$react.ReactNode> | Promise<string | number | bigint | boolean | Iterable<_$react.ReactNode> | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | _$react.ReactPortal | null | undefined> | null | undefined;
|
|
4446
4438
|
/**
|
|
4447
4439
|
* @beta
|
|
4448
4440
|
* @hidden
|
|
@@ -4544,7 +4536,7 @@ declare function ColorSchemeProvider({
|
|
|
4544
4536
|
children,
|
|
4545
4537
|
onSchemeChange,
|
|
4546
4538
|
scheme: schemeProp
|
|
4547
|
-
}: ColorSchemeProviderProps): react.JSX.Element;
|
|
4539
|
+
}: ColorSchemeProviderProps): _$react.JSX.Element;
|
|
4548
4540
|
/**
|
|
4549
4541
|
* Uses useSyncExternalStore to ensure that localStorage is accessed in a SSR hydration compatible way
|
|
4550
4542
|
* @internal
|
|
@@ -4552,7 +4544,7 @@ declare function ColorSchemeProvider({
|
|
|
4552
4544
|
declare function ColorSchemeLocalStorageProvider({
|
|
4553
4545
|
children,
|
|
4554
4546
|
onSchemeChange
|
|
4555
|
-
}: Pick<ColorSchemeProviderProps, 'children' | 'onSchemeChange'>): react.JSX.Element;
|
|
4547
|
+
}: Pick<ColorSchemeProviderProps, 'children' | 'onSchemeChange'>): _$react.JSX.Element;
|
|
4556
4548
|
/**
|
|
4557
4549
|
* If the `scheme` prop is provided we don't need to setup any logic to handle localStorage
|
|
4558
4550
|
* @internal
|
|
@@ -4597,7 +4589,7 @@ declare function Filters({
|
|
|
4597
4589
|
showTypeFilter
|
|
4598
4590
|
}: {
|
|
4599
4591
|
showTypeFilter?: boolean;
|
|
4600
|
-
}): react.JSX.Element;
|
|
4592
|
+
}): _$react.JSX.Element;
|
|
4601
4593
|
interface SearchHeaderProps {
|
|
4602
4594
|
ariaInputLabel?: string;
|
|
4603
4595
|
onClose?: () => void;
|
|
@@ -4605,7 +4597,7 @@ interface SearchHeaderProps {
|
|
|
4605
4597
|
/**
|
|
4606
4598
|
* @internal
|
|
4607
4599
|
*/
|
|
4608
|
-
declare const SearchHeader: react.ForwardRefExoticComponent<SearchHeaderProps & react.RefAttributes<HTMLInputElement>>;
|
|
4600
|
+
declare const SearchHeader: _$react.ForwardRefExoticComponent<SearchHeaderProps & _$react.RefAttributes<HTMLInputElement>>;
|
|
4609
4601
|
type ItemSelectHandler = (item: Pick<SanityDocumentLike, '_id' | '_type' | 'title'>) => void;
|
|
4610
4602
|
/**
|
|
4611
4603
|
* @internal
|
|
@@ -4633,7 +4625,7 @@ declare function SearchPopover({
|
|
|
4633
4625
|
onOpen,
|
|
4634
4626
|
previewPerspective,
|
|
4635
4627
|
open
|
|
4636
|
-
}: SearchPopoverProps): react.JSX.Element;
|
|
4628
|
+
}: SearchPopoverProps): _$react.JSX.Element;
|
|
4637
4629
|
interface SearchResultItemPreviewProps {
|
|
4638
4630
|
documentId: string;
|
|
4639
4631
|
documentType: string;
|
|
@@ -4654,7 +4646,7 @@ declare function SearchResultItemPreview({
|
|
|
4654
4646
|
schemaType,
|
|
4655
4647
|
showBadge,
|
|
4656
4648
|
perspective
|
|
4657
|
-
}: SearchResultItemPreviewProps): react.JSX.Element;
|
|
4649
|
+
}: SearchResultItemPreviewProps): _$react.JSX.Element;
|
|
4658
4650
|
/**
|
|
4659
4651
|
* @internal
|
|
4660
4652
|
*/
|
|
@@ -4914,12 +4906,12 @@ declare const searchOperators: {
|
|
|
4914
4906
|
arrayCountRange: SearchOperatorBuilder<"arrayCountRange", OperatorNumberRangeValue> | ValuelessSearchOperatorBuilder<"arrayCountRange">;
|
|
4915
4907
|
arrayListIncludes: SearchOperatorBuilder<"arrayListIncludes", string | number> | ValuelessSearchOperatorBuilder<"arrayListIncludes">;
|
|
4916
4908
|
arrayListNotIncludes: SearchOperatorBuilder<"arrayListNotIncludes", string | number> | ValuelessSearchOperatorBuilder<"arrayListNotIncludes">;
|
|
4917
|
-
arrayReferenceIncludes: SearchOperatorBuilder<"arrayReferenceIncludes", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"arrayReferenceIncludes">;
|
|
4918
|
-
arrayReferenceNotIncludes: SearchOperatorBuilder<"arrayReferenceNotIncludes", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"arrayReferenceNotIncludes">;
|
|
4919
|
-
assetFileEqual: SearchOperatorBuilder<"assetFileEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetFileEqual">;
|
|
4920
|
-
assetFileNotEqual: SearchOperatorBuilder<"assetFileNotEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetFileNotEqual">;
|
|
4921
|
-
assetImageEqual: SearchOperatorBuilder<"assetImageEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetImageEqual">;
|
|
4922
|
-
assetImageNotEqual: SearchOperatorBuilder<"assetImageNotEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetImageNotEqual">;
|
|
4909
|
+
arrayReferenceIncludes: SearchOperatorBuilder<"arrayReferenceIncludes", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"arrayReferenceIncludes">;
|
|
4910
|
+
arrayReferenceNotIncludes: SearchOperatorBuilder<"arrayReferenceNotIncludes", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"arrayReferenceNotIncludes">;
|
|
4911
|
+
assetFileEqual: SearchOperatorBuilder<"assetFileEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetFileEqual">;
|
|
4912
|
+
assetFileNotEqual: SearchOperatorBuilder<"assetFileNotEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetFileNotEqual">;
|
|
4913
|
+
assetImageEqual: SearchOperatorBuilder<"assetImageEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetImageEqual">;
|
|
4914
|
+
assetImageNotEqual: SearchOperatorBuilder<"assetImageNotEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"assetImageNotEqual">;
|
|
4923
4915
|
booleanEqual: SearchOperatorBuilder<"booleanEqual", boolean> | ValuelessSearchOperatorBuilder<"booleanEqual">;
|
|
4924
4916
|
defined: SearchOperatorBuilder<"defined", unknown> | ValuelessSearchOperatorBuilder<"defined">;
|
|
4925
4917
|
notDefined: SearchOperatorBuilder<"notDefined", unknown> | ValuelessSearchOperatorBuilder<"notDefined">;
|
|
@@ -4934,11 +4926,11 @@ declare const searchOperators: {
|
|
|
4934
4926
|
portableTextMatches: SearchOperatorBuilder<"portableTextMatches", string | number> | ValuelessSearchOperatorBuilder<"portableTextMatches">;
|
|
4935
4927
|
portableTextNotEqual: SearchOperatorBuilder<"portableTextNotEqual", string | number> | ValuelessSearchOperatorBuilder<"portableTextNotEqual">;
|
|
4936
4928
|
portableTextNotMatches: SearchOperatorBuilder<"portableTextNotMatches", string | number> | ValuelessSearchOperatorBuilder<"portableTextNotMatches">;
|
|
4937
|
-
referenceEqual: SearchOperatorBuilder<"referenceEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referenceEqual">;
|
|
4938
|
-
referenceNotEqual: SearchOperatorBuilder<"referenceNotEqual", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referenceNotEqual">;
|
|
4939
|
-
referencesAssetFile: SearchOperatorBuilder<"referencesAssetFile", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesAssetFile">;
|
|
4940
|
-
referencesAssetImage: SearchOperatorBuilder<"referencesAssetImage", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesAssetImage">;
|
|
4941
|
-
referencesDocument: SearchOperatorBuilder<"referencesDocument", _sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesDocument">;
|
|
4929
|
+
referenceEqual: SearchOperatorBuilder<"referenceEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referenceEqual">;
|
|
4930
|
+
referenceNotEqual: SearchOperatorBuilder<"referenceNotEqual", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referenceNotEqual">;
|
|
4931
|
+
referencesAssetFile: SearchOperatorBuilder<"referencesAssetFile", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesAssetFile">;
|
|
4932
|
+
referencesAssetImage: SearchOperatorBuilder<"referencesAssetImage", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesAssetImage">;
|
|
4933
|
+
referencesDocument: SearchOperatorBuilder<"referencesDocument", _$_sanity_types0.Reference> | ValuelessSearchOperatorBuilder<"referencesDocument">;
|
|
4942
4934
|
slugEqual: SearchOperatorBuilder<"slugEqual", string | number> | ValuelessSearchOperatorBuilder<"slugEqual">;
|
|
4943
4935
|
slugMatches: SearchOperatorBuilder<"slugMatches", string | number> | ValuelessSearchOperatorBuilder<"slugMatches">;
|
|
4944
4936
|
slugNotEqual: SearchOperatorBuilder<"slugNotEqual", string | number> | ValuelessSearchOperatorBuilder<"slugNotEqual">;
|
|
@@ -4958,7 +4950,7 @@ type SearchOperatorType = keyof DefaultOperators;
|
|
|
4958
4950
|
/**
|
|
4959
4951
|
* @internal
|
|
4960
4952
|
*/
|
|
4961
|
-
declare const operatorDefinitions: (SearchOperatorBuilder<"arrayCountEqual", number> | SearchOperatorBuilder<"arrayCountGt", number> | SearchOperatorBuilder<"arrayCountGte", number> | SearchOperatorBuilder<"arrayCountLt", number> | SearchOperatorBuilder<"arrayCountLte", number> | SearchOperatorBuilder<"arrayCountNotEqual", number> | SearchOperatorBuilder<"arrayCountRange", OperatorNumberRangeValue> | SearchOperatorBuilder<"arrayListIncludes", string | number> | SearchOperatorBuilder<"arrayListNotIncludes", string | number> | SearchOperatorBuilder<"arrayReferenceIncludes", _sanity_types0.Reference> | SearchOperatorBuilder<"arrayReferenceNotIncludes", _sanity_types0.Reference> | SearchOperatorBuilder<"assetFileEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"assetFileNotEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"assetImageEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"assetImageNotEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"booleanEqual", boolean> | SearchOperatorBuilder<"dateAfter", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateBefore", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateLast", OperatorDateLastValue> | SearchOperatorBuilder<"dateNotEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateRange", OperatorDateRangeValue> | SearchOperatorBuilder<"dateTimeAfter", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateTimeBefore", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateTimeEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateTimeLast", OperatorDateLastValue> | SearchOperatorBuilder<"dateTimeNotEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateTimeRange", OperatorDateRangeValue> | SearchOperatorBuilder<"defined", unknown> | SearchOperatorBuilder<"notDefined", unknown> | SearchOperatorBuilder<"numberEqual", number> | SearchOperatorBuilder<"numberGt", number> | SearchOperatorBuilder<"numberGte", number> | SearchOperatorBuilder<"numberLt", number> | SearchOperatorBuilder<"numberLte", number> | SearchOperatorBuilder<"numberNotEqual", number> | SearchOperatorBuilder<"numberRange", OperatorNumberRangeValue> | SearchOperatorBuilder<"portableTextEqual", string | number> | SearchOperatorBuilder<"portableTextMatches", string | number> | SearchOperatorBuilder<"portableTextNotEqual", string | number> | SearchOperatorBuilder<"portableTextNotMatches", string | number> | SearchOperatorBuilder<"referenceEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"referenceNotEqual", _sanity_types0.Reference> | SearchOperatorBuilder<"referencesAssetFile", _sanity_types0.Reference> | SearchOperatorBuilder<"referencesAssetImage", _sanity_types0.Reference> | SearchOperatorBuilder<"referencesDocument", _sanity_types0.Reference> | SearchOperatorBuilder<"slugEqual", string | number> | SearchOperatorBuilder<"slugMatches", string | number> | SearchOperatorBuilder<"slugNotEqual", string | number> | SearchOperatorBuilder<"slugNotMatches", string | number> | SearchOperatorBuilder<"stringEqual", string | number> | SearchOperatorBuilder<"stringListEqual", string | number> | SearchOperatorBuilder<"stringListNotEqual", string | number> | SearchOperatorBuilder<"stringMatches", string | number> | SearchOperatorBuilder<"stringNotEqual", string | number> | SearchOperatorBuilder<"stringNotMatches", string | number> | ValuelessSearchOperatorBuilder<"arrayCountEqual"> | ValuelessSearchOperatorBuilder<"arrayCountGt"> | ValuelessSearchOperatorBuilder<"arrayCountGte"> | ValuelessSearchOperatorBuilder<"arrayCountLt"> | ValuelessSearchOperatorBuilder<"arrayCountLte"> | ValuelessSearchOperatorBuilder<"arrayCountNotEqual"> | ValuelessSearchOperatorBuilder<"arrayCountRange"> | ValuelessSearchOperatorBuilder<"arrayListIncludes"> | ValuelessSearchOperatorBuilder<"arrayListNotIncludes"> | ValuelessSearchOperatorBuilder<"arrayReferenceIncludes"> | ValuelessSearchOperatorBuilder<"arrayReferenceNotIncludes"> | ValuelessSearchOperatorBuilder<"assetFileEqual"> | ValuelessSearchOperatorBuilder<"assetFileNotEqual"> | ValuelessSearchOperatorBuilder<"assetImageEqual"> | ValuelessSearchOperatorBuilder<"assetImageNotEqual"> | ValuelessSearchOperatorBuilder<"booleanEqual"> | ValuelessSearchOperatorBuilder<"dateAfter"> | ValuelessSearchOperatorBuilder<"dateBefore"> | ValuelessSearchOperatorBuilder<"dateEqual"> | ValuelessSearchOperatorBuilder<"dateLast"> | ValuelessSearchOperatorBuilder<"dateNotEqual"> | ValuelessSearchOperatorBuilder<"dateRange"> | ValuelessSearchOperatorBuilder<"dateTimeAfter"> | ValuelessSearchOperatorBuilder<"dateTimeBefore"> | ValuelessSearchOperatorBuilder<"dateTimeEqual"> | ValuelessSearchOperatorBuilder<"dateTimeLast"> | ValuelessSearchOperatorBuilder<"dateTimeNotEqual"> | ValuelessSearchOperatorBuilder<"dateTimeRange"> | ValuelessSearchOperatorBuilder<"defined"> | ValuelessSearchOperatorBuilder<"notDefined"> | ValuelessSearchOperatorBuilder<"numberEqual"> | ValuelessSearchOperatorBuilder<"numberGt"> | ValuelessSearchOperatorBuilder<"numberGte"> | ValuelessSearchOperatorBuilder<"numberLt"> | ValuelessSearchOperatorBuilder<"numberLte"> | ValuelessSearchOperatorBuilder<"numberNotEqual"> | ValuelessSearchOperatorBuilder<"numberRange"> | ValuelessSearchOperatorBuilder<"portableTextEqual"> | ValuelessSearchOperatorBuilder<"portableTextMatches"> | ValuelessSearchOperatorBuilder<"portableTextNotEqual"> | ValuelessSearchOperatorBuilder<"portableTextNotMatches"> | ValuelessSearchOperatorBuilder<"referenceEqual"> | ValuelessSearchOperatorBuilder<"referenceNotEqual"> | ValuelessSearchOperatorBuilder<"referencesAssetFile"> | ValuelessSearchOperatorBuilder<"referencesAssetImage"> | ValuelessSearchOperatorBuilder<"referencesDocument"> | ValuelessSearchOperatorBuilder<"slugEqual"> | ValuelessSearchOperatorBuilder<"slugMatches"> | ValuelessSearchOperatorBuilder<"slugNotEqual"> | ValuelessSearchOperatorBuilder<"slugNotMatches"> | ValuelessSearchOperatorBuilder<"stringEqual"> | ValuelessSearchOperatorBuilder<"stringListEqual"> | ValuelessSearchOperatorBuilder<"stringListNotEqual"> | ValuelessSearchOperatorBuilder<"stringMatches"> | ValuelessSearchOperatorBuilder<"stringNotEqual"> | ValuelessSearchOperatorBuilder<"stringNotMatches">)[];
|
|
4953
|
+
declare const operatorDefinitions: (SearchOperatorBuilder<"arrayCountEqual", number> | SearchOperatorBuilder<"arrayCountGt", number> | SearchOperatorBuilder<"arrayCountGte", number> | SearchOperatorBuilder<"arrayCountLt", number> | SearchOperatorBuilder<"arrayCountLte", number> | SearchOperatorBuilder<"arrayCountNotEqual", number> | SearchOperatorBuilder<"arrayCountRange", OperatorNumberRangeValue> | SearchOperatorBuilder<"arrayListIncludes", string | number> | SearchOperatorBuilder<"arrayListNotIncludes", string | number> | SearchOperatorBuilder<"arrayReferenceIncludes", _$_sanity_types0.Reference> | SearchOperatorBuilder<"arrayReferenceNotIncludes", _$_sanity_types0.Reference> | SearchOperatorBuilder<"assetFileEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"assetFileNotEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"assetImageEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"assetImageNotEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"booleanEqual", boolean> | SearchOperatorBuilder<"dateAfter", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateBefore", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateLast", OperatorDateLastValue> | SearchOperatorBuilder<"dateNotEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateRange", OperatorDateRangeValue> | SearchOperatorBuilder<"dateTimeAfter", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateTimeBefore", OperatorDateDirectionValue> | SearchOperatorBuilder<"dateTimeEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateTimeLast", OperatorDateLastValue> | SearchOperatorBuilder<"dateTimeNotEqual", OperatorDateEqualValue> | SearchOperatorBuilder<"dateTimeRange", OperatorDateRangeValue> | SearchOperatorBuilder<"defined", unknown> | SearchOperatorBuilder<"notDefined", unknown> | SearchOperatorBuilder<"numberEqual", number> | SearchOperatorBuilder<"numberGt", number> | SearchOperatorBuilder<"numberGte", number> | SearchOperatorBuilder<"numberLt", number> | SearchOperatorBuilder<"numberLte", number> | SearchOperatorBuilder<"numberNotEqual", number> | SearchOperatorBuilder<"numberRange", OperatorNumberRangeValue> | SearchOperatorBuilder<"portableTextEqual", string | number> | SearchOperatorBuilder<"portableTextMatches", string | number> | SearchOperatorBuilder<"portableTextNotEqual", string | number> | SearchOperatorBuilder<"portableTextNotMatches", string | number> | SearchOperatorBuilder<"referenceEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"referenceNotEqual", _$_sanity_types0.Reference> | SearchOperatorBuilder<"referencesAssetFile", _$_sanity_types0.Reference> | SearchOperatorBuilder<"referencesAssetImage", _$_sanity_types0.Reference> | SearchOperatorBuilder<"referencesDocument", _$_sanity_types0.Reference> | SearchOperatorBuilder<"slugEqual", string | number> | SearchOperatorBuilder<"slugMatches", string | number> | SearchOperatorBuilder<"slugNotEqual", string | number> | SearchOperatorBuilder<"slugNotMatches", string | number> | SearchOperatorBuilder<"stringEqual", string | number> | SearchOperatorBuilder<"stringListEqual", string | number> | SearchOperatorBuilder<"stringListNotEqual", string | number> | SearchOperatorBuilder<"stringMatches", string | number> | SearchOperatorBuilder<"stringNotEqual", string | number> | SearchOperatorBuilder<"stringNotMatches", string | number> | ValuelessSearchOperatorBuilder<"arrayCountEqual"> | ValuelessSearchOperatorBuilder<"arrayCountGt"> | ValuelessSearchOperatorBuilder<"arrayCountGte"> | ValuelessSearchOperatorBuilder<"arrayCountLt"> | ValuelessSearchOperatorBuilder<"arrayCountLte"> | ValuelessSearchOperatorBuilder<"arrayCountNotEqual"> | ValuelessSearchOperatorBuilder<"arrayCountRange"> | ValuelessSearchOperatorBuilder<"arrayListIncludes"> | ValuelessSearchOperatorBuilder<"arrayListNotIncludes"> | ValuelessSearchOperatorBuilder<"arrayReferenceIncludes"> | ValuelessSearchOperatorBuilder<"arrayReferenceNotIncludes"> | ValuelessSearchOperatorBuilder<"assetFileEqual"> | ValuelessSearchOperatorBuilder<"assetFileNotEqual"> | ValuelessSearchOperatorBuilder<"assetImageEqual"> | ValuelessSearchOperatorBuilder<"assetImageNotEqual"> | ValuelessSearchOperatorBuilder<"booleanEqual"> | ValuelessSearchOperatorBuilder<"dateAfter"> | ValuelessSearchOperatorBuilder<"dateBefore"> | ValuelessSearchOperatorBuilder<"dateEqual"> | ValuelessSearchOperatorBuilder<"dateLast"> | ValuelessSearchOperatorBuilder<"dateNotEqual"> | ValuelessSearchOperatorBuilder<"dateRange"> | ValuelessSearchOperatorBuilder<"dateTimeAfter"> | ValuelessSearchOperatorBuilder<"dateTimeBefore"> | ValuelessSearchOperatorBuilder<"dateTimeEqual"> | ValuelessSearchOperatorBuilder<"dateTimeLast"> | ValuelessSearchOperatorBuilder<"dateTimeNotEqual"> | ValuelessSearchOperatorBuilder<"dateTimeRange"> | ValuelessSearchOperatorBuilder<"defined"> | ValuelessSearchOperatorBuilder<"notDefined"> | ValuelessSearchOperatorBuilder<"numberEqual"> | ValuelessSearchOperatorBuilder<"numberGt"> | ValuelessSearchOperatorBuilder<"numberGte"> | ValuelessSearchOperatorBuilder<"numberLt"> | ValuelessSearchOperatorBuilder<"numberLte"> | ValuelessSearchOperatorBuilder<"numberNotEqual"> | ValuelessSearchOperatorBuilder<"numberRange"> | ValuelessSearchOperatorBuilder<"portableTextEqual"> | ValuelessSearchOperatorBuilder<"portableTextMatches"> | ValuelessSearchOperatorBuilder<"portableTextNotEqual"> | ValuelessSearchOperatorBuilder<"portableTextNotMatches"> | ValuelessSearchOperatorBuilder<"referenceEqual"> | ValuelessSearchOperatorBuilder<"referenceNotEqual"> | ValuelessSearchOperatorBuilder<"referencesAssetFile"> | ValuelessSearchOperatorBuilder<"referencesAssetImage"> | ValuelessSearchOperatorBuilder<"referencesDocument"> | ValuelessSearchOperatorBuilder<"slugEqual"> | ValuelessSearchOperatorBuilder<"slugMatches"> | ValuelessSearchOperatorBuilder<"slugNotEqual"> | ValuelessSearchOperatorBuilder<"slugNotMatches"> | ValuelessSearchOperatorBuilder<"stringEqual"> | ValuelessSearchOperatorBuilder<"stringListEqual"> | ValuelessSearchOperatorBuilder<"stringListNotEqual"> | ValuelessSearchOperatorBuilder<"stringMatches"> | ValuelessSearchOperatorBuilder<"stringNotEqual"> | ValuelessSearchOperatorBuilder<"stringNotMatches">)[];
|
|
4962
4954
|
type Operator<TOperators = string> = OperatorDivider | OperatorItem<TOperators>;
|
|
4963
4955
|
type OperatorDivider = {
|
|
4964
4956
|
type: 'divider';
|
|
@@ -5199,7 +5191,7 @@ declare function SearchProvider({
|
|
|
5199
5191
|
fullscreen,
|
|
5200
5192
|
disabledDocumentIds,
|
|
5201
5193
|
canDisableAction
|
|
5202
|
-
}: SearchProviderProps): react.JSX.Element;
|
|
5194
|
+
}: SearchProviderProps): _$react.JSX.Element;
|
|
5203
5195
|
/**
|
|
5204
5196
|
* @internal
|
|
5205
5197
|
*/
|
|
@@ -5224,7 +5216,7 @@ interface SearchButtonProps {
|
|
|
5224
5216
|
/**
|
|
5225
5217
|
* @internal
|
|
5226
5218
|
*/
|
|
5227
|
-
declare const SearchButton: react.ForwardRefExoticComponent<SearchButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
|
5219
|
+
declare const SearchButton: _$react.ForwardRefExoticComponent<SearchButtonProps & _$react.RefAttributes<HTMLButtonElement>>;
|
|
5228
5220
|
interface SearchDialogProps {
|
|
5229
5221
|
onClose: () => void;
|
|
5230
5222
|
onOpen: () => void;
|
|
@@ -5237,11 +5229,11 @@ declare function SearchDialog({
|
|
|
5237
5229
|
onClose,
|
|
5238
5230
|
onOpen,
|
|
5239
5231
|
open
|
|
5240
|
-
}: SearchDialogProps): react.JSX.Element;
|
|
5232
|
+
}: SearchDialogProps): _$react.JSX.Element;
|
|
5241
5233
|
/**
|
|
5242
5234
|
* @hidden
|
|
5243
5235
|
* @beta */
|
|
5244
|
-
declare function StudioLogo(props: LogoProps): react.JSX.Element;
|
|
5236
|
+
declare function StudioLogo(props: LogoProps): _$react.JSX.Element;
|
|
5245
5237
|
/**
|
|
5246
5238
|
* @hidden
|
|
5247
5239
|
* @beta */
|
|
@@ -5333,11 +5325,11 @@ interface StudioComponentsPluginOptions {
|
|
|
5333
5325
|
/**
|
|
5334
5326
|
* @hidden
|
|
5335
5327
|
* @beta */
|
|
5336
|
-
declare function StudioNavbar(props: Omit<NavbarProps, 'renderDefault'>): react.JSX.Element;
|
|
5328
|
+
declare function StudioNavbar(props: Omit<NavbarProps, 'renderDefault'>): _$react.JSX.Element;
|
|
5337
5329
|
/**
|
|
5338
5330
|
* @hidden
|
|
5339
5331
|
* @beta */
|
|
5340
|
-
declare function StudioToolMenu(props: ToolMenuProps): react.JSX.Element | null;
|
|
5332
|
+
declare function StudioToolMenu(props: ToolMenuProps): _$react.JSX.Element | null;
|
|
5341
5333
|
/**
|
|
5342
5334
|
* @hidden
|
|
5343
5335
|
* @beta */
|
|
@@ -5348,7 +5340,7 @@ interface ToolLinkProps {
|
|
|
5348
5340
|
/**
|
|
5349
5341
|
* @hidden
|
|
5350
5342
|
* @beta */
|
|
5351
|
-
declare const ToolLink: react.ForwardRefExoticComponent<Omit<ToolLinkProps & Omit<HTMLProps<HTMLAnchorElement>, "href" | "name">, "ref"> & react.RefAttributes<HTMLAnchorElement>>;
|
|
5343
|
+
declare const ToolLink: _$react.ForwardRefExoticComponent<Omit<ToolLinkProps & Omit<HTMLProps<HTMLAnchorElement>, "href" | "name">, "ref"> & _$react.RefAttributes<HTMLAnchorElement>>;
|
|
5352
5344
|
/**
|
|
5353
5345
|
* @hidden
|
|
5354
5346
|
* @beta */
|
|
@@ -5649,7 +5641,7 @@ type SourceProviderProps = {
|
|
|
5649
5641
|
declare function SourceProvider({
|
|
5650
5642
|
children,
|
|
5651
5643
|
...props
|
|
5652
|
-
}: SourceProviderProps): react.JSX.Element;
|
|
5644
|
+
}: SourceProviderProps): _$react.JSX.Element;
|
|
5653
5645
|
/**
|
|
5654
5646
|
* @internal
|
|
5655
5647
|
* @deprecated INTERNAL USE ONLY
|
|
@@ -5761,7 +5753,7 @@ declare function StudioAnnouncementsCard({
|
|
|
5761
5753
|
preHeader,
|
|
5762
5754
|
onCardClick,
|
|
5763
5755
|
onCardDismiss
|
|
5764
|
-
}: StudioAnnouncementCardProps): react.JSX.Element;
|
|
5756
|
+
}: StudioAnnouncementCardProps): _$react.JSX.Element;
|
|
5765
5757
|
declare const audienceRoles: readonly ["administrator", "editor", "viewer", "contributor", "developer", "custom"];
|
|
5766
5758
|
type AudienceRole = (typeof audienceRoles)[number];
|
|
5767
5759
|
interface StudioAnnouncementDocument {
|
|
@@ -5801,7 +5793,7 @@ declare function StudioAnnouncementsDialog({
|
|
|
5801
5793
|
announcements,
|
|
5802
5794
|
onClose,
|
|
5803
5795
|
mode
|
|
5804
|
-
}: StudioAnnouncementDialogProps): react.JSX.Element;
|
|
5796
|
+
}: StudioAnnouncementDialogProps): _$react.JSX.Element;
|
|
5805
5797
|
/**
|
|
5806
5798
|
* @internal
|
|
5807
5799
|
* @hidden
|
|
@@ -5844,12 +5836,12 @@ interface NavbarContextValue {
|
|
|
5844
5836
|
*</StudioProvider>
|
|
5845
5837
|
* ```
|
|
5846
5838
|
*/
|
|
5847
|
-
declare function StudioLayout(): react.JSX.Element;
|
|
5839
|
+
declare function StudioLayout(): _$react.JSX.Element;
|
|
5848
5840
|
/**
|
|
5849
5841
|
* @internal
|
|
5850
5842
|
* The default Studio Layout component
|
|
5851
5843
|
* */
|
|
5852
|
-
declare function StudioLayoutComponent(): react.JSX.Element;
|
|
5844
|
+
declare function StudioLayoutComponent(): _$react.JSX.Element;
|
|
5853
5845
|
/**
|
|
5854
5846
|
* @hidden
|
|
5855
5847
|
* @beta */
|
|
@@ -5867,7 +5859,7 @@ declare function StudioProvider({
|
|
|
5867
5859
|
scheme,
|
|
5868
5860
|
unstable_history: history,
|
|
5869
5861
|
unstable_noAuthBoundary: noAuthBoundary
|
|
5870
|
-
}: StudioProviderProps): react.JSX.Element;
|
|
5862
|
+
}: StudioProviderProps): _$react.JSX.Element;
|
|
5871
5863
|
interface UpsellDialogActionsInfo {
|
|
5872
5864
|
feature: 'comments' | 'scheduled_publishing' | 'ai_assist' | 'tasks';
|
|
5873
5865
|
type: 'modal' | 'inspector';
|
|
@@ -5879,19 +5871,19 @@ interface UpsellDialogViewedInfo extends UpsellDialogActionsInfo {
|
|
|
5879
5871
|
/**
|
|
5880
5872
|
* @internal
|
|
5881
5873
|
*/
|
|
5882
|
-
declare const UpsellDialogViewed: _sanity_telemetry0.DefinedTelemetryLog<UpsellDialogViewedInfo>;
|
|
5874
|
+
declare const UpsellDialogViewed: _$_sanity_telemetry0.DefinedTelemetryLog<UpsellDialogViewedInfo>;
|
|
5883
5875
|
/**
|
|
5884
5876
|
* @internal
|
|
5885
5877
|
*/
|
|
5886
|
-
declare const UpsellDialogDismissed: _sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5878
|
+
declare const UpsellDialogDismissed: _$_sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5887
5879
|
/**
|
|
5888
5880
|
* @internal
|
|
5889
5881
|
*/
|
|
5890
|
-
declare const UpsellDialogUpgradeCtaClicked: _sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5882
|
+
declare const UpsellDialogUpgradeCtaClicked: _$_sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5891
5883
|
/**
|
|
5892
5884
|
* @internal
|
|
5893
5885
|
*/
|
|
5894
|
-
declare const UpsellDialogLearnMoreCtaClicked: _sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5886
|
+
declare const UpsellDialogLearnMoreCtaClicked: _$_sanity_telemetry0.DefinedTelemetryLog<UpsellDialogActionsInfo>;
|
|
5895
5887
|
/** @internal */
|
|
5896
5888
|
type InterpolationProp = {
|
|
5897
5889
|
[key: string]: string | number;
|
|
@@ -5912,7 +5904,7 @@ interface DescriptionSerializerProps {
|
|
|
5912
5904
|
* Not meant for public consumption.
|
|
5913
5905
|
* @internal
|
|
5914
5906
|
*/
|
|
5915
|
-
declare function UpsellDescriptionSerializer(props: DescriptionSerializerProps): react.JSX.Element;
|
|
5907
|
+
declare function UpsellDescriptionSerializer(props: DescriptionSerializerProps): _$react.JSX.Element;
|
|
5916
5908
|
/** @internal */
|
|
5917
5909
|
interface WorkspaceProviderProps {
|
|
5918
5910
|
workspace: Workspace;
|
|
@@ -5947,7 +5939,7 @@ declare function ErrorMessage({
|
|
|
5947
5939
|
message,
|
|
5948
5940
|
path,
|
|
5949
5941
|
stack
|
|
5950
|
-
}: ErrorMessageProps): react.JSX.Element;
|
|
5942
|
+
}: ErrorMessageProps): _$react.JSX.Element;
|
|
5951
5943
|
interface WorkspaceLoaderProps {
|
|
5952
5944
|
children: ReactNode;
|
|
5953
5945
|
ConfigErrorsComponent: ComponentType;
|
|
@@ -5963,7 +5955,7 @@ declare function useWorkspaceLoader(activeWorkspace: WorkspaceSummary): Workspac
|
|
|
5963
5955
|
declare function WorkspaceLoaderBoundary({
|
|
5964
5956
|
ConfigErrorsComponent,
|
|
5965
5957
|
...props
|
|
5966
|
-
}: WorkspaceLoaderProps): react.JSX.Element;
|
|
5958
|
+
}: WorkspaceLoaderProps): _$react.JSX.Element;
|
|
5967
5959
|
/**
|
|
5968
5960
|
* @beta
|
|
5969
5961
|
* @hidden
|
|
@@ -6040,7 +6032,7 @@ interface CommentsListProps {
|
|
|
6040
6032
|
* @beta
|
|
6041
6033
|
* @hidden
|
|
6042
6034
|
*/
|
|
6043
|
-
declare const CommentsList: react.NamedExoticComponent<CommentsListProps & react.RefAttributes<HTMLDivElement>>;
|
|
6035
|
+
declare const CommentsList: _$react.NamedExoticComponent<CommentsListProps & _$react.RefAttributes<HTMLDivElement>>;
|
|
6044
6036
|
/**
|
|
6045
6037
|
* @internal
|
|
6046
6038
|
*/
|
|
@@ -6083,7 +6075,7 @@ interface CommentInputHandle {
|
|
|
6083
6075
|
* @internal
|
|
6084
6076
|
* @hidden
|
|
6085
6077
|
*/
|
|
6086
|
-
declare const CommentInput: react.ForwardRefExoticComponent<CommentInputProps & react.RefAttributes<CommentInputHandle>>;
|
|
6078
|
+
declare const CommentInput: _$react.ForwardRefExoticComponent<CommentInputProps & _$react.RefAttributes<CommentInputHandle>>;
|
|
6087
6079
|
interface CommentInputContextValue {
|
|
6088
6080
|
canSubmit?: boolean;
|
|
6089
6081
|
closeMentions: () => void;
|
|
@@ -6113,7 +6105,7 @@ interface CommentInlineHighlightSpanProps {
|
|
|
6113
6105
|
/**
|
|
6114
6106
|
* @internal
|
|
6115
6107
|
*/
|
|
6116
|
-
declare const CommentInlineHighlightSpan: react.ForwardRefExoticComponent<Omit<CommentInlineHighlightSpanProps & react.HTMLProps<HTMLSpanElement>, "ref"> & react.RefAttributes<HTMLSpanElement>>;
|
|
6108
|
+
declare const CommentInlineHighlightSpan: _$react.ForwardRefExoticComponent<Omit<CommentInlineHighlightSpanProps & _$react.HTMLProps<HTMLSpanElement>, "ref"> & _$react.RefAttributes<HTMLSpanElement>>;
|
|
6117
6109
|
/**
|
|
6118
6110
|
* @internal
|
|
6119
6111
|
* @hidden
|
|
@@ -6251,11 +6243,11 @@ interface CollapseMenuProps {
|
|
|
6251
6243
|
onMenuClose?: () => void;
|
|
6252
6244
|
}
|
|
6253
6245
|
/** @internal */
|
|
6254
|
-
declare const CollapseMenu: react.ForwardRefExoticComponent<CollapseMenuProps & react.RefAttributes<any>>;
|
|
6246
|
+
declare const CollapseMenu: _$react.ForwardRefExoticComponent<CollapseMenuProps & _$react.RefAttributes<any>>;
|
|
6255
6247
|
/** @internal */
|
|
6256
|
-
declare const AutoCollapseMenu: react.ForwardRefExoticComponent<Omit<CollapseMenuProps, "children" | "collapsed"> & {
|
|
6257
|
-
menuOptions: react.JSX.Element[];
|
|
6258
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
|
6248
|
+
declare const AutoCollapseMenu: _$react.ForwardRefExoticComponent<Omit<CollapseMenuProps, "children" | "collapsed"> & {
|
|
6249
|
+
menuOptions: _$react.JSX.Element[];
|
|
6250
|
+
} & _$react.RefAttributes<HTMLDivElement>>;
|
|
6259
6251
|
/** @internal */
|
|
6260
6252
|
interface CommonProps extends Omit<ButtonProps$1, 'text' | 'iconRight'> {
|
|
6261
6253
|
as?: ElementType | keyof React.JSX.IntrinsicElements;
|
|
@@ -6271,7 +6263,7 @@ interface CollapseMenuButtonProps extends CommonProps {
|
|
|
6271
6263
|
text: string;
|
|
6272
6264
|
}
|
|
6273
6265
|
/** @internal */
|
|
6274
|
-
declare const CollapseMenuButton: react.ForwardRefExoticComponent<Omit<CollapseMenuButtonProps & Omit<HTMLProps<HTMLButtonElement>, "as" | "size">, "ref"> & react.RefAttributes<HTMLButtonElement>>;
|
|
6266
|
+
declare const CollapseMenuButton: _$react.ForwardRefExoticComponent<Omit<CollapseMenuButtonProps & Omit<HTMLProps<HTMLButtonElement>, "as" | "size">, "ref"> & _$react.RefAttributes<HTMLButtonElement>>;
|
|
6275
6267
|
/** @internal */
|
|
6276
6268
|
declare function useOnScroll(callback: Subscriber<Event>): void;
|
|
6277
6269
|
/** @internal */
|
|
@@ -6288,7 +6280,7 @@ interface ScrollContainerProps<T extends ElementType> extends Omit<HTMLProps<T>,
|
|
|
6288
6280
|
*
|
|
6289
6281
|
* @internal
|
|
6290
6282
|
*/
|
|
6291
|
-
declare const ScrollContainer: react.NamedExoticComponent<Omit<ScrollContainerProps<ElementType>, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
6283
|
+
declare const ScrollContainer: _$react.NamedExoticComponent<Omit<ScrollContainerProps<ElementType>, "ref"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
6292
6284
|
/** @internal */
|
|
6293
6285
|
type ScrollEventHandler = (event: Event) => void;
|
|
6294
6286
|
/** @internal */
|
|
@@ -6300,6 +6292,12 @@ declare const isDev: boolean;
|
|
|
6300
6292
|
/** @internal */
|
|
6301
6293
|
declare const isProd: boolean;
|
|
6302
6294
|
/** @internal */
|
|
6295
|
+
declare function StudioFeedbackProvider({
|
|
6296
|
+
children
|
|
6297
|
+
}: {
|
|
6298
|
+
children: ReactNode;
|
|
6299
|
+
}): _$react.JSX.Element;
|
|
6300
|
+
/** @internal */
|
|
6303
6301
|
type ConsentStatus = 'loading' | 'granted' | 'denied';
|
|
6304
6302
|
/**
|
|
6305
6303
|
* Returns the current user's telemetry consent status.
|
|
@@ -6328,9 +6326,31 @@ interface FeedbackDialogProps {
|
|
|
6328
6326
|
title?: string;
|
|
6329
6327
|
/** Override the sentiment question (e.g., 'How easy or difficult is PTE to use?'). */
|
|
6330
6328
|
sentimentLabel?: string;
|
|
6329
|
+
/** User's name. Overrides the value from FeedbackContext when provided. */
|
|
6330
|
+
userName?: string;
|
|
6331
|
+
/** User's email. Overrides the value from FeedbackContext when provided. */
|
|
6332
|
+
userEmail?: string;
|
|
6333
|
+
/** Called after feedback is submitted successfully. */
|
|
6334
|
+
onSuccess?: () => void;
|
|
6335
|
+
/** Called when feedback submission fails. */
|
|
6336
|
+
onError?: (error: Error) => void;
|
|
6331
6337
|
}
|
|
6332
6338
|
/** @internal */
|
|
6333
|
-
declare function FeedbackDialog(props: FeedbackDialogProps): react.JSX.Element;
|
|
6339
|
+
declare function FeedbackDialog(props: FeedbackDialogProps): _$react.JSX.Element;
|
|
6340
|
+
/** @internal */
|
|
6341
|
+
type StudioFeedbackDialogProps = Omit<FeedbackDialogProps, 'onSuccess' | 'onError'>;
|
|
6342
|
+
/**
|
|
6343
|
+
* Studio-aware wrapper around {@link FeedbackDialog}.
|
|
6344
|
+
*
|
|
6345
|
+
* Wraps the dialog with a {@link StudioFeedbackProvider} so that
|
|
6346
|
+
* telemetry consent, user info, and studio tags are supplied
|
|
6347
|
+
* automatically from studio context hooks.
|
|
6348
|
+
*
|
|
6349
|
+
* Shows toast notifications on success/error via the studio's ToastProvider.
|
|
6350
|
+
*
|
|
6351
|
+
* @internal
|
|
6352
|
+
*/
|
|
6353
|
+
declare function StudioFeedbackDialog(props: StudioFeedbackDialogProps): _$react.JSX.Element;
|
|
6334
6354
|
/** @internal */
|
|
6335
6355
|
type Sentiment = 'happy' | 'neutral' | 'unhappy';
|
|
6336
6356
|
/** Tags that are always sent regardless of where the dialog is used. */
|
|
@@ -6453,6 +6473,30 @@ interface UseInStudioFeedbackReturn {
|
|
|
6453
6473
|
* @internal
|
|
6454
6474
|
*/
|
|
6455
6475
|
declare function useInStudioFeedback(): UseInStudioFeedbackReturn;
|
|
6476
|
+
/** Extends {@link SendFeedbackOptions} with optional user identity for out-of-studio use. */
|
|
6477
|
+
interface FeedbackOptions extends SendFeedbackOptions {
|
|
6478
|
+
/** User's name. Overrides the value from FeedbackContext when provided. */
|
|
6479
|
+
userName?: string;
|
|
6480
|
+
/** User's email. Overrides the value from FeedbackContext when provided. */
|
|
6481
|
+
userEmail?: string;
|
|
6482
|
+
}
|
|
6483
|
+
/** @internal */
|
|
6484
|
+
interface UseFeedbackReturn {
|
|
6485
|
+
/** Send feedback. Context-provided tags are included automatically. */
|
|
6486
|
+
sendFeedback: (opts: FeedbackOptions) => Promise<string>;
|
|
6487
|
+
}
|
|
6488
|
+
/**
|
|
6489
|
+
* Context-based hook for feedback submission that works in any environment.
|
|
6490
|
+
*
|
|
6491
|
+
* When rendered inside a {@link StudioFeedbackProvider} (or any custom provider),
|
|
6492
|
+
* feedback is enriched with consent status, user info, and tags from that provider.
|
|
6493
|
+
*
|
|
6494
|
+
* When no provider is present, falls back to safe defaults:
|
|
6495
|
+
* anonymous feedback with consent treated as denied.
|
|
6496
|
+
*
|
|
6497
|
+
* @internal
|
|
6498
|
+
*/
|
|
6499
|
+
declare function useFeedback(): UseFeedbackReturn;
|
|
6456
6500
|
/**
|
|
6457
6501
|
* Gathers the base (static) and dynamic (navigation-dependent) tags for feedback.
|
|
6458
6502
|
*
|
|
@@ -6797,7 +6841,7 @@ interface EventsProviderProps {
|
|
|
6797
6841
|
declare function EventsProvider({
|
|
6798
6842
|
value,
|
|
6799
6843
|
children
|
|
6800
|
-
}: EventsProviderProps): react.JSX.Element;
|
|
6844
|
+
}: EventsProviderProps): _$react.JSX.Element;
|
|
6801
6845
|
/**
|
|
6802
6846
|
* @internal
|
|
6803
6847
|
*/
|
|
@@ -7015,7 +7059,7 @@ declare function useDiffAnnotationColor(diff: Diff$1, path?: string | Path): Use
|
|
|
7015
7059
|
declare function ChangeBreadcrumb(props: {
|
|
7016
7060
|
change?: FieldChangeNode;
|
|
7017
7061
|
titlePath: ChangeTitlePath;
|
|
7018
|
-
}): react.JSX.Element;
|
|
7062
|
+
}): _$react.JSX.Element;
|
|
7019
7063
|
/** @internal */
|
|
7020
7064
|
interface ChangeListProps {
|
|
7021
7065
|
schemaType: ObjectSchemaType;
|
|
@@ -7036,7 +7080,7 @@ interface ChangeResolverProps {
|
|
|
7036
7080
|
addParentWrapper?: boolean;
|
|
7037
7081
|
}
|
|
7038
7082
|
/** @internal */
|
|
7039
|
-
declare function ChangeResolver(props: ChangeResolverProps): react.JSX.Element | null;
|
|
7083
|
+
declare function ChangeResolver(props: ChangeResolverProps): _$react.JSX.Element | null;
|
|
7040
7084
|
/**
|
|
7041
7085
|
* @internal
|
|
7042
7086
|
* */
|
|
@@ -7044,12 +7088,12 @@ declare function ChangesError({
|
|
|
7044
7088
|
error
|
|
7045
7089
|
}: {
|
|
7046
7090
|
error?: Error | null;
|
|
7047
|
-
}): react.JSX.Element;
|
|
7091
|
+
}): _$react.JSX.Element;
|
|
7048
7092
|
/** @internal */
|
|
7049
7093
|
declare function ChangeTitleSegment(props: {
|
|
7050
7094
|
change?: FieldChangeNode;
|
|
7051
7095
|
segment: string | FromToIndex;
|
|
7052
|
-
}): react.JSX.Element;
|
|
7096
|
+
}): _$react.JSX.Element;
|
|
7053
7097
|
/**
|
|
7054
7098
|
* @internal
|
|
7055
7099
|
* mapping of events types with a readable key for translation
|
|
@@ -7067,7 +7111,7 @@ interface DiffCardProps {
|
|
|
7067
7111
|
} | boolean;
|
|
7068
7112
|
}
|
|
7069
7113
|
/** @internal */
|
|
7070
|
-
declare const DiffCard: react.ForwardRefExoticComponent<Omit<DiffCardProps & Omit<HTMLProps<HTMLElement>, "as" | "height">, "ref"> & react.RefAttributes<unknown>>;
|
|
7114
|
+
declare const DiffCard: _$react.ForwardRefExoticComponent<Omit<DiffCardProps & Omit<HTMLProps<HTMLElement>, "as" | "height">, "ref"> & _$react.RefAttributes<unknown>>;
|
|
7071
7115
|
/** @internal */
|
|
7072
7116
|
interface DiffErrorBoundaryProps {
|
|
7073
7117
|
children: ReactNode;
|
|
@@ -7084,7 +7128,7 @@ declare class DiffErrorBoundary extends Component<DiffErrorBoundaryProps, DiffEr
|
|
|
7084
7128
|
};
|
|
7085
7129
|
state: DiffErrorBoundaryState;
|
|
7086
7130
|
componentDidCatch(error: Error): void;
|
|
7087
|
-
render(): string | number | bigint | boolean | react.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | Iterable<ReactNode> | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | react.ReactPortal | null | undefined> | null | undefined;
|
|
7131
|
+
render(): string | number | bigint | boolean | _$react.JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | Iterable<ReactNode> | _$react.ReactElement<unknown, string | _$react.JSXElementConstructor<any>> | _$react.ReactPortal | null | undefined> | null | undefined;
|
|
7088
7132
|
}
|
|
7089
7133
|
/** @internal */
|
|
7090
7134
|
type FieldPreviewComponent<T = any> = ComponentType<{
|
|
@@ -7103,7 +7147,7 @@ interface DiffFromToProps {
|
|
|
7103
7147
|
schemaType: SchemaType;
|
|
7104
7148
|
}
|
|
7105
7149
|
/** @internal */
|
|
7106
|
-
declare function DiffFromTo(props: DiffFromToProps): react.JSX.Element;
|
|
7150
|
+
declare function DiffFromTo(props: DiffFromToProps): _$react.JSX.Element;
|
|
7107
7151
|
/** @internal */
|
|
7108
7152
|
interface DiffInspectWrapperProps {
|
|
7109
7153
|
children: ReactNode;
|
|
@@ -7119,7 +7163,7 @@ declare function DiffStringSegment(props: {
|
|
|
7119
7163
|
/** @internal */
|
|
7120
7164
|
declare function DiffString(props: {
|
|
7121
7165
|
diff: StringDiff$1;
|
|
7122
|
-
}): react.JSX.Element;
|
|
7166
|
+
}): _$react.JSX.Element;
|
|
7123
7167
|
/** @internal */
|
|
7124
7168
|
interface DiffTooltipProps extends TooltipProps$1 {
|
|
7125
7169
|
children: React.JSX.Element;
|
|
@@ -7134,7 +7178,7 @@ interface DiffTooltipWithAnnotationsProps extends TooltipProps$1 {
|
|
|
7134
7178
|
description?: ReactNode;
|
|
7135
7179
|
}
|
|
7136
7180
|
/** @internal */
|
|
7137
|
-
declare function DiffTooltip(props: DiffTooltipProps | DiffTooltipWithAnnotationsProps): react.JSX.Element;
|
|
7181
|
+
declare function DiffTooltip(props: DiffTooltipProps | DiffTooltipWithAnnotationsProps): _$react.JSX.Element;
|
|
7138
7182
|
interface TimelineItemProps {
|
|
7139
7183
|
event: DocumentGroupEvent;
|
|
7140
7184
|
showChangesBy: 'tooltip' | 'inline' | 'hidden';
|
|
@@ -7145,7 +7189,7 @@ interface TimelineItemProps {
|
|
|
7145
7189
|
declare function Event$1({
|
|
7146
7190
|
event,
|
|
7147
7191
|
showChangesBy
|
|
7148
|
-
}: TimelineItemProps): react.JSX.Element;
|
|
7192
|
+
}: TimelineItemProps): _$react.JSX.Element;
|
|
7149
7193
|
/** @internal */
|
|
7150
7194
|
declare const FallbackDiff: DiffComponent<Diff$1<unknown, Record<string, unknown>>>;
|
|
7151
7195
|
/** @internal */
|
|
@@ -7154,7 +7198,7 @@ declare function FieldChange(props: {
|
|
|
7154
7198
|
readOnly?: boolean;
|
|
7155
7199
|
hidden?: boolean;
|
|
7156
7200
|
addParentWrapper?: boolean;
|
|
7157
|
-
} & HTMLAttributes<HTMLDivElement>): react.JSX.Element | null;
|
|
7201
|
+
} & HTMLAttributes<HTMLDivElement>): _$react.JSX.Element | null;
|
|
7158
7202
|
/** @internal */
|
|
7159
7203
|
type FromToProps = {
|
|
7160
7204
|
align?: 'top' | 'center' | 'bottom';
|
|
@@ -7163,13 +7207,13 @@ type FromToProps = {
|
|
|
7163
7207
|
to?: ReactNode;
|
|
7164
7208
|
} & Omit<HTMLProps<HTMLDivElement>, 'children' | 'as' | 'height' | 'wrap'>;
|
|
7165
7209
|
/** @internal */
|
|
7166
|
-
declare const FromTo: react.ForwardRefExoticComponent<Omit<FromToProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
7210
|
+
declare const FromTo: _$react.ForwardRefExoticComponent<Omit<FromToProps, "ref"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
7167
7211
|
/** @internal */
|
|
7168
7212
|
type FromToArrowDirection = 'down' | 'right';
|
|
7169
7213
|
/** @internal */
|
|
7170
7214
|
declare function FromToArrow(props: {
|
|
7171
7215
|
direction?: FromToArrowDirection;
|
|
7172
|
-
} & TextProps & Omit<HTMLProps<HTMLDivElement>, 'children' | 'ref'>): react.JSX.Element;
|
|
7216
|
+
} & TextProps & Omit<HTMLProps<HTMLDivElement>, 'children' | 'ref'>): _$react.JSX.Element;
|
|
7173
7217
|
/** @internal */
|
|
7174
7218
|
declare function GroupChange(props: {
|
|
7175
7219
|
change: GroupChangeNode;
|
|
@@ -7185,13 +7229,13 @@ interface MetaInfoProps {
|
|
|
7185
7229
|
markRemoved?: boolean;
|
|
7186
7230
|
}
|
|
7187
7231
|
/** @internal */
|
|
7188
|
-
declare function MetaInfo(props: MetaInfoProps): react.JSX.Element;
|
|
7232
|
+
declare function MetaInfo(props: MetaInfoProps): _$react.JSX.Element;
|
|
7189
7233
|
/** @internal */
|
|
7190
|
-
declare function NoChanges(): react.JSX.Element;
|
|
7234
|
+
declare function NoChanges(): _$react.JSX.Element;
|
|
7191
7235
|
/** @internal */
|
|
7192
|
-
declare const RevertChangesButton: react.ForwardRefExoticComponent<Omit<ButtonProps$1, "tooltipProps"> & Omit<HTMLProps<HTMLButtonElement>, "ref"> & {
|
|
7236
|
+
declare const RevertChangesButton: _$react.ForwardRefExoticComponent<Omit<ButtonProps$1, "tooltipProps"> & Omit<HTMLProps<HTMLButtonElement>, "ref"> & {
|
|
7193
7237
|
changeCount: number;
|
|
7194
|
-
} & react.RefAttributes<HTMLButtonElement>>;
|
|
7238
|
+
} & _$react.RefAttributes<HTMLButtonElement>>;
|
|
7195
7239
|
interface RevertChangesConfirmDialogProps {
|
|
7196
7240
|
open: boolean;
|
|
7197
7241
|
onConfirm: () => void;
|
|
@@ -7208,13 +7252,13 @@ declare function RevertChangesConfirmDialog({
|
|
|
7208
7252
|
onCancel,
|
|
7209
7253
|
changeCount,
|
|
7210
7254
|
referenceElement
|
|
7211
|
-
}: RevertChangesConfirmDialogProps): react.JSX.Element;
|
|
7255
|
+
}: RevertChangesConfirmDialogProps): _$react.JSX.Element;
|
|
7212
7256
|
/** @internal */
|
|
7213
7257
|
declare function ValueError({
|
|
7214
7258
|
error
|
|
7215
7259
|
}: {
|
|
7216
7260
|
error: FieldValueError;
|
|
7217
|
-
}): react.JSX.Element;
|
|
7261
|
+
}): _$react.JSX.Element;
|
|
7218
7262
|
/** @internal */
|
|
7219
7263
|
type DocumentChangeContextInstance = {
|
|
7220
7264
|
documentId: string;
|
|
@@ -7343,7 +7387,7 @@ declare function PerspectiveProvider({
|
|
|
7343
7387
|
children: React.ReactNode;
|
|
7344
7388
|
selectedPerspectiveName: 'published' | ReleaseId | undefined;
|
|
7345
7389
|
excludedPerspectives?: string[];
|
|
7346
|
-
}): react.JSX.Element;
|
|
7390
|
+
}): _$react.JSX.Element;
|
|
7347
7391
|
interface ExcludedPerspectiveValue {
|
|
7348
7392
|
excludedPerspectives: string[];
|
|
7349
7393
|
toggleExcludedPerspective: (perspectiveId: string) => void;
|
|
@@ -7418,7 +7462,7 @@ interface Props$4 {
|
|
|
7418
7462
|
* @deprecated we will be dropping support for scheduled publishing on a future major version
|
|
7419
7463
|
* @internal
|
|
7420
7464
|
*/
|
|
7421
|
-
declare function EditScheduleForm(props: PropsWithChildren<Props$4>): react.JSX.Element;
|
|
7465
|
+
declare function EditScheduleForm(props: PropsWithChildren<Props$4>): _$react.JSX.Element;
|
|
7422
7466
|
/**
|
|
7423
7467
|
* @internal
|
|
7424
7468
|
*/
|
|
@@ -7569,18 +7613,18 @@ interface DocumentActionDescription extends GroupableActionDescription<DocumentA
|
|
|
7569
7613
|
}
|
|
7570
7614
|
declare function useScheduleAction(props: DocumentActionProps): {
|
|
7571
7615
|
disabled: true;
|
|
7572
|
-
icon: react.ForwardRefExoticComponent<Omit<react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
7616
|
+
icon: _$react.ForwardRefExoticComponent<Omit<_$react.SVGProps<SVGSVGElement>, "ref"> & _$react.RefAttributes<SVGSVGElement>>;
|
|
7573
7617
|
label: string;
|
|
7574
|
-
title: react.JSX.Element;
|
|
7575
|
-
onHandle?: undefined;
|
|
7618
|
+
title: _$react.JSX.Element;
|
|
7576
7619
|
dialog?: undefined;
|
|
7620
|
+
onHandle?: undefined;
|
|
7577
7621
|
} | {
|
|
7578
7622
|
dialog: false | DocumentActionModalDialogProps;
|
|
7579
7623
|
disabled: boolean;
|
|
7580
7624
|
label: string;
|
|
7581
|
-
icon: react.ForwardRefExoticComponent<Omit<react.SVGProps<SVGSVGElement>, "ref"> & react.RefAttributes<SVGSVGElement>>;
|
|
7625
|
+
icon: _$react.ForwardRefExoticComponent<Omit<_$react.SVGProps<SVGSVGElement>, "ref"> & _$react.RefAttributes<SVGSVGElement>>;
|
|
7582
7626
|
onHandle: () => void;
|
|
7583
|
-
title: "" | react.JSX.Element | null;
|
|
7627
|
+
title: "" | _$react.JSX.Element | null;
|
|
7584
7628
|
} | null;
|
|
7585
7629
|
declare namespace useScheduleAction {
|
|
7586
7630
|
var action: ("delete" | "discardChanges" | "discardVersion" | "duplicate" | "editInCanvas" | "linkToCanvas" | "publish" | "restore" | "schedule" | "unlinkFromCanvas" | "unpublish" | "unpublishVersion") | undefined;
|
|
@@ -7607,7 +7651,7 @@ interface GetHookCollectionStateProps<Args, State> {
|
|
|
7607
7651
|
resetRef?: React.Ref<() => void>;
|
|
7608
7652
|
}
|
|
7609
7653
|
/** @internal */
|
|
7610
|
-
declare function GetHookCollectionState<Args, State>(props: GetHookCollectionStateProps<Args, State>): react.JSX.Element;
|
|
7654
|
+
declare function GetHookCollectionState<Args, State>(props: GetHookCollectionStateProps<Args, State>): _$react.JSX.Element;
|
|
7611
7655
|
/**
|
|
7612
7656
|
* @hidden
|
|
7613
7657
|
* @beta */
|
|
@@ -7660,7 +7704,7 @@ interface SingleDocReleaseProviderProps {
|
|
|
7660
7704
|
declare function SingleDocReleaseProvider({
|
|
7661
7705
|
children,
|
|
7662
7706
|
onSetScheduledDraftPerspective
|
|
7663
|
-
}: SingleDocReleaseProviderProps): react.JSX.Element;
|
|
7707
|
+
}: SingleDocReleaseProviderProps): _$react.JSX.Element;
|
|
7664
7708
|
/**
|
|
7665
7709
|
* Hook to get the single doc release context
|
|
7666
7710
|
* @internal
|
|
@@ -7991,7 +8035,7 @@ declare const EMPTY_ARRAY: never[];
|
|
|
7991
8035
|
* locale format.
|
|
7992
8036
|
* @internal
|
|
7993
8037
|
*/
|
|
7994
|
-
declare const formatRelativeLocale: (date: string | number | Date, baseDate: string | number | Date, options?: date_fns_formatRelative0.FormatRelativeOptions | undefined) => string;
|
|
8038
|
+
declare const formatRelativeLocale: (date: string | number | Date, baseDate: string | number | Date, options?: _$date_fns_formatRelative0.FormatRelativeOptions | undefined) => string;
|
|
7995
8039
|
/**
|
|
7996
8040
|
* Safely extracts an error message from an unknown value that was thrown.
|
|
7997
8041
|
* JavaScript allows throwing any value, not just Error instances.
|
|
@@ -8081,15 +8125,6 @@ declare function isCardinalityOnePerspective(perspective: unknown): perspective
|
|
|
8081
8125
|
* @internal
|
|
8082
8126
|
*/
|
|
8083
8127
|
declare function isPausedCardinalityOneRelease(release: ReleaseDocument | undefined): boolean;
|
|
8084
|
-
/** @internal */
|
|
8085
|
-
interface SharedResizeObserver {
|
|
8086
|
-
observe: (element: Element, observer: Subscriber<ResizeObserverEntry>, options?: ResizeObserverOptions) => () => void;
|
|
8087
|
-
unobserve: (element: Element) => void;
|
|
8088
|
-
}
|
|
8089
|
-
/** @internal */
|
|
8090
|
-
declare const createSharedResizeObserver: () => SharedResizeObserver;
|
|
8091
|
-
/** @internal */
|
|
8092
|
-
declare const resizeObserver: SharedResizeObserver;
|
|
8093
8128
|
/**
|
|
8094
8129
|
*
|
|
8095
8130
|
* Create an SWR (Stale While Revalidate) rxjs operator that will store the latest value in a cache and emit the last know value upon observable subscription
|
|
@@ -9214,7 +9249,7 @@ declare const RELEASES_STUDIO_CLIENT_OPTIONS: SourceClientOptions;
|
|
|
9214
9249
|
* @internal Checks if the perspective is a release perspective
|
|
9215
9250
|
* TODO: Remove after API version is stable and support releases
|
|
9216
9251
|
*/
|
|
9217
|
-
declare const isReleasePerspective: (perspective: string | _sanity_client0.StackablePerspective[] | string[] | undefined) => boolean;
|
|
9252
|
+
declare const isReleasePerspective: (perspective: string | _$_sanity_client0.StackablePerspective[] | string[] | undefined) => boolean;
|
|
9218
9253
|
/**
|
|
9219
9254
|
* @beta
|
|
9220
9255
|
* @param documentId - The document id, e.g. `my-document-id` or `drafts.my-document-id` or `summer.my-document-id`
|
|
@@ -9258,7 +9293,7 @@ declare function DocumentStatus({
|
|
|
9258
9293
|
published,
|
|
9259
9294
|
versions,
|
|
9260
9295
|
singleLine
|
|
9261
|
-
}: DocumentStatusProps$1): react.JSX.Element;
|
|
9296
|
+
}: DocumentStatusProps$1): _$react.JSX.Element;
|
|
9262
9297
|
/**
|
|
9263
9298
|
* @internal
|
|
9264
9299
|
*/
|
|
@@ -9328,7 +9363,7 @@ declare function DocumentStatusIndicator({
|
|
|
9328
9363
|
draft,
|
|
9329
9364
|
published,
|
|
9330
9365
|
versions
|
|
9331
|
-
}: DocumentStatusProps): react.JSX.Element;
|
|
9366
|
+
}: DocumentStatusProps): _$react.JSX.Element;
|
|
9332
9367
|
/**
|
|
9333
9368
|
* @internal
|
|
9334
9369
|
*/
|
|
@@ -9384,7 +9419,7 @@ declare function Hotkeys({
|
|
|
9384
9419
|
makePlatformAware,
|
|
9385
9420
|
keys: hotKeys,
|
|
9386
9421
|
...props
|
|
9387
|
-
}: HotkeysProps$1): react.JSX.Element;
|
|
9422
|
+
}: HotkeysProps$1): _$react.JSX.Element;
|
|
9388
9423
|
/** @internal */
|
|
9389
9424
|
interface InsufficientPermissionsMessageProps {
|
|
9390
9425
|
currentUser?: CurrentUser | null;
|
|
@@ -9394,13 +9429,13 @@ interface InsufficientPermissionsMessageProps {
|
|
|
9394
9429
|
declare function InsufficientPermissionsMessage({
|
|
9395
9430
|
currentUser,
|
|
9396
9431
|
context
|
|
9397
|
-
}: InsufficientPermissionsMessageProps): react.JSX.Element;
|
|
9432
|
+
}: InsufficientPermissionsMessageProps): _$react.JSX.Element;
|
|
9398
9433
|
/**
|
|
9399
9434
|
*
|
|
9400
9435
|
* @hidden
|
|
9401
9436
|
* @beta
|
|
9402
9437
|
*/
|
|
9403
|
-
declare function IntentButton(props: IntentLinkProps & ButtonProps$1 & Omit<HTMLProps<HTMLButtonElement>, 'ref' | 'size' | 'as'>): react.JSX.Element;
|
|
9438
|
+
declare function IntentButton(props: IntentLinkProps & ButtonProps$1 & Omit<HTMLProps<HTMLButtonElement>, 'ref' | 'size' | 'as'>): _$react.JSX.Element;
|
|
9404
9439
|
interface LoadingTestProps {
|
|
9405
9440
|
/** Absolutely positions this component when `true`. */
|
|
9406
9441
|
fill?: boolean;
|
|
@@ -9424,7 +9459,7 @@ declare function LoadingBlock({
|
|
|
9424
9459
|
fill,
|
|
9425
9460
|
showText,
|
|
9426
9461
|
title
|
|
9427
|
-
}: LoadingTestProps): react.JSX.Element;
|
|
9462
|
+
}: LoadingTestProps): _$react.JSX.Element;
|
|
9428
9463
|
interface PopoverDialogProps {
|
|
9429
9464
|
children: ReactNode;
|
|
9430
9465
|
header?: ReactNode;
|
|
@@ -9434,7 +9469,7 @@ interface PopoverDialogProps {
|
|
|
9434
9469
|
containerRef?: Dispatch<SetStateAction<HTMLDivElement | null>>;
|
|
9435
9470
|
}
|
|
9436
9471
|
/** @internal */
|
|
9437
|
-
declare function PopoverDialog(props: PopoverDialogProps): react.JSX.Element;
|
|
9472
|
+
declare function PopoverDialog(props: PopoverDialogProps): _$react.JSX.Element;
|
|
9438
9473
|
/** @internal */
|
|
9439
9474
|
interface PreviewCardContextValue {
|
|
9440
9475
|
selected?: boolean;
|
|
@@ -9442,7 +9477,7 @@ interface PreviewCardContextValue {
|
|
|
9442
9477
|
/** @internal */
|
|
9443
9478
|
declare function usePreviewCard(): PreviewCardContextValue;
|
|
9444
9479
|
/** @internal */
|
|
9445
|
-
declare const PreviewCard: react.ForwardRefExoticComponent<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
9480
|
+
declare const PreviewCard: _$react.ForwardRefExoticComponent<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
9446
9481
|
/**
|
|
9447
9482
|
* This is a workaround for a circular import issue.
|
|
9448
9483
|
* Calling `styled(PreviewCard)` at program load time triggered a build error with the commonjs bundle because it tried
|
|
@@ -9450,7 +9485,7 @@ declare const PreviewCard: react.ForwardRefExoticComponent<Omit<CardProps & Omit
|
|
|
9450
9485
|
* The workaround is to colocate the styled component with the component itself.
|
|
9451
9486
|
* @internal
|
|
9452
9487
|
*/
|
|
9453
|
-
declare const ReferenceInputPreviewCard: styled_components_dist_types0.IStyledComponentBase<"web", styled_components0.FastOmit<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & react.RefAttributes<HTMLDivElement>, never>> & string & Omit<react.ForwardRefExoticComponent<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & react.RefAttributes<HTMLDivElement>>, keyof react.Component<any, {}, any>>;
|
|
9488
|
+
declare const ReferenceInputPreviewCard: _$styled_components_dist_types0.IStyledComponentBase<"web", _$styled_components0.FastOmit<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & _$react.RefAttributes<HTMLDivElement>, never>> & string & Omit<_$react.ForwardRefExoticComponent<Omit<CardProps & Omit<HTMLProps<HTMLDivElement>, "height">, "ref"> & _$react.RefAttributes<HTMLDivElement>>, keyof _$react.Component<any, {}, any>>;
|
|
9454
9489
|
/**
|
|
9455
9490
|
* Portable text preview layout key
|
|
9456
9491
|
*
|
|
@@ -9537,7 +9572,7 @@ type CompactPreviewProps = Omit<PreviewProps<'compact'>, 'renderDefault'>;
|
|
|
9537
9572
|
/**
|
|
9538
9573
|
* @hidden
|
|
9539
9574
|
* @beta */
|
|
9540
|
-
declare function CompactPreview(props: CompactPreviewProps): react.JSX.Element;
|
|
9575
|
+
declare function CompactPreview(props: CompactPreviewProps): _$react.JSX.Element;
|
|
9541
9576
|
/**
|
|
9542
9577
|
* @hidden
|
|
9543
9578
|
* @beta */
|
|
@@ -9558,7 +9593,7 @@ interface DefaultPreviewProps extends Omit<PreviewProps<'default'>, 'renderDefau
|
|
|
9558
9593
|
/**
|
|
9559
9594
|
* @hidden
|
|
9560
9595
|
* @beta */
|
|
9561
|
-
declare function DefaultPreview(props: DefaultPreviewProps): react.JSX.Element;
|
|
9596
|
+
declare function DefaultPreview(props: DefaultPreviewProps): _$react.JSX.Element;
|
|
9562
9597
|
/**
|
|
9563
9598
|
* @hidden
|
|
9564
9599
|
* @beta */
|
|
@@ -9566,7 +9601,7 @@ type DetailPreviewProps = PreviewProps<'detail'>;
|
|
|
9566
9601
|
/**
|
|
9567
9602
|
* @hidden
|
|
9568
9603
|
* @beta */
|
|
9569
|
-
declare function DetailPreview(props: DetailPreviewProps): react.JSX.Element;
|
|
9604
|
+
declare function DetailPreview(props: DetailPreviewProps): _$react.JSX.Element;
|
|
9570
9605
|
/**
|
|
9571
9606
|
* @hidden
|
|
9572
9607
|
* @beta */
|
|
@@ -9574,7 +9609,7 @@ type MediaPreviewProps = Omit<PreviewProps<'media'>, 'renderDefault'>;
|
|
|
9574
9609
|
/**
|
|
9575
9610
|
* @hidden
|
|
9576
9611
|
* @beta */
|
|
9577
|
-
declare function MediaPreview(props: MediaPreviewProps): react.JSX.Element;
|
|
9612
|
+
declare function MediaPreview(props: MediaPreviewProps): _$react.JSX.Element;
|
|
9578
9613
|
/**
|
|
9579
9614
|
* @hidden
|
|
9580
9615
|
* @beta */
|
|
@@ -9582,11 +9617,11 @@ type BlockImagePreviewProps = Omit<PreviewProps<'blockImage'>, 'renderDefault'>;
|
|
|
9582
9617
|
/**
|
|
9583
9618
|
* @hidden
|
|
9584
9619
|
* @beta */
|
|
9585
|
-
declare function BlockImagePreview(props: BlockImagePreviewProps): react.JSX.Element;
|
|
9620
|
+
declare function BlockImagePreview(props: BlockImagePreviewProps): _$react.JSX.Element;
|
|
9586
9621
|
/**
|
|
9587
9622
|
* @hidden
|
|
9588
9623
|
* @beta */
|
|
9589
|
-
declare function BlockPreview(props: Omit<PreviewProps<'block'>, 'renderDefault'>): react.JSX.Element;
|
|
9624
|
+
declare function BlockPreview(props: Omit<PreviewProps<'block'>, 'renderDefault'>): _$react.JSX.Element;
|
|
9590
9625
|
/**
|
|
9591
9626
|
* @hidden
|
|
9592
9627
|
* @beta */
|
|
@@ -9594,7 +9629,7 @@ type InlinePreviewProps = Omit<PreviewProps<'inline'>, 'renderDefault'>;
|
|
|
9594
9629
|
/**
|
|
9595
9630
|
* @hidden
|
|
9596
9631
|
* @beta */
|
|
9597
|
-
declare function InlinePreview(props: InlinePreviewProps): react.JSX.Element;
|
|
9632
|
+
declare function InlinePreview(props: InlinePreviewProps): _$react.JSX.Element;
|
|
9598
9633
|
interface MediaProps {
|
|
9599
9634
|
border?: boolean;
|
|
9600
9635
|
dimensions: PreviewMediaDimensions;
|
|
@@ -9625,19 +9660,19 @@ interface TemplatePreviewProps {
|
|
|
9625
9660
|
/**
|
|
9626
9661
|
* @hidden
|
|
9627
9662
|
* @beta */
|
|
9628
|
-
declare function TemplatePreview(props: TemplatePreviewProps): react.JSX.Element;
|
|
9663
|
+
declare function TemplatePreview(props: TemplatePreviewProps): _$react.JSX.Element;
|
|
9629
9664
|
/**
|
|
9630
9665
|
* @hidden
|
|
9631
9666
|
* @beta */
|
|
9632
9667
|
declare function CircularProgress(props: {
|
|
9633
9668
|
/** Percentage */value: number;
|
|
9634
|
-
}): react.JSX.Element;
|
|
9669
|
+
}): _$react.JSX.Element;
|
|
9635
9670
|
/**
|
|
9636
9671
|
* @hidden
|
|
9637
9672
|
* @beta */
|
|
9638
9673
|
declare function LinearProgress(props: {
|
|
9639
9674
|
/** Percentage */value: number;
|
|
9640
|
-
}): react.JSX.Element;
|
|
9675
|
+
}): _$react.JSX.Element;
|
|
9641
9676
|
/**
|
|
9642
9677
|
* @internal
|
|
9643
9678
|
*/
|
|
@@ -9650,7 +9685,7 @@ interface RelativeTimeProps extends RelativeTimeOptions {
|
|
|
9650
9685
|
declare function RelativeTime({
|
|
9651
9686
|
time,
|
|
9652
9687
|
...options
|
|
9653
|
-
}: RelativeTimeProps): react.JSX.Element;
|
|
9688
|
+
}: RelativeTimeProps): _$react.JSX.Element;
|
|
9654
9689
|
interface ResizableProps {
|
|
9655
9690
|
minWidth: number;
|
|
9656
9691
|
maxWidth: number;
|
|
@@ -9661,7 +9696,7 @@ interface ResizableProps {
|
|
|
9661
9696
|
* @internal
|
|
9662
9697
|
* Provides a resizable container with a resizer handle.
|
|
9663
9698
|
*/
|
|
9664
|
-
declare function Resizable(props: ResizableProps & BoxProps & Omit<HTMLProps<HTMLDivElement>, 'as'>): react.JSX.Element;
|
|
9699
|
+
declare function Resizable(props: ResizableProps & BoxProps & Omit<HTMLProps<HTMLDivElement>, 'as'>): _$react.JSX.Element;
|
|
9665
9700
|
/**
|
|
9666
9701
|
* @hidden
|
|
9667
9702
|
* @beta */
|
|
@@ -9717,18 +9752,18 @@ type StatusButtonProps = ButtonProps$1 & {
|
|
|
9717
9752
|
'iconRight'?: undefined;
|
|
9718
9753
|
};
|
|
9719
9754
|
/** @hidden @beta */
|
|
9720
|
-
declare const StatusButton: react.ForwardRefExoticComponent<(StatusButtonProps & Omit<HTMLProps<HTMLButtonElement>, "disabled" | "ref" | "size" | "title">) & react.RefAttributes<HTMLButtonElement>>;
|
|
9755
|
+
declare const StatusButton: _$react.ForwardRefExoticComponent<(StatusButtonProps & Omit<HTMLProps<HTMLButtonElement>, "disabled" | "ref" | "size" | "title">) & _$react.RefAttributes<HTMLButtonElement>>;
|
|
9721
9756
|
/** @internal */
|
|
9722
9757
|
interface TextWithToneProps extends ComponentProps<typeof Text> {
|
|
9723
9758
|
tone: ButtonTone;
|
|
9724
9759
|
dimmed?: boolean;
|
|
9725
9760
|
}
|
|
9726
9761
|
/** @internal */
|
|
9727
|
-
declare const TextWithTone: react.ForwardRefExoticComponent<Omit<TextWithToneProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
9762
|
+
declare const TextWithTone: _$react.ForwardRefExoticComponent<Omit<TextWithToneProps, "ref"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
9728
9763
|
/** @internal */
|
|
9729
|
-
declare const TooltipOfDisabled: react.ForwardRefExoticComponent<Omit<_sanity_ui0.TooltipProps, "arrow" | "padding" | "shadow"> & {
|
|
9764
|
+
declare const TooltipOfDisabled: _$react.ForwardRefExoticComponent<Omit<_$_sanity_ui0.TooltipProps, "arrow" | "padding" | "shadow"> & {
|
|
9730
9765
|
hotkeys?: string[] | undefined;
|
|
9731
|
-
} & react.RefAttributes<HTMLDivElement>>;
|
|
9766
|
+
} & _$react.RefAttributes<HTMLDivElement>>;
|
|
9732
9767
|
/** @internal */
|
|
9733
9768
|
interface ToastParams$1 {
|
|
9734
9769
|
closable?: boolean;
|
|
@@ -9742,7 +9777,7 @@ interface ToastParams$1 {
|
|
|
9742
9777
|
* @internal
|
|
9743
9778
|
* @deprecated -- Refactor the component so it can call `useToast` instead
|
|
9744
9779
|
*/
|
|
9745
|
-
declare const ImperativeToast: react.ForwardRefExoticComponent<react.RefAttributes<unknown>>;
|
|
9780
|
+
declare const ImperativeToast: _$react.ForwardRefExoticComponent<_$react.RefAttributes<unknown>>;
|
|
9746
9781
|
/**
|
|
9747
9782
|
* TODO: Rename to `ZOffsetsContextValue`
|
|
9748
9783
|
*
|
|
@@ -9798,7 +9833,7 @@ declare function LegacyLayerProvider({
|
|
|
9798
9833
|
}: {
|
|
9799
9834
|
children: ReactNode;
|
|
9800
9835
|
zOffset: ZIndexContextValueKey;
|
|
9801
|
-
}): react.JSX.Element;
|
|
9836
|
+
}): _$react.JSX.Element;
|
|
9802
9837
|
interface AvatarSkeletonProps {
|
|
9803
9838
|
$size?: AvatarSize;
|
|
9804
9839
|
}
|
|
@@ -9806,7 +9841,7 @@ interface AvatarSkeletonProps {
|
|
|
9806
9841
|
* A loading skeleton element representing a user avatar
|
|
9807
9842
|
* @beta
|
|
9808
9843
|
*/
|
|
9809
|
-
declare const AvatarSkeleton: styled_components_dist_types0.IStyledComponentBase<"web", styled_components_dist_types0.Substitute<Omit<_sanity_ui0.SkeletonProps & react.HTMLProps<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>, AvatarSkeletonProps>> & string & Omit<react.ForwardRefExoticComponent<Omit<_sanity_ui0.SkeletonProps & react.HTMLProps<HTMLDivElement>, "ref"> & react.RefAttributes<HTMLDivElement>>, keyof react.Component<any, {}, any>>;
|
|
9844
|
+
declare const AvatarSkeleton: _$styled_components_dist_types0.IStyledComponentBase<"web", _$styled_components_dist_types0.Substitute<Omit<_$_sanity_ui0.SkeletonProps & _$react.HTMLProps<HTMLDivElement>, "ref"> & _$react.RefAttributes<HTMLDivElement>, AvatarSkeletonProps>> & string & Omit<_$react.ForwardRefExoticComponent<Omit<_$_sanity_ui0.SkeletonProps & _$react.HTMLProps<HTMLDivElement>, "ref"> & _$react.RefAttributes<HTMLDivElement>>, keyof _$react.Component<any, {}, any>>;
|
|
9810
9845
|
/**
|
|
9811
9846
|
* @hidden
|
|
9812
9847
|
* @beta */
|
|
@@ -9823,7 +9858,7 @@ interface UserAvatarProps {
|
|
|
9823
9858
|
/**
|
|
9824
9859
|
* @hidden
|
|
9825
9860
|
* @beta */
|
|
9826
|
-
declare function UserAvatar(props: UserAvatarProps): react.JSX.Element;
|
|
9861
|
+
declare function UserAvatar(props: UserAvatarProps): _$react.JSX.Element;
|
|
9827
9862
|
/**
|
|
9828
9863
|
* @internal
|
|
9829
9864
|
* @deprecated - Will be removed in 4.0.0, use the `useReferringDocuments(<documentId>)` hook instead
|
|
@@ -9841,7 +9876,7 @@ declare function WithReferringDocuments({
|
|
|
9841
9876
|
*/
|
|
9842
9877
|
documentStore?: DocumentStore;
|
|
9843
9878
|
id: string;
|
|
9844
|
-
}): react.JSX.Element;
|
|
9879
|
+
}): _$react.JSX.Element;
|
|
9845
9880
|
/**
|
|
9846
9881
|
* TODO: Rename to `useZOffsets`
|
|
9847
9882
|
*
|
|
@@ -9951,7 +9986,7 @@ interface FormCallbacksValue {
|
|
|
9951
9986
|
onFieldGroupSelect: (path: Path, fieldGroupName: string) => void;
|
|
9952
9987
|
}
|
|
9953
9988
|
/** @internal */
|
|
9954
|
-
declare const FormCallbacksProvider: react.NamedExoticComponent<FormCallbacksValue & {
|
|
9989
|
+
declare const FormCallbacksProvider: _$react.NamedExoticComponent<FormCallbacksValue & {
|
|
9955
9990
|
children: ReactNode;
|
|
9956
9991
|
}>;
|
|
9957
9992
|
/** @internal */
|
|
@@ -10015,7 +10050,7 @@ declare function useReferenceInputOptions(): ReferenceInputOptions;
|
|
|
10015
10050
|
*/
|
|
10016
10051
|
declare function ReferenceInputOptionsProvider(props: ReferenceInputOptions & {
|
|
10017
10052
|
children: ReactNode;
|
|
10018
|
-
}): react.JSX.Element;
|
|
10053
|
+
}): _$react.JSX.Element;
|
|
10019
10054
|
/** @internal */
|
|
10020
10055
|
declare const defaultRenderAnnotation: RenderAnnotationCallback;
|
|
10021
10056
|
/** @internal */
|
|
@@ -10066,7 +10101,7 @@ interface FormBuilderProps extends Omit<ObjectFormNode, 'level' | 'path' | 'pres
|
|
|
10066
10101
|
/**
|
|
10067
10102
|
* @alpha
|
|
10068
10103
|
*/
|
|
10069
|
-
declare function FormBuilder(props: FormBuilderProps): react.JSX.Element;
|
|
10104
|
+
declare function FormBuilder(props: FormBuilderProps): _$react.JSX.Element;
|
|
10070
10105
|
/**
|
|
10071
10106
|
* @alpha This API might change.
|
|
10072
10107
|
*/
|
|
@@ -10103,7 +10138,7 @@ interface FormProviderProps {
|
|
|
10103
10138
|
*
|
|
10104
10139
|
* @alpha This API might change.
|
|
10105
10140
|
*/
|
|
10106
|
-
declare function FormProvider(props: FormProviderProps): react.JSX.Element;
|
|
10141
|
+
declare function FormProvider(props: FormProviderProps): _$react.JSX.Element;
|
|
10107
10142
|
/**
|
|
10108
10143
|
*
|
|
10109
10144
|
* @hidden
|
|
@@ -10115,7 +10150,7 @@ type StudioCrossDatasetReferenceInputProps = ObjectInputProps<CrossDatasetRefere
|
|
|
10115
10150
|
* @hidden
|
|
10116
10151
|
* @beta
|
|
10117
10152
|
*/
|
|
10118
|
-
declare function StudioCrossDatasetReferenceInput(props: StudioCrossDatasetReferenceInputProps): react.JSX.Element;
|
|
10153
|
+
declare function StudioCrossDatasetReferenceInput(props: StudioCrossDatasetReferenceInputProps): _$react.JSX.Element;
|
|
10119
10154
|
/**
|
|
10120
10155
|
*
|
|
10121
10156
|
* @hidden
|
|
@@ -10127,7 +10162,7 @@ type StudioReferenceInputProps = ObjectInputProps<Reference, ReferenceSchemaType
|
|
|
10127
10162
|
* @hidden
|
|
10128
10163
|
* @beta
|
|
10129
10164
|
*/
|
|
10130
|
-
declare function StudioReferenceInput(props: StudioReferenceInputProps): react.JSX.Element;
|
|
10165
|
+
declare function StudioReferenceInput(props: StudioReferenceInputProps): _$react.JSX.Element;
|
|
10131
10166
|
/**
|
|
10132
10167
|
*
|
|
10133
10168
|
* @hidden
|
|
@@ -10223,7 +10258,7 @@ type FileInputProps = Omit<BaseFileInputProps, 'assetSources' | 'directUploads'
|
|
|
10223
10258
|
/**
|
|
10224
10259
|
* @hidden
|
|
10225
10260
|
* @beta */
|
|
10226
|
-
declare function StudioFileInput(props: FileInputProps): react.JSX.Element;
|
|
10261
|
+
declare function StudioFileInput(props: FileInputProps): _$react.JSX.Element;
|
|
10227
10262
|
/**
|
|
10228
10263
|
* @hidden
|
|
10229
10264
|
* @beta
|
|
@@ -10251,7 +10286,7 @@ type ImageInputProps = Omit<BaseImageInputProps, 'assetSources' | 'directUploads
|
|
|
10251
10286
|
/**
|
|
10252
10287
|
* @hidden
|
|
10253
10288
|
* @beta */
|
|
10254
|
-
declare function StudioImageInput(props: ImageInputProps): react.JSX.Element;
|
|
10289
|
+
declare function StudioImageInput(props: ImageInputProps): _$react.JSX.Element;
|
|
10255
10290
|
/**
|
|
10256
10291
|
* @internal
|
|
10257
10292
|
*/
|
|
@@ -12275,7 +12310,7 @@ declare module '@sanity/types' {
|
|
|
12275
12310
|
*/
|
|
12276
12311
|
declare function Preview(props: RenderPreviewCallbackProps & {
|
|
12277
12312
|
perspectiveStack?: PerspectiveStack;
|
|
12278
|
-
}): react.JSX.Element;
|
|
12313
|
+
}): _$react.JSX.Element;
|
|
12279
12314
|
/**
|
|
12280
12315
|
* This component is responsible for converting renderPreview() calls into an element.
|
|
12281
12316
|
* It:
|
|
@@ -12298,7 +12333,7 @@ interface SanityDefaultPreviewProps extends Omit<PreviewProps, 'renderDefault'>
|
|
|
12298
12333
|
* Used in cases where no custom preview component is provided
|
|
12299
12334
|
* @internal
|
|
12300
12335
|
* */
|
|
12301
|
-
declare const SanityDefaultPreview: react.NamedExoticComponent<SanityDefaultPreviewProps>;
|
|
12336
|
+
declare const SanityDefaultPreview: _$react.NamedExoticComponent<SanityDefaultPreviewProps>;
|
|
12302
12337
|
/**
|
|
12303
12338
|
* @internal
|
|
12304
12339
|
* @beta
|
|
@@ -12392,9 +12427,9 @@ declare function getPreviewValueWithFallback({
|
|
|
12392
12427
|
original,
|
|
12393
12428
|
fallback
|
|
12394
12429
|
}: Sources): Partial<SanityDocument> | PreviewValue | {
|
|
12395
|
-
title: react.JSX.Element;
|
|
12396
|
-
subtitle: react.JSX.Element;
|
|
12397
|
-
media: () => react.JSX.Element;
|
|
12430
|
+
title: _$react.JSX.Element;
|
|
12431
|
+
subtitle: _$react.JSX.Element;
|
|
12432
|
+
media: () => _$react.JSX.Element;
|
|
12398
12433
|
};
|
|
12399
12434
|
/** @internal */
|
|
12400
12435
|
declare function prepareForPreview(rawValue: unknown, type: PreviewableType, viewOptions?: PrepareViewOptions): PreviewValue & {
|
|
@@ -12415,6 +12450,8 @@ interface CommitRequest {
|
|
|
12415
12450
|
success: () => void;
|
|
12416
12451
|
failure: (error: Error) => void;
|
|
12417
12452
|
cancel: (error: Error) => void;
|
|
12453
|
+
/** Timestamp (Date.now()) when the first local mutation in this commit batch was received */
|
|
12454
|
+
firstMutationReceivedAt?: number;
|
|
12418
12455
|
}
|
|
12419
12456
|
/** @internal */
|
|
12420
12457
|
declare const createObservableBufferedDocument: (listenerEvent$: Observable<ListenerEvent>) => {
|
|
@@ -13564,7 +13601,7 @@ interface ResourceCacheProviderProps {
|
|
|
13564
13601
|
/** @internal */
|
|
13565
13602
|
declare function ResourceCacheProvider({
|
|
13566
13603
|
children
|
|
13567
|
-
}: ResourceCacheProviderProps): react.JSX.Element;
|
|
13604
|
+
}: ResourceCacheProviderProps): _$react.JSX.Element;
|
|
13568
13605
|
/** @internal */
|
|
13569
13606
|
declare function useResourceCache(): ResourceCache;
|
|
13570
13607
|
/**
|
|
@@ -13630,7 +13667,7 @@ interface DocumentPreviewPresenceProps {
|
|
|
13630
13667
|
presence: Omit<DocumentPresence, 'path'>[];
|
|
13631
13668
|
}
|
|
13632
13669
|
/** @internal */
|
|
13633
|
-
declare function DocumentPreviewPresence(props: DocumentPreviewPresenceProps): react.JSX.Element;
|
|
13670
|
+
declare function DocumentPreviewPresence(props: DocumentPreviewPresenceProps): _$react.JSX.Element;
|
|
13634
13671
|
/** @internal */
|
|
13635
13672
|
type Position = 'top' | 'bottom' | 'inside' | null;
|
|
13636
13673
|
/** @internal */
|
|
@@ -13690,14 +13727,14 @@ interface FieldPresenceInnerProps {
|
|
|
13690
13727
|
animateArrowFrom?: AvatarPosition;
|
|
13691
13728
|
}
|
|
13692
13729
|
/** @internal */
|
|
13693
|
-
declare const FieldPresenceInner: react.NamedExoticComponent<FieldPresenceInnerProps>;
|
|
13730
|
+
declare const FieldPresenceInner: _$react.NamedExoticComponent<FieldPresenceInnerProps>;
|
|
13694
13731
|
/** @internal */
|
|
13695
13732
|
interface FieldPresenceProps {
|
|
13696
13733
|
presence: FormNodePresence[];
|
|
13697
13734
|
maxAvatars: number;
|
|
13698
13735
|
}
|
|
13699
13736
|
/** @internal */
|
|
13700
|
-
declare function FieldPresence(props: FieldPresenceProps): react.JSX.Element;
|
|
13737
|
+
declare function FieldPresence(props: FieldPresenceProps): _$react.JSX.Element;
|
|
13701
13738
|
/**
|
|
13702
13739
|
* @internal
|
|
13703
13740
|
* @hidden
|
|
@@ -13714,7 +13751,7 @@ interface PresenceOverlayProps {
|
|
|
13714
13751
|
declare function PresenceOverlay({
|
|
13715
13752
|
children,
|
|
13716
13753
|
margins
|
|
13717
|
-
}: PresenceOverlayProps): react.JSX.Element;
|
|
13754
|
+
}: PresenceOverlayProps): _$react.JSX.Element;
|
|
13718
13755
|
/** @internal */
|
|
13719
13756
|
interface PresenceScopeProps {
|
|
13720
13757
|
readOnly?: boolean;
|
|
@@ -13722,7 +13759,7 @@ interface PresenceScopeProps {
|
|
|
13722
13759
|
children: ReactNode;
|
|
13723
13760
|
}
|
|
13724
13761
|
/** @internal */
|
|
13725
|
-
declare function PresenceScope(props: PresenceScopeProps): react.JSX.Element;
|
|
13762
|
+
declare function PresenceScope(props: PresenceScopeProps): _$react.JSX.Element;
|
|
13726
13763
|
/** @internal */
|
|
13727
13764
|
interface FormFieldProps {
|
|
13728
13765
|
/**
|
|
@@ -13758,7 +13795,7 @@ interface FormFieldProps {
|
|
|
13758
13795
|
path: Path;
|
|
13759
13796
|
}
|
|
13760
13797
|
/** @internal */
|
|
13761
|
-
declare const FormField: react.NamedExoticComponent<FormFieldProps & Omit<HTMLProps<HTMLDivElement>, "as" | "height" | "ref">>;
|
|
13798
|
+
declare const FormField: _$react.NamedExoticComponent<FormFieldProps & Omit<HTMLProps<HTMLDivElement>, "as" | "height" | "ref">>;
|
|
13762
13799
|
/** @internal */
|
|
13763
13800
|
interface FormFieldHeaderTextProps {
|
|
13764
13801
|
/**
|
|
@@ -13780,7 +13817,7 @@ interface FormFieldHeaderTextProps {
|
|
|
13780
13817
|
suffix?: ReactNode;
|
|
13781
13818
|
}
|
|
13782
13819
|
/** @internal */
|
|
13783
|
-
declare const FormFieldHeaderText: react.NamedExoticComponent<FormFieldHeaderTextProps>;
|
|
13820
|
+
declare const FormFieldHeaderText: _$react.NamedExoticComponent<FormFieldHeaderTextProps>;
|
|
13784
13821
|
/** @internal */
|
|
13785
13822
|
interface FormFieldSetProps {
|
|
13786
13823
|
/**
|
|
@@ -13822,7 +13859,7 @@ interface FormFieldSetProps {
|
|
|
13822
13859
|
readOnly?: boolean;
|
|
13823
13860
|
}
|
|
13824
13861
|
/** @internal */
|
|
13825
|
-
declare const FormFieldSet: react.ForwardRefExoticComponent<FormFieldSetProps & Omit<HTMLProps<HTMLDivElement>, "as" | "height" | "ref"> & react.RefAttributes<HTMLDivElement>>;
|
|
13862
|
+
declare const FormFieldSet: _$react.ForwardRefExoticComponent<FormFieldSetProps & Omit<HTMLProps<HTMLDivElement>, "as" | "height" | "ref"> & _$react.RefAttributes<HTMLDivElement>>;
|
|
13826
13863
|
/** @internal */
|
|
13827
13864
|
interface FieldStatusProps {
|
|
13828
13865
|
children?: ReactNode;
|
|
@@ -13834,7 +13871,7 @@ declare function FormFieldStatus({
|
|
|
13834
13871
|
children,
|
|
13835
13872
|
maxAvatars,
|
|
13836
13873
|
position
|
|
13837
|
-
}: FieldStatusProps): react.JSX.Element;
|
|
13874
|
+
}: FieldStatusProps): _$react.JSX.Element;
|
|
13838
13875
|
/** @internal */
|
|
13839
13876
|
interface FormFieldValidationStatusProps {
|
|
13840
13877
|
/**
|
|
@@ -13853,7 +13890,7 @@ interface FormFieldValidationStatusProps {
|
|
|
13853
13890
|
placement?: Placement;
|
|
13854
13891
|
}
|
|
13855
13892
|
/** @internal */
|
|
13856
|
-
declare function FormFieldValidationStatus(props: FormFieldValidationStatusProps): react.JSX.Element;
|
|
13893
|
+
declare function FormFieldValidationStatus(props: FormFieldValidationStatusProps): _$react.JSX.Element;
|
|
13857
13894
|
/** @internal */
|
|
13858
13895
|
interface FormFieldValidationWarning {
|
|
13859
13896
|
type: 'warning';
|
|
@@ -13880,9 +13917,9 @@ type FormInputRelativePathArg = {
|
|
|
13880
13917
|
relativePath: Path;
|
|
13881
13918
|
};
|
|
13882
13919
|
/** @internal */
|
|
13883
|
-
declare const FormInput: react.NamedExoticComponent<(ArrayOfObjectsInputProps<{
|
|
13920
|
+
declare const FormInput: _$react.NamedExoticComponent<(ArrayOfObjectsInputProps<{
|
|
13884
13921
|
_key: string;
|
|
13885
|
-
}, _sanity_types0.ArraySchemaType<unknown>> | ObjectInputProps<Record<string, any>, _sanity_types0.ObjectSchemaType>) & ((FormInputAbsolutePathArg | FormInputRelativePathArg) & {
|
|
13922
|
+
}, _$_sanity_types0.ArraySchemaType<unknown>> | ObjectInputProps<Record<string, any>, _$_sanity_types0.ObjectSchemaType>) & ((FormInputAbsolutePathArg | FormInputRelativePathArg) & {
|
|
13886
13923
|
/**
|
|
13887
13924
|
* Whether to include the field around the input. Defaults to false
|
|
13888
13925
|
*/
|
|
@@ -13904,11 +13941,11 @@ interface Props$2 {
|
|
|
13904
13941
|
/**
|
|
13905
13942
|
* @internal
|
|
13906
13943
|
*/
|
|
13907
|
-
declare const FormCell: styled_components_dist_types0.IStyledComponentBase<"web", styled_components_dist_types0.Substitute<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Props$2>> & string;
|
|
13944
|
+
declare const FormCell: _$styled_components_dist_types0.IStyledComponentBase<"web", _$styled_components_dist_types0.Substitute<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Props$2>> & string;
|
|
13908
13945
|
/**
|
|
13909
13946
|
* @internal
|
|
13910
13947
|
*/
|
|
13911
|
-
declare const FormContainer: styled_components_dist_types0.IStyledComponentBase<"web", styled_components0.FastOmit<react.DetailedHTMLProps<react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13948
|
+
declare const FormContainer: _$styled_components_dist_types0.IStyledComponentBase<"web", _$styled_components0.FastOmit<_$react.DetailedHTMLProps<_$react.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13912
13949
|
interface PropsEnabled extends PropsWithChildren {
|
|
13913
13950
|
enabled: true;
|
|
13914
13951
|
formState: FormState;
|
|
@@ -13945,7 +13982,7 @@ interface FormValueContextValue {
|
|
|
13945
13982
|
declare function FormValueProvider(props: {
|
|
13946
13983
|
value: FormDocumentValue | undefined;
|
|
13947
13984
|
children: ReactNode;
|
|
13948
|
-
}): react.JSX.Element;
|
|
13985
|
+
}): _$react.JSX.Element;
|
|
13949
13986
|
/**
|
|
13950
13987
|
* React hook that returns the value of the field specified by a path.
|
|
13951
13988
|
* @public
|
|
@@ -13971,7 +14008,7 @@ declare function useFormValue(path: Path): unknown;
|
|
|
13971
14008
|
declare function GetFormValueProvider(props: {
|
|
13972
14009
|
value: FormDocumentValue | undefined;
|
|
13973
14010
|
children: ReactNode;
|
|
13974
|
-
}): react.JSX.Element;
|
|
14011
|
+
}): _$react.JSX.Element;
|
|
13975
14012
|
declare namespace GetFormValueProvider {
|
|
13976
14013
|
var displayName: string;
|
|
13977
14014
|
}
|
|
@@ -13996,14 +14033,14 @@ declare namespace GetFormValueProvider {
|
|
|
13996
14033
|
* }
|
|
13997
14034
|
* ```
|
|
13998
14035
|
*/
|
|
13999
|
-
declare function useGetFormValue(): sanity__singletons0.GetFormValueContextValue;
|
|
14036
|
+
declare function useGetFormValue(): _$sanity__singletons0.GetFormValueContextValue;
|
|
14000
14037
|
/** @internal */
|
|
14001
14038
|
interface FieldActionMenuProps {
|
|
14002
14039
|
nodes: DocumentFieldActionNode[];
|
|
14003
14040
|
onMenuOpenChange: (open: boolean) => void;
|
|
14004
14041
|
}
|
|
14005
14042
|
/** @internal */
|
|
14006
|
-
declare const FieldActionMenu: react.NamedExoticComponent<FieldActionMenuProps>;
|
|
14043
|
+
declare const FieldActionMenu: _$react.NamedExoticComponent<FieldActionMenuProps>;
|
|
14007
14044
|
type FieldActionsProviderProps = PropsWithChildren<{
|
|
14008
14045
|
actions: DocumentFieldActionNode[]; /** @internal @deprecated DO NOT USE */
|
|
14009
14046
|
__internal_comments?: FieldCommentsProps;
|
|
@@ -14012,7 +14049,7 @@ type FieldActionsProviderProps = PropsWithChildren<{
|
|
|
14012
14049
|
path: Path;
|
|
14013
14050
|
}>;
|
|
14014
14051
|
/** @internal */
|
|
14015
|
-
declare const FieldActionsProvider: react.NamedExoticComponent<FieldActionsProviderProps>;
|
|
14052
|
+
declare const FieldActionsProvider: _$react.NamedExoticComponent<FieldActionsProviderProps>;
|
|
14016
14053
|
/** @internal */
|
|
14017
14054
|
interface FieldActionsProps {
|
|
14018
14055
|
actions: DocumentFieldAction[];
|
|
@@ -14041,12 +14078,12 @@ interface FieldActionsProps {
|
|
|
14041
14078
|
*
|
|
14042
14079
|
* @internal
|
|
14043
14080
|
*/
|
|
14044
|
-
declare const FieldActionsResolver: react.NamedExoticComponent<FieldActionsProps>;
|
|
14081
|
+
declare const FieldActionsResolver: _$react.NamedExoticComponent<FieldActionsProps>;
|
|
14045
14082
|
/** @internal */
|
|
14046
14083
|
declare function useFieldActions(): FieldActionsContextValue;
|
|
14047
14084
|
/** @internal */
|
|
14048
|
-
declare const HoveredFieldProvider: react.NamedExoticComponent<{
|
|
14049
|
-
children?: react.ReactNode;
|
|
14085
|
+
declare const HoveredFieldProvider: _$react.NamedExoticComponent<{
|
|
14086
|
+
children?: _$react.ReactNode;
|
|
14050
14087
|
}>;
|
|
14051
14088
|
/** @internal */
|
|
14052
14089
|
declare function useHoveredField(): HoveredFieldContextValue;
|
|
@@ -14118,13 +14155,13 @@ didUpdate: (previous: T | undefined, current: T) => void, compare?: (previous: T
|
|
|
14118
14155
|
/**
|
|
14119
14156
|
* @hidden
|
|
14120
14157
|
* @beta */
|
|
14121
|
-
declare function ArrayOfObjectsFunctions<Item extends ObjectItem, TSchemaType extends ArraySchemaType>(props: ArrayInputFunctionsProps<Item, TSchemaType>): react.JSX.Element | null;
|
|
14158
|
+
declare function ArrayOfObjectsFunctions<Item extends ObjectItem, TSchemaType extends ArraySchemaType>(props: ArrayInputFunctionsProps<Item, TSchemaType>): _$react.JSX.Element | null;
|
|
14122
14159
|
/**
|
|
14123
14160
|
*
|
|
14124
14161
|
* @hidden
|
|
14125
14162
|
* @beta
|
|
14126
14163
|
*/
|
|
14127
|
-
declare function ArrayOfObjectsInput(props: ArrayOfObjectsInputProps): react.JSX.Element;
|
|
14164
|
+
declare function ArrayOfObjectsInput(props: ArrayOfObjectsInputProps): _$react.JSX.Element;
|
|
14128
14165
|
/**
|
|
14129
14166
|
* @internal
|
|
14130
14167
|
*/
|
|
@@ -14152,7 +14189,7 @@ interface VirtualizerScrollInstanceProviderProps extends VirtualizerScrollInstan
|
|
|
14152
14189
|
*
|
|
14153
14190
|
* @internal
|
|
14154
14191
|
*/
|
|
14155
|
-
declare function VirtualizerScrollInstanceProvider(props: VirtualizerScrollInstanceProviderProps): react.JSX.Element;
|
|
14192
|
+
declare function VirtualizerScrollInstanceProvider(props: VirtualizerScrollInstanceProviderProps): _$react.JSX.Element;
|
|
14156
14193
|
/**
|
|
14157
14194
|
* @hidden
|
|
14158
14195
|
* Array of predefined object options input
|
|
@@ -14162,13 +14199,13 @@ declare function VirtualizerScrollInstanceProvider(props: VirtualizerScrollInsta
|
|
|
14162
14199
|
* @hidden
|
|
14163
14200
|
* @beta
|
|
14164
14201
|
*/
|
|
14165
|
-
declare function ArrayOfObjectOptionsInput(props: ArrayOfObjectsInputProps): react.JSX.Element;
|
|
14202
|
+
declare function ArrayOfObjectOptionsInput(props: ArrayOfObjectsInputProps): _$react.JSX.Element;
|
|
14166
14203
|
/**
|
|
14167
14204
|
*
|
|
14168
14205
|
* @hidden
|
|
14169
14206
|
* @beta
|
|
14170
14207
|
*/
|
|
14171
|
-
declare function ArrayOfOptionsInput(props: ArrayOfObjectsInputProps | ArrayOfPrimitivesInputProps): react.JSX.Element;
|
|
14208
|
+
declare function ArrayOfOptionsInput(props: ArrayOfObjectsInputProps | ArrayOfPrimitivesInputProps): _$react.JSX.Element;
|
|
14172
14209
|
/**
|
|
14173
14210
|
* Array of predefined primitive options input
|
|
14174
14211
|
* Note: this input can only handle primitive values
|
|
@@ -14177,11 +14214,11 @@ declare function ArrayOfOptionsInput(props: ArrayOfObjectsInputProps | ArrayOfPr
|
|
|
14177
14214
|
* @hidden
|
|
14178
14215
|
* @beta
|
|
14179
14216
|
*/
|
|
14180
|
-
declare function ArrayOfPrimitiveOptionsInput(props: ArrayOfPrimitivesInputProps): react.JSX.Element;
|
|
14217
|
+
declare function ArrayOfPrimitiveOptionsInput(props: ArrayOfPrimitivesInputProps): _$react.JSX.Element;
|
|
14181
14218
|
/**
|
|
14182
14219
|
* @hidden
|
|
14183
14220
|
* @beta */
|
|
14184
|
-
declare function ArrayOfPrimitivesFunctions<MemberType extends string | boolean | number, SchemaType extends ArraySchemaType>(props: ArrayInputFunctionsProps<MemberType, SchemaType>): react.JSX.Element | null;
|
|
14221
|
+
declare function ArrayOfPrimitivesFunctions<MemberType extends string | boolean | number, SchemaType extends ArraySchemaType>(props: ArrayInputFunctionsProps<MemberType, SchemaType>): _$react.JSX.Element | null;
|
|
14185
14222
|
type PrimitiveValue = string | number | boolean;
|
|
14186
14223
|
interface State {
|
|
14187
14224
|
disableTransition: boolean;
|
|
@@ -14205,7 +14242,7 @@ declare class ArrayOfPrimitivesInput extends PureComponent<ArrayOfPrimitivesInpu
|
|
|
14205
14242
|
handleItemMoveEnd: () => void;
|
|
14206
14243
|
focus(): void;
|
|
14207
14244
|
getSnapshotBeforeUpdate(prevProps: ArrayOfPrimitivesInputProps): {
|
|
14208
|
-
prevFocusedIndex: _sanity_types0.PathSegment;
|
|
14245
|
+
prevFocusedIndex: _$_sanity_types0.PathSegment;
|
|
14209
14246
|
restoreSelection: {
|
|
14210
14247
|
text: string;
|
|
14211
14248
|
start: number | null;
|
|
@@ -14223,8 +14260,8 @@ declare class ArrayOfPrimitivesInput extends PureComponent<ArrayOfPrimitivesInpu
|
|
|
14223
14260
|
};
|
|
14224
14261
|
prevFocusedIndex: number;
|
|
14225
14262
|
}): void;
|
|
14226
|
-
renderArrayItem: (props: Omit<PrimitiveItemProps, "renderDefault">) => react.JSX.Element;
|
|
14227
|
-
render(): react.JSX.Element;
|
|
14263
|
+
renderArrayItem: (props: Omit<PrimitiveItemProps, "renderDefault">) => _$react.JSX.Element;
|
|
14264
|
+
render(): _$react.JSX.Element;
|
|
14228
14265
|
}
|
|
14229
14266
|
/**
|
|
14230
14267
|
* Universal array input that will introspect its schemaType and delegate to the right implementation
|
|
@@ -14234,13 +14271,13 @@ declare class ArrayOfPrimitivesInput extends PureComponent<ArrayOfPrimitivesInpu
|
|
|
14234
14271
|
* @hidden
|
|
14235
14272
|
* @beta
|
|
14236
14273
|
*/
|
|
14237
|
-
declare function UniversalArrayInput(props: ArrayOfObjectsInputProps | ArrayOfPrimitivesInputProps): react.JSX.Element;
|
|
14274
|
+
declare function UniversalArrayInput(props: ArrayOfObjectsInputProps | ArrayOfPrimitivesInputProps): _$react.JSX.Element;
|
|
14238
14275
|
/**
|
|
14239
14276
|
*
|
|
14240
14277
|
* @hidden
|
|
14241
14278
|
* @beta
|
|
14242
14279
|
*/
|
|
14243
|
-
declare function BooleanInput(props: BooleanInputProps): react.JSX.Element;
|
|
14280
|
+
declare function BooleanInput(props: BooleanInputProps): _$react.JSX.Element;
|
|
14244
14281
|
/**
|
|
14245
14282
|
* Used to preview a referenced type
|
|
14246
14283
|
* Takes the reference type as props
|
|
@@ -14259,7 +14296,7 @@ declare function CrossDatasetReferencePreview(props: {
|
|
|
14259
14296
|
projectId: string;
|
|
14260
14297
|
refType?: CrossDatasetType;
|
|
14261
14298
|
showTypeLabel: boolean;
|
|
14262
|
-
}): react.JSX.Element;
|
|
14299
|
+
}): _$react.JSX.Element;
|
|
14263
14300
|
/**
|
|
14264
14301
|
* @hidden
|
|
14265
14302
|
* @beta */
|
|
@@ -14267,7 +14304,7 @@ type DateInputProps = StringInputProps;
|
|
|
14267
14304
|
/**
|
|
14268
14305
|
* @hidden
|
|
14269
14306
|
* @beta */
|
|
14270
|
-
declare function DateInput(props: DateInputProps): react.JSX.Element;
|
|
14307
|
+
declare function DateInput(props: DateInputProps): _$react.JSX.Element;
|
|
14271
14308
|
/**
|
|
14272
14309
|
* @hidden
|
|
14273
14310
|
* @beta */
|
|
@@ -14275,7 +14312,7 @@ type DateTimeInputProps = StringInputProps;
|
|
|
14275
14312
|
/**
|
|
14276
14313
|
* @hidden
|
|
14277
14314
|
* @beta */
|
|
14278
|
-
declare function DateTimeInput(props: DateTimeInputProps): react.JSX.Element;
|
|
14315
|
+
declare function DateTimeInput(props: DateTimeInputProps): _$react.JSX.Element;
|
|
14279
14316
|
interface CalendarLabels {
|
|
14280
14317
|
ariaLabel: string;
|
|
14281
14318
|
goToTomorrow: string;
|
|
@@ -14309,7 +14346,7 @@ type EmailInputProps = StringInputProps;
|
|
|
14309
14346
|
* @hidden
|
|
14310
14347
|
* @beta
|
|
14311
14348
|
*/
|
|
14312
|
-
declare function EmailInput(props: EmailInputProps): react.JSX.Element;
|
|
14349
|
+
declare function EmailInput(props: EmailInputProps): _$react.JSX.Element;
|
|
14313
14350
|
/**
|
|
14314
14351
|
* @hidden
|
|
14315
14352
|
* @beta
|
|
@@ -14320,11 +14357,11 @@ type AssetAccessPolicy = 'checking' | 'private' | 'public' | 'unknown';
|
|
|
14320
14357
|
* @hidden
|
|
14321
14358
|
* @beta
|
|
14322
14359
|
*/
|
|
14323
|
-
declare function NumberInput(props: NumberInputProps): react.JSX.Element;
|
|
14360
|
+
declare function NumberInput(props: NumberInputProps): _$react.JSX.Element;
|
|
14324
14361
|
/**
|
|
14325
14362
|
* @hidden
|
|
14326
14363
|
* @beta */
|
|
14327
|
-
declare const ObjectInput: react.NamedExoticComponent<ObjectInputProps<Record<string, any>, _sanity_types0.ObjectSchemaType>>;
|
|
14364
|
+
declare const ObjectInput: _$react.NamedExoticComponent<ObjectInputProps<Record<string, any>, _$_sanity_types0.ObjectSchemaType>>;
|
|
14328
14365
|
/** @internal */
|
|
14329
14366
|
interface PortableTextMemberItem {
|
|
14330
14367
|
kind: 'annotation' | 'textBlock' | 'objectBlock' | 'inlineObject';
|
|
@@ -14385,24 +14422,24 @@ interface Props extends Omit<HTMLProps<HTMLButtonElement>, 'as' | 'size' | 'widt
|
|
|
14385
14422
|
/**
|
|
14386
14423
|
* @internal
|
|
14387
14424
|
*/
|
|
14388
|
-
declare function CreateButton(props: Props): react.JSX.Element;
|
|
14425
|
+
declare function CreateButton(props: Props): _$react.JSX.Element;
|
|
14389
14426
|
/**
|
|
14390
14427
|
* @internal
|
|
14391
14428
|
*/
|
|
14392
|
-
declare const ReferenceAutocomplete: react.ForwardRefExoticComponent<Omit<_sanity_ui0.AutocompleteProps<_sanity_ui0.BaseAutocompleteOption> & Omit<react.HTMLProps<HTMLInputElement>, "aria-activedescendant" | "aria-autocomplete" | "aria-expanded" | "aria-owns" | "as" | "autoCapitalize" | "autoComplete" | "autoCorrect" | "id" | "inputMode" | "onChange" | "onSelect" | "popover" | "prefix" | "ref" | "role" | "spellCheck" | "type" | "value"> & {
|
|
14429
|
+
declare const ReferenceAutocomplete: _$react.ForwardRefExoticComponent<Omit<_$_sanity_ui0.AutocompleteProps<_$_sanity_ui0.BaseAutocompleteOption> & Omit<_$react.HTMLProps<HTMLInputElement>, "aria-activedescendant" | "aria-autocomplete" | "aria-expanded" | "aria-owns" | "as" | "autoCapitalize" | "autoComplete" | "autoCorrect" | "id" | "inputMode" | "onChange" | "onSelect" | "popover" | "prefix" | "ref" | "role" | "spellCheck" | "type" | "value"> & {
|
|
14393
14430
|
ref?: Ref<HTMLInputElement> | undefined;
|
|
14394
14431
|
} & {
|
|
14395
14432
|
path: Path;
|
|
14396
14433
|
referenceElement: HTMLDivElement | null;
|
|
14397
14434
|
searchString?: string | undefined;
|
|
14398
14435
|
portalRef?: RefObject<HTMLDivElement | null> | undefined;
|
|
14399
|
-
}, "ref"> & react.RefAttributes<HTMLInputElement>>;
|
|
14436
|
+
}, "ref"> & _$react.RefAttributes<HTMLInputElement>>;
|
|
14400
14437
|
/**
|
|
14401
14438
|
*
|
|
14402
14439
|
* @hidden
|
|
14403
14440
|
* @beta
|
|
14404
14441
|
*/
|
|
14405
|
-
declare function SelectInput(props: StringInputProps): react.JSX.Element;
|
|
14442
|
+
declare function SelectInput(props: StringInputProps): _$react.JSX.Element;
|
|
14406
14443
|
/**
|
|
14407
14444
|
*
|
|
14408
14445
|
* @hidden
|
|
@@ -14414,12 +14451,12 @@ type SlugInputProps = ObjectInputProps<SlugValue, SlugSchemaType>;
|
|
|
14414
14451
|
* @hidden
|
|
14415
14452
|
* @beta
|
|
14416
14453
|
*/
|
|
14417
|
-
declare function SlugInput(props: SlugInputProps): react.JSX.Element;
|
|
14454
|
+
declare function SlugInput(props: SlugInputProps): _$react.JSX.Element;
|
|
14418
14455
|
/**
|
|
14419
14456
|
* @hidden
|
|
14420
14457
|
* @beta
|
|
14421
14458
|
*/
|
|
14422
|
-
declare function StringInput(props: StringInputProps): react.JSX.Element;
|
|
14459
|
+
declare function StringInput(props: StringInputProps): _$react.JSX.Element;
|
|
14423
14460
|
/**
|
|
14424
14461
|
*
|
|
14425
14462
|
* @hidden
|
|
@@ -14431,7 +14468,7 @@ type TagsArrayInputProps = ArrayOfPrimitivesInputProps<string>;
|
|
|
14431
14468
|
* @hidden
|
|
14432
14469
|
* @beta
|
|
14433
14470
|
*/
|
|
14434
|
-
declare function TagsArrayInput(props: TagsArrayInputProps): react.JSX.Element;
|
|
14471
|
+
declare function TagsArrayInput(props: TagsArrayInputProps): _$react.JSX.Element;
|
|
14435
14472
|
/**
|
|
14436
14473
|
*
|
|
14437
14474
|
* @hidden
|
|
@@ -14443,7 +14480,7 @@ type TelephoneInputProps = StringInputProps;
|
|
|
14443
14480
|
* @hidden
|
|
14444
14481
|
* @beta
|
|
14445
14482
|
*/
|
|
14446
|
-
declare function TelephoneInput(props: TelephoneInputProps): react.JSX.Element;
|
|
14483
|
+
declare function TelephoneInput(props: TelephoneInputProps): _$react.JSX.Element;
|
|
14447
14484
|
/**
|
|
14448
14485
|
*
|
|
14449
14486
|
* @hidden
|
|
@@ -14455,7 +14492,7 @@ type TextInputProps = StringInputProps<TextSchemaType>;
|
|
|
14455
14492
|
* @hidden
|
|
14456
14493
|
* @beta
|
|
14457
14494
|
*/
|
|
14458
|
-
declare function TextInput(props: TextInputProps): react.JSX.Element;
|
|
14495
|
+
declare function TextInput(props: TextInputProps): _$react.JSX.Element;
|
|
14459
14496
|
/**
|
|
14460
14497
|
*
|
|
14461
14498
|
* @hidden
|
|
@@ -14467,7 +14504,7 @@ type UrlInputProps = StringInputProps;
|
|
|
14467
14504
|
* @hidden
|
|
14468
14505
|
* @beta
|
|
14469
14506
|
*/
|
|
14470
|
-
declare function UrlInput(props: UrlInputProps): react.JSX.Element;
|
|
14507
|
+
declare function UrlInput(props: UrlInputProps): _$react.JSX.Element;
|
|
14471
14508
|
/** @internal */
|
|
14472
14509
|
interface ArrayOfObjectsMemberProps {
|
|
14473
14510
|
member: ArrayOfObjectsMember;
|
|
@@ -14483,7 +14520,7 @@ interface ArrayOfObjectsMemberProps {
|
|
|
14483
14520
|
* Convenience component for rendering an "array of objects"-item
|
|
14484
14521
|
* @internal
|
|
14485
14522
|
*/
|
|
14486
|
-
declare function ArrayOfObjectsInputMember(props: ArrayOfObjectsMemberProps): react.JSX.Element | null;
|
|
14523
|
+
declare function ArrayOfObjectsInputMember(props: ArrayOfObjectsMemberProps): _$react.JSX.Element | null;
|
|
14487
14524
|
/** @internal */
|
|
14488
14525
|
interface ArrayOfObjectsInputMembersProps {
|
|
14489
14526
|
members: ArrayOfObjectsMember[];
|
|
@@ -14499,7 +14536,7 @@ interface ArrayOfObjectsInputMembersProps {
|
|
|
14499
14536
|
* Convenience component for wrapping an array of objects
|
|
14500
14537
|
* @internal
|
|
14501
14538
|
*/
|
|
14502
|
-
declare function ArrayOfObjectsInputMembers(props: ArrayOfObjectsInputMembersProps): react.JSX.Element;
|
|
14539
|
+
declare function ArrayOfObjectsInputMembers(props: ArrayOfObjectsInputMembersProps): _$react.JSX.Element;
|
|
14503
14540
|
/**
|
|
14504
14541
|
*
|
|
14505
14542
|
* @hidden
|
|
@@ -14520,7 +14557,7 @@ interface MemberItemProps {
|
|
|
14520
14557
|
* @hidden
|
|
14521
14558
|
* @beta
|
|
14522
14559
|
*/
|
|
14523
|
-
declare function ArrayOfObjectsItem(props: MemberItemProps): react.JSX.Element;
|
|
14560
|
+
declare function ArrayOfObjectsItem(props: MemberItemProps): _$react.JSX.Element;
|
|
14524
14561
|
/**
|
|
14525
14562
|
*
|
|
14526
14563
|
* @hidden
|
|
@@ -14536,11 +14573,11 @@ interface PrimitiveMemberItemProps {
|
|
|
14536
14573
|
* @hidden
|
|
14537
14574
|
* @beta
|
|
14538
14575
|
*/
|
|
14539
|
-
declare function ArrayOfPrimitivesItem(props: PrimitiveMemberItemProps): react.JSX.Element;
|
|
14576
|
+
declare function ArrayOfPrimitivesItem(props: PrimitiveMemberItemProps): _$react.JSX.Element;
|
|
14540
14577
|
/** @internal */
|
|
14541
14578
|
declare function MemberItemError(props: {
|
|
14542
14579
|
member: ArrayItemError;
|
|
14543
|
-
}): react.JSX.Element;
|
|
14580
|
+
}): _$react.JSX.Element;
|
|
14544
14581
|
/** @internal */
|
|
14545
14582
|
interface MemberFieldProps {
|
|
14546
14583
|
member: FieldMember;
|
|
@@ -14553,13 +14590,13 @@ interface MemberFieldProps {
|
|
|
14553
14590
|
renderPreview: RenderPreviewCallback;
|
|
14554
14591
|
}
|
|
14555
14592
|
/** @internal */
|
|
14556
|
-
declare const MemberField: react.NamedExoticComponent<MemberFieldProps>;
|
|
14593
|
+
declare const MemberField: _$react.NamedExoticComponent<MemberFieldProps>;
|
|
14557
14594
|
/** @internal */
|
|
14558
14595
|
declare function MemberFieldError(props: {
|
|
14559
14596
|
member: FieldError;
|
|
14560
|
-
}): react.JSX.Element;
|
|
14597
|
+
}): _$react.JSX.Element;
|
|
14561
14598
|
/** @internal */
|
|
14562
|
-
declare const MemberFieldSet: react.NamedExoticComponent<{
|
|
14599
|
+
declare const MemberFieldSet: _$react.NamedExoticComponent<{
|
|
14563
14600
|
member: FieldSetMember;
|
|
14564
14601
|
renderAnnotation?: RenderAnnotationCallback | undefined;
|
|
14565
14602
|
renderBlock?: RenderBlockCallback | undefined;
|
|
@@ -14582,7 +14619,7 @@ interface ObjectInputMemberProps {
|
|
|
14582
14619
|
renderPreview: RenderPreviewCallback;
|
|
14583
14620
|
}
|
|
14584
14621
|
/** @internal */
|
|
14585
|
-
declare const ObjectInputMember: react.NamedExoticComponent<ObjectInputMemberProps>;
|
|
14622
|
+
declare const ObjectInputMember: _$react.NamedExoticComponent<ObjectInputMemberProps>;
|
|
14586
14623
|
/** @internal */
|
|
14587
14624
|
interface ObjectMembersProps {
|
|
14588
14625
|
members: ObjectMember[];
|
|
@@ -14598,7 +14635,7 @@ interface ObjectMembersProps {
|
|
|
14598
14635
|
* Convenience component for wrapping an object input
|
|
14599
14636
|
* @internal
|
|
14600
14637
|
*/
|
|
14601
|
-
declare function ObjectInputMembers(props: ObjectMembersProps): react.JSX.Element;
|
|
14638
|
+
declare function ObjectInputMembers(props: ObjectMembersProps): _$react.JSX.Element;
|
|
14602
14639
|
/**
|
|
14603
14640
|
* @deprecated Use ObjectInputMembers instead
|
|
14604
14641
|
* @internal
|
|
@@ -14696,7 +14733,7 @@ type PatchTransformer = (patches: FormPatch[]) => FormPatch[];
|
|
|
14696
14733
|
/**
|
|
14697
14734
|
* @hidden
|
|
14698
14735
|
* @beta */
|
|
14699
|
-
declare const TransformPatches: react.NamedExoticComponent<{
|
|
14736
|
+
declare const TransformPatches: _$react.NamedExoticComponent<{
|
|
14700
14737
|
transform: PatchTransformer;
|
|
14701
14738
|
} & {
|
|
14702
14739
|
children: ReactNode;
|
|
@@ -16167,7 +16204,7 @@ declare class ConfigResolutionError extends Error {
|
|
|
16167
16204
|
* Creates an icon element based on the input title
|
|
16168
16205
|
* @internal
|
|
16169
16206
|
*/
|
|
16170
|
-
declare function createDefaultIcon(title: string, subtitle: string): react.JSX.Element;
|
|
16207
|
+
declare function createDefaultIcon(title: string, subtitle: string): _$react.JSX.Element;
|
|
16171
16208
|
/**
|
|
16172
16209
|
* @hidden
|
|
16173
16210
|
* @beta */
|
|
@@ -16299,4 +16336,4 @@ interface ActiveWorkspaceMatcherContextValue {
|
|
|
16299
16336
|
activeWorkspace: WorkspaceSummary;
|
|
16300
16337
|
setActiveWorkspace: (workspaceName: string) => void;
|
|
16301
16338
|
}
|
|
16302
|
-
export { MissingConfigFile as $, getIdPair as $C, ChangeIndicator as $S, FormSetIfMissingPatch as $_, OperationImpl as $a, UserListWithPermissionsHookValue as $b, diffMatchPatch as $c, asLoadable as $d, createSchema as $f, useWorkspaceLoader as $g, useUserColor as $h, UserStoreOptions as $i, PreviewCardContextValue as $l, Diff$1 as $m, UniversalArrayInput as $n, ArrayInputFunctionsProps as $o, DocumentChangeContextInstance as $p, FieldPresenceInnerProps as $r, BlockProps as $s, MutationPatch as $t, setAtPath as $u, ColorSchemeCustomProvider as $v, KeyValueStore as $w, useEditState as $x, CommentStatus as $y, ComposableOption as A, VersionInlineBadge as AC, useDataset as AS, GenerateStudioManifestOptions as A_, DocumentStore as Aa, defineLocaleResourceBundle as Ab, defaultRenderBlock as Ac, IncompatibleTypeError as Ad, EMPTY_OBJECT as Af, CollapseMenuProps as Ag, EditDocumentVersionEvent as Ah, useKeyValueStore as Ai, TemplatePreview as Al, ChangeTitleSegment as Am, StringInput as An, createBufferedDocument as Ao, isPerspectiveWriteable as Ap, FormInput as Ar, OnPathFocusPayload as As, DocumentInspectorUseMenuItemProps as At, ReleasesUpsellContextValue as Au, OperatorButtonValueComponentProps as Av, CONNECTING as Aw, useStudioUrl as Ax, ActiveWorkspaceMatcherProps as Ay, DocumentBadgesContext as B, SelectedPerspective as BC, ChangeIndicatorTrackerContextValue as BS, DocumentMeta as B_, InitialValueLoadingMsg as Ba, LocalePluginOptions as Bb, TemplateOption as Bc, getDocumentIdForCanvasLink as Bd, TasksUpsellContextValue as Bf, CommentsContextValue as Bg, isCreateLiveDocumentEvent as Bh, ProjectGrants as Bi, DetailPreviewProps as Bl, getAnnotationAtPath as Bm, ObjectInput as Bn, useUnstableObserveDocument as Bo, normalizePathSegment as Bp, FormFieldStatus as Br, RenderFieldCallback as Bs, DocumentFieldActionNode as Bt, ReleaseDocument$1 as Bu, defineSearchOperator as Bv, isAuthStore as Bw, useNumberFormat as Bx, CommentContext as By, ActionComponent as C, ObserveDocumentTypeFromIdFn as CC, DocumentRemoteMutationEvent as CS, StudioProps as C_, useInitialValue as Ca, useTranslation as Cb, StudioCrossDatasetReferenceInput as Cc, ObjectFormNode as Cd, isNonNullable as Cf, ScrollContainerProps as Cg, BaseEvent as Ch, useDocumentPresence as Ci, RovingFocusNavigationType as Cl, FieldPreviewComponent as Cm, UrlInputProps as Cn, MutationResult as Co, useSetPerspective as Cp, FormValueProvider as Cr, ComplexElementProps as Cs, ReleaseActionProps as Ct, isReleasePerspective as Cu, SearchFilterDefinition as Cv, CommandListItemContext as Cw, TemplateFieldDefinition as Cx, validateNames as Cy, AsyncConfigPropertyReducer as D, Previewable as DC, useDialogStack as DS, renderStudio as D_, useDocumentValues as Da, I18nNode as Db, FormBuilder as Dc, ArrayItemError as Dd, getErrorMessage as Df, CommonProps as Dg, DeleteDocumentVersionEvent as Dh, useDocumentStore as Di, RelativeTimeProps as Dl, DiffCard as Dm, TelephoneInputProps as Dn, checkoutPair as Do, PerspectiveProvider as Dp, FormContainer as Dr, NumberInputProps as Ds, DocumentInspectorComponent as Dt, LATEST as Du, operatorDefinitions as Dv, BetaBadgeProps as Dw, TypeTarget as Dx, getWorkspaceIdentifier as Dy, AsyncComposableOption as E, PreviewPath as EC, SnapshotEvent as ES, useSource as E_, isNewDocument as Ea, useGetI18nText as Eb, FormProviderProps as Ec, StringFormNode as Ed, getReferencePaths as Ef, CollapseMenuButtonProps as Eg, DeleteDocumentGroupEvent as Eh, useDocumentPreviewStore as Ei, RelativeTime as El, DiffErrorBoundaryState as Em, TelephoneInput as En, WithVersion as Eo, useExcludedPerspective as Ep, useDocumentDivergences as Er, InputProps as Es, DocumentInspector as Et, getReleaseIdFromReleaseDocumentId as Eu, SearchOperatorType as Ev, BetaBadge as Ew, TemplateReferenceTarget as Ex, getNamelessWorkspaceIdentifier as Ey, DecisionParametersConfig as F, VersionChip as FC, CommentDisabledIcon as FS, CopyPasteProvider as F_, ListenQueryParams as Fa, ImplicitLocaleResourceBundle as Fb, defaultRenderPreview as Fc, UndeclaredMembersError as Fd, defaultTheme as Ff, useCommentsSelectedPath as Fg, ScheduleDocumentVersionEvent as Fh, useProjectDatasets as Fi, BlockImagePreview as Fl, ChangeListProps as Fm, CreateButton as Fn, getPreviewStateObservable as Fo, getValueAtPath as Fp, FormFieldValidationInfo as Fr, StringInputProps as Fs, DocumentFieldAction as Ft, isReleaseDocument as Fu, SearchOperatorInput as Fv, ConnectionStatusStoreOptions as Fw, DocumentField as Fx, CommentsIntentProvider as Fy, DocumentLanguageFilterComponent as G, PublishedId as GC, useTrackerStore as GS, FormDiffMatchPatch as G_, remoteSnapshots as Ga, LocaleWeekInfo as Gb, MutationPatchMsg as Gc, measureFirstMatch as Gd, TasksEnabledContextValue as Gf, CommentInputContextValue as Gg, isScheduleDocumentVersionEvent as Gh, createPresenceStore as Gi, GeneralDocumentListLayoutKey as Gl, AnnotationDetails as Gm, EmailInputProps as Gn, isArrayOfBlocksInputProps as Go, useDocumentChange as Gp, FormField as Gr, BaseItemProps as Gs, DocumentFieldActionsResolverContext as Gt, ExpandFieldSetOperation as Gu, SearchOptions as Gv, AuthStoreOptions as Gw, GlobalCopyPasteElementHandler as Gx, CommentListBreadcrumbs as Gy, DocumentCommentsEnabledContext as H, CollatedHit as HC, TrackedChange as HS, SanityClipboardItem as H_, InitialValueState as Ha, LocaleResourceKey as Hb, FormCallbacksProvider as Hc, useCanvasCompanionDoc as Hd, TasksNavigationContextValue as Hf, isTextSelectionComment as Hg, isDeleteDocumentVersionEvent as Hh, ProjectStore as Hi, DefaultPreviewProps as Hl, getDiffAtPath as Hm, AssetAccessPolicy as Hn, SanityDefaultPreviewProps as Ho, pathsAreEqual as Hp, FormFieldSetProps as Hr, RenderItemCallback as Hs, DocumentFieldActionStatus as Ht, useDocumentLimitsUpsellContext as Hu, isPerspectiveRaw as Hv, getProviderTitle as Hw, useManageFavorite as Hx, CommentDocument as Hy, DefaultPluginsWorkspaceOptions as I, PerspectiveContextValue as IC, CommentDeleteDialog as IS, useCopyPaste as I_, listenQuery as Ia, Locale as Ib, EditReferenceLinkComponentProps as Ic, FormFieldGroup as Id, buildLegacyTheme as If, CommentsOnboardingContextValue as Ig, UnpublishDocumentEvent as Ih, useProject as Ii, BlockImagePreviewProps as Il, ChangeBreadcrumb as Im, CreateReferenceOption as In, getPreviewPaths as Io, isEmptyObject as Ip, FormFieldValidationWarning as Ir, RenderAnnotationCallback as Is, DocumentFieldActionDivider as It, MetadataWrapper as Iu, SearchOperatorParams as Iv, ErrorStatus as Iw, useReferringDocuments as Ix, CommentsIntentProviderProps as Iy, DocumentLayoutProps as J, collate as JC, Reported as JS, FormInsertPatchPosition as J_, emitOperation as Ja, StaticLocaleResourceBundle as Jb, PatchMsgSubscriber as Jc, userHasRole as Jd, useScheduledDraftDocument as Jf, CommentInputProps as Jg, isUpdateLiveDocumentEvent as Jh, PresenceLocation as Ji, PreviewComponent as Jl, BooleanDiff$1 as Jm, DateTimeInputProps as Jn, isBooleanInputProps as Jo, isFieldChange as Jp, PresenceScopeProps as Jr, ObjectItemProps as Js, CookielessCompatibleLoginMethod as Jt, SetActiveGroupOperation as Ju, SearchResultItemPreview as Jv, AuthState as Jw, FormattedDuration as Jx, CommentPath as Jy, DocumentLanguageFilterContext as K, SystemBundle as KC, useTrackerStoreReporter as KS, FormIncPatch as K_, OperationError as Ka, LocalesBundlesOption as Kb, PatchChannel as Kc, useUnique as Kd, DEFAULT_STUDIO_CLIENT_OPTIONS as Kf, CommentInput as Kg, isUnpublishDocumentEvent as Kh, DocumentPresence as Ki, GeneralPreviewLayoutKey as Kl, ArrayDiff$1 as Km, getCalendarLabels as Kn, isArrayOfObjectsInputProps as Ko, emptyValuesByType as Kp, FormFieldProps as Kr, ItemProps as Ks, AuthConfig as Kt, ExpandOperation as Ku, SearchSort as Kv, _createAuthStore as Kw, useGlobalCopyPasteElementHandler as Kx, CommentMessage as Ky, DocumentActionsContext as L, PerspectiveStack as LC, ChangeIndicatorsTracker as LS, BaseOptions as L_, InitialValueOptions as La, LocaleConfigContext as Lb, EditReferenceOptions as Lc, ProvenanceDiffAnnotation as Ld, LegacyThemeProps as Lf, useCommentsEnabled as Lg, UnscheduleDocumentVersionEvent as Lh, createProjectStore as Li, MediaPreview as Ll, useAnnotationColor as Lm, PortableTextInput as Ln, unstable_useValuePreview as Lo, normalizeIndexSegment as Lp, FormFieldValidationStatus as Lr, RenderArrayOfObjectsItemCallback as Ls, DocumentFieldActionGroup as Lt, RELEASES_INTENT as Lu, SearchValueFormatterContext as Lv, RetryingStatus as Lw, useReconnectingToast as Lx, CommentsEnabledProvider as Ly, ConfigContext$1 as M, ReleaseTitle as MC, useConnectionState as MS, ManifestWorkspaceInput as M_, QueryParams$1 as Ma, removeUndefinedLocaleResources as Mb, defaultRenderInlineBlock as Mc, MissingKeysError as Md, ReactHook as Mf, buildRangeDecorationSelectionsFromComments as Mg, EventsStoreRevision as Mh, useProjectStore as Mi, InlinePreview as Ml, ChangeResolver as Mm, SlugInputProps as Mn, createObservableBufferedDocument as Mo, findIndex as Mp, FormInputRelativePathArg as Mr, PortableTextInputProps as Ms, initialDocumentFieldActions as Mt, useArchivedReleases as Mu, SearchOperatorBase as Mv, ConnectingStatus as Mw, useReviewChanges as Mx, CommentsSelectedPath as My, ConfigPropertyReducer as N, ReleaseAvatar as NC, useConditionalToast as NS, StudioManifest as N_, createDocumentStore as Na, LocaleProvider as Nb, defaultRenderInput as Nc, MixedArrayError as Nd, createHookFromObservableFactory as Nf, buildCommentRangeDecorations as Ng, HistoryClearedEvent as Nh, useRenderingContextStore as Ni, InlinePreviewProps as Nl, ChangeResolverProps as Nm, SelectInput as Nn, prepareForPreview as No, getItemKey as Np, FormFieldValidation as Nr, PrimitiveInputElementProps as Ns, documentFieldActionsReducer as Nt, useActiveReleases as Nu, SearchOperatorBuilder as Nv, ConnectionStatus as Nw, RelativeTimeOptions as Nx, CommentsSelectedPathContextValue as Ny, BaseActionDescription as O, PreviewableType as OC, UseDateTimeFormatOptions as OS, uploadSchema as O_, DocumentTypeResolveState as Oa, useI18nText as Ob, FormBuilderProps as Oc, DuplicateKeysError as Od, formatRelativeLocale as Of, AutoCollapseMenu as Og, DocumentGroupEvent as Oh, useGrantsStore as Oi, LinearProgress as Ol, DiffCardProps as Om, TagsArrayInput as On, BufferedDocumentEvent as Oo, ReleasesNav as Op, FormCell as Or, ObjectInputProps as Os, DocumentInspectorMenuItem as Ot, PUBLISHED as Ou, I18nSearchOperatorDescriptionKey as Ov, CorsOriginError as Ow, SyncState as Ox, WorkspaceLike as Oy, DECISION_PARAMETERS_SCHEMA as P, ReleaseAvatarIcon as PC, useClient as PS, StudioWorkspaceManifest as P_, ListenQueryOptions as Pa, LocaleProviderBase as Pb, defaultRenderItem as Pc, TypeAnnotationMismatchError as Pd, catchWithCount as Pf, useCommentsTelemetry as Pg, PublishDocumentVersionEvent as Ph, useUserStore as Pi, BlockPreview as Pl, ChangeList as Pm, ReferenceAutocomplete as Pn, getPreviewValueWithFallback as Po, getItemKeySegment as Pp, FormFieldValidationError as Pr, PrimitiveInputProps as Ps, defineDocumentFieldAction as Pt, VersionInfoDocumentStub as Pu, SearchOperatorButtonValue as Pv, ConnectionStatusStore as Pw, useRelativeTime as Px, CommentsSelectedPathProvider as Py, MediaLibraryConfig as Q, getDraftId as QC, ConnectorContextValue as QS, FormPatchOrigin as Q_, OperationArgs as Qa, Rule as Qb, dec as Qc, LoadingState as Qd, getSchemaTypeTitle as Qf, WorkspaceLoaderBoundary as Qg, createUserColorManager as Qh, UserStore as Qi, PreviewCard as Ql, ChunkType as Qm, BooleanInput as Qn, isStringInputProps as Qo, noop as Qp, FieldPresenceInner as Qr, BlockListItemProps as Qs, encodePath as Qt, useFormState as Qu, Filters as Qv, createKeyValueStore as Qw, useFeatureEnabled as Qx, CommentReactionShortNames as Qy, DocumentActionsResolver as R, ReleaseId as RC, useChangeIndicatorsReportedValues as RS, CopyOptions as R_, getInitialValueStream as Ra, LocaleDefinition as Rb, ReferenceInputOptions as Rc, ALL_FIELDS_GROUP as Rd, LegacyThemeTints as Rf, CommentsEnabledContextValue as Rg, UpdateLiveDocumentEvent as Rh, ProjectData as Ri, MediaPreviewProps as Rl, useDiffAnnotationColor as Rm, PortableTextMemberItem as Rn, useValuePreview as Ro, normalizeIndexTupleSegment as Rp, FormFieldValidationStatusProps as Rr, RenderArrayOfPrimitivesItemCallback as Rs, DocumentFieldActionHook as Rt, DEFAULT_ANNOTATIONS as Ru, ValuelessSearchOperatorBuilder as Rv, createConnectionStatusStore as Rw, useProjectId as Rx, CommentsProvider as Ry, useMiddlewareComponents as S, ObserveDocumentAvailabilityFn as SC, DocumentRebaseEvent as SS, Studio as S_, useResolveInitialValueForType as Sa, UseTranslationResponse as Sb, StudioReferenceInputProps as Sc, ObjectArrayFormNode as Sd, isRecord as Sf, ScrollContainer as Sg, useEvents as Sh, useGlobalPresence as Si, useRovingFocus as Sl, DiffFromToProps as Sm, UrlInput as Sn, DocumentVersionEvent as So, EditScheduleForm as Sp, FormValueContextValue as Sr, BooleanInputProps as Ss, ReleaseActionDescription as St, RELEASES_STUDIO_CLIENT_OPTIONS as Su, SearchContextValue as Sv, CommandListHandle as Sw, TemplateArrayFieldDefinition as Sx, validateBasePaths as Sy, AssetSourceResolver as T, PreparedSnapshot as TC, RemoteSnapshotEvent as TS, SourceProviderProps as T_, selectUpstreamVersion as Ta, useLocale as Tb, FormProvider as Tc, PrimitiveFormNode as Td, globalScope as Tf, CollapseMenuButton as Tg, CreateLiveDocumentEvent as Th, useConnectionStatusStore as Ti, Resizable as Tl, DiffErrorBoundaryProps as Tm, TextInputProps as Tn, RemoteSnapshotVersionEvent as To, useGetDefaultPerspective as Tp, DivergencesProvider as Tr, InputOnSelectFileFunctionProps as Ts, FormComponents as Tt, getReleaseTone as Tu, defineSearchFilterOperators as Tv, CommandListRenderItemCallback as Tw, TemplateParameter as Tx, useWorkspaces as Ty, DocumentInspectorContext as U, DRAFTS_FOLDER as UC, TrackerContextGetSnapshot as US, PatchEvent as U_, InitialValueSuccessMsg as Ua, LocaleResourceRecord as Ub, FormCallbacksValue as Uc, SANITY_VERSION as Ud, MentionUserContextValue as Uf, COMMENTS_INSPECTOR_NAME as Ug, isEditDocumentVersionEvent as Uh, PresenceStore as Ui, CompactPreview as Ul, visitDiff as Um, ImageUrlBuilder$1 as Un, PreviewLoader as Uo, stringToPath as Up, FormFieldHeaderText as Ur, RenderPreviewCallback as Us, DocumentFieldActionTone as Ut, DivergenceNavigator as Uu, getSearchableTypes as Uv, MockAuthStoreOptions as Uw, UseListFormatOptions as Ux, CommentFieldCreatePayload as Uy, DocumentBadgesResolver as V, TargetPerspective as VC, TrackedArea as VS, PasteOptions as V_, InitialValueMsg as Va, LocaleResourceBundle as Vb, useReferenceInputOptions as Vc, useNavigateToCanvasDoc as Vd, TasksContextValue as Vf, hasCommentMessageValue as Vg, isDeleteDocumentGroupEvent as Vh, ProjectOrganizationData as Vi, DefaultPreview as Vl, getAnnotationColor as Vm, NumberInput as Vn, SanityDefaultPreview as Vo, pathToString as Vp, FormFieldSet as Vr, RenderInputCallback as Vs, DocumentFieldActionProps as Vt, isDocumentLimitError as Vu, createSearch as Vv, isCookielessCompatibleLoginMethod as Vw, UseManageFavoriteProps as Vx, CommentCreatePayload as Vy, DocumentInspectorsResolver as W, DraftId as WC, TrackerContextStore as WS, FormDecPatch as W_, validation$1 as Wa, LocaleSource as Wb, useFormCallbacks as Wc, measureFirstEmission as Wd, IsLastPaneProvider as Wf, CommentInlineHighlightSpan as Wg, isPublishDocumentVersionEvent as Wh, SESSION_ID as Wi, CompactPreviewProps as Wl, Annotation as Wm, EmailInput as Wn, Preview as Wo, resolveDiffComponent as Wp, FormFieldHeaderTextProps as Wr, RenderPreviewCallbackProps as Ws, DocumentFieldActionsResolver as Wt, useDivergenceNavigator as Wu, SearchFactoryOptions as Wv, createMockAuthStore as Ww, useListFormat as Wx, CommentIntentGetter as Wy, FormBuilderComponentResolverContext as X, createPublishedFrom as XC, ChangeConnectorRoot as XS, FormPatchBase as X_, MapDocument as Xa, ValidationLocaleResourceKeys as Xb, createPatchChannel as Xc, LoadableState as Xd, SingleDocReleaseProvider as Xf, CommentsUpsellContextValue as Xg, UserColorManagerProviderProps as Xh, Status as Xi, PreviewMediaDimensions as Xl, ChangeTitlePath as Xm, DateInputProps as Xn, isObjectInputProps as Xo, isRemovedItemDiff as Xp, PresenceOverlayProps as Xr, BlockAnnotationProps as Xs, TransformPatches as Xt, FormState as Xu, SearchPopoverProps as Xv, HandleCallbackResult as Xw, useFormattedDuration as Xx, CommentReactionItem as Xy, DocumentPluginOptions as Y, createDraftFrom as YC, ReporterHook as YS, FormPatch as Y_, operationEvents as Ya, TFunction$1 as Yb, RebasePatchMsg as Yc, ErrorState as Yd, usePausedScheduledDraft as Yf, CommentsList as Yg, UserColorManagerProvider as Yh, Session as Yi, PreviewLayoutKey as Yl, ChangeNode as Ym, DateInput as Yn, isNumberInputProps as Yo, isGroupChange as Yp, PresenceOverlay as Yr, PrimitiveItemProps as Ys, LoginMethod as Yt, getExpandOperations as Yu, SearchPopover as Yv, AuthStore as Yw, UseFormattedDurationOptions as Yx, CommentPostPayload as Yy, GroupableActionDescription as Z, documentIdEquals as ZC, ChangeConnectorRootProps as ZS, FormPatchJSONValue as Z_, Operation as Za, StudioLocaleResourceKeys as Zb, SANITY_PATCH_TYPE as Zc, LoadedState as Zd, useSingleDocRelease as Zf, UpsellData as Zg, UserColorManagerOptions as Zh, UserSessionPair as Zi, PreviewProps as Zl, Chunk as Zm, CrossDatasetReferencePreview as Zn, isObjectItemProps as Zo, isUnchangedDiff as Zp, FieldPresence as Zr, BlockDecoratorProps as Zs, decodePath as Zt, UseFormStateOptions as Zu, SearchHeader as Zv, LoginComponentProps as Zw, useFilteredReleases as Zx, CommentReactionOption as Zy, createDefaultIcon as _, DraftsModelDocument as _C, WelcomeBackEvent as _S, isValidAnnouncementAudience as __, DocumentValuePermission as _a, TranslateComponentMap as _b, UploadProgressEvent as _c, DocumentFormNode as _d, isCardinalityOneRelease as _f, useTelemetryConsent as _g, TypeChangeDiff$1 as _h, isAgentBundleName as _i, TooltipOfDisabled as _l, DiffString as _m, MemberItemProps as _n, TimelineOptions as _o, DocumentActionProps as _p, FieldActionsProvider as _r, StringFieldProps as _s, Tool as _t, formatRelativeLocalePublishDate as _u, SearchButton as _v, CommandList as _w, defaultTemplateForType as _x, matchWorkspace as _y, resolveSchemaTypes as a, useIsReleaseActive as aC, editState$1 as aS, InterpolationProp as a_, useTemplatePermissionsFromHookFactory as aa, CommentsListBreadcrumbItem as ab, ArrayInputMoveItemEvent as ac, ArrayOfPrimitivesItemMember as ad, escapeField as af, UserId as ag, FieldOperationsAPI as ah, Position as ai, unset as al, MetaInfoProps as am, ObjectMembers as an, TimelineStore as ao, GetHookCollectionState as ap, VirtualizerScrollInstanceProvider as ar, RenderBlockActionsCallback as as, PluginOptions as at, InsufficientPermissionsMessage as au, StudioToolMenu as av, isDraftId as aw, UseUnitFormatterOptions as ax, useColorSchemeOptions as ay, ConfigPropertyError as b, Id as bC, CommittedEvent as bS, StudioAnnouncementsContextValue as b_, GrantsStore as ba, usEnglishLocale as bb, UploaderResolver as bc, NodeDiffProps as bd, isTruthy as bf, ScrollContextValue as bg, useEventsStore as bh, ResourceCacheProviderProps as bi, StatusButton as bl, DiffInspectWrapperProps as bm, ArrayOfObjectsInputMember as bn, Transaction as bo, isSanityDefinedAction as bp, GetFormValueProvider as br, ArrayOfPrimitivesInputProps as bs, WorkspaceSummary as bt, isPublishedPerspective as bu, useSearchState as bv, CommandListGetItemKeyCallback as bw, InitialValueTemplateItem as bx, WorkspacesContextValue as by, createWorkspaceFromConfig as c, DocumentPreviewStore as cC, InitialSnapshotEvent as cS, UpsellDialogLearnMoreCtaClicked as c_, grantsPermissionOn as ca, CommentsUIMode as cb, useEnhancedObjectDialog as cc, FieldMember as cd, _isCustomDocumentTypeDefinition as cf, UseInStudioFeedbackReturn as cg, ItemDiff$1 as ch, RegionWithIntersectionDetails as ci, WithReferringDocuments as cl, FromToArrowDirection as cm, ObjectInputMemberProps as cn, HistoryStore as co, useScheduleAction as cp, ArrayOfObjectsInput as cr, ArrayFieldProps as cs, ResolveProductionUrlContext as ct, HotkeysProps$1 as cu, LayoutProps as cv, isSystemBundleName as cw, TimeAgoOpts as cx, StudioColorScheme as cy, flattenConfig as d, createDocumentPreviewStore as dC, getPairListener as dS, UpsellDialogViewedInfo as d_, useDocumentValuePermissions as da, CommentsAuthoringPathProvider as db, FileInputProps as dc, ObjectMember as dd, createSWR as df, DynamicFeedbackTags as dg, ObjectDiff$1 as dh, DocumentPreviewPresence as di, UserAvatarProps as dl, FieldChange as dm, MemberField as dn, removeMissingReferences as do, DocumentActionCustomDialogComponentProps as dp, FormBuilderContextValue as dr, BooleanFieldProps as ds, SchemaPluginOptions as dt, ErrorWithId as du, NavbarProps as dv, removeDupes as dw, DEFAULT_MAX_RECURSION_DEPTH as dx, useAddonDataset as dy, ChangeIndicatorProps as eC, useDocumentOperationEvent as eS, KeyValueStoreValue as eT, ErrorMessage as e_, createUserStore as ea, CommentTaskCreatePayload as eb, BlockStyleProps as ec, StateTree as ed, useLoadable as ef, useUserColorManager as eg, DiffComponent as eh, FieldPresenceProps as ei, inc as el, ValueError as em, fromMutationPatches as en, OperationsAPI as eo, SchedulesContext as ep, ArrayOfPrimitivesInput as er, FormBuilderCustomMarkersComponent as es, NewDocumentCreationContext as et, ReferenceInputPreviewCard as eu, FormSetPatch as ev, getPublishedId as ew, UserListWithPermissionsOptions as ex, ColorSchemeLocalStorageProvider as ey, PluginFactory as f, ApiConfig as fC, IdPair as fS, StudioProvider as f_, DocumentPairPermissionsOptions as fa, useWorkspaceSchemaId as fb, StudioFileInput as fc, ArrayOfObjectsFormNode as fd, SharedResizeObserver as ff, FeedbackPayload as fg, ReferenceDiff as fh, DocumentPreviewPresenceProps as fi, LegacyLayerProvider as fl, FallbackDiff as fm, MemberFieldProps as fn, SelectionState as fo, DocumentActionDescription as fp, useHoveredField as fr, FieldCommentsProps as fs, SingleWorkspace as ft, ErrorActions as fu, StudioComponents as fv, systemBundles as fw, Serializeable as fx, AddonDatasetContextValue as fy, defineConfig as g, DocumentStackAvailability as gC, ResetEvent as gS, StudioLayoutComponent as g_, useDocumentPairPermissionsFromHookFactory as ga, Translate as gb, UploadOptions as gc, ComputeDiff as gd, isCardinalityOnePerspective as gf, FeedbackDialogProps as gg, StringSegmentUnchanged$1 as gh, useAgentVersionDisplay as gi, ToastParams$1 as gl, DiffTooltipWithAnnotationsProps as gm, ArrayOfObjectsItem as gn, Timeline as go, DocumentActionPopoverDialogProps as gp, FieldActionsResolver as gr, PrimitiveFieldProps as gs, TemplateResolver as gt, DocumentStatus as gu, SearchDialog as gv, ContextMenuButton as gw, resolveInitialValueForType as gx, MatchWorkspaceResult as gy, createConfig as h, DocumentAvailability as hC, ReconnectEvent as hS, StudioLayout as h_, useDocumentPairPermissions as ha, validateDocument as hb, ResolvedUploader as hc, BooleanFormNode as hd, CardinalityOneRelease as hf, FeedbackDialog as hg, StringSegmentChanged$1 as hh, AgentVersionDisplay as hi, ImperativeToast as hl, DiffTooltipProps as hm, PrimitiveMemberItemProps as hn, ParsedTimeRef as ho, DocumentActionModalDialogProps as hp, FieldActionsProps as hr, ObjectFieldProps as hs, SourceOptions as ht, CapabilityGate as hu, StudioLogo as hv, getDocumentVariantType as hw, resolveInitialValue as hx, MatchWorkspaceOptions as hy, SchemaError as i, useOnlyHasVersions as iC, EditStateFor as iS, createSanityMediaLibraryImageSource as iT, useWorkspace as i_, useTemplatePermissions as ia, CommentUpdatePayload as ib, ArrayInputInsertEvent as ic, ArrayOfObjectsMember as id, supportsTouch as if, UserColorManager as ig, FieldChangeNode as ih, Location as ii, setIfMissing as il, MetaInfo as im, ObjectInputMembers as in, TimelineState as io, DocumentBadgeProps as ip, ArrayOfObjectOptionsInput as ir, PortableTextMarker as is, Plugin as it, IntentButton as iu, ToolLinkProps as iv, isDraft as iw, UnitFormatter as ix, useColorSchemeInternalValue as iy, Config as j, getVersionInlineBadge as jC, ConnectionState as jS, generateStudioManifest as j_, DocumentStoreOptions as ja, defineLocalesResources as jb, defaultRenderField as jc, InvalidItemTypeError as jd, LoadingTuple as jf, buildTextSelectionFromFragment as jg, EventsStore as jh, usePresenceStore as ji, TemplatePreviewProps as jl, ChangesError as jm, SlugInput as jn, CommitRequest as jo, FIXME as jp, FormInputAbsolutePathArg as jr, PasteData$1 as js, defineDocumentInspector as jt, useDocumentVersionInfo as ju, OperatorInputComponentProps as jv, ConnectedStatus as jw, useSchema as jx, RouterHistory as jy, BetaFeatures as k, Selection as kC, useDateTimeFormat as kS, LiveManifestRegisterProvider as k_, useDocumentType as ka, defineLocale as kb, defaultRenderAnnotation as kc, FieldError as kd, EMPTY_ARRAY as kf, CollapseMenu as kg, DocumentVersionEventType as kh, useHistoryStore as ki, CircularProgress as kl, TIMELINE_ITEM_I18N_KEY_MAPPING as km, TagsArrayInputProps as kn, BufferedDocumentWrapper as ko, PerspectiveNotWriteableReason as kp, FormRow as kr, OnPasteFn as ks, DocumentInspectorProps as kt, useReleasesIds as ku, I18nSearchOperatorNameKey as kv, CorsOriginErrorOptions as kw, useSyncState as kx, ActiveWorkspaceMatcher as ky, resolveConfig as l, DocumentPreviewStoreOptions as lC, LatencyReportEvent as lS, UpsellDialogUpgradeCtaClicked as l_, DocumentValuePermissionsOptions as la, Loadable as lb, ImageInputProps as lc, FieldSetMember as ld, _isSanityDocumentTypeDefinition as lf, useInStudioFeedback as lg, NullDiff$1 as lh, ReportedRegionWithRect as li, AvatarSkeleton as ll, FromTo as lm, MemberFieldSet as ln, HistoryStoreOptions as lo, DocumentActionComponent as lp, ArrayOfObjectsFunctions as lr, ArrayOfPrimitivesFieldProps as ls, SanityFormConfig as lt, serializeError as lu, LogoProps as lv, isVersionId as lw, useTimeAgo as lx, StudioTheme as ly, definePlugin as m, AvailabilityResponse as mC, PendingMutationsEvent as mS, NavbarContextValue as m_, getDocumentPairPermissions as ma, ValidateDocumentOptions as mb, FileLike as mc, BaseFormNode as md, resizeObserver as mf, TagValue as mg, StringDiffSegment as mh, useUser as mi, ZIndexContextValue as ml, DiffTooltip as mm, ArrayOfPrimitivesItem as mn, TimelineControllerOptions as mo, DocumentActionGroup as mp, useFieldActions as mr, NumberFieldProps as ms, SourceClientOptions as mt, DocumentStatusIndicator as mu, ToolMenuProps as mv, DocumentVariantType as mw, resolveInitialObjectValue as mx, useActiveWorkspace as my, getConfigContextFromSource as n, sortReleases as nC, DocumentIdStack as nS, EditPortal as nT, WorkspaceProvider as n_, TemplatePermissionsResult as na, CommentThreadItem as nb, PortableTextPluginsProps as nc, FieldsetState as nd, truncateString as nf, UserColor as ng, DiffComponentResolver as nh, FieldPresenceData as ni, prefixPath as nl, RevertChangesButton as nm, useFormBuilder as nn, snapshotPair as no, DocumentBadgeComponent as np, ArrayOfPrimitiveOptionsInput as nr, FormBuilderInputComponentMap as ns, NewDocumentOptionsResolver as nt, PopoverDialog as nu, PatchArg as nv, getVersionId as nw, useUserListWithPermissions as nx, ColorSchemeProviderProps as ny, CreateWorkspaceFromConfigOptions as o, useDocumentVersionTypeSortedList as oC, DocumentPairLoadedEvent as oS, UpsellDescriptionSerializer as o_, GrantsStoreOptions as oa, CommentsTextSelectionItem as ob, UploadEvent as oc, ArrayOfPrimitivesMember as od, fieldNeedsEscape as of, useStudioFeedbackTags as og, FromToIndex as oh, PresentUser as oi, ZIndexProvider as ol, GroupChange as om, ObjectMembersProps as on, useTimelineStore as oo, GetHookCollectionStateProps as op, VirtualizerScrollInstance as or, RenderBlockActionsProps as os, PreparedConfig as ot, InsufficientPermissionsMessageProps as ou, StudioNavbar as ov, isPublishedId as ow, useUnitFormatter as ox, useColorSchemeSetValue as oy, createPlugin as p, AvailabilityReason as pC, MutationEvent as pS, StudioProviderProps as p_, DocumentPermission as pa, useValidationStatus as pb, AssetSourcesResolver as pc, ArrayOfPrimitivesFormNode as pd, createSharedResizeObserver as pf, Sentiment as pg, StringDiff$1 as ph, useCurrentUser as pi, ZIndexContextValueKey as pl, Event$1 as pm, MemberItemError as pn, TimelineController as po, DocumentActionDialogProps as pp, HoveredFieldProvider as pr, FieldProps as ps, Source as pt, ErrorActionsProps as pu, StudioComponentsPluginOptions as pv, Chip as pw, isBuilder as px, AddonDatasetProvider as py, DocumentLanguageFilterResolver as q, VERSION_FOLDER as qC, IsEqualFunction as qS, FormInsertPatch as q_, OperationSuccess as qa, LocalesOption as qb, PatchMsg as qc, useThrottledCallback as qd, useScheduledDraftsEnabled as qf, CommentInputHandle as qg, isUnscheduleDocumentVersionEvent as qh, GlobalPresence as qi, PortableTextPreviewLayoutKey as ql, ArrayItemMetadata as qm, DateTimeInput as qn, isArrayOfPrimitivesInputProps as qo, isAddedItemDiff as qp, PresenceScope as qr, ObjectItem as qs, AuthProvider as qt, ExpandPathOperation as qu, SearchTerms as qv, createAuthStore as qw, FormDocumentValue as qx, CommentOperations as qy, useConfigContextFromSource as r, useVersionOperations as rC, useDocumentIdStack as rS, createSanityMediaLibraryFileSource as rT, WorkspaceProviderProps as r_, getTemplatePermissions as ra, CommentUpdateOperationOptions as rb, ArrayInputCopyEvent as rc, ArrayOfObjectsItemMember as rd, uncaughtErrorHandler as rf, UserColorHue as rg, DiffProps as rh, FormNodePresence as ri, set as rl, NoChanges as rm, useDocumentForm as rn, useTimelineSelector as ro, DocumentBadgeDescription as rp, ArrayOfOptionsInput as rr, FormBuilderMarkersComponent as rs, PartialContext as rt, LoadingBlock as ru, ToolLink as rv, idMatchesPerspective as rw, FormattableMeasurementUnit as rx, useColorScheme as ry, createSourceFromConfig as s, useDocumentVersions as sC, DocumentStoreExtraOptions as sS, UpsellDialogDismissed as s_, createGrantsStore as sa, CommentsType as sb, EnhancedObjectDialogContextValue as sc, DecorationMember as sd, joinPath as sf, SendFeedbackOptions as sg, GroupChangeNode as sh, Rect as si, useZIndex as sl, FromToArrow as sm, ObjectInputMember as sn, DocumentRevision as so, HookCollectionActionHook as sp, useVirtualizerScrollInstance as sr, RenderCustomMarkers as ss, ReleaseActionsResolver as st, Hotkeys as su, ActiveToolLayoutProps as sv, isSystemBundle as sw, useTools as sx, useColorSchemeValue as sy, ActiveWorkspaceMatcherContextValue as t, ChangeFieldWrapper as tC, useDocumentOperation as tS, EnhancedObjectDialog as tT, ErrorMessageProps as t_, TemplatePermissionsOptions as ta, CommentTextSelection as tb, MarkdownConfig as tc, FieldsetMembers as td, sliceString as tf, HexColor as tg, DiffComponentOptions as th, FieldPresenceWithOverlay as ti, insert as tl, RevertChangesConfirmDialog as tm, toMutationPatches as tn, DocumentVersionSnapshots as to, ScheduledBadge as tp, ArrayOfPrimitivesFunctions as tr, FormBuilderFilterFieldFn as ts, NewDocumentOptionsContext as tt, usePreviewCard as tu, FormUnsetPatch as tv, getVersionFromId as tw, UserWithPermission as tx, ColorSchemeProvider as ty, prepareConfig as u, ObserveForPreviewFn as uC, ListenerEvent as uS, UpsellDialogViewed as u_, getDocumentValuePermissions as ua, CommentsAuthoringPathContextValue as ub, StudioImageInput as uc, FieldsetRenderMembersCallback as ud, _isType as uf, BaseFeedbackTags as ug, NumberDiff$1 as uh, Size as ui, UserAvatar as ul, FromToProps as um, MemberFieldError as un, createHistoryStore as uo, DocumentActionConfirmDialogProps as up, useDidUpdate as ur, BaseFieldProps as us, ScheduledPublishingPluginOptions as ut, useCopyErrorDetails as uu, NavbarAction as uv, newDraftFrom as uw, useTemplates as ux, StudioThemeColorSchemeKey as uy, ConfigResolutionError as v, DraftsModelDocumentAvailability as vC, WelcomeEvent as vS, isValidAnnouncementRole as v_, EvaluationParams as va, TranslationProps as vb, Uploader as vc, HiddenField as vd, isPausedCardinalityOneRelease as vf, isDev as vg, FieldValueError as vh, ResourceCache as vi, TextWithTone as vl, DiffStringSegment as vm, ArrayOfObjectsInputMembers as vn, CombinedDocument as vo, DuplicateActionProps as vp, FieldActionMenu as vr, ArrayOfObjectsInputProps as vs, Workspace as vt, getDocumentIsInPerspective as vu, PartialIndexSettings as vv, CommandListElementType as vw, defaultTemplatesForSchema as vx, WorkspacesProvider as vy, AppsOptions as w, ObservePathsFn as wC, MutationPayload as wS, SourceProvider as w_, useInitialValueResolverContext as wa, useCurrentLocale as wb, StudioCrossDatasetReferenceInputProps as wc, ObjectRenderMembersCallback as wd, isArray as wf, useOnScroll as wg, CreateDocumentVersionEvent as wh, useComlinkStore as wi, RovingFocusProps as wl, DiffErrorBoundary as wm, TextInput as wn, Pair as wo, usePerspective as wp, useFormValue as wr, EditorChange as ws, ReleaseActionsContext as wt, isGoingToUnpublish as wu, defineSearchFilter as wv, CommandListProps as ww, TemplateItem as wx, validateWorkspaces as wy, ConfigPropertyErrorOptions as x, InvalidationChannelEvent as xC, DocumentMutationEvent as xS, StudioAnnouncementsCard as x_, PermissionCheckResult as xa, UseTranslationOptions as xb, StudioReferenceInput as xc, NumberFormNode as xd, isString as xf, ScrollEventHandler as xg, EventsProvider as xh, useResourceCache as xi, StatusButtonProps as xl, DiffFromTo as xm, ArrayOfObjectsMemberProps as xn, DocumentVersion as xo, SchedulesContextValue as xp, useGetFormValue as xr, BaseInputProps as xs, ReleaseActionComponent as xt, isReleaseScheduledOrScheduling as xu, SearchProvider as xv, CommandListGetItemSelectedCallback as xw, Template as xx, ValidateWorkspaceOptions as xy, ConfigResolutionErrorOptions as y, FieldName as yC, CommitFunction as yS, StudioAnnouncementsDialog as y_, Grant as ya, defaultLocale as yb, UploaderDef as yc, NodeChronologyProps as yd, PartialExcept as yf, isProd as yg, getValueError as yh, ResourceCacheProvider as yi, TextWithToneProps as yl, DiffInspectWrapper as ym, ArrayOfObjectsInputMembersProps as yn, DocumentRemoteMutationVersionEvent as yo, DuplicateDocumentActionComponent as yp, FieldActionMenuProps as yr, ArrayOfPrimitivesElementType as ys, WorkspaceOptions as yt, isDraftPerspective as yu, useSearchMaxFieldDepth as yv, CommandListGetItemDisabledCallback as yw, prepareTemplates as yx, WorkspacesProviderProps as yy, DocumentActionsVersionType as z, ReleasesNavMenuItemPropsGetter as zC, useChangeIndicatorsReporter as zS, CopyPasteContextType as z_, InitialValueErrorMsg as za, LocaleNestedResource as zb, ReferenceInputOptionsProvider as zc, resolveConditionalProperty as zd, useDocumentPreviewValues as zf, useComments as zg, isCreateDocumentVersionEvent as zh, ProjectDatasetData as zi, DetailPreview as zl, DiffVisitor as zm, UpdateReadOnlyPlugin as zn, unstable_useObserveDocument as zo, normalizeKeySegment as zp, FieldStatusProps as zr, RenderBlockCallback as zs, DocumentFieldActionItem as zt, DEFAULT_DECORATORS as zu, ValuelessSearchOperatorParams as zv, onRetry as zw, UseNumberFormatOptions as zx, CommentBaseCreatePayload as zy };
|
|
16339
|
+
export { MissingConfigFile as $, SystemBundle as $C, useTrackerStoreReporter as $S, FormInsertPatchPosition as $_, OperationImpl as $a, StaticLocaleResourceBundle as $b, diffMatchPatch as $c, asLoadable as $d, DocumentBadgeComponent as $f, CommentInputProps as $g, UserColor as $h, UserStoreOptions as $i, PreviewCardContextValue as $l, DiffComponentResolver as $m, UniversalArrayInput as $n, ArrayInputFunctionsProps as $o, RevertChangesButton as $p, FieldPresenceInnerProps as $r, BlockProps as $s, MutationPatch as $t, setAtPath as $u, SearchResultItemPreview as $v, _createAuthStore as $w, FormattedDuration as $x, CommentPath as $y, ComposableOption as A, ObserveDocumentTypeFromIdFn as AC, DocumentRemoteMutationEvent as AS, SourceProviderProps as A_, DocumentStore as Aa, useLocale as Ab, defaultRenderBlock as Ac, IncompatibleTypeError as Ad, createHookFromObservableFactory as Af, CollapseMenuButton as Ag, HistoryClearedEvent as Ah, useKeyValueStore as Ai, TemplatePreview as Al, ChangeResolverProps as Am, StringInput as An, createBufferedDocument as Ao, getItemKey as Ap, FormInput as Ar, OnPathFocusPayload as As, DocumentInspectorUseMenuItemProps as At, ReleasesUpsellContextValue as Au, defineSearchFilterOperators as Av, CommandListItemContext as Aw, TemplateParameter as Ax, useWorkspaces as Ay, DocumentBadgesContext as B, ReleaseAvatar as BC, useConditionalToast as BS, CopyPasteProvider as B_, InitialValueLoadingMsg as Ba, ImplicitLocaleResourceBundle as Bb, TemplateOption as Bc, getDocumentIdForCanvasLink as Bd, MentionUserContextValue as Bf, useCommentsSelectedPath as Bg, isEditDocumentVersionEvent as Bh, ProjectGrants as Bi, DetailPreviewProps as Bl, visitDiff as Bm, ObjectInput as Bn, useUnstableObserveDocument as Bo, stringToPath as Bp, FormFieldStatus as Br, RenderFieldCallback as Bs, DocumentFieldActionNode as Bt, ReleaseDocument$1 as Bu, SearchOperatorInput as Bv, ConnectionStatus as Bw, DocumentField as Bx, CommentsIntentProvider as By, ActionComponent as C, DocumentStackAvailability as CC, ResetEvent as CS, isValidAnnouncementRole as C_, useInitialValue as Ca, TranslationProps as Cb, StudioCrossDatasetReferenceInput as Cc, ObjectFormNode as Cd, getReferencePaths as Cf, isDev as Cg, DeleteDocumentGroupEvent as Ch, useDocumentPresence as Ci, RovingFocusNavigationType as Cl, DiffErrorBoundaryState as Cm, UrlInputProps as Cn, MutationResult as Co, useExcludedPerspective as Cp, FormValueProvider as Cr, ComplexElementProps as Cs, ReleaseActionProps as Ct, isReleasePerspective as Cu, PartialIndexSettings as Cv, ContextMenuButton as Cw, defaultTemplatesForSchema as Cx, WorkspacesProvider as Cy, AsyncConfigPropertyReducer as D, Id as DC, CommittedEvent as DS, Studio as D_, useDocumentValues as Da, UseTranslationResponse as Db, FormBuilder as Dc, ArrayItemError as Dd, EMPTY_OBJECT as Df, ScrollContainer as Dg, EditDocumentVersionEvent as Dh, useDocumentStore as Di, RelativeTimeProps as Dl, ChangeTitleSegment as Dm, TelephoneInputProps as Dn, checkoutPair as Do, isPerspectiveWriteable as Dp, FormContainer as Dr, NumberInputProps as Ds, DocumentInspectorComponent as Dt, LATEST as Du, SearchContextValue as Dv, CommandListGetItemKeyCallback as Dw, TemplateArrayFieldDefinition as Dx, validateBasePaths as Dy, AsyncComposableOption as E, FieldName as EC, CommitFunction as ES, StudioAnnouncementsCard as E_, isNewDocument as Ea, UseTranslationOptions as Eb, FormProviderProps as Ec, StringFormNode as Ed, EMPTY_ARRAY as Ef, ScrollEventHandler as Eg, DocumentVersionEventType as Eh, useDocumentPreviewStore as Ei, RelativeTime as El, TIMELINE_ITEM_I18N_KEY_MAPPING as Em, TelephoneInput as En, WithVersion as Eo, PerspectiveNotWriteableReason as Ep, useDocumentDivergences as Er, InputProps as Es, DocumentInspector as Et, getReleaseIdFromReleaseDocumentId as Eu, SearchProvider as Ev, CommandListGetItemDisabledCallback as Ew, Template as Ex, ValidateWorkspaceOptions as Ey, DecisionParametersConfig as F, PreviewableType as FC, UseDateTimeFormatOptions as FS, GenerateStudioManifestOptions as F_, ListenQueryParams as Fa, defineLocaleResourceBundle as Fb, defaultRenderPreview as Fc, UndeclaredMembersError as Fd, LegacyThemeTints as Ff, CollapseMenuProps as Fg, UpdateLiveDocumentEvent as Fh, useProjectDatasets as Fi, BlockImagePreview as Fl, useDiffAnnotationColor as Fm, CreateButton as Fn, getPreviewStateObservable as Fo, normalizeIndexTupleSegment as Fp, FormFieldValidationInfo as Fr, StringInputProps as Fs, DocumentFieldAction as Ft, isReleaseDocument as Fu, OperatorButtonValueComponentProps as Fv, CorsOriginError as Fw, useStudioUrl as Fx, ActiveWorkspaceMatcherProps as Fy, DocumentLanguageFilterComponent as G, ReleaseId as GC, useChangeIndicatorsReportedValues as GS, DocumentMeta as G_, remoteSnapshots as Ga, LocalePluginOptions as Gb, MutationPatchMsg as Gc, measureFirstMatch as Gd, useScheduledDraftDocument as Gf, CommentsContextValue as Gg, isUpdateLiveDocumentEvent as Gh, createPresenceStore as Gi, GeneralDocumentListLayoutKey as Gl, BooleanDiff$1 as Gm, EmailInputProps as Gn, isArrayOfBlocksInputProps as Go, isFieldChange as Gp, FormField as Gr, BaseItemProps as Gs, DocumentFieldActionsResolverContext as Gt, ExpandFieldSetOperation as Gu, defineSearchOperator as Gv, createConnectionStatusStore as Gw, useNumberFormat as Gx, CommentContext as Gy, DocumentCommentsEnabledContext as H, VersionChip as HC, CommentDisabledIcon as HS, BaseOptions as H_, InitialValueState as Ha, LocaleConfigContext as Hb, FormCallbacksProvider as Hc, useCanvasCompanionDoc as Hd, TasksEnabledContextValue as Hf, useCommentsEnabled as Hg, isScheduleDocumentVersionEvent as Hh, ProjectStore as Hi, DefaultPreviewProps as Hl, AnnotationDetails as Hm, AssetAccessPolicy as Hn, SanityDefaultPreviewProps as Ho, useDocumentChange as Hp, FormFieldSetProps as Hr, RenderItemCallback as Hs, DocumentFieldActionStatus as Ht, useDocumentLimitsUpsellContext as Hu, SearchValueFormatterContext as Hv, ConnectionStatusStoreOptions as Hw, useReconnectingToast as Hx, CommentsEnabledProvider as Hy, DefaultPluginsWorkspaceOptions as I, Selection as IC, useDateTimeFormat as IS, generateStudioManifest as I_, listenQuery as Ia, defineLocalesResources as Ib, EditReferenceLinkComponentProps as Ic, FormFieldGroup as Id, useDocumentPreviewValues as If, buildTextSelectionFromFragment as Ig, isCreateDocumentVersionEvent as Ih, useProject as Ii, BlockImagePreviewProps as Il, DiffVisitor as Im, CreateReferenceOption as In, getPreviewPaths as Io, normalizeKeySegment as Ip, FormFieldValidationWarning as Ir, RenderAnnotationCallback as Is, DocumentFieldActionDivider as It, MetadataWrapper as Iu, OperatorInputComponentProps as Iv, CorsOriginErrorOptions as Iw, useSchema as Ix, RouterHistory as Iy, DocumentLayoutProps as J, TargetPerspective as JC, TrackedArea as JS, PatchEvent as J_, emitOperation as Ja, LocaleResourceRecord as Jb, PatchMsgSubscriber as Jc, userHasRole as Jd, useSingleDocRelease as Jf, COMMENTS_INSPECTOR_NAME as Jg, UserColorManagerOptions as Jh, PresenceLocation as Ji, PreviewComponent as Jl, Chunk as Jm, DateTimeInputProps as Jn, isBooleanInputProps as Jo, isUnchangedDiff as Jp, PresenceScopeProps as Jr, ObjectItemProps as Js, CookielessCompatibleLoginMethod as Jt, SetActiveGroupOperation as Ju, getSearchableTypes as Jv, isCookielessCompatibleLoginMethod as Jw, UseListFormatOptions as Jx, CommentFieldCreatePayload as Jy, DocumentLanguageFilterContext as K, ReleasesNavMenuItemPropsGetter as KC, useChangeIndicatorsReporter as KS, PasteOptions as K_, OperationError as Ka, LocaleResourceBundle as Kb, PatchChannel as Kc, useUnique as Kd, usePausedScheduledDraft as Kf, hasCommentMessageValue as Kg, UserColorManagerProvider as Kh, DocumentPresence as Ki, GeneralPreviewLayoutKey as Kl, ChangeNode as Km, getCalendarLabels as Kn, isArrayOfObjectsInputProps as Ko, isGroupChange as Kp, FormFieldProps as Kr, ItemProps as Ks, AuthConfig as Kt, ExpandOperation as Ku, createSearch as Kv, onRetry as Kw, UseManageFavoriteProps as Kx, CommentCreatePayload as Ky, DocumentActionsContext as L, VersionInlineBadge as LC, useDataset as LS, ManifestWorkspaceInput as L_, InitialValueOptions as La, removeUndefinedLocaleResources as Lb, EditReferenceOptions as Lc, ProvenanceDiffAnnotation as Ld, TasksUpsellContextValue as Lf, buildRangeDecorationSelectionsFromComments as Lg, isCreateLiveDocumentEvent as Lh, createProjectStore as Li, MediaPreview as Ll, getAnnotationAtPath as Lm, PortableTextInput as Ln, unstable_useValuePreview as Lo, normalizePathSegment as Lp, FormFieldValidationStatus as Lr, RenderArrayOfObjectsItemCallback as Ls, DocumentFieldActionGroup as Lt, RELEASES_INTENT as Lu, SearchOperatorBase as Lv, CONNECTING as Lw, useReviewChanges as Lx, CommentsSelectedPath as Ly, ConfigContext$1 as M, PreparedSnapshot as MC, RemoteSnapshotEvent as MS, renderStudio as M_, QueryParams$1 as Ma, I18nNode as Mb, defaultRenderInlineBlock as Mc, MissingKeysError as Md, defaultTheme as Mf, CommonProps as Mg, ScheduleDocumentVersionEvent as Mh, useProjectStore as Mi, InlinePreview as Ml, ChangeListProps as Mm, SlugInputProps as Mn, createObservableBufferedDocument as Mo, getValueAtPath as Mp, FormInputRelativePathArg as Mr, PortableTextInputProps as Ms, initialDocumentFieldActions as Mt, useArchivedReleases as Mu, operatorDefinitions as Mv, CommandListRenderItemCallback as Mw, TypeTarget as Mx, getWorkspaceIdentifier as My, ConfigPropertyReducer as N, PreviewPath as NC, SnapshotEvent as NS, uploadSchema as N_, createDocumentStore as Na, useI18nText as Nb, defaultRenderInput as Nc, MixedArrayError as Nd, buildLegacyTheme as Nf, AutoCollapseMenu as Ng, UnpublishDocumentEvent as Nh, useRenderingContextStore as Ni, InlinePreviewProps as Nl, ChangeBreadcrumb as Nm, SelectInput as Nn, prepareForPreview as No, isEmptyObject as Np, FormFieldValidation as Nr, PrimitiveInputElementProps as Ns, documentFieldActionsReducer as Nt, useActiveReleases as Nu, I18nSearchOperatorDescriptionKey as Nv, BetaBadge as Nw, SyncState as Nx, WorkspaceLike as Ny, BaseActionDescription as O, InvalidationChannelEvent as OC, DocumentMutationEvent as OS, StudioProps as O_, DocumentTypeResolveState as Oa, useTranslation as Ob, FormBuilderProps as Oc, DuplicateKeysError as Od, LoadingTuple as Of, ScrollContainerProps as Og, EventsStore as Oh, useGrantsStore as Oi, LinearProgress as Ol, ChangesError as Om, TagsArrayInput as On, BufferedDocumentEvent as Oo, FIXME as Op, FormCell as Or, ObjectInputProps as Os, DocumentInspectorMenuItem as Ot, PUBLISHED as Ou, SearchFilterDefinition as Ov, CommandListGetItemSelectedCallback as Ow, TemplateFieldDefinition as Ox, validateNames as Oy, DECISION_PARAMETERS_SCHEMA as P, Previewable as PC, useDialogStack as PS, LiveManifestRegisterProvider as P_, ListenQueryOptions as Pa, defineLocale as Pb, defaultRenderItem as Pc, TypeAnnotationMismatchError as Pd, LegacyThemeProps as Pf, CollapseMenu as Pg, UnscheduleDocumentVersionEvent as Ph, useUserStore as Pi, BlockPreview as Pl, useAnnotationColor as Pm, ReferenceAutocomplete as Pn, getPreviewValueWithFallback as Po, normalizeIndexSegment as Pp, FormFieldValidationError as Pr, PrimitiveInputProps as Ps, defineDocumentFieldAction as Pt, VersionInfoDocumentStub as Pu, I18nSearchOperatorNameKey as Pv, BetaBadgeProps as Pw, useSyncState as Px, ActiveWorkspaceMatcher as Py, MediaLibraryConfig as Q, PublishedId as QC, useTrackerStore as QS, FormInsertPatch as Q_, OperationArgs as Qa, LocalesOption as Qb, dec as Qc, LoadingState as Qd, ScheduledBadge as Qf, CommentInputHandle as Qg, HexColor as Qh, UserStore as Qi, PreviewCard as Ql, DiffComponentOptions as Qm, BooleanInput as Qn, isStringInputProps as Qo, RevertChangesConfirmDialog as Qp, FieldPresenceInner as Qr, BlockListItemProps as Qs, encodePath as Qt, useFormState as Qu, SearchTerms as Qv, AuthStoreOptions as Qw, FormDocumentValue as Qx, CommentOperations as Qy, DocumentActionsResolver as R, getVersionInlineBadge as RC, ConnectionState as RS, StudioManifest as R_, getInitialValueStream as Ra, LocaleProvider as Rb, ReferenceInputOptions as Rc, ALL_FIELDS_GROUP as Rd, TasksContextValue as Rf, buildCommentRangeDecorations as Rg, isDeleteDocumentGroupEvent as Rh, ProjectData as Ri, MediaPreviewProps as Rl, getAnnotationColor as Rm, PortableTextMemberItem as Rn, useValuePreview as Ro, pathToString as Rp, FormFieldValidationStatusProps as Rr, RenderArrayOfPrimitivesItemCallback as Rs, DocumentFieldActionHook as Rt, DEFAULT_ANNOTATIONS as Ru, SearchOperatorBuilder as Rv, ConnectedStatus as Rw, RelativeTimeOptions as Rx, CommentsSelectedPathContextValue as Ry, useMiddlewareComponents as S, DocumentAvailability as SC, ReconnectEvent as SS, isValidAnnouncementAudience as S_, useResolveInitialValueForType as Sa, TranslateComponentMap as Sb, StudioReferenceInputProps as Sc, ObjectArrayFormNode as Sd, globalScope as Sf, StudioFeedbackProvider as Sg, CreateLiveDocumentEvent as Sh, useGlobalPresence as Si, useRovingFocus as Sl, DiffErrorBoundaryProps as Sm, UrlInput as Sn, DocumentVersionEvent as So, useGetDefaultPerspective as Sp, FormValueContextValue as Sr, BooleanInputProps as Ss, ReleaseActionDescription as St, RELEASES_STUDIO_CLIENT_OPTIONS as Su, SearchButton as Sv, getDocumentVariantType as Sw, defaultTemplateForType as Sx, matchWorkspace as Sy, AssetSourceResolver as T, DraftsModelDocumentAvailability as TC, WelcomeEvent as TS, StudioAnnouncementsContextValue as T_, selectUpstreamVersion as Ta, usEnglishLocale as Tb, FormProvider as Tc, PrimitiveFormNode as Td, formatRelativeLocale as Tf, ScrollContextValue as Tg, DocumentGroupEvent as Th, useConnectionStatusStore as Ti, Resizable as Tl, DiffCardProps as Tm, TextInputProps as Tn, RemoteSnapshotVersionEvent as To, ReleasesNav as Tp, DivergencesProvider as Tr, InputOnSelectFileFunctionProps as Ts, FormComponents as Tt, getReleaseTone as Tu, useSearchState as Tv, CommandListElementType as Tw, InitialValueTemplateItem as Tx, WorkspacesContextValue as Ty, DocumentInspectorContext as U, PerspectiveContextValue as UC, CommentDeleteDialog as US, CopyOptions as U_, InitialValueSuccessMsg as Ua, LocaleDefinition as Ub, FormCallbacksValue as Uc, SANITY_VERSION as Ud, DEFAULT_STUDIO_CLIENT_OPTIONS as Uf, CommentsEnabledContextValue as Ug, isUnpublishDocumentEvent as Uh, PresenceStore as Ui, CompactPreview as Ul, ArrayDiff$1 as Um, ImageUrlBuilder$1 as Un, PreviewLoader as Uo, emptyValuesByType as Up, FormFieldHeaderText as Ur, RenderPreviewCallback as Us, DocumentFieldActionTone as Ut, DivergenceNavigator as Uu, ValuelessSearchOperatorBuilder as Uv, ErrorStatus as Uw, useProjectId as Ux, CommentsProvider as Uy, DocumentBadgesResolver as V, ReleaseAvatarIcon as VC, useClient as VS, useCopyPaste as V_, InitialValueMsg as Va, Locale as Vb, useReferenceInputOptions as Vc, useNavigateToCanvasDoc as Vd, IsLastPaneProvider as Vf, CommentsOnboardingContextValue as Vg, isPublishDocumentVersionEvent as Vh, ProjectOrganizationData as Vi, DefaultPreview as Vl, Annotation as Vm, NumberInput as Vn, SanityDefaultPreview as Vo, resolveDiffComponent as Vp, FormFieldSet as Vr, RenderInputCallback as Vs, DocumentFieldActionProps as Vt, isDocumentLimitError as Vu, SearchOperatorParams as Vv, ConnectionStatusStore as Vw, useReferringDocuments as Vx, CommentsIntentProviderProps as Vy, DocumentInspectorsResolver as W, PerspectiveStack as WC, ChangeIndicatorsTracker as WS, CopyPasteContextType as W_, validation$1 as Wa, LocaleNestedResource as Wb, useFormCallbacks as Wc, measureFirstEmission as Wd, useScheduledDraftsEnabled as Wf, useComments as Wg, isUnscheduleDocumentVersionEvent as Wh, SESSION_ID as Wi, CompactPreviewProps as Wl, ArrayItemMetadata as Wm, EmailInput as Wn, Preview as Wo, isAddedItemDiff as Wp, FormFieldHeaderTextProps as Wr, RenderPreviewCallbackProps as Ws, DocumentFieldActionsResolver as Wt, useDivergenceNavigator as Wu, ValuelessSearchOperatorParams as Wv, RetryingStatus as Ww, UseNumberFormatOptions as Wx, CommentBaseCreatePayload as Wy, FormBuilderComponentResolverContext as X, DRAFTS_FOLDER as XC, TrackerContextGetSnapshot as XS, FormDiffMatchPatch as X_, MapDocument as Xa, LocaleWeekInfo as Xb, createPatchChannel as Xc, LoadableState as Xd, createSchema as Xf, CommentInputContextValue as Xg, useUserColor as Xh, Status as Xi, PreviewMediaDimensions as Xl, Diff$1 as Xm, DateInputProps as Xn, isObjectInputProps as Xo, DocumentChangeContextInstance as Xp, PresenceOverlayProps as Xr, BlockAnnotationProps as Xs, TransformPatches as Xt, FormState as Xu, SearchOptions as Xv, MockAuthStoreOptions as Xw, GlobalCopyPasteElementHandler as Xx, CommentListBreadcrumbs as Xy, DocumentPluginOptions as Y, CollatedHit as YC, TrackedChange as YS, FormDecPatch as Y_, operationEvents as Ya, LocaleSource as Yb, RebasePatchMsg as Yc, ErrorState as Yd, getSchemaTypeTitle as Yf, CommentInlineHighlightSpan as Yg, createUserColorManager as Yh, Session as Yi, PreviewLayoutKey as Yl, ChunkType as Ym, DateInput as Yn, isNumberInputProps as Yo, noop as Yp, PresenceOverlay as Yr, PrimitiveItemProps as Ys, LoginMethod as Yt, getExpandOperations as Yu, SearchFactoryOptions as Yv, getProviderTitle as Yw, useListFormat as Yx, CommentIntentGetter as Yy, GroupableActionDescription as Z, DraftId as ZC, TrackerContextStore as ZS, FormIncPatch as Z_, Operation as Za, LocalesBundlesOption as Zb, SANITY_PATCH_TYPE as Zc, LoadedState as Zd, SchedulesContext as Zf, CommentInput as Zg, useUserColorManager as Zh, UserSessionPair as Zi, PreviewProps as Zl, DiffComponent as Zm, CrossDatasetReferencePreview as Zn, isObjectItemProps as Zo, ValueError as Zp, FieldPresence as Zr, BlockDecoratorProps as Zs, decodePath as Zt, UseFormStateOptions as Zu, SearchSort as Zv, createMockAuthStore as Zw, useGlobalCopyPasteElementHandler as Zx, CommentMessage as Zy, createDefaultIcon as _, ObserveForPreviewFn as _C, MutationPerformanceEvent as _S, StudioProvider as __, DocumentValuePermission as _a, useWorkspaceSchemaId as _b, UploadProgressEvent as _c, DocumentFormNode as _d, isTruthy as _f, StudioFeedbackDialogProps as _g, useEventsStore as _h, isAgentBundleName as _i, TooltipOfDisabled as _l, DiffInspectWrapperProps as _m, MemberItemProps as _n, TimelineOptions as _o, isSanityDefinedAction as _p, FieldActionsProvider as _r, StringFieldProps as _s, Tool as _t, formatRelativeLocalePublishDate as _u, StudioComponents as _v, newDraftFrom as _w, Serializeable as _x, AddonDatasetContextValue as _y, resolveSchemaTypes as a, ConnectorContextValue as aC, useDocumentOperationEvent as aS, createKeyValueStore as aT, ErrorMessage as a_, useTemplatePermissionsFromHookFactory as aa, CommentTaskCreatePayload as ab, ArrayInputMoveItemEvent as ac, ArrayOfPrimitivesItemMember as ad, escapeField as af, useStudioFeedbackTags as ag, ItemDiff$1 as ah, Position as ai, unset as al, FromToArrowDirection as am, ObjectMembers as an, TimelineStore as ao, useScheduleAction as ap, VirtualizerScrollInstanceProvider as ar, RenderBlockActionsCallback as as, PluginOptions as at, InsufficientPermissionsMessage as au, FormSetPatch as av, getDraftId as aw, UserListWithPermissionsOptions as ax, ColorSchemeLocalStorageProvider as ay, ConfigPropertyError as b, AvailabilityReason as bC, MutationEvent as bS, StudioLayout as b_, GrantsStore as ba, validateDocument as bb, UploaderResolver as bc, NodeDiffProps as bd, isNonNullable as bf, useTelemetryConsent as bg, BaseEvent as bh, ResourceCacheProviderProps as bi, StatusButton as bl, FieldPreviewComponent as bm, ArrayOfObjectsInputMember as bn, Transaction as bo, useSetPerspective as bp, GetFormValueProvider as br, ArrayOfPrimitivesInputProps as bs, WorkspaceSummary as bt, isPublishedPerspective as bu, StudioLogo as bv, Chip as bw, resolveInitialValue as bx, MatchWorkspaceOptions as by, createWorkspaceFromConfig as c, ChangeFieldWrapper as cC, useDocumentIdStack as cS, EnhancedObjectDialog as cT, WorkspaceProviderProps as c_, grantsPermissionOn as ca, CommentUpdateOperationOptions as cb, useEnhancedObjectDialog as cc, FieldMember as cd, _isCustomDocumentTypeDefinition as cf, SendFeedbackOptions as cg, ObjectDiff$1 as ch, RegionWithIntersectionDetails as ci, WithReferringDocuments as cl, FieldChange as cm, ObjectInputMemberProps as cn, HistoryStore as co, DocumentActionCustomDialogComponentProps as cp, ArrayOfObjectsInput as cr, ArrayFieldProps as cs, ResolveProductionUrlContext as ct, HotkeysProps$1 as cu, ToolLink as cv, getVersionFromId as cw, FormattableMeasurementUnit as cx, useColorScheme as cy, flattenConfig as d, useOnlyHasVersions as dC, DocumentPairLoadedEvent as dS, createSanityMediaLibraryImageSource as dT, UpsellDescriptionSerializer as d_, useDocumentValuePermissions as da, CommentsTextSelectionItem as db, FileInputProps as dc, ObjectMember as dd, createSWR as df, BaseFeedbackTags as dg, StringDiffSegment as dh, DocumentPreviewPresence as di, UserAvatarProps as dl, DiffTooltip as dm, MemberField as dn, removeMissingReferences as do, DocumentActionGroup as dp, FormBuilderContextValue as dr, BooleanFieldProps as ds, SchemaPluginOptions as dt, ErrorWithId as du, StudioNavbar as dv, isDraft as dw, useUnitFormatter as dx, useColorSchemeSetValue as dy, IsEqualFunction as eC, UseFormattedDurationOptions as eS, createAuthStore as eT, CommentsList as e_, createUserStore as ea, CommentPostPayload as eb, BlockStyleProps as ec, StateTree as ed, useLoadable as ef, UserColorHue as eg, DiffProps as eh, FieldPresenceProps as ei, inc as el, NoChanges as em, fromMutationPatches as en, OperationsAPI as eo, DocumentBadgeDescription as ep, ArrayOfPrimitivesInput as er, FormBuilderCustomMarkersComponent as es, NewDocumentCreationContext as et, ReferenceInputPreviewCard as eu, FormPatch as ev, VERSION_FOLDER as ew, TFunction$1 as ex, SearchPopover as ey, PluginFactory as f, useIsReleaseActive as fC, DocumentRebaseTelemetryEvent as fS, UpsellDialogDismissed as f_, DocumentPairPermissionsOptions as fa, CommentsType as fb, StudioFileInput as fc, ArrayOfObjectsFormNode as fd, CardinalityOneRelease as ff, DynamicFeedbackTags as fg, StringSegmentChanged$1 as fh, DocumentPreviewPresenceProps as fi, LegacyLayerProvider as fl, DiffTooltipProps as fm, MemberFieldProps as fn, SelectionState as fo, DocumentActionModalDialogProps as fp, useHoveredField as fr, FieldCommentsProps as fs, SingleWorkspace as ft, ErrorActions as fu, ActiveToolLayoutProps as fv, isDraftId as fw, useTools as fx, useColorSchemeValue as fy, defineConfig as g, DocumentPreviewStoreOptions as gC, ListenerEvent as gS, UpsellDialogViewedInfo as g_, useDocumentPairPermissionsFromHookFactory as ga, CommentsAuthoringPathProvider as gb, UploadOptions as gc, ComputeDiff as gd, PartialExcept as gf, StudioFeedbackDialog as gg, getValueError as gh, useAgentVersionDisplay as gi, ToastParams$1 as gl, DiffInspectWrapper as gm, ArrayOfObjectsItem as gn, Timeline as go, DuplicateDocumentActionComponent as gp, FieldActionsResolver as gr, PrimitiveFieldProps as gs, TemplateResolver as gt, DocumentStatus as gu, NavbarProps as gv, isVersionId as gw, DEFAULT_MAX_RECURSION_DEPTH as gx, useAddonDataset as gy, createConfig as h, DocumentPreviewStore as hC, LatencyReportEvent as hS, UpsellDialogViewed as h_, useDocumentPairPermissions as ha, CommentsAuthoringPathContextValue as hb, ResolvedUploader as hc, BooleanFormNode as hd, isPausedCardinalityOneRelease as hf, TagValue as hg, FieldValueError as hh, AgentVersionDisplay as hi, ImperativeToast as hl, DiffStringSegment as hm, PrimitiveMemberItemProps as hn, ParsedTimeRef as ho, DuplicateActionProps as hp, FieldActionsProps as hr, ObjectFieldProps as hs, SourceOptions as ht, CapabilityGate as hu, NavbarAction as hv, isSystemBundleName as hw, useTemplates as hx, StudioThemeColorSchemeKey as hy, SchemaError as i, ChangeConnectorRootProps as iC, useEditState as iS, LoginComponentProps as iT, useWorkspaceLoader as i_, useTemplatePermissions as ia, CommentStatus as ib, ArrayInputInsertEvent as ic, ArrayOfObjectsMember as id, supportsTouch as if, FeedbackContextValue as ig, GroupChangeNode as ih, Location as ii, setIfMissing as il, FromToArrow as im, ObjectInputMembers as in, TimelineState as io, HookCollectionActionHook as ip, ArrayOfObjectOptionsInput as ir, PortableTextMarker as is, Plugin as it, IntentButton as iu, FormSetIfMissingPatch as iv, documentIdEquals as iw, UserListWithPermissionsHookValue as ix, ColorSchemeCustomProvider as iy, Config as j, ObservePathsFn as jC, MutationPayload as jS, useSource as j_, DocumentStoreOptions as ja, useGetI18nText as jb, defaultRenderField as jc, InvalidItemTypeError as jd, catchWithCount as jf, CollapseMenuButtonProps as jg, PublishDocumentVersionEvent as jh, usePresenceStore as ji, TemplatePreviewProps as jl, ChangeList as jm, SlugInput as jn, CommitRequest as jo, getItemKeySegment as jp, FormInputAbsolutePathArg as jr, PasteData$1 as js, defineDocumentInspector as jt, useDocumentVersionInfo as ju, SearchOperatorType as jv, CommandListProps as jw, TemplateReferenceTarget as jx, getNamelessWorkspaceIdentifier as jy, BetaFeatures as k, ObserveDocumentAvailabilityFn as kC, DocumentRebaseEvent as kS, SourceProvider as k_, useDocumentType as ka, useCurrentLocale as kb, defaultRenderAnnotation as kc, FieldError as kd, ReactHook as kf, useOnScroll as kg, EventsStoreRevision as kh, useHistoryStore as ki, CircularProgress as kl, ChangeResolver as km, TagsArrayInputProps as kn, BufferedDocumentWrapper as ko, findIndex as kp, FormRow as kr, OnPasteFn as ks, DocumentInspectorProps as kt, useReleasesIds as ku, defineSearchFilter as kv, CommandListHandle as kw, TemplateItem as kx, validateWorkspaces as ky, resolveConfig as l, sortReleases as lC, EditStateFor as lS, EditPortal as lT, useWorkspace as l_, DocumentValuePermissionsOptions as la, CommentUpdatePayload as lb, ImageInputProps as lc, FieldSetMember as ld, _isSanityDocumentTypeDefinition as lf, UseInStudioFeedbackReturn as lg, ReferenceDiff as lh, ReportedRegionWithRect as li, AvatarSkeleton as ll, FallbackDiff as lm, MemberFieldSet as ln, HistoryStoreOptions as lo, DocumentActionDescription as lp, ArrayOfObjectsFunctions as lr, ArrayOfPrimitivesFieldProps as ls, SanityFormConfig as lt, serializeError as lu, ToolLinkProps as lv, getVersionId as lw, UnitFormatter as lx, useColorSchemeInternalValue as ly, definePlugin as m, useDocumentVersions as mC, InitialSnapshotEvent as mS, UpsellDialogUpgradeCtaClicked as m_, getDocumentPairPermissions as ma, Loadable as mb, FileLike as mc, BaseFormNode as md, isCardinalityOneRelease as mf, Sentiment as mg, TypeChangeDiff$1 as mh, useUser as mi, ZIndexContextValue as ml, DiffString as mm, ArrayOfPrimitivesItem as mn, TimelineControllerOptions as mo, DocumentActionProps as mp, useFieldActions as mr, NumberFieldProps as ms, SourceClientOptions as mt, DocumentStatusIndicator as mu, LogoProps as mv, isSystemBundle as mw, useTimeAgo as mx, StudioTheme as my, getConfigContextFromSource as n, ReporterHook as nC, useFilteredReleases as nS, AuthStore as nT, UpsellData as n_, TemplatePermissionsResult as na, CommentReactionOption as nb, PortableTextPluginsProps as nc, FieldsetState as nd, truncateString as nf, UserId as ng, FieldOperationsAPI as nh, FieldPresenceData as ni, prefixPath as nl, MetaInfoProps as nm, useFormBuilder as nn, snapshotPair as no, GetHookCollectionState as np, ArrayOfPrimitiveOptionsInput as nr, FormBuilderInputComponentMap as ns, NewDocumentOptionsResolver as nt, PopoverDialog as nu, FormPatchJSONValue as nv, createDraftFrom as nw, StudioLocaleResourceKeys as nx, SearchHeader as ny, CreateWorkspaceFromConfigOptions as o, ChangeIndicator as oC, useDocumentOperation as oS, KeyValueStore as oT, ErrorMessageProps as o_, GrantsStoreOptions as oa, CommentTextSelection as ob, UploadEvent as oc, ArrayOfPrimitivesMember as od, fieldNeedsEscape as of, UseFeedbackReturn as og, NullDiff$1 as oh, PresentUser as oi, ZIndexProvider as ol, FromTo as om, ObjectMembersProps as on, useTimelineStore as oo, DocumentActionComponent as op, VirtualizerScrollInstance as or, RenderBlockActionsProps as os, PreparedConfig as ot, InsufficientPermissionsMessageProps as ou, FormUnsetPatch as ov, getIdPair as ow, UserWithPermission as ox, ColorSchemeProvider as oy, createPlugin as p, useDocumentVersionTypeSortedList as pC, DocumentStoreExtraOptions as pS, UpsellDialogLearnMoreCtaClicked as p_, DocumentPermission as pa, CommentsUIMode as pb, AssetSourcesResolver as pc, ArrayOfPrimitivesFormNode as pd, isCardinalityOnePerspective as pf, FeedbackPayload as pg, StringSegmentUnchanged$1 as ph, useCurrentUser as pi, ZIndexContextValueKey as pl, DiffTooltipWithAnnotationsProps as pm, MemberItemError as pn, TimelineController as po, DocumentActionPopoverDialogProps as pp, HoveredFieldProvider as pr, FieldProps as ps, Source as pt, ErrorActionsProps as pu, LayoutProps as pv, isPublishedId as pw, TimeAgoOpts as px, StudioColorScheme as py, DocumentLanguageFilterResolver as q, SelectedPerspective as qC, ChangeIndicatorTrackerContextValue as qS, SanityClipboardItem as q_, OperationSuccess as qa, LocaleResourceKey as qb, PatchMsg as qc, useThrottledCallback as qd, SingleDocReleaseProvider as qf, isTextSelectionComment as qg, UserColorManagerProviderProps as qh, GlobalPresence as qi, PortableTextPreviewLayoutKey as ql, ChangeTitlePath as qm, DateTimeInput as qn, isArrayOfPrimitivesInputProps as qo, isRemovedItemDiff as qp, PresenceScope as qr, ObjectItem as qs, AuthProvider as qt, ExpandPathOperation as qu, isPerspectiveRaw as qv, isAuthStore as qw, useManageFavorite as qx, CommentDocument as qy, useConfigContextFromSource as r, ChangeConnectorRoot as rC, useFeatureEnabled as rS, HandleCallbackResult as rT, WorkspaceLoaderBoundary as r_, getTemplatePermissions as ra, CommentReactionShortNames as rb, ArrayInputCopyEvent as rc, ArrayOfObjectsItemMember as rd, uncaughtErrorHandler as rf, FeedbackContext as rg, FromToIndex as rh, FormNodePresence as ri, set as rl, GroupChange as rm, useDocumentForm as rn, useTimelineSelector as ro, GetHookCollectionStateProps as rp, ArrayOfOptionsInput as rr, FormBuilderMarkersComponent as rs, PartialContext as rt, LoadingBlock as ru, FormPatchOrigin as rv, createPublishedFrom as rw, Rule as rx, Filters as ry, createSourceFromConfig as s, ChangeIndicatorProps as sC, DocumentIdStack as sS, KeyValueStoreValue as sT, WorkspaceProvider as s_, createGrantsStore as sa, CommentThreadItem as sb, EnhancedObjectDialogContextValue as sc, DecorationMember as sd, joinPath as sf, useFeedback as sg, NumberDiff$1 as sh, Rect as si, useZIndex as sl, FromToProps as sm, ObjectInputMember as sn, DocumentRevision as so, DocumentActionConfirmDialogProps as sp, useVirtualizerScrollInstance as sr, RenderCustomMarkers as ss, ReleaseActionsResolver as st, Hotkeys as su, PatchArg as sv, getPublishedId as sw, useUserListWithPermissions as sx, ColorSchemeProviderProps as sy, ActiveWorkspaceMatcherContextValue as t, Reported as tC, useFormattedDuration as tS, AuthState as tT, CommentsUpsellContextValue as t_, TemplatePermissionsOptions as ta, CommentReactionItem as tb, MarkdownConfig as tc, FieldsetMembers as td, sliceString as tf, UserColorManager as tg, FieldChangeNode as th, FieldPresenceWithOverlay as ti, insert as tl, MetaInfo as tm, toMutationPatches as tn, DocumentVersionSnapshots as to, DocumentBadgeProps as tp, ArrayOfPrimitivesFunctions as tr, FormBuilderFilterFieldFn as ts, NewDocumentOptionsContext as tt, usePreviewCard as tu, FormPatchBase as tv, collate as tw, ValidationLocaleResourceKeys as tx, SearchPopoverProps as ty, prepareConfig as u, useVersionOperations as uC, editState$1 as uS, createSanityMediaLibraryFileSource as uT, InterpolationProp as u_, getDocumentValuePermissions as ua, CommentsListBreadcrumbItem as ub, StudioImageInput as uc, FieldsetRenderMembersCallback as ud, _isType as uf, useInStudioFeedback as ug, StringDiff$1 as uh, Size as ui, UserAvatar as ul, Event$1 as um, MemberFieldError as un, createHistoryStore as uo, DocumentActionDialogProps as up, useDidUpdate as ur, BaseFieldProps as us, ScheduledPublishingPluginOptions as ut, useCopyErrorDetails as uu, StudioToolMenu as uv, idMatchesPerspective as uw, UseUnitFormatterOptions as ux, useColorSchemeOptions as uy, ConfigResolutionError as v, createDocumentPreviewStore as vC, getPairListener as vS, StudioProviderProps as v_, EvaluationParams as va, useValidationStatus as vb, Uploader as vc, HiddenField as vd, isString as vf, FeedbackDialog as vg, EventsProvider as vh, ResourceCache as vi, TextWithTone as vl, DiffFromTo as vm, ArrayOfObjectsInputMembers as vn, CombinedDocument as vo, SchedulesContextValue as vp, FieldActionMenu as vr, ArrayOfObjectsInputProps as vs, Workspace as vt, getDocumentIsInPerspective as vu, StudioComponentsPluginOptions as vv, removeDupes as vw, isBuilder as vx, AddonDatasetProvider as vy, AppsOptions as w, DraftsModelDocument as wC, WelcomeBackEvent as wS, StudioAnnouncementsDialog as w_, useInitialValueResolverContext as wa, defaultLocale as wb, StudioCrossDatasetReferenceInputProps as wc, ObjectRenderMembersCallback as wd, getErrorMessage as wf, isProd as wg, DeleteDocumentVersionEvent as wh, useComlinkStore as wi, RovingFocusProps as wl, DiffCard as wm, TextInput as wn, Pair as wo, PerspectiveProvider as wp, useFormValue as wr, EditorChange as ws, ReleaseActionsContext as wt, isGoingToUnpublish as wu, useSearchMaxFieldDepth as wv, CommandList as ww, prepareTemplates as wx, WorkspacesProviderProps as wy, ConfigPropertyErrorOptions as x, AvailabilityResponse as xC, PendingMutationsEvent as xS, StudioLayoutComponent as x_, PermissionCheckResult as xa, Translate as xb, StudioReferenceInput as xc, NumberFormNode as xd, isArray as xf, ConsentStatus as xg, CreateDocumentVersionEvent as xh, useResourceCache as xi, StatusButtonProps as xl, DiffErrorBoundary as xm, ArrayOfObjectsMemberProps as xn, DocumentVersion as xo, usePerspective as xp, useGetFormValue as xr, BaseInputProps as xs, ReleaseActionComponent as xt, isReleaseScheduledOrScheduling as xu, SearchDialog as xv, DocumentVariantType as xw, resolveInitialValueForType as xx, MatchWorkspaceResult as xy, ConfigResolutionErrorOptions as y, ApiConfig as yC, IdPair as yS, NavbarContextValue as y_, Grant as ya, ValidateDocumentOptions as yb, UploaderDef as yc, NodeChronologyProps as yd, isRecord as yf, FeedbackDialogProps as yg, useEvents as yh, ResourceCacheProvider as yi, TextWithToneProps as yl, DiffFromToProps as ym, ArrayOfObjectsInputMembersProps as yn, DocumentRemoteMutationVersionEvent as yo, EditScheduleForm as yp, FieldActionMenuProps as yr, ArrayOfPrimitivesElementType as ys, WorkspaceOptions as yt, isDraftPerspective as yu, ToolMenuProps as yv, systemBundles as yw, resolveInitialObjectValue as yx, useActiveWorkspace as yy, DocumentActionsVersionType as z, ReleaseTitle as zC, useConnectionState as zS, StudioWorkspaceManifest as z_, InitialValueErrorMsg as za, LocaleProviderBase as zb, ReferenceInputOptionsProvider as zc, resolveConditionalProperty as zd, TasksNavigationContextValue as zf, useCommentsTelemetry as zg, isDeleteDocumentVersionEvent as zh, ProjectDatasetData as zi, DetailPreview as zl, getDiffAtPath as zm, UpdateReadOnlyPlugin as zn, unstable_useObserveDocument as zo, pathsAreEqual as zp, FieldStatusProps as zr, RenderBlockCallback as zs, DocumentFieldActionItem as zt, DEFAULT_DECORATORS as zu, SearchOperatorButtonValue as zv, ConnectingStatus as zw, useRelativeTime as zx, CommentsSelectedPathProvider as zy };
|