@nethserver/ns8-ui-lib 0.0.77 → 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.
@@ -6967,7 +6967,9 @@ var UtilService = {
6967
6967
  // you have 7 seconds to cancel object deletion
6968
6968
  time24HourPattern: /([01]\d|2[0-3]):?([0-5]\d)/,
6969
6969
  time24HourPatternString: "([01]\\d|2[0-3]):?([0-5]\\d)",
6970
- time24HourPlaceholder: "hh:mm"
6970
+ time24HourPlaceholder: "hh:mm",
6971
+ // used to highlight the anchor the user has just navigated to
6972
+ highlightAnchor: ""
6971
6973
  };
6972
6974
  },
6973
6975
 
@@ -7110,6 +7112,22 @@ var UtilService = {
7110
7112
  }
7111
7113
  },
7112
7114
 
7115
+ /**
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
7118
+ */
7119
+ checkAndScrollToAnchor() {
7120
+ this.$nextTick(function () {
7121
+ if (this.$route.hash) {
7122
+ const refName = this.$route.hash.replace("#", "");
7123
+ const el = this.$refs[refName];
7124
+ this.scrollToElement(el); // highlight the anchor element
7125
+
7126
+ this.highlightAnchor = refName;
7127
+ }
7128
+ });
7129
+ },
7130
+
7113
7131
  /**
7114
7132
  * Get app description using the locale of core context
7115
7133
  */
@@ -7237,7 +7255,7 @@ var UtilService = {
7237
7255
  };
7238
7256
 
7239
7257
  //
7240
- var script$d = {
7258
+ var script$e = {
7241
7259
  name: "NsPasswordInput",
7242
7260
  components: CvTextInput,
7243
7261
  mixins: [UtilService],
@@ -7287,6 +7305,10 @@ var script$d = {
7287
7305
  type: Number,
7288
7306
  default: 8
7289
7307
  },
7308
+ clearConfirmPasswordCommand: {
7309
+ type: Number,
7310
+ default: 0
7311
+ },
7290
7312
  lengthLabel: {
7291
7313
  type: String,
7292
7314
  default: "Long enough"
@@ -7369,6 +7391,9 @@ var script$d = {
7369
7391
  if (this.focus && this.focus.element) {
7370
7392
  this.focusElement(this.focus.element);
7371
7393
  }
7394
+ },
7395
+ clearConfirmPasswordCommand: function () {
7396
+ this.confirmPassword = "";
7372
7397
  }
7373
7398
  },
7374
7399
  methods: {
@@ -7393,10 +7418,10 @@ var script$d = {
7393
7418
  };
7394
7419
 
7395
7420
  /* script */
7396
- const __vue_script__$d = script$d;
7421
+ const __vue_script__$e = script$e;
7397
7422
  /* template */
7398
7423
 
7399
- var __vue_render__$j = function () {
7424
+ var __vue_render__$k = function () {
7400
7425
  var _vm = this;
7401
7426
 
7402
7427
  var _h = _vm.$createElement;
@@ -7407,7 +7432,7 @@ var __vue_render__$j = function () {
7407
7432
  staticClass: "ns-password-input"
7408
7433
  }, [_c('div', {
7409
7434
  staticClass: "new-password-container"
7410
- }, [_c('cv-text-input', {
7435
+ }, [_c('NsTextInput', {
7411
7436
  ref: "newPassword",
7412
7437
  staticClass: "new-password",
7413
7438
  attrs: {
@@ -7459,7 +7484,7 @@ var __vue_render__$j = function () {
7459
7484
  }]
7460
7485
  }, [_vm._v(_vm._s(_vm.symbolLabel))])])], 1), _vm._v(" "), _c('div', {
7461
7486
  staticClass: "confirm-password-container"
7462
- }, [_c('cv-text-input', {
7487
+ }, [_c('NsTextInput', {
7463
7488
  ref: "confirmPassword",
7464
7489
  staticClass: "confirm-password",
7465
7490
  attrs: {
@@ -7491,13 +7516,13 @@ var __vue_render__$j = function () {
7491
7516
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7492
7517
  };
7493
7518
 
7494
- var __vue_staticRenderFns__$j = [];
7519
+ var __vue_staticRenderFns__$k = [];
7495
7520
  /* style */
7496
7521
 
7497
- const __vue_inject_styles__$k = function (inject) {
7522
+ const __vue_inject_styles__$l = function (inject) {
7498
7523
  if (!inject) return;
7499
- inject("data-v-6ed70bae_0", {
7500
- source: ".new-password-container[data-v-6ed70bae]{margin-bottom:1rem}.new-password[data-v-6ed70bae]{margin-bottom:.25rem}.confirm-password[data-v-6ed70bae]{margin-bottom:.25rem}.password-meter[data-v-6ed70bae]{display:flex}@media (min-width:672px){.password-meter[data-v-6ed70bae]{max-width:38rem}}.requirement[data-v-6ed70bae]{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-6ed70bae]{background-color:#fff}.requirement[data-v-6ed70bae]:first-child{margin-left:0}.requirement-ok[data-v-6ed70bae]{color:#fff;background-color:#198038}.requirement-disabled[data-v-6ed70bae]{color:#c6c6c6;background-color:#f4f4f4}",
7524
+ inject("data-v-d2bd6562_0", {
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}",
7501
7526
  map: undefined,
7502
7527
  media: undefined
7503
7528
  });
@@ -7505,26 +7530,26 @@ const __vue_inject_styles__$k = function (inject) {
7505
7530
  /* scoped */
7506
7531
 
7507
7532
 
7508
- const __vue_scope_id__$k = "data-v-6ed70bae";
7533
+ const __vue_scope_id__$l = "data-v-d2bd6562";
7509
7534
  /* module identifier */
7510
7535
 
7511
- const __vue_module_identifier__$k = undefined;
7536
+ const __vue_module_identifier__$l = undefined;
7512
7537
  /* functional template */
7513
7538
 
7514
- const __vue_is_functional_template__$k = false;
7539
+ const __vue_is_functional_template__$l = false;
7515
7540
  /* style inject SSR */
7516
7541
 
7517
7542
  /* style inject shadow dom */
7518
7543
 
7519
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
7520
- render: __vue_render__$j,
7521
- staticRenderFns: __vue_staticRenderFns__$j
7522
- }, __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);
7523
7548
 
7524
- var __vue_component__$D = __vue_component__$C;
7549
+ var __vue_component__$F = __vue_component__$E;
7525
7550
 
7526
7551
  //
7527
- var script$c = {
7552
+ var script$d = {
7528
7553
  name: "NsIconMenu",
7529
7554
  extends: CvOverflowMenu,
7530
7555
  props: {
@@ -7568,10 +7593,10 @@ var script$c = {
7568
7593
  };
7569
7594
 
7570
7595
  /* script */
7571
- const __vue_script__$c = script$c;
7596
+ const __vue_script__$d = script$d;
7572
7597
  /* template */
7573
7598
 
7574
- var __vue_render__$i = function () {
7599
+ var __vue_render__$j = function () {
7575
7600
  var _obj, _obj$1;
7576
7601
 
7577
7602
  var _vm = this;
@@ -7687,10 +7712,10 @@ var __vue_render__$i = function () {
7687
7712
  })])]);
7688
7713
  };
7689
7714
 
7690
- var __vue_staticRenderFns__$i = [];
7715
+ var __vue_staticRenderFns__$j = [];
7691
7716
  /* style */
7692
7717
 
7693
- const __vue_inject_styles__$j = function (inject) {
7718
+ const __vue_inject_styles__$k = function (inject) {
7694
7719
  if (!inject) return;
7695
7720
  inject("data-v-2be14df6_0", {
7696
7721
  source: ".ns-icon-menu[data-v-2be14df6]{display:inline-flex}",
@@ -7701,27 +7726,27 @@ const __vue_inject_styles__$j = function (inject) {
7701
7726
  /* scoped */
7702
7727
 
7703
7728
 
7704
- const __vue_scope_id__$j = "data-v-2be14df6";
7729
+ const __vue_scope_id__$k = "data-v-2be14df6";
7705
7730
  /* module identifier */
7706
7731
 
7707
- const __vue_module_identifier__$j = undefined;
7732
+ const __vue_module_identifier__$k = undefined;
7708
7733
  /* functional template */
7709
7734
 
7710
- const __vue_is_functional_template__$j = false;
7735
+ const __vue_is_functional_template__$k = false;
7711
7736
  /* style inject SSR */
7712
7737
 
7713
7738
  /* style inject shadow dom */
7714
7739
 
7715
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
7716
- render: __vue_render__$i,
7717
- staticRenderFns: __vue_staticRenderFns__$i
7718
- }, __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);
7719
7744
 
7720
- var __vue_component__$B = __vue_component__$A;
7745
+ var __vue_component__$D = __vue_component__$C;
7721
7746
 
7722
7747
  //
7723
7748
  Vue.use(chartsVue);
7724
- var script$b = {
7749
+ var script$c = {
7725
7750
  name: "NsMeterChart",
7726
7751
  components: {
7727
7752
  CcvMeterChart
@@ -7795,10 +7820,10 @@ var script$b = {
7795
7820
  };
7796
7821
 
7797
7822
  /* script */
7798
- const __vue_script__$b = script$b;
7823
+ const __vue_script__$c = script$c;
7799
7824
  /* template */
7800
7825
 
7801
- var __vue_render__$h = function () {
7826
+ var __vue_render__$i = function () {
7802
7827
  var _vm = this;
7803
7828
 
7804
7829
  var _h = _vm.$createElement;
@@ -7813,35 +7838,35 @@ var __vue_render__$h = function () {
7813
7838
  });
7814
7839
  };
7815
7840
 
7816
- var __vue_staticRenderFns__$h = [];
7841
+ var __vue_staticRenderFns__$i = [];
7817
7842
  /* style */
7818
7843
 
7819
- const __vue_inject_styles__$i = undefined;
7844
+ const __vue_inject_styles__$j = undefined;
7820
7845
  /* scoped */
7821
7846
 
7822
- const __vue_scope_id__$i = undefined;
7847
+ const __vue_scope_id__$j = undefined;
7823
7848
  /* module identifier */
7824
7849
 
7825
- const __vue_module_identifier__$i = undefined;
7850
+ const __vue_module_identifier__$j = undefined;
7826
7851
  /* functional template */
7827
7852
 
7828
- const __vue_is_functional_template__$i = false;
7853
+ const __vue_is_functional_template__$j = false;
7829
7854
  /* style inject */
7830
7855
 
7831
7856
  /* style inject SSR */
7832
7857
 
7833
7858
  /* style inject shadow dom */
7834
7859
 
7835
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
7836
- render: __vue_render__$h,
7837
- staticRenderFns: __vue_staticRenderFns__$h
7838
- }, __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);
7839
7864
 
7840
- var __vue_component__$z = __vue_component__$y;
7865
+ var __vue_component__$B = __vue_component__$A;
7841
7866
 
7842
7867
  //
7843
7868
  Vue.use(chartsVue);
7844
- var script$a = {
7869
+ var script$b = {
7845
7870
  name: "NsPieChart",
7846
7871
  components: {},
7847
7872
  props: {
@@ -7897,10 +7922,10 @@ var script$a = {
7897
7922
  };
7898
7923
 
7899
7924
  /* script */
7900
- const __vue_script__$a = script$a;
7925
+ const __vue_script__$b = script$b;
7901
7926
  /* template */
7902
7927
 
7903
- var __vue_render__$g = function () {
7928
+ var __vue_render__$h = function () {
7904
7929
  var _vm = this;
7905
7930
 
7906
7931
  var _h = _vm.$createElement;
@@ -7915,34 +7940,34 @@ var __vue_render__$g = function () {
7915
7940
  });
7916
7941
  };
7917
7942
 
7918
- var __vue_staticRenderFns__$g = [];
7943
+ var __vue_staticRenderFns__$h = [];
7919
7944
  /* style */
7920
7945
 
7921
- const __vue_inject_styles__$h = undefined;
7946
+ const __vue_inject_styles__$i = undefined;
7922
7947
  /* scoped */
7923
7948
 
7924
- const __vue_scope_id__$h = undefined;
7949
+ const __vue_scope_id__$i = undefined;
7925
7950
  /* module identifier */
7926
7951
 
7927
- const __vue_module_identifier__$h = undefined;
7952
+ const __vue_module_identifier__$i = undefined;
7928
7953
  /* functional template */
7929
7954
 
7930
- const __vue_is_functional_template__$h = false;
7955
+ const __vue_is_functional_template__$i = false;
7931
7956
  /* style inject */
7932
7957
 
7933
7958
  /* style inject SSR */
7934
7959
 
7935
7960
  /* style inject shadow dom */
7936
7961
 
7937
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({
7938
- render: __vue_render__$g,
7939
- staticRenderFns: __vue_staticRenderFns__$g
7940
- }, __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);
7941
7966
 
7942
- var __vue_component__$x = __vue_component__$w;
7967
+ var __vue_component__$z = __vue_component__$y;
7943
7968
 
7944
7969
  //
7945
- var script$9 = {
7970
+ var script$a = {
7946
7971
  name: "NsDangerDeleteModal",
7947
7972
  //component added for storybook to work
7948
7973
  components: {
@@ -8037,10 +8062,10 @@ var script$9 = {
8037
8062
  };
8038
8063
 
8039
8064
  /* script */
8040
- const __vue_script__$9 = script$9;
8065
+ const __vue_script__$a = script$a;
8041
8066
  /* template */
8042
8067
 
8043
- var __vue_render__$f = function () {
8068
+ var __vue_render__$g = function () {
8044
8069
  var _vm = this;
8045
8070
 
8046
8071
  var _h = _vm.$createElement;
@@ -8108,10 +8133,10 @@ var __vue_render__$f = function () {
8108
8133
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8109
8134
  };
8110
8135
 
8111
- var __vue_staticRenderFns__$f = [];
8136
+ var __vue_staticRenderFns__$g = [];
8112
8137
  /* style */
8113
8138
 
8114
- const __vue_inject_styles__$g = function (inject) {
8139
+ const __vue_inject_styles__$h = function (inject) {
8115
8140
  if (!inject) return;
8116
8141
  inject("data-v-56c8d6b0_0", {
8117
8142
  source: ".type-to-confirm[data-v-56c8d6b0]{margin-top:2rem}",
@@ -8122,23 +8147,23 @@ const __vue_inject_styles__$g = function (inject) {
8122
8147
  /* scoped */
8123
8148
 
8124
8149
 
8125
- const __vue_scope_id__$g = "data-v-56c8d6b0";
8150
+ const __vue_scope_id__$h = "data-v-56c8d6b0";
8126
8151
  /* module identifier */
8127
8152
 
8128
- const __vue_module_identifier__$g = undefined;
8153
+ const __vue_module_identifier__$h = undefined;
8129
8154
  /* functional template */
8130
8155
 
8131
- const __vue_is_functional_template__$g = false;
8156
+ const __vue_is_functional_template__$h = false;
8132
8157
  /* style inject SSR */
8133
8158
 
8134
8159
  /* style inject shadow dom */
8135
8160
 
8136
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
8137
- render: __vue_render__$f,
8138
- staticRenderFns: __vue_staticRenderFns__$f
8139
- }, __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);
8140
8165
 
8141
- var __vue_component__$v = __vue_component__$u;
8166
+ var __vue_component__$x = __vue_component__$w;
8142
8167
 
8143
8168
  var IconService = {
8144
8169
  name: "IconService",
@@ -8272,7 +8297,7 @@ var IconService = {
8272
8297
  };
8273
8298
 
8274
8299
  //
8275
- var script$8 = {
8300
+ var script$9 = {
8276
8301
  name: "NsDropdownAction",
8277
8302
  extends: CvOverflowMenu,
8278
8303
  components: {
@@ -8304,10 +8329,10 @@ var script$8 = {
8304
8329
  };
8305
8330
 
8306
8331
  /* script */
8307
- const __vue_script__$8 = script$8;
8332
+ const __vue_script__$9 = script$9;
8308
8333
  /* template */
8309
8334
 
8310
- var __vue_render__$e = function () {
8335
+ var __vue_render__$f = function () {
8311
8336
  var _obj, _obj$1;
8312
8337
 
8313
8338
  var _vm = this;
@@ -8407,34 +8432,34 @@ var __vue_render__$e = function () {
8407
8432
  })])]);
8408
8433
  };
8409
8434
 
8410
- var __vue_staticRenderFns__$e = [];
8435
+ var __vue_staticRenderFns__$f = [];
8411
8436
  /* style */
8412
8437
 
8413
- const __vue_inject_styles__$f = undefined;
8438
+ const __vue_inject_styles__$g = undefined;
8414
8439
  /* scoped */
8415
8440
 
8416
- const __vue_scope_id__$f = "data-v-31925b9d";
8441
+ const __vue_scope_id__$g = "data-v-31925b9d";
8417
8442
  /* module identifier */
8418
8443
 
8419
- const __vue_module_identifier__$f = undefined;
8444
+ const __vue_module_identifier__$g = undefined;
8420
8445
  /* functional template */
8421
8446
 
8422
- const __vue_is_functional_template__$f = false;
8447
+ const __vue_is_functional_template__$g = false;
8423
8448
  /* style inject */
8424
8449
 
8425
8450
  /* style inject SSR */
8426
8451
 
8427
8452
  /* style inject shadow dom */
8428
8453
 
8429
- const __vue_component__$s = /*#__PURE__*/normalizeComponent({
8430
- render: __vue_render__$e,
8431
- staticRenderFns: __vue_staticRenderFns__$e
8432
- }, __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);
8433
8458
 
8434
- var __vue_component__$t = __vue_component__$s;
8459
+ var __vue_component__$v = __vue_component__$u;
8435
8460
 
8436
8461
  //
8437
- var script$7 = {
8462
+ var script$8 = {
8438
8463
  name: "NsTextInput",
8439
8464
  extends: CvTextInput,
8440
8465
  components: {
@@ -8488,10 +8513,10 @@ var script$7 = {
8488
8513
  };
8489
8514
 
8490
8515
  /* script */
8491
- const __vue_script__$7 = script$7;
8516
+ const __vue_script__$8 = script$8;
8492
8517
  /* template */
8493
8518
 
8494
- var __vue_render__$d = function () {
8519
+ var __vue_render__$e = function () {
8495
8520
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
8496
8521
 
8497
8522
  var _vm = this;
@@ -8541,7 +8566,7 @@ var __vue_render__$d = function () {
8541
8566
  "value": _vm.value
8542
8567
  }
8543
8568
  }, 'input', _vm.$attrs, false), _vm.inputListeners)), _vm._v(" "), _vm.isPassword ? _c('button', {
8544
- class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-center"],
8569
+ class: [_vm.carbonPrefix + "--btn", _vm.carbonPrefix + "--text-input--password__visibility__toggle", _vm.carbonPrefix + "--tooltip__trigger", _vm.carbonPrefix + "--tooltip--a11y", _vm.carbonPrefix + "--tooltip--bottom", _vm.carbonPrefix + "--tooltip--align-end"],
8545
8570
  attrs: {
8546
8571
  "type": "button"
8547
8572
  },
@@ -8569,16 +8594,16 @@ var __vue_render__$d = function () {
8569
8594
  })], 2) : _vm._e()]);
8570
8595
  };
8571
8596
 
8572
- var __vue_staticRenderFns__$d = [];
8597
+ var __vue_staticRenderFns__$e = [];
8573
8598
  /* style */
8574
8599
 
8575
- const __vue_inject_styles__$e = function (inject) {
8600
+ const __vue_inject_styles__$f = function (inject) {
8576
8601
  if (!inject) return;
8577
- inject("data-v-c9c91db0_0", {
8578
- source: ".tooltip[data-v-c9c91db0]{display:inline-block;position:absolute}",
8602
+ inject("data-v-13bd5cac_0", {
8603
+ source: ".tooltip[data-v-13bd5cac]{display:inline-block;position:absolute}",
8579
8604
  map: undefined,
8580
8605
  media: undefined
8581
- }), inject("data-v-c9c91db0_1", {
8606
+ }), inject("data-v-13bd5cac_1", {
8582
8607
  source: ".ns-text-input .bx--tooltip__label .bx--tooltip__trigger{margin-left:.25rem}",
8583
8608
  map: undefined,
8584
8609
  media: undefined
@@ -8587,26 +8612,26 @@ const __vue_inject_styles__$e = function (inject) {
8587
8612
  /* scoped */
8588
8613
 
8589
8614
 
8590
- const __vue_scope_id__$e = "data-v-c9c91db0";
8615
+ const __vue_scope_id__$f = "data-v-13bd5cac";
8591
8616
  /* module identifier */
8592
8617
 
8593
- const __vue_module_identifier__$e = undefined;
8618
+ const __vue_module_identifier__$f = undefined;
8594
8619
  /* functional template */
8595
8620
 
8596
- const __vue_is_functional_template__$e = false;
8621
+ const __vue_is_functional_template__$f = false;
8597
8622
  /* style inject SSR */
8598
8623
 
8599
8624
  /* style inject shadow dom */
8600
8625
 
8601
- const __vue_component__$q = /*#__PURE__*/normalizeComponent({
8602
- render: __vue_render__$d,
8603
- staticRenderFns: __vue_staticRenderFns__$d
8604
- }, __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);
8605
8630
 
8606
- var __vue_component__$r = __vue_component__$q;
8631
+ var __vue_component__$t = __vue_component__$s;
8607
8632
 
8608
8633
  //
8609
- var script$6 = {
8634
+ var script$7 = {
8610
8635
  name: "NsBackupCardDetails",
8611
8636
  mixins: [DateTimeService],
8612
8637
  props: {
@@ -8642,10 +8667,10 @@ var script$6 = {
8642
8667
  };
8643
8668
 
8644
8669
  /* script */
8645
- const __vue_script__$6 = script$6;
8670
+ const __vue_script__$7 = script$7;
8646
8671
  /* template */
8647
8672
 
8648
- var __vue_render__$c = function () {
8673
+ var __vue_render__$d = function () {
8649
8674
  var _vm = this;
8650
8675
 
8651
8676
  var _h = _vm.$createElement;
@@ -8699,10 +8724,10 @@ var __vue_render__$c = function () {
8699
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("-")])])])]);
8700
8725
  };
8701
8726
 
8702
- var __vue_staticRenderFns__$c = [];
8727
+ var __vue_staticRenderFns__$d = [];
8703
8728
  /* style */
8704
8729
 
8705
- const __vue_inject_styles__$d = function (inject) {
8730
+ const __vue_inject_styles__$e = function (inject) {
8706
8731
  if (!inject) return;
8707
8732
  inject("data-v-25453d1c_0", {
8708
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}",
@@ -8713,26 +8738,26 @@ const __vue_inject_styles__$d = function (inject) {
8713
8738
  /* scoped */
8714
8739
 
8715
8740
 
8716
- const __vue_scope_id__$d = "data-v-25453d1c";
8741
+ const __vue_scope_id__$e = "data-v-25453d1c";
8717
8742
  /* module identifier */
8718
8743
 
8719
- const __vue_module_identifier__$d = undefined;
8744
+ const __vue_module_identifier__$e = undefined;
8720
8745
  /* functional template */
8721
8746
 
8722
- const __vue_is_functional_template__$d = false;
8747
+ const __vue_is_functional_template__$e = false;
8723
8748
  /* style inject SSR */
8724
8749
 
8725
8750
  /* style inject shadow dom */
8726
8751
 
8727
- const __vue_component__$p = /*#__PURE__*/normalizeComponent({
8728
- render: __vue_render__$c,
8729
- staticRenderFns: __vue_staticRenderFns__$c
8730
- }, __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);
8731
8756
 
8732
- var NsBackupCardDetails = __vue_component__$p;
8757
+ var NsBackupCardDetails = __vue_component__$r;
8733
8758
 
8734
8759
  //
8735
- var script$5 = {
8760
+ var script$6 = {
8736
8761
  name: "NsBackupCard",
8737
8762
  components: {
8738
8763
  NsBackupCardDetails
@@ -8873,10 +8898,10 @@ var script$5 = {
8873
8898
  };
8874
8899
 
8875
8900
  /* script */
8876
- const __vue_script__$5 = script$5;
8901
+ const __vue_script__$6 = script$6;
8877
8902
  /* template */
8878
8903
 
8879
- var __vue_render__$b = function () {
8904
+ var __vue_render__$c = function () {
8880
8905
  var _vm = this;
8881
8906
 
8882
8907
  var _h = _vm.$createElement;
@@ -8992,10 +9017,10 @@ var __vue_render__$b = function () {
8992
9017
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
8993
9018
  };
8994
9019
 
8995
- var __vue_staticRenderFns__$b = [];
9020
+ var __vue_staticRenderFns__$c = [];
8996
9021
  /* style */
8997
9022
 
8998
- const __vue_inject_styles__$c = function (inject) {
9023
+ const __vue_inject_styles__$d = function (inject) {
8999
9024
  if (!inject) return;
9000
9025
  inject("data-v-5a3b7738_0", {
9001
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}",
@@ -9010,25 +9035,25 @@ const __vue_inject_styles__$c = function (inject) {
9010
9035
  /* scoped */
9011
9036
 
9012
9037
 
9013
- const __vue_scope_id__$c = "data-v-5a3b7738";
9038
+ const __vue_scope_id__$d = "data-v-5a3b7738";
9014
9039
  /* module identifier */
9015
9040
 
9016
- const __vue_module_identifier__$c = undefined;
9041
+ const __vue_module_identifier__$d = undefined;
9017
9042
  /* functional template */
9018
9043
 
9019
- const __vue_is_functional_template__$c = false;
9044
+ const __vue_is_functional_template__$d = false;
9020
9045
  /* style inject SSR */
9021
9046
 
9022
9047
  /* style inject shadow dom */
9023
9048
 
9024
- const __vue_component__$n = /*#__PURE__*/normalizeComponent({
9025
- render: __vue_render__$b,
9026
- staticRenderFns: __vue_staticRenderFns__$b
9027
- }, __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);
9028
9053
 
9029
- var __vue_component__$o = __vue_component__$n;
9054
+ var __vue_component__$q = __vue_component__$p;
9030
9055
 
9031
- var script$4 = {
9056
+ var script$5 = {
9032
9057
  name: "NsModal",
9033
9058
  extends: CvModal,
9034
9059
  props: {
@@ -9065,33 +9090,33 @@ var script$4 = {
9065
9090
  };
9066
9091
 
9067
9092
  /* script */
9068
- const __vue_script__$4 = script$4;
9093
+ const __vue_script__$5 = script$5;
9069
9094
  /* template */
9070
9095
 
9071
9096
  /* style */
9072
9097
 
9073
- const __vue_inject_styles__$b = undefined;
9098
+ const __vue_inject_styles__$c = undefined;
9074
9099
  /* scoped */
9075
9100
 
9076
- const __vue_scope_id__$b = undefined;
9101
+ const __vue_scope_id__$c = undefined;
9077
9102
  /* module identifier */
9078
9103
 
9079
- const __vue_module_identifier__$b = undefined;
9104
+ const __vue_module_identifier__$c = undefined;
9080
9105
  /* functional template */
9081
9106
 
9082
- const __vue_is_functional_template__$b = undefined;
9107
+ const __vue_is_functional_template__$c = undefined;
9083
9108
  /* style inject */
9084
9109
 
9085
9110
  /* style inject SSR */
9086
9111
 
9087
9112
  /* style inject shadow dom */
9088
9113
 
9089
- 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);
9090
9115
 
9091
- var NsModal = __vue_component__$m;
9116
+ var NsModal = __vue_component__$o;
9092
9117
 
9093
9118
  //
9094
- var script$3 = {
9119
+ var script$4 = {
9095
9120
  name: "NsWizard",
9096
9121
  extends: NsModal,
9097
9122
  mixins: [IconService],
@@ -9134,10 +9159,10 @@ var script$3 = {
9134
9159
  };
9135
9160
 
9136
9161
  /* script */
9137
- const __vue_script__$3 = script$3;
9162
+ const __vue_script__$4 = script$4;
9138
9163
  /* template */
9139
9164
 
9140
- var __vue_render__$a = function () {
9165
+ var __vue_render__$b = function () {
9141
9166
  var _obj, _obj$1;
9142
9167
 
9143
9168
  var _vm = this;
@@ -9278,34 +9303,34 @@ var __vue_render__$a = function () {
9278
9303
  })], 1)]);
9279
9304
  };
9280
9305
 
9281
- var __vue_staticRenderFns__$a = [];
9306
+ var __vue_staticRenderFns__$b = [];
9282
9307
  /* style */
9283
9308
 
9284
- const __vue_inject_styles__$a = undefined;
9309
+ const __vue_inject_styles__$b = undefined;
9285
9310
  /* scoped */
9286
9311
 
9287
- const __vue_scope_id__$a = undefined;
9312
+ const __vue_scope_id__$b = undefined;
9288
9313
  /* module identifier */
9289
9314
 
9290
- const __vue_module_identifier__$a = undefined;
9315
+ const __vue_module_identifier__$b = undefined;
9291
9316
  /* functional template */
9292
9317
 
9293
- const __vue_is_functional_template__$a = false;
9318
+ const __vue_is_functional_template__$b = false;
9294
9319
  /* style inject */
9295
9320
 
9296
9321
  /* style inject SSR */
9297
9322
 
9298
9323
  /* style inject shadow dom */
9299
9324
 
9300
- const __vue_component__$k = /*#__PURE__*/normalizeComponent({
9301
- render: __vue_render__$a,
9302
- staticRenderFns: __vue_staticRenderFns__$a
9303
- }, __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);
9304
9329
 
9305
- var __vue_component__$l = __vue_component__$k;
9330
+ var __vue_component__$n = __vue_component__$m;
9306
9331
 
9307
9332
  //
9308
- var script$2 = {
9333
+ var script$3 = {
9309
9334
  name: "NsMenuItem",
9310
9335
  components: {
9311
9336
  NsSvg
@@ -9328,10 +9353,10 @@ var script$2 = {
9328
9353
  };
9329
9354
 
9330
9355
  /* script */
9331
- const __vue_script__$2 = script$2;
9356
+ const __vue_script__$3 = script$3;
9332
9357
  /* template */
9333
9358
 
9334
- var __vue_render__$9 = function () {
9359
+ var __vue_render__$a = function () {
9335
9360
  var _vm = this;
9336
9361
 
9337
9362
  var _h = _vm.$createElement;
@@ -9351,10 +9376,10 @@ var __vue_render__$9 = function () {
9351
9376
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9352
9377
  };
9353
9378
 
9354
- var __vue_staticRenderFns__$9 = [];
9379
+ var __vue_staticRenderFns__$a = [];
9355
9380
  /* style */
9356
9381
 
9357
- const __vue_inject_styles__$9 = function (inject) {
9382
+ const __vue_inject_styles__$a = function (inject) {
9358
9383
  if (!inject) return;
9359
9384
  inject("data-v-35f08832_0", {
9360
9385
  source: ".ns-menu-item[data-v-35f08832]{display:flex;align-items:center}.icon[data-v-35f08832]{margin-right:.5rem}",
@@ -9365,26 +9390,26 @@ const __vue_inject_styles__$9 = function (inject) {
9365
9390
  /* scoped */
9366
9391
 
9367
9392
 
9368
- const __vue_scope_id__$9 = "data-v-35f08832";
9393
+ const __vue_scope_id__$a = "data-v-35f08832";
9369
9394
  /* module identifier */
9370
9395
 
9371
- const __vue_module_identifier__$9 = undefined;
9396
+ const __vue_module_identifier__$a = undefined;
9372
9397
  /* functional template */
9373
9398
 
9374
- const __vue_is_functional_template__$9 = false;
9399
+ const __vue_is_functional_template__$a = false;
9375
9400
  /* style inject SSR */
9376
9401
 
9377
9402
  /* style inject shadow dom */
9378
9403
 
9379
- const __vue_component__$i = /*#__PURE__*/normalizeComponent({
9380
- render: __vue_render__$9,
9381
- staticRenderFns: __vue_staticRenderFns__$9
9382
- }, __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);
9383
9408
 
9384
- var __vue_component__$j = __vue_component__$i;
9409
+ var __vue_component__$l = __vue_component__$k;
9385
9410
 
9386
9411
  //
9387
- var script$1 = {
9412
+ var script$2 = {
9388
9413
  name: "NsMenuDivider",
9389
9414
  components: {
9390
9415
  CvSideNavDivider
@@ -9392,10 +9417,10 @@ var script$1 = {
9392
9417
  };
9393
9418
 
9394
9419
  /* script */
9395
- const __vue_script__$1 = script$1;
9420
+ const __vue_script__$2 = script$2;
9396
9421
  /* template */
9397
9422
 
9398
- var __vue_render__$8 = function () {
9423
+ var __vue_render__$9 = function () {
9399
9424
  var _vm = this;
9400
9425
 
9401
9426
  var _h = _vm.$createElement;
@@ -9405,34 +9430,34 @@ var __vue_render__$8 = function () {
9405
9430
  return _c('cv-side-nav-divider');
9406
9431
  };
9407
9432
 
9408
- var __vue_staticRenderFns__$8 = [];
9433
+ var __vue_staticRenderFns__$9 = [];
9409
9434
  /* style */
9410
9435
 
9411
- const __vue_inject_styles__$8 = undefined;
9436
+ const __vue_inject_styles__$9 = undefined;
9412
9437
  /* scoped */
9413
9438
 
9414
- const __vue_scope_id__$8 = "data-v-c2c8c17e";
9439
+ const __vue_scope_id__$9 = "data-v-c2c8c17e";
9415
9440
  /* module identifier */
9416
9441
 
9417
- const __vue_module_identifier__$8 = undefined;
9442
+ const __vue_module_identifier__$9 = undefined;
9418
9443
  /* functional template */
9419
9444
 
9420
- const __vue_is_functional_template__$8 = false;
9445
+ const __vue_is_functional_template__$9 = false;
9421
9446
  /* style inject */
9422
9447
 
9423
9448
  /* style inject SSR */
9424
9449
 
9425
9450
  /* style inject shadow dom */
9426
9451
 
9427
- const __vue_component__$g = /*#__PURE__*/normalizeComponent({
9428
- render: __vue_render__$8,
9429
- staticRenderFns: __vue_staticRenderFns__$8
9430
- }, __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);
9431
9456
 
9432
- var __vue_component__$h = __vue_component__$g;
9457
+ var __vue_component__$j = __vue_component__$i;
9433
9458
 
9434
9459
  //
9435
- var script = {
9460
+ var script$1 = {
9436
9461
  name: "NsSystemLogsCard",
9437
9462
  mixins: [UtilService, IconService],
9438
9463
  props: {
@@ -9551,10 +9576,10 @@ var script = {
9551
9576
  };
9552
9577
 
9553
9578
  /* script */
9554
- const __vue_script__ = script;
9579
+ const __vue_script__$1 = script$1;
9555
9580
  /* template */
9556
9581
 
9557
- var __vue_render__$7 = function () {
9582
+ var __vue_render__$8 = function () {
9558
9583
  var _vm = this;
9559
9584
 
9560
9585
  var _h = _vm.$createElement;
@@ -9581,21 +9606,148 @@ var __vue_render__$7 = function () {
9581
9606
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
9582
9607
  };
9583
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
+
9584
9726
  var __vue_staticRenderFns__$7 = [];
9585
9727
  /* style */
9586
9728
 
9587
- 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
+ };
9588
9741
  /* scoped */
9589
9742
 
9590
- const __vue_scope_id__$7 = "data-v-aec74b8e";
9743
+
9744
+ const __vue_scope_id__$7 = "data-v-e1e1beb2";
9591
9745
  /* module identifier */
9592
9746
 
9593
9747
  const __vue_module_identifier__$7 = undefined;
9594
9748
  /* functional template */
9595
9749
 
9596
9750
  const __vue_is_functional_template__$7 = false;
9597
- /* style inject */
9598
-
9599
9751
  /* style inject SSR */
9600
9752
 
9601
9753
  /* style inject shadow dom */
@@ -9603,7 +9755,7 @@ const __vue_is_functional_template__$7 = false;
9603
9755
  const __vue_component__$e = /*#__PURE__*/normalizeComponent({
9604
9756
  render: __vue_render__$7,
9605
9757
  staticRenderFns: __vue_staticRenderFns__$7
9606
- }, __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);
9607
9759
 
9608
9760
  var __vue_component__$f = __vue_component__$e;
9609
9761
 
@@ -10290,15 +10442,12 @@ var dataTable = {
10290
10442
 
10291
10443
  sortTable(ev) {
10292
10444
  const order = ev.order;
10293
- console.log("order", order); ////
10294
10445
 
10295
10446
  if (order === "none") {
10296
10447
  return;
10297
10448
  }
10298
10449
 
10299
10450
  const propertyToSort = this.tableColumns[ev.index];
10300
- console.log("propertyToSort", propertyToSort); ////
10301
-
10302
10451
  this.tableRows.sort(this.sortByProperty(propertyToSort));
10303
10452
 
10304
10453
  if (ev.order === "descending") {
@@ -17497,33 +17646,34 @@ var filters = {
17497
17646
 
17498
17647
  var components = /*#__PURE__*/Object.freeze({
17499
17648
  __proto__: null,
17500
- NsButton: __vue_component__$_,
17501
- NsEmptyState: __vue_component__$V,
17649
+ NsButton: __vue_component__$10,
17650
+ NsEmptyState: __vue_component__$X,
17502
17651
  NsPictogram: NsPictogram,
17503
- NsCodeSnippet: __vue_component__$T,
17652
+ NsCodeSnippet: __vue_component__$V,
17504
17653
  NsInlineNotification: NsInlineNotification,
17505
17654
  NsProgressBar: NsProgressBar,
17506
17655
  NsSvg: NsSvg,
17507
- NsTile: __vue_component__$N,
17508
- NsToastNotification: __vue_component__$L,
17509
- NsInfoCard: __vue_component__$J,
17510
- NsStatusCard: __vue_component__$H,
17511
- NsSystemdServiceCard: __vue_component__$F,
17512
- NsPasswordInput: __vue_component__$D,
17513
- NsIconMenu: __vue_component__$B,
17514
- NsMeterChart: __vue_component__$z,
17515
- 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,
17516
17665
  NsLottieAnimation: NsLottieAnimation,
17517
- NsDangerDeleteModal: __vue_component__$v,
17666
+ NsDangerDeleteModal: __vue_component__$x,
17518
17667
  NsCircleTimer: NsCircleTimer,
17519
- NsDropdownAction: __vue_component__$t,
17520
- NsTextInput: __vue_component__$r,
17521
- NsBackupCard: __vue_component__$o,
17522
- NsWizard: __vue_component__$l,
17523
- NsMenuItem: __vue_component__$j,
17524
- NsMenuDivider: __vue_component__$h,
17525
- 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,
17526
17675
  NsModal: NsModal,
17676
+ NsTimePicker: __vue_component__$f,
17527
17677
  ExclamationMarkPictogram: ExclamationMarkPictogram,
17528
17678
  GearPictogram: __vue_component__$d,
17529
17679
  LovePictogram: __vue_component__$b,
@@ -17552,4 +17702,4 @@ const install = function installNs8UiLib(Vue) {
17552
17702
  });
17553
17703
  }; // Create module definition for Vue.use()
17554
17704
 
17555
- 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 };