-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(types): Make explicit widget_manager interface (#670)
* feat(types): Make explicit widget_manager interface * chore(anywidget): Make @anywidget/types a dev dependency * chore: Resync packages
- Loading branch information
Showing
7 changed files
with
1,610 additions
and
2,591 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
"@anywidget/types": minor | ||
--- | ||
|
||
Makes explicit WidgetManager interface | ||
|
||
Drops `@jupyter-widgets/base` as a dependency and instead makes an explicit | ||
interface for `AnyModel.widget_manager`. Right now we only support | ||
`widget_manager.get_model`, so having the other methods on the interface was | ||
misleading (leading to issues around `.create_view` not being supported). |
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 |
---|---|---|
|
@@ -23,5 +23,5 @@ | |
"typescript": "^5.5.4", | ||
"vitest": "^2.0.5" | ||
}, | ||
"packageManager": "pnpm@9.4.0" | ||
"packageManager": "pnpm@9.9.0" | ||
} |
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
Oops, something went wrong.