bt-core-app 1.3.6 → 1.3.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -31,7 +31,7 @@
31
31
  import { useAuth } from '../composables/auth'
32
32
  import { isLengthyArray } from '../composables/helpers'
33
33
  import { type NavigationItem } from '../composables/navigation'
34
-
34
+ import { VListItem, VListGroup, VDivider } from 'vuetify/components'
35
35
 
36
36
  interface ItemProps {
37
37
  allowedSubscriptionCodes?: string[],
@@ -61,6 +61,7 @@ import { useCosmetics } from '../composables/cosmetics'
61
61
  import { useNavigation } from '../composables/navigation'
62
62
  import { useAuth } from '../composables/auth'
63
63
  import { computed } from 'vue'
64
+ import { VListItem, VList, VNavigationDrawer, VAvatar, VImg, VRow, VBtn } from 'vuetify/components'
64
65
 
65
66
  interface SidebarProps {
66
67
  // greeting?: string
package/src/index.ts CHANGED
@@ -42,6 +42,7 @@ export * from './types'
42
42
  export type { CoreApp, CreateCoreOptions } from './core'
43
43
  export { createCore } from './core'
44
44
 
45
+
45
46
  import BTNavMenuItem from './components/BT-Nav-Menu-Item.vue'
46
47
  import BTNavSidebar from './components/BT-Nav-Sidebar.vue'
47
48
 
package/vite.config.ts CHANGED
@@ -32,7 +32,7 @@ export default defineConfig({
32
32
  // }),
33
33
  vue(),
34
34
  dts(),
35
- vuetify()
35
+ vuetify({ autoImport: true })
36
36
  ],
37
37
  resolve: {
38
38
  alias: {