@@ -55,9 +55,7 @@ declare module 'vue' {
5555 BNavItem : typeof import ( 'bootstrap-vue-next/components/BNav' ) [ 'BNavItem' ]
5656 BNavItemDropdown : typeof import ( 'bootstrap-vue-next/components/BNav' ) [ 'BNavItemDropdown' ]
5757 BOffcanvas : typeof import ( 'bootstrap-vue-next/components/BOffcanvas' ) [ 'BOffcanvas' ]
58- BOverlay : typeof import ( 'bootstrap-vue-next/components/BOverlay' ) [ 'BOverlay' ]
5958 BPagination : typeof import ( 'bootstrap-vue-next/components/BPagination' ) [ 'BPagination' ]
60- BPlaceholderCard : typeof import ( 'bootstrap-vue-next/components/BPlaceholder' ) [ 'BPlaceholderCard' ]
6159 BPopover : typeof import ( 'bootstrap-vue-next/components/BPopover' ) [ 'BPopover' ]
6260 BProgress : typeof import ( 'bootstrap-vue-next/components/BProgress' ) [ 'BProgress' ]
6361 BProgressBar : typeof import ( 'bootstrap-vue-next/components/BProgress' ) [ 'BProgressBar' ]
@@ -131,7 +129,6 @@ declare module 'vue' {
131129 IBiCardChecklist : typeof import ( '~icons/bi/card-checklist' ) [ 'default' ]
132130 IBiCardList : typeof import ( '~icons/bi/card-list' ) [ 'default' ]
133131 IBiCardText : typeof import ( '~icons/bi/card-text' ) [ 'default' ]
134- IBiCaretDown : typeof import ( '~icons/bi/caret-down' ) [ 'default' ]
135132 IBiCaretLeftFill : typeof import ( '~icons/bi/caret-left-fill' ) [ 'default' ]
136133 IBiCaretRight : typeof import ( '~icons/bi/caret-right' ) [ 'default' ]
137134 IBiCaretRightFill : typeof import ( '~icons/bi/caret-right-fill' ) [ 'default' ]
@@ -142,6 +139,7 @@ declare module 'vue' {
142139 IBiChatRightText : typeof import ( '~icons/bi/chat-right-text' ) [ 'default' ]
143140 IBiChatRightTextFill : typeof import ( '~icons/bi/chat-right-text-fill' ) [ 'default' ]
144141 IBiCheck : typeof import ( '~icons/bi/check' ) [ 'default' ]
142+ IBiCheck2 : typeof import ( '~icons/bi/check2' ) [ 'default' ]
145143 IBiCheck2Square : typeof import ( '~icons/bi/check2-square' ) [ 'default' ]
146144 IBiCheckSquare : typeof import ( '~icons/bi/check-square' ) [ 'default' ]
147145 IBiCheckSquareFill : typeof import ( '~icons/bi/check-square-fill' ) [ 'default' ]
@@ -152,13 +150,9 @@ declare module 'vue' {
152150 IBiChevronDown : typeof import ( '~icons/bi/chevron-down' ) [ 'default' ]
153151 IBiChevronLeft : typeof import ( '~icons/bi/chevron-left' ) [ 'default' ]
154152 IBiChevronRight : typeof import ( '~icons/bi/chevron-right' ) [ 'default' ]
155- IBiChevronUp : typeof import ( '~icons/bi/chevron-up' ) [ 'default' ]
156153 IBiCircle : typeof import ( '~icons/bi/circle' ) [ 'default' ]
157154 IBiCircleFill : typeof import ( '~icons/bi/circle-fill' ) [ 'default' ]
158155 IBiCircleHalf : typeof import ( '~icons/bi/circle-half' ) [ 'default' ]
159- IBiCircleInfo : typeof import ( '~icons/bi/circle-info' ) [ 'default' ]
160- IBiCircleInformation : typeof import ( '~icons/bi/circle-information' ) [ 'default' ]
161- IBiClear : typeof import ( '~icons/bi/clear' ) [ 'default' ]
162156 IBiClipboardData : typeof import ( '~icons/bi/clipboard-data' ) [ 'default' ]
163157 IBiClockHistory : typeof import ( '~icons/bi/clock-history' ) [ 'default' ]
164158 IBiCloudDownload : typeof import ( '~icons/bi/cloud-download' ) [ 'default' ]
@@ -169,10 +163,8 @@ declare module 'vue' {
169163 IBiCloudUpload : typeof import ( '~icons/bi/cloud-upload' ) [ 'default' ]
170164 IBiCloudUploadFill : typeof import ( '~icons/bi/cloud-upload-fill' ) [ 'default' ]
171165 IBiCollection : typeof import ( '~icons/bi/collection' ) [ 'default' ]
172- IBiconArrowLeftRight : typeof import ( '~icons/bi/con-arrow-left-right' ) [ 'default' ]
173166 IBiCursorFill : typeof import ( '~icons/bi/cursor-fill' ) [ 'default' ]
174167 IBiDatabaseFill : typeof import ( '~icons/bi/database-fill' ) [ 'default' ]
175- IBiDelete : typeof import ( '~icons/bi/delete' ) [ 'default' ]
176168 IBiDiagram2 : typeof import ( '~icons/bi/diagram2' ) [ 'default' ]
177169 IBiDiamondHalf : typeof import ( '~icons/bi/diamond-half' ) [ 'default' ]
178170 IBiDot : typeof import ( '~icons/bi/dot' ) [ 'default' ]
@@ -277,7 +269,6 @@ declare module 'vue' {
277269 IBiTrashFill : typeof import ( '~icons/bi/trash-fill' ) [ 'default' ]
278270 IBiTwitter : typeof import ( '~icons/bi/twitter' ) [ 'default' ]
279271 IBiUiChecksGrid : typeof import ( '~icons/bi/ui-checks-grid' ) [ 'default' ]
280- IBiUpb : typeof import ( '~icons/bi/upb' ) [ 'default' ]
281272 IBiUpc : typeof import ( '~icons/bi/upc' ) [ 'default' ]
282273 IBiViewStacked : typeof import ( '~icons/bi/view-stacked' ) [ 'default' ]
283274 IBiX : typeof import ( '~icons/bi/x' ) [ 'default' ]
@@ -300,7 +291,6 @@ declare module 'vue' {
300291 PlotCommentListModal : typeof import ( './src/components/modals/PlotCommentListModal.vue' ) [ 'default' ]
301292 PlotCommentModal : typeof import ( './src/components/modals/PlotCommentModal.vue' ) [ 'default' ]
302293 PlotDataSection : typeof import ( './src/components/PlotDataSection.vue' ) [ 'default' ]
303- PlotMetadataDataUpdateModal : typeof import ( './src/components/modals/PlotMetadataDataUpdateModal.vue' ) [ 'default' ]
304294 PlotMetadataUpdateModal : typeof import ( './src/components/modals/PlotMetadataUpdateModal.vue' ) [ 'default' ]
305295 RouterLink : typeof import ( 'vue-router' ) [ 'RouterLink' ]
306296 RouterView : typeof import ( 'vue-router' ) [ 'RouterView' ]
@@ -347,7 +337,6 @@ declare module 'vue' {
347337 TrialSynchronizationModal : typeof import ( './src/components/modals/TrialSynchronizationModal.vue' ) [ 'default' ]
348338 TrialTraitTimeframeModal : typeof import ( './src/components/modals/TrialTraitTimeframeModal.vue' ) [ 'default' ]
349339 UploadTraitImageModal : typeof import ( './src/components/modals/UploadTraitImageModal.vue' ) [ 'default' ]
350- VideoModal : typeof import ( './src/components/modals/VideoModal.vue' ) [ 'default' ]
351340 VScroll : typeof import ( './src/components/canvas/VScroll.vue' ) [ 'default' ]
352341 }
353342 export interface ComponentCustomProperties {
0 commit comments