@@ -26,7 +26,7 @@ lazyLoad('actions', '[actions]', () => import(/*webpackChunkName: "actions-chunk
2626lazyLoad ( 'filter' , '[filter-selector]' , ( ) => import ( /*webpackChunkName: "filter-chunk"*/ '@cocreate/filter' ) ) ;
2727lazyLoad ( 'render' , '[render-selector]' , ( ) => import ( /*webpackChunkName: "render-chunk"*/ '@cocreate/render' ) ) ;
2828lazyLoad ( 'elements' , 'form, [src], [storage], [database], [array]' , ( ) => import ( /*webpackChunkName: "elements-chunk"*/ '@cocreate/elements' ) ) ;
29- lazyLoad ( 'file' , '[type="file"]' , ( ) => import ( /*webpackChunkName: "file-chunk"*/ '@cocreate/file' ) ) ;
29+ lazyLoad ( 'file' , '[type="file"], [actions*="upload"], [actions*="download"], [actions*="saveLocally"], [actions*="import"], [actions*="export"], [actions*="createFile"], [actions*="deleteFile"], [actions*="createDirectory"], [actions*="deleteDirectory"] ' , ( ) => import ( /*webpackChunkName: "file-chunk"*/ '@cocreate/file' ) ) ;
3030lazyLoad ( 'api' , '[actions], [template_id]' , ( ) => import ( /*webpackChunkName: "api-chunk"*/ '@cocreate/api' ) ) ;
3131lazyLoad ( 'resizeObserver' , '[resize-selector]' , ( ) => import ( /*webpackChunkName: "resizeObserver-chunk"*/ '@cocreate/resize-observer' ) ) ;
3232lazyLoad ( 'dnd' , '[sortable], [cloneables], [draggable], [droppable], [cloneable]' , ( ) => import ( /*webpackChunkName: "dnd-chunk"*/ '@cocreate/dnd' ) ) ;
@@ -45,6 +45,7 @@ lazyLoad('uuid', '[uuid]', () => import(/*webpackChunkName: "uuid-chunk"*/ '@coc
4545lazyLoad ( 'search' , '[search_id]' , ( ) => import ( /*webpackChunkName: "search-chunk"*/ '@cocreate/search' ) ) ;
4646lazyLoad ( 'elementConfig' , '[config-selector]' , ( ) => import ( /*webpackChunkName: "elementConfig-chunk"*/ '@cocreate/element-config' ) ) ;
4747lazyLoad ( 'validation' , '[actions*="validate"], required, unique' , ( ) => import ( /*webpackChunkName: "validation-chunk"*/ '@cocreate/validation' ) ) ;
48+ lazyLoad ( 'calculation' , '[calculate]' , ( ) => import ( /*webpackChunkName: "calculation-chunk"*/ '@cocreate/calculation' ) ) ;
4849
4950// Collabortion Components
5051lazyLoad ( 'selection' , 'input, textarea, [contenteditable]' , ( ) => import ( /*webpackChunkName: "selection-chunk"*/ '@cocreate/selection' ) ) ;
@@ -58,7 +59,6 @@ lazyLoad('floatingLabel', 'floating-label, .floating-label', () => import(/*webp
5859lazyLoad ( 'fullscreen' , '[fullscreen]' , ( ) => import ( /*webpackChunkName: "fullscreen-chunk"*/ '@cocreate/fullscreen' ) ) ;
5960lazyLoad ( 'modal' , '[actions*="Modal"]' , ( ) => import ( /*webpackChunkName: "modal-chunk"*/ '@cocreate/modal' ) ) ;
6061lazyLoad ( 'parallax' , '[parallax-src]' , ( ) => import ( /*webpackChunkName: "parallax-chunk"*/ '@cocreate/parallax' ) ) ;
61- lazyLoad ( 'calculation' , '[calculate]' , ( ) => import ( /*webpackChunkName: "calculation-chunk"*/ '@cocreate/calculation' ) ) ;
6262lazyLoad ( 'progress' , '[data-progress]' , ( ) => import ( /*webpackChunkName: "progress-chunk"*/ '@cocreate/progress' ) ) ;
6363lazyLoad ( 'randomColor' , '[background-color]' , ( ) => import ( /*webpackChunkName: "color-chunk"*/ '@cocreate/random-color' ) ) ;
6464lazyLoad ( 'socialShare' , '[share-network]' , ( ) => import ( /*webpackChunkName: "social-share-chunk"*/ '@cocreate/social-share' ) ) ;
0 commit comments