services:
    '@enhavo/app/components/action/ActionAction.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-action' }

    '@enhavo/app/components/action/ActionPreview.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-preview' }

    '@enhavo/app/components/action/ActionAutoSave.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-auto-save' }

    '@enhavo/app/components/action/ActionBar.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-bar' }

    '@enhavo/app/components/action/ActionDropdown.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-dropdown' }

    '@enhavo/app/components/action/ActionFilter.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'action-filter' }

    '@enhavo/app/components/flash-message/FlashMessages.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'flash-messages' }

    '@enhavo/app/components/flash-message/FlashMessage.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'flash-message' }

    '@enhavo/app/components/modal/ModalStack.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'modal-stack' }

    '@enhavo/app/components/modal/ModalForm.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'modal-form' }

    '@enhavo/app/components/modal/ModalIframe.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'modal-iframe' }

    '@enhavo/app/components/modal/ModalOutputStream.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'modal-output-stream' }

    '@enhavo/app/components/filter/FilterBar.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: 'vue.component', component: 'filter-bar' }

    '@enhavo/app/components/ui/UiComponents.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'ui-components' }

    '@enhavo/app/components/main/OverlayContainer.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'overlay-container' }

    '@enhavo/app/components/batch/BatchDropdown.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'batch-dropdown' }

    '@enhavo/app/components/toolbar/ToolbarToolbar.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'toolbar-toolbar' }

    '@enhavo/app/components/toolbar/ToolbarWidgetQuickMenu.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'toolbar-widget-quick-menu' }

    '@enhavo/app/components/toolbar/ToolbarWidgetIcon.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'toolbar-widget-icon' }

    '@enhavo/app/components/main/LoadingScreen.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'loading-screen' }

    '@enhavo/app/components/main/MainMain.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'main-main' }

    '@enhavo/app/components/app/AppApp.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'app-app' }

    '@enhavo/app/components/resource/ResourceIndex.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'resource-index' }

    '@enhavo/app/components/resource/ResourceInput.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'resource-input' }

    '@enhavo/app/components/resource/ResourcePreview.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'resource-preview' }

    'vue-select':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'v-select' }

    'vue3-datepicker':
        from: '@vuepic/vue-datepicker'
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'datepicker' }

    '@enhavo/app/components/menu/MenuMenu.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'menu-menu' }

    '@enhavo/app/components/menu/MenuDropdown.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'menu-dropdown' }

    '@enhavo/app/components/menu/MenuItem.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'menu-item' }

    '@enhavo/app/components/menu/MenuList.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'menu-list' }

    '@enhavo/app/components/menu/MenuNotification.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'menu-notification' }

    '@enhavo/app/components/frame/FrameStack.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'frame-stack' }

    '@enhavo/app/components/frame/FrameStackFrame.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'frame-stack-frame' }

    '@enhavo/app/components/frame/FrameStackMobileDropdown.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'frame-stack-mobile-dropdown' }

    '@enhavo/app/components/column/ColumnBoolean.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-boolean' }

    '@enhavo/app/components/column/ColumnText.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-text' }

    '@enhavo/app/components/column/ColumnAction.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-action' }

    '@enhavo/app/components/column/ColumnSub.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-sub' }

    '@enhavo/app/components/column/ColumnMedia.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-media' }

    '@enhavo/app/components/column/ColumnState.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'column-state' }

    '@enhavo/app/components/filter/FilterAutoComplete.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-auto-complete' }

    '@enhavo/app/components/filter/FilterCheckbox.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-checkbox' }

    '@enhavo/app/components/filter/FilterDropdown.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-dropdown' }

    '@enhavo/app/components/filter/FilterText.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-text' }

    '@enhavo/app/components/filter/FilterBetween.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-between' }

    '@enhavo/app/components/filter/FilterDateBetween.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'filter-date-between' }

    '@enhavo/app/components/collection/CollectionList.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'collection-list' }

    '@enhavo/app/components/collection/CollectionListItem.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'collection-list-item' }

    '@enhavo/app/components/collection/CollectionTable.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'collection-table' }

    '@enhavo/app/components/collection/CollectionTableRow.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'collection-table-row' }

    '@enhavo/app/components/collection/CollectionTablePagination.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'collection-table-pagination' }

    '@enhavo/app/components/tab/TabForm.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'tab-form' }

    '@enhavo/app/components/tab/TabRevision.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'tab-revision' }

    '@enhavo/app/components/tab/TabBase.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'tab-base' }

    '@enhavo/app/components/form/FormAdminRow.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'form-admin-row' }

    '@enhavo/app/components/form/FormAdminWidget.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'form-admin-widget' }

    '@enhavo/app/components/form/FormAdminHelp.vue':
        static: true
        chunk: 'app'
        tags:
            - { name: vue.component, component: 'form-admin-help' }
