@nethserver/ns8-ui-lib 0.0.44 → 0.0.48

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;
@@ -1105,7 +1109,7 @@ var __vue_render__$k = function () {
1105
1109
  "color": "white"
1106
1110
  }
1107
1111
  })], 1) : _vm._e()])], 1), _vm._v(" "), _vm.actionLabel ? _c('button', {
1108
- class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost"],
1112
+ class: [_vm.carbonPrefix + "--inline-notification__action-button", _vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--btn--sm", _vm.carbonPrefix + "--btn--ghost", 'action-button'],
1109
1113
  attrs: {
1110
1114
  "type": "button"
1111
1115
  },
@@ -1131,13 +1135,13 @@ 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
- inject("data-v-1e5d2ff7_0", {
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}",
1143
+ inject("data-v-59312d66_0", {
1144
+ source: ".title[data-v-59312d66]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-59312d66]{margin-right:.75rem}.details[data-v-59312d66]{flex-grow:0}.action-button[data-v-59312d66]{margin-right:.5rem}.bx--inline-notification__close-button[data-v-59312d66]{position:absolute!important}.bx--inline-notification__text-wrapper p[data-v-59312d66]{padding-right:0!important}",
1141
1145
  map: undefined,
1142
1146
  media: undefined
1143
1147
  });
@@ -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-59312d66";
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,
@@ -1404,10 +1408,16 @@ var script$c = {
1404
1408
  },
1405
1409
  centered: Boolean,
1406
1410
  large: Boolean,
1407
- light: Boolean
1411
+ light: Boolean,
1412
+ disabled: Boolean
1408
1413
  },
1409
1414
  computed: {
1410
1415
  tagType() {
1416
+ if (this.disabled) {
1417
+ // not selectable nor clickable
1418
+ return "cv-tile-standard";
1419
+ }
1420
+
1411
1421
  switch (this.kind) {
1412
1422
  case "clickable":
1413
1423
  return "cv-tile-clickable";
@@ -1424,10 +1434,10 @@ var script$c = {
1424
1434
  };
1425
1435
 
1426
1436
  /* script */
1427
- const __vue_script__$c = script$c;
1437
+ const __vue_script__$g = script$g;
1428
1438
  /* template */
1429
1439
 
1430
- var __vue_render__$i = function () {
1440
+ var __vue_render__$m = function () {
1431
1441
  var _obj;
1432
1442
 
1433
1443
  var _vm = this;
@@ -1441,6 +1451,8 @@ var __vue_render__$i = function () {
1441
1451
  tag: "component",
1442
1452
  class: ["cv-tile " + _vm.carbonPrefix + "--tile", (_obj = {}, _obj[_vm.carbonPrefix + "--tile--light"] = _vm.isLight, _obj), 'ns-tile', {
1443
1453
  'pad-bottom': _vm.footerIcon
1454
+ }, {
1455
+ 'disabled-tile': _vm.disabled
1444
1456
  }],
1445
1457
  attrs: {
1446
1458
  "checked": _vm.selected,
@@ -1464,13 +1476,13 @@ var __vue_render__$i = function () {
1464
1476
  }) : _vm._e()], 1);
1465
1477
  };
1466
1478
 
1467
- var __vue_staticRenderFns__$i = [];
1479
+ var __vue_staticRenderFns__$m = [];
1468
1480
  /* style */
1469
1481
 
1470
- const __vue_inject_styles__$i = function (inject) {
1482
+ const __vue_inject_styles__$m = function (inject) {
1471
1483
  if (!inject) return;
1472
- inject("data-v-bbf09f9e_0", {
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}",
1484
+ inject("data-v-fd6b91dc_0", {
1485
+ source: ".ns-tile[data-v-fd6b91dc]{margin-bottom:2rem}.container[data-v-fd6b91dc]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-fd6b91dc]{text-align:center}.large[data-v-fd6b91dc]{min-height:10rem}.tile-icon[data-v-fd6b91dc]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-fd6b91dc]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-fd6b91dc]{padding-bottom:4rem}.disabled-tile[data-v-fd6b91dc]{color:#c6c6c6}",
1474
1486
  map: undefined,
1475
1487
  media: undefined
1476
1488
  });
@@ -1478,23 +1490,23 @@ const __vue_inject_styles__$i = function (inject) {
1478
1490
  /* scoped */
1479
1491
 
1480
1492
 
1481
- const __vue_scope_id__$i = "data-v-bbf09f9e";
1493
+ const __vue_scope_id__$m = "data-v-fd6b91dc";
1482
1494
  /* module identifier */
1483
1495
 
1484
- const __vue_module_identifier__$i = undefined;
1496
+ const __vue_module_identifier__$m = undefined;
1485
1497
  /* functional template */
1486
1498
 
1487
- const __vue_is_functional_template__$i = false;
1499
+ const __vue_is_functional_template__$m = false;
1488
1500
  /* style inject SSR */
1489
1501
 
1490
1502
  /* style inject shadow dom */
1491
1503
 
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);
1504
+ const __vue_component__$H = /*#__PURE__*/normalizeComponent({
1505
+ render: __vue_render__$m,
1506
+ staticRenderFns: __vue_staticRenderFns__$m
1507
+ }, __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
1508
 
1497
- var __vue_component__$B = __vue_component__$A;
1509
+ var __vue_component__$I = __vue_component__$H;
1498
1510
 
1499
1511
  function toInteger(dirtyNumber) {
1500
1512
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6091,7 +6103,7 @@ var DateTimeService = {
6091
6103
  };
6092
6104
 
6093
6105
  //
6094
- var script$b = {
6106
+ var script$f = {
6095
6107
  name: "NsToastNotification",
6096
6108
  extends: CvToastNotification,
6097
6109
  components: {
@@ -6133,10 +6145,10 @@ var script$b = {
6133
6145
  };
6134
6146
 
6135
6147
  /* script */
6136
- const __vue_script__$b = script$b;
6148
+ const __vue_script__$f = script$f;
6137
6149
  /* template */
6138
6150
 
6139
- var __vue_render__$h = function () {
6151
+ var __vue_render__$l = function () {
6140
6152
  var _obj;
6141
6153
 
6142
6154
  var _vm = this;
@@ -6219,10 +6231,10 @@ var __vue_render__$h = function () {
6219
6231
  })], 1) : _vm._e()], 1)]);
6220
6232
  };
6221
6233
 
6222
- var __vue_staticRenderFns__$h = [];
6234
+ var __vue_staticRenderFns__$l = [];
6223
6235
  /* style */
6224
6236
 
6225
- const __vue_inject_styles__$h = function (inject) {
6237
+ const __vue_inject_styles__$l = function (inject) {
6226
6238
  if (!inject) return;
6227
6239
  inject("data-v-79bd81d3_0", {
6228
6240
  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 +6249,26 @@ const __vue_inject_styles__$h = function (inject) {
6237
6249
  /* scoped */
6238
6250
 
6239
6251
 
6240
- const __vue_scope_id__$h = "data-v-79bd81d3";
6252
+ const __vue_scope_id__$l = "data-v-79bd81d3";
6241
6253
  /* module identifier */
6242
6254
 
6243
- const __vue_module_identifier__$h = undefined;
6255
+ const __vue_module_identifier__$l = undefined;
6244
6256
  /* functional template */
6245
6257
 
6246
- const __vue_is_functional_template__$h = false;
6258
+ const __vue_is_functional_template__$l = false;
6247
6259
  /* style inject SSR */
6248
6260
 
6249
6261
  /* style inject shadow dom */
6250
6262
 
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);
6263
+ const __vue_component__$F = /*#__PURE__*/normalizeComponent({
6264
+ render: __vue_render__$l,
6265
+ staticRenderFns: __vue_staticRenderFns__$l
6266
+ }, __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
6267
 
6256
- var __vue_component__$z = __vue_component__$y;
6268
+ var __vue_component__$G = __vue_component__$F;
6257
6269
 
6258
6270
  //
6259
- var script$a = {
6271
+ var script$e = {
6260
6272
  name: "NsInfoCard",
6261
6273
  //components added for storybook to work
6262
6274
  components: {
@@ -6291,10 +6303,10 @@ var script$a = {
6291
6303
  };
6292
6304
 
6293
6305
  /* script */
6294
- const __vue_script__$a = script$a;
6306
+ const __vue_script__$e = script$e;
6295
6307
  /* template */
6296
6308
 
6297
- var __vue_render__$g = function () {
6309
+ var __vue_render__$k = function () {
6298
6310
  var _vm = this;
6299
6311
 
6300
6312
  var _h = _vm.$createElement;
@@ -6326,10 +6338,10 @@ var __vue_render__$g = function () {
6326
6338
  }, [_vm._t("content")], 2)], 2);
6327
6339
  };
6328
6340
 
6329
- var __vue_staticRenderFns__$g = [];
6341
+ var __vue_staticRenderFns__$k = [];
6330
6342
  /* style */
6331
6343
 
6332
- const __vue_inject_styles__$g = function (inject) {
6344
+ const __vue_inject_styles__$k = function (inject) {
6333
6345
  if (!inject) return;
6334
6346
  inject("data-v-5f0f76db_0", {
6335
6347
  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 +6352,26 @@ const __vue_inject_styles__$g = function (inject) {
6340
6352
  /* scoped */
6341
6353
 
6342
6354
 
6343
- const __vue_scope_id__$g = "data-v-5f0f76db";
6355
+ const __vue_scope_id__$k = "data-v-5f0f76db";
6344
6356
  /* module identifier */
6345
6357
 
6346
- const __vue_module_identifier__$g = undefined;
6358
+ const __vue_module_identifier__$k = undefined;
6347
6359
  /* functional template */
6348
6360
 
6349
- const __vue_is_functional_template__$g = false;
6361
+ const __vue_is_functional_template__$k = false;
6350
6362
  /* style inject SSR */
6351
6363
 
6352
6364
  /* style inject shadow dom */
6353
6365
 
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);
6366
+ const __vue_component__$D = /*#__PURE__*/normalizeComponent({
6367
+ render: __vue_render__$k,
6368
+ staticRenderFns: __vue_staticRenderFns__$k
6369
+ }, __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
6370
 
6359
- var __vue_component__$x = __vue_component__$w;
6371
+ var __vue_component__$E = __vue_component__$D;
6360
6372
 
6361
6373
  //
6362
- var script$9 = {
6374
+ var script$d = {
6363
6375
  name: "NsStatusCard",
6364
6376
  //components added for storybook to work
6365
6377
  components: {
@@ -6406,10 +6418,10 @@ var script$9 = {
6406
6418
  };
6407
6419
 
6408
6420
  /* script */
6409
- const __vue_script__$9 = script$9;
6421
+ const __vue_script__$d = script$d;
6410
6422
  /* template */
6411
6423
 
6412
- var __vue_render__$f = function () {
6424
+ var __vue_render__$j = function () {
6413
6425
  var _vm = this;
6414
6426
 
6415
6427
  var _h = _vm.$createElement;
@@ -6478,10 +6490,10 @@ var __vue_render__$f = function () {
6478
6490
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6479
6491
  };
6480
6492
 
6481
- var __vue_staticRenderFns__$f = [];
6493
+ var __vue_staticRenderFns__$j = [];
6482
6494
  /* style */
6483
6495
 
6484
- const __vue_inject_styles__$f = function (inject) {
6496
+ const __vue_inject_styles__$j = function (inject) {
6485
6497
  if (!inject) return;
6486
6498
  inject("data-v-e4a14fb4_0", {
6487
6499
  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 +6504,26 @@ const __vue_inject_styles__$f = function (inject) {
6492
6504
  /* scoped */
6493
6505
 
6494
6506
 
6495
- const __vue_scope_id__$f = "data-v-e4a14fb4";
6507
+ const __vue_scope_id__$j = "data-v-e4a14fb4";
6496
6508
  /* module identifier */
6497
6509
 
6498
- const __vue_module_identifier__$f = undefined;
6510
+ const __vue_module_identifier__$j = undefined;
6499
6511
  /* functional template */
6500
6512
 
6501
- const __vue_is_functional_template__$f = false;
6513
+ const __vue_is_functional_template__$j = false;
6502
6514
  /* style inject SSR */
6503
6515
 
6504
6516
  /* style inject shadow dom */
6505
6517
 
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);
6518
+ const __vue_component__$B = /*#__PURE__*/normalizeComponent({
6519
+ render: __vue_render__$j,
6520
+ staticRenderFns: __vue_staticRenderFns__$j
6521
+ }, __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
6522
 
6511
- var __vue_component__$v = __vue_component__$u;
6523
+ var __vue_component__$C = __vue_component__$B;
6512
6524
 
6513
6525
  //
6514
- var script$8 = {
6526
+ var script$c = {
6515
6527
  name: "NsSystemdServiceCard",
6516
6528
  //components added for storybook to work
6517
6529
  components: {
@@ -6565,10 +6577,10 @@ var script$8 = {
6565
6577
  };
6566
6578
 
6567
6579
  /* script */
6568
- const __vue_script__$8 = script$8;
6580
+ const __vue_script__$c = script$c;
6569
6581
  /* template */
6570
6582
 
6571
- var __vue_render__$e = function () {
6583
+ var __vue_render__$i = function () {
6572
6584
  var _vm = this;
6573
6585
 
6574
6586
  var _h = _vm.$createElement;
@@ -6623,10 +6635,10 @@ var __vue_render__$e = function () {
6623
6635
  })], 1)])]);
6624
6636
  };
6625
6637
 
6626
- var __vue_staticRenderFns__$e = [];
6638
+ var __vue_staticRenderFns__$i = [];
6627
6639
  /* style */
6628
6640
 
6629
- const __vue_inject_styles__$e = function (inject) {
6641
+ const __vue_inject_styles__$i = function (inject) {
6630
6642
  if (!inject) return;
6631
6643
  inject("data-v-e13a5ce6_0", {
6632
6644
  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 +6649,23 @@ const __vue_inject_styles__$e = function (inject) {
6637
6649
  /* scoped */
6638
6650
 
6639
6651
 
6640
- const __vue_scope_id__$e = "data-v-e13a5ce6";
6652
+ const __vue_scope_id__$i = "data-v-e13a5ce6";
6641
6653
  /* module identifier */
6642
6654
 
6643
- const __vue_module_identifier__$e = undefined;
6655
+ const __vue_module_identifier__$i = undefined;
6644
6656
  /* functional template */
6645
6657
 
6646
- const __vue_is_functional_template__$e = false;
6658
+ const __vue_is_functional_template__$i = false;
6647
6659
  /* style inject SSR */
6648
6660
 
6649
6661
  /* style inject shadow dom */
6650
6662
 
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);
6663
+ const __vue_component__$z = /*#__PURE__*/normalizeComponent({
6664
+ render: __vue_render__$i,
6665
+ staticRenderFns: __vue_staticRenderFns__$i
6666
+ }, __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
6667
 
6656
- var __vue_component__$t = __vue_component__$s;
6668
+ var __vue_component__$A = __vue_component__$z;
6657
6669
 
6658
6670
  var UtilService = {
6659
6671
  name: "UtilService",
@@ -6825,7 +6837,7 @@ var UtilService = {
6825
6837
  };
6826
6838
 
6827
6839
  //
6828
- var script$7 = {
6840
+ var script$b = {
6829
6841
  name: "NsPasswordInput",
6830
6842
  components: CvTextInput,
6831
6843
  mixins: [UtilService],
@@ -6981,10 +6993,10 @@ var script$7 = {
6981
6993
  };
6982
6994
 
6983
6995
  /* script */
6984
- const __vue_script__$7 = script$7;
6996
+ const __vue_script__$b = script$b;
6985
6997
  /* template */
6986
6998
 
6987
- var __vue_render__$d = function () {
6999
+ var __vue_render__$h = function () {
6988
7000
  var _vm = this;
6989
7001
 
6990
7002
  var _h = _vm.$createElement;
@@ -7018,27 +7030,32 @@ var __vue_render__$d = function () {
7018
7030
  }, [_c('span', {
7019
7031
  class: ['requirement', {
7020
7032
  'requirement-ok': _vm.isLengthOk,
7021
- 'requirement-light': _vm.light
7033
+ 'requirement-light': _vm.light,
7034
+ 'requirement-disabled': _vm.disabled
7022
7035
  }]
7023
7036
  }, [_vm._v(_vm._s(_vm.lengthLabel))]), _vm._v(" "), _c('span', {
7024
7037
  class: ['requirement', {
7025
7038
  'requirement-ok': _vm.isLowercaseOk,
7026
- 'requirement-light': _vm.light
7039
+ 'requirement-light': _vm.light,
7040
+ 'requirement-disabled': _vm.disabled
7027
7041
  }]
7028
7042
  }, [_vm._v(_vm._s(_vm.lowercaseLabel))]), _vm._v(" "), _c('span', {
7029
7043
  class: ['requirement', {
7030
7044
  'requirement-ok': _vm.isUppercaseOk,
7031
- 'requirement-light': _vm.light
7045
+ 'requirement-light': _vm.light,
7046
+ 'requirement-disabled': _vm.disabled
7032
7047
  }]
7033
7048
  }, [_vm._v(_vm._s(_vm.uppercaseLabel))]), _vm._v(" "), _c('span', {
7034
7049
  class: ['requirement', {
7035
7050
  'requirement-ok': _vm.isNumberOk,
7036
- 'requirement-light': _vm.light
7051
+ 'requirement-light': _vm.light,
7052
+ 'requirement-disabled': _vm.disabled
7037
7053
  }]
7038
7054
  }, [_vm._v(_vm._s(_vm.numberLabel))]), _vm._v(" "), _c('span', {
7039
7055
  class: ['requirement', {
7040
7056
  'requirement-ok': _vm.isSymbolOk,
7041
- 'requirement-light': _vm.light
7057
+ 'requirement-light': _vm.light,
7058
+ 'requirement-disabled': _vm.disabled
7042
7059
  }]
7043
7060
  }, [_vm._v(_vm._s(_vm.symbolLabel))])])], 1), _vm._v(" "), _c('div', {
7044
7061
  staticClass: "confirm-password-container"
@@ -7068,18 +7085,19 @@ var __vue_render__$d = function () {
7068
7085
  }, [_c('span', {
7069
7086
  class: ['requirement', {
7070
7087
  'requirement-ok': _vm.isEqualOk,
7071
- 'requirement-light': _vm.light
7088
+ 'requirement-light': _vm.light,
7089
+ 'requirement-disabled': _vm.disabled
7072
7090
  }]
7073
7091
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7074
7092
  };
7075
7093
 
7076
- var __vue_staticRenderFns__$d = [];
7094
+ var __vue_staticRenderFns__$h = [];
7077
7095
  /* style */
7078
7096
 
7079
- const __vue_inject_styles__$d = function (inject) {
7097
+ const __vue_inject_styles__$h = function (inject) {
7080
7098
  if (!inject) return;
7081
- inject("data-v-1598af82_0", {
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}",
7099
+ inject("data-v-af9d89fe_0", {
7100
+ source: ".new-password-container[data-v-af9d89fe]{margin-bottom:1rem}.new-password[data-v-af9d89fe]{margin-bottom:.25rem}.confirm-password[data-v-af9d89fe]{margin-bottom:.25rem}.password-meter[data-v-af9d89fe]{display:flex}@media (min-width:672px){.password-meter[data-v-af9d89fe]{max-width:38rem}}.requirement[data-v-af9d89fe]{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-af9d89fe]{background-color:#fff}.requirement[data-v-af9d89fe]:first-child{margin-left:0}.requirement-ok[data-v-af9d89fe]{color:#fff;background-color:#198038}.requirement-disabled[data-v-af9d89fe]{color:#c6c6c6;background-color:#f4f4f4}",
7083
7101
  map: undefined,
7084
7102
  media: undefined
7085
7103
  });
@@ -7087,26 +7105,26 @@ const __vue_inject_styles__$d = function (inject) {
7087
7105
  /* scoped */
7088
7106
 
7089
7107
 
7090
- const __vue_scope_id__$d = "data-v-1598af82";
7108
+ const __vue_scope_id__$h = "data-v-af9d89fe";
7091
7109
  /* module identifier */
7092
7110
 
7093
- const __vue_module_identifier__$d = undefined;
7111
+ const __vue_module_identifier__$h = undefined;
7094
7112
  /* functional template */
7095
7113
 
7096
- const __vue_is_functional_template__$d = false;
7114
+ const __vue_is_functional_template__$h = false;
7097
7115
  /* style inject SSR */
7098
7116
 
7099
7117
  /* style inject shadow dom */
7100
7118
 
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);
7119
+ const __vue_component__$x = /*#__PURE__*/normalizeComponent({
7120
+ render: __vue_render__$h,
7121
+ staticRenderFns: __vue_staticRenderFns__$h
7122
+ }, __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
7123
 
7106
- var __vue_component__$r = __vue_component__$q;
7124
+ var __vue_component__$y = __vue_component__$x;
7107
7125
 
7108
7126
  //
7109
- var script$6 = {
7127
+ var script$a = {
7110
7128
  name: "NsIconMenu",
7111
7129
  extends: CvOverflowMenu,
7112
7130
  props: {
@@ -7135,10 +7153,10 @@ var script$6 = {
7135
7153
  };
7136
7154
 
7137
7155
  /* script */
7138
- const __vue_script__$6 = script$6;
7156
+ const __vue_script__$a = script$a;
7139
7157
  /* template */
7140
7158
 
7141
- var __vue_render__$c = function () {
7159
+ var __vue_render__$g = function () {
7142
7160
  var _obj, _obj$1;
7143
7161
 
7144
7162
  var _vm = this;
@@ -7250,35 +7268,35 @@ var __vue_render__$c = function () {
7250
7268
  })])]);
7251
7269
  };
7252
7270
 
7253
- var __vue_staticRenderFns__$c = [];
7271
+ var __vue_staticRenderFns__$g = [];
7254
7272
  /* style */
7255
7273
 
7256
- const __vue_inject_styles__$c = undefined;
7274
+ const __vue_inject_styles__$g = undefined;
7257
7275
  /* scoped */
7258
7276
 
7259
- const __vue_scope_id__$c = undefined;
7277
+ const __vue_scope_id__$g = undefined;
7260
7278
  /* module identifier */
7261
7279
 
7262
- const __vue_module_identifier__$c = undefined;
7280
+ const __vue_module_identifier__$g = undefined;
7263
7281
  /* functional template */
7264
7282
 
7265
- const __vue_is_functional_template__$c = false;
7283
+ const __vue_is_functional_template__$g = false;
7266
7284
  /* style inject */
7267
7285
 
7268
7286
  /* style inject SSR */
7269
7287
 
7270
7288
  /* style inject shadow dom */
7271
7289
 
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);
7290
+ const __vue_component__$v = /*#__PURE__*/normalizeComponent({
7291
+ render: __vue_render__$g,
7292
+ staticRenderFns: __vue_staticRenderFns__$g
7293
+ }, __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
7294
 
7277
- var __vue_component__$p = __vue_component__$o;
7295
+ var __vue_component__$w = __vue_component__$v;
7278
7296
 
7279
7297
  //
7280
7298
  Vue.use(chartsVue);
7281
- var script$5 = {
7299
+ var script$9 = {
7282
7300
  name: "NsMeterChart",
7283
7301
  components: {
7284
7302
  CcvMeterChart
@@ -7352,10 +7370,10 @@ var script$5 = {
7352
7370
  };
7353
7371
 
7354
7372
  /* script */
7355
- const __vue_script__$5 = script$5;
7373
+ const __vue_script__$9 = script$9;
7356
7374
  /* template */
7357
7375
 
7358
- var __vue_render__$b = function () {
7376
+ var __vue_render__$f = function () {
7359
7377
  var _vm = this;
7360
7378
 
7361
7379
  var _h = _vm.$createElement;
@@ -7370,35 +7388,35 @@ var __vue_render__$b = function () {
7370
7388
  });
7371
7389
  };
7372
7390
 
7373
- var __vue_staticRenderFns__$b = [];
7391
+ var __vue_staticRenderFns__$f = [];
7374
7392
  /* style */
7375
7393
 
7376
- const __vue_inject_styles__$b = undefined;
7394
+ const __vue_inject_styles__$f = undefined;
7377
7395
  /* scoped */
7378
7396
 
7379
- const __vue_scope_id__$b = undefined;
7397
+ const __vue_scope_id__$f = undefined;
7380
7398
  /* module identifier */
7381
7399
 
7382
- const __vue_module_identifier__$b = undefined;
7400
+ const __vue_module_identifier__$f = undefined;
7383
7401
  /* functional template */
7384
7402
 
7385
- const __vue_is_functional_template__$b = false;
7403
+ const __vue_is_functional_template__$f = false;
7386
7404
  /* style inject */
7387
7405
 
7388
7406
  /* style inject SSR */
7389
7407
 
7390
7408
  /* style inject shadow dom */
7391
7409
 
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);
7410
+ const __vue_component__$t = /*#__PURE__*/normalizeComponent({
7411
+ render: __vue_render__$f,
7412
+ staticRenderFns: __vue_staticRenderFns__$f
7413
+ }, __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
7414
 
7397
- var __vue_component__$n = __vue_component__$m;
7415
+ var __vue_component__$u = __vue_component__$t;
7398
7416
 
7399
7417
  //
7400
7418
  Vue.use(chartsVue);
7401
- var script$4 = {
7419
+ var script$8 = {
7402
7420
  name: "NsPieChart",
7403
7421
  components: {},
7404
7422
  props: {
@@ -7454,10 +7472,10 @@ var script$4 = {
7454
7472
  };
7455
7473
 
7456
7474
  /* script */
7457
- const __vue_script__$4 = script$4;
7475
+ const __vue_script__$8 = script$8;
7458
7476
  /* template */
7459
7477
 
7460
- var __vue_render__$a = function () {
7478
+ var __vue_render__$e = function () {
7461
7479
  var _vm = this;
7462
7480
 
7463
7481
  var _h = _vm.$createElement;
@@ -7472,34 +7490,34 @@ var __vue_render__$a = function () {
7472
7490
  });
7473
7491
  };
7474
7492
 
7475
- var __vue_staticRenderFns__$a = [];
7493
+ var __vue_staticRenderFns__$e = [];
7476
7494
  /* style */
7477
7495
 
7478
- const __vue_inject_styles__$a = undefined;
7496
+ const __vue_inject_styles__$e = undefined;
7479
7497
  /* scoped */
7480
7498
 
7481
- const __vue_scope_id__$a = undefined;
7499
+ const __vue_scope_id__$e = undefined;
7482
7500
  /* module identifier */
7483
7501
 
7484
- const __vue_module_identifier__$a = undefined;
7502
+ const __vue_module_identifier__$e = undefined;
7485
7503
  /* functional template */
7486
7504
 
7487
- const __vue_is_functional_template__$a = false;
7505
+ const __vue_is_functional_template__$e = false;
7488
7506
  /* style inject */
7489
7507
 
7490
7508
  /* style inject SSR */
7491
7509
 
7492
7510
  /* style inject shadow dom */
7493
7511
 
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);
7512
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
7513
+ render: __vue_render__$e,
7514
+ staticRenderFns: __vue_staticRenderFns__$e
7515
+ }, __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
7516
 
7499
- var __vue_component__$l = __vue_component__$k;
7517
+ var __vue_component__$s = __vue_component__$r;
7500
7518
 
7501
7519
  //
7502
- var script$3 = {
7520
+ var script$7 = {
7503
7521
  name: "NsDangerDeleteModal",
7504
7522
  //component added for storybook to work
7505
7523
  components: {
@@ -7582,10 +7600,10 @@ var script$3 = {
7582
7600
  };
7583
7601
 
7584
7602
  /* script */
7585
- const __vue_script__$3 = script$3;
7603
+ const __vue_script__$7 = script$7;
7586
7604
  /* template */
7587
7605
 
7588
- var __vue_render__$9 = function () {
7606
+ var __vue_render__$d = function () {
7589
7607
  var _vm = this;
7590
7608
 
7591
7609
  var _h = _vm.$createElement;
@@ -7646,10 +7664,10 @@ var __vue_render__$9 = function () {
7646
7664
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
7647
7665
  };
7648
7666
 
7649
- var __vue_staticRenderFns__$9 = [];
7667
+ var __vue_staticRenderFns__$d = [];
7650
7668
  /* style */
7651
7669
 
7652
- const __vue_inject_styles__$9 = function (inject) {
7670
+ const __vue_inject_styles__$d = function (inject) {
7653
7671
  if (!inject) return;
7654
7672
  inject("data-v-97f667a6_0", {
7655
7673
  source: ".type-to-confirm[data-v-97f667a6]{margin-top:2rem}",
@@ -7660,23 +7678,23 @@ const __vue_inject_styles__$9 = function (inject) {
7660
7678
  /* scoped */
7661
7679
 
7662
7680
 
7663
- const __vue_scope_id__$9 = "data-v-97f667a6";
7681
+ const __vue_scope_id__$d = "data-v-97f667a6";
7664
7682
  /* module identifier */
7665
7683
 
7666
- const __vue_module_identifier__$9 = undefined;
7684
+ const __vue_module_identifier__$d = undefined;
7667
7685
  /* functional template */
7668
7686
 
7669
- const __vue_is_functional_template__$9 = false;
7687
+ const __vue_is_functional_template__$d = false;
7670
7688
  /* style inject SSR */
7671
7689
 
7672
7690
  /* style inject shadow dom */
7673
7691
 
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);
7692
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
7693
+ render: __vue_render__$d,
7694
+ staticRenderFns: __vue_staticRenderFns__$d
7695
+ }, __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
7696
 
7679
- var __vue_component__$j = __vue_component__$i;
7697
+ var __vue_component__$q = __vue_component__$p;
7680
7698
 
7681
7699
  var IconService = {
7682
7700
  name: "IconService",
@@ -7695,6 +7713,7 @@ var IconService = {
7695
7713
  Reset20,
7696
7714
  Download20,
7697
7715
  Launch20,
7716
+ // open app, open external link
7698
7717
  Upgrade20,
7699
7718
  Settings20,
7700
7719
  ChevronDown20,
@@ -7707,6 +7726,7 @@ var IconService = {
7707
7726
  Application32,
7708
7727
  Add20,
7709
7728
  Rocket20,
7729
+ // run
7710
7730
  Rocket32,
7711
7731
  Chip20,
7712
7732
  // cluster nodes
@@ -7728,6 +7748,7 @@ var IconService = {
7728
7748
  Edit20,
7729
7749
  Password20,
7730
7750
  Star20,
7751
+ // favorite apps
7731
7752
  Checkmark20,
7732
7753
  ZoomIn20,
7733
7754
  // used to open details
@@ -7764,14 +7785,17 @@ var IconService = {
7764
7785
  Warning16,
7765
7786
  // warning
7766
7787
  Warning20,
7767
- Warning32
7788
+ Warning32,
7789
+ Power20,
7790
+ // enable, disable
7791
+ Power32
7768
7792
  };
7769
7793
  }
7770
7794
 
7771
7795
  };
7772
7796
 
7773
7797
  //
7774
- var script$2 = {
7798
+ var script$6 = {
7775
7799
  name: "NsDropdownAction",
7776
7800
  extends: CvOverflowMenu,
7777
7801
  components: {
@@ -7803,10 +7827,10 @@ var script$2 = {
7803
7827
  };
7804
7828
 
7805
7829
  /* script */
7806
- const __vue_script__$2 = script$2;
7830
+ const __vue_script__$6 = script$6;
7807
7831
  /* template */
7808
7832
 
7809
- var __vue_render__$8 = function () {
7833
+ var __vue_render__$c = function () {
7810
7834
  var _obj, _obj$1;
7811
7835
 
7812
7836
  var _vm = this;
@@ -7906,34 +7930,34 @@ var __vue_render__$8 = function () {
7906
7930
  })])]);
7907
7931
  };
7908
7932
 
7909
- var __vue_staticRenderFns__$8 = [];
7933
+ var __vue_staticRenderFns__$c = [];
7910
7934
  /* style */
7911
7935
 
7912
- const __vue_inject_styles__$8 = undefined;
7936
+ const __vue_inject_styles__$c = undefined;
7913
7937
  /* scoped */
7914
7938
 
7915
- const __vue_scope_id__$8 = "data-v-31925b9d";
7939
+ const __vue_scope_id__$c = "data-v-31925b9d";
7916
7940
  /* module identifier */
7917
7941
 
7918
- const __vue_module_identifier__$8 = undefined;
7942
+ const __vue_module_identifier__$c = undefined;
7919
7943
  /* functional template */
7920
7944
 
7921
- const __vue_is_functional_template__$8 = false;
7945
+ const __vue_is_functional_template__$c = false;
7922
7946
  /* style inject */
7923
7947
 
7924
7948
  /* style inject SSR */
7925
7949
 
7926
7950
  /* style inject shadow dom */
7927
7951
 
7928
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
7929
- render: __vue_render__$8,
7930
- staticRenderFns: __vue_staticRenderFns__$8
7931
- }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
7952
+ const __vue_component__$n = /*#__PURE__*/normalizeComponent({
7953
+ render: __vue_render__$c,
7954
+ staticRenderFns: __vue_staticRenderFns__$c
7955
+ }, __vue_inject_styles__$c, __vue_script__$6, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
7932
7956
 
7933
- var __vue_component__$h = __vue_component__$g;
7957
+ var __vue_component__$o = __vue_component__$n;
7934
7958
 
7935
7959
  //
7936
- var script$1 = {
7960
+ var script$5 = {
7937
7961
  name: "NsTextInput",
7938
7962
  extends: CvTextInput,
7939
7963
  components: {
@@ -7987,10 +8011,10 @@ var script$1 = {
7987
8011
  };
7988
8012
 
7989
8013
  /* script */
7990
- const __vue_script__$1 = script$1;
8014
+ const __vue_script__$5 = script$5;
7991
8015
  /* template */
7992
8016
 
7993
- var __vue_render__$7 = function () {
8017
+ var __vue_render__$b = function () {
7994
8018
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
7995
8019
 
7996
8020
  var _vm = this;
@@ -8007,7 +8031,7 @@ var __vue_render__$7 = function () {
8007
8031
  "for": _vm.uid
8008
8032
  }
8009
8033
  }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('cv-interactive-tooltip', {
8010
- staticClass: "tooltip",
8034
+ staticClass: "tooltip info",
8011
8035
  attrs: {
8012
8036
  "alignment": _vm.tooltipAlignment,
8013
8037
  "direction": _vm.tooltipDirection
@@ -8068,16 +8092,16 @@ var __vue_render__$7 = function () {
8068
8092
  })], 2) : _vm._e()]);
8069
8093
  };
8070
8094
 
8071
- var __vue_staticRenderFns__$7 = [];
8095
+ var __vue_staticRenderFns__$b = [];
8072
8096
  /* style */
8073
8097
 
8074
- const __vue_inject_styles__$7 = function (inject) {
8098
+ const __vue_inject_styles__$b = function (inject) {
8075
8099
  if (!inject) return;
8076
- inject("data-v-1a7ed132_0", {
8077
- source: ".tooltip[data-v-1a7ed132]{display:inline-block;position:absolute}",
8100
+ inject("data-v-c9c91db0_0", {
8101
+ source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
8078
8102
  map: undefined,
8079
8103
  media: undefined
8080
- }), inject("data-v-1a7ed132_1", {
8104
+ }), inject("data-v-c9c91db0_1", {
8081
8105
  source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
8082
8106
  map: undefined,
8083
8107
  media: undefined
@@ -8086,28 +8110,157 @@ const __vue_inject_styles__$7 = function (inject) {
8086
8110
  /* scoped */
8087
8111
 
8088
8112
 
8089
- const __vue_scope_id__$7 = "data-v-1a7ed132";
8113
+ const __vue_scope_id__$b = "data-v-c9c91db0";
8090
8114
  /* module identifier */
8091
8115
 
8092
- const __vue_module_identifier__$7 = undefined;
8116
+ const __vue_module_identifier__$b = undefined;
8093
8117
  /* functional template */
8094
8118
 
8095
- const __vue_is_functional_template__$7 = false;
8119
+ const __vue_is_functional_template__$b = false;
8096
8120
  /* style inject SSR */
8097
8121
 
8098
8122
  /* style inject shadow dom */
8099
8123
 
8100
- const __vue_component__$e = /*#__PURE__*/normalizeComponent({
8101
- render: __vue_render__$7,
8102
- staticRenderFns: __vue_staticRenderFns__$7
8103
- }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
8124
+ const __vue_component__$l = /*#__PURE__*/normalizeComponent({
8125
+ render: __vue_render__$b,
8126
+ staticRenderFns: __vue_staticRenderFns__$b
8127
+ }, __vue_inject_styles__$b, __vue_script__$5, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, createInjector, undefined, undefined);
8104
8128
 
8105
- var __vue_component__$f = __vue_component__$e;
8129
+ var __vue_component__$m = __vue_component__$l;
8106
8130
 
8107
8131
  //
8108
- var script = {
8132
+ var script$4 = {
8133
+ name: "NsBackupCardDetails",
8134
+ mixins: [DateTimeService],
8135
+ props: {
8136
+ backup: {
8137
+ type: Object,
8138
+ required: true
8139
+ },
8140
+ status: {
8141
+ type: Array,
8142
+ required: true
8143
+ },
8144
+ repositoryLabel: {
8145
+ type: String,
8146
+ default: "Repository"
8147
+ },
8148
+ completedLabel: {
8149
+ type: String,
8150
+ required: true
8151
+ },
8152
+ durationLabel: {
8153
+ type: String,
8154
+ required: true
8155
+ },
8156
+ totalSizeLabel: {
8157
+ type: String,
8158
+ required: true
8159
+ },
8160
+ totalFileCountLabel: {
8161
+ type: String,
8162
+ required: true
8163
+ }
8164
+ }
8165
+ };
8166
+
8167
+ /* script */
8168
+ const __vue_script__$4 = script$4;
8169
+ /* template */
8170
+
8171
+ var __vue_render__$a = function () {
8172
+ var _vm = this;
8173
+
8174
+ var _h = _vm.$createElement;
8175
+
8176
+ var _c = _vm._self._c || _h;
8177
+
8178
+ return _c('div', {
8179
+ staticClass: "ns-backup-card-details"
8180
+ }, [_c('div', {
8181
+ staticClass: "tr"
8182
+ }, [_c('div', {
8183
+ staticClass: "td label"
8184
+ }, [_vm._v(_vm._s(_vm.repositoryLabel))]), _vm._v(" "), _c('div', {
8185
+ staticClass: "td"
8186
+ }, [_vm._v("\n " + _vm._s(_vm.backup.repoName) + "\n ")])]), _vm._v(" "), _c('div', {
8187
+ staticClass: "tr"
8188
+ }, [_c('div', {
8189
+ staticClass: "td label"
8190
+ }, [_vm._v(_vm._s(_vm.completedLabel))]), _vm._v(" "), _c('div', {
8191
+ staticClass: "td"
8192
+ }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].end ? _c('span', [_c('cv-interactive-tooltip', {
8193
+ staticClass: "info tooltip-with-text-trigger",
8194
+ attrs: {
8195
+ "alignment": "center",
8196
+ "direction": "bottom"
8197
+ }
8198
+ }, [_c('template', {
8199
+ slot: "trigger"
8200
+ }, [_vm._v("\n " + _vm._s(_vm.formatDateDistance(_vm.status[_vm.backup.id].end * 1000, new Date(), {
8201
+ addSuffix: true
8202
+ })) + "\n ")]), _vm._v(" "), _c('template', {
8203
+ slot: "content"
8204
+ }, [_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', {
8205
+ staticClass: "tr"
8206
+ }, [_c('div', {
8207
+ staticClass: "td label"
8208
+ }, [_vm._v(_vm._s(_vm.durationLabel))]), _vm._v(" "), _c('div', {
8209
+ staticClass: "td"
8210
+ }, [_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', {
8211
+ staticClass: "tr"
8212
+ }, [_c('div', {
8213
+ staticClass: "td label"
8214
+ }, [_vm._v(_vm._s(_vm.totalSizeLabel))]), _vm._v(" "), _c('div', {
8215
+ staticClass: "td"
8216
+ }, [_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', {
8217
+ staticClass: "tr"
8218
+ }, [_c('div', {
8219
+ staticClass: "td label"
8220
+ }, [_vm._v(_vm._s(_vm.totalFileCountLabel))]), _vm._v(" "), _c('div', {
8221
+ staticClass: "td"
8222
+ }, [_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("-")])])])]);
8223
+ };
8224
+
8225
+ var __vue_staticRenderFns__$a = [];
8226
+ /* style */
8227
+
8228
+ const __vue_inject_styles__$a = function (inject) {
8229
+ if (!inject) return;
8230
+ inject("data-v-61bac27a_0", {
8231
+ 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}",
8232
+ map: undefined,
8233
+ media: undefined
8234
+ });
8235
+ };
8236
+ /* scoped */
8237
+
8238
+
8239
+ const __vue_scope_id__$a = "data-v-61bac27a";
8240
+ /* module identifier */
8241
+
8242
+ const __vue_module_identifier__$a = undefined;
8243
+ /* functional template */
8244
+
8245
+ const __vue_is_functional_template__$a = false;
8246
+ /* style inject SSR */
8247
+
8248
+ /* style inject shadow dom */
8249
+
8250
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
8251
+ render: __vue_render__$a,
8252
+ staticRenderFns: __vue_staticRenderFns__$a
8253
+ }, __vue_inject_styles__$a, __vue_script__$4, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
8254
+
8255
+ var NsBackupCardDetails = __vue_component__$k;
8256
+
8257
+ //
8258
+ var script$3 = {
8109
8259
  name: "NsBackupCard",
8110
- mixins: [IconService, DateTimeService],
8260
+ components: {
8261
+ NsBackupCardDetails
8262
+ },
8263
+ mixins: [IconService, UtilService],
8111
8264
  props: {
8112
8265
  title: {
8113
8266
  type: String,
@@ -8165,6 +8318,10 @@ var script = {
8165
8318
  type: String,
8166
8319
  default: "Disabled"
8167
8320
  },
8321
+ showMoreLabel: {
8322
+ type: String,
8323
+ default: "Show more"
8324
+ },
8168
8325
  moduleId: {
8169
8326
  type: String,
8170
8327
  required: true
@@ -8243,10 +8400,10 @@ var script = {
8243
8400
  };
8244
8401
 
8245
8402
  /* script */
8246
- const __vue_script__ = script;
8403
+ const __vue_script__$3 = script$3;
8247
8404
  /* template */
8248
8405
 
8249
- var __vue_render__$6 = function () {
8406
+ var __vue_render__$9 = function () {
8250
8407
  var _vm = this;
8251
8408
 
8252
8409
  var _h = _vm.$createElement;
@@ -8289,14 +8446,17 @@ var __vue_render__$6 = function () {
8289
8446
  on: {
8290
8447
  "action": _vm.goToBackup
8291
8448
  }
8292
- })], 1)] : _vm._l(_vm.backupsContainingInstance, function (backup) {
8449
+ })], 1)] : [_c('div', {
8450
+ staticClass: "backups"
8451
+ }, _vm._l(_vm.backupsContainingInstance, function (backup) {
8293
8452
  return _c('div', {
8294
- key: backup.id
8453
+ key: backup.id,
8454
+ staticClass: "backup"
8295
8455
  }, [_c('div', {
8296
8456
  staticClass: "row"
8297
8457
  }, [_vm.backupsContainingInstance.length > 1 ? _c('h5', {
8298
8458
  staticClass: "title mg-top-sm"
8299
- }, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
8459
+ }, [_vm._v("\n " + _vm._s(backup.name) + "\n ")]) : _vm._e()]), _vm._v(" "), _c('div', {
8300
8460
  staticClass: "table-wrapper"
8301
8461
  }, [_c('div', {
8302
8462
  staticClass: "table"
@@ -8308,53 +8468,49 @@ var __vue_render__$6 = function () {
8308
8468
  staticClass: "td status"
8309
8469
  }, [!backup.enabled ? _c('span', {
8310
8470
  staticClass: "ns-warning"
8311
- }, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
8471
+ }, [_vm._v("\n " + _vm._s(_vm.backupDisabledLabel) + "\n ")]) : _vm.status[backup.id] && _vm.status[backup.id].success == true ? _c('span', {
8312
8472
  staticClass: "ns-success"
8313
8473
  }, [_c('span', [_vm._v(_vm._s(_vm.statusSuccessLabel))])]) : _vm.status[backup.id] && _vm.status[backup.id].success == false ? _c('span', {
8314
8474
  staticClass: "ns-error"
8315
- }, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
8475
+ }, [_vm._v("\n " + _vm._s(_vm.statusErrorLabel) + "\n ")]) : _c('span', {
8316
8476
  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",
8477
+ }, [_vm._v("\n " + _vm._s(_vm.statusNotRunLabel) + "\n ")])])]), _vm._v(" "), _vm.backupsContainingInstance.length == 1 ? _c('NsBackupCardDetails', {
8331
8478
  attrs: {
8332
- "alignment": "center",
8333
- "direction": "bottom",
8334
- "tip": _vm._f("date")(_vm.status[backup.id].end * 1000, 'yyyy-MM-dd HH:mm:ss')
8479
+ "backup": backup,
8480
+ "status": _vm.status,
8481
+ "repositoryLabel": _vm.repositoryLabel,
8482
+ "completedLabel": _vm.completedLabel,
8483
+ "durationLabel": _vm.durationLabel,
8484
+ "totalSizeLabel": _vm.totalSizeLabel,
8485
+ "totalFileCountLabel": _vm.totalFileCountLabel
8335
8486
  }
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"
8487
+ }) : _vm._e()], 1)]), _vm._v(" "), _c('div', {
8488
+ staticClass: "table-wrapper"
8352
8489
  }, [_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', {
8490
+ staticClass: "table"
8491
+ }, [_vm.backupsContainingInstance.length > 1 ? _c('cv-accordion', {
8492
+ ref: "accordion",
8493
+ refInFor: true
8494
+ }, [_c('cv-accordion-item', {
8495
+ attrs: {
8496
+ "open": _vm.toggleAccordion[0]
8497
+ }
8498
+ }, [_c('template', {
8499
+ slot: "title"
8500
+ }, [_vm._v(_vm._s(_vm.showMoreLabel))]), _vm._v(" "), _c('template', {
8501
+ slot: "content"
8502
+ }, [_c('NsBackupCardDetails', {
8503
+ attrs: {
8504
+ "backup": backup,
8505
+ "status": _vm.status,
8506
+ "repositoryLabel": _vm.repositoryLabel,
8507
+ "completedLabel": _vm.completedLabel,
8508
+ "durationLabel": _vm.durationLabel,
8509
+ "totalSizeLabel": _vm.totalSizeLabel,
8510
+ "totalFileCountLabel": _vm.totalFileCountLabel
8511
+ }
8512
+ })], 1)], 2)], 1) : _vm._e()], 1)])]);
8513
+ }), 0)], _vm._v(" "), _c('div', [_c('div', {
8358
8514
  staticClass: "row mg-top-sm"
8359
8515
  }, [_c('NsButton', {
8360
8516
  attrs: {
@@ -8368,13 +8524,17 @@ var __vue_render__$6 = function () {
8368
8524
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
8369
8525
  };
8370
8526
 
8371
- var __vue_staticRenderFns__$6 = [];
8527
+ var __vue_staticRenderFns__$9 = [];
8372
8528
  /* style */
8373
8529
 
8374
- const __vue_inject_styles__$6 = function (inject) {
8530
+ const __vue_inject_styles__$9 = function (inject) {
8375
8531
  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}",
8532
+ inject("data-v-09385b80_0", {
8533
+ 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}",
8534
+ map: undefined,
8535
+ media: undefined
8536
+ }), inject("data-v-09385b80_1", {
8537
+ source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
8378
8538
  map: undefined,
8379
8539
  media: undefined
8380
8540
  });
@@ -8382,13 +8542,352 @@ const __vue_inject_styles__$6 = function (inject) {
8382
8542
  /* scoped */
8383
8543
 
8384
8544
 
8385
- const __vue_scope_id__$6 = "data-v-c645ad74";
8545
+ const __vue_scope_id__$9 = "data-v-09385b80";
8546
+ /* module identifier */
8547
+
8548
+ const __vue_module_identifier__$9 = undefined;
8549
+ /* functional template */
8550
+
8551
+ const __vue_is_functional_template__$9 = false;
8552
+ /* style inject SSR */
8553
+
8554
+ /* style inject shadow dom */
8555
+
8556
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
8557
+ render: __vue_render__$9,
8558
+ staticRenderFns: __vue_staticRenderFns__$9
8559
+ }, __vue_inject_styles__$9, __vue_script__$3, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
8560
+
8561
+ var __vue_component__$j = __vue_component__$i;
8562
+
8563
+ //
8564
+ var script$2 = {
8565
+ name: "NsWizard",
8566
+ extends: CvModal,
8567
+ mixins: [IconService],
8568
+ props: {
8569
+ cancelLabel: {
8570
+ type: String,
8571
+ default: "Cancel"
8572
+ },
8573
+ previousLabel: {
8574
+ type: String,
8575
+ default: "Previous"
8576
+ },
8577
+ nextLabel: {
8578
+ type: String,
8579
+ default: "Next"
8580
+ },
8581
+ isPreviousDisabled: Boolean,
8582
+ isNextDisabled: Boolean,
8583
+ isNextLoading: Boolean,
8584
+ closeAriaLabel: {
8585
+ type: String,
8586
+ default: "Close modal"
8587
+ },
8588
+ autoHideOff: Boolean,
8589
+ visible: Boolean,
8590
+ size: String
8591
+ }
8592
+ };
8593
+
8594
+ /* script */
8595
+ const __vue_script__$2 = script$2;
8596
+ /* template */
8597
+
8598
+ var __vue_render__$8 = function () {
8599
+ var _obj, _obj$1;
8600
+
8601
+ var _vm = this;
8602
+
8603
+ var _h = _vm.$createElement;
8604
+
8605
+ var _c = _vm._self._c || _h;
8606
+
8607
+ return _c('div', {
8608
+ class: ["cv-modal " + _vm.carbonPrefix + "--modal", "wizard-modal", {
8609
+ 'is-visible': _vm.dataVisible
8610
+ }],
8611
+ attrs: {
8612
+ "data-modal": "",
8613
+ "id": _vm.uid,
8614
+ "tabindex": "-1"
8615
+ },
8616
+ on: {
8617
+ "keydown": function ($event) {
8618
+ if (!$event.type.indexOf('key') && _vm._k($event.keyCode, "esc", 27, $event.key, ["Esc", "Escape"])) {
8619
+ return null;
8620
+ }
8621
+
8622
+ $event.preventDefault();
8623
+ return _vm.onEsc.apply(null, arguments);
8624
+ },
8625
+ "click": function ($event) {
8626
+ if ($event.target !== $event.currentTarget) {
8627
+ return null;
8628
+ }
8629
+
8630
+ return _vm.onExternalClick.apply(null, arguments);
8631
+ }
8632
+ }
8633
+ }, [_c('div', _vm._b({
8634
+ ref: "modalDialog",
8635
+ class: [_vm.carbonPrefix + "--modal-container", (_obj = {}, _obj[_vm.carbonPrefix + "--modal-container--" + _vm.internalSize] = _vm.internalSize, _obj)]
8636
+ }, 'div', _vm.dialogAttrs, false), [_c('div', {
8637
+ ref: "beforeContent",
8638
+ staticClass: "cv-modal__before-content",
8639
+ staticStyle: {
8640
+ "position": "absolute",
8641
+ "height": "1px",
8642
+ "width": "1px",
8643
+ "left": "-9999px"
8644
+ },
8645
+ attrs: {
8646
+ "tabindex": "0"
8647
+ },
8648
+ on: {
8649
+ "focus": _vm.focusBeforeContent
8650
+ }
8651
+ }), _vm._v(" "), _c('div', {
8652
+ class: _vm.carbonPrefix + "--modal-header"
8653
+ }, [_c('p', {
8654
+ class: _vm.carbonPrefix + "--modal-header__label"
8655
+ }, [_vm._t("label")], 2), _vm._v(" "), _c('p', {
8656
+ class: _vm.carbonPrefix + "--modal-header__heading"
8657
+ }, [_vm._t("title", function () {
8658
+ return [_vm._v("Modal Title")];
8659
+ })], 2), _vm._v(" "), _c('button', {
8660
+ ref: "close",
8661
+ class: _vm.carbonPrefix + "--modal-close",
8662
+ attrs: {
8663
+ "type": "button",
8664
+ "aria-label": _vm.closeAriaLabel
8665
+ },
8666
+ on: {
8667
+ "click": _vm.onClose
8668
+ }
8669
+ }, [_c('Close16', {
8670
+ class: _vm.carbonPrefix + "--modal-close__icon"
8671
+ })], 1)]), _vm._v(" "), _c('div', {
8672
+ ref: "content",
8673
+ class: [_vm.carbonPrefix + "--modal-content", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--modal-content--with-form"] = _vm.hasFormContent, _obj$1)],
8674
+ attrs: {
8675
+ "tabindex": _vm.scrollable ? 0 : undefined
8676
+ }
8677
+ }, [_vm._t("content")], 2), _vm._v(" "), _c('cv-button-set', {
8678
+ class: [_vm.carbonPrefix + "--modal-footer", _vm.carbonPrefix + "--modal-footer--three-button"]
8679
+ }, [_c('NsButton', {
8680
+ staticClass: "wizard-button",
8681
+ attrs: {
8682
+ "kind": "secondary",
8683
+ "icon": _vm.Close20,
8684
+ "type": "button"
8685
+ },
8686
+ on: {
8687
+ "click": function ($event) {
8688
+ return _vm.$emit('cancel');
8689
+ }
8690
+ }
8691
+ }, [_vm._v(_vm._s(_vm.cancelLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8692
+ staticClass: "wizard-button",
8693
+ attrs: {
8694
+ "kind": "secondary",
8695
+ "icon": _vm.ChevronLeft20,
8696
+ "disabled": _vm.isPreviousDisabled,
8697
+ "type": "button"
8698
+ },
8699
+ on: {
8700
+ "click": function ($event) {
8701
+ return _vm.$emit('previousStep');
8702
+ }
8703
+ }
8704
+ }, [_vm._v(_vm._s(_vm.previousLabel) + "\n ")]), _vm._v(" "), _c('NsButton', {
8705
+ ref: "wizardNext",
8706
+ staticClass: "wizard-button",
8707
+ attrs: {
8708
+ "kind": "primary",
8709
+ "icon": _vm.ChevronRight20,
8710
+ "disabled": _vm.isNextDisabled,
8711
+ "loading": _vm.isNextLoading,
8712
+ "type": "submit"
8713
+ },
8714
+ on: {
8715
+ "click": function ($event) {
8716
+ return _vm.$emit('nextStep');
8717
+ }
8718
+ }
8719
+ }, [_vm._v(_vm._s(_vm.nextLabel) + "\n ")])], 1), _vm._v(" "), _c('div', {
8720
+ ref: "afterContent",
8721
+ staticClass: "cv-modal__after-content",
8722
+ staticStyle: {
8723
+ "position": "absolute",
8724
+ "height": "1px",
8725
+ "width": "1px",
8726
+ "left": "-9999px"
8727
+ },
8728
+ attrs: {
8729
+ "tabindex": "0"
8730
+ },
8731
+ on: {
8732
+ "focus": _vm.focusAfterContent
8733
+ }
8734
+ })], 1)]);
8735
+ };
8736
+
8737
+ var __vue_staticRenderFns__$8 = [];
8738
+ /* style */
8739
+
8740
+ const __vue_inject_styles__$8 = undefined;
8741
+ /* scoped */
8742
+
8743
+ const __vue_scope_id__$8 = undefined;
8744
+ /* module identifier */
8745
+
8746
+ const __vue_module_identifier__$8 = undefined;
8747
+ /* functional template */
8748
+
8749
+ const __vue_is_functional_template__$8 = false;
8750
+ /* style inject */
8751
+
8752
+ /* style inject SSR */
8753
+
8754
+ /* style inject shadow dom */
8755
+
8756
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
8757
+ render: __vue_render__$8,
8758
+ staticRenderFns: __vue_staticRenderFns__$8
8759
+ }, __vue_inject_styles__$8, __vue_script__$2, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
8760
+
8761
+ var __vue_component__$h = __vue_component__$g;
8762
+
8763
+ //
8764
+ var script$1 = {
8765
+ name: "NsMenuItem",
8766
+ components: {
8767
+ Edit20,
8768
+ TrashCan20,
8769
+ Power20,
8770
+ Rocket20,
8771
+ Launch20,
8772
+ Star20
8773
+ },
8774
+ props: {
8775
+ label: {
8776
+ type: String,
8777
+ required: true
8778
+ },
8779
+ icon: {
8780
+ type: String,
8781
+ validator: value => ["", "edit", "trash", "power", "rocket", "launch", "star"].includes(value)
8782
+ }
8783
+ },
8784
+ computed: {
8785
+ hasIconSlot() {
8786
+ return !!this.$slots.icon;
8787
+ }
8788
+
8789
+ }
8790
+ };
8791
+
8792
+ /* script */
8793
+ const __vue_script__$1 = script$1;
8794
+ /* template */
8795
+
8796
+ var __vue_render__$7 = function () {
8797
+ var _vm = this;
8798
+
8799
+ var _h = _vm.$createElement;
8800
+
8801
+ var _c = _vm._self._c || _h;
8802
+
8803
+ return _c('div', {
8804
+ staticClass: "ns-menu-item"
8805
+ }, [_vm.icon == 'edit' ? _c('span', {
8806
+ staticClass: "icon"
8807
+ }, [_c('Edit20')], 1) : _vm.icon == 'trash' ? _c('span', {
8808
+ staticClass: "icon"
8809
+ }, [_c('TrashCan20')], 1) : _vm.icon == 'power' ? _c('span', {
8810
+ staticClass: "icon"
8811
+ }, [_c('Power20')], 1) : _vm.icon == 'rocket' ? _c('span', {
8812
+ staticClass: "icon"
8813
+ }, [_c('Rocket20')], 1) : _vm.icon == 'launch' ? _c('span', {
8814
+ staticClass: "icon"
8815
+ }, [_c('Launch20')], 1) : _vm.icon == 'star' ? _c('span', {
8816
+ staticClass: "icon"
8817
+ }, [_c('Star20')], 1) : _vm.hasIconSlot ? _c('span', {
8818
+ staticClass: "icon"
8819
+ }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
8820
+ };
8821
+
8822
+ var __vue_staticRenderFns__$7 = [];
8823
+ /* style */
8824
+
8825
+ const __vue_inject_styles__$7 = function (inject) {
8826
+ if (!inject) return;
8827
+ inject("data-v-6f0a7acc_0", {
8828
+ source: ".ns-menu-item[data-v-6f0a7acc]{display:flex;align-items:center}.icon[data-v-6f0a7acc]{margin-right:.5rem}",
8829
+ map: undefined,
8830
+ media: undefined
8831
+ });
8832
+ };
8833
+ /* scoped */
8834
+
8835
+
8836
+ const __vue_scope_id__$7 = "data-v-6f0a7acc";
8837
+ /* module identifier */
8838
+
8839
+ const __vue_module_identifier__$7 = undefined;
8840
+ /* functional template */
8841
+
8842
+ const __vue_is_functional_template__$7 = false;
8843
+ /* style inject SSR */
8844
+
8845
+ /* style inject shadow dom */
8846
+
8847
+ const __vue_component__$e = /*#__PURE__*/normalizeComponent({
8848
+ render: __vue_render__$7,
8849
+ staticRenderFns: __vue_staticRenderFns__$7
8850
+ }, __vue_inject_styles__$7, __vue_script__$1, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
8851
+
8852
+ var __vue_component__$f = __vue_component__$e;
8853
+
8854
+ //
8855
+ var script = {
8856
+ name: "NsMenuDivider",
8857
+ components: {
8858
+ CvSideNavDivider
8859
+ }
8860
+ };
8861
+
8862
+ /* script */
8863
+ const __vue_script__ = script;
8864
+ /* template */
8865
+
8866
+ var __vue_render__$6 = function () {
8867
+ var _vm = this;
8868
+
8869
+ var _h = _vm.$createElement;
8870
+
8871
+ var _c = _vm._self._c || _h;
8872
+
8873
+ return _c('cv-side-nav-divider');
8874
+ };
8875
+
8876
+ var __vue_staticRenderFns__$6 = [];
8877
+ /* style */
8878
+
8879
+ const __vue_inject_styles__$6 = undefined;
8880
+ /* scoped */
8881
+
8882
+ const __vue_scope_id__$6 = "data-v-c2c8c17e";
8386
8883
  /* module identifier */
8387
8884
 
8388
8885
  const __vue_module_identifier__$6 = undefined;
8389
8886
  /* functional template */
8390
8887
 
8391
8888
  const __vue_is_functional_template__$6 = false;
8889
+ /* style inject */
8890
+
8392
8891
  /* style inject SSR */
8393
8892
 
8394
8893
  /* style inject shadow dom */
@@ -8396,7 +8895,7 @@ const __vue_is_functional_template__$6 = false;
8396
8895
  const __vue_component__$c = /*#__PURE__*/normalizeComponent({
8397
8896
  render: __vue_render__$6,
8398
8897
  staticRenderFns: __vue_staticRenderFns__$6
8399
- }, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, createInjector, undefined, undefined);
8898
+ }, __vue_inject_styles__$6, __vue_script__, __vue_scope_id__$6, __vue_is_functional_template__$6, __vue_module_identifier__$6, false, undefined, undefined, undefined);
8400
8899
 
8401
8900
  var __vue_component__$d = __vue_component__$c;
8402
8901
 
@@ -16226,28 +16725,31 @@ var filters = {
16226
16725
 
16227
16726
  var components = /*#__PURE__*/Object.freeze({
16228
16727
  __proto__: null,
16229
- NsButton: __vue_component__$O,
16230
- NsEmptyState: __vue_component__$J,
16728
+ NsButton: __vue_component__$V,
16729
+ NsEmptyState: __vue_component__$Q,
16231
16730
  NsPictogram: NsPictogram,
16232
- NsCodeSnippet: __vue_component__$H,
16731
+ NsCodeSnippet: __vue_component__$O,
16233
16732
  NsInlineNotification: NsInlineNotification,
16234
16733
  NsProgressBar: NsProgressBar,
16235
16734
  NsSvg: NsSvg,
16236
- NsTile: __vue_component__$B,
16237
- NsToastNotification: __vue_component__$z,
16238
- NsInfoCard: __vue_component__$x,
16239
- NsStatusCard: __vue_component__$v,
16240
- NsSystemdServiceCard: __vue_component__$t,
16241
- NsPasswordInput: __vue_component__$r,
16242
- NsIconMenu: __vue_component__$p,
16243
- NsMeterChart: __vue_component__$n,
16244
- NsPieChart: __vue_component__$l,
16735
+ NsTile: __vue_component__$I,
16736
+ NsToastNotification: __vue_component__$G,
16737
+ NsInfoCard: __vue_component__$E,
16738
+ NsStatusCard: __vue_component__$C,
16739
+ NsSystemdServiceCard: __vue_component__$A,
16740
+ NsPasswordInput: __vue_component__$y,
16741
+ NsIconMenu: __vue_component__$w,
16742
+ NsMeterChart: __vue_component__$u,
16743
+ NsPieChart: __vue_component__$s,
16245
16744
  NsLottieAnimation: NsLottieAnimation,
16246
- NsDangerDeleteModal: __vue_component__$j,
16745
+ NsDangerDeleteModal: __vue_component__$q,
16247
16746
  NsCircleTimer: NsCircleTimer,
16248
- NsDropdownAction: __vue_component__$h,
16249
- NsTextInput: __vue_component__$f,
16250
- NsBackupCard: __vue_component__$d,
16747
+ NsDropdownAction: __vue_component__$o,
16748
+ NsTextInput: __vue_component__$m,
16749
+ NsBackupCard: __vue_component__$j,
16750
+ NsWizard: __vue_component__$h,
16751
+ NsMenuItem: __vue_component__$f,
16752
+ NsMenuDivider: __vue_component__$d,
16251
16753
  ExclamationMark: ExclamationMark,
16252
16754
  Gear: __vue_component__$b,
16253
16755
  Love: __vue_component__$9,
@@ -16275,4 +16777,4 @@ const install = function installNs8UiLib(Vue) {
16275
16777
  });
16276
16778
  }; // Create module definition for Vue.use()
16277
16779
 
16278
- 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 };
16780
+ 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 };