@tomorrowevening/theatre-studio 1.0.4 → 1.0.6

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 (550) hide show
  1. package/dist/IDBStorage.d.ts +16 -0
  2. package/dist/IDBStorage.d.ts.map +1 -0
  3. package/dist/PaneManager.d.ts +16 -0
  4. package/dist/PaneManager.d.ts.map +1 -0
  5. package/dist/Scrub.d.ts +83 -0
  6. package/dist/Scrub.d.ts.map +1 -0
  7. package/dist/Studio.d.ts +79 -0
  8. package/dist/Studio.d.ts.map +1 -0
  9. package/dist/StudioBundle.d.ts +10 -0
  10. package/dist/StudioBundle.d.ts.map +1 -0
  11. package/dist/StudioStore/StudioStore.d.ts +46 -0
  12. package/dist/StudioStore/StudioStore.d.ts.map +1 -0
  13. package/dist/StudioStore/createTransactionPrivateApi.d.ts +3 -0
  14. package/dist/StudioStore/createTransactionPrivateApi.d.ts.map +1 -0
  15. package/dist/StudioStore/generateDiskStateRevision.d.ts +2 -0
  16. package/dist/StudioStore/generateDiskStateRevision.d.ts.map +1 -0
  17. package/dist/StudioStore/persistStateOfStudio.d.ts +5 -0
  18. package/dist/StudioStore/persistStateOfStudio.d.ts.map +1 -0
  19. package/dist/TheatreStudio.d.ts +426 -0
  20. package/dist/TheatreStudio.d.ts.map +1 -0
  21. package/dist/UI/UI.d.ts +14 -0
  22. package/dist/UI/UI.d.ts.map +1 -0
  23. package/dist/UI/UINonSSRBits.d.ts +10 -0
  24. package/dist/UI/UINonSSRBits.d.ts.map +1 -0
  25. package/dist/UIRoot/PanelsRoot.d.ts +4 -0
  26. package/dist/UIRoot/PanelsRoot.d.ts.map +1 -0
  27. package/dist/UIRoot/PointerCapturing.d.ts +46 -0
  28. package/dist/UIRoot/PointerCapturing.d.ts.map +1 -0
  29. package/dist/UIRoot/ProvideTheme.d.ts +6 -0
  30. package/dist/UIRoot/ProvideTheme.d.ts.map +1 -0
  31. package/dist/UIRoot/UIRoot.d.ts +5 -0
  32. package/dist/UIRoot/UIRoot.d.ts.map +1 -0
  33. package/dist/UIRoot/useKeyboardShortcuts.d.ts +7 -0
  34. package/dist/UIRoot/useKeyboardShortcuts.d.ts.map +1 -0
  35. package/dist/checkForUpdates.d.ts +2 -0
  36. package/dist/checkForUpdates.d.ts.map +1 -0
  37. package/dist/css.d.ts +39 -0
  38. package/dist/css.d.ts.map +1 -0
  39. package/dist/getStudio.d.ts +7 -0
  40. package/dist/getStudio.d.ts.map +1 -0
  41. package/dist/index.d.ts +6 -9
  42. package/dist/index.d.ts.map +1 -0
  43. package/dist/index.js +1 -1
  44. package/dist/notify.d.ts +12 -0
  45. package/dist/notify.d.ts.map +1 -0
  46. package/dist/panels/BasePanel/BasePanel.d.ts +35 -0
  47. package/dist/panels/BasePanel/BasePanel.d.ts.map +1 -0
  48. package/dist/panels/BasePanel/ExtensionPaneWrapper.d.ts +8 -0
  49. package/dist/panels/BasePanel/ExtensionPaneWrapper.d.ts.map +1 -0
  50. package/dist/panels/BasePanel/PanelDragZone.d.ts +4 -0
  51. package/dist/panels/BasePanel/PanelDragZone.d.ts.map +1 -0
  52. package/dist/panels/BasePanel/PanelResizeHandle.d.ts +7 -0
  53. package/dist/panels/BasePanel/PanelResizeHandle.d.ts.map +1 -0
  54. package/dist/panels/BasePanel/PanelResizers.d.ts +4 -0
  55. package/dist/panels/BasePanel/PanelResizers.d.ts.map +1 -0
  56. package/dist/panels/BasePanel/PanelWrapper.d.ts +4 -0
  57. package/dist/panels/BasePanel/PanelWrapper.d.ts.map +1 -0
  58. package/dist/panels/BasePanel/common.d.ts +15 -0
  59. package/dist/panels/BasePanel/common.d.ts.map +1 -0
  60. package/dist/panels/DetailPanel/DetailPanel.d.ts +6 -0
  61. package/dist/panels/DetailPanel/DetailPanel.d.ts.map +1 -0
  62. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/DetailCompoundPropEditor.d.ts +14 -0
  63. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/DetailCompoundPropEditor.d.ts.map +1 -0
  64. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/DetailSimplePropEditor.d.ts +20 -0
  65. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/DetailSimplePropEditor.d.ts.map +1 -0
  66. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/SingleRowPropEditor.d.ts +14 -0
  67. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/SingleRowPropEditor.d.ts.map +1 -0
  68. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/getDetailRowHighlightBackground.d.ts +5 -0
  69. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/getDetailRowHighlightBackground.d.ts.map +1 -0
  70. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/rowIndentationFormulaCSS.d.ts +2 -0
  71. package/dist/panels/DetailPanel/DeterminePropEditorForDetail/rowIndentationFormulaCSS.d.ts.map +1 -0
  72. package/dist/panels/DetailPanel/DeterminePropEditorForDetail.d.ts +26 -0
  73. package/dist/panels/DetailPanel/DeterminePropEditorForDetail.d.ts.map +1 -0
  74. package/dist/panels/DetailPanel/EmptyState.d.ts +4 -0
  75. package/dist/panels/DetailPanel/EmptyState.d.ts.map +1 -0
  76. package/dist/panels/DetailPanel/ObjectDetails.d.ts +8 -0
  77. package/dist/panels/DetailPanel/ObjectDetails.d.ts.map +1 -0
  78. package/dist/panels/DetailPanel/ProjectDetails/StateConflictRow.d.ts +7 -0
  79. package/dist/panels/DetailPanel/ProjectDetails/StateConflictRow.d.ts.map +1 -0
  80. package/dist/panels/DetailPanel/ProjectDetails.d.ts +7 -0
  81. package/dist/panels/DetailPanel/ProjectDetails.d.ts.map +1 -0
  82. package/dist/panels/OutlinePanel/BaseItem.d.ts +18 -0
  83. package/dist/panels/OutlinePanel/BaseItem.d.ts.map +1 -0
  84. package/dist/panels/OutlinePanel/ObjectsList/ObjectItem.d.ts +8 -0
  85. package/dist/panels/OutlinePanel/ObjectsList/ObjectItem.d.ts.map +1 -0
  86. package/dist/panels/OutlinePanel/ObjectsList/ObjectsList.d.ts +11 -0
  87. package/dist/panels/OutlinePanel/ObjectsList/ObjectsList.d.ts.map +1 -0
  88. package/dist/panels/OutlinePanel/OutlinePanel.d.ts +5 -0
  89. package/dist/panels/OutlinePanel/OutlinePanel.d.ts.map +1 -0
  90. package/dist/panels/OutlinePanel/ProjectsList/ProjectListItem.d.ts +8 -0
  91. package/dist/panels/OutlinePanel/ProjectsList/ProjectListItem.d.ts.map +1 -0
  92. package/dist/panels/OutlinePanel/ProjectsList/ProjectsList.d.ts +4 -0
  93. package/dist/panels/OutlinePanel/ProjectsList/ProjectsList.d.ts.map +1 -0
  94. package/dist/panels/OutlinePanel/SheetsList/SheetInstanceItem.d.ts +7 -0
  95. package/dist/panels/OutlinePanel/SheetsList/SheetInstanceItem.d.ts.map +1 -0
  96. package/dist/panels/OutlinePanel/SheetsList/SheetItem.d.ts +8 -0
  97. package/dist/panels/OutlinePanel/SheetsList/SheetItem.d.ts.map +1 -0
  98. package/dist/panels/OutlinePanel/SheetsList/SheetsList.d.ts +8 -0
  99. package/dist/panels/OutlinePanel/SheetsList/SheetsList.d.ts.map +1 -0
  100. package/dist/panels/OutlinePanel/outlinePanelUtils.d.ts +11 -0
  101. package/dist/panels/OutlinePanel/outlinePanelUtils.d.ts.map +1 -0
  102. package/dist/panels/SequenceEditorPanel/DopeSheet/DopeSheet.d.ts +8 -0
  103. package/dist/panels/SequenceEditorPanel/DopeSheet/DopeSheet.d.ts.map +1 -0
  104. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.d.ts +21 -0
  105. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/AnyCompositeRow.d.ts.map +1 -0
  106. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/Left.d.ts +8 -0
  107. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/Left.d.ts.map +1 -0
  108. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.d.ts +7 -0
  109. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/PrimitivePropRow.d.ts.map +1 -0
  110. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/PropWithChildrenRow.d.ts +8 -0
  111. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/PropWithChildrenRow.d.ts.map +1 -0
  112. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/SheetObjectRow.d.ts +7 -0
  113. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/SheetObjectRow.d.ts.map +1 -0
  114. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/SheetRow.d.ts +7 -0
  115. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/SheetRow.d.ts.map +1 -0
  116. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/usePropHighlightMouseEnter.d.ts +4 -0
  117. package/dist/panels/SequenceEditorPanel/DopeSheet/Left/usePropHighlightMouseEnter.d.ts.map +1 -0
  118. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeConnector.d.ts +13 -0
  119. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeConnector.d.ts.map +1 -0
  120. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeDot.d.ts +10 -0
  121. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeDot.d.ts.map +1 -0
  122. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeEditor.d.ts +44 -0
  123. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeEditor.d.ts.map +1 -0
  124. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeVisualDot.d.ts +10 -0
  125. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/AggregateKeyframeVisualDot.d.ts.map +1 -0
  126. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/iif.d.ts +2 -0
  127. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/iif.d.ts.map +1 -0
  128. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/useAggregateKeyframeEditorUtils.d.ts +23 -0
  129. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregateKeyframeEditor/useAggregateKeyframeEditorUtils.d.ts.map +1 -0
  130. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.d.ts +19 -0
  131. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/AggregatedKeyframeTrack/AggregatedKeyframeTrack.d.ts.map +1 -0
  132. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/BasicKeyframedTrack.d.ts +13 -0
  133. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/BasicKeyframedTrack.d.ts.map +1 -0
  134. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/BasicKeyframeConnector.d.ts +6 -0
  135. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/BasicKeyframeConnector.d.ts.map +1 -0
  136. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/CurveEditorPopover.d.ts +21 -0
  137. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/CurveEditorPopover.d.ts.map +1 -0
  138. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/CurveSegmentEditor.d.ts +12 -0
  139. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/CurveSegmentEditor.d.ts.map +1 -0
  140. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/EasingOption.d.ts +15 -0
  141. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/EasingOption.d.ts.map +1 -0
  142. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/SVGCurveSegment.d.ts +9 -0
  143. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/SVGCurveSegment.d.ts.map +1 -0
  144. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/colors.d.ts +4 -0
  145. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/colors.d.ts.map +1 -0
  146. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/shared.d.ts +43 -0
  147. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/shared.d.ts.map +1 -0
  148. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/useFreezableMemo.d.ts +10 -0
  149. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/useFreezableMemo.d.ts.map +1 -0
  150. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/useUIOptionGrid.d.ts +32 -0
  151. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/CurveEditorPopover/useUIOptionGrid.d.ts.map +1 -0
  152. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/DeterminePropEditorForSingleKeyframe.d.ts +17 -0
  153. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/DeterminePropEditorForSingleKeyframe.d.ts.map +1 -0
  154. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/SingleKeyframeDot.d.ts +8 -0
  155. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/SingleKeyframeDot.d.ts.map +1 -0
  156. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/SingleKeyframeEditor.d.ts +19 -0
  157. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/SingleKeyframeEditor.d.ts.map +1 -0
  158. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/useSingleKeyframeInlineEditorPopover.d.ts +29 -0
  159. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/useSingleKeyframeInlineEditorPopover.d.ts.map +1 -0
  160. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/useTempTransactionEditingTools.d.ts +18 -0
  161. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/BasicKeyframedTrack/KeyframeEditor/useTempTransactionEditingTools.d.ts.map +1 -0
  162. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/DopeSheetBackground.d.ts +8 -0
  163. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/DopeSheetBackground.d.ts.map +1 -0
  164. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/DopeSheetSelectionView.d.ts +10 -0
  165. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/DopeSheetSelectionView.d.ts.map +1 -0
  166. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/FocusRangeCurtains.d.ts +8 -0
  167. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/FocusRangeCurtains.d.ts.map +1 -0
  168. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.d.ts +10 -0
  169. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/HorizontallyScrollableArea.d.ts.map +1 -0
  170. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/KeyframeSnapTarget.d.ts +36 -0
  171. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/KeyframeSnapTarget.d.ts.map +1 -0
  172. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator/LengthEditorPopover.d.ts +12 -0
  173. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator/LengthEditorPopover.d.ts.map +1 -0
  174. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator/LengthIndicator.d.ts +13 -0
  175. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/LengthIndicator/LengthIndicator.d.ts.map +1 -0
  176. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/PrimitivePropRow.d.ts +10 -0
  177. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/PrimitivePropRow.d.ts.map +1 -0
  178. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.d.ts +11 -0
  179. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/PropWithChildrenRow.d.ts.map +1 -0
  180. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/Right.d.ts +9 -0
  181. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/Right.d.ts.map +1 -0
  182. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/Row.d.ts +21 -0
  183. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/Row.d.ts.map +1 -0
  184. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/SheetObjectRow.d.ts +10 -0
  185. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/SheetObjectRow.d.ts.map +1 -0
  186. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/SheetRow.d.ts +10 -0
  187. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/SheetRow.d.ts.map +1 -0
  188. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/collectAggregateKeyframes.d.ts +58 -0
  189. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/collectAggregateKeyframes.d.ts.map +1 -0
  190. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/keyframeRowUI/ConnectorLine.d.ts +20 -0
  191. package/dist/panels/SequenceEditorPanel/DopeSheet/Right/keyframeRowUI/ConnectorLine.d.ts.map +1 -0
  192. package/dist/panels/SequenceEditorPanel/DopeSheet/selections.d.ts +82 -0
  193. package/dist/panels/SequenceEditorPanel/DopeSheet/selections.d.ts.map +1 -0
  194. package/dist/panels/SequenceEditorPanel/DopeSheet/setCollapsedSheetObjectOrCompoundProp.d.ts +7 -0
  195. package/dist/panels/SequenceEditorPanel/DopeSheet/setCollapsedSheetObjectOrCompoundProp.d.ts.map +1 -0
  196. package/dist/panels/SequenceEditorPanel/FrameGrid/FrameGrid.d.ts +10 -0
  197. package/dist/panels/SequenceEditorPanel/FrameGrid/FrameGrid.d.ts.map +1 -0
  198. package/dist/panels/SequenceEditorPanel/FrameGrid/StampsGrid.d.ts +15 -0
  199. package/dist/panels/SequenceEditorPanel/FrameGrid/StampsGrid.d.ts.map +1 -0
  200. package/dist/panels/SequenceEditorPanel/FrameGrid/createGrid.d.ts +23 -0
  201. package/dist/panels/SequenceEditorPanel/FrameGrid/createGrid.d.ts.map +1 -0
  202. package/dist/panels/SequenceEditorPanel/FrameStampPositionProvider.d.ts +52 -0
  203. package/dist/panels/SequenceEditorPanel/FrameStampPositionProvider.d.ts.map +1 -0
  204. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/BasicKeyframedTrack.d.ts +25 -0
  205. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/BasicKeyframedTrack.d.ts.map +1 -0
  206. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Curve.d.ts +14 -0
  207. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/Curve.d.ts.map +1 -0
  208. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/CurveHandle.d.ts +10 -0
  209. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/CurveHandle.d.ts.map +1 -0
  210. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorDotNonScalar.d.ts +9 -0
  211. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorDotNonScalar.d.ts.map +1 -0
  212. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorDotScalar.d.ts +7 -0
  213. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorDotScalar.d.ts.map +1 -0
  214. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorNonScalarDash.d.ts +7 -0
  215. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/GraphEditorNonScalarDash.d.ts.map +1 -0
  216. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/KeyframeEditor.d.ts +27 -0
  217. package/dist/panels/SequenceEditorPanel/GraphEditor/BasicKeyframedTrack/KeyframeEditor/KeyframeEditor.d.ts.map +1 -0
  218. package/dist/panels/SequenceEditorPanel/GraphEditor/GraphEditor.d.ts +28 -0
  219. package/dist/panels/SequenceEditorPanel/GraphEditor/GraphEditor.d.ts.map +1 -0
  220. package/dist/panels/SequenceEditorPanel/GraphEditor/PrimitivePropGraph.d.ts +16 -0
  221. package/dist/panels/SequenceEditorPanel/GraphEditor/PrimitivePropGraph.d.ts.map +1 -0
  222. package/dist/panels/SequenceEditorPanel/GraphEditorToggle.d.ts +8 -0
  223. package/dist/panels/SequenceEditorPanel/GraphEditorToggle.d.ts.map +1 -0
  224. package/dist/panels/SequenceEditorPanel/RightOverlay/DopeSnap.d.ts +21 -0
  225. package/dist/panels/SequenceEditorPanel/RightOverlay/DopeSnap.d.ts.map +1 -0
  226. package/dist/panels/SequenceEditorPanel/RightOverlay/DopeSnapHitZoneUI.d.ts +18 -0
  227. package/dist/panels/SequenceEditorPanel/RightOverlay/DopeSnapHitZoneUI.d.ts.map +1 -0
  228. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeStrip.d.ts +32 -0
  229. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeStrip.d.ts.map +1 -0
  230. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeThumb.d.ts +10 -0
  231. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeThumb.d.ts.map +1 -0
  232. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeZone.d.ts +8 -0
  233. package/dist/panels/SequenceEditorPanel/RightOverlay/FocusRangeZone/FocusRangeZone.d.ts.map +1 -0
  234. package/dist/panels/SequenceEditorPanel/RightOverlay/FrameStamp.d.ts +8 -0
  235. package/dist/panels/SequenceEditorPanel/RightOverlay/FrameStamp.d.ts.map +1 -0
  236. package/dist/panels/SequenceEditorPanel/RightOverlay/HorizontalScrollbar.d.ts +11 -0
  237. package/dist/panels/SequenceEditorPanel/RightOverlay/HorizontalScrollbar.d.ts.map +1 -0
  238. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerDot.d.ts +11 -0
  239. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerDot.d.ts.map +1 -0
  240. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.d.ts +14 -0
  241. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/MarkerEditorPopover.d.ts.map +1 -0
  242. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/Markers.d.ts +8 -0
  243. package/dist/panels/SequenceEditorPanel/RightOverlay/Markers/Markers.d.ts.map +1 -0
  244. package/dist/panels/SequenceEditorPanel/RightOverlay/Playhead.d.ts +8 -0
  245. package/dist/panels/SequenceEditorPanel/RightOverlay/Playhead.d.ts.map +1 -0
  246. package/dist/panels/SequenceEditorPanel/RightOverlay/PlayheadPositionPopover.d.ts +12 -0
  247. package/dist/panels/SequenceEditorPanel/RightOverlay/PlayheadPositionPopover.d.ts.map +1 -0
  248. package/dist/panels/SequenceEditorPanel/RightOverlay/RightOverlay.d.ts +8 -0
  249. package/dist/panels/SequenceEditorPanel/RightOverlay/RightOverlay.d.ts.map +1 -0
  250. package/dist/panels/SequenceEditorPanel/RightOverlay/TopStrip.d.ts +13 -0
  251. package/dist/panels/SequenceEditorPanel/RightOverlay/TopStrip.d.ts.map +1 -0
  252. package/dist/panels/SequenceEditorPanel/SequenceEditorPanel.d.ts +15 -0
  253. package/dist/panels/SequenceEditorPanel/SequenceEditorPanel.d.ts.map +1 -0
  254. package/dist/panels/SequenceEditorPanel/VerticalScrollContainer.d.ts +19 -0
  255. package/dist/panels/SequenceEditorPanel/VerticalScrollContainer.d.ts.map +1 -0
  256. package/dist/panels/SequenceEditorPanel/layout/layout.d.ts +146 -0
  257. package/dist/panels/SequenceEditorPanel/layout/layout.d.ts.map +1 -0
  258. package/dist/panels/SequenceEditorPanel/layout/tree.d.ts +71 -0
  259. package/dist/panels/SequenceEditorPanel/layout/tree.d.ts.map +1 -0
  260. package/dist/panels/SequenceEditorPanel/whatPropIsHighlighted.d.ts +10 -0
  261. package/dist/panels/SequenceEditorPanel/whatPropIsHighlighted.d.ts.map +1 -0
  262. package/dist/propEditors/DefaultValueIndicator.d.ts +12 -0
  263. package/dist/propEditors/DefaultValueIndicator.d.ts.map +1 -0
  264. package/dist/propEditors/NextPrevKeyframeCursors.d.ts +29 -0
  265. package/dist/propEditors/NextPrevKeyframeCursors.d.ts.map +1 -0
  266. package/dist/propEditors/getNearbyKeyframesOfTrack.d.ts +9 -0
  267. package/dist/propEditors/getNearbyKeyframesOfTrack.d.ts.map +1 -0
  268. package/dist/propEditors/simpleEditors/BooleanPropEditor.d.ts +6 -0
  269. package/dist/propEditors/simpleEditors/BooleanPropEditor.d.ts.map +1 -0
  270. package/dist/propEditors/simpleEditors/FilePropEditor.d.ts +6 -0
  271. package/dist/propEditors/simpleEditors/FilePropEditor.d.ts.map +1 -0
  272. package/dist/propEditors/simpleEditors/ISimplePropEditorReactProps.d.ts +10 -0
  273. package/dist/propEditors/simpleEditors/ISimplePropEditorReactProps.d.ts.map +1 -0
  274. package/dist/propEditors/simpleEditors/ImagePropEditor.d.ts +6 -0
  275. package/dist/propEditors/simpleEditors/ImagePropEditor.d.ts.map +1 -0
  276. package/dist/propEditors/simpleEditors/NumberPropEditor.d.ts +6 -0
  277. package/dist/propEditors/simpleEditors/NumberPropEditor.d.ts.map +1 -0
  278. package/dist/propEditors/simpleEditors/RgbaPropEditor.d.ts +6 -0
  279. package/dist/propEditors/simpleEditors/RgbaPropEditor.d.ts.map +1 -0
  280. package/dist/propEditors/simpleEditors/StringLiteralPropEditor.d.ts +6 -0
  281. package/dist/propEditors/simpleEditors/StringLiteralPropEditor.d.ts.map +1 -0
  282. package/dist/propEditors/simpleEditors/StringPropEditor.d.ts +6 -0
  283. package/dist/propEditors/simpleEditors/StringPropEditor.d.ts.map +1 -0
  284. package/dist/propEditors/simpleEditors/simplePropEditorByPropType.d.ts +10 -0
  285. package/dist/propEditors/simpleEditors/simplePropEditorByPropType.d.ts.map +1 -0
  286. package/dist/propEditors/useEditingToolsForCompoundProp.d.ts +27 -0
  287. package/dist/propEditors/useEditingToolsForCompoundProp.d.ts.map +1 -0
  288. package/dist/propEditors/useEditingToolsForSimpleProp.d.ts +47 -0
  289. package/dist/propEditors/useEditingToolsForSimpleProp.d.ts.map +1 -0
  290. package/dist/propEditors/utils/IEditingTools.d.ts +9 -0
  291. package/dist/propEditors/utils/IEditingTools.d.ts.map +1 -0
  292. package/dist/propEditors/utils/PropConfigForType.d.ts +5 -0
  293. package/dist/propEditors/utils/PropConfigForType.d.ts.map +1 -0
  294. package/dist/propEditors/utils/getPropTypeByPointer.d.ts +19 -0
  295. package/dist/propEditors/utils/getPropTypeByPointer.d.ts.map +1 -0
  296. package/dist/propEditors/utils/propNameTextCSS.d.ts +5 -0
  297. package/dist/propEditors/utils/propNameTextCSS.d.ts.map +1 -0
  298. package/dist/selectors.d.ts +13 -0
  299. package/dist/selectors.d.ts.map +1 -0
  300. package/dist/store/index.d.ts +210 -0
  301. package/dist/store/index.d.ts.map +1 -0
  302. package/dist/store/stateEditors.d.ts +300 -0
  303. package/dist/store/stateEditors.d.ts.map +1 -0
  304. package/dist/store/types/ahistoric.d.ts +79 -0
  305. package/dist/store/types/ahistoric.d.ts.map +1 -0
  306. package/dist/store/types/ephemeral.d.ts +53 -0
  307. package/dist/store/types/ephemeral.d.ts.map +1 -0
  308. package/dist/store/types/historic.d.ts +104 -0
  309. package/dist/store/types/historic.d.ts.map +1 -0
  310. package/dist/store/types/index.d.ts +25 -0
  311. package/dist/store/types/index.d.ts.map +1 -0
  312. package/dist/toolbars/ExtensionToolbar/ExtensionToolbar.d.ts +7 -0
  313. package/dist/toolbars/ExtensionToolbar/ExtensionToolbar.d.ts.map +1 -0
  314. package/dist/toolbars/ExtensionToolbar/Toolset.d.ts +7 -0
  315. package/dist/toolbars/ExtensionToolbar/Toolset.d.ts.map +1 -0
  316. package/dist/toolbars/ExtensionToolbar/tools/ExtensionFlyoutMenu.d.ts +7 -0
  317. package/dist/toolbars/ExtensionToolbar/tools/ExtensionFlyoutMenu.d.ts.map +1 -0
  318. package/dist/toolbars/ExtensionToolbar/tools/IconButton.d.ts +8 -0
  319. package/dist/toolbars/ExtensionToolbar/tools/IconButton.d.ts.map +1 -0
  320. package/dist/toolbars/ExtensionToolbar/tools/Switch.d.ts +7 -0
  321. package/dist/toolbars/ExtensionToolbar/tools/Switch.d.ts.map +1 -0
  322. package/dist/toolbars/GlobalToolbar.d.ts +4 -0
  323. package/dist/toolbars/GlobalToolbar.d.ts.map +1 -0
  324. package/dist/toolbars/MoreMenu/MoreMenu.d.ts +4 -0
  325. package/dist/toolbars/MoreMenu/MoreMenu.d.ts.map +1 -0
  326. package/dist/toolbars/PinButton.d.ts +12 -0
  327. package/dist/toolbars/PinButton.d.ts.map +1 -0
  328. package/dist/uiComponents/DetailPanelButton.d.ts +5 -0
  329. package/dist/uiComponents/DetailPanelButton.d.ts.map +1 -0
  330. package/dist/uiComponents/PointerEventsHandler.d.ts +31 -0
  331. package/dist/uiComponents/PointerEventsHandler.d.ts.map +1 -0
  332. package/dist/uiComponents/Popover/ArrowContext.d.ts +4 -0
  333. package/dist/uiComponents/Popover/ArrowContext.d.ts.map +1 -0
  334. package/dist/uiComponents/Popover/BasicPopover.d.ts +9 -0
  335. package/dist/uiComponents/Popover/BasicPopover.d.ts.map +1 -0
  336. package/dist/uiComponents/Popover/BasicTooltip.d.ts +8 -0
  337. package/dist/uiComponents/Popover/BasicTooltip.d.ts.map +1 -0
  338. package/dist/uiComponents/Popover/ErrorTooltip.d.ts +8 -0
  339. package/dist/uiComponents/Popover/ErrorTooltip.d.ts.map +1 -0
  340. package/dist/uiComponents/Popover/MinimalTooltip.d.ts +8 -0
  341. package/dist/uiComponents/Popover/MinimalTooltip.d.ts.map +1 -0
  342. package/dist/uiComponents/Popover/PopoverArrow.d.ts +8 -0
  343. package/dist/uiComponents/Popover/PopoverArrow.d.ts.map +1 -0
  344. package/dist/uiComponents/Popover/TooltipContext.d.ts +7 -0
  345. package/dist/uiComponents/Popover/TooltipContext.d.ts.map +1 -0
  346. package/dist/uiComponents/Popover/TooltipWrapper.d.ts +21 -0
  347. package/dist/uiComponents/Popover/TooltipWrapper.d.ts.map +1 -0
  348. package/dist/uiComponents/Popover/usePopover.d.ts +29 -0
  349. package/dist/uiComponents/Popover/usePopover.d.ts.map +1 -0
  350. package/dist/uiComponents/Popover/useTooltip.d.ts +14 -0
  351. package/dist/uiComponents/Popover/useTooltip.d.ts.map +1 -0
  352. package/dist/uiComponents/RoomToClick.d.ts +6 -0
  353. package/dist/uiComponents/RoomToClick.d.ts.map +1 -0
  354. package/dist/uiComponents/SVGIcon.d.ts +8 -0
  355. package/dist/uiComponents/SVGIcon.d.ts.map +1 -0
  356. package/dist/uiComponents/ShowMousePosition.d.ts +4 -0
  357. package/dist/uiComponents/ShowMousePosition.d.ts.map +1 -0
  358. package/dist/uiComponents/colorPicker/components/EditingProvider.d.ts +15 -0
  359. package/dist/uiComponents/colorPicker/components/EditingProvider.d.ts.map +1 -0
  360. package/dist/uiComponents/colorPicker/components/RgbaColorPicker.d.ts +3 -0
  361. package/dist/uiComponents/colorPicker/components/RgbaColorPicker.d.ts.map +1 -0
  362. package/dist/uiComponents/colorPicker/components/common/Alpha.d.ts +11 -0
  363. package/dist/uiComponents/colorPicker/components/common/Alpha.d.ts.map +1 -0
  364. package/dist/uiComponents/colorPicker/components/common/AlphaColorPicker.d.ts +7 -0
  365. package/dist/uiComponents/colorPicker/components/common/AlphaColorPicker.d.ts.map +1 -0
  366. package/dist/uiComponents/colorPicker/components/common/Hue.d.ts +11 -0
  367. package/dist/uiComponents/colorPicker/components/common/Hue.d.ts.map +1 -0
  368. package/dist/uiComponents/colorPicker/components/common/Interactive.d.ts +13 -0
  369. package/dist/uiComponents/colorPicker/components/common/Interactive.d.ts.map +1 -0
  370. package/dist/uiComponents/colorPicker/components/common/Pointer.d.ts +10 -0
  371. package/dist/uiComponents/colorPicker/components/common/Pointer.d.ts.map +1 -0
  372. package/dist/uiComponents/colorPicker/components/common/Saturation.d.ts +12 -0
  373. package/dist/uiComponents/colorPicker/components/common/Saturation.d.ts.map +1 -0
  374. package/dist/uiComponents/colorPicker/hooks/useColorManipulation.d.ts +3 -0
  375. package/dist/uiComponents/colorPicker/hooks/useColorManipulation.d.ts.map +1 -0
  376. package/dist/uiComponents/colorPicker/hooks/useEventCallback.d.ts +2 -0
  377. package/dist/uiComponents/colorPicker/hooks/useEventCallback.d.ts.map +1 -0
  378. package/dist/uiComponents/colorPicker/hooks/useIsomorphicLayoutEffect.d.ts +3 -0
  379. package/dist/uiComponents/colorPicker/hooks/useIsomorphicLayoutEffect.d.ts.map +1 -0
  380. package/dist/uiComponents/colorPicker/index.d.ts +3 -0
  381. package/dist/uiComponents/colorPicker/index.d.ts.map +1 -0
  382. package/dist/uiComponents/colorPicker/types.d.ts +47 -0
  383. package/dist/uiComponents/colorPicker/types.d.ts.map +1 -0
  384. package/dist/uiComponents/colorPicker/utils/clamp.d.ts +2 -0
  385. package/dist/uiComponents/colorPicker/utils/clamp.d.ts.map +1 -0
  386. package/dist/uiComponents/colorPicker/utils/compare.d.ts +5 -0
  387. package/dist/uiComponents/colorPicker/utils/compare.d.ts.map +1 -0
  388. package/dist/uiComponents/colorPicker/utils/convert.d.ts +27 -0
  389. package/dist/uiComponents/colorPicker/utils/convert.d.ts.map +1 -0
  390. package/dist/uiComponents/colorPicker/utils/round.d.ts +2 -0
  391. package/dist/uiComponents/colorPicker/utils/round.d.ts.map +1 -0
  392. package/dist/uiComponents/colorPicker/utils/validate.d.ts +2 -0
  393. package/dist/uiComponents/colorPicker/utils/validate.d.ts.map +1 -0
  394. package/dist/uiComponents/createCursorLock.d.ts +2 -0
  395. package/dist/uiComponents/createCursorLock.d.ts.map +1 -0
  396. package/dist/uiComponents/form/BasicCheckbox.d.ts +5 -0
  397. package/dist/uiComponents/form/BasicCheckbox.d.ts.map +1 -0
  398. package/dist/uiComponents/form/BasicNumberInput.d.ts +26 -0
  399. package/dist/uiComponents/form/BasicNumberInput.d.ts.map +1 -0
  400. package/dist/uiComponents/form/BasicSelect.d.ts +10 -0
  401. package/dist/uiComponents/form/BasicSelect.d.ts.map +1 -0
  402. package/dist/uiComponents/form/BasicStringInput.d.ts +19 -0
  403. package/dist/uiComponents/form/BasicStringInput.d.ts.map +1 -0
  404. package/dist/uiComponents/form/BasicSwitch.d.ts +9 -0
  405. package/dist/uiComponents/form/BasicSwitch.d.ts.map +1 -0
  406. package/dist/uiComponents/icons/AddImage.d.ts +4 -0
  407. package/dist/uiComponents/icons/AddImage.d.ts.map +1 -0
  408. package/dist/uiComponents/icons/ArrowClockwise.d.ts +4 -0
  409. package/dist/uiComponents/icons/ArrowClockwise.d.ts.map +1 -0
  410. package/dist/uiComponents/icons/ArrowsOutCardinal.d.ts +4 -0
  411. package/dist/uiComponents/icons/ArrowsOutCardinal.d.ts.map +1 -0
  412. package/dist/uiComponents/icons/Bell.d.ts +4 -0
  413. package/dist/uiComponents/icons/Bell.d.ts.map +1 -0
  414. package/dist/uiComponents/icons/Camera.d.ts +4 -0
  415. package/dist/uiComponents/icons/Camera.d.ts.map +1 -0
  416. package/dist/uiComponents/icons/ChevronDown.d.ts +4 -0
  417. package/dist/uiComponents/icons/ChevronDown.d.ts.map +1 -0
  418. package/dist/uiComponents/icons/ChevronLeft.d.ts +4 -0
  419. package/dist/uiComponents/icons/ChevronLeft.d.ts.map +1 -0
  420. package/dist/uiComponents/icons/ChevronRight.d.ts +4 -0
  421. package/dist/uiComponents/icons/ChevronRight.d.ts.map +1 -0
  422. package/dist/uiComponents/icons/Cube.d.ts +4 -0
  423. package/dist/uiComponents/icons/Cube.d.ts.map +1 -0
  424. package/dist/uiComponents/icons/CubeFull.d.ts +4 -0
  425. package/dist/uiComponents/icons/CubeFull.d.ts.map +1 -0
  426. package/dist/uiComponents/icons/CubeHalf.d.ts +4 -0
  427. package/dist/uiComponents/icons/CubeHalf.d.ts.map +1 -0
  428. package/dist/uiComponents/icons/CubeRendered.d.ts +4 -0
  429. package/dist/uiComponents/icons/CubeRendered.d.ts.map +1 -0
  430. package/dist/uiComponents/icons/Details.d.ts +4 -0
  431. package/dist/uiComponents/icons/Details.d.ts.map +1 -0
  432. package/dist/uiComponents/icons/DoubleChevronLeft.d.ts +4 -0
  433. package/dist/uiComponents/icons/DoubleChevronLeft.d.ts.map +1 -0
  434. package/dist/uiComponents/icons/DoubleChevronRight.d.ts +4 -0
  435. package/dist/uiComponents/icons/DoubleChevronRight.d.ts.map +1 -0
  436. package/dist/uiComponents/icons/Ellipsis.d.ts +4 -0
  437. package/dist/uiComponents/icons/Ellipsis.d.ts.map +1 -0
  438. package/dist/uiComponents/icons/EllipsisFill.d.ts +4 -0
  439. package/dist/uiComponents/icons/EllipsisFill.d.ts.map +1 -0
  440. package/dist/uiComponents/icons/GlobeSimple.d.ts +4 -0
  441. package/dist/uiComponents/icons/GlobeSimple.d.ts.map +1 -0
  442. package/dist/uiComponents/icons/Outline.d.ts +4 -0
  443. package/dist/uiComponents/icons/Outline.d.ts.map +1 -0
  444. package/dist/uiComponents/icons/Package.d.ts +4 -0
  445. package/dist/uiComponents/icons/Package.d.ts.map +1 -0
  446. package/dist/uiComponents/icons/Resize.d.ts +4 -0
  447. package/dist/uiComponents/icons/Resize.d.ts.map +1 -0
  448. package/dist/uiComponents/icons/Trash.d.ts +4 -0
  449. package/dist/uiComponents/icons/Trash.d.ts.map +1 -0
  450. package/dist/uiComponents/icons/index.d.ts +21 -0
  451. package/dist/uiComponents/icons/index.d.ts.map +1 -0
  452. package/dist/uiComponents/isSafari.d.ts +2 -0
  453. package/dist/uiComponents/isSafari.d.ts.map +1 -0
  454. package/dist/uiComponents/onPointerOutside.d.ts +6 -0
  455. package/dist/uiComponents/onPointerOutside.d.ts.map +1 -0
  456. package/dist/uiComponents/selects/BasicSelect.d.ts +15 -0
  457. package/dist/uiComponents/selects/BasicSelect.d.ts.map +1 -0
  458. package/dist/uiComponents/simpleContextMenu/ContextMenu/BaseMenu.d.ts +16 -0
  459. package/dist/uiComponents/simpleContextMenu/ContextMenu/BaseMenu.d.ts.map +1 -0
  460. package/dist/uiComponents/simpleContextMenu/ContextMenu/ContextMenu.d.ts +27 -0
  461. package/dist/uiComponents/simpleContextMenu/ContextMenu/ContextMenu.d.ts.map +1 -0
  462. package/dist/uiComponents/simpleContextMenu/ContextMenu/Item.d.ts +10 -0
  463. package/dist/uiComponents/simpleContextMenu/ContextMenu/Item.d.ts.map +1 -0
  464. package/dist/uiComponents/simpleContextMenu/useContextMenu.d.ts +11 -0
  465. package/dist/uiComponents/simpleContextMenu/useContextMenu.d.ts.map +1 -0
  466. package/dist/uiComponents/simpleContextMenu/useRequestContextMenu.d.ts +13 -0
  467. package/dist/uiComponents/simpleContextMenu/useRequestContextMenu.d.ts.map +1 -0
  468. package/dist/uiComponents/toolbar/ToolbarDropdownSelect.d.ts +16 -0
  469. package/dist/uiComponents/toolbar/ToolbarDropdownSelect.d.ts.map +1 -0
  470. package/dist/uiComponents/toolbar/ToolbarIconButton.d.ts +4 -0
  471. package/dist/uiComponents/toolbar/ToolbarIconButton.d.ts.map +1 -0
  472. package/dist/uiComponents/toolbar/ToolbarSwitchSelect.d.ts +15 -0
  473. package/dist/uiComponents/toolbar/ToolbarSwitchSelect.d.ts.map +1 -0
  474. package/dist/uiComponents/toolbar/ToolbarSwitchSelectContainer.d.ts +3 -0
  475. package/dist/uiComponents/toolbar/ToolbarSwitchSelectContainer.d.ts.map +1 -0
  476. package/dist/uiComponents/useBoundingClientRect.d.ts +2 -0
  477. package/dist/uiComponents/useBoundingClientRect.d.ts.map +1 -0
  478. package/dist/uiComponents/useDebugRefreshEvery.d.ts +9 -0
  479. package/dist/uiComponents/useDebugRefreshEvery.d.ts.map +1 -0
  480. package/dist/uiComponents/useDrag.d.ts +76 -0
  481. package/dist/uiComponents/useDrag.d.ts.map +1 -0
  482. package/dist/uiComponents/useHotspot.d.ts +2 -0
  483. package/dist/uiComponents/useHotspot.d.ts.map +1 -0
  484. package/dist/uiComponents/useHover.d.ts +2 -0
  485. package/dist/uiComponents/useHover.d.ts.map +1 -0
  486. package/dist/uiComponents/useHoverWithoutDescendants.d.ts +5 -0
  487. package/dist/uiComponents/useHoverWithoutDescendants.d.ts.map +1 -0
  488. package/dist/uiComponents/useKeyDown.d.ts +3 -0
  489. package/dist/uiComponents/useKeyDown.d.ts.map +1 -0
  490. package/dist/uiComponents/useKeyDownCallback.d.ts +7 -0
  491. package/dist/uiComponents/useKeyDownCallback.d.ts.map +1 -0
  492. package/dist/uiComponents/useLockSet.d.ts +5 -0
  493. package/dist/uiComponents/useLockSet.d.ts.map +1 -0
  494. package/dist/uiComponents/useLogger.d.ts +7 -0
  495. package/dist/uiComponents/useLogger.d.ts.map +1 -0
  496. package/dist/uiComponents/useOnClickOutside.d.ts +2 -0
  497. package/dist/uiComponents/useOnClickOutside.d.ts.map +1 -0
  498. package/dist/uiComponents/useOnKeyDown.d.ts +2 -0
  499. package/dist/uiComponents/useOnKeyDown.d.ts.map +1 -0
  500. package/dist/uiComponents/usePresence.d.ts +30 -0
  501. package/dist/uiComponents/usePresence.d.ts.map +1 -0
  502. package/dist/uiComponents/useValToAtom.d.ts +3 -0
  503. package/dist/uiComponents/useValToAtom.d.ts.map +1 -0
  504. package/dist/utils/absoluteDims.d.ts +3 -0
  505. package/dist/utils/absoluteDims.d.ts.map +1 -0
  506. package/dist/utils/contextualWebComponents.d.ts +5 -0
  507. package/dist/utils/contextualWebComponents.d.ts.map +1 -0
  508. package/dist/utils/copyToClipboard.d.ts +2 -0
  509. package/dist/utils/copyToClipboard.d.ts.map +1 -0
  510. package/dist/utils/derive-utils.d.ts +21 -0
  511. package/dist/utils/derive-utils.d.ts.map +1 -0
  512. package/dist/utils/devStringify.d.ts +7 -0
  513. package/dist/utils/devStringify.d.ts.map +1 -0
  514. package/dist/utils/invariant.d.ts +35 -0
  515. package/dist/utils/invariant.d.ts.map +1 -0
  516. package/dist/utils/isMac.d.ts +2 -0
  517. package/dist/utils/isMac.d.ts.map +1 -0
  518. package/dist/utils/keyboardUtils.d.ts +9 -0
  519. package/dist/utils/keyboardUtils.d.ts.map +1 -0
  520. package/dist/utils/mousePositionD.d.ts +6 -0
  521. package/dist/utils/mousePositionD.d.ts.map +1 -0
  522. package/dist/utils/redux/actionCreator.d.ts +49 -0
  523. package/dist/utils/redux/actionCreator.d.ts.map +1 -0
  524. package/dist/utils/redux/actionCreator.test.d.ts +2 -0
  525. package/dist/utils/redux/actionCreator.test.d.ts.map +1 -0
  526. package/dist/utils/redux/actionReducersBundle.d.ts +18 -0
  527. package/dist/utils/redux/actionReducersBundle.d.ts.map +1 -0
  528. package/dist/utils/redux/atomFromReduxStore.d.ts +4 -0
  529. package/dist/utils/redux/atomFromReduxStore.d.ts.map +1 -0
  530. package/dist/utils/redux/configureStore.d.ts +9 -0
  531. package/dist/utils/redux/configureStore.d.ts.map +1 -0
  532. package/dist/utils/redux/pointerFriendlySelector.d.ts +10 -0
  533. package/dist/utils/redux/pointerFriendlySelector.d.ts.map +1 -0
  534. package/dist/utils/redux/withHistory/withBatchActions.d.ts +19 -0
  535. package/dist/utils/redux/withHistory/withBatchActions.d.ts.map +1 -0
  536. package/dist/utils/redux/withHistory/withHistory.d.ts +127 -0
  537. package/dist/utils/redux/withHistory/withHistory.d.ts.map +1 -0
  538. package/dist/utils/renderInPortalInContext.d.ts +7 -0
  539. package/dist/utils/renderInPortalInContext.d.ts.map +1 -0
  540. package/dist/utils/selectClosestHTMLAncestor.d.ts +5 -0
  541. package/dist/utils/selectClosestHTMLAncestor.d.ts.map +1 -0
  542. package/dist/utils/tightJsonStringify.d.ts +23 -0
  543. package/dist/utils/tightJsonStringify.d.ts.map +1 -0
  544. package/dist/utils/tightJsonStringify.test.d.ts +2 -0
  545. package/dist/utils/tightJsonStringify.test.d.ts.map +1 -0
  546. package/dist/utils/useRefAndState.d.ts +18 -0
  547. package/dist/utils/useRefAndState.d.ts.map +1 -0
  548. package/package.json +1 -1
  549. package/dist/index.mjs +0 -105
  550. package/dist/index.mjs.map +0 -7
@@ -0,0 +1,16 @@
1
+ /**
2
+ * Custom IDB keyval storage creator. Right now this exists solely as a more convenient way to use idb-keyval with a custom db name.
3
+ * It also automatically prefixes the provided name with `theatrejs-` to avoid conflicts with other libraries.
4
+ *
5
+ * @param name - The name of the database
6
+ * @returns An object with the same methods as idb-keyval, but with a custom database name
7
+ */
8
+ export declare const createStore: (name: string) => {
9
+ set: (key: string, value: any) => Promise<void>;
10
+ get: <T = any>(key: string) => Promise<T | undefined>;
11
+ del: (key: string) => Promise<void>;
12
+ keys: <T_1 extends IDBValidKey>() => Promise<T_1[]>;
13
+ entries: <KeyType_1 extends IDBValidKey, ValueType = any>() => Promise<[KeyType_1, ValueType][]>;
14
+ values: <T_2 = any>() => Promise<T_2[]>;
15
+ };
16
+ //# sourceMappingURL=IDBStorage.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDBStorage.d.ts","sourceRoot":"","sources":["../../../../studio/src/IDBStorage.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,eAAO,MAAM,WAAW,SAAU,MAAM;eAIzB,MAAM,SAAS,GAAG;wBACT,MAAM;eACf,MAAM;;;;CAMpB,CAAA"}
@@ -0,0 +1,16 @@
1
+ import type { PaneInstanceId } from '@tomorrowevening/theatre-shared/utils/ids';
2
+ import type { StrictRecord } from '@tomorrowevening/theatre-shared/utils/types';
3
+ import type { Studio } from './Studio';
4
+ import type { PaneInstance } from './TheatreStudio';
5
+ export default class PaneManager {
6
+ private readonly _studio;
7
+ private readonly _cache;
8
+ constructor(_studio: Studio);
9
+ private _instantiatePanesAsTheyComeIn;
10
+ private _getAllPanes;
11
+ get allPanesD(): import("@tomorrowevening/theatre-dataverse").Prism<StrictRecord<PaneInstanceId, PaneInstance<string>>>;
12
+ createPane<PaneClass extends string>(paneClass: PaneClass): PaneInstance<PaneClass>;
13
+ destroyPane(instanceId: PaneInstanceId): void;
14
+ bringPaneToFront(instanceId: PaneInstanceId): void;
15
+ }
16
+ //# sourceMappingURL=PaneManager.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PaneManager.d.ts","sourceRoot":"","sources":["../../../../studio/src/PaneManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,cAAc,EAAC,MAAM,2CAA2C,CAAA;AAE7E,OAAO,KAAK,EAAkB,YAAY,EAAC,MAAM,6CAA6C,CAAA;AAC9F,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,UAAU,CAAA;AACpC,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,iBAAiB,CAAA;AAEjD,MAAM,CAAC,OAAO,OAAO,WAAW;IAGlB,OAAO,CAAC,QAAQ,CAAC,OAAO;IAFpC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;gBAEd,OAAO,EAAE,MAAM;IAI5C,OAAO,CAAC,6BAA6B;IAOrC,OAAO,CAAC,YAAY;IAwCpB,IAAI,SAAS,2GAEZ;IAED,UAAU,CAAC,SAAS,SAAS,MAAM,EACjC,SAAS,EAAE,SAAS,GACnB,YAAY,CAAC,SAAS,CAAC;IA+C1B,WAAW,CAAC,UAAU,EAAE,cAAc,GAAG,IAAI;IAqB7C,gBAAgB,CAAC,UAAU,EAAE,cAAc,GAAG,IAAI;CAanD"}
@@ -0,0 +1,83 @@
1
+ import type { Pointer } from '@tomorrowevening/theatre-dataverse';
2
+ import type { Studio } from './Studio';
3
+ /**
4
+ * The scrub API is a simple construct for changing values in Theatre.js in a history-compatible way.
5
+ * Primarily, it can be used to create a series of value changes using a temp transaction without
6
+ * creating multiple transactions.
7
+ *
8
+ * The name is inspired by the activity of "scrubbing" the value of an input through clicking and
9
+ * dragging left and right. But, the API is not limited to chaning a single prop's value.
10
+ *
11
+ * For now, using the {@link IScrubApi.set} will result in changing the values where the
12
+ * playhead is (the `sequence.position`).
13
+ */
14
+ export interface IScrubApi {
15
+ /**
16
+ * Set the value of a prop by its pointer. If the prop is sequenced, the value
17
+ * will be a keyframe at the current playhead position (`sequence.position`).
18
+ *
19
+ * @param pointer - A Pointer, like object.props
20
+ * @param value - The value to override the existing value. This is treated as a deep partial value.
21
+ *
22
+ * @example
23
+ * Usage:
24
+ * ```ts
25
+ * const obj = sheet.object("box", {x: 0, y: 0})
26
+ * const scrub = studio.scrub()
27
+ * scrub.capture(({set}) => {
28
+ * // set a specific prop's value
29
+ * set(obj.props.x, 10) // New value is {x: 10, y: 0}
30
+ * // values are set partially
31
+ * set(obj.props, {y: 11}) // New value is {x: 10, y: 11}
32
+ *
33
+ * // this will error, as there is no such prop as 'z'
34
+ * set(obj.props.z, 10)
35
+ * })
36
+ * ```
37
+ */
38
+ set<T>(pointer: Pointer<T>, value: T): void;
39
+ }
40
+ export interface IScrub {
41
+ /**
42
+ * Clears all the ops in the scrub, but keeps the scrub open so you can call
43
+ * `scrub.capture()` again.
44
+ */
45
+ reset(): void;
46
+ /**
47
+ * Commits the scrub and creates a single undo level.
48
+ */
49
+ commit(): void;
50
+ /**
51
+ * Captures operations for the scrub.
52
+ *
53
+ * Note that running `scrub.capture()` multiple times means all the older
54
+ * calls of `scrub.capture()` will be reset.
55
+ *
56
+ * @example
57
+ * Usage:
58
+ * ```ts
59
+ * scrub.capture(({set}) => {
60
+ * set(obj.props.x, 10) // set the value of obj.props.x to 10
61
+ * })
62
+ * ```
63
+ */
64
+ capture(fn: (api: IScrubApi) => void): void;
65
+ /**
66
+ * Clears the ops of the scrub and destroys it. After calling this,
67
+ * you won't be able to call `scrub.capture()` anymore.
68
+ */
69
+ discard(): void;
70
+ }
71
+ export default class Scrub implements IScrub {
72
+ private readonly _studio;
73
+ private readonly _id;
74
+ private _state;
75
+ get status(): "Captured" | "Ready" | "Committed" | "Discarded";
76
+ constructor(_studio: Studio);
77
+ reset(): void;
78
+ commit(): void;
79
+ capture(fn: (api: IScrubApi) => void): void;
80
+ private _capture;
81
+ discard(): void;
82
+ }
83
+ //# sourceMappingURL=Scrub.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Scrub.d.ts","sourceRoot":"","sources":["../../../../studio/src/Scrub.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAC,OAAO,EAAC,MAAM,oCAAoC,CAAA;AAE/D,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,UAAU,CAAA;AAkBpC;;;;;;;;;;GAUG;AACH,MAAM,WAAW,SAAS;IACxB;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,GAAG,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,CAAA;CAC5C;AAED,MAAM,WAAW,MAAM;IACrB;;;OAGG;IACH,KAAK,IAAI,IAAI,CAAA;IACb;;OAEG;IACH,MAAM,IAAI,IAAI,CAAA;IACd;;;;;;;;;;;;;OAaG;IACH,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,GAAG,IAAI,CAAA;IAE3C;;;OAGG;IACH,OAAO,IAAI,IAAI,CAAA;CAChB;AAED,MAAM,CAAC,OAAO,OAAO,KAAM,YAAW,MAAM;IAS9B,OAAO,CAAC,QAAQ,CAAC,OAAO;IARpC,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAQ;IAC5B,OAAO,CAAC,MAAM,CAAyB;IAGvC,IAAI,MAAM,qDAET;gBAE4B,OAAO,EAAE,MAAM;IAI5C,KAAK,IAAI,IAAI;IAgBb,MAAM,IAAI,IAAI;IAiBd,OAAO,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,SAAS,KAAK,IAAI,GAAG,IAAI;IAiC3C,OAAO,CAAC,QAAQ;IA0DhB,OAAO,IAAI,IAAI;CAehB"}
@@ -0,0 +1,79 @@
1
+ import Scrub from '@tomorrowevening/theatre-studio/Scrub';
2
+ import type { StudioHistoricState } from '@tomorrowevening/theatre-studio/store/types/historic';
3
+ import UI from '@tomorrowevening/theatre-studio/UI/UI';
4
+ import type { Pointer, Ticker } from '@tomorrowevening/theatre-dataverse';
5
+ import { PointerProxy } from '@tomorrowevening/theatre-dataverse';
6
+ import type { CommitOrDiscard, ITransactionPrivateApi } from './StudioStore/StudioStore';
7
+ import type { IExtension, IStudio } from './TheatreStudio';
8
+ import type Project from '@tomorrowevening/theatre-core/projects/Project';
9
+ import type { CoreBits } from '@tomorrowevening/theatre-core/CoreBundle';
10
+ import type { IProject, ISheet } from '@tomorrowevening/theatre-core';
11
+ import PaneManager from './PaneManager';
12
+ import type * as _coreExports from '@tomorrowevening/theatre-core/coreExports';
13
+ import type { OnDiskState } from '@tomorrowevening/theatre-core/projects/store/storeTypes';
14
+ import type { ProjectId } from '@tomorrowevening/theatre-shared/utils/ids';
15
+ export type CoreExports = typeof _coreExports;
16
+ export declare class Studio {
17
+ readonly ui: UI;
18
+ readonly publicApi: IStudio;
19
+ readonly address: {
20
+ studioId: string;
21
+ };
22
+ readonly _projectsProxy: PointerProxy<Record<ProjectId, Project>>;
23
+ readonly projectsP: Pointer<Record<ProjectId, Project>>;
24
+ private readonly _store;
25
+ private _corePrivateApi;
26
+ private readonly _cache;
27
+ readonly paneManager: PaneManager;
28
+ /**
29
+ * An atom holding the exports of '\@tomorrowevening/theatre-core'. Will be undefined if '\@tomorrowevening/theatre-core' is never imported
30
+ */
31
+ private _coreAtom;
32
+ /**
33
+ * A Deferred that will resolve once studio is initialized (and its state is read from storage)
34
+ */
35
+ private readonly _initializedDeferred;
36
+ /**
37
+ * Tracks whether studio.initialize() is called.
38
+ */
39
+ private _initializeFnCalled;
40
+ /**
41
+ * Will be set to true if studio.initialize() isn't called after 100ms.
42
+ */
43
+ private _didWarnAboutNotInitializing;
44
+ /**
45
+ * This will be set as soon as `@tomorrowevening/theatre-core` registers itself on `@tomorrowevening/theatre-studio`
46
+ */
47
+ private _coreBits;
48
+ get ticker(): Ticker;
49
+ private _rafDriver;
50
+ get atomP(): Pointer<import("./store").FullStudioState>;
51
+ constructor();
52
+ initialize(opts?: Parameters<IStudio['initialize']>[0]): Promise<void>;
53
+ get initialized(): Promise<void>;
54
+ _attachToIncomingProjects(): void;
55
+ setCoreBits(coreBits: CoreBits): void;
56
+ private _setProjectsP;
57
+ scrub(): Scrub;
58
+ tempTransaction(fn: (api: ITransactionPrivateApi) => void): CommitOrDiscard;
59
+ transaction(fn: (api: ITransactionPrivateApi) => void): void;
60
+ __dev_startHistoryFromScratch(newHistoricPart: StudioHistoricState): void;
61
+ get corePrivateAPI(): typeof import("../../core/src/privateAPIs").privateAPI | undefined;
62
+ get core(): typeof _coreExports | undefined;
63
+ get coreP(): Pointer<typeof _coreExports | undefined>;
64
+ extend(extension: IExtension, opts?: {
65
+ __experimental_reconfigure?: boolean;
66
+ }): void;
67
+ getStudioProject(core: CoreExports): IProject;
68
+ getExtensionSheet(extensionId: string, core: CoreExports): ISheet;
69
+ undo(): void;
70
+ redo(): void;
71
+ createContentOfSaveFile(projectId: string): OnDiskState;
72
+ /** A function that returns a promise to an object containing asset storage methods for a project to be used by studio. */
73
+ createAssetStorage(project: Project, baseUrl?: string): Promise<{
74
+ getAssetUrl: (assetId: string) => string;
75
+ createAsset: (asset: File) => Promise<string | null>;
76
+ }>;
77
+ clearPersistentStorage(persistenceKey?: string): void;
78
+ }
79
+ //# sourceMappingURL=Studio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Studio.d.ts","sourceRoot":"","sources":["../../../../studio/src/Studio.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,uCAAuC,CAAA;AACzD,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,sDAAsD,CAAA;AAC7F,OAAO,EAAE,MAAM,uCAAuC,CAAA;AACtD,OAAO,KAAK,EAAC,OAAO,EAAE,MAAM,EAAC,MAAM,oCAAoC,CAAA;AACvE,OAAO,EAAO,YAAY,EAAiB,MAAM,oCAAoC,CAAA;AACrF,OAAO,KAAK,EACV,eAAe,EACf,sBAAsB,EACvB,MAAM,2BAA2B,CAAA;AAElC,OAAO,KAAK,EAAC,UAAU,EAAE,OAAO,EAAC,MAAM,iBAAiB,CAAA;AAGxD,OAAO,KAAK,OAAO,MAAM,gDAAgD,CAAA;AACzE,OAAO,KAAK,EAAC,QAAQ,EAAC,MAAM,0CAA0C,CAAA;AAEtE,OAAO,KAAK,EAAC,QAAQ,EAAE,MAAM,EAAC,MAAM,+BAA+B,CAAA;AACnE,OAAO,WAAW,MAAM,eAAe,CAAA;AACvC,OAAO,KAAK,KAAK,YAAY,MAAM,2CAA2C,CAAA;AAC9E,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yDAAyD,CAAA;AAGxF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,2CAA2C,CAAA;AAUxE,MAAM,MAAM,WAAW,GAAG,OAAO,YAAY,CAAA;AA8B7C,qBAAa,MAAM;IACjB,QAAQ,CAAC,EAAE,EAAE,EAAE,CAAA;IAGf,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAA;IAC3B,QAAQ,CAAC,OAAO,EAAE;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAA;IACpC,QAAQ,CAAC,cAAc,EAAE,YAAY,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,CACzB;IAExC,QAAQ,CAAC,SAAS,EAAE,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC,CAC1B;IAE7B,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;IAC3C,OAAO,CAAC,eAAe,CAAoC;IAE3D,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAoB;IAC3C,QAAQ,CAAC,WAAW,EAAE,WAAW,CAAA;IAEjC;;OAEG;IACH,OAAO,CAAC,SAAS,CAAqC;IAEtD;;OAEG;IACH,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAA0B;IAC/D;;OAEG;IACH,OAAO,CAAC,mBAAmB,CAAQ;IACnC;;OAEG;IACH,OAAO,CAAC,4BAA4B,CAAQ;IAE5C;;OAEG;IACH,OAAO,CAAC,SAAS,CAAsB;IAEvC,IAAI,MAAM,IAAI,MAAM,CAOnB;IAED,OAAO,CAAC,UAAU,CAAiC;IAEnD,IAAI,KAAK,+CAER;;IAsBK,UAAU,CAAC,IAAI,CAAC,EAAE,UAAU,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,CAAC;IAyE5D,IAAI,WAAW,IAAI,OAAO,CAAC,IAAI,CAAC,CAE/B;IAED,yBAAyB;IAgBzB,WAAW,CAAC,QAAQ,EAAE,QAAQ;IAO9B,OAAO,CAAC,aAAa;IAIrB,KAAK;IAIL,eAAe,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,sBAAsB,KAAK,IAAI,GAAG,eAAe;IAI3E,WAAW,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,sBAAsB,KAAK,IAAI,GAAG,IAAI;IAI5D,6BAA6B,CAAC,eAAe,EAAE,mBAAmB;IAIlE,IAAI,cAAc,uEAEjB;IAED,IAAI,IAAI,oCAEP;IAED,IAAI,KAAK,6CAER;IAED,MAAM,CAAC,SAAS,EAAE,UAAU,EAAE,IAAI,CAAC,EAAE;QAAC,0BAA0B,CAAC,EAAE,OAAO,CAAA;KAAC;IA8E3E,gBAAgB,CAAC,IAAI,EAAE,WAAW,GAAG,QAAQ;IAI7C,iBAAiB,CAAC,WAAW,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,GAAG,MAAM;IAMjE,IAAI;IAIJ,IAAI;IAIJ,uBAAuB,CAAC,SAAS,EAAE,MAAM,GAAG,WAAW;IAIvD,0HAA0H;IACpH,kBAAkB,CAAC,OAAO,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,MAAM;+BA4FhC,MAAM;6BAKF,IAAI;;IA6EnC,sBAAsB,CAAC,cAAc,SAA0B;CAGhE"}
@@ -0,0 +1,10 @@
1
+ import type CoreBundle from '@tomorrowevening/theatre-core/CoreBundle';
2
+ import type { Studio } from './Studio';
3
+ export default class StudioBundle {
4
+ private readonly _studio;
5
+ private _coreBundle;
6
+ constructor(_studio: Studio);
7
+ get type(): 'Theatre_StudioBundle';
8
+ registerCoreBundle(coreBundle: CoreBundle): void;
9
+ }
10
+ //# sourceMappingURL=StudioBundle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StudioBundle.d.ts","sourceRoot":"","sources":["../../../../studio/src/StudioBundle.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,UAAU,MAAM,0CAA0C,CAAA;AAEtE,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,UAAU,CAAA;AAEpC,MAAM,CAAC,OAAO,OAAO,YAAY;IAEnB,OAAO,CAAC,QAAQ,CAAC,OAAO;IADpC,OAAO,CAAC,WAAW,CAAwB;gBACd,OAAO,EAAE,MAAM;IAC5C,IAAI,IAAI,IAAI,sBAAsB,CAEjC;IAED,kBAAkB,CAAC,UAAU,EAAE,UAAU;CAe1C"}
@@ -0,0 +1,46 @@
1
+ import type { FullStudioState } from '@tomorrowevening/theatre-studio/store';
2
+ import type { IStateEditors } from '@tomorrowevening/theatre-studio/store/stateEditors';
3
+ import type { StudioAhistoricState, StudioEphemeralState, StudioHistoricState } from '@tomorrowevening/theatre-studio/store/types';
4
+ import type { VoidFn } from '@tomorrowevening/theatre-shared/utils/types';
5
+ import type { Pointer } from '@tomorrowevening/theatre-dataverse';
6
+ import type { Draft } from 'immer';
7
+ import type { OnDiskState } from '@tomorrowevening/theatre-core/projects/store/storeTypes';
8
+ import type { ProjectId } from '@tomorrowevening/theatre-shared/utils/ids';
9
+ export type Drafts = {
10
+ historic: Draft<StudioHistoricState>;
11
+ ahistoric: Draft<StudioAhistoricState>;
12
+ ephemeral: Draft<StudioEphemeralState>;
13
+ };
14
+ export interface ITransactionPrivateApi {
15
+ set<T>(pointer: Pointer<T>, value: T): void;
16
+ unset<T>(pointer: Pointer<T>): void;
17
+ drafts: Drafts;
18
+ stateEditors: IStateEditors;
19
+ }
20
+ export type CommitOrDiscard = {
21
+ commit: VoidFn;
22
+ discard: VoidFn;
23
+ };
24
+ export default class StudioStore {
25
+ private readonly _reduxStore;
26
+ private readonly _atom;
27
+ readonly atomP: Pointer<FullStudioState>;
28
+ constructor();
29
+ initialize(opts: {
30
+ persistenceKey: string;
31
+ usePersistentStorage: boolean;
32
+ }): Promise<void>;
33
+ getState(): FullStudioState;
34
+ __experimental_clearPersistentStorage(persistenceKey: string): FullStudioState;
35
+ /**
36
+ * This method causes the store to start the history from scratch. This is useful
37
+ * for testing and development where you want to explicitly provide a state to the
38
+ * store.
39
+ */
40
+ __dev_startHistoryFromScratch(newHistoricPart: StudioHistoricState): void;
41
+ tempTransaction(fn: (api: ITransactionPrivateApi) => void): CommitOrDiscard;
42
+ undo(): void;
43
+ redo(): void;
44
+ createContentOfSaveFile(projectId: ProjectId): OnDiskState;
45
+ }
46
+ //# sourceMappingURL=StudioStore.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StudioStore.d.ts","sourceRoot":"","sources":["../../../../../studio/src/StudioStore/StudioStore.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,uCAAuC,CAAA;AAM1E,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,oDAAoD,CAAA;AAErF,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,6CAA6C,CAAA;AAKpD,OAAO,KAAK,EAAC,MAAM,EAAC,MAAM,6CAA6C,CAAA;AACvE,OAAO,KAAK,EAAO,OAAO,EAAC,MAAM,oCAAoC,CAAA;AACrE,OAAO,KAAK,EAAC,KAAK,EAAC,MAAM,OAAO,CAAA;AAOhC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yDAAyD,CAAA;AAKxF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,2CAA2C,CAAA;AAExE,MAAM,MAAM,MAAM,GAAG;IACnB,QAAQ,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAA;IACpC,SAAS,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAA;IACtC,SAAS,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAA;CACvC,CAAA;AAED,MAAM,WAAW,sBAAsB;IACrC,GAAG,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,IAAI,CAAA;IAC3C,KAAK,CAAC,CAAC,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,IAAI,CAAA;IACnC,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE,aAAa,CAAA;CAC5B;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,CAAC,OAAO,OAAO,WAAW;IAC9B,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAwB;IACpD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAuB;IAC7C,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,CAAA;;IAWxC,UAAU,CAAC,IAAI,EAAE;QACf,cAAc,EAAE,MAAM,CAAA;QACtB,oBAAoB,EAAE,OAAO,CAAA;KAC9B,GAAG,OAAO,CAAC,IAAI,CAAC;IAuBjB,QAAQ,IAAI,eAAe;IAI3B,qCAAqC,CACnC,cAAc,EAAE,MAAM,GACrB,eAAe;IAKlB;;;;OAIG;IACH,6BAA6B,CAAC,eAAe,EAAE,mBAAmB;IAQlE,eAAe,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,sBAAsB,KAAK,IAAI,GAAG,eAAe;IAiE3E,IAAI;IAIJ,IAAI;IAIJ,uBAAuB,CAAC,SAAS,EAAE,SAAS,GAAG,WAAW;CA2E3D"}
@@ -0,0 +1,3 @@
1
+ import type { ITransactionPrivateApi } from './StudioStore';
2
+ export default function createTransactionPrivateApi(ensureRunning: () => void, stateEditors: ITransactionPrivateApi['stateEditors'], drafts: ITransactionPrivateApi['drafts']): ITransactionPrivateApi;
3
+ //# sourceMappingURL=createTransactionPrivateApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"createTransactionPrivateApi.d.ts","sourceRoot":"","sources":["../../../../../studio/src/StudioStore/createTransactionPrivateApi.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAC,sBAAsB,EAAC,MAAM,eAAe,CAAA;AAsEzD,MAAM,CAAC,OAAO,UAAU,2BAA2B,CACjD,aAAa,EAAE,MAAM,IAAI,EACzB,YAAY,EAAE,sBAAsB,CAAC,cAAc,CAAC,EACpD,MAAM,EAAE,sBAAsB,CAAC,QAAQ,CAAC,GACvC,sBAAsB,CAgNxB"}
@@ -0,0 +1,2 @@
1
+ export declare function generateDiskStateRevision(): string;
2
+ //# sourceMappingURL=generateDiskStateRevision.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"generateDiskStateRevision.d.ts","sourceRoot":"","sources":["../../../../../studio/src/StudioStore/generateDiskStateRevision.ts"],"names":[],"mappings":"AAEA,wBAAgB,yBAAyB,WAExC"}
@@ -0,0 +1,5 @@
1
+ import type { FullStudioState } from '@tomorrowevening/theatre-studio/store/index';
2
+ import type { Store } from 'redux';
3
+ export declare const persistStateOfStudio: (reduxStore: Store<FullStudioState>, onInitialize: () => void, localStoragePrefix: string) => void;
4
+ export declare const __experimental_clearPersistentStorage: (reduxStore: Store<FullStudioState>, localStoragePrefix: string) => void;
5
+ //# sourceMappingURL=persistStateOfStudio.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"persistStateOfStudio.d.ts","sourceRoot":"","sources":["../../../../../studio/src/StudioStore/persistStateOfStudio.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,6CAA6C,CAAA;AAEhF,OAAO,KAAK,EAAC,KAAK,EAAC,MAAM,OAAO,CAAA;AAOhC,eAAO,MAAM,oBAAoB,eACnB,MAAM,eAAe,CAAC,gBACpB,MAAM,IAAI,sBACJ,MAAM,SA6C3B,CAAA;AAED,eAAO,MAAM,qCAAqC,eACpC,MAAM,eAAe,CAAC,sBACd,MAAM,SAW3B,CAAA"}