@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,10 +1,11 @@
|
|
|
1
|
-
import { ReducerType } from './actions';
|
|
2
1
|
import { FocusType, SelectType } from './state';
|
|
2
|
+
import { ReducerType } from './actions';
|
|
3
|
+
|
|
3
4
|
export declare const changeHasHistoryAction: {
|
|
4
5
|
(payload: {
|
|
5
6
|
hasUndo: boolean;
|
|
6
7
|
hasRedo: boolean;
|
|
7
|
-
}): import(
|
|
8
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
8
9
|
hasUndo: boolean;
|
|
9
10
|
hasRedo: boolean;
|
|
10
11
|
}>;
|
|
@@ -12,17 +13,17 @@ export declare const changeHasHistoryAction: {
|
|
|
12
13
|
type: string;
|
|
13
14
|
};
|
|
14
15
|
export declare const selectAllAction: {
|
|
15
|
-
(payload: void): import(
|
|
16
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
16
17
|
toString(): string;
|
|
17
18
|
type: string;
|
|
18
19
|
};
|
|
19
20
|
export declare const unselectAllAction: {
|
|
20
|
-
(payload: void): import(
|
|
21
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
21
22
|
toString(): string;
|
|
22
23
|
type: string;
|
|
23
24
|
};
|
|
24
25
|
export declare const selectAction: {
|
|
25
|
-
(payload: Record<string, SelectType>): import(
|
|
26
|
+
(payload: Record<string, SelectType>): import('@dineug/r-html').AnyAction<Record<string, SelectType>>;
|
|
26
27
|
toString(): string;
|
|
27
28
|
type: string;
|
|
28
29
|
};
|
|
@@ -30,7 +31,7 @@ export declare const changeViewportAction: {
|
|
|
30
31
|
(payload: {
|
|
31
32
|
width: number;
|
|
32
33
|
height: number;
|
|
33
|
-
}): import(
|
|
34
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
34
35
|
width: number;
|
|
35
36
|
height: number;
|
|
36
37
|
}>;
|
|
@@ -38,28 +39,28 @@ export declare const changeViewportAction: {
|
|
|
38
39
|
type: string;
|
|
39
40
|
};
|
|
40
41
|
export declare const clearAction: {
|
|
41
|
-
(payload: void): import(
|
|
42
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
42
43
|
toString(): string;
|
|
43
44
|
type: string;
|
|
44
45
|
};
|
|
45
46
|
export declare const loadJsonAction: {
|
|
46
47
|
(payload: {
|
|
47
48
|
value: string;
|
|
48
|
-
}): import(
|
|
49
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
49
50
|
value: string;
|
|
50
51
|
}>;
|
|
51
52
|
toString(): string;
|
|
52
53
|
type: string;
|
|
53
54
|
};
|
|
54
55
|
export declare const initialClearAction: {
|
|
55
|
-
(payload: void): import(
|
|
56
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
56
57
|
toString(): string;
|
|
57
58
|
type: string;
|
|
58
59
|
};
|
|
59
60
|
export declare const initialLoadJsonAction: {
|
|
60
61
|
(payload: {
|
|
61
62
|
value: string;
|
|
62
|
-
}): import(
|
|
63
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
63
64
|
value: string;
|
|
64
65
|
}>;
|
|
65
66
|
toString(): string;
|
|
@@ -69,7 +70,7 @@ export declare const focusTableAction: {
|
|
|
69
70
|
(payload: {
|
|
70
71
|
tableId: string;
|
|
71
72
|
focusType?: FocusType | undefined;
|
|
72
|
-
}): import(
|
|
73
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
73
74
|
tableId: string;
|
|
74
75
|
focusType?: FocusType | undefined;
|
|
75
76
|
}>;
|
|
@@ -83,7 +84,7 @@ export declare const focusColumnAction: {
|
|
|
83
84
|
focusType: FocusType;
|
|
84
85
|
$mod: boolean;
|
|
85
86
|
shiftKey: boolean;
|
|
86
|
-
}): import(
|
|
87
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
87
88
|
tableId: string;
|
|
88
89
|
columnId: string;
|
|
89
90
|
focusType: FocusType;
|
|
@@ -94,7 +95,7 @@ export declare const focusColumnAction: {
|
|
|
94
95
|
type: string;
|
|
95
96
|
};
|
|
96
97
|
export declare const focusTableEndAction: {
|
|
97
|
-
(payload: void): import(
|
|
98
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
98
99
|
toString(): string;
|
|
99
100
|
type: string;
|
|
100
101
|
};
|
|
@@ -102,7 +103,7 @@ export declare const focusMoveTableAction: {
|
|
|
102
103
|
(payload: {
|
|
103
104
|
moveKey: string;
|
|
104
105
|
shiftKey: boolean;
|
|
105
|
-
}): import(
|
|
106
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
106
107
|
moveKey: string;
|
|
107
108
|
shiftKey: boolean;
|
|
108
109
|
}>;
|
|
@@ -110,24 +111,24 @@ export declare const focusMoveTableAction: {
|
|
|
110
111
|
type: string;
|
|
111
112
|
};
|
|
112
113
|
export declare const editTableAction: {
|
|
113
|
-
(payload: void): import(
|
|
114
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
114
115
|
toString(): string;
|
|
115
116
|
type: string;
|
|
116
117
|
};
|
|
117
118
|
export declare const editTableEndAction: {
|
|
118
|
-
(payload: void): import(
|
|
119
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
119
120
|
toString(): string;
|
|
120
121
|
type: string;
|
|
121
122
|
};
|
|
122
123
|
export declare const selectAllColumnAction: {
|
|
123
|
-
(payload: void): import(
|
|
124
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
124
125
|
toString(): string;
|
|
125
126
|
type: string;
|
|
126
127
|
};
|
|
127
128
|
export declare const drawStartRelationshipAction: {
|
|
128
129
|
(payload: {
|
|
129
130
|
relationshipType: number;
|
|
130
|
-
}): import(
|
|
131
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
131
132
|
relationshipType: number;
|
|
132
133
|
}>;
|
|
133
134
|
toString(): string;
|
|
@@ -136,14 +137,14 @@ export declare const drawStartRelationshipAction: {
|
|
|
136
137
|
export declare const drawStartAddRelationshipAction: {
|
|
137
138
|
(payload: {
|
|
138
139
|
tableId: string;
|
|
139
|
-
}): import(
|
|
140
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
140
141
|
tableId: string;
|
|
141
142
|
}>;
|
|
142
143
|
toString(): string;
|
|
143
144
|
type: string;
|
|
144
145
|
};
|
|
145
146
|
export declare const drawEndRelationshipAction: {
|
|
146
|
-
(payload: void): import(
|
|
147
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
147
148
|
toString(): string;
|
|
148
149
|
type: string;
|
|
149
150
|
};
|
|
@@ -151,7 +152,7 @@ export declare const drawRelationshipAction: {
|
|
|
151
152
|
(payload: {
|
|
152
153
|
x: number;
|
|
153
154
|
y: number;
|
|
154
|
-
}): import(
|
|
155
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
155
156
|
x: number;
|
|
156
157
|
y: number;
|
|
157
158
|
}>;
|
|
@@ -161,14 +162,14 @@ export declare const drawRelationshipAction: {
|
|
|
161
162
|
export declare const hoverColumnMapAction: {
|
|
162
163
|
(payload: {
|
|
163
164
|
columnIds: string[];
|
|
164
|
-
}): import(
|
|
165
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
165
166
|
columnIds: string[];
|
|
166
167
|
}>;
|
|
167
168
|
toString(): string;
|
|
168
169
|
type: string;
|
|
169
170
|
};
|
|
170
171
|
export declare const changeOpenMapAction: {
|
|
171
|
-
(payload: Record<string, boolean>): import(
|
|
172
|
+
(payload: Record<string, boolean>): import('@dineug/r-html').AnyAction<Record<string, boolean>>;
|
|
172
173
|
toString(): string;
|
|
173
174
|
type: string;
|
|
174
175
|
};
|
|
@@ -176,7 +177,7 @@ export declare const dragstartColumnAction: {
|
|
|
176
177
|
(payload: {
|
|
177
178
|
tableId: string;
|
|
178
179
|
columnIds: string[];
|
|
179
|
-
}): import(
|
|
180
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
180
181
|
tableId: string;
|
|
181
182
|
columnIds: string[];
|
|
182
183
|
}>;
|
|
@@ -184,7 +185,7 @@ export declare const dragstartColumnAction: {
|
|
|
184
185
|
type: string;
|
|
185
186
|
};
|
|
186
187
|
export declare const dragendColumnAction: {
|
|
187
|
-
(payload: void): import(
|
|
188
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
188
189
|
toString(): string;
|
|
189
190
|
type: string;
|
|
190
191
|
};
|
|
@@ -192,7 +193,7 @@ export declare const sharedMouseTrackerAction: {
|
|
|
192
193
|
(payload: {
|
|
193
194
|
x: number;
|
|
194
195
|
y: number;
|
|
195
|
-
}): import(
|
|
196
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
196
197
|
x: number;
|
|
197
198
|
y: number;
|
|
198
199
|
}>;
|
|
@@ -200,7 +201,7 @@ export declare const sharedMouseTrackerAction: {
|
|
|
200
201
|
type: string;
|
|
201
202
|
};
|
|
202
203
|
export declare const validationIdsAction: {
|
|
203
|
-
(payload: void): import(
|
|
204
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
204
205
|
toString(): string;
|
|
205
206
|
type: string;
|
|
206
207
|
};
|
|
@@ -237,7 +238,7 @@ export declare const actions: {
|
|
|
237
238
|
(payload: {
|
|
238
239
|
hasUndo: boolean;
|
|
239
240
|
hasRedo: boolean;
|
|
240
|
-
}): import(
|
|
241
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
241
242
|
hasUndo: boolean;
|
|
242
243
|
hasRedo: boolean;
|
|
243
244
|
}>;
|
|
@@ -245,17 +246,17 @@ export declare const actions: {
|
|
|
245
246
|
type: string;
|
|
246
247
|
};
|
|
247
248
|
selectAllAction: {
|
|
248
|
-
(payload: void): import(
|
|
249
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
249
250
|
toString(): string;
|
|
250
251
|
type: string;
|
|
251
252
|
};
|
|
252
253
|
unselectAllAction: {
|
|
253
|
-
(payload: void): import(
|
|
254
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
254
255
|
toString(): string;
|
|
255
256
|
type: string;
|
|
256
257
|
};
|
|
257
258
|
selectAction: {
|
|
258
|
-
(payload: Record<string, SelectType>): import(
|
|
259
|
+
(payload: Record<string, SelectType>): import('@dineug/r-html').AnyAction<Record<string, SelectType>>;
|
|
259
260
|
toString(): string;
|
|
260
261
|
type: string;
|
|
261
262
|
};
|
|
@@ -263,7 +264,7 @@ export declare const actions: {
|
|
|
263
264
|
(payload: {
|
|
264
265
|
width: number;
|
|
265
266
|
height: number;
|
|
266
|
-
}): import(
|
|
267
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
267
268
|
width: number;
|
|
268
269
|
height: number;
|
|
269
270
|
}>;
|
|
@@ -271,28 +272,28 @@ export declare const actions: {
|
|
|
271
272
|
type: string;
|
|
272
273
|
};
|
|
273
274
|
clearAction: {
|
|
274
|
-
(payload: void): import(
|
|
275
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
275
276
|
toString(): string;
|
|
276
277
|
type: string;
|
|
277
278
|
};
|
|
278
279
|
loadJsonAction: {
|
|
279
280
|
(payload: {
|
|
280
281
|
value: string;
|
|
281
|
-
}): import(
|
|
282
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
282
283
|
value: string;
|
|
283
284
|
}>;
|
|
284
285
|
toString(): string;
|
|
285
286
|
type: string;
|
|
286
287
|
};
|
|
287
288
|
initialClearAction: {
|
|
288
|
-
(payload: void): import(
|
|
289
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
289
290
|
toString(): string;
|
|
290
291
|
type: string;
|
|
291
292
|
};
|
|
292
293
|
initialLoadJsonAction: {
|
|
293
294
|
(payload: {
|
|
294
295
|
value: string;
|
|
295
|
-
}): import(
|
|
296
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
296
297
|
value: string;
|
|
297
298
|
}>;
|
|
298
299
|
toString(): string;
|
|
@@ -302,7 +303,7 @@ export declare const actions: {
|
|
|
302
303
|
(payload: {
|
|
303
304
|
tableId: string;
|
|
304
305
|
focusType?: FocusType | undefined;
|
|
305
|
-
}): import(
|
|
306
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
306
307
|
tableId: string;
|
|
307
308
|
focusType?: FocusType | undefined;
|
|
308
309
|
}>;
|
|
@@ -316,7 +317,7 @@ export declare const actions: {
|
|
|
316
317
|
focusType: FocusType;
|
|
317
318
|
$mod: boolean;
|
|
318
319
|
shiftKey: boolean;
|
|
319
|
-
}): import(
|
|
320
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
320
321
|
tableId: string;
|
|
321
322
|
columnId: string;
|
|
322
323
|
focusType: FocusType;
|
|
@@ -327,7 +328,7 @@ export declare const actions: {
|
|
|
327
328
|
type: string;
|
|
328
329
|
};
|
|
329
330
|
focusTableEndAction: {
|
|
330
|
-
(payload: void): import(
|
|
331
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
331
332
|
toString(): string;
|
|
332
333
|
type: string;
|
|
333
334
|
};
|
|
@@ -335,7 +336,7 @@ export declare const actions: {
|
|
|
335
336
|
(payload: {
|
|
336
337
|
moveKey: string;
|
|
337
338
|
shiftKey: boolean;
|
|
338
|
-
}): import(
|
|
339
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
339
340
|
moveKey: string;
|
|
340
341
|
shiftKey: boolean;
|
|
341
342
|
}>;
|
|
@@ -343,24 +344,24 @@ export declare const actions: {
|
|
|
343
344
|
type: string;
|
|
344
345
|
};
|
|
345
346
|
editTableAction: {
|
|
346
|
-
(payload: void): import(
|
|
347
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
347
348
|
toString(): string;
|
|
348
349
|
type: string;
|
|
349
350
|
};
|
|
350
351
|
editTableEndAction: {
|
|
351
|
-
(payload: void): import(
|
|
352
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
352
353
|
toString(): string;
|
|
353
354
|
type: string;
|
|
354
355
|
};
|
|
355
356
|
selectAllColumnAction: {
|
|
356
|
-
(payload: void): import(
|
|
357
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
357
358
|
toString(): string;
|
|
358
359
|
type: string;
|
|
359
360
|
};
|
|
360
361
|
drawStartRelationshipAction: {
|
|
361
362
|
(payload: {
|
|
362
363
|
relationshipType: number;
|
|
363
|
-
}): import(
|
|
364
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
364
365
|
relationshipType: number;
|
|
365
366
|
}>;
|
|
366
367
|
toString(): string;
|
|
@@ -369,14 +370,14 @@ export declare const actions: {
|
|
|
369
370
|
drawStartAddRelationshipAction: {
|
|
370
371
|
(payload: {
|
|
371
372
|
tableId: string;
|
|
372
|
-
}): import(
|
|
373
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
373
374
|
tableId: string;
|
|
374
375
|
}>;
|
|
375
376
|
toString(): string;
|
|
376
377
|
type: string;
|
|
377
378
|
};
|
|
378
379
|
drawEndRelationshipAction: {
|
|
379
|
-
(payload: void): import(
|
|
380
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
380
381
|
toString(): string;
|
|
381
382
|
type: string;
|
|
382
383
|
};
|
|
@@ -384,7 +385,7 @@ export declare const actions: {
|
|
|
384
385
|
(payload: {
|
|
385
386
|
x: number;
|
|
386
387
|
y: number;
|
|
387
|
-
}): import(
|
|
388
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
388
389
|
x: number;
|
|
389
390
|
y: number;
|
|
390
391
|
}>;
|
|
@@ -394,14 +395,14 @@ export declare const actions: {
|
|
|
394
395
|
hoverColumnMapAction: {
|
|
395
396
|
(payload: {
|
|
396
397
|
columnIds: string[];
|
|
397
|
-
}): import(
|
|
398
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
398
399
|
columnIds: string[];
|
|
399
400
|
}>;
|
|
400
401
|
toString(): string;
|
|
401
402
|
type: string;
|
|
402
403
|
};
|
|
403
404
|
changeOpenMapAction: {
|
|
404
|
-
(payload: Record<string, boolean>): import(
|
|
405
|
+
(payload: Record<string, boolean>): import('@dineug/r-html').AnyAction<Record<string, boolean>>;
|
|
405
406
|
toString(): string;
|
|
406
407
|
type: string;
|
|
407
408
|
};
|
|
@@ -409,7 +410,7 @@ export declare const actions: {
|
|
|
409
410
|
(payload: {
|
|
410
411
|
tableId: string;
|
|
411
412
|
columnIds: string[];
|
|
412
|
-
}): import(
|
|
413
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
413
414
|
tableId: string;
|
|
414
415
|
columnIds: string[];
|
|
415
416
|
}>;
|
|
@@ -417,7 +418,7 @@ export declare const actions: {
|
|
|
417
418
|
type: string;
|
|
418
419
|
};
|
|
419
420
|
dragendColumnAction: {
|
|
420
|
-
(payload: void): import(
|
|
421
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
421
422
|
toString(): string;
|
|
422
423
|
type: string;
|
|
423
424
|
};
|
|
@@ -425,7 +426,7 @@ export declare const actions: {
|
|
|
425
426
|
(payload: {
|
|
426
427
|
x: number;
|
|
427
428
|
y: number;
|
|
428
|
-
}): import(
|
|
429
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
429
430
|
x: number;
|
|
430
431
|
y: number;
|
|
431
432
|
}>;
|
|
@@ -433,7 +434,7 @@ export declare const actions: {
|
|
|
433
434
|
type: string;
|
|
434
435
|
};
|
|
435
436
|
validationIdsAction: {
|
|
436
|
-
(payload: void): import(
|
|
437
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
437
438
|
toString(): string;
|
|
438
439
|
type: string;
|
|
439
440
|
};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { GeneratorAction } from '../../generator.actions';
|
|
2
|
-
import { Rect } from '../../../utils/dragSelect';
|
|
3
1
|
import { MoveKey } from './state';
|
|
2
|
+
import { Rect } from '../../../utils/dragSelect';
|
|
3
|
+
import { GeneratorAction } from '../../generator.actions';
|
|
4
|
+
|
|
4
5
|
export declare const loadJsonAction$: (value: string) => GeneratorAction;
|
|
5
6
|
export declare const initialLoadJsonAction$: (value: string) => GeneratorAction;
|
|
6
7
|
export declare const moveAllAction$: (movementX: number, movementY: number) => GeneratorAction;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ActionMap, ActionType } from '../actions';
|
|
2
|
-
import { FocusType } from '../state';
|
|
3
1
|
import { RootState } from '../../../state';
|
|
2
|
+
import { FocusType } from '../state';
|
|
3
|
+
import { ActionMap, ActionType } from '../actions';
|
|
4
|
+
|
|
4
5
|
type Payload = ActionMap[typeof ActionType.focusMoveTable];
|
|
5
6
|
export declare function isColumns({ collections, editor: { focusTable } }: RootState): boolean;
|
|
6
7
|
export declare function isLastColumn(state: RootState): boolean;
|
|
@@ -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 addIndex: "index.add";
|
|
7
8
|
readonly removeIndex: "index.remove";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addIndexAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
id: string;
|
|
5
6
|
tableId: string;
|
|
6
|
-
}): import(
|
|
7
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
7
8
|
id: string;
|
|
8
9
|
tableId: string;
|
|
9
10
|
}>;
|
|
@@ -13,7 +14,7 @@ export declare const addIndexAction: {
|
|
|
13
14
|
export declare const removeIndexAction: {
|
|
14
15
|
(payload: {
|
|
15
16
|
id: string;
|
|
16
|
-
}): import(
|
|
17
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
17
18
|
id: string;
|
|
18
19
|
}>;
|
|
19
20
|
toString(): string;
|
|
@@ -24,7 +25,7 @@ export declare const changeIndexNameAction: {
|
|
|
24
25
|
id: string;
|
|
25
26
|
tableId: string;
|
|
26
27
|
value: string;
|
|
27
|
-
}): import(
|
|
28
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
28
29
|
id: string;
|
|
29
30
|
tableId: string;
|
|
30
31
|
value: string;
|
|
@@ -37,7 +38,7 @@ export declare const changeIndexUniqueAction: {
|
|
|
37
38
|
id: string;
|
|
38
39
|
tableId: string;
|
|
39
40
|
value: boolean;
|
|
40
|
-
}): import(
|
|
41
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
41
42
|
id: string;
|
|
42
43
|
tableId: string;
|
|
43
44
|
value: boolean;
|
|
@@ -56,7 +57,7 @@ export declare const actions: {
|
|
|
56
57
|
(payload: {
|
|
57
58
|
id: string;
|
|
58
59
|
tableId: string;
|
|
59
|
-
}): import(
|
|
60
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
60
61
|
id: string;
|
|
61
62
|
tableId: string;
|
|
62
63
|
}>;
|
|
@@ -66,7 +67,7 @@ export declare const actions: {
|
|
|
66
67
|
removeIndexAction: {
|
|
67
68
|
(payload: {
|
|
68
69
|
id: string;
|
|
69
|
-
}): import(
|
|
70
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
70
71
|
id: string;
|
|
71
72
|
}>;
|
|
72
73
|
toString(): string;
|
|
@@ -77,7 +78,7 @@ export declare const actions: {
|
|
|
77
78
|
id: string;
|
|
78
79
|
tableId: string;
|
|
79
80
|
value: string;
|
|
80
|
-
}): import(
|
|
81
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
81
82
|
id: string;
|
|
82
83
|
tableId: string;
|
|
83
84
|
value: string;
|
|
@@ -90,7 +91,7 @@ export declare const actions: {
|
|
|
90
91
|
id: string;
|
|
91
92
|
tableId: string;
|
|
92
93
|
value: boolean;
|
|
93
|
-
}): import(
|
|
94
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
94
95
|
id: string;
|
|
95
96
|
tableId: string;
|
|
96
97
|
value: boolean;
|
|
@@ -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 addIndexColumn: "indexColumn.add";
|
|
7
8
|
readonly removeIndexColumn: "indexColumn.remove";
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addIndexColumnAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
id: string;
|
|
5
6
|
indexId: string;
|
|
6
7
|
tableId: string;
|
|
7
8
|
columnId: string;
|
|
8
|
-
}): import(
|
|
9
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
9
10
|
id: string;
|
|
10
11
|
indexId: string;
|
|
11
12
|
tableId: string;
|
|
@@ -19,7 +20,7 @@ export declare const removeIndexColumnAction: {
|
|
|
19
20
|
id: string;
|
|
20
21
|
indexId: string;
|
|
21
22
|
tableId: string;
|
|
22
|
-
}): import(
|
|
23
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
23
24
|
id: string;
|
|
24
25
|
indexId: string;
|
|
25
26
|
tableId: string;
|
|
@@ -33,7 +34,7 @@ export declare const moveIndexColumnAction: {
|
|
|
33
34
|
indexId: string;
|
|
34
35
|
tableId: string;
|
|
35
36
|
targetId: string;
|
|
36
|
-
}): import(
|
|
37
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
37
38
|
id: string;
|
|
38
39
|
indexId: string;
|
|
39
40
|
tableId: string;
|
|
@@ -48,7 +49,7 @@ export declare const changeIndexColumnOrderTypeAction: {
|
|
|
48
49
|
indexId: string;
|
|
49
50
|
columnId: string;
|
|
50
51
|
value: number;
|
|
51
|
-
}): import(
|
|
52
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
52
53
|
id: string;
|
|
53
54
|
indexId: string;
|
|
54
55
|
columnId: string;
|
|
@@ -70,7 +71,7 @@ export declare const actions: {
|
|
|
70
71
|
indexId: string;
|
|
71
72
|
tableId: string;
|
|
72
73
|
columnId: string;
|
|
73
|
-
}): import(
|
|
74
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
74
75
|
id: string;
|
|
75
76
|
indexId: string;
|
|
76
77
|
tableId: string;
|
|
@@ -84,7 +85,7 @@ export declare const actions: {
|
|
|
84
85
|
id: string;
|
|
85
86
|
indexId: string;
|
|
86
87
|
tableId: string;
|
|
87
|
-
}): import(
|
|
88
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
88
89
|
id: string;
|
|
89
90
|
indexId: string;
|
|
90
91
|
tableId: string;
|
|
@@ -98,7 +99,7 @@ export declare const actions: {
|
|
|
98
99
|
indexId: string;
|
|
99
100
|
tableId: string;
|
|
100
101
|
targetId: string;
|
|
101
|
-
}): import(
|
|
102
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
102
103
|
id: string;
|
|
103
104
|
indexId: string;
|
|
104
105
|
tableId: string;
|
|
@@ -113,7 +114,7 @@ export declare const actions: {
|
|
|
113
114
|
indexId: string;
|
|
114
115
|
columnId: string;
|
|
115
116
|
value: number;
|
|
116
|
-
}): import(
|
|
117
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
117
118
|
id: string;
|
|
118
119
|
indexId: string;
|
|
119
120
|
columnId: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { GeneratorAction } from '../../generator.actions';
|
|
2
|
+
|
|
2
3
|
export declare const addIndexColumnAction$: (indexId: string, columnId: string) => GeneratorAction;
|
|
3
4
|
export declare const removeIndexColumnAction$: (indexId: string, columnId: string) => GeneratorAction;
|
|
4
5
|
export declare const changeIndexColumnOrderTypeAction$: (indexColumnId: string) => GeneratorAction;
|