@dineug/erd-editor 3.5.0 → 3.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (430) hide show
  1. package/README.md +41 -10
  2. package/dist/components/appContext.d.ts +1 -0
  3. package/dist/components/customElementRegistry.d.ts +1 -0
  4. package/dist/components/erd/Erd.d.ts +1 -0
  5. package/dist/components/erd/Erd.styles.d.ts +1 -0
  6. package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.d.ts +16 -0
  7. package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.styles.d.ts +1 -0
  8. package/dist/components/erd/automatic-table-placement/createAutomaticTablePlacement.d.ts +1 -0
  9. package/dist/components/erd/canvas/Canvas.d.ts +1 -0
  10. package/dist/components/erd/canvas/Canvas.styles.d.ts +9 -8
  11. package/dist/components/erd/canvas/CanvasScene.d.ts +1 -0
  12. package/dist/components/erd/canvas/EditOverlay.d.ts +1 -0
  13. package/dist/components/erd/canvas/EditOverlay.styles.d.ts +1 -0
  14. package/dist/components/erd/canvas/SceneIcon.template.d.ts +1 -0
  15. package/dist/components/erd/canvas/altDragDuplicate.d.ts +1 -0
  16. package/dist/components/erd/canvas/drag-select/DragSelect.d.ts +1 -0
  17. package/dist/components/erd/canvas/draw-relationship/DrawRelationship.d.ts +1 -0
  18. package/dist/components/erd/canvas/duplicate-ghost/DuplicateGhost.d.ts +1 -0
  19. package/dist/components/erd/canvas/entityDrag.d.ts +6 -3
  20. package/dist/components/erd/canvas/high-level-table/HighLevelTable.d.ts +1 -0
  21. package/dist/components/erd/canvas/memo/Memo.d.ts +1 -0
  22. package/dist/components/erd/canvas/memo/memo-sash/MemoSash.d.ts +1 -0
  23. package/dist/components/erd/canvas/memo/memoCaret.d.ts +1 -0
  24. package/dist/components/erd/canvas/memo/memoScroll.d.ts +1 -0
  25. package/dist/components/erd/canvas/memo/memoText.d.ts +1 -0
  26. package/dist/components/erd/canvas/memo/useMoveMemo.d.ts +1 -0
  27. package/dist/components/erd/canvas/relationship-group/RelationshipGroup.d.ts +1 -0
  28. package/dist/components/erd/canvas/relationship-group/relationship/Relationship.d.ts +1 -0
  29. package/dist/components/erd/canvas/relationship-group/relationship/Relationship.template.d.ts +1 -0
  30. package/dist/components/erd/canvas/sceneHit.d.ts +1 -0
  31. package/dist/components/erd/canvas/sceneKind.d.ts +1 -0
  32. package/dist/components/erd/canvas/sceneRetention.d.ts +1 -0
  33. package/dist/components/erd/canvas/sceneTokens.d.ts +1 -0
  34. package/dist/components/erd/canvas/shared-drag-select/SharedDragSelect.d.ts +1 -0
  35. package/dist/components/erd/canvas/shared-mouse-tracker/SharedMouseTracker.d.ts +1 -0
  36. package/dist/components/erd/canvas/shared-mouse-tracker/shared-mouse-cursor/SharedMouseCursor.d.ts +1 -0
  37. package/dist/components/erd/canvas/table/Table.d.ts +1 -0
  38. package/dist/components/erd/canvas/table/cellLayout.d.ts +1 -0
  39. package/dist/components/erd/canvas/table/column/Column.d.ts +1 -0
  40. package/dist/components/erd/canvas/table/doubleClick.d.ts +1 -0
  41. package/dist/components/erd/canvas/table/useFocusTable.d.ts +1 -0
  42. package/dist/components/erd/canvas/table/useMoveTable.d.ts +1 -0
  43. package/dist/components/erd/canvas/table/useSharedFocusTable.d.ts +1 -0
  44. package/dist/components/erd/canvas/useMoveEntity.d.ts +1 -0
  45. package/dist/components/erd/canvas/useSharedSelectEntity.d.ts +1 -0
  46. package/dist/components/erd/content-compass/ContentCompass.d.ts +10 -0
  47. package/dist/components/erd/content-compass/ContentCompass.styles.d.ts +3 -0
  48. package/dist/components/erd/content-compass/compassGeometry.d.ts +24 -0
  49. package/dist/components/erd/diff-viewer/DiffViewer.d.ts +1 -0
  50. package/dist/components/erd/diff-viewer/DiffViewer.styles.d.ts +1 -0
  51. package/dist/components/erd/diff-viewer/diff.d.ts +1 -0
  52. package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.d.ts +1 -0
  53. package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.styles.d.ts +1 -0
  54. package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.d.ts +1 -0
  55. package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.styles.d.ts +1 -0
  56. package/dist/components/erd/erd-context-menu/ErdContextMenu.d.ts +1 -0
  57. package/dist/components/erd/erd-context-menu/menus/databaseMenus.d.ts +1 -0
  58. package/dist/components/erd/erd-context-menu/menus/drawRelationshipMenus.d.ts +1 -0
  59. package/dist/components/erd/erd-context-menu/menus/exportMenus.d.ts +1 -0
  60. package/dist/components/erd/erd-context-menu/menus/importMenus.d.ts +1 -0
  61. package/dist/components/erd/erd-context-menu/menus/relationshipMenus.d.ts +1 -0
  62. package/dist/components/erd/erd-context-menu/menus/showMenus.d.ts +1 -0
  63. package/dist/components/erd/erdShortcutPerformCheck.d.ts +1 -0
  64. package/dist/components/erd/floating-toolbar/FloatingToolbar.d.ts +10 -0
  65. package/dist/components/erd/floating-toolbar/FloatingToolbar.styles.d.ts +4 -0
  66. package/dist/components/erd/hitTest.d.ts +1 -0
  67. package/dist/components/erd/minimap/Minimap.d.ts +1 -0
  68. package/dist/components/erd/minimap/Minimap.styles.d.ts +1 -0
  69. package/dist/components/erd/minimap/MinimapScene.d.ts +1 -0
  70. package/dist/components/erd/minimap/memo/Memo.d.ts +6 -3
  71. package/dist/components/erd/minimap/minimapGeometry.d.ts +82 -34
  72. package/dist/components/erd/minimap/table/Table.d.ts +6 -3
  73. package/dist/components/erd/minimap/useMinimapScroll.d.ts +1 -0
  74. package/dist/components/erd/minimap/viewport/Viewport.d.ts +1 -0
  75. package/dist/components/erd/minimap/viewport/Viewport.styles.d.ts +1 -0
  76. package/dist/components/erd/table-properties/TableProperties.d.ts +1 -0
  77. package/dist/components/erd/table-properties/TableProperties.styles.d.ts +1 -0
  78. package/dist/components/erd/table-properties/table-properties-indexes/TablePropertiesIndexes.d.ts +1 -0
  79. package/dist/components/erd/table-properties/table-properties-indexes/TablePropertiesIndexes.styles.d.ts +1 -0
  80. package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.d.ts +1 -0
  81. package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.styles.d.ts +1 -0
  82. package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.d.ts +1 -0
  83. package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.styles.d.ts +1 -0
  84. package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.d.ts +1 -0
  85. package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.styles.d.ts +1 -0
  86. package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.d.ts +1 -0
  87. package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.styles.d.ts +1 -0
  88. package/dist/components/erd/time-travel/TimeTravel.d.ts +1 -0
  89. package/dist/components/erd/time-travel/TimeTravel.styles.d.ts +1 -0
  90. package/dist/components/erd/useErdShortcut.d.ts +1 -0
  91. package/dist/components/erd/virtual-scroll/VirtualScroll.d.ts +1 -0
  92. package/dist/components/erd/virtual-scroll/VirtualScroll.styles.d.ts +1 -0
  93. package/dist/components/erd/virtual-scroll/useVirtualScroll.d.ts +13 -6
  94. package/dist/components/erd-editor/ErdEditor.d.ts +2 -1
  95. package/dist/components/erd-editor/ErdEditor.styles.d.ts +1 -0
  96. package/dist/components/erd-editor/useErdEditorAttachElement.d.ts +1 -0
  97. package/dist/components/generator-code/GeneratorCode.d.ts +1 -0
  98. package/dist/components/generator-code/GeneratorCode.styles.d.ts +1 -0
  99. package/dist/components/generator-code/generator-code-context-menu/GeneratorCodeContextMenu.d.ts +1 -0
  100. package/dist/components/generator-code/generator-code-context-menu/menus/columnNameCaseMenus.d.ts +1 -0
  101. package/dist/components/generator-code/generator-code-context-menu/menus/languageMenus.d.ts +1 -0
  102. package/dist/components/generator-code/generator-code-context-menu/menus/tableNameCaseMenus.d.ts +1 -0
  103. package/dist/components/global-styles/GlobalStyles.d.ts +1 -0
  104. package/dist/components/primitives/button/Button.d.ts +1 -0
  105. package/dist/components/primitives/button/Button.styles.d.ts +1 -0
  106. package/dist/components/primitives/code-block/CodeBlock.d.ts +1 -0
  107. package/dist/components/primitives/code-block/CodeBlock.styles.d.ts +1 -0
  108. package/dist/components/primitives/color-picker/ColorPicker.d.ts +1 -0
  109. package/dist/components/primitives/color-picker/ColorPicker.styles.d.ts +1 -0
  110. package/dist/components/primitives/context-menu/ContextMenu.d.ts +1 -0
  111. package/dist/components/primitives/context-menu/context-menu-content/ContextMenuContent.d.ts +1 -0
  112. package/dist/components/primitives/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +1 -0
  113. package/dist/components/primitives/context-menu/context-menu-item/ContextMenuItem.d.ts +1 -0
  114. package/dist/components/primitives/context-menu/context-menu-item/ContextMenuItem.styles.d.ts +1 -0
  115. package/dist/components/primitives/context-menu/context-menu-root/ContextMenuRoot.d.ts +1 -0
  116. package/dist/components/primitives/context-menu/context-menu-root/contextMenuRootContext.d.ts +1 -0
  117. package/dist/components/primitives/context-menu/menu/Menu.d.ts +1 -0
  118. package/dist/components/primitives/context-menu/menu/Menu.styles.d.ts +1 -0
  119. package/dist/components/primitives/edit-input/EditInput.d.ts +1 -0
  120. package/dist/components/primitives/edit-input/EditInput.styles.d.ts +1 -0
  121. package/dist/components/primitives/highlighted-text/HighlightedText.d.ts +1 -0
  122. package/dist/components/primitives/highlighted-text/HighlightedText.styles.d.ts +1 -0
  123. package/dist/components/primitives/icon/Icon.d.ts +1 -0
  124. package/dist/components/primitives/icon/Icon.styles.d.ts +1 -0
  125. package/dist/components/primitives/icon/icons.d.ts +5 -1
  126. package/dist/components/primitives/kbd/Kbd.d.ts +1 -0
  127. package/dist/components/primitives/kbd/Kbd.styles.d.ts +1 -0
  128. package/dist/components/primitives/sash/Sash.d.ts +1 -0
  129. package/dist/components/primitives/sash/Sash.styles.d.ts +1 -0
  130. package/dist/components/primitives/separator/Separator.d.ts +1 -0
  131. package/dist/components/primitives/separator/Separator.styles.d.ts +1 -0
  132. package/dist/components/primitives/slider/Slider.d.ts +1 -0
  133. package/dist/components/primitives/slider/Slider.styles.d.ts +1 -0
  134. package/dist/components/primitives/switch/Switch.d.ts +1 -0
  135. package/dist/components/primitives/switch/Switch.styles.d.ts +1 -0
  136. package/dist/components/primitives/text-input/TextInput.d.ts +1 -0
  137. package/dist/components/primitives/toast/Toast.d.ts +1 -0
  138. package/dist/components/primitives/toast/Toast.styles.d.ts +1 -0
  139. package/dist/components/quick-search/QuickSearch.d.ts +1 -0
  140. package/dist/components/quick-search/QuickSearch.styles.d.ts +1 -0
  141. package/dist/components/quick-search/actions.d.ts +1 -0
  142. package/dist/components/schema-sql/SchemaSQL.d.ts +1 -0
  143. package/dist/components/schema-sql/SchemaSQL.styles.d.ts +1 -0
  144. package/dist/components/schema-sql/schema-sql-context-menu/SchemaSQLContextMenu.d.ts +1 -0
  145. package/dist/components/schema-sql/schema-sql-context-menu/menus/bracketMenus.d.ts +1 -0
  146. package/dist/components/settings/Settings.d.ts +1 -0
  147. package/dist/components/settings/Settings.styles.d.ts +1 -0
  148. package/dist/components/settings/settings-lnb/SettingsLnb.d.ts +1 -0
  149. package/dist/components/settings/settings-lnb/SettingsLnb.styles.d.ts +1 -0
  150. package/dist/components/settings/shortcuts/Shortcuts.d.ts +1 -0
  151. package/dist/components/settings/shortcuts/Shortcuts.styles.d.ts +1 -0
  152. package/dist/components/table-view/Table.styles.d.ts +1 -0
  153. package/dist/components/table-view/column/Column.styles.d.ts +1 -0
  154. package/dist/components/table-view/column/column-data-type/ColumnDataType.d.ts +1 -0
  155. package/dist/components/table-view/column/column-data-type/ColumnDataType.styles.d.ts +1 -0
  156. package/dist/components/table-view/column/column-key/ColumnKey.d.ts +1 -0
  157. package/dist/components/table-view/column/column-key/ColumnKey.styles.d.ts +1 -0
  158. package/dist/components/table-view/column/column-not-null/ColumnNotNull.d.ts +1 -0
  159. package/dist/components/table-view/column/column-not-null/ColumnNotNull.styles.d.ts +1 -0
  160. package/dist/components/table-view/column/column-option/ColumnOption.d.ts +1 -0
  161. package/dist/components/table-view/column/column-option/ColumnOption.styles.d.ts +1 -0
  162. package/dist/components/table-view/column/useColumnCell.d.ts +1 -0
  163. package/dist/components/theme/Theme.d.ts +1 -0
  164. package/dist/components/theme-builder/ThemeBuilder.d.ts +1 -0
  165. package/dist/components/theme-builder/ThemeBuilder.styles.d.ts +1 -0
  166. package/dist/components/themeContext.d.ts +1 -0
  167. package/dist/components/toast-container/ToastContainer.d.ts +1 -0
  168. package/dist/components/toast-container/ToastContainer.styles.d.ts +1 -0
  169. package/dist/components/toast-container/openToastWhileRunning.d.ts +1 -0
  170. package/dist/components/toolbar/Toolbar.d.ts +1 -0
  171. package/dist/components/toolbar/Toolbar.styles.d.ts +1 -0
  172. package/dist/components/visualization/Visualization.d.ts +1 -0
  173. package/dist/components/visualization/Visualization.styles.d.ts +1 -0
  174. package/dist/components/visualization/VisualizationScene.d.ts +1 -0
  175. package/dist/components/visualization/createVisualization.d.ts +1 -0
  176. package/dist/components/visualization/graph-node/GraphNode.d.ts +1 -0
  177. package/dist/components/visualization/table/Table.d.ts +1 -0
  178. package/dist/components/visualization/table/column/Column.d.ts +1 -0
  179. package/dist/components/visualization/table/column/Column.styles.d.ts +1 -0
  180. package/dist/components/visualization/visualizationView.d.ts +1 -0
  181. package/dist/constants/language.d.ts +1 -0
  182. package/dist/constants/layout.d.ts +1 -0
  183. package/dist/constants/open.d.ts +1 -0
  184. package/dist/constants/schema.d.ts +1 -0
  185. package/dist/constants/sql/dataType/Databricks.d.ts +1 -0
  186. package/dist/constants/sql/dataType/MSSQL.d.ts +1 -0
  187. package/dist/constants/sql/dataType/MariaDB.d.ts +1 -0
  188. package/dist/constants/sql/dataType/MySQL.d.ts +1 -0
  189. package/dist/constants/sql/dataType/Oracle.d.ts +1 -0
  190. package/dist/constants/sql/dataType/PostgreSQL.d.ts +1 -0
  191. package/dist/constants/sql/dataType/SQLite.d.ts +1 -0
  192. package/dist/constants/sql/dataType/Snowflake.d.ts +1 -0
  193. package/dist/constants/sql/dataType/index.d.ts +1 -0
  194. package/dist/constants/sql/database.d.ts +1 -0
  195. package/dist/engine/actions.d.ts +1 -0
  196. package/dist/engine/clock.d.ts +1 -0
  197. package/dist/engine/context.d.ts +1 -0
  198. package/dist/engine/generator.actions.d.ts +1 -0
  199. package/dist/engine/history.actions.d.ts +1 -0
  200. package/dist/engine/history.d.ts +1 -0
  201. package/dist/engine/hooks.d.ts +1 -0
  202. package/dist/engine/index.d.ts +1 -0
  203. package/dist/engine/index.js +44 -0
  204. package/dist/engine/modules/editor/actions.d.ts +9 -0
  205. package/dist/engine/modules/editor/atom.actions.d.ts +39 -0
  206. package/dist/engine/modules/editor/generator.actions.d.ts +1 -0
  207. package/dist/engine/modules/editor/history.d.ts +1 -0
  208. package/dist/engine/modules/editor/state.d.ts +11 -0
  209. package/dist/engine/modules/editor/utils/duplicate.d.ts +5 -2
  210. package/dist/engine/modules/editor/utils/findRelationshipColumn.d.ts +1 -0
  211. package/dist/engine/modules/editor/utils/focus.d.ts +1 -0
  212. package/dist/engine/modules/editor/utils/selectRangeColumn.d.ts +1 -0
  213. package/dist/engine/modules/index/actions.d.ts +1 -0
  214. package/dist/engine/modules/index/atom.actions.d.ts +1 -0
  215. package/dist/engine/modules/index/generator.actions.d.ts +1 -0
  216. package/dist/engine/modules/index/history.d.ts +1 -0
  217. package/dist/engine/modules/index-column/actions.d.ts +1 -0
  218. package/dist/engine/modules/index-column/atom.actions.d.ts +1 -0
  219. package/dist/engine/modules/index-column/generator.actions.d.ts +1 -0
  220. package/dist/engine/modules/index-column/history.d.ts +1 -0
  221. package/dist/engine/modules/memo/actions.d.ts +1 -0
  222. package/dist/engine/modules/memo/atom.actions.d.ts +1 -0
  223. package/dist/engine/modules/memo/generator.actions.d.ts +1 -0
  224. package/dist/engine/modules/memo/history.d.ts +1 -0
  225. package/dist/engine/modules/relationship/actions.d.ts +1 -0
  226. package/dist/engine/modules/relationship/atom.actions.d.ts +1 -0
  227. package/dist/engine/modules/relationship/generator.actions.d.ts +1 -0
  228. package/dist/engine/modules/relationship/history.d.ts +1 -0
  229. package/dist/engine/modules/relationship/hooks.d.ts +1 -0
  230. package/dist/engine/modules/settings/actions.d.ts +3 -7
  231. package/dist/engine/modules/settings/atom.actions.d.ts +39 -49
  232. package/dist/engine/modules/settings/generator.actions.d.ts +1 -0
  233. package/dist/engine/modules/settings/history.d.ts +1 -1
  234. package/dist/engine/modules/settings/scrollRange.d.ts +18 -0
  235. package/dist/engine/modules/table/actions.d.ts +1 -0
  236. package/dist/engine/modules/table/atom.actions.d.ts +1 -0
  237. package/dist/engine/modules/table/generator.actions.d.ts +1 -0
  238. package/dist/engine/modules/table/history.d.ts +1 -0
  239. package/dist/engine/modules/table/hooks.d.ts +1 -0
  240. package/dist/engine/modules/table-column/actions.d.ts +1 -0
  241. package/dist/engine/modules/table-column/atom.actions.d.ts +1 -0
  242. package/dist/engine/modules/table-column/generator.actions.d.ts +1 -0
  243. package/dist/engine/modules/table-column/history.d.ts +1 -0
  244. package/dist/engine/modules/table-column/hooks.d.ts +1 -0
  245. package/dist/engine/modules/table-column/utils/dataType.d.ts +1 -0
  246. package/dist/engine/replication-store.d.ts +1 -0
  247. package/dist/engine/rx-operators/actionsFilter.d.ts +1 -0
  248. package/dist/engine/rx-operators/bufferCircuitBreaker.d.ts +1 -0
  249. package/dist/engine/rx-operators/groupByStreamActions.d.ts +1 -0
  250. package/dist/engine/rx-operators/ignoreTagFilter.d.ts +1 -0
  251. package/dist/engine/rx-operators/index.d.ts +1 -0
  252. package/dist/engine/rx-operators/notEmptyActions.d.ts +1 -0
  253. package/dist/engine/rx-operators/readonlyIgnoreFilter.d.ts +1 -0
  254. package/dist/engine/rx-operators/sharedStreamActionsCompressor.d.ts +1 -0
  255. package/dist/engine/rx-store.d.ts +1 -0
  256. package/dist/engine/shared-store.d.ts +1 -0
  257. package/dist/engine/state.d.ts +1 -0
  258. package/dist/engine/store-hooks.d.ts +1 -0
  259. package/dist/engine/store.d.ts +1 -0
  260. package/dist/engine/tag.d.ts +1 -0
  261. package/dist/erd-editor.umd.js +5259 -0
  262. package/dist/hooks/useDarkMode.d.ts +1 -0
  263. package/dist/hooks/useFlipAnimation.d.ts +1 -0
  264. package/dist/hooks/useKeyBindingMap.d.ts +1 -0
  265. package/dist/hooks/useUnmounted.d.ts +1 -0
  266. package/dist/index.d.ts +1 -0
  267. package/dist/index.dev.d.ts +1 -0
  268. package/dist/index.js +19991 -0
  269. package/dist/internal-types/index.d.ts +1 -0
  270. package/dist/konva/batchDraw.d.ts +1 -0
  271. package/dist/konva/host.d.ts +1 -0
  272. package/dist/konva/jsx-types.test-d.d.ts +1 -0
  273. package/dist/konva/scene/columnDropTarget.d.ts +1 -0
  274. package/dist/konva/scene/contentBounds.d.ts +29 -0
  275. package/dist/konva/scene/konvaFlip.d.ts +1 -0
  276. package/dist/konva/scene/metrics.d.ts +1 -0
  277. package/dist/konva/scene/renderScene.d.ts +1 -0
  278. package/dist/konva/scene/viewFreeze.d.ts +20 -0
  279. package/dist/konva/scene/viewport.d.ts +14 -7
  280. package/dist/konva/testHandle.d.ts +1 -0
  281. package/dist/konva/theme.d.ts +1 -0
  282. package/dist/konva/workerDomStubs.d.ts +1 -0
  283. package/dist/schemaGCService--wGet5O7.js +9636 -0
  284. package/dist/services/export-png/ExportScene.d.ts +11 -4
  285. package/dist/services/export-png/documentScene.d.ts +16 -3
  286. package/dist/services/export-png/exportBox.d.ts +27 -0
  287. package/dist/services/export-png/exportPng.shared-worker.d.ts +1 -0
  288. package/dist/services/export-png/exportPngService.d.ts +1 -0
  289. package/dist/services/export-png/index.d.ts +11 -4
  290. package/dist/services/export-png/pixelRatio.d.ts +1 -0
  291. package/dist/services/export-png/renderPng.d.ts +4 -1
  292. package/dist/services/export-png/textWidth.d.ts +1 -0
  293. package/dist/services/schema-gc/index.d.ts +6 -3
  294. package/dist/services/schema-gc/procGC.d.ts +1 -0
  295. package/dist/services/schema-gc/schemaGC.shared-worker.d.ts +1 -0
  296. package/dist/services/schema-gc/schemaGCService.d.ts +1 -0
  297. package/dist/services/shikiService.d.ts +1 -0
  298. package/dist/styles/colorPicker.style.d.ts +1 -0
  299. package/dist/styles/fonts.styles.d.ts +1 -0
  300. package/dist/styles/reset.styles.d.ts +1 -0
  301. package/dist/styles/scrollbar.styles.d.ts +1 -0
  302. package/dist/styles/typography.styles.d.ts +1 -0
  303. package/dist/themes/radix-ui-theme.config.d.ts +1 -0
  304. package/dist/themes/radix-ui-theme.d.ts +1 -0
  305. package/dist/themes/tokens.d.ts +1 -0
  306. package/dist/utils/arrayHas.d.ts +3 -0
  307. package/dist/utils/attribute.d.ts +1 -0
  308. package/dist/utils/bit.d.ts +1 -0
  309. package/dist/utils/calcMemo.d.ts +1 -0
  310. package/dist/utils/calcTable.d.ts +1 -0
  311. package/dist/utils/clipboard.d.ts +1 -0
  312. package/dist/utils/collection/index.entity.d.ts +1 -0
  313. package/dist/utils/collection/indexColumn.entity.d.ts +1 -0
  314. package/dist/utils/collection/memo.entity.d.ts +1 -0
  315. package/dist/utils/collection/relationship.entity.d.ts +1 -0
  316. package/dist/utils/collection/sequence.d.ts +1 -0
  317. package/dist/utils/collection/table.entity.d.ts +1 -0
  318. package/dist/utils/collection/tableColumn.entity.d.ts +1 -0
  319. package/dist/utils/device-detect/index.d.ts +1 -0
  320. package/dist/utils/domEvent.d.ts +1 -0
  321. package/dist/utils/dragSelect.d.ts +1 -8
  322. package/dist/utils/draw-relationship/calc.d.ts +1 -0
  323. package/dist/utils/draw-relationship/chamfer.d.ts +1 -0
  324. package/dist/utils/draw-relationship/draw.d.ts +1 -0
  325. package/dist/utils/draw-relationship/incremental.d.ts +1 -0
  326. package/dist/utils/draw-relationship/index.d.ts +1 -0
  327. package/dist/utils/draw-relationship/nudge.d.ts +1 -0
  328. package/dist/utils/draw-relationship/pathFinding.d.ts +1 -0
  329. package/dist/utils/draw-relationship/route.d.ts +1 -0
  330. package/dist/utils/draw-relationship/sort.d.ts +1 -0
  331. package/dist/utils/draw-relationship/stub.d.ts +1 -0
  332. package/dist/utils/emitter.d.ts +1 -0
  333. package/dist/utils/file/exportFile.d.ts +5 -4
  334. package/dist/utils/file/importFile.d.ts +1 -0
  335. package/dist/utils/flipAnimation.d.ts +1 -0
  336. package/dist/utils/focus.d.ts +1 -0
  337. package/dist/utils/generator-code/aml.d.ts +1 -0
  338. package/dist/utils/generator-code/csharp.d.ts +1 -0
  339. package/dist/utils/generator-code/dbml.d.ts +1 -0
  340. package/dist/utils/generator-code/drizzle.d.ts +1 -0
  341. package/dist/utils/generator-code/go.d.ts +1 -0
  342. package/dist/utils/generator-code/graphql.d.ts +1 -0
  343. package/dist/utils/generator-code/index.d.ts +1 -0
  344. package/dist/utils/generator-code/java.d.ts +1 -0
  345. package/dist/utils/generator-code/jpa.d.ts +1 -0
  346. package/dist/utils/generator-code/kotlin.d.ts +1 -0
  347. package/dist/utils/generator-code/scala.d.ts +1 -0
  348. package/dist/utils/generator-code/sequelize.d.ts +1 -0
  349. package/dist/utils/generator-code/sqlalchemy.d.ts +1 -0
  350. package/dist/utils/generator-code/typeorm.d.ts +1 -0
  351. package/dist/utils/generator-code/typescript.d.ts +1 -0
  352. package/dist/utils/generator-code/utils.d.ts +1 -0
  353. package/dist/utils/globalEmitter.d.ts +1 -0
  354. package/dist/utils/globalEventObservable.d.ts +1 -0
  355. package/dist/utils/icon.d.ts +1 -0
  356. package/dist/utils/index.d.ts +2 -1
  357. package/dist/utils/internalEvents.d.ts +1 -0
  358. package/dist/utils/keyboard-shortcut/index.d.ts +10 -1
  359. package/dist/utils/keyboard-shortcut/utils.d.ts +1 -0
  360. package/dist/utils/promise.d.ts +1 -0
  361. package/dist/utils/rx-operators/fromCopy.d.ts +1 -0
  362. package/dist/utils/rx-operators/fromDraggable.d.ts +1 -0
  363. package/dist/utils/rx-operators/fromPaste.d.ts +1 -0
  364. package/dist/utils/rx-operators/fromShadowDraggable.d.ts +1 -0
  365. package/dist/utils/rx-operators/takeUnsubscribe.d.ts +1 -0
  366. package/dist/utils/safeCallback.d.ts +5 -0
  367. package/dist/utils/schema-aml-parser/convert.d.ts +1 -0
  368. package/dist/utils/schema-aml-parser/dataType.d.ts +1 -0
  369. package/dist/utils/schema-aml-parser/index.d.ts +1 -0
  370. package/dist/utils/schema-aml-parser/parser.d.ts +1 -0
  371. package/dist/utils/schema-aml-parser/tokenizer.d.ts +1 -0
  372. package/dist/utils/schema-aml-parser/types.d.ts +1 -0
  373. package/dist/utils/schema-dbml-parser/convert.d.ts +1 -0
  374. package/dist/utils/schema-dbml-parser/dataType.d.ts +1 -0
  375. package/dist/utils/schema-dbml-parser/index.d.ts +1 -0
  376. package/dist/utils/schema-dbml-parser/parser.d.ts +1 -0
  377. package/dist/utils/schema-dbml-parser/tokenizer.d.ts +1 -0
  378. package/dist/utils/schema-dbml-parser/types.d.ts +1 -0
  379. package/dist/utils/schema-graphql-parser/convert.d.ts +1 -0
  380. package/dist/utils/schema-graphql-parser/dataType.d.ts +1 -0
  381. package/dist/utils/schema-graphql-parser/index.d.ts +1 -0
  382. package/dist/utils/schema-graphql-parser/parser.d.ts +1 -0
  383. package/dist/utils/schema-graphql-parser/types.d.ts +1 -0
  384. package/dist/utils/schema-sql/Databricks.d.ts +1 -0
  385. package/dist/utils/schema-sql/MSSQL.d.ts +1 -0
  386. package/dist/utils/schema-sql/MariaDB.d.ts +1 -0
  387. package/dist/utils/schema-sql/MySQL.d.ts +1 -0
  388. package/dist/utils/schema-sql/Oracle.d.ts +1 -0
  389. package/dist/utils/schema-sql/PostgreSQL.d.ts +1 -0
  390. package/dist/utils/schema-sql/SQLite.d.ts +1 -0
  391. package/dist/utils/schema-sql/Snowflake.d.ts +1 -0
  392. package/dist/utils/schema-sql/index.d.ts +1 -0
  393. package/dist/utils/schema-sql/utils.d.ts +1 -0
  394. package/dist/utils/schema-sql-parser/index.d.ts +1 -0
  395. package/dist/utils/schema-sql-parser/utils.d.ts +1 -0
  396. package/dist/utils/sharedColor.d.ts +1 -0
  397. package/dist/utils/table-clipboard/copy.d.ts +15 -2
  398. package/dist/utils/table-clipboard/index.d.ts +1 -0
  399. package/dist/utils/table-clipboard/paste.d.ts +1 -0
  400. package/dist/utils/table-clipboard/payload.d.ts +30 -1
  401. package/dist/utils/table-clipboard/placement.d.ts +1 -0
  402. package/dist/utils/text.d.ts +1 -0
  403. package/dist/utils/validation.d.ts +2 -1
  404. package/dist/workers/exportPng.shared-worker.js +54 -0
  405. package/dist/workers/schemaGC.shared-worker.js +1 -0
  406. package/dist/workers/spawn.d.ts +8 -0
  407. package/dist/workers/spawn.inline.d.ts +8 -0
  408. package/package.json +52 -51
  409. package/dist/components/erd/hide-sign/HideSign.d.ts +0 -6
  410. package/dist/components/erd/hide-sign/HideSign.styles.d.ts +0 -1
  411. package/dist/components/erd/hide-sign/hideSignBounds.d.ts +0 -9
  412. package/dist/components/erd-editor/ErdEditor.stories.d.ts +0 -17
  413. package/dist/components/primitives/button/Button.stories.d.ts +0 -26
  414. package/dist/components/primitives/code-block/CodeBlock.stories.d.ts +0 -25
  415. package/dist/components/primitives/color-picker/ColorPicker.stories.d.ts +0 -26
  416. package/dist/components/primitives/context-menu/ContextMenu.stories.d.ts +0 -16
  417. package/dist/components/primitives/edit-input/EditInput.stories.d.ts +0 -36
  418. package/dist/components/primitives/highlighted-text/HighlightedText.stories.d.ts +0 -23
  419. package/dist/components/primitives/icon/Icon.stories.d.ts +0 -10
  420. package/dist/components/primitives/kbd/Kbd.stories.d.ts +0 -17
  421. package/dist/components/primitives/sash/Sash.stories.d.ts +0 -30
  422. package/dist/components/primitives/separator/Separator.stories.d.ts +0 -25
  423. package/dist/components/primitives/slider/Slider.stories.d.ts +0 -23
  424. package/dist/components/primitives/switch/Switch.stories.d.ts +0 -21
  425. package/dist/components/primitives/text-input/TextInput.stories.d.ts +0 -41
  426. package/dist/components/primitives/toast/Toast.stories.d.ts +0 -33
  427. package/dist/engine.js +0 -42
  428. package/dist/erd-editor.js +0 -41824
  429. package/dist/schemaGCService-DrlqIen8.js +0 -17549
  430. package/dist/themes/textColor.d.ts +0 -2
@@ -29,3 +29,4 @@ export type ActionMap = {
29
29
  };
30
30
  };
31
31
  export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
32
+ //# sourceMappingURL=actions.d.ts.map
@@ -99,3 +99,4 @@ export declare const actions: {
99
99
  type: string;
100
100
  };
101
101
  };
102
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -5,3 +5,4 @@ export declare const actions$: {
5
5
  addIndexAction$: (tableId: string) => GeneratorAction;
6
6
  changeIndexUniqueAction$: (indexId: string) => GeneratorAction;
7
7
  };
8
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -5,3 +5,4 @@ export declare const indexPushUndoHistoryMap: {
5
5
  "index.changeName": PushUndoHistory;
6
6
  "index.changeUnique": PushUndoHistory;
7
7
  };
8
+ //# sourceMappingURL=history.d.ts.map
@@ -35,3 +35,4 @@ export type ActionMap = {
35
35
  };
36
36
  };
37
37
  export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
38
+ //# sourceMappingURL=actions.d.ts.map
@@ -123,3 +123,4 @@ export declare const actions: {
123
123
  type: string;
124
124
  };
125
125
  };
126
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -9,3 +9,4 @@ export declare const actions$: {
9
9
  changeIndexColumnOrderTypeAction$: (indexColumnId: string) => GeneratorAction;
10
10
  moveIndexColumnAction$: (indexColumnId: string, targetId: string) => GeneratorAction;
11
11
  };
12
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -5,3 +5,4 @@ export declare const indexColumnPushUndoHistoryMap: {
5
5
  "indexColumn.move": PushUndoHistory;
6
6
  "indexColumn.changeOrderType": PushUndoHistory;
7
7
  };
8
+ //# sourceMappingURL=history.d.ts.map
@@ -60,3 +60,4 @@ export type ActionMap = {
60
60
  };
61
61
  };
62
62
  export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
63
+ //# sourceMappingURL=actions.d.ts.map
@@ -235,3 +235,4 @@ export declare const actions: {
235
235
  type: string;
236
236
  };
237
237
  };
238
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -7,3 +7,4 @@ export declare const actions$: {
7
7
  removeMemoAction$: (id?: string) => GeneratorAction;
8
8
  selectMemoAction$: (id: string, $mod: boolean) => GeneratorAction;
9
9
  };
10
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -10,3 +10,4 @@ export declare const memoPushStreamHistoryMap: {
10
10
  "memo.changeColor": PushStreamHistory;
11
11
  "memo.resize": PushStreamHistory;
12
12
  };
13
+ //# sourceMappingURL=history.d.ts.map
@@ -29,3 +29,4 @@ type RelationshipPoint = {
29
29
  columnIds: string[];
30
30
  };
31
31
  export {};
32
+ //# sourceMappingURL=actions.d.ts.map
@@ -100,3 +100,4 @@ export declare const actions: {
100
100
  type: string;
101
101
  };
102
102
  };
103
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -1 +1,2 @@
1
1
  export declare const actions$: {};
2
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -4,3 +4,4 @@ export declare const relationshipPushUndoHistoryMap: {
4
4
  "relationship.remove": PushUndoHistory;
5
5
  "relationship.changeType": PushUndoHistory;
6
6
  };
7
+ //# sourceMappingURL=history.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import { Hook } from '../../hooks';
2
2
  export declare const hooks: Hook[];
3
+ //# sourceMappingURL=hooks.d.ts.map
@@ -4,7 +4,6 @@ import { RootState } from '../../state';
4
4
  import { ValuesType } from '../../../internal-types';
5
5
  export declare const ActionType: {
6
6
  readonly changeDatabaseName: "settings.changeDatabaseName";
7
- readonly resize: "settings.resize";
8
7
  readonly changeZoomLevel: "settings.changeZoomLevel";
9
8
  readonly streamZoomLevel: "settings.streamZoomLevel";
10
9
  readonly scrollTo: "settings.scrollTo";
@@ -27,10 +26,6 @@ export type ActionMap = {
27
26
  [ActionType.changeDatabaseName]: {
28
27
  value: string;
29
28
  };
30
- [ActionType.resize]: {
31
- width: number;
32
- height: number;
33
- };
34
29
  [ActionType.changeZoomLevel]: {
35
30
  value: number;
36
31
  };
@@ -38,8 +33,8 @@ export type ActionMap = {
38
33
  value: number;
39
34
  };
40
35
  [ActionType.scrollTo]: {
41
- scrollTop: number;
42
- scrollLeft: number;
36
+ originX: number;
37
+ originY: number;
43
38
  };
44
39
  [ActionType.streamScrollTo]: {
45
40
  movementX: number;
@@ -86,3 +81,4 @@ export type ActionMap = {
86
81
  };
87
82
  };
88
83
  export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
84
+ //# sourceMappingURL=actions.d.ts.map
@@ -1,6 +1,9 @@
1
1
  import { Viewport } from '../editor/state';
2
- import { Settings } from '../../../internal-types';
3
- import { ReducerType } from './actions';
2
+ import { RootState } from '../../state';
3
+ import { Point } from '../../../internal-types';
4
+ import { ActionMap, ActionType, ReducerType } from './actions';
5
+ import { ScrollRange } from './scrollRange';
6
+ export type { ScrollRange } from './scrollRange';
4
7
  export declare const changeDatabaseNameAction: {
5
8
  (payload: {
6
9
  value: string;
@@ -10,17 +13,6 @@ export declare const changeDatabaseNameAction: {
10
13
  toString(): string;
11
14
  type: string;
12
15
  };
13
- export declare const resizeAction: {
14
- (payload: {
15
- width: number;
16
- height: number;
17
- }): import('@dineug/r-html').AnyAction<{
18
- width: number;
19
- height: number;
20
- }>;
21
- toString(): string;
22
- type: string;
23
- };
24
16
  export declare const changeZoomLevelAction: {
25
17
  (payload: {
26
18
  value: number;
@@ -39,35 +31,44 @@ export declare const streamZoomLevelAction: {
39
31
  toString(): string;
40
32
  type: string;
41
33
  };
42
- /** How far the scroll may travel on one axis, measured in screen pixels. */
43
- export type ScrollRange = {
44
- min: number;
45
- max: number;
46
- };
47
34
  export type ScrollRanges = {
48
35
  left: ScrollRange;
49
36
  top: ScrollRange;
50
37
  };
51
- /** The canvas box and the zoom that draws it, which is all a range needs. */
52
- export type ScrollTransform = Pick<Settings, 'width' | 'height' | 'zoomLevel'>;
38
+ /** Whether the host has measured a screen; a hidden one and a headless replica report none. */
39
+ export declare const hasViewport: ({ width, height }: Viewport) => boolean;
53
40
  /**
54
- * How far the scroll may travel on each axis. A scene layer sits at the scroll
55
- * plus the zoom viewport offset, so magnifying reaches further both ways, while
56
- * shrinking closes the travel in by the zoom instead of leaving the box's own.
41
+ * The travel the content alone allows on each axis: from the content's far
42
+ * edge meeting the near edge of the screen to its near edge meeting the far
43
+ * one. An empty document and an unmeasured screen have no travel to offer.
57
44
  */
58
- export declare function getScrollRanges(settings: ScrollTransform, viewport: Viewport): ScrollRanges;
59
- /** The clamps every reducer that writes a scroll offset shares. */
60
- export declare function createScrollInRange(settings: ScrollTransform, viewport: Viewport): {
61
- scrollLeftInRange: (num: number) => number;
62
- scrollTopInRange: (num: number) => number;
63
- };
45
+ export declare function getContentScrollRanges(state: RootState): ScrollRanges;
46
+ /**
47
+ * The origin a load settles on: kept where the file put it while any of the
48
+ * content is drawn there, else pulled to where a screen's worth of it, or all
49
+ * of it, is. An empty document and an unmeasured screen leave it as it is.
50
+ */
51
+ export declare function getOpeningOrigin(state: RootState): Point;
52
+ /**
53
+ * The travel every aid is drawn from and the two drags are gated by: the
54
+ * content's own range widened to hold the origin where it stands and, while a
55
+ * drag holds the view, the origin it started from, so it never shifts under the drag.
56
+ */
57
+ export declare function getScrollRanges(state: RootState): ScrollRanges;
58
+ export type ScrollMovement = ActionMap[typeof ActionType.streamScrollTo];
59
+ /**
60
+ * The step of a thumb or handle drag cut to the hull it is drawn over, so the
61
+ * origin lands on the end of the travel rather than a step past it. An
62
+ * unmeasured screen has no travel to cut against and hands the step back as it is.
63
+ */
64
+ export declare function clampScrollMovement(state: RootState, { movementX, movementY }: ScrollMovement): ScrollMovement;
64
65
  export declare const scrollToAction: {
65
66
  (payload: {
66
- scrollTop: number;
67
- scrollLeft: number;
67
+ originX: number;
68
+ originY: number;
68
69
  }): import('@dineug/r-html').AnyAction<{
69
- scrollTop: number;
70
- scrollLeft: number;
70
+ originX: number;
71
+ originY: number;
71
72
  }>;
72
73
  toString(): string;
73
74
  type: string;
@@ -199,7 +200,6 @@ export declare const changeIgnoreSaveSettingsAction: {
199
200
  };
200
201
  export declare const settingsReducers: {
201
202
  "settings.changeDatabaseName": ReducerType<"settings.changeDatabaseName">;
202
- "settings.resize": ReducerType<"settings.resize">;
203
203
  "settings.changeZoomLevel": ReducerType<"settings.changeZoomLevel">;
204
204
  "settings.streamZoomLevel": ReducerType<"settings.streamZoomLevel">;
205
205
  "settings.scrollTo": ReducerType<"settings.scrollTo">;
@@ -227,17 +227,6 @@ export declare const actions: {
227
227
  toString(): string;
228
228
  type: string;
229
229
  };
230
- resizeAction: {
231
- (payload: {
232
- width: number;
233
- height: number;
234
- }): import('@dineug/r-html').AnyAction<{
235
- width: number;
236
- height: number;
237
- }>;
238
- toString(): string;
239
- type: string;
240
- };
241
230
  changeZoomLevelAction: {
242
231
  (payload: {
243
232
  value: number;
@@ -258,11 +247,11 @@ export declare const actions: {
258
247
  };
259
248
  scrollToAction: {
260
249
  (payload: {
261
- scrollTop: number;
262
- scrollLeft: number;
250
+ originX: number;
251
+ originY: number;
263
252
  }): import('@dineug/r-html').AnyAction<{
264
- scrollTop: number;
265
- scrollLeft: number;
253
+ originX: number;
254
+ originY: number;
266
255
  }>;
267
256
  toString(): string;
268
257
  type: string;
@@ -393,3 +382,4 @@ export declare const actions: {
393
382
  type: string;
394
383
  };
395
384
  };
385
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -5,3 +5,4 @@ export declare const actions$: {
5
5
  changeZoomLevelAction$: (value: number) => GeneratorAction;
6
6
  streamZoomLevelAction$: (value: number) => GeneratorAction;
7
7
  };
8
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -1,6 +1,5 @@
1
1
  import { PushStreamHistory, PushUndoHistory } from '../../history.actions';
2
2
  export declare const settingsPushUndoHistoryMap: {
3
- "settings.resize": PushUndoHistory;
4
3
  "settings.scrollTo": PushUndoHistory;
5
4
  "settings.changeShow": PushUndoHistory;
6
5
  "settings.changeZoomLevel": PushUndoHistory;
@@ -9,3 +8,4 @@ export declare const settingsPushStreamHistoryMap: {
9
8
  "settings.streamScrollTo": PushStreamHistory;
10
9
  "settings.streamZoomLevel": PushStreamHistory;
11
10
  };
11
+ //# sourceMappingURL=history.d.ts.map
@@ -0,0 +1,18 @@
1
+ /** How far the origin may travel on one axis, measured in screen pixels. */
2
+ export type ScrollRange = {
3
+ min: number;
4
+ max: number;
5
+ };
6
+ /**
7
+ * One axis of travel over content spanning near to far in scene units: at the
8
+ * minimum the content's far edge meets the screen's near edge, at the maximum
9
+ * its near edge meets the screen's far edge. A leaf, so the bench can import it.
10
+ */
11
+ export declare function contentScrollRange(near: number, far: number, viewportLength: number, zoomLevel: number): ScrollRange;
12
+ /**
13
+ * Where a loaded origin settles on one axis: kept while it draws any of the
14
+ * content, which is strictly inside the pure range, else pulled to the nearest
15
+ * origin drawing all of it, or a screen's worth of it when it does not fit.
16
+ */
17
+ export declare function openingOrigin(origin: number, near: number, far: number, viewportLength: number, zoomLevel: number): number;
18
+ //# sourceMappingURL=scrollRange.d.ts.map
@@ -56,3 +56,4 @@ type ChangeTableValuePayload = {
56
56
  value: string;
57
57
  };
58
58
  export {};
59
+ //# sourceMappingURL=actions.d.ts.map
@@ -226,3 +226,4 @@ export declare const actions: {
226
226
  type: string;
227
227
  };
228
228
  };
229
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -10,3 +10,4 @@ export declare const actions$: {
10
10
  selectTableAction$: (id: string, $mod: boolean) => GeneratorAction;
11
11
  pasteTableAction$: (columns: Column[]) => GeneratorAction;
12
12
  };
13
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -11,3 +11,4 @@ export declare const tablePushStreamHistoryMap: {
11
11
  "table.move": PushStreamHistory;
12
12
  "table.changeColor": PushStreamHistory;
13
13
  };
14
+ //# sourceMappingURL=history.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import { Hook } from '../../hooks';
2
2
  export declare const hooks: Hook[];
3
+ //# sourceMappingURL=hooks.d.ts.map
@@ -51,3 +51,4 @@ type ChangeColumnOptionPayload = {
51
51
  value: boolean;
52
52
  };
53
53
  export {};
54
+ //# sourceMappingURL=actions.d.ts.map
@@ -228,3 +228,4 @@ export declare const actions: {
228
228
  type: string;
229
229
  };
230
230
  };
231
+ //# sourceMappingURL=atom.actions.d.ts.map
@@ -17,3 +17,4 @@ export declare const actions$: {
17
17
  changeColumnValueAction$: (focusType: FocusType, tableId: string, columnId: string, value: string) => GeneratorAction;
18
18
  changeColumnPrimaryKeyAction$: (tableId: string, columnId: string) => GeneratorAction;
19
19
  };
20
+ //# sourceMappingURL=generator.actions.d.ts.map
@@ -12,3 +12,4 @@ export declare const tableColumnPushUndoHistoryMap: {
12
12
  "column.changeUnique": PushUndoHistory;
13
13
  "column.move": PushUndoHistory;
14
14
  };
15
+ //# sourceMappingURL=history.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import { Hook } from '../../hooks';
2
2
  export declare const hooks: Hook[];
3
+ //# sourceMappingURL=hooks.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { ChangeColumnValuePayload } from '../actions';
2
2
  import { RootState } from '../../../state';
3
3
  export declare function getDataTypeSyncColumns(stack: ChangeColumnValuePayload[], state: RootState, payload: ChangeColumnValuePayload, payloads?: ChangeColumnValuePayload[]): ChangeColumnValuePayload[];
4
+ //# sourceMappingURL=dataType.d.ts.map
@@ -21,3 +21,4 @@ export type ReplicationStore = {
21
21
  };
22
22
  export declare function createReplicationStore(context: InjectEngineContext): ReplicationStore;
23
23
  export {};
24
+ //# sourceMappingURL=replication-store.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  import { Observable } from 'rxjs';
3
3
  export declare const actionsFilter: (actionTypes: Array<string> | ReadonlyArray<string>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
4
+ //# sourceMappingURL=actionsFilter.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  import { Observable } from 'rxjs';
3
3
  export declare const bufferCircuitBreaker: (openingNotifier$: Observable<any>, closingNotifier$: Observable<any>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
4
+ //# sourceMappingURL=bufferCircuitBreaker.d.ts.map
@@ -3,3 +3,4 @@ import { MonoTypeOperatorFunction, Observable } from 'rxjs';
3
3
  type Regroup = [string, Array<string> | ReadonlyArray<string>];
4
4
  export declare const groupByStreamActions: (streamActionTypes: Array<string> | ReadonlyArray<string>, regroups?: Regroup[], bufferClosingNotifierOperator?: MonoTypeOperatorFunction<Array<AnyAction>>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
5
5
  export {};
6
+ //# sourceMappingURL=groupByStreamActions.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  import { Observable } from 'rxjs';
3
3
  export declare const ignoreTagFilter: (tags: number[]) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
4
+ //# sourceMappingURL=ignoreTagFilter.d.ts.map
@@ -4,3 +4,4 @@ export * from './groupByStreamActions';
4
4
  export * from './ignoreTagFilter';
5
5
  export * from './notEmptyActions';
6
6
  export * from './sharedStreamActionsCompressor';
7
+ //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,3 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  export declare const notEmptyActions: import('rxjs').MonoTypeOperatorFunction<AnyAction[]>;
3
+ //# sourceMappingURL=notEmptyActions.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  import { Observable } from 'rxjs';
3
3
  export declare const readonlyIgnoreFilter: (getReadonly: () => boolean, passTags?: number[]) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
4
+ //# sourceMappingURL=readonlyIgnoreFilter.d.ts.map
@@ -1,3 +1,4 @@
1
1
  import { AnyAction } from '@dineug/r-html';
2
2
  import { Observable } from 'rxjs';
3
3
  export declare const sharedStreamActionsCompressor: (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
4
+ //# sourceMappingURL=sharedStreamActionsCompressor.d.ts.map
@@ -15,3 +15,4 @@ export type RxStoreOptions = {
15
15
  };
16
16
  export declare const HISTORY_LIMIT = 2048;
17
17
  export declare function createRxStore(context: EngineContext, { getReadonly, getHistory }?: RxStoreOptions): RxStore;
18
+ //# sourceMappingURL=rx-store.d.ts.map
@@ -13,3 +13,4 @@ export type SharedStoreConfig = {
13
13
  getNickname?: () => string;
14
14
  };
15
15
  export declare function createSharedStore(store: RxStore, config?: SharedStoreConfig): SharedStore;
16
+ //# sourceMappingURL=shared-store.d.ts.map
@@ -4,3 +4,4 @@ export type RootState = ERDEditorSchemaV3 & {
4
4
  editor: Editor;
5
5
  lww: LWW;
6
6
  };
7
+ //# sourceMappingURL=state.d.ts.map
@@ -2,3 +2,4 @@ import { Store } from './store';
2
2
  export declare function createHooks(store: Store): {
3
3
  destroy: () => void;
4
4
  };
5
+ //# sourceMappingURL=store-hooks.d.ts.map
@@ -3,3 +3,4 @@ import { EngineContext } from './context';
3
3
  import { RootState } from './state';
4
4
  export type Store = StoreType<RootState, EngineContext>;
5
5
  export declare function createStore(context: EngineContext, enableObservable?: boolean): Store;
6
+ //# sourceMappingURL=store.d.ts.map
@@ -8,3 +8,4 @@ export declare const Tag: {
8
8
  export declare function attachActionTag(tag: number, action: AnyAction): AnyAction;
9
9
  export declare function attachActionsTag(tag: number, actions: AnyAction[]): AnyAction[];
10
10
  export declare const attachChangeOnlyTag$: (...compositionActions: CompositionActions) => GeneratorAction;
11
+ //# sourceMappingURL=tag.d.ts.map