File tree Expand file tree Collapse file tree 6 files changed +583
-514
lines changed Expand file tree Collapse file tree 6 files changed +583
-514
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ declare module '@vue/runtime-core' {
126
126
FolderStructureDiagram : typeof import ( './src/tools/folder-structure-diagram/folder-structure-diagram.vue' ) [ 'default' ]
127
127
ForceConverter : typeof import ( './src/tools/force-converter/force-converter.vue' ) [ 'default' ]
128
128
FormatTransformer : typeof import ( './src/components/FormatTransformer.vue' ) [ 'default' ]
129
+ GeoDistanceCalculator : typeof import ( './src/tools/geo-distance-calculator/geo-distance-calculator.vue' ) [ 'default' ]
129
130
GitMemo : typeof import ( './src/tools/git-memo/git-memo.vue' ) [ 'default' ]
130
131
'GitMemo.content' : typeof import ( './src/tools/git-memo/git-memo.content.md' ) [ 'default' ]
131
132
GzipConverter : typeof import ( './src/tools/gzip-converter/gzip-converter.vue' ) [ 'default' ]
@@ -251,6 +252,7 @@ declare module '@vue/runtime-core' {
251
252
NH1 : typeof import ( 'naive-ui' ) [ 'NH1' ]
252
253
NH3 : typeof import ( 'naive-ui' ) [ 'NH3' ]
253
254
NIcon : typeof import ( 'naive-ui' ) [ 'NIcon' ]
255
+ NInputNumber : typeof import ( 'naive-ui' ) [ 'NInputNumber' ]
254
256
NLayout : typeof import ( 'naive-ui' ) [ 'NLayout' ]
255
257
NLayoutSider : typeof import ( 'naive-ui' ) [ 'NLayoutSider' ]
256
258
NMenu : typeof import ( 'naive-ui' ) [ 'NMenu' ]
Original file line number Diff line number Diff line change 62
62
"@tiptap/pm" : " 2.9.1" ,
63
63
"@tiptap/starter-kit" : " 2.9.1" ,
64
64
"@tiptap/vue-3" : " 2.9.1" ,
65
+ "@types/haversine" : " ^1.1.8" ,
65
66
"@unicode/unicode-15.1.0" : " ^1.6.0" ,
66
67
"@vicons/material" : " ^0.12.0" ,
67
68
"@vicons/tabler" : " ^0.12.0" ,
122
123
"generate-schema" : " ^2.6.0" ,
123
124
"get-timezone-offset" : " ^1.0.5" ,
124
125
"hash-wasm" : " ^4.11.0" ,
126
+ "haversine" : " ^1.1.1" ,
125
127
"heic-convert" : " ^2.1.0" ,
126
128
"highlight.js" : " ^11.7.0" ,
127
129
"iarna-toml-esm" : " ^3.0.5" ,
You can’t perform that action at this time.
0 commit comments