@abi-software/flatmapvuer 1.1.0-beta.2 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,8 +9,10 @@ declare module 'vue' {
9
9
  export interface GlobalComponents {
10
10
  AnnotationTool: typeof import('./components/AnnotationTool.vue')['default']
11
11
  ConnectionDialog: typeof import('./components/ConnectionDialog.vue')['default']
12
+ DrawTool: typeof import('./components/DrawTool.vue')['default']
12
13
  DynamicLegends: typeof import('./components/legends/DynamicLegends.vue')['default']
13
14
  ElButton: typeof import('element-plus/es')['ElButton']
15
+ ElButtonGroup: typeof import('element-plus/es')['ElButtonGroup']
14
16
  ElCard: typeof import('element-plus/es')['ElCard']
15
17
  ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
16
18
  ElCheckboxGroup: typeof import('element-plus/es')['ElCheckboxGroup']
@@ -19,7 +21,6 @@ declare module 'vue' {
19
21
  ElIconArrowDown: typeof import('@element-plus/icons-vue')['ArrowDown']
20
22
  ElIconArrowLeft: typeof import('@element-plus/icons-vue')['ArrowLeft']
21
23
  ElIconArrowUp: typeof import('@element-plus/icons-vue')['ArrowUp']
22
- ElIconCircleClose: typeof import('@element-plus/icons-vue')['CircleClose']
23
24
  ElIconClose: typeof import('@element-plus/icons-vue')['Close']
24
25
  ElIconDelete: typeof import('@element-plus/icons-vue')['Delete']
25
26
  ElIconEdit: typeof import('@element-plus/icons-vue')['Edit']
@@ -37,6 +38,7 @@ declare module 'vue' {
37
38
  ElTree: typeof import('element-plus/es')['ElTree']
38
39
  ExternalResourceCard: typeof import('./components/ExternalResourceCard.vue')['default']
39
40
  FlatmapVuer: typeof import('./components/FlatmapVuer.vue')['default']
41
+ HelpModeDialog: typeof import('./components/HelpModeDialog.vue')['default']
40
42
  MultiFlatmapVuer: typeof import('./components/MultiFlatmapVuer.vue')['default']
41
43
  ProvenancePopup: typeof import('./components/ProvenancePopup.vue')['default']
42
44
  SelectionsGroup: typeof import('./components/SelectionsGroup.vue')['default']
@@ -1,5 +1,5 @@
1
1
  export default '<svg width="195px" height="24px" viewBox="0 0 200 24" fill="yellow">' +
2
2
  '<path d="M22.0748 3.25583C22.4141 2.42845 23.5859 2.42845 23.9252 3.25583L25.6493 7.45955C25.793 7.80979 26.1221 8.04889 26.4995 8.07727L31.0303 8.41798C31.922 8.48504 32.2841 9.59942 31.6021 10.1778L28.1369 13.1166C27.8482 13.3614 27.7225 13.7483 27.8122 14.1161L28.8882 18.5304C29.1 19.3992 28.152 20.0879 27.3912 19.618L23.5255 17.2305C23.2034 17.0316 22.7966 17.0316 22.4745 17.2305L18.60881 19.618C17.84796 20.0879 16.9 19.3992 17.1118 18.5304L18.18785 14.1161C18.2775 13.7483 18.1518 13.3614 17.86309 13.1166L14.3979 10.1778C13.71588 9.59942 14.07796 8.48504 14.96971 8.41798L19.50046 8.07727C19.87794 8.04889 20.20704 7.80979 20.35068 7.45955L22.0748 3.25583Z" stroke="#000000" stroke-width="2"/>' +
3
3
  // Adjusting the x attribute and adding padding for the text element
4
- '<text x="42" y="50%" dominant-baseline="middle" text-anchor="start" font-family="Asap, sans-serif" font-size="12" fill="#000000">Featured dataset marker</text>' +
4
+ '<text x="47" y="52%" style="white-space: pre" dominant-baseline="middle" text-anchor="start" font-family="Asap, sans-serif" font-size="12" fill="#333333">Featured dataset marker</text>' +
5
5
  '</svg>'
@@ -231,7 +231,6 @@ let FlatmapQueries = function () {
231
231
 
232
232
  this.queryForConnectivity = function (keastIds, signal, processConnectivity=true) {
233
233
  const data = { sql: this.buildConnectivitySqlStatement(keastIds) }
234
-
235
234
  const headers = {
236
235
  method: 'POST',
237
236
  headers: {