@@ -8,25 +8,27 @@ export {}
8
8
declare module 'vue' {
9
9
export interface GlobalComponents {
10
10
CheckBox : typeof import ( './src/components/CheckBox.vue' ) [ 'default' ]
11
+ ComboboxButton : typeof import ( '@headlessui/vue' ) [ 'ComboboxButton' ]
12
+ ComboboxInput : typeof import ( '@headlessui/vue' ) [ 'ComboboxInput' ]
13
+ ComboboxOption : typeof import ( '@headlessui/vue' ) [ 'ComboboxOption' ]
14
+ ComboboxOptions : typeof import ( '@headlessui/vue' ) [ 'ComboboxOptions' ]
11
15
Dialog : typeof import ( '@headlessui/vue' ) [ 'Dialog' ]
12
16
DialogPanel : typeof import ( '@headlessui/vue' ) [ 'DialogPanel' ]
13
17
DialogTitle : typeof import ( '@headlessui/vue' ) [ 'DialogTitle' ]
14
18
DynamicForm : typeof import ( './src/components/DynamicForm.vue' ) [ 'default' ]
15
19
ErrorBox : typeof import ( './src/components/ErrorBox.vue' ) [ 'default' ]
16
20
Header : typeof import ( './src/components/Header.vue' ) [ 'default' ]
17
- HeroiconsAdjustmentsVertical : typeof import ( '~icons/heroicons/adjustments-vertical' ) [ 'default' ]
18
21
HeroiconsArrowDown20Solid : typeof import ( '~icons/heroicons/arrow-down20-solid' ) [ 'default' ]
19
22
HeroiconsArrowPath : typeof import ( '~icons/heroicons/arrow-path' ) [ 'default' ]
20
23
HeroiconsBars3Solid : typeof import ( '~icons/heroicons/bars3-solid' ) [ 'default' ]
21
24
HeroiconsBoltSolid : typeof import ( '~icons/heroicons/bolt-solid' ) [ 'default' ]
25
+ HeroiconsChevronDown : typeof import ( '~icons/heroicons/chevron-down' ) [ 'default' ]
22
26
HeroiconsChevronUpDown20Solid : typeof import ( '~icons/heroicons/chevron-up-down20-solid' ) [ 'default' ]
23
27
HeroiconsClipboard : typeof import ( '~icons/heroicons/clipboard' ) [ 'default' ]
24
- HeroiconsCloudArrowDownSolid : typeof import ( '~icons/heroicons/cloud-arrow-down-solid' ) [ 'default' ]
25
28
HeroiconsCog6Tooth20Solid : typeof import ( '~icons/heroicons/cog6-tooth20-solid' ) [ 'default' ]
26
29
HeroiconsDocumentTextSolid : typeof import ( '~icons/heroicons/document-text-solid' ) [ 'default' ]
27
30
HeroiconsGlobeAlt : typeof import ( '~icons/heroicons/globe-alt' ) [ 'default' ]
28
31
HeroiconsHome20Solid : typeof import ( '~icons/heroicons/home20-solid' ) [ 'default' ]
29
- HeroiconsInformationCircleSolid : typeof import ( '~icons/heroicons/information-circle-solid' ) [ 'default' ]
30
32
HeroiconsLink20Solid : typeof import ( '~icons/heroicons/link20-solid' ) [ 'default' ]
31
33
HeroiconsMagnifyingGlass20Solid : typeof import ( '~icons/heroicons/magnifying-glass20-solid' ) [ 'default' ]
32
34
HeroiconsMicrophoneSolid : typeof import ( '~icons/heroicons/microphone-solid' ) [ 'default' ]
@@ -51,17 +53,13 @@ declare module 'vue' {
51
53
Pagination : typeof import ( './src/components/Pagination.vue' ) [ 'default' ]
52
54
PhArrowCounterClockwiseBold : typeof import ( '~icons/ph/arrow-counter-clockwise-bold' ) [ 'default' ]
53
55
PhBrainFill : typeof import ( '~icons/ph/brain-fill' ) [ 'default' ]
54
- PhCaretLeftFill : typeof import ( '~icons/ph/caret-left-fill' ) [ 'default' ]
55
- PhCaretRightFill : typeof import ( '~icons/ph/caret-right-fill' ) [ 'default' ]
56
56
PhChatCenteredDots : typeof import ( '~icons/ph/chat-centered-dots' ) [ 'default' ]
57
57
PhChats : typeof import ( '~icons/ph/chats' ) [ 'default' ]
58
58
PhExportBold : typeof import ( '~icons/ph/export-bold' ) [ 'default' ]
59
59
PhFileFill : typeof import ( '~icons/ph/file-fill' ) [ 'default' ]
60
60
PhFiles : typeof import ( '~icons/ph/files' ) [ 'default' ]
61
61
PhFloppyDiskBold : typeof import ( '~icons/ph/floppy-disk-bold' ) [ 'default' ]
62
62
PhInfo : typeof import ( '~icons/ph/info' ) [ 'default' ]
63
- PhLightbulbFilamentFill : typeof import ( '~icons/ph/lightbulb-filament-fill' ) [ 'default' ]
64
- PhListMagnifyingGlass : typeof import ( '~icons/ph/list-magnifying-glass' ) [ 'default' ]
65
63
PhNut : typeof import ( '~icons/ph/nut' ) [ 'default' ]
66
64
PhPencilFill : typeof import ( '~icons/ph/pencil-fill' ) [ 'default' ]
67
65
PhPlugFill : typeof import ( '~icons/ph/plug-fill' ) [ 'default' ]
@@ -70,15 +68,12 @@ declare module 'vue' {
70
68
PhTextbox : typeof import ( '~icons/ph/textbox' ) [ 'default' ]
71
69
PhToolbox : typeof import ( '~icons/ph/toolbox' ) [ 'default' ]
72
70
PhTrashFill : typeof import ( '~icons/ph/trash-fill' ) [ 'default' ]
73
- PhUser : typeof import ( '~icons/ph/user' ) [ 'default' ]
74
- PhUserFill : typeof import ( '~icons/ph/user-fill' ) [ 'default' ]
75
71
RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
76
72
RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
77
73
SelectBox : typeof import ( './src/components/SelectBox.vue' ) [ 'default' ]
78
74
SidePanel : typeof import ( './src/components/SidePanel.vue' ) [ 'default' ]
79
75
ThemeButton : typeof import ( './src/components/ThemeButton.vue' ) [ 'default' ]
80
76
TransitionChild : typeof import ( '@headlessui/vue' ) [ 'TransitionChild' ]
81
77
TransitionRoot : typeof import ( '@headlessui/vue' ) [ 'TransitionRoot' ]
82
- UseImage : typeof import ( '@vueuse/components' ) [ 'UseImage' ]
83
78
}
84
79
}
0 commit comments