@everchron/ec-shards 0.7.26 → 0.7.29
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/ec-shards.common.js +77 -54
- package/dist/ec-shards.common.js.map +1 -1
- package/dist/ec-shards.css +1 -1
- package/dist/ec-shards.umd.js +77 -54
- package/dist/ec-shards.umd.js.map +1 -1
- package/dist/ec-shards.umd.min.js +1 -1
- package/dist/ec-shards.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/icons/format-strike.svg +5 -0
- package/src/components/form-group/form-group.vue +4 -0
- package/src/components/input-group/input-group.vue +4 -0
- package/src/components/popover-list-item/popover-list-item.vue +1 -1
package/package.json
CHANGED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path vector-effect="non-scaling-stroke" d="M16.9489 16.0833L17.2912 16.2155C18.7754 16.7896 19.7547 18.2164 19.7547 19.8078V19.8143C19.7547 21.942 18.0301 23.6666 15.9024 23.6666H13.0132C10.8855 23.6666 9.16083 21.942 9.16083 19.8143" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path vector-effect="non-scaling-stroke" d="M6.33334 16.0833H23.6667" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path vector-effect="non-scaling-stroke" d="M10.1348 12.9016C9.53243 12.1952 9.16193 11.3015 9.16193 10.3319C9.16193 8.12406 10.9527 6.33331 13.1605 6.33331H15.9024C18.0301 6.33331 19.7537 8.05798 19.7548 10.1846" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</ecs-sortbutton>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
|
-
<a v-else-if="type === 'link'" class="ecs-popover-list-item"
|
|
27
|
+
<a v-else-if="type === 'link'" @click="$emit('click', $event)" class="ecs-popover-list-item"
|
|
28
28
|
:class="[iconClass,
|
|
29
29
|
danger ? `danger` : '',
|
|
30
30
|
subtle ? `subtle` : '',
|