@beyondwork/docx-react-component 1.0.132 → 1.0.134

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 (94) hide show
  1. package/dist/api/public-types.cjs +161 -68
  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 +3 -3
  5. package/dist/api/v3.cjs +9878 -7387
  6. package/dist/api/v3.d.cts +2 -2
  7. package/dist/api/v3.d.ts +2 -2
  8. package/dist/api/v3.js +10 -10
  9. package/dist/{chunk-QUTVR72L.js → chunk-3YR47WTD.js} +296 -587
  10. package/dist/{chunk-RYMMKOFI.js → chunk-5KTJKTNE.js} +32 -0
  11. package/dist/{chunk-UP2KDOYE.js → chunk-74R5B2EZ.js} +6 -2
  12. package/dist/{chunk-6736GA6J.js → chunk-7Y6JCIK3.js} +1 -1
  13. package/dist/{chunk-43JAPM2F.js → chunk-EBSI6VQX.js} +546 -144
  14. package/dist/{chunk-JVTDBX67.js → chunk-EFEW7BTT.js} +2 -2
  15. package/dist/{chunk-YUHNDEV5.js → chunk-ESEEWELA.js} +3534 -1870
  16. package/dist/{chunk-XYTWOJII.js → chunk-IJD6D7HU.js} +745 -103
  17. package/dist/{chunk-UFPBYJMA.js → chunk-INLRCC4N.js} +2 -2
  18. package/dist/{chunk-N5FTU4HZ.js → chunk-MQ5GAJ54.js} +68 -39
  19. package/dist/{chunk-W2I47J2Q.js → chunk-NJFKPDNG.js} +216 -2
  20. package/dist/{chunk-LPLJZJT2.js → chunk-O4EDZR44.js} +131 -70
  21. package/dist/{chunk-4HGFJ6Z2.js → chunk-PZIEOEJZ.js} +1 -1
  22. package/dist/{chunk-C5LXKR54.js → chunk-QTRJLKR2.js} +1 -1
  23. package/dist/{chunk-SZ6BJA4Q.js → chunk-REFHJ2FN.js} +3 -3
  24. package/dist/{chunk-ZDYGRO2Z.js → chunk-RP76USJE.js} +1 -1
  25. package/dist/{chunk-RBWJHRNP.js → chunk-T66OS7MN.js} +8 -3
  26. package/dist/{chunk-ALWXYGXP.js → chunk-V2JF42SI.js} +2 -2
  27. package/dist/{chunk-CDEZGLQ3.js → chunk-VA24T4EB.js} +1 -1
  28. package/dist/{chunk-6TLZ6CMP.js → chunk-WDDFU2N2.js} +2 -2
  29. package/dist/{chunk-U3UMKA7B.js → chunk-XBQFDBXE.js} +1 -1
  30. package/dist/core/commands/formatting-commands.d.cts +1 -1
  31. package/dist/core/commands/formatting-commands.d.ts +1 -1
  32. package/dist/core/commands/image-commands.cjs +32 -0
  33. package/dist/core/commands/image-commands.d.cts +1 -1
  34. package/dist/core/commands/image-commands.d.ts +1 -1
  35. package/dist/core/commands/image-commands.js +5 -5
  36. package/dist/core/commands/section-layout-commands.d.cts +1 -1
  37. package/dist/core/commands/section-layout-commands.d.ts +1 -1
  38. package/dist/core/commands/style-commands.d.cts +1 -1
  39. package/dist/core/commands/style-commands.d.ts +1 -1
  40. package/dist/core/commands/table-structure-commands.cjs +32 -0
  41. package/dist/core/commands/table-structure-commands.d.cts +1 -1
  42. package/dist/core/commands/table-structure-commands.d.ts +1 -1
  43. package/dist/core/commands/table-structure-commands.js +4 -4
  44. package/dist/core/commands/text-commands.cjs +99 -38
  45. package/dist/core/commands/text-commands.d.cts +12 -1
  46. package/dist/core/commands/text-commands.d.ts +12 -1
  47. package/dist/core/commands/text-commands.js +5 -5
  48. package/dist/core/selection/mapping.d.cts +1 -1
  49. package/dist/core/selection/mapping.d.ts +1 -1
  50. package/dist/core/state/editor-state.d.cts +1 -1
  51. package/dist/core/state/editor-state.d.ts +1 -1
  52. package/dist/index.cjs +5365 -2298
  53. package/dist/index.d.cts +4 -4
  54. package/dist/index.d.ts +4 -4
  55. package/dist/index.js +388 -63
  56. package/dist/io/docx-session.cjs +7 -2
  57. package/dist/io/docx-session.d.cts +3 -3
  58. package/dist/io/docx-session.d.ts +3 -3
  59. package/dist/io/docx-session.js +4 -4
  60. package/dist/legal.js +3 -3
  61. package/dist/{loader-MAa8VpzW.d.cts → loader-CK3lZy4h.d.cts} +2 -2
  62. package/dist/{loader-CfpeEPAa.d.ts → loader-CQXplstv.d.ts} +2 -2
  63. package/dist/{public-types-KBS6JnOs.d.cts → public-types-BR1SYK2F.d.cts} +783 -189
  64. package/dist/{public-types-Cjs8glST.d.ts → public-types-DXNZVKrS.d.ts} +783 -189
  65. package/dist/public-types.cjs +161 -68
  66. package/dist/public-types.d.cts +1 -1
  67. package/dist/public-types.d.ts +1 -1
  68. package/dist/public-types.js +3 -3
  69. package/dist/runtime/collab.d.cts +2 -2
  70. package/dist/runtime/collab.d.ts +2 -2
  71. package/dist/runtime/document-runtime.cjs +1597 -444
  72. package/dist/runtime/document-runtime.d.cts +1 -1
  73. package/dist/runtime/document-runtime.d.ts +1 -1
  74. package/dist/runtime/document-runtime.js +14 -14
  75. package/dist/{session-CkoH8FoY.d.ts → session-C9UjrhJF.d.ts} +2 -2
  76. package/dist/{session-wwe0Gib-.d.cts → session-CSbwkgII.d.cts} +2 -2
  77. package/dist/session.cjs +7 -2
  78. package/dist/session.d.cts +4 -4
  79. package/dist/session.d.ts +4 -4
  80. package/dist/session.js +5 -5
  81. package/dist/tailwind.cjs +451 -650
  82. package/dist/tailwind.d.cts +1 -1
  83. package/dist/tailwind.d.ts +1 -1
  84. package/dist/tailwind.js +7 -7
  85. package/dist/{types-B3SGRW0w.d.cts → types-CZtAueri.d.cts} +1 -1
  86. package/dist/{types-CH7NWqVL.d.ts → types-RzkCXDNV.d.ts} +1 -1
  87. package/dist/ui-tailwind/editor-surface/search-plugin.d.cts +2 -2
  88. package/dist/ui-tailwind/editor-surface/search-plugin.d.ts +2 -2
  89. package/dist/ui-tailwind/editor-surface/search-plugin.js +4 -4
  90. package/dist/ui-tailwind.cjs +451 -650
  91. package/dist/ui-tailwind.d.cts +3 -2
  92. package/dist/ui-tailwind.d.ts +3 -2
  93. package/dist/ui-tailwind.js +7 -7
  94. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { b$ as CommentSidebarSnapshot, ed as TrackedChangeEntrySnapshot, ee as TrackedChangesSnapshot, c4 as CompatibilityPanelSnapshot, cB as EditorWarning, dn as RuntimeContextAnalyticsSnapshot, eV as ScopeRailSegment, ek as WorkflowBlockedCommandReason, c1 as CommentSidebarThreadSnapshot, eI as WorkspaceMode, eJ as ZoomLevel, eW as ChromePinSurface, eX as PinState, eY as FormattingAlignment, I as InsertTableOptions, dG as SectionBreakType, eZ as InsertImageOptions, dH as SectionLayoutPatch, dI as SectionPageNumberingPatch, cF as HeaderFooterLinkPatch, cx as EditorStoryTarget, R as RuntimeRenderSnapshot, cA as EditorViewStateSnapshot, e_ as SessionCapabilities, e$ as WordReviewEditorLayoutFacet, f0 as GeometryFacet, f1 as WorkflowFacet, f2 as EditorActionHostCallbacks, f3 as TwWorkspaceChromeHostController, f4 as FormattingStateSnapshot, bf as ActiveListContext, dT as StyleCatalogSnapshot, eG as WorkflowScopeSnapshot, cL as InteractionGuardSnapshot, eh as WordReviewEditorChromePreset, eg as WordReviewEditorChromeOptions, bF as CollabSession, b7 as TransportStatus, de as ReviewQueueSnapshot, f5 as UiObjectDragStartInput, f6 as UiObjectDragSession, f7 as ActiveSelectionToolModel, cd as DocumentNavigationSnapshot, f8 as TableStructureContextSnapshot, ei as WordReviewEditorChromeVisibility, f9 as EditorRole, eF as WorkflowScopeMode, dB as ScopeIssueAction, ck as EditorAnchorProjection, cz as EditorUser, h as SelectionSnapshot, dX as SurfaceBlockSnapshot, dY as SurfaceInlineSegment, bZ as CommentPresentationSnapshot, bO as CommentBody, bQ as CommentMention, bM as CommentAttachment, fa as ToolbarChromeItemId, fb as ToolbarChromePlacement, dJ as SelectionToolKind, fc as ScopeRailPosture, fd as ChromePinsState, fe as PublicMeasurementFidelity, ff as FormattingInlineSelectionToolModel, b9 as PresenceSnapshot, b8 as CollabPosture, bN as CommentAudience, cU as MetadataIntegrity, bT as CommentNegotiationEntry, c_ as NegotiationRole, bR as CommentNegotiationAction, d0 as PageLayoutSnapshot, fg as EditableTargetRef } from './public-types-KBS6JnOs.cjs';
3
- export { fh as deriveCapabilities } from './public-types-KBS6JnOs.cjs';
2
+ import { c7 as CommentSidebarSnapshot, el as TrackedChangeEntrySnapshot, em as TrackedChangesSnapshot, cc as CompatibilityPanelSnapshot, cJ as EditorWarning, dw as RuntimeContextAnalyticsSnapshot, f1 as ScopeRailSegment, es as WorkflowBlockedCommandReason, c9 as CommentSidebarThreadSnapshot, eQ as WorkspaceMode, eR as ZoomLevel, f2 as ChromePinSurface, f3 as PinState, f4 as FormattingAlignment, I as InsertTableOptions, dO as SectionBreakType, f5 as InsertImageOptions, dP as SectionLayoutPatch, dQ as SectionPageNumberingPatch, cN as HeaderFooterLinkPatch, cF as EditorStoryTarget, R as RuntimeRenderSnapshot, cI as EditorViewStateSnapshot, f6 as SessionCapabilities, f7 as WordReviewEditorLayoutFacet, f8 as GeometryFacet, f9 as WorkflowFacet, fa as EditorActionHostCallbacks, fb as TwWorkspaceChromeHostController, fc as FormattingStateSnapshot, bn as ActiveListContext, d$ as StyleCatalogSnapshot, eO as WorkflowScopeSnapshot, cT as InteractionGuardSnapshot, ep as WordReviewEditorChromePreset, eo as WordReviewEditorChromeOptions, bN as CollabSession, bf as TransportStatus, dm as ReviewQueueSnapshot, fd as UiObjectDragStartInput, fe as UiObjectDragSession, ff as ActiveSelectionToolModel, cl as DocumentNavigationSnapshot, fg as TableStructureContextSnapshot, eq as WordReviewEditorChromeVisibility, fh as EditorRole, eN as WorkflowScopeMode, dJ as ScopeIssueAction, cs as EditorAnchorProjection, cH as EditorUser, j as SelectionSnapshot, e3 as SurfaceBlockSnapshot, e4 as SurfaceInlineSegment, c5 as CommentPresentationSnapshot, bW as CommentBody, bY as CommentMention, bU as CommentAttachment, fi as ToolbarChromeItemId, fj as ToolbarChromePlacement, dR as SelectionToolKind, as as UiListReadbackSnapshot, fk as ScopeRailPosture, fl as ChromePinsState, fm as PublicMeasurementFidelity, fn as FormattingInlineSelectionToolModel, bh as PresenceSnapshot, bg as CollabPosture, bV as CommentAudience, d0 as MetadataIntegrity, b$ as CommentNegotiationEntry, d6 as NegotiationRole, bZ as CommentNegotiationAction, d8 as PageLayoutSnapshot, fo as EditableTargetRef } from './public-types-BR1SYK2F.cjs';
3
+ export { fp as deriveCapabilities } from './public-types-BR1SYK2F.cjs';
4
4
  import * as React$1 from 'react';
5
5
  import React__default, { ReactNode, FocusEventHandler, Ref, KeyboardEvent as KeyboardEvent$1 } from 'react';
6
6
  import 'yjs';
@@ -981,6 +981,7 @@ interface TwToolbarProps {
981
981
  zoomLevel?: ZoomLevel;
982
982
  formattingState?: FormattingStateSnapshot;
983
983
  activeListContext?: ActiveListContext | null;
984
+ activeListReadback?: UiListReadbackSnapshot | null;
984
985
  styleCatalog?: StyleCatalogSnapshot;
985
986
  /** Authoring toggle for recording new edits as tracked changes. */
986
987
  showTrackedChanges: boolean;
@@ -1,6 +1,6 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
- import { b$ as CommentSidebarSnapshot, ed as TrackedChangeEntrySnapshot, ee as TrackedChangesSnapshot, c4 as CompatibilityPanelSnapshot, cB as EditorWarning, dn as RuntimeContextAnalyticsSnapshot, eV as ScopeRailSegment, ek as WorkflowBlockedCommandReason, c1 as CommentSidebarThreadSnapshot, eI as WorkspaceMode, eJ as ZoomLevel, eW as ChromePinSurface, eX as PinState, eY as FormattingAlignment, I as InsertTableOptions, dG as SectionBreakType, eZ as InsertImageOptions, dH as SectionLayoutPatch, dI as SectionPageNumberingPatch, cF as HeaderFooterLinkPatch, cx as EditorStoryTarget, R as RuntimeRenderSnapshot, cA as EditorViewStateSnapshot, e_ as SessionCapabilities, e$ as WordReviewEditorLayoutFacet, f0 as GeometryFacet, f1 as WorkflowFacet, f2 as EditorActionHostCallbacks, f3 as TwWorkspaceChromeHostController, f4 as FormattingStateSnapshot, bf as ActiveListContext, dT as StyleCatalogSnapshot, eG as WorkflowScopeSnapshot, cL as InteractionGuardSnapshot, eh as WordReviewEditorChromePreset, eg as WordReviewEditorChromeOptions, bF as CollabSession, b7 as TransportStatus, de as ReviewQueueSnapshot, f5 as UiObjectDragStartInput, f6 as UiObjectDragSession, f7 as ActiveSelectionToolModel, cd as DocumentNavigationSnapshot, f8 as TableStructureContextSnapshot, ei as WordReviewEditorChromeVisibility, f9 as EditorRole, eF as WorkflowScopeMode, dB as ScopeIssueAction, ck as EditorAnchorProjection, cz as EditorUser, h as SelectionSnapshot, dX as SurfaceBlockSnapshot, dY as SurfaceInlineSegment, bZ as CommentPresentationSnapshot, bO as CommentBody, bQ as CommentMention, bM as CommentAttachment, fa as ToolbarChromeItemId, fb as ToolbarChromePlacement, dJ as SelectionToolKind, fc as ScopeRailPosture, fd as ChromePinsState, fe as PublicMeasurementFidelity, ff as FormattingInlineSelectionToolModel, b9 as PresenceSnapshot, b8 as CollabPosture, bN as CommentAudience, cU as MetadataIntegrity, bT as CommentNegotiationEntry, c_ as NegotiationRole, bR as CommentNegotiationAction, d0 as PageLayoutSnapshot, fg as EditableTargetRef } from './public-types-Cjs8glST.js';
3
- export { fh as deriveCapabilities } from './public-types-Cjs8glST.js';
2
+ import { c7 as CommentSidebarSnapshot, el as TrackedChangeEntrySnapshot, em as TrackedChangesSnapshot, cc as CompatibilityPanelSnapshot, cJ as EditorWarning, dw as RuntimeContextAnalyticsSnapshot, f1 as ScopeRailSegment, es as WorkflowBlockedCommandReason, c9 as CommentSidebarThreadSnapshot, eQ as WorkspaceMode, eR as ZoomLevel, f2 as ChromePinSurface, f3 as PinState, f4 as FormattingAlignment, I as InsertTableOptions, dO as SectionBreakType, f5 as InsertImageOptions, dP as SectionLayoutPatch, dQ as SectionPageNumberingPatch, cN as HeaderFooterLinkPatch, cF as EditorStoryTarget, R as RuntimeRenderSnapshot, cI as EditorViewStateSnapshot, f6 as SessionCapabilities, f7 as WordReviewEditorLayoutFacet, f8 as GeometryFacet, f9 as WorkflowFacet, fa as EditorActionHostCallbacks, fb as TwWorkspaceChromeHostController, fc as FormattingStateSnapshot, bn as ActiveListContext, d$ as StyleCatalogSnapshot, eO as WorkflowScopeSnapshot, cT as InteractionGuardSnapshot, ep as WordReviewEditorChromePreset, eo as WordReviewEditorChromeOptions, bN as CollabSession, bf as TransportStatus, dm as ReviewQueueSnapshot, fd as UiObjectDragStartInput, fe as UiObjectDragSession, ff as ActiveSelectionToolModel, cl as DocumentNavigationSnapshot, fg as TableStructureContextSnapshot, eq as WordReviewEditorChromeVisibility, fh as EditorRole, eN as WorkflowScopeMode, dJ as ScopeIssueAction, cs as EditorAnchorProjection, cH as EditorUser, j as SelectionSnapshot, e3 as SurfaceBlockSnapshot, e4 as SurfaceInlineSegment, c5 as CommentPresentationSnapshot, bW as CommentBody, bY as CommentMention, bU as CommentAttachment, fi as ToolbarChromeItemId, fj as ToolbarChromePlacement, dR as SelectionToolKind, as as UiListReadbackSnapshot, fk as ScopeRailPosture, fl as ChromePinsState, fm as PublicMeasurementFidelity, fn as FormattingInlineSelectionToolModel, bh as PresenceSnapshot, bg as CollabPosture, bV as CommentAudience, d0 as MetadataIntegrity, b$ as CommentNegotiationEntry, d6 as NegotiationRole, bZ as CommentNegotiationAction, d8 as PageLayoutSnapshot, fo as EditableTargetRef } from './public-types-DXNZVKrS.js';
3
+ export { fp as deriveCapabilities } from './public-types-DXNZVKrS.js';
4
4
  import * as React$1 from 'react';
5
5
  import React__default, { ReactNode, FocusEventHandler, Ref, KeyboardEvent as KeyboardEvent$1 } from 'react';
6
6
  import 'yjs';
@@ -981,6 +981,7 @@ interface TwToolbarProps {
981
981
  zoomLevel?: ZoomLevel;
982
982
  formattingState?: FormattingStateSnapshot;
983
983
  activeListContext?: ActiveListContext | null;
984
+ activeListReadback?: UiListReadbackSnapshot | null;
984
985
  styleCatalog?: StyleCatalogSnapshot;
985
986
  /** Authoring toggle for recording new edits as tracked changes. */
986
987
  showTrackedChanges: boolean;
@@ -9,7 +9,7 @@ import {
9
9
  TwShellHeader,
10
10
  createEditorKeyboardHandler,
11
11
  renderTwCaret
12
- } from "./chunk-6736GA6J.js";
12
+ } from "./chunk-7Y6JCIK3.js";
13
13
  import {
14
14
  CollabAudienceChip,
15
15
  CollabNegotiationActionBar,
@@ -47,17 +47,17 @@ import {
47
47
  selectionTouchesRange,
48
48
  shouldHideInCleanMode,
49
49
  useContainerBreakpoint
50
- } from "./chunk-QUTVR72L.js";
51
- import "./chunk-UP2KDOYE.js";
52
- import "./chunk-W2I47J2Q.js";
50
+ } from "./chunk-3YR47WTD.js";
51
+ import "./chunk-74R5B2EZ.js";
52
+ import "./chunk-NJFKPDNG.js";
53
53
  import {
54
54
  deriveCapabilities
55
- } from "./chunk-LPLJZJT2.js";
55
+ } from "./chunk-O4EDZR44.js";
56
56
  import "./chunk-OVLZQ6FZ.js";
57
57
  import "./chunk-QIO6V46H.js";
58
- import "./chunk-U3UMKA7B.js";
58
+ import "./chunk-XBQFDBXE.js";
59
59
  import "./chunk-OYGMRRR7.js";
60
- import "./chunk-RYMMKOFI.js";
60
+ import "./chunk-5KTJKTNE.js";
61
61
  import "./chunk-UFVDIR2C.js";
62
62
  import "./chunk-PGGPPZ65.js";
63
63
  import "./chunk-DNXYUIIS.js";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@beyondwork/docx-react-component",
3
3
  "publisher": "beyondwork",
4
- "version": "1.0.132",
4
+ "version": "1.0.134",
5
5
  "description": "Embeddable React Word (docx) editor with review, comments, tracked changes, and round-trip OOXML fidelity.",
6
6
  "type": "module",
7
7
  "sideEffects": [