@nethserver/ns8-ui-lib 0.0.79 → 0.0.80

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.
@@ -2,7 +2,7 @@ import { CvButton, CvIconButton, CvInlineNotification, CvTile, CvToastNotificati
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';
5
- import { carbonPrefixMixin, themeMixin } from '@carbon/vue/src/mixins';
5
+ import { carbonPrefixMixin, themeMixin, uidMixin } from '@carbon/vue/src/mixins';
6
6
  import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
7
7
  import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
8
8
  import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
@@ -100,7 +100,7 @@ import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/
100
100
  import CvSideNavDivider from '@carbon/vue/src/components/cv-ui-shell/cv-side-nav-divider.vue';
101
101
 
102
102
  //
103
- var script$r = {
103
+ var script$s = {
104
104
  name: "NsButton",
105
105
  extends: CvButton,
106
106
  props: {
@@ -263,10 +263,10 @@ function addStyle(id, css) {
263
263
  }
264
264
 
265
265
  /* script */
266
- const __vue_script__$r = script$r;
266
+ const __vue_script__$s = script$s;
267
267
  /* template */
268
268
 
269
- var __vue_render__$x = function () {
269
+ var __vue_render__$y = function () {
270
270
  var _vm = this;
271
271
 
272
272
  var _h = _vm.$createElement;
@@ -289,10 +289,10 @@ var __vue_render__$x = function () {
289
289
  }) : _vm._e()], 2);
290
290
  };
291
291
 
292
- var __vue_staticRenderFns__$x = [];
292
+ var __vue_staticRenderFns__$y = [];
293
293
  /* style */
294
294
 
295
- const __vue_inject_styles__$z = function (inject) {
295
+ const __vue_inject_styles__$A = function (inject) {
296
296
  if (!inject) return;
297
297
  inject("data-v-025b0f12_0", {
298
298
  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)}}",
@@ -303,23 +303,23 @@ const __vue_inject_styles__$z = function (inject) {
303
303
  /* scoped */
304
304
 
305
305
 
306
- const __vue_scope_id__$z = "data-v-025b0f12";
306
+ const __vue_scope_id__$A = "data-v-025b0f12";
307
307
  /* module identifier */
308
308
 
309
- const __vue_module_identifier__$z = undefined;
309
+ const __vue_module_identifier__$A = undefined;
310
310
  /* functional template */
311
311
 
312
- const __vue_is_functional_template__$z = false;
312
+ const __vue_is_functional_template__$A = false;
313
313
  /* style inject SSR */
314
314
 
315
315
  /* style inject shadow dom */
316
316
 
317
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
318
- render: __vue_render__$x,
319
- staticRenderFns: __vue_staticRenderFns__$x
320
- }, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
317
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
318
+ render: __vue_render__$y,
319
+ staticRenderFns: __vue_staticRenderFns__$y
320
+ }, __vue_inject_styles__$A, __vue_script__$s, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
321
321
 
322
- var __vue_component__$_ = __vue_component__$Z;
322
+ var __vue_component__$10 = __vue_component__$$;
323
323
 
324
324
  //
325
325
  //
@@ -337,7 +337,7 @@ var __vue_component__$_ = __vue_component__$Z;
337
337
  //
338
338
  //
339
339
  //
340
- var script$q = {
340
+ var script$r = {
341
341
  name: "NsPictogram",
342
342
  props: {
343
343
  title: {
@@ -360,10 +360,10 @@ var script$q = {
360
360
  };
361
361
 
362
362
  /* script */
363
- const __vue_script__$q = script$q;
363
+ const __vue_script__$r = script$r;
364
364
  /* template */
365
365
 
366
- var __vue_render__$w = function () {
366
+ var __vue_render__$x = function () {
367
367
  var _vm = this;
368
368
 
369
369
  var _h = _vm.$createElement;
@@ -391,34 +391,34 @@ var __vue_render__$w = function () {
391
391
  }, [_vm._t("default")], 2)]);
392
392
  };
393
393
 
394
- var __vue_staticRenderFns__$w = [];
394
+ var __vue_staticRenderFns__$x = [];
395
395
  /* style */
396
396
 
397
- const __vue_inject_styles__$y = undefined;
397
+ const __vue_inject_styles__$z = undefined;
398
398
  /* scoped */
399
399
 
400
- const __vue_scope_id__$y = undefined;
400
+ const __vue_scope_id__$z = undefined;
401
401
  /* module identifier */
402
402
 
403
- const __vue_module_identifier__$y = undefined;
403
+ const __vue_module_identifier__$z = undefined;
404
404
  /* functional template */
405
405
 
406
- const __vue_is_functional_template__$y = false;
406
+ const __vue_is_functional_template__$z = false;
407
407
  /* style inject */
408
408
 
409
409
  /* style inject SSR */
410
410
 
411
411
  /* style inject shadow dom */
412
412
 
413
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
414
- render: __vue_render__$w,
415
- staticRenderFns: __vue_staticRenderFns__$w
416
- }, __vue_inject_styles__$y, __vue_script__$q, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
413
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
414
+ render: __vue_render__$x,
415
+ staticRenderFns: __vue_staticRenderFns__$x
416
+ }, __vue_inject_styles__$z, __vue_script__$r, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
417
417
 
418
- var NsPictogram = __vue_component__$Y;
418
+ var NsPictogram = __vue_component__$_;
419
419
 
420
420
  //
421
- var script$p = {
421
+ var script$q = {
422
422
  name: "NsLottieAnimation",
423
423
  components: {
424
424
  LottieAnimation
@@ -474,10 +474,10 @@ var script$p = {
474
474
  };
475
475
 
476
476
  /* script */
477
- const __vue_script__$p = script$p;
477
+ const __vue_script__$q = script$q;
478
478
  /* template */
479
479
 
480
- var __vue_render__$v = function () {
480
+ var __vue_render__$w = function () {
481
481
  var _vm = this;
482
482
 
483
483
  var _h = _vm.$createElement;
@@ -504,36 +504,36 @@ var __vue_render__$v = function () {
504
504
  })], 1);
505
505
  };
506
506
 
507
- var __vue_staticRenderFns__$v = [];
507
+ var __vue_staticRenderFns__$w = [];
508
508
  /* style */
509
509
 
510
- const __vue_inject_styles__$x = undefined;
510
+ const __vue_inject_styles__$y = undefined;
511
511
  /* scoped */
512
512
 
513
- const __vue_scope_id__$x = "data-v-14e97a70";
513
+ const __vue_scope_id__$y = "data-v-14e97a70";
514
514
  /* module identifier */
515
515
 
516
- const __vue_module_identifier__$x = undefined;
516
+ const __vue_module_identifier__$y = undefined;
517
517
  /* functional template */
518
518
 
519
- const __vue_is_functional_template__$x = false;
519
+ const __vue_is_functional_template__$y = false;
520
520
  /* style inject */
521
521
 
522
522
  /* style inject SSR */
523
523
 
524
524
  /* style inject shadow dom */
525
525
 
526
- const __vue_component__$X = /*#__PURE__*/normalizeComponent({
527
- render: __vue_render__$v,
528
- staticRenderFns: __vue_staticRenderFns__$v
529
- }, __vue_inject_styles__$x, __vue_script__$p, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
526
+ const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
527
+ render: __vue_render__$w,
528
+ staticRenderFns: __vue_staticRenderFns__$w
529
+ }, __vue_inject_styles__$y, __vue_script__$q, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
530
530
 
531
- var NsLottieAnimation = __vue_component__$X;
531
+ var NsLottieAnimation = __vue_component__$Z;
532
532
 
533
533
  /* script */
534
534
 
535
535
  /* template */
536
- var __vue_render__$u = function () {
536
+ var __vue_render__$v = function () {
537
537
  var _vm = this;
538
538
 
539
539
  var _h = _vm.$createElement;
@@ -548,34 +548,34 @@ var __vue_render__$u = function () {
548
548
  });
549
549
  };
550
550
 
551
- var __vue_staticRenderFns__$u = [];
551
+ var __vue_staticRenderFns__$v = [];
552
552
  /* style */
553
553
 
554
- const __vue_inject_styles__$w = undefined;
554
+ const __vue_inject_styles__$x = undefined;
555
555
  /* scoped */
556
556
 
557
- const __vue_scope_id__$w = undefined;
557
+ const __vue_scope_id__$x = undefined;
558
558
  /* module identifier */
559
559
 
560
- const __vue_module_identifier__$w = undefined;
560
+ const __vue_module_identifier__$x = undefined;
561
561
  /* functional template */
562
562
 
563
- const __vue_is_functional_template__$w = false;
563
+ const __vue_is_functional_template__$x = false;
564
564
  /* style inject */
565
565
 
566
566
  /* style inject SSR */
567
567
 
568
568
  /* style inject shadow dom */
569
569
 
570
- const __vue_component__$W = /*#__PURE__*/normalizeComponent({
571
- render: __vue_render__$u,
572
- staticRenderFns: __vue_staticRenderFns__$u
573
- }, __vue_inject_styles__$w, {}, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
570
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
571
+ render: __vue_render__$v,
572
+ staticRenderFns: __vue_staticRenderFns__$v
573
+ }, __vue_inject_styles__$x, {}, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
574
574
 
575
- var ExclamationMarkPictogram = __vue_component__$W;
575
+ var ExclamationMarkPictogram = __vue_component__$Y;
576
576
 
577
577
  //
578
- var script$o = {
578
+ var script$p = {
579
579
  name: "NsEmptyState",
580
580
  components: {
581
581
  NsPictogram,
@@ -607,10 +607,10 @@ var script$o = {
607
607
  };
608
608
 
609
609
  /* script */
610
- const __vue_script__$o = script$o;
610
+ const __vue_script__$p = script$p;
611
611
  /* template */
612
612
 
613
- var __vue_render__$t = function () {
613
+ var __vue_render__$u = function () {
614
614
  var _vm = this;
615
615
 
616
616
  var _h = _vm.$createElement;
@@ -640,10 +640,10 @@ var __vue_render__$t = function () {
640
640
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
641
641
  };
642
642
 
643
- var __vue_staticRenderFns__$t = [];
643
+ var __vue_staticRenderFns__$u = [];
644
644
  /* style */
645
645
 
646
- const __vue_inject_styles__$v = function (inject) {
646
+ const __vue_inject_styles__$w = function (inject) {
647
647
  if (!inject) return;
648
648
  inject("data-v-2d5d3a58_0", {
649
649
  source: ".empty-state[data-v-2d5d3a58]{text-align:center;padding:2rem}.empty-state .image[data-v-2d5d3a58]{margin-bottom:1rem}.empty-state .description[data-v-2d5d3a58]{margin-top:1rem}.animation[data-v-2d5d3a58]{display:inline-block;width:64px;height:64px}",
@@ -654,26 +654,26 @@ const __vue_inject_styles__$v = function (inject) {
654
654
  /* scoped */
655
655
 
656
656
 
657
- const __vue_scope_id__$v = "data-v-2d5d3a58";
657
+ const __vue_scope_id__$w = "data-v-2d5d3a58";
658
658
  /* module identifier */
659
659
 
660
- const __vue_module_identifier__$v = undefined;
660
+ const __vue_module_identifier__$w = undefined;
661
661
  /* functional template */
662
662
 
663
- const __vue_is_functional_template__$v = false;
663
+ const __vue_is_functional_template__$w = false;
664
664
  /* style inject SSR */
665
665
 
666
666
  /* style inject shadow dom */
667
667
 
668
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({
669
- render: __vue_render__$t,
670
- staticRenderFns: __vue_staticRenderFns__$t
671
- }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
668
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
669
+ render: __vue_render__$u,
670
+ staticRenderFns: __vue_staticRenderFns__$u
671
+ }, __vue_inject_styles__$w, __vue_script__$p, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
672
672
 
673
- var __vue_component__$V = __vue_component__$U;
673
+ var __vue_component__$X = __vue_component__$W;
674
674
 
675
675
  //
676
- var script$n = {
676
+ var script$o = {
677
677
  name: "NsCodeSnippet",
678
678
  components: {
679
679
  CvButton,
@@ -785,10 +785,10 @@ var script$n = {
785
785
  };
786
786
 
787
787
  /* script */
788
- const __vue_script__$n = script$n;
788
+ const __vue_script__$o = script$o;
789
789
  /* template */
790
790
 
791
- var __vue_render__$s = function () {
791
+ var __vue_render__$t = function () {
792
792
  var _vm = this;
793
793
 
794
794
  var _h = _vm.$createElement;
@@ -850,10 +850,10 @@ var __vue_render__$s = function () {
850
850
  })], 1) : _vm._e()], 1);
851
851
  };
852
852
 
853
- var __vue_staticRenderFns__$s = [];
853
+ var __vue_staticRenderFns__$t = [];
854
854
  /* style */
855
855
 
856
- const __vue_inject_styles__$u = function (inject) {
856
+ const __vue_inject_styles__$v = function (inject) {
857
857
  if (!inject) return;
858
858
  inject("data-v-59cb538c_0", {
859
859
  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}",
@@ -864,23 +864,23 @@ const __vue_inject_styles__$u = function (inject) {
864
864
  /* scoped */
865
865
 
866
866
 
867
- const __vue_scope_id__$u = "data-v-59cb538c";
867
+ const __vue_scope_id__$v = "data-v-59cb538c";
868
868
  /* module identifier */
869
869
 
870
- const __vue_module_identifier__$u = undefined;
870
+ const __vue_module_identifier__$v = undefined;
871
871
  /* functional template */
872
872
 
873
- const __vue_is_functional_template__$u = false;
873
+ const __vue_is_functional_template__$v = false;
874
874
  /* style inject SSR */
875
875
 
876
876
  /* style inject shadow dom */
877
877
 
878
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
879
- render: __vue_render__$s,
880
- staticRenderFns: __vue_staticRenderFns__$s
881
- }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
878
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
879
+ render: __vue_render__$t,
880
+ staticRenderFns: __vue_staticRenderFns__$t
881
+ }, __vue_inject_styles__$v, __vue_script__$o, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
882
882
 
883
- var __vue_component__$T = __vue_component__$S;
883
+ var __vue_component__$V = __vue_component__$U;
884
884
 
885
885
  //
886
886
  //
@@ -911,7 +911,7 @@ var __vue_component__$T = __vue_component__$S;
911
911
  //
912
912
  //
913
913
  //
914
- var script$m = {
914
+ var script$n = {
915
915
  name: "NsCircleTimer",
916
916
  props: {
917
917
  timeLimit: {
@@ -975,10 +975,10 @@ var script$m = {
975
975
  };
976
976
 
977
977
  /* script */
978
- const __vue_script__$m = script$m;
978
+ const __vue_script__$n = script$n;
979
979
  /* template */
980
980
 
981
- var __vue_render__$r = function () {
981
+ var __vue_render__$s = function () {
982
982
  var _vm = this;
983
983
 
984
984
  var _h = _vm.$createElement;
@@ -1014,10 +1014,10 @@ var __vue_render__$r = function () {
1014
1014
  })])])]);
1015
1015
  };
1016
1016
 
1017
- var __vue_staticRenderFns__$r = [];
1017
+ var __vue_staticRenderFns__$s = [];
1018
1018
  /* style */
1019
1019
 
1020
- const __vue_inject_styles__$t = function (inject) {
1020
+ const __vue_inject_styles__$u = function (inject) {
1021
1021
  if (!inject) return;
1022
1022
  inject("data-v-79cb7082_0", {
1023
1023
  source: ".base-timer[data-v-79cb7082]{position:relative}.base-timer__circle[data-v-79cb7082]{fill:none;stroke:none}.base-timer__path-remaining[data-v-79cb7082]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-79cb7082]{transform:scaleX(-1)}",
@@ -1028,26 +1028,26 @@ const __vue_inject_styles__$t = function (inject) {
1028
1028
  /* scoped */
1029
1029
 
1030
1030
 
1031
- const __vue_scope_id__$t = "data-v-79cb7082";
1031
+ const __vue_scope_id__$u = "data-v-79cb7082";
1032
1032
  /* module identifier */
1033
1033
 
1034
- const __vue_module_identifier__$t = undefined;
1034
+ const __vue_module_identifier__$u = undefined;
1035
1035
  /* functional template */
1036
1036
 
1037
- const __vue_is_functional_template__$t = false;
1037
+ const __vue_is_functional_template__$u = false;
1038
1038
  /* style inject SSR */
1039
1039
 
1040
1040
  /* style inject shadow dom */
1041
1041
 
1042
- const __vue_component__$R = /*#__PURE__*/normalizeComponent({
1043
- render: __vue_render__$r,
1044
- staticRenderFns: __vue_staticRenderFns__$r
1045
- }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1042
+ const __vue_component__$T = /*#__PURE__*/normalizeComponent({
1043
+ render: __vue_render__$s,
1044
+ staticRenderFns: __vue_staticRenderFns__$s
1045
+ }, __vue_inject_styles__$u, __vue_script__$n, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
1046
1046
 
1047
- var NsCircleTimer = __vue_component__$R;
1047
+ var NsCircleTimer = __vue_component__$T;
1048
1048
 
1049
1049
  //
1050
- var script$l = {
1050
+ var script$m = {
1051
1051
  name: "NsInlineNotification",
1052
1052
  extends: CvInlineNotification,
1053
1053
  components: {
@@ -1084,10 +1084,10 @@ var script$l = {
1084
1084
  };
1085
1085
 
1086
1086
  /* script */
1087
- const __vue_script__$l = script$l;
1087
+ const __vue_script__$m = script$m;
1088
1088
  /* template */
1089
1089
 
1090
- var __vue_render__$q = function () {
1090
+ var __vue_render__$r = function () {
1091
1091
  var _obj;
1092
1092
 
1093
1093
  var _vm = this;
@@ -1158,10 +1158,10 @@ var __vue_render__$q = function () {
1158
1158
  })], 1) : _vm._e()]);
1159
1159
  };
1160
1160
 
1161
- var __vue_staticRenderFns__$q = [];
1161
+ var __vue_staticRenderFns__$r = [];
1162
1162
  /* style */
1163
1163
 
1164
- const __vue_inject_styles__$s = function (inject) {
1164
+ const __vue_inject_styles__$t = function (inject) {
1165
1165
  if (!inject) return;
1166
1166
  inject("data-v-59312d66_0", {
1167
1167
  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}",
@@ -1172,23 +1172,23 @@ const __vue_inject_styles__$s = function (inject) {
1172
1172
  /* scoped */
1173
1173
 
1174
1174
 
1175
- const __vue_scope_id__$s = "data-v-59312d66";
1175
+ const __vue_scope_id__$t = "data-v-59312d66";
1176
1176
  /* module identifier */
1177
1177
 
1178
- const __vue_module_identifier__$s = undefined;
1178
+ const __vue_module_identifier__$t = undefined;
1179
1179
  /* functional template */
1180
1180
 
1181
- const __vue_is_functional_template__$s = false;
1181
+ const __vue_is_functional_template__$t = false;
1182
1182
  /* style inject SSR */
1183
1183
 
1184
1184
  /* style inject shadow dom */
1185
1185
 
1186
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
1187
- render: __vue_render__$q,
1188
- staticRenderFns: __vue_staticRenderFns__$q
1189
- }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1186
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({
1187
+ render: __vue_render__$r,
1188
+ staticRenderFns: __vue_staticRenderFns__$r
1189
+ }, __vue_inject_styles__$t, __vue_script__$m, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
1190
1190
 
1191
- var NsInlineNotification = __vue_component__$Q;
1191
+ var NsInlineNotification = __vue_component__$S;
1192
1192
 
1193
1193
  //
1194
1194
  //
@@ -1207,7 +1207,7 @@ var NsInlineNotification = __vue_component__$Q;
1207
1207
  //
1208
1208
  //
1209
1209
  //
1210
- var script$k = {
1210
+ var script$l = {
1211
1211
  name: "NsProgressBar",
1212
1212
  props: {
1213
1213
  value: {
@@ -1238,10 +1238,10 @@ var script$k = {
1238
1238
  };
1239
1239
 
1240
1240
  /* script */
1241
- const __vue_script__$k = script$k;
1241
+ const __vue_script__$l = script$l;
1242
1242
  /* template */
1243
1243
 
1244
- var __vue_render__$p = function () {
1244
+ var __vue_render__$q = function () {
1245
1245
  var _vm = this;
1246
1246
 
1247
1247
  var _h = _vm.$createElement;
@@ -1266,10 +1266,10 @@ var __vue_render__$p = function () {
1266
1266
  })]], 2)]);
1267
1267
  };
1268
1268
 
1269
- var __vue_staticRenderFns__$p = [];
1269
+ var __vue_staticRenderFns__$q = [];
1270
1270
  /* style */
1271
1271
 
1272
- const __vue_inject_styles__$r = function (inject) {
1272
+ const __vue_inject_styles__$s = function (inject) {
1273
1273
  if (!inject) return;
1274
1274
  inject("data-v-57532057_0", {
1275
1275
  source: ".progress-bar-container[data-v-57532057]{width:100%;position:relative}.slider[data-v-57532057]{position:absolute;width:100%;height:5px;overflow-x:hidden}.line[data-v-57532057]{position:absolute;opacity:.4;width:100%;height:5px}.progress-line[data-v-57532057]{position:absolute;height:5px}.indeterminate-line[data-v-57532057]{position:absolute;opacity:.4;width:150%;height:5px}.indeterminate-subline[data-v-57532057]{position:absolute;height:5px}.inc[data-v-57532057]{animation:increase-data-v-57532057 2s infinite}.dec[data-v-57532057]{animation:decrease-data-v-57532057 2s .5s infinite}@keyframes increase-data-v-57532057{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-57532057{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -1280,25 +1280,25 @@ const __vue_inject_styles__$r = function (inject) {
1280
1280
  /* scoped */
1281
1281
 
1282
1282
 
1283
- const __vue_scope_id__$r = "data-v-57532057";
1283
+ const __vue_scope_id__$s = "data-v-57532057";
1284
1284
  /* module identifier */
1285
1285
 
1286
- const __vue_module_identifier__$r = undefined;
1286
+ const __vue_module_identifier__$s = undefined;
1287
1287
  /* functional template */
1288
1288
 
1289
- const __vue_is_functional_template__$r = false;
1289
+ const __vue_is_functional_template__$s = false;
1290
1290
  /* style inject SSR */
1291
1291
 
1292
1292
  /* style inject shadow dom */
1293
1293
 
1294
- const __vue_component__$P = /*#__PURE__*/normalizeComponent({
1295
- render: __vue_render__$p,
1296
- staticRenderFns: __vue_staticRenderFns__$p
1297
- }, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, createInjector, undefined, undefined);
1294
+ const __vue_component__$R = /*#__PURE__*/normalizeComponent({
1295
+ render: __vue_render__$q,
1296
+ staticRenderFns: __vue_staticRenderFns__$q
1297
+ }, __vue_inject_styles__$s, __vue_script__$l, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
1298
1298
 
1299
- var NsProgressBar = __vue_component__$P;
1299
+ var NsProgressBar = __vue_component__$R;
1300
1300
 
1301
- var script$j = {
1301
+ var script$k = {
1302
1302
  name: "NsSvg",
1303
1303
  props: {
1304
1304
  svg: {
@@ -1357,33 +1357,33 @@ var script$j = {
1357
1357
  };
1358
1358
 
1359
1359
  /* script */
1360
- const __vue_script__$j = script$j;
1360
+ const __vue_script__$k = script$k;
1361
1361
  /* template */
1362
1362
 
1363
1363
  /* style */
1364
1364
 
1365
- const __vue_inject_styles__$q = undefined;
1365
+ const __vue_inject_styles__$r = undefined;
1366
1366
  /* scoped */
1367
1367
 
1368
- const __vue_scope_id__$q = undefined;
1368
+ const __vue_scope_id__$r = undefined;
1369
1369
  /* module identifier */
1370
1370
 
1371
- const __vue_module_identifier__$q = undefined;
1371
+ const __vue_module_identifier__$r = undefined;
1372
1372
  /* functional template */
1373
1373
 
1374
- const __vue_is_functional_template__$q = undefined;
1374
+ const __vue_is_functional_template__$r = undefined;
1375
1375
  /* style inject */
1376
1376
 
1377
1377
  /* style inject SSR */
1378
1378
 
1379
1379
  /* style inject shadow dom */
1380
1380
 
1381
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
1381
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$r, __vue_script__$k, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
1382
1382
 
1383
- var NsSvg = __vue_component__$O;
1383
+ var NsSvg = __vue_component__$Q;
1384
1384
 
1385
1385
  //
1386
- var script$i = {
1386
+ var script$j = {
1387
1387
  name: "NsTile",
1388
1388
  extends: CvTile,
1389
1389
  inheritAttrs: false,
@@ -1457,10 +1457,10 @@ var script$i = {
1457
1457
  };
1458
1458
 
1459
1459
  /* script */
1460
- const __vue_script__$i = script$i;
1460
+ const __vue_script__$j = script$j;
1461
1461
  /* template */
1462
1462
 
1463
- var __vue_render__$o = function () {
1463
+ var __vue_render__$p = function () {
1464
1464
  var _obj;
1465
1465
 
1466
1466
  var _vm = this;
@@ -1499,10 +1499,10 @@ var __vue_render__$o = function () {
1499
1499
  }) : _vm._e()], 1);
1500
1500
  };
1501
1501
 
1502
- var __vue_staticRenderFns__$o = [];
1502
+ var __vue_staticRenderFns__$p = [];
1503
1503
  /* style */
1504
1504
 
1505
- const __vue_inject_styles__$p = function (inject) {
1505
+ const __vue_inject_styles__$q = function (inject) {
1506
1506
  if (!inject) return;
1507
1507
  inject("data-v-443a91f0_0", {
1508
1508
  source: ".ns-tile[data-v-443a91f0]{margin-bottom:2rem;position:relative}.container[data-v-443a91f0]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-443a91f0]{text-align:center}.large[data-v-443a91f0]{min-height:10rem}.tile-icon[data-v-443a91f0]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-443a91f0]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-443a91f0]{padding-bottom:4rem}.disabled-tile[data-v-443a91f0]{color:#c6c6c6}",
@@ -1513,23 +1513,23 @@ const __vue_inject_styles__$p = function (inject) {
1513
1513
  /* scoped */
1514
1514
 
1515
1515
 
1516
- const __vue_scope_id__$p = "data-v-443a91f0";
1516
+ const __vue_scope_id__$q = "data-v-443a91f0";
1517
1517
  /* module identifier */
1518
1518
 
1519
- const __vue_module_identifier__$p = undefined;
1519
+ const __vue_module_identifier__$q = undefined;
1520
1520
  /* functional template */
1521
1521
 
1522
- const __vue_is_functional_template__$p = false;
1522
+ const __vue_is_functional_template__$q = false;
1523
1523
  /* style inject SSR */
1524
1524
 
1525
1525
  /* style inject shadow dom */
1526
1526
 
1527
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
1528
- render: __vue_render__$o,
1529
- staticRenderFns: __vue_staticRenderFns__$o
1530
- }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
1527
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
1528
+ render: __vue_render__$p,
1529
+ staticRenderFns: __vue_staticRenderFns__$p
1530
+ }, __vue_inject_styles__$q, __vue_script__$j, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
1531
1531
 
1532
- var __vue_component__$N = __vue_component__$M;
1532
+ var __vue_component__$P = __vue_component__$O;
1533
1533
 
1534
1534
  function toInteger(dirtyNumber) {
1535
1535
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6126,7 +6126,7 @@ var DateTimeService = {
6126
6126
  };
6127
6127
 
6128
6128
  //
6129
- var script$h = {
6129
+ var script$i = {
6130
6130
  name: "NsToastNotification",
6131
6131
  extends: CvToastNotification,
6132
6132
  components: {
@@ -6204,10 +6204,10 @@ var script$h = {
6204
6204
  };
6205
6205
 
6206
6206
  /* script */
6207
- const __vue_script__$h = script$h;
6207
+ const __vue_script__$i = script$i;
6208
6208
  /* template */
6209
6209
 
6210
- var __vue_render__$n = function () {
6210
+ var __vue_render__$o = function () {
6211
6211
  var _obj;
6212
6212
 
6213
6213
  var _vm = this;
@@ -6305,10 +6305,10 @@ var __vue_render__$n = function () {
6305
6305
  })], 1) : _vm._e()], 1)]);
6306
6306
  };
6307
6307
 
6308
- var __vue_staticRenderFns__$n = [];
6308
+ var __vue_staticRenderFns__$o = [];
6309
6309
  /* style */
6310
6310
 
6311
- const __vue_inject_styles__$o = function (inject) {
6311
+ const __vue_inject_styles__$p = function (inject) {
6312
6312
  if (!inject) return;
6313
6313
  inject("data-v-6ff0b515_0", {
6314
6314
  source: ".notification[data-v-6ff0b515]{margin-bottom:0;margin-right:0}.action[data-v-6ff0b515]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-6ff0b515]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-6ff0b515]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-6ff0b515]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-6ff0b515]{margin-bottom:0}.progress[data-v-6ff0b515]{margin-top:.75rem}.progress-bar-spacer[data-v-6ff0b515]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-6ff0b515]{width:100%;cursor:pointer}.notification-read[data-v-6ff0b515]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-6ff0b515]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-6ff0b515]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-6ff0b515]{font-weight:400}.cv-notifiation .timestamp[data-v-6ff0b515]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-6ff0b515]{color:#c6c6c6}.bx--tooltip__trigger[data-v-6ff0b515]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-6ff0b515]::before{border-bottom-color:#161616}div.row[data-v-6ff0b515]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-6ff0b515]{flex-grow:1}",
@@ -6323,26 +6323,26 @@ const __vue_inject_styles__$o = function (inject) {
6323
6323
  /* scoped */
6324
6324
 
6325
6325
 
6326
- const __vue_scope_id__$o = "data-v-6ff0b515";
6326
+ const __vue_scope_id__$p = "data-v-6ff0b515";
6327
6327
  /* module identifier */
6328
6328
 
6329
- const __vue_module_identifier__$o = undefined;
6329
+ const __vue_module_identifier__$p = undefined;
6330
6330
  /* functional template */
6331
6331
 
6332
- const __vue_is_functional_template__$o = false;
6332
+ const __vue_is_functional_template__$p = false;
6333
6333
  /* style inject SSR */
6334
6334
 
6335
6335
  /* style inject shadow dom */
6336
6336
 
6337
- const __vue_component__$K = /*#__PURE__*/normalizeComponent({
6338
- render: __vue_render__$n,
6339
- staticRenderFns: __vue_staticRenderFns__$n
6340
- }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6337
+ const __vue_component__$M = /*#__PURE__*/normalizeComponent({
6338
+ render: __vue_render__$o,
6339
+ staticRenderFns: __vue_staticRenderFns__$o
6340
+ }, __vue_inject_styles__$p, __vue_script__$i, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
6341
6341
 
6342
- var __vue_component__$L = __vue_component__$K;
6342
+ var __vue_component__$N = __vue_component__$M;
6343
6343
 
6344
6344
  //
6345
- var script$g = {
6345
+ var script$h = {
6346
6346
  name: "NsInfoCard",
6347
6347
  components: {
6348
6348
  NsSvg,
@@ -6393,10 +6393,10 @@ var script$g = {
6393
6393
  };
6394
6394
 
6395
6395
  /* script */
6396
- const __vue_script__$g = script$g;
6396
+ const __vue_script__$h = script$h;
6397
6397
  /* template */
6398
6398
 
6399
- var __vue_render__$m = function () {
6399
+ var __vue_render__$n = function () {
6400
6400
  var _vm = this;
6401
6401
 
6402
6402
  var _h = _vm.$createElement;
@@ -6453,10 +6453,10 @@ var __vue_render__$m = function () {
6453
6453
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6454
6454
  };
6455
6455
 
6456
- var __vue_staticRenderFns__$m = [];
6456
+ var __vue_staticRenderFns__$n = [];
6457
6457
  /* style */
6458
6458
 
6459
- const __vue_inject_styles__$n = function (inject) {
6459
+ const __vue_inject_styles__$o = function (inject) {
6460
6460
  if (!inject) return;
6461
6461
  inject("data-v-aefc1c3e_0", {
6462
6462
  source: ".info-card[data-v-aefc1c3e]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-aefc1c3e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-aefc1c3e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.description[data-v-aefc1c3e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-aefc1c3e]{margin-top:.5rem}",
@@ -6467,26 +6467,26 @@ const __vue_inject_styles__$n = function (inject) {
6467
6467
  /* scoped */
6468
6468
 
6469
6469
 
6470
- const __vue_scope_id__$n = "data-v-aefc1c3e";
6470
+ const __vue_scope_id__$o = "data-v-aefc1c3e";
6471
6471
  /* module identifier */
6472
6472
 
6473
- const __vue_module_identifier__$n = undefined;
6473
+ const __vue_module_identifier__$o = undefined;
6474
6474
  /* functional template */
6475
6475
 
6476
- const __vue_is_functional_template__$n = false;
6476
+ const __vue_is_functional_template__$o = false;
6477
6477
  /* style inject SSR */
6478
6478
 
6479
6479
  /* style inject shadow dom */
6480
6480
 
6481
- const __vue_component__$I = /*#__PURE__*/normalizeComponent({
6482
- render: __vue_render__$m,
6483
- staticRenderFns: __vue_staticRenderFns__$m
6484
- }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
6481
+ const __vue_component__$K = /*#__PURE__*/normalizeComponent({
6482
+ render: __vue_render__$n,
6483
+ staticRenderFns: __vue_staticRenderFns__$n
6484
+ }, __vue_inject_styles__$o, __vue_script__$h, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
6485
6485
 
6486
- var __vue_component__$J = __vue_component__$I;
6486
+ var __vue_component__$L = __vue_component__$K;
6487
6487
 
6488
6488
  //
6489
- var script$f = {
6489
+ var script$g = {
6490
6490
  name: "NsStatusCard",
6491
6491
  //components added for storybook to work
6492
6492
  components: {
@@ -6533,10 +6533,10 @@ var script$f = {
6533
6533
  };
6534
6534
 
6535
6535
  /* script */
6536
- const __vue_script__$f = script$f;
6536
+ const __vue_script__$g = script$g;
6537
6537
  /* template */
6538
6538
 
6539
- var __vue_render__$l = function () {
6539
+ var __vue_render__$m = function () {
6540
6540
  var _vm = this;
6541
6541
 
6542
6542
  var _h = _vm.$createElement;
@@ -6605,10 +6605,10 @@ var __vue_render__$l = function () {
6605
6605
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6606
6606
  };
6607
6607
 
6608
- var __vue_staticRenderFns__$l = [];
6608
+ var __vue_staticRenderFns__$m = [];
6609
6609
  /* style */
6610
6610
 
6611
- const __vue_inject_styles__$m = function (inject) {
6611
+ const __vue_inject_styles__$n = function (inject) {
6612
6612
  if (!inject) return;
6613
6613
  inject("data-v-496044f0_0", {
6614
6614
  source: ".status-card[data-v-496044f0]{display:flex;flex-direction:column;justify-content:center}.row[data-v-496044f0]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.label[data-v-496044f0]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-496044f0]{margin-right:.25rem}.error-icon[data-v-496044f0]{margin-right:.25rem}.warning-icon[data-v-496044f0]{margin-right:.25rem}.stats[data-v-496044f0]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6619,26 +6619,26 @@ const __vue_inject_styles__$m = function (inject) {
6619
6619
  /* scoped */
6620
6620
 
6621
6621
 
6622
- const __vue_scope_id__$m = "data-v-496044f0";
6622
+ const __vue_scope_id__$n = "data-v-496044f0";
6623
6623
  /* module identifier */
6624
6624
 
6625
- const __vue_module_identifier__$m = undefined;
6625
+ const __vue_module_identifier__$n = undefined;
6626
6626
  /* functional template */
6627
6627
 
6628
- const __vue_is_functional_template__$m = false;
6628
+ const __vue_is_functional_template__$n = false;
6629
6629
  /* style inject SSR */
6630
6630
 
6631
6631
  /* style inject shadow dom */
6632
6632
 
6633
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
6634
- render: __vue_render__$l,
6635
- staticRenderFns: __vue_staticRenderFns__$l
6636
- }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
6633
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
6634
+ render: __vue_render__$m,
6635
+ staticRenderFns: __vue_staticRenderFns__$m
6636
+ }, __vue_inject_styles__$n, __vue_script__$g, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
6637
6637
 
6638
- var __vue_component__$H = __vue_component__$G;
6638
+ var __vue_component__$J = __vue_component__$I;
6639
6639
 
6640
6640
  //
6641
- var script$e = {
6641
+ var script$f = {
6642
6642
  name: "NsSystemdServiceCard",
6643
6643
  //components added for storybook to work
6644
6644
  components: {
@@ -6692,10 +6692,10 @@ var script$e = {
6692
6692
  };
6693
6693
 
6694
6694
  /* script */
6695
- const __vue_script__$e = script$e;
6695
+ const __vue_script__$f = script$f;
6696
6696
  /* template */
6697
6697
 
6698
- var __vue_render__$k = function () {
6698
+ var __vue_render__$l = function () {
6699
6699
  var _vm = this;
6700
6700
 
6701
6701
  var _h = _vm.$createElement;
@@ -6750,10 +6750,10 @@ var __vue_render__$k = function () {
6750
6750
  })], 1)])]);
6751
6751
  };
6752
6752
 
6753
- var __vue_staticRenderFns__$k = [];
6753
+ var __vue_staticRenderFns__$l = [];
6754
6754
  /* style */
6755
6755
 
6756
- const __vue_inject_styles__$l = function (inject) {
6756
+ const __vue_inject_styles__$m = function (inject) {
6757
6757
  if (!inject) return;
6758
6758
  inject("data-v-bf751eca_0", {
6759
6759
  source: ".service-card[data-v-bf751eca]{display:flex;flex-direction:column;justify-content:center}.row[data-v-bf751eca]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-bf751eca]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-bf751eca]{margin-right:.25rem}.error-icon[data-v-bf751eca]{margin-right:.25rem}.warning-icon[data-v-bf751eca]{margin-right:.25rem}.stats[data-v-bf751eca]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
@@ -6764,23 +6764,23 @@ const __vue_inject_styles__$l = function (inject) {
6764
6764
  /* scoped */
6765
6765
 
6766
6766
 
6767
- const __vue_scope_id__$l = "data-v-bf751eca";
6767
+ const __vue_scope_id__$m = "data-v-bf751eca";
6768
6768
  /* module identifier */
6769
6769
 
6770
- const __vue_module_identifier__$l = undefined;
6770
+ const __vue_module_identifier__$m = undefined;
6771
6771
  /* functional template */
6772
6772
 
6773
- const __vue_is_functional_template__$l = false;
6773
+ const __vue_is_functional_template__$m = false;
6774
6774
  /* style inject SSR */
6775
6775
 
6776
6776
  /* style inject shadow dom */
6777
6777
 
6778
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
6779
- render: __vue_render__$k,
6780
- staticRenderFns: __vue_staticRenderFns__$k
6781
- }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
6778
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
6779
+ render: __vue_render__$l,
6780
+ staticRenderFns: __vue_staticRenderFns__$l
6781
+ }, __vue_inject_styles__$m, __vue_script__$f, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
6782
6782
 
6783
- var __vue_component__$F = __vue_component__$E;
6783
+ var __vue_component__$H = __vue_component__$G;
6784
6784
 
6785
6785
  // Unique ID creation requires a high quality random # generator. In node.js
6786
6786
  // this is pretty straight-forward - we use the crypto API.
@@ -7113,7 +7113,8 @@ var UtilService = {
7113
7113
  },
7114
7114
 
7115
7115
  /**
7116
- * Scroll to anchor if route contains a hash (#). Used to simulate anchor links when navigating between pages
7116
+ * Scroll to anchor if route contains a hash (#) and highlight the related element.
7117
+ * Used when navigating to a specific anchor link on a different page
7117
7118
  */
7118
7119
  checkAndScrollToAnchor() {
7119
7120
  this.$nextTick(function () {
@@ -7254,7 +7255,7 @@ var UtilService = {
7254
7255
  };
7255
7256
 
7256
7257
  //
7257
- var script$d = {
7258
+ var script$e = {
7258
7259
  name: "NsPasswordInput",
7259
7260
  components: CvTextInput,
7260
7261
  mixins: [UtilService],
@@ -7417,10 +7418,10 @@ var script$d = {
7417
7418
  };
7418
7419
 
7419
7420
  /* script */
7420
- const __vue_script__$d = script$d;
7421
+ const __vue_script__$e = script$e;
7421
7422
  /* template */
7422
7423
 
7423
- var __vue_render__$j = function () {
7424
+ var __vue_render__$k = function () {
7424
7425
  var _vm = this;
7425
7426
 
7426
7427
  var _h = _vm.$createElement;
@@ -7515,10 +7516,10 @@ var __vue_render__$j = function () {
7515
7516
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7516
7517
  };
7517
7518
 
7518
- var __vue_staticRenderFns__$j = [];
7519
+ var __vue_staticRenderFns__$k = [];
7519
7520
  /* style */
7520
7521
 
7521
- const __vue_inject_styles__$k = function (inject) {
7522
+ const __vue_inject_styles__$l = function (inject) {
7522
7523
  if (!inject) return;
7523
7524
  inject("data-v-d2bd6562_0", {
7524
7525
  source: ".new-password-container[data-v-d2bd6562]{margin-bottom:1rem}.new-password[data-v-d2bd6562]{margin-bottom:.25rem}.confirm-password[data-v-d2bd6562]{margin-bottom:.25rem}.password-meter[data-v-d2bd6562]{display:flex}@media (min-width:672px){.password-meter[data-v-d2bd6562]{max-width:38rem}}.requirement[data-v-d2bd6562]{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-d2bd6562]{background-color:#fff}.requirement[data-v-d2bd6562]:first-child{margin-left:0}.requirement-ok[data-v-d2bd6562]{color:#fff;background-color:#198038}.requirement-disabled[data-v-d2bd6562]{color:#c6c6c6;background-color:#f4f4f4}",
@@ -7529,26 +7530,26 @@ const __vue_inject_styles__$k = function (inject) {
7529
7530
  /* scoped */
7530
7531
 
7531
7532
 
7532
- const __vue_scope_id__$k = "data-v-d2bd6562";
7533
+ const __vue_scope_id__$l = "data-v-d2bd6562";
7533
7534
  /* module identifier */
7534
7535
 
7535
- const __vue_module_identifier__$k = undefined;
7536
+ const __vue_module_identifier__$l = undefined;
7536
7537
  /* functional template */
7537
7538
 
7538
- const __vue_is_functional_template__$k = false;
7539
+ const __vue_is_functional_template__$l = false;
7539
7540
  /* style inject SSR */
7540
7541
 
7541
7542
  /* style inject shadow dom */
7542
7543
 
7543
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
7544
- render: __vue_render__$j,
7545
- staticRenderFns: __vue_staticRenderFns__$j
7546
- }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
7544
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
7545
+ render: __vue_render__$k,
7546
+ staticRenderFns: __vue_staticRenderFns__$k
7547
+ }, __vue_inject_styles__$l, __vue_script__$e, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
7547
7548
 
7548
- var __vue_component__$D = __vue_component__$C;
7549
+ var __vue_component__$F = __vue_component__$E;
7549
7550
 
7550
7551
  //
7551
- var script$c = {
7552
+ var script$d = {
7552
7553
  name: "NsIconMenu",
7553
7554
  extends: CvOverflowMenu,
7554
7555
  props: {
@@ -7592,10 +7593,10 @@ var script$c = {
7592
7593
  };
7593
7594
 
7594
7595
  /* script */
7595
- const __vue_script__$c = script$c;
7596
+ const __vue_script__$d = script$d;
7596
7597
  /* template */
7597
7598
 
7598
- var __vue_render__$i = function () {
7599
+ var __vue_render__$j = function () {
7599
7600
  var _obj, _obj$1;
7600
7601
 
7601
7602
  var _vm = this;
@@ -7711,10 +7712,10 @@ var __vue_render__$i = function () {
7711
7712
  })])]);
7712
7713
  };
7713
7714
 
7714
- var __vue_staticRenderFns__$i = [];
7715
+ var __vue_staticRenderFns__$j = [];
7715
7716
  /* style */
7716
7717
 
7717
- const __vue_inject_styles__$j = function (inject) {
7718
+ const __vue_inject_styles__$k = function (inject) {
7718
7719
  if (!inject) return;
7719
7720
  inject("data-v-2be14df6_0", {
7720
7721
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -7725,27 +7726,27 @@ const __vue_inject_styles__$j = function (inject) {
7725
7726
  /* scoped */
7726
7727
 
7727
7728
 
7728
- const __vue_scope_id__$j = "data-v-2be14df6";
7729
+ const __vue_scope_id__$k = "data-v-2be14df6";
7729
7730
  /* module identifier */
7730
7731
 
7731
- const __vue_module_identifier__$j = undefined;
7732
+ const __vue_module_identifier__$k = undefined;
7732
7733
  /* functional template */
7733
7734
 
7734
- const __vue_is_functional_template__$j = false;
7735
+ const __vue_is_functional_template__$k = false;
7735
7736
  /* style inject SSR */
7736
7737
 
7737
7738
  /* style inject shadow dom */
7738
7739
 
7739
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
7740
- render: __vue_render__$i,
7741
- staticRenderFns: __vue_staticRenderFns__$i
7742
- }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
7740
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
7741
+ render: __vue_render__$j,
7742
+ staticRenderFns: __vue_staticRenderFns__$j
7743
+ }, __vue_inject_styles__$k, __vue_script__$d, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
7743
7744
 
7744
- var __vue_component__$B = __vue_component__$A;
7745
+ var __vue_component__$D = __vue_component__$C;
7745
7746
 
7746
7747
  //
7747
7748
  Vue.use(chartsVue);
7748
- var script$b = {
7749
+ var script$c = {
7749
7750
  name: "NsMeterChart",
7750
7751
  components: {
7751
7752
  CcvMeterChart
@@ -7819,10 +7820,10 @@ var script$b = {
7819
7820
  };
7820
7821
 
7821
7822
  /* script */
7822
- const __vue_script__$b = script$b;
7823
+ const __vue_script__$c = script$c;
7823
7824
  /* template */
7824
7825
 
7825
- var __vue_render__$h = function () {
7826
+ var __vue_render__$i = function () {
7826
7827
  var _vm = this;
7827
7828
 
7828
7829
  var _h = _vm.$createElement;
@@ -7837,35 +7838,35 @@ var __vue_render__$h = function () {
7837
7838
  });
7838
7839
  };
7839
7840
 
7840
- var __vue_staticRenderFns__$h = [];
7841
+ var __vue_staticRenderFns__$i = [];
7841
7842
  /* style */
7842
7843
 
7843
- const __vue_inject_styles__$i = undefined;
7844
+ const __vue_inject_styles__$j = undefined;
7844
7845
  /* scoped */
7845
7846
 
7846
- const __vue_scope_id__$i = undefined;
7847
+ const __vue_scope_id__$j = undefined;
7847
7848
  /* module identifier */
7848
7849
 
7849
- const __vue_module_identifier__$i = undefined;
7850
+ const __vue_module_identifier__$j = undefined;
7850
7851
  /* functional template */
7851
7852
 
7852
- const __vue_is_functional_template__$i = false;
7853
+ const __vue_is_functional_template__$j = false;
7853
7854
  /* style inject */
7854
7855
 
7855
7856
  /* style inject SSR */
7856
7857
 
7857
7858
  /* style inject shadow dom */
7858
7859
 
7859
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
7860
- render: __vue_render__$h,
7861
- staticRenderFns: __vue_staticRenderFns__$h
7862
- }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
7860
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
7861
+ render: __vue_render__$i,
7862
+ staticRenderFns: __vue_staticRenderFns__$i
7863
+ }, __vue_inject_styles__$j, __vue_script__$c, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, undefined, undefined, undefined);
7863
7864
 
7864
- var __vue_component__$z = __vue_component__$y;
7865
+ var __vue_component__$B = __vue_component__$A;
7865
7866
 
7866
7867
  //
7867
7868
  Vue.use(chartsVue);
7868
- var script$a = {
7869
+ var script$b = {
7869
7870
  name: "NsPieChart",
7870
7871
  components: {},
7871
7872
  props: {
@@ -7921,10 +7922,10 @@ var script$a = {
7921
7922
  };
7922
7923
 
7923
7924
  /* script */
7924
- const __vue_script__$a = script$a;
7925
+ const __vue_script__$b = script$b;
7925
7926
  /* template */
7926
7927
 
7927
- var __vue_render__$g = function () {
7928
+ var __vue_render__$h = function () {
7928
7929
  var _vm = this;
7929
7930
 
7930
7931
  var _h = _vm.$createElement;
@@ -7939,34 +7940,34 @@ var __vue_render__$g = function () {
7939
7940
  });
7940
7941
  };
7941
7942
 
7942
- var __vue_staticRenderFns__$g = [];
7943
+ var __vue_staticRenderFns__$h = [];
7943
7944
  /* style */
7944
7945
 
7945
- const __vue_inject_styles__$h = undefined;
7946
+ const __vue_inject_styles__$i = undefined;
7946
7947
  /* scoped */
7947
7948
 
7948
- const __vue_scope_id__$h = undefined;
7949
+ const __vue_scope_id__$i = undefined;
7949
7950
  /* module identifier */
7950
7951
 
7951
- const __vue_module_identifier__$h = undefined;
7952
+ const __vue_module_identifier__$i = undefined;
7952
7953
  /* functional template */
7953
7954
 
7954
- const __vue_is_functional_template__$h = false;
7955
+ const __vue_is_functional_template__$i = false;
7955
7956
  /* style inject */
7956
7957
 
7957
7958
  /* style inject SSR */
7958
7959
 
7959
7960
  /* style inject shadow dom */
7960
7961
 
7961
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
7962
- render: __vue_render__$g,
7963
- staticRenderFns: __vue_staticRenderFns__$g
7964
- }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
7962
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({
7963
+ render: __vue_render__$h,
7964
+ staticRenderFns: __vue_staticRenderFns__$h
7965
+ }, __vue_inject_styles__$i, __vue_script__$b, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, undefined, undefined, undefined);
7965
7966
 
7966
- var __vue_component__$x = __vue_component__$w;
7967
+ var __vue_component__$z = __vue_component__$y;
7967
7968
 
7968
7969
  //
7969
- var script$9 = {
7970
+ var script$a = {
7970
7971
  name: "NsDangerDeleteModal",
7971
7972
  //component added for storybook to work
7972
7973
  components: {
@@ -8061,10 +8062,10 @@ var script$9 = {
8061
8062
  };
8062
8063
 
8063
8064
  /* script */
8064
- const __vue_script__$9 = script$9;
8065
+ const __vue_script__$a = script$a;
8065
8066
  /* template */
8066
8067
 
8067
- var __vue_render__$f = function () {
8068
+ var __vue_render__$g = function () {
8068
8069
  var _vm = this;
8069
8070
 
8070
8071
  var _h = _vm.$createElement;
@@ -8132,10 +8133,10 @@ var __vue_render__$f = function () {
8132
8133
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8133
8134
  };
8134
8135
 
8135
- var __vue_staticRenderFns__$f = [];
8136
+ var __vue_staticRenderFns__$g = [];
8136
8137
  /* style */
8137
8138
 
8138
- const __vue_inject_styles__$g = function (inject) {
8139
+ const __vue_inject_styles__$h = function (inject) {
8139
8140
  if (!inject) return;
8140
8141
  inject("data-v-56c8d6b0_0", {
8141
8142
  source: ".type-to-confirm[data-v-56c8d6b0]{margin-top:2rem}",
@@ -8146,23 +8147,23 @@ const __vue_inject_styles__$g = function (inject) {
8146
8147
  /* scoped */
8147
8148
 
8148
8149
 
8149
- const __vue_scope_id__$g = "data-v-56c8d6b0";
8150
+ const __vue_scope_id__$h = "data-v-56c8d6b0";
8150
8151
  /* module identifier */
8151
8152
 
8152
- const __vue_module_identifier__$g = undefined;
8153
+ const __vue_module_identifier__$h = undefined;
8153
8154
  /* functional template */
8154
8155
 
8155
- const __vue_is_functional_template__$g = false;
8156
+ const __vue_is_functional_template__$h = false;
8156
8157
  /* style inject SSR */
8157
8158
 
8158
8159
  /* style inject shadow dom */
8159
8160
 
8160
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8161
- render: __vue_render__$f,
8162
- staticRenderFns: __vue_staticRenderFns__$f
8163
- }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
8161
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
8162
+ render: __vue_render__$g,
8163
+ staticRenderFns: __vue_staticRenderFns__$g
8164
+ }, __vue_inject_styles__$h, __vue_script__$a, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
8164
8165
 
8165
- var __vue_component__$v = __vue_component__$u;
8166
+ var __vue_component__$x = __vue_component__$w;
8166
8167
 
8167
8168
  var IconService = {
8168
8169
  name: "IconService",
@@ -8296,7 +8297,7 @@ var IconService = {
8296
8297
  };
8297
8298
 
8298
8299
  //
8299
- var script$8 = {
8300
+ var script$9 = {
8300
8301
  name: "NsDropdownAction",
8301
8302
  extends: CvOverflowMenu,
8302
8303
  components: {
@@ -8328,10 +8329,10 @@ var script$8 = {
8328
8329
  };
8329
8330
 
8330
8331
  /* script */
8331
- const __vue_script__$8 = script$8;
8332
+ const __vue_script__$9 = script$9;
8332
8333
  /* template */
8333
8334
 
8334
- var __vue_render__$e = function () {
8335
+ var __vue_render__$f = function () {
8335
8336
  var _obj, _obj$1;
8336
8337
 
8337
8338
  var _vm = this;
@@ -8431,34 +8432,34 @@ var __vue_render__$e = function () {
8431
8432
  })])]);
8432
8433
  };
8433
8434
 
8434
- var __vue_staticRenderFns__$e = [];
8435
+ var __vue_staticRenderFns__$f = [];
8435
8436
  /* style */
8436
8437
 
8437
- const __vue_inject_styles__$f = undefined;
8438
+ const __vue_inject_styles__$g = undefined;
8438
8439
  /* scoped */
8439
8440
 
8440
- const __vue_scope_id__$f = "data-v-31925b9d";
8441
+ const __vue_scope_id__$g = "data-v-31925b9d";
8441
8442
  /* module identifier */
8442
8443
 
8443
- const __vue_module_identifier__$f = undefined;
8444
+ const __vue_module_identifier__$g = undefined;
8444
8445
  /* functional template */
8445
8446
 
8446
- const __vue_is_functional_template__$f = false;
8447
+ const __vue_is_functional_template__$g = false;
8447
8448
  /* style inject */
8448
8449
 
8449
8450
  /* style inject SSR */
8450
8451
 
8451
8452
  /* style inject shadow dom */
8452
8453
 
8453
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
8454
- render: __vue_render__$e,
8455
- staticRenderFns: __vue_staticRenderFns__$e
8456
- }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, undefined, undefined, undefined);
8454
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8455
+ render: __vue_render__$f,
8456
+ staticRenderFns: __vue_staticRenderFns__$f
8457
+ }, __vue_inject_styles__$g, __vue_script__$9, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
8457
8458
 
8458
- var __vue_component__$t = __vue_component__$s;
8459
+ var __vue_component__$v = __vue_component__$u;
8459
8460
 
8460
8461
  //
8461
- var script$7 = {
8462
+ var script$8 = {
8462
8463
  name: "NsTextInput",
8463
8464
  extends: CvTextInput,
8464
8465
  components: {
@@ -8512,10 +8513,10 @@ var script$7 = {
8512
8513
  };
8513
8514
 
8514
8515
  /* script */
8515
- const __vue_script__$7 = script$7;
8516
+ const __vue_script__$8 = script$8;
8516
8517
  /* template */
8517
8518
 
8518
- var __vue_render__$d = function () {
8519
+ var __vue_render__$e = function () {
8519
8520
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
8520
8521
 
8521
8522
  var _vm = this;
@@ -8593,10 +8594,10 @@ var __vue_render__$d = function () {
8593
8594
  })], 2) : _vm._e()]);
8594
8595
  };
8595
8596
 
8596
- var __vue_staticRenderFns__$d = [];
8597
+ var __vue_staticRenderFns__$e = [];
8597
8598
  /* style */
8598
8599
 
8599
- const __vue_inject_styles__$e = function (inject) {
8600
+ const __vue_inject_styles__$f = function (inject) {
8600
8601
  if (!inject) return;
8601
8602
  inject("data-v-13bd5cac_0", {
8602
8603
  source: ".tooltip[data-v-13bd5cac]{display:inline-block;position:absolute}",
@@ -8611,26 +8612,26 @@ const __vue_inject_styles__$e = function (inject) {
8611
8612
  /* scoped */
8612
8613
 
8613
8614
 
8614
- const __vue_scope_id__$e = "data-v-13bd5cac";
8615
+ const __vue_scope_id__$f = "data-v-13bd5cac";
8615
8616
  /* module identifier */
8616
8617
 
8617
- const __vue_module_identifier__$e = undefined;
8618
+ const __vue_module_identifier__$f = undefined;
8618
8619
  /* functional template */
8619
8620
 
8620
- const __vue_is_functional_template__$e = false;
8621
+ const __vue_is_functional_template__$f = false;
8621
8622
  /* style inject SSR */
8622
8623
 
8623
8624
  /* style inject shadow dom */
8624
8625
 
8625
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
8626
- render: __vue_render__$d,
8627
- staticRenderFns: __vue_staticRenderFns__$d
8628
- }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
8626
+ const __vue_component__$s = /*#__PURE__*/normalizeComponent({
8627
+ render: __vue_render__$e,
8628
+ staticRenderFns: __vue_staticRenderFns__$e
8629
+ }, __vue_inject_styles__$f, __vue_script__$8, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
8629
8630
 
8630
- var __vue_component__$r = __vue_component__$q;
8631
+ var __vue_component__$t = __vue_component__$s;
8631
8632
 
8632
8633
  //
8633
- var script$6 = {
8634
+ var script$7 = {
8634
8635
  name: "NsBackupCardDetails",
8635
8636
  mixins: [DateTimeService],
8636
8637
  props: {
@@ -8666,10 +8667,10 @@ var script$6 = {
8666
8667
  };
8667
8668
 
8668
8669
  /* script */
8669
- const __vue_script__$6 = script$6;
8670
+ const __vue_script__$7 = script$7;
8670
8671
  /* template */
8671
8672
 
8672
- var __vue_render__$c = function () {
8673
+ var __vue_render__$d = function () {
8673
8674
  var _vm = this;
8674
8675
 
8675
8676
  var _h = _vm.$createElement;
@@ -8723,10 +8724,10 @@ var __vue_render__$c = function () {
8723
8724
  }, [_vm.status[_vm.backup.id] && _vm.status[_vm.backup.id].total_file_count ? _c('span', [_vm._v("\n " + _vm._s(_vm.status[_vm.backup.id].total_file_count) + "\n ")]) : _c('span', [_vm._v("-")])])])]);
8724
8725
  };
8725
8726
 
8726
- var __vue_staticRenderFns__$c = [];
8727
+ var __vue_staticRenderFns__$d = [];
8727
8728
  /* style */
8728
8729
 
8729
- const __vue_inject_styles__$d = function (inject) {
8730
+ const __vue_inject_styles__$e = function (inject) {
8730
8731
  if (!inject) return;
8731
8732
  inject("data-v-25453d1c_0", {
8732
8733
  source: ".ns-backup-card-details[data-v-25453d1c]{display:contents}.tr[data-v-25453d1c]{display:table-row}.td[data-v-25453d1c]{display:table-cell}.label[data-v-25453d1c]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
@@ -8737,26 +8738,26 @@ const __vue_inject_styles__$d = function (inject) {
8737
8738
  /* scoped */
8738
8739
 
8739
8740
 
8740
- const __vue_scope_id__$d = "data-v-25453d1c";
8741
+ const __vue_scope_id__$e = "data-v-25453d1c";
8741
8742
  /* module identifier */
8742
8743
 
8743
- const __vue_module_identifier__$d = undefined;
8744
+ const __vue_module_identifier__$e = undefined;
8744
8745
  /* functional template */
8745
8746
 
8746
- const __vue_is_functional_template__$d = false;
8747
+ const __vue_is_functional_template__$e = false;
8747
8748
  /* style inject SSR */
8748
8749
 
8749
8750
  /* style inject shadow dom */
8750
8751
 
8751
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
8752
- render: __vue_render__$c,
8753
- staticRenderFns: __vue_staticRenderFns__$c
8754
- }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
8752
+ const __vue_component__$r = /*#__PURE__*/normalizeComponent({
8753
+ render: __vue_render__$d,
8754
+ staticRenderFns: __vue_staticRenderFns__$d
8755
+ }, __vue_inject_styles__$e, __vue_script__$7, __vue_scope_id__$e, __vue_is_functional_template__$e, __vue_module_identifier__$e, false, createInjector, undefined, undefined);
8755
8756
 
8756
- var NsBackupCardDetails = __vue_component__$p;
8757
+ var NsBackupCardDetails = __vue_component__$r;
8757
8758
 
8758
8759
  //
8759
- var script$5 = {
8760
+ var script$6 = {
8760
8761
  name: "NsBackupCard",
8761
8762
  components: {
8762
8763
  NsBackupCardDetails
@@ -8897,10 +8898,10 @@ var script$5 = {
8897
8898
  };
8898
8899
 
8899
8900
  /* script */
8900
- const __vue_script__$5 = script$5;
8901
+ const __vue_script__$6 = script$6;
8901
8902
  /* template */
8902
8903
 
8903
- var __vue_render__$b = function () {
8904
+ var __vue_render__$c = function () {
8904
8905
  var _vm = this;
8905
8906
 
8906
8907
  var _h = _vm.$createElement;
@@ -9016,10 +9017,10 @@ var __vue_render__$b = function () {
9016
9017
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9017
9018
  };
9018
9019
 
9019
- var __vue_staticRenderFns__$b = [];
9020
+ var __vue_staticRenderFns__$c = [];
9020
9021
  /* style */
9021
9022
 
9022
- const __vue_inject_styles__$c = function (inject) {
9023
+ const __vue_inject_styles__$d = function (inject) {
9023
9024
  if (!inject) return;
9024
9025
  inject("data-v-5a3b7738_0", {
9025
9026
  source: ".ns-backup-card[data-v-5a3b7738]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-5a3b7738]{margin-bottom:1rem}.backup[data-v-5a3b7738]:last-child{margin-bottom:0}.row[data-v-5a3b7738]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-5a3b7738]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-5a3b7738]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-5a3b7738]{display:table}.tr[data-v-5a3b7738]{display:table-row}.td[data-v-5a3b7738]{display:table-cell}.label[data-v-5a3b7738]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-5a3b7738]{font-weight:700}.backup-status-icon[data-v-5a3b7738]{margin-right:.25rem}",
@@ -9034,25 +9035,25 @@ const __vue_inject_styles__$c = function (inject) {
9034
9035
  /* scoped */
9035
9036
 
9036
9037
 
9037
- const __vue_scope_id__$c = "data-v-5a3b7738";
9038
+ const __vue_scope_id__$d = "data-v-5a3b7738";
9038
9039
  /* module identifier */
9039
9040
 
9040
- const __vue_module_identifier__$c = undefined;
9041
+ const __vue_module_identifier__$d = undefined;
9041
9042
  /* functional template */
9042
9043
 
9043
- const __vue_is_functional_template__$c = false;
9044
+ const __vue_is_functional_template__$d = false;
9044
9045
  /* style inject SSR */
9045
9046
 
9046
9047
  /* style inject shadow dom */
9047
9048
 
9048
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9049
- render: __vue_render__$b,
9050
- staticRenderFns: __vue_staticRenderFns__$b
9051
- }, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, createInjector, undefined, undefined);
9049
+ const __vue_component__$p = /*#__PURE__*/normalizeComponent({
9050
+ render: __vue_render__$c,
9051
+ staticRenderFns: __vue_staticRenderFns__$c
9052
+ }, __vue_inject_styles__$d, __vue_script__$6, __vue_scope_id__$d, __vue_is_functional_template__$d, __vue_module_identifier__$d, false, createInjector, undefined, undefined);
9052
9053
 
9053
- var __vue_component__$o = __vue_component__$n;
9054
+ var __vue_component__$q = __vue_component__$p;
9054
9055
 
9055
- var script$4 = {
9056
+ var script$5 = {
9056
9057
  name: "NsModal",
9057
9058
  extends: CvModal,
9058
9059
  props: {
@@ -9089,33 +9090,33 @@ var script$4 = {
9089
9090
  };
9090
9091
 
9091
9092
  /* script */
9092
- const __vue_script__$4 = script$4;
9093
+ const __vue_script__$5 = script$5;
9093
9094
  /* template */
9094
9095
 
9095
9096
  /* style */
9096
9097
 
9097
- const __vue_inject_styles__$b = undefined;
9098
+ const __vue_inject_styles__$c = undefined;
9098
9099
  /* scoped */
9099
9100
 
9100
- const __vue_scope_id__$b = undefined;
9101
+ const __vue_scope_id__$c = undefined;
9101
9102
  /* module identifier */
9102
9103
 
9103
- const __vue_module_identifier__$b = undefined;
9104
+ const __vue_module_identifier__$c = undefined;
9104
9105
  /* functional template */
9105
9106
 
9106
- const __vue_is_functional_template__$b = undefined;
9107
+ const __vue_is_functional_template__$c = undefined;
9107
9108
  /* style inject */
9108
9109
 
9109
9110
  /* style inject SSR */
9110
9111
 
9111
9112
  /* style inject shadow dom */
9112
9113
 
9113
- const __vue_component__$m = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9114
+ const __vue_component__$o = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$c, __vue_script__$5, __vue_scope_id__$c, __vue_is_functional_template__$c, __vue_module_identifier__$c, false, undefined, undefined, undefined);
9114
9115
 
9115
- var NsModal = __vue_component__$m;
9116
+ var NsModal = __vue_component__$o;
9116
9117
 
9117
9118
  //
9118
- var script$3 = {
9119
+ var script$4 = {
9119
9120
  name: "NsWizard",
9120
9121
  extends: NsModal,
9121
9122
  mixins: [IconService],
@@ -9158,10 +9159,10 @@ var script$3 = {
9158
9159
  };
9159
9160
 
9160
9161
  /* script */
9161
- const __vue_script__$3 = script$3;
9162
+ const __vue_script__$4 = script$4;
9162
9163
  /* template */
9163
9164
 
9164
- var __vue_render__$a = function () {
9165
+ var __vue_render__$b = function () {
9165
9166
  var _obj, _obj$1;
9166
9167
 
9167
9168
  var _vm = this;
@@ -9302,34 +9303,34 @@ var __vue_render__$a = function () {
9302
9303
  })], 1)]);
9303
9304
  };
9304
9305
 
9305
- var __vue_staticRenderFns__$a = [];
9306
+ var __vue_staticRenderFns__$b = [];
9306
9307
  /* style */
9307
9308
 
9308
- const __vue_inject_styles__$a = undefined;
9309
+ const __vue_inject_styles__$b = undefined;
9309
9310
  /* scoped */
9310
9311
 
9311
- const __vue_scope_id__$a = undefined;
9312
+ const __vue_scope_id__$b = undefined;
9312
9313
  /* module identifier */
9313
9314
 
9314
- const __vue_module_identifier__$a = undefined;
9315
+ const __vue_module_identifier__$b = undefined;
9315
9316
  /* functional template */
9316
9317
 
9317
- const __vue_is_functional_template__$a = false;
9318
+ const __vue_is_functional_template__$b = false;
9318
9319
  /* style inject */
9319
9320
 
9320
9321
  /* style inject SSR */
9321
9322
 
9322
9323
  /* style inject shadow dom */
9323
9324
 
9324
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
9325
- render: __vue_render__$a,
9326
- staticRenderFns: __vue_staticRenderFns__$a
9327
- }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, undefined, undefined, undefined);
9325
+ const __vue_component__$m = /*#__PURE__*/normalizeComponent({
9326
+ render: __vue_render__$b,
9327
+ staticRenderFns: __vue_staticRenderFns__$b
9328
+ }, __vue_inject_styles__$b, __vue_script__$4, __vue_scope_id__$b, __vue_is_functional_template__$b, __vue_module_identifier__$b, false, undefined, undefined, undefined);
9328
9329
 
9329
- var __vue_component__$l = __vue_component__$k;
9330
+ var __vue_component__$n = __vue_component__$m;
9330
9331
 
9331
9332
  //
9332
- var script$2 = {
9333
+ var script$3 = {
9333
9334
  name: "NsMenuItem",
9334
9335
  components: {
9335
9336
  NsSvg
@@ -9352,10 +9353,10 @@ var script$2 = {
9352
9353
  };
9353
9354
 
9354
9355
  /* script */
9355
- const __vue_script__$2 = script$2;
9356
+ const __vue_script__$3 = script$3;
9356
9357
  /* template */
9357
9358
 
9358
- var __vue_render__$9 = function () {
9359
+ var __vue_render__$a = function () {
9359
9360
  var _vm = this;
9360
9361
 
9361
9362
  var _h = _vm.$createElement;
@@ -9375,10 +9376,10 @@ var __vue_render__$9 = function () {
9375
9376
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9376
9377
  };
9377
9378
 
9378
- var __vue_staticRenderFns__$9 = [];
9379
+ var __vue_staticRenderFns__$a = [];
9379
9380
  /* style */
9380
9381
 
9381
- const __vue_inject_styles__$9 = function (inject) {
9382
+ const __vue_inject_styles__$a = function (inject) {
9382
9383
  if (!inject) return;
9383
9384
  inject("data-v-35f08832_0", {
9384
9385
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9389,26 +9390,26 @@ const __vue_inject_styles__$9 = function (inject) {
9389
9390
  /* scoped */
9390
9391
 
9391
9392
 
9392
- const __vue_scope_id__$9 = "data-v-35f08832";
9393
+ const __vue_scope_id__$a = "data-v-35f08832";
9393
9394
  /* module identifier */
9394
9395
 
9395
- const __vue_module_identifier__$9 = undefined;
9396
+ const __vue_module_identifier__$a = undefined;
9396
9397
  /* functional template */
9397
9398
 
9398
- const __vue_is_functional_template__$9 = false;
9399
+ const __vue_is_functional_template__$a = false;
9399
9400
  /* style inject SSR */
9400
9401
 
9401
9402
  /* style inject shadow dom */
9402
9403
 
9403
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
9404
- render: __vue_render__$9,
9405
- staticRenderFns: __vue_staticRenderFns__$9
9406
- }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, createInjector, undefined, undefined);
9404
+ const __vue_component__$k = /*#__PURE__*/normalizeComponent({
9405
+ render: __vue_render__$a,
9406
+ staticRenderFns: __vue_staticRenderFns__$a
9407
+ }, __vue_inject_styles__$a, __vue_script__$3, __vue_scope_id__$a, __vue_is_functional_template__$a, __vue_module_identifier__$a, false, createInjector, undefined, undefined);
9407
9408
 
9408
- var __vue_component__$j = __vue_component__$i;
9409
+ var __vue_component__$l = __vue_component__$k;
9409
9410
 
9410
9411
  //
9411
- var script$1 = {
9412
+ var script$2 = {
9412
9413
  name: "NsMenuDivider",
9413
9414
  components: {
9414
9415
  CvSideNavDivider
@@ -9416,10 +9417,10 @@ var script$1 = {
9416
9417
  };
9417
9418
 
9418
9419
  /* script */
9419
- const __vue_script__$1 = script$1;
9420
+ const __vue_script__$2 = script$2;
9420
9421
  /* template */
9421
9422
 
9422
- var __vue_render__$8 = function () {
9423
+ var __vue_render__$9 = function () {
9423
9424
  var _vm = this;
9424
9425
 
9425
9426
  var _h = _vm.$createElement;
@@ -9429,34 +9430,34 @@ var __vue_render__$8 = function () {
9429
9430
  return _c('cv-side-nav-divider');
9430
9431
  };
9431
9432
 
9432
- var __vue_staticRenderFns__$8 = [];
9433
+ var __vue_staticRenderFns__$9 = [];
9433
9434
  /* style */
9434
9435
 
9435
- const __vue_inject_styles__$8 = undefined;
9436
+ const __vue_inject_styles__$9 = undefined;
9436
9437
  /* scoped */
9437
9438
 
9438
- const __vue_scope_id__$8 = "data-v-c2c8c17e";
9439
+ const __vue_scope_id__$9 = "data-v-c2c8c17e";
9439
9440
  /* module identifier */
9440
9441
 
9441
- const __vue_module_identifier__$8 = undefined;
9442
+ const __vue_module_identifier__$9 = undefined;
9442
9443
  /* functional template */
9443
9444
 
9444
- const __vue_is_functional_template__$8 = false;
9445
+ const __vue_is_functional_template__$9 = false;
9445
9446
  /* style inject */
9446
9447
 
9447
9448
  /* style inject SSR */
9448
9449
 
9449
9450
  /* style inject shadow dom */
9450
9451
 
9451
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
9452
- render: __vue_render__$8,
9453
- staticRenderFns: __vue_staticRenderFns__$8
9454
- }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
9452
+ const __vue_component__$i = /*#__PURE__*/normalizeComponent({
9453
+ render: __vue_render__$9,
9454
+ staticRenderFns: __vue_staticRenderFns__$9
9455
+ }, __vue_inject_styles__$9, __vue_script__$2, __vue_scope_id__$9, __vue_is_functional_template__$9, __vue_module_identifier__$9, false, undefined, undefined, undefined);
9455
9456
 
9456
- var __vue_component__$h = __vue_component__$g;
9457
+ var __vue_component__$j = __vue_component__$i;
9457
9458
 
9458
9459
  //
9459
- var script = {
9460
+ var script$1 = {
9460
9461
  name: "NsSystemLogsCard",
9461
9462
  mixins: [UtilService, IconService],
9462
9463
  props: {
@@ -9575,10 +9576,10 @@ var script = {
9575
9576
  };
9576
9577
 
9577
9578
  /* script */
9578
- const __vue_script__ = script;
9579
+ const __vue_script__$1 = script$1;
9579
9580
  /* template */
9580
9581
 
9581
- var __vue_render__$7 = function () {
9582
+ var __vue_render__$8 = function () {
9582
9583
  var _vm = this;
9583
9584
 
9584
9585
  var _h = _vm.$createElement;
@@ -9605,21 +9606,148 @@ var __vue_render__$7 = function () {
9605
9606
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9606
9607
  };
9607
9608
 
9609
+ var __vue_staticRenderFns__$8 = [];
9610
+ /* style */
9611
+
9612
+ const __vue_inject_styles__$8 = undefined;
9613
+ /* scoped */
9614
+
9615
+ const __vue_scope_id__$8 = "data-v-aec74b8e";
9616
+ /* module identifier */
9617
+
9618
+ const __vue_module_identifier__$8 = undefined;
9619
+ /* functional template */
9620
+
9621
+ const __vue_is_functional_template__$8 = false;
9622
+ /* style inject */
9623
+
9624
+ /* style inject SSR */
9625
+
9626
+ /* style inject shadow dom */
9627
+
9628
+ const __vue_component__$g = /*#__PURE__*/normalizeComponent({
9629
+ render: __vue_render__$8,
9630
+ staticRenderFns: __vue_staticRenderFns__$8
9631
+ }, __vue_inject_styles__$8, __vue_script__$1, __vue_scope_id__$8, __vue_is_functional_template__$8, __vue_module_identifier__$8, false, undefined, undefined, undefined);
9632
+
9633
+ var __vue_component__$h = __vue_component__$g;
9634
+
9635
+ //
9636
+ var script = {
9637
+ name: "NsTimePicker",
9638
+ mixins: [uidMixin, carbonPrefixMixin, themeMixin],
9639
+ props: {
9640
+ value: String,
9641
+ label: {
9642
+ type: String,
9643
+ default: "hh:mm"
9644
+ },
9645
+ hideClearButton: {
9646
+ type: Boolean,
9647
+ default: false
9648
+ },
9649
+ invalidMessage: {
9650
+ type: String,
9651
+ default: ""
9652
+ }
9653
+ },
9654
+
9655
+ data() {
9656
+ return {
9657
+ isInvalid: false
9658
+ };
9659
+ },
9660
+
9661
+ mounted() {
9662
+ this.checkSlots();
9663
+ },
9664
+
9665
+ updated() {
9666
+ this.checkSlots();
9667
+ },
9668
+
9669
+ methods: {
9670
+ checkSlots() {
9671
+ // NOTE: this.$slots is not reactive so needs to be managed on updated
9672
+ this.isInvalid = !!(this.$slots["invalid-message"] || this.invalidMessage && this.invalidMessage.length);
9673
+ }
9674
+
9675
+ }
9676
+ };
9677
+
9678
+ /* script */
9679
+ const __vue_script__ = script;
9680
+ /* template */
9681
+
9682
+ var __vue_render__$7 = function () {
9683
+ var _obj, _obj$1;
9684
+
9685
+ var _vm = this;
9686
+
9687
+ var _h = _vm.$createElement;
9688
+
9689
+ var _c = _vm._self._c || _h;
9690
+
9691
+ return _c('div', {
9692
+ class: "ns-time-picker cv-time-picker " + _vm.carbonPrefix + "--form-item"
9693
+ }, [_c('div', {
9694
+ class: [_vm.carbonPrefix + "--time-picker", (_obj = {}, _obj[_vm.carbonPrefix + "--time-picker--light"] = _vm.isLight, _obj)],
9695
+ attrs: {
9696
+ "data-invalid": _vm.isInvalid
9697
+ }
9698
+ }, [_c('div', {
9699
+ class: _vm.carbonPrefix + "--time-picker__input"
9700
+ }, [_c('label', {
9701
+ class: _vm.carbonPrefix + "--label",
9702
+ attrs: {
9703
+ "for": _vm.uid
9704
+ }
9705
+ }, [_vm._v(_vm._s(_vm.label))]), _vm._v(" "), _c('vue-timepicker', _vm._b({
9706
+ class: ["time-picker-field " + _vm.carbonPrefix + "--time-picker__input-field " + _vm.carbonPrefix + "--text-input", (_obj$1 = {}, _obj$1[_vm.carbonPrefix + "--text-input--light"] = _vm.isLight, _obj$1), {
9707
+ 'narrow-width': _vm.hideClearButton
9708
+ }],
9709
+ attrs: {
9710
+ "id": _vm.uid,
9711
+ "hide-clear-button": _vm.hideClearButton,
9712
+ "value": _vm.value
9713
+ },
9714
+ on: {
9715
+ "input": function ($event) {
9716
+ return _vm.$emit('input', $event);
9717
+ }
9718
+ }
9719
+ }, 'vue-timepicker', _vm.$attrs, false))], 1)]), _vm._v(" "), _vm.isInvalid ? _c('div', {
9720
+ class: _vm.carbonPrefix + "--form-requirement"
9721
+ }, [_vm._t("invalid-message", function () {
9722
+ return [_vm._v(_vm._s(_vm.invalidMessage))];
9723
+ })], 2) : _vm._e()]);
9724
+ };
9725
+
9608
9726
  var __vue_staticRenderFns__$7 = [];
9609
9727
  /* style */
9610
9728
 
9611
- const __vue_inject_styles__$7 = undefined;
9729
+ const __vue_inject_styles__$7 = function (inject) {
9730
+ if (!inject) return;
9731
+ inject("data-v-e1e1beb2_0", {
9732
+ source: ".ns-time-picker .time-picker-field[data-v-e1e1beb2]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-e1e1beb2]{width:4.875rem}",
9733
+ map: undefined,
9734
+ media: undefined
9735
+ }), inject("data-v-e1e1beb2_1", {
9736
+ source: ".ns-time-picker .time-picker-field,.ns-time-picker .time-picker-field:active,.ns-time-picker .time-picker-field:focus{outline:0}.ns-time-picker .time-picker-field input{height:100%!important;background:0 0!important;border:none!important;padding:0 1rem!important;font-family:\"IBM Plex Mono\",Menlo,\"DejaVu Sans Mono\",\"Bitstream Vera Sans Mono\",Courier,monospace!important;font-size:.875rem!important;font-weight:400!important;width:6rem!important;letter-spacing:.32px}.ns-time-picker .time-picker-field.narrow-width input{width:4.875rem!important}.ns-time-picker .time-picker-field .clear-btn{color:#797979;padding-right:1rem}.ns-time-picker .vue__time-picker .dropdown,.ns-time-picker .vue__time-picker-dropdown{top:2.5rem}.ns-time-picker .time-picker-field .dropdown .hint{display:none}",
9737
+ map: undefined,
9738
+ media: undefined
9739
+ });
9740
+ };
9612
9741
  /* scoped */
9613
9742
 
9614
- const __vue_scope_id__$7 = "data-v-aec74b8e";
9743
+
9744
+ const __vue_scope_id__$7 = "data-v-e1e1beb2";
9615
9745
  /* module identifier */
9616
9746
 
9617
9747
  const __vue_module_identifier__$7 = undefined;
9618
9748
  /* functional template */
9619
9749
 
9620
9750
  const __vue_is_functional_template__$7 = false;
9621
- /* style inject */
9622
-
9623
9751
  /* style inject SSR */
9624
9752
 
9625
9753
  /* style inject shadow dom */
@@ -9627,7 +9755,7 @@ const __vue_is_functional_template__$7 = false;
9627
9755
  const __vue_component__$e = /*#__PURE__*/normalizeComponent({
9628
9756
  render: __vue_render__$7,
9629
9757
  staticRenderFns: __vue_staticRenderFns__$7
9630
- }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, undefined, undefined, undefined);
9758
+ }, __vue_inject_styles__$7, __vue_script__, __vue_scope_id__$7, __vue_is_functional_template__$7, __vue_module_identifier__$7, false, createInjector, undefined, undefined);
9631
9759
 
9632
9760
  var __vue_component__$f = __vue_component__$e;
9633
9761
 
@@ -17518,33 +17646,34 @@ var filters = {
17518
17646
 
17519
17647
  var components = /*#__PURE__*/Object.freeze({
17520
17648
  __proto__: null,
17521
- NsButton: __vue_component__$_,
17522
- NsEmptyState: __vue_component__$V,
17649
+ NsButton: __vue_component__$10,
17650
+ NsEmptyState: __vue_component__$X,
17523
17651
  NsPictogram: NsPictogram,
17524
- NsCodeSnippet: __vue_component__$T,
17652
+ NsCodeSnippet: __vue_component__$V,
17525
17653
  NsInlineNotification: NsInlineNotification,
17526
17654
  NsProgressBar: NsProgressBar,
17527
17655
  NsSvg: NsSvg,
17528
- NsTile: __vue_component__$N,
17529
- NsToastNotification: __vue_component__$L,
17530
- NsInfoCard: __vue_component__$J,
17531
- NsStatusCard: __vue_component__$H,
17532
- NsSystemdServiceCard: __vue_component__$F,
17533
- NsPasswordInput: __vue_component__$D,
17534
- NsIconMenu: __vue_component__$B,
17535
- NsMeterChart: __vue_component__$z,
17536
- NsPieChart: __vue_component__$x,
17656
+ NsTile: __vue_component__$P,
17657
+ NsToastNotification: __vue_component__$N,
17658
+ NsInfoCard: __vue_component__$L,
17659
+ NsStatusCard: __vue_component__$J,
17660
+ NsSystemdServiceCard: __vue_component__$H,
17661
+ NsPasswordInput: __vue_component__$F,
17662
+ NsIconMenu: __vue_component__$D,
17663
+ NsMeterChart: __vue_component__$B,
17664
+ NsPieChart: __vue_component__$z,
17537
17665
  NsLottieAnimation: NsLottieAnimation,
17538
- NsDangerDeleteModal: __vue_component__$v,
17666
+ NsDangerDeleteModal: __vue_component__$x,
17539
17667
  NsCircleTimer: NsCircleTimer,
17540
- NsDropdownAction: __vue_component__$t,
17541
- NsTextInput: __vue_component__$r,
17542
- NsBackupCard: __vue_component__$o,
17543
- NsWizard: __vue_component__$l,
17544
- NsMenuItem: __vue_component__$j,
17545
- NsMenuDivider: __vue_component__$h,
17546
- NsSystemLogsCard: __vue_component__$f,
17668
+ NsDropdownAction: __vue_component__$v,
17669
+ NsTextInput: __vue_component__$t,
17670
+ NsBackupCard: __vue_component__$q,
17671
+ NsWizard: __vue_component__$n,
17672
+ NsMenuItem: __vue_component__$l,
17673
+ NsMenuDivider: __vue_component__$j,
17674
+ NsSystemLogsCard: __vue_component__$h,
17547
17675
  NsModal: NsModal,
17676
+ NsTimePicker: __vue_component__$f,
17548
17677
  ExclamationMarkPictogram: ExclamationMarkPictogram,
17549
17678
  GearPictogram: __vue_component__$d,
17550
17679
  LovePictogram: __vue_component__$b,
@@ -17573,4 +17702,4 @@ const install = function installNs8UiLib(Vue) {
17573
17702
  });
17574
17703
  }; // Create module definition for Vue.use()
17575
17704
 
17576
- export { __vue_component__$7 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$b as LovePictogram, __vue_component__$o as NsBackupCard, __vue_component__$_ as NsButton, NsCircleTimer, __vue_component__$T as NsCodeSnippet, __vue_component__$v as NsDangerDeleteModal, __vue_component__$t as NsDropdownAction, __vue_component__$V as NsEmptyState, __vue_component__$B as NsIconMenu, __vue_component__$J as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$h as NsMenuDivider, __vue_component__$j as NsMenuItem, __vue_component__$z as NsMeterChart, NsModal, __vue_component__$D as NsPasswordInput, NsPictogram, __vue_component__$x as NsPieChart, NsProgressBar, __vue_component__$H as NsStatusCard, NsSvg, __vue_component__$f as NsSystemLogsCard, __vue_component__$F as NsSystemdServiceCard, __vue_component__$r as NsTextInput, __vue_component__$N as NsTile, __vue_component__$L as NsToastNotification, __vue_component__$l as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };
17705
+ export { __vue_component__$7 as BulldozerPictogram, dataTable as DataTableService, DateTimeService, ExclamationMarkPictogram, filters as Filters, __vue_component__$d as GearPictogram, __vue_component__$5 as GroupPictogram, __vue_component__$3 as HardDrivePictogram, IconService, lottie as LottieService, __vue_component__$b as LovePictogram, __vue_component__$q as NsBackupCard, __vue_component__$10 as NsButton, NsCircleTimer, __vue_component__$V as NsCodeSnippet, __vue_component__$x as NsDangerDeleteModal, __vue_component__$v as NsDropdownAction, __vue_component__$X as NsEmptyState, __vue_component__$D as NsIconMenu, __vue_component__$L as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$j as NsMenuDivider, __vue_component__$l as NsMenuItem, __vue_component__$B as NsMeterChart, NsModal, __vue_component__$F as NsPasswordInput, NsPictogram, __vue_component__$z as NsPieChart, NsProgressBar, __vue_component__$J as NsStatusCard, NsSvg, __vue_component__$h as NsSystemLogsCard, __vue_component__$H as NsSystemdServiceCard, __vue_component__$t as NsTextInput, __vue_component__$P as NsTile, __vue_component__$f as NsTimePicker, __vue_component__$N as NsToastNotification, __vue_component__$n as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, StorageService, task as TaskService, __vue_component__$1 as UserPictogram, UtilService, __vue_component__$9 as WarningPictogram, install as default };