@mog-sdk/spreadsheet-contracts 0.1.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/accessibility/index.d.ts +9 -0
- package/dist/accessibility/index.d.ts.map +1 -0
- package/dist/accessibility/types.d.ts +75 -0
- package/dist/accessibility/types.d.ts.map +1 -0
- package/dist/actions/comments.d.ts +31 -0
- package/dist/actions/comments.d.ts.map +1 -0
- package/dist/actions/index.d.ts +22 -0
- package/dist/actions/index.d.ts.map +1 -0
- package/dist/actions/types.d.ts +448 -0
- package/dist/actions/types.d.ts.map +1 -0
- package/dist/actors/chart.d.ts +88 -0
- package/dist/actors/chart.d.ts.map +1 -0
- package/dist/actors/clipboard.d.ts +243 -0
- package/dist/actors/clipboard.d.ts.map +1 -0
- package/dist/actors/commands.d.ts +1343 -0
- package/dist/actors/commands.d.ts.map +1 -0
- package/dist/actors/comment.d.ts +84 -0
- package/dist/actors/comment.d.ts.map +1 -0
- package/dist/actors/draw-border.d.ts +89 -0
- package/dist/actors/draw-border.d.ts.map +1 -0
- package/dist/actors/editor.d.ts +161 -0
- package/dist/actors/editor.d.ts.map +1 -0
- package/dist/actors/find-replace.d.ts +88 -0
- package/dist/actors/find-replace.d.ts.map +1 -0
- package/dist/actors/focus.d.ts +91 -0
- package/dist/actors/focus.d.ts.map +1 -0
- package/dist/actors/index.d.ts +88 -0
- package/dist/actors/index.d.ts.map +1 -0
- package/dist/actors/input.d.ts +98 -0
- package/dist/actors/input.d.ts.map +1 -0
- package/dist/actors/object-interaction.d.ts +163 -0
- package/dist/actors/object-interaction.d.ts.map +1 -0
- package/dist/actors/object.d.ts +124 -0
- package/dist/actors/object.d.ts.map +1 -0
- package/dist/actors/page-break.d.ts +64 -0
- package/dist/actors/page-break.d.ts.map +1 -0
- package/dist/actors/pane-focus.d.ts +56 -0
- package/dist/actors/pane-focus.d.ts.map +1 -0
- package/dist/actors/renderer.d.ts +197 -0
- package/dist/actors/renderer.d.ts.map +1 -0
- package/dist/actors/selection.d.ts +170 -0
- package/dist/actors/selection.d.ts.map +1 -0
- package/dist/actors/slicer.d.ts +175 -0
- package/dist/actors/slicer.d.ts.map +1 -0
- package/dist/actors/smartart.d.ts +48 -0
- package/dist/actors/smartart.d.ts.map +1 -0
- package/dist/api/index.d.ts +19 -0
- package/dist/api/index.d.ts.map +1 -0
- package/dist/api/mutation-receipt.d.ts +26 -0
- package/dist/api/mutation-receipt.d.ts.map +1 -0
- package/dist/api/types.d.ts +1542 -0
- package/dist/api/types.d.ts.map +1 -0
- package/dist/api/workbook/history.d.ts +43 -0
- package/dist/api/workbook/history.d.ts.map +1 -0
- package/dist/api/workbook/index.d.ts +17 -0
- package/dist/api/workbook/index.d.ts.map +1 -0
- package/dist/api/workbook/names.d.ts +104 -0
- package/dist/api/workbook/names.d.ts.map +1 -0
- package/dist/api/workbook/notifications.d.ts +35 -0
- package/dist/api/workbook/notifications.d.ts.map +1 -0
- package/dist/api/workbook/protection.d.ts +14 -0
- package/dist/api/workbook/protection.d.ts.map +1 -0
- package/dist/api/workbook/scenarios.d.ts +45 -0
- package/dist/api/workbook/scenarios.d.ts.map +1 -0
- package/dist/api/workbook/sheets.d.ts +74 -0
- package/dist/api/workbook/sheets.d.ts.map +1 -0
- package/dist/api/workbook/slicers.d.ts +63 -0
- package/dist/api/workbook/slicers.d.ts.map +1 -0
- package/dist/api/workbook/styles.d.ts +19 -0
- package/dist/api/workbook/styles.d.ts.map +1 -0
- package/dist/api/workbook/theme.d.ts +38 -0
- package/dist/api/workbook/theme.d.ts.map +1 -0
- package/dist/api/workbook/viewport.d.ts +85 -0
- package/dist/api/workbook/viewport.d.ts.map +1 -0
- package/dist/api/workbook.d.ts +279 -0
- package/dist/api/workbook.d.ts.map +1 -0
- package/dist/api/worksheet/bindings.d.ts +66 -0
- package/dist/api/worksheet/bindings.d.ts.map +1 -0
- package/dist/api/worksheet/changes.d.ts +60 -0
- package/dist/api/worksheet/changes.d.ts.map +1 -0
- package/dist/api/worksheet/charts.d.ts +83 -0
- package/dist/api/worksheet/charts.d.ts.map +1 -0
- package/dist/api/worksheet/collections/connector-collection.d.ts +7 -0
- package/dist/api/worksheet/collections/connector-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/drawing-collection.d.ts +9 -0
- package/dist/api/worksheet/collections/drawing-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/equation-collection.d.ts +8 -0
- package/dist/api/worksheet/collections/equation-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/index.d.ts +12 -0
- package/dist/api/worksheet/collections/index.d.ts.map +1 -0
- package/dist/api/worksheet/collections/object-collection.d.ts +45 -0
- package/dist/api/worksheet/collections/object-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/picture-collection.d.ts +8 -0
- package/dist/api/worksheet/collections/picture-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/shape-collection.d.ts +8 -0
- package/dist/api/worksheet/collections/shape-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/textbox-collection.d.ts +8 -0
- package/dist/api/worksheet/collections/textbox-collection.d.ts.map +1 -0
- package/dist/api/worksheet/collections/wordart-collection.d.ts +8 -0
- package/dist/api/worksheet/collections/wordart-collection.d.ts.map +1 -0
- package/dist/api/worksheet/comments.d.ts +143 -0
- package/dist/api/worksheet/comments.d.ts.map +1 -0
- package/dist/api/worksheet/conditional-formats.d.ts +101 -0
- package/dist/api/worksheet/conditional-formats.d.ts.map +1 -0
- package/dist/api/worksheet/filters.d.ts +141 -0
- package/dist/api/worksheet/filters.d.ts.map +1 -0
- package/dist/api/worksheet/form-controls.d.ts +22 -0
- package/dist/api/worksheet/form-controls.d.ts.map +1 -0
- package/dist/api/worksheet/format-mappings.d.ts +50 -0
- package/dist/api/worksheet/format-mappings.d.ts.map +1 -0
- package/dist/api/worksheet/formats.d.ts +136 -0
- package/dist/api/worksheet/formats.d.ts.map +1 -0
- package/dist/api/worksheet/handles/chart-handle.d.ts +11 -0
- package/dist/api/worksheet/handles/chart-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/connector-handle.d.ts +9 -0
- package/dist/api/worksheet/handles/connector-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/drawing-handle.d.ts +14 -0
- package/dist/api/worksheet/handles/drawing-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/equation-handle.d.ts +9 -0
- package/dist/api/worksheet/handles/equation-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/floating-object-handle.d.ts +75 -0
- package/dist/api/worksheet/handles/floating-object-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/index.d.ts +16 -0
- package/dist/api/worksheet/handles/index.d.ts.map +1 -0
- package/dist/api/worksheet/handles/ole-object-handle.d.ts +10 -0
- package/dist/api/worksheet/handles/ole-object-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/picture-handle.d.ts +9 -0
- package/dist/api/worksheet/handles/picture-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/shape-handle.d.ts +11 -0
- package/dist/api/worksheet/handles/shape-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/slicer-handle.d.ts +13 -0
- package/dist/api/worksheet/handles/slicer-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/smartart-handle.d.ts +11 -0
- package/dist/api/worksheet/handles/smartart-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/textbox-handle.d.ts +9 -0
- package/dist/api/worksheet/handles/textbox-handle.d.ts.map +1 -0
- package/dist/api/worksheet/handles/wordart-handle.d.ts +10 -0
- package/dist/api/worksheet/handles/wordart-handle.d.ts.map +1 -0
- package/dist/api/worksheet/hyperlinks.d.ts +52 -0
- package/dist/api/worksheet/hyperlinks.d.ts.map +1 -0
- package/dist/api/worksheet/index.d.ts +35 -0
- package/dist/api/worksheet/index.d.ts.map +1 -0
- package/dist/api/worksheet/internal.d.ts +105 -0
- package/dist/api/worksheet/internal.d.ts.map +1 -0
- package/dist/api/worksheet/layout.d.ts +150 -0
- package/dist/api/worksheet/layout.d.ts.map +1 -0
- package/dist/api/worksheet/names.d.ts +52 -0
- package/dist/api/worksheet/names.d.ts.map +1 -0
- package/dist/api/worksheet/objects.d.ts +124 -0
- package/dist/api/worksheet/objects.d.ts.map +1 -0
- package/dist/api/worksheet/outline.d.ts +101 -0
- package/dist/api/worksheet/outline.d.ts.map +1 -0
- package/dist/api/worksheet/pivots.d.ts +257 -0
- package/dist/api/worksheet/pivots.d.ts.map +1 -0
- package/dist/api/worksheet/print.d.ts +108 -0
- package/dist/api/worksheet/print.d.ts.map +1 -0
- package/dist/api/worksheet/protection.d.ts +73 -0
- package/dist/api/worksheet/protection.d.ts.map +1 -0
- package/dist/api/worksheet/settings.d.ts +54 -0
- package/dist/api/worksheet/settings.d.ts.map +1 -0
- package/dist/api/worksheet/slicers.d.ts +101 -0
- package/dist/api/worksheet/slicers.d.ts.map +1 -0
- package/dist/api/worksheet/smartart.d.ts +49 -0
- package/dist/api/worksheet/smartart.d.ts.map +1 -0
- package/dist/api/worksheet/sparklines.d.ts +143 -0
- package/dist/api/worksheet/sparklines.d.ts.map +1 -0
- package/dist/api/worksheet/structure.d.ts +44 -0
- package/dist/api/worksheet/structure.d.ts.map +1 -0
- package/dist/api/worksheet/tables.d.ts +313 -0
- package/dist/api/worksheet/tables.d.ts.map +1 -0
- package/dist/api/worksheet/validation.d.ts +101 -0
- package/dist/api/worksheet/validation.d.ts.map +1 -0
- package/dist/api/worksheet/view.d.ts +91 -0
- package/dist/api/worksheet/view.d.ts.map +1 -0
- package/dist/api/worksheet.d.ts +370 -0
- package/dist/api/worksheet.d.ts.map +1 -0
- package/dist/app/index.d.ts +17 -0
- package/dist/app/index.d.ts.map +1 -0
- package/dist/app/types.d.ts +349 -0
- package/dist/app/types.d.ts.map +1 -0
- package/dist/apps/api.d.ts +519 -0
- package/dist/apps/api.d.ts.map +1 -0
- package/dist/apps/bindings.d.ts +72 -0
- package/dist/apps/bindings.d.ts.map +1 -0
- package/dist/apps/index.d.ts +13 -0
- package/dist/apps/index.d.ts.map +1 -0
- package/dist/apps/types.d.ts +224 -0
- package/dist/apps/types.d.ts.map +1 -0
- package/dist/apps/views.d.ts +142 -0
- package/dist/apps/views.d.ts.map +1 -0
- package/dist/bridges/chart-bridge.d.ts +172 -0
- package/dist/bridges/chart-bridge.d.ts.map +1 -0
- package/dist/bridges/equation-bridge.d.ts +74 -0
- package/dist/bridges/equation-bridge.d.ts.map +1 -0
- package/dist/bridges/index.d.ts +25 -0
- package/dist/bridges/index.d.ts.map +1 -0
- package/dist/bridges/ink-recognition-bridge.d.ts +142 -0
- package/dist/bridges/ink-recognition-bridge.d.ts.map +1 -0
- package/dist/bridges/locale-bridge.d.ts +93 -0
- package/dist/bridges/locale-bridge.d.ts.map +1 -0
- package/dist/bridges/pivot-bridge.d.ts +201 -0
- package/dist/bridges/pivot-bridge.d.ts.map +1 -0
- package/dist/bridges/schema-bridge.d.ts +137 -0
- package/dist/bridges/schema-bridge.d.ts.map +1 -0
- package/dist/bridges/smartart-bridge.d.ts +217 -0
- package/dist/bridges/smartart-bridge.d.ts.map +1 -0
- package/dist/bridges/wordart-bridge.d.ts +86 -0
- package/dist/bridges/wordart-bridge.d.ts.map +1 -0
- package/dist/capabilities/errors.d.ts +16 -0
- package/dist/capabilities/errors.d.ts.map +1 -0
- package/dist/capabilities/gated-api.d.ts +355 -0
- package/dist/capabilities/gated-api.d.ts.map +1 -0
- package/dist/capabilities/grants.d.ts +239 -0
- package/dist/capabilities/grants.d.ts.map +1 -0
- package/dist/capabilities/index.d.ts +24 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/manifest.d.ts +128 -0
- package/dist/capabilities/manifest.d.ts.map +1 -0
- package/dist/capabilities/requester.d.ts +209 -0
- package/dist/capabilities/requester.d.ts.map +1 -0
- package/dist/capabilities/scope.d.ts +55 -0
- package/dist/capabilities/scope.d.ts.map +1 -0
- package/dist/capabilities/sensitive.d.ts +279 -0
- package/dist/capabilities/sensitive.d.ts.map +1 -0
- package/dist/capabilities/taxonomy.d.ts +15 -0
- package/dist/capabilities/taxonomy.d.ts.map +1 -0
- package/dist/capabilities/types.d.ts +91 -0
- package/dist/capabilities/types.d.ts.map +1 -0
- package/dist/cells/cell-identity.d.ts +281 -0
- package/dist/cells/cell-identity.d.ts.map +1 -0
- package/dist/cells/cell-style.d.ts +67 -0
- package/dist/cells/cell-style.d.ts.map +1 -0
- package/dist/cells/formula-string.d.ts +37 -0
- package/dist/cells/formula-string.d.ts.map +1 -0
- package/dist/cells/index.d.ts +7 -0
- package/dist/cells/index.d.ts.map +1 -0
- package/dist/cells/range-ref.d.ts +77 -0
- package/dist/cells/range-ref.d.ts.map +1 -0
- package/dist/cells/rich-text.d.ts +66 -0
- package/dist/cells/rich-text.d.ts.map +1 -0
- package/dist/cells/spill.d.ts +121 -0
- package/dist/cells/spill.d.ts.map +1 -0
- package/dist/conditional-format/index.d.ts +11 -0
- package/dist/conditional-format/index.d.ts.map +1 -0
- package/dist/conditional-format/presets.d.ts +54 -0
- package/dist/conditional-format/presets.d.ts.map +1 -0
- package/dist/conditional-format/range-utils.d.ts +11 -0
- package/dist/conditional-format/range-utils.d.ts.map +1 -0
- package/dist/conditional-format/render-types.d.ts +80 -0
- package/dist/conditional-format/render-types.d.ts.map +1 -0
- package/dist/connections/api-errors.d.ts +29 -0
- package/dist/connections/api-errors.d.ts.map +1 -0
- package/dist/connections/api.d.ts +879 -0
- package/dist/connections/api.d.ts.map +1 -0
- package/dist/connections/database-bridge-types.d.ts +108 -0
- package/dist/connections/database-bridge-types.d.ts.map +1 -0
- package/dist/connections/index.d.ts +5 -0
- package/dist/connections/index.d.ts.map +1 -0
- package/dist/connections/power-query.d.ts +1 -0
- package/dist/connections/power-query.d.ts.map +1 -0
- package/dist/connections/query.d.ts +144 -0
- package/dist/connections/query.d.ts.map +1 -0
- package/dist/context-menu/index.d.ts +10 -0
- package/dist/context-menu/index.d.ts.map +1 -0
- package/dist/context-menu/types.d.ts +28 -0
- package/dist/context-menu/types.d.ts.map +1 -0
- package/dist/core/commands.d.ts +143 -0
- package/dist/core/commands.d.ts.map +1 -0
- package/dist/core/core.d.ts +943 -0
- package/dist/core/core.d.ts.map +1 -0
- package/dist/core/disposable.d.ts +30 -0
- package/dist/core/disposable.d.ts.map +1 -0
- package/dist/core/event-base.d.ts +31 -0
- package/dist/core/event-base.d.ts.map +1 -0
- package/dist/core/execution.d.ts +79 -0
- package/dist/core/execution.d.ts.map +1 -0
- package/dist/core/formatted-text.d.ts +8 -0
- package/dist/core/formatted-text.d.ts.map +1 -0
- package/dist/core/index.d.ts +10 -0
- package/dist/core/index.d.ts.map +1 -0
- package/dist/core/result.d.ts +23 -0
- package/dist/core/result.d.ts.map +1 -0
- package/dist/core/schema.d.ts +360 -0
- package/dist/core/schema.d.ts.map +1 -0
- package/dist/core/testing.d.ts +309 -0
- package/dist/core/testing.d.ts.map +1 -0
- package/dist/culture/index.d.ts +11 -0
- package/dist/culture/index.d.ts.map +1 -0
- package/dist/culture/types.d.ts +320 -0
- package/dist/culture/types.d.ts.map +1 -0
- package/dist/data/charts.d.ts +412 -0
- package/dist/data/charts.d.ts.map +1 -0
- package/dist/data/conditional-format.d.ts +188 -0
- package/dist/data/conditional-format.d.ts.map +1 -0
- package/dist/data/filter.d.ts +364 -0
- package/dist/data/filter.d.ts.map +1 -0
- package/dist/data/grouping.d.ts +170 -0
- package/dist/data/grouping.d.ts.map +1 -0
- package/dist/data/index.d.ts +12 -0
- package/dist/data/index.d.ts.map +1 -0
- package/dist/data/named-ranges.d.ts +104 -0
- package/dist/data/named-ranges.d.ts.map +1 -0
- package/dist/data/pivot.d.ts +68 -0
- package/dist/data/pivot.d.ts.map +1 -0
- package/dist/data/slicers.d.ts +417 -0
- package/dist/data/slicers.d.ts.map +1 -0
- package/dist/data/sorting.d.ts +172 -0
- package/dist/data/sorting.d.ts.map +1 -0
- package/dist/data/sparklines.d.ts +358 -0
- package/dist/data/sparklines.d.ts.map +1 -0
- package/dist/data/tables.d.ts +333 -0
- package/dist/data/tables.d.ts.map +1 -0
- package/dist/data/trace-arrows.d.ts +165 -0
- package/dist/data/trace-arrows.d.ts.map +1 -0
- package/dist/diagnostics/core.d.ts +219 -0
- package/dist/diagnostics/core.d.ts.map +1 -0
- package/dist/diagnostics/index.d.ts +9 -0
- package/dist/diagnostics/index.d.ts.map +1 -0
- package/dist/diagnostics/style.d.ts +196 -0
- package/dist/diagnostics/style.d.ts.map +1 -0
- package/dist/document/comments.d.ts +109 -0
- package/dist/document/comments.d.ts.map +1 -0
- package/dist/document/document.d.ts +182 -0
- package/dist/document/document.d.ts.map +1 -0
- package/dist/document/index.d.ts +5 -0
- package/dist/document/index.d.ts.map +1 -0
- package/dist/document/protection.d.ts +114 -0
- package/dist/document/protection.d.ts.map +1 -0
- package/dist/document/search.d.ts +202 -0
- package/dist/document/search.d.ts.map +1 -0
- package/dist/drawing/index.d.ts +8 -0
- package/dist/drawing/index.d.ts.map +1 -0
- package/dist/drawing/three-d.d.ts +171 -0
- package/dist/drawing/three-d.d.ts.map +1 -0
- package/dist/editor/drag.d.ts +178 -0
- package/dist/editor/drag.d.ts.map +1 -0
- package/dist/editor/editor.d.ts +59 -0
- package/dist/editor/editor.d.ts.map +1 -0
- package/dist/editor/form-controls.d.ts +428 -0
- package/dist/editor/form-controls.d.ts.map +1 -0
- package/dist/editor/index.d.ts +4 -0
- package/dist/editor/index.d.ts.map +1 -0
- package/dist/equation/errors.d.ts +19 -0
- package/dist/equation/errors.d.ts.map +1 -0
- package/dist/equation/index.d.ts +12 -0
- package/dist/equation/index.d.ts.map +1 -0
- package/dist/equation/omml-ast.d.ts +358 -0
- package/dist/equation/omml-ast.d.ts.map +1 -0
- package/dist/equation/templates.d.ts +26 -0
- package/dist/equation/templates.d.ts.map +1 -0
- package/dist/equation/types.d.ts +87 -0
- package/dist/equation/types.d.ts.map +1 -0
- package/dist/events/canvas-object-events.d.ts +31 -0
- package/dist/events/canvas-object-events.d.ts.map +1 -0
- package/dist/events/cell-events.d.ts +60 -0
- package/dist/events/cell-events.d.ts.map +1 -0
- package/dist/events/chart-events.d.ts +61 -0
- package/dist/events/chart-events.d.ts.map +1 -0
- package/dist/events/comment-events.d.ts +43 -0
- package/dist/events/comment-events.d.ts.map +1 -0
- package/dist/events/conditional-formatting-events.d.ts +40 -0
- package/dist/events/conditional-formatting-events.d.ts.map +1 -0
- package/dist/events/data-tools-events.d.ts +29 -0
- package/dist/events/data-tools-events.d.ts.map +1 -0
- package/dist/events/file-io-events.d.ts +39 -0
- package/dist/events/file-io-events.d.ts.map +1 -0
- package/dist/events/filter-events.d.ts +43 -0
- package/dist/events/filter-events.d.ts.map +1 -0
- package/dist/events/floating-object-events.d.ts +158 -0
- package/dist/events/floating-object-events.d.ts.map +1 -0
- package/dist/events/grouping-events.d.ts +75 -0
- package/dist/events/grouping-events.d.ts.map +1 -0
- package/dist/events/index.d.ts +129 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/ink-collaboration-events.d.ts +57 -0
- package/dist/events/ink-collaboration-events.d.ts.map +1 -0
- package/dist/events/ink-events.d.ts +33 -0
- package/dist/events/ink-events.d.ts.map +1 -0
- package/dist/events/ink-recognition-events.d.ts +149 -0
- package/dist/events/ink-recognition-events.d.ts.map +1 -0
- package/dist/events/ink-stroke-events.d.ts +197 -0
- package/dist/events/ink-stroke-events.d.ts.map +1 -0
- package/dist/events/merge-events.d.ts +46 -0
- package/dist/events/merge-events.d.ts.map +1 -0
- package/dist/events/named-range-events.d.ts +24 -0
- package/dist/events/named-range-events.d.ts.map +1 -0
- package/dist/events/pivot-events.d.ts +47 -0
- package/dist/events/pivot-events.d.ts.map +1 -0
- package/dist/events/print-events.d.ts +75 -0
- package/dist/events/print-events.d.ts.map +1 -0
- package/dist/events/recalc-events.d.ts +20 -0
- package/dist/events/recalc-events.d.ts.map +1 -0
- package/dist/events/scenario-events.d.ts +37 -0
- package/dist/events/scenario-events.d.ts.map +1 -0
- package/dist/events/selection-events.d.ts +16 -0
- package/dist/events/selection-events.d.ts.map +1 -0
- package/dist/events/settings-events.d.ts +41 -0
- package/dist/events/settings-events.d.ts.map +1 -0
- package/dist/events/sheet-events.d.ts +68 -0
- package/dist/events/sheet-events.d.ts.map +1 -0
- package/dist/events/slicer-events.d.ts +47 -0
- package/dist/events/slicer-events.d.ts.map +1 -0
- package/dist/events/smartart-events.d.ts +222 -0
- package/dist/events/smartart-events.d.ts.map +1 -0
- package/dist/events/sparkline-events.d.ts +68 -0
- package/dist/events/sparkline-events.d.ts.map +1 -0
- package/dist/events/store-events.d.ts +18 -0
- package/dist/events/store-events.d.ts.map +1 -0
- package/dist/events/structure-events.d.ts +76 -0
- package/dist/events/structure-events.d.ts.map +1 -0
- package/dist/events/table-events.d.ts +99 -0
- package/dist/events/table-events.d.ts.map +1 -0
- package/dist/events/validation-events.d.ts +85 -0
- package/dist/events/validation-events.d.ts.map +1 -0
- package/dist/events/view-events.d.ts +72 -0
- package/dist/events/view-events.d.ts.map +1 -0
- package/dist/events/wordart-events.d.ts +169 -0
- package/dist/events/wordart-events.d.ts.map +1 -0
- package/dist/events.d.ts +41 -0
- package/dist/events.d.ts.map +1 -0
- package/dist/extensions/index.d.ts +9 -0
- package/dist/extensions/index.d.ts.map +1 -0
- package/dist/extensions/types.d.ts +64 -0
- package/dist/extensions/types.d.ts.map +1 -0
- package/dist/filesystem/index.d.ts +11 -0
- package/dist/filesystem/index.d.ts.map +1 -0
- package/dist/filesystem/paths.d.ts +38 -0
- package/dist/filesystem/paths.d.ts.map +1 -0
- package/dist/filesystem/permissions.d.ts +89 -0
- package/dist/filesystem/permissions.d.ts.map +1 -0
- package/dist/filesystem/types.d.ts +251 -0
- package/dist/filesystem/types.d.ts.map +1 -0
- package/dist/fill/custom-lists.d.ts +41 -0
- package/dist/fill/custom-lists.d.ts.map +1 -0
- package/dist/fill/index.d.ts +11 -0
- package/dist/fill/index.d.ts.map +1 -0
- package/dist/fill/types.d.ts +102 -0
- package/dist/fill/types.d.ts.map +1 -0
- package/dist/formatting/format-registry.d.ts +45 -0
- package/dist/formatting/format-registry.d.ts.map +1 -0
- package/dist/formatting/index.d.ts +9 -0
- package/dist/formatting/index.d.ts.map +1 -0
- package/dist/formatting/theme.d.ts +108 -0
- package/dist/formatting/theme.d.ts.map +1 -0
- package/dist/index.d.ts +49 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/ink/index.d.ts +16 -0
- package/dist/ink/index.d.ts.map +1 -0
- package/dist/ink/spatial-index.d.ts +113 -0
- package/dist/ink/spatial-index.d.ts.map +1 -0
- package/dist/ink/types.d.ts +558 -0
- package/dist/ink/types.d.ts.map +1 -0
- package/dist/kernel/floating-object-manager.d.ts +68 -0
- package/dist/kernel/floating-object-manager.d.ts.map +1 -0
- package/dist/kernel/index.d.ts +12 -0
- package/dist/kernel/index.d.ts.map +1 -0
- package/dist/kernel/kernel-context.d.ts +129 -0
- package/dist/kernel/kernel-context.d.ts.map +1 -0
- package/dist/keyboard/actions.d.ts +328 -0
- package/dist/keyboard/actions.d.ts.map +1 -0
- package/dist/keyboard/binding-utils.d.ts +112 -0
- package/dist/keyboard/binding-utils.d.ts.map +1 -0
- package/dist/keyboard/customization.d.ts +121 -0
- package/dist/keyboard/customization.d.ts.map +1 -0
- package/dist/keyboard/display-utils.d.ts +9 -0
- package/dist/keyboard/display-utils.d.ts.map +1 -0
- package/dist/keyboard/excel-reference.d.ts +28 -0
- package/dist/keyboard/excel-reference.d.ts.map +1 -0
- package/dist/keyboard/index.d.ts +16 -0
- package/dist/keyboard/index.d.ts.map +1 -0
- package/dist/keyboard/input.d.ts +124 -0
- package/dist/keyboard/input.d.ts.map +1 -0
- package/dist/keyboard/physical-keys.d.ts +79 -0
- package/dist/keyboard/physical-keys.d.ts.map +1 -0
- package/dist/keyboard/shortcuts/definitions/index.d.ts +10 -0
- package/dist/keyboard/shortcuts/definitions/index.d.ts.map +1 -0
- package/dist/keyboard/shortcuts/types.d.ts +347 -0
- package/dist/keyboard/shortcuts/types.d.ts.map +1 -0
- package/dist/machines/index.d.ts +12 -0
- package/dist/machines/index.d.ts.map +1 -0
- package/dist/machines/snapshots.d.ts +160 -0
- package/dist/machines/snapshots.d.ts.map +1 -0
- package/dist/machines/types.d.ts +64 -0
- package/dist/machines/types.d.ts.map +1 -0
- package/dist/number-formats/constants.d.ts +39 -0
- package/dist/number-formats/constants.d.ts.map +1 -0
- package/dist/number-formats/index.d.ts +14 -0
- package/dist/number-formats/index.d.ts.map +1 -0
- package/dist/number-formats/locale/index.d.ts +5 -0
- package/dist/number-formats/locale/index.d.ts.map +1 -0
- package/dist/number-formats/locale/locale-defaults.d.ts +17 -0
- package/dist/number-formats/locale/locale-defaults.d.ts.map +1 -0
- package/dist/number-formats/registry.d.ts +52 -0
- package/dist/number-formats/registry.d.ts.map +1 -0
- package/dist/number-formats/types.d.ts +134 -0
- package/dist/number-formats/types.d.ts.map +1 -0
- package/dist/objects/canvas-object.d.ts +157 -0
- package/dist/objects/canvas-object.d.ts.map +1 -0
- package/dist/objects/drawing-object.d.ts +144 -0
- package/dist/objects/drawing-object.d.ts.map +1 -0
- package/dist/objects/floating-objects.d.ts +742 -0
- package/dist/objects/floating-objects.d.ts.map +1 -0
- package/dist/objects/index.d.ts +5 -0
- package/dist/objects/index.d.ts.map +1 -0
- package/dist/objects/object-bounds-reader.d.ts +25 -0
- package/dist/objects/object-bounds-reader.d.ts.map +1 -0
- package/dist/objects/object-mutator.d.ts +30 -0
- package/dist/objects/object-mutator.d.ts.map +1 -0
- package/dist/performance/index.d.ts +8 -0
- package/dist/performance/index.d.ts.map +1 -0
- package/dist/performance/profiler-types.d.ts +351 -0
- package/dist/performance/profiler-types.d.ts.map +1 -0
- package/dist/platform/identity.d.ts +24 -0
- package/dist/platform/identity.d.ts.map +1 -0
- package/dist/platform/index.d.ts +17 -0
- package/dist/platform/index.d.ts.map +1 -0
- package/dist/platform/types.d.ts +359 -0
- package/dist/platform/types.d.ts.map +1 -0
- package/dist/rendering/canvas-bridge-types.d.ts +68 -0
- package/dist/rendering/canvas-bridge-types.d.ts.map +1 -0
- package/dist/rendering/constants.d.ts +76 -0
- package/dist/rendering/constants.d.ts.map +1 -0
- package/dist/rendering/coordinates.d.ts +452 -0
- package/dist/rendering/coordinates.d.ts.map +1 -0
- package/dist/rendering/coordinator-interfaces.d.ts +163 -0
- package/dist/rendering/coordinator-interfaces.d.ts.map +1 -0
- package/dist/rendering/data-sources.d.ts +372 -0
- package/dist/rendering/data-sources.d.ts.map +1 -0
- package/dist/rendering/grid-region.d.ts +32 -0
- package/dist/rendering/grid-region.d.ts.map +1 -0
- package/dist/rendering/grid-renderer.d.ts +391 -0
- package/dist/rendering/grid-renderer.d.ts.map +1 -0
- package/dist/rendering/grouping.d.ts +21 -0
- package/dist/rendering/grouping.d.ts.map +1 -0
- package/dist/rendering/hit-test-service.d.ts +58 -0
- package/dist/rendering/hit-test-service.d.ts.map +1 -0
- package/dist/rendering/hit-test.d.ts +223 -0
- package/dist/rendering/hit-test.d.ts.map +1 -0
- package/dist/rendering/index.d.ts +25 -0
- package/dist/rendering/index.d.ts.map +1 -0
- package/dist/rendering/interactive-elements.d.ts +121 -0
- package/dist/rendering/interactive-elements.d.ts.map +1 -0
- package/dist/rendering/primitives.d.ts +17 -0
- package/dist/rendering/primitives.d.ts.map +1 -0
- package/dist/rendering/render-context.d.ts +457 -0
- package/dist/rendering/render-context.d.ts.map +1 -0
- package/dist/rendering/text-measurement-service.d.ts +197 -0
- package/dist/rendering/text-measurement-service.d.ts.map +1 -0
- package/dist/ribbon/collapse-configs.d.ts +298 -0
- package/dist/ribbon/collapse-configs.d.ts.map +1 -0
- package/dist/ribbon/collapse-types.d.ts +76 -0
- package/dist/ribbon/collapse-types.d.ts.map +1 -0
- package/dist/ribbon/index.d.ts +25 -0
- package/dist/ribbon/index.d.ts.map +1 -0
- package/dist/selection/index.d.ts +10 -0
- package/dist/selection/index.d.ts.map +1 -0
- package/dist/selection/registry.d.ts +17 -0
- package/dist/selection/registry.d.ts.map +1 -0
- package/dist/selection/types.d.ts +82 -0
- package/dist/selection/types.d.ts.map +1 -0
- package/dist/selectors/index.d.ts +8 -0
- package/dist/selectors/index.d.ts.map +1 -0
- package/dist/selectors/smart-art.d.ts +58 -0
- package/dist/selectors/smart-art.d.ts.map +1 -0
- package/dist/services/index.d.ts +273 -0
- package/dist/services/index.d.ts.map +1 -0
- package/dist/smartart/index.d.ts +26 -0
- package/dist/smartart/index.d.ts.map +1 -0
- package/dist/smartart/layouts.d.ts +193 -0
- package/dist/smartart/layouts.d.ts.map +1 -0
- package/dist/smartart/ooxml-algorithm-types.d.ts +939 -0
- package/dist/smartart/ooxml-algorithm-types.d.ts.map +1 -0
- package/dist/smartart/ooxml-data-model-types.d.ts +845 -0
- package/dist/smartart/ooxml-data-model-types.d.ts.map +1 -0
- package/dist/smartart/ooxml-drawing-types.d.ts +356 -0
- package/dist/smartart/ooxml-drawing-types.d.ts.map +1 -0
- package/dist/smartart/ooxml-engine-types.d.ts +873 -0
- package/dist/smartart/ooxml-engine-types.d.ts.map +1 -0
- package/dist/smartart/ooxml-layout-types.d.ts +405 -0
- package/dist/smartart/ooxml-layout-types.d.ts.map +1 -0
- package/dist/smartart/ooxml-style-types.d.ts +474 -0
- package/dist/smartart/ooxml-style-types.d.ts.map +1 -0
- package/dist/smartart/styles.d.ts +137 -0
- package/dist/smartart/styles.d.ts.map +1 -0
- package/dist/smartart/types.d.ts +323 -0
- package/dist/smartart/types.d.ts.map +1 -0
- package/dist/storage/capabilities.d.ts +33 -0
- package/dist/storage/capabilities.d.ts.map +1 -0
- package/dist/storage/connection.d.ts +183 -0
- package/dist/storage/connection.d.ts.map +1 -0
- package/dist/storage/index.d.ts +13 -0
- package/dist/storage/index.d.ts.map +1 -0
- package/dist/storage/query.d.ts +91 -0
- package/dist/storage/query.d.ts.map +1 -0
- package/dist/storage/table-driver.d.ts +249 -0
- package/dist/storage/table-driver.d.ts.map +1 -0
- package/dist/store/cell-schema.d.ts +235 -0
- package/dist/store/cell-schema.d.ts.map +1 -0
- package/dist/store/equation-schema.d.ts +22 -0
- package/dist/store/equation-schema.d.ts.map +1 -0
- package/dist/store/index.d.ts +33 -0
- package/dist/store/index.d.ts.map +1 -0
- package/dist/store/ink-schema.d.ts +26 -0
- package/dist/store/ink-schema.d.ts.map +1 -0
- package/dist/store/scenarios-schema.d.ts +105 -0
- package/dist/store/scenarios-schema.d.ts.map +1 -0
- package/dist/store/schema-types.d.ts +113 -0
- package/dist/store/schema-types.d.ts.map +1 -0
- package/dist/store/sheet-maps-schema.d.ts +222 -0
- package/dist/store/sheet-maps-schema.d.ts.map +1 -0
- package/dist/store/sheet-meta-schema.d.ts +16 -0
- package/dist/store/sheet-meta-schema.d.ts.map +1 -0
- package/dist/store/smartart-schema.d.ts +17 -0
- package/dist/store/smartart-schema.d.ts.map +1 -0
- package/dist/store/store-types.d.ts +381 -0
- package/dist/store/store-types.d.ts.map +1 -0
- package/dist/store/wordart-schema.d.ts +13 -0
- package/dist/store/wordart-schema.d.ts.map +1 -0
- package/dist/store/workbook-schema.d.ts +16 -0
- package/dist/store/workbook-schema.d.ts.map +1 -0
- package/dist/styles/built-in-styles.d.ts +10 -0
- package/dist/styles/built-in-styles.d.ts.map +1 -0
- package/dist/styles/index.d.ts +18 -0
- package/dist/styles/index.d.ts.map +1 -0
- package/dist/utils/a1.d.ts +12 -0
- package/dist/utils/a1.d.ts.map +1 -0
- package/dist/utils/datetime.d.ts +7 -0
- package/dist/utils/datetime.d.ts.map +1 -0
- package/dist/utils/function-registry.d.ts +40 -0
- package/dist/utils/function-registry.d.ts.map +1 -0
- package/dist/utils/index.d.ts +9 -0
- package/dist/utils/index.d.ts.map +1 -0
- package/dist/utils/protection.d.ts +9 -0
- package/dist/utils/protection.d.ts.map +1 -0
- package/dist/utils/range-navigation.d.ts +9 -0
- package/dist/utils/range-navigation.d.ts.map +1 -0
- package/dist/utils/range.d.ts +9 -0
- package/dist/utils/range.d.ts.map +1 -0
- package/dist/utils/rich-text.d.ts +9 -0
- package/dist/utils/rich-text.d.ts.map +1 -0
- package/dist/viewport/geometry.d.ts +90 -0
- package/dist/viewport/geometry.d.ts.map +1 -0
- package/dist/viewport/grid-canvas.d.ts +133 -0
- package/dist/viewport/grid-canvas.d.ts.map +1 -0
- package/dist/viewport/index.d.ts +5 -0
- package/dist/viewport/index.d.ts.map +1 -0
- package/dist/viewport/viewport-config.d.ts +95 -0
- package/dist/viewport/viewport-config.d.ts.map +1 -0
- package/dist/viewport/viewport.d.ts +191 -0
- package/dist/viewport/viewport.d.ts.map +1 -0
- package/dist/views/index.d.ts +9 -0
- package/dist/views/index.d.ts.map +1 -0
- package/dist/views/types.d.ts +161 -0
- package/dist/views/types.d.ts.map +1 -0
- package/dist/what-if/index.d.ts +2 -0
- package/dist/what-if/index.d.ts.map +1 -0
- package/dist/what-if/what-if.d.ts +152 -0
- package/dist/what-if/what-if.d.ts.map +1 -0
- package/dist/window-manager/index.d.ts +134 -0
- package/dist/window-manager/index.d.ts.map +1 -0
- package/dist/wordart/effects.d.ts +611 -0
- package/dist/wordart/effects.d.ts.map +1 -0
- package/dist/wordart/index.d.ts +17 -0
- package/dist/wordart/index.d.ts.map +1 -0
- package/dist/wordart/presets.d.ts +133 -0
- package/dist/wordart/presets.d.ts.map +1 -0
- package/dist/wordart/types.d.ts +444 -0
- package/dist/wordart/types.d.ts.map +1 -0
- package/dist/workflows/context.d.ts +777 -0
- package/dist/workflows/context.d.ts.map +1 -0
- package/dist/workflows/definition.d.ts +256 -0
- package/dist/workflows/definition.d.ts.map +1 -0
- package/dist/workflows/events.d.ts +397 -0
- package/dist/workflows/events.d.ts.map +1 -0
- package/dist/workflows/index.d.ts +19 -0
- package/dist/workflows/index.d.ts.map +1 -0
- package/dist/workflows/instance.d.ts +358 -0
- package/dist/workflows/instance.d.ts.map +1 -0
- package/dist/workflows/runtime.d.ts +287 -0
- package/dist/workflows/runtime.d.ts.map +1 -0
- package/dist/workflows/triggers.d.ts +335 -0
- package/dist/workflows/triggers.d.ts.map +1 -0
- package/dist/workflows/versioning.d.ts +245 -0
- package/dist/workflows/versioning.d.ts.map +1 -0
- package/dist/xlsx-parser/conditional-format.d.ts +137 -0
- package/dist/xlsx-parser/conditional-format.d.ts.map +1 -0
- package/dist/xlsx-parser/core.d.ts +622 -0
- package/dist/xlsx-parser/core.d.ts.map +1 -0
- package/dist/xlsx-parser/data-validation.d.ts +55 -0
- package/dist/xlsx-parser/data-validation.d.ts.map +1 -0
- package/dist/xlsx-parser/errors.d.ts +38 -0
- package/dist/xlsx-parser/errors.d.ts.map +1 -0
- package/dist/xlsx-parser/index.d.ts +17 -0
- package/dist/xlsx-parser/index.d.ts.map +1 -0
- package/dist/xlsx-parser/options.d.ts +89 -0
- package/dist/xlsx-parser/options.d.ts.map +1 -0
- package/dist/xlsx-parser/styles.d.ts +157 -0
- package/dist/xlsx-parser/styles.d.ts.map +1 -0
- package/dist/xlsx-parser/table.d.ts +170 -0
- package/dist/xlsx-parser/table.d.ts.map +1 -0
- package/package.json +410 -0
|
@@ -0,0 +1,939 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OOXML SmartArt Algorithm Parameter Types
|
|
3
|
+
*
|
|
4
|
+
* Type definitions for all SmartArt algorithm parameters as defined in
|
|
5
|
+
* ECMA-376 Part 1, Section 21.4 (DrawingML - Diagrams).
|
|
6
|
+
*
|
|
7
|
+
* SmartArt algorithms accept parameters via `dgm:param` elements that
|
|
8
|
+
* control their positioning behavior. Each parameter has:
|
|
9
|
+
* - A type (from ST_ParameterId, 55 values)
|
|
10
|
+
* - A value (type-specific, from various ST_* enumerations or numeric)
|
|
11
|
+
*
|
|
12
|
+
* This file defines:
|
|
13
|
+
* 1. All 55 ST_ParameterId values
|
|
14
|
+
* 2. Type-safe value enumerations for each parameter type
|
|
15
|
+
* 3. Per-algorithm parameter maps (which params are valid for which algorithm)
|
|
16
|
+
*
|
|
17
|
+
* @see ECMA-376 Part 1, Section 21.4.7.43 (ST_ParameterId)
|
|
18
|
+
* @see https://www.datypic.com/sc/ooxml/t-draw-diag_ST_ParameterId.html
|
|
19
|
+
*/
|
|
20
|
+
import type { AlgorithmTypeValue } from './ooxml-layout-types';
|
|
21
|
+
/**
|
|
22
|
+
* All 55 algorithm parameter identifiers from ST_ParameterId.
|
|
23
|
+
*
|
|
24
|
+
* These are the valid `type` attribute values for `dgm:param` elements
|
|
25
|
+
* within a `dgm:alg` algorithm definition. Each parameter controls a
|
|
26
|
+
* specific aspect of the algorithm's positioning behavior.
|
|
27
|
+
*
|
|
28
|
+
* @see ECMA-376 Part 1, Section 21.4.7.43 (ST_ParameterId)
|
|
29
|
+
*/
|
|
30
|
+
export declare const ParameterId: {
|
|
31
|
+
/** Horizontal alignment of children within the layout area. */
|
|
32
|
+
readonly horzAlign: "horzAlign";
|
|
33
|
+
/** Vertical alignment of children within the layout area. */
|
|
34
|
+
readonly vertAlign: "vertAlign";
|
|
35
|
+
/** Horizontal alignment for individual nodes (hierarchy algorithms). */
|
|
36
|
+
readonly nodeHorzAlign: "nodeHorzAlign";
|
|
37
|
+
/** Vertical alignment for individual nodes (hierarchy algorithms). */
|
|
38
|
+
readonly nodeVertAlign: "nodeVertAlign";
|
|
39
|
+
/** Hierarchy alignment (16 possible values for tree orientation). */
|
|
40
|
+
readonly hierAlign: "hierAlign";
|
|
41
|
+
/** Text alignment (whether text should be aligned with shape). */
|
|
42
|
+
readonly alignTx: "alignTx";
|
|
43
|
+
/** Child direction (horizontal or vertical arrangement of children). */
|
|
44
|
+
readonly chDir: "chDir";
|
|
45
|
+
/** Child alignment (how children align on the cross-axis). */
|
|
46
|
+
readonly chAlign: "chAlign";
|
|
47
|
+
/** Secondary child alignment (for complex hierarchy layouts). */
|
|
48
|
+
readonly secChAlign: "secChAlign";
|
|
49
|
+
/** Linear direction (which edge children flow from). */
|
|
50
|
+
readonly linDir: "linDir";
|
|
51
|
+
/** Secondary linear direction (for complex hierarchy layouts). */
|
|
52
|
+
readonly secLinDir: "secLinDir";
|
|
53
|
+
/** Text direction (horizontal or vertical text blocks). */
|
|
54
|
+
readonly txDir: "txDir";
|
|
55
|
+
/** Text block direction (horizontal or vertical text flow). */
|
|
56
|
+
readonly txBlDir: "txBlDir";
|
|
57
|
+
/** Growth direction (which corner the snake starts from). */
|
|
58
|
+
readonly grDir: "grDir";
|
|
59
|
+
/** Flow direction (whether snake flows by row or column). */
|
|
60
|
+
readonly flowDir: "flowDir";
|
|
61
|
+
/** Continue direction (same direction or reversed for each row). */
|
|
62
|
+
readonly contDir: "contDir";
|
|
63
|
+
/** Connector routing style (straight, bend, curve, long curve). */
|
|
64
|
+
readonly connRout: "connRout";
|
|
65
|
+
/** Beginning/start arrowhead style for connectors. */
|
|
66
|
+
readonly begSty: "begSty";
|
|
67
|
+
/** Ending arrowhead style for connectors. */
|
|
68
|
+
readonly endSty: "endSty";
|
|
69
|
+
/** Connector dimension (1D, 2D, or custom). */
|
|
70
|
+
readonly dim: "dim";
|
|
71
|
+
/** Source node name for connector routing. */
|
|
72
|
+
readonly srcNode: "srcNode";
|
|
73
|
+
/** Destination node name for connector routing. */
|
|
74
|
+
readonly dstNode: "dstNode";
|
|
75
|
+
/** Beginning connection points (which points on the source shape). */
|
|
76
|
+
readonly begPts: "begPts";
|
|
77
|
+
/** Ending connection points (which points on the destination shape). */
|
|
78
|
+
readonly endPts: "endPts";
|
|
79
|
+
/** Bend point position for right-angle connectors. */
|
|
80
|
+
readonly bendPt: "bendPt";
|
|
81
|
+
/** Start angle in degrees for cycle algorithm. */
|
|
82
|
+
readonly stAng: "stAng";
|
|
83
|
+
/** Span angle in degrees for cycle algorithm. */
|
|
84
|
+
readonly spanAng: "spanAng";
|
|
85
|
+
/** Rotation path (none or along the circular path). */
|
|
86
|
+
readonly rotPath: "rotPath";
|
|
87
|
+
/** Center shape mapping (whether first node goes to center). */
|
|
88
|
+
readonly ctrShpMap: "ctrShpMap";
|
|
89
|
+
/** Breakpoint logic for snake wrapping (end of canvas, balanced, fixed). */
|
|
90
|
+
readonly bkpt: "bkpt";
|
|
91
|
+
/** Breakpoint fixed value (number of items per row when bkpt=fixed). */
|
|
92
|
+
readonly bkPtFixedVal: "bkPtFixedVal";
|
|
93
|
+
/** Offset mode for staggered rows in snake layout. */
|
|
94
|
+
readonly off: "off";
|
|
95
|
+
/** Starting element index (which node type starts the alternating sequence). */
|
|
96
|
+
readonly stElem: "stElem";
|
|
97
|
+
/** Starting bullet level for text algorithm. */
|
|
98
|
+
readonly stBulletLvl: "stBulletLvl";
|
|
99
|
+
/** Pyramid accent position (before or after the level). */
|
|
100
|
+
readonly pyraAcctPos: "pyraAcctPos";
|
|
101
|
+
/** Pyramid accent text margin (step or stack behavior). */
|
|
102
|
+
readonly pyraAcctTxMar: "pyraAcctTxMar";
|
|
103
|
+
/** Pyramid level node name. */
|
|
104
|
+
readonly pyraLvlNode: "pyraLvlNode";
|
|
105
|
+
/** Pyramid accent background node name. */
|
|
106
|
+
readonly pyraAcctBkgdNode: "pyraAcctBkgdNode";
|
|
107
|
+
/** Pyramid accent text node name. */
|
|
108
|
+
readonly pyraAcctTxNode: "pyraAcctTxNode";
|
|
109
|
+
/** Parent text LTR alignment. */
|
|
110
|
+
readonly parTxLTRAlign: "parTxLTRAlign";
|
|
111
|
+
/** Parent text RTL alignment. */
|
|
112
|
+
readonly parTxRTLAlign: "parTxRTLAlign";
|
|
113
|
+
/** Shape text LTR alignment for children. */
|
|
114
|
+
readonly shpTxLTRAlignCh: "shpTxLTRAlignCh";
|
|
115
|
+
/** Shape text RTL alignment for children. */
|
|
116
|
+
readonly shpTxRTLAlignCh: "shpTxRTLAlignCh";
|
|
117
|
+
/** Text anchor horizontal position. */
|
|
118
|
+
readonly txAnchorHorz: "txAnchorHorz";
|
|
119
|
+
/** Text anchor vertical position. */
|
|
120
|
+
readonly txAnchorVert: "txAnchorVert";
|
|
121
|
+
/** Text anchor horizontal position for children. */
|
|
122
|
+
readonly txAnchorHorzCh: "txAnchorHorzCh";
|
|
123
|
+
/** Text anchor vertical position for children. */
|
|
124
|
+
readonly txAnchorVertCh: "txAnchorVertCh";
|
|
125
|
+
/** Auto text rotation mode (none, upright, gravity-based). */
|
|
126
|
+
readonly autoTxRot: "autoTxRot";
|
|
127
|
+
/** Aspect ratio value. */
|
|
128
|
+
readonly ar: "ar";
|
|
129
|
+
/** Line spacing for parent text (percentage). */
|
|
130
|
+
readonly lnSpPar: "lnSpPar";
|
|
131
|
+
/** Line spacing after parent paragraph (percentage). */
|
|
132
|
+
readonly lnSpAfParP: "lnSpAfParP";
|
|
133
|
+
/** Line spacing for child text (percentage). */
|
|
134
|
+
readonly lnSpCh: "lnSpCh";
|
|
135
|
+
/** Line spacing after child paragraph (percentage). */
|
|
136
|
+
readonly lnSpAfChP: "lnSpAfChP";
|
|
137
|
+
/** Root short distance flag (hierarchy algorithms). */
|
|
138
|
+
readonly rtShortDist: "rtShortDist";
|
|
139
|
+
/** Fallback dimension for the algorithm. */
|
|
140
|
+
readonly fallback: "fallback";
|
|
141
|
+
};
|
|
142
|
+
/** Union type of all valid parameter ID values. */
|
|
143
|
+
export type ParameterIdValue = (typeof ParameterId)[keyof typeof ParameterId];
|
|
144
|
+
/**
|
|
145
|
+
* Horizontal alignment values for layout algorithms.
|
|
146
|
+
*
|
|
147
|
+
* Used by: horzAlign, nodeHorzAlign, txAnchorHorz, txAnchorHorzCh
|
|
148
|
+
*
|
|
149
|
+
* @see ECMA-376 Part 1, Section 21.4.7.29 (ST_HorizontalAlignment)
|
|
150
|
+
*/
|
|
151
|
+
export declare const HorizontalAlignment: {
|
|
152
|
+
/** Left-aligned. */
|
|
153
|
+
readonly l: "l";
|
|
154
|
+
/** Center-aligned. */
|
|
155
|
+
readonly ctr: "ctr";
|
|
156
|
+
/** Right-aligned. */
|
|
157
|
+
readonly r: "r";
|
|
158
|
+
/** No alignment specified (use default). */
|
|
159
|
+
readonly none: "none";
|
|
160
|
+
};
|
|
161
|
+
/** Union type of all valid horizontal alignment values. */
|
|
162
|
+
export type HorizontalAlignmentValue = (typeof HorizontalAlignment)[keyof typeof HorizontalAlignment];
|
|
163
|
+
/**
|
|
164
|
+
* Vertical alignment values for layout algorithms.
|
|
165
|
+
*
|
|
166
|
+
* Used by: vertAlign, nodeVertAlign, txAnchorVert, txAnchorVertCh
|
|
167
|
+
*
|
|
168
|
+
* @see ECMA-376 Part 1, Section 21.4.7.58 (ST_VerticalAlignment)
|
|
169
|
+
*/
|
|
170
|
+
export declare const VerticalAlignment: {
|
|
171
|
+
/** Top-aligned. */
|
|
172
|
+
readonly t: "t";
|
|
173
|
+
/** Middle-aligned (centered vertically). */
|
|
174
|
+
readonly mid: "mid";
|
|
175
|
+
/** Bottom-aligned. */
|
|
176
|
+
readonly b: "b";
|
|
177
|
+
/** No alignment specified (use default). */
|
|
178
|
+
readonly none: "none";
|
|
179
|
+
};
|
|
180
|
+
/** Union type of all valid vertical alignment values. */
|
|
181
|
+
export type VerticalAlignmentValue = (typeof VerticalAlignment)[keyof typeof VerticalAlignment];
|
|
182
|
+
/**
|
|
183
|
+
* Child direction values.
|
|
184
|
+
*
|
|
185
|
+
* Controls whether children are arranged horizontally or vertically.
|
|
186
|
+
*
|
|
187
|
+
* Used by: chDir
|
|
188
|
+
*
|
|
189
|
+
* @see ECMA-376 Part 1, Section 21.4.7.12 (ST_ChildDirection)
|
|
190
|
+
*/
|
|
191
|
+
export declare const ChildDirection: {
|
|
192
|
+
/** Children arranged horizontally. */
|
|
193
|
+
readonly horz: "horz";
|
|
194
|
+
/** Children arranged vertically. */
|
|
195
|
+
readonly vert: "vert";
|
|
196
|
+
};
|
|
197
|
+
/** Union type of all valid child direction values. */
|
|
198
|
+
export type ChildDirectionValue = (typeof ChildDirection)[keyof typeof ChildDirection];
|
|
199
|
+
/**
|
|
200
|
+
* Child alignment values.
|
|
201
|
+
*
|
|
202
|
+
* Controls how children align on the cross-axis (perpendicular to flow direction).
|
|
203
|
+
*
|
|
204
|
+
* Used by: chAlign, secChAlign
|
|
205
|
+
*
|
|
206
|
+
* @see ECMA-376 Part 1, Section 21.4.7.11 (ST_ChildAlignment)
|
|
207
|
+
*/
|
|
208
|
+
export declare const ChildAlignment: {
|
|
209
|
+
/** Top-aligned (for horizontal flow). */
|
|
210
|
+
readonly t: "t";
|
|
211
|
+
/** Bottom-aligned (for horizontal flow). */
|
|
212
|
+
readonly b: "b";
|
|
213
|
+
/** Left-aligned (for vertical flow). */
|
|
214
|
+
readonly l: "l";
|
|
215
|
+
/** Right-aligned (for vertical flow). */
|
|
216
|
+
readonly r: "r";
|
|
217
|
+
};
|
|
218
|
+
/** Union type of all valid child alignment values. */
|
|
219
|
+
export type ChildAlignmentValue = (typeof ChildAlignment)[keyof typeof ChildAlignment];
|
|
220
|
+
/**
|
|
221
|
+
* Linear direction values.
|
|
222
|
+
*
|
|
223
|
+
* Controls the direction of flow in linear and hierarchy algorithms.
|
|
224
|
+
*
|
|
225
|
+
* Used by: linDir, secLinDir
|
|
226
|
+
*
|
|
227
|
+
* @see ECMA-376 Part 1, Section 21.4.7.36 (ST_LinearDirection)
|
|
228
|
+
*/
|
|
229
|
+
export declare const LinearDirection: {
|
|
230
|
+
/** Flow from left to right. */
|
|
231
|
+
readonly fromL: "fromL";
|
|
232
|
+
/** Flow from right to left. */
|
|
233
|
+
readonly fromR: "fromR";
|
|
234
|
+
/** Flow from top to bottom. */
|
|
235
|
+
readonly fromT: "fromT";
|
|
236
|
+
/** Flow from bottom to top. */
|
|
237
|
+
readonly fromB: "fromB";
|
|
238
|
+
};
|
|
239
|
+
/** Union type of all valid linear direction values. */
|
|
240
|
+
export type LinearDirectionValue = (typeof LinearDirection)[keyof typeof LinearDirection];
|
|
241
|
+
/**
|
|
242
|
+
* Connector routing style values.
|
|
243
|
+
*
|
|
244
|
+
* Controls how connector lines are routed between shapes.
|
|
245
|
+
*
|
|
246
|
+
* Used by: connRout
|
|
247
|
+
*
|
|
248
|
+
* @see ECMA-376 Part 1, Section 21.4.7.14 (ST_ConnectorRouting)
|
|
249
|
+
*/
|
|
250
|
+
export declare const ConnectorRouting: {
|
|
251
|
+
/** Straight line connection. */
|
|
252
|
+
readonly stra: "stra";
|
|
253
|
+
/** Right-angle bend connection. */
|
|
254
|
+
readonly bend: "bend";
|
|
255
|
+
/** Smooth curve connection. */
|
|
256
|
+
readonly curve: "curve";
|
|
257
|
+
/** Long smooth curve connection. */
|
|
258
|
+
readonly longCurve: "longCurve";
|
|
259
|
+
};
|
|
260
|
+
/** Union type of all valid connector routing values. */
|
|
261
|
+
export type ConnectorRoutingValue = (typeof ConnectorRouting)[keyof typeof ConnectorRouting];
|
|
262
|
+
/**
|
|
263
|
+
* Arrowhead style values for connectors.
|
|
264
|
+
*
|
|
265
|
+
* Controls whether arrowheads appear on connector endpoints.
|
|
266
|
+
*
|
|
267
|
+
* Used by: begSty, endSty
|
|
268
|
+
*
|
|
269
|
+
* @see ECMA-376 Part 1, Section 21.4.7.4 (ST_ArrowheadStyle)
|
|
270
|
+
*/
|
|
271
|
+
export declare const ArrowheadStyle: {
|
|
272
|
+
/** Automatic arrowhead (determined by algorithm). */
|
|
273
|
+
readonly auto: "auto";
|
|
274
|
+
/** Show arrowhead. */
|
|
275
|
+
readonly arr: "arr";
|
|
276
|
+
/** No arrowhead. */
|
|
277
|
+
readonly noArr: "noArr";
|
|
278
|
+
};
|
|
279
|
+
/** Union type of all valid arrowhead style values. */
|
|
280
|
+
export type ArrowheadStyleValue = (typeof ArrowheadStyle)[keyof typeof ArrowheadStyle];
|
|
281
|
+
/**
|
|
282
|
+
* Connector dimension values.
|
|
283
|
+
*
|
|
284
|
+
* Controls whether connectors are 1D (lines) or 2D (shapes with area).
|
|
285
|
+
*
|
|
286
|
+
* Used by: dim
|
|
287
|
+
*
|
|
288
|
+
* @see ECMA-376 Part 1, Section 21.4.7.13 (ST_ConnectorDimension)
|
|
289
|
+
*/
|
|
290
|
+
export declare const ConnectorDimension: {
|
|
291
|
+
/** One-dimensional line connector. */
|
|
292
|
+
readonly '1D': "1D";
|
|
293
|
+
/** Two-dimensional shape connector. */
|
|
294
|
+
readonly '2D': "2D";
|
|
295
|
+
/** Custom dimension connector. */
|
|
296
|
+
readonly cust: "cust";
|
|
297
|
+
};
|
|
298
|
+
/** Union type of all valid connector dimension values. */
|
|
299
|
+
export type ConnectorDimensionValue = (typeof ConnectorDimension)[keyof typeof ConnectorDimension];
|
|
300
|
+
/**
|
|
301
|
+
* Rotation path values for cycle algorithm.
|
|
302
|
+
*
|
|
303
|
+
* Controls whether shapes rotate to follow the circular path tangent.
|
|
304
|
+
*
|
|
305
|
+
* Used by: rotPath
|
|
306
|
+
*
|
|
307
|
+
* @see ECMA-376 Part 1, Section 21.4.7.52 (ST_RotationPath)
|
|
308
|
+
*/
|
|
309
|
+
export declare const RotationPath: {
|
|
310
|
+
/** No rotation along path (shapes keep their original orientation). */
|
|
311
|
+
readonly none: "none";
|
|
312
|
+
/** Shapes rotate to follow the path tangent. */
|
|
313
|
+
readonly alongPath: "alongPath";
|
|
314
|
+
};
|
|
315
|
+
/** Union type of all valid rotation path values. */
|
|
316
|
+
export type RotationPathValue = (typeof RotationPath)[keyof typeof RotationPath];
|
|
317
|
+
/**
|
|
318
|
+
* Center shape mapping values for cycle algorithm.
|
|
319
|
+
*
|
|
320
|
+
* Controls whether the first node is placed at the center of the cycle.
|
|
321
|
+
*
|
|
322
|
+
* Used by: ctrShpMap
|
|
323
|
+
*
|
|
324
|
+
* @see ECMA-376 Part 1, Section 21.4.7.10 (ST_CenterShapeMapping)
|
|
325
|
+
*/
|
|
326
|
+
export declare const CenterShapeMapping: {
|
|
327
|
+
/** No center shape mapping; all nodes on the circle. */
|
|
328
|
+
readonly none: "none";
|
|
329
|
+
/** First node placed at the center of the circle. */
|
|
330
|
+
readonly fNode: "fNode";
|
|
331
|
+
};
|
|
332
|
+
/** Union type of all valid center shape mapping values. */
|
|
333
|
+
export type CenterShapeMappingValue = (typeof CenterShapeMapping)[keyof typeof CenterShapeMapping];
|
|
334
|
+
/**
|
|
335
|
+
* Growth direction values for snake algorithm.
|
|
336
|
+
*
|
|
337
|
+
* Controls which corner the snake layout starts from and grows toward.
|
|
338
|
+
*
|
|
339
|
+
* Used by: grDir
|
|
340
|
+
*
|
|
341
|
+
* @see ECMA-376 Part 1, Section 21.4.7.28 (ST_GrowDirection)
|
|
342
|
+
*/
|
|
343
|
+
export declare const GrowDirection: {
|
|
344
|
+
/** Start from top-left, grow right and down. */
|
|
345
|
+
readonly tL: "tL";
|
|
346
|
+
/** Start from top-right, grow left and down. */
|
|
347
|
+
readonly tR: "tR";
|
|
348
|
+
/** Start from bottom-left, grow right and up. */
|
|
349
|
+
readonly bL: "bL";
|
|
350
|
+
/** Start from bottom-right, grow left and up. */
|
|
351
|
+
readonly bR: "bR";
|
|
352
|
+
};
|
|
353
|
+
/** Union type of all valid growth direction values. */
|
|
354
|
+
export type GrowDirectionValue = (typeof GrowDirection)[keyof typeof GrowDirection];
|
|
355
|
+
/**
|
|
356
|
+
* Flow direction values for snake algorithm.
|
|
357
|
+
*
|
|
358
|
+
* Controls whether the primary flow axis is horizontal (row) or vertical (column).
|
|
359
|
+
*
|
|
360
|
+
* Used by: flowDir
|
|
361
|
+
*
|
|
362
|
+
* @see ECMA-376 Part 1, Section 21.4.7.26 (ST_FlowDirection)
|
|
363
|
+
*/
|
|
364
|
+
export declare const FlowDirection: {
|
|
365
|
+
/** Flow in rows (horizontal primary axis). */
|
|
366
|
+
readonly row: "row";
|
|
367
|
+
/** Flow in columns (vertical primary axis). */
|
|
368
|
+
readonly col: "col";
|
|
369
|
+
};
|
|
370
|
+
/** Union type of all valid flow direction values. */
|
|
371
|
+
export type FlowDirectionValue = (typeof FlowDirection)[keyof typeof FlowDirection];
|
|
372
|
+
/**
|
|
373
|
+
* Continue direction values for snake algorithm.
|
|
374
|
+
*
|
|
375
|
+
* Controls whether each row/column flows in the same direction or alternates
|
|
376
|
+
* (boustrophedon layout, like reading alternating lines left-to-right then
|
|
377
|
+
* right-to-left).
|
|
378
|
+
*
|
|
379
|
+
* Used by: contDir
|
|
380
|
+
*
|
|
381
|
+
* @see ECMA-376 Part 1, Section 21.4.7.15 (ST_ContinueDirection)
|
|
382
|
+
*/
|
|
383
|
+
export declare const ContinueDirection: {
|
|
384
|
+
/** Reverse direction for each new row/column. */
|
|
385
|
+
readonly revDir: "revDir";
|
|
386
|
+
/** Same direction for each new row/column. */
|
|
387
|
+
readonly sameDir: "sameDir";
|
|
388
|
+
};
|
|
389
|
+
/** Union type of all valid continue direction values. */
|
|
390
|
+
export type ContinueDirectionValue = (typeof ContinueDirection)[keyof typeof ContinueDirection];
|
|
391
|
+
/**
|
|
392
|
+
* Breakpoint values for snake algorithm.
|
|
393
|
+
*
|
|
394
|
+
* Controls when the snake wraps to the next row/column.
|
|
395
|
+
*
|
|
396
|
+
* Used by: bkpt
|
|
397
|
+
*
|
|
398
|
+
* @see ECMA-376 Part 1, Section 21.4.7.8 (ST_Breakpoint)
|
|
399
|
+
*/
|
|
400
|
+
export declare const Breakpoint: {
|
|
401
|
+
/** Break when reaching the end of the canvas/bounds. */
|
|
402
|
+
readonly endCnv: "endCnv";
|
|
403
|
+
/** Balanced breakpoints (evenly distribute items across rows). */
|
|
404
|
+
readonly bal: "bal";
|
|
405
|
+
/** Fixed number of items per row (see bkPtFixedVal). */
|
|
406
|
+
readonly fixed: "fixed";
|
|
407
|
+
};
|
|
408
|
+
/** Union type of all valid breakpoint values. */
|
|
409
|
+
export type BreakpointValue = (typeof Breakpoint)[keyof typeof Breakpoint];
|
|
410
|
+
/**
|
|
411
|
+
* Offset values for snake algorithm.
|
|
412
|
+
*
|
|
413
|
+
* Controls whether rows are centered or staggered (offset).
|
|
414
|
+
*
|
|
415
|
+
* Used by: off
|
|
416
|
+
*
|
|
417
|
+
* @see ECMA-376 Part 1, Section 21.4.7.42 (ST_Offset)
|
|
418
|
+
*/
|
|
419
|
+
export declare const Offset: {
|
|
420
|
+
/** Rows are centered (no offset). */
|
|
421
|
+
readonly ctr: "ctr";
|
|
422
|
+
/** Rows are offset/staggered. */
|
|
423
|
+
readonly off: "off";
|
|
424
|
+
};
|
|
425
|
+
/** Union type of all valid offset values. */
|
|
426
|
+
export type OffsetValue = (typeof Offset)[keyof typeof Offset];
|
|
427
|
+
/**
|
|
428
|
+
* Hierarchy alignment values for hierRoot algorithm.
|
|
429
|
+
*
|
|
430
|
+
* Controls tree orientation and how the root node aligns relative to
|
|
431
|
+
* its hierarchy children. The 16 values represent all combinations of:
|
|
432
|
+
* - Edge position: top (t), bottom (b), left (l), right (r)
|
|
433
|
+
* - Alignment: left/top (L/T), right/bottom (R/B), center-children (CtrCh), center-descendants (CtrDes)
|
|
434
|
+
*
|
|
435
|
+
* Used by: hierAlign
|
|
436
|
+
*
|
|
437
|
+
* @see ECMA-376 Part 1, Section 21.4.7.30 (ST_HierarchyAlignment)
|
|
438
|
+
*/
|
|
439
|
+
export declare const HierarchyAlignment: {
|
|
440
|
+
/** Top edge, left-aligned. */
|
|
441
|
+
readonly tL: "tL";
|
|
442
|
+
/** Top edge, right-aligned. */
|
|
443
|
+
readonly tR: "tR";
|
|
444
|
+
/** Top edge, centered over children. */
|
|
445
|
+
readonly tCtrCh: "tCtrCh";
|
|
446
|
+
/** Top edge, centered over all descendants. */
|
|
447
|
+
readonly tCtrDes: "tCtrDes";
|
|
448
|
+
/** Bottom edge, left-aligned. */
|
|
449
|
+
readonly bL: "bL";
|
|
450
|
+
/** Bottom edge, right-aligned. */
|
|
451
|
+
readonly bR: "bR";
|
|
452
|
+
/** Bottom edge, centered over children. */
|
|
453
|
+
readonly bCtrCh: "bCtrCh";
|
|
454
|
+
/** Bottom edge, centered over all descendants. */
|
|
455
|
+
readonly bCtrDes: "bCtrDes";
|
|
456
|
+
/** Left edge, top-aligned. */
|
|
457
|
+
readonly lT: "lT";
|
|
458
|
+
/** Left edge, bottom-aligned. */
|
|
459
|
+
readonly lB: "lB";
|
|
460
|
+
/** Left edge, centered over children. */
|
|
461
|
+
readonly lCtrCh: "lCtrCh";
|
|
462
|
+
/** Left edge, centered over all descendants. */
|
|
463
|
+
readonly lCtrDes: "lCtrDes";
|
|
464
|
+
/** Right edge, top-aligned. */
|
|
465
|
+
readonly rT: "rT";
|
|
466
|
+
/** Right edge, bottom-aligned. */
|
|
467
|
+
readonly rB: "rB";
|
|
468
|
+
/** Right edge, centered over children. */
|
|
469
|
+
readonly rCtrCh: "rCtrCh";
|
|
470
|
+
/** Right edge, centered over all descendants. */
|
|
471
|
+
readonly rCtrDes: "rCtrDes";
|
|
472
|
+
};
|
|
473
|
+
/** Union type of all 16 valid hierarchy alignment values. */
|
|
474
|
+
export type HierarchyAlignmentValue = (typeof HierarchyAlignment)[keyof typeof HierarchyAlignment];
|
|
475
|
+
/**
|
|
476
|
+
* Connector point values for connector algorithm.
|
|
477
|
+
*
|
|
478
|
+
* Defines where on a shape the connector line begins or ends.
|
|
479
|
+
* The 11 values cover edges, corners, center, and radial positions.
|
|
480
|
+
*
|
|
481
|
+
* Used by: begPts, endPts
|
|
482
|
+
*
|
|
483
|
+
* @see ECMA-376 Part 1, Section 21.4.7.14 (ST_ConnectorPoint)
|
|
484
|
+
*/
|
|
485
|
+
export declare const ConnectorPoint: {
|
|
486
|
+
/** Automatic selection of the best connection point. */
|
|
487
|
+
readonly auto: "auto";
|
|
488
|
+
/** Bottom center. */
|
|
489
|
+
readonly bCtr: "bCtr";
|
|
490
|
+
/** Center. */
|
|
491
|
+
readonly ctr: "ctr";
|
|
492
|
+
/** Middle left. */
|
|
493
|
+
readonly midL: "midL";
|
|
494
|
+
/** Middle right. */
|
|
495
|
+
readonly midR: "midR";
|
|
496
|
+
/** Top center. */
|
|
497
|
+
readonly tCtr: "tCtr";
|
|
498
|
+
/** Bottom left corner. */
|
|
499
|
+
readonly bL: "bL";
|
|
500
|
+
/** Bottom right corner. */
|
|
501
|
+
readonly bR: "bR";
|
|
502
|
+
/** Top left corner. */
|
|
503
|
+
readonly tL: "tL";
|
|
504
|
+
/** Top right corner. */
|
|
505
|
+
readonly tR: "tR";
|
|
506
|
+
/** Radial connection point (along the line from center to edge). */
|
|
507
|
+
readonly radial: "radial";
|
|
508
|
+
};
|
|
509
|
+
/** Union type of all 11 valid connector point values. */
|
|
510
|
+
export type ConnectorPointValue = (typeof ConnectorPoint)[keyof typeof ConnectorPoint];
|
|
511
|
+
/**
|
|
512
|
+
* Bend point values for connector algorithm.
|
|
513
|
+
*
|
|
514
|
+
* Controls where the bend occurs in a right-angle connector.
|
|
515
|
+
*
|
|
516
|
+
* Used by: bendPt
|
|
517
|
+
*
|
|
518
|
+
* @see ECMA-376 Part 1, Section 21.4.7.6 (ST_BendPoint)
|
|
519
|
+
*/
|
|
520
|
+
export declare const BendPoint: {
|
|
521
|
+
/** Bend at the beginning of the connector. */
|
|
522
|
+
readonly beg: "beg";
|
|
523
|
+
/** Default bend position (midpoint). */
|
|
524
|
+
readonly def: "def";
|
|
525
|
+
/** Bend at the end of the connector. */
|
|
526
|
+
readonly end: "end";
|
|
527
|
+
};
|
|
528
|
+
/** Union type of all valid bend point values. */
|
|
529
|
+
export type BendPointValue = (typeof BendPoint)[keyof typeof BendPoint];
|
|
530
|
+
/**
|
|
531
|
+
* Pyramid accent position values.
|
|
532
|
+
*
|
|
533
|
+
* Controls whether the accent region appears before or after the pyramid level.
|
|
534
|
+
*
|
|
535
|
+
* Used by: pyraAcctPos
|
|
536
|
+
*
|
|
537
|
+
* @see ECMA-376 Part 1, Section 21.4.7.48 (ST_PyramidAccentPosition)
|
|
538
|
+
*/
|
|
539
|
+
export declare const PyramidAccentPosition: {
|
|
540
|
+
/** Accent before (to the left of) the pyramid level. */
|
|
541
|
+
readonly bef: "bef";
|
|
542
|
+
/** Accent after (to the right of) the pyramid level. */
|
|
543
|
+
readonly aft: "aft";
|
|
544
|
+
};
|
|
545
|
+
/** Union type of all valid pyramid accent position values. */
|
|
546
|
+
export type PyramidAccentPositionValue = (typeof PyramidAccentPosition)[keyof typeof PyramidAccentPosition];
|
|
547
|
+
/**
|
|
548
|
+
* Pyramid accent text margin values.
|
|
549
|
+
*
|
|
550
|
+
* Controls the text margin behavior for pyramid accent regions.
|
|
551
|
+
*
|
|
552
|
+
* Used by: pyraAcctTxMar
|
|
553
|
+
*
|
|
554
|
+
* @see ECMA-376 Part 1, Section 21.4.7.49 (ST_PyramidAccentTextMargin)
|
|
555
|
+
*/
|
|
556
|
+
export declare const PyramidAccentTextMargin: {
|
|
557
|
+
/** Step margin (each level has its own margin). */
|
|
558
|
+
readonly step: "step";
|
|
559
|
+
/** Stack margin (margins accumulate). */
|
|
560
|
+
readonly stack: "stack";
|
|
561
|
+
};
|
|
562
|
+
/** Union type of all valid pyramid accent text margin values. */
|
|
563
|
+
export type PyramidAccentTextMarginValue = (typeof PyramidAccentTextMargin)[keyof typeof PyramidAccentTextMargin];
|
|
564
|
+
/**
|
|
565
|
+
* Text direction values for pyramid algorithm.
|
|
566
|
+
*
|
|
567
|
+
* Controls the direction of text flow within pyramid levels.
|
|
568
|
+
*
|
|
569
|
+
* Used by: txDir
|
|
570
|
+
*
|
|
571
|
+
* @see ECMA-376 Part 1, Section 21.4.7.55 (ST_TextDirection)
|
|
572
|
+
*/
|
|
573
|
+
export declare const TextDirection: {
|
|
574
|
+
/** Left-to-right text direction. */
|
|
575
|
+
readonly fromT: "fromT";
|
|
576
|
+
/** Right-to-left text direction. */
|
|
577
|
+
readonly fromB: "fromB";
|
|
578
|
+
};
|
|
579
|
+
/** Union type of all valid text direction values. */
|
|
580
|
+
export type TextDirectionValue = (typeof TextDirection)[keyof typeof TextDirection];
|
|
581
|
+
/**
|
|
582
|
+
* Text block direction values.
|
|
583
|
+
*
|
|
584
|
+
* Controls whether text blocks flow horizontally or vertically.
|
|
585
|
+
*
|
|
586
|
+
* Used by: txBlDir
|
|
587
|
+
*
|
|
588
|
+
* @see ECMA-376 Part 1, Section 21.4.7.54 (ST_TextBlockDirection)
|
|
589
|
+
*/
|
|
590
|
+
export declare const TextBlockDirection: {
|
|
591
|
+
/** Horizontal text block. */
|
|
592
|
+
readonly horz: "horz";
|
|
593
|
+
/** Vertical text block. */
|
|
594
|
+
readonly vert: "vert";
|
|
595
|
+
};
|
|
596
|
+
/** Union type of all valid text block direction values. */
|
|
597
|
+
export type TextBlockDirectionValue = (typeof TextBlockDirection)[keyof typeof TextBlockDirection];
|
|
598
|
+
/**
|
|
599
|
+
* Auto text rotation values.
|
|
600
|
+
*
|
|
601
|
+
* Controls automatic text rotation behavior for cycle/radial layouts.
|
|
602
|
+
*
|
|
603
|
+
* Used by: autoTxRot
|
|
604
|
+
*
|
|
605
|
+
* @see ECMA-376 Part 1, Section 21.4.7.5 (ST_AutoTextRotation)
|
|
606
|
+
*/
|
|
607
|
+
export declare const AutoTextRotation: {
|
|
608
|
+
/** No automatic rotation; text keeps its original orientation. */
|
|
609
|
+
readonly none: "none";
|
|
610
|
+
/** Text is rotated to remain upright (readable). */
|
|
611
|
+
readonly upr: "upr";
|
|
612
|
+
/** Text is rotated based on gravity (bottom edge down). */
|
|
613
|
+
readonly grav: "grav";
|
|
614
|
+
};
|
|
615
|
+
/** Union type of all valid auto text rotation values. */
|
|
616
|
+
export type AutoTextRotationValue = (typeof AutoTextRotation)[keyof typeof AutoTextRotation];
|
|
617
|
+
/**
|
|
618
|
+
* Text alignment values for text algorithm parameters.
|
|
619
|
+
*
|
|
620
|
+
* Used by: parTxLTRAlign, parTxRTLAlign, shpTxLTRAlignCh, shpTxRTLAlignCh
|
|
621
|
+
*
|
|
622
|
+
* @see ECMA-376 Part 1, Section 21.4.7.53 (ST_TextAlignment)
|
|
623
|
+
*/
|
|
624
|
+
export declare const TextAlignment: {
|
|
625
|
+
/** Left-aligned. */
|
|
626
|
+
readonly l: "l";
|
|
627
|
+
/** Center-aligned. */
|
|
628
|
+
readonly ctr: "ctr";
|
|
629
|
+
/** Right-aligned. */
|
|
630
|
+
readonly r: "r";
|
|
631
|
+
};
|
|
632
|
+
/** Union type of all valid text alignment values. */
|
|
633
|
+
export type TextAlignmentValue = (typeof TextAlignment)[keyof typeof TextAlignment];
|
|
634
|
+
/**
|
|
635
|
+
* Text anchor horizontal values.
|
|
636
|
+
*
|
|
637
|
+
* Controls horizontal text anchoring within a shape.
|
|
638
|
+
*
|
|
639
|
+
* Used by: txAnchorHorz, txAnchorHorzCh
|
|
640
|
+
*
|
|
641
|
+
* @see ECMA-376 Part 1, Section 21.4.7.56 (ST_TextAnchorHorizontal)
|
|
642
|
+
*/
|
|
643
|
+
export declare const TextAnchorHorizontal: {
|
|
644
|
+
/** No horizontal anchor specified. */
|
|
645
|
+
readonly none: "none";
|
|
646
|
+
/** Anchor text to the center horizontally. */
|
|
647
|
+
readonly ctr: "ctr";
|
|
648
|
+
};
|
|
649
|
+
/** Union type of all valid text anchor horizontal values. */
|
|
650
|
+
export type TextAnchorHorizontalValue = (typeof TextAnchorHorizontal)[keyof typeof TextAnchorHorizontal];
|
|
651
|
+
/**
|
|
652
|
+
* Text anchor vertical values.
|
|
653
|
+
*
|
|
654
|
+
* Controls vertical text anchoring within a shape.
|
|
655
|
+
*
|
|
656
|
+
* Used by: txAnchorVert, txAnchorVertCh
|
|
657
|
+
*
|
|
658
|
+
* @see ECMA-376 Part 1, Section 21.4.7.57 (ST_TextAnchorVertical)
|
|
659
|
+
*/
|
|
660
|
+
export declare const TextAnchorVertical: {
|
|
661
|
+
/** Top anchor. */
|
|
662
|
+
readonly t: "t";
|
|
663
|
+
/** Middle anchor. */
|
|
664
|
+
readonly mid: "mid";
|
|
665
|
+
/** Bottom anchor. */
|
|
666
|
+
readonly b: "b";
|
|
667
|
+
};
|
|
668
|
+
/** Union type of all valid text anchor vertical values. */
|
|
669
|
+
export type TextAnchorVerticalValue = (typeof TextAnchorVertical)[keyof typeof TextAnchorVertical];
|
|
670
|
+
/**
|
|
671
|
+
* Fallback dimension values.
|
|
672
|
+
*
|
|
673
|
+
* Controls the fallback dimension mode for algorithms.
|
|
674
|
+
*
|
|
675
|
+
* Used by: fallback
|
|
676
|
+
*
|
|
677
|
+
* @see ECMA-376 Part 1, Section 21.4.7.25 (ST_FallbackDimension)
|
|
678
|
+
*/
|
|
679
|
+
export declare const FallbackDimension: {
|
|
680
|
+
/** One-dimensional fallback. */
|
|
681
|
+
readonly '1D': "1D";
|
|
682
|
+
/** Two-dimensional fallback. */
|
|
683
|
+
readonly '2D': "2D";
|
|
684
|
+
};
|
|
685
|
+
/** Union type of all valid fallback dimension values. */
|
|
686
|
+
export type FallbackDimensionValue = (typeof FallbackDimension)[keyof typeof FallbackDimension];
|
|
687
|
+
/**
|
|
688
|
+
* Parameters valid for the composite algorithm.
|
|
689
|
+
*
|
|
690
|
+
* The composite algorithm positions children using constraints only.
|
|
691
|
+
* It has very few direct parameters.
|
|
692
|
+
*
|
|
693
|
+
* @see ECMA-376 Part 1, Section 21.4.4.1 (Composite Algorithm)
|
|
694
|
+
*/
|
|
695
|
+
export interface CompositeAlgorithmParams {
|
|
696
|
+
/** Aspect ratio. */
|
|
697
|
+
ar?: string;
|
|
698
|
+
}
|
|
699
|
+
/**
|
|
700
|
+
* Parameters valid for the linear algorithm.
|
|
701
|
+
*
|
|
702
|
+
* Controls direction, alignment, and element alternation in a straight line.
|
|
703
|
+
*
|
|
704
|
+
* @see ECMA-376 Part 1, Section 21.4.4.2 (Linear Algorithm)
|
|
705
|
+
*/
|
|
706
|
+
export interface LinearAlgorithmParams {
|
|
707
|
+
/** Flow direction (fromL, fromR, fromT, fromB). */
|
|
708
|
+
linDir?: LinearDirectionValue;
|
|
709
|
+
/** Child direction (horz, vert). */
|
|
710
|
+
chDir?: ChildDirectionValue;
|
|
711
|
+
/** Child alignment (t, b, l, r). */
|
|
712
|
+
chAlign?: ChildAlignmentValue;
|
|
713
|
+
/** Horizontal alignment (l, ctr, r, none). */
|
|
714
|
+
horzAlign?: HorizontalAlignmentValue;
|
|
715
|
+
/** Vertical alignment (t, mid, b, none). */
|
|
716
|
+
vertAlign?: VerticalAlignmentValue;
|
|
717
|
+
/** Starting element index for node/transition alternation. */
|
|
718
|
+
stElem?: string;
|
|
719
|
+
/** Fallback dimension (1D, 2D). */
|
|
720
|
+
fallback?: FallbackDimensionValue;
|
|
721
|
+
/** Node horizontal alignment. */
|
|
722
|
+
nodeHorzAlign?: HorizontalAlignmentValue;
|
|
723
|
+
/** Node vertical alignment. */
|
|
724
|
+
nodeVertAlign?: VerticalAlignmentValue;
|
|
725
|
+
}
|
|
726
|
+
/**
|
|
727
|
+
* Parameters valid for the snake algorithm.
|
|
728
|
+
*
|
|
729
|
+
* Controls multi-row/column wrapping layout with growth direction,
|
|
730
|
+
* flow direction, breakpoints, and row staggering.
|
|
731
|
+
*
|
|
732
|
+
* @see ECMA-376 Part 1, Section 21.4.4.3 (Snake Algorithm)
|
|
733
|
+
*/
|
|
734
|
+
export interface SnakeAlgorithmParams {
|
|
735
|
+
/** Growth direction (tL, tR, bL, bR). */
|
|
736
|
+
grDir?: GrowDirectionValue;
|
|
737
|
+
/** Flow direction (row, col). */
|
|
738
|
+
flowDir?: FlowDirectionValue;
|
|
739
|
+
/** Continue direction (sameDir, revDir). */
|
|
740
|
+
contDir?: ContinueDirectionValue;
|
|
741
|
+
/** Breakpoint logic (endCnv, bal, fixed). */
|
|
742
|
+
bkpt?: BreakpointValue;
|
|
743
|
+
/** Breakpoint fixed value (number of items per row). */
|
|
744
|
+
bkPtFixedVal?: string;
|
|
745
|
+
/** Offset mode (ctr, off). */
|
|
746
|
+
off?: OffsetValue;
|
|
747
|
+
}
|
|
748
|
+
/**
|
|
749
|
+
* Parameters valid for the cycle algorithm.
|
|
750
|
+
*
|
|
751
|
+
* Controls circular/radial arrangement with angles and center shape.
|
|
752
|
+
*
|
|
753
|
+
* @see ECMA-376 Part 1, Section 21.4.4.4 (Cycle Algorithm)
|
|
754
|
+
*/
|
|
755
|
+
export interface CycleAlgorithmParams {
|
|
756
|
+
/** Start angle in degrees (0 = right/3 o'clock). */
|
|
757
|
+
stAng?: string;
|
|
758
|
+
/** Span angle in degrees (360 = full circle). */
|
|
759
|
+
spanAng?: string;
|
|
760
|
+
/** Rotation path (none, alongPath). */
|
|
761
|
+
rotPath?: RotationPathValue;
|
|
762
|
+
/** Center shape mapping (none, fNode). */
|
|
763
|
+
ctrShpMap?: CenterShapeMappingValue;
|
|
764
|
+
}
|
|
765
|
+
/**
|
|
766
|
+
* Parameters valid for the hierRoot algorithm.
|
|
767
|
+
*
|
|
768
|
+
* Controls hierarchy root positioning relative to child branches.
|
|
769
|
+
*
|
|
770
|
+
* @see ECMA-376 Part 1, Section 21.4.4.5 (Hierarchy Root Algorithm)
|
|
771
|
+
*/
|
|
772
|
+
export interface HierRootAlgorithmParams {
|
|
773
|
+
/** Hierarchy alignment (16 values). */
|
|
774
|
+
hierAlign?: HierarchyAlignmentValue;
|
|
775
|
+
/** Node horizontal alignment. */
|
|
776
|
+
nodeHorzAlign?: HorizontalAlignmentValue;
|
|
777
|
+
/** Node vertical alignment. */
|
|
778
|
+
nodeVertAlign?: VerticalAlignmentValue;
|
|
779
|
+
/** Root short distance flag. */
|
|
780
|
+
rtShortDist?: string;
|
|
781
|
+
}
|
|
782
|
+
/**
|
|
783
|
+
* Parameters valid for the hierChild algorithm.
|
|
784
|
+
*
|
|
785
|
+
* Controls hierarchy child positioning under parent nodes.
|
|
786
|
+
*
|
|
787
|
+
* @see ECMA-376 Part 1, Section 21.4.4.6 (Hierarchy Child Algorithm)
|
|
788
|
+
*/
|
|
789
|
+
export interface HierChildAlgorithmParams {
|
|
790
|
+
/** Child alignment (t, b, l, r). */
|
|
791
|
+
chAlign?: ChildAlignmentValue;
|
|
792
|
+
/** Linear direction (fromL, fromR, fromT, fromB). */
|
|
793
|
+
linDir?: LinearDirectionValue;
|
|
794
|
+
/** Secondary child alignment. */
|
|
795
|
+
secChAlign?: ChildAlignmentValue;
|
|
796
|
+
/** Secondary linear direction. */
|
|
797
|
+
secLinDir?: LinearDirectionValue;
|
|
798
|
+
}
|
|
799
|
+
/**
|
|
800
|
+
* Parameters valid for the pyramid algorithm.
|
|
801
|
+
*
|
|
802
|
+
* Controls vertical trapezoid arrangement with accent regions.
|
|
803
|
+
*
|
|
804
|
+
* @see ECMA-376 Part 1, Section 21.4.4.7 (Pyramid Algorithm)
|
|
805
|
+
*/
|
|
806
|
+
export interface PyramidAlgorithmParams {
|
|
807
|
+
/** Linear direction (fromT, fromB). */
|
|
808
|
+
linDir?: LinearDirectionValue;
|
|
809
|
+
/** Text direction. */
|
|
810
|
+
txDir?: TextDirectionValue;
|
|
811
|
+
/** Accent position (bef, aft). */
|
|
812
|
+
pyraAcctPos?: PyramidAccentPositionValue;
|
|
813
|
+
/** Accent text margin (step, stack). */
|
|
814
|
+
pyraAcctTxMar?: PyramidAccentTextMarginValue;
|
|
815
|
+
/** Pyramid level node name. */
|
|
816
|
+
pyraLvlNode?: string;
|
|
817
|
+
/** Pyramid accent background node name. */
|
|
818
|
+
pyraAcctBkgdNode?: string;
|
|
819
|
+
/** Pyramid accent text node name. */
|
|
820
|
+
pyraAcctTxNode?: string;
|
|
821
|
+
}
|
|
822
|
+
/**
|
|
823
|
+
* Parameters valid for the connector algorithm.
|
|
824
|
+
*
|
|
825
|
+
* Controls line routing between shapes with arrowheads and bend points.
|
|
826
|
+
*
|
|
827
|
+
* @see ECMA-376 Part 1, Section 21.4.4.8 (Connector Algorithm)
|
|
828
|
+
*/
|
|
829
|
+
export interface ConnectorAlgorithmParams {
|
|
830
|
+
/** Source node name. */
|
|
831
|
+
srcNode?: string;
|
|
832
|
+
/** Destination node name. */
|
|
833
|
+
dstNode?: string;
|
|
834
|
+
/** Connector routing style (stra, bend, curve, longCurve). */
|
|
835
|
+
connRout?: ConnectorRoutingValue;
|
|
836
|
+
/** Beginning arrowhead style (auto, arr, noArr). */
|
|
837
|
+
begSty?: ArrowheadStyleValue;
|
|
838
|
+
/** Ending arrowhead style (auto, arr, noArr). */
|
|
839
|
+
endSty?: ArrowheadStyleValue;
|
|
840
|
+
/** Connector dimension (1D, 2D, cust). */
|
|
841
|
+
dim?: ConnectorDimensionValue;
|
|
842
|
+
/** Bend point position (beg, def, end). */
|
|
843
|
+
bendPt?: BendPointValue;
|
|
844
|
+
/** Beginning connection points. */
|
|
845
|
+
begPts?: ConnectorPointValue;
|
|
846
|
+
/** Ending connection points. */
|
|
847
|
+
endPts?: ConnectorPointValue;
|
|
848
|
+
}
|
|
849
|
+
/**
|
|
850
|
+
* Parameters valid for the text algorithm.
|
|
851
|
+
*
|
|
852
|
+
* Controls text auto-sizing, alignment, anchoring, and rotation.
|
|
853
|
+
*
|
|
854
|
+
* @see ECMA-376 Part 1, Section 21.4.4.9 (Text Algorithm)
|
|
855
|
+
*/
|
|
856
|
+
export interface TextAlgorithmParams {
|
|
857
|
+
/** Parent text LTR alignment (l, ctr, r). */
|
|
858
|
+
parTxLTRAlign?: TextAlignmentValue;
|
|
859
|
+
/** Parent text RTL alignment (l, ctr, r). */
|
|
860
|
+
parTxRTLAlign?: TextAlignmentValue;
|
|
861
|
+
/** Shape text LTR alignment for children. */
|
|
862
|
+
shpTxLTRAlignCh?: TextAlignmentValue;
|
|
863
|
+
/** Shape text RTL alignment for children. */
|
|
864
|
+
shpTxRTLAlignCh?: TextAlignmentValue;
|
|
865
|
+
/** Text anchor vertical (t, mid, b). */
|
|
866
|
+
txAnchorVert?: TextAnchorVerticalValue;
|
|
867
|
+
/** Text anchor horizontal (none, ctr). */
|
|
868
|
+
txAnchorHorz?: TextAnchorHorizontalValue;
|
|
869
|
+
/** Text anchor vertical for children. */
|
|
870
|
+
txAnchorVertCh?: TextAnchorVerticalValue;
|
|
871
|
+
/** Text anchor horizontal for children. */
|
|
872
|
+
txAnchorHorzCh?: TextAnchorHorizontalValue;
|
|
873
|
+
/** Text block direction (horz, vert). */
|
|
874
|
+
txBlDir?: TextBlockDirectionValue;
|
|
875
|
+
/** Auto text rotation (none, upr, grav). */
|
|
876
|
+
autoTxRot?: AutoTextRotationValue;
|
|
877
|
+
/** Starting bullet level. */
|
|
878
|
+
stBulletLvl?: string;
|
|
879
|
+
/** Line spacing for parent text. */
|
|
880
|
+
lnSpPar?: string;
|
|
881
|
+
/** Line spacing after parent paragraph. */
|
|
882
|
+
lnSpAfParP?: string;
|
|
883
|
+
/** Line spacing for child text. */
|
|
884
|
+
lnSpCh?: string;
|
|
885
|
+
/** Line spacing after child paragraph. */
|
|
886
|
+
lnSpAfChP?: string;
|
|
887
|
+
/** Text alignment flag. */
|
|
888
|
+
alignTx?: string;
|
|
889
|
+
}
|
|
890
|
+
/**
|
|
891
|
+
* Parameters valid for the space algorithm.
|
|
892
|
+
*
|
|
893
|
+
* The space algorithm has no parameters. It simply allocates space
|
|
894
|
+
* as an invisible placeholder.
|
|
895
|
+
*
|
|
896
|
+
* @see ECMA-376 Part 1, Section 21.4.4.10 (Space Algorithm)
|
|
897
|
+
*/
|
|
898
|
+
export interface SpaceAlgorithmParams {
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* Union of all per-algorithm parameter interfaces.
|
|
902
|
+
*
|
|
903
|
+
* Used for type-safe access when the algorithm type is known at compile time.
|
|
904
|
+
*/
|
|
905
|
+
export type AlgorithmParams = CompositeAlgorithmParams | LinearAlgorithmParams | SnakeAlgorithmParams | CycleAlgorithmParams | HierRootAlgorithmParams | HierChildAlgorithmParams | PyramidAlgorithmParams | ConnectorAlgorithmParams | TextAlgorithmParams | SpaceAlgorithmParams;
|
|
906
|
+
/**
|
|
907
|
+
* Mapping from algorithm type to its valid parameter interface.
|
|
908
|
+
*
|
|
909
|
+
* This type enables type-safe parameter access when the algorithm type
|
|
910
|
+
* is known. Usage:
|
|
911
|
+
* ```typescript
|
|
912
|
+
* function getParams<T extends AlgorithmTypeValue>(
|
|
913
|
+
* type: T,
|
|
914
|
+
* params: Record<string, string>
|
|
915
|
+
* ): AlgorithmParamMap[T] { ... }
|
|
916
|
+
* ```
|
|
917
|
+
*/
|
|
918
|
+
export interface AlgorithmParamMap {
|
|
919
|
+
composite: CompositeAlgorithmParams;
|
|
920
|
+
lin: LinearAlgorithmParams;
|
|
921
|
+
snake: SnakeAlgorithmParams;
|
|
922
|
+
cycle: CycleAlgorithmParams;
|
|
923
|
+
hierRoot: HierRootAlgorithmParams;
|
|
924
|
+
hierChild: HierChildAlgorithmParams;
|
|
925
|
+
pyra: PyramidAlgorithmParams;
|
|
926
|
+
conn: ConnectorAlgorithmParams;
|
|
927
|
+
tx: TextAlgorithmParams;
|
|
928
|
+
sp: SpaceAlgorithmParams;
|
|
929
|
+
}
|
|
930
|
+
/**
|
|
931
|
+
* Set of valid parameter IDs for each algorithm type.
|
|
932
|
+
*
|
|
933
|
+
* This is the definitive reference for which parameters each algorithm accepts.
|
|
934
|
+
* Parameters not in the valid set for an algorithm should be ignored during parsing.
|
|
935
|
+
*
|
|
936
|
+
* @see ECMA-376 Part 1, Section 21.4.4 (Algorithm Definitions)
|
|
937
|
+
*/
|
|
938
|
+
export declare const VALID_PARAMS_BY_ALGORITHM: Readonly<Record<AlgorithmTypeValue, ReadonlyArray<ParameterIdValue>>>;
|
|
939
|
+
//# sourceMappingURL=ooxml-algorithm-types.d.ts.map
|