@dative-gpi/foundation-shared-components 1.1.18 → 1.1.19

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.
@@ -291,6 +291,7 @@
291
291
  >
292
292
  <FSRow
293
293
  align="center-left"
294
+ :title="item.raw[$props.itemTitle!]"
294
295
  :wrap="false"
295
296
  >
296
297
  <FSCheckbox
@@ -48,6 +48,11 @@ export default defineComponent({
48
48
  icon: 'mdi-map',
49
49
  label: $tr("ui.map-layer.map", "Map")
50
50
  },
51
+ {
52
+ id: MapLayers.OpenStreetMap,
53
+ icon: 'mdi-map-plus',
54
+ label: $tr("ui.map-layer.open-street-map", "Open Street Map")
55
+ },
51
56
  {
52
57
  id: MapLayers.Imagery,
53
58
  icon: 'mdi-satellite',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "url": "https://github.com/Dative-GPI/foundation-shared-ui.git"
5
5
  },
6
6
  "sideEffects": false,
7
- "version": "1.1.18",
7
+ "version": "1.1.19",
8
8
  "description": "",
9
9
  "publishConfig": {
10
10
  "access": "public"
@@ -13,8 +13,8 @@
13
13
  "author": "",
14
14
  "license": "ISC",
15
15
  "dependencies": {
16
- "@dative-gpi/foundation-shared-domain": "1.1.18",
17
- "@dative-gpi/foundation-shared-services": "1.1.18"
16
+ "@dative-gpi/foundation-shared-domain": "1.1.19",
17
+ "@dative-gpi/foundation-shared-services": "1.1.19"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@dative-gpi/bones-ui": "^1.0.0",
@@ -38,5 +38,5 @@
38
38
  "sass": "1.71.1",
39
39
  "sass-loader": "13.3.2"
40
40
  },
41
- "gitHead": "5fbb75c2d2c18eeef57f17f2fd6962a05b1e6275"
41
+ "gitHead": "ac4763dd165ca723d5518dd2965e4fbc8ba092e4"
42
42
  }