Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TypeScript Guides #6454

Open
wants to merge 17 commits into
base: 24_1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions MenuConfig.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@

<MenuRule Destination="050 Getting Started/31 Support for Angular Signals" SourcePattern="Howto:^40 Angular Components/10 Getting Started/90 Support for Angular Signals" VisibleFor="Angular" />

<MenuRule Destination="050 Getting Started/60 TypeScript Support" SourcePattern="Howto:^40 Angular Components/70 TypeScript Support" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/61 TypeScript Support" SourcePattern="Howto:^55 Vue Components/70 TypeScript Support" VisibleFor="Vue" />
<MenuRule Destination="050 Getting Started/62 TypeScript Support" SourcePattern="Howto:^50 React Components/70 TypeScript Support" VisibleFor="React" />
<MenuRule Destination="050 Getting Started/63 TypeScript Support" SourcePattern="Howto:^Common/TypeScript Support" VisibleFor="jQuery" />

<MenuRule Destination="050 Getting Started/71 Supported Angular Versions" SourcePattern="Howto:^40 Angular Components/80 Supported Versions" VisibleFor="Angular" />
<MenuRule Destination="050 Getting Started/72 Supported Vue Versions" SourcePattern="Howto:^55 Vue Components/80 Supported Versions" VisibleFor="Vue" />
<MenuRule Destination="050 Getting Started/73 Supported React Versions" SourcePattern="Howto:^50 React Components/80 Supported Versions" VisibleFor="React" />
Expand All @@ -55,6 +50,8 @@
<MenuRule Destination="20 Data Validation/99 API/$1" SourcePattern="ApiReference:^10 UI Components/dx(Validator|ValidationGroup|ValidationSummary)" />
<MenuRule Destination="20 Data Validation/99 API/zz validationEngine" SourcePattern="ApiReference:^50 Common/utils/validationEngine" />

<MenuRule Destination="25 TypeScript Guides" SourcePattern="Howto:^Common/TypeScript Guides" />

<MenuRule Destination="30 Localization and Globalization/Overview" SourcePattern="Howto:^Common/Localization" />
<MenuRule Destination="30 Localization and Globalization/Value Formatting" SourcePattern="Howto:^Common/Value Formatting" />
<MenuRule Destination="30 Localization and Globalization/zz API/Methods" SourcePattern="ApiReference:^50 Common/utils/localization" />
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The DevExtreme React UI Component Suite provides the following platform-specific

- [Declarative configuration syntax](/concepts/50%20React%20Components/40%20Component%20Configuration%20Syntax/00%20Component%20Configuration%20Syntax.md '/Documentation/Guide/React_Components/Component_Configuration_Syntax/')

- [TypeScript support](/concepts/50%20React%20Components/70%20TypeScript%20Support/00%20TypeScript%20Support.md '/Documentation/Guide/React_Components/TypeScript_Support/')
- [TypeScript support](/Documentation/Guide/Common/TypeScript_Guides/Getting_Started/)

All DevExtreme UI component suites, including React, share architecture and core features. The following core features are common to all suites:

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion concepts/55 Vue Components/00 DevExtreme Vue Components.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The DevExtreme Vue UI Component Suite provides the following platform-specific f

- [Declarative configuration syntax](/concepts/55%20Vue%20Components/20%20Component%20Configuration%20Syntax '/Documentation/Guide/Vue_Components/Component_Configuration_Syntax/')

- [TypeScript support](/concepts/55%20Vue%20Components/70%20TypeScript%20Support/00%20TypeScript%20Support.md '/Documentation/Guide/Vue_Components/TypeScript_Support/')
- [TypeScript support](/Documentation/Guide/Common/TypeScript_Guides/Getting_Started/)

All DevExtreme UI component suites, including Vue, share architecture and core features. The following core features are common to all suites:

Expand Down

This file was deleted.

This file was deleted.

Loading
Loading