@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.
- package/README.md +41 -10
- package/dist/components/appContext.d.ts +1 -0
- package/dist/components/customElementRegistry.d.ts +1 -0
- package/dist/components/erd/Erd.d.ts +1 -0
- package/dist/components/erd/Erd.styles.d.ts +1 -0
- package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.d.ts +16 -0
- package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.styles.d.ts +1 -0
- package/dist/components/erd/automatic-table-placement/createAutomaticTablePlacement.d.ts +1 -0
- package/dist/components/erd/canvas/Canvas.d.ts +1 -0
- package/dist/components/erd/canvas/Canvas.styles.d.ts +9 -8
- package/dist/components/erd/canvas/CanvasScene.d.ts +1 -0
- package/dist/components/erd/canvas/EditOverlay.d.ts +1 -0
- package/dist/components/erd/canvas/EditOverlay.styles.d.ts +1 -0
- package/dist/components/erd/canvas/SceneIcon.template.d.ts +1 -0
- package/dist/components/erd/canvas/altDragDuplicate.d.ts +1 -0
- package/dist/components/erd/canvas/drag-select/DragSelect.d.ts +1 -0
- package/dist/components/erd/canvas/draw-relationship/DrawRelationship.d.ts +1 -0
- package/dist/components/erd/canvas/duplicate-ghost/DuplicateGhost.d.ts +1 -0
- package/dist/components/erd/canvas/entityDrag.d.ts +6 -3
- package/dist/components/erd/canvas/high-level-table/HighLevelTable.d.ts +1 -0
- package/dist/components/erd/canvas/memo/Memo.d.ts +1 -0
- package/dist/components/erd/canvas/memo/memo-sash/MemoSash.d.ts +1 -0
- package/dist/components/erd/canvas/memo/memoCaret.d.ts +1 -0
- package/dist/components/erd/canvas/memo/memoScroll.d.ts +1 -0
- package/dist/components/erd/canvas/memo/memoText.d.ts +1 -0
- package/dist/components/erd/canvas/memo/useMoveMemo.d.ts +1 -0
- package/dist/components/erd/canvas/relationship-group/RelationshipGroup.d.ts +1 -0
- package/dist/components/erd/canvas/relationship-group/relationship/Relationship.d.ts +1 -0
- package/dist/components/erd/canvas/relationship-group/relationship/Relationship.template.d.ts +1 -0
- package/dist/components/erd/canvas/sceneHit.d.ts +1 -0
- package/dist/components/erd/canvas/sceneKind.d.ts +1 -0
- package/dist/components/erd/canvas/sceneRetention.d.ts +1 -0
- package/dist/components/erd/canvas/sceneTokens.d.ts +1 -0
- package/dist/components/erd/canvas/shared-drag-select/SharedDragSelect.d.ts +1 -0
- package/dist/components/erd/canvas/shared-mouse-tracker/SharedMouseTracker.d.ts +1 -0
- package/dist/components/erd/canvas/shared-mouse-tracker/shared-mouse-cursor/SharedMouseCursor.d.ts +1 -0
- package/dist/components/erd/canvas/table/Table.d.ts +1 -0
- package/dist/components/erd/canvas/table/cellLayout.d.ts +1 -0
- package/dist/components/erd/canvas/table/column/Column.d.ts +1 -0
- package/dist/components/erd/canvas/table/doubleClick.d.ts +1 -0
- package/dist/components/erd/canvas/table/useFocusTable.d.ts +1 -0
- package/dist/components/erd/canvas/table/useMoveTable.d.ts +1 -0
- package/dist/components/erd/canvas/table/useSharedFocusTable.d.ts +1 -0
- package/dist/components/erd/canvas/useMoveEntity.d.ts +1 -0
- package/dist/components/erd/canvas/useSharedSelectEntity.d.ts +1 -0
- package/dist/components/erd/content-compass/ContentCompass.d.ts +10 -0
- package/dist/components/erd/content-compass/ContentCompass.styles.d.ts +3 -0
- package/dist/components/erd/content-compass/compassGeometry.d.ts +24 -0
- package/dist/components/erd/diff-viewer/DiffViewer.d.ts +1 -0
- package/dist/components/erd/diff-viewer/DiffViewer.styles.d.ts +1 -0
- package/dist/components/erd/diff-viewer/diff.d.ts +1 -0
- package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.d.ts +1 -0
- package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.styles.d.ts +1 -0
- package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.d.ts +1 -0
- package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.styles.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/ErdContextMenu.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/databaseMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/drawRelationshipMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/exportMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/importMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/relationshipMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/showMenus.d.ts +1 -0
- package/dist/components/erd/erdShortcutPerformCheck.d.ts +1 -0
- package/dist/components/erd/floating-toolbar/FloatingToolbar.d.ts +10 -0
- package/dist/components/erd/floating-toolbar/FloatingToolbar.styles.d.ts +4 -0
- package/dist/components/erd/hitTest.d.ts +1 -0
- package/dist/components/erd/minimap/Minimap.d.ts +1 -0
- package/dist/components/erd/minimap/Minimap.styles.d.ts +1 -0
- package/dist/components/erd/minimap/MinimapScene.d.ts +1 -0
- package/dist/components/erd/minimap/memo/Memo.d.ts +6 -3
- package/dist/components/erd/minimap/minimapGeometry.d.ts +82 -34
- package/dist/components/erd/minimap/table/Table.d.ts +6 -3
- package/dist/components/erd/minimap/useMinimapScroll.d.ts +1 -0
- package/dist/components/erd/minimap/viewport/Viewport.d.ts +1 -0
- package/dist/components/erd/minimap/viewport/Viewport.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/TableProperties.d.ts +1 -0
- package/dist/components/erd/table-properties/TableProperties.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/TablePropertiesIndexes.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/TablePropertiesIndexes.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.styles.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.d.ts +1 -0
- package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.styles.d.ts +1 -0
- package/dist/components/erd/time-travel/TimeTravel.d.ts +1 -0
- package/dist/components/erd/time-travel/TimeTravel.styles.d.ts +1 -0
- package/dist/components/erd/useErdShortcut.d.ts +1 -0
- package/dist/components/erd/virtual-scroll/VirtualScroll.d.ts +1 -0
- package/dist/components/erd/virtual-scroll/VirtualScroll.styles.d.ts +1 -0
- package/dist/components/erd/virtual-scroll/useVirtualScroll.d.ts +13 -6
- package/dist/components/erd-editor/ErdEditor.d.ts +2 -1
- package/dist/components/erd-editor/ErdEditor.styles.d.ts +1 -0
- package/dist/components/erd-editor/useErdEditorAttachElement.d.ts +1 -0
- package/dist/components/generator-code/GeneratorCode.d.ts +1 -0
- package/dist/components/generator-code/GeneratorCode.styles.d.ts +1 -0
- package/dist/components/generator-code/generator-code-context-menu/GeneratorCodeContextMenu.d.ts +1 -0
- package/dist/components/generator-code/generator-code-context-menu/menus/columnNameCaseMenus.d.ts +1 -0
- package/dist/components/generator-code/generator-code-context-menu/menus/languageMenus.d.ts +1 -0
- package/dist/components/generator-code/generator-code-context-menu/menus/tableNameCaseMenus.d.ts +1 -0
- package/dist/components/global-styles/GlobalStyles.d.ts +1 -0
- package/dist/components/primitives/button/Button.d.ts +1 -0
- package/dist/components/primitives/button/Button.styles.d.ts +1 -0
- package/dist/components/primitives/code-block/CodeBlock.d.ts +1 -0
- package/dist/components/primitives/code-block/CodeBlock.styles.d.ts +1 -0
- package/dist/components/primitives/color-picker/ColorPicker.d.ts +1 -0
- package/dist/components/primitives/color-picker/ColorPicker.styles.d.ts +1 -0
- package/dist/components/primitives/context-menu/ContextMenu.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-content/ContextMenuContent.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-content/ContextMenuContent.styles.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-item/ContextMenuItem.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-item/ContextMenuItem.styles.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-root/ContextMenuRoot.d.ts +1 -0
- package/dist/components/primitives/context-menu/context-menu-root/contextMenuRootContext.d.ts +1 -0
- package/dist/components/primitives/context-menu/menu/Menu.d.ts +1 -0
- package/dist/components/primitives/context-menu/menu/Menu.styles.d.ts +1 -0
- package/dist/components/primitives/edit-input/EditInput.d.ts +1 -0
- package/dist/components/primitives/edit-input/EditInput.styles.d.ts +1 -0
- package/dist/components/primitives/highlighted-text/HighlightedText.d.ts +1 -0
- package/dist/components/primitives/highlighted-text/HighlightedText.styles.d.ts +1 -0
- package/dist/components/primitives/icon/Icon.d.ts +1 -0
- package/dist/components/primitives/icon/Icon.styles.d.ts +1 -0
- package/dist/components/primitives/icon/icons.d.ts +5 -1
- package/dist/components/primitives/kbd/Kbd.d.ts +1 -0
- package/dist/components/primitives/kbd/Kbd.styles.d.ts +1 -0
- package/dist/components/primitives/sash/Sash.d.ts +1 -0
- package/dist/components/primitives/sash/Sash.styles.d.ts +1 -0
- package/dist/components/primitives/separator/Separator.d.ts +1 -0
- package/dist/components/primitives/separator/Separator.styles.d.ts +1 -0
- package/dist/components/primitives/slider/Slider.d.ts +1 -0
- package/dist/components/primitives/slider/Slider.styles.d.ts +1 -0
- package/dist/components/primitives/switch/Switch.d.ts +1 -0
- package/dist/components/primitives/switch/Switch.styles.d.ts +1 -0
- package/dist/components/primitives/text-input/TextInput.d.ts +1 -0
- package/dist/components/primitives/toast/Toast.d.ts +1 -0
- package/dist/components/primitives/toast/Toast.styles.d.ts +1 -0
- package/dist/components/quick-search/QuickSearch.d.ts +1 -0
- package/dist/components/quick-search/QuickSearch.styles.d.ts +1 -0
- package/dist/components/quick-search/actions.d.ts +1 -0
- package/dist/components/schema-sql/SchemaSQL.d.ts +1 -0
- package/dist/components/schema-sql/SchemaSQL.styles.d.ts +1 -0
- package/dist/components/schema-sql/schema-sql-context-menu/SchemaSQLContextMenu.d.ts +1 -0
- package/dist/components/schema-sql/schema-sql-context-menu/menus/bracketMenus.d.ts +1 -0
- package/dist/components/settings/Settings.d.ts +1 -0
- package/dist/components/settings/Settings.styles.d.ts +1 -0
- package/dist/components/settings/settings-lnb/SettingsLnb.d.ts +1 -0
- package/dist/components/settings/settings-lnb/SettingsLnb.styles.d.ts +1 -0
- package/dist/components/settings/shortcuts/Shortcuts.d.ts +1 -0
- package/dist/components/settings/shortcuts/Shortcuts.styles.d.ts +1 -0
- package/dist/components/table-view/Table.styles.d.ts +1 -0
- package/dist/components/table-view/column/Column.styles.d.ts +1 -0
- package/dist/components/table-view/column/column-data-type/ColumnDataType.d.ts +1 -0
- package/dist/components/table-view/column/column-data-type/ColumnDataType.styles.d.ts +1 -0
- package/dist/components/table-view/column/column-key/ColumnKey.d.ts +1 -0
- package/dist/components/table-view/column/column-key/ColumnKey.styles.d.ts +1 -0
- package/dist/components/table-view/column/column-not-null/ColumnNotNull.d.ts +1 -0
- package/dist/components/table-view/column/column-not-null/ColumnNotNull.styles.d.ts +1 -0
- package/dist/components/table-view/column/column-option/ColumnOption.d.ts +1 -0
- package/dist/components/table-view/column/column-option/ColumnOption.styles.d.ts +1 -0
- package/dist/components/table-view/column/useColumnCell.d.ts +1 -0
- package/dist/components/theme/Theme.d.ts +1 -0
- package/dist/components/theme-builder/ThemeBuilder.d.ts +1 -0
- package/dist/components/theme-builder/ThemeBuilder.styles.d.ts +1 -0
- package/dist/components/themeContext.d.ts +1 -0
- package/dist/components/toast-container/ToastContainer.d.ts +1 -0
- package/dist/components/toast-container/ToastContainer.styles.d.ts +1 -0
- package/dist/components/toast-container/openToastWhileRunning.d.ts +1 -0
- package/dist/components/toolbar/Toolbar.d.ts +1 -0
- package/dist/components/toolbar/Toolbar.styles.d.ts +1 -0
- package/dist/components/visualization/Visualization.d.ts +1 -0
- package/dist/components/visualization/Visualization.styles.d.ts +1 -0
- package/dist/components/visualization/VisualizationScene.d.ts +1 -0
- package/dist/components/visualization/createVisualization.d.ts +1 -0
- package/dist/components/visualization/graph-node/GraphNode.d.ts +1 -0
- package/dist/components/visualization/table/Table.d.ts +1 -0
- package/dist/components/visualization/table/column/Column.d.ts +1 -0
- package/dist/components/visualization/table/column/Column.styles.d.ts +1 -0
- package/dist/components/visualization/visualizationView.d.ts +1 -0
- package/dist/constants/language.d.ts +1 -0
- package/dist/constants/layout.d.ts +1 -0
- package/dist/constants/open.d.ts +1 -0
- package/dist/constants/schema.d.ts +1 -0
- package/dist/constants/sql/dataType/Databricks.d.ts +1 -0
- package/dist/constants/sql/dataType/MSSQL.d.ts +1 -0
- package/dist/constants/sql/dataType/MariaDB.d.ts +1 -0
- package/dist/constants/sql/dataType/MySQL.d.ts +1 -0
- package/dist/constants/sql/dataType/Oracle.d.ts +1 -0
- package/dist/constants/sql/dataType/PostgreSQL.d.ts +1 -0
- package/dist/constants/sql/dataType/SQLite.d.ts +1 -0
- package/dist/constants/sql/dataType/Snowflake.d.ts +1 -0
- package/dist/constants/sql/dataType/index.d.ts +1 -0
- package/dist/constants/sql/database.d.ts +1 -0
- package/dist/engine/actions.d.ts +1 -0
- package/dist/engine/clock.d.ts +1 -0
- package/dist/engine/context.d.ts +1 -0
- package/dist/engine/generator.actions.d.ts +1 -0
- package/dist/engine/history.actions.d.ts +1 -0
- package/dist/engine/history.d.ts +1 -0
- package/dist/engine/hooks.d.ts +1 -0
- package/dist/engine/index.d.ts +1 -0
- package/dist/engine/index.js +44 -0
- package/dist/engine/modules/editor/actions.d.ts +9 -0
- package/dist/engine/modules/editor/atom.actions.d.ts +39 -0
- package/dist/engine/modules/editor/generator.actions.d.ts +1 -0
- package/dist/engine/modules/editor/history.d.ts +1 -0
- package/dist/engine/modules/editor/state.d.ts +11 -0
- package/dist/engine/modules/editor/utils/duplicate.d.ts +5 -2
- package/dist/engine/modules/editor/utils/findRelationshipColumn.d.ts +1 -0
- package/dist/engine/modules/editor/utils/focus.d.ts +1 -0
- package/dist/engine/modules/editor/utils/selectRangeColumn.d.ts +1 -0
- package/dist/engine/modules/index/actions.d.ts +1 -0
- package/dist/engine/modules/index/atom.actions.d.ts +1 -0
- package/dist/engine/modules/index/generator.actions.d.ts +1 -0
- package/dist/engine/modules/index/history.d.ts +1 -0
- package/dist/engine/modules/index-column/actions.d.ts +1 -0
- package/dist/engine/modules/index-column/atom.actions.d.ts +1 -0
- package/dist/engine/modules/index-column/generator.actions.d.ts +1 -0
- package/dist/engine/modules/index-column/history.d.ts +1 -0
- package/dist/engine/modules/memo/actions.d.ts +1 -0
- package/dist/engine/modules/memo/atom.actions.d.ts +1 -0
- package/dist/engine/modules/memo/generator.actions.d.ts +1 -0
- package/dist/engine/modules/memo/history.d.ts +1 -0
- package/dist/engine/modules/relationship/actions.d.ts +1 -0
- package/dist/engine/modules/relationship/atom.actions.d.ts +1 -0
- package/dist/engine/modules/relationship/generator.actions.d.ts +1 -0
- package/dist/engine/modules/relationship/history.d.ts +1 -0
- package/dist/engine/modules/relationship/hooks.d.ts +1 -0
- package/dist/engine/modules/settings/actions.d.ts +3 -7
- package/dist/engine/modules/settings/atom.actions.d.ts +39 -49
- package/dist/engine/modules/settings/generator.actions.d.ts +1 -0
- package/dist/engine/modules/settings/history.d.ts +1 -1
- package/dist/engine/modules/settings/scrollRange.d.ts +18 -0
- package/dist/engine/modules/table/actions.d.ts +1 -0
- package/dist/engine/modules/table/atom.actions.d.ts +1 -0
- package/dist/engine/modules/table/generator.actions.d.ts +1 -0
- package/dist/engine/modules/table/history.d.ts +1 -0
- package/dist/engine/modules/table/hooks.d.ts +1 -0
- package/dist/engine/modules/table-column/actions.d.ts +1 -0
- package/dist/engine/modules/table-column/atom.actions.d.ts +1 -0
- package/dist/engine/modules/table-column/generator.actions.d.ts +1 -0
- package/dist/engine/modules/table-column/history.d.ts +1 -0
- package/dist/engine/modules/table-column/hooks.d.ts +1 -0
- package/dist/engine/modules/table-column/utils/dataType.d.ts +1 -0
- package/dist/engine/replication-store.d.ts +1 -0
- package/dist/engine/rx-operators/actionsFilter.d.ts +1 -0
- package/dist/engine/rx-operators/bufferCircuitBreaker.d.ts +1 -0
- package/dist/engine/rx-operators/groupByStreamActions.d.ts +1 -0
- package/dist/engine/rx-operators/ignoreTagFilter.d.ts +1 -0
- package/dist/engine/rx-operators/index.d.ts +1 -0
- package/dist/engine/rx-operators/notEmptyActions.d.ts +1 -0
- package/dist/engine/rx-operators/readonlyIgnoreFilter.d.ts +1 -0
- package/dist/engine/rx-operators/sharedStreamActionsCompressor.d.ts +1 -0
- package/dist/engine/rx-store.d.ts +1 -0
- package/dist/engine/shared-store.d.ts +1 -0
- package/dist/engine/state.d.ts +1 -0
- package/dist/engine/store-hooks.d.ts +1 -0
- package/dist/engine/store.d.ts +1 -0
- package/dist/engine/tag.d.ts +1 -0
- package/dist/erd-editor.umd.js +5259 -0
- package/dist/hooks/useDarkMode.d.ts +1 -0
- package/dist/hooks/useFlipAnimation.d.ts +1 -0
- package/dist/hooks/useKeyBindingMap.d.ts +1 -0
- package/dist/hooks/useUnmounted.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.dev.d.ts +1 -0
- package/dist/index.js +19991 -0
- package/dist/internal-types/index.d.ts +1 -0
- package/dist/konva/batchDraw.d.ts +1 -0
- package/dist/konva/host.d.ts +1 -0
- package/dist/konva/jsx-types.test-d.d.ts +1 -0
- package/dist/konva/scene/columnDropTarget.d.ts +1 -0
- package/dist/konva/scene/contentBounds.d.ts +29 -0
- package/dist/konva/scene/konvaFlip.d.ts +1 -0
- package/dist/konva/scene/metrics.d.ts +1 -0
- package/dist/konva/scene/renderScene.d.ts +1 -0
- package/dist/konva/scene/viewFreeze.d.ts +20 -0
- package/dist/konva/scene/viewport.d.ts +14 -7
- package/dist/konva/testHandle.d.ts +1 -0
- package/dist/konva/theme.d.ts +1 -0
- package/dist/konva/workerDomStubs.d.ts +1 -0
- package/dist/schemaGCService--wGet5O7.js +9636 -0
- package/dist/services/export-png/ExportScene.d.ts +11 -4
- package/dist/services/export-png/documentScene.d.ts +16 -3
- package/dist/services/export-png/exportBox.d.ts +27 -0
- package/dist/services/export-png/exportPng.shared-worker.d.ts +1 -0
- package/dist/services/export-png/exportPngService.d.ts +1 -0
- package/dist/services/export-png/index.d.ts +11 -4
- package/dist/services/export-png/pixelRatio.d.ts +1 -0
- package/dist/services/export-png/renderPng.d.ts +4 -1
- package/dist/services/export-png/textWidth.d.ts +1 -0
- package/dist/services/schema-gc/index.d.ts +6 -3
- package/dist/services/schema-gc/procGC.d.ts +1 -0
- package/dist/services/schema-gc/schemaGC.shared-worker.d.ts +1 -0
- package/dist/services/schema-gc/schemaGCService.d.ts +1 -0
- package/dist/services/shikiService.d.ts +1 -0
- package/dist/styles/colorPicker.style.d.ts +1 -0
- package/dist/styles/fonts.styles.d.ts +1 -0
- package/dist/styles/reset.styles.d.ts +1 -0
- package/dist/styles/scrollbar.styles.d.ts +1 -0
- package/dist/styles/typography.styles.d.ts +1 -0
- package/dist/themes/radix-ui-theme.config.d.ts +1 -0
- package/dist/themes/radix-ui-theme.d.ts +1 -0
- package/dist/themes/tokens.d.ts +1 -0
- package/dist/utils/arrayHas.d.ts +3 -0
- package/dist/utils/attribute.d.ts +1 -0
- package/dist/utils/bit.d.ts +1 -0
- package/dist/utils/calcMemo.d.ts +1 -0
- package/dist/utils/calcTable.d.ts +1 -0
- package/dist/utils/clipboard.d.ts +1 -0
- package/dist/utils/collection/index.entity.d.ts +1 -0
- package/dist/utils/collection/indexColumn.entity.d.ts +1 -0
- package/dist/utils/collection/memo.entity.d.ts +1 -0
- package/dist/utils/collection/relationship.entity.d.ts +1 -0
- package/dist/utils/collection/sequence.d.ts +1 -0
- package/dist/utils/collection/table.entity.d.ts +1 -0
- package/dist/utils/collection/tableColumn.entity.d.ts +1 -0
- package/dist/utils/device-detect/index.d.ts +1 -0
- package/dist/utils/domEvent.d.ts +1 -0
- package/dist/utils/dragSelect.d.ts +1 -8
- package/dist/utils/draw-relationship/calc.d.ts +1 -0
- package/dist/utils/draw-relationship/chamfer.d.ts +1 -0
- package/dist/utils/draw-relationship/draw.d.ts +1 -0
- package/dist/utils/draw-relationship/incremental.d.ts +1 -0
- package/dist/utils/draw-relationship/index.d.ts +1 -0
- package/dist/utils/draw-relationship/nudge.d.ts +1 -0
- package/dist/utils/draw-relationship/pathFinding.d.ts +1 -0
- package/dist/utils/draw-relationship/route.d.ts +1 -0
- package/dist/utils/draw-relationship/sort.d.ts +1 -0
- package/dist/utils/draw-relationship/stub.d.ts +1 -0
- package/dist/utils/emitter.d.ts +1 -0
- package/dist/utils/file/exportFile.d.ts +5 -4
- package/dist/utils/file/importFile.d.ts +1 -0
- package/dist/utils/flipAnimation.d.ts +1 -0
- package/dist/utils/focus.d.ts +1 -0
- package/dist/utils/generator-code/aml.d.ts +1 -0
- package/dist/utils/generator-code/csharp.d.ts +1 -0
- package/dist/utils/generator-code/dbml.d.ts +1 -0
- package/dist/utils/generator-code/drizzle.d.ts +1 -0
- package/dist/utils/generator-code/go.d.ts +1 -0
- package/dist/utils/generator-code/graphql.d.ts +1 -0
- package/dist/utils/generator-code/index.d.ts +1 -0
- package/dist/utils/generator-code/java.d.ts +1 -0
- package/dist/utils/generator-code/jpa.d.ts +1 -0
- package/dist/utils/generator-code/kotlin.d.ts +1 -0
- package/dist/utils/generator-code/scala.d.ts +1 -0
- package/dist/utils/generator-code/sequelize.d.ts +1 -0
- package/dist/utils/generator-code/sqlalchemy.d.ts +1 -0
- package/dist/utils/generator-code/typeorm.d.ts +1 -0
- package/dist/utils/generator-code/typescript.d.ts +1 -0
- package/dist/utils/generator-code/utils.d.ts +1 -0
- package/dist/utils/globalEmitter.d.ts +1 -0
- package/dist/utils/globalEventObservable.d.ts +1 -0
- package/dist/utils/icon.d.ts +1 -0
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/internalEvents.d.ts +1 -0
- package/dist/utils/keyboard-shortcut/index.d.ts +10 -1
- package/dist/utils/keyboard-shortcut/utils.d.ts +1 -0
- package/dist/utils/promise.d.ts +1 -0
- package/dist/utils/rx-operators/fromCopy.d.ts +1 -0
- package/dist/utils/rx-operators/fromDraggable.d.ts +1 -0
- package/dist/utils/rx-operators/fromPaste.d.ts +1 -0
- package/dist/utils/rx-operators/fromShadowDraggable.d.ts +1 -0
- package/dist/utils/rx-operators/takeUnsubscribe.d.ts +1 -0
- package/dist/utils/safeCallback.d.ts +5 -0
- package/dist/utils/schema-aml-parser/convert.d.ts +1 -0
- package/dist/utils/schema-aml-parser/dataType.d.ts +1 -0
- package/dist/utils/schema-aml-parser/index.d.ts +1 -0
- package/dist/utils/schema-aml-parser/parser.d.ts +1 -0
- package/dist/utils/schema-aml-parser/tokenizer.d.ts +1 -0
- package/dist/utils/schema-aml-parser/types.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/convert.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/dataType.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/index.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/parser.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/tokenizer.d.ts +1 -0
- package/dist/utils/schema-dbml-parser/types.d.ts +1 -0
- package/dist/utils/schema-graphql-parser/convert.d.ts +1 -0
- package/dist/utils/schema-graphql-parser/dataType.d.ts +1 -0
- package/dist/utils/schema-graphql-parser/index.d.ts +1 -0
- package/dist/utils/schema-graphql-parser/parser.d.ts +1 -0
- package/dist/utils/schema-graphql-parser/types.d.ts +1 -0
- package/dist/utils/schema-sql/Databricks.d.ts +1 -0
- package/dist/utils/schema-sql/MSSQL.d.ts +1 -0
- package/dist/utils/schema-sql/MariaDB.d.ts +1 -0
- package/dist/utils/schema-sql/MySQL.d.ts +1 -0
- package/dist/utils/schema-sql/Oracle.d.ts +1 -0
- package/dist/utils/schema-sql/PostgreSQL.d.ts +1 -0
- package/dist/utils/schema-sql/SQLite.d.ts +1 -0
- package/dist/utils/schema-sql/Snowflake.d.ts +1 -0
- package/dist/utils/schema-sql/index.d.ts +1 -0
- package/dist/utils/schema-sql/utils.d.ts +1 -0
- package/dist/utils/schema-sql-parser/index.d.ts +1 -0
- package/dist/utils/schema-sql-parser/utils.d.ts +1 -0
- package/dist/utils/sharedColor.d.ts +1 -0
- package/dist/utils/table-clipboard/copy.d.ts +15 -2
- package/dist/utils/table-clipboard/index.d.ts +1 -0
- package/dist/utils/table-clipboard/paste.d.ts +1 -0
- package/dist/utils/table-clipboard/payload.d.ts +30 -1
- package/dist/utils/table-clipboard/placement.d.ts +1 -0
- package/dist/utils/text.d.ts +1 -0
- package/dist/utils/validation.d.ts +2 -1
- package/dist/workers/exportPng.shared-worker.js +54 -0
- package/dist/workers/schemaGC.shared-worker.js +1 -0
- package/dist/workers/spawn.d.ts +8 -0
- package/dist/workers/spawn.inline.d.ts +8 -0
- package/package.json +52 -51
- package/dist/components/erd/hide-sign/HideSign.d.ts +0 -6
- package/dist/components/erd/hide-sign/HideSign.styles.d.ts +0 -1
- package/dist/components/erd/hide-sign/hideSignBounds.d.ts +0 -9
- package/dist/components/erd-editor/ErdEditor.stories.d.ts +0 -17
- package/dist/components/primitives/button/Button.stories.d.ts +0 -26
- package/dist/components/primitives/code-block/CodeBlock.stories.d.ts +0 -25
- package/dist/components/primitives/color-picker/ColorPicker.stories.d.ts +0 -26
- package/dist/components/primitives/context-menu/ContextMenu.stories.d.ts +0 -16
- package/dist/components/primitives/edit-input/EditInput.stories.d.ts +0 -36
- package/dist/components/primitives/highlighted-text/HighlightedText.stories.d.ts +0 -23
- package/dist/components/primitives/icon/Icon.stories.d.ts +0 -10
- package/dist/components/primitives/kbd/Kbd.stories.d.ts +0 -17
- package/dist/components/primitives/sash/Sash.stories.d.ts +0 -30
- package/dist/components/primitives/separator/Separator.stories.d.ts +0 -25
- package/dist/components/primitives/slider/Slider.stories.d.ts +0 -23
- package/dist/components/primitives/switch/Switch.stories.d.ts +0 -21
- package/dist/components/primitives/text-input/TextInput.stories.d.ts +0 -41
- package/dist/components/primitives/toast/Toast.stories.d.ts +0 -33
- package/dist/engine.js +0 -42
- package/dist/erd-editor.js +0 -41824
- package/dist/schemaGCService-DrlqIen8.js +0 -17549
- package/dist/themes/textColor.d.ts +0 -2
|
@@ -8,3 +8,4 @@ export declare const textWrap: import('@dineug/r-html').CSSTemplateLiterals;
|
|
|
8
8
|
export declare const title: import('@dineug/r-html').CSSTemplateLiterals;
|
|
9
9
|
export declare const description: import('@dineug/r-html').CSSTemplateLiterals;
|
|
10
10
|
export declare const action: import('@dineug/r-html').CSSTemplateLiterals;
|
|
11
|
+
//# sourceMappingURL=Toast.styles.d.ts.map
|
|
@@ -8,3 +8,4 @@ export declare const name: import('@dineug/r-html').CSSTemplateLiterals;
|
|
|
8
8
|
export declare const keyword: import('@dineug/r-html').CSSTemplateLiterals;
|
|
9
9
|
export declare const vertical: import('@dineug/r-html').CSSTemplateLiterals;
|
|
10
10
|
export declare const shortcut: import('@dineug/r-html').CSSTemplateLiterals;
|
|
11
|
+
//# sourceMappingURL=QuickSearch.styles.d.ts.map
|
|
@@ -12,3 +12,4 @@ export type Action = {
|
|
|
12
12
|
export declare function searchActions(actions: Action[], keyword: string): Action[];
|
|
13
13
|
export declare function createScopeActions(app: AppContext): Action[];
|
|
14
14
|
export declare const allScopeActions: Action[];
|
|
15
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -8,3 +8,4 @@ export declare const vertical: (size: number) => import('@dineug/r-html').CSSTem
|
|
|
8
8
|
export declare const columnOrderSection: import('@dineug/r-html').CSSTemplateLiterals;
|
|
9
9
|
export declare const columnOrderList: import('@dineug/r-html').CSSTemplateLiterals;
|
|
10
10
|
export declare const columnOrderItem: import('@dineug/r-html').CSSTemplateLiterals;
|
|
11
|
+
//# sourceMappingURL=Settings.styles.d.ts.map
|
|
@@ -3,3 +3,4 @@ export declare const header: import('@dineug/r-html').CSSTemplateLiterals;
|
|
|
3
3
|
export declare const headerColor: import('@dineug/r-html').CSSTemplateLiterals;
|
|
4
4
|
export declare const headerButtonWrap: import('@dineug/r-html').CSSTemplateLiterals;
|
|
5
5
|
export declare const headerInputWrap: import('@dineug/r-html').CSSTemplateLiterals;
|
|
6
|
+
//# sourceMappingURL=Table.styles.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const root: import('@dineug/r-html').CSSTemplateLiterals;
|
|
2
2
|
export declare const hint: import('@dineug/r-html').CSSTemplateLiterals;
|
|
3
3
|
export declare const hintItem: import('@dineug/r-html').CSSTemplateLiterals;
|
|
4
|
+
//# sourceMappingURL=ColumnDataType.styles.d.ts.map
|
|
@@ -6,3 +6,4 @@ export declare const color: import('@dineug/r-html').CSSTemplateLiterals;
|
|
|
6
6
|
export declare const lightDarkButtonGroup: import('@dineug/r-html').CSSTemplateLiterals;
|
|
7
7
|
export declare const lightDarkButton: import('@dineug/r-html').CSSTemplateLiterals;
|
|
8
8
|
export declare const vertical: import('@dineug/r-html').CSSTemplateLiterals;
|
|
9
|
+
//# sourceMappingURL=ThemeBuilder.styles.d.ts.map
|
|
@@ -9,3 +9,4 @@ import { Emitter } from '../../utils/emitter';
|
|
|
9
9
|
* await openToastWhileRunning(emitter, running, html`<${Toast} description=${'Working'} />`);
|
|
10
10
|
*/
|
|
11
11
|
export declare function openToastWhileRunning(emitter: Emitter, running: Promise<unknown>, message: DOMTemplateLiterals): Promise<void>;
|
|
12
|
+
//# sourceMappingURL=openToastWhileRunning.d.ts.map
|
|
@@ -2,3 +2,4 @@ export declare const root: import('@dineug/r-html').CSSTemplateLiterals;
|
|
|
2
2
|
export declare const vertical: import('@dineug/r-html').CSSTemplateLiterals;
|
|
3
3
|
export declare const menu: import('@dineug/r-html').CSSTemplateLiterals;
|
|
4
4
|
export declare const tableCount: import('@dineug/r-html').CSSTemplateLiterals;
|
|
5
|
+
//# sourceMappingURL=Toolbar.styles.d.ts.map
|
|
@@ -5,3 +5,4 @@
|
|
|
5
5
|
export declare const root: import('@dineug/r-html').CSSTemplateLiterals;
|
|
6
6
|
/** The Stage container, viewport sized, which konva fills with its own canvas. */
|
|
7
7
|
export declare const stage: import('@dineug/r-html').CSSTemplateLiterals;
|
|
8
|
+
//# sourceMappingURL=Visualization.styles.d.ts.map
|
package/dist/constants/open.d.ts
CHANGED
|
@@ -12,3 +12,4 @@ export declare const DatabaseVendor: {
|
|
|
12
12
|
export type DatabaseVendor = ValuesType<typeof DatabaseVendor>;
|
|
13
13
|
export declare const DatabaseVendorList: ReadonlyArray<string>;
|
|
14
14
|
export declare const DatabaseVendorToDatabase: Record<DatabaseVendor, number>;
|
|
15
|
+
//# sourceMappingURL=database.d.ts.map
|
package/dist/engine/actions.d.ts
CHANGED
|
@@ -36,3 +36,4 @@ export declare const StreamRegroupColorActionTypes: ReadonlyArray<ActionType>;
|
|
|
36
36
|
export declare const StreamRegroupScrollActionTypes: ReadonlyArray<ActionType>;
|
|
37
37
|
export declare const StreamActionTypes: ReadonlyArray<ActionType>;
|
|
38
38
|
export declare const HistoryActionTypes: ReadonlyArray<ActionType>;
|
|
39
|
+
//# sourceMappingURL=actions.d.ts.map
|
package/dist/engine/clock.d.ts
CHANGED
package/dist/engine/context.d.ts
CHANGED
|
@@ -2,3 +2,4 @@ import { AnyAction, GeneratorActionCreator } from '@dineug/r-html';
|
|
|
2
2
|
import { EngineContext } from './context';
|
|
3
3
|
import { RootState } from './state';
|
|
4
4
|
export type GeneratorAction = GeneratorActionCreator<AnyAction, RootState, EngineContext>;
|
|
5
|
+
//# sourceMappingURL=generator.actions.d.ts.map
|
|
@@ -7,3 +7,4 @@ export type PushStreamHistory = (undoActions: AnyAction[], redoActions: AnyActio
|
|
|
7
7
|
export declare const pushUndoHistoryMap: Record<string, PushUndoHistory>;
|
|
8
8
|
export declare const pushStreamHistoryMap: Record<string, PushStreamHistory>;
|
|
9
9
|
export declare const pushHistory: (store: Store, history: History) => (actions: AnyAction[]) => void;
|
|
10
|
+
//# sourceMappingURL=history.actions.d.ts.map
|
package/dist/engine/history.d.ts
CHANGED
package/dist/engine/hooks.d.ts
CHANGED
|
@@ -6,3 +6,4 @@ type ActionCreator = ReturnType<typeof createAction<any>>;
|
|
|
6
6
|
export type HookEffect = (action$: Observable<AnyAction>, getState: () => RootState, ctx: EngineContext) => Subscription;
|
|
7
7
|
export type Hook = [Array<ActionCreator | string>, HookEffect];
|
|
8
8
|
export {};
|
|
9
|
+
//# sourceMappingURL=hooks.d.ts.map
|
package/dist/engine/index.d.ts
CHANGED
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Rr as e, Wt as t, b as n, g as r, jn as i, l as a, m as o, n as s, on as c, q as l, r as u, t as d, ui as f } from "../schemaGCService--wGet5O7.js";
|
|
2
|
+
import { isEmpty as p } from "es-toolkit/compat";
|
|
3
|
+
import { omit as m } from "es-toolkit";
|
|
4
|
+
import { Observable as h, Subject as g, debounceTime as _, map as v } from "rxjs";
|
|
5
|
+
//#region src/engine/replication-store.ts
|
|
6
|
+
var y = { change: "change" };
|
|
7
|
+
function b(b) {
|
|
8
|
+
let x = /* @__PURE__ */ new Set(), S = r(b), C = a(S, !1);
|
|
9
|
+
C.dispatchSync(c({
|
|
10
|
+
width: 0,
|
|
11
|
+
height: 0
|
|
12
|
+
}));
|
|
13
|
+
let w = u(C), T = new g(), E = new h((e) => C.subscribe((t) => e.next(t))).pipe(o(n), _(200)), D = /* @__PURE__ */ new Set(), O = new d(), k = (e) => (D.has(e) || D.add(e), () => {
|
|
14
|
+
D.delete(e);
|
|
15
|
+
}), A = (e, n) => {
|
|
16
|
+
D.forEach((r) => {
|
|
17
|
+
let i = Reflect.get(r, e);
|
|
18
|
+
t(i, n);
|
|
19
|
+
});
|
|
20
|
+
}, j = (t) => {
|
|
21
|
+
let n = e(t);
|
|
22
|
+
C.dispatchSync(l(p(n) ? "{}" : n)), O.run(f(C.state)).then((e) => {
|
|
23
|
+
(e.tableIds.length || e.tableColumnIds.length || e.relationshipIds.length || e.indexIds.length || e.indexColumnIds.length || e.memoIds.length) && (s(C.state, e), C.dispatchSync(i()));
|
|
24
|
+
});
|
|
25
|
+
}, M = (e) => {
|
|
26
|
+
T.next([e].flat());
|
|
27
|
+
};
|
|
28
|
+
return x.add(E.subscribe(() => A(y.change, void 0))).add(T.pipe(o(n), v((e) => e.map((e) => m(e, ["tags"])))).subscribe(C.dispatchSync)), Object.freeze({
|
|
29
|
+
get value() {
|
|
30
|
+
return f(C.state);
|
|
31
|
+
},
|
|
32
|
+
on: k,
|
|
33
|
+
setInitialValue: j,
|
|
34
|
+
dispatch: (e) => {
|
|
35
|
+
queueMicrotask(() => M(e));
|
|
36
|
+
},
|
|
37
|
+
dispatchSync: M,
|
|
38
|
+
destroy: () => {
|
|
39
|
+
Array.from(x).forEach((e) => e.unsubscribe()), x.clear(), D.clear(), C.destroy(), w.destroy();
|
|
40
|
+
}
|
|
41
|
+
});
|
|
42
|
+
}
|
|
43
|
+
//#endregion
|
|
44
|
+
export { b as createReplicationStore };
|
|
@@ -31,6 +31,8 @@ export declare const ActionType: {
|
|
|
31
31
|
readonly hoverColumnMap: "editor.hoverColumnMap";
|
|
32
32
|
readonly hoverRelationshipMap: "editor.hoverRelationshipMap";
|
|
33
33
|
readonly changeOpenMap: "editor.changeOpenMap";
|
|
34
|
+
readonly changeHandTool: "editor.changeHandTool";
|
|
35
|
+
readonly changeZenMode: "editor.changeZenMode";
|
|
34
36
|
readonly dragstartColumn: "editor.dragstartColumn";
|
|
35
37
|
readonly dragendColumn: "editor.dragendColumn";
|
|
36
38
|
readonly sharedMouseTracker: "editor.sharedMouseTracker";
|
|
@@ -109,6 +111,12 @@ export type ActionMap = {
|
|
|
109
111
|
relationshipIds: string[];
|
|
110
112
|
};
|
|
111
113
|
[ActionType.changeOpenMap]: Record<string, boolean>;
|
|
114
|
+
[ActionType.changeHandTool]: {
|
|
115
|
+
value: boolean;
|
|
116
|
+
};
|
|
117
|
+
[ActionType.changeZenMode]: {
|
|
118
|
+
value: boolean;
|
|
119
|
+
};
|
|
112
120
|
[ActionType.dragstartColumn]: {
|
|
113
121
|
tableId: string;
|
|
114
122
|
columnIds: string[];
|
|
@@ -137,3 +145,4 @@ export type ActionMap = {
|
|
|
137
145
|
};
|
|
138
146
|
};
|
|
139
147
|
export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
|
|
148
|
+
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -208,6 +208,24 @@ export declare const changeOpenMapAction: {
|
|
|
208
208
|
toString(): string;
|
|
209
209
|
type: string;
|
|
210
210
|
};
|
|
211
|
+
export declare const changeHandToolAction: {
|
|
212
|
+
(payload: {
|
|
213
|
+
value: boolean;
|
|
214
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
215
|
+
value: boolean;
|
|
216
|
+
}>;
|
|
217
|
+
toString(): string;
|
|
218
|
+
type: string;
|
|
219
|
+
};
|
|
220
|
+
export declare const changeZenModeAction: {
|
|
221
|
+
(payload: {
|
|
222
|
+
value: boolean;
|
|
223
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
224
|
+
value: boolean;
|
|
225
|
+
}>;
|
|
226
|
+
toString(): string;
|
|
227
|
+
type: string;
|
|
228
|
+
};
|
|
211
229
|
export declare const dragstartColumnAction: {
|
|
212
230
|
(payload: {
|
|
213
231
|
tableId: string;
|
|
@@ -317,6 +335,8 @@ export declare const editorReducers: {
|
|
|
317
335
|
"editor.hoverColumnMap": ReducerType<"editor.hoverColumnMap">;
|
|
318
336
|
"editor.hoverRelationshipMap": ReducerType<"editor.hoverRelationshipMap">;
|
|
319
337
|
"editor.changeOpenMap": ReducerType<"editor.changeOpenMap">;
|
|
338
|
+
"editor.changeHandTool": ReducerType<"editor.changeHandTool">;
|
|
339
|
+
"editor.changeZenMode": ReducerType<"editor.changeZenMode">;
|
|
320
340
|
"editor.dragstartColumn": ReducerType<"editor.dragstartColumn">;
|
|
321
341
|
"editor.dragendColumn": ReducerType<"editor.dragendColumn">;
|
|
322
342
|
"editor.sharedMouseTracker": ReducerType<"editor.sharedMouseTracker">;
|
|
@@ -535,6 +555,24 @@ export declare const actions: {
|
|
|
535
555
|
toString(): string;
|
|
536
556
|
type: string;
|
|
537
557
|
};
|
|
558
|
+
changeHandToolAction: {
|
|
559
|
+
(payload: {
|
|
560
|
+
value: boolean;
|
|
561
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
562
|
+
value: boolean;
|
|
563
|
+
}>;
|
|
564
|
+
toString(): string;
|
|
565
|
+
type: string;
|
|
566
|
+
};
|
|
567
|
+
changeZenModeAction: {
|
|
568
|
+
(payload: {
|
|
569
|
+
value: boolean;
|
|
570
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
571
|
+
value: boolean;
|
|
572
|
+
}>;
|
|
573
|
+
toString(): string;
|
|
574
|
+
type: string;
|
|
575
|
+
};
|
|
538
576
|
dragstartColumnAction: {
|
|
539
577
|
(payload: {
|
|
540
578
|
tableId: string;
|
|
@@ -618,3 +656,4 @@ export declare const actions: {
|
|
|
618
656
|
type: string;
|
|
619
657
|
};
|
|
620
658
|
};
|
|
659
|
+
//# sourceMappingURL=atom.actions.d.ts.map
|
|
@@ -6,6 +6,12 @@ export type Editor = {
|
|
|
6
6
|
hasUndo: boolean;
|
|
7
7
|
hasRedo: boolean;
|
|
8
8
|
viewport: Viewport;
|
|
9
|
+
/**
|
|
10
|
+
* Whether a loaded origin still waits to be pulled into the content's travel
|
|
11
|
+
* because the host had not measured a screen when the document arrived. The
|
|
12
|
+
* first changeViewport that reports one applies the pull and clears this.
|
|
13
|
+
*/
|
|
14
|
+
scrollPullPending: boolean;
|
|
9
15
|
focusTable: FocusTable | null;
|
|
10
16
|
/** The memo whose body an overlay editor is open on, and null while none is. */
|
|
11
17
|
editMemoId: string | null;
|
|
@@ -19,6 +25,10 @@ export type Editor = {
|
|
|
19
25
|
hoverColumnMap: Record<string, boolean>;
|
|
20
26
|
hoverRelationshipMap: Record<string, boolean>;
|
|
21
27
|
openMap: Record<string, boolean>;
|
|
28
|
+
/** Whether the pointer pans the canvas instead of reaching the scene under it. */
|
|
29
|
+
handTool: boolean;
|
|
30
|
+
/** Whether the editor is drawn without its scrollbars, its map and its toolbar. */
|
|
31
|
+
zenMode: boolean;
|
|
22
32
|
draggableColumn: DraggableColumn | null;
|
|
23
33
|
draggingColumnMap: Record<string, boolean>;
|
|
24
34
|
sharedMouseTrackerMap: Record<string, SharedMouseTracker>;
|
|
@@ -114,3 +124,4 @@ export declare const isEditingMemo: ({ editMemoId }: Editor) => boolean;
|
|
|
114
124
|
*/
|
|
115
125
|
export declare const isEditingText: (editor: Editor) => boolean;
|
|
116
126
|
export declare const createEditor: () => Editor;
|
|
127
|
+
//# sourceMappingURL=state.d.ts.map
|
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
import { AnyAction } from '@dineug/r-html';
|
|
2
|
-
import { ClipboardColumn, ClipboardMemo, ClipboardTable, PlacementPoint } from '../../../../utils/table-clipboard';
|
|
2
|
+
import { ClipboardColumn, ClipboardIndex, ClipboardMemo, ClipboardRelationship, ClipboardTable, PlacementPoint } from '../../../../utils/table-clipboard';
|
|
3
3
|
export type CreateEntityInput = {
|
|
4
4
|
tables: ClipboardTable[];
|
|
5
5
|
columns: ClipboardColumn[];
|
|
6
6
|
memos: ClipboardMemo[];
|
|
7
|
+
relationships: ClipboardRelationship[];
|
|
8
|
+
indexes: ClipboardIndex[];
|
|
7
9
|
};
|
|
8
10
|
export type CreateEntityActions = {
|
|
9
11
|
actions: AnyAction[];
|
|
10
12
|
tableIds: string[];
|
|
11
13
|
memoIds: string[];
|
|
12
14
|
};
|
|
13
|
-
export declare function toCreateEntityActions({ tables, columns, memos }: CreateEntityInput, placement: Map<string, PlacementPoint>): CreateEntityActions;
|
|
15
|
+
export declare function toCreateEntityActions({ tables, columns, memos, relationships, indexes }: CreateEntityInput, placement: Map<string, PlacementPoint>): CreateEntityActions;
|
|
16
|
+
//# sourceMappingURL=duplicate.d.ts.map
|
|
@@ -13,3 +13,4 @@ export declare function arrowDown(state: RootState, payload: Payload): void;
|
|
|
13
13
|
export declare function arrowLeft(state: RootState, payload: Payload): void;
|
|
14
14
|
export declare function arrowRight(state: RootState, payload: Payload): void;
|
|
15
15
|
export {};
|
|
16
|
+
//# sourceMappingURL=focus.d.ts.map
|
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare function appendSelectColumns(columnIds: string[], columnId: string): string[];
|
|
2
2
|
export declare function selectRangeColumns(columnIds: string[], fromColumnId: string | null, toColumnId: string): string[];
|
|
3
3
|
export declare function appendSelectRangeColumns(columnIds: string[], selectColumnIds: string[], fromColumnId: string | null, toColumnId: string): string[];
|
|
4
|
+
//# sourceMappingURL=selectRangeColumn.d.ts.map
|