@nethserver/ns8-ui-lib 0.0.43 → 0.0.47

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,4 @@
1
- import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu } from '@carbon/vue';
1
+ import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotification, CvLink, CvTooltip, CvTag, CvTextInput, CvOverflowMenu, CvModal } from '@carbon/vue';
2
2
  import LottieAnimation from 'lottie-web-vue';
3
3
  import Copy20 from '@carbon/icons-vue/es/copy/20';
4
4
  import ChevronDown20 from '@carbon/icons-vue/es/chevron--down/20';
@@ -73,11 +73,15 @@ import ErrorFilled16 from '@carbon/icons-vue/es/error--filled/16';
73
73
  import ErrorFilled32 from '@carbon/icons-vue/es/error--filled/32';
74
74
  import Warning16 from '@carbon/icons-vue/es/warning--filled/16';
75
75
  import Warning32 from '@carbon/icons-vue/es/warning--filled/32';
76
+ import Power20 from '@carbon/icons-vue/es/power/20';
77
+ import Power32 from '@carbon/icons-vue/es/power/32';
76
78
  import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
79
+ import TrashCan20 from '@carbon/icons-vue/es/trash-can/20';
80
+ import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
77
81
  import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
78
82
 
79
83
  //
80
- var script$l = {
84
+ var script$p = {
81
85
  name: "NsButton",
82
86
  extends: CvButton,
83
87
  props: {
@@ -240,10 +244,10 @@ function addStyle(id, css) {
240
244
  }
241
245
 
242
246
  /* script */
243
- const __vue_script__$l = script$l;
247
+ const __vue_script__$p = script$p;
244
248
  /* template */
245
249
 
246
- var __vue_render__$r = function () {
250
+ var __vue_render__$v = function () {
247
251
  var _vm = this;
248
252
 
249
253
  var _h = _vm.$createElement;
@@ -266,10 +270,10 @@ var __vue_render__$r = function () {
266
270
  }) : _vm._e()], 2);
267
271
  };
268
272
 
269
- var __vue_staticRenderFns__$r = [];
273
+ var __vue_staticRenderFns__$v = [];
270
274
  /* style */
271
275
 
272
- const __vue_inject_styles__$s = function (inject) {
276
+ const __vue_inject_styles__$w = function (inject) {
273
277
  if (!inject) return;
274
278
  inject("data-v-025b0f12_0", {
275
279
  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)}}",
@@ -280,23 +284,23 @@ const __vue_inject_styles__$s = function (inject) {
280
284
  /* scoped */
281
285
 
282
286
 
283
- const __vue_scope_id__$s = "data-v-025b0f12";
287
+ const __vue_scope_id__$w = "data-v-025b0f12";
284
288
  /* module identifier */
285
289
 
286
- const __vue_module_identifier__$s = undefined;
290
+ const __vue_module_identifier__$w = undefined;
287
291
  /* functional template */
288
292
 
289
- const __vue_is_functional_template__$s = false;
293
+ const __vue_is_functional_template__$w = false;
290
294
  /* style inject SSR */
291
295
 
292
296
  /* style inject shadow dom */
293
297
 
294
- const __vue_component__$N = /*#__PURE__*/normalizeComponent({
295
- render: __vue_render__$r,
296
- staticRenderFns: __vue_staticRenderFns__$r
297
- }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
298
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
299
+ render: __vue_render__$v,
300
+ staticRenderFns: __vue_staticRenderFns__$v
301
+ }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
298
302
 
299
- var __vue_component__$O = __vue_component__$N;
303
+ var __vue_component__$V = __vue_component__$U;
300
304
 
301
305
  //
302
306
  //
@@ -314,7 +318,7 @@ var __vue_component__$O = __vue_component__$N;
314
318
  //
315
319
  //
316
320
  //
317
- var script$k = {
321
+ var script$o = {
318
322
  name: "NsPictogram",
319
323
  props: {
320
324
  title: {
@@ -337,10 +341,10 @@ var script$k = {
337
341
  };
338
342
 
339
343
  /* script */
340
- const __vue_script__$k = script$k;
344
+ const __vue_script__$o = script$o;
341
345
  /* template */
342
346
 
343
- var __vue_render__$q = function () {
347
+ var __vue_render__$u = function () {
344
348
  var _vm = this;
345
349
 
346
350
  var _h = _vm.$createElement;
@@ -368,34 +372,34 @@ var __vue_render__$q = function () {
368
372
  }, [_vm._t("default")], 2)]);
369
373
  };
370
374
 
371
- var __vue_staticRenderFns__$q = [];
375
+ var __vue_staticRenderFns__$u = [];
372
376
  /* style */
373
377
 
374
- const __vue_inject_styles__$r = undefined;
378
+ const __vue_inject_styles__$v = undefined;
375
379
  /* scoped */
376
380
 
377
- const __vue_scope_id__$r = undefined;
381
+ const __vue_scope_id__$v = undefined;
378
382
  /* module identifier */
379
383
 
380
- const __vue_module_identifier__$r = undefined;
384
+ const __vue_module_identifier__$v = undefined;
381
385
  /* functional template */
382
386
 
383
- const __vue_is_functional_template__$r = false;
387
+ const __vue_is_functional_template__$v = false;
384
388
  /* style inject */
385
389
 
386
390
  /* style inject SSR */
387
391
 
388
392
  /* style inject shadow dom */
389
393
 
390
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
391
- render: __vue_render__$q,
392
- staticRenderFns: __vue_staticRenderFns__$q
393
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
394
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
395
+ render: __vue_render__$u,
396
+ staticRenderFns: __vue_staticRenderFns__$u
397
+ }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, undefined, undefined, undefined);
394
398
 
395
- var NsPictogram = __vue_component__$M;
399
+ var NsPictogram = __vue_component__$T;
396
400
 
397
401
  //
398
- var script$j = {
402
+ var script$n = {
399
403
  name: "NsLottieAnimation",
400
404
  components: {
401
405
  LottieAnimation
@@ -451,10 +455,10 @@ var script$j = {
451
455
  };
452
456
 
453
457
  /* script */
454
- const __vue_script__$j = script$j;
458
+ const __vue_script__$n = script$n;
455
459
  /* template */
456
460
 
457
- var __vue_render__$p = function () {
461
+ var __vue_render__$t = function () {
458
462
  var _vm = this;
459
463
 
460
464
  var _h = _vm.$createElement;
@@ -481,36 +485,36 @@ var __vue_render__$p = function () {
481
485
  })], 1);
482
486
  };
483
487
 
484
- var __vue_staticRenderFns__$p = [];
488
+ var __vue_staticRenderFns__$t = [];
485
489
  /* style */
486
490
 
487
- const __vue_inject_styles__$q = undefined;
491
+ const __vue_inject_styles__$u = undefined;
488
492
  /* scoped */
489
493
 
490
- const __vue_scope_id__$q = "data-v-14e97a70";
494
+ const __vue_scope_id__$u = "data-v-14e97a70";
491
495
  /* module identifier */
492
496
 
493
- const __vue_module_identifier__$q = undefined;
497
+ const __vue_module_identifier__$u = undefined;
494
498
  /* functional template */
495
499
 
496
- const __vue_is_functional_template__$q = false;
500
+ const __vue_is_functional_template__$u = false;
497
501
  /* style inject */
498
502
 
499
503
  /* style inject SSR */
500
504
 
501
505
  /* style inject shadow dom */
502
506
 
503
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({
504
- render: __vue_render__$p,
505
- staticRenderFns: __vue_staticRenderFns__$p
506
- }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
507
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({
508
+ render: __vue_render__$t,
509
+ staticRenderFns: __vue_staticRenderFns__$t
510
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
507
511
 
508
- var NsLottieAnimation = __vue_component__$L;
512
+ var NsLottieAnimation = __vue_component__$S;
509
513
 
510
514
  /* script */
511
515
 
512
516
  /* template */
513
- var __vue_render__$o = function () {
517
+ var __vue_render__$s = function () {
514
518
  var _vm = this;
515
519
 
516
520
  var _h = _vm.$createElement;
@@ -525,34 +529,34 @@ var __vue_render__$o = function () {
525
529
  });
526
530
  };
527
531
 
528
- var __vue_staticRenderFns__$o = [];
532
+ var __vue_staticRenderFns__$s = [];
529
533
  /* style */
530
534
 
531
- const __vue_inject_styles__$p = undefined;
535
+ const __vue_inject_styles__$t = undefined;
532
536
  /* scoped */
533
537
 
534
- const __vue_scope_id__$p = undefined;
538
+ const __vue_scope_id__$t = undefined;
535
539
  /* module identifier */
536
540
 
537
- const __vue_module_identifier__$p = undefined;
541
+ const __vue_module_identifier__$t = undefined;
538
542
  /* functional template */
539
543
 
540
- const __vue_is_functional_template__$p = false;
544
+ const __vue_is_functional_template__$t = false;
541
545
  /* style inject */
542
546
 
543
547
  /* style inject SSR */
544
548
 
545
549
  /* style inject shadow dom */
546
550
 
547
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
548
- render: __vue_render__$o,
549
- staticRenderFns: __vue_staticRenderFns__$o
550
- }, __vue_inject_styles__$p, {}, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
551
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
552
+ render: __vue_render__$s,
553
+ staticRenderFns: __vue_staticRenderFns__$s
554
+ }, __vue_inject_styles__$t, {}, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
551
555
 
552
- var ExclamationMark = __vue_component__$K;
556
+ var ExclamationMark = __vue_component__$R;
553
557
 
554
558
  //
555
- var script$i = {
559
+ var script$m = {
556
560
  name: "NsEmptyState",
557
561
  components: {
558
562
  NsPictogram,
@@ -584,10 +588,10 @@ var script$i = {
584
588
  };
585
589
 
586
590
  /* script */
587
- const __vue_script__$i = script$i;
591
+ const __vue_script__$m = script$m;
588
592
  /* template */
589
593
 
590
- var __vue_render__$n = function () {
594
+ var __vue_render__$r = function () {
591
595
  var _vm = this;
592
596
 
593
597
  var _h = _vm.$createElement;
@@ -617,10 +621,10 @@ var __vue_render__$n = function () {
617
621
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
618
622
  };
619
623
 
620
- var __vue_staticRenderFns__$n = [];
624
+ var __vue_staticRenderFns__$r = [];
621
625
  /* style */
622
626
 
623
- const __vue_inject_styles__$o = function (inject) {
627
+ const __vue_inject_styles__$s = function (inject) {
624
628
  if (!inject) return;
625
629
  inject("data-v-d5a46c1c_0", {
626
630
  source: ".empty-state[data-v-d5a46c1c]{text-align:center;padding:2rem}.empty-state .image[data-v-d5a46c1c]{margin-bottom:1rem}.empty-state .description[data-v-d5a46c1c]{margin-top:1rem}.animation[data-v-d5a46c1c]{display:inline-block;width:64px;height:64px}",
@@ -631,26 +635,26 @@ const __vue_inject_styles__$o = function (inject) {
631
635
  /* scoped */
632
636
 
633
637
 
634
- const __vue_scope_id__$o = "data-v-d5a46c1c";
638
+ const __vue_scope_id__$s = "data-v-d5a46c1c";
635
639
  /* module identifier */
636
640
 
637
- const __vue_module_identifier__$o = undefined;
641
+ const __vue_module_identifier__$s = undefined;
638
642
  /* functional template */
639
643
 
640
- const __vue_is_functional_template__$o = false;
644
+ const __vue_is_functional_template__$s = false;
641
645
  /* style inject SSR */
642
646
 
643
647
  /* style inject shadow dom */
644
648
 
645
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
646
- render: __vue_render__$n,
647
- staticRenderFns: __vue_staticRenderFns__$n
648
- }, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
649
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
650
+ render: __vue_render__$r,
651
+ staticRenderFns: __vue_staticRenderFns__$r
652
+ }, __vue_inject_styles__$s, __vue_script__$m, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
649
653
 
650
- var __vue_component__$J = __vue_component__$I;
654
+ var __vue_component__$Q = __vue_component__$P;
651
655
 
652
656
  //
653
- var script$h = {
657
+ var script$l = {
654
658
  name: "NsCodeSnippet",
655
659
  components: {
656
660
  CvButton,
@@ -762,10 +766,10 @@ var script$h = {
762
766
  };
763
767
 
764
768
  /* script */
765
- const __vue_script__$h = script$h;
769
+ const __vue_script__$l = script$l;
766
770
  /* template */
767
771
 
768
- var __vue_render__$m = function () {
772
+ var __vue_render__$q = function () {
769
773
  var _vm = this;
770
774
 
771
775
  var _h = _vm.$createElement;
@@ -827,10 +831,10 @@ var __vue_render__$m = function () {
827
831
  })], 1) : _vm._e()], 1);
828
832
  };
829
833
 
830
- var __vue_staticRenderFns__$m = [];
834
+ var __vue_staticRenderFns__$q = [];
831
835
  /* style */
832
836
 
833
- const __vue_inject_styles__$n = function (inject) {
837
+ const __vue_inject_styles__$r = function (inject) {
834
838
  if (!inject) return;
835
839
  inject("data-v-59cb538c_0", {
836
840
  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}",
@@ -841,23 +845,23 @@ const __vue_inject_styles__$n = function (inject) {
841
845
  /* scoped */
842
846
 
843
847
 
844
- const __vue_scope_id__$n = "data-v-59cb538c";
848
+ const __vue_scope_id__$r = "data-v-59cb538c";
845
849
  /* module identifier */
846
850
 
847
- const __vue_module_identifier__$n = undefined;
851
+ const __vue_module_identifier__$r = undefined;
848
852
  /* functional template */
849
853
 
850
- const __vue_is_functional_template__$n = false;
854
+ const __vue_is_functional_template__$r = false;
851
855
  /* style inject SSR */
852
856
 
853
857
  /* style inject shadow dom */
854
858
 
855
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
856
- render: __vue_render__$m,
857
- staticRenderFns: __vue_staticRenderFns__$m
858
- }, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
859
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({
860
+ render: __vue_render__$q,
861
+ staticRenderFns: __vue_staticRenderFns__$q
862
+ }, __vue_inject_styles__$r, __vue_script__$l, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
859
863
 
860
- var __vue_component__$H = __vue_component__$G;
864
+ var __vue_component__$O = __vue_component__$N;
861
865
 
862
866
  //
863
867
  //
@@ -888,7 +892,7 @@ var __vue_component__$H = __vue_component__$G;
888
892
  //
889
893
  //
890
894
  //
891
- var script$g = {
895
+ var script$k = {
892
896
  name: "NsCircleTimer",
893
897
  props: {
894
898
  timeLimit: {
@@ -948,10 +952,10 @@ var script$g = {
948
952
  };
949
953
 
950
954
  /* script */
951
- const __vue_script__$g = script$g;
955
+ const __vue_script__$k = script$k;
952
956
  /* template */
953
957
 
954
- var __vue_render__$l = function () {
958
+ var __vue_render__$p = function () {
955
959
  var _vm = this;
956
960
 
957
961
  var _h = _vm.$createElement;
@@ -987,10 +991,10 @@ var __vue_render__$l = function () {
987
991
  })])])]);
988
992
  };
989
993
 
990
- var __vue_staticRenderFns__$l = [];
994
+ var __vue_staticRenderFns__$p = [];
991
995
  /* style */
992
996
 
993
- const __vue_inject_styles__$m = function (inject) {
997
+ const __vue_inject_styles__$q = function (inject) {
994
998
  if (!inject) return;
995
999
  inject("data-v-45b59790_0", {
996
1000
  source: ".base-timer[data-v-45b59790]{position:relative}.base-timer__circle[data-v-45b59790]{fill:none;stroke:none}.base-timer__path-remaining[data-v-45b59790]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-45b59790]{transform:scaleX(-1)}",
@@ -1001,26 +1005,26 @@ const __vue_inject_styles__$m = function (inject) {
1001
1005
  /* scoped */
1002
1006
 
1003
1007
 
1004
- const __vue_scope_id__$m = "data-v-45b59790";
1008
+ const __vue_scope_id__$q = "data-v-45b59790";
1005
1009
  /* module identifier */
1006
1010
 
1007
- const __vue_module_identifier__$m = undefined;
1011
+ const __vue_module_identifier__$q = undefined;
1008
1012
  /* functional template */
1009
1013
 
1010
- const __vue_is_functional_template__$m = false;
1014
+ const __vue_is_functional_template__$q = false;
1011
1015
  /* style inject SSR */
1012
1016
 
1013
1017
  /* style inject shadow dom */
1014
1018
 
1015
- const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1016
- render: __vue_render__$l,
1017
- staticRenderFns: __vue_staticRenderFns__$l
1018
- }, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
1019
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
1020
+ render: __vue_render__$p,
1021
+ staticRenderFns: __vue_staticRenderFns__$p
1022
+ }, __vue_inject_styles__$q, __vue_script__$k, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
1019
1023
 
1020
- var NsCircleTimer = __vue_component__$F;
1024
+ var NsCircleTimer = __vue_component__$M;
1021
1025
 
1022
1026
  //
1023
- var script$f = {
1027
+ var script$j = {
1024
1028
  name: "NsInlineNotification",
1025
1029
  extends: CvInlineNotification,
1026
1030
  components: {
@@ -1057,10 +1061,10 @@ var script$f = {
1057
1061
  };
1058
1062
 
1059
1063
  /* script */
1060
- const __vue_script__$f = script$f;
1064
+ const __vue_script__$j = script$j;
1061
1065
  /* template */
1062
1066
 
1063
- var __vue_render__$k = function () {
1067
+ var __vue_render__$o = function () {
1064
1068
  var _obj;
1065
1069
 
1066
1070
  var _vm = this;
@@ -1131,10 +1135,10 @@ var __vue_render__$k = function () {
1131
1135
  })], 1) : _vm._e()]);
1132
1136
  };
1133
1137
 
1134
- var __vue_staticRenderFns__$k = [];
1138
+ var __vue_staticRenderFns__$o = [];
1135
1139
  /* style */
1136
1140
 
1137
- const __vue_inject_styles__$l = function (inject) {
1141
+ const __vue_inject_styles__$p = function (inject) {
1138
1142
  if (!inject) return;
1139
1143
  inject("data-v-1e5d2ff7_0", {
1140
1144
  source: ".title[data-v-1e5d2ff7]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-1e5d2ff7]{margin-right:.75rem}.details[data-v-1e5d2ff7]{flex-grow:0}.bx--inline-notification__close-button[data-v-1e5d2ff7]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-1e5d2ff7]{padding-right:0!important}",
@@ -1145,23 +1149,23 @@ const __vue_inject_styles__$l = function (inject) {
1145
1149
  /* scoped */
1146
1150
 
1147
1151
 
1148
- const __vue_scope_id__$l = "data-v-1e5d2ff7";
1152
+ const __vue_scope_id__$p = "data-v-1e5d2ff7";
1149
1153
  /* module identifier */
1150
1154
 
1151
- const __vue_module_identifier__$l = undefined;
1155
+ const __vue_module_identifier__$p = undefined;
1152
1156
  /* functional template */
1153
1157
 
1154
- const __vue_is_functional_template__$l = false;
1158
+ const __vue_is_functional_template__$p = false;
1155
1159
  /* style inject SSR */
1156
1160
 
1157
1161
  /* style inject shadow dom */
1158
1162
 
1159
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
1160
- render: __vue_render__$k,
1161
- staticRenderFns: __vue_staticRenderFns__$k
1162
- }, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
1163
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
1164
+ render: __vue_render__$o,
1165
+ staticRenderFns: __vue_staticRenderFns__$o
1166
+ }, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
1163
1167
 
1164
- var NsInlineNotification = __vue_component__$E;
1168
+ var NsInlineNotification = __vue_component__$L;
1165
1169
 
1166
1170
  //
1167
1171
  //
@@ -1180,7 +1184,7 @@ var NsInlineNotification = __vue_component__$E;
1180
1184
  //
1181
1185
  //
1182
1186
  //
1183
- var script$e = {
1187
+ var script$i = {
1184
1188
  name: "NsProgressBar",
1185
1189
  props: {
1186
1190
  value: {
@@ -1211,10 +1215,10 @@ var script$e = {
1211
1215
  };
1212
1216
 
1213
1217
  /* script */
1214
- const __vue_script__$e = script$e;
1218
+ const __vue_script__$i = script$i;
1215
1219
  /* template */
1216
1220
 
1217
- var __vue_render__$j = function () {
1221
+ var __vue_render__$n = function () {
1218
1222
  var _vm = this;
1219
1223
 
1220
1224
  var _h = _vm.$createElement;
@@ -1239,10 +1243,10 @@ var __vue_render__$j = function () {
1239
1243
  })]], 2)]);
1240
1244
  };
1241
1245
 
1242
- var __vue_staticRenderFns__$j = [];
1246
+ var __vue_staticRenderFns__$n = [];
1243
1247
  /* style */
1244
1248
 
1245
- const __vue_inject_styles__$k = function (inject) {
1249
+ const __vue_inject_styles__$o = function (inject) {
1246
1250
  if (!inject) return;
1247
1251
  inject("data-v-2bcd6519_0", {
1248
1252
  source: ".progress-bar-container[data-v-2bcd6519]{width:100%;position:relative}.slider[data-v-2bcd6519]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-2bcd6519]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-2bcd6519]{position:absolute;height:5px}.indeterminate-line[data-v-2bcd6519]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-2bcd6519]{position:absolute;height:5px}.inc[data-v-2bcd6519]{animation:increase-data-v-2bcd6519 2s infinite}.dec[data-v-2bcd6519]{animation:decrease-data-v-2bcd6519 2s .5s infinite}@keyframes increase-data-v-2bcd6519{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2bcd6519{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -1253,25 +1257,25 @@ const __vue_inject_styles__$k = function (inject) {
1253
1257
  /* scoped */
1254
1258
 
1255
1259
 
1256
- const __vue_scope_id__$k = "data-v-2bcd6519";
1260
+ const __vue_scope_id__$o = "data-v-2bcd6519";
1257
1261
  /* module identifier */
1258
1262
 
1259
- const __vue_module_identifier__$k = undefined;
1263
+ const __vue_module_identifier__$o = undefined;
1260
1264
  /* functional template */
1261
1265
 
1262
- const __vue_is_functional_template__$k = false;
1266
+ const __vue_is_functional_template__$o = false;
1263
1267
  /* style inject SSR */
1264
1268
 
1265
1269
  /* style inject shadow dom */
1266
1270
 
1267
- const __vue_component__$D = /*#__PURE__*/normalizeComponent({
1268
- render: __vue_render__$j,
1269
- staticRenderFns: __vue_staticRenderFns__$j
1270
- }, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
1271
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
1272
+ render: __vue_render__$n,
1273
+ staticRenderFns: __vue_staticRenderFns__$n
1274
+ }, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
1271
1275
 
1272
- var NsProgressBar = __vue_component__$D;
1276
+ var NsProgressBar = __vue_component__$K;
1273
1277
 
1274
- var script$d = {
1278
+ var script$h = {
1275
1279
  name: "NsSvg",
1276
1280
  props: {
1277
1281
  svg: {
@@ -1330,33 +1334,33 @@ var script$d = {
1330
1334
  };
1331
1335
 
1332
1336
  /* script */
1333
- const __vue_script__$d = script$d;
1337
+ const __vue_script__$h = script$h;
1334
1338
  /* template */
1335
1339
 
1336
1340
  /* style */
1337
1341
 
1338
- const __vue_inject_styles__$j = undefined;
1342
+ const __vue_inject_styles__$n = undefined;
1339
1343
  /* scoped */
1340
1344
 
1341
- const __vue_scope_id__$j = undefined;
1345
+ const __vue_scope_id__$n = undefined;
1342
1346
  /* module identifier */
1343
1347
 
1344
- const __vue_module_identifier__$j = undefined;
1348
+ const __vue_module_identifier__$n = undefined;
1345
1349
  /* functional template */
1346
1350
 
1347
- const __vue_is_functional_template__$j = undefined;
1351
+ const __vue_is_functional_template__$n = undefined;
1348
1352
  /* style inject */
1349
1353
 
1350
1354
  /* style inject SSR */
1351
1355
 
1352
1356
  /* style inject shadow dom */
1353
1357
 
1354
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
1358
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
1355
1359
 
1356
- var NsSvg = __vue_component__$C;
1360
+ var NsSvg = __vue_component__$J;
1357
1361
 
1358
1362
  //
1359
- var script$c = {
1363
+ var script$g = {
1360
1364
  name: "NsTile",
1361
1365
  extends: CvTile,
1362
1366
  inheritAttrs: false,
@@ -1424,10 +1428,10 @@ var script$c = {
1424
1428
  };
1425
1429
 
1426
1430
  /* script */
1427
- const __vue_script__$c = script$c;
1431
+ const __vue_script__$g = script$g;
1428
1432
  /* template */
1429
1433
 
1430
- var __vue_render__$i = function () {
1434
+ var __vue_render__$m = function () {
1431
1435
  var _obj;
1432
1436
 
1433
1437
  var _vm = this;
@@ -1464,10 +1468,10 @@ var __vue_render__$i = function () {
1464
1468
  }) : _vm._e()], 1);
1465
1469
  };
1466
1470
 
1467
- var __vue_staticRenderFns__$i = [];
1471
+ var __vue_staticRenderFns__$m = [];
1468
1472
  /* style */
1469
1473
 
1470
- const __vue_inject_styles__$i = function (inject) {
1474
+ const __vue_inject_styles__$m = function (inject) {
1471
1475
  if (!inject) return;
1472
1476
  inject("data-v-bbf09f9e_0", {
1473
1477
  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}",
@@ -1478,23 +1482,23 @@ const __vue_inject_styles__$i = function (inject) {
1478
1482
  /* scoped */
1479
1483
 
1480
1484
 
1481
- const __vue_scope_id__$i = "data-v-bbf09f9e";
1485
+ const __vue_scope_id__$m = "data-v-bbf09f9e";
1482
1486
  /* module identifier */
1483
1487
 
1484
- const __vue_module_identifier__$i = undefined;
1488
+ const __vue_module_identifier__$m = undefined;
1485
1489
  /* functional template */
1486
1490
 
1487
- const __vue_is_functional_template__$i = false;
1491
+ const __vue_is_functional_template__$m = false;
1488
1492
  /* style inject SSR */
1489
1493
 
1490
1494
  /* style inject shadow dom */
1491
1495
 
1492
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
1493
- render: __vue_render__$i,
1494
- staticRenderFns: __vue_staticRenderFns__$i
1495
- }, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
1496
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1497
+ render: __vue_render__$m,
1498
+ staticRenderFns: __vue_staticRenderFns__$m
1499
+ }, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
1496
1500
 
1497
- var __vue_component__$B = __vue_component__$A;
1501
+ var __vue_component__$I = __vue_component__$H;
1498
1502
 
1499
1503
  function toInteger(dirtyNumber) {
1500
1504
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6091,7 +6095,7 @@ var DateTimeService = {
6091
6095
  };
6092
6096
 
6093
6097
  //
6094
- var script$b = {
6098
+ var script$f = {
6095
6099
  name: "NsToastNotification",
6096
6100
  extends: CvToastNotification,
6097
6101
  components: {
@@ -6133,10 +6137,10 @@ var script$b = {
6133
6137
  };
6134
6138
 
6135
6139
  /* script */
6136
- const __vue_script__$b = script$b;
6140
+ const __vue_script__$f = script$f;
6137
6141
  /* template */
6138
6142
 
6139
- var __vue_render__$h = function () {
6143
+ var __vue_render__$l = function () {
6140
6144
  var _obj;
6141
6145
 
6142
6146
  var _vm = this;
@@ -6219,10 +6223,10 @@ var __vue_render__$h = function () {
6219
6223
  })], 1) : _vm._e()], 1)]);
6220
6224
  };
6221
6225
 
6222
- var __vue_staticRenderFns__$h = [];
6226
+ var __vue_staticRenderFns__$l = [];
6223
6227
  /* style */
6224
6228
 
6225
- const __vue_inject_styles__$h = function (inject) {
6229
+ const __vue_inject_styles__$l = function (inject) {
6226
6230
  if (!inject) return;
6227
6231
  inject("data-v-79bd81d3_0", {
6228
6232
  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}",
@@ -6237,26 +6241,26 @@ const __vue_inject_styles__$h = function (inject) {
6237
6241
  /* scoped */
6238
6242
 
6239
6243
 
6240
- const __vue_scope_id__$h = "data-v-79bd81d3";
6244
+ const __vue_scope_id__$l = "data-v-79bd81d3";
6241
6245
  /* module identifier */
6242
6246
 
6243
- const __vue_module_identifier__$h = undefined;
6247
+ const __vue_module_identifier__$l = undefined;
6244
6248
  /* functional template */
6245
6249
 
6246
- const __vue_is_functional_template__$h = false;
6250
+ const __vue_is_functional_template__$l = false;
6247
6251
  /* style inject SSR */
6248
6252
 
6249
6253
  /* style inject shadow dom */
6250
6254
 
6251
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
6252
- render: __vue_render__$h,
6253
- staticRenderFns: __vue_staticRenderFns__$h
6254
- }, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
6255
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
6256
+ render: __vue_render__$l,
6257
+ staticRenderFns: __vue_staticRenderFns__$l
6258
+ }, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
6255
6259
 
6256
- var __vue_component__$z = __vue_component__$y;
6260
+ var __vue_component__$G = __vue_component__$F;
6257
6261
 
6258
6262
  //
6259
- var script$a = {
6263
+ var script$e = {
6260
6264
  name: "NsInfoCard",
6261
6265
  //components added for storybook to work
6262
6266
  components: {
@@ -6291,10 +6295,10 @@ var script$a = {
6291
6295
  };
6292
6296
 
6293
6297
  /* script */
6294
- const __vue_script__$a = script$a;
6298
+ const __vue_script__$e = script$e;
6295
6299
  /* template */
6296
6300
 
6297
- var __vue_render__$g = function () {
6301
+ var __vue_render__$k = function () {
6298
6302
  var _vm = this;
6299
6303
 
6300
6304
  var _h = _vm.$createElement;
@@ -6326,10 +6330,10 @@ var __vue_render__$g = function () {
6326
6330
  }, [_vm._t("content")], 2)], 2);
6327
6331
  };
6328
6332
 
6329
- var __vue_staticRenderFns__$g = [];
6333
+ var __vue_staticRenderFns__$k = [];
6330
6334
  /* style */
6331
6335
 
6332
- const __vue_inject_styles__$g = function (inject) {
6336
+ const __vue_inject_styles__$k = function (inject) {
6333
6337
  if (!inject) return;
6334
6338
  inject("data-v-5f0f76db_0", {
6335
6339
  source: ".info-card[data-v-5f0f76db]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.row[data-v-5f0f76db]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-5f0f76db]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-5f0f76db]{margin-top:.5rem}",
@@ -6340,26 +6344,26 @@ const __vue_inject_styles__$g = function (inject) {
6340
6344
  /* scoped */
6341
6345
 
6342
6346
 
6343
- const __vue_scope_id__$g = "data-v-5f0f76db";
6347
+ const __vue_scope_id__$k = "data-v-5f0f76db";
6344
6348
  /* module identifier */
6345
6349
 
6346
- const __vue_module_identifier__$g = undefined;
6350
+ const __vue_module_identifier__$k = undefined;
6347
6351
  /* functional template */
6348
6352
 
6349
- const __vue_is_functional_template__$g = false;
6353
+ const __vue_is_functional_template__$k = false;
6350
6354
  /* style inject SSR */
6351
6355
 
6352
6356
  /* style inject shadow dom */
6353
6357
 
6354
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
6355
- render: __vue_render__$g,
6356
- staticRenderFns: __vue_staticRenderFns__$g
6357
- }, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
6358
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
6359
+ render: __vue_render__$k,
6360
+ staticRenderFns: __vue_staticRenderFns__$k
6361
+ }, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
6358
6362
 
6359
- var __vue_component__$x = __vue_component__$w;
6363
+ var __vue_component__$E = __vue_component__$D;
6360
6364
 
6361
6365
  //
6362
- var script$9 = {
6366
+ var script$d = {
6363
6367
  name: "NsStatusCard",
6364
6368
  //components added for storybook to work
6365
6369
  components: {
@@ -6406,10 +6410,10 @@ var script$9 = {
6406
6410
  };
6407
6411
 
6408
6412
  /* script */
6409
- const __vue_script__$9 = script$9;
6413
+ const __vue_script__$d = script$d;
6410
6414
  /* template */
6411
6415
 
6412
- var __vue_render__$f = function () {
6416
+ var __vue_render__$j = function () {
6413
6417
  var _vm = this;
6414
6418
 
6415
6419
  var _h = _vm.$createElement;
@@ -6478,10 +6482,10 @@ var __vue_render__$f = function () {
6478
6482
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6479
6483
  };
6480
6484
 
6481
- var __vue_staticRenderFns__$f = [];
6485
+ var __vue_staticRenderFns__$j = [];
6482
6486
  /* style */
6483
6487
 
6484
- const __vue_inject_styles__$f = function (inject) {
6488
+ const __vue_inject_styles__$j = function (inject) {
6485
6489
  if (!inject) return;
6486
6490
  inject("data-v-e4a14fb4_0", {
6487
6491
  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}",
@@ -6492,26 +6496,26 @@ const __vue_inject_styles__$f = function (inject) {
6492
6496
  /* scoped */
6493
6497
 
6494
6498
 
6495
- const __vue_scope_id__$f = "data-v-e4a14fb4";
6499
+ const __vue_scope_id__$j = "data-v-e4a14fb4";
6496
6500
  /* module identifier */
6497
6501
 
6498
- const __vue_module_identifier__$f = undefined;
6502
+ const __vue_module_identifier__$j = undefined;
6499
6503
  /* functional template */
6500
6504
 
6501
- const __vue_is_functional_template__$f = false;
6505
+ const __vue_is_functional_template__$j = false;
6502
6506
  /* style inject SSR */
6503
6507
 
6504
6508
  /* style inject shadow dom */
6505
6509
 
6506
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
6507
- render: __vue_render__$f,
6508
- staticRenderFns: __vue_staticRenderFns__$f
6509
- }, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
6510
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
6511
+ render: __vue_render__$j,
6512
+ staticRenderFns: __vue_staticRenderFns__$j
6513
+ }, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
6510
6514
 
6511
- var __vue_component__$v = __vue_component__$u;
6515
+ var __vue_component__$C = __vue_component__$B;
6512
6516
 
6513
6517
  //
6514
- var script$8 = {
6518
+ var script$c = {
6515
6519
  name: "NsSystemdServiceCard",
6516
6520
  //components added for storybook to work
6517
6521
  components: {
@@ -6565,10 +6569,10 @@ var script$8 = {
6565
6569
  };
6566
6570
 
6567
6571
  /* script */
6568
- const __vue_script__$8 = script$8;
6572
+ const __vue_script__$c = script$c;
6569
6573
  /* template */
6570
6574
 
6571
- var __vue_render__$e = function () {
6575
+ var __vue_render__$i = function () {
6572
6576
  var _vm = this;
6573
6577
 
6574
6578
  var _h = _vm.$createElement;
@@ -6623,10 +6627,10 @@ var __vue_render__$e = function () {
6623
6627
  })], 1)])]);
6624
6628
  };
6625
6629
 
6626
- var __vue_staticRenderFns__$e = [];
6630
+ var __vue_staticRenderFns__$i = [];
6627
6631
  /* style */
6628
6632
 
6629
- const __vue_inject_styles__$e = function (inject) {
6633
+ const __vue_inject_styles__$i = function (inject) {
6630
6634
  if (!inject) return;
6631
6635
  inject("data-v-e13a5ce6_0", {
6632
6636
  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}",
@@ -6637,23 +6641,23 @@ const __vue_inject_styles__$e = function (inject) {
6637
6641
  /* scoped */
6638
6642
 
6639
6643
 
6640
- const __vue_scope_id__$e = "data-v-e13a5ce6";
6644
+ const __vue_scope_id__$i = "data-v-e13a5ce6";
6641
6645
  /* module identifier */
6642
6646
 
6643
- const __vue_module_identifier__$e = undefined;
6647
+ const __vue_module_identifier__$i = undefined;
6644
6648
  /* functional template */
6645
6649
 
6646
- const __vue_is_functional_template__$e = false;
6650
+ const __vue_is_functional_template__$i = false;
6647
6651
  /* style inject SSR */
6648
6652
 
6649
6653
  /* style inject shadow dom */
6650
6654
 
6651
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
6652
- render: __vue_render__$e,
6653
- staticRenderFns: __vue_staticRenderFns__$e
6654
- }, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
6655
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
6656
+ render: __vue_render__$i,
6657
+ staticRenderFns: __vue_staticRenderFns__$i
6658
+ }, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
6655
6659
 
6656
- var __vue_component__$t = __vue_component__$s;
6660
+ var __vue_component__$A = __vue_component__$z;
6657
6661
 
6658
6662
  var UtilService = {
6659
6663
  name: "UtilService",
@@ -6825,7 +6829,7 @@ var UtilService = {
6825
6829
  };
6826
6830
 
6827
6831
  //
6828
- var script$7 = {
6832
+ var script$b = {
6829
6833
  name: "NsPasswordInput",
6830
6834
  components: CvTextInput,
6831
6835
  mixins: [UtilService],
@@ -6981,10 +6985,10 @@ var script$7 = {
6981
6985
  };
6982
6986
 
6983
6987
  /* script */
6984
- const __vue_script__$7 = script$7;
6988
+ const __vue_script__$b = script$b;
6985
6989
  /* template */
6986
6990
 
6987
- var __vue_render__$d = function () {
6991
+ var __vue_render__$h = function () {
6988
6992
  var _vm = this;
6989
6993
 
6990
6994
  var _h = _vm.$createElement;
@@ -7073,10 +7077,10 @@ var __vue_render__$d = function () {
7073
7077
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7074
7078
  };
7075
7079
 
7076
- var __vue_staticRenderFns__$d = [];
7080
+ var __vue_staticRenderFns__$h = [];
7077
7081
  /* style */
7078
7082
 
7079
- const __vue_inject_styles__$d = function (inject) {
7083
+ const __vue_inject_styles__$h = function (inject) {
7080
7084
  if (!inject) return;
7081
7085
  inject("data-v-1598af82_0", {
7082
7086
  source: ".new-password-container[data-v-1598af82]{margin-bottom:1rem}.new-password[data-v-1598af82]{margin-bottom:.25rem}.confirm-password[data-v-1598af82]{margin-bottom:.25rem}.password-meter[data-v-1598af82]{display:flex}@media (min-width:672px){.password-meter[data-v-1598af82]{max-width:38rem}}.requirement[data-v-1598af82]{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-1598af82]{background-color:#fff}.requirement[data-v-1598af82]:first-child{margin-left:0}.requirement-ok[data-v-1598af82]{color:#fff;background-color:#198038}",
@@ -7087,26 +7091,26 @@ const __vue_inject_styles__$d = function (inject) {
7087
7091
  /* scoped */
7088
7092
 
7089
7093
 
7090
- const __vue_scope_id__$d = "data-v-1598af82";
7094
+ const __vue_scope_id__$h = "data-v-1598af82";
7091
7095
  /* module identifier */
7092
7096
 
7093
- const __vue_module_identifier__$d = undefined;
7097
+ const __vue_module_identifier__$h = undefined;
7094
7098
  /* functional template */
7095
7099
 
7096
- const __vue_is_functional_template__$d = false;
7100
+ const __vue_is_functional_template__$h = false;
7097
7101
  /* style inject SSR */
7098
7102
 
7099
7103
  /* style inject shadow dom */
7100
7104
 
7101
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
7102
- render: __vue_render__$d,
7103
- staticRenderFns: __vue_staticRenderFns__$d
7104
- }, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
7105
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
7106
+ render: __vue_render__$h,
7107
+ staticRenderFns: __vue_staticRenderFns__$h
7108
+ }, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
7105
7109
 
7106
- var __vue_component__$r = __vue_component__$q;
7110
+ var __vue_component__$y = __vue_component__$x;
7107
7111
 
7108
7112
  //
7109
- var script$6 = {
7113
+ var script$a = {
7110
7114
  name: "NsIconMenu",
7111
7115
  extends: CvOverflowMenu,
7112
7116
  props: {
@@ -7135,10 +7139,10 @@ var script$6 = {
7135
7139
  };
7136
7140
 
7137
7141
  /* script */
7138
- const __vue_script__$6 = script$6;
7142
+ const __vue_script__$a = script$a;
7139
7143
  /* template */
7140
7144
 
7141
- var __vue_render__$c = function () {
7145
+ var __vue_render__$g = function () {
7142
7146
  var _obj, _obj$1;
7143
7147
 
7144
7148
  var _vm = this;
@@ -7250,35 +7254,35 @@ var __vue_render__$c = function () {
7250
7254
  })])]);
7251
7255
  };
7252
7256
 
7253
- var __vue_staticRenderFns__$c = [];
7257
+ var __vue_staticRenderFns__$g = [];
7254
7258
  /* style */
7255
7259
 
7256
- const __vue_inject_styles__$c = undefined;
7260
+ const __vue_inject_styles__$g = undefined;
7257
7261
  /* scoped */
7258
7262
 
7259
- const __vue_scope_id__$c = undefined;
7263
+ const __vue_scope_id__$g = undefined;
7260
7264
  /* module identifier */
7261
7265
 
7262
- const __vue_module_identifier__$c = undefined;
7266
+ const __vue_module_identifier__$g = undefined;
7263
7267
  /* functional template */
7264
7268
 
7265
- const __vue_is_functional_template__$c = false;
7269
+ const __vue_is_functional_template__$g = false;
7266
7270
  /* style inject */
7267
7271
 
7268
7272
  /* style inject SSR */
7269
7273
 
7270
7274
  /* style inject shadow dom */
7271
7275
 
7272
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
7273
- render: __vue_render__$c,
7274
- staticRenderFns: __vue_staticRenderFns__$c
7275
- }, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
7276
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
7277
+ render: __vue_render__$g,
7278
+ staticRenderFns: __vue_staticRenderFns__$g
7279
+ }, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
7276
7280
 
7277
- var __vue_component__$p = __vue_component__$o;
7281
+ var __vue_component__$w = __vue_component__$v;
7278
7282
 
7279
7283
  //
7280
7284
  Vue.use(chartsVue);
7281
- var script$5 = {
7285
+ var script$9 = {
7282
7286
  name: "NsMeterChart",
7283
7287
  components: {
7284
7288
  CcvMeterChart
@@ -7352,10 +7356,10 @@ var script$5 = {
7352
7356
  };
7353
7357
 
7354
7358
  /* script */
7355
- const __vue_script__$5 = script$5;
7359
+ const __vue_script__$9 = script$9;
7356
7360
  /* template */
7357
7361
 
7358
- var __vue_render__$b = function () {
7362
+ var __vue_render__$f = function () {
7359
7363
  var _vm = this;
7360
7364
 
7361
7365
  var _h = _vm.$createElement;
@@ -7370,35 +7374,35 @@ var __vue_render__$b = function () {
7370
7374
  });
7371
7375
  };
7372
7376
 
7373
- var __vue_staticRenderFns__$b = [];
7377
+ var __vue_staticRenderFns__$f = [];
7374
7378
  /* style */
7375
7379
 
7376
- const __vue_inject_styles__$b = undefined;
7380
+ const __vue_inject_styles__$f = undefined;
7377
7381
  /* scoped */
7378
7382
 
7379
- const __vue_scope_id__$b = undefined;
7383
+ const __vue_scope_id__$f = undefined;
7380
7384
  /* module identifier */
7381
7385
 
7382
- const __vue_module_identifier__$b = undefined;
7386
+ const __vue_module_identifier__$f = undefined;
7383
7387
  /* functional template */
7384
7388
 
7385
- const __vue_is_functional_template__$b = false;
7389
+ const __vue_is_functional_template__$f = false;
7386
7390
  /* style inject */
7387
7391
 
7388
7392
  /* style inject SSR */
7389
7393
 
7390
7394
  /* style inject shadow dom */
7391
7395
 
7392
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
7393
- render: __vue_render__$b,
7394
- staticRenderFns: __vue_staticRenderFns__$b
7395
- }, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
7396
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
7397
+ render: __vue_render__$f,
7398
+ staticRenderFns: __vue_staticRenderFns__$f
7399
+ }, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
7396
7400
 
7397
- var __vue_component__$n = __vue_component__$m;
7401
+ var __vue_component__$u = __vue_component__$t;
7398
7402
 
7399
7403
  //
7400
7404
  Vue.use(chartsVue);
7401
- var script$4 = {
7405
+ var script$8 = {
7402
7406
  name: "NsPieChart",
7403
7407
  components: {},
7404
7408
  props: {
@@ -7454,10 +7458,10 @@ var script$4 = {
7454
7458
  };
7455
7459
 
7456
7460
  /* script */
7457
- const __vue_script__$4 = script$4;
7461
+ const __vue_script__$8 = script$8;
7458
7462
  /* template */
7459
7463
 
7460
- var __vue_render__$a = function () {
7464
+ var __vue_render__$e = function () {
7461
7465
  var _vm = this;
7462
7466
 
7463
7467
  var _h = _vm.$createElement;
@@ -7472,34 +7476,34 @@ var __vue_render__$a = function () {
7472
7476
  });
7473
7477
  };
7474
7478
 
7475
- var __vue_staticRenderFns__$a = [];
7479
+ var __vue_staticRenderFns__$e = [];
7476
7480
  /* style */
7477
7481
 
7478
- const __vue_inject_styles__$a = undefined;
7482
+ const __vue_inject_styles__$e = undefined;
7479
7483
  /* scoped */
7480
7484
 
7481
- const __vue_scope_id__$a = undefined;
7485
+ const __vue_scope_id__$e = undefined;
7482
7486
  /* module identifier */
7483
7487
 
7484
- const __vue_module_identifier__$a = undefined;
7488
+ const __vue_module_identifier__$e = undefined;
7485
7489
  /* functional template */
7486
7490
 
7487
- const __vue_is_functional_template__$a = false;
7491
+ const __vue_is_functional_template__$e = false;
7488
7492
  /* style inject */
7489
7493
 
7490
7494
  /* style inject SSR */
7491
7495
 
7492
7496
  /* style inject shadow dom */
7493
7497
 
7494
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
7495
- render: __vue_render__$a,
7496
- staticRenderFns: __vue_staticRenderFns__$a
7497
- }, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
7498
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
7499
+ render: __vue_render__$e,
7500
+ staticRenderFns: __vue_staticRenderFns__$e
7501
+ }, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, undefined, undefined, undefined);
7498
7502
 
7499
- var __vue_component__$l = __vue_component__$k;
7503
+ var __vue_component__$s = __vue_component__$r;
7500
7504
 
7501
7505
  //
7502
- var script$3 = {
7506
+ var script$7 = {
7503
7507
  name: "NsDangerDeleteModal",
7504
7508
  //component added for storybook to work
7505
7509
  components: {
@@ -7582,10 +7586,10 @@ var script$3 = {
7582
7586
  };
7583
7587
 
7584
7588
  /* script */
7585
- const __vue_script__$3 = script$3;
7589
+ const __vue_script__$7 = script$7;
7586
7590
  /* template */
7587
7591
 
7588
- var __vue_render__$9 = function () {
7592
+ var __vue_render__$d = function () {
7589
7593
  var _vm = this;
7590
7594
 
7591
7595
  var _h = _vm.$createElement;
@@ -7646,10 +7650,10 @@ var __vue_render__$9 = function () {
7646
7650
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
7647
7651
  };
7648
7652
 
7649
- var __vue_staticRenderFns__$9 = [];
7653
+ var __vue_staticRenderFns__$d = [];
7650
7654
  /* style */
7651
7655
 
7652
- const __vue_inject_styles__$9 = function (inject) {
7656
+ const __vue_inject_styles__$d = function (inject) {
7653
7657
  if (!inject) return;
7654
7658
  inject("data-v-97f667a6_0", {
7655
7659
  source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
@@ -7660,23 +7664,23 @@ const __vue_inject_styles__$9 = function (inject) {
7660
7664
  /* scoped */
7661
7665
 
7662
7666
 
7663
- const __vue_scope_id__$9 = "data-v-97f667a6";
7667
+ const __vue_scope_id__$d = "data-v-97f667a6";
7664
7668
  /* module identifier */
7665
7669
 
7666
- const __vue_module_identifier__$9 = undefined;
7670
+ const __vue_module_identifier__$d = undefined;
7667
7671
  /* functional template */
7668
7672
 
7669
- const __vue_is_functional_template__$9 = false;
7673
+ const __vue_is_functional_template__$d = false;
7670
7674
  /* style inject SSR */
7671
7675
 
7672
7676
  /* style inject shadow dom */
7673
7677
 
7674
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
7675
- render: __vue_render__$9,
7676
- staticRenderFns: __vue_staticRenderFns__$9
7677
- }, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
7678
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
7679
+ render: __vue_render__$d,
7680
+ staticRenderFns: __vue_staticRenderFns__$d
7681
+ }, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
7678
7682
 
7679
- var __vue_component__$j = __vue_component__$i;
7683
+ var __vue_component__$q = __vue_component__$p;
7680
7684
 
7681
7685
  var IconService = {
7682
7686
  name: "IconService",
@@ -7695,6 +7699,7 @@ var IconService = {
7695
7699
  Reset20,
7696
7700
  Download20,
7697
7701
  Launch20,
7702
+ // open app, open external link
7698
7703
  Upgrade20,
7699
7704
  Settings20,
7700
7705
  ChevronDown20,
@@ -7703,38 +7708,40 @@ var IconService = {
7703
7708
  ChevronRight20,
7704
7709
  Information20,
7705
7710
  Application20,
7706
- // used for apps, module instances and software center
7711
+ // apps, module instances and software center
7707
7712
  Application32,
7708
7713
  Add20,
7709
7714
  Rocket20,
7715
+ // run
7710
7716
  Rocket32,
7711
7717
  Chip20,
7712
- // used for cluster nodes
7718
+ // cluster nodes
7713
7719
  Chip32,
7714
7720
  Save20,
7715
- // used for save buttons and backups
7721
+ // save buttons and backups
7716
7722
  Save32,
7717
7723
  Copy20,
7718
7724
  EdgeNode20,
7719
7725
  EdgeNode32,
7720
7726
  Cube32,
7721
- // used for systemd services
7727
+ // systemd services
7722
7728
  EdgeCluster20,
7723
- // used for cluster
7729
+ // cluster
7724
7730
  EdgeCluster32,
7725
7731
  Connect32,
7726
- // used for join cluster
7732
+ // join cluster
7727
7733
  Connect20,
7728
7734
  Edit20,
7729
7735
  Password20,
7730
7736
  Star20,
7737
+ // favorite apps
7731
7738
  Checkmark20,
7732
7739
  ZoomIn20,
7733
7740
  // used to open details
7734
7741
  Events32,
7735
- // used for domains
7742
+ // domains
7736
7743
  Link20,
7737
- // used for URLs and external domain providers
7744
+ // URLs and external domain providers
7738
7745
  Link32,
7739
7746
  WarningAlt20,
7740
7747
  WarningAlt32,
@@ -7743,7 +7750,7 @@ var IconService = {
7743
7750
  Network_220,
7744
7751
  Network_232,
7745
7752
  DataBase20,
7746
- // used for backup repositories
7753
+ // backup repositories
7747
7754
  DataBase32,
7748
7755
  DataBackup20,
7749
7756
  DataBackup32,
@@ -7754,21 +7761,27 @@ var IconService = {
7754
7761
  Hourglass20,
7755
7762
  Hourglass32,
7756
7763
  CheckmarkFilled16,
7764
+ // success
7757
7765
  CheckmarkFilled20,
7758
7766
  CheckmarkFilled32,
7759
7767
  ErrorFilled16,
7768
+ // error
7760
7769
  ErrorFilled20,
7761
7770
  ErrorFilled32,
7762
7771
  Warning16,
7772
+ // warning
7763
7773
  Warning20,
7764
- Warning32
7774
+ Warning32,
7775
+ Power20,
7776
+ // enable, disable
7777
+ Power32
7765
7778
  };
7766
7779
  }
7767
7780
 
7768
7781
  };
7769
7782
 
7770
7783
  //
7771
- var script$2 = {
7784
+ var script$6 = {
7772
7785
  name: "NsDropdownAction",
7773
7786
  extends: CvOverflowMenu,
7774
7787
  components: {
@@ -7800,10 +7813,10 @@ var script$2 = {
7800
7813
  };
7801
7814
 
7802
7815
  /* script */
7803
- const __vue_script__$2 = script$2;
7816
+ const __vue_script__$6 = script$6;
7804
7817
  /* template */
7805
7818
 
7806
- var __vue_render__$8 = function () {
7819
+ var __vue_render__$c = function () {
7807
7820
  var _obj, _obj$1;
7808
7821
 
7809
7822
  var _vm = this;
@@ -7903,34 +7916,34 @@ var __vue_render__$8 = function () {
7903
7916
  })])]);
7904
7917
  };
7905
7918
 
7906
- var __vue_staticRenderFns__$8 = [];
7919
+ var __vue_staticRenderFns__$c = [];
7907
7920
  /* style */
7908
7921
 
7909
- const __vue_inject_styles__$8 = undefined;
7922
+ const __vue_inject_styles__$c = undefined;
7910
7923
  /* scoped */
7911
7924
 
7912
- const __vue_scope_id__$8 = "data-v-31925b9d";
7925
+ const __vue_scope_id__$c = "data-v-31925b9d";
7913
7926
  /* module identifier */
7914
7927
 
7915
- const __vue_module_identifier__$8 = undefined;
7928
+ const __vue_module_identifier__$c = undefined;
7916
7929
  /* functional template */
7917
7930
 
7918
- const __vue_is_functional_template__$8 = false;
7931
+ const __vue_is_functional_template__$c = false;
7919
7932
  /* style inject */
7920
7933
 
7921
7934
  /* style inject SSR */
7922
7935
 
7923
7936
  /* style inject shadow dom */
7924
7937
 
7925
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
7926
- render: __vue_render__$8,
7927
- staticRenderFns: __vue_staticRenderFns__$8
7928
- }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
7938
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
7939
+ render: __vue_render__$c,
7940
+ staticRenderFns: __vue_staticRenderFns__$c
7941
+ }, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
7929
7942
 
7930
- var __vue_component__$h = __vue_component__$g;
7943
+ var __vue_component__$o = __vue_component__$n;
7931
7944
 
7932
7945
  //
7933
- var script$1 = {
7946
+ var script$5 = {
7934
7947
  name: "NsTextInput",
7935
7948
  extends: CvTextInput,
7936
7949
  components: {
@@ -7984,10 +7997,10 @@ var script$1 = {
7984
7997
  };
7985
7998
 
7986
7999
  /* script */
7987
- const __vue_script__$1 = script$1;
8000
+ const __vue_script__$5 = script$5;
7988
8001
  /* template */
7989
8002
 
7990
- var __vue_render__$7 = function () {
8003
+ var __vue_render__$b = function () {
7991
8004
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
7992
8005
 
7993
8006
  var _vm = this;
@@ -8065,10 +8078,10 @@ var __vue_render__$7 = function () {
8065
8078
  })], 2) : _vm._e()]);
8066
8079
  };
8067
8080
 
8068
- var __vue_staticRenderFns__$7 = [];
8081
+ var __vue_staticRenderFns__$b = [];
8069
8082
  /* style */
8070
8083
 
8071
- const __vue_inject_styles__$7 = function (inject) {
8084
+ const __vue_inject_styles__$b = function (inject) {
8072
8085
  if (!inject) return;
8073
8086
  inject("data-v-1a7ed132_0", {
8074
8087
  source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
@@ -8083,28 +8096,157 @@ const __vue_inject_styles__$7 = function (inject) {
8083
8096
  /* scoped */
8084
8097
 
8085
8098
 
8086
- const __vue_scope_id__$7 = "data-v-1a7ed132";
8099
+ const __vue_scope_id__$b = "data-v-1a7ed132";
8087
8100
  /* module identifier */
8088
8101
 
8089
- const __vue_module_identifier__$7 = undefined;
8102
+ const __vue_module_identifier__$b = undefined;
8090
8103
  /* functional template */
8091
8104
 
8092
- const __vue_is_functional_template__$7 = false;
8105
+ const __vue_is_functional_template__$b = false;
8093
8106
  /* style inject SSR */
8094
8107
 
8095
8108
  /* style inject shadow dom */
8096
8109
 
8097
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
8098
- render: __vue_render__$7,
8099
- staticRenderFns: __vue_staticRenderFns__$7
8100
- }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
8110
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
8111
+ render: __vue_render__$b,
8112
+ staticRenderFns: __vue_staticRenderFns__$b
8113
+ }, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
8101
8114
 
8102
- var __vue_component__$f = __vue_component__$e;
8115
+ var __vue_component__$m = __vue_component__$l;
8103
8116
 
8104
8117
  //
8105
- var script = {
8118
+ var script$4 = {
8119
+ name: "NsBackupCardDetails",
8120
+ mixins: [DateTimeService],
8121
+ props: {
8122
+ backup: {
8123
+ type: Object,
8124
+ required: true
8125
+ },
8126
+ status: {
8127
+ type: Array,
8128
+ required: true
8129
+ },
8130
+ repositoryLabel: {
8131
+ type: String,
8132
+ default: "Repository"
8133
+ },
8134
+ completedLabel: {
8135
+ type: String,
8136
+ required: true
8137
+ },
8138
+ durationLabel: {
8139
+ type: String,
8140
+ required: true
8141
+ },
8142
+ totalSizeLabel: {
8143
+ type: String,
8144
+ required: true
8145
+ },
8146
+ totalFileCountLabel: {
8147
+ type: String,
8148
+ required: true
8149
+ }
8150
+ }
8151
+ };
8152
+
8153
+ /* script */
8154
+ const __vue_script__$4 = script$4;
8155
+ /* template */
8156
+
8157
+ var __vue_render__$a = function () {
8158
+ var _vm = this;
8159
+
8160
+ var _h = _vm.$createElement;
8161
+
8162
+ var _c = _vm._self._c || _h;
8163
+
8164
+ return _c('div', {
8165
+ staticClass: "ns-backup-card-details"
8166
+ }, [_c('div', {
8167
+ staticClass: "tr"
8168
+ }, [_c('div', {
8169
+ staticClass: "td label"
8170
+ }, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
8171
+ staticClass: "td"
8172
+ }, [_vm._v("\n " + _vm._s(_vm.backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
8173
+ staticClass: "tr"
8174
+ }, [_c('div', {
8175
+ staticClass: "td label"
8176
+ }, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
8177
+ staticClass: "td"
8178
+ }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].end ? _c('span', [_c('cv-interactive-tooltip', {
8179
+ staticClass: "info tooltip-with-text-trigger",
8180
+ attrs: {
8181
+ "alignment": "center",
8182
+ "direction": "bottom"
8183
+ }
8184
+ }, [_c('template', {
8185
+ slot: "trigger"
8186
+ }, [_vm._v("\n " + _vm._s(_vm.formatDateDistance(_vm.status[_vm.backup.id].end * 1000, new Date(), {
8187
+ addSuffix: true
8188
+ })) + "\n ")]), _vm._v(" "), _c('template', {
8189
+ slot: "content"
8190
+ }, [_vm._v("\n " + _vm._s(_vm._f("date")(_vm.status[_vm.backup.id].end * 1000, "yyyy-MM-dd HH:mm:ss")) + "\n ")])], 2)], 1) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8191
+ staticClass: "tr"
8192
+ }, [_c('div', {
8193
+ staticClass: "td label"
8194
+ }, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
8195
+ staticClass: "td"
8196
+ }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].end && _vm.status[_vm.backup.id].start ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("secondsFormat")(_vm.status[_vm.backup.id].end - _vm.status[_vm.backup.id].start)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8197
+ staticClass: "tr"
8198
+ }, [_c('div', {
8199
+ staticClass: "td label"
8200
+ }, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
8201
+ staticClass: "td"
8202
+ }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_size ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("byteFormat")(_vm.status[_vm.backup.id].total_size)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8203
+ staticClass: "tr"
8204
+ }, [_c('div', {
8205
+ staticClass: "td label"
8206
+ }, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
8207
+ staticClass: "td"
8208
+ }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[_vm.backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[_vm.backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])]);
8209
+ };
8210
+
8211
+ var __vue_staticRenderFns__$a = [];
8212
+ /* style */
8213
+
8214
+ const __vue_inject_styles__$a = function (inject) {
8215
+ if (!inject) return;
8216
+ inject("data-v-61bac27a_0", {
8217
+ source: ".ns-backup-card-details[data-v-61bac27a]{display:contents}.tr[data-v-61bac27a]{display:table-row}.td[data-v-61bac27a]{display:table-cell}.label[data-v-61bac27a]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
8218
+ map: undefined,
8219
+ media: undefined
8220
+ });
8221
+ };
8222
+ /* scoped */
8223
+
8224
+
8225
+ const __vue_scope_id__$a = "data-v-61bac27a";
8226
+ /* module identifier */
8227
+
8228
+ const __vue_module_identifier__$a = undefined;
8229
+ /* functional template */
8230
+
8231
+ const __vue_is_functional_template__$a = false;
8232
+ /* style inject SSR */
8233
+
8234
+ /* style inject shadow dom */
8235
+
8236
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
8237
+ render: __vue_render__$a,
8238
+ staticRenderFns: __vue_staticRenderFns__$a
8239
+ }, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
8240
+
8241
+ var NsBackupCardDetails = __vue_component__$k;
8242
+
8243
+ //
8244
+ var script$3 = {
8106
8245
  name: "NsBackupCard",
8107
- mixins: [IconService],
8246
+ components: {
8247
+ NsBackupCardDetails
8248
+ },
8249
+ mixins: [IconService, UtilService],
8108
8250
  props: {
8109
8251
  title: {
8110
8252
  type: String,
@@ -8162,6 +8304,10 @@ var script = {
8162
8304
  type: String,
8163
8305
  default: "Disabled"
8164
8306
  },
8307
+ showMoreLabel: {
8308
+ type: String,
8309
+ default: "Show more"
8310
+ },
8165
8311
  moduleId: {
8166
8312
  type: String,
8167
8313
  required: true
@@ -8231,7 +8377,7 @@ var script = {
8231
8377
  },
8232
8378
 
8233
8379
  goToBackup() {
8234
- if (this.coreContext) {
8380
+ if (this.coreContext && this.coreContext.$router) {
8235
8381
  this.coreContext.$router.push("/backup");
8236
8382
  }
8237
8383
  }
@@ -8240,10 +8386,10 @@ var script = {
8240
8386
  };
8241
8387
 
8242
8388
  /* script */
8243
- const __vue_script__ = script;
8389
+ const __vue_script__$3 = script$3;
8244
8390
  /* template */
8245
8391
 
8246
- var __vue_render__$6 = function () {
8392
+ var __vue_render__$9 = function () {
8247
8393
  var _vm = this;
8248
8394
 
8249
8395
  var _h = _vm.$createElement;
@@ -8286,14 +8432,17 @@ var __vue_render__$6 = function () {
8286
8432
  on: {
8287
8433
  "action": _vm.goToBackup
8288
8434
  }
8289
- })], 1)] : _vm._l(_vm.backupsContainingInstance, function (backup) {
8435
+ })], 1)] : [_c('div', {
8436
+ staticClass: "backups"
8437
+ }, _vm._l(_vm.backupsContainingInstance, function (backup) {
8290
8438
  return _c('div', {
8291
- key: backup.id
8439
+ key: backup.id,
8440
+ staticClass: "backup"
8292
8441
  }, [_c('div', {
8293
8442
  staticClass: "row"
8294
8443
  }, [_vm.backupsContainingInstance.length > 1 ? _c('h5', {
8295
8444
  staticClass: "title mg-top-sm"
8296
- }, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
8445
+ }, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
8297
8446
  staticClass: "table-wrapper"
8298
8447
  }, [_c('div', {
8299
8448
  staticClass: "table"
@@ -8305,44 +8454,49 @@ var __vue_render__$6 = function () {
8305
8454
  staticClass: "td status"
8306
8455
  }, [!backup.enabled ? _c('span', {
8307
8456
  staticClass: "ns-warning"
8308
- }, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
8457
+ }, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
8309
8458
  staticClass: "ns-success"
8310
8459
  }, [_c('span', [_vm._v(_vm._s(_vm.statusSuccessLabel))])]) : _vm.status[backup.id] && _vm.status[backup.id].success == false ? _c('span', {
8311
8460
  staticClass: "ns-error"
8312
- }, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
8461
+ }, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
8313
8462
  staticClass: "ns-warning"
8314
- }, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _c('div', {
8315
- staticClass: "tr"
8316
- }, [_c('div', {
8317
- staticClass: "td label"
8318
- }, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
8319
- staticClass: "td"
8320
- }, [_vm._v("\n " + _vm._s(backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
8321
- staticClass: "tr"
8322
- }, [_c('div', {
8323
- staticClass: "td label"
8324
- }, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
8325
- staticClass: "td"
8326
- }, [_vm.status[backup.id] && _vm.status[backup.id].end ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("date")(_vm.status[backup.id].end * 1000, "yyyy-MM-dd HH:mm:ss")) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8327
- staticClass: "tr"
8328
- }, [_c('div', {
8329
- staticClass: "td label"
8330
- }, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
8331
- staticClass: "td"
8332
- }, [_vm.status[backup.id] && _vm.status[backup.id].end && _vm.status[backup.id].start ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("secondsFormat")(_vm.status[backup.id].end - _vm.status[backup.id].start)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8333
- staticClass: "tr"
8334
- }, [_c('div', {
8335
- staticClass: "td label"
8336
- }, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
8337
- staticClass: "td"
8338
- }, [_vm.status[backup.id] && _vm.status[backup.id].total_size ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("byteFormat")(_vm.status[backup.id].total_size)) + "\n ")]) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8339
- staticClass: "tr"
8463
+ }, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _vm.backupsContainingInstance.length == 1 ? _c('NsBackupCardDetails', {
8464
+ attrs: {
8465
+ "backup": backup,
8466
+ "status": _vm.status,
8467
+ "repositoryLabel": _vm.repositoryLabel,
8468
+ "completedLabel": _vm.completedLabel,
8469
+ "durationLabel": _vm.durationLabel,
8470
+ "totalSizeLabel": _vm.totalSizeLabel,
8471
+ "totalFileCountLabel": _vm.totalFileCountLabel
8472
+ }
8473
+ }) : _vm._e()], 1)]), _vm._v(" "), _c('div', {
8474
+ staticClass: "table-wrapper"
8340
8475
  }, [_c('div', {
8341
- staticClass: "td label"
8342
- }, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
8343
- staticClass: "td"
8344
- }, [_vm.status[backup.id] && _vm.status[backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm._f("humanFormat")(_vm.status[backup.id].total_file_count)) + "\n (" + _vm._s(_vm.status[backup.id].total_file_count) + ")\n ")]) : _c('span', [_vm._v("-")])])])])])]);
8345
- }), _vm._v(" "), _c('div', [_c('div', {
8476
+ staticClass: "table"
8477
+ }, [_vm.backupsContainingInstance.length > 1 ? _c('cv-accordion', {
8478
+ ref: "accordion",
8479
+ refInFor: true
8480
+ }, [_c('cv-accordion-item', {
8481
+ attrs: {
8482
+ "open": _vm.toggleAccordion[0]
8483
+ }
8484
+ }, [_c('template', {
8485
+ slot: "title"
8486
+ }, [_vm._v(_vm._s(_vm.showMoreLabel))]), _vm._v(" "), _c('template', {
8487
+ slot: "content"
8488
+ }, [_c('NsBackupCardDetails', {
8489
+ attrs: {
8490
+ "backup": backup,
8491
+ "status": _vm.status,
8492
+ "repositoryLabel": _vm.repositoryLabel,
8493
+ "completedLabel": _vm.completedLabel,
8494
+ "durationLabel": _vm.durationLabel,
8495
+ "totalSizeLabel": _vm.totalSizeLabel,
8496
+ "totalFileCountLabel": _vm.totalFileCountLabel
8497
+ }
8498
+ })], 1)], 2)], 1) : _vm._e()], 1)])]);
8499
+ }), 0)], _vm._v(" "), _c('div', [_c('div', {
8346
8500
  staticClass: "row mg-top-sm"
8347
8501
  }, [_c('NsButton', {
8348
8502
  attrs: {
@@ -8356,13 +8510,17 @@ var __vue_render__$6 = function () {
8356
8510
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
8357
8511
  };
8358
8512
 
8359
- var __vue_staticRenderFns__$6 = [];
8513
+ var __vue_staticRenderFns__$9 = [];
8360
8514
  /* style */
8361
8515
 
8362
- const __vue_inject_styles__$6 = function (inject) {
8516
+ const __vue_inject_styles__$9 = function (inject) {
8363
8517
  if (!inject) return;
8364
- inject("data-v-121f4f43_0", {
8365
- source: ".ns-backup-card[data-v-121f4f43]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-121f4f43]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-121f4f43]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-121f4f43]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-121f4f43]{display:table}.tr[data-v-121f4f43]{display:table-row}.td[data-v-121f4f43]{display:table-cell}.label[data-v-121f4f43]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-121f4f43]{font-weight:700}.backup-status-icon[data-v-121f4f43]{margin-right:.25rem}",
8518
+ inject("data-v-09385b80_0", {
8519
+ source: ".ns-backup-card[data-v-09385b80]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-09385b80]{margin-bottom:1rem}.backup[data-v-09385b80]:last-child{margin-bottom:0}.row[data-v-09385b80]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-09385b80]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-09385b80]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-09385b80]{display:table}.tr[data-v-09385b80]{display:table-row}.td[data-v-09385b80]{display:table-cell}.label[data-v-09385b80]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-09385b80]{font-weight:700}.backup-status-icon[data-v-09385b80]{margin-right:.25rem}",
8520
+ map: undefined,
8521
+ media: undefined
8522
+ }), inject("data-v-09385b80_1", {
8523
+ source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
8366
8524
  map: undefined,
8367
8525
  media: undefined
8368
8526
  });
@@ -8370,13 +8528,352 @@ const __vue_inject_styles__$6 = function (inject) {
8370
8528
  /* scoped */
8371
8529
 
8372
8530
 
8373
- const __vue_scope_id__$6 = "data-v-121f4f43";
8531
+ const __vue_scope_id__$9 = "data-v-09385b80";
8532
+ /* module identifier */
8533
+
8534
+ const __vue_module_identifier__$9 = undefined;
8535
+ /* functional template */
8536
+
8537
+ const __vue_is_functional_template__$9 = false;
8538
+ /* style inject SSR */
8539
+
8540
+ /* style inject shadow dom */
8541
+
8542
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
8543
+ render: __vue_render__$9,
8544
+ staticRenderFns: __vue_staticRenderFns__$9
8545
+ }, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
8546
+
8547
+ var __vue_component__$j = __vue_component__$i;
8548
+
8549
+ //
8550
+ var script$2 = {
8551
+ name: "NsWizard",
8552
+ extends: CvModal,
8553
+ mixins: [IconService],
8554
+ props: {
8555
+ cancelLabel: {
8556
+ type: String,
8557
+ default: "Cancel"
8558
+ },
8559
+ previousLabel: {
8560
+ type: String,
8561
+ default: "Previous"
8562
+ },
8563
+ nextLabel: {
8564
+ type: String,
8565
+ default: "Next"
8566
+ },
8567
+ isPreviousDisabled: Boolean,
8568
+ isNextDisabled: Boolean,
8569
+ isNextLoading: Boolean,
8570
+ closeAriaLabel: {
8571
+ type: String,
8572
+ default: "Close modal"
8573
+ },
8574
+ autoHideOff: Boolean,
8575
+ visible: Boolean,
8576
+ size: String
8577
+ }
8578
+ };
8579
+
8580
+ /* script */
8581
+ const __vue_script__$2 = script$2;
8582
+ /* template */
8583
+
8584
+ var __vue_render__$8 = function () {
8585
+ var _obj, _obj$1;
8586
+
8587
+ var _vm = this;
8588
+
8589
+ var _h = _vm.$createElement;
8590
+
8591
+ var _c = _vm._self._c || _h;
8592
+
8593
+ return _c('div', {
8594
+ class: ["cv-modal " + _vm.carbonPrefix + "--modal", "wizard-modal", {
8595
+ 'is-visible': _vm.dataVisible
8596
+ }],
8597
+ attrs: {
8598
+ "data-modal": "",
8599
+ "id": _vm.uid,
8600
+ "tabindex": "-1"
8601
+ },
8602
+ on: {
8603
+ "keydown": function ($event) {
8604
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
8605
+ return null;
8606
+ }
8607
+
8608
+ $event.preventDefault();
8609
+ return _vm.onEsc.apply(null, arguments);
8610
+ },
8611
+ "click": function ($event) {
8612
+ if ($event.target !== $event.currentTarget) {
8613
+ return null;
8614
+ }
8615
+
8616
+ return _vm.onExternalClick.apply(null, arguments);
8617
+ }
8618
+ }
8619
+ }, [_c('div', _vm._b({
8620
+ ref: "modalDialog",
8621
+ class: [_vm.carbonPrefix + "--modal-container", (_obj = {}, _obj[_vm.carbonPrefix + "--modal-container--" + _vm.internalSize] = _vm.internalSize, _obj)]
8622
+ }, 'div', _vm.dialogAttrs, false), [_c('div', {
8623
+ ref: "beforeContent",
8624
+ staticClass: "cv-modal__before-content",
8625
+ staticStyle: {
8626
+ "position": "absolute",
8627
+ "height": "1px",
8628
+ "width": "1px",
8629
+ "left": "-9999px"
8630
+ },
8631
+ attrs: {
8632
+ "tabindex": "0"
8633
+ },
8634
+ on: {
8635
+ "focus": _vm.focusBeforeContent
8636
+ }
8637
+ }), _vm._v(" "), _c('div', {
8638
+ class: _vm.carbonPrefix + "--modal-header"
8639
+ }, [_c('p', {
8640
+ class: _vm.carbonPrefix + "--modal-header__label"
8641
+ }, [_vm._t("label")], 2), _vm._v(" "), _c('p', {
8642
+ class: _vm.carbonPrefix + "--modal-header__heading"
8643
+ }, [_vm._t("title", function () {
8644
+ return [_vm._v("Modal Title")];
8645
+ })], 2), _vm._v(" "), _c('button', {
8646
+ ref: "close",
8647
+ class: _vm.carbonPrefix + "--modal-close",
8648
+ attrs: {
8649
+ "type": "button",
8650
+ "aria-label": _vm.closeAriaLabel
8651
+ },
8652
+ on: {
8653
+ "click": _vm.onClose
8654
+ }
8655
+ }, [_c('Close16', {
8656
+ class: _vm.carbonPrefix + "--modal-close__icon"
8657
+ })], 1)]), _vm._v(" "), _c('div', {
8658
+ ref: "content",
8659
+ class: [_vm.carbonPrefix + "--modal-content", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--modal-content--with-form"] = _vm.hasFormContent, _obj$1)],
8660
+ attrs: {
8661
+ "tabindex": _vm.scrollable ? 0 : undefined
8662
+ }
8663
+ }, [_vm._t("content")], 2), _vm._v(" "), _c('cv-button-set', {
8664
+ class: [_vm.carbonPrefix + "--modal-footer", _vm.carbonPrefix + "--modal-footer--three-button"]
8665
+ }, [_c('NsButton', {
8666
+ staticClass: "wizard-button",
8667
+ attrs: {
8668
+ "kind": "secondary",
8669
+ "icon": _vm.Close20,
8670
+ "type": "button"
8671
+ },
8672
+ on: {
8673
+ "click": function ($event) {
8674
+ return _vm.$emit('cancel');
8675
+ }
8676
+ }
8677
+ }, [_vm._v(_vm._s(_vm.cancelLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8678
+ staticClass: "wizard-button",
8679
+ attrs: {
8680
+ "kind": "secondary",
8681
+ "icon": _vm.ChevronLeft20,
8682
+ "disabled": _vm.isPreviousDisabled,
8683
+ "type": "button"
8684
+ },
8685
+ on: {
8686
+ "click": function ($event) {
8687
+ return _vm.$emit('previousStep');
8688
+ }
8689
+ }
8690
+ }, [_vm._v(_vm._s(_vm.previousLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8691
+ ref: "wizardNext",
8692
+ staticClass: "wizard-button",
8693
+ attrs: {
8694
+ "kind": "primary",
8695
+ "icon": _vm.ChevronRight20,
8696
+ "disabled": _vm.isNextDisabled,
8697
+ "loading": _vm.isNextLoading,
8698
+ "type": "submit"
8699
+ },
8700
+ on: {
8701
+ "click": function ($event) {
8702
+ return _vm.$emit('nextStep');
8703
+ }
8704
+ }
8705
+ }, [_vm._v(_vm._s(_vm.nextLabel) + "\n ")])], 1), _vm._v(" "), _c('div', {
8706
+ ref: "afterContent",
8707
+ staticClass: "cv-modal__after-content",
8708
+ staticStyle: {
8709
+ "position": "absolute",
8710
+ "height": "1px",
8711
+ "width": "1px",
8712
+ "left": "-9999px"
8713
+ },
8714
+ attrs: {
8715
+ "tabindex": "0"
8716
+ },
8717
+ on: {
8718
+ "focus": _vm.focusAfterContent
8719
+ }
8720
+ })], 1)]);
8721
+ };
8722
+
8723
+ var __vue_staticRenderFns__$8 = [];
8724
+ /* style */
8725
+
8726
+ const __vue_inject_styles__$8 = undefined;
8727
+ /* scoped */
8728
+
8729
+ const __vue_scope_id__$8 = undefined;
8730
+ /* module identifier */
8731
+
8732
+ const __vue_module_identifier__$8 = undefined;
8733
+ /* functional template */
8734
+
8735
+ const __vue_is_functional_template__$8 = false;
8736
+ /* style inject */
8737
+
8738
+ /* style inject SSR */
8739
+
8740
+ /* style inject shadow dom */
8741
+
8742
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
8743
+ render: __vue_render__$8,
8744
+ staticRenderFns: __vue_staticRenderFns__$8
8745
+ }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
8746
+
8747
+ var __vue_component__$h = __vue_component__$g;
8748
+
8749
+ //
8750
+ var script$1 = {
8751
+ name: "NsMenuItem",
8752
+ components: {
8753
+ Edit20,
8754
+ TrashCan20,
8755
+ Power20,
8756
+ Rocket20,
8757
+ Launch20,
8758
+ Star20
8759
+ },
8760
+ props: {
8761
+ label: {
8762
+ type: String,
8763
+ required: true
8764
+ },
8765
+ icon: {
8766
+ type: String,
8767
+ validator: value => ["", "edit", "trash", "power", "rocket", "launch", "star"].includes(value)
8768
+ }
8769
+ },
8770
+ computed: {
8771
+ hasIconSlot() {
8772
+ return !!this.$slots.icon;
8773
+ }
8774
+
8775
+ }
8776
+ };
8777
+
8778
+ /* script */
8779
+ const __vue_script__$1 = script$1;
8780
+ /* template */
8781
+
8782
+ var __vue_render__$7 = function () {
8783
+ var _vm = this;
8784
+
8785
+ var _h = _vm.$createElement;
8786
+
8787
+ var _c = _vm._self._c || _h;
8788
+
8789
+ return _c('div', {
8790
+ staticClass: "ns-menu-item"
8791
+ }, [_vm.icon == 'edit' ? _c('span', {
8792
+ staticClass: "icon"
8793
+ }, [_c('Edit20')], 1) : _vm.icon == 'trash' ? _c('span', {
8794
+ staticClass: "icon"
8795
+ }, [_c('TrashCan20')], 1) : _vm.icon == 'power' ? _c('span', {
8796
+ staticClass: "icon"
8797
+ }, [_c('Power20')], 1) : _vm.icon == 'rocket' ? _c('span', {
8798
+ staticClass: "icon"
8799
+ }, [_c('Rocket20')], 1) : _vm.icon == 'launch' ? _c('span', {
8800
+ staticClass: "icon"
8801
+ }, [_c('Launch20')], 1) : _vm.icon == 'star' ? _c('span', {
8802
+ staticClass: "icon"
8803
+ }, [_c('Star20')], 1) : _vm.hasIconSlot ? _c('span', {
8804
+ staticClass: "icon"
8805
+ }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
8806
+ };
8807
+
8808
+ var __vue_staticRenderFns__$7 = [];
8809
+ /* style */
8810
+
8811
+ const __vue_inject_styles__$7 = function (inject) {
8812
+ if (!inject) return;
8813
+ inject("data-v-6f0a7acc_0", {
8814
+ source: ".ns-menu-item[data-v-6f0a7acc]{display:flex;align-items:center}.icon[data-v-6f0a7acc]{margin-right:.5rem}",
8815
+ map: undefined,
8816
+ media: undefined
8817
+ });
8818
+ };
8819
+ /* scoped */
8820
+
8821
+
8822
+ const __vue_scope_id__$7 = "data-v-6f0a7acc";
8823
+ /* module identifier */
8824
+
8825
+ const __vue_module_identifier__$7 = undefined;
8826
+ /* functional template */
8827
+
8828
+ const __vue_is_functional_template__$7 = false;
8829
+ /* style inject SSR */
8830
+
8831
+ /* style inject shadow dom */
8832
+
8833
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
8834
+ render: __vue_render__$7,
8835
+ staticRenderFns: __vue_staticRenderFns__$7
8836
+ }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
8837
+
8838
+ var __vue_component__$f = __vue_component__$e;
8839
+
8840
+ //
8841
+ var script = {
8842
+ name: "NsMenuDivider",
8843
+ components: {
8844
+ CvSideNavDivider
8845
+ }
8846
+ };
8847
+
8848
+ /* script */
8849
+ const __vue_script__ = script;
8850
+ /* template */
8851
+
8852
+ var __vue_render__$6 = function () {
8853
+ var _vm = this;
8854
+
8855
+ var _h = _vm.$createElement;
8856
+
8857
+ var _c = _vm._self._c || _h;
8858
+
8859
+ return _c('cv-side-nav-divider');
8860
+ };
8861
+
8862
+ var __vue_staticRenderFns__$6 = [];
8863
+ /* style */
8864
+
8865
+ const __vue_inject_styles__$6 = undefined;
8866
+ /* scoped */
8867
+
8868
+ const __vue_scope_id__$6 = "data-v-c2c8c17e";
8374
8869
  /* module identifier */
8375
8870
 
8376
8871
  const __vue_module_identifier__$6 = undefined;
8377
8872
  /* functional template */
8378
8873
 
8379
8874
  const __vue_is_functional_template__$6 = false;
8875
+ /* style inject */
8876
+
8380
8877
  /* style inject SSR */
8381
8878
 
8382
8879
  /* style inject shadow dom */
@@ -8384,7 +8881,7 @@ const __vue_is_functional_template__$6 = false;
8384
8881
  const __vue_component__$c = /*#__PURE__*/normalizeComponent({
8385
8882
  render: __vue_render__$6,
8386
8883
  staticRenderFns: __vue_staticRenderFns__$6
8387
- }, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
8884
+ }, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
8388
8885
 
8389
8886
  var __vue_component__$d = __vue_component__$c;
8390
8887
 
@@ -16214,28 +16711,31 @@ var filters = {
16214
16711
 
16215
16712
  var components = /*#__PURE__*/Object.freeze({
16216
16713
  __proto__: null,
16217
- NsButton: __vue_component__$O,
16218
- NsEmptyState: __vue_component__$J,
16714
+ NsButton: __vue_component__$V,
16715
+ NsEmptyState: __vue_component__$Q,
16219
16716
  NsPictogram: NsPictogram,
16220
- NsCodeSnippet: __vue_component__$H,
16717
+ NsCodeSnippet: __vue_component__$O,
16221
16718
  NsInlineNotification: NsInlineNotification,
16222
16719
  NsProgressBar: NsProgressBar,
16223
16720
  NsSvg: NsSvg,
16224
- NsTile: __vue_component__$B,
16225
- NsToastNotification: __vue_component__$z,
16226
- NsInfoCard: __vue_component__$x,
16227
- NsStatusCard: __vue_component__$v,
16228
- NsSystemdServiceCard: __vue_component__$t,
16229
- NsPasswordInput: __vue_component__$r,
16230
- NsIconMenu: __vue_component__$p,
16231
- NsMeterChart: __vue_component__$n,
16232
- NsPieChart: __vue_component__$l,
16721
+ NsTile: __vue_component__$I,
16722
+ NsToastNotification: __vue_component__$G,
16723
+ NsInfoCard: __vue_component__$E,
16724
+ NsStatusCard: __vue_component__$C,
16725
+ NsSystemdServiceCard: __vue_component__$A,
16726
+ NsPasswordInput: __vue_component__$y,
16727
+ NsIconMenu: __vue_component__$w,
16728
+ NsMeterChart: __vue_component__$u,
16729
+ NsPieChart: __vue_component__$s,
16233
16730
  NsLottieAnimation: NsLottieAnimation,
16234
- NsDangerDeleteModal: __vue_component__$j,
16731
+ NsDangerDeleteModal: __vue_component__$q,
16235
16732
  NsCircleTimer: NsCircleTimer,
16236
- NsDropdownAction: __vue_component__$h,
16237
- NsTextInput: __vue_component__$f,
16238
- NsBackupCard: __vue_component__$d,
16733
+ NsDropdownAction: __vue_component__$o,
16734
+ NsTextInput: __vue_component__$m,
16735
+ NsBackupCard: __vue_component__$j,
16736
+ NsWizard: __vue_component__$h,
16737
+ NsMenuItem: __vue_component__$f,
16738
+ NsMenuDivider: __vue_component__$d,
16239
16739
  ExclamationMark: ExclamationMark,
16240
16740
  Gear: __vue_component__$b,
16241
16741
  Love: __vue_component__$9,
@@ -16263,4 +16763,4 @@ const install = function installNs8UiLib(Vue) {
16263
16763
  });
16264
16764
  }; // Create module definition for Vue.use()
16265
16765
 
16266
- export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$d as NsBackupCard, __vue_component__$O as NsButton, NsCircleTimer, __vue_component__$H as NsCodeSnippet, __vue_component__$j as NsDangerDeleteModal, __vue_component__$h as NsDropdownAction, __vue_component__$J as NsEmptyState, __vue_component__$p as NsIconMenu, __vue_component__$x as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$n as NsMeterChart, __vue_component__$r as NsPasswordInput, NsPictogram, __vue_component__$l as NsPieChart, NsProgressBar, __vue_component__$v as NsStatusCard, NsSvg, __vue_component__$t as NsSystemdServiceCard, __vue_component__$f as NsTextInput, __vue_component__$B as NsTile, __vue_component__$z as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
16766
+ export { __vue_component__$5 as Bulldozer, dataTable as DataTableService, DateTimeService, ExclamationMark, filters as Filters, __vue_component__$b as Gear, __vue_component__$3 as Group, __vue_component__$1 as HardDrive, IconService, lottie as LottieService, __vue_component__$9 as Love, __vue_component__$j as NsBackupCard, __vue_component__$V as NsButton, NsCircleTimer, __vue_component__$O as NsCodeSnippet, __vue_component__$q as NsDangerDeleteModal, __vue_component__$o as NsDropdownAction, __vue_component__$Q as NsEmptyState, __vue_component__$w as NsIconMenu, __vue_component__$E as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$d as NsMenuDivider, __vue_component__$f as NsMenuItem, __vue_component__$u as NsMeterChart, __vue_component__$y as NsPasswordInput, NsPictogram, __vue_component__$s as NsPieChart, NsProgressBar, __vue_component__$C as NsStatusCard, NsSvg, __vue_component__$A as NsSystemdServiceCard, __vue_component__$m as NsTextInput, __vue_component__$I as NsTile, __vue_component__$G as NsToastNotification, __vue_component__$h as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };