From b82746b155ce269766d2a5c2f23649b0466445ea Mon Sep 17 00:00:00 2001 From: alan-wu Date: Wed, 8 Jan 2025 12:49:14 +1300 Subject: [PATCH] Update map-utilities --- package-lock.json | 8 ++++---- package.json | 2 +- src/components.d.ts | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 76186b9d..006ec678 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "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", @@ -72,9 +72,9 @@ } }, "node_modules/@abi-software/map-utilities": { - "version": "1.2.2-beta.6", - "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.2.2-beta.6.tgz", - "integrity": "sha512-9t+jmbjUUC11TMeodgvADGDfbAeNPuP6i4hRRJx0CW6AAlwcVboV2K+f/LxdQ2RW3EbeZ3NaJ5s4P7SIvVGb8A==", + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.3.0.tgz", + "integrity": "sha512-vA1qeXAgQ7yk6BTizCzS3TsRmH31eaWNoj/2yfiwoWhTJiY6+ZP//CmeFZdP4LQCAFR7Y4zyhkVtsx06/96bMw==", "dependencies": { "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", diff --git a/package.json b/package.json index febf11d4..4191e22a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/components.d.ts b/src/components.d.ts index 974a7996..2799c294 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -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'] @@ -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']