File tree Expand file tree Collapse file tree 3 files changed +29
-36
lines changed Expand file tree Collapse file tree 3 files changed +29
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments