@nethserver/ns8-ui-lib 1.4.0 → 1.5.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nethserver/ns8-ui-lib",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Vue.js library for NethServer 8 UI",
5
5
  "keywords": [
6
6
  "nethserver",
@@ -383,9 +383,10 @@ export default {
383
383
  this.updateOptions();
384
384
  this.$emit("change", this.dataValue);
385
385
  },
386
- resetValue() {
386
+ clearValue() {
387
387
  this.internalUpdateValue("");
388
388
  this.filter = "";
389
+ this.updateOptions();
389
390
  this.$emit("change", this.dataValue);
390
391
  },
391
392
  checkHighlightPosition(newHiglight) {
@@ -0,0 +1,13 @@
1
+ <!--
2
+ Copyright (C) 2025 Nethesis S.r.l.
3
+ SPDX-License-Identifier: GPL-3.0-or-later
4
+ -->
5
+ <template>
6
+ <path
7
+ id="reliability_00000086669555793996923860000007658018717082518717_"
8
+ d="M16,30.36C8.082,30.36,1.64,23.918,1.64,16
9
+ S8.082,1.64,16,1.64S30.36,8.082,30.36,16S23.918,30.36,16,30.36z M16,2.36C8.479,2.36,2.36,8.479,2.36,16S8.479,29.64,16,29.64
10
+ S29.64,23.522,29.64,16C29.64,8.479,23.521,2.36,16,2.36z M14.014,22.522l-4.268-4.268l0.509-0.51l3.732,3.732l8.746-9.718
11
+ l0.535,0.481L14.014,22.522z"
12
+ />
13
+ </template>