@@ -28,6 +28,7 @@ declare module '@vue/runtime-core' {
28
28
CRFDNavbar : typeof import ( './src/components/CRFD/CRFDNavbar.vue' ) [ 'default' ]
29
29
CRFDOverlay : typeof import ( './src/components/CRFD/CRFDOverlay.vue' ) [ 'default' ]
30
30
CRFDPath : typeof import ( './src/components/CRFD/CRFDPath.vue' ) [ 'default' ]
31
+ CRFDSideSelect : typeof import ( './src/components/CRFD/CRFDSideSelect.vue' ) [ 'default' ]
31
32
CRFDSpinner : typeof import ( './src/components/CRFD/CRFDSpinner.vue' ) [ 'default' ]
32
33
CRFDTemplate : typeof import ( './src/components/CRFD/CRFDTemplate.vue' ) [ 'default' ]
33
34
CRFDTextarea : typeof import ( './src/components/CRFD/CRFDTextarea.vue' ) [ 'default' ]
@@ -38,14 +39,15 @@ declare module '@vue/runtime-core' {
38
39
HFlex : typeof import ( './src/components/HFlex.vue' ) [ 'default' ]
39
40
ICrfdArrowCircleRight : typeof import ( '~icons/crfd/arrow-circle-right' ) [ 'default' ]
40
41
ICrfdCancle : typeof import ( '~icons/crfd/cancle' ) [ 'default' ]
41
- ICrfdClear : typeof import ( '~icons/crfd/clear' ) [ 'default' ]
42
42
ICrfdDone : typeof import ( '~icons/crfd/done' ) [ 'default' ]
43
43
ICrfdSearch : typeof import ( '~icons/crfd/search' ) [ 'default' ]
44
44
Index : typeof import ( './src/views/Index.vue' ) [ 'default' ]
45
45
InPageNavigationLayout : typeof import ( './src/layouts/InPageNavigationLayout.vue' ) [ 'default' ]
46
+ LicensesSettings : typeof import ( './src/views/Settings/LicensesSettings.vue' ) [ 'default' ]
46
47
Login : typeof import ( './src/views/Login.vue' ) [ 'default' ]
47
48
LoremIpsum : typeof import ( './src/components/LoremIpsum.vue' ) [ 'default' ]
48
49
Map : typeof import ( './src/views/Map.vue' ) [ 'default' ]
50
+ MapSettings : typeof import ( './src/views/Settings/MapSettings.vue' ) [ 'default' ]
49
51
Markdown : typeof import ( './src/components/Markdown.vue' ) [ 'default' ]
50
52
NewOperation : typeof import ( './src/views/NewOperation.vue' ) [ 'default' ]
51
53
NewSpace : typeof import ( './src/views/NewSpace.vue' ) [ 'default' ]
@@ -59,6 +61,8 @@ declare module '@vue/runtime-core' {
59
61
Spacer : typeof import ( './src/components/Spacer.vue' ) [ 'default' ]
60
62
Spaces : typeof import ( './src/views/Spaces.vue' ) [ 'default' ]
61
63
TableLayout : typeof import ( './src/layouts/TableLayout.vue' ) [ 'default' ]
64
+ UI : typeof import ( './src/views/Settings/UI.vue' ) [ 'default' ]
65
+ UISettings : typeof import ( './src/views/Settings/UISettings.vue' ) [ 'default' ]
62
66
VFlex : typeof import ( './src/components/VFlex.vue' ) [ 'default' ]
63
67
}
64
68
}
0 commit comments