@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/dist/map-utilities.js +1155 -1132
- package/dist/map-utilities.umd.cjs +28 -28
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/components/ConnectivityList/ConnectivityList.vue +15 -1
package/package.json
CHANGED
|
@@ -45,7 +45,21 @@
|
|
|
45
45
|
class="block"
|
|
46
46
|
>
|
|
47
47
|
<div class="attribute-title-container">
|
|
48
|
-
<
|
|
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"
|