diff --git a/package-lock.json b/package-lock.json index 80693adb..3f3685a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@abi-software/flatmap-viewer": "3.2.12", - "@abi-software/map-utilities": "^1.3.1", + "@abi-software/map-utilities": "^1.3.2", "@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.3.1", - "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.3.1.tgz", - "integrity": "sha512-gHh/gSC57A9TvnbOMNj8EEgQ1E7s293PckCnpd/ccBpAMHAcK21uFntRbjRoLWc8mljypmI0uRDrkA1cpyIn4A==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@abi-software/map-utilities/-/map-utilities-1.3.2.tgz", + "integrity": "sha512-Whbt7SqOkWHDFrRYslOJlD6+9qUG7cJnCFIEnwhT20nF8a9iGO7tJijXJGjJUzRhsvuZzIUCGU5kwcBH9nVhMw==", "dependencies": { "@abi-software/svg-sprite": "^1.0.1", "@element-plus/icons-vue": "^2.3.1", diff --git a/package.json b/package.json index e6657c8d..5fc0c77c 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ }, "dependencies": { "@abi-software/flatmap-viewer": "3.2.12", - "@abi-software/map-utilities": "^1.3.1", + "@abi-software/map-utilities": "^1.3.2", "@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 2799c294..974a7996 100644 --- a/src/components.d.ts +++ b/src/components.d.ts @@ -8,7 +8,6 @@ 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'] @@ -24,7 +23,6 @@ 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']