@nethserver/ns8-ui-lib 0.1.30 → 0.1.31
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/ns8-ui-lib.esm.js
CHANGED
|
@@ -21178,6 +21178,9 @@ var script$5 = {
|
|
|
21178
21178
|
this.onItemClick(this.highlighted);
|
|
21179
21179
|
this.$refs.input.focus();
|
|
21180
21180
|
this.filter = "";
|
|
21181
|
+
this.doOpen(false);
|
|
21182
|
+
} else {
|
|
21183
|
+
this.doOpen(true);
|
|
21181
21184
|
}
|
|
21182
21185
|
},
|
|
21183
21186
|
|
|
@@ -21550,11 +21553,11 @@ var __vue_staticRenderFns__$e = [];
|
|
|
21550
21553
|
|
|
21551
21554
|
const __vue_inject_styles__$f = function (inject) {
|
|
21552
21555
|
if (!inject) return;
|
|
21553
|
-
inject("data-v-
|
|
21554
|
-
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-
|
|
21556
|
+
inject("data-v-d34e0640_0", {
|
|
21557
|
+
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-d34e0640]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-d34e0640]{margin-bottom:14rem}.label-with-tooltip[data-v-d34e0640]{display:flex;align-items:baseline}",
|
|
21555
21558
|
map: undefined,
|
|
21556
21559
|
media: undefined
|
|
21557
|
-
}), inject("data-v-
|
|
21560
|
+
}), inject("data-v-d34e0640_1", {
|
|
21558
21561
|
source: ".selected-item button.bx--tag__close-icon{position:relative;right:1px}.ns-multi-select .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
21559
21562
|
map: undefined,
|
|
21560
21563
|
media: undefined
|
|
@@ -21563,7 +21566,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
21563
21566
|
/* scoped */
|
|
21564
21567
|
|
|
21565
21568
|
|
|
21566
|
-
const __vue_scope_id__$f = "data-v-
|
|
21569
|
+
const __vue_scope_id__$f = "data-v-d34e0640";
|
|
21567
21570
|
/* module identifier */
|
|
21568
21571
|
|
|
21569
21572
|
const __vue_module_identifier__$f = undefined;
|