Add @types/react-svg-pan-zoom to patched dependencies
This commit is contained in:
parent
9cf56b308b
commit
d40f97ad6f
3 changed files with 30 additions and 2 deletions
|
@ -62,5 +62,10 @@
|
|||
"typescript": "^4.9.5",
|
||||
"vite": "^4.1.1",
|
||||
"vitest": "^0.28.4"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"@types/react-svg-pan-zoom@3.3.5": "patches/@types__react-svg-pan-zoom@3.3.5.patch"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
17
patches/@types__react-svg-pan-zoom@3.3.5.patch
Normal file
17
patches/@types__react-svg-pan-zoom@3.3.5.patch
Normal file
|
@ -0,0 +1,17 @@
|
|||
diff --git a/index.d.ts b/index.d.ts
|
||||
index a57d545d33b2798024b9762d3d3513e58a38e19d..83ace9fc85b7354e128948402a50e00083eacd8c 100644
|
||||
--- a/index.d.ts
|
||||
+++ b/index.d.ts
|
||||
@@ -256,7 +256,11 @@ export function zoom(value: Value, SVGPointX: number, SVGPointY: number, scaleFa
|
||||
export function fitSelection(
|
||||
value: Value, selectionSVGPointX: number, selectionSVGPointY: number, selectionWidth: number, selectionHeight: number): Value;
|
||||
|
||||
-export function fitToViewer(value: Value): Value;
|
||||
+export function fitToViewer(
|
||||
+ value: Value,
|
||||
+ SVGAlignX?: typeof ALIGN_CENTER | typeof ALIGN_LEFT | typeof ALIGN_RIGHT | undefined,
|
||||
+ SVGAlignY?: typeof ALIGN_CENTER | typeof ALIGN_TOP | typeof ALIGN_BOTTOM | undefined
|
||||
+): Value;
|
||||
|
||||
export function zoomOnViewerCenter(value: Value, scaleFactor: number): Value;
|
||||
|
10
pnpm-lock.yaml
generated
10
pnpm-lock.yaml
generated
|
@ -1,5 +1,10 @@
|
|||
lockfileVersion: 5.4
|
||||
|
||||
patchedDependencies:
|
||||
'@types/react-svg-pan-zoom@3.3.5':
|
||||
hash: kv3ctd73j5hnzcxdc2ceiq5wuy
|
||||
path: patches/@types__react-svg-pan-zoom@3.3.5.patch
|
||||
|
||||
specifiers:
|
||||
'@heroicons/react': ^2.0.14
|
||||
'@react-hook/size': ^2.1.2
|
||||
|
@ -63,7 +68,7 @@ devDependencies:
|
|||
'@testing-library/user-event': 14.4.3_yxlyej73nftwmh2fiao7paxmlm
|
||||
'@types/react': 18.0.27
|
||||
'@types/react-dom': 18.0.10
|
||||
'@types/react-svg-pan-zoom': 3.3.5
|
||||
'@types/react-svg-pan-zoom': 3.3.5_kv3ctd73j5hnzcxdc2ceiq5wuy
|
||||
'@types/react-window': 1.8.5
|
||||
'@typescript-eslint/eslint-plugin': 5.51.0_b635kmla6dsb4frxfihkw4m47e
|
||||
'@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
|
||||
|
@ -929,11 +934,12 @@ packages:
|
|||
'@types/react': 18.0.27
|
||||
dev: true
|
||||
|
||||
/@types/react-svg-pan-zoom/3.3.5:
|
||||
/@types/react-svg-pan-zoom/3.3.5_kv3ctd73j5hnzcxdc2ceiq5wuy:
|
||||
resolution: {integrity: sha512-W8GRFCDy7raSDr5OXGjSyvX5KmdWlIQfv0NLa1jfAYVUO4ClVbgorWeAAom7nY3Pl+4h9blXE1Bnu2CW1iMEvQ==}
|
||||
dependencies:
|
||||
'@types/react': 18.0.27
|
||||
dev: true
|
||||
patched: true
|
||||
|
||||
/@types/react-window/1.8.5:
|
||||
resolution: {integrity: sha512-V9q3CvhC9Jk9bWBOysPGaWy/Z0lxYcTXLtLipkt2cnRj1JOSFNF7wqGpkScSXMgBwC+fnVRg/7shwgddBG5ICw==}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue