@dineug/erd-editor 3.2.2 → 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/schema.d.ts +4 -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 +9 -3
- package/dist/engine/modules/settings/atom.actions.d.ts +58 -34
- 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 +3966 -3929
- 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--OrV_3hH.js → schemaGCService-B0HS3Am6.js} +4198 -4244
- 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";
|
|
@@ -20,6 +21,7 @@ export declare const ActionType: {
|
|
|
20
21
|
readonly changeRelationshipOptimization: "settings.changeRelationshipOptimization";
|
|
21
22
|
readonly changeColumnOrder: "settings.changeColumnOrder";
|
|
22
23
|
readonly changeMaxWidthComment: "settings.changeMaxWidthComment";
|
|
24
|
+
readonly changeIgnoreSaveSettings: "settings.changeIgnoreSaveSettings";
|
|
23
25
|
};
|
|
24
26
|
export type ActionType = ValuesType<typeof ActionType>;
|
|
25
27
|
export type ActionMap = {
|
|
@@ -79,5 +81,9 @@ export type ActionMap = {
|
|
|
79
81
|
[ActionType.changeMaxWidthComment]: {
|
|
80
82
|
value: number;
|
|
81
83
|
};
|
|
84
|
+
[ActionType.changeIgnoreSaveSettings]: {
|
|
85
|
+
saveSettingType: number;
|
|
86
|
+
value: boolean;
|
|
87
|
+
};
|
|
82
88
|
};
|
|
83
89
|
export type ReducerType<T extends keyof ActionMap> = Reducer<RootState, T, ActionMap, EngineContext>;
|
|
@@ -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,12 +157,23 @@ 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;
|
|
163
164
|
type: string;
|
|
164
165
|
};
|
|
166
|
+
export declare const changeIgnoreSaveSettingsAction: {
|
|
167
|
+
(payload: {
|
|
168
|
+
saveSettingType: number;
|
|
169
|
+
value: boolean;
|
|
170
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
171
|
+
saveSettingType: number;
|
|
172
|
+
value: boolean;
|
|
173
|
+
}>;
|
|
174
|
+
toString(): string;
|
|
175
|
+
type: string;
|
|
176
|
+
};
|
|
165
177
|
export declare const settingsReducers: {
|
|
166
178
|
"settings.changeDatabaseName": ReducerType<"settings.changeDatabaseName">;
|
|
167
179
|
"settings.resize": ReducerType<"settings.resize">;
|
|
@@ -180,12 +192,13 @@ export declare const settingsReducers: {
|
|
|
180
192
|
"settings.changeRelationshipOptimization": ReducerType<"settings.changeRelationshipOptimization">;
|
|
181
193
|
"settings.changeColumnOrder": ReducerType<"settings.changeColumnOrder">;
|
|
182
194
|
"settings.changeMaxWidthComment": ReducerType<"settings.changeMaxWidthComment">;
|
|
195
|
+
"settings.changeIgnoreSaveSettings": ReducerType<"settings.changeIgnoreSaveSettings">;
|
|
183
196
|
};
|
|
184
197
|
export declare const actions: {
|
|
185
198
|
changeDatabaseNameAction: {
|
|
186
199
|
(payload: {
|
|
187
200
|
value: string;
|
|
188
|
-
}): import(
|
|
201
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
189
202
|
value: string;
|
|
190
203
|
}>;
|
|
191
204
|
toString(): string;
|
|
@@ -195,7 +208,7 @@ export declare const actions: {
|
|
|
195
208
|
(payload: {
|
|
196
209
|
width: number;
|
|
197
210
|
height: number;
|
|
198
|
-
}): import(
|
|
211
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
199
212
|
width: number;
|
|
200
213
|
height: number;
|
|
201
214
|
}>;
|
|
@@ -205,7 +218,7 @@ export declare const actions: {
|
|
|
205
218
|
changeZoomLevelAction: {
|
|
206
219
|
(payload: {
|
|
207
220
|
value: number;
|
|
208
|
-
}): import(
|
|
221
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
209
222
|
value: number;
|
|
210
223
|
}>;
|
|
211
224
|
toString(): string;
|
|
@@ -214,7 +227,7 @@ export declare const actions: {
|
|
|
214
227
|
streamZoomLevelAction: {
|
|
215
228
|
(payload: {
|
|
216
229
|
value: number;
|
|
217
|
-
}): import(
|
|
230
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
218
231
|
value: number;
|
|
219
232
|
}>;
|
|
220
233
|
toString(): string;
|
|
@@ -224,7 +237,7 @@ export declare const actions: {
|
|
|
224
237
|
(payload: {
|
|
225
238
|
scrollTop: number;
|
|
226
239
|
scrollLeft: number;
|
|
227
|
-
}): import(
|
|
240
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
228
241
|
scrollTop: number;
|
|
229
242
|
scrollLeft: number;
|
|
230
243
|
}>;
|
|
@@ -235,7 +248,7 @@ export declare const actions: {
|
|
|
235
248
|
(payload: {
|
|
236
249
|
movementX: number;
|
|
237
250
|
movementY: number;
|
|
238
|
-
}): import(
|
|
251
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
239
252
|
movementX: number;
|
|
240
253
|
movementY: number;
|
|
241
254
|
}>;
|
|
@@ -246,7 +259,7 @@ export declare const actions: {
|
|
|
246
259
|
(payload: {
|
|
247
260
|
show: number;
|
|
248
261
|
value: boolean;
|
|
249
|
-
}): import(
|
|
262
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
250
263
|
show: number;
|
|
251
264
|
value: boolean;
|
|
252
265
|
}>;
|
|
@@ -256,7 +269,7 @@ export declare const actions: {
|
|
|
256
269
|
changeDatabaseAction: {
|
|
257
270
|
(payload: {
|
|
258
271
|
value: number;
|
|
259
|
-
}): import(
|
|
272
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
260
273
|
value: number;
|
|
261
274
|
}>;
|
|
262
275
|
toString(): string;
|
|
@@ -265,7 +278,7 @@ export declare const actions: {
|
|
|
265
278
|
changeCanvasTypeAction: {
|
|
266
279
|
(payload: {
|
|
267
280
|
value: string;
|
|
268
|
-
}): import(
|
|
281
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
269
282
|
value: string;
|
|
270
283
|
}>;
|
|
271
284
|
toString(): string;
|
|
@@ -274,7 +287,7 @@ export declare const actions: {
|
|
|
274
287
|
changeLanguageAction: {
|
|
275
288
|
(payload: {
|
|
276
289
|
value: number;
|
|
277
|
-
}): import(
|
|
290
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
278
291
|
value: number;
|
|
279
292
|
}>;
|
|
280
293
|
toString(): string;
|
|
@@ -283,7 +296,7 @@ export declare const actions: {
|
|
|
283
296
|
changeTableNameCaseAction: {
|
|
284
297
|
(payload: {
|
|
285
298
|
value: number;
|
|
286
|
-
}): import(
|
|
299
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
287
300
|
value: number;
|
|
288
301
|
}>;
|
|
289
302
|
toString(): string;
|
|
@@ -292,7 +305,7 @@ export declare const actions: {
|
|
|
292
305
|
changeColumnNameCaseAction: {
|
|
293
306
|
(payload: {
|
|
294
307
|
value: number;
|
|
295
|
-
}): import(
|
|
308
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
296
309
|
value: number;
|
|
297
310
|
}>;
|
|
298
311
|
toString(): string;
|
|
@@ -301,7 +314,7 @@ export declare const actions: {
|
|
|
301
314
|
changeBracketTypeAction: {
|
|
302
315
|
(payload: {
|
|
303
316
|
value: number;
|
|
304
|
-
}): import(
|
|
317
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
305
318
|
value: number;
|
|
306
319
|
}>;
|
|
307
320
|
toString(): string;
|
|
@@ -310,7 +323,7 @@ export declare const actions: {
|
|
|
310
323
|
changeRelationshipDataTypeSyncAction: {
|
|
311
324
|
(payload: {
|
|
312
325
|
value: boolean;
|
|
313
|
-
}): import(
|
|
326
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
314
327
|
value: boolean;
|
|
315
328
|
}>;
|
|
316
329
|
toString(): string;
|
|
@@ -319,7 +332,7 @@ export declare const actions: {
|
|
|
319
332
|
changeRelationshipOptimizationAction: {
|
|
320
333
|
(payload: {
|
|
321
334
|
value: boolean;
|
|
322
|
-
}): import(
|
|
335
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
323
336
|
value: boolean;
|
|
324
337
|
}>;
|
|
325
338
|
toString(): string;
|
|
@@ -329,7 +342,7 @@ export declare const actions: {
|
|
|
329
342
|
(payload: {
|
|
330
343
|
value: number;
|
|
331
344
|
target: number;
|
|
332
|
-
}): import(
|
|
345
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
333
346
|
value: number;
|
|
334
347
|
target: number;
|
|
335
348
|
}>;
|
|
@@ -339,10 +352,21 @@ export declare const actions: {
|
|
|
339
352
|
changeMaxWidthCommentAction: {
|
|
340
353
|
(payload: {
|
|
341
354
|
value: number;
|
|
342
|
-
}): import(
|
|
355
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
343
356
|
value: number;
|
|
344
357
|
}>;
|
|
345
358
|
toString(): string;
|
|
346
359
|
type: string;
|
|
347
360
|
};
|
|
361
|
+
changeIgnoreSaveSettingsAction: {
|
|
362
|
+
(payload: {
|
|
363
|
+
saveSettingType: number;
|
|
364
|
+
value: boolean;
|
|
365
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
366
|
+
saveSettingType: number;
|
|
367
|
+
value: boolean;
|
|
368
|
+
}>;
|
|
369
|
+
toString(): string;
|
|
370
|
+
type: string;
|
|
371
|
+
};
|
|
348
372
|
};
|
|
@@ -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";
|