-
Notifications
You must be signed in to change notification settings - Fork 419
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: check-in types (generated with typescript@5.7.3)
- Loading branch information
Showing
182 changed files
with
772 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
commandStack: (string | typeof CommandStack)[]; | ||
}; | ||
export default _default; | ||
import CommandStack from './CommandStack'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
canvas: (string | typeof Canvas)[]; | ||
elementRegistry: (string | typeof ElementRegistry)[]; | ||
elementFactory: (string | typeof ElementFactory)[]; | ||
eventBus: (string | typeof EventBus)[]; | ||
graphicsFactory: (string | typeof GraphicsFactory)[]; | ||
}; | ||
export default _default; | ||
import Canvas from './Canvas'; | ||
import ElementRegistry from './ElementRegistry'; | ||
import ElementFactory from './ElementFactory'; | ||
import EventBus from './EventBus'; | ||
import GraphicsFactory from './GraphicsFactory'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
defaultRenderer: (string | typeof DefaultRenderer)[]; | ||
styles: (string | typeof Styles)[]; | ||
}; | ||
export default _default; | ||
import DefaultRenderer from './DefaultRenderer'; | ||
import Styles from './Styles'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
alignElements: (string | typeof AlignElements)[]; | ||
}; | ||
export default _default; | ||
import AlignElements from './AlignElements'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
attachSupport: (string | typeof AttachSupport)[]; | ||
}; | ||
export default _default; | ||
import AttachSupport from './AttachSupport'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
autoPlace: (string | typeof AutoPlace)[]; | ||
autoPlaceSelectionBehavior: (string | typeof AutoPlaceSelectionBehavior)[]; | ||
}; | ||
export default _default; | ||
import AutoPlace from './AutoPlace'; | ||
import AutoPlaceSelectionBehavior from './AutoPlaceSelectionBehavior'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
autoResize: (string | typeof AutoResize)[]; | ||
}; | ||
export default _default; | ||
import AutoResize from './AutoResize'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
declare const _default: import('didi').ModuleDeclaration; | ||
declare const _default: { | ||
autoScroll: (string | typeof AutoScroll)[]; | ||
}; | ||
export default _default; | ||
import AutoScroll from './AutoScroll'; |
Oops, something went wrong.