Skip to content

Commit

Permalink
fake TemplateLegacy rename (likely bundler does not care about case s…
Browse files Browse the repository at this point in the history
…ensitivity)
  • Loading branch information
mpreyskurantov committed Nov 10, 2024
1 parent 078a261 commit b493982
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/devextreme/build/gulp/modules_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
{
"name": "ui/widget/template",
"exports": {
"Template": { "path": "ui.template", "exportAs": "type" }
"TemplateLegacy": { "path": "ui.template", "exportAs": "type" }
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/devextreme/js/ui/widget/template.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ import {
* @deprecated
* @public
*/
export type Template = template;
export type TemplateLegacy = template;
2 changes: 1 addition & 1 deletion packages/devextreme/ts/dx.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30591,7 +30591,7 @@ declare module DevExpress.ui {
* [descr:ui.template]
* @deprecated [depNote:ui.template]
*/
export type Template = Template;
export type TemplateLegacy = Template;
/**
* [descr:ui.themes]
*/
Expand Down

0 comments on commit b493982

Please sign in to comment.