@nethserver/ns8-ui-lib 0.1.16 → 0.1.18
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
|
@@ -62,6 +62,7 @@ import Link20 from '@carbon/icons-vue/es/link/20';
|
|
|
62
62
|
import Link32 from '@carbon/icons-vue/es/link/32';
|
|
63
63
|
import WarningAlt32 from '@carbon/icons-vue/es/warning--alt/32';
|
|
64
64
|
import WarningAlt20 from '@carbon/icons-vue/es/warning--alt/20';
|
|
65
|
+
import WarningAlt16 from '@carbon/icons-vue/es/warning--alt/16';
|
|
65
66
|
import Tools20 from '@carbon/icons-vue/es/tools/20';
|
|
66
67
|
import Tools32 from '@carbon/icons-vue/es/tools/32';
|
|
67
68
|
import Network_220 from '@carbon/icons-vue/es/network--2/20';
|
|
@@ -143,6 +144,9 @@ import Filter32 from '@carbon/icons-vue/es/filter/32';
|
|
|
143
144
|
import CloseFilled16 from '@carbon/icons-vue/es/close--filled/16';
|
|
144
145
|
import CloseFilled20 from '@carbon/icons-vue/es/close--filled/20';
|
|
145
146
|
import CloseFilled32 from '@carbon/icons-vue/es/close--filled/32';
|
|
147
|
+
import Badge16 from '@carbon/icons-vue/es/badge/16';
|
|
148
|
+
import Badge20 from '@carbon/icons-vue/es/badge/20';
|
|
149
|
+
import Badge32 from '@carbon/icons-vue/es/badge/32';
|
|
146
150
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
147
151
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
148
152
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -8730,8 +8734,12 @@ var IconService = {
|
|
|
8730
8734
|
Link20,
|
|
8731
8735
|
// URLs and external domain providers
|
|
8732
8736
|
Link32,
|
|
8737
|
+
WarningAlt16,
|
|
8733
8738
|
WarningAlt20,
|
|
8734
8739
|
WarningAlt32,
|
|
8740
|
+
WarningAltFilled16: WarningAlt16,
|
|
8741
|
+
WarningAltFilled20: WarningAlt20,
|
|
8742
|
+
WarningAltFilled32: WarningAlt32,
|
|
8735
8743
|
Tools20,
|
|
8736
8744
|
Tools32,
|
|
8737
8745
|
Network_220,
|
|
@@ -8838,7 +8846,10 @@ var IconService = {
|
|
|
8838
8846
|
Filter32,
|
|
8839
8847
|
CloseFilled16,
|
|
8840
8848
|
CloseFilled20,
|
|
8841
|
-
CloseFilled32
|
|
8849
|
+
CloseFilled32,
|
|
8850
|
+
Badge16,
|
|
8851
|
+
Badge20,
|
|
8852
|
+
Badge32
|
|
8842
8853
|
};
|
|
8843
8854
|
}
|
|
8844
8855
|
|
|
@@ -23486,12 +23497,12 @@ var __vue_staticRenderFns__$8 = [];
|
|
|
23486
23497
|
|
|
23487
23498
|
const __vue_inject_styles__$8 = function (inject) {
|
|
23488
23499
|
if (!inject) return;
|
|
23489
|
-
inject("data-v-
|
|
23490
|
-
source: ".range-input[data-v-
|
|
23500
|
+
inject("data-v-0c35fb97_0", {
|
|
23501
|
+
source: ".range-input[data-v-0c35fb97]{margin-top:.5rem!important}.unit-label[data-v-0c35fb97]{margin-top:.5rem!important;margin-left:1rem}.ns-slider .cv-radio-group.bx--form-item[data-v-0c35fb97]{margin-bottom:.5rem}",
|
|
23491
23502
|
map: undefined,
|
|
23492
23503
|
media: undefined
|
|
23493
|
-
}), inject("data-v-
|
|
23494
|
-
source: ".ns-slider .bx--slider-container{flex-wrap:wrap}.ns-slider .bx--slider-text-input{width:
|
|
23504
|
+
}), inject("data-v-0c35fb97_1", {
|
|
23505
|
+
source: ".ns-slider .bx--slider-container{flex-wrap:wrap}.ns-slider .bx--slider-text-input{width:6rem}.ns-slider .wrapper[data-invalid]~.bx--form-requirement{display:block;overflow:visible;max-height:12.5rem;font-weight:400;color:#da1e28}",
|
|
23495
23506
|
map: undefined,
|
|
23496
23507
|
media: undefined
|
|
23497
23508
|
});
|
|
@@ -23499,7 +23510,7 @@ const __vue_inject_styles__$8 = function (inject) {
|
|
|
23499
23510
|
/* scoped */
|
|
23500
23511
|
|
|
23501
23512
|
|
|
23502
|
-
const __vue_scope_id__$8 = "data-v-
|
|
23513
|
+
const __vue_scope_id__$8 = "data-v-0c35fb97";
|
|
23503
23514
|
/* module identifier */
|
|
23504
23515
|
|
|
23505
23516
|
const __vue_module_identifier__$8 = undefined;
|