@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,4 +1,5 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addTableAction: {
|
|
3
4
|
(payload: {
|
|
4
5
|
id: string;
|
|
@@ -7,7 +8,7 @@ export declare const addTableAction: {
|
|
|
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 moveTableAction: {
|
|
|
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 moveToTableAction: {
|
|
|
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 moveToTableAction: {
|
|
|
47
48
|
export declare const removeTableAction: {
|
|
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 changeTableNameAction: {
|
|
|
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
|
}>;
|
|
@@ -68,7 +69,7 @@ export declare const changeTableCommentAction: {
|
|
|
68
69
|
(payload: {
|
|
69
70
|
id: string;
|
|
70
71
|
value: string;
|
|
71
|
-
}): import(
|
|
72
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
72
73
|
id: string;
|
|
73
74
|
value: string;
|
|
74
75
|
}>;
|
|
@@ -80,7 +81,7 @@ export declare const changeTableColorAction: {
|
|
|
80
81
|
id: string;
|
|
81
82
|
color: string;
|
|
82
83
|
prevColor: string;
|
|
83
|
-
}): import(
|
|
84
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
84
85
|
id: string;
|
|
85
86
|
color: string;
|
|
86
87
|
prevColor: string;
|
|
@@ -92,7 +93,7 @@ export declare const changeZIndexAction: {
|
|
|
92
93
|
(payload: {
|
|
93
94
|
id: string;
|
|
94
95
|
zIndex: number;
|
|
95
|
-
}): import(
|
|
96
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
96
97
|
id: string;
|
|
97
98
|
zIndex: number;
|
|
98
99
|
}>;
|
|
@@ -100,7 +101,7 @@ export declare const changeZIndexAction: {
|
|
|
100
101
|
type: string;
|
|
101
102
|
};
|
|
102
103
|
export declare const sortTableAction: {
|
|
103
|
-
(payload: void): import(
|
|
104
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
104
105
|
toString(): string;
|
|
105
106
|
type: string;
|
|
106
107
|
};
|
|
@@ -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
|
removeTableAction: {
|
|
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
|
}>;
|
|
@@ -185,7 +186,7 @@ export declare const actions: {
|
|
|
185
186
|
(payload: {
|
|
186
187
|
id: string;
|
|
187
188
|
value: string;
|
|
188
|
-
}): import(
|
|
189
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
189
190
|
id: string;
|
|
190
191
|
value: string;
|
|
191
192
|
}>;
|
|
@@ -197,7 +198,7 @@ export declare const actions: {
|
|
|
197
198
|
id: string;
|
|
198
199
|
color: string;
|
|
199
200
|
prevColor: string;
|
|
200
|
-
}): import(
|
|
201
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
201
202
|
id: string;
|
|
202
203
|
color: string;
|
|
203
204
|
prevColor: string;
|
|
@@ -209,7 +210,7 @@ export declare const actions: {
|
|
|
209
210
|
(payload: {
|
|
210
211
|
id: string;
|
|
211
212
|
zIndex: number;
|
|
212
|
-
}): import(
|
|
213
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
213
214
|
id: string;
|
|
214
215
|
zIndex: number;
|
|
215
216
|
}>;
|
|
@@ -217,7 +218,7 @@ export declare const actions: {
|
|
|
217
218
|
type: string;
|
|
218
219
|
};
|
|
219
220
|
sortTableAction: {
|
|
220
|
-
(payload: void): import(
|
|
221
|
+
(payload: void): import('@dineug/r-html').AnyAction<void>;
|
|
221
222
|
toString(): string;
|
|
222
223
|
type: string;
|
|
223
224
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { GeneratorAction } from '../../generator.actions';
|
|
2
1
|
import { Column } from '../../../internal-types';
|
|
2
|
+
import { GeneratorAction } from '../../generator.actions';
|
|
3
|
+
|
|
3
4
|
export declare const addTableAction$: () => GeneratorAction;
|
|
4
5
|
export declare const removeTableAction$: (id?: string) => GeneratorAction;
|
|
5
6
|
export declare const selectTableAction$: (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 addColumn: "column.add";
|
|
7
8
|
readonly removeColumn: "column.remove";
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { ReducerType } from './actions';
|
|
2
|
+
|
|
2
3
|
export declare const addColumnAction: {
|
|
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
|
}>;
|
|
@@ -14,7 +15,7 @@ export declare const removeColumnAction: {
|
|
|
14
15
|
(payload: {
|
|
15
16
|
id: string;
|
|
16
17
|
tableId: string;
|
|
17
|
-
}): import(
|
|
18
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
18
19
|
id: string;
|
|
19
20
|
tableId: string;
|
|
20
21
|
}>;
|
|
@@ -22,22 +23,22 @@ export declare const removeColumnAction: {
|
|
|
22
23
|
type: string;
|
|
23
24
|
};
|
|
24
25
|
export declare const changeColumnNameAction: {
|
|
25
|
-
(payload: import(
|
|
26
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
26
27
|
toString(): string;
|
|
27
28
|
type: string;
|
|
28
29
|
};
|
|
29
30
|
export declare const changeColumnCommentAction: {
|
|
30
|
-
(payload: import(
|
|
31
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
31
32
|
toString(): string;
|
|
32
33
|
type: string;
|
|
33
34
|
};
|
|
34
35
|
export declare const changeColumnDataTypeAction: {
|
|
35
|
-
(payload: import(
|
|
36
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
36
37
|
toString(): string;
|
|
37
38
|
type: string;
|
|
38
39
|
};
|
|
39
40
|
export declare const changeColumnDefaultAction: {
|
|
40
|
-
(payload: import(
|
|
41
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
41
42
|
toString(): string;
|
|
42
43
|
type: string;
|
|
43
44
|
};
|
|
@@ -46,7 +47,7 @@ export declare const changeColumnAutoIncrementAction: {
|
|
|
46
47
|
tableId: string;
|
|
47
48
|
id: string;
|
|
48
49
|
value: boolean;
|
|
49
|
-
}): import(
|
|
50
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
50
51
|
tableId: string;
|
|
51
52
|
id: string;
|
|
52
53
|
value: boolean;
|
|
@@ -59,7 +60,7 @@ export declare const changeColumnPrimaryKeyAction: {
|
|
|
59
60
|
tableId: string;
|
|
60
61
|
id: string;
|
|
61
62
|
value: boolean;
|
|
62
|
-
}): import(
|
|
63
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
63
64
|
tableId: string;
|
|
64
65
|
id: string;
|
|
65
66
|
value: boolean;
|
|
@@ -72,7 +73,7 @@ export declare const changeColumnUniqueAction: {
|
|
|
72
73
|
tableId: string;
|
|
73
74
|
id: string;
|
|
74
75
|
value: boolean;
|
|
75
|
-
}): import(
|
|
76
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
76
77
|
tableId: string;
|
|
77
78
|
id: string;
|
|
78
79
|
value: boolean;
|
|
@@ -85,7 +86,7 @@ export declare const changeColumnNotNullAction: {
|
|
|
85
86
|
tableId: string;
|
|
86
87
|
id: string;
|
|
87
88
|
value: boolean;
|
|
88
|
-
}): import(
|
|
89
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
89
90
|
tableId: string;
|
|
90
91
|
id: string;
|
|
91
92
|
value: boolean;
|
|
@@ -98,7 +99,7 @@ export declare const moveColumnAction: {
|
|
|
98
99
|
id: string;
|
|
99
100
|
tableId: string;
|
|
100
101
|
targetId: string;
|
|
101
|
-
}): import(
|
|
102
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
102
103
|
id: string;
|
|
103
104
|
tableId: string;
|
|
104
105
|
targetId: string;
|
|
@@ -124,7 +125,7 @@ export declare const actions: {
|
|
|
124
125
|
(payload: {
|
|
125
126
|
id: string;
|
|
126
127
|
tableId: string;
|
|
127
|
-
}): import(
|
|
128
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
128
129
|
id: string;
|
|
129
130
|
tableId: string;
|
|
130
131
|
}>;
|
|
@@ -135,7 +136,7 @@ export declare const actions: {
|
|
|
135
136
|
(payload: {
|
|
136
137
|
id: string;
|
|
137
138
|
tableId: string;
|
|
138
|
-
}): import(
|
|
139
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
139
140
|
id: string;
|
|
140
141
|
tableId: string;
|
|
141
142
|
}>;
|
|
@@ -143,22 +144,22 @@ export declare const actions: {
|
|
|
143
144
|
type: string;
|
|
144
145
|
};
|
|
145
146
|
changeColumnNameAction: {
|
|
146
|
-
(payload: import(
|
|
147
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
147
148
|
toString(): string;
|
|
148
149
|
type: string;
|
|
149
150
|
};
|
|
150
151
|
changeColumnCommentAction: {
|
|
151
|
-
(payload: import(
|
|
152
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
152
153
|
toString(): string;
|
|
153
154
|
type: string;
|
|
154
155
|
};
|
|
155
156
|
changeColumnDataTypeAction: {
|
|
156
|
-
(payload: import(
|
|
157
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
157
158
|
toString(): string;
|
|
158
159
|
type: string;
|
|
159
160
|
};
|
|
160
161
|
changeColumnDefaultAction: {
|
|
161
|
-
(payload: import(
|
|
162
|
+
(payload: import('./actions').ChangeColumnValuePayload): import('@dineug/r-html').AnyAction<import('./actions').ChangeColumnValuePayload>;
|
|
162
163
|
toString(): string;
|
|
163
164
|
type: string;
|
|
164
165
|
};
|
|
@@ -167,7 +168,7 @@ export declare const actions: {
|
|
|
167
168
|
tableId: string;
|
|
168
169
|
id: string;
|
|
169
170
|
value: boolean;
|
|
170
|
-
}): import(
|
|
171
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
171
172
|
tableId: string;
|
|
172
173
|
id: string;
|
|
173
174
|
value: boolean;
|
|
@@ -180,7 +181,7 @@ export declare const actions: {
|
|
|
180
181
|
tableId: string;
|
|
181
182
|
id: string;
|
|
182
183
|
value: boolean;
|
|
183
|
-
}): import(
|
|
184
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
184
185
|
tableId: string;
|
|
185
186
|
id: string;
|
|
186
187
|
value: boolean;
|
|
@@ -193,7 +194,7 @@ export declare const actions: {
|
|
|
193
194
|
tableId: string;
|
|
194
195
|
id: string;
|
|
195
196
|
value: boolean;
|
|
196
|
-
}): import(
|
|
197
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
197
198
|
tableId: string;
|
|
198
199
|
id: string;
|
|
199
200
|
value: boolean;
|
|
@@ -206,7 +207,7 @@ export declare const actions: {
|
|
|
206
207
|
tableId: string;
|
|
207
208
|
id: string;
|
|
208
209
|
value: boolean;
|
|
209
|
-
}): import(
|
|
210
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
210
211
|
tableId: string;
|
|
211
212
|
id: string;
|
|
212
213
|
value: boolean;
|
|
@@ -219,7 +220,7 @@ export declare const actions: {
|
|
|
219
220
|
id: string;
|
|
220
221
|
tableId: string;
|
|
221
222
|
targetId: string;
|
|
222
|
-
}): import(
|
|
223
|
+
}): import('@dineug/r-html').AnyAction<{
|
|
223
224
|
id: string;
|
|
224
225
|
tableId: string;
|
|
225
226
|
targetId: string;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { GeneratorAction } from '../../generator.actions';
|
|
2
|
-
import { FocusType } from '../editor/state';
|
|
3
1
|
import { ChangeColumnValuePayload } from './actions';
|
|
2
|
+
import { FocusType } from '../editor/state';
|
|
3
|
+
import { GeneratorAction } from '../../generator.actions';
|
|
4
|
+
|
|
4
5
|
export declare const isToggleColumnTypes: (value: FocusType) => boolean;
|
|
5
6
|
export declare const isChangeColumnTypes: (value: FocusType) => boolean;
|
|
6
7
|
export declare const addColumnAction$: (tableId?: string) => GeneratorAction;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { ChangeColumnValuePayload } from '../actions';
|
|
2
1
|
import { RootState } from '../../../state';
|
|
2
|
+
import { ChangeColumnValuePayload } from '../actions';
|
|
3
|
+
|
|
3
4
|
export declare function getDataTypeSyncColumns(stack: ChangeColumnValuePayload[], state: RootState, payload: ChangeColumnValuePayload, payloads?: ChangeColumnValuePayload[]): ChangeColumnValuePayload[];
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from './context';
|
|
3
1
|
import { Unsubscribe, ValuesType } from '../internal-types';
|
|
2
|
+
import { EngineContext } from './context';
|
|
3
|
+
import { AnyAction } from '@dineug/r-html';
|
|
4
|
+
|
|
4
5
|
type ReducerRecord = {
|
|
5
6
|
[P in keyof InternalActionMap]: (payload: InternalActionMap[P]) => void;
|
|
6
7
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
import { AnyAction } from '@dineug/r-html';
|
|
3
|
+
|
|
3
4
|
export declare const actionsFilter: (actionTypes: Array<string> | ReadonlyArray<string>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
import { AnyAction } from '@dineug/r-html';
|
|
3
|
+
|
|
3
4
|
export declare const bufferCircuitBreaker: (openingNotifier$: Observable<any>, closingNotifier$: Observable<any>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
1
|
import { MonoTypeOperatorFunction, Observable } from 'rxjs';
|
|
2
|
+
import { AnyAction } from '@dineug/r-html';
|
|
3
|
+
|
|
3
4
|
type Regroup = [string, Array<string> | ReadonlyArray<string>];
|
|
4
5
|
export declare const groupByStreamActions: (streamActionTypes: Array<string> | ReadonlyArray<string>, regroups?: Regroup[], bufferClosingNotifierOperator?: MonoTypeOperatorFunction<Array<AnyAction>>) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
|
|
5
6
|
export {};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
1
|
import { Observable } from 'rxjs';
|
|
2
|
+
import { AnyAction } from '@dineug/r-html';
|
|
3
|
+
|
|
3
4
|
export declare const readonlyIgnoreFilter: (getReadonly: () => boolean, passTags?: number[]) => (source$: Observable<Array<AnyAction>>) => Observable<AnyAction[]>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { EngineContext } from './context';
|
|
4
|
-
import { History, HistoryOptions } from './history';
|
|
5
1
|
import { Store } from './store';
|
|
2
|
+
import { History, HistoryOptions } from './history';
|
|
3
|
+
import { EngineContext } from './context';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { AnyAction } from '@dineug/r-html';
|
|
6
|
+
|
|
6
7
|
export type RxStore = Store & {
|
|
7
8
|
undo: () => void;
|
|
8
9
|
redo: () => void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { AnyAction } from '@dineug/r-html';
|
|
2
|
-
import { RxStore } from './rx-store';
|
|
3
1
|
import { Unsubscribe } from '../internal-types';
|
|
2
|
+
import { RxStore } from './rx-store';
|
|
3
|
+
import { AnyAction } from '@dineug/r-html';
|
|
4
|
+
|
|
4
5
|
export type SharedStore = {
|
|
5
6
|
connection: () => void;
|
|
6
7
|
disconnect: () => void;
|
package/dist/engine/state.d.ts
CHANGED
package/dist/engine/store.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Store as StoreType } from '@dineug/r-html';
|
|
2
|
-
import { EngineContext } from './context';
|
|
3
1
|
import { RootState } from './state';
|
|
2
|
+
import { EngineContext } from './context';
|
|
3
|
+
import { Store as StoreType } from '@dineug/r-html';
|
|
4
|
+
|
|
4
5
|
export type Store = StoreType<RootState, EngineContext>;
|
|
5
6
|
export declare function createStore(context: EngineContext, enableObservable?: boolean): Store;
|
package/dist/engine/tag.d.ts
CHANGED
package/dist/engine.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { D as A, E as w, u as x, O as E, G as d, K as G, p as I, bt as l, J as p, Y as O, d2 as T, bs as V, aB as $, d7 as j, d8 as k, V as J, d9 as R, cW as z } from "./schemaGCService-
|
|
1
|
+
import { D as A, E as w, u as x, O as E, G as d, K as G, p as I, bt as l, J as p, Y as O, d2 as T, bs as V, aB as $, d7 as j, d8 as k, V as J, d9 as R, cW as z } from "./schemaGCService-B0HS3Am6.js";
|
|
2
2
|
/*!
|
|
3
3
|
* @dineug/erd-editor
|
|
4
|
-
* @version 3.2.
|
|
4
|
+
* @version 3.2.4 | Sat Sep 28 2024
|
|
5
5
|
* @author SeungHwan-Lee <dineug2@gmail.com>
|
|
6
6
|
* @license MIT
|
|
7
7
|
*/
|