@nethserver/ns8-ui-lib 0.0.23 → 0.0.27

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.
@@ -1,4 +1,5 @@
1
1
  import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu } from '@carbon/vue';
2
+ import LottieAnimation from 'lottie-web-vue';
2
3
  import Copy20 from '@carbon/icons-vue/es/copy/20';
3
4
  import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
4
5
  import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
@@ -47,9 +48,13 @@ import Password20 from '@carbon/icons-vue/es/password/20';
47
48
  import Star20 from '@carbon/icons-vue/es/star/20';
48
49
  import Checkmark20 from '@carbon/icons-vue/es/checkmark/20';
49
50
  import ZoomIn20 from '@carbon/icons-vue/es/zoom--in/20';
51
+ import Events32 from '@carbon/icons-vue/es/events/32';
52
+ import Link32 from '@carbon/icons-vue/es/link/32';
53
+ import WarningAlt32 from '@carbon/icons-vue/es/warning--alt/32';
54
+ import Tools32 from '@carbon/icons-vue/es/tools/32';
50
55
 
51
56
  //
52
- var script$f = {
57
+ var script$h = {
53
58
  name: "NsButton",
54
59
  extends: CvButton,
55
60
  props: {
@@ -212,10 +217,10 @@ function addStyle(id, css) {
212
217
  }
213
218
 
214
219
  /* script */
215
- const __vue_script__$f = script$f;
220
+ const __vue_script__$h = script$h;
216
221
  /* template */
217
222
 
218
- var __vue_render__$j = function () {
223
+ var __vue_render__$m = function () {
219
224
  var _vm = this;
220
225
 
221
226
  var _h = _vm.$createElement;
@@ -238,10 +243,10 @@ var __vue_render__$j = function () {
238
243
  }) : _vm._e()], 2);
239
244
  };
240
245
 
241
- var __vue_staticRenderFns__$j = [];
246
+ var __vue_staticRenderFns__$m = [];
242
247
  /* style */
243
248
 
244
- const __vue_inject_styles__$k = function (inject) {
249
+ const __vue_inject_styles__$n = function (inject) {
245
250
  if (!inject) return;
246
251
  inject("data-v-025b0f12_0", {
247
252
  source: ".bx--btn .bx--btn__icon[data-v-025b0f12]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-025b0f12]{width:1rem;height:1rem}.loader[data-v-025b0f12]{right:1rem;border:3px solid transparent;border-radius:50%;border-top:3px solid currentColor;border-right:3px solid currentColor;border-bottom:3px solid currentColor;animation:spin-data-v-025b0f12 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-025b0f12],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-025b0f12]{position:static;margin-left:.5rem}@keyframes spin-data-v-025b0f12{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
@@ -252,23 +257,23 @@ const __vue_inject_styles__$k = function (inject) {
252
257
  /* scoped */
253
258
 
254
259
 
255
- const __vue_scope_id__$k = "data-v-025b0f12";
260
+ const __vue_scope_id__$n = "data-v-025b0f12";
256
261
  /* module identifier */
257
262
 
258
- const __vue_module_identifier__$k = undefined;
263
+ const __vue_module_identifier__$n = undefined;
259
264
  /* functional template */
260
265
 
261
- const __vue_is_functional_template__$k = false;
266
+ const __vue_is_functional_template__$n = false;
262
267
  /* style inject SSR */
263
268
 
264
269
  /* style inject shadow dom */
265
270
 
266
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
267
- render: __vue_render__$j,
268
- staticRenderFns: __vue_staticRenderFns__$j
269
- }, __vue_inject_styles__$k, __vue_script__$f, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
271
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
272
+ render: __vue_render__$m,
273
+ staticRenderFns: __vue_staticRenderFns__$m
274
+ }, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
270
275
 
271
- var __vue_component__$B = __vue_component__$A;
276
+ var __vue_component__$F = __vue_component__$E;
272
277
 
273
278
  //
274
279
  //
@@ -286,7 +291,7 @@ var __vue_component__$B = __vue_component__$A;
286
291
  //
287
292
  //
288
293
  //
289
- var script$e = {
294
+ var script$g = {
290
295
  name: "NsPictogram",
291
296
  props: {
292
297
  title: {
@@ -309,10 +314,10 @@ var script$e = {
309
314
  };
310
315
 
311
316
  /* script */
312
- const __vue_script__$e = script$e;
317
+ const __vue_script__$g = script$g;
313
318
  /* template */
314
319
 
315
- var __vue_render__$i = function () {
320
+ var __vue_render__$l = function () {
316
321
  var _vm = this;
317
322
 
318
323
  var _h = _vm.$createElement;
@@ -340,36 +345,149 @@ var __vue_render__$i = function () {
340
345
  }, [_vm._t("default")], 2)]);
341
346
  };
342
347
 
343
- var __vue_staticRenderFns__$i = [];
348
+ var __vue_staticRenderFns__$l = [];
344
349
  /* style */
345
350
 
346
- const __vue_inject_styles__$j = undefined;
351
+ const __vue_inject_styles__$m = undefined;
347
352
  /* scoped */
348
353
 
349
- const __vue_scope_id__$j = undefined;
354
+ const __vue_scope_id__$m = undefined;
350
355
  /* module identifier */
351
356
 
352
- const __vue_module_identifier__$j = undefined;
357
+ const __vue_module_identifier__$m = undefined;
353
358
  /* functional template */
354
359
 
355
- const __vue_is_functional_template__$j = false;
360
+ const __vue_is_functional_template__$m = false;
356
361
  /* style inject */
357
362
 
358
363
  /* style inject SSR */
359
364
 
360
365
  /* style inject shadow dom */
361
366
 
362
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
363
- render: __vue_render__$i,
364
- staticRenderFns: __vue_staticRenderFns__$i
365
- }, __vue_inject_styles__$j, __vue_script__$e, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
367
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
368
+ render: __vue_render__$l,
369
+ staticRenderFns: __vue_staticRenderFns__$l
370
+ }, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, undefined, undefined, undefined);
371
+
372
+ var NsPictogram = __vue_component__$D;
373
+
374
+ //
375
+ var script$f = {
376
+ name: "NsLottieAnimation",
377
+ components: {
378
+ LottieAnimation
379
+ },
380
+ props: {
381
+ animationData: {
382
+ type: Object,
383
+ required: true
384
+ },
385
+ loop: {
386
+ type: [Boolean, Number],
387
+ default: false
388
+ },
389
+ autoPlay: {
390
+ type: Boolean,
391
+ default: true
392
+ },
393
+ refName: {
394
+ type: String,
395
+ default: "anim"
396
+ },
397
+ animateOnHover: {
398
+ type: Boolean,
399
+ default: true
400
+ }
401
+ },
402
+ methods: {
403
+ onLoopComplete(eventData) {
404
+ this.$emit("loopComplete", eventData);
405
+ },
406
+
407
+ onComplete(eventData) {
408
+ this.$emit("complete", eventData);
409
+
410
+ if (this.animateOnHover) {
411
+ this.$refs[this.refName].stop();
412
+ }
413
+ },
414
+
415
+ onEnterFrame(eventData) {
416
+ this.$emit("enterFrame", eventData);
417
+ },
418
+
419
+ onMouseOver(eventData) {
420
+ this.$emit("mouseover", eventData);
421
+
422
+ if (this.animateOnHover) {
423
+ this.$refs[this.refName].play();
424
+ }
425
+ }
426
+
427
+ }
428
+ };
429
+
430
+ /* script */
431
+ const __vue_script__$f = script$f;
432
+ /* template */
433
+
434
+ var __vue_render__$k = function () {
435
+ var _vm = this;
436
+
437
+ var _h = _vm.$createElement;
438
+
439
+ var _c = _vm._self._c || _h;
440
+
441
+ return _c('div', {
442
+ staticClass: "ns-lottie-animation",
443
+ on: {
444
+ "mouseover": _vm.onMouseOver
445
+ }
446
+ }, [_c('LottieAnimation', {
447
+ ref: _vm.refName,
448
+ attrs: {
449
+ "animationData": _vm.animationData,
450
+ "loop": _vm.loop,
451
+ "autoPlay": _vm.autoPlay
452
+ },
453
+ on: {
454
+ "loopComplete": _vm.onLoopComplete,
455
+ "complete": _vm.onComplete,
456
+ "enterFrame": _vm.onEnterFrame
457
+ }
458
+ })], 1);
459
+ };
460
+
461
+ var __vue_staticRenderFns__$k = [];
462
+ /* style */
463
+
464
+ const __vue_inject_styles__$l = undefined;
465
+ /* scoped */
466
+
467
+ const __vue_scope_id__$l = "data-v-14e97a70";
468
+ /* module identifier */
469
+
470
+ const __vue_module_identifier__$l = undefined;
471
+ /* functional template */
366
472
 
367
- var NsPictogram = __vue_component__$z;
473
+ const __vue_is_functional_template__$l = false;
474
+ /* style inject */
475
+
476
+ /* style inject SSR */
477
+
478
+ /* style inject shadow dom */
479
+
480
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
481
+ render: __vue_render__$k,
482
+ staticRenderFns: __vue_staticRenderFns__$k
483
+ }, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, undefined, undefined, undefined);
484
+
485
+ var NsLottieAnimation = __vue_component__$C;
368
486
 
369
487
  /* script */
370
488
 
371
489
  /* template */
372
- var __vue_render__$h = function () {
490
+ var __vue_render__$j = function () {
373
491
  var _vm = this;
374
492
 
375
493
  var _h = _vm.$createElement;
@@ -384,44 +502,47 @@ var __vue_render__$h = function () {
384
502
  });
385
503
  };
386
504
 
387
- var __vue_staticRenderFns__$h = [];
505
+ var __vue_staticRenderFns__$j = [];
388
506
  /* style */
389
507
 
390
- const __vue_inject_styles__$i = undefined;
508
+ const __vue_inject_styles__$k = undefined;
391
509
  /* scoped */
392
510
 
393
- const __vue_scope_id__$i = undefined;
511
+ const __vue_scope_id__$k = undefined;
394
512
  /* module identifier */
395
513
 
396
- const __vue_module_identifier__$i = undefined;
514
+ const __vue_module_identifier__$k = undefined;
397
515
  /* functional template */
398
516
 
399
- const __vue_is_functional_template__$i = false;
517
+ const __vue_is_functional_template__$k = false;
400
518
  /* style inject */
401
519
 
402
520
  /* style inject SSR */
403
521
 
404
522
  /* style inject shadow dom */
405
523
 
406
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
407
- render: __vue_render__$h,
408
- staticRenderFns: __vue_staticRenderFns__$h
409
- }, __vue_inject_styles__$i, {}, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
524
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
525
+ render: __vue_render__$j,
526
+ staticRenderFns: __vue_staticRenderFns__$j
527
+ }, __vue_inject_styles__$k, {}, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
410
528
 
411
- var ExclamationMark = __vue_component__$y;
529
+ var ExclamationMark = __vue_component__$B;
412
530
 
413
531
  //
414
- var script$d = {
532
+ var script$e = {
415
533
  name: "NsEmptyState",
416
534
  components: {
417
535
  NsPictogram,
418
- ExclamationMark
536
+ ExclamationMark,
537
+ NsLottieAnimation
419
538
  },
420
539
  props: {
421
540
  title: {
422
541
  type: String,
423
542
  required: true
424
- }
543
+ },
544
+ animationData: Object,
545
+ animationTitle: String
425
546
  },
426
547
  computed: {
427
548
  hasPictogramSlot() {
@@ -436,10 +557,10 @@ var script$d = {
436
557
  };
437
558
 
438
559
  /* script */
439
- const __vue_script__$d = script$d;
560
+ const __vue_script__$e = script$e;
440
561
  /* template */
441
562
 
442
- var __vue_render__$g = function () {
563
+ var __vue_render__$i = function () {
443
564
  var _vm = this;
444
565
 
445
566
  var _h = _vm.$createElement;
@@ -448,7 +569,16 @@ var __vue_render__$g = function () {
448
569
 
449
570
  return _c('div', {
450
571
  staticClass: "empty-state"
451
- }, [_c('NsPictogram', {
572
+ }, [_vm.animationData ? _c('NsLottieAnimation', {
573
+ staticClass: "animation image",
574
+ attrs: {
575
+ "animationData": _vm.animationData,
576
+ "refName": _vm.animationTitle,
577
+ "animateOnHover": true,
578
+ "loop": 1,
579
+ "autoPlay": true
580
+ }
581
+ }) : _c('NsPictogram', {
452
582
  staticClass: "image",
453
583
  attrs: {
454
584
  "title": "empty state"
@@ -460,13 +590,13 @@ var __vue_render__$g = function () {
460
590
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
461
591
  };
462
592
 
463
- var __vue_staticRenderFns__$g = [];
593
+ var __vue_staticRenderFns__$i = [];
464
594
  /* style */
465
595
 
466
- const __vue_inject_styles__$h = function (inject) {
596
+ const __vue_inject_styles__$j = function (inject) {
467
597
  if (!inject) return;
468
- inject("data-v-169b7dd3_0", {
469
- source: ".empty-state[data-v-169b7dd3]{text-align:center;padding:2rem}.empty-state .image[data-v-169b7dd3]{margin-bottom:1rem}.empty-state .description[data-v-169b7dd3]{margin-top:1rem}",
598
+ inject("data-v-08d7dd18_0", {
599
+ source: ".empty-state[data-v-08d7dd18]{text-align:center;padding:2rem}.empty-state .image[data-v-08d7dd18]{margin-bottom:1rem}.empty-state .description[data-v-08d7dd18]{margin-top:1rem}.animation[data-v-08d7dd18]{display:inline-block;width:64px;height:64px}",
470
600
  map: undefined,
471
601
  media: undefined
472
602
  });
@@ -474,26 +604,26 @@ const __vue_inject_styles__$h = function (inject) {
474
604
  /* scoped */
475
605
 
476
606
 
477
- const __vue_scope_id__$h = "data-v-169b7dd3";
607
+ const __vue_scope_id__$j = "data-v-08d7dd18";
478
608
  /* module identifier */
479
609
 
480
- const __vue_module_identifier__$h = undefined;
610
+ const __vue_module_identifier__$j = undefined;
481
611
  /* functional template */
482
612
 
483
- const __vue_is_functional_template__$h = false;
613
+ const __vue_is_functional_template__$j = false;
484
614
  /* style inject SSR */
485
615
 
486
616
  /* style inject shadow dom */
487
617
 
488
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
489
- render: __vue_render__$g,
490
- staticRenderFns: __vue_staticRenderFns__$g
491
- }, __vue_inject_styles__$h, __vue_script__$d, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
618
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
619
+ render: __vue_render__$i,
620
+ staticRenderFns: __vue_staticRenderFns__$i
621
+ }, __vue_inject_styles__$j, __vue_script__$e, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
492
622
 
493
- var __vue_component__$x = __vue_component__$w;
623
+ var __vue_component__$A = __vue_component__$z;
494
624
 
495
625
  //
496
- var script$c = {
626
+ var script$d = {
497
627
  name: "NsCodeSnippet",
498
628
  components: {
499
629
  CvButton,
@@ -605,10 +735,10 @@ var script$c = {
605
735
  };
606
736
 
607
737
  /* script */
608
- const __vue_script__$c = script$c;
738
+ const __vue_script__$d = script$d;
609
739
  /* template */
610
740
 
611
- var __vue_render__$f = function () {
741
+ var __vue_render__$h = function () {
612
742
  var _vm = this;
613
743
 
614
744
  var _h = _vm.$createElement;
@@ -670,10 +800,10 @@ var __vue_render__$f = function () {
670
800
  })], 1) : _vm._e()], 1);
671
801
  };
672
802
 
673
- var __vue_staticRenderFns__$f = [];
803
+ var __vue_staticRenderFns__$h = [];
674
804
  /* style */
675
805
 
676
- const __vue_inject_styles__$g = function (inject) {
806
+ const __vue_inject_styles__$i = function (inject) {
677
807
  if (!inject) return;
678
808
  inject("data-v-59cb538c_0", {
679
809
  source: ".bx--snippet--multi .bx--snippet-container[data-v-59cb538c]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-59cb538c]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-59cb538c]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-59cb538c]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-59cb538c]{right:.5rem;bottom:.5rem}",
@@ -684,26 +814,26 @@ const __vue_inject_styles__$g = function (inject) {
684
814
  /* scoped */
685
815
 
686
816
 
687
- const __vue_scope_id__$g = "data-v-59cb538c";
817
+ const __vue_scope_id__$i = "data-v-59cb538c";
688
818
  /* module identifier */
689
819
 
690
- const __vue_module_identifier__$g = undefined;
820
+ const __vue_module_identifier__$i = undefined;
691
821
  /* functional template */
692
822
 
693
- const __vue_is_functional_template__$g = false;
823
+ const __vue_is_functional_template__$i = false;
694
824
  /* style inject SSR */
695
825
 
696
826
  /* style inject shadow dom */
697
827
 
698
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
699
- render: __vue_render__$f,
700
- staticRenderFns: __vue_staticRenderFns__$f
701
- }, __vue_inject_styles__$g, __vue_script__$c, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
828
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
829
+ render: __vue_render__$h,
830
+ staticRenderFns: __vue_staticRenderFns__$h
831
+ }, __vue_inject_styles__$i, __vue_script__$d, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
702
832
 
703
- var __vue_component__$v = __vue_component__$u;
833
+ var __vue_component__$y = __vue_component__$x;
704
834
 
705
835
  //
706
- var script$b = {
836
+ var script$c = {
707
837
  name: "NsInlineNotification",
708
838
  extends: CvInlineNotification,
709
839
  props: {
@@ -734,10 +864,10 @@ var script$b = {
734
864
  };
735
865
 
736
866
  /* script */
737
- const __vue_script__$b = script$b;
867
+ const __vue_script__$c = script$c;
738
868
  /* template */
739
869
 
740
- var __vue_render__$e = function () {
870
+ var __vue_render__$g = function () {
741
871
  var _obj;
742
872
 
743
873
  var _vm = this;
@@ -801,10 +931,10 @@ var __vue_render__$e = function () {
801
931
  })], 1) : _vm._e()]);
802
932
  };
803
933
 
804
- var __vue_staticRenderFns__$e = [];
934
+ var __vue_staticRenderFns__$g = [];
805
935
  /* style */
806
936
 
807
- const __vue_inject_styles__$f = function (inject) {
937
+ const __vue_inject_styles__$h = function (inject) {
808
938
  if (!inject) return;
809
939
  inject("data-v-3df2e043_0", {
810
940
  source: ".title[data-v-3df2e043]{margin-right:.75rem;margin-bottom:.2rem}.mg-right[data-v-3df2e043]{margin-right:.75rem}.details[data-v-3df2e043]{flex-grow:0}.bx--inline-notification__close-button[data-v-3df2e043]{position:absolute!important}",
@@ -815,23 +945,23 @@ const __vue_inject_styles__$f = function (inject) {
815
945
  /* scoped */
816
946
 
817
947
 
818
- const __vue_scope_id__$f = "data-v-3df2e043";
948
+ const __vue_scope_id__$h = "data-v-3df2e043";
819
949
  /* module identifier */
820
950
 
821
- const __vue_module_identifier__$f = undefined;
951
+ const __vue_module_identifier__$h = undefined;
822
952
  /* functional template */
823
953
 
824
- const __vue_is_functional_template__$f = false;
954
+ const __vue_is_functional_template__$h = false;
825
955
  /* style inject SSR */
826
956
 
827
957
  /* style inject shadow dom */
828
958
 
829
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
830
- render: __vue_render__$e,
831
- staticRenderFns: __vue_staticRenderFns__$e
832
- }, __vue_inject_styles__$f, __vue_script__$b, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
959
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
960
+ render: __vue_render__$g,
961
+ staticRenderFns: __vue_staticRenderFns__$g
962
+ }, __vue_inject_styles__$h, __vue_script__$c, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
833
963
 
834
- var __vue_component__$t = __vue_component__$s;
964
+ var NsInlineNotification = __vue_component__$w;
835
965
 
836
966
  //
837
967
  //
@@ -850,7 +980,7 @@ var __vue_component__$t = __vue_component__$s;
850
980
  //
851
981
  //
852
982
  //
853
- var script$a = {
983
+ var script$b = {
854
984
  name: "NsProgressBar",
855
985
  props: {
856
986
  value: {
@@ -880,10 +1010,10 @@ var script$a = {
880
1010
  };
881
1011
 
882
1012
  /* script */
883
- const __vue_script__$a = script$a;
1013
+ const __vue_script__$b = script$b;
884
1014
  /* template */
885
1015
 
886
- var __vue_render__$d = function () {
1016
+ var __vue_render__$f = function () {
887
1017
  var _vm = this;
888
1018
 
889
1019
  var _h = _vm.$createElement;
@@ -908,10 +1038,10 @@ var __vue_render__$d = function () {
908
1038
  })]], 2)]);
909
1039
  };
910
1040
 
911
- var __vue_staticRenderFns__$d = [];
1041
+ var __vue_staticRenderFns__$f = [];
912
1042
  /* style */
913
1043
 
914
- const __vue_inject_styles__$e = function (inject) {
1044
+ const __vue_inject_styles__$g = function (inject) {
915
1045
  if (!inject) return;
916
1046
  inject("data-v-7110814a_0", {
917
1047
  source: ".progress-bar-container[data-v-7110814a]{width:100%;position:relative}.slider[data-v-7110814a]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-7110814a]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-7110814a]{position:absolute;height:5px}.indeterminate-line[data-v-7110814a]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-7110814a]{position:absolute;height:5px}.inc[data-v-7110814a]{animation:increase-data-v-7110814a 2s infinite}.dec[data-v-7110814a]{animation:decrease-data-v-7110814a 2s .5s infinite}@keyframes increase-data-v-7110814a{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-7110814a{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -922,25 +1052,25 @@ const __vue_inject_styles__$e = function (inject) {
922
1052
  /* scoped */
923
1053
 
924
1054
 
925
- const __vue_scope_id__$e = "data-v-7110814a";
1055
+ const __vue_scope_id__$g = "data-v-7110814a";
926
1056
  /* module identifier */
927
1057
 
928
- const __vue_module_identifier__$e = undefined;
1058
+ const __vue_module_identifier__$g = undefined;
929
1059
  /* functional template */
930
1060
 
931
- const __vue_is_functional_template__$e = false;
1061
+ const __vue_is_functional_template__$g = false;
932
1062
  /* style inject SSR */
933
1063
 
934
1064
  /* style inject shadow dom */
935
1065
 
936
- const __vue_component__$r = /*#__PURE__*/normalizeComponent({
937
- render: __vue_render__$d,
938
- staticRenderFns: __vue_staticRenderFns__$d
939
- }, __vue_inject_styles__$e, __vue_script__$a, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
1066
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
1067
+ render: __vue_render__$f,
1068
+ staticRenderFns: __vue_staticRenderFns__$f
1069
+ }, __vue_inject_styles__$g, __vue_script__$b, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
940
1070
 
941
- var NsProgressBar = __vue_component__$r;
1071
+ var NsProgressBar = __vue_component__$v;
942
1072
 
943
- var script$9 = {
1073
+ var script$a = {
944
1074
  name: "NsSvg",
945
1075
  props: {
946
1076
  svg: {
@@ -999,33 +1129,33 @@ var script$9 = {
999
1129
  };
1000
1130
 
1001
1131
  /* script */
1002
- const __vue_script__$9 = script$9;
1132
+ const __vue_script__$a = script$a;
1003
1133
  /* template */
1004
1134
 
1005
1135
  /* style */
1006
1136
 
1007
- const __vue_inject_styles__$d = undefined;
1137
+ const __vue_inject_styles__$f = undefined;
1008
1138
  /* scoped */
1009
1139
 
1010
- const __vue_scope_id__$d = undefined;
1140
+ const __vue_scope_id__$f = undefined;
1011
1141
  /* module identifier */
1012
1142
 
1013
- const __vue_module_identifier__$d = undefined;
1143
+ const __vue_module_identifier__$f = undefined;
1014
1144
  /* functional template */
1015
1145
 
1016
- const __vue_is_functional_template__$d = undefined;
1146
+ const __vue_is_functional_template__$f = undefined;
1017
1147
  /* style inject */
1018
1148
 
1019
1149
  /* style inject SSR */
1020
1150
 
1021
1151
  /* style inject shadow dom */
1022
1152
 
1023
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$d, __vue_script__$9, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
1153
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$f, __vue_script__$a, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
1024
1154
 
1025
- var NsSvg = __vue_component__$q;
1155
+ var NsSvg = __vue_component__$u;
1026
1156
 
1027
1157
  //
1028
- var script$8 = {
1158
+ var script$9 = {
1029
1159
  name: "NsTile",
1030
1160
  extends: CvTile,
1031
1161
  inheritAttrs: false,
@@ -1093,10 +1223,10 @@ var script$8 = {
1093
1223
  };
1094
1224
 
1095
1225
  /* script */
1096
- const __vue_script__$8 = script$8;
1226
+ const __vue_script__$9 = script$9;
1097
1227
  /* template */
1098
1228
 
1099
- var __vue_render__$c = function () {
1229
+ var __vue_render__$e = function () {
1100
1230
  var _obj;
1101
1231
 
1102
1232
  var _vm = this;
@@ -1133,10 +1263,10 @@ var __vue_render__$c = function () {
1133
1263
  }) : _vm._e()], 1);
1134
1264
  };
1135
1265
 
1136
- var __vue_staticRenderFns__$c = [];
1266
+ var __vue_staticRenderFns__$e = [];
1137
1267
  /* style */
1138
1268
 
1139
- const __vue_inject_styles__$c = function (inject) {
1269
+ const __vue_inject_styles__$e = function (inject) {
1140
1270
  if (!inject) return;
1141
1271
  inject("data-v-bbf09f9e_0", {
1142
1272
  source: ".ns-tile[data-v-bbf09f9e]{margin-bottom:2rem}.container[data-v-bbf09f9e]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-bbf09f9e]{text-align:center}.large[data-v-bbf09f9e]{min-height:10rem}.tile-icon[data-v-bbf09f9e]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-bbf09f9e]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-bbf09f9e]{padding-bottom:4rem}",
@@ -1147,23 +1277,23 @@ const __vue_inject_styles__$c = function (inject) {
1147
1277
  /* scoped */
1148
1278
 
1149
1279
 
1150
- const __vue_scope_id__$c = "data-v-bbf09f9e";
1280
+ const __vue_scope_id__$e = "data-v-bbf09f9e";
1151
1281
  /* module identifier */
1152
1282
 
1153
- const __vue_module_identifier__$c = undefined;
1283
+ const __vue_module_identifier__$e = undefined;
1154
1284
  /* functional template */
1155
1285
 
1156
- const __vue_is_functional_template__$c = false;
1286
+ const __vue_is_functional_template__$e = false;
1157
1287
  /* style inject SSR */
1158
1288
 
1159
1289
  /* style inject shadow dom */
1160
1290
 
1161
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
1162
- render: __vue_render__$c,
1163
- staticRenderFns: __vue_staticRenderFns__$c
1164
- }, __vue_inject_styles__$c, __vue_script__$8, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
1291
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
1292
+ render: __vue_render__$e,
1293
+ staticRenderFns: __vue_staticRenderFns__$e
1294
+ }, __vue_inject_styles__$e, __vue_script__$9, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
1165
1295
 
1166
- var __vue_component__$p = __vue_component__$o;
1296
+ var __vue_component__$t = __vue_component__$s;
1167
1297
 
1168
1298
  function toInteger(dirtyNumber) {
1169
1299
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -5760,7 +5890,7 @@ var DateTimeService = {
5760
5890
  };
5761
5891
 
5762
5892
  //
5763
- var script$7 = {
5893
+ var script$8 = {
5764
5894
  name: "NsToastNotification",
5765
5895
  extends: CvToastNotification,
5766
5896
  components: {
@@ -5802,10 +5932,10 @@ var script$7 = {
5802
5932
  };
5803
5933
 
5804
5934
  /* script */
5805
- const __vue_script__$7 = script$7;
5935
+ const __vue_script__$8 = script$8;
5806
5936
  /* template */
5807
5937
 
5808
- var __vue_render__$b = function () {
5938
+ var __vue_render__$d = function () {
5809
5939
  var _obj;
5810
5940
 
5811
5941
  var _vm = this;
@@ -5888,10 +6018,10 @@ var __vue_render__$b = function () {
5888
6018
  })], 1) : _vm._e()], 1)]);
5889
6019
  };
5890
6020
 
5891
- var __vue_staticRenderFns__$b = [];
6021
+ var __vue_staticRenderFns__$d = [];
5892
6022
  /* style */
5893
6023
 
5894
- const __vue_inject_styles__$b = function (inject) {
6024
+ const __vue_inject_styles__$d = function (inject) {
5895
6025
  if (!inject) return;
5896
6026
  inject("data-v-79bd81d3_0", {
5897
6027
  source: ".notification[data-v-79bd81d3]{margin-bottom:0;margin-right:0}.action[data-v-79bd81d3]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--ghost[data-v-79bd81d3]{margin-left:-16px}.notification-description-and-progress[data-v-79bd81d3]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-79bd81d3]{margin-bottom:0}.progress[data-v-79bd81d3]{margin-top:.75rem}.progress-bar-spacer[data-v-79bd81d3]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-79bd81d3]{width:100%;cursor:pointer}.notification-read[data-v-79bd81d3]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-79bd81d3]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-79bd81d3]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-79bd81d3]{font-weight:400}.cv-notifiation .timestamp[data-v-79bd81d3]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-79bd81d3]{color:#c6c6c6}.bx--tooltip__trigger[data-v-79bd81d3]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-79bd81d3]::before{border-bottom-color:#161616}div.row[data-v-79bd81d3]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-79bd81d3]{flex-grow:1}",
@@ -5906,26 +6036,26 @@ const __vue_inject_styles__$b = function (inject) {
5906
6036
  /* scoped */
5907
6037
 
5908
6038
 
5909
- const __vue_scope_id__$b = "data-v-79bd81d3";
6039
+ const __vue_scope_id__$d = "data-v-79bd81d3";
5910
6040
  /* module identifier */
5911
6041
 
5912
- const __vue_module_identifier__$b = undefined;
6042
+ const __vue_module_identifier__$d = undefined;
5913
6043
  /* functional template */
5914
6044
 
5915
- const __vue_is_functional_template__$b = false;
6045
+ const __vue_is_functional_template__$d = false;
5916
6046
  /* style inject SSR */
5917
6047
 
5918
6048
  /* style inject shadow dom */
5919
6049
 
5920
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
5921
- render: __vue_render__$b,
5922
- staticRenderFns: __vue_staticRenderFns__$b
5923
- }, __vue_inject_styles__$b, __vue_script__$7, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
6050
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
6051
+ render: __vue_render__$d,
6052
+ staticRenderFns: __vue_staticRenderFns__$d
6053
+ }, __vue_inject_styles__$d, __vue_script__$8, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
5924
6054
 
5925
- var __vue_component__$n = __vue_component__$m;
6055
+ var __vue_component__$r = __vue_component__$q;
5926
6056
 
5927
6057
  //
5928
- var script$6 = {
6058
+ var script$7 = {
5929
6059
  name: "NsInfoCard",
5930
6060
  //components added for storybook to work
5931
6061
  components: {
@@ -5956,10 +6086,10 @@ var script$6 = {
5956
6086
  };
5957
6087
 
5958
6088
  /* script */
5959
- const __vue_script__$6 = script$6;
6089
+ const __vue_script__$7 = script$7;
5960
6090
  /* template */
5961
6091
 
5962
- var __vue_render__$a = function () {
6092
+ var __vue_render__$c = function () {
5963
6093
  var _vm = this;
5964
6094
 
5965
6095
  var _h = _vm.$createElement;
@@ -5991,13 +6121,13 @@ var __vue_render__$a = function () {
5991
6121
  }, [_vm._t("default")], 2)]);
5992
6122
  };
5993
6123
 
5994
- var __vue_staticRenderFns__$a = [];
6124
+ var __vue_staticRenderFns__$c = [];
5995
6125
  /* style */
5996
6126
 
5997
- const __vue_inject_styles__$a = function (inject) {
6127
+ const __vue_inject_styles__$c = function (inject) {
5998
6128
  if (!inject) return;
5999
- inject("data-v-57803aca_0", {
6000
- source: ".info-card[data-v-57803aca]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-57803aca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-57803aca]{margin-left:.25rem;margin-right:.25rem}.description[data-v-57803aca]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-57803aca]{margin-top:.5rem}",
6129
+ inject("data-v-b195af80_0", {
6130
+ source: ".info-card[data-v-b195af80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-b195af80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-b195af80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-b195af80]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-b195af80]{margin-top:.5rem}",
6001
6131
  map: undefined,
6002
6132
  media: undefined
6003
6133
  });
@@ -6005,26 +6135,26 @@ const __vue_inject_styles__$a = function (inject) {
6005
6135
  /* scoped */
6006
6136
 
6007
6137
 
6008
- const __vue_scope_id__$a = "data-v-57803aca";
6138
+ const __vue_scope_id__$c = "data-v-b195af80";
6009
6139
  /* module identifier */
6010
6140
 
6011
- const __vue_module_identifier__$a = undefined;
6141
+ const __vue_module_identifier__$c = undefined;
6012
6142
  /* functional template */
6013
6143
 
6014
- const __vue_is_functional_template__$a = false;
6144
+ const __vue_is_functional_template__$c = false;
6015
6145
  /* style inject SSR */
6016
6146
 
6017
6147
  /* style inject shadow dom */
6018
6148
 
6019
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
6020
- render: __vue_render__$a,
6021
- staticRenderFns: __vue_staticRenderFns__$a
6022
- }, __vue_inject_styles__$a, __vue_script__$6, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6149
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
6150
+ render: __vue_render__$c,
6151
+ staticRenderFns: __vue_staticRenderFns__$c
6152
+ }, __vue_inject_styles__$c, __vue_script__$7, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
6023
6153
 
6024
- var __vue_component__$l = __vue_component__$k;
6154
+ var __vue_component__$p = __vue_component__$o;
6025
6155
 
6026
6156
  //
6027
- var script$5 = {
6157
+ var script$6 = {
6028
6158
  name: "NsStatusCard",
6029
6159
  //components added for storybook to work
6030
6160
  components: {
@@ -6071,10 +6201,10 @@ var script$5 = {
6071
6201
  };
6072
6202
 
6073
6203
  /* script */
6074
- const __vue_script__$5 = script$5;
6204
+ const __vue_script__$6 = script$6;
6075
6205
  /* template */
6076
6206
 
6077
- var __vue_render__$9 = function () {
6207
+ var __vue_render__$b = function () {
6078
6208
  var _vm = this;
6079
6209
 
6080
6210
  var _h = _vm.$createElement;
@@ -6143,10 +6273,10 @@ var __vue_render__$9 = function () {
6143
6273
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6144
6274
  };
6145
6275
 
6146
- var __vue_staticRenderFns__$9 = [];
6276
+ var __vue_staticRenderFns__$b = [];
6147
6277
  /* style */
6148
6278
 
6149
- const __vue_inject_styles__$9 = function (inject) {
6279
+ const __vue_inject_styles__$b = function (inject) {
6150
6280
  if (!inject) return;
6151
6281
  inject("data-v-e4a14fb4_0", {
6152
6282
  source: ".status-card[data-v-e4a14fb4]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e4a14fb4]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.label[data-v-e4a14fb4]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e4a14fb4]{margin-right:.25rem}.error-icon[data-v-e4a14fb4]{margin-right:.25rem}.warning-icon[data-v-e4a14fb4]{margin-right:.25rem}.stats[data-v-e4a14fb4]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6157,26 +6287,26 @@ const __vue_inject_styles__$9 = function (inject) {
6157
6287
  /* scoped */
6158
6288
 
6159
6289
 
6160
- const __vue_scope_id__$9 = "data-v-e4a14fb4";
6290
+ const __vue_scope_id__$b = "data-v-e4a14fb4";
6161
6291
  /* module identifier */
6162
6292
 
6163
- const __vue_module_identifier__$9 = undefined;
6293
+ const __vue_module_identifier__$b = undefined;
6164
6294
  /* functional template */
6165
6295
 
6166
- const __vue_is_functional_template__$9 = false;
6296
+ const __vue_is_functional_template__$b = false;
6167
6297
  /* style inject SSR */
6168
6298
 
6169
6299
  /* style inject shadow dom */
6170
6300
 
6171
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
6172
- render: __vue_render__$9,
6173
- staticRenderFns: __vue_staticRenderFns__$9
6174
- }, __vue_inject_styles__$9, __vue_script__$5, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6301
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
6302
+ render: __vue_render__$b,
6303
+ staticRenderFns: __vue_staticRenderFns__$b
6304
+ }, __vue_inject_styles__$b, __vue_script__$6, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
6175
6305
 
6176
- var __vue_component__$j = __vue_component__$i;
6306
+ var __vue_component__$n = __vue_component__$m;
6177
6307
 
6178
6308
  //
6179
- var script$4 = {
6309
+ var script$5 = {
6180
6310
  name: "NsSystemdServiceCard",
6181
6311
  //components added for storybook to work
6182
6312
  components: {
@@ -6230,10 +6360,10 @@ var script$4 = {
6230
6360
  };
6231
6361
 
6232
6362
  /* script */
6233
- const __vue_script__$4 = script$4;
6363
+ const __vue_script__$5 = script$5;
6234
6364
  /* template */
6235
6365
 
6236
- var __vue_render__$8 = function () {
6366
+ var __vue_render__$a = function () {
6237
6367
  var _vm = this;
6238
6368
 
6239
6369
  var _h = _vm.$createElement;
@@ -6288,10 +6418,10 @@ var __vue_render__$8 = function () {
6288
6418
  })], 1)])]);
6289
6419
  };
6290
6420
 
6291
- var __vue_staticRenderFns__$8 = [];
6421
+ var __vue_staticRenderFns__$a = [];
6292
6422
  /* style */
6293
6423
 
6294
- const __vue_inject_styles__$8 = function (inject) {
6424
+ const __vue_inject_styles__$a = function (inject) {
6295
6425
  if (!inject) return;
6296
6426
  inject("data-v-e13a5ce6_0", {
6297
6427
  source: ".service-card[data-v-e13a5ce6]{display:flex;flex-direction:column;justify-content:center}.row[data-v-e13a5ce6]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-e13a5ce6]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-e13a5ce6]{margin-right:.25rem}.error-icon[data-v-e13a5ce6]{margin-right:.25rem}.warning-icon[data-v-e13a5ce6]{margin-right:.25rem}.stats[data-v-e13a5ce6]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6302,23 +6432,23 @@ const __vue_inject_styles__$8 = function (inject) {
6302
6432
  /* scoped */
6303
6433
 
6304
6434
 
6305
- const __vue_scope_id__$8 = "data-v-e13a5ce6";
6435
+ const __vue_scope_id__$a = "data-v-e13a5ce6";
6306
6436
  /* module identifier */
6307
6437
 
6308
- const __vue_module_identifier__$8 = undefined;
6438
+ const __vue_module_identifier__$a = undefined;
6309
6439
  /* functional template */
6310
6440
 
6311
- const __vue_is_functional_template__$8 = false;
6441
+ const __vue_is_functional_template__$a = false;
6312
6442
  /* style inject SSR */
6313
6443
 
6314
6444
  /* style inject shadow dom */
6315
6445
 
6316
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
6317
- render: __vue_render__$8,
6318
- staticRenderFns: __vue_staticRenderFns__$8
6319
- }, __vue_inject_styles__$8, __vue_script__$4, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
6446
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
6447
+ render: __vue_render__$a,
6448
+ staticRenderFns: __vue_staticRenderFns__$a
6449
+ }, __vue_inject_styles__$a, __vue_script__$5, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
6320
6450
 
6321
- var __vue_component__$h = __vue_component__$g;
6451
+ var __vue_component__$l = __vue_component__$k;
6322
6452
 
6323
6453
  var UtilService = {
6324
6454
  name: "UtilService",
@@ -6472,7 +6602,7 @@ var UtilService = {
6472
6602
  };
6473
6603
 
6474
6604
  //
6475
- var script$3 = {
6605
+ var script$4 = {
6476
6606
  name: "NsPasswordInput",
6477
6607
  components: CvTextInput,
6478
6608
  mixins: [UtilService],
@@ -6627,10 +6757,10 @@ var script$3 = {
6627
6757
  };
6628
6758
 
6629
6759
  /* script */
6630
- const __vue_script__$3 = script$3;
6760
+ const __vue_script__$4 = script$4;
6631
6761
  /* template */
6632
6762
 
6633
- var __vue_render__$7 = function () {
6763
+ var __vue_render__$9 = function () {
6634
6764
  var _vm = this;
6635
6765
 
6636
6766
  var _h = _vm.$createElement;
@@ -6717,10 +6847,10 @@ var __vue_render__$7 = function () {
6717
6847
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
6718
6848
  };
6719
6849
 
6720
- var __vue_staticRenderFns__$7 = [];
6850
+ var __vue_staticRenderFns__$9 = [];
6721
6851
  /* style */
6722
6852
 
6723
- const __vue_inject_styles__$7 = function (inject) {
6853
+ const __vue_inject_styles__$9 = function (inject) {
6724
6854
  if (!inject) return;
6725
6855
  inject("data-v-61a70522_0", {
6726
6856
  source: ".new-password-container[data-v-61a70522]{margin-bottom:1rem}.new-password[data-v-61a70522]{margin-bottom:.25rem}.confirm-password[data-v-61a70522]{margin-bottom:.25rem}.password-meter[data-v-61a70522]{display:flex}@media (min-width:672px){.password-meter[data-v-61a70522]{max-width:38rem}}.requirement[data-v-61a70522]{padding:.2rem;margin-left:.2rem;margin-right:.2rem;background-color:#f4f4f4;text-align:center;font-size:.75rem;line-height:1.34;letter-spacing:.32px}.requirement-light[data-v-61a70522]{background-color:#fff}.requirement[data-v-61a70522]:first-child{margin-left:0}.requirement-ok[data-v-61a70522]{color:#fff;background-color:#198038}",
@@ -6731,27 +6861,27 @@ const __vue_inject_styles__$7 = function (inject) {
6731
6861
  /* scoped */
6732
6862
 
6733
6863
 
6734
- const __vue_scope_id__$7 = "data-v-61a70522";
6864
+ const __vue_scope_id__$9 = "data-v-61a70522";
6735
6865
  /* module identifier */
6736
6866
 
6737
- const __vue_module_identifier__$7 = undefined;
6867
+ const __vue_module_identifier__$9 = undefined;
6738
6868
  /* functional template */
6739
6869
 
6740
- const __vue_is_functional_template__$7 = false;
6870
+ const __vue_is_functional_template__$9 = false;
6741
6871
  /* style inject SSR */
6742
6872
 
6743
6873
  /* style inject shadow dom */
6744
6874
 
6745
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
6746
- render: __vue_render__$7,
6747
- staticRenderFns: __vue_staticRenderFns__$7
6748
- }, __vue_inject_styles__$7, __vue_script__$3, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
6875
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
6876
+ render: __vue_render__$9,
6877
+ staticRenderFns: __vue_staticRenderFns__$9
6878
+ }, __vue_inject_styles__$9, __vue_script__$4, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
6749
6879
 
6750
- var __vue_component__$f = __vue_component__$e;
6880
+ var __vue_component__$j = __vue_component__$i;
6751
6881
 
6752
6882
  //
6753
6883
 
6754
- var script$2 = {
6884
+ var script$3 = {
6755
6885
  name: "NsIconMenu",
6756
6886
  extends: CvOverflowMenu,
6757
6887
  props: {
@@ -6780,10 +6910,10 @@ var script$2 = {
6780
6910
  };
6781
6911
 
6782
6912
  /* script */
6783
- const __vue_script__$2 = script$2;
6913
+ const __vue_script__$3 = script$3;
6784
6914
  /* template */
6785
6915
 
6786
- var __vue_render__$6 = function () {
6916
+ var __vue_render__$8 = function () {
6787
6917
  var _obj, _obj$1;
6788
6918
 
6789
6919
  var _vm = this;
@@ -6895,35 +7025,35 @@ var __vue_render__$6 = function () {
6895
7025
  })])]);
6896
7026
  };
6897
7027
 
6898
- var __vue_staticRenderFns__$6 = [];
7028
+ var __vue_staticRenderFns__$8 = [];
6899
7029
  /* style */
6900
7030
 
6901
- const __vue_inject_styles__$6 = undefined;
7031
+ const __vue_inject_styles__$8 = undefined;
6902
7032
  /* scoped */
6903
7033
 
6904
- const __vue_scope_id__$6 = undefined;
7034
+ const __vue_scope_id__$8 = undefined;
6905
7035
  /* module identifier */
6906
7036
 
6907
- const __vue_module_identifier__$6 = undefined;
7037
+ const __vue_module_identifier__$8 = undefined;
6908
7038
  /* functional template */
6909
7039
 
6910
- const __vue_is_functional_template__$6 = false;
7040
+ const __vue_is_functional_template__$8 = false;
6911
7041
  /* style inject */
6912
7042
 
6913
7043
  /* style inject SSR */
6914
7044
 
6915
7045
  /* style inject shadow dom */
6916
7046
 
6917
- const __vue_component__$c = /*#__PURE__*/normalizeComponent({
6918
- render: __vue_render__$6,
6919
- staticRenderFns: __vue_staticRenderFns__$6
6920
- }, __vue_inject_styles__$6, __vue_script__$2, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
7047
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
7048
+ render: __vue_render__$8,
7049
+ staticRenderFns: __vue_staticRenderFns__$8
7050
+ }, __vue_inject_styles__$8, __vue_script__$3, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
6921
7051
 
6922
- var __vue_component__$d = __vue_component__$c;
7052
+ var __vue_component__$h = __vue_component__$g;
6923
7053
 
6924
7054
  //
6925
7055
  Vue.use(chartsVue);
6926
- var script$1 = {
7056
+ var script$2 = {
6927
7057
  name: "NsMeterChart",
6928
7058
  components: {
6929
7059
  CcvMeterChart
@@ -6997,10 +7127,10 @@ var script$1 = {
6997
7127
  };
6998
7128
 
6999
7129
  /* script */
7000
- const __vue_script__$1 = script$1;
7130
+ const __vue_script__$2 = script$2;
7001
7131
  /* template */
7002
7132
 
7003
- var __vue_render__$5 = function () {
7133
+ var __vue_render__$7 = function () {
7004
7134
  var _vm = this;
7005
7135
 
7006
7136
  var _h = _vm.$createElement;
@@ -7015,35 +7145,35 @@ var __vue_render__$5 = function () {
7015
7145
  });
7016
7146
  };
7017
7147
 
7018
- var __vue_staticRenderFns__$5 = [];
7148
+ var __vue_staticRenderFns__$7 = [];
7019
7149
  /* style */
7020
7150
 
7021
- const __vue_inject_styles__$5 = undefined;
7151
+ const __vue_inject_styles__$7 = undefined;
7022
7152
  /* scoped */
7023
7153
 
7024
- const __vue_scope_id__$5 = undefined;
7154
+ const __vue_scope_id__$7 = undefined;
7025
7155
  /* module identifier */
7026
7156
 
7027
- const __vue_module_identifier__$5 = undefined;
7157
+ const __vue_module_identifier__$7 = undefined;
7028
7158
  /* functional template */
7029
7159
 
7030
- const __vue_is_functional_template__$5 = false;
7160
+ const __vue_is_functional_template__$7 = false;
7031
7161
  /* style inject */
7032
7162
 
7033
7163
  /* style inject SSR */
7034
7164
 
7035
7165
  /* style inject shadow dom */
7036
7166
 
7037
- const __vue_component__$a = /*#__PURE__*/normalizeComponent({
7038
- render: __vue_render__$5,
7039
- staticRenderFns: __vue_staticRenderFns__$5
7040
- }, __vue_inject_styles__$5, __vue_script__$1, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
7167
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
7168
+ render: __vue_render__$7,
7169
+ staticRenderFns: __vue_staticRenderFns__$7
7170
+ }, __vue_inject_styles__$7, __vue_script__$2, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
7041
7171
 
7042
- var __vue_component__$b = __vue_component__$a;
7172
+ var __vue_component__$f = __vue_component__$e;
7043
7173
 
7044
7174
  //
7045
7175
  Vue.use(chartsVue);
7046
- var script = {
7176
+ var script$1 = {
7047
7177
  name: "NsPieChart",
7048
7178
  components: {},
7049
7179
  props: {
@@ -7099,10 +7229,10 @@ var script = {
7099
7229
  };
7100
7230
 
7101
7231
  /* script */
7102
- const __vue_script__ = script;
7232
+ const __vue_script__$1 = script$1;
7103
7233
  /* template */
7104
7234
 
7105
- var __vue_render__$4 = function () {
7235
+ var __vue_render__$6 = function () {
7106
7236
  var _vm = this;
7107
7237
 
7108
7238
  var _h = _vm.$createElement;
@@ -7117,6 +7247,223 @@ var __vue_render__$4 = function () {
7117
7247
  });
7118
7248
  };
7119
7249
 
7250
+ var __vue_staticRenderFns__$6 = [];
7251
+ /* style */
7252
+
7253
+ const __vue_inject_styles__$6 = undefined;
7254
+ /* scoped */
7255
+
7256
+ const __vue_scope_id__$6 = undefined;
7257
+ /* module identifier */
7258
+
7259
+ const __vue_module_identifier__$6 = undefined;
7260
+ /* functional template */
7261
+
7262
+ const __vue_is_functional_template__$6 = false;
7263
+ /* style inject */
7264
+
7265
+ /* style inject SSR */
7266
+
7267
+ /* style inject shadow dom */
7268
+
7269
+ const __vue_component__$c = /*#__PURE__*/normalizeComponent({
7270
+ render: __vue_render__$6,
7271
+ staticRenderFns: __vue_staticRenderFns__$6
7272
+ }, __vue_inject_styles__$6, __vue_script__$1, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
7273
+
7274
+ var __vue_component__$d = __vue_component__$c;
7275
+
7276
+ //
7277
+ var script = {
7278
+ name: "NsDangerDeleteModal",
7279
+ //component added for storybook to work
7280
+ components: {
7281
+ NsInlineNotification
7282
+ },
7283
+ mixins: [UtilService, UtilService],
7284
+ props: {
7285
+ isShown: {
7286
+ type: Boolean,
7287
+ default: true
7288
+ },
7289
+ name: {
7290
+ type: String,
7291
+ required: true
7292
+ },
7293
+ title: {
7294
+ type: String,
7295
+ default: "Confirm deletion"
7296
+ },
7297
+ warning: {
7298
+ type: String,
7299
+ default: "Please read carefully"
7300
+ },
7301
+ description: {
7302
+ type: String,
7303
+ default: "Do you really want to delete this object? This action is irreversible"
7304
+ },
7305
+ typeToConfirm: {
7306
+ type: String,
7307
+ default: ""
7308
+ },
7309
+ cancelLabel: {
7310
+ type: String,
7311
+ default: "Cancel"
7312
+ },
7313
+ deleteLabel: {
7314
+ type: String,
7315
+ default: "I understand, delete"
7316
+ }
7317
+ },
7318
+
7319
+ data() {
7320
+ return {
7321
+ userInput: ""
7322
+ };
7323
+ },
7324
+
7325
+ computed: {
7326
+ typeToConfirmMessage() {
7327
+ if (this.typeToConfirm) {
7328
+ return this.typeToConfirm;
7329
+ } else {
7330
+ return `Type <strong>${this.name}</strong> to confirm deletion`;
7331
+ }
7332
+ }
7333
+
7334
+ },
7335
+ watch: {
7336
+ isShown: function () {
7337
+ if (this.isShown) {
7338
+ setTimeout(() => {
7339
+ this.focusElement("userInput");
7340
+ }, 300);
7341
+ }
7342
+ }
7343
+ },
7344
+ methods: {
7345
+ onModalHidden() {
7346
+ this.$emit("hide");
7347
+ },
7348
+
7349
+ confirmDelete() {
7350
+ if (this.name == this.userInput) {
7351
+ this.$emit("confirmDelete");
7352
+ }
7353
+ }
7354
+
7355
+ }
7356
+ };
7357
+
7358
+ /* script */
7359
+ const __vue_script__ = script;
7360
+ /* template */
7361
+
7362
+ var __vue_render__$5 = function () {
7363
+ var _vm = this;
7364
+
7365
+ var _h = _vm.$createElement;
7366
+
7367
+ var _c = _vm._self._c || _h;
7368
+
7369
+ return _c('cv-modal', {
7370
+ attrs: {
7371
+ "kind": "danger",
7372
+ "size": "default",
7373
+ "visible": _vm.isShown,
7374
+ "primary-button-disabled": _vm.name !== _vm.userInput
7375
+ },
7376
+ on: {
7377
+ "modal-hidden": _vm.onModalHidden,
7378
+ "primary-click": _vm.confirmDelete
7379
+ }
7380
+ }, [_c('template', {
7381
+ slot: "title"
7382
+ }, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _c('template', {
7383
+ slot: "content"
7384
+ }, [_c('NsInlineNotification', {
7385
+ attrs: {
7386
+ "kind": "warning",
7387
+ "title": _vm.warning,
7388
+ "showCloseButton": false
7389
+ }
7390
+ }), _vm._v(" "), _c('div', {
7391
+ staticClass: "mg-bottom-md",
7392
+ domProps: {
7393
+ "innerHTML": _vm._s(_vm.description)
7394
+ }
7395
+ }), _vm._v(" "), _c('div', {
7396
+ domProps: {
7397
+ "innerHTML": _vm._s(_vm.typeToConfirmMessage)
7398
+ }
7399
+ }), _vm._v(" "), _c('cv-form', {
7400
+ on: {
7401
+ "submit": function ($event) {
7402
+ $event.preventDefault();
7403
+ return _vm.confirmDelete.apply(null, arguments);
7404
+ }
7405
+ }
7406
+ }, [_c('cv-text-input', {
7407
+ ref: "userInput",
7408
+ staticClass: "mg-bottom-md",
7409
+ model: {
7410
+ value: _vm.userInput,
7411
+ callback: function ($$v) {
7412
+ _vm.userInput = $$v;
7413
+ },
7414
+ expression: "userInput"
7415
+ }
7416
+ })], 1)], 1), _vm._v(" "), _c('template', {
7417
+ slot: "secondary-button"
7418
+ }, [_vm._v(_vm._s(_vm.cancelLabel))]), _vm._v(" "), _c('template', {
7419
+ slot: "primary-button"
7420
+ }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
7421
+ };
7422
+
7423
+ var __vue_staticRenderFns__$5 = [];
7424
+ /* style */
7425
+
7426
+ const __vue_inject_styles__$5 = undefined;
7427
+ /* scoped */
7428
+
7429
+ const __vue_scope_id__$5 = "data-v-595f6130";
7430
+ /* module identifier */
7431
+
7432
+ const __vue_module_identifier__$5 = undefined;
7433
+ /* functional template */
7434
+
7435
+ const __vue_is_functional_template__$5 = false;
7436
+ /* style inject */
7437
+
7438
+ /* style inject SSR */
7439
+
7440
+ /* style inject shadow dom */
7441
+
7442
+ const __vue_component__$a = /*#__PURE__*/normalizeComponent({
7443
+ render: __vue_render__$5,
7444
+ staticRenderFns: __vue_staticRenderFns__$5
7445
+ }, __vue_inject_styles__$5, __vue_script__, __vue_scope_id__$5, __vue_is_functional_template__$5, __vue_module_identifier__$5, false, undefined, undefined, undefined);
7446
+
7447
+ var __vue_component__$b = __vue_component__$a;
7448
+
7449
+ /* script */
7450
+
7451
+ /* template */
7452
+ var __vue_render__$4 = function () {
7453
+ var _vm = this;
7454
+
7455
+ var _h = _vm.$createElement;
7456
+
7457
+ var _c = _vm._self._c || _h;
7458
+
7459
+ return _c('path', {
7460
+ attrs: {
7461
+ "id": "gear_2_",
7462
+ "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
7463
+ }
7464
+ });
7465
+ };
7466
+
7120
7467
  var __vue_staticRenderFns__$4 = [];
7121
7468
  /* style */
7122
7469
 
@@ -7139,7 +7486,7 @@ const __vue_is_functional_template__$4 = false;
7139
7486
  const __vue_component__$8 = /*#__PURE__*/normalizeComponent({
7140
7487
  render: __vue_render__$4,
7141
7488
  staticRenderFns: __vue_staticRenderFns__$4
7142
- }, __vue_inject_styles__$4, __vue_script__, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
7489
+ }, __vue_inject_styles__$4, {}, __vue_scope_id__$4, __vue_is_functional_template__$4, __vue_module_identifier__$4, false, undefined, undefined, undefined);
7143
7490
 
7144
7491
  var __vue_component__$9 = __vue_component__$8;
7145
7492
 
@@ -7155,8 +7502,8 @@ var __vue_render__$3 = function () {
7155
7502
 
7156
7503
  return _c('path', {
7157
7504
  attrs: {
7158
- "id": "gear_2_",
7159
- "d": "M18.958,31.36h-5.915c-0.199,0-0.36-0.161-0.36-0.36v-3.633l-2.368-0.99l-2.576,2.575\n\tc-0.141,0.141-0.368,0.141-0.509,0L3.048,24.77c-0.141-0.141-0.141-0.369,0-0.51l2.568-2.568l-0.974-2.375H1\n\tc-0.199,0-0.36-0.161-0.36-0.36v-5.915c0-0.199,0.161-0.36,0.36-0.36h3.632l0.991-2.368L3.048,7.739\n\tc-0.141-0.141-0.141-0.368,0-0.509L7.23,3.048C7.298,2.98,7.389,2.942,7.485,2.942l0,0c0.096,0,0.187,0.038,0.254,0.105l2.568,2.569\n\tl2.375-0.975V1c0-0.199,0.161-0.36,0.36-0.36h5.915c0.199,0,0.36,0.161,0.36,0.36v3.632l2.367,0.991l2.575-2.575\n\tc0.141-0.141,0.369-0.141,0.51,0l4.183,4.182c0.067,0.067,0.105,0.159,0.105,0.254s-0.038,0.187-0.105,0.254l-2.569,2.568\n\tl0.975,2.375H31c0.199,0,0.36,0.161,0.36,0.36v5.915c0,0.199-0.161,0.36-0.36,0.36h-3.633l-0.99,2.368l2.576,2.575\n\tc0.067,0.067,0.105,0.159,0.105,0.255s-0.038,0.188-0.105,0.255l-4.183,4.182c-0.141,0.141-0.369,0.141-0.51,0l-2.568-2.568\n\tl-2.374,0.974V31C19.318,31.199,19.157,31.36,18.958,31.36z M13.403,30.64h5.195v-3.523c0-0.146,0.089-0.277,0.224-0.333\n\tl2.819-1.156c0.134-0.057,0.288-0.024,0.392,0.078l2.483,2.483l3.674-3.673l-2.492-2.491c-0.103-0.104-0.134-0.259-0.077-0.394\n\tl1.176-2.812c0.056-0.134,0.187-0.222,0.332-0.222h3.512v-5.194h-3.522c-0.146,0-0.277-0.088-0.333-0.223l-1.157-2.82\n\tc-0.055-0.134-0.024-0.289,0.078-0.391l2.484-2.483l-3.674-3.673l-2.491,2.491c-0.104,0.103-0.26,0.134-0.394,0.078L18.82,5.206\n\tc-0.134-0.056-0.222-0.187-0.222-0.332V1.36h-5.195v3.523c0,0.146-0.088,0.278-0.223,0.333l-2.82,1.157\n\tc-0.135,0.055-0.289,0.024-0.391-0.079L7.485,3.812L3.812,7.484l2.491,2.492c0.104,0.103,0.134,0.259,0.078,0.394l-1.177,2.812\n\tc-0.056,0.134-0.187,0.221-0.332,0.221H1.36v5.194h3.524c0.146,0,0.278,0.089,0.333,0.224l1.157,2.82\n\tc0.055,0.135,0.024,0.289-0.079,0.392l-2.483,2.483l3.673,3.673l2.492-2.491c0.103-0.104,0.26-0.133,0.393-0.077l2.812,1.176\n\tc0.134,0.056,0.221,0.187,0.221,0.332V30.64z M16,23.36c-4.058,0-7.36-3.302-7.36-7.36S11.942,8.64,16,8.64\n\tc4.059,0,7.36,3.302,7.36,7.36C23.36,20.059,20.059,23.36,16,23.36z M16,9.36c-3.661,0-6.64,2.979-6.64,6.64s2.979,6.64,6.64,6.64\n\ts6.64-2.979,6.64-6.64S19.661,9.36,16,9.36z"
7505
+ "id": "love_1_",
7506
+ "d": "M16.032,29.247c-0.092,0-0.185-0.035-0.255-0.105L3.008,16.373c-1.507-1.507-2.337-3.506-2.337-5.629\n\t\tc0-2.139,0.83-4.147,2.337-5.655c1.506-1.506,3.508-2.335,5.639-2.337c0,0,0.001,0,0.002,0c2.132,0,4.136,0.83,5.643,2.337\n\t\tl1.74,1.74l1.74-1.74c1.507-1.507,3.511-2.337,5.642-2.337c0.003,0,0.005,0,0.008,0c2.128,0.002,4.129,0.832,5.635,2.337\n\t\tc1.507,1.508,2.337,3.511,2.337,5.642s-0.83,4.134-2.337,5.642L16.287,29.142C16.216,29.212,16.124,29.247,16.032,29.247z\n\t\t M8.649,3.473c0,0-0.001,0-0.002,0C6.709,3.474,4.888,4.229,3.518,5.599C2.147,6.97,1.392,8.797,1.392,10.744\n\t\tc0,1.931,0.755,3.749,2.126,5.119l0,0l12.514,12.514l12.514-12.514c1.371-1.371,2.126-3.193,2.126-5.132s-0.755-3.761-2.126-5.132\n\t\tc-1.37-1.369-3.19-2.124-5.125-2.126c-0.003,0-0.006,0-0.008,0c-1.938,0-3.761,0.754-5.132,2.126l-1.995,1.995\n\t\tc-0.141,0.141-0.369,0.141-0.51,0l-1.995-1.995C12.412,4.228,10.588,3.473,8.649,3.473z"
7160
7507
  }
7161
7508
  });
7162
7509
  };
@@ -7199,8 +7546,8 @@ var __vue_render__$2 = function () {
7199
7546
 
7200
7547
  return _c('path', {
7201
7548
  attrs: {
7202
- "id": "love_1_",
7203
- "d": "M16.032,29.247c-0.092,0-0.185-0.035-0.255-0.105L3.008,16.373c-1.507-1.507-2.337-3.506-2.337-5.629\n\t\tc0-2.139,0.83-4.147,2.337-5.655c1.506-1.506,3.508-2.335,5.639-2.337c0,0,0.001,0,0.002,0c2.132,0,4.136,0.83,5.643,2.337\n\t\tl1.74,1.74l1.74-1.74c1.507-1.507,3.511-2.337,5.642-2.337c0.003,0,0.005,0,0.008,0c2.128,0.002,4.129,0.832,5.635,2.337\n\t\tc1.507,1.508,2.337,3.511,2.337,5.642s-0.83,4.134-2.337,5.642L16.287,29.142C16.216,29.212,16.124,29.247,16.032,29.247z\n\t\t M8.649,3.473c0,0-0.001,0-0.002,0C6.709,3.474,4.888,4.229,3.518,5.599C2.147,6.97,1.392,8.797,1.392,10.744\n\t\tc0,1.931,0.755,3.749,2.126,5.119l0,0l12.514,12.514l12.514-12.514c1.371-1.371,2.126-3.193,2.126-5.132s-0.755-3.761-2.126-5.132\n\t\tc-1.37-1.369-3.19-2.124-5.125-2.126c-0.003,0-0.006,0-0.008,0c-1.938,0-3.761,0.754-5.132,2.126l-1.995,1.995\n\t\tc-0.141,0.141-0.369,0.141-0.51,0l-1.995-1.995C12.412,4.228,10.588,3.473,8.649,3.473z"
7549
+ "id": "warning--01_1_",
7550
+ "d": "M31,29.36H1c-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l15-26\n\tc0.129-0.224,0.495-0.224,0.624,0l15,26c0.064,0.111,0.064,0.248,0,0.359S31.129,29.36,31,29.36z M1.624,28.64h28.753L16,3.72\n\tL1.624,28.64z M16.36,20h-0.72V10h0.72V20z M16,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,23,16,23z"
7204
7551
  }
7205
7552
  });
7206
7553
  };
@@ -7243,8 +7590,8 @@ var __vue_render__$1 = function () {
7243
7590
 
7244
7591
  return _c('path', {
7245
7592
  attrs: {
7246
- "id": "warning--01_1_",
7247
- "d": "M31,29.36H1c-0.128,0-0.248-0.069-0.312-0.181c-0.064-0.111-0.064-0.248,0-0.359l15-26\n\tc0.129-0.224,0.495-0.224,0.624,0l15,26c0.064,0.111,0.064,0.248,0,0.359S31.129,29.36,31,29.36z M1.624,28.64h28.753L16,3.72\n\tL1.624,28.64z M16.36,20h-0.72V10h0.72V20z M16,23c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S16.552,23,16,23z"
7593
+ "id": "bulldozer_1_",
7594
+ "d": "M17,7.36c-1.618,0-1.86-1.009-1.86-1.61V4c0-0.142-0.028-1.382-1.01-1.382c-1.27,0-1.99-0.59-1.99-1.618\n\tc0-0.199,0.161-0.36,0.36-0.36S12.86,0.801,12.86,1c0,0.222,0,0.898,1.257,0.898c1.202,0,1.743,1.089,1.743,2.102v1.75\n\tc0,0.462,0.138,0.89,1.14,0.89c0.199,0,0.36,0.161,0.36,0.36S17.199,7.36,17,7.36z M14,6.604c-1.092,0-1.854-0.763-1.854-1.854V4\n\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.75c0,0.548,0.298,1.135,1.135,1.135c0.199,0,0.36,0.161,0.36,0.36\n\tS14.198,6.604,14,6.604z M17,4.362c-0.199,0-0.36-0.161-0.36-0.36V2.508c0-0.529-0.299-1.148-1.14-1.148\n\tc-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c1.095,0,1.86,0.768,1.86,1.868v1.495C17.36,4.201,17.199,4.362,17,4.362z\n\t M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8.5,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1\n\tS9.052,27,8.5,27z M13,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,27,13,27z M17.5,27c-0.552,0-1,0.448-1,1\n\ts0.448,1,1,1s1-0.448,1-1S18.052,27,17.5,27z M22,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S22.552,27,22,27z M22,31.36H4\n\tc-1.853,0-3.36-1.508-3.36-3.36c0-1.731,1.316-3.161,3-3.341V23.36H1c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\n\th12c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-1.64v5.28h8.28V7.362L18,7.36V6.64l2,0.002\n\tc0.199,0,0.36,0.161,0.36,0.36v9.638c1.106,0.024,2,0.935,2,2.052v1.947h2.252c0.082-0.979,0.496-1.937,1.244-2.685\n\tc0.067-0.067,0.159-0.105,0.255-0.105h2.596c0.438-1.124,1.117-2.183,2.038-3.104l0.51,0.509c-1.568,1.568-2.432,3.608-2.432,5.746\n\ts0.863,4.178,2.432,5.745l-0.51,0.51c-0.921-0.922-1.601-1.981-2.038-3.104h-2.596c-0.096,0-0.188-0.038-0.255-0.105\n\tc-0.748-0.748-1.162-1.705-1.244-2.685H22.36v3.299c1.684,0.18,3,1.609,3,3.341C25.36,29.853,23.853,31.36,22,31.36z M4,25.36\n\tc-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64h18c1.456,0,2.64-1.184,2.64-2.64s-1.184-2.64-2.64-2.64H4z M4.36,24.64h17.28\n\tv-5.947c0-0.734-0.594-1.332-1.324-1.332H1.36v5.279H4c0.199,0,0.36,0.161,0.36,0.36V24.64z M26.265,23.43h2.198\n\tc-0.464-1.588-0.464-3.271,0-4.859h-2.198c-0.613,0.664-0.95,1.521-0.95,2.43S25.651,22.766,26.265,23.43z M5.36,16.64h5.28v-5.28\n\tH5.36V16.64z M1.36,16.64h3.28v-5.28H1.36V16.64z M1.36,10.64h11.28V9.36H1.36V10.64z M11,19.36H9v-0.72h2V19.36z"
7248
7595
  }
7249
7596
  });
7250
7597
  };
@@ -7287,8 +7634,8 @@ var __vue_render__ = function () {
7287
7634
 
7288
7635
  return _c('path', {
7289
7636
  attrs: {
7290
- "id": "bulldozer_1_",
7291
- "d": "M17,7.36c-1.618,0-1.86-1.009-1.86-1.61V4c0-0.142-0.028-1.382-1.01-1.382c-1.27,0-1.99-0.59-1.99-1.618\n\tc0-0.199,0.161-0.36,0.36-0.36S12.86,0.801,12.86,1c0,0.222,0,0.898,1.257,0.898c1.202,0,1.743,1.089,1.743,2.102v1.75\n\tc0,0.462,0.138,0.89,1.14,0.89c0.199,0,0.36,0.161,0.36,0.36S17.199,7.36,17,7.36z M14,6.604c-1.092,0-1.854-0.763-1.854-1.854V4\n\tc0-0.199,0.161-0.36,0.36-0.36s0.36,0.161,0.36,0.36v0.75c0,0.548,0.298,1.135,1.135,1.135c0.199,0,0.36,0.161,0.36,0.36\n\tS14.198,6.604,14,6.604z M17,4.362c-0.199,0-0.36-0.161-0.36-0.36V2.508c0-0.529-0.299-1.148-1.14-1.148\n\tc-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36c1.095,0,1.86,0.768,1.86,1.868v1.495C17.36,4.201,17.199,4.362,17,4.362z\n\t M5,28c0,0.552-0.448,1-1,1s-1-0.448-1-1s0.448-1,1-1S5,27.448,5,28z M8.5,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1\n\tS9.052,27,8.5,27z M13,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S13.552,27,13,27z M17.5,27c-0.552,0-1,0.448-1,1\n\ts0.448,1,1,1s1-0.448,1-1S18.052,27,17.5,27z M22,27c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S22.552,27,22,27z M22,31.36H4\n\tc-1.853,0-3.36-1.508-3.36-3.36c0-1.731,1.316-3.161,3-3.341V23.36H1c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\n\th12c0.199,0,0.36,0.161,0.36,0.36v2c0,0.199-0.161,0.36-0.36,0.36h-1.64v5.28h8.28V7.362L18,7.36V6.64l2,0.002\n\tc0.199,0,0.36,0.161,0.36,0.36v9.638c1.106,0.024,2,0.935,2,2.052v1.947h2.252c0.082-0.979,0.496-1.937,1.244-2.685\n\tc0.067-0.067,0.159-0.105,0.255-0.105h2.596c0.438-1.124,1.117-2.183,2.038-3.104l0.51,0.509c-1.568,1.568-2.432,3.608-2.432,5.746\n\ts0.863,4.178,2.432,5.745l-0.51,0.51c-0.921-0.922-1.601-1.981-2.038-3.104h-2.596c-0.096,0-0.188-0.038-0.255-0.105\n\tc-0.748-0.748-1.162-1.705-1.244-2.685H22.36v3.299c1.684,0.18,3,1.609,3,3.341C25.36,29.853,23.853,31.36,22,31.36z M4,25.36\n\tc-1.456,0-2.64,1.184-2.64,2.64S2.544,30.64,4,30.64h18c1.456,0,2.64-1.184,2.64-2.64s-1.184-2.64-2.64-2.64H4z M4.36,24.64h17.28\n\tv-5.947c0-0.734-0.594-1.332-1.324-1.332H1.36v5.279H4c0.199,0,0.36,0.161,0.36,0.36V24.64z M26.265,23.43h2.198\n\tc-0.464-1.588-0.464-3.271,0-4.859h-2.198c-0.613,0.664-0.95,1.521-0.95,2.43S25.651,22.766,26.265,23.43z M5.36,16.64h5.28v-5.28\n\tH5.36V16.64z M1.36,16.64h3.28v-5.28H1.36V16.64z M1.36,10.64h11.28V9.36H1.36V10.64z M11,19.36H9v-0.72h2V19.36z"
7637
+ "id": "group",
7638
+ "d": "M24.36,31h-0.72v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363c1.517-0.675,2.496-2.181,2.496-3.836c0-2.316-1.884-4.201-4.2-4.201S11.8,9.244,11.8,11.561\n\tc0,1.655,0.98,3.162,2.496,3.836c0.141,0.063,0.227,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316\n\tc-3.458,0.82-5.872,3.872-5.872,7.424V31H7.64v-7.5c0-3.592,2.257-6.718,5.585-7.879c-1.326-0.907-2.146-2.421-2.146-4.061\n\tc0-1.964,1.157-3.664,2.826-4.452C14.101,6.617,14.2,6.097,14.2,5.561c0-2.316-1.884-4.201-4.2-4.201S5.799,3.244,5.799,5.561\n\tc0,1.656,0.98,3.162,2.496,3.836C8.437,9.46,8.521,9.606,8.507,9.76c-0.014,0.153-0.125,0.281-0.275,0.316\n\tC4.774,10.896,2.36,13.948,2.36,17.5V25H1.64v-7.5c0-3.592,2.257-6.718,5.585-7.879C5.899,8.714,5.08,7.2,5.08,5.561\n\tc0-2.713,2.207-4.92,4.92-4.92s4.92,2.207,4.92,4.92c0,0.422-0.052,0.836-0.157,1.237c0.791-0.205,1.683-0.205,2.473,0\n\tc-0.104-0.401-0.157-0.815-0.157-1.237c0-2.713,2.208-4.92,4.921-4.92s4.921,2.207,4.921,4.92c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879V25H29.64v-7.5c0-3.552-2.414-6.604-5.872-7.424c-0.15-0.036-0.261-0.163-0.275-0.316\n\tc-0.015-0.154,0.071-0.3,0.212-0.363C25.221,8.722,26.2,7.216,26.2,5.561c0-2.316-1.884-4.201-4.2-4.201s-4.2,1.884-4.2,4.201\n\tc0,0.536,0.099,1.056,0.295,1.548c1.669,0.789,2.826,2.488,2.826,4.452c0,1.64-0.82,3.154-2.146,4.061\n\tc3.329,1.161,5.586,4.287,5.586,7.879L24.36,31L24.36,31z"
7292
7639
  }
7293
7640
  });
7294
7641
  };
@@ -7689,8 +8036,14 @@ var icon = {
7689
8036
  Password20,
7690
8037
  Star20,
7691
8038
  Checkmark20,
7692
- ZoomIn20 // used to open details
7693
-
8039
+ ZoomIn20,
8040
+ // used to open details
8041
+ Events32,
8042
+ // used for domains
8043
+ Link32,
8044
+ // used for external domain providers
8045
+ WarningAlt32,
8046
+ Tools32
7694
8047
  };
7695
8048
  }
7696
8049
 
@@ -7870,27 +8223,30 @@ var filters = {
7870
8223
 
7871
8224
  var components = /*#__PURE__*/Object.freeze({
7872
8225
  __proto__: null,
7873
- NsButton: __vue_component__$B,
7874
- NsEmptyState: __vue_component__$x,
8226
+ NsButton: __vue_component__$F,
8227
+ NsEmptyState: __vue_component__$A,
7875
8228
  NsPictogram: NsPictogram,
7876
- NsCodeSnippet: __vue_component__$v,
7877
- NsInlineNotification: __vue_component__$t,
8229
+ NsCodeSnippet: __vue_component__$y,
8230
+ NsInlineNotification: NsInlineNotification,
7878
8231
  NsProgressBar: NsProgressBar,
7879
8232
  NsSvg: NsSvg,
7880
- NsTile: __vue_component__$p,
7881
- NsToastNotification: __vue_component__$n,
7882
- NsInfoCard: __vue_component__$l,
7883
- NsStatusCard: __vue_component__$j,
7884
- NsSystemdServiceCard: __vue_component__$h,
7885
- NsPasswordInput: __vue_component__$f,
7886
- NsIconMenu: __vue_component__$d,
7887
- NsMeterChart: __vue_component__$b,
7888
- NsPieChart: __vue_component__$9,
8233
+ NsTile: __vue_component__$t,
8234
+ NsToastNotification: __vue_component__$r,
8235
+ NsInfoCard: __vue_component__$p,
8236
+ NsStatusCard: __vue_component__$n,
8237
+ NsSystemdServiceCard: __vue_component__$l,
8238
+ NsPasswordInput: __vue_component__$j,
8239
+ NsIconMenu: __vue_component__$h,
8240
+ NsMeterChart: __vue_component__$f,
8241
+ NsPieChart: __vue_component__$d,
8242
+ NsLottieAnimation: NsLottieAnimation,
8243
+ NsDangerDeleteModal: __vue_component__$b,
7889
8244
  ExclamationMark: ExclamationMark,
7890
- Gear: __vue_component__$7,
7891
- Love: __vue_component__$5,
7892
- Warning: __vue_component__$3,
7893
- Bulldozer: __vue_component__$1,
8245
+ Gear: __vue_component__$9,
8246
+ Love: __vue_component__$7,
8247
+ Warning: __vue_component__$5,
8248
+ Bulldozer: __vue_component__$3,
8249
+ Group: __vue_component__$1,
7894
8250
  UtilService: UtilService,
7895
8251
  QueryParamService: queryParam,
7896
8252
  TaskService: task,
@@ -7910,4 +8266,4 @@ const install = function installNs8UiLib(Vue) {
7910
8266
  });
7911
8267
  }; // Create module definition for Vue.use()
7912
8268
 
7913
- export { __vue_component__$1 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$7 as Gear, icon as IconService, __vue_component__$5 as Love, __vue_component__$B as NsButton, __vue_component__$v as NsCodeSnippet, __vue_component__$x as NsEmptyState, __vue_component__$d as NsIconMenu, __vue_component__$l as NsInfoCard, __vue_component__$t as NsInlineNotification, __vue_component__$b as NsMeterChart, __vue_component__$f as NsPasswordInput, NsPictogram, __vue_component__$9 as NsPieChart, NsProgressBar, __vue_component__$j as NsStatusCard, NsSvg, __vue_component__$h as NsSystemdServiceCard, __vue_component__$p as NsTile, __vue_component__$n as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$3 as Warning, install as default };
8269
+ export { __vue_component__$3 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$9 as Gear, __vue_component__$1 as Group, icon as IconService, __vue_component__$7 as Love, __vue_component__$F as NsButton, __vue_component__$y as NsCodeSnippet, __vue_component__$b as NsDangerDeleteModal, __vue_component__$A as NsEmptyState, __vue_component__$h as NsIconMenu, __vue_component__$p as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$f as NsMeterChart, __vue_component__$j as NsPasswordInput, NsPictogram, __vue_component__$d as NsPieChart, NsProgressBar, __vue_component__$n as NsStatusCard, NsSvg, __vue_component__$l as NsSystemdServiceCard, __vue_component__$t as NsTile, __vue_component__$r as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$5 as Warning, install as default };