@nethserver/ns8-ui-lib 0.1.12 → 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.
@@ -27,6 +27,7 @@ import Upgrade20 from '@carbon/icons-vue/es/upgrade/20';
27
27
  import Upgrade32 from '@carbon/icons-vue/es/upgrade/32';
28
28
  import Settings16 from '@carbon/icons-vue/es/settings/16';
29
29
  import Settings20 from '@carbon/icons-vue/es/settings/20';
30
+ import Settings32 from '@carbon/icons-vue/es/settings/32';
30
31
  import ChevronUp20 from '@carbon/icons-vue/es/chevron--up/20';
31
32
  import ChevronLeft20 from '@carbon/icons-vue/es/chevron--left/20';
32
33
  import ChevronRight20 from '@carbon/icons-vue/es/chevron--right/20';
@@ -132,6 +133,9 @@ import Box16 from '@carbon/icons-vue/es/box/16';
132
133
  import Box20 from '@carbon/icons-vue/es/box/20';
133
134
  import Box32 from '@carbon/icons-vue/es/box/32';
134
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';
135
139
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
136
140
  import Search16 from '@carbon/icons-vue/es/search/16';
137
141
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -7264,7 +7268,9 @@ var UtilService = {
7264
7268
  time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
7265
7269
  time24HourPlaceholder: "hh:mm",
7266
7270
  // used to highlight the anchor the user has just navigated to
7267
- 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}$/
7268
7274
  };
7269
7275
  },
7270
7276
 
@@ -8669,6 +8675,7 @@ var IconService = {
8669
8675
  Upgrade32,
8670
8676
  Settings16,
8671
8677
  Settings20,
8678
+ Settings32,
8672
8679
  ChevronDown20,
8673
8680
  ChevronUp20,
8674
8681
  ChevronLeft20,
@@ -8813,8 +8820,11 @@ var IconService = {
8813
8820
  // mailboxes
8814
8821
  Box20,
8815
8822
  Box32,
8816
- UserMilitary32 // master user
8817
-
8823
+ UserMilitary32,
8824
+ // master user
8825
+ Rule16,
8826
+ Rule20,
8827
+ Rule32
8818
8828
  };
8819
8829
  }
8820
8830
 
@@ -17756,6 +17766,7 @@ var __vue_render__$f = function () {
17756
17766
  }
17757
17767
 
17758
17768
  $event.preventDefault();
17769
+ $event.stopPropagation();
17759
17770
  return _vm.checkSearchExpand(false);
17760
17771
  }
17761
17772
  }
@@ -21242,6 +21253,7 @@ var __vue_render__$c = function () {
21242
21253
  }
21243
21254
 
21244
21255
  $event.preventDefault();
21256
+ $event.stopPropagation();
21245
21257
  return _vm.onEsc.apply(null, arguments);
21246
21258
  }],
21247
21259
  "click": _vm.onClick
@@ -21453,11 +21465,11 @@ var __vue_staticRenderFns__$c = [];
21453
21465
 
21454
21466
  const __vue_inject_styles__$d = function (inject) {
21455
21467
  if (!inject) return;
21456
- inject("data-v-aa321368_0", {
21457
- source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-aa321368]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-aa321368]{margin-bottom:14rem}.label-with-tooltip[data-v-aa321368]{display:flex;align-items:baseline}",
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}",
21458
21470
  map: undefined,
21459
21471
  media: undefined
21460
- }), inject("data-v-aa321368_1", {
21472
+ }), inject("data-v-840b9470_1", {
21461
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}",
21462
21474
  map: undefined,
21463
21475
  media: undefined
@@ -21466,7 +21478,7 @@ const __vue_inject_styles__$d = function (inject) {
21466
21478
  /* scoped */
21467
21479
 
21468
21480
 
21469
- const __vue_scope_id__$d = "data-v-aa321368";
21481
+ const __vue_scope_id__$d = "data-v-840b9470";
21470
21482
  /* module identifier */
21471
21483
 
21472
21484
  const __vue_module_identifier__$d = undefined;
@@ -21990,6 +22002,7 @@ var __vue_render__$b = function () {
21990
22002
  }
21991
22003
 
21992
22004
  $event.preventDefault();
22005
+ $event.stopPropagation();
21993
22006
  return _vm.onEsc.apply(null, arguments);
21994
22007
  }],
21995
22008
  "click": _vm.onClick
@@ -22147,11 +22160,11 @@ var __vue_staticRenderFns__$b = [];
22147
22160
 
22148
22161
  const __vue_inject_styles__$c = function (inject) {
22149
22162
  if (!inject) return;
22150
- inject("data-v-fc861686_0", {
22151
- source: ".margin-bottom-on-open[data-v-fc861686]{margin-bottom:14rem}.label-with-tooltip[data-v-fc861686]{display:flex;align-items:baseline}",
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}",
22152
22165
  map: undefined,
22153
22166
  media: undefined
22154
- }), inject("data-v-fc861686_1", {
22167
+ }), inject("data-v-5454a1ee_1", {
22155
22168
  source: ".ns-combo-box .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22156
22169
  map: undefined,
22157
22170
  media: undefined
@@ -22160,7 +22173,7 @@ const __vue_inject_styles__$c = function (inject) {
22160
22173
  /* scoped */
22161
22174
 
22162
22175
 
22163
- const __vue_scope_id__$c = "data-v-fc861686";
22176
+ const __vue_scope_id__$c = "data-v-5454a1ee";
22164
22177
  /* module identifier */
22165
22178
 
22166
22179
  const __vue_module_identifier__$c = undefined;