11module . exports = {
2- '/extensions/data-view/about-data-view/extensions' : {
3- id : "About data view" ,
4- title : "About data view" ,
5- toc : [ ] ,
6- section : "extensions" ,
7- subsection : "Data view" ,
8- source : "extensions" ,
9- tabName : null ,
10- sortValue : 1 ,
11- Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/about-data-view/extensions/index" */ './extensions/data-view/about-data-view/extensions' )
12- } ,
13- '/extensions/data-view/layout/react' : {
14- id : "Layout" ,
15- title : "Layout" ,
16- toc : [ [ { "text" :"Layout example" } , { "text" :"Predefined layout components" } ] ] ,
17- examples : [ "Layout example" , "Predefined layout components" ] ,
2+ '/extensions/data-view/toolbar/react' : {
3+ id : "Toolbar" ,
4+ title : "Data view toolbar" ,
5+ toc : [ [ { "text" :"Toolbar example" } ] , { "text" :"Toolbar actions" } , [ { "text" :"Actions example" } ] , { "text" :"Pagination" } , [ { "text" :"Pagination state" } , { "text" :"Pagination example" } ] , { "text" :"Selection" } , [ { "text" :"Selection state" } , { "text" :"Selection example" } ] , { "text" :"Filters" } , [ { "text" :"Filters state" } , { "text" :"Filtering example" } ] ] ,
6+ examples : [ "Toolbar example" , "Actions example" , "Pagination example" , "Selection example" , "Filtering example" ] ,
187 section : "extensions" ,
198 subsection : "Data view" ,
209 source : "react" ,
2110 tabName : null ,
2211 sortValue : 2 ,
23- Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/layout /react/index" */ './extensions/data-view/layout /react' )
12+ Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/toolbar /react/index" */ './extensions/data-view/toolbar /react' )
2413 } ,
25- '/extensions/data-view/functionality /react' : {
26- id : "Functionality " ,
27- title : "Functionality " ,
28- toc : [ [ { "text" :"Toolbar usage " } , { "text" :"Pagination state" } , { "text" :"Pagination example " } , { "text" :"Toolbar usage" , "id" : "toolbar-usage-0" } , { "text" :"Selection state " } , { "text" :"Selection example" } , { "text" :"Toolbar usage" , "id" : "toolbar-usage-1" } , { "text" :"Filters state " } , { "text" :"Filtering example " } , { "text" :"Sort state " } , { "text" :"Sorting example " } ] ] ,
29- examples : [ "Pagination example" , "Selection example" , "Filtering example" , "Sorting example " ] ,
14+ '/extensions/data-view/table /react' : {
15+ id : "Table " ,
16+ title : "Data view table " ,
17+ toc : [ { "text" :"Configuring rows and columns " } , [ { "text" :"Table example" } ] , { "text" :"Tree table " } , [ { "text" :"Tree table example" } ] , { "text" :"Sorting " } , [ { "text" :"Sorting example" } , { "text" :"Sorting state" } ] , { "text" :"States " } , [ { "text" :"Empty " } , { "text" :"Error " } , { "text" :"Loading " } ] ] ,
18+ examples : [ "Table example" , "Tree table example" , "Sorting example" , "Empty" , "Error" , "Loading "] ,
3019 section : "extensions" ,
3120 subsection : "Data view" ,
3221 source : "react" ,
3322 tabName : null ,
3423 sortValue : 3 ,
35- Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/functionality /react/index" */ './extensions/data-view/functionality /react' )
24+ Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/table /react/index" */ './extensions/data-view/table /react' )
3625 } ,
37- '/extensions/data-view/events-context/react ' : {
38- id : "Events context " ,
39- title : "Events context " ,
40- toc : [ [ { "text" :"Row click subscription example" } ] ] ,
41- examples : [ "Row click subscription example" ] ,
26+ '/extensions/data-view/overview/extensions ' : {
27+ id : "Overview " ,
28+ title : "Data view overview " ,
29+ toc : [ [ { "text" :"Layout" } , { "text" : "Modularity" } ] , { "text" : "Events context" } , [ { "text" : " Row click subscription example"} ] ] ,
30+ examples : [ "Layout" , "Modularity" , " Row click subscription example"] ,
4231 section : "extensions" ,
4332 subsection : "Data view" ,
44- source : "react" ,
45- tabName : null ,
46- sortValue : 3 ,
47- Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/events-context/react/index" */ './extensions/data-view/events-context/react' )
48- } ,
49- '/extensions/data-view/components/react' : {
50- id : "Components" ,
51- title : "Components" ,
52- toc : [ { "text" :"Data view toolbar" } , [ { "text" :"Basic toolbar example" } , { "text" :"Actions configuration" } , { "text" :"Actions example" } ] , { "text" :"Data view table" } , [ { "text" :"Rows and columns customization" } , { "text" :"Tree table example" } , { "text" :"Empty state example" } , { "text" :"Error state example" } , { "text" :"Loading state example" } ] ] ,
53- examples : [ "Basic toolbar example" , "Actions example" , "Rows and columns customization" , "Tree table example" , "Empty state example" , "Error state example" , "Loading state example" ] ,
54- section : "extensions" ,
55- subsection : "Data view" ,
56- source : "react" ,
33+ source : "extensions" ,
5734 tabName : null ,
58- sortValue : 4 ,
59- Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/components/react /index" */ './extensions/data-view/components/react ' )
35+ sortValue : 1 ,
36+ Component : ( ) => import ( /* webpackChunkName: "extensions/data-view/overview/extensions /index" */ './extensions/data-view/overview/extensions ' )
6037 }
6138} ;
0 commit comments