@@ -20,11 +20,13 @@ declare global {
20
20
const FDeleteConfirmationModal : typeof import ( './src/tables/components/index' ) [ 'FDeleteConfirmationModal' ]
21
21
const FFile : typeof import ( './src/forms/components/index' ) [ 'FFile' ]
22
22
const FFileList : typeof import ( './src/forms/components/index' ) [ 'FFileList' ]
23
+ const FFileReveal : typeof import ( './src/forms/components/index' ) [ 'FFileReveal' ]
23
24
const FForm : typeof import ( './src/forms/components/index' ) [ 'FForm' ]
24
25
const FFormBody : typeof import ( './src/forms/components/index' ) [ 'FFormBody' ]
25
26
const FFormFooter : typeof import ( './src/forms/components/index' ) [ 'FFormFooter' ]
26
27
const FFormHeader : typeof import ( './src/forms/components/index' ) [ 'FFormHeader' ]
27
28
const FModal : typeof import ( './src/common/components/index' ) [ 'FModal' ]
29
+ const FPassword : typeof import ( './src/forms/components/index' ) [ 'FPassword' ]
28
30
const FRadio : typeof import ( './src/forms/components/index' ) [ 'FRadio' ]
29
31
const FSelect : typeof import ( './src/forms/components/index' ) [ 'FSelect' ]
30
32
const FTable : typeof import ( './src/tables/components/index' ) [ 'FTable' ]
@@ -350,11 +352,13 @@ declare module 'vue' {
350
352
readonly FDeleteConfirmationModal : UnwrapRef < typeof import ( './src/tables/components/index' ) [ 'FDeleteConfirmationModal' ] >
351
353
readonly FFile : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFile' ] >
352
354
readonly FFileList : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFileList' ] >
355
+ readonly FFileReveal : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFileReveal' ] >
353
356
readonly FForm : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FForm' ] >
354
357
readonly FFormBody : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormBody' ] >
355
358
readonly FFormFooter : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormFooter' ] >
356
359
readonly FFormHeader : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormHeader' ] >
357
360
readonly FModal : UnwrapRef < typeof import ( './src/common/components/index' ) [ 'FModal' ] >
361
+ readonly FPassword : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FPassword' ] >
358
362
readonly FRadio : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FRadio' ] >
359
363
readonly FSelect : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FSelect' ] >
360
364
readonly FTable : UnwrapRef < typeof import ( './src/tables/components/index' ) [ 'FTable' ] >
@@ -671,11 +675,13 @@ declare module '@vue/runtime-core' {
671
675
readonly FDeleteConfirmationModal : UnwrapRef < typeof import ( './src/tables/components/index' ) [ 'FDeleteConfirmationModal' ] >
672
676
readonly FFile : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFile' ] >
673
677
readonly FFileList : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFileList' ] >
678
+ readonly FFileReveal : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFileReveal' ] >
674
679
readonly FForm : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FForm' ] >
675
680
readonly FFormBody : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormBody' ] >
676
681
readonly FFormFooter : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormFooter' ] >
677
682
readonly FFormHeader : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FFormHeader' ] >
678
683
readonly FModal : UnwrapRef < typeof import ( './src/common/components/index' ) [ 'FModal' ] >
684
+ readonly FPassword : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FPassword' ] >
679
685
readonly FRadio : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FRadio' ] >
680
686
readonly FSelect : UnwrapRef < typeof import ( './src/forms/components/index' ) [ 'FSelect' ] >
681
687
readonly FTable : UnwrapRef < typeof import ( './src/tables/components/index' ) [ 'FTable' ] >
0 commit comments