@nethserver/ns8-ui-lib 1.7.0 → 1.9.0

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.
@@ -7,7 +7,7 @@ import Information16 from '@carbon/icons-vue/es/information/16';
7
7
  import CheckmarkFilled20 from '@carbon/icons-vue/es/checkmark--filled/20';
8
8
  import ErrorFilled20 from '@carbon/icons-vue/es/error--filled/20';
9
9
  import Warning20 from '@carbon/icons-vue/es/warning--filled/20';
10
- import { WarningFilled16, WarningAltFilled16, View16, ViewOff16 } from '@carbon/icons-vue';
10
+ import { WarningFilled16, WarningAltFilled16, View16, ViewOff16, CheckmarkOutline16, CircleFilled16, RadioButton16 } from '@carbon/icons-vue';
11
11
  import crypto$1 from 'crypto';
12
12
  import OverflowMenuVertical20 from '@carbon/icons-vue/es/overflow-menu--vertical/20';
13
13
  import Close20 from '@carbon/icons-vue/es/close/20';
@@ -16,7 +16,6 @@ import ArrowRight32 from '@carbon/icons-vue/es/arrow--right/32';
16
16
  import Notification20 from '@carbon/icons-vue/es/notification/20';
17
17
  import UserAvatar20 from '@carbon/icons-vue/es/user--avatar/20';
18
18
  import UserAvatar32 from '@carbon/icons-vue/es/user--avatar/32';
19
- import AppSwitcher20 from '@carbon/icons-vue/es/app-switcher/20';
20
19
  import Search20 from '@carbon/icons-vue/es/search/20';
21
20
  import RowExpand20 from '@carbon/icons-vue/es/row--expand/20';
22
21
  import RowCollapse20 from '@carbon/icons-vue/es/row--collapse/20';
@@ -164,7 +163,7 @@ import CvCheckbox$1 from '@carbon/vue/src/components/cv-checkbox/cv-checkbox';
164
163
  import { mapState } from 'vuex';
165
164
 
166
165
  //
167
- var script$C = {
166
+ var script$D = {
168
167
  name: "NsButton",
169
168
  extends: CvButton,
170
169
  props: {
@@ -327,10 +326,10 @@ function addStyle(id, css) {
327
326
  }
328
327
 
329
328
  /* script */
330
- const __vue_script__$C = script$C;
329
+ const __vue_script__$D = script$D;
331
330
  /* template */
332
331
 
333
- var __vue_render__$O = function () {
332
+ var __vue_render__$P = function () {
334
333
  var _vm = this;
335
334
 
336
335
  var _h = _vm.$createElement;
@@ -353,10 +352,10 @@ var __vue_render__$O = function () {
353
352
  }) : _vm._e()], 2);
354
353
  };
355
354
 
356
- var __vue_staticRenderFns__$O = [];
355
+ var __vue_staticRenderFns__$P = [];
357
356
  /* style */
358
357
 
359
- const __vue_inject_styles__$R = function (inject) {
358
+ const __vue_inject_styles__$S = function (inject) {
360
359
  if (!inject) return;
361
360
  inject("data-v-34f1ee57_0", {
362
361
  source: ".bx--btn .bx--btn__icon[data-v-34f1ee57]{width:1.25rem;height:1.25rem}.bx--btn.bx--btn--sm .bx--btn__icon[data-v-34f1ee57]{width:1rem;height:1rem}.loader[data-v-34f1ee57]{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-34f1ee57 .5s linear infinite}.bx--btn--ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}.bx--btn--danger--ghost .bx--btn__icon.loading[data-v-34f1ee57],.bx--btn--danger-ghost .bx--btn__icon.loading[data-v-34f1ee57]{position:static;margin-left:.5rem}@keyframes spin-data-v-34f1ee57{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}",
@@ -367,23 +366,23 @@ const __vue_inject_styles__$R = function (inject) {
367
366
  /* scoped */
368
367
 
369
368
 
370
- const __vue_scope_id__$R = "data-v-34f1ee57";
369
+ const __vue_scope_id__$S = "data-v-34f1ee57";
371
370
  /* module identifier */
372
371
 
373
- const __vue_module_identifier__$R = undefined;
372
+ const __vue_module_identifier__$S = undefined;
374
373
  /* functional template */
375
374
 
376
- const __vue_is_functional_template__$R = false;
375
+ const __vue_is_functional_template__$S = false;
377
376
  /* style inject SSR */
378
377
 
379
378
  /* style inject shadow dom */
380
379
 
381
- const __vue_component__$1u = /*#__PURE__*/normalizeComponent({
382
- render: __vue_render__$O,
383
- staticRenderFns: __vue_staticRenderFns__$O
384
- }, __vue_inject_styles__$R, __vue_script__$C, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, createInjector, undefined, undefined);
380
+ const __vue_component__$1w = /*#__PURE__*/normalizeComponent({
381
+ render: __vue_render__$P,
382
+ staticRenderFns: __vue_staticRenderFns__$P
383
+ }, __vue_inject_styles__$S, __vue_script__$D, __vue_scope_id__$S, __vue_is_functional_template__$S, __vue_module_identifier__$S, false, createInjector, undefined, undefined);
385
384
 
386
- var NsButton = __vue_component__$1u;
385
+ var NsButton = __vue_component__$1w;
387
386
 
388
387
  //
389
388
  //
@@ -405,7 +404,7 @@ var NsButton = __vue_component__$1u;
405
404
  //
406
405
  //
407
406
  //
408
- var script$B = {
407
+ var script$C = {
409
408
  name: "NsPictogram",
410
409
  props: {
411
410
  title: {
@@ -428,10 +427,10 @@ var script$B = {
428
427
  };
429
428
 
430
429
  /* script */
431
- const __vue_script__$B = script$B;
430
+ const __vue_script__$C = script$C;
432
431
  /* template */
433
432
 
434
- var __vue_render__$N = function () {
433
+ var __vue_render__$O = function () {
435
434
  var _vm = this;
436
435
 
437
436
  var _h = _vm.$createElement;
@@ -459,34 +458,34 @@ var __vue_render__$N = function () {
459
458
  }, [_vm._t("default")], 2)]);
460
459
  };
461
460
 
462
- var __vue_staticRenderFns__$N = [];
461
+ var __vue_staticRenderFns__$O = [];
463
462
  /* style */
464
463
 
465
- const __vue_inject_styles__$Q = undefined;
464
+ const __vue_inject_styles__$R = undefined;
466
465
  /* scoped */
467
466
 
468
- const __vue_scope_id__$Q = undefined;
467
+ const __vue_scope_id__$R = undefined;
469
468
  /* module identifier */
470
469
 
471
- const __vue_module_identifier__$Q = undefined;
470
+ const __vue_module_identifier__$R = undefined;
472
471
  /* functional template */
473
472
 
474
- const __vue_is_functional_template__$Q = false;
473
+ const __vue_is_functional_template__$R = false;
475
474
  /* style inject */
476
475
 
477
476
  /* style inject SSR */
478
477
 
479
478
  /* style inject shadow dom */
480
479
 
481
- const __vue_component__$1t = /*#__PURE__*/normalizeComponent({
482
- render: __vue_render__$N,
483
- staticRenderFns: __vue_staticRenderFns__$N
484
- }, __vue_inject_styles__$Q, __vue_script__$B, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
480
+ const __vue_component__$1v = /*#__PURE__*/normalizeComponent({
481
+ render: __vue_render__$O,
482
+ staticRenderFns: __vue_staticRenderFns__$O
483
+ }, __vue_inject_styles__$R, __vue_script__$C, __vue_scope_id__$R, __vue_is_functional_template__$R, __vue_module_identifier__$R, false, undefined, undefined, undefined);
485
484
 
486
- var NsPictogram = __vue_component__$1t;
485
+ var NsPictogram = __vue_component__$1v;
487
486
 
488
487
  //
489
- var script$A = {
488
+ var script$B = {
490
489
  name: "NsLottieAnimation",
491
490
  components: {
492
491
  LottieAnimation
@@ -542,10 +541,10 @@ var script$A = {
542
541
  };
543
542
 
544
543
  /* script */
545
- const __vue_script__$A = script$A;
544
+ const __vue_script__$B = script$B;
546
545
  /* template */
547
546
 
548
- var __vue_render__$M = function () {
547
+ var __vue_render__$N = function () {
549
548
  var _vm = this;
550
549
 
551
550
  var _h = _vm.$createElement;
@@ -572,36 +571,36 @@ var __vue_render__$M = function () {
572
571
  })], 1);
573
572
  };
574
573
 
575
- var __vue_staticRenderFns__$M = [];
574
+ var __vue_staticRenderFns__$N = [];
576
575
  /* style */
577
576
 
578
- const __vue_inject_styles__$P = undefined;
577
+ const __vue_inject_styles__$Q = undefined;
579
578
  /* scoped */
580
579
 
581
- const __vue_scope_id__$P = "data-v-cc2533e0";
580
+ const __vue_scope_id__$Q = "data-v-cc2533e0";
582
581
  /* module identifier */
583
582
 
584
- const __vue_module_identifier__$P = undefined;
583
+ const __vue_module_identifier__$Q = undefined;
585
584
  /* functional template */
586
585
 
587
- const __vue_is_functional_template__$P = false;
586
+ const __vue_is_functional_template__$Q = false;
588
587
  /* style inject */
589
588
 
590
589
  /* style inject SSR */
591
590
 
592
591
  /* style inject shadow dom */
593
592
 
594
- const __vue_component__$1s = /*#__PURE__*/normalizeComponent({
595
- render: __vue_render__$M,
596
- staticRenderFns: __vue_staticRenderFns__$M
597
- }, __vue_inject_styles__$P, __vue_script__$A, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
593
+ const __vue_component__$1u = /*#__PURE__*/normalizeComponent({
594
+ render: __vue_render__$N,
595
+ staticRenderFns: __vue_staticRenderFns__$N
596
+ }, __vue_inject_styles__$Q, __vue_script__$B, __vue_scope_id__$Q, __vue_is_functional_template__$Q, __vue_module_identifier__$Q, false, undefined, undefined, undefined);
598
597
 
599
- var NsLottieAnimation = __vue_component__$1s;
598
+ var NsLottieAnimation = __vue_component__$1u;
600
599
 
601
600
  /* script */
602
601
 
603
602
  /* template */
604
- var __vue_render__$L = function () {
603
+ var __vue_render__$M = function () {
605
604
  var _vm = this;
606
605
 
607
606
  var _h = _vm.$createElement;
@@ -616,34 +615,34 @@ var __vue_render__$L = function () {
616
615
  });
617
616
  };
618
617
 
619
- var __vue_staticRenderFns__$L = [];
618
+ var __vue_staticRenderFns__$M = [];
620
619
  /* style */
621
620
 
622
- const __vue_inject_styles__$O = undefined;
621
+ const __vue_inject_styles__$P = undefined;
623
622
  /* scoped */
624
623
 
625
- const __vue_scope_id__$O = undefined;
624
+ const __vue_scope_id__$P = undefined;
626
625
  /* module identifier */
627
626
 
628
- const __vue_module_identifier__$O = undefined;
627
+ const __vue_module_identifier__$P = undefined;
629
628
  /* functional template */
630
629
 
631
- const __vue_is_functional_template__$O = false;
630
+ const __vue_is_functional_template__$P = false;
632
631
  /* style inject */
633
632
 
634
633
  /* style inject SSR */
635
634
 
636
635
  /* style inject shadow dom */
637
636
 
638
- const __vue_component__$1r = /*#__PURE__*/normalizeComponent({
639
- render: __vue_render__$L,
640
- staticRenderFns: __vue_staticRenderFns__$L
641
- }, __vue_inject_styles__$O, {}, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, undefined, undefined, undefined);
637
+ const __vue_component__$1t = /*#__PURE__*/normalizeComponent({
638
+ render: __vue_render__$M,
639
+ staticRenderFns: __vue_staticRenderFns__$M
640
+ }, __vue_inject_styles__$P, {}, __vue_scope_id__$P, __vue_is_functional_template__$P, __vue_module_identifier__$P, false, undefined, undefined, undefined);
642
641
 
643
- var ExclamationMarkPictogram = __vue_component__$1r;
642
+ var ExclamationMarkPictogram = __vue_component__$1t;
644
643
 
645
644
  //
646
- var script$z = {
645
+ var script$A = {
647
646
  name: "NsEmptyState",
648
647
  components: {
649
648
  NsPictogram,
@@ -675,10 +674,10 @@ var script$z = {
675
674
  };
676
675
 
677
676
  /* script */
678
- const __vue_script__$z = script$z;
677
+ const __vue_script__$A = script$A;
679
678
  /* template */
680
679
 
681
- var __vue_render__$K = function () {
680
+ var __vue_render__$L = function () {
682
681
  var _vm = this;
683
682
 
684
683
  var _h = _vm.$createElement;
@@ -708,10 +707,10 @@ var __vue_render__$K = function () {
708
707
  }, [_vm._t("description")], 2)] : _vm._e()], 2);
709
708
  };
710
709
 
711
- var __vue_staticRenderFns__$K = [];
710
+ var __vue_staticRenderFns__$L = [];
712
711
  /* style */
713
712
 
714
- const __vue_inject_styles__$N = function (inject) {
713
+ const __vue_inject_styles__$O = function (inject) {
715
714
  if (!inject) return;
716
715
  inject("data-v-0540fdb8_0", {
717
716
  source: ".empty-state[data-v-0540fdb8]{text-align:center;padding:2rem}.empty-state .image[data-v-0540fdb8]{margin-bottom:1rem}.empty-state .description[data-v-0540fdb8]{margin-top:1rem}.animation[data-v-0540fdb8]{display:inline-block;width:64px;height:64px}",
@@ -722,26 +721,26 @@ const __vue_inject_styles__$N = function (inject) {
722
721
  /* scoped */
723
722
 
724
723
 
725
- const __vue_scope_id__$N = "data-v-0540fdb8";
724
+ const __vue_scope_id__$O = "data-v-0540fdb8";
726
725
  /* module identifier */
727
726
 
728
- const __vue_module_identifier__$N = undefined;
727
+ const __vue_module_identifier__$O = undefined;
729
728
  /* functional template */
730
729
 
731
- const __vue_is_functional_template__$N = false;
730
+ const __vue_is_functional_template__$O = false;
732
731
  /* style inject SSR */
733
732
 
734
733
  /* style inject shadow dom */
735
734
 
736
- const __vue_component__$1p = /*#__PURE__*/normalizeComponent({
737
- render: __vue_render__$K,
738
- staticRenderFns: __vue_staticRenderFns__$K
739
- }, __vue_inject_styles__$N, __vue_script__$z, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
735
+ const __vue_component__$1r = /*#__PURE__*/normalizeComponent({
736
+ render: __vue_render__$L,
737
+ staticRenderFns: __vue_staticRenderFns__$L
738
+ }, __vue_inject_styles__$O, __vue_script__$A, __vue_scope_id__$O, __vue_is_functional_template__$O, __vue_module_identifier__$O, false, createInjector, undefined, undefined);
740
739
 
741
- var __vue_component__$1q = __vue_component__$1p;
740
+ var __vue_component__$1s = __vue_component__$1r;
742
741
 
743
742
  //
744
- var script$y = {
743
+ var script$z = {
745
744
  name: "NsCodeSnippet",
746
745
  components: {
747
746
  CvButton,
@@ -853,10 +852,10 @@ var script$y = {
853
852
  };
854
853
 
855
854
  /* script */
856
- const __vue_script__$y = script$y;
855
+ const __vue_script__$z = script$z;
857
856
  /* template */
858
857
 
859
- var __vue_render__$J = function () {
858
+ var __vue_render__$K = function () {
860
859
  var _vm = this;
861
860
 
862
861
  var _h = _vm.$createElement;
@@ -918,10 +917,10 @@ var __vue_render__$J = function () {
918
917
  })], 1) : _vm._e()], 1);
919
918
  };
920
919
 
921
- var __vue_staticRenderFns__$J = [];
920
+ var __vue_staticRenderFns__$K = [];
922
921
  /* style */
923
922
 
924
- const __vue_inject_styles__$M = function (inject) {
923
+ const __vue_inject_styles__$N = function (inject) {
925
924
  if (!inject) return;
926
925
  inject("data-v-084a2bcc_0", {
927
926
  source: ".bx--snippet--multi .bx--snippet-container[data-v-084a2bcc]{min-height:4.5rem;max-height:9.6rem;overflow-y:hidden}.bx--snippet--multi .bx--snippet-container.no-expand[data-v-084a2bcc]{min-height:2.5rem}.bx--snippet--multi.bx--snippet--expand .bx--snippet-container[data-v-084a2bcc]{max-height:100%}.bx--snippet--multi .bx--copy-btn[data-v-084a2bcc]{position:absolute!important;top:.5rem;right:.5rem;z-index:11;width:3rem;height:2rem}.bx--snippet-btn--expand[data-v-084a2bcc]{right:.5rem;bottom:.5rem}",
@@ -932,23 +931,23 @@ const __vue_inject_styles__$M = function (inject) {
932
931
  /* scoped */
933
932
 
934
933
 
935
- const __vue_scope_id__$M = "data-v-084a2bcc";
934
+ const __vue_scope_id__$N = "data-v-084a2bcc";
936
935
  /* module identifier */
937
936
 
938
- const __vue_module_identifier__$M = undefined;
937
+ const __vue_module_identifier__$N = undefined;
939
938
  /* functional template */
940
939
 
941
- const __vue_is_functional_template__$M = false;
940
+ const __vue_is_functional_template__$N = false;
942
941
  /* style inject SSR */
943
942
 
944
943
  /* style inject shadow dom */
945
944
 
946
- const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
947
- render: __vue_render__$J,
948
- staticRenderFns: __vue_staticRenderFns__$J
949
- }, __vue_inject_styles__$M, __vue_script__$y, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
945
+ const __vue_component__$1p = /*#__PURE__*/normalizeComponent({
946
+ render: __vue_render__$K,
947
+ staticRenderFns: __vue_staticRenderFns__$K
948
+ }, __vue_inject_styles__$N, __vue_script__$z, __vue_scope_id__$N, __vue_is_functional_template__$N, __vue_module_identifier__$N, false, createInjector, undefined, undefined);
950
949
 
951
- var __vue_component__$1o = __vue_component__$1n;
950
+ var __vue_component__$1q = __vue_component__$1p;
952
951
 
953
952
  //
954
953
  //
@@ -983,7 +982,7 @@ var __vue_component__$1o = __vue_component__$1n;
983
982
  //
984
983
  //
985
984
  //
986
- var script$x = {
985
+ var script$y = {
987
986
  name: "NsCircleTimer",
988
987
  props: {
989
988
  timeLimit: {
@@ -1047,10 +1046,10 @@ var script$x = {
1047
1046
  };
1048
1047
 
1049
1048
  /* script */
1050
- const __vue_script__$x = script$x;
1049
+ const __vue_script__$y = script$y;
1051
1050
  /* template */
1052
1051
 
1053
- var __vue_render__$I = function () {
1052
+ var __vue_render__$J = function () {
1054
1053
  var _vm = this;
1055
1054
 
1056
1055
  var _h = _vm.$createElement;
@@ -1086,10 +1085,10 @@ var __vue_render__$I = function () {
1086
1085
  })])])]);
1087
1086
  };
1088
1087
 
1089
- var __vue_staticRenderFns__$I = [];
1088
+ var __vue_staticRenderFns__$J = [];
1090
1089
  /* style */
1091
1090
 
1092
- const __vue_inject_styles__$L = function (inject) {
1091
+ const __vue_inject_styles__$M = function (inject) {
1093
1092
  if (!inject) return;
1094
1093
  inject("data-v-6609841f_0", {
1095
1094
  source: ".base-timer[data-v-6609841f]{position:relative}.base-timer__circle[data-v-6609841f]{fill:none;stroke:none}.base-timer__path-remaining[data-v-6609841f]{stroke:currentColor;transform:rotate(90deg);transform-origin:center;transition:1s linear all}.base-timer__svg[data-v-6609841f]{transform:scaleX(-1)}",
@@ -1100,26 +1099,26 @@ const __vue_inject_styles__$L = function (inject) {
1100
1099
  /* scoped */
1101
1100
 
1102
1101
 
1103
- const __vue_scope_id__$L = "data-v-6609841f";
1102
+ const __vue_scope_id__$M = "data-v-6609841f";
1104
1103
  /* module identifier */
1105
1104
 
1106
- const __vue_module_identifier__$L = undefined;
1105
+ const __vue_module_identifier__$M = undefined;
1107
1106
  /* functional template */
1108
1107
 
1109
- const __vue_is_functional_template__$L = false;
1108
+ const __vue_is_functional_template__$M = false;
1110
1109
  /* style inject SSR */
1111
1110
 
1112
1111
  /* style inject shadow dom */
1113
1112
 
1114
- const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
1115
- render: __vue_render__$I,
1116
- staticRenderFns: __vue_staticRenderFns__$I
1117
- }, __vue_inject_styles__$L, __vue_script__$x, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
1113
+ const __vue_component__$1o = /*#__PURE__*/normalizeComponent({
1114
+ render: __vue_render__$J,
1115
+ staticRenderFns: __vue_staticRenderFns__$J
1116
+ }, __vue_inject_styles__$M, __vue_script__$y, __vue_scope_id__$M, __vue_is_functional_template__$M, __vue_module_identifier__$M, false, createInjector, undefined, undefined);
1118
1117
 
1119
- var NsCircleTimer = __vue_component__$1m;
1118
+ var NsCircleTimer = __vue_component__$1o;
1120
1119
 
1121
1120
  //
1122
- var script$w = {
1121
+ var script$x = {
1123
1122
  name: "NsInlineNotification",
1124
1123
  extends: CvInlineNotification,
1125
1124
  components: {
@@ -1156,10 +1155,10 @@ var script$w = {
1156
1155
  };
1157
1156
 
1158
1157
  /* script */
1159
- const __vue_script__$w = script$w;
1158
+ const __vue_script__$x = script$x;
1160
1159
  /* template */
1161
1160
 
1162
- var __vue_render__$H = function () {
1161
+ var __vue_render__$I = function () {
1163
1162
  var _obj;
1164
1163
 
1165
1164
  var _vm = this;
@@ -1224,10 +1223,10 @@ var __vue_render__$H = function () {
1224
1223
  })], 1) : _vm._e()]);
1225
1224
  };
1226
1225
 
1227
- var __vue_staticRenderFns__$H = [];
1226
+ var __vue_staticRenderFns__$I = [];
1228
1227
  /* style */
1229
1228
 
1230
- const __vue_inject_styles__$K = function (inject) {
1229
+ const __vue_inject_styles__$L = function (inject) {
1231
1230
  if (!inject) return;
1232
1231
  inject("data-v-55c5000a_0", {
1233
1232
  source: ".title[data-v-55c5000a]{margin-right:.75rem;margin-bottom:.2rem;font-size:.875rem!important;font-weight:600!important}.mg-right[data-v-55c5000a]{margin-right:.75rem}.action-button[data-v-55c5000a]{margin-right:.5rem}.bx--inline-notification__text-wrapper p[data-v-55c5000a]{padding-right:0!important}",
@@ -1238,23 +1237,23 @@ const __vue_inject_styles__$K = function (inject) {
1238
1237
  /* scoped */
1239
1238
 
1240
1239
 
1241
- const __vue_scope_id__$K = "data-v-55c5000a";
1240
+ const __vue_scope_id__$L = "data-v-55c5000a";
1242
1241
  /* module identifier */
1243
1242
 
1244
- const __vue_module_identifier__$K = undefined;
1243
+ const __vue_module_identifier__$L = undefined;
1245
1244
  /* functional template */
1246
1245
 
1247
- const __vue_is_functional_template__$K = false;
1246
+ const __vue_is_functional_template__$L = false;
1248
1247
  /* style inject SSR */
1249
1248
 
1250
1249
  /* style inject shadow dom */
1251
1250
 
1252
- const __vue_component__$1l = /*#__PURE__*/normalizeComponent({
1253
- render: __vue_render__$H,
1254
- staticRenderFns: __vue_staticRenderFns__$H
1255
- }, __vue_inject_styles__$K, __vue_script__$w, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
1251
+ const __vue_component__$1n = /*#__PURE__*/normalizeComponent({
1252
+ render: __vue_render__$I,
1253
+ staticRenderFns: __vue_staticRenderFns__$I
1254
+ }, __vue_inject_styles__$L, __vue_script__$x, __vue_scope_id__$L, __vue_is_functional_template__$L, __vue_module_identifier__$L, false, createInjector, undefined, undefined);
1256
1255
 
1257
- var NsInlineNotification = __vue_component__$1l;
1256
+ var NsInlineNotification = __vue_component__$1n;
1258
1257
 
1259
1258
  //
1260
1259
  //
@@ -1297,7 +1296,7 @@ var NsInlineNotification = __vue_component__$1l;
1297
1296
  //
1298
1297
  //
1299
1298
  //
1300
- var script$v = {
1299
+ var script$w = {
1301
1300
  name: "NsProgressBar",
1302
1301
  props: {
1303
1302
  value: {
@@ -1375,10 +1374,10 @@ var script$v = {
1375
1374
  };
1376
1375
 
1377
1376
  /* script */
1378
- const __vue_script__$v = script$v;
1377
+ const __vue_script__$w = script$w;
1379
1378
  /* template */
1380
1379
 
1381
- var __vue_render__$G = function () {
1380
+ var __vue_render__$H = function () {
1382
1381
  var _vm = this;
1383
1382
 
1384
1383
  var _h = _vm.$createElement;
@@ -1417,10 +1416,10 @@ var __vue_render__$G = function () {
1417
1416
  })]], 2)]);
1418
1417
  };
1419
1418
 
1420
- var __vue_staticRenderFns__$G = [];
1419
+ var __vue_staticRenderFns__$H = [];
1421
1420
  /* style */
1422
1421
 
1423
- const __vue_inject_styles__$J = function (inject) {
1422
+ const __vue_inject_styles__$K = function (inject) {
1424
1423
  if (!inject) return;
1425
1424
  inject("data-v-2813565d_0", {
1426
1425
  source: ".progress-bar-container[data-v-2813565d]{width:100%;position:relative}.slider[data-v-2813565d]{position:absolute;width:100%;overflow-x:hidden}.line[data-v-2813565d]{position:absolute;opacity:.4;width:100%}.progress-line[data-v-2813565d]{position:absolute}.indeterminate-line[data-v-2813565d]{position:absolute;opacity:.4;width:150%}.indeterminate-subline[data-v-2813565d]{position:absolute}.inc[data-v-2813565d]{animation:increase-data-v-2813565d 2s infinite}.dec[data-v-2813565d]{animation:decrease-data-v-2813565d 2s .5s infinite}@keyframes increase-data-v-2813565d{from{left:-5%;width:5%}to{left:130%;width:100%}}@keyframes decrease-data-v-2813565d{from{left:-80%;width:80%}to{left:110%;width:10%}}",
@@ -1431,29 +1430,29 @@ const __vue_inject_styles__$J = function (inject) {
1431
1430
  /* scoped */
1432
1431
 
1433
1432
 
1434
- const __vue_scope_id__$J = "data-v-2813565d";
1433
+ const __vue_scope_id__$K = "data-v-2813565d";
1435
1434
  /* module identifier */
1436
1435
 
1437
- const __vue_module_identifier__$J = undefined;
1436
+ const __vue_module_identifier__$K = undefined;
1438
1437
  /* functional template */
1439
1438
 
1440
- const __vue_is_functional_template__$J = false;
1439
+ const __vue_is_functional_template__$K = false;
1441
1440
  /* style inject SSR */
1442
1441
 
1443
1442
  /* style inject shadow dom */
1444
1443
 
1445
- const __vue_component__$1k = /*#__PURE__*/normalizeComponent({
1446
- render: __vue_render__$G,
1447
- staticRenderFns: __vue_staticRenderFns__$G
1448
- }, __vue_inject_styles__$J, __vue_script__$v, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, createInjector, undefined, undefined);
1444
+ const __vue_component__$1m = /*#__PURE__*/normalizeComponent({
1445
+ render: __vue_render__$H,
1446
+ staticRenderFns: __vue_staticRenderFns__$H
1447
+ }, __vue_inject_styles__$K, __vue_script__$w, __vue_scope_id__$K, __vue_is_functional_template__$K, __vue_module_identifier__$K, false, createInjector, undefined, undefined);
1449
1448
 
1450
- var NsProgressBar = __vue_component__$1k;
1449
+ var NsProgressBar = __vue_component__$1m;
1451
1450
 
1452
1451
  //
1453
1452
  //
1454
1453
  //
1455
1454
  //
1456
- var script$u = {
1455
+ var script$v = {
1457
1456
  name: "NsSvg",
1458
1457
  props: {
1459
1458
  svg: {
@@ -1512,33 +1511,33 @@ var script$u = {
1512
1511
  };
1513
1512
 
1514
1513
  /* script */
1515
- const __vue_script__$u = script$u;
1514
+ const __vue_script__$v = script$v;
1516
1515
  /* template */
1517
1516
 
1518
1517
  /* style */
1519
1518
 
1520
- const __vue_inject_styles__$I = undefined;
1519
+ const __vue_inject_styles__$J = undefined;
1521
1520
  /* scoped */
1522
1521
 
1523
- const __vue_scope_id__$I = undefined;
1522
+ const __vue_scope_id__$J = undefined;
1524
1523
  /* module identifier */
1525
1524
 
1526
- const __vue_module_identifier__$I = undefined;
1525
+ const __vue_module_identifier__$J = undefined;
1527
1526
  /* functional template */
1528
1527
 
1529
- const __vue_is_functional_template__$I = undefined;
1528
+ const __vue_is_functional_template__$J = undefined;
1530
1529
  /* style inject */
1531
1530
 
1532
1531
  /* style inject SSR */
1533
1532
 
1534
1533
  /* style inject shadow dom */
1535
1534
 
1536
- const __vue_component__$1j = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$I, __vue_script__$u, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, undefined, undefined, undefined);
1535
+ const __vue_component__$1l = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$J, __vue_script__$v, __vue_scope_id__$J, __vue_is_functional_template__$J, __vue_module_identifier__$J, false, undefined, undefined, undefined);
1537
1536
 
1538
- var NsSvg = __vue_component__$1j;
1537
+ var NsSvg = __vue_component__$1l;
1539
1538
 
1540
1539
  //
1541
- var script$t = {
1540
+ var script$u = {
1542
1541
  name: "NsTile",
1543
1542
  extends: CvTile,
1544
1543
  inheritAttrs: false,
@@ -1612,10 +1611,10 @@ var script$t = {
1612
1611
  };
1613
1612
 
1614
1613
  /* script */
1615
- const __vue_script__$t = script$t;
1614
+ const __vue_script__$u = script$u;
1616
1615
  /* template */
1617
1616
 
1618
- var __vue_render__$F = function () {
1617
+ var __vue_render__$G = function () {
1619
1618
  var _obj;
1620
1619
 
1621
1620
  var _vm = this;
@@ -1654,10 +1653,10 @@ var __vue_render__$F = function () {
1654
1653
  }) : _vm._e()], 1);
1655
1654
  };
1656
1655
 
1657
- var __vue_staticRenderFns__$F = [];
1656
+ var __vue_staticRenderFns__$G = [];
1658
1657
  /* style */
1659
1658
 
1660
- const __vue_inject_styles__$H = function (inject) {
1659
+ const __vue_inject_styles__$I = function (inject) {
1661
1660
  if (!inject) return;
1662
1661
  inject("data-v-2babf9e8_0", {
1663
1662
  source: ".ns-tile[data-v-2babf9e8]{margin-bottom:2rem;position:relative}.container[data-v-2babf9e8]{display:flex;flex-direction:column;justify-content:center}.centered[data-v-2babf9e8]{text-align:center}.large[data-v-2babf9e8]{min-height:10rem}.tile-icon[data-v-2babf9e8]{display:block;margin-left:auto;margin-right:auto;margin-bottom:1rem}.tile-footer-icon[data-v-2babf9e8]{position:absolute;right:1rem;bottom:1rem;flex-shrink:0;width:1.25rem;height:1.25rem}.pad-bottom[data-v-2babf9e8]{padding-bottom:4rem}.disabled-tile[data-v-2babf9e8]{color:#c6c6c6}",
@@ -1668,23 +1667,23 @@ const __vue_inject_styles__$H = function (inject) {
1668
1667
  /* scoped */
1669
1668
 
1670
1669
 
1671
- const __vue_scope_id__$H = "data-v-2babf9e8";
1670
+ const __vue_scope_id__$I = "data-v-2babf9e8";
1672
1671
  /* module identifier */
1673
1672
 
1674
- const __vue_module_identifier__$H = undefined;
1673
+ const __vue_module_identifier__$I = undefined;
1675
1674
  /* functional template */
1676
1675
 
1677
- const __vue_is_functional_template__$H = false;
1676
+ const __vue_is_functional_template__$I = false;
1678
1677
  /* style inject SSR */
1679
1678
 
1680
1679
  /* style inject shadow dom */
1681
1680
 
1682
- const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
1683
- render: __vue_render__$F,
1684
- staticRenderFns: __vue_staticRenderFns__$F
1685
- }, __vue_inject_styles__$H, __vue_script__$t, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
1681
+ const __vue_component__$1j = /*#__PURE__*/normalizeComponent({
1682
+ render: __vue_render__$G,
1683
+ staticRenderFns: __vue_staticRenderFns__$G
1684
+ }, __vue_inject_styles__$I, __vue_script__$u, __vue_scope_id__$I, __vue_is_functional_template__$I, __vue_module_identifier__$I, false, createInjector, undefined, undefined);
1686
1685
 
1687
- var __vue_component__$1i = __vue_component__$1h;
1686
+ var __vue_component__$1k = __vue_component__$1j;
1688
1687
 
1689
1688
  function toInteger(dirtyNumber) {
1690
1689
  if (dirtyNumber === null || dirtyNumber === true || dirtyNumber === false) {
@@ -6285,7 +6284,7 @@ var DateTimeService = {
6285
6284
  };
6286
6285
 
6287
6286
  //
6288
- var script$s = {
6287
+ var script$t = {
6289
6288
  name: "NsToastNotification",
6290
6289
  extends: CvToastNotification,
6291
6290
  components: {
@@ -6363,10 +6362,10 @@ var script$s = {
6363
6362
  };
6364
6363
 
6365
6364
  /* script */
6366
- const __vue_script__$s = script$s;
6365
+ const __vue_script__$t = script$t;
6367
6366
  /* template */
6368
6367
 
6369
- var __vue_render__$E = function () {
6368
+ var __vue_render__$F = function () {
6370
6369
  var _obj;
6371
6370
 
6372
6371
  var _vm = this;
@@ -6460,10 +6459,10 @@ var __vue_render__$E = function () {
6460
6459
  })], 1) : _vm._e()], 1)]);
6461
6460
  };
6462
6461
 
6463
- var __vue_staticRenderFns__$E = [];
6462
+ var __vue_staticRenderFns__$F = [];
6464
6463
  /* style */
6465
6464
 
6466
- const __vue_inject_styles__$G = function (inject) {
6465
+ const __vue_inject_styles__$H = function (inject) {
6467
6466
  if (!inject) return;
6468
6467
  inject("data-v-014a0a7f_0", {
6469
6468
  source: ".notification[data-v-014a0a7f]{margin-bottom:0;margin-right:0}.action[data-v-014a0a7f]{padding-top:0;margin-bottom:0}.bx--toast-notification .bx--inline-notification__action-button[data-v-014a0a7f]{margin-left:-1rem}.bx--toast-notification .bx--inline-notification__action-button.bx--btn--danger[data-v-014a0a7f]{margin:.5rem 0 .5rem -1rem}.notification-description-and-progress[data-v-014a0a7f]{margin-top:.75rem;margin-bottom:.75rem}.fix-margin-bottom[data-v-014a0a7f]{margin-bottom:0}.progress[data-v-014a0a7f]{margin-top:.75rem}.progress-bar-spacer[data-v-014a0a7f]{height:.5rem}.cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:26vw;min-width:20rem;margin-top:0}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{margin-top:1rem}.notification-drawer .cv-notifiation.bx--toast-notification.notification[data-v-014a0a7f]{width:100%}.notification-read[data-v-014a0a7f]{border-color:#8d8d8d;color:#c6c6c6}.notification-read .bx--toast-notification__icon[data-v-014a0a7f]{fill:currentColor}.notification-read .bx--toast-notification__subtitle[data-v-014a0a7f]{color:#c6c6c6}.notification-read .bx--toast-notification__title[data-v-014a0a7f]{font-weight:400}.cv-notifiation .timestamp[data-v-014a0a7f]{margin-bottom:.75rem;line-height:1.29;color:#fff;text-decoration:underline}.cv-notifiation .timestamp button[data-v-014a0a7f]{color:#c6c6c6}.bx--tooltip__trigger[data-v-014a0a7f]:not(.bx--btn--icon-only){font-size:inherit}.cv-notifiation .timestamp .bx--tooltip__trigger[data-v-014a0a7f]::before{border-bottom-color:#161616}div.row[data-v-014a0a7f]:last-child{margin-bottom:1.5rem}.bx--toast-notification__details[data-v-014a0a7f]{flex-grow:1}",
@@ -6478,26 +6477,26 @@ const __vue_inject_styles__$G = function (inject) {
6478
6477
  /* scoped */
6479
6478
 
6480
6479
 
6481
- const __vue_scope_id__$G = "data-v-014a0a7f";
6480
+ const __vue_scope_id__$H = "data-v-014a0a7f";
6482
6481
  /* module identifier */
6483
6482
 
6484
- const __vue_module_identifier__$G = undefined;
6483
+ const __vue_module_identifier__$H = undefined;
6485
6484
  /* functional template */
6486
6485
 
6487
- const __vue_is_functional_template__$G = false;
6486
+ const __vue_is_functional_template__$H = false;
6488
6487
  /* style inject SSR */
6489
6488
 
6490
6489
  /* style inject shadow dom */
6491
6490
 
6492
- const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
6493
- render: __vue_render__$E,
6494
- staticRenderFns: __vue_staticRenderFns__$E
6495
- }, __vue_inject_styles__$G, __vue_script__$s, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
6491
+ const __vue_component__$1h = /*#__PURE__*/normalizeComponent({
6492
+ render: __vue_render__$F,
6493
+ staticRenderFns: __vue_staticRenderFns__$F
6494
+ }, __vue_inject_styles__$H, __vue_script__$t, __vue_scope_id__$H, __vue_is_functional_template__$H, __vue_module_identifier__$H, false, createInjector, undefined, undefined);
6496
6495
 
6497
- var __vue_component__$1g = __vue_component__$1f;
6496
+ var __vue_component__$1i = __vue_component__$1h;
6498
6497
 
6499
6498
  //
6500
- var script$r = {
6499
+ var script$s = {
6501
6500
  name: "NsInfoCard",
6502
6501
  components: {
6503
6502
  NsSvg,
@@ -6546,6 +6545,7 @@ var script$r = {
6546
6545
  isErrorShown: false,
6547
6546
  errorTitle: String,
6548
6547
  errorDescription: String,
6548
+ wrapTitle: Boolean,
6549
6549
  light: Boolean
6550
6550
  },
6551
6551
  computed: {
@@ -6561,10 +6561,10 @@ var script$r = {
6561
6561
  };
6562
6562
 
6563
6563
  /* script */
6564
- const __vue_script__$r = script$r;
6564
+ const __vue_script__$s = script$s;
6565
6565
  /* template */
6566
6566
 
6567
- var __vue_render__$D = function () {
6567
+ var __vue_render__$E = function () {
6568
6568
  var _vm = this;
6569
6569
 
6570
6570
  var _h = _vm.$createElement;
@@ -6604,8 +6604,8 @@ var __vue_render__$D = function () {
6604
6604
  })], 1) : [_vm.title ? _c('div', {
6605
6605
  staticClass: "row"
6606
6606
  }, [_c('h3', {
6607
- staticClass: "title"
6608
- }, [_vm._v(_vm._s(_vm.title))]), _vm._v(" "), _vm.$slots.titleTooltip || _vm.titleTooltip ? _c('cv-interactive-tooltip', {
6607
+ class: ['title', _vm.wrapTitle ? 'wrap-text' : 'ellipsis']
6608
+ }, [_vm._v("\n " + _vm._s(_vm.title) + "\n ")]), _vm._v(" "), _vm.$slots.titleTooltip || _vm.titleTooltip ? _c('cv-interactive-tooltip', {
6609
6609
  staticClass: "info title-tooltip",
6610
6610
  attrs: {
6611
6611
  "alignment": _vm.titleTooltipAlignment,
@@ -6624,13 +6624,13 @@ var __vue_render__$D = function () {
6624
6624
  }, [_vm.hasContentSlot ? _vm._t("content") : _vm._e()], 2)], 2);
6625
6625
  };
6626
6626
 
6627
- var __vue_staticRenderFns__$D = [];
6627
+ var __vue_staticRenderFns__$E = [];
6628
6628
  /* style */
6629
6629
 
6630
- const __vue_inject_styles__$F = function (inject) {
6630
+ const __vue_inject_styles__$G = function (inject) {
6631
6631
  if (!inject) return;
6632
- inject("data-v-44debf3d_0", {
6633
- source: ".info-card[data-v-44debf3d]{display:flex;flex-direction:column;justify-content:center;min-height:7rem;position:relative}.skeleton[data-v-44debf3d]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-44debf3d]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-44debf3d]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.title-tooltip[data-v-44debf3d]{position:relative;top:-2px}.description[data-v-44debf3d]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-44debf3d]{margin-top:.5rem}",
6632
+ inject("data-v-750d9f2e_0", {
6633
+ source: ".info-card[data-v-750d9f2e]{display:flex;flex-direction:column;min-height:7rem;position:relative}.skeleton[data-v-750d9f2e]{margin-top:.5rem;margin-left:auto;margin-right:auto}.row[data-v-750d9f2e]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-750d9f2e]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;text-align:center}.ellipsis[data-v-750d9f2e]{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.wrap-text[data-v-750d9f2e]{overflow-wrap:anywhere}.title-tooltip[data-v-750d9f2e]{position:relative;top:-2px}.description[data-v-750d9f2e]{margin-left:.25rem;margin-right:.25rem}.slot[data-v-750d9f2e]{margin-top:.5rem}",
6634
6634
  map: undefined,
6635
6635
  media: undefined
6636
6636
  });
@@ -6638,26 +6638,26 @@ const __vue_inject_styles__$F = function (inject) {
6638
6638
  /* scoped */
6639
6639
 
6640
6640
 
6641
- const __vue_scope_id__$F = "data-v-44debf3d";
6641
+ const __vue_scope_id__$G = "data-v-750d9f2e";
6642
6642
  /* module identifier */
6643
6643
 
6644
- const __vue_module_identifier__$F = undefined;
6644
+ const __vue_module_identifier__$G = undefined;
6645
6645
  /* functional template */
6646
6646
 
6647
- const __vue_is_functional_template__$F = false;
6647
+ const __vue_is_functional_template__$G = false;
6648
6648
  /* style inject SSR */
6649
6649
 
6650
6650
  /* style inject shadow dom */
6651
6651
 
6652
- const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
6653
- render: __vue_render__$D,
6654
- staticRenderFns: __vue_staticRenderFns__$D
6655
- }, __vue_inject_styles__$F, __vue_script__$r, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
6652
+ const __vue_component__$1f = /*#__PURE__*/normalizeComponent({
6653
+ render: __vue_render__$E,
6654
+ staticRenderFns: __vue_staticRenderFns__$E
6655
+ }, __vue_inject_styles__$G, __vue_script__$s, __vue_scope_id__$G, __vue_is_functional_template__$G, __vue_module_identifier__$G, false, createInjector, undefined, undefined);
6656
6656
 
6657
- var __vue_component__$1e = __vue_component__$1d;
6657
+ var __vue_component__$1g = __vue_component__$1f;
6658
6658
 
6659
6659
  //
6660
- var script$q = {
6660
+ var script$r = {
6661
6661
  name: "NsStatusCard",
6662
6662
  //components added for storybook to work
6663
6663
  components: {
@@ -6704,10 +6704,10 @@ var script$q = {
6704
6704
  };
6705
6705
 
6706
6706
  /* script */
6707
- const __vue_script__$q = script$q;
6707
+ const __vue_script__$r = script$r;
6708
6708
  /* template */
6709
6709
 
6710
- var __vue_render__$C = function () {
6710
+ var __vue_render__$D = function () {
6711
6711
  var _vm = this;
6712
6712
 
6713
6713
  var _h = _vm.$createElement;
@@ -6776,13 +6776,13 @@ var __vue_render__$C = function () {
6776
6776
  }, [_c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])]) : _c('h4', [_vm._v(_vm._s(_vm.valueSuccess))])], 1) : _vm._e()])]);
6777
6777
  };
6778
6778
 
6779
- var __vue_staticRenderFns__$C = [];
6779
+ var __vue_staticRenderFns__$D = [];
6780
6780
  /* style */
6781
6781
 
6782
- const __vue_inject_styles__$E = function (inject) {
6782
+ const __vue_inject_styles__$F = function (inject) {
6783
6783
  if (!inject) return;
6784
- inject("data-v-d6024f1c_0", {
6785
- source: ".status-card[data-v-d6024f1c]{display:flex;flex-direction:column;justify-content:center}.row[data-v-d6024f1c]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.label[data-v-d6024f1c]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-d6024f1c]{margin-right:.25rem}.error-icon[data-v-d6024f1c]{margin-right:.25rem}.warning-icon[data-v-d6024f1c]{margin-right:.25rem}.stats[data-v-d6024f1c]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6784
+ inject("data-v-51ac95cc_0", {
6785
+ source: ".status-card[data-v-51ac95cc]{display:flex;flex-direction:column}.row[data-v-51ac95cc]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.value[data-v-51ac95cc]{margin-left:.25rem;margin-right:.25rem}.label[data-v-51ac95cc]{margin-left:.25rem;margin-right:.25rem}.success-icon[data-v-51ac95cc]{margin-right:.25rem}.error-icon[data-v-51ac95cc]{margin-right:.25rem}.warning-icon[data-v-51ac95cc]{margin-right:.25rem}.stats[data-v-51ac95cc]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6786
6786
  map: undefined,
6787
6787
  media: undefined
6788
6788
  });
@@ -6790,26 +6790,26 @@ const __vue_inject_styles__$E = function (inject) {
6790
6790
  /* scoped */
6791
6791
 
6792
6792
 
6793
- const __vue_scope_id__$E = "data-v-d6024f1c";
6793
+ const __vue_scope_id__$F = "data-v-51ac95cc";
6794
6794
  /* module identifier */
6795
6795
 
6796
- const __vue_module_identifier__$E = undefined;
6796
+ const __vue_module_identifier__$F = undefined;
6797
6797
  /* functional template */
6798
6798
 
6799
- const __vue_is_functional_template__$E = false;
6799
+ const __vue_is_functional_template__$F = false;
6800
6800
  /* style inject SSR */
6801
6801
 
6802
6802
  /* style inject shadow dom */
6803
6803
 
6804
- const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
6805
- render: __vue_render__$C,
6806
- staticRenderFns: __vue_staticRenderFns__$C
6807
- }, __vue_inject_styles__$E, __vue_script__$q, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
6804
+ const __vue_component__$1d = /*#__PURE__*/normalizeComponent({
6805
+ render: __vue_render__$D,
6806
+ staticRenderFns: __vue_staticRenderFns__$D
6807
+ }, __vue_inject_styles__$F, __vue_script__$r, __vue_scope_id__$F, __vue_is_functional_template__$F, __vue_module_identifier__$F, false, createInjector, undefined, undefined);
6808
6808
 
6809
- var __vue_component__$1c = __vue_component__$1b;
6809
+ var __vue_component__$1e = __vue_component__$1d;
6810
6810
 
6811
6811
  //
6812
- var script$p = {
6812
+ var script$q = {
6813
6813
  name: "NsSystemdServiceCard",
6814
6814
  //components added for storybook to work
6815
6815
  components: {
@@ -6863,10 +6863,10 @@ var script$p = {
6863
6863
  };
6864
6864
 
6865
6865
  /* script */
6866
- const __vue_script__$p = script$p;
6866
+ const __vue_script__$q = script$q;
6867
6867
  /* template */
6868
6868
 
6869
- var __vue_render__$B = function () {
6869
+ var __vue_render__$C = function () {
6870
6870
  var _vm = this;
6871
6871
 
6872
6872
  var _h = _vm.$createElement;
@@ -6921,13 +6921,13 @@ var __vue_render__$B = function () {
6921
6921
  })], 1)])]);
6922
6922
  };
6923
6923
 
6924
- var __vue_staticRenderFns__$B = [];
6924
+ var __vue_staticRenderFns__$C = [];
6925
6925
  /* style */
6926
6926
 
6927
- const __vue_inject_styles__$D = function (inject) {
6927
+ const __vue_inject_styles__$E = function (inject) {
6928
6928
  if (!inject) return;
6929
- inject("data-v-0ece12a7_0", {
6930
- source: ".service-card[data-v-0ece12a7]{display:flex;flex-direction:column;justify-content:center}.row[data-v-0ece12a7]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-0ece12a7]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem}.success-icon[data-v-0ece12a7]{margin-right:.25rem}.error-icon[data-v-0ece12a7]{margin-right:.25rem}.warning-icon[data-v-0ece12a7]{margin-right:.25rem}.stats[data-v-0ece12a7]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6929
+ inject("data-v-68a87272_0", {
6930
+ source: ".service-card[data-v-68a87272]{display:flex;flex-direction:column}.row[data-v-68a87272]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.service-name[data-v-68a87272]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;text-align:center;overflow-wrap:anywhere}.success-icon[data-v-68a87272]{margin-right:.25rem}.error-icon[data-v-68a87272]{margin-right:.25rem}.warning-icon[data-v-68a87272]{margin-right:.25rem}.stats[data-v-68a87272]{display:flex;align-items:center;margin-left:.5rem;margin-right:.5rem}",
6931
6931
  map: undefined,
6932
6932
  media: undefined
6933
6933
  });
@@ -6935,26 +6935,26 @@ const __vue_inject_styles__$D = function (inject) {
6935
6935
  /* scoped */
6936
6936
 
6937
6937
 
6938
- const __vue_scope_id__$D = "data-v-0ece12a7";
6938
+ const __vue_scope_id__$E = "data-v-68a87272";
6939
6939
  /* module identifier */
6940
6940
 
6941
- const __vue_module_identifier__$D = undefined;
6941
+ const __vue_module_identifier__$E = undefined;
6942
6942
  /* functional template */
6943
6943
 
6944
- const __vue_is_functional_template__$D = false;
6944
+ const __vue_is_functional_template__$E = false;
6945
6945
  /* style inject SSR */
6946
6946
 
6947
6947
  /* style inject shadow dom */
6948
6948
 
6949
- const __vue_component__$19 = /*#__PURE__*/normalizeComponent({
6950
- render: __vue_render__$B,
6951
- staticRenderFns: __vue_staticRenderFns__$B
6952
- }, __vue_inject_styles__$D, __vue_script__$p, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
6949
+ const __vue_component__$1b = /*#__PURE__*/normalizeComponent({
6950
+ render: __vue_render__$C,
6951
+ staticRenderFns: __vue_staticRenderFns__$C
6952
+ }, __vue_inject_styles__$E, __vue_script__$q, __vue_scope_id__$E, __vue_is_functional_template__$E, __vue_module_identifier__$E, false, createInjector, undefined, undefined);
6953
6953
 
6954
- var __vue_component__$1a = __vue_component__$19;
6954
+ var __vue_component__$1c = __vue_component__$1b;
6955
6955
 
6956
6956
  //
6957
- var script$o = {
6957
+ var script$p = {
6958
6958
  name: "NsTextInput",
6959
6959
  extends: CvTextInput,
6960
6960
  components: {
@@ -7009,10 +7009,10 @@ var script$o = {
7009
7009
  };
7010
7010
 
7011
7011
  /* script */
7012
- const __vue_script__$o = script$o;
7012
+ const __vue_script__$p = script$p;
7013
7013
  /* template */
7014
7014
 
7015
- var __vue_render__$A = function () {
7015
+ var __vue_render__$B = function () {
7016
7016
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
7017
7017
 
7018
7018
  var _vm = this;
@@ -7091,10 +7091,10 @@ var __vue_render__$A = function () {
7091
7091
  })], 2) : _vm._e()]);
7092
7092
  };
7093
7093
 
7094
- var __vue_staticRenderFns__$A = [];
7094
+ var __vue_staticRenderFns__$B = [];
7095
7095
  /* style */
7096
7096
 
7097
- const __vue_inject_styles__$C = function (inject) {
7097
+ const __vue_inject_styles__$D = function (inject) {
7098
7098
  if (!inject) return;
7099
7099
  inject("data-v-67a31d02_0", {
7100
7100
  source: ".label-with-tooltip[data-v-67a31d02]{display:flex;align-items:baseline}.prefix[data-v-67a31d02]{font-weight:700;margin-right:.5rem;color:#525252}.align-items-center[data-v-67a31d02]{align-items:center}",
@@ -7109,23 +7109,23 @@ const __vue_inject_styles__$C = function (inject) {
7109
7109
  /* scoped */
7110
7110
 
7111
7111
 
7112
- const __vue_scope_id__$C = "data-v-67a31d02";
7112
+ const __vue_scope_id__$D = "data-v-67a31d02";
7113
7113
  /* module identifier */
7114
7114
 
7115
- const __vue_module_identifier__$C = undefined;
7115
+ const __vue_module_identifier__$D = undefined;
7116
7116
  /* functional template */
7117
7117
 
7118
- const __vue_is_functional_template__$C = false;
7118
+ const __vue_is_functional_template__$D = false;
7119
7119
  /* style inject SSR */
7120
7120
 
7121
7121
  /* style inject shadow dom */
7122
7122
 
7123
- const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
7124
- render: __vue_render__$A,
7125
- staticRenderFns: __vue_staticRenderFns__$A
7126
- }, __vue_inject_styles__$C, __vue_script__$o, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
7123
+ const __vue_component__$1a = /*#__PURE__*/normalizeComponent({
7124
+ render: __vue_render__$B,
7125
+ staticRenderFns: __vue_staticRenderFns__$B
7126
+ }, __vue_inject_styles__$D, __vue_script__$p, __vue_scope_id__$D, __vue_is_functional_template__$D, __vue_module_identifier__$D, false, createInjector, undefined, undefined);
7127
7127
 
7128
- var NsTextInput = __vue_component__$18;
7128
+ var NsTextInput = __vue_component__$1a;
7129
7129
 
7130
7130
  // Unique ID creation requires a high quality random # generator. In node.js
7131
7131
  // this is pretty straight-forward - we use the crypto API.
@@ -7688,7 +7688,7 @@ var UtilService = {
7688
7688
  };
7689
7689
 
7690
7690
  //
7691
- var script$n = {
7691
+ var script$o = {
7692
7692
  name: "NsPasswordInput",
7693
7693
  components: {
7694
7694
  NsTextInput
@@ -7873,10 +7873,10 @@ var script$n = {
7873
7873
  };
7874
7874
 
7875
7875
  /* script */
7876
- const __vue_script__$n = script$n;
7876
+ const __vue_script__$o = script$o;
7877
7877
  /* template */
7878
7878
 
7879
- var __vue_render__$z = function () {
7879
+ var __vue_render__$A = function () {
7880
7880
  var _vm = this;
7881
7881
 
7882
7882
  var _h = _vm.$createElement;
@@ -7971,10 +7971,10 @@ var __vue_render__$z = function () {
7971
7971
  }, [_vm._v(_vm._s(_vm.equalLabel))])])], 1)]);
7972
7972
  };
7973
7973
 
7974
- var __vue_staticRenderFns__$z = [];
7974
+ var __vue_staticRenderFns__$A = [];
7975
7975
  /* style */
7976
7976
 
7977
- const __vue_inject_styles__$B = function (inject) {
7977
+ const __vue_inject_styles__$C = function (inject) {
7978
7978
  if (!inject) return;
7979
7979
  inject("data-v-11a19714_0", {
7980
7980
  source: ".new-password-container[data-v-11a19714]{margin-bottom:1.5rem}.new-password[data-v-11a19714]{margin-bottom:.25rem}.confirm-password[data-v-11a19714]{margin-bottom:.25rem}.password-meter[data-v-11a19714]{display:flex}@media (min-width:672px){.password-meter[data-v-11a19714]{max-width:38rem}}.requirement[data-v-11a19714]{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-11a19714]{background-color:#fff}.requirement[data-v-11a19714]:first-child{margin-left:0}.requirement-ok[data-v-11a19714]{color:#fff;background-color:#198038}.requirement-disabled[data-v-11a19714]{color:#c6c6c6;background-color:#f4f4f4}",
@@ -7985,26 +7985,26 @@ const __vue_inject_styles__$B = function (inject) {
7985
7985
  /* scoped */
7986
7986
 
7987
7987
 
7988
- const __vue_scope_id__$B = "data-v-11a19714";
7988
+ const __vue_scope_id__$C = "data-v-11a19714";
7989
7989
  /* module identifier */
7990
7990
 
7991
- const __vue_module_identifier__$B = undefined;
7991
+ const __vue_module_identifier__$C = undefined;
7992
7992
  /* functional template */
7993
7993
 
7994
- const __vue_is_functional_template__$B = false;
7994
+ const __vue_is_functional_template__$C = false;
7995
7995
  /* style inject SSR */
7996
7996
 
7997
- /* style inject shadow dom */
7998
-
7999
- const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
8000
- render: __vue_render__$z,
8001
- staticRenderFns: __vue_staticRenderFns__$z
8002
- }, __vue_inject_styles__$B, __vue_script__$n, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
7997
+ /* style inject shadow dom */
8003
7998
 
8004
- var __vue_component__$17 = __vue_component__$16;
7999
+ const __vue_component__$18 = /*#__PURE__*/normalizeComponent({
8000
+ render: __vue_render__$A,
8001
+ staticRenderFns: __vue_staticRenderFns__$A
8002
+ }, __vue_inject_styles__$C, __vue_script__$o, __vue_scope_id__$C, __vue_is_functional_template__$C, __vue_module_identifier__$C, false, createInjector, undefined, undefined);
8003
+
8004
+ var __vue_component__$19 = __vue_component__$18;
8005
8005
 
8006
8006
  //
8007
- var script$m = {
8007
+ var script$n = {
8008
8008
  name: "NsIconMenu",
8009
8009
  extends: CvOverflowMenu,
8010
8010
  props: {
@@ -8048,10 +8048,10 @@ var script$m = {
8048
8048
  };
8049
8049
 
8050
8050
  /* script */
8051
- const __vue_script__$m = script$m;
8051
+ const __vue_script__$n = script$n;
8052
8052
  /* template */
8053
8053
 
8054
- var __vue_render__$y = function () {
8054
+ var __vue_render__$z = function () {
8055
8055
  var _obj, _obj$1;
8056
8056
 
8057
8057
  var _vm = this;
@@ -8167,10 +8167,10 @@ var __vue_render__$y = function () {
8167
8167
  })])]);
8168
8168
  };
8169
8169
 
8170
- var __vue_staticRenderFns__$y = [];
8170
+ var __vue_staticRenderFns__$z = [];
8171
8171
  /* style */
8172
8172
 
8173
- const __vue_inject_styles__$A = function (inject) {
8173
+ const __vue_inject_styles__$B = function (inject) {
8174
8174
  if (!inject) return;
8175
8175
  inject("data-v-19510273_0", {
8176
8176
  source: ".ns-icon-menu[data-v-19510273]{display:inline-flex}",
@@ -8181,26 +8181,26 @@ const __vue_inject_styles__$A = function (inject) {
8181
8181
  /* scoped */
8182
8182
 
8183
8183
 
8184
- const __vue_scope_id__$A = "data-v-19510273";
8184
+ const __vue_scope_id__$B = "data-v-19510273";
8185
8185
  /* module identifier */
8186
8186
 
8187
- const __vue_module_identifier__$A = undefined;
8187
+ const __vue_module_identifier__$B = undefined;
8188
8188
  /* functional template */
8189
8189
 
8190
- const __vue_is_functional_template__$A = false;
8190
+ const __vue_is_functional_template__$B = false;
8191
8191
  /* style inject SSR */
8192
8192
 
8193
8193
  /* style inject shadow dom */
8194
8194
 
8195
- const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
8196
- render: __vue_render__$y,
8197
- staticRenderFns: __vue_staticRenderFns__$y
8198
- }, __vue_inject_styles__$A, __vue_script__$m, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
8195
+ const __vue_component__$16 = /*#__PURE__*/normalizeComponent({
8196
+ render: __vue_render__$z,
8197
+ staticRenderFns: __vue_staticRenderFns__$z
8198
+ }, __vue_inject_styles__$B, __vue_script__$n, __vue_scope_id__$B, __vue_is_functional_template__$B, __vue_module_identifier__$B, false, createInjector, undefined, undefined);
8199
8199
 
8200
- var __vue_component__$15 = __vue_component__$14;
8200
+ var __vue_component__$17 = __vue_component__$16;
8201
8201
 
8202
8202
  //
8203
- var script$l = {
8203
+ var script$m = {
8204
8204
  name: "NsMeterChart",
8205
8205
  components: {
8206
8206
  NsProgressBar
@@ -8235,10 +8235,10 @@ var script$l = {
8235
8235
  };
8236
8236
 
8237
8237
  /* script */
8238
- const __vue_script__$l = script$l;
8238
+ const __vue_script__$m = script$m;
8239
8239
  /* template */
8240
8240
 
8241
- var __vue_render__$x = function () {
8241
+ var __vue_render__$y = function () {
8242
8242
  var _vm = this;
8243
8243
 
8244
8244
  var _h = _vm.$createElement;
@@ -8261,10 +8261,10 @@ var __vue_render__$x = function () {
8261
8261
  })], 1);
8262
8262
  };
8263
8263
 
8264
- var __vue_staticRenderFns__$x = [];
8264
+ var __vue_staticRenderFns__$y = [];
8265
8265
  /* style */
8266
8266
 
8267
- const __vue_inject_styles__$z = function (inject) {
8267
+ const __vue_inject_styles__$A = function (inject) {
8268
8268
  if (!inject) return;
8269
8269
  inject("data-v-4ca10dac_0", {
8270
8270
  source: ".label[data-v-4ca10dac]{font-weight:700;margin-right:.5rem}.mg-bottom-sm[data-v-4ca10dac]{margin-bottom:.5rem!important}",
@@ -8275,26 +8275,26 @@ const __vue_inject_styles__$z = function (inject) {
8275
8275
  /* scoped */
8276
8276
 
8277
8277
 
8278
- const __vue_scope_id__$z = "data-v-4ca10dac";
8278
+ const __vue_scope_id__$A = "data-v-4ca10dac";
8279
8279
  /* module identifier */
8280
8280
 
8281
- const __vue_module_identifier__$z = undefined;
8281
+ const __vue_module_identifier__$A = undefined;
8282
8282
  /* functional template */
8283
8283
 
8284
- const __vue_is_functional_template__$z = false;
8284
+ const __vue_is_functional_template__$A = false;
8285
8285
  /* style inject SSR */
8286
8286
 
8287
8287
  /* style inject shadow dom */
8288
8288
 
8289
- const __vue_component__$12 = /*#__PURE__*/normalizeComponent({
8290
- render: __vue_render__$x,
8291
- staticRenderFns: __vue_staticRenderFns__$x
8292
- }, __vue_inject_styles__$z, __vue_script__$l, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, createInjector, undefined, undefined);
8289
+ const __vue_component__$14 = /*#__PURE__*/normalizeComponent({
8290
+ render: __vue_render__$y,
8291
+ staticRenderFns: __vue_staticRenderFns__$y
8292
+ }, __vue_inject_styles__$A, __vue_script__$m, __vue_scope_id__$A, __vue_is_functional_template__$A, __vue_module_identifier__$A, false, createInjector, undefined, undefined);
8293
8293
 
8294
- var __vue_component__$13 = __vue_component__$12;
8294
+ var __vue_component__$15 = __vue_component__$14;
8295
8295
 
8296
8296
  //
8297
- var script$k = {
8297
+ var script$l = {
8298
8298
  name: "NsModal",
8299
8299
  extends: CvModal,
8300
8300
  components: {
@@ -8354,10 +8354,10 @@ var script$k = {
8354
8354
  };
8355
8355
 
8356
8356
  /* script */
8357
- const __vue_script__$k = script$k;
8357
+ const __vue_script__$l = script$l;
8358
8358
  /* template */
8359
8359
 
8360
- var __vue_render__$w = function () {
8360
+ var __vue_render__$x = function () {
8361
8361
  var _obj, _obj$1, _obj$2, _obj$3;
8362
8362
 
8363
8363
  var _vm = this;
@@ -8491,34 +8491,34 @@ var __vue_render__$w = function () {
8491
8491
  })], 1)]);
8492
8492
  };
8493
8493
 
8494
- var __vue_staticRenderFns__$w = [];
8494
+ var __vue_staticRenderFns__$x = [];
8495
8495
  /* style */
8496
8496
 
8497
- const __vue_inject_styles__$y = undefined;
8497
+ const __vue_inject_styles__$z = undefined;
8498
8498
  /* scoped */
8499
8499
 
8500
- const __vue_scope_id__$y = undefined;
8500
+ const __vue_scope_id__$z = undefined;
8501
8501
  /* module identifier */
8502
8502
 
8503
- const __vue_module_identifier__$y = undefined;
8503
+ const __vue_module_identifier__$z = undefined;
8504
8504
  /* functional template */
8505
8505
 
8506
- const __vue_is_functional_template__$y = false;
8506
+ const __vue_is_functional_template__$z = false;
8507
8507
  /* style inject */
8508
8508
 
8509
8509
  /* style inject SSR */
8510
8510
 
8511
8511
  /* style inject shadow dom */
8512
8512
 
8513
- const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
8514
- render: __vue_render__$w,
8515
- staticRenderFns: __vue_staticRenderFns__$w
8516
- }, __vue_inject_styles__$y, __vue_script__$k, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, undefined, undefined, undefined);
8513
+ const __vue_component__$13 = /*#__PURE__*/normalizeComponent({
8514
+ render: __vue_render__$x,
8515
+ staticRenderFns: __vue_staticRenderFns__$x
8516
+ }, __vue_inject_styles__$z, __vue_script__$l, __vue_scope_id__$z, __vue_is_functional_template__$z, __vue_module_identifier__$z, false, undefined, undefined, undefined);
8517
8517
 
8518
- var NsModal = __vue_component__$11;
8518
+ var NsModal = __vue_component__$13;
8519
8519
 
8520
8520
  //
8521
- var script$j = {
8521
+ var script$k = {
8522
8522
  name: "NsDangerDeleteModal",
8523
8523
  //component added for storybook to work
8524
8524
  components: {
@@ -8622,10 +8622,10 @@ var script$j = {
8622
8622
  };
8623
8623
 
8624
8624
  /* script */
8625
- const __vue_script__$j = script$j;
8625
+ const __vue_script__$k = script$k;
8626
8626
  /* template */
8627
8627
 
8628
- var __vue_render__$v = function () {
8628
+ var __vue_render__$w = function () {
8629
8629
  var _vm = this;
8630
8630
 
8631
8631
  var _h = _vm.$createElement;
@@ -8686,10 +8686,10 @@ var __vue_render__$v = function () {
8686
8686
  }, [_vm._v(_vm._s(_vm.deleteLabel))])], 2);
8687
8687
  };
8688
8688
 
8689
- var __vue_staticRenderFns__$v = [];
8689
+ var __vue_staticRenderFns__$w = [];
8690
8690
  /* style */
8691
8691
 
8692
- const __vue_inject_styles__$x = function (inject) {
8692
+ const __vue_inject_styles__$y = function (inject) {
8693
8693
  if (!inject) return;
8694
8694
  inject("data-v-5acc02e9_0", {
8695
8695
  source: ".type-to-confirm[data-v-5acc02e9]{margin-top:2rem}",
@@ -8700,23 +8700,23 @@ const __vue_inject_styles__$x = function (inject) {
8700
8700
  /* scoped */
8701
8701
 
8702
8702
 
8703
- const __vue_scope_id__$x = "data-v-5acc02e9";
8703
+ const __vue_scope_id__$y = "data-v-5acc02e9";
8704
8704
  /* module identifier */
8705
8705
 
8706
- const __vue_module_identifier__$x = undefined;
8706
+ const __vue_module_identifier__$y = undefined;
8707
8707
  /* functional template */
8708
8708
 
8709
- const __vue_is_functional_template__$x = false;
8709
+ const __vue_is_functional_template__$y = false;
8710
8710
  /* style inject SSR */
8711
8711
 
8712
8712
  /* style inject shadow dom */
8713
8713
 
8714
- const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
8715
- render: __vue_render__$v,
8716
- staticRenderFns: __vue_staticRenderFns__$v
8717
- }, __vue_inject_styles__$x, __vue_script__$j, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, createInjector, undefined, undefined);
8714
+ const __vue_component__$11 = /*#__PURE__*/normalizeComponent({
8715
+ render: __vue_render__$w,
8716
+ staticRenderFns: __vue_staticRenderFns__$w
8717
+ }, __vue_inject_styles__$y, __vue_script__$k, __vue_scope_id__$y, __vue_is_functional_template__$y, __vue_module_identifier__$y, false, createInjector, undefined, undefined);
8718
8718
 
8719
- var __vue_component__$10 = __vue_component__$$;
8719
+ var __vue_component__$12 = __vue_component__$11;
8720
8720
 
8721
8721
  /*
8722
8722
  * Copyright (C) 2023 Nethesis S.r.l.
@@ -8735,7 +8735,6 @@ var IconService = {
8735
8735
  UserAvatar20,
8736
8736
  // account
8737
8737
  UserAvatar32,
8738
- AppSwitcher20,
8739
8738
  Search20,
8740
8739
  RowExpand20,
8741
8740
  RowCollapse20,
@@ -8928,7 +8927,7 @@ var IconService = {
8928
8927
  };
8929
8928
 
8930
8929
  //
8931
- var script$i = {
8930
+ var script$j = {
8932
8931
  name: "NsDropdownAction",
8933
8932
  extends: CvOverflowMenu,
8934
8933
  components: {
@@ -8960,10 +8959,10 @@ var script$i = {
8960
8959
  };
8961
8960
 
8962
8961
  /* script */
8963
- const __vue_script__$i = script$i;
8962
+ const __vue_script__$j = script$j;
8964
8963
  /* template */
8965
8964
 
8966
- var __vue_render__$u = function () {
8965
+ var __vue_render__$v = function () {
8967
8966
  var _obj, _obj$1;
8968
8967
 
8969
8968
  var _vm = this;
@@ -9063,34 +9062,34 @@ var __vue_render__$u = function () {
9063
9062
  })])]);
9064
9063
  };
9065
9064
 
9066
- var __vue_staticRenderFns__$u = [];
9065
+ var __vue_staticRenderFns__$v = [];
9067
9066
  /* style */
9068
9067
 
9069
- const __vue_inject_styles__$w = undefined;
9068
+ const __vue_inject_styles__$x = undefined;
9070
9069
  /* scoped */
9071
9070
 
9072
- const __vue_scope_id__$w = "data-v-1818ed86";
9071
+ const __vue_scope_id__$x = "data-v-1818ed86";
9073
9072
  /* module identifier */
9074
9073
 
9075
- const __vue_module_identifier__$w = undefined;
9074
+ const __vue_module_identifier__$x = undefined;
9076
9075
  /* functional template */
9077
9076
 
9078
- const __vue_is_functional_template__$w = false;
9077
+ const __vue_is_functional_template__$x = false;
9079
9078
  /* style inject */
9080
9079
 
9081
9080
  /* style inject SSR */
9082
9081
 
9083
9082
  /* style inject shadow dom */
9084
9083
 
9085
- const __vue_component__$Z = /*#__PURE__*/normalizeComponent({
9086
- render: __vue_render__$u,
9087
- staticRenderFns: __vue_staticRenderFns__$u
9088
- }, __vue_inject_styles__$w, __vue_script__$i, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, undefined, undefined, undefined);
9084
+ const __vue_component__$$ = /*#__PURE__*/normalizeComponent({
9085
+ render: __vue_render__$v,
9086
+ staticRenderFns: __vue_staticRenderFns__$v
9087
+ }, __vue_inject_styles__$x, __vue_script__$j, __vue_scope_id__$x, __vue_is_functional_template__$x, __vue_module_identifier__$x, false, undefined, undefined, undefined);
9089
9088
 
9090
- var __vue_component__$_ = __vue_component__$Z;
9089
+ var __vue_component__$10 = __vue_component__$$;
9091
9090
 
9092
9091
  //
9093
- var script$h = {
9092
+ var script$i = {
9094
9093
  name: "NsBackupCardDetails",
9095
9094
  mixins: [DateTimeService],
9096
9095
  props: {
@@ -9126,10 +9125,10 @@ var script$h = {
9126
9125
  };
9127
9126
 
9128
9127
  /* script */
9129
- const __vue_script__$h = script$h;
9128
+ const __vue_script__$i = script$i;
9130
9129
  /* template */
9131
9130
 
9132
- var __vue_render__$t = function () {
9131
+ var __vue_render__$u = function () {
9133
9132
  var _vm = this;
9134
9133
 
9135
9134
  var _h = _vm.$createElement;
@@ -9183,10 +9182,10 @@ var __vue_render__$t = function () {
9183
9182
  }, [_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("-")])])])]);
9184
9183
  };
9185
9184
 
9186
- var __vue_staticRenderFns__$t = [];
9185
+ var __vue_staticRenderFns__$u = [];
9187
9186
  /* style */
9188
9187
 
9189
- const __vue_inject_styles__$v = function (inject) {
9188
+ const __vue_inject_styles__$w = function (inject) {
9190
9189
  if (!inject) return;
9191
9190
  inject("data-v-b3150a14_0", {
9192
9191
  source: ".ns-backup-card-details[data-v-b3150a14]{display:contents}.tr[data-v-b3150a14]{display:table-row}.td[data-v-b3150a14]{display:table-cell}.label[data-v-b3150a14]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}",
@@ -9197,26 +9196,26 @@ const __vue_inject_styles__$v = function (inject) {
9197
9196
  /* scoped */
9198
9197
 
9199
9198
 
9200
- const __vue_scope_id__$v = "data-v-b3150a14";
9199
+ const __vue_scope_id__$w = "data-v-b3150a14";
9201
9200
  /* module identifier */
9202
9201
 
9203
- const __vue_module_identifier__$v = undefined;
9202
+ const __vue_module_identifier__$w = undefined;
9204
9203
  /* functional template */
9205
9204
 
9206
- const __vue_is_functional_template__$v = false;
9205
+ const __vue_is_functional_template__$w = false;
9207
9206
  /* style inject SSR */
9208
9207
 
9209
9208
  /* style inject shadow dom */
9210
9209
 
9211
- const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
9212
- render: __vue_render__$t,
9213
- staticRenderFns: __vue_staticRenderFns__$t
9214
- }, __vue_inject_styles__$v, __vue_script__$h, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
9210
+ const __vue_component__$_ = /*#__PURE__*/normalizeComponent({
9211
+ render: __vue_render__$u,
9212
+ staticRenderFns: __vue_staticRenderFns__$u
9213
+ }, __vue_inject_styles__$w, __vue_script__$i, __vue_scope_id__$w, __vue_is_functional_template__$w, __vue_module_identifier__$w, false, createInjector, undefined, undefined);
9215
9214
 
9216
- var NsBackupCardDetails = __vue_component__$Y;
9215
+ var NsBackupCardDetails = __vue_component__$_;
9217
9216
 
9218
9217
  //
9219
- var script$g = {
9218
+ var script$h = {
9220
9219
  name: "NsBackupCard",
9221
9220
  components: {
9222
9221
  NsBackupCardDetails
@@ -9375,10 +9374,10 @@ var script$g = {
9375
9374
  };
9376
9375
 
9377
9376
  /* script */
9378
- const __vue_script__$g = script$g;
9377
+ const __vue_script__$h = script$h;
9379
9378
  /* template */
9380
9379
 
9381
- var __vue_render__$s = function () {
9380
+ var __vue_render__$t = function () {
9382
9381
  var _vm = this;
9383
9382
 
9384
9383
  var _h = _vm.$createElement;
@@ -9478,16 +9477,16 @@ var __vue_render__$s = function () {
9478
9477
  }, [_vm._v(_vm._s(_vm.goToBackupLabel) + "\n ")])], 1)])], 2);
9479
9478
  };
9480
9479
 
9481
- var __vue_staticRenderFns__$s = [];
9480
+ var __vue_staticRenderFns__$t = [];
9482
9481
  /* style */
9483
9482
 
9484
- const __vue_inject_styles__$u = function (inject) {
9483
+ const __vue_inject_styles__$v = function (inject) {
9485
9484
  if (!inject) return;
9486
- inject("data-v-d65141fe_0", {
9487
- source: ".ns-backup-card[data-v-d65141fe]{display:flex;flex-direction:column;justify-content:center;min-height:7rem}.backup[data-v-d65141fe]{margin-bottom:1rem}.backup[data-v-d65141fe]:last-child{margin-bottom:0}.row[data-v-d65141fe]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-d65141fe]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-d65141fe]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-d65141fe]{display:table}.tr[data-v-d65141fe]{display:table-row}.td[data-v-d65141fe]{display:table-cell}.label[data-v-d65141fe]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-d65141fe]{font-weight:700}.backup-status-icon[data-v-d65141fe]{margin-right:.25rem}",
9485
+ inject("data-v-3716e7f9_0", {
9486
+ source: ".ns-backup-card[data-v-3716e7f9]{display:flex;flex-direction:column;min-height:7rem}.backup[data-v-3716e7f9]{margin-bottom:1rem}.backup[data-v-3716e7f9]:last-child{margin-bottom:0}.row[data-v-3716e7f9]{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.title[data-v-3716e7f9]{margin-left:.25rem;margin-right:.25rem;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.table-wrapper[data-v-3716e7f9]{display:flex;justify-content:center;margin-bottom:.5rem}.table[data-v-3716e7f9]{display:table}.tr[data-v-3716e7f9]{display:table-row}.td[data-v-3716e7f9]{display:table-cell}.label[data-v-3716e7f9]{padding-right:.75rem;font-weight:700;text-align:right;padding-bottom:.5rem}.status[data-v-3716e7f9]{font-weight:700}.backup-status-icon[data-v-3716e7f9]{margin-right:.25rem}",
9488
9487
  map: undefined,
9489
9488
  media: undefined
9490
- }), inject("data-v-d65141fe_1", {
9489
+ }), inject("data-v-3716e7f9_1", {
9491
9490
  source: ".ns-backup-card .bx--accordion--start .bx--accordion__content{margin-left:0}",
9492
9491
  map: undefined,
9493
9492
  media: undefined
@@ -9496,26 +9495,26 @@ const __vue_inject_styles__$u = function (inject) {
9496
9495
  /* scoped */
9497
9496
 
9498
9497
 
9499
- const __vue_scope_id__$u = "data-v-d65141fe";
9498
+ const __vue_scope_id__$v = "data-v-3716e7f9";
9500
9499
  /* module identifier */
9501
9500
 
9502
- const __vue_module_identifier__$u = undefined;
9501
+ const __vue_module_identifier__$v = undefined;
9503
9502
  /* functional template */
9504
9503
 
9505
- const __vue_is_functional_template__$u = false;
9504
+ const __vue_is_functional_template__$v = false;
9506
9505
  /* style inject SSR */
9507
9506
 
9508
9507
  /* style inject shadow dom */
9509
9508
 
9510
- const __vue_component__$W = /*#__PURE__*/normalizeComponent({
9511
- render: __vue_render__$s,
9512
- staticRenderFns: __vue_staticRenderFns__$s
9513
- }, __vue_inject_styles__$u, __vue_script__$g, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, createInjector, undefined, undefined);
9509
+ const __vue_component__$Y = /*#__PURE__*/normalizeComponent({
9510
+ render: __vue_render__$t,
9511
+ staticRenderFns: __vue_staticRenderFns__$t
9512
+ }, __vue_inject_styles__$v, __vue_script__$h, __vue_scope_id__$v, __vue_is_functional_template__$v, __vue_module_identifier__$v, false, createInjector, undefined, undefined);
9514
9513
 
9515
- var __vue_component__$X = __vue_component__$W;
9514
+ var __vue_component__$Z = __vue_component__$Y;
9516
9515
 
9517
9516
  //
9518
- var script$f = {
9517
+ var script$g = {
9519
9518
  name: "NsWizard",
9520
9519
  extends: NsModal,
9521
9520
  mixins: [IconService],
@@ -9559,10 +9558,10 @@ var script$f = {
9559
9558
  };
9560
9559
 
9561
9560
  /* script */
9562
- const __vue_script__$f = script$f;
9561
+ const __vue_script__$g = script$g;
9563
9562
  /* template */
9564
9563
 
9565
- var __vue_render__$r = function () {
9564
+ var __vue_render__$s = function () {
9566
9565
  var _obj, _obj$1;
9567
9566
 
9568
9567
  var _vm = this;
@@ -9704,34 +9703,34 @@ var __vue_render__$r = function () {
9704
9703
  })], 1)]);
9705
9704
  };
9706
9705
 
9707
- var __vue_staticRenderFns__$r = [];
9706
+ var __vue_staticRenderFns__$s = [];
9708
9707
  /* style */
9709
9708
 
9710
- const __vue_inject_styles__$t = undefined;
9709
+ const __vue_inject_styles__$u = undefined;
9711
9710
  /* scoped */
9712
9711
 
9713
- const __vue_scope_id__$t = undefined;
9712
+ const __vue_scope_id__$u = undefined;
9714
9713
  /* module identifier */
9715
9714
 
9716
- const __vue_module_identifier__$t = undefined;
9715
+ const __vue_module_identifier__$u = undefined;
9717
9716
  /* functional template */
9718
9717
 
9719
- const __vue_is_functional_template__$t = false;
9718
+ const __vue_is_functional_template__$u = false;
9720
9719
  /* style inject */
9721
9720
 
9722
9721
  /* style inject SSR */
9723
9722
 
9724
9723
  /* style inject shadow dom */
9725
9724
 
9726
- const __vue_component__$U = /*#__PURE__*/normalizeComponent({
9727
- render: __vue_render__$r,
9728
- staticRenderFns: __vue_staticRenderFns__$r
9729
- }, __vue_inject_styles__$t, __vue_script__$f, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, undefined, undefined, undefined);
9725
+ const __vue_component__$W = /*#__PURE__*/normalizeComponent({
9726
+ render: __vue_render__$s,
9727
+ staticRenderFns: __vue_staticRenderFns__$s
9728
+ }, __vue_inject_styles__$u, __vue_script__$g, __vue_scope_id__$u, __vue_is_functional_template__$u, __vue_module_identifier__$u, false, undefined, undefined, undefined);
9730
9729
 
9731
- var __vue_component__$V = __vue_component__$U;
9730
+ var __vue_component__$X = __vue_component__$W;
9732
9731
 
9733
9732
  //
9734
- var script$e = {
9733
+ var script$f = {
9735
9734
  name: "NsMenuItem",
9736
9735
  components: {
9737
9736
  NsSvg
@@ -9754,10 +9753,10 @@ var script$e = {
9754
9753
  };
9755
9754
 
9756
9755
  /* script */
9757
- const __vue_script__$e = script$e;
9756
+ const __vue_script__$f = script$f;
9758
9757
  /* template */
9759
9758
 
9760
- var __vue_render__$q = function () {
9759
+ var __vue_render__$r = function () {
9761
9760
  var _vm = this;
9762
9761
 
9763
9762
  var _h = _vm.$createElement;
@@ -9777,10 +9776,10 @@ var __vue_render__$q = function () {
9777
9776
  }, [_vm._t("icon")], 2) : _vm._e(), _vm._v(" "), _c('span', [_vm._v(_vm._s(_vm.label))])]);
9778
9777
  };
9779
9778
 
9780
- var __vue_staticRenderFns__$q = [];
9779
+ var __vue_staticRenderFns__$r = [];
9781
9780
  /* style */
9782
9781
 
9783
- const __vue_inject_styles__$s = function (inject) {
9782
+ const __vue_inject_styles__$t = function (inject) {
9784
9783
  if (!inject) return;
9785
9784
  inject("data-v-2e21de12_0", {
9786
9785
  source: ".ns-menu-item[data-v-2e21de12]{display:flex;align-items:center}.icon[data-v-2e21de12]{margin-right:.5rem}",
@@ -9791,26 +9790,26 @@ const __vue_inject_styles__$s = function (inject) {
9791
9790
  /* scoped */
9792
9791
 
9793
9792
 
9794
- const __vue_scope_id__$s = "data-v-2e21de12";
9793
+ const __vue_scope_id__$t = "data-v-2e21de12";
9795
9794
  /* module identifier */
9796
9795
 
9797
- const __vue_module_identifier__$s = undefined;
9796
+ const __vue_module_identifier__$t = undefined;
9798
9797
  /* functional template */
9799
9798
 
9800
- const __vue_is_functional_template__$s = false;
9799
+ const __vue_is_functional_template__$t = false;
9801
9800
  /* style inject SSR */
9802
9801
 
9803
9802
  /* style inject shadow dom */
9804
9803
 
9805
- const __vue_component__$S = /*#__PURE__*/normalizeComponent({
9806
- render: __vue_render__$q,
9807
- staticRenderFns: __vue_staticRenderFns__$q
9808
- }, __vue_inject_styles__$s, __vue_script__$e, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, createInjector, undefined, undefined);
9804
+ const __vue_component__$U = /*#__PURE__*/normalizeComponent({
9805
+ render: __vue_render__$r,
9806
+ staticRenderFns: __vue_staticRenderFns__$r
9807
+ }, __vue_inject_styles__$t, __vue_script__$f, __vue_scope_id__$t, __vue_is_functional_template__$t, __vue_module_identifier__$t, false, createInjector, undefined, undefined);
9809
9808
 
9810
- var __vue_component__$T = __vue_component__$S;
9809
+ var __vue_component__$V = __vue_component__$U;
9811
9810
 
9812
9811
  //
9813
- var script$d = {
9812
+ var script$e = {
9814
9813
  name: "NsMenuDivider",
9815
9814
  components: {
9816
9815
  CvSideNavDivider
@@ -9818,10 +9817,10 @@ var script$d = {
9818
9817
  };
9819
9818
 
9820
9819
  /* script */
9821
- const __vue_script__$d = script$d;
9820
+ const __vue_script__$e = script$e;
9822
9821
  /* template */
9823
9822
 
9824
- var __vue_render__$p = function () {
9823
+ var __vue_render__$q = function () {
9825
9824
  var _vm = this;
9826
9825
 
9827
9826
  var _h = _vm.$createElement;
@@ -9831,34 +9830,34 @@ var __vue_render__$p = function () {
9831
9830
  return _c('cv-side-nav-divider');
9832
9831
  };
9833
9832
 
9834
- var __vue_staticRenderFns__$p = [];
9833
+ var __vue_staticRenderFns__$q = [];
9835
9834
  /* style */
9836
9835
 
9837
- const __vue_inject_styles__$r = undefined;
9836
+ const __vue_inject_styles__$s = undefined;
9838
9837
  /* scoped */
9839
9838
 
9840
- const __vue_scope_id__$r = "data-v-25fe7aa1";
9839
+ const __vue_scope_id__$s = "data-v-25fe7aa1";
9841
9840
  /* module identifier */
9842
9841
 
9843
- const __vue_module_identifier__$r = undefined;
9842
+ const __vue_module_identifier__$s = undefined;
9844
9843
  /* functional template */
9845
9844
 
9846
- const __vue_is_functional_template__$r = false;
9845
+ const __vue_is_functional_template__$s = false;
9847
9846
  /* style inject */
9848
9847
 
9849
9848
  /* style inject SSR */
9850
9849
 
9851
9850
  /* style inject shadow dom */
9852
9851
 
9853
- const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
9854
- render: __vue_render__$p,
9855
- staticRenderFns: __vue_staticRenderFns__$p
9856
- }, __vue_inject_styles__$r, __vue_script__$d, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
9852
+ const __vue_component__$S = /*#__PURE__*/normalizeComponent({
9853
+ render: __vue_render__$q,
9854
+ staticRenderFns: __vue_staticRenderFns__$q
9855
+ }, __vue_inject_styles__$s, __vue_script__$e, __vue_scope_id__$s, __vue_is_functional_template__$s, __vue_module_identifier__$s, false, undefined, undefined, undefined);
9857
9856
 
9858
- var __vue_component__$R = __vue_component__$Q;
9857
+ var __vue_component__$T = __vue_component__$S;
9859
9858
 
9860
9859
  //
9861
- var script$c = {
9860
+ var script$d = {
9862
9861
  name: "NsSystemLogsCard",
9863
9862
  mixins: [UtilService, IconService],
9864
9863
  props: {
@@ -9977,10 +9976,10 @@ var script$c = {
9977
9976
  };
9978
9977
 
9979
9978
  /* script */
9980
- const __vue_script__$c = script$c;
9979
+ const __vue_script__$d = script$d;
9981
9980
  /* template */
9982
9981
 
9983
- var __vue_render__$o = function () {
9982
+ var __vue_render__$p = function () {
9984
9983
  var _vm = this;
9985
9984
 
9986
9985
  var _h = _vm.$createElement;
@@ -10008,34 +10007,34 @@ var __vue_render__$o = function () {
10008
10007
  }, [_vm._v("\n " + _vm._s(_vm.buttonLabel) + "\n ")])], 1)], 2);
10009
10008
  };
10010
10009
 
10011
- var __vue_staticRenderFns__$o = [];
10010
+ var __vue_staticRenderFns__$p = [];
10012
10011
  /* style */
10013
10012
 
10014
- const __vue_inject_styles__$q = undefined;
10013
+ const __vue_inject_styles__$r = undefined;
10015
10014
  /* scoped */
10016
10015
 
10017
- const __vue_scope_id__$q = "data-v-604a2128";
10016
+ const __vue_scope_id__$r = "data-v-604a2128";
10018
10017
  /* module identifier */
10019
10018
 
10020
- const __vue_module_identifier__$q = undefined;
10019
+ const __vue_module_identifier__$r = undefined;
10021
10020
  /* functional template */
10022
10021
 
10023
- const __vue_is_functional_template__$q = false;
10022
+ const __vue_is_functional_template__$r = false;
10024
10023
  /* style inject */
10025
10024
 
10026
10025
  /* style inject SSR */
10027
10026
 
10028
10027
  /* style inject shadow dom */
10029
10028
 
10030
- const __vue_component__$O = /*#__PURE__*/normalizeComponent({
10031
- render: __vue_render__$o,
10032
- staticRenderFns: __vue_staticRenderFns__$o
10033
- }, __vue_inject_styles__$q, __vue_script__$c, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, undefined, undefined, undefined);
10029
+ const __vue_component__$Q = /*#__PURE__*/normalizeComponent({
10030
+ render: __vue_render__$p,
10031
+ staticRenderFns: __vue_staticRenderFns__$p
10032
+ }, __vue_inject_styles__$r, __vue_script__$d, __vue_scope_id__$r, __vue_is_functional_template__$r, __vue_module_identifier__$r, false, undefined, undefined, undefined);
10034
10033
 
10035
- var __vue_component__$P = __vue_component__$O;
10034
+ var __vue_component__$R = __vue_component__$Q;
10036
10035
 
10037
10036
  //
10038
- var script$b = {
10037
+ var script$c = {
10039
10038
  name: "NsTimePicker",
10040
10039
  mixins: [uidMixin, carbonPrefixMixin, themeMixin],
10041
10040
  props: {
@@ -10083,10 +10082,10 @@ var script$b = {
10083
10082
  };
10084
10083
 
10085
10084
  /* script */
10086
- const __vue_script__$b = script$b;
10085
+ const __vue_script__$c = script$c;
10087
10086
  /* template */
10088
10087
 
10089
- var __vue_render__$n = function () {
10088
+ var __vue_render__$o = function () {
10090
10089
  var _obj, _obj$1;
10091
10090
 
10092
10091
  var _vm = this;
@@ -10131,10 +10130,10 @@ var __vue_render__$n = function () {
10131
10130
  })], 2) : _vm._e()]);
10132
10131
  };
10133
10132
 
10134
- var __vue_staticRenderFns__$n = [];
10133
+ var __vue_staticRenderFns__$o = [];
10135
10134
  /* style */
10136
10135
 
10137
- const __vue_inject_styles__$p = function (inject) {
10136
+ const __vue_inject_styles__$q = function (inject) {
10138
10137
  if (!inject) return;
10139
10138
  inject("data-v-329316f1_0", {
10140
10139
  source: ".ns-time-picker .time-picker-field[data-v-329316f1]{padding:0;width:6rem}.ns-time-picker .time-picker-field.narrow-width[data-v-329316f1]{width:4.875rem}",
@@ -10149,23 +10148,23 @@ const __vue_inject_styles__$p = function (inject) {
10149
10148
  /* scoped */
10150
10149
 
10151
10150
 
10152
- const __vue_scope_id__$p = "data-v-329316f1";
10151
+ const __vue_scope_id__$q = "data-v-329316f1";
10153
10152
  /* module identifier */
10154
10153
 
10155
- const __vue_module_identifier__$p = undefined;
10154
+ const __vue_module_identifier__$q = undefined;
10156
10155
  /* functional template */
10157
10156
 
10158
- const __vue_is_functional_template__$p = false;
10157
+ const __vue_is_functional_template__$q = false;
10159
10158
  /* style inject SSR */
10160
10159
 
10161
10160
  /* style inject shadow dom */
10162
10161
 
10163
- const __vue_component__$M = /*#__PURE__*/normalizeComponent({
10164
- render: __vue_render__$n,
10165
- staticRenderFns: __vue_staticRenderFns__$n
10166
- }, __vue_inject_styles__$p, __vue_script__$b, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
10162
+ const __vue_component__$O = /*#__PURE__*/normalizeComponent({
10163
+ render: __vue_render__$o,
10164
+ staticRenderFns: __vue_staticRenderFns__$o
10165
+ }, __vue_inject_styles__$q, __vue_script__$c, __vue_scope_id__$q, __vue_is_functional_template__$q, __vue_module_identifier__$q, false, createInjector, undefined, undefined);
10167
10166
 
10168
- var __vue_component__$N = __vue_component__$M;
10167
+ var __vue_component__$P = __vue_component__$O;
10169
10168
 
10170
10169
  /*
10171
10170
  * Copyright (C) 2023 Nethesis S.r.l.
@@ -10210,7 +10209,7 @@ var NsWrapper = {
10210
10209
  };
10211
10210
 
10212
10211
  //
10213
- var script$a = {
10212
+ var script$b = {
10214
10213
  name: "NsPagination",
10215
10214
  extends: CvPagination,
10216
10215
  props: {
@@ -10288,12 +10287,12 @@ var script$a = {
10288
10287
  };
10289
10288
 
10290
10289
  /* script */
10291
- const __vue_script__$a = script$a;
10290
+ const __vue_script__$b = script$b;
10292
10291
  /* template */
10293
10292
 
10294
10293
  /* style */
10295
10294
 
10296
- const __vue_inject_styles__$o = function (inject) {
10295
+ const __vue_inject_styles__$p = function (inject) {
10297
10296
  if (!inject) return;
10298
10297
  inject("data-v-18171654_0", {
10299
10298
  source: ".cv-pagination .bx--select .bx--label{font-size:100%}",
@@ -10304,20 +10303,20 @@ const __vue_inject_styles__$o = function (inject) {
10304
10303
  /* scoped */
10305
10304
 
10306
10305
 
10307
- const __vue_scope_id__$o = undefined;
10306
+ const __vue_scope_id__$p = undefined;
10308
10307
  /* module identifier */
10309
10308
 
10310
- const __vue_module_identifier__$o = undefined;
10309
+ const __vue_module_identifier__$p = undefined;
10311
10310
  /* functional template */
10312
10311
 
10313
- const __vue_is_functional_template__$o = undefined;
10312
+ const __vue_is_functional_template__$p = undefined;
10314
10313
  /* style inject SSR */
10315
10314
 
10316
10315
  /* style inject shadow dom */
10317
10316
 
10318
- const __vue_component__$L = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$o, __vue_script__$a, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, createInjector, undefined, undefined);
10317
+ const __vue_component__$N = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$p, __vue_script__$b, __vue_scope_id__$p, __vue_is_functional_template__$p, __vue_module_identifier__$p, false, createInjector, undefined, undefined);
10319
10318
 
10320
- var NsPagination = __vue_component__$L;
10319
+ var NsPagination = __vue_component__$N;
10321
10320
 
10322
10321
  var v$3 = "5.6.1";
10323
10322
  var fr$3 = 24;
@@ -17360,7 +17359,7 @@ var LottieService = {
17360
17359
  };
17361
17360
 
17362
17361
  //
17363
- var script$9 = {
17362
+ var script$a = {
17364
17363
  name: "NsDataTable",
17365
17364
  extends: CvDataTable,
17366
17365
  components: {
@@ -17706,10 +17705,10 @@ var script$9 = {
17706
17705
  };
17707
17706
 
17708
17707
  /* script */
17709
- const __vue_script__$9 = script$9;
17708
+ const __vue_script__$a = script$a;
17710
17709
  /* template */
17711
17710
 
17712
- var __vue_render__$m = function () {
17711
+ var __vue_render__$n = function () {
17713
17712
  var _obj, _obj$1, _obj$2, _obj$3;
17714
17713
 
17715
17714
  var _vm = this;
@@ -18039,34 +18038,34 @@ var __vue_render__$m = function () {
18039
18038
  }, 'NsPagination', _vm.internalPagination, false)) : _vm._e()], 1)], 2);
18040
18039
  };
18041
18040
 
18042
- var __vue_staticRenderFns__$m = [];
18041
+ var __vue_staticRenderFns__$n = [];
18043
18042
  /* style */
18044
18043
 
18045
- const __vue_inject_styles__$n = undefined;
18044
+ const __vue_inject_styles__$o = undefined;
18046
18045
  /* scoped */
18047
18046
 
18048
- const __vue_scope_id__$n = undefined;
18047
+ const __vue_scope_id__$o = undefined;
18049
18048
  /* module identifier */
18050
18049
 
18051
- const __vue_module_identifier__$n = undefined;
18050
+ const __vue_module_identifier__$o = undefined;
18052
18051
  /* functional template */
18053
18052
 
18054
- const __vue_is_functional_template__$n = false;
18053
+ const __vue_is_functional_template__$o = false;
18055
18054
  /* style inject */
18056
18055
 
18057
18056
  /* style inject SSR */
18058
18057
 
18059
18058
  /* style inject shadow dom */
18060
18059
 
18061
- const __vue_component__$J = /*#__PURE__*/normalizeComponent({
18062
- render: __vue_render__$m,
18063
- staticRenderFns: __vue_staticRenderFns__$m
18064
- }, __vue_inject_styles__$n, __vue_script__$9, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, undefined, undefined, undefined);
18060
+ const __vue_component__$L = /*#__PURE__*/normalizeComponent({
18061
+ render: __vue_render__$n,
18062
+ staticRenderFns: __vue_staticRenderFns__$n
18063
+ }, __vue_inject_styles__$o, __vue_script__$a, __vue_scope_id__$o, __vue_is_functional_template__$o, __vue_module_identifier__$o, false, undefined, undefined, undefined);
18065
18064
 
18066
- var __vue_component__$K = __vue_component__$J;
18065
+ var __vue_component__$M = __vue_component__$L;
18067
18066
 
18068
18067
  //
18069
- var script$8 = {
18068
+ var script$9 = {
18070
18069
  name: "NsToggle",
18071
18070
  extends: CvToggle,
18072
18071
  props: {
@@ -18097,10 +18096,10 @@ var script$8 = {
18097
18096
  };
18098
18097
 
18099
18098
  /* script */
18100
- const __vue_script__$8 = script$8;
18099
+ const __vue_script__$9 = script$9;
18101
18100
  /* template */
18102
18101
 
18103
- var __vue_render__$l = function () {
18102
+ var __vue_render__$m = function () {
18104
18103
  var _obj;
18105
18104
 
18106
18105
  var _vm = this;
@@ -18169,10 +18168,10 @@ var __vue_render__$l = function () {
18169
18168
  })], 2)])])]);
18170
18169
  };
18171
18170
 
18172
- var __vue_staticRenderFns__$l = [];
18171
+ var __vue_staticRenderFns__$m = [];
18173
18172
  /* style */
18174
18173
 
18175
- const __vue_inject_styles__$m = function (inject) {
18174
+ const __vue_inject_styles__$n = function (inject) {
18176
18175
  if (!inject) return;
18177
18176
  inject("data-v-2e62510c_0", {
18178
18177
  source: ".tooltip[data-v-2e62510c]{display:inline-block;position:absolute}",
@@ -18187,26 +18186,26 @@ const __vue_inject_styles__$m = function (inject) {
18187
18186
  /* scoped */
18188
18187
 
18189
18188
 
18190
- const __vue_scope_id__$m = "data-v-2e62510c";
18189
+ const __vue_scope_id__$n = "data-v-2e62510c";
18191
18190
  /* module identifier */
18192
18191
 
18193
- const __vue_module_identifier__$m = undefined;
18192
+ const __vue_module_identifier__$n = undefined;
18194
18193
  /* functional template */
18195
18194
 
18196
- const __vue_is_functional_template__$m = false;
18195
+ const __vue_is_functional_template__$n = false;
18197
18196
  /* style inject SSR */
18198
18197
 
18199
18198
  /* style inject shadow dom */
18200
18199
 
18201
- const __vue_component__$H = /*#__PURE__*/normalizeComponent({
18202
- render: __vue_render__$l,
18203
- staticRenderFns: __vue_staticRenderFns__$l
18204
- }, __vue_inject_styles__$m, __vue_script__$8, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
18200
+ const __vue_component__$J = /*#__PURE__*/normalizeComponent({
18201
+ render: __vue_render__$m,
18202
+ staticRenderFns: __vue_staticRenderFns__$m
18203
+ }, __vue_inject_styles__$n, __vue_script__$9, __vue_scope_id__$n, __vue_is_functional_template__$n, __vue_module_identifier__$n, false, createInjector, undefined, undefined);
18205
18204
 
18206
- var __vue_component__$I = __vue_component__$H;
18205
+ var __vue_component__$K = __vue_component__$J;
18207
18206
 
18208
18207
  //
18209
- var script$7 = {
18208
+ var script$8 = {
18210
18209
  name: "NsTag",
18211
18210
  extends: CvTag,
18212
18211
  computed: {
@@ -18218,10 +18217,10 @@ var script$7 = {
18218
18217
  };
18219
18218
 
18220
18219
  /* script */
18221
- const __vue_script__$7 = script$7;
18220
+ const __vue_script__$8 = script$8;
18222
18221
  /* template */
18223
18222
 
18224
- var __vue_render__$k = function () {
18223
+ var __vue_render__$l = function () {
18225
18224
  var _obj;
18226
18225
 
18227
18226
  var _vm = this;
@@ -18287,10 +18286,10 @@ var __vue_render__$k = function () {
18287
18286
  }, [_c('Close16')], 1) : _vm._e()]);
18288
18287
  };
18289
18288
 
18290
- var __vue_staticRenderFns__$k = [];
18289
+ var __vue_staticRenderFns__$l = [];
18291
18290
  /* style */
18292
18291
 
18293
- const __vue_inject_styles__$l = function (inject) {
18292
+ const __vue_inject_styles__$m = function (inject) {
18294
18293
  if (!inject) return;
18295
18294
  inject("data-v-2227951d_0", {
18296
18295
  source: ".bx--tag--filter[data-v-2227951d]{cursor:default}",
@@ -18301,23 +18300,23 @@ const __vue_inject_styles__$l = function (inject) {
18301
18300
  /* scoped */
18302
18301
 
18303
18302
 
18304
- const __vue_scope_id__$l = "data-v-2227951d";
18303
+ const __vue_scope_id__$m = "data-v-2227951d";
18305
18304
  /* module identifier */
18306
18305
 
18307
- const __vue_module_identifier__$l = undefined;
18306
+ const __vue_module_identifier__$m = undefined;
18308
18307
  /* functional template */
18309
18308
 
18310
- const __vue_is_functional_template__$l = false;
18309
+ const __vue_is_functional_template__$m = false;
18311
18310
  /* style inject SSR */
18312
18311
 
18313
18312
  /* style inject shadow dom */
18314
18313
 
18315
- const __vue_component__$G = /*#__PURE__*/normalizeComponent({
18316
- render: __vue_render__$k,
18317
- staticRenderFns: __vue_staticRenderFns__$k
18318
- }, __vue_inject_styles__$l, __vue_script__$7, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
18314
+ const __vue_component__$I = /*#__PURE__*/normalizeComponent({
18315
+ render: __vue_render__$l,
18316
+ staticRenderFns: __vue_staticRenderFns__$l
18317
+ }, __vue_inject_styles__$m, __vue_script__$8, __vue_scope_id__$m, __vue_is_functional_template__$m, __vue_module_identifier__$m, false, createInjector, undefined, undefined);
18319
18318
 
18320
- var NsTag = __vue_component__$G;
18319
+ var NsTag = __vue_component__$I;
18321
18320
 
18322
18321
  /**
18323
18322
  * Removes all key-value entries from the list cache.
@@ -20812,7 +20811,7 @@ var cloneDeep_1 = cloneDeep;
20812
20811
  //
20813
20812
  const TOP_AFTER_REOPEN = 0;
20814
20813
  const selectionFeedbackOptions = ["top-after-reopen", "top", "fixed"];
20815
- var script$6 = {
20814
+ var script$7 = {
20816
20815
  name: "NsMultiSelect",
20817
20816
  inheritAttrs: false,
20818
20817
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -21300,10 +21299,10 @@ var script$6 = {
21300
21299
  };
21301
21300
 
21302
21301
  /* script */
21303
- const __vue_script__$6 = script$6;
21302
+ const __vue_script__$7 = script$7;
21304
21303
  /* template */
21305
21304
 
21306
- var __vue_render__$j = function () {
21305
+ var __vue_render__$k = function () {
21307
21306
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5, _obj$6;
21308
21307
 
21309
21308
  var _vm = this;
@@ -21574,10 +21573,10 @@ var __vue_render__$j = function () {
21574
21573
  }), 1) : _vm._e()]);
21575
21574
  };
21576
21575
 
21577
- var __vue_staticRenderFns__$j = [];
21576
+ var __vue_staticRenderFns__$k = [];
21578
21577
  /* style */
21579
21578
 
21580
- const __vue_inject_styles__$k = function (inject) {
21579
+ const __vue_inject_styles__$l = function (inject) {
21581
21580
  if (!inject) return;
21582
21581
  inject("data-v-068afcae_0", {
21583
21582
  source: ".bx--multi-select--filterable .bx--tag.selected-item[data-v-068afcae]{margin-left:0;margin-bottom:.25rem}.margin-bottom-on-open[data-v-068afcae]{margin-bottom:14rem}.label-with-tooltip[data-v-068afcae]{display:flex;align-items:baseline}",
@@ -21592,26 +21591,26 @@ const __vue_inject_styles__$k = function (inject) {
21592
21591
  /* scoped */
21593
21592
 
21594
21593
 
21595
- const __vue_scope_id__$k = "data-v-068afcae";
21594
+ const __vue_scope_id__$l = "data-v-068afcae";
21596
21595
  /* module identifier */
21597
21596
 
21598
- const __vue_module_identifier__$k = undefined;
21597
+ const __vue_module_identifier__$l = undefined;
21599
21598
  /* functional template */
21600
21599
 
21601
- const __vue_is_functional_template__$k = false;
21600
+ const __vue_is_functional_template__$l = false;
21602
21601
  /* style inject SSR */
21603
21602
 
21604
21603
  /* style inject shadow dom */
21605
21604
 
21606
- const __vue_component__$E = /*#__PURE__*/normalizeComponent({
21607
- render: __vue_render__$j,
21608
- staticRenderFns: __vue_staticRenderFns__$j
21609
- }, __vue_inject_styles__$k, __vue_script__$6, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
21605
+ const __vue_component__$G = /*#__PURE__*/normalizeComponent({
21606
+ render: __vue_render__$k,
21607
+ staticRenderFns: __vue_staticRenderFns__$k
21608
+ }, __vue_inject_styles__$l, __vue_script__$7, __vue_scope_id__$l, __vue_is_functional_template__$l, __vue_module_identifier__$l, false, createInjector, undefined, undefined);
21610
21609
 
21611
- var __vue_component__$F = __vue_component__$E;
21610
+ var __vue_component__$H = __vue_component__$G;
21612
21611
 
21613
21612
  //
21614
- var script$5 = {
21613
+ var script$6 = {
21615
21614
  name: "NsComboBox",
21616
21615
  inheritAttrs: false,
21617
21616
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -22068,10 +22067,10 @@ var script$5 = {
22068
22067
  };
22069
22068
 
22070
22069
  /* script */
22071
- const __vue_script__$5 = script$5;
22070
+ const __vue_script__$6 = script$6;
22072
22071
  /* template */
22073
22072
 
22074
- var __vue_render__$i = function () {
22073
+ var __vue_render__$j = function () {
22075
22074
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4, _obj$5;
22076
22075
 
22077
22076
  var _vm = this;
@@ -22301,10 +22300,10 @@ var __vue_render__$i = function () {
22301
22300
  })], 2) : _vm._e()]);
22302
22301
  };
22303
22302
 
22304
- var __vue_staticRenderFns__$i = [];
22303
+ var __vue_staticRenderFns__$j = [];
22305
22304
  /* style */
22306
22305
 
22307
- const __vue_inject_styles__$j = function (inject) {
22306
+ const __vue_inject_styles__$k = function (inject) {
22308
22307
  if (!inject) return;
22309
22308
  inject("data-v-2d2d4b6c_0", {
22310
22309
  source: ".margin-bottom-on-open[data-v-2d2d4b6c]{margin-bottom:14rem}.label-with-tooltip[data-v-2d2d4b6c]{display:flex;align-items:baseline}.ns-combo-box .warn-text[data-v-2d2d4b6c]{margin-top:.25rem}.invalid-icon[data-v-2d2d4b6c],.warn-icon[data-v-2d2d4b6c]{right:3rem}.cursor-not-allowed[data-v-2d2d4b6c]{cursor:not-allowed}",
@@ -22319,26 +22318,26 @@ const __vue_inject_styles__$j = function (inject) {
22319
22318
  /* scoped */
22320
22319
 
22321
22320
 
22322
- const __vue_scope_id__$j = "data-v-2d2d4b6c";
22321
+ const __vue_scope_id__$k = "data-v-2d2d4b6c";
22323
22322
  /* module identifier */
22324
22323
 
22325
- const __vue_module_identifier__$j = undefined;
22324
+ const __vue_module_identifier__$k = undefined;
22326
22325
  /* functional template */
22327
22326
 
22328
- const __vue_is_functional_template__$j = false;
22327
+ const __vue_is_functional_template__$k = false;
22329
22328
  /* style inject SSR */
22330
22329
 
22331
22330
  /* style inject shadow dom */
22332
22331
 
22333
- const __vue_component__$C = /*#__PURE__*/normalizeComponent({
22334
- render: __vue_render__$i,
22335
- staticRenderFns: __vue_staticRenderFns__$i
22336
- }, __vue_inject_styles__$j, __vue_script__$5, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
22332
+ const __vue_component__$E = /*#__PURE__*/normalizeComponent({
22333
+ render: __vue_render__$j,
22334
+ staticRenderFns: __vue_staticRenderFns__$j
22335
+ }, __vue_inject_styles__$k, __vue_script__$6, __vue_scope_id__$k, __vue_is_functional_template__$k, __vue_module_identifier__$k, false, createInjector, undefined, undefined);
22337
22336
 
22338
- var __vue_component__$D = __vue_component__$C;
22337
+ var __vue_component__$F = __vue_component__$E;
22339
22338
 
22340
22339
  //
22341
- var script$4 = {
22340
+ var script$5 = {
22342
22341
  name: "NsCheckbox",
22343
22342
  extends: CvCheckbox,
22344
22343
  inheritAttrs: false,
@@ -22370,10 +22369,10 @@ var script$4 = {
22370
22369
  };
22371
22370
 
22372
22371
  /* script */
22373
- const __vue_script__$4 = script$4;
22372
+ const __vue_script__$5 = script$5;
22374
22373
  /* template */
22375
22374
 
22376
- var __vue_render__$h = function () {
22375
+ var __vue_render__$i = function () {
22377
22376
  var _obj, _obj$1, _obj$2;
22378
22377
 
22379
22378
  var _vm = this;
@@ -22423,10 +22422,10 @@ var __vue_render__$h = function () {
22423
22422
  }, [_vm._t("tooltip")], 2)], 2) : _vm._e()], 2)])])]);
22424
22423
  };
22425
22424
 
22426
- var __vue_staticRenderFns__$h = [];
22425
+ var __vue_staticRenderFns__$i = [];
22427
22426
  /* style */
22428
22427
 
22429
- const __vue_inject_styles__$i = function (inject) {
22428
+ const __vue_inject_styles__$j = function (inject) {
22430
22429
  if (!inject) return;
22431
22430
  inject("data-v-2f89a231_0", {
22432
22431
  source: ".label-with-tooltip[data-v-2f89a231]{display:flex}",
@@ -22441,26 +22440,26 @@ const __vue_inject_styles__$i = function (inject) {
22441
22440
  /* scoped */
22442
22441
 
22443
22442
 
22444
- const __vue_scope_id__$i = "data-v-2f89a231";
22443
+ const __vue_scope_id__$j = "data-v-2f89a231";
22445
22444
  /* module identifier */
22446
22445
 
22447
- const __vue_module_identifier__$i = undefined;
22446
+ const __vue_module_identifier__$j = undefined;
22448
22447
  /* functional template */
22449
22448
 
22450
- const __vue_is_functional_template__$i = false;
22449
+ const __vue_is_functional_template__$j = false;
22451
22450
  /* style inject SSR */
22452
22451
 
22453
22452
  /* style inject shadow dom */
22454
22453
 
22455
- const __vue_component__$A = /*#__PURE__*/normalizeComponent({
22456
- render: __vue_render__$h,
22457
- staticRenderFns: __vue_staticRenderFns__$h
22458
- }, __vue_inject_styles__$i, __vue_script__$4, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
22454
+ const __vue_component__$C = /*#__PURE__*/normalizeComponent({
22455
+ render: __vue_render__$i,
22456
+ staticRenderFns: __vue_staticRenderFns__$i
22457
+ }, __vue_inject_styles__$j, __vue_script__$5, __vue_scope_id__$j, __vue_is_functional_template__$j, __vue_module_identifier__$j, false, createInjector, undefined, undefined);
22459
22458
 
22460
- var __vue_component__$B = __vue_component__$A;
22459
+ var __vue_component__$D = __vue_component__$C;
22461
22460
 
22462
22461
  //
22463
- var script$3 = {
22462
+ var script$4 = {
22464
22463
  name: "NsByteSlider",
22465
22464
  mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
22466
22465
  thumb: ["blur", "focus"]
@@ -22806,10 +22805,10 @@ var script$3 = {
22806
22805
  };
22807
22806
 
22808
22807
  /* script */
22809
- const __vue_script__$3 = script$3;
22808
+ const __vue_script__$4 = script$4;
22810
22809
  /* template */
22811
22810
 
22812
- var __vue_render__$g = function () {
22811
+ var __vue_render__$h = function () {
22813
22812
  var _obj, _obj$1, _obj$2, _obj$3;
22814
22813
 
22815
22814
  var _vm = this;
@@ -23030,10 +23029,10 @@ var __vue_render__$g = function () {
23030
23029
  })], 2) : _vm._e()]);
23031
23030
  };
23032
23031
 
23033
- var __vue_staticRenderFns__$g = [];
23032
+ var __vue_staticRenderFns__$h = [];
23034
23033
  /* style */
23035
23034
 
23036
- const __vue_inject_styles__$h = function (inject) {
23035
+ const __vue_inject_styles__$i = function (inject) {
23037
23036
  if (!inject) return;
23038
23037
  inject("data-v-55c65fcb_0", {
23039
23038
  source: ".range-input[data-v-55c65fcb]{margin-top:.5rem!important}.mib-gib[data-v-55c65fcb]{margin-left:1rem;margin-top:.5rem!important;margin-bottom:0!important}.human-label[data-v-55c65fcb]{margin-top:1rem}.ns-byte-slider .cv-radio-group.bx--form-item[data-v-55c65fcb]{margin-bottom:.5rem}",
@@ -23048,26 +23047,26 @@ const __vue_inject_styles__$h = function (inject) {
23048
23047
  /* scoped */
23049
23048
 
23050
23049
 
23051
- const __vue_scope_id__$h = "data-v-55c65fcb";
23050
+ const __vue_scope_id__$i = "data-v-55c65fcb";
23052
23051
  /* module identifier */
23053
23052
 
23054
- const __vue_module_identifier__$h = undefined;
23053
+ const __vue_module_identifier__$i = undefined;
23055
23054
  /* functional template */
23056
23055
 
23057
- const __vue_is_functional_template__$h = false;
23056
+ const __vue_is_functional_template__$i = false;
23058
23057
  /* style inject SSR */
23059
23058
 
23060
23059
  /* style inject shadow dom */
23061
23060
 
23062
- const __vue_component__$y = /*#__PURE__*/normalizeComponent({
23063
- render: __vue_render__$g,
23064
- staticRenderFns: __vue_staticRenderFns__$g
23065
- }, __vue_inject_styles__$h, __vue_script__$3, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, createInjector, undefined, undefined);
23061
+ const __vue_component__$A = /*#__PURE__*/normalizeComponent({
23062
+ render: __vue_render__$h,
23063
+ staticRenderFns: __vue_staticRenderFns__$h
23064
+ }, __vue_inject_styles__$i, __vue_script__$4, __vue_scope_id__$i, __vue_is_functional_template__$i, __vue_module_identifier__$i, false, createInjector, undefined, undefined);
23066
23065
 
23067
- var __vue_component__$z = __vue_component__$y;
23066
+ var __vue_component__$B = __vue_component__$A;
23068
23067
 
23069
23068
  //
23070
- var script$2 = {
23069
+ var script$3 = {
23071
23070
  name: "NsTabs",
23072
23071
  extends: CvTabs,
23073
23072
  methods: {
@@ -23121,33 +23120,33 @@ var script$2 = {
23121
23120
  };
23122
23121
 
23123
23122
  /* script */
23124
- const __vue_script__$2 = script$2;
23123
+ const __vue_script__$3 = script$3;
23125
23124
  /* template */
23126
23125
 
23127
23126
  /* style */
23128
23127
 
23129
- const __vue_inject_styles__$g = undefined;
23128
+ const __vue_inject_styles__$h = undefined;
23130
23129
  /* scoped */
23131
23130
 
23132
- const __vue_scope_id__$g = undefined;
23131
+ const __vue_scope_id__$h = undefined;
23133
23132
  /* module identifier */
23134
23133
 
23135
- const __vue_module_identifier__$g = undefined;
23134
+ const __vue_module_identifier__$h = undefined;
23136
23135
  /* functional template */
23137
23136
 
23138
- const __vue_is_functional_template__$g = undefined;
23137
+ const __vue_is_functional_template__$h = undefined;
23139
23138
  /* style inject */
23140
23139
 
23141
23140
  /* style inject SSR */
23142
23141
 
23143
23142
  /* style inject shadow dom */
23144
23143
 
23145
- const __vue_component__$w = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$g, __vue_script__$2, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, undefined, undefined, undefined);
23144
+ const __vue_component__$y = /*#__PURE__*/normalizeComponent({}, __vue_inject_styles__$h, __vue_script__$3, __vue_scope_id__$h, __vue_is_functional_template__$h, __vue_module_identifier__$h, false, undefined, undefined, undefined);
23146
23145
 
23147
- var __vue_component__$x = __vue_component__$w;
23146
+ var __vue_component__$z = __vue_component__$y;
23148
23147
 
23149
23148
  //
23150
- var script$1 = {
23149
+ var script$2 = {
23151
23150
  name: "NsSlider",
23152
23151
  mixins: [uidMixin, themeMixin, carbonPrefixMixin, methodsMixin({
23153
23152
  thumb: ["blur", "focus"]
@@ -23420,10 +23419,10 @@ var script$1 = {
23420
23419
  };
23421
23420
 
23422
23421
  /* script */
23423
- const __vue_script__$1 = script$1;
23422
+ const __vue_script__$2 = script$2;
23424
23423
  /* template */
23425
23424
 
23426
- var __vue_render__$f = function () {
23425
+ var __vue_render__$g = function () {
23427
23426
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
23428
23427
 
23429
23428
  var _vm = this;
@@ -23609,10 +23608,10 @@ var __vue_render__$f = function () {
23609
23608
  })], 2) : _vm._e()]);
23610
23609
  };
23611
23610
 
23612
- var __vue_staticRenderFns__$f = [];
23611
+ var __vue_staticRenderFns__$g = [];
23613
23612
  /* style */
23614
23613
 
23615
- const __vue_inject_styles__$f = function (inject) {
23614
+ const __vue_inject_styles__$g = function (inject) {
23616
23615
  if (!inject) return;
23617
23616
  inject("data-v-d17c8692_0", {
23618
23617
  source: ".range-input[data-v-d17c8692]{margin-top:.5rem!important}.unit-label[data-v-d17c8692]{margin-top:.5rem!important;margin-left:1rem}.ns-slider .cv-radio-group.bx--form-item[data-v-d17c8692]{margin-bottom:.5rem}",
@@ -23627,23 +23626,23 @@ const __vue_inject_styles__$f = function (inject) {
23627
23626
  /* scoped */
23628
23627
 
23629
23628
 
23630
- const __vue_scope_id__$f = "data-v-d17c8692";
23629
+ const __vue_scope_id__$g = "data-v-d17c8692";
23631
23630
  /* module identifier */
23632
23631
 
23633
- const __vue_module_identifier__$f = undefined;
23632
+ const __vue_module_identifier__$g = undefined;
23634
23633
  /* functional template */
23635
23634
 
23636
- const __vue_is_functional_template__$f = false;
23635
+ const __vue_is_functional_template__$g = false;
23637
23636
  /* style inject SSR */
23638
23637
 
23639
23638
  /* style inject shadow dom */
23640
23639
 
23641
- const __vue_component__$u = /*#__PURE__*/normalizeComponent({
23642
- render: __vue_render__$f,
23643
- staticRenderFns: __vue_staticRenderFns__$f
23644
- }, __vue_inject_styles__$f, __vue_script__$1, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
23640
+ const __vue_component__$w = /*#__PURE__*/normalizeComponent({
23641
+ render: __vue_render__$g,
23642
+ staticRenderFns: __vue_staticRenderFns__$g
23643
+ }, __vue_inject_styles__$g, __vue_script__$2, __vue_scope_id__$g, __vue_is_functional_template__$g, __vue_module_identifier__$g, false, createInjector, undefined, undefined);
23645
23644
 
23646
- var __vue_component__$v = __vue_component__$u;
23645
+ var __vue_component__$x = __vue_component__$w;
23647
23646
 
23648
23647
  /*!***************************************************
23649
23648
  * mark.js v8.11.1
@@ -24714,7 +24713,7 @@ return Mark;
24714
24713
  });
24715
24714
 
24716
24715
  //
24717
- var script = {
24716
+ var script$1 = {
24718
24717
  name: "NsComboSearchBox",
24719
24718
  inheritAttrs: false,
24720
24719
  mixins: [themeMixin, uidMixin, carbonPrefixMixin, methodsMixin({
@@ -25100,10 +25099,10 @@ var script = {
25100
25099
  };
25101
25100
 
25102
25101
  /* script */
25103
- const __vue_script__ = script;
25102
+ const __vue_script__$1 = script$1;
25104
25103
  /* template */
25105
25104
 
25106
- var __vue_render__$e = function () {
25105
+ var __vue_render__$f = function () {
25107
25106
  var _obj, _obj$1, _obj$2, _obj$3, _obj$4;
25108
25107
 
25109
25108
  var _vm = this;
@@ -25371,10 +25370,10 @@ var __vue_render__$e = function () {
25371
25370
  })], 2) : _vm._e()]);
25372
25371
  };
25373
25372
 
25374
- var __vue_staticRenderFns__$e = [];
25373
+ var __vue_staticRenderFns__$f = [];
25375
25374
  /* style */
25376
25375
 
25377
- const __vue_inject_styles__$e = function (inject) {
25376
+ const __vue_inject_styles__$f = function (inject) {
25378
25377
  if (!inject) return;
25379
25378
  inject("data-v-fa53d7d6_0", {
25380
25379
  source: ".combo-search-box[data-v-fa53d7d6]{max-width:none;position:relative}.label-with-tooltip[data-v-fa53d7d6]{display:flex;align-items:baseline}.combo-search-box .warn-text[data-v-fa53d7d6]{margin-top:.25rem}.invalid-icon[data-v-fa53d7d6],.warn-icon[data-v-fa53d7d6]{right:3rem}.loading-results[data-v-fa53d7d6]{padding:2rem}",
@@ -25389,7 +25388,94 @@ const __vue_inject_styles__$e = function (inject) {
25389
25388
  /* scoped */
25390
25389
 
25391
25390
 
25392
- const __vue_scope_id__$e = "data-v-fa53d7d6";
25391
+ const __vue_scope_id__$f = "data-v-fa53d7d6";
25392
+ /* module identifier */
25393
+
25394
+ const __vue_module_identifier__$f = undefined;
25395
+ /* functional template */
25396
+
25397
+ const __vue_is_functional_template__$f = false;
25398
+ /* style inject SSR */
25399
+
25400
+ /* style inject shadow dom */
25401
+
25402
+ const __vue_component__$u = /*#__PURE__*/normalizeComponent({
25403
+ render: __vue_render__$f,
25404
+ staticRenderFns: __vue_staticRenderFns__$f
25405
+ }, __vue_inject_styles__$f, __vue_script__$1, __vue_scope_id__$f, __vue_is_functional_template__$f, __vue_module_identifier__$f, false, createInjector, undefined, undefined);
25406
+
25407
+ var __vue_component__$v = __vue_component__$u;
25408
+
25409
+ //
25410
+ var script = {
25411
+ name: "NsProgress",
25412
+ components: {
25413
+ CheckmarkOutline16,
25414
+ CircleFilled16,
25415
+ RadioButton16
25416
+ },
25417
+ props: {
25418
+ stepId: {
25419
+ type: String,
25420
+ required: true
25421
+ },
25422
+ steps: {
25423
+ type: Array,
25424
+ default: () => []
25425
+ }
25426
+ },
25427
+ computed: {
25428
+ stepNumber() {
25429
+ return this.steps.findIndex(s => s.id === this.stepId);
25430
+ }
25431
+
25432
+ }
25433
+ };
25434
+
25435
+ /* script */
25436
+ const __vue_script__ = script;
25437
+ /* template */
25438
+
25439
+ var __vue_render__$e = function () {
25440
+ var _vm = this;
25441
+
25442
+ var _h = _vm.$createElement;
25443
+
25444
+ var _c = _vm._self._c || _h;
25445
+
25446
+ return _c('div', {
25447
+ staticClass: "ns-progress"
25448
+ }, _vm._l(_vm.steps, function (s, index) {
25449
+ return _c('div', {
25450
+ key: s.id,
25451
+ class: ['step', {
25452
+ 'step-complete-or-current': _vm.stepNumber >= index
25453
+ }]
25454
+ }, [_vm.stepNumber > index ? _c('CheckmarkOutline16', {
25455
+ staticClass: "icon primary"
25456
+ }) : _vm.stepNumber === index ? _c('CircleFilled16', {
25457
+ staticClass: "icon primary"
25458
+ }) : _c('RadioButton16', {
25459
+ staticClass: "icon"
25460
+ }), _vm._v(" "), _c('span', [_vm._v(_vm._s(s.label))])], 1);
25461
+ }), 0);
25462
+ };
25463
+
25464
+ var __vue_staticRenderFns__$e = [];
25465
+ /* style */
25466
+
25467
+ const __vue_inject_styles__$e = function (inject) {
25468
+ if (!inject) return;
25469
+ inject("data-v-807be596_0", {
25470
+ source: ".ns-progress[data-v-807be596]{display:flex;justify-content:space-between}.step[data-v-807be596]{display:flex;flex:1;gap:.5rem;border-top:2px solid #e0e0e0;padding-top:.5rem}.step-complete-or-current[data-v-807be596]{border-top:2px solid #00a2de}.icon[data-v-807be596]{flex-shrink:0;margin-left:.5rem}.primary[data-v-807be596]{color:#00a2de}",
25471
+ map: undefined,
25472
+ media: undefined
25473
+ });
25474
+ };
25475
+ /* scoped */
25476
+
25477
+
25478
+ const __vue_scope_id__$e = "data-v-807be596";
25393
25479
  /* module identifier */
25394
25480
 
25395
25481
  const __vue_module_identifier__$e = undefined;
@@ -26270,6 +26356,15 @@ var task = {
26270
26356
  });
26271
26357
  },
26272
26358
 
26359
+ createNodeTaskForApp(nodeId, taskData) {
26360
+ const token = this.getFromStorage("loginInfo") ? this.getFromStorage("loginInfo").token : "";
26361
+ return this.axios.post(`${window.parent.core.$root.apiUrl}/node/${nodeId}/tasks`, taskData, {
26362
+ headers: {
26363
+ Authorization: `Bearer ${token}`
26364
+ }
26365
+ });
26366
+ },
26367
+
26273
26368
  getTaskTitle(task) {
26274
26369
  if (task && task.context && task.context.extra && task.context.extra.title) {
26275
26370
  return task.context.extra.title;
@@ -26581,43 +26676,44 @@ var filters = {
26581
26676
  var components = /*#__PURE__*/Object.freeze({
26582
26677
  __proto__: null,
26583
26678
  NsButton: NsButton,
26584
- NsEmptyState: __vue_component__$1q,
26679
+ NsEmptyState: __vue_component__$1s,
26585
26680
  NsPictogram: NsPictogram,
26586
- NsCodeSnippet: __vue_component__$1o,
26681
+ NsCodeSnippet: __vue_component__$1q,
26587
26682
  NsInlineNotification: NsInlineNotification,
26588
26683
  NsProgressBar: NsProgressBar,
26589
26684
  NsSvg: NsSvg,
26590
- NsTile: __vue_component__$1i,
26591
- NsToastNotification: __vue_component__$1g,
26592
- NsInfoCard: __vue_component__$1e,
26593
- NsStatusCard: __vue_component__$1c,
26594
- NsSystemdServiceCard: __vue_component__$1a,
26595
- NsPasswordInput: __vue_component__$17,
26596
- NsIconMenu: __vue_component__$15,
26597
- NsMeterChart: __vue_component__$13,
26685
+ NsTile: __vue_component__$1k,
26686
+ NsToastNotification: __vue_component__$1i,
26687
+ NsInfoCard: __vue_component__$1g,
26688
+ NsStatusCard: __vue_component__$1e,
26689
+ NsSystemdServiceCard: __vue_component__$1c,
26690
+ NsPasswordInput: __vue_component__$19,
26691
+ NsIconMenu: __vue_component__$17,
26692
+ NsMeterChart: __vue_component__$15,
26598
26693
  NsLottieAnimation: NsLottieAnimation,
26599
- NsDangerDeleteModal: __vue_component__$10,
26694
+ NsDangerDeleteModal: __vue_component__$12,
26600
26695
  NsCircleTimer: NsCircleTimer,
26601
- NsDropdownAction: __vue_component__$_,
26696
+ NsDropdownAction: __vue_component__$10,
26602
26697
  NsTextInput: NsTextInput,
26603
- NsBackupCard: __vue_component__$X,
26604
- NsWizard: __vue_component__$V,
26605
- NsMenuItem: __vue_component__$T,
26606
- NsMenuDivider: __vue_component__$R,
26607
- NsSystemLogsCard: __vue_component__$P,
26698
+ NsBackupCard: __vue_component__$Z,
26699
+ NsWizard: __vue_component__$X,
26700
+ NsMenuItem: __vue_component__$V,
26701
+ NsMenuDivider: __vue_component__$T,
26702
+ NsSystemLogsCard: __vue_component__$R,
26608
26703
  NsModal: NsModal,
26609
- NsTimePicker: __vue_component__$N,
26610
- NsDataTable: __vue_component__$K,
26704
+ NsTimePicker: __vue_component__$P,
26705
+ NsDataTable: __vue_component__$M,
26611
26706
  NsPagination: NsPagination,
26612
- NsToggle: __vue_component__$I,
26707
+ NsToggle: __vue_component__$K,
26613
26708
  NsTag: NsTag,
26614
- NsMultiSelect: __vue_component__$F,
26615
- NsComboBox: __vue_component__$D,
26616
- NsCheckbox: __vue_component__$B,
26617
- NsByteSlider: __vue_component__$z,
26618
- NsTabs: __vue_component__$x,
26619
- NsSlider: __vue_component__$v,
26620
- NsComboSearchBox: __vue_component__$t,
26709
+ NsMultiSelect: __vue_component__$H,
26710
+ NsComboBox: __vue_component__$F,
26711
+ NsCheckbox: __vue_component__$D,
26712
+ NsByteSlider: __vue_component__$B,
26713
+ NsTabs: __vue_component__$z,
26714
+ NsSlider: __vue_component__$x,
26715
+ NsComboSearchBox: __vue_component__$v,
26716
+ NsProgress: __vue_component__$t,
26621
26717
  ExclamationMarkPictogram: ExclamationMarkPictogram,
26622
26718
  GearPictogram: __vue_component__$r,
26623
26719
  LovePictogram: __vue_component__$p,
@@ -26652,4 +26748,4 @@ const install = function installNs8UiLib(Vue) {
26652
26748
  });
26653
26749
  }; // Create module definition for Vue.use()
26654
26750
 
26655
- export { __vue_component__$3 as AppsPictogram, __vue_component__$l as BulldozerPictogram, __vue_component__$5 as CircleCheckPictogram, DateTimeService, __vue_component__$7 as DocumentSecurityPictogram, ExclamationMarkPictogram, __vue_component__$9 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$b as FolderPictogram, __vue_component__$r as GearPictogram, __vue_component__$j as GroupPictogram, __vue_component__$h as HardDrivePictogram, IconService, LottieService, __vue_component__$p as LovePictogram, __vue_component__$X as NsBackupCard, NsButton, __vue_component__$z as NsByteSlider, __vue_component__$B as NsCheckbox, NsCircleTimer, __vue_component__$1o as NsCodeSnippet, __vue_component__$D as NsComboBox, __vue_component__$t as NsComboSearchBox, __vue_component__$10 as NsDangerDeleteModal, __vue_component__$K as NsDataTable, __vue_component__$_ as NsDropdownAction, __vue_component__$1q as NsEmptyState, __vue_component__$15 as NsIconMenu, __vue_component__$1e as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$R as NsMenuDivider, __vue_component__$T as NsMenuItem, __vue_component__$13 as NsMeterChart, NsModal, __vue_component__$F as NsMultiSelect, NsPagination, __vue_component__$17 as NsPasswordInput, NsPictogram, NsProgressBar, __vue_component__$v as NsSlider, __vue_component__$1c as NsStatusCard, NsSvg, __vue_component__$P as NsSystemLogsCard, __vue_component__$1a as NsSystemdServiceCard, __vue_component__$x as NsTabs, NsTag, NsTextInput, __vue_component__$1i as NsTile, __vue_component__$N as NsTimePicker, __vue_component__$1g as NsToastNotification, __vue_component__$I as NsToggle, __vue_component__$V as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, __vue_component__$1 as ServerRackPictogram, StorageService, task as TaskService, __vue_component__$f as UserPictogram, __vue_component__$d as UserProfilePictogram, UtilService, __vue_component__$n as WarningPictogram, install as default };
26751
+ export { __vue_component__$3 as AppsPictogram, __vue_component__$l as BulldozerPictogram, __vue_component__$5 as CircleCheckPictogram, DateTimeService, __vue_component__$7 as DocumentSecurityPictogram, ExclamationMarkPictogram, __vue_component__$9 as FaceSatisfiedPictogram, filters as Filters, __vue_component__$b as FolderPictogram, __vue_component__$r as GearPictogram, __vue_component__$j as GroupPictogram, __vue_component__$h as HardDrivePictogram, IconService, LottieService, __vue_component__$p as LovePictogram, __vue_component__$Z as NsBackupCard, NsButton, __vue_component__$B as NsByteSlider, __vue_component__$D as NsCheckbox, NsCircleTimer, __vue_component__$1q as NsCodeSnippet, __vue_component__$F as NsComboBox, __vue_component__$v as NsComboSearchBox, __vue_component__$12 as NsDangerDeleteModal, __vue_component__$M as NsDataTable, __vue_component__$10 as NsDropdownAction, __vue_component__$1s as NsEmptyState, __vue_component__$17 as NsIconMenu, __vue_component__$1g as NsInfoCard, NsInlineNotification, NsLottieAnimation, __vue_component__$T as NsMenuDivider, __vue_component__$V as NsMenuItem, __vue_component__$15 as NsMeterChart, NsModal, __vue_component__$H as NsMultiSelect, NsPagination, __vue_component__$19 as NsPasswordInput, NsPictogram, __vue_component__$t as NsProgress, NsProgressBar, __vue_component__$x as NsSlider, __vue_component__$1e as NsStatusCard, NsSvg, __vue_component__$R as NsSystemLogsCard, __vue_component__$1c as NsSystemdServiceCard, __vue_component__$z as NsTabs, NsTag, NsTextInput, __vue_component__$1k as NsTile, __vue_component__$P as NsTimePicker, __vue_component__$1i as NsToastNotification, __vue_component__$K as NsToggle, __vue_component__$X as NsWizard, pageTitle as PageTitleService, queryParam as QueryParamService, __vue_component__$1 as ServerRackPictogram, StorageService, task as TaskService, __vue_component__$f as UserPictogram, __vue_component__$d as UserProfilePictogram, UtilService, __vue_component__$n as WarningPictogram, install as default };