@dineug/erd-editor 3.2.3 → 3.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/appContext.d.ts +9 -8
- 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 -1
- package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.d.ts +2 -1
- package/dist/components/erd/automatic-table-placement/AutomaticTablePlacement.styles.d.ts +2 -2
- package/dist/components/erd/automatic-table-placement/createAutomaticTablePlacement.d.ts +3 -2
- package/dist/components/erd/canvas/Canvas.d.ts +1 -0
- package/dist/components/erd/canvas/Canvas.styles.d.ts +2 -2
- package/dist/components/erd/canvas/canvas-svg/CanvasSvg.d.ts +1 -0
- package/dist/components/erd/canvas/canvas-svg/CanvasSvg.styles.d.ts +1 -1
- package/dist/components/erd/canvas/canvas-svg/relationship/Relationship.d.ts +2 -1
- package/dist/components/erd/canvas/canvas-svg/relationship/Relationship.template.d.ts +2 -1
- package/dist/components/erd/canvas/draw-relationship/DrawRelationship.d.ts +2 -1
- package/dist/components/erd/canvas/draw-relationship/DrawRelationship.styles.d.ts +1 -1
- package/dist/components/erd/canvas/high-level-table/HighLevelTable.d.ts +2 -1
- package/dist/components/erd/canvas/high-level-table/HighLevelTable.styles.d.ts +1 -1
- package/dist/components/erd/canvas/memo/Memo.d.ts +2 -1
- package/dist/components/erd/canvas/memo/Memo.styles.d.ts +6 -6
- package/dist/components/erd/canvas/memo/memo-sash/MemoSash.d.ts +2 -1
- 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 +2 -1
- package/dist/components/erd/canvas/shared-mouse-tracker/shared-mouse-cursor/SharedMouseCursor.styles.d.ts +1 -1
- package/dist/components/erd/canvas/table/Table.d.ts +2 -1
- package/dist/components/erd/canvas/table/Table.styles.d.ts +5 -5
- package/dist/components/erd/canvas/table/column/Column.d.ts +3 -2
- package/dist/components/erd/canvas/table/column/Column.styles.d.ts +2 -2
- package/dist/components/erd/canvas/table/column/column-data-type/ColumnDataType.d.ts +2 -1
- package/dist/components/erd/canvas/table/column/column-data-type/ColumnDataType.styles.d.ts +3 -3
- package/dist/components/erd/canvas/table/column/column-key/ColumnKey.d.ts +1 -0
- package/dist/components/erd/canvas/table/column/column-key/ColumnKey.styles.d.ts +1 -1
- package/dist/components/erd/canvas/table/column/column-not-null/ColumnNotNull.d.ts +1 -0
- package/dist/components/erd/canvas/table/column/column-not-null/ColumnNotNull.styles.d.ts +1 -1
- package/dist/components/erd/canvas/table/column/column-option/ColumnOption.d.ts +1 -0
- package/dist/components/erd/canvas/table/column/column-option/ColumnOption.styles.d.ts +1 -1
- package/dist/components/erd/canvas/table/useFocusTable.d.ts +2 -1
- package/dist/components/erd/canvas/table/useMoveTable.d.ts +1 -0
- package/dist/components/erd/diff-viewer/DiffViewer.d.ts +2 -1
- package/dist/components/erd/diff-viewer/DiffViewer.styles.d.ts +3 -3
- package/dist/components/erd/diff-viewer/diff.d.ts +2 -1
- package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.d.ts +3 -2
- package/dist/components/erd/diff-viewer/erd-viewer/ErdViewer.styles.d.ts +1 -1
- package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.d.ts +3 -2
- package/dist/components/erd/diff-viewer/tree-viewer/TreeViewer.styles.d.ts +5 -5
- package/dist/components/erd/drag-select/DragSelect.d.ts +1 -0
- package/dist/components/erd/drag-select/DragSelect.styles.d.ts +1 -1
- package/dist/components/erd/erd-context-menu/ErdContextMenu.d.ts +2 -1
- package/dist/components/erd/erd-context-menu/menus/databaseMenus.d.ts +1 -0
- package/dist/components/erd/erd-context-menu/menus/drawRelationshipMenus.d.ts +2 -1
- 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 +2 -1
- package/dist/components/erd/hide-sign/HideSign.d.ts +1 -0
- package/dist/components/erd/hide-sign/HideSign.styles.d.ts +1 -1
- package/dist/components/erd/minimap/Minimap.d.ts +1 -0
- package/dist/components/erd/minimap/Minimap.styles.d.ts +3 -3
- package/dist/components/erd/minimap/memo/Memo.d.ts +2 -1
- package/dist/components/erd/minimap/table/Table.d.ts +2 -1
- 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 -1
- package/dist/components/erd/table-properties/TableProperties.d.ts +1 -0
- package/dist/components/erd/table-properties/TableProperties.styles.d.ts +6 -6
- 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 +3 -3
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.d.ts +2 -1
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-checkbox-column/IndexesCheckboxColumn.styles.d.ts +1 -1
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.d.ts +2 -1
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-column/IndexesColumn.styles.d.ts +3 -3
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.d.ts +2 -1
- package/dist/components/erd/table-properties/table-properties-indexes/indexes-index/IndexesIndex.styles.d.ts +4 -4
- package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.d.ts +3 -2
- package/dist/components/erd/table-properties/table-properties-tabs/TablePropertiesTabs.styles.d.ts +2 -2
- package/dist/components/erd/time-travel/TimeTravel.d.ts +2 -1
- package/dist/components/erd/time-travel/TimeTravel.styles.d.ts +4 -4
- 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 +5 -5
- package/dist/components/erd/virtual-scroll/useVirtualScroll.d.ts +1 -0
- package/dist/components/erd-editor/ErdEditor.d.ts +5 -4
- package/dist/components/erd-editor/ErdEditor.stories.d.ts +3 -2
- package/dist/components/erd-editor/ErdEditor.styles.d.ts +2 -2
- package/dist/components/erd-editor/useErdEditorAttachElement.d.ts +6 -5
- package/dist/components/generator-code/GeneratorCode.d.ts +1 -0
- package/dist/components/generator-code/GeneratorCode.styles.d.ts +1 -1
- 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.stories.d.ts +2 -1
- package/dist/components/primitives/button/Button.styles.d.ts +6 -6
- package/dist/components/primitives/code-block/CodeBlock.d.ts +2 -1
- package/dist/components/primitives/code-block/CodeBlock.stories.d.ts +2 -1
- package/dist/components/primitives/code-block/CodeBlock.styles.d.ts +3 -3
- package/dist/components/primitives/color-picker/ColorPicker.d.ts +2 -1
- package/dist/components/primitives/color-picker/ColorPicker.stories.d.ts +2 -1
- package/dist/components/primitives/color-picker/ColorPicker.styles.d.ts +1 -1
- package/dist/components/primitives/context-menu/ContextMenu.d.ts +4 -3
- package/dist/components/primitives/context-menu/ContextMenu.stories.d.ts +2 -1
- 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 -1
- 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 -1
- 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 +4 -3
- package/dist/components/primitives/context-menu/menu/Menu.d.ts +1 -0
- package/dist/components/primitives/context-menu/menu/Menu.styles.d.ts +3 -3
- package/dist/components/primitives/edit-input/EditInput.d.ts +1 -0
- package/dist/components/primitives/edit-input/EditInput.stories.d.ts +2 -1
- package/dist/components/primitives/edit-input/EditInput.styles.d.ts +4 -4
- package/dist/components/primitives/highlighted-text/HighlightedText.d.ts +2 -1
- package/dist/components/primitives/highlighted-text/HighlightedText.stories.d.ts +2 -1
- package/dist/components/primitives/highlighted-text/HighlightedText.styles.d.ts +1 -1
- package/dist/components/primitives/icon/Icon.d.ts +1 -0
- package/dist/components/primitives/icon/Icon.stories.d.ts +2 -1
- package/dist/components/primitives/icon/Icon.styles.d.ts +2 -2
- package/dist/components/primitives/icon/icons.d.ts +1 -0
- package/dist/components/primitives/kbd/Kbd.d.ts +1 -0
- package/dist/components/primitives/kbd/Kbd.stories.d.ts +2 -1
- package/dist/components/primitives/kbd/Kbd.styles.d.ts +3 -3
- package/dist/components/primitives/sash/Sash.d.ts +3 -2
- package/dist/components/primitives/sash/Sash.stories.d.ts +2 -1
- package/dist/components/primitives/sash/Sash.styles.d.ts +1 -1
- package/dist/components/primitives/separator/Separator.d.ts +1 -0
- package/dist/components/primitives/separator/Separator.stories.d.ts +2 -1
- package/dist/components/primitives/separator/Separator.styles.d.ts +2 -2
- package/dist/components/primitives/slider/Slider.d.ts +1 -0
- package/dist/components/primitives/slider/Slider.stories.d.ts +2 -1
- package/dist/components/primitives/slider/Slider.styles.d.ts +4 -4
- package/dist/components/primitives/switch/Switch.d.ts +1 -0
- package/dist/components/primitives/switch/Switch.stories.d.ts +2 -1
- package/dist/components/primitives/switch/Switch.styles.d.ts +5 -5
- package/dist/components/primitives/text-input/TextInput.d.ts +1 -0
- package/dist/components/primitives/text-input/TextInput.stories.d.ts +2 -1
- package/dist/components/primitives/toast/Toast.d.ts +1 -0
- package/dist/components/primitives/toast/Toast.stories.d.ts +2 -1
- package/dist/components/primitives/toast/Toast.styles.d.ts +5 -5
- package/dist/components/quick-search/QuickSearch.d.ts +1 -0
- package/dist/components/quick-search/QuickSearch.styles.d.ts +10 -10
- package/dist/components/quick-search/actions.d.ts +2 -1
- package/dist/components/schema-sql/SchemaSQL.d.ts +1 -0
- package/dist/components/schema-sql/SchemaSQL.styles.d.ts +1 -1
- 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 +10 -10
- package/dist/components/settings/settings-lnb/SettingsLnb.d.ts +2 -1
- package/dist/components/settings/settings-lnb/SettingsLnb.styles.d.ts +3 -3
- package/dist/components/settings/shortcuts/Shortcuts.d.ts +1 -0
- package/dist/components/settings/shortcuts/Shortcuts.styles.d.ts +2 -2
- package/dist/components/theme/Theme.d.ts +2 -1
- package/dist/components/theme-builder/ThemeBuilder.d.ts +2 -1
- package/dist/components/theme-builder/ThemeBuilder.styles.d.ts +8 -8
- package/dist/components/toast-container/ToastContainer.d.ts +1 -0
- package/dist/components/toast-container/ToastContainer.styles.d.ts +1 -1
- package/dist/components/toolbar/Toolbar.d.ts +1 -0
- package/dist/components/toolbar/Toolbar.styles.d.ts +4 -4
- package/dist/components/visualization/Visualization.d.ts +1 -0
- package/dist/components/visualization/Visualization.styles.d.ts +1 -1
- package/dist/components/visualization/createVisualization.d.ts +2 -1
- package/dist/components/visualization/table/Table.d.ts +2 -1
- package/dist/components/visualization/table/column/Column.d.ts +2 -1
- package/dist/constants/open.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/index.d.ts +1 -0
- package/dist/constants/sql/database.d.ts +1 -0
- package/dist/engine/actions.d.ts +24 -23
- package/dist/engine/generator.actions.d.ts +3 -2
- package/dist/engine/history.actions.d.ts +4 -3
- package/dist/engine/history.d.ts +1 -0
- package/dist/engine/hooks.d.ts +5 -4
- package/dist/engine/modules/editor/actions.d.ts +5 -4
- package/dist/engine/modules/editor/atom.actions.d.ts +54 -53
- package/dist/engine/modules/editor/generator.actions.d.ts +3 -2
- package/dist/engine/modules/editor/history.d.ts +1 -0
- package/dist/engine/modules/editor/state.d.ts +1 -0
- package/dist/engine/modules/editor/utils/focus.d.ts +3 -2
- package/dist/engine/modules/index/actions.d.ts +4 -3
- package/dist/engine/modules/index/atom.actions.d.ts +9 -8
- 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 +4 -3
- package/dist/engine/modules/index-column/atom.actions.d.ts +9 -8
- 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 +4 -3
- package/dist/engine/modules/memo/atom.actions.d.ts +17 -16
- 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 +4 -3
- package/dist/engine/modules/relationship/atom.actions.d.ts +7 -6
- package/dist/engine/modules/relationship/history.d.ts +1 -0
- package/dist/engine/modules/relationship/hooks.d.ts +2 -1
- package/dist/engine/modules/settings/actions.d.ts +4 -3
- package/dist/engine/modules/settings/atom.actions.d.ts +37 -36
- package/dist/engine/modules/settings/generator.actions.d.ts +1 -0
- package/dist/engine/modules/settings/history.d.ts +1 -0
- package/dist/engine/modules/table/actions.d.ts +4 -3
- package/dist/engine/modules/table/atom.actions.d.ts +19 -18
- package/dist/engine/modules/table/generator.actions.d.ts +2 -1
- package/dist/engine/modules/table/history.d.ts +1 -0
- package/dist/engine/modules/table/hooks.d.ts +2 -1
- package/dist/engine/modules/table-column/actions.d.ts +4 -3
- package/dist/engine/modules/table-column/atom.actions.d.ts +23 -22
- package/dist/engine/modules/table-column/generator.actions.d.ts +3 -2
- package/dist/engine/modules/table-column/history.d.ts +1 -0
- package/dist/engine/modules/table-column/hooks.d.ts +2 -1
- package/dist/engine/modules/table-column/utils/dataType.d.ts +2 -1
- package/dist/engine/replication-store.d.ts +3 -2
- package/dist/engine/rx-operators/actionsFilter.d.ts +2 -1
- package/dist/engine/rx-operators/bufferCircuitBreaker.d.ts +2 -1
- package/dist/engine/rx-operators/groupByStreamActions.d.ts +2 -1
- package/dist/engine/rx-operators/ignoreTagFilter.d.ts +2 -1
- package/dist/engine/rx-operators/notEmptyActions.d.ts +2 -1
- package/dist/engine/rx-operators/readonlyIgnoreFilter.d.ts +2 -1
- package/dist/engine/rx-operators/sharedStreamActionsCompressor.d.ts +2 -1
- package/dist/engine/rx-store.d.ts +5 -4
- package/dist/engine/shared-store.d.ts +3 -2
- package/dist/engine/state.d.ts +2 -1
- package/dist/engine/store-hooks.d.ts +2 -1
- package/dist/engine/store.d.ts +3 -2
- package/dist/engine/tag.d.ts +2 -1
- package/dist/engine.js +2 -2
- package/dist/erd-editor.js +2434 -2437
- package/dist/hooks/useFlipAnimation.d.ts +1 -0
- package/dist/hooks/useKeyBindingMap.d.ts +2 -1
- package/dist/hooks/useUnmounted.d.ts +2 -1
- package/dist/index.d.ts +1 -0
- package/dist/internal-types/index.d.ts +2 -1
- package/dist/{schemaGCService-J8vtSEfz.js → schemaGCService-B0HS3Am6.js} +4126 -4199
- package/dist/services/schema-gc/index.d.ts +1 -0
- package/dist/services/schema-gc/procGC.d.ts +2 -1
- package/dist/services/schema-gc/schemaGCService.d.ts +2 -1
- package/dist/styles/typography.styles.d.ts +11 -11
- package/dist/themes/radix-ui-theme.config.d.ts +1 -0
- package/dist/themes/radix-ui-theme.d.ts +2 -1
- package/dist/themes/textColor.d.ts +2 -1
- package/dist/utils/calcMemo.d.ts +1 -0
- package/dist/utils/calcTable.d.ts +3 -2
- 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/table.entity.d.ts +1 -0
- package/dist/utils/collection/tableColumn.entity.d.ts +1 -0
- package/dist/utils/dragSelect.d.ts +1 -0
- package/dist/utils/draw-relationship/calc.d.ts +3 -2
- package/dist/utils/draw-relationship/draw.d.ts +3 -2
- package/dist/utils/draw-relationship/index.d.ts +1 -0
- package/dist/utils/draw-relationship/pathFinding.d.ts +2 -1
- package/dist/utils/draw-relationship/sort.d.ts +1 -0
- package/dist/utils/emitter.d.ts +3 -2
- 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/csharp.d.ts +2 -1
- package/dist/utils/generator-code/graphql.d.ts +2 -1
- package/dist/utils/generator-code/index.d.ts +2 -1
- package/dist/utils/generator-code/java.d.ts +2 -1
- package/dist/utils/generator-code/jpa.d.ts +2 -1
- package/dist/utils/generator-code/kotlin.d.ts +2 -1
- package/dist/utils/generator-code/scala.d.ts +2 -1
- package/dist/utils/generator-code/typescript.d.ts +2 -1
- package/dist/utils/generator-code/utils.d.ts +2 -1
- package/dist/utils/globalEmitter.d.ts +3 -2
- package/dist/utils/globalEventObservable.d.ts +12 -12
- package/dist/utils/index.d.ts +2 -1
- package/dist/utils/internalEvents.d.ts +1 -0
- package/dist/utils/keyboard-shortcut/index.d.ts +2 -1
- package/dist/utils/rx-operators/fromCopy.d.ts +2 -1
- package/dist/utils/rx-operators/fromDraggable.d.ts +1 -1
- package/dist/utils/rx-operators/fromPaste.d.ts +2 -1
- package/dist/utils/rx-operators/fromShadowDraggable.d.ts +1 -1
- package/dist/utils/rx-operators/takeUnsubscribe.d.ts +1 -0
- package/dist/utils/schema-sql/MSSQL.d.ts +2 -1
- package/dist/utils/schema-sql/MariaDB.d.ts +2 -1
- package/dist/utils/schema-sql/MySQL.d.ts +2 -1
- package/dist/utils/schema-sql/Oracle.d.ts +2 -1
- package/dist/utils/schema-sql/PostgreSQL.d.ts +2 -1
- package/dist/utils/schema-sql/SQLite.d.ts +2 -1
- package/dist/utils/schema-sql/index.d.ts +2 -1
- package/dist/utils/schema-sql/utils.d.ts +1 -0
- package/dist/utils/schema-sql-parser/index.d.ts +2 -1
- package/dist/utils/table-clipboard/copy.d.ts +1 -0
- package/dist/utils/table-clipboard/index.d.ts +1 -0
- package/dist/utils/table-clipboard/paste.d.ts +2 -1
- package/package.json +21 -21
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Reducer } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from '../../context';
|
|
3
|
-
import { RootState } from '../../state';
|
|
4
1
|
import { ValuesType } from '../../../internal-types';
|
|
2
|
+
import { RootState } from '../../state';
|
|
3
|
+
import { EngineContext } from '../../context';
|
|
4
|
+
import { Reducer } from '@dineug/r-html';
|
|
5
|
+
|
|
5
6
|
export declare const ActionType: {
|
|
6
7
|
readonly addMemo: "memo.add";
|
|
7
8
|
readonly moveMemo: "memo.move";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addMemoAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
id: string;
|
|
@@ -7,7 +8,7 @@ export declare const addMemoAction: {
|
|
|
7
8
|
y: number;
|
|
8
9
|
zIndex: number;
|
|
9
10
|
};
|
|
10
|
-
}): import(
|
|
11
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
11
12
|
id: string;
|
|
12
13
|
ui: {
|
|
13
14
|
x: number;
|
|
@@ -23,7 +24,7 @@ export declare const moveMemoAction: {
|
|
|
23
24
|
movementX: number;
|
|
24
25
|
movementY: number;
|
|
25
26
|
ids: string[];
|
|
26
|
-
}): import(
|
|
27
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
27
28
|
movementX: number;
|
|
28
29
|
movementY: number;
|
|
29
30
|
ids: string[];
|
|
@@ -36,7 +37,7 @@ export declare const moveToMemoAction: {
|
|
|
36
37
|
id: string;
|
|
37
38
|
x: number;
|
|
38
39
|
y: number;
|
|
39
|
-
}): import(
|
|
40
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
40
41
|
id: string;
|
|
41
42
|
x: number;
|
|
42
43
|
y: number;
|
|
@@ -47,7 +48,7 @@ export declare const moveToMemoAction: {
|
|
|
47
48
|
export declare const removeMemoAction: {
|
|
48
49
|
(payload: {
|
|
49
50
|
id: string;
|
|
50
|
-
}): import(
|
|
51
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
51
52
|
id: string;
|
|
52
53
|
}>;
|
|
53
54
|
toString(): string;
|
|
@@ -57,7 +58,7 @@ export declare const changeMemoValueAction: {
|
|
|
57
58
|
(payload: {
|
|
58
59
|
id: string;
|
|
59
60
|
value: string;
|
|
60
|
-
}): import(
|
|
61
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
61
62
|
id: string;
|
|
62
63
|
value: string;
|
|
63
64
|
}>;
|
|
@@ -69,7 +70,7 @@ export declare const changeMemoColorAction: {
|
|
|
69
70
|
id: string;
|
|
70
71
|
color: string;
|
|
71
72
|
prevColor: string;
|
|
72
|
-
}): import(
|
|
73
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
73
74
|
id: string;
|
|
74
75
|
color: string;
|
|
75
76
|
prevColor: string;
|
|
@@ -84,7 +85,7 @@ export declare const resizeMemoAction: {
|
|
|
84
85
|
y: number;
|
|
85
86
|
width: number;
|
|
86
87
|
height: number;
|
|
87
|
-
}): import(
|
|
88
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
88
89
|
id: string;
|
|
89
90
|
x: number;
|
|
90
91
|
y: number;
|
|
@@ -98,7 +99,7 @@ export declare const changeZIndexAction: {
|
|
|
98
99
|
(payload: {
|
|
99
100
|
id: string;
|
|
100
101
|
zIndex: number;
|
|
101
|
-
}): import(
|
|
102
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
102
103
|
id: string;
|
|
103
104
|
zIndex: number;
|
|
104
105
|
}>;
|
|
@@ -124,7 +125,7 @@ export declare const actions: {
|
|
|
124
125
|
y: number;
|
|
125
126
|
zIndex: number;
|
|
126
127
|
};
|
|
127
|
-
}): import(
|
|
128
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
128
129
|
id: string;
|
|
129
130
|
ui: {
|
|
130
131
|
x: number;
|
|
@@ -140,7 +141,7 @@ export declare const actions: {
|
|
|
140
141
|
movementX: number;
|
|
141
142
|
movementY: number;
|
|
142
143
|
ids: string[];
|
|
143
|
-
}): import(
|
|
144
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
144
145
|
movementX: number;
|
|
145
146
|
movementY: number;
|
|
146
147
|
ids: string[];
|
|
@@ -153,7 +154,7 @@ export declare const actions: {
|
|
|
153
154
|
id: string;
|
|
154
155
|
x: number;
|
|
155
156
|
y: number;
|
|
156
|
-
}): import(
|
|
157
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
157
158
|
id: string;
|
|
158
159
|
x: number;
|
|
159
160
|
y: number;
|
|
@@ -164,7 +165,7 @@ export declare const actions: {
|
|
|
164
165
|
removeMemoAction: {
|
|
165
166
|
(payload: {
|
|
166
167
|
id: string;
|
|
167
|
-
}): import(
|
|
168
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
168
169
|
id: string;
|
|
169
170
|
}>;
|
|
170
171
|
toString(): string;
|
|
@@ -174,7 +175,7 @@ export declare const actions: {
|
|
|
174
175
|
(payload: {
|
|
175
176
|
id: string;
|
|
176
177
|
value: string;
|
|
177
|
-
}): import(
|
|
178
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
178
179
|
id: string;
|
|
179
180
|
value: string;
|
|
180
181
|
}>;
|
|
@@ -186,7 +187,7 @@ export declare const actions: {
|
|
|
186
187
|
id: string;
|
|
187
188
|
color: string;
|
|
188
189
|
prevColor: string;
|
|
189
|
-
}): import(
|
|
190
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
190
191
|
id: string;
|
|
191
192
|
color: string;
|
|
192
193
|
prevColor: string;
|
|
@@ -201,7 +202,7 @@ export declare const actions: {
|
|
|
201
202
|
y: number;
|
|
202
203
|
width: number;
|
|
203
204
|
height: number;
|
|
204
|
-
}): import(
|
|
205
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
205
206
|
id: string;
|
|
206
207
|
x: number;
|
|
207
208
|
y: number;
|
|
@@ -215,7 +216,7 @@ export declare const actions: {
|
|
|
215
216
|
(payload: {
|
|
216
217
|
id: string;
|
|
217
218
|
zIndex: number;
|
|
218
|
-
}): import(
|
|
219
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
219
220
|
id: string;
|
|
220
221
|
zIndex: number;
|
|
221
222
|
}>;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { GeneratorAction } from '../../generator.actions';
|
|
2
|
+
|
|
2
3
|
export declare const addMemoAction$: () => GeneratorAction;
|
|
3
4
|
export declare const removeMemoAction$: (id?: string) => GeneratorAction;
|
|
4
5
|
export declare const selectMemoAction$: (id: string, $mod: boolean) => GeneratorAction;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Reducer } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from '../../context';
|
|
3
|
-
import { RootState } from '../../state';
|
|
4
1
|
import { ValuesType } from '../../../internal-types';
|
|
2
|
+
import { RootState } from '../../state';
|
|
3
|
+
import { EngineContext } from '../../context';
|
|
4
|
+
import { Reducer } from '@dineug/r-html';
|
|
5
|
+
|
|
5
6
|
export declare const ActionType: {
|
|
6
7
|
readonly addRelationship: "relationship.add";
|
|
7
8
|
readonly removeRelationship: "relationship.remove";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addRelationshipAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
id: string;
|
|
@@ -11,7 +12,7 @@ export declare const addRelationshipAction: {
|
|
|
11
12
|
tableId: string;
|
|
12
13
|
columnIds: string[];
|
|
13
14
|
};
|
|
14
|
-
}): import(
|
|
15
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
15
16
|
id: string;
|
|
16
17
|
relationshipType: number;
|
|
17
18
|
start: {
|
|
@@ -29,7 +30,7 @@ export declare const addRelationshipAction: {
|
|
|
29
30
|
export declare const removeRelationshipAction: {
|
|
30
31
|
(payload: {
|
|
31
32
|
id: string;
|
|
32
|
-
}): import(
|
|
33
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
33
34
|
id: string;
|
|
34
35
|
}>;
|
|
35
36
|
toString(): string;
|
|
@@ -39,7 +40,7 @@ export declare const changeRelationshipTypeAction: {
|
|
|
39
40
|
(payload: {
|
|
40
41
|
id: string;
|
|
41
42
|
value: number;
|
|
42
|
-
}): import(
|
|
43
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
43
44
|
id: string;
|
|
44
45
|
value: number;
|
|
45
46
|
}>;
|
|
@@ -64,7 +65,7 @@ export declare const actions: {
|
|
|
64
65
|
tableId: string;
|
|
65
66
|
columnIds: string[];
|
|
66
67
|
};
|
|
67
|
-
}): import(
|
|
68
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
68
69
|
id: string;
|
|
69
70
|
relationshipType: number;
|
|
70
71
|
start: {
|
|
@@ -82,7 +83,7 @@ export declare const actions: {
|
|
|
82
83
|
removeRelationshipAction: {
|
|
83
84
|
(payload: {
|
|
84
85
|
id: string;
|
|
85
|
-
}): import(
|
|
86
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
86
87
|
id: string;
|
|
87
88
|
}>;
|
|
88
89
|
toString(): string;
|
|
@@ -92,7 +93,7 @@ export declare const actions: {
|
|
|
92
93
|
(payload: {
|
|
93
94
|
id: string;
|
|
94
95
|
value: number;
|
|
95
|
-
}): import(
|
|
96
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
96
97
|
id: string;
|
|
97
98
|
value: number;
|
|
98
99
|
}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Reducer } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from '../../context';
|
|
3
|
-
import { RootState } from '../../state';
|
|
4
1
|
import { ValuesType } from '../../../internal-types';
|
|
2
|
+
import { RootState } from '../../state';
|
|
3
|
+
import { EngineContext } from '../../context';
|
|
4
|
+
import { Reducer } from '@dineug/r-html';
|
|
5
|
+
|
|
5
6
|
export declare const ActionType: {
|
|
6
7
|
readonly changeDatabaseName: "settings.changeDatabaseName";
|
|
7
8
|
readonly resize: "settings.resize";
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const changeDatabaseNameAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
value: string;
|
|
5
|
-
}): import(
|
|
6
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
6
7
|
value: string;
|
|
7
8
|
}>;
|
|
8
9
|
toString(): string;
|
|
@@ -12,7 +13,7 @@ export declare const resizeAction: {
|
|
|
12
13
|
(payload: {
|
|
13
14
|
width: number;
|
|
14
15
|
height: number;
|
|
15
|
-
}): import(
|
|
16
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
16
17
|
width: number;
|
|
17
18
|
height: number;
|
|
18
19
|
}>;
|
|
@@ -22,7 +23,7 @@ export declare const resizeAction: {
|
|
|
22
23
|
export declare const changeZoomLevelAction: {
|
|
23
24
|
(payload: {
|
|
24
25
|
value: number;
|
|
25
|
-
}): import(
|
|
26
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
26
27
|
value: number;
|
|
27
28
|
}>;
|
|
28
29
|
toString(): string;
|
|
@@ -31,7 +32,7 @@ export declare const changeZoomLevelAction: {
|
|
|
31
32
|
export declare const streamZoomLevelAction: {
|
|
32
33
|
(payload: {
|
|
33
34
|
value: number;
|
|
34
|
-
}): import(
|
|
35
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
35
36
|
value: number;
|
|
36
37
|
}>;
|
|
37
38
|
toString(): string;
|
|
@@ -41,7 +42,7 @@ export declare const scrollToAction: {
|
|
|
41
42
|
(payload: {
|
|
42
43
|
scrollTop: number;
|
|
43
44
|
scrollLeft: number;
|
|
44
|
-
}): import(
|
|
45
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
45
46
|
scrollTop: number;
|
|
46
47
|
scrollLeft: number;
|
|
47
48
|
}>;
|
|
@@ -52,7 +53,7 @@ export declare const streamScrollToAction: {
|
|
|
52
53
|
(payload: {
|
|
53
54
|
movementX: number;
|
|
54
55
|
movementY: number;
|
|
55
|
-
}): import(
|
|
56
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
56
57
|
movementX: number;
|
|
57
58
|
movementY: number;
|
|
58
59
|
}>;
|
|
@@ -63,7 +64,7 @@ export declare const changeShowAction: {
|
|
|
63
64
|
(payload: {
|
|
64
65
|
show: number;
|
|
65
66
|
value: boolean;
|
|
66
|
-
}): import(
|
|
67
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
67
68
|
show: number;
|
|
68
69
|
value: boolean;
|
|
69
70
|
}>;
|
|
@@ -73,7 +74,7 @@ export declare const changeShowAction: {
|
|
|
73
74
|
export declare const changeDatabaseAction: {
|
|
74
75
|
(payload: {
|
|
75
76
|
value: number;
|
|
76
|
-
}): import(
|
|
77
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
77
78
|
value: number;
|
|
78
79
|
}>;
|
|
79
80
|
toString(): string;
|
|
@@ -82,7 +83,7 @@ export declare const changeDatabaseAction: {
|
|
|
82
83
|
export declare const changeCanvasTypeAction: {
|
|
83
84
|
(payload: {
|
|
84
85
|
value: string;
|
|
85
|
-
}): import(
|
|
86
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
86
87
|
value: string;
|
|
87
88
|
}>;
|
|
88
89
|
toString(): string;
|
|
@@ -91,7 +92,7 @@ export declare const changeCanvasTypeAction: {
|
|
|
91
92
|
export declare const changeLanguageAction: {
|
|
92
93
|
(payload: {
|
|
93
94
|
value: number;
|
|
94
|
-
}): import(
|
|
95
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
95
96
|
value: number;
|
|
96
97
|
}>;
|
|
97
98
|
toString(): string;
|
|
@@ -100,7 +101,7 @@ export declare const changeLanguageAction: {
|
|
|
100
101
|
export declare const changeTableNameCaseAction: {
|
|
101
102
|
(payload: {
|
|
102
103
|
value: number;
|
|
103
|
-
}): import(
|
|
104
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
104
105
|
value: number;
|
|
105
106
|
}>;
|
|
106
107
|
toString(): string;
|
|
@@ -109,7 +110,7 @@ export declare const changeTableNameCaseAction: {
|
|
|
109
110
|
export declare const changeColumnNameCaseAction: {
|
|
110
111
|
(payload: {
|
|
111
112
|
value: number;
|
|
112
|
-
}): import(
|
|
113
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
113
114
|
value: number;
|
|
114
115
|
}>;
|
|
115
116
|
toString(): string;
|
|
@@ -118,7 +119,7 @@ export declare const changeColumnNameCaseAction: {
|
|
|
118
119
|
export declare const changeBracketTypeAction: {
|
|
119
120
|
(payload: {
|
|
120
121
|
value: number;
|
|
121
|
-
}): import(
|
|
122
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
122
123
|
value: number;
|
|
123
124
|
}>;
|
|
124
125
|
toString(): string;
|
|
@@ -127,7 +128,7 @@ export declare const changeBracketTypeAction: {
|
|
|
127
128
|
export declare const changeRelationshipDataTypeSyncAction: {
|
|
128
129
|
(payload: {
|
|
129
130
|
value: boolean;
|
|
130
|
-
}): import(
|
|
131
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
131
132
|
value: boolean;
|
|
132
133
|
}>;
|
|
133
134
|
toString(): string;
|
|
@@ -136,7 +137,7 @@ export declare const changeRelationshipDataTypeSyncAction: {
|
|
|
136
137
|
export declare const changeRelationshipOptimizationAction: {
|
|
137
138
|
(payload: {
|
|
138
139
|
value: boolean;
|
|
139
|
-
}): import(
|
|
140
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
140
141
|
value: boolean;
|
|
141
142
|
}>;
|
|
142
143
|
toString(): string;
|
|
@@ -146,7 +147,7 @@ export declare const changeColumnOrderAction: {
|
|
|
146
147
|
(payload: {
|
|
147
148
|
value: number;
|
|
148
149
|
target: number;
|
|
149
|
-
}): import(
|
|
150
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
150
151
|
value: number;
|
|
151
152
|
target: number;
|
|
152
153
|
}>;
|
|
@@ -156,7 +157,7 @@ export declare const changeColumnOrderAction: {
|
|
|
156
157
|
export declare const changeMaxWidthCommentAction: {
|
|
157
158
|
(payload: {
|
|
158
159
|
value: number;
|
|
159
|
-
}): import(
|
|
160
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
160
161
|
value: number;
|
|
161
162
|
}>;
|
|
162
163
|
toString(): string;
|
|
@@ -166,7 +167,7 @@ export declare const changeIgnoreSaveSettingsAction: {
|
|
|
166
167
|
(payload: {
|
|
167
168
|
saveSettingType: number;
|
|
168
169
|
value: boolean;
|
|
169
|
-
}): import(
|
|
170
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
170
171
|
saveSettingType: number;
|
|
171
172
|
value: boolean;
|
|
172
173
|
}>;
|
|
@@ -197,7 +198,7 @@ export declare const actions: {
|
|
|
197
198
|
changeDatabaseNameAction: {
|
|
198
199
|
(payload: {
|
|
199
200
|
value: string;
|
|
200
|
-
}): import(
|
|
201
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
201
202
|
value: string;
|
|
202
203
|
}>;
|
|
203
204
|
toString(): string;
|
|
@@ -207,7 +208,7 @@ export declare const actions: {
|
|
|
207
208
|
(payload: {
|
|
208
209
|
width: number;
|
|
209
210
|
height: number;
|
|
210
|
-
}): import(
|
|
211
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
211
212
|
width: number;
|
|
212
213
|
height: number;
|
|
213
214
|
}>;
|
|
@@ -217,7 +218,7 @@ export declare const actions: {
|
|
|
217
218
|
changeZoomLevelAction: {
|
|
218
219
|
(payload: {
|
|
219
220
|
value: number;
|
|
220
|
-
}): import(
|
|
221
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
221
222
|
value: number;
|
|
222
223
|
}>;
|
|
223
224
|
toString(): string;
|
|
@@ -226,7 +227,7 @@ export declare const actions: {
|
|
|
226
227
|
streamZoomLevelAction: {
|
|
227
228
|
(payload: {
|
|
228
229
|
value: number;
|
|
229
|
-
}): import(
|
|
230
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
230
231
|
value: number;
|
|
231
232
|
}>;
|
|
232
233
|
toString(): string;
|
|
@@ -236,7 +237,7 @@ export declare const actions: {
|
|
|
236
237
|
(payload: {
|
|
237
238
|
scrollTop: number;
|
|
238
239
|
scrollLeft: number;
|
|
239
|
-
}): import(
|
|
240
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
240
241
|
scrollTop: number;
|
|
241
242
|
scrollLeft: number;
|
|
242
243
|
}>;
|
|
@@ -247,7 +248,7 @@ export declare const actions: {
|
|
|
247
248
|
(payload: {
|
|
248
249
|
movementX: number;
|
|
249
250
|
movementY: number;
|
|
250
|
-
}): import(
|
|
251
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
251
252
|
movementX: number;
|
|
252
253
|
movementY: number;
|
|
253
254
|
}>;
|
|
@@ -258,7 +259,7 @@ export declare const actions: {
|
|
|
258
259
|
(payload: {
|
|
259
260
|
show: number;
|
|
260
261
|
value: boolean;
|
|
261
|
-
}): import(
|
|
262
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
262
263
|
show: number;
|
|
263
264
|
value: boolean;
|
|
264
265
|
}>;
|
|
@@ -268,7 +269,7 @@ export declare const actions: {
|
|
|
268
269
|
changeDatabaseAction: {
|
|
269
270
|
(payload: {
|
|
270
271
|
value: number;
|
|
271
|
-
}): import(
|
|
272
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
272
273
|
value: number;
|
|
273
274
|
}>;
|
|
274
275
|
toString(): string;
|
|
@@ -277,7 +278,7 @@ export declare const actions: {
|
|
|
277
278
|
changeCanvasTypeAction: {
|
|
278
279
|
(payload: {
|
|
279
280
|
value: string;
|
|
280
|
-
}): import(
|
|
281
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
281
282
|
value: string;
|
|
282
283
|
}>;
|
|
283
284
|
toString(): string;
|
|
@@ -286,7 +287,7 @@ export declare const actions: {
|
|
|
286
287
|
changeLanguageAction: {
|
|
287
288
|
(payload: {
|
|
288
289
|
value: number;
|
|
289
|
-
}): import(
|
|
290
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
290
291
|
value: number;
|
|
291
292
|
}>;
|
|
292
293
|
toString(): string;
|
|
@@ -295,7 +296,7 @@ export declare const actions: {
|
|
|
295
296
|
changeTableNameCaseAction: {
|
|
296
297
|
(payload: {
|
|
297
298
|
value: number;
|
|
298
|
-
}): import(
|
|
299
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
299
300
|
value: number;
|
|
300
301
|
}>;
|
|
301
302
|
toString(): string;
|
|
@@ -304,7 +305,7 @@ export declare const actions: {
|
|
|
304
305
|
changeColumnNameCaseAction: {
|
|
305
306
|
(payload: {
|
|
306
307
|
value: number;
|
|
307
|
-
}): import(
|
|
308
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
308
309
|
value: number;
|
|
309
310
|
}>;
|
|
310
311
|
toString(): string;
|
|
@@ -313,7 +314,7 @@ export declare const actions: {
|
|
|
313
314
|
changeBracketTypeAction: {
|
|
314
315
|
(payload: {
|
|
315
316
|
value: number;
|
|
316
|
-
}): import(
|
|
317
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
317
318
|
value: number;
|
|
318
319
|
}>;
|
|
319
320
|
toString(): string;
|
|
@@ -322,7 +323,7 @@ export declare const actions: {
|
|
|
322
323
|
changeRelationshipDataTypeSyncAction: {
|
|
323
324
|
(payload: {
|
|
324
325
|
value: boolean;
|
|
325
|
-
}): import(
|
|
326
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
326
327
|
value: boolean;
|
|
327
328
|
}>;
|
|
328
329
|
toString(): string;
|
|
@@ -331,7 +332,7 @@ export declare const actions: {
|
|
|
331
332
|
changeRelationshipOptimizationAction: {
|
|
332
333
|
(payload: {
|
|
333
334
|
value: boolean;
|
|
334
|
-
}): import(
|
|
335
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
335
336
|
value: boolean;
|
|
336
337
|
}>;
|
|
337
338
|
toString(): string;
|
|
@@ -341,7 +342,7 @@ export declare const actions: {
|
|
|
341
342
|
(payload: {
|
|
342
343
|
value: number;
|
|
343
344
|
target: number;
|
|
344
|
-
}): import(
|
|
345
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
345
346
|
value: number;
|
|
346
347
|
target: number;
|
|
347
348
|
}>;
|
|
@@ -351,7 +352,7 @@ export declare const actions: {
|
|
|
351
352
|
changeMaxWidthCommentAction: {
|
|
352
353
|
(payload: {
|
|
353
354
|
value: number;
|
|
354
|
-
}): import(
|
|
355
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
355
356
|
value: number;
|
|
356
357
|
}>;
|
|
357
358
|
toString(): string;
|
|
@@ -361,7 +362,7 @@ export declare const actions: {
|
|
|
361
362
|
(payload: {
|
|
362
363
|
saveSettingType: number;
|
|
363
364
|
value: boolean;
|
|
364
|
-
}): import(
|
|
365
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
365
366
|
saveSettingType: number;
|
|
366
367
|
value: boolean;
|
|
367
368
|
}>;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Reducer } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from '../../context';
|
|
3
|
-
import { RootState } from '../../state';
|
|
4
1
|
import { ValuesType } from '../../../internal-types';
|
|
2
|
+
import { RootState } from '../../state';
|
|
3
|
+
import { EngineContext } from '../../context';
|
|
4
|
+
import { Reducer } from '@dineug/r-html';
|
|
5
|
+
|
|
5
6
|
export declare const ActionType: {
|
|
6
7
|
readonly addTable: "table.add";
|
|
7
8
|
readonly moveTable: "table.move";
|