Skip to content

Commit

Permalink
Merge branch 'dev' into fix/443_update_vjsf
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikhorn93 authored Jan 8, 2024
2 parents 7eee65a + d4ee9d2 commit 9c8dbf5
Show file tree
Hide file tree
Showing 12 changed files with 3,828 additions and 2,562 deletions.
5,628 changes: 3,534 additions & 2,094 deletions digiwf-apps/package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
Menu: typeof import('./src/components/menu.vue')['default']
VApp: typeof import('vuetify/lib')['VApp']
Expand Down
4 changes: 1 addition & 3 deletions digiwf-apps/packages/apps/digiwf-tasklist/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
AppHelpMenu: typeof import('./src/components/UI/help/AppHelpMenu.vue')['default']
AppJsonForm: typeof import('./src/components/schema/AppJsonForm.vue')['default']
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
// generated by unplugin-vue-components
// We suggest you to commit this file into source control
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
DwfDateInput: typeof import('./src/components/DwfDateInput.vue')['default']
DwfTimeInput: typeof import('./src/components/DwfTimeInput.vue')['default']
Expand Down
Loading

0 comments on commit 9c8dbf5

Please sign in to comment.