@nethserver/ns8-ui-lib 0.1.13 → 0.1.15
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
|
@@ -133,6 +133,9 @@ import Box16 from '@carbon/icons-vue/es/box/16';
|
|
|
133
133
|
import Box20 from '@carbon/icons-vue/es/box/20';
|
|
134
134
|
import Box32 from '@carbon/icons-vue/es/box/32';
|
|
135
135
|
import UserMilitary32 from '@carbon/icons-vue/es/user--military/32';
|
|
136
|
+
import Rule16 from '@carbon/icons-vue/es/rule/16';
|
|
137
|
+
import Rule20 from '@carbon/icons-vue/es/rule/20';
|
|
138
|
+
import Rule32 from '@carbon/icons-vue/es/rule/32';
|
|
136
139
|
import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
|
|
137
140
|
import Search16 from '@carbon/icons-vue/es/search/16';
|
|
138
141
|
import Close16 from '@carbon/icons-vue/es/close/16';
|
|
@@ -7265,7 +7268,9 @@ var UtilService = {
|
|
|
7265
7268
|
time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
|
|
7266
7269
|
time24HourPlaceholder: "hh:mm",
|
|
7267
7270
|
// used to highlight the anchor the user has just navigated to
|
|
7268
|
-
highlightAnchor: ""
|
|
7271
|
+
highlightAnchor: "",
|
|
7272
|
+
ipAddressPattern: /^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$/,
|
|
7273
|
+
cidrPattern: /^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}\/(\d){1,2}$/
|
|
7269
7274
|
};
|
|
7270
7275
|
},
|
|
7271
7276
|
|
|
@@ -8815,8 +8820,11 @@ var IconService = {
|
|
|
8815
8820
|
// mailboxes
|
|
8816
8821
|
Box20,
|
|
8817
8822
|
Box32,
|
|
8818
|
-
UserMilitary32
|
|
8819
|
-
|
|
8823
|
+
UserMilitary32,
|
|
8824
|
+
// master user
|
|
8825
|
+
Rule16,
|
|
8826
|
+
Rule20,
|
|
8827
|
+
Rule32
|
|
8820
8828
|
};
|
|
8821
8829
|
}
|
|
8822
8830
|
|
|
@@ -17758,6 +17766,7 @@ var __vue_render__$f = function () {
|
|
|
17758
17766
|
}
|
|
17759
17767
|
|
|
17760
17768
|
$event.preventDefault();
|
|
17769
|
+
$event.stopPropagation();
|
|
17761
17770
|
return _vm.checkSearchExpand(false);
|
|
17762
17771
|
}
|
|
17763
17772
|
}
|
|
@@ -21244,6 +21253,7 @@ var __vue_render__$c = function () {
|
|
|
21244
21253
|
}
|
|
21245
21254
|
|
|
21246
21255
|
$event.preventDefault();
|
|
21256
|
+
$event.stopPropagation();
|
|
21247
21257
|
return _vm.onEsc.apply(null, arguments);
|
|
21248
21258
|
}],
|
|
21249
21259
|
"click": _vm.onClick
|
|
@@ -21455,11 +21465,11 @@ var __vue_staticRenderFns__$c = [];
|
|
|
21455
21465
|
|
|
21456
21466
|
const __vue_inject_styles__$d = function (inject) {
|
|
21457
21467
|
if (!inject) return;
|
|
21458
|
-
inject("data-v-
|
|
21459
|
-
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-
|
|
21468
|
+
inject("data-v-840b9470_0", {
|
|
21469
|
+
source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-840b9470]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-840b9470]{margin-bottom:14rem}.label-with-tooltip[data-v-840b9470]{display:flex;align-items:baseline}",
|
|
21460
21470
|
map: undefined,
|
|
21461
21471
|
media: undefined
|
|
21462
|
-
}), inject("data-v-
|
|
21472
|
+
}), inject("data-v-840b9470_1", {
|
|
21463
21473
|
source: ".selected-item button.bx--tag__close-icon{position:relative;right:1px}.ns-multi-select .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
21464
21474
|
map: undefined,
|
|
21465
21475
|
media: undefined
|
|
@@ -21468,7 +21478,7 @@ const __vue_inject_styles__$d = function (inject) {
|
|
|
21468
21478
|
/* scoped */
|
|
21469
21479
|
|
|
21470
21480
|
|
|
21471
|
-
const __vue_scope_id__$d = "data-v-
|
|
21481
|
+
const __vue_scope_id__$d = "data-v-840b9470";
|
|
21472
21482
|
/* module identifier */
|
|
21473
21483
|
|
|
21474
21484
|
const __vue_module_identifier__$d = undefined;
|
|
@@ -21992,6 +22002,7 @@ var __vue_render__$b = function () {
|
|
|
21992
22002
|
}
|
|
21993
22003
|
|
|
21994
22004
|
$event.preventDefault();
|
|
22005
|
+
$event.stopPropagation();
|
|
21995
22006
|
return _vm.onEsc.apply(null, arguments);
|
|
21996
22007
|
}],
|
|
21997
22008
|
"click": _vm.onClick
|
|
@@ -22149,11 +22160,11 @@ var __vue_staticRenderFns__$b = [];
|
|
|
22149
22160
|
|
|
22150
22161
|
const __vue_inject_styles__$c = function (inject) {
|
|
22151
22162
|
if (!inject) return;
|
|
22152
|
-
inject("data-v-
|
|
22153
|
-
source: ".margin-bottom-on-open[data-v-
|
|
22163
|
+
inject("data-v-5454a1ee_0", {
|
|
22164
|
+
source: ".margin-bottom-on-open[data-v-5454a1ee]{margin-bottom:14rem}.label-with-tooltip[data-v-5454a1ee]{display:flex;align-items:baseline}",
|
|
22154
22165
|
map: undefined,
|
|
22155
22166
|
media: undefined
|
|
22156
|
-
}), inject("data-v-
|
|
22167
|
+
}), inject("data-v-5454a1ee_1", {
|
|
22157
22168
|
source: ".ns-combo-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
|
|
22158
22169
|
map: undefined,
|
|
22159
22170
|
media: undefined
|
|
@@ -22162,7 +22173,7 @@ const __vue_inject_styles__$c = function (inject) {
|
|
|
22162
22173
|
/* scoped */
|
|
22163
22174
|
|
|
22164
22175
|
|
|
22165
|
-
const __vue_scope_id__$c = "data-v-
|
|
22176
|
+
const __vue_scope_id__$c = "data-v-5454a1ee";
|
|
22166
22177
|
/* module identifier */
|
|
22167
22178
|
|
|
22168
22179
|
const __vue_module_identifier__$c = undefined;
|