@@ -297,6 +297,32 @@ export const Store = {
297297 'filePath' : 'demo/confirmpopup/template-demo.tsx' ,
298298 } ,
299299 } ,
300+ 'dataview' : {
301+ 'basic-demo' : {
302+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/basic-demo.tsx' ) ) ,
303+ 'filePath' : 'demo/dataview/basic-demo.tsx' ,
304+ } ,
305+ 'dataview-pt' : {
306+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/dataview-pt.tsx' ) ) ,
307+ 'filePath' : 'demo/dataview/dataview-pt.tsx' ,
308+ } ,
309+ 'layout-demo' : {
310+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/layout-demo.tsx' ) ) ,
311+ 'filePath' : 'demo/dataview/layout-demo.tsx' ,
312+ } ,
313+ 'loading-demo' : {
314+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/loading-demo.tsx' ) ) ,
315+ 'filePath' : 'demo/dataview/loading-demo.tsx' ,
316+ } ,
317+ 'pagination-demo' : {
318+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/pagination-demo.tsx' ) ) ,
319+ 'filePath' : 'demo/dataview/pagination-demo.tsx' ,
320+ } ,
321+ 'sort-demo' : {
322+ 'component' : React . lazy ( ( ) => import ( 'demo/dataview/sort-demo.tsx' ) ) ,
323+ 'filePath' : 'demo/dataview/sort-demo.tsx' ,
324+ } ,
325+ } ,
300326 'dialog' : {
301327 'basic-demo' : {
302328 'component' : React . lazy ( ( ) => import ( 'demo/dialog/basic-demo.tsx' ) ) ,
@@ -377,6 +403,32 @@ export const Store = {
377403 'filePath' : 'demo/fieldset/toggleable-demo.tsx' ,
378404 } ,
379405 } ,
406+ 'fileupload' : {
407+ 'advanced-demo' : {
408+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/advanced-demo.tsx' ) ) ,
409+ 'filePath' : 'demo/fileupload/advanced-demo.tsx' ,
410+ } ,
411+ 'auto-demo' : {
412+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/auto-demo.tsx' ) ) ,
413+ 'filePath' : 'demo/fileupload/auto-demo.tsx' ,
414+ } ,
415+ 'basic-demo' : {
416+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/basic-demo.tsx' ) ) ,
417+ 'filePath' : 'demo/fileupload/basic-demo.tsx' ,
418+ } ,
419+ 'custom-upload-demo' : {
420+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/custom-upload-demo.tsx' ) ) ,
421+ 'filePath' : 'demo/fileupload/custom-upload-demo.tsx' ,
422+ } ,
423+ 'fileupload-pt' : {
424+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/fileupload-pt.tsx' ) ) ,
425+ 'filePath' : 'demo/fileupload/fileupload-pt.tsx' ,
426+ } ,
427+ 'template-demo' : {
428+ 'component' : React . lazy ( ( ) => import ( 'demo/fileupload/template-demo.tsx' ) ) ,
429+ 'filePath' : 'demo/fileupload/template-demo.tsx' ,
430+ } ,
431+ } ,
380432 'floatlabel' : {
381433 'basic-demo' : {
382434 'component' : React . lazy ( ( ) => import ( 'demo/floatlabel/basic-demo.tsx' ) ) ,
0 commit comments