@nethserver/ns8-ui-lib 0.0.41 → 0.0.45

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,10 +73,11 @@ 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 { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
76
77
  import InformationFilled16 from '@carbon/icons-vue/es/information--filled/16';
77
78
 
78
79
  //
79
- var script$j = {
80
+ var script$m = {
80
81
  name: "NsButton",
81
82
  extends: CvButton,
82
83
  props: {
@@ -239,10 +240,10 @@ function addStyle(id, css) {
239
240
  }
240
241
 
241
242
  /* script */
242
- const __vue_script__$j = script$j;
243
+ const __vue_script__$m = script$m;
243
244
  /* template */
244
245
 
245
- var __vue_render__$p = function () {
246
+ var __vue_render__$s = function () {
246
247
  var _vm = this;
247
248
 
248
249
  var _h = _vm.$createElement;
@@ -265,10 +266,10 @@ var __vue_render__$p = function () {
265
266
  }) : _vm._e()], 2);
266
267
  };
267
268
 
268
- var __vue_staticRenderFns__$p = [];
269
+ var __vue_staticRenderFns__$s = [];
269
270
  /* style */
270
271
 
271
- const __vue_inject_styles__$q = function (inject) {
272
+ const __vue_inject_styles__$t = function (inject) {
272
273
  if (!inject) return;
273
274
  inject("data-v-025b0f12_0", {
274
275
  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)}}",
@@ -279,23 +280,23 @@ const __vue_inject_styles__$q = function (inject) {
279
280
  /* scoped */
280
281
 
281
282
 
282
- const __vue_scope_id__$q = "data-v-025b0f12";
283
+ const __vue_scope_id__$t = "data-v-025b0f12";
283
284
  /* module identifier */
284
285
 
285
- const __vue_module_identifier__$q = undefined;
286
+ const __vue_module_identifier__$t = undefined;
286
287
  /* functional template */
287
288
 
288
- const __vue_is_functional_template__$q = false;
289
+ const __vue_is_functional_template__$t = false;
289
290
  /* style inject SSR */
290
291
 
291
292
  /* style inject shadow dom */
292
293
 
293
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
294
- render: __vue_render__$p,
295
- staticRenderFns: __vue_staticRenderFns__$p
296
- }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
294
+ const __vue_component__$P = /*#__PURE__*/normalizeComponent({
295
+ render: __vue_render__$s,
296
+ staticRenderFns: __vue_staticRenderFns__$s
297
+ }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
297
298
 
298
- var __vue_component__$K = __vue_component__$J;
299
+ var __vue_component__$Q = __vue_component__$P;
299
300
 
300
301
  //
301
302
  //
@@ -313,7 +314,7 @@ var __vue_component__$K = __vue_component__$J;
313
314
  //
314
315
  //
315
316
  //
316
- var script$i = {
317
+ var script$l = {
317
318
  name: "NsPictogram",
318
319
  props: {
319
320
  title: {
@@ -336,10 +337,10 @@ var script$i = {
336
337
  };
337
338
 
338
339
  /* script */
339
- const __vue_script__$i = script$i;
340
+ const __vue_script__$l = script$l;
340
341
  /* template */
341
342
 
342
- var __vue_render__$o = function () {
343
+ var __vue_render__$r = function () {
343
344
  var _vm = this;
344
345
 
345
346
  var _h = _vm.$createElement;
@@ -367,34 +368,34 @@ var __vue_render__$o = function () {
367
368
  }, [_vm._t("default")], 2)]);
368
369
  };
369
370
 
370
- var __vue_staticRenderFns__$o = [];
371
+ var __vue_staticRenderFns__$r = [];
371
372
  /* style */
372
373
 
373
- const __vue_inject_styles__$p = undefined;
374
+ const __vue_inject_styles__$s = undefined;
374
375
  /* scoped */
375
376
 
376
- const __vue_scope_id__$p = undefined;
377
+ const __vue_scope_id__$s = undefined;
377
378
  /* module identifier */
378
379
 
379
- const __vue_module_identifier__$p = undefined;
380
+ const __vue_module_identifier__$s = undefined;
380
381
  /* functional template */
381
382
 
382
- const __vue_is_functional_template__$p = false;
383
+ const __vue_is_functional_template__$s = false;
383
384
  /* style inject */
384
385
 
385
386
  /* style inject SSR */
386
387
 
387
388
  /* style inject shadow dom */
388
389
 
389
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
390
- render: __vue_render__$o,
391
- staticRenderFns: __vue_staticRenderFns__$o
392
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, undefined, undefined, undefined);
390
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
391
+ render: __vue_render__$r,
392
+ staticRenderFns: __vue_staticRenderFns__$r
393
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
393
394
 
394
- var NsPictogram = __vue_component__$I;
395
+ var NsPictogram = __vue_component__$O;
395
396
 
396
397
  //
397
- var script$h = {
398
+ var script$k = {
398
399
  name: "NsLottieAnimation",
399
400
  components: {
400
401
  LottieAnimation
@@ -450,10 +451,10 @@ var script$h = {
450
451
  };
451
452
 
452
453
  /* script */
453
- const __vue_script__$h = script$h;
454
+ const __vue_script__$k = script$k;
454
455
  /* template */
455
456
 
456
- var __vue_render__$n = function () {
457
+ var __vue_render__$q = function () {
457
458
  var _vm = this;
458
459
 
459
460
  var _h = _vm.$createElement;
@@ -480,36 +481,36 @@ var __vue_render__$n = function () {
480
481
  })], 1);
481
482
  };
482
483
 
483
- var __vue_staticRenderFns__$n = [];
484
+ var __vue_staticRenderFns__$q = [];
484
485
  /* style */
485
486
 
486
- const __vue_inject_styles__$o = undefined;
487
+ const __vue_inject_styles__$r = undefined;
487
488
  /* scoped */
488
489
 
489
- const __vue_scope_id__$o = "data-v-14e97a70";
490
+ const __vue_scope_id__$r = "data-v-14e97a70";
490
491
  /* module identifier */
491
492
 
492
- const __vue_module_identifier__$o = undefined;
493
+ const __vue_module_identifier__$r = undefined;
493
494
  /* functional template */
494
495
 
495
- const __vue_is_functional_template__$o = false;
496
+ const __vue_is_functional_template__$r = false;
496
497
  /* style inject */
497
498
 
498
499
  /* style inject SSR */
499
500
 
500
501
  /* style inject shadow dom */
501
502
 
502
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
503
- render: __vue_render__$n,
504
- staticRenderFns: __vue_staticRenderFns__$n
505
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
503
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({
504
+ render: __vue_render__$q,
505
+ staticRenderFns: __vue_staticRenderFns__$q
506
+ }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
506
507
 
507
- var NsLottieAnimation = __vue_component__$H;
508
+ var NsLottieAnimation = __vue_component__$N;
508
509
 
509
510
  /* script */
510
511
 
511
512
  /* template */
512
- var __vue_render__$m = function () {
513
+ var __vue_render__$p = function () {
513
514
  var _vm = this;
514
515
 
515
516
  var _h = _vm.$createElement;
@@ -524,34 +525,34 @@ var __vue_render__$m = function () {
524
525
  });
525
526
  };
526
527
 
527
- var __vue_staticRenderFns__$m = [];
528
+ var __vue_staticRenderFns__$p = [];
528
529
  /* style */
529
530
 
530
- const __vue_inject_styles__$n = undefined;
531
+ const __vue_inject_styles__$q = undefined;
531
532
  /* scoped */
532
533
 
533
- const __vue_scope_id__$n = undefined;
534
+ const __vue_scope_id__$q = undefined;
534
535
  /* module identifier */
535
536
 
536
- const __vue_module_identifier__$n = undefined;
537
+ const __vue_module_identifier__$q = undefined;
537
538
  /* functional template */
538
539
 
539
- const __vue_is_functional_template__$n = false;
540
+ const __vue_is_functional_template__$q = false;
540
541
  /* style inject */
541
542
 
542
543
  /* style inject SSR */
543
544
 
544
545
  /* style inject shadow dom */
545
546
 
546
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
547
- render: __vue_render__$m,
548
- staticRenderFns: __vue_staticRenderFns__$m
549
- }, __vue_inject_styles__$n, {}, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
547
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
548
+ render: __vue_render__$p,
549
+ staticRenderFns: __vue_staticRenderFns__$p
550
+ }, __vue_inject_styles__$q, {}, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
550
551
 
551
- var ExclamationMark = __vue_component__$G;
552
+ var ExclamationMark = __vue_component__$M;
552
553
 
553
554
  //
554
- var script$g = {
555
+ var script$j = {
555
556
  name: "NsEmptyState",
556
557
  components: {
557
558
  NsPictogram,
@@ -583,10 +584,10 @@ var script$g = {
583
584
  };
584
585
 
585
586
  /* script */
586
- const __vue_script__$g = script$g;
587
+ const __vue_script__$j = script$j;
587
588
  /* template */
588
589
 
589
- var __vue_render__$l = function () {
590
+ var __vue_render__$o = function () {
590
591
  var _vm = this;
591
592
 
592
593
  var _h = _vm.$createElement;
@@ -616,10 +617,10 @@ var __vue_render__$l = function () {
616
617
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
617
618
  };
618
619
 
619
- var __vue_staticRenderFns__$l = [];
620
+ var __vue_staticRenderFns__$o = [];
620
621
  /* style */
621
622
 
622
- const __vue_inject_styles__$m = function (inject) {
623
+ const __vue_inject_styles__$p = function (inject) {
623
624
  if (!inject) return;
624
625
  inject("data-v-d5a46c1c_0", {
625
626
  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}",
@@ -630,26 +631,26 @@ const __vue_inject_styles__$m = function (inject) {
630
631
  /* scoped */
631
632
 
632
633
 
633
- const __vue_scope_id__$m = "data-v-d5a46c1c";
634
+ const __vue_scope_id__$p = "data-v-d5a46c1c";
634
635
  /* module identifier */
635
636
 
636
- const __vue_module_identifier__$m = undefined;
637
+ const __vue_module_identifier__$p = undefined;
637
638
  /* functional template */
638
639
 
639
- const __vue_is_functional_template__$m = false;
640
+ const __vue_is_functional_template__$p = false;
640
641
  /* style inject SSR */
641
642
 
642
643
  /* style inject shadow dom */
643
644
 
644
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
645
- render: __vue_render__$l,
646
- staticRenderFns: __vue_staticRenderFns__$l
647
- }, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
645
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
646
+ render: __vue_render__$o,
647
+ staticRenderFns: __vue_staticRenderFns__$o
648
+ }, __vue_inject_styles__$p, __vue_script__$j, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
648
649
 
649
- var __vue_component__$F = __vue_component__$E;
650
+ var __vue_component__$L = __vue_component__$K;
650
651
 
651
652
  //
652
- var script$f = {
653
+ var script$i = {
653
654
  name: "NsCodeSnippet",
654
655
  components: {
655
656
  CvButton,
@@ -761,10 +762,10 @@ var script$f = {
761
762
  };
762
763
 
763
764
  /* script */
764
- const __vue_script__$f = script$f;
765
+ const __vue_script__$i = script$i;
765
766
  /* template */
766
767
 
767
- var __vue_render__$k = function () {
768
+ var __vue_render__$n = function () {
768
769
  var _vm = this;
769
770
 
770
771
  var _h = _vm.$createElement;
@@ -826,10 +827,10 @@ var __vue_render__$k = function () {
826
827
  })], 1) : _vm._e()], 1);
827
828
  };
828
829
 
829
- var __vue_staticRenderFns__$k = [];
830
+ var __vue_staticRenderFns__$n = [];
830
831
  /* style */
831
832
 
832
- const __vue_inject_styles__$l = function (inject) {
833
+ const __vue_inject_styles__$o = function (inject) {
833
834
  if (!inject) return;
834
835
  inject("data-v-59cb538c_0", {
835
836
  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}",
@@ -840,23 +841,23 @@ const __vue_inject_styles__$l = function (inject) {
840
841
  /* scoped */
841
842
 
842
843
 
843
- const __vue_scope_id__$l = "data-v-59cb538c";
844
+ const __vue_scope_id__$o = "data-v-59cb538c";
844
845
  /* module identifier */
845
846
 
846
- const __vue_module_identifier__$l = undefined;
847
+ const __vue_module_identifier__$o = undefined;
847
848
  /* functional template */
848
849
 
849
- const __vue_is_functional_template__$l = false;
850
+ const __vue_is_functional_template__$o = false;
850
851
  /* style inject SSR */
851
852
 
852
853
  /* style inject shadow dom */
853
854
 
854
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
855
- render: __vue_render__$k,
856
- staticRenderFns: __vue_staticRenderFns__$k
857
- }, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
855
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
856
+ render: __vue_render__$n,
857
+ staticRenderFns: __vue_staticRenderFns__$n
858
+ }, __vue_inject_styles__$o, __vue_script__$i, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
858
859
 
859
- var __vue_component__$D = __vue_component__$C;
860
+ var __vue_component__$J = __vue_component__$I;
860
861
 
861
862
  //
862
863
  //
@@ -887,7 +888,7 @@ var __vue_component__$D = __vue_component__$C;
887
888
  //
888
889
  //
889
890
  //
890
- var script$e = {
891
+ var script$h = {
891
892
  name: "NsCircleTimer",
892
893
  props: {
893
894
  timeLimit: {
@@ -947,10 +948,10 @@ var script$e = {
947
948
  };
948
949
 
949
950
  /* script */
950
- const __vue_script__$e = script$e;
951
+ const __vue_script__$h = script$h;
951
952
  /* template */
952
953
 
953
- var __vue_render__$j = function () {
954
+ var __vue_render__$m = function () {
954
955
  var _vm = this;
955
956
 
956
957
  var _h = _vm.$createElement;
@@ -986,10 +987,10 @@ var __vue_render__$j = function () {
986
987
  })])])]);
987
988
  };
988
989
 
989
- var __vue_staticRenderFns__$j = [];
990
+ var __vue_staticRenderFns__$m = [];
990
991
  /* style */
991
992
 
992
- const __vue_inject_styles__$k = function (inject) {
993
+ const __vue_inject_styles__$n = function (inject) {
993
994
  if (!inject) return;
994
995
  inject("data-v-45b59790_0", {
995
996
  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)}",
@@ -1000,26 +1001,26 @@ const __vue_inject_styles__$k = function (inject) {
1000
1001
  /* scoped */
1001
1002
 
1002
1003
 
1003
- const __vue_scope_id__$k = "data-v-45b59790";
1004
+ const __vue_scope_id__$n = "data-v-45b59790";
1004
1005
  /* module identifier */
1005
1006
 
1006
- const __vue_module_identifier__$k = undefined;
1007
+ const __vue_module_identifier__$n = undefined;
1007
1008
  /* functional template */
1008
1009
 
1009
- const __vue_is_functional_template__$k = false;
1010
+ const __vue_is_functional_template__$n = false;
1010
1011
  /* style inject SSR */
1011
1012
 
1012
1013
  /* style inject shadow dom */
1013
1014
 
1014
- const __vue_component__$B = /*#__PURE__*/normalizeComponent({
1015
- render: __vue_render__$j,
1016
- staticRenderFns: __vue_staticRenderFns__$j
1017
- }, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
1015
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1016
+ render: __vue_render__$m,
1017
+ staticRenderFns: __vue_staticRenderFns__$m
1018
+ }, __vue_inject_styles__$n, __vue_script__$h, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
1018
1019
 
1019
- var NsCircleTimer = __vue_component__$B;
1020
+ var NsCircleTimer = __vue_component__$H;
1020
1021
 
1021
1022
  //
1022
- var script$d = {
1023
+ var script$g = {
1023
1024
  name: "NsInlineNotification",
1024
1025
  extends: CvInlineNotification,
1025
1026
  components: {
@@ -1056,10 +1057,10 @@ var script$d = {
1056
1057
  };
1057
1058
 
1058
1059
  /* script */
1059
- const __vue_script__$d = script$d;
1060
+ const __vue_script__$g = script$g;
1060
1061
  /* template */
1061
1062
 
1062
- var __vue_render__$i = function () {
1063
+ var __vue_render__$l = function () {
1063
1064
  var _obj;
1064
1065
 
1065
1066
  var _vm = this;
@@ -1130,10 +1131,10 @@ var __vue_render__$i = function () {
1130
1131
  })], 1) : _vm._e()]);
1131
1132
  };
1132
1133
 
1133
- var __vue_staticRenderFns__$i = [];
1134
+ var __vue_staticRenderFns__$l = [];
1134
1135
  /* style */
1135
1136
 
1136
- const __vue_inject_styles__$j = function (inject) {
1137
+ const __vue_inject_styles__$m = function (inject) {
1137
1138
  if (!inject) return;
1138
1139
  inject("data-v-1e5d2ff7_0", {
1139
1140
  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}",
@@ -1144,23 +1145,23 @@ const __vue_inject_styles__$j = function (inject) {
1144
1145
  /* scoped */
1145
1146
 
1146
1147
 
1147
- const __vue_scope_id__$j = "data-v-1e5d2ff7";
1148
+ const __vue_scope_id__$m = "data-v-1e5d2ff7";
1148
1149
  /* module identifier */
1149
1150
 
1150
- const __vue_module_identifier__$j = undefined;
1151
+ const __vue_module_identifier__$m = undefined;
1151
1152
  /* functional template */
1152
1153
 
1153
- const __vue_is_functional_template__$j = false;
1154
+ const __vue_is_functional_template__$m = false;
1154
1155
  /* style inject SSR */
1155
1156
 
1156
1157
  /* style inject shadow dom */
1157
1158
 
1158
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
1159
- render: __vue_render__$i,
1160
- staticRenderFns: __vue_staticRenderFns__$i
1161
- }, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
1159
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
1160
+ render: __vue_render__$l,
1161
+ staticRenderFns: __vue_staticRenderFns__$l
1162
+ }, __vue_inject_styles__$m, __vue_script__$g, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
1162
1163
 
1163
- var NsInlineNotification = __vue_component__$A;
1164
+ var NsInlineNotification = __vue_component__$G;
1164
1165
 
1165
1166
  //
1166
1167
  //
@@ -1179,7 +1180,7 @@ var NsInlineNotification = __vue_component__$A;
1179
1180
  //
1180
1181
  //
1181
1182
  //
1182
- var script$c = {
1183
+ var script$f = {
1183
1184
  name: "NsProgressBar",
1184
1185
  props: {
1185
1186
  value: {
@@ -1210,10 +1211,10 @@ var script$c = {
1210
1211
  };
1211
1212
 
1212
1213
  /* script */
1213
- const __vue_script__$c = script$c;
1214
+ const __vue_script__$f = script$f;
1214
1215
  /* template */
1215
1216
 
1216
- var __vue_render__$h = function () {
1217
+ var __vue_render__$k = function () {
1217
1218
  var _vm = this;
1218
1219
 
1219
1220
  var _h = _vm.$createElement;
@@ -1238,10 +1239,10 @@ var __vue_render__$h = function () {
1238
1239
  })]], 2)]);
1239
1240
  };
1240
1241
 
1241
- var __vue_staticRenderFns__$h = [];
1242
+ var __vue_staticRenderFns__$k = [];
1242
1243
  /* style */
1243
1244
 
1244
- const __vue_inject_styles__$i = function (inject) {
1245
+ const __vue_inject_styles__$l = function (inject) {
1245
1246
  if (!inject) return;
1246
1247
  inject("data-v-2bcd6519_0", {
1247
1248
  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%}}",
@@ -1252,25 +1253,25 @@ const __vue_inject_styles__$i = function (inject) {
1252
1253
  /* scoped */
1253
1254
 
1254
1255
 
1255
- const __vue_scope_id__$i = "data-v-2bcd6519";
1256
+ const __vue_scope_id__$l = "data-v-2bcd6519";
1256
1257
  /* module identifier */
1257
1258
 
1258
- const __vue_module_identifier__$i = undefined;
1259
+ const __vue_module_identifier__$l = undefined;
1259
1260
  /* functional template */
1260
1261
 
1261
- const __vue_is_functional_template__$i = false;
1262
+ const __vue_is_functional_template__$l = false;
1262
1263
  /* style inject SSR */
1263
1264
 
1264
1265
  /* style inject shadow dom */
1265
1266
 
1266
- const __vue_component__$z = /*#__PURE__*/normalizeComponent({
1267
- render: __vue_render__$h,
1268
- staticRenderFns: __vue_staticRenderFns__$h
1269
- }, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
1267
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
1268
+ render: __vue_render__$k,
1269
+ staticRenderFns: __vue_staticRenderFns__$k
1270
+ }, __vue_inject_styles__$l, __vue_script__$f, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
1270
1271
 
1271
- var NsProgressBar = __vue_component__$z;
1272
+ var NsProgressBar = __vue_component__$F;
1272
1273
 
1273
- var script$b = {
1274
+ var script$e = {
1274
1275
  name: "NsSvg",
1275
1276
  props: {
1276
1277
  svg: {
@@ -1329,33 +1330,33 @@ var script$b = {
1329
1330
  };
1330
1331
 
1331
1332
  /* script */
1332
- const __vue_script__$b = script$b;
1333
+ const __vue_script__$e = script$e;
1333
1334
  /* template */
1334
1335
 
1335
1336
  /* style */
1336
1337
 
1337
- const __vue_inject_styles__$h = undefined;
1338
+ const __vue_inject_styles__$k = undefined;
1338
1339
  /* scoped */
1339
1340
 
1340
- const __vue_scope_id__$h = undefined;
1341
+ const __vue_scope_id__$k = undefined;
1341
1342
  /* module identifier */
1342
1343
 
1343
- const __vue_module_identifier__$h = undefined;
1344
+ const __vue_module_identifier__$k = undefined;
1344
1345
  /* functional template */
1345
1346
 
1346
- const __vue_is_functional_template__$h = undefined;
1347
+ const __vue_is_functional_template__$k = undefined;
1347
1348
  /* style inject */
1348
1349
 
1349
1350
  /* style inject SSR */
1350
1351
 
1351
1352
  /* style inject shadow dom */
1352
1353
 
1353
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
1354
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$k, __vue_script__$e, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, undefined, undefined, undefined);
1354
1355
 
1355
- var NsSvg = __vue_component__$y;
1356
+ var NsSvg = __vue_component__$E;
1356
1357
 
1357
1358
  //
1358
- var script$a = {
1359
+ var script$d = {
1359
1360
  name: "NsTile",
1360
1361
  extends: CvTile,
1361
1362
  inheritAttrs: false,
@@ -1423,10 +1424,10 @@ var script$a = {
1423
1424
  };
1424
1425
 
1425
1426
  /* script */
1426
- const __vue_script__$a = script$a;
1427
+ const __vue_script__$d = script$d;
1427
1428
  /* template */
1428
1429
 
1429
- var __vue_render__$g = function () {
1430
+ var __vue_render__$j = function () {
1430
1431
  var _obj;
1431
1432
 
1432
1433
  var _vm = this;
@@ -1463,10 +1464,10 @@ var __vue_render__$g = function () {
1463
1464
  }) : _vm._e()], 1);
1464
1465
  };
1465
1466
 
1466
- var __vue_staticRenderFns__$g = [];
1467
+ var __vue_staticRenderFns__$j = [];
1467
1468
  /* style */
1468
1469
 
1469
- const __vue_inject_styles__$g = function (inject) {
1470
+ const __vue_inject_styles__$j = function (inject) {
1470
1471
  if (!inject) return;
1471
1472
  inject("data-v-bbf09f9e_0", {
1472
1473
  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}",
@@ -1477,23 +1478,23 @@ const __vue_inject_styles__$g = function (inject) {
1477
1478
  /* scoped */
1478
1479
 
1479
1480
 
1480
- const __vue_scope_id__$g = "data-v-bbf09f9e";
1481
+ const __vue_scope_id__$j = "data-v-bbf09f9e";
1481
1482
  /* module identifier */
1482
1483
 
1483
- const __vue_module_identifier__$g = undefined;
1484
+ const __vue_module_identifier__$j = undefined;
1484
1485
  /* functional template */
1485
1486
 
1486
- const __vue_is_functional_template__$g = false;
1487
+ const __vue_is_functional_template__$j = false;
1487
1488
  /* style inject SSR */
1488
1489
 
1489
1490
  /* style inject shadow dom */
1490
1491
 
1491
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
1492
- render: __vue_render__$g,
1493
- staticRenderFns: __vue_staticRenderFns__$g
1494
- }, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
1492
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
1493
+ render: __vue_render__$j,
1494
+ staticRenderFns: __vue_staticRenderFns__$j
1495
+ }, __vue_inject_styles__$j, __vue_script__$d, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
1495
1496
 
1496
- var __vue_component__$x = __vue_component__$w;
1497
+ var __vue_component__$D = __vue_component__$C;
1497
1498
 
1498
1499
  function toInteger(dirtyNumber) {
1499
1500
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6090,7 +6091,7 @@ var DateTimeService = {
6090
6091
  };
6091
6092
 
6092
6093
  //
6093
- var script$9 = {
6094
+ var script$c = {
6094
6095
  name: "NsToastNotification",
6095
6096
  extends: CvToastNotification,
6096
6097
  components: {
@@ -6132,10 +6133,10 @@ var script$9 = {
6132
6133
  };
6133
6134
 
6134
6135
  /* script */
6135
- const __vue_script__$9 = script$9;
6136
+ const __vue_script__$c = script$c;
6136
6137
  /* template */
6137
6138
 
6138
- var __vue_render__$f = function () {
6139
+ var __vue_render__$i = function () {
6139
6140
  var _obj;
6140
6141
 
6141
6142
  var _vm = this;
@@ -6218,10 +6219,10 @@ var __vue_render__$f = function () {
6218
6219
  })], 1) : _vm._e()], 1)]);
6219
6220
  };
6220
6221
 
6221
- var __vue_staticRenderFns__$f = [];
6222
+ var __vue_staticRenderFns__$i = [];
6222
6223
  /* style */
6223
6224
 
6224
- const __vue_inject_styles__$f = function (inject) {
6225
+ const __vue_inject_styles__$i = function (inject) {
6225
6226
  if (!inject) return;
6226
6227
  inject("data-v-79bd81d3_0", {
6227
6228
  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}",
@@ -6236,26 +6237,26 @@ const __vue_inject_styles__$f = function (inject) {
6236
6237
  /* scoped */
6237
6238
 
6238
6239
 
6239
- const __vue_scope_id__$f = "data-v-79bd81d3";
6240
+ const __vue_scope_id__$i = "data-v-79bd81d3";
6240
6241
  /* module identifier */
6241
6242
 
6242
- const __vue_module_identifier__$f = undefined;
6243
+ const __vue_module_identifier__$i = undefined;
6243
6244
  /* functional template */
6244
6245
 
6245
- const __vue_is_functional_template__$f = false;
6246
+ const __vue_is_functional_template__$i = false;
6246
6247
  /* style inject SSR */
6247
6248
 
6248
6249
  /* style inject shadow dom */
6249
6250
 
6250
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
6251
- render: __vue_render__$f,
6252
- staticRenderFns: __vue_staticRenderFns__$f
6253
- }, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
6251
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
6252
+ render: __vue_render__$i,
6253
+ staticRenderFns: __vue_staticRenderFns__$i
6254
+ }, __vue_inject_styles__$i, __vue_script__$c, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
6254
6255
 
6255
- var __vue_component__$v = __vue_component__$u;
6256
+ var __vue_component__$B = __vue_component__$A;
6256
6257
 
6257
6258
  //
6258
- var script$8 = {
6259
+ var script$b = {
6259
6260
  name: "NsInfoCard",
6260
6261
  //components added for storybook to work
6261
6262
  components: {
@@ -6290,10 +6291,10 @@ var script$8 = {
6290
6291
  };
6291
6292
 
6292
6293
  /* script */
6293
- const __vue_script__$8 = script$8;
6294
+ const __vue_script__$b = script$b;
6294
6295
  /* template */
6295
6296
 
6296
- var __vue_render__$e = function () {
6297
+ var __vue_render__$h = function () {
6297
6298
  var _vm = this;
6298
6299
 
6299
6300
  var _h = _vm.$createElement;
@@ -6325,10 +6326,10 @@ var __vue_render__$e = function () {
6325
6326
  }, [_vm._t("content")], 2)], 2);
6326
6327
  };
6327
6328
 
6328
- var __vue_staticRenderFns__$e = [];
6329
+ var __vue_staticRenderFns__$h = [];
6329
6330
  /* style */
6330
6331
 
6331
- const __vue_inject_styles__$e = function (inject) {
6332
+ const __vue_inject_styles__$h = function (inject) {
6332
6333
  if (!inject) return;
6333
6334
  inject("data-v-5f0f76db_0", {
6334
6335
  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}",
@@ -6339,26 +6340,26 @@ const __vue_inject_styles__$e = function (inject) {
6339
6340
  /* scoped */
6340
6341
 
6341
6342
 
6342
- const __vue_scope_id__$e = "data-v-5f0f76db";
6343
+ const __vue_scope_id__$h = "data-v-5f0f76db";
6343
6344
  /* module identifier */
6344
6345
 
6345
- const __vue_module_identifier__$e = undefined;
6346
+ const __vue_module_identifier__$h = undefined;
6346
6347
  /* functional template */
6347
6348
 
6348
- const __vue_is_functional_template__$e = false;
6349
+ const __vue_is_functional_template__$h = false;
6349
6350
  /* style inject SSR */
6350
6351
 
6351
6352
  /* style inject shadow dom */
6352
6353
 
6353
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
6354
- render: __vue_render__$e,
6355
- staticRenderFns: __vue_staticRenderFns__$e
6356
- }, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
6354
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
6355
+ render: __vue_render__$h,
6356
+ staticRenderFns: __vue_staticRenderFns__$h
6357
+ }, __vue_inject_styles__$h, __vue_script__$b, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
6357
6358
 
6358
- var __vue_component__$t = __vue_component__$s;
6359
+ var __vue_component__$z = __vue_component__$y;
6359
6360
 
6360
6361
  //
6361
- var script$7 = {
6362
+ var script$a = {
6362
6363
  name: "NsStatusCard",
6363
6364
  //components added for storybook to work
6364
6365
  components: {
@@ -6405,10 +6406,10 @@ var script$7 = {
6405
6406
  };
6406
6407
 
6407
6408
  /* script */
6408
- const __vue_script__$7 = script$7;
6409
+ const __vue_script__$a = script$a;
6409
6410
  /* template */
6410
6411
 
6411
- var __vue_render__$d = function () {
6412
+ var __vue_render__$g = function () {
6412
6413
  var _vm = this;
6413
6414
 
6414
6415
  var _h = _vm.$createElement;
@@ -6477,10 +6478,10 @@ var __vue_render__$d = function () {
6477
6478
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6478
6479
  };
6479
6480
 
6480
- var __vue_staticRenderFns__$d = [];
6481
+ var __vue_staticRenderFns__$g = [];
6481
6482
  /* style */
6482
6483
 
6483
- const __vue_inject_styles__$d = function (inject) {
6484
+ const __vue_inject_styles__$g = function (inject) {
6484
6485
  if (!inject) return;
6485
6486
  inject("data-v-e4a14fb4_0", {
6486
6487
  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}",
@@ -6491,26 +6492,26 @@ const __vue_inject_styles__$d = function (inject) {
6491
6492
  /* scoped */
6492
6493
 
6493
6494
 
6494
- const __vue_scope_id__$d = "data-v-e4a14fb4";
6495
+ const __vue_scope_id__$g = "data-v-e4a14fb4";
6495
6496
  /* module identifier */
6496
6497
 
6497
- const __vue_module_identifier__$d = undefined;
6498
+ const __vue_module_identifier__$g = undefined;
6498
6499
  /* functional template */
6499
6500
 
6500
- const __vue_is_functional_template__$d = false;
6501
+ const __vue_is_functional_template__$g = false;
6501
6502
  /* style inject SSR */
6502
6503
 
6503
6504
  /* style inject shadow dom */
6504
6505
 
6505
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
6506
- render: __vue_render__$d,
6507
- staticRenderFns: __vue_staticRenderFns__$d
6508
- }, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
6506
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
6507
+ render: __vue_render__$g,
6508
+ staticRenderFns: __vue_staticRenderFns__$g
6509
+ }, __vue_inject_styles__$g, __vue_script__$a, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
6509
6510
 
6510
- var __vue_component__$r = __vue_component__$q;
6511
+ var __vue_component__$x = __vue_component__$w;
6511
6512
 
6512
6513
  //
6513
- var script$6 = {
6514
+ var script$9 = {
6514
6515
  name: "NsSystemdServiceCard",
6515
6516
  //components added for storybook to work
6516
6517
  components: {
@@ -6564,10 +6565,10 @@ var script$6 = {
6564
6565
  };
6565
6566
 
6566
6567
  /* script */
6567
- const __vue_script__$6 = script$6;
6568
+ const __vue_script__$9 = script$9;
6568
6569
  /* template */
6569
6570
 
6570
- var __vue_render__$c = function () {
6571
+ var __vue_render__$f = function () {
6571
6572
  var _vm = this;
6572
6573
 
6573
6574
  var _h = _vm.$createElement;
@@ -6622,10 +6623,10 @@ var __vue_render__$c = function () {
6622
6623
  })], 1)])]);
6623
6624
  };
6624
6625
 
6625
- var __vue_staticRenderFns__$c = [];
6626
+ var __vue_staticRenderFns__$f = [];
6626
6627
  /* style */
6627
6628
 
6628
- const __vue_inject_styles__$c = function (inject) {
6629
+ const __vue_inject_styles__$f = function (inject) {
6629
6630
  if (!inject) return;
6630
6631
  inject("data-v-e13a5ce6_0", {
6631
6632
  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}",
@@ -6636,31 +6637,34 @@ const __vue_inject_styles__$c = function (inject) {
6636
6637
  /* scoped */
6637
6638
 
6638
6639
 
6639
- const __vue_scope_id__$c = "data-v-e13a5ce6";
6640
+ const __vue_scope_id__$f = "data-v-e13a5ce6";
6640
6641
  /* module identifier */
6641
6642
 
6642
- const __vue_module_identifier__$c = undefined;
6643
+ const __vue_module_identifier__$f = undefined;
6643
6644
  /* functional template */
6644
6645
 
6645
- const __vue_is_functional_template__$c = false;
6646
+ const __vue_is_functional_template__$f = false;
6646
6647
  /* style inject SSR */
6647
6648
 
6648
6649
  /* style inject shadow dom */
6649
6650
 
6650
- const __vue_component__$o = /*#__PURE__*/normalizeComponent({
6651
- render: __vue_render__$c,
6652
- staticRenderFns: __vue_staticRenderFns__$c
6653
- }, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
6651
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
6652
+ render: __vue_render__$f,
6653
+ staticRenderFns: __vue_staticRenderFns__$f
6654
+ }, __vue_inject_styles__$f, __vue_script__$9, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
6654
6655
 
6655
- var __vue_component__$p = __vue_component__$o;
6656
+ var __vue_component__$v = __vue_component__$u;
6656
6657
 
6657
6658
  var UtilService = {
6658
6659
  name: "UtilService",
6659
6660
 
6660
6661
  data() {
6661
6662
  return {
6662
- DELETE_DELAY: 7000 // you have 7 seconds to cancel object deletion
6663
-
6663
+ DELETE_DELAY: 7000,
6664
+ // you have 7 seconds to cancel object deletion
6665
+ time24HourPattern: /([01]\d|2[0-3]):?([0-5]\d)/,
6666
+ time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
6667
+ time24HourPlaceholder: "hh:mm"
6664
6668
  };
6665
6669
  },
6666
6670
 
@@ -6808,13 +6812,20 @@ var UtilService = {
6808
6812
  }
6809
6813
 
6810
6814
  return i18nCategories.join(", ");
6811
- }
6815
+ },
6812
6816
 
6813
- }
6817
+ /**
6818
+ * Used in views and components containing an accordion
6819
+ */
6820
+ toggleAccordion(ev) {
6821
+ this.$refs.accordion.state.map((item, index) => index === ev.changedIndex);
6822
+ }
6823
+
6824
+ }
6814
6825
  };
6815
6826
 
6816
6827
  //
6817
- var script$5 = {
6828
+ var script$8 = {
6818
6829
  name: "NsPasswordInput",
6819
6830
  components: CvTextInput,
6820
6831
  mixins: [UtilService],
@@ -6970,10 +6981,10 @@ var script$5 = {
6970
6981
  };
6971
6982
 
6972
6983
  /* script */
6973
- const __vue_script__$5 = script$5;
6984
+ const __vue_script__$8 = script$8;
6974
6985
  /* template */
6975
6986
 
6976
- var __vue_render__$b = function () {
6987
+ var __vue_render__$e = function () {
6977
6988
  var _vm = this;
6978
6989
 
6979
6990
  var _h = _vm.$createElement;
@@ -7062,10 +7073,10 @@ var __vue_render__$b = function () {
7062
7073
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7063
7074
  };
7064
7075
 
7065
- var __vue_staticRenderFns__$b = [];
7076
+ var __vue_staticRenderFns__$e = [];
7066
7077
  /* style */
7067
7078
 
7068
- const __vue_inject_styles__$b = function (inject) {
7079
+ const __vue_inject_styles__$e = function (inject) {
7069
7080
  if (!inject) return;
7070
7081
  inject("data-v-1598af82_0", {
7071
7082
  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}",
@@ -7076,27 +7087,26 @@ const __vue_inject_styles__$b = function (inject) {
7076
7087
  /* scoped */
7077
7088
 
7078
7089
 
7079
- const __vue_scope_id__$b = "data-v-1598af82";
7090
+ const __vue_scope_id__$e = "data-v-1598af82";
7080
7091
  /* module identifier */
7081
7092
 
7082
- const __vue_module_identifier__$b = undefined;
7093
+ const __vue_module_identifier__$e = undefined;
7083
7094
  /* functional template */
7084
7095
 
7085
- const __vue_is_functional_template__$b = false;
7096
+ const __vue_is_functional_template__$e = false;
7086
7097
  /* style inject SSR */
7087
7098
 
7088
7099
  /* style inject shadow dom */
7089
7100
 
7090
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({
7091
- render: __vue_render__$b,
7092
- staticRenderFns: __vue_staticRenderFns__$b
7093
- }, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
7101
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
7102
+ render: __vue_render__$e,
7103
+ staticRenderFns: __vue_staticRenderFns__$e
7104
+ }, __vue_inject_styles__$e, __vue_script__$8, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
7094
7105
 
7095
- var __vue_component__$n = __vue_component__$m;
7106
+ var __vue_component__$t = __vue_component__$s;
7096
7107
 
7097
7108
  //
7098
-
7099
- var script$4 = {
7109
+ var script$7 = {
7100
7110
  name: "NsIconMenu",
7101
7111
  extends: CvOverflowMenu,
7102
7112
  props: {
@@ -7125,10 +7135,10 @@ var script$4 = {
7125
7135
  };
7126
7136
 
7127
7137
  /* script */
7128
- const __vue_script__$4 = script$4;
7138
+ const __vue_script__$7 = script$7;
7129
7139
  /* template */
7130
7140
 
7131
- var __vue_render__$a = function () {
7141
+ var __vue_render__$d = function () {
7132
7142
  var _obj, _obj$1;
7133
7143
 
7134
7144
  var _vm = this;
@@ -7240,35 +7250,35 @@ var __vue_render__$a = function () {
7240
7250
  })])]);
7241
7251
  };
7242
7252
 
7243
- var __vue_staticRenderFns__$a = [];
7253
+ var __vue_staticRenderFns__$d = [];
7244
7254
  /* style */
7245
7255
 
7246
- const __vue_inject_styles__$a = undefined;
7256
+ const __vue_inject_styles__$d = undefined;
7247
7257
  /* scoped */
7248
7258
 
7249
- const __vue_scope_id__$a = undefined;
7259
+ const __vue_scope_id__$d = undefined;
7250
7260
  /* module identifier */
7251
7261
 
7252
- const __vue_module_identifier__$a = undefined;
7262
+ const __vue_module_identifier__$d = undefined;
7253
7263
  /* functional template */
7254
7264
 
7255
- const __vue_is_functional_template__$a = false;
7265
+ const __vue_is_functional_template__$d = false;
7256
7266
  /* style inject */
7257
7267
 
7258
7268
  /* style inject SSR */
7259
7269
 
7260
7270
  /* style inject shadow dom */
7261
7271
 
7262
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
7263
- render: __vue_render__$a,
7264
- staticRenderFns: __vue_staticRenderFns__$a
7265
- }, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
7272
+ const __vue_component__$q = /*#__PURE__*/normalizeComponent({
7273
+ render: __vue_render__$d,
7274
+ staticRenderFns: __vue_staticRenderFns__$d
7275
+ }, __vue_inject_styles__$d, __vue_script__$7, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, undefined, undefined, undefined);
7266
7276
 
7267
- var __vue_component__$l = __vue_component__$k;
7277
+ var __vue_component__$r = __vue_component__$q;
7268
7278
 
7269
7279
  //
7270
7280
  Vue.use(chartsVue);
7271
- var script$3 = {
7281
+ var script$6 = {
7272
7282
  name: "NsMeterChart",
7273
7283
  components: {
7274
7284
  CcvMeterChart
@@ -7342,10 +7352,10 @@ var script$3 = {
7342
7352
  };
7343
7353
 
7344
7354
  /* script */
7345
- const __vue_script__$3 = script$3;
7355
+ const __vue_script__$6 = script$6;
7346
7356
  /* template */
7347
7357
 
7348
- var __vue_render__$9 = function () {
7358
+ var __vue_render__$c = function () {
7349
7359
  var _vm = this;
7350
7360
 
7351
7361
  var _h = _vm.$createElement;
@@ -7360,35 +7370,35 @@ var __vue_render__$9 = function () {
7360
7370
  });
7361
7371
  };
7362
7372
 
7363
- var __vue_staticRenderFns__$9 = [];
7373
+ var __vue_staticRenderFns__$c = [];
7364
7374
  /* style */
7365
7375
 
7366
- const __vue_inject_styles__$9 = undefined;
7376
+ const __vue_inject_styles__$c = undefined;
7367
7377
  /* scoped */
7368
7378
 
7369
- const __vue_scope_id__$9 = undefined;
7379
+ const __vue_scope_id__$c = undefined;
7370
7380
  /* module identifier */
7371
7381
 
7372
- const __vue_module_identifier__$9 = undefined;
7382
+ const __vue_module_identifier__$c = undefined;
7373
7383
  /* functional template */
7374
7384
 
7375
- const __vue_is_functional_template__$9 = false;
7385
+ const __vue_is_functional_template__$c = false;
7376
7386
  /* style inject */
7377
7387
 
7378
7388
  /* style inject SSR */
7379
7389
 
7380
7390
  /* style inject shadow dom */
7381
7391
 
7382
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
7383
- render: __vue_render__$9,
7384
- staticRenderFns: __vue_staticRenderFns__$9
7385
- }, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
7392
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({
7393
+ render: __vue_render__$c,
7394
+ staticRenderFns: __vue_staticRenderFns__$c
7395
+ }, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
7386
7396
 
7387
- var __vue_component__$j = __vue_component__$i;
7397
+ var __vue_component__$p = __vue_component__$o;
7388
7398
 
7389
7399
  //
7390
7400
  Vue.use(chartsVue);
7391
- var script$2 = {
7401
+ var script$5 = {
7392
7402
  name: "NsPieChart",
7393
7403
  components: {},
7394
7404
  props: {
@@ -7444,10 +7454,10 @@ var script$2 = {
7444
7454
  };
7445
7455
 
7446
7456
  /* script */
7447
- const __vue_script__$2 = script$2;
7457
+ const __vue_script__$5 = script$5;
7448
7458
  /* template */
7449
7459
 
7450
- var __vue_render__$8 = function () {
7460
+ var __vue_render__$b = function () {
7451
7461
  var _vm = this;
7452
7462
 
7453
7463
  var _h = _vm.$createElement;
@@ -7462,34 +7472,34 @@ var __vue_render__$8 = function () {
7462
7472
  });
7463
7473
  };
7464
7474
 
7465
- var __vue_staticRenderFns__$8 = [];
7475
+ var __vue_staticRenderFns__$b = [];
7466
7476
  /* style */
7467
7477
 
7468
- const __vue_inject_styles__$8 = undefined;
7478
+ const __vue_inject_styles__$b = undefined;
7469
7479
  /* scoped */
7470
7480
 
7471
- const __vue_scope_id__$8 = undefined;
7481
+ const __vue_scope_id__$b = undefined;
7472
7482
  /* module identifier */
7473
7483
 
7474
- const __vue_module_identifier__$8 = undefined;
7484
+ const __vue_module_identifier__$b = undefined;
7475
7485
  /* functional template */
7476
7486
 
7477
- const __vue_is_functional_template__$8 = false;
7487
+ const __vue_is_functional_template__$b = false;
7478
7488
  /* style inject */
7479
7489
 
7480
7490
  /* style inject SSR */
7481
7491
 
7482
7492
  /* style inject shadow dom */
7483
7493
 
7484
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
7485
- render: __vue_render__$8,
7486
- staticRenderFns: __vue_staticRenderFns__$8
7487
- }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
7494
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
7495
+ render: __vue_render__$b,
7496
+ staticRenderFns: __vue_staticRenderFns__$b
7497
+ }, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
7488
7498
 
7489
- var __vue_component__$h = __vue_component__$g;
7499
+ var __vue_component__$n = __vue_component__$m;
7490
7500
 
7491
7501
  //
7492
- var script$1 = {
7502
+ var script$4 = {
7493
7503
  name: "NsDangerDeleteModal",
7494
7504
  //component added for storybook to work
7495
7505
  components: {
@@ -7572,10 +7582,10 @@ var script$1 = {
7572
7582
  };
7573
7583
 
7574
7584
  /* script */
7575
- const __vue_script__$1 = script$1;
7585
+ const __vue_script__$4 = script$4;
7576
7586
  /* template */
7577
7587
 
7578
- var __vue_render__$7 = function () {
7588
+ var __vue_render__$a = function () {
7579
7589
  var _vm = this;
7580
7590
 
7581
7591
  var _h = _vm.$createElement;
@@ -7636,10 +7646,10 @@ var __vue_render__$7 = function () {
7636
7646
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
7637
7647
  };
7638
7648
 
7639
- var __vue_staticRenderFns__$7 = [];
7649
+ var __vue_staticRenderFns__$a = [];
7640
7650
  /* style */
7641
7651
 
7642
- const __vue_inject_styles__$7 = function (inject) {
7652
+ const __vue_inject_styles__$a = function (inject) {
7643
7653
  if (!inject) return;
7644
7654
  inject("data-v-97f667a6_0", {
7645
7655
  source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
@@ -7650,23 +7660,23 @@ const __vue_inject_styles__$7 = function (inject) {
7650
7660
  /* scoped */
7651
7661
 
7652
7662
 
7653
- const __vue_scope_id__$7 = "data-v-97f667a6";
7663
+ const __vue_scope_id__$a = "data-v-97f667a6";
7654
7664
  /* module identifier */
7655
7665
 
7656
- const __vue_module_identifier__$7 = undefined;
7666
+ const __vue_module_identifier__$a = undefined;
7657
7667
  /* functional template */
7658
7668
 
7659
- const __vue_is_functional_template__$7 = false;
7669
+ const __vue_is_functional_template__$a = false;
7660
7670
  /* style inject SSR */
7661
7671
 
7662
7672
  /* style inject shadow dom */
7663
7673
 
7664
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
7665
- render: __vue_render__$7,
7666
- staticRenderFns: __vue_staticRenderFns__$7
7667
- }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
7674
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
7675
+ render: __vue_render__$a,
7676
+ staticRenderFns: __vue_staticRenderFns__$a
7677
+ }, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
7668
7678
 
7669
- var __vue_component__$f = __vue_component__$e;
7679
+ var __vue_component__$l = __vue_component__$k;
7670
7680
 
7671
7681
  var IconService = {
7672
7682
  name: "IconService",
@@ -7693,31 +7703,28 @@ var IconService = {
7693
7703
  ChevronRight20,
7694
7704
  Information20,
7695
7705
  Application20,
7696
- // used for apps, module instances and software center
7706
+ // apps, module instances and software center
7707
+ Application32,
7697
7708
  Add20,
7698
7709
  Rocket20,
7699
7710
  Rocket32,
7700
7711
  Chip20,
7701
- // used for cluster nodes
7712
+ // cluster nodes
7702
7713
  Chip32,
7703
- // used for cluster nodes
7704
7714
  Save20,
7715
+ // save buttons and backups
7705
7716
  Save32,
7706
7717
  Copy20,
7707
- Application32,
7708
- // used for apps, module instances and software center
7709
7718
  EdgeNode20,
7710
7719
  EdgeNode32,
7711
7720
  Cube32,
7712
- // used for systemd services
7713
- EdgeCluster32,
7714
- // used for cluster
7721
+ // systemd services
7715
7722
  EdgeCluster20,
7716
- // used for cluster
7723
+ // cluster
7724
+ EdgeCluster32,
7717
7725
  Connect32,
7718
- // used for join cluster
7726
+ // join cluster
7719
7727
  Connect20,
7720
- // used for join cluster
7721
7728
  Edit20,
7722
7729
  Password20,
7723
7730
  Star20,
@@ -7725,18 +7732,18 @@ var IconService = {
7725
7732
  ZoomIn20,
7726
7733
  // used to open details
7727
7734
  Events32,
7728
- // used for domains
7729
- Link32,
7730
- // used for URLs and external domain providers
7735
+ // domains
7731
7736
  Link20,
7732
- // used for URLs and external domain providers
7733
- WarningAlt32,
7737
+ // URLs and external domain providers
7738
+ Link32,
7734
7739
  WarningAlt20,
7740
+ WarningAlt32,
7735
7741
  Tools20,
7736
7742
  Tools32,
7737
7743
  Network_220,
7738
7744
  Network_232,
7739
7745
  DataBase20,
7746
+ // backup repositories
7740
7747
  DataBase32,
7741
7748
  DataBackup20,
7742
7749
  DataBackup32,
@@ -7747,12 +7754,15 @@ var IconService = {
7747
7754
  Hourglass20,
7748
7755
  Hourglass32,
7749
7756
  CheckmarkFilled16,
7757
+ // success
7750
7758
  CheckmarkFilled20,
7751
7759
  CheckmarkFilled32,
7752
7760
  ErrorFilled16,
7761
+ // error
7753
7762
  ErrorFilled20,
7754
7763
  ErrorFilled32,
7755
7764
  Warning16,
7765
+ // warning
7756
7766
  Warning20,
7757
7767
  Warning32
7758
7768
  };
@@ -7761,7 +7771,7 @@ var IconService = {
7761
7771
  };
7762
7772
 
7763
7773
  //
7764
- var script = {
7774
+ var script$3 = {
7765
7775
  name: "NsDropdownAction",
7766
7776
  extends: CvOverflowMenu,
7767
7777
  components: {
@@ -7793,10 +7803,10 @@ var script = {
7793
7803
  };
7794
7804
 
7795
7805
  /* script */
7796
- const __vue_script__ = script;
7806
+ const __vue_script__$3 = script$3;
7797
7807
  /* template */
7798
7808
 
7799
- var __vue_render__$6 = function () {
7809
+ var __vue_render__$9 = function () {
7800
7810
  var _obj, _obj$1;
7801
7811
 
7802
7812
  var _vm = this;
@@ -7896,13 +7906,681 @@ var __vue_render__$6 = function () {
7896
7906
  })])]);
7897
7907
  };
7898
7908
 
7909
+ var __vue_staticRenderFns__$9 = [];
7910
+ /* style */
7911
+
7912
+ const __vue_inject_styles__$9 = undefined;
7913
+ /* scoped */
7914
+
7915
+ const __vue_scope_id__$9 = "data-v-31925b9d";
7916
+ /* module identifier */
7917
+
7918
+ const __vue_module_identifier__$9 = undefined;
7919
+ /* functional template */
7920
+
7921
+ const __vue_is_functional_template__$9 = false;
7922
+ /* style inject */
7923
+
7924
+ /* style inject SSR */
7925
+
7926
+ /* style inject shadow dom */
7927
+
7928
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
7929
+ render: __vue_render__$9,
7930
+ staticRenderFns: __vue_staticRenderFns__$9
7931
+ }, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
7932
+
7933
+ var __vue_component__$j = __vue_component__$i;
7934
+
7935
+ //
7936
+ var script$2 = {
7937
+ name: "NsTextInput",
7938
+ extends: CvTextInput,
7939
+ components: {
7940
+ WarningFilled16,
7941
+ WarningAltFilled16,
7942
+ View16,
7943
+ ViewOff16
7944
+ },
7945
+ props: {
7946
+ helperText: {
7947
+ type: String,
7948
+ default: undefined
7949
+ },
7950
+ invalidMessage: {
7951
+ type: String,
7952
+ default: undefined
7953
+ },
7954
+ label: String,
7955
+ passwordHideLabel: {
7956
+ type: String,
7957
+ default: "Hide password"
7958
+ },
7959
+ passwordShowLabel: {
7960
+ type: String,
7961
+ default: "Show password"
7962
+ },
7963
+ passwordVisible: Boolean,
7964
+ type: String,
7965
+ value: String,
7966
+ warnText: {
7967
+ type: String,
7968
+ default: undefined
7969
+ },
7970
+ tooltipAlignment: {
7971
+ type: String,
7972
+ default: "center",
7973
+ validator: val => ["start", "center", "end"].includes(val)
7974
+ },
7975
+ tooltipDirection: {
7976
+ type: String,
7977
+ default: "bottom",
7978
+ validator: val => ["top", "left", "bottom", "right".includes(val)]
7979
+ }
7980
+ },
7981
+ computed: {
7982
+ hasTooltipSlot() {
7983
+ return !!this.$slots.tooltip;
7984
+ }
7985
+
7986
+ }
7987
+ };
7988
+
7989
+ /* script */
7990
+ const __vue_script__$2 = script$2;
7991
+ /* template */
7992
+
7993
+ var __vue_render__$8 = function () {
7994
+ var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
7995
+
7996
+ var _vm = this;
7997
+
7998
+ var _h = _vm.$createElement;
7999
+
8000
+ var _c = _vm._self._c || _h;
8001
+
8002
+ return _c('div', {
8003
+ class: ["cv-text-input", "ns-text-input", _vm.carbonPrefix + "--form-item", _vm.carbonPrefix + "--text-input-wrapper", (_obj = {}, _obj[_vm.carbonPrefix + "--password-input-wrapper"] = _vm.isPassword, _obj)]
8004
+ }, [_vm.hasTooltipSlot ? _c('div', [_c('label', {
8005
+ class: [_vm.carbonPrefix + "--label", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$1)],
8006
+ attrs: {
8007
+ "for": _vm.uid
8008
+ }
8009
+ }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
8010
+ staticClass: "tooltip",
8011
+ attrs: {
8012
+ "alignment": _vm.tooltipAlignment,
8013
+ "direction": _vm.tooltipDirection
8014
+ }
8015
+ }, [_c('template', {
8016
+ slot: "content"
8017
+ }, [_vm._t("tooltip")], 2)], 2)], 1) : _c('label', {
8018
+ class: [_vm.carbonPrefix + "--label", (_obj$2 = {}, _obj$2[_vm.carbonPrefix + "--label--disabled"] = _vm.$attrs.disabled !== undefined && _vm.$attrs.disabled, _obj$2)],
8019
+ attrs: {
8020
+ "for": _vm.uid
8021
+ }
8022
+ }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('div', {
8023
+ class: [_vm.carbonPrefix + "--text-input__field-wrapper", (_obj$3 = {}, _obj$3[_vm.carbonPrefix + "--text-input__field-wrapper--warning"] = !_vm.isInvalid && _vm.isWarn, _obj$3)],
8024
+ attrs: {
8025
+ "data-invalid": _vm.isInvalid
8026
+ }
8027
+ }, [_vm.isInvalid ? _c('WarningFilled16', {
8028
+ class: _vm.carbonPrefix + "--text-input__invalid-icon"
8029
+ }) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('WarningAltFilled16', {
8030
+ class: _vm.carbonPrefix + "--text-input__invalid-icon " + _vm.carbonPrefix + "--text-input__invalid-icon--warning"
8031
+ }) : _vm._e(), _vm._v(" "), _c('input', _vm._g(_vm._b({
8032
+ ref: "input",
8033
+ class: [_vm.carbonPrefix + "--text-input", (_obj$4 = {}, _obj$4[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$4[_vm.carbonPrefix + "--text-input--invalid"] = _vm.isInvalid, _obj$4[_vm.carbonPrefix + "--text-input--warning"] = _vm.isWarn, _obj$4[_vm.carbonPrefix + "--password-input"] = _vm.isPassword, _obj$4)],
8034
+ attrs: {
8035
+ "id": _vm.uid,
8036
+ "data-toggle-password-visibility": _vm.isPassword,
8037
+ "type": _vm.dataType
8038
+ },
8039
+ domProps: {
8040
+ "value": _vm.value
8041
+ }
8042
+ }, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
8043
+ class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-center"],
8044
+ attrs: {
8045
+ "type": "button"
8046
+ },
8047
+ on: {
8048
+ "click": _vm.togglePasswordVisibility
8049
+ }
8050
+ }, [_c('span', {
8051
+ class: _vm.carbonPrefix + "--assistive-text"
8052
+ }, [_vm._v(_vm._s(_vm.passwordHideShowLabel))]), _vm._v(" "), _vm.isPasswordVisible ? _c('ViewOff16', {
8053
+ class: _vm.carbonPrefix + "--icon-visibility-off"
8054
+ }) : _c('View16', {
8055
+ class: _vm.carbonPrefix + "--icon-visibility-off"
8056
+ })], 1) : _vm._e()], 1), _vm._v(" "), _vm.isInvalid ? _c('div', {
8057
+ class: _vm.carbonPrefix + "--form-requirement"
8058
+ }, [_vm._t("invalid-message", function () {
8059
+ return [_vm._v(_vm._s(_vm.invalidMessage))];
8060
+ })], 2) : _vm._e(), _vm._v(" "), _vm.isWarn ? _c('div', {
8061
+ class: _vm.carbonPrefix + "--form__requirement"
8062
+ }, [_vm._t("warn-text", function () {
8063
+ return [_vm._v(_vm._s(_vm.warnText))];
8064
+ })], 2) : _vm._e(), _vm._v(" "), _vm.isHelper ? _c('div', {
8065
+ class: [_vm.carbonPrefix + "--form__helper-text", (_obj$5 = {}, _obj$5[_vm.carbonPrefix + "--form__helper-text--disabled"] = _vm.$attrs.disabled, _obj$5)]
8066
+ }, [_vm._t("helper-text", function () {
8067
+ return [_vm._v(_vm._s(_vm.helperText))];
8068
+ })], 2) : _vm._e()]);
8069
+ };
8070
+
8071
+ var __vue_staticRenderFns__$8 = [];
8072
+ /* style */
8073
+
8074
+ const __vue_inject_styles__$8 = function (inject) {
8075
+ if (!inject) return;
8076
+ inject("data-v-1a7ed132_0", {
8077
+ source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
8078
+ map: undefined,
8079
+ media: undefined
8080
+ }), inject("data-v-1a7ed132_1", {
8081
+ source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
8082
+ map: undefined,
8083
+ media: undefined
8084
+ });
8085
+ };
8086
+ /* scoped */
8087
+
8088
+
8089
+ const __vue_scope_id__$8 = "data-v-1a7ed132";
8090
+ /* module identifier */
8091
+
8092
+ const __vue_module_identifier__$8 = undefined;
8093
+ /* functional template */
8094
+
8095
+ const __vue_is_functional_template__$8 = false;
8096
+ /* style inject SSR */
8097
+
8098
+ /* style inject shadow dom */
8099
+
8100
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
8101
+ render: __vue_render__$8,
8102
+ staticRenderFns: __vue_staticRenderFns__$8
8103
+ }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, createInjector, undefined, undefined);
8104
+
8105
+ var __vue_component__$h = __vue_component__$g;
8106
+
8107
+ //
8108
+ var script$1 = {
8109
+ name: "NsBackupCard",
8110
+ mixins: [IconService, DateTimeService],
8111
+ props: {
8112
+ title: {
8113
+ type: String,
8114
+ default: "Backup"
8115
+ },
8116
+ noBackupMessage: {
8117
+ type: String,
8118
+ default: "No backup configured"
8119
+ },
8120
+ scheduleBackupLabel: {
8121
+ type: String,
8122
+ default: "Configure"
8123
+ },
8124
+ goToBackupLabel: {
8125
+ type: String,
8126
+ default: "Go to Backup"
8127
+ },
8128
+ repositoryLabel: {
8129
+ type: String,
8130
+ default: "Repository"
8131
+ },
8132
+ statusLabel: {
8133
+ type: String,
8134
+ default: "Status"
8135
+ },
8136
+ statusSuccessLabel: {
8137
+ type: String,
8138
+ default: "Success"
8139
+ },
8140
+ statusNotRunLabel: {
8141
+ type: String,
8142
+ default: "Backup has not run yet"
8143
+ },
8144
+ statusErrorLabel: {
8145
+ type: String,
8146
+ default: "Error"
8147
+ },
8148
+ completedLabel: {
8149
+ type: String,
8150
+ default: "Completed"
8151
+ },
8152
+ durationLabel: {
8153
+ type: String,
8154
+ default: "Duration"
8155
+ },
8156
+ totalSizeLabel: {
8157
+ type: String,
8158
+ default: "Total size"
8159
+ },
8160
+ totalFileCountLabel: {
8161
+ type: String,
8162
+ default: "Total file count"
8163
+ },
8164
+ backupDisabledLabel: {
8165
+ type: String,
8166
+ default: "Disabled"
8167
+ },
8168
+ moduleId: {
8169
+ type: String,
8170
+ required: true
8171
+ },
8172
+ moduleUiName: {
8173
+ type: String,
8174
+ default: ""
8175
+ },
8176
+ repositories: {
8177
+ type: Array,
8178
+ required: true
8179
+ },
8180
+ backups: {
8181
+ type: Array,
8182
+ required: true
8183
+ },
8184
+ loading: {
8185
+ type: Boolean,
8186
+ default: false
8187
+ },
8188
+ coreContext: {
8189
+ type: Object,
8190
+ required: true
8191
+ },
8192
+ light: Boolean
8193
+ },
8194
+
8195
+ data() {
8196
+ return {
8197
+ backupsContainingInstance: [],
8198
+ status: []
8199
+ };
8200
+ },
8201
+
8202
+ watch: {
8203
+ repositories: function () {
8204
+ this.updateData();
8205
+ },
8206
+ backups: function () {
8207
+ this.updateData();
8208
+ }
8209
+ },
8210
+
8211
+ created() {
8212
+ this.updateData();
8213
+ },
8214
+
8215
+ methods: {
8216
+ updateData() {
8217
+ let backupsContainingInstance = [];
8218
+
8219
+ for (const backup of this.backups) {
8220
+ for (const instance of backup.instances) {
8221
+ if (instance.module_id == this.moduleId) {
8222
+ backupsContainingInstance.push(backup);
8223
+ }
8224
+ }
8225
+ }
8226
+
8227
+ this.backupsContainingInstance = backupsContainingInstance; // status
8228
+
8229
+ for (const backup of this.backupsContainingInstance) {
8230
+ const instance = backup.instances.find(i => i.module_id == this.moduleId);
8231
+ const status = instance.status;
8232
+ this.status[backup.id] = status;
8233
+ }
8234
+ },
8235
+
8236
+ goToBackup() {
8237
+ if (this.coreContext && this.coreContext.$router) {
8238
+ this.coreContext.$router.push("/backup");
8239
+ }
8240
+ }
8241
+
8242
+ }
8243
+ };
8244
+
8245
+ /* script */
8246
+ const __vue_script__$1 = script$1;
8247
+ /* template */
8248
+
8249
+ var __vue_render__$7 = function () {
8250
+ var _vm = this;
8251
+
8252
+ var _h = _vm.$createElement;
8253
+
8254
+ var _c = _vm._self._c || _h;
8255
+
8256
+ return _c('cv-tile', {
8257
+ staticClass: "ns-backup-card",
8258
+ attrs: {
8259
+ "kind": "standard",
8260
+ "light": _vm.light
8261
+ }
8262
+ }, [_c('div', {
8263
+ staticClass: "row"
8264
+ }, [_c('NsSvg', {
8265
+ attrs: {
8266
+ "svg": _vm.Save32
8267
+ }
8268
+ })], 1), _vm._v(" "), _c('div', {
8269
+ staticClass: "row"
8270
+ }, [_c('h3', {
8271
+ staticClass: "title"
8272
+ }, [_vm._v(_vm._s(_vm.title))])]), _vm._v(" "), _vm.loading ? _c('div', {
8273
+ staticClass: "row"
8274
+ }, [_c('cv-skeleton-text', {
8275
+ staticClass: "mg-top-sm",
8276
+ attrs: {
8277
+ "paragraph": true,
8278
+ "line-count": 5
8279
+ }
8280
+ })], 1) : !_vm.backupsContainingInstance.length ? [_c('div', {
8281
+ staticClass: "row"
8282
+ }, [_c('NsInlineNotification', {
8283
+ attrs: {
8284
+ "kind": "warning",
8285
+ "title": _vm.noBackupMessage,
8286
+ "showCloseButton": false,
8287
+ "actionLabel": _vm.scheduleBackupLabel
8288
+ },
8289
+ on: {
8290
+ "action": _vm.goToBackup
8291
+ }
8292
+ })], 1)] : _vm._l(_vm.backupsContainingInstance, function (backup) {
8293
+ return _c('div', {
8294
+ key: backup.id
8295
+ }, [_c('div', {
8296
+ staticClass: "row"
8297
+ }, [_vm.backupsContainingInstance.length > 1 ? _c('h5', {
8298
+ staticClass: "title mg-top-sm"
8299
+ }, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
8300
+ staticClass: "table-wrapper"
8301
+ }, [_c('div', {
8302
+ staticClass: "table"
8303
+ }, [_c('div', {
8304
+ staticClass: "tr"
8305
+ }, [_c('div', {
8306
+ staticClass: "td label"
8307
+ }, [_vm._v(_vm._s(_vm.statusLabel))]), _vm._v(" "), _c('div', {
8308
+ staticClass: "td status"
8309
+ }, [!backup.enabled ? _c('span', {
8310
+ staticClass: "ns-warning"
8311
+ }, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
8312
+ staticClass: "ns-success"
8313
+ }, [_c('span', [_vm._v(_vm._s(_vm.statusSuccessLabel))])]) : _vm.status[backup.id] && _vm.status[backup.id].success == false ? _c('span', {
8314
+ staticClass: "ns-error"
8315
+ }, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
8316
+ staticClass: "ns-warning"
8317
+ }, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _c('div', {
8318
+ staticClass: "tr"
8319
+ }, [_c('div', {
8320
+ staticClass: "td label"
8321
+ }, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
8322
+ staticClass: "td"
8323
+ }, [_vm._v("\n " + _vm._s(backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
8324
+ staticClass: "tr"
8325
+ }, [_c('div', {
8326
+ staticClass: "td label"
8327
+ }, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
8328
+ staticClass: "td"
8329
+ }, [_vm.status[backup.id] && _vm.status[backup.id].end ? _c('span', [_c('cv-tooltip', {
8330
+ staticClass: "info tooltip-with-text-trigger",
8331
+ attrs: {
8332
+ "alignment": "center",
8333
+ "direction": "bottom",
8334
+ "tip": _vm._f("date")(_vm.status[backup.id].end * 1000, 'yyyy-MM-dd HH:mm:ss')
8335
+ }
8336
+ }, [_vm._v("\n " + _vm._s(_vm.formatDateDistance(_vm.status[backup.id].end * 1000, new Date(), {
8337
+ addSuffix: true
8338
+ })) + "\n ")])], 1) : _c('span', [_vm._v("-")])])]), _vm._v(" "), _c('div', {
8339
+ staticClass: "tr"
8340
+ }, [_c('div', {
8341
+ staticClass: "td label"
8342
+ }, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
8343
+ staticClass: "td"
8344
+ }, [_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', {
8345
+ staticClass: "tr"
8346
+ }, [_c('div', {
8347
+ staticClass: "td label"
8348
+ }, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
8349
+ staticClass: "td"
8350
+ }, [_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', {
8351
+ staticClass: "tr"
8352
+ }, [_c('div', {
8353
+ staticClass: "td label"
8354
+ }, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
8355
+ staticClass: "td"
8356
+ }, [_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("-")])])])])])]);
8357
+ }), _vm._v(" "), _c('div', [_c('div', {
8358
+ staticClass: "row mg-top-sm"
8359
+ }, [_c('NsButton', {
8360
+ attrs: {
8361
+ "kind": "ghost",
8362
+ "icon": _vm.ArrowRight20,
8363
+ "disabled": _vm.loading
8364
+ },
8365
+ on: {
8366
+ "click": _vm.goToBackup
8367
+ }
8368
+ }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
8369
+ };
8370
+
8371
+ var __vue_staticRenderFns__$7 = [];
8372
+ /* style */
8373
+
8374
+ const __vue_inject_styles__$7 = function (inject) {
8375
+ if (!inject) return;
8376
+ inject("data-v-c645ad74_0", {
8377
+ source: ".ns-backup-card[data-v-c645ad74]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.row[data-v-c645ad74]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-c645ad74]{margin-left:.25rem;margin-right:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-c645ad74]{display:flex;justify-content:center;margin-top:.5rem}.table[data-v-c645ad74]{display:table}.tr[data-v-c645ad74]{display:table-row}.td[data-v-c645ad74]{display:table-cell}.label[data-v-c645ad74]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-c645ad74]{font-weight:700}.backup-status-icon[data-v-c645ad74]{margin-right:.25rem}",
8378
+ map: undefined,
8379
+ media: undefined
8380
+ });
8381
+ };
8382
+ /* scoped */
8383
+
8384
+
8385
+ const __vue_scope_id__$7 = "data-v-c645ad74";
8386
+ /* module identifier */
8387
+
8388
+ const __vue_module_identifier__$7 = undefined;
8389
+ /* functional template */
8390
+
8391
+ const __vue_is_functional_template__$7 = false;
8392
+ /* style inject SSR */
8393
+
8394
+ /* style inject shadow dom */
8395
+
8396
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
8397
+ render: __vue_render__$7,
8398
+ staticRenderFns: __vue_staticRenderFns__$7
8399
+ }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
8400
+
8401
+ var __vue_component__$f = __vue_component__$e;
8402
+
8403
+ //
8404
+ var script = {
8405
+ name: "NsWizard",
8406
+ extends: CvModal,
8407
+ mixins: [IconService],
8408
+ props: {
8409
+ cancelLabel: {
8410
+ type: String,
8411
+ default: "Cancel"
8412
+ },
8413
+ previousLabel: {
8414
+ type: String,
8415
+ default: "Previous"
8416
+ },
8417
+ nextLabel: {
8418
+ type: String,
8419
+ default: "Next"
8420
+ },
8421
+ isPreviousDisabled: Boolean,
8422
+ isNextDisabled: Boolean,
8423
+ isNextLoading: Boolean,
8424
+ closeAriaLabel: {
8425
+ type: String,
8426
+ default: "Close modal"
8427
+ },
8428
+ autoHideOff: Boolean,
8429
+ visible: Boolean,
8430
+ size: String
8431
+ }
8432
+ };
8433
+
8434
+ /* script */
8435
+ const __vue_script__ = script;
8436
+ /* template */
8437
+
8438
+ var __vue_render__$6 = function () {
8439
+ var _obj, _obj$1;
8440
+
8441
+ var _vm = this;
8442
+
8443
+ var _h = _vm.$createElement;
8444
+
8445
+ var _c = _vm._self._c || _h;
8446
+
8447
+ return _c('div', {
8448
+ class: ["cv-modal " + _vm.carbonPrefix + "--modal", "wizard-modal", {
8449
+ 'is-visible': _vm.dataVisible
8450
+ }],
8451
+ attrs: {
8452
+ "data-modal": "",
8453
+ "id": _vm.uid,
8454
+ "tabindex": "-1"
8455
+ },
8456
+ on: {
8457
+ "keydown": function ($event) {
8458
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
8459
+ return null;
8460
+ }
8461
+
8462
+ $event.preventDefault();
8463
+ return _vm.onEsc.apply(null, arguments);
8464
+ },
8465
+ "click": function ($event) {
8466
+ if ($event.target !== $event.currentTarget) {
8467
+ return null;
8468
+ }
8469
+
8470
+ return _vm.onExternalClick.apply(null, arguments);
8471
+ }
8472
+ }
8473
+ }, [_c('div', _vm._b({
8474
+ ref: "modalDialog",
8475
+ class: [_vm.carbonPrefix + "--modal-container", (_obj = {}, _obj[_vm.carbonPrefix + "--modal-container--" + _vm.internalSize] = _vm.internalSize, _obj)]
8476
+ }, 'div', _vm.dialogAttrs, false), [_c('div', {
8477
+ ref: "beforeContent",
8478
+ staticClass: "cv-modal__before-content",
8479
+ staticStyle: {
8480
+ "position": "absolute",
8481
+ "height": "1px",
8482
+ "width": "1px",
8483
+ "left": "-9999px"
8484
+ },
8485
+ attrs: {
8486
+ "tabindex": "0"
8487
+ },
8488
+ on: {
8489
+ "focus": _vm.focusBeforeContent
8490
+ }
8491
+ }), _vm._v(" "), _c('div', {
8492
+ class: _vm.carbonPrefix + "--modal-header"
8493
+ }, [_c('p', {
8494
+ class: _vm.carbonPrefix + "--modal-header__label"
8495
+ }, [_vm._t("label")], 2), _vm._v(" "), _c('p', {
8496
+ class: _vm.carbonPrefix + "--modal-header__heading"
8497
+ }, [_vm._t("title", function () {
8498
+ return [_vm._v("Modal Title")];
8499
+ })], 2), _vm._v(" "), _c('button', {
8500
+ ref: "close",
8501
+ class: _vm.carbonPrefix + "--modal-close",
8502
+ attrs: {
8503
+ "type": "button",
8504
+ "aria-label": _vm.closeAriaLabel
8505
+ },
8506
+ on: {
8507
+ "click": _vm.onClose
8508
+ }
8509
+ }, [_c('Close16', {
8510
+ class: _vm.carbonPrefix + "--modal-close__icon"
8511
+ })], 1)]), _vm._v(" "), _c('div', {
8512
+ ref: "content",
8513
+ class: [_vm.carbonPrefix + "--modal-content", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--modal-content--with-form"] = _vm.hasFormContent, _obj$1)],
8514
+ attrs: {
8515
+ "tabindex": _vm.scrollable ? 0 : undefined
8516
+ }
8517
+ }, [_vm._t("content")], 2), _vm._v(" "), _c('cv-button-set', {
8518
+ class: [_vm.carbonPrefix + "--modal-footer", _vm.carbonPrefix + "--modal-footer--three-button"]
8519
+ }, [_c('NsButton', {
8520
+ staticClass: "wizard-button",
8521
+ attrs: {
8522
+ "kind": "secondary",
8523
+ "icon": _vm.Close20,
8524
+ "type": "button"
8525
+ },
8526
+ on: {
8527
+ "click": function ($event) {
8528
+ return _vm.$emit('cancel');
8529
+ }
8530
+ }
8531
+ }, [_vm._v(_vm._s(_vm.cancelLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8532
+ staticClass: "wizard-button",
8533
+ attrs: {
8534
+ "kind": "secondary",
8535
+ "icon": _vm.ChevronLeft20,
8536
+ "disabled": _vm.isPreviousDisabled,
8537
+ "type": "button"
8538
+ },
8539
+ on: {
8540
+ "click": function ($event) {
8541
+ return _vm.$emit('previousStep');
8542
+ }
8543
+ }
8544
+ }, [_vm._v(_vm._s(_vm.previousLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8545
+ ref: "wizardNext",
8546
+ staticClass: "wizard-button",
8547
+ attrs: {
8548
+ "kind": "primary",
8549
+ "icon": _vm.ChevronRight20,
8550
+ "disabled": _vm.isNextDisabled,
8551
+ "loading": _vm.isNextLoading,
8552
+ "type": "submit"
8553
+ },
8554
+ on: {
8555
+ "click": function ($event) {
8556
+ return _vm.$emit('nextStep');
8557
+ }
8558
+ }
8559
+ }, [_vm._v(_vm._s(_vm.nextLabel) + "\n ")])], 1), _vm._v(" "), _c('div', {
8560
+ ref: "afterContent",
8561
+ staticClass: "cv-modal__after-content",
8562
+ staticStyle: {
8563
+ "position": "absolute",
8564
+ "height": "1px",
8565
+ "width": "1px",
8566
+ "left": "-9999px"
8567
+ },
8568
+ attrs: {
8569
+ "tabindex": "0"
8570
+ },
8571
+ on: {
8572
+ "focus": _vm.focusAfterContent
8573
+ }
8574
+ })], 1)]);
8575
+ };
8576
+
7899
8577
  var __vue_staticRenderFns__$6 = [];
7900
8578
  /* style */
7901
8579
 
7902
8580
  const __vue_inject_styles__$6 = undefined;
7903
8581
  /* scoped */
7904
8582
 
7905
- const __vue_scope_id__$6 = "data-v-31925b9d";
8583
+ const __vue_scope_id__$6 = undefined;
7906
8584
  /* module identifier */
7907
8585
 
7908
8586
  const __vue_module_identifier__$6 = undefined;
@@ -15748,26 +16426,29 @@ var filters = {
15748
16426
 
15749
16427
  var components = /*#__PURE__*/Object.freeze({
15750
16428
  __proto__: null,
15751
- NsButton: __vue_component__$K,
15752
- NsEmptyState: __vue_component__$F,
16429
+ NsButton: __vue_component__$Q,
16430
+ NsEmptyState: __vue_component__$L,
15753
16431
  NsPictogram: NsPictogram,
15754
- NsCodeSnippet: __vue_component__$D,
16432
+ NsCodeSnippet: __vue_component__$J,
15755
16433
  NsInlineNotification: NsInlineNotification,
15756
16434
  NsProgressBar: NsProgressBar,
15757
16435
  NsSvg: NsSvg,
15758
- NsTile: __vue_component__$x,
15759
- NsToastNotification: __vue_component__$v,
15760
- NsInfoCard: __vue_component__$t,
15761
- NsStatusCard: __vue_component__$r,
15762
- NsSystemdServiceCard: __vue_component__$p,
15763
- NsPasswordInput: __vue_component__$n,
15764
- NsIconMenu: __vue_component__$l,
15765
- NsMeterChart: __vue_component__$j,
15766
- NsPieChart: __vue_component__$h,
16436
+ NsTile: __vue_component__$D,
16437
+ NsToastNotification: __vue_component__$B,
16438
+ NsInfoCard: __vue_component__$z,
16439
+ NsStatusCard: __vue_component__$x,
16440
+ NsSystemdServiceCard: __vue_component__$v,
16441
+ NsPasswordInput: __vue_component__$t,
16442
+ NsIconMenu: __vue_component__$r,
16443
+ NsMeterChart: __vue_component__$p,
16444
+ NsPieChart: __vue_component__$n,
15767
16445
  NsLottieAnimation: NsLottieAnimation,
15768
- NsDangerDeleteModal: __vue_component__$f,
16446
+ NsDangerDeleteModal: __vue_component__$l,
15769
16447
  NsCircleTimer: NsCircleTimer,
15770
- NsDropdownAction: __vue_component__$d,
16448
+ NsDropdownAction: __vue_component__$j,
16449
+ NsTextInput: __vue_component__$h,
16450
+ NsBackupCard: __vue_component__$f,
16451
+ NsWizard: __vue_component__$d,
15771
16452
  ExclamationMark: ExclamationMark,
15772
16453
  Gear: __vue_component__$b,
15773
16454
  Love: __vue_component__$9,
@@ -15795,4 +16476,4 @@ const install = function installNs8UiLib(Vue) {
15795
16476
  });
15796
16477
  }; // Create module definition for Vue.use()
15797
16478
 
15798
- 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__$K as NsButton, NsCircleTimer, __vue_component__$D as NsCodeSnippet, __vue_component__$f as NsDangerDeleteModal, __vue_component__$d as NsDropdownAction, __vue_component__$F as NsEmptyState, __vue_component__$l as NsIconMenu, __vue_component__$t as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$j as NsMeterChart, __vue_component__$n as NsPasswordInput, NsPictogram, __vue_component__$h as NsPieChart, NsProgressBar, __vue_component__$r as NsStatusCard, NsSvg, __vue_component__$p as NsSystemdServiceCard, __vue_component__$x as NsTile, __vue_component__$v as NsToastNotification, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };
16479
+ 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__$f as NsBackupCard, __vue_component__$Q as NsButton, NsCircleTimer, __vue_component__$J as NsCodeSnippet, __vue_component__$l as NsDangerDeleteModal, __vue_component__$j as NsDropdownAction, __vue_component__$L as NsEmptyState, __vue_component__$r as NsIconMenu, __vue_component__$z as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$p as NsMeterChart, __vue_component__$t as NsPasswordInput, NsPictogram, __vue_component__$n as NsPieChart, NsProgressBar, __vue_component__$x as NsStatusCard, NsSvg, __vue_component__$v as NsSystemdServiceCard, __vue_component__$h as NsTextInput, __vue_component__$D as NsTile, __vue_component__$B as NsToastNotification, __vue_component__$d as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, UtilService, __vue_component__$7 as Warning, install as default };