d.ts - Remove / Unify Deprecated export type Options from devextreme/js/(ui|viz)#32246
Open
mpreyskurantov wants to merge 11 commits intoDevExpress:26_1from
Open
d.ts - Remove / Unify Deprecated export type Options from devextreme/js/(ui|viz)#32246mpreyskurantov wants to merge 11 commits intoDevExpress:26_1from
export type Options from devextreme/js/(ui|viz)#32246mpreyskurantov wants to merge 11 commits intoDevExpress:26_1from
Conversation
…: 'popup.d.ts' & 'validation_message.d.ts' (2) = (73)
Raushen
previously approved these changes
Jan 21, 2026
…om_component.d.ts, ui.drop_down_editor.d.ts, overlay.d.ts)
…om_component.d.ts, ui.drop_down_editor.d.ts, overlay.d.ts)
… from '@js/ui/drop_down_editor/ui.drop_down_editor' aka ui.drop_down_editor.d.ts
export type Options (78)export type Options
export type Optionsexport type Options from devextreme/js/(ui|viz)
export type Options from devextreme/js/(ui|viz)export type Options from devextreme/js/(ui|viz)
| "Options": { "path": "ui.dxScrollableOptions", "exportAs": "type" } | ||
| } | ||
| }, | ||
| { |
There was a problem hiding this comment.
The legacy module entry ui/scroll_view/scrollable was removed from modules_metadata.json, but the type-only declaration file js/ui/scroll_view/scrollable.d.ts still exists and continues to export Options. If the intent is to fully remove this deprecated public entrypoint/type alias, the .d.ts file should be updated/removed as well; otherwise consumers can still import devextreme/ui/scroll_view/scrollable and get Options.
Suggested change
| { | |
| { | |
| "name": "ui/scroll_view/scrollable", | |
| "exports": { | |
| "default": { "path": "ui.dxScrollable", "isWidget": true } | |
| } | |
| }, | |
| { |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref: