Skip to content

Commit

Permalink
Update map-utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Jan 7, 2025
1 parent 380abca commit b82746b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@abi-software/flatmap-viewer": "3.2.10",
"@abi-software/map-utilities": "^1.2.2-beta.6",
"@abi-software/map-utilities": "^1.3.0",
"@abi-software/sparc-annotation": "0.3.2",
"@abi-software/svg-sprite": "^1.0.1",
"@element-plus/icons-vue": "^2.3.1",
Expand Down
2 changes: 2 additions & 0 deletions src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export {}
declare module 'vue' {
export interface GlobalComponents {
DynamicLegends: typeof import('./components/legends/DynamicLegends.vue')['default']
ElAutocomplete: typeof import('element-plus/es')['ElAutocomplete']
ElButton: typeof import('element-plus/es')['ElButton']
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
Expand All @@ -23,6 +24,7 @@ declare module 'vue' {
ElRadioGroup: typeof import('element-plus/es')['ElRadioGroup']
ElRow: typeof import('element-plus/es')['ElRow']
ElSelect: typeof import('element-plus/es')['ElSelect']
ElSwitch: typeof import('element-plus/es')['ElSwitch']
FlatmapVuer: typeof import('./components/FlatmapVuer.vue')['default']
MultiFlatmapVuer: typeof import('./components/MultiFlatmapVuer.vue')['default']
SelectionsGroup: typeof import('./components/SelectionsGroup.vue')['default']
Expand Down

0 comments on commit b82746b

Please sign in to comment.