Skip to content

Commit 5789436

Browse files
committed
readme and asp fix
1 parent 7d72efd commit 5789436

File tree

3 files changed

+29
-36
lines changed

3 files changed

+29
-36
lines changed

ASP.NET Core/Views/Home/orig_Index.cshtml

Lines changed: 0 additions & 19 deletions
This file was deleted.

ASP.NET Core/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "1.0.0",
3-
"name": "asp.net",
4-
"private": true,
5-
"dependencies": {
6-
"jquery": "3.7.1",
7-
"devextreme-dist": "25.1.3",
8-
"devextreme-aspnet-data": "^5.1.0",
9-
"bootstrap": "^5.3.7"
10-
},
11-
"devDependencies": {
12-
"gulp": "4.0.2",
13-
"gulp-concat": "2.6.1",
14-
"rimraf": "5.0.7"
15-
}
16-
}
2+
"version": "1.0.0",
3+
"name": "asp.net",
4+
"private": true,
5+
"dependencies": {
6+
"jquery": "3.7.1",
7+
"devextreme-dist": "^25.1.3",
8+
"devextreme-aspnet-data": "^5.1.0",
9+
"bootstrap": "^5.3.7"
10+
},
11+
"devDependencies": {
12+
"gulp": "4.0.2",
13+
"gulp-concat": "2.6.1",
14+
"rimraf": "5.0.7"
15+
}
16+
}

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,26 @@ TreeView doesn't have a built-in Drag and Drop functionality. This example is ba
2424
- **Angular**
2525
- [app.component.html](Angular/src/app/app.component.html)
2626
- [app.component.ts](Angular/src/app/app.component.ts)
27+
- [tree-view-hierarchy.component.html](Angular/src/app/components/tree-view-hierarchical/tree-view-hierarchy.component.html)
28+
- [tree-view-hierarchy.component.ts](Angular/src/app/components/tree-view-hierarchical/tree-view-hierarchy.component.ts)
29+
- [tree-view-plain.component.html](Angular/src/app/components/tree-view-hierarchical/tree-view-plain.component.html)
30+
- [tree-view-plain.component.ts](Angular/src/app/components/tree-view-hierarchical/tree-view-plain.component.ts)
2731
- **jQuery**
2832
- [index.js](jQuery/src/index.js)
33+
- [treeView-hierarchy.js](jQuery/src/treeView-hierarchy.js)
34+
- [treeView-plain.js](jQuery/src/treeView-plain.js)
2935
- **React**
30-
- [App.js](React/src/App.js)
36+
- [App.tsx](React/src/App.tsx)
37+
- [TreeViewHierarchy.tsx](React/src/components/TreeViewHierarchy.tsx)
38+
- [TreeViewPlain.tsx](React/src/components/TreeViewPlain.tsx)
3139
- **Vue**
32-
- [App.vue](Vue/src/App.vue)
40+
- [HomeContent.vue](Vue/src/components/HomeContent.vue)
41+
- [TreeViewHierarchy.vue](Vue/src/components/TreeViewHierarchy.vue)
42+
- [TreeViewPlain.vue](Vue/src/components/TreeViewPlain.vue)
3343
- **ASP.Net Core**
3444
- [Index.cshtml](ASP.NET%20Core/Views/Home/Index.cshtml)
45+
- [TreeViewHierarchy.cshtml](ASP.NET%20Core/Views/PartialViews/TreeViewHierarchy.cshtml)
46+
- [TreeViewPlain.cshtml](ASP.NET%20Core/Views/PartialViews/TreeViewPlain.cshtml)
3547

3648
## Documentation
3749

0 commit comments

Comments
 (0)