@nethserver/ns8-ui-lib 0.1.16 → 0.1.17
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 +20 -6
- package/dist/ns8-ui-lib.min.js +1 -1
- package/dist/ns8-ui-lib.ssr.js +22 -11
- package/package.json +1 -1
package/dist/ns8-ui-lib.esm.js
CHANGED
|
@@ -143,6 +143,9 @@ import Filter32 from '@carbon/icons-vue/es/filter/32';
|
|
|
143
143
|
import CloseFilled16 from '@carbon/icons-vue/es/close--filled/16';
|
|
144
144
|
import CloseFilled20 from '@carbon/icons-vue/es/close--filled/20';
|
|
145
145
|
import CloseFilled32 from '@carbon/icons-vue/es/close--filled/32';
|
|
146
|
+
import Badge16 from '@carbon/icons-vue/es/badge/16';
|
|
147
|
+
import Badge20 from '@carbon/icons-vue/es/badge/20';
|
|
148
|
+
import Badge32 from '@carbon/icons-vue/es/badge/32';
|
|
146
149
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
147
150
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
148
151
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -8838,7 +8841,10 @@ var IconService = {
|
|
|
8838
8841
|
Filter32,
|
|
8839
8842
|
CloseFilled16,
|
|
8840
8843
|
CloseFilled20,
|
|
8841
|
-
CloseFilled32
|
|
8844
|
+
CloseFilled32,
|
|
8845
|
+
Badge16,
|
|
8846
|
+
Badge20,
|
|
8847
|
+
Badge32
|
|
8842
8848
|
};
|
|
8843
8849
|
}
|
|
8844
8850
|
|
|
@@ -18040,7 +18046,15 @@ var __vue_render__$e = function () {
|
|
|
18040
18046
|
}
|
|
18041
18047
|
}, [_vm._t("text-right", function () {
|
|
18042
18048
|
return [_vm._v("On")];
|
|
18043
|
-
})], 2)
|
|
18049
|
+
})], 2), _vm._v(" "), _vm.hasTooltipSlot && _vm.hideLabel ? _c('cv-interactive-tooltip', {
|
|
18050
|
+
staticClass: "tooltip info",
|
|
18051
|
+
attrs: {
|
|
18052
|
+
"alignment": _vm.tooltipAlignment,
|
|
18053
|
+
"direction": _vm.tooltipDirection
|
|
18054
|
+
}
|
|
18055
|
+
}, [_c('template', {
|
|
18056
|
+
slot: "content"
|
|
18057
|
+
}, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 1)])]);
|
|
18044
18058
|
};
|
|
18045
18059
|
|
|
18046
18060
|
var __vue_staticRenderFns__$e = [];
|
|
@@ -18048,11 +18062,11 @@ var __vue_staticRenderFns__$e = [];
|
|
|
18048
18062
|
|
|
18049
18063
|
const __vue_inject_styles__$f = function (inject) {
|
|
18050
18064
|
if (!inject) return;
|
|
18051
|
-
inject("data-v-
|
|
18052
|
-
source: ".tooltip[data-v-
|
|
18065
|
+
inject("data-v-47f499be_0", {
|
|
18066
|
+
source: ".tooltip[data-v-47f499be]{display:inline-block;position:absolute}",
|
|
18053
18067
|
map: undefined,
|
|
18054
18068
|
media: undefined
|
|
18055
|
-
}), inject("data-v-
|
|
18069
|
+
}), inject("data-v-47f499be_1", {
|
|
18056
18070
|
source: ".ns-toggle .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
18057
18071
|
map: undefined,
|
|
18058
18072
|
media: undefined
|
|
@@ -18061,7 +18075,7 @@ const __vue_inject_styles__$f = function (inject) {
|
|
|
18061
18075
|
/* scoped */
|
|
18062
18076
|
|
|
18063
18077
|
|
|
18064
|
-
const __vue_scope_id__$f = "data-v-
|
|
18078
|
+
const __vue_scope_id__$f = "data-v-47f499be";
|
|
18065
18079
|
/* module identifier */
|
|
18066
18080
|
|
|
18067
18081
|
const __vue_module_identifier__$f = undefined;
|