@beyondwork/docx-react-component 1.0.129 → 1.0.130

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.
Files changed (102) hide show
  1. package/dist/api/public-types.cjs +595 -18
  2. package/dist/api/public-types.d.cts +1 -1
  3. package/dist/api/public-types.d.ts +1 -1
  4. package/dist/api/public-types.js +4 -4
  5. package/dist/api/v3.cjs +1164 -332
  6. package/dist/api/v3.d.cts +2 -2
  7. package/dist/api/v3.d.ts +2 -2
  8. package/dist/api/v3.js +13 -13
  9. package/dist/{chunk-OTQIW2TC.js → chunk-35RHOE6I.js} +105 -4
  10. package/dist/{chunk-PGKUJZXV.js → chunk-3YCQM2RV.js} +6 -6
  11. package/dist/{chunk-JJGVE5J7.js → chunk-4YCWECLZ.js} +1 -1
  12. package/dist/{chunk-EZKJXIPH.js → chunk-6TBLDBCL.js} +1 -1
  13. package/dist/{chunk-SKPTKQHF.js → chunk-7G5GR3VV.js} +122 -23
  14. package/dist/{chunk-HUIHBBAQ.js → chunk-A3GSNB4G.js} +17 -6
  15. package/dist/{chunk-5DGKFNQT.js → chunk-A66ZVUAT.js} +150 -1
  16. package/dist/{chunk-YIYM4ZAP.js → chunk-CI2TD3T4.js} +1 -1
  17. package/dist/{chunk-63FYIGCT.js → chunk-DGA7M77X.js} +2 -2
  18. package/dist/{chunk-EB6M3GE6.js → chunk-FM4K4XFJ.js} +100 -97
  19. package/dist/{chunk-VNLDQJ47.js → chunk-HYHCRMR7.js} +1 -1
  20. package/dist/{chunk-DJU2W4E4.js → chunk-KNHMXKC6.js} +2 -2
  21. package/dist/{chunk-Q3QYGKFE.js → chunk-M7YRJX6V.js} +10 -21
  22. package/dist/{chunk-KFCQYZXR.js → chunk-OVLZQ6FZ.js} +61 -0
  23. package/dist/{chunk-W34X3KBR.js → chunk-PHMWH23E.js} +1 -1
  24. package/dist/{chunk-DDN2AIGE.js → chunk-Q7Y57KOK.js} +2 -2
  25. package/dist/{chunk-LJH64PV3.js → chunk-QXKQPUOM.js} +3 -3
  26. package/dist/{chunk-CX42VC67.js → chunk-SYQWQ6FE.js} +1 -1
  27. package/dist/{chunk-5DSHUYSY.js → chunk-T5YYFDZB.js} +1 -1
  28. package/dist/{chunk-RMRTQGW3.js → chunk-THVM6EP5.js} +371 -13
  29. package/dist/{chunk-XMHSGPLN.js → chunk-VRKK2CSZ.js} +111 -90
  30. package/dist/{chunk-OL2UEHRP.js → chunk-WUDSNHWF.js} +1 -1
  31. package/dist/{chunk-XQCAMKIQ.js → chunk-WZDKNF37.js} +250 -106
  32. package/dist/{chunk-PRAZBHNF.js → chunk-YLL7MF5C.js} +15 -15
  33. package/dist/{chunk-YZDZ4FGR.js → chunk-ZVC23LKV.js} +1 -1
  34. package/dist/compare.cjs +100 -97
  35. package/dist/compare.js +3 -3
  36. package/dist/core/commands/formatting-commands.d.cts +1 -1
  37. package/dist/core/commands/formatting-commands.d.ts +1 -1
  38. package/dist/core/commands/image-commands.cjs +16 -5
  39. package/dist/core/commands/image-commands.d.cts +1 -1
  40. package/dist/core/commands/image-commands.d.ts +1 -1
  41. package/dist/core/commands/image-commands.js +5 -5
  42. package/dist/core/commands/section-layout-commands.d.cts +1 -1
  43. package/dist/core/commands/section-layout-commands.d.ts +1 -1
  44. package/dist/core/commands/style-commands.d.cts +1 -1
  45. package/dist/core/commands/style-commands.d.ts +1 -1
  46. package/dist/core/commands/table-structure-commands.cjs +16 -5
  47. package/dist/core/commands/table-structure-commands.d.cts +1 -1
  48. package/dist/core/commands/table-structure-commands.d.ts +1 -1
  49. package/dist/core/commands/table-structure-commands.js +4 -4
  50. package/dist/core/commands/text-commands.cjs +16 -5
  51. package/dist/core/commands/text-commands.d.cts +1 -1
  52. package/dist/core/commands/text-commands.d.ts +1 -1
  53. package/dist/core/commands/text-commands.js +5 -5
  54. package/dist/core/selection/mapping.d.cts +1 -1
  55. package/dist/core/selection/mapping.d.ts +1 -1
  56. package/dist/core/state/editor-state.d.cts +1 -1
  57. package/dist/core/state/editor-state.d.ts +1 -1
  58. package/dist/index.cjs +1280 -347
  59. package/dist/index.d.cts +4 -4
  60. package/dist/index.d.ts +4 -4
  61. package/dist/index.js +24 -24
  62. package/dist/io/docx-session.cjs +216 -203
  63. package/dist/io/docx-session.d.cts +3 -3
  64. package/dist/io/docx-session.d.ts +3 -3
  65. package/dist/io/docx-session.js +6 -6
  66. package/dist/legal.cjs +9 -20
  67. package/dist/legal.js +3 -3
  68. package/dist/{loader-4qsw4eIU.d.ts → loader-B-aL5HGD.d.ts} +2 -2
  69. package/dist/{loader-B8TKhmQi.d.cts → loader-DiY_ZgKl.d.cts} +2 -2
  70. package/dist/{measurement-backend-canvas-Q3MJMEYX.js → measurement-backend-canvas-F7ZYDACK.js} +1 -1
  71. package/dist/{public-types-p9b8rfy8.d.ts → public-types-DyqnxxO9.d.ts} +124 -1
  72. package/dist/{public-types-B5CRoR6f.d.cts → public-types-gvubspUI.d.cts} +124 -1
  73. package/dist/public-types.cjs +595 -18
  74. package/dist/public-types.d.cts +1 -1
  75. package/dist/public-types.d.ts +1 -1
  76. package/dist/public-types.js +4 -4
  77. package/dist/runtime/collab.d.cts +2 -2
  78. package/dist/runtime/collab.d.ts +2 -2
  79. package/dist/runtime/document-runtime.cjs +908 -129
  80. package/dist/runtime/document-runtime.d.cts +1 -1
  81. package/dist/runtime/document-runtime.d.ts +1 -1
  82. package/dist/runtime/document-runtime.js +17 -17
  83. package/dist/{session-BnGIjaex.d.cts → session-BUN6B-Vj.d.cts} +2 -2
  84. package/dist/{session-vEYKf-w3.d.ts → session-CDB0hohT.d.ts} +2 -2
  85. package/dist/session.cjs +216 -203
  86. package/dist/session.d.cts +4 -4
  87. package/dist/session.d.ts +4 -4
  88. package/dist/session.js +7 -7
  89. package/dist/tailwind.cjs +595 -18
  90. package/dist/tailwind.d.cts +1 -1
  91. package/dist/tailwind.d.ts +1 -1
  92. package/dist/tailwind.js +8 -8
  93. package/dist/{types-BLuvZ6cQ.d.cts → types-C4bz3kDU.d.cts} +1 -1
  94. package/dist/{types-Dutlyj0T.d.ts → types-VWH6CRvG.d.ts} +1 -1
  95. package/dist/ui-tailwind/editor-surface/search-plugin.d.cts +2 -2
  96. package/dist/ui-tailwind/editor-surface/search-plugin.d.ts +2 -2
  97. package/dist/ui-tailwind/editor-surface/search-plugin.js +5 -5
  98. package/dist/ui-tailwind.cjs +595 -18
  99. package/dist/ui-tailwind.d.cts +2 -2
  100. package/dist/ui-tailwind.d.ts +2 -2
  101. package/dist/ui-tailwind.js +8 -8
  102. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import { C as CanonicalDocument } from './canonical-document-BMtONpgf.cjs';
2
- import { ar as EditorStateNamespace, as as EditorStateLocation, a as EditorSessionState, P as PersistedEditorSnapshot, r as EditorError, t as ProtectionSnapshot, b as ExportDocxOptions, c as ExportResult, L as LoadStage, E as EditorHostAdapter, at as LoadScheduler, o as EditorSurfaceSnapshot } from './public-types-B5CRoR6f.cjs';
3
- import { E as EmbeddedDocumentManifest, e as ProgressiveSurfaceProjector } from './types-BLuvZ6cQ.cjs';
2
+ import { ar as EditorStateNamespace, as as EditorStateLocation, a as EditorSessionState, P as PersistedEditorSnapshot, r as EditorError, t as ProtectionSnapshot, b as ExportDocxOptions, c as ExportResult, L as LoadStage, E as EditorHostAdapter, at as LoadScheduler, o as EditorSurfaceSnapshot } from './public-types-gvubspUI.cjs';
3
+ import { E as EmbeddedDocumentManifest, e as ProgressiveSurfaceProjector } from './types-C4bz3kDU.cjs';
4
4
 
5
5
  interface EditorStatePayloadNamespaceEntry {
6
6
  namespace: EditorStateNamespace;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  createCanvasBackend
3
- } from "./chunk-KFCQYZXR.js";
3
+ } from "./chunk-OVLZQ6FZ.js";
4
4
  export {
5
5
  createCanvasBackend
6
6
  };
@@ -2207,6 +2207,34 @@ interface RuntimePageAnchor {
2207
2207
  fragmentId?: string;
2208
2208
  }
2209
2209
 
2210
+ interface LayoutInputIdentity {
2211
+ readonly storyKey: string;
2212
+ readonly blockPath: string;
2213
+ readonly blockId: string;
2214
+ readonly sourceRef?: CanonicalSourceRef;
2215
+ readonly editableTargetRef?: EditableTargetRef;
2216
+ readonly table?: {
2217
+ readonly tableBlockPath: string;
2218
+ readonly rowPath?: string;
2219
+ readonly cellPath?: string;
2220
+ readonly rowId?: string;
2221
+ readonly cellId?: string;
2222
+ };
2223
+ readonly list?: {
2224
+ readonly numberingInstanceId: string;
2225
+ readonly level: number;
2226
+ readonly markerSourceRef?: CanonicalSourceRef;
2227
+ };
2228
+ readonly field?: {
2229
+ readonly fieldId: string;
2230
+ readonly fieldFamily: string;
2231
+ readonly pageLocal: boolean;
2232
+ };
2233
+ readonly object?: {
2234
+ readonly objectId: string;
2235
+ readonly anchorSourceRef?: CanonicalSourceRef;
2236
+ };
2237
+ }
2210
2238
  type EditableTargetKind = "paragraph-text" | "sdt-paragraph-text" | "table-cell-paragraph-text" | "nested-table-cell-paragraph-text" | "sdt-table-cell-paragraph-text" | "table-structure-table" | "table-structure-row" | "table-structure-column" | "table-structure-cell" | "table-structure-span" | "secondary-story-paragraph-text" | "textbox-paragraph-text" | "field-result-text" | "field-region-refresh" | "toc-region-refresh" | "hyperlink-text" | "hyperlink-destination" | "bookmark-anchor" | "bookmark-content-range" | "comment-anchor" | "revision-anchor" | "object-anchor" | "custom-xml-content" | "opaque-content";
2211
2239
  type EditableTargetCommandFamily = "text-leaf" | "table-structure" | "field" | "link-bookmark" | "comment-revision" | "object" | "metadata" | "preserve-only-refusal";
2212
2240
  type EditableTargetEditability = "editable" | "non-editable";
@@ -3918,6 +3946,29 @@ interface RenderFrameDiff {
3918
3946
  /** Pages present in both with at least one structural change. */
3919
3947
  changedPages: readonly ChangedPageEntry[];
3920
3948
  }
3949
+ type PagePatchReason = "layout" | "geometry" | "selection" | "overlay" | "residency" | "diagnostic-fallback";
3950
+ interface PagePatchPlan {
3951
+ layoutRevision: number;
3952
+ geometryRevision: number;
3953
+ addedPages: readonly string[];
3954
+ removedPages: readonly string[];
3955
+ unchangedPages: readonly string[];
3956
+ changedPages: readonly PagePatchEntry[];
3957
+ mountChanges: {
3958
+ mountPageIds: readonly string[];
3959
+ unmountPageIds: readonly string[];
3960
+ };
3961
+ }
3962
+ interface PagePatchEntry {
3963
+ pageId: string;
3964
+ pageIndex: number;
3965
+ frameChanged: boolean;
3966
+ regionChanges: readonly string[];
3967
+ fragmentChanges: readonly string[];
3968
+ lineBoxChanges: readonly string[];
3969
+ overlayLaneChanges: readonly string[];
3970
+ reason: PagePatchReason;
3971
+ }
3921
3972
 
3922
3973
  interface RenderFrame {
3923
3974
  /** Revision stamp the kernel used to build this frame. */
@@ -4169,6 +4220,12 @@ type RenderKernelEvent = {
4169
4220
  * to drive targeted sub-tree updates.
4170
4221
  */
4171
4222
  diff: RenderFrameDiff;
4223
+ /**
4224
+ * L11 page-patching receipt derived from the same structural diff.
4225
+ * Consumers that need page-id keyed added/removed/changed/mount
4226
+ * decisions read this instead of rebuilding patch posture from `diff`.
4227
+ */
4228
+ patchPlan: PagePatchPlan;
4172
4229
  } | {
4173
4230
  kind: "decoration_resolved";
4174
4231
  revision: number;
@@ -6642,8 +6699,21 @@ interface ScopeEditableTargetRuntimeCommandEvidence {
6642
6699
  readonly reason: string;
6643
6700
  readonly actionHandle?: string;
6644
6701
  readonly canonicalAddress?: EditableTargetCanonicalAddress;
6702
+ /**
6703
+ * Additional opaque handles exposed by the same editable target for a
6704
+ * narrower command authority. For example, a numbered paragraph inside a
6705
+ * table cell keeps its table-text action as the primary command while also
6706
+ * exposing a list-text/list-structure handle derived from `listAddress`.
6707
+ */
6708
+ readonly relatedActionHandles?: readonly ScopeEditableTargetRelatedActionHandle[];
6645
6709
  readonly blockers?: readonly string[];
6646
6710
  }
6711
+ interface ScopeEditableTargetRelatedActionHandle {
6712
+ readonly actionHandle: string;
6713
+ readonly canonicalAddress: EditableTargetCanonicalAddress;
6714
+ readonly intents: readonly ScopeEditableTargetRuntimeCommandIntent[];
6715
+ readonly reason: string;
6716
+ }
6647
6717
  interface ScopeEditableTargetReadbackEvidence {
6648
6718
  readonly text: string;
6649
6719
  readonly source: "canonical-text-leaf";
@@ -6671,6 +6741,13 @@ interface ScopeEditableTargetEvidenceEntry {
6671
6741
  readonly table?: EditableTargetTableIdentity;
6672
6742
  readonly editableOwner?: EditableTargetOwnerIdentity;
6673
6743
  readonly canonicalAddress?: EditableTargetCanonicalAddress;
6744
+ /**
6745
+ * Canonical L02 layout identity for joining this editable target to L04/L05
6746
+ * surface projection, pagination, and measurement-cache evidence. This is
6747
+ * read evidence only; command authority remains on canonicalAddress and the
6748
+ * runtime command verdicts.
6749
+ */
6750
+ readonly layoutIdentity?: LayoutInputIdentity;
6674
6751
  readonly staleCheck: EditableTargetStaleCheck;
6675
6752
  readonly posture: EditableTargetPosture;
6676
6753
  readonly workflowBlockers?: readonly ScopeEditableTargetWorkflowBlockerEvidence[];
@@ -6686,6 +6763,8 @@ interface ScopeEditableTargetEvidence {
6686
6763
  readonly entries: readonly ScopeEditableTargetEvidenceEntry[];
6687
6764
  }
6688
6765
  type ScopeObjectEvidenceStatus = "none" | "present";
6766
+ type ScopeObjectEvidenceFamilyStatus = "blocked" | "preserve-only" | "supported";
6767
+ type ScopeObjectEvidenceFamilyKind = EditableTargetObjectIdentity["objectKind"] | "unknown";
6689
6768
  interface ScopeObjectEvidenceEntry {
6690
6769
  readonly targetKey: string;
6691
6770
  readonly kind: EditableTargetKind;
@@ -6699,10 +6778,22 @@ interface ScopeObjectEvidenceEntry {
6699
6778
  readonly blockers: readonly string[];
6700
6779
  readonly preserveOnly?: boolean;
6701
6780
  }
6781
+ interface ScopeObjectEvidenceFamily {
6782
+ readonly objectKind: ScopeObjectEvidenceFamilyKind;
6783
+ readonly status: ScopeObjectEvidenceFamilyStatus;
6784
+ readonly count: number;
6785
+ readonly targetKeys: readonly string[];
6786
+ readonly relations: readonly ScopeEditableTargetRelation[];
6787
+ readonly commandFamilies: readonly EditableTargetCommandFamily[];
6788
+ readonly runtimeIntents: readonly ScopeEditableTargetRuntimeCommandIntent[];
6789
+ readonly blockers: readonly string[];
6790
+ readonly preserveOnly?: boolean;
6791
+ }
6702
6792
  interface ScopeObjectEvidence {
6703
6793
  readonly status: ScopeObjectEvidenceStatus;
6704
6794
  readonly count: number;
6705
6795
  readonly blockers: readonly string[];
6796
+ readonly families: readonly ScopeObjectEvidenceFamily[];
6706
6797
  readonly entries: readonly ScopeObjectEvidenceEntry[];
6707
6798
  }
6708
6799
  type ScopeTableEvidenceStatus = "present";
@@ -11883,6 +11974,25 @@ interface ListOperationActionsInput {
11883
11974
  readonly actorId?: string;
11884
11975
  readonly origin?: "ui" | "agent" | "host";
11885
11976
  }
11977
+ interface AiListOperationTargetReadback {
11978
+ readonly actionHandle: string;
11979
+ readonly kind: RuntimeListReadback["kind"];
11980
+ readonly storyKey: string;
11981
+ readonly addressKey: string;
11982
+ readonly numberingInstanceId: string;
11983
+ readonly abstractNumberingId?: string;
11984
+ readonly level: number;
11985
+ readonly listKind?: RuntimeListReadback["listKind"];
11986
+ readonly editability: RuntimeListReadback["editability"];
11987
+ readonly blockers: readonly string[];
11988
+ readonly supportedCommands: readonly RuntimeListCommand[];
11989
+ readonly unsupportedCommands: readonly RuntimeListCommand[];
11990
+ readonly staleDiscriminators: RuntimeListReadback["staleDiscriminators"];
11991
+ }
11992
+ interface AiListOperationReadback {
11993
+ readonly before?: AiListOperationTargetReadback;
11994
+ readonly after?: AiListOperationTargetReadback;
11995
+ }
11886
11996
  interface TableFragmentActionsInput {
11887
11997
  readonly actionHandle: string;
11888
11998
  readonly operation: Extract<AiTableCallableOperation, {
@@ -12055,6 +12165,7 @@ interface ApplyActionsResult {
12055
12165
  readonly auditReference?: ApplyResult["auditReference"] | CreateIssueResult["auditReference"];
12056
12166
  readonly commandReference?: AiActionsCommandReference;
12057
12167
  readonly afterReadback?: AiTableTextReadback;
12168
+ readonly listReadback?: AiListOperationReadback;
12058
12169
  readonly results?: readonly ApplyActionsResult[];
12059
12170
  }
12060
12171
  interface AiActionsCommandReference {
@@ -14544,6 +14655,12 @@ type SurfaceBlockSnapshot = {
14544
14655
  * PM position-map posture.
14545
14656
  */
14546
14657
  editableTarget?: EditableTargetRef;
14658
+ /**
14659
+ * L02 shared layout identity used by L04/L05/L11 consumers that need
14660
+ * story/block/source/list authority without reconstructing it from
14661
+ * runtime offsets. Absent on legacy or synthetic projections.
14662
+ */
14663
+ layoutIdentity?: LayoutInputIdentity;
14547
14664
  styleId?: string;
14548
14665
  numbering?: {
14549
14666
  numberingInstanceId: string;
@@ -14629,6 +14746,12 @@ type SurfaceBlockSnapshot = {
14629
14746
  to: number;
14630
14747
  styleId?: string;
14631
14748
  sourceRef?: CanonicalSourceRef;
14749
+ /**
14750
+ * L02 shared layout identity used by L04/L05/L11 consumers that need
14751
+ * story/block/source/table authority without reconstructing it from
14752
+ * runtime offsets. Absent on legacy or synthetic projections.
14753
+ */
14754
+ layoutIdentity?: LayoutInputIdentity;
14632
14755
  gridColumns: number[];
14633
14756
  /**
14634
14757
  * SOW gap G1 — when `tableResolved.widthType === "pct"`, a parallel array
@@ -18627,4 +18750,4 @@ declare class MetadataResolverMissingError extends Error {
18627
18750
  constructor(diagnostic?: EditorDiagnostic);
18628
18751
  }
18629
18752
 
18630
- export { type ChromeHostPosture as $, type ApiStatus as A, type AiPe2GraphOracleReference as B, type CanonicalDocumentEnvelope$1 as C, type AiPe2OracleEvidence as D, type EditorHostAdapter as E, type AiPe2OracleEvidenceProvider as F, type AiPe2OracleEvidenceProviderInput as G, type AiPe2OracleVerdict as H, type InsertTableOptions as I, type ApiV3 as J, type ApiV3FnMetadata as K, type LoadStage as L, type MarginPresetDefinition as M, type ApiV3UiChrome as N, type ApiV3UiDebug as O, type PersistedEditorSnapshot as P, type ApiV3UiOverlays as Q, type RuntimeRenderSnapshot as R, type SelectionSnapshot$1 as S, type TextTransactionTextTarget as T, type UxIntent as U, type ApiV3UiSession as V, type ApiV3UiSurface as W, type ApiV3UiViewport as X, type BroadcastsVia as Y, type ChromeDebugMode as Z, type ChromeDocumentMode as _, type EditorSessionState as a, type EditorAnchorProjection$1 as a$, type ChromeMarkupDisplay as a0, type ChromePosture as a1, type ChromeReviewMode as a2, type ChromeSurface as a3, type ChromeSurfaceKind as a4, type CreateApiV3Opts as a5, type DebugAttachment as a6, type DebugSession as a7, type GeometryRect$1 as a8, type LiveEvidence as a9, type CreateCheckpointStoreOptions as aA, type CreateCommandEventInput as aB, type CreateWorkflowSharedOptions as aC, type RemoteCursorState as aD, type RemoteCursorTrackerHandle as aE, type RemoteCursorTrackerOptions as aF, type RuntimeCollabSyncEvent as aG, type RuntimeCollabSyncHandle as aH, type RuntimeCollabSyncOptions as aI, type RuntimeCommandAppliedBridge as aJ, type RuntimeCommandAppliedListener as aK, type SharedWorkflowState as aL, type WorkflowSharedHandle as aM, type WorkflowSharedResult as aN, clearLocalCursorState as aO, createCheckpointStore as aP, createCommandEvent as aQ, createRemoteCursorTracker as aR, createRuntimeCollabSync as aS, createRuntimeCommandAppliedBridge as aT, createWorkflowShared as aU, getCursorColorForUser as aV, getRemoteCursorStates as aW, isBroadcastCommand as aX, isLocalOnlyCommand as aY, mapRemoteCursorThroughMapping as aZ, setLocalCursorState as a_, type MockShape as aa, type OverlayAnchorQuery as ab, type PersistsTo as ac, type ScrollTarget as ad, type ScrollTargetBehavior as ae, type SelectionRangeInput as af, type SourceLayer as ag, type StateClass as ah, type SubscriptionShape as ai, type UiBinding as aj, type UiController as ak, type UiControllerKind as al, type UiListener as am, type UiUnsubscribe as an, type ViewportState as ao, createApiV3 as ap, validateApiV3Metadata as aq, type EditorStateNamespace as ar, type EditorStateLocation as as, type LoadScheduler as at, type CollabAuthorityProof as au, type CommandEvent as av, type RuntimeCollabAuthority as aw, COMMAND_EVENT_SCHEMA_VERSION as ax, type Checkpoint as ay, type CheckpointStoreHandle as az, type ExportDocxOptions as b, type CommentSidebarSnapshot as b$, type TextCommandAck as b0, type TextCommandRefreshClass as b1, type WordReviewEditorProps as b2, type WordReviewEditorRef as b3, validatePersistedEditorSnapshot as b4, type PayloadSigner as b5, type PayloadSignature as b6, type TransportStatus as b7, type CollabPosture as b8, type PresenceSnapshot as b9, type ChartSnapshotBubbleSeries as bA, type ChartSnapshotData as bB, type ChartSnapshotScatterSeries as bC, type ChartSnapshotSeries as bD, type CollabBlockReason as bE, type CollabSession as bF, type CollabSessionBridge as bG, type CollabSessionEvent as bH, type CollabSessionEventOrIntegrity as bI, type CollabSessionFacet as bJ, type CollabSessionOptions as bK, type CommandStateSnapshot as bL, type CommentAttachment as bM, type CommentAudience as bN, type CommentBody as bO, type CommentLabel as bP, type CommentMention as bQ, type CommentNegotiationAction as bR, type CommentNegotiationActionType as bS, type CommentNegotiationEntry as bT, type CommentNegotiationSnapshot as bU, type CommentNegotiationState as bV, type CommentPresentation as bW, type CommentPresentationAction as bX, type CommentPresentationReply as bY, type CommentPresentationSnapshot as bZ, type CommentReaction as b_, type AwarenessIdentity as ba, type ExternalCustody as bb, type ExternalCustodyResolver as bc, type ExternalCustodyRestoredContent as bd, type RuntimePageGraph as be, type ActiveListContext as bf, type ActiveNoteContext as bg, type AddCommentParams as bh, type AddCommentReplyResult as bi, type AddCommentResult as bj, type AiExplanationScopeInput as bk, type AiExplanationScopeResult as bl, type AttachPayloadArgs as bm, type AuthorKind as bn, type AutosaveConfig as bo, type AutosaveState as bp, type AwarenessPeer as bq, type BatchEditEntryResult as br, type BatchEditOperation as bs, type BatchEditOptions as bt, type BatchEditResult as bu, type CaretAffinity as bv, type ChangeAnchor as bw, type ChangeFilter as bx, type ChartPreviewResolveParams as by, type ChartSnapshot as bz, type ExportResult as c, type NegotiationVote as c$, type CommentSidebarThreadEntrySnapshot as c0, type CommentSidebarThreadSnapshot as c1, type CompatibilityFeatureClass as c2, type CompatibilityFeatureEntry as c3, type CompatibilityPanelSnapshot as c4, type CreateCollabSessionBridgeOptions as c5, type DispatchContext as c6, type DispatchResult as c7, type DocumentChunkKind as c8, type DocumentChunkSnapshot as c9, type EditorViewStateSnapshot as cA, type EditorWarning as cB, type EditorWarningCode as cC, type ExternalCustodyArchivePayload as cD, type ExternalDocumentSource as cE, type HeaderFooterLinkPatch as cF, type HostAnnotationItem as cG, type HostAnnotationKind as cH, type HostAnnotationOverlay as cI, type HostAnnotationSnapshot as cJ, ISSUE_METADATA_ID as cK, type InteractionGuardSnapshot as cL, type IssueMetadataValue as cM, type IssueMode as cN, type IssueOwner as cO, type IssueSeverity as cP, type LayoutMeasurement as cQ, type LoadRequest as cR, type LoadResult as cS, type LoadSourcePolicy as cT, type MetadataIntegrity as cU, type MetadataPersistenceMode as cV, MetadataResolverMissingError as cW, type NegotiationBlockReason as cX, type NegotiationCounterProposal as cY, type NegotiationHistoryRow as cZ, type NegotiationRole as c_, type DocumentHeadingSnapshot as ca, type DocumentLocationSnapshot as cb, type DocumentLocationSource as cc, type DocumentNavigationSnapshot as cd, type DocumentOutlineHeadingSnapshot as ce, type DocumentOutlineSnapshot as cf, type DocumentPageSnapshot as cg, type DocumentSectionSnapshot as ch, type DocumentStats as ci, type DocumentTextToken as cj, type EditorAnchorProjection as ck, type EditorDatastoreAdapter as cl, type EditorErrorCode as cm, type EditorStateBlob as cn, type EditorStatePartLoadFailure as co, type EditorStatePartPersistFailure as cp, type EditorStatePersister as cq, type EditorStatePolicy as cr, type EditorStatePolicyEntry as cs, type EditorStatePolicyMigration as ct, type EditorStateResolveErrorMode as cu, type EditorStateResolver as cv, type EditorStateStorageRef as cw, type EditorStoryTarget as cx, type EditorTelemetryEvent as cy, type EditorUser as cz, type TextTransactionResult as d, type SurfaceTextMark as d$, type PageLayoutSnapshot as d0, type PageRegionHitTest as d1, type Participant as d2, type ParticipantRole as d3, type ParticipantRoster as d4, type PayloadVerifier as d5, REVIEW_ACTION_METADATA_ID as d6, type RestorePointCheckpointType as d7, type RestorePointSnapshot as d8, type RestoreResult as d9, type ScopeCardModel as dA, type ScopeIssueAction as dB, type ScopeMetadataPersistence as dC, type ScopeMetadataResolver as dD, type ScopeMetadataStorageRef as dE, type ScopeTagTouch as dF, type SectionBreakType as dG, type SectionLayoutPatch as dH, type SectionPageNumberingPatch as dI, type SelectionToolKind as dJ, type SelectionToolRegistryEntry as dK, type SendToExternalCallArgs as dL, type SignatureAlgorithm as dM, type SnapshotRefreshChangeKind as dN, type SnapshotRefreshHints as dO, type SnapshotRefreshInvalidateTarget as dP, type SnapshotRefreshStaleTarget as dQ, type StoryTextStreamSnapshot as dR, type StyleCatalogEntrySnapshot as dS, type StyleCatalogSnapshot as dT, type SuggestionEntrySnapshot as dU, type SuggestionGroup as dV, type SuggestionsSnapshot as dW, type SurfaceBlockSnapshot as dX, type SurfaceInlineSegment as dY, type SurfaceTableCellSnapshot as dZ, type SurfaceTableRowSnapshot as d_, type ReviewActionKind as da, type ReviewActionMetadataValue as db, type ReviewQueueItem as dc, type ReviewQueueItemKind as dd, type ReviewQueueSnapshot as de, type ReviewWorkItemSnapshot as df, type ReviewWorkSnapshot as dg, type RuntimeContextAnalyticsActionHint as dh, type RuntimeContextAnalyticsBadge as di, type RuntimeContextAnalyticsCounts as dj, type RuntimeContextAnalyticsProvenance as dk, type RuntimeContextAnalyticsQuery as dl, type RuntimeContextAnalyticsScopeKind as dm, type RuntimeContextAnalyticsSnapshot as dn, type RuntimeContextAnalyticsState as dp, type RuntimeContextAnalyticsUnavailableField as dq, type RuntimeSendToExternalArgs as dr, type RuntimeSendToExternalResult as ds, SELECTION_TOOL_REGISTRY as dt, type SaveExportParams as du, type SaveExportResult as dv, type SaveSessionParams as dw, type SaveSessionResult as dx, type SaveSnapshotParams as dy, type SaveSnapshotResult as dz, type StructuralMutationResult as e, type WordReviewEditorLayoutFacet as e$, type TamperGate as e0, type TamperGateArgs as e1, type AttachArgs as e2, type TamperGateEvent as e3, type GuardResult as e4, type TextCommandAckKind as e5, type TextProjection as e6, type TextProjectionLine as e7, type TextProjectionOptions as e8, type TextProjectionStoryEntry as e9, type WorkflowOverlay as eA, type WorkflowOverlayPatch as eB, type WorkflowProtectedRangeMarkup as eC, type WorkflowRevisionMarkup as eD, type WorkflowScope as eE, type WorkflowScopeMode as eF, type WorkflowScopeSnapshot as eG, type WorkflowWorkItem as eH, type WorkspaceMode as eI, type ZoomLevel as eJ, createCollabSession as eK, createCollabSessionBridge as eL, createCollabSessionFacet as eM, createHmacSigner as eN, createHmacVerifier as eO, createTamperGate as eP, resolveSelectionToolRegistry as eQ, runtimeSendToExternal as eR, sendToExternal as eS, signWorkflowPayloadXml as eT, verifyWorkflowPayloadXml as eU, type ScopeRailSegment as eV, type ChromePinSurface as eW, type PinState as eX, type FormattingAlignment as eY, type InsertImageOptions as eZ, type SessionCapabilities as e_, type TocEntrySnapshot as ea, type TocRegionSnapshot as eb, type TocSnapshot as ec, type TrackedChangeEntrySnapshot as ed, type TrackedChangesSnapshot as ee, type ViewMode as ef, type WordReviewEditorChromeOptions as eg, type WordReviewEditorChromePreset as eh, type WordReviewEditorChromeVisibility as ei, type WordReviewEditorEvent as ej, type WorkflowBlockedCommandReason as ek, type WorkflowCandidateRange as el, type WorkflowCandidateRangeOptions as em, type WorkflowCommentMarkup as en, type WorkflowFieldMarkup as eo, type WorkflowHighlightMarkup as ep, type WorkflowMarkupBase as eq, type WorkflowMarkupItem as er, type WorkflowMarkupKind as es, type WorkflowMarkupSnapshot as et, type WorkflowMetadataDefinition as eu, type WorkflowMetadataEntry as ev, type WorkflowMetadataMarkup as ew, type WorkflowMetadataPersistence as ex, type WorkflowMetadataSnapshot as ey, type WorkflowOpaqueFragmentMarkup as ez, type TextFormattingDirective as f, createPersistedEditorSnapshot as f$, type GeometryFacet as f0, type WorkflowFacet as f1, type EditorActionHostCallbacks as f2, type TwWorkspaceChromeHostController as f3, type FormattingStateSnapshot as f4, type UiObjectDragStartInput as f5, type UiObjectDragSession as f6, type ActiveSelectionToolModel as f7, type TableStructureContextSnapshot as f8, type EditorRole as f9, getEffectiveRange as fA, mapAnchor as fB, mapPosition as fC, mapRange as fD, normalizeRange as fE, storyTargetsEqual as fF, type CommandStateSnapshot$1 as fG, type CommentEntryRecord as fH, type CommentResolutionRecord as fI, type CommentSidebarSnapshot$1 as fJ, type CommentThreadRecord as fK, type CompatibilityPanelSnapshot$1 as fL, type CreateEditorStateOptions as fM, type DocumentStats$1 as fN, type EditorRuntimeState as fO, type EditorState as fP, type PersistedEditorSnapshot$1 as fQ, type ReviewStore as fR, type RevisionMetadataRecord as fS, type RevisionRecord as fT, type RuntimePhase as fU, type RuntimeRenderSnapshot$1 as fV, type TrackedChangesSnapshot$1 as fW, createDefaultCanonicalDocument as fX, createEditorState as fY, createEmptyCompatibilityReport as fZ, createEmptyReviewStore as f_, type ToolbarChromeItemId as fa, type ToolbarChromePlacement as fb, type ScopeRailPosture as fc, type ChromePinsState as fd, type PublicMeasurementFidelity as fe, type FormattingInlineSelectionToolModel as ff, type EditableTargetRef as fg, deriveCapabilities as fh, type Assoc as fi, type BoundaryAssoc as fj, DEFAULT_BOUNDARY_ASSOC as fk, type DetachedAnchor as fl, type DocRange as fm, type InternalEditorAnchorProjection as fn, MAIN_STORY_TARGET as fo, type MappingResult as fp, type MappingStep as fq, type NodeAnchor as fr, type Position as fs, type RangeAnchor as ft, anchorUnaffectedByMapping as fu, areAnchorsEqual as fv, createDetachedAnchor as fw, createEmptyMapping as fx, createNodeAnchor as fy, createRangeAnchor as fz, type TransactionMapping as g, EMU_PER_PX as g$, createSelectionSnapshot as g0, deriveDocumentStats as g1, deriveRenderSnapshot as g2, normalizeCommentThreadRecord as g3, type Alignment as g4, type FormattingMutationResult as g5, type FormattingOperation as g6, type TextMarkClearTarget as g7, type TextMarkRangeOperation as g8, applyFormattingOperationToDocument as g9, type CommandAppliedMeta as gA, type CreateDocumentRuntimeOptions as gB, type DocumentRuntime as gC, type DocumentRuntimeEvent as gD, type RemoteCommandEnvelope as gE, type Unsubscribe as gF, __buildTocInlineNodes as gG, __collectFontLoaderInputUncached as gH, __fontFamiliesEqual as gI, createDocumentRuntime as gJ, getThemeColorResolver as gK, type ActiveMarginPreset as gL, type ActivePageFormat as gM, type AddScopeParams as gN, type AddScopeResult as gO, CAPABILITY_BY_ID as gP, type CanonicalDocumentFragment as gQ, type CapabilityBlockReason as gR, type CapabilityCategory as gS, type CapabilityKind as gT, type CapabilityShortcut as gU, type ClearHighlightOptions as gV, DEFAULT_PAGE_ESTIMATE_PX_PER_TWIP as gW, DEFAULT_PX_PER_TWIP as gX, type DecorationIndex as gY, type DocumentMode as gZ, EMU_PER_INCH as g_, applyIndentation as ga, applyTextMarkOperationToDocumentRange as gb, getFormattingStateFromRenderSnapshot as gc, isMarkActive as gd, makeSetAlignment as ge, makeSetFontFamily as gf, makeSetFontSize as gg, makeSetHighlight as gh, makeSetTextColor as gi, makeToggleAllCaps as gj, makeToggleBold as gk, makeToggleItalic as gl, makeToggleSmallCaps as gm, makeToggleStrikethrough as gn, makeToggleSubscript as go, makeToggleSuperscript as gp, makeToggleUnderline as gq, type CellLocator as gr, type TableStructureOperation as gs, applyTableStructureOperation as gt, applyTableStructureOperationForEditableTarget as gu, getTableStructureContext as gv, removeCellFromRow as gw, removeTableRowPure as gx, tableStructureActionHandleForTarget as gy, type ActiveStoryTextCommand as gz, type SelectionSnapshot as h, type PublicTableSummary as h$, EditorApiError as h0, type EditorCapability as h1, type EditorDiagnostic as h2, type EditorDiagnosticCode as h3, type EditorDiagnosticLlmMetadata as h4, type EditorDiagnosticRecoveryClass as h5, type EditorDiagnosticRemediation as h6, type EditorDiagnosticSource as h7, type EditorDiagnosticTechnical as h8, type EffectiveSelectionMode as h9, type PublicLineBox as hA, type PublicLineRunAnchor as hB, type PublicNoteAllocation as hC, type PublicPageAnchor as hD, type PublicPageFrame as hE, type PublicPageLocalStoryInstance as hF, type PublicPageNode as hG, type PublicPagePaginationTelemetry as hH, type PublicPageRegion as hI, type PublicPageRegions as hJ, type PublicPageSpan as hK, type PublicPaginationTelemetry as hL, type PublicRegionBlock as hM, type PublicRegionKind as hN, type PublicResolvedPageStories as hO, type PublicResolvedParagraphFormatting as hP, type PublicResolvedRunFormatting as hQ, type PublicResolvedStoryField as hR, type PublicSectionNode as hS, type PublicStoryAnchoredObject as hT, type PublicTableBorders as hU, type PublicTableCellBorders as hV, type PublicTableCellMargins as hW, type PublicTableEvent as hX, type PublicTableRenderPlan as hY, type PublicTableRowHeight as hZ, type PublicTableStyle as h_, type EmbeddedDocumentManifestLike as ha, type ExportDelivery as hb, type FieldEntrySnapshot as hc, type FieldFamily as hd, type FieldRefreshStatus as he, type FieldSnapshot as hf, type FormattingBreadcrumbItem as hg, type LayoutFacetEvent as hh, type LayoutFacetInvalidationReason as hi, type MetadataConflictPolicy as hj, type OverlayKind as hk, type OverlayVisibilityAuthorship as hl, type OverlayVisibilityEnforcement as hm, type OverlayVisibilityPolicy as hn, PERCENTAGE_PARTS as ho, type PageChromeReservations as hp, type PageFieldContext as hq, type PagePreviewMaps as hr, type ProtectionRange as hs, type PublicBlockFragment as ht, type PublicBlockMeasurement as hu, type PublicBorderSpec as hv, type PublicCellLocator as hw, type PublicCellShading as hx, type PublicFieldDirtinessReport as hy, type PublicLayoutDivergence as hz, type PageFormatDefinition as i, type TocRefreshResult as i$, type PublicTableWidth as i0, type PublicTwipsRect as i1, ROTATION_UNITS_PER_DEGREE as i2, type RenderAnchorIndex as i3, type RenderAnchorQuery as i4, type RenderBlock as i5, type RenderBlockDecoration as i6, type RenderFrame as i7, type RenderFrameQueryOptions as i8, type RenderFrameRect as i9, type ScopeQueryResult as iA, type ScopeRailSnapshot as iB, type ScopeTagRegistry as iC, type ScopeVisibility as iD, type SearchResultSnapshot as iE, type SecondaryStorySurface as iF, type SemanticScope as iG, type SemanticScopeKind as iH, type SetSelectionOptions as iI, type ShortcutDelegationContext as iJ, type StorageReference as iK, type StoreEmbeddedDocParams as iL, type SupportedFieldFamily as iM, type SurfaceDrawingAnchor as iN, type SurfacePictureEffects as iO, type SurfacePreserveOnlyObjectSizing as iP, type SurfaceTextBoxBodyProperties as iQ, type SurfaceTextBoxBodySnapshot as iR, type SurfaceTextBoxBodyStatus as iS, type SurfaceTextBoxParagraphSnapshot as iT, type SurfaceTextBoxRunSnapshot as iU, TWIPS_PER_PX as iV, type TableOp as iW, type TableOpResult as iX, type TableOperationCapabilitySnapshot as iY, type TextStyleFilter as iZ, type TocRefreshOptions as i_, type RenderHitResult as ia, type RenderKernelEvent as ib, type RenderLine as ic, type RenderLineAnchor as id, type RenderPage as ie, type RenderPageRegions as ig, type RenderPoint as ih, type RenderStoryRegion as ii, type RenderZoom as ij, type RenderZoomSummary as ik, type ResolveMetadataConflictInput as il, type ResolvedNumberingGeometrySnapshot as im, type ResolvedNumberingSnapshot as io, type RuntimeEditTargetContext as ip, type RuntimePageNode as iq, SRCRECT_UNITS_PER_PERCENT as ir, type SanitizeResult as is, type ScopeBundle$1 as it, type ScopeBundleEvidence as iu, type ScopeBundleNeighborhood as iv, type ScopeChromeVisibility as iw, type ScopeChromeVisibilityState as ix, type ScopeHandle as iy, type ScopeQueryFilter as iz, type SearchOptions as j, type TocRefreshTrigger as j0, type UpdateFieldsOptions as j1, type UpdateFieldsResult as j2, type WordReviewEditorChangesFacet as j3, type WordReviewEditorCommentsFacet as j4, type WordReviewEditorDiagnosticsFacet as j5, type WordReviewEditorDocumentFacet as j6, type WordReviewEditorFieldsFacet as j7, type WordReviewEditorPasteEvent as j8, type WordReviewEditorScopesFacet as j9, type WordReviewEditorTablesFacet as ja, type WorkflowEventOrigin as jb, type WorkflowLockedZone as jc, type WorkflowMarkupMode as jd, type WorkflowMarkupModeEnforcement as je, type WorkflowMarkupModePolicy as jf, type WorkflowScopeGuardPolicy as jg, type WorkflowScopeMetadataField as jh, buildPagePreviewMaps as ji, buildSearchPattern as jj, createCanvasBackend as jk, createPublicNodeAnchor as jl, createPublicRangeAnchor as jm, createScopeTagRegistry as jn, estimateBlockHeight as jo, estimateParagraphLineCount as jp, estimateParagraphLineHeight as jq, findPageForOffset as jr, getUsableColumnWidth as js, resolvePageFieldDisplayText as jt, sanitizeMarkdown as ju, storyTargetKey as jv, type SearchTextOptions as k, type SecondaryStorySearchResult as l, createSearchExcerpt as m, findSearchMatches as n, type EditorSurfaceSnapshot as o, type LoadSchedulerBackend as p, type CompatibilityReport as q, type EditorError as r, searchSecondaryStories as s, type ProtectionSnapshot as t, type MockPayload as u, type RuntimeApiHandle as v, type UiControllerFactory as w, type ApiV3Ui as x, type AgentMetadata as y, type AiPe2EvidenceOptions as z };
18753
+ export { type ChromeHostPosture as $, type ApiStatus as A, type AiPe2GraphOracleReference as B, type CanonicalDocumentEnvelope$1 as C, type AiPe2OracleEvidence as D, type EditorHostAdapter as E, type AiPe2OracleEvidenceProvider as F, type AiPe2OracleEvidenceProviderInput as G, type AiPe2OracleVerdict as H, type InsertTableOptions as I, type ApiV3 as J, type ApiV3FnMetadata as K, type LoadStage as L, type MarginPresetDefinition as M, type ApiV3UiChrome as N, type ApiV3UiDebug as O, type PersistedEditorSnapshot as P, type ApiV3UiOverlays as Q, type RuntimeRenderSnapshot as R, type SelectionSnapshot$1 as S, type TextTransactionTextTarget as T, type UxIntent as U, type ApiV3UiSession as V, type ApiV3UiSurface as W, type ApiV3UiViewport as X, type BroadcastsVia as Y, type ChromeDebugMode as Z, type ChromeDocumentMode as _, type EditorSessionState as a, type EditorAnchorProjection$1 as a$, type ChromeMarkupDisplay as a0, type ChromePosture as a1, type ChromeReviewMode as a2, type ChromeSurface as a3, type ChromeSurfaceKind as a4, type CreateApiV3Opts as a5, type DebugAttachment as a6, type DebugSession as a7, type GeometryRect$1 as a8, type LiveEvidence as a9, type CreateCheckpointStoreOptions as aA, type CreateCommandEventInput as aB, type CreateWorkflowSharedOptions as aC, type RemoteCursorState as aD, type RemoteCursorTrackerHandle as aE, type RemoteCursorTrackerOptions as aF, type RuntimeCollabSyncEvent as aG, type RuntimeCollabSyncHandle as aH, type RuntimeCollabSyncOptions as aI, type RuntimeCommandAppliedBridge as aJ, type RuntimeCommandAppliedListener as aK, type SharedWorkflowState as aL, type WorkflowSharedHandle as aM, type WorkflowSharedResult as aN, clearLocalCursorState as aO, createCheckpointStore as aP, createCommandEvent as aQ, createRemoteCursorTracker as aR, createRuntimeCollabSync as aS, createRuntimeCommandAppliedBridge as aT, createWorkflowShared as aU, getCursorColorForUser as aV, getRemoteCursorStates as aW, isBroadcastCommand as aX, isLocalOnlyCommand as aY, mapRemoteCursorThroughMapping as aZ, setLocalCursorState as a_, type MockShape as aa, type OverlayAnchorQuery as ab, type PersistsTo as ac, type ScrollTarget as ad, type ScrollTargetBehavior as ae, type SelectionRangeInput as af, type SourceLayer as ag, type StateClass as ah, type SubscriptionShape as ai, type UiBinding as aj, type UiController as ak, type UiControllerKind as al, type UiListener as am, type UiUnsubscribe as an, type ViewportState as ao, createApiV3 as ap, validateApiV3Metadata as aq, type EditorStateNamespace as ar, type EditorStateLocation as as, type LoadScheduler as at, type CollabAuthorityProof as au, type CommandEvent as av, type RuntimeCollabAuthority as aw, COMMAND_EVENT_SCHEMA_VERSION as ax, type Checkpoint as ay, type CheckpointStoreHandle as az, type ExportDocxOptions as b, type CommentSidebarSnapshot as b$, type TextCommandAck as b0, type TextCommandRefreshClass as b1, type WordReviewEditorProps as b2, type WordReviewEditorRef as b3, validatePersistedEditorSnapshot as b4, type PayloadSigner as b5, type PayloadSignature as b6, type TransportStatus as b7, type CollabPosture as b8, type PresenceSnapshot as b9, type ChartSnapshotBubbleSeries as bA, type ChartSnapshotData as bB, type ChartSnapshotScatterSeries as bC, type ChartSnapshotSeries as bD, type CollabBlockReason as bE, type CollabSession as bF, type CollabSessionBridge as bG, type CollabSessionEvent as bH, type CollabSessionEventOrIntegrity as bI, type CollabSessionFacet as bJ, type CollabSessionOptions as bK, type CommandStateSnapshot as bL, type CommentAttachment as bM, type CommentAudience as bN, type CommentBody as bO, type CommentLabel as bP, type CommentMention as bQ, type CommentNegotiationAction as bR, type CommentNegotiationActionType as bS, type CommentNegotiationEntry as bT, type CommentNegotiationSnapshot as bU, type CommentNegotiationState as bV, type CommentPresentation as bW, type CommentPresentationAction as bX, type CommentPresentationReply as bY, type CommentPresentationSnapshot as bZ, type CommentReaction as b_, type AwarenessIdentity as ba, type ExternalCustody as bb, type ExternalCustodyResolver as bc, type ExternalCustodyRestoredContent as bd, type RuntimePageGraph as be, type ActiveListContext as bf, type ActiveNoteContext as bg, type AddCommentParams as bh, type AddCommentReplyResult as bi, type AddCommentResult as bj, type AiExplanationScopeInput as bk, type AiExplanationScopeResult as bl, type AttachPayloadArgs as bm, type AuthorKind as bn, type AutosaveConfig as bo, type AutosaveState as bp, type AwarenessPeer as bq, type BatchEditEntryResult as br, type BatchEditOperation as bs, type BatchEditOptions as bt, type BatchEditResult as bu, type CaretAffinity as bv, type ChangeAnchor as bw, type ChangeFilter as bx, type ChartPreviewResolveParams as by, type ChartSnapshot as bz, type ExportResult as c, type NegotiationVote as c$, type CommentSidebarThreadEntrySnapshot as c0, type CommentSidebarThreadSnapshot as c1, type CompatibilityFeatureClass as c2, type CompatibilityFeatureEntry as c3, type CompatibilityPanelSnapshot as c4, type CreateCollabSessionBridgeOptions as c5, type DispatchContext as c6, type DispatchResult as c7, type DocumentChunkKind as c8, type DocumentChunkSnapshot as c9, type EditorViewStateSnapshot as cA, type EditorWarning as cB, type EditorWarningCode as cC, type ExternalCustodyArchivePayload as cD, type ExternalDocumentSource as cE, type HeaderFooterLinkPatch as cF, type HostAnnotationItem as cG, type HostAnnotationKind as cH, type HostAnnotationOverlay as cI, type HostAnnotationSnapshot as cJ, ISSUE_METADATA_ID as cK, type InteractionGuardSnapshot as cL, type IssueMetadataValue as cM, type IssueMode as cN, type IssueOwner as cO, type IssueSeverity as cP, type LayoutMeasurement as cQ, type LoadRequest as cR, type LoadResult as cS, type LoadSourcePolicy as cT, type MetadataIntegrity as cU, type MetadataPersistenceMode as cV, MetadataResolverMissingError as cW, type NegotiationBlockReason as cX, type NegotiationCounterProposal as cY, type NegotiationHistoryRow as cZ, type NegotiationRole as c_, type DocumentHeadingSnapshot as ca, type DocumentLocationSnapshot as cb, type DocumentLocationSource as cc, type DocumentNavigationSnapshot as cd, type DocumentOutlineHeadingSnapshot as ce, type DocumentOutlineSnapshot as cf, type DocumentPageSnapshot as cg, type DocumentSectionSnapshot as ch, type DocumentStats as ci, type DocumentTextToken as cj, type EditorAnchorProjection as ck, type EditorDatastoreAdapter as cl, type EditorErrorCode as cm, type EditorStateBlob as cn, type EditorStatePartLoadFailure as co, type EditorStatePartPersistFailure as cp, type EditorStatePersister as cq, type EditorStatePolicy as cr, type EditorStatePolicyEntry as cs, type EditorStatePolicyMigration as ct, type EditorStateResolveErrorMode as cu, type EditorStateResolver as cv, type EditorStateStorageRef as cw, type EditorStoryTarget as cx, type EditorTelemetryEvent as cy, type EditorUser as cz, type TextTransactionResult as d, type SurfaceTextMark as d$, type PageLayoutSnapshot as d0, type PageRegionHitTest as d1, type Participant as d2, type ParticipantRole as d3, type ParticipantRoster as d4, type PayloadVerifier as d5, REVIEW_ACTION_METADATA_ID as d6, type RestorePointCheckpointType as d7, type RestorePointSnapshot as d8, type RestoreResult as d9, type ScopeCardModel as dA, type ScopeIssueAction as dB, type ScopeMetadataPersistence as dC, type ScopeMetadataResolver as dD, type ScopeMetadataStorageRef as dE, type ScopeTagTouch as dF, type SectionBreakType as dG, type SectionLayoutPatch as dH, type SectionPageNumberingPatch as dI, type SelectionToolKind as dJ, type SelectionToolRegistryEntry as dK, type SendToExternalCallArgs as dL, type SignatureAlgorithm as dM, type SnapshotRefreshChangeKind as dN, type SnapshotRefreshHints as dO, type SnapshotRefreshInvalidateTarget as dP, type SnapshotRefreshStaleTarget as dQ, type StoryTextStreamSnapshot as dR, type StyleCatalogEntrySnapshot as dS, type StyleCatalogSnapshot as dT, type SuggestionEntrySnapshot as dU, type SuggestionGroup as dV, type SuggestionsSnapshot as dW, type SurfaceBlockSnapshot as dX, type SurfaceInlineSegment as dY, type SurfaceTableCellSnapshot as dZ, type SurfaceTableRowSnapshot as d_, type ReviewActionKind as da, type ReviewActionMetadataValue as db, type ReviewQueueItem as dc, type ReviewQueueItemKind as dd, type ReviewQueueSnapshot as de, type ReviewWorkItemSnapshot as df, type ReviewWorkSnapshot as dg, type RuntimeContextAnalyticsActionHint as dh, type RuntimeContextAnalyticsBadge as di, type RuntimeContextAnalyticsCounts as dj, type RuntimeContextAnalyticsProvenance as dk, type RuntimeContextAnalyticsQuery as dl, type RuntimeContextAnalyticsScopeKind as dm, type RuntimeContextAnalyticsSnapshot as dn, type RuntimeContextAnalyticsState as dp, type RuntimeContextAnalyticsUnavailableField as dq, type RuntimeSendToExternalArgs as dr, type RuntimeSendToExternalResult as ds, SELECTION_TOOL_REGISTRY as dt, type SaveExportParams as du, type SaveExportResult as dv, type SaveSessionParams as dw, type SaveSessionResult as dx, type SaveSnapshotParams as dy, type SaveSnapshotResult as dz, type StructuralMutationResult as e, type WordReviewEditorLayoutFacet as e$, type TamperGate as e0, type TamperGateArgs as e1, type AttachArgs as e2, type TamperGateEvent as e3, type GuardResult as e4, type TextCommandAckKind as e5, type TextProjection as e6, type TextProjectionLine as e7, type TextProjectionOptions as e8, type TextProjectionStoryEntry as e9, type WorkflowOverlay as eA, type WorkflowOverlayPatch as eB, type WorkflowProtectedRangeMarkup as eC, type WorkflowRevisionMarkup as eD, type WorkflowScope as eE, type WorkflowScopeMode as eF, type WorkflowScopeSnapshot as eG, type WorkflowWorkItem as eH, type WorkspaceMode as eI, type ZoomLevel as eJ, createCollabSession as eK, createCollabSessionBridge as eL, createCollabSessionFacet as eM, createHmacSigner as eN, createHmacVerifier as eO, createTamperGate as eP, resolveSelectionToolRegistry as eQ, runtimeSendToExternal as eR, sendToExternal as eS, signWorkflowPayloadXml as eT, verifyWorkflowPayloadXml as eU, type ScopeRailSegment as eV, type ChromePinSurface as eW, type PinState as eX, type FormattingAlignment as eY, type InsertImageOptions as eZ, type SessionCapabilities as e_, type TocEntrySnapshot as ea, type TocRegionSnapshot as eb, type TocSnapshot as ec, type TrackedChangeEntrySnapshot as ed, type TrackedChangesSnapshot as ee, type ViewMode as ef, type WordReviewEditorChromeOptions as eg, type WordReviewEditorChromePreset as eh, type WordReviewEditorChromeVisibility as ei, type WordReviewEditorEvent as ej, type WorkflowBlockedCommandReason as ek, type WorkflowCandidateRange as el, type WorkflowCandidateRangeOptions as em, type WorkflowCommentMarkup as en, type WorkflowFieldMarkup as eo, type WorkflowHighlightMarkup as ep, type WorkflowMarkupBase as eq, type WorkflowMarkupItem as er, type WorkflowMarkupKind as es, type WorkflowMarkupSnapshot as et, type WorkflowMetadataDefinition as eu, type WorkflowMetadataEntry as ev, type WorkflowMetadataMarkup as ew, type WorkflowMetadataPersistence as ex, type WorkflowMetadataSnapshot as ey, type WorkflowOpaqueFragmentMarkup as ez, type TextFormattingDirective as f, createPersistedEditorSnapshot as f$, type GeometryFacet as f0, type WorkflowFacet as f1, type EditorActionHostCallbacks as f2, type TwWorkspaceChromeHostController as f3, type FormattingStateSnapshot as f4, type UiObjectDragStartInput as f5, type UiObjectDragSession as f6, type ActiveSelectionToolModel as f7, type TableStructureContextSnapshot as f8, type EditorRole as f9, getEffectiveRange as fA, mapAnchor as fB, mapPosition as fC, mapRange as fD, normalizeRange as fE, storyTargetsEqual as fF, type CommandStateSnapshot$1 as fG, type CommentEntryRecord as fH, type CommentResolutionRecord as fI, type CommentSidebarSnapshot$1 as fJ, type CommentThreadRecord as fK, type CompatibilityPanelSnapshot$1 as fL, type CreateEditorStateOptions as fM, type DocumentStats$1 as fN, type EditorRuntimeState as fO, type EditorState as fP, type PersistedEditorSnapshot$1 as fQ, type ReviewStore as fR, type RevisionMetadataRecord as fS, type RevisionRecord as fT, type RuntimePhase as fU, type RuntimeRenderSnapshot$1 as fV, type TrackedChangesSnapshot$1 as fW, createDefaultCanonicalDocument as fX, createEditorState as fY, createEmptyCompatibilityReport as fZ, createEmptyReviewStore as f_, type ToolbarChromeItemId as fa, type ToolbarChromePlacement as fb, type ScopeRailPosture as fc, type ChromePinsState as fd, type PublicMeasurementFidelity as fe, type FormattingInlineSelectionToolModel as ff, type EditableTargetRef as fg, deriveCapabilities as fh, type Assoc as fi, type BoundaryAssoc as fj, DEFAULT_BOUNDARY_ASSOC as fk, type DetachedAnchor as fl, type DocRange as fm, type InternalEditorAnchorProjection as fn, MAIN_STORY_TARGET as fo, type MappingResult as fp, type MappingStep as fq, type NodeAnchor as fr, type Position as fs, type RangeAnchor as ft, anchorUnaffectedByMapping as fu, areAnchorsEqual as fv, createDetachedAnchor as fw, createEmptyMapping as fx, createNodeAnchor as fy, createRangeAnchor as fz, type TransactionMapping as g, EMU_PER_PX as g$, createSelectionSnapshot as g0, deriveDocumentStats as g1, deriveRenderSnapshot as g2, normalizeCommentThreadRecord as g3, type Alignment as g4, type FormattingMutationResult as g5, type FormattingOperation as g6, type TextMarkClearTarget as g7, type TextMarkRangeOperation as g8, applyFormattingOperationToDocument as g9, type CommandAppliedMeta as gA, type CreateDocumentRuntimeOptions as gB, type DocumentRuntime as gC, type DocumentRuntimeEvent as gD, type RemoteCommandEnvelope as gE, type Unsubscribe as gF, __buildTocInlineNodes as gG, __collectFontLoaderInputUncached as gH, __fontFamiliesEqual as gI, createDocumentRuntime as gJ, getThemeColorResolver as gK, type ActiveMarginPreset as gL, type ActivePageFormat as gM, type AddScopeParams as gN, type AddScopeResult as gO, CAPABILITY_BY_ID as gP, type CanonicalDocumentFragment as gQ, type CapabilityBlockReason as gR, type CapabilityCategory as gS, type CapabilityKind as gT, type CapabilityShortcut as gU, type ClearHighlightOptions as gV, DEFAULT_PAGE_ESTIMATE_PX_PER_TWIP as gW, DEFAULT_PX_PER_TWIP as gX, type DecorationIndex as gY, type DocumentMode as gZ, EMU_PER_INCH as g_, applyIndentation as ga, applyTextMarkOperationToDocumentRange as gb, getFormattingStateFromRenderSnapshot as gc, isMarkActive as gd, makeSetAlignment as ge, makeSetFontFamily as gf, makeSetFontSize as gg, makeSetHighlight as gh, makeSetTextColor as gi, makeToggleAllCaps as gj, makeToggleBold as gk, makeToggleItalic as gl, makeToggleSmallCaps as gm, makeToggleStrikethrough as gn, makeToggleSubscript as go, makeToggleSuperscript as gp, makeToggleUnderline as gq, type CellLocator as gr, type TableStructureOperation as gs, applyTableStructureOperation as gt, applyTableStructureOperationForEditableTarget as gu, getTableStructureContext as gv, removeCellFromRow as gw, removeTableRowPure as gx, tableStructureActionHandleForTarget as gy, type ActiveStoryTextCommand as gz, type SelectionSnapshot as h, type PublicTableEvent as h$, EditorApiError as h0, type EditorCapability as h1, type EditorDiagnostic as h2, type EditorDiagnosticCode as h3, type EditorDiagnosticLlmMetadata as h4, type EditorDiagnosticRecoveryClass as h5, type EditorDiagnosticRemediation as h6, type EditorDiagnosticSource as h7, type EditorDiagnosticTechnical as h8, type EffectiveSelectionMode as h9, type PublicCellLocator as hA, type PublicCellShading as hB, type PublicFieldDirtinessReport as hC, type PublicLayoutDivergence as hD, type PublicLineBox as hE, type PublicLineRunAnchor as hF, type PublicNoteAllocation as hG, type PublicPageAnchor as hH, type PublicPageFrame as hI, type PublicPageLocalStoryInstance as hJ, type PublicPageNode as hK, type PublicPagePaginationTelemetry as hL, type PublicPageRegion as hM, type PublicPageRegions as hN, type PublicPageSpan as hO, type PublicPaginationTelemetry as hP, type PublicRegionBlock as hQ, type PublicRegionKind as hR, type PublicResolvedPageStories as hS, type PublicResolvedParagraphFormatting as hT, type PublicResolvedRunFormatting as hU, type PublicResolvedStoryField as hV, type PublicSectionNode as hW, type PublicStoryAnchoredObject as hX, type PublicTableBorders as hY, type PublicTableCellBorders as hZ, type PublicTableCellMargins as h_, type EmbeddedDocumentManifestLike as ha, type ExportDelivery as hb, type FieldEntrySnapshot as hc, type FieldFamily as hd, type FieldRefreshStatus as he, type FieldSnapshot as hf, type FormattingBreadcrumbItem as hg, type LayoutFacetEvent as hh, type LayoutFacetInvalidationReason as hi, type LayoutInputIdentity as hj, type MetadataConflictPolicy as hk, type OverlayKind as hl, type OverlayVisibilityAuthorship as hm, type OverlayVisibilityEnforcement as hn, type OverlayVisibilityPolicy as ho, PERCENTAGE_PARTS as hp, type PageChromeReservations as hq, type PageFieldContext as hr, type PagePatchEntry as hs, type PagePatchPlan as ht, type PagePatchReason as hu, type PagePreviewMaps as hv, type ProtectionRange as hw, type PublicBlockFragment as hx, type PublicBlockMeasurement as hy, type PublicBorderSpec as hz, type PageFormatDefinition as i, type TableOpResult as i$, type PublicTableRenderPlan as i0, type PublicTableRowHeight as i1, type PublicTableStyle as i2, type PublicTableSummary as i3, type PublicTableWidth as i4, type PublicTwipsRect as i5, ROTATION_UNITS_PER_DEGREE as i6, type RenderAnchorIndex as i7, type RenderAnchorQuery as i8, type RenderBlock as i9, type ScopeChromeVisibility as iA, type ScopeChromeVisibilityState as iB, type ScopeHandle as iC, type ScopeQueryFilter as iD, type ScopeQueryResult as iE, type ScopeRailSnapshot as iF, type ScopeTagRegistry as iG, type ScopeVisibility as iH, type SearchResultSnapshot as iI, type SecondaryStorySurface as iJ, type SemanticScope as iK, type SemanticScopeKind as iL, type SetSelectionOptions as iM, type ShortcutDelegationContext as iN, type StorageReference as iO, type StoreEmbeddedDocParams as iP, type SupportedFieldFamily as iQ, type SurfaceDrawingAnchor as iR, type SurfacePictureEffects as iS, type SurfacePreserveOnlyObjectSizing as iT, type SurfaceTextBoxBodyProperties as iU, type SurfaceTextBoxBodySnapshot as iV, type SurfaceTextBoxBodyStatus as iW, type SurfaceTextBoxParagraphSnapshot as iX, type SurfaceTextBoxRunSnapshot as iY, TWIPS_PER_PX as iZ, type TableOp as i_, type RenderBlockDecoration as ia, type RenderFrame as ib, type RenderFrameQueryOptions as ic, type RenderFrameRect as id, type RenderHitResult as ie, type RenderKernelEvent as ig, type RenderLine as ih, type RenderLineAnchor as ii, type RenderPage as ij, type RenderPageRegions as ik, type RenderPoint as il, type RenderStoryRegion as im, type RenderZoom as io, type RenderZoomSummary as ip, type ResolveMetadataConflictInput as iq, type ResolvedNumberingGeometrySnapshot as ir, type ResolvedNumberingSnapshot as is, type RuntimeEditTargetContext as it, type RuntimePageNode as iu, SRCRECT_UNITS_PER_PERCENT as iv, type SanitizeResult as iw, type ScopeBundle$1 as ix, type ScopeBundleEvidence as iy, type ScopeBundleNeighborhood as iz, type SearchOptions as j, type TableOperationCapabilitySnapshot as j0, type TextStyleFilter as j1, type TocRefreshOptions as j2, type TocRefreshResult as j3, type TocRefreshTrigger as j4, type UpdateFieldsOptions as j5, type UpdateFieldsResult as j6, type WordReviewEditorChangesFacet as j7, type WordReviewEditorCommentsFacet as j8, type WordReviewEditorDiagnosticsFacet as j9, type WordReviewEditorDocumentFacet as ja, type WordReviewEditorFieldsFacet as jb, type WordReviewEditorPasteEvent as jc, type WordReviewEditorScopesFacet as jd, type WordReviewEditorTablesFacet as je, type WorkflowEventOrigin as jf, type WorkflowLockedZone as jg, type WorkflowMarkupMode as jh, type WorkflowMarkupModeEnforcement as ji, type WorkflowMarkupModePolicy as jj, type WorkflowScopeGuardPolicy as jk, type WorkflowScopeMetadataField as jl, buildPagePreviewMaps as jm, buildSearchPattern as jn, createCanvasBackend as jo, createPublicNodeAnchor as jp, createPublicRangeAnchor as jq, createScopeTagRegistry as jr, estimateBlockHeight as js, estimateParagraphLineCount as jt, estimateParagraphLineHeight as ju, findPageForOffset as jv, getUsableColumnWidth as jw, resolvePageFieldDisplayText as jx, sanitizeMarkdown as jy, storyTargetKey as jz, type SearchTextOptions as k, type SecondaryStorySearchResult as l, createSearchExcerpt as m, findSearchMatches as n, type EditorSurfaceSnapshot as o, type LoadSchedulerBackend as p, type CompatibilityReport as q, type EditorError as r, searchSecondaryStories as s, type ProtectionSnapshot as t, type MockPayload as u, type RuntimeApiHandle as v, type UiControllerFactory as w, type ApiV3Ui as x, type AgentMetadata as y, type AiPe2EvidenceOptions as z };
@@ -2207,6 +2207,34 @@ interface RuntimePageAnchor {
2207
2207
  fragmentId?: string;
2208
2208
  }
2209
2209
 
2210
+ interface LayoutInputIdentity {
2211
+ readonly storyKey: string;
2212
+ readonly blockPath: string;
2213
+ readonly blockId: string;
2214
+ readonly sourceRef?: CanonicalSourceRef;
2215
+ readonly editableTargetRef?: EditableTargetRef;
2216
+ readonly table?: {
2217
+ readonly tableBlockPath: string;
2218
+ readonly rowPath?: string;
2219
+ readonly cellPath?: string;
2220
+ readonly rowId?: string;
2221
+ readonly cellId?: string;
2222
+ };
2223
+ readonly list?: {
2224
+ readonly numberingInstanceId: string;
2225
+ readonly level: number;
2226
+ readonly markerSourceRef?: CanonicalSourceRef;
2227
+ };
2228
+ readonly field?: {
2229
+ readonly fieldId: string;
2230
+ readonly fieldFamily: string;
2231
+ readonly pageLocal: boolean;
2232
+ };
2233
+ readonly object?: {
2234
+ readonly objectId: string;
2235
+ readonly anchorSourceRef?: CanonicalSourceRef;
2236
+ };
2237
+ }
2210
2238
  type EditableTargetKind = "paragraph-text" | "sdt-paragraph-text" | "table-cell-paragraph-text" | "nested-table-cell-paragraph-text" | "sdt-table-cell-paragraph-text" | "table-structure-table" | "table-structure-row" | "table-structure-column" | "table-structure-cell" | "table-structure-span" | "secondary-story-paragraph-text" | "textbox-paragraph-text" | "field-result-text" | "field-region-refresh" | "toc-region-refresh" | "hyperlink-text" | "hyperlink-destination" | "bookmark-anchor" | "bookmark-content-range" | "comment-anchor" | "revision-anchor" | "object-anchor" | "custom-xml-content" | "opaque-content";
2211
2239
  type EditableTargetCommandFamily = "text-leaf" | "table-structure" | "field" | "link-bookmark" | "comment-revision" | "object" | "metadata" | "preserve-only-refusal";
2212
2240
  type EditableTargetEditability = "editable" | "non-editable";
@@ -3918,6 +3946,29 @@ interface RenderFrameDiff {
3918
3946
  /** Pages present in both with at least one structural change. */
3919
3947
  changedPages: readonly ChangedPageEntry[];
3920
3948
  }
3949
+ type PagePatchReason = "layout" | "geometry" | "selection" | "overlay" | "residency" | "diagnostic-fallback";
3950
+ interface PagePatchPlan {
3951
+ layoutRevision: number;
3952
+ geometryRevision: number;
3953
+ addedPages: readonly string[];
3954
+ removedPages: readonly string[];
3955
+ unchangedPages: readonly string[];
3956
+ changedPages: readonly PagePatchEntry[];
3957
+ mountChanges: {
3958
+ mountPageIds: readonly string[];
3959
+ unmountPageIds: readonly string[];
3960
+ };
3961
+ }
3962
+ interface PagePatchEntry {
3963
+ pageId: string;
3964
+ pageIndex: number;
3965
+ frameChanged: boolean;
3966
+ regionChanges: readonly string[];
3967
+ fragmentChanges: readonly string[];
3968
+ lineBoxChanges: readonly string[];
3969
+ overlayLaneChanges: readonly string[];
3970
+ reason: PagePatchReason;
3971
+ }
3921
3972
 
3922
3973
  interface RenderFrame {
3923
3974
  /** Revision stamp the kernel used to build this frame. */
@@ -4169,6 +4220,12 @@ type RenderKernelEvent = {
4169
4220
  * to drive targeted sub-tree updates.
4170
4221
  */
4171
4222
  diff: RenderFrameDiff;
4223
+ /**
4224
+ * L11 page-patching receipt derived from the same structural diff.
4225
+ * Consumers that need page-id keyed added/removed/changed/mount
4226
+ * decisions read this instead of rebuilding patch posture from `diff`.
4227
+ */
4228
+ patchPlan: PagePatchPlan;
4172
4229
  } | {
4173
4230
  kind: "decoration_resolved";
4174
4231
  revision: number;
@@ -6642,8 +6699,21 @@ interface ScopeEditableTargetRuntimeCommandEvidence {
6642
6699
  readonly reason: string;
6643
6700
  readonly actionHandle?: string;
6644
6701
  readonly canonicalAddress?: EditableTargetCanonicalAddress;
6702
+ /**
6703
+ * Additional opaque handles exposed by the same editable target for a
6704
+ * narrower command authority. For example, a numbered paragraph inside a
6705
+ * table cell keeps its table-text action as the primary command while also
6706
+ * exposing a list-text/list-structure handle derived from `listAddress`.
6707
+ */
6708
+ readonly relatedActionHandles?: readonly ScopeEditableTargetRelatedActionHandle[];
6645
6709
  readonly blockers?: readonly string[];
6646
6710
  }
6711
+ interface ScopeEditableTargetRelatedActionHandle {
6712
+ readonly actionHandle: string;
6713
+ readonly canonicalAddress: EditableTargetCanonicalAddress;
6714
+ readonly intents: readonly ScopeEditableTargetRuntimeCommandIntent[];
6715
+ readonly reason: string;
6716
+ }
6647
6717
  interface ScopeEditableTargetReadbackEvidence {
6648
6718
  readonly text: string;
6649
6719
  readonly source: "canonical-text-leaf";
@@ -6671,6 +6741,13 @@ interface ScopeEditableTargetEvidenceEntry {
6671
6741
  readonly table?: EditableTargetTableIdentity;
6672
6742
  readonly editableOwner?: EditableTargetOwnerIdentity;
6673
6743
  readonly canonicalAddress?: EditableTargetCanonicalAddress;
6744
+ /**
6745
+ * Canonical L02 layout identity for joining this editable target to L04/L05
6746
+ * surface projection, pagination, and measurement-cache evidence. This is
6747
+ * read evidence only; command authority remains on canonicalAddress and the
6748
+ * runtime command verdicts.
6749
+ */
6750
+ readonly layoutIdentity?: LayoutInputIdentity;
6674
6751
  readonly staleCheck: EditableTargetStaleCheck;
6675
6752
  readonly posture: EditableTargetPosture;
6676
6753
  readonly workflowBlockers?: readonly ScopeEditableTargetWorkflowBlockerEvidence[];
@@ -6686,6 +6763,8 @@ interface ScopeEditableTargetEvidence {
6686
6763
  readonly entries: readonly ScopeEditableTargetEvidenceEntry[];
6687
6764
  }
6688
6765
  type ScopeObjectEvidenceStatus = "none" | "present";
6766
+ type ScopeObjectEvidenceFamilyStatus = "blocked" | "preserve-only" | "supported";
6767
+ type ScopeObjectEvidenceFamilyKind = EditableTargetObjectIdentity["objectKind"] | "unknown";
6689
6768
  interface ScopeObjectEvidenceEntry {
6690
6769
  readonly targetKey: string;
6691
6770
  readonly kind: EditableTargetKind;
@@ -6699,10 +6778,22 @@ interface ScopeObjectEvidenceEntry {
6699
6778
  readonly blockers: readonly string[];
6700
6779
  readonly preserveOnly?: boolean;
6701
6780
  }
6781
+ interface ScopeObjectEvidenceFamily {
6782
+ readonly objectKind: ScopeObjectEvidenceFamilyKind;
6783
+ readonly status: ScopeObjectEvidenceFamilyStatus;
6784
+ readonly count: number;
6785
+ readonly targetKeys: readonly string[];
6786
+ readonly relations: readonly ScopeEditableTargetRelation[];
6787
+ readonly commandFamilies: readonly EditableTargetCommandFamily[];
6788
+ readonly runtimeIntents: readonly ScopeEditableTargetRuntimeCommandIntent[];
6789
+ readonly blockers: readonly string[];
6790
+ readonly preserveOnly?: boolean;
6791
+ }
6702
6792
  interface ScopeObjectEvidence {
6703
6793
  readonly status: ScopeObjectEvidenceStatus;
6704
6794
  readonly count: number;
6705
6795
  readonly blockers: readonly string[];
6796
+ readonly families: readonly ScopeObjectEvidenceFamily[];
6706
6797
  readonly entries: readonly ScopeObjectEvidenceEntry[];
6707
6798
  }
6708
6799
  type ScopeTableEvidenceStatus = "present";
@@ -11883,6 +11974,25 @@ interface ListOperationActionsInput {
11883
11974
  readonly actorId?: string;
11884
11975
  readonly origin?: "ui" | "agent" | "host";
11885
11976
  }
11977
+ interface AiListOperationTargetReadback {
11978
+ readonly actionHandle: string;
11979
+ readonly kind: RuntimeListReadback["kind"];
11980
+ readonly storyKey: string;
11981
+ readonly addressKey: string;
11982
+ readonly numberingInstanceId: string;
11983
+ readonly abstractNumberingId?: string;
11984
+ readonly level: number;
11985
+ readonly listKind?: RuntimeListReadback["listKind"];
11986
+ readonly editability: RuntimeListReadback["editability"];
11987
+ readonly blockers: readonly string[];
11988
+ readonly supportedCommands: readonly RuntimeListCommand[];
11989
+ readonly unsupportedCommands: readonly RuntimeListCommand[];
11990
+ readonly staleDiscriminators: RuntimeListReadback["staleDiscriminators"];
11991
+ }
11992
+ interface AiListOperationReadback {
11993
+ readonly before?: AiListOperationTargetReadback;
11994
+ readonly after?: AiListOperationTargetReadback;
11995
+ }
11886
11996
  interface TableFragmentActionsInput {
11887
11997
  readonly actionHandle: string;
11888
11998
  readonly operation: Extract<AiTableCallableOperation, {
@@ -12055,6 +12165,7 @@ interface ApplyActionsResult {
12055
12165
  readonly auditReference?: ApplyResult["auditReference"] | CreateIssueResult["auditReference"];
12056
12166
  readonly commandReference?: AiActionsCommandReference;
12057
12167
  readonly afterReadback?: AiTableTextReadback;
12168
+ readonly listReadback?: AiListOperationReadback;
12058
12169
  readonly results?: readonly ApplyActionsResult[];
12059
12170
  }
12060
12171
  interface AiActionsCommandReference {
@@ -14544,6 +14655,12 @@ type SurfaceBlockSnapshot = {
14544
14655
  * PM position-map posture.
14545
14656
  */
14546
14657
  editableTarget?: EditableTargetRef;
14658
+ /**
14659
+ * L02 shared layout identity used by L04/L05/L11 consumers that need
14660
+ * story/block/source/list authority without reconstructing it from
14661
+ * runtime offsets. Absent on legacy or synthetic projections.
14662
+ */
14663
+ layoutIdentity?: LayoutInputIdentity;
14547
14664
  styleId?: string;
14548
14665
  numbering?: {
14549
14666
  numberingInstanceId: string;
@@ -14629,6 +14746,12 @@ type SurfaceBlockSnapshot = {
14629
14746
  to: number;
14630
14747
  styleId?: string;
14631
14748
  sourceRef?: CanonicalSourceRef;
14749
+ /**
14750
+ * L02 shared layout identity used by L04/L05/L11 consumers that need
14751
+ * story/block/source/table authority without reconstructing it from
14752
+ * runtime offsets. Absent on legacy or synthetic projections.
14753
+ */
14754
+ layoutIdentity?: LayoutInputIdentity;
14632
14755
  gridColumns: number[];
14633
14756
  /**
14634
14757
  * SOW gap G1 — when `tableResolved.widthType === "pct"`, a parallel array
@@ -18627,4 +18750,4 @@ declare class MetadataResolverMissingError extends Error {
18627
18750
  constructor(diagnostic?: EditorDiagnostic);
18628
18751
  }
18629
18752
 
18630
- export { type ChromeHostPosture as $, type ApiStatus as A, type AiPe2GraphOracleReference as B, type CanonicalDocumentEnvelope$1 as C, type AiPe2OracleEvidence as D, type EditorHostAdapter as E, type AiPe2OracleEvidenceProvider as F, type AiPe2OracleEvidenceProviderInput as G, type AiPe2OracleVerdict as H, type InsertTableOptions as I, type ApiV3 as J, type ApiV3FnMetadata as K, type LoadStage as L, type MarginPresetDefinition as M, type ApiV3UiChrome as N, type ApiV3UiDebug as O, type PersistedEditorSnapshot as P, type ApiV3UiOverlays as Q, type RuntimeRenderSnapshot as R, type SelectionSnapshot$1 as S, type TextTransactionTextTarget as T, type UxIntent as U, type ApiV3UiSession as V, type ApiV3UiSurface as W, type ApiV3UiViewport as X, type BroadcastsVia as Y, type ChromeDebugMode as Z, type ChromeDocumentMode as _, type EditorSessionState as a, type EditorAnchorProjection$1 as a$, type ChromeMarkupDisplay as a0, type ChromePosture as a1, type ChromeReviewMode as a2, type ChromeSurface as a3, type ChromeSurfaceKind as a4, type CreateApiV3Opts as a5, type DebugAttachment as a6, type DebugSession as a7, type GeometryRect$1 as a8, type LiveEvidence as a9, type CreateCheckpointStoreOptions as aA, type CreateCommandEventInput as aB, type CreateWorkflowSharedOptions as aC, type RemoteCursorState as aD, type RemoteCursorTrackerHandle as aE, type RemoteCursorTrackerOptions as aF, type RuntimeCollabSyncEvent as aG, type RuntimeCollabSyncHandle as aH, type RuntimeCollabSyncOptions as aI, type RuntimeCommandAppliedBridge as aJ, type RuntimeCommandAppliedListener as aK, type SharedWorkflowState as aL, type WorkflowSharedHandle as aM, type WorkflowSharedResult as aN, clearLocalCursorState as aO, createCheckpointStore as aP, createCommandEvent as aQ, createRemoteCursorTracker as aR, createRuntimeCollabSync as aS, createRuntimeCommandAppliedBridge as aT, createWorkflowShared as aU, getCursorColorForUser as aV, getRemoteCursorStates as aW, isBroadcastCommand as aX, isLocalOnlyCommand as aY, mapRemoteCursorThroughMapping as aZ, setLocalCursorState as a_, type MockShape as aa, type OverlayAnchorQuery as ab, type PersistsTo as ac, type ScrollTarget as ad, type ScrollTargetBehavior as ae, type SelectionRangeInput as af, type SourceLayer as ag, type StateClass as ah, type SubscriptionShape as ai, type UiBinding as aj, type UiController as ak, type UiControllerKind as al, type UiListener as am, type UiUnsubscribe as an, type ViewportState as ao, createApiV3 as ap, validateApiV3Metadata as aq, type EditorStateNamespace as ar, type EditorStateLocation as as, type LoadScheduler as at, type CollabAuthorityProof as au, type CommandEvent as av, type RuntimeCollabAuthority as aw, COMMAND_EVENT_SCHEMA_VERSION as ax, type Checkpoint as ay, type CheckpointStoreHandle as az, type ExportDocxOptions as b, type CommentSidebarSnapshot as b$, type TextCommandAck as b0, type TextCommandRefreshClass as b1, type WordReviewEditorProps as b2, type WordReviewEditorRef as b3, validatePersistedEditorSnapshot as b4, type PayloadSigner as b5, type PayloadSignature as b6, type TransportStatus as b7, type CollabPosture as b8, type PresenceSnapshot as b9, type ChartSnapshotBubbleSeries as bA, type ChartSnapshotData as bB, type ChartSnapshotScatterSeries as bC, type ChartSnapshotSeries as bD, type CollabBlockReason as bE, type CollabSession as bF, type CollabSessionBridge as bG, type CollabSessionEvent as bH, type CollabSessionEventOrIntegrity as bI, type CollabSessionFacet as bJ, type CollabSessionOptions as bK, type CommandStateSnapshot as bL, type CommentAttachment as bM, type CommentAudience as bN, type CommentBody as bO, type CommentLabel as bP, type CommentMention as bQ, type CommentNegotiationAction as bR, type CommentNegotiationActionType as bS, type CommentNegotiationEntry as bT, type CommentNegotiationSnapshot as bU, type CommentNegotiationState as bV, type CommentPresentation as bW, type CommentPresentationAction as bX, type CommentPresentationReply as bY, type CommentPresentationSnapshot as bZ, type CommentReaction as b_, type AwarenessIdentity as ba, type ExternalCustody as bb, type ExternalCustodyResolver as bc, type ExternalCustodyRestoredContent as bd, type RuntimePageGraph as be, type ActiveListContext as bf, type ActiveNoteContext as bg, type AddCommentParams as bh, type AddCommentReplyResult as bi, type AddCommentResult as bj, type AiExplanationScopeInput as bk, type AiExplanationScopeResult as bl, type AttachPayloadArgs as bm, type AuthorKind as bn, type AutosaveConfig as bo, type AutosaveState as bp, type AwarenessPeer as bq, type BatchEditEntryResult as br, type BatchEditOperation as bs, type BatchEditOptions as bt, type BatchEditResult as bu, type CaretAffinity as bv, type ChangeAnchor as bw, type ChangeFilter as bx, type ChartPreviewResolveParams as by, type ChartSnapshot as bz, type ExportResult as c, type NegotiationVote as c$, type CommentSidebarThreadEntrySnapshot as c0, type CommentSidebarThreadSnapshot as c1, type CompatibilityFeatureClass as c2, type CompatibilityFeatureEntry as c3, type CompatibilityPanelSnapshot as c4, type CreateCollabSessionBridgeOptions as c5, type DispatchContext as c6, type DispatchResult as c7, type DocumentChunkKind as c8, type DocumentChunkSnapshot as c9, type EditorViewStateSnapshot as cA, type EditorWarning as cB, type EditorWarningCode as cC, type ExternalCustodyArchivePayload as cD, type ExternalDocumentSource as cE, type HeaderFooterLinkPatch as cF, type HostAnnotationItem as cG, type HostAnnotationKind as cH, type HostAnnotationOverlay as cI, type HostAnnotationSnapshot as cJ, ISSUE_METADATA_ID as cK, type InteractionGuardSnapshot as cL, type IssueMetadataValue as cM, type IssueMode as cN, type IssueOwner as cO, type IssueSeverity as cP, type LayoutMeasurement as cQ, type LoadRequest as cR, type LoadResult as cS, type LoadSourcePolicy as cT, type MetadataIntegrity as cU, type MetadataPersistenceMode as cV, MetadataResolverMissingError as cW, type NegotiationBlockReason as cX, type NegotiationCounterProposal as cY, type NegotiationHistoryRow as cZ, type NegotiationRole as c_, type DocumentHeadingSnapshot as ca, type DocumentLocationSnapshot as cb, type DocumentLocationSource as cc, type DocumentNavigationSnapshot as cd, type DocumentOutlineHeadingSnapshot as ce, type DocumentOutlineSnapshot as cf, type DocumentPageSnapshot as cg, type DocumentSectionSnapshot as ch, type DocumentStats as ci, type DocumentTextToken as cj, type EditorAnchorProjection as ck, type EditorDatastoreAdapter as cl, type EditorErrorCode as cm, type EditorStateBlob as cn, type EditorStatePartLoadFailure as co, type EditorStatePartPersistFailure as cp, type EditorStatePersister as cq, type EditorStatePolicy as cr, type EditorStatePolicyEntry as cs, type EditorStatePolicyMigration as ct, type EditorStateResolveErrorMode as cu, type EditorStateResolver as cv, type EditorStateStorageRef as cw, type EditorStoryTarget as cx, type EditorTelemetryEvent as cy, type EditorUser as cz, type TextTransactionResult as d, type SurfaceTextMark as d$, type PageLayoutSnapshot as d0, type PageRegionHitTest as d1, type Participant as d2, type ParticipantRole as d3, type ParticipantRoster as d4, type PayloadVerifier as d5, REVIEW_ACTION_METADATA_ID as d6, type RestorePointCheckpointType as d7, type RestorePointSnapshot as d8, type RestoreResult as d9, type ScopeCardModel as dA, type ScopeIssueAction as dB, type ScopeMetadataPersistence as dC, type ScopeMetadataResolver as dD, type ScopeMetadataStorageRef as dE, type ScopeTagTouch as dF, type SectionBreakType as dG, type SectionLayoutPatch as dH, type SectionPageNumberingPatch as dI, type SelectionToolKind as dJ, type SelectionToolRegistryEntry as dK, type SendToExternalCallArgs as dL, type SignatureAlgorithm as dM, type SnapshotRefreshChangeKind as dN, type SnapshotRefreshHints as dO, type SnapshotRefreshInvalidateTarget as dP, type SnapshotRefreshStaleTarget as dQ, type StoryTextStreamSnapshot as dR, type StyleCatalogEntrySnapshot as dS, type StyleCatalogSnapshot as dT, type SuggestionEntrySnapshot as dU, type SuggestionGroup as dV, type SuggestionsSnapshot as dW, type SurfaceBlockSnapshot as dX, type SurfaceInlineSegment as dY, type SurfaceTableCellSnapshot as dZ, type SurfaceTableRowSnapshot as d_, type ReviewActionKind as da, type ReviewActionMetadataValue as db, type ReviewQueueItem as dc, type ReviewQueueItemKind as dd, type ReviewQueueSnapshot as de, type ReviewWorkItemSnapshot as df, type ReviewWorkSnapshot as dg, type RuntimeContextAnalyticsActionHint as dh, type RuntimeContextAnalyticsBadge as di, type RuntimeContextAnalyticsCounts as dj, type RuntimeContextAnalyticsProvenance as dk, type RuntimeContextAnalyticsQuery as dl, type RuntimeContextAnalyticsScopeKind as dm, type RuntimeContextAnalyticsSnapshot as dn, type RuntimeContextAnalyticsState as dp, type RuntimeContextAnalyticsUnavailableField as dq, type RuntimeSendToExternalArgs as dr, type RuntimeSendToExternalResult as ds, SELECTION_TOOL_REGISTRY as dt, type SaveExportParams as du, type SaveExportResult as dv, type SaveSessionParams as dw, type SaveSessionResult as dx, type SaveSnapshotParams as dy, type SaveSnapshotResult as dz, type StructuralMutationResult as e, type WordReviewEditorLayoutFacet as e$, type TamperGate as e0, type TamperGateArgs as e1, type AttachArgs as e2, type TamperGateEvent as e3, type GuardResult as e4, type TextCommandAckKind as e5, type TextProjection as e6, type TextProjectionLine as e7, type TextProjectionOptions as e8, type TextProjectionStoryEntry as e9, type WorkflowOverlay as eA, type WorkflowOverlayPatch as eB, type WorkflowProtectedRangeMarkup as eC, type WorkflowRevisionMarkup as eD, type WorkflowScope as eE, type WorkflowScopeMode as eF, type WorkflowScopeSnapshot as eG, type WorkflowWorkItem as eH, type WorkspaceMode as eI, type ZoomLevel as eJ, createCollabSession as eK, createCollabSessionBridge as eL, createCollabSessionFacet as eM, createHmacSigner as eN, createHmacVerifier as eO, createTamperGate as eP, resolveSelectionToolRegistry as eQ, runtimeSendToExternal as eR, sendToExternal as eS, signWorkflowPayloadXml as eT, verifyWorkflowPayloadXml as eU, type ScopeRailSegment as eV, type ChromePinSurface as eW, type PinState as eX, type FormattingAlignment as eY, type InsertImageOptions as eZ, type SessionCapabilities as e_, type TocEntrySnapshot as ea, type TocRegionSnapshot as eb, type TocSnapshot as ec, type TrackedChangeEntrySnapshot as ed, type TrackedChangesSnapshot as ee, type ViewMode as ef, type WordReviewEditorChromeOptions as eg, type WordReviewEditorChromePreset as eh, type WordReviewEditorChromeVisibility as ei, type WordReviewEditorEvent as ej, type WorkflowBlockedCommandReason as ek, type WorkflowCandidateRange as el, type WorkflowCandidateRangeOptions as em, type WorkflowCommentMarkup as en, type WorkflowFieldMarkup as eo, type WorkflowHighlightMarkup as ep, type WorkflowMarkupBase as eq, type WorkflowMarkupItem as er, type WorkflowMarkupKind as es, type WorkflowMarkupSnapshot as et, type WorkflowMetadataDefinition as eu, type WorkflowMetadataEntry as ev, type WorkflowMetadataMarkup as ew, type WorkflowMetadataPersistence as ex, type WorkflowMetadataSnapshot as ey, type WorkflowOpaqueFragmentMarkup as ez, type TextFormattingDirective as f, createPersistedEditorSnapshot as f$, type GeometryFacet as f0, type WorkflowFacet as f1, type EditorActionHostCallbacks as f2, type TwWorkspaceChromeHostController as f3, type FormattingStateSnapshot as f4, type UiObjectDragStartInput as f5, type UiObjectDragSession as f6, type ActiveSelectionToolModel as f7, type TableStructureContextSnapshot as f8, type EditorRole as f9, getEffectiveRange as fA, mapAnchor as fB, mapPosition as fC, mapRange as fD, normalizeRange as fE, storyTargetsEqual as fF, type CommandStateSnapshot$1 as fG, type CommentEntryRecord as fH, type CommentResolutionRecord as fI, type CommentSidebarSnapshot$1 as fJ, type CommentThreadRecord as fK, type CompatibilityPanelSnapshot$1 as fL, type CreateEditorStateOptions as fM, type DocumentStats$1 as fN, type EditorRuntimeState as fO, type EditorState as fP, type PersistedEditorSnapshot$1 as fQ, type ReviewStore as fR, type RevisionMetadataRecord as fS, type RevisionRecord as fT, type RuntimePhase as fU, type RuntimeRenderSnapshot$1 as fV, type TrackedChangesSnapshot$1 as fW, createDefaultCanonicalDocument as fX, createEditorState as fY, createEmptyCompatibilityReport as fZ, createEmptyReviewStore as f_, type ToolbarChromeItemId as fa, type ToolbarChromePlacement as fb, type ScopeRailPosture as fc, type ChromePinsState as fd, type PublicMeasurementFidelity as fe, type FormattingInlineSelectionToolModel as ff, type EditableTargetRef as fg, deriveCapabilities as fh, type Assoc as fi, type BoundaryAssoc as fj, DEFAULT_BOUNDARY_ASSOC as fk, type DetachedAnchor as fl, type DocRange as fm, type InternalEditorAnchorProjection as fn, MAIN_STORY_TARGET as fo, type MappingResult as fp, type MappingStep as fq, type NodeAnchor as fr, type Position as fs, type RangeAnchor as ft, anchorUnaffectedByMapping as fu, areAnchorsEqual as fv, createDetachedAnchor as fw, createEmptyMapping as fx, createNodeAnchor as fy, createRangeAnchor as fz, type TransactionMapping as g, EMU_PER_PX as g$, createSelectionSnapshot as g0, deriveDocumentStats as g1, deriveRenderSnapshot as g2, normalizeCommentThreadRecord as g3, type Alignment as g4, type FormattingMutationResult as g5, type FormattingOperation as g6, type TextMarkClearTarget as g7, type TextMarkRangeOperation as g8, applyFormattingOperationToDocument as g9, type CommandAppliedMeta as gA, type CreateDocumentRuntimeOptions as gB, type DocumentRuntime as gC, type DocumentRuntimeEvent as gD, type RemoteCommandEnvelope as gE, type Unsubscribe as gF, __buildTocInlineNodes as gG, __collectFontLoaderInputUncached as gH, __fontFamiliesEqual as gI, createDocumentRuntime as gJ, getThemeColorResolver as gK, type ActiveMarginPreset as gL, type ActivePageFormat as gM, type AddScopeParams as gN, type AddScopeResult as gO, CAPABILITY_BY_ID as gP, type CanonicalDocumentFragment as gQ, type CapabilityBlockReason as gR, type CapabilityCategory as gS, type CapabilityKind as gT, type CapabilityShortcut as gU, type ClearHighlightOptions as gV, DEFAULT_PAGE_ESTIMATE_PX_PER_TWIP as gW, DEFAULT_PX_PER_TWIP as gX, type DecorationIndex as gY, type DocumentMode as gZ, EMU_PER_INCH as g_, applyIndentation as ga, applyTextMarkOperationToDocumentRange as gb, getFormattingStateFromRenderSnapshot as gc, isMarkActive as gd, makeSetAlignment as ge, makeSetFontFamily as gf, makeSetFontSize as gg, makeSetHighlight as gh, makeSetTextColor as gi, makeToggleAllCaps as gj, makeToggleBold as gk, makeToggleItalic as gl, makeToggleSmallCaps as gm, makeToggleStrikethrough as gn, makeToggleSubscript as go, makeToggleSuperscript as gp, makeToggleUnderline as gq, type CellLocator as gr, type TableStructureOperation as gs, applyTableStructureOperation as gt, applyTableStructureOperationForEditableTarget as gu, getTableStructureContext as gv, removeCellFromRow as gw, removeTableRowPure as gx, tableStructureActionHandleForTarget as gy, type ActiveStoryTextCommand as gz, type SelectionSnapshot as h, type PublicTableSummary as h$, EditorApiError as h0, type EditorCapability as h1, type EditorDiagnostic as h2, type EditorDiagnosticCode as h3, type EditorDiagnosticLlmMetadata as h4, type EditorDiagnosticRecoveryClass as h5, type EditorDiagnosticRemediation as h6, type EditorDiagnosticSource as h7, type EditorDiagnosticTechnical as h8, type EffectiveSelectionMode as h9, type PublicLineBox as hA, type PublicLineRunAnchor as hB, type PublicNoteAllocation as hC, type PublicPageAnchor as hD, type PublicPageFrame as hE, type PublicPageLocalStoryInstance as hF, type PublicPageNode as hG, type PublicPagePaginationTelemetry as hH, type PublicPageRegion as hI, type PublicPageRegions as hJ, type PublicPageSpan as hK, type PublicPaginationTelemetry as hL, type PublicRegionBlock as hM, type PublicRegionKind as hN, type PublicResolvedPageStories as hO, type PublicResolvedParagraphFormatting as hP, type PublicResolvedRunFormatting as hQ, type PublicResolvedStoryField as hR, type PublicSectionNode as hS, type PublicStoryAnchoredObject as hT, type PublicTableBorders as hU, type PublicTableCellBorders as hV, type PublicTableCellMargins as hW, type PublicTableEvent as hX, type PublicTableRenderPlan as hY, type PublicTableRowHeight as hZ, type PublicTableStyle as h_, type EmbeddedDocumentManifestLike as ha, type ExportDelivery as hb, type FieldEntrySnapshot as hc, type FieldFamily as hd, type FieldRefreshStatus as he, type FieldSnapshot as hf, type FormattingBreadcrumbItem as hg, type LayoutFacetEvent as hh, type LayoutFacetInvalidationReason as hi, type MetadataConflictPolicy as hj, type OverlayKind as hk, type OverlayVisibilityAuthorship as hl, type OverlayVisibilityEnforcement as hm, type OverlayVisibilityPolicy as hn, PERCENTAGE_PARTS as ho, type PageChromeReservations as hp, type PageFieldContext as hq, type PagePreviewMaps as hr, type ProtectionRange as hs, type PublicBlockFragment as ht, type PublicBlockMeasurement as hu, type PublicBorderSpec as hv, type PublicCellLocator as hw, type PublicCellShading as hx, type PublicFieldDirtinessReport as hy, type PublicLayoutDivergence as hz, type PageFormatDefinition as i, type TocRefreshResult as i$, type PublicTableWidth as i0, type PublicTwipsRect as i1, ROTATION_UNITS_PER_DEGREE as i2, type RenderAnchorIndex as i3, type RenderAnchorQuery as i4, type RenderBlock as i5, type RenderBlockDecoration as i6, type RenderFrame as i7, type RenderFrameQueryOptions as i8, type RenderFrameRect as i9, type ScopeQueryResult as iA, type ScopeRailSnapshot as iB, type ScopeTagRegistry as iC, type ScopeVisibility as iD, type SearchResultSnapshot as iE, type SecondaryStorySurface as iF, type SemanticScope as iG, type SemanticScopeKind as iH, type SetSelectionOptions as iI, type ShortcutDelegationContext as iJ, type StorageReference as iK, type StoreEmbeddedDocParams as iL, type SupportedFieldFamily as iM, type SurfaceDrawingAnchor as iN, type SurfacePictureEffects as iO, type SurfacePreserveOnlyObjectSizing as iP, type SurfaceTextBoxBodyProperties as iQ, type SurfaceTextBoxBodySnapshot as iR, type SurfaceTextBoxBodyStatus as iS, type SurfaceTextBoxParagraphSnapshot as iT, type SurfaceTextBoxRunSnapshot as iU, TWIPS_PER_PX as iV, type TableOp as iW, type TableOpResult as iX, type TableOperationCapabilitySnapshot as iY, type TextStyleFilter as iZ, type TocRefreshOptions as i_, type RenderHitResult as ia, type RenderKernelEvent as ib, type RenderLine as ic, type RenderLineAnchor as id, type RenderPage as ie, type RenderPageRegions as ig, type RenderPoint as ih, type RenderStoryRegion as ii, type RenderZoom as ij, type RenderZoomSummary as ik, type ResolveMetadataConflictInput as il, type ResolvedNumberingGeometrySnapshot as im, type ResolvedNumberingSnapshot as io, type RuntimeEditTargetContext as ip, type RuntimePageNode as iq, SRCRECT_UNITS_PER_PERCENT as ir, type SanitizeResult as is, type ScopeBundle$1 as it, type ScopeBundleEvidence as iu, type ScopeBundleNeighborhood as iv, type ScopeChromeVisibility as iw, type ScopeChromeVisibilityState as ix, type ScopeHandle as iy, type ScopeQueryFilter as iz, type SearchOptions as j, type TocRefreshTrigger as j0, type UpdateFieldsOptions as j1, type UpdateFieldsResult as j2, type WordReviewEditorChangesFacet as j3, type WordReviewEditorCommentsFacet as j4, type WordReviewEditorDiagnosticsFacet as j5, type WordReviewEditorDocumentFacet as j6, type WordReviewEditorFieldsFacet as j7, type WordReviewEditorPasteEvent as j8, type WordReviewEditorScopesFacet as j9, type WordReviewEditorTablesFacet as ja, type WorkflowEventOrigin as jb, type WorkflowLockedZone as jc, type WorkflowMarkupMode as jd, type WorkflowMarkupModeEnforcement as je, type WorkflowMarkupModePolicy as jf, type WorkflowScopeGuardPolicy as jg, type WorkflowScopeMetadataField as jh, buildPagePreviewMaps as ji, buildSearchPattern as jj, createCanvasBackend as jk, createPublicNodeAnchor as jl, createPublicRangeAnchor as jm, createScopeTagRegistry as jn, estimateBlockHeight as jo, estimateParagraphLineCount as jp, estimateParagraphLineHeight as jq, findPageForOffset as jr, getUsableColumnWidth as js, resolvePageFieldDisplayText as jt, sanitizeMarkdown as ju, storyTargetKey as jv, type SearchTextOptions as k, type SecondaryStorySearchResult as l, createSearchExcerpt as m, findSearchMatches as n, type EditorSurfaceSnapshot as o, type LoadSchedulerBackend as p, type CompatibilityReport as q, type EditorError as r, searchSecondaryStories as s, type ProtectionSnapshot as t, type MockPayload as u, type RuntimeApiHandle as v, type UiControllerFactory as w, type ApiV3Ui as x, type AgentMetadata as y, type AiPe2EvidenceOptions as z };
18753
+ export { type ChromeHostPosture as $, type ApiStatus as A, type AiPe2GraphOracleReference as B, type CanonicalDocumentEnvelope$1 as C, type AiPe2OracleEvidence as D, type EditorHostAdapter as E, type AiPe2OracleEvidenceProvider as F, type AiPe2OracleEvidenceProviderInput as G, type AiPe2OracleVerdict as H, type InsertTableOptions as I, type ApiV3 as J, type ApiV3FnMetadata as K, type LoadStage as L, type MarginPresetDefinition as M, type ApiV3UiChrome as N, type ApiV3UiDebug as O, type PersistedEditorSnapshot as P, type ApiV3UiOverlays as Q, type RuntimeRenderSnapshot as R, type SelectionSnapshot$1 as S, type TextTransactionTextTarget as T, type UxIntent as U, type ApiV3UiSession as V, type ApiV3UiSurface as W, type ApiV3UiViewport as X, type BroadcastsVia as Y, type ChromeDebugMode as Z, type ChromeDocumentMode as _, type EditorSessionState as a, type EditorAnchorProjection$1 as a$, type ChromeMarkupDisplay as a0, type ChromePosture as a1, type ChromeReviewMode as a2, type ChromeSurface as a3, type ChromeSurfaceKind as a4, type CreateApiV3Opts as a5, type DebugAttachment as a6, type DebugSession as a7, type GeometryRect$1 as a8, type LiveEvidence as a9, type CreateCheckpointStoreOptions as aA, type CreateCommandEventInput as aB, type CreateWorkflowSharedOptions as aC, type RemoteCursorState as aD, type RemoteCursorTrackerHandle as aE, type RemoteCursorTrackerOptions as aF, type RuntimeCollabSyncEvent as aG, type RuntimeCollabSyncHandle as aH, type RuntimeCollabSyncOptions as aI, type RuntimeCommandAppliedBridge as aJ, type RuntimeCommandAppliedListener as aK, type SharedWorkflowState as aL, type WorkflowSharedHandle as aM, type WorkflowSharedResult as aN, clearLocalCursorState as aO, createCheckpointStore as aP, createCommandEvent as aQ, createRemoteCursorTracker as aR, createRuntimeCollabSync as aS, createRuntimeCommandAppliedBridge as aT, createWorkflowShared as aU, getCursorColorForUser as aV, getRemoteCursorStates as aW, isBroadcastCommand as aX, isLocalOnlyCommand as aY, mapRemoteCursorThroughMapping as aZ, setLocalCursorState as a_, type MockShape as aa, type OverlayAnchorQuery as ab, type PersistsTo as ac, type ScrollTarget as ad, type ScrollTargetBehavior as ae, type SelectionRangeInput as af, type SourceLayer as ag, type StateClass as ah, type SubscriptionShape as ai, type UiBinding as aj, type UiController as ak, type UiControllerKind as al, type UiListener as am, type UiUnsubscribe as an, type ViewportState as ao, createApiV3 as ap, validateApiV3Metadata as aq, type EditorStateNamespace as ar, type EditorStateLocation as as, type LoadScheduler as at, type CollabAuthorityProof as au, type CommandEvent as av, type RuntimeCollabAuthority as aw, COMMAND_EVENT_SCHEMA_VERSION as ax, type Checkpoint as ay, type CheckpointStoreHandle as az, type ExportDocxOptions as b, type CommentSidebarSnapshot as b$, type TextCommandAck as b0, type TextCommandRefreshClass as b1, type WordReviewEditorProps as b2, type WordReviewEditorRef as b3, validatePersistedEditorSnapshot as b4, type PayloadSigner as b5, type PayloadSignature as b6, type TransportStatus as b7, type CollabPosture as b8, type PresenceSnapshot as b9, type ChartSnapshotBubbleSeries as bA, type ChartSnapshotData as bB, type ChartSnapshotScatterSeries as bC, type ChartSnapshotSeries as bD, type CollabBlockReason as bE, type CollabSession as bF, type CollabSessionBridge as bG, type CollabSessionEvent as bH, type CollabSessionEventOrIntegrity as bI, type CollabSessionFacet as bJ, type CollabSessionOptions as bK, type CommandStateSnapshot as bL, type CommentAttachment as bM, type CommentAudience as bN, type CommentBody as bO, type CommentLabel as bP, type CommentMention as bQ, type CommentNegotiationAction as bR, type CommentNegotiationActionType as bS, type CommentNegotiationEntry as bT, type CommentNegotiationSnapshot as bU, type CommentNegotiationState as bV, type CommentPresentation as bW, type CommentPresentationAction as bX, type CommentPresentationReply as bY, type CommentPresentationSnapshot as bZ, type CommentReaction as b_, type AwarenessIdentity as ba, type ExternalCustody as bb, type ExternalCustodyResolver as bc, type ExternalCustodyRestoredContent as bd, type RuntimePageGraph as be, type ActiveListContext as bf, type ActiveNoteContext as bg, type AddCommentParams as bh, type AddCommentReplyResult as bi, type AddCommentResult as bj, type AiExplanationScopeInput as bk, type AiExplanationScopeResult as bl, type AttachPayloadArgs as bm, type AuthorKind as bn, type AutosaveConfig as bo, type AutosaveState as bp, type AwarenessPeer as bq, type BatchEditEntryResult as br, type BatchEditOperation as bs, type BatchEditOptions as bt, type BatchEditResult as bu, type CaretAffinity as bv, type ChangeAnchor as bw, type ChangeFilter as bx, type ChartPreviewResolveParams as by, type ChartSnapshot as bz, type ExportResult as c, type NegotiationVote as c$, type CommentSidebarThreadEntrySnapshot as c0, type CommentSidebarThreadSnapshot as c1, type CompatibilityFeatureClass as c2, type CompatibilityFeatureEntry as c3, type CompatibilityPanelSnapshot as c4, type CreateCollabSessionBridgeOptions as c5, type DispatchContext as c6, type DispatchResult as c7, type DocumentChunkKind as c8, type DocumentChunkSnapshot as c9, type EditorViewStateSnapshot as cA, type EditorWarning as cB, type EditorWarningCode as cC, type ExternalCustodyArchivePayload as cD, type ExternalDocumentSource as cE, type HeaderFooterLinkPatch as cF, type HostAnnotationItem as cG, type HostAnnotationKind as cH, type HostAnnotationOverlay as cI, type HostAnnotationSnapshot as cJ, ISSUE_METADATA_ID as cK, type InteractionGuardSnapshot as cL, type IssueMetadataValue as cM, type IssueMode as cN, type IssueOwner as cO, type IssueSeverity as cP, type LayoutMeasurement as cQ, type LoadRequest as cR, type LoadResult as cS, type LoadSourcePolicy as cT, type MetadataIntegrity as cU, type MetadataPersistenceMode as cV, MetadataResolverMissingError as cW, type NegotiationBlockReason as cX, type NegotiationCounterProposal as cY, type NegotiationHistoryRow as cZ, type NegotiationRole as c_, type DocumentHeadingSnapshot as ca, type DocumentLocationSnapshot as cb, type DocumentLocationSource as cc, type DocumentNavigationSnapshot as cd, type DocumentOutlineHeadingSnapshot as ce, type DocumentOutlineSnapshot as cf, type DocumentPageSnapshot as cg, type DocumentSectionSnapshot as ch, type DocumentStats as ci, type DocumentTextToken as cj, type EditorAnchorProjection as ck, type EditorDatastoreAdapter as cl, type EditorErrorCode as cm, type EditorStateBlob as cn, type EditorStatePartLoadFailure as co, type EditorStatePartPersistFailure as cp, type EditorStatePersister as cq, type EditorStatePolicy as cr, type EditorStatePolicyEntry as cs, type EditorStatePolicyMigration as ct, type EditorStateResolveErrorMode as cu, type EditorStateResolver as cv, type EditorStateStorageRef as cw, type EditorStoryTarget as cx, type EditorTelemetryEvent as cy, type EditorUser as cz, type TextTransactionResult as d, type SurfaceTextMark as d$, type PageLayoutSnapshot as d0, type PageRegionHitTest as d1, type Participant as d2, type ParticipantRole as d3, type ParticipantRoster as d4, type PayloadVerifier as d5, REVIEW_ACTION_METADATA_ID as d6, type RestorePointCheckpointType as d7, type RestorePointSnapshot as d8, type RestoreResult as d9, type ScopeCardModel as dA, type ScopeIssueAction as dB, type ScopeMetadataPersistence as dC, type ScopeMetadataResolver as dD, type ScopeMetadataStorageRef as dE, type ScopeTagTouch as dF, type SectionBreakType as dG, type SectionLayoutPatch as dH, type SectionPageNumberingPatch as dI, type SelectionToolKind as dJ, type SelectionToolRegistryEntry as dK, type SendToExternalCallArgs as dL, type SignatureAlgorithm as dM, type SnapshotRefreshChangeKind as dN, type SnapshotRefreshHints as dO, type SnapshotRefreshInvalidateTarget as dP, type SnapshotRefreshStaleTarget as dQ, type StoryTextStreamSnapshot as dR, type StyleCatalogEntrySnapshot as dS, type StyleCatalogSnapshot as dT, type SuggestionEntrySnapshot as dU, type SuggestionGroup as dV, type SuggestionsSnapshot as dW, type SurfaceBlockSnapshot as dX, type SurfaceInlineSegment as dY, type SurfaceTableCellSnapshot as dZ, type SurfaceTableRowSnapshot as d_, type ReviewActionKind as da, type ReviewActionMetadataValue as db, type ReviewQueueItem as dc, type ReviewQueueItemKind as dd, type ReviewQueueSnapshot as de, type ReviewWorkItemSnapshot as df, type ReviewWorkSnapshot as dg, type RuntimeContextAnalyticsActionHint as dh, type RuntimeContextAnalyticsBadge as di, type RuntimeContextAnalyticsCounts as dj, type RuntimeContextAnalyticsProvenance as dk, type RuntimeContextAnalyticsQuery as dl, type RuntimeContextAnalyticsScopeKind as dm, type RuntimeContextAnalyticsSnapshot as dn, type RuntimeContextAnalyticsState as dp, type RuntimeContextAnalyticsUnavailableField as dq, type RuntimeSendToExternalArgs as dr, type RuntimeSendToExternalResult as ds, SELECTION_TOOL_REGISTRY as dt, type SaveExportParams as du, type SaveExportResult as dv, type SaveSessionParams as dw, type SaveSessionResult as dx, type SaveSnapshotParams as dy, type SaveSnapshotResult as dz, type StructuralMutationResult as e, type WordReviewEditorLayoutFacet as e$, type TamperGate as e0, type TamperGateArgs as e1, type AttachArgs as e2, type TamperGateEvent as e3, type GuardResult as e4, type TextCommandAckKind as e5, type TextProjection as e6, type TextProjectionLine as e7, type TextProjectionOptions as e8, type TextProjectionStoryEntry as e9, type WorkflowOverlay as eA, type WorkflowOverlayPatch as eB, type WorkflowProtectedRangeMarkup as eC, type WorkflowRevisionMarkup as eD, type WorkflowScope as eE, type WorkflowScopeMode as eF, type WorkflowScopeSnapshot as eG, type WorkflowWorkItem as eH, type WorkspaceMode as eI, type ZoomLevel as eJ, createCollabSession as eK, createCollabSessionBridge as eL, createCollabSessionFacet as eM, createHmacSigner as eN, createHmacVerifier as eO, createTamperGate as eP, resolveSelectionToolRegistry as eQ, runtimeSendToExternal as eR, sendToExternal as eS, signWorkflowPayloadXml as eT, verifyWorkflowPayloadXml as eU, type ScopeRailSegment as eV, type ChromePinSurface as eW, type PinState as eX, type FormattingAlignment as eY, type InsertImageOptions as eZ, type SessionCapabilities as e_, type TocEntrySnapshot as ea, type TocRegionSnapshot as eb, type TocSnapshot as ec, type TrackedChangeEntrySnapshot as ed, type TrackedChangesSnapshot as ee, type ViewMode as ef, type WordReviewEditorChromeOptions as eg, type WordReviewEditorChromePreset as eh, type WordReviewEditorChromeVisibility as ei, type WordReviewEditorEvent as ej, type WorkflowBlockedCommandReason as ek, type WorkflowCandidateRange as el, type WorkflowCandidateRangeOptions as em, type WorkflowCommentMarkup as en, type WorkflowFieldMarkup as eo, type WorkflowHighlightMarkup as ep, type WorkflowMarkupBase as eq, type WorkflowMarkupItem as er, type WorkflowMarkupKind as es, type WorkflowMarkupSnapshot as et, type WorkflowMetadataDefinition as eu, type WorkflowMetadataEntry as ev, type WorkflowMetadataMarkup as ew, type WorkflowMetadataPersistence as ex, type WorkflowMetadataSnapshot as ey, type WorkflowOpaqueFragmentMarkup as ez, type TextFormattingDirective as f, createPersistedEditorSnapshot as f$, type GeometryFacet as f0, type WorkflowFacet as f1, type EditorActionHostCallbacks as f2, type TwWorkspaceChromeHostController as f3, type FormattingStateSnapshot as f4, type UiObjectDragStartInput as f5, type UiObjectDragSession as f6, type ActiveSelectionToolModel as f7, type TableStructureContextSnapshot as f8, type EditorRole as f9, getEffectiveRange as fA, mapAnchor as fB, mapPosition as fC, mapRange as fD, normalizeRange as fE, storyTargetsEqual as fF, type CommandStateSnapshot$1 as fG, type CommentEntryRecord as fH, type CommentResolutionRecord as fI, type CommentSidebarSnapshot$1 as fJ, type CommentThreadRecord as fK, type CompatibilityPanelSnapshot$1 as fL, type CreateEditorStateOptions as fM, type DocumentStats$1 as fN, type EditorRuntimeState as fO, type EditorState as fP, type PersistedEditorSnapshot$1 as fQ, type ReviewStore as fR, type RevisionMetadataRecord as fS, type RevisionRecord as fT, type RuntimePhase as fU, type RuntimeRenderSnapshot$1 as fV, type TrackedChangesSnapshot$1 as fW, createDefaultCanonicalDocument as fX, createEditorState as fY, createEmptyCompatibilityReport as fZ, createEmptyReviewStore as f_, type ToolbarChromeItemId as fa, type ToolbarChromePlacement as fb, type ScopeRailPosture as fc, type ChromePinsState as fd, type PublicMeasurementFidelity as fe, type FormattingInlineSelectionToolModel as ff, type EditableTargetRef as fg, deriveCapabilities as fh, type Assoc as fi, type BoundaryAssoc as fj, DEFAULT_BOUNDARY_ASSOC as fk, type DetachedAnchor as fl, type DocRange as fm, type InternalEditorAnchorProjection as fn, MAIN_STORY_TARGET as fo, type MappingResult as fp, type MappingStep as fq, type NodeAnchor as fr, type Position as fs, type RangeAnchor as ft, anchorUnaffectedByMapping as fu, areAnchorsEqual as fv, createDetachedAnchor as fw, createEmptyMapping as fx, createNodeAnchor as fy, createRangeAnchor as fz, type TransactionMapping as g, EMU_PER_PX as g$, createSelectionSnapshot as g0, deriveDocumentStats as g1, deriveRenderSnapshot as g2, normalizeCommentThreadRecord as g3, type Alignment as g4, type FormattingMutationResult as g5, type FormattingOperation as g6, type TextMarkClearTarget as g7, type TextMarkRangeOperation as g8, applyFormattingOperationToDocument as g9, type CommandAppliedMeta as gA, type CreateDocumentRuntimeOptions as gB, type DocumentRuntime as gC, type DocumentRuntimeEvent as gD, type RemoteCommandEnvelope as gE, type Unsubscribe as gF, __buildTocInlineNodes as gG, __collectFontLoaderInputUncached as gH, __fontFamiliesEqual as gI, createDocumentRuntime as gJ, getThemeColorResolver as gK, type ActiveMarginPreset as gL, type ActivePageFormat as gM, type AddScopeParams as gN, type AddScopeResult as gO, CAPABILITY_BY_ID as gP, type CanonicalDocumentFragment as gQ, type CapabilityBlockReason as gR, type CapabilityCategory as gS, type CapabilityKind as gT, type CapabilityShortcut as gU, type ClearHighlightOptions as gV, DEFAULT_PAGE_ESTIMATE_PX_PER_TWIP as gW, DEFAULT_PX_PER_TWIP as gX, type DecorationIndex as gY, type DocumentMode as gZ, EMU_PER_INCH as g_, applyIndentation as ga, applyTextMarkOperationToDocumentRange as gb, getFormattingStateFromRenderSnapshot as gc, isMarkActive as gd, makeSetAlignment as ge, makeSetFontFamily as gf, makeSetFontSize as gg, makeSetHighlight as gh, makeSetTextColor as gi, makeToggleAllCaps as gj, makeToggleBold as gk, makeToggleItalic as gl, makeToggleSmallCaps as gm, makeToggleStrikethrough as gn, makeToggleSubscript as go, makeToggleSuperscript as gp, makeToggleUnderline as gq, type CellLocator as gr, type TableStructureOperation as gs, applyTableStructureOperation as gt, applyTableStructureOperationForEditableTarget as gu, getTableStructureContext as gv, removeCellFromRow as gw, removeTableRowPure as gx, tableStructureActionHandleForTarget as gy, type ActiveStoryTextCommand as gz, type SelectionSnapshot as h, type PublicTableEvent as h$, EditorApiError as h0, type EditorCapability as h1, type EditorDiagnostic as h2, type EditorDiagnosticCode as h3, type EditorDiagnosticLlmMetadata as h4, type EditorDiagnosticRecoveryClass as h5, type EditorDiagnosticRemediation as h6, type EditorDiagnosticSource as h7, type EditorDiagnosticTechnical as h8, type EffectiveSelectionMode as h9, type PublicCellLocator as hA, type PublicCellShading as hB, type PublicFieldDirtinessReport as hC, type PublicLayoutDivergence as hD, type PublicLineBox as hE, type PublicLineRunAnchor as hF, type PublicNoteAllocation as hG, type PublicPageAnchor as hH, type PublicPageFrame as hI, type PublicPageLocalStoryInstance as hJ, type PublicPageNode as hK, type PublicPagePaginationTelemetry as hL, type PublicPageRegion as hM, type PublicPageRegions as hN, type PublicPageSpan as hO, type PublicPaginationTelemetry as hP, type PublicRegionBlock as hQ, type PublicRegionKind as hR, type PublicResolvedPageStories as hS, type PublicResolvedParagraphFormatting as hT, type PublicResolvedRunFormatting as hU, type PublicResolvedStoryField as hV, type PublicSectionNode as hW, type PublicStoryAnchoredObject as hX, type PublicTableBorders as hY, type PublicTableCellBorders as hZ, type PublicTableCellMargins as h_, type EmbeddedDocumentManifestLike as ha, type ExportDelivery as hb, type FieldEntrySnapshot as hc, type FieldFamily as hd, type FieldRefreshStatus as he, type FieldSnapshot as hf, type FormattingBreadcrumbItem as hg, type LayoutFacetEvent as hh, type LayoutFacetInvalidationReason as hi, type LayoutInputIdentity as hj, type MetadataConflictPolicy as hk, type OverlayKind as hl, type OverlayVisibilityAuthorship as hm, type OverlayVisibilityEnforcement as hn, type OverlayVisibilityPolicy as ho, PERCENTAGE_PARTS as hp, type PageChromeReservations as hq, type PageFieldContext as hr, type PagePatchEntry as hs, type PagePatchPlan as ht, type PagePatchReason as hu, type PagePreviewMaps as hv, type ProtectionRange as hw, type PublicBlockFragment as hx, type PublicBlockMeasurement as hy, type PublicBorderSpec as hz, type PageFormatDefinition as i, type TableOpResult as i$, type PublicTableRenderPlan as i0, type PublicTableRowHeight as i1, type PublicTableStyle as i2, type PublicTableSummary as i3, type PublicTableWidth as i4, type PublicTwipsRect as i5, ROTATION_UNITS_PER_DEGREE as i6, type RenderAnchorIndex as i7, type RenderAnchorQuery as i8, type RenderBlock as i9, type ScopeChromeVisibility as iA, type ScopeChromeVisibilityState as iB, type ScopeHandle as iC, type ScopeQueryFilter as iD, type ScopeQueryResult as iE, type ScopeRailSnapshot as iF, type ScopeTagRegistry as iG, type ScopeVisibility as iH, type SearchResultSnapshot as iI, type SecondaryStorySurface as iJ, type SemanticScope as iK, type SemanticScopeKind as iL, type SetSelectionOptions as iM, type ShortcutDelegationContext as iN, type StorageReference as iO, type StoreEmbeddedDocParams as iP, type SupportedFieldFamily as iQ, type SurfaceDrawingAnchor as iR, type SurfacePictureEffects as iS, type SurfacePreserveOnlyObjectSizing as iT, type SurfaceTextBoxBodyProperties as iU, type SurfaceTextBoxBodySnapshot as iV, type SurfaceTextBoxBodyStatus as iW, type SurfaceTextBoxParagraphSnapshot as iX, type SurfaceTextBoxRunSnapshot as iY, TWIPS_PER_PX as iZ, type TableOp as i_, type RenderBlockDecoration as ia, type RenderFrame as ib, type RenderFrameQueryOptions as ic, type RenderFrameRect as id, type RenderHitResult as ie, type RenderKernelEvent as ig, type RenderLine as ih, type RenderLineAnchor as ii, type RenderPage as ij, type RenderPageRegions as ik, type RenderPoint as il, type RenderStoryRegion as im, type RenderZoom as io, type RenderZoomSummary as ip, type ResolveMetadataConflictInput as iq, type ResolvedNumberingGeometrySnapshot as ir, type ResolvedNumberingSnapshot as is, type RuntimeEditTargetContext as it, type RuntimePageNode as iu, SRCRECT_UNITS_PER_PERCENT as iv, type SanitizeResult as iw, type ScopeBundle$1 as ix, type ScopeBundleEvidence as iy, type ScopeBundleNeighborhood as iz, type SearchOptions as j, type TableOperationCapabilitySnapshot as j0, type TextStyleFilter as j1, type TocRefreshOptions as j2, type TocRefreshResult as j3, type TocRefreshTrigger as j4, type UpdateFieldsOptions as j5, type UpdateFieldsResult as j6, type WordReviewEditorChangesFacet as j7, type WordReviewEditorCommentsFacet as j8, type WordReviewEditorDiagnosticsFacet as j9, type WordReviewEditorDocumentFacet as ja, type WordReviewEditorFieldsFacet as jb, type WordReviewEditorPasteEvent as jc, type WordReviewEditorScopesFacet as jd, type WordReviewEditorTablesFacet as je, type WorkflowEventOrigin as jf, type WorkflowLockedZone as jg, type WorkflowMarkupMode as jh, type WorkflowMarkupModeEnforcement as ji, type WorkflowMarkupModePolicy as jj, type WorkflowScopeGuardPolicy as jk, type WorkflowScopeMetadataField as jl, buildPagePreviewMaps as jm, buildSearchPattern as jn, createCanvasBackend as jo, createPublicNodeAnchor as jp, createPublicRangeAnchor as jq, createScopeTagRegistry as jr, estimateBlockHeight as js, estimateParagraphLineCount as jt, estimateParagraphLineHeight as ju, findPageForOffset as jv, getUsableColumnWidth as jw, resolvePageFieldDisplayText as jx, sanitizeMarkdown as jy, storyTargetKey as jz, type SearchTextOptions as k, type SecondaryStorySearchResult as l, createSearchExcerpt as m, findSearchMatches as n, type EditorSurfaceSnapshot as o, type LoadSchedulerBackend as p, type CompatibilityReport as q, type EditorError as r, searchSecondaryStories as s, type ProtectionSnapshot as t, type MockPayload as u, type RuntimeApiHandle as v, type UiControllerFactory as w, type ApiV3Ui as x, type AgentMetadata as y, type AiPe2EvidenceOptions as z };