@nethserver/ns8-ui-lib 0.1.2 → 0.1.3

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.
@@ -124,6 +124,9 @@ import Locked32 from '@carbon/icons-vue/es/locked/32';
124
124
  import Folder16 from '@carbon/icons-vue/es/folder/16';
125
125
  import Folder20 from '@carbon/icons-vue/es/folder/20';
126
126
  import Folder32 from '@carbon/icons-vue/es/folder/32';
127
+ import Asterisk16 from '@carbon/icons-vue/es/asterisk/16';
128
+ import Asterisk20 from '@carbon/icons-vue/es/asterisk/20';
129
+ import Asterisk32 from '@carbon/icons-vue/es/asterisk/32';
127
130
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
128
131
  import Search16 from '@carbon/icons-vue/es/search/16';
129
132
  import Close16 from '@carbon/icons-vue/es/close/16';
@@ -8765,7 +8768,11 @@ var IconService = {
8765
8768
  Folder16,
8766
8769
  // public mailbox
8767
8770
  Folder20,
8768
- Folder32
8771
+ Folder32,
8772
+ Asterisk16,
8773
+ // wildcard email domain
8774
+ Asterisk20,
8775
+ Asterisk32
8769
8776
  };
8770
8777
  }
8771
8778
 
@@ -22155,7 +22162,11 @@ var __vue_render__$7 = function () {
22155
22162
  class: [_vm.carbonPrefix + "--checkbox-label-text", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--visually-hidden"] = _vm.hideLabel, _obj$2)]
22156
22163
  }, [_c('div', {
22157
22164
  staticClass: "label-with-tooltip"
22158
- }, [_c('span', [_vm._v("\n " + _vm._s(_vm.label) + "\n ")]), _vm._v(" "), _vm.hasTooltipSlot ? _c('cv-interactive-tooltip', {
22165
+ }, [_c('span', {
22166
+ domProps: {
22167
+ "innerHTML": _vm._s(_vm.label)
22168
+ }
22169
+ }), _vm._v(" "), _vm.hasTooltipSlot ? _c('cv-interactive-tooltip', {
22159
22170
  staticClass: "info",
22160
22171
  attrs: {
22161
22172
  "alignment": _vm.tooltipAlignment,
@@ -22171,11 +22182,11 @@ var __vue_staticRenderFns__$7 = [];
22171
22182
 
22172
22183
  const __vue_inject_styles__$7 = function (inject) {
22173
22184
  if (!inject) return;
22174
- inject("data-v-03fbc1e6_0", {
22175
- source: ".label-with-tooltip[data-v-03fbc1e6]{display:flex}",
22185
+ inject("data-v-6baa0728_0", {
22186
+ source: ".label-with-tooltip[data-v-6baa0728]{display:flex}",
22176
22187
  map: undefined,
22177
22188
  media: undefined
22178
- }), inject("data-v-03fbc1e6_1", {
22189
+ }), inject("data-v-6baa0728_1", {
22179
22190
  source: ".ns-checkbox .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
22180
22191
  map: undefined,
22181
22192
  media: undefined
@@ -22184,7 +22195,7 @@ const __vue_inject_styles__$7 = function (inject) {
22184
22195
  /* scoped */
22185
22196
 
22186
22197
 
22187
- const __vue_scope_id__$7 = "data-v-03fbc1e6";
22198
+ const __vue_scope_id__$7 = "data-v-6baa0728";
22188
22199
  /* module identifier */
22189
22200
 
22190
22201
  const __vue_module_identifier__$7 = undefined;
@@ -22845,7 +22856,11 @@ var task = {
22845
22856
  },
22846
22857
 
22847
22858
  createNotificationForApp(notification) {
22848
- window.parent.core.$root.$emit("createNotification", notification);
22859
+ window.parent.core.$root.$emit("createNotificationForApp", notification);
22860
+ },
22861
+
22862
+ deleteNotificationForApp(notification) {
22863
+ window.parent.core.$root.$emit("deleteNotificationForApp", notification);
22849
22864
  }
22850
22865
 
22851
22866
  }