@abi-software/map-utilities 1.4.3-beta.0 → 1.4.3-beta.1

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-utilities",
3
- "version": "1.4.3-beta.0",
3
+ "version": "1.4.3-beta.1",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -45,7 +45,21 @@
45
45
  class="block"
46
46
  >
47
47
  <div class="attribute-title-container">
48
- <div class="attribute-title">Components</div>
48
+ <span class="attribute-title">Components</span>
49
+ <el-popover
50
+ width="250"
51
+ trigger="hover"
52
+ :teleported="false"
53
+ popper-class="popover-origin-help"
54
+ >
55
+ <template #reference>
56
+ <el-icon class="info"><el-icon-warning /></el-icon>
57
+ </template>
58
+ <span style="word-break: keep-all">
59
+ The list is not in any specific order.<br>
60
+ Specific paths can be viewed using Graph View.
61
+ </span>
62
+ </el-popover>
49
63
  </div>
50
64
  <div
51
65
  v-for="(component, i) in components"