File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -2849,12 +2849,9 @@ export function useConfig() {
2849
2849
annotator : 'Toggle annotator'
2850
2850
} ,
2851
2851
userOptionsPrint : {
2852
- allowTaint : false ,
2853
- backgroundColor : COLOR_WHITE ,
2854
- useCORS : false ,
2855
- onclone : null ,
2852
+ overflowTolerance : 0.2 ,
2853
+ orientation : 'auto' ,
2856
2854
scale : 2 ,
2857
- logging : false ,
2858
2855
} ,
2859
2856
userOptionsCallbacks : {
2860
2857
tooltip : null ,
Original file line number Diff line number Diff line change @@ -6147,12 +6147,9 @@ declare module "vue-data-ui" {
6147
6147
annotator ?: string ;
6148
6148
} ;
6149
6149
userOptionsPrint ?: {
6150
- allowTaint ?: boolean ;
6151
- backgroundColor ?: string ;
6152
- useCORS ?: boolean ;
6153
- onclone ?: null | ( ( doc : Document ) => void ) ,
6154
6150
scale ?: number ;
6155
- logging ?: boolean ;
6151
+ overflowTolerance ?: number ;
6152
+ orientation ?: 'auto' | 'l' | 'p' ;
6156
6153
} ;
6157
6154
userOptionsCallbacks ?: {
6158
6155
tooltip ?: null | ( ( ) => void ) ;
You can’t perform that action at this time.
0 commit comments